Index: head/math/labplot/Makefile =================================================================== --- head/math/labplot/Makefile (revision 549617) +++ head/math/labplot/Makefile (revision 549618) @@ -1,57 +1,56 @@ # Created by: Kay Lehmann # $FreeBSD$ PORTNAME= labplot -PORTVERSION= 2.7.0 -PORTREVISION= 11 +DISTVERSION= 2.8.0 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Data plotting and function analysis tool by KDE LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgsl.so:math/gsl \ liblz4.so:archivers/liblz4 \ libspectre.so:print/libspectre \ libsz.so:science/szip USES= bison cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 \ shared-mime-info tar:xz -USE_KDE= archive auth bookmarks codecs completion config configwidgets \ +USE_KDE= archive attica auth bookmarks codecs completion config configwidgets \ coreaddons crash ecm_build guiaddons i18n iconthemes itemviews \ jobwidgets kdelibs4support kio newstuff notifications parts \ service solid sonnet syntaxhighlighting textwidgets unitconversion \ widgetsaddons windowsystem xmlgui USE_QT= concurrent core dbus gui network printsupport serialport \ sql svg widgets xml \ buildtools_build qmake_build CMAKE_OFF= ENABLE_LIBCERF DATADIR= ${PREFIX}/share/labplot2 OPTIONS_DEFINE= CANTOR FITS FFTW3 HDF5 NETCDF OPTIONS_DEFAULT= ${OPTIONS_DEFINE} CANTOR_DESC= Build with Cantor support CANTOR_CMAKE_BOOL= ENABLE_CANTOR 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 FFTW3_LIB_DEPENDS= libfftw3.so:math/fftw3 HDF5_DESC= Build with HDF5 support HDF5_CMAKE_BOOL= ENABLE_HDF5 HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 NETCDF_DESC= Build with NetCDF support NETCDF_CMAKE_BOOL= ENABLE_NETCDF NETCDF_LIB_DEPENDS= libnetcdf.so:science/netcdf .include Index: head/math/labplot/distinfo =================================================================== --- head/math/labplot/distinfo (revision 549617) +++ head/math/labplot/distinfo (revision 549618) @@ -1,3 +1,3 @@ -TIMESTAMP = 1572037741 -SHA256 (labplot-2.7.0.tar.xz) = 5c4d6ed7df6e98557a6b78f018933c92654b7e50e7f051ad89ec4755e0f4e935 -SIZE (labplot-2.7.0.tar.xz) = 13306532 +TIMESTAMP = 1600793535 +SHA256 (labplot-2.8.0.tar.xz) = 8957c708ea572d9b7bfd7bdd1e9627bb1e10717c4b8cb10c7687ca6ca187a705 +SIZE (labplot-2.8.0.tar.xz) = 13117804 Index: head/math/labplot/files/patch-git_4255438c =================================================================== --- head/math/labplot/files/patch-git_4255438c (nonexistent) +++ head/math/labplot/files/patch-git_4255438c (revision 549618) @@ -0,0 +1,76 @@ +From 4255438c98ce274a4bbb381b706b6ba5b41816c7 Mon Sep 17 00:00:00 2001 +From: Stefan Gerlach +Date: Mon, 14 Sep 2020 16:56:37 +0200 +Subject: [PATCH] [cantor] 20.08.1 still uses old code & minor formating fixes + +--- + CMakeLists.txt | 2 +- + src/backend/gsl/parser.y | 2 +- + src/kdefrontend/dockwidgets/XYEquationCurveDock.cpp | 2 +- + src/kdefrontend/widgets/ExpressionTextEdit.cpp | 8 ++++---- + 4 files changed, 7 insertions(+), 7 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 33b407046..57ad46dd8 100644 +--- CMakeLists.txt ++++ CMakeLists.txt +@@ -230,7 +230,7 @@ IF (Cantor_FOUND) + ELSE () + MESSAGE (STATUS "Cantor Library ${Cantor_VERSION} TOO OLD. Minimum usable version is 19.12") + ENDIF () +- IF (${Cantor_VERSION} VERSION_GREATER "20.08") ++ IF (${Cantor_VERSION} VERSION_GREATER "20.08.1") + add_definitions (-DHAVE_NEW_CANTOR_LIBS) + ENDIF () + ELSE () +diff --git a/src/backend/gsl/parser.y b/src/backend/gsl/parser.y +index e90f9f7dc..10121a741 100644 +--- src/backend/gsl/parser.y ++++ src/backend/gsl/parser.y +@@ -265,7 +265,7 @@ int yylex(param *p) { + pdebug("PARSER: yylex()\n"); + char c; + +- /* skip white space */ ++ /* skip white space */ + while ((c = getcharstr(p)) == ' ' || c == '\t'); + + /* finish if reached EOF */ +diff --git a/src/kdefrontend/dockwidgets/XYEquationCurveDock.cpp b/src/kdefrontend/dockwidgets/XYEquationCurveDock.cpp +index 8492a63a2..45e6a0f5a 100644 +--- src/kdefrontend/dockwidgets/XYEquationCurveDock.cpp ++++ src/kdefrontend/dockwidgets/XYEquationCurveDock.cpp +@@ -71,7 +71,7 @@ void XYEquationCurveDock::setupGeneral() { + + auto* gridLayout = dynamic_cast(generalTab->layout()); + if (gridLayout) { +- gridLayout->setContentsMargins(2,2,2,2); ++ gridLayout->setContentsMargins(2, 2, 2, 2); + gridLayout->setHorizontalSpacing(2); + gridLayout->setVerticalSpacing(2); + } +diff --git a/src/kdefrontend/widgets/ExpressionTextEdit.cpp b/src/kdefrontend/widgets/ExpressionTextEdit.cpp +index f6d26152b..e08b352d9 100644 +--- src/kdefrontend/widgets/ExpressionTextEdit.cpp ++++ src/kdefrontend/widgets/ExpressionTextEdit.cpp +@@ -114,13 +114,13 @@ void ExpressionTextEdit::setExpressionType(XYEquationCurve::EquationType type) { + m_expressionType = type; + m_variables.clear(); + if (type == XYEquationCurve::EquationType::Cartesian) +- m_variables<<"x"; ++ m_variables << "x"; + else if (type == XYEquationCurve::EquationType::Polar) +- m_variables<<"phi"; ++ m_variables << "phi"; + else if (type == XYEquationCurve::EquationType::Parametric) +- m_variables<<"t"; ++ m_variables << "t"; + else if (type == XYEquationCurve::EquationType::Implicit) +- m_variables<<"x"<<"y"; ++ m_variables << "x" << "y"; + + m_highlighter->setVariables(m_variables); + } +-- +GitLab + Property changes on: head/math/labplot/files/patch-git_4255438c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/math/labplot/pkg-plist =================================================================== --- head/math/labplot/pkg-plist (revision 549617) +++ head/math/labplot/pkg-plist (revision 549618) @@ -1,314 +1,301 @@ bin/labplot2 -etc/xdg/labplot2_themes.knsrc -man/man1/labplot2.1.gz +man/ca/man1/labplot2.1.gz man/es/man1/labplot2.1.gz +man/it/man1/labplot2.1.gz +man/man1/labplot2.1.gz man/nl/man1/labplot2.1.gz man/sv/man1/labplot2.1.gz man/uk/man1/labplot2.1.gz share/applications/org.kde.labplot2.desktop 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/nl/labplot2/index.cache.bz2 -share/doc/HTML/nl/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/16x16/apps/labplot2.png share/icons/hicolor/22x22/apps/labplot2.png share/icons/hicolor/256x256/apps/labplot2.png share/icons/hicolor/32x32/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/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%%/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/Socrata.json +%%DATADIR%%/datasets/StatLib.json +%%DATADIR%%/example_projects/Big-city-pop.lml +%%DATADIR%%/example_projects/Rainfall.lml +%%DATADIR%%/example_projects/acc-deaths.lml +%%DATADIR%%/example_projects/alcohol-cons.lml +%%DATADIR%%/example_projects/cat-weight.lml +%%DATADIR%%/example_projects/cooling-water.lml +%%DATADIR%%/example_projects/example_projects.json +%%DATADIR%%/example_projects/fit (Anscombe's quartet).lml +%%DATADIR%%/example_projects/lake-level.lml +%%DATADIR%%/example_projects/log_scales.lml +%%DATADIR%%/example_projects/magnitude_plot.lml +%%DATADIR%%/example_projects/mathematical_functions.lml +%%DATADIR%%/example_projects/weight-height.lml +%%DATADIR%%/example_projects/weight-speed.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.png %%DATADIR%%/pics/fit_models/atan.png %%DATADIR%%/pics/fit_models/cauchy_lorentz1.png %%DATADIR%%/pics/fit_models/cauchy_lorentz2.png %%DATADIR%%/pics/fit_models/cauchy_lorentz3.png %%DATADIR%%/pics/fit_models/cauchy_lorentz4.png %%DATADIR%%/pics/fit_models/erf.png %%DATADIR%%/pics/fit_models/exponential1.png %%DATADIR%%/pics/fit_models/exponential2.png %%DATADIR%%/pics/fit_models/exponential3.png %%DATADIR%%/pics/fit_models/exponential4.png %%DATADIR%%/pics/fit_models/fourier1.png %%DATADIR%%/pics/fit_models/fourier2.png %%DATADIR%%/pics/fit_models/fourier3.png %%DATADIR%%/pics/fit_models/fourier4.png %%DATADIR%%/pics/fit_models/gaussian1.png %%DATADIR%%/pics/fit_models/gaussian2.png %%DATADIR%%/pics/fit_models/gaussian3.png %%DATADIR%%/pics/fit_models/gaussian4.png %%DATADIR%%/pics/fit_models/gd.png %%DATADIR%%/pics/fit_models/gompertz.png %%DATADIR%%/pics/fit_models/hill.png %%DATADIR%%/pics/fit_models/inv_exponential1.png %%DATADIR%%/pics/fit_models/logistic1.png %%DATADIR%%/pics/fit_models/logistic2.png %%DATADIR%%/pics/fit_models/logistic3.png %%DATADIR%%/pics/fit_models/logistic4.png %%DATADIR%%/pics/fit_models/logistic_function.png %%DATADIR%%/pics/fit_models/polynom1.png %%DATADIR%%/pics/fit_models/polynom2.png %%DATADIR%%/pics/fit_models/polynom3.png %%DATADIR%%/pics/fit_models/polynom4.png %%DATADIR%%/pics/fit_models/power1.png %%DATADIR%%/pics/fit_models/power2.png %%DATADIR%%/pics/fit_models/pseudovoigt11.png %%DATADIR%%/pics/fit_models/pseudovoigt12.png %%DATADIR%%/pics/fit_models/pseudovoigt13.png %%DATADIR%%/pics/fit_models/pseudovoigt14.png %%DATADIR%%/pics/fit_models/sech1.png %%DATADIR%%/pics/fit_models/sech2.png %%DATADIR%%/pics/fit_models/sech3.png %%DATADIR%%/pics/fit_models/sech4.png %%DATADIR%%/pics/fit_models/tanh.png %%DATADIR%%/pics/fit_models/voigt1.png %%DATADIR%%/pics/fit_models/voigt2.png %%DATADIR%%/pics/fit_models/voigt3.png %%DATADIR%%/pics/fit_models/voigt4.png %%DATADIR%%/pics/gsl_distributions/bernoulli.png %%DATADIR%%/pics/gsl_distributions/beta.png %%DATADIR%%/pics/gsl_distributions/binomial.png %%DATADIR%%/pics/gsl_distributions/cauchy_lorentz.png %%DATADIR%%/pics/gsl_distributions/chi_squared.png %%DATADIR%%/pics/gsl_distributions/exponential.png %%DATADIR%%/pics/gsl_distributions/exponential_power.png %%DATADIR%%/pics/gsl_distributions/fdist.png %%DATADIR%%/pics/gsl_distributions/flat.png %%DATADIR%%/pics/gsl_distributions/frechet.png %%DATADIR%%/pics/gsl_distributions/gamma.png %%DATADIR%%/pics/gsl_distributions/gaussian.png %%DATADIR%%/pics/gsl_distributions/gaussian_tail.png %%DATADIR%%/pics/gsl_distributions/geometric.png %%DATADIR%%/pics/gsl_distributions/gumbel1.png %%DATADIR%%/pics/gsl_distributions/gumbel2.png %%DATADIR%%/pics/gsl_distributions/hypergeometric.png %%DATADIR%%/pics/gsl_distributions/landau.png %%DATADIR%%/pics/gsl_distributions/laplace.png %%DATADIR%%/pics/gsl_distributions/levy.png %%DATADIR%%/pics/gsl_distributions/levy_alpha_stable.png %%DATADIR%%/pics/gsl_distributions/levy_skew_alpha_stable.png %%DATADIR%%/pics/gsl_distributions/logarithmic.png %%DATADIR%%/pics/gsl_distributions/logistic.png %%DATADIR%%/pics/gsl_distributions/lognormal.png %%DATADIR%%/pics/gsl_distributions/maxwell_boltzmann.png %%DATADIR%%/pics/gsl_distributions/negative_binomial.png %%DATADIR%%/pics/gsl_distributions/pareto.png %%DATADIR%%/pics/gsl_distributions/pascal.png %%DATADIR%%/pics/gsl_distributions/poisson.png %%DATADIR%%/pics/gsl_distributions/rayleigh.png %%DATADIR%%/pics/gsl_distributions/rayleigh_tail.png %%DATADIR%%/pics/gsl_distributions/sech.png %%DATADIR%%/pics/gsl_distributions/students_t.png %%DATADIR%%/pics/gsl_distributions/weibull.png %%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/GreenOnBlack %%DATADIR%%/themes/GreyOnBlack %%DATADIR%%/themes/GreySlate %%DATADIR%%/themes/RedOnBlack %%DATADIR%%/themes/Solarized %%DATADIR%%/themes/SolarizedLight %%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/GreenOnBlack.png %%DATADIR%%/themes/screenshots/GreyOnBlack.png %%DATADIR%%/themes/screenshots/GreySlate.png %%DATADIR%%/themes/screenshots/RedOnBlack.png %%DATADIR%%/themes/screenshots/Solarized.png %%DATADIR%%/themes/screenshots/SolarizedLight.png %%DATADIR%%/themes/screenshots/Unavailable.png 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/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/it/LC_MESSAGES/labplot2.mo -share/locale/ja/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/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/mime/packages/labplot2.xml