Michael Weiss
9179a3a406
Merge pull request #57414 from primeos/sway-1.0
...
sway: Switch to 1.0
2019-03-13 22:40:37 +01:00
worldofpeace
64c8f268df
gnome3.meld: fix gobject-introspection
...
See: https://github.com/NixOS/nixpkgs/issues/56943
2019-03-13 17:05:23 -04:00
Samuel Dionne-Riel
1cfdbe9940
solaar: Modernizes build
...
Drops unused namePrefix, uses pname/version.
2019-03-13 13:08:26 -04:00
Samuel Dionne-Riel
ccc8ec874d
solaar: 2018-02-02 -> 2019-01-30
2019-03-13 13:08:26 -04:00
Samuel Dionne-Riel
ebf1159fe7
solaar: Copies udev rules in the package
2019-03-13 13:08:26 -04:00
melchips
f4909075db
parlatype: init at version 1.6-beta
2019-03-13 18:03:26 +01:00
Will Dietz
88cd06d0f2
Merge pull request #57560 from dtzWill/fix/lightdm-gtk-greeter-configureFlags
...
lightdm_gtk_greeter: fix configureFlags to not be one long string
2019-03-13 11:25:02 -05:00
Herwig Hochleitner
006a699e69
chromium: 72.0.3626.121 -> 73.0.3683.75
...
CVE-2019-5787 CVE-2019-5788 CVE-2019-5789 CVE-2019-5790 CVE-2019-5791
CVE-2019-5792 CVE-2019-5793 CVE-2019-5794 CVE-2019-5795 CVE-2019-5796
CVE-2019-5797 CVE-2019-5798 CVE-2019-5799 CVE-2019-5800 CVE-2019-5801
CVE-2019-5802 CVE-2019-5803 CVE-2019-5804
2019-03-13 16:19:29 +01:00
Michael Weiss
578fe3f5a0
nixos/sway: Improve the module and adapt it to NixOS
...
This commit contains the following changes:
- nixos/sway: Remove the beta references
- sway: Drop buildDocs
- nixos/sway: Improve the documentation
- sway,nixos/sway: Adapt Sway to NixOS
- Copy the default configuration file to /etc/sway/config (Sway will
still load the identical file from the Nix store but this makes it
easier to copy the default configuration file).
- This will also remove all references to the Nix store from the
default configuration file as they will eventually be garbage
collected which is a problem if the user copies it.
- I've also decided to drop the default wallpaper (alternatively we
could copy it to a fixed location).
- nixos/sway: Drop the package option
2019-03-13 11:37:11 +01:00
Francesco Gazzetta
1a39920ae0
drawpile: add some comments explaining the deps
2019-03-13 11:30:46 +01:00
Francesco Gazzetta
8cc2a2ffff
drawpile: 2.0.11 -> 2.1.2
2019-03-13 11:29:56 +01:00
Will Dietz
7971975f29
lightdm_gtk_greeter: fix configureFlags to not be one long string
...
For whatever reason, setting `configureFlagsArray` causes
the configure invocation to escape spaces between parameters:
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/4bn8dsr743dp0g5j020jf8why5hkld3p-lightdm-gtk-greeter-2.0.6 --localstatedir=/var\ --sysconfdir=/etc\ --disable-indicator-services-command\ --enable-at-spi-command=/nix/store/li9bsxl8qja8qw0pa70xd572gw5hqsdm-at-spi2-core-2.30.1/libexec/at-spi-bus-launcher\ \ --launch-immediately
This actually doesn't break the build (!) but it does break
lightdm pretty badly for me and it's not hard to imagine why :).
Instead, use configureFlags as normal but just append the command
in `preConfigure` directly, so we can preserve the space.
2019-03-12 23:14:24 -05:00
worldofpeace
cc29045d99
lightdm_gtk_greeter: disable indicator services
...
Needs upstart [0] and that's long gone now.
[0]: https://git.launchpad.net/lightdm-gtk-greeter/tree/configure.ac?id=f6ce16f2107de712a0edd8f5fb6853ea6ab8a399#n154
2019-03-12 22:46:39 -04:00
worldofpeace
b5cac7566f
lightdm_gtk_greeter: correct at-spi-command
...
Without manually setting the command with the
flag, it's hardcoded to some FHS path.
2019-03-12 22:46:39 -04:00
Ryan Mulligan
a6000c05b1
Merge pull request #57537 from eadwu/glava/display-version
...
glava: correctly display version information
2019-03-12 19:43:28 -07:00
R. RyanTM
6eb1869902
tortoisehg: 4.8.2 -> 4.9 ( #57491 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tortoisehg/versions
2019-03-13 00:55:30 +02:00
Jascha Geerds
ffedc3e4a9
misc: Remove myself from list of maintainers
...
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Ahmed Kamal
330bcbc9a5
xmr-stak: 2.8.3 -> 2.10.1
2019-03-13 00:02:28 +02:00
Florian Franzen
871c1d5bb1
virtmanager: Fix gobject-introspection ( #57385 )
2019-03-12 22:29:45 +01:00
Michael Weiss
45004c6f63
sway: Switch to 1.0
...
This is the result of executing:
git mv -f pkgs/applications/window-managers/sway/beta.nix pkgs/applications/window-managers/sway/default.nix
git mv -f nixos/modules/programs/sway-beta.nix nixos/modules/programs/sway.nix
And removing sway-beta from the following files:
pkgs/top-level/all-packages.nix
nixos/modules/module-list.nix
2019-03-12 22:29:39 +01:00
Aria Edmonds
24c02a0f5d
discord: 0.0.8 -> 0.0.9
2019-03-12 17:05:50 -04:00
Mario Rodas
ea0e9147f3
syncthing: 1.0.1 -> 1.1.0 ( #57364 )
2019-03-12 22:01:12 +01:00
Edmund Wu
50b23ffe8e
glava: correctly display version information
2019-03-12 16:59:20 -04:00
Michael Raskin
fdeb864cc8
Merge pull request #57498 from r-ryantm/auto-update/virt-viewer
...
virt-viewer: 7.0 -> 8.0
2019-03-12 15:28:30 +00:00
R. RyanTM
3eb717e053
qlcplus: 4.12.0 -> 4.12.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/qlcplus/versions
2019-03-12 15:02:17 +00:00
Elis Hirwing
036439e96e
Merge pull request #57508 from r-ryantm/auto-update/wsjtx
...
wsjtx: 2.0.0 -> 2.0.1
2019-03-12 15:57:56 +01:00
Ryan Mulligan
70a1f55fe1
Merge pull request #57340 from dtzWill/update/vit-1.3
...
vit: 1.2 -> 1.3, cleanup + maintain
2019-03-12 07:49:48 -07:00
Ryan Mulligan
4cb72751ea
gildas: 20190301_a -> 20190301_b ( #57448 )
2019-03-12 06:50:25 -07:00
Gabriel Ebner
c7f43de43c
isabelle: 2017 -> 2018
2019-03-12 14:32:48 +01:00
Ryan Mulligan
8af1639be1
Merge pull request #57432 from r-ryantm/auto-update/pre-commit
...
gitAndTools.pre-commit: 1.14.2 -> 1.14.4
2019-03-12 06:09:27 -07:00
R. RyanTM
7272f1610a
x42-plugins: 20190105 -> 20190206
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/x42-plugins/versions
2019-03-12 04:43:02 -07:00
R. RyanTM
25cefadd22
wsjtx: 2.0.0 -> 2.0.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/wsjtx/versions
2019-03-12 04:31:20 -07:00
R. RyanTM
a57e53d0b6
wavebox: 4.7.1 -> 4.7.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wavebox/versions
2019-03-12 02:50:06 -07:00
R. RyanTM
8f92b77ab4
virt-viewer: 7.0 -> 8.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/virt-viewer/versions
2019-03-12 02:09:33 -07:00
R. RyanTM
d3d776ec20
urh: 2.5.5 -> 2.5.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/urh/versions
2019-03-12 01:35:36 -07:00
Ryan Mulligan
ca3b67355c
Merge pull request #57476 from eadwu/glava/1.6.0
...
glava: 1.5.8 -> 1.6.0
2019-03-11 21:01:52 -07:00
Will Dietz
835faea4d0
Merge pull request #57471 from r-ryantm/auto-update/qownnotes
...
qownnotes: 19.2.3 -> 19.3.0
2019-03-11 22:50:02 -05:00
Edmund Wu
f8139bce5e
glava: 1.5.8 -> 1.6.0
2019-03-11 20:57:52 -04:00
R. RyanTM
419e25e0ef
qownnotes: 19.2.3 -> 19.3.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qownnotes/versions
2019-03-11 17:12:23 -07:00
Sébastien Maret
6f81adb7ee
gildas: 20190301_a -> 20190301_b
2019-03-11 21:43:41 +01:00
Michael Weiss
6fa3dd2d5a
androidStudioPackages.{dev,canary}: 3.5.0.5 -> 3.5.0.6
2019-03-11 21:28:42 +01:00
Wael Nasreddine
c75cb87721
Merge pull request #57296 from kalbasit/nixpkgs_go-fixes
...
Fixes to a few Go packages.
2019-03-11 13:11:11 -07:00
R. RyanTM
e954144fab
gitAndTools.pre-commit: 1.14.2 -> 1.14.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pre-commit/versions
2019-03-11 11:51:54 -07:00
Michael Weiss
1240834176
sway-beta: Use the upstream patch to fix the build failure
2019-03-11 18:51:26 +01:00
Wael M. Nasreddine
483d823ec4
gitlab-shell: export GOCACHE in the installPhase
...
TMPDIR, in `GOCACHE = "$TMPDIR";`, will not be intepreted when it's set
outside of a phase.
2019-03-11 09:59:15 -07:00
Wael M. Nasreddine
eee09b103c
docker: export GOCACHE for all platforms
2019-03-11 09:59:10 -07:00
Michael Weiss
eb2a26f5c6
sway-beta: 1.0-rc5 -> 1.0
2019-03-11 17:02:25 +01:00
worldofpeace
988ed26778
Merge pull request #57363 from r-ryantm/auto-update/picard-tools
...
picard-tools: 2.18.25 -> 2.18.27
2019-03-11 07:13:20 -04:00
R. RyanTM
70815de29c
picard-tools: 2.18.25 -> 2.18.27
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/picard-tools/versions
2019-03-11 03:37:34 -07:00
Jörg Thalheim
c08f80839f
Merge pull request #57313 from delroth/gs-lcms2mt
...
ghostscript: link against "systemwide" liblcms2
2019-03-11 10:29:57 +00:00
Will Dietz
22b3b54749
Merge pull request #57200 from dtzWill/update/ipe-7.2.11
...
ipe: 7.2.10 -> 7.2.11, touchup
2019-03-11 05:19:27 -05:00
Peter Simons
901cb9fa48
picard: 2.1.3 -> 2.1.3
2019-03-11 09:17:36 +01:00
worldofpeace
adf0e91799
Merge pull request #57194 from dtzWill/update/pavucontrol-4.0
...
pavucontrol: 3.0 -> 4.0
2019-03-11 03:07:44 -04:00
Will Dietz
4e33431246
vit: 1.2 -> 1.3, cleanup + maintain
...
1.3 is essentially same as long-time beta 1.3.beta1
https://github.com/scottkosty/vit/releases/tag/v1.3
(and linked notes to the beta)
2019-03-11 00:44:48 -05:00
Michael Raskin
2a41d0304f
Merge pull request #57291 from jlesquembre/zathura
...
zathura: 0.4.1 -> 0.4.3, new features and plugin
2019-03-11 05:36:44 +00:00
Peter Hoeg
136126ceae
Merge pull request #56498 from ariutta/patch-1
...
cytoscape: bump 3.6.1 -> 3.7.1
2019-03-11 11:20:50 +08:00
R. RyanTM
8b8c39e69a
ncpamixer: 1.3 -> 1.3.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ncpamixer/versions
2019-03-10 19:55:05 -07:00
Peter Hoeg
f4ffe5c951
Merge pull request #56328 from matti-kariluoma/master
...
candle: init at 1.1
2019-03-11 10:45:46 +08:00
worldofpeace
c14acca786
Merge pull request #57212 from r-ryantm/auto-update/audacity
...
audacity: 2.3.0 -> 2.3.1
2019-03-10 20:32:50 -04:00
Pierre Bourdon
a9cf5c27ec
imagemagickBig: revert meta.broken to false
2019-03-11 00:13:02 +01:00
Timo Kaufmann
ce96994032
sage: fix docbuild ( #57294 )
...
The docbuild (or rather its tests) failed because sphinx built some
English parts of the documentation in Russian. The added debian patch
fixes that by isolating docbuilding threads in sphinx using
proper subprocesses.
2019-03-10 21:42:54 +00:00
Lancelot SIX
ce51fbab82
Merge pull request #56486 from lsix/add_qgis_3
...
qgis: 2.18.28 -> 3.4.5
2019-03-10 22:34:38 +01:00
José Luis Lafuente
053d79dbf0
zathura: 0.4.1 -> 0.4.3, new features and plugin
...
Update to 0.4.3, compile it with more features and add CB plugin
2019-03-10 22:22:10 +01:00
Dmitry Kalinkin
db66867b9d
Merge pull request #56050 from hlolli/csound-qt-update
...
csound-qt 0.9.6-beta2 -> 0.9.6-beta3, plus python-qt include changes
2019-03-10 12:42:01 -04:00
Dmitry Kalinkin
8bf0a82642
csound-qt: fix indentation
2019-03-10 12:40:51 -04:00
R. RyanTM
54cca013ef
freewheeling: 0.6.4 -> 0.6.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/freewheeling/versions
2019-03-10 13:19:57 +01:00
R. RyanTM
459aceacc3
focuswriter: 1.7.1 -> 1.7.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/focuswriter/versions
2019-03-10 13:19:25 +01:00
R. RyanTM
20510cf24e
drumkv1: 0.9.4 -> 0.9.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/drumkv1/versions
2019-03-10 13:18:50 +01:00
R. RyanTM
6cbf57f65c
brave: 0.60.45 -> 0.61.50
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/brave/versions
2019-03-10 13:16:33 +01:00
Jörg Thalheim
e39935ce1a
Merge pull request #57230 from kostspielig/bitwig-studio2
...
bigwig-studio2: 2.4.3->2.5
2019-03-10 09:53:20 +00:00
Jörg Thalheim
f982aa04ac
Merge pull request #57122 from flokli/yubioath-desktop-qml2
...
yubioath-desktop: prefix QML2_IMPORT_PATH
2019-03-10 09:24:25 +00:00
kostspielig
3b4f54aa38
bigwig-studio2: 2.4.3->2.5
...
Update to newever version
2019-03-10 10:05:00 +01:00
R. RyanTM
348b734806
audacity: 2.3.0 -> 2.3.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/audacity/versions
2019-03-09 19:55:21 -08:00
worldofpeace
213d6dd6ac
Merge pull request #56939 from Kjuvi/appeditor-init-at-1.1.0
...
appeditor: init at 1.1.0
2019-03-09 20:31:59 -05:00
Will Dietz
812a99cdd3
ipe: be explicit about libpng, use lua 5.3 per readme
2019-03-09 19:30:09 -06:00
Will Dietz
39a8578931
ipe: 7.2.10 -> 7.2.11
...
https://mailman.science.uu.nl/pipermail/ipe-announce/2019-March/000082.html
2019-03-09 19:30:08 -06:00
Will Dietz
00e66147aa
pavucontrol: 3.0 -> 4.0
2019-03-09 18:10:21 -06:00
worldofpeace
cec337d50f
Merge pull request #55403 from xtruder/pkgs/hetzner-kube/0.3.2rc1
...
hetzner-kube: 0.3.1 -> 0.3.2rc1
2019-03-09 17:38:20 -05:00
worldofpeace
3c3ccaed81
hetzner-kube: pname cleanup
2019-03-09 22:37:45 +00:00
Matti Kariluoma
7b5318f065
candle: init at 1.1
2019-03-09 16:19:00 -06:00
worldofpeace
d81b51ac02
feedreader: add hicolor-icon-theme for setup-hook
2019-03-09 15:39:08 -05:00
Timo Kaufmann
3b7fb15182
Merge pull request #57126 from timokau/sage-maxima-downgrade
...
sage: downgrade maxima to 5.41
2019-03-09 20:05:01 +00:00
hlolli
b75042bfbb
csound-qt 0.9.6-beta2 -> 0.9.6-beta3, plus python-qt include changes, examplepath patch and simplified build
2019-03-09 19:38:26 +01:00
Timo Kaufmann
23908a0ee3
sage: downgrade maxima to 5.41
...
See discussion at
82254747af
.
2019-03-09 17:23:57 +01:00
Ryan Mulligan
32e9296244
Merge pull request #57111 from NixOS/update-calibre
...
calibre: 3.39.1 -> 3.40.1
2019-03-09 07:00:56 -08:00
Florian Klink
bfc590572f
yubioath-desktop: prefix QML2_IMPORT_PATH
...
Otherwise, yubioath-desktop can't find pyothersides qml files:
QQmlApplicationEngine failed to load component
qrc:/qml/main.qml:168 Type YubiKey unavailable
qrc:/qml/YubiKey.qml:2 module "io.thp.pyotherside" is not installed
[1] 17017 segmentation fault result/bin/yubioath-desktop
2019-03-09 15:32:57 +01:00
markuskowa
2debad92f0
Merge pull request #56144 from callahad/digikam-media-player
...
digikam: fix media playback by adding ffmpeg to buildInputs
2019-03-09 14:15:38 +01:00
Pascal Wittmann
d20f21de9c
Merge pull request #57113 from NixOS/fix-areca-build
...
areca: fix build
2019-03-09 13:16:59 +01:00
Pascal Wittmann
13e4398683
areca: fix build
2019-03-09 12:52:34 +01:00
Maximilian Bosch
b8352653ac
Merge pull request #57098 from Infinisil/fix/sad
...
sad: Fix build
2019-03-09 12:29:39 +01:00
Pascal Wittmann
7c1ad76780
calibre: 3.39.1 -> 3.40.1
2019-03-09 12:16:36 +01:00
Ryan Mulligan
abe6ff7e8a
Merge pull request #55542 from Ekleog/ocropus-1.3.3
...
ocropus: 20170811 -> 1.3.3
2019-03-08 21:24:51 -08:00
Ryan Mulligan
5b6c5ded02
Merge pull request #55486 from demyanrogozhin/particl-0.17.1
...
particl-core: 0.17.0.2 -> 0.17.1.2
2019-03-08 21:21:40 -08:00
Silvan Mosberger
4a48f6ac98
Merge pull request #57096 from Infinisil/fix/sonata
...
sonata: Fix build
2019-03-09 03:06:13 +01:00
worldofpeace
2ef7d171f0
Merge pull request #57092 from Infinisil/fix/turses
...
turses: Fix
2019-03-08 20:27:15 -05:00
Silvan Mosberger
308dfc17ac
turses: Fix
2019-03-09 02:16:16 +01:00
Silvan Mosberger
8ca1c925c6
sad: Fix build
2019-03-09 01:07:18 +01:00
Silvan Mosberger
ba691817ca
sonata: Fix build
2019-03-09 00:30:11 +01:00
Alexandre Peyroux
10ec32a1d9
chirp: 20190206 -> 20190304 ( #56869 )
2019-03-08 23:31:15 +01:00
Frank Doepper
ed76b08906
shotcut: 18.12.23 -> 19.02.28 ( #56875 )
...
fixes build with qt 5.12, apparently
2019-03-08 23:13:33 +01:00
xaverdh
ebcfdf5eb0
xteddy: init at 2.2 ( #57057 )
2019-03-08 23:12:49 +01:00
Vincent Demeester
54cf5b4bbf
containerd: 1.2.2 -> 1.2.4 ( #56947 )
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-08 22:56:00 +01:00
Vincent Demeester
1bd0655e6d
podman: 1.1.0 -> 1.1.2 ( #56945 )
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-08 22:31:58 +01:00
Edmund Wu
128f691b87
vscode: 1.32.0 -> 1.32.1 ( #57089 )
2019-03-08 22:31:22 +01:00
Tobias Happ
4b39b04341
teamspeak_server: 3.5.1 -> 3.6.1 ( #56821 )
2019-03-08 22:09:35 +01:00
Michael Raskin
7788f714da
Merge pull request #57004 from aanderse/cmus
...
cmus: add mpris support on linux
2019-03-08 21:04:10 +00:00
Vincent Demeester
1f037a90f1
minikube: 0.30.0 -> 0.35.0 ( #56879 )
...
* minikube: 0.30.0 -> 0.34.1
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* minikube: 0.34.1 -> 0.35.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-08 22:01:53 +01:00
Sam Hug
283d9f58b4
pachyderm: 1.4.6 -> 1.8.5 ( #56916 )
2019-03-08 21:58:17 +01:00
Will Dietz
7911b288c3
trilium: 0.29.1 -> 0.30.4 ( #57056 )
...
https://github.com/zadam/trilium/releases/tag/v0.30.4
2019-03-08 21:45:41 +01:00
Niclas
3519306f46
filet: 0.1.2 -> 0.1.3 ( #57070 )
2019-03-08 21:39:47 +01:00
Silvan Mosberger
c19c542fda
Merge pull request #56753 from r-ryantm/auto-update/streamlink
...
streamlink: 0.14.2 -> 1.0.0
2019-03-08 19:05:26 +01:00
Silvan Mosberger
6f73b3360e
Merge pull request #55782 from cptMikky/master
...
claws-mail: add build dependency (libical) for vcalendar plugin
2019-03-08 16:59:27 +01:00
Dan Callahan
c80385d934
dsseries: init at 1.0.5-1
2019-03-08 15:02:22 +00:00
Jörg Thalheim
dbfb3f7f62
Merge pull request #57069 from luzpaz/gmsh4.2.1
...
gmsh: 4.1.5 -> 4.2.1
2019-03-08 11:06:43 +00:00
Jörg Thalheim
3465f3a498
Merge pull request #56926 from aaronduino/patch-2
...
protonmail-bridge: 1.1.1-1 -> 1.1.3-1
2019-03-08 10:59:54 +00:00
Jörg Thalheim
f1405f3eae
Merge pull request #55634 from erikarvstedt/im-broken
...
imagemagickBig: mark as broken
2019-03-08 10:58:01 +00:00
Jörg Thalheim
1b83302d5d
Merge pull request #57064 from Mic92/cheat
...
cheat: 2.3.1 -> 2.5.1
2019-03-08 10:53:21 +00:00
luz.paz
77cb537712
gmsh: 4.1.5 -> 4.2.1
2019-03-08 05:24:15 -05:00
Jan Tojnar
b771cdea35
almanah: init at 0.11.1
2019-03-08 11:08:16 +01:00
Michael Weiss
e84cf5edad
androidStudioPackages.beta: 3.4.0.14 -> 3.4.0.15
2019-03-08 09:11:10 +01:00
Jörg Thalheim
e9b9f056a8
cheat: 2.3.1 -> 2.5.1
2019-03-08 06:49:17 +00:00
worldofpeace
9c88a4162a
Merge pull request #57047 from eadwu/vscode/1.32.0
...
vscode: 1.31.1 -> 1.32.0
2019-03-07 17:54:39 -05:00
Niclas
12153dc4cc
filet: 0.1.1 -> 0.1.2 ( #57032 )
2019-03-07 23:34:34 +01:00
Edmund Wu
2a0d01f076
vscode: 1.31.1 -> 1.32.0
2019-03-07 16:47:45 -05:00
Aaron Andersen
906017daf5
cmus: add mpris support on linux
2019-03-07 16:27:52 -05:00
Will Dietz
f835c66393
Merge pull request #56548 from dtzWill/update/clipgrab-3.8.2-qt5
...
clipgrab: 3.7.2 -> 3.8.2, qt4 -> qt5
2019-03-07 15:13:37 -06:00
Herwig Hochleitner
4901dc4e74
Merge commit '9ae406c0749bbc7373d7422edeaf6b1b6caa0dae' of github.com:NixOS/nixpkgs into fix-chromium
...
fixes https://github.com/NixOS/nixpkgs/pull/49797
2019-03-07 20:50:13 +01:00
Jakub Fišer
af0e6f4bc4
claws-mail: add build dependency (libical) for vcalendar plugin
...
fixes #55768
2019-03-07 16:41:46 +01:00
Timo Kaufmann
e2b287b32a
maxima: remove ecl known-failures patch
...
It doesn't apply anymore since the recent update. Since the testsuite is
completely disabled now, there is little point in rebasing it.
2019-03-07 16:08:10 +01:00
markuskowa
9fd50e6955
Merge pull request #56942 from markuskowa/fix-gr-limesdr
...
gnuradio-limesdr: fix build
2019-03-07 10:58:57 +01:00
Kjuvi
40d2080534
appeditor: init at 1.1.0
...
appeditor: init at 1.1.0
appeditor: init at 1.1.0
2019-03-07 09:23:54 +01:00
Ryan Mulligan
6aa7c9d776
Merge pull request #56828 from seqizz/g_gita080
...
gitAndTools.gita: 0.7.2 -> 0.8.2
2019-03-06 21:34:27 -08:00
Silvan Mosberger
992364d34e
Merge pull request #57003 from ivan/chromium-sha256
...
chromium: fix sha256 for 72.0.3626.121
2019-03-07 05:26:03 +01:00
Ryan Mulligan
5896677b47
Merge pull request #56956 from smaret/gildas
...
gildas: 20190201_b -> 20190301_a
2019-03-06 19:28:41 -08:00
Ryan Mulligan
7434fe2b3c
Merge pull request #56870 from fgaz/zeronet/0.6.5
...
zeronet: 0.6.4 -> 0.6.5
2019-03-06 19:03:36 -08:00
Ryan Mulligan
de22967b5e
Merge pull request #56938 from buffet/update-filet
...
filet: 0.1.0 -> 0.1.1
2019-03-06 18:56:53 -08:00
Ivan Kozik
2129c6ec05
chromium: fix sha256 for 72.0.3626.121
...
The sha256 was previously unchanged from 72.0.3626.119
2019-03-07 00:37:01 +00:00
Will Dietz
d01bdbee28
notmuch: 0.28.2 -> 0.28.3
...
https://notmuchmail.org/pipermail/notmuch/2019/027481.html
2019-03-06 22:42:38 +01:00
Jan Tojnar
9735dbcbb1
pulseeffects: 4.4.7 → 4.5.5
...
https://github.com/wwmm/pulseeffects/blob/v4.5.5/CHANGELOG.md#455
2019-03-06 22:09:53 +01:00
Andreas Rammhold
2c05b5ee20
Merge pull request #56680 from andir/ipfs
...
ipfs: 0.4.18 -> 0.4.19, ipfs-cluster: 0.8.0 -> 0.9.0
2019-03-06 16:54:48 +01:00
Tim Steinbach
07fdb3b102
vivaldi-ffmpeg-codecs: 72.0.3626.121 -> 72.0.3626.122
2019-03-06 10:26:49 -05:00
Tim Steinbach
9d20f2214b
vivaldi: 2.3.1440.57-1 -> 2.3.1440.60-1
2019-03-06 10:26:49 -05:00
Matthew Bauer
5bc72b87b1
Merge pull request #52714 from furrycatherder/gitea-pam
...
gogs, gitea: add PAM support
2019-03-06 10:05:11 -05:00
Jörg Thalheim
4cb5200edc
Merge pull request #54536 from vidbina/update-ganttproject-to-2.8.9
...
Update ganttproject-bin from 2.7.2 to 2.8.10
2019-03-06 14:06:42 +00:00
David Asabina
5c3c126b65
ganttproject-bin: 2.8.9 -> 2.8.10
2019-03-06 14:36:57 +01:00
David Asabina
6932d934a2
ganttproject-bin: enable anti-aliasing by default
...
On my setup the GUI text is anti-aliased. Since I have a hi-res display
it works quite well for me but since I can imagine that other user may
not want anti-aliasing on their machines (perhaps because they have
lower-res displays) and can override the javaOptions array to control
this behavior.
2019-03-06 14:09:24 +01:00
Sébastien Maret
880d0ac9f0
gildas: 20190201_b -> 20190301_a
2019-03-06 13:56:17 +01:00
Jörg Thalheim
9b57d852af
Merge pull request #56905 from timokau/pari-fix
...
pari: fix off-by-one error
2019-03-06 11:00:07 +00:00
Markus Kowalewski
53b12891dc
gnuradio-limesdr: fix build (add pkgconfig)
2019-03-06 11:16:44 +01:00
Florian Klink
66d5e3e4d5
Merge pull request #56897 from stephengroat/patch-1
...
terraform-providers: version bumps
2019-03-06 10:44:56 +01:00