summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:45 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:45 +0200
commit558b7b7404c2dabcdc26f95a8da159cac8a45564 (patch)
treeca39e071060188c548cfe21e7ec0d63460031e4b /xorg
parent36fd292aadeee1d04a2f79ce026a7f39b728d826 (diff)
downloadnutyx-extra-558b7b7404c2dabcdc26f95a8da159cac8a45564.tar.gz
nutyx-extra-558b7b7404c2dabcdc26f95a8da159cac8a45564.tar.bz2
nutyx-extra-558b7b7404c2dabcdc26f95a8da159cac8a45564.tar.xz
nutyx-extra-558b7b7404c2dabcdc26f95a8da159cac8a45564.zip
xorg-xrdb dans extra
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-xrdb/.footprint.i6867
-rw-r--r--xorg/xorg-xrdb/.footprint.x86_647
-rw-r--r--xorg/xorg-xrdb/.md5sum.i6861
-rw-r--r--xorg/xorg-xrdb/.md5sum.x86_641
-rw-r--r--xorg/xorg-xrdb/Pkgfile18
5 files changed, 0 insertions, 34 deletions
diff --git a/xorg/xorg-xrdb/.footprint.i686 b/xorg/xorg-xrdb/.footprint.i686
deleted file mode 100644
index dea6d4ca6..000000000
--- a/xorg/xorg-xrdb/.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/xrdb
-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/xrdb.1.gz
diff --git a/xorg/xorg-xrdb/.footprint.x86_64 b/xorg/xorg-xrdb/.footprint.x86_64
deleted file mode 100644
index dea6d4ca6..000000000
--- a/xorg/xorg-xrdb/.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/xrdb
-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/xrdb.1.gz
diff --git a/xorg/xorg-xrdb/.md5sum.i686 b/xorg/xorg-xrdb/.md5sum.i686
deleted file mode 100644
index e28dc16bb..000000000
--- a/xorg/xorg-xrdb/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-ed2e48cf33584455d74615ad4bbe4246 xrdb-1.0.9.tar.bz2
diff --git a/xorg/xorg-xrdb/.md5sum.x86_64 b/xorg/xorg-xrdb/.md5sum.x86_64
deleted file mode 100644
index e28dc16bb..000000000
--- a/xorg/xorg-xrdb/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-ed2e48cf33584455d74615ad4bbe4246 xrdb-1.0.9.tar.bz2
diff --git a/xorg/xorg-xrdb/Pkgfile b/xorg/xorg-xrdb/Pkgfile
deleted file mode 100644
index 7ec8968b0..000000000
--- a/xorg/xorg-xrdb/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: x server resource database utility
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-libxmu, xorg-libx11
-# Run on: xorg-libxmu,xorg-libx11
-
-name=xorg-xrdb
-version=1.0.9
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/app/xrdb-$version.tar.bz2)
-
-build() {
- cd xrdb-$version
- ./configure $XORG_CONFIG
- make
- make DESTDIR=$PKG install
-}