SHA256
1
0
forked from pool/kinfocenter5

Plasma 5.19 Beta. Did I forget to submit the fixes? Untested - please publish disable before accepting.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinfocenter5?expand=0&rev=274
This commit is contained in:
Christophe Giboudeaux 2020-05-19 13:35:10 +00:00 committed by Git OBS Bridge
parent 0aad0ce24b
commit c4d740451e
7 changed files with 52 additions and 24 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9679bce4cd2d64e6f471c89de6da410237263b02512768f3acd0a4932b12ec5
size 1256744

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl6xeusACgkQ7JTRj38F
mX6YXwf/dlO8E9ziFa0fM5XyPpc7HvfVdcDGN0x6ngdmUZ7EOHX8xtLC0xizpyYj
I9tlUohNarFSuyNjoXGlEdWDgIi1vncP4WgX4gGXnGFHIPD/JBvd962oU/2+8sgc
fLRFe5xwwd3g0EA7pOfhuBGL0YR9emOwbiLhnIK7MOJHgd7Ey7VbiS2DN1cnXDhL
NYtLvtCaXU8mdJfbB9N+wCUoa9BYKmZ5t/IBNPTCbdGMu17LqLsoy7or3xuf831e
4TcLIuM0DUj4/0Ic9p/vZlqDsj8MbwL//lTq+g5Baf4IywCTwXzXmZU9PvMeS89Y
3xxPOe/wenN8n73uRkKRflTFC3AI/A==
=8dDp
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c85f0c380e8074bdf91b645621750d5449d6915ec1d0553f30ef83a66a83174b
size 1271028

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl69H0EACgkQ7JTRj38F
mX4W7Qf/WLfeBpnJsd7GW5AC5ERCV9bTE2cOa6YbamnTzOXsPgzJNGmJk/iD2WHG
n6gybBhuuPZNDNYhwUb6wqIWZZvfJZ2Mly7/ui/25PRHr5ufd0Q1l8eYKj56BT4J
mXUlkYW+OhF7kwdSJdZ1ks95BMMkzrXcET1XK9Qcq9K5qUAoknsjGxhc1SUkDeIf
ZdPziKnnTA9AoSBQh1XEOk92GhqxsmL30iXpEpwE/sL/K5GDpg2e/4R4169UHwJV
jIaf+dRp2jZdFG7kI4Z17j48yBGeznnXN57+tgiTvo4Ct19ITfp++U1PdQUOGZJS
fBYL8w1JnDjGLJY9e7ZPu9tg+4Y3vA==
=PmpQ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu May 14 14:33:03 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.18.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.18.90.php
- Changes since 5.18.5:
* use better strings for dri devices
* bump to require Qt 5.14
* view1394: initialize OuiDb only when needed
* view1394: try to load OUI data from system location
* view1394: isolate DB loading in own function
* Optimize message extraction
* don't hold initdness in a static var (kde#417466)
* improve some previously recycled strings
* add gpu entry to about system (kde#355053)
* refactor about-distro to more generically support textual dumps
* cleanup devinfo header includes
* add trivial systemsettings finder and mark it as RUNTIME dep
* Restore config-x11 header file
* Kill the KinfoCenter binary
* Remove unused includes
- Refresh patches:
* plasma-session-name.patch
-------------------------------------------------------------------
Tue May 5 13:01:52 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -20,7 +20,7 @@
%bcond_without lang
Name: kinfocenter5
Version: 5.18.5
Version: 5.18.90
Release: 0
# Full Plasma 5 version (e.g. 5.8.95)
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@ -30,9 +30,9 @@ Summary: Utility that provides information about a computer system
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: http://www.kde.org/
Source: https://download.kde.org/stable/plasma/%{version}/kinfocenter-%{version}.tar.xz
Source: https://download.kde.org/unstable/plasma/%{version}/kinfocenter-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/plasma/%{version}/kinfocenter-%{version}.tar.xz.sig
Source1: https://download.kde.org/unstable/plasma/%{version}/kinfocenter-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
# PATCH-FIX-OPENSUSE plasma-session-name.patch
@ -41,6 +41,7 @@ BuildRequires: extra-cmake-modules >= 1.2.0
BuildRequires: kf5-filesystem
BuildRequires: libraw1394-devel
BuildRequires: pciutils-devel
BuildRequires: systemsettings5
BuildRequires: update-desktop-files
BuildRequires: xz
BuildRequires: cmake(KF5Completion) >= %{kf5_version}
@ -77,6 +78,8 @@ Conflicts: kdebase4-workspace < 5.3.0
Recommends: %{name}-lang
# needed for the fileindexermonitor
Requires: baloo5-imports
# The executable is now a link to systemsettings5
Requires: systemsettings5
%description
KDE Utility that provides information about a computer system.
@ -110,7 +113,6 @@ KDE Utility that provides information about a computer system.
%{_kf5_sharedir}/kpackage/
%{_kf5_servicesdir}/
%{_kf5_servicetypesdir}/
%{_kf5_sharedir}/kxmlgui5/
%{_kf5_configdir}/menus/kinfocenter.menu
%{_kf5_sharedir}/desktop-directories/
%{_kf5_appstreamdir}/org.kde.kinfocenter.appdata.xml

View File

@ -1,9 +1,9 @@
diff --git a/Modules/about-distro/src/Module.cpp b/Modules/about-distro/src/Module.cpp
index bec3a36..b78ede7 100644
--- a/Modules/about-distro/src/Module.cpp
+++ b/Modules/about-distro/src/Module.cpp
@@ -190,7 +190,7 @@ void Module::defaults()
QString Module::plasmaVersion() const
diff --git a/Modules/about-distro/src/PlasmaEntry.cpp b/Modules/about-distro/src/PlasmaEntry.cpp
index 6deb095..1e7f4c9 100644
--- a/Modules/about-distro/src/PlasmaEntry.cpp
+++ b/Modules/about-distro/src/PlasmaEntry.cpp
@@ -22,7 +22,7 @@ PlasmaEntry::PlasmaEntry()
QString PlasmaEntry::plasmaVersion()
{
const QStringList &filePaths = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation,
- QStringLiteral("xsessions/plasma.desktop"));