Commit graph

261 commits

Author SHA1 Message Date
Matthew Bauer f475aeaf29
Merge pull request #59535 from matthewbauer/homepage-fixes
treewide: update homepages to https where available
2019-04-15 20:47:30 -04:00
Matthew Bauer 290a5d916e treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
Frederik Rietdijk d108b49168 Merge master into staging-next 2019-04-09 16:38:35 +02:00
worldofpeace 9df9f3c464
Merge pull request #59009 from aristaeus/ibus-1.5.20
ibus: 1.5.17 -> 1.5.20
2019-04-06 18:38:14 -04:00
Ben Harper b1298b38df ibus 1.5.17 -> 1.5.20 2019-04-06 18:34:02 -04:00
Jan Tojnar f3110db864
uim: fix build 2019-04-05 12:14:05 +02: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
R. RyanTM f63daa89f7 ibus-engines.typing-booster-unwrapped: 2.5.3 -> 2.6.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-typing-booster/versions
2019-03-10 07:57:46 -07:00
Jan Tojnar b2b29d24f2
Merge pull request #56715 from jtojnar/ibus-no-gconf
ibus: remove gconf dependency from runtime
2019-03-06 00:14:22 +01:00
Jan Tojnar f577861b8a
ibus: remove gconf dependency from runtime
wrapGAppsHook adds gconf to runtime even though we only need
gsettings-schema-convert utility during build.

This decreases the closure size 514M → 394M
2019-03-02 17:42:16 +01:00
R. RyanTM 6766409824 ibus-engines.typing-booster-unwrapped: 2.5.0 -> 2.5.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
2019-03-02 06:52:06 -08:00
Frederik Rietdijk 2fcb11a244 Merge staging-next into master 2019-03-01 09:06:20 +01:00
Jörg Thalheim dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Frederik Rietdijk a25d48cd4f Merge master into staging 2019-02-14 11:35:50 +01:00
Jan Tojnar 606ceda352
gnome3: stop using aliases 2019-02-14 02:31:15 +01:00
Jan Malakhovski 58a2757aaa ibus-with-plugins: move defaults to package file 2019-02-03 15:30:39 +00:00
laMudri 1a8c98fe5c ibus-engines.table: 1.9.20 -> 1.9.21 2019-01-29 22:53:57 +00:00
R. RyanTM ebd7afab1b ibus-engines.typing-booster-unwrapped: 2.4.1 -> 2.5.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-typing-booster/versions
2019-01-28 08:46:53 -08:00
Ivan Kozik c86e00ecc4 ibus-engines.mozc: 2.20.2673.102 -> 2.23.2815.102 2019-01-08 17:52:57 +00:00
R. RyanTM 6b9d96907c ibus-engines.typing-booster-unwrapped: 2.3.3 -> 2.4.1
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
2019-01-03 10:08:18 -08:00
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