2017-10-23 14:36:02 +02:00
|
|
|
#
|
|
|
|
# spec file for package lxqt-themes
|
|
|
|
#
|
2024-05-15 13:35:38 +02:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2017-10-23 14:36:02 +02:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2019-01-31 11:34:16 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2017-10-23 14:36:02 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: lxqt-themes
|
2024-05-15 13:35:38 +02:00
|
|
|
Version: 2.0.0
|
2017-10-23 14:36:02 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Themes, graphics and icons for LXQt
|
2024-05-15 13:35:38 +02:00
|
|
|
License: LGPL-2.1-or-later
|
2022-04-29 08:26:57 +02:00
|
|
|
# FIXME: use correct group or remove it, see "https://en.opensuse.org/openSUSE:Package_group_guidelines"
|
2017-10-23 14:36:02 +02:00
|
|
|
Group: System/GUI/LXQt
|
2020-04-25 15:42:10 +02:00
|
|
|
URL: https://github.com/lxqt/lxqt-themes
|
2024-05-15 13:35:38 +02:00
|
|
|
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
Source1: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
2017-10-23 15:20:01 +02:00
|
|
|
Source2: lxqt-themes.keyring
|
2024-06-03 22:40:34 +02:00
|
|
|
Source3: logo.tar.xz
|
2024-05-15 13:35:38 +02:00
|
|
|
BuildRequires: cmake >= 3.18.0
|
2017-10-23 14:36:02 +02:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: hicolor-icon-theme
|
2024-05-15 13:35:38 +02:00
|
|
|
BuildRequires: cmake(lxqt2-build-tools) >= 2.0.0
|
2017-10-23 14:36:02 +02:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
Themes, graphics and icons for LXQt.
|
|
|
|
|
|
|
|
%prep
|
2024-06-03 22:40:34 +02:00
|
|
|
%autosetup -a3
|
2017-10-23 14:36:02 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake
|
|
|
|
|
|
|
|
%install
|
|
|
|
%cmake_install
|
|
|
|
%fdupes -s %{buildroot}%{_datadir}/lxqt/themes
|
2024-06-03 22:40:34 +02:00
|
|
|
install -Dm 0644 opensuse-*.svg -t %{buildroot}%{_datadir}/lxqt/graphics/
|
2017-10-23 14:36:02 +02:00
|
|
|
|
|
|
|
%files
|
2018-05-22 16:30:19 +02:00
|
|
|
%license COPYING
|
2024-05-15 13:35:38 +02:00
|
|
|
%doc AUTHORS CHANGELOG README.md
|
2017-10-23 14:36:02 +02:00
|
|
|
%dir %{_datadir}/lxqt
|
2022-04-29 08:26:57 +02:00
|
|
|
%dir %{_datadir}/lxqt/palettes
|
|
|
|
%dir %{_datadir}/lxqt/wallpapers
|
2017-10-23 14:36:02 +02:00
|
|
|
%{_datadir}/lxqt/graphics
|
|
|
|
%{_datadir}/lxqt/themes
|
|
|
|
%{_datadir}/icons/hicolor/*/places/*.??g
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/*.??g
|
2022-04-29 08:26:57 +02:00
|
|
|
%{_datadir}/lxqt/palettes/*
|
|
|
|
%{_datadir}/lxqt/wallpapers/*
|
2017-10-23 14:36:02 +02:00
|
|
|
|
|
|
|
%changelog
|