# HG changeset patch # User Eric Joseph-Alexandre # Date 1295486327 -3600 # Node ID 8382091c6bea264a257bea50582884b4cd187338 # Parent 7e968c7eff764cd82c9b98702a9c9bac6584f0b7 up: xfdesktop* (4.8.0) diff -r 7e968c7eff76 -r 8382091c6bea xfdesktop-extras/receipt --- a/xfdesktop-extras/receipt Thu Jan 20 02:18:29 2011 +0100 +++ b/xfdesktop-extras/receipt Thu Jan 20 02:18:47 2011 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xfdesktop-extras" -VERSION="4.6.2" +VERSION="4.8.0" CATEGORY="x-window" SHORT_DESC="Xfce Desktop icons and stuff" MAINTAINER="erjo@slitaz.org" @@ -20,6 +20,6 @@ cp -a $_pkg/usr/share/icons $fs/usr/share cp -a $_pkg/usr/share/pixmaps $fs/usr/share cp -a $_pkg/usr/share/xfce4/backdrops $fs/usr/share/xfce4 - cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 + #~ cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 } diff -r 7e968c7eff76 -r 8382091c6bea xfdesktop/receipt --- a/xfdesktop/receipt Thu Jan 20 02:18:29 2011 +0100 +++ b/xfdesktop/receipt Thu Jan 20 02:18:47 2011 +0100 @@ -1,16 +1,16 @@ # SliTaz package receipt. PACKAGE="xfdesktop" -VERSION="4.6.2" +VERSION="4.8.0" CATEGORY="x-window" SHORT_DESC="Xfce Desktop" MAINTAINER="erjo@slitaz.org" -DEPENDS="libxfce4util libxfcegui4 thunar libexo libglade gamin libxfce4menu" -BUILD_DEPENDS="libxfce4util-dev thunar-dev libexo-dev libxfcegui4-dev libwnck-dev xfconf-dev - libglade-dev gamin-dev hal-dev libxfce4menu-dev xfce4-panel-dev" +DEPENDS="libxfce4util libxfcegui4 thunar libexo libglade gamin libnotify" +BUILD_DEPENDS="libxfce4util-dev thunar-dev libexo-dev libxfce4ui-dev libwnck-dev xfconf-dev + libglade-dev gamin-dev hal-dev xfce4-panel-dev libnotify-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() @@ -19,6 +19,8 @@ ./configure --prefix=/usr \ --sysconfdir=/etc \ --enable-exo \ + --enable-notifications \ + --enable-gio-unix \ --enable-thunarx \ --disable-static \ --libexecdir=/usr/lib/$PACKAGE \ @@ -34,15 +36,15 @@ $fs/usr/share/xfce4 cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/etc $fs/ - cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib - cp -a $_pkg/usr/lib $fs/usr + #~ cp -a $_pkg/etc $fs/ + #~ cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib + #~ cp -a $_pkg/usr/lib $fs/usr 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/desktop-directories $fs/usr/share - cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 + #~ cp -a $_pkg/usr/share/desktop-directories $fs/usr/share + #~ cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 - strip -s $fs/usr/lib/$PACKAGE/xfce4/panel-plugins/* + #~ strip -s $fs/usr/lib/$PACKAGE/xfce4/panel-plugins/* }