From: Kirtika Ruchandani Date: Wed, 15 Jul 2009 07:08:38 +0000 (+0530) Subject: Adding a bunch of apps from diablo and garage X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=aee03ef3e811b60f32564b69946efc65f8010e60;p=oespirit1 Adding a bunch of apps from diablo and garage --- diff --git a/maemopadplus_svn.bb b/maemopadplus_svn.bb new file mode 100644 index 0000000..b55320e --- /dev/null +++ b/maemopadplus_svn.bb @@ -0,0 +1,19 @@ +# Copyright (C) 2009 Kirtika Ruchandani +# 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" +