[arch-commits] Commit in dbus-broker/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Dec 3 13:27:58 UTC 2020
Date: Thursday, December 3, 2020 @ 13:27:58
Author: heftig
Revision: 402843
archrelease: copy trunk to extra-x86_64
Added:
dbus-broker/repos/extra-x86_64/PKGBUILD
(from rev 402842, dbus-broker/trunk/PKGBUILD)
Deleted:
dbus-broker/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 120 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 60 insertions(+), 60 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-03 13:27:46 UTC (rev 402842)
+++ PKGBUILD 2020-12-03 13:27:58 UTC (rev 402843)
@@ -1,60 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: David Herrmann <dh.herrmann at gmail.com>
-
-pkgname=dbus-broker
-pkgver=24
-pkgrel=1
-pkgdesc="Linux D-Bus Message Broker"
-url="https://github.com/bus1/dbus-broker/wiki"
-arch=(x86_64)
-license=(Apache)
-depends=(systemd-libs expat audit)
-makedepends=(git meson systemd python-docutils)
-_commit=3c652e4cbcc054533a0c8755463263a79d546332 # tags/v24^0
-source=("git+https://github.com/bus1/dbus-broker#commit=$_commit"
- git+https://github.com/c-util/c-{rbtree,list,dvar,utf8,shquote,ini,stdaux})
-sha256sums=('SKIP'
- 'SKIP'
- '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,list,dvar,utf8,shquote,ini,stdaux}; do
- git submodule set-url subprojects/$sm "$srcdir/$sm"
- done
-
- git submodule update
-}
-
-build() {
- arch-meson $pkgname build \
- -D audit=true \
- -D docs=true \
- -D linux-4-17=true \
- -D system-console-users=gdm,sddm,lightdm,lxdm
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:
Copied: dbus-broker/repos/extra-x86_64/PKGBUILD (from rev 402842, dbus-broker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-03 13:27:58 UTC (rev 402843)
@@ -0,0 +1,60 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: David Herrmann <dh.herrmann at gmail.com>
+
+pkgname=dbus-broker
+pkgver=25
+pkgrel=1
+pkgdesc="Linux D-Bus Message Broker"
+url="https://github.com/bus1/dbus-broker/wiki"
+arch=(x86_64)
+license=(Apache)
+depends=(systemd-libs expat audit)
+makedepends=(git meson systemd python-docutils)
+_commit=c6345f7d48a59f25700b6d8766698b544f6572ad # tags/v25^0
+source=("git+https://github.com/bus1/dbus-broker#commit=$_commit"
+ git+https://github.com/c-util/c-{rbtree,list,dvar,utf8,shquote,ini,stdaux})
+sha256sums=('SKIP'
+ 'SKIP'
+ '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,list,dvar,utf8,shquote,ini,stdaux}; do
+ git submodule set-url subprojects/$sm "$srcdir/$sm"
+ done
+
+ git submodule update
+}
+
+build() {
+ arch-meson $pkgname build \
+ -D audit=true \
+ -D docs=true \
+ -D linux-4-17=true \
+ -D system-console-users=gdm,sddm,lightdm,lxdm
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:
More information about the arch-commits
mailing list