diff --git a/anda/misc/xapp-symbolic-icons/anda.hcl b/anda/misc/xapp-symbolic-icons/anda.hcl new file mode 100644 index 0000000000..7f611c3bf3 --- /dev/null +++ b/anda/misc/xapp-symbolic-icons/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "xapp-symbolic-icons.spec" + } +} diff --git a/anda/misc/xapp-symbolic-icons/update.rhai b/anda/misc/xapp-symbolic-icons/update.rhai new file mode 100644 index 0000000000..8a3672ee07 --- /dev/null +++ b/anda/misc/xapp-symbolic-icons/update.rhai @@ -0,0 +1 @@ +rpm.version(gh_tag("xapp-project/xapp-symbolic-icons")); diff --git a/anda/misc/xapp-symbolic-icons/xapp-symbolic-icons.spec b/anda/misc/xapp-symbolic-icons/xapp-symbolic-icons.spec new file mode 100644 index 0000000000..319c38a086 --- /dev/null +++ b/anda/misc/xapp-symbolic-icons/xapp-symbolic-icons.spec @@ -0,0 +1,51 @@ +Name: xapp-symbolic-icons +Version: 1.0.7 +Release: 1%{?dist} +Summary: A set of symbolic icons which replaces the GNOME-specific Adwaita set +License: GPL-3.0-only AND LGPL-3.0-only +URL: https://github.com/xapp-project/xapp-symbolic-icons +Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz + +BuildArch: noarch +BuildRequires: meson +Requires: hicolor-icon-theme + +Packager: Owen Zimmerman + +%description +A set of symbolic icons which replaces the GNOME-specific Adwaita set. +All provided icons are prefixed with xsi-. +Icon names loosely follow the Adwaita names. + +%prep +%autosetup + +%build +%meson +%meson_build + +%install +%meson_install + +%transfiletriggerin -- %{_hicolordir} +gtk-update-icon-cache --force %{_hicolordir} &>/dev/null || : + +%transfiletriggerpostun -- %{_hicolordir} +gtk-update-icon-cache --force %{_hicolordir} &>/dev/null || : + +%files +%license COPYING COPYING.LESSER +%doc AUTHORS README.md +%{_bindir}/xsi-replace-adwaita-symbolic +%{_hicolordir}/scalable/actions/xsi-*.svg +%{_datadir}/xapp/ + +%changelog +* Thu Jan 01 2026 Owen Zimmerman +- Port to Terra from Fedora Rawhide + +* Fri Dec 12 2025 Leigh Scott - 1.0.6-1 +- Update to 1.0.6 + +* Thu Nov 27 2025 Leigh Scott - 1.0.5-1 +- Update to 1.0.5