From b993221688c3bfbc944f4d326b2b6af8ab3899c8 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Thu, 31 Mar 2011 07:27:58 -0700 Subject: [PATCH] gedit-plugins: Add recipe for 2.30.0 Signed-off-by: Steve Sakoman Signed-off-by: Koen Kooi --- recipes/gnome/gedit-plugins_2.30.0.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes/gnome/gedit-plugins_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 \ + " +