Accepting request 144088 from KDE:Distro:Factory
Update KDE to KDE 4.10 Beta2 OBS-URL: https://build.opensuse.org/request/show/144088 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kate?expand=0&rev=22
This commit is contained in:
parent
75095694df
commit
45174c3c5b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c941aa6007d7e6683c4374ce329d0b72dbdd49ea1825b7e3777ac2c4fab6a642
|
||||
size 2145768
|
3
kate-4.9.90.tar.xz
Normal file
3
kate-4.9.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b648a9c8954b0b3bdf75292a678fade6afc9a0fe81eba7cf10cece7f6fbe2deb
|
||||
size 2414232
|
21
kate.changes
21
kate.changes
@ -1,14 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 1 20:00:24 UTC 2012 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to 4.9.90
|
||||
* This is the second Beta release for 4.10. Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 12:48:54 UTC 2012 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to 4.9.80
|
||||
* see http://www.kde.org/announcements/announce-4.10-beta1.php
|
||||
* Support for Python plugins
|
||||
* Advanced gid(1) plugin using both ID files and etags
|
||||
* Built-in quick open (Ctrl+Alt+o)
|
||||
* New Project Plugin
|
||||
* Improved Scripting Support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 2 16:46:28 UTC 2012 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to 4.9.3
|
||||
* see http://kde.org/announcements/4.9.3/ for details
|
||||
* see http://kde.org/announcements/announce-4.9.3.php for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 09:54:51 UTC 2012 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to 4.9.2
|
||||
* see http://kde.org/announcements/4.9.2/ for details
|
||||
* see http://kde.org/announcements/announce-4.9.2.php for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 5 12:02:32 UTC 2012 - dmueller@suse.com
|
||||
|
42
kate.spec
42
kate.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: kate
|
||||
Version: 4.9.3
|
||||
Version: 4.9.90
|
||||
Release: 0
|
||||
Summary: Advanced Text Editor
|
||||
License: GPL-2.0+
|
||||
@ -26,6 +26,11 @@ Url: http://www.kde.org/
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libkde4-devel >= %version
|
||||
BuildRequires: libqjson-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-kde4-devel
|
||||
BuildRequires: python-qt4-devel
|
||||
BuildRequires: python-sip-devel
|
||||
BuildRequires: xz
|
||||
Requires: libktexteditor = %{version}
|
||||
Provides: kde4-kate = 4.3.0
|
||||
@ -35,7 +40,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Kate is an advanced text editor for KDE.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -48,9 +53,8 @@ RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
|
||||
%install
|
||||
cd build
|
||||
%make_install
|
||||
%kde4_makeinstall
|
||||
%suse_update_desktop_file kate TextEditor
|
||||
%suse_update_desktop_file ktesnippets_editor TextEditor
|
||||
%suse_update_desktop_file kwrite TextEditor
|
||||
%fdupes -s %{buildroot}
|
||||
%kde_post_install
|
||||
@ -73,15 +77,13 @@ Obsoletes: kde4-kate-devel < 4.3.0
|
||||
|
||||
%description devel
|
||||
Files needed for development of Kate plugins.
|
||||
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_kde4_includedir}/kate/
|
||||
%{_kde4_includedir}/kate_export.h
|
||||
%{_kde4_includedir}/ktexteditor_codesnippets_core/
|
||||
%{_kde4_libdir}/libkateinterfaces.so
|
||||
%{_kde4_libdir}/libkatepartinterfaces.so
|
||||
%{_kde4_libdir}/libktexteditor_*.so
|
||||
|
||||
%package -n libktexteditor
|
||||
Summary: Advanced Text Editor library
|
||||
@ -89,54 +91,48 @@ Group: Productivity/Editors/Other
|
||||
|
||||
%description -n libktexteditor
|
||||
The libraries shared by kwrite and kate editors.
|
||||
|
||||
|
||||
%post -n libktexteditor -p /sbin/ldconfig
|
||||
|
||||
%postun -n libktexteditor -p /sbin/ldconfig
|
||||
|
||||
%files -n libktexteditor
|
||||
%defattr(-,root,root)
|
||||
%config %{_kde4_configdir}/katepartpluginsrc
|
||||
%config %{_kde4_configdir}/ktexteditor_codesnippets_core.knsrc
|
||||
%{_kde4_appsdir}/katepart/
|
||||
%{_kde4_appsdir}/ktexteditor_exporter/
|
||||
%{_kde4_appsdir}/ktexteditor_iconinserter/
|
||||
%{_kde4_appsdir}/ktexteditor_insanehtml_le/
|
||||
%{_kde4_appsdir}/ktexteditor_insertfile/
|
||||
%{_kde4_appsdir}/ktexteditor_kdatatool/
|
||||
%{_kde4_appsdir}/ktexteditor_snippets/
|
||||
%{_kde4_iconsdir}/hicolor/*/apps/ktexteditorautobrace.svgz
|
||||
%{_kde4_iconsdir}/oxygen/*/actions/*.png
|
||||
%{_kde4_libdir}/libkatepartinterfaces.so.*
|
||||
%{_kde4_libdir}/libktexteditor_*.so.*
|
||||
%{_kde4_modulesdir}/katepart.so
|
||||
%{_kde4_modulesdir}/ktexteditor_*.so
|
||||
%{_kde4_servicesdir}/ktexteditor_*.desktop
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%config %{_kde4_configdir}/katefiletemplates.knsrc
|
||||
%config %{_kde4_configdir}/katemoderc
|
||||
%config %{_kde4_configdir}/katerc
|
||||
|
||||
%exclude %{_kde4_modulesdir}/katepart.so
|
||||
|
||||
%{_datadir}/mime/packages/ktesnippets.xml
|
||||
%{_kde4_applicationsdir}/kate.desktop
|
||||
%{_kde4_applicationsdir}/ktesnippets_editor.desktop
|
||||
%{_kde4_appsdir}/kate/
|
||||
%{_kde4_appsdir}/katexmltools/
|
||||
%{_kde4_appsdir}/kconf_update/kate-2.4.upd
|
||||
%{_kde4_bindir}/kate
|
||||
%{_kde4_bindir}/ktesnippets_editor
|
||||
%{_kde4_configdir}/kateschemarc
|
||||
%{_kde4_configdir}/katesyntaxhighlightingrc
|
||||
%{_kde4_htmldir}/en/kate/
|
||||
%{_kde4_iconsdir}/hicolor/*/apps/kate.*
|
||||
%{_kde4_libdir}/libkateinterfaces.so.*
|
||||
%{_kde4_libdir}/libkdeinit4_kate.so
|
||||
%{_kde4_libdir}/python*/site-packages/PyKate4/
|
||||
%{_kde4_mandir}/man?/*
|
||||
%{_kde4_modulesdir}/kate*.so
|
||||
%{_kde4_modulesdir}/pateplugin.so
|
||||
%{_kde4_modulesdir}/plasma_applet_katesession.so
|
||||
%{_kde4_servicesdir}/kate*.desktop
|
||||
%{_kde4_servicesdir}/pate.desktop
|
||||
%{_kde4_servicesdir}/plasma-applet-katesession.desktop
|
||||
%{_kde4_servicetypesdir}/kateplugin.desktop
|
||||
|
||||
@ -151,7 +147,7 @@ Obsoletes: kde4-kwrite < 4.3.0
|
||||
|
||||
%description -n kwrite
|
||||
KWrite is the default text editor of the K desktop environment.
|
||||
|
||||
|
||||
%package -n kwrite-doc
|
||||
Summary: KDE Text Editor: Documentation
|
||||
Group: Productivity/Editors/Other
|
||||
@ -161,17 +157,17 @@ Requires: kwrite = %{version}
|
||||
KWrite is the default text editor of the K desktop environment.
|
||||
|
||||
This package contains the documentation for KWrite
|
||||
|
||||
|
||||
%post -n kwrite -p /sbin/ldconfig
|
||||
|
||||
%postun -n kwrite -p /sbin/ldconfig
|
||||
|
||||
%files -n kwrite
|
||||
%defattr(-,root,root)
|
||||
%{_kde4_bindir}/kwrite
|
||||
%{_kde4_libdir}/libkdeinit4_kwrite.so
|
||||
%{_kde4_applicationsdir}/kwrite.desktop
|
||||
%{_kde4_appsdir}/kwrite/
|
||||
%{_kde4_bindir}/kwrite
|
||||
%{_kde4_libdir}/libkdeinit4_kwrite.so
|
||||
|
||||
%files -n kwrite-doc
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
Reference in New Issue
Block a user