wok-next rev 4130
Up: xfce4-session* (4.6.1)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Sep 20 13:21:40 2009 +0000 (2009-09-20) |
parents | f61646aa59c7 |
children | 535a17575f08 |
files | xfce4-session-dev/receipt xfce4-session/receipt |
line diff
1.1 --- a/xfce4-session-dev/receipt Sun Sep 20 13:20:59 2009 +0000 1.2 +++ b/xfce4-session-dev/receipt Sun Sep 20 13:21:40 2009 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xfce4-session-dev" 1.7 -VERSION="4.4.3" 1.8 +VERSION="4.6.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xfce session manager dev files" 1.11 MAINTAINER="erjo@slitaz.org"
2.1 --- a/xfce4-session/receipt Sun Sep 20 13:20:59 2009 +0000 2.2 +++ b/xfce4-session/receipt Sun Sep 20 13:21:40 2009 +0000 2.3 @@ -1,16 +1,16 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xfce4-session" 2.7 -VERSION="4.4.3" 2.8 +VERSION="4.6.1" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Xfce session manager" 2.11 MAINTAINER="erjo@slitaz.org" 2.12 -DEPENDS="xorg-libSM xfce-mcs-manager libxfce4util libxfcegui4 libxfce4mcs \ 2.13 -xfce4-panel dbus xorg-libXdamage" 2.14 -BUILD_DEPENDS="xorg-libSM-dev libxfce4util-dev xfce-mcs-manager-dev xorg-iceauth" 2.15 +DEPENDS="libxfce4util libxfcegui4 libwnck perl-xml-parser xorg-iceauth" 2.16 +BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev libwnck-dev xorg-iceauth libiconv" 2.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.18 WEB_SITE="http://www.xfce.org/" 2.19 -WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL" 2.20 +WGET_URL="http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL 2.21 + http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL" 2.22 2.23 # Rules to configure and make the package. 2.24 compile_rules() 2.25 @@ -21,6 +21,7 @@ 2.26 --enable-dbus \ 2.27 --enable-final \ 2.28 --disable-gnome \ 2.29 + --disable-debug \ 2.30 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 2.31 make && make DESTDIR=$PWD/_pkg install 2.32 } 2.33 @@ -41,6 +42,12 @@ 2.34 cp -a $_pkg/usr/share/icons $fs/usr/share 2.35 cp -a $_pkg/usr/share/themes $fs/usr/share 2.36 cp -a $_pkg/usr/share/xfce4 $fs/usr/share 2.37 + 2.38 + # strip all files 2.39 + strip -s $fs/usr/libexec/xf* 2.40 + 2.41 + # remove autostartfile 2.42 + rm -f $fs/etc/xdg/autostart/* 2.43 2.44 # Remove unecessary files 2.45 find $fs/ -name "*.*a" -exec rm -f {} \;