summaryrefslogtreecommitdiff
path: root/xfce4-verve-plugin
diff options
context:
space:
mode:
authorJose V Beneyto <joberui@ei.upv.es>2007-07-24 13:38:04 +0200
committerJose V Beneyto <joberui@ei.upv.es>2007-07-24 13:38:04 +0200
commit68a6a34449b6efbcee37a49ecf503e639f025292 (patch)
treebb6a205b5c481d870891f31010221360ec291444 /xfce4-verve-plugin
parent08a8951abfaed957f0fb6addae5ccf5174317f23 (diff)
downloadxfce-68a6a34449b6efbcee37a49ecf503e639f025292.tar.gz
xfce-68a6a34449b6efbcee37a49ecf503e639f025292.tar.xz
xfce4-verve-plugin: Initial commit on this repo. Moved from 'sepen' repository.
Diffstat (limited to 'xfce4-verve-plugin')
-rw-r--r--xfce4-verve-plugin/.footprint11
-rw-r--r--xfce4-verve-plugin/.md5sum1
-rw-r--r--xfce4-verve-plugin/Pkgfile22
3 files changed, 34 insertions, 0 deletions
diff --git a/xfce4-verve-plugin/.footprint b/xfce4-verve-plugin/.footprint
new file mode 100644
index 0000000..d1b2868
--- /dev/null
+++ b/xfce4-verve-plugin/.footprint
@@ -0,0 +1,11 @@
+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/panel-plugins/
+-rwxr-xr-x root/root usr/lib/xfce4/panel-plugins/xfce4-verve-plugin
+drwxr-xr-x root/root usr/share/
+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/verve.desktop
diff --git a/xfce4-verve-plugin/.md5sum b/xfce4-verve-plugin/.md5sum
new file mode 100644
index 0000000..bb2934e
--- /dev/null
+++ b/xfce4-verve-plugin/.md5sum
@@ -0,0 +1 @@
+85701b960da6bb10762b460c23b84c15 verve-plugin-0.3.5.tar.bz2
diff --git a/xfce4-verve-plugin/Pkgfile b/xfce4-verve-plugin/Pkgfile
new file mode 100644
index 0000000..0f66acf
--- /dev/null
+++ b/xfce4-verve-plugin/Pkgfile
@@ -0,0 +1,22 @@
+# Description: The Verve panel plugin is a comfortable command line plugin for the Xfce panel.
+# URL: http://goodies.xfce.org/projects/panel-plugins/verve-plugin
+# Maintainer: Jose V Beneyto, joberui at ei dot upv dot es
+# Packager: Jose V Beneyto, joberui at ei dot upv dot es
+# Depends on: xfce4-panel
+# Group: xfce4
+
+name=xfce4-verve-plugin
+version=0.3.5
+release=1
+source=(http://goodies.xfce.org/releases/verve-plugin/verve-plugin-${version}.tar.bz2)
+
+build() {
+ cd verve-plugin-${version}
+ autoconf
+ ./configure --prefix=/usr \
+ --libexecdir=/usr/lib \
+ --disable-debug
+ make
+ make DESTDIR=${PKG} install
+ rm -rf ${PKG}/usr/share/locale
+}

Generated by cgit