pkgsrc-WIP-changes archive

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

Fix categories in qt6



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%NetBSD.org@localhost>
Pushed By:	nros
Date:		Thu Feb 4 20:03:15 2021 +0000
Changeset:	8ecd6de02da32bf2427eed3b7da51aab6a730afb

Modified Files:
	qt6-qtbase/Makefile
	qt6-qtsvg/Makefile
	qt6/Makefile
	qt6/Makefile.common

Log Message:
Fix categories in qt6

fix categories in qt6, svg belongs more in graphics than in x11

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

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

diffstat:
 qt6-qtbase/Makefile | 1 +
 qt6-qtsvg/Makefile  | 1 +
 qt6/Makefile        | 2 ++
 qt6/Makefile.common | 1 -
 4 files changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/qt6-qtbase/Makefile b/qt6-qtbase/Makefile
index c37282c1ee..ae8e36d98e 100644
--- a/qt6-qtbase/Makefile
+++ b/qt6-qtbase/Makefile
@@ -3,6 +3,7 @@
 DISTNAME=	qtbase-everywhere-src-${QTVERSION}
 PKGNAME=	qt6-qtbase-${QTVERSION}
 COMMENT=	C++ X GUI toolkit
+CATEGORIES=	x11
 
 .include "../../wip/qt6-qtbase/Makefile.common"
 
diff --git a/qt6-qtsvg/Makefile b/qt6-qtsvg/Makefile
index 97109fc43f..1a4db188d8 100644
--- a/qt6-qtsvg/Makefile
+++ b/qt6-qtsvg/Makefile
@@ -3,6 +3,7 @@
 DISTNAME=	qtsvg-everywhere-src-${QTVERSION}
 PKGNAME=	qt6-qtsvg-${QTVERSION}
 COMMENT=	Qt6 module for SVG
+CATEGORIES=	graphics
 
 CONFIGURE_ARGS+=-cmake-use-default-generator
 CONFIGURE_ARGS+=-- -DCMAKE_SKIP_RPATH:BOOL=TRUE
diff --git a/qt6/Makefile b/qt6/Makefile
index 943b5ad381..fa44aaef8b 100644
--- a/qt6/Makefile
+++ b/qt6/Makefile
@@ -4,6 +4,8 @@ DISTNAME=	qt6-${QTVERSION}
 
 COMMENT=	"meta-package" for version 6 of the QT GUI C++ toolkit
 
+CATEGORIES=	meta-pkgs
+
 META_PACKAGE=	yes
 
 .include "Makefile.common"
diff --git a/qt6/Makefile.common b/qt6/Makefile.common
index 294322b6f7..06cf6eec25 100644
--- a/qt6/Makefile.common
+++ b/qt6/Makefile.common
@@ -6,7 +6,6 @@ QTVERSION=	6.0.0
 
 .include "../../mk/bsd.prefs.mk"
 
-CATEGORIES=	x11
 MASTER_SITES=	http://download.qt.io/official_releases/qt/${QTVERSION:R}/${QTVERSION}/submodules/
 EXTRACT_SUFX=	.tar.xz
 EXTRACT_USING=	bsdtar


Home | Main Index | Thread Index | Old Index