aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pimlico/contacts_svn.bb
blob: bf34650606a73e6e655e28749f4101ba7b4dbf83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
require contacts.inc

#DEPENDS += "gnome-vfs"
#RDEPENDS_${PN} += "gnome-vfs-plugin-file"
#RRECOMMENDS_${PN} += "gnome-vfs-plugin-http"

PV = "0.8+svnr${SRCPV}"

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 \
	  "

S = "${WORKDIR}/trunk"

#EXTRA_OECONF = "--enable-gnome-vfs"