github-actions[bot]
b33aedbb4d
Merge master into staging-next
2024-10-07 12:05:43 +00:00
Rick van Schijndel
fa62cbb08e
hydra: 0-unstable-2024-09-20 -> 0-unstable-2024-09-24 ( #344312 )
2024-10-07 11:57:46 +02:00
github-actions[bot]
7ab01e096c
Merge master into staging-next
2024-10-06 18:03:58 +00:00
R. Ryantm
ffd96b1cc0
hyprutils: 0.2.2 -> 0.2.3
2024-10-06 10:28:51 +00:00
github-actions[bot]
e9c8665026
Merge master into staging-next
2024-10-05 00:14:01 +00:00
Peder Bergebakken Sundt
cd673393d2
treewide: remove unreferenced patch files
...
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'``
We're running more and more into patches fetched via `applyPatches`, for the next PR i'll script something to account for that.
2024-10-04 19:38:56 +02:00
github-actions[bot]
61f961f1f6
Merge master into staging-next
2024-10-04 06:04:48 +00:00
Martin Weinelt
52cfd83eee
hyperhdr: init at 20.0.0.0 ( #306321 )
2024-10-04 02:24:50 +02:00
Lin Xianyi
a27ca817c8
hyprcursor: 0.1.9 -> 0.1.10
...
Diff: https://github.com/hyprwm/hyprcursor/compare/refs/tags/v0.1.9...v0.1.10
Changelog: https://github.com/hyprwm/hyprcursor/releases/tag/v0.1.10
2024-10-02 13:32:22 +08:00
K900
3f7da3dfa9
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-01 08:44:24 +03:00
Christian Bergschneider
b4857bb6e1
hyprnotify: 0.7.0 -> 0.8.0
2024-09-30 10:45:05 +00:00
Artturin
f0e657f3b1
Merge branch 'master' into staging-next
2024-09-25 06:05:01 +03:00
zowoq
a44cd70b30
hydra: 0-unstable-2024-09-20 -> 0-unstable-2024-09-24
2024-09-25 07:17:53 +10:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
github-actions[bot]
3625d99bb2
Merge master into staging-next
2024-09-23 00:14:30 +00:00
Fabián Heredia Montiel
9b2a506736
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/tools/package-management/nix/default.nix
2024-09-22 13:45:27 -06:00
John Titor
f00be3d97b
hyprutils: 0.2.1 -> 0.2.2
2024-09-22 21:56:31 +05:30
R. Ryantm
6fc8ce2fc2
hyprwayland-scanner: 0.4.0 -> 0.4.2
2024-09-22 10:23:17 +00:00
github-actions[bot]
f2c1ad7ad5
Merge master into staging-next
2024-09-21 18:03:54 +00:00
Nick Cao
0f0a245e7f
hyprland-activewindow: 1.0.3 -> 1.0.4 ( #343285 )
2024-09-21 09:11:19 -04:00
github-actions[bot]
754402a237
Merge staging-next into staging
2024-09-21 00:13:41 +00:00
Nick Cao
a1d92660c6
hydra: 0-unstable-2024-09-15 -> 0-unstable-2024-09-20 ( #338902 )
2024-09-20 18:35:44 -04:00
R. Ryantm
c602e93db6
hyprland-workspaces: 2.0.1 -> 2.0.2
2024-09-20 17:41:47 +00:00
K900
01669ae33d
libtiff: 4.6.0 -> 4.7.0, cleanup libtiff_t and its dependees ( #340566 )
2024-09-20 19:40:16 +03:00
R. Ryantm
12edf528be
hyprland-activewindow: 1.0.3 -> 1.0.4
2024-09-20 15:02:55 +00:00
zowoq
47f6fa0939
hydra: 0-unstable-2024-09-15 -> 0-unstable-2024-09-20
2024-09-20 17:36:22 +10:00
Yarny0
6099db1292
hylafaxplus: migrate to pkgs/by-name
overlay
2024-09-18 19:51:00 +02:00
zowoq
f550781924
hydra: 0-unstable-2024-08-27 -> 0-unstable-2024-09-15
2024-09-16 02:37:36 +00:00
zowoq
4d0986e5ff
hydra: add unstableGitUpdater
2024-09-16 12:36:39 +10:00
Artturin
b4a9d20772
hydra: improve structuredAttrs support ( #340840 )
2024-09-10 00:06:09 +03:00
Mihai Fufezan
37870b8f2e
hyprland: 0.42.0 -> 0.43.0
2024-09-08 22:58:41 +03:00
Rick van Schijndel
97db9d0692
hydra: improve structuredAttrs support
...
Previously the ldap tests were failing.
Putting them in the env attribute set ensures the tests now pass.
2024-09-06 08:00:50 +02:00
Vladimír Čunát
70d3f0c4ec
hypridle: fix build, missing wayland-scanner
2024-08-31 11:23:44 +02:00
github-actions[bot]
5702f5278f
Merge master into staging-next
2024-08-29 12:05:13 +00:00
zowoq
747060f364
hydra: move to pkgs/by-name
2024-08-29 15:34:35 +10:00
K900
b76567c281
Merge remote-tracking branch 'origin/master' into staging-next
2024-08-25 15:20:44 +03:00
Youwen Wu
51bc064805
hyprland: fixed broken OpenGL on asahi linux
2024-08-25 03:15:27 -07:00
Florian Klink
1cee1e2d24
Merge pull request #336512 from flokli/hyprland-build-fix
...
hyprland: fix build
2024-08-22 14:50:59 +03:00
Florian Klink
73288a2c8a
hyprland: fix build
...
Apply the patch fixing wayland.xml discovery.
2024-08-22 14:31:21 +03:00
K900
5c68540f8b
Merge remote-tracking branch 'origin/staging-next' into staging
2024-08-22 13:20:38 +03:00
Mihai Fufezan
0682c78943
hyprland: include xcursor regardless of xwayland
2024-08-21 22:51:27 +03:00
github-actions[bot]
288fb712ce
Merge staging-next into staging
2024-08-13 00:02:47 +00:00
Donovan Glover
a663f5a0c9
Merge pull request #333543 from donovanglover/bump-hyprnome
...
hyprnome: 0.3.0 -> 0.3.1
2024-08-12 21:03:22 +00:00
Donovan Glover
cdb9fe5c73
Merge pull request #333542 from donovanglover/bump-hyprdim
...
hyprdim: 2.2.5 -> 2.2.6
2024-08-12 21:02:40 +00:00
github-actions[bot]
4202872c05
Merge staging-next into staging
2024-08-12 18:02:39 +00:00
Mihai Fufezan
73bad3c5e4
hyprland: 0.41.2 -> 0.42.0
2024-08-12 18:00:44 +03:00
Donovan Glover
447594c8a8
hyprnome: 0.3.0 -> 0.3.1
...
Depends on Hyprland v0.42.0.
2024-08-09 17:39:19 -04:00
Donovan Glover
54f84ea4cd
hyprdim: 2.2.5 -> 2.2.6
...
Depends on Hyprland v0.42.0.
2024-08-09 17:27:02 -04:00
Peder Bergebakken Sundt
692e4c9207
hydrapaper: remove hardcoded /build
2024-08-02 23:45:54 +02:00
John Titor
cfd8251038
hyprutils: 0.2.0 -> 0.2.1
2024-07-31 13:47:11 +00:00
Reno Dakota
bf282d8921
hyprlock: fix strict deps
...
requires wayland-scanner (wayland) in nativeBuildInputs
2024-07-25 07:19:28 +00:00
John Titor
6070d7f93f
hypr{wayland-scanner,lock}: add johnrtitor as maintainer
2024-07-22 15:10:59 +05:30
John Titor
0d40d3a1ff
hyprwayland-scanner: 0.3.10 -> 0.4.0
2024-07-22 15:10:58 +05:30
John Titor
7c7f909ee4
hyprlock: 0.4.0 -> 0.4.1
2024-07-22 15:10:58 +05:30
R. Ryantm
032b5491f3
hyprutils: 0.1.5 -> 0.2.0
2024-07-21 00:35:47 +00:00
Gerg-L
944d58e817
hyprspace: reinit at 0.10.2
2024-07-16 09:20:50 -04:00
Sigmanificient
512e8afdb9
treewide: remove unused occurence of stdenv (and other) arguments
...
format (will squash)
2024-07-14 04:32:56 +02:00
éclairevoyant
0e5c272e42
treewide: fix uses of repo = finalAttrs.pname
2024-07-12 20:18:43 -04:00
Franz Pletz
b3a2a0a089
Merge pull request #325411 from iynaix/hyprlock-bump
...
hyprlock: 0.3.0-unstable-2024-04-24 -> 0.4.0
2024-07-09 15:46:52 +02:00
Masum Reza
6ed8c0b065
Merge pull request #325496 from mk3z/hypre
...
hypre: init at 2.31.0
2024-07-09 16:53:14 +05:30
Matias Zwinger
4d4223abc2
hypre: init at 2.31.0
2024-07-09 10:36:41 +03:00
Lin Xianyi
118ee80dd9
hyprlock: 0.3.0-unstable-2024-04-24 -> 0.4.0
...
Diff: 415262065f
...v0.4.0
2024-07-08 10:47:25 +08:00
Aleksana
81138af116
Merge pull request #323392 from arthsmn/hyprls
...
hyprls: init at 0.2.0
2024-07-05 21:09:54 +08:00
arthsmn
84503818c6
hyprls: init at 0.2.0
2024-07-04 19:19:34 -03:00
Nick Cao
0a154b5727
Merge pull request #324292 from wegank/hyprlock-update-script
...
hyprlock: use unstableGitUpdater
2024-07-04 13:41:55 -04:00
Weijia Wang
ebe0c15e5e
hyprlock: use unstableGitUpdater
2024-07-03 12:46:11 +02:00
h7x4
98e1851535
Merge pull request #319339 from OmnipotentEntity/hyperspeedcube-1.0.7
...
hyperspeedcube: 1.0.6 -> 1.0.7
2024-07-02 23:06:59 +02:00
Ross A. Baker
9436140606
maintainers: remove rossabaker
2024-07-01 15:23:09 -04:00
Aleksana
14417653a4
Merge pull request #322883 from Bloeckchengrafik/add-hyprnotify
...
hyprnotify: init at 0.7.0
2024-06-29 00:36:11 +08:00
Bloeckchengrafik
62b78231cc
hyprnotify: init at 0.7.0
2024-06-27 20:01:14 +02:00
Aleksana
eafafe7689
Merge pull request #321888 from rossabaker/hyperlink-0.1.32
...
hyperlink: 0.1.31 -> 0.1.32
2024-06-28 01:03:05 +08:00
John Titor
e60665293a
hyprland, hyprlandPlugins: add johnrtitor as maintainer
...
I am willing to merge and review PRs of hyprland related packages
2024-06-26 01:23:50 +05:30
John Titor
25cb8f71c4
hyprland: 0.41.1 -> 0.41.2
2024-06-25 19:04:58 +05:30
John Titor
454c084fa1
hyprutils: 0.1.4 -> 0.1.5
2024-06-25 19:04:58 +05:30
Ross A. Baker
6592f3126d
hyperlink: 0.1.31 -> 0.1.32
2024-06-22 23:50:20 -04:00
John Titor
dda39b703d
hyprutils: 0.1.2 -> 0.1.4
2024-06-19 21:26:01 +05:30
John Titor
0c7a9deadd
hyprland: 0.40.0-unstable-2024-05-05 -> 0.41.1
2024-06-14 22:37:40 +05:30
John Titor
7b136032a5
hyprland: add update script
...
Co-authored-by: fufexan <mihai@fufexan.net>
2024-06-14 22:33:48 +05:30
John Titor
2d88a5f17a
hyprland: move to pkgs/by-name, hyprlandPlugins: restructure
2024-06-14 22:33:47 +05:30
John Titor
0c723f647f
hyprutils: init at 0.1.2
...
needed for Hyprland 41.1
Co-authored-by: Donovan Glover <donovan@dglover.co>
2024-06-14 22:33:00 +05:30
Michael Reilly
cd2255b9ed
hyperspeedcube: 1.0.6 -> 1.0.7
2024-06-12 09:52:51 -05:00
John Titor
83cc03fc76
hyprwayland-scanner: 0.3.4 -> 0.3.10
...
Needed for Hyprland v41.0 release.
2024-06-12 02:11:48 +05:30
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641
treewide: Remove ending period from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Peder Bergebakken Sundt
4bffb34316
Merge pull request #307226 from OmnipotentEntity/hyperspeedcube-init
...
hyperspeedcube: init at 1.0.6
2024-06-05 04:15:20 +02:00
Michael Reilly
3123ed5324
hyperspeedcube: init at 1.0.6
2024-06-03 12:51:21 -05:00
Brieuc Dubois
dc2e061a5b
hyprshot: 1.2.3 -> 1.3.0
2024-06-02 00:03:54 +02:00
Nick Cao
218f8db28c
Merge pull request #314974 from iynaix/bump-hyprcursor
...
hyprcursor: 0.1.8 -> 0.1.9
2024-05-27 10:45:14 -04:00
nicoo
e9406a7a1f
Merge #313498 : downgrade hyprland & hyprwayland-scanner to non-buggy versions
...
hyprland: 0.40.0-unstable-2024-05-12 -> 0.40.0-unstable-2024-05-05
hyprwayland-scanner: 0.3.8 -> 0.3.4
2024-05-25 07:13:32 +00:00
Lin Xianyi
2528dc85ef
hyprcursor: 0.1.8 -> 0.1.9
...
Diff: https://github.com/hyprwm/hyprcursor/compare/refs/tags/v0.1.8...v0.1.9
Changelog: https://github.com/hyprwm/hyprcursor/releases/tag/v0.1.9
2024-05-25 11:58:31 +08:00
R. Ryantm
7496ea8776
hyprlang: 0.5.1 -> 0.5.2
2024-05-23 15:17:39 +00:00
Mihai Fufezan
7185b47557
hyprwayland-scanner: 0.3.8 -> 0.3.4
2024-05-21 21:26:08 +03:00
R. Ryantm
0efbb4c4bb
hyprwayland-scanner: 0.3.7 -> 0.3.8
2024-05-18 13:54:47 +00:00
Mihai Fufezan
bb146ade88
hyprwayland-scanner: init at 0.3.7
2024-05-17 00:24:13 +03:00
Donovan Glover
0d8d01089a
hyprnome: 0.2.0 -> 0.3.0
2024-05-14 20:43:22 -04:00
Enric Morales
c59a9d297b
hyprland-activewindow: 1.0.2 -> 1.0.3 ( #310874 )
...
Diff: https://github.com/FieldOfClay/hyprland-activewindow/compare/v1.0.2...v1.0.3
2024-05-13 08:14:51 +00:00
Pol Dellaiera
9fc7975aad
Merge pull request #309339 from donovanglover/hyprdim-2.2.5
...
hyprdim: 2.2.4 -> 2.2.5
2024-05-12 21:27:58 +02:00
Nick Cao
aea3263027
Merge pull request #310715 from r-ryantm/auto-update/hyprland-workspaces
...
hyprland-workspaces: 2.0.0 -> 2.0.1
2024-05-11 10:30:46 -04:00
R. Ryantm
517d5ef9fa
hyprland-workspaces: 2.0.0 -> 2.0.1
2024-05-11 01:09:52 +00:00