wok diff arandr/receipt @ rev 23985

linld: up to 60k for header.com
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 28 09:45:01 2020 +0000 (2020-11-28)
parents 21e68b90243a
children 9af0e03b8ad0
line diff
     1.1 --- a/arandr/receipt	Sun Dec 16 13:36:41 2018 +0100
     1.2 +++ b/arandr/receipt	Sat Nov 28 09:45:01 2020 +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  }