pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sddm: needs qttools and qtbase >= 5.15.8



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Mon Jan 16 16:22:13 2023 +0000
Changeset:	132a15d2f9a9059f65f3772bf8d60a85c78bee8e

Modified Files:
	sddm/Makefile

Log Message:
sddm: needs qttools and qtbase >= 5.15.8

This is missing a startup script, and it just hangs for me when
started as root :(

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=132a15d2f9a9059f65f3772bf8d60a85c78bee8e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sddm/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/sddm/Makefile b/sddm/Makefile
index 88246ff3f9..b6c1d7a2ab 100644
--- a/sddm/Makefile
+++ b/sddm/Makefile
@@ -62,7 +62,9 @@ post-install:
 PYTHON_FOR_BUILD_ONLY=	yes
 .include "../../lang/python/pyversion.mk"
 .include "../../x11/libxcb/buildlink3.mk"
+BUILDLINK_API_DEPENDS.qt5-qtbase+=	qt5-qtbase>=5.15.8
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qtdeclarative/buildlink3.mk"
+.include "../../x11/qt5-qttools/buildlink3.mk"
 .include "../../mk/pam.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index