wok rev 8023
up: xfce4-session* (4.8.0)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jan 20 02:16:59 2011 +0100 (2011-01-20) |
parents | c6a66582f753 |
children | de72b34f5fa0 |
files | xfce4-session-dev/receipt xfce4-session/receipt |
line diff
1.1 --- a/xfce4-session-dev/receipt Thu Jan 20 02:16:45 2011 +0100 1.2 +++ b/xfce4-session-dev/receipt Thu Jan 20 02:16:59 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xfce4-session-dev" 1.7 -VERSION="4.6.2" 1.8 +VERSION="4.8.0" 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 Thu Jan 20 02:16:45 2011 +0100 2.2 +++ b/xfce4-session/receipt Thu Jan 20 02:16:59 2011 +0100 2.3 @@ -1,16 +1,16 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xfce4-session" 2.7 -VERSION="4.6.2" 2.8 +VERSION="4.8.0" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Xfce session manager" 2.11 MAINTAINER="erjo@slitaz.org" 2.12 -DEPENDS="libxfce4util libxfcegui4 libwnck dbus-glib libglade xorg-iceauth" 2.13 +DEPENDS="libxfce4util libxfce4ui libwnck dbus-glib libglade xorg-iceauth" 2.14 SUGGESTED="perl-xml-parser" 2.15 -BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev xfconf-dev libglade-dev dbus-dev dbus-glib-dev xorg-iceauth libwnck-dev pkg-config intltool util-linux-ng-uuid-dev" 2.16 +BUILD_DEPENDS="libxfce4util-dev libxfce4ui-dev xfconf-dev libglade-dev dbus-dev dbus-glib-dev xorg-iceauth libwnck-dev pkg-config intltool util-linux-ng-uuid-dev" 2.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.18 WEB_SITE="http://www.xfce.org/" 2.19 -WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL" 2.20 +WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL" 2.21 2.22 # Rules to configure and make the package. 2.23 compile_rules() 2.24 @@ -18,8 +18,7 @@ 2.25 cd $src 2.26 ./configure --prefix=/usr \ 2.27 --sysconfdir=/etc \ 2.28 - --enable-dbus \ 2.29 - --enable-final \ 2.30 + --enable-panel-plugin \ 2.31 --disable-gnome \ 2.32 --disable-debug \ 2.33 --libexecdir=/usr/lib/$PACKAGE \ 2.34 @@ -36,8 +35,8 @@ 2.35 2.36 cp -a $_pkg/etc $fs/ 2.37 cp -a $_pkg/usr/bin $fs/usr 2.38 - cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib 2.39 - cp -a $_pkg/usr/lib $fs/usr 2.40 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.41 + cp -a $_pkg/usr/lib/xfce4 $fs/usr/lib 2.42 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 2.43 cp -a $_pkg/usr/share/applications $fs/usr/share 2.44 cp -a $_pkg/usr/share/icons $fs/usr/share 2.45 @@ -48,14 +47,14 @@ 2.46 cp stuff/shutdown $fs/sbin 2.47 2.48 # strip all files 2.49 - strip -s $fs/usr/lib/$PACKAGE/xf* 2.50 + #strip -s $fs/usr/lib/$PACKAGE/xf* 2.51 2.52 # remove autostartfile 2.53 rm -f $fs/etc/xdg/autostart/* 2.54 2.55 # Remove unecessary files 2.56 find $fs/ -name "*.*a" -exec rm -f {} \; 2.57 - rm -rf $fs/usr/lib/pkgconfig 2.58 + 2.59 # Remove SVG icons 2.60 rm -rf $fs/usr/share/icons/hicolor/scalable 2.61 }