[Xfce4-commits] [panel-plugins/xfce4-verve-plugin] 01/01: Update README

noreply at xfce.org noreply at xfce.org
Mon Feb 23 03:13:13 CET 2015


This is an automated email from the git hooks/post-receive script.

isaacschemm pushed a commit to branch master
in repository panel-plugins/xfce4-verve-plugin.

commit 2ae6f0ccfd6e6b697e028688321eaac55f102fc0
Author: Isaac Schemm <isaacschemm at gmail.com>
Date:   Sun Feb 22 20:12:57 2015 +0000

    Update README
---
 README |   29 ++++++++++++++++++++++-------
 1 file changed, 22 insertions(+), 7 deletions(-)

diff --git a/README b/README
index 51078cc..afec4e6 100644
--- a/README
+++ b/README
@@ -1,9 +1,24 @@
 Required packages:
-  * exo >= 0.3.1.3
-  * xfce4-panel >= 4.3.28
-  * libxfce4util >= 4.3.0
-  * GLib >= 2.6.4
-  * pcre
+  * GTK 2
+  * GLib
+  * Xfce:
+    * libexo
+    * libxfce4ui
+    * libxfce4util
+    * xfce4-panel
+  * libpcre
 
-Optionally required packages:
-  * D-BUS >= 0.34
+Optional packages:
+  * dbus (for the verve-focus command)
+  * wordexp (for tilde and variable expansion in directory paths)
+
+Build tools required:
+  * xfce4-dev-tools
+  * autoconf
+  * automake
+
+Compile by running:
+  ./autogen.sh --prefix=/usr
+(Xfce4 panel plugins may not work when installed in /usr/local.)
+If the output says "required file ./ltmain.sh not found", run libtoolize and then run the same autogen.sh command again.
+After that, use "make" to compile and "make install" to install.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list