diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-01-27 02:19:47 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-01-27 02:19:47 +0800 |
commit | 0af3f5648f0ee69d4fc5e0349df6b28a17d38af0 (patch) | |
tree | 3720e670b184fd9da2f62655bde523bfff530a35 /textproc | |
parent | a28f6cfe2a96a38b0364ae3220a032113c640e8b (diff) | |
download | freebsd-ports-gnome-0af3f5648f0ee69d4fc5e0349df6b28a17d38af0.tar.gz freebsd-ports-gnome-0af3f5648f0ee69d4fc5e0349df6b28a17d38af0.tar.zst freebsd-ports-gnome-0af3f5648f0ee69d4fc5e0349df6b28a17d38af0.zip |
Update KDE Frameworks to 5.30.0
* Changelog: https://www.kde.org/announcements/kde-frameworks-5.30.0.php
* New framework: x11/kf5-kwayland
PR: 216345
Exp-run by: antoine
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9271
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/kf5-kcodecs/distinfo | 6 | ||||
-rw-r--r-- | textproc/kf5-sonnet/Makefile | 1 | ||||
-rw-r--r-- | textproc/kf5-sonnet/distinfo | 6 | ||||
-rw-r--r-- | textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake | 12 | ||||
-rw-r--r-- | textproc/kf5-syntax-highlighting/Makefile | 3 | ||||
-rw-r--r-- | textproc/kf5-syntax-highlighting/distinfo | 6 | ||||
-rw-r--r-- | textproc/kf5-syntax-highlighting/pkg-plist | 84 |
7 files changed, 95 insertions, 23 deletions
diff --git a/textproc/kf5-kcodecs/distinfo b/textproc/kf5-kcodecs/distinfo index f32cb8239a4e..5da4446e60bc 100644 --- a/textproc/kf5-kcodecs/distinfo +++ b/textproc/kf5-kcodecs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1480934877 -SHA256 (KDE/frameworks/5.29.0/kcodecs-5.29.0.tar.xz) = a757e0298574c143b3cac9054ebe50e43fc6b14986728c2e640cba993457294e -SIZE (KDE/frameworks/5.29.0/kcodecs-5.29.0.tar.xz) = 2742220 +TIMESTAMP = 1483950430 +SHA256 (KDE/frameworks/5.30.0/kcodecs-5.30.0.tar.xz) = 6eb6935512e01a70d730938c28cb84852e73d4c023deebb5f2946b4c760f2aee +SIZE (KDE/frameworks/5.30.0/kcodecs-5.30.0.tar.xz) = 220112 diff --git a/textproc/kf5-sonnet/Makefile b/textproc/kf5-sonnet/Makefile index 1445c919eeb4..fb42b61b20c1 100644 --- a/textproc/kf5-sonnet/Makefile +++ b/textproc/kf5-sonnet/Makefile @@ -3,7 +3,6 @@ PORTNAME= sonnet PORTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 CATEGORIES= textproc kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/textproc/kf5-sonnet/distinfo b/textproc/kf5-sonnet/distinfo index 1e24b1417cc1..0d8f275c3efd 100644 --- a/textproc/kf5-sonnet/distinfo +++ b/textproc/kf5-sonnet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1480934877 -SHA256 (KDE/frameworks/5.29.0/sonnet-5.29.0.tar.xz) = 20358de0d45387f44260c3e6f8df012d661b4446293cbb3823c978e3a8766965 -SIZE (KDE/frameworks/5.29.0/sonnet-5.29.0.tar.xz) = 2652812 +TIMESTAMP = 1483950430 +SHA256 (KDE/frameworks/5.30.0/sonnet-5.30.0.tar.xz) = 99fd42d919d3350e22ae99fc480a14bc30ebd461b064ef24aed5042c772a91c4 +SIZE (KDE/frameworks/5.30.0/sonnet-5.30.0.tar.xz) = 281828 diff --git a/textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake b/textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake deleted file mode 100644 index 00e5a0848cd8..000000000000 --- a/textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake +++ /dev/null @@ -1,12 +0,0 @@ ---- cmake/FindHUNSPELL.cmake.orig 2016-12-03 21:15:34 UTC -+++ cmake/FindHUNSPELL.cmake -@@ -14,7 +14,8 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL - - FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx ) - --FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2) -+FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.6 -+ hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2 hunspell) - - # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if - # all listed variables are TRUE diff --git a/textproc/kf5-syntax-highlighting/Makefile b/textproc/kf5-syntax-highlighting/Makefile index e8c1267aeb61..910afa1a0b5a 100644 --- a/textproc/kf5-syntax-highlighting/Makefile +++ b/textproc/kf5-syntax-highlighting/Makefile @@ -10,6 +10,7 @@ COMMENT= KF5 syntax highlighting engine for structured text and code USES= cmake:outsource compiler:c++11-lib kde:5 perl5 tar:xz USE_KDE= ecm -USE_QT5= buildtools_build core gui network testlib qmake_build +USE_QT5= buildtools_build core gui linguisttools_build \ + network testlib qmake_build .include <bsd.port.mk> diff --git a/textproc/kf5-syntax-highlighting/distinfo b/textproc/kf5-syntax-highlighting/distinfo index f73fa6dfc5a6..49bf747546c9 100644 --- a/textproc/kf5-syntax-highlighting/distinfo +++ b/textproc/kf5-syntax-highlighting/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1480934877 -SHA256 (KDE/frameworks/5.29.0/syntax-highlighting-5.29.0.tar.xz) = cbcca052a1ad79b4d1ed1209d6f8e9ba0c3812dc158b26c4a8232a8d879c7839 -SIZE (KDE/frameworks/5.29.0/syntax-highlighting-5.29.0.tar.xz) = 883920 +TIMESTAMP = 1483952997 +SHA256 (KDE/frameworks/5.30.0/syntax-highlighting-5.30.0.tar.xz) = a3d4d68c45f95133b4f242be24ecf88620478bbcd84ced1f1bea080667783746 +SIZE (KDE/frameworks/5.30.0/syntax-highlighting-5.30.0.tar.xz) = 974816 diff --git a/textproc/kf5-syntax-highlighting/pkg-plist b/textproc/kf5-syntax-highlighting/pkg-plist index bbf903dfcb6d..0e7d15cf71f8 100644 --- a/textproc/kf5-syntax-highlighting/pkg-plist +++ b/textproc/kf5-syntax-highlighting/pkg-plist @@ -26,3 +26,87 @@ lib/libKF5SyntaxHighlighting.so lib/libKF5SyntaxHighlighting.so.5 lib/libKF5SyntaxHighlighting.so.%%KDE_FRAMEWORKS_VERSION%% %%QT_MKSPECDIR%%/modules/qt_KSyntaxHighlighting.pri +share/locale/af/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/ar/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/ast/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/be/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/bg/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/bn/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/br/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/bs/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/ca/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/ca@valencia/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/cs/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/cy/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/da/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/de/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/el/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/en_GB/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/eo/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/es/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/et/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/eu/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/fa/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/fi/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/fr/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/fy/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/ga/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/gl/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/gu/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/he/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/hi/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/hr/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/hsb/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/hu/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/ia/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/is/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/it/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/ja/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/ka/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/kk/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/km/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/ko/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/ku/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/lb/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/lt/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/lv/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/mai/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/mk/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/ml/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/mr/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/ms/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/nb/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/nds/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/ne/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/nl/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/nn/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/oc/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/pa/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/pl/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/pt/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/pt_BR/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/ro/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/ru/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/se/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/si/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/sk/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/sl/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/sq/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/sr/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/sr@ijekavian/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/sr@ijekavianlatin/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/sr@latin/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/sv/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/ta/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/tg/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/th/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/tr/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/ug/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/uk/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/uz/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/uz@cyrillic/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/vi/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/wa/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/xh/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/zh_CN/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/zh_TW/LC_MESSAGES/syntaxhighlighting5_qt.qm |