summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/distro/include/poky-default-revisions.inc2
-rw-r--r--meta/packages/pimlico/contacts.inc7
-rw-r--r--meta/packages/pimlico/contacts_git.bb11
3 files changed, 15 insertions, 5 deletions
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index e86fd81f4..54f55fc9a 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -26,7 +26,7 @@ SRCREV_pn-clutter-gtk-1.0 ??= "e8d828ba1d87937baa571e68fdff22f3e2d79ca8"
SRCREV_pn-clutter-mozembed ??= "738d017beb5579b2ff6e4d992d4889b61c974751"
SRCREV_pn-connman ??= "36e877dece72577a3ae6197eafd505d0e6e0c1d2"
SRCREV_pn-connman-gnome ??= "b589f4f89bff20d54682cc6b49efa86feac8adb4"
-SRCREV_pn-contacts ??= "c8e6b16222d5bc9d8f60ae6594af4933613a4e25"
+SRCREV_pn-contacts ??= "19853893fdb595de6aa59db0d9dc2f9451ed2933"
SRCREV_pn-dates ??= "f8a6271eb45c4ec912466923c045fc960a4d894a"
SRCREV_pn-dbus-wait ??= "402"
SRCREV_pn-dri2proto ??= "66c56ab10d917e3f47f93178d7eac6430970d3c4"
diff --git a/meta/packages/pimlico/contacts.inc b/meta/packages/pimlico/contacts.inc
index 1e960f241..a424295ac 100644
--- a/meta/packages/pimlico/contacts.inc
+++ b/meta/packages/pimlico/contacts.inc
@@ -1,5 +1,8 @@
DESCRIPTION = "Address-book application."
-LICENSE = "LGPL"
+HOMEPAGE = "http://pimlico-project.org/contacts.html"
+BUGTRACKER = "https://bugzilla.gnome.org/"
+
+LICENSE = "GPLv2 & GPLv2+ & GPLv3+ "
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ eds-dbus"
DEPENDS_append_poky = " libowl"
@@ -25,4 +28,4 @@ FILES_${PN} += "${datadir}/pixmaps/stock_contact.png \
SRC_URI = "file://stock_contact.png \
file://stock_person.png"
-SRC_URI_append_poky = " file://contacts-owl-window-menu.patch;patch=1 "
+SRC_URI_append_poky = " file://contacts-owl-window-menu.patch;apply=yes "
diff --git a/meta/packages/pimlico/contacts_git.bb b/meta/packages/pimlico/contacts_git.bb
index 0e8aa3872..bff4e288d 100644
--- a/meta/packages/pimlico/contacts_git.bb
+++ b/meta/packages/pimlico/contacts_git.bb
@@ -1,7 +1,14 @@
require contacts.inc
-PV = "0.9+git${SRCPV}"
-PR = "r1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://src/contacts-main.h;endline=20;md5=9dc3531c914fb6d6d4a8d1aee4519fef \
+ file://src/contacts-dbus.c;endline=20;md5=95e02d77f155fbd07a14dba3348b9b03 \
+ file://src/contacts-gtk.c;endline=23;md5=e1ee9b9e72045f2d3aa44cf17313b46e"
+
+PV = "0.12+git${SRCPV}"
+PR = "r0"
+
+S = "${WORKDIR}/git"
SRC_URI =+ "git://git.gnome.org/${PN};protocol=git"