start with 5.21.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=129
This commit is contained in:
parent
4f5ce9afdf
commit
be4c70b7d5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0385883d4b12d044ed6ee030a3e02ddbddae55a131b74022db95f0f974bee7a9
|
||||
size 2895068
|
3
kio-5.21.0.tar.xz
Normal file
3
kio-5.21.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:583e403f6d7813be1cd03f9b14c69bd1a6d8398dfd1e9fd87aa5883d6b949923
|
||||
size 2895592
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 14:21:01 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.21.0
|
||||
* Upgrade Qt version requirement to 5.4.0
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.21.0.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 17:06:57 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
36
kio.spec
36
kio.spec
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
%define _tar_path 5.20
|
||||
%define _tar_path 5.21
|
||||
Name: kio
|
||||
Version: 5.20.0
|
||||
Version: 5.21.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
@ -49,15 +49,15 @@ BuildRequires: kxmlgui-devel >= %{_tar_path}
|
||||
BuildRequires: libacl-devel
|
||||
BuildRequires: libattr-devel
|
||||
BuildRequires: solid-devel >= %{_tar_path}
|
||||
BuildRequires: cmake(Qt5Concurrent) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Script) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Xml) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Concurrent) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Script) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Xml) >= 5.4.0
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Requires: %{name}-core = %{version}
|
||||
@ -75,8 +75,6 @@ Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%
|
||||
Source1: baselibs.conf
|
||||
# PATCH-FIX-OPENSUSE kio_help-fallback-to-kde4-docs.patch -- allow kio_help to see into kde4 documentation, needed especially for khelpcenter5
|
||||
Patch0: kio_help-fallback-to-kde4-docs.patch
|
||||
# PATCH-FIX-UPSTREAM 0001-Fix-crash-in-rename-dialog.patch
|
||||
Patch1: 0001-Fix-crash-in-rename-dialog.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -111,7 +109,7 @@ Requires: kjobwidgets-devel >= %{_tar_path}
|
||||
Requires: kservice-devel >= %{_tar_path}
|
||||
Requires: kxmlgui-devel >= %{_tar_path}
|
||||
Requires: solid-devel >= %{_tar_path}
|
||||
Requires: cmake(Qt5Network) >= 5.3.0
|
||||
Requires: cmake(Qt5Network) >= 5.4.0
|
||||
|
||||
%description devel
|
||||
This framework implements almost all the file management functions you
|
||||
@ -123,7 +121,6 @@ Development files.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
@ -176,20 +173,12 @@ done
|
||||
%dir %{_kf5_plugindir}/kf5
|
||||
%dir %{_kf5_plugindir}/kf5/kio
|
||||
%{_kf5_plugindir}/kf5/kio/file.so
|
||||
%{_kf5_servicesdir}/file.protocol
|
||||
%{_kf5_plugindir}/kf5/kio/ftp.so
|
||||
%{_kf5_servicesdir}/ftp.protocol
|
||||
%{_kf5_plugindir}/kf5/kio/help.so
|
||||
%{_kf5_plugindir}/kf5/kio/ghelp.so
|
||||
%{_kf5_servicesdir}/help.protocol
|
||||
%{_kf5_servicesdir}/ghelp.protocol
|
||||
%{_kf5_libexecdir}/kio_http_cache_cleaner
|
||||
%{_kf5_plugindir}/kf5/kio/http.so
|
||||
%{_kf5_servicesdir}/http_cache_cleaner.desktop
|
||||
%{_kf5_servicesdir}/http.protocol
|
||||
%{_kf5_servicesdir}/https.protocol
|
||||
%{_kf5_servicesdir}/webdav.protocol
|
||||
%{_kf5_servicesdir}/webdavs.protocol
|
||||
%{_kf5_bindir}/kmailservice5
|
||||
%{_kf5_applicationsdir}/kmailservice5.desktop
|
||||
%{_kf5_servicesdir}/data.protocol
|
||||
@ -205,7 +194,6 @@ done
|
||||
%{_kf5_plugindir}/kf5/kio/trash.so
|
||||
%{_kf5_bindir}/ktrash5
|
||||
%{_kf5_plugindir}/kcm_trash.so
|
||||
%{_kf5_servicesdir}/trash.protocol
|
||||
%{_kf5_servicesdir}/kcmtrash.desktop
|
||||
%{_kf5_libexecdir}/kiod5
|
||||
%{_kf5_sharedir}/dbus-1/services/org.kde.kiod5.service
|
||||
|
Loading…
Reference in New Issue
Block a user