Commit Graph

2470 Commits

Author SHA1 Message Date
R. Ryantm
236b1bcef9 miriway: unstable-2023-08-30 -> unstable-2023-11-22 2023-11-24 00:50:44 +00:00
R. Ryantm
0d8c0d3fd9 xdg-desktop-portal-hyprland: 1.2.4 -> 1.2.5 2023-11-21 21:14:38 +00: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