mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
contacts: drop 0.3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1492 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,25 +0,0 @@
|
|||||||
LICENSE = "LGPL"
|
|
||||||
SECTION = "x11"
|
|
||||||
DEPENDS = "glib-2.0 gtk+ eds-dbus"
|
|
||||||
RDEPENDS = "libedata-book"
|
|
||||||
DESCRIPTION = "Contacts is an address-book application."
|
|
||||||
|
|
||||||
PR = "r1"
|
|
||||||
|
|
||||||
SRC_URI = "http://projects.o-hand.com/sources/${PN}/${PN}-${PV}.tar.gz \
|
|
||||||
file://stock_contact.png \
|
|
||||||
file://stock_person.png"
|
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
|
||||||
|
|
||||||
S = "${WORKDIR}/${PN}-${PV}"
|
|
||||||
|
|
||||||
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"
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user