KDE Frameworks 5.116
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=412
This commit is contained in:
parent
cc83f99783
commit
779d0b3aaa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f53387b5a883fcef3db10b7c1062485a314d42d9584d9119056e571568ff90b
|
||||
size 3799964
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmW+XkIACgkQWNDuZIpI
|
||||
s7tbfAf/XVh78SzoJdmjzOxxYRTNyjJIdjvCuQRmOkf7IWWq+BLXGpk2BaCmGRUz
|
||||
ECB6tSpAJ6fYIFXd/VbWWj502fFMb4oTSigyuiMGVgRhtSKQ21CphclFWi69m4pS
|
||||
OEMjpzbNebpk6B+y42BDbAigFp8R4nCFcCxI+SbpV80PMSAQDuTMkUMezuAyW8un
|
||||
iGU9bzj/PKBbir0pQMQkAS1DsRtsBTg9iSBhDLnS+gv6CoKCAX8DRyrC2rHFbP0E
|
||||
0Ct8y5Ry27mZfkz7kuMi4vGgXgiUXJD7nkuvk7E6va/MC+6GNUTdFeuuWNlzugyR
|
||||
Y0i5n+CsdgwP1dqyR/A42SOwlRS/GA==
|
||||
=fXyP
|
||||
-----END PGP SIGNATURE-----
|
3
kio-5.116.0.tar.xz
Normal file
3
kio-5.116.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efb719d6659c39a03b165dca3b6c84f729a833290fc44e7e1f99625690b6115a
|
||||
size 3800352
|
11
kio-5.116.0.tar.xz.sig
Normal file
11
kio-5.116.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmY2RIEACgkQWNDuZIpI
|
||||
s7v5Sgf8DaxFlwXCjFjOOJ45D0opgVTboslhhkTg6nX6apWbeHabV7rcWRRneMU0
|
||||
tPY24p9Q4NB3WjMjgA84Cah+DRlBn6VJ+a4sbyys8eZWezTk3UwgWb501YXNEq3X
|
||||
Lr7/p+IJyEbdabfUNf3RJkUvjDz/c9Tci39llLaJ+nTYFzfNxXfustp6kyl5mOBd
|
||||
pfY/eZYX0n/Q+GAfnVqRot6wNznKu1eBYG7cY2hfjfRtiDx8ecuLwxzPLv2Up+C0
|
||||
kqZXcw770QMRGokvZBcNeBxBX+0B/x1R+/8jW7+AkRHklCxDosElT5Oo8AP6k0kR
|
||||
5WR3NlEeju0PTS3rmZnB4i4ebesAMw==
|
||||
=zcZm
|
||||
-----END PGP SIGNATURE-----
|
17
kio.changes
17
kio.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 07:33:27 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Drop the 'trash' configuration module. It is not usable anymore
|
||||
because of upstream decisions (boo#1221438)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 11:32:53 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.116.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.116.0
|
||||
- Changes since 5.115.0:
|
||||
* Strip trailing slash in iconForStandardPath
|
||||
- Use the newest gcc version on Leap
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 8 11:15:12 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
15
kio.spec
15
kio.spec
@ -23,7 +23,7 @@
|
||||
%define qt5_version 5.15.2
|
||||
%bcond_without released
|
||||
Name: kio
|
||||
Version: 5.115.0
|
||||
Version: 5.116.0
|
||||
Release: 0
|
||||
Summary: Network transparent access to files and data
|
||||
License: LGPL-2.1-or-later
|
||||
@ -81,7 +81,7 @@ BuildRequires: cmake(Qt5Xml) >= %{qt5_version}
|
||||
BuildRequires: pkgconfig(mount)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Requires: %{name}-core = %{version}
|
||||
Requires: kio-core = %{version}
|
||||
Requires: kded >= %{_kf5_version}
|
||||
# KIO/FileDialog uses klauncher directly, but we can't add Requires, as that would introduce dep cycle
|
||||
Recommends: kinit
|
||||
@ -106,8 +106,8 @@ KIO core libraries, ioslave and daemons.
|
||||
|
||||
%package devel
|
||||
Summary: Network transparent access to files and data
|
||||
Requires: %{name} = %{version}
|
||||
Requires: %{name}-core = %{version}
|
||||
Requires: kio = %{version}
|
||||
Requires: kio-core = %{version}
|
||||
Requires: cmake(KF5Bookmarks) >= %{_kf5_version}
|
||||
Requires: cmake(KF5Completion) >= %{_kf5_version}
|
||||
Requires: cmake(KF5Config) >= %{_kf5_version}
|
||||
@ -150,6 +150,11 @@ export CXX=g++-13
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
|
||||
# Conflicts with kio-extras >= 6.0 and tries to invoke kcmshell5 which is no
|
||||
# longer present in the distribution (boo#1221438)
|
||||
rm %{buildroot}%{_kf5_applicationsdir}/kcm_trash.desktop
|
||||
rm %{buildroot}%{_kf5_plugindir}/kcm_trash.so
|
||||
|
||||
%find_lang kio --with-man --all-name
|
||||
%{kf5_find_htmldocs}
|
||||
|
||||
@ -166,7 +171,6 @@ export CXX=g++-13
|
||||
%dir %{_kf5_plugindir}/kf5/kiod
|
||||
%dir %{_kf5_sharedir}/kconf_update
|
||||
%{_kf5_applicationsdir}/ktelnetservice5.desktop
|
||||
%{_kf5_applicationsdir}/kcm_trash.desktop
|
||||
%{_kf5_bindir}/ktelnetservice5
|
||||
%{_kf5_bindir}/ktrash5
|
||||
%{_kf5_configdir}/accept-languages.codes
|
||||
@ -176,7 +180,6 @@ export CXX=g++-13
|
||||
%{_kf5_libdir}/libKF5KIONTLM.so.*
|
||||
%{_kf5_libexecdir}/kio_http_cache_cleaner
|
||||
%{_kf5_libexecdir}/kiod5
|
||||
%{_kf5_plugindir}/kcm_trash.so
|
||||
%{_kf5_plugindir}/kf5/kio/kio_file.so
|
||||
%{_kf5_plugindir}/kf5/kio/kio_ftp.so
|
||||
%{_kf5_plugindir}/kf5/kio/kio_ghelp.so
|
||||
|
Loading…
Reference in New Issue
Block a user