File elementary-xfce-icon-theme.spec of Package elementary-xfce-icon-theme
#
# spec file for package elementary-xfce-icon-theme
#
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define _name elementary-xfce
Name: elementary-xfce-icon-theme
Version: 0.21+git12.dff5c11f
Release: 0
Summary: Icon theme inspired by Tango and Elementary
License: GPL-3.0-only
Group: System/GUI/Other
URL: https://github.com/shimmerproject/elementary-xfce
Source: %{_name}-%{version}.tar.xz
Patch01: elementary-xfce-gdk-pixbuf+glycin-loaders-workaround.patch
BuildRequires: bitstream-vera-fonts
BuildRequires: fdupes
BuildRequires: gdk-pixbuf-loader-rsvg
BuildRequires: hicolor-icon-theme
BuildRequires: optipng
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
Requires: adwaita-icon-theme
Requires: gtk3-tools
Requires: hicolor-icon-theme
BuildArch: noarch
%description
This is an icon-theme maintained with Xfce in mind,
but it supports other desktops like Gnome3 as well.
It's a fork of the upstream elementary-project,
which took place because the team decided to
drop a lot of desktop-specific symlinks.
%prep
%autosetup -n %{_name}-%{version} -p1
%build
%configure
%make_build
%install
%make_install
# Cleanup unused docs
rm %{buildroot}%{_datadir}/icons/%{_name}{,-dark,-hidpi}/{CONTRIBUTORS,AUTHORS,README.md,LICENSE}
# fix duplicate files
%fdupes -s %{buildroot}%{_datadir}/icons/
%files
%doc AUTHORS CONTRIBUTORS README.md
%license LICENSE
%{_datadir}/icons/elementary-xfce/
%{_datadir}/icons/elementary-xfce-hidpi/
%{_datadir}/icons/elementary-xfce-dark/
%changelog