Marcel Telka
2024-04-03 72d66ff28ec33bc2c05b355c6218d98d13b79450
commit | author | age
9350e7 1 #
AP 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
ff29dd 13 # Copyright 2017 Alexander Pyhalov
9350e7 14 #
AP 15
16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
3f747a 17 set name=pkg.human-version value=$(HUMAN_VERSION)
9350e7 18 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
AP 19 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
20 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
21 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
22 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
ff29dd 23
AP 24 <transform file path=usr/lib/ibus/.* -> default mode 0555>
9350e7 25
3f747a 26 # Scripts in usr/lib/ibus needs Python
MT 27 depend type=require fmri=runtime/python-$(PYV)
28
9350e7 29 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
AP 30
ff29dd 31 file path=usr/include/ibus-anthy-1.0/anthygcontext.h
5e1345 32 file path=usr/lib/$(MACH64)/girepository-1.0/Anthy-9000.typelib
AP 33 link path=usr/lib/$(MACH64)/libanthygobject-1.0.so \
3f747a 34     target=libanthygobject-1.0.so.5.0.515
5e1345 35 link path=usr/lib/$(MACH64)/libanthygobject-1.0.so.5 \
3f747a 36     target=libanthygobject-1.0.so.5.0.515
MT 37 file path=usr/lib/$(MACH64)/libanthygobject-1.0.so.5.0.515
5e1345 38 file path=usr/lib/ibus/$(MACH64)/ibus-engine-anthy
AP 39 file path=usr/lib/ibus/$(MACH64)/ibus-setup-anthy
ff29dd 40 file path=usr/share/applications/ibus-setup-anthy.desktop
AP 41 file path=usr/share/gir-1.0/Anthy-9000.gir
5e1345 42 file path=usr/share/glib-2.0/schemas/org.freedesktop.ibus.engine.anthy.gschema.xml
ff29dd 43 file path=usr/share/ibus-anthy/dicts/emoji.t
AP 44 file path=usr/share/ibus-anthy/dicts/era.t
9350e7 45 file path=usr/share/ibus-anthy/dicts/oldchar.t
AP 46 file path=usr/share/ibus-anthy/dicts/symbol.t
ff29dd 47 file path=usr/share/ibus-anthy/dicts/zipcode.t
3f747a 48 file path=usr/share/ibus-anthy/engine/__pycache__/_config.cpython-39.opt-1.pyc
MT 49 file path=usr/share/ibus-anthy/engine/__pycache__/_config.cpython-39.pyc
50 file path=usr/share/ibus-anthy/engine/__pycache__/engine.cpython-39.opt-1.pyc
51 file path=usr/share/ibus-anthy/engine/__pycache__/engine.cpython-39.pyc
52 file path=usr/share/ibus-anthy/engine/__pycache__/factory.cpython-39.opt-1.pyc
53 file path=usr/share/ibus-anthy/engine/__pycache__/factory.cpython-39.pyc
54 file path=usr/share/ibus-anthy/engine/__pycache__/jastring.cpython-39.opt-1.pyc
55 file path=usr/share/ibus-anthy/engine/__pycache__/jastring.cpython-39.pyc
56 file path=usr/share/ibus-anthy/engine/__pycache__/kana.cpython-39.opt-1.pyc
57 file path=usr/share/ibus-anthy/engine/__pycache__/kana.cpython-39.pyc
58 file path=usr/share/ibus-anthy/engine/__pycache__/main.cpython-39.opt-1.pyc
59 file path=usr/share/ibus-anthy/engine/__pycache__/main.cpython-39.pyc
60 file path=usr/share/ibus-anthy/engine/__pycache__/romaji.cpython-39.opt-1.pyc
61 file path=usr/share/ibus-anthy/engine/__pycache__/romaji.cpython-39.pyc
62 file path=usr/share/ibus-anthy/engine/__pycache__/segment.cpython-39.opt-1.pyc
63 file path=usr/share/ibus-anthy/engine/__pycache__/segment.cpython-39.pyc
64 file path=usr/share/ibus-anthy/engine/__pycache__/tables.cpython-39.opt-1.pyc
65 file path=usr/share/ibus-anthy/engine/__pycache__/tables.cpython-39.pyc
66 file path=usr/share/ibus-anthy/engine/__pycache__/thumb.cpython-39.opt-1.pyc
67 file path=usr/share/ibus-anthy/engine/__pycache__/thumb.cpython-39.pyc
ff29dd 68 file path=usr/share/ibus-anthy/engine/_config.py
AP 69 file path=usr/share/ibus-anthy/engine/default.xml
9350e7 70 file path=usr/share/ibus-anthy/engine/engine.py
AP 71 file path=usr/share/ibus-anthy/engine/factory.py
72 file path=usr/share/ibus-anthy/engine/jastring.py
73 file path=usr/share/ibus-anthy/engine/kana.py
74 file path=usr/share/ibus-anthy/engine/main.py
75 file path=usr/share/ibus-anthy/engine/romaji.py
76 file path=usr/share/ibus-anthy/engine/segment.py
77 file path=usr/share/ibus-anthy/engine/tables.py
78 file path=usr/share/ibus-anthy/engine/thumb.py
3f747a 79 file path=usr/share/ibus-anthy/setup/__pycache__/_config.cpython-39.opt-1.pyc
MT 80 file path=usr/share/ibus-anthy/setup/__pycache__/_config.cpython-39.pyc
81 file path=usr/share/ibus-anthy/setup/__pycache__/anthyprefs.cpython-39.opt-1.pyc
82 file path=usr/share/ibus-anthy/setup/__pycache__/anthyprefs.cpython-39.pyc
83 file path=usr/share/ibus-anthy/setup/__pycache__/main.cpython-39.opt-1.pyc
84 file path=usr/share/ibus-anthy/setup/__pycache__/main.cpython-39.pyc
85 file path=usr/share/ibus-anthy/setup/__pycache__/prefs.cpython-39.opt-1.pyc
86 file path=usr/share/ibus-anthy/setup/__pycache__/prefs.cpython-39.pyc
ff29dd 87 file path=usr/share/ibus-anthy/setup/_config.py
9350e7 88 file path=usr/share/ibus-anthy/setup/anthyprefs.py
AP 89 file path=usr/share/ibus-anthy/setup/main.py
90 file path=usr/share/ibus-anthy/setup/prefs.py
ff29dd 91 file path=usr/share/ibus-anthy/setup/setup.ui
9350e7 92 file path=usr/share/ibus/component/anthy.xml
ff29dd 93 file path=usr/share/icons/hicolor/scalable/apps/ibus-anthy.svg
AP 94 file path=usr/share/locale/ca/LC_MESSAGES/ibus-anthy.mo
5e1345 95 file path=usr/share/locale/cs/LC_MESSAGES/ibus-anthy.mo
3f747a 96 file path=usr/share/locale/de/LC_MESSAGES/ibus-anthy.mo
ff29dd 97 file path=usr/share/locale/el/LC_MESSAGES/ibus-anthy.mo
5e1345 98 file path=usr/share/locale/es/LC_MESSAGES/ibus-anthy.mo
3f747a 99 file path=usr/share/locale/fi/LC_MESSAGES/ibus-anthy.mo
9350e7 100 file path=usr/share/locale/fr/LC_MESSAGES/ibus-anthy.mo
3f747a 101 file path=usr/share/locale/hu/LC_MESSAGES/ibus-anthy.mo
9350e7 102 file path=usr/share/locale/ja/LC_MESSAGES/ibus-anthy.mo
3f747a 103 file path=usr/share/locale/ka/LC_MESSAGES/ibus-anthy.mo
MT 104 file path=usr/share/locale/ko/LC_MESSAGES/ibus-anthy.mo
ff29dd 105 file path=usr/share/locale/pt_BR/LC_MESSAGES/ibus-anthy.mo
3f747a 106 file path=usr/share/locale/pt_PT/LC_MESSAGES/ibus-anthy.mo
MT 107 file path=usr/share/locale/si/LC_MESSAGES/ibus-anthy.mo
108 file path=usr/share/locale/sv/LC_MESSAGES/ibus-anthy.mo
109 file path=usr/share/locale/tr/LC_MESSAGES/ibus-anthy.mo
ff29dd 110 file path=usr/share/locale/uk/LC_MESSAGES/ibus-anthy.mo
9350e7 111 file path=usr/share/locale/zh_CN/LC_MESSAGES/ibus-anthy.mo
5e1345 112 file path=usr/share/metainfo/org.freedesktop.ibus.engine.anthy.metainfo.xml