summaryrefslogtreecommitdiff
path: root/gnu/packages/display-managers.scm
Commit message (Collapse)AuthorAge
* gnu: sddm: Update to 0.21.0.Sughosha2024-06-24
| | | | | | | | | * gnu/packages/display-managers.scm (sddm): Update to 0.21.0. [arguments]<#:configure-flags>: Add "-DINSTALL_PAM_CONFIGURATION=OFF". Change-Id: Iac61bcc14963c5c2f04659603158f4507fad5da4 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: slim: Update to 1.4.1.Feng Shu2024-04-23
| | | | | | | | * gnu/packages/display-managers.scm (slim): Update to 1.4.1. [arguments]: Do not install systemd files again. Change-Id: Ida6ed99dad7293dc64d91eb4dec0870608afffbe Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: lightdm: Run tests with dbus-1.15.0.Vivien Kraus2024-03-24
| | | | | | | | * gnu/packages/display-managers.scm (lightdm)[native-inputs]: Replace dbus with dbus-1.15.0. Change-Id: Icc3b3f7d4589b60220e15aaa02d2203af308d44c Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: lightdm: Update style.Vivien Kraus2024-03-24
| | | | | | | | * gnu/packages/display-managers.scm (lightdm)[arguments]: Convert to list of G-Expressions. Change-Id: I8d7beb73e636be066d2dbe2588a5ebcb2f5afec0 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: sddm: Update to 0.20.0.Feng Shu2024-01-05
| | | | | | | | | | * gnu/packages/display-managers.scm (sddm)[version]: Update to 0.20.0. [source]: Remove snippet and use git-fetch method instead. [arguments]: Use gexp, remove outdate comment and handle /include/qt5 dir of qtdeclarative. Change-Id: I6f6bd80291c36b1b80c9ff7f2154593cea2c9d87 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: slim: Update to 1.4.0.Feng Shu2023-12-23
| | | | | | | | | | | | | | | | | | | * gnu/packages/display-managers.scm (slim)[version]: Update to 1.4.0. [inputs]: Remove input label. [arguments]: Use gexp and remove fix-0-pointer-comparison. [home-pages]: Update to slim-fork's url. * gnu/packages/patches/slim-config.patch: Port to slim-1.4.0. * gnu/packages/patches/slim-display.patch: Port to slim-1.4.0. * gnu/packages/patches/slim-reset.patch: Deleted, no ablilty to port this patch for big change in v1.4.0. * gnu/packages/patches/slim-session.patch: Deleted. seem to work without this patch, further observation is needed. * gnu/packages/patches/slim-sigusr1.patch: Deleted, fixed in upstream. * gnu/local.mk: Remove slim-reset.patch, slim-session.patch, slim-sigur1.patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add dexy-color-sddm-theme.Sergio Pastor Pérez2023-10-14
| | | | | | * gnu/packages/display-managers.scm (dexy-color-sddm-theme): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add abstractdark-sddm-theme.Sergio Pastor Pérez2023-10-14
| | | | | | * gnu/packages/display-managers.scm (abstractdark-sddm-theme): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lightdm-gtk-greeter: Build with librsvg-for-system.Efraim Flashner2023-08-15
| | | | | * gnu/packages/display-managers.scm (lightdm-gtk-greeter)[inputs]: Replace librsvg with librsvg-for-system.
* gnu: lightdm: Apply patch to fix VNC server address binding ordering.Maxim Cournoyer2023-07-09
| | | | | | | | | | * gnu/packages/patches/lightdm-vnc-ipv6.patch: New patch file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/display-managers.scm (lightdm): Apply it. * gnu/tests/lightdm.scm (run-lightdm-test): Remove comment and expected fail directive for the "can connect to TCP port 5900 on IPv6" test. Suggested-by: Bruno Victal <mirai@makinata.eu>
* gnu: slim: Update homepage.Brian Cully2023-04-30
| | | | | | | | Moved to github, according to https://www.berlios.de/software/slim/. * gnu/packages/display-managers.scm (slim) [home-page]: update URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: slim: Fix build failure with GCC-11Brian Cully2023-04-30
| | | | | | | | | | | | | | | GCC-11 sniffed out a long-standing bug where a pointer was being tested for a negative value, which is impossible. Instead, check for NULL, which is how the error result is actually returned. See https://github.com/iwamatsu/slim/issues/14 for details. Fixes <https://issues.guix.gnu.org/63155>. * gnu/packages/display-managers.scm (slim) [fix-0-pointer-comparison]: new phase Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: sugar-*-sddm-theme: Fix install location.Tobias Kortkamp2023-01-03
| | | | | | | * gnu/packages/display-managers.scm (sugar-dark-sddm-theme, sugar-light-sddm-theme): Fix install location. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* Merge branch 'master' into stagingMarius Bakke2022-08-30
|\
| * gnu: lightdm: Apply patch to fix color depth issue with VNC.Maxim Cournoyer2022-08-28
| | | | | | | | | | | | * gnu/packages/patches/lightdm-vnc-color-depth.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/display-managers.scm (lightdm): Apply it.
| * gnu: lightdm: Apply patch to allow using VNC options.Maxim Cournoyer2022-08-28
| | | | | | | | | | | | * gnu/packages/patches/lightdm-arguments-ordering.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/display-managers.scm (lightdm): Apply it.
| * gnu: lightdm: Apply patch to fix a problem with VNC integration.Maxim Cournoyer2022-08-28
| | | | | | | | | | | | * gnu/packages/patches/lightdm-vncserver-check.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/display-managers.scm (lightdm): Apply it.
| * gnu: lightdm-gtk-greeter: Adjust --enable-at-spi-command value.Maxim Cournoyer2022-08-28
| | | | | | | | | | | | * gnu/packages/display-managers.scm (lightdm-gtk-greeter) [configure-flags]: Add the '--launch-immediately' option to the at-spi-bus-launcher to match what is used in the source.
| * gnu: lightdm-gtk-greeter: Adjust default config file path.Maxim Cournoyer2022-08-28
| | | | | | | | | | * gnu/packages/display-managers.scm (lightdm-gtk-greeter) [phases]{customize-default-config-path}: New phase.
| * gnu: lightdm-gtk-greeter: Enable libklavier support.Maxim Cournoyer2022-08-28
| | | | | | | | | | | | * gnu/packages/display-managers.scm (lightdm-gtk-greeter) [configure-flags]: Add '--with-libxklavier'. [inputs]: Add libxklavier.
| * gnu: lightdm-gtk-greeter: Use the glib-or-gtk-wrap phase as-is.Maxim Cournoyer2022-08-28
| | | | | | | | | | | | | | | | | | * gnu/packages/display-managers.scm (lightdm-gtk-greeter) [configure-flags]: Install binaries to bin/, so the wrap phase of glib-or-gtk handles them. [phases]{wrap-program}: Delete. {custom-wrap}: New phase, wrapping the wrapper with a few extra environment variables.
| * gnu: lightdm-gtk-greeter: Add GDK_PIXBUF_MODULE_FILE to wrapper.Maxim Cournoyer2022-08-28
| | | | | | | | | | | | | | * gnu/packages/display-managers.scm (lightdm-gtk-greeter) [build-system]: Use glib-or-gtk-build-system. [phases]{wrap-program}: Add GDK_PIXBUF_MODULE_FILE to wrapper. [inputs]: Add librsvg.
* | gnu: sddm: Fix building with newer qt-5.Efraim Flashner2022-08-29
|/ | | | | * gnu/packages/display-managers.scm (sddm)[source]: Add snippet to adjust to newer qt-5 code.
* gnu: lightdm: Add bash-minimal as an input.Ludovic Courtès2022-08-05
| | | | | | | Suggested by 'guix lint'. * gnu/packages/display-managers.scm (lightdm)[inputs]: Add BASH-MINIMAL. Replace COREUTILS by COREUTILS-MINIMAL.
* gnu: lightdm-gtk-greeter: Set XCURSOR_PATH in wrapper.L p R n d n2022-08-03
| | | | | | | * gnu/packages/display-managers.scm (lightdm-gtk-greeter) [phases]{wrap-program}: Set XCURSOR_PATH to the current system share/icons. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: lightdm-gtk-greeter: Disable indicator services.L p R n d n2022-08-03
| | | | | | | * gnu/packages/display-managers.scm (lightdm-gtk-greeter) [configure-flags]: Add '--disable-indicator-services-command'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: lightdm-gtk-greeter: Use gexps and new style inputs.Maxim Cournoyer2022-08-03
| | | | | | | | | * gnu/packages/display-managers.scm (lightdm-gtk-greeter)[arguments]: Use gexps. [configure-flags]: Use search-input-file. [phases]{fix-.desktop-file}: Likewise. {wrap-program}: Use search-input-file and this-package-input. [inputs]: Use new style. Add glib.
* gnu: lightdm: Update to 1.32.0.Maxim Cournoyer2022-08-03
| | | | * gnu/packages/display-managers.scm (lightdm): Update to 1.32.0.
* gnu: lightdm: Enable XDMCP support.Maxim Cournoyer2022-08-03
| | | | * gnu/packages/display-managers.scm (lightdm)[inputs]: Add libxdmcp.
* gnu: lightdm: Build AccountsService files.L p R n d n2022-08-03
| | | | | | | * gnu/packages/display-managers.scm (lightdm) [native-inputs]: Add accountsservice. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: lightdm: Install documentation.Maxim Cournoyer2022-08-03
| | | | | * gnu/packages/display-managers.scm (lightdm) [configure-flags]: Add --enable-gtk-doc.
* gnu: qttools: Rename to qttools-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
* gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS
* gnu: qtquickcontrols: Rename to qtquickcontrols-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i git checkout NEWS
* gnu: qtdeclarative: Rename to qtdeclarative-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS
* gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer2022-07-31
| | | | | | | | This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
* gnu: lightdm: Fix build.Maxim Cournoyer2022-06-08
| | | | | | | | | This is a follow-up to commit 26876b66001a1dc45ee6d05015fddd7f5a88676e, migrate the package from Python 2 to Python 3 (but left some commented inputs for tests, breaking the build). * gnu/packages/display-managers.scm (lightdm)[native-inputs]: Un-comment python-wrapper and python-pygobject.
* gnu: lightdm: Update to 1.30.0-0.b7fc321.Maxim Cournoyer2022-05-31
| | | | | | | | | | | | * gnu/packages/display-managers.scm (lightdm): Update to 1.30.0-0.b7fc321. [source]: Use git. [configure-flags]: Add CFLAGS=-Wno-error=missing-prototypes. [phases]: Delete trailing #t. {fix-paths}: Use search-input-file. [inputs]: Add coreutils. [native-inputs]: Use new style. Replace python-2 by python-wrapper and python2-pygobject by python-pygobject. Add autoconf, automake, gtk-doc, libtool, which and yelp-tools.
* gnu: Add sugar-light-sddm-theme.Petr Hodina2021-12-22
| | | | | | * gnu/packages/display-manager.scm (sugar-light-sddm-theme): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add sugar-dark-sddm-theme.Petr Hodina2021-12-22
| | | | | | * gnu/packages/display-manager.scm (sugar-dark-sddm-theme): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\
| * gnu: lightdm-gtk-greeter: Add bash-minimal dependency.Denis 'GNUtoo' Carikli2021-10-28
| | | | | | | | | | | | | | | | | | The bash-minimal dependency is required by the wrap-program, and guix lint suggests to add it in the inputs. * gnu/packages/display-managers.scm (lightdm): add bash-minimal dependency Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: lightdm-gtk-greeter: Update to 2.0.8Denis 'GNUtoo' Carikli2021-10-28
| | | | | | | | | | | | | | | | | | | | | | | | This also fixes the build. Before configure failed with the following error: checking for exo-csource... no configure: error: in `/tmp/guix-build-lightdm-gtk-greeter-2.0.7.drv-0/lightdm-gtk-greeter-2.0.7': configure: error: exo-csource not installed * gnu/packages/display-managers.scm (lightdm): update to 2.0.8 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: sddm: Refer to the 'shadow' input.Efraim Flashner2021-09-03
| | | | | | | | | | | | | | | | This change was suggested by Ludovic Courtès <ludo@gnu.org> to allow users to replace the shadow input in the package. * gnu/packages/display-manager.scm (sddm)[arguments]: In configure-flags refer to the shadow package that is an input.
* | gnu: sddm: Fix build.Efraim Flashner2021-09-02
| | | | | | | | | | * gnu/packages/display-managers.scm (sddm)[arguments]: Use gexp for configure-flags.
* | Merge branch 'master' into core-updatesMarius Bakke2021-06-19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: this merge actually changes the 'curl' and 'python-attrs' derivations, as part of solving caf4a7a2770ef4d05a6e18f40d602e51da749ddc and 12964df69a99de6190422c752fef65ef813f3b6b respectively. 4604d43c0e (gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it cannot currently be tested. Conflicts: gnu/local.mk gnu/packages/aidc.scm gnu/packages/boost.scm gnu/packages/curl.scm gnu/packages/nettle.scm gnu/packages/networking.scm gnu/packages/python-xyz.scm gnu/packages/tls.scm
| * gnu: Rename qtbase to qtbase-5.Maxim Cournoyer2021-06-14
| | | | | | | | | | | | | | | | | | | | | | | | This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit.
* | Merge branch 'master' into core-updatesChristopher Baines2021-03-06
|\|
| * gnu: Add chili-sddm-theme.Zheng Junjie2021-02-25
| | | | | | | | | | | | * gnu/packages/display-managers.scm (chili-sddm-theme): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>