wok-6.x diff xfdesktop/receipt @ rev 19692
ntfs-3g: update genpkg-rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 13 12:26:10 2017 +0100 (2017-02-13) |
parents | c3a7734ccd30 |
children | 6beb1b93f005 |
line diff
1.1 --- a/xfdesktop/receipt Wed Jul 17 13:54:38 2013 +0200 1.2 +++ b/xfdesktop/receipt Mon Feb 13 12:26:10 2017 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Xfce Desktop" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://www.xfce.org/" 1.10 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 1.11 @@ -12,7 +13,7 @@ 1.12 DEPENDS="libxfce4util libxfcegui4 thunar libexo libglade gamin libnotify" 1.13 BUILD_DEPENDS="libxfce4util-dev thunar-dev libexo-dev libwnck-dev \ 1.14 xfconf-dev libglade-dev gamin-dev hal-dev xfce4-panel-dev libnotify-dev intltool \ 1.15 -util-linux-uuid-dev dbus-glib" 1.16 +util-linux-uuid-dev dbus-glib libxfce4ui-dev" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 @@ -20,7 +21,6 @@ 1.21 cd $src 1.22 ./configure --prefix=/usr \ 1.23 --sysconfdir=/etc \ 1.24 - --enable-exo \ 1.25 --enable-notifications \ 1.26 --enable-gio-unix \ 1.27 --enable-thunarx \ 1.28 @@ -37,14 +37,14 @@ 1.29 $fs/usr/share/locale \ 1.30 $fs/usr/share/xfce4 1.31 1.32 - cp -a $_pkg/usr/bin $fs/usr 1.33 - #~ cp -a $_pkg/etc $fs/ 1.34 - #~ cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib 1.35 - #~ cp -a $_pkg/usr/lib $fs/usr 1.36 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.37 - cp -a $_pkg/usr/share/applications $fs/usr/share 1.38 - #~ cp -a $_pkg/usr/share/desktop-directories $fs/usr/share 1.39 - #~ cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 1.40 + cp -a $install/usr/bin $fs/usr 1.41 + #~ cp -a $install/etc $fs/ 1.42 + #~ cp -a $install/usr/lib/$PACKAGE $fs/usr/lib 1.43 + #~ cp -a $install/usr/lib $fs/usr 1.44 + cp -a $install/usr/share/locale/fr $fs/usr/share/locale 1.45 + cp -a $install/usr/share/applications $fs/usr/share 1.46 + #~ cp -a $install/usr/share/desktop-directories $fs/usr/share 1.47 + #~ cp -a $install/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 1.48 1.49 #~ strip -s $fs/usr/lib/$PACKAGE/xfce4/panel-plugins/* 1.50