wok-current diff xfwm4/receipt @ rev 14845
tightvnc: improve receipt
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jul 18 01:31:06 2013 +0200 (2013-07-18) |
parents | 73641efed1cc |
children | 7896f0694ef6 |
line diff
1.1 --- a/xfwm4/receipt Mon Apr 23 16:30:27 2012 +0200 1.2 +++ b/xfwm4/receipt Thu Jul 18 01:31:06 2013 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xfwm4" 1.7 -VERSION="4.8.1" 1.8 +VERSION="4.10.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xfce Window Manager" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -11,8 +11,8 @@ 1.13 1.14 DEPENDS="libxfce4util libxfce4ui xfconf dbus-glib libwnck libglade" 1.15 BUILD_DEPENDS="libxfce4util-dev xfconf-dev libxfce4ui-dev xorg-compositeproto intltool \ 1.16 - libwnck-dev dbus-glib-dev util-linux-uuid-dev" 1.17 - 1.18 + libwnck-dev dbus-glib-dev util-linux-uuid-dev libxml2-dev" 1.19 + 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 @@ -24,7 +24,7 @@ 1.24 --disable-debug \ 1.25 --disable-static \ 1.26 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.27 - make && make DESTDIR=$DESTDIR install 1.28 + make && make install 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg. 1.32 @@ -33,12 +33,12 @@ 1.33 mkdir -p $fs/usr \ 1.34 $fs/usr/share/locale 1.35 1.36 - cp -a $_pkg/usr/bin $fs/usr 1.37 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.38 - cp -a $_pkg/usr/share/applications $fs/usr/share 1.39 - cp -a $_pkg/usr/share/icons $fs/usr/share 1.40 - cp -a $_pkg/usr/share/themes $fs/usr/share 1.41 - cp -a $_pkg/usr/share/xfwm4 $fs/usr/share 1.42 + cp -a $install/usr/bin $fs/usr 1.43 + cp -a $install/usr/share/locale/fr $fs/usr/share/locale 1.44 + cp -a $install/usr/share/applications $fs/usr/share 1.45 + cp -a $install/usr/share/icons $fs/usr/share 1.46 + cp -a $install/usr/share/themes $fs/usr/share 1.47 + cp -a $install/usr/share/xfwm4 $fs/usr/share 1.48 1.49 # Remove SVG icons 1.50 test -d $fs/usr/share/icons/hicolor/scalable \