M7350v1_en_gpl

This commit is contained in:
T
2024-09-09 08:52:07 +00:00
commit f9cc65cfda
65988 changed files with 26357421 additions and 0 deletions

View File

@ -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
}

View File

@ -0,0 +1,13 @@
Upstream-Status: Inappropriate [configuration]
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

View File

@ -0,0 +1,22 @@
Upstream-Status: Inappropriate [configuration]
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

View File

@ -0,0 +1,14 @@
require tidy.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \
file://tidy/tidy.h;endline=21;md5=ac342e7aac55849bf0755d79967fa3e8"
SRCREV = "e25416e1293e1074bfa6727c80527dcff5b1f3cb"
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"