Commit graph

1427 commits

Author SHA1 Message Date
nros
ae5bf53e74 Fix qt5 option for inputmethod/uim
Fix qt5 option for inputmethod/uim as pointed out by HITOSHI Osada
in pkg/55021 .
2020-03-08 08:59:08 +00:00
nia
b8de9c05ad uim: needs alloca, use gnu++03 2020-03-05 13:04:45 +00:00
nia
7b901698e8 inputmethod: Remove qt5-uim
Package is redundant with uim including qt5 support, and no longer builds.
2020-02-08 15:37:56 +00:00
rillig
9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
rillig
b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00
jperkin
26c1bffc9f *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ryoon
eedd1e806f *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
joerg
873c6d8cd4 Needs pkg-config. 2020-01-10 21:13:55 +00:00
nia
0cbe5deb5c im-ja: Disable GNOME 2 panel applet support.
inspired by FreeBSD Ports - gnome2 is dead, long live mate.

bump PKGREVISION
2020-01-01 14:16:41 +00:00
wiz
7a96cf1f51 ibus-libpinyin: mark as compatible with python-2.x only 2019-12-28 12:32:09 +00:00
nia
45fb374840 uim-elisp: Needs autopoint 2019-11-29 03:19:55 +00:00
nia
e98b0e5d4b uim: Needs autopoint 2019-11-11 10:12:35 +00:00
ryoon
510232ec33 The version number problem of uim-elisp is fixed in another way
Revert previous partially.
2019-11-07 03:01:35 +00:00
wiz
292f0cbf9f *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
szptvlfn
22e9b8155f update HOMEPAGE 2019-11-06 11:26:59 +00:00
nia
d3b567dd8b uim-elisp: Fix version number 2019-11-05 21:32:14 +00:00
ryoon
e18c0a84f6 Remove bogus PaX MPROTECT unsafe 2019-11-05 17:28:37 +00:00
ryoon
fd76d63c87 Fix build and uim-elisp
* Restore UIM_VERSION. It is used uim-elisp package
* Fix segfault of uim-module-manager during build.
* Remove an unused patch.
2019-11-05 17:13:10 +00:00
rillig
33ff368747 inputmethod: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-02 22:56:53 +00:00
nia
818f390c12 uim: Update to 1.8.8
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]
2019-11-01 16:21:11 +00:00
ryoon
64a4706f3f Remove removed conditions in PLIST, fix packaging 2019-10-28 12:38:48 +00:00
kamil
181453afa6 fcitx: Remove the qt (qt4) build option (it was disabled by default) 2019-10-28 09:46:18 +00:00
kamil
1104d93780 uim: Drop kde/qt4 build options (both were disabled by default) 2019-10-27 17:31:35 +00:00
mef
58b36f7103 (inputmethod/tc) Fix build for new emacs, 25-26 2019-10-23 14:01:59 +00:00
tsutsui
6e3523eea1 ibus: update PLIST to actually match for cldr-emoji-annotation-35.12.14971.0. 2019-09-14 11:34:18 +00:00
tsutsui
5e3c235599 ibus, ibus-python: update to 1.5.21.
pkgsrc changes:
 - pull upstream fixes (will appear in the next version):
  - bus: Implement GDBusAuthObserver callback (to avoid #2116 conflicts)
    3d442dbf93
  - g_dbus_server_new_sync() is failed with address unix:tmpdir=/tmp/ibus
    https://github.com/ibus/ibus/issues/2116
  - Save address file in XDG_RUNTIME_DIR
    https://github.com/ibus/ibus/pull/2128
 - explicitly pull Unicode 12.0 packages to avoid unexpected inconsistency
 - drop obsolete gconf from CONFIGURE_ARGS

Upstream changes:
 https://github.com/ibus/ibus/releases/tag/1.5.21

 1.5.21
 * Enable to run ibus-setup with a different python
 * Update ibusunicodegen.h for Unicode UCD 12.0
 * Fixes build issues
 * Enhance tests
 * Add ibus.its for IME's component files
 * Make ISO 639 language names with title
 * Keep preedit cursor_pos and visible in clearing preedit text
 * Support long sequences and multiple output characters for compose table
 * Disable panel extension for gnome-initial-setup user
 * Exit ibus-daemon with parent's death
 * Update Wayland input-method protocol to unstable v1
* Indistinguishable address of ibus-daemon (Gunnar Hjalmarsson)
* Update LOCALES_STRING (Hodong Kim)
* Fix typos (Changwoo Ryu)
2019-09-14 04:26:39 +00:00
adam
435af01a8b Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
ryoon
edacf2bbcb Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
wiz
1ac2210b6f *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
wiz
c30c5fbc0b *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
nia
c66ee34855 Follow some http->https redirects. 2019-07-08 10:36:25 +00:00
ryoon
57d0806c39 Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
nia
b21b6149c2 More http -> https.
Reviewed by hand.
2019-06-24 10:59:40 +00:00
leot
554817ea9e ibus: Add missing depend to dbus 2019-05-15 14:37:55 +00:00
leot
9f95930106 ibus-hangul: Use PY_PATCHPLIST and MASTER_SITES_GITHUB (NFC)
- Instead of manually adjusting PLIST for Python 2.x and 3.x use PY_PATCHPLIST
- Use MASTER_SITE_GITHUB
2019-05-15 14:33:13 +00:00
leot
42e0ecd26f ibus-array: Add Python 3 support and use PY_PATHPLIST
- setup/main.py bytecode was not generated just due inconsintent use of spaces
   and tabs for indentation, address that via patch-setup_main.py
 - Use PY_PATCHPLIST to avoid manually adjusting the PLIST for .pyo/.pyc

PKGREVISION++
2019-05-15 14:23:15 +00:00
mef
d27ef7e5f4 (inputmethod/ibus-array) unnecessary PLIST.* left out, sorry. Tks wiz@. 2019-05-15 13:43:23 +00:00
mef
175e54fe1f (inputmethod/ibus-array) Remove unnecessary line -> pyversion.mk 2019-05-14 15:11:36 +00:00
mef
65d8238252 (inputmethod/ibus-hangul) Eliminate uncessary PLIST_SRC setup. Tkgs leot@ 2019-05-14 14:47:14 +00:00
mef
a5af095fba (inputmethod/ibus-array) Eliminate uncessary PLIST_SRC setup. Tkgs leot@ 2019-05-14 14:39:34 +00:00
mef
9cd66d5142 (inputmethod/ibus-hangul) PLIST variation for py 27 36 37 2019-05-11 07:19:43 +00:00
mef
79e46dfeb0 (inputmethod/ibus-array) Supporting PLIST variation for py 27 36 37 (Missing files added) 2019-05-11 06:36:03 +00:00
mef
7576fa3245 (inputmethod/ibus-array) Supporting PLIST variation for py 27 36 37 2019-05-11 06:35:31 +00:00
ryoon
76d5de997e Recursive rebvump from devel/nss 2019-05-05 22:49:45 +00:00
mef
b1af4a02a6 PR pkg/54142 inputmethod/ibus-skk missing libkbcommon as buildlink3.mk OK by bsiegert@, tks 2019-04-28 11:48:32 +00:00
wiz
48f0604226 *: add SHA512 checksums to distinfo 2019-04-27 11:33:02 +00:00
ryoon
04829d91ba Add extra-cmake-modules as dependency to build
Bump PKGREVISION
2019-04-27 04:06:21 +00:00
ryoon
87aee5777b Make Qt4 optional and disable by default
Bump PKGREVISION
2019-04-27 03:20:32 +00:00
maya
7820bc7a2f fix some whitespace, mostly introduced in the previous
python 3.4 / 3.5 removal commit.
2019-04-26 14:12:31 +00:00