1
0
forked from ports/opt

geeqie: updated to version 2.3

This commit is contained in:
Juergen Daubert 2024-03-08 12:56:15 +01:00
parent 2c3c41583c
commit d9e7a035e7
3 changed files with 7 additions and 8 deletions

View File

@ -14,7 +14,7 @@ drwxr-xr-x root/root usr/lib/geeqie/
-rwxr-xr-x root/root usr/lib/geeqie/geeqie-symlink
-rwxr-xr-x root/root usr/lib/geeqie/geeqie-tethered-photography
-rwxr-xr-x root/root usr/lib/geeqie/geeqie-tethered-photography-hook-script
-rw-r--r-- root/root usr/lib/geeqie/geocode-parameters.awk
-rwxr-xr-x root/root usr/lib/geeqie/geocode-parameters.awk
-rw-r--r-- root/root usr/lib/geeqie/lensID
-rwxr-xr-x root/root usr/lib/geeqie/resize-help.sh
drwxr-xr-x root/root usr/share/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/S/+taTJVAdO18B8ITfCZfk7sC0/WzI3+4tl5LNDyBYYAdnkrzDM2hGGhuNn8U17UQTA2btUMhPdkc+pC4Om7gM=
SHA256 (Pkgfile) = 51f0cae76ae11b679348268bd65bfb6741fc0293ffd07e6cbef197870f326c5c
SHA256 (.footprint) = 06b8b5fac36cdf53dc1c5447350f9974d26574c824648e680e242ef317c69a5a
SHA256 (geeqie-2.2.tar.xz) = 899ac33b801e0e83380f79e9094bc2615234730ccf6a02d93fd6da3e6f8cfe94
RWSE3ohX2g5d/bsVNTuKo3G2cqc+ozU1x2m23DDe7AAmeRHkfVOwyWCGoxgzj8NKrYRnnXCb6Lca67kXCEWVYd3ymtQ8n82IcgY=
SHA256 (Pkgfile) = 69ce5aa30cfefd79a57944ef3aa99d4174b5488062f69718b27497ea652d9c17
SHA256 (.footprint) = 0cca942b1540db89a1a9ec8709708cb6e36e12f89addfb15d15b7d1b760d7b27
SHA256 (geeqie-2.3.tar.xz) = cd5cad97f8d0e8c62025334d62688fcf6f82be73a7716c5ca16b205d59b8519b

View File

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