package created using the webbuild interface [release 0.0.1-1mamba;Sat Oct 03 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 06:35:56 +01:00
parent 5733435daa
commit 81b596ab0f
2 changed files with 47 additions and 0 deletions

View File

@ -1,2 +1,3 @@
# lxqt-kcm-integration
KCM integration into LXQt.

46
lxqt-kcm-integration.spec Normal file
View File

@ -0,0 +1,46 @@
Name: lxqt-kcm-integration
Version: 0.0.1
Release: 1mamba
Summary: KCM integration into LXQt
Group: Graphical Desktop/Applications/Environment
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/lxqt/lxqt-kcm-integration
Source: https://github.com/lxqt/lxqt-kcm-integration.git/%{version}/lxqt-kcm-integration-%{version}.tar.bz2
License: LGPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
KCM integration into LXQt.
#% debug_package
%prep
%setup -q
%build
%cmake -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_datadir}/applications/lxqt-kcmshell5-appearance.desktop
%{_datadir}/applications/lxqt-kcmshell5-bluetooth.desktop
%{_datadir}/applications/lxqt-kcmshell5-kwinsettings.desktop
%{_datadir}/applications/lxqt-kcmshell5-systeminfo.desktop
%doc COPYING
%changelog
* Sat Oct 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.1-1mamba
- package created using the webbuild interface