Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ibus-table for openSUSE:Factory checked in at 2022-08-06 22:08:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ibus-table (Old) and /work/SRC/openSUSE:Factory/.ibus-table.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ibus-table" Sat Aug 6 22:08:35 2022 rev:31 rq:993546 version:1.16.11 Changes: -------- --- /work/SRC/openSUSE:Factory/ibus-table/ibus-table.changes 2022-06-28 15:23:24.502035181 +0200 +++ /work/SRC/openSUSE:Factory/.ibus-table.new.1521/ibus-table.changes 2022-08-06 22:08:46.146763121 +0200 @@ -1,0 +2,20 @@ +Sat Aug 6 15:27:27 UTC 2022 - Gordon Leung <piratec...@protonmail.com> - 1.16.11 + +update: 1.16.10 -> 1.16.11 +- Remove hashbang from chinese_variants.py and tabcreatedb.py + * gh#mike-fabian/ibus-table#118 + +------------------------------------------------------------------- +Fri Aug 5 20:17:23 UTC 2022 - Gordon Leung <piratec...@protonmail.com> + +update: 1.16.9 -> 1.6.10 +- Add png versions of the ibus-table.svg icon +- Add (remote) icon to ibus-table.appdata.xml +- Add screenshot to ibus-table.appdata.xml + +------------------------------------------------------------------- +Mon Aug 1 04:21:05 UTC 2022 - Gordon Leung <piratec...@protonmail.com> + +feat: use _service files to automate fetching sources + +------------------------------------------------------------------- Old: ---- ibus-table-1.16.9.tar.gz New: ---- _service ibus-table-1.16.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ibus-table.spec ++++++ --- /var/tmp/diff_new_pack.aWObNu/_old 2022-08-06 22:08:46.542764272 +0200 +++ /var/tmp/diff_new_pack.aWObNu/_new 2022-08-06 22:08:46.546764284 +0200 @@ -17,7 +17,7 @@ Name: ibus-table -Version: 1.16.9 +Version: 1.16.11 Release: 0 Summary: The Table engine for IBus platform License: LGPL-2.1-or-later @@ -77,6 +77,14 @@ %{_ibus_componentdir}/table.xml %{_mandir}/man1/%{name}-createdb.1.gz %{_datadir}/metainfo/ibus-table.appdata.xml +%{_datadir}/icons/hicolor/16x16/apps/ibus-table.png +%{_datadir}/icons/hicolor/22x22/apps/ibus-table.png +%{_datadir}/icons/hicolor/32x32/apps/ibus-table.png +%{_datadir}/icons/hicolor/48x48/apps/ibus-table.png +%{_datadir}/icons/hicolor/64x64/apps/ibus-table.png +%{_datadir}/icons/hicolor/128x128/apps/ibus-table.png +%{_datadir}/icons/hicolor/256x256/apps/ibus-table.png +%{_datadir}/icons/hicolor/scalable/apps/ibus-table.svg %files devel %{_libdir}/pkgconfig/%{name}.pc ++++++ _service ++++++ <services> <service mode="manual" name="obs_scm"> <param name="url">https://github.com/mike-fabian/ibus-table</param> <param name="versionformat">@PARENT_TAG@</param> <param name="scm">git</param> <param name="revision">f5583ba6dbe3aaca551effa00b8873f9fd5c26ec</param> <param name="versionrewrite-pattern">Release (\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> </service> <service mode="manual" name="set_version"/> </services> ++++++ ibus-table-1.16.9.tar.gz -> ibus-table-1.16.11.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/ChangeLog new/ibus-table-1.16.11/ChangeLog --- old/ibus-table-1.16.9/ChangeLog 2022-06-13 19:28:48.000000000 +0200 +++ new/ibus-table-1.16.11/ChangeLog 2022-08-06 13:59:41.000000000 +0200 @@ -1,4 +1,78 @@ -commit 456f2809c0237bf0a5983f383d9c1860b11a92b7 +commit f5e46fcaa3bcbb76f04d77ca2436e50a96e33047 +Author: Mike FABIAN <mfab...@redhat.com> +Date: Sat Aug 6 13:58:57 2022 +0200 + + Release 1.16.11 + +commit 2372bc731171863e29e43cc2c47888e789aa0469 +Author: Mike FABIAN <mfab...@redhat.com> +Date: Sat Aug 6 13:54:08 2022 +0200 + + Remove hashbang from chinese_variants.py and tabcreatedb.py + + - chinese_variants.py is only imported an never executed + - tabcreatedb.py is usually executed via a the wrapper script ???ibus-table-createdb??? + + Resolves: https://github.com/mike-fabian/ibus-table/issues/118 + +commit dd232594b475ce6b97a81be21fe906c8231d00eb +Author: Mike FABIAN <mfab...@redhat.com> +Date: Wed Aug 3 09:34:46 2022 +0200 + + Add ???translate??? URL and keywords to ibus-table.appdata.xml + +commit 013e682491bf35cc84e9b9f37dfdf238fd130212 +Author: Mike FABIAN <mfab...@redhat.com> +Date: Tue Aug 2 10:57:43 2022 +0200 + + Release 1.16.10 + +commit ec4f225599fef4fc45878f84dc2be9a4a28d54b6 +Author: Mike FABIAN <mfab...@redhat.com> +Date: Tue Aug 2 11:02:59 2022 +0200 + + Do not make the caption of the screenshot in the appdata.xml file translatable + + I think gnome-sofware would not display the translation anyway. + +commit b72de3f8a760ec6bd0f248053ee9081c1348856e +Author: Mike FABIAN <mfab...@redhat.com> +Date: Thu Jul 28 09:53:32 2022 +0200 + + Add (remote) icon and screenshot to ibus-table.appdata.xml + +commit e3ca6b174c95c2fad3ffdb230f1baaa65fb803f8 +Author: Mike FABIAN <mfab...@redhat.com> +Date: Tue Aug 2 08:20:45 2022 +0200 + + Generate png versions of the ibus-table icon from the svg master + + To be able to display an icon in gnome-software, svg does not work there. + + I tried to use ???convert??? from ImageMagick to do the conversion like this: + + for i in 16 22 32 48 64 128 256 + do + mkdir ${i}x${i} + convert -background none -density 1024 -resize ${i}x${i} ibus-table.svg ${i}x${i}/ibus-table.png + mogrify -density 96 ${i}x${i}/ibus-table.png + done + + But that just produces completely empty png files. Adding the -verbose option + shows that inkscape is used for the conversion. But opening the ibus-table.svg + in inkscape just shows a white box. + + So I used gimp to do the conversion. + +commit 040ae4fa1216b099aa774d41c0b44d6d654f6dc7 +Author: Mike FABIAN <mfab...@redhat.com> +Date: Sat Jul 30 09:48:59 2022 +0200 + + Add <content_rating type="oars-1.1"/> to appdata.xml files + + See: https://github.com/hughsie/oars/blob/master/specification/oars-1.1.md + +commit 3b6afbfced8a56f026bfb2449f15066b4fc4280f Author: Mike FABIAN <mfab...@redhat.com> Date: Mon Jun 13 18:30:57 2022 +0200 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/configure new/ibus-table-1.16.11/configure --- old/ibus-table-1.16.9/configure 2022-06-13 19:29:07.000000000 +0200 +++ new/ibus-table-1.16.11/configure 2022-08-06 14:02:15.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for ibus-table 1.16.9. +# Generated by GNU Autoconf 2.71 for ibus-table 1.16.11. # # Report bugs to <https://github.com/mike-fabian/ibus-table/issues>. # @@ -610,8 +610,8 @@ # Identity of this package. PACKAGE_NAME='ibus-table' PACKAGE_TARNAME='ibus-table' -PACKAGE_VERSION='1.16.9' -PACKAGE_STRING='ibus-table 1.16.9' +PACKAGE_VERSION='1.16.11' +PACKAGE_STRING='ibus-table 1.16.11' PACKAGE_BUGREPORT='https://github.com/mike-fabian/ibus-table/issues' PACKAGE_URL='' @@ -1327,7 +1327,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ibus-table 1.16.9 to adapt to many kinds of systems. +\`configure' configures ibus-table 1.16.11 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1398,7 +1398,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ibus-table 1.16.9:";; + short | recursive ) echo "Configuration of ibus-table 1.16.11:";; esac cat <<\_ACEOF @@ -1518,7 +1518,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ibus-table configure 1.16.9 +ibus-table configure 1.16.11 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1641,7 +1641,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ibus-table $as_me 1.16.9, which was +It was created by ibus-table $as_me 1.16.11, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -2902,7 +2902,7 @@ # Define the identity of the package. PACKAGE='ibus-table' - VERSION='1.16.9' + VERSION='1.16.11' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -7328,7 +7328,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ibus-table $as_me 1.16.9, which was +This file was extended by ibus-table $as_me 1.16.11, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7387,7 +7387,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -ibus-table config.status 1.16.9 +ibus-table config.status 1.16.11 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/configure.ac new/ibus-table-1.16.11/configure.ac --- old/ibus-table-1.16.9/configure.ac 2022-06-13 19:28:33.000000000 +0200 +++ new/ibus-table-1.16.11/configure.ac 2022-08-06 13:56:49.000000000 +0200 @@ -25,7 +25,7 @@ m4_define([ibus_released], [1]) m4_define([ibus_major_version], [1]) m4_define([ibus_minor_version], [16]) -m4_define([ibus_micro_version], [9]) +m4_define([ibus_micro_version], [11]) m4_define(ibus_maybe_datestamp, m4_esyscmd([if test ]ibus_released[ != 1; then date +.%Y%m%d | tr -d '\n\r'; fi])) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/engine/chinese_variants.py new/ibus-table-1.16.11/engine/chinese_variants.py --- old/ibus-table-1.16.9/engine/chinese_variants.py 2022-05-02 19:42:44.000000000 +0200 +++ new/ibus-table-1.16.11/engine/chinese_variants.py 2022-08-06 13:52:40.000000000 +0200 @@ -1,4 +1,3 @@ -#!/usr/bin/python # vim:fileencoding=utf-8:sw=4:et # auto-generated by ???generate-chinese-variants.py???, do not edit here! diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/engine/tabcreatedb.py new/ibus-table-1.16.11/engine/tabcreatedb.py --- old/ibus-table-1.16.9/engine/tabcreatedb.py 2022-06-13 19:28:27.000000000 +0200 +++ new/ibus-table-1.16.11/engine/tabcreatedb.py 2022-08-06 13:52:21.000000000 +0200 @@ -1,4 +1,3 @@ -#!/usr/bin/python3 # -*- coding: utf-8 -*- # vim:et sts=4 sw=4 # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/engine/table.xml.in new/ibus-table-1.16.11/engine/table.xml.in --- old/ibus-table-1.16.9/engine/table.xml.in 2022-06-13 19:29:09.000000000 +0200 +++ new/ibus-table-1.16.11/engine/table.xml.in 2022-08-06 14:02:18.000000000 +0200 @@ -4,7 +4,7 @@ <name>org.freedesktop.IBus.Table</name> <description>Table Component</description> <exec>${libexecdir}/ibus-engine-table --ibus</exec> - <version>1.16.9</version> + <version>1.16.11</version> <author>Yuwei Yu <acev...@gmail.com></author> <license>LGPL</license> <homepage>https://github.com/mike-fabian/ibus-table</homepage> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/engine/version.py new/ibus-table-1.16.11/engine/version.py --- old/ibus-table-1.16.9/engine/version.py 2022-06-13 19:29:09.000000000 +0200 +++ new/ibus-table-1.16.11/engine/version.py 2022-08-06 14:02:18.000000000 +0200 @@ -24,4 +24,4 @@ ''' Returns the current version number of ibus-table. ''' - return '1.16.9' + return '1.16.11' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/ibus-table.appdata.xml new/ibus-table-1.16.11/ibus-table.appdata.xml --- old/ibus-table-1.16.9/ibus-table.appdata.xml 2022-06-13 19:28:33.000000000 +0200 +++ new/ibus-table-1.16.11/ibus-table.appdata.xml 2022-08-06 13:58:47.000000000 +0200 @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html --> <component type="inputmethod"> <id>org.freedesktop.ibus.engine.table</id> <metadata_license>CC0-1.0</metadata_license> @@ -12,13 +13,51 @@ languages are available as well. </p> </description> + <keywords> + <keyword>input-method</keyword> + <keyword>Chinese</keyword> + </keywords> + <screenshots> + <screenshot> + <image type="source" width="1024" height="768" xml:lang="en"> + https://mike-fabian.github.io/ibus-table/ibus-table-cangjie5.png + </image> + <caption>Screenshot of ibus-table using the cangjie5 table</caption> + </screenshot> + </screenshots> + <icon type="remote" width="64" height="64">https://raw.githubusercontent.com/mike-fabian/ibus-table/main/icons/64x64/ibus-table.png</icon> <project_license>LGPL-2.1+</project_license> <developer_name>Mike FABIAN</developer_name> <update_contact>mfab...@redhat.com</update_contact> <url type="homepage">https://kaio.github.io/ibus-table/</url> <url type="bugtracker">https://github.com/kaio/ibus-table/issues</url> <url type="help">https://kaio.github.io/ibus-table/documentation.html</url> + <url type="translate">https://translate.fedoraproject.org/projects/ibus-table/</url> + <content_rating type="oars-1.1" /> <releases> + <release version="1.16.11" date="2022-08-02" urgency="medium"> + <description> + <p>This new stable release includes these changes:</p> + </description> + <url>https://github.com/mike-fabian/ibus-table/releases/tag/1.16.11</url> + <issues> + <issue url="https://github.com/mike-fabian/ibus-table/issues/118"> + github-mike-fabian-issue#118: Remove hashbang from + chinese_variants.py and tabcreatedb.py + </issue> + </issues> + </release> + <release version="1.16.10" date="2022-08-02" urgency="medium"> + <description> + <p>This new stable release includes these changes:</p> + </description> + <url>https://github.com/mike-fabian/ibus-table/releases/tag/1.16.10</url> + <issues> + <issue> + Add png versions of the ibus-table.svg icon + </issue> + </issues> + </release> <release version="1.16.9" date="2022-06-13" urgency="medium"> <description> <p>This new stable release includes these changes:</p> @@ -30,7 +69,7 @@ building tables from sources work with Python 3.8 as well </issue> <issue> - Require Python >= 3.8 in configure.ac + Require Python >= 3.6 in configure.ac </issue> </issues> </release> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/ibus-table.spec new/ibus-table-1.16.11/ibus-table.spec --- old/ibus-table-1.16.9/ibus-table.spec 2022-06-13 19:29:09.000000000 +0200 +++ new/ibus-table-1.16.11/ibus-table.spec 2022-08-06 14:02:18.000000000 +0200 @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.16.9 +Version: 1.16.11 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -90,5 +90,5 @@ %{_datadir}/ibus/engine/latex.engine %changelog -* Wed Aug 19 2008 Yu Yuwei <acev...@gmail.com> - 1.16.9-1 +* Wed Aug 19 2008 Yu Yuwei <acev...@gmail.com> - 1.16.11-1 - The first version. Binary files old/ibus-table-1.16.9/icons/128x128/ibus-table.png and new/ibus-table-1.16.11/icons/128x128/ibus-table.png differ Binary files old/ibus-table-1.16.9/icons/16x16/ibus-table.png and new/ibus-table-1.16.11/icons/16x16/ibus-table.png differ Binary files old/ibus-table-1.16.9/icons/22x22/ibus-table.png and new/ibus-table-1.16.11/icons/22x22/ibus-table.png differ Binary files old/ibus-table-1.16.9/icons/256x256/ibus-table.png and new/ibus-table-1.16.11/icons/256x256/ibus-table.png differ Binary files old/ibus-table-1.16.9/icons/32x32/ibus-table.png and new/ibus-table-1.16.11/icons/32x32/ibus-table.png differ Binary files old/ibus-table-1.16.9/icons/48x48/ibus-table.png and new/ibus-table-1.16.11/icons/48x48/ibus-table.png differ Binary files old/ibus-table-1.16.9/icons/64x64/ibus-table.png and new/ibus-table-1.16.11/icons/64x64/ibus-table.png differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/icons/Makefile.am new/ibus-table-1.16.11/icons/Makefile.am --- old/ibus-table-1.16.9/icons/Makefile.am 2014-07-03 12:18:23.000000000 +0200 +++ new/ibus-table-1.16.11/icons/Makefile.am 2022-08-02 08:22:26.000000000 +0200 @@ -45,8 +45,39 @@ iconsdir = $(pkgdatadir)/icons +hicolor_icon_scalable_DATA = ibus-table.svg +hicolor_icon_scalabledir = $(datadir)/icons/hicolor/scalable/apps + +hicolor_icon_16_DATA = 16x16/ibus-table.png +hicolor_icon_16dir = $(datadir)/icons/hicolor/16x16/apps + +hicolor_icon_22_DATA = 22x22/ibus-table.png +hicolor_icon_22dir = $(datadir)/icons/hicolor/22x22/apps + +hicolor_icon_32_DATA = 32x32/ibus-table.png +hicolor_icon_32dir = $(datadir)/icons/hicolor/32x32/apps + +hicolor_icon_48_DATA = 48x48/ibus-table.png +hicolor_icon_48dir = $(datadir)/icons/hicolor/48x48/apps + +hicolor_icon_64_DATA = 64x64/ibus-table.png +hicolor_icon_64dir = $(datadir)/icons/hicolor/64x64/apps + +hicolor_icon_128_DATA = 128x128/ibus-table.png +hicolor_icon_128dir = $(datadir)/icons/hicolor/128x128/apps + +hicolor_icon_256_DATA = 256x256/ibus-table.png +hicolor_icon_256dir = $(datadir)/icons/hicolor/256x256/apps + EXTRA_DIST = \ $(icons_DATA) \ + $(hicolor_icon_16_DATA) \ + $(hicolor_icon_22_DATA) \ + $(hicolor_icon_32_DATA) \ + $(hicolor_icon_48_DATA) \ + $(hicolor_icon_64_DATA) \ + $(hicolor_icon_128_DATA) \ + $(hicolor_icon_256_DATA) \ $(NULL) MAINTAINERCLEANFILES = \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/icons/Makefile.in new/ibus-table-1.16.11/icons/Makefile.in --- old/ibus-table-1.16.9/icons/Makefile.in 2022-06-13 19:29:07.000000000 +0200 +++ new/ibus-table-1.16.11/icons/Makefile.in 2022-08-06 14:02:16.000000000 +0200 @@ -176,8 +176,20 @@ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } -am__installdirs = "$(DESTDIR)$(iconsdir)" -DATA = $(icons_DATA) +am__installdirs = "$(DESTDIR)$(hicolor_icon_128dir)" \ + "$(DESTDIR)$(hicolor_icon_16dir)" \ + "$(DESTDIR)$(hicolor_icon_22dir)" \ + "$(DESTDIR)$(hicolor_icon_256dir)" \ + "$(DESTDIR)$(hicolor_icon_32dir)" \ + "$(DESTDIR)$(hicolor_icon_48dir)" \ + "$(DESTDIR)$(hicolor_icon_64dir)" \ + "$(DESTDIR)$(hicolor_icon_scalabledir)" \ + "$(DESTDIR)$(iconsdir)" +DATA = $(hicolor_icon_128_DATA) $(hicolor_icon_16_DATA) \ + $(hicolor_icon_22_DATA) $(hicolor_icon_256_DATA) \ + $(hicolor_icon_32_DATA) $(hicolor_icon_48_DATA) \ + $(hicolor_icon_64_DATA) $(hicolor_icon_scalable_DATA) \ + $(icons_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ @@ -383,8 +395,31 @@ $(NULL) iconsdir = $(pkgdatadir)/icons +hicolor_icon_scalable_DATA = ibus-table.svg +hicolor_icon_scalabledir = $(datadir)/icons/hicolor/scalable/apps +hicolor_icon_16_DATA = 16x16/ibus-table.png +hicolor_icon_16dir = $(datadir)/icons/hicolor/16x16/apps +hicolor_icon_22_DATA = 22x22/ibus-table.png +hicolor_icon_22dir = $(datadir)/icons/hicolor/22x22/apps +hicolor_icon_32_DATA = 32x32/ibus-table.png +hicolor_icon_32dir = $(datadir)/icons/hicolor/32x32/apps +hicolor_icon_48_DATA = 48x48/ibus-table.png +hicolor_icon_48dir = $(datadir)/icons/hicolor/48x48/apps +hicolor_icon_64_DATA = 64x64/ibus-table.png +hicolor_icon_64dir = $(datadir)/icons/hicolor/64x64/apps +hicolor_icon_128_DATA = 128x128/ibus-table.png +hicolor_icon_128dir = $(datadir)/icons/hicolor/128x128/apps +hicolor_icon_256_DATA = 256x256/ibus-table.png +hicolor_icon_256dir = $(datadir)/icons/hicolor/256x256/apps EXTRA_DIST = \ $(icons_DATA) \ + $(hicolor_icon_16_DATA) \ + $(hicolor_icon_22_DATA) \ + $(hicolor_icon_32_DATA) \ + $(hicolor_icon_48_DATA) \ + $(hicolor_icon_64_DATA) \ + $(hicolor_icon_128_DATA) \ + $(hicolor_icon_256_DATA) \ $(NULL) MAINTAINERCLEANFILES = \ @@ -423,6 +458,174 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): +install-hicolor_icon_128DATA: $(hicolor_icon_128_DATA) + @$(NORMAL_INSTALL) + @list='$(hicolor_icon_128_DATA)'; test -n "$(hicolor_icon_128dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(hicolor_icon_128dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(hicolor_icon_128dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(hicolor_icon_128dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(hicolor_icon_128dir)" || exit $$?; \ + done + +uninstall-hicolor_icon_128DATA: + @$(NORMAL_UNINSTALL) + @list='$(hicolor_icon_128_DATA)'; test -n "$(hicolor_icon_128dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(hicolor_icon_128dir)'; $(am__uninstall_files_from_dir) +install-hicolor_icon_16DATA: $(hicolor_icon_16_DATA) + @$(NORMAL_INSTALL) + @list='$(hicolor_icon_16_DATA)'; test -n "$(hicolor_icon_16dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(hicolor_icon_16dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(hicolor_icon_16dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(hicolor_icon_16dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(hicolor_icon_16dir)" || exit $$?; \ + done + +uninstall-hicolor_icon_16DATA: + @$(NORMAL_UNINSTALL) + @list='$(hicolor_icon_16_DATA)'; test -n "$(hicolor_icon_16dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(hicolor_icon_16dir)'; $(am__uninstall_files_from_dir) +install-hicolor_icon_22DATA: $(hicolor_icon_22_DATA) + @$(NORMAL_INSTALL) + @list='$(hicolor_icon_22_DATA)'; test -n "$(hicolor_icon_22dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(hicolor_icon_22dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(hicolor_icon_22dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(hicolor_icon_22dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(hicolor_icon_22dir)" || exit $$?; \ + done + +uninstall-hicolor_icon_22DATA: + @$(NORMAL_UNINSTALL) + @list='$(hicolor_icon_22_DATA)'; test -n "$(hicolor_icon_22dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(hicolor_icon_22dir)'; $(am__uninstall_files_from_dir) +install-hicolor_icon_256DATA: $(hicolor_icon_256_DATA) + @$(NORMAL_INSTALL) + @list='$(hicolor_icon_256_DATA)'; test -n "$(hicolor_icon_256dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(hicolor_icon_256dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(hicolor_icon_256dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(hicolor_icon_256dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(hicolor_icon_256dir)" || exit $$?; \ + done + +uninstall-hicolor_icon_256DATA: + @$(NORMAL_UNINSTALL) + @list='$(hicolor_icon_256_DATA)'; test -n "$(hicolor_icon_256dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(hicolor_icon_256dir)'; $(am__uninstall_files_from_dir) +install-hicolor_icon_32DATA: $(hicolor_icon_32_DATA) + @$(NORMAL_INSTALL) + @list='$(hicolor_icon_32_DATA)'; test -n "$(hicolor_icon_32dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(hicolor_icon_32dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(hicolor_icon_32dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(hicolor_icon_32dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(hicolor_icon_32dir)" || exit $$?; \ + done + +uninstall-hicolor_icon_32DATA: + @$(NORMAL_UNINSTALL) + @list='$(hicolor_icon_32_DATA)'; test -n "$(hicolor_icon_32dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(hicolor_icon_32dir)'; $(am__uninstall_files_from_dir) +install-hicolor_icon_48DATA: $(hicolor_icon_48_DATA) + @$(NORMAL_INSTALL) + @list='$(hicolor_icon_48_DATA)'; test -n "$(hicolor_icon_48dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(hicolor_icon_48dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(hicolor_icon_48dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(hicolor_icon_48dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(hicolor_icon_48dir)" || exit $$?; \ + done + +uninstall-hicolor_icon_48DATA: + @$(NORMAL_UNINSTALL) + @list='$(hicolor_icon_48_DATA)'; test -n "$(hicolor_icon_48dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(hicolor_icon_48dir)'; $(am__uninstall_files_from_dir) +install-hicolor_icon_64DATA: $(hicolor_icon_64_DATA) + @$(NORMAL_INSTALL) + @list='$(hicolor_icon_64_DATA)'; test -n "$(hicolor_icon_64dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(hicolor_icon_64dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(hicolor_icon_64dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(hicolor_icon_64dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(hicolor_icon_64dir)" || exit $$?; \ + done + +uninstall-hicolor_icon_64DATA: + @$(NORMAL_UNINSTALL) + @list='$(hicolor_icon_64_DATA)'; test -n "$(hicolor_icon_64dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(hicolor_icon_64dir)'; $(am__uninstall_files_from_dir) +install-hicolor_icon_scalableDATA: $(hicolor_icon_scalable_DATA) + @$(NORMAL_INSTALL) + @list='$(hicolor_icon_scalable_DATA)'; test -n "$(hicolor_icon_scalabledir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(hicolor_icon_scalabledir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(hicolor_icon_scalabledir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(hicolor_icon_scalabledir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(hicolor_icon_scalabledir)" || exit $$?; \ + done + +uninstall-hicolor_icon_scalableDATA: + @$(NORMAL_UNINSTALL) + @list='$(hicolor_icon_scalable_DATA)'; test -n "$(hicolor_icon_scalabledir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(hicolor_icon_scalabledir)'; $(am__uninstall_files_from_dir) install-iconsDATA: $(icons_DATA) @$(NORMAL_INSTALL) @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \ @@ -606,7 +809,7 @@ all-am: Makefile $(DATA) installdirs: installdirs-recursive installdirs-am: - for dir in "$(DESTDIR)$(iconsdir)"; do \ + for dir in "$(DESTDIR)$(hicolor_icon_128dir)" "$(DESTDIR)$(hicolor_icon_16dir)" "$(DESTDIR)$(hicolor_icon_22dir)" "$(DESTDIR)$(hicolor_icon_256dir)" "$(DESTDIR)$(hicolor_icon_32dir)" "$(DESTDIR)$(hicolor_icon_48dir)" "$(DESTDIR)$(hicolor_icon_64dir)" "$(DESTDIR)$(hicolor_icon_scalabledir)" "$(DESTDIR)$(iconsdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive @@ -660,7 +863,11 @@ info-am: -install-data-am: install-iconsDATA +install-data-am: install-hicolor_icon_128DATA \ + install-hicolor_icon_16DATA install-hicolor_icon_22DATA \ + install-hicolor_icon_256DATA install-hicolor_icon_32DATA \ + install-hicolor_icon_48DATA install-hicolor_icon_64DATA \ + install-hicolor_icon_scalableDATA install-iconsDATA install-dvi: install-dvi-recursive @@ -704,7 +911,11 @@ ps-am: -uninstall-am: uninstall-iconsDATA +uninstall-am: uninstall-hicolor_icon_128DATA \ + uninstall-hicolor_icon_16DATA uninstall-hicolor_icon_22DATA \ + uninstall-hicolor_icon_256DATA uninstall-hicolor_icon_32DATA \ + uninstall-hicolor_icon_48DATA uninstall-hicolor_icon_64DATA \ + uninstall-hicolor_icon_scalableDATA uninstall-iconsDATA .MAKE: $(am__recursive_targets) install-am install-strip @@ -713,13 +924,21 @@ distclean distclean-generic distclean-tags distdir dvi dvi-am \ html html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs installdirs-am \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ - uninstall-am uninstall-iconsDATA + install-exec-am install-hicolor_icon_128DATA \ + install-hicolor_icon_16DATA install-hicolor_icon_22DATA \ + install-hicolor_icon_256DATA install-hicolor_icon_32DATA \ + install-hicolor_icon_48DATA install-hicolor_icon_64DATA \ + install-hicolor_icon_scalableDATA install-html install-html-am \ + install-iconsDATA install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ + tags-am uninstall uninstall-am uninstall-hicolor_icon_128DATA \ + uninstall-hicolor_icon_16DATA uninstall-hicolor_icon_22DATA \ + uninstall-hicolor_icon_256DATA uninstall-hicolor_icon_32DATA \ + uninstall-hicolor_icon_48DATA uninstall-hicolor_icon_64DATA \ + uninstall-hicolor_icon_scalableDATA uninstall-iconsDATA .PRECIOUS: Makefile diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/po/ca.po new/ibus-table-1.16.11/po/ca.po --- old/ibus-table-1.16.9/po/ca.po 2022-06-13 19:29:11.000000000 +0200 +++ new/ibus-table-1.16.11/po/ca.po 2022-08-06 14:02:19.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-06-13 18:13+0200\n" +"POT-Creation-Date: 2022-08-06 14:02+0200\n" "PO-Revision-Date: 2022-01-12 17:33+0000\n" "Last-Translator: Anonymous <nore...@weblate.org>\n" "Language-Team: Catalan <https://translate.fedoraproject.org/projects/ibus-" @@ -337,15 +337,15 @@ msgid "Online documentation:" msgstr "Documentaci?? en l??nia:" -#: ibus-table.appdata.xml:5 +#: ibus-table.appdata.xml:6 msgid "Ibus Table" msgstr "Ibus Table" -#: ibus-table.appdata.xml:6 +#: ibus-table.appdata.xml:7 msgid "Table based input method" msgstr "M??tode d'entrada de taula per a l'IBus" -#: ibus-table.appdata.xml:8 +#: ibus-table.appdata.xml:9 msgid "" "Ibus-table is an input method framework for table-based input methods. " "Mostly it is used for Chinese input methods such as ZhengMa, WuBi, ErBi, " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/po/cs.po new/ibus-table-1.16.11/po/cs.po --- old/ibus-table-1.16.9/po/cs.po 2022-06-13 19:29:11.000000000 +0200 +++ new/ibus-table-1.16.11/po/cs.po 2022-08-06 14:02:19.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-06-13 18:13+0200\n" +"POT-Creation-Date: 2022-08-06 14:02+0200\n" "PO-Revision-Date: 2022-01-12 17:33+0000\n" "Last-Translator: Anonymous <nore...@weblate.org>\n" "Language-Team: Czech <https://translate.fedoraproject.org/projects/ibus-" @@ -337,15 +337,15 @@ msgid "Online documentation:" msgstr "Dokumentace na Internetu:" -#: ibus-table.appdata.xml:5 +#: ibus-table.appdata.xml:6 msgid "Ibus Table" msgstr "" -#: ibus-table.appdata.xml:6 +#: ibus-table.appdata.xml:7 msgid "Table based input method" msgstr "" -#: ibus-table.appdata.xml:8 +#: ibus-table.appdata.xml:9 msgid "" "Ibus-table is an input method framework for table-based input methods. " "Mostly it is used for Chinese input methods such as ZhengMa, WuBi, ErBi, " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/po/de.po new/ibus-table-1.16.11/po/de.po --- old/ibus-table-1.16.9/po/de.po 2022-06-13 19:29:11.000000000 +0200 +++ new/ibus-table-1.16.11/po/de.po 2022-08-06 14:02:19.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-06-13 18:13+0200\n" +"POT-Creation-Date: 2022-08-06 14:02+0200\n" "PO-Revision-Date: 2022-01-12 17:23+0000\n" "Last-Translator: Mike FABIAN <mfab...@redhat.com>\n" "Language-Team: German <https://translate.fedoraproject.org/projects/ibus-" @@ -334,15 +334,15 @@ msgid "Online documentation:" msgstr "Online Dokumentation:" -#: ibus-table.appdata.xml:5 +#: ibus-table.appdata.xml:6 msgid "Ibus Table" msgstr "Ibus Table" -#: ibus-table.appdata.xml:6 +#: ibus-table.appdata.xml:7 msgid "Table based input method" msgstr "Tabellenbasierte Eingabemethode" -#: ibus-table.appdata.xml:8 +#: ibus-table.appdata.xml:9 msgid "" "Ibus-table is an input method framework for table-based input methods. " "Mostly it is used for Chinese input methods such as ZhengMa, WuBi, ErBi, " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/po/es.po new/ibus-table-1.16.11/po/es.po --- old/ibus-table-1.16.9/po/es.po 2022-06-13 19:29:11.000000000 +0200 +++ new/ibus-table-1.16.11/po/es.po 2022-08-06 14:02:19.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-06-13 18:13+0200\n" +"POT-Creation-Date: 2022-08-06 14:02+0200\n" "PO-Revision-Date: 2022-01-23 16:16+0000\n" "Last-Translator: Emilio Herrera <ehespinos...@gmail.com>\n" "Language-Team: Spanish <https://translate.fedoraproject.org/projects/ibus-" @@ -333,15 +333,15 @@ msgid "Online documentation:" msgstr "_Documentaci??n en l??nea:" -#: ibus-table.appdata.xml:5 +#: ibus-table.appdata.xml:6 msgid "Ibus Table" msgstr "Tabla de IBus" -#: ibus-table.appdata.xml:6 +#: ibus-table.appdata.xml:7 msgid "Table based input method" msgstr "M??todo de entrada basado en tabla" -#: ibus-table.appdata.xml:8 +#: ibus-table.appdata.xml:9 msgid "" "Ibus-table is an input method framework for table-based input methods. " "Mostly it is used for Chinese input methods such as ZhengMa, WuBi, ErBi, " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/po/fa.po new/ibus-table-1.16.11/po/fa.po --- old/ibus-table-1.16.9/po/fa.po 2022-06-13 19:29:11.000000000 +0200 +++ new/ibus-table-1.16.11/po/fa.po 2022-08-06 14:02:20.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-06-13 18:13+0200\n" +"POT-Creation-Date: 2022-08-06 14:02+0200\n" "PO-Revision-Date: 2022-03-30 07:56+0000\n" "Last-Translator: Anonymous <nore...@weblate.org>\n" "Language-Team: Persian <https://translate.fedoraproject.org/projects/ibus-" @@ -329,15 +329,15 @@ msgid "Online documentation:" msgstr "??????:" -#: ibus-table.appdata.xml:5 +#: ibus-table.appdata.xml:6 msgid "Ibus Table" msgstr "" -#: ibus-table.appdata.xml:6 +#: ibus-table.appdata.xml:7 msgid "Table based input method" msgstr "" -#: ibus-table.appdata.xml:8 +#: ibus-table.appdata.xml:9 msgid "" "Ibus-table is an input method framework for table-based input methods. " "Mostly it is used for Chinese input methods such as ZhengMa, WuBi, ErBi, " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/po/fr.po new/ibus-table-1.16.11/po/fr.po --- old/ibus-table-1.16.9/po/fr.po 2022-06-13 19:29:11.000000000 +0200 +++ new/ibus-table-1.16.11/po/fr.po 2022-08-06 14:02:19.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-06-13 18:13+0200\n" +"POT-Creation-Date: 2022-08-06 14:02+0200\n" "PO-Revision-Date: 2022-02-04 18:16+0000\n" "Last-Translator: Anonymous <nore...@weblate.org>\n" "Language-Team: French <https://translate.fedoraproject.org/projects/ibus-" @@ -334,15 +334,15 @@ msgid "Online documentation:" msgstr "Documentation en ligne??:" -#: ibus-table.appdata.xml:5 +#: ibus-table.appdata.xml:6 msgid "Ibus Table" msgstr "Ibus Table" -#: ibus-table.appdata.xml:6 +#: ibus-table.appdata.xml:7 msgid "Table based input method" msgstr "M??thode de saisie en table" -#: ibus-table.appdata.xml:8 +#: ibus-table.appdata.xml:9 msgid "" "Ibus-table is an input method framework for table-based input methods. " "Mostly it is used for Chinese input methods such as ZhengMa, WuBi, ErBi, " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/po/ibus-table.pot new/ibus-table-1.16.11/po/ibus-table.pot --- old/ibus-table-1.16.9/po/ibus-table.pot 2022-06-13 18:13:21.000000000 +0200 +++ new/ibus-table-1.16.11/po/ibus-table.pot 2022-08-06 14:02:19.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-06-13 18:13+0200\n" +"POT-Creation-Date: 2022-08-06 14:02+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <l...@li.org>\n" @@ -326,15 +326,15 @@ msgid "Online documentation:" msgstr "" -#: ibus-table.appdata.xml:5 +#: ibus-table.appdata.xml:6 msgid "Ibus Table" msgstr "" -#: ibus-table.appdata.xml:6 +#: ibus-table.appdata.xml:7 msgid "Table based input method" msgstr "" -#: ibus-table.appdata.xml:8 +#: ibus-table.appdata.xml:9 msgid "" "Ibus-table is an input method framework for table-based input methods. " "Mostly it is used for Chinese input methods such as ZhengMa, WuBi, ErBi, " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/po/ja.po new/ibus-table-1.16.11/po/ja.po --- old/ibus-table-1.16.9/po/ja.po 2022-06-13 19:29:11.000000000 +0200 +++ new/ibus-table-1.16.11/po/ja.po 2022-08-06 14:02:19.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-06-13 18:13+0200\n" +"POT-Creation-Date: 2022-08-06 14:02+0200\n" "PO-Revision-Date: 2021-05-04 18:33+0000\n" "Last-Translator: Mike FABIAN <mfab...@redhat.com>\n" "Language-Team: Japanese <https://translate.fedoraproject.org/projects/ibus-" @@ -328,15 +328,15 @@ msgid "Online documentation:" msgstr "????????????????????????????????????" -#: ibus-table.appdata.xml:5 +#: ibus-table.appdata.xml:6 msgid "Ibus Table" msgstr "" -#: ibus-table.appdata.xml:6 +#: ibus-table.appdata.xml:7 msgid "Table based input method" msgstr "" -#: ibus-table.appdata.xml:8 +#: ibus-table.appdata.xml:9 msgid "" "Ibus-table is an input method framework for table-based input methods. " "Mostly it is used for Chinese input methods such as ZhengMa, WuBi, ErBi, " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/po/pt_BR.po new/ibus-table-1.16.11/po/pt_BR.po --- old/ibus-table-1.16.9/po/pt_BR.po 2022-06-13 19:29:11.000000000 +0200 +++ new/ibus-table-1.16.11/po/pt_BR.po 2022-08-06 14:02:19.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-06-13 18:13+0200\n" +"POT-Creation-Date: 2022-08-06 14:02+0200\n" "PO-Revision-Date: 2021-09-28 12:00+0000\n" "Last-Translator: Mike FABIAN <mfab...@redhat.com>\n" "Language-Team: Portuguese (Brazil) <https://translate.fedoraproject.org/" @@ -334,15 +334,15 @@ msgid "Online documentation:" msgstr "Documenta????o online:" -#: ibus-table.appdata.xml:5 +#: ibus-table.appdata.xml:6 msgid "Ibus Table" msgstr "Tabela do Ibus" -#: ibus-table.appdata.xml:6 +#: ibus-table.appdata.xml:7 msgid "Table based input method" msgstr "M??todo de entrada baseado em tabela" -#: ibus-table.appdata.xml:8 +#: ibus-table.appdata.xml:9 msgid "" "Ibus-table is an input method framework for table-based input methods. " "Mostly it is used for Chinese input methods such as ZhengMa, WuBi, ErBi, " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/po/pt_PT.po new/ibus-table-1.16.11/po/pt_PT.po --- old/ibus-table-1.16.9/po/pt_PT.po 2022-06-13 19:29:11.000000000 +0200 +++ new/ibus-table-1.16.11/po/pt_PT.po 2022-08-06 14:02:20.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-06-13 18:13+0200\n" +"POT-Creation-Date: 2022-08-06 14:02+0200\n" "PO-Revision-Date: 2021-07-22 15:03+0000\n" "Last-Translator: Mike FABIAN <mfab...@redhat.com>\n" "Language-Team: Portuguese (Portugal) <https://translate.fedoraproject.org/" @@ -335,15 +335,15 @@ msgid "Online documentation:" msgstr "Documenta????o on-line:" -#: ibus-table.appdata.xml:5 +#: ibus-table.appdata.xml:6 msgid "Ibus Table" msgstr "Tabela Ibus" -#: ibus-table.appdata.xml:6 +#: ibus-table.appdata.xml:7 msgid "Table based input method" msgstr "Tabela baseada no modo de entrada" -#: ibus-table.appdata.xml:8 +#: ibus-table.appdata.xml:9 msgid "" "Ibus-table is an input method framework for table-based input methods. " "Mostly it is used for Chinese input methods such as ZhengMa, WuBi, ErBi, " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/po/si.po new/ibus-table-1.16.11/po/si.po --- old/ibus-table-1.16.9/po/si.po 2022-06-13 19:29:11.000000000 +0200 +++ new/ibus-table-1.16.11/po/si.po 2022-08-06 14:02:20.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-06-13 18:13+0200\n" +"POT-Creation-Date: 2022-08-06 14:02+0200\n" "PO-Revision-Date: 2021-08-26 12:04+0000\n" "Last-Translator: Anonymous <nore...@weblate.org>\n" "Language-Team: Sinhala <https://translate.fedoraproject.org/projects/ibus-" @@ -327,15 +327,15 @@ msgid "Online documentation:" msgstr "" -#: ibus-table.appdata.xml:5 +#: ibus-table.appdata.xml:6 msgid "Ibus Table" msgstr "" -#: ibus-table.appdata.xml:6 +#: ibus-table.appdata.xml:7 msgid "Table based input method" msgstr "" -#: ibus-table.appdata.xml:8 +#: ibus-table.appdata.xml:9 msgid "" "Ibus-table is an input method framework for table-based input methods. " "Mostly it is used for Chinese input methods such as ZhengMa, WuBi, ErBi, " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/po/tr.po new/ibus-table-1.16.11/po/tr.po --- old/ibus-table-1.16.9/po/tr.po 2022-06-13 19:29:11.000000000 +0200 +++ new/ibus-table-1.16.11/po/tr.po 2022-08-06 14:02:20.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-06-13 18:13+0200\n" +"POT-Creation-Date: 2022-08-06 14:02+0200\n" "PO-Revision-Date: 2022-01-13 07:03+0000\n" "Last-Translator: O??uz Ersen <oguzer...@protonmail.com>\n" "Language-Team: Turkish <https://translate.fedoraproject.org/projects/ibus-" @@ -333,15 +333,15 @@ msgid "Online documentation:" msgstr "??evrim i??i belgelendirme:" -#: ibus-table.appdata.xml:5 +#: ibus-table.appdata.xml:6 msgid "Ibus Table" msgstr "Ibus Tablosu" -#: ibus-table.appdata.xml:6 +#: ibus-table.appdata.xml:7 msgid "Table based input method" msgstr "Tablo tabanl?? giri?? y??ntemi" -#: ibus-table.appdata.xml:8 +#: ibus-table.appdata.xml:9 msgid "" "Ibus-table is an input method framework for table-based input methods. " "Mostly it is used for Chinese input methods such as ZhengMa, WuBi, ErBi, " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/po/uk.po new/ibus-table-1.16.11/po/uk.po --- old/ibus-table-1.16.9/po/uk.po 2022-06-13 19:29:11.000000000 +0200 +++ new/ibus-table-1.16.11/po/uk.po 2022-08-06 14:02:19.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-06-13 18:13+0200\n" +"POT-Creation-Date: 2022-08-06 14:02+0200\n" "PO-Revision-Date: 2022-01-13 07:03+0000\n" "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n" "Language-Team: Ukrainian <https://translate.fedoraproject.org/projects/ibus-" @@ -333,15 +333,15 @@ msgid "Online documentation:" msgstr "???????????????????????? ?? ??????????????????:" -#: ibus-table.appdata.xml:5 +#: ibus-table.appdata.xml:6 msgid "Ibus Table" msgstr "?????????????? Ibus" -#: ibus-table.appdata.xml:6 +#: ibus-table.appdata.xml:7 msgid "Table based input method" msgstr "???????????? ???????????????? ???? ???????????? ??????????????" -#: ibus-table.appdata.xml:8 +#: ibus-table.appdata.xml:9 msgid "" "Ibus-table is an input method framework for table-based input methods. " "Mostly it is used for Chinese input methods such as ZhengMa, WuBi, ErBi, " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/po/zh_CN.po new/ibus-table-1.16.11/po/zh_CN.po --- old/ibus-table-1.16.9/po/zh_CN.po 2022-06-13 19:29:11.000000000 +0200 +++ new/ibus-table-1.16.11/po/zh_CN.po 2022-08-06 14:02:20.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-06-13 18:13+0200\n" +"POT-Creation-Date: 2022-08-06 14:02+0200\n" "PO-Revision-Date: 2021-07-22 15:03+0000\n" "Last-Translator: Anonymous <nore...@weblate.org>\n" "Language-Team: Chinese (Simplified) <https://translate.fedoraproject.org/" @@ -337,15 +337,15 @@ msgid "Online documentation:" msgstr "???????????????" -#: ibus-table.appdata.xml:5 +#: ibus-table.appdata.xml:6 msgid "Ibus Table" msgstr "IBus ??????" -#: ibus-table.appdata.xml:6 +#: ibus-table.appdata.xml:7 msgid "Table based input method" msgstr "???????????????" -#: ibus-table.appdata.xml:8 +#: ibus-table.appdata.xml:9 msgid "" "Ibus-table is an input method framework for table-based input methods. " "Mostly it is used for Chinese input methods such as ZhengMa, WuBi, ErBi, " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/po/zh_HK.po new/ibus-table-1.16.11/po/zh_HK.po --- old/ibus-table-1.16.9/po/zh_HK.po 2022-06-13 19:29:11.000000000 +0200 +++ new/ibus-table-1.16.11/po/zh_HK.po 2022-08-06 14:02:20.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: 0.1.20080819\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-06-13 18:13+0200\n" +"POT-Creation-Date: 2022-08-06 14:02+0200\n" "PO-Revision-Date: 2020-12-30 13:36+0000\n" "Last-Translator: Anonymous <nore...@weblate.org>\n" "Language-Team: Chinese (Hong Kong) <https://translate.fedoraproject.org/" @@ -361,16 +361,16 @@ msgid "Online documentation:" msgstr "" -#: ibus-table.appdata.xml:5 +#: ibus-table.appdata.xml:6 #, fuzzy msgid "Ibus Table" msgstr "?????????????????????" -#: ibus-table.appdata.xml:6 +#: ibus-table.appdata.xml:7 msgid "Table based input method" msgstr "" -#: ibus-table.appdata.xml:8 +#: ibus-table.appdata.xml:9 msgid "" "Ibus-table is an input method framework for table-based input methods. " "Mostly it is used for Chinese input methods such as ZhengMa, WuBi, ErBi, " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/po/zh_TW.po new/ibus-table-1.16.11/po/zh_TW.po --- old/ibus-table-1.16.9/po/zh_TW.po 2022-06-13 19:29:11.000000000 +0200 +++ new/ibus-table-1.16.11/po/zh_TW.po 2022-08-06 14:02:20.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-06-13 18:13+0200\n" +"POT-Creation-Date: 2022-08-06 14:02+0200\n" "PO-Revision-Date: 2021-01-27 13:40+0000\n" "Last-Translator: Anonymous <nore...@weblate.org>\n" "Language-Team: Chinese (Traditional) <https://translate.fedoraproject.org/" @@ -335,15 +335,15 @@ msgid "Online documentation:" msgstr "????????????(_O)" -#: ibus-table.appdata.xml:5 +#: ibus-table.appdata.xml:6 msgid "Ibus Table" msgstr "" -#: ibus-table.appdata.xml:6 +#: ibus-table.appdata.xml:7 msgid "Table based input method" msgstr "" -#: ibus-table.appdata.xml:8 +#: ibus-table.appdata.xml:9 msgid "" "Ibus-table is an input method framework for table-based input methods. " "Mostly it is used for Chinese input methods such as ZhengMa, WuBi, ErBi, " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.9/setup/version.py new/ibus-table-1.16.11/setup/version.py --- old/ibus-table-1.16.9/setup/version.py 2022-06-13 19:29:09.000000000 +0200 +++ new/ibus-table-1.16.11/setup/version.py 2022-08-06 14:02:18.000000000 +0200 @@ -24,4 +24,4 @@ ''' Returns the current version number of ibus-table. ''' - return '1.16.9' + return '1.16.11'