xbacklight: update to 1.2.3
This commit is contained in:
parent
75a2cbac8e
commit
76e26bf69d
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template build file for 'xbacklight'.
|
# Template file for 'xbacklight'
|
||||||
pkgname=xbacklight
|
pkgname=xbacklight
|
||||||
version=1.2.2
|
version=1.2.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libX11-devel libXrandr-devel xcb-util-devel"
|
makedepends="libX11-devel libXrandr-devel xcb-util-devel"
|
||||||
short_desc="Adjust backlight brightness using RandR extension"
|
short_desc="Adjust backlight brightness using RandR extension"
|
||||||
homepage="http://xorg.freedesktop.org"
|
|
||||||
license="MIT"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="http://xorg.freedesktop.org"
|
||||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||||
checksum=615a1d13e429ed5a0300b2f4508bc199d7cf21b6b9f088a9d8188d3bc957bf5e
|
checksum=3a27f324777ae99fee476cfb2f064576fb8cba4eb77f97cda37adda1c1d39ade
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in a new issue