dbus: update to 1.4.6.
This commit is contained in:
parent
85c3ba316c
commit
00312abd6d
1 changed files with 4 additions and 9 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'dbus'
|
# Template file for 'dbus'
|
||||||
pkgname=dbus
|
pkgname=dbus
|
||||||
version=1.4.1
|
version=1.4.6
|
||||||
distfiles="http://dbus.freedesktop.org/releases/dbus/$pkgname-$version.tar.gz"
|
distfiles="http://dbus.freedesktop.org/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
|
||||||
--localstatedir=/var --disable-dnotify --enable-inotify --with-dbus-user=dbus"
|
--localstatedir=/var --disable-dnotify --enable-inotify --with-dbus-user=dbus
|
||||||
|
--disable-doxygen-docs --disable-xml-docs"
|
||||||
short_desc="Message bus system"
|
short_desc="Message bus system"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=caa1a0ded2d0f2e95c1d4ec7e3c8bd44834928c5b0ed41a7189963f3593983bd
|
checksum=753e1e64df2de518ec93bdee9a813a85b3c147a363615412818c3c095cb8a567
|
||||||
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
|
||||||
|
@ -34,12 +35,6 @@ Add_dependency build expat-devel
|
||||||
Add_dependency build libX11-devel
|
Add_dependency build libX11-devel
|
||||||
Add_dependency build coreutils
|
Add_dependency build coreutils
|
||||||
|
|
||||||
pre_configure()
|
|
||||||
{
|
|
||||||
# XXX: use coreutils, not ready for busybox yet.
|
|
||||||
export PATH="/bin:/sbin:/usr/bin:/usr/sbin:$PATH"
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
rm -rf ${DESTDIR}/var/run
|
rm -rf ${DESTDIR}/var/run
|
||||||
|
|
Loading…
Reference in a new issue