diff options
Diffstat (limited to 'xfce')
-rw-r--r-- | xfce/xfce4-verve-plugin/.footprint | 16 | ||||
-rw-r--r-- | xfce/xfce4-verve-plugin/.md5sum | 1 | ||||
-rwxr-xr-x | xfce/xfce4-verve-plugin/Pkgfile | 22 |
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 +} + |