From aee03ef3e811b60f32564b69946efc65f8010e60 Mon Sep 17 00:00:00 2001 From: Kirtika Ruchandani Date: Wed, 15 Jul 2009 12:38:38 +0530 Subject: [PATCH] Adding a bunch of apps from diablo and garage --- maemopadplus_svn.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 maemopadplus_svn.bb 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" + -- 1.7.9.5