Commit Graph

2068 Commits

Author SHA1 Message Date
Erik Rodriguez
8f4e5568e7
river: 0.2.1 -> 0.2.3 2023-02-01 11:47:38 -03:00
Mario Rodas
557460f187
Merge pull request #213733 from yanganto/leftwm
leftwm: 0.4.0 -> 0.4.1
2023-01-31 05:50:10 -05:00
Antonio Yang
63f028357a leftwm: 0.4.0 -> 0.4.1 2023-01-31 15:06:13 +08:00
Anderson Torres
b6fee1a4eb
Merge pull request #213696 from r-ryantm/auto-update/icewm
icewm: 3.3.0 -> 3.3.1
2023-01-31 00:01:38 -03:00
R. Ryantm
ce47ede70b icewm: 3.3.0 -> 3.3.1 2023-01-31 02:18:40 +00:00
Anderson Torres
508fe72c3f
Merge pull request #212600 from atorres1985-contrib/dwl
dwl: 0.3.1 -> 0.4
2023-01-30 21:52:21 -03:00
Anderson Torres
b6a8a230db labwc: 0.6.0 -> 0.6.1 2023-01-29 21:52:52 -03:00
Anderson Torres
aaafff2175 pekwm: add changelog
And a cosmetic rewrite.
2023-01-29 20:44:17 -03:00
R. Ryantm
f8fa5d30c6 pekwm: 0.2.1 -> 0.3.0 2023-01-29 06:15:10 +00:00
Anderson Torres
f4f7c7d640 dwl: 0.3.1 -> 0.4
And a meta.changelog.
2023-01-28 15:11:56 -03:00
Nick Cao
d75a2a1c43
Merge pull request #213019 from r-ryantm/auto-update/swayest-workstyle
swayest-workstyle: 1.3.0 -> 1.3.2
2023-01-28 09:12:54 +08:00
Thibaut Marty
31c5693838 herbstluftwm: fix hang during tests
Fixes #212470

Incidentally, font-related tests now work
2023-01-27 22:35:03 +01:00
R. Ryantm
709fd3842e swayest-workstyle: 1.3.0 -> 1.3.2 2023-01-27 21:19:50 +00:00
Weijia Wang
c2c67fd2e6
Merge pull request #212857 from r-ryantm/auto-update/wmfocus
wmfocus: 1.3.0 -> 1.4.0
2023-01-27 05:29:41 +01:00
Nick Cao
620eac54d5
Merge pull request #212046 from oati/patch-3
swaylock-effects: 1.6.10 -> 1.6.11
2023-01-27 08:19:50 +08:00
R. Ryantm
2a71b2c5a7 wmfocus: 1.3.0 -> 1.4.0 2023-01-26 22:59:32 +00:00
Florian Klink
d99d2ceec6
Merge pull request #192197 from amjoseph-nixpkgs/pr/system/isSystemd
treewide: systemdSupport: use lib.meta.availableOn
2023-01-22 12:34:30 +01:00
Jonas Heinrich
ee1da203e7
Merge pull request #211877 from uninsane/pr/phosh-0.23.0
phosh: 0.22.0 -> 0.23.0
2023-01-22 10:02:39 +01:00
Adam Joseph
42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
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-22 00:27:19 -08:00
Erin Kim
4b1bd2ce87
swaylock-effects: 1.6.10 -> 1.6.11 2023-01-22 04:52:38 +00:00
Weijia Wang
218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
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-21 12:00:00 +00:00
bed9c9319f phosh-mobile-settings: 0.21.1 -> 0.23.1
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-21 04:43:55 +00:00
dab5667370 phosh: 0.22.0 -> 0.23.0
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-21 04:43:55 +00:00
R. Ryantm
b44466985d fvwm3: 1.0.5 -> 1.0.6a 2023-01-19 21:10:41 +00:00
Maximilian Bosch
cb22191d21
Merge pull request #210957 from Ma27/rm-ma27-from-packages-i-dont-use-anymore
treewide: remove myself (ma27) as maintainer from a bunch of pkgs I don't use anymore
2023-01-15 19:29:49 +01:00
Maximilian Bosch
52e277d501
treewide: remove myself (ma27) as maintainer from a bunch of pkgs I don't use anymore 2023-01-15 18:52:27 +01:00
Adam Stephens
0bbb9414d4
river: 0.2.0 -> 0.2.1 2023-01-12 12:15:52 -05:00
Sandro
85be954926
Merge pull request #209686 from aacebedo/aacebedo/swaycons 2023-01-08 19:58:02 +01:00
Thiago Kenji Okada
1fb11b0c5c
Merge pull request #203747 from nagy/cagebreak
cagebreak: 1.8.1 -> 1.9.1
2023-01-08 15:17:58 +00:00
Alexandre Acebedo
27e9a1075c swaycons: init at unstable-2023-01-05 2023-01-08 13:23:16 +01:00
7c6f434c
e6511f5503
Merge pull request #207615 from r-ryantm/auto-update/stalonetray
stalonetray: 0.8.4 -> 0.8.5
2023-01-07 11:35:21 +00:00
Anderson Torres
9be23ea41a
Merge pull request #208995 from wegank/imlib-drop
imlib: drop
2023-01-05 14:12:08 -03:00
Weijia Wang
8cf8dc233a sawfish: drop unused imlib 2023-01-04 10:09:46 +01:00
Weijia Wang
e245f99133 fvwm: drop unused imlib 2023-01-04 10:09:35 +01:00
André Silva
4e3bd404d3
picom-next: unstable-2022-09-29 -> unstable-2022-12-23 2023-01-03 20:28:05 +00:00
Reed
b2a3c6bd6a i3-gaps: drop 2023-01-03 05:36:06 -05:00
Reed
9701c2e9a0 i3: 4.21.1 -> 4.22 2023-01-03 05:20:13 -05:00
Adam Stephens
aee464fa94
river: 0.1.3 -> 0.2.0 2023-01-02 11:25:51 -05:00
Adam Stephens
4a9b4b7eaf
river: add adamcstephens as maintainer 2023-01-02 11:25:41 -05:00
Bobby Rong
f18a89197a
Merge pull request #207154 from Gerschtli/update/dwm-status
dwm-status: 1.8.0 -> 1.8.1
2023-01-02 23:33:57 +08:00
Mike
677ed08a50 maintainers: quasigod-io -> michaelBelsanti
I have updated by GitHub account name, so I am updating myself in maintainer-list.nix to match.
2022-12-29 16:53:24 -05:00
Anderson Torres
4032717bd1
Merge pull request #208109 from wegank/hypr-darwin
hypr: unbreak on darwin
2022-12-28 17:31:48 -03:00
Weijia Wang
f955d78e27 hypr: unbreak on darwin 2022-12-28 15:00:47 +01:00
Artturi
f73cdf0225
Merge pull request #180816 from aacebedo/swaylock-effects 2022-12-27 18:35:05 +02:00
Anderson Torres
4b64461057
Merge pull request #207832 from atorres1985-contrib/bevelbar
misc updates
2022-12-26 20:51:14 -03:00
Michael Weiss
7f8750b1fe
Merge pull request #203221 from primeos/sway
sway: 1.7 -> 1.8
2022-12-26 23:37:19 +01:00
Michael Weiss
f2a15bc22f
Merge pull request #204890 from r-ryantm/auto-update/swayidle
swayidle: 1.7.1 -> 1.8.0
2022-12-26 23:21:05 +01:00
Michael Weiss
b0c8d04dd7
Merge pull request #204889 from r-ryantm/auto-update/swaybg
swaybg: 1.1.1 -> 1.2.0
2022-12-26 23:17:44 +01:00