Commit Graph

44908 Commits

Author SHA1 Message Date
Ryan Mulligan
c3fb5d86a6
Merge pull request #92155 from davidtwco/ferdi-init
ferdi: init at 5.5.0; franz: 5.4.1 -> 5.5.0
2020-07-08 06:59:05 -07:00
Ryan Mulligan
cde48755e1
Merge pull request #92709 from r-ryantm/auto-update/openbazaar-client
openbazaar-client: 2.4.5 -> 2.4.6
2020-07-08 06:54:17 -07:00
Ryan Mulligan
a07dbbee1b
Merge pull request #92567 from r-ryantm/auto-update/scaleft
scaleft: 1.41.0 -> 1.45.3
2020-07-08 06:04:18 -07:00
Marek Mahut
f18e8f9d92
Merge pull request #92700 from FelschR/patch-2
ledger-live-desktop: 2.6.0 -> 2.8.0
2020-07-08 14:35:50 +02:00
Mario Rodas
4f1bb1307b
Merge pull request #92673 from berbiche/terraform-v0.12.28
terraform: 0.12.27 -> 0.12.28
2020-07-08 06:54:32 -05:00
Jan Tojnar
143398d7da
Merge pull request #92390 from fionera/add-fuzzel
Add fuzzel
2020-07-08 13:42:13 +02:00
R. RyanTM
e81ae33880 openbazaar-client: 2.4.5 -> 2.4.6 2020-07-08 11:41:49 +00:00
Felix Tenley
99ee1f6aac
ledger-live-desktop: 2.6.0 -> 2.8.0 2020-07-08 12:55:35 +02:00
Maximilian Bosch
36eb2d22e7
citrix_workspace: remove old releases that will be EOLed during the lifetime of 20.09
See https://www.citrix.com/en-gb/support/product-lifecycle/milestones/receiver.html

The releases `19.{6,8,10}.0` will be EOLed in 2021 during the expected
lifetime of 20.09. As we shouldn't keep outdated software and
`19.12.0`/`20.04.0`/`20.06.0` is still maintained (and I didn't
encounter any problems with any of those releases), the deprecation
should be fine at the moment.
2020-07-08 12:13:10 +02:00
David Wood
d370ead496
franz: 5.4.1 -> 5.5.0 2020-07-08 11:10:00 +01:00
David Wood
e5cac5c83d
ferdi: init at 5.5.0 2020-07-08 11:09:59 +01:00
Maximilian Bosch
358f9c34a9
citrix_workspace: add 20.06.0.15
https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/whats-new.html#whats-new-in-2006
2020-07-08 12:06:11 +02:00
Lancelot SIX
d8dd3fd827
Merge pull request #92690 from jojosch/dbeaver_7.1.2
dbeaver: 7.1.1 -> 7.1.2
2020-07-08 08:52:27 +01:00
Daniël de Kok
3dd18f05e5
Merge pull request #92525 from dtzWill/fix/softmaker-office-hashfix
softmaker-office: 1014 -> 1016
2020-07-08 09:19:56 +02:00
Will Dietz
536eb48ca9 softmaker-office: 1014 -> 1016 2020-07-08 09:15:26 +02:00
Johannes Schleifenbaum
915de0cf05
dbeaver: 7.1.1 -> 7.1.2 2020-07-08 09:11:32 +02:00
Daniël de Kok
e9e07d8c3c
Merge pull request #92599 from r-ryantm/auto-update/skypeforlinux
skypeforlinux: 8.60.0.76 -> 8.61.0.95
2020-07-08 09:10:28 +02:00
Daniël de Kok
b31ec450fe
Merge pull request #92619 from pacien/gscan2pdf-wrapper-scanimage
gscan2pdf: add scanimage to PATH in wrapper
2020-07-08 09:03:43 +02:00
Daniël de Kok
c54edfed06
Merge pull request #92662 from r-ryantm/auto-update/zotero
zotero: 5.0.87 -> 5.0.88
2020-07-08 08:33:49 +02:00
Daniël de Kok
f06fe1a94a
Merge pull request #92664 from r-ryantm/auto-update/zim
zim: 0.72.1 -> 0.73.1
2020-07-08 08:31:52 +02:00
worldofpeace
8632843f6c
Merge pull request #92667 from jonringer/fix-lutris-us
lutris: add xorg.xkbcomp
2020-07-08 00:43:11 -04:00
Nicolas Berbiche
95a0e2fc29 terraform: 0.12.27 -> 0.12.28 2020-07-07 22:43:47 -04:00
Mario Rodas
a9a8b65b9b
Merge pull request #92590 from r-ryantm/auto-update/stgit
gitAndTools.stgit: 0.22 -> 0.23
2020-07-07 20:47:27 -05:00
Mario Rodas
ce6a518773
gitAndTools.stgit: install completions 2020-07-07 20:33:16 -05:00
Jonathan Ringer
df99f195e8
lutris: add xorg.xkbcomp
```
Traceback (most recent call last):
  File "/nix/store/v1mzyrrnmm9xm7mhqps6pdxdyvkgb154-lutris-original-0.5.6/lib/python3.8/site-packages/lutris/exceptions.py", line 36, in wrapper
    return function(*args, **kwargs)
  File "/nix/store/v1mzyrrnmm9xm7mhqps6pdxdyvkgb154-lutris-original-0.5.6/lib/python3.8/site-packages/lutris/game.py", line 430, in configure_game
    xkbcomp = subprocess.Popen(xkbcomp_command, stdin=subprocess.PIPE)
  File "/nix/store/f87w21b91cws0wbsvyfn5vnlyv491czi-python3-3.8.3/lib/python3.8/subprocess.py", line 854, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/nix/store/f87w21b91cws0wbsvyfn5vnlyv491czi-python3-3.8.3/lib/python3.8/subprocess.py", line 1702, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'xkbcomp'
```
2020-07-07 17:17:32 -07:00
Jonathan Ringer
dc16bda3fe lutris: fix for us keyboard layouts 2020-07-07 17:13:46 -07:00
R. RyanTM
ac5706ade6 zim: 0.72.1 -> 0.73.1 2020-07-07 23:32:18 +00:00
R. RyanTM
9668017dc0 zotero: 5.0.87 -> 5.0.88 2020-07-07 23:18:45 +00:00
Maximilian Bosch
7587132c0a
Merge pull request #92631 from r-ryantm/auto-update/weather
weather: 2.3 -> 2.4
2020-07-08 00:06:55 +02:00
Ryan Mulligan
717cd25e86
Merge pull request #92551 from r-ryantm/auto-update/qcad
qcad: 3.24.3.4 -> 3.24.3.10
2020-07-07 15:03:37 -07:00
Ryan Mulligan
7020181a52
Merge pull request #92563 from r-ryantm/auto-update/sane-airscan
sane-airscan: 0.99.3 -> 0.99.8
2020-07-07 15:02:20 -07:00
worldofpeace
73f0888982 olifant: init A 0.2.1-beta5
This is a fork of tootle (which is not abandoned btw), so the expression is mostly
the same.
2020-07-07 17:49:29 -04:00
worldofpeace
1af3ec1427 feedreader: 2.10.0 -> 2.11.0 2020-07-07 17:40:26 -04:00
worldofpeace
0c0a8ed626 elementary-planner: 2.4.2 -> 2.4.5 2020-07-07 17:40:25 -04:00
worldofpeace
049d1a2db9 lollypop: 1.2.35 -> 1.3.2 2020-07-07 17:40:25 -04:00
worldofpeace
48b6f0eabb
Merge pull request #92644 from jonringer/bump-bleachbit
bleachbit: 3.2.0 -> 4.0.0
2020-07-07 17:15:16 -04:00
Jonathan Ringer
856c42b87e
bleachbit: 3.2.0 -> 4.0.0 2020-07-07 14:09:49 -07:00
Ryan Mulligan
43b58960cf
Merge pull request #92568 from r-ryantm/auto-update/shortwave
shortwave: 1.0.1 -> 1.1.1
2020-07-07 13:49:16 -07:00
R. RyanTM
dc378c1cea weather: 2.3 -> 2.4 2020-07-07 19:56:54 +00:00
luc65r
af0d1f955f ssh-chat: init at 1.9 2020-07-08 00:53:42 +05:30
pacien
bf40153c8d gscan2pdf: add scanimage to PATH in wrapper
Gscan2pdf/Frontend/CLI.pm calls this binary.
2020-07-07 20:46:59 +02:00
R. RyanTM
2603a6d8be krita: 4.2.9 -> 4.3.0 2020-07-07 11:40:28 -07:00
Michael Weiss
6560b60886
waypipe: 0.6.1 -> 0.7.0 2020-07-07 20:08:56 +02:00
Daniël de Kok
7c162b0939
Merge pull request #92480 from pacien/beamerpresenter-init
beamerpresenter: init at 0.1.1
2020-07-07 19:54:17 +02:00
R. RyanTM
02fe1ec6ec gwyddion: 2.55 -> 2.56 2020-07-07 10:11:50 -07:00
R. RyanTM
9ba5521365 jamulus: 3.5.6 -> 3.5.8 2020-07-07 10:09:07 -07:00
R. RyanTM
62d18f7873 flexibee: 2019.3.1.3 -> 2020.2.1.2 2020-07-07 10:07:18 -07:00
R. RyanTM
db00b125a9 drumkv1: 0.9.14 -> 0.9.15 2020-07-07 10:06:19 -07:00
R. RyanTM
330bd7c3b7 padthv1: 0.9.14 -> 0.9.15 2020-07-07 10:01:42 -07:00
R. RyanTM
53ae3eff51 gitAndTools.subgit: 3.3.9 -> 3.3.10 2020-07-07 09:51:15 -07:00