summaryrefslogtreecommitdiff
path: root/libhandy/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-11-08 13:52:47 +0000
committerTim Biermann <tbier@posteo.de>2020-11-08 13:52:47 +0000
commit315db14fbddd541a1eb6a634d02b48e38b98b487 (patch)
tree54e23966b5a6f57339cfcecd4c5eb664bd45298e /libhandy/Pkgfile
parent5fe297e4cf4034631950deedded84c75812cd204 (diff)
downloadcontrib-315db14fbddd541a1eb6a634d02b48e38b98b487.tar.gz
contrib-315db14fbddd541a1eb6a634d02b48e38b98b487.tar.xz
libhandy: 0.0.13 -> 1.0.1
Diffstat (limited to 'libhandy/Pkgfile')
-rw-r--r--libhandy/Pkgfile21
1 files changed, 9 insertions, 12 deletions
diff --git a/libhandy/Pkgfile b/libhandy/Pkgfile
index 77e2d2200..d1cff5e70 100644
--- a/libhandy/Pkgfile
+++ b/libhandy/Pkgfile
@@ -1,25 +1,22 @@
# Description: Building blocks for modern adaptive GNOME apps
# URL: https://gitlab.gnome.org/GNOME/libhandy/
# Maintainer: Tim Biermann, tbier at posteo dot de
-# Depends on: gtk3
+# Depends on: gtk3 vala
name=libhandy
-version=0.0.13
+version=1.0.1
release=1
-source=(https://gitlab.gnome.org/GNOME/libhandy/-/archive/v$version/$name-v$version.tar.bz2)
+source=(https://gitlab.gnome.org/GNOME/libhandy/-/archive/$version/$name-$version.tar.bz2)
build() {
- # don't build nls files
- rm -r $name-v$version/po
- sed -e '143d' -i $name-v$version/meson.build
-
- meson setup $name-v$version build \
+ meson setup $name-$version build \
--prefix=/usr \
--buildtype=plain \
- -Db_ndebug=true \
- -Dgtk_doc=false \
- -Dexamples=false \
- -Dtests=false
+ -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