summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2010-04-26 08:54:54 +0200
committerTreeve Jelbert2010-04-30 12:09:04 +0200
commitddf48fa5d19334d419bc7c86c5ce1d563dc94fe4 (patch)
tree00991c46a4a3d1aa00df2880b8f15616e7b99e73
parent64a0f5d043e7569f8d1e9bf3ee8c7d3624053a94 (diff)
libdbusmenu-qt - new spell
(cherry picked from commit 8a92484680dce4ecdec5a3a63e0522cf15800cd6)
-rwxr-xr-xkde4-support/libdbusmenu-qt/DEPENDS3
-rwxr-xr-xkde4-support/libdbusmenu-qt/DETAILS16
-rwxr-xr-xkde4-support/libdbusmenu-qt/DOWNLOAD2
-rw-r--r--kde4-support/libdbusmenu-qt/HISTORY3
4 files changed, 24 insertions, 0 deletions
diff --git a/kde4-support/libdbusmenu-qt/DEPENDS b/kde4-support/libdbusmenu-qt/DEPENDS
new file mode 100755
index 0000000000..91f740fefb
--- /dev/null
+++ b/kde4-support/libdbusmenu-qt/DEPENDS
@@ -0,0 +1,3 @@
+depends cmake &&
+depends g++ &&
+depends -sub DBUS qt4
diff --git a/kde4-support/libdbusmenu-qt/DETAILS b/kde4-support/libdbusmenu-qt/DETAILS
new file mode 100755
index 0000000000..6b26d3fb47
--- /dev/null
+++ b/kde4-support/libdbusmenu-qt/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=libdbusmenu-qt
+ SPELLX=dbusmenu-qt
+ VERSION=master
+# VERSION=0.3.2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+#SOURCE_URL=http://people.canonical.com/~agateau/dbusmenu/libdbusmenu-qt-0.3.2.tar.bz2
+ WEB_SITE=http://people.canonical.com/~agateau/dbusmenu
+#SOURCE_URL=$WEB_SITE/$SOURCE
+ LICENSE[0]=MIT
+ ENTERED=2010-04-26
+ KEYWORDS="dbus qt4"
+ SHORT="qt support for DBusMenu protocol"
+cat << EOF
+dbusmenu-qt is a standalone library providing a way to import and export QMenu instances using the
+DBusMenu protocol.
+EOF
diff --git a/kde4-support/libdbusmenu-qt/DOWNLOAD b/kde4-support/libdbusmenu-qt/DOWNLOAD
new file mode 100755
index 0000000000..7eead1ee75
--- /dev/null
+++ b/kde4-support/libdbusmenu-qt/DOWNLOAD
@@ -0,0 +1,2 @@
+true
+
diff --git a/kde4-support/libdbusmenu-qt/HISTORY b/kde4-support/libdbusmenu-qt/HISTORY
new file mode 100644
index 0000000000..d8249f9282
--- /dev/null
+++ b/kde4-support/libdbusmenu-qt/HISTORY
@@ -0,0 +1,3 @@
+2010-04-26 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version master (git)
+ spell created