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

Jan Steffens heftig at archlinux.org
Tue Sep 4 16:41:30 UTC 2018


    Date: Tuesday, September 4, 2018 @ 16:41:30
  Author: heftig
Revision: 333302

0.30.0-1

Modified:
  dconf/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-04 16:37:52 UTC (rev 333301)
+++ PKGBUILD	2018-09-04 16:41:30 UTC (rev 333302)
@@ -1,9 +1,8 @@
-# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=dconf
-pkgver=0.28.0
+pkgver=0.30.0
 pkgrel=1
 pkgdesc="Configuration database system"
 url="https://wiki.gnome.org/Projects/dconf"
@@ -10,9 +9,9 @@
 arch=(x86_64)
 license=(LGPL2.1)
 depends=(glib2)
-makedepends=(vala dbus git gtk-doc python meson)
-_commit=fd884c24cf7d9631836c106ed4a895f18d707120  # tags/0.28.0^0
-source=("git+https://git.gnome.org/browse/dconf#commit=$_commit")
+makedepends=(vala dbus git gtk-doc python meson bash-completion)
+_commit=5310788b908725641e8fcb031ea5718ba8daee13  # tags/0.30.0^0
+source=("git+https://gitlab.gnome.org/GNOME/dconf.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -25,18 +24,17 @@
 }
 
 build() {
-  arch-meson $pkgname build -D enable-gtk-doc=true
+  arch-meson $pkgname build -D gtk_doc=true
   ninja -C build
 }
 
 check() {
-  cd build
   # dbus tests can't connect and dbus-run-session doesn't help
-  meson test || :
+  meson test -C build || :
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }
 
 # vim:set ts=2 sw=2 et:


Property changes on: dconf/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property



More information about the arch-commits mailing list