2014-07-16 13:52:18 +00:00
|
|
|
#
|
2014-09-29 08:43:45 +00:00
|
|
|
# spec file for package adwaita-icon-theme
|
2014-07-16 13:52:18 +00:00
|
|
|
#
|
2023-03-20 12:49:24 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2014-07-16 13:52:18 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2018-11-25 11:54:09 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-07-16 13:52:18 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: adwaita-icon-theme
|
2023-09-18 12:02:30 +00:00
|
|
|
Version: 45.0
|
2014-09-11 21:26:35 +00:00
|
|
|
Release: 0
|
2014-07-16 13:52:18 +00:00
|
|
|
Summary: GNOME Icon Theme
|
2021-04-22 07:42:49 +00:00
|
|
|
License: CC-BY-SA-3.0 OR LGPL-3.0-or-later
|
2014-07-16 13:52:18 +00:00
|
|
|
Group: System/GUI/GNOME
|
2019-04-18 13:34:17 +00:00
|
|
|
URL: https://gitlab.gnome.org/GNOME/adwaita-icon-theme
|
2023-09-12 01:50:38 +00:00
|
|
|
Source0: https://download.gnome.org/sources/adwaita-icon-theme/45/%{name}-%{version}.tar.xz
|
2018-09-24 07:20:40 +00:00
|
|
|
|
2014-07-16 13:52:18 +00:00
|
|
|
BuildRequires: fdupes
|
2014-08-23 11:52:42 +00:00
|
|
|
BuildRequires: gdk-pixbuf-loader-rsvg
|
2019-11-27 14:35:34 +00:00
|
|
|
BuildRequires: gtk3-tools >= 3.24.2
|
2023-09-12 01:50:38 +00:00
|
|
|
BuildRequires: meson
|
2018-03-09 09:59:05 +00:00
|
|
|
BuildRequires: pkgconfig
|
2014-07-16 13:52:18 +00:00
|
|
|
# To make sure the icon theme cache gets generated
|
2022-02-21 22:32:15 +00:00
|
|
|
Requires(post): (gtk3-tools if libgtk-3-0)
|
|
|
|
Requires(post): (gtk4-tools if libgtk-4-1)
|
2014-07-16 13:52:18 +00:00
|
|
|
Provides: %{name}-devel = %{version}-%{release}
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
The default GNOME icon theme, Adwaita.
|
|
|
|
|
|
|
|
%prep
|
2018-09-24 07:20:40 +00:00
|
|
|
%autosetup
|
2014-07-16 13:52:18 +00:00
|
|
|
|
|
|
|
%build
|
2023-09-12 01:50:38 +00:00
|
|
|
%meson
|
|
|
|
%meson_build
|
2014-07-16 13:52:18 +00:00
|
|
|
|
|
|
|
%install
|
2023-09-12 01:50:38 +00:00
|
|
|
%meson_install
|
2014-07-16 13:52:18 +00:00
|
|
|
# Those folders disappeared in the upgrade from 2.28.0 -> 2.29.0
|
|
|
|
# FIXME: eventually no application should install any files there
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/icons/Adwaita/scalable/actions
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/icons/Adwaita/scalable/apps
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/icons/Adwaita/scalable/categories
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/icons/Adwaita/scalable/devices
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/icons/Adwaita/scalable/emblems
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/icons/Adwaita/scalable/emotes
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/icons/Adwaita/scalable/mimetypes
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/icons/Adwaita/scalable/places
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/icons/Adwaita/scalable/status
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/icons/Adwaita/scalable/stock/generic
|
2022-09-13 07:38:15 +00:00
|
|
|
# Add internet-web-browser symlink (to web-browser) to adwaita-icon-theme (bnc#767437)
|
2014-07-16 13:52:18 +00:00
|
|
|
for folder in %{buildroot}%{_datadir}/icons/Adwaita/*x[0-9]*; do
|
|
|
|
ln ${folder}/apps/web-browser.png ${folder}/apps/internet-web-browser.png || :
|
|
|
|
done
|
2018-03-09 09:59:05 +00:00
|
|
|
%{icon_theme_cache_create_ghost Adwaita}
|
2017-12-02 18:10:39 +00:00
|
|
|
%fdupes %{buildroot}%{_datadir}
|
2014-07-16 13:52:18 +00:00
|
|
|
|
|
|
|
%files
|
2018-03-09 09:59:05 +00:00
|
|
|
%license COPYING COPYING_LGPL COPYING_CCBYSA3
|
2019-04-18 13:34:17 +00:00
|
|
|
%doc AUTHORS NEWS
|
2014-07-16 13:52:18 +00:00
|
|
|
%ghost %{_datadir}/icons/Adwaita/icon-theme.cache
|
|
|
|
%{_datadir}/icons/Adwaita/
|
|
|
|
%{_datadir}/pkgconfig/adwaita-icon-theme.pc
|
|
|
|
|
|
|
|
%changelog
|