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

Jan Steffens heftig at archlinux.org
Thu Jul 26 20:05:27 UTC 2018


    Date: Thursday, July 26, 2018 @ 20:05:27
  Author: heftig
Revision: 329568

3.28.4-1

Modified:
  libdazzle/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-26 14:11:16 UTC (rev 329567)
+++ PKGBUILD	2018-07-26 20:05:27 UTC (rev 329568)
@@ -2,16 +2,16 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libdazzle
-pkgver=3.28.2
+pkgver=3.28.4
 pkgrel=1
 pkgdesc="A library to delight your users with fancy features"
-url="https://git.gnome.org/browse/libdazzle"
+url="https://gitlab.gnome.org/GNOME/libdazzle"
 arch=(x86_64)
 license=(LGPL)
 depends=(gtk3)
 makedepends=(git meson vala gobject-introspection gtk-doc)
 checkdepends=(xorg-server-xvfb)
-_commit=3e4df964882fbbc1cfed06f145844b1d0bec4e97  # tags/3.28.2^0
+_commit=7e0b543bc45439d59872e6a5a222b6b946c9cf83  # tags/3.28.4^0
 source=("git+https://gitlab.gnome.org/GNOME/libdazzle.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -21,15 +21,14 @@
 }
 
 build() {
-  arch-meson $pkgname build -Denable_gtk_doc=true
+  arch-meson $pkgname build -D enable_gtk_doc=true
   ninja -C build
 }
 
 check() {
-  cd build
-  xvfb-run meson test
+  xvfb-run meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }



More information about the arch-commits mailing list