Commit Graph

291 Commits

Author SHA1 Message Date
R. RyanTM
fbf959f13d ibus-engines.typing-booster-unwrapped: 2.1.3 -> 2.3.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ibus-typing-booster/versions
2018-12-15 20:51:50 -08:00
Frederik Rietdijk
a510aa2672 Merge master into staging-next 2018-12-03 12:18:43 +01:00
c0bw3b
93e511c319 Treewide: use HTTPS on GNU Savannah domains
HTTP -> HTTPS for:
- http://savannah.gnu.org/
- http://git.savannah.gnu.org/
- http://download.savannah.gnu.org/
- http://svn.savannah.gnu.org/
2018-12-02 15:33:09 +01:00
c0bw3b
a04a512f34 Treewide: use HTTPS on NonGNU domains 2018-12-02 15:21:04 +01:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Maximilian Bosch
80e9f77ed5
Merge pull request #50475 from Pneumaticat/ibus-table-chinese-init
ibus-table-chinese: init at 1.8.2
2018-11-23 14:11:58 +01:00
Renaud
ab06622d86
Merge pull request #50191 from jfrankenau/init-fusuma
fusuma: init at 0.10.2
2018-11-18 19:37:26 +01:00
Kevin Liu
624966ab69
ibus-table-chinese: init at 1.8.2 2018-11-16 15:55:03 -05:00
Kevin Liu
95dee0d721
ibus-table: fix FHS path default in tabcreatedb.py
It uses /usr/share as a default parameter, which errors out on NixOS.
This replaces it with the path to the derivation.
2018-11-16 15:54:57 -05:00
R. RyanTM
1b6984bec1 ibus-engines.m17n: 1.3.4 -> 1.4.1 (#50089)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ibus-m17n/versions
2018-11-12 21:00:57 +01:00
Johannes Frankenau
dc14808c09 fusuma: init at 0.10.2 2018-11-10 17:30:00 +01:00
Renaud
713b0bb778
Merge pull request #50062 from r-ryantm/auto-update/libinput-gestures
libinput-gestures: 2.38 -> 2.39
2018-11-10 15:52:48 +01:00
R. RyanTM
c281799090 ibus-engines.typing-booster-unwrapped: 2.1.2 -> 2.1.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ibus-typing-booster/versions
2018-11-09 16:04:01 -08:00
R. RyanTM
28c4e861f2 libinput-gestures: 2.38 -> 2.39
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libinput-gestures/versions
2018-11-09 11:57:34 -08:00
Matthew Bauer
075e4883e0 ibus: fix cross compilation
gtk-doc is a native input so we need to use buildPackages here.
2018-10-29 13:45:40 -05:00
Will Dietz
f58fcf849e libinput-gestures: entry point is a python script, add dep
Otherwise we have a raw shebang that doesn't work :(
2018-10-18 16:47:41 -05:00
Will Dietz
72f31fbc19 libinput-gestures: update patches
Don't bother skipping the version check,
keep diff against upstream simple.
2018-10-18 16:47:38 -05:00
Will Dietz
69c15c0c25 libinput-gestures: 2.33 -> 2.38 2018-10-18 16:47:36 -05:00
Eelco Dolstra
2004343f56 libotf: Add dev output 2018-10-11 21:18:20 +02:00
Matthew Bauer
dd6f6951cf
Merge pull request #45109 from jfrankenau/module-triggerhappy
nixos/triggerhappy: add module for triggerhappy hotkey daemon
2018-10-08 14:42:59 -05:00
R. RyanTM
19a9ca96aa ibus-engines.typing-booster-unwrapped: 2.1.1 -> 2.1.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ibus-typing-booster/versions
2018-10-03 10:40:13 -07:00
Maximilian Bosch
dee2dab7c6
ibus-engines.typing-booster: init at 2.1.1
This package providesa completion input method for faster typing.
See https://mike-fabian.github.io/ibus-typing-booster

Detailed instructions how to activate this IBus engine on your desktop
can be found in the upstream docs: https://mike-fabian.github.io/ibus-typing-booster/documentation.html

A simple VM with the Gnome3 desktop and activated `ibus' looks like
this:

```nix
{
  emojipicker = { pkgs, ... }: {
    services.xserver = {
      enable = true;
      desktopManager.gnome3.enable = true;
      desktopManager.xterm.enable = false;
    };
    users.extraUsers.vm = {
      password = "vm";
      isNormalUser = true;
    };
    i18n.inputMethod.ibus.engines = [
      pkgs.ibus-engines.typing-booster
    ];
    i18n.inputMethod.enabled = "ibus";
    virtualisation.memorySize = 2048;
  };
}
```

Fixes #38721
2018-09-19 21:27:10 +02:00
Vladimír Čunát
cbabebcc2e
Merge branch 'master' into staging-next
Hydra: ?compare=1473892
2018-08-17 13:45:21 +02:00
Johannes Frankenau
58a2632148 triggerhappy: build with systemd socket support 2018-08-16 10:56:42 +02:00
Herwig Hochleitner
efd4e66854 libotf: init 0.9.16 2018-08-16 09:38:55 +02:00
Vladimír Čunát
5b0398dc36
Merge branch 'master' into staging-next
Conflicts: gobby and libinfinity - I took the hand-edited versions
instead of those resuting from the mass-replacement.

Hydra: ?compare=1473190
2018-08-13 20:43:59 +02:00
R. RyanTM
3ab3e14e46 ibus-engines.hangul: 1.5.0 -> 1.5.1 (#44771)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ibus-hangul/versions.
2018-08-13 14:28:06 +02:00
John Ericson
db965063b3 treewide: Make configureFlags lists 2018-08-03 17:06:03 -04:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Matthew Bauer
76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04: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
R. RyanTM
fbdb5773f4 fcitx-engines.hangul: 0.3.0 -> 0.3.1 (#43204)
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-hangul/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:52:25 +02:00
R. RyanTM
3503651d5e fcitx-engines.chewing: 0.2.2 -> 0.2.3 (#43209)
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-chewing/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:52:10 +02:00
R. RyanTM
5f608eb296 fcitx-engines.anthy: 0.2.2 -> 0.2.3 (#43208)
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-anthy/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:51:52 +02:00
R. RyanTM
a6fcddf3db fcitx-engines.m17n: 0.2.3 -> 0.2.4 (#43206)
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-m17n/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:51:35 +02:00
R. RyanTM
ececd26a80 fcitx-engines.cloudpinyin: 0.3.4 -> 0.3.6 (#43202)
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-cloudpinyin/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:51:11 +02:00
Taha
00562b5a9a triggerhappy: init at 0.5.0 2018-07-11 00:15:52 -04: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
Jan Malakhovski
f431f209d7 uim: 1.8.6-20180501-git -> 1.8.8 (#41850) 2018-06-11 19:16:53 +02:00
Lincoln Lee
be170030b9 fcitx-table-extra: init at 0.3.8 2018-06-06 18:10:19 +08:00
John Ericson
ddbe9191ef Merge remote-tracking branch 'upstream/master' into staging
Keep the dontCheck because the test suite fails, get rid of the LDFLAGS
hack because we don't need it!
2018-05-16 15:16:08 -04:00
Jan Malakhovski
13f44694dc uim: 1.8.6 -> 1.8.6-20180501-git, switch to fetchFromGitHub
Old version fails to build.
2018-05-15 15:23:59 +00:00
John Ericson
2c5d915200 Merge commit '92b7a814f26ee1d37e989431c18518c67285a332' into staging 2018-05-13 01:02:09 -04:00
R. RyanTM
af46398f2b ibus-engines.table: 1.9.18 -> 1.9.20 (#40100)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ibus-table/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/k3qfsk06xxrm7sp4fwv7h5shdq7j1msk-ibus-table-1.9.20/bin/ibus-table-createdb -h’ got 0 exit code
- ran ‘/nix/store/k3qfsk06xxrm7sp4fwv7h5shdq7j1msk-ibus-table-1.9.20/bin/ibus-table-createdb --help’ got 0 exit code
- found 1.9.20 with grep in /nix/store/k3qfsk06xxrm7sp4fwv7h5shdq7j1msk-ibus-table-1.9.20
- directory tree listing: https://gist.github.com/ace63b0dd5941c9f17222549a08ee23c
2018-05-12 11:00:03 +02:00
Matthew Justin Bauer
eeb016e8f0
Merge branch 'staging' into fix-ncurses-darwin-extensions 2018-05-02 15:40:38 -05:00
Jörg Thalheim
37e79019d6
Merge pull request #39472 from ChengCat/fcitx-libpinyin
fcitx-libpinyin: fix data path
2018-04-27 10:59:33 +01:00
Yucheng Zhang
19f6fe6e9c fcitx-libpinyin: fix data path 2018-04-27 10:57:37 +08:00
Jan Malakhovski
7438083a4d tree-wide: disable doCheck and doInstallCheck where it fails (the trivial part) 2018-04-25 04:18:46 +00:00
R. RyanTM
8539dec47a ibus-engines.libpinyin: 1.9.3 -> 1.10.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ibus-libpinyin/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.10.0 with grep in /nix/store/4ya0a61mnwzvlphi2a39q3wz8srak0g5-ibus-libpinyin-1.10.0
- directory tree listing: https://gist.github.com/920acb2f5a3bfd5b8d50bff07772754e
2018-04-20 04:51:53 -07:00
Matthew Justin Bauer
7163385709
Merge pull request #37506 from ryantm/auto-update/m17n-db
m17n_db: 1.7.0 -> 1.8.0
2018-03-31 19:16:29 -05:00
Ryan Mulligan
4b19ab9635 m17n_lib: 1.7.0 -> 1.8.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/28baccpjkyg7rb0alf8j2hpnczz22jzq-m17n-lib-1.8.0/bin/m17n-conv -h` got 0 exit code
- ran `/nix/store/28baccpjkyg7rb0alf8j2hpnczz22jzq-m17n-lib-1.8.0/bin/m17n-conv --help` got 0 exit code
- ran `/nix/store/28baccpjkyg7rb0alf8j2hpnczz22jzq-m17n-lib-1.8.0/bin/m17n-conv help` got 0 exit code
- ran `/nix/store/28baccpjkyg7rb0alf8j2hpnczz22jzq-m17n-lib-1.8.0/bin/m17n-conv --version` and found version 1.8.0
- ran `/nix/store/28baccpjkyg7rb0alf8j2hpnczz22jzq-m17n-lib-1.8.0/bin/m17n-date -h` got 0 exit code
- ran `/nix/store/28baccpjkyg7rb0alf8j2hpnczz22jzq-m17n-lib-1.8.0/bin/m17n-date --help` got 0 exit code
- ran `/nix/store/28baccpjkyg7rb0alf8j2hpnczz22jzq-m17n-lib-1.8.0/bin/m17n-date --version` and found version 1.8.0
- ran `/nix/store/28baccpjkyg7rb0alf8j2hpnczz22jzq-m17n-lib-1.8.0/bin/m17n-config --version` and found version 1.8.0
- found 1.8.0 with grep in /nix/store/28baccpjkyg7rb0alf8j2hpnczz22jzq-m17n-lib-1.8.0
- directory tree listing: https://gist.github.com/3d3a5a6fc658c968ce3a1298c9f32c56
2018-03-25 11:20:42 -05:00
Matthew Justin Bauer
8f3091939b
Merge pull request #37752 from ryantm/fix-urls
treewide: use more HTTPS URLs
2018-03-25 00:40:17 -05: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
Ryan Mulligan
436d4a4192 ibus-engines.libpinyin: 1.9.2 -> 1.9.3
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.9.3 with grep in /nix/store/z3sdj8l860r4vdb41pi3siakp98pnx8j-ibus-libpinyin-1.9.3
- directory tree listing: https://gist.github.com/bf125939ed0636cedf0daea5f6d08219
2018-03-24 22:57:07 -05:00
Gabriel Ebner
cbcc815301
Merge pull request #37446 from ryantm/auto-update/ibus-table
ibus-engines.table: 1.9.16 -> 1.9.18
2018-03-23 14:48:20 +01:00
Gabriel Ebner
7af85f5970
Merge pull request #37448 from ryantm/auto-update/ibus-table-others
ibus-engines.table-others: 1.3.7 -> 1.3.9
2018-03-23 14:48:07 +01:00
Ryan Mulligan
8742b55ab3 ibus-engines.anthy: 1.5.9 -> 1.5.10
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
/tmp/tmp.2tbPvTstTb /home/ryantm/.cache/nixpkgs
/home/ryantm/.cache/nixpkgs
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.5.10 with grep in /nix/store/3h4a30xh4ddij4i5nmyi8p478y804jv7-ibus-anthy-1.5.10
- directory tree listing: https://gist.github.com/2a6dbfad474173b76f5f0d7aa35964f6
2018-03-22 12:52:04 -07:00
Ryan Mulligan
128caedbf3 m17n_db: 1.7.0 -> 1.8.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/l9vsx891cc7hrp4gic87djcmbfi3dg1a-m17n-db-1.8.0/bin/m17n-db -h` got 0 exit code
- ran `/nix/store/l9vsx891cc7hrp4gic87djcmbfi3dg1a-m17n-db-1.8.0/bin/m17n-db --help` got 0 exit code
- ran `/nix/store/l9vsx891cc7hrp4gic87djcmbfi3dg1a-m17n-db-1.8.0/bin/m17n-db -v` and found version 1.8.0
- ran `/nix/store/l9vsx891cc7hrp4gic87djcmbfi3dg1a-m17n-db-1.8.0/bin/m17n-db --version` and found version 1.8.0
- ran `/nix/store/l9vsx891cc7hrp4gic87djcmbfi3dg1a-m17n-db-1.8.0/bin/m17n-db -h` and found version 1.8.0
- ran `/nix/store/l9vsx891cc7hrp4gic87djcmbfi3dg1a-m17n-db-1.8.0/bin/m17n-db --help` and found version 1.8.0
- found 1.8.0 with grep in /nix/store/l9vsx891cc7hrp4gic87djcmbfi3dg1a-m17n-db-1.8.0
- directory tree listing: https://gist.github.com/dfe2a7729da99276c71f68cf0c227fcd
2018-03-20 16:54:57 -07:00
Ryan Mulligan
b651d55dc3 ibus-engines.table-others: 1.3.7 -> 1.3.9
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.3.9 with grep in /nix/store/xjlb70932y0prqlw4p7iizbffm89pi7a-ibus-table-others-1.3.9
- directory tree listing: https://gist.github.com/aafa62fbd6afde2d7ca2d96e39eaa850
2018-03-20 06:16:40 -07:00
Ryan Mulligan
54d16c1075 ibus-engines.table: 1.9.16 -> 1.9.18
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/mrix6kd1pgli5i7hji39f1pigx0d7s5z-ibus-table-1.9.18/bin/ibus-table-createdb -h` got 0 exit code
- ran `/nix/store/mrix6kd1pgli5i7hji39f1pigx0d7s5z-ibus-table-1.9.18/bin/ibus-table-createdb --help` got 0 exit code
- found 1.9.18 with grep in /nix/store/mrix6kd1pgli5i7hji39f1pigx0d7s5z-ibus-table-1.9.18
- directory tree listing: https://gist.github.com/8f2d6146d5348401ca9117762e2befbc
2018-03-20 06:02:04 -07:00
Ivan Solyankin
504b911858 ibus-kkc: init at 1.5.22 2018-03-10 17:13:38 +03:00
Ivan Solyankin
80df6205ed libkkc: init at 0.3.5 2018-03-10 17:13:38 +03:00
Ryan Mulligan
4b6498afc2 libinput-gestures: 2.32 -> 2.33
Semi-automatic update. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.33 with grep in /nix/store/axjjpwcbb3s56m0fk68y8w8vji56f2a5-libinput-gestures-2.33
- found 2.33 in filename of file in /nix/store/axjjpwcbb3s56m0fk68y8w8vji56f2a5-libinput-gestures-2.33
2018-03-08 22:16:57 -08:00
Vladimír Čunát
565bd805e6
Merge branch 'master' 2018-03-05 14:53:27 +01:00
Nikolay Amiantov
d5e82d694b ibus-engines.uniemoji: add pygobject3 as a dependency
This fixes emoji selection window.
2018-03-03 18:39:36 +03:00
Teo Klestrup Röijezon
cf5a17ed96 libinput-gestures: init at 2.32
xf86-input-synaptics is unmaintained, and touchegg doesn't work with
the latest synaptics driver or libinput. Ideally DEs would implement this
themselves, but at least KDE/Plasma doesn't (yet)

0002-paths.patch was contributed by @peterhoeg.
2018-02-26 23:52:52 +01:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Alexander V. Nikolaev
0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
Gabriel Ebner
a14ab86e31 fcitx-engines.table-other: 0.2.3 -> 0.2.4 2018-02-22 11:30:40 +01:00
Andreas Rammhold
85d0eb712f
interception-tools: removed custom libyamlcppWithoutBoost
Since upstream libyaml-cpp does not reuqire boost anymore it is safe to
remove.
2018-02-13 16:31:51 +01:00
Matthieu Coudron
5de50ec002 ibus-libpinyin: 1.8.0 -> 1.9.2 2018-01-29 02:06:57 +09: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
Matthieu Coudron
bef69925e3 fcitx-libpinyin: 0.3.93 -> 0.5.3
Previously optional dependencies are now made mandatory like qtwebbrowser.dev .
In order to find these libraries, I used libsForQt5.callPackage.
2018-01-29 02:06:01 +09:00
Yegor Timoshenko
d3e821156e
Merge pull request #31094 from yegortimoshenko/ibus/update
ibus: 1.5.16 -> 1.5.17, fix
2017-12-31 21:23:05 +03:00
Yegor Timoshenko
61bb8115c5
ibus: 1.5.16 -> 1.5.17, fix, back to single output
This fixes ibus-setup.

* Update cldrEmojiAnnotation: 31.0.1_1 -> 31.90.0_1
* Move ibus-setup back to out, and use a smaller Python 3 at runtime
  than doesn't pull in some dev paths
* Build from Git
* Use autoreconfHook so that we don't have to patch ./configure scripts
  when we could just generate them correctly in the first place
* Drop patch that removes IBUS_* environment variables from ibus-setup
  wrapper: unsetting them breaks ibus-setup
* Add withWayland option (building with Wayland requires libxcbcommon
  package, previously wayland was included into buildInputs w/o
  libxcbcommon and respective configure flag)
* Add license (LGPLv2.1)

Relies on two other commits in this branch that add GI_TYPELIB_PATH
discovery and fix gconf Python scripts.
2017-12-30 02:56:37 +00:00
gnidorah
03f2f8524a uim: drop kde4 parts 2017-12-22 15:19:37 +03:00
Sarah Brofeldt
6edcc25c6e
Merge pull request #32153 from yuriaisaka/pr-fcitx-skk-init
fcitx-skk: init at 0.1.4
2017-12-09 10:03:44 +01:00
Joachim F
e91f5f9144
Merge pull request #32339 from oxij/pkg/uim
uim: more options
2017-12-07 21:33:08 +00:00
Vladimír Čunát
6f5d989478
treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
Jan Malakhovski
1858e8909e tree-wide: fix either check-meta or meta attrs of all the packages I evaluate 2017-12-05 13:46:52 +01:00
Jan Malakhovski
ceb46d5f9d uim: cleanup meta, add me to maintainers 2017-12-05 11:45:11 +00:00
Jan Malakhovski
83713d4277 uim: prefer libnotify instead of knotify because it works with both GTK and QT 2017-12-05 11:44:55 +00:00
Jan Malakhovski
b1186bcb47 uim: add even more options 2017-12-05 11:44:42 +00:00
Jan Malakhovski
8c877804e3 uim: use system expat 2017-12-05 11:44:30 +00:00
Jan Malakhovski
2d6c56e457 uim: make most things optional 2017-12-05 11:43:58 +00:00
Yuri Aisaka
35bb45e1f2 fcitx-skk: init at 0.1.4 2017-11-29 12:46:13 +09:00
Yuri Aisaka
3385c85fb5 skk-dicts: init at 2017-10-26 (#30960)
* skk-dicts: init at 2017-10-26
* drop darwin support
2017-11-25 17:36:55 +01:00
c0bw3b
525380b472 treewide: abandon Google Code homepages 2017-11-03 18:52:28 +00:00
Piotr Bogdan
8904ce343a fix source root locations.
These have changed following commit
c3255fe8ec.

See also:

- https://github.com/NixOS/nixpkgs/pull/31004
- https://github.com/NixOS/nixpkgs/pull/31106
2017-11-02 13:53:36 +00:00
Ricardo M. Correia
bfbe560411 ibus: fix emoji hashes 2017-10-30 17:57:37 +01:00
Yuri Aisaka
ad1bf41391 skktools: init at 1.3.3 (#30778) 2017-10-28 11:23:42 +00:00
Yegor Timoshenko
f78aca5064 ibus-table: add pygobject3
Analogous to #29376.
2017-10-10 15:51:05 +00:00
Orivej Desh
f137004179 Merge branch 'master' into staging
* master: (81 commits)
  Add NixOS 17.09 AMIs
  gradle: 4.2 -> 4.2.1
  maintainers.nix: use my GitHub handle as maintainer name
  fcitx-engines.rime: init at 0.3.2
  brise: init at 2017-09-16
  librime: init at 1.2.9
  marisa: init at 0.2.4
  opencc: build shared library and programs
  josm: 12712 -> 12914
  exa: 0.7.0 -> 0.8.0
  krb5: add deprecation date for old configuration
  rustRegistry: 2017-09-10 -> 2017-10-03
  go-ethereum: Fix libusb segmentation faults on Darwin
  tor-browser-bundle-bin: 7.0.5 -> 7.0.6
  libsodium: 1.0.13 -> 1.0.15
  tor-browser-bundle: geoip support
  tor-browser-bundle: support transports obfs2,obfs3
  tor-browser-bundle: bump https-everywhere to 2017.9.12
  tint2: limit platforms to Linux since macOS is not supported and fails the tests
  eclipse-plugin-vrapper: init at 0.72.0
  ...
2017-10-03 17:46:39 +00:00
mingchuan
d6b8ac6ca8 maintainers.nix: use my GitHub handle as maintainer name 2017-10-03 14:27:10 +00:00
mingchuan
53c8e23591 fcitx-engines.rime: init at 0.3.2 2017-10-03 14:27:10 +00:00
Orivej Desh
fda26c8476 Merge branch 'master' into staging
* master: (271 commits)
  pysmbc: clarify license
  pysmbc: fix license
  bazel: 0.5.4 -> 0.6.0 (#29990)
  googler: init at 3.3
  go: declare support for aarch64
  firefox-beta-bin: 56.0b5 -> 57.0b4
  spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
  gogs: 0.11.19 -> 0.11.29
  grafana: 4.5.1 -> 4.5.2
  mopidy-iris: 3.4.1 -> 3.4.9
  nextcloud: 12.0.2 -> 12.0.3
  haskell-json-autotype: jailbreak to fix build within LTS 9.x
  kore: fix up
  kore: init at 2.0.0
  glusterfs service: fix issues with useRpcbind
  tig: 2.2.2 -> 2.3.0
  haskell-hspec-core: enable test suite again
  hackage-packages.nix: automatic Haskell package set update
  librsvg: fix thumbnailer path
  awscli: 1.11.108 -> 1.11.162
  ...
2017-10-02 00:22:12 +00:00
Vladimír Čunát
a58120cebd
ibus: hack-fix build after glib update
It isn't nice, but I didn't see any other quick way to fix this.
2017-10-01 11:57:59 +02:00
John Ericson
f037625f87 Merge remote-tracking branch 'upstream/staging' into deps-reorg 2017-09-28 12:32:57 -04:00