summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/gnome/gedit-plugins_2.28.0.bb17
2 files changed, 21 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 30a15b3751..ccabc558dc 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -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
index 0000000000..e3d7bfcac7
--- /dev/null
+++ b/recipes/gnome/gedit-plugins_2.28.0.bb
@@ -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 \
+ "
+