wok-6.x diff dbus/receipt @ rev 12764
Up broadcom-wl (5_100_82_112)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 12 13:52:35 2012 +0200 (2012-05-12) |
parents | 73641efed1cc |
children | fca38b6cee76 |
line diff
1.1 --- a/dbus/receipt Mon Apr 23 16:30:27 2012 +0200 1.2 +++ b/dbus/receipt Sat May 12 13:52:35 2012 +0200 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dbus" 1.7 -VERSION="1.4.16" 1.8 +VERSION="1.4.20" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="D-Bus is a message bus system." 1.11 -DEPENDS="expat xorg-libX11 slitaz-base-files xorg-libICE xorg-libSM \ 1.12 -xorg-libXau xorg-libXdmcp util-linux-uuid" 1.13 -BUILD_DEPENDS="xorg-libX11-dev expat-dev util-linux-uuid-dev" 1.14 MAINTAINER="pankso@slitaz.org" 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus" 1.17 WGET_URL="http://dbus.freedesktop.org/releases/dbus/$TARBALL" 1.18 1.19 +DEPENDS="expat xorg-libX11 slitaz-base-files xorg-libICE xorg-libSM \ 1.20 +xorg-libXau xorg-libXdmcp util-linux-uuid" 1.21 +BUILD_DEPENDS="xorg-libX11-dev expat-dev util-linux-uuid-dev" 1.22 + 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 @@ -34,7 +35,7 @@ 1.27 cp -a $install/usr/bin $fs/usr 1.28 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.29 cp -a $install/usr/lib/dbus $fs/usr/lib 1.30 - # Remove helper (600 Kb). 1.31 + # Remove helper --> dbus-helper 1.32 rm $fs/usr/lib/dbus/dbus-daemon-launch-helper 1.33 cp -a $install/usr/share/dbus* $fs/usr/share 1.34 # Init script 1.35 @@ -44,8 +45,6 @@ 1.36 1.37 pre_install() 1.38 { 1.39 - local root 1.40 - root=$1 1.41 # Go for echoing on configuration files if any messagebus user 1.42 # was found. 1.43 if ! grep -q 'messagebus' $root/etc/passwd; then