aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/pimlico/contacts.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/pimlico/contacts.inc')
-rw-r--r--meta/recipes-sato/pimlico/contacts.inc34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta/recipes-sato/pimlico/contacts.inc b/meta/recipes-sato/pimlico/contacts.inc
deleted file mode 100644
index 9798985a45..0000000000
--- a/meta/recipes-sato/pimlico/contacts.inc
+++ /dev/null
@@ -1,34 +0,0 @@
-DESCRIPTION = "Address-book application."
-HOMEPAGE = "http://pimlico-project.org/contacts.html"
-BUGTRACKER = "https://bugzilla.gnome.org/"
-
-LICENSE = "GPLv2 & GPLv2+ & GPLv3+ "
-SECTION = "x11"
-DEPENDS = "glib-2.0 gtk+ evolution-data-server"
-DEPENDS_append_poky = " libowl"
-RDEPENDS_${PN} = "libedata-book"
-
-inherit autotools pkgconfig
-
-OWL = "--disable-owl"
-OWL_poky = "--enable-owl"
-
-EXTRA_OECONF += "--disable-gnome-vfs ${OWL}"
-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 \
- ${datadir}/icons/hicolor"
-
-SRC_URI = "file://stock_contact.png \
- file://stock_person.png \
- file://contacts-conditionally-install-schema.patch \
- "
-
-SRC_URI_append_poky = " file://contacts-owl-window-menu.patch;apply=yes "