summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:43 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:43 +0200
commit4c2a99244173a4bd9e4b8a47450c2289607b68ac (patch)
treed41d33675ef28ab5ed09ed89a8cbb2171fcf25c2 /extra
parent88abd71853fbceeb592e4199719cdf568ec08cea (diff)
downloadnutyx-pakxe-4c2a99244173a4bd9e4b8a47450c2289607b68ac.tar.gz
nutyx-pakxe-4c2a99244173a4bd9e4b8a47450c2289607b68ac.tar.bz2
nutyx-pakxe-4c2a99244173a4bd9e4b8a47450c2289607b68ac.tar.xz
nutyx-pakxe-4c2a99244173a4bd9e4b8a47450c2289607b68ac.zip
xorg-xbacklight dans extra
Diffstat (limited to 'extra')
-rw-r--r--extra/xorg-xbacklight/.footprint.i6867
-rw-r--r--extra/xorg-xbacklight/.footprint.x86_647
-rw-r--r--extra/xorg-xbacklight/.md5sum.i6861
-rw-r--r--extra/xorg-xbacklight/.md5sum.x86_641
-rw-r--r--extra/xorg-xbacklight/Pkgfile18
5 files changed, 34 insertions, 0 deletions
diff --git a/extra/xorg-xbacklight/.footprint.i686 b/extra/xorg-xbacklight/.footprint.i686
new file mode 100644
index 000000000..9c701dd7e
--- /dev/null
+++ b/extra/xorg-xbacklight/.footprint.i686
@@ -0,0 +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/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.1.gz
diff --git a/extra/xorg-xbacklight/.footprint.x86_64 b/extra/xorg-xbacklight/.footprint.x86_64
new file mode 100644
index 000000000..9c701dd7e
--- /dev/null
+++ b/extra/xorg-xbacklight/.footprint.x86_64
@@ -0,0 +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/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.1.gz
diff --git a/extra/xorg-xbacklight/.md5sum.i686 b/extra/xorg-xbacklight/.md5sum.i686
new file mode 100644
index 000000000..d82c8ad1c
--- /dev/null
+++ b/extra/xorg-xbacklight/.md5sum.i686
@@ -0,0 +1 @@
+c9891d6a3f3129d56cede72daa0ba26c xbacklight-1.1.2.tar.bz2
diff --git a/extra/xorg-xbacklight/.md5sum.x86_64 b/extra/xorg-xbacklight/.md5sum.x86_64
new file mode 100644
index 000000000..d82c8ad1c
--- /dev/null
+++ b/extra/xorg-xbacklight/.md5sum.x86_64
@@ -0,0 +1 @@
+c9891d6a3f3129d56cede72daa0ba26c xbacklight-1.1.2.tar.bz2
diff --git a/extra/xorg-xbacklight/Pkgfile b/extra/xorg-xbacklight/Pkgfile
new file mode 100644
index 000000000..a008cf8dd
--- /dev/null
+++ b/extra/xorg-xbacklight/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Utilitaire pour regler le niveau d'eclairage des fonds d'écrans
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libxrandr
+# Run on: xorg-libxrandr
+
+name=xorg-xbacklight
+version=1.1.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xbacklight-$version.tar.bz2)
+
+build() {
+ cd xbacklight-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+}