aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtksourceview/gtksourceview1_1.7.2.bb
diff options
context:
space:
mode:
authorElena Grandi <elena.valhalla@gmail.com>2009-05-14 07:14:55 +0000
committerKhem Raj <raj.khem@gmail.com>2009-08-08 13:06:05 -0700
commit272c915e842baa46354c699816b33fd4a9c8f687 (patch)
tree31838f9e5c644cc62679f1aac2dbef489cce4acf /recipes/gtksourceview/gtksourceview1_1.7.2.bb
parent5a728f256a542d0105a17778e428c704b6bddb54 (diff)
downloadopenembedded-272c915e842baa46354c699816b33fd4a9c8f687.tar.gz
gtksourceview: renamed the 1.x tree to gtksourceview1
GtkSourceView 1.x is an older stable version that is still required by some packages and is currently used in 2 recipes. Signed-off-by: Elena Grandi <elena.valhalla@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gtksourceview/gtksourceview1_1.7.2.bb')
-rw-r--r--recipes/gtksourceview/gtksourceview1_1.7.2.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/gtksourceview/gtksourceview1_1.7.2.bb b/recipes/gtksourceview/gtksourceview1_1.7.2.bb
new file mode 100644
index 0000000000..44d88fb80d
--- /dev/null
+++ b/recipes/gtksourceview/gtksourceview1_1.7.2.bb
@@ -0,0 +1,16 @@
+LICENSE = "GPL"
+
+PNAME = "gtksourceview"
+
+DEPENDS = "gtk+ libgnomeprint"
+
+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
+}