Date: Wednesday, February 1, 2023 @ 16:59:04
  Author: heftig
Revision: 467740

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-01 16:58:59 UTC (rev 467739)
+++ PKGBUILD    2023-02-01 16:59:04 UTC (rev 467740)
@@ -1,56 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
-pkgbase=libhandy
-pkgname=(libhandy libhandy-docs)
-pkgver=1.8.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 gi-docgen)
-checkdepends=(xorg-server-xvfb)
-options=(debug)
-_commit=fce63fcc85621c33dab85e32b349d707bf6d1552  # tags/1.8.0^0
-source=("git+https://gitlab.gnome.org/GNOME/libhandy.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libhandy
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd libhandy
-}
-
-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_libhandy() {
-  provides=(libhandy-1.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-  mkdir -p doc/usr/share
-  mv {"$pkgdir",doc}/usr/share/doc
-}
-
-package_libhandy-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  mv doc/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: libhandy/repos/extra-x86_64/PKGBUILD (from rev 467739, 
libhandy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-01 16:59:04 UTC (rev 467740)
@@ -0,0 +1,64 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgbase=libhandy
+pkgname=(libhandy libhandy-docs)
+pkgver=1.8.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=(
+  gi-docgen
+  git
+  glade
+  gobject-introspection
+  meson
+  vala
+)
+checkdepends=(xorg-server-xvfb)
+_commit=f06c1bfa95a3160575b36315c6d9437376d8af77  # tags/1.8.1^0
+source=("git+https://gitlab.gnome.org/GNOME/libhandy.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libhandy
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd libhandy
+}
+
+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_libhandy() {
+  provides=(libhandy-1.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  mkdir -p doc/usr/share
+  mv {"$pkgdir",doc}/usr/share/doc
+}
+
+package_libhandy-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv doc/* "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to