wok rev 23942

arandr: added dependencies (thanks anggit, bug 243)
author Hans-G?nter Theisgen
date Tue Sep 15 17:22:05 2020 +0100 (2020-09-15)
parents 1b16d6618288
children df7ee1e0dc61
files arandr/receipt
line diff
     1.1 --- a/arandr/receipt	Sat Sep 12 19:34:03 2020 +0000
     1.2 +++ b/arandr/receipt	Tue Sep 15 17:22:05 2020 +0100
     1.3 @@ -3,14 +3,15 @@
     1.4  PACKAGE="arandr"
     1.5  VERSION="0.1.9"
     1.6  CATEGORY="x-window"
     1.7 -SHORT_DESC="GTK+ interface for Xrandr"
     1.8 +SHORT_DESC="GTK+ interface for Xrandr."
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="GPL3"
    1.11 +WEB_SITE="https://christian.amsuess.com/tools/arandr/"
    1.12 +
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WEB_SITE="https://christian.amsuess.com/tools/arandr/"
    1.15  WGET_URL="${WEB_SITE}files/$TARBALL"
    1.16  
    1.17 -DEPENDS="python"
    1.18 +DEPENDS="pygtk python xorg-xrandr"
    1.19  BUILD_DEPENDS="pygtk-dev python-docutils xorg-xrandr"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22 @@ -22,5 +23,5 @@
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26 -	cp -a $install/usr $fs/
    1.27 +	cp -a $install/usr	$fs
    1.28  }