wok-next annotate xorg-xbacklight/receipt @ rev 20494

make-slitaz-icons: in multiple choice for 16px request: if 16px and scalable icons both are available, try to choose 16px one, but not the first caught.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 13 23:17:56 2018 +0200 (2018-03-13)
parents ea3c4b76ea5d
children 757d032c55c7
rev   line source
al@19805 1 # SliTaz package receipt v2.
jozee@3024 2
jozee@3024 3 PACKAGE="xorg-xbacklight"
al@19645 4 VERSION="1.2.1"
jozee@3024 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Adjust backlight brightness using RandR extension"
jozee@3024 7 MAINTAINER="jozee@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19645 9 WEB_SITE="https://www.x.org/wiki/"
al@20443 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html"
jozee@3024 11
al@19645 12 TARBALL="xbacklight-$VERSION.tar.bz2"
al@19645 13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
pascal@15579 14
al@19805 15 BUILD_DEPENDS="xorg-util-macros xorg-libxcb-dev xorg-xcb-util-dev \
al@19805 16 xorg-libXrandr-dev"
al@19645 17
al@20443 18 compile_rules() {
al@20443 19 fix ld
al@19805 20 ./configure \
al@19805 21 --sysconfdir=/etc \
al@19805 22 --localstatedir=/var \
al@19805 23 $CONFIGURE_ARGS &&
al@20443 24 fix libtool &&
al@19805 25 make &&
al@19805 26 make install
jozee@3024 27 }
jozee@3024 28
al@20443 29 genpkg_rules() {
al@19805 30 copy @std
al@19805 31 DEPENDS="xorg-libxcb xorg-xcb-util"
al@19805 32 TAGS="utility xorg power backlight"
jozee@3024 33 }