aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2011-03-31 07:27:58 -0700
committerKoen Kooi <koen@openembedded.org>2011-05-08 20:24:26 +0200
commitbd08babe346a02bfda95552e40946555ec1fceb4 (patch)
tree9741ee9f5e1dc33be1ac31a7c361adb9bf08cfcf /recipes/gnome
parenta8917add6e9ca89f3dc293b3f4ce3ea1541ecdb4 (diff)
downloadopenembedded-bd08babe346a02bfda95552e40946555ec1fceb4.tar.gz
gedit-plugins: Add recipe for 2.30.0
Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/gnome')
-rw-r--r--recipes/gnome/gedit-plugins_2.30.0.bb19
1 files changed, 19 insertions, 0 deletions
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 \
+ "
+