202163 Commits

Author SHA1 Message Date
Elis Hirwing
ee16c546a4
transifex-client: Fix build
We have updated python-slugify to 4.0.0 (or newer) which broke the
build. This has happened several times before without actually
breaking the software.

So yeah, lets just accept newer versions and fix it if it breaks for
some other reason in the future.
2019-11-01 07:54:31 +01:00
Vincent Laporte
d1ee1bd06a ocamlPackages.ecaml: init at 0.12.0 2019-11-01 06:54:04 +00:00
xrelkd
940263f96e eksctl: 0.7.0 -> 0.8.0 2019-11-01 13:38:55 +08:00
Austin Seipp
53a7ae0185
foundationdb: no clang, use default gcc
These options should be experimental, and I'm keeping them off for now.
This also avoids any ABI concerns between libraries, too.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-11-01 00:36:31 -05:00
Austin Seipp
462d2b73c2
foundationdb61: 6.1.10 -> 6.1.12
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-11-01 00:36:27 -05:00
Peter Hoeg
d936b17d14 nixos/displaylink: write out required xorg.conf fragment
Invoke xrandr to actually connect the device.

Additionally, we let systemd create the logs directory and use our module loader
instead of handling it manually.
2019-11-01 13:06:28 +08:00
Peter Hoeg
198fdd98fb linuxPackages.evdi: 1.6.2 -> 1.6.3
This works with kernel 5.3.x
2019-11-01 12:46:59 +08:00
Jan Tojnar
70c0c48970
Merge branch 'staging-next' into staging 2019-11-01 02:58:40 +01:00
Jan Tojnar
372964dd29
Merge branch 'master' into staging-next 2019-11-01 02:58:07 +01:00
Mario Rodas
d901b961a9
Merge pull request #72286 from marsam/update-rubocop
rubocop: 0.75.0 -> 0.76.0
2019-10-31 20:42:06 -05:00
Niklas Hambüchen
73c71dd870
Merge pull request #70973 from nh2/meshlab-20190129-master
meshlab: 20180627-beta -> 20190129-beta
2019-11-01 02:29:31 +01:00
Jan Tojnar
dafa543bf8
gnome-doc-utils: do not propagate Python
That breaks packages that rely on Python like itstool does.

https://github.com/NixOS/nixpkgs/pull/72342#issuecomment-548250501
2019-11-01 02:26:58 +01:00
Jan Tojnar
ad1f06f79c
itstool: 2.0.2 -> 2.0.6 (#72342)
itstool: 2.0.2 -> 2.0.6
2019-11-01 02:26:08 +01:00
worldofpeace
0bc0bb92c8 pantheon.elementary-icon-theme: 5.0.4 -> 5.1.0
https://github.com/elementary/icons/releases/tag/5.1.0
2019-10-31 21:15:54 -04:00
worldofpeace
88cf0bf272 pantheon: proper aliases 2019-10-31 21:15:54 -04:00
worldofpeace
cbe5ea3a82 pantheon.elementary-calendar: 2019-09-17 -> 2019-10-29 2019-10-31 21:15:54 -04:00
worldofpeace
c959de53bc pantheon.gala: 2019-07-21 -> 2019-10-31
50694796d4...0f0724c97a
2019-10-31 21:15:54 -04:00
worldofpeace
8901fab9ff pantheon.switchboard-plug-security-privacy: 2.2.1 -> 2.2.2
https://github.com/elementary/switchboard-plug-security-privacy/releases/tag/2.2.2
2019-10-31 21:15:54 -04:00
worldofpeace
e094c1be6e pantheon.wingpanel-indicator-datetime: 2.1.3 -> 2.2.0
https://github.com/elementary/wingpanel-indicator-datetime/releases/tag/2.2.0
2019-10-31 21:15:53 -04:00
worldofpeace
162e348e81 pantheon.wingpanel: 2.2.5 -> 2.2.6
https://github.com/elementary/wingpanel/releases/tag/2.2.6
2019-10-31 21:15:53 -04:00
worldofpeace
f278d6f0da pantheon.elementary-greeter: 5.0 -> 5.0.1
https://github.com/elementary/greeter/releases/tag/5.0.1
2019-10-31 21:15:53 -04:00
worldofpeace
0de6642b5e pantheon.switchboard-plug-bluetooth: 2.2.2 -> 2.3.0
https://github.com/elementary/switchboard-plug-bluetooth/releases/tag/2.3.0
2019-10-31 21:15:53 -04:00
worldofpeace
5bb5c188c4 pantheon.updateScript: always use github api
Unfortunately elementary has suddenly decided to add ${version}-debian
tags into the mix which ls-remote will always sort last. I believe these tags
point to the deb-packaging branches in the repo's which we certainly
don't ever want to use as they contain no source.
2019-10-31 21:15:53 -04:00
worldofpeace
7a4ea26f2e vala-lint: init at 2019-10-11 2019-10-31 21:15:53 -04:00
worldofpeace
03b61c02db pantheon.sideload: init at 1.0.0 2019-10-31 21:15:53 -04:00
worldofpeace
ce5ccf8b44 pantheon.appcenter: init at 3.2.0 2019-10-31 21:15:53 -04:00
worldofpeace
feda399909 accountsservice: fix vendor extensions
Fixes #72396.

The interface org.freedesktop.DisplayManager.AccountsService
should now exist. This also actually fixes #45059.
2019-10-31 20:46:03 -04:00
Chuck
c0cecd0e60 python3Packages.libxml2: Patch to work around python3 + utf-8 itstool crash
1. Gnumeric has unbalanced XML tags in its doc translations.
2. itstool's XML error handler tries to print this error with context.
3. libxml2's context snipper treats the data as bytes, not UTF-8.
4. python3Packages.libxml2 casts the context to a UTF-8 Python string.
5. itstool dereferences a null pointer.

This patch intervenes at #4.

In https://bugzilla.gnome.org/show_bug.cgi?id=789714#c4 , upstream
suggests that intervening at #3 would be better -- that each of the four
copies of xmlParserPrintFileContextInternal() have four additional UTF-8
problems, one of which is that the caret indicator ought to count
"unicode characters" not bytes.  But to position a caret correctly, a
character count is not sufficient -- this would need to use icu's BiDi
logic (with fallback to doing something wrong when libxml2 is configured
not to use icu) -- which makes a 'correct' fix a much larger project
than this simple band-aid.
2019-10-31 17:30:33 -07:00
Tadeo Kondrak
1c1424af99
vapoursynth: R47.2 -> R48 2019-10-31 18:09:37 -06:00
Florian Klink
2f92befaf3
Merge pull request #72379 from talyz/gitlab-12.4.1
gitlab: 12.4.0 -> 12.4.1
2019-11-01 00:25:56 +01:00
WilliButz
09f823dc83
prometheus-postgres-exporter: 0.6.0 -> 0.7.0, run tests 2019-10-31 23:52:16 +01:00
worldofpeace
ea910c7b83 pantheon.wingpanel-indicator-*: drop needless deps
Like wrapGAppsHook and elementary-icon-theme.
These don't provide executables.
2019-10-31 18:36:16 -04:00
worldofpeace
efd72bf015 pantheon.switchboard-plug-display: 2.1.8 -> 2.1.9
https://github.com/elementary/switchboard-plug-display/releases/tag/2.1.9
2019-10-31 18:36:16 -04:00
worldofpeace
99add435c3 pantheon.elementary-camera: 1.0.4 -> 1.0.5
https://github.com/elementary/camera/releases/tag/1.0.5
2019-10-31 18:36:16 -04:00
worldofpeace
9f7e64b218 pantheon.elementary-files: 4.1.9 -> 4.2.0
* libcloudproviders support

https://github.com/elementary/files/releases/tag/4.2.0
2019-10-31 18:36:16 -04:00
Maximilian Bosch
8a0fdf0011
Merge pull request #72195 from Ma27/package-fzf-zsh
fzf-zsh: init at unstable-2019-09-09
2019-10-31 23:32:02 +01:00
Kevin Cox
e12df0e9ce
Merge pull request #71122 from NixOS/kevincox-oa_ded
Make oa_ded link as well as openarena.
2019-10-31 22:26:41 +00:00
Marek Mahut
fb5130d79a
Merge pull request #72387 from risicle/ris-jhead-CVE-2019-1010301-1010302
jhead: add patches for CVE-2019-1010301, CVE-2019-1010302
2019-10-31 23:24:34 +01:00
Kevin Cox
6b61d85a9d
Merge branch 'master' into kevincox-oa_ded 2019-10-31 22:22:34 +00:00
Nick Partridge
4d54c9e368 rPackages.glmnet: Add missing dependency
Fixes the error:
    ld: library not found for -liconv
2019-11-01 08:14:25 +10:00
worldofpeace
6d5d104700 pantheon.switchboard-plug-datetime: 2.1.5 -> 2.1.6
* drop clock-format.patch
2019-10-31 17:29:00 -04:00
worldofpeace
f329f86c50 pantheon.wingpanel-indicator-datetime: don't try to wrap 2019-10-31 17:29:00 -04:00
worldofpeace
4f5bbdbf5d pantheon.wingpanel-indicator-datetime: drop clock-format ptach 2019-10-31 17:29:00 -04:00
worldofpeace
451c9d835f pantheon.granite: 5.2.3 -> 5.2.5
Drop patch for ️ gsettings dep.
2019-10-31 17:29:00 -04:00
worldofpeace
96f72ebe93 pantheon.switchboard-plug-about: 2.5.2 -> 2.6.0
* depends on elementary-feedback

* don't need to override pkgconfig anymore
  b513ee2e1c

* drop remove-update-button.patch
  The button isn't added if appcenter isn't installed now.

https://github.com/elementary/switchboard-plug-about/releases/tag/2.6.0
2019-10-31 17:29:00 -04:00
worldofpeace
2975e8482b pantheon.elementary-onboarding: init at 1.0.1 2019-10-31 17:29:00 -04:00
worldofpeace
f0383c3a03 pantheon.elementary-feedback: init at 1.0 2019-10-31 17:29:00 -04:00
worldofpeace
32ea6fc185 pantheon.wingpanel-applications-menu: 2.4.3 -> 2.4.4
https://github.com/elementary/applications-menu/releases/tag/2.4.4
2019-10-31 17:29:00 -04:00
Renaud
17574594e2
libguestfs-appliance: 1.38.0 -> 1.40.1 2019-10-31 22:13:58 +01:00
Bas van Dijk
d6cf06b950 tracecmd: 2.8.3 -> 2.9-dev & kernelshark: 0.9.8 -> 1.1.0 2019-10-31 16:07:39 -05:00