summaryrefslogtreecommitdiffstats
path: root/xfce
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:06:31 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:06:31 +0200
commitb8139e4fba967ec5cab2b032c4920c7778f8067b (patch)
tree66fe14ff8ea7eb9b2f5ae1bbefbbd8f9beabb4c8 /xfce
parentec0757251c474a519780ba908d0dce6eadd492d4 (diff)
downloadnutyx-extra-b8139e4fba967ec5cab2b032c4920c7778f8067b.tar.gz
nutyx-extra-b8139e4fba967ec5cab2b032c4920c7778f8067b.tar.bz2
nutyx-extra-b8139e4fba967ec5cab2b032c4920c7778f8067b.tar.xz
nutyx-extra-b8139e4fba967ec5cab2b032c4920c7778f8067b.zip
Ajout de xfce4-verve-plugin#0.3.6-1
Diffstat (limited to 'xfce')
-rw-r--r--xfce/xfce4-verve-plugin/.footprint16
-rw-r--r--xfce/xfce4-verve-plugin/.md5sum1
-rwxr-xr-xxfce/xfce4-verve-plugin/Pkgfile22
3 files changed, 39 insertions, 0 deletions
diff --git a/xfce/xfce4-verve-plugin/.footprint b/xfce/xfce4-verve-plugin/.footprint
new file mode 100644
index 000000000..a1c0408b6
--- /dev/null
+++ b/xfce/xfce4-verve-plugin/.footprint
@@ -0,0 +1,16 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/verve-focus
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/xfce4/
+drwxr-xr-x root/root usr/lib/xfce4/xfce4/
+drwxr-xr-x root/root usr/lib/xfce4/xfce4/panel-plugins/
+-rwxr-xr-x root/root usr/lib/xfce4/xfce4/panel-plugins/xfce4-verve-plugin
+drwxr-xr-x root/root usr/share/
+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-verve-plugin.mo
+drwxr-xr-x root/root usr/share/xfce4/
+drwxr-xr-x root/root usr/share/xfce4/panel-plugins/
+-rw-r--r-- root/root usr/share/xfce4/panel-plugins/xfce4-verve-plugin.desktop
diff --git a/xfce/xfce4-verve-plugin/.md5sum b/xfce/xfce4-verve-plugin/.md5sum
new file mode 100644
index 000000000..e408566e9
--- /dev/null
+++ b/xfce/xfce4-verve-plugin/.md5sum
@@ -0,0 +1 @@
+1dee60c7c4e11130226cab381fcb945c xfce4-verve-plugin-0.3.6.tar.bz2
diff --git a/xfce/xfce4-verve-plugin/Pkgfile b/xfce/xfce4-verve-plugin/Pkgfile
new file mode 100755
index 000000000..c7e9b43c0
--- /dev/null
+++ b/xfce/xfce4-verve-plugin/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Mini command-line Plugin pour Xfce
+# URL: http://xfce-goodies.berlios.de/
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail.com
+# Depends on: xfce4-panel, pcre, exo, dbus
+
+name=xfce4-verve-plugin
+version=0.3.6
+release=1
+source=(http://goodies.xfce.org/releases/$name/$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
+}
+