Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
gource
Commits:
7d001c44 by Antonio Rojas at 2024-08-30T20:34:50+02:00
upgpkg: 0.54-4: boost 1.86 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gource
pkgdesc = software version control visualization
pkgver = 0.54
- pkgrel = 3
+ pkgrel = 4
url = http://gource.io/
arch = x86_64
license = GPL3
@@ -15,6 +15,8 @@ pkgbase = gource
depends = glew
depends = boost-libs
source =
https://github.com/acaudwell/Gource/releases/download/gource-0.54/gource-0.54.tar.gz
+ source = https://github.com/acaudwell/Gource/commit/79b967e0.patch
sha512sums =
a9fd2ff7c51931a543d4ab6dc85dd4b2c187ecca1be630006bb60ac2507180ccf40561e37f50493e052c839d9f5f896ae8f113fb65844c2fa9bde33fcd6b53e8
+ sha512sums =
80225d987bb389199a9d92eeb533e94e4079488f357779c012c4488ca0c7414d8cd8b763457830d981c705fa8c68723f18da5ff2eafea8e50428fd3e9d24af81
pkgname = gource
=====================================
PKGBUILD
=====================================
@@ -3,15 +3,21 @@
# Contributor: Olivier Ramonat <olivier at ramonat dot fr>
pkgname=gource
pkgver=0.54
-pkgrel=3
+pkgrel=4
pkgdesc="software version control visualization"
license=(GPL3)
arch=(x86_64)
url=http://gource.io/
depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre2' 'glew' 'boost-libs')
makedepends=('boost' 'glm' 'mesa')
-source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
-sha512sums=('a9fd2ff7c51931a543d4ab6dc85dd4b2c187ecca1be630006bb60ac2507180ccf40561e37f50493e052c839d9f5f896ae8f113fb65844c2fa9bde33fcd6b53e8')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz
+ https://github.com/acaudwell/Gource/commit/79b967e0.patch)
+sha512sums=('a9fd2ff7c51931a543d4ab6dc85dd4b2c187ecca1be630006bb60ac2507180ccf40561e37f50493e052c839d9f5f896ae8f113fb65844c2fa9bde33fcd6b53e8'
+
'80225d987bb389199a9d92eeb533e94e4079488f357779c012c4488ca0c7414d8cd8b763457830d981c705fa8c68723f18da5ff2eafea8e50428fd3e9d24af81')
+
+prepare() {
+ patch -d $pkgname-$pkgver -p1 < 79b967e0.patch # Fix build with boost 1.85
+}
build() {
cd "$srcdir/$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gource/-/commit/7d001c44e1c30a23561d393d7b58144ddb4ff435
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gource/-/commit/7d001c44e1c30a23561d393d7b58144ddb4ff435
You're receiving this email because of your account on gitlab.archlinux.org.