package created using the webbuild interface [release 0.7.0-1mamba;Sun Feb 19 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 01:51:49 +01:00
parent 8dccd26550
commit 677273e7da
2 changed files with 59 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# kirigami-addons
Set of widgets i.e visual end user components along with a code to support them.

57
kirigami-addons.spec Normal file
View File

@ -0,0 +1,57 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: kirigami-addons
Version: 0.7.0
Release: 1mamba
Summary: Set of widgets i.e visual end user components along with a code to support them
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kde.org
Source: https://download.kde.org/stable/kirigami-addons/kirigami-addons-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libki18n-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
Set of widgets i.e visual end user components along with a code to support them.
%debug_package
%prep
%setup -q
%build
%cmake_kde5 -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}5_qt.lang
%defattr(-,root,root)
%dir %{_libdir}/qt5/qml/org/kde/kirigamiaddons
%{_libdir}/qt5/qml/org/kde/kirigamiaddons/*
%{_kde5_libdir}/cmake/KF5KirigamiAddons/KF5KirigamiAddonsConfig.cmake
%{_kde5_libdir}/cmake/KF5KirigamiAddons/KF5KirigamiAddonsConfigVersion.cmake
%changelog
* Sun Feb 19 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-1mamba
- package created using the webbuild interface