Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2022 03:41:22 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 19ad369b3214 - main - graphics/qt6-wayland: add to wayland virtual category
Message-ID:  <202208230341.27N3fMfQ012905@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=19ad369b321426504791d6e0ee882f4bc50f5749

commit 19ad369b321426504791d6e0ee882f4bc50f5749
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-08-23 03:29:58 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-08-23 03:39:27 +0000

    graphics/qt6-wayland: add to wayland virtual category
    
    qt6-wayland (similar to qt5-wayland) is mostly a leaf package (outside
    of Plasma desktop), so need to be installed manually in order to enable
    native Wayland support in Qt applications. This helps discovery via
    
      $ pkg search -g 'wayland/*'
---
 graphics/qt6-wayland/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/qt6-wayland/Makefile b/graphics/qt6-wayland/Makefile
index 98b39fd53816..84c2492ed6c7 100644
--- a/graphics/qt6-wayland/Makefile
+++ b/graphics/qt6-wayland/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	wayland
 DISTVERSION=	${QT6_VERSION}
-CATEGORIES=	graphics
+CATEGORIES=	graphics wayland
 PKGNAMEPREFIX=	qt6-
 
 MAINTAINER=	kde@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208230341.27N3fMfQ012905>