Compare commits

...
Sign in to create a new pull request.

1 commit

5 changed files with 2 additions and 168 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
/zukiwi_by_lassekongo83-d56k4sl.zip

2
dead.package Normal file
View file

@ -0,0 +1,2 @@
2015-04-13: Retired orphaned package, because it was orphaned for more than six weeks.

View file

@ -1 +0,0 @@
b175094f58d574040319219f321836da zukiwi_by_lassekongo83-d56k4sl.zip

View file

@ -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");

View file

@ -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 <rel-eng@lists.fedoraproject.org> - 20130424-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20130424-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Sat May 11 2013 Mattia Meneguzzo <odysseus@fedoraproject.org> - 20130424-1
- Update to latest upstream version
* Sun Apr 21 2013 Mattia Meneguzzo <odysseus@fedoraproject.org> - 20130418-1
- Update to latest upstream version
* Sat Apr 13 2013 Mattia Meneguzzo <odysseus@fedoraproject.org> - 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 <rel-eng@lists.fedoraproject.org> - 20120817-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Tue Nov 20 2012 Mattia Meneguzzo <odysseus@fedoraproject.org> - 20120817-3
- Add fields "Provides" and "Obsoletes" to the "common" subpackage
* Sun Nov 04 2012 Mattia Meneguzzo <odysseus@fedoraproject.org> - 20120817-2
- Package the GNOME Shell theme only for Fedora up to 17
* Fri Aug 17 2012 Mattia Meneguzzo <odysseus@fedoraproject.org> - 20120817-1
- Update to latest upstream version
* Thu Jul 19 2012 Mattia Meneguzzo <odysseus@fedoraproject.org> - 20120709-1
- Initial package for Fedora