summaryrefslogtreecommitdiff
path: root/libhandy
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-09-16 21:56:18 +0200
committerTim Biermann <tbier@posteo.de>2022-09-16 22:06:55 +0200
commita2d29a89e34a75c0107fe45656b2fdfd639876bb (patch)
tree05c1a07725089674c0dd84eb5c9755cd5fc48bed /libhandy
parentbb046480e096037ec03f7671e4068b27c902f5dc (diff)
downloadcontrib-a2d29a89e34a75c0107fe45656b2fdfd639876bb.tar.gz
contrib-a2d29a89e34a75c0107fe45656b2fdfd639876bb.tar.xz
libhandy: 1.7.0 -> 1.8.0
Diffstat (limited to 'libhandy')
-rw-r--r--libhandy/.signature6
-rw-r--r--libhandy/Pkgfile5
2 files changed, 7 insertions, 4 deletions
diff --git a/libhandy/.signature b/libhandy/.signature
index 06889569e..bedb65ada 100644
--- a/libhandy/.signature
+++ b/libhandy/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3zE2oD3Hr5ZtEBfNllcuUgCqxdr6Fs+50V9JO7k3fGzSjEHLeN96vgSc/iiyL+s29WSdOw1rWTAvWwQPLRmZJQY=
-SHA256 (Pkgfile) = 9c50cc1d04c5b324239a71c1fe1aa115046907b964577e5e859afcb705d92845
+RWSagIOpLGJF3+G2/EuOeUGIKP+QBFXo3hmRznbNRw54Dx0V1Pc8hevWpncDXrPxPVcZqbco5mGbkeuuA4RBdOAmo5rpLk92rw4=
+SHA256 (Pkgfile) = 89f746fe8772834fa61be319b347a5567e4a9e00fef037e1052b185a426728bd
SHA256 (.footprint) = 089f9a4fa02b1d195e660c5208fe3bc3169a07d978a60cddbccdc22f06107302
-SHA256 (libhandy-1.7.0.tar.bz2) = c6f6bf81d6c36d69efa6ae8d3a5b1ef8cbb08fa69b81abc5ab44d5c66666d465
+SHA256 (libhandy-1.8.0.tar.bz2) = a9d4c5b9275232b439a94e714081b7b8b559c3d75fea3a8e2ace486768c133f5
diff --git a/libhandy/Pkgfile b/libhandy/Pkgfile
index a6145fb0e..5bca4cb11 100644
--- a/libhandy/Pkgfile
+++ b/libhandy/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: gtk3 vala
name=libhandy
-version=1.7.0
+version=1.8.0
release=1
source=(https://gitlab.gnome.org/GNOME/libhandy/-/archive/$version/$name-$version.tar.bz2)
@@ -12,6 +12,9 @@ build() {
meson setup $name-$version build \
--prefix=/usr \
--buildtype=plain \
+ --wrap-mode nodownload \
+ -D b_lto=true \
+ -D b_pie=true \
-D gtk_doc=false \
-D examples=false \
-D tests=false

Generated by cgit