diff options
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-randrproto/.footprint.i686 | 9 | ||||
-rw-r--r-- | xorg/xorg-randrproto/.footprint.x86_64 | 9 | ||||
-rw-r--r-- | xorg/xorg-randrproto/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg/xorg-randrproto/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg/xorg-randrproto/Pkgfile | 17 |
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 -} |