Update gtk-im-libthai to 0.1.5.
0.1.5 (2009-12-27) ===== - Correctly fall back to rejection when client does not support correction
This commit is contained in:
parent
aaf4f13413
commit
64349f9908
3 changed files with 13 additions and 13 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.3 2009/05/19 08:59:18 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2010/03/10 13:51:26 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gtk-im-libthai-0.1.4
|
||||
PKGREVISION= 1
|
||||
DISTNAME= gtk-im-libthai-0.1.5
|
||||
CATEGORIES= inputmethod
|
||||
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \
|
||||
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2008/06/01 08:15:36 obache Exp $
|
||||
$NetBSD: distinfo,v 1.3 2010/03/10 13:51:27 obache Exp $
|
||||
|
||||
SHA1 (gtk-im-libthai-0.1.4.tar.gz) = 8c5a1ccbcca13cba7cf3ecb28ef066c64b1c5945
|
||||
RMD160 (gtk-im-libthai-0.1.4.tar.gz) = 8888a03bfbfe5aa69a3266b2c9237272c90e0771
|
||||
Size (gtk-im-libthai-0.1.4.tar.gz) = 335954 bytes
|
||||
SHA1 (patch-aa) = 3344de0fbf36622058addef5f5a9e9aca499ebbc
|
||||
SHA1 (gtk-im-libthai-0.1.5.tar.gz) = c95f4328c9007f871ff7350f70e8b9f0ee862410
|
||||
RMD160 (gtk-im-libthai-0.1.5.tar.gz) = a305ca8f0b0078fa7bff476ecc5a2278f731766b
|
||||
Size (gtk-im-libthai-0.1.5.tar.gz) = 295900 bytes
|
||||
SHA1 (patch-aa) = e2b08918d0859bdecf2bcaeb927ba3126420f224
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
$NetBSD: patch-aa,v 1.1 2008/06/01 08:15:36 obache Exp $
|
||||
$NetBSD: patch-aa,v 1.2 2010/03/10 13:51:27 obache Exp $
|
||||
|
||||
--- src/Makefile.in.orig 2006-09-13 03:38:40.000000000 +0000
|
||||
Handled by pkgsrc package install script.
|
||||
|
||||
--- src/Makefile.in.orig 2009-12-27 05:07:04.000000000 +0000
|
||||
+++ src/Makefile.in
|
||||
@@ -485,19 +485,7 @@ uninstall-am: uninstall-info-am uninstal
|
||||
@@ -542,19 +542,6 @@ uninstall-am: uninstall-moduleLTLIBRARIE
|
||||
# Running this if cross compiling or if DESTDIR is set is going to
|
||||
# not work at all, so skip it.
|
||||
install-data-hook:
|
||||
|
@ -19,7 +21,6 @@ $NetBSD: patch-aa,v 1.1 2008/06/01 08:15:36 obache Exp $
|
|||
- echo "*** system using gtk-query-immodules-2.0" ; \
|
||||
- echo "***" ; \
|
||||
- fi
|
||||
+
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
|
Loading…
Reference in a new issue