[arch-commits] Commit in dconf/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Oct 23 06:23:41 UTC 2018


    Date: Tuesday, October 23, 2018 @ 06:23:41
  Author: heftig
Revision: 337138

archrelease: copy trunk to extra-x86_64

Added:
  dconf/repos/extra-x86_64/PKGBUILD
    (from rev 337137, dconf/trunk/PKGBUILD)
Deleted:
  dconf/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-23 06:23:31 UTC (rev 337137)
+++ PKGBUILD	2018-10-23 06:23:41 UTC (rev 337138)
@@ -1,40 +0,0 @@
-# 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:

Copied: dconf/repos/extra-x86_64/PKGBUILD (from rev 337137, dconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-23 06:23:41 UTC (rev 337138)
@@ -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.1
+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=6eba98fd6fb39aed73836d5468a516c2ed1a2cb8  # tags/0.30.1^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