pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
qt6: set correct licenses on submodules
Module Name: pkgsrc-wip
Committed By: Niclas Rosenvik <nros%NetBSD.org@localhost>
Pushed By: nros
Date: Sun Oct 3 12:11:52 2021 +0000
Changeset: c1e10f9453600d3c899b0ec6cf47e3313127f3db
Modified Files:
qt6-qt3d/Makefile
qt6-qt5compat/Makefile
qt6-qtbase/Makefile
qt6-qtcharts/Makefile
qt6-qtdatavis3d/Makefile
qt6-qtdeclarative/Makefile
qt6-qtimageformats/Makefile
qt6-qtlottie/Makefile
qt6-qtmultimedia/Makefile
qt6-qtnetworkauth/Makefile
qt6-qtquick3d/Makefile
qt6-qtquicktimeline/Makefile
qt6-qtscxml/Makefile
qt6-qtshadertools/Makefile
qt6-qtsvg/Makefile
qt6-qttools/Makefile
qt6-qtwayland/Makefile
qt6-qtwebchannel/Makefile
qt6-qtwebsockets/Makefile
qt6/Makefile.common
Log Message:
qt6: set correct licenses on submodules
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c1e10f9453600d3c899b0ec6cf47e3313127f3db
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
qt6-qt3d/Makefile | 1 +
qt6-qt5compat/Makefile | 2 ++
qt6-qtbase/Makefile | 2 ++
qt6-qtcharts/Makefile | 2 ++
qt6-qtdatavis3d/Makefile | 2 ++
qt6-qtdeclarative/Makefile | 2 ++
qt6-qtimageformats/Makefile | 1 +
qt6-qtlottie/Makefile | 1 +
qt6-qtmultimedia/Makefile | 1 +
qt6-qtnetworkauth/Makefile | 1 +
qt6-qtquick3d/Makefile | 1 +
qt6-qtquicktimeline/Makefile | 1 +
qt6-qtscxml/Makefile | 1 +
qt6-qtshadertools/Makefile | 1 +
qt6-qtsvg/Makefile | 1 +
qt6-qttools/Makefile | 1 +
qt6-qtwayland/Makefile | 1 +
qt6-qtwebchannel/Makefile | 1 +
qt6-qtwebsockets/Makefile | 1 +
qt6/Makefile.common | 1 -
20 files changed, 24 insertions(+), 1 deletion(-)
diffs:
diff --git a/qt6-qt3d/Makefile b/qt6-qt3d/Makefile
index 50ad726fbc..2a1824207f 100644
--- a/qt6-qt3d/Makefile
+++ b/qt6-qt3d/Makefile
@@ -4,6 +4,7 @@ DISTNAME= qt3d-everywhere-src-${QTVERSION}
PKGNAME= qt6-qt3d-${QTVERSION}
COMMENT= Qt6 3d
CATEGORIES= graphics
+LICENSE= gnu-lgpl-v3 OR gnu-gpl-v2 OR gnu-gpl-v3
CONFIGURE_ARGS+= -system-assimp
CONFIGURE_ARGS+= -no-fbxsdk
diff --git a/qt6-qt5compat/Makefile b/qt6-qt5compat/Makefile
index 860b79b238..359f5069c2 100644
--- a/qt6-qt5compat/Makefile
+++ b/qt6-qt5compat/Makefile
@@ -5,6 +5,8 @@ PKGNAME= qt6-qt5compat-${QTVERSION}
COMMENT= Qt6 module for Qt5 portability
CATEGORIES= x11
+LICENSE= gnu-lgpl-v3 OR gnu-gpl-v2 OR gnu-gpl-v3
+
.include "../../wip/qt6-qtbase/Makefile.common"
.include "../../wip/qt6-qtbase/buildlink3.mk"
diff --git a/qt6-qtbase/Makefile b/qt6-qtbase/Makefile
index f36cba678b..2614c153cf 100644
--- a/qt6-qtbase/Makefile
+++ b/qt6-qtbase/Makefile
@@ -5,6 +5,8 @@ PKGNAME= qt6-qtbase-${QTVERSION}
COMMENT= C++ X GUI toolkit
CATEGORIES= x11
+LICENSE= gnu-lgpl-v3 OR gnu-gpl-v2 OR gnu-gpl-v3
+
.include "../../wip/qt6-qtbase/Makefile.common"
HAS_CONFIGURE= yes
diff --git a/qt6-qtcharts/Makefile b/qt6-qtcharts/Makefile
index 6179af6c26..6d93b685a3 100644
--- a/qt6-qtcharts/Makefile
+++ b/qt6-qtcharts/Makefile
@@ -5,6 +5,8 @@ PKGNAME= qt6-qtcharts-${QTVERSION}
COMMENT= Qt6 module with charts controls
CATEGORIES= x11
+LICENSE= gnu-gpl-v3
+
.include "../../wip/qt6-qtbase/Makefile.common"
.include "../../wip/qt6-qtbase/buildlink3.mk"
diff --git a/qt6-qtdatavis3d/Makefile b/qt6-qtdatavis3d/Makefile
index 0ae8f36d2c..bfe660d903 100644
--- a/qt6-qtdatavis3d/Makefile
+++ b/qt6-qtdatavis3d/Makefile
@@ -5,6 +5,8 @@ PKGNAME= qt6-qtdatavis3d-${QTVERSION}
COMMENT= Qt6 module for data visualization
CATEGORIES= graphics
+LICENSE= gnu-gpl-v3
+
.include "../../wip/qt6-qtbase/Makefile.common"
.include "../../wip/qt6-qtbase/buildlink3.mk"
diff --git a/qt6-qtdeclarative/Makefile b/qt6-qtdeclarative/Makefile
index 3232e8bb0b..0df3e8e045 100644
--- a/qt6-qtdeclarative/Makefile
+++ b/qt6-qtdeclarative/Makefile
@@ -5,6 +5,8 @@ PKGNAME= qt6-qtdeclarative-${QTVERSION}
COMMENT= Qt6 module for declarative framework
CATEGORIES= x11
+LICENSE= gnu-lgpl-v3 OR gnu-gpl-v2 OR gnu-gpl-v3
+
.include "../../wip/qt6-qtbase/Makefile.common"
#Fixme: for some reason this package creates an empty
diff --git a/qt6-qtimageformats/Makefile b/qt6-qtimageformats/Makefile
index 7dab3e04c7..d47ffc6b69 100644
--- a/qt6-qtimageformats/Makefile
+++ b/qt6-qtimageformats/Makefile
@@ -4,6 +4,7 @@ DISTNAME= qtimageformats-everywhere-src-${QTVERSION}
PKGNAME= qt6-qtimageformats-${QTVERSION}
COMMENT= Extra image handlers for Qt6
CATEGORIES= graphics
+LICENSE= gnu-lgpl-v2.1 OR gnu-lgpl-v3 OR gnu-gpl-v2 OR gnu-gpl-v3
.include "../../wip/qt6-qtbase/Makefile.common"
diff --git a/qt6-qtlottie/Makefile b/qt6-qtlottie/Makefile
index 7b4e571c2f..b6e2c524fb 100644
--- a/qt6-qtlottie/Makefile
+++ b/qt6-qtlottie/Makefile
@@ -4,6 +4,7 @@ DISTNAME= qtlottie-everywhere-src-${QTVERSION}
PKGNAME= qt6-qtlottie-${QTVERSION}
COMMENT= Qt6 module for lottie animations
CATEGORIES= graphics
+LICENSE= gnu-gpl-v3
.include "../../wip/qt6-qtbase/Makefile.common"
diff --git a/qt6-qtmultimedia/Makefile b/qt6-qtmultimedia/Makefile
index 767c7b2168..01feca5dee 100644
--- a/qt6-qtmultimedia/Makefile
+++ b/qt6-qtmultimedia/Makefile
@@ -4,6 +4,7 @@ DISTNAME= qtmultimedia-everywhere-src-${QTVERSION}
PKGNAME= qt6-qtmultimedia-${QTVERSION}
COMMENT= Qt6 module with multimedia
CATEGORIES= multimedia
+LICENSE= gnu-lgpl-v3 OR gnu-gpl-v2 OR gnu-gpl-v3
CONFIGURE_ARGS+= -no-alsa
diff --git a/qt6-qtnetworkauth/Makefile b/qt6-qtnetworkauth/Makefile
index a8aaa710e0..bf1abd6bcc 100644
--- a/qt6-qtnetworkauth/Makefile
+++ b/qt6-qtnetworkauth/Makefile
@@ -4,6 +4,7 @@ DISTNAME= qtnetworkauth-everywhere-src-${QTVERSION}
PKGNAME= qt6-qtnetworkauth-${QTVERSION}
COMMENT= Qt6 module with auth libraries
CATEGORIES= net security
+LICENSE= gnu-gpl-v3
.include "../../wip/qt6-qtbase/Makefile.common"
diff --git a/qt6-qtquick3d/Makefile b/qt6-qtquick3d/Makefile
index 0028a64572..3798afc48e 100644
--- a/qt6-qtquick3d/Makefile
+++ b/qt6-qtquick3d/Makefile
@@ -4,6 +4,7 @@ DISTNAME= qtquick3d-everywhere-src-${QTVERSION}
PKGNAME= qt6-qtquick3d-${QTVERSION}
COMMENT= 3d engine for Qt6 quick
CATEGORIES= graphics
+LICENSE= gnu-gpl-v3
.include "../../wip/qt6-qtbase/Makefile.common"
diff --git a/qt6-qtquicktimeline/Makefile b/qt6-qtquicktimeline/Makefile
index 9381423d1e..1507186048 100644
--- a/qt6-qtquicktimeline/Makefile
+++ b/qt6-qtquicktimeline/Makefile
@@ -4,6 +4,7 @@ DISTNAME= qtquicktimeline-everywhere-src-${QTVERSION}
PKGNAME= qt6-qtquicktimeline-${QTVERSION}
COMMENT= Qt6 quick controls for keyframe animation
CATEGORIES= x11
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
.include "../../wip/qt6-qtbase/Makefile.common"
diff --git a/qt6-qtscxml/Makefile b/qt6-qtscxml/Makefile
index 93cc0b8938..1139eed66a 100644
--- a/qt6-qtscxml/Makefile
+++ b/qt6-qtscxml/Makefile
@@ -4,6 +4,7 @@ DISTNAME= qtscxml-everywhere-src-${QTVERSION}
PKGNAME= qt6-qtscxml-${QTVERSION}
COMMENT= Qt6 module for scxml support
CATEGORIES= devel
+LICENSE= gnu-lgpl-v3 OR gnu-gpl-v3
.include "../../wip/qt6-qtbase/Makefile.common"
diff --git a/qt6-qtshadertools/Makefile b/qt6-qtshadertools/Makefile
index f442481c23..2c85a896e9 100644
--- a/qt6-qtshadertools/Makefile
+++ b/qt6-qtshadertools/Makefile
@@ -4,6 +4,7 @@ DISTNAME= qtshadertools-everywhere-src-${QTVERSION}
PKGNAME= qt6-qtshadertools-${QTVERSION}
COMMENT= Qt6 shadertools
CATEGORIES= graphics
+LICENSE= gnu-gpl-v3
.include "../../wip/qt6-qtbase/Makefile.common"
diff --git a/qt6-qtsvg/Makefile b/qt6-qtsvg/Makefile
index ba4dea55c6..2986b2b768 100644
--- a/qt6-qtsvg/Makefile
+++ b/qt6-qtsvg/Makefile
@@ -4,6 +4,7 @@ DISTNAME= qtsvg-everywhere-src-${QTVERSION}
PKGNAME= qt6-qtsvg-${QTVERSION}
COMMENT= Qt6 module for SVG
CATEGORIES= graphics
+LICENSE= gnu-lgpl-v2.1 OR gnu-lgpl-v3 OR gnu-gpl-v2 OR gnu-gpl-v3
.include "../../wip/qt6-qtbase/Makefile.common"
diff --git a/qt6-qttools/Makefile b/qt6-qttools/Makefile
index 4adea3cab4..74621f5ced 100644
--- a/qt6-qttools/Makefile
+++ b/qt6-qttools/Makefile
@@ -4,6 +4,7 @@ DISTNAME= qttools-everywhere-src-${QTVERSION}
PKGNAME= qt6-qttools-${QTVERSION}
COMMENT= Qt6 tools
CATEGORIES= x11
+LICENSE= gnu-lgpl-v3 OR gnu-gpl-v2 OR gnu-gpl-v3
.include "../../wip/qt6-qtbase/Makefile.common"
diff --git a/qt6-qtwayland/Makefile b/qt6-qtwayland/Makefile
index 27e3efce1e..5be3e99454 100644
--- a/qt6-qtwayland/Makefile
+++ b/qt6-qtwayland/Makefile
@@ -4,6 +4,7 @@ DISTNAME= qtwayland-everywhere-src-${QTVERSION}
PKGNAME= qt6-qtwayland-${QTVERSION}
COMMENT= Qt6 wayland
CATEGORIES= x11
+LICENSE= gnu-lgpl-v3 OR gnu-gpl-v2 OR gnu-gpl-v3
.include "../../wip/qt6-qtbase/Makefile.common"
diff --git a/qt6-qtwebchannel/Makefile b/qt6-qtwebchannel/Makefile
index 91f5e74ca9..f92513fa1b 100644
--- a/qt6-qtwebchannel/Makefile
+++ b/qt6-qtwebchannel/Makefile
@@ -4,6 +4,7 @@ DISTNAME= qtwebchannel-everywhere-src-${QTVERSION}
PKGNAME= qt6-qtwebchannel-${QTVERSION}
COMMENT= Qt6 webchannel module
CATEGORIES= www
+LICENSE= gnu-lgpl-v3 OR gnu-gpl-v2 OR gnu-gpl-v3
.include "../../wip/qt6-qtbase/Makefile.common"
diff --git a/qt6-qtwebsockets/Makefile b/qt6-qtwebsockets/Makefile
index 9c1101bb7c..8921ad6082 100644
--- a/qt6-qtwebsockets/Makefile
+++ b/qt6-qtwebsockets/Makefile
@@ -4,6 +4,7 @@ DISTNAME= qtwebsockets-everywhere-src-${QTVERSION}
PKGNAME= qt6-websockets-${QTVERSION}
COMMENT= Qt6 module for websockets communication
CATEGORIES= net
+LICENSE= gnu-lgpl-v3 OR gnu-gpl-v2 OR gnu-gpl-v3
.include "../../wip/qt6-qtbase/Makefile.common"
diff --git a/qt6/Makefile.common b/qt6/Makefile.common
index 5206ae5487..92a39844cb 100644
--- a/qt6/Makefile.common
+++ b/qt6/Makefile.common
@@ -12,7 +12,6 @@ EXTRACT_USING= bsdtar
MAINTAINER?= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://www.qt.io/
-LICENSE= gnu-lgpl-v2.1 AND gnu-lgpl-v3 AND gnu-gpl-v2 AND gnu-gpl-v3
# The qt6 packages install with prefix being a qt6 subdirectory, so
# that it can be installed in parallel with qt5, rather than being an
Home |
Main Index |
Thread Index |
Old Index