pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS in plasma5 apps
Module Name: pkgsrc-wip
Committed By: Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By: markd
Date: Thu Aug 22 08:24:38 2024 +1200
Changeset: 28210c691cf64e057630a70c98399bf64db081e1
Modified Files:
kde-gtk-config/Makefile
plasma-desktop/Makefile
plasma-workspace/Makefile
powerdevil/Makefile
Log Message:
CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS in plasma5 apps
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=28210c691cf64e057630a70c98399bf64db081e1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
kde-gtk-config/Makefile | 2 +-
plasma-desktop/Makefile | 2 +-
plasma-workspace/Makefile | 2 +-
powerdevil/Makefile | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diffs:
diff --git a/kde-gtk-config/Makefile b/kde-gtk-config/Makefile
index b7c9006152..dc07bb549b 100644
--- a/kde-gtk-config/Makefile
+++ b/kde-gtk-config/Makefile
@@ -9,7 +9,7 @@ LICENSE= gnu-lgpl-v2.1
.include "../../meta-pkgs/kde/plasma5.mk"
-CMAKE_ARGS+= -DBUILDLINK_DIR=${BUILDLINK_DIR}
+CMAKE_CONFIGURE_ARGS+= -DBUILDLINK_DIR=${BUILDLINK_DIR}
DEPENDS+= kde-cli-tools>=${PLASMAVER}:../../wip/kde-cli-tools
diff --git a/plasma-desktop/Makefile b/plasma-desktop/Makefile
index bb3f1eec5d..82b461da99 100644
--- a/plasma-desktop/Makefile
+++ b/plasma-desktop/Makefile
@@ -17,7 +17,7 @@ DEPENDS+= qt5-qtgraphicaleffects-[0-9]*:../../x11/qt5-qtgraphicaleffects
USE_TOOLS+= msgmerge pkg-config
-CMAKE_ARGS+= -DKAUTH_DBUS_DIR=${PREFIX}/share/examples/plasma-desktop
+CMAKE_CONFIGURE_ARGS+= -DKAUTH_DBUS_DIR=${PREFIX}/share/examples/plasma-desktop
#REPLACE_PYTHON+= kcms/ksmserver/kconf_update/ksmserver_update_loginMode_value.py
CHECK_INTERPRETER_SKIP+= share/kconf_update/*
diff --git a/plasma-workspace/Makefile b/plasma-workspace/Makefile
index 21f48490a5..2e8e7a676d 100644
--- a/plasma-workspace/Makefile
+++ b/plasma-workspace/Makefile
@@ -21,7 +21,7 @@ DEPENDS+= plasma-integration>=${PLASMAVER}:../../wip/plasma-integration
USE_TOOLS+= gmake msgmerge pkg-config
GCC_REQD+= 10 # default member initializers for bit-fields in kcms/lookandfeel/lookandfeelmanager.h
-#CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Debug
+#CMAKE_CONFIGURE_ARGS+= -DCMAKE_BUILD_TYPE=Debug
# generation of ksmserver.moc fails when ${PREFIX}/include in the moc include path
SUBST_CLASSES+= fix-moc
diff --git a/powerdevil/Makefile b/powerdevil/Makefile
index 0c8ee4d902..585faaecae 100644
--- a/powerdevil/Makefile
+++ b/powerdevil/Makefile
@@ -13,7 +13,7 @@ TOOL_DEPENDS+= kdoctools>=5.19.0:../../devel/kdoctools
USE_TOOLS+= msgmerge
-CMAKE_ARGS+= -DKAUTH_DBUS_DIR=${PREFIX}/share/examples/powerdevil
+CMAKE_CONFIGURE_ARGS+= -DKAUTH_DBUS_DIR=${PREFIX}/share/examples/powerdevil
SUBST_CLASSES+= xdg
SUBST_STAGE.xdg= pre-configure
Home |
Main Index |
Thread Index |
Old Index