Elais Player
1967c04226
gnu: stumpwm: Update to 22.05.
...
* gnu/packages/wm.scm (stumpwm): Update to 22.05.
[arguments]: Add 'fix-tests' phase.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-27 10:59:43 +02:00
Maxim Cournoyer
ed210c1b8f
gnu: python-setuptools-scm: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-setuptools-scm): Move from here...
* gnu/packages/python-build.scm (python-setuptools-scm): ... to here.
2022-06-26 22:10:38 -04:00
John Kehayias
30e27d8101
gnu: polybar: Simply inputs.
...
* gnu/packages/wm.scm (polybar)[native-inputs]: Remove labels.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-23 23:20:56 +02:00
John Kehayias
a5d8630e15
gnu: polybar: Update to 3.6.3.
...
* gnu/packages/wm.scm (polybar): Update to 3.6.3.
[phases]: Add patch-config-path for polybar to find its default configuration
file in the store.
[inputs]: Add libuv, required to build polybar.
[native-inputs]: Remove python-2, no longer needed.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-23 23:20:56 +02:00
Josselin Poiret
25c7f57548
gnu: hikari: Replace input libinput by libinput-minimal.
...
* gnu/packages/wm.scm (hikari)[propagated-inputs]: Replace libinput
by libinput-minimal to reduce closure.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-23 23:20:56 +02:00
Josselin Poiret
714bab022c
gnu: waybar: Replace input libinput by libinput-minimal.
...
* gnu/packages/wm.scm (waybar)[propagated-inputs]: Replace libinput
by libinput-minimal to reduce closure.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-23 23:20:56 +02:00
Josselin Poiret
fb14741131
gnu: sway: Replace input libinput by libinput-minimal.
...
* gnu/packages/wm.scm (sway)[propagated-inputs]: Replace libinput
by libinput-minimal to reduce closure.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-23 23:20:56 +02:00
Josselin Poiret
8d4a692acb
gnu: wlroots: Replace input libinput by libinput-minimal.
...
* gnu/packages/wm.scm (wlroots)[propagated-inputs]: Replace libinput
by libinput-minimal to reduce closure.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-23 23:20:55 +02:00
muradm
1766a502da
gnu: sway: Switch from elogind to basu.
...
* gnu/packages/wm.scm (sway)[inputs]: Replace ‘elogind’ with ‘basu’.
[arguments]<#:configure-flags>: Add "-Dsd-bus-provider=basu".
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-06-22 20:44:08 +02:00
muradm
0fe0c739f5
gnu: Update kanshi to 1.2.0.
...
* gnu/packages/wm.scm (kanshi): Update to 1.2.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-06-21 12:35:17 +01:00
Tobias Geerinckx-Rice
b5dc5f469c
gnu: i3status: Update to 2.14.
...
* gnu/packages/wm.scm (i3status): Update to 2.14.
[source]: Add snippet to delete pregenerated man page.
[build-system]: Switch to Meson.
[arguments]: Remove autotools-specific #:out-of-source? Build man pages.
[inputs]: Remove unused openlibm and libcap.
[native-inputs]: Add perl.
2022-06-12 02:00:00 +02:00
Tobias Geerinckx-Rice
1a2a209e62
gnu: i3status: Make asciidoc a native input.
...
* gnu/packages/wm.scm (i3status)[inputs]: Move asciidoc from here…
[native-inputs]: …to here.
2022-06-12 02:00:00 +02:00
muradm
167b8f29b3
gnu: admin: Add libseat 0.8.0 and move seatd.
...
* gnu/packages/admin.scm (libseat): New variable
* gnu/packages/admin.scm (seatd): New variable
* gnu/packages/freedesktop.scm (seatd): Remove variable
* gnu/packages/wm.scm (wlroots): Replace seatd input with libseat
Signed-off-by: Lars-Dominik Braun <ldb@leibniz-psychology.org>
2022-06-17 10:30:42 +02:00
David Wilson
677ae314f6
gnu: herbstluftwm: Update to 0.9.4.
...
* gnu/packages/wm.scm (herbstluftwm): Update to 0.9.4.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-16 12:50:06 +02:00
Ludovic Courtès
d776899e18
gnu: idesk: Depend on imlib2@1.7.
...
* gnu/packages/wm.scm (idesk)[inputs]: Depend on IMLIB2-1.7 instead of
IMLIB2.
2022-06-02 13:04:59 +02:00
Maxim Cournoyer
166350036c
gnu: keybinder: Replace with keybinder-3.0.
...
* gnu/packages/wm.scm (keybinder): Replace definition with that of
keybinder-3.0.
(keybinder-3.0): New deprecated alias.
2022-05-31 14:53:44 -04:00
Maxim Cournoyer
261f030340
gnu: Remove python2-i3-py.
...
* gnu/packages/wm.scm (python2-i3-py): Delete variable.
2022-05-31 14:53:42 -04:00
Pier-Hugues Pellerin
313ae43f51
gnu: Add Avizo.
...
* gnu/packages/wm.scm (avizo): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-04-29 00:42:08 +02:00
Daniel Meißner
2a70e7922c
gnu: xmonad-next: Change #:phases to gexp.
...
* gnu/packages/wm.scm (xmonad-next)[arguments]: Use #$output, #$name
and #$synopsis instead of %output, name and synopsis.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-05 20:41:39 +02:00
Mathieu Othacehe
b9b263d350
gnu: lemonbar-xft: Fix build.
...
* gnu/packages/wm.scm (lemonbar-xft)[arguments]: Fix the make-flags keyword
that now inherits from the lemonbar gexp make-flags keyword.
2022-03-12 13:26:18 +01:00
Nicolas Goaziou
ac7fe807b8
gnu: lemonbar: Use G-expressions.
...
* gnu/packages/wm.scm (lemonbar)[arguments]: Use G-expressions.
2022-03-11 01:44:27 +01:00
Jai Vetrivelan
2556dd4052
gnu: lemonbar: Update to 1.4.
...
[1. text/patch]
From dedefb5d5f0389d1e6fb190c9d47a6f8ca398791 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Sat, 5 Mar 2022 11:17:57 +0530
Subject: [PATCH] gnu: lemonbar: Update to 1.4.
* gnu/packages/wm.scm (lemonbar): Update to 1.4.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-03-11 01:44:15 +01:00
Eric Bavier
e725b24d11
gnu: evilwm: Update to 1.3.1.
...
* gnu/packages/wm.scm (evilwm): Update to 1.3.1.
[source]: Remove patch.
* gnu/packages/patches/evilwm-lost-focus-bug.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-02-24 22:56:53 -06:00
Jai Vetrivelan
c033b05f38
gnu: fnott: Update to 1.2.1.
...
* gnu/packages/wm.scm (fnott): Update to 1.2.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-15 19:19:30 +01:00
Andrew Tropin
2df2d34803
gnu: waybar: Update to 0.9.9.
...
* gnu/packages/wm.scm (waybar): Update to 0.9.9.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-02-08 11:58:25 +01:00
John Kehayias
9907c15864
gnu: Add xinitrc-xsession.
...
* gnu/packages/wm.scm (xinitrc-xsession): New variable.
Reviewed-by: Maxime Devos <maximedevos@telenet.be>
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-02-04 20:17:14 +01:00
Gabriel Wicki
70f2207152
gnu: i3-gaps: Update to 4.20.1.
...
* gnu/packages/wm (i3-gaps): Update to 4.20.1.
[source]: Use git-fetch.
2022-02-03 14:20:48 -05:00
Ludovic Courtès
4b297ebc0e
gnu: i3-wm: Add 'upstream-name' and 'release-monitoring-url'.
...
* gnu/packages/wm.scm (i3-wm)[properties]: New field.
2022-02-01 00:28:26 +01:00
Yusuf Talha
cd645d9cdd
gnu: i3-wm: Update to 4.20.1.
...
* gnu/packages/wm.scm (i3-wm): Update to 4.20.1.
[build-system]: Change to MESON-BUILD-SYSTEM.
[arguments]: Remove #:configure-flags.
2022-02-01 00:24:26 +01:00
SeerLite via Guix-patches via
413a7a1c56
gnu: i3lock-color: Simplify inputs.
...
* gnu/packages/wm.scm (i3lock-color)[inputs]: Remove labels.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-23 10:40:54 +01:00
SeerLite via Guix-patches via
8b6b412b23
gnu: i3lock-color: Update to 2.13.c.4
...
* gnu/packages/wm.scm (i3lock-color): Update to 2.13.c.4
[source, home-page]: Update URLs.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-23 10:40:42 +01:00
John Kehayias
5387a9c00e
gnu: Add xmonad-next and ghc-xmonad-contrib-next.
...
Fixes: <https://issues.guix.gnu.org/issue/52784 >.
* gnu/packages/wm.scm (xmonad-next): New variable. Compared to xmonad: Update
to 0.17.0.
[inputs]: Add GHC-DATA-DEFAULT-CLASS, remove GHC-EXTENSIBLE-EXCEPTIONS,
GHC-DATA-DEFAULT, GHC-SEMIGROUPS, and GHC-UTF8-STRING.
[native-inputs]: Add GHC-QUICKCHECK and GHC-QUICKCHECK-CLASSES.
(ghc-xmonad-contrib-next): New variable. Compared to ghc-xmonad-contrib:
Update to 0.17.0.
[propagated-inputs]: Remove GHC-OLD-TIME, GHC-EXTENSIBLE-EXCEPTIONS,
GHC-SEMIGROUPS.
[native-inputs]: Add GHC-QUICKCHECK and GHC-HSPEC.
(xmonad): Inherit from xmonad-next.
(ghc-xmonad-contrib): Inherit from ghc-xmonad-contrib-next.
* gnu/packages/patches/xmonad-next-dynamic-linking.patch: New patch. Update of
xmonad-dynamic-linking.patch to apply to xmonad-next.
* gnu/local.mk: Add it.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2022-01-17 20:29:39 +01:00
John Kehayias via Guix-patches via
723aa8b391
gnu: xmobar: Update to 0.40.
...
* gnu/packages/wm.scm (xmobar): Update to 0.40.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2022-01-17 20:29:39 +01:00
Vagrant Cascadian
3e47387805
gnu: trayer-srg: Fix spelling.
...
* gnu/packages/wm.scm (trayer-srg)[description]: Fix spelling of
"environments".
2022-01-08 16:39:46 -08:00
kiasoc5
7e130d4600
gnu: swayidle: Update to 1.7.
...
* gnu/packages/wm.scm (swayidle): Update to 1.7.
Signed-off-by: Leo Famulari <leo@famulari.name>
2022-01-02 00:44:41 -05:00
kiasoc5
b844e88e60
gnu: mako: Update to 1.6.
...
* gnu/packages/wm.scm (mako): Update to 1.6.
Signed-off-by: Leo Famulari <leo@famulari.name>
2022-01-02 00:44:41 -05:00
kiasoc5
3381e2d3ed
gnu: wlr-randr: Update to 0.2.0.
...
* gnu/packages/wm.scm (wrl-randr): Update to 0.2.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
2022-01-02 00:44:41 -05:00
Tobias Geerinckx-Rice
5a73b7e13a
gnu: menumaker: Update to 0.99.14.
...
* gnu/packages/wm.scm (menumaker): Update to 0.99.14.
2021-12-29 01:43:25 +01:00
Marius Bakke
e661f4eff4
gnu: Remove unneeded uses of custom GCC versions.
...
* gnu/packages/bioinformatics.scm (libmaus2, biobambam2)[native-inputs]:
Remove GCC-10.
* gnu/packages/game-development.scm (libresprite, python-pyxel)[native-inputs]: Likewise.
* gnu/packages/lua.scm (emilua)[native-inputs]: Likewise.
* gnu/packages/radio.scm (sdr++)[native-inputs]: Likewise.
* gnu/packages/wm.scm (fnott)[native-inputs]: Likewise.
* gnu/packages/text-editors.scm (kakoune)[native-inputs]: Likewise.
(scintilla)[native-inputs]: Remove GCC-9.
* gnu/packages/build-tools.scm (bear)[native-inputs]: Likewise.
* gnu/packages/cpp.scm (magic-enum)[native-inputs]: Likewise.
* gnu/packages/games.scm (openttd)[native-inputs]: Likewise.
(schiffbruch)[native-inputs]: Remove GCC-11.
* gnu/packages/music.scm (liquidsfz, geonkick)[native-inputs]: Remove GCC-9.
* gnu/packages/fcitx5.scm (fcitx5, libime, fcitx5-configtool)[native-inputs]:
Likewise.
* gnu/packages/wine.scm (dxvk32)[native-inputs]: Likewise.
* gnu/packages/ftp.scm (libfilezilla)[native-inputs]: Remove GCC-8.
* gnu/packages/image.scm (blurhash)[native-inputs]: Likewise.
* gnu/packages/jami.scm (libring)[native-inputs]: Likewise.
* gnu/packages/pdf.scm (xournalpp)[native-inputs]: Likewise.
* gnu/packages/telegram.scm (webrtc-for-telegram-desktop,
telegram-desktop)[native-inputs]: Likewise.
2021-12-17 19:07:17 +01:00
Ludovic Courtès
e3196755e6
gnu: Further simplify package inputs.
...
This is the result of running:
./pre-inst-env guix style --input-simplification=safe
and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
2021-12-13 22:15:07 +01:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
...
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
2021-12-13 17:48:25 +01:00
Ricardo Wurmus
9bc0f45df5
Merge remote-tracking branch 'origin/master' into core-updates-frozen
2021-12-05 19:17:41 +01:00
jgart
fab80c3672
gnu: Add trayer-srg.
...
* gnu/packages/wm.scm (trayer-srg): New variable.
Co-authored-by: Disseminate Dissent <disseminatedissent@protonmail.com>
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-02 15:44:31 +01:00
Ludovic Courtès
b15e543d30
Merge branch 'master' into core-updates-frozen
2021-11-23 11:29:38 +01:00
Stephen Paul Weber
571e9b293d
gnu: Add qtile.
...
* gnu/packages/wm.scm (qtile): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23 10:24:26 +01:00
Mathieu Othacehe
e711ad3185
gnu: awesome: Fix build.
...
* gnu/packages/patches/awesome-4.3-fno-common.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/wm.scm (awesome)[source]: Use it.
[arguments]{set-paths}: Set HOME and XDG_CACHE_HOME variables.
2021-11-22 15:35:47 +00:00
jgart via Guix-patches via
97a8d0edda
gnu: Add devour.
...
* gnu/packages/wm.scm (devour): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-11-21 21:43:39 +01:00
Josselin Poiret
d55ed2725e
gnu: wlroots: Remove unneeded elogind dependency.
...
* gnu/packages/wm.scm (wlroots): Remove it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-19 14:26:15 +01:00
Ludovic Courtès
3a317f7476
Merge branch 'master' into core-updates-frozen
2021-11-17 23:43:14 +01:00
Greg Hogan
357ecb777e
gnu: waybar: Update to 0.9.8.
...
* gnu/packages/wm.scm (waybar): Update to 0.9.8.
[inputs]: Add libxml2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-14 00:10:58 +01:00