diff --git a/README.md b/README.md index 2d96824..55aff2a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # lxqt-themes +This repository comprises a number of graphic files and themes for LXQT. diff --git a/lxqt-themes.spec b/lxqt-themes.spec new file mode 100644 index 0000000..53dd4b5 --- /dev/null +++ b/lxqt-themes.spec @@ -0,0 +1,59 @@ +Name: lxqt-themes +Version: 0.15.0 +Release: 1mamba +Summary: A number of graphic files and themes for the LXQt desktop environment +Group: Graphical Desktop/Look 'n' feel +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://github.com/lxqt/lxqt-themes +Source: https://github.com/lxqt/lxqt-themes.git/%{version}/lxqt-themes-%{version}.tar.bz2 +License: LGPL +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +BuildRequires: cmake +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +This repository comprises a number of graphic files and themes for 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}/icons/hicolor/scalable/apps/lxqt.svg +%{_datadir}/icons/hicolor/scalable/places/start-here-lxqt.svg +%dir %{_datadir}/lxqt/graphics +%{_datadir}/lxqt/graphics/* +%dir %{_datadir}/lxqt/themes +%dir %{_datadir}/lxqt/themes/ambiance +%{_datadir}/lxqt/themes/ambiance/* +%dir %{_datadir}/lxqt/themes/dark +%{_datadir}/lxqt/themes/dark/* +%dir %{_datadir}/lxqt/themes/frost +%{_datadir}/lxqt/themes/frost/* +%dir %{_datadir}/lxqt/themes/kde-plasma +%{_datadir}/lxqt/themes/kde-plasma/* +%dir %{_datadir}/lxqt/themes/light +%{_datadir}/lxqt/themes/light/* +%dir %{_datadir}/lxqt/themes/system +%{_datadir}/lxqt/themes/system/* +%doc AUTHORS COPYING + +%changelog +* Sat Oct 03 2020 Silvan Calarco 0.15.0-1mamba +- package created using the webbuild interface