From 6b27fa22dbcf063dae3da3005aa6223ff1e98a50 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 24 Feb 2026 21:55:50 -0800 Subject: [PATCH] add: breeze-plus-icon-theme (#10081) (#10086) --- anda/themes/breeze-plus-icon-theme/anda.hcl | 6 ++++ .../breeze-plus-icon-theme.spec | 30 +++++++++++++++++++ .../themes/breeze-plus-icon-theme/update.rhai | 1 + 3 files changed, 37 insertions(+) create mode 100644 anda/themes/breeze-plus-icon-theme/anda.hcl create mode 100644 anda/themes/breeze-plus-icon-theme/breeze-plus-icon-theme.spec create mode 100644 anda/themes/breeze-plus-icon-theme/update.rhai diff --git a/anda/themes/breeze-plus-icon-theme/anda.hcl b/anda/themes/breeze-plus-icon-theme/anda.hcl new file mode 100644 index 0000000000..343aec0611 --- /dev/null +++ b/anda/themes/breeze-plus-icon-theme/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "breeze-plus-icon-theme.spec" + } +} diff --git a/anda/themes/breeze-plus-icon-theme/breeze-plus-icon-theme.spec b/anda/themes/breeze-plus-icon-theme/breeze-plus-icon-theme.spec new file mode 100644 index 0000000000..f52a91ba76 --- /dev/null +++ b/anda/themes/breeze-plus-icon-theme/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 + +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 - 6.19.0 +- Initial package diff --git a/anda/themes/breeze-plus-icon-theme/update.rhai b/anda/themes/breeze-plus-icon-theme/update.rhai new file mode 100644 index 0000000000..d3bcb8269e --- /dev/null +++ b/anda/themes/breeze-plus-icon-theme/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("mjkim0727/breeze-plus"));