[oe-commits] Koen Kooi : gtksourceview2: update to 2.10.5

git version control git at git.openembedded.org
Wed Sep 21 14:22:36 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 16de24692bc7ebe19b3d1dafabd84d7278466be5
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=16de24692bc7ebe19b3d1dafabd84d7278466be5

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Wed Sep 21 15:58:01 2011 +0200

gtksourceview2: update to 2.10.5

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../{files => gtksourceview2}/acinclude.m4         |    0
 .../{files => gtksourceview2}/gtk-doc.m4           |    0
 .../{files => gtksourceview2}/gtk-doc.make         |    0
 ...rceview2_2.10.0.bb => gtksourceview2_2.10.5.bb} |   15 +++++++--------
 4 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gtksourceview/files/acinclude.m4 b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2/acinclude.m4
similarity index 100%
rename from meta-gnome/recipes-gnome/gtksourceview/files/acinclude.m4
rename to meta-gnome/recipes-gnome/gtksourceview/gtksourceview2/acinclude.m4
diff --git a/meta-gnome/recipes-gnome/gtksourceview/files/gtk-doc.m4 b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2/gtk-doc.m4
similarity index 100%
rename from meta-gnome/recipes-gnome/gtksourceview/files/gtk-doc.m4
rename to meta-gnome/recipes-gnome/gtksourceview/gtksourceview2/gtk-doc.m4
diff --git a/meta-gnome/recipes-gnome/gtksourceview/files/gtk-doc.make b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2/gtk-doc.make
similarity index 100%
rename from meta-gnome/recipes-gnome/gtksourceview/files/gtk-doc.make
rename to meta-gnome/recipes-gnome/gtksourceview/gtksourceview2/gtk-doc.make
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb
similarity index 68%
rename from meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.0.bb
rename to meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb
index 3b2226f..7b4253a 100644
--- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.0.bb
+++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb
@@ -1,24 +1,23 @@
 DESCRIPTION = "Portable C library for multiline text editing"
 HOMEPAGE = "http://projects.gnome.org/gtksourceview/"
-LICENSE = "GPLv2"
-DEPENDS = "gtk+ libgnomeprint virtual/gettext"
 
+LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
+DEPENDS = "gtk+"
+
 PNAME = "gtksourceview"
 
 S = "${WORKDIR}/${PNAME}-${PV}"
 
-inherit gnome lib_package
+inherit gnome lib_package gettext
 
 # overrule SRC_URI from gnome.conf
-SRC_URI = "${GNOME_MIRROR}/${PNAME}/${@gnome_verdir("${PV}")}/${PNAME}-${PV}.tar.bz2;name=archive"
-SRC_URI[archive.md5sum] = "04279db5d4fda41a35bf3d9aafa3a6c1"
-SRC_URI[archive.sha256sum] = "a72484ff661d3515130911b59f78a88afc1344421431e05e99e9dab791be948f"
-
-SRC_URI += " \
+SRC_URI = "${GNOME_MIRROR}/${PNAME}/${@gnome_verdir("${PV}")}/${PNAME}-${PV}.tar.bz2;name=archive \
            file://gtk-doc.make \
 "
+SRC_URI[archive.md5sum] = "1219ad1694df136f126507466aeb41aa"
+SRC_URI[archive.sha256sum] = "c585773743b1df8a04b1be7f7d90eecdf22681490d6810be54c81a7ae152191e"
 
 do_configure_prepend() {
     cp ${WORKDIR}/gtk-doc.make ${S}/





More information about the Openembedded-commits mailing list