[Lunar-commits] <moonbase> libxfce4ui: replacement for libxfcegui4
Samuel Verstraete
samuel.verstraete at gmail.com
Tue Jan 18 21:31:45 CET 2011
commit e0ec8eed0af096449e74df213a2dc78d8ad15d52
Author: Samuel Verstraete <samuel.verstraete at gmail.com>
Date: Tue Jan 18 21:31:45 2011 +0100
libxfce4ui: replacement for libxfcegui4
---
xfce4/core/libxfce4ui/BUILD | 11 +++++++++++
xfce4/core/libxfce4ui/DEPENDS | 11 +++++++++++
xfce4/core/libxfce4ui/DETAILS | 15 +++++++++++++++
3 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/xfce4/core/libxfce4ui/BUILD b/xfce4/core/libxfce4ui/BUILD
new file mode 100644
index 0000000..244d9e0
--- /dev/null
+++ b/xfce4/core/libxfce4ui/BUILD
@@ -0,0 +1,11 @@
+(
+ [ -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}" &&
+
+ OPTS+=" --enable-xinerama" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/xfce4/core/libxfce4ui/DEPENDS b/xfce4/core/libxfce4ui/DEPENDS
new file mode 100644
index 0000000..e8f1e12
--- /dev/null
+++ b/xfce4/core/libxfce4ui/DEPENDS
@@ -0,0 +1,11 @@
+depends gtk+-2
+depends libxml2
+depends libxfce4util
+depends xfconf
+
+optional_depends libglade "" "" "Glade Interface Designer"
+optional_depends startup-notification "" "" "Startup notification"
+
+# 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..578ae18
--- /dev/null
+++ b/xfce4/core/libxfce4ui/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=libxfce4ui
+ VERSION=4.8.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://archive.xfce.org/xfce/4.8/src/
+ SOURCE_VFY=sha1:107f9d8e3e583f3cf5330074e89ea72eb2a82888
+ MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
+ WEB_SITE=http://www.xfce.org
+ ENTERED=20030715
+ UPDATED=20110118
+ SHORT="Widget library for Xfce4"
+
+cat << EOF
+libxfce4ui -- Library that provides extra widgets and graphical user
+interface functions to the Xfce4 desktop environment.
+EOF
More information about the Lunar-commits
mailing list