Search Criteria
Package Details: greetd-qtgreet-qt6 2.0.2-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/greetd-qtgreet.git (read-only, click to copy) |
---|---|
Package Base: | greetd-qtgreet |
Description: | Qt based greeter for greetd |
Upstream URL: | https://gitlab.com/marcusbritanicus/QtGreet |
Licenses: | GPL-3.0-only |
Submitter: | librewish |
Maintainer: | Strit |
Last Packager: | Strit |
Votes: | 5 |
Popularity: | 0.38 |
First Submitted: | 2021-04-04 14:52 (UTC) |
Last Updated: | 2024-08-27 15:36 (UTC) |
Dependencies (22)
- dfl-applications-qt6AUR
- dfl-login1-qt6AUR (dfl-login1-qt6-gitAUR)
- dfl-utils-qt6AUR
- dfl-wayqt-qt6AUR
- mpv (mpv-light-pulseAUR, mpv-vapoursynth-gitAUR, mpv-build-gitAUR, mpv-amd-full-gitAUR, mpv-full-gitAUR, mpv-fullAUR, mpv-gitAUR, mpv-full-build-gitAUR)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- wlroots0.17 (wlroots0.17-hidpi-xpropAUR)
- dfl-applicationsAUR (make)
- dfl-applications-qt6AUR (make)
- dfl-login1AUR (dfl-login1-gitAUR) (make)
- dfl-login1-qt6AUR (dfl-login1-qt6-gitAUR) (make)
- dfl-utilsAUR (make)
- dfl-utils-qt6AUR (make)
- dfl-wayqtAUR (make)
- dfl-wayqt-qt6AUR (make)
- meson (meson-gitAUR) (make)
- mpv (mpv-light-pulseAUR, mpv-vapoursynth-gitAUR, mpv-build-gitAUR, mpv-amd-full-gitAUR, mpv-full-gitAUR, mpv-fullAUR, mpv-gitAUR, mpv-full-build-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR) (make)
- Show 2 more dependencies...
Latest Comments
wjyzxcv commented on 2024-08-09 12:00 (UTC)
I followed the notes on the GitLab page and added
-Dbuild_greetwl=false
to the lines that started withmeson
in PKGBUILD, worked for me.Covkie commented on 2024-08-09 10:42 (UTC)
@jessFrey I solved it by symlinking
/usr/lib/pkgconfig/wlroots-0.18.pc
to/usr/lib/pkgconfig/wlroots.pc
But now i get
/usr/include/qt/QtCore/qfutureinterface.h:284:37: note: remove the ‘< >’ [68/70] Compiling C++ object qtgreet.p/src_widgets_power_power.cpp.o In file included from /usr/include/qt/QtCore/qfuture.h:45, from /usr/include/qt/QtCore/QtCore:97, from /usr/include/qt/QtWidgets/QtWidgetsDepends:3, from /usr/include/qt/QtWidgets/QtWidgets:3, from ../src/widgets/power/power.cpp:21: /usr/include/qt/QtCore/qfutureinterface.h:284:37: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] 284 | explicit QFutureInterface<void>(State initialState = NoState) | ^~~~~ /usr/include/qt/QtCore/qfutureinterface.h:284:37: note: remove the ‘< >’ ninja: build stopped: subcommand failed.
jesseFrey commented on 2024-07-25 12:39 (UTC)
I have wlroots installed, but I'm getting an error about not finding wlroots not being installed: ``Run-time dependency wlroots found: NO (tried pkgconfig and cmake)
meson.build:166:18: ERROR: Dependency "wlroots" not found, tried pkgconfig and cmake``
a_manthey commented on 2024-04-15 16:52 (UTC)
package overrides custom config-files in /etc/qtgreet. Please add backup-array to PKGBUILD.
lmartinez-mirror commented on 2022-09-15 01:39 (UTC)
Adopting so I can take this out back and rewrite it.
boorg commented on 2021-10-22 19:50 (UTC)
Hi, why install script touches
greetd
related things?greeter
user,/etc/greetd
andgreetd.service
are all managed bygreetd
which is listed as dependency here.