diff --git a/kate-16.12.0.tar.xz b/kate-16.12.0.tar.xz deleted file mode 100644 index f5e9c86..0000000 --- a/kate-16.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f332e19bd1d1ec7f08b6d7cd640b38498a3c8004b61ebe1af0129292c4fe658 -size 1871448 diff --git a/kate-16.12.1.tar.xz b/kate-16.12.1.tar.xz new file mode 100644 index 0000000..7e108eb --- /dev/null +++ b/kate-16.12.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984a82005897b553eab0525715b626f7467bc1d664b29ac7944860cd1d7012dc +size 1871456 diff --git a/kate.changes b/kate.changes index 8b40d6d..a764a4a 100644 --- a/kate.changes +++ b/kate.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Jan 19 19:19:16 UTC 2017 - fabian@ritter-vogt.de + +- Add upstream patch to fix build with plasma-framework >= 5.30 + * remove-popupapplet-servicetype.patch + +------------------------------------------------------------------- +Sat Jan 14 08:52:14 UTC 2017 - lbeltrame@kde.org + +- Update to KDE Applications 16.12.1 + * KDE Applications 16.12.1 + * https://www.kde.org/announcements/announce-applications-16.12.1.php + ------------------------------------------------------------------- Tue Dec 13 19:33:57 UTC 2016 - tittiatcoke@gmail.com diff --git a/kate.spec b/kate.spec index 19f563e..1ccdfec 100644 --- a/kate.spec +++ b/kate.spec @@ -18,10 +18,10 @@ %define _appstreamkpackage 0%(cat %{_kf5_libdir}/cmake/KF5Package/KF5PackageMacros.cmake | grep -q 'appstream-metainfo' && echo 1) Name: kate -Version: 16.12.0 +Version: 16.12.1 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA) +# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Advanced Text Editor License: GPL-2.0+ @@ -29,6 +29,8 @@ License: GPL-2.0+ Group: Productivity/Editors/Other Url: http://www.kde.org/ Source0: %{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM remove-popupapplet-servicetype.patch -- Remove the depreciated Plasma PopupApplet servicetype +Patch1: remove-popupapplet-servicetype.patch BuildRequires: kactivities5-devel BuildRequires: kconfig-devel BuildRequires: kcrash-devel @@ -87,6 +89,7 @@ plugins and data files for Kate and KWrite editors. %prep %setup -q +%patch1 -p1 %build %cmake_kf5 -d build diff --git a/remove-popupapplet-servicetype.patch b/remove-popupapplet-servicetype.patch new file mode 100644 index 0000000..369f294 --- /dev/null +++ b/remove-popupapplet-servicetype.patch @@ -0,0 +1,22 @@ +From a1f8e09413465969d10b198a6c3bb01e90ca440d Mon Sep 17 00:00:00 2001 +From: Raymond Wooninck +Date: Wed, 21 Dec 2016 11:22:36 +0100 +Subject: [PATCH] Remove the depreciated Plasma PopupApplet servicetype + +--- + addons/sessionapplet/applet/metadata.desktop | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: kate-16.12.1/addons/sessionapplet/applet/metadata.desktop +=================================================================== +--- kate-16.12.1.orig/addons/sessionapplet/applet/metadata.desktop ++++ kate-16.12.1/addons/sessionapplet/applet/metadata.desktop +@@ -98,7 +98,7 @@ Comment[zh_TW]=Kate å·¥ä½œéšŽæ®µå•Ÿå‹•å™ + + Type=Service + Icon=kate +-X-KDE-ServiceTypes=Plasma/Applet,Plasma/PopupApplet ++X-KDE-ServiceTypes=Plasma/Applet + + X-Plasma-API=declarativeappletscript + X-Plasma-MainScript=ui/katesessions.qml