summaryrefslogtreecommitdiffstats
path: root/xfce
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:00:45 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:00:45 +0200
commit3c73cd0f7837a4ad9fbe1ffae0793ec911322835 (patch)
tree12c2e580569040cbfaf9b67d3e0f8d548deaee03 /xfce
parent6b9faaa97b35e29b0fac0c43a9fafaf0c3de3ef9 (diff)
downloadnutyx-extra-3c73cd0f7837a4ad9fbe1ffae0793ec911322835.tar.gz
nutyx-extra-3c73cd0f7837a4ad9fbe1ffae0793ec911322835.tar.bz2
nutyx-extra-3c73cd0f7837a4ad9fbe1ffae0793ec911322835.tar.xz
nutyx-extra-3c73cd0f7837a4ad9fbe1ffae0793ec911322835.zip
Ajout de xfce4-appfinder#4.6.1-1
Diffstat (limited to 'xfce')
-rw-r--r--xfce/xfce4-appfinder/.footprint15
-rw-r--r--xfce/xfce4-appfinder/.md5sum1
-rwxr-xr-xxfce/xfce4-appfinder/Pkgfile22
3 files changed, 38 insertions, 0 deletions
diff --git a/xfce/xfce4-appfinder/.footprint b/xfce/xfce4-appfinder/.footprint
new file mode 100644
index 000000000..cb281afc8
--- /dev/null
+++ b/xfce/xfce4-appfinder/.footprint
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xfce4-appfinder
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/xfce4-appfinder.desktop
+drwxr-xr-x root/root usr/share/icons/
+drwxr-xr-x root/root usr/share/icons/hicolor/
+drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
+drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce4-appfinder.png
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/xfce4-appfinder.mo
diff --git a/xfce/xfce4-appfinder/.md5sum b/xfce/xfce4-appfinder/.md5sum
new file mode 100644
index 000000000..b689d69b7
--- /dev/null
+++ b/xfce/xfce4-appfinder/.md5sum
@@ -0,0 +1 @@
+a1bc7d88100cfd92714a300be531589b xfce4-appfinder-4.6.1.tar.bz2
diff --git a/xfce/xfce4-appfinder/Pkgfile b/xfce/xfce4-appfinder/Pkgfile
new file mode 100755
index 000000000..c66626418
--- /dev/null
+++ b/xfce/xfce4-appfinder/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Cherche les logiciels installes sur le systeme Xfce
+# URL: http://http://www.xfce.org/projects/xfce4-appfinder/
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: gtk, libxfce4util, libxfce4menu, thunar-volman
+
+name=xfce4-appfinder
+version=4.6.1
+release=1
+source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}
+