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
commitc3e7b3f2f242230de5a443001d89818d536864b0 (patch)
tree73f48fb776630bf058d03e4efe2f039e749755b6 /xorg
parent2abcdb8813f2e0c53dc89a85c320fdbeecf0a837 (diff)
downloadnutyx-extra-c3e7b3f2f242230de5a443001d89818d536864b0.tar.gz
nutyx-extra-c3e7b3f2f242230de5a443001d89818d536864b0.tar.bz2
nutyx-extra-c3e7b3f2f242230de5a443001d89818d536864b0.tar.xz
nutyx-extra-c3e7b3f2f242230de5a443001d89818d536864b0.zip
xorg-xkbcomp dans extra
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-xkbcomp/.footprint.i6867
-rw-r--r--xorg/xorg-xkbcomp/.footprint.x86_647
-rw-r--r--xorg/xorg-xkbcomp/.md5sum.i6861
-rw-r--r--xorg/xorg-xkbcomp/.md5sum.x86_641
-rw-r--r--xorg/xorg-xkbcomp/Pkgfile20
5 files changed, 0 insertions, 36 deletions
diff --git a/xorg/xorg-xkbcomp/.footprint.i686 b/xorg/xorg-xkbcomp/.footprint.i686
deleted file mode 100644
index 55bf9dcaa..000000000
--- a/xorg/xorg-xkbcomp/.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/xkbcomp
-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/xkbcomp.1.gz
diff --git a/xorg/xorg-xkbcomp/.footprint.x86_64 b/xorg/xorg-xkbcomp/.footprint.x86_64
deleted file mode 100644
index 55bf9dcaa..000000000
--- a/xorg/xorg-xkbcomp/.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/xkbcomp
-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/xkbcomp.1.gz
diff --git a/xorg/xorg-xkbcomp/.md5sum.i686 b/xorg/xorg-xkbcomp/.md5sum.i686
deleted file mode 100644
index 75fa24157..000000000
--- a/xorg/xorg-xkbcomp/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-35622a497894c1cff9182d42696c3e27 xkbcomp-1.2.3.tar.bz2
diff --git a/xorg/xorg-xkbcomp/.md5sum.x86_64 b/xorg/xorg-xkbcomp/.md5sum.x86_64
deleted file mode 100644
index 75fa24157..000000000
--- a/xorg/xorg-xkbcomp/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-35622a497894c1cff9182d42696c3e27 xkbcomp-1.2.3.tar.bz2
diff --git a/xorg/xorg-xkbcomp/Pkgfile b/xorg/xorg-xkbcomp/Pkgfile
deleted file mode 100644
index e12c9827f..000000000
--- a/xorg/xorg-xkbcomp/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: xorg XKB keyboard description compiler
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-libx11, xorg-libxkbfile
-# Run on: xorg-libx11,xorg-libxkbfile
-
-name=xorg-xkbcomp
-version=1.2.3
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/app/xkbcomp-$version.tar.bz2)
-
-build() {
- cd xkbcomp-$version
-
- ./configure $XORG_CONFIG
-
- make
- make DESTDIR=$PKG install
-}