[Lunar-commits] <moonbase> libxfce4ui: graphic lib for xfce

Samuel Verstraete elangelo at xfce.org
Wed Dec 2 20:05:35 CET 2009


commit 2714ea31438e2802b18743e2dfd36caa3e0f6c22
Author: Samuel Verstraete <elangelo at foo-projects.org>
Date:   Fri Jul 31 08:31:02 2009 +0200

    libxfce4ui: graphic lib for xfce
---
 xfce4/core/libxfce4ui/BUILD   |   14 ++++++++++++++
 xfce4/core/libxfce4ui/DETAILS |   15 +++++++++++++++
 2 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/xfce4/core/libxfce4ui/BUILD b/xfce4/core/libxfce4ui/BUILD
new file mode 100644
index 0000000..5ca1695
--- /dev/null
+++ b/xfce4/core/libxfce4ui/BUILD
@@ -0,0 +1,14 @@
+(
+   [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc
+
+   # make sure proper PKG_CONFIG_PATH is set
+   export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
+
+   ./autogen.sh --build=$BUILD                                        \
+                --prefix=${MODULE_PREFIX}        \
+                --enable-xinerama                                \
+                $OPTS                                           &&
+
+   default_make
+
+) > $C_FIFO 2>&1
diff --git a/xfce4/core/libxfce4ui/DETAILS b/xfce4/core/libxfce4ui/DETAILS
new file mode 100644
index 0000000..777973f
--- /dev/null
+++ b/xfce4/core/libxfce4ui/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=libxfce4ui
+         VERSION="svn-`date +%Y%U`"
+          SOURCE=$MODULE.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+      SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE
+   MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
+        WEB_SITE=http://www.xfce.org
+         ENTERED=20030715
+         UPDATED=20071207
+           SHORT="Widget library for Xfce4"
+
+cat << EOF
+libxfcegui4 -- Library that provides extra widgets and graphical user
+interface functions to the Xfce4 desktop environment.
+EOF


More information about the Lunar-commits mailing list