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

Jan Steffens heftig at archlinux.org
Fri Oct 30 21:17:25 UTC 2020


    Date: Friday, October 30, 2020 @ 21:17:25
  Author: heftig
Revision: 399065

archrelease: copy trunk to extra-x86_64

Added:
  libhandy/repos/extra-x86_64/PKGBUILD
    (from rev 399064, libhandy/trunk/PKGBUILD)
Deleted:
  libhandy/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   96 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-30 21:17:15 UTC (rev 399064)
+++ PKGBUILD	2020-10-30 21:17:25 UTC (rev 399065)
@@ -1,48 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=libhandy
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="Library full of GTK+ widgets for mobile phones"
-url="https://gitlab.gnome.org/GNOME/libhandy"
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gtk3)
-makedepends=(git gobject-introspection meson vala glade)
-checkdepends=(xorg-server-xvfb)
-provides=(libhandy-1.so)
-_commit=94313c206258860b2428712e7ece1d02c5177857  # tags/1.0.0^0
-source=("git+https://gitlab.gnome.org/GNOME/libhandy.git#commit=$_commit")
-sha256sums=('SKIP')
-
-prepare() {
-  cd libhandy
-
-  # Fix build with glade 3.38.0
-  git cherry-pick -n 65ff089b7f346f3809e9e0050ea32ac003465ede
-}
-
-pkgver() {
-  cd libhandy
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  arch-meson libhandy build \
-    -D gtk_doc=true \
-    -D examples=false
-  meson compile -C build
-}
-
-check() {
-  dbus-run-session xvfb-run \
-    -s '-screen 0 1920x1080x24 -nolisten local' \
-    meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: libhandy/repos/extra-x86_64/PKGBUILD (from rev 399064, libhandy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-30 21:17:25 UTC (rev 399065)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libhandy
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Library full of GTK+ widgets for mobile phones"
+url="https://gitlab.gnome.org/GNOME/libhandy"
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gtk3)
+makedepends=(git gobject-introspection meson vala glade)
+checkdepends=(xorg-server-xvfb)
+provides=(libhandy-1.so)
+_commit=5cee0927b8b39dea1b2a62ec6d19169f73ba06c6  # tags/1.0.1^0
+source=("git+https://gitlab.gnome.org/GNOME/libhandy.git#commit=$_commit")
+sha256sums=('SKIP')
+
+prepare() {
+  cd libhandy
+
+  # Fix build with glade 3.38.0
+  git cherry-pick -n 65ff089b7f346f3809e9e0050ea32ac003465ede
+}
+
+pkgver() {
+  cd libhandy
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson libhandy build \
+    -D gtk_doc=true \
+    -D examples=false
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session xvfb-run \
+    -s '-screen 0 1920x1080x24 -nolisten local' \
+    meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list