R. RyanTM
ed794cd654
autocutsel: 0.10.0 -> 0.10.1
2021-03-09 15:31:44 -08: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
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