Accepting request 451481 from KDE:Applications
Update to 16.12.1. Needed for plasma-framework >= 5.30. OBS-URL: https://build.opensuse.org/request/show/451481 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kate?expand=0&rev=79
This commit is contained in:
commit
3da4974829
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f332e19bd1d1ec7f08b6d7cd640b38498a3c8004b61ebe1af0129292c4fe658
|
||||
size 1871448
|
3
kate-16.12.1.tar.xz
Normal file
3
kate-16.12.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:984a82005897b553eab0525715b626f7467bc1d664b29ac7944860cd1d7012dc
|
||||
size 1871456
|
13
kate.changes
13
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
|
||||
|
||||
|
@ -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
|
||||
|
22
remove-popupapplet-servicetype.patch
Normal file
22
remove-popupapplet-servicetype.patch
Normal file
@ -0,0 +1,22 @@
|
||||
From a1f8e09413465969d10b198a6c3bb01e90ca440d Mon Sep 17 00:00:00 2001
|
||||
From: Raymond Wooninck <tittiatcoke@gmail.com>
|
||||
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
|
Loading…
Reference in New Issue
Block a user