- 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:
Jens K. 2024-12-14 22:54:20 +00:00 committed by Git OBS Bridge
parent 2ed82a9834
commit 3fefadadf7
2 changed files with 14 additions and 3 deletions

View File

@ -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>

View File

@ -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
Group: Productivity/Multimedia/Sound/Players
BuildRequires: gcc-c++
BuildRequires: kf6-kcrash
BuildRequires: libsecret
BuildRequires: make
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Network)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt6Core)
BuildRequires: cmake(Qt6DBus)
BuildRequires: cmake(Qt6Network)
BuildRequires: cmake(Qt6Svg)
Requires: kf6-kcrash
Suggests: libsecret
Suggests: spotifyd
%description