SHA256
1
0
forked from pool/fcitx
Commit Graph

106 Commits

Author SHA256 Message Date
Marguerite Su
ac87de61c8 Accepting request 903229 from home:dimstar:Factory
- Move fcitx.macros from /etc/rpm to %_rpmmacrodir (boo#1185657).

OBS-URL: https://build.opensuse.org/request/show/903229
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=161
2021-07-03 08:00:55 +00:00
Marguerite Su
536aa5e865 Accepting request 852016 from home:MargueriteSu:branches:M17N
- update version 4.2.9.8
  * fix issue with appindicator on gnome-shell
  * Relicense the im module to BSD to allow Proprietary
    software for bundling it. This was already done for
    the Qt5 counter part, but never done for Qt4 version.
    This is mainly to allow WPS to reuse our up-to-date
    im module to support fcitx 5
  * Slightly change to the tray menu to remove some
    redudant entries

OBS-URL: https://build.opensuse.org/request/show/852016
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=159
2020-12-01 07:06:46 +00:00
Marguerite Su
2f0ed58209 Accepting request 851130 from home:tiwai:branches:M17N
- Move the startup snippet to /usr/etc/X11/xim.d for TW

OBS-URL: https://build.opensuse.org/request/show/851130
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=158
2020-11-28 04:55:14 +00:00
Hillwood Yang
4f8cd00197 Accepting request 780500 from home:hillwood:branches:M17N
- Update version to 4.2.9.7
  * Do not link jsonc if XKB is disabled
  * Update Translation
  * use /org/freedesktop/portal as dbus path for portal.
  * use the right color for gtk2
  * use a different way to suppress unused warning
  * Revert "[gtk] clean up unused variable." 
  * iso code root should be 639-3.
  * use iso-codes json file to parse the iso codes data.
  * fix fall through warning
  * clean up unused variable.

OBS-URL: https://build.opensuse.org/request/show/780500
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=156
2020-02-29 15:35:13 +00:00
e9661920e2 Accepting request 725322 from home:cgiboudeaux:noqt4
Stop packaging the fcitx-qt4 subpackage for leap 15.2 and tumbleweed.

OBS-URL: https://build.opensuse.org/request/show/725322
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=154
2019-08-26 05:37:38 +00:00
Marguerite Su
4b350b6bbb Accepting request 592208 from home:MargueriteSu:branches:M17N
OBS-URL: https://build.opensuse.org/request/show/592208
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=152
2018-03-29 09:56:55 +00:00
Marguerite Su
6a4f325a0e Accepting request 592207 from home:MargueriteSu:branches:M17N
- update 4.2.9.6
  * [ipcportal] close connection first
  * [gtk] workaround libreoffice surrounding text issue
  * decrease the length of clipboard limit to 256 bytes
  * [gtk] use symbolic color name to lookup selected color 
- change fcitx-gtk2 and fcitx-qt4 from Requires to Recommends
- add fcitx-cmake-3.1.patch, downgrade cmake requirement to 3.1
  again for Leap

OBS-URL: https://build.opensuse.org/request/show/592207
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=151
2018-03-29 09:54:10 +00:00
Marguerite Su
39486acfc6 Accepting request 580543 from home:dimstar:Factory
- Add pkgconfig(xkbfile) BuildRequires: in the past, this used to
  be pulled in by libqt4, but since our own code depends on it, and
  not Qt4, it is our own duty to request our build dependencies.
- Package COPYING is %license, not as %doc.

Fixes the error seen in Staging:K - with the libqt4 changes prepared

OBS-URL: https://build.opensuse.org/request/show/580543
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=149
2018-02-27 13:25:08 +00:00
Marguerite Su
660d90e068 Accepting request 547499 from home:MargueriteSu:branches:M17N
- update 4.2.9.5
  * [qt] remove quickphrase editor, moved to qt5
  * [misc] forget to remove the add_directory for quickphrase editor
  * fcitx-configtool.desktop: Remove MimeType entry
  * [frontend] add a compatibility layer for ofd.portal.Fcitx
  * [gtk] run clang-format on gtk libraries
  * [gclinet] remove a undefined function
  * set display for fcitx and harden dbus frontend with sender verification
  * extend dbus module to be able to accept external dbus connection
  * [ipcportal] fix signal sending in portal
  * [qt] delay the recheck on availability, but does do the recheck
  * [portal] put ipc portal in queue
  * [qt] do the real unwatch
  * [misc] make more optional disabled option for easier flatpak
  * [table] make sure we don't download table data if we disable table
- changes in 4.2.9.4
  * [gtk, kimpanel] add relative coordinate support
  * [kimpanel] check null before use ic
  * [kimpanel] correctly reset relative spot state
  * [notificationitem] Reply event method call
- changes in 4.2.9.3
  * [core] Make sure when RealEnd is called, instance->destroy == true
- changes in 4.2.9.2
  * [notificationitem] avoid unnecessary xembed tray icon fallback
  * [classicui] give tray icon a default size
  * [qt] fix inconsistency when handling qstring and ucs4 string
  * [classicui] Watch for dockWindow visual property change
  * [qt] fromUcs4 expect a nul terminated string by default, give it a size
  * [core] Expose internal show input speed function
  * logging should not include the build path(boo#951602)
  * autostart desktop file should not be shown(boo#968486)
  * [qt] replace QPointer with raw pointer in icdata
  * [notificationitem] display layout under unity 
  * [diagnose] Print info about dbus name owner
  * Include emoji short codes ("emoji alpha codes") 
  * [notificationitem] Fix a bug in plugin entry
  * [core] Add a new hook to watch ui status changed
  * [xim] handle reset ic
  * [utils] Improve process name detection on *BSD
  * [quickphrase] use some different character, original one looks bad under noto
  * [misc] use RTLD_NODELETE for all dlopen
  * Call sem_post() only on valid semaphore
  * [unicode] Update Unicode 9.0 descriptions
  * [classicui] Check XShape version before using it 
  * [remote] exit the loop after trying 20 times
  * Require bash in fcitx-cmake-helper.sh
  * [xim] fix a memset
  * [pinyin] fix missing files
  * [dbus] fix a wrong dbus destruct order that my cause deadlock on exit
  * [xkb] handle some corner case for any evil third party that override layout
  * [xkb, xkbdbus] add support for our gnome-shell kimpanel dbus helper
  * [xkb] fix circular deps between xkb and xkbdbus
  * [gclient] try to eliminate a warning for configtool
  * [misc] enforce c99 for compiler 
  * [core] call backtrace() ahead to let it finish init()
  * [misc] remove a dup define
  * [unicode] enable prev/next key and enter to choose for unicode
  * [gtk] fix wrong gobject add weak pointer
  * [misc] use unsigned int instead for portability
  * Remove deprecated api in enchant so we can also support 2.1.0.
  * Fix bashism/use correct shebang
- drop fcitx-autostart-desktop-no-display.patch, upstreamed
- drop fcitx-use-basename-for-log.patch, upstreamed
- drop boo954623.patch, upstreamed

OBS-URL: https://build.opensuse.org/request/show/547499
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=147
2017-12-02 11:16:29 +00:00
Marguerite Su
c55a622857 Accepting request 489817 from home:favogt:branches:M17N
Gets rid of almost the whole plasma 5 stack as build requirement on Leap.

- Clean up .spec file:
  * Remove KDE4 parts (install custom systray icon)
  * Remove checks for obsolete distro versions

OBS-URL: https://build.opensuse.org/request/show/489817
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=145
2017-04-25 13:26:33 +00:00
Fuminobu Takeyama
001a0ffad6 Accepting request 440130 from home:TheBlackCat:branches:M17N
- Fix language code for fcitx-table-cn-wubi and fcitx-table-cn-wubi-pinyin: zh-cn --> zh_CN

OBS-URL: https://build.opensuse.org/request/show/440130
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=143
2016-11-14 16:35:53 +00:00
Marguerite Su
efd466b3f7 Accepting request 418800 from home:MargueriteSu:branches:M17N
OBS-URL: https://build.opensuse.org/request/show/418800
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=142
2016-08-12 02:37:37 +00:00
Marguerite Su
f368ba067d Accepting request 418044 from home:MargueriteSu:branches:M17N
OBS-URL: https://build.opensuse.org/request/show/418044
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=141
2016-08-10 01:28:05 +00:00
Marguerite Su
97c9e3c639 Accepting request 412678 from M17N
revert

OBS-URL: https://build.opensuse.org/request/show/412678
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=140
2016-07-22 06:56:23 +00:00
OBS User mrdocs
f1e40a7bbd Accepting request 412371 from home:dimstar:Factory
- Drop kdebase4-runtime-branding-openSUSE BuildRequires: depending
  on specific branding during build does not make sense.

OBS-URL: https://build.opensuse.org/request/show/412371
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=139
2016-07-20 16:32:05 +00:00
Marguerite Su
5de952b134 OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=138 2016-03-04 16:22:03 +00:00
Marguerite Su
d0f28a413a Accepting request 366060 from home:MargueriteSu:branches:M17N
OBS-URL: https://build.opensuse.org/request/show/366060
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=137
2016-03-04 16:10:27 +00:00
Marguerite Su
aebcd8a6f1 Accepting request 366015 from home:MargueriteSu:branches:M17N
OBS-URL: https://build.opensuse.org/request/show/366015
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=136
2016-03-04 15:18:49 +00:00
Marguerite Su
6e28420bbb Accepting request 362840 from home:tiwai:branches:M17N
- Add NoDisplay=true in autostart desktop file so that it won't be
  shown (boo#968486):
  fcitx-autostart-desktop-no-display.patch

OBS-URL: https://build.opensuse.org/request/show/362840
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=134
2016-02-29 11:00:41 +00:00
Marguerite Su
949a80f3a4 Accepting request 358908 from home:MargueriteSu:branches:M17N
OBS-URL: https://build.opensuse.org/request/show/358908
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=132
2016-02-11 18:32:18 +00:00
Marguerite Su
f471878918 Accepting request 350453 from home:MargueriteSu:branches:M17N
OBS-URL: https://build.opensuse.org/request/show/350453
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=130
2015-12-23 06:24:14 +00:00
Ray chen
14d6742fc4 Accepting request 346834 from home:swyear:branches:M17N
- Remove # fix desktop file script in fcitx.spec:
  Upstream fixed.

OBS-URL: https://build.opensuse.org/request/show/346834
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=128
2015-11-30 12:40:05 +00:00
1a31c31f5f yet another changelog fix
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=126
2015-10-22 18:12:49 +00:00
d140f2020c fix changelog
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=125
2015-10-22 18:11:29 +00:00
70b7a4fe79 Accepting request 340480 from home:tiwai:branches:M17N
- Fix logging not to include the build path (boo#951602)

- Several fixes and cleanup for starting fcitx on GNOME on Leap
  (boo#947576,boo#942816)
  * Remove the superfluous manual dbus-launch from xim script
  * Use xdg autostart for GNOME, KDE, LXDE and XFCE;
    fcitx-autostart script is also modified to check $INPUT_METHOD
  * Delay start of fcitx daemon a bit, too

OBS-URL: https://build.opensuse.org/request/show/340480
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=124
2015-10-22 18:05:26 +00:00
Marguerite Su
0bfd314046 Accepting request 335645 from home:MargueriteSu:branches:M17N
OBS-URL: https://build.opensuse.org/request/show/335645
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=123
2015-10-02 02:58:54 +00:00
d05fed8b85 Accepting request 335154 from home:tiwai:branches:M17N
- Add missing post/postun macro calls for updating desktops and
  icons (boo#947842)
- Remove superfluous ldconfig calls from the main package
  post/postun

OBS-URL: https://build.opensuse.org/request/show/335154
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=122
2015-10-01 09:54:59 +00:00
Hillwood Yang
a669d04c54 Accepting request 335109 from home:hillwood:branches:M17N
- Use lua 5.2+, fix build in openSUSE_Factory

OBS-URL: https://build.opensuse.org/request/show/335109
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=121
2015-10-01 07:03:49 +00:00
Marguerite Su
a876e8a96d Accepting request 321708 from home:MargueriteSu:branches:M17N
OBS-URL: https://build.opensuse.org/request/show/321708
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=119
2015-08-10 15:48:07 +00:00
Fridrich Strba
83a6eafaba Accepting request 309370 from home:Ledest:bashisms
fix BuildRequires

OBS-URL: https://build.opensuse.org/request/show/309370
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=117
2015-06-01 07:37:19 +00:00
Marguerite Su
05d1a6bfb0 Accepting request 309274 from home:MargueriteSu:branches:M17N
update version 4.2.9

OBS-URL: https://build.opensuse.org/request/show/309274
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=116
2015-05-30 06:30:53 +00:00
Marguerite Su
08dbe1d5cd Accepting request 294594 from home:MargueriteSu:branches:M17N
OBS-URL: https://build.opensuse.org/request/show/294594
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=114
2015-04-05 17:00:56 +00:00
Marguerite Su
c93770af90 Accepting request 287916 from home:hillwood:branches:M17N
- update version of opencc to 1.0.2

OBS-URL: https://build.opensuse.org/request/show/287916
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=112
2015-02-26 12:53:32 +00:00
Marguerite Su
166423fb00 Accepting request 261973 from home:Ledest:bashisms
fix bashism in env_setup.sh script

OBS-URL: https://build.opensuse.org/request/show/261973
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=110
2014-11-17 07:56:41 +00:00
Marguerite Su
d9a90afe06 Accepting request 260516 from home:MargueriteSu:branches:M17N
OBS-URL: https://build.opensuse.org/request/show/260516
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=108
2014-11-09 19:48:17 +00:00
Marguerite Su
7a8f9d2ebe OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=107 2014-11-09 07:44:57 +00:00
Marguerite Su
db9ee48d21 Accepting request 260435 from home:MargueriteSu:branches:M17N
update themes

OBS-URL: https://build.opensuse.org/request/show/260435
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=106
2014-11-09 07:38:43 +00:00
Marguerite Su
feacc24eef Accepting request 250312 from home:MargueriteSu:branches:M17N
update version 4.2.8.5

OBS-URL: https://build.opensuse.org/request/show/250312
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=104
2014-09-20 12:04:09 +00:00
Marguerite Su
1b8dad39e7 Accepting request 244027 from home:MargueriteSu:branches:M17N
OBS-URL: https://build.opensuse.org/request/show/244027
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=102
2014-08-09 05:34:19 +00:00
Marguerite Su
bb0a31cd0b Accepting request 243989 from home:fcrozat:branches:M17N
- Fix default category for fcitx (ensure it doesn't go to Other on
  GNOME Classic)

OBS-URL: https://build.opensuse.org/request/show/243989
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=101
2014-08-09 05:31:53 +00:00
Marguerite Su
e90601feee Accepting request 243700 from home:Andreas_Schwab:Factory
- Build with RPM_OPT_FLAGS
- Don't strip binaries

OBS-URL: https://build.opensuse.org/request/show/243700
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=100
2014-08-06 11:46:23 +00:00
Marguerite Su
c6cc633d61 Accepting request 236598 from home:MargueriteSu:branches:M17N
update 4.2.8.4

OBS-URL: https://build.opensuse.org/request/show/236598
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=98
2014-06-09 14:31:45 +00:00
Marguerite Su
8fc056d28c Accepting request 232987 from home:dliang:branches:M17N
update previous patch to fix bnc#875890, back port from upstream

OBS-URL: https://build.opensuse.org/request/show/232987
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=96
2014-05-08 03:33:09 +00:00
Marguerite Su
3bbb1913f9 Accepting request 232891 from home:dliang:branches:M17N
bnc#875890

OBS-URL: https://build.opensuse.org/request/show/232891
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=95
2014-05-07 06:03:40 +00:00
Marguerite Su
c6c0eeac67 Accepting request 232326 from home:MargueriteSu:branches:M17N
OBS-URL: https://build.opensuse.org/request/show/232326
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=93
2014-05-01 14:30:06 +00:00
Marguerite Su
1f8197361a Accepting request 230841 from home:MargueriteSu:branches:M17N
revert

OBS-URL: https://build.opensuse.org/request/show/230841
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=91
2014-04-19 08:43:40 +00:00
Marguerite Su
318d323ac3 OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=90 2014-04-18 05:55:47 +00:00
Marguerite Su
81b8d70bb2 Accepting request 230717 from home:MargueriteSu:branches:M17N
OBS-URL: https://build.opensuse.org/request/show/230717
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=89
2014-04-18 05:32:17 +00:00
Marguerite Su
97386b479f Accepting request 230507 from home:MargueriteSu:branches:M17N
add patch to support sogou-pinyin

OBS-URL: https://build.opensuse.org/request/show/230507
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=88
2014-04-17 17:12:25 +00:00
Marguerite Su
93d483845b Accepting request 222354 from home:fcrozat:branches:M17N
- Ensure COPYING is installed.

OBS-URL: https://build.opensuse.org/request/show/222354
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=85
2014-02-14 22:54:26 +00:00