2011-07-26 12:16:57 +02:00
|
|
|
#
|
2011-07-26 12:17:08 +02:00
|
|
|
# spec file for package kate
|
2011-07-26 12:16:57 +02:00
|
|
|
#
|
2015-05-11 19:32:31 +02:00
|
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
2011-07-26 12:16:57 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
2011-08-24 15:13:44 +02:00
|
|
|
|
2011-07-26 12:16:57 +02:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
2011-08-24 15:13:44 +02:00
|
|
|
|
2012-01-27 15:18:04 +01:00
|
|
|
|
2011-07-26 12:16:57 +02:00
|
|
|
Name: kate
|
2015-07-06 08:03:54 +02:00
|
|
|
Version: 15.04.3
|
2011-12-08 11:49:13 +01:00
|
|
|
Release: 0
|
2011-07-26 12:16:57 +02:00
|
|
|
Summary: Advanced Text Editor
|
2011-12-08 11:49:13 +01:00
|
|
|
License: GPL-2.0+
|
2011-07-26 12:16:57 +02:00
|
|
|
Group: Productivity/Editors/Other
|
2011-12-08 11:49:13 +01:00
|
|
|
Url: http://www.kde.org/
|
2012-04-12 09:28:38 +02:00
|
|
|
Source0: %{name}-%{version}.tar.xz
|
2015-05-11 19:32:31 +02:00
|
|
|
BuildRequires: karchive-devel
|
|
|
|
BuildRequires: kcmutils-devel
|
|
|
|
BuildRequires: kcompletion-devel
|
|
|
|
BuildRequires: kconfig-devel
|
|
|
|
BuildRequires: kconfigwidgets-devel
|
|
|
|
BuildRequires: kcoreaddons-devel
|
|
|
|
BuildRequires: kdbusaddons-devel
|
|
|
|
BuildRequires: kdeclarative-devel
|
|
|
|
BuildRequires: kdelibs4support-devel
|
|
|
|
BuildRequires: kdoctools-devel
|
|
|
|
BuildRequires: kguiaddons-devel
|
|
|
|
BuildRequires: ki18n-devel
|
|
|
|
BuildRequires: kiconthemes-devel
|
|
|
|
BuildRequires: kinit-devel
|
|
|
|
BuildRequires: kio-devel
|
|
|
|
BuildRequires: kitemmodels-devel
|
|
|
|
BuildRequires: kitemviews-devel
|
|
|
|
BuildRequires: kjobwidgets-devel
|
|
|
|
BuildRequires: knewstuff-devel
|
|
|
|
BuildRequires: knotifications-devel
|
|
|
|
BuildRequires: kparts-devel
|
|
|
|
BuildRequires: kservice-devel
|
|
|
|
BuildRequires: ktexteditor-devel
|
|
|
|
BuildRequires: kwallet-framework-devel
|
|
|
|
BuildRequires: kwidgetsaddons-devel
|
|
|
|
BuildRequires: kwindowsystem-devel
|
|
|
|
BuildRequires: kxmlgui-devel
|
|
|
|
BuildRequires: kxmlgui-devel
|
|
|
|
BuildRequires: plasma-framework-devel
|
|
|
|
BuildRequires: solid-devel
|
|
|
|
BuildRequires: sonnet-devel
|
|
|
|
BuildRequires: threadweaver-devel
|
|
|
|
BuildRequires: update-desktop-files
|
|
|
|
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
|
|
|
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Script) >= 5.2.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Sql) >= 5.2.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
|
|
|
Requires: %{name}-plugins = %{version}
|
|
|
|
Obsoletes: %{name}5 < %{version}
|
|
|
|
Provides: %{name}5 = %{version}
|
2011-07-26 12:16:57 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2011-08-24 15:13:44 +02:00
|
|
|
|
2011-07-26 12:16:57 +02:00
|
|
|
%description
|
|
|
|
Kate is an advanced text editor for KDE.
|
2012-12-07 14:17:06 +01:00
|
|
|
|
2011-07-26 12:16:57 +02:00
|
|
|
%package -n kwrite
|
|
|
|
Summary: KDE Text Editor
|
|
|
|
Group: Productivity/Editors/Other
|
2015-05-11 19:32:31 +02:00
|
|
|
Requires: %{name}-plugins = %{version}
|
|
|
|
Obsoletes: kwrite5 < %{version}
|
2011-08-24 15:13:44 +02:00
|
|
|
|
2011-07-26 12:16:57 +02:00
|
|
|
%description -n kwrite
|
|
|
|
KWrite is the default text editor of the K desktop environment.
|
2012-12-07 14:17:06 +01:00
|
|
|
|
2015-05-11 19:32:31 +02:00
|
|
|
%package plugins
|
|
|
|
Summary: KDE Text Editor plugins
|
2011-08-24 15:13:31 +02:00
|
|
|
Group: Productivity/Editors/Other
|
2015-05-11 19:32:31 +02:00
|
|
|
Obsoletes: kate5-plugins < %{version}
|
2011-08-24 15:13:44 +02:00
|
|
|
|
2015-05-11 19:32:31 +02:00
|
|
|
%description plugins
|
|
|
|
Kate is an advanced text editor for KDE. This package contains
|
|
|
|
plugins and data files for Kate and KWrite editors.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2011-07-26 12:16:57 +02:00
|
|
|
|
2015-05-11 19:32:31 +02:00
|
|
|
%build
|
|
|
|
%cmake_kf5 -d build
|
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
2012-12-07 14:17:06 +01:00
|
|
|
|
2015-05-11 19:32:31 +02:00
|
|
|
%post -p /sbin/ldconfig
|
2011-08-24 15:13:44 +02:00
|
|
|
|
2015-05-11 19:32:31 +02:00
|
|
|
%postun -p /sbin/ldconfig
|
2011-07-26 12:16:57 +02:00
|
|
|
|
2015-05-11 19:32:31 +02:00
|
|
|
%files
|
2011-07-26 12:16:57 +02:00
|
|
|
%defattr(-,root,root)
|
2015-05-11 19:32:31 +02:00
|
|
|
%doc COPYING* README*
|
|
|
|
%{_kf5_applicationsdir}/org.kde.kate.desktop
|
|
|
|
%{_kf5_bindir}/kate
|
|
|
|
%{_kf5_libdir}/libkdeinit5_kate.so
|
|
|
|
%config %{_kf5_configdir}/katerc
|
|
|
|
%{_kf5_sharedir}/icons/hicolor/*/*/*.*
|
|
|
|
%{_kf5_sharedir}/kxmlgui5/
|
|
|
|
%doc %{_kf5_mandir}/man1/kate.*
|
|
|
|
%dir %{_kf5_htmldir}/en
|
|
|
|
%dir %{_kf5_htmldir}
|
|
|
|
%doc %{_kf5_htmldir}/en/katepart/
|
|
|
|
%doc %{_kf5_htmldir}/en/kate/
|
|
|
|
%_kf5_sharedir/appdata/org.kde.kate.appdata.xml
|
|
|
|
|
|
|
|
%files -n kwrite
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING* README*
|
|
|
|
%{_kf5_bindir}/kwrite
|
|
|
|
%{_kf5_libdir}/libkdeinit5_kwrite.so
|
|
|
|
%{_kf5_applicationsdir}/org.kde.kwrite.desktop
|
|
|
|
%dir %{_kf5_htmldir}/en
|
|
|
|
%dir %{_kf5_htmldir}
|
|
|
|
%doc %{_kf5_htmldir}/en/kwrite/
|
|
|
|
%_kf5_sharedir/appdata/org.kde.kwrite.appdata.xml
|
|
|
|
|
|
|
|
%files plugins
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING* README*
|
|
|
|
%config %{_kf5_configdir}/ktexteditor_codesnippets_core.knsrc
|
|
|
|
%{_kf5_plugindir}/
|
|
|
|
%{_kf5_sharedir}/kateproject/
|
|
|
|
%{_kf5_sharedir}/katexmltools/
|
|
|
|
%{_kf5_sharedir}/plasma/
|
|
|
|
%{_kf5_servicesdir}/
|
2011-08-24 15:13:44 +02:00
|
|
|
|
2011-07-26 12:16:57 +02:00
|
|
|
%changelog
|