Date: Tue, 10 Oct 2023 03:55:21 GMT From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c49d2372984c - main - graphics/qt6-wayland: Fix pkg-plist Message-ID: <202310100355.39A3tLnX037324@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=c49d2372984c4cb43494578dd9dea5814b8d83b7 commit c49d2372984c4cb43494578dd9dea5814b8d83b7 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2023-10-10 03:37:48 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2023-10-10 03:55:10 +0000 graphics/qt6-wayland: Fix pkg-plist PR: 274378 Reported by: jbeich MFH: 2023Q4 --- graphics/qt6-wayland/Makefile | 1 + graphics/qt6-wayland/pkg-plist | 2 ++ 2 files changed, 3 insertions(+) diff --git a/graphics/qt6-wayland/Makefile b/graphics/qt6-wayland/Makefile index a96319c2ec45..4a0d48ea0c4c 100644 --- a/graphics/qt6-wayland/Makefile +++ b/graphics/qt6-wayland/Makefile @@ -1,5 +1,6 @@ PORTNAME= wayland DISTVERSION= ${QT6_VERSION} +PORTREVISION= 1 CATEGORIES= graphics wayland PKGNAMEPREFIX= qt6- diff --git a/graphics/qt6-wayland/pkg-plist b/graphics/qt6-wayland/pkg-plist index 02eeb30489fe..cbf55d9c9cf6 100644 --- a/graphics/qt6-wayland/pkg-plist +++ b/graphics/qt6-wayland/pkg-plist @@ -97,6 +97,7 @@ %%QT_INCDIR%%/QtWaylandClient/qtwaylandclientexports.h %%QT_INCDIR%%/QtWaylandClient/qtwaylandclientglobal.h %%QT_INCDIR%%/QtWaylandClient/qtwaylandclientversion.h +%%QT_INCDIR%%/QtWaylandClient/qwaylandclientexport.h %%QT_INCDIR%%/QtWaylandClient/qwaylandclientextension.h %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qtwaylandcompositor-config_p.h %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qtwaylandcompositorglobal_p.h @@ -260,6 +261,7 @@ %%QT_INCDIR%%/QtWaylandCompositor/qwaylandcompositorextension.h %%QT_INCDIR%%/QtWaylandCompositor/qwaylanddestroylistener.h %%QT_INCDIR%%/QtWaylandCompositor/qwaylanddrag.h +%%QT_INCDIR%%/QtWaylandCompositor/qwaylandexport.h %%QT_INCDIR%%/QtWaylandCompositor/qwaylandidleinhibitv1.h %%QT_INCDIR%%/QtWaylandCompositor/qwaylandinputmethodcontrol.h %%QT_INCDIR%%/QtWaylandCompositor/qwaylandiviapplication.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310100355.39A3tLnX037324>