wok-next diff xorg-xbacklight/receipt @ rev 20209

cinepaint: add png patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 04 12:45:00 2017 +0100 (2017-11-04)
parents f463de72afe3
children 0e7893ac206d
line diff
     1.1 --- a/xorg-xbacklight/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/xorg-xbacklight/receipt	Sat Nov 04 12:45:00 2017 +0100
     1.3 @@ -1,29 +1,35 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="xorg-xbacklight"
     1.8  VERSION="1.2.1"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="utility for x-server to set the backlight level using the RandR"
    1.11 +SHORT_DESC="Adjust backlight brightness using RandR extension"
    1.12  MAINTAINER="jozee@slitaz.org"
    1.13  LICENSE="MIT"
    1.14  WEB_SITE="https://www.x.org/wiki/"
    1.15 -TAGS="utility xorg power backlight"
    1.16  
    1.17  TARBALL="xbacklight-$VERSION.tar.bz2"
    1.18  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.19  
    1.20 -DEPENDS="libxcb xcb-util"
    1.21 -BUILD_DEPENDS="xorg-util-macros libxcb-dev xcb-util-dev"
    1.22 -#xorg-libXrandr-dev"
    1.23 +BUILD_DEPENDS="xorg-util-macros xorg-libxcb-dev xorg-xcb-util-dev \
    1.24 +xorg-libXrandr-dev"
    1.25 +PKG_RULE="std"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	./configure $CONFIGURE_ARGS && make && make install
    1.31 +	./configure \
    1.32 +		--sysconfdir=/etc \
    1.33 +		--localstatedir=/var \
    1.34 +		$CONFIGURE_ARGS &&
    1.35 +	make &&
    1.36 +	make install
    1.37  }
    1.38  
    1.39  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.40  genpkg_rules()
    1.41  {
    1.42 -	copy bin/
    1.43 +	copy @std
    1.44 +	DEPENDS="xorg-libxcb xorg-xcb-util"
    1.45 +	TAGS="utility xorg power backlight"
    1.46  }