Update ibus to 1.2.0.20100111.
This commit is contained in:
parent
e5bffa9e83
commit
9c2d98ad62
4 changed files with 17 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.10 2010/01/11 05:36:55 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2010/01/11 10:05:12 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ibus-1.2.0.20091225
|
||||
DISTNAME= ibus-1.2.0.20100111
|
||||
CATEGORIES= inputmethod
|
||||
MASTER_SITES= http://ibus.googlecode.com/files/
|
||||
|
||||
|
@ -41,6 +41,11 @@ SUBST_STAGE.iso= post-configure
|
|||
SUBST_FILES.iso= ibus/lang.py
|
||||
SUBST_SED.iso= -e "s;/usr/share;${BUILDLINK_PREFIX.iso-codes}/share;"
|
||||
|
||||
SUBST_CLASSES+= epython
|
||||
SUBST_STAGE.epython= pre-configure
|
||||
SUBST_FILES.epython= ui/gtk/ibus-ui-gtk.in
|
||||
SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g'
|
||||
|
||||
.include "../../devel/GConf/schemas.mk"
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
PY_PATCHPLIST= yes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2009/12/16 08:26:51 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2010/01/11 10:05:12 obache Exp $
|
||||
bin/ibus-daemon
|
||||
bin/ibus-setup
|
||||
include/ibus-1.0/ibus.h
|
||||
|
@ -181,17 +181,14 @@ share/gtk-doc/html/ibus/ch05.html
|
|||
share/gtk-doc/html/ibus/ch06.html
|
||||
share/gtk-doc/html/ibus/home.png
|
||||
share/gtk-doc/html/ibus/ibus-ibusdebug.html
|
||||
share/gtk-doc/html/ibus/ibus-ibusenumtypes.html
|
||||
share/gtk-doc/html/ibus/ibus-ibuserror.html
|
||||
share/gtk-doc/html/ibus/ibus-ibusinternal.html
|
||||
share/gtk-doc/html/ibus/ibus-ibuskeysyms.html
|
||||
share/gtk-doc/html/ibus/ibus-ibusmainloop.html
|
||||
share/gtk-doc/html/ibus/ibus-ibusmarshalers.html
|
||||
share/gtk-doc/html/ibus/ibus-ibusmessage.html
|
||||
share/gtk-doc/html/ibus/ibus-ibuspendingcall.html
|
||||
share/gtk-doc/html/ibus/ibus-ibusshare.html
|
||||
share/gtk-doc/html/ibus/ibus-ibustypes.html
|
||||
share/gtk-doc/html/ibus/ibus-ibusversion.html
|
||||
share/gtk-doc/html/ibus/ibus-ibusxml.html
|
||||
share/gtk-doc/html/ibus/ibus.devhelp
|
||||
share/gtk-doc/html/ibus/ibus.devhelp2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.6 2009/12/25 04:28:41 obache Exp $
|
||||
$NetBSD: distinfo,v 1.7 2010/01/11 10:05:12 obache Exp $
|
||||
|
||||
SHA1 (ibus-1.2.0.20091225.tar.gz) = 4d57fb3e63276e9530de83cec8d70336481fa20c
|
||||
RMD160 (ibus-1.2.0.20091225.tar.gz) = b4180fd4fe45de9a7db7eff67389ed6140a21f8e
|
||||
Size (ibus-1.2.0.20091225.tar.gz) = 1222844 bytes
|
||||
SHA1 (patch-aa) = cade6f01b7d74ff831cef7e8822ff52ecd590c16
|
||||
SHA1 (ibus-1.2.0.20100111.tar.gz) = 8c603844fff37194e835832a7606d240163abb9c
|
||||
RMD160 (ibus-1.2.0.20100111.tar.gz) = 8fc210a7c876c717acaeafa656ad46dc7a2cbbf3
|
||||
Size (ibus-1.2.0.20100111.tar.gz) = 1291877 bytes
|
||||
SHA1 (patch-aa) = 3df19ee8e7154427cd03f88cf08b00cf024c0418
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: patch-aa,v 1.3 2009/12/25 04:28:42 obache Exp $
|
||||
$NetBSD: patch-aa,v 1.4 2010/01/11 10:05:13 obache Exp $
|
||||
|
||||
--- configure.orig 2009-12-25 03:00:24.000000000 +0000
|
||||
--- configure.orig 2010-01-11 05:16:44.000000000 +0000
|
||||
+++ configure
|
||||
@@ -18110,7 +18110,7 @@ $as_echo "no" >&6; }
|
||||
@@ -20145,7 +20145,7 @@ $as_echo "no" >&6; }
|
||||
fi
|
||||
|
||||
|
||||
|
@ -10,4 +10,4 @@ $NetBSD: patch-aa,v 1.3 2009/12/25 04:28:42 obache Exp $
|
|||
+if test x"$PYTHON_CONFIG" = x""; then
|
||||
# Extract the first word of "python-config", so it can be a program name with args.
|
||||
set dummy python-config; ac_word=$2
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
||||
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
|
|
Loading…
Reference in a new issue