[oe-commits] org.oe.dev libstroke: new, patch from jay4mail at gmail.com

pb commit oe at amethyst.openembedded.net
Mon Sep 1 17:47:12 UTC 2008


libstroke: new, patch from jay4mail at gmail.com

Author: pb at openembedded.org
Branch: org.openembedded.dev
Revision: 63745642598b1a8a4f6303f8368d73fb578b733b
ViewMTN: http://monotone.openembedded.org/revision/info/63745642598b1a8a4f6303f8368d73fb578b733b
Files:
1
packages/libstroke
packages/libstroke/libstroke-0.5.1
packages/libstroke/libstroke-0.5.1/Makefile.am.patch
packages/libstroke/libstroke-0.5.1/configure.in.patch
packages/libstroke/libstroke-0.5.1/libgstroke-Makefile.am.patch
packages/libstroke/libstroke-0.5.1/libstroke-Makefile.am.patch
packages/libstroke/libstroke-0.5.1/tests-Makefile.am.patch
packages/libstroke/libstroke_0.5.1.bb
Diffs:

#
# mt diff -rfb8251202a8f666d6066a7268ab6bdc6e08c5a42 -r63745642598b1a8a4f6303f8368d73fb578b733b
#
#
#
# add_dir "packages/libstroke"
# 
# add_dir "packages/libstroke/libstroke-0.5.1"
# 
# add_file "packages/libstroke/libstroke-0.5.1/Makefile.am.patch"
#  content [0d31c2b4f24d24091f8db2e809984aae7c05630d]
# 
# add_file "packages/libstroke/libstroke-0.5.1/configure.in.patch"
#  content [ad7c4997bb5340e40d976a7b8b6e79d9215d46e6]
# 
# add_file "packages/libstroke/libstroke-0.5.1/libgstroke-Makefile.am.patch"
#  content [a0c3bd9e894650475ba3049b0ef3d7f9580c203d]
# 
# add_file "packages/libstroke/libstroke-0.5.1/libstroke-Makefile.am.patch"
#  content [ee5a3635c31dba00b070a942c512cc0d53056188]
# 
# add_file "packages/libstroke/libstroke-0.5.1/tests-Makefile.am.patch"
#  content [d024749d2025c6654cc32246b047cf903d6fafb8]
# 
# add_file "packages/libstroke/libstroke_0.5.1.bb"
#  content [0e5d2b9d0b97f55f25927f7f47ea298d989e6e13]
#
============================================================
--- packages/libstroke/libstroke-0.5.1/Makefile.am.patch	0d31c2b4f24d24091f8db2e809984aae7c05630d
+++ packages/libstroke/libstroke-0.5.1/Makefile.am.patch	0d31c2b4f24d24091f8db2e809984aae7c05630d
@@ -0,0 +1,11 @@
+--- libstroke-0.5.1/Makefile.am.orig	2008-06-11 14:10:49.000000000 +0400
++++ libstroke-0.5.1/Makefile.am	2008-06-11 14:12:06.000000000 +0400
+@@ -5,7 +5,7 @@
+ GSTROKE_SUBDS = 
+ endif
+ 
+-SUBDIRS = libstroke $(GSTROKE_SUBDS) tests doc javastroke 
++SUBDIRS = libstroke $(GSTROKE_SUBDS) doc
+ 
+ EXTRA_DIST = COPYRIGHT CREDITS README.javastroke README.libgstroke
+ 
============================================================
--- packages/libstroke/libstroke-0.5.1/configure.in.patch	ad7c4997bb5340e40d976a7b8b6e79d9215d46e6
+++ packages/libstroke/libstroke-0.5.1/configure.in.patch	ad7c4997bb5340e40d976a7b8b6e79d9215d46e6
@@ -0,0 +1,24 @@
+--- libstroke-0.5.1/configure.in.orig	2008-06-11 12:54:29.000000000 +0400
++++ libstroke-0.5.1/configure.in	2008-06-11 12:54:35.000000000 +0400
+@@ -83,14 +83,14 @@
+ 
+ dnl check for GTK
+ dnl we won't build libgstroke if it's not found
+-AC_MSG_CHECKING(gtk+ library)
+-AM_PATH_GTK(1.2.7, HAVE_LIBGTK=yes
+-  AC_DEFINE(HAVE_LIBGTK, 1, [Define if libgtk is available]),
+-  AC_MSG_WARN(
+-***** NOTE: The GNOME stroke support won't be built
+-)
++dnl AC_MSG_CHECKING(gtk+ library)
++dnl AM_PATH_GTK(1.2.7, HAVE_LIBGTK=yes
++dnl   AC_DEFINE(HAVE_LIBGTK, 1, [Define if libgtk is available]),
++dnl   AC_MSG_WARN(
++dnl ***** NOTE: The GNOME stroke support won't be built
++dnl )
+   HAVE_LIBGTK=no,
+-)
++dnl )
+ AM_CONDITIONAL(HAVE_LIBGTK,        test "x$HAVE_LIBGTK" = "xyes")
+ 
+ 
============================================================
--- packages/libstroke/libstroke-0.5.1/libgstroke-Makefile.am.patch	a0c3bd9e894650475ba3049b0ef3d7f9580c203d
+++ packages/libstroke/libstroke-0.5.1/libgstroke-Makefile.am.patch	a0c3bd9e894650475ba3049b0ef3d7f9580c203d
@@ -0,0 +1,11 @@
+--- libstroke-0.5.1/libgstroke/Makefile.am.orig	2008-06-11 13:01:29.000000000 +0400
++++ libstroke-0.5.1/libgstroke/Makefile.am	2008-06-11 13:01:44.000000000 +0400
+@@ -21,7 +21,7 @@
+ INCLUDES = @GTK_CFLAGS@
+ LDADD    = @GTK_LIBS@
+ 
+-EXTRA_DIST = 
++#EXTRA_DIST = 
+ 
+ MOSTLYCLEANFILES = core *~ 
+ CLEANFILES = core *~ 
============================================================
--- packages/libstroke/libstroke-0.5.1/libstroke-Makefile.am.patch	ee5a3635c31dba00b070a942c512cc0d53056188
+++ packages/libstroke/libstroke-0.5.1/libstroke-Makefile.am.patch	ee5a3635c31dba00b070a942c512cc0d53056188
@@ -0,0 +1,15 @@
+--- libstroke-0.5.1/libstroke/Makefile.am.orig	2008-06-11 13:01:54.000000000 +0400
++++ libstroke-0.5.1/libstroke/Makefile.am	2008-06-11 13:02:02.000000000 +0400
+@@ -5,10 +5,10 @@
+ # level Makefile.
+ AUTOMAKE_OPTIONS = foreign
+ 
+-EXTRA_DIST = 
++#EXTRA_DIST = 
+ 
+ #tclpath::
+-	#echo ${ENABLE_TCL}
++#	echo ${ENABLE_TCL}
+ 
+ #if ENABLE_TCL
+ #SEL_BIB = libstroke.la libstroke_tcl.la
============================================================
--- packages/libstroke/libstroke-0.5.1/tests-Makefile.am.patch	d024749d2025c6654cc32246b047cf903d6fafb8
+++ packages/libstroke/libstroke-0.5.1/tests-Makefile.am.patch	d024749d2025c6654cc32246b047cf903d6fafb8
@@ -0,0 +1,15 @@
+--- libstroke-0.5.1/tests/Makefile.am.orig	2008-06-11 13:46:40.000000000 +0400
++++ libstroke-0.5.1/tests/Makefile.am	2008-06-11 13:47:23.000000000 +0400
+@@ -14,7 +14,11 @@
+ gnome_stroke_test_SOURCES = gnome_stroke_test.c
+ 
+ INCLUDES = -I$(top_srcdir)/libstroke -I$(top_srcdir)/libgstroke \
+-		@X_CFLAGS@ @GTK_CFLAGS@
++		@X_CFLAGS@
++
++if HAVE_LIBGTK
++INCLUDES += @GTK_CFLAGS@
++endif
+ 
+ stroke_test_LDADD = ../libstroke/libstroke.la @X_LDFLAGS@
+ gnome_stroke_test_LDADD = ../libgstroke/libgstroke.la @GTK_LIBS@
============================================================
--- packages/libstroke/libstroke_0.5.1.bb	0e5d2b9d0b97f55f25927f7f47ea298d989e6e13
+++ packages/libstroke/libstroke_0.5.1.bb	0e5d2b9d0b97f55f25927f7f47ea298d989e6e13
@@ -0,0 +1,20 @@
+DESCRIPTION = "LibStroke - a stroke translation library"
+LICENSE = "GPL"
+SECTION = "x11"
+PRIORITY = "optional"
+#DEPENDS = "virtual/libx11 libxau libxdmcp"
+DEPENDS = "virtual/libx11"
+
+SRC_URI = "http://www.etla.net/libstroke/${P}.tar.gz \
+	file://configure.in.patch;patch=1 \
+	file://libstroke-Makefile.am.patch;patch=1 \
+	file://tests-Makefile.am.patch;patch=1 \
+	"
+#	file://Makefile.am.patch;patch=1 \
+#	file://libgstroke-Makefile.am.patch;patch=1 \
+
+inherit autotools pkgconfig
+
+do_stage () {
+	autotools_stage_all
+}






More information about the Openembedded-commits mailing list