- Integrate with KCrash and DBUS
- Move to QT6 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/spotify-qt?expand=0&rev=15
This commit is contained in:
parent
2ed82a9834
commit
3fefadadf7
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 14 22:54:05 UTC 2024 - Jens K. <karatekhd@opensuse.org>
|
||||||
|
|
||||||
|
- Integrate with KCrash and DBUS
|
||||||
|
- Move to QT6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 14 22:23:44 UTC 2024 - Jens K. <karatekhd@opensuse.org>
|
Sat Dec 14 22:23:44 UTC 2024 - Jens K. <karatekhd@opensuse.org>
|
||||||
|
|
||||||
|
@ -25,10 +25,15 @@ URL: https://github.com/kraxarn/spotify-qt
|
|||||||
Source: https://github.com/kraxarn/spotify-qt/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/kraxarn/spotify-qt/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Group: Productivity/Multimedia/Sound/Players
|
Group: Productivity/Multimedia/Sound/Players
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: kf6-kcrash
|
||||||
|
BuildRequires: libsecret
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: cmake(Qt5Core)
|
BuildRequires: cmake(Qt6Core)
|
||||||
BuildRequires: cmake(Qt5Network)
|
BuildRequires: cmake(Qt6DBus)
|
||||||
BuildRequires: cmake(Qt5Svg)
|
BuildRequires: cmake(Qt6Network)
|
||||||
|
BuildRequires: cmake(Qt6Svg)
|
||||||
|
Requires: kf6-kcrash
|
||||||
|
Suggests: libsecret
|
||||||
Suggests: spotifyd
|
Suggests: spotifyd
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user