wok-current rev 22903
updated gtk-xfce-engine (2.8.1 -> 3.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 23 16:42:46 2020 +0100 (2020-02-23) |
parents | 3de274310ea5 |
children | 7beb79490249 |
files | gtk-xfce-engine/receipt |
line diff
1.1 --- a/gtk-xfce-engine/receipt Sun Feb 23 15:52:16 2020 +0100 1.2 +++ b/gtk-xfce-engine/receipt Sun Feb 23 16:42:46 2020 +0100 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gtk-xfce-engine" 1.7 -VERSION="2.10.0" 1.8 +VERSION="3.2.0" 1.9 CATEGORY="customization" 1.10 -SHORT_DESC="GTK engine for Xfce" 1.11 +SHORT_DESC="GTK engine for Xfce." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="https://www.xfce.org/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 -WEB_SITE="https://www.xfce.org/" 1.18 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 1.19 1.20 DEPENDS="gtk+" 1.21 @@ -16,7 +17,9 @@ 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - ./configure $CONFIGURE_ARGS && make && make install 1.26 + ./configure $CONFIGURE_ARGS && 1.27 + make && 1.28 + make install 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg. 1.32 @@ -24,8 +27,8 @@ 1.33 { 1.34 mkdir -p $fs/usr 1.35 1.36 - cp -a $install/usr/lib $fs/usr 1.37 - cp -a $install/usr/share/ $fs/usr/ 1.38 + cp -a $install/usr/lib $fs/usr 1.39 + cp -a $install/usr/share $fs/usr 1.40 1.41 find $fs/usr/lib -name "*.la" -exec rm -f {} \; 1.42 }