summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:44 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:44 +0200
commite20b748798df4eeda7cb4ea4fd85883e52ce4a9a (patch)
tree4946a73fa1d29d19a656a7e2de4919f7377fa4a0 /xorg
parent3140c0a6a63aeb8a04f5cd88c0962c634c3822ac (diff)
downloadnutyx-extra-e20b748798df4eeda7cb4ea4fd85883e52ce4a9a.tar.gz
nutyx-extra-e20b748798df4eeda7cb4ea4fd85883e52ce4a9a.tar.bz2
nutyx-extra-e20b748798df4eeda7cb4ea4fd85883e52ce4a9a.tar.xz
nutyx-extra-e20b748798df4eeda7cb4ea4fd85883e52ce4a9a.zip
xorg-xdpyinfo dans extra
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-xdpyinfo/.footprint.i6867
-rw-r--r--xorg/xorg-xdpyinfo/.footprint.x86_647
-rw-r--r--xorg/xorg-xdpyinfo/.md5sum.i6861
-rw-r--r--xorg/xorg-xdpyinfo/.md5sum.x86_641
-rw-r--r--xorg/xorg-xdpyinfo/Pkgfile18
5 files changed, 0 insertions, 34 deletions
diff --git a/xorg/xorg-xdpyinfo/.footprint.i686 b/xorg/xorg-xdpyinfo/.footprint.i686
deleted file mode 100644
index 43d261871..000000000
--- a/xorg/xorg-xdpyinfo/.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/xdpyinfo
-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/xdpyinfo.1.gz
diff --git a/xorg/xorg-xdpyinfo/.footprint.x86_64 b/xorg/xorg-xdpyinfo/.footprint.x86_64
deleted file mode 100644
index 43d261871..000000000
--- a/xorg/xorg-xdpyinfo/.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/xdpyinfo
-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/xdpyinfo.1.gz
diff --git a/xorg/xorg-xdpyinfo/.md5sum.i686 b/xorg/xorg-xdpyinfo/.md5sum.i686
deleted file mode 100644
index 3e2a3a0c7..000000000
--- a/xorg/xorg-xdpyinfo/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-c52fda7bbc80e74b7839f29298cb1d77 xdpyinfo-1.2.0.tar.bz2
diff --git a/xorg/xorg-xdpyinfo/.md5sum.x86_64 b/xorg/xorg-xdpyinfo/.md5sum.x86_64
deleted file mode 100644
index 3e2a3a0c7..000000000
--- a/xorg/xorg-xdpyinfo/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-c52fda7bbc80e74b7839f29298cb1d77 xdpyinfo-1.2.0.tar.bz2
diff --git a/xorg/xorg-xdpyinfo/Pkgfile b/xorg/xorg-xdpyinfo/Pkgfile
deleted file mode 100644
index 02e1e7e47..000000000
--- a/xorg/xorg-xdpyinfo/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Display information utility for X
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-libx11, xorg-libxext, xorg-libxtst, xorg-libxxf86vm, xorg-libxxf86dga, xorg-libxxf86misc, xorg-libxi, xorg-libxrender, xorg-libxinerama, xorg-libdmx
-# Run on: xorg-libx11,xorg-libxext,xorg-libxtst,xorg-libxxf86vm,xorg-libxxf86dga,xorg-libxxf86misc,xorg-libxi,xorg-libxrender,xorg-libxinerama,xorg-libdmx
-
-name=xorg-xdpyinfo
-version=1.2.0
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/app/xdpyinfo-$version.tar.bz2)
-
-build() {
- cd xdpyinfo-$version
- ./configure $XORG_CONFIG
- make
- make DESTDIR=$PKG install
-}