# HG changeset patch # User Hans-G?nter Theisgen # Date 1570098260 -3600 # Node ID a478cfac043da2d82ebc9d1ae95e0d1acd375e72 # Parent c7f226fe1c21073d83e1bb4bf35ab03a7908f39d updated screenlets (0.1.6 -> 0.1.7) diff -r c7f226fe1c21 -r a478cfac043d screenlets/receipt --- a/screenlets/receipt Thu Oct 03 11:03:39 2019 +0100 +++ b/screenlets/receipt Thu Oct 03 11:24:20 2019 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="screenlets" -VERSION="0.1.6" +VERSION="0.1.7" CATEGORY="system-tools" SHORT_DESC="Desktop widgets framework." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://launchpad.net/screenlets/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="https://launchpad.net/screenlets" WGET_URL="https://launchpad.net/screenlets/trunk/$VERSION/+download/$TARBALL" -DEPENDS="python pygtk python-xdg beautifulsoup gnome-python-desktop \ -dbus-python gnome-icon-theme" -BUILD_DEPENDS="python-dev wget" +DEPENDS="beautifulsoup dbus-python gnome-icon-theme gnome-python-desktop \ + pygtk python python-xdg" +BUILD_DEPENDS="python-dev" # Rules to configure and make the package. compile_rules() @@ -23,11 +24,13 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share/icons $fs/etc/screenlets - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr - cp -a $install/usr/share/screenlets* $fs/usr/share - cp -a $install/usr/share/icons/hicolor $fs/usr/share/icons + mkdir -p $fs/usr/share/icons + mkdir -p $fs/etc/screenlets + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/screenlets* $fs/usr/share + cp -a $install/usr/share/icons/hicolor $fs/usr/share/icons echo '/usr' > $fs/etc/screenlets/prefix }