gtksourceview: add 2.7.3
authorSteve Sakoman <steve@sakoman.com>
Wed, 5 Aug 2009 22:34:38 +0000 (15:34 -0700)
committerKoen Kooi <koen@openembedded.org>
Sat, 8 Aug 2009 09:20:05 +0000 (11:20 +0200)
conf/checksums.ini
recipes/gtksourceview/gtksourceview2_2.7.3.bb [new file with mode: 0644]

index a8278c1..c1e247e 100644 (file)
@@ -10354,6 +10354,10 @@ sha256=38c238ec57bf22023bbc50f70ecbaee8c06b817b9e11f1a3a0ae7faf95cc1f26
 md5=dd065ab2e96e51aade949249c5556439
 sha256=92ddd976721e26377eaa59fea07707a0caa85eb874500868c1e6fdd9a21fe0dd
 
+[http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/2.7/gtksourceview-2.7.3.tar.bz2]
+md5=ea30aecfbd55ebf40c6cf5a0f254f9ba
+sha256=bf4c6285683a70addedd3ae6b9d4b450d928be497834272c4cd705471333f1ec
+
 [http://downloads.sourceforge.net/gtkterm/gtkterm2-0.2.3.tar.gz]
 md5=a49f93d15909dbd2e7011428ae01f0f0
 sha256=fb68b18d752ae2379f144186b94743be991af1a42c88bc1e6f0685e45cb1d573
diff --git a/recipes/gtksourceview/gtksourceview2_2.7.3.bb b/recipes/gtksourceview/gtksourceview2_2.7.3.bb
new file mode 100644 (file)
index 0000000..474b317
--- /dev/null
@@ -0,0 +1,24 @@
+DESCRIPTION = "Portable C library for multiline text editing"
+HOMEPAGE = "http://projects.gnome.org/gtksourceview/"
+LICENSE = "LGPL"
+DEPENDS = "gtk+ libgnomeprint"
+PR = "r0"
+PNAME = "gtksourceview"
+
+S = "${WORKDIR}/${PNAME}-${PV}"
+
+inherit gnome pkgconfig
+
+# overrule SRC_URI from gnome.conf
+SRC_URI = "${GNOME_MIRROR}/${PNAME}/${@gnome_verdir("${PV}")}/${PNAME}-${PV}.tar.bz2"
+
+do_configure_prepend() {
+       sed -i -e s:docs::g ${S}/Makefile.am
+}
+
+do_stage() {
+       autotools_stage_all
+}
+
+FILES_${PN} += " ${datadir}/gtksourceview-2.0"
+