geeqie: update to 2.1

This commit is contained in:
Juergen Daubert 2023-06-21 19:22:34 +02:00
parent 303ab9cc76
commit ec7da26cec
3 changed files with 12 additions and 7 deletions

View File

@ -27,6 +27,11 @@ drwxr-xr-x root/root usr/share/geeqie/applications/
-rw-r--r-- root/root usr/share/geeqie/applications/symlink.desktop
-rw-r--r-- root/root usr/share/geeqie/applications/tethered-photography.desktop
-rw-r--r-- root/root usr/share/geeqie/template.desktop
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/geeqie.svg
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/geeqie.1.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Ud7Jk0UFL2OpHDWK+0BCHAX2XTeBzrxYhHfeyj+jCzlKA1eyZ4mSZsJb6UZIV2zuLGrdEQpOcvnFKGhDGim3As=
SHA256 (Pkgfile) = 2d28f422d8aef8948ba979a43d2102119446e585fcf352c5c14c493bc96ba2b5
SHA256 (.footprint) = 28be2e8f497b4838639724d2fd2e924a8bd0e3240f4cc444199297ee8e4aee72
SHA256 (geeqie-2.0.1.tar.xz) = 89c1a7574cfe3888972d10723f4cf3a277249bea494fd9c630aa8d0df944555d
RWSE3ohX2g5d/clnXsO8ygrIhLq/at5F2ZabDq3EeotD9822YcaUjhz7+IynXD7EiNRNBUiDty+2FLGSwWvZJ3GO8SIEn1WxUwM=
SHA256 (Pkgfile) = 796db94370301bf86b310e2abad77179df62164a1cf8020127568782b188484e
SHA256 (.footprint) = 4f730fd8f229d165baa0120549fc7ef5291f1a789d65b00ce9ad2630b2fe7dc5
SHA256 (geeqie-2.1.tar.xz) = d0511b7840169d37e457880d1ab2a787c52b609a0ab8fa1a8a391e841fdd2dde

View File

@ -4,8 +4,8 @@
# Depends on: gtk3 meson ninja
name=geeqie
version=2.0.1
release=2
version=2.1
release=1
source=(https://github.com/BestImageViewer/geeqie/releases/download/v$version/$name-$version.tar.xz)
build() {
@ -15,7 +15,7 @@ build() {
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true \
-D exiv2=disabled
-D lua=disabled
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build