summaryrefslogtreecommitdiffstats
path: root/xorg-damageproto
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-13 21:34:20 +0200
committerpiernov <piernov@piernov.org>2012-05-13 21:34:20 +0200
commit246b3a734a414fd313056b919235d3658ea0a374 (patch)
tree8ef1d892e16725e8d8d33ccddc38805ca20df296 /xorg-damageproto
parentf35fb119bf993d3454668f50a17334e09b77160b (diff)
downloadnutyx-pakxe-246b3a734a414fd313056b919235d3658ea0a374.tar.gz
nutyx-pakxe-246b3a734a414fd313056b919235d3658ea0a374.tar.bz2
nutyx-pakxe-246b3a734a414fd313056b919235d3658ea0a374.tar.xz
nutyx-pakxe-246b3a734a414fd313056b919235d3658ea0a374.zip
Revert "ajout de xorg"
This reverts commit 55ba00459776d78ef447c3c022fd2d5185b1c9ce.
Diffstat (limited to 'xorg-damageproto')
-rw-r--r--xorg-damageproto/.footprint.i6869
-rw-r--r--xorg-damageproto/.footprint.x86_649
-rw-r--r--xorg-damageproto/.md5sum.i6861
-rw-r--r--xorg-damageproto/.md5sum.x86_641
-rw-r--r--xorg-damageproto/Pkgfile17
5 files changed, 0 insertions, 37 deletions
diff --git a/xorg-damageproto/.footprint.i686 b/xorg-damageproto/.footprint.i686
deleted file mode 100644
index f2e5eefef..000000000
--- a/xorg-damageproto/.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/damageproto.h
--rw-r--r-- root/root usr/include/X11/extensions/damagewire.h
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/damageproto.pc
diff --git a/xorg-damageproto/.footprint.x86_64 b/xorg-damageproto/.footprint.x86_64
deleted file mode 100644
index f2e5eefef..000000000
--- a/xorg-damageproto/.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/damageproto.h
--rw-r--r-- root/root usr/include/X11/extensions/damagewire.h
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/damageproto.pc
diff --git a/xorg-damageproto/.md5sum.i686 b/xorg-damageproto/.md5sum.i686
deleted file mode 100644
index 412693837..000000000
--- a/xorg-damageproto/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-998e5904764b82642cc63d97b4ba9e95 damageproto-1.2.1.tar.bz2
diff --git a/xorg-damageproto/.md5sum.x86_64 b/xorg-damageproto/.md5sum.x86_64
deleted file mode 100644
index 412693837..000000000
--- a/xorg-damageproto/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-998e5904764b82642cc63d97b4ba9e95 damageproto-1.2.1.tar.bz2
diff --git a/xorg-damageproto/Pkgfile b/xorg-damageproto/Pkgfile
deleted file mode 100644
index cedcddfb1..000000000
--- a/xorg-damageproto/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Description: xorg proto damageproto
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=xorg-damageproto
-version=1.2.1
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/proto/damageproto-$version.tar.bz2)
-
-build() {
- cd damageproto-$version
- ./configure $XORG_CONFIG
- make
- make DESTDIR=$PKG install
- rm -rf $PKG/$XORG_PREFIX/share
-}