summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 18:18:56 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 18:18:56 +0100
commit8a55b750f89c7c139b5fc75d888841a4991cde7c (patch)
treeca112ad8c7886dee056525a8a704e53b9192b39d
parent4f5399ebadf6cb48b78a079d937bef14281e9e0c (diff)
downloadnutyx-pakxe-8a55b750f89c7c139b5fc75d888841a4991cde7c.tar.gz
nutyx-pakxe-8a55b750f89c7c139b5fc75d888841a4991cde7c.tar.bz2
nutyx-pakxe-8a55b750f89c7c139b5fc75d888841a4991cde7c.tar.xz
nutyx-pakxe-8a55b750f89c7c139b5fc75d888841a4991cde7c.zip
xbindkeys, dans ouvert
-rw-r--r--kde/xbindkeys/.footprint.i6869
-rw-r--r--kde/xbindkeys/.footprint.x86_649
-rw-r--r--kde/xbindkeys/.md5sum.i6861
-rw-r--r--kde/xbindkeys/.md5sum.x86_641
-rwxr-xr-xkde/xbindkeys/Pkgfile18
5 files changed, 0 insertions, 38 deletions
diff --git a/kde/xbindkeys/.footprint.i686 b/kde/xbindkeys/.footprint.i686
deleted file mode 100644
index 97fae22fb..000000000
--- a/kde/xbindkeys/.footprint.i686
+++ /dev/null
@@ -1,9 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/xbindkeys
--rwxr-xr-x root/root usr/bin/xbindkeys_show
-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/xbindkeys.1.gz
--rw-r--r-- root/root usr/share/man/man1/xbindkeys_show.1.gz
diff --git a/kde/xbindkeys/.footprint.x86_64 b/kde/xbindkeys/.footprint.x86_64
deleted file mode 100644
index 97fae22fb..000000000
--- a/kde/xbindkeys/.footprint.x86_64
+++ /dev/null
@@ -1,9 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/xbindkeys
--rwxr-xr-x root/root usr/bin/xbindkeys_show
-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/xbindkeys.1.gz
--rw-r--r-- root/root usr/share/man/man1/xbindkeys_show.1.gz
diff --git a/kde/xbindkeys/.md5sum.i686 b/kde/xbindkeys/.md5sum.i686
deleted file mode 100644
index c966cd429..000000000
--- a/kde/xbindkeys/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-ad1abd56e758bc108493ad0e5b862ad3 xbindkeys-1.8.2.tar.gz
diff --git a/kde/xbindkeys/.md5sum.x86_64 b/kde/xbindkeys/.md5sum.x86_64
deleted file mode 100644
index c966cd429..000000000
--- a/kde/xbindkeys/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-ad1abd56e758bc108493ad0e5b862ad3 xbindkeys-1.8.2.tar.gz
diff --git a/kde/xbindkeys/Pkgfile b/kde/xbindkeys/Pkgfile
deleted file mode 100755
index b83c389a6..000000000
--- a/kde/xbindkeys/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: configurateur de touches (multimédia et autres)
-# URL: http://hocwp.free.fr/xbindkeys/xbindkeys.html
-# Maintainer: NuTyX packager team
-# Packager: lesibel at free dot fr
-# Depends on: xorg-libx11, guile
-# Run on: xorg-libx11,guile
-
-name=xbindkeys
-version=1.8.2
-release=1
-source=(http://hocwp.free.fr/xbindkeys/$name-$version.tar.gz)
-
-build() {
-cd $name-$version
-./configure --prefix=/usr --sysconfdir=/etc
-make
-make DESTDIR=$PKG install
-}