Import kmplot-18.08.2
Comment: mathematical function plotter for KDE Description: KmPlot is a mathematical function plotter for the KDE. It has built in a powerfull parser. You can plot different functions simultaneously and combine their function terms to build new functions. KmPlot supports functions with parameters and functions in polar coordinates. Several grid modes are possible. Plots may be printed with high precision in correct scale. Maintainer: KDE porting team <openbsd-kde@googlegroups.com> OK landry@, tested by Elias M. Mariani. Thanks!
This commit is contained in:
parent
025d005ac9
commit
0d1cbb7ad8
50
x11/kde-applications/kmplot/Makefile
Normal file
50
x11/kde-applications/kmplot/Makefile
Normal file
@ -0,0 +1,50 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2018/12/09 11:04:47 rsadowski Exp $
|
||||
|
||||
COMMENT = mathematical function plotter for KDE
|
||||
DISTNAME = kmplot-${VERSION}
|
||||
CATEGORIES = education math
|
||||
|
||||
KDE5 = Yes
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} KF5Auth KF5Bookmarks KF5Codecs KF5Completion
|
||||
WANTLIB += KF5ConfigCore KF5ConfigGui KF5ConfigWidgets KF5CoreAddons
|
||||
WANTLIB += KF5Crash KF5DBusAddons KF5GuiAddons KF5I18n KF5IconThemes
|
||||
WANTLIB += KF5ItemViews KF5JobWidgets KF5KDELibs4Support KF5KIOCore
|
||||
WANTLIB += KF5KIOFileWidgets KF5KIOWidgets KF5Notifications KF5Parts
|
||||
WANTLIB += KF5Service KF5Solid KF5SonnetUi KF5TextWidgets KF5UnitConversion
|
||||
WANTLIB += KF5WidgetsAddons KF5WindowSystem KF5XmlGui Qt5Concurrent
|
||||
WANTLIB += Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5PrintSupport Qt5Svg
|
||||
WANTLIB += Qt5Widgets Qt5Xml c m
|
||||
|
||||
BUILD_DEPENDS +=devel/gettext-tools \
|
||||
devel/kf5/kdoctools
|
||||
|
||||
RUN_DEPENDS = x11/gtk+3,-guic \
|
||||
devel/kf5/kdoctools
|
||||
|
||||
LIB_DEPENDS += devel/kf5/kauth \
|
||||
devel/kf5/kbookmarks \
|
||||
devel/kf5/kcodecs \
|
||||
devel/kf5/kconfig \
|
||||
devel/kf5/kconfigwidgets \
|
||||
devel/kf5/kcoreaddons \
|
||||
devel/kf5/kcrash \
|
||||
devel/kf5/kdbusaddons \
|
||||
devel/kf5/kdelibs4support \
|
||||
devel/kf5/kguiaddons \
|
||||
devel/kf5/ki18n \
|
||||
devel/kf5/kiconthemes \
|
||||
devel/kf5/kio \
|
||||
devel/kf5/knotifications \
|
||||
devel/kf5/kparts \
|
||||
devel/kf5/kservice \
|
||||
devel/kf5/ktextwidgets \
|
||||
devel/kf5/kunitconversion \
|
||||
devel/kf5/kwidgetsaddons \
|
||||
devel/kf5/kwindowsystem \
|
||||
devel/kf5/kxmlgui \
|
||||
devel/kf5/solid \
|
||||
devel/kf5/sonnet \
|
||||
x11/qt5/qtsvg
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11/kde-applications/kmplot/distinfo
Normal file
2
x11/kde-applications/kmplot/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (kmplot-18.08.2.tar.xz) = dAQeQZZe/a0i+PtajhnBAn5ieCdFs+wnxGxGRDKEBmo=
|
||||
SIZE (kmplot-18.08.2.tar.xz) = 3028852
|
7
x11/kde-applications/kmplot/pkg/DESCR
Normal file
7
x11/kde-applications/kmplot/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
KmPlot is a mathematical function plotter for the KDE.
|
||||
|
||||
It has built in a powerfull parser. You can plot different functions
|
||||
simultaneously and combine their function terms to build new
|
||||
functions. KmPlot supports functions with parameters and functions
|
||||
in polar coordinates. Several grid modes are possible. Plots may
|
||||
be printed with high precision in correct scale.
|
322
x11/kde-applications/kmplot/pkg/PLIST
Normal file
322
x11/kde-applications/kmplot/pkg/PLIST
Normal file
@ -0,0 +1,322 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/12/09 11:04:47 rsadowski Exp $
|
||||
@conflict kde-l10n-*
|
||||
@conflict kde-i18n-*
|
||||
@pkgpath x11/kde4/kmplot
|
||||
@bin bin/kmplot
|
||||
lib/qt5/plugins/kmplotpart.so
|
||||
@man man/man1/kmplot.1
|
||||
share/applications/org.kde.kmplot.desktop
|
||||
share/config.kcfg/
|
||||
share/config.kcfg/kmplot.kcfg
|
||||
share/dbus-1/interfaces/org.kde.kmplot.KmPlot.xml
|
||||
share/dbus-1/interfaces/org.kde.kmplot.MainDlg.xml
|
||||
share/dbus-1/interfaces/org.kde.kmplot.Parser.xml
|
||||
share/dbus-1/interfaces/org.kde.kmplot.View.xml
|
||||
share/doc/HTML/ca/kmplot/
|
||||
share/doc/HTML/ca/kmplot/commands.docbook
|
||||
share/doc/HTML/ca/kmplot/configuration.docbook
|
||||
share/doc/HTML/ca/kmplot/credits.docbook
|
||||
share/doc/HTML/ca/kmplot/dcop.docbook
|
||||
share/doc/HTML/ca/kmplot/developer.docbook
|
||||
share/doc/HTML/ca/kmplot/firststeps.docbook
|
||||
share/doc/HTML/ca/kmplot/index.cache.bz2
|
||||
share/doc/HTML/ca/kmplot/index.docbook
|
||||
share/doc/HTML/ca/kmplot/install.docbook
|
||||
share/doc/HTML/ca/kmplot/introduction.docbook
|
||||
share/doc/HTML/ca/kmplot/reference.docbook
|
||||
share/doc/HTML/ca/kmplot/using.docbook
|
||||
share/doc/HTML/de/kmplot/
|
||||
share/doc/HTML/de/kmplot/index.cache.bz2
|
||||
share/doc/HTML/de/kmplot/index.docbook
|
||||
share/doc/HTML/de/kmplot/main.png
|
||||
share/doc/HTML/de/kmplot/popup.png
|
||||
share/doc/HTML/de/kmplot/settings-colors.png
|
||||
share/doc/HTML/de/kmplot/settings-constants.png
|
||||
share/doc/HTML/de/kmplot/settings-coords.png
|
||||
share/doc/HTML/de/kmplot/settings-diagram.png
|
||||
share/doc/HTML/de/kmplot/settings-fonts.png
|
||||
share/doc/HTML/de/kmplot/settings-general.png
|
||||
share/doc/HTML/en/kmplot/
|
||||
share/doc/HTML/en/kmplot/index.cache.bz2
|
||||
share/doc/HTML/en/kmplot/index.docbook
|
||||
share/doc/HTML/en/kmplot/main.png
|
||||
share/doc/HTML/en/kmplot/popup.png
|
||||
share/doc/HTML/en/kmplot/settings-colors.png
|
||||
share/doc/HTML/en/kmplot/settings-constants.png
|
||||
share/doc/HTML/en/kmplot/settings-coords.png
|
||||
share/doc/HTML/en/kmplot/settings-diagram.png
|
||||
share/doc/HTML/en/kmplot/settings-fonts.png
|
||||
share/doc/HTML/en/kmplot/settings-general.png
|
||||
share/doc/HTML/en/kmplot/threeplots.png
|
||||
share/doc/HTML/es/kmplot/
|
||||
share/doc/HTML/es/kmplot/commands.docbook
|
||||
share/doc/HTML/es/kmplot/configuration.docbook
|
||||
share/doc/HTML/es/kmplot/credits.docbook
|
||||
share/doc/HTML/es/kmplot/dcop.docbook
|
||||
share/doc/HTML/es/kmplot/developer.docbook
|
||||
share/doc/HTML/es/kmplot/edu-logo.png
|
||||
share/doc/HTML/es/kmplot/firststeps.docbook
|
||||
share/doc/HTML/es/kmplot/index.cache.bz2
|
||||
share/doc/HTML/es/kmplot/index.docbook
|
||||
share/doc/HTML/es/kmplot/install.docbook
|
||||
share/doc/HTML/es/kmplot/introduction.docbook
|
||||
share/doc/HTML/es/kmplot/kfkt.png
|
||||
share/doc/HTML/es/kmplot/ksys1.png
|
||||
share/doc/HTML/es/kmplot/ksys2.png
|
||||
share/doc/HTML/es/kmplot/ksys3.png
|
||||
share/doc/HTML/es/kmplot/main.png
|
||||
share/doc/HTML/es/kmplot/reference.docbook
|
||||
share/doc/HTML/es/kmplot/threeplots.png
|
||||
share/doc/HTML/es/kmplot/using.docbook
|
||||
share/doc/HTML/et/kmplot/
|
||||
share/doc/HTML/et/kmplot/commands.docbook
|
||||
share/doc/HTML/et/kmplot/configuration.docbook
|
||||
share/doc/HTML/et/kmplot/credits.docbook
|
||||
share/doc/HTML/et/kmplot/dcop.docbook
|
||||
share/doc/HTML/et/kmplot/developer.docbook
|
||||
share/doc/HTML/et/kmplot/firststeps.docbook
|
||||
share/doc/HTML/et/kmplot/index.cache.bz2
|
||||
share/doc/HTML/et/kmplot/index.docbook
|
||||
share/doc/HTML/et/kmplot/install.docbook
|
||||
share/doc/HTML/et/kmplot/introduction.docbook
|
||||
share/doc/HTML/et/kmplot/reference.docbook
|
||||
share/doc/HTML/et/kmplot/using.docbook
|
||||
share/doc/HTML/fr/kmplot/
|
||||
share/doc/HTML/fr/kmplot/commands.docbook
|
||||
share/doc/HTML/fr/kmplot/configuration.docbook
|
||||
share/doc/HTML/fr/kmplot/credits.docbook
|
||||
share/doc/HTML/fr/kmplot/dcop.docbook
|
||||
share/doc/HTML/fr/kmplot/developer.docbook
|
||||
share/doc/HTML/fr/kmplot/firststeps.docbook
|
||||
share/doc/HTML/fr/kmplot/index.cache.bz2
|
||||
share/doc/HTML/fr/kmplot/index.docbook
|
||||
share/doc/HTML/fr/kmplot/install.docbook
|
||||
share/doc/HTML/fr/kmplot/introduction.docbook
|
||||
share/doc/HTML/fr/kmplot/main.png
|
||||
share/doc/HTML/fr/kmplot/popup.png
|
||||
share/doc/HTML/fr/kmplot/reference.docbook
|
||||
share/doc/HTML/fr/kmplot/settings-colors.png
|
||||
share/doc/HTML/fr/kmplot/settings-constants.png
|
||||
share/doc/HTML/fr/kmplot/settings-coords.png
|
||||
share/doc/HTML/fr/kmplot/settings-diagram.png
|
||||
share/doc/HTML/fr/kmplot/settings-fonts.png
|
||||
share/doc/HTML/fr/kmplot/settings-general.png
|
||||
share/doc/HTML/fr/kmplot/settings-graphing.png
|
||||
share/doc/HTML/fr/kmplot/using.docbook
|
||||
share/doc/HTML/gl/kmplot/
|
||||
share/doc/HTML/gl/kmplot/commands.docbook
|
||||
share/doc/HTML/gl/kmplot/configuration.docbook
|
||||
share/doc/HTML/gl/kmplot/credits.docbook
|
||||
share/doc/HTML/gl/kmplot/dcop.docbook
|
||||
share/doc/HTML/gl/kmplot/developer.docbook
|
||||
share/doc/HTML/gl/kmplot/firststeps.docbook
|
||||
share/doc/HTML/gl/kmplot/index.cache.bz2
|
||||
share/doc/HTML/gl/kmplot/index.docbook
|
||||
share/doc/HTML/gl/kmplot/install.docbook
|
||||
share/doc/HTML/gl/kmplot/introduction.docbook
|
||||
share/doc/HTML/gl/kmplot/reference.docbook
|
||||
share/doc/HTML/gl/kmplot/using.docbook
|
||||
share/doc/HTML/it/kmplot/
|
||||
share/doc/HTML/it/kmplot/commands.docbook
|
||||
share/doc/HTML/it/kmplot/configuration.docbook
|
||||
share/doc/HTML/it/kmplot/credits.docbook
|
||||
share/doc/HTML/it/kmplot/dcop.docbook
|
||||
share/doc/HTML/it/kmplot/developer.docbook
|
||||
share/doc/HTML/it/kmplot/firststeps.docbook
|
||||
share/doc/HTML/it/kmplot/index.cache.bz2
|
||||
share/doc/HTML/it/kmplot/index.docbook
|
||||
share/doc/HTML/it/kmplot/install.docbook
|
||||
share/doc/HTML/it/kmplot/introduction.docbook
|
||||
share/doc/HTML/it/kmplot/reference.docbook
|
||||
share/doc/HTML/it/kmplot/using.docbook
|
||||
share/doc/HTML/nl/kmplot/
|
||||
share/doc/HTML/nl/kmplot/commands.docbook
|
||||
share/doc/HTML/nl/kmplot/configuration.docbook
|
||||
share/doc/HTML/nl/kmplot/credits.docbook
|
||||
share/doc/HTML/nl/kmplot/dcop.docbook
|
||||
share/doc/HTML/nl/kmplot/developer.docbook
|
||||
share/doc/HTML/nl/kmplot/edu-logo.png
|
||||
share/doc/HTML/nl/kmplot/firststeps.docbook
|
||||
share/doc/HTML/nl/kmplot/index.cache.bz2
|
||||
share/doc/HTML/nl/kmplot/index.docbook
|
||||
share/doc/HTML/nl/kmplot/install.docbook
|
||||
share/doc/HTML/nl/kmplot/introduction.docbook
|
||||
share/doc/HTML/nl/kmplot/kfkt.png
|
||||
share/doc/HTML/nl/kmplot/ksys1.png
|
||||
share/doc/HTML/nl/kmplot/ksys2.png
|
||||
share/doc/HTML/nl/kmplot/ksys3.png
|
||||
share/doc/HTML/nl/kmplot/main.png
|
||||
share/doc/HTML/nl/kmplot/popup.png
|
||||
share/doc/HTML/nl/kmplot/reference.docbook
|
||||
share/doc/HTML/nl/kmplot/settings-colors.png
|
||||
share/doc/HTML/nl/kmplot/settings-coords.png
|
||||
share/doc/HTML/nl/kmplot/settings-diagram.png
|
||||
share/doc/HTML/nl/kmplot/settings-fonts.png
|
||||
share/doc/HTML/nl/kmplot/settings-general.png
|
||||
share/doc/HTML/nl/kmplot/using.docbook
|
||||
share/doc/HTML/pl/kmplot/
|
||||
share/doc/HTML/pl/kmplot/commands.docbook
|
||||
share/doc/HTML/pl/kmplot/configuration.docbook
|
||||
share/doc/HTML/pl/kmplot/credits.docbook
|
||||
share/doc/HTML/pl/kmplot/dcop.docbook
|
||||
share/doc/HTML/pl/kmplot/developer.docbook
|
||||
share/doc/HTML/pl/kmplot/firststeps.docbook
|
||||
share/doc/HTML/pl/kmplot/index.cache.bz2
|
||||
share/doc/HTML/pl/kmplot/index.docbook
|
||||
share/doc/HTML/pl/kmplot/install.docbook
|
||||
share/doc/HTML/pl/kmplot/introduction.docbook
|
||||
share/doc/HTML/pl/kmplot/main.png
|
||||
share/doc/HTML/pl/kmplot/popup.png
|
||||
share/doc/HTML/pl/kmplot/reference.docbook
|
||||
share/doc/HTML/pl/kmplot/settings-colors.png
|
||||
share/doc/HTML/pl/kmplot/settings-constants.png
|
||||
share/doc/HTML/pl/kmplot/settings-coords.png
|
||||
share/doc/HTML/pl/kmplot/settings-diagram.png
|
||||
share/doc/HTML/pl/kmplot/settings-fonts.png
|
||||
share/doc/HTML/pl/kmplot/settings-general.png
|
||||
share/doc/HTML/pl/kmplot/using.docbook
|
||||
share/doc/HTML/pt/kmplot/
|
||||
share/doc/HTML/pt/kmplot/commands.docbook
|
||||
share/doc/HTML/pt/kmplot/configuration.docbook
|
||||
share/doc/HTML/pt/kmplot/credits.docbook
|
||||
share/doc/HTML/pt/kmplot/dcop.docbook
|
||||
share/doc/HTML/pt/kmplot/developer.docbook
|
||||
share/doc/HTML/pt/kmplot/firststeps.docbook
|
||||
share/doc/HTML/pt/kmplot/index.cache.bz2
|
||||
share/doc/HTML/pt/kmplot/index.docbook
|
||||
share/doc/HTML/pt/kmplot/install.docbook
|
||||
share/doc/HTML/pt/kmplot/introduction.docbook
|
||||
share/doc/HTML/pt/kmplot/reference.docbook
|
||||
share/doc/HTML/pt/kmplot/using.docbook
|
||||
share/doc/HTML/pt_BR/kmplot/
|
||||
share/doc/HTML/pt_BR/kmplot/commands.docbook
|
||||
share/doc/HTML/pt_BR/kmplot/configuration.docbook
|
||||
share/doc/HTML/pt_BR/kmplot/credits.docbook
|
||||
share/doc/HTML/pt_BR/kmplot/dcop.docbook
|
||||
share/doc/HTML/pt_BR/kmplot/developer.docbook
|
||||
share/doc/HTML/pt_BR/kmplot/edu-logo.png
|
||||
share/doc/HTML/pt_BR/kmplot/firststeps.docbook
|
||||
share/doc/HTML/pt_BR/kmplot/index.cache.bz2
|
||||
share/doc/HTML/pt_BR/kmplot/index.docbook
|
||||
share/doc/HTML/pt_BR/kmplot/install.docbook
|
||||
share/doc/HTML/pt_BR/kmplot/introduction.docbook
|
||||
share/doc/HTML/pt_BR/kmplot/kfkt.png
|
||||
share/doc/HTML/pt_BR/kmplot/ksys1.png
|
||||
share/doc/HTML/pt_BR/kmplot/ksys2.png
|
||||
share/doc/HTML/pt_BR/kmplot/ksys3.png
|
||||
share/doc/HTML/pt_BR/kmplot/main.png
|
||||
share/doc/HTML/pt_BR/kmplot/popup.png
|
||||
share/doc/HTML/pt_BR/kmplot/reference.docbook
|
||||
share/doc/HTML/pt_BR/kmplot/settings-colors.png
|
||||
share/doc/HTML/pt_BR/kmplot/settings-constants.png
|
||||
share/doc/HTML/pt_BR/kmplot/settings-coords.png
|
||||
share/doc/HTML/pt_BR/kmplot/settings-diagram.png
|
||||
share/doc/HTML/pt_BR/kmplot/settings-fonts.png
|
||||
share/doc/HTML/pt_BR/kmplot/settings-general.png
|
||||
share/doc/HTML/pt_BR/kmplot/threeplots.png
|
||||
share/doc/HTML/pt_BR/kmplot/using.docbook
|
||||
share/doc/HTML/ru/kmplot/
|
||||
share/doc/HTML/ru/kmplot/commands.docbook
|
||||
share/doc/HTML/ru/kmplot/configuration.docbook
|
||||
share/doc/HTML/ru/kmplot/credits.docbook
|
||||
share/doc/HTML/ru/kmplot/dcop.docbook
|
||||
share/doc/HTML/ru/kmplot/developer.docbook
|
||||
share/doc/HTML/ru/kmplot/firststeps.docbook
|
||||
share/doc/HTML/ru/kmplot/index.cache.bz2
|
||||
share/doc/HTML/ru/kmplot/index.docbook
|
||||
share/doc/HTML/ru/kmplot/install.docbook
|
||||
share/doc/HTML/ru/kmplot/introduction.docbook
|
||||
share/doc/HTML/ru/kmplot/reference.docbook
|
||||
share/doc/HTML/ru/kmplot/using.docbook
|
||||
share/doc/HTML/sv/kmplot/
|
||||
share/doc/HTML/sv/kmplot/commands.docbook
|
||||
share/doc/HTML/sv/kmplot/configuration.docbook
|
||||
share/doc/HTML/sv/kmplot/credits.docbook
|
||||
share/doc/HTML/sv/kmplot/dcop.docbook
|
||||
share/doc/HTML/sv/kmplot/developer.docbook
|
||||
share/doc/HTML/sv/kmplot/firststeps.docbook
|
||||
share/doc/HTML/sv/kmplot/index.cache.bz2
|
||||
share/doc/HTML/sv/kmplot/index.docbook
|
||||
share/doc/HTML/sv/kmplot/install.docbook
|
||||
share/doc/HTML/sv/kmplot/introduction.docbook
|
||||
share/doc/HTML/sv/kmplot/main.png
|
||||
share/doc/HTML/sv/kmplot/reference.docbook
|
||||
share/doc/HTML/sv/kmplot/using.docbook
|
||||
share/doc/HTML/uk/kmplot/
|
||||
share/doc/HTML/uk/kmplot/index.cache.bz2
|
||||
share/doc/HTML/uk/kmplot/index.docbook
|
||||
share/doc/HTML/uk/kmplot/main.png
|
||||
share/doc/HTML/uk/kmplot/popup.png
|
||||
share/doc/HTML/uk/kmplot/settings-colors.png
|
||||
share/doc/HTML/uk/kmplot/settings-constants.png
|
||||
share/doc/HTML/uk/kmplot/settings-coords.png
|
||||
share/doc/HTML/uk/kmplot/settings-diagram.png
|
||||
share/doc/HTML/uk/kmplot/settings-fonts.png
|
||||
share/doc/HTML/uk/kmplot/settings-general.png
|
||||
share/icons/hicolor/128x128/apps/kmplot.png
|
||||
share/icons/hicolor/16x16/apps/kmplot.png
|
||||
share/icons/hicolor/22x22/apps/kmplot.png
|
||||
share/icons/hicolor/32x32/apps/kmplot.png
|
||||
share/icons/hicolor/48x48/apps/kmplot.png
|
||||
share/icons/hicolor/64x64/apps/kmplot.png
|
||||
share/icons/hicolor/scalable/apps/kmplot.svgz
|
||||
share/kservices5/kmplot_part.desktop
|
||||
share/kxmlgui5/
|
||||
share/kxmlgui5/kmplot/
|
||||
share/kxmlgui5/kmplot/kmplot_part.rc
|
||||
share/kxmlgui5/kmplot/kmplot_part_readonly.rc
|
||||
share/kxmlgui5/kmplot/kmplot_shell.rc
|
||||
share/locale/ar/LC_MESSAGES/kmplot.mo
|
||||
share/locale/ast/LC_MESSAGES/kmplot.mo
|
||||
share/locale/bg/LC_MESSAGES/kmplot.mo
|
||||
share/locale/bs/LC_MESSAGES/kmplot.mo
|
||||
share/locale/ca/LC_MESSAGES/kmplot.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/kmplot.mo
|
||||
share/locale/cs/LC_MESSAGES/kmplot.mo
|
||||
share/locale/da/LC_MESSAGES/kmplot.mo
|
||||
share/locale/de/LC_MESSAGES/kmplot.mo
|
||||
share/locale/el/LC_MESSAGES/kmplot.mo
|
||||
share/locale/en_GB/LC_MESSAGES/kmplot.mo
|
||||
share/locale/eo/LC_MESSAGES/kmplot.mo
|
||||
share/locale/es/LC_MESSAGES/kmplot.mo
|
||||
share/locale/et/LC_MESSAGES/kmplot.mo
|
||||
share/locale/eu/LC_MESSAGES/kmplot.mo
|
||||
share/locale/fa/LC_MESSAGES/kmplot.mo
|
||||
share/locale/fi/LC_MESSAGES/kmplot.mo
|
||||
share/locale/fr/LC_MESSAGES/kmplot.mo
|
||||
share/locale/ga/LC_MESSAGES/kmplot.mo
|
||||
share/locale/gl/LC_MESSAGES/kmplot.mo
|
||||
share/locale/he/LC_MESSAGES/kmplot.mo
|
||||
share/locale/hi/LC_MESSAGES/kmplot.mo
|
||||
share/locale/hr/LC_MESSAGES/kmplot.mo
|
||||
share/locale/hu/LC_MESSAGES/kmplot.mo
|
||||
share/locale/is/LC_MESSAGES/kmplot.mo
|
||||
share/locale/it/LC_MESSAGES/kmplot.mo
|
||||
share/locale/ja/LC_MESSAGES/kmplot.mo
|
||||
share/locale/kk/LC_MESSAGES/kmplot.mo
|
||||
share/locale/km/LC_MESSAGES/kmplot.mo
|
||||
share/locale/ko/LC_MESSAGES/kmplot.mo
|
||||
share/locale/lt/LC_MESSAGES/kmplot.mo
|
||||
share/locale/lv/LC_MESSAGES/kmplot.mo
|
||||
share/locale/mr/LC_MESSAGES/kmplot.mo
|
||||
share/locale/nb/LC_MESSAGES/kmplot.mo
|
||||
share/locale/nds/LC_MESSAGES/kmplot.mo
|
||||
share/locale/nl/LC_MESSAGES/kmplot.mo
|
||||
share/locale/nn/LC_MESSAGES/kmplot.mo
|
||||
share/locale/pa/LC_MESSAGES/kmplot.mo
|
||||
share/locale/pl/LC_MESSAGES/kmplot.mo
|
||||
share/locale/pt/LC_MESSAGES/kmplot.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/kmplot.mo
|
||||
share/locale/ro/LC_MESSAGES/kmplot.mo
|
||||
share/locale/ru/LC_MESSAGES/kmplot.mo
|
||||
share/locale/sk/LC_MESSAGES/kmplot.mo
|
||||
share/locale/sl/LC_MESSAGES/kmplot.mo
|
||||
share/locale/sv/LC_MESSAGES/kmplot.mo
|
||||
share/locale/tr/LC_MESSAGES/kmplot.mo
|
||||
share/locale/ug/LC_MESSAGES/kmplot.mo
|
||||
share/locale/uk/LC_MESSAGES/kmplot.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kmplot.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kmplot.mo
|
||||
share/metainfo/
|
||||
share/metainfo/org.kde.kmplot.appdata.xml
|
||||
@tag gtk-update-icon-cache %D/share/icons/hicolor
|
Loading…
x
Reference in New Issue
Block a user