pkgsrc-WIP-changes archive

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

libqtxdg: swithc to cmake/build.mk



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

Modified Files:
	libqtxdg/Makefile

Log Message:
libqtxdg: swithc 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=c54501a9b28c3a93a025c08b5dc5e3bb622eb477

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

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

diffs:
diff --git a/libqtxdg/Makefile b/libqtxdg/Makefile
index ba93173fdc..0437743bed 100644
--- a/libqtxdg/Makefile
+++ b/libqtxdg/Makefile
@@ -15,9 +15,6 @@ USE_CMAKE=	yes
 USE_TOOLS+=	pkg-config
 USE_LANGUAGES=	c c++
 
-CONFIGURE_DIRS=	build
-CMAKE_ARG_PATH=	..
-
 QTXDG_CONF=		share/lxqt
 PKG_SYSCONFSUBDIR=	xdg
 
@@ -35,9 +32,6 @@ CONF_FILES+=	${QTXDG_CONF}/qtxdg.conf \
 
 BUILDLINK_TRANSFORM.SunOS+=	rm:-fuse-linker-plugin
 
-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
 
@@ -49,4 +43,5 @@ DEPENDS+=	{xterm,mxterm}-[0-9]*:../../x11/xterm
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../x11/qt6-qtbase/buildlink3.mk"
 .include "../../graphics/qt6-qtsvg/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index