[oe-commits] Koen Kooi : gedit: update to 2.30.4

git version control git at git.openembedded.org
Thu Sep 22 07:13:44 UTC 2011


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

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Wed Sep 21 17:10:18 2011 +0200

gedit: update to 2.30.4

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

---

 meta-gnome/recipes-gnome/gedit/gedit_2.30.0.bb |   21 ---------------------
 meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb |   23 +++++++++++++++++++++++
 2 files changed, 23 insertions(+), 21 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gedit/gedit_2.30.0.bb b/meta-gnome/recipes-gnome/gedit/gedit_2.30.0.bb
deleted file mode 100644
index f4d0f62..0000000
--- a/meta-gnome/recipes-gnome/gedit/gedit_2.30.0.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-DESCRIPTION = "GNOME editor"
-SECTION = "x11/gnome"
-LICENSE = "GPLv2+"
-
-DEPENDS = "enchant gconf gnome-common gnome-doc-utils-native glib-2.0 gtk+ gtksourceview2 iso-codes virtual/gettext"
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-
-inherit gnome
-SRC_URI[archive.md5sum] = "aebd49797406fdde7b25624b71990860"
-SRC_URI[archive.sha256sum] = "37598473372aab217e46f19726cff616ff0ea4121bbdbb170b4e264a4ca76690"
-
-EXTRA_OECONF = "--disable-scrollkeeper"
-
-do_configure_prepend () {
-	cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
-}
-
-FILES_${PN} += "${libdir}/gedit-2/plugin* ${datadir}/gedit-2"
-FILES_${PN}-dbg += "${libdir}/gedit-2/plugin-loaders/.debug ${libdir}/gedit-2/plugins/.debug"
-
diff --git a/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb b/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb
new file mode 100644
index 0000000..92c6749
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "GNOME editor"
+SECTION = "x11/gnome"
+LICENSE = "GPLv2+"
+
+DEPENDS = "gvfs enchant gconf gnome-doc-utils gnome-doc-utils-native glib-2.0 gtk+ gtksourceview2 iso-codes"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+inherit gnome gettext
+SRC_URI[archive.md5sum] = "e1eecb0a92a1a363b3d375ec5ac0fb3b"
+SRC_URI[archive.sha256sum] = "a561fe3dd1d199baede1bd07c4ee65f06fc7c494dd4d3327117f04149a608e3c"
+
+EXTRA_OECONF = "--disable-scrollkeeper \
+                --enable-gvfs-metadata"
+
+do_configure_prepend() {
+	gnome-doc-common --copy || true
+	gnome-doc-prepare --force --copy || true
+}
+
+FILES_${PN} += "${libdir}/gedit-2/plugin* ${datadir}/gedit-2"
+FILES_${PN}-dbg += "${libdir}/gedit-2/plugin-loaders/.debug ${libdir}/gedit-2/plugins/.debug"
+





More information about the Openembedded-commits mailing list