mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
tidy: move old clutter demo to meta-demoapps
(From OE-Core rev: 6f8c5dbf3cbe33d5d5c037a9078291da1b7e56e8) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
aa7ec17110
commit
e51bd9b600
@@ -0,0 +1,20 @@
|
||||
DESCRIPTION = "Tidy library"
|
||||
HOMEPAGE = "http://www.clutter-project.org/"
|
||||
LICENSE = "LGPLv2.1+"
|
||||
|
||||
STDDEPENDS = "clutter-1.4"
|
||||
BASE_CONF = "--disable-gtk-doc"
|
||||
|
||||
DEPENDS = "${STDDEPENDS}"
|
||||
EXTRA_OECONF = "${BASE_CONF}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
PACKAGES =+ "tidy-examples"
|
||||
FILES_tidy-examples = "${bindir}/test-*"
|
||||
|
||||
do_configure_prepend() {
|
||||
touch ${S}/gtk-doc.make
|
||||
sed -i s:docs/reference/Makefile::g ${S}/configure.ac
|
||||
sed -i s:docs::g ${S}/Makefile.am
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
Index: tidy/doc/reference/Makefile.am
|
||||
===================================================================
|
||||
--- tidy.orig/doc/reference/Makefile.am 2007-11-06 19:36:56.000000000 +0000
|
||||
+++ tidy/doc/reference/Makefile.am 2007-11-06 19:37:02.000000000 +0000
|
||||
@@ -77,4 +77,4 @@ include $(top_srcdir)/gtk-doc.make
|
||||
|
||||
# Other files to distribute
|
||||
# e.g. EXTRA_DIST += version.xml.in
|
||||
-EXTRA_DIST += version.xml.in
|
||||
+EXTRA_DIST = version.xml.in
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
Index: trunk/tests/Makefile.am
|
||||
===================================================================
|
||||
--- trunk.orig/tests/Makefile.am 2008-03-04 12:22:10.000000000 +0000
|
||||
+++ trunk/tests/Makefile.am 2008-03-04 12:23:46.000000000 +0000
|
||||
@@ -1,4 +1,4 @@
|
||||
-noinst_PROGRAMS = \
|
||||
+bin_PROGRAMS = \
|
||||
test-button \
|
||||
test-finger-scroll \
|
||||
test-list-view \
|
||||
@@ -14,6 +14,9 @@
|
||||
test-grow \
|
||||
test-viewport
|
||||
|
||||
+test_texture_framedir = $(pkgdatadir)
|
||||
+test_texture_frame_DATA = frame.png
|
||||
+
|
||||
INCLUDES = -I$(top_srcdir)
|
||||
LDADD = $(top_builddir)/tidy/libtidy-1.0.la
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
require tidy.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \
|
||||
file://tidy/tidy.h;endline=21;md5=ac342e7aac55849bf0755d79967fa3e8"
|
||||
|
||||
PV = "0.1.0+git${SRCPV}"
|
||||
PR = "r7"
|
||||
|
||||
SRC_URI = "git://git.clutter-project.org/tidy.git;protocol=git \
|
||||
file://tidy-enable-tests.patch;patch=1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user