Commit graph

1967 commits

Author SHA1 Message Date
Andrew Marshall 95f001206f sway: Disable strictDeps for wrapper
strictDeps breaks `withGtkWrapper` as, it seems, the setup hook does not
run and `GSETTINGS_SCHEMA_PATH` does not get set so `XDG_DATA_DIRS` is
not updated. Probably other things are broken by it as well. See also
probably related https://github.com/NixOS/nixpkgs/issues/56943
(mentioned from `doc/languages-frameworks/gnome.section.md`).

This partially reverts commit da4707d636.
2022-06-05 10:17:41 -04:00
Aaron Jheng c53e1cc674
btops: remove 2022-06-04 12:28:32 +00:00
Mars b67d16e7ad
i3-rounded: init at 4.20.1 (#174215)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-05-30 17:51:38 +02:00
Janne Heß bfc5086ae9
Merge pull request #173671 from Mindavi/treewide/broken-zhf
treewide: start marking packages broken
2022-05-30 14:10:43 +02:00
Rick van Schijndel 433701147a
treewide: pkgs/applications: mark broken for aarch64-linux 2022-05-30 13:42:58 +02:00
Sergei Trofimovich 64756b041d
Merge pull request #172992 from trofi/fix-fno-common-for-awesome
awesome: pull upstream fix for -fno-common toolchains
2022-05-29 15:51:06 +00:00
José Romildo 02aa3bff8c jwm: reformat 2022-05-29 11:36:50 -03:00
José Romildo ea4692000b jwm: add update script 2022-05-29 11:33:09 -03:00
José Romildo 889c8592d5 jwm: 2.4.1 -> 2.4.2 2022-05-29 11:29:11 -03:00
Yuri A. Martinez Falcão 41a3ed669b qtile: added dbus-next as a dependency
Qtile has been moving to use dbus-next instead of dbus-python. Some widgets needs dbus-next to be able to run.
2022-05-27 11:47:36 +02:00
Sergei Trofimovich 4b87c6e605
Merge pull request #173121 from trofi/fix-fno-common-for-i3lock-blur
i3lock-blur: pull patch pending upstream inclusion for -fno-common to…
2022-05-27 08:04:21 +00:00
Sandro b8188dabc2
Merge pull request #173469 from trofi/workaround-fno-common-for-yeahwm
yeahwm: add -fcommon workaround
2022-05-19 19:08:35 +02:00
Sergei Trofimovich 8d8d1103f9 yeahwm: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: screen.o:(.bss+0x40): multiple definition of `fg'; client.o:(.bss+0x40): first defined here
2022-05-18 08:13:36 +01:00
Sergei Trofimovich 3286faa7e5 matchbox: pull upstream fix fo -fno-common toolchains
Without thce change build fails on upstream gcc-10 as:

    ld: mbtheme.o:/build/matchbox-window-manager-1.2/src/structs.h:229: multiple definition of
      `MBAtomEnum'; main.o:/build/matchbox-window-manager-1.2/src/structs.h:229: first defined here
2022-05-17 16:57:10 +01:00
Sergei Trofimovich 1838712a15 i3lock-blur: pull patch pending upstream inclusion for -fno-common toolchain support
Without the change build on upstream gcc-10 fals as:

    ld: i3lock-unlock_indicator.o:/build/source/x86_64-pc-linux-gnu/../../source/unlock_indicator.c:39:
      multiple definition of `input_position'; i3lock-i3lock.o:/build/source/x86_64-pc-linux-gnu/../../source/i3lock.c:73: first defined here
2022-05-15 10:40:32 +01:00
AndersonTorres 23fcb9a8e2 oroborus: fix URL 2022-05-14 18:45:35 -03:00
Sergei Trofimovich 6595bdb30e awesome: pull upstream fix for -fno-common toolchains
Without the change build fails as:

    ld: CMakeFiles/awesome.dir/objects/window.c.o:/build/source/build/common/lualib.h:31:
      multiple definition of `lualib_dofunction_on_error';
        CMakeFiles/awesome.dir/awesome.c.o:/build/source/build/common/lualib.h:31: first defined here
2022-05-14 09:11:30 +01:00
Thiago Kenji Okada eae1669de5
Merge pull request #171836 from ncfavier/escape-wrapper-args
Fix wrapper arguments escaping
2022-05-12 21:55:06 +01:00
Naïm Favier 78f3ef31e7
i3blocks-gaps: fix wrapper arguments escaping 2022-05-12 20:32:53 +02:00
Maximilian Bosch 8df19f6483
Merge pull request #172159 from Ma27/bump-swaylock-effects
swaylock-effects: 1.6-3 -> unstable-2021-10-21
2022-05-10 12:06:50 +02:00
Maximilian Bosch 7fe4f29d68
swaylock-effects: 1.6-3 -> unstable-2021-10-21
To remain in sync with upstream `swaywm/swaylock`. Fixes a few issues
including:

* Ability to use `--screenshot`.
* No more inverse colors.
2022-05-09 12:01:30 +02:00
Sandro 78cc0998e3
Merge pull request #172093 from Artturin/fixes1 2022-05-09 00:31:53 +02:00
Artturin da4707d636 window-managers/sway: enable strictDeps
verified with https://github.com/Artturin/diffing/
2022-05-08 23:56:15 +03:00
Artturin 56bd1c58b5 swaylock: enable strictDeps and pull patch to fix cross 2022-05-08 23:48:19 +03:00
Sergei Trofimovich ff9c57fbed wmfs: fix build on -fno-common toolchain
Without the change build fails on -fno-common tollchains as:

    $ nix build --impure --expr 'with import ~/nm {}; wmfs.override { stdenv = clang13Stdenv; }'
    ...
    ld: src/log.o:(.bss+0x0): multiple definition of `W'; src/barwin.o:(.bss+0x0): first defined here
    ld: src/wmfs.o:(.bss+0x0): multiple definition of `W'; src/barwin.o:(.bss+0x0): first defined here
    ld: src/wmfs.o:(.bss+0x10): multiple definition of `event_handle'; src/client.o:(.bss+0x10): first defined here
2022-05-06 19:02:39 +01:00
github-actions[bot] 4490401513
Merge master into staging-next 2022-04-26 18:01:11 +00:00
Sandro 34c7bd6d18
Merge pull request #170259 from armeenm/bump-wmii 2022-04-26 16:48:40 +02:00
Armeen Mahdian ec2c6af0f1 wmii: hg-2012-12-09 -> unstable-2022-04-04 2022-04-26 07:06:43 -05:00
Vladimír Čunát ad8197eb43
Merge branch 'master' into staging-next 2022-04-25 23:11:18 +02:00
Ryan Mulligan 6f95a75dfa
Merge pull request #167374 from r-ryantm/auto-update/phosh
phosh: 0.16.0 -> 0.17.0
2022-04-25 11:10:12 -07:00
github-actions[bot] 6a14b5834e
Merge master into staging-next 2022-04-25 00:02:35 +00:00
Maximilian Bosch 0cf5df6fa5 i3status-rust: 0.21.9 -> 0.21.10
ChangeLog: https://github.com/greshake/i3status-rust/blob/v0.21.10/NEWS.md#i3status-rust-02110-not-released
2022-04-24 14:14:15 -04:00
Artturi 785373a76f
Merge pull request #166605 from siraben/remove-redundant-stdenv 2022-04-22 20:25:38 +03:00
Ivan Jager f27893f48f swaylock-effects: fix the build (mismatched-dealloc error)
../main.c:1670:25: error: 'free' called on pointer returned from a mismatched allocation function [-Werror=mismatched-dealloc]

See https://github.com/swaywm/swaylock/issues/198
2022-04-21 06:51:39 -05:00
Artturi 9cfe4c2c4e
Merge pull request #168907 from ThibautMarty/herbstluftwm-0.9.4
herbstluftwm: 0.9.3 -> 0.9.4
2022-04-19 05:21:52 +03:00
Ben Siraphob 259fa13d53 treewide: remove nativeBuildInputs that are in stdenv 2022-04-16 21:46:46 +03:00
Thibaut Marty 632e170e3f herbstluftwm: 0.9.3 -> 0.9.4 2022-04-16 12:12:59 +02:00
github-actions[bot] 01b0aa0bc6
Merge staging-next into staging 2022-04-09 06:01:47 +00:00
R. Ryantm 07ef761ff0 i3status-rust: 0.21.8 -> 0.21.9 2022-04-08 23:01:22 -04:00
zowoq 3a70d5dc83 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/compilers/go/2-dev.nix
2022-04-07 22:12:13 +10:00
Emery Hemingway cd001748be swayidle: fix printf for i686 2022-04-07 08:34:51 +02:00
github-actions[bot] a5b67b42a4
Merge staging-next into staging 2022-04-06 06:01:49 +00:00
R. Ryantm 8fde5025c3 phosh: 0.16.0 -> 0.17.0 2022-04-05 16:56:57 +00:00
xrelkd 29c80c3058
berry: 0.1.10 -> 0.1.11 2022-04-05 22:59:35 +08:00
Martin Weinelt f95a3d1140 Merge remote-tracking branch 'origin/staging-next' into staging 2022-04-04 00:46:25 +02:00
ajs124 7f05ada11a clfswm: remove after being marked broken for over two years
It was marked in commit 9ae0e6633e by Joachim Fasting on 2016-03-18 (commited on 2016-03-19)
2022-04-03 16:14:13 +01:00
Bernardo Meurer cc83bad887
afterstep: binutils 2.37 fix
Co-authored-by: TredwellGit <tredwell@tutanota.com>
2022-03-28 18:50:07 -07:00
Sandro 2522ff9c46
Merge pull request #165742 from zhaofengli/phosh-0.16.0 2022-03-27 20:15:50 +02:00
Sandro c04df1d1ce
Merge pull request #165433 from chvp/bump-qtile 2022-03-27 15:48:55 +02:00
Jan Tojnar 7d2ded8c0f gnome-desktop: Move into top-level 2022-03-25 15:01:21 +01:00
Zhaofeng Li 856a298580 phosh: 0.15.0 -> 0.16.0 2022-03-24 23:28:56 -07:00
davidak 6ea8d5ee71
Merge pull request #165297 from Stunkymonkey/treewide-pname-version-17
treewide: rename name to pname&version
2022-03-24 16:38:33 +01:00
Felix Buehler 3bc5196252 treewide: rename name to pname&version 2022-03-23 22:55:50 +01:00
Charlotte Van Petegem 32567e9078
qtile: 0.20.0 -> 0.21.0 2022-03-23 12:02:08 +01:00
R. Ryantm 6d41c4ba70 i3wsr: 2.1.0 -> 2.1.1 2022-03-22 14:37:21 -04:00
Sandro 4348e36456
Merge pull request #164248 from Stunkymonkey/treewide-fetchFromGitHub-2 2022-03-22 02:13:45 +01:00
R. Ryantm ba39a493b7 i3wsr: 2.0.1 -> 2.1.0 2022-03-20 15:36:30 -04:00
Maximilian Bosch 8dcbc6dff3
i3status-rust: 0.21.7 -> 0.21.8
ChangeLog: https://github.com/greshake/i3status-rust/blob/v0.21.8/NEWS.md#i3status-rust-0218
2022-03-17 09:34:05 +01:00
Felix Buehler b5d1310056 btops: switch to fetchFromGitHub 2022-03-16 23:23:09 +01:00
R. Ryantm 6791b47737 i3status-rust: 0.21.6 -> 0.21.7 2022-03-15 15:22:57 -04:00
Anderson Torres 96a57c02c3
Merge pull request #163232 from AndersonTorres/new-misc
A bunch of small updates
2022-03-13 11:38:49 -03:00
Bernardo Meurer 1b15c8da6c
swaybg: 1.1 -> 1.1.1 2022-03-11 11:47:16 -08:00
Jonathan Ringer 55102a3972 qtile: fix meta, version, pname 2022-03-09 14:36:49 -08:00
AndersonTorres 9a4f967173 labwc: 0.4.0 -> 0.5.0 2022-03-09 12:05:29 -03:00
AndersonTorres 25c6d1efc4 icewm: 2.9.4 -> 2.9.6 2022-03-09 12:05:29 -03:00
AndersonTorres 8a27980392 berry: small edit 2022-03-09 12:05:29 -03:00
Adam Joseph 72473ff070 sway: use a more-accurate default for trayEnabled
This commit implements @primeos's suggestion here:

  https://github.com/NixOS/nixpkgs/pull/160972#pullrequestreview-901069355
2022-03-08 18:42:01 -08:00
Nick Cao e091b04977 swaylock: 1.5 -> 1.6 2022-03-08 05:11:30 +00:00
AndersonTorres 15996eaa0a berry: 0.1.9 -> 0.1.10 2022-03-07 10:20:53 -03:00
Adam Joseph c7a7acb034
sway: respect systemdSupport and dbusSupport (#160972)
Sway can be compiled with or without systemd(-logind) and dbus.  This
commit exposes that support via the global systemdSupport and
dbusSupport arguments, which are understood by many other nixpkgs
expressions and can be set globally in ~/.config/nixpkgs/config.nix.

This commit also adds a third argument, trayEnabled, which allows to
disable sway's tray.  The tray requires dbusSupport and
systemdSupport.

Reviewers of this commit asked for potential use cases.  There are
many of them; a very non-exhaustive list includes:

* Use of nixpkgs on operating systems which systemd does not support,
  such as MacOS/Darwin, FreeBSD, OpenBSD, or Alpine Linux.

* Use of nixpkgs on *-musl platforms, which systemd does not
  officially support (out-of-tree patches to support musl exist for a
  few systemd versions).

* Use of sway in situations where dbus is inappropriate, such as
  sway's "kiosk mode".

* High-security environments, where the additional attack surface
  exposed by dbus outweighs any features it may offer.

This is a very non-exhaustive list.
2022-03-06 13:39:31 +01:00
Artturi 52e51bec8a
Merge pull request #160971 from a-m-joseph/swayidle-honor-systemdSupport 2022-03-06 06:36:09 +02:00
Kevin Cox aa58db21c6
Merge pull request #160352 from IvarWithoutBones/init/i3-swallow
i3-swallow: init at unstable-2022-02-19
2022-02-28 19:28:22 -05:00
R. Ryantm 0432d5f1da jwm: 2.4.0 -> 2.4.1 2022-02-28 08:37:42 +00:00
K900 cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Adam Joseph db997037d7 swayidle: honor systemdSupport
This commit exposes support for compilation without systemd,
controlled by the global systemdSupport argument.  This argument is
understood by many other nixpkgs expressions and can be set globally
in ~/.config/nixpkgs/config.nix.
2022-02-23 14:33:29 -08:00
Renaud d8233c111e
Merge pull request #160314 from r-ryantm/auto-update/python3.9-i3-balance-workspace
i3-balance-workspace: 1.8.5 -> 1.8.6
2022-02-23 08:34:49 +01:00
R. RyanTM e0d35ba801
i3status-rust: 0.21.5 -> 0.21.6
* i3status-rust: 0.21.5 -> 0.21.6 (#161061)
and use SPDX3 license identifier

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-22 23:11:35 +01:00
Ivar Scholten cd721e5755 i3-swallow: init at unstable-2022-02-19 2022-02-22 17:12:03 +01:00
Mario Rodas 65c8149cb1
Merge pull request #159388 from r-ryantm/auto-update/leftwm
leftwm: 0.2.10 -> 0.2.11
2022-02-19 16:00:17 -05:00
Maximilian Bosch 611bfc3117
Merge pull request #159503 from r-ryantm/auto-update/i3status-rust
i3status-rust: 0.21.4 -> 0.21.5
2022-02-19 20:27:44 +01:00
R. Ryantm a6571e03de i3-balance-workspace: 1.8.5 -> 1.8.6 2022-02-16 11:03:57 +00:00
R. Ryantm fdb4267874 picom: 9 -> 9.1 2022-02-14 03:45:58 +00:00
R. Ryantm 30f7ea8077 dwm-status: 1.7.2 -> 1.7.3 2022-02-12 20:59:19 -08:00
Joel 7951311643 qtile: restore restart patch
Fixes #139568
2022-02-12 08:36:43 -08:00
R. Ryantm 4d6afda215 i3status-rust: 0.21.4 -> 0.21.5 2022-02-12 10:41:27 +00:00
R. Ryantm a43d3fd128 leftwm: 0.2.10 -> 0.2.11 2022-02-12 00:57:35 +00:00
Jan Tojnar 3df1ab6324
Merge pull request #157124 from zhaofengli/phosh-0.15.0
phosh: 0.14.1 -> 0.15.0, phoc: 0.11.0 -> 0.12.0
2022-02-09 23:49:10 +01:00
fortuneteller2k 743ea6e70d river: 0.1.2 -> 0.1.3 2022-02-06 17:11:54 -08:00
Thiago Kenji Okada 7aa0bd3a3a
Merge pull request #158386 from 06kellyjac/picom
picom: 8.2 -> 9, picom-next: unstable-2021-11-19 -> unstable-2022-02-05
2022-02-06 21:16:04 -03:00
06kellyjac 4a07f24237 picom-next: unstable-2021-11-19 -> unstable-2022-02-05 2022-02-06 18:32:41 +00:00
06kellyjac 6afd95743e picom: 8.2 -> 9 2022-02-06 18:27:09 +00:00
Renaud 0532c0fcd8 icewm: update homepage 2022-02-06 15:10:53 +01:00
Michael Weiss b83fb95b30
Merge pull request #151302 from primeos/weston
weston: 9.0.0 -> 10.0.0
2022-02-04 23:12:49 +01:00
Michael Weiss b7404f6d94
weston: 9.0.0 -> 10.0.0
Release announcement:
https://lists.freedesktop.org/archives/wayland-devel/2022-February/042103.html

Note: weston-launch was deprecated and is now disabled by default.
2022-02-04 22:40:34 +01:00
Michael Weiss 2cff8bed2f
labwc: Fix the build with wlroots 0.15.1 2022-02-04 21:27:02 +01:00
Yurii Matsiuk 3994e8f9f0
i3status-rust: add missing iproute and iw 2022-02-02 17:40:50 +01:00
Maximilian Bosch d45c061918
i3status-rust: 0.21.2 -> 0.21.4
ChangeLog: https://github.com/greshake/i3status-rust/blob/v0.21.4/NEWS.md#i3status-rust-0214
2022-02-01 21:08:01 +01:00
Anderson Torres f77378e875
Merge pull request #157593 from AndersonTorres/new-misc
dwl: 0.2.1 -> 0.2.2
2022-01-31 23:11:37 -03:00
AndersonTorres 611555aeea dwl: 0.2.1 -> 0.2.2
Now with new wlroots!
2022-01-31 18:51:36 -03:00
Jonathan Ringer a0688e9280 spectrwm: make build src name independent
(cherry picked from commit 7865091786a037a9545d181e31afa7b4d8fd0be2)
2022-01-31 13:29:29 -08:00
Anderson Torres 6ae3c24e5b
Merge pull request #157065 from ErikaKuykendall/fix/labwc-update
labwc: 0.3.0 -> 0.4.0
2022-01-29 23:00:53 -03:00
Erika Kuykendall eaf9d8f598 labwc: 0.3.0 -> 0.4.0
labwc: 0.3.0 -> 0.4.0

Update pkgs/applications/window-managers/labwc/default.nix

Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>

Apply PR feedback - imports reordered, description updated, wlroots version incremented
2022-01-29 11:33:02 -05:00
Sage Hane 07029944a5
river: make XWayland support optional (#157002)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-01-28 14:14:38 +01:00
Zhaofeng Li 12a589244e phosh: 0.14.1 -> 0.15.0 2022-01-28 02:32:13 -08:00
Charlotte Van Petegem baf9192e65 qtile: 0.19.0 -> 0.20.0 2022-01-25 12:42:08 -08:00
Jonathan Ringer e74ccf2d72
Merge pull request #154708 from NixOS/staging-next
Staging next 2022-01-12
2022-01-25 11:54:52 -08:00
Sandro cd85b9fc42
Merge pull request #156086 from ankhers/river_0_1_2 2022-01-25 20:35:54 +01:00
Martin Weinelt 48f17360d9 Merge remote-tracking branch 'origin/master' into staging-next 2022-01-25 15:53:19 +01:00
legendofmiracles 8479908fd8
Merge pull request #154839 from jyooru/cleanup/qtile 2022-01-25 07:04:54 -06:00
Martin Weinelt 1ab8a4f45b
sway: fix eval
The meson_0_60 attribute was removed because meson was migrated to 0.60.
2022-01-24 02:18:06 +01:00
Michael Weiss a3d847c3bd
Merge pull request #151902 from primeos/sway
sway: 1.6.1 -> 1.7
2022-01-23 21:46:19 +01:00
Justin Wood 9a8e79033b river: 0.1.0 -> 0.1.2 2022-01-23 14:29:51 -05:00
Michael Weiss 2e719d1cda
sway: 1.6.1 -> 1.7
Release notes: https://github.com/swaywm/sway/releases/tag/1.7

Notable (backward incompatible) changes:
- The default terminal changed from Alacritty to foot

Known issues:
- `swaynag` will crash when Sway 1.6.1 is still running while the Nix
  package (and thus `swaynag`) is already updated to version 1.7.
- The experimental Ozone/Wayland support of Electron apps will be broken
  for a while. Electron version 17 should work but the Chromium fixes
  haven't yet been backported to Electron version 16.

NixOS module: programs.sway.extraPackages: The "alacritty" package was
replaced with "foot".

VM test: We switched from the OpenGL ES 2.0 renderer to Pixman. The
terminal was also changed to foot but Alacritty is still used for the
XWayland test (since foot doesn't support X11).

Co-authored-by: Patrick Hilhorst <git@hilhorst.be>
2022-01-23 19:21:37 +01:00
Sascha Grunert f483806501
i3status-rust: 0.20.7 -> 0.21.2
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-01-21 09:15:54 +01:00
Bobby Rong 908929e1de
Merge pull request #155259 from sikmir/tabbed
tabbed: fix cross-compilation
2022-01-18 14:20:22 +08:00
Frederik Rietdijk afef6d0e81
Merge pull request #154687 from dotlambda/python-alias
python,pythonPackages: make aliases
2022-01-17 09:37:49 +01:00
Nikolay Korotkiy e2e011e803
tabbed: fix cross-compilation 2022-01-16 23:53:36 +03:00
Robert Schütz d5cceedbd1 python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
Dmitry Kalinkin 8e0e03f79c
i3lock-color: mark as broken on darwin 2022-01-16 04:30:48 -05:00
Bobby Rong 04cee7c9ab
Merge pull request #155191 from veprbl/pr/broken_i3lock-blur
i3lock-blur: mark as broken on darwin
2022-01-16 16:56:50 +08:00
Dmitry Kalinkin e24c1567a6
i3lock-blur: mark as broken on darwin 2022-01-16 02:53:50 -05:00
Michael Weiss 3f9ced9a62
swayidle: 1.7 -> 1.7.1 2022-01-15 18:37:26 +01:00
Michael Weiss 297cb6514f
Merge pull request #153741 from primeos/nixos-tests-tinywl
nixos/tests/tinywl: init
2022-01-14 23:45:54 +01:00
Joel 10c0cf6e4f
qtile: cleanup 2022-01-13 14:21:41 +10:00
Nikolay Korotkiy 840d7881a6
icewm: 2.6.0 → 2.9.4 2022-01-08 20:20:04 +03:00
Louis Bettens 1640412a3e dwm: 6.2 -> 6.3 2022-01-07 22:11:59 +01:00
Ben Siraphob 9a58b51e6a
treewide: fix homepages with permanent redirect to https 2022-01-07 09:57:54 +07:00
Michael Weiss e9efbc0bbb
nixos/tests/tinywl: init
This adds a very minimalistic (in terms of functionality and
dependencies) test for wlroots, Wayland, and related packages.

The Sway test covers more functionality and packages (e.g. XWayland) but
this test has tree advantages:
- Less dependencies: Much fewer rebuilds are required when testing core
  changes that need to go through staging.
- Testing wlroots updates: The Sway package isn't immediately updated
  after a new wlroots version is released and a lot of other packages
  depend on wlroots as well.
- Determining whether a bug only affects Sway or wlroots/TinyWL as well.
2022-01-06 17:31:57 +01:00
AndersonTorres 7580fbb4be berry: 0.1.7 -> 0.1.9 2022-01-05 14:50:02 -08:00
AndersonTorres 0eef882cf5 pekwm: 0.1.18 -> 0.2.1 2022-01-05 14:50:02 -08:00
Renaud 944a2dc835
Treewide: fix some permanent redirects on homepages
(#153213)
Issue #60004
2022-01-03 16:53:12 +01:00
Ben Siraphob 6b4efc2c2e pekwm: fix meta.homepage 2021-12-31 11:17:07 -08:00
R. Ryantm c3f8722baa leftwm: 0.2.9 -> 0.2.10 2021-12-31 02:06:39 -08:00
R. Ryantm 33150b5422 sawfish: 1.12.90 -> 1.13.0 2021-12-26 14:13:38 +00:00
Maximilian Bosch caec9da44d
Merge pull request #151626 from trofi/update-i3status
i3status: 2.13 -> 2.14
2021-12-25 12:06:52 +01:00
Thiago Kenji Okada 0c6f0ead01
Merge pull request #151807 from Mindavi/sway/cross
sway: support cross-compilation
2021-12-23 12:14:09 -03:00
Thiago Kenji Okada e99dd4e684
Merge pull request #151802 from chvp/bump-qtile
qtile: 0.18.1 -> 0.19.0
2021-12-23 12:13:29 -03:00
Rick van Schijndel a7b0ed4c10 sway: support cross-compilation 2021-12-22 20:01:44 +01:00
Charlotte Van Petegem 539f4f6058
qtile: 0.18.1 -> 0.19.0 2021-12-22 19:25:15 +01:00
Sergei Trofimovich a3214953f1 i3status: 2.13 -> 2.14 2021-12-21 19:44:03 +00:00
R. Ryantm bc7e24dfec phosh: 0.14.0 -> 0.14.1 2021-12-20 10:24:38 +00:00
Maximilian Bosch b6e641375e
Merge pull request #149249 from r-ryantm/auto-update/i3-gaps
i3-gaps: 4.20 -> 4.20.1
2021-12-10 10:30:29 +01:00
R. Ryantm 211f437181 i3status-rust: 0.20.6 -> 0.20.7 2021-12-07 05:07:38 +00:00
R. Ryantm f4edfa5f90 i3-gaps: 4.20 -> 4.20.1 2021-12-07 05:01:32 +00:00
figsoda 4421c8067e
Merge pull request #148808 from r-ryantm/auto-update/wmfocus
wmfocus: 1.2.0 -> 1.3.0
2021-12-05 21:46:58 -05:00
R. Ryantm dd60f451bc wmfocus: 1.2.0 -> 1.3.0 2021-12-06 01:40:56 +00:00
Sergei Trofimovich 02ebf2f2bd afterstep: explicitly disable parallel builds
Without the change enabling parallel builds fails as:

    ld: cannot find ../libAfterConf/libAfterConf.a: No such file or directory
2021-12-05 17:51:03 +00:00
Jörg Thalheim ae5f1bffbd
Merge pull request #148215 from legendofmiracles/asmrepl
asmrepl: init at 1.0.2
2021-12-02 15:30:44 +00:00
Damien Cassou 1304435f48
i3: 4.20 -> 4.20.1 (#148253)
https://github.com/i3/i3/blob/next/RELEASE-NOTES-4.20.1
2021-12-02 12:55:38 +01:00
legendofmiracles b9e6351d30
maintainers: rename legendofmiracles to lom 2021-12-01 17:19:48 -06:00
Sandro f830d70fc2
Merge pull request #147729 from trofi/fix-vwm-for-ncurses-6.3 2021-11-29 20:23:06 +01:00
Sergei Trofimovich 3f3dd1d0c9 vwm: fix build against ncurses-6.3
Without the change the build on upcoming `ncurses-6.3` fails as:

    vwm_bkgd.c:71:63: error: format not a string literal and no format arguments [-Werror=format-security]
       71 |         mvwprintw(window,height-1,width-(strlen(version_str)),version_str);
          |                                                               ^~~~~~~~~~~
2021-11-28 16:23:04 +00:00
Maëlys Bras de fer 55d436b1e7
dockapps.wmsm-app: Avoid segfault in build
Fixes #129705
2021-11-28 13:15:32 +01:00
Nicolas Berbiche 077ba7f0dd
cagebreak: 1.8.0 -> 1.8.1
Cagebreak now installs the default configuration.
2021-11-24 16:58:53 -05:00
github-actions[bot] 28641f51dc
Merge master into staging-next 2021-11-22 18:01:08 +00:00
Sandro 9ad4e86627
Merge pull request #143726 from zhaofengli/phosh-0.14.0 2021-11-22 16:27:48 +01:00
Jonathan Ringer 09e494f4c2
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/window-managers/sway/default.nix
2021-11-21 14:40:40 -08:00
Thiago Kenji Okada 8eee0bd6dd
Merge pull request #146901 from thiagokokada/bump-picom-next
picom-next: unstable-2021-10-31 -> unstable-2021-11-19
2021-11-21 19:09:43 -03:00
Patrick Hilhorst 5a14b59cd7
Merge pull request #122995 from primeos/sway-install-default-wallpaper 2021-11-21 21:57:49 +01:00
Thiago Kenji Okada 87ae243d2e picom-next: unstable-2021-10-31 -> unstable-2021-11-19 2021-11-21 13:58:18 -03:00
github-actions[bot] f515d91189
Merge master into staging-next 2021-11-20 18:01:07 +00:00
Sergei Trofimovich 5da59495a3 afterstep: fix build on upcoming binutils-2.36
Without the change build fails on binutils-2.36 as:

    ar clq libAfterBase.a ashash.o ...
    ar: libdeps specified more than once
2021-11-20 10:39:25 +00:00
Jonathan Ringer 6ede9cd761
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/audio/hybridreverb2/default.nix
2021-11-19 08:44:33 -08:00
José Romildo d448221824 e16: 1.0.23 -> 1.0.24 2021-11-19 10:01:13 -03:00
github-actions[bot] c20c52d15c
Merge master into staging-next 2021-11-18 12:01:15 +00:00
Bobby Rong 4ff9231d41
Merge pull request #142834 from trofi/sequential-ion3
ion3: explicitly disable parallel builds
2021-11-18 16:57:49 +08:00
Bobby Rong 521cecb93d
ion3: fix src url 2021-11-18 16:18:52 +08:00
Sergei Trofimovich 4cba739c57 ion3: explicitly disable parallel builds 2021-11-17 14:18:10 +00:00
github-actions[bot] f8cf67790e
Merge master into staging-next 2021-11-17 06:01:28 +00:00
figsoda 6ad04bcb7d
Merge pull request #146243 from figsoda/treewide-rust-feature
treewide: use buildFeatures and checkFeatures for rust packages
2021-11-16 21:00:48 -05:00
github-actions[bot] 90829d83e5
Merge master into staging-next 2021-11-17 00:01:49 +00:00
Jonathan Ringer 47a69c646f qtile: fix qtile check command 2021-11-16 10:13:21 -08:00
figsoda 7303def464 eww: use buildFeatures 2021-11-16 08:11:48 -05:00
figsoda 8ec1bb1b46 wmfocus: use buildFeatures 2021-11-16 08:11:47 -05:00
figsoda bb6d379d80 i3status-rust: use buildFeatures 2021-11-16 08:11:47 -05:00
github-actions[bot] 40a54af057
Merge staging-next into staging 2021-11-12 00:01:59 +00:00
Maxim Zhukov 717506b6f4 i3status-rust: 0.20.5 -> 0.20.6
Release: https://github.com/greshake/i3status-rust/releases/tag/v0.20.6
Changelog: https://github.com/greshake/i3status-rust/blob/master/NEWS.md#i3status-rust-0206
2021-11-11 22:55:44 +03:00
github-actions[bot] b1d2f20ea8
Merge staging-next into staging 2021-11-09 00:02:13 +00:00
José Romildo Malaquias 0f41094088
Merge pull request #145024 from romildo/upd.jwm
jwm: 1685 -> 2.4.0
2021-11-08 18:52:30 -03:00
José Romildo 4595cfb622 jwm: 1685 -> 2.4.0 2021-11-08 18:19:15 -03:00
github-actions[bot] 9ecd6bf4df
Merge staging-next into staging 2021-11-08 18:02:05 +00:00
Sandro 1363bb14f4
Merge pull request #141866 from chvp/qtile-wayland-backend 2021-11-08 15:49:45 +01:00
github-actions[bot] 12f47e1100
Merge staging-next into staging 2021-11-08 12:02:03 +00:00
Sandro Jäckel 9467e1178c
trayer: minor formatting 2021-11-08 10:21:23 +01:00
Sandro Jäckel 023922bcd1
tabbed: switch to pname+version, move with lib to meta 2021-11-08 10:21:23 +01:00
Sandro Jäckel 86bf5eb0bb
ion-3: switch to pname+verison, format 2021-11-08 10:21:22 +01:00
Sandro Jäckel d49083f40d
i3/lock-fancy: switch ot pname+version, cleanup postPatch 2021-11-08 09:45:44 +01:00
Sandro Jäckel 0a415f33c1
evilwm: change prePatch to postPatch 2021-11-08 09:45:05 +01:00
github-actions[bot] aa164b77b8
Merge staging-next into staging 2021-11-08 00:02:29 +00:00
Felix Buehler b52ab3b712 pkgs/applications: rename name to pname&version part 2 2021-11-07 14:53:06 +01:00
github-actions[bot] 8ddea08a85
Merge staging-next into staging 2021-11-07 00:02:20 +00:00
Maximilian Bosch f125d461ad
Merge pull request #144852 from Ma27/bump-i3status-rs
i3status-rust: 0.20.4 -> 0.20.5
2021-11-06 23:38:03 +01:00
Maximilian Bosch 963b1971df
i3status-rust: 0.20.4 -> 0.20.5
ChangeLog: https://github.com/greshake/i3status-rust/releases/tag/v0.20.5
2021-11-06 11:11:36 +01:00
github-actions[bot] 87082f071c
Merge staging-next into staging 2021-11-06 06:01:39 +00:00
Alyssa Ross 02dfbde639
treewide: use mirror URLs where available
Candidates identified with

	git grep -F "$(grep -v '#' pkgs/build-support/fetchurl/mirrors.nix |
		grep -v nixos.org | grep :// | cut -d '"' -f 2)"

and then manually reviewed and tested.
2021-11-06 01:56:39 +00:00
Sandro c8769cc03c
Merge pull request #142602 from Artturin/strictdepsfixes 2021-11-05 19:33:27 +01:00
Artturin 5186e88eb3 sway: fix binfmt cross-compilation 2021-11-05 19:57:04 +02:00
Artturin c36938b9ff i3: fix build with strictDeps 2021-11-05 19:57:03 +02:00
GKasparov a3aaebc300 picom-next: init at unstable-2021-10-31 2021-11-05 14:52:28 +11:00
figsoda c39e93249a eww: set meta.broken on darwin 2021-11-04 21:46:24 -04:00