wok-6.x diff xfwm4/receipt @ rev 18541
Add slitaz-icons-faenza-dark; plus various small fixes
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Nov 05 21:30:50 2015 +0200 (2015-11-05) |
parents | 850328f07d42 |
children | 9053833522ce |
line diff
1.1 --- a/xfwm4/receipt Mon Apr 07 09:49:54 2014 +0000 1.2 +++ b/xfwm4/receipt Thu Nov 05 21:30:50 2015 +0200 1.3 @@ -9,15 +9,15 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://www.xfce.org/" 1.6 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 1.7 +TAGS="window-manager" 1.8 1.9 DEPENDS="libxfce4util libxfce4ui xfconf dbus-glib libwnck libglade" 1.10 BUILD_DEPENDS="libxfce4util-dev xfconf-dev libxfce4ui-dev xorg-compositeproto intltool \ 1.11 - libwnck-dev dbus-glib-dev util-linux-uuid-dev libxml2-dev" 1.12 - 1.13 +libwnck-dev dbus-glib-dev util-linux-uuid-dev libxml2-dev" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 - cd $src 1.19 ./configure --prefix=/usr \ 1.20 --enable-render \ 1.21 --enable-startup-notification \ 1.22 @@ -32,16 +32,15 @@ 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr \ 1.26 - $fs/usr/share/locale 1.27 - 1.28 + $fs/usr/share/locale 1.29 + 1.30 cp -a $install/usr/bin $fs/usr 1.31 cp -a $install/usr/share/applications $fs/usr/share 1.32 cp -a $install/usr/share/icons $fs/usr/share 1.33 cp -a $install/usr/share/themes $fs/usr/share 1.34 cp -a $install/usr/share/xfwm4 $fs/usr/share 1.35 - 1.36 + 1.37 # Remove SVG icons 1.38 test -d $fs/usr/share/icons/hicolor/scalable \ 1.39 && rm -rf $fs/usr/share/icons/hicolor/scalable 1.40 } 1.41 -