KDE Frameworks 5.45
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=219
This commit is contained in:
parent
d2187cd9cb
commit
9b105cdd7c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7a8fc6f0af101c4a16270d328806fbf96ee8855e756b033d6a08ce744e7071b7
|
|
||||||
size 3145388
|
|
3
kio-5.45.0.tar.xz
Normal file
3
kio-5.45.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3e7512e819fe1831b15981641dba26a7dcbbdbccd79cbf076ceedae8e4116b15
|
||||||
|
size 3150188
|
10
kio.changes
10
kio.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 14 13:19:04 CEST 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 5.45.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.45.0.php
|
||||||
|
- Changes since 5.44.0:
|
||||||
|
* Too many changes to list here
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 12 23:29:41 CET 2018 - lbeltrame@kde.org
|
Mon Mar 12 23:29:41 CET 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
10
kio.spec
10
kio.spec
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
%define _tar_path 5.44
|
%define _tar_path 5.45
|
||||||
Name: kio
|
Name: kio
|
||||||
Version: 5.44.0
|
Version: 5.45.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version %{version}
|
%define kf5_version %{version}
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
@ -112,6 +112,8 @@ Requires: kjobwidgets-devel >= %{_kf5_bugfix_version}
|
|||||||
Requires: kservice-devel >= %{_kf5_bugfix_version}
|
Requires: kservice-devel >= %{_kf5_bugfix_version}
|
||||||
Requires: kxmlgui-devel >= %{_kf5_bugfix_version}
|
Requires: kxmlgui-devel >= %{_kf5_bugfix_version}
|
||||||
Requires: solid-devel >= %{_kf5_bugfix_version}
|
Requires: solid-devel >= %{_kf5_bugfix_version}
|
||||||
|
Requires: cmake(Qt5Concurrent) >= 5.6.0
|
||||||
|
Requires: cmake(Qt5DBus) >= 5.6.0
|
||||||
Requires: cmake(Qt5Network) >= 5.6.0
|
Requires: cmake(Qt5Network) >= 5.6.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -132,10 +134,6 @@ Development files.
|
|||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
rm %{buildroot}%{_kf5_sysconfdir}/dbus-1/system.d/org.kde.kio.file.conf
|
|
||||||
rm %{buildroot}%{_kf5_libdir}/libexec/kauth/file_helper
|
|
||||||
rm %{buildroot}%{_kf5_sharedir}/dbus-1/system-services/org.kde.kio.file.service
|
|
||||||
rm %{buildroot}%{_kf5_sharedir}/polkit-1/actions/org.kde.kio.file.policy
|
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%find_lang %{name} --with-man --all-name
|
%find_lang %{name} --with-man --all-name
|
||||||
|
Loading…
Reference in New Issue
Block a user