aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gedit_2.30.0.bb
blob: 1a01303f90cbac45c9f71801d94585ce61db6e95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "GNOME editor"
SECTION = "x11/gnome"
LICENSE = "GPLv2+"

DEPENDS = "enchant gconf gnome-common gnome-doc-utils-native glib-2.0 gtk+ gtksourceview2 iso-codes"
RDEPENDS_${PN} += " gtksourceview2"
PR = "r2"

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"