wok diff xfdesktop/receipt @ 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 | 2da3bf55c9ba |
children | 0874004b631d |
line diff
1.1 --- a/xfdesktop/receipt Fri Jul 16 08:09:21 2010 +0200 1.2 +++ b/xfdesktop/receipt Thu Jan 20 02:18:47 2011 +0100 1.3 @@ -1,16 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xfdesktop" 1.7 -VERSION="4.6.2" 1.8 +VERSION="4.8.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xfce Desktop" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 -DEPENDS="libxfce4util libxfcegui4 thunar libexo libglade gamin libxfce4menu" 1.13 -BUILD_DEPENDS="libxfce4util-dev thunar-dev libexo-dev libxfcegui4-dev libwnck-dev xfconf-dev 1.14 - libglade-dev gamin-dev hal-dev libxfce4menu-dev xfce4-panel-dev" 1.15 +DEPENDS="libxfce4util libxfcegui4 thunar libexo libglade gamin libnotify" 1.16 +BUILD_DEPENDS="libxfce4util-dev thunar-dev libexo-dev libxfce4ui-dev libwnck-dev xfconf-dev 1.17 + libglade-dev gamin-dev hal-dev xfce4-panel-dev libnotify-dev" 1.18 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.19 WEB_SITE="http://www.xfce.org/" 1.20 -WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL" 1.21 +WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 @@ -19,6 +19,8 @@ 1.26 ./configure --prefix=/usr \ 1.27 --sysconfdir=/etc \ 1.28 --enable-exo \ 1.29 + --enable-notifications \ 1.30 + --enable-gio-unix \ 1.31 --enable-thunarx \ 1.32 --disable-static \ 1.33 --libexecdir=/usr/lib/$PACKAGE \ 1.34 @@ -34,15 +36,15 @@ 1.35 $fs/usr/share/xfce4 1.36 1.37 cp -a $_pkg/usr/bin $fs/usr 1.38 - cp -a $_pkg/etc $fs/ 1.39 - cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib 1.40 - cp -a $_pkg/usr/lib $fs/usr 1.41 + #~ cp -a $_pkg/etc $fs/ 1.42 + #~ cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib 1.43 + #~ cp -a $_pkg/usr/lib $fs/usr 1.44 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.45 cp -a $_pkg/usr/share/applications $fs/usr/share 1.46 - cp -a $_pkg/usr/share/desktop-directories $fs/usr/share 1.47 - cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 1.48 + #~ cp -a $_pkg/usr/share/desktop-directories $fs/usr/share 1.49 + #~ cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 1.50 1.51 - strip -s $fs/usr/lib/$PACKAGE/xfce4/panel-plugins/* 1.52 + #~ strip -s $fs/usr/lib/$PACKAGE/xfce4/panel-plugins/* 1.53 1.54 } 1.55