Date: Saturday, September 26, 2020 @ 21:55:36 Author: heftig Revision: 396650
1.0.0-1 Modified: libhandy/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-26 21:44:38 UTC (rev 396649) +++ PKGBUILD 2020-09-26 21:55:36 UTC (rev 396650) @@ -2,18 +2,18 @@ # Contributor: Balló György <ballogyor+arch at gmail dot com> pkgname=libhandy -pkgver=0.80.0 +pkgver=1.0.0 pkgrel=1 pkgdesc="Library full of GTK+ widgets for mobile phones" arch=(x86_64) url="https://source.puri.sm/Librem5/libhandy" -license=(LGPL2.1) +license=(LGPL) depends=(glib2 gtk3) makedepends=(git glade gobject-introspection meson vala) checkdepends=(xorg-server-xvfb) provides=(libhandy-1.so) -_commit=b61eefde06040703026f49a0b979588e69f77d3a # tags/v0.80.0^0 -source=("git+https://source.puri.sm/Librem5/libhandy.git#commit=$_commit") +_commit=94313c206258860b2428712e7ece1d02c5177857 # tags/1.0.0^0 +source=("git+https://gitlab.gnome.org/GNOME/libhandy.git#commit=$_commit") sha256sums=('SKIP') prepare() { @@ -20,8 +20,7 @@ cd $pkgname # Fix build with glade 3.38.0 - sed -e 's/GWA_GET_CLASS/GLADE_WIDGET_ADAPTOR_GET_CLASS/g' \ - -i glade/glade-*.c + git cherry-pick -n 65ff089b7f346f3809e9e0050ea32ac003465ede } pkgver() {
