Compare commits
No commits in common. "rawhide" and "f18" have entirely different histories.
5 changed files with 176 additions and 2 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/zukiwi_by_lassekongo83-d56k4sl.zip
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
2015-04-13: Retired orphaned package, because it was orphaned for more than six weeks.
|
||||
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
c2a078d5c2c1792437a4fbbe4ccea1c0 zukiwi_by_lassekongo83-d56k4sl.zip
|
||||
22
zukiwi-20120817-rmnotavail.patch
Normal file
22
zukiwi-20120817-rmnotavail.patch
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
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");
|
||||
152
zukiwi.spec
Normal file
152
zukiwi.spec
Normal file
|
|
@ -0,0 +1,152 @@
|
|||
%global theme_name Zukiwi
|
||||
%global deviantart_id 313347909
|
||||
%global author lassekongo83
|
||||
%global tag d56k4sl
|
||||
|
||||
Name: zukiwi
|
||||
Version: 20120817
|
||||
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 fonts that are not available in Fedora from "font-family"
|
||||
# in gnome-shell.css and a reference to Unity-related stuff from
|
||||
# Zukiwi/gtk-3.0/gtk.css.
|
||||
Patch0: %{name}-%{version}-rmnotavail.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
|
||||
%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.
|
||||
|
||||
|
||||
%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}, gtk-unico-engine >= 1.0.2
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
%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
|
||||
|
||||
%description -n gnome-shell-theme-%{name}
|
||||
%{theme_name} GNOME Shell theme.
|
||||
%endif
|
||||
|
||||
|
||||
%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/apps/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}
|
||||
%if 0%{?fedora} > 17
|
||||
rm -rf %{buildroot}%{_datadir}/themes/%{theme_name}/gnome-shell
|
||||
%endif
|
||||
|
||||
|
||||
%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/
|
||||
|
||||
|
||||
%if 0%{?fedora} < 18
|
||||
%files -n gnome-shell-theme-%{name}
|
||||
%{_datadir}/themes/%{theme_name}/gnome-shell/
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue