summaryrefslogtreecommitdiffstats
path: root/meta/packages/pimlico/contacts.inc
blob: 240540f6af974d9c8dbe07d8882d0ba338209459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "Address-book application."
LICENSE = "LGPL"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ eds-dbus libowl"
RDEPENDS = "libedata-book"

inherit autotools_stage pkgconfig

EXTRA_OECONF += "--disable-gnome-vfs"
EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1"

do_install_append () {
	install -d ${D}/${datadir}/pixmaps
	install -m 0644 ${WORKDIR}/stock_contact.png ${D}/${datadir}/pixmaps
	install -m 0644 ${WORKDIR}/stock_person.png ${D}/${datadir}/pixmaps
}

FILES_${PN} += "${datadir}/pixmaps/stock_contact.png \
		${datadir}/pixmaps/stock_person.png"

SRC_URI = "file://stock_contact.png \
           file://stock_person.png"

SRC_URI_append_poky = " file://contacts-owl-window-menu.patch;patch=1 "