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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Jun 11 19:40:12 UTC 2012


    Date: Monday, June 11, 2012 @ 15:40:12
  Author: andyrtr
Revision: 161482

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

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

-------------------------+
 testing-i686/30-dbus    |    8 ++++++++
 testing-i686/PKGBUILD   |   42 ++++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/30-dbus  |    8 ++++++++
 testing-x86_64/PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 100 insertions(+)

Copied: dbus/repos/testing-i686/30-dbus (from rev 161480, dbus/repos/staging-i686/30-dbus)
===================================================================
--- testing-i686/30-dbus	                        (rev 0)
+++ testing-i686/30-dbus	2012-06-11 19:40:12 UTC (rev 161482)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# launches a session dbus instance
+
+dbuslaunch="`which dbus-launch 2>/dev/null`"
+if [ -n "$dbuslaunch" ] && [ -x "$dbuslaunch" ] && [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
+  eval `$dbuslaunch --sh-syntax --exit-with-session`
+fi

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 161480, dbus/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-06-11 19:40:12 UTC (rev 161482)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Link Dupont <link at subpop.net>
+#
+pkgname=dbus
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system"
+url="http://www.freedesktop.org/Software/dbus"
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=("dbus-core>=${pkgver}" 'libx11')
+source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+        30-dbus)
+md5sums=('16dcae2dd0c76e398381601ac9acdec4'
+         '0ebde9920bde83fe26ce32351a7d8954'
+         '9fafe8b28460aeaa6054309ef4c5ed92')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+      --with-system-pid-file=/var/run/dbus.pid \
+      --disable-verbose-mode --disable-static \
+      --enable-inotify --disable-dnotify \
+      --disable-tests --disable-asserts
+  make -C tools dbus-launch
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -m755 -d "${pkgdir}/usr/bin"
+  install -m755 -d "${pkgdir}/usr/share/man/man1"
+  install -m755 tools/dbus-launch "${pkgdir}/usr/bin/"
+  install -m644 doc/dbus-launch.1 "${pkgdir}/usr/share/man/man1/"
+
+  install -m755 -d "${pkgdir}/etc/X11/xinit/xinitrc.d"
+  install -m755 "${srcdir}/30-dbus" "${pkgdir}/etc/X11/xinit/xinitrc.d/"
+
+  install -d -m755 "${pkgdir}/usr/share/licenses/dbus"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/dbus/"
+}

Copied: dbus/repos/testing-x86_64/30-dbus (from rev 161480, dbus/repos/staging-x86_64/30-dbus)
===================================================================
--- testing-x86_64/30-dbus	                        (rev 0)
+++ testing-x86_64/30-dbus	2012-06-11 19:40:12 UTC (rev 161482)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# launches a session dbus instance
+
+dbuslaunch="`which dbus-launch 2>/dev/null`"
+if [ -n "$dbuslaunch" ] && [ -x "$dbuslaunch" ] && [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
+  eval `$dbuslaunch --sh-syntax --exit-with-session`
+fi

Copied: dbus/repos/testing-x86_64/PKGBUILD (from rev 161480, dbus/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-06-11 19:40:12 UTC (rev 161482)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Link Dupont <link at subpop.net>
+#
+pkgname=dbus
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system"
+url="http://www.freedesktop.org/Software/dbus"
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=("dbus-core>=${pkgver}" 'libx11')
+source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+        30-dbus)
+md5sums=('16dcae2dd0c76e398381601ac9acdec4'
+         '0ebde9920bde83fe26ce32351a7d8954'
+         '9fafe8b28460aeaa6054309ef4c5ed92')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+      --with-system-pid-file=/var/run/dbus.pid \
+      --disable-verbose-mode --disable-static \
+      --enable-inotify --disable-dnotify \
+      --disable-tests --disable-asserts
+  make -C tools dbus-launch
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -m755 -d "${pkgdir}/usr/bin"
+  install -m755 -d "${pkgdir}/usr/share/man/man1"
+  install -m755 tools/dbus-launch "${pkgdir}/usr/bin/"
+  install -m644 doc/dbus-launch.1 "${pkgdir}/usr/share/man/man1/"
+
+  install -m755 -d "${pkgdir}/etc/X11/xinit/xinitrc.d"
+  install -m755 "${srcdir}/30-dbus" "${pkgdir}/etc/X11/xinit/xinitrc.d/"
+
+  install -d -m755 "${pkgdir}/usr/share/licenses/dbus"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/dbus/"
+}




More information about the arch-commits mailing list