about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
AgeCommit message (Collapse)AuthorFilesLines
2023-03-04phosh: add tomfitzhenry@ as maintainerTom Fitzhenry1-1/+1
2023-02-27weston: fix cross-compilationMika Tammi1-0/+1
Signed-off-by: Mika Tammi <mika.tammi@unikie.com>
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin6-6/+6
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-02-22treewide: use toString on list NIX_CFLAGS_COMPILEArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-20Merge pull request #216999 from OPNA2608/update/miriwayNick Cao1-12/+3
miriway: Bump, link to upstream issue for VM test problem
2023-02-18Merge pull request #216418 from atorres1985-contrib/katriawmGuillaume Girol1-8/+8
katriawm: 21.09 -> 22.12
2023-02-18miriway: unstable-2022-12-18 -> unstable-2023-02-18OPNA26081-12/+3
2023-02-15Merge pull request #215709 from adamcstephens/river/0.2.4Thiago Kenji Okada1-2/+2
river: 0.2.3 -> 0.2.4
2023-02-14katriawm: 21.09 -> 22.12Anderson Torres1-8/+8
2023-02-14Merge pull request #214996 from Stunkymonkey/optionalString-1Felix Bühler1-2/+2
treewide: use optionalString
2023-02-13Merge pull request #216050 from hesiod/sway-1.8.1Michael Weiss1-2/+2
sway: 1.8 -> 1.8.1
2023-02-13treewide: use optionalStringFelix Buehler1-2/+2
2023-02-12sway: 1.8 -> 1.8.1Tobias Markus1-2/+2
Release notes: https://github.com/swaywm/sway/releases/tag/1.8.1
2023-02-11Merge master into staging-nextgithub-actions[bot]1-3/+3
2023-02-10river: 0.2.3 -> 0.2.4Adam Stephens1-2/+2
2023-02-06swaylock: 1.7 -> 1.7.2Jan van Brügge1-3/+3
2023-02-05treewide: another round of gcc12 fixupsVladimír Čunát1-0/+4
2023-02-04Merge pull request #212199 from OPNA2608/init/miriwayNick Cao1-0/+80
miriway: init at unstable-2022-12-18
2023-02-04nixos/miriway: add testOPNA26081-0/+4
2023-02-01river: 0.2.1 -> 0.2.3Erik Rodriguez1-3/+4
2023-01-31Merge pull request #213733 from yanganto/leftwmMario Rodas2-4/+30
leftwm: 0.4.0 -> 0.4.1
2023-01-31leftwm: 0.4.0 -> 0.4.1Antonio Yang2-4/+30
2023-01-31Merge pull request #213696 from r-ryantm/auto-update/icewmAnderson Torres1-2/+2
icewm: 3.3.0 -> 3.3.1
2023-01-31icewm: 3.3.0 -> 3.3.1R. Ryantm1-2/+2
2023-01-30Merge pull request #212600 from atorres1985-contrib/dwlAnderson Torres1-35/+35
dwl: 0.3.1 -> 0.4
2023-01-29labwc: 0.6.0 -> 0.6.1Anderson Torres1-4/+5
2023-01-29pekwm: add changelogAnderson Torres1-7/+8
And a cosmetic rewrite.
2023-01-29pekwm: 0.2.1 -> 0.3.0R. Ryantm1-2/+2
2023-01-28dwl: 0.3.1 -> 0.4Anderson Torres1-35/+35
And a meta.changelog.
2023-01-28Merge pull request #213019 from r-ryantm/auto-update/swayest-workstyleNick Cao1-3/+3
swayest-workstyle: 1.3.0 -> 1.3.2
2023-01-27herbstluftwm: fix hang during testsThibaut Marty1-2/+1
Fixes #212470 Incidentally, font-related tests now work
2023-01-27swayest-workstyle: 1.3.0 -> 1.3.2R. Ryantm1-3/+3
2023-01-27Merge pull request #212857 from r-ryantm/auto-update/wmfocusWeijia Wang1-3/+3
wmfocus: 1.3.0 -> 1.4.0
2023-01-27Merge pull request #212046 from oati/patch-3Nick Cao1-2/+2
swaylock-effects: 1.6.10 -> 1.6.11
2023-01-26wmfocus: 1.3.0 -> 1.4.0R. Ryantm1-3/+3
2023-01-22Merge pull request #192197 from amjoseph-nixpkgs/pr/system/isSystemdFlorian Klink2-3/+2
treewide: systemdSupport: use lib.meta.availableOn
2023-01-22Merge pull request #211877 from uninsane/pr/phosh-0.23.0Jonas Heinrich2-7/+21
phosh: 0.22.0 -> 0.23.0
2023-01-22treewide: systemdSupport: use lib.meta.availableOnAdam Joseph2-3/+2
Many packages have some kind of flag indicating whether or not to build with systemd support. Most of these default to `stdenv.isLinux`, but systemd does not build on (and is marked `broken` for) `isStatic`. Only a few packages have the needed `&& !isStatic` in the default value for their parameter. This commit moves the logic for the default value of these flags into `systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using `lib.meta.availableOn`. This provides three benefits: 1. The default values are set correctly (i.e. including `&& isStatic`) 2. The default values are set consistently 3. The way is paved for any future non-Linux systemd platforms (FreeBSD is reported to have experimental systemd support)
2023-01-22swaylock-effects: 1.6.10 -> 1.6.11Erin Kim1-2/+2
2023-01-22miriway: init at unstable-2022-12-18OPNA26081-0/+76
2023-01-22Merge pull request #212002 from mothsART/feature/replace_http_by_httpsWeijia Wang2-2/+2
treewide: replace http by https when https is a permanent redirection
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie2-2/+2
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol3-3/+3
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2023-01-21phosh-mobile-settings: 0.21.1 -> 0.23.1colin1-3/+9
also added `updateScript` to ease future updates: ```sh $ nix-shell maintainers/scripts/update.nix --argstr package phosh-mobile-settings ``` changelog: <https://gitlab.gnome.org/guidog/phosh-mobile-settings/-/blob/v0.23.1/debian/changelog> abbreviated changelog (included inline below): <https://gitlab.gnome.org/guidog/phosh-mobile-settings/-/blob/v0.23.1/NEWS> > phosh-mobile-settings 0.23.1 > ---------------------------- > Released: Junary 2023 > * Fix enabling plugins > > phosh-mobile-settings 0.23.0 > ---------------------------- > Released: December 2022 > * Allow lockscreen plugins to have preferences > > phosh-mobile-settings 0.22.0 > ---------------------------- > Released: September 2022 > * Avoid flicker on startup > * Minor fixes > * Sync version with phosh > * Contributors: > Guido Günther
2023-01-21phosh: 0.22.0 -> 0.23.0colin1-4/+12
also added `updateScript` to ease future updates: ```sh $ nix-shell maintainers/scripts/update.nix --argstr package phosh ``` changelog: <https://gitlab.gnome.org/World/Phosh/phosh/-/blob/v0.23.0/debian/changelog> abbreviated changelog (included inline below): <https://gitlab.gnome.org/World/Phosh/phosh/-/blob/v0.23.0/NEWS> > phosh 0.23.0 > ------------ > Released December 2022 > * New lockscreen plugin for personal/emergency information > * Allow plugins to have UI to set preferences > * Ease creating plugin by better examples, improved helpers > and less duplication. > * Switch docs to gi-docgen
2023-01-19fvwm3: 1.0.5 -> 1.0.6aR. Ryantm1-2/+2
2023-01-15Merge pull request #210957 from Ma27/rm-ma27-from-packages-i-dont-use-anymoreMaximilian Bosch2-2/+2
treewide: remove myself (ma27) as maintainer from a bunch of pkgs I don't use anymore
2023-01-15treewide: remove myself (ma27) as maintainer from a bunch of pkgs I don't ↵Maximilian Bosch2-2/+2
use anymore
2023-01-12river: 0.2.0 -> 0.2.1Adam Stephens1-3/+3
2023-01-08Merge pull request #209686 from aacebedo/aacebedo/swayconsSandro1-0/+26