[arch-commits] Commit in geeqie/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat May 15 11:14:19 UTC 2021
Date: Saturday, May 15, 2021 @ 11:14:18
Author: arojas
Revision: 415533
Update djvulibre dependency so we can remove the provides
Modified:
geeqie/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-15 10:07:03 UTC (rev 415532)
+++ PKGBUILD 2021-05-15 11:14:18 UTC (rev 415533)
@@ -4,7 +4,7 @@
pkgname=geeqie
pkgver=1.6
-pkgrel=4
+pkgrel=5
pkgdesc='Lightweight image viewer'
arch=('x86_64')
url="http://www.geeqie.org/"
@@ -11,7 +11,7 @@
license=('GPL2')
# https://github.com/BestImageViewer/geeqie#optional-libraries
depends=('exiv2' 'gtk3' 'ffmpegthumbnailer'
- 'libdjvu' 'libheif' 'libchamplain'
+ 'djvulibre' 'libheif' 'libchamplain'
'poppler-glib')
makedepends=('intltool' 'python' 'librsvg'
'libwmf' 'libwebp' 'imagemagick'
@@ -29,13 +29,14 @@
wayland_fix1.patch::https://github.com/BestImageViewer/geeqie/commit/fa91a270d420a7fcdb38ebb40332d14c4e2f4492.patch
wayland_fix2.patch::https://github.com/BestImageViewer/geeqie/commit/8768ab3d7588019ea07a440a9cfd12679bc07d65.patch
fix_segfault_with_clutter-gtk.patch::https://github.com/BestImageViewer/geeqie/commit/f34ea0700048c27319a2256408171adda32a7580.patch
+ geeqie-yelp40.patch::https://github.com/BestImageViewer/geeqie/commit/a33d8c40.patch
)
sha256sums=('48f8a4474454d182353100e43878754b76227f3b8f30cfc258afc9d90a4e1920'
'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
-)
+ 'ffcd29f4f7f9a4fcf68cffc54a82e1e006dd3755a0739970408ef61b3f3ddab2'
+ '56b390ff13459c73d45e768e6e87d42f7d92a5290d647b03601e9ce5ab83f741'
+ 'e7e5364d93d5f7a7a754d1548ba7701acdc4e2809c35feb5b3911829253a1af3'
+ '919e81f484486bc3e5ebabe7fb492bd611c079d2bd87d313b0d160359daada44')
validpgpkeys=('85D4CA42952C949B175362B379D0B06F4E20AF1C') # "Klaus Ethgen <Klaus at Ethgen.de>"
# main repo: http://www.geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git
@@ -51,6 +52,8 @@
# fix crash on X11 with clutter
# https://github.com/BestImageViewer/geeqie/issues/829
patch -Np1 -i ../fix_segfault_with_clutter-gtk.patch
+ # fix doc build with yelp 40
+ patch -p1 -i ../geeqie-yelp40.patch
NOCONFIGURE=1 ./autogen.sh
}
More information about the arch-commits
mailing list