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

This commit is contained in:
Silvan Calarco 2024-01-06 06:37:47 +01:00
parent 75997c6c3f
commit fa8b6c43d7
2 changed files with 60 additions and 0 deletions

View File

@ -1,2 +1,3 @@
# lxqt-themes # lxqt-themes
This repository comprises a number of graphic files and themes for LXQT.

59
lxqt-themes.spec Normal file
View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 0.15.0-1mamba
- package created using the webbuild interface