[arch-commits] Commit in libhandy/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed May 6 22:32:37 UTC 2020


    Date: Wednesday, May 6, 2020 @ 22:32:37
  Author: heftig
Revision: 625214

0.0.13-2: glade rebuild

Modified:
  libhandy/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-06 22:09:23 UTC (rev 625213)
+++ PKGBUILD	2020-05-06 22:32:37 UTC (rev 625214)
@@ -2,7 +2,7 @@
 
 pkgname=libhandy
 pkgver=0.0.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Library full of GTK+ widgets for mobile phones"
 arch=(x86_64)
 url="https://source.puri.sm/Librem5/libhandy"
@@ -13,6 +13,14 @@
 source=("git+https://source.puri.sm/Librem5/libhandy.git#commit=$_commit")
 sha256sums=('SKIP')
 
+prepare() {
+  cd $pkgname
+
+  # Fix build with glade 3.36.0
+  sed -e 's/GPC_OBJECT_DELIMITER/GLADE_PROPERTY_DEF_OBJECT_DELIMITER/g' \
+      -i glade/glade-*.c
+}
+
 pkgver() {
   cd $pkgname
   git describe --tags | sed 's/^v//;s/-/+/g'


Property changes on: libhandy/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property



More information about the arch-commits mailing list