Eelco Dolstra
ba22ad45fe
ibus-wrapper: Fix build
2017-09-27 20:28:13 +02:00
Eelco Dolstra
3378dbbeed
Revert "Revert "ibus: Move ibus-setup to .dev""
...
This reverts commit e0771a2410
.
2017-09-27 20:28:13 +02:00
Robin Gloster
e0771a2410
Revert "ibus: Move ibus-setup to .dev"
...
This reverts commit af44f99dca
.
ibus-with-plugins was broken by this.
cc @edolstra
2017-09-27 19:42:01 +02:00
Eelco Dolstra
af44f99dca
ibus: Move ibus-setup to .dev
...
This removes python3.buildEnv from the runtime closure.
2017-09-26 23:14:39 +02:00
John Ericson
ed14223f8c
treewide: Manual fix more pkg-config build-inputs
2017-09-21 15:49:54 -04: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
Jörg Thalheim
7b20952c04
Merge pull request #28726 from vyp/interception-tools
...
interception-tools: init at 0.1.1
2017-09-02 08:24:57 +01:00
xd1le
e0b44a09b8
interception-tools: init at 0.1.1
...
The latest release of libyamlcpp in nixpkgs does not build because it
uses an older version of boost than the one in nixpkgs and therefore
expects a particular header file which does not exist in the latest
boost anymore. For this reason, a later (git) version of libyamlcpp is
used here (which actually doesn't even require boost).
The substituteInPlace in the prePatch phase is needed because libevdev
places its headers in non-standard places, meaning Nix cannot normally
find them. The `cut` command removes the first two "-I" characters from
the output of `pkg-config`. This needs to be in the prePatch phase
because otherwise Nix will patch these lines to `/var/empty`, meaning
you would have less specific replacement (in case other lines are also
patched to `/var/empty`).
I wrote the patch. (I believe it is NixOS specific.)
2017-09-02 16:17:53 +10:00
Frederik Rietdijk
6d4bd78fad
Merge commit '2858c41' into HEAD
2017-08-30 21:07:07 +02:00
Gabriel Ebner
9aaa6cda39
Merge pull request #28685 from ericsagnes/pkg-fix/fcitx-unikey
...
fcitx-unikey: fix build
2017-08-29 14:42:19 +02:00
Eric Sagnes
1ee49e13e6
fcitx-unikey: fix build
2017-08-29 21:32:56 +09:00
Gabriel Ebner
c387c54b3c
ibus-engines.anthy: 1.5.8 -> 1.5.9
2017-08-29 10:37:42 +02:00
Tom Hunger
6dc4b5229b
Fix ibus by using a python.buildEnv.
2017-08-28 20:01:07 +01:00
Gabriel Ebner
d444c0056b
zinnia: 2015-03-15 -> 2016-08-28
...
This fixes the build issue with GCC 6.
2017-08-24 08:21:15 +02:00
Jan Tojnar
c9d419a22b
gnome: Further fixes for Using the 'memory' GSettings backend issue
2017-08-05 12:21:00 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Samuel Dionne-Riel
1f89ba117c
ibus-m17n: fix homepage URL.
...
The URL was erroneous.
2017-05-27 22:39:16 -04:00
Robin Gloster
38625a8b1e
ibus: 1.5.14 -> 1.5.16
...
Changed emoji handling in ibus requires some new static files
2017-05-23 04:09:48 +02:00
Michael Raskin
008bd11363
Merge pull request #25237 from ericsagnes/pkg-update/fcitx-related
...
fcitx-engines.mozc: 2.17.2313.102.1 -> 2.18.2612.102.1 and other minor fcitx packages updates
2017-05-01 18:58:53 +02:00
Jörg Thalheim
fddeacfe4c
Merge pull request #25316 from ericsagnes/pkg-update/ibus-mozc
...
ibus-engines.mozc: 2.17.2313.102 -> 2.20.2673.102
2017-04-29 11:14:00 +02:00
Eric Sagnes
54d05a5700
fcitx-engines.mozc: 2.17.2313.102.1 -> 2.18.2612.102.1
2017-04-29 15:34:48 +09:00
Eric Sagnes
424f175546
ibus-engines.mozc: 2.17.2313.102 -> 2.20.2673.102
2017-04-29 15:26:22 +09:00
Dan Peebles
90b9719f4f
treewide: fix the remaining issues with meta attributes
2017-04-29 04:24:34 +00: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
laMudri
e0f6bd6cfb
ibus-table: 1.9.14 -> 1.9.16
2017-03-31 13:15:31 +01:00
Nikolay Amiantov
66b05cd4e6
ibus-engines: use wrapPythonPrograms
...
This is needed now that PYTHONPATH is not propagated. Also several packages
with additional dependencies are now properly wrapped.
2017-03-26 02:20:02 +03:00
Nikolay Amiantov
99434abff7
ibus: wrap with GTK dependencies
...
Without this ibus can't load its settings.
Also don't propagate PYTHONPATH.
2017-03-26 02:20:02 +03:00
Eelco Dolstra
7c60ba1d41
ibus: Use dev output
...
This removes glib.dev from the runtime closure, reducing its size from
357 to 253 MiB.
2017-03-20 17:31:14 +01:00
Eric Sagnes
acb1032968
fcitx: fix fcitx-qt5 attribute path
2017-03-03 08:54:32 +09:00
Thomas Tuegel
f28848cb4d
kde4.kdelibs -> kdelibs4
...
Our kdelibs4 package does not come from KDE 4, so per upstream's request I am
moving it out of the kde4 set.
2017-02-24 17:16:28 -06:00
Kirill Boltaev
51dd34f103
ibus-engines.uniemoji: 2016-09-20 -> 0.6.0
2016-10-16 01:42:09 +03:00
Joachim F
65aa53fbed
Merge pull request #18495 from yshui/master
...
Add new input method: fcitx-libpinyin
2016-10-04 22:46:11 +02:00
Thomas Tuegel
08aea87297
ibus: refresh cache at startup
...
Fixes #19134 . (Maybe.)
2016-10-03 05:25:41 -05:00
Joachim F
c81c652940
Merge pull request #19116 from ericsagnes/pkg-update/ibus-table
...
ibus-table: 1.9.11 -> 1.9.14
2016-10-02 13:34:12 +02:00
Yuxuan Shui
293d1d09ef
fcitx: Add fcitx engine libpinyin
2016-10-02 00:36:05 -04:00
Eric Sagnes
d06566e090
ibus-libpinyin: 1.7.4 -> 1.8.0
2016-10-01 13:43:42 +09:00
Eric Sagnes
084bacd8d9
ibus-table: 1.9.11 -> 1.9.14
...
release notes:
- https://github.com/kaio/ibus-table/releases/tag/1.9.12
- https://github.com/kaio/ibus-table/releases/tag/1.9.13
- https://github.com/kaio/ibus-table/releases/tag/1.9.14
2016-10-01 12:40:02 +09:00
Eric Sagnes
9caa721e66
ibus: 1.5.13 -> 1.5.14
...
release notes: https://github.com/ibus/ibus/releases/tag/1.5.14
2016-09-30 09:57:51 +09:00
Kirill Boltaev
95e16c70aa
ibus-engines.uniemoji: init at 2016-09-20
2016-09-21 18:22:20 +03:00
Kirill Boltaev
bccd75094f
treewide: explicitly specify gtk and related package versions
2016-09-12 18:26:06 +03:00
Robin Gloster
c4ba389a9f
ibus-engines.m17n: use autoreconfHook
2016-08-24 20:18:52 +00:00
Kranium Gikos Mendoza
eecc63bad9
fcitx-engines.table-other: fix build
2016-08-23 12:37:01 +03:00
Nikolay Amiantov
3e2458a085
ibus: propagate glib
2016-08-22 06:11:18 +03:00
Hoàng Minh Thắng
8669d688c7
fcitx-unikey: init at 0.2.5
2016-08-12 14:36:36 +07: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
Silvio Frischknecht
cffec6292a
ibus: fix #16292
...
set GDK_PIXBUF_MODULE_FILE instead of prefixing it
2016-06-21 20:57:51 +02:00
Eric Sagnes
098c58cac8
fcitx: 4.2.9 -> 4.2.9.1, fix build
2016-06-02 11:01:56 +09:00
Joachim Fasting
3f22610bd7
Merge pull request #15600 from crossing/pr-fcitx-cloudpinyin
...
fcitx-cloudpinyin: init at 0.3.4
2016-05-23 22:46:35 +02:00
Xing Yang
a9215fe1d7
fcitx-cloudpinyin: init at 0.3.4
2016-05-22 23:02:26 +01: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
Eric Sagnes
dcd4728095
uim: enable fep ( #15355 )
2016-05-17 00:26:15 +02:00
Tuomas Tynkkynen
4ff8f377af
Merge remote-tracking branch 'upstream/master' into staging
2016-04-28 00:13:53 +03:00
Nikolay Amiantov
8415fa35c7
fcitx-with-plugins: use symlinkJoin
2016-04-26 15:37:44 +03:00
Thomas Tuegel
160bf21b3a
librsvg: multiple outputs
2016-04-25 19:04:24 -05:00
Nikolay Amiantov
6adce0a785
touchegg: move to qmake4Hook
2016-04-20 18:55:55 +03:00
Eric Sagnes
c99fdd5296
fcitx-qt5: fix build
2016-04-20 13:08:52 +09:00
Eric Sagnes
c6ec758fe3
libpinyin: move to libraries
2016-04-15 10:22:35 +09:00
joachifm
20095d48de
Merge pull request #14224 from yokto/add/libpinyin
...
ibus-libpinyin: init at 1.7.4
2016-04-14 14:55:00 +02:00
Silvio Frischknecht
623f185ade
ibus-libpinyin: init at 1.7.4
2016-04-01 17:12:57 +02:00
Silvio Frischknecht
a592c9c781
libpinyin: init at 1.3.0
2016-04-01 17:12:49 +02:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Eric Sagnes
9c029c3b05
anthy: add maintainer
2016-03-20 15:03:58 +09:00
宋文武
93feb5d115
drop my maintainership ( close #13881 )
2016-03-13 18:39:01 +01:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Mathieu Boespflug
73878e1c10
keyfuzz: init at 0.2.
2016-03-05 19:41:33 +01:00
Thomas Tuegel
ab746ec902
ibus: consolidate wrappers
2016-02-28 09:30:09 -06:00
Thomas Tuegel
41204574be
ibus-m17n: use Python 3
2016-02-28 07:12:55 -06:00
Thomas Tuegel
3a8a887cfd
ibus-with-plugins: replace ibus wrappers
2016-02-28 07:12:55 -06:00
Thomas Tuegel
4e2fe6e579
m17n-db: fix path to charmaps
2016-02-28 07:11:10 -06:00
zimbatm
17348dc094
Remove all dots at end of descriptions
...
Specially crafted for @JagaJaga
find pkgs -name "*.nix" -exec \
sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Thomas Tuegel
cb10990fdc
ibus-anthy: upgrade to Python 3
2016-02-26 18:08:48 -06:00
Thomas Tuegel
f7f965baaa
ibus-hangul: download release from GitHub
2016-02-26 18:08:48 -06:00
Thomas Tuegel
6c85f72a91
ibus-table: 1.9.6 -> 1.9.11
2016-02-26 18:08:48 -06:00
Thomas Tuegel
f058f1c1d3
ibus-with-plugins: rewrite wrapper
2016-02-26 18:08:48 -06:00
Thomas Tuegel
10e3664c97
ibus: 1.5.11 -> 1.5.13
2016-02-26 18:08:48 -06:00
Thomas Tuegel
e559c3a72a
ibus-table-others: use mktemp for temporary directory
2016-02-23 19:16:29 -06:00
Eric Sagnes
9e7ddbdcbd
ibus-m17n: init at 1.3.4
2016-02-20 10:50:52 +09:00
Eric Sagnes
2d5537d89e
fcitx-m17n: init at 0.2.3
2016-02-20 10:50:52 +09:00
Eric Sagnes
2dac18aa01
uim: removed gtk and qt plugin update logic
2016-02-17 20:44:29 +09:00
Eric Sagnes
52dd53373f
ibus service: refactoring
2016-02-17 20:44:29 +09:00
Eric Sagnes
7ec5dc9234
ibus-wrapper: init
2016-02-17 20:44:29 +09:00
Eric Sagnes
ca2f9a4f15
ibus-mozc: 2015-05-02 -> 2.17.2313.102
2016-02-17 20:44:29 +09:00
Eric Sagnes
dd579a5576
ibus-anthy: 1.5.7 -> 1.5.8
2016-02-17 20:44:29 +09:00
Eric Sagnes
3c9892d4d4
ibus: group engines
2016-02-17 20:44:29 +09:00
Eric Sagnes
295d670024
fcitx-with-plugins: add fcitx-configtool and fcitx-qt5
2016-02-17 20:44:29 +09:00
Eric Sagnes
850be632a0
fcitx service: init
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
1e581966b9
fcitx-moz: init at 2.17.2313.102
2016-02-17 20:44:29 +09:00
Eric Sagnes
eb31d296e6
fcitx-table-other: init at 0.2.3
2016-02-17 20:44:29 +09:00
Eric Sagnes
1e5cd17f12
fcitx-hangul: init at 0.3.0
2016-02-17 20:44:29 +09:00
Eric Sagnes
3068f632c7
fcitx-chewing: init at 0.2.2
2016-02-17 20:44:29 +09:00
Eric Sagnes
e2a62868d9
fcitx-anthy: 0.2.1 -> 0.2.2
2016-02-17 20:44:29 +09:00
Eric Sagnes
81aab64b7f
fcitx: group engines
2016-02-17 20:44:29 +09:00
Vladimír Čunát
d039c87984
Merge branch 'master' into closure-size
2016-02-14 08:33:51 +01:00