pkgsrc-WIP-changes archive

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

libfm-qt: switch to cmake/build.mk



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

Modified Files:
	libfm-qt/Makefile

Log Message:
libfm-qt: 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=6d75b92c71568ae6568f2f7a3db29431dc687446

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

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

diffs:
diff --git a/libfm-qt/Makefile b/libfm-qt/Makefile
index c9085bb4d1..e5ac928022 100644
--- a/libfm-qt/Makefile
+++ b/libfm-qt/Makefile
@@ -15,9 +15,6 @@ USE_CMAKE=	yes
 USE_TOOLS+=	pkg-config perl
 USE_LANGUAGES=	c c++
 
-CONFIGURE_DIRS=	build
-CMAKE_ARG_PATH=	..
-
 CMAKE_ARGS+=	-DCMAKE_PREFIX_PATH:PATH=${PREFIX}/qt6
 
 PKG_SYSCONFSUBDIR=	xdg
@@ -34,11 +31,9 @@ DEPENDS+=	lxqt-menu-data-[0-9]*:../../wip/lxqt-menu-data
 TOOL_DEPENDS+=	lxqt-build-tools>=2.0.0:../../wip/lxqt2-build-tools
 TOOL_DEPENDS+=	qt6-qttools-[0-9]*:../../devel/qt6-qttools
 
-pre-configure:
-	${MKDIR} -p ${WRKSRC}/build
-
 .include "../../x11/qt6-qtbase/buildlink3.mk"
 .include "../../graphics/libexif/buildlink3.mk"
 .include "../../sysutils/menu-cache/buildlink3.mk"
 .include "../../x11/xcb-util-cursor/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index