mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/ktextaddons: Update to 1.5.1
Bump PORTREVISION on dependent ports due to shared library rename.
This commit is contained in:
parent
a6b396419a
commit
1dbda1e995
6 changed files with 162 additions and 43 deletions
|
@ -772,7 +772,7 @@ kde-tnef_PORT= net/ktnef
|
|||
kde-tnef_LIB= libKPim5Tnef.so
|
||||
|
||||
kde-ktextaddons_PORT= devel/ktextaddons
|
||||
kde-ktextaddons_LIB= libKF5TextAutoCorrection.so
|
||||
kde-ktextaddons_LIB= libKF5TextAutoCorrectionCore.so
|
||||
|
||||
# PIM Applications
|
||||
kde-akonadiconsole_PORT= deskutils/akonadiconsole
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= ktextaddons
|
||||
DISTVERSION= 1.2.1
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 1.5.1
|
||||
CATEGORIES= devel kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/
|
||||
|
||||
|
@ -8,14 +7,18 @@ MAINTAINER= kde@FreeBSD.org
|
|||
COMMENT= Various text handling addons
|
||||
WWW= https://invent.kde.org/libraries/ktextaddons
|
||||
|
||||
LICENSE= LGPL20+
|
||||
|
||||
LIB_DEPENDS= libqt5keychain.so:security/qtkeychain
|
||||
|
||||
USES= cmake kde:5 qt:5 tar:xz
|
||||
USE_KDE= archive auth codecs config configwidgets coreaddons i18n \
|
||||
widgetsaddons xmlgui \
|
||||
USES= cmake kde:5 qt:5 tar:xz xorg
|
||||
USE_KDE= archive auth codecs completion config configwidgets coreaddons \
|
||||
i18n jobwidgets kio service solid sonnet syntaxhighlighting \
|
||||
widgetsaddons windowsystem xmlgui \
|
||||
ecm:build
|
||||
USE_QT= core dbus gui network speech widgets xml \
|
||||
USE_QT= core concurrent dbus gui network speech widgets xml \
|
||||
buildtools:build qmake:build
|
||||
USE_XORG= x11
|
||||
|
||||
PLIST_SUB+= LIBVERSION=${PORTVERSION}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1682373787
|
||||
SHA256 (ktextaddons-1.2.1.tar.xz) = 3df9a7a041765d6ef12c45f63af5ee21840bb9b66cfccf223c5a0e6f39e4d2c8
|
||||
SIZE (ktextaddons-1.2.1.tar.xz) = 392132
|
||||
TIMESTAMP = 1695379329
|
||||
SHA256 (ktextaddons-1.5.1.tar.xz) = a72d7c4fc9802cb96a50ad7f5668205c79566db47512029c85786e2c6519cc48
|
||||
SIZE (ktextaddons-1.5.1.tar.xz) = 458996
|
||||
|
|
|
@ -1,28 +1,58 @@
|
|||
include/KF5/TextAddonsWidgets/TextAddonsWidgets/LineEditCatchReturnKey
|
||||
include/KF5/TextAddonsWidgets/TextAddonsWidgets/SelectSpecialCharDialog
|
||||
include/KF5/TextAddonsWidgets/TextAddonsWidgets/SlideContainer
|
||||
include/KF5/TextAddonsWidgets/textaddonswidgets/lineeditcatchreturnkey.h
|
||||
include/KF5/TextAddonsWidgets/textaddonswidgets/selectspecialchardialog.h
|
||||
include/KF5/TextAddonsWidgets/textaddonswidgets/slidecontainer.h
|
||||
include/KF5/TextAddonsWidgets/textaddonswidgets/textaddonswidgets_export.h
|
||||
include/KF5/TextAddonsWidgets/textaddonswidgets_version.h
|
||||
include/KF5/TextAutoCorrection/TextAutoCorrection/AutoCorrection
|
||||
include/KF5/TextAutoCorrection/TextAutoCorrection/AutoCorrectionLanguage
|
||||
include/KF5/TextAutoCorrection/TextAutoCorrection/AutoCorrectionSettings
|
||||
include/KF5/TextAutoCorrection/TextAutoCorrection/AutoCorrectionTextEdit
|
||||
include/KF5/TextAutoCorrection/TextAutoCorrection/AutoCorrectionUtils
|
||||
include/KF5/TextAutoCorrection/TextAutoCorrection/AutoCorrectionWidget
|
||||
include/KF5/TextAutoCorrection/TextAutoCorrection/SelectSpecialCharDialog
|
||||
include/KF5/TextAutoCorrection/TextAutoCorrection/TextAutoCorrectionSettings
|
||||
include/KF5/TextAutoCorrection/textautocorrection/autocorrection.h
|
||||
include/KF5/TextAutoCorrection/textautocorrection/autocorrectionlanguage.h
|
||||
include/KF5/TextAutoCorrection/textautocorrection/autocorrectionsettings.h
|
||||
include/KF5/TextAutoCorrection/textautocorrection/autocorrectiontextedit.h
|
||||
include/KF5/TextAutoCorrection/textautocorrection/autocorrectionutils.h
|
||||
include/KF5/TextAutoCorrection/textautocorrection/autocorrectionwidget.h
|
||||
include/KF5/TextAutoCorrection/textautocorrection/selectspecialchardialog.h
|
||||
include/KF5/TextAutoCorrection/textautocorrection/textautocorrection_export.h
|
||||
include/KF5/TextAutoCorrection/textautocorrection/textautocorrectionsetting_base.h
|
||||
include/KF5/TextAutoCorrection/textautocorrection/textautocorrectionsettings.h
|
||||
include/KF5/TextAutoCorrection/textautocorrection_version.h
|
||||
include/KF5/TextEditTextToSpeech/TextEditTextToSpeech/AbstractTextToSpeechConfigInterface
|
||||
include/KF5/TextEditTextToSpeech/TextEditTextToSpeech/AbstractTextToSpeechInterface
|
||||
include/KF5/TextAutoCorrectionCore/TextAutoCorrectionCore/AutoCorrection
|
||||
include/KF5/TextAutoCorrectionCore/TextAutoCorrectionCore/AutoCorrectionSettings
|
||||
include/KF5/TextAutoCorrectionCore/TextAutoCorrectionCore/AutoCorrectionUtils
|
||||
include/KF5/TextAutoCorrectionCore/TextAutoCorrectionCore/ImportAbstractAutocorrection
|
||||
include/KF5/TextAutoCorrectionCore/TextAutoCorrectionCore/ImportKMailAutocorrection
|
||||
include/KF5/TextAutoCorrectionCore/TextAutoCorrectionCore/ImportLibreOfficeAutocorrection
|
||||
include/KF5/TextAutoCorrectionCore/TextAutoCorrectionCore/TextAutoCorrectionSettings
|
||||
include/KF5/TextAutoCorrectionCore/textautocorrectioncore/autocorrection.h
|
||||
include/KF5/TextAutoCorrectionCore/textautocorrectioncore/autocorrectionsettings.h
|
||||
include/KF5/TextAutoCorrectionCore/textautocorrectioncore/autocorrectionutils.h
|
||||
include/KF5/TextAutoCorrectionCore/textautocorrectioncore/importabstractautocorrection.h
|
||||
include/KF5/TextAutoCorrectionCore/textautocorrectioncore/importkmailautocorrection.h
|
||||
include/KF5/TextAutoCorrectionCore/textautocorrectioncore/importlibreofficeautocorrection.h
|
||||
include/KF5/TextAutoCorrectionCore/textautocorrectioncore/textautocorrectioncore_export.h
|
||||
include/KF5/TextAutoCorrectionCore/textautocorrectioncore/textautocorrectionsetting_base.h
|
||||
include/KF5/TextAutoCorrectionCore/textautocorrectioncore/textautocorrectionsettings.h
|
||||
include/KF5/TextAutoCorrectionCore/textautocorrectioncore_version.h
|
||||
include/KF5/TextAutoCorrectionWidgets/TextAutoCorrectionWidgets/AutoCorrectionLanguage
|
||||
include/KF5/TextAutoCorrectionWidgets/TextAutoCorrectionWidgets/AutoCorrectionTextEdit
|
||||
include/KF5/TextAutoCorrectionWidgets/TextAutoCorrectionWidgets/AutoCorrectionWidget
|
||||
include/KF5/TextAutoCorrectionWidgets/textautocorrectionwidgets/autocorrectionlanguage.h
|
||||
include/KF5/TextAutoCorrectionWidgets/textautocorrectionwidgets/autocorrectiontextedit.h
|
||||
include/KF5/TextAutoCorrectionWidgets/textautocorrectionwidgets/autocorrectionwidget.h
|
||||
include/KF5/TextAutoCorrectionWidgets/textautocorrectionwidgets/textautocorrectionwidgets_export.h
|
||||
include/KF5/TextAutoCorrectionWidgets/textautocorrectionwidgets_version.h
|
||||
include/KF5/TextCustomEditor/TextCustomEditor/PlainTextEditFindBar
|
||||
include/KF5/TextCustomEditor/TextCustomEditor/PlainTextEditor
|
||||
include/KF5/TextCustomEditor/TextCustomEditor/PlainTextEditorWidget
|
||||
include/KF5/TextCustomEditor/TextCustomEditor/PlainTextSyntaxSpellCheckingHighlighter
|
||||
include/KF5/TextCustomEditor/TextCustomEditor/RichTextEditFindBar
|
||||
include/KF5/TextCustomEditor/TextCustomEditor/RichTextEditor
|
||||
include/KF5/TextCustomEditor/TextCustomEditor/RichTextEditorWidget
|
||||
include/KF5/TextCustomEditor/TextCustomEditor/TextEditFindBarBase
|
||||
include/KF5/TextCustomEditor/TextCustomEditor/TextEditorCompleter
|
||||
include/KF5/TextCustomEditor/TextCustomEditor/TextGotoLineWidget
|
||||
include/KF5/TextCustomEditor/textcustomeditor/plaintexteditfindbar.h
|
||||
include/KF5/TextCustomEditor/textcustomeditor/plaintexteditor.h
|
||||
include/KF5/TextCustomEditor/textcustomeditor/plaintexteditorwidget.h
|
||||
include/KF5/TextCustomEditor/textcustomeditor/plaintextsyntaxspellcheckinghighlighter.h
|
||||
include/KF5/TextCustomEditor/textcustomeditor/richtexteditfindbar.h
|
||||
include/KF5/TextCustomEditor/textcustomeditor/richtexteditor.h
|
||||
include/KF5/TextCustomEditor/textcustomeditor/richtexteditorwidget.h
|
||||
include/KF5/TextCustomEditor/textcustomeditor/textcustomeditor_export.h
|
||||
include/KF5/TextCustomEditor/textcustomeditor/texteditfindbarbase.h
|
||||
include/KF5/TextCustomEditor/textcustomeditor/texteditorcompleter.h
|
||||
include/KF5/TextCustomEditor/textcustomeditor/textgotolinewidget.h
|
||||
include/KF5/TextCustomEditor/textcustomeditor_version.h
|
||||
include/KF5/TextEditTextToSpeech/TextEditTextToSpeech/TextToSpeech
|
||||
include/KF5/TextEditTextToSpeech/TextEditTextToSpeech/TextToSpeechActions
|
||||
include/KF5/TextEditTextToSpeech/TextEditTextToSpeech/TextToSpeechConfigDialog
|
||||
|
@ -30,8 +60,6 @@ include/KF5/TextEditTextToSpeech/TextEditTextToSpeech/TextToSpeechConfigWidget
|
|||
include/KF5/TextEditTextToSpeech/TextEditTextToSpeech/TextToSpeechContainerWidget
|
||||
include/KF5/TextEditTextToSpeech/TextEditTextToSpeech/TextToSpeechInterface
|
||||
include/KF5/TextEditTextToSpeech/TextEditTextToSpeech/TextToSpeechWidget
|
||||
include/KF5/TextEditTextToSpeech/textedittexttospeech/abstracttexttospeechconfiginterface.h
|
||||
include/KF5/TextEditTextToSpeech/textedittexttospeech/abstracttexttospeechinterface.h
|
||||
include/KF5/TextEditTextToSpeech/textedittexttospeech/textedittexttospeech_export.h
|
||||
include/KF5/TextEditTextToSpeech/textedittexttospeech/texttospeech.h
|
||||
include/KF5/TextEditTextToSpeech/textedittexttospeech/texttospeechactions.h
|
||||
|
@ -153,14 +181,26 @@ include/KF5/TextTranslator/texttranslator/translatormenu.h
|
|||
include/KF5/TextTranslator/texttranslator/translatorutil.h
|
||||
include/KF5/TextTranslator/texttranslator/translatorwidget.h
|
||||
include/KF5/TextTranslator/texttranslator_version.h
|
||||
include/KF5/TextUtils/TextUtils/ConvertText
|
||||
include/KF5/TextUtils/textutils/converttext.h
|
||||
include/KF5/TextUtils/textutils/textutils_export.h
|
||||
include/KF5/TextUtils/textutils_version.h
|
||||
lib/cmake/KF5TextAddonsWidgets/KF5TextAddonsWidgetsConfig.cmake
|
||||
lib/cmake/KF5TextAddonsWidgets/KF5TextAddonsWidgetsConfigVersion.cmake
|
||||
lib/cmake/KF5TextAddonsWidgets/KF5TextAddonsWidgetsTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/KF5TextAddonsWidgets/KF5TextAddonsWidgetsTargets.cmake
|
||||
lib/cmake/KF5TextAutoCorrection/KF5TextAutoCorrectionConfig.cmake
|
||||
lib/cmake/KF5TextAutoCorrection/KF5TextAutoCorrectionConfigVersion.cmake
|
||||
lib/cmake/KF5TextAutoCorrection/KF5TextAutoCorrectionTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/KF5TextAutoCorrection/KF5TextAutoCorrectionTargets.cmake
|
||||
lib/cmake/KF5TextAutoCorrectionCore/KF5TextAutoCorrectionCoreConfig.cmake
|
||||
lib/cmake/KF5TextAutoCorrectionCore/KF5TextAutoCorrectionCoreConfigVersion.cmake
|
||||
lib/cmake/KF5TextAutoCorrectionCore/KF5TextAutoCorrectionCoreTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/KF5TextAutoCorrectionCore/KF5TextAutoCorrectionCoreTargets.cmake
|
||||
lib/cmake/KF5TextAutoCorrectionWidgets/KF5TextAutoCorrectionWidgetsConfig.cmake
|
||||
lib/cmake/KF5TextAutoCorrectionWidgets/KF5TextAutoCorrectionWidgetsConfigVersion.cmake
|
||||
lib/cmake/KF5TextAutoCorrectionWidgets/KF5TextAutoCorrectionWidgetsTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/KF5TextAutoCorrectionWidgets/KF5TextAutoCorrectionWidgetsTargets.cmake
|
||||
lib/cmake/KF5TextCustomEditor/KF5TextCustomEditorConfig.cmake
|
||||
lib/cmake/KF5TextCustomEditor/KF5TextCustomEditorConfigVersion.cmake
|
||||
lib/cmake/KF5TextCustomEditor/KF5TextCustomEditorTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/KF5TextCustomEditor/KF5TextCustomEditorTargets.cmake
|
||||
lib/cmake/KF5TextEditTextToSpeech/KF5TextEditTextToSpeechConfig.cmake
|
||||
lib/cmake/KF5TextEditTextToSpeech/KF5TextEditTextToSpeechConfigVersion.cmake
|
||||
lib/cmake/KF5TextEditTextToSpeech/KF5TextEditTextToSpeechTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
|
@ -181,12 +221,22 @@ lib/cmake/KF5TextTranslator/KF5TextTranslatorConfig.cmake
|
|||
lib/cmake/KF5TextTranslator/KF5TextTranslatorConfigVersion.cmake
|
||||
lib/cmake/KF5TextTranslator/KF5TextTranslatorTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/KF5TextTranslator/KF5TextTranslatorTargets.cmake
|
||||
lib/cmake/KF5TextUtils/KF5TextUtilsConfig.cmake
|
||||
lib/cmake/KF5TextUtils/KF5TextUtilsConfigVersion.cmake
|
||||
lib/cmake/KF5TextUtils/KF5TextUtilsTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/KF5TextUtils/KF5TextUtilsTargets.cmake
|
||||
lib/libKF5TextAddonsWidgets.so
|
||||
lib/libKF5TextAddonsWidgets.so.1
|
||||
lib/libKF5TextAddonsWidgets.so.%%LIBVERSION%%
|
||||
lib/libKF5TextAutoCorrection.so
|
||||
lib/libKF5TextAutoCorrection.so.1
|
||||
lib/libKF5TextAutoCorrection.so.%%LIBVERSION%%
|
||||
lib/libKF5TextAutoCorrectionCore.so
|
||||
lib/libKF5TextAutoCorrectionCore.so.1
|
||||
lib/libKF5TextAutoCorrectionCore.so.%%LIBVERSION%%
|
||||
lib/libKF5TextAutoCorrectionWidgets.so
|
||||
lib/libKF5TextAutoCorrectionWidgets.so.1
|
||||
lib/libKF5TextAutoCorrectionWidgets.so.%%LIBVERSION%%
|
||||
lib/libKF5TextCustomEditor.so
|
||||
lib/libKF5TextCustomEditor.so.1
|
||||
lib/libKF5TextCustomEditor.so.%%LIBVERSION%%
|
||||
lib/libKF5TextEditTextToSpeech.so
|
||||
lib/libKF5TextEditTextToSpeech.so.1
|
||||
lib/libKF5TextEditTextToSpeech.so.%%LIBVERSION%%
|
||||
|
@ -202,13 +252,20 @@ lib/libKF5TextGrammarCheck.so.%%LIBVERSION%%
|
|||
lib/libKF5TextTranslator.so
|
||||
lib/libKF5TextTranslator.so.1
|
||||
lib/libKF5TextTranslator.so.%%LIBVERSION%%
|
||||
%%QT_MKSPECDIR%%/modules/qt_TextAutoCorrection.pri
|
||||
lib/libKF5TextUtils.so
|
||||
lib/libKF5TextUtils.so.1
|
||||
lib/libKF5TextUtils.so.%%LIBVERSION%%
|
||||
%%QT_MKSPECDIR%%/modules/qt_TextAutoCorrectionCore.pri
|
||||
%%QT_MKSPECDIR%%/modules/qt_TextAutoCorrectionWidgets.pri
|
||||
%%QT_MKSPECDIR%%/modules/qt_TextEditTextToSpeech.pri
|
||||
%%QT_MKSPECDIR%%/modules/qt_TextGrammarCheck.pri
|
||||
%%QT_MKSPECDIR%%/modules/qt_TextTranslator.pri
|
||||
%%QT_MKSPECDIR%%/modules/qt_textaddonswidgets.pri
|
||||
%%QT_MKSPECDIR%%/modules/qt_textcustomeditor.pri
|
||||
%%QT_MKSPECDIR%%/modules/qt_textemoticonscore.pri
|
||||
%%QT_MKSPECDIR%%/modules/qt_textemoticonswidgets.pri
|
||||
%%QT_MKSPECDIR%%/modules/qt_textutils.pri
|
||||
%%QT_PLUGINDIR%%/designer/textcustomeditor.so
|
||||
%%QT_PLUGINDIR%%/designer/texttranslatorwidgets5.so
|
||||
%%QT_PLUGINDIR%%/kf5/translator/translator_bing.so
|
||||
%%QT_PLUGINDIR%%/kf5/translator/translator_deepl.so
|
||||
|
@ -222,21 +279,28 @@ share/locale/ar/LC_MESSAGES/libtextgrammarcheck.mo
|
|||
share/locale/ar/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/az/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/bg/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/ca/LC_MESSAGES/libtextaddonswidgets.mo
|
||||
share/locale/ca/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/ca/LC_MESSAGES/libtextcustomeditor.mo
|
||||
share/locale/ca/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/ca/LC_MESSAGES/libtextemoticons.mo
|
||||
share/locale/ca/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/ca/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/libtextaddonswidgets.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/libtextcustomeditor.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/libtextemoticons.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/cs/LC_MESSAGES/libtextaddonswidgets.mo
|
||||
share/locale/cs/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/cs/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/cs/LC_MESSAGES/libtextemoticons.mo
|
||||
share/locale/cs/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/cs/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/da/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/de/LC_MESSAGES/libtextaddonswidgets.mo
|
||||
share/locale/de/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/de/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/de/LC_MESSAGES/libtextemoticons.mo
|
||||
|
@ -247,50 +311,83 @@ share/locale/en_GB/LC_MESSAGES/libtextedittexttospeech.mo
|
|||
share/locale/en_GB/LC_MESSAGES/libtextemoticons.mo
|
||||
share/locale/en_GB/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/en_GB/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/es/LC_MESSAGES/libtextaddonswidgets.mo
|
||||
share/locale/es/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/es/LC_MESSAGES/libtextcustomeditor.mo
|
||||
share/locale/es/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/es/LC_MESSAGES/libtextemoticons.mo
|
||||
share/locale/es/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/es/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/et/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/eu/LC_MESSAGES/libtextaddonswidgets.mo
|
||||
share/locale/eu/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/eu/LC_MESSAGES/libtextcustomeditor.mo
|
||||
share/locale/eu/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/eu/LC_MESSAGES/libtextemoticons.mo
|
||||
share/locale/eu/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/eu/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/fi/LC_MESSAGES/libtextaddonswidgets.mo
|
||||
share/locale/fi/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/fi/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/fi/LC_MESSAGES/libtextemoticons.mo
|
||||
share/locale/fi/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/fi/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/fr/LC_MESSAGES/libtextaddonswidgets.mo
|
||||
share/locale/fr/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/fr/LC_MESSAGES/libtextcustomeditor.mo
|
||||
share/locale/fr/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/fr/LC_MESSAGES/libtextemoticons.mo
|
||||
share/locale/fr/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/fr/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/gl/LC_MESSAGES/libtextaddonswidgets.mo
|
||||
share/locale/gl/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/gl/LC_MESSAGES/libtextemoticons.mo
|
||||
share/locale/gl/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/ia/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/ia/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/ia/LC_MESSAGES/libtextemoticons.mo
|
||||
share/locale/ia/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/ia/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/it/LC_MESSAGES/libtextaddonswidgets.mo
|
||||
share/locale/it/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/it/LC_MESSAGES/libtextcustomeditor.mo
|
||||
share/locale/it/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/it/LC_MESSAGES/libtextemoticons.mo
|
||||
share/locale/it/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/it/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/ja/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/ka/LC_MESSAGES/libtextaddonswidgets.mo
|
||||
share/locale/ka/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/ka/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/ka/LC_MESSAGES/libtextemoticons.mo
|
||||
share/locale/ka/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/ka/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/ko/LC_MESSAGES/libtextaddonswidgets.mo
|
||||
share/locale/ko/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/ko/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/ko/LC_MESSAGES/libtextemoticons.mo
|
||||
share/locale/ko/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/ko/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/lt/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/lt/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/lt/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/lt/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/nl/LC_MESSAGES/libtextaddonswidgets.mo
|
||||
share/locale/nl/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/nl/LC_MESSAGES/libtextcustomeditor.mo
|
||||
share/locale/nl/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/nl/LC_MESSAGES/libtextemoticons.mo
|
||||
share/locale/nl/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/nl/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/nn/LC_MESSAGES/libtextaddonswidgets.mo
|
||||
share/locale/nn/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/nn/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/nn/LC_MESSAGES/libtextemoticons.mo
|
||||
share/locale/nn/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/nn/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/pl/LC_MESSAGES/libtextaddonswidgets.mo
|
||||
share/locale/pl/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/pl/LC_MESSAGES/libtextcustomeditor.mo
|
||||
share/locale/pl/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/pl/LC_MESSAGES/libtextemoticons.mo
|
||||
share/locale/pl/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
|
@ -299,29 +396,48 @@ share/locale/pt/LC_MESSAGES/libtextautocorrection.mo
|
|||
share/locale/pt/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/pt/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/pt/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/libtextemoticons.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/ru/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/sk/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/sk/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/sk/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/sk/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/sl/LC_MESSAGES/libtextaddonswidgets.mo
|
||||
share/locale/sl/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/sl/LC_MESSAGES/libtextcustomeditor.mo
|
||||
share/locale/sl/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/sl/LC_MESSAGES/libtextemoticons.mo
|
||||
share/locale/sl/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/sl/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/sv/LC_MESSAGES/libtextaddonswidgets.mo
|
||||
share/locale/sv/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/sv/LC_MESSAGES/libtextcustomeditor.mo
|
||||
share/locale/sv/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/sv/LC_MESSAGES/libtextemoticons.mo
|
||||
share/locale/sv/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/sv/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/tr/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/tr/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/tr/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/tr/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/uk/LC_MESSAGES/libtextaddonswidgets.mo
|
||||
share/locale/uk/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/uk/LC_MESSAGES/libtextcustomeditor.mo
|
||||
share/locale/uk/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/uk/LC_MESSAGES/libtextemoticons.mo
|
||||
share/locale/uk/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/uk/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libtextaddonswidgets.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libtextautocorrection.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libtextcustomeditor.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libtextedittexttospeech.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libtextemoticons.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libtexttranslator.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libtextgrammarcheck.mo
|
||||
share/qlogging-categories5/ktextaddons.categories
|
||||
share/qlogging-categories5/ktextaddons.renamecategories
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= mailcommon
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= pimcommon
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
Loading…
Add table
Reference in a new issue