[arch-commits] Commit in dbus/repos (8 files)

Sébastien Luttringer seblu at archlinux.org
Fri Mar 31 23:18:07 UTC 2017


    Date: Friday, March 31, 2017 @ 23:18:06
  Author: seblu
Revision: 291957

db-move: moved dbus from [testing] to [core] (i686, x86_64)

Added:
  dbus/repos/core-i686/PKGBUILD
    (from rev 291956, dbus/repos/testing-i686/PKGBUILD)
  dbus/repos/core-i686/dbus.sysusers
    (from rev 291956, dbus/repos/testing-i686/dbus.sysusers)
  dbus/repos/core-x86_64/PKGBUILD
    (from rev 291956, dbus/repos/testing-x86_64/PKGBUILD)
  dbus/repos/core-x86_64/dbus.sysusers
    (from rev 291956, dbus/repos/testing-x86_64/dbus.sysusers)
Deleted:
  dbus/repos/core-i686/PKGBUILD
  dbus/repos/core-x86_64/PKGBUILD
  dbus/repos/testing-i686/
  dbus/repos/testing-x86_64/

---------------------------+
 /PKGBUILD                 |  166 ++++++++++++++++++++++++++++++++++++++++++++
 core-i686/PKGBUILD        |   78 --------------------
 core-i686/dbus.sysusers   |    1 
 core-x86_64/PKGBUILD      |   78 --------------------
 core-x86_64/dbus.sysusers |    1 
 5 files changed, 168 insertions(+), 156 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2017-03-31 23:18:03 UTC (rev 291956)
+++ core-i686/PKGBUILD	2017-03-31 23:18:06 UTC (rev 291957)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Tom Gundersen <teg at jklm.no>
-# Contributor: Link Dupont <link at subpop.net>
-
-pkgbase=dbus
-pkgname=(dbus dbus-docs)
-pkgver=1.10.16
-pkgrel=1
-pkgdesc="Freedesktop.org message bus system"
-url="https://wiki.freedesktop.org/www/Software/dbus/"
-arch=(i686 x86_64)
-license=(GPL custom)
-depends=(libsystemd expat)
-makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git)
-_commit=8b582cb10d7cf00af7a70496aec48af24edc542b  # tags/dbus-1.10.16^0
-source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit")
-sha256sums=('SKIP')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90'  # Simon McVittie <simon.mcvittie at collabora.co.uk>
-              '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie <simon.mcvittie at collabora.co.uk>
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^dbus-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  git cherry-pick -n 09cb6d7b467f6d1c6685ee9ccc171f4dddbe1f42
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
-      --with-system-pid-file=/run/dbus/pid \
-      --with-system-socket=/run/dbus/system_bus_socket \
-      --with-console-auth-dir=/run/console/ \
-      --enable-inotify --disable-static \
-      --disable-verbose-mode --disable-asserts \
-      --with-systemdsystemunitdir=/usr/lib/systemd/system \
-      --enable-systemd --enable-user-session
-  make
-}
-
-check() {
-  cd $pkgbase
-  make check
-}
-
-package_dbus() {
-  provides=(libdbus)
-  conflicts=(libdbus)
-  replaces=(libdbus)
-
-  cd $pkgbase
-
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir/var/run"
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgbase/COPYING"
-
-  # Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir"
-}
-
-package_dbus-docs() {
-  pkgdesc+=" (documentation)"
-  depends=(dbus)
-
-  install -d "$pkgdir/usr/share/licenses"
-  ln -s dbus "$pkgdir/usr/share/licenses/dbus-docs"
-
-  mv doc "$pkgdir/usr/share"
-}

Copied: dbus/repos/core-i686/PKGBUILD (from rev 291956, dbus/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2017-03-31 23:18:06 UTC (rev 291957)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Link Dupont <link at subpop.net>
+
+pkgbase=dbus
+pkgname=(dbus dbus-docs)
+pkgver=1.10.16
+pkgrel=2
+pkgdesc="Freedesktop.org message bus system"
+url="https://wiki.freedesktop.org/www/Software/dbus/"
+arch=(i686 x86_64)
+license=(GPL custom)
+depends=(libsystemd expat)
+makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git)
+_commit=8b582cb10d7cf00af7a70496aec48af24edc542b  # tags/dbus-1.10.16^0
+source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit"
+        'dbus.sysusers')
+sha256sums=('SKIP'
+            '1ce179ba3a92ad34941d8ac7f53d01d42cbc91d43ada1136492b78c10b5d693d')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90'  # Simon McVittie <simon.mcvittie at collabora.co.uk>
+              '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie <simon.mcvittie at collabora.co.uk>
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^dbus-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  git cherry-pick -n 09cb6d7b467f6d1c6685ee9ccc171f4dddbe1f42
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+      --with-system-pid-file=/run/dbus/pid \
+      --with-system-socket=/run/dbus/system_bus_socket \
+      --with-console-auth-dir=/run/console/ \
+      --enable-inotify --disable-static \
+      --disable-verbose-mode --disable-asserts \
+      --with-systemdsystemunitdir=/usr/lib/systemd/system \
+      --enable-systemd --enable-user-session
+  make
+}
+
+check() {
+  cd $pkgbase
+  make check
+}
+
+package_dbus() {
+  provides=(libdbus)
+  conflicts=(libdbus)
+  replaces=(libdbus)
+
+  cd $pkgbase
+
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir/var/run"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgbase/COPYING"
+
+  # systemd-sysusers
+  install -Dm644 "$srcdir/dbus.sysusers" "$pkgdir/usr/lib/sysusers.d/dbus.conf"
+
+  # Split docs
+  mv "$pkgdir/usr/share/doc" "$srcdir"
+}
+
+package_dbus-docs() {
+  pkgdesc+=" (documentation)"
+  depends=(dbus)
+
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s dbus "$pkgdir/usr/share/licenses/dbus-docs"
+
+  mv doc "$pkgdir/usr/share"
+}

Copied: dbus/repos/core-i686/dbus.sysusers (from rev 291956, dbus/repos/testing-i686/dbus.sysusers)
===================================================================
--- core-i686/dbus.sysusers	                        (rev 0)
+++ core-i686/dbus.sysusers	2017-03-31 23:18:06 UTC (rev 291957)
@@ -0,0 +1 @@
+u dbus 81

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2017-03-31 23:18:03 UTC (rev 291956)
+++ core-x86_64/PKGBUILD	2017-03-31 23:18:06 UTC (rev 291957)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Tom Gundersen <teg at jklm.no>
-# Contributor: Link Dupont <link at subpop.net>
-
-pkgbase=dbus
-pkgname=(dbus dbus-docs)
-pkgver=1.10.16
-pkgrel=1
-pkgdesc="Freedesktop.org message bus system"
-url="https://wiki.freedesktop.org/www/Software/dbus/"
-arch=(i686 x86_64)
-license=(GPL custom)
-depends=(libsystemd expat)
-makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git)
-_commit=8b582cb10d7cf00af7a70496aec48af24edc542b  # tags/dbus-1.10.16^0
-source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit")
-sha256sums=('SKIP')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90'  # Simon McVittie <simon.mcvittie at collabora.co.uk>
-              '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie <simon.mcvittie at collabora.co.uk>
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^dbus-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  git cherry-pick -n 09cb6d7b467f6d1c6685ee9ccc171f4dddbe1f42
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
-      --with-system-pid-file=/run/dbus/pid \
-      --with-system-socket=/run/dbus/system_bus_socket \
-      --with-console-auth-dir=/run/console/ \
-      --enable-inotify --disable-static \
-      --disable-verbose-mode --disable-asserts \
-      --with-systemdsystemunitdir=/usr/lib/systemd/system \
-      --enable-systemd --enable-user-session
-  make
-}
-
-check() {
-  cd $pkgbase
-  make check
-}
-
-package_dbus() {
-  provides=(libdbus)
-  conflicts=(libdbus)
-  replaces=(libdbus)
-
-  cd $pkgbase
-
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir/var/run"
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgbase/COPYING"
-
-  # Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir"
-}
-
-package_dbus-docs() {
-  pkgdesc+=" (documentation)"
-  depends=(dbus)
-
-  install -d "$pkgdir/usr/share/licenses"
-  ln -s dbus "$pkgdir/usr/share/licenses/dbus-docs"
-
-  mv doc "$pkgdir/usr/share"
-}

Copied: dbus/repos/core-x86_64/PKGBUILD (from rev 291956, dbus/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2017-03-31 23:18:06 UTC (rev 291957)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Link Dupont <link at subpop.net>
+
+pkgbase=dbus
+pkgname=(dbus dbus-docs)
+pkgver=1.10.16
+pkgrel=2
+pkgdesc="Freedesktop.org message bus system"
+url="https://wiki.freedesktop.org/www/Software/dbus/"
+arch=(i686 x86_64)
+license=(GPL custom)
+depends=(libsystemd expat)
+makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git)
+_commit=8b582cb10d7cf00af7a70496aec48af24edc542b  # tags/dbus-1.10.16^0
+source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit"
+        'dbus.sysusers')
+sha256sums=('SKIP'
+            '1ce179ba3a92ad34941d8ac7f53d01d42cbc91d43ada1136492b78c10b5d693d')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90'  # Simon McVittie <simon.mcvittie at collabora.co.uk>
+              '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie <simon.mcvittie at collabora.co.uk>
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^dbus-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  git cherry-pick -n 09cb6d7b467f6d1c6685ee9ccc171f4dddbe1f42
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+      --with-system-pid-file=/run/dbus/pid \
+      --with-system-socket=/run/dbus/system_bus_socket \
+      --with-console-auth-dir=/run/console/ \
+      --enable-inotify --disable-static \
+      --disable-verbose-mode --disable-asserts \
+      --with-systemdsystemunitdir=/usr/lib/systemd/system \
+      --enable-systemd --enable-user-session
+  make
+}
+
+check() {
+  cd $pkgbase
+  make check
+}
+
+package_dbus() {
+  provides=(libdbus)
+  conflicts=(libdbus)
+  replaces=(libdbus)
+
+  cd $pkgbase
+
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir/var/run"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgbase/COPYING"
+
+  # systemd-sysusers
+  install -Dm644 "$srcdir/dbus.sysusers" "$pkgdir/usr/lib/sysusers.d/dbus.conf"
+
+  # Split docs
+  mv "$pkgdir/usr/share/doc" "$srcdir"
+}
+
+package_dbus-docs() {
+  pkgdesc+=" (documentation)"
+  depends=(dbus)
+
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s dbus "$pkgdir/usr/share/licenses/dbus-docs"
+
+  mv doc "$pkgdir/usr/share"
+}

Copied: dbus/repos/core-x86_64/dbus.sysusers (from rev 291956, dbus/repos/testing-x86_64/dbus.sysusers)
===================================================================
--- core-x86_64/dbus.sysusers	                        (rev 0)
+++ core-x86_64/dbus.sysusers	2017-03-31 23:18:06 UTC (rev 291957)
@@ -0,0 +1 @@
+u dbus 81



More information about the arch-commits mailing list