Files
desktop/plasma6-workspace-wallpapers/plasma6-workspace-wallpapers.spec
2026-03-16 18:14:05 +08:00

47 lines
1.1 KiB
RPMSpec

# SPDX-FileCopyrightText: (C) 2026 Institute of Software, Chinese Academy of Sciences (ISCAS)
# SPDX-FileCopyrightText: (C) 2026 openRuyi Project Contributors
# SPDX-FileContributor: jingyupu <pujingyu@iscas.ac.cn>
#
# SPDX-License-Identifier: MulanPSL-2.0
%define kf6_version 6.18.0
%define rname plasma-workspace-wallpapers
Name: plasma-workspace-wallpapers
Version: 6.5.5
Release: %autorelease
Summary: Additional Plasma Wallpapers
License: GPL-2.0-or-later
URL: https://www.kde.org
#!RemoteAsset
Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
Provides: plasma5-workspace-wallpapers = %{version}
Obsoletes: plasma5-workspace-wallpapers < %{version}
BuildArch: noarch
%description
Additional wallpapers for Plasma Workspace.
%prep
%autosetup -p1 -n %{rname}-%{version}
%build
%cmake_kf6
%kf6_build
%install
%kf6_install
%files
%license COPYING*
%{_kf6_sharedir}/wallpapers/
%changelog
%{?autochangelog}