summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel A Fernandes <joelagnel@ti.com>2011-09-07 04:40:29 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-09-07 08:06:59 +0200
commite38c6fb9271f69f843627f3aaf6fa1e08b7f123c (patch)
treed838ac92bf651d5b1e005794518088d7a7a3c017
parent9d3c8a9abc42b3ae7639f1226daf198ca04cd9bc (diff)
downloadmeta-openembedded-e38c6fb9271f69f843627f3aaf6fa1e08b7f123c.tar.gz
gedit: Imported from OE classic
Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-gnome/recipes-gnome/gedit/gedit_2.30.0.bb21
1 files changed, 21 insertions, 0 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
new file mode 100644
index 0000000000..f4d0f62f12
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gedit/gedit_2.30.0.bb
@@ -0,0 +1,21 @@
1DESCRIPTION = "GNOME editor"
2SECTION = "x11/gnome"
3LICENSE = "GPLv2+"
4
5DEPENDS = "enchant gconf gnome-common gnome-doc-utils-native glib-2.0 gtk+ gtksourceview2 iso-codes virtual/gettext"
6
7LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
8
9inherit gnome
10SRC_URI[archive.md5sum] = "aebd49797406fdde7b25624b71990860"
11SRC_URI[archive.sha256sum] = "37598473372aab217e46f19726cff616ff0ea4121bbdbb170b4e264a4ca76690"
12
13EXTRA_OECONF = "--disable-scrollkeeper"
14
15do_configure_prepend () {
16 cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
17}
18
19FILES_${PN} += "${libdir}/gedit-2/plugin* ${datadir}/gedit-2"
20FILES_${PN}-dbg += "${libdir}/gedit-2/plugin-loaders/.debug ${libdir}/gedit-2/plugins/.debug"
21