[arch-commits] Commit in libhandy/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed May 6 22:34:11 UTC 2020


    Date: Wednesday, May 6, 2020 @ 22:34:10
  Author: heftig
Revision: 625215

archrelease: copy trunk to community-x86_64

Added:
  libhandy/repos/community-x86_64/PKGBUILD
    (from rev 625214, libhandy/trunk/PKGBUILD)
Deleted:
  libhandy/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 36 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-06 22:32:37 UTC (rev 625214)
+++ PKGBUILD	2020-05-06 22:34:10 UTC (rev 625215)
@@ -1,28 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=libhandy
-pkgver=0.0.13
-pkgrel=1
-pkgdesc="Library full of GTK+ widgets for mobile phones"
-arch=(x86_64)
-url="https://source.puri.sm/Librem5/libhandy"
-license=(LGPL2.1)
-depends=(gtk3)
-makedepends=(git glade gobject-introspection meson vala)
-_commit=7a193d7692c9c76a1a94f17c4d30b585f77d177c  # tags/v0.0.13^0
-source=("git+https://source.puri.sm/Librem5/libhandy.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build -Dgtk_doc=true -Dexamples=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libhandy/repos/community-x86_64/PKGBUILD (from rev 625214, libhandy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-06 22:34:10 UTC (rev 625215)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libhandy
+pkgver=0.0.13
+pkgrel=2
+pkgdesc="Library full of GTK+ widgets for mobile phones"
+arch=(x86_64)
+url="https://source.puri.sm/Librem5/libhandy"
+license=(LGPL2.1)
+depends=(gtk3)
+makedepends=(git glade gobject-introspection meson vala)
+_commit=7a193d7692c9c76a1a94f17c4d30b585f77d177c  # tags/v0.0.13^0
+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'
+}
+
+build() {
+  arch-meson $pkgname build -Dgtk_doc=true -Dexamples=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list