From 75bd3e60ccb5e4c64b4c0d0e43b69b3de0475444 Mon Sep 17 00:00:00 2001 From: Zhai Edwin Date: Fri, 25 Jun 2010 16:32:47 +0800 Subject: contacts: Update to 0.12 from git Also fix the meta data, and add GPLv3 license for src/contacts-dbus.c Signed-off-by: Zhai Edwin --- meta/packages/pimlico/contacts.inc | 7 +++++-- meta/packages/pimlico/contacts_git.bb | 11 +++++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) (limited to 'meta/packages/pimlico') 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" -- cgit v1.2.3