From b429d3e32a9d7605e91a976d1bed4f2a49af47d8 Mon Sep 17 00:00:00 2001 From: rsadowski Date: Sun, 11 Jan 2026 19:00:52 +0000 Subject: [PATCH] Replace kdiagram-qt6 with kdiagram (qt6 only) OK and hint by sthen@ --- devel/quirks/Makefile | 2 +- devel/quirks/files/Quirks.pm | 3 +- editors/calligra/Makefile | 3 +- editors/calligraplan/Makefile | 3 +- graphics/Makefile | 1 - graphics/kdiagram-qt6/Makefile | 30 - graphics/kdiagram-qt6/distinfo | 2 - graphics/kdiagram-qt6/pkg/DESCR | 1 - graphics/kdiagram-qt6/pkg/PLIST | 272 --------- graphics/kdiagram/Makefile | 17 +- graphics/kdiagram/distinfo | 4 +- .../kdiagram/patches/patch-CMakeLists_txt | 9 - .../patches/patch-src_KChart_CMakeLists_txt | 11 - .../patches/patch-src_KGantt_CMakeLists_txt | 11 - graphics/kdiagram/pkg/PLIST | 535 +++++++++--------- productivity/kmymoney/Makefile | 4 +- x11/kde-applications/eventviews/Makefile | 3 +- x11/kde-applications/incidenceeditor/Makefile | 3 +- 18 files changed, 298 insertions(+), 616 deletions(-) delete mode 100644 graphics/kdiagram-qt6/Makefile delete mode 100644 graphics/kdiagram-qt6/distinfo delete mode 100644 graphics/kdiagram-qt6/pkg/DESCR delete mode 100644 graphics/kdiagram-qt6/pkg/PLIST delete mode 100644 graphics/kdiagram/patches/patch-CMakeLists_txt delete mode 100644 graphics/kdiagram/patches/patch-src_KChart_CMakeLists_txt delete mode 100644 graphics/kdiagram/patches/patch-src_KGantt_CMakeLists_txt diff --git a/devel/quirks/Makefile b/devel/quirks/Makefile index f240002f64d..79ec022987c 100644 --- a/devel/quirks/Makefile +++ b/devel/quirks/Makefile @@ -3,7 +3,7 @@ CATEGORIES = devel databases DISTFILES = # API.rev -PKGNAME = quirks-7.173 +PKGNAME = quirks-7.174 PKG_ARCH = * MAINTAINER = Marc Espie diff --git a/devel/quirks/files/Quirks.pm b/devel/quirks/files/Quirks.pm index 9c758897e27..7d0dce0caa9 100644 --- a/devel/quirks/files/Quirks.pm +++ b/devel/quirks/files/Quirks.pm @@ -1,7 +1,7 @@ #! /usr/bin/perl # ex:ts=8 sw=4: -# $OpenBSD: Quirks.pm,v 1.1778 2026/01/10 15:37:43 rsadowski Exp $ +# $OpenBSD: Quirks.pm,v 1.1779 2026/01/11 19:00:53 rsadowski Exp $ # # Copyright (c) 2009 Marc Espie # @@ -503,6 +503,7 @@ my $stem_extensions = { 'GSL' => 'microsoft-gsl', 'kdegraphics-mobipocket-kf5' => 'kf6-kdegraphics-mobipocket', 'libkdcraw-kf5' => 'kf6-libkdcraw', + 'kdiagram-qt6' => 'kdiagram', }; my $obsolete_reason = {}; diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 7169ec9cc10..c39d0220265 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -3,6 +3,7 @@ COMMENT = KDE office suite HOMEPAGE = https://www.calligra.org DISTNAME = calligra-${MODKDE_GEAR_VERSION} +REVISION = 0 CATEGORIES = editors @@ -116,7 +117,7 @@ LIB_DEPENDS = devel/gsl \ devel/kf6/solid \ devel/kf6/sonnet \ multimedia/phonon,qt6 \ - graphics/kdiagram-qt6 \ + graphics/kdiagram \ graphics/lcms2 \ math/imath \ print/poppler,-qt6 \ diff --git a/editors/calligraplan/Makefile b/editors/calligraplan/Makefile index 080edfb9a8e..21148a88b2a 100644 --- a/editors/calligraplan/Makefile +++ b/editors/calligraplan/Makefile @@ -2,6 +2,7 @@ COMMENT = KDE Calligra project management application VERSION = 4.0.1 DISTNAME = calligraplan-${VERSION} +REVISION = 0 CATEGORIES = editors x11 @@ -83,7 +84,7 @@ LIB_DEPENDS = devel/kf6/karchive \ devel/kf6/kxmlgui \ devel/kf6/solid \ devel/kf6/sonnet \ - graphics/kdiagram-qt6 \ + graphics/kdiagram \ security/qca-qt6 # Running D-Bus daemon is required diff --git a/graphics/Makefile b/graphics/Makefile index a8352f123aa..0022e2eb57a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -126,7 +126,6 @@ SUBDIR += jpegpixi SUBDIR += kcolorpicker SUBDIR += kdiagram - SUBDIR += kdiagram-qt6 SUBDIR += kimageannotator SUBDIR += kirigami-addons SUBDIR += kplot diff --git a/graphics/kdiagram-qt6/Makefile b/graphics/kdiagram-qt6/Makefile deleted file mode 100644 index d19523c94d7..00000000000 --- a/graphics/kdiagram-qt6/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -COMMENT = libraries for creating business diagrams - -VERSION = 3.0.1 -DISTNAME = kdiagram-${VERSION} -PKGNAME = kdiagram-qt6-${VERSION} - -CATEGORIES = graphics - -SHARED_LIBS += KChart6 0.0 # 0.0 -SHARED_LIBS += KGantt6 0.0 # 0.0 - -MAINTAINER = Rafael Sadowski - -# GPLv2+ -PERMIT_PACKAGE = Yes - -WANTLIB += ${COMPILER_LIBCXX} GL Qt6Core Qt6Gui Qt6PrintSupport -WANTLIB += Qt6Svg Qt6Widgets m - -SITES = ${SITE_KDE:=stable/kdiagram/${VERSION}/} -EXTRACT_SUFX = .tar.xz - -MODULES = devel/cmake \ - devel/kf6 - -LIB_DEPENDS = x11/qt6/qtsvg - -TEST_IS_INTERACTIVE = X11 - -.include diff --git a/graphics/kdiagram-qt6/distinfo b/graphics/kdiagram-qt6/distinfo deleted file mode 100644 index 7a1fa69c0c1..00000000000 --- a/graphics/kdiagram-qt6/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (kdiagram-3.0.1.tar.xz) = Rlmwws2dsYFD9avZyAYJHDqrarwalWu/goFas9MYnG0= -SIZE (kdiagram-3.0.1.tar.xz) = 693440 diff --git a/graphics/kdiagram-qt6/pkg/DESCR b/graphics/kdiagram-qt6/pkg/DESCR deleted file mode 100644 index e3e830b6d47..00000000000 --- a/graphics/kdiagram-qt6/pkg/DESCR +++ /dev/null @@ -1 +0,0 @@ -Powerful libraries (KChart, KGantt) for creating business diagrams. diff --git a/graphics/kdiagram-qt6/pkg/PLIST b/graphics/kdiagram-qt6/pkg/PLIST deleted file mode 100644 index 39fe170777b..00000000000 --- a/graphics/kdiagram-qt6/pkg/PLIST +++ /dev/null @@ -1,272 +0,0 @@ -include/KChart6/ -include/KChart6/KChart -include/KChart6/KChartAbstractArea -include/KChart6/KChartAbstractArea.h -include/KChart6/KChartAbstractAreaBase -include/KChart6/KChartAbstractAreaBase.h -include/KChart6/KChartAbstractAreaWidget -include/KChart6/KChartAbstractAreaWidget.h -include/KChart6/KChartAbstractAxis -include/KChart6/KChartAbstractAxis.h -include/KChart6/KChartAbstractCartesianDiagram -include/KChart6/KChartAbstractCartesianDiagram.h -include/KChart6/KChartAbstractCoordinatePlane -include/KChart6/KChartAbstractCoordinatePlane.h -include/KChart6/KChartAbstractDiagram -include/KChart6/KChartAbstractDiagram.h -include/KChart6/KChartAbstractPieDiagram -include/KChart6/KChartAbstractPieDiagram.h -include/KChart6/KChartAbstractPolarDiagram -include/KChart6/KChartAbstractPolarDiagram.h -include/KChart6/KChartAbstractProxyModel -include/KChart6/KChartAbstractProxyModel.h -include/KChart6/KChartAbstractTernaryDiagram -include/KChart6/KChartAbstractTernaryDiagram.h -include/KChart6/KChartAbstractThreeDAttributes -include/KChart6/KChartAbstractThreeDAttributes.h -include/KChart6/KChartAttributesModel -include/KChart6/KChartAttributesModel.h -include/KChart6/KChartBackgroundAttributes -include/KChart6/KChartBackgroundAttributes.h -include/KChart6/KChartBarAttributes -include/KChart6/KChartBarAttributes.h -include/KChart6/KChartBarDiagram -include/KChart6/KChartBarDiagram.h -include/KChart6/KChartCartesianAxis -include/KChart6/KChartCartesianAxis.h -include/KChart6/KChartCartesianCoordinatePlane -include/KChart6/KChartCartesianCoordinatePlane.h -include/KChart6/KChartChart -include/KChart6/KChartChart.h -include/KChart6/KChartDataValueAttributes -include/KChart6/KChartDataValueAttributes.h -include/KChart6/KChartDatasetProxyModel -include/KChart6/KChartDatasetProxyModel.h -include/KChart6/KChartDatasetSelector -include/KChart6/KChartDatasetSelector.h -include/KChart6/KChartDiagramObserver -include/KChart6/KChartDiagramObserver.h -include/KChart6/KChartEnums -include/KChart6/KChartEnums.h -include/KChart6/KChartFrameAttributes -include/KChart6/KChartFrameAttributes.h -include/KChart6/KChartGlobal -include/KChart6/KChartGlobal.h -include/KChart6/KChartGridAttributes -include/KChart6/KChartGridAttributes.h -include/KChart6/KChartHeaderFooter -include/KChart6/KChartHeaderFooter.h -include/KChart6/KChartLayoutItems -include/KChart6/KChartLayoutItems.h -include/KChart6/KChartLegend -include/KChart6/KChartLegend.h -include/KChart6/KChartLeveyJenningsAxis -include/KChart6/KChartLeveyJenningsAxis.h -include/KChart6/KChartLeveyJenningsCoordinatePlane -include/KChart6/KChartLeveyJenningsCoordinatePlane.h -include/KChart6/KChartLeveyJenningsDiagram -include/KChart6/KChartLeveyJenningsDiagram.h -include/KChart6/KChartLeveyJenningsGridAttributes -include/KChart6/KChartLeveyJenningsGridAttributes.h -include/KChart6/KChartLineAttributes -include/KChart6/KChartLineAttributes.h -include/KChart6/KChartLineDiagram -include/KChart6/KChartLineDiagram.h -include/KChart6/KChartMarkerAttributes -include/KChart6/KChartMarkerAttributes.h -include/KChart6/KChartMeasure -include/KChart6/KChartMeasure.h -include/KChart6/KChartPaintContext -include/KChart6/KChartPaintContext.h -include/KChart6/KChartPalette -include/KChart6/KChartPalette.h -include/KChart6/KChartPieAttributes -include/KChart6/KChartPieAttributes.h -include/KChart6/KChartPieDiagram -include/KChart6/KChartPieDiagram.h -include/KChart6/KChartPlotter -include/KChart6/KChartPlotter.h -include/KChart6/KChartPolarCoordinatePlane -include/KChart6/KChartPolarCoordinatePlane.h -include/KChart6/KChartPolarDiagram -include/KChart6/KChartPolarDiagram.h -include/KChart6/KChartPosition -include/KChart6/KChartPosition.h -include/KChart6/KChartRadarCoordinatePlane -include/KChart6/KChartRadarCoordinatePlane.h -include/KChart6/KChartRadarDiagram -include/KChart6/KChartRadarDiagram.h -include/KChart6/KChartRelativePosition -include/KChart6/KChartRelativePosition.h -include/KChart6/KChartRingDiagram -include/KChart6/KChartRingDiagram.h -include/KChart6/KChartRulerAttributes -include/KChart6/KChartRulerAttributes.h -include/KChart6/KChartStockBarAttributes -include/KChart6/KChartStockBarAttributes.h -include/KChart6/KChartStockDiagram -include/KChart6/KChartStockDiagram.h -include/KChart6/KChartTernaryAxis -include/KChart6/KChartTernaryAxis.h -include/KChart6/KChartTernaryCoordinatePlane -include/KChart6/KChartTernaryCoordinatePlane.h -include/KChart6/KChartTernaryLineDiagram -include/KChart6/KChartTernaryLineDiagram.h -include/KChart6/KChartTernaryPointDiagram -include/KChart6/KChartTernaryPointDiagram.h -include/KChart6/KChartTextArea -include/KChart6/KChartTextArea.h -include/KChart6/KChartTextAttributes -include/KChart6/KChartTextAttributes.h -include/KChart6/KChartThreeDBarAttributes -include/KChart6/KChartThreeDBarAttributes.h -include/KChart6/KChartThreeDLineAttributes -include/KChart6/KChartThreeDLineAttributes.h -include/KChart6/KChartThreeDPieAttributes -include/KChart6/KChartThreeDPieAttributes.h -include/KChart6/KChartValueTrackerAttributes -include/KChart6/KChartValueTrackerAttributes.h -include/KChart6/KChartWidget -include/KChart6/KChartWidget.h -include/KChart6/kchart_export.h -include/KChart6/kchart_version.h -include/KGantt6/ -include/KGantt6/KGanttAbstractGrid -include/KGantt6/KGanttAbstractRowController -include/KGantt6/KGanttConstraint -include/KGantt6/KGanttConstraintGraphicsItem -include/KGantt6/KGanttConstraintModel -include/KGantt6/KGanttConstraintProxy -include/KGantt6/KGanttDateTimeGrid -include/KGantt6/KGanttDateTimeTimeLine -include/KGantt6/KGanttDateTimeTimeLineDialog -include/KGantt6/KGanttForwardingProxyModel -include/KGantt6/KGanttGlobal -include/KGantt6/KGanttGraphicsItem -include/KGantt6/KGanttGraphicsScene -include/KGantt6/KGanttGraphicsView -include/KGantt6/KGanttItemDelegate -include/KGantt6/KGanttLegend -include/KGantt6/KGanttListViewRowController -include/KGantt6/KGanttPenStyleComboBox -include/KGantt6/KGanttPrintingContext -include/KGantt6/KGanttProxyModel -include/KGantt6/KGanttStyleOptionGanttItem -include/KGantt6/KGanttSummaryHandlingProxyModel -include/KGantt6/KGanttTreeViewRowController -include/KGantt6/KGanttView -include/KGantt6/kgantt_export.h -include/KGantt6/kgantt_version.h -include/KGantt6/kganttabstractgrid.h -include/KGantt6/kganttabstractgrid_p.h -include/KGantt6/kganttabstractrowcontroller.h -include/KGantt6/kganttconstraint.h -include/KGantt6/kganttconstraintgraphicsitem.h -include/KGantt6/kganttconstraintmodel.h -include/KGantt6/kganttconstraintproxy.h -include/KGantt6/kganttdatetimegrid.h -include/KGantt6/kganttdatetimetimeline.h -include/KGantt6/kganttdatetimetimelinedialog.h -include/KGantt6/kganttforwardingproxymodel.h -include/KGantt6/kganttglobal.h -include/KGantt6/kganttgraphicsitem.h -include/KGantt6/kganttgraphicsscene.h -include/KGantt6/kganttgraphicsview.h -include/KGantt6/kganttitemdelegate.h -include/KGantt6/kganttlegend.h -include/KGantt6/kganttlistviewrowcontroller.h -include/KGantt6/kganttpenstylecombobox.h -include/KGantt6/kganttprintingcontext.h -include/KGantt6/kganttproxymodel.h -include/KGantt6/kganttstyleoptionganttitem.h -include/KGantt6/kganttsummaryhandlingproxymodel.h -include/KGantt6/kgantttreeviewrowcontroller.h -include/KGantt6/kganttview.h -lib/cmake/KChart6/ -lib/cmake/KChart6/KChart6Config.cmake -lib/cmake/KChart6/KChart6ConfigVersion.cmake -lib/cmake/KChart6/KChart6Targets${MODCMAKE_BUILD_SUFFIX} -lib/cmake/KChart6/KChart6Targets.cmake -lib/cmake/KGantt6/ -lib/cmake/KGantt6/KGantt6Config.cmake -lib/cmake/KGantt6/KGantt6ConfigVersion.cmake -lib/cmake/KGantt6/KGantt6Targets${MODCMAKE_BUILD_SUFFIX} -lib/cmake/KGantt6/KGantt6Targets.cmake -@lib lib/libKChart6.so.${LIBKChart6_VERSION} -@lib lib/libKGantt6.so.${LIBKGantt6_VERSION} -share/kf6/ -share/kf6/mkspecs/ -share/kf6/mkspecs/qt_KChart6.pri -share/kf6/mkspecs/qt_KGantt6.pri -share/locale/ar/LC_MESSAGES/kchart6_qt.qm -share/locale/ar/LC_MESSAGES/kgantt6_qt.qm -share/locale/bg/LC_MESSAGES/kchart6_qt.qm -share/locale/bg/LC_MESSAGES/kgantt6_qt.qm -share/locale/bs/LC_MESSAGES/kchart6_qt.qm -share/locale/bs/LC_MESSAGES/kgantt6_qt.qm -share/locale/ca/LC_MESSAGES/kchart6_qt.qm -share/locale/ca/LC_MESSAGES/kgantt6_qt.qm -share/locale/ca@valencia/LC_MESSAGES/kchart6_qt.qm -share/locale/ca@valencia/LC_MESSAGES/kgantt6_qt.qm -share/locale/cs/LC_MESSAGES/kchart6_qt.qm -share/locale/cs/LC_MESSAGES/kgantt6_qt.qm -share/locale/da/LC_MESSAGES/kgantt6_qt.qm -share/locale/de/LC_MESSAGES/kchart6_qt.qm -share/locale/de/LC_MESSAGES/kgantt6_qt.qm -share/locale/el/LC_MESSAGES/kchart6_qt.qm -share/locale/el/LC_MESSAGES/kgantt6_qt.qm -share/locale/en_GB/LC_MESSAGES/kchart6_qt.qm -share/locale/en_GB/LC_MESSAGES/kgantt6_qt.qm -share/locale/eo/LC_MESSAGES/kchart6_qt.qm -share/locale/eo/LC_MESSAGES/kgantt6_qt.qm -share/locale/es/LC_MESSAGES/kchart6_qt.qm -share/locale/es/LC_MESSAGES/kgantt6_qt.qm -share/locale/et/LC_MESSAGES/kchart6_qt.qm -share/locale/et/LC_MESSAGES/kgantt6_qt.qm -share/locale/eu/LC_MESSAGES/kchart6_qt.qm -share/locale/eu/LC_MESSAGES/kgantt6_qt.qm -share/locale/fi/LC_MESSAGES/kchart6_qt.qm -share/locale/fi/LC_MESSAGES/kgantt6_qt.qm -share/locale/fr/LC_MESSAGES/kchart6_qt.qm -share/locale/fr/LC_MESSAGES/kgantt6_qt.qm -share/locale/gl/LC_MESSAGES/kchart6_qt.qm -share/locale/gl/LC_MESSAGES/kgantt6_qt.qm -share/locale/ia/LC_MESSAGES/kchart6_qt.qm -share/locale/ia/LC_MESSAGES/kgantt6_qt.qm -share/locale/it/LC_MESSAGES/kchart6_qt.qm -share/locale/it/LC_MESSAGES/kgantt6_qt.qm -share/locale/ja/LC_MESSAGES/kchart6_qt.qm -share/locale/ja/LC_MESSAGES/kgantt6_qt.qm -share/locale/ka/LC_MESSAGES/kchart6_qt.qm -share/locale/ka/LC_MESSAGES/kgantt6_qt.qm -share/locale/ko/LC_MESSAGES/kchart6_qt.qm -share/locale/ko/LC_MESSAGES/kgantt6_qt.qm -share/locale/lt/LC_MESSAGES/kchart6_qt.qm -share/locale/lt/LC_MESSAGES/kgantt6_qt.qm -share/locale/nl/LC_MESSAGES/kchart6_qt.qm -share/locale/nl/LC_MESSAGES/kgantt6_qt.qm -share/locale/nn/LC_MESSAGES/kchart6_qt.qm -share/locale/nn/LC_MESSAGES/kgantt6_qt.qm -share/locale/pl/LC_MESSAGES/kchart6_qt.qm -share/locale/pl/LC_MESSAGES/kgantt6_qt.qm -share/locale/pt/LC_MESSAGES/kchart6_qt.qm -share/locale/pt/LC_MESSAGES/kgantt6_qt.qm -share/locale/pt_BR/LC_MESSAGES/kchart6_qt.qm -share/locale/pt_BR/LC_MESSAGES/kgantt6_qt.qm -share/locale/ro/LC_MESSAGES/kchart6_qt.qm -share/locale/ru/LC_MESSAGES/kchart6_qt.qm -share/locale/ru/LC_MESSAGES/kgantt6_qt.qm -share/locale/sk/LC_MESSAGES/kchart6_qt.qm -share/locale/sk/LC_MESSAGES/kgantt6_qt.qm -share/locale/sl/LC_MESSAGES/kchart6_qt.qm -share/locale/sl/LC_MESSAGES/kgantt6_qt.qm -share/locale/sv/LC_MESSAGES/kchart6_qt.qm -share/locale/sv/LC_MESSAGES/kgantt6_qt.qm -share/locale/tr/LC_MESSAGES/kchart6_qt.qm -share/locale/tr/LC_MESSAGES/kgantt6_qt.qm -share/locale/uk/LC_MESSAGES/kchart6_qt.qm -share/locale/uk/LC_MESSAGES/kgantt6_qt.qm -share/locale/zh_CN/LC_MESSAGES/kchart6_qt.qm -share/locale/zh_CN/LC_MESSAGES/kgantt6_qt.qm -share/locale/zh_TW/LC_MESSAGES/kchart6_qt.qm -share/locale/zh_TW/LC_MESSAGES/kgantt6_qt.qm diff --git a/graphics/kdiagram/Makefile b/graphics/kdiagram/Makefile index 883c554ef30..52b6ff48d3b 100644 --- a/graphics/kdiagram/Makefile +++ b/graphics/kdiagram/Makefile @@ -1,28 +1,29 @@ COMMENT = libraries for creating business diagrams -VERSION = 2.8.0 +VERSION = 3.0.1 DISTNAME = kdiagram-${VERSION} REVISION = 0 CATEGORIES = graphics -SHARED_LIBS += KChart 1.1 # 2.8 -SHARED_LIBS += KGantt 1.1 # 2.8 +SHARED_LIBS += KChart6 0.0 # 0.0 +SHARED_LIBS += KGantt6 0.0 # 0.0 MAINTAINER = Rafael Sadowski # GPLv2+ PERMIT_PACKAGE = Yes -WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5PrintSupport Qt5Svg -WANTLIB += Qt5Widgets c m +WANTLIB += ${COMPILER_LIBCXX} GL Qt6Core Qt6Gui Qt6PrintSupport +WANTLIB += Qt6Svg Qt6Widgets m -SITES = ${SITE_KDE:=Attic/kdiagram/${VERSION}/} +SITES = ${SITE_KDE:=stable/kdiagram/${VERSION}/} +EXTRACT_SUFX = .tar.xz MODULES = devel/cmake \ - devel/kf5 + devel/kf6 -LIB_DEPENDS = x11/qt5/qtsvg +LIB_DEPENDS = x11/qt6/qtsvg TEST_IS_INTERACTIVE = X11 diff --git a/graphics/kdiagram/distinfo b/graphics/kdiagram/distinfo index c3e651bf281..7a1fa69c0c1 100644 --- a/graphics/kdiagram/distinfo +++ b/graphics/kdiagram/distinfo @@ -1,2 +1,2 @@ -SHA256 (kdiagram-2.8.0.tar.xz) = V52tO9HqRLWiDA8TPr9HYi44lg+cfIs6MWvjCjafQx8= -SIZE (kdiagram-2.8.0.tar.xz) = 691044 +SHA256 (kdiagram-3.0.1.tar.xz) = Rlmwws2dsYFD9avZyAYJHDqrarwalWu/goFas9MYnG0= +SIZE (kdiagram-3.0.1.tar.xz) = 693440 diff --git a/graphics/kdiagram/patches/patch-CMakeLists_txt b/graphics/kdiagram/patches/patch-CMakeLists_txt deleted file mode 100644 index fd530199179..00000000000 --- a/graphics/kdiagram/patches/patch-CMakeLists_txt +++ /dev/null @@ -1,9 +0,0 @@ -Index: CMakeLists.txt ---- CMakeLists.txt.orig -+++ CMakeLists.txt -@@ -1,4 +1,4 @@ --cmake_minimum_required(VERSION 2.8.12) -+cmake_minimum_required(VERSION 3.5) - - project( kdiagram ) - diff --git a/graphics/kdiagram/patches/patch-src_KChart_CMakeLists_txt b/graphics/kdiagram/patches/patch-src_KChart_CMakeLists_txt deleted file mode 100644 index c8df1e6cd8c..00000000000 --- a/graphics/kdiagram/patches/patch-src_KChart_CMakeLists_txt +++ /dev/null @@ -1,11 +0,0 @@ -Index: src/KChart/CMakeLists.txt ---- src/KChart/CMakeLists.txt.orig -+++ src/KChart/CMakeLists.txt -@@ -360,6 +360,7 @@ ecm_generate_pri_file( - BASE_NAME KChart - LIB_NAME KChart - DEPS "widgets svg" -+ VERSION 2.8.0 - FILENAME_VAR PRI_FILENAME - INCLUDE_INSTALL_DIR ${INCLUDE_INSTALL_DIR}/KChart - ) diff --git a/graphics/kdiagram/patches/patch-src_KGantt_CMakeLists_txt b/graphics/kdiagram/patches/patch-src_KGantt_CMakeLists_txt deleted file mode 100644 index 69f24c6cabc..00000000000 --- a/graphics/kdiagram/patches/patch-src_KGantt_CMakeLists_txt +++ /dev/null @@ -1,11 +0,0 @@ -Index: src/KGantt/CMakeLists.txt ---- src/KGantt/CMakeLists.txt.orig -+++ src/KGantt/CMakeLists.txt -@@ -184,6 +184,7 @@ ecm_generate_pri_file( - BASE_NAME KGantt - LIB_NAME KGantt - DEPS "widgets printsupport" -+ VERSION 2.8.0 - FILENAME_VAR PRI_FILENAME - INCLUDE_INSTALL_DIR ${INCLUDE_INSTALL_DIR}/KGantt - ) diff --git a/graphics/kdiagram/pkg/PLIST b/graphics/kdiagram/pkg/PLIST index aef397aa65f..8318d6835d0 100644 --- a/graphics/kdiagram/pkg/PLIST +++ b/graphics/kdiagram/pkg/PLIST @@ -1,261 +1,274 @@ -include/KChart/ -include/KChart/KChart -include/KChart/KChartAbstractArea -include/KChart/KChartAbstractArea.h -include/KChart/KChartAbstractAreaBase -include/KChart/KChartAbstractAreaBase.h -include/KChart/KChartAbstractAreaWidget -include/KChart/KChartAbstractAreaWidget.h -include/KChart/KChartAbstractAxis -include/KChart/KChartAbstractAxis.h -include/KChart/KChartAbstractCartesianDiagram -include/KChart/KChartAbstractCartesianDiagram.h -include/KChart/KChartAbstractCoordinatePlane -include/KChart/KChartAbstractCoordinatePlane.h -include/KChart/KChartAbstractDiagram -include/KChart/KChartAbstractDiagram.h -include/KChart/KChartAbstractPieDiagram -include/KChart/KChartAbstractPieDiagram.h -include/KChart/KChartAbstractPolarDiagram -include/KChart/KChartAbstractPolarDiagram.h -include/KChart/KChartAbstractProxyModel -include/KChart/KChartAbstractProxyModel.h -include/KChart/KChartAbstractTernaryDiagram -include/KChart/KChartAbstractTernaryDiagram.h -include/KChart/KChartAbstractThreeDAttributes -include/KChart/KChartAbstractThreeDAttributes.h -include/KChart/KChartAttributesModel -include/KChart/KChartAttributesModel.h -include/KChart/KChartBackgroundAttributes -include/KChart/KChartBackgroundAttributes.h -include/KChart/KChartBarAttributes -include/KChart/KChartBarAttributes.h -include/KChart/KChartBarDiagram -include/KChart/KChartBarDiagram.h -include/KChart/KChartCartesianAxis -include/KChart/KChartCartesianAxis.h -include/KChart/KChartCartesianCoordinatePlane -include/KChart/KChartCartesianCoordinatePlane.h -include/KChart/KChartChart -include/KChart/KChartChart.h -include/KChart/KChartDataValueAttributes -include/KChart/KChartDataValueAttributes.h -include/KChart/KChartDatasetProxyModel -include/KChart/KChartDatasetProxyModel.h -include/KChart/KChartDatasetSelector -include/KChart/KChartDatasetSelector.h -include/KChart/KChartDiagramObserver -include/KChart/KChartDiagramObserver.h -include/KChart/KChartEnums -include/KChart/KChartEnums.h -include/KChart/KChartFrameAttributes -include/KChart/KChartFrameAttributes.h -include/KChart/KChartGlobal -include/KChart/KChartGlobal.h -include/KChart/KChartGridAttributes -include/KChart/KChartGridAttributes.h -include/KChart/KChartHeaderFooter -include/KChart/KChartHeaderFooter.h -include/KChart/KChartLayoutItems -include/KChart/KChartLayoutItems.h -include/KChart/KChartLegend -include/KChart/KChartLegend.h -include/KChart/KChartLeveyJenningsAxis -include/KChart/KChartLeveyJenningsAxis.h -include/KChart/KChartLeveyJenningsCoordinatePlane -include/KChart/KChartLeveyJenningsCoordinatePlane.h -include/KChart/KChartLeveyJenningsDiagram -include/KChart/KChartLeveyJenningsDiagram.h -include/KChart/KChartLeveyJenningsGridAttributes -include/KChart/KChartLeveyJenningsGridAttributes.h -include/KChart/KChartLineAttributes -include/KChart/KChartLineAttributes.h -include/KChart/KChartLineDiagram -include/KChart/KChartLineDiagram.h -include/KChart/KChartMarkerAttributes -include/KChart/KChartMarkerAttributes.h -include/KChart/KChartMeasure -include/KChart/KChartMeasure.h -include/KChart/KChartPaintContext -include/KChart/KChartPaintContext.h -include/KChart/KChartPalette -include/KChart/KChartPalette.h -include/KChart/KChartPieAttributes -include/KChart/KChartPieAttributes.h -include/KChart/KChartPieDiagram -include/KChart/KChartPieDiagram.h -include/KChart/KChartPlotter -include/KChart/KChartPlotter.h -include/KChart/KChartPolarCoordinatePlane -include/KChart/KChartPolarCoordinatePlane.h -include/KChart/KChartPolarDiagram -include/KChart/KChartPolarDiagram.h -include/KChart/KChartPosition -include/KChart/KChartPosition.h -include/KChart/KChartRadarCoordinatePlane -include/KChart/KChartRadarCoordinatePlane.h -include/KChart/KChartRadarDiagram -include/KChart/KChartRadarDiagram.h -include/KChart/KChartRelativePosition -include/KChart/KChartRelativePosition.h -include/KChart/KChartRingDiagram -include/KChart/KChartRingDiagram.h -include/KChart/KChartRulerAttributes -include/KChart/KChartRulerAttributes.h -include/KChart/KChartStockBarAttributes -include/KChart/KChartStockBarAttributes.h -include/KChart/KChartStockDiagram -include/KChart/KChartStockDiagram.h -include/KChart/KChartTernaryAxis -include/KChart/KChartTernaryAxis.h -include/KChart/KChartTernaryCoordinatePlane -include/KChart/KChartTernaryCoordinatePlane.h -include/KChart/KChartTernaryLineDiagram -include/KChart/KChartTernaryLineDiagram.h -include/KChart/KChartTernaryPointDiagram -include/KChart/KChartTernaryPointDiagram.h -include/KChart/KChartTextArea -include/KChart/KChartTextArea.h -include/KChart/KChartTextAttributes -include/KChart/KChartTextAttributes.h -include/KChart/KChartThreeDBarAttributes -include/KChart/KChartThreeDBarAttributes.h -include/KChart/KChartThreeDLineAttributes -include/KChart/KChartThreeDLineAttributes.h -include/KChart/KChartThreeDPieAttributes -include/KChart/KChartThreeDPieAttributes.h -include/KChart/KChartValueTrackerAttributes -include/KChart/KChartValueTrackerAttributes.h -include/KChart/KChartWidget -include/KChart/KChartWidget.h -include/KChart/kchart_export.h -include/KGantt/ -include/KGantt/KGanttAbstractGrid -include/KGantt/KGanttAbstractRowController -include/KGantt/KGanttConstraint -include/KGantt/KGanttConstraintGraphicsItem -include/KGantt/KGanttConstraintModel -include/KGantt/KGanttConstraintProxy -include/KGantt/KGanttDateTimeGrid -include/KGantt/KGanttDateTimeTimeLine -include/KGantt/KGanttDateTimeTimeLineDialog -include/KGantt/KGanttForwardingProxyModel -include/KGantt/KGanttGlobal -include/KGantt/KGanttGraphicsItem -include/KGantt/KGanttGraphicsScene -include/KGantt/KGanttGraphicsView -include/KGantt/KGanttItemDelegate -include/KGantt/KGanttLegend -include/KGantt/KGanttListViewRowController -include/KGantt/KGanttPenStyleComboBox -include/KGantt/KGanttPrintingContext -include/KGantt/KGanttProxyModel -include/KGantt/KGanttStyleOptionGanttItem -include/KGantt/KGanttSummaryHandlingProxyModel -include/KGantt/KGanttTreeViewRowController -include/KGantt/KGanttView -include/KGantt/kgantt_export.h -include/KGantt/kganttabstractgrid.h -include/KGantt/kganttabstractgrid_p.h -include/KGantt/kganttabstractrowcontroller.h -include/KGantt/kganttconstraint.h -include/KGantt/kganttconstraintgraphicsitem.h -include/KGantt/kganttconstraintmodel.h -include/KGantt/kganttconstraintproxy.h -include/KGantt/kganttdatetimegrid.h -include/KGantt/kganttdatetimetimeline.h -include/KGantt/kganttdatetimetimelinedialog.h -include/KGantt/kganttforwardingproxymodel.h -include/KGantt/kganttglobal.h -include/KGantt/kganttgraphicsitem.h -include/KGantt/kganttgraphicsscene.h -include/KGantt/kganttgraphicsview.h -include/KGantt/kganttitemdelegate.h -include/KGantt/kganttlegend.h -include/KGantt/kganttlistviewrowcontroller.h -include/KGantt/kganttpenstylecombobox.h -include/KGantt/kganttprintingcontext.h -include/KGantt/kganttproxymodel.h -include/KGantt/kganttstyleoptionganttitem.h -include/KGantt/kganttsummaryhandlingproxymodel.h -include/KGantt/kgantttreeviewrowcontroller.h -include/KGantt/kganttview.h -include/kchart_version.h -include/kgantt_version.h -lib/cmake/KChart/ -lib/cmake/KChart/KChartConfig.cmake -lib/cmake/KChart/KChartConfigVersion.cmake -lib/cmake/KChart/KChartTargets${MODCMAKE_BUILD_SUFFIX} -lib/cmake/KChart/KChartTargets.cmake -lib/cmake/KGantt/ -lib/cmake/KGantt/KGanttConfig.cmake -lib/cmake/KGantt/KGanttConfigVersion.cmake -lib/cmake/KGantt/KGanttTargets${MODCMAKE_BUILD_SUFFIX} -lib/cmake/KGantt/KGanttTargets.cmake -@lib lib/libKChart.so.${LIBKChart_VERSION} -@lib lib/libKGantt.so.${LIBKGantt_VERSION} -share/kf5/ -share/kf5/mkspecs/ -share/kf5/mkspecs/qt_KChart.pri -share/kf5/mkspecs/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 -share/locale/ast/LC_MESSAGES/kgantt_qt.qm -share/locale/bg/LC_MESSAGES/kgantt_qt.qm -share/locale/bs/LC_MESSAGES/kchart_qt.qm -share/locale/bs/LC_MESSAGES/kgantt_qt.qm -share/locale/ca/LC_MESSAGES/kchart_qt.qm -share/locale/ca/LC_MESSAGES/kgantt_qt.qm -share/locale/ca@valencia/LC_MESSAGES/kchart_qt.qm -share/locale/ca@valencia/LC_MESSAGES/kgantt_qt.qm -share/locale/cs/LC_MESSAGES/kchart_qt.qm -share/locale/cs/LC_MESSAGES/kgantt_qt.qm -share/locale/da/LC_MESSAGES/kgantt_qt.qm -share/locale/de/LC_MESSAGES/kchart_qt.qm -share/locale/de/LC_MESSAGES/kgantt_qt.qm -share/locale/el/LC_MESSAGES/kchart_qt.qm -share/locale/el/LC_MESSAGES/kgantt_qt.qm -share/locale/en_GB/LC_MESSAGES/kchart_qt.qm -share/locale/en_GB/LC_MESSAGES/kgantt_qt.qm -share/locale/es/LC_MESSAGES/kchart_qt.qm -share/locale/es/LC_MESSAGES/kgantt_qt.qm -share/locale/et/LC_MESSAGES/kchart_qt.qm -share/locale/et/LC_MESSAGES/kgantt_qt.qm -share/locale/eu/LC_MESSAGES/kchart_qt.qm -share/locale/eu/LC_MESSAGES/kgantt_qt.qm -share/locale/fi/LC_MESSAGES/kchart_qt.qm -share/locale/fi/LC_MESSAGES/kgantt_qt.qm -share/locale/fr/LC_MESSAGES/kchart_qt.qm -share/locale/fr/LC_MESSAGES/kgantt_qt.qm -share/locale/gl/LC_MESSAGES/kchart_qt.qm -share/locale/gl/LC_MESSAGES/kgantt_qt.qm -share/locale/it/LC_MESSAGES/kchart_qt.qm -share/locale/it/LC_MESSAGES/kgantt_qt.qm -share/locale/ko/LC_MESSAGES/kchart_qt.qm -share/locale/ko/LC_MESSAGES/kgantt_qt.qm -share/locale/nl/LC_MESSAGES/kchart_qt.qm -share/locale/nl/LC_MESSAGES/kgantt_qt.qm -share/locale/nn/LC_MESSAGES/kchart_qt.qm -share/locale/nn/LC_MESSAGES/kgantt_qt.qm -share/locale/pl/LC_MESSAGES/kchart_qt.qm -share/locale/pl/LC_MESSAGES/kgantt_qt.qm -share/locale/pt/LC_MESSAGES/kchart_qt.qm -share/locale/pt/LC_MESSAGES/kgantt_qt.qm -share/locale/pt_BR/LC_MESSAGES/kchart_qt.qm -share/locale/pt_BR/LC_MESSAGES/kgantt_qt.qm -share/locale/ro/LC_MESSAGES/kchart_qt.qm -share/locale/ru/LC_MESSAGES/kchart_qt.qm -share/locale/ru/LC_MESSAGES/kgantt_qt.qm -share/locale/sk/LC_MESSAGES/kchart_qt.qm -share/locale/sk/LC_MESSAGES/kgantt_qt.qm -share/locale/sv/LC_MESSAGES/kchart_qt.qm -share/locale/sv/LC_MESSAGES/kgantt_qt.qm -share/locale/tr/LC_MESSAGES/kchart_qt.qm -share/locale/tr/LC_MESSAGES/kgantt_qt.qm -share/locale/uk/LC_MESSAGES/kchart_qt.qm -share/locale/uk/LC_MESSAGES/kgantt_qt.qm -share/locale/zh_CN/LC_MESSAGES/kchart_qt.qm -share/locale/zh_CN/LC_MESSAGES/kgantt_qt.qm -share/locale/zh_TW/LC_MESSAGES/kchart_qt.qm -share/locale/zh_TW/LC_MESSAGES/kgantt_qt.qm +@conflict kdiagram-qt6-* +@pkgpath graphics/kdiagram-qt6 +include/KChart6/ +include/KChart6/KChart +include/KChart6/KChartAbstractArea +include/KChart6/KChartAbstractArea.h +include/KChart6/KChartAbstractAreaBase +include/KChart6/KChartAbstractAreaBase.h +include/KChart6/KChartAbstractAreaWidget +include/KChart6/KChartAbstractAreaWidget.h +include/KChart6/KChartAbstractAxis +include/KChart6/KChartAbstractAxis.h +include/KChart6/KChartAbstractCartesianDiagram +include/KChart6/KChartAbstractCartesianDiagram.h +include/KChart6/KChartAbstractCoordinatePlane +include/KChart6/KChartAbstractCoordinatePlane.h +include/KChart6/KChartAbstractDiagram +include/KChart6/KChartAbstractDiagram.h +include/KChart6/KChartAbstractPieDiagram +include/KChart6/KChartAbstractPieDiagram.h +include/KChart6/KChartAbstractPolarDiagram +include/KChart6/KChartAbstractPolarDiagram.h +include/KChart6/KChartAbstractProxyModel +include/KChart6/KChartAbstractProxyModel.h +include/KChart6/KChartAbstractTernaryDiagram +include/KChart6/KChartAbstractTernaryDiagram.h +include/KChart6/KChartAbstractThreeDAttributes +include/KChart6/KChartAbstractThreeDAttributes.h +include/KChart6/KChartAttributesModel +include/KChart6/KChartAttributesModel.h +include/KChart6/KChartBackgroundAttributes +include/KChart6/KChartBackgroundAttributes.h +include/KChart6/KChartBarAttributes +include/KChart6/KChartBarAttributes.h +include/KChart6/KChartBarDiagram +include/KChart6/KChartBarDiagram.h +include/KChart6/KChartCartesianAxis +include/KChart6/KChartCartesianAxis.h +include/KChart6/KChartCartesianCoordinatePlane +include/KChart6/KChartCartesianCoordinatePlane.h +include/KChart6/KChartChart +include/KChart6/KChartChart.h +include/KChart6/KChartDataValueAttributes +include/KChart6/KChartDataValueAttributes.h +include/KChart6/KChartDatasetProxyModel +include/KChart6/KChartDatasetProxyModel.h +include/KChart6/KChartDatasetSelector +include/KChart6/KChartDatasetSelector.h +include/KChart6/KChartDiagramObserver +include/KChart6/KChartDiagramObserver.h +include/KChart6/KChartEnums +include/KChart6/KChartEnums.h +include/KChart6/KChartFrameAttributes +include/KChart6/KChartFrameAttributes.h +include/KChart6/KChartGlobal +include/KChart6/KChartGlobal.h +include/KChart6/KChartGridAttributes +include/KChart6/KChartGridAttributes.h +include/KChart6/KChartHeaderFooter +include/KChart6/KChartHeaderFooter.h +include/KChart6/KChartLayoutItems +include/KChart6/KChartLayoutItems.h +include/KChart6/KChartLegend +include/KChart6/KChartLegend.h +include/KChart6/KChartLeveyJenningsAxis +include/KChart6/KChartLeveyJenningsAxis.h +include/KChart6/KChartLeveyJenningsCoordinatePlane +include/KChart6/KChartLeveyJenningsCoordinatePlane.h +include/KChart6/KChartLeveyJenningsDiagram +include/KChart6/KChartLeveyJenningsDiagram.h +include/KChart6/KChartLeveyJenningsGridAttributes +include/KChart6/KChartLeveyJenningsGridAttributes.h +include/KChart6/KChartLineAttributes +include/KChart6/KChartLineAttributes.h +include/KChart6/KChartLineDiagram +include/KChart6/KChartLineDiagram.h +include/KChart6/KChartMarkerAttributes +include/KChart6/KChartMarkerAttributes.h +include/KChart6/KChartMeasure +include/KChart6/KChartMeasure.h +include/KChart6/KChartPaintContext +include/KChart6/KChartPaintContext.h +include/KChart6/KChartPalette +include/KChart6/KChartPalette.h +include/KChart6/KChartPieAttributes +include/KChart6/KChartPieAttributes.h +include/KChart6/KChartPieDiagram +include/KChart6/KChartPieDiagram.h +include/KChart6/KChartPlotter +include/KChart6/KChartPlotter.h +include/KChart6/KChartPolarCoordinatePlane +include/KChart6/KChartPolarCoordinatePlane.h +include/KChart6/KChartPolarDiagram +include/KChart6/KChartPolarDiagram.h +include/KChart6/KChartPosition +include/KChart6/KChartPosition.h +include/KChart6/KChartRadarCoordinatePlane +include/KChart6/KChartRadarCoordinatePlane.h +include/KChart6/KChartRadarDiagram +include/KChart6/KChartRadarDiagram.h +include/KChart6/KChartRelativePosition +include/KChart6/KChartRelativePosition.h +include/KChart6/KChartRingDiagram +include/KChart6/KChartRingDiagram.h +include/KChart6/KChartRulerAttributes +include/KChart6/KChartRulerAttributes.h +include/KChart6/KChartStockBarAttributes +include/KChart6/KChartStockBarAttributes.h +include/KChart6/KChartStockDiagram +include/KChart6/KChartStockDiagram.h +include/KChart6/KChartTernaryAxis +include/KChart6/KChartTernaryAxis.h +include/KChart6/KChartTernaryCoordinatePlane +include/KChart6/KChartTernaryCoordinatePlane.h +include/KChart6/KChartTernaryLineDiagram +include/KChart6/KChartTernaryLineDiagram.h +include/KChart6/KChartTernaryPointDiagram +include/KChart6/KChartTernaryPointDiagram.h +include/KChart6/KChartTextArea +include/KChart6/KChartTextArea.h +include/KChart6/KChartTextAttributes +include/KChart6/KChartTextAttributes.h +include/KChart6/KChartThreeDBarAttributes +include/KChart6/KChartThreeDBarAttributes.h +include/KChart6/KChartThreeDLineAttributes +include/KChart6/KChartThreeDLineAttributes.h +include/KChart6/KChartThreeDPieAttributes +include/KChart6/KChartThreeDPieAttributes.h +include/KChart6/KChartValueTrackerAttributes +include/KChart6/KChartValueTrackerAttributes.h +include/KChart6/KChartWidget +include/KChart6/KChartWidget.h +include/KChart6/kchart_export.h +include/KChart6/kchart_version.h +include/KGantt6/ +include/KGantt6/KGanttAbstractGrid +include/KGantt6/KGanttAbstractRowController +include/KGantt6/KGanttConstraint +include/KGantt6/KGanttConstraintGraphicsItem +include/KGantt6/KGanttConstraintModel +include/KGantt6/KGanttConstraintProxy +include/KGantt6/KGanttDateTimeGrid +include/KGantt6/KGanttDateTimeTimeLine +include/KGantt6/KGanttDateTimeTimeLineDialog +include/KGantt6/KGanttForwardingProxyModel +include/KGantt6/KGanttGlobal +include/KGantt6/KGanttGraphicsItem +include/KGantt6/KGanttGraphicsScene +include/KGantt6/KGanttGraphicsView +include/KGantt6/KGanttItemDelegate +include/KGantt6/KGanttLegend +include/KGantt6/KGanttListViewRowController +include/KGantt6/KGanttPenStyleComboBox +include/KGantt6/KGanttPrintingContext +include/KGantt6/KGanttProxyModel +include/KGantt6/KGanttStyleOptionGanttItem +include/KGantt6/KGanttSummaryHandlingProxyModel +include/KGantt6/KGanttTreeViewRowController +include/KGantt6/KGanttView +include/KGantt6/kgantt_export.h +include/KGantt6/kgantt_version.h +include/KGantt6/kganttabstractgrid.h +include/KGantt6/kganttabstractgrid_p.h +include/KGantt6/kganttabstractrowcontroller.h +include/KGantt6/kganttconstraint.h +include/KGantt6/kganttconstraintgraphicsitem.h +include/KGantt6/kganttconstraintmodel.h +include/KGantt6/kganttconstraintproxy.h +include/KGantt6/kganttdatetimegrid.h +include/KGantt6/kganttdatetimetimeline.h +include/KGantt6/kganttdatetimetimelinedialog.h +include/KGantt6/kganttforwardingproxymodel.h +include/KGantt6/kganttglobal.h +include/KGantt6/kganttgraphicsitem.h +include/KGantt6/kganttgraphicsscene.h +include/KGantt6/kganttgraphicsview.h +include/KGantt6/kganttitemdelegate.h +include/KGantt6/kganttlegend.h +include/KGantt6/kganttlistviewrowcontroller.h +include/KGantt6/kganttpenstylecombobox.h +include/KGantt6/kganttprintingcontext.h +include/KGantt6/kganttproxymodel.h +include/KGantt6/kganttstyleoptionganttitem.h +include/KGantt6/kganttsummaryhandlingproxymodel.h +include/KGantt6/kgantttreeviewrowcontroller.h +include/KGantt6/kganttview.h +lib/cmake/KChart6/ +lib/cmake/KChart6/KChart6Config.cmake +lib/cmake/KChart6/KChart6ConfigVersion.cmake +lib/cmake/KChart6/KChart6Targets${MODCMAKE_BUILD_SUFFIX} +lib/cmake/KChart6/KChart6Targets.cmake +lib/cmake/KGantt6/ +lib/cmake/KGantt6/KGantt6Config.cmake +lib/cmake/KGantt6/KGantt6ConfigVersion.cmake +lib/cmake/KGantt6/KGantt6Targets${MODCMAKE_BUILD_SUFFIX} +lib/cmake/KGantt6/KGantt6Targets.cmake +@lib lib/libKChart6.so.${LIBKChart6_VERSION} +@lib lib/libKGantt6.so.${LIBKGantt6_VERSION} +share/kf6/ +share/kf6/mkspecs/ +share/kf6/mkspecs/qt_KChart6.pri +share/kf6/mkspecs/qt_KGantt6.pri +share/locale/ar/LC_MESSAGES/kchart6_qt.qm +share/locale/ar/LC_MESSAGES/kgantt6_qt.qm +share/locale/bg/LC_MESSAGES/kchart6_qt.qm +share/locale/bg/LC_MESSAGES/kgantt6_qt.qm +share/locale/bs/LC_MESSAGES/kchart6_qt.qm +share/locale/bs/LC_MESSAGES/kgantt6_qt.qm +share/locale/ca/LC_MESSAGES/kchart6_qt.qm +share/locale/ca/LC_MESSAGES/kgantt6_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kchart6_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kgantt6_qt.qm +share/locale/cs/LC_MESSAGES/kchart6_qt.qm +share/locale/cs/LC_MESSAGES/kgantt6_qt.qm +share/locale/da/LC_MESSAGES/kgantt6_qt.qm +share/locale/de/LC_MESSAGES/kchart6_qt.qm +share/locale/de/LC_MESSAGES/kgantt6_qt.qm +share/locale/el/LC_MESSAGES/kchart6_qt.qm +share/locale/el/LC_MESSAGES/kgantt6_qt.qm +share/locale/en_GB/LC_MESSAGES/kchart6_qt.qm +share/locale/en_GB/LC_MESSAGES/kgantt6_qt.qm +share/locale/eo/LC_MESSAGES/kchart6_qt.qm +share/locale/eo/LC_MESSAGES/kgantt6_qt.qm +share/locale/es/LC_MESSAGES/kchart6_qt.qm +share/locale/es/LC_MESSAGES/kgantt6_qt.qm +share/locale/et/LC_MESSAGES/kchart6_qt.qm +share/locale/et/LC_MESSAGES/kgantt6_qt.qm +share/locale/eu/LC_MESSAGES/kchart6_qt.qm +share/locale/eu/LC_MESSAGES/kgantt6_qt.qm +share/locale/fi/LC_MESSAGES/kchart6_qt.qm +share/locale/fi/LC_MESSAGES/kgantt6_qt.qm +share/locale/fr/LC_MESSAGES/kchart6_qt.qm +share/locale/fr/LC_MESSAGES/kgantt6_qt.qm +share/locale/gl/LC_MESSAGES/kchart6_qt.qm +share/locale/gl/LC_MESSAGES/kgantt6_qt.qm +share/locale/ia/LC_MESSAGES/kchart6_qt.qm +share/locale/ia/LC_MESSAGES/kgantt6_qt.qm +share/locale/it/LC_MESSAGES/kchart6_qt.qm +share/locale/it/LC_MESSAGES/kgantt6_qt.qm +share/locale/ja/LC_MESSAGES/kchart6_qt.qm +share/locale/ja/LC_MESSAGES/kgantt6_qt.qm +share/locale/ka/LC_MESSAGES/kchart6_qt.qm +share/locale/ka/LC_MESSAGES/kgantt6_qt.qm +share/locale/ko/LC_MESSAGES/kchart6_qt.qm +share/locale/ko/LC_MESSAGES/kgantt6_qt.qm +share/locale/lt/LC_MESSAGES/kchart6_qt.qm +share/locale/lt/LC_MESSAGES/kgantt6_qt.qm +share/locale/nl/LC_MESSAGES/kchart6_qt.qm +share/locale/nl/LC_MESSAGES/kgantt6_qt.qm +share/locale/nn/LC_MESSAGES/kchart6_qt.qm +share/locale/nn/LC_MESSAGES/kgantt6_qt.qm +share/locale/pl/LC_MESSAGES/kchart6_qt.qm +share/locale/pl/LC_MESSAGES/kgantt6_qt.qm +share/locale/pt/LC_MESSAGES/kchart6_qt.qm +share/locale/pt/LC_MESSAGES/kgantt6_qt.qm +share/locale/pt_BR/LC_MESSAGES/kchart6_qt.qm +share/locale/pt_BR/LC_MESSAGES/kgantt6_qt.qm +share/locale/ro/LC_MESSAGES/kchart6_qt.qm +share/locale/ru/LC_MESSAGES/kchart6_qt.qm +share/locale/ru/LC_MESSAGES/kgantt6_qt.qm +share/locale/sk/LC_MESSAGES/kchart6_qt.qm +share/locale/sk/LC_MESSAGES/kgantt6_qt.qm +share/locale/sl/LC_MESSAGES/kchart6_qt.qm +share/locale/sl/LC_MESSAGES/kgantt6_qt.qm +share/locale/sv/LC_MESSAGES/kchart6_qt.qm +share/locale/sv/LC_MESSAGES/kgantt6_qt.qm +share/locale/tr/LC_MESSAGES/kchart6_qt.qm +share/locale/tr/LC_MESSAGES/kgantt6_qt.qm +share/locale/uk/LC_MESSAGES/kchart6_qt.qm +share/locale/uk/LC_MESSAGES/kgantt6_qt.qm +share/locale/zh_CN/LC_MESSAGES/kchart6_qt.qm +share/locale/zh_CN/LC_MESSAGES/kgantt6_qt.qm +share/locale/zh_TW/LC_MESSAGES/kchart6_qt.qm +share/locale/zh_TW/LC_MESSAGES/kgantt6_qt.qm diff --git a/productivity/kmymoney/Makefile b/productivity/kmymoney/Makefile index 79cbc644f65..bbc40ef6e86 100644 --- a/productivity/kmymoney/Makefile +++ b/productivity/kmymoney/Makefile @@ -4,7 +4,7 @@ COMMENT = personal finance manager V = 5.2.1 DISTNAME = kmymoney-${V} -REVISION = 0 +REVISION = 1 CATEGORIES = productivity x11 @@ -107,7 +107,7 @@ LIB_DEPENDS = databases/db/v4 \ devel/kf6/solid \ devel/kf6/sonnet \ devel/libofx \ - graphics/kdiagram-qt6 \ + graphics/kdiagram \ productivity/libalkimia>=8.2.1 \ security/qtkeychain,qt6 \ security/qgpgme \ diff --git a/x11/kde-applications/eventviews/Makefile b/x11/kde-applications/eventviews/Makefile index 7e0bbb4b69d..fdda001b31b 100644 --- a/x11/kde-applications/eventviews/Makefile +++ b/x11/kde-applications/eventviews/Makefile @@ -1,6 +1,7 @@ COMMENT = KDE PIM library for creating events DISTNAME = eventviews-${VERSION} CATEGORIES = devel +REVISION = 0 SHARED_LIBS += KPim6EventViews 0.1 # 0.0 @@ -37,7 +38,7 @@ LIB_DEPENDS = devel/kf6/kcalendarcore \ devel/kf6/kitemmodels \ devel/kf6/kservice \ devel/kf6/kwidgetsaddons \ - graphics/kdiagram-qt6 \ + graphics/kdiagram \ x11/kde-applications/akonadi-calendar>=${VERSION} \ x11/kde-applications/akonadi>=${VERSION} \ x11/kde-applications/calendarsupport>=${VERSION} \ diff --git a/x11/kde-applications/incidenceeditor/Makefile b/x11/kde-applications/incidenceeditor/Makefile index 61ab3ce2dc0..1195798b0ba 100644 --- a/x11/kde-applications/incidenceeditor/Makefile +++ b/x11/kde-applications/incidenceeditor/Makefile @@ -1,5 +1,6 @@ COMMENT = KDE PIM incidence editor DISTNAME = incidenceeditor-${VERSION} +REVISION = 0 CATEGORIES = devel SHARED_LIBS += KPim6IncidenceEditor 0.0 # 0.0 @@ -25,7 +26,7 @@ MODKF5_L10N_CONFLICT = yes BUILD_DEPENDS = devel/boost -LIB_DEPENDS = graphics/kdiagram-qt6 \ +LIB_DEPENDS = graphics/kdiagram \ devel/kf6/kcalendarcore \ devel/kf6/kcodecs \ devel/kf6/kcolorscheme \