[Lunar-commits] <moonbase> libxfce4ui: new widget library for xfce
Samuel Verstraete
elangelo at lunar-linux.org
Mon Oct 5 13:50:10 CEST 2009
commit 588a5d1ca540ab1837f5ddf295bd3ff07e7ce927
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date: Tue Sep 8 10:19:57 2009 +0200
libxfce4ui: new widget library for xfce
---
xfce4/core/libxfce4ui/BUILD | 14 ++++++++++++++
xfce4/core/libxfce4ui/DEPENDS | 7 +++++++
xfce4/core/libxfce4ui/DETAILS | 14 ++++++++++++++
3 files changed, 35 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/DEPENDS b/xfce4/core/libxfce4ui/DEPENDS
new file mode 100644
index 0000000..8d7aad5
--- /dev/null
+++ b/xfce4/core/libxfce4ui/DEPENDS
@@ -0,0 +1,7 @@
+depends gtk+-2
+depends libxml2
+depends libxfce4util
+
+# not real depends, but we really want them
+depends gtk-xfce-engine
+depends xfce4-icon-theme
diff --git a/xfce4/core/libxfce4ui/DETAILS b/xfce4/core/libxfce4ui/DETAILS
new file mode 100644
index 0000000..8bb3544
--- /dev/null
+++ b/xfce4/core/libxfce4ui/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=libxfce4ui
+ VERSION="git-`date +%Y%U`"
+ SOURCE=$MODULE.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_URL=http:vn+http://git.xfce.org/xfce/$MODULE:$MODULE
+ MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
+ WEB_SITE=http://www.xfce.org
+ ENTERED=20090908
+ UPDATED=20090908
+ 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