Adding a bunch of apps from diablo and garage
authorKirtika Ruchandani <kirtibr@gmail.com>
Wed, 15 Jul 2009 07:08:38 +0000 (12:38 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Wed, 15 Jul 2009 07:08:38 +0000 (12:38 +0530)
maemopadplus_svn.bb [new file with mode: 0644]

diff --git a/maemopadplus_svn.bb b/maemopadplus_svn.bb
new file mode 100644 (file)
index 0000000..b55320e
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright (C) 2009 Kirtika Ruchandani <kirtibr@gmail.com>
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "Tree-based note/sketch/checklist application"
+HOMEPAGE = "https://garage.maemo.org/projects/maemopadplus/"
+LICENSE = "GNU Lesser General Public License-version 2.1"
+SECTION = "misc"
+DEPENDS = "libhildon libhildonfm gtk+ osso-gnome-vfs2 glib-2.0 dbus-glib libosso sqlite3 wpeditor tablet-browser-interface"
+PR="r95"
+SRC_URI = " svn://garage.maemo.org/svn/maemopadplus;module=trunk;rev=95;proto=https"
+
+S="${WORKDIR}/trunk/unified" 
+
+
+inherit autotools pkgconfig gtk-icon-cache 
+
+FILES_${PN} += "${datadir}/icons/hicolor/ \
+                ${datadir}/dbus-1" 
+