forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overview of changes from 1.8.7 to 1.8.8 ======================================= * Fixes - build * Fix a build error with --with-libgcroots=installed [GitHub #130][Reported by HIGUCHI Daisuke] - uim-qt5 * Fix a build error [GitHub #129][Reported by HIGUCHI Daisuke] Overview of changes from 1.8.6 to 1.8.7 ======================================= * Fixes - uim-skk * Fix a socket clean bug [GitHub #32][Reported by HIGUCHI Daisuke] * Fix wrong close call [GitHub #55][Patch by zephyrus00jp] - uim-qt4 * Add a missing include [GitHub #38][Patch by Raphael Kubo da Costa] - uim.el * Fix a bug that other minor mode key bindings are ignored on Emacs 24 [GitHub #51][Reported by Araeos] * Fix a bug that Shift+Arrow doesn't work [GitHub #116][Reported by Vladimir Panteleev] - uim-gtk3 * Fix a bug that the candidate windows isn't shown [GitHub #76][Patch by Konosuke Watanab] * Enhancements - all * Add "Keywords" to .desktop [GitHub #57][Patch by HIGUCHI Daisuke] - uim-gtk * Improve GTK+ 3 support [GitHub #35][Patch by e-kato] * Support libpanel-applet 3.14 or later [GitHub #48][Patch by Dmitry Shachnev] * Support Wayland backend [GitHub #71][Reported by Thibaut Girka] - uim-fep * Use UTF-8 for comment encoding [GitHub #46][Patch by Felix Janda] - uim-qt5 * Make workable - uim-social-ime * Remove because the service was disruption - uim.el * Support autoload [GitHub #121][Patch by Arun Isaac]
- Loading branch information
Showing
20 changed files
with
202 additions
and
342 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,21 @@ | ||
# $NetBSD: Makefile.common,v 1.13 2015/12/26 02:13:46 mef Exp $ | ||
# $NetBSD: Makefile.common,v 1.14 2019/11/01 16:21:11 nia Exp $ | ||
# | ||
# used by inputmethod/uim/Makefile | ||
# used by inputmethod/uim-elisp/Makefile | ||
|
||
UIM_VERSION= 1.8.6 | ||
DISTNAME= uim-${UIM_VERSION} | ||
CATEGORIES= inputmethod | ||
MASTER_SITES= ${MASTER_SITE_GITHUB:=uim/} | ||
GITHUB_RELEASE= ${DISTNAME} | ||
EXTRACT_SUFX= .tar.bz2 | ||
DISTNAME= uim-1.8.8 | ||
CATEGORIES= inputmethod | ||
MASTER_SITES= ${MASTER_SITE_GITHUB:=uim/} | ||
GITHUB_RELEASE= ${DISTNAME:S/^uim-//1} | ||
EXTRACT_SUFX= .tar.bz2 | ||
|
||
MAINTAINER= VEG03617@nifty.com | ||
HOMEPAGE= https://github.com/uim/uim/wiki | ||
MAINTAINER= VEG03617@nifty.com | ||
HOMEPAGE= https://github.com/uim/uim/wiki | ||
|
||
DISTINFO_FILE= ${.CURDIR}/../../inputmethod/uim/distinfo | ||
PATCHDIR= ${.CURDIR}/../../inputmethod/uim/patches | ||
DISTINFO_FILE= ${.CURDIR}/../../inputmethod/uim/distinfo | ||
PATCHDIR= ${.CURDIR}/../../inputmethod/uim/patches | ||
|
||
USE_TOOLS+= automake | ||
USE_TOOLS+= autoreconf autoconf automake | ||
|
||
pre-configure: | ||
set -e; cd ${WRKSRC}; \ | ||
aclocal -I m4; autoheader; automake -a --foreign -i; autoconf | ||
cd ${WRKSRC} && ${SH} autogen.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
@comment $NetBSD: PLIST.gtk2,v 1.3 2019/11/01 16:21:11 nia Exp $ | ||
bin/uim-im-switcher-gtk | ||
bin/uim-input-pad-ja | ||
bin/uim-pref-gtk | ||
bin/uim-toolbar-gtk | ||
bin/uim-toolbar-gtk-systray | ||
lib/gtk-2.0/2.10.0/immodules/im-uim.la | ||
libexec/uim-candwin-gtk | ||
libexec/uim-candwin-horizontal-gtk | ||
libexec/uim-candwin-tbl-gtk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
@comment $NetBSD: PLIST.gtk3,v 1.1 2019/11/01 16:21:11 nia Exp $ | ||
bin/uim-im-switcher-gtk3 | ||
bin/uim-input-pad-ja-gtk3 | ||
bin/uim-pref-gtk3 | ||
bin/uim-toolbar-gtk3 | ||
bin/uim-toolbar-gtk3-systray | ||
lib/gtk-3.0/3.0.0/immodules/im-uim.la | ||
libexec/uim-candwin-gtk3 | ||
libexec/uim-candwin-horizontal-gtk3 | ||
libexec/uim-candwin-tbl-gtk3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
@comment $NetBSD: PLIST.qt5,v 1.1 2019/11/01 16:21:11 nia Exp $ | ||
qt5/plugins/platforminputcontexts/libuimplatforminputcontextplugin.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
$NetBSD: distinfo,v 1.31 2015/11/03 22:13:41 agc Exp $ | ||
$NetBSD: distinfo,v 1.32 2019/11/01 16:21:11 nia Exp $ | ||
|
||
SHA1 (uim-1.8.6.tar.bz2) = 43b9dbdead6797880e6cfc9c032ecb2d37d42777 | ||
RMD160 (uim-1.8.6.tar.bz2) = 5f94218d82475ac463534ec681769f34547e5707 | ||
SHA512 (uim-1.8.6.tar.bz2) = 26a95d3b51ef7a99108234b9af30ee7b74141cb3af13d092d4cdbf0749f630934cfd67f74b09dacc3adcdce4a390104489d68a4e2419ec07418645a9b4e5715b | ||
Size (uim-1.8.6.tar.bz2) = 6500739 bytes | ||
SHA1 (patch-af) = 9f543b90bfefc5f560e1eaac97d60af70ffed5cc | ||
SHA1 (uim-1.8.8.tar.bz2) = 369e0c10927d4ede8ed5434631b57ab42ca98406 | ||
RMD160 (uim-1.8.8.tar.bz2) = 80eb077b2a53997f13f036da7cd565696441482e | ||
SHA512 (uim-1.8.8.tar.bz2) = 2257ae48f4f2b79039a5f6be0fc740e218d5609e004dad9a5a1aa5d4066587ee59d0be06bc23c7d567a48901466227fedc4778b480f7184d84b0b3b4dddac9a3 | ||
Size (uim-1.8.8.tar.bz2) = 6228743 bytes | ||
SHA1 (patch-configure.ac) = 741c0f4ee905218cebe0f0b86aeb1e1923a82b40 | ||
SHA1 (patch-fep_escseq.c) = 6c25c344e5b694542a3c5bc137ae1a1d36a8c835 | ||
SHA1 (patch-scm_Makefile.am) = c3af52e2d9d06736911c0efd9a25e0aee2c62219 | ||
SHA1 (patch-sigscheme_configure) = 2af99374a3af542d25124737bf8cd3b67f191c03 | ||
SHA1 (patch-sigscheme_configure.in) = 9c5c48a477ea03263488e15565e4a568ba55a125 | ||
SHA1 (patch-sigscheme_doc_Makefile.am) = 998b9a0844853c7996f333155dfe38a183c266f4 | ||
SHA1 (patch-fep_uim-fep.c) = 734bccf97a1f0a2ba709c0841a46fe9c9f448e92 | ||
SHA1 (patch-scm_Makefile.am) = b4a23a7d507d8d7fe6122f3d2f50fed40589947f | ||
SHA1 (patch-sigscheme_configure.ac) = 221077809cfaa80cee2e52e3eaebf39b13ae5799 | ||
SHA1 (patch-sigscheme_doc_Makefile.am) = e21e33d7eb078819ab34f9d7fdc10d7f4401a2c4 | ||
SHA1 (patch-sigscheme_include_sigscheme_Makefile.am) = d54b38982c199b321c6ac0d8700bfe9c29084eee | ||
SHA1 (patch-uim_Makefile.am) = 6e3a37ee3ed2a68354b59e6dd7816017a95f15fd | ||
SHA1 (patch-uim_uim-module-manager.c) = 8c81edd3af3de7a2f7b7158d8c66e2082327b931 | ||
SHA1 (patch-uim_Makefile.am) = e3a9e4dc99965c271fd6e783d42a6a136bf904b2 | ||
SHA1 (patch-uim_uim-module-manager.c) = 345b09a209fc1ccc9ba96aa50a5adac1f2ef35ee |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.