summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-03 12:19:54 +0100
committersibel <lesibel@free.fr>2011-03-03 12:19:54 +0100
commitb90cd53b2ab1c3228d6f8e049a7bcdb8d9fc6a6b (patch)
tree5fd0998cae95a98f104800dd20af456abaf9953f /xorg
parent6e586f6456478324f76c86700a3232329b738e25 (diff)
downloadnutyx-extra-b90cd53b2ab1c3228d6f8e049a7bcdb8d9fc6a6b.tar.gz
nutyx-extra-b90cd53b2ab1c3228d6f8e049a7bcdb8d9fc6a6b.tar.bz2
nutyx-extra-b90cd53b2ab1c3228d6f8e049a7bcdb8d9fc6a6b.tar.xz
nutyx-extra-b90cd53b2ab1c3228d6f8e049a7bcdb8d9fc6a6b.zip
xorg-randrproto, deplacé dans base
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-randrproto/.footprint.i6869
-rw-r--r--xorg/xorg-randrproto/.footprint.x86_649
-rw-r--r--xorg/xorg-randrproto/.md5sum.i6861
-rw-r--r--xorg/xorg-randrproto/.md5sum.x86_641
-rw-r--r--xorg/xorg-randrproto/Pkgfile17
5 files changed, 0 insertions, 37 deletions
diff --git a/xorg/xorg-randrproto/.footprint.i686 b/xorg/xorg-randrproto/.footprint.i686
deleted file mode 100644
index db8be84bc..000000000
--- a/xorg/xorg-randrproto/.footprint.i686
+++ /dev/null
@@ -1,9 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/X11/
-drwxr-xr-x root/root usr/include/X11/extensions/
--rw-r--r-- root/root usr/include/X11/extensions/randr.h
--rw-r--r-- root/root usr/include/X11/extensions/randrproto.h
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/randrproto.pc
diff --git a/xorg/xorg-randrproto/.footprint.x86_64 b/xorg/xorg-randrproto/.footprint.x86_64
deleted file mode 100644
index db8be84bc..000000000
--- a/xorg/xorg-randrproto/.footprint.x86_64
+++ /dev/null
@@ -1,9 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/X11/
-drwxr-xr-x root/root usr/include/X11/extensions/
--rw-r--r-- root/root usr/include/X11/extensions/randr.h
--rw-r--r-- root/root usr/include/X11/extensions/randrproto.h
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/randrproto.pc
diff --git a/xorg/xorg-randrproto/.md5sum.i686 b/xorg/xorg-randrproto/.md5sum.i686
deleted file mode 100644
index 83fde3141..000000000
--- a/xorg/xorg-randrproto/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-597491c0d8055e2a66f11350c4985775 randrproto-1.3.2.tar.bz2
diff --git a/xorg/xorg-randrproto/.md5sum.x86_64 b/xorg/xorg-randrproto/.md5sum.x86_64
deleted file mode 100644
index 83fde3141..000000000
--- a/xorg/xorg-randrproto/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-597491c0d8055e2a66f11350c4985775 randrproto-1.3.2.tar.bz2
diff --git a/xorg/xorg-randrproto/Pkgfile b/xorg/xorg-randrproto/Pkgfile
deleted file mode 100644
index 9b8de84e8..000000000
--- a/xorg/xorg-randrproto/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Description: xorg proto randrproto
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=xorg-randrproto
-version=1.3.2
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/proto/randrproto-$version.tar.bz2)
-
-build() {
- cd randrproto-$version
- ./configure $XORG_CONFIG
- make
- make DESTDIR=$PKG install
- rm -rf $PKG/$XORG_PREFIX/share
-}