[arch-commits] Commit in dbus/repos (10 files)
Sébastien Luttringer
seblu at archlinux.org
Fri Jun 5 00:03:14 UTC 2015
Date: Friday, June 5, 2015 @ 02:03:13
Author: seblu
Revision: 240349
db-move: moved dbus from [testing] to [core] (i686, x86_64)
Added:
dbus/repos/core-i686/30-dbus
(from rev 240347, dbus/repos/testing-i686/30-dbus)
dbus/repos/core-i686/PKGBUILD
(from rev 240347, dbus/repos/testing-i686/PKGBUILD)
dbus/repos/core-x86_64/30-dbus
(from rev 240347, dbus/repos/testing-x86_64/30-dbus)
dbus/repos/core-x86_64/PKGBUILD
(from rev 240347, dbus/repos/testing-x86_64/PKGBUILD)
Deleted:
dbus/repos/core-i686/30-dbus
dbus/repos/core-i686/PKGBUILD
dbus/repos/core-x86_64/30-dbus
dbus/repos/core-x86_64/PKGBUILD
dbus/repos/testing-i686/
dbus/repos/testing-x86_64/
----------------------+
/30-dbus | 12 ++++
/PKGBUILD | 132 +++++++++++++++++++++++++++++++++++++++++++++++++
core-i686/30-dbus | 6 --
core-i686/PKGBUILD | 66 ------------------------
core-x86_64/30-dbus | 6 --
core-x86_64/PKGBUILD | 66 ------------------------
6 files changed, 144 insertions(+), 144 deletions(-)
Deleted: core-i686/30-dbus
===================================================================
--- core-i686/30-dbus 2015-06-05 00:03:12 UTC (rev 240348)
+++ core-i686/30-dbus 2015-06-05 00:03:13 UTC (rev 240349)
@@ -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/core-i686/30-dbus (from rev 240347, dbus/repos/testing-i686/30-dbus)
===================================================================
--- core-i686/30-dbus (rev 0)
+++ core-i686/30-dbus 2015-06-05 00:03:13 UTC (rev 240349)
@@ -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: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD 2015-06-05 00:03:12 UTC (rev 240348)
+++ core-i686/PKGBUILD 2015-06-05 00:03:13 UTC (rev 240349)
@@ -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.8.16
-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=('020824a38850501e7d6ba8307a7c5ac3'
- '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-dnotify \
- --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=('glibc')
-
- 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/core-i686/PKGBUILD (from rev 240347, dbus/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD (rev 0)
+++ core-i686/PKGBUILD 2015-06-05 00:03:13 UTC (rev 240349)
@@ -0,0 +1,66 @@
+# $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.8.18
+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=('83e607e9ccb1c921d5b6bbea2376a36c'
+ '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-dnotify \
+ --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=('glibc')
+
+ 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: core-x86_64/30-dbus
===================================================================
--- core-x86_64/30-dbus 2015-06-05 00:03:12 UTC (rev 240348)
+++ core-x86_64/30-dbus 2015-06-05 00:03:13 UTC (rev 240349)
@@ -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/core-x86_64/30-dbus (from rev 240347, dbus/repos/testing-x86_64/30-dbus)
===================================================================
--- core-x86_64/30-dbus (rev 0)
+++ core-x86_64/30-dbus 2015-06-05 00:03:13 UTC (rev 240349)
@@ -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: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD 2015-06-05 00:03:12 UTC (rev 240348)
+++ core-x86_64/PKGBUILD 2015-06-05 00:03:13 UTC (rev 240349)
@@ -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.8.16
-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=('020824a38850501e7d6ba8307a7c5ac3'
- '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-dnotify \
- --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=('glibc')
-
- 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/core-x86_64/PKGBUILD (from rev 240347, dbus/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD (rev 0)
+++ core-x86_64/PKGBUILD 2015-06-05 00:03:13 UTC (rev 240349)
@@ -0,0 +1,66 @@
+# $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.8.18
+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=('83e607e9ccb1c921d5b6bbea2376a36c'
+ '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-dnotify \
+ --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=('glibc')
+
+ 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