# HG changeset patch # User Hans-G?nter Theisgen # Date 1600186925 -3600 # Node ID 2c74083aac19e993e1995b20a42507efdae0075a # Parent 1b16d661828893bb438afec5085241ed0a5f05fe arandr: added dependencies (thanks anggit, bug 243) diff -r 1b16d6618288 -r 2c74083aac19 arandr/receipt --- a/arandr/receipt Sat Sep 12 19:34:03 2020 +0000 +++ b/arandr/receipt Tue Sep 15 17:22:05 2020 +0100 @@ -3,14 +3,15 @@ PACKAGE="arandr" VERSION="0.1.9" CATEGORY="x-window" -SHORT_DESC="GTK+ interface for Xrandr" +SHORT_DESC="GTK+ interface for Xrandr." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" +WEB_SITE="https://christian.amsuess.com/tools/arandr/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://christian.amsuess.com/tools/arandr/" WGET_URL="${WEB_SITE}files/$TARBALL" -DEPENDS="python" +DEPENDS="pygtk python xorg-xrandr" BUILD_DEPENDS="pygtk-dev python-docutils xorg-xrandr" # Rules to configure and make the package. @@ -22,5 +23,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs/ + cp -a $install/usr $fs }