lxqt-themes/lxqt-themes.spec
Shawn Dunn ef89bf6769 - Update to version 2.1.0:
* Pre-release changes (#130)
  * Fixed missing # (#131)
  * Fix style ColorPicker, Backlight, StatusNotifier in various themes (#126)
  * Added palette for all themes (#125)
  * Added tooltip styling (#124)
  * Fix wordclock texts (#123)
  * Style tooltips also in configuration center based on palette or theme (#122)
  * Delete invalid empty folder (#121)
  * Pre-release changes (#117)
  * Dark color for input background in runner (#116)

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-themes?expand=0&rev=27
2024-11-11 00:26:48 +00:00

66 lines
2.0 KiB
RPMSpec

#
# spec file for package lxqt-themes
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: lxqt-themes
Version: 2.1.0
Release: 0
Summary: Themes, graphics and icons for LXQt
License: LGPL-2.1-or-later
# FIXME: use correct group or remove it, see "https://en.opensuse.org/openSUSE:Package_group_guidelines"
Group: System/GUI/LXQt
URL: https://github.com/lxqt/lxqt-themes
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
Source1: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
Source2: %{name}.keyring
Source3: logo.tar.xz
BuildRequires: cmake >= 3.18.0
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
BuildRequires: cmake(lxqt2-build-tools) >= 2.1.0
BuildArch: noarch
%description
Themes, graphics and icons for LXQt.
%prep
%autosetup -a3
%build
%cmake
%install
%cmake_install
%fdupes -s %{buildroot}%{_datadir}/lxqt/themes
install -Dm 0644 opensuse-*.svg -t %{buildroot}%{_datadir}/lxqt/graphics/
%files
%license COPYING
%doc AUTHORS CHANGELOG README.md
%dir %{_datadir}/lxqt
%dir %{_datadir}/lxqt/palettes
%dir %{_datadir}/lxqt/wallpapers
%{_datadir}/lxqt/graphics
%{_datadir}/lxqt/themes
%{_datadir}/icons/hicolor/*/places/*.??g
%{_datadir}/icons/hicolor/*/apps/*.??g
%{_datadir}/lxqt/palettes/*
%{_datadir}/lxqt/wallpapers/*
%changelog