[arch-commits] Commit in libhandy/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Wed Sep 8 20:31:24 UTC 2021


    Date: Wednesday, September 8, 2021 @ 20:31:24
  Author: heftig
Revision: 423582

1.4.0-1

Modified:
  libhandy/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-08 20:18:51 UTC (rev 423581)
+++ PKGBUILD	2021-09-08 20:31:24 UTC (rev 423582)
@@ -2,7 +2,7 @@
 # Contributor: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=libhandy
-pkgver=1.2.3
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="Library full of GTK+ widgets for mobile phones"
 url="https://gitlab.gnome.org/GNOME/libhandy"
@@ -12,7 +12,7 @@
 makedepends=(git gobject-introspection meson vala glade)
 checkdepends=(xorg-server-xvfb)
 provides=(libhandy-1.so)
-_commit=e9ca4ac4b134bbd6ab91b6f916a915192fd3a465  # tags/1.2.3^0
+_commit=f8626427acebfa08b2b4ee1166d51e416d3d7407  # tags/1.4.0^0
 source=("git+https://gitlab.gnome.org/GNOME/libhandy.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -32,13 +32,12 @@
 }
 
 check() {
-  dbus-run-session xvfb-run \
-    -s '-screen 0 1920x1080x24 -nolisten local' \
+  dbus-run-session xvfb-run -s '-nolisten local' \
     meson test -C build --print-errorlogs
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }
 
 # vim:set sw=2 et:



More information about the arch-commits mailing list