pkgsrc-WIP-changes archive

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

qtxdg-tools: switch to cmake/build.mk



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Mon May 27 14:39:21 2024 +0200
Changeset:	9c76903a98baf4ce18be2c925870cf75076e75be

Modified Files:
	qtxdg-tools/Makefile

Log Message:
qtxdg-tools: switch to cmake/build.mk

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

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

diffstat:
 qtxdg-tools/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diffs:
diff --git a/qtxdg-tools/Makefile b/qtxdg-tools/Makefile
index 0dccc38776..c3bc46b7d0 100644
--- a/qtxdg-tools/Makefile
+++ b/qtxdg-tools/Makefile
@@ -15,15 +15,10 @@ USE_CMAKE=	yes
 USE_TOOLS+=	pkg-config
 USE_LANGUAGES=	c c++
 
-CONFIGURE_DIRS=	build
-CMAKE_ARG_PATH=	..
-
-pre-configure:
-	${MKDIR} -p ${WRKSRC}/build
-
 TOOL_DEPENDS+=	lxqt-build-tools>=2.0.0:../../wip/lxqt2-build-tools
 TOOL_DEPENDS+=	qt6-qttools-[0-9]*:../../devel/qt6-qttools
 
 .include "../../x11/qt6-qtbase/buildlink3.mk"
 .include "../../wip/libqtxdg/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index