Commit graph

38807 commits

Author SHA1 Message Date
Janne Heß 9e710b29fd riot-web: Run install hooks 2019-12-10 15:54:05 +01:00
Tim Steinbach 68708349f1
git: Add git to update script
Otherwise the system's git will be used, which may not exist
or, as is the case with Ubuntu, not have the --sort flag for ls-remote.
2019-12-10 08:30:00 -05:00
Linus Heckemann 963e635dc9
Merge pull request #75307 from mweinelt/weechat_2.7
weechat: 2.6 -> 2.7
2019-12-10 10:01:27 +01:00
Pascal Wittmann 09dec10524
Merge pull request #74829 from tenaf0/zim-fix
zim: Fix missing icons
2019-12-10 08:47:11 +01:00
Jan Tojnar 18a3fd064b
Merge pull request #75315 from r-ryantm/auto-update/pulseeffects
pulseeffects: 4.6.8 -> 4.6.9
2019-12-10 03:38:23 +01:00
Justin Bedo 592d288aa2
bedtools: 2.29.0 -> 2.29.1 2019-12-10 13:24:27 +11:00
R. RyanTM 958ddf72df wsjtx: 2.1.0 -> 2.1.2 2019-12-09 18:03:23 -08:00
Anders Kaseorg a16dbef1c1 git: Install bash-completion symlink for gitk
Since bash-completion rules are loaded dynamically, the completion
rules for `gitk <Tab>` waere not being loaded until the user first
typed `git <Tab>`.  Fix this by adding a symlink named `gitk`.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-12-09 16:09:56 -08:00
R. RyanTM 58e9e03700 zotero: 5.0.77 -> 5.0.80 2019-12-09 16:04:56 -08:00
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
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
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
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