pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lxqt-menu-data: switch to cmake/build.mk
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Mon May 27 14:45:05 2024 +0200
Changeset: 415e806766c9af97620d8632ad7fd1f2dd822024
Modified Files:
lxqt-menu-data/Makefile
Log Message:
lxqt-menu-data: 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=415e806766c9af97620d8632ad7fd1f2dd822024
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lxqt-menu-data/Makefile | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diffs:
diff --git a/lxqt-menu-data/Makefile b/lxqt-menu-data/Makefile
index 95fed29e76..febac93819 100644
--- a/lxqt-menu-data/Makefile
+++ b/lxqt-menu-data/Makefile
@@ -15,9 +15,6 @@ USE_CMAKE= yes
USE_TOOLS+= pkg-config perl
USE_LANGUAGES= c c++
-CONFIGURE_DIRS= build
-CMAKE_ARG_PATH= ..
-
MENU_CONF= share/examples/menus
PKG_SYSCONFSUBDIR= xdg
MAKE_DIRS= ${PKG_SYSCONFDIR}/menus
@@ -33,12 +30,10 @@ CONF_FILES+= ${MENU_CONF}/lxqt-applications-fm.menu \
CONF_FILES+= ${MENU_CONF}/lxqt-config.menu \
${PKG_SYSCONFDIR}/menus/lxqt-config.menu
-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
BUILDLINK_API_DEPENDS.qt5-qtbase+= qt6-qtbase>=6.6.0
.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index