[arch-commits] Commit in dconf/repos (2 files)

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


    Date: Tuesday, September 4, 2018 @ 16:41:55
  Author: heftig
Revision: 333303

archrelease: copy trunk to gnome-unstable-x86_64

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

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

Copied: dconf/repos/gnome-unstable-x86_64/PKGBUILD (from rev 333302, dconf/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-09-04 16:41:55 UTC (rev 333303)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=dconf
+pkgver=0.30.0
+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 bash-completion)
+_commit=5310788b908725641e8fcb031ea5718ba8daee13  # tags/0.30.0^0
+source=("git+https://gitlab.gnome.org/GNOME/dconf.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  # dbus tests can't connect and dbus-run-session doesn't help
+  meson test -C build || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list