pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/cool-retro-term



Module Name:    pkgsrc
Committed By:   rhialto
Date:           Mon Oct  7 18:16:50 UTC 2024

Modified Files:
        pkgsrc/x11/cool-retro-term: Makefile

Log Message:
x11/cool-retro-term: add missing dependency

Without it you get

QQmlApplicationEngine failed to load component
qrc:/main.qml:148:5: Type SettingsWindow unavailable
qrc:/SettingsWindow.qml:25:1: module "QtQuick.Dialogs" is not installed
Cannot load QML interface


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/cool-retro-term/Makefile

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

Modified files:

Index: pkgsrc/x11/cool-retro-term/Makefile
diff -u pkgsrc/x11/cool-retro-term/Makefile:1.16 pkgsrc/x11/cool-retro-term/Makefile:1.17
--- pkgsrc/x11/cool-retro-term/Makefile:1.16    Wed May 29 16:34:58 2024
+++ pkgsrc/x11/cool-retro-term/Makefile Mon Oct  7 18:16:50 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2024/05/29 16:34:58 adam Exp $
+# $NetBSD: Makefile,v 1.17 2024/10/07 18:16:50 rhialto Exp $
 
 DISTNAME=      cool-retro-term-1.2.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Swordfish90/}
 
@@ -40,6 +40,7 @@ DEPENDS+=     qt5-qtgraphicaleffects-[0-9]*:
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qtdeclarative/buildlink3.mk"
+.include "../../x11/qt5-qtquickcontrols/buildlink3.mk"
 .include "../../x11/qt5-qtquickcontrols2/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index