Commit graph

38853 commits

Author SHA1 Message Date
R. RyanTM bf6316c9dc slack: 4.1.2 -> 4.2.0 2019-12-09 13:04:47 -08:00
Bernardo Meurer 3d81015ac4
thunderbird: 68.2.2 -> 68.3.0 2019-12-09 12:49:34 -08:00
R. RyanTM 13c757e69c snakemake: 5.7.4 -> 5.8.1 (#74637) 2019-12-09 20:47:24 +01:00
Jaakko Luttinen 5f07c64bc3 monero: 0.15.0.0 -> 0.15.0.1 2019-12-09 18:56:27 +01:00
Sarah Brofeldt a8f7a72283
Merge pull request #75252 from r-ryantm/auto-update/helm
kubernetes-helm: 3.0.0 -> 3.0.1
2019-12-09 17:15:37 +01:00
Ryan Mulligan 1db22360a6
Merge pull request #75195 from r-ryantm/auto-update/birdtray
birdtray: 1.6 -> 1.7.0
2019-12-09 07:41:20 -08:00
Michael Weiss 29ed59c496
android-studio: 3.5.2.0 -> 3.5.3.0 2019-12-09 14:32:39 +01:00
Michael Weiss d05e330d04
androidStudioPackages.{dev,canary}: 4.0.0.4 -> 4.0.0.5 2019-12-09 14:32:39 +01:00
Michael Weiss 243e3a4f97
androidStudioPackages.beta: 3.6.0.16 -> 3.6.0.17 2019-12-09 14:32:39 +01:00
Milan Pässler 8ffb4ab818 mumble: add petabyteboy to maintainers 2019-12-09 13:18:39 +01:00
adisbladis 7559235792
firefox-beta-bin: 72.0b1 -> 72.0b4 2019-12-09 11:33:42 +00:00
adisbladis e8777e45e4
firefox-devedition-bin: 72.0b1 -> 72.0b4 2019-12-09 11:33:38 +00:00
Franz Pletz 8bad6c47c1
Merge pull request #75310 from c0bw3b/rem/mbed13-alienfx-coprthr-firestr
Remove mbedtls_1_3, alienfx, coprthr, firestr
2019-12-09 09:38:02 +00:00
dasj19 6e52e28ae9 kodi: 18.4 -> 18.5 (#75291)
Bump.
2019-12-09 10:25:27 +08:00
R. RyanTM 060405f8db pulseeffects: 4.6.8 -> 4.6.9 2019-12-08 16:21:53 -08:00
Ryan Mulligan c709a435e7
Merge pull request #75286 from r-ryantm/auto-update/obs-studio
obs-studio: 24.0.3 -> 24.0.4
2019-12-08 14:49:38 -08:00
Ryan Mulligan d13d2fbf72
Merge pull request #75297 from r-ryantm/auto-update/onedrive
onedrive: 2.3.11 -> 2.3.12
2019-12-08 14:47:31 -08:00
R. RyanTM 939d1c3a43 bitcoin-unlimited: 1.6.0.1 -> 1.7.0.0 2019-12-08 23:35:13 +01:00
c0bw3b 35b21d1988 firestr: remove package
It's been marked as broken for 4 years
2019-12-08 23:27:48 +01:00
Martin Weinelt d1cb8bfc8d weechat: 2.6 -> 2.7
Disables support for Javascript and PHP:
- Javascript requires an old version of v8
- PHP requires a larger number of dependencies in addition to php-embed

Changelog [1]:

  New features
    - core: add option weechat.look.nick_color_hash_salt to shuffle nick colors (issue #635)
    - core: add different icons sizes (16x16 to 512x512) (issue #1347)
    - core: add file weechat.desktop
    - core: add reverse of string for screen in evaluation of expressions with "revscr:"
    - core: add length of string (number of chars and on screen) in evaluation of expressions with "length:xxx" and "lengthscr:xxx"
    - core: add calculation of expression in evaluation of expressions with "calc:xxx" (issue #997)
    - core: add optional default path (evaluated) in completion "filename"
    - core: add support of modifiers in evaluation of expressions with "modifier:name,data,string"
    - api: add modifier "color_encode_ansi" (issue #528)
    - api: add modifier "eval_path_home"
    - irc: add filters on raw buffer (issue #1000)
    - irc: add option irc.look.display_pv_warning_address to display a warning in private buffer if the remote nick address has changed (issue #892)
    - irc: add server option "ssl_password" (issue #115, issue #1416)
    - irc: add "user" in output of irc_message_parse (issue #136)
    - irc: add options irc.color.message_kick and irc.color.reason_kick (issue #683, issue #684)
    - logger: add option logger.file.color_lines (issue #528, issue #621)
    - script: add options "-ol" and "-il" in command "/script list" to send translated string with list of scripts loaded, display "No scripts loaded" if no scripts are loaded
    - xfer: add option xfer.file.download_temporary_suffix with default value ".part" (issue #1237)

  Bug fixes
    - core: set buffer name, short name and title only if the value has changed
    - core: fix scrolling up in bare mode when switched to bare mode at the top of the buffer (issue #899, issue #978)
    - core: optimize load of configuration files
    - core: fix window separators not respecting window splits (issue #630)
    - core: fix cursor mode info when prefix_align is none and with words split across lines (issue #610, issue #617, issue #619)
    - core: add support of reverse video in ANSI color codes
    - core: fixed segfault during excessive evaluation in function string_repeat (issue #1400)
    - buflist: fix extra spaces between buffers when conditions are used to hide buffers (regression introduced in version 2.6) (issue #1403)
    - irc: do not automatically open a channel with name "0" (issue #1429)
    - irc: remove option irc.network.channel_encode, add server option "charset_message" to control which part of the IRC message is decoded/encoded to the target charset (issue #832)
    - irc: use path from option xfer.file.upload_path to complete filename in command "/dcc send" (issue #60)
    - logger: fix write in log file if it has been deleted or renamed (issue #123)
    - python: send "bytes" instead of "str" to callbacks in Python 3 when the string is not UTF-8 valid (issue #1389)
    - relay: send message "_buffer_title_changed" to clients only when the title is changed
    - xfer: fix memory leak when a xfer is freed and when the plugin is unloaded

  Tests
    - unit: add tests on GUI color functions

  Build
    - core: fix build on Haiku (issue #1420)
    - core: fix build on Alpine
    - core: remove file FindTCL.cmake
    - core: display an error on missing dependency in CMake (issue #916, issue #956)
    - debian: disable Javascript plugin on Debian Sid and Ubuntu Eoan
    - debian: build with Guile 2.2
    - guile: add support of Guile 2.2, disable /guile eval (issue #1098)
    - python: add detection of Python 3.8

[1] https://weechat.org/files/changelog/ChangeLog-2.7.html
2019-12-08 23:25:49 +01:00
Mario Rodas 639f3e84f0
Merge pull request #75228 from r-ryantm/auto-update/gmailieer
gmailieer: 0.11 -> 1.0
2019-12-08 16:59:57 -05:00
Mario Rodas 35367fd057
Merge pull request #75284 from risicle/ris-aiger-lingeling-darwin
aiger, lingeling: enable for darwin
2019-12-08 16:54:21 -05:00
R. RyanTM 866ea8ab91 onedrive: 2.3.11 -> 2.3.12 2019-12-08 13:29:34 -08:00
Dmitry Kalinkin 302a0be9db owncloud-client: disable shibboleth 2019-12-08 22:15:57 +01:00
R. RyanTM 983e831d01 obs-studio: 24.0.3 -> 24.0.4 2019-12-08 11:37:11 -08:00
Robert Scott 2611887c2e lingeling: enable for darwin 2019-12-08 18:32:04 +00:00
Robert Scott dc6233b972 aiger: enable for darwin 2019-12-08 18:31:49 +00:00
c0bw3b 69b393ace5 Treewide: update some problematic homepages
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
2019-12-08 10:21:29 -08:00
R. RyanTM e6a3135837 filezilla: 3.45.1 -> 3.46.0 (#75225) 2019-12-08 19:08:56 +01:00
R. RyanTM 5d6fc51ca5 MMA: 16.06 -> 19.08 2019-12-08 09:59:01 -08:00
Renato Alves e18fb092f1 kssd: init at 1.0 2019-12-08 16:48:59 +01:00
R. RyanTM 0ebe8162aa grip: 4.0.0 -> 4.0.1 2019-12-08 15:55:06 +01:00
R. RyanTM 3864ec30f1 kubeseal: 0.9.5 -> 0.9.6 2019-12-08 06:26:45 -08:00
Patrick Winter 8d465dfd4b raiseorlaunch: init at 2.3.3 2019-12-08 15:20:33 +01:00
R. RyanTM b3262d2284 eagle: 9.5.0 -> 9.5.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/eagle/versions
2019-12-08 15:16:53 +01:00
Lassulus 3e64a0a354
Merge pull request #71862 from davidtwco/franz-5.4.0
franz: 5.3.3 -> 5.4.1
2019-12-08 15:12:33 +01:00
José Luis Lafuente 848e0d3045 k9s: 0.8.4 -> 0.9.3
Also add missed build flags
2019-12-08 15:00:53 +01:00
R. RyanTM f2907919f8 kubernetes-helm: 3.0.0 -> 3.0.1 2019-12-08 05:58:06 -08:00
Ryan Mulligan d0f7a4139a
Merge pull request #75229 from r-ryantm/auto-update/giada
giada: 0.15.4 -> 0.16.0
2019-12-08 05:56:11 -08:00
scalavision 3dfabd6eff svaba: init at 1.1.0 2019-12-08 14:51:05 +01:00
markuskowa 444256039c
Merge pull request #75245 from r-ryantm/auto-update/jmol
jmol: 14.29.55 -> 14.30.0
2019-12-08 14:19:56 +01:00
R. RyanTM b40940e9d6 jmol: 14.29.55 -> 14.30.0 2019-12-08 04:52:52 -08:00
Michael Raskin df0367735b
Merge pull request #75185 from r-ryantm/auto-update/baresip
baresip: 0.6.4 -> 0.6.5
2019-12-08 12:26:09 +00:00
Mario Rodas 2971a6f438
Merge pull request #75208 from mkg20001/anydesk-fix
anydesk: 5.5.0 -> 5.5.1
2019-12-08 07:24:26 -05:00
WilliButz 5b5e33d9b9
Merge pull request #75211 from r-ryantm/auto-update/feh
feh: 3.2.1 -> 3.3
2019-12-08 12:42:56 +01:00
Bruno Bigras 9314dc43b3 gitolite: wrap gitolite-shell
git wasn't found when used with services.fcgiwrap
for http auth
2019-12-08 12:26:02 +01:00
Mario Rodas f05a2e1d30
Merge pull request #75212 from r-ryantm/auto-update/flent
flent: 1.3.0 -> 1.3.2
2019-12-08 06:12:43 -05:00
Mario Rodas 24c5edd418
Merge pull request #75213 from r-ryantm/auto-update/espeak-ng
espeak: 1.49.2 -> 1.50
2019-12-08 06:07:04 -05:00
mlatus c5ca589cc8 cherry pick
modify all-packages.nix
2019-12-08 11:17:32 +01:00
Izorkin 154f6f1e43 grass: fix mysql_config query 2019-12-08 11:08:31 +01:00
R. RyanTM 4d3bd87278 giada: 0.15.4 -> 0.16.0 2019-12-08 01:25:59 -08:00
R. RyanTM 2b0b500371 gmailieer: 0.11 -> 1.0 2019-12-08 01:08:35 -08:00
R. RyanTM f73f46c66f
fava: 1.11 -> 1.12 2019-12-07 23:45:59 -08:00
R. RyanTM 401655ed83 flexibee: 2019.3.0.7 -> 2019.3.1.1 2019-12-07 22:44:17 -08:00
R. RyanTM 4fb4771a4a espeak: 1.49.2 -> 1.50 2019-12-07 22:09:21 -08:00
R. RyanTM a3f9612740 flent: 1.3.0 -> 1.3.2 2019-12-07 22:05:51 -08:00
R. RyanTM 457a3c760d feh: 3.2.1 -> 3.3 2019-12-07 21:49:54 -08:00
Maciej Krüger 1c61444e17
anydesk: 5.5.0 -> 5.5.1 2019-12-08 06:23:21 +01:00
Dmitry Kalinkin 61b7d24d91
nextcloud-client: disable shibboleth
Allows to remove qtwebkit dependency
2019-12-07 23:37:29 -05:00
worldofpeace 81b3a3ff71
Merge pull request #75200 from r-ryantm/auto-update/cadence
cadence: 0.9.0 -> 0.9.1
2019-12-07 23:30:49 -05:00
R. RyanTM d0ab84c8a8 cadence: 0.9.0 -> 0.9.1 2019-12-07 19:13:27 -08:00
Maximilian Bosch e16df73d30
geogebra: 5-0-560-0 -> 5-0-569-0 2019-12-08 03:50:02 +01:00
R. RyanTM 916968c195 bshapr: 0.4 -> 0.6 2019-12-07 18:34:10 -08:00
R. RyanTM e8510c0c3d birdtray: 1.6 -> 1.7.0 2019-12-07 17:53:03 -08:00
Mario Rodas d6baf47e93
Merge pull request #75168 from endocrimes/nomad-0-10-2
nomad: 0.10.0 -> 0.10.2
2019-12-07 20:45:32 -05:00
Dmitry Kalinkin 318c986f39
Merge pull request #75189 from Luflosi/kitty-no-glfw
kitty: remove unused GLFW dependency
2019-12-07 20:23:46 -05:00
Jonathan Ringer 9dc8e77e4e giac-with-xcas: fix build
remove libGLU_combined package and replace with libGL and libGLU
2019-12-07 16:58:50 -08:00
Luflosi 079d57fa20
kitty: remove unused GLFW dependency
kitty has its own heavily modified fork of GLFW embedded in the source code. Therefore it doesn't need GLFW as an external dependency.
2019-12-08 01:47:03 +01:00
Thomas Tuegel fd80ac67ac
Merge pull request #75175 from Thra11/ark-description
ark: Add package description
2019-12-07 18:43:13 -06:00
Jonathan Ringer bd6c0ce7cc gopher: 3.0.11 -> 3.0.17 2019-12-07 16:34:13 -08:00
R. RyanTM a13991f406 baresip: 0.6.4 -> 0.6.5 2019-12-07 16:19:28 -08:00
Andreas Rammhold 5368791937
Merge pull request #75169 from mayflower/fix/firefox-71-lto
firefox: fix indexedDB for 71.0
2019-12-08 00:45:52 +01:00
Luflosi c562eb22ab
kitty: replace library path using patch instead of substituteInPlace
This makes patching the path for `libEGL` consistent with `libstartup-notification` and `libcanberra`.
It should also prevent silently doing nothing in case the code in kitty is changed, similar to what was described in 1842c4aaa4.
2019-12-07 23:05:47 +01:00
Tom Hall 034701b80b ark: add package description 2019-12-07 21:53:40 +00:00
Patrick Hilhorst 7b3cf4c4e3 vscodium: 1.40.0 -> 1.40.1 2019-12-07 22:29:43 +01:00
Calvin Pritchard 1850d616ac NetLogo: 6.0.4 -> 6.1.1 2019-12-07 22:24:26 +01:00
R. RyanTM 8582e5a759 marvin: 19.1.0 -> 19.23.0 2019-12-07 20:41:41 +01:00
Tobias Happ ebc665d1c2 teamspeak_server: 3.9.1 -> 3.10.2 2019-12-07 20:08:56 +01:00
Franz Pletz a1e4ee6d4f
firefox: fix indexedDB for 71.0
Adapted original patch[0] to also fix dom localstorage.

[0]: https://bugzilla.mozilla.org/show_bug.cgi?id=1601707#c6
2019-12-07 19:28:47 +01:00
Danielle Lancashire 882e399b47
nomad: 0.10.0 -> 0.10.2 2019-12-07 19:24:02 +01:00
Emmanuel Rosa 671fc82ece syncthing: 1.3.0 -> 1.3.2 2019-12-07 19:02:39 +01:00
Maximilian Bosch 6bd93d58d5
Merge pull request #74874 from Luflosi/fix-kitty-lib
kitty: fix loading of library
2019-12-07 17:48:48 +01:00
Timo Kaufmann 07266e20b5
Merge pull request #74767 from mkg20001/pkg/twinkle
twinkle: init at 1.10.2
2019-12-07 17:39:09 +01:00
Daniel Bergey 58b75b9a05 nano: upstream patch fixes build on MacOS
fixes https://github.com/NixOS/nixpkgs/issues/74840
2019-12-07 09:10:57 -05:00
Maciej Krüger 367058a1ed
twinkle: init at 1.10.2 2019-12-07 12:09:02 +01:00
Gabriel Ebner 6ddbf42beb curaPlugins.octoprint: 3.5.8 -> 3.5.11 2019-12-07 10:58:00 +01:00
Gabriel Ebner 949ebe40e8
Merge pull request #75130 from nh2/cura-4.4.0
cura suite: 4.3.0 -> 4.4.0
2019-12-07 10:56:53 +01:00
Mario Rodas f96003ed05
Merge pull request #75063 from filalex77/googler-4.0
googler: 3.9 -> 4.0
2019-12-07 03:09:57 -05:00
Mario Rodas 99212a5177
Merge pull request #75096 from wakira/makemkv-1.14.7
makemkv: 1.14.5 -> 1.14.7
2019-12-07 03:06:47 -05:00
Mario Rodas 835705d11b
Merge pull request #75095 from tbenst/bftools
bftools: 5.9.2 -> 6.3.0
2019-12-07 03:06:00 -05:00
Vincent Laporte 2942490c2c
coq_8_11: init at 8.11+β1 2019-12-07 07:58:00 +00:00
Mario Rodas 5ab4e70ad0
Merge pull request #75098 from xrelkd/update/parity
parity: 2.5.10 -> 2.5.11, parity-beta: 2.6.5 -> 2.6.6
2019-12-07 02:48:37 -05:00
Maximilian Bosch 0922ac503c
neomutt: 20191129 -> 20191207
https://github.com/neomutt/neomutt/releases/tag/20191207
2019-12-07 08:15:24 +01:00
worldofpeace 0c8dadd9e5
Merge pull request #75040 from worldofpeace/remove-terror-webkitgtk
🙈️ Remove webkitgtk24x
2019-12-06 22:02:50 -05:00
Niklas Hambüchen 50c8701d51 cura, python3Packages.libsavitar, python3Packages.libarcus, python3Packages.uranium: 4.3.0 -> 4.4.0
Closes #74134.

Note the `cura.materials` hash is not updated because apparently
its contents stay the same, despite version update.

Implements comment about libarcus from:
https://github.com/NixOS/nixpkgs/pull/69435#issuecomment-535465040
2019-12-07 02:58:37 +01:00
Jan Tojnar c7db566278
Merge pull request #74387 from jtojnar/geany-clean-up
geany: clean up and switch to GTK3
2019-12-07 01:19:00 +01:00
markuskowa 88f24e842b
Merge pull request #75112 from markuskowa/upd-welle
welle-io: 2.0 -> 2.1
2019-12-06 23:34:11 +01:00
Florian Klink b5d04f6b32
Merge pull request #75066 from kolaente/update/gitea-1.10.1
gitea: 1.10.0 -> 1.10.1
2019-12-06 21:29:26 +01:00
Markus Kowalewski 215d7ecc5c
welle-io: 2.0 -> 2.1 2019-12-06 19:31:56 +01:00
adisbladis c33bd196a1
Merge pull request #75097 from xrelkd/update/go-ethereum
go-ethereum: 1.9.8 -> 1.9.9
2019-12-06 14:44:24 +00:00
adisbladis e584e5ae2c
Merge pull request #75093 from sikmir/podman-compose
podman-compose: init at 0.1.5
2019-12-06 13:01:48 +00:00
xrelkd 0feb96c5c2 parity-beta: 2.6.5 -> 2.6.6 2019-12-06 20:54:08 +08:00
xrelkd 54a5c37f24 parity: 2.5.10 -> 2.5.11 2019-12-06 20:53:51 +08:00
xrelkd 1b16f902e2 go-ethereum: 1.9.8 -> 1.9.9 2019-12-06 20:45:00 +08:00
Sheng Wang 62fe4b9fa6 makemkv: 1.14.6 -> 1.14.7
Changelog:
Bug fixes:
- Better compatibility for decrypted AACS 2.1 FMTS files
- Fixed variable expansion bug for default file name template
2019-12-06 21:41:54 +09:00
Sheng Wang 16d0ad9422 makemkv: 1.14.5 -> 1.14.6
Changelog:
- Added support for AACS 2.1
- Many small bugfixes and improvements
2019-12-06 21:39:30 +09:00
Jan Tojnar 866dd4c0b4
Merge pull request #66390 from KoviRobi/mandelbulber2-init-at-2.19
mandelbulber: init at 2.20
2019-12-06 11:19:32 +01:00
Tyler Benster 2700559bdc bftools: 5.9.2 -> 6.3.0 2019-12-06 02:11:00 -08:00
Nikolay Korotkiy 2a6a39bc8c
podman-compose: init at 0.1.5 2019-12-06 12:41:40 +03:00
Kovacsics Robert d6c37ff788 mandelbulber: init at 2.20
Tested on my machine, see package request #52038
2019-12-06 09:34:39 +00:00
Will Dietz 456d826c1d
Merge pull request #73776 from dtzWill/update/minetime-1.7.1
minetime: 1.5.1 -> 1.7.3, patch scheduling service util
2019-12-06 03:22:51 -06:00
Mario Rodas 95b60cf492 dspvn: 0.1.3 -> 0.1.4
Changelog: https://github.com/jedisct1/dsvpn/releases/tag/0.1.4
2019-12-06 01:07:25 -08:00
Will Dietz c997aca310
minetime: 1.7.2 -> 1.7.3 2019-12-06 02:49:56 -06:00
lewo fe6592ba94
Merge pull request #74909 from filalex77/fluxctl-1.16.0
fluxctl: 1.15.0 -> 1.16.0
2019-12-06 09:04:03 +01:00
Maximilian Bosch 3af3d6bfbe
Merge pull request #75067 from equirosa/master
qutebrowser: 1.8.2 -> 1.8.3
2019-12-05 23:31:04 +01:00
Eduardo Quiros 476dc9e21a qutebrowser: 1.8.2 -> 1.8.3 2019-12-05 16:00:52 -06:00
worldofpeace eda1ea51cd emacs25: support webkitgtk 2019-12-05 16:39:44 -05:00
kolaente c2682a0d28
gitea: 1.10.0 -> 1.10.1 2019-12-05 22:39:19 +01:00
worldofpeace d49dba4b3b
Merge pull request #75030 from dtzWill/update/fractal-4.2.2
fractal: 4.2.0 -> 4.2.2
2019-12-05 21:34:32 +00:00
Oleksii Filonenko 4ede7474b0
googler: add filalex77 to maintainers 2019-12-05 23:28:49 +02:00
Oleksii Filonenko 9f0d48d681
googler: 3.9 -> 4.0
https://github.com/jarun/googler/releases/tag/v4.0
2019-12-05 23:28:16 +02:00
Maximilian Bosch 7846136912
taizen: init at 0.1.0
Simple, ncurses-based client for mediawiki[1] written Rust.

[1] https://www.mediawiki.org/wiki/MediaWiki
2019-12-05 22:15:00 +01:00
adisbladis 4de58b617b
Merge pull request #74965 from matthuszagh/org-9.3
org-packages: 9.2.6 -> 9.3
2019-12-05 18:39:32 +00:00
Andrei Lapshin 0b05c612be skrooge: 2.20.0 -> 2.21.0
Update to new upstream version
2019-12-05 18:49:36 +03:00
Michael Weiss 8f56c19778
signal-desktop: 1.28.0 -> 1.29.0 2019-12-05 14:56:02 +01:00
Mario Rodas 691bebf68b gitAndTools.delta: 0.0.14 -> 0.0.15
Changelog: https://github.com/dandavison/delta/releases/tag/0.0.15
2019-12-05 14:24:16 +01:00
worldofpeace f9deadf01c mmex: use gtk3 wxGTK 2019-12-05 07:01:29 -05:00
worldofpeace afb2182f33 uzbl: remove
https://github.com/uzbl/uzbl/issues/408

Frightening version of webkitgtk used here.
2019-12-05 07:01:27 -05:00
worldofpeace 0c4d731797 claws-mail: remove enablePluginFancy
It uses insecure webkitgtk24x.
2019-12-05 05:53:09 -05:00
worldofpeace 37793c8099 vimprobable2: remove 2019-12-05 05:53:09 -05:00
Andreas Rammhold 8465cae85c
Merge pull request #74905 from andir/firefox-71
firefox: 70.0.1 -> 71.0
2019-12-05 10:45:34 +01:00
Frederik Rietdijk 51ef7c3e49 Merge master into staging-next 2019-12-05 09:14:08 +01:00
Mateusz Kowalczyk 1451a52a38 Remove myself (fuuzetsu) from maintainer lists
I haven't been doing any maintenance for a long time now and not only
do I get notified, it also creates a fake impression that all these
packages had at least one maintainer when in practice they had none.
2019-12-05 16:29:48 +09:00
Mario Rodas d72f885590
Merge pull request #75016 from dtzWill/update/nnn-2.8.1
nnn: 2.7 -> 2.8.1
2019-12-05 02:16:34 -05:00
Michael Raskin 769f4308f4
Merge pull request #75004 from emmanuelrosa/vifm-full
vifm: refactor to add a vifm-full package
2019-12-05 05:40:42 +00:00
Will Dietz d1435b4cd9
fractal: 4.2.0 -> 4.2.2
gtksourceview4, patch's MR accepted \o/, add gst-validate dep
2019-12-04 22:37:07 -06:00
worldofpeace 328b649e11 xdgmenumaker: don't use custom installPhase 2019-12-04 23:29:12 -05:00
Will Dietz 4cfe67f104
minetime: 1.7.1 -> 1.7.2 2019-12-04 22:06:37 -06:00
Will Dietz 244d9b9001
nnn: 2.7 -> 2.8.1
https://github.com/jarun/nnn/releases/tag/v2.8.1
https://github.com/jarun/nnn/releases/tag/v2.8
2019-12-04 21:57:30 -06:00
José Romildo Malaquias a05f04fd14 xdgmenumaker: use python3 for NixOS#74295 2019-12-05 00:47:57 -03:00
Florian Klink 3140fa89c5
Merge pull request #73097 from andrew-d/andrew/gvisor-redux
gvisor: init at 2019-11-14
2019-12-05 01:28:43 +01:00
worldofpeace b07e790963
Merge pull request #74969 from marsam/remove-empty-inherits
treewide: remove empty inherits
2019-12-04 23:17:08 +00:00
Emmanuel Rosa c6588dd341 vifm: add vifm-full package
vifm includes some optional features what are currently no-op due
to missing dependencies. Once such example is `vifm-media`.

vimfm-media is a Linux script included with vifm which can be used to
mount/umount removable media from within vifm. However, vifm-media
has additional dependencies, namely Python, dbus, and a supported
back-end such as udisks2. While vimfm-media is currently installed,
it fails with the error "No supported backend found."

This change adds optional support for vifm-media via the new package
vifm-full; Opening for the opportunity to add whatever optional
dependencies I have not considered in this change in the future,
while not generously increasing the closure size of the original
vifm package.

For reference, vifm has a closure size of 41,164,432 while the new
vifm-full increases this to 382,642,536. Calculated with
`nix path-info -S`

Note: While vifm-media supports numerous back-ends, this change only
adds support for udisks2. In addition, vifm-media is not supported on
MacOS/OSX, for which upstream provides an alternative script.
2019-12-05 05:45:40 +07:00
Jan Tojnar a46fa21e43
scribusUnstable: Fix build with Poppler 0.83
Another fallout from https://github.com/NixOS/nixpkgs/pull/74558
2019-12-04 23:02:30 +01:00
Maximilian Bosch 85c1666cb4
Merge pull request #74953 from aanderse/kdevelop
kdevelop: 5.4.4 -> 5.4.5
2019-12-04 22:22:46 +01:00
Matt Huszagh 9c7cd63b3d symbiyosys: add yices dependency
Symbioyosys requires at least smt solver backend
to work out of the box.
2019-12-04 14:29:31 -06:00
Sébastien Maret c108acaaaf gildas: 20191001_a -> 20191201_a (#73041)
* gildas: 20191001_a -> 20191101_a

* gildas: 20191101_a -> 20191201_a
2019-12-04 20:18:39 +01:00
Florian Klink bcfa14af15 terraform-providers: bump version (#74991)
Contrary to what the update script suggested, I didn't bump the google
providers to 3.0.0[-beta] just yet :-)
2019-12-04 18:04:34 +00:00
Florian Klink dcf9a77568
Merge pull request #74972 from nyantec/feature/gitlab-12-5-3
gitlab: 12.5.2 -> 12.5.3
2019-12-04 17:07:23 +01:00
Tim Steinbach d674a64c85
zoom-us: 3.0.317369.1110 -> 3.5.330166.1202 2019-12-04 10:26:35 -05:00