wok-next rev 14838
xfdesktop: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 17 16:35:50 2013 +0200 (2013-07-17) |
parents | fe1e500fae1d |
children | 82aa64f4d60d |
files | xfdesktop-extras/receipt xfdesktop/receipt |
line diff
1.1 --- a/xfdesktop-extras/receipt Wed Jul 17 16:28:45 2013 +0200 1.2 +++ b/xfdesktop-extras/receipt Wed Jul 17 16:35:50 2013 +0200 1.3 @@ -5,10 +5,12 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Xfce Desktop icons and stuff" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="libxfce4util thunar libexo" 1.8 +LICENSE="GPL2" 1.9 WEB_SITE="http://www.xfce.org/" 1.10 WANTED="xfdesktop" 1.11 1.12 +DEPENDS="libxfce4util thunar libexo" 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 @@ -16,10 +18,10 @@ 1.18 $fs/usr/share/locale \ 1.19 $fs/usr/share/xfce4 1.20 1.21 - cp -a $_pkg/usr/share/icons $fs/usr/share 1.22 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.23 - cp -a $_pkg/usr/share/backgrounds $fs/usr/share/ 1.24 - #~ cp -a $_pkg/usr/share/xfce4/backdrops $fs/usr/share/xfce4 1.25 - #~ cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 1.26 + cp -a $install/usr/share/icons $fs/usr/share 1.27 + cp -a $install/usr/share/pixmaps $fs/usr/share 1.28 + cp -a $install/usr/share/backgrounds $fs/usr/share/ 1.29 + #~ cp -a $install/usr/share/xfce4/backdrops $fs/usr/share/xfce4 1.30 + #~ cp -a $install/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 1.31 } 1.32
2.1 --- a/xfdesktop/receipt Wed Jul 17 16:28:45 2013 +0200 2.2 +++ b/xfdesktop/receipt Wed Jul 17 16:35:50 2013 +0200 2.3 @@ -5,6 +5,7 @@ 2.4 CATEGORY="x-window" 2.5 SHORT_DESC="Xfce Desktop" 2.6 MAINTAINER="erjo@slitaz.org" 2.7 +LICENSE="GPL2" 2.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.9 WEB_SITE="http://www.xfce.org/" 2.10 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 2.11 @@ -12,7 +13,7 @@ 2.12 DEPENDS="libxfce4util libxfcegui4 thunar libexo libglade gamin libnotify" 2.13 BUILD_DEPENDS="libxfce4util-dev thunar-dev libexo-dev libwnck-dev \ 2.14 xfconf-dev libglade-dev gamin-dev hal-dev xfce4-panel-dev libnotify-dev intltool \ 2.15 -util-linux-uuid-dev dbus-glib" 2.16 +util-linux-uuid-dev dbus-glib libxfce4ui-dev" 2.17 2.18 # Rules to configure and make the package. 2.19 compile_rules() 2.20 @@ -20,7 +21,6 @@ 2.21 cd $src 2.22 ./configure --prefix=/usr \ 2.23 --sysconfdir=/etc \ 2.24 - --enable-exo \ 2.25 --enable-notifications \ 2.26 --enable-gio-unix \ 2.27 --enable-thunarx \ 2.28 @@ -37,14 +37,14 @@ 2.29 $fs/usr/share/locale \ 2.30 $fs/usr/share/xfce4 2.31 2.32 - cp -a $_pkg/usr/bin $fs/usr 2.33 - #~ cp -a $_pkg/etc $fs/ 2.34 - #~ cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib 2.35 - #~ cp -a $_pkg/usr/lib $fs/usr 2.36 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 2.37 - cp -a $_pkg/usr/share/applications $fs/usr/share 2.38 - #~ cp -a $_pkg/usr/share/desktop-directories $fs/usr/share 2.39 - #~ cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 2.40 + cp -a $install/usr/bin $fs/usr 2.41 + #~ cp -a $install/etc $fs/ 2.42 + #~ cp -a $install/usr/lib/$PACKAGE $fs/usr/lib 2.43 + #~ cp -a $install/usr/lib $fs/usr 2.44 + cp -a $install/usr/share/locale/fr $fs/usr/share/locale 2.45 + cp -a $install/usr/share/applications $fs/usr/share 2.46 + #~ cp -a $install/usr/share/desktop-directories $fs/usr/share 2.47 + #~ cp -a $install/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 2.48 2.49 #~ strip -s $fs/usr/lib/$PACKAGE/xfce4/panel-plugins/* 2.50