summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-08-25 22:27:52 +0200
committerTim Biermann <tbier@posteo.de>2022-08-25 22:27:52 +0200
commit044d8f78f4a3cfabf80178bf7787c1e57300d725 (patch)
treeae26789091350f3062db3ea38874ccf774c78838
parent4ce2a68b2e5af10b5f8dd93d26ea55111bed17e5 (diff)
downloadopt-044d8f78f4a3cfabf80178bf7787c1e57300d725.tar.gz
opt-044d8f78f4a3cfabf80178bf7787c1e57300d725.tar.xz
babl: 0.1.94 -> 0.1.96
-rw-r--r--babl/.footprint4
-rw-r--r--babl/.signature8
-rw-r--r--babl/Pkgfile4
3 files changed, 8 insertions, 8 deletions
diff --git a/babl/.footprint b/babl/.footprint
index 2f8905293..468457e3b 100644
--- a/babl/.footprint
+++ b/babl/.footprint
@@ -67,8 +67,8 @@ drwxr-xr-x root/root usr/lib/babl-0.1/
drwxr-xr-x root/root usr/lib/girepository-1.0/
-rw-r--r-- root/root usr/lib/girepository-1.0/Babl-0.1.typelib
lrwxrwxrwx root/root usr/lib/libbabl-0.1.so -> libbabl-0.1.so.0
-lrwxrwxrwx root/root usr/lib/libbabl-0.1.so.0 -> libbabl-0.1.so.0.193.1
--rwxr-xr-x root/root usr/lib/libbabl-0.1.so.0.193.1
+lrwxrwxrwx root/root usr/lib/libbabl-0.1.so.0 -> libbabl-0.1.so.0.195.1
+-rwxr-xr-x root/root usr/lib/libbabl-0.1.so.0.195.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/babl.pc
drwxr-xr-x root/root usr/share/
diff --git a/babl/.signature b/babl/.signature
index ec504f32e..497ef3a04 100644
--- a/babl/.signature
+++ b/babl/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/Sux0RcXn2X3A1pIdtBrq+NmbLJgTJMP0Q9sv6pmAw5lRWUmpr4AZEM5vCaz1gwh9WsEUP4ExgkS28txAFAXkgM=
-SHA256 (Pkgfile) = 567262f4b43d245e0b1fa274d40162ad75f6c9dfa14b7f85d109586dd23d459a
-SHA256 (.footprint) = 5decd9c337c795792f90a0b3861217d3f85d571fb9afe565e529c23d6725f05b
-SHA256 (babl-0.1.94.tar.xz) = b6a8b28f55e0c17f5031fb7959e72ffe0fbf8196d1968ad6efc98d1b492c3bbe
+RWSE3ohX2g5d/Vrfg9wo2dTyDK/mzHtozUlA+ROfed8HJJLnwevHVNIs8zzZDxEKL+UUBy7zLCdh2UheThV76jm5jRjt8amsTQY=
+SHA256 (Pkgfile) = cf51c26687f74aa7e3e2619b381375676fcbb32c26c0d9b1beb15bf1a2b64321
+SHA256 (.footprint) = bb32448c9309c97892b1157e94bf4702542adc7e8c7bf5bc47a3749eef80059a
+SHA256 (babl-0.1.96.tar.xz) = 33673fe459a983f411245a49f81fd7f1966af1ea8eca9b095a940c542b8545f6
diff --git a/babl/Pkgfile b/babl/Pkgfile
index e28d2f122..c6429510c 100644
--- a/babl/Pkgfile
+++ b/babl/Pkgfile
@@ -5,7 +5,7 @@
# Optional: vala
name=babl
-version=0.1.94
+version=0.1.96
release=1
source=(https://download.gimp.org/pub/$name/${version%.*}/$name-$version.tar.xz)
@@ -14,7 +14,7 @@ build() {
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \
- -D b_lto=false \
+ -D b_lto=true \
-D b_pie=true
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build

Generated by cgit