rebuilt to restore missing qt6 plugin [release 6.7.0-2mamba;Tue Oct 15 2024]
This commit is contained in:
parent
9099c033fe
commit
aaccad6102
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: kf6-qqc2-desktop-style
|
Name: kf6-qqc2-desktop-style
|
||||||
Version: 6.7.0
|
Version: 6.7.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: KDE Frameworks 6 QtQuickControls 2 style that uses QWidget's QStyle for painting
|
Summary: KDE Frameworks 6 QtQuickControls 2 style that uses QWidget's QStyle for painting
|
||||||
Group: Graphical Desktop/Look 'n' feel
|
Group: Graphical Desktop/Look 'n' feel
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -14,6 +14,12 @@ Source: https://download.kde.org/%{stable_kf6}/frameworks/%{majver}/qqc2-
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libQt6Core
|
||||||
|
BuildRequires: libQt6DBus
|
||||||
|
BuildRequires: libQt6Gui
|
||||||
|
BuildRequires: libQt6Network
|
||||||
|
BuildRequires: libQt6OpenGL
|
||||||
|
BuildRequires: libQt6Widgets
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglvnd-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libkf6-kcolorscheme-devel
|
BuildRequires: libkf6-kcolorscheme-devel
|
||||||
@ -21,12 +27,13 @@ BuildRequires: libkf6-kconfig-devel
|
|||||||
BuildRequires: libkf6-kiconthemes-devel
|
BuildRequires: libkf6-kiconthemes-devel
|
||||||
BuildRequires: libkf6-kirigami-devel
|
BuildRequires: libkf6-kirigami-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: qt6-qtbase-devel
|
|
||||||
BuildRequires: qt6-qtdeclarative-devel
|
BuildRequires: qt6-qtdeclarative-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: kf6-rpm-macros
|
BuildRequires: kf6-rpm-macros
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
|
BuildRequires: libkf6-kiconthemes-devel >= %{version}
|
||||||
|
BuildRequires: libkf6-kcolorscheme-devel >= %{version}
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -68,6 +75,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%files -n lib%{name} -f %{name}.lang
|
%files -n lib%{name} -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_kf6_plugindir}/kirigami/platform/org.kde.desktop.so
|
||||||
%dir %{_libdir}/qt6/qml/org/kde/qqc2desktopstyle
|
%dir %{_libdir}/qt6/qml/org/kde/qqc2desktopstyle
|
||||||
%dir %{_libdir}/qt6/qml/org/kde/qqc2desktopstyle/private
|
%dir %{_libdir}/qt6/qml/org/kde/qqc2desktopstyle/private
|
||||||
%dir %{_qt6_qmldir}/org/kde/desktop
|
%dir %{_qt6_qmldir}/org/kde/desktop
|
||||||
@ -81,6 +89,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/cmake/KF6QQC2DesktopStyle/KF6QQC2DesktopStyle*.cmake
|
%{_libdir}/cmake/KF6QQC2DesktopStyle/KF6QQC2DesktopStyle*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 15 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.7.0-2mamba
|
||||||
|
- rebuilt to restore missing qt6 plugin
|
||||||
|
|
||||||
* Sun Oct 13 2024 Automatic Build System <autodist@openmamba.org> 6.7.0-1mamba
|
* Sun Oct 13 2024 Automatic Build System <autodist@openmamba.org> 6.7.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user