[oe-commits] Steve Sakoman : gedit-plugins: add 2.28.0

git version control git at git.openembedded.org
Fri Oct 30 10:56:56 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 2715d18f8602baa82b43fc545926fb501394ed8e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2715d18f8602baa82b43fc545926fb501394ed8e

Author: Steve Sakoman <steve at sakoman.com>
Date:   Wed Oct 28 08:25:58 2009 -0700

gedit-plugins: add 2.28.0

---

 conf/checksums.ini                    |    4 ++++
 recipes/gnome/gedit-plugins_2.28.0.bb |   17 +++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 30a15b3..ccabc55 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 0000000..e3d7bfc
--- /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 \
+               "
+





More information about the Openembedded-commits mailing list