From 3232a16a3231da4a8ff69f17d158f1f19f6c5a5e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 22:25:08 -0600 Subject: [PATCH 1/7] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- zukiwi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zukiwi.spec b/zukiwi.spec index a443ee7..b371de4 100644 --- a/zukiwi.spec +++ b/zukiwi.spec @@ -5,7 +5,7 @@ Name: zukiwi Version: 20120817 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4 Group: User Interface/Desktops @@ -139,6 +139,9 @@ cp -pr %{theme_name}/* %{buildroot}%{_datadir}/themes/%{theme_name} %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 20120817-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Tue Nov 20 2012 Mattia Meneguzzo - 20120817-3 - Add fields "Provides" and "Obsoletes" to the "common" subpackage From 795479d9562e6999a4594149f47c058f31072f7c Mon Sep 17 00:00:00 2001 From: Mattia Meneguzzo Date: Sat, 13 Apr 2013 10:04:32 +0200 Subject: [PATCH 2/7] Update to latest upstream version (2013.04.08, compatible with Gnome >= 3.8). Some fixes to the spec file. --- sources | 2 +- zukiwi-20120817-rmnotavail.patch | 22 ---------------------- zukiwi-rm_unity.patch | 7 +++++++ zukiwi.spec | 30 +++++++++++------------------- 4 files changed, 19 insertions(+), 42 deletions(-) delete mode 100644 zukiwi-20120817-rmnotavail.patch create mode 100644 zukiwi-rm_unity.patch diff --git a/sources b/sources index e980f45..8c1efb8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2a078d5c2c1792437a4fbbe4ccea1c0 zukiwi_by_lassekongo83-d56k4sl.zip +da7221b731cd551679d4da9a51d6b6e9 zukiwi_by_lassekongo83-d56k4sl.zip diff --git a/zukiwi-20120817-rmnotavail.patch b/zukiwi-20120817-rmnotavail.patch deleted file mode 100644 index f996ba0..0000000 --- a/zukiwi-20120817-rmnotavail.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -up ./Zukiwi/gnome-shell/gnome-shell.css.orig ./Zukiwi/gnome-shell/gnome-shell.css ---- ./Zukiwi/gnome-shell/gnome-shell.css.orig 2012-07-08 09:22:36.000000000 +0200 -+++ ./Zukiwi/gnome-shell/gnome-shell.css 2012-07-10 00:13:46.791578430 +0200 -@@ -25,7 +25,7 @@ - - /* default text style */ - stage { -- font-family: "Liberation Sans Narrow", Ubuntu Condensed, Trebuchet MS, Droid Sans, Ubuntu, Liberation Sans, sans-serif; -+ font-family: "Liberation Sans Narrow", Droid Sans, Liberation Sans, sans-serif; - font-size: 10pt; /* The default font size. */ - color: white; - } -diff -up ./Zukiwi/gtk-3.0/gtk.css.orig ./Zukiwi/gtk-3.0/gtk.css ---- ./Zukiwi/gtk-3.0/gtk.css.orig 2012-06-16 07:41:26.000000000 +0200 -+++ ./Zukiwi/gtk-3.0/gtk.css 2012-07-10 00:14:03.887494442 +0200 -@@ -60,6 +60,5 @@ - @import url("apps/gnome-panel.css"); - @import url("apps/gnome-terminal.css"); - @import url("apps/nautilus.css"); --@import url("apps/unity.css"); - @import url("apps/popover.css"); - @import url("apps/epiphany.css"); diff --git a/zukiwi-rm_unity.patch b/zukiwi-rm_unity.patch new file mode 100644 index 0000000..93700e5 --- /dev/null +++ b/zukiwi-rm_unity.patch @@ -0,0 +1,7 @@ +--- Zukiwi/gtk-3.0/gtk-main.css.orig 2013-03-29 10:51:36.000000000 +0100 ++++ Zukiwi/gtk-3.0/gtk-main.css 2013-04-13 09:09:04.338316858 +0200 +@@ -208,4 +208,3 @@ + @import url("gtk-widgets.css"); + @import url("gnome-applications.css"); + @import url("other-applications.css"); +-@import url("unity.css"); diff --git a/zukiwi.spec b/zukiwi.spec index b371de4..d621284 100644 --- a/zukiwi.spec +++ b/zukiwi.spec @@ -4,8 +4,8 @@ %global tag d56k4sl Name: zukiwi -Version: 20120817 -Release: 4%{?dist} +Version: 20130408 +Release: 1%{?dist} Summary: Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4 Group: User Interface/Desktops @@ -13,10 +13,9 @@ License: GPLv3 URL: http://%{author}.deviantart.com/art/%{theme_name}-%{deviantart_id} Source0: http://www.deviantart.com/download/%{deviantart_id}/%{name}_by_%{author}-%{tag}.zip -# This patch removes fonts that are not available in Fedora from "font-family" -# in gnome-shell.css and a reference to Unity-related stuff from +# This patch removes a reference to Unity-related stuff from # Zukiwi/gtk-3.0/gtk.css. -Patch0: %{name}-%{version}-rmnotavail.patch +Patch0: %{name}-rm_unity.patch BuildArch: noarch @@ -28,10 +27,6 @@ created by %{author}. %package common Summary: Files common to %{theme_name} themes Group: User Interface/Desktops -%if 0%{?fedora} >= 18 -Provides: gnome-shell-theme-%{name} = %{version}-%{release} -Obsoletes: gnome-shell-theme-%{name} < %{version}-%{release} -%endif %description common Files which are common to all %{theme_name} themes. @@ -49,7 +44,7 @@ Themes for GTK+2 as part of the %{theme_name} theme. %package gtk3-theme Summary: %{theme_name} GTK+3 themes Group: User Interface/Desktops -Requires: %{name}-common = %{version}-%{release}, gtk-unico-engine >= 1.0.2 +Requires: %{name}-common = %{version}-%{release} %description gtk3-theme Themes for GTK+3 as part of the %{theme_name} theme. @@ -73,15 +68,13 @@ Requires: %{name}-common = %{version}-%{release}, xfwm4 Themes for Xfwm4 as part of the %{theme_name} theme. -%if 0%{?fedora} < 18 %package -n gnome-shell-theme-%{name} Summary: %{theme_name} GNOME Shell theme Group: User Interface/Desktops -Requires: %{name}-common = %{version}-%{release}, gnome-shell-extension-user-theme >= 3.4, liberation-narrow-fonts +Requires: %{name}-common = %{version}-%{release}, gnome-shell-extension-user-theme >= 3.8, google-droid-sans-fonts %description -n gnome-shell-theme-%{name} %{theme_name} GNOME Shell theme. -%endif %prep @@ -95,7 +88,7 @@ sed -i 's/\r//' README # Fix text encoding of "README" iconv -f iso8859-1 -t utf-8 README > README.conv && mv -f README.conv README # Remove Unity stuff -rm %{theme_name}/gtk-3.0/apps/unity.css +rm %{theme_name}/gtk-3.0/unity.css rm -r %{theme_name}/unity/ @@ -106,9 +99,6 @@ rm -r %{theme_name}/unity/ %install mkdir -p -m755 %{buildroot}%{_datadir}/themes/%{theme_name} cp -pr %{theme_name}/* %{buildroot}%{_datadir}/themes/%{theme_name} -%if 0%{?fedora} > 17 - rm -rf %{buildroot}%{_datadir}/themes/%{theme_name}/gnome-shell -%endif %files common @@ -132,13 +122,15 @@ cp -pr %{theme_name}/* %{buildroot}%{_datadir}/themes/%{theme_name} %{_datadir}/themes/%{theme_name}/xfwm4/ -%if 0%{?fedora} < 18 %files -n gnome-shell-theme-%{name} %{_datadir}/themes/%{theme_name}/gnome-shell/ -%endif %changelog +* Sat Apr 13 2013 Mattia Meneguzzo - 20130408-1 +- Update to latest upstream version (compatible with Gnome >= 3.8) +- Some fixes to the spec file. + * Fri Feb 15 2013 Fedora Release Engineering - 20120817-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 8a51120f8f82af9ed76dfb309de978e0bf3ac23d Mon Sep 17 00:00:00 2001 From: Mattia Meneguzzo Date: Sun, 21 Apr 2013 10:42:17 +0200 Subject: [PATCH 3/7] Update to latest upstream version (2013.04.18). --- sources | 2 +- zukiwi.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 8c1efb8..ce1b96e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -da7221b731cd551679d4da9a51d6b6e9 zukiwi_by_lassekongo83-d56k4sl.zip +8989e8f4f02aabd7dc3c02b014927e3b zukiwi_by_lassekongo83-d56k4sl.zip diff --git a/zukiwi.spec b/zukiwi.spec index d621284..580d113 100644 --- a/zukiwi.spec +++ b/zukiwi.spec @@ -4,7 +4,7 @@ %global tag d56k4sl Name: zukiwi -Version: 20130408 +Version: 20130418 Release: 1%{?dist} Summary: Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4 Group: User Interface/Desktops @@ -127,6 +127,9 @@ cp -pr %{theme_name}/* %{buildroot}%{_datadir}/themes/%{theme_name} %changelog +* Sun Apr 21 2013 Mattia Meneguzzo - 20130418-1 +- Update to latest upstream version + * Sat Apr 13 2013 Mattia Meneguzzo - 20130408-1 - Update to latest upstream version (compatible with Gnome >= 3.8) - Some fixes to the spec file. From b27a366ce8da8dfa5abccc8fea10d440b830de16 Mon Sep 17 00:00:00 2001 From: Mattia Meneguzzo Date: Sat, 11 May 2013 09:00:33 +0200 Subject: [PATCH 4/7] Update to latest upstream version (2013.04.24) --- sources | 2 +- zukiwi-rm_unity.patch | 2 +- zukiwi.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index ce1b96e..ae0a69b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8989e8f4f02aabd7dc3c02b014927e3b zukiwi_by_lassekongo83-d56k4sl.zip +b175094f58d574040319219f321836da zukiwi_by_lassekongo83-d56k4sl.zip diff --git a/zukiwi-rm_unity.patch b/zukiwi-rm_unity.patch index 93700e5..fe3c017 100644 --- a/zukiwi-rm_unity.patch +++ b/zukiwi-rm_unity.patch @@ -1,6 +1,6 @@ --- Zukiwi/gtk-3.0/gtk-main.css.orig 2013-03-29 10:51:36.000000000 +0100 +++ Zukiwi/gtk-3.0/gtk-main.css 2013-04-13 09:09:04.338316858 +0200 -@@ -208,4 +208,3 @@ +@@ -211,4 +211,3 @@ @import url("gtk-widgets.css"); @import url("gnome-applications.css"); @import url("other-applications.css"); diff --git a/zukiwi.spec b/zukiwi.spec index 580d113..10b1455 100644 --- a/zukiwi.spec +++ b/zukiwi.spec @@ -4,7 +4,7 @@ %global tag d56k4sl Name: zukiwi -Version: 20130418 +Version: 20130424 Release: 1%{?dist} Summary: Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4 Group: User Interface/Desktops @@ -127,6 +127,9 @@ cp -pr %{theme_name}/* %{buildroot}%{_datadir}/themes/%{theme_name} %changelog +* Sat May 11 2013 Mattia Meneguzzo - 20130424-1 +- Update to latest upstream version + * Sun Apr 21 2013 Mattia Meneguzzo - 20130418-1 - Update to latest upstream version From feccf3a818128f2068b5e9f1c7a82e7e8772236b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 05:01:03 -0500 Subject: [PATCH 5/7] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- zukiwi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zukiwi.spec b/zukiwi.spec index 10b1455..cf51a95 100644 --- a/zukiwi.spec +++ b/zukiwi.spec @@ -5,7 +5,7 @@ Name: zukiwi Version: 20130424 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4 Group: User Interface/Desktops @@ -127,6 +127,9 @@ cp -pr %{theme_name}/* %{buildroot}%{_datadir}/themes/%{theme_name} %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 20130424-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Sat May 11 2013 Mattia Meneguzzo - 20130424-1 - Update to latest upstream version From 517bd79cfd4108eda0565accab002b47eaaf9e42 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 13:19:46 -0500 Subject: [PATCH 6/7] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- zukiwi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zukiwi.spec b/zukiwi.spec index cf51a95..cc123d5 100644 --- a/zukiwi.spec +++ b/zukiwi.spec @@ -5,7 +5,7 @@ Name: zukiwi Version: 20130424 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4 Group: User Interface/Desktops @@ -127,6 +127,9 @@ cp -pr %{theme_name}/* %{buildroot}%{_datadir}/themes/%{theme_name} %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 20130424-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 20130424-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From 688a47bc80e8d8caf222331746bd4762137ef204 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Mon, 13 Apr 2015 18:29:26 +0200 Subject: [PATCH 7/7] 2015-04-13: Retired orphaned package, because it was orphaned for more than six weeks. --- .gitignore | 1 - dead.package | 2 + sources | 1 - zukiwi-rm_unity.patch | 7 -- zukiwi.spec | 159 ------------------------------------------ 5 files changed, 2 insertions(+), 168 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 zukiwi-rm_unity.patch delete mode 100644 zukiwi.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index efcea10..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/zukiwi_by_lassekongo83-d56k4sl.zip diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..9263c07 --- /dev/null +++ b/dead.package @@ -0,0 +1,2 @@ +2015-04-13: Retired orphaned package, because it was orphaned for more than six weeks. + diff --git a/sources b/sources deleted file mode 100644 index ae0a69b..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -b175094f58d574040319219f321836da zukiwi_by_lassekongo83-d56k4sl.zip diff --git a/zukiwi-rm_unity.patch b/zukiwi-rm_unity.patch deleted file mode 100644 index fe3c017..0000000 --- a/zukiwi-rm_unity.patch +++ /dev/null @@ -1,7 +0,0 @@ ---- Zukiwi/gtk-3.0/gtk-main.css.orig 2013-03-29 10:51:36.000000000 +0100 -+++ Zukiwi/gtk-3.0/gtk-main.css 2013-04-13 09:09:04.338316858 +0200 -@@ -211,4 +211,3 @@ - @import url("gtk-widgets.css"); - @import url("gnome-applications.css"); - @import url("other-applications.css"); --@import url("unity.css"); diff --git a/zukiwi.spec b/zukiwi.spec deleted file mode 100644 index cc123d5..0000000 --- a/zukiwi.spec +++ /dev/null @@ -1,159 +0,0 @@ -%global theme_name Zukiwi -%global deviantart_id 313347909 -%global author lassekongo83 -%global tag d56k4sl - -Name: zukiwi -Version: 20130424 -Release: 3%{?dist} -Summary: Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4 -Group: User Interface/Desktops - -License: GPLv3 -URL: http://%{author}.deviantart.com/art/%{theme_name}-%{deviantart_id} -Source0: http://www.deviantart.com/download/%{deviantart_id}/%{name}_by_%{author}-%{tag}.zip - -# This patch removes a reference to Unity-related stuff from -# Zukiwi/gtk-3.0/gtk.css. -Patch0: %{name}-rm_unity.patch - -BuildArch: noarch - -%description -The %{theme_name} themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4, -created by %{author}. - - -%package common -Summary: Files common to %{theme_name} themes -Group: User Interface/Desktops - -%description common -Files which are common to all %{theme_name} themes. - - -%package gtk2-theme -Summary: %{theme_name} GTK+2 themes -Group: User Interface/Desktops -Requires: %{name}-common = %{version}-%{release}, gtk-murrine-engine >= 0.98.1.1, gtk2-engines - -%description gtk2-theme -Themes for GTK+2 as part of the %{theme_name} theme. - - -%package gtk3-theme -Summary: %{theme_name} GTK+3 themes -Group: User Interface/Desktops -Requires: %{name}-common = %{version}-%{release} - -%description gtk3-theme -Themes for GTK+3 as part of the %{theme_name} theme. - - -%package metacity-theme -Summary: %{theme_name} Metacity themes -Group: User Interface/Desktops -Requires: %{name}-common = %{version}-%{release}, metacity - -%description metacity-theme -Themes for Metacity as part of the %{theme_name} theme. - - -%package xfwm4-theme -Summary: %{theme_name} Xfwm4 themes -Group: User Interface/Desktops -Requires: %{name}-common = %{version}-%{release}, xfwm4 - -%description xfwm4-theme -Themes for Xfwm4 as part of the %{theme_name} theme. - - -%package -n gnome-shell-theme-%{name} -Summary: %{theme_name} GNOME Shell theme -Group: User Interface/Desktops -Requires: %{name}-common = %{version}-%{release}, gnome-shell-extension-user-theme >= 3.8, google-droid-sans-fonts - -%description -n gnome-shell-theme-%{name} -%{theme_name} GNOME Shell theme. - - -%prep -%setup -q -c -n %{name}_by_%{author}-%{tag} -%patch0 -p0 - -# Remove "Thumbs.db" files -find . -name Thumbs.db -type f -exec rm -f '{}' \; -# Fix end-of-line encoding of "README" -sed -i 's/\r//' README -# Fix text encoding of "README" -iconv -f iso8859-1 -t utf-8 README > README.conv && mv -f README.conv README -# Remove Unity stuff -rm %{theme_name}/gtk-3.0/unity.css -rm -r %{theme_name}/unity/ - - -%build -# Nothing to build - - -%install -mkdir -p -m755 %{buildroot}%{_datadir}/themes/%{theme_name} -cp -pr %{theme_name}/* %{buildroot}%{_datadir}/themes/%{theme_name} - - -%files common -%doc COPYING README -%dir %{_datadir}/themes/%{theme_name}/ - - -%files gtk2-theme -%{_datadir}/themes/%{theme_name}/gtk-2.0/ - - -%files gtk3-theme -%{_datadir}/themes/%{theme_name}/gtk-3.0/ - - -%files metacity-theme -%{_datadir}/themes/%{theme_name}/metacity-1/ - - -%files xfwm4-theme -%{_datadir}/themes/%{theme_name}/xfwm4/ - - -%files -n gnome-shell-theme-%{name} -%{_datadir}/themes/%{theme_name}/gnome-shell/ - - -%changelog -* Sat Jun 07 2014 Fedora Release Engineering - 20130424-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 20130424-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Sat May 11 2013 Mattia Meneguzzo - 20130424-1 -- Update to latest upstream version - -* Sun Apr 21 2013 Mattia Meneguzzo - 20130418-1 -- Update to latest upstream version - -* Sat Apr 13 2013 Mattia Meneguzzo - 20130408-1 -- Update to latest upstream version (compatible with Gnome >= 3.8) -- Some fixes to the spec file. - -* Fri Feb 15 2013 Fedora Release Engineering - 20120817-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Tue Nov 20 2012 Mattia Meneguzzo - 20120817-3 -- Add fields "Provides" and "Obsoletes" to the "common" subpackage - -* Sun Nov 04 2012 Mattia Meneguzzo - 20120817-2 -- Package the GNOME Shell theme only for Fedora up to 17 - -* Fri Aug 17 2012 Mattia Meneguzzo - 20120817-1 -- Update to latest upstream version - -* Thu Jul 19 2012 Mattia Meneguzzo - 20120709-1 -- Initial package for Fedora