Commit graph

967 commits

Author SHA1 Message Date
R. RyanTM 92a7f5cb67 find-cursor: 1.6 -> 1.7 2021-05-18 13:41:32 +00:00
Sandro ac0496048c
Merge pull request #123040 from thiagokokada/bump-opentabletdriver
opentabletdriver: 0.5.1 -> 0.5.3.1
2021-05-17 18:55:50 +02:00
Jonathan Ringer c227fb4b17
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/tools/rust/cargo-cache/default.nix
	pkgs/development/tools/rust/cargo-embed/default.nix
	pkgs/development/tools/rust/cargo-flash/default.nix
	pkgs/servers/nosql/influxdb2/default.nix
2021-05-17 07:01:38 -07:00
Stéphan Kochen eec3738f4c hsetroot: fix darwin build 2021-05-17 00:03:12 -07:00
Jonathan Ringer d8e62d8e41
Merge remote-tracking branch 'origin/master' into staging-next
Fix cargo-flash build
2021-05-16 18:27:14 -07:00
Sandro f30367b066
Merge pull request #121893 from lourkeur/update/xpra
xpra: 4.0.6 -> 4.1.3
2021-05-17 01:07:57 +02:00
Thiago Kenji Okada d4e5bd979d opentabletdriver: 0.5.1 -> 0.5.3.1 2021-05-14 18:19:12 -03:00
Jan Tojnar ac6a4f7cf5
Merge branch 'staging-next' into staging 2021-05-14 01:40:09 +02:00
Jonas Chevalier c6b62f2381
mkShell: introduce packages argument (#122180)
The distinction between the inputs doesn't really make sense in the
mkShell context.  Technically speaking, we should be using the
nativeBuildInputs most of the time.

So in order to make this function more beginner-friendly, add "packages"
as an attribute, that maps to nativeBuildInputs.

This commit also updates all the uses in nixpkgs.
2021-05-13 19:17:29 +02:00
Jan Tojnar dd78ce1c53
Merge branch 'staging-next' into staging 2021-05-08 20:59:05 +02:00
Vladimír Čunát 080cd658ca
Merge #121780: treewide meta.maintainers tweaks 2021-05-08 10:47:08 +02:00
Jan Tojnar 468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Daniël de Kok 85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
Vladimír Čunát 73e17a3594
treewide: remove lethalman from meta.maintainers
He hasn't been heard of for years.
2021-05-07 15:36:40 +02:00
Louis Bettens c34dd57a3c xpra: 4.0.6 -> 4.1.3 2021-05-07 11:15:26 +02:00
Samuel Gräfenstein c55ef4cf0e
libstrangle: add meta.mainProgram 2021-04-29 14:59:31 +02:00
sternenseemann c8870b4625 Revert "svkbd: init at 0.2.2"
This reverts commit 5e2d683c18.

Reason for revert: svkbd is already defined in
top-level/all-packages.nix, thus this commit is causing a syntax error.
2021-04-06 00:56:13 +02:00
Nikolay Korotkiy 5e2d683c18
svkbd: init at 0.2.2 2021-03-29 00:20:41 +03:00
Ben Siraphob 7d97e284e8 treewide: remove redundant stdenv 2021-03-26 12:18:16 +07:00
Sandro 777a93a76b
Merge pull request #115547 from r-ryantm/auto-update/screen-message
screen-message: 0.25 -> 0.26
2021-03-22 01:08:27 +01:00
Sandro 2a78603f4c
Merge pull request #108869 from jakobrs/libstrangle
libstrangle: 2017-02-22 -> 0.1.1
2021-03-21 05:18:02 +01:00
Sebastian Graf 532ba32490 alttab: Enable doCheck
Consequently I had to add a few dependencies for the testsuite.
2021-03-18 19:58:05 +01:00
Sebastian Graf a8fe53907d alttab: Clarify license to GPLv3-or-later 2021-03-18 18:57:44 +01:00
R. RyanTM 22a56ecc93
alttab: 1.5.0 -> 1.6.0 (#116390) 2021-03-15 13:25:03 +01:00
R. RyanTM ed794cd654 autocutsel: 0.10.0 -> 0.10.1 2021-03-09 15:31:44 -08:00
R. RyanTM 1f91c33cb6 screen-message: 0.25 -> 0.26 2021-03-09 14:53:12 +00:00
Sandro b271820fc0
Merge pull request #110944 from bb2020/xk
xkeysnail: init at 0.4.0
2021-03-05 02:55:25 +01:00
jD91mZM2 1f86598bb7
xidlehook: 0.9.1 -> 0.10.0 (#115076) 2021-03-05 02:09:30 +01:00
bb2020 32ec300db4 xkeysnail: init at 0.4.0 2021-03-04 23:42:44 +03:00
jD91mZM2 3a6ba9ea5b
remove me as maintainer
I don't use these tools anymore, so it makes sense I shouldn't have an
opinion on PRs that change/update them. I know it's always unfortunate
losing a reviewer, but I'm not very active anymore anyway,
unfortunately. Apologies.

From now on, I'm trying not to add too many packages into nixpkgs, since
flakes are available. I guess when I first started using Nix I got
overexcited by how easy it was to contribute, so I added things for the
sake of adding things (not because I necessarily used them).
2021-03-01 12:32:20 +01:00
github-actions[bot] abe7db36a4
Merge staging-next into staging 2021-02-20 00:36:40 +00:00
Sandro 41edfe8c20
Merge pull request #113295 from siraben/cc-eq-cc 2021-02-19 19:25:41 +01:00
Ben Siraphob 223f25cf4a treewide: add targetPrefix to hardcoded references to CC=cc 2021-02-20 01:01:46 +07:00
Jan Tojnar 8f50f1ce10
Merge branch 'staging-next' into staging
Resolved the following conflicts:

- kernel flags between 09176d28a0 and 2b28822d8d
- clojure-lsp between 3fa00685ce and e03c068af5
2021-02-19 17:15:31 +01:00
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
R. RyanTM 526643e81c xkb-switch: 1.6.0 -> 1.8.5 2021-02-18 19:02:46 +00:00
Ryan Mulligan f2f7c0e3bc
Merge pull request #112563 from r-ryantm/auto-update/xwallpaper
xwallpaper: 0.6.5 -> 0.6.6
2021-02-10 17:55:31 -08:00
Peter Hoeg 118a6ad716
xsettingsd: 1.0.0 -> 1.0.2 (#112609)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-10 14:30:42 +01:00
R. RyanTM ceb56b202f xwallpaper: 0.6.5 -> 0.6.6 2021-02-09 19:21:58 +00:00
R. RyanTM d890c17a7e nx-libs: 3.5.99.25 -> 3.5.99.26 2021-02-08 00:01:49 +00:00
Connor 522574791f wmutils-core: 1.1 -> 1.5 2021-02-06 17:27:41 -05:00
Thiago Kenji Okada 4aac1c4d1a opentabletdriver: 0.5.0 -> 0.5.1 2021-02-04 11:56:57 -03:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
volth bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Kevin Cox f1d3b04c04
Merge pull request #109966 from thiagokokada/bump-opentabletdriver
opentabletdriver: 0.4.2 -> 0.5.0
2021-01-20 16:37:16 -05:00
zowoq 31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Thiago Kenji Okada 313ee6bd96 opentabletdriver: 0.4.2 -> 0.5.0 2021-01-19 14:05:48 -03:00
Thiago Kenji Okada 98873022d4 opentabletdriver: improve update.sh script
Allow it to update deb package sha256 automatically.
2021-01-19 11:41:17 -03:00
Stefan Frijters e4e6537234
xdg_utils: 1.1.3 -> unstable-2020-10-21
There has not been an official release for a long time, but
new features and fixes are available
2021-01-18 16:22:51 +01:00
Ben Siraphob d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Ben Siraphob 8dd78bb4fb treewide: fix double quoted strings in meta.description 2021-01-16 11:29:30 +07:00
Jörg Thalheim 147270c1c9
Merge pull request #109434 from siraben/pkgs-tools-stdenv
pkgs/tools: stdenv.lib -> lib
2021-01-15 10:48:18 +00:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Sandro ebd22859f2
Merge pull request #108969 from lourkeur/update/xpra 2021-01-15 10:52:16 +01:00
jakobrs b0ff7414c2 libstrangle: 2017-02-22 -> 0.1.1 2021-01-14 07:36:01 +01:00
Louis Bettens e3dac9b6b3 xpra: 4.0.2 -> 4.0.6 2021-01-11 11:05:59 +01:00
Louis Bettens a129a5e2d9 xpra: add update script 2021-01-11 11:05:53 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
github-actions[bot] 36bab113bf
Merge master into staging-next 2021-01-11 01:02:21 +00:00
Sandro c9234f3a99
Merge pull request #93917 from zaninime/openzone 2021-01-11 01:38:00 +01:00
github-actions[bot] fcbe48c797
Merge master into staging-next 2021-01-09 18:41:27 +00:00
Thiago Kenji Okada 41c50cc505 nixos/opentabletdriver: add tests 2021-01-08 14:27:40 -03:00
Francesco Zanini 50e0de1232 icon-slicer: init at 0.3 2021-01-07 22:46:40 +01:00
Jan Tojnar f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Thiago Kenji Okada 0a14936466 opentabletdriver: misc improvements
- Use install instead of cp when possible
- Add missing hooks
- Use desktopItem instead of packaging desktop file manually
2021-01-02 14:09:31 -03:00
Kevin Cox 58f3c19b78
Merge pull request #107638 from thiagokokada/opentabletdriver-init
opentabletdriver: init at 0.4.2/add module
2020-12-30 09:18:26 -05:00
Pavol Rusnak cf080616dc
Merge pull request #107579 from ewok/xkb-switch-i3
xkb-switch-i3: init at 1.8.1
2020-12-29 23:37:56 +01:00
Thiago Kenji Okada 29922fa772 opentabletdriver: init at 0.4.2 2020-12-29 10:22:58 -03:00
Artur Taranchiev d8235e3b1b xkb-switch-i3: init at 1.8.1 2020-12-27 18:42:22 +03:00
IvarWithoutBones 84e1b7f969 Revert "xwallpaper: remove libseccomp dependency" 2020-12-26 21:20:57 +01:00
R. RyanTM ba44cf1c6e ckbcomp: 1.198 -> 1.199 2020-12-08 14:50:56 +00:00
Sandro 0e76c846a8
Merge pull request #105235 from mweinelt/x11vnc
x11vnc: fix CVE-2020-29074
2020-11-28 21:29:13 +01:00
Martin Weinelt 1c414c565b
x11vnc: fix CVE-2020-29074
scan.c in x11vnc 0.9.16 uses IPC_CREAT|0777 in shmget calls, which allows
access by actors other than the current user.

Fixes: CVE-2020-29074
2020-11-28 15:58:55 +01:00
tbenst fb1f518c01 virtualgl: 2.6.2 -> 2.6.5 2020-11-26 02:36:41 -08:00
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Sandro 8b65b642b1
Merge pull request #103227 from Mazurel/master 2020-11-23 23:09:50 +01:00
Ryan Mulligan c6f7e1f9d8
Merge pull request #104243 from r-ryantm/auto-update/nx-libs
nx-libs: 3.5.99.24 -> 3.5.99.25
2020-11-20 08:59:54 -08:00
zowoq b23d2973b6 grobi: fix failing test on go 1.15 2020-11-19 20:32:44 +10:00
R. RyanTM da64a164c5 nx-libs: 3.5.99.24 -> 3.5.99.25 2020-11-19 05:53:24 +00:00
R. RyanTM 193ace7e8a ckbcomp: 1.197 -> 1.198 2020-11-18 11:10:51 -08:00
Jörg Thalheim d0925412b6
Merge pull request #95675 from erikarvstedt/fix-sdg-utils
xdg-utils: add missing dependencies
2020-11-16 16:49:00 +01:00
Mazurel 8e995109f2 devour: init at 12 2020-11-16 14:20:12 +01:00
SCOTT-HAMILTON 65bd03c8d3 hsetroot: 1.0.2 -> 1.0.5 2020-11-14 20:59:30 +01:00
Antonio Yang 7e51cfadba find-cursor: init at 1.6
Co-authored-by: Ivar <41924494+IvarWithoutBones@users.noreply.github.com>
2020-11-04 09:12:56 +08:00
Pavol Rusnak 2c931312ce treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
Ben Siraphob db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
R. RyanTM 87b4e22f0f ckbcomp: 1.196 -> 1.197 2020-10-25 09:43:14 +01:00
R. RyanTM 2dd05b3d2f wpgtk: 6.1.0 -> 6.1.3 2020-10-25 09:34:43 +01:00
Frederik Rietdijk b981eca057 Merge master into staging-next 2020-10-14 11:32:49 +02:00
Nikita Uvarov 35e0d35113
caffeine-ng: add missing dependencies, fix bin paths 2020-10-13 19:48:00 +02:00
Maximilian Bosch f5a2dd0811
nx-libs: fix build w/glibc-2.32 2020-09-12 23:04:46 +02:00
IvarWithoutBones cff6e7b161 xwallpaper: formatting fix 2020-09-07 16:36:38 +02:00
IvarWithoutBones 4008f2c6ea xwallpaper: remove libseccomp dependency 2020-09-07 16:35:47 +02:00
R. RyanTM 2102dedc0d ckbcomp: 1.195 -> 1.196 2020-08-31 16:52:57 +02:00
Silvan Mosberger b9f9cb313a
Merge pull request #85495 from bhougland18/wmutils-libwm
wmutils-libwm: init at 1.0
2020-08-24 03:46:12 +02:00
Lassulus 2df0a3e453
Merge pull request #88021 from lourkeur/fix_xpra_doublewrapping
xpra: avoid double-wrapping
2020-08-23 09:09:57 +02:00
Louis Bettens ead09d7e6e xpra: force XPRA_COMMAND 2020-08-22 22:38:10 +02:00
Lassulus 344787cf8e
Merge pull request #87983 from lourkeur/cleanup_libfakeXinerama
fakeXinerama: clean up minor issues
2020-08-22 18:45:16 +02:00
Erik Arvstedt 68559e2820
xdg-utils: add missing dependencies
- Add coreutils to PATH, because the xdg scripts use other not yet
  provided coreutils like head.
  This makes the custom 'cut' and 'sort' functions obsolete.
  Remove double quotes around $out because $out contains no Bash field separators.
- Replace all instances of 'which' with 'type -P'.
  The previous sed command only replaced instances with a leading space.
2020-08-17 13:03:54 +02:00
Will Dietz 35094fe23e dex: drop included patch 2020-08-16 13:31:36 +00:00
Will Dietz 28498f46b7 dex: 0.8.0 -> 0.9.0 2020-08-16 13:31:36 +00:00
afreakk 6f0a715ad2 grobi: 0.5.1 -> 0.6.0 2020-08-10 12:05:30 -07:00
R. RyanTM 494fcb0b76 alttab: 1.4.0 -> 1.5.0 2020-07-23 21:45:20 +00:00
Ryan Mulligan a8cca2a191
Merge pull request #92670 from r-ryantm/auto-update/xidlehook
xidlehook: 0.8.2 -> 0.9.1
2020-07-08 06:53:07 -07:00
R. RyanTM cd6b8b8da7 xidlehook: 0.8.2 -> 0.9.1 2020-07-08 00:58:31 +00:00
R. RyanTM 45af43ff0b nx-libs: 3.5.99.23 -> 3.5.99.24 2020-07-07 10:04:47 -07:00
Chuck c2228aea03 xsecurelock: Remove unused deps imagemagick, xset
imagemagick dependency went away in version 1.2.
xset dependency went away in version 1.4.
2020-07-02 15:35:14 -07:00
Lassulus b66b53e2e4
Merge pull request #87753 from IvarWithoutBones/xwallpaper
xwallpaper: init at 0.6.5
2020-06-18 14:11:01 +02:00
R. RyanTM 2c65581b4d ckbcomp: 1.194 -> 1.195 2020-06-17 11:45:37 -07:00
Graham Christensen 4b5880f015
xdg_utils: xdg-open: add $out to PATH
Otherwise, xdg-open cannot call xdg-mime and this does not work:

    "${pkgs.xdg_utils}/bin/xdg-open"
2020-06-17 08:27:55 -04:00
zowoq 78e324d272 treewide: ffmpeg_4 -> ffmpeg 2020-06-16 18:23:14 -07:00
Michael Lingelbach e5b7f1325c xpra: 3.0.9 -> 4.0.2 2020-06-08 17:52:18 -07:00
Jaka Hudoklin fd9d37e271
Merge pull request #87985 from lourkeur/fix_85694
xpra: fix #85694
2020-06-03 14:37:35 +00:00
OPNA2608 2fe1574410 alttab: fix malformed enableParallelBuilding 2020-06-03 10:01:47 +02:00
Niklas Hambüchen cbe940e730
Merge pull request #89054 from r-ryantm/auto-update/xbindkeys
xbindkeys: 1.8.6 -> 1.8.7
2020-06-03 02:03:51 +02:00
R. RyanTM 2c3ed60f71 xbanish: 1.6 -> 1.7 2020-06-02 12:47:11 -07:00
R. RyanTM f8abadf30f xbindkeys: 1.8.6 -> 1.8.7 2020-05-27 21:52:52 +00:00
R. RyanTM b2e5c9c77b xlayoutdisplay: 1.1.1 -> 1.1.2 2020-05-27 20:33:36 +00:00
Ivar 4ef9eed224 xwallpaper: init at 0.6.5 2020-05-19 15:38:23 +02:00
Louis Bettens 8e5f5a54f2 xpra: avoid double-wrapping
Per manual: https://nixos.org/nixpkgs/manual/#ssec-gnome-common-issues
2020-05-17 17:04:29 +02:00
Louis Bettens 4459844e79 xpra: fix #41106 2020-05-17 16:32:55 +02:00
Mario Rodas d7c0d31429
Merge pull request #87995 from IvarWithoutBones/ksuperkey
ksuperkey: git-2015-07-21 -> 0.4
2020-05-16 20:30:02 -05:00
Ivar a57176cab4 ksuperkey: git-2015-07-21 -> 0.4 2020-05-17 03:01:34 +02:00
Louis Bettens 3573aef274 libfakeXinerama: remove deprecated pattern per #28910 2020-05-16 23:15:09 +02:00
Louis Bettens 15002bf1fb libfakeXinerama: fix dangling symlinks 2020-05-16 23:15:07 +02:00
Louis Bettens 8b92f678f9 xpra: fix #85694 2020-05-16 23:00:21 +02:00
R. RyanTM f88792c828 wpgtk: 6.0.13 -> 6.1.0 2020-05-12 22:16:13 -07:00
R. RyanTM 057383bbcc xpra: 3.0.8 -> 3.0.9 2020-05-12 22:13:06 -07:00
Benjamin Hougland e33ffee6c7 wmutils-libwm: init at 1.0 2020-04-18 08:40:58 -04:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM f7b0d0e4f0 xpra: 3.0.7 -> 3.0.8 2020-04-08 00:44:34 +00:00
Frederik Rietdijk 92124ed660 Merge master into staging-next 2020-04-03 21:54:40 +02:00
Jaka Hudoklin 439d97eb97 xpra: set correct module paths for xorg.conf 2020-03-31 13:30:26 +07:00
Jaka Hudoklin af418c4356 xpra: use xf86videodummy from xorg 2020-03-31 13:29:46 +07:00
Frederik Rietdijk 46ec52f329 buildPython*: use pname 2020-03-30 17:07:41 +02:00
Jörg Thalheim b4567fb004
Merge pull request #82682 from Mic92/xidlehook
xidlehook: 0.8.0 -> 0.8.2
2020-03-28 11:37:44 +00:00
Jörg Thalheim cc9389e76f
xidlehook: 0.8.0 -> 0.8.2 2020-03-28 08:04:39 +00:00
R. RyanTM 06b4333891 xpra: 3.0.6 -> 3.0.7 2020-03-20 23:41:31 -07:00
R. RyanTM 8bbae030b3
xob: 0.1.1 -> 0.2 (#82246) 2020-03-10 16:03:10 +01:00
Frederik Rietdijk 188c3a4d03 Merge staging-next into staging 2020-03-06 07:09:30 +01:00
Felix Tenley efc1e24565 vdpauinfo: 1.0 -> 1.3 2020-03-06 07:01:06 +01:00
R. RyanTM 98968b1854 wpgtk: 6.0.12 -> 6.0.13 2020-03-05 15:20:47 -08:00
GRBurst 35feac339b xcwd: 2016-09-30 -> 2019-05-09 2020-02-27 17:38:53 +01:00
Benno Fünfstück 4ca87c08a2 xprintidle-ng: simplify gnulib usage 2020-02-23 19:17:03 +01:00
Benjamin Hipple 9917c35480 xidlehook: fix build by migrating off legacy fetchCargo
Currently broken; see #79975 for details. Would also be fixed by #80153
eventually, but since we want to upgrade either way we might as well do so now.

https://hydra.nixos.org/job/nixpkgs/trunk/xidlehook.x86_64-linux
2020-02-15 19:06:53 -05:00
Daniel Schaefer 9b57092c19
Merge pull request #80108 from r-ryantm/auto-update/xpra
xpra: 3.0.5 -> 3.0.6
2020-02-15 22:53:15 +01:00
R. RyanTM c17c998000 xpra: 3.0.5 -> 3.0.6 2020-02-14 11:06:33 +00:00
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
R. RyanTM 186f71dcf9 nx-libs: 3.5.99.22 -> 3.5.99.23 2020-02-10 18:04:04 +01:00
R. RyanTM 9ea7d35d29 wpgtk: 6.0.11 -> 6.0.12 2020-02-06 20:14:45 +01:00
Markus S. Wamser 55d3b6b1b1 xpra: 2.5.3 -> 3.0.5
Closes #78707.
2020-01-28 23:39:58 +01:00
Frederik Rietdijk dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
petercommand 37539e18a5 xmousepasteblock: init at 1.0 2020-01-26 04:00:57 +01:00
worldofpeace d165c28984
Merge pull request #77923 from Synthetica9/version-formats
various: fix version formatting
2020-01-17 14:04:19 -05:00
Florian Klink 61dc31d25d
Merge pull request #77920 from r-ryantm/auto-update/xsecurelock
xsecurelock: 1.6.0 -> 1.7.0
2020-01-17 18:06:02 +01:00
Frederik Rietdijk bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
Ryan Mulligan 7ed93fc8b9
Merge pull request #77876 from r-ryantm/auto-update/jumpapp
jumpapp: 1.0 -> 1.1
2020-01-17 05:53:51 -08:00
R. RyanTM f9bf683062 xsecurelock: 1.6.0 -> 1.7.0 2020-01-17 12:37:14 +00:00
Will Dietz 8572179033 xlayoutdisplay: 1.1.0 -> 1.1.1 2020-01-17 12:33:08 +00:00
R. RyanTM 3f2c224ff1 jumpapp: 1.0 -> 1.1 2020-01-17 07:32:17 +00:00
Patrick Hilhorst 57d90bd04c
xcape: correctly format version 2020-01-16 20:09:18 +01:00
Anders Kaseorg 3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
Robin Gloster 313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Robin Gloster 65395a7105
treewide: installTargets is a list 2019-12-30 13:29:27 +01:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
R. RyanTM 1635c6916e xsecurelock: 1.5.1 -> 1.6.0 (#76478) 2019-12-26 14:03:03 +00:00
Franz Pletz fda130af71
Merge pull request #75474 from chkno/xsecurelock-no-longer-needs-xset-path-fixed
xsecurelock: Remove obsolete path fix
2019-12-15 22:10:55 +00:00
Marek Fajkus 7406c0af98
services.xserver.imwheel: add module 2019-12-13 18:19:29 +01:00
worldofpeace 5027d9f9e2 oblogout: remove
The repo is archived.
https://github.com/nikdoof/oblogout
2019-12-10 22:40:18 -05:00
worldofpeace 865b203471 winswitch: remove 2019-12-10 22:38:19 -05:00
Chuck 5b28e2251a xsecurelock: Remove obsolete path fix
helpers/saver_blank became trivial in xsecurelock commit
d4a817ae5e071540a1b11825908dd91a8697591a, which first appeared
in release 1.4.0.
2019-12-10 18:00:18 -08:00
Mateusz Kowalczyk 1451a52a38 Remove myself (fuuzetsu) from maintainer lists
I haven't been doing any maintenance for a long time now and not only
do I get notified, it also creates a fake impression that all these
packages had at least one maintainer when in practice they had none.
2019-12-05 16:29:48 +09:00
R. RyanTM 5b6d23004f ckbcomp: 1.193 -> 1.194
(#74135)
2019-11-25 23:01:31 +01:00
Dima 74cd007ad7 xidlehook: 0.7.1 -> 0.8.0 2019-11-23 13:31:40 +01:00
davidak bc1a40983f xzoom: fix version 2019-11-17 22:56:27 +01:00
Daniel Schaefer 6b9390f253 dragon-drop: 1.1.0 -> 1.1.1
Fixes segfault which would make the program unusable.
2019-11-14 22:25:40 +01:00
symphorien 40f1983f95 caffeine-ng: fix paths in desktop files
(#73123)
2019-11-11 23:37:58 +01:00
R. RyanTM 049c47c6f6 wpgtk: 6.0.9 -> 6.0.11 2019-11-03 19:59:50 +01:00
Sebastian Ullrich 1e2ae6d818 xdg-utils: fix reference to mimetype
Before this change, xdg-open would impurely look up mimetype in the PATH. While
it would fall back to file if not found, mimetype gives decidedly better output
(e.g. text/csv instead of just text/plain).
2019-11-01 15:38:49 +01:00
Michael Weiss b60a1b6cfd xob: init at 0.1.1 2019-10-28 16:56:43 +01:00
rnhmjoj dc00cee526 x11spice: init at 2019-08-20 2019-10-23 15:36:44 +02:00
davidak 49945b95d0 xzoom: fix version 2019-10-21 14:57:35 +02:00
Jan Tojnar 6c8aed6391
Merge branch 'master' into staging-next 2019-10-12 00:50:21 +02:00
Linus Heckemann 5aa4b19946 treewide: mark some broken packages as broken
Refs:
e6754980264fe927320d5ff2dbd24ca4fac9a160
1e9cc5b9844ef603fe160e9f671178f96200774f
793a2fe1e8bb886ca2096c5904e1193dc3268b6d
c19cf65261639f749012454932a532aa7c681e4b
f6544d618f30fae0bc4798c4387a8c7c9c047a7c
2019-10-08 17:14:26 +02:00
Jan Tojnar b3fcd9375d
Merge branch 'master' into staging-next 2019-10-03 01:47:08 +02:00
Mario Rodas cbf29876cf
Merge pull request #70016 from r-ryantm/auto-update/xsecurelock
xsecurelock: 1.4.0 -> 1.5.1
2019-09-29 12:42:52 -05:00
R. RyanTM 114584fe6f xsecurelock: 1.4.0 -> 1.5.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/xsecurelock/versions
2019-09-29 04:56:36 -07:00
R. RyanTM 305e48b045 xidlehook: 0.7.0 -> 0.7.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/xidlehook/versions
2019-09-29 03:07:29 -07:00
Frederik Rietdijk 503081fa5b Merge staging into staging-next 2019-09-29 11:05:22 +02:00
Ryan Mulligan 6abaaf3311
Merge pull request #69695 from r-ryantm/auto-update/nx-libs
nx-libs: 3.5.99.21 -> 3.5.99.22
2019-09-28 11:13:24 -07:00
R. RyanTM a913e749db nx-libs: 3.5.99.21 -> 3.5.99.22
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nx-libs/versions
2019-09-27 13:37:13 -07:00
Bjørn Forsman e584eba7f8 xdg-utils: add missing perl dependencies
Or else `xdg-screensaver suspend <WINDOW_ID>` fails with errors like:

  Can't locate Net/DBus.pm in @INC [...]

This increases the closure of xdg-utils from 53 MiB to 119 MiB.

(The issue was found when testing retroarch.)
2019-09-26 08:11:32 +02:00
worldofpeace b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Jan Tojnar cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Jan Tojnar ed54a5b51d
Merge branch 'gtk-no-plus' 2019-09-06 02:57:51 +02:00
Jan Tojnar 72e7d569a7
tree-wide: s/GTK+/GTK/g
GTK was renamed.
2019-09-06 02:54:53 +02:00
Marcial Gaißert d64cdba5b4
caffeine-ng: move setuptools_scm dependency to buildInputs
setuptools_scm is only needed during build, not whilst using the package.
2019-09-05 17:44:55 +02:00