47 lines
1.2 KiB
RPMSpec
47 lines
1.2 KiB
RPMSpec
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
|