From b5ec44fec6880ddc40be27f1d1751d86c4dddf78 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 15 Apr 2010 17:41:10 +0200 Subject: [PATCH] gedit(-plugins): add 2.30.0 --- recipes/gnome/gedit-plugins_2.30.0.bb | 19 +++++++++++++++++++ recipes/gnome/gedit_2.30.0.bb | 20 ++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 recipes/gnome/gedit-plugins_2.30.0.bb create mode 100644 recipes/gnome/gedit_2.30.0.bb diff --git a/recipes/gnome/gedit-plugins_2.30.0.bb b/recipes/gnome/gedit-plugins_2.30.0.bb new file mode 100644 index 0000000000..f3c55f62e2 --- /dev/null +++ b/recipes/gnome/gedit-plugins_2.30.0.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "GNOME editor plugins" +SECTION = "x11/gnome" +LICENSE = "GPL" + +DEPENDS = "gedit" + +inherit gnome +SRC_URI[archive.md5sum] = "f1200605247b3ece1212c363f0b04c1d" +SRC_URI[archive.sha256sum] = "8a177f2455ee5c58bc4a19df013d5698b14ae6a3f31ed48347904cf467a79509" + +FILES_${PN} += " \ + ${libdir}/gedit-2/plugins \ + ${datadir}/gedit-2/plugins \ + " + +FILES_${PN}-dbg += " \ + ${libdir}/gedit-2/plugins/.debug \ + " + diff --git a/recipes/gnome/gedit_2.30.0.bb b/recipes/gnome/gedit_2.30.0.bb new file mode 100644 index 0000000000..9f4a8e16ce --- /dev/null +++ b/recipes/gnome/gedit_2.30.0.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "GNOME editor" +SECTION = "x11/gnome" +LICENSE = "GPL" + +DEPENDS = "iso-codes gnome-common glib-2.0 gtk+ gconf gtksourceview2" +RDEPENDS += " gtksourceview2" + +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" + -- 2.39.5