diff options
Diffstat (limited to 'recipes/pimlico/contacts_svn.bb')
-rw-r--r-- | recipes/pimlico/contacts_svn.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/pimlico/contacts_svn.bb b/recipes/pimlico/contacts_svn.bb new file mode 100644 index 0000000000..0257046e88 --- /dev/null +++ b/recipes/pimlico/contacts_svn.bb @@ -0,0 +1,19 @@ +require contacts.inc + +#DEPENDS += "gnome-vfs" +#RDEPENDS += "gnome-vfs-plugin-file" +#RRECOMMENDS += "gnome-vfs-plugin-http" + +PV = "0.8+svnr${SRCREV}" + +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ + file://stock_contact.png \ + file://stock_person.png \ + file://contacts-owl-window-menu.patch;patch=1 \ + " + +S = "${WORKDIR}/trunk" + +#EXTRA_OECONF = "--enable-gnome-vfs" |