gtksourceview2 2.6.0: new recipe for the current stable version.
authorElena Grandi <elena.valhalla@gmail.com>
Wed, 13 May 2009 22:14:54 +0000 (22:14 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 21 May 2009 12:41:51 +0000 (09:41 -0300)
GtkSourceView is a portable C library that extends the standard GTK+
framework for multiline text editing.

Signed-off-by: Elena Grandi <elena.valhalla@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes/gtksourceview/gtksourceview2_2.6.0.bb [new file with mode: 0644]

diff --git a/recipes/gtksourceview/gtksourceview2_2.6.0.bb b/recipes/gtksourceview/gtksourceview2_2.6.0.bb
new file mode 100644 (file)
index 0000000..ee9f654
--- /dev/null
@@ -0,0 +1,18 @@
+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_stage() {
+autotools_stage_all
+}
+