summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-11 18:24:44 +0100
committersibel <lesibel@free.fr>2011-03-11 18:24:44 +0100
commiteeaacc38c604d806de49c4f8390d3f7bbb11e5f7 (patch)
treed0a0a4296e0f8f5e42a20f8eb1834da6581ccd67 /kde
parent64a31042f2ee5de53452cf573dcf1bc664e0c3d1 (diff)
parent8a55b750f89c7c139b5fc75d888841a4991cde7c (diff)
downloadnutyx-extra-eeaacc38c604d806de49c4f8390d3f7bbb11e5f7.tar.gz
nutyx-extra-eeaacc38c604d806de49c4f8390d3f7bbb11e5f7.tar.bz2
nutyx-extra-eeaacc38c604d806de49c4f8390d3f7bbb11e5f7.tar.xz
nutyx-extra-eeaacc38c604d806de49c4f8390d3f7bbb11e5f7.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'kde')
-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
-}