3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

291 commits

Author SHA1 Message Date
Felix Buehler b52ab3b712 pkgs/applications: rename name to pname&version part 2 2021-11-07 14:53:06 +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
Artturi d916b800cc
Merge pull request #143779 from r-ryantm/auto-update/i3-gaps
i3-gaps: 4.19.1 -> 4.20
2021-11-02 15:01:29 +02:00
Matthieu Coudron 3ae7509c2c i3: 4.19.2 -> 4.20
Release notes available at https://github.com/i3/i3/blob/4.20/RELEASE-NOTES-4.20
2021-10-30 18:54:48 +02:00
R. Ryantm 20460c3f13 i3-gaps: 4.19.1 -> 4.20 2021-10-29 23:46:16 +00:00
Michael Adler b9942be292 i3: generate doc and man pages
This generates missing man pages for i3-gaps et al.

Note: i3 already has man pages because they are shipped with its src
tarball. This is *not* the case for i3-gaps.
2021-10-12 11:03:49 +02:00
André-Patrick Bubel 0721ce3ff1
i3status-rust: install examples 2021-09-01 16:35:33 +02:00
Maximilian Bosch f45f451fb9
i3status-rust: 0.20.3 -> 0.20.4
ChangeLog: https://github.com/greshake/i3status-rust/releases/tag/v0.20.4
2021-08-22 11:24:46 +02:00
R. RyanTM 165de3f658 wmfocus: 1.1.5 -> 1.2.0 2021-08-14 06:47:29 +00:00
R. RyanTM a3a0a6edc2 i3status-rust: 0.20.2 -> 0.20.3 2021-07-31 03:42:57 +00:00
dan4ik 112de3a3f6 i3lock-blur: init at 2.10 2021-07-20 12:13:04 +07:00
Florian Franzen 9c64ca6912 workstyle: 0.2.1 -> unstable-2021-05-09 2021-07-07 22:20:43 +02:00
Maximilian Bosch d67d37104a
i3status-rust: 0.20.1 -> 0.20.2
ChangeLog: https://github.com/greshake/i3status-rust/blob/v0.20.2/NEWS.md#i3status-rust-0202
2021-06-27 17:53:03 +02:00
R. RyanTM 7d2f265e01 i3lock-color: 2.13.c.3 -> 2.13.c.4 2021-06-16 12:53:37 -07:00
R. RyanTM cbb742aa0c i3-balance-workspace: 1.8.4 -> 1.8.5 2021-06-16 06:23:19 +00:00
AndersonTorres f1242006c9 Change all alsaUtils references to alsa-utils 2021-06-10 01:37:32 -03:00
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
R. RyanTM 7182afa8e4 i3-balance-workspace: 1.8.3 -> 1.8.4 2021-06-07 13:44:17 +00:00
Sebastian Sellmeier 659c0ea794
i3lock-color: 2.13.c.2 -> 2.13.c.3 2021-06-02 21:49:12 +02:00
Jonathan Ringer 11a9ac00fc
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/tools/networking/xh/default.nix
2021-05-22 18:19:10 -07:00
fortuneteller2k dc50511ad1 i3-gaps: use pname and version, fetchFromGitHub, cleanup
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-22 22:51:11 +08:00
github-actions[bot] b057978bb2
Merge staging-next into staging 2021-05-12 18:32:29 +00:00
Otavio Salvador c49f63cddf i3status-rust: 0.20.0 -> 0.20.1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-05-12 10:02:07 -03:00
Alyssa Ross 91a30973cc i3: don't manually enableParallelBuilding
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Jan Tojnar 7982550ac4
Merge branch 'staging-next' into staging 2021-05-11 09:09:10 +02:00
Robin Gloster aacc6f2e1b
i3status-rust: fix themes and icon handling
also enables the pulseaudio feature
2021-05-10 16:23:51 -05:00
Jan Tojnar 594a885912
Merge branch 'staging-next' into staging 2021-05-10 09:45:47 +02:00
Robin Gloster f0e9599f93
Merge pull request #122366 from ambroisie/update-i3status-rust
i3status-rust: 0.14.7 -> 0.20.0
2021-05-09 13:37:34 -05:00
Bruno BELANYI 2bc0257499 i3status-rust: 0.14.7 -> 0.20.0
https://github.com/greshake/i3status-rust/releases/tag/v0.20.0
2021-05-09 18:14:50 +02:00
Jan Tojnar dd78ce1c53
Merge branch 'staging-next' into staging 2021-05-08 20:59:05 +02:00
Robert Hensing 8e3c5eb501 treewide: xvfb_run -> xvfb-run 2021-05-08 15:48:41 +02:00
Daniël de Kok 85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
R. RyanTM 7566f5ed5f i3wsr: 2.0.0 -> 2.0.1 2021-04-28 00:12:00 -04:00
Sandro 29c3779473
Merge pull request #120247 from FlorianFranzen/workstyle
workstyle: 0.2.1
2021-04-24 09:42:50 +02:00
Florian Franzen d6eefb728e workstyle: 0.2.1 2021-04-22 21:41:52 +02:00
R. RyanTM 48b5557591 i3wsr: 1.3.1 -> 2.0.0 2021-04-22 11:32:50 +00:00
Sandro 2fb8be188f
Merge pull request #117377 from SEbbaDK/i3wsr 2021-04-06 12:03:26 +02:00
SEbbaDK 21eeb98d1f i3wsr: init at 1.3.1 2021-04-05 18:10:50 +02:00
Sandro Jäckel 9378fdf87e
iproute: deprecate alias 2021-04-04 01:43:46 +02:00
Sandro fba298ed9e
Merge pull request #118094 from svrana/i3-ratiosplit
i3-ratiosplit: init at 0.1.0
2021-03-31 21:26:38 +02:00
Maxim Zhukov 38a5da7088
i3wm: i3-auto-layout: init at 0.2.0
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Robert Schütz <rschuetz17@gmail.com>
Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
2021-03-31 15:34:12 +03:00
Shaw Vrana 1e31621d38 i3-ratiosplit: init at 0.1.0 2021-03-30 19:40:12 -07:00
Maximilian Bosch a986113bf3
Merge pull request #114729 from r-ryantm/auto-update/i3
i3: 4.19.1 -> 4.19.2
2021-03-07 21:00:06 +01:00
Lassulus 11728b57bd
Merge pull request #113269 from r-ryantm/auto-update/i3lock-color
i3lock-color: 2.13.c.1 -> 2.13.c.2
2021-03-07 14:53:00 +01:00
R. RyanTM 35e773fb72 i3: 4.19.1 -> 4.19.2 2021-03-01 07:45:17 +00:00
Maxim Zhukov 50885e913f i3status-rust: 0.14.3 -> 0.14.7
https://github.com/greshake/i3status-rust/releases/tag/v0.14.7
2021-02-28 19:45:11 +03:00
R. RyanTM 672ed52ca5 i3lock-color: 2.13.c.1 -> 2.13.c.2 2021-02-16 06:54:35 +00:00
R. RyanTM c3f0be60d2 i3: 4.19 -> 4.19.1 2021-02-14 18:22:10 +00:00
R. RyanTM 3b6e0a552e i3-gaps: 4.19 -> 4.19.1 2021-02-03 14:51:11 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00