add: breeze-plus-icon-theme (#10081) (#10086)

This commit is contained in:
Raboneko
2026-02-24 21:55:50 -08:00
committed by GitHub
parent 897e745116
commit 6b27fa22db
3 changed files with 37 additions and 0 deletions
@@ -0,0 +1,6 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "breeze-plus-icon-theme.spec"
}
}
@@ -0,0 +1,30 @@
Name: breeze-plus-icon-theme
Version: 6.19.0
Release: 1%{?dist}
Summary: Breeze icon theme with additional icons
Packager: Amy King <amy@amyrom.tech>
License: LGPL-2.1-only
URL: https://github.com/mjkim0727/breeze-plus
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
BuildArch: noarch
%description
%summary.
%prep
%autosetup -n breeze-plus-%{version}
%build
%install
mkdir -p %{buildroot}%{_datadir}/icons/
cp -r src/* %{buildroot}%{_datadir}/icons/
%files
%license LICENSE
%doc README.md
%{_datadir}/icons/*
%changelog
* Wed Feb 25 2026 Amy King <amy@amyrom.tech> - 6.19.0
- Initial package
@@ -0,0 +1 @@
rpm.version(gh("mjkim0727/breeze-plus"));