package created using the webbuild interface [release 0.0.1-1mamba;Sat Oct 03 2020]
This commit is contained in:
parent
5733435daa
commit
81b596ab0f
@ -1,2 +1,3 @@
|
|||||||
# lxqt-kcm-integration
|
# lxqt-kcm-integration
|
||||||
|
|
||||||
|
KCM integration into LXQt.
|
||||||
|
46
lxqt-kcm-integration.spec
Normal file
46
lxqt-kcm-integration.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user