summaryrefslogtreecommitdiff
path: root/libhandy
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-01-23 18:24:59 +0000
committerTim Biermann <tbier@posteo.de>2021-01-23 18:24:59 +0000
commitcc9d9b5091122a4c6f8e4345f044fb8897f3741f (patch)
treef6b86d3922f4d7c9f4fbf8816575cdd6e7330e8e /libhandy
parent7d1777c65f24955ce1bf9f3a9e9de9d515f3331f (diff)
downloadcontrib-cc9d9b5091122a4c6f8e4345f044fb8897f3741f.tar.gz
contrib-cc9d9b5091122a4c6f8e4345f044fb8897f3741f.tar.xz
libhandy: removed b_ndebug=true
Diffstat (limited to 'libhandy')
-rw-r--r--libhandy/.signature4
-rw-r--r--libhandy/Pkgfile2
2 files changed, 3 insertions, 3 deletions
diff --git a/libhandy/.signature b/libhandy/.signature
index da0fa2636..f0dbc0043 100644
--- a/libhandy/.signature
+++ b/libhandy/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3yy2LBZYk4HTDi2pTP82Roz8Hmqhn8njEirLbKsLCshUVMRh5E5nVvWaXX1tQjMKuNda0FRJgUrIbfcZTCdFfwI=
-SHA256 (Pkgfile) = c102afb0a74dc6d130d4187f408181fa892ad781a5eba220aca8162f673be98d
+RWSagIOpLGJF3xl0qliOyJYLwEtGPzFqmLhm6/g6jNusJ+59rm6++8qy1I+9kWD8UcdsLNGrSIbk6ZaYJrHXnoNnqX8I87iy9QA=
+SHA256 (Pkgfile) = b97aa87dd63643c16954f148c58ae3f3d8197a7688f8e5d3356cae2d727e9ae2
SHA256 (.footprint) = 903f7c0f2d384d0fd7a8278bfe97a43504adf6d7613bf2271fe5d4e2465ecd29
SHA256 (libhandy-1.0.3.tar.bz2) = 8cdeb88deaf13efbc0da73306bf8f8d14b6e5b108807a4f7b43d6a7c6e3a158d
diff --git a/libhandy/Pkgfile b/libhandy/Pkgfile
index 53b18f87a..364110ba1 100644
--- a/libhandy/Pkgfile
+++ b/libhandy/Pkgfile
@@ -12,11 +12,11 @@ build() {
meson setup $name-$version build \
--prefix=/usr \
--buildtype=plain \
- -D b_ndebug=true \
-D gtk_doc=false \
-D examples=false \
-D tests=false
meson compile -C build
DESTDIR=$PKG meson install -C build
+
rm -r $PKG/usr/share/locale
}

Generated by cgit