# HG changeset patch # User Eric Joseph-Alexandre # Date 1295486219 -3600 # Node ID 9c447ed38dd524771df3494de61c6e8b78fb824e # Parent c6a66582f75362e5cc8caa98e3cc48a4f550eeae up: xfce4-session* (4.8.0) diff -r c6a66582f753 -r 9c447ed38dd5 xfce4-session-dev/receipt --- a/xfce4-session-dev/receipt Thu Jan 20 02:16:45 2011 +0100 +++ b/xfce4-session-dev/receipt Thu Jan 20 02:16:59 2011 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xfce4-session-dev" -VERSION="4.6.2" +VERSION="4.8.0" CATEGORY="x-window" SHORT_DESC="Xfce session manager dev files" MAINTAINER="erjo@slitaz.org" diff -r c6a66582f753 -r 9c447ed38dd5 xfce4-session/receipt --- a/xfce4-session/receipt Thu Jan 20 02:16:45 2011 +0100 +++ b/xfce4-session/receipt Thu Jan 20 02:16:59 2011 +0100 @@ -1,16 +1,16 @@ # SliTaz package receipt. PACKAGE="xfce4-session" -VERSION="4.6.2" +VERSION="4.8.0" CATEGORY="x-window" SHORT_DESC="Xfce session manager" MAINTAINER="erjo@slitaz.org" -DEPENDS="libxfce4util libxfcegui4 libwnck dbus-glib libglade xorg-iceauth" +DEPENDS="libxfce4util libxfce4ui libwnck dbus-glib libglade xorg-iceauth" SUGGESTED="perl-xml-parser" -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" +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" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org/" -WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL" +WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -18,8 +18,7 @@ cd $src ./configure --prefix=/usr \ --sysconfdir=/etc \ - --enable-dbus \ - --enable-final \ + --enable-panel-plugin \ --disable-gnome \ --disable-debug \ --libexecdir=/usr/lib/$PACKAGE \ @@ -36,8 +35,8 @@ cp -a $_pkg/etc $fs/ cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib - cp -a $_pkg/usr/lib $fs/usr + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/lib/xfce4 $fs/usr/lib cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale cp -a $_pkg/usr/share/applications $fs/usr/share cp -a $_pkg/usr/share/icons $fs/usr/share @@ -48,14 +47,14 @@ cp stuff/shutdown $fs/sbin # strip all files - strip -s $fs/usr/lib/$PACKAGE/xf* + #strip -s $fs/usr/lib/$PACKAGE/xf* # remove autostartfile rm -f $fs/etc/xdg/autostart/* # Remove unecessary files find $fs/ -name "*.*a" -exec rm -f {} \; - rm -rf $fs/usr/lib/pkgconfig + # Remove SVG icons rm -rf $fs/usr/share/icons/hicolor/scalable }