Commit Graph

2675 Commits

Author SHA1 Message Date
Janik
babbc70adb
Merge pull request #268845 from frogamic/swaylock-fancy 2023-11-24 08:08:01 +01:00
Dominic Shelton
8a66f36bc5
swaylock-fancy: unstable-2021-10-11 -> unstable-2023-11-21
Also update formatting and add myself as maintainer
2023-11-24 13:56:33 +11:00
Robin Gloster
c9a2241ccb
Merge pull request #269325 from kilianar/i3status-rust-0.32.3
i3status-rust: 0.32.2 -> 0.32.3
2023-11-24 02:42:55 +01:00
R. Ryantm
236b1bcef9 miriway: unstable-2023-08-30 -> unstable-2023-11-22 2023-11-24 00:50:44 +00:00
kilianar
324a22d0ba i3status-rust: 0.32.2 -> 0.32.3
https://github.com/greshake/i3status-rust/releases/tag/v0.32.3
2023-11-22 23:58:24 +01:00
R. Ryantm
0d8c0d3fd9 xdg-desktop-portal-hyprland: 1.2.4 -> 1.2.5 2023-11-21 21:14:38 +00:00
Per Stark
6f795d50c7 i3-auto-layout: 0.2 -> unstable 2022-05-29 2023-11-20 07:47:47 +01:00
rewine
fab5644224 cagebreak: 1.9.1 -> 2.2.1
- https://github.com/project-repo/cagebreak/releases/tag/2.0.0
- https://github.com/project-repo/cagebreak/releases/tag/2.2.1
2023-11-19 00:47:05 +11:00
José Romildo Malaquias
f9391924e2
Merge pull request #268136 from r-ryantm/auto-update/e16
e16: 1.0.28 -> 1.0.29
2023-11-18 06:55:30 -03:00
Adam C. Stephens
0302e118e5
Merge pull request #267667 from adamcstephens/leftwm/0.5.0
leftwm: 0.4.2 -> 0.5.1
2023-11-17 17:22:52 -05:00
R. Ryantm
bca51e3599 e16: 1.0.28 -> 1.0.29 2023-11-17 16:24:15 +00:00
Arnout Engelen
7ffff20266
Merge pull request #259158 from raboof/generalize-sway-wrapper
sway: generalize wrapper
2023-11-17 15:36:36 +01:00
fortuneteller2k
d3c568b7bc maintainers: fortuneteller2k -> moni 2023-11-17 18:03:27 +08:00
Weijia Wang
e86bae53dc
Merge pull request #267568 from Jackaed/master
hyprland: 0.32.0 -> 0.32.3
2023-11-16 23:25:53 +01:00
Arnout Engelen
1515011edb
sway: generalize wrapper
Generalize the sway wrapper so it can be used by sway derivatives,
like volare.
2023-11-16 17:27:35 +01:00
Adam Stephens
f91146ba02
leftwm: 0.4.2 -> 0.5.1
Diff: https://github.com/leftwm/leftwm/compare/0.4.2...0.5.1

Changelog: https://github.com/leftwm/leftwm/blob/0.5.1/CHANGELOG.md
2023-11-16 07:54:18 -05:00
Vladimír Čunát
0fe5300699
Merge branch 'master' into staging-next 2023-11-16 09:49:24 +01:00
Niko
7e896eb5e3 cosmic-applets: move to pkgs/by-name 2023-11-15 13:49:19 +01:00
Jackaed
21b6109710 hyprland: 0.32.0 -> 0.32.3 2023-11-15 01:02:04 +00:00
Fabián Heredia Montiel
884449105e Merge remote-tracking branch 'origin/master' into staging-next 2023-11-13 14:31:51 -06:00
Niko
5c6e85ee47 cosmic-comp: unstable-2023-10-04 -> unstable-2023-11-13 2023-11-13 21:22:55 +01:00
Niko
40a621afbe cosmic-panel: move to pkgs/by-name 2023-11-13 21:22:24 +01:00
github-actions[bot]
e8096ee1e1
Merge staging-next into staging 2023-11-10 18:01:34 +00:00
Alyssa Ross
afabc4a15d
Merge remote-tracking branch 'origin/master' into HEAD
Conflicts:
	pkgs/development/libraries/SDL2/default.nix
2023-11-10 15:18:19 +01:00
Artturi
597d0fcd5a
Merge pull request #265091 from a-kenji/wrap/cosmic-settings 2023-11-10 15:56:10 +02:00
Alyssa Ross
e3e57b8f18 lib.systems: elaborate Rust metadata
We need this stuff to be available in lib so make-derivation.nix can
access it to construct the Meson cross file.

This has a couple of other advantages:

 - It makes Rust less special.  Now figuring out what Rust calls a
   platform is the same as figuring out what Linux or QEMU call it.

 - We can unify the schema used to define Rust targets, and the schema
   used to access those values later.  Just like you can set "config"
   or "system" in a platform definition, and then access those same
   keys on the elaborated platform, you can now set "rustcTarget" in
   your crossSystem, and then access "stdenv.hostPlatform.rustcTarget"
   in your code.

"rustcTarget", "rustcTargetSpec", "cargoShortTarget", and
"cargoEnvVarTarget" have the "rustc" and "cargo" prefixes because
these are not exposed to code by the compiler, and are not
standardized.  The arch/os/etc. variables are all named to match the
forms in the Rust target spec JSON.

The new rust.target-family only takes a list, since we don't need to
worry about backwards compatibility when that name is used.

The old APIs are all still functional with no warning for now, so that
it's possible for external code to use a single API on both 23.05 and
23.11.  We can introduce the warnings once 23.05 is EOL, and make them
hard errors when 23.11 is EOL.
2023-11-09 10:02:24 +01:00
github-actions[bot]
00a0662a3c
Merge master into staging-next 2023-11-09 00:02:14 +00:00
Mihai Fufezan
5217d4554f
xdg-desktop-portal-hyprland: 1.2.3 -> 1.2.4 2023-11-08 13:40:00 +02:00
Mihai Fufezan
b7fa001b72
hyprland: 0.31.0 -> 0.32.0 2023-11-08 13:39:48 +02:00
github-actions[bot]
6e287cb9de
Merge master into staging-next 2023-11-05 00:02:23 +00:00
Thiago Kenji Okada
3fcd5f430b
Merge pull request #263206 from kanashimia/revert-259066-add-renice-sway
Revert "nixos/sway: add enableRealtime option"
2023-11-04 21:59:06 +00:00
github-actions[bot]
3c43b804d4
Merge master into staging-next 2023-11-03 18:01:23 +00:00
Nick Cao
1d455e2e54
Merge pull request #265109 from IogaMaster/picom-allusive
picom-allusive: 0.3.2 -> 1.2.5
2023-11-03 09:54:44 -04:00
a-kenji
889833cf06 cosmic-settings: wrap program with cosmic-icons 2023-11-03 10:00:40 +01:00
IogaMaster
7ed97be362 picom-allusive: 0.3.2 -> 1.2.5
Co-authored-by: Allusive <99632976+allusive-dev@users.noreply.github.com>
2023-11-02 20:31:45 -06:00
github-actions[bot]
29efc257c0
Merge master into staging-next 2023-11-02 18:01:07 +00:00
Niko
02ee793341 cosmic-settings: init at unstable-2023-10-26 2023-11-02 14:12:51 +01:00
github-actions[bot]
cd7af6170b
Merge master into staging-next 2023-11-01 18:01:01 +00:00
Franz Pletz
71a457ff85
Merge pull request #264437 from khaneliman/hyprpicker 2023-11-01 17:40:49 +01:00
R. Ryantm
2aa570d488 i3: 4.22 -> 4.23 2023-10-31 16:03:54 +00:00
Austin Horstman
8d9bb79e95
hyprpicker: 0.1.1 -> 0.2.0 2023-10-30 20:41:38 -05:00
github-actions[bot]
931938d1df
Merge master into staging-next 2023-10-30 18:01:02 +00:00
Sefa Eyeoglu
f8e8e037ac
hyprpicker: set mainProgram
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-10-29 22:00:56 +01:00
github-actions[bot]
4791949f6a
Merge master into staging-next 2023-10-28 00:02:23 +00:00
Anderson Torres
1601da23ef cardboard: migrate to by-name 2023-10-27 16:01:58 -03:00
Vladimír Čunát
d811555465
Merge branch 'staging' into staging-next 2023-10-26 10:36:50 +02:00
Anderson Torres
347ed6dca8 cardboard: unbreak 2023-10-25 13:26:38 -03:00
Vladimír Čunát
47b0ad3d47
Merge #257301: cairo: 1.16.0 -> 1.18.0
...into staging
2023-10-25 13:05:42 +02:00
Artturi
33d97feea4
Merge pull request #261451 from fufexan/hyprland 2023-10-24 23:21:27 +03:00
Kanashimia
952bb841ae
Revert "nixos/sway: add enableRealtime option" 2023-10-24 21:38:32 +03:00
Robin Gloster
e5d552f5b9
treewide: update globin's maintainership 2023-10-24 13:09:45 +02:00
0x4A6F
a990f74cf8
treewide: sha256 -> hash (#262801)
* tumpa: sha256 -> hash

* qubes-core-vchan-xen: sha256 -> hash

* qdmr: sha256 -> hash

* w_scan2: sha256 -> hash

* libcdada: sha256 -> hash

* eidolon: sha256 -> hash

* freenukum: sha256 -> hash

* promscale: sha256 -> hash

* tacacsplus: sha256 -> hash

* blflash: sha256 -> hash

* silicon: sha256 -> hash

* nethoscope: sha256 -> hash

* pmacct: sha256 -> hash

* tayga: sha256 -> hash

* alejandra: sha256 -> hash

* igrep: sha256 -> hash

* cwm: sha256 -> hash

* dasel: sha256 -> hash
2023-10-23 00:38:33 +02:00
Mihai Fufezan
3be139fcb7
xdg-desktop-portal-hyprland: 1.1.0 -> 1.2.3 2023-10-22 16:49:18 +03:00
Alyssa Ross
215518fbc0
wmfocus: add expat build input
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:03:07 +00:00
Bobby Rong
beb014d4ea
weston: Add missing libGL
Cairo will soon no longer propagate libGL.

Run-time dependency egl found: NO (tried pkgconfig and cmake)
2023-10-20 22:03:05 +00:00
Alyssa Ross
6bdb478d73
wayfire: add libGL build input
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:03:04 +00:00
Alyssa Ross
cb414381c0
sway: add libGL build input
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:03:03 +00:00
Alyssa Ross
6308a17464
jay: add libGL build input
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:02:53 +00:00
Alyssa Ross
69eeadcce6
i3lock-color: add xcbutil build input
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:02:51 +00:00
Alyssa Ross
b5acdd6fa0
i3lock-blur: add libGL build input
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:02:49 +00:00
Alyssa Ross
3f59b0a61b
i3lock: add xcbutil build input
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:02:48 +00:00
Bobby Rong
9c3a7f2ae8
hyprpicker: Add missing libGL
Cairo will soon no longer propagate libGL.

/build/source/src/debug/../includes.hpp:30:10: fatal error: GLES3/gl32.h: No such file or directory
   30 | #include <GLES3/gl32.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.
2023-10-20 22:02:47 +00:00
Bobby Rong
53b550170d
hyprpaper: Add missing libGL
Cairo will soon no longer propagate libGL.

/build/source/src/events/../includes.hpp:31:10: fatal error: GLES3/gl32.h: No such file or directory
   31 | #include <GLES3/gl32.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.
2023-10-20 22:02:46 +00:00
Alyssa Ross
de928d3fd7
hyprland: add libGL build input
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:02:44 +00:00
github-actions[bot]
d7e9da1742
Merge master into staging-next 2023-10-20 12:01:24 +00:00
R. Ryantm
5609e2336e cwm: 7.1 -> 7.4 2023-10-20 08:33:55 +00:00
github-actions[bot]
4b9cf6ff6e
Merge master into staging-next 2023-10-19 00:02:21 +00:00
Weijia Wang
31267d61a6
Merge pull request #261530 from eclairevoyant/picom-allusive
picom-allusive: install manpage, fix meta
2023-10-18 21:19:22 +02:00
Alyssa Ross
acf111d42b
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/flask-wtf/default.nix
	pkgs/development/python-modules/unstructured-inference/default.nix
	pkgs/development/python-modules/unstructured/default.nix
	pkgs/development/python-modules/velbus-aio/default.nix
2023-10-17 13:05:40 +00:00
Weijia Wang
4231696a9d
Merge pull request #259755 from wineee/wayfire
wayfire-with-plugins: 0.7.5 -> 0.8.0
2023-10-17 09:56:00 +02:00
éclairevoyant
c3c0fe45e2
picom-allusive: preserve meta attrs, except longDescription 2023-10-16 21:57:57 -04:00
éclairevoyant
496319a38c
picom-allusive: install manpage 2023-10-16 20:32:33 -04:00
Mihai Fufezan
52c1a3f680
hyprland: 0.30.0 -> 0.31.0 2023-10-16 20:01:36 +03:00
github-actions[bot]
4a7eb88e55
Merge master into staging-next 2023-10-13 18:01:03 +00:00
Allusive
2f23d4d2d3
picom-allusive: 0.3.1 -> 0.3.2 (#260825) 2023-10-13 18:30:05 +02:00
R. Ryantm
4de1baa6cc phosh: 0.31.1 -> 0.32.0 2023-10-12 09:40:02 +00:00
github-actions[bot]
6b95af2485
Merge master into staging-next 2023-10-10 00:02:12 +00:00
Thiago Kenji Okada
e7a621f8e9
Merge pull request #259066 from thiagokokada/add-renice-sway
nixos/sway: add enableRealtime option
2023-10-09 19:53:51 +01:00
github-actions[bot]
8443de20df
Merge master into staging-next 2023-10-09 06:01:20 +00:00
Samuel Dionne-Riel
85f158659a
Merge pull request #258711 from allusive-dev/picom-allusive
picom-allusive: init for 0.3.1
2023-10-09 01:51:20 -04:00
allusive-dev
0b55e764ad picom-allusive: init for 0.3.1 2023-10-09 16:43:27 +11:00
Fabián Heredia Montiel
2f0e87732c Merge remote-tracking branch 'origin/master' into staging-next 2023-10-08 10:14:51 -06:00
rewine
14ab9be9bb wayfirePlugins.wayfire-plugins-extra: 0.7.5 -> 0.8.0 2023-10-08 21:40:22 +08:00
rewine
deb37c517b wayfirePlugins.wcm: 0.7.5 -> 0.8.0 2023-10-08 21:00:07 +08:00
rewine
92fc640978 wayfirePlugins.wf-shell: 0.7.0 -> 0.8.0 2023-10-08 20:34:22 +08:00
rewine
3fb591bbf3 wayfire: 0.7.5 -> 0.8.0 2023-10-08 20:25:14 +08:00
rewine
d60ec4fe57 wf-config: 0.7.1 -> 0.8.0 2023-10-08 20:19:30 +08:00
Fabián Heredia Montiel
7f16b623fc Merge remote-tracking branch 'origin/master' into staging-next 2023-10-08 00:18:22 -06:00
Nick Cao
3fc3b6640c
weston: add patch for neatvnc 0.7.0 support 2023-10-07 13:21:45 -04:00
Alyssa Ross
4309990c6f cosmic-applets: init at unstable-2023-10-04
Link: https://github.com/NixOS/nixpkgs/issues/199563
2023-10-07 16:11:41 +00:00
Alyssa Ross
038c9e5baf cosmic-panel: init at unstable-2023-09-22
Link: https://github.com/NixOS/nixpkgs/issues/199563
2023-10-07 16:11:41 +00:00
Alyssa Ross
b3b7a4ee50 cosmic-comp: init at unstable-2023-10-04
Link: https://github.com/NixOS/nixpkgs/issues/199563
2023-10-07 16:11:41 +00:00
Joseph Pentland
0eb06a8d37 lesbar: init at 1.1.0 2023-10-07 15:54:37 +02:00
Thiago Kenji Okada
2f4249e466 sway: add patch to drop ambient capabilities
Co-authored-by: Rouven Czerwinski <rouven@czerwinskis.de>
2023-10-05 15:26:46 +01:00
Artturi
1486c62d2c
Merge pull request #222433 from vilhelmbergsoe/spectrwm-bump 2023-10-04 21:50:24 +03:00
Anderson Torres
349bdd9653 icewm: migrate to by-name 2023-10-04 12:44:08 -03:00
R. Ryantm
b5490963be icewm: 3.4.1 -> 3.4.2 2023-10-04 12:44:08 -03:00
Vilhelm Bergsøe
c48c7283f4 spectrwm: SPECTRWM_3_4_1 -> 06e3733
bump spectrwm to 06e3733
2023-10-04 10:46:41 +02:00
Weijia Wang
1c27231100
Merge pull request #258088 from augustebaum/i3status-main-program
i3status: set `meta.mainProgram`
2023-10-01 21:32:03 +02:00
Auguste Baum
4cb52f9cdc i3status: set meta.mainProgram 2023-10-01 20:19:57 +02:00
R. Ryantm
752027a450 fvwm3: 1.0.7 -> 1.0.8 2023-10-01 09:11:41 -03:00
Weijia Wang
de8256f61b
Merge pull request #252528 from wegank/pix-bump
libsForQt5.mauiPackages: 3.0.0 -> 3.0.1
2023-09-30 22:21:26 +02:00
Weijia Wang
ed03614f39 maui-shell: mark as broken 2023-09-26 22:03:22 +02:00
github-actions[bot]
4bfb61a48c
Merge master into staging-next 2023-09-26 18:01:12 +00:00
Anderson Torres
07d7df7670 yeahwm: migrate to by-name 2023-09-26 12:13:10 -03:00
Anderson Torres
2a95347f70 waybox: migrate to by-name 2023-09-26 12:13:10 -03:00
Anderson Torres
a66b468cbf tinywm: migrate to by-name 2023-09-26 12:13:10 -03:00
Anderson Torres
90ab1593dd smallwm: migrate to by-name 2023-09-26 12:13:10 -03:00
Anderson Torres
18b69e20f4 ratpoison: migrate to by-name 2023-09-26 12:13:10 -03:00
Anderson Torres
0eaa3976f9 pekwm: migrate to by-name 2023-09-26 12:13:10 -03:00
Anderson Torres
3436c16da1 notion: migrate to by-name 2023-09-26 12:13:10 -03:00
Anderson Torres
5330af0c97 berry: migrate to by-name 2023-09-26 12:13:10 -03:00
Anderson Torres
90f93ed379 afterstep: migrate to by-name 2023-09-26 12:13:10 -03:00
Anderson Torres
fcbad1d813 yeahwm: refactor
- strictDeps
- mainProgram
2023-09-26 12:13:10 -03:00
Anderson Torres
42734b7fa6 waybox: refactor
- finalAttrs
- strictDeps
- no nested with
2023-09-26 12:13:10 -03:00
Anderson Torres
2cbef409c8 tinywm: refactor
- finalAttrs
- sri hash
- strictDeps
- meta.mainProgram
2023-09-26 12:13:10 -03:00
Anderson Torres
c40824291a smallwm: refactor
- finalAttrs
- strictDeps
- decoration hooks
- meta.mainProgram
2023-09-26 12:13:10 -03:00
Anderson Torres
457b19c610 ratpoison: refactor
- finalAttrs
- autoreconfHook instead of autoconf+automake
- meta.mainP{rogram
2023-09-26 12:13:10 -03:00
Anderson Torres
235e33eb07 pekwm: rewrite
- strictDeps
- split output
- meta.mainProgram
2023-09-26 12:13:10 -03:00
Anderson Torres
cfa3f19391 notion: refactor
- finalAttrs
- strictDeps
- split output
- meta.mainProgram
2023-09-26 12:13:10 -03:00
Anderson Torres
252688892f berry: refactor
- finalAttrs
- split output
- strictDeps
- no nested with
- meta.mainProgram
2023-09-26 12:13:10 -03:00
Anderson Torres
8338045f91 afterstep: refactor
- finalAttrs
- fetchFromGitHub
- split output
- no nested with
- meta.mainProgram
2023-09-26 12:13:10 -03:00
github-actions[bot]
fc1f757bf6
Merge master into staging-next 2023-09-25 18:01:06 +00:00
Alyssa Ross
bcbcb3b54b weston.meta.mainProgram: init 2023-09-25 12:41:28 +00:00
github-actions[bot]
03a82ba5d4
Merge master into staging-next 2023-09-24 18:00:54 +00:00
Weijia Wang
0debebdfa4
Merge pull request #256982 from r-ryantm/auto-update/phosh
phosh: 0.30.0 -> 0.31.1
2023-09-24 14:02:38 +02:00
github-actions[bot]
0e6413dbff
Merge master into staging-next 2023-09-24 00:02:23 +00:00
R. Ryantm
c40e164adf phosh: 0.30.0 -> 0.31.1 2023-09-23 23:07:46 +00:00
Anderson Torres
7bfc02724f labwc: migrate to by-name 2023-09-23 19:44:14 -03:00
github-actions[bot]
ab2ecc25c1
Merge master into staging-next 2023-09-23 18:00:59 +00:00
Mihai Fufezan
dedf778cb0 xdg-desktop-portal-hyprland: unstable-2023-09-10 -> 1.1.0 2023-09-23 19:00:11 +02:00
Mihai Fufezan
92522217af hyprland: 0.29.1 -> 0.30.0 2023-09-23 19:00:11 +02:00
github-actions[bot]
334a61dd1d
Merge master into staging-next 2023-09-23 00:02:16 +00:00
Tom Fitzhenry
95e7493177 phosh: 0.27.0 -> 0.30.0
https://gitlab.gnome.org/World/Phosh/phosh/-/releases/v0.30.0
2023-09-22 19:37:45 -03:00
github-actions[bot]
cb25ab46c1
Merge master into staging-next 2023-09-18 00:02:10 +00:00
Anderson Torres
1237d6eb57 katriawm: migrate to by-name 2023-09-17 18:47:10 -03:00
github-actions[bot]
d2fdbb7e40
Merge master into staging-next 2023-09-17 18:00:59 +00:00
Sefa Eyeoglu
8479c55bde gamescope: split vulkan layer into lib output
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-09-17 12:21:42 -03:00
Sefa Eyeoglu
c0f5f8be53 gamescope: 3.12.3 -> 3.12.5
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-09-17 12:21:42 -03:00
github-actions[bot]
3f7284c556
Merge staging-next into staging 2023-09-14 12:02:00 +00:00
Alyssa Ross
4a027948f9
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/applications/radio/soapysdr/default.nix
2023-09-14 11:31:01 +00:00
Mihai Fufezan
4dd9e988a5 xdg-desktop-portal-hyprland: 0.5.0 -> unstable-2023-09-10 2023-09-14 11:03:04 +02:00
Mihai Fufezan
8f4341b144 hyprland: unstable-2023-08-15 -> 0.29.1 2023-09-14 11:03:04 +02:00
Fabián Heredia Montiel
ab25f397d8
Merge pull request #254762 from willswats/hyprshade
hyprshade: 0.9.3 -> 0.12.1
2023-09-13 22:08:35 -05:00
OPNA2608
43a292161a miriway: unstable-2023-07-27 -> unstable-2023-08-30 2023-09-13 18:30:11 +02:00
willswats
7f3a387e08 hyprshade: v0.9.3 -> 0.12.1 2023-09-12 14:58:18 +01:00
github-actions[bot]
8481e5d2d3
Merge staging-next into staging 2023-09-12 00:02:17 +00:00
willswats
45715a7dc7 hyprshade: init v0.9.3 2023-09-11 14:53:16 +00:00
Anderson Torres
77671b681c oroborus: remove
Because it is dead.
2023-09-11 01:56:45 +00:00
github-actions[bot]
9c91f8313b
Merge staging-next into staging 2023-09-10 18:01:20 +00:00
Anderson Torres
144d4c5cfd windowmaker: migrate to by-name 2023-09-10 12:14:55 +00:00
Anderson Torres
0d9479d298 windowmaker: rewrite 2023-09-10 12:14:55 +00:00
github-actions[bot]
6fcb9c7bfa
Merge staging-next into staging 2023-09-10 00:03:30 +00:00
kilianar
bc5b1621a8 i3status-rust: 0.32.1 -> 0.32.2
https://github.com/greshake/i3status-rust/releases/tag/v0.32.2
2023-09-09 20:57:41 +02:00
Sandro Jäckel
fccf04b620 treewide: replace -DCMAKE_BUILD_TYPE in cmakeFlags with cmakeBuildType 2023-09-08 14:18:26 +00:00
Weijia Wang
0512fdaa93
Merge pull request #244136 from OPNA2608/update/miriway
miriway: unstable-2023-04-25 -> unstable-2023-07-27
2023-09-07 03:07:19 +02:00
Yureka
4e752282c6
hyprland: add libexecinfo on musl (#253472) 2023-09-06 10:42:51 +02:00
github-actions[bot]
c7aba64ba1
Merge master into staging-next 2023-09-05 12:01:11 +00:00
Timo Kaufmann
78e5543c97
Merge pull request #253271 from timokau/fix-hlwm-xorg-test
herbstluftwm: fix tests with recent X versions
2023-09-05 12:23:58 +02:00
Timo Kaufmann
fd80879e01 herbstluftwm: fix tests with recent X versions 2023-09-04 16:02:37 +02:00
github-actions[bot]
74e8abecf8
Merge master into staging-next 2023-09-04 00:02:13 +00:00
figsoda
1087417b14 eww: unstable-2023-06-10 -> unstable-2023-08-18
Diff: 25e50eda46...a9a35c1804
2023-09-03 16:54:19 -04:00
kilianar
28ff9fc528 i3status-rust: 0.32.0 -> 0.32.1
https://github.com/greshake/i3status-rust/releases/tag/v0.32.1
2023-09-03 18:22:07 +02:00
Mario Rodas
825e2b082f
Merge pull request #252886 from LunNova/lunnova/i3wsr-mainprogram
i3wsr: set meta.mainProgram
2023-09-02 12:17:55 -05:00
Marcus Ramberg
2d42597b77 nimdow: 0.7.36->0.7.37 2023-09-02 09:21:46 +02:00
Luna Nova
a6c094c38f
i3wsr: set meta.mainProgram 2023-09-01 23:13:02 -07:00
Weijia Wang
8fa4a9f452
Merge pull request #252843 from wegank/maui-shell-platforms
maui-shell: set platforms
2023-09-01 23:43:34 +02:00
Weijia Wang
0e681e828a
Merge pull request #252815 from kilianar/i3status-rust-0.32.0
i3status-rust: 0.31.9 -> 0.32.0
2023-09-01 23:13:06 +02:00
Weijia Wang
7c9f832e38 maui-shell: set platforms 2023-09-01 22:42:05 +02:00
kilianar
c0ba71be06 i3status-rust: 0.31.9 -> 0.32.0
https://github.com/greshake/i3status-rust/releases/tag/v0.32.0
2023-09-01 18:49:46 +02:00
Adam Stephens
7c83ddb181
river: add meta.mainProgram 2023-09-01 11:43:28 -04:00
OPNA2608
eb9139e9d7 miriway: unstable-2023-07-07 -> unstable-2023-07-27 2023-09-01 13:54:17 +02:00
OPNA2608
32e0283e7e miriway: unstable-2023-04-25 -> unstable-2023-07-07 2023-09-01 13:54:17 +02:00
Weijia Wang
5745f7f154
Merge pull request #237030 from r-ryantm/auto-update/maui-shell
maui-shell: 0.5.6 -> 0.6.6
2023-08-31 15:16:37 +02:00
R. Ryantm
fdba07b56e ragnarwm: 1.3.1 -> 1.4 2023-08-29 20:04:06 +00:00
rewine
caf1c274e4 wlroots: set default to 0.16 2023-08-29 09:43:17 +00:00
Theodore Ni
c68a6a21ca
Merge pull request #247909 from Sigmanificient/ragnarwm
ragnarwm: init at 1.3.1
2023-08-27 13:41:04 -07:00
Pablo Ovelleiro Corral
6062d16573
workstyle: unstable-2021-05-09 -> unstable-2023-08-23 (#250962)
* workstyle: unstable-2021-05-09 -> 8bde72d9a9dd67e0fc7c0545faca53df23ed3753

Diff: f2023750d8...8bde72d9a9

* Add cargo hash, fix rev and hash

* Update pkgs/applications/window-managers/i3/workstyle.nix

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>

* Update pkgs/applications/window-managers/i3/workstyle.nix

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>

* Move Cargo.lock file

---------

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
2023-08-26 09:30:51 +09:00
R. Ryantm
e2a2f3cc9e katriawm: 23.04 -> 23.06 2023-08-25 06:08:33 +00:00
nicoo
a04f68815c grimshot: Set meta.mainProgram 2023-08-23 21:31:22 +00:00
Sigmanificient
0482394fe0 ragnarwm: init at 1.3.1 2023-08-20 18:20:39 +02:00
Eduardo Quiros
0fe7b28dca
gamescope: 3.12.0-beta10 -> 3.12.3 2023-08-18 15:10:29 -06:00
Lin Jian
a7a20d0109
picom-next: add meta.maintainers correctly
The old way of setting meta.maintainers removes other meta attributes
such as meta.mainProgram.
2023-08-17 09:05:49 +08:00
figsoda
f7163adb69
Merge pull request #249515 from fufexan/fix-eww
eww: add support for svg icons
2023-08-16 11:34:23 -04:00
Mihai Fufezan
34812e87d1
eww: add support for svg icons 2023-08-16 17:40:41 +03:00
K900
2c24797158
Merge pull request #247578 from evils/grimshot
sway-contrib: switch source to new separate repo
2023-08-16 15:35:32 +03:00
Luna
d539ceee9c hyprland: unstable-2023-08-08 -> unstable-2023-08-15
This fixes hyprctl JSON output (see hyprwm/Hyprland#2921).
2023-08-15 19:30:21 +02:00
Weijia Wang
2eb9cd6547
Merge pull request #248556 from ambroisie/meta-main-program
{rofi-bluetooth,i3lock}: add meta.mainProgram
2023-08-13 17:48:03 +02:00
Weijia Wang
8f6557b9b9
Merge pull request #248778 from r-ryantm/auto-update/i3lock-color
i3lock-color: 2.13.c.4 -> 2.13.c.5
2023-08-13 14:51:31 +02:00
R. Ryantm
254cecaae3 i3lock-color: 2.13.c.4 -> 2.13.c.5 2023-08-12 20:34:21 +00:00
Mihai Fufezan
101b2b4eb7
hyprland: fix wrong patch location 2023-08-12 21:39:32 +03:00
Ilan Joselevich
2393e099a6
Merge pull request #247008 from fufexan/hyprland
Update hyprwm packages and nixos/hyprland
2023-08-12 14:55:29 +03:00
R. Ryantm
f5d7bcf742 icewm: 3.4.0 -> 3.4.1 2023-08-12 09:04:08 +00:00
Bruno BELANYI
75529ecc7f i3lock: add meta.mainProgram
Related PR: NixOS#246386
2023-08-11 16:08:15 +00:00
Mihai Fufezan
355ebe41fa
hyprland: don't warn against xdpw and xdph being present
It seems that having both the Hyprland and the wlr desktop portals
does not result in unexpected behaviour. xdph will be started and wlr
ignored.
2023-08-11 16:15:10 +03:00
Mihai Fufezan
7bacbf43b7
hyprpaper: 0.3.0 -> 0.4.0 2023-08-11 16:15:08 +03:00
Ludovico Piero
b5116310bc
treewide: add meta.mainProgram and other cleanup 2023-08-11 11:56:27 +10:00
figsoda
17d404ee80 zig.hook: rename from zigHook
This makes using specific versions of zig easier (without overrides)
2023-08-10 02:37:53 +00:00
R. Ryantm
98741b7e3f maui-shell: 0.5.6 -> 0.6.6 2023-08-10 01:32:49 +00:00
Evils
ec22277ca6 sway-contrib: switch source to new separate repo 2023-08-09 22:09:56 +02:00
Thiago Kenji Okada
e2c4a67e4d picom-next: unstable-2023-01-29 -> unstable-2023-08-03 2023-08-08 20:15:57 +01:00
Mihai Fufezan
99230bc0bb
xdg-desktop-portal-hyprland: 0.4.0 -> 0.5.0 2023-08-08 20:37:52 +03:00
Mihai Fufezan
d2eddd374f
hyprland: 0.27.0 -> unstable-2023-08-08 2023-08-08 20:32:40 +03:00
Alyssa Ross
a364ebd80b weston: 12.0.1 -> 12.0.2 2023-08-08 09:21:39 +00:00
Vladimír Čunát
41c7605718
Merge #245935: staging-next 2023-07-28 2023-08-08 07:33:42 +02:00
Franz Pletz
a7778124bd
Merge pull request #247832 from lovesegfault/misc-mainprogram 2023-08-08 05:38:26 +02:00
Gerg-L
2ed62c15fb picom: Add meta.mainProgram and remove rec 2023-08-07 20:54:23 -04:00
github-actions[bot]
4507a6bd1f
Merge master into staging-next 2023-08-08 00:01:49 +00:00
Bernardo Meurer
b98dfd0db2
swaylock: set meta.mainProgram 2023-08-07 19:12:19 -04:00
Icy-Thought
4a23825445
eww: adding missing meta.mainProgram 2023-08-07 23:00:50 +02:00
github-actions[bot]
6458cb74a2
Merge master into staging-next 2023-08-05 12:01:30 +00:00
Anderson Torres
299723c875 river: split man output 2023-08-05 11:10:50 +00:00
Anderson Torres
c4867cc794 river: use zigHook
Also, a cosmetic refactor:

- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes)
- Add `meta.longDescription`
2023-08-05 11:10:50 +00:00
Vladimír Čunát
3a5c176f95
Merge branch 'master' into staging-next 2023-08-05 07:40:22 +02:00
github-actions[bot]
16547be5c0
Merge master into staging-next 2023-08-05 00:02:07 +00:00
n3oney
02d604cd68
treewide: add meta.mainProgram 2023-08-05 00:11:04 +02:00
rewine
2b8a2792c0 wayfire: use finalAttrs pattern and set meta.mainProgram 2023-08-05 02:20:12 +08:00
github-actions[bot]
0542af4e29
Merge master into staging-next 2023-08-04 00:02:04 +00:00
Jan Malakhovski
a0a909fa9e treewide: noop: replace every newly introduced stdenv.mkDerivation rec with a fixpoint over finalAttrs 2023-08-03 16:34:45 +00:00
Jan Malakhovski
5852f26bdc treewide: noop: refer to src.name or similar in sourceRoot where appropriate, part 1: trivial cases 2023-08-03 16:32:03 +00:00
github-actions[bot]
5827446dce
Merge master into staging-next 2023-08-03 00:01:56 +00:00
Robert Hensing
f8f9f13d57
Merge pull request #246386 from hercules-ci/lib-getExe-dont-make-name-assumption
lib.getExe: Do not make assumptions about the main program
2023-08-02 20:05:52 +02:00
github-actions[bot]
5220a928f2
Merge master into staging-next 2023-08-02 06:01:23 +00:00
Anton Mosich
f8fb337a70 i3status-rust: 0.31.8 -> 0.31.9
See https://github.com/greshake/i3status-rust/blob/master/NEWS.md#i3status-rust-0319
for changelog
2023-08-01 15:55:11 +02:00
Robert Hensing
4c1d3cee60 treewide: Add meta.mainProgram
This should fix most warnings getExe in based on grepping `nixos/`.
2023-07-31 21:54:43 +02:00
github-actions[bot]
d64d339ecf
Merge master into staging-next 2023-07-29 06:01:06 +00:00
Nick Cao
922a0b13ef
Merge pull request #245892 from wineee/cage-15
cage: 0.1.4 ->0.1.5
2023-07-28 18:26:50 -06:00
rewine
71302e5c14 cage: 0.1.4 ->0.1.5 2023-07-28 23:23:02 +08:00
github-actions[bot]
d1b1f7fda7
Merge staging-next into staging 2023-07-27 06:01:53 +00:00
rewine
8974e68bef wayfire: refactor
1
2023-07-27 00:04:03 -03:00
rewine
246e73daad wayfire-plugins-extra: init at 0.7.5 2023-07-27 00:04:03 -03:00
Vladimír Čunát
1c0d654684
Merge #239191: treewide: gobject-introspection from buildInputs to nativeBuildInputs
...into staging
2023-07-26 20:53:32 +02:00
Janik
75e1bf396e
Merge pull request #244641 from Scrumplex/gamescope-3.12.0-beta10 2023-07-25 10:35:17 +02:00
Alexandre Acebedo
d0915ace9d swayosd: refactor build to install all files 2023-07-23 18:47:54 +02:00
Felix Bühler
0a2745684e
Merge pull request #239624 from Stunkymonkey/use-optionalString-then
treewide: use optionalString instead of 'then ""'
2023-07-22 13:02:47 +02:00
Nick Cao
ea8e05bea9
Merge pull request #244698 from mcsimw/master
dwl: fix manpage location
2023-07-21 21:04:09 -06:00
mcsimw
760d222c52 dwl: fix so that man pages show up 2023-07-21 14:42:20 -04:00
Sefa Eyeoglu
c4c0a7e922
gamescope: 3.12.0-beta9 -> 3.12.0-beta10
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-07-21 11:35:22 +02:00
Alexandre Acebedo
2180ed10de swayosd: unstable-2023-05-09 -> unstable-2023-07-18 2023-07-21 07:48:38 +02:00
R. Ryantm
3325539064 e16: 1.0.27 -> 1.0.28 2023-07-18 07:59:41 +00:00
rewine
7e281993bb labwc: 0.6.3 -> 0.6.4 2023-07-15 21:29:27 -03:00
Mihai Fufezan
812e96fe51
hyprland: 0.26.0 -> 0.27.0 2023-07-12 14:51:47 +03:00
R. Ryantm
8227a956a9 fvwm3: 1.0.6a -> 1.0.7 2023-07-11 09:51:50 -03:00
Ricardo Steijn
14a83990fb swayfx: 0.3.1 -> 0.3.2 2023-07-07 22:52:38 +02:00
Sandro
0829d0f7ef
Merge pull request #230931 from Scrumplex/gamescope-3.12.0-beta3
gamescope: 3.11.52-beta6 -> 3.12.0-beta9
2023-07-07 22:22:32 +02:00
Sefa Eyeoglu
711f23885d
gamescope: 3.11.52-beta6 -> 3.12.0-beta9
glm was added as a dependency in 3.12.0-beta1.[[0]]
gbenchmark was added as a dependency in 3.12.0-beta4.[[1]]

The patches that were previously needed for 3.11.52-beta6 were merged
upstream.[[2]][[3]][[4]][[5]]

[0]: https://github.com/ValveSoftware/gamescope/pull/849
[1]: https://github.com/ValveSoftware/gamescope/pull/872
[2]: https://github.com/ValveSoftware/gamescope/pull/811
[3]: https://github.com/ValveSoftware/gamescope/pull/813
[4]: https://github.com/ValveSoftware/gamescope/pull/812
[5]: https://github.com/ValveSoftware/gamescope/pull/824

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-07-03 11:45:33 +02:00
kilianar
b97e1851dd i3status-rust: 0.31.7 -> 0.31.8
https://github.com/greshake/i3status-rust/releases/tag/v0.31.8
2023-06-30 14:51:37 +02:00
Artturin
9999bf7a21 treewide: gobject-introspection from buildInputs to nativeBuildInputs
gobject-introspection should be in nativeBuildInputs for cross to work
properly (so propagations and hook work properly)
2023-06-28 22:33:40 +03:00
figsoda
6e3d56ee15 eww: 0.4.0 -> unstable-2023-06-10
Diff: https://github.com/elkowar/eww/compare/v0.4.0...25e50eda46379bccd8a7887c18ee35833e0460e8
2023-06-25 19:18:13 -03:00
Matthieu Coudron
a979913d08
Merge pull request #237044 from teto/config-sway-via-attributes
sway-unwrapped: rename wlroots_0_16 argument to wlroots
2023-06-25 13:21:16 +02:00