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

2020-05-06 Thread Jan Steffens via arch-commits
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
===
--- PKGBUILD2020-05-06 22:32:37 UTC (rev 625214)
+++ PKGBUILD2020-05-06 22:34:10 UTC (rev 625215)
@@ -1,28 +0,0 @@
-# Maintainer: Balló György 
-
-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)
+++ PKGBUILD2020-05-06 22:34:10 UTC (rev 625215)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György 
+
+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
+}


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

2020-01-08 Thread Balló György via arch-commits
Date: Thursday, January 9, 2020 @ 00:53:53
  Author: bgyorgy
Revision: 550950

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-09 00:53:48 UTC (rev 550949)
+++ PKGBUILD2020-01-09 00:53:53 UTC (rev 550950)
@@ -1,28 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=libhandy
-pkgver=0.0.11
-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=f5909a897f70143bdd2f89f47a63c1bf848330ce  # tags/v0.0.11^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 550949, 
libhandy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-09 00:53:53 UTC (rev 550950)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György 
+
+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
+}


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

2019-08-29 Thread Balló György via arch-commits
Date: Thursday, August 29, 2019 @ 22:44:06
  Author: bgyorgy
Revision: 505079

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-29 22:44:02 UTC (rev 505078)
+++ PKGBUILD2019-08-29 22:44:06 UTC (rev 505079)
@@ -1,28 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=libhandy
-pkgver=0.0.10
-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=2d777677352d037b6f5cc24d9c1c8d9a74ac0ded  # tags/v0.0.10^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 505078, 
libhandy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-29 22:44:06 UTC (rev 505079)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György 
+
+pkgname=libhandy
+pkgver=0.0.11
+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=f5909a897f70143bdd2f89f47a63c1bf848330ce  # tags/v0.0.11^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
+}


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

2019-06-18 Thread Balló György via arch-commits
Date: Wednesday, June 19, 2019 @ 00:28:30
  Author: bgyorgy
Revision: 482246

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-19 00:28:27 UTC (rev 482245)
+++ PKGBUILD2019-06-19 00:28:30 UTC (rev 482246)
@@ -1,28 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=libhandy
-pkgver=0.0.9
-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=56b0aa62f6251ee19a88fc208b7ca8dcf9c9633c  # tags/v0.0.9^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 482245, 
libhandy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-19 00:28:30 UTC (rev 482246)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György 
+
+pkgname=libhandy
+pkgver=0.0.10
+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=2d777677352d037b6f5cc24d9c1c8d9a74ac0ded  # tags/v0.0.10^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
+}


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

2019-03-09 Thread Balló György via arch-commits
Date: Saturday, March 9, 2019 @ 15:18:44
  Author: bgyorgy
Revision: 438298

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-09 15:18:34 UTC (rev 438297)
+++ PKGBUILD2019-03-09 15:18:44 UTC (rev 438298)
@@ -1,28 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=libhandy
-pkgver=0.0.6
-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=cfb1326f11472b77596e136c81424d5ae542e536  # tags/v0.0.6^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 438297, 
libhandy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-09 15:18:44 UTC (rev 438298)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György 
+
+pkgname=libhandy
+pkgver=0.0.9
+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=56b0aa62f6251ee19a88fc208b7ca8dcf9c9633c  # tags/v0.0.9^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
+}


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

2018-12-21 Thread Balló György via arch-commits
Date: Friday, December 21, 2018 @ 22:07:03
  Author: bgyorgy
Revision: 417467

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   57 -
 1 file changed, 28 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-21 22:06:59 UTC (rev 417466)
+++ PKGBUILD2018-12-21 22:07:03 UTC (rev 417467)
@@ -1,29 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=libhandy
-pkgver=0.0.5
-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=9c99704e4cc02d8aff8c03ebd583197677f67e52  # tags/v0.0.5^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
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  rm -r "$pkgdir"/usr/{bin,subdir}
-}

Copied: libhandy/repos/community-x86_64/PKGBUILD (from rev 417466, 
libhandy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-21 22:07:03 UTC (rev 417467)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György 
+
+pkgname=libhandy
+pkgver=0.0.6
+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=cfb1326f11472b77596e136c81424d5ae542e536  # tags/v0.0.6^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
+}