From 7fb45386dd36543e988c4979673038fc6e61cec9 Mon Sep 17 00:00:00 2001
From: dimstar <>
Date: Apr 25 2022 21:44:06 +0000
Subject: Update faenza-icon-theme to version 1.3.1 / rev 10 via SR 972515
https://build.opensuse.org/request/show/972515
by user dimstar + dimstar_suse
- 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)
---
diff --git a/.files b/.files
index b9d46b3..2e9bc8a 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index 27c24f6..a0db7dd 100644
--- a/.rev
+++ b/.rev
@@ -69,4 +69,16 @@
+ Change syntax of faenza-install to be python3 compatible. (forwarded request 853070 from dimstar)
853264
+
+ 829a72fe9f79e0b9976dd2f905519cd6
+ 1.3.1
+
+ dimstar_suse
+ - 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)
+ 972515
+
diff --git a/faenza-icon-theme.changes b/faenza-icon-theme.changes
index 459548d..464aead 100644
--- a/faenza-icon-theme.changes
+++ b/faenza-icon-theme.changes
@@ -1,4 +1,13 @@
-------------------------------------------------------------------
+Fri Apr 22 21:47:43 UTC 2022 - Ferdinand Thiessen
+
+- 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
- Use python3 to perform installation:
diff --git a/faenza-icon-theme.spec b/faenza-icon-theme.spec
index f6abe5f..b0b78fe 100644
--- a/faenza-icon-theme.spec
+++ b/faenza-icon-theme.spec
@@ -2,7 +2,7 @@
#
# spec file for package faenza-icon-theme
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2011 PAscal Bleser
# Copyright (c) 2010 Nelson Marques
#
@@ -20,24 +20,20 @@
Name: faenza-icon-theme
-Version: 1.3
+Version: 1.3.1
Release: 0
Summary: Faenza Icon Theme
License: GPL-3.0-or-later
Group: System/GUI/GNOME
URL: http://tiheum.deviantart.com/art/Faenza-Icons-173323228
-## http://www.deviantart.com/download/173323228/faenza_icons_by_tiheum-d2v6x24.zip
-Source0: https://faenza-icon-theme.googlecode.com/files/%{name}_%{version}.zip
+Source0: http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/%{name}/%{name}_%{version}.tar.gz
Source1: http://gnome-look.org/CONTENT/content-files/132681-Faenza-Mint.tar.gz
# script to rebrand and install stuff...
Source2: faenza-install
BuildRequires: fdupes
BuildRequires: python3-base
-%if 0%{?suse_version}
# For all the icon themes macros
BuildRequires: hicolor-icon-theme
-%endif
-BuildRequires: unzip
# Inherits from GNOME icon theme
Requires: gnome-icon-theme
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.
%prep
-%setup -q -c "%{name}-%{version}" -a 1
-
-for f in Faenza*.tar.gz; do
- tar xzf "$f"
-done
+%setup -q -n %{name}-1.3 -a 1
%build
@@ -126,7 +118,6 @@ python3 %{S:2} --install %{buildroot}%{_datadir}/icons/
%fdupes %{buildroot}%{_datadir}/icons
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-Ambiance
%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-Radiance
%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
-
%post
%icon_theme_cache_post Faenza
@@ -159,56 +147,41 @@ find %{buildroot}%{_datadir}/icons -type f -exec chmod 0644 {} \;
%post mint
%icon_theme_cache_post Faenza-Mint
-%endif
%files
%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING README
+%doc debian/changelog debian/copyright
%{_datadir}/icons/Faenza
-%if 0%{?suse_version} > 1130
%ghost %{_datadir}/icons/Faenza/icon-theme.cache
-%endif
%files ambiance
%defattr(-,root,root)
%{_datadir}/icons/Faenza-Ambiance
-%if 0%{?suse_version} > 1130
%ghost %{_datadir}/icons/Faenza-Ambiance/icon-theme.cache
-%endif
%files dark
%defattr(-,root,root)
%{_datadir}/icons/Faenza-Dark
-%if 0%{?suse_version} > 1130
%ghost %{_datadir}/icons/Faenza-Dark/icon-theme.cache
-%endif
%files darker
%defattr(-,root,root)
%{_datadir}/icons/Faenza-Darker
-%if 0%{?suse_version} > 1130
%ghost %{_datadir}/icons/Faenza-Darker/icon-theme.cache
-%endif
%files darkest
%defattr(-,root,root)
%{_datadir}/icons/Faenza-Darkest
-%if 0%{?suse_version} > 1130
%ghost %{_datadir}/icons/Faenza-Darkest/icon-theme.cache
-%endif
%files radiance
%defattr(-,root,root)
%{_datadir}/icons/Faenza-Radiance
-%if 0%{?suse_version} > 1130
%ghost %{_datadir}/icons/Faenza-Radiance/icon-theme.cache
-%endif
%files mint
%defattr(-,root,root)
%{_datadir}/icons/Faenza-Mint
-%if 0%{?suse_version} > 1130
%ghost %{_datadir}/icons/Faenza-Mint/icon-theme.cache
-%endif
%changelog
diff --git a/faenza-icon-theme_1.3.1.tar.gz b/faenza-icon-theme_1.3.1.tar.gz
new file mode 120000
index 0000000..b45adde
--- /dev/null
+++ b/faenza-icon-theme_1.3.1.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafybeiaxdmdmori474gkmrafn3qbezatonpezzuie6rlv4rhqzxtx4dv3e
\ No newline at end of file
diff --git a/faenza-icon-theme_1.3.zip b/faenza-icon-theme_1.3.zip
deleted file mode 120000
index 6fc2874..0000000
--- a/faenza-icon-theme_1.3.zip
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafybeie5d5atrcq5eoqtyaphu3d7cpwbehfu7mpysdhztih7yvbez6bg3y
\ No newline at end of file