Alexander Pyhalov
2016-10-05 9350e7d610a725e033c30e4ef475979ea9f03c37
ibus-anthy: update to 1.2.7, switch to python 2.7
3 files added
179 ■■■■■ changed files
components/inputmethod/ibus-anthy/Makefile 58 ●●●●● patch | view | raw | blame | history
components/inputmethod/ibus-anthy/ibus-anthy.p5m 61 ●●●●● patch | view | raw | blame | history
components/inputmethod/ibus-anthy/manifests/sample-manifest.p5m 60 ●●●●● patch | view | raw | blame | history
components/inputmethod/ibus-anthy/Makefile
New file
@@ -0,0 +1,58 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2016 Alexander Pyhalov
#
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= ibus-anthy
COMPONENT_VERSION= 1.2.7
# version was bumped in g11n/inputmethod
HUMAN_VERSION= 1.2.7
IPS_COMPONENT_VERSION= 1.3.9
COMPONENT_CLASSIFICATION= System/Internationalization
COMPONENT_SUMMARY= iBus Japanese IME - anthy
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
  sha256:33c42c1612423f84fddd8c38f8b2439b8af5f0b5fc7725ae195a01b8999d85e9
COMPONENT_ARCHIVE_URL= \
  https://github.com/ibus/ibus-anthy/releases/download/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL = https://github.com/fujiwarat/ibus-anthy/wiki
COMPONENT_FMRI = system/input-method/ibus/anthy
COMPONENT_LICENSE = GPLv2
COMPONENT_LICENSE_FILE = COPYING
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
PATH = /usr/gnu/bin:/usr/bin
CONFIGURE_OPTIONS += --sysconfdir=/etc
CONFIGURE_OPTIONS += --libexecdir=/usr/lib/ibus
CONFIGURE_ENV += PYTHON="$(PYTHON)"
CONFIGURE_ENV += am_cv_python_pythondir="$(PYTHON_VENDOR_PACKAGES)"
CONFIGURE_ENV += am_cv_python_pyexecdir="$(PYTHON_VENDOR_PACKAGES)"
build: $(BUILD_32)
install: $(INSTALL_32)
test: $(TEST_32)
REQUIRED_PACKAGES += SUNWcs
REQUIRED_PACKAGES += runtime/python-27
REQUIRED_PACKAGES += system/input-method/library/libanthy
REQUIRED_PACKAGES += system/library
components/inputmethod/ibus-anthy/ibus-anthy.p5m
New file
@@ -0,0 +1,61 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2016 Alexander Pyhalov
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
set name=pkg.human-version value=$(HUMAN_VERSION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/lib/ibus/ibus-engine-anthy mode=0555
file path=usr/lib/ibus/ibus-setup-anthy mode=0555
file path=usr/lib/python2.7/vendor-packages/_anthy.so mode=0555
file path=usr/lib/python2.7/vendor-packages/anthy.py pkg.tmp.autopyc=false
file path=usr/share/ibus-anthy/dicts/oldchar.t
file path=usr/share/ibus-anthy/dicts/symbol.t
file path=usr/share/ibus-anthy/engine/engine.py
file path=usr/share/ibus-anthy/engine/engine.pyc
file path=usr/share/ibus-anthy/engine/factory.py
file path=usr/share/ibus-anthy/engine/factory.pyc
file path=usr/share/ibus-anthy/engine/jastring.py
file path=usr/share/ibus-anthy/engine/jastring.pyc
file path=usr/share/ibus-anthy/engine/kana.py
file path=usr/share/ibus-anthy/engine/kana.pyc
file path=usr/share/ibus-anthy/engine/main.py
file path=usr/share/ibus-anthy/engine/main.pyc
file path=usr/share/ibus-anthy/engine/romaji.py
file path=usr/share/ibus-anthy/engine/romaji.pyc
file path=usr/share/ibus-anthy/engine/segment.py
file path=usr/share/ibus-anthy/engine/segment.pyc
file path=usr/share/ibus-anthy/engine/tables.py
file path=usr/share/ibus-anthy/engine/tables.pyc
file path=usr/share/ibus-anthy/engine/thumb.py
file path=usr/share/ibus-anthy/engine/thumb.pyc
file path=usr/share/ibus-anthy/icons/ibus-anthy.png
file path=usr/share/ibus-anthy/setup/anthyprefs.py
file path=usr/share/ibus-anthy/setup/anthyprefs.pyc
file path=usr/share/ibus-anthy/setup/main.py
file path=usr/share/ibus-anthy/setup/main.pyc
file path=usr/share/ibus-anthy/setup/prefs.py
file path=usr/share/ibus-anthy/setup/prefs.pyc
file path=usr/share/ibus-anthy/setup/setup.glade
file path=usr/share/ibus/component/anthy.xml
file path=usr/share/locale/fr/LC_MESSAGES/ibus-anthy.mo
file path=usr/share/locale/ja/LC_MESSAGES/ibus-anthy.mo
file path=usr/share/locale/zh_CN/LC_MESSAGES/ibus-anthy.mo
components/inputmethod/ibus-anthy/manifests/sample-manifest.p5m
New file
@@ -0,0 +1,60 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2016 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/lib/ibus/ibus-engine-anthy
file path=usr/lib/ibus/ibus-setup-anthy
file path=usr/lib/python2.7/vendor-packages/_anthy.so
file path=usr/lib/python2.7/vendor-packages/anthy.py
file path=usr/share/ibus-anthy/dicts/oldchar.t
file path=usr/share/ibus-anthy/dicts/symbol.t
file path=usr/share/ibus-anthy/engine/engine.py
file path=usr/share/ibus-anthy/engine/engine.pyc
file path=usr/share/ibus-anthy/engine/factory.py
file path=usr/share/ibus-anthy/engine/factory.pyc
file path=usr/share/ibus-anthy/engine/jastring.py
file path=usr/share/ibus-anthy/engine/jastring.pyc
file path=usr/share/ibus-anthy/engine/kana.py
file path=usr/share/ibus-anthy/engine/kana.pyc
file path=usr/share/ibus-anthy/engine/main.py
file path=usr/share/ibus-anthy/engine/main.pyc
file path=usr/share/ibus-anthy/engine/romaji.py
file path=usr/share/ibus-anthy/engine/romaji.pyc
file path=usr/share/ibus-anthy/engine/segment.py
file path=usr/share/ibus-anthy/engine/segment.pyc
file path=usr/share/ibus-anthy/engine/tables.py
file path=usr/share/ibus-anthy/engine/tables.pyc
file path=usr/share/ibus-anthy/engine/thumb.py
file path=usr/share/ibus-anthy/engine/thumb.pyc
file path=usr/share/ibus-anthy/icons/ibus-anthy.png
file path=usr/share/ibus-anthy/setup/anthyprefs.py
file path=usr/share/ibus-anthy/setup/anthyprefs.pyc
file path=usr/share/ibus-anthy/setup/main.py
file path=usr/share/ibus-anthy/setup/main.pyc
file path=usr/share/ibus-anthy/setup/prefs.py
file path=usr/share/ibus-anthy/setup/prefs.pyc
file path=usr/share/ibus-anthy/setup/setup.glade
file path=usr/share/ibus/component/anthy.xml
file path=usr/share/locale/fr/LC_MESSAGES/ibus-anthy.mo
file path=usr/share/locale/ja/LC_MESSAGES/ibus-anthy.mo
file path=usr/share/locale/zh_CN/LC_MESSAGES/ibus-anthy.mo