wok-current rev 8028
up: xfdesktop* (4.8.0)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jan 20 02:18:47 2011 +0100 (2011-01-20) |
parents | 7e968c7eff76 |
children | c514cc4854d8 |
files | xfdesktop-extras/receipt xfdesktop/receipt |
line diff
1.1 --- a/xfdesktop-extras/receipt Thu Jan 20 02:18:29 2011 +0100 1.2 +++ b/xfdesktop-extras/receipt Thu Jan 20 02:18:47 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xfdesktop-extras" 1.7 -VERSION="4.6.2" 1.8 +VERSION="4.8.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xfce Desktop icons and stuff" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -20,6 +20,6 @@ 1.13 cp -a $_pkg/usr/share/icons $fs/usr/share 1.14 cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.15 cp -a $_pkg/usr/share/xfce4/backdrops $fs/usr/share/xfce4 1.16 - cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 1.17 + #~ cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 1.18 } 1.19
2.1 --- a/xfdesktop/receipt Thu Jan 20 02:18:29 2011 +0100 2.2 +++ b/xfdesktop/receipt Thu Jan 20 02:18:47 2011 +0100 2.3 @@ -1,16 +1,16 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xfdesktop" 2.7 -VERSION="4.6.2" 2.8 +VERSION="4.8.0" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Xfce Desktop" 2.11 MAINTAINER="erjo@slitaz.org" 2.12 -DEPENDS="libxfce4util libxfcegui4 thunar libexo libglade gamin libxfce4menu" 2.13 -BUILD_DEPENDS="libxfce4util-dev thunar-dev libexo-dev libxfcegui4-dev libwnck-dev xfconf-dev 2.14 - libglade-dev gamin-dev hal-dev libxfce4menu-dev xfce4-panel-dev" 2.15 +DEPENDS="libxfce4util libxfcegui4 thunar libexo libglade gamin libnotify" 2.16 +BUILD_DEPENDS="libxfce4util-dev thunar-dev libexo-dev libxfce4ui-dev libwnck-dev xfconf-dev 2.17 + libglade-dev gamin-dev hal-dev xfce4-panel-dev libnotify-dev" 2.18 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.19 WEB_SITE="http://www.xfce.org/" 2.20 -WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL" 2.21 +WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL" 2.22 2.23 # Rules to configure and make the package. 2.24 compile_rules() 2.25 @@ -19,6 +19,8 @@ 2.26 ./configure --prefix=/usr \ 2.27 --sysconfdir=/etc \ 2.28 --enable-exo \ 2.29 + --enable-notifications \ 2.30 + --enable-gio-unix \ 2.31 --enable-thunarx \ 2.32 --disable-static \ 2.33 --libexecdir=/usr/lib/$PACKAGE \ 2.34 @@ -34,15 +36,15 @@ 2.35 $fs/usr/share/xfce4 2.36 2.37 cp -a $_pkg/usr/bin $fs/usr 2.38 - cp -a $_pkg/etc $fs/ 2.39 - cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib 2.40 - cp -a $_pkg/usr/lib $fs/usr 2.41 + #~ cp -a $_pkg/etc $fs/ 2.42 + #~ cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib 2.43 + #~ cp -a $_pkg/usr/lib $fs/usr 2.44 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 2.45 cp -a $_pkg/usr/share/applications $fs/usr/share 2.46 - cp -a $_pkg/usr/share/desktop-directories $fs/usr/share 2.47 - cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 2.48 + #~ cp -a $_pkg/usr/share/desktop-directories $fs/usr/share 2.49 + #~ cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 2.50 2.51 - strip -s $fs/usr/lib/$PACKAGE/xfce4/panel-plugins/* 2.52 + #~ strip -s $fs/usr/lib/$PACKAGE/xfce4/panel-plugins/* 2.53 2.54 } 2.55