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

Jan Steffens heftig at archlinux.org
Thu Sep 27 00:57:58 UTC 2018


    Date: Thursday, September 27, 2018 @ 00:57:57
  Author: heftig
Revision: 335458

0.6.53-1

Modified:
  accountsservice/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-27 00:52:08 UTC (rev 335457)
+++ PKGBUILD	2018-09-27 00:57:57 UTC (rev 335458)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=accountsservice
-pkgver=0.6.50
+pkgver=0.6.53
 pkgrel=1
 pkgdesc="D-Bus interface for user account query and manipulation"
 url="https://gitlab.freedesktop.org/accountsservice/accountsservice"
@@ -9,8 +9,8 @@
 arch=(x86_64)
 license=(GPL3)
 depends=(glib2 polkit systemd)
-makedepends=(intltool gtk-doc gobject-introspection git)
-_commit=f49ca6475643a0dad62ad98af9673b43858d1610  # tags/0.6.50^0
+makedepends=(gtk-doc gobject-introspection git meson docbook-xsl xmlto)
+_commit=95f6540014c1d1aa66e202ed7643dd46a5c596c1  # tags/0.6.53^0
 source=("git+https://gitlab.freedesktop.org/accountsservice/accountsservice.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -22,19 +22,23 @@
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib --disable-static --enable-gtk-doc
-  make
+  arch-meson $pkgname build \
+    -D admin_group=wheel \
+    -D systemd=true \
+    -D docbook=true \
+    -D gtk_doc=true
+  ninja -C build
 }
 
+check() {
+  meson test -C build
+}
+
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" meson install -C build
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list