Accepting request 245620 from KDE:Distro:Factory
Update to KDE 4.14.0 and make the python-addon subpackage a real package that contains the python plugin. OBS-URL: https://build.opensuse.org/request/show/245620 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kate?expand=0&rev=52
This commit is contained in:
parent
c12f59a81a
commit
5194c4e047
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fd9d4a18c3b517ab8c2f2679dfc5833e207ad2050dbb1f1e4b54e62e5cba264
|
||||
size 2759452
|
3
kate-4.14.0.tar.xz
Normal file
3
kate-4.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7dd5e3297277c1ab73bbc206862afd306ba65f3797987dfeb505f8659d8706e7
|
||||
size 2760204
|
20
kate.changes
20
kate.changes
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 15 08:23:54 UTC 2014 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to 4.14.0
|
||||
* KDE 4.14.0 SC Final Release
|
||||
* See http://www.kde.org/announcements/4.14/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 13 11:34:33 UTC 2014 - toddrme2178@gmail.com
|
||||
|
||||
- Add subpackage for the python plugins
|
||||
- Requires additional python requires for full functionality
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 17 16:44:00 UTC 2014 - cgiboudeaux@gmx.com
|
||||
|
||||
- Update to 4.13.90
|
||||
* KDE 4.14 Beta 2 release
|
||||
* See http://www.kde.org/announcements/announce-4.14-beta2.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 10 22:16:31 UTC 2014 - cgiboudeaux@gmx.com
|
||||
|
||||
|
42
kate.spec
42
kate.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: kate
|
||||
Version: 4.13.80
|
||||
Version: 4.14.0
|
||||
Release: 0
|
||||
Summary: Advanced Text Editor
|
||||
License: GPL-2.0+
|
||||
@ -33,6 +33,7 @@ BuildRequires: python-qt4-devel
|
||||
BuildRequires: python-sip-devel
|
||||
BuildRequires: xz
|
||||
Requires: libktexteditor = %{version}
|
||||
Recommends: %{name}-python-plugins = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%kde4_runtime_requires
|
||||
|
||||
@ -97,6 +98,24 @@ Obsoletes: go-kate <= 1.0.3
|
||||
%description -n libktexteditor
|
||||
The libraries shared by kwrite and kate editors.
|
||||
|
||||
%package python-plugins
|
||||
Summary: Additional python plugins for %{name}
|
||||
Group: Productivity/Editors/Other
|
||||
Recommends: IPython
|
||||
Recommends: python-jedi
|
||||
Recommends: python-Jinja2
|
||||
Recommends: python-ply
|
||||
Recommends: python-pyplete
|
||||
Recommends: python-simplejson
|
||||
|
||||
%description python-plugins
|
||||
This package pulls in optional dependencies that provide
|
||||
additional functionality for kate python plugins.
|
||||
|
||||
You can still use python plugins with kate without these
|
||||
dependencies, but some plugins will not work or will
|
||||
have limited functionality.
|
||||
|
||||
%post -n libktexteditor -p /sbin/ldconfig
|
||||
|
||||
%postun -n libktexteditor -p /sbin/ldconfig
|
||||
@ -112,13 +131,32 @@ The libraries shared by kwrite and kate editors.
|
||||
|
||||
%files -f filelists/kate
|
||||
%defattr(-,root,root)
|
||||
%dir %{_kde4_libdir}/python*/site-packages/PyKate4/
|
||||
%dir %{_kde4_appsdir}/kate/
|
||||
%dir %{_kde4_appsdir}/kate/*
|
||||
%dir %{_kde4_appsdir}/kate/*/*
|
||||
%dir %{_kde4_appsdir}/kate/*/*/*
|
||||
%dir %{_kde4_appsdir}/kate/*/*/*/*
|
||||
%dir %{_kde4_appsdir}/katexmltools/
|
||||
%exclude %{_kde4_libdir}/python*/site-packages/PyKate4
|
||||
%exclude %{_kde4_appsdir}/kate/plugins/pate
|
||||
%exclude %{_kde4_appsdir}/kate/pate
|
||||
%exclude %{_kde4_appsdir}/kate/plugins/katepateplugin
|
||||
%exclude %{_kde4_modulesdir}/katepateplugin.so
|
||||
%exclude %{_kde4_servicetypesdir}/katepythonplugin.desktop
|
||||
%exclude %{_kde4_servicesdir}/pate.desktop
|
||||
%exclude %{_kde4_servicesdir}/katepate_*.desktop
|
||||
|
||||
%files python-plugins
|
||||
%defattr(-,root,root)
|
||||
%doc addons/kate/pate/README.txt
|
||||
%{_kde4_libdir}/python*/site-packages/PyKate4/
|
||||
%{_kde4_appsdir}/kate/plugins/pate/
|
||||
%{_kde4_appsdir}/kate/pate/
|
||||
%{_kde4_appsdir}/kate/plugins/katepateplugin/
|
||||
%{_kde4_modulesdir}/katepateplugin.so
|
||||
%{_kde4_servicetypesdir}/katepythonplugin.desktop
|
||||
%{_kde4_servicesdir}/pate.desktop
|
||||
%{_kde4_servicesdir}/katepate_*.desktop
|
||||
|
||||
%package -n kwrite
|
||||
Summary: KDE Text Editor
|
||||
|
Loading…
Reference in New Issue
Block a user