Date: Friday, March 12, 2021 @ 15:52:30 Author: heftig Revision: 409686
1.2.0-1 Modified: libhandy/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-12 14:04:20 UTC (rev 409685) +++ PKGBUILD 2021-03-12 15:52:30 UTC (rev 409686) @@ -2,7 +2,7 @@ # Contributor: Balló György <ballogyor+arch at gmail dot com> pkgname=libhandy -pkgver=1.0.3 +pkgver=1.2.0 pkgrel=1 pkgdesc="Library full of GTK+ widgets for mobile phones" url="https://gitlab.gnome.org/GNOME/libhandy" @@ -12,15 +12,12 @@ makedepends=(git gobject-introspection meson vala glade) checkdepends=(xorg-server-xvfb) provides=(libhandy-1.so) -_commit=7126d2e8da9dcdeb5751e60ff6a74930804f9637 # tags/1.0.3^0 +_commit=7b38a860ffcec6c2ad28153358cc3d037ddb618f # tags/1.2.0^0 source=("git+https://gitlab.gnome.org/GNOME/libhandy.git#commit=$_commit") sha256sums=('SKIP') prepare() { cd libhandy - - # Fix build with glade 3.38.0 - git cherry-pick -n 65ff089b7f346f3809e9e0050ea32ac003465ede } pkgver() { @@ -30,8 +27,7 @@ build() { arch-meson libhandy build \ - -D gtk_doc=true \ - -D examples=false + -D gtk_doc=true meson compile -C build }
