[Lunar-commits] <moonbase> libxfce4ui: move it from zdeprecated to xfce4/core dir.
Florin Braescu
florin at lunar-linux.org
Mon Aug 29 10:23:35 CEST 2011
commit ff37601ba6c62355a6b6defed2246fb113e10d7b
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Aug 29 12:23:35 2011 +0400
libxfce4ui: move it from zdeprecated to xfce4/core dir.
---
xfce4/core/libxfce4ui/BUILD | 9 +++++++++
xfce4/core/libxfce4ui/DEPENDS | 11 +++++++++++
xfce4/core/libxfce4ui/DETAILS | 15 +++++++++++++++
zdeprecated/libxfce4ui/BUILD | 9 ---------
zdeprecated/libxfce4ui/DEPENDS | 11 -----------
zdeprecated/libxfce4ui/DETAILS | 15 ---------------
6 files changed, 35 insertions(+), 35 deletions(-)
diff --git a/xfce4/core/libxfce4ui/BUILD b/xfce4/core/libxfce4ui/BUILD
new file mode 100644
index 0000000..1776fd6
--- /dev/null
+++ b/xfce4/core/libxfce4ui/BUILD
@@ -0,0 +1,9 @@
+(
+ [ -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}" &&
+
+ 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
diff --git a/zdeprecated/libxfce4ui/BUILD b/zdeprecated/libxfce4ui/BUILD
deleted file mode 100644
index 1776fd6..0000000
--- a/zdeprecated/libxfce4ui/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-(
- [ -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}" &&
-
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/zdeprecated/libxfce4ui/DEPENDS b/zdeprecated/libxfce4ui/DEPENDS
deleted file mode 100644
index e8f1e12..0000000
--- a/zdeprecated/libxfce4ui/DEPENDS
+++ /dev/null
@@ -1,11 +0,0 @@
-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/zdeprecated/libxfce4ui/DETAILS b/zdeprecated/libxfce4ui/DETAILS
deleted file mode 100644
index 578ae18..0000000
--- a/zdeprecated/libxfce4ui/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- 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