summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/X11
AgeCommit message (Collapse)Author
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-20Merge pull request #109966 from thiagokokada/bump-opentabletdriverKevin Cox
opentabletdriver: 0.4.2 -> 0.5.0
2021-01-20treewide: editorconfig fixeszowoq
- remove trailing whitespace - use spaces for indentation
2021-01-19opentabletdriver: 0.4.2 -> 0.5.0Thiago Kenji Okada
2021-01-19opentabletdriver: improve update.sh scriptThiago Kenji Okada
Allow it to update deb package sha256 automatically.
2021-01-18xdg_utils: 1.1.3 -> unstable-2020-10-21Stefan Frijters
There has not been an official release for a long time, but new features and fixes are available
2021-01-17pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob
2021-01-16treewide: stdenv.lib -> libBen Siraphob
2021-01-16treewide: fix double quoted strings in meta.descriptionBen Siraphob
2021-01-15Merge pull request #109434 from siraben/pkgs-tools-stdenvJörg Thalheim
pkgs/tools: stdenv.lib -> lib
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob
2021-01-15Merge pull request #108969 from lourkeur/update/xpraSandro
2021-01-11xpra: 4.0.2 -> 4.0.6Louis Bettens
2021-01-11xpra: add update scriptLouis Bettens
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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-11Merge master into staging-nextgithub-actions[bot]
2021-01-11Merge pull request #93917 from zaninime/openzoneSandro
2021-01-09Merge master into staging-nextgithub-actions[bot]
2021-01-08nixos/opentabletdriver: add testsThiago Kenji Okada
2021-01-07icon-slicer: init at 0.3Francesco Zanini
2021-01-07Merge branch 'master' into staging-nextJan Tojnar
https://github.com/NixOS/nixpkgs/commit/b04fc593e7b55fe1f74421b11589f12a339c92e2 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob
2021-01-02opentabletdriver: misc improvementsThiago Kenji Okada
- Use install instead of cp when possible - Add missing hooks - Use desktopItem instead of packaging desktop file manually
2020-12-30Merge pull request #107638 from thiagokokada/opentabletdriver-initKevin Cox
opentabletdriver: init at 0.4.2/add module
2020-12-29Merge pull request #107579 from ewok/xkb-switch-i3Pavol Rusnak
xkb-switch-i3: init at 1.8.1
2020-12-29opentabletdriver: init at 0.4.2Thiago Kenji Okada
2020-12-27xkb-switch-i3: init at 1.8.1Artur Taranchiev
2020-12-26Revert "xwallpaper: remove libseccomp dependency"IvarWithoutBones
2020-12-08ckbcomp: 1.198 -> 1.199R. RyanTM
2020-11-28Merge pull request #105235 from mweinelt/x11vncSandro
x11vnc: fix CVE-2020-29074
2020-11-28x11vnc: fix CVE-2020-29074Martin Weinelt
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-26virtualgl: 2.6.2 -> 2.6.5tbenst
2020-11-24utillinux: rename to util-linuxGraham Christensen
2020-11-23Merge pull request #103227 from Mazurel/masterSandro
2020-11-20Merge pull request #104243 from r-ryantm/auto-update/nx-libsRyan Mulligan
nx-libs: 3.5.99.24 -> 3.5.99.25
2020-11-19grobi: fix failing test on go 1.15zowoq
2020-11-19nx-libs: 3.5.99.24 -> 3.5.99.25R. RyanTM
2020-11-18ckbcomp: 1.197 -> 1.198R. RyanTM
2020-11-16Merge pull request #95675 from erikarvstedt/fix-sdg-utilsJörg Thalheim
xdg-utils: add missing dependencies
2020-11-16devour: init at 12Mazurel
2020-11-14hsetroot: 1.0.2 -> 1.0.5SCOTT-HAMILTON
2020-11-04find-cursor: init at 1.6Antonio Yang
Co-authored-by: Ivar <41924494+IvarWithoutBones@users.noreply.github.com>
2020-11-01treewide: simplify rev/repo arguments in srcPavol Rusnak
+ use fetchFromGithub where possible
2020-10-27treewide: remove package names from prefix of descriptionsBen Siraphob
2020-10-25ckbcomp: 1.196 -> 1.197R. RyanTM
2020-10-25wpgtk: 6.1.0 -> 6.1.3R. RyanTM
2020-10-14Merge master into staging-nextFrederik Rietdijk
2020-10-13caffeine-ng: add missing dependencies, fix bin pathsNikita Uvarov
2020-09-12nx-libs: fix build w/glibc-2.32Maximilian Bosch