diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 329698ce1977..8ec4391a0194 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -1,59 +1,89 @@ PORTNAME= labplot -DISTVERSION= 2.10.1 -PORTREVISION= 3 +DISTVERSION= 2.11.1 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/ MAINTAINER= kde@FreeBSD.org COMMENT= Data plotting and function analysis tool by KDE WWW= https://labplot.kde.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt -LIB_DEPENDS= libgsl.so:math/gsl \ +LIB_DEPENDS= libKUserFeedbackCore.so:deskutils/kuserfeedback \ + libQXlsxQt5.so:devel/qxlsx@qt5 \ + libgsl.so:math/gsl \ liblz4.so:archivers/liblz4 \ - libspectre.so:print/libspectre \ - libsz.so:science/libaec \ - libreadstat.so:math/readstat - -USES= bison cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 \ - shared-mime-info tar:xz xorg -USE_KDE= archive attica auth bookmarks codecs completion config configwidgets \ - coreaddons crash guiaddons i18n iconthemes itemviews \ - jobwidgets kio newstuff notifications parts \ - service solid sonnet syntaxhighlighting textwidgets unitconversion \ - widgetsaddons windowsystem xmlgui \ + libmarkdown.so:textproc/discount \ + libpoppler.so:graphics/poppler \ + libpoppler-qt5.so:graphics/poppler-qt5 + +USES= bison cmake compiler:c++17-lang desktop-file-utils eigen:3 \ + kde:5 pkgconfig qt:5 shared-mime-info tar:xz xorg +USE_KDE= archive attica auth bookmarks codecs completion config \ + configwidgets coreaddons crash i18n iconthemes itemviews \ + jobwidgets kio newstuff parts purpose service solid \ + sonnet syntaxhighlighting textwidgets widgetsaddons \ + windowsystem xmlgui \ doctools:build ecm:build USE_QT= concurrent core dbus gui network printsupport serialport \ sql svg widgets xml \ buildtools:build qmake:build testlib:build -USE_XORG= x11 +USE_XORG= x11 xcb -CMAKE_OFF= ENABLE_LIBCERF -CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_KUserFeedback +# Dark magic to make CMake oblivious to the presence of Qt6 components, which +# will exist even when building in a clean environment due to the dependency +# chain. Labplot 2.11+ is now Qt6/KF6-ready and eagerly wants to use them by +# default, but we're not quite there yet. +CMAKE_ARGS= -DCMAKE_IGNORE_PATH:PATH="${LOCALBASE}/lib/cmake/Qt6" DATADIR= ${PREFIX}/share/labplot2 -OPTIONS_DEFINE= CANTOR FITS FFTW3 HDF5 NETCDF +OPTIONS_DEFINE= CANTOR FITS FFTW3 HDF5 LIBCERF MATLAB NETCDF ORCUS \ + ORIGINLAB READSTAT OPTIONS_DEFAULT= ${OPTIONS_DEFINE} -CANTOR_DESC= Build with Cantor support -CANTOR_CMAKE_BOOL= ENABLE_CANTOR +CANTOR_DESC= KDE Cantor support CANTOR_LIB_DEPENDS= libcantorlibs.so:math/cantor \ - libpoppler.so:graphics/poppler \ - libpoppler-qt5.so:graphics/poppler-qt5 -FITS_DESC= Flexible Image Transport System Data Format (FITS) Library -FITS_CMAKE_BOOL= ENABLE_FITS -FITS_LIB_DEPENDS= libcfitsio.so:astro/cfitsio -FFTW3_DESC= Build with FFTW support -FFTW3_CMAKE_BOOL= ENABLE_FFTW + libspectre.so:print/libspectre +CANTOR_CMAKE_BOOL= ENABLE_CANTOR + +FFTW3_DESC= Speedier FFTs in the numerical and stats lib (NSL) FFTW3_LIB_DEPENDS= libfftw3.so:math/fftw3 -HDF5_DESC= Build with HDF5 support -HDF5_CMAKE_BOOL= ENABLE_HDF5 +FFTW3_CMAKE_BOOL= ENABLE_FFTW + +FITS_DESC= Flexible Image Transport System (FITS) data support +FITS_LIB_DEPENDS= libcfitsio.so:astro/cfitsio +FITS_CMAKE_BOOL= ENABLE_FITS + +HDF5_DESC= Reading and writing self-describing array data HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 -NETCDF_DESC= Build with NetCDF support -NETCDF_CMAKE_BOOL= ENABLE_NETCDF +HDF5_CMAKE_BOOL= ENABLE_HDF5 + +LIBCERF_DESC= Complex error functions support +LIBCERF_LIB_DEPENDS= libcerf.so:math/libcerf +LIBCERF_CMAKE_BOOL= ENABLE_LIBCERF + +MATLAB_DESC= MATLAB MAT file support +MATLAB_LIB_DEPENDS= libmatio.so:math/matio +MATLAB_CMAKE_BOOL= ENABLE_MATIO + +NETCDF_DESC= Interfaces for array-oriented data access NETCDF_LIB_DEPENDS= libnetcdf.so:science/netcdf +NETCDF_CMAKE_BOOL= ENABLE_NETCDF + +ORCUS_DESC= Spreadsheet processing filters (via liborcus) +ORCUS_LIB_DEPENDS= libixion-0.18.so:textproc/libixion \ + liborcus-0.18.so:devel/liborcus +ORCUS_CMAKE_BOOL= ENABLE_ORCUS + +ORIGINLAB_DESC= OriginLab project files support +ORIGINLAB_LIB_DEPENDS= liborigin.so:math/liborigin +ORIGINLAB_CMAKE_BOOL= ENABLE_LIBORIGIN + +READSTAT_DESC= SAS, SPSS, Stata data support +READSTAT_LIB_DEPENDS= libreadstat.so:math/readstat +READSTAT_USES= iconv +READSTAT_CMAKE_BOOL= ENABLE_READSTAT .include diff --git a/math/labplot/distinfo b/math/labplot/distinfo index 7b2474e41d08..9a6c27d6a3c4 100644 --- a/math/labplot/distinfo +++ b/math/labplot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689188489 -SHA256 (labplot-2.10.1.tar.xz) = 2b6e181517cfb6e0dfff7b895f3eb20c7ce359e6732d38545e0757c9aea2daef -SIZE (labplot-2.10.1.tar.xz) = 23193988 +TIMESTAMP = 1724746145 +SHA256 (labplot-2.11.1.tar.xz) = 53aa6ac8df39324d99463e60d88de25346b3928da5bb0f210b0563489046679d +SIZE (labplot-2.11.1.tar.xz) = 24180904 diff --git a/math/labplot/files/patch-src_backend_cantorWorksheet_CantorWorksheet.cpp b/math/labplot/files/patch-src_backend_cantorWorksheet_CantorWorksheet.cpp deleted file mode 100644 index c044def688b7..000000000000 --- a/math/labplot/files/patch-src_backend_cantorWorksheet_CantorWorksheet.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- src/backend/cantorWorksheet/CantorWorksheet.cpp.orig 2023-05-01 21:33:27 UTC -+++ src/backend/cantorWorksheet/CantorWorksheet.cpp -@@ -33,6 +33,9 @@ - #include - - #include -+#include -+#include -+#include - #include - - CantorWorksheet::CantorWorksheet(const QString &name, bool loading) diff --git a/math/labplot/pkg-plist b/math/labplot/pkg-plist index 5913b2ca80aa..13911e002d9c 100644 --- a/math/labplot/pkg-plist +++ b/math/labplot/pkg-plist @@ -1,391 +1,433 @@ bin/labplot2 +include/labplot/backend/core/AbstractAspect.h +include/labplot/backend/core/AbstractColumn.h +include/labplot/backend/core/AbstractPart.h +include/labplot/backend/core/column/Column.h +include/labplot/backend/core/column/ColumnPrivate.h +include/labplot/backend/gsl/parser.h +include/labplot/backend/lib/Interval.h +include/labplot/backend/lib/IntervalAttribute.h +include/labplot/backend/lib/Range.h +include/labplot/backend/lib/commandtemplates.h +include/labplot/backend/lib/macros.h +include/labplot/backend/lib/macrosCurve.h +include/labplot/backend/nsl/nsl_fit.h +include/labplot/backend/nsl/nsl_math.h +include/labplot/backend/worksheet/Worksheet.h +include/labplot/backend/worksheet/WorksheetElement.h +include/labplot/backend/worksheet/WorksheetElementContainer.h +include/labplot/backend/worksheet/plots/AbstractPlot.h +include/labplot/backend/worksheet/plots/PlotArea.h +include/labplot/backend/worksheet/plots/cartesian/Axis.h +include/labplot/backend/worksheet/plots/cartesian/BoxPlot.h +include/labplot/backend/worksheet/plots/cartesian/CartesianPlot.h +include/labplot/backend/worksheet/plots/cartesian/CartesianPlotLegend.h +include/labplot/backend/worksheet/plots/cartesian/Histogram.h +include/labplot/backend/worksheet/plots/cartesian/XYAnalysisCurve.h +include/labplot/backend/worksheet/plots/cartesian/XYCurve.h +include/labplot/backend/worksheet/plots/cartesian/XYEquationCurve.h +include/labplot/backend/worksheet/plots/cartesian/XYFitCurve.h +include/labplot/labplot.h +include/labplot/labplot_export.h +lib/liblabplot.so share/applications/org.kde.labplot2.desktop share/doc/HTML/ca/labplot2/index.cache.bz2 share/doc/HTML/ca/labplot2/index.docbook share/doc/HTML/en/labplot2/datapicker_active_curve_data_spreadsheet.png share/doc/HTML/en/labplot2/datapicker_original_transformed_segments.png share/doc/HTML/en/labplot2/datapicker_segments.png share/doc/HTML/en/labplot2/example-FFT_python-1024x532.png share/doc/HTML/en/labplot2/example-fourier_filter-1024x532.png share/doc/HTML/en/labplot2/example-maxima_2-1024x532.png share/doc/HTML/en/labplot2/export_spreadsheet_dialog.png share/doc/HTML/en/labplot2/export_worksheet_dialog.png share/doc/HTML/en/labplot2/file_data_source.png share/doc/HTML/en/labplot2/import-dialog.png share/doc/HTML/en/labplot2/index.cache.bz2 share/doc/HTML/en/labplot2/index.docbook share/doc/HTML/en/labplot2/labplot.png share/doc/HTML/en/labplot2/matrix.png share/doc/HTML/en/labplot2/matrix_function_values.png share/doc/HTML/en/labplot2/pe-context-menu.png share/doc/HTML/en/labplot2/project-explorer.png share/doc/HTML/en/labplot2/properties.png share/doc/HTML/en/labplot2/spreadsheet.png share/doc/HTML/en/labplot2/spreadsheet_generate_equidistant_values.png share/doc/HTML/en/labplot2/spreadsheet_generate_function_values.png share/doc/HTML/en/labplot2/spreadsheet_generate_multivariant_function_values.png share/doc/HTML/en/labplot2/spreadsheet_generate_random_values.png share/doc/HTML/en/labplot2/sub_window_tabbed_view_interfaces.png share/doc/HTML/en/labplot2/tutorial-spreadsheet1.png share/doc/HTML/en/labplot2/tutorial-spreadsheet2.png share/doc/HTML/en/labplot2/tutorial-spreadsheet3.png share/doc/HTML/en/labplot2/tutorial-spreadsheet4.png share/doc/HTML/en/labplot2/tutorial-spreadsheet5.png share/doc/HTML/en/labplot2/tutorial-spreadsheet6.png share/doc/HTML/en/labplot2/tutorial-spreadsheet7.png share/doc/HTML/en/labplot2/tutorial-spreadsheet8.png share/doc/HTML/en/labplot2/tutorial-spreadsheet9.png share/doc/HTML/en/labplot2/tutorial-xy-function1.png share/doc/HTML/en/labplot2/tutorial-xy-function10.png share/doc/HTML/en/labplot2/tutorial-xy-function2.png share/doc/HTML/en/labplot2/tutorial-xy-function3.png share/doc/HTML/en/labplot2/tutorial-xy-function4.png share/doc/HTML/en/labplot2/tutorial-xy-function5.png share/doc/HTML/en/labplot2/tutorial-xy-function6.png share/doc/HTML/en/labplot2/tutorial-xy-function7.png share/doc/HTML/en/labplot2/tutorial-xy-function8.png share/doc/HTML/en/labplot2/tutorial-xy-function9.png share/doc/HTML/en/labplot2/workbook.png share/doc/HTML/en/labplot2/worksheet.png share/doc/HTML/es/labplot2/index.cache.bz2 share/doc/HTML/es/labplot2/index.docbook share/doc/HTML/it/labplot2/index.cache.bz2 share/doc/HTML/it/labplot2/index.docbook share/doc/HTML/nl/labplot2/index.cache.bz2 share/doc/HTML/nl/labplot2/index.docbook share/doc/HTML/pt_BR/labplot2/index.cache.bz2 share/doc/HTML/pt_BR/labplot2/index.docbook +share/doc/HTML/ru/labplot2/index.cache.bz2 +share/doc/HTML/ru/labplot2/index.docbook share/doc/HTML/sv/labplot2/index.cache.bz2 share/doc/HTML/sv/labplot2/index.docbook share/doc/HTML/uk/labplot2/export_spreadsheet_dialog.png share/doc/HTML/uk/labplot2/export_worksheet_dialog.png share/doc/HTML/uk/labplot2/import-dialog.png share/doc/HTML/uk/labplot2/index.cache.bz2 share/doc/HTML/uk/labplot2/index.docbook share/doc/HTML/uk/labplot2/labplot.png share/doc/HTML/uk/labplot2/matrix.png share/doc/HTML/uk/labplot2/matrix_function_values.png share/doc/HTML/uk/labplot2/pe-context-menu.png share/doc/HTML/uk/labplot2/project-explorer.png share/doc/HTML/uk/labplot2/properties.png share/doc/HTML/uk/labplot2/spreadsheet.png share/doc/HTML/uk/labplot2/spreadsheet_generate_equidistant_values.png share/doc/HTML/uk/labplot2/spreadsheet_generate_function_values.png share/doc/HTML/uk/labplot2/spreadsheet_generate_random_values.png share/doc/HTML/uk/labplot2/tutorial-spreadsheet1.png share/doc/HTML/uk/labplot2/tutorial-spreadsheet2.png share/doc/HTML/uk/labplot2/tutorial-spreadsheet3.png share/doc/HTML/uk/labplot2/tutorial-spreadsheet4.png share/doc/HTML/uk/labplot2/tutorial-spreadsheet5.png share/doc/HTML/uk/labplot2/tutorial-spreadsheet6.png share/doc/HTML/uk/labplot2/tutorial-spreadsheet7.png share/doc/HTML/uk/labplot2/tutorial-spreadsheet8.png share/doc/HTML/uk/labplot2/tutorial-spreadsheet9.png share/doc/HTML/uk/labplot2/tutorial-xy-function1.png share/doc/HTML/uk/labplot2/tutorial-xy-function10.png share/doc/HTML/uk/labplot2/tutorial-xy-function2.png share/doc/HTML/uk/labplot2/tutorial-xy-function3.png share/doc/HTML/uk/labplot2/tutorial-xy-function4.png share/doc/HTML/uk/labplot2/tutorial-xy-function5.png share/doc/HTML/uk/labplot2/tutorial-xy-function6.png share/doc/HTML/uk/labplot2/tutorial-xy-function7.png share/doc/HTML/uk/labplot2/tutorial-xy-function8.png share/doc/HTML/uk/labplot2/tutorial-xy-function9.png share/doc/HTML/uk/labplot2/workbook.png share/doc/HTML/uk/labplot2/worksheet.png share/icons/hicolor/128x128/apps/labplot2.png share/icons/hicolor/150x150/apps/labplot2.png share/icons/hicolor/16x16/apps/labplot2.png share/icons/hicolor/22x22/apps/labplot2.png share/icons/hicolor/256x256/apps/labplot2.png share/icons/hicolor/310x310/apps/labplot2.png share/icons/hicolor/32x32/apps/labplot2.png share/icons/hicolor/44x44/apps/labplot2.png share/icons/hicolor/48x48/apps/labplot2.png share/icons/hicolor/512x512/apps/labplot2.png share/icons/hicolor/64x64/apps/labplot2.png share/icons/hicolor/scalable/apps/labplot-1x-zoom.svg share/icons/hicolor/scalable/apps/labplot-2x-zoom.svg share/icons/hicolor/scalable/apps/labplot-3x-zoom.svg share/icons/hicolor/scalable/apps/labplot-4x-zoom.svg share/icons/hicolor/scalable/apps/labplot-5x-zoom.svg share/icons/hicolor/scalable/apps/labplot-MQTT.svg share/icons/hicolor/scalable/apps/labplot-TeX-logo.svg share/icons/hicolor/scalable/apps/labplot-auto-scale-all.svg share/icons/hicolor/scalable/apps/labplot-auto-scale-x.svg share/icons/hicolor/scalable/apps/labplot-auto-scale-y.svg share/icons/hicolor/scalable/apps/labplot-axis-horizontal.svg share/icons/hicolor/scalable/apps/labplot-axis-vertical.svg share/icons/hicolor/scalable/apps/labplot-back.svg share/icons/hicolor/scalable/apps/labplot-cursor-arrow.svg share/icons/hicolor/scalable/apps/labplot-editbreaklayout.svg share/icons/hicolor/scalable/apps/labplot-editgrid.svg share/icons/hicolor/scalable/apps/labplot-edithlayout.svg share/icons/hicolor/scalable/apps/labplot-editvlayout.svg share/icons/hicolor/scalable/apps/labplot-format-text-symbol.svg share/icons/hicolor/scalable/apps/labplot-forward.svg share/icons/hicolor/scalable/apps/labplot-json-array.svg share/icons/hicolor/scalable/apps/labplot-json-object.svg share/icons/hicolor/scalable/apps/labplot-matrix-new.svg share/icons/hicolor/scalable/apps/labplot-matrix.svg share/icons/hicolor/scalable/apps/labplot-maximize.svg share/icons/hicolor/scalable/apps/labplot-minimize.svg share/icons/hicolor/scalable/apps/labplot-plot-axis-points.svg share/icons/hicolor/scalable/apps/labplot-shift-down-y.svg share/icons/hicolor/scalable/apps/labplot-shift-left-x.svg share/icons/hicolor/scalable/apps/labplot-shift-right-x.svg share/icons/hicolor/scalable/apps/labplot-shift-up-y.svg share/icons/hicolor/scalable/apps/labplot-spreadsheet-new.svg share/icons/hicolor/scalable/apps/labplot-spreadsheet.svg share/icons/hicolor/scalable/apps/labplot-transform-move.svg share/icons/hicolor/scalable/apps/labplot-workbook-new.svg share/icons/hicolor/scalable/apps/labplot-workbook.svg share/icons/hicolor/scalable/apps/labplot-worksheet-new.svg share/icons/hicolor/scalable/apps/labplot-worksheet.svg share/icons/hicolor/scalable/apps/labplot-xy-curve-points.svg share/icons/hicolor/scalable/apps/labplot-xy-curve-segments.svg share/icons/hicolor/scalable/apps/labplot-xy-curve.svg share/icons/hicolor/scalable/apps/labplot-xy-equation-curve.svg share/icons/hicolor/scalable/apps/labplot-xy-fit-curve.svg share/icons/hicolor/scalable/apps/labplot-xy-plot-four-axes.svg share/icons/hicolor/scalable/apps/labplot-xy-plot-two-axes-centered-origin.svg share/icons/hicolor/scalable/apps/labplot-xy-plot-two-axes-centered.svg share/icons/hicolor/scalable/apps/labplot-xy-plot-two-axes.svg share/icons/hicolor/scalable/apps/labplot-zoom-in-x.svg share/icons/hicolor/scalable/apps/labplot-zoom-in-y.svg share/icons/hicolor/scalable/apps/labplot-zoom-out-x.svg share/icons/hicolor/scalable/apps/labplot-zoom-out-y.svg share/icons/hicolor/scalable/apps/labplot-zoom-select-x.svg share/icons/hicolor/scalable/apps/labplot-zoom-select-y.svg share/icons/hicolor/scalable/apps/labplot-zoom-select.svg share/icons/hicolor/scalable/apps/labplot-zoom.svg share/icons/hicolor/scalable/apps/labplot2.svgz -share/kxmlgui5/labplot2/labplot2ui.rc %%DATADIR%%/application-x-labplot2.ico %%DATADIR%%/color-schemes/Breeze.colors %%DATADIR%%/color-schemes/BreezeDark.colors %%DATADIR%%/color-schemes/BreezeHighContrast.colors +%%DATADIR%%/color-schemes/Dracula.colors %%DATADIR%%/color-schemes/Honeycomb.colors %%DATADIR%%/color-schemes/Norway.colors %%DATADIR%%/color-schemes/ObsidianCoast.colors %%DATADIR%%/color-schemes/Oxygen.colors %%DATADIR%%/color-schemes/OxygenCold.colors %%DATADIR%%/color-schemes/Steel.colors %%DATADIR%%/color-schemes/WontonSoup.colors %%DATADIR%%/color-schemes/Zion.colors %%DATADIR%%/color-schemes/ZionReversed.colors %%DATADIR%%/colormaps/ColorBrewer (Diverging).json %%DATADIR%%/colormaps/ColorBrewer (Qualitative).json %%DATADIR%%/colormaps/ColorBrewer (Sequential).json %%DATADIR%%/colormaps/ColorCET (Colour Blind).json %%DATADIR%%/colormaps/ColorCET (Cyclic).json %%DATADIR%%/colormaps/ColorCET (Diverging).json %%DATADIR%%/colormaps/ColorCET (Isoluminant).json %%DATADIR%%/colormaps/ColorCET (Linear).json %%DATADIR%%/colormaps/ColorCET (Rainbow).json %%DATADIR%%/colormaps/ColormapCollections.json %%DATADIR%%/colormaps/Diverging Color Maps for Scientific Visualization.json +%%DATADIR%%/colormaps/Dracula (Categorical).json %%DATADIR%%/colormaps/Scientific Colour Maps (Cyclic).json %%DATADIR%%/colormaps/Scientific Colour Maps (Diverging).json %%DATADIR%%/colormaps/Scientific Colour Maps (Multi-sequential).json %%DATADIR%%/colormaps/Scientific Colour Maps (Sequential).json %%DATADIR%%/colormaps/cmocean (Circular).json %%DATADIR%%/colormaps/cmocean (Diverging).json %%DATADIR%%/colormaps/cmocean (Multi-sequential).json %%DATADIR%%/colormaps/cmocean (Sequential).json %%DATADIR%%/colormaps/viridis (Sequential).json %%DATADIR%%/datasets/DASL.json %%DATADIR%%/datasets/DatasetCategories.json %%DATADIR%%/datasets/DatasetCollections.json %%DATADIR%%/datasets/JSEDataArchive.json %%DATADIR%%/datasets/OzDASL.json %%DATADIR%%/datasets/README.md %%DATADIR%%/datasets/Rdatasets.json %%DATADIR%%/datasets/StatLib.json +%%DATADIR%%/datasets/seaborn.json %%DATADIR%%/examples/Analysis/Fit/ENSO.lml %%DATADIR%%/examples/Analysis/Fourier Filter/SOS Morse Signal.lml %%DATADIR%%/examples/Analysis/Hilbert Transformation/Time response of a super regenerative receiver.lml %%DATADIR%%/examples/Analysis/Smooth/Data = Smooth + Rough.lml %%DATADIR%%/examples/Computing/Maxima/Duffing Oscillator in Maxima.lml %%DATADIR%%/examples/Computing/Maxima/Maxima Tutorial for Beginners.lml %%DATADIR%%/examples/ExampleCollections.json %%DATADIR%%/examples/General/Anatomy of a Box Plot.lml %%DATADIR%%/examples/General/Basic Plots.lml %%DATADIR%%/examples/General/Helium Rydberg Spectrum.lml %%DATADIR%%/examples/General/Hertzsprung-Russel Diagram.lml %%DATADIR%%/examples/General/Logarithmic Scales.lml %%DATADIR%%/examples/General/Mathematical Functions.lml %%DATADIR%%/examples/General/Multi-Ranges.lml %%DATADIR%%/examples/General/Multicopter.lml %%DATADIR%%/examples/General/SLOC History.lml %%DATADIR%%/examples/General/Space Debris.lml %%DATADIR%%/examples/General/Tufte's Minimal Ink Design.lml %%DATADIR%%/examples/Statistics/Same Data, Different Boxplots.lml %%DATADIR%%/examples/Statistics/SameStats.lml %%DATADIR%%/labplot2.ico %%DATADIR%%/latex/preview.sty %%DATADIR%%/pics/colorchooser/colorchooser_hue.xpm %%DATADIR%%/pics/colorchooser/colorchooser_saturation.xpm %%DATADIR%%/pics/colorchooser/colorchooser_value.xpm %%DATADIR%%/pics/fit_models/alg_sigmoid.pdf %%DATADIR%%/pics/fit_models/atan.pdf %%DATADIR%%/pics/fit_models/cauchy_lorentz1.pdf %%DATADIR%%/pics/fit_models/cauchy_lorentz2.pdf %%DATADIR%%/pics/fit_models/cauchy_lorentz3.pdf %%DATADIR%%/pics/fit_models/cauchy_lorentz4.pdf %%DATADIR%%/pics/fit_models/erf.pdf %%DATADIR%%/pics/fit_models/exponential1.pdf %%DATADIR%%/pics/fit_models/exponential2.pdf %%DATADIR%%/pics/fit_models/exponential3.pdf %%DATADIR%%/pics/fit_models/exponential4.pdf %%DATADIR%%/pics/fit_models/fourier1.pdf %%DATADIR%%/pics/fit_models/fourier2.pdf %%DATADIR%%/pics/fit_models/fourier3.pdf %%DATADIR%%/pics/fit_models/fourier4.pdf %%DATADIR%%/pics/fit_models/gaussian1.pdf %%DATADIR%%/pics/fit_models/gaussian2.pdf %%DATADIR%%/pics/fit_models/gaussian3.pdf %%DATADIR%%/pics/fit_models/gaussian4.pdf %%DATADIR%%/pics/fit_models/gd.pdf %%DATADIR%%/pics/fit_models/gompertz.pdf %%DATADIR%%/pics/fit_models/hill.pdf %%DATADIR%%/pics/fit_models/inv_exponential1.pdf %%DATADIR%%/pics/fit_models/logistic1.pdf %%DATADIR%%/pics/fit_models/logistic2.pdf %%DATADIR%%/pics/fit_models/logistic3.pdf %%DATADIR%%/pics/fit_models/logistic4.pdf %%DATADIR%%/pics/fit_models/logistic_function.pdf %%DATADIR%%/pics/fit_models/polynom1.pdf %%DATADIR%%/pics/fit_models/polynom2.pdf %%DATADIR%%/pics/fit_models/polynom3.pdf %%DATADIR%%/pics/fit_models/polynom4.pdf %%DATADIR%%/pics/fit_models/power1.pdf %%DATADIR%%/pics/fit_models/power2.pdf %%DATADIR%%/pics/fit_models/pseudovoigt11.pdf %%DATADIR%%/pics/fit_models/pseudovoigt12.pdf %%DATADIR%%/pics/fit_models/pseudovoigt13.pdf %%DATADIR%%/pics/fit_models/pseudovoigt14.pdf %%DATADIR%%/pics/fit_models/sech1.pdf %%DATADIR%%/pics/fit_models/sech2.pdf %%DATADIR%%/pics/fit_models/sech3.pdf %%DATADIR%%/pics/fit_models/sech4.pdf %%DATADIR%%/pics/fit_models/tanh.pdf %%DATADIR%%/pics/fit_models/voigt1.pdf %%DATADIR%%/pics/fit_models/voigt2.pdf %%DATADIR%%/pics/fit_models/voigt3.pdf %%DATADIR%%/pics/fit_models/voigt4.pdf %%DATADIR%%/pics/gsl_distributions/bernoulli.pdf %%DATADIR%%/pics/gsl_distributions/beta.pdf %%DATADIR%%/pics/gsl_distributions/binomial.pdf %%DATADIR%%/pics/gsl_distributions/cauchy_lorentz.pdf %%DATADIR%%/pics/gsl_distributions/chi_squared.pdf %%DATADIR%%/pics/gsl_distributions/exponential.pdf %%DATADIR%%/pics/gsl_distributions/exponential_power.pdf %%DATADIR%%/pics/gsl_distributions/fdist.pdf %%DATADIR%%/pics/gsl_distributions/flat.pdf %%DATADIR%%/pics/gsl_distributions/frechet.pdf %%DATADIR%%/pics/gsl_distributions/gamma.pdf %%DATADIR%%/pics/gsl_distributions/gaussian.pdf %%DATADIR%%/pics/gsl_distributions/gaussian_tail.pdf %%DATADIR%%/pics/gsl_distributions/geometric.pdf %%DATADIR%%/pics/gsl_distributions/gumbel1.pdf %%DATADIR%%/pics/gsl_distributions/gumbel2.pdf %%DATADIR%%/pics/gsl_distributions/hypergeometric.pdf %%DATADIR%%/pics/gsl_distributions/landau.pdf %%DATADIR%%/pics/gsl_distributions/laplace.pdf %%DATADIR%%/pics/gsl_distributions/levy.pdf %%DATADIR%%/pics/gsl_distributions/levy_alpha_stable.pdf %%DATADIR%%/pics/gsl_distributions/levy_skew_alpha_stable.pdf %%DATADIR%%/pics/gsl_distributions/logarithmic.pdf %%DATADIR%%/pics/gsl_distributions/logistic.pdf %%DATADIR%%/pics/gsl_distributions/lognormal.pdf %%DATADIR%%/pics/gsl_distributions/maxwell_boltzmann.pdf %%DATADIR%%/pics/gsl_distributions/negative_binomial.pdf %%DATADIR%%/pics/gsl_distributions/pareto.pdf %%DATADIR%%/pics/gsl_distributions/pascal.pdf %%DATADIR%%/pics/gsl_distributions/poisson.pdf %%DATADIR%%/pics/gsl_distributions/rayleigh.pdf %%DATADIR%%/pics/gsl_distributions/rayleigh_tail.pdf %%DATADIR%%/pics/gsl_distributions/sech.pdf %%DATADIR%%/pics/gsl_distributions/students_t.pdf %%DATADIR%%/pics/gsl_distributions/weibull.pdf %%DATADIR%%/splash.png %%DATADIR%%/themes/BlackOnLightYellow %%DATADIR%%/themes/BlackOnWhite %%DATADIR%%/themes/BlueOnBlack %%DATADIR%%/themes/Bright %%DATADIR%%/themes/Creme %%DATADIR%%/themes/Dark %%DATADIR%%/themes/DarkPastels %%DATADIR%%/themes/Default +%%DATADIR%%/themes/Dracula %%DATADIR%%/themes/GgplotDark %%DATADIR%%/themes/GgplotGrey %%DATADIR%%/themes/GreenOnBlack %%DATADIR%%/themes/GreyOnBlack %%DATADIR%%/themes/GreySlate %%DATADIR%%/themes/Monokai %%DATADIR%%/themes/RedOnBlack %%DATADIR%%/themes/Solarized %%DATADIR%%/themes/SolarizedLight +%%DATADIR%%/themes/Sparkline %%DATADIR%%/themes/Tufte %%DATADIR%%/themes/screenshots/BlackOnLightYellow.png %%DATADIR%%/themes/screenshots/BlackOnWhite.png %%DATADIR%%/themes/screenshots/BlueOnBlack.png %%DATADIR%%/themes/screenshots/Bright.png %%DATADIR%%/themes/screenshots/Creme.png %%DATADIR%%/themes/screenshots/Dark.png %%DATADIR%%/themes/screenshots/DarkPastels.png %%DATADIR%%/themes/screenshots/Default.png +%%DATADIR%%/themes/screenshots/Dracula.png %%DATADIR%%/themes/screenshots/GgplotDark.png %%DATADIR%%/themes/screenshots/GgplotGrey.png %%DATADIR%%/themes/screenshots/GreenOnBlack.png %%DATADIR%%/themes/screenshots/GreyOnBlack.png %%DATADIR%%/themes/screenshots/GreySlate.png %%DATADIR%%/themes/screenshots/Monokai.png %%DATADIR%%/themes/screenshots/RedOnBlack.png %%DATADIR%%/themes/screenshots/Solarized.png %%DATADIR%%/themes/screenshots/SolarizedLight.png +%%DATADIR%%/themes/screenshots/Sparkline.png %%DATADIR%%/themes/screenshots/Tufte.png %%DATADIR%%/themes/screenshots/Unavailable.png +share/locale/ar/LC_MESSAGES/labplot2.mo share/locale/bs/LC_MESSAGES/labplot2.mo share/locale/ca/LC_MESSAGES/labplot2.mo share/locale/ca@valencia/LC_MESSAGES/labplot2.mo share/locale/cs/LC_MESSAGES/labplot2.mo share/locale/da/LC_MESSAGES/labplot2.mo share/locale/de/LC_MESSAGES/labplot2.mo share/locale/el/LC_MESSAGES/labplot2.mo share/locale/en_GB/LC_MESSAGES/labplot2.mo +share/locale/eo/LC_MESSAGES/labplot2.mo share/locale/es/LC_MESSAGES/labplot2.mo share/locale/eu/LC_MESSAGES/labplot2.mo share/locale/fi/LC_MESSAGES/labplot2.mo share/locale/fr/LC_MESSAGES/labplot2.mo share/locale/gl/LC_MESSAGES/labplot2.mo share/locale/hu/LC_MESSAGES/labplot2.mo share/locale/ia/LC_MESSAGES/labplot2.mo share/locale/it/LC_MESSAGES/labplot2.mo share/locale/ja/LC_MESSAGES/labplot2.mo share/locale/ka/LC_MESSAGES/labplot2.mo share/locale/lt/LC_MESSAGES/labplot2.mo share/locale/nds/LC_MESSAGES/labplot2.mo share/locale/nl/LC_MESSAGES/labplot2.mo share/locale/pl/LC_MESSAGES/labplot2.mo share/locale/pt/LC_MESSAGES/labplot2.mo share/locale/pt_BR/LC_MESSAGES/labplot2.mo share/locale/ru/LC_MESSAGES/labplot2.mo share/locale/sk/LC_MESSAGES/labplot2.mo share/locale/sl/LC_MESSAGES/labplot2.mo share/locale/sv/LC_MESSAGES/labplot2.mo share/locale/tr/LC_MESSAGES/labplot2.mo share/locale/uk/LC_MESSAGES/labplot2.mo share/locale/zh_CN/LC_MESSAGES/labplot2.mo share/locale/zh_TW/LC_MESSAGES/labplot2.mo -share/metainfo/org.kde.labplot2.appdata.xml share/man/ca/man1/labplot2.1.gz share/man/es/man1/labplot2.1.gz share/man/it/man1/labplot2.1.gz share/man/man1/labplot2.1.gz share/man/nl/man1/labplot2.1.gz share/man/pt_BR/man1/labplot2.1.gz +share/man/ru/man1/labplot2.1.gz share/man/sv/man1/labplot2.1.gz share/man/uk/man1/labplot2.1.gz +share/metainfo/org.kde.labplot2.appdata.xml share/mime/packages/labplot2.xml