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

Jan Steffens heftig at archlinux.org
Sat Aug 29 20:02:34 UTC 2015


    Date: Saturday, August 29, 2015 @ 22:02:34
  Author: heftig
Revision: 245068

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  dbus/repos/testing-i686/30-dbus
    (from rev 245067, dbus/trunk/30-dbus)
  dbus/repos/testing-i686/PKGBUILD
    (from rev 245067, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/30-dbus
    (from rev 245067, dbus/trunk/30-dbus)
  dbus/repos/testing-x86_64/PKGBUILD
    (from rev 245067, dbus/trunk/PKGBUILD)
Deleted:
  dbus/repos/testing-i686/30-dbus
  dbus/repos/testing-i686/PKGBUILD
  dbus/repos/testing-x86_64/30-dbus
  dbus/repos/testing-x86_64/PKGBUILD

-------------------------+
 /30-dbus                |   12 ++++
 /PKGBUILD               |  134 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/30-dbus    |    6 --
 testing-i686/PKGBUILD   |   66 ----------------------
 testing-x86_64/30-dbus  |    6 --
 testing-x86_64/PKGBUILD |   66 ----------------------
 6 files changed, 146 insertions(+), 144 deletions(-)

Deleted: testing-i686/30-dbus
===================================================================
--- testing-i686/30-dbus	2015-08-29 19:58:52 UTC (rev 245067)
+++ testing-i686/30-dbus	2015-08-29 20:02:34 UTC (rev 245068)
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-# launches a session dbus instance
-if [ -z "${DBUS_SESSION_BUS_ADDRESS-}" ] && type dbus-launch >/dev/null; then
-  eval $(dbus-launch --sh-syntax --exit-with-session)
-fi

Copied: dbus/repos/testing-i686/30-dbus (from rev 245067, dbus/trunk/30-dbus)
===================================================================
--- testing-i686/30-dbus	                        (rev 0)
+++ testing-i686/30-dbus	2015-08-29 20:02:34 UTC (rev 245068)
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# launches a session dbus instance
+if [ -z "${DBUS_SESSION_BUS_ADDRESS-}" ] && type dbus-launch >/dev/null; then
+  eval $(dbus-launch --sh-syntax --exit-with-session)
+fi

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2015-08-29 19:58:52 UTC (rev 245067)
+++ testing-i686/PKGBUILD	2015-08-29 20:02:34 UTC (rev 245068)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Link Dupont <link at subpop.net>
-
-pkgbase=dbus
-pkgname=('dbus' 'libdbus')
-pkgver=1.10.0
-pkgrel=1
-pkgdesc="Freedesktop.org message bus system"
-url="http://www.freedesktop.org/Software/dbus"
-arch=(i686 x86_64)
-license=('GPL' 'custom')
-makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
-        30-dbus)
-md5sums=('5af6297348107a906c8449817a728b3b'
-         'SKIP'
-         '6683a05bd749929ef9442816c22c3268')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie <simon.mcvittie at collabora.co.uk>
-
-build() {
-  cd dbus-$pkgver
-  ./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-verbose-mode --disable-static \
-      --disable-tests --disable-asserts \
-      --with-systemdsystemunitdir=/usr/lib/systemd/system \
-      --enable-systemd
-  make
-}
-
-package_dbus(){
-  depends=('libdbus' 'expat')
-  optdepends=('libx11: dbus-launch support')
-  provides=('dbus-core')
-  conflicts=('dbus-core')
-  replaces=('dbus-core')
-
-  cd dbus-$pkgver
-
-  # Disable installation of libdbus
-  sed -i -e 's/^SUBDIRS = dbus/SUBDIRS =/' Makefile
-
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "${pkgdir}/var/run"
-  rm -rf "${pkgdir}/usr/lib/pkgconfig"
-
-  install -Dm755 ../30-dbus "$pkgdir/etc/X11/xinit/xinitrc.d/30-dbus.sh"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/dbus/COPYING"
-}
-
-package_libdbus(){
-  pkgdesc="DBus library"
-  depends=('libsystemd')
-
-  cd dbus-$pkgver
-  make DESTDIR="$pkgdir" -C dbus install
-  make DESTDIR="$pkgdir" install-data-am
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/libdbus/COPYING"
-}

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 245067, dbus/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-08-29 20:02:34 UTC (rev 245068)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Link Dupont <link at subpop.net>
+
+pkgbase=dbus
+pkgname=('dbus' 'libdbus')
+pkgver=1.10.0
+pkgrel=2
+pkgdesc="Freedesktop.org message bus system"
+url="http://www.freedesktop.org/Software/dbus"
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
+        30-dbus)
+md5sums=('5af6297348107a906c8449817a728b3b'
+         'SKIP'
+         '6683a05bd749929ef9442816c22c3268')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie <simon.mcvittie at collabora.co.uk>
+
+build() {
+  cd dbus-$pkgver
+  ./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-verbose-mode --disable-static \
+      --disable-tests --disable-asserts \
+      --with-systemdsystemunitdir=/usr/lib/systemd/system \
+      --enable-systemd --enable-user-session
+  make
+}
+
+package_dbus(){
+  depends=('libdbus' 'expat')
+  optdepends=('libx11: dbus-launch support')
+  provides=('dbus-core')
+  conflicts=('dbus-core')
+  replaces=('dbus-core')
+
+  cd dbus-$pkgver
+
+  # Disable installation of libdbus
+  sed -i -e 's/^SUBDIRS = dbus/SUBDIRS =/' Makefile
+
+  make DESTDIR="$pkgdir" install
+
+  rm -r "${pkgdir}/var/run"
+  rm -r "${pkgdir}/usr/lib/pkgconfig"
+  rm -r "${pkgdir}/usr/lib/systemd/user/sockets.target.wants"
+
+  install -Dm755 ../30-dbus "$pkgdir/etc/X11/xinit/xinitrc.d/30-dbus.sh"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/dbus/COPYING"
+}
+
+package_libdbus(){
+  pkgdesc="DBus library"
+  depends=('libsystemd')
+
+  cd dbus-$pkgver
+  make DESTDIR="$pkgdir" -C dbus install
+  make DESTDIR="$pkgdir" install-data-am
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/libdbus/COPYING"
+}

Deleted: testing-x86_64/30-dbus
===================================================================
--- testing-x86_64/30-dbus	2015-08-29 19:58:52 UTC (rev 245067)
+++ testing-x86_64/30-dbus	2015-08-29 20:02:34 UTC (rev 245068)
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-# launches a session dbus instance
-if [ -z "${DBUS_SESSION_BUS_ADDRESS-}" ] && type dbus-launch >/dev/null; then
-  eval $(dbus-launch --sh-syntax --exit-with-session)
-fi

Copied: dbus/repos/testing-x86_64/30-dbus (from rev 245067, dbus/trunk/30-dbus)
===================================================================
--- testing-x86_64/30-dbus	                        (rev 0)
+++ testing-x86_64/30-dbus	2015-08-29 20:02:34 UTC (rev 245068)
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# launches a session dbus instance
+if [ -z "${DBUS_SESSION_BUS_ADDRESS-}" ] && type dbus-launch >/dev/null; then
+  eval $(dbus-launch --sh-syntax --exit-with-session)
+fi

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2015-08-29 19:58:52 UTC (rev 245067)
+++ testing-x86_64/PKGBUILD	2015-08-29 20:02:34 UTC (rev 245068)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Link Dupont <link at subpop.net>
-
-pkgbase=dbus
-pkgname=('dbus' 'libdbus')
-pkgver=1.10.0
-pkgrel=1
-pkgdesc="Freedesktop.org message bus system"
-url="http://www.freedesktop.org/Software/dbus"
-arch=(i686 x86_64)
-license=('GPL' 'custom')
-makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
-        30-dbus)
-md5sums=('5af6297348107a906c8449817a728b3b'
-         'SKIP'
-         '6683a05bd749929ef9442816c22c3268')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie <simon.mcvittie at collabora.co.uk>
-
-build() {
-  cd dbus-$pkgver
-  ./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-verbose-mode --disable-static \
-      --disable-tests --disable-asserts \
-      --with-systemdsystemunitdir=/usr/lib/systemd/system \
-      --enable-systemd
-  make
-}
-
-package_dbus(){
-  depends=('libdbus' 'expat')
-  optdepends=('libx11: dbus-launch support')
-  provides=('dbus-core')
-  conflicts=('dbus-core')
-  replaces=('dbus-core')
-
-  cd dbus-$pkgver
-
-  # Disable installation of libdbus
-  sed -i -e 's/^SUBDIRS = dbus/SUBDIRS =/' Makefile
-
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "${pkgdir}/var/run"
-  rm -rf "${pkgdir}/usr/lib/pkgconfig"
-
-  install -Dm755 ../30-dbus "$pkgdir/etc/X11/xinit/xinitrc.d/30-dbus.sh"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/dbus/COPYING"
-}
-
-package_libdbus(){
-  pkgdesc="DBus library"
-  depends=('libsystemd')
-
-  cd dbus-$pkgver
-  make DESTDIR="$pkgdir" -C dbus install
-  make DESTDIR="$pkgdir" install-data-am
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/libdbus/COPYING"
-}

Copied: dbus/repos/testing-x86_64/PKGBUILD (from rev 245067, dbus/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-08-29 20:02:34 UTC (rev 245068)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Link Dupont <link at subpop.net>
+
+pkgbase=dbus
+pkgname=('dbus' 'libdbus')
+pkgver=1.10.0
+pkgrel=2
+pkgdesc="Freedesktop.org message bus system"
+url="http://www.freedesktop.org/Software/dbus"
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
+        30-dbus)
+md5sums=('5af6297348107a906c8449817a728b3b'
+         'SKIP'
+         '6683a05bd749929ef9442816c22c3268')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie <simon.mcvittie at collabora.co.uk>
+
+build() {
+  cd dbus-$pkgver
+  ./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-verbose-mode --disable-static \
+      --disable-tests --disable-asserts \
+      --with-systemdsystemunitdir=/usr/lib/systemd/system \
+      --enable-systemd --enable-user-session
+  make
+}
+
+package_dbus(){
+  depends=('libdbus' 'expat')
+  optdepends=('libx11: dbus-launch support')
+  provides=('dbus-core')
+  conflicts=('dbus-core')
+  replaces=('dbus-core')
+
+  cd dbus-$pkgver
+
+  # Disable installation of libdbus
+  sed -i -e 's/^SUBDIRS = dbus/SUBDIRS =/' Makefile
+
+  make DESTDIR="$pkgdir" install
+
+  rm -r "${pkgdir}/var/run"
+  rm -r "${pkgdir}/usr/lib/pkgconfig"
+  rm -r "${pkgdir}/usr/lib/systemd/user/sockets.target.wants"
+
+  install -Dm755 ../30-dbus "$pkgdir/etc/X11/xinit/xinitrc.d/30-dbus.sh"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/dbus/COPYING"
+}
+
+package_libdbus(){
+  pkgdesc="DBus library"
+  depends=('libsystemd')
+
+  cd dbus-$pkgver
+  make DESTDIR="$pkgdir" -C dbus install
+  make DESTDIR="$pkgdir" install-data-am
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/libdbus/COPYING"
+}



More information about the arch-commits mailing list