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

Jan Steffens heftig at archlinux.org
Thu Oct 11 15:59:31 UTC 2018


    Date: Thursday, October 11, 2018 @ 15:59:30
  Author: heftig
Revision: 336397

archrelease: copy trunk to extra-x86_64

Added:
  dbus-broker/repos/extra-x86_64/PKGBUILD
    (from rev 336396, dbus-broker/trunk/PKGBUILD)
Deleted:
  dbus-broker/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  106 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 54 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-11 15:59:15 UTC (rev 336396)
+++ PKGBUILD	2018-10-11 15:59:30 UTC (rev 336397)
@@ -1,52 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: David Herrmann <dh.herrmann at gmail.com>
-
-pkgname=dbus-broker
-pkgver=15
-pkgrel=2
-pkgdesc="Linux D-Bus Message Broker"
-url="https://github.com/bus1/dbus-broker"
-arch=(x86_64)
-license=(Apache)
-depends=(libsystemd expat glib2 audit)
-makedepends=(git meson systemd python-docutils)
-_commit=56fe1c3cfcd0737b017556b373a02320ccec68ff  # tags/v15^0
-source=("git+https://github.com/bus1/dbus-broker#commit=$_commit"
-        git+https://github.com/c-util/c-{rbtree,sundry,list,dvar,utf8})
-sha256sums=('SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  local sm
-  git submodule init
-  for sm in c-{rbtree,sundry,list,dvar,utf8}; do
-    git config --local submodule.subprojects/$sm.url "$srcdir/$sm"
-  done
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build -D docs=true -D audit=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: dbus-broker/repos/extra-x86_64/PKGBUILD (from rev 336396, dbus-broker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-11 15:59:30 UTC (rev 336397)
@@ -0,0 +1,54 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: David Herrmann <dh.herrmann at gmail.com>
+
+pkgname=dbus-broker
+pkgver=16
+pkgrel=1
+pkgdesc="Linux D-Bus Message Broker"
+url="https://groups.google.com/forum/#!forum/bus1-devel"
+arch=(x86_64)
+license=(Apache)
+depends=(libsystemd expat glib2 audit)
+makedepends=(git meson systemd python-docutils)
+_commit=fc874afa0992d0c75ec25acb43d344679f0ee7d2  # tags/v16^0
+source=("git+https://github.com/bus1/dbus-broker#commit=$_commit"
+        git+https://github.com/c-util/c-{rbtree,sundry,list,dvar,utf8})
+sha256sums=('SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+
+  local sm
+  for sm in c-{rbtree,sundry,list,dvar,utf8}; do
+    git config --local submodule.subprojects/$sm.url "$srcdir/$sm"
+  done
+
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D docs=true -D audit=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list