summaryrefslogtreecommitdiff
path: root/pkgs/applications/window-managers (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' Jörg Thalheim2024-07-296-6/+6
* treewide: remove viric from meta.maintainers [no orphans]•••Since theey is not active from at least six years. Anderson Torres2024-07-281-1/+1
* Merge remote-tracking branch 'origin/master' into staging-next•••Conflicts: - pkgs/applications/graphics/seamly2d/default.nix Martin Weinelt2024-07-263-4/+1
|\
| * Merge pull request #328741 from Sigmanificient/remove-unused-arguments-pkgs-app•••pkgs/applications: remove unused argumentsAleksana2024-07-262-3/+0
| |\
| | * pkgs/applications: remove unused argumentsSigmanificient2024-07-263-4/+1
| * | treewide: remove unused lib (and other) argumentsSigmanificient2024-07-261-1/+1
* | | Merge remote-tracking branch 'origin/master' into staging-nextK9002024-07-261-4/+4
|\| |
| * | ragnarwm: remove overuse of `with lib;`Sigmanificient2024-07-261-4/+4
* | | Merge master into staging-nextgithub-actions[bot]2024-07-252-13/+31
|\| |
| * | i3: add test-only deps to buildInputs only when testing is enabled•••This may fix the build on Darwin (the `xvfb-run` package, which is required only to run the testsuite, is Linux-only since #123097, and the “proper solution” mentioned in that PR was not implemented). Apparently someone cared about building `i3` on Darwin at the time of #6135. Sergey Vlasov2024-07-231-0/+1
| * | i3: enable the testsuite on all Linux platforms•••The testsuite can run only on Linux, because it requires `xvfb-run`, which is not available on non-Linux platforms; however, it should not be limited just to `x86_64-linux`. The conditional setting of `checkPhase` was introduced in #6135, because at that time the `checkPhase` script referred to `${xdummy}`, and that kind of reference would break evaluation if the specified package was not available; the current version of the `checkPhase` script does not refer to any package paths directly, therefore the condition is no longer needed and can be removed. Sergey Vlasov2024-07-231-3/+3
| * | i3-rounded: disable testsuite•••Some tests in the `i3-rounded` fork are failing; disable the testsuite to allow the package to build as before. Sergey Vlasov2024-07-231-0/+3
| * | i3: make postPatch work for older forks too•••The `i3-rounded` package is derived from `i3`, but uses some old fork of `i3` which does not have the `318-i3-dmenu-desktop.t` testcase. Make the code in `postPatch` check whether that testcase is actually present, so that the build of `i3-rounded` does not fail. Sergey Vlasov2024-07-231-2/+4
| * | i3: add more dependencies used by tests•••Some tests in the i3 testsuite are silently skipped if the dependencies required to run those tests are missing. The problematic dependencies turned out to be `xdotool`, `xorg.setxkbmap`, `xorg.xrandr`, `which` (the latter is used to verify the presence of some tools). Add those dependencies to `buildInputs`, so that all tests would be run. Ideally such missing dependencies should be detected as test failures, but it's hard to implement, because missing tools result just in `skip` marks in the test log, and there are some tests which are skipped for other reasons (e.g., tests which were written before the expected behavior is actually implemented in i3). Sergey Vlasov2024-07-231-2/+2
| * | i3: fix and reenable testsuite•••The `checkPhase` script was stale and needed to be rewritten for the new version of i3 (paths are different now, and `complete-run.pl` now invokes `xvfb-run` internally). The code to check the log file for errors might be unneeded for the new version (`complete-run.pl` seems to return a non-zero exit code correctly on errors), but is left to catch any possible regressions in the test runner behavior. Also the `318-i3-dmenu-desktop.t` testcase was failing, because that testcase was creating a temporary Perl script intended to shadow the real `i3-msg` executable, but the `#!/usr/bin/env perl` shebang in that script did not work in the build environment; this problem was not really obvious, because `system('i3-msg', $cmd)` silently continued to search for the `i3-msg` executable further in `$PATH` and launched the real binary instead of the replacement script. The problematic shebang needed to be replaced manually, because `patchShebangs` handles only real shebangs on the first line of each executable file. Sergey Vlasov2024-07-231-9/+21
| |/
* | Merge branch 'master' into staging-nextArtturin2024-07-221-44/+52
|\|
| * xdg-desktop-portal-hyprland: nixfmt-rfc-style, updateScript•••add changelog cleanup John Titor2024-07-221-33/+50
| * xdg-desktop-portal-hyprland: 1.3.2 -> 1.3.3Lin Xianyi2024-07-221-11/+2
* | Merge staging-next into staginggithub-actions[bot]2024-07-181-3/+3
|\|
| * miriway: 0-unstable-2024-06-13 -> 0-unstable-2024-07-17R. Ryantm2024-07-181-3/+3
* | Merge branch 'staging-next' into stagingWeijia Wang2024-07-171-2/+2
|\|
| * fix: restore xorgserver dep to herbstluftwmjasper-at-windswept2024-07-171-2/+2
* | Merge staging-next into staginggithub-actions[bot]2024-07-161-62/+0
|\|
| * i3pystatus: move to by-name•••Signed-off-by: lucasew <lucas59356@gmail.com> lucasew2024-07-151-62/+0
* | Merge branch 'staging-next' into stagingVladimír Čunát2024-07-145-5/+5
|\|
| * treewide: sha256 -> hash attribute for pypi fetchersaleksana2024-07-142-2/+2
| * treewide: fix uses of `repo = finalAttrs.pname`éclairevoyant2024-07-123-3/+3
* | Merge branch 'staging-next' into stagingJan Tojnar2024-07-121-1/+1
|\|
| * Merge pull request #324539 from atorres1985-contrib/remove-vrthra•••treewide: remove vrthra, cpages and lovek323 from meta.maintainers❄️2024-07-121-1/+1
| |\
| | * treewide: remove vrthra from meta.maintainers [all orphans]•••Tracking issue: https://github.com/NixOS/nixpkgs/issues/290642 Inactive since 2017 Anderson Torres2024-07-071-1/+1
* | | Merge branch 'master' into stagingVladimír Čunát2024-07-111-3/+3
|\| |
| * | Merge pull request #325400 from r-ryantm/auto-update/jay•••jay: 1.3.0 -> 1.4.0Nick Cao2024-07-101-3/+3
| |\ \
| | * | jay: 1.3.0 -> 1.4.0R. Ryantm2024-07-081-3/+3
* | | | Merge remote-tracking branch 'origin/staging-next' into staging•••Conflicts: - pkgs/applications/misc/blender/default.nix - pkgs/development/web/nodejs/nodejs.nix Martin Weinelt2024-07-118-1/+243
|\| | |
| * | | Merge pull request #325572 from donovanglover/hyprgrass•••hyprlandPlugins.hyprgrass: init at 0.7.0, wf-touch: init at 0-unstable-2021-03-19Masum Reza2024-07-102-0/+48
| |\ \ \
| | * | | hyprlandPlugins.hyprgrass: init at 0.7.0Donovan Glover2024-07-102-0/+48
| * | | | Merge pull request #325386 from donovanglover/hycov•••hyprlandPlugins.hycov: init at 0.41.2.1Masum Reza2024-07-102-0/+33
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | hyprlandPlugins.hycov: init at 0.41.2.1Donovan Glover2024-07-092-0/+33
| * | | | Merge pull request #325389 from donovanglover/hyprscroller•••hyprlandPlugins.hyprscroller: init at 0-unstable-2024-07-04Masum Reza2024-07-092-0/+42
| |\ \ \ \
| | * | | | hyprlandPlugins.hyprscroller: init at 0-unstable-2024-07-04Donovan Glover2024-07-092-0/+42
| | |/ / /
| * | | | Merge pull request #325738 from Enzime/drop/Enzime•••maintainers: remove EnzimeEmily Trau2024-07-091-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | treewide: remove EnzimeMichael Hoang2024-07-091-1/+1
| * | | | Merge pull request #325321 from donovanglover/hyprspace•••hyprlandPlugins.hyprspace: init at 0-unstable-2024-06-17Masum Reza2024-07-092-0/+45
| |\ \ \ \
| | * | | | hyprlandPlugins.hyprspace: init at 0-unstable-2024-06-17Donovan Glover2024-07-082-0/+45
| | |/ / /
| * / / / hyprlandPlugins.hypr-dynamic-cursors: init at 0-unstable-2024-07-06Donovan Glover2024-07-082-0/+38
| |/ / /
| * | | Merge pull request #325387 from donovanglover/hyprfocus•••hyprlandPlugins.hyprfocus: init at 0-unstable-2024-05-30Masum Reza2024-07-082-0/+36
| |\ \ \
| | * | | hyprlandPlugins.hyprfocus: init at 0-unstable-2024-05-30Donovan Glover2024-07-072-0/+36
| | | |/ | | |/|
* | | | Merge branch 'staging-next' into stagingVladimír Čunát2024-07-082-2/+12
|\| | |
| * | | Merge pull request #325084 from mjoerg/xdg-desktop-portal-hyprland-fix-compil...•••xdg-desktop-portal-hyprland: add patch for compilation with pipewire 1.2.0Jörg Thalheim2024-07-071-0/+10
| |\ \ \ | | |/ / | |/| |
| | * | xdg-desktop-portal-hyprland: add patch for compilation with pipewire 1.2.0Martin Joerg2024-07-061-0/+10
| | |/