summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xorg/xorg-xbacklight/.footprint7
-rw-r--r--xorg/xorg-xbacklight/Pkgfile7
2 files changed, 8 insertions, 6 deletions
diff --git a/xorg/xorg-xbacklight/.footprint b/xorg/xorg-xbacklight/.footprint
index 26b31b20b..7eaa86827 100644
--- a/xorg/xorg-xbacklight/.footprint
+++ b/xorg/xorg-xbacklight/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xbacklight
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/xbacklight.1x.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/xbacklight.1x.gz
diff --git a/xorg/xorg-xbacklight/Pkgfile b/xorg/xorg-xbacklight/Pkgfile
index 27cb39222..99b6e9eb6 100644
--- a/xorg/xorg-xbacklight/Pkgfile
+++ b/xorg/xorg-xbacklight/Pkgfile
@@ -1,6 +1,7 @@
-# Description: Utility to set a display's backlight level
+# Description: Utilitaire pour regler le niveau d'eclairage des fonds d'écrans
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-libxrandr
name=xorg-xbacklight
@@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xbacklight-$version.
build() {
cd xbacklight-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install