From 81b596ab0f89cea038f9bd61bdb4afc4e1ce3496 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:35:56 +0100 Subject: [PATCH] package created using the webbuild interface [release 0.0.1-1mamba;Sat Oct 03 2020] --- README.md | 1 + lxqt-kcm-integration.spec | 46 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 lxqt-kcm-integration.spec diff --git a/README.md b/README.md index b28c1f7..a1167c4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # lxqt-kcm-integration +KCM integration into LXQt. diff --git a/lxqt-kcm-integration.spec b/lxqt-kcm-integration.spec new file mode 100644 index 0000000..39cd4b3 --- /dev/null +++ b/lxqt-kcm-integration.spec @@ -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 +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 0.0.1-1mamba +- package created using the webbuild interface