summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Herrmann2018-12-18 18:06:35 +0100
committerDavid Herrmann2018-12-18 18:06:35 +0100
commita201d0fbd26fc12a59ce2131a3a8cd3799e1eda1 (patch)
tree6954b16b5b8c446f1cc39460f3e8b1d1c2a9e773
parentea80355d5d486c37cfb694bb1863925e9f1decf0 (diff)
downloadaur-a201d0fbd26fc12a59ce2131a3a8cd3799e1eda1.tar.gz
dbus-broker-git: include new submodules
Include the newly required c-ini and c-shquote submodules, in favor of dropping the glib2 dependency. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2ec8cf23848..53811be03273 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Oct 9 09:16:24 UTC 2018
+# Tue Dec 18 17:06:17 UTC 2018
pkgbase = dbus-broker-git
pkgdesc = Linux D-Bus Message Broker
- pkgver = r1276.2e58323
+ pkgver = r1297.97428cb
pkgrel = 1
url = https://github.com/bus1/dbus-broker
arch = i686
@@ -14,13 +14,14 @@ pkgbase = dbus-broker-git
makedepends = python-docutils
depends = libsystemd
depends = expat
- depends = glib2
provides = dbus-broker
conflicts = dbus-broker
source = dbus-broker-git::git+https://github.com/bus1/dbus-broker
source = git+https://github.com/c-util/c-dvar
+ source = git+https://github.com/c-util/c-ini
source = git+https://github.com/c-util/c-list
source = git+https://github.com/c-util/c-rbtree
+ source = git+https://github.com/c-util/c-shquote
source = git+https://github.com/c-util/c-sundry
source = git+https://github.com/c-util/c-utf8
sha256sums = SKIP
@@ -29,6 +30,8 @@ pkgbase = dbus-broker-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
pkgname = dbus-broker-git
diff --git a/PKGBUILD b/PKGBUILD
index 64da0e0a9be6..81017bbea737 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,22 +3,24 @@
_pkgorg=bus1
_pkgname=dbus-broker
pkgdesc='Linux D-Bus Message Broker'
-pkgver=r1276.2e58323
+pkgver=r1297.97428cb
pkgrel=1
pkgname=$_pkgname-git
arch=('i686' 'x86_64')
url="https://github.com/$_pkgorg/$_pkgname"
license=('Apache')
-depends=('libsystemd' 'expat' 'glib2')
+depends=('libsystemd' 'expat')
makedepends=('git' 'meson' 'systemd' 'python-docutils')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$pkgname::git+https://github.com/$_pkgorg/$_pkgname"
"git+https://github.com/c-util/c-dvar"
+ "git+https://github.com/c-util/c-ini"
"git+https://github.com/c-util/c-list"
"git+https://github.com/c-util/c-rbtree"
+ "git+https://github.com/c-util/c-shquote"
"git+https://github.com/c-util/c-sundry"
"git+https://github.com/c-util/c-utf8")
sha256sums=('SKIP'
@@ -26,6 +28,8 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
+ 'SKIP'
'SKIP')
pkgver() {
@@ -40,8 +44,10 @@ prepare() {
git submodule init
git config --local submodule.subprojects/c-dvar.url "$srcdir/c-dvar"
+ git config --local submodule.subprojects/c-dvar.url "$srcdir/c-ini"
git config --local submodule.subprojects/c-list.url "$srcdir/c-list"
git config --local submodule.subprojects/c-rbtree.url "$srcdir/c-rbtree"
+ git config --local submodule.subprojects/c-sundry.url "$srcdir/c-shquote"
git config --local submodule.subprojects/c-sundry.url "$srcdir/c-sundry"
git config --local submodule.subprojects/c-utf8.url "$srcdir/c-utf8"
git submodule update