From c5cc384cb20c72eb38f6bc67e4ebe45f8a66c4e8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 16 Feb 2014 10:28:13 +0100 Subject: [PATCH] xbacklight: remove long_desc. --- srcpkgs/xbacklight/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/xbacklight/template b/srcpkgs/xbacklight/template index e71de6ed848..b4a890525f5 100644 --- a/srcpkgs/xbacklight/template +++ b/srcpkgs/xbacklight/template @@ -1,7 +1,7 @@ # Template build file for 'xbacklight'. pkgname=xbacklight version=1.1.2 -revision=2 +revision=3 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="libX11-devel libXrandr-devel" @@ -11,7 +11,3 @@ license="MIT" maintainer="Juan RP " distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" checksum=af2f02d09de8a19848e3f3b322320141bceebf9d4097b7bd505457a1bd936509 -long_desc=" - Xbacklight is used to adjust the backlight brightness where supported. - It finds all outputs on the X server supporting backlight brightness - control and changes them all in the same way."