Date: Thursday, March 8, 2018 @ 19:18:47
  Author: heftig
Revision: 318266

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  dconf/repos/gnome-unstable-x86_64/
  dconf/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 318265, dconf/trunk/PKGBUILD)

----------+
 PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

Copied: dconf/repos/gnome-unstable-x86_64/PKGBUILD (from rev 318265, 
dconf/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD                              (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD      2018-03-08 19:18:47 UTC (rev 318266)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+
+pkgname=dconf
+pkgver=0.27.1+3+gf82500d
+pkgrel=1
+pkgdesc="Configuration database system"
+url="https://wiki.gnome.org/Projects/dconf";
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(glib2)
+makedepends=(vala dbus git gtk-doc python meson)
+_commit=f82500d8cfccf4329ea0eedea07f1118264dc1ed  # master
+source=("git+https://git.gnome.org/browse/dconf#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D enable-gtk-doc=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  # dbus tests can't connect and dbus-run-session doesn't help
+  meson test || :
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to