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

Jan Steffens heftig at gemini.archlinux.org
Wed Sep 8 20:33:39 UTC 2021


    Date: Wednesday, September 8, 2021 @ 20:33:39
  Author: heftig
Revision: 423587

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   87 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-08 20:33:38 UTC (rev 423586)
+++ PKGBUILD	2021-09-08 20:33:39 UTC (rev 423587)
@@ -1,44 +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.2.3
-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=e9ca4ac4b134bbd6ab91b6f916a915192fd3a465  # tags/1.2.3^0
-source=("git+https://gitlab.gnome.org/GNOME/libhandy.git#commit=$_commit")
-sha256sums=('SKIP')
-
-prepare() {
-  cd libhandy
-}
-
-pkgver() {
-  cd libhandy
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  arch-meson libhandy build \
-    -D gtk_doc=true
-  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 423584, libhandy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-08 20:33:39 UTC (rev 423587)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libhandy
+pkgver=1.4.0
+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=f8626427acebfa08b2b4ee1166d51e416d3d7407  # tags/1.4.0^0
+source=("git+https://gitlab.gnome.org/GNOME/libhandy.git#commit=$_commit")
+sha256sums=('SKIP')
+
+prepare() {
+  cd libhandy
+}
+
+pkgver() {
+  cd libhandy
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson libhandy build \
+    -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session xvfb-run -s '-nolisten local' \
+    meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list