summaryrefslogtreecommitdiff
path: root/gnu/packages/wm.scm
AgeCommit message (Collapse)Author
2024-12-18gnu: Add papersway.Hilton Chain
* gnu/packages/wm.scm (papersway): New variable. Change-Id: I36b21a08fb86d0b8ca526ef5c9b2946e3caa3729
2024-12-18gnu: perl-anyevent-i3: Update to 0.19.Hilton Chain
* gnu/packages/wm.scm (perl-anyevent-i3): Update to 0.19. Change-Id: I6fd24c31520c501aa0cb14506e3bbf2dd7dc0a76
2024-12-14gnu: wlogout: Update to 1.2.2.Zheng Junjie
* gnu/packages/wm.scm (wlogout): Update to 1.2.2. Change-Id: Ieb1559bd50f3aad988ec4e16cfe5396004a3cab3
2024-12-13gnu: qtile: Improve package style.Nicolas Graves
* gnu/packages/wm.scm (qtile): Indent as needed. Light rewrite using format instead of string-append in [arguments]<#:phases>. Ensure lines wrap with intended length. Change-Id: I297718138642d24604743137f3181bfc76a51b54 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-12-13gnu: qtile: Update to 0.23.0.Nicolas Graves
* gnu/packages/wm.scm (qtile): Update to 0.23.0. [build-system]: Upgrade to pyproject-build-system. [arguments]<#:phases>: Use gexp (but do not indent). Add phase pre-check. <#:test-flags>: Use it. [native-inputs]: Add python-pytest and xorg-server-for-tests. Reorder. Change-Id: Id6f291c0d23fa2cef17d6e45552f45c56f162741 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-12-11gnu: swayfx: Update to to 0.4.Josep Bigorra
* gnu/packages/wm.scm (swayfx): Update to 0.4. [inputs]: Add scenefx. Replace wlroots-0.16 with wlroots-0.17. Signed-off-by: Hilton Chain <hako@ultrarare.space> Change-Id: I73983fa1ae4b4f828716ad0560d33bd5f5947158
2024-12-08gnu: hyprland: Update to 0.45.2.John Kehayias
* gnu/packages/wm.scm (hyprland): Update to 0.45.2. Change-Id: Ib93355a3381316fa8c1f5eddf61a01c80b21ebd7
2024-12-08gnu: Add grimblast.Hilton Chain
* gnu/packages/wm.scm (grimblast): New variable. Change-Id: I38d8e0ff92e8724cec64d37d036ff307c96a2cc0
2024-12-08gnu: Add hyprland.Hilton Chain
* gnu/packages/wm.scm (hyprland): New variable. Change-Id: Idffb9309f61f30c5523e69bb6313162cff87b275
2024-12-07gnu: wmenu: Update to 0.1.9.Zheng Junjie
* gnu/packages/wm.scm (wmenu): Update to 0.1.9. [source]: Update url. [home-page]: Update url. Change-Id: Id0b6e1865cc2b4195fb6f73344494e5e0e880595 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-12-01gnu: Add scenefx.Josep Bigorra
* gnu/packages/wm.scm (scenefx): New variable. Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Change-Id: Ia91747cbec59226a83a020b5fedbfd99886c35df
2024-11-20gnu: cage: Update to 0.2.0.Zheng Junjie
* gnu/packages/wm.scm (cage): Update to 0.2.0. [inputs]: Remove wlroots-0.16; add wlroots. Change-Id: Idfd8d8947f1261431688cf66f1fd3c5b75ed8d69
2024-11-20gnu: wl-mirror: Update to 0.17.0.Zheng Junjie
* gnu/packages/wm.scm (wl-mirror): Update to 0.17.0. Change-Id: Ib2c6e28ccc9297211ee7ed7080aadb8822ff9cdc
2024-11-15gnu: dwl: Update to 0.7.Zheng Junjie
* gnu/packages/wm.scm (dwl): Update to 0.7. Change-Id: Ib1a4748035dd04070df99818ec9fa3a80e716971
2024-11-12gnu: swaybg: Update to 1.2.1.Ashish SHUKLA
* gnu/packages/wm.scm (swaybg): Update to 1.2.1. Change-Id: Id9dc023f321dbd3c086f4e36e5e8bcf5a784ef2d Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-12gnu: sway: Update to 1.10.Ashish SHUKLA
* gnu/packages/wm.scm (sway): Update to 1.10. [inputs] Replace wlroots-0.17 with wlroots. Change-Id: Ia5230c58ecb11e3b1e5a94557f2965d7e648851f Reviewed-by: Mazin Alhaddad <mazin@getstate.dev> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-05gnu: wlroots: Update to 0.18.Rutherther
Each wlroots major version are usually incompatible. With the change to 0.18 wlroots has a different .pc pkg-config file name, wlroots-0.18.pc. That means any package using pkg-config to search for wlroots won't be able to find it. So even if there were no breaking changes programs cannot be compiled against different major versions. Note that there are some differences in the package-name and file-name of some previous versions of wlroots. * gnu/packages/wm.scm (wlroots): Update to 0.18. (wlroots-0.17): New variable. (wlroots-0.16): Inherit from it. [propagated-inputs]: Remove wlroots and add wlroots-0.17. (sway, cagebreak, labwc, wf-config)[inputs]: Likewise. (wlroots-0.15): Inherit from wlroots-0.16. Change-Id: I377ed66e91b4adc1216d42077fe7c34178a5552b Co-authored-by: John Kehayias <john.kehayias@protonmail.com> Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-11-05gnu: wlroots: Remove unneeded hwdata patch.Rutherther
* gnu/packages/wm.scm (wlroots)[source]: Remove patch. * gnu/packages/patches/wlroots-hwdata-fallback.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. Change-Id: I4be3e203b99f1d8e4d837164d55a8c06c8fc71ee Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-11-03gnu: dunst: Update to 1.11.0.Sergey Trofimov
* gnu/packages/wm.scm (dunst): Update to 1.11.0.
2024-10-22gnu: dwl: Update to 0.6.kiasoc5
* gnu/packages/wm.scm (dwl): Update to 0.6. [origin]<url>: Update repository url. [homepage]: Update homepage. [arguments]: Convert to G-exps, use #$output instead of assoc-ref. [inputs]: Remove wlroots-0.16; add wlroots. Change-Id: I567a99e88a899953049a9ce00d699ea73ee08c14 Signed-off-by: Noé Lopez <noelopez@free.fr> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-27gnu: stumpwm-contrib: Update to 0.0.1-6.042a9fc.Roman Scherer
* gnu/packages/wm.scm (stumpwm-contrib): Update to 0.0.1-6.042a9fc. Change-Id: I92952b2f0ad823b56d4ef2e4fce2e9e9cda47858 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-09-27gnu: stumpwm: Update to 23.11.Roman Scherer
* gnu/packages/wm.scm (stumpwm): Update to 23.11. Change-Id: Ia5e0ad8137e033897a4380e71aeed012049d9e22 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-09-26gnu: waybar: Fix missing tray icons on 0.11.0.Josselin Poiret
* gnu/packages/patches/waybar-0.11.0-fix-tray-icons.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/wm.scm (waybar)[source]: Use it. Change-Id: Ib480b815faf3a331e1fc093dee72bb3099df57c5 Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-09-18gnu: waybar: Update to 0.11.0.Ashish SHUKLA via Guix-patches via
* gnu/packages/wm.scm (waybar): Update to 0.11.0. Change-Id: I86f67add1dbd908aec2ff3505ccde36ff494f4ca Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-09-06gnu: wlroots: Update to 0.17.4.Ahmad Draidi via Guix-patches via
* gnu/packages/wm.scm (wlroots): Update to 0.17.4. Change-Id: I4b0f0c1eae71823d9fe7005ace52be862daf8f11 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-08-31gnu: stumpwm: Fix build.Guillaume Le Vaillant
* gnu/packages/wm.scm (stumpwm)[arguments]: Don't refer to nonexistent 'install' phase. Change-Id: I6db6948750175de88f8e47eac10ceb76bff19640
2024-08-31gnu: libdisplay-info: Refer to full hwdata package.Josselin Poiret
* gnu/packages/wm.scm (libdisplay-info): Refer to full hwdata package. Change-Id: I9ce655e33e35a5caee2932317c2fc95c433c6471
2024-08-31gnu: hwdata: Update to 0.374.Hilton Chain
* gnu/packages/pciutils.scm (hwdata): Update to 0.374. [arguments]: Don't modify #:phases. [outputs]: Keep only "out" for pkg-config file. (pciutils)[native-inputs]: Replace hwdata to "out" output. * gnu/packages/graphics.scm (mangohub)[inputs]: Likewise. * gnu/packages/kde-plasma.scm (kwin)[inputs]: Likewise. * gnu/packages/virtualization.scm (libosinfo)[native-inputs]: Likewise. * gnu/packages/wm.scm (wlroots)[native-inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-08-31gnu: Use 'gtk-doc/stable' in native-inputs instead of 'gtk-doc'.Maxime Devos
Commit 9dea1618755891526f708aa335b4136c1302d16e only replaced 'gtk-doc' with 'gtk-doc/stable' in the native-inputs of some packages, but we may as well do this for all packages. * gnu/packages/admin.scm (thermald) [native-inputs]: Replace 'gtk-doc' with 'gtk-doc/stable'. * gnu/packages/glib.scm (glib-with-documentation): Likewise. * gnu/packages/mate.scm (mate-desktop, atril, caja-extensions) (mate-utils, eom, engrampa, pluma, mate-polkit) [native-inputs]: Likewise. * gnu/packages/messaging.scm (libgnt, loudmouth) [native-inputs]: Likewise. * gnu/packages/music.scm (denemo, gsequencer) [native-inputs]: Likewise. * gnu/packages/photo.scm (entangle) [native-inputs]: Likewise. * gnu/packages/security-token.scm (libu2f-host, libu2f-server) [native-inputs]: Likewise. * gnu/packages/wm.scm (keybinder, keybinder-3.0) [native-inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I6c647ff1394e0a48bef0e6fb1ae43533673f1d79
2024-08-31gnu: awesome: Add 'bash' input for 'wrap-program'.Maxime Devos
It is required for cross-compilation. * gnu/packages/wm.scm (awesome): Delete trailing #t. [inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I3dd64b3ddc2884bd269ec5d07a58ef8944e848ff
2024-08-31gnu: Remove unneeded libxml2 from native-inputs. (xmlto)Bruno Victal
The native-search-paths from libxslt are reused within xmlto to provide XML_CATALOG_FILES and SGML_CATALOG_FILES so it's unnecessary to include libxml2 for the same effect. * gnu/packages/wm.scm (i3status, awesome)[native-inputs]: Remove libxml2. * gnu/packages/xml.scm (opensp)[native-inputs]: Ditto. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-08-18gnu: swaylock: Update to 1.8.0.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (swaylock): Update to 1.8.0. Change-Id: Ie1cbc553f9113b0bbc56f4478c7194b8d78958c4
2024-08-23gnu: kanshi: Fix cross-compilation.Zheng Junjie
* gnu/packages/wm.scm (kanshi)[native-inputs]: Add wayland. Remove libscfg. When cross-compilation, Add pkg-config-for-build. [inputs]: Add libscfg. Change-Id: I45c17196dfc85157afa31dd4ae6db579dfc37723
2024-08-23gnu: kanshi: Update to 1.7.0.Wilko Meyer
* gnu/packages/wm.scm (kanshi): Update to 1.7.0. Change-Id: Ieb5a8c732bf19eb7693a22587e5eee1c72cbf8c5 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-08-10gnu: xmonad: Re-add xmonad.desktop file.EuAndreh
* gnu/packages/wm.scm (xmonad)[arguments]: Add 'install-xsession phase that was removed in previous automated update. Change-Id: Iac02b4c6e7a73c9b354c52b46eb39dca8156b1c3
2024-08-05gnu: fnott: Update to 1.7.0.Ashish SHUKLA via Guix-patches via
* gnu/packages/wm.scm (fnott): Update to 1.7.0. Change-Id: Ia139be3cd0916a6f6147416641085396bebb6d04 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-08-05gnu: icewm: Update to 3.6.0.Andy Tai
* gnu/packages/wm.scm (icewm): Update to 3.6.0. Change-Id: Ife456c50f795ec239d5c411dfa72981f1b10d94e Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-08-01gnu: waybar: Update to 0.10.4.Danny Milosavljevic
* gnu/packages/wm.scm (waybar): Update to 0.10.4. Change-Id: I90c408e524f5e1d3a49a78925f908b10607342d3
2024-07-30gnu: yambar-wayland: Enable pulseaudio module.Ashish SHUKLA
* gnu/packages/wm.scm (yambar-wayland)[inputs]: Add pulseaudio. Change-Id: I1d4933ef10557ed06b9f00f21b466a4ea19be910 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-07-26gnu: labwc: Update to 0.7.4.Ahmad Draidi
* gnu/packages/wm.scm (labwc): Update to 0.7.4. Change-Id: Ibfc5d73a5526ce33760561e757a2dfb40c5a8bb3 Signed-off-by: Juliana Sims <juli@incana.org> Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-07-25gnu: mako: Update to 1.9.0.Ashish SHUKLA
* gnu/packages/wm.scm (mako): Update to 1.9.0. Change-Id: I38f6ab0ea03457d0ae95f3de625921cf7b9da24c Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-07-07gnu: Add wf-config.Wamm K. D
* gnu/packages/wm.scm (wf-config): New variable. Change-Id: Ie95333b92a8acb5f8b4f8e085e5ab35087bdc105 Signed-off-by: Andreas Enge <andreas@enge.fr>
2024-06-29gnu: stumpwm: Use a single output.Guillaume Le Vaillant
This is a warkaround for the excess library grafts issue that can prevent stumpwm from working properly. See <https://issues.guix.gnu.org/47115> and <https://issues.guix.gnu.org/62890>. * gnu/packages/wm.scm (stumpwm)[outputs]: Remove "lib" output. [arguments]: Remove references to the "lib" output from phases. (stumpwm+slynk, stumpwm-contrib, sbcl-stumpwm-pamixer, sbcl-stumpwm-ttf-fonts, sbcl-stumpwm-stumptray, sbcl-stumpwm-disk, sbcl-stumpwm-screenshot, sbcl-stumpwm-notify, sbcl-stumpwm-battery-portable)[inputs]: Replace '(stumpwm "lib")' with 'stumpwm'. Change-Id: I3d8f025057965032c40ea833d3ebe62f9700071d
2024-06-29gnu: Upgrade to Stackage 20.26.Lars-Dominik Braun
* guix/import/stackage.scm (%default-lts-version): Upgrade to Stackage 20.26. * gnu/packages/patches/ghc-aeson-encodeDouble.patch: New file. * gnu/packages/patches/ghc-clock-realfrag.patch: New file. * gnu/local.mk: Register them. * gnu/packages/haskell-check.scm (ghc-tasty-hedgehog): Update. (ghc-tasty-hspec): Update. (ghc-tasty-expected-failure): Update. (ghc-quickcheck-instances): Update. (ghc-quickcheck-io): Update. (ghc-hspec-contrib): Update. * gnu/packages/haskell-crypto.scm (ghc-curve25519): Update. (ghc-tls): Update. * gnu/packages/haskell-web.scm (ghc-tagsoup): Update. (ghc-http2): Update. (ghc-wai-websockets): Update. (ghc-aeson): Update. (ghc-clientsession): Update. (ghc-yesod-core): Update. (ghc-yesod-persistent): Update. (ghc-wai-cors): Update. * gnu/packages/haskell-xyz.scm (ghc-abstract-par): Update. (ghc-adjunctions): Update. (ghc-aeson-diff): Update. (ghc-base16-bytestring): Update. (ghc-base-compat): Update. (ghc-base-compat-batteries): Update. (ghc-basement): Update. (ghc-bencode): Update. (ghc-bytestring-handle): Update. (ghc-c2hs): Update. (ghc-cassava-megaparsec): Update. (ghc-cborg): Update. (ghc-charset): Update. (ghc-chasingbottoms): Update. (ghc-clock): Update. (ghc-cmark-gfm): Update. (ghc-concurrent-extra): Update. (ghc-concurrent-output): Update. (ghc-conduit-extra): Update. (ghc-constraints): Update. (ghc-convertible): Update. (ghc-csv): Update. (ghc-data-accessor): Update. (ghc-data-ordlist): Update. (ghc-dense-linear-algebra): Update. (ghc-diagrams-core): Update. (ghc-diff): Update. (ghc-dual-tree): Update. (ghc-either): Update. (ghc-errors): Update. (ghc-esqueleto): Update. (ghc-exactprint): Update. (ghc-extensible-exceptions): Update. (ghc-fail): Update. (ghc-filepath-bytestring): Update. (ghc-fingertree): Update. (ghc-fmlist): Update. (ghc-foldl): Update. (ghc-free): Update. (ghc-fsnotify): Update. (ghc-generic-random): Update. (ghc-genvalidity-property): Update. (ghc-groups): Update. (ghc-hackage-security): Update. (ghc-half): Update. (ghc-hashtables): Update. (ghc-haskell-src): Update. (ghc-haskell-src-exts-util): Update. (ghc-hourglass): Update. (ghc-hpack): Update. (ghc-hslua): Update. (ghc-hslua-module-system): Update. (ghc-http-api-data): Update. (ghc-ini): Update. (ghc-inline-c): Update. (ghc-inline-c-cpp): Update. (ghc-interpolate): Update. (ghc-intervals): Update. (ghc-invariant): Update. (ghc-io-streams): Update. (ghc-ipynb): Update. (ghc-kan-extensions): Update. (ghc-lens): Update. (ghc-libmpd): Update. (ghc-libyaml): Update. (ghc-lifted-async): Update. (ghc-linear): Update. (ghc-listlike): Update. (ghc-logict): Update. (ghc-lucid): Update. (ghc-lzma-conduit): Update. (ghc-magic): Update. (ghc-microlens-ghc): Update. (ghc-microlens-mtl): Update. (ghc-microlens-platform): Update. (ghc-missingh): Update. (ghc-mmorph): Update. (ghc-monad-control): Update. (ghc-monad-logger): Update. (ghc-monoid-extras): Update. (ghc-murmur-hash): Update. (ghc-ncurses): Update. (ghc-network-info): Update. (ghc-newtype-generics): Update. (ghc-openglraw): Update. (ghc-text-conversions): Update. (ghc-text-icu): Update. (ghc-text-short): Update. (ghc-text-zipper): Update. (ghc-parsers): Update. (ghc-path): Update. (ghc-peano): Update. (ghc-persistent): Update. (ghc-persistent-sqlite): Update. (ghc-process-extras): Update. (ghc-indexed-profunctors): Update. (ghc-project-template): Update. (ghc-psqueues): Update. (ghc-random): Update. (ghc-reducers): Update. (ghc-refact): Update. (ghc-regex-posix): Update. (ghc-resourcet): Update. (ghc-sdl): Update. (ghc-sdl2-image): Update. (ghc-sdl2-mixer): Update. (ghc-sdl2-ttf): Update. (ghc-sdl2-gfx): Update. (ghc-semigroupoids): Update. (ghc-semigroups): Update. (ghc-shakespeare): Update. (ghc-shelly): Update. (ghc-simple-reflect): Update. (ghc-size-based): Update. (ghc-skylighting-format-latex): Update. (ghc-skylighting-format-ansi): Update. (ghc-skylighting): Update. (ghc-sop-core): Update. (ghc-split): Update. (ghc-splitmix): Update. (ghc-statevar): Update. (ghc-statistics): Update. (ghc-stm-conduit): Update. (ghc-storable-complex): Update. (ghc-storablevector): Update. (ghc-svg-builder): Update. (ghc-temporary-rc): Update. (ghc-terminal-size): Update. (ghc-text-manipulate): Update. (ghc-th-abstraction): Update. (ghc-th-expand-syns): Update. (ghc-th-lift-instances): Update. (ghc-th-orphans): Update. (ghc-timezone-series): Update. (ghc-timezone-olson): Update. (ghc-tldr): Update. (ghc-transformers-compat): Update. (ghc-exception-transformers): Update. (ghc-trifecta): Update. (ghc-turtle): Update. (ghc-unagi-chan): Update. (ghc-unexceptionalio): Update. (ghc-unicode-transforms): Update. (ghc-unix-compat): Update. (ghc-unix-time): Update. (ghc-unliftio): Update. (ghc-commutative-semigroups): Update. (ghc-utf8-string): Update. (ghc-void): Update. (ghc-wl-pprint-text): Update. (ghc-x11-xft): Update. (ghc-xml): Update. (ghc-xml-hamlet): Update. (ghc-yaml): Update. (ghc-zip-archive): Update. (ghc-zlib): Update. (ghc-zstd): Update. (ghc-keys): Update. (ghc-pointed): Update. (ghc-lift-type): Update. (ghc-unicode-collation): Update. (ghc-citeproc): Update. (ghc-commonmark): Update. (ghc-commonmark-extensions): Update. (ghc-genvalidity-hspec): Update. (ghc-netlink): Update. (ghc-doctest-driver-gen): Update. (ghc-mysql): Update. (ghc-persistent-qq): Update. (ghc-persistent-mysql): Update. (ghc-string-conversions): Update. (ghc-postgresql-simple): Update. (ghc-persistent-postgresql): Update. (ghc-filtrable): Update. (ghc-hsyaml-aeson): Update. (ghc-singleton-bool): Update. (ghc-git-lfs): Update. (ghc-nothunks): Update. (ghc-onetuple): Update. (ghc-doctest-parallel): Update. (ghc-ordered-containers): Update. (ghc-hslua-marshalling): Update. (ghc-gridtables): Update. (ghc-should-not-typecheck): Update. (ghc-servant-server): Update. (ghc-recv): Update. (ghc-glib): Update. (ghc-pango): Update. (ghc-monoidal-containers): Update. (ghc-newtype): Update. (ghc-random-shuffle): Update. (ghc-ref-tf): Update. * gnu/packages/irc.scm (glirc): Update. * gnu/packages/purescript.scm (purescript): Update. * gnu/packages/wm.scm (icewm): Update. (ghc-xmobar): Update. Change-Id: I26ef7c2ef06e3075eba3da21947f16708c437f98
2024-06-22gnu: icewm: Update to 3.5.1.Andy Tai
* gnu/packages/wm.scm (icewm): Update to 3.5.1. Change-Id: I7ee341c534cf625c71a9f13fd263be7c9c66b4b1 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-06-22gnu: waybar: Update to 0.10.3.Simeon Prause
Change-Id: I0b62cb4b5d2129d11aa415166c9cbce9abdf0456 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-06-22gnu: Add wbg.dan
* gnu/packages/wm.scm (wbg): New variable. Change-Id: Ib20af5fee37ab258224ead6caf35af3b9c78e802 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-06-13gnu: kanshi: Update to 1.6.0.Wilko Meyer
* gnu/packages/wm.scm (kanshi): Update to 1.6.0. [native-inputs]: Add libscfg. Change-Id: I2be95e7452f708c970f235a149695df69c22b33e Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-06-10gnu: labwc: Update to 0.7.2.Ahmad Draidi
* gnu/packages/wm.scm (labwc): Update to 0.7.2. Change-Id: I2ff485816069c962a9d532472e255305ce35316e Signed-off-by: Andreas Enge <andreas@enge.fr>
2024-05-31gnu: icewm: Update to 3.5.0Andy Tai
* gnu/packages/wm.scm (icewm): update to 3.5.0. Change-Id: I4b4a7befd59e492896fceced0240e934b02c8e7e Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>