# HG changeset patch # User Christophe Lincoln # Date 1335272222 -7200 # Node ID cb689f337a0bf155a3d7ef9cc262530785fe25c9 # Parent 07f50319a2d691afffcc0d5559690c7e1798e86f Up: dbus (1.4.20) add dbus-helper package diff -r 07f50319a2d6 -r cb689f337a0b dbus-dev/receipt --- a/dbus-dev/receipt Tue Apr 24 14:10:18 2012 +0200 +++ b/dbus-dev/receipt Tue Apr 24 14:57:02 2012 +0200 @@ -1,10 +1,9 @@ # SliTaz package receipt. PACKAGE="dbus-dev" -VERSION="1.4.16" +VERSION="1.4.20" CATEGORY="development" SHORT_DESC="D-Bus is a message bus system devel files." -DEPENDS="dbus" WANTED="dbus" MAINTAINER="pankso@slitaz.org" WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus" diff -r 07f50319a2d6 -r cb689f337a0b dbus-helper/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dbus-helper/receipt Tue Apr 24 14:57:02 2012 +0200 @@ -0,0 +1,18 @@ +# SliTaz package receipt. + +PACKAGE="dbus-helper" +VERSION="1.4.20" +CATEGORY="development" +SHORT_DESC="D-Bus is a message bus system devel files." +WANTED="dbus" +MAINTAINER="pankso@slitaz.org" +WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus" + +DEPENDS="dbus" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $install/usr/lib/dbus $fs/usr/lib +} diff -r 07f50319a2d6 -r cb689f337a0b dbus/receipt --- a/dbus/receipt Tue Apr 24 14:10:18 2012 +0200 +++ b/dbus/receipt Tue Apr 24 14:57:02 2012 +0200 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="dbus" -VERSION="1.4.16" +VERSION="1.4.20" CATEGORY="x-window" SHORT_DESC="D-Bus is a message bus system." -DEPENDS="expat xorg-libX11 slitaz-base-files xorg-libICE xorg-libSM \ -xorg-libXau xorg-libXdmcp util-linux-uuid" -BUILD_DEPENDS="xorg-libX11-dev expat-dev util-linux-uuid-dev" MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus" WGET_URL="http://dbus.freedesktop.org/releases/dbus/$TARBALL" +DEPENDS="expat xorg-libX11 slitaz-base-files xorg-libICE xorg-libSM \ +xorg-libXau xorg-libXdmcp util-linux-uuid" +BUILD_DEPENDS="xorg-libX11-dev expat-dev util-linux-uuid-dev" + # Rules to configure and make the package. compile_rules() { @@ -34,7 +35,7 @@ cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib/*.so* $fs/usr/lib cp -a $install/usr/lib/dbus $fs/usr/lib - # Remove helper (600 Kb). + # Remove helper --> dbus-helper rm $fs/usr/lib/dbus/dbus-daemon-launch-helper cp -a $install/usr/share/dbus* $fs/usr/share # Init script @@ -44,8 +45,6 @@ pre_install() { - local root - root=$1 # Go for echoing on configuration files if any messagebus user # was found. if ! grep -q 'messagebus' $root/etc/passwd; then