diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index a8bb8912470d..047f69b612f4 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -1,113 +1,119 @@ PORTNAME= ibus -DISTVERSION= 1.5.31 -PORTREVISION= 1 +DISTVERSION= 1.5.32 CATEGORIES= textproc MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER= henry.hu.sh@gmail.com COMMENT= Intelligent Input Bus for Unix-like systems WWW= https://github.com/ibus/ibus LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ - ${LOCALBASE}/share/unicode/ucd/NamesList.txt:textproc/UCD \ - iso-codes>0:misc/iso-codes \ - bash:shells/bash +BUILD_DEPENDS= ${LOCALBASE}/share/unicode/ucd/NamesList.txt:textproc/UCD \ + ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ + bash:shells/bash \ + iso-codes>0:misc/iso-codes LIB_DEPENDS= libdbus-1.so:devel/dbus RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ iso-codes>0:misc/iso-codes \ setxkbmap:x11/setxkbmap -USES= compiler cpe gmake gnome libtool localbase pathfix \ - pkgconfig python shebangfix xorg +USES= compiler cpe gmake gnome libtool localbase pathfix pkgconfig \ + python shebangfix xorg CPE_VENDOR= ibus_project USE_GNOME= glib20 pygobject3 USE_LDCONFIG= yes USE_PYTHON= py3kplist +USE_XORG= x11 xfixes xi xtst SHEBANG_GLOB= *.sh -USE_XORG= x11 xi xfixes xtst GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --with-ucd-dir=${LOCALBASE}/share/unicode/ucd \ - --disable-python2 --disable-python-library \ - --disable-systemd --disable-systemd-services \ - --disable-install-tests +CONFIGURE_ARGS= --disable-install-tests \ + --disable-python2 \ + --disable-systemd-services \ + --with-html-dir=${PREFIX}/share/doc \ + --with-ucd-dir=${LOCALBASE}/share/unicode/ucd INSTALL_TARGET= install-strip TEST_TARGET= check TEST_WRKSRC= ${WRKSRC}/src/tests -OPTIONS_DEFINE= APPINDICATOR ENGINE VAPI GTK2 GTK3 GTK4 GINTRO DCONF XIM EMOJI DOCS NLS WAYLAND -OPTIONS_DEFAULT= APPINDICATOR GTK3 GTK4 VAPI GINTRO DCONF XIM ENGINE EMOJI WAYLAND +OPTIONS_DEFINE= APPINDICATOR DCONF DOCS EMOJI ENGINE GINTRO GTK2 GTK3 \ + GTK4 NLS VAPI WAYLAND XIM +OPTIONS_DEFAULT= APPINDICATOR DCONF EMOJI ENGINE GINTRO GTK3 GTK4 VAPI \ + WAYLAND XIM NO_OPTIONS_SORT= yes -WAYLAND_IMPLIES= GTK3 GTK4 -OPTIONS_SUB= yes +OPTIONS_SUB= yes APPINDICATOR_DESC= Enable appindicator support -DCONF_DESC= Use dconf for configuration -EMOJI_DESC= Install emoji dictionary -ENGINE_DESC= Install ibus simple engine -GINTRO_DESC= Install GObject Introspection data -GTK2_DESC= Install GTK2 input method client -GTK3_DESC= Install GTK3 input method client -GTK4_DESC= Install GTK4 input method client -WAYLAND_DESC= Enable Wayland support -XIM_DESC= Install XIM server +DCONF_DESC= Use dconf for configuration +EMOJI_DESC= Install emoji dictionary +ENGINE_DESC= Install ibus simple engine +GINTRO_DESC= Install GObject Introspection data +GTK2_DESC= Install GTK2 input method client +GTK3_DESC= Install GTK3 input method client +GTK4_DESC= Install GTK4 input method client +WAYLAND_DESC= Enable Wayland support +XIM_DESC= Install XIM server -APPINDICATOR_CONFIGURE_ENABLE= appindicator -APPINDICATOR_IMPLIES= GTK3 +APPINDICATOR_IMPLIES= GTK3 APPINDICATOR_LIB_DEPENDS= libdbusmenu-glib.so:devel/libdbusmenu -DCONF_USE= GNOME=dconf -DCONF_CONFIGURE_ENABLE= dconf -DCONF_VARS= GLIB_SCHEMAS=org.freedesktop.ibus.gschema.xml -DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc -DOCS_CONFIGURE_ENABLE= gtk-doc-html -EMOJI_BUILD_DEPENDS= json-glib>=0:devel/json-glib \ - unicode-emoji>0:misc/unicode-emoji \ - cldr-emoji-annotation>0:misc/cldr-emoji-annotation -EMOJI_CONFIGURE_ON= --with-unicode-emoji-dir=${LOCALBASE}/share/unicode/emoji \ - --with-emoji-annotation-dir=${LOCALBASE}/share/unicode/cldr/common/annotations -EMOJI_CONFIGURE_ENABLE= emoji-dict +APPINDICATOR_CONFIGURE_ENABLE= appindicator +DCONF_USE= GNOME=dconf +DCONF_CONFIGURE_ENABLE= dconf +DCONF_VARS= GLIB_SCHEMAS=org.freedesktop.ibus.gschema.xml +DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc +DOCS_CONFIGURE_ENABLE= gtk-doc-html +EMOJI_BUILD_DEPENDS= cldr-emoji-annotation>0:misc/cldr-emoji-annotation \ + json-glib>=0:devel/json-glib \ + unicode-emoji>0:misc/unicode-emoji +EMOJI_CONFIGURE_ON= --with-emoji-annotation-dir=${LOCALBASE}/share/unicode/cldr/common/annotations \ + --with-unicode-emoji-dir=${LOCALBASE}/share/unicode/emoji +EMOJI_CONFIGURE_ENABLE= emoji-dict ENGINE_CONFIGURE_ENABLE= engine -GINTRO_USE= GNOME=introspection +GINTRO_USE= GNOME=introspection GINTRO_CONFIGURE_ENABLE= introspection -GTK2_USE= GNOME=cairo,gtk20 -GTK2_CONFIGURE_ENABLE= gtk2 -GTK3_LIB_DEPENDS= libdbus-1.so:devel/dbus \ - libnotify.so:devel/libnotify -GTK3_USE= GNOME=cairo,gtk30,pango -GTK3_CONFIGURE_ENABLE= gtk3 libnotify -GTK3_LIBS= -lX11 -GTK3_IMPLIES= WAYLAND -GTK4_USE= GNOME=cairo,gtk40 -GTK4_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader \ - libgraphene-1.0.so:graphics/graphene -GTK4_CONFIGURE_ENABLE= gtk4 -GTK4_IMPLIES= WAYLAND -NLS_USES= gettext -NLS_USES_OFF= gettext-tools -NLS_CONFIGURE_ENABLE= nls -VAPI_IMPLIES= GINTRO -VAPI_USES= vala:build -VAPI_CONFIGURE_ENABLE= vala -WAYLAND_BUILD_DEPENDS= wayland>1.14:graphics/wayland -WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \ - libxkbcommon.so:x11/libxkbcommon +GTK2_USE= GNOME=cairo,gtk20 +GTK2_CONFIGURE_ENABLE= gtk2 +GTK3_IMPLIES= WAYLAND +GTK3_LIB_DEPENDS= libdbus-1.so:devel/dbus \ + libnotify.so:devel/libnotify +GTK3_USES= vala:build +GTK3_USE= GNOME=cairo,gtk30,pango +GTK3_CONFIGURE_ENABLE= gtk3 libnotify +GTK3_LIBS= -lX11 +GTK4_IMPLIES= WAYLAND +GTK4_LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene \ + libvulkan.so:graphics/vulkan-loader +GTK4_USE= GNOME=cairo,gtk40 +GTK4_CONFIGURE_ENABLE= gtk4 +NLS_USES= gettext +NLS_USES_OFF= gettext-tools +NLS_CONFIGURE_ENABLE= nls +VAPI_IMPLIES= GINTRO +VAPI_USES= vala:build +VAPI_CONFIGURE_ENABLE= vala +WAYLAND_BUILD_DEPENDS= wayland>1.14:graphics/wayland +WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \ + libxkbcommon.so:x11/libxkbcommon WAYLAND_CONFIGURE_ENABLE= wayland -XIM_CONFIGURE_ENABLE= xim +XIM_IMPLIES= GTK3 +XIM_CONFIGURE_ENABLE= xim .include .if ${PORT_OPTIONS:MENGINE} || ${PORT_OPTIONS:MGTK3} || ${PORT_OPTIONS:MDCONF} PLIST_SUB+= COMPDIR="" .else PLIST_SUB+= COMPDIR="@comment " .endif +post-configure: + # Clean pre-generated source code, which may not match the options selected. + ${MAKE} -C ${WRKSRC}/ui/gtk3 maintainer-clean-generic + post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/xdg/autostart ${INSTALL_DATA} ${PATCHDIR}/ibus.desktop ${STAGEDIR}${PREFIX}/etc/xdg/autostart .include diff --git a/textproc/ibus/distinfo b/textproc/ibus/distinfo index c601429f4a0a..2f9baf403156 100644 --- a/textproc/ibus/distinfo +++ b/textproc/ibus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732455834 -SHA256 (ibus-1.5.31.tar.gz) = 5093994c8342551134c81f2d271575efbc459bb756cef1173c22430c8601a1e1 -SIZE (ibus-1.5.31.tar.gz) = 4108303 +TIMESTAMP = 1744817598 +SHA256 (ibus-1.5.32.tar.gz) = b24f41ae38b236b254c09f1a8f53c2354b69b0789e89cea888d0494b09d15d67 +SIZE (ibus-1.5.32.tar.gz) = 4192999 diff --git a/textproc/ibus/pkg-plist b/textproc/ibus/pkg-plist index ae8da59e8b94..706c19e19f58 100644 --- a/textproc/ibus/pkg-plist +++ b/textproc/ibus/pkg-plist @@ -1,373 +1,384 @@ bin/ibus bin/ibus-daemon bin/ibus-setup etc/xdg/autostart/ibus.desktop etc/xdg/Xwayland-session.d/10-ibus-x11 %%DCONF%%etc/dconf/db/ibus.d/00-upstream-settings %%DCONF%%share/man/man5/00-upstream-settings.5.gz %%DCONF%%@postunexec rm -f %D/etc/dconf/db/ibus %%DCONF%%@postexec dconf update %%DCONF%%etc/dconf/profile/ibus include/ibus-1.0/ibus.h include/ibus-1.0/ibusaccelgroup.h include/ibus-1.0/ibusattribute.h include/ibus-1.0/ibusattrlist.h include/ibus-1.0/ibusbus.h include/ibus-1.0/ibuscomponent.h include/ibus-1.0/ibusconfig.h include/ibus-1.0/ibusconfigservice.h include/ibus-1.0/ibusdebug.h include/ibus-1.0/ibusemoji.h include/ibus-1.0/ibusengine.h include/ibus-1.0/ibusenginedesc.h include/ibus-1.0/ibusenginesimple.h include/ibus-1.0/ibusenumtypes.h include/ibus-1.0/ibuserror.h include/ibus-1.0/ibusfactory.h include/ibus-1.0/ibushotkey.h include/ibus-1.0/ibusinputcontext.h include/ibus-1.0/ibuskeymap.h include/ibus-1.0/ibuskeys.h include/ibus-1.0/ibuskeysyms-compat.h include/ibus-1.0/ibuskeysyms.h include/ibus-1.0/ibuslookuptable.h include/ibus-1.0/ibusobject.h include/ibus-1.0/ibusobservedpath.h include/ibus-1.0/ibuspanelservice.h include/ibus-1.0/ibusproperty.h include/ibus-1.0/ibusproplist.h include/ibus-1.0/ibusproxy.h include/ibus-1.0/ibusregistry.h include/ibus-1.0/ibusserializable.h include/ibus-1.0/ibusservice.h include/ibus-1.0/ibusshare.h include/ibus-1.0/ibustext.h include/ibus-1.0/ibustypes.h include/ibus-1.0/ibusunicode.h include/ibus-1.0/ibusutil.h include/ibus-1.0/ibusversion.h include/ibus-1.0/ibusxevent.h include/ibus-1.0/ibusxml.h %%GTK2%%lib/gtk-2.0/2.10.0/immodules/im-ibus.so %%GINTRO%%lib/girepository-1.0/IBus-1.0.typelib %%GINTRO%%share/gir-1.0/IBus-1.0.gir %%GINTRO%%%%PYTHON_SITELIBDIR%%/gi/overrides/IBus.py %%GINTRO%%%%PYTHON_SITELIBDIR%%/gi/overrides/IBus.pyc %%GINTRO%%%%PYTHON_SITELIBDIR%%/gi/overrides/IBus.pyo +%%GINTRO%%%%PYTHON_SITELIBDIR%%/gi/overrides/__pycache__/IBus%%PYTHON_EXT_SUFFIX%%.opt-2.pyc %%GTK3%%lib/gtk-3.0/3.0.0/immodules/im-ibus.so %%GTK4%%lib/gtk-4.0/4.0.0/immodules/libim-ibus.so lib/libibus-1.0.so lib/libibus-1.0.so.5 -lib/libibus-1.0.so.5.0.531 +lib/libibus-1.0.so.5.0.532 libdata/pkgconfig/ibus-1.0.pc %%GTK3%%libexec/ibus-extension-gtk3 %%GTK3%%libexec/ibus-ui-gtk3 %%XIM%%libexec/ibus-x11 %%DCONF%%libexec/ibus-dconf %%ENGINE%%libexec/ibus-engine-simple libexec/ibus-portal %%EMOJI%%libexec/ibus-ui-emojier %%WAYLAND%%libexec/ibus-wayland share/man/man1/ibus-daemon.1.gz share/man/man1/ibus-setup.1.gz share/man/man1/ibus.1.gz %%DCONF%%share/man/man5/ibus.5.gz %%EMOJI%%share/man/man7/ibus-emoji.7.gz share/applications/org.freedesktop.IBus.Setup.desktop %%EMOJI%%share/applications/org.freedesktop.IBus.Panel.Emojier.desktop %%GTK3%%share/applications/org.freedesktop.IBus.Panel.Extension.Gtk3.desktop %%GTK3%%share/applications/org.freedesktop.IBus.Panel.Wayland.Gtk3.desktop share/dbus-1/services/org.freedesktop.IBus.service share/dbus-1/services/org.freedesktop.portal.IBus.service %%PORTDOCS%%%%DOCSDIR%%/IBusAttrList.html %%PORTDOCS%%%%DOCSDIR%%/IBusAttribute.html %%PORTDOCS%%%%DOCSDIR%%/IBusBus.html %%PORTDOCS%%%%DOCSDIR%%/IBusComponent.html %%PORTDOCS%%%%DOCSDIR%%/IBusConfig.html %%PORTDOCS%%%%DOCSDIR%%/IBusConfigService.html %%PORTDOCS%%%%DOCSDIR%%/IBusEngine.html %%PORTDOCS%%%%DOCSDIR%%/IBusEngineDesc.html %%PORTDOCS%%%%DOCSDIR%%/IBusEngineSimple.html %%PORTDOCS%%%%DOCSDIR%%/IBusFactory.html %%PORTDOCS%%%%DOCSDIR%%/IBusHotkeyProfile.html %%PORTDOCS%%%%DOCSDIR%%/IBusInputContext.html %%PORTDOCS%%%%DOCSDIR%%/IBusKeymap.html %%PORTDOCS%%%%DOCSDIR%%/IBusLookupTable.html %%PORTDOCS%%%%DOCSDIR%%/IBusObject.html %%PORTDOCS%%%%DOCSDIR%%/IBusObservedPath.html %%PORTDOCS%%%%DOCSDIR%%/IBusPanelService.html %%PORTDOCS%%%%DOCSDIR%%/IBusPropList.html %%PORTDOCS%%%%DOCSDIR%%/IBusProperty.html %%PORTDOCS%%%%DOCSDIR%%/IBusProxy.html %%PORTDOCS%%%%DOCSDIR%%/IBusRegistry.html %%PORTDOCS%%%%DOCSDIR%%/IBusSerializable.html %%PORTDOCS%%%%DOCSDIR%%/IBusService.html %%PORTDOCS%%%%DOCSDIR%%/IBusText.html %%PORTDOCS%%%%DOCSDIR%%/annotation-glossary.html %%PORTDOCS%%%%DOCSDIR%%/api-index-full.html %%PORTDOCS%%%%DOCSDIR%%/ch01.html %%PORTDOCS%%%%DOCSDIR%%/ch02.html %%PORTDOCS%%%%DOCSDIR%%/ch03.html %%PORTDOCS%%%%DOCSDIR%%/ch04.html %%PORTDOCS%%%%DOCSDIR%%/ch05.html %%PORTDOCS%%%%DOCSDIR%%/ch06.html %%PORTDOCS%%%%DOCSDIR%%/home.png %%PORTDOCS%%%%DOCSDIR%%/ibus-IBusKeysyms.html %%PORTDOCS%%%%DOCSDIR%%/ibus-ibusdebug.html %%PORTDOCS%%%%DOCSDIR%%/ibus-ibuserror.html %%PORTDOCS%%%%DOCSDIR%%/ibus-ibuskeys.html %%PORTDOCS%%%%DOCSDIR%%/ibus-ibuskeysyms-compat.html %%PORTDOCS%%%%DOCSDIR%%/ibus-ibusshare.html %%PORTDOCS%%%%DOCSDIR%%/ibus-ibustypes.html %%PORTDOCS%%%%DOCSDIR%%/ibus-ibusutil.html %%PORTDOCS%%%%DOCSDIR%%/ibus-ibusversion.html %%PORTDOCS%%%%DOCSDIR%%/ibus-ibusxml.html %%PORTDOCS%%%%DOCSDIR%%/ibus.devhelp2 %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/left-insensitive.png %%PORTDOCS%%%%DOCSDIR%%/left.png %%PORTDOCS%%%%DOCSDIR%%/right-insensitive.png %%PORTDOCS%%%%DOCSDIR%%/right.png %%PORTDOCS%%%%DOCSDIR%%/style.css %%PORTDOCS%%%%DOCSDIR%%/up-insensitive.png %%PORTDOCS%%%%DOCSDIR%%/up.png %%GTK3%%%%DATADIR%%/component/gtkextension.xml %%GTK3%%%%DATADIR%%/component/gtkpanel.xml %%DCONF%%%%DATADIR%%/component/dconf.xml %%ENGINE%%%%DATADIR%%/component/simple.xml %%EMOJI%%%%DATADIR%%/dicts/emoji-af.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-am.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-ar.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-ar_SA.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-as.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-ast.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-az.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-be.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-bg.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-bn.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-br.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-bs.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-ca.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-ccp.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-ceb.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-chr.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-cs.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-cy.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-da.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-de.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-de_CH.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-el.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-en.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-en_001.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-en_AU.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-en_CA.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-en_GB.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-en_IN.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-es.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-es_419.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-es_MX.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-es_US.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-et.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-eu.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-fa.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-fi.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-fil.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-fo.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-fr.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-fr_CA.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-ga.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-gd.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-gl.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-gu.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-he.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-hi.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-hr.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-hu.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-hy.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-ia.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-id.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-is.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-it.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-ja.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-jv.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-ka.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-kab.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-kk.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-km.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-kn.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-ko.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-kok.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-ku.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-ky.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-lo.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-lt.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-lv.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-mk.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-ml.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-mn.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-mr.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-ms.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-my.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-nb.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-ne.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-nl.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-nn.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-or.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-pa.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-pcm.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-pl.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-ps.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-pt.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-pt_PT.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-qu.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-ro.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-root.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-ru.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-sd.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-si.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-sk.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-sl.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-so.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-sq.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-sr.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-sr_Cyrl.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-sr_Cyrl_BA.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-sr_Latn.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-sr_Latn_BA.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-sv.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-sw.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-sw_KE.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-ta.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-te.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-th.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-tk.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-to.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-tr.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-uk.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-ur.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-uz.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-vi.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-yo.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-yue.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-yue_Hans.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-zh.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-zh_Hant.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-zh_Hant_HK.dict %%EMOJI%%%%DATADIR%%/dicts/emoji-zu.dict %%EMOJI%%%%DATADIR%%/dicts/unicode-blocks.dict %%EMOJI%%%%DATADIR%%/dicts/unicode-names.dict %%DATADIR%%/keymaps/common %%DATADIR%%/keymaps/in %%DATADIR%%/keymaps/jp %%DATADIR%%/keymaps/kr %%DATADIR%%/keymaps/modifiers %%DATADIR%%/keymaps/us %%DATADIR%%/setup/emojilang.py %%DATADIR%%/setup/emojilang.pyc %%DATADIR%%/setup/emojilang.pyo +%%DATADIR%%/setup/__pycache__/emojilang%%PYTHON_EXT_SUFFIX%%.opt-2.pyc %%DATADIR%%/setup/engineabout.py %%DATADIR%%/setup/engineabout.pyc %%DATADIR%%/setup/engineabout.pyo +%%DATADIR%%/setup/__pycache__/engineabout%%PYTHON_EXT_SUFFIX%%.opt-2.pyc %%DATADIR%%/setup/enginecombobox.py %%DATADIR%%/setup/enginecombobox.pyc %%DATADIR%%/setup/enginecombobox.pyo +%%DATADIR%%/setup/__pycache__/enginecombobox%%PYTHON_EXT_SUFFIX%%.opt-2.pyc %%DATADIR%%/setup/enginedialog.py %%DATADIR%%/setup/enginedialog.pyc %%DATADIR%%/setup/enginedialog.pyo +%%DATADIR%%/setup/__pycache__/enginedialog%%PYTHON_EXT_SUFFIX%%.opt-2.pyc %%DATADIR%%/setup/enginetreeview.py %%DATADIR%%/setup/enginetreeview.pyc %%DATADIR%%/setup/enginetreeview.pyo +%%DATADIR%%/setup/__pycache__/enginetreeview%%PYTHON_EXT_SUFFIX%%.opt-2.pyc %%DATADIR%%/setup/i18n.py %%DATADIR%%/setup/i18n.pyc %%DATADIR%%/setup/i18n.pyo +%%DATADIR%%/setup/__pycache__/i18n%%PYTHON_EXT_SUFFIX%%.opt-2.pyc %%DATADIR%%/setup/icon.py %%DATADIR%%/setup/icon.pyc %%DATADIR%%/setup/icon.pyo +%%DATADIR%%/setup/__pycache__/icon%%PYTHON_EXT_SUFFIX%%.opt-2.pyc %%DATADIR%%/setup/keyboardshortcut.py %%DATADIR%%/setup/keyboardshortcut.pyc %%DATADIR%%/setup/keyboardshortcut.pyo +%%DATADIR%%/setup/__pycache__/keyboardshortcut%%PYTHON_EXT_SUFFIX%%.opt-2.pyc %%DATADIR%%/setup/main.py %%DATADIR%%/setup/main.pyc %%DATADIR%%/setup/main.pyo +%%DATADIR%%/setup/__pycache__/main%%PYTHON_EXT_SUFFIX%%.opt-2.pyc %%DATADIR%%/setup/setup.ui %%NLS%%share/gettext/its/ibus.its %%NLS%%share/gettext/its/ibus.loc share/icons/hicolor/16x16/apps/ibus-keyboard.png share/icons/hicolor/22x22/apps/ibus-keyboard.png share/icons/hicolor/24x24/apps/ibus-keyboard.png share/icons/hicolor/32x32/apps/ibus-keyboard.png share/icons/hicolor/48x48/apps/ibus-keyboard.png share/icons/hicolor/scalable/apps/ibus-engine.svg share/icons/hicolor/scalable/apps/ibus-keyboard.svg share/icons/hicolor/scalable/apps/ibus-setup.svg share/icons/hicolor/scalable/apps/ibus.svg %%NLS%%share/locale/ar/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/as/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/bn/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/bn_IN/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/bg/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/ca/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/cs/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/da/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/de/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/el/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/es/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/et/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/eu/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/fa/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/fi/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/fr/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/gu/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/he/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/hi/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/hu/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/ia/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/id/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/it/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/ja/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/ka/LC_MESSAGES/ibus10.mo +%%NLS%%share/locale/kab/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/kn/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/ko/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/lv/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/ml/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/mn/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/mr/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/nb/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/nl/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/oc/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/or/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/pa/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/pl/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/pt/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/ru/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/sq/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/sr/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/sv/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/ta/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/te/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/tg/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/tr/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/uk/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/ur/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/vi/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/ibus10.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/ibus10.mo %%VAPI%%share/vala/vapi/ibus-1.0.deps %%VAPI%%share/vala/vapi/ibus-1.0.vapi share/bash-completion/completions/ibus.bash %%DCONF%%share/GConf/gsettings/ibus.convert @dir %%DATADIR%%/setup @dir %%DATADIR%%/keymaps @dir %%DATADIR%%/engine %%COMPDIR%%@dir %%DATADIR%%/component @dir %%DATADIR%% @dir include/ibus-1.0 %%DCONF%%@dir etc/dconf/db/ibus.d %%GTK3%%@postexec %%LOCALBASE%%/bin/gtk-query-immodules-3.0 --update-cache %%GTK2%%@postexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache %%GTK3%%@postunexec %%LOCALBASE%%/bin/gtk-query-immodules-3.0 --update-cache %%GTK2%%@postunexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache