From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- xorg-setxkbmap/.footprint.i686 | 7 +++++++ xorg-setxkbmap/.footprint.x86_64 | 7 +++++++ xorg-setxkbmap/.md5sum.i686 | 1 + xorg-setxkbmap/.md5sum.x86_64 | 1 + xorg-setxkbmap/Pkgfile | 20 ++++++++++++++++++++ 5 files changed, 36 insertions(+) create mode 100644 xorg-setxkbmap/.footprint.i686 create mode 100644 xorg-setxkbmap/.footprint.x86_64 create mode 100644 xorg-setxkbmap/.md5sum.i686 create mode 100644 xorg-setxkbmap/.md5sum.x86_64 create mode 100644 xorg-setxkbmap/Pkgfile (limited to 'xorg-setxkbmap') diff --git a/xorg-setxkbmap/.footprint.i686 b/xorg-setxkbmap/.footprint.i686 new file mode 100644 index 000000000..fe896d120 --- /dev/null +++ b/xorg-setxkbmap/.footprint.i686 @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/setxkbmap +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/setxkbmap.1.gz diff --git a/xorg-setxkbmap/.footprint.x86_64 b/xorg-setxkbmap/.footprint.x86_64 new file mode 100644 index 000000000..fe896d120 --- /dev/null +++ b/xorg-setxkbmap/.footprint.x86_64 @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/setxkbmap +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/setxkbmap.1.gz diff --git a/xorg-setxkbmap/.md5sum.i686 b/xorg-setxkbmap/.md5sum.i686 new file mode 100644 index 000000000..465ace3a7 --- /dev/null +++ b/xorg-setxkbmap/.md5sum.i686 @@ -0,0 +1 @@ +2f6df89201eb9a2cbfb905d6b82a191e setxkbmap-1.2.0.tar.bz2 diff --git a/xorg-setxkbmap/.md5sum.x86_64 b/xorg-setxkbmap/.md5sum.x86_64 new file mode 100644 index 000000000..465ace3a7 --- /dev/null +++ b/xorg-setxkbmap/.md5sum.x86_64 @@ -0,0 +1 @@ +2f6df89201eb9a2cbfb905d6b82a191e setxkbmap-1.2.0.tar.bz2 diff --git a/xorg-setxkbmap/Pkgfile b/xorg-setxkbmap/Pkgfile new file mode 100644 index 000000000..1164c20d7 --- /dev/null +++ b/xorg-setxkbmap/Pkgfile @@ -0,0 +1,20 @@ +# Description: Set the keyboard using the X Keyboard Extension +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX coret team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-libx11, xorg-libxkbfile +# Run on: xorg-libx11,xorg-libxkbfile + +name=xorg-setxkbmap +version=1.2.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/setxkbmap-$version.tar.bz2) + +build() { + cd setxkbmap-$version + + ./configure $XORG_CONFIG + + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf