Commit graph

50283 commits

Author SHA1 Message Date
Sandro 3e96635e90
Merge pull request #106361 from SFrijters/maestral-1.3 2020-12-11 07:06:16 +01:00
con-f-use 5c0b0f33e4
mcomix3: manpage location, app icon (#105450)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-11 06:47:20 +01:00
Sandro 6304650805
Merge pull request #106139 from austinbutler/zile-2.6.0.90
zile: 2.4.14 -> 2.6.0.90
2020-12-11 06:34:54 +01:00
Sandro 2c0f6135aa
Merge pull request #104510 from markus1189/rehex-0.3.1 2020-12-11 05:27:27 +01:00
Orivej Desh 2341270330 claws-mail-gtk3: 3.17.5 -> 3.99.0 2020-12-11 02:18:51 +00:00
Mario Rodas 565bff8b1b
Merge pull request #106562 from r-ryantm/auto-update/dumb-init
dumb-init: 1.2.3 -> 1.2.4
2020-12-10 21:08:20 -05:00
Mario Rodas a12f4b08c3
Merge pull request #106540 from marsam/update-flexget
flexget: 3.1.71 -> 3.1.91
2020-12-10 21:07:24 -05:00
Mario Rodas deada83a84
Merge pull request #106573 from r-ryantm/auto-update/go-chromecast
go-chromecast: 0.2.5 -> 0.2.6
2020-12-10 21:05:30 -05:00
adisbladis a8d8f916f2
Merge pull request #106607 from alyssais/emacs-broken
emacsPackages: mark some packages as broken
2020-12-11 00:29:33 +01:00
adisbladis a9fe36cd0b
Merge pull request #106547 from alyssais/siteVersionDir
emacs: fix siteVersionDir path
2020-12-11 00:19:21 +01:00
adisbladis 09e349206d
Merge pull request #106486 from alyssais/emacsWithPackages
emacsWithPackages: EMACSLOADPATH correctness fixes
2020-12-11 00:08:59 +01:00
Ryan Mulligan 904b2bde0e
Merge pull request #106583 from r-ryantm/auto-update/istioctl
istioctl: 1.8.0 -> 1.8.1
2020-12-10 15:05:07 -08:00
Alyssa Ross 23d4bfb666
emacsWithPackages: don't tell sub-Emacs about pkgs
If I'm running an Emacs executable from emacsWithPackages as my main
programming environment, and I'm hacking on Emacs, or the Emacs
packaging in Nixpkgs, or whatever, I don't want the Emacs packages
from the wrapper to show up in the load path of that child Emacs.  It
results in differing behaviour depending on whether the child Emacs is
run from Emacs or from, for example, an external terminal emulator,
which is very surprising.

To avoid this, pass another environment variable containing the
wrapper site-lisp path, and use that value to remove the corresponding
entry in EMACSLOADPATH, so it won't be propagated to child Emacsen.
2020-12-10 22:52:31 +00:00
Alyssa Ross 609843b478
emacsPackages.sql-presto: mark broken 2020-12-10 21:22:04 +00:00
Alyssa Ross 322ee87a10
emacsPackages.per-buffer-theme: mark broken 2020-12-10 21:22:03 +00:00
Alyssa Ross 75bd468468
emacsPackages.instapaper: mark broken 2020-12-10 21:22:01 +00:00
Alyssa Ross 183364f96f
emacsPackages.melancholy-theme: mark broken 2020-12-10 21:21:59 +00:00
Alyssa Ross 4300a94d2f
emacsPackages.magit-stgit: mark broken 2020-12-10 21:21:05 +00:00
Jörg Thalheim f8e50c3058
Merge pull request #106564 from Mic92/bomi
bomi: remove
2020-12-10 21:00:41 +00:00
R. RyanTM 9dd8d11c31 istioctl: 1.8.0 -> 1.8.1 2020-12-10 18:18:56 +00:00
R. RyanTM 8e3c875879 go-chromecast: 0.2.5 -> 0.2.6 2020-12-10 16:56:04 +00:00
Michael Weiss 4ea2b2129e
chromiumBeta: 88.0.4324.27 -> 88.0.4324.41 2020-12-10 17:43:52 +01:00
Jörg Thalheim 3897fd61ea
bomi: remove 2020-12-10 16:25:23 +01:00
R. RyanTM 4cddb0930d dumb-init: 1.2.3 -> 1.2.4 2020-12-10 15:01:17 +00:00
Nick Hu 0ed76c77ac
Merge pull request #106552 from siraben/rmapi-update
rmapi: 0.0.12 -> 0.0.13
2020-12-10 14:42:23 +00:00
Pavol Rusnak 1183f62e9f
Merge pull request #106459 from prusnak/electrum
electrum: 4.0.6 -> 4.0.7
2020-12-10 14:59:08 +01:00
Ben Siraphob a1ea6571c2 rmapi: 0.0.12 -> 0.0.13 2020-12-10 20:10:27 +07:00
Anderson Torres 4c5b28bd8a
Merge pull request #106303 from con-f-use/mpv_umpv_desktop
mpv: umpv desktop file
2020-12-10 10:04:18 -03:00
Alyssa Ross 755670f5e4
emacs: fix siteVersionDir path
siteVersionDir isn't a full path, it's just the name of the version
directory entry in $out/share/emacs, e.g. "27.1", so since
d1b0eef9b5 ("emacs: Don't use interpolation for version"), we've been
trying to remove a non-existent directory.  This would have been
caught if we hadn't been giving -f to rm unnecessarily, because -f
suppresses errors.  As well as fixing the path, I've removed the -f
from rm.  Doing this to the line above as well revealed that rm-ing
$out/var was no longer necessary, since nothing has been put there
since ac23a7c459 ("emacs: 25.3 → 26.1") -- it would now only be
created if we set the --with-gameuser configure option, which we
don't.
2020-12-10 12:19:14 +00:00
Mario Rodas 1f65211aa3
Merge pull request #106537 from r-ryantm/auto-update/argocd
argocd: 1.7.10 -> 1.8.1
2020-12-10 06:30:07 -05:00
Mario Rodas cc9c82074e
Merge pull request #106373 from marsam/drop-terraform_0_11
terraform_0_11: drop
2020-12-10 06:20:44 -05:00
Mario Rodas d5b75f9c49
Merge pull request #106491 from eduardosm/diffpdf
diffpdf: fix icon
2020-12-10 06:05:30 -05:00
R. RyanTM e6fc44c84f argocd: 1.7.10 -> 1.8.1 2020-12-10 10:57:41 +00:00
zowoq 820e450810 cni-plugins: 0.8.7 -> 0.9.0
https://github.com/containernetworking/plugins/releases/tag/v0.9.0
2020-12-10 18:53:12 +10:00
Mario Rodas fd25a49ca9 flexget: 3.1.71 -> 3.1.91 2020-12-10 04:20:00 +00:00
Sandro bb2a4ea8af
Merge pull request #106418 from jonringer/bump-nomad-master
nomad_0_11: 0.11.6 -> 0.11.7
2020-12-10 02:39:27 +01:00
Mario Rodas dbf381e7a4
Merge pull request #106372 from marsam/update-terraform_0_14
terraform_0_14: 0.14.0 -> 0.14.2
2020-12-09 18:54:34 -05:00
Alyssa Ross f493e62643 emacsPackages.melpa-packages: 2020-12-09 2020-12-09 22:57:49 +00:00
Alyssa Ross 33ee2f22c6 emacsPackages.org-packages: 2020-12-09 2020-12-09 22:57:49 +00:00
Alyssa Ross a43c6fc025 emacsPackages.elpa-packages: 2020-12-09 2020-12-09 22:57:49 +00:00
Michael Alan Dorman e3d8f4278a feedparser: keep 5.2.1 available for python-2.7 2020-12-09 14:02:39 -08:00
Sandro f37e7aeb8f
Merge pull request #106438 from eduardosm/milkytracker
milkytracker: install .desktop, .appdata and icon files
2020-12-09 22:58:24 +01:00
Sandro da95c4d5b9
Merge pull request #106442 from taku0/flashplayer-32.0.0.465
flashplayer: 32.0.0.453 -> 32.0.0.465
2020-12-09 22:58:07 +01:00
Eduardo Sánchez Muñoz 5456ab02d9 diffpdf: fix icon
Installing an icon file in `share/icons` (and not a subdirectory) prevents GNOME from display the icon.

The icon is now installed only in `share/pixmaps`.
2020-12-09 22:43:53 +01:00
Niklaus Giger d955d0ad33
eclipses: add Eclipse IDE for RCP and RAP developers 2020-12-09 22:40:49 +01:00
Doron Behar bed81aefe2
Merge pull request #97207 from r-ryantm/auto-update/node-problem-detector
node-problem-detector: 0.8.3 -> 0.8.4
2020-12-09 22:28:35 +02:00
Florian Klink 02e058ed09
Merge pull request #106423 from euank/k3s-update-1.19.4
k3s: 1.19.2+k3s1 -> 1.19.4+k3s2
2020-12-09 21:14:32 +01:00
Florian Klink c2756603f5
Merge pull request #101739 from euank/k3s-seccomp-dep
k3s: propagate runtime dependencies of the k3s binary
2020-12-09 21:10:26 +01:00
Pavol Rusnak 16b38b0782
electrum: 4.0.6 -> 4.0.7
this release also fixes compatibility with dnspython 2.x,
so we can drop the overrides

also cryptography is required instead of pycryptodomex
(which is required only for tests now) and ecdsa dependency
is dropped completely
2020-12-09 21:02:10 +01:00
Sandro 2789f6de63
Merge pull request #105065 from SuperSandro2000/qtox-darwin 2020-12-09 20:42:54 +01:00