wok diff arandr/receipt @ rev 24319
Add xsuspend
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 25 17:24:16 2022 +0000 (2022-01-25) |
parents | 21e68b90243a |
children | 9af0e03b8ad0 |
line diff
1.1 --- a/arandr/receipt Sun Dec 16 13:36:41 2018 +0100 1.2 +++ b/arandr/receipt Tue Jan 25 17:24:16 2022 +0000 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 }