wok rev 22248

updated xorg-xbacklight (1.1.2 -> 1.2.3)
author Hans-G?nter Theisgen
date Tue Nov 12 16:33:16 2019 +0100 (2019-11-12)
parents f0284bf3f6d4
children c1c20c23ad53
files xorg-xbacklight/receipt
line diff
     1.1 --- a/xorg-xbacklight/receipt	Tue Nov 12 16:18:33 2019 +0100
     1.2 +++ b/xorg-xbacklight/receipt	Tue Nov 12 16:33:16 2019 +0100
     1.3 @@ -1,27 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xbacklight"
     1.7 -VERSION="1.1.2"
     1.8 +VERSION="1.2.3"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="utility for x-server to set the backlight level using the RandR"
    1.11 +TAGS="utility xorg power backlight"
    1.12 +SHORT_DESC="Utility for x-server to set the backlight level using the RandR."
    1.13  MAINTAINER="jozee@slitaz.org"
    1.14  LICENSE="MIT"
    1.15 +WEB_SITE="https://www.x.org/wiki/"
    1.16 +
    1.17  SOURCE="xbacklight"
    1.18  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.19 -WEB_SITE="http://xorg.freedesktop.org/"
    1.20 -WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL"
    1.21 -TAGS="utility xorg power backlight"
    1.22 +WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.23  
    1.24  DEPENDS="xorg-libXrandr"
    1.25 -BUILD_DEPENDS="xorg-libXrandr-dev"
    1.26 +BUILD_DEPENDS="libxcb-dev xcb-util-dev xorg-libXrandr-dev"
    1.27  
    1.28 -# Rules to configure and make the package.ls sr	
    1.29 +# Rules to configure and make the package.
    1.30  compile_rules()
    1.31  {
    1.32 -	cd $src
    1.33 -	./configure \
    1.34 -		--prefix=/usr \
    1.35 -		--mandir=/usr/share/man \
    1.36 +	./configure			\
    1.37 +		--prefix=/usr		\
    1.38 +		--mandir=/usr/share/man	\
    1.39  		$CONFIGURE_ARGS &&
    1.40  	make &&
    1.41  	make DESTDIR=$DESTDIR install