summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSukneet Basuta2010-03-03 21:20:21 -0500
committerSukneet Basuta2010-03-03 21:20:21 -0500
commitaf8600436c33eb926cc658765e82c78a23b9fba3 (patch)
tree90624eaf43d5b873d252f50579654e396dabd816
parent97bd0896d5e80f72f12dd34fbf126b7482d9e19f (diff)
added spell libxfce4ui, needed for latest thunar version
-rwxr-xr-xxfce/libxfce4ui/DEPENDS24
-rwxr-xr-xxfce/libxfce4ui/DETAILS14
-rw-r--r--xfce/libxfce4ui/HISTORY3
3 files changed, 41 insertions, 0 deletions
diff --git a/xfce/libxfce4ui/DEPENDS b/xfce/libxfce4ui/DEPENDS
new file mode 100755
index 0000000000..be3ede9907
--- /dev/null
+++ b/xfce/libxfce4ui/DEPENDS
@@ -0,0 +1,24 @@
+depends glib2 &&
+depends gtk+2 &&
+depends libxfce4util &&
+depends xfconf &&
+optional_depends glade \
+ "--enable-gladeui" \
+ "--disable-gladeui" \
+ "For support for Glade 3's GtkBuilder implementation" &&
+optional_depends startup-notification \
+ "--enable-startup-notification" \
+ "--disable-startup-notification" \
+ "To support the new freedesktop.org startup notification protocol" &&
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "To build documentation" &&
+optional_depends gtk-doc \
+ "--enable-gtk-doc-html" \
+ "--disable-gtk-doc-html" \
+ "To build documentation in html format" &&
+optional_depends gtk-doc \
+ "--enable-gtk-doc-pdf" \
+ "--disable-gtk-doc-pdf" \
+ "To build documentation in pdf format"
diff --git a/xfce/libxfce4ui/DETAILS b/xfce/libxfce4ui/DETAILS
new file mode 100755
index 0000000000..34c490f48a
--- /dev/null
+++ b/xfce/libxfce4ui/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=libxfce4ui
+ VERSION=4.7.1
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://www.xfce.org/archive/src/xfce/${SPELL}/${VERSION%.*}/${SOURCE}
+ SOURCE_HASH=sha512:0c3e56e34b90a8a144ce704b25a6fd5d33a56a1b433c613c754bb4dce846126d86bc08e0653d257b0b9fa2b0c016bd59786fd8d65533a8c716cccdcf80b6cf2b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.xfce.org/"
+ LICENSE[0]="LGPL-2"
+ ENTERED=20100303
+ KEYWORDS=""
+ SHORT="Unified widgets library for Xfce4"
+cat << EOF
+Replacement for libxfcegui4.
+EOF
diff --git a/xfce/libxfce4ui/HISTORY b/xfce/libxfce4ui/HISTORY
new file mode 100644
index 0000000000..b756b2dc21
--- /dev/null
+++ b/xfce/libxfce4ui/HISTORY
@@ -0,0 +1,3 @@
+2010-03-03 Sukneet Basuta <sukneet@sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+