require clutter.inc
PV = "0.6.0+gitr${SRCPV}"
-PR = "r4"
+PR = "r5"
+
+PACKAGES =+ "clutter-examples-0.6"
+FILES_clutter-examples-0.6 = "${bindir}/test-* ${pkgdatadir}/redhand.png"
+
SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=clutter-0-6 \
file://symconflict.patch;patch=1 \
require clutter.inc
PV = "0.8.0+gitr${SRCREV}"
-PR = "r1"
+PR = "r2"
+
+PACKAGES =+ "clutter-examples-0.8"
+FILES_clutter-examples-0.8 = "${bindir}/test-* ${pkgdatadir}/redhand.png"
SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=clutter-0-8 \
file://enable_tests-0.8.patch;patch=1 "
--- /dev/null
+PACKAGES =+ "clutter-examples"
+FILES_clutter-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png"
inherit autotools_stage pkgconfig gtk-doc
-PACKAGES =+ "clutter-examples"
-FILES_clutter-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png"
-
#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
require clutter-fpu.inc
require clutter.inc
+require clutter-package.inc
PV = "0.9.0+git${SRCPV}"
-PR = "r3"
+PR = "r4"
SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=master \
file://enable_tests.patch;patch=1 "