summaryrefslogtreecommitdiff
path: root/packages/pimlico/contacts_svn.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-03-21 11:08:47 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-03-21 11:08:47 +0000
commit44965620ed77fd5079b9e57719130bb70d38341e (patch)
treeadd4b5ddf4cf6221bf0872de225ff2f949176a53 /packages/pimlico/contacts_svn.bb
parent7263517b3939ba055d443a0ecbaf5ef9a3e91c38 (diff)
contacts: added 0.4, unified recipes, fixed PV in svn version, disabled gnome-vfs (from Poky)
Diffstat (limited to 'packages/pimlico/contacts_svn.bb')
-rw-r--r--packages/pimlico/contacts_svn.bb30
1 files changed, 9 insertions, 21 deletions
diff --git a/packages/pimlico/contacts_svn.bb b/packages/pimlico/contacts_svn.bb
index bffa1832fd..7687210b52 100644
--- a/packages/pimlico/contacts_svn.bb
+++ b/packages/pimlico/contacts_svn.bb
@@ -1,29 +1,17 @@
-LICENSE = "LGPL"
-SECTION = "x11"
-DEPENDS = "glib-2.0 gtk+ libglade eds-dbus gnome-vfs"
-RDEPENDS = "gnome-vfs-plugin-file"
-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"