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 | e2c4ed96cad94c909a11efcd79e2772eacdd8556 (patch) | |
tree | eb25c716b31dccfcc20e16128005f9fc621d79df /xorg | |
parent | 21bbe3baaef1e8facf8e8121c5a30b97b9cb174d (diff) | |
download | nutyx-extra-e2c4ed96cad94c909a11efcd79e2772eacdd8556.tar.gz nutyx-extra-e2c4ed96cad94c909a11efcd79e2772eacdd8556.tar.bz2 nutyx-extra-e2c4ed96cad94c909a11efcd79e2772eacdd8556.tar.xz nutyx-extra-e2c4ed96cad94c909a11efcd79e2772eacdd8556.zip |
xorg-xmodmap dans extra
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xmodmap/.footprint.i686 | 7 | ||||
-rw-r--r-- | xorg/xorg-xmodmap/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | xorg/xorg-xmodmap/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg/xorg-xmodmap/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg/xorg-xmodmap/Pkgfile | 20 |
5 files changed, 0 insertions, 36 deletions
diff --git a/xorg/xorg-xmodmap/.footprint.i686 b/xorg/xorg-xmodmap/.footprint.i686 deleted file mode 100644 index 52eb94be2..000000000 --- a/xorg/xorg-xmodmap/.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/xmodmap -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/xmodmap.1.gz diff --git a/xorg/xorg-xmodmap/.footprint.x86_64 b/xorg/xorg-xmodmap/.footprint.x86_64 deleted file mode 100644 index 52eb94be2..000000000 --- a/xorg/xorg-xmodmap/.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/xmodmap -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/xmodmap.1.gz diff --git a/xorg/xorg-xmodmap/.md5sum.i686 b/xorg/xorg-xmodmap/.md5sum.i686 deleted file mode 100644 index af5cbdd19..000000000 --- a/xorg/xorg-xmodmap/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -b18850d373f3717dca569377c449d091 xmodmap-1.0.5.tar.bz2 diff --git a/xorg/xorg-xmodmap/.md5sum.x86_64 b/xorg/xorg-xmodmap/.md5sum.x86_64 deleted file mode 100644 index af5cbdd19..000000000 --- a/xorg/xorg-xmodmap/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -b18850d373f3717dca569377c449d091 xmodmap-1.0.5.tar.bz2 diff --git a/xorg/xorg-xmodmap/Pkgfile b/xorg/xorg-xmodmap/Pkgfile deleted file mode 100644 index 2ebf9c1cd..000000000 --- a/xorg/xorg-xmodmap/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: Tool for modifying keymaps and pointer button mappings in X -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: xorg-libx11 -# Run on: xorg-libx11 - -name=xorg-xmodmap -version=1.0.5 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/app/xmodmap-$version.tar.bz2) - -build() { - cd xmodmap-$version - - ./configure $XORG_CONFIG - - make - make DESTDIR=$PKG install -} |