diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:45 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:45 +0200 |
commit | 36fd292aadeee1d04a2f79ce026a7f39b728d826 (patch) | |
tree | b364631d7face1cad83fd17aade2e63e745c9409 /xorg | |
parent | f4309f0a24d00ec145be745edb07a502b0e487ad (diff) | |
download | nutyx-extra-36fd292aadeee1d04a2f79ce026a7f39b728d826.tar.gz nutyx-extra-36fd292aadeee1d04a2f79ce026a7f39b728d826.tar.bz2 nutyx-extra-36fd292aadeee1d04a2f79ce026a7f39b728d826.tar.xz nutyx-extra-36fd292aadeee1d04a2f79ce026a7f39b728d826.zip |
xorg-xrandr dans extra
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xrandr/.footprint.i686 | 8 | ||||
-rw-r--r-- | xorg/xorg-xrandr/.footprint.x86_64 | 8 | ||||
-rw-r--r-- | xorg/xorg-xrandr/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg/xorg-xrandr/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg/xorg-xrandr/Pkgfile | 18 |
5 files changed, 0 insertions, 36 deletions
diff --git a/xorg/xorg-xrandr/.footprint.i686 b/xorg/xorg-xrandr/.footprint.i686 deleted file mode 100644 index e38b87b27..000000000 --- a/xorg/xorg-xrandr/.footprint.i686 +++ /dev/null @@ -1,8 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/xkeystone --rwxr-xr-x root/root usr/bin/xrandr -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/xrandr.1.gz diff --git a/xorg/xorg-xrandr/.footprint.x86_64 b/xorg/xorg-xrandr/.footprint.x86_64 deleted file mode 100644 index e38b87b27..000000000 --- a/xorg/xorg-xrandr/.footprint.x86_64 +++ /dev/null @@ -1,8 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/xkeystone --rwxr-xr-x root/root usr/bin/xrandr -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/xrandr.1.gz diff --git a/xorg/xorg-xrandr/.md5sum.i686 b/xorg/xorg-xrandr/.md5sum.i686 deleted file mode 100644 index 157552b89..000000000 --- a/xorg/xorg-xrandr/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -d6d20038257eba5178b523e10239d51c xrandr-1.3.4.tar.bz2 diff --git a/xorg/xorg-xrandr/.md5sum.x86_64 b/xorg/xorg-xrandr/.md5sum.x86_64 deleted file mode 100644 index 157552b89..000000000 --- a/xorg/xorg-xrandr/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -d6d20038257eba5178b523e10239d51c xrandr-1.3.4.tar.bz2 diff --git a/xorg/xorg-xrandr/Pkgfile b/xorg/xorg-xrandr/Pkgfile deleted file mode 100644 index c530ae060..000000000 --- a/xorg/xorg-xrandr/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: Resize and rotate utility for X -# 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-xrandr -version=1.3.4 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/app/xrandr-$version.tar.bz2) - -build() { - cd xrandr-$version - ./configure $XORG_CONFIG - make - make DESTDIR=$PKG install -} |