summaryrefslogtreecommitdiffstats
path: root/xorg
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 /xorg
parent88abd71853fbceeb592e4199719cdf568ec08cea (diff)
downloadnutyx-extra-4c2a99244173a4bd9e4b8a47450c2289607b68ac.tar.gz
nutyx-extra-4c2a99244173a4bd9e4b8a47450c2289607b68ac.tar.bz2
nutyx-extra-4c2a99244173a4bd9e4b8a47450c2289607b68ac.tar.xz
nutyx-extra-4c2a99244173a4bd9e4b8a47450c2289607b68ac.zip
xorg-xbacklight dans extra
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-xbacklight/.footprint.i6867
-rw-r--r--xorg/xorg-xbacklight/.footprint.x86_647
-rw-r--r--xorg/xorg-xbacklight/.md5sum.i6861
-rw-r--r--xorg/xorg-xbacklight/.md5sum.x86_641
-rw-r--r--xorg/xorg-xbacklight/Pkgfile18
5 files changed, 0 insertions, 34 deletions
diff --git a/xorg/xorg-xbacklight/.footprint.i686 b/xorg/xorg-xbacklight/.footprint.i686
deleted file mode 100644
index 9c701dd7e..000000000
--- a/xorg/xorg-xbacklight/.footprint.i686
+++ /dev/null
@@ -1,7 +0,0 @@
-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/xorg/xorg-xbacklight/.footprint.x86_64 b/xorg/xorg-xbacklight/.footprint.x86_64
deleted file mode 100644
index 9c701dd7e..000000000
--- a/xorg/xorg-xbacklight/.footprint.x86_64
+++ /dev/null
@@ -1,7 +0,0 @@
-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/xorg/xorg-xbacklight/.md5sum.i686 b/xorg/xorg-xbacklight/.md5sum.i686
deleted file mode 100644
index d82c8ad1c..000000000
--- a/xorg/xorg-xbacklight/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-c9891d6a3f3129d56cede72daa0ba26c xbacklight-1.1.2.tar.bz2
diff --git a/xorg/xorg-xbacklight/.md5sum.x86_64 b/xorg/xorg-xbacklight/.md5sum.x86_64
deleted file mode 100644
index d82c8ad1c..000000000
--- a/xorg/xorg-xbacklight/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-c9891d6a3f3129d56cede72daa0ba26c xbacklight-1.1.2.tar.bz2
diff --git a/xorg/xorg-xbacklight/Pkgfile b/xorg/xorg-xbacklight/Pkgfile
deleted file mode 100644
index a008cf8dd..000000000
--- a/xorg/xorg-xbacklight/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-}