1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 23:52:33 +00:00
Commit graph

39866 commits

Author SHA1 Message Date
Florian Klink d1a60163ac
Merge pull request #78019 from zaninime/patch-1
captive-browser: runs on all platforms
2020-01-19 14:18:56 +01:00
Vladyslav M 7db4b67267
sxiv: 25 -> 26, minor cleanup (#77861)
sxiv: 25 -> 26, minor cleanup
2020-01-19 13:58:19 +02:00
Peter Simons 1fc81e7b3a
Merge pull request #77987 from fgaz/ikiwiki/3.20190228
ikiwiki: 3.20170111 -> 3.20190228
2020-01-19 10:48:14 +01:00
Francesco Zanini 2a6b2342df
captive-browser: runs on all platforms 2020-01-19 10:27:27 +01:00
Michael Weiss f430ac79b8
Merge pull request #77453 from primeos/tdesktop
tdesktop: 1.8.15 -> 1.9.3
2020-01-19 00:01:48 +01:00
Michael Weiss 1835ac1d79
tdesktop: 1.8.15 -> 1.9.3
The GYP build is now deprecated [0].
This results in a large number of changes and many custom Nix patches
aren't required anymore (and probably haven't been required for quite
some time now, the derivation got a bit outdated...).

A lot of the changes in this commit are based on the changes of the
Arch package [1][2] (which our package is based upon).

Rough overview of the changes:
- gcc9 -> ninja (optional but let's follow Arch here)
- Dropped GYP, only CMake now
  - But: Python is still required
- fetchFromGitHub -> fetchurl (optional?)
- Apply all Arch patches and remove old patches
  - Requires one new patch for range-v3
- New dependencies: enchant2, lz4, xxHash
  - TODO: Plus a few new dependencies that shouldn't be required
- Cleanup: Irrelevant flags (e.g. GYP_DEFINES) and patches (e.g. sed)
  - Simplifies quite a few things :)
- Some additional documentation and TODOs

Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>

[0]: https://github.com/telegramdesktop/tdesktop/issues/7001
[1]: https://git.archlinux.org/svntogit/community.git/commit/?id=23eff2b1ef7435441e93120618ca899f0b0e7e61
[2]: https://git.archlinux.org/svntogit/community.git/commit/?id=6a19e949724b2e2bfcdcf2081111ecd46108e449
2020-01-18 23:28:10 +01:00
worldofpeace ffcfb80781
Merge pull request #77690 from gnidorah/way-cooler
way-cooler: Remove
2020-01-18 14:50:41 -05:00
Francesco Gazzetta 33a12a2d22 ikiwiki: 3.20170111 -> 3.20190228 2020-01-18 19:19:45 +01:00
Tim Steinbach ba059b9a23
vivaldi: 2.10.1745.26-1 -> 2.10.1745.27-1 2020-01-18 11:51:07 -05:00
Matthias Beyer 29bb16a9cd way-cooler: Remove
As of 2020-01-09, way-cooler is officially dead:

    http://way-cooler.org/blog/2020/01/09/way-cooler-post-mortem.html

hence, remove the package and the module.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>

docs/release-notes: remove way-cooler

way-cooler: show warnings about removal

Apply suggestions from code review

Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>

way-cooler: add suggestion by @Infinisil
2020-01-18 18:25:01 +03:00
sternenseemann 5088ef5a19 uberwriter: init at 2019-11-29 2020-01-18 16:23:47 +01:00
edef c787301e9e
Merge pull request #77969 from kolaente/update/gitea-1.10.3
gitea: 1.10.2 -> 1.10.3
2020-01-18 13:37:48 +00:00
Thomas Marchand 37771e47eb wpsoffice: 11.1.0.8865 -> 11.1.0.9080 2020-01-18 14:18:21 +01:00
Francesco Zanini 2e2cb2890c svxlink: init at 19.09.1 (#76990) 2020-01-18 13:54:43 +01:00
kolaente 8314e759a8
gitea: 1.10.2 -> 1.10.3 2020-01-18 09:56:41 +01:00
AndersonTorres 87394750e4 notion: 3-2017050501 -> 3-2019050101 2020-01-17 23:57:08 -03:00
Mario Rodas 7f2ce879d2
Merge pull request #77725 from r-ryantm/auto-update/avocode
avocode: 4.2.1 -> 4.2.2
2020-01-17 21:41:49 -05:00
Niklas Hambüchen 644fd15a2a
Merge pull request #77084 from r-ryantm/auto-update/gthumb
gthumb: 3.8.2 -> 3.8.3
2020-01-18 02:45:39 +01:00
Niklas Hambüchen 7966f10400
Merge pull request #77616 from peterhoeg/u/calibre_4_8
calibre: 3.48 -> 4.8
2020-01-18 02:22:08 +01:00
Alan Hollis 4f4d792e70 gns3: Fix python package not being pinned (#77701)
Due to https://github.com/NixOS/nixpkgs/issues/44426 the correct psutils
package is not picked up, this commit changes the code so the correct
version is always picked.
2020-01-17 23:25:35 +01:00
worldofpeace 15e0b23f48 signal-desktop: use autoPatchelfHook, wrap properly (#77850)
Most prominently we don't use `phases` because of https://github.com/NixOS/nixpkgs/issues/28910.
This is also problematic when using wrapGAppsHook.
In order to use wrapGAppsHook's automatic wrapping
(this was done manually before because there was no fixupPhase)
we need to install signal at lib/Signal instead of just into libexec.
That's because it would try to wrap .so files.
2020-01-17 22:51:06 +01:00
worldofpeace ac96ba0270 skanlite: don't set enableParallelBuilding
it's default on
2020-01-17 13:54:53 -05:00
worldofpeace 4b20959f99 skanlite: use qt5's mkDerivaiton 2020-01-17 13:54:53 -05:00
worldofpeace 468a74629a
Merge pull request #77947 from leotaku/fix-cbatticon
cbatticon: Add wrapGAppsHook to nativeBuildInputs
2020-01-17 13:30:09 -05:00
worldofpeace 25b30b0978
Merge pull request #77890 from r-ryantm/auto-update/notejot
notejot: 1.5.8 -> 1.6.0
2020-01-17 13:27:20 -05:00
lewo c80ebc9317
Merge pull request #77612 from misuzu/psi-plus
psi-plus: 1.4.904 -> 1.4.984
2020-01-17 18:37:41 +01:00
Dmitry Kalinkin 430dfb8082
Merge pull request #77631 from smaret/gildas-202001a
gildas: 20191201_a -> 20200101_a
2020-01-17 10:23:28 -05:00
Michael Weiss cc06f9c249
Merge pull request #77924 from rht/master
signal-desktop: 1.29.5 -> 1.29.6
2020-01-17 16:19:46 +01:00
leotaku 5c0b9f5651 cbatticon: Add wrapGAppsHook to nativeBuildInputs 2020-01-17 16:07:05 +01:00
Ryan Mulligan e40e48d29a
Merge pull request #77912 from r-ryantm/auto-update/urh
urh: 2.8.1 -> 2.8.2
2020-01-17 06:31:51 -08:00
Ryan Mulligan 2adc54dda6
Merge pull request #77863 from r-ryantm/auto-update/bashSnippets
bashSnippets: 1.17.3 -> 1.23.0
2020-01-17 06:31:15 -08:00
rht e6ed469c09
signal-desktop: 1.29.5 -> 1.29.6 2020-01-17 09:05:39 -05:00
Ryan Mulligan d3ab403a1f
Merge pull request #77907 from r-ryantm/auto-update/syncthingtray
syncthingtray: 0.10.4 -> 0.10.5
2020-01-17 05:44:33 -08:00
Erik Arvstedt e6fad86853 tesseract: 4.1.0 -> 4.1.1 2020-01-17 13:19:12 +00:00
R. RyanTM 839cf84c41 xmrig: 5.4.0 -> 5.5.1 2020-01-17 12:33:55 +00:00
R. RyanTM 6140752b04 urh: 2.8.1 -> 2.8.2 2020-01-17 11:59:25 +00:00
R. RyanTM 74126d953c todoist: 0.14.0 -> 0.15.0 2020-01-17 11:44:05 +00:00
R. RyanTM 2f3701e2ab syncthingtray: 0.10.4 -> 0.10.5 2020-01-17 11:22:29 +00:00
Jörg Thalheim d3a0befba1
quartus: init at 19.1.0.670 (#75561)
quartus: init at 19.1.0.670
2020-01-17 09:35:38 +00:00
R. RyanTM 9e27f0510c notejot: 1.5.8 -> 1.6.0 2020-01-17 08:52:48 +00:00
R. RyanTM 6e0fc1f772 magnetico: 0.8.1 -> 0.9.0 2020-01-17 08:32:02 +00:00
R. RyanTM cf0640b982
luigi: 2.8.0 -> 2.8.11 2020-01-17 08:23:36 +00:00
R. RyanTM 029cdb762d bashSnippets: 1.17.3 -> 1.23.0 2020-01-17 04:46:52 +00:00
Will Dietz 905c707c16
sxiv: 25 -> 26, minor cleanup 2020-01-16 22:31:50 -06:00
Mario Rodas 0d7ca4ff08
Merge pull request #77663 from turboMaCk/skypeforlinux8.55.0.141
skypeforlinux: 8.55.0.123 -> 8.55.0.141
2020-01-16 21:07:06 -05:00
worldofpeace 40bef249f1
Merge pull request #77407 from jtcoolen/protonvpn-cli-ng
protonvpn-cli-ng: init at 2.2.0
2020-01-16 20:03:39 -05:00
Will Dietz ed6e427e90
Merge pull request #77746 from filalex77/nnn-2.9
nnn: 2.8.1 -> 2.9
2020-01-16 18:58:41 -06:00
Julien Coolen b45c4d2d88
protonvpn-cli-ng: init at 2.2.0 2020-01-17 00:58:14 +01:00
Michael Weiss 8d5ec33939
signal-desktop: 1.29.4 -> 1.29.5
Changelog: https://github.com/signalapp/Signal-Desktop/releases/tag/v1.29.5
2020-01-16 23:14:15 +01:00
Vladyslav M 9f267be72c
gpxsee: 7.18 -> 7.19 (#77637)
gpxsee: 7.18 -> 7.19
2020-01-16 23:42:46 +02:00
Łukasz Jan Niemier 3d6c99a153 gitFull: support git send-email on Darwin 2020-01-16 21:36:29 +00:00
Robin Gloster 7b26075b13
Merge pull request #77624 from mayflower/gitlab-ce-assets-building
gitlab: fix asset building for CE
2020-01-16 20:23:26 +01:00
ajs124 417efa994e texstudio: 2.12.16 -> 2.12.20
tabs -> spaces
2020-01-16 16:44:12 +00:00
Jan Solanti 69cba89f91 renderdoc: 1.5 -> 1.6 2020-01-16 16:42:56 +00:00
Oleksii Filonenko eb4a2f510a fluxctl: 1.16.0 -> 1.17.1 2020-01-16 16:39:41 +00:00
Michael Hoang d301eca0f2 mkvtoolnix: 41.0.0 -> 42.0.0 2020-01-16 16:38:52 +00:00
Thomas Tuegel 32907db36c
Merge pull request #77356 from moretea/krop-wrapQtAppsHook
krop: Add wrapQtAppsHook.
2020-01-16 10:02:56 -06:00
Thomas Tuegel fec5edc7c0
Merge pull request #76508 from bignaux/kmahjongg
kmahjongg: init at 19.08.3
2020-01-16 09:41:36 -06:00
Mario Rodas 33941e49f2
Merge pull request #76868 from filalex77/tiny-0.5.0
tiny: init at 0.5.1
2020-01-16 10:19:41 -05:00
Matthieu Coudron 3804ef880c
Merge pull request #77825 from filalex77/tmatrix-1.3
tmatrix: 1.1 -> 1.3
2020-01-16 16:07:50 +01:00
Luflosi 5c000e983c kakoune: 2019.12.10 -> 2020.01.16 2020-01-16 14:53:08 +00:00
Oleksii Filonenko 026ac88b94
tmatrix: add filalex77 to maintainers 2020-01-16 14:53:10 +02:00
Oleksii Filonenko e35533bab5
tmatrix: 1.1 -> 1.3
- Use installManPage from installShellFiles
2020-01-16 14:52:37 +02:00
zowoq 8c7a5613f3 wireshark 3.2.0 -> 3.2.1
https://www.wireshark.org/docs/relnotes/wireshark-3.2.1.html
2020-01-16 08:09:22 +01:00
Michiel Leenaars edfbac404b csv2odf: init at 2.09 2020-01-15 22:57:21 -08:00
zowoq f64bcd6cca crun: 0.10.6 -> 0.11 2020-01-16 15:45:59 +10:00
Ryan Mulligan be48d023f0
Merge pull request #77114 from r-ryantm/auto-update/keepassxc
keepassxc: 2.5.1 -> 2.5.2
2020-01-15 21:08:13 -08:00
Ryan Mulligan 3f0cc09ce9
Merge pull request #77730 from r-ryantm/auto-update/BSlizr
bslizr: 1.2.2 -> 1.2.4
2020-01-15 21:07:21 -08:00
Mario Rodas d0fceb4995
Merge pull request #77764 from r-ryantm/auto-update/giada
giada: 0.16.0 -> 0.16.1
2020-01-15 19:50:52 -05:00
Mario Rodas 5d6a5024de
Merge pull request #77756 from r-ryantm/auto-update/ecasound
ecasound: 2.9.2 -> 2.9.3
2020-01-15 19:49:45 -05:00
Mario Rodas fd381c7417
Merge pull request #77760 from r-ryantm/auto-update/git-subrepo
gitAndTools.git-subrepo: 0.4.0 -> 0.4.1
2020-01-15 19:47:04 -05:00
Silvan Mosberger 67373ae389
seafile-shared: 7.0.2 -> 7.0.5, seafile-client: 6.2.11 -> 7.0.5 (#72656)
seafile-shared: 7.0.2 -> 7.0.5, seafile-client: 6.2.11 -> 7.0.5
2020-01-15 23:45:40 +01:00
Silvan Mosberger 94e35fba8e
seafile-client: 6.2.11 -> 7.0.5 2020-01-15 23:02:09 +01:00
Kai Wohlfahrt 38e6c845dc quartus: init at 19.1.0.670
This requires a FHSUserEnv because the licensing executable checksums
itself (I think).

The override of libpng is a bit ugly, can this be cleaned up?
2020-01-15 21:15:39 +00:00
Will Dietz 712bf54f1b
Merge pull request #77781 from arcnmx/vit-fix
vit: fix check phase
2020-01-15 14:08:48 -06:00
Niklas Hambüchen 81c2cc9297
Merge pull request #77694 from nh2/marktext-appimage
marktext: init
2020-01-15 20:55:11 +01:00
gnidorah 7093ddeaf2 rambox: fix meta 2020-01-15 21:19:29 +03:00
arcnmx 404412e28c vit: fix check phase 2020-01-15 10:06:56 -08:00
Jörg Thalheim 50b2554e7e
Merge pull request #77772 from x123/x123-add-qt-wrap-xygrib
use wrapQtAppsHook in xygrib
2020-01-15 15:39:32 +00:00
Jörg Thalheim 25a3e8a2a9
girara: 0.3.3 -> 0.3.4 (#77759)
girara: 0.3.3 -> 0.3.4
2020-01-15 15:36:50 +00:00
x123 1ab7f242c5 use wrapQtAppsHook in xygrib 2020-01-15 16:09:24 +01:00
R. RyanTM 6c545cf46a giada: 0.16.0 -> 0.16.1 2020-01-15 13:43:16 +00:00
R. RyanTM b467436ebb gitAndTools.git-subrepo: 0.4.0 -> 0.4.1 2020-01-15 12:57:58 +00:00
R. RyanTM fd3abed37d girara: 0.3.3 -> 0.3.4 2020-01-15 12:50:18 +00:00
R. RyanTM 0fbdeb9f18 ecasound: 2.9.2 -> 2.9.3 2020-01-15 12:25:39 +00:00
Michael Weiss 0e817dacd8
signal-desktop: 1.29.3 -> 1.29.4
Changelog: https://github.com/signalapp/Signal-Desktop/releases/tag/v1.29.4
2020-01-15 13:14:05 +01:00
R. RyanTM 1ed242a3a2 doodle: 0.7.0 -> 0.7.1 2020-01-15 11:02:17 +00:00
Oleksii Filonenko 9828c5753c
nnn: add filalex77 to maintainers 2020-01-15 12:07:01 +02:00
Oleksii Filonenko 35c4234afc
nnn: 2.8.1 -> 2.9 2020-01-15 12:06:06 +02:00
Mario Rodas 5364c3c78a
Merge pull request #77731 from r-ryantm/auto-update/docker-compose
docker-compose: 1.25.0 -> 1.25.1
2020-01-15 04:58:11 -05:00
R. RyanTM 41c3914b62 docker-compose: 1.25.0 -> 1.25.1 2020-01-15 07:09:58 +00:00
R. RyanTM a9f7218928 bslizr: 1.2.2 -> 1.2.4 2020-01-15 07:05:08 +00:00
R. RyanTM 869d157cc1 avocode: 4.2.1 -> 4.2.2 2020-01-15 06:40:19 +00:00
Mario Rodas 1f1c098a28
Merge pull request #75432 from mroi/patch-xhyve
docker-machine-xhyve: enable and fix lib9p file sharing
2020-01-14 21:19:29 -05:00
Dmitry Kalinkin 4cb3041e49
Merge pull request #77359 from veprbl/pr/blender_darwin_fix
blender: fix on darwin
2020-01-14 20:10:20 -05:00
Florian Klink 8b44c1fe04
Merge pull request #77645 from flokli/gitlab-12.6.4
gitlab: 12.6.2 -> 12.6.4
2020-01-15 00:59:32 +01:00
Will Dietz afe905246d nota: init at 1.0
Fixes #77590.
2020-01-14 15:16:21 -08:00
Niklas Hambüchen 5cafbb14f9 marktext: init at v0.16.0-rc.2
This uses the .AppImage binary release, until we have a real source package
(see https://github.com/marktext/marktext/issues/1647).

I used the `notable` package as a template.
2020-01-14 20:23:18 +01:00
Michael Raskin ad2289ad11
Merge pull request #77675 from taku0/flashplayer-32.0.0.314
flashplayer: 32.0.0.303 -> 32.0.0.314
2020-01-14 17:56:02 +00:00
leenaars 8df2444a35 Sylk: 2.1.0 -> 2.5.0 (#77606) 2020-01-14 17:25:33 +00:00
Frederik Rietdijk 05a965896d
Merge pull request #77047 from NixOS/staging-next
Staging next
2020-01-14 15:44:15 +01:00
Jörg Thalheim 65492f7540
osmctools: 0.8.5plus1.4.0 -> 0.9 (#76573)
osmctools: 0.8.5plus1.4.0 -> 0.9
2020-01-14 14:31:18 +00:00
Sébastien Maret 0956fcab16
gildas: 20191201_a -> 20200101_a 2020-01-14 11:22:53 +01:00
markuskowa e5fd4684f4
Merge pull request #77643 from markuskowa/upd-soapy
soapysdr: 0.7.1 -> 0.7.2
2020-01-14 10:28:59 +01:00
Frederik Rietdijk 05962c4ad5 Merge master into staging-next 2020-01-14 10:20:32 +01:00
Maximilian Bosch ec2ed2d316
swaylock-fancy: fix src 2020-01-14 10:17:52 +01:00
Marek Fajkus c7f5569bd2
skypeforlinux: 8.55.0.123 -> 8.55.0.141 2020-01-14 10:13:20 +01:00
Flakebi 2ac5fab264 pencil: 3.0.4 -> 3.1.0 2020-01-14 08:04:00 +01:00
Nikolay Korotkiy f03b833284
osmctools: 0.8.5plus1.4.0 -> 0.9 2020-01-14 09:25:56 +03:00
taku0 2becf7ffed flashplayer: 32.0.0.303 -> 32.0.0.314 2020-01-14 15:13:06 +09:00
Jan Tojnar 078f33b33b
Merge pull request #73548 from Flakebi/style
pavucontrol, waybar: Use system style
2020-01-14 05:31:30 +01:00
Mario Rodas 180124118a
Merge pull request #77640 from anderslundstedt/master
spotifyd: 0.2.20 -> 0.2.23
2020-01-13 19:31:42 -05:00
Silvan Mosberger 8bc64e2bbb
gitstatus: patch fewer characters (#77580)
gitstatus: patch fewer characters
2020-01-13 23:53:39 +01:00
Flakebi cb895499a7
waybar: Use system style 2020-01-13 22:44:00 +01:00
Flakebi 475e516e2a
pavucontrol: Use system style 2020-01-13 22:43:37 +01:00
Florian Klink 57560cc028 gitlab: 12.6.2 -> 12.6.4 2020-01-13 21:49:34 +01:00
Florian Klink e1e61f31a3 gitaly: a4b6c71d4b7c1588587345e2dfe0c6bd7cc63a83 -> 1.77.1 2020-01-13 21:49:18 +01:00
Markus Kowalewski cc4b59f138
soapysdr: 0.7.1 -> 0.7.2 2020-01-13 21:47:57 +01:00
Anders Lundstedt a6d5765dc1 spotifyd: 0.2.20 -> 0.2.23 2020-01-13 21:02:46 +01:00
Nikolay Korotkiy e9e684c7a4
gpxsee: 7.18 -> 7.19 2020-01-13 22:13:44 +03:00
Minijackson 865851f003 rx: 0.3.1 -> 0.3.2 2020-01-13 07:29:16 -08:00
Frederik Rietdijk ed1b0d0bac Merge master into staging-next 2020-01-13 16:08:59 +01:00
Robin Gloster 6bf0ed8e02
gitlab: fix asset building for CE
We have to specify if we're building CE or EE otherwise at least some JS
building was broken, resulting in e.g. broken "boards" pages.
2020-01-13 15:57:11 +01:00
Peter Hoeg f005f2d350 calibre: 3.48 -> 4.8 2020-01-13 21:28:24 +08:00
misuzu 9d28b0b95e psi-plus: 1.4.904 -> 1.4.984
Also fix 'ld: cannot find -lsecret-1 error' on build and crash with 'This application failed to start because no Qt platform plugin could be initialized' error on startup.
2020-01-13 14:08:03 +02:00
José Romildo Malaquias ae0239c28b
Merge pull request #77586 from dtzWill/update/font-manager-0.7.7
font-manager: 0.7.5 -> 0.7.7
2020-01-13 07:12:46 -03:00
Peter Hoeg f799342531
Merge pull request #77602 from peterhoeg/fix_emacs
emacs: 2 minor hotfixes
2020-01-13 17:01:42 +08:00
Trolli Schmittlauch 04172da17b cawbird: 1.0.3.1 -> 1.0.4
fixes a crash caused by invalid Twitter API data
2020-01-13 00:50:36 -08:00
Peter Hoeg ac289636de melpaPackages.gnuplot: add missing dependency 2020-01-13 16:37:11 +08:00
Peter Hoeg 00c01e0630 elpaPackages.gnuplot: 0.7 -> 0.7.2
Manual update as 0.7 breaks evil.
2020-01-13 16:36:36 +08:00
Matthias Beyer 82f9e97ae4 mutt: 1.13.2 -> 1.13.3 2020-01-13 00:35:33 -08:00
Will Dietz 1e3ac89095
spectral: unstable-2019-08-30 -> 817
* libsecret, now req'd
* url updates
2020-01-12 21:26:35 -06:00
Peter Hoeg 6ac6bf2927
Merge pull request #73854 from Dema/neovim-qt-version-bump
neovim-qt: 0.2.12 -> 0.2.15
2020-01-13 09:07:58 +08:00
Will Dietz 56d8a296bd
font-manager: drop included patch, removed meson flag 2020-01-12 17:35:08 -06:00
Will Dietz 9997f2efb4
font-manager: 0.7.5 -> 0.7.7
https://github.com/FontManager/font-manager/releases/tag/0.7.6
https://github.com/FontManager/font-manager/releases/tag/0.7.7
2020-01-12 17:32:29 -06:00
Marek Mahut 6438ed6bdc
Merge pull request #77368 from saschagrunert/cni
cni-plugins: v0.8.3 -> v0.8.4
2020-01-12 23:36:40 +01:00
ryneeverett f5e446b30f gitstatus: patch in variable rather than regexing
Patching in the GITSTATUS_DAEMON variable seems like a more stable
solution than doing inline replacements.
2020-01-12 22:21:25 +00:00
ryneeverett be4efc8010 gitstatus: patch fewer characters
This is a followup to https://github.com/NixOS/nixpkgs/pull/76744.

The patch is still too aggressive because it captures additional local
variables declared in the same line. It should stop when it hits
whitespace.

See https://github.com/romkatv/gitstatus/pull/92.
2020-01-12 22:02:08 +00:00
Patrick Hilhorst 5ad5cd92c5
mako: add Synthetica as maintainer 2020-01-12 15:53:52 +01:00
Patrick Hilhorst eea18b8b79
mako: 1.4 -> 1.4.1 2020-01-12 15:53:47 +01:00
Frederik Rietdijk 960f062825 Merge master into staging-next 2020-01-12 09:47:19 +01:00
Niklas Hambüchen c48562abf4
Merge pull request #77232 from r-ryantm/auto-update/qtractor
qtractor: 0.9.11 -> 0.9.12
2020-01-12 04:25:09 +01:00
Niklas Hambüchen 9aeb9664c8
Merge pull request #77188 from tilpner/goxel-update
goxel: 0.10.0 -> 0.10.5
2020-01-12 04:21:32 +01:00
Niklas Hambüchen 1d07083c8d
Merge pull request #77512 from minijackson/kodiPlugins.vfs-sftp-1.0.5
kodiPlugins.vfs-sftp: 1.0.1 -> 1.0.5
2020-01-12 04:20:30 +01:00
Will Dietz 977ce750b8 qmidinet: fix by using qt's mkDerivation 2020-01-12 00:08:09 +01:00
Andrew Dunham a0790fb345 sidequest: 0.7.6 -> 0.8.4 2020-01-11 13:18:28 -08:00
Minijackson df7ed4382c rx: 0.3.0 -> 0.3.1 2020-01-11 13:08:13 -08:00
Aaron Andersen 708a1772ed
Merge pull request #75817 from filalex77/tuir-1.28.3
tuir: init at 1.28.03
2020-01-11 16:04:57 -05:00
Dmitry Kalinkin 66dde827fb
krita: set -Wno-deprecated-copy for gcc
This reduces the build log length to fix the build on the Hydra.
2020-01-11 15:15:12 -05:00
Christian Mainka 316c4012e2 open-vm-tools: 10.3.10 -> 11.0.1
Also update our downstream patch.
2020-01-11 11:48:53 -05:00