summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb')
-rw-r--r--meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb b/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb
index 7e6b343a8..a6c68d383 100644
--- a/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb
+++ b/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb
@@ -3,13 +3,16 @@ SECTION = "x11/gnome"
3LICENSE = "GPLv2+" 3LICENSE = "GPLv2+"
4PR = "r2" 4PR = "r2"
5 5
6DEPENDS = "gvfs enchant gconf gnome-doc-utils glib-2.0 gtk+ gtksourceview2 iso-codes" 6DEPENDS = "gvfs enchant gconf gnome-doc-utils glib-2.0 gtk+ gtksourceview2 iso-codes intltool-native"
7 7
8LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 8LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
9 9
10inherit gnome gettext pythonnative 10inherit gnome gettext pythonnative
11SRC_URI+= "file://0001-workaround-void-pointer-arithmetic.patch \ 11SRC_URI+= " \
12 file://0001-Remove-help-directory-from-build.patch" 12 file://0001-workaround-void-pointer-arithmetic.patch \
13 file://0001-Remove-help-directory-from-build.patch \
14 file://0002-suppress-string-format-literal-warning-to-fix-build-.patch \
15"
13SRC_URI[archive.md5sum] = "e1eecb0a92a1a363b3d375ec5ac0fb3b" 16SRC_URI[archive.md5sum] = "e1eecb0a92a1a363b3d375ec5ac0fb3b"
14SRC_URI[archive.sha256sum] = "a561fe3dd1d199baede1bd07c4ee65f06fc7c494dd4d3327117f04149a608e3c" 17SRC_URI[archive.sha256sum] = "a561fe3dd1d199baede1bd07c4ee65f06fc7c494dd4d3327117f04149a608e3c"
15GNOME_COMPRESS_TYPE="bz2" 18GNOME_COMPRESS_TYPE="bz2"
@@ -19,5 +22,3 @@ EXTRA_OECONF = "--disable-scrollkeeper \
19 22
20FILES_${PN} += "${libdir}/gedit-2/plugin* ${datadir}/gedit-2" 23FILES_${PN} += "${libdir}/gedit-2/plugin* ${datadir}/gedit-2"
21FILES_${PN}-dbg += "${libdir}/gedit-2/plugin-loaders/.debug ${libdir}/gedit-2/plugins/.debug" 24FILES_${PN}-dbg += "${libdir}/gedit-2/plugin-loaders/.debug ${libdir}/gedit-2/plugins/.debug"
22
23PNBLACKLIST[gedit] ?= "Depends on broken gtksourceview2"