mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
26 lines
867 B
BlitzBasic
26 lines
867 B
BlitzBasic
SUMMARY = "GNOME editor"
|
|
SECTION = "x11/gnome"
|
|
LICENSE = "GPLv2+"
|
|
PR = "r2"
|
|
|
|
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 pythonnative
|
|
SRC_URI+= "file://0001-workaround-void-pointer-arithmetic.patch"
|
|
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"
|
|
|