Jan Tojnar
468cb5980b
gnome: rename from gnome3
...
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Jakub Kądziołka
8813b5a191
fcitx: wrap with xmodmap in PATH
...
fcitx contains functionality to execute xmodmap when changing the
layout, which triggers if ~/.Xmodmap is present. However, this breaks
if xmodmap isn't present in fcitx's PATH.
2021-03-01 21:52:38 +01:00
zowoq
31f5dd3f36
treewide: editorconfig fixes
...
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Ben Siraphob
d6aeae8f90
pkgs/tools: pkgconfig -> pkg-config (2)
2021-01-17 23:27:27 +07:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Ben Siraphob
b04fc593e7
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 11:52:33 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Robin Gloster
ac8eaa8507
treewide: fix *Flags
2019-12-30 04:50:37 +01:00
oxalica
05c94e3acd
fcitx-configtool: patch paths to fcitx-remote
2019-11-13 13:24:21 +08:00
Averell Dalton
c055ac14a5
fcitx: use enchant2
2019-09-01 02:53:52 +02:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Gabriel Ebner
63ea6e95f7
fcitx-qt5: fix build
2019-08-09 11:17:50 +02:00
Jonathan Ringer
24f4c62cef
libsForQt5.fcitx-qt5: fix build
2019-07-29 17:10:20 -07:00
xrelkd
a354cbb715
fcitx-qt5: 1.2.1 -> 1.2.3
2019-07-23 14:20:35 -04:00
Matthew Bauer
ba76fa91c7
treewide: handle enchant = enchant2
...
patch or provide backup to enchant1 where necessary
2019-06-03 12:47:28 -04:00
Matthieu Coudron
c375715e26
fcitx: 4.2.9.5 -> 4.2.9.6
...
Updated url to gitlab.
2019-03-27 22:54:11 +09:00
Jan Tojnar
606ceda352
gnome3: stop using aliases
2019-02-14 02:31:15 +01:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
R. RyanTM
9e867b8639
fcitx-configtool: 0.4.9 -> 0.4.10 ( #43203 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/fcitx-configtool/versions .
These checks were done:
- built on NixOS
- fcitx result is not automatically checked, because some binaries gets stuck in daemons
2018-07-13 23:54:31 +02:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Mitsuhiro Nakamura
6ce9c5e97c
fcitx-qt5: fix build with Qt 5.11
2018-06-20 21:55:39 +09:00
Ryan Mulligan
b189247ba0
treewide: use more HTTPS URLs
...
Uses the HTTPS url for cases where the existing URL has a permanent
redirect. For each domain, at least one fixed derivation URL was
downloaded to test the domain is properly serving downloads.
Also fixes jbake source URL, which was broken.
2018-03-24 22:04:25 -07:00
Matthieu Coudron
bee66be64a
fcitx: 4.2.9.1 -> 4.2.9.5
...
fcitx now relies on xkeyboard_config.
2018-01-29 02:06:57 +09:00
Matthieu Coudron
d14d82389c
fcitx-qt5: 1.1.0 -> 1.2.1
2018-01-29 02:06:56 +09:00
John Ericson
531e4b80c9
misc pkgs: Basic sed to get fix pkgconfig
and autoreconfHook
buildInputs
...
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Eric Sagnes
a08f5c7705
fcitx-qt5: 1.0.5 -> 1.1.0
2017-04-26 15:47:58 +09:00
Eric Sagnes
698d1bdd10
fcitx-configtool: 0.4.8 -> 0.4.9
2017-04-26 15:47:14 +09:00
Eric Sagnes
acb1032968
fcitx: fix fcitx-qt5 attribute path
2017-03-03 08:54:32 +09:00
Thomas Tuegel
2056f56f77
fcitx: drop patches, use extra-cmake-modules directly
...
Fixes #17252 . (Really, this time.)
Now that extra-cmake-modules does not depend on Qt 5, it is possible to
depend on it directly.
2016-07-29 10:23:27 -05:00
Thomas Tuegel
8de89b079a
fcitx-qt5: remove patch... again
2016-07-28 19:25:52 -05:00
Thomas Tuegel
e35358cc16
fcitx: remove the correct obsolete patch
2016-07-28 19:21:13 -05:00
Thomas Tuegel
dd8c97a2c3
fcitx: depend on extra-cmake-module from Qt 5
...
Fixes #17252 .
2016-07-28 18:48:06 -05:00
Eric Sagnes
1349cd4e8d
fcitx: refactor ( #16858 )
2016-07-11 17:50:22 +02:00
Eric Sagnes
098c58cac8
fcitx: 4.2.9 -> 4.2.9.1, fix build
2016-06-02 11:01:56 +09:00
Eric Sagnes
beae300722
fcitx-qt5: kde5PackagesFun -> qt5LibsFun
2016-05-21 17:02:23 +09:00
Eric Sagnes
37b5aa040d
fcitx-wrapper: remove outdated comments
2016-05-20 22:04:04 +09:00
Nikolay Amiantov
8415fa35c7
fcitx-with-plugins: use symlinkJoin
2016-04-26 15:37:44 +03:00
Eric Sagnes
c99fdd5296
fcitx-qt5: fix build
2016-04-20 13:08:52 +09:00
宋文武
93feb5d115
drop my maintainership ( close #13881 )
2016-03-13 18:39:01 +01:00
Eric Sagnes
295d670024
fcitx-with-plugins: add fcitx-configtool and fcitx-qt5
2016-02-17 20:44:29 +09:00
Eric Sagnes
a0457135d8
fcitx-qt5: 1.0.4 -> 1.0.5
2016-02-17 20:44:29 +09:00
Eric Sagnes
81aab64b7f
fcitx: group engines
2016-02-17 20:44:29 +09:00
Pascal Wittmann
1799d134ba
fcitx-configtool: add icon theme, fixes #11895
2016-01-03 20:32:59 +01:00
Eric Sagnes
6ca51e3062
fcitx-qt5: init at 1.0.4
2015-11-26 16:12:25 +08:00
Eric Sagnes
db28fa4039
fcitx: 4.2.8.5 -> 4.2.9
2015-11-26 16:12:25 +08:00
(cdep)illabout
f0c3c54712
Create wrapper package for fcitx with plugins.
...
This creates a wrapper package for fcitx so that plugins can be enabled
by the user. This is based on the wrapper package for
pidgin-with-plugins.
By using this wrapper instead of the fcitx package itself, it will be
possible for the user to enable/disable plugins.
2014-11-05 10:37:10 +09:00
(cdep)illabout
35375d0917
Added package for fcitx-configtool.
...
This allows fctix to be configured through a GUI.
2014-10-20 11:35:47 +09:00
Mateusz Kowalczyk
ef4a0076e1
fcitx: update from 4.2.8.4 to 4.2.8.5
...
cc @iyzsong
2014-09-30 11:14:23 +01:00
宋文武
92f728d546
add fcitx-anthy
2014-08-27 17:05:14 +08:00