wok diff xorg-xbacklight/receipt @ rev 23750
updated xfw (1.40 -> 1.43.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 01 15:44:22 2020 +0100 (2020-05-01) |
parents | eb8067417980 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-xbacklight/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/xorg-xbacklight/receipt Fri May 01 15:44:22 2020 +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