[arch-commits] Commit in libhandy/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sat Mar 9 15:18:45 UTC 2019
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
===================================================================
--- PKGBUILD 2019-03-09 15:18:34 UTC (rev 438297)
+++ PKGBUILD 2019-03-09 15:18:44 UTC (rev 438298)
@@ -1,28 +0,0 @@
-# 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
-}
Copied: libhandy/repos/community-x86_64/PKGBUILD (from rev 438297, libhandy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-03-09 15:18:44 UTC (rev 438298)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+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
+}
More information about the arch-commits
mailing list