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

Balló György bgyorgy at archlinux.org
Fri Dec 21 22:07:04 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-12-21 22:06:59 UTC (rev 417466)
+++ PKGBUILD	2018-12-21 22:07:03 UTC (rev 417467)
@@ -1,29 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-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)
+++ PKGBUILD	2018-12-21 22:07:03 UTC (rev 417467)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+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
+}



More information about the arch-commits mailing list