From eed361086bf968d63e18896927802dd27a8428d5 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Tue, 13 Oct 2009 15:31:59 -0700 Subject: gedit: add 2.28.0 --- recipes/gnome/gedit_2.28.0.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes/gnome/gedit_2.28.0.bb (limited to 'recipes/gnome') diff --git a/recipes/gnome/gedit_2.28.0.bb b/recipes/gnome/gedit_2.28.0.bb new file mode 100644 index 0000000000..10e5b54f97 --- /dev/null +++ b/recipes/gnome/gedit_2.28.0.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "GNOME editor" +SECTION = "x11/gnome" +LICENSE = "GPL" + +DEPENDS = "iso-codes gnome-common glib-2.0 gtk+ gconf gtksourceview2" +RDEPENDS += " gtksourceview2" + +inherit gnome pkgconfig + +EXTRA_OECONF = "--disable-scrollkeeper" + +do_configure_prepend () { + cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S} +} + +do_stage () { + autotools_stage_all +} + +FILES_${PN} += "${libdir} ${datadir}/gedit-2" +FILES_${PN}-dbg += "${libdir}/gedit-2/plugin-loaders/.debug ${libdir}/gedit-2/plugins/.debug" -- cgit v1.2.3