pkgsrc-WIP-changes archive

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

layer-shell-qt6: fic build



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Thu Jun 6 19:46:53 2024 +0200
Changeset:	630dd755ded36e9f95dc351e27160ad0929314d0

Modified Files:
	layer-shell-qt6/Makefile
	layer-shell-qt6/PLIST

Log Message:
layer-shell-qt6: fic build

Thanks to wiz@ for pointing it out.

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

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

diffstat:
 layer-shell-qt6/Makefile |  7 +++++++
 layer-shell-qt6/PLIST    | 20 +++++++++++++++++---
 2 files changed, 24 insertions(+), 3 deletions(-)

diffs:
diff --git a/layer-shell-qt6/Makefile b/layer-shell-qt6/Makefile
index 7d77a107cd..6db690147d 100644
--- a/layer-shell-qt6/Makefile
+++ b/layer-shell-qt6/Makefile
@@ -16,6 +16,13 @@ TOOL_DEPENDS+=	qt6-qttools-[0-9]*:../../devel/qt6-qttools
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	pkg-config
 
+.include "../../mk/bsd.fast.prefs.mk"
+.if ${OPSYS} == "NetBSD"
+# Work-around bad use-warning check in GNU ld 2.26
+# Stolen from /usr/pkgsrc/meta-pkgs/kde/Makefile.common
+BUILDLINK_TRANSFORM+=	rm:-Wl,--fatal-warnings
+.endif
+
 .include "../../devel/wayland-protocols/buildlink3.mk"
 .include "../../x11/qt6-qtbase/buildlink3.mk"
 .include "../../devel/qt6-qtwayland/buildlink3.mk"
diff --git a/layer-shell-qt6/PLIST b/layer-shell-qt6/PLIST
index 92ba51a2d7..c2f8180f3f 100644
--- a/layer-shell-qt6/PLIST
+++ b/layer-shell-qt6/PLIST
@@ -1,4 +1,18 @@
 @comment $NetBSD$
-@comment TODO: to fill this file with the file listing:
-@comment TODO: 1. run "/usr/bin/make package"
-@comment TODO: 2. run "/usr/bin/make print-PLIST"
+include/LayerShellQt/Shell
+include/LayerShellQt/Window
+include/LayerShellQt/layershellqt_export.h
+include/LayerShellQt/shell.h
+include/LayerShellQt/window.h
+lib/cmake/LayerShellQt/LayerShellQtConfig.cmake
+lib/cmake/LayerShellQt/LayerShellQtConfigVersion.cmake
+lib/cmake/LayerShellQt/LayerShellQtTargets-noconfig.cmake
+lib/cmake/LayerShellQt/LayerShellQtTargets.cmake
+lib/libLayerShellQtInterface.so
+lib/libLayerShellQtInterface.so.6
+lib/libLayerShellQtInterface.so.${PKGVERSION}
+lib/plugins/wayland-shell-integration/liblayer-shell.so
+lib/qml/org/kde/layershell/LayerShellQtQml.qmltypes
+lib/qml/org/kde/layershell/kde-qmlmodule.version
+lib/qml/org/kde/layershell/libLayerShellQtQml.so
+lib/qml/org/kde/layershell/qmldir


Home | Main Index | Thread Index | Old Index