Jonathan Ringer
099b79d443
smartgithg: 18.2.9 -> 19.1.1
2019-08-16 10:26:05 -07:00
Alex Branham
5ca29a98b2
firefox-esr: 68.0.1esr -> 68.0.2esr
2019-08-16 12:08:51 -05:00
Alex Branham
75ae4a318a
firefox: 68.0.1 -> 68.0.2
2019-08-16 12:08:51 -05:00
Andreas Herrmann
f426173e30
bazel: Fix python stub template
...
The shebang in the python stub template was incorrectly patched to
```
<store-path>/bin/env python
```
instead of
```
<store-path>/bin/python
```
The reason was that `patchShebangs` was called with `--replace` which is
an unknown argument.
```
patching script interpreter paths in src/main/java/com/google/devtools/build/lib/bazel/rules/python/python_stub_template.txt --replace /usr/bin/env python /nix/store/w7gsq8v86hni4ynaqgwwlnlny115ylng-python3-3.7.4/bin/python
find: unknown predicate `--replace'
```
Using `substituteInPlace` instead resolves that issue.
The wrong shebang caused failures of `py_binary` targets due to `python`
not being in `PATH` in certain circumstances.
2019-08-16 18:55:45 +02:00
Bruno Bigras
42accfb7d1
httplz: 1.5.0 -> 1.5.1
2019-08-16 12:24:10 -04:00
Thomas Tuegel
ed3cb39bfa
Merge pull request #65561 from nyanloutre/plasma_update_5_16_3
...
kde_applications: 19.04.1 -> 19.08.0; kdeFrameworks: 5.58 -> 5.61; plasma-5: 5.15.5 -> 5.16.4
2019-08-16 10:56:21 -05:00
Marek Mahut
20ea4b6dd3
tests: adding trezord
2019-08-16 17:05:13 +02:00
Marek Mahut
5712bea91b
trezord: adding emultor support
2019-08-16 16:58:48 +02:00
Graham Christensen
332a46b125
Merge pull request #64054 from ivan/snscrape-0.3.0
...
snscrape: 0.2.0 -> 0.3.0
2019-08-16 10:46:39 -04:00
Marek Mahut
fba291b6ff
Merge pull request #66694 from jonasnick/bitcoin-0.18.1
...
bitcoin: 0.18.0 -> 0.18.1
2019-08-16 16:34:19 +02:00
Dmitry Kalinkin
8f8da32d04
Merge pull request #64321 from jbedo/cnvkit
...
CNVkit: init 0.9.6
2019-08-16 10:14:52 -04:00
Emmanuel Rosa
82f02ce0c3
brave: fix path to brave in *.desktop file
2019-08-16 20:44:51 +07:00
Marek Mahut
53e8129017
Merge pull request #66717 from saschagrunert/podman
...
podman: 1.4.4 -> 1.5.1
2019-08-16 15:33:07 +02:00
Marek Mahut
97648655bf
Merge pull request #66691 from aespinosa/skaffold
...
skaffold: 0.30.0 -> 0.35.0
2019-08-16 15:32:13 +02:00
nyanloutre
d6ab8baa1b
kde: add myself as maintainer
2019-08-16 15:28:31 +02:00
Eelco Dolstra
b7a8280312
rustc: Provide compiler-rt sources
...
This is needed to build libprofiler_builtins now.
e59f0cc0d3 (diff-daf9539767b10f18e1517f65cdc2e0e2)
https://github.com/rust-lang-nursery/compiler-builtins/issues/295
2019-08-16 15:08:12 +02:00
nyanloutre
1b820c24e3
pimcommon: add new kpurpose dependency
2019-08-16 14:54:58 +02:00
nyanloutre
5d0acaa677
kpurpose: add missing kirigami2 dependency
2019-08-16 14:54:13 +02:00
Sascha Grunert
a2b27ecf37
podman: 1.4.4 -> 1.5.1
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-08-16 14:28:46 +02:00
nyanloutre
d945117959
kcalc: add new MPFR dependency
2019-08-16 14:11:09 +02:00
Eelco Dolstra
a4fc84de44
rustc: 1.36.0 -> 1.37.0
2019-08-16 14:10:13 +02:00
Eelco Dolstra
96ec1bc7b7
Merge pull request #66681 from basvandijk/init-rust-clippy
...
rustPackages.clippy: init at rust-1.36.0
2019-08-16 14:07:17 +02:00
Tim Steinbach
24d720a3d1
linux: 5.2.8 -> 5.2.9
2019-08-16 08:00:56 -04:00
Tim Steinbach
c768b0f6ea
linux: 4.19.66 -> 4.19.67
2019-08-16 08:00:56 -04:00
Tim Steinbach
b62ffec92b
linux: 4.14.138 -> 4.14.139
2019-08-16 08:00:53 -04:00
Matthias Beyer
45a961fa5d
mixxx: 2.2.1 -> 2.2.2
2019-08-16 13:54:06 +02:00
nyanloutre
3400620cc3
akonadi: update patch akonadi-paths
...
Version 19.08 introduce a new mPgUpgradePath variable.
I applied what was done for the mServerPath variable.
2019-08-16 13:52:03 +02:00
Marek Mahut
b4e2efb00e
Merge pull request #66701 from aanderse/zabbix-update
...
zabbix: 4.0.9 -> 4.0.11 & 4.2.3 -> 4.2.5
2019-08-16 13:45:11 +02:00
Marek Mahut
6672041d72
Merge pull request #66639 from jonringer/bump-pazi
...
pazi: 0.2.0 -> 0.3.0
2019-08-16 13:27:02 +02:00
Bas van Dijk
16cb2611d9
rustfmt: use the src as defined by the git submodule in rust
...
This commit makes sure rustc and rustfmt are compatible by setting
rustfmt's src to the rustfmt git submodule as defined in:
https://github.com/rust-lang/rust/tree/1.36.0/src/tools
2019-08-16 12:54:05 +02:00
Craig Hall
38b057f6ca
ufraw: Remove --enable-extras
...
Don't build the 'dcraw' and 'nikon-curve' binaries, as per ufraw's README:
"Do not package the executables generated by by --enable-extras. These extras
are there for testing the code during development. They are of no interest
to end user. Specifically, if you want to package dcraw, you should use
Dave's original code and not UFRaw's modified code."
2019-08-16 11:30:41 +01:00
WilliButz
feb06947c8
Merge pull request #66709 from danieldk/drawio-11.1.4
...
drawio: 11.1.1 -> 11.1.4
2019-08-16 11:41:31 +02:00
nyanloutre
6d5a90a111
kipi-plugins: move to kde_applications
2019-08-16 11:34:13 +02:00
nyanloutre
fc7f5e7c55
yakuake: move to kde_applications
2019-08-16 11:34:13 +02:00
nyanloutre
2ac1e31aea
kde_applications: disable obsolete patches
2019-08-16 11:26:17 +02:00
nyanloutre
7489145b30
kde_applications: 19.04.3 -> 19.08.0
2019-08-16 11:26:17 +02:00
nyanloutre
505f0c2232
ksysguard: replace qtwebkit by qtwebengine
...
c9747e37c5
2019-08-16 11:26:17 +02:00
nyanloutre
766c8f106e
kmail: add patch "fix build by including QMap"
2019-08-16 11:26:17 +02:00
nyanloutre
9825b2ac46
kate: add patch "add missing header"
2019-08-16 11:26:17 +02:00
nyanloutre
5268987144
ark: add patch "missing QVector include"
2019-08-16 11:26:17 +02:00
nyanloutre
022db30473
kinit: fix kdeinit-extra_libs.patch
2019-08-16 11:26:17 +02:00
nyanloutre
3085451655
konversation: add patch "Fix build with Qt 5.13"
2019-08-16 11:26:17 +02:00
nyanloutre
2b22167ad7
kwayland: add missing dependency
2019-08-16 11:26:17 +02:00
nyanloutre
444ddcbcc5
kdeFrameworks: 5.60 -> 5.61
2019-08-16 11:26:17 +02:00
nyanloutre
5ce0480a8c
sddm: add missing dependency for breeze theme
2019-08-16 11:26:17 +02:00
nyanloutre
1cfe46034b
plasma-5: 5.16.3 -> 5.16.4
2019-08-16 11:26:17 +02:00
nyanloutre
ef90b86924
gwenview: remove obsolete patch
2019-08-16 11:26:17 +02:00
nyanloutre
a1d21260c3
plasma-workspace: fix patch with new wallpaper path
2019-08-16 11:26:17 +02:00
nyanloutre
ea1131fc39
kwin: fix xwayland patch
...
The Xwayland code path was moved from ApplicationWayland to a dedicated
class
https://phabricator.kde.org/D15020
2019-08-16 11:26:17 +02:00
nyanloutre
357ae3c884
kwallet-pam: add new kwallet dependency
2019-08-16 11:26:17 +02:00