1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

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 <edwin.zhai@intel.com>
This commit is contained in:
Zhai Edwin
2010-06-25 16:32:47 +08:00
committed by Richard Purdie
parent fd32855dda
commit 75bd3e60cc
3 changed files with 15 additions and 5 deletions
+5 -2
View File
@@ -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 "
+9 -2
View File
@@ -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"