pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-Cura: convert to cmake/build.mk
Module Name: pkgsrc-wip
Committed By: Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By: steleto
Date: Thu Jan 1 19:00:23 2026 +0900
Changeset: 73cd11971071a3528beca8840ccc10d048f9037e
Modified Files:
py-Cura/Makefile
Log Message:
py-Cura: convert 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=73cd11971071a3528beca8840ccc10d048f9037e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-Cura/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/py-Cura/Makefile b/py-Cura/Makefile
index b87a349426..eaca1af541 100644
--- a/py-Cura/Makefile
+++ b/py-Cura/Makefile
@@ -13,7 +13,6 @@ HOMEPAGE= https://github.com/Ultimaker/Cura/
COMMENT= 3D printer / slicing GUI built on top of the Uranium framework
LICENSE= gnu-lgpl-v3
-USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
@@ -35,10 +34,11 @@ SUBST_MESSAGE.fix-version= Fixing Cura version.
SUBST_FILES.fix-version= CMakeLists.txt
SUBST_SED.fix-version= -e "s,\(CURA_VERSION\) \"master\",\1 \"${GITHUB_TAG}\",g"
-PYTHON_VERSIONS_ACCEPTED= 311 310
+PYTHON_VERSIONS_ACCEPTED= 311
PY_PATCHPLIST= YES
+.include "../../devel/cmake/build.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
Home |
Main Index |
Thread Index |
Old Index