dbus: update to 1.6.0.

This commit is contained in:
Juan RP 2012-06-11 23:05:54 +02:00
parent a53010860b
commit a1bd273e0b
6 changed files with 10 additions and 18 deletions

View file

@ -1,13 +1,11 @@
# Template file for 'dbus-devel'. # Template file for 'dbus-devel'.
# #
depends="pkg-config expat-devel libSM-devel libICE-devel libX11-devel dbus-libs" depends="expat-devel dbus-libs>=$version"
short_desc="${short_desc} (development files)" short_desc="${short_desc} (development files)"
long_desc="${long_desc} long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
do_install() { do_install() {
vmove usr/include usr vmove usr/include usr
vmove "usr/lib/dbus-*" usr/lib vmove "usr/lib/dbus-*" usr/lib

View file

@ -5,9 +5,7 @@ long_desc="${long_desc}
This package contains the shared libraries." This package contains the shared libraries."
do_install() {
do_install()
{
mkdir -p ${DESTDIR}/usr/lib mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so* ${DESTDIR}/usr/lib mv ${SRCPKGDESTDIR}/usr/lib/lib*.so* ${DESTDIR}/usr/lib
} }

View file

@ -1,3 +1,2 @@
libX11.so.6 libX11.so.6
libpthread.so.0
libc.so.6 libc.so.6

View file

@ -1,17 +1,13 @@
# Template file for 'dbus-x11'. # Template file for 'dbus-x11'.
# #
depends="dbus-libs" replaces="dbus<1.4.16_2"
short_desc="${short_desc} (X11 support)" short_desc="${short_desc} (X11 support)"
long_desc="${long_desc} long_desc="${long_desc}
This package contains the dbus-launch utility which is necessary for This package contains the dbus-launch utility which is necessary for
packages using a D-Bus session bus." packages using a D-Bus session bus."
replaces="dbus<1.4.16_2" do_install() {
do_install()
{
vmove usr/bin/dbus-launch usr/bin vmove usr/bin/dbus-launch usr/bin
vmove usr/share/man/man1/dbus-launch.1 usr/share/man/man1 vmove usr/share/man/man1/dbus-launch.1 usr/share/man/man1
vinstall ${FILESDIR}/30-dbus-xinit 755 etc/X11/xinit/xinitrc.d 30-dbus vinstall ${FILESDIR}/30-dbus-xinit 755 etc/X11/xinit/xinitrc.d 30-dbus

View file

@ -3,3 +3,4 @@ libpthread.so.0
librt.so.1 librt.so.1
libc.so.6 libc.so.6
libdbus-1.so.3 libdbus-1.so.3
libsystemd-login.so.0

View file

@ -1,22 +1,22 @@
# Template file for 'dbus' # Template file for 'dbus'
pkgname=dbus pkgname=dbus
version=1.4.20 version=1.6.0
revision=1 revision=1
homepage="http://dbus.freedesktop.org/" homepage="http://dbus.freedesktop.org/"
distfiles="${homepage}/releases/dbus/$pkgname-$version.tar.gz" distfiles="${homepage}/releases/dbus/$pkgname-$version.tar.gz"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat
--disable-dnotify --enable-inotify --with-dbus-user=dbus --disable-dnotify --enable-inotify --with-dbus-user=dbus
--disable-doxygen-docs --disable-xml-docs --disable-tests --disable-doxygen-docs --disable-xml-docs --disable-tests --enable-systemd
--with-systemdsystemunitdir=/lib/systemd/system" --with-systemdsystemunitdir=/lib/systemd/system --enable-epoll"
makedepends="pkg-config expat-devel libX11-devel" makedepends="pkg-config expat-devel libX11-devel systemd-devel"
conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf" conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf"
subpackages="dbus-devel dbus-libs dbus-x11" subpackages="dbus-devel dbus-libs dbus-x11"
system_accounts="dbus" system_accounts="dbus"
short_desc="Message bus system" short_desc="Message bus system"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
checksum=103bdcd261a13140730b5fa69f56a98ab5c89ba3f0116ea62fcfd639520d5aaf checksum=f0dda7e5f1c4a5bac4c690c602fbd7dce67907b967fa6986466e022c31e055ee
long_desc=" long_desc="
D-BUS is a message bus, used for sending messages between applications. D-BUS is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in terms Conceptually, it fits somewhere in between raw sockets and CORBA in terms