Commit graph

31 commits

Author SHA1 Message Date
nia
04f4eef997 *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
wiz
1507c2e2af *: switch to python 2.7 version of py-gobject3 2022-01-28 14:02:33 +00:00
wiz
f83a336267 ibus-anthy: limit to python 2.7 to fix build
(ibus-python is already limited to python 2.7)
2022-01-28 12:49:56 +00:00
adam
b6d9bd86bc revbump for icu and libffi 2021-12-08 16:01:42 +00:00
nia
afa868c45a inputmethod: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./inputmethod/anthy/distinfo 2ch.t
./inputmethod/anthy/distinfo okinawa-20090801.t
2021-10-26 10:49:30 +00:00
nia
0e6591d263 inputmethod: Remove SHA1 hashes for distfiles 2021-10-07 14:19:36 +00:00
nia
f6dd9d2f87 Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
2020-12-04 20:44:57 +00:00
wiz
f669fda471 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
maya
f34a8c24a3 PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
2019-04-25 07:32:34 +00:00
wiz
7c8354aa3e Update some HOMEPAGEs. 2017-08-16 21:22:11 +00:00
jperkin
8d04ae4456 Remove mk/find-prefix.mk usage from the inputmethod category.
The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.

Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure.  Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.

Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.
2015-11-25 12:50:57 +00:00
agc
5fb7ef9693 Add SHA512 digests for distfiles for inputmethod category
Problems found locating distfiles:
	Package anthy: missing distfile 2ch.t
	Package anthy: missing distfile okinawa-20090801.t

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 22:13:34 +00:00
hiramatsu
bb2e62806b Set MAINTAINER to pkgsrc-users. 2015-03-15 17:56:15 +00:00
obache
6292c47390 Update ibus-anthy to 1.5.6.
* Fixed deprecated GtkHBox, GtkVBox and GtkStock since GTK+ 3.10.
* Fixed deprecated warnings with python3-gobject 3.13.3.
* Set max-width-chars property in ibus-anthy-setup wrapped GtkLabel.
* Set a parent window from 'IBUS_SETUP_XID' environment variable in setup.
* Replare FileNotFoundError with IOError for python2 compatibility. (#1736)
* Changed fequency 500 to 0.
* Added Emoji dictionary.
* Set preview_lines to -1 in zip code.
* Added search entry in view dictionary dialog.
* Fixed Gtk.SearchEntry.search-changed signal for gtk 3.8.
2014-11-03 08:53:53 +00:00
wiz
3faf991a33 Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.

I probably bumped too many. I hope I got them all.
2014-05-17 16:10:41 +00:00
obache
489922cd04 Update ibus-anthy to 1.5.5.
* Fixed IOError in print sys.stderr when the parent process exits.
* Added python3.
* Launched an error dialog when .anthy/last-record2_default.utf8 is broken.

Wile here, expressly configure as default-layout=default (instead of default "jp")
2014-04-06 04:24:19 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
obache
70bf2b96bf py-gobject3 is required, and gobject-introspection is just required to build.
Bump PKGREVISION.
2013-11-26 11:22:15 +00:00
obache
cfe0272a22 Update ibus-anthy to 1.5.4.
Released 1.5.4

    Removed g_type_init() calls.
    Fixed ibus-engine-anthy --xml without display
    Fixed kana_voiced_consonant_no_rule for 'bo'.
    Fixed dicts.
    Updated symbol.t with Seiza.
    Added Era dict.
    Updated source files with the latest GPL 2.0.
    Imported anthy zipcode.t into ibus-anthy.
    Added to check the input purpose for gnome-shell password dialog.
    Implemented ISO 14755 with Ctrl+Shift+u in LATIN mode.
    Extracted prefix in ANTHY_ZIPCODE_FILE for sh test.

    Released 1.5.3

    Minor release for worng configure.ac

    Released 1.5.2

    Fixed some bugs.
    Added customizable Hiragana_Katakana key.

    Released 1.5.1

    Cleaned up configure.ac and added anthy.i in tarball (#1571)
    setup: Look like a modal dialog when under gnome-control-center
    Fixed to convert yen to U+30FC in kana mode. (#1596)
    Removed deprecated GObject.
    Fixed unichr range (#957222)
    Enabled Latin mode with Shift key.
    Let Latin mode return FALSE (#1058)
    Changed GOBJECT_INTROSPECTION_CHECK to GOBJECT_INTROSPECTION_REQUIRE (#1620)
    Added Zenkaku_Hankaku to on-off keys.
    Sent IBus.PropState.UNCHECKED for ibus 1.5.

    Released 1.5.0

    Added ibus menu customization.
    Added us layout table for Kana.
    Added keyboard layout customization.
    Enabled IBusProperty.symbol with ibus 1.5 .
    Add a .desktop file for ibus-setup-anthy
    Updated configure.ac to use ibus pygobject3.
    Converted pygtk2 to gir gtk3.
2013-10-23 12:09:28 +00:00
asau
691a200a94 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:25:10 +00:00
obache
f716657d36 Update ibus-anthy to 1.2.7.
Released 1.2.7

    Added --with-layout option in configure for IBusEngineDesc.
    Added symbol and hotkeys property in IBusEngineDesc.

    Added --with-layout option in configure for IBusEngineDesc.

    New ibus 1.5 will use the IBusEngineDesc.layout but Japanese input method
    inherits the system keyboard layout so I added the configuration.
    Probably ibus-anthy would need IBusEngineDesc.layout = 'default'.

    Added symbol and hotkeys property in IBusEngineDesc.

    Fixed UTF-8 copyright on about dialog.

    Fixed undefined getuid in engine.py
2012-04-22 13:58:21 +00:00
obache
214f3a9a55 bump PKGREVISION from python default change to 2.7. 2012-03-10 10:56:12 +00:00
obache
235ab2a043 Update ibus-anthy to 1.2.6.
* Updated translations.
* Added an old character dict.
* Updated Romaji table with Gairaigo.
* Fixed the latest page_size for ibus.LookupTable.
2011-05-17 11:58:44 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
obache
4eba3aab66 Update ibus-anthy to 1.2.5.
Fixed deleting voiced consonants. (#1148)
    Fixed romaji_typing_rule and kana_typing_rule receives UTF-8 keys. (#1146)
    Fixed the custom tables with new keys.
    Fixed SEGV when key tables are customized in new gconf.
    Added a warning for ibus.
    Supported ibus.engine.update_preedit_text_with_mode
2010-12-01 11:16:26 +00:00
obache
360e23e4e4 Update ibus-anthy to 1.2.4.
bug fixes.
2010-10-27 04:19:21 +00:00
obache
f3f4780c3a Upadte ibus-anthy to 1.2.3.
* Contributed fr.po by Humbert Julien
2010-10-16 15:19:45 +00:00
obache
919f12587f Update ibus-anthy to 1.2.2.20101015.
* Fixed NetBSD ENV issue (#1029)
* Fixed commit_nth_segment
* Added custom key table.
* Updated anthy icon.
* Added menu item labels.
* Fix ATOK commit_selected_segment
* Fix sh equal and swig include path. #883, #884
2010-10-16 06:04:27 +00:00
obache
3593815b0b exactly pass localedir to configure. 2010-09-04 05:04:57 +00:00
obache
b89a42c52c Add workaround for upstream Issue#1029:
http://code.google.com/p/ibus/issues/detail?id=1029
2010-08-11 13:11:56 +00:00
obache
ca339b2b8e Import ibus-anthy-1.2.1 as inputmethod/ibus-anthy.
The Anthy engine for IBus platform. It provides Japanese input method from
libanthy.
2010-08-07 01:50:52 +00:00