gedit-plugins: add 2.28.0
authorSteve Sakoman <steve@sakoman.com>
Wed, 28 Oct 2009 15:25:58 +0000 (08:25 -0700)
committerKoen Kooi <koen@openembedded.org>
Wed, 28 Oct 2009 20:04:04 +0000 (21:04 +0100)
conf/checksums.ini
recipes/gnome/gedit-plugins_2.28.0.bb [new file with mode: 0644]

index 30a15b3..ccabc55 100644 (file)
@@ -8094,6 +8094,10 @@ sha256=7ce4919b4742ad6aad9dbfb2b962434d70dbcf9c63bb513870f3276deb28bee0
 md5=d5e8f9f2806c9662693f292b155dd238
 sha256=f12699367ec4f48ffce87f8b116b55561a03e055c4bf74cc96e5adb3b4e2fce6
 
+[http://ftp.gnome.org/pub/GNOME/sources/gedit-plugins/2.28/gedit-plugins-2.28.0.tar.bz2]
+md5=7a0068ef250f2cfe8d60a5cf0e7a7c93
+sha256=d615d2f26e66d7a23f37205089096a60faa2cb6e9108f9034cf2e66b940bf2ca
+
 [ftp://ftp.billsgames.com/unix/x/gemdropx/src/gemdropx-0.9.tar.gz]
 md5=fd0337e89778e2dba74461c555ea8e42
 sha256=e50495d292a1d456c28044efbf07c16d8865f8d95e1caba86f4c5b2e3fb1d28f
diff --git a/recipes/gnome/gedit-plugins_2.28.0.bb b/recipes/gnome/gedit-plugins_2.28.0.bb
new file mode 100644 (file)
index 0000000..e3d7bfc
--- /dev/null
@@ -0,0 +1,17 @@
+DESCRIPTION = "GNOME editor plugins"
+SECTION = "x11/gnome"
+LICENSE = "GPL"
+
+DEPENDS = "gedit"
+
+inherit gnome pkgconfig
+
+FILES_${PN} += " \
+                ${libdir}/gedit-2/plugins \
+                ${datadir}/gedit-2/plugins \
+               "
+
+FILES_${PN}-dbg += " \
+                ${libdir}/gedit-2/plugins/.debug \
+               "
+