Update to ibus-anthy 1.2.4.

This commit is contained in:
fgsch 2010-11-11 09:42:52 +00:00
parent f2a6119bbf
commit f83d32e2b5
5 changed files with 7 additions and 39 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2010/10/24 15:53:55 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2010/11/11 09:42:52 fgsch Exp $
COMMENT = japanese input engine for ibus
DISTNAME = ibus-anthy-1.2.1
DISTNAME = ibus-anthy-1.2.4
CATEGORIES = inputmethods japanese

View File

@ -1,5 +1,5 @@
MD5 (ibus-anthy-1.2.1.tar.gz) = obitwQ1K/YTxE9ppmc1fBQ==
RMD160 (ibus-anthy-1.2.1.tar.gz) = 6FL38HhGNoDj1kWUwAZOaNyG20I=
SHA1 (ibus-anthy-1.2.1.tar.gz) = f5xrDe+QN+gMqwNPCjSoNCQ4ZF0=
SHA256 (ibus-anthy-1.2.1.tar.gz) = +1Moy8aQ4+MrOIfx7SVir3F4PJ5VujhXH5pZC3eyZ8U=
SIZE (ibus-anthy-1.2.1.tar.gz) = 477811
MD5 (ibus-anthy-1.2.4.tar.gz) = SOETNVD6bx7U+orqGnPcEA==
RMD160 (ibus-anthy-1.2.4.tar.gz) = pP4muK6mFB+oZXeRhwVf05O78Jw=
SHA1 (ibus-anthy-1.2.4.tar.gz) = x37f6Y6N9o2AFZxonywhBw16eW4=
SHA256 (ibus-anthy-1.2.4.tar.gz) = b7IqKERbjG1OQuvBY5aHCfqrGpA6JpmqHOMLTBHgZzY=
SIZE (ibus-anthy-1.2.4.tar.gz) = 496158

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-engine_Makefile_in,v 1.1.1.1 2010/09/12 11:50:13 fgsch Exp $
--- engine/Makefile.in.orig Mon Aug 16 23:44:41 2010
+++ engine/Makefile.in Mon Aug 16 23:44:55 2010
@@ -790,7 +790,7 @@ uninstall-am: uninstall-anthyDATA uninstall-anthyLTLIB
anthy.py anthy_wrap.c: anthy.i
- $(SWIG) -python -I/usr/include -o anthy_wrap.c $(srcdir)/anthy.i
+ $(SWIG) -python ${ANTHY_CFLAGS} -o anthy_wrap.c $(srcdir)/anthy.i
anthy.xml: anthy.xml.in
( \

View File

@ -1,10 +0,0 @@
$OpenBSD: patch-engine_ibus-engine-anthy_in,v 1.1.1.1 2010/09/12 11:50:13 fgsch Exp $
--- engine/ibus-engine-anthy.in.orig Tue Aug 17 05:52:38 2010
+++ engine/ibus-engine-anthy.in Tue Aug 17 05:52:43 2010
@@ -30,5 +30,5 @@ export PYTHONPATH=@pyexecdir@:$PYTHONPATH
export IBUS_PREFIX=@prefix@
export IBUS_ANTHY_PKGDATADIR=@datarootdir@/@PACKAGE@
export LIBEXECDIR=$libexecdir
-exec python @datarootdir@/@PACKAGE@/engine/main.py $@
+exec @PYTHON@ @datarootdir@/@PACKAGE@/engine/main.py $@

View File

@ -1,10 +0,0 @@
$OpenBSD: patch-setup_ibus-setup-anthy_in,v 1.1.1.1 2010/09/12 11:50:13 fgsch Exp $
--- setup/ibus-setup-anthy.in.orig Tue Aug 17 05:52:16 2010
+++ setup/ibus-setup-anthy.in Tue Aug 17 05:52:26 2010
@@ -23,5 +23,5 @@
prefix=@prefix@
datarootdir=@datarootdir@
export IBUS_LOCALEDIR=@localedir@
-exec python @prefix@/share/ibus-anthy/setup/main.py $@
+exec @PYTHON@ @prefix@/share/ibus-anthy/setup/main.py $@