From 55b4e5026b2ee41cf97ea7372b21795d9c9467ad Mon Sep 17 00:00:00 2001 From: cat-master21 <96554164+cat-master21@users.noreply.github.com> Date: Fri, 24 Mar 2023 10:02:00 -0700 Subject: [PATCH] feat: add suru-icon-theme (#313) --- anda/themes/suru-icon-theme/anda.hcl | 5 +++ .../suru-icon-theme/suru-icon-theme.spec | 34 +++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 anda/themes/suru-icon-theme/anda.hcl create mode 100644 anda/themes/suru-icon-theme/suru-icon-theme.spec diff --git a/anda/themes/suru-icon-theme/anda.hcl b/anda/themes/suru-icon-theme/anda.hcl new file mode 100644 index 0000000000..59879c7e3f --- /dev/null +++ b/anda/themes/suru-icon-theme/anda.hcl @@ -0,0 +1,5 @@ +project "pkg" { + rpm { + spec = "suru-icon-theme.spec" + } +} diff --git a/anda/themes/suru-icon-theme/suru-icon-theme.spec b/anda/themes/suru-icon-theme/suru-icon-theme.spec new file mode 100644 index 0000000000..ce86b9b5d4 --- /dev/null +++ b/anda/themes/suru-icon-theme/suru-icon-theme.spec @@ -0,0 +1,34 @@ +%global forgeurl https://gitlab.com/ubports/development/core/suru-icon-theme +%global commit 2b832bd20443a45ea75d6da04236f687a5d0564a +%forgemeta + +Name: suru-icon-theme +Version: 20.05.1 +Release: %autorelease +Summary: Suru icon theme for Lomiri desktop +License: CC-BY-SA-3.0 +URL: https://gitlab.com/ubports/development/core/suru-icon-theme +Source0: %{url}/-/archive/%commit/suru-icon-theme-%commit.tar.gz +BuildArch: noarch + +Requires: hicolor-icon-theme + +%description +Suru is a icon theme for Lomiri desktop. + +%prep +%autosetup -n %{name}-%commit + +%build +true + +%install +mkdir -m 0755 -p %{buildroot}%{_datadir}/icons/suru +cp -r suru/* %{buildroot}%{_datadir}/icons/suru + +%files +%license COPYING +%{_datadir}/icons/suru/ + +%changelog +%autochangelog