Accepting request 972515 from GNOME:Apps
- Update to version 1.3.1 + New weather symbolic icons - Some spec file cleanup - Replaced vanished upstream googlecode source url with working launchpad site (forwarded request 972250 from susnux) OBS-URL: https://build.opensuse.org/request/show/972515 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/faenza-icon-theme?expand=0&rev=10
This commit is contained in:
commit
65db31957b
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 22 21:47:43 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
- Update to version 1.3.1
|
||||||
|
+ New weather symbolic icons
|
||||||
|
- Some spec file cleanup
|
||||||
|
- Replaced vanished upstream googlecode source url with working
|
||||||
|
launchpad site
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 4 09:25:53 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
Fri Dec 4 09:25:53 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package faenza-icon-theme
|
# spec file for package faenza-icon-theme
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
# Copyright (c) 2011 PAscal Bleser
|
# Copyright (c) 2011 PAscal Bleser
|
||||||
# Copyright (c) 2010 Nelson Marques
|
# Copyright (c) 2010 Nelson Marques
|
||||||
#
|
#
|
||||||
@ -20,24 +20,20 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: faenza-icon-theme
|
Name: faenza-icon-theme
|
||||||
Version: 1.3
|
Version: 1.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Faenza Icon Theme
|
Summary: Faenza Icon Theme
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
URL: http://tiheum.deviantart.com/art/Faenza-Icons-173323228
|
URL: http://tiheum.deviantart.com/art/Faenza-Icons-173323228
|
||||||
## http://www.deviantart.com/download/173323228/faenza_icons_by_tiheum-d2v6x24.zip
|
Source0: http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/%{name}/%{name}_%{version}.tar.gz
|
||||||
Source0: https://faenza-icon-theme.googlecode.com/files/%{name}_%{version}.zip
|
|
||||||
Source1: http://gnome-look.org/CONTENT/content-files/132681-Faenza-Mint.tar.gz
|
Source1: http://gnome-look.org/CONTENT/content-files/132681-Faenza-Mint.tar.gz
|
||||||
# script to rebrand and install stuff...
|
# script to rebrand and install stuff...
|
||||||
Source2: faenza-install
|
Source2: faenza-install
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
%if 0%{?suse_version}
|
|
||||||
# For all the icon themes macros
|
# For all the icon themes macros
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
%endif
|
|
||||||
BuildRequires: unzip
|
|
||||||
# Inherits from GNOME icon theme
|
# Inherits from GNOME icon theme
|
||||||
Requires: gnome-icon-theme
|
Requires: gnome-icon-theme
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -113,11 +109,7 @@ toolbars and buttons and colourful squared icons for devices,
|
|||||||
applications, folder, files and GNOME menu items.
|
applications, folder, files and GNOME menu items.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c "%{name}-%{version}" -a 1
|
%setup -q -n %{name}-1.3 -a 1
|
||||||
|
|
||||||
for f in Faenza*.tar.gz; do
|
|
||||||
tar xzf "$f"
|
|
||||||
done
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -126,7 +118,6 @@ python3 %{S:2} --install %{buildroot}%{_datadir}/icons/
|
|||||||
%fdupes %{buildroot}%{_datadir}/icons
|
%fdupes %{buildroot}%{_datadir}/icons
|
||||||
find %{buildroot}%{_datadir}/icons -type f -exec chmod 0644 {} \;
|
find %{buildroot}%{_datadir}/icons -type f -exec chmod 0644 {} \;
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1130
|
|
||||||
%icon_theme_cache_create_ghost Faenza
|
%icon_theme_cache_create_ghost Faenza
|
||||||
%icon_theme_cache_create_ghost Faenza-Ambiance
|
%icon_theme_cache_create_ghost Faenza-Ambiance
|
||||||
%icon_theme_cache_create_ghost Faenza-Dark
|
%icon_theme_cache_create_ghost Faenza-Dark
|
||||||
@ -134,11 +125,8 @@ find %{buildroot}%{_datadir}/icons -type f -exec chmod 0644 {} \;
|
|||||||
%icon_theme_cache_create_ghost Faenza-Darkest
|
%icon_theme_cache_create_ghost Faenza-Darkest
|
||||||
%icon_theme_cache_create_ghost Faenza-Radiance
|
%icon_theme_cache_create_ghost Faenza-Radiance
|
||||||
%icon_theme_cache_create_ghost Faenza-Mint
|
%icon_theme_cache_create_ghost Faenza-Mint
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1130
|
|
||||||
# No need for %%icon_theme_cache_postun in %%postun since the themes won't exist anymore
|
# No need for %%icon_theme_cache_postun in %%postun since the themes won't exist anymore
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%icon_theme_cache_post Faenza
|
%icon_theme_cache_post Faenza
|
||||||
|
|
||||||
@ -159,56 +147,41 @@ find %{buildroot}%{_datadir}/icons -type f -exec chmod 0644 {} \;
|
|||||||
|
|
||||||
%post mint
|
%post mint
|
||||||
%icon_theme_cache_post Faenza-Mint
|
%icon_theme_cache_post Faenza-Mint
|
||||||
%endif
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog COPYING README
|
%doc debian/changelog debian/copyright
|
||||||
%{_datadir}/icons/Faenza
|
%{_datadir}/icons/Faenza
|
||||||
%if 0%{?suse_version} > 1130
|
|
||||||
%ghost %{_datadir}/icons/Faenza/icon-theme.cache
|
%ghost %{_datadir}/icons/Faenza/icon-theme.cache
|
||||||
%endif
|
|
||||||
|
|
||||||
%files ambiance
|
%files ambiance
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/icons/Faenza-Ambiance
|
%{_datadir}/icons/Faenza-Ambiance
|
||||||
%if 0%{?suse_version} > 1130
|
|
||||||
%ghost %{_datadir}/icons/Faenza-Ambiance/icon-theme.cache
|
%ghost %{_datadir}/icons/Faenza-Ambiance/icon-theme.cache
|
||||||
%endif
|
|
||||||
|
|
||||||
%files dark
|
%files dark
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/icons/Faenza-Dark
|
%{_datadir}/icons/Faenza-Dark
|
||||||
%if 0%{?suse_version} > 1130
|
|
||||||
%ghost %{_datadir}/icons/Faenza-Dark/icon-theme.cache
|
%ghost %{_datadir}/icons/Faenza-Dark/icon-theme.cache
|
||||||
%endif
|
|
||||||
|
|
||||||
%files darker
|
%files darker
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/icons/Faenza-Darker
|
%{_datadir}/icons/Faenza-Darker
|
||||||
%if 0%{?suse_version} > 1130
|
|
||||||
%ghost %{_datadir}/icons/Faenza-Darker/icon-theme.cache
|
%ghost %{_datadir}/icons/Faenza-Darker/icon-theme.cache
|
||||||
%endif
|
|
||||||
|
|
||||||
%files darkest
|
%files darkest
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/icons/Faenza-Darkest
|
%{_datadir}/icons/Faenza-Darkest
|
||||||
%if 0%{?suse_version} > 1130
|
|
||||||
%ghost %{_datadir}/icons/Faenza-Darkest/icon-theme.cache
|
%ghost %{_datadir}/icons/Faenza-Darkest/icon-theme.cache
|
||||||
%endif
|
|
||||||
|
|
||||||
%files radiance
|
%files radiance
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/icons/Faenza-Radiance
|
%{_datadir}/icons/Faenza-Radiance
|
||||||
%if 0%{?suse_version} > 1130
|
|
||||||
%ghost %{_datadir}/icons/Faenza-Radiance/icon-theme.cache
|
%ghost %{_datadir}/icons/Faenza-Radiance/icon-theme.cache
|
||||||
%endif
|
|
||||||
|
|
||||||
%files mint
|
%files mint
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/icons/Faenza-Mint
|
%{_datadir}/icons/Faenza-Mint
|
||||||
%if 0%{?suse_version} > 1130
|
|
||||||
%ghost %{_datadir}/icons/Faenza-Mint/icon-theme.cache
|
%ghost %{_datadir}/icons/Faenza-Mint/icon-theme.cache
|
||||||
%endif
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
3
faenza-icon-theme_1.3.1.tar.gz
Normal file
3
faenza-icon-theme_1.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:afd1c32229989e4cf09733c1ce5f2a651e585d86f45e98e9de6e8813f15d0edc
|
||||||
|
size 24647057
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d4486fda0413f8a81a87e0dd2329f50f2a8a7cb4147b48cf147f0160add8174a
|
|
||||||
size 24801145
|
|
Loading…
x
Reference in New Issue
Block a user