pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kdiagram: install .pri files in correct place
Module Name: pkgsrc-wip
Committed By: Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By: markd
Date: Thu Mar 25 19:41:00 2021 +1300
Changeset: d0e6616f195460854f74601fce00f75e1e14b1af
Modified Files:
kdiagram/Makefile
kdiagram/PLIST
Log Message:
kdiagram: install .pri files in correct place
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d0e6616f195460854f74601fce00f75e1e14b1af
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
kdiagram/Makefile | 2 ++
kdiagram/PLIST | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diffs:
diff --git a/kdiagram/Makefile b/kdiagram/Makefile
index 212dffb5a6..45717b26c5 100644
--- a/kdiagram/Makefile
+++ b/kdiagram/Makefile
@@ -15,6 +15,8 @@ BUILD_DEPENDS+= extra-cmake-modules>=5.60.0:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_LANGUAGES= c c++
+CMAKE_ARGS+= -DECM_MKSPECS_INSTALL_DIR=${QTDIR}/mkspecs/modules
+
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../x11/qt5-qttools/buildlink3.mk"
.include "../../x11/qt5-qtsvg/buildlink3.mk"
diff --git a/kdiagram/PLIST b/kdiagram/PLIST
index 407ef440b5..42d4a4a2ed 100644
--- a/kdiagram/PLIST
+++ b/kdiagram/PLIST
@@ -195,8 +195,8 @@ lib/libKChart.so.${PKGVERSION}
lib/libKGantt.so
lib/libKGantt.so.2
lib/libKGantt.so.${PKGVERSION}
-mkspecs/modules/qt_KChart.pri
-mkspecs/modules/qt_KGantt.pri
+qt5/mkspecs/modules/qt_KChart.pri
+qt5/mkspecs/modules/qt_KGantt.pri
share/locale/ar/LC_MESSAGES/kchart_qt.qm
share/locale/ar/LC_MESSAGES/kgantt_qt.qm
share/locale/ast/LC_MESSAGES/kchart_qt.qm
Home |
Main Index |
Thread Index |
Old Index