vala: add 0.9.6.1
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 29 Aug 2010 10:28:14 +0000 (12:28 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 29 Aug 2010 10:29:46 +0000 (12:29 +0200)
NOTE: Unfortunately upstream decided to change the PC version, so this
and later versions claim to be vala-0.10 instead of vala-1.0. Please
adjust your configure.ac, if necessary. To ease the transition, we
install vala-1.0.pc as well in the meantime.

recipes/vala/vala_0.9.6.1.bb [new file with mode: 0644]

diff --git a/recipes/vala/vala_0.9.6.1.bb b/recipes/vala/vala_0.9.6.1.bb
new file mode 100644 (file)
index 0000000..5920b01
--- /dev/null
@@ -0,0 +1,10 @@
+require vala.inc
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "bdbd45ea446c11ccf58af86e49f2168c"
+SRC_URI[archive.sha256sum] = "7377856c1ca6249ae6c6c654ba03ced6cbf84ac3e97f61f2dfbb210277e84a20"
+
+# also register as Vala 1.0 to ease the transition
+do_install_append() {
+       install -m 0644 vala-0.10.pc ${D}${libdir}/pkgconfig/vala-1.0.pc
+}