package created using the webbuild interface [release 5.26.1-1mamba;Sat Oct 22 2022]
This commit is contained in:
parent
ca6ed4a75a
commit
a7d39c6887
@ -1,2 +1,4 @@
|
|||||||
# qqc2-breeze-style
|
# qqc2-breeze-style
|
||||||
|
|
||||||
|
A pure Qt Quick/Kirigami Qt Quick Controls style for KDE Plasma.
|
||||||
|
|
||||||
|
69
qqc2-breeze-style.spec
Normal file
69
qqc2-breeze-style.spec
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
|
Name: qqc2-breeze-style
|
||||||
|
Version: 5.26.1
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: A pure Qt Quick/Kirigami Qt Quick Controls style for KDE Plasma
|
||||||
|
Group: Graphical Desktop/Look 'n' feel
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: https://kde.org
|
||||||
|
Source: https://download.kde.org/stable/plasma/%{version}/qqc2-breeze-style-%{version}.tar.xz
|
||||||
|
License: LGPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libkauth-devel
|
||||||
|
BuildRequires: libkcodecs-devel
|
||||||
|
BuildRequires: libkconfig-devel
|
||||||
|
BuildRequires: libkconfigwidgets-devel
|
||||||
|
BuildRequires: libkcoreaddons-devel
|
||||||
|
BuildRequires: libkguiaddons-devel
|
||||||
|
BuildRequires: libkiconthemes-devel
|
||||||
|
BuildRequires: libkirigami2-devel
|
||||||
|
BuildRequires: libkwidgetsaddons-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
BuildRequires: qt5-qtdeclarative-devel
|
||||||
|
BuildRequires: qt5-qtquickcontrols2-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: cmake
|
||||||
|
BuildRequires: rpm-macros-kde5
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
|
|
||||||
|
%description
|
||||||
|
A pure Qt Quick/Kirigami Qt Quick Controls style for KDE Plasma.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake_kde5 -d build
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall -C build
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/qt5/plugins/kf5/kirigami/org.kde.breeze.so
|
||||||
|
%dir %{_libdir}/qt5/qml/QtQuick/Controls.2/org.kde.breeze
|
||||||
|
%{_libdir}/qt5/qml/QtQuick/Controls.2/org.kde.breeze/*
|
||||||
|
%dir %{_libdir}/qt5/qml/org/kde/breeze
|
||||||
|
%{_libdir}/qt5/qml/org/kde/breeze/*
|
||||||
|
%dir %{_libdir}/qt5/qml/org/kde/kirigami.2/styles/org.kde.breeze
|
||||||
|
%{_libdir}/qt5/qml/org/kde/kirigami.2/styles/org.kde.breeze/*
|
||||||
|
%dir %{_kde5_libdir}/cmake/KF5QQC2BreezeStyle
|
||||||
|
%{_kde5_libdir}/cmake/KF5QQC2BreezeStyle/KF5QQC2BreezeStyleConfig*.cmake
|
||||||
|
%doc LICENSES
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Oct 22 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.26.1-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user