From: Marcin Juszkiewicz Date: Wed, 21 Mar 2007 11:07:18 +0000 (+0000) Subject: contacts: added 0.4, unified recipes, fixed PV in svn version, disabled gnome-vfs X-Git-Tag: rev_ivi_2015_02_04~32501 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25a94941b1483c6ccd954c6e4c0fa34ef87e42fd;p=scm%2Fbb%2Ftizen-distro.git contacts: added 0.4, unified recipes, fixed PV in svn version, disabled gnome-vfs git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1379 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/pimlico/contacts.inc b/meta/packages/pimlico/contacts.inc new file mode 100644 index 0000000..5fa493f --- /dev/null +++ b/meta/packages/pimlico/contacts.inc @@ -0,0 +1,16 @@ +DESCRIPTION = "Address-book application." +LICENSE = "LGPL" +SECTION = "x11" +DEPENDS = "glib-2.0 gtk+ eds-dbus" +RDEPENDS = "libedata-book" + +inherit autotools pkgconfig + +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" diff --git a/meta/packages/pimlico/contacts_0.4.bb b/meta/packages/pimlico/contacts_0.4.bb new file mode 100644 index 0000000..28e4cc2 --- /dev/null +++ b/meta/packages/pimlico/contacts_0.4.bb @@ -0,0 +1,5 @@ +require contacts.inc + +SRC_URI = "http://projects.o-hand.com/sources/${PN}/${PN}-${PV}.tar.gz \ + file://stock_contact.png \ + file://stock_person.png" diff --git a/meta/packages/pimlico/contacts_svn.bb b/meta/packages/pimlico/contacts_svn.bb index 1674b80..7687210 100644 --- a/meta/packages/pimlico/contacts_svn.bb +++ b/meta/packages/pimlico/contacts_svn.bb @@ -1,29 +1,17 @@ -LICENSE = "LGPL" -SECTION = "x11" -DEPENDS = "glib-2.0 gtk+ gnome-vfs eds-dbus" -RDEPENDS = "gnome-vfs-plugin-file libedata-book" -RRECOMMENDS = "gnome-vfs-plugin-http" -DESCRIPTION = "Contacts is an address-book application." -PR = "r5" +require contacts.inc -PV = "0.1+svn${SRCDATE}" +#DEPENDS += "gnome-vfs" +#RDEPENDS += "gnome-vfs-plugin-file" +#RRECOMMENDS += "gnome-vfs-plugin-http" + +PV = "0.4+svn${SRCDATE}" + +DEFAULT_PREFERENCE = "-1" SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ file://stock_contact.png \ file://stock_person.png" -inherit autotools pkgconfig - S = "${WORKDIR}/trunk" -EXTRA_OECONF = "--enable-gnome-vfs" - -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" - +#EXTRA_OECONF = "--enable-gnome-vfs"