summaryrefslogtreecommitdiff
path: root/gnu/packages/fcitx5.scm
Commit message (Collapse)AuthorAge
* gnu: qtwebengine: Rename to qtwebengine-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS
* gnu: qtwebchannel: Rename to qtwebchannel-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i git checkout NEWS
* gnu: qtdeclarative: Rename to qtdeclarative-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS
* gnu: Add fcitx5-gtk4.Zhu Zihao2022-04-04
| | | | | | * gnu/packages/fcitx5.scm (fcitx5-gtk4): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gtk: Update to 4.6.1.Zhu Zihao2022-04-04
| | | | | | | | | | | | | | | | | | | * gnu/local.mk (dist_patch_DATA): Remove gtk-introspection-test.patch. * gnu/packages/patches/gtk-introspection-test.patch: Remove. * gnu/packages/gtk.scm (gtk): Update to 4.6.1. [source]: Remove stale patch. [arguments]<phases>: Add 'patch-rst2man' phase, correct the binary name of rst2man to 'rst2man.py' [inputs]: Add libjpeg-turbo, libpng, libtiff. [native-inputs]: Add python-docutils. [propagated-inputs]: Use pango-next. * gnu/packages/fcitx5.scm (fcitx5-gtk)[arguments]: Disable GTK4 build. <configure-flags>: Add "-DENABLE_GTK_IM_MODULE=OFF". <phases>: In phase "patch-install-prefix", Remove GTK4 code. [inputs]: Remove package gtk. [outputs]: Remove output "gtk4". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add fcitx5-anthy.Dominic Martinez2022-03-10
| | | | | | * gnu/packages/fcitx5.scm (fcitx5-anthy): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: fcitx5-gtk: Split IM module output for different version of GTK.Zhu Zihao2022-02-14
| | | | | | | | | | | | | | | | * gnu/packages/fcitx5.scm (fcitx5-gtk)[arguments]: Use G-Expression. <phases>: Split input method module into different outputs for GTK2, GTK3 and GTK4. Now default output only provides GLib client of Fcitx5. [inputs]: Use label-less style inputs. [outputs]: Add new "gtk3" output. [synopsis]: Fix typo. [description]: Describe the functionality of each output. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: fcitx5-gtk: Add GTK 4 support.Zhu Zihao2022-02-14
| | | | | | | | | | | * gnu/packages/fcitx5.scm (fcitx5-gtk)[arguments]: <configure-flags>: Enable GTK 4 IM module. <phases>: In 'patch-install-prefix', patch the install prefix of GTK 4 IM module. [inputs]: Add GTK 4. [outputs]: Add 'gtk4'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: fcitx5-chinese-addons: Replace the dependency on QtWebKit with QtWebEngine.Leo Famulari2022-01-29
| | | | | | | | See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/fcitx5.scm (fcitx5-chinese-addons)[inputs]: Remove qtwebkit. Add qtdeclarative, qtwebchannel, and qtwebengine. [arguments]: Pass "-DUSE_WEBKIT=off" to #:configure-flags.
* gnu: libime: Update to 1.0.10.Marius Bakke2021-12-17
| | | | * gnu/packages/fcitx5.scm (libime): Update to 1.0.10.
* gnu: Remove unneeded uses of custom GCC versions.Marius Bakke2021-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (libmaus2, biobambam2)[native-inputs]: Remove GCC-10. * gnu/packages/game-development.scm (libresprite, python-pyxel)[native-inputs]: Likewise. * gnu/packages/lua.scm (emilua)[native-inputs]: Likewise. * gnu/packages/radio.scm (sdr++)[native-inputs]: Likewise. * gnu/packages/wm.scm (fnott)[native-inputs]: Likewise. * gnu/packages/text-editors.scm (kakoune)[native-inputs]: Likewise. (scintilla)[native-inputs]: Remove GCC-9. * gnu/packages/build-tools.scm (bear)[native-inputs]: Likewise. * gnu/packages/cpp.scm (magic-enum)[native-inputs]: Likewise. * gnu/packages/games.scm (openttd)[native-inputs]: Likewise. (schiffbruch)[native-inputs]: Remove GCC-11. * gnu/packages/music.scm (liquidsfz, geonkick)[native-inputs]: Remove GCC-9. * gnu/packages/fcitx5.scm (fcitx5, libime, fcitx5-configtool)[native-inputs]: Likewise. * gnu/packages/wine.scm (dxvk32)[native-inputs]: Likewise. * gnu/packages/ftp.scm (libfilezilla)[native-inputs]: Remove GCC-8. * gnu/packages/image.scm (blurhash)[native-inputs]: Likewise. * gnu/packages/jami.scm (libring)[native-inputs]: Likewise. * gnu/packages/pdf.scm (xournalpp)[native-inputs]: Likewise. * gnu/packages/telegram.scm (webrtc-for-telegram-desktop, telegram-desktop)[native-inputs]: Likewise.
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: fcitx5-configtool: Update to 5.0.8.dan2021-11-10
| | | | | | * gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.0.8. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: fcitx5-qt: Update to 5.0.7.dan2021-11-10
| | | | | | * gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.0.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: fcitx5-gtk: Update to 5.0.9.dan2021-11-10
| | | | | | * gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.0.9. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: fcitx5: Update to 5.0.10.dan2021-11-10
| | | | | | * gnu/packages/fcitx5.scm (fcitx5): Update to 5.0.10. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Rename qtbase to qtbase-5.Maxim Cournoyer2021-06-14
| | | | | | | | | | | | This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit.
* gnu: fcitx5-chinese-addons: Update to 5.0.6.Tobias Geerinckx-Rice2021-06-09
| | | | * gnu/packages/fcitx5.scm (fcitx5-chinese-addons): Update to 5.0.6.
* gnu: fcitx5-configtool: Update to 5.0.5.Tobias Geerinckx-Rice2021-06-09
| | | | * gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.0.5.
* gnu: fcitx5-gtk: Update to 5.0.7.Tobias Geerinckx-Rice2021-06-09
| | | | | * gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.0.7. [inputs]: Add fmt.
* gnu: fcitx5-qt: Update to 5.0.6.Tobias Geerinckx-Rice2021-06-09
| | | | * gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.0.6.
* gnu: fcitx5: Update to fcitx5.Tobias Geerinckx-Rice2021-06-09
| | | | | * gnu/packages/fcitx5.scm (fcitx5): Update to fcitx5. [native-inputs]: Add gcc-9.
* gnu: fcitx5-lua: Update to 5.0.5.Tobias Geerinckx-Rice2021-06-09
| | | | * gnu/packages/fcitx5.scm (fcitx5-lua): Update to 5.0.5.
* gnu: libime: Fix grammar in descriptions.Tobias Geerinckx-Rice2021-06-09
| | | | * gnu/packages/fcitx5.scm (libime)[synopsis, description]: Exchange s.
* gnu: libime: Update to 1.0.7.Tobias Geerinckx-Rice2021-06-09
| | | | * gnu/packages/fcitx5.scm (libime): Update to 1.0.7.
* gnu: libime: Update to 1.0.6.Tobias Geerinckx-Rice2021-04-11
| | | | * gnu/packages/fcitx5.scm (libime): Update to 1.0.6.
* gnu: libime: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/fcitx5.scm (libime)[description]: Fix typo.
* gnu: fcitx5-qt: Update to 5.0.5.Tobias Geerinckx-Rice2021-03-23
| | | | * gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.0.5.
* gnu: libime: Update to 1.0.5.Tobias Geerinckx-Rice2021-03-23
| | | | * gnu/packages/fcitx5.scm (libime): Update to 1.0.5.
* gnu: xcb-imdkit: Update to 1.0.3.Tobias Geerinckx-Rice2021-03-23
| | | | * gnu/packages/fcitx5.scm (xcb-imdkit): Update to 1.0.3.
* gnu: fcitx5: Update to 5.0.5.Tobias Geerinckx-Rice2021-03-10
| | | | * gnu/packages/fcitx5.scm (fcitx5): Update to 5.0.5.
* gnu: libime: Update to 1.0.4.Tobias Geerinckx-Rice2021-03-09
| | | | * gnu/packages/fcitx5.scm (libime): Update to 1.0.4.
* gnu: fcitx5-configtool: Update to 5.0.2.Zhu Zihao2021-01-28
| | | | | | * gnu/packages/fcitx5.scm(fcitx5-configtool): Update to 5.0.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: fcitx5-qt: Update to 5.0.2.Zhu Zihao2021-01-28
| | | | | | * gnu/packages/fcitx5.scm(fcitx5-qt): Update to 5.0.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: fcitx5-gtk: Update to 5.0.3.Zhu Zihao2021-01-28
| | | | | | * gnu/packages/fcitx5.scm(fcitx5-gtk): Update to 5.0.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: fcitx5-chinese-addons: Update to 5.0.3.Zhu Zihao2021-01-28
| | | | | | * gnu/packages/fcitx5.scm(fcitx5-chinese-addons): Update to 5.0.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: fcitx5-lua: Update to 5.0.2.Zhu Zihao2021-01-28
| | | | | | * gnu/packages/fcitx5.scm(fcitx5-lua): Update to 5.0.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: fcitx5: Update to 5.0.4.Zhu Zihao2021-01-28
| | | | | | * gnu/packages/fcitx5.scm(fcitx5): Update to 5.0.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: libime: Update to 1.0.3.Zhu Zihao2021-01-28
| | | | | | * gnu/packages/fcitx5.scm(libime): Update to 1.0.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: xcb-imdkit: Update to 1.0.2.Zhu Zihao2021-01-28
| | | | | | * gnu/packages/fcitx5.scm(xcb-imdkit): Update to 1.0.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: fcitx5-configtool: Fix indentation.Zhu Zihao2021-01-28
| | | | | | * gnu/packages/fcitx5.scm(fcitx5-configtool): Fix indentation. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: fcitx5-chinese-addons: Remove stale build steps.Zhu Zihao2020-12-11
| | | | | | | | * gnu/packages/fcitx5.scm (fcitx5-chinese-addons)[arguments] <configure-flags>: Remove it. <phases>: Remove phase 'patch-install-prefix'. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: fcitx5-lua: Remove stale build steps.Zhu Zihao2020-12-11
| | | | | | * gnu/packages/fcitx5.scm (fcitx-lua)[arguments]: Remove it. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: fcitx5-material-color-theme: Add source file-name.Efraim Flashner2020-12-08
| | | | | * gnu/packages/fcitx5.scm (fcitx5-material-color-theme)[source]: Add file-name field.
* gnu: Add fcitx5-material-color-theme.Zhu Zihao2020-12-08
| | | | | | * gnu/packages/fcitx5.scm (fcitx5-material-color-theme): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add fcitx5-configtool.Zhu Zihao2020-12-08
| | | | | | * gnu/packages/fcitx5.scm (fcitx5-configtool): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add fcitx5-chinese-addons.Zhu Zihao2020-12-08
| | | | | | * gnu/packages/fcitx5.scm (fcitx5-chinese-addons): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add fcitx5-gtk.Zhu Zihao2020-12-08
| | | | | | * gnu/packages/fcitx5.scm (fcitx5-gtk): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add fcitx5-qt.Zhu Zihao2020-12-08
| | | | | | * gnu/packages/fcitx5.scm (fcitx5-qt): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>