diff options
Diffstat (limited to 'recipes/gpephone/calendar2_svn.bb')
-rw-r--r-- | recipes/gpephone/calendar2_svn.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/gpephone/calendar2_svn.bb b/recipes/gpephone/calendar2_svn.bb new file mode 100644 index 0000000000..c066fc77c0 --- /dev/null +++ b/recipes/gpephone/calendar2_svn.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Calendar application for GPE Phone Edition" +LICENSE = "LiPS" +SECTION = "gpe" +PRIORITY = "optional" +PV = "0.0+svnr-${SRCREV}" +PR = "r1" + +DEPENDS = "gtk+ libgpewidget libgpephone libgemwidget dbus-glib libcalenabler2 libiac" + +inherit gpephone autotools + +SRC_URI = "${GPEPHONE_SVN} \ + file://disable-broken-tests.patch;patch=1" + +S = ${WORKDIR}/${PN} + +FILES_${PN} += "${datadir}/database ${datadir}/res" |