wok rev 4133
Up: xfdestop (4.6.1). Add: xfdesktop-extras
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Sep 20 13:25:41 2009 +0000 (2009-09-20) |
parents | c5aab683596c |
children | cea60f3ae093 |
files | xfdesktop-extras/receipt xfdesktop/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xfdesktop-extras/receipt Sun Sep 20 13:25:41 2009 +0000 1.3 @@ -0,0 +1,25 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xfdesktop-extras" 1.7 +VERSION="4.6.1" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Xfce Desktop icons and stuff" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="libxfce4util libxfcegui4 thunar libexo" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WEB_SITE="http://www.xfce.org/" 1.14 +WANTED="xfdesktop" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr \ 1.20 + $fs/usr/share/locale \ 1.21 + $fs/usr/share/xfce4 1.22 + 1.23 + cp -a $_pkg/usr/share/icons $fs/usr/share 1.24 + cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.25 + cp -a $_pkg/usr/share/xfce4/backdrops $fs/usr/share/xfce4 1.26 + cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 1.27 +} 1.28 +
2.1 --- a/xfdesktop/receipt Sun Sep 20 13:23:56 2009 +0000 2.2 +++ b/xfdesktop/receipt Sun Sep 20 13:25:41 2009 +0000 2.3 @@ -1,15 +1,16 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xfdesktop" 2.7 -VERSION="4.4.3" 2.8 +VERSION="4.6.1" 2.9 CATEGORY="x-window" 2.10 -SHORT_DESC="Xfce panel" 2.11 +SHORT_DESC="Xfce Desktop" 2.12 MAINTAINER="erjo@slitaz.org" 2.13 -DEPENDS="xorg-libSM xfce-mcs-manager libxfce4util libxfcegui4 libxfce4mcs Thunar libexo" 2.14 -BUILD_DEPENDS="xorg-libSM-dev libxfce4util-dev xfce-mcs-manager-dev Thunar-dev libexo-dev" 2.15 +DEPENDS="libxfce4util libxfcegui4 thunar libexo" 2.16 +BUILD_DEPENDS="libxfce4util-dev thunar-dev libexo-dev libxfcegui4-dev libwnck-dev xfconf-dev 2.17 + libglade-dev gamin-dev hal-dev libxfce4menu-dev xfce4-panel-dev" 2.18 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.19 WEB_SITE="http://www.xfce.org/" 2.20 -WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL" 2.21 +WGET_URL="http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL" 2.22 2.23 # Rules to configure and make the package. 2.24 compile_rules() 2.25 @@ -19,6 +20,7 @@ 2.26 --sysconfdir=/etc \ 2.27 --enable-exo \ 2.28 --enable-thunarx \ 2.29 + --disable-static \ 2.30 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 2.31 make && make DESTDIR=$PWD/_pkg install 2.32 } 2.33 @@ -28,24 +30,18 @@ 2.34 { 2.35 mkdir -p $fs/usr \ 2.36 $fs/usr/share/locale \ 2.37 - $fs/usr/share/xfce4 \ 2.38 - $fs/usr/lib/xfce4/mcs-plugins \ 2.39 - $fs/usr/lib/xfce4/panel-plugins 2.40 - 2.41 - cp -a $_pkg/etc $fs/ 2.42 + $fs/usr/share/xfce4 2.43 + 2.44 cp -a $_pkg/usr/bin $fs/usr 2.45 + cp -a $_pkg/etc $fs/ 2.46 cp -a $_pkg/usr/libexec $fs/usr 2.47 cp -a $_pkg/usr/lib $fs/usr 2.48 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 2.49 cp -a $_pkg/usr/share/applications $fs/usr/share 2.50 - cp -a $_pkg/usr/share/icons $fs/usr/share 2.51 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 2.52 - cp -a $_pkg/usr/share/xfce4-* $fs/usr/share 2.53 - cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share 2.54 - cp -a $_pkg/usr/share/xfce4/backdrops $fs/usr/share 2.55 + cp -a $_pkg/usr/share/desktop-directories $fs/usr/share 2.56 + cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 2.57 2.58 - # Remove unnessecarry files 2.59 - find $fs/usr/lib -name "*.*a" -exec rm -f {} \; 2.60 - 2.61 + strip -s $fs/usr/libexec/xfce4/panel-plugins/* 2.62 + 2.63 } 2.64