diff options
Diffstat (limited to 'recipes/gpe-contacts/gpe-contacts_svn.bb')
-rw-r--r-- | recipes/gpe-contacts/gpe-contacts_svn.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/gpe-contacts/gpe-contacts_svn.bb b/recipes/gpe-contacts/gpe-contacts_svn.bb new file mode 100644 index 0000000000..9a626572a5 --- /dev/null +++ b/recipes/gpe-contacts/gpe-contacts_svn.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "GPE contacts manager" +SECTION = "gpe" +LICENSE = "GPL" +DEPENDS = "libcontactsdb libgpewidget libgpepimc libdisplaymigration libgpevtype dbus" +RDEPENDS = "gpe-icons" +PV = "0.47+svnr${SRCREV}" +PR = "r2" + +inherit autotools gpe + +SRC_URI = "${GPE_SVN}" +SRC_URI += "file://handle-import-categories.patch;patch=1" + +S = "${WORKDIR}/${PN}" + + +FILES_${PN} += " ${datadir}/gpe ${datadir}/gpe-contacts" + +DEFAULT_PREFERENCE = "-1" + |