wok rev 21891
updated screenlets (0.1.6 -> 0.1.7)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 03 11:24:20 2019 +0100 (2019-10-03) |
parents | c7f226fe1c21 |
children | 3a5fb1938b95 |
files | screenlets/receipt |
line diff
1.1 --- a/screenlets/receipt Thu Oct 03 11:03:39 2019 +0100 1.2 +++ b/screenlets/receipt Thu Oct 03 11:24:20 2019 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="screenlets" 1.7 -VERSION="0.1.6" 1.8 +VERSION="0.1.7" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Desktop widgets framework." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="https://launchpad.net/screenlets/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WEB_SITE="https://launchpad.net/screenlets" 1.17 WGET_URL="https://launchpad.net/screenlets/trunk/$VERSION/+download/$TARBALL" 1.18 1.19 -DEPENDS="python pygtk python-xdg beautifulsoup gnome-python-desktop \ 1.20 -dbus-python gnome-icon-theme" 1.21 -BUILD_DEPENDS="python-dev wget" 1.22 +DEPENDS="beautifulsoup dbus-python gnome-icon-theme gnome-python-desktop \ 1.23 + pygtk python python-xdg" 1.24 +BUILD_DEPENDS="python-dev" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 @@ -23,11 +24,13 @@ 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 - mkdir -p $fs/usr/share/icons $fs/etc/screenlets 1.33 - cp -a $install/usr/bin $fs/usr 1.34 - cp -a $install/usr/lib $fs/usr 1.35 - cp -a $install/usr/share/screenlets* $fs/usr/share 1.36 - cp -a $install/usr/share/icons/hicolor $fs/usr/share/icons 1.37 + mkdir -p $fs/usr/share/icons 1.38 + mkdir -p $fs/etc/screenlets 1.39 + 1.40 + cp -a $install/usr/bin $fs/usr 1.41 + cp -a $install/usr/lib $fs/usr 1.42 + cp -a $install/usr/share/screenlets* $fs/usr/share 1.43 + cp -a $install/usr/share/icons/hicolor $fs/usr/share/icons 1.44 echo '/usr' > $fs/etc/screenlets/prefix 1.45 } 1.46