e826904
%global theme_name     Greybird
e826904
e826904
Name:           greybird
2ea82cb
Version:        1.0.7
30190f1
Release:        1%{?dist}
e826904
Summary:        A clean minimalistic theme for Xfce, GTK+ 2 and 3
e826904
e826904
License:        GPLv2+ or CC-BY-SA
e826904
URL:            http://shimmerproject.org/project/%{name}/ 
e826904
e826904
# The source for this package was pulled from upstream's vcs.  Use the
e826904
# following commands to generate the tarball:
2ea82cb
# wget https://github.com/shimmerproject/Greybird/archive/v1.0.7.tar.gz
2ea82cb
Source0:        Greybird-%{version}.tar.gz
95a3f83
Patch0:         greybird-remove-unity-import.patch
e826904
e826904
BuildArch:      noarch      
e826904
e826904
%description
e826904
Greybird is a theme for GTK2/3 and xfwm4/metacity started out on the basis of
e826904
Bluebird, but aims at reworking the intense blue tone to a more neutral
e826904
grey-ish look that will be more pleasant to look at in everyday use.
e826904
e826904
e826904
%package gtk2-theme
e826904
Summary:        Greybird GTK+2 themes
e826904
Requires:       gtk-murrine-engine >= 0.98.1.1 gtk2-engines
e826904
e826904
%description gtk2-theme
e826904
Themes for GTK+2 as part of the Greybird theme.
e826904
e826904
e826904
%package gtk3-theme
e826904
Summary:        Greybird GTK+3 themes
e826904
e826904
%description gtk3-theme
e826904
Themes for GTK+3 as part of the Greybird theme.
e826904
e826904
e826904
%package metacity-theme
e826904
Summary:        Greybird Metacity themes
e826904
Requires:       metacity
e826904
e826904
%description metacity-theme
e826904
Themes for Metacity as part of the Greybird theme.
e826904
e826904
e826904
%package xfwm4-theme
e826904
Summary:        Greybird Xfwm4 themes
e826904
Requires:       xfwm4
e826904
e826904
%description xfwm4-theme
e826904
Themes for Xfwm4 as part of the Greybird theme.
e826904
e826904
%package xfce4-notifyd-theme
e826904
Summary:        Greybird Xfce4 notifyd theme
e826904
Requires:       xfce4-notifyd
e826904
e826904
%description xfce4-notifyd-theme
e826904
Themes for Xfce4 notifyd as part of the Greybird theme.
e826904
e826904
%prep
30190f1
2ea82cb
%setup -q -n %{theme_name}-%{version}
30190f1
95a3f83
%patch0 -p0
e826904
e826904
# Cleanup
e826904
# Remove Unity theme
e826904
rm -f gtk-3.0/apps/unity.css
e826904
rm -f gtk-3.0/apps/unity-greeter.css
e826904
e826904
e826904
%build
e826904
# Nothing to build
e826904
e826904
e826904
%install
e826904
mkdir -p -m755 %{buildroot}%{_datadir}/themes/%{theme_name}
e826904
cp -pr gtk-2.0/ gtk-3.0/ metacity-1/ xfwm4/ xfwm4_compact/ xfce-notify-4.0/ %{buildroot}%{_datadir}/themes/%{theme_name}
e826904
e826904
e826904
%files gtk2-theme
e826904
%doc LICENSE.GPL LICENSE.CC README
e826904
%dir %{_datadir}/themes/Greybird/
e826904
%{_datadir}/themes/%{theme_name}/gtk-2.0/
e826904
e826904
e826904
%files gtk3-theme
e826904
%doc LICENSE.GPL LICENSE.CC README
e826904
%dir %{_datadir}/themes/Greybird/
e826904
%{_datadir}/themes/%{theme_name}/gtk-3.0/
e826904
e826904
e826904
%files metacity-theme
e826904
%doc LICENSE.GPL LICENSE.CC README
e826904
%dir %{_datadir}/themes/Greybird/
e826904
%{_datadir}/themes/%{theme_name}/metacity-1/
e826904
e826904
e826904
%files xfwm4-theme
e826904
%doc LICENSE.GPL LICENSE.CC README
e826904
%dir %{_datadir}/themes/Greybird/
e826904
%{_datadir}/themes/%{theme_name}/xfwm4/
e826904
%{_datadir}/themes/%{theme_name}/xfwm4_compact/
e826904
e826904
e826904
%files xfce4-notifyd-theme
e826904
%doc LICENSE.GPL LICENSE.CC README
e826904
%dir %{_datadir}/themes/Greybird/
e826904
%{_datadir}/themes/%{theme_name}/xfce-notify-4.0/
e826904
e826904
%changelog
2ea82cb
* Sun Nov 11 2012 Athmane Madjoudj <athmane@fedoraproject.org> 1.0.7-1
2ea82cb
- Update to 1.0.7
2ea82cb
- Cleanup the spec
2ea82cb
30190f1
* Wed Jul 25 2012 Athmane Madjoudj <athmane@fedoraproject.org> 0.9-1
30190f1
- Update to the new release.
30190f1
- Remove unico engine dep.
30190f1
1544d3a
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-5
1544d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1544d3a
95a3f83
* Mon Jul 02 2012 Athmane Madjoudj 0.8.2-4
95a3f83
- Remove unity import in gtk3 css.
95a3f83
e826904
* Tue May 22 2012 Athmane Madjoudj <athmane@fedoraproject.org> 0.8.2-3
e826904
- Fix version number since upstream tagged the last commit
e826904
- Add xfce4-notifyd-theme sub-package
e826904
e826904
* Mon May 21 2012 Athmane Madjoudj <athmane@fedoraproject.org> 0.8.1-2
e826904
- Spec cleanup
e826904
- Require gtk-unico-engine >= 1.0.2 to fix gtk3 theme
e826904
e826904
* Sun May 20 2012 Athmane Madjoudj <athmane@fedoraproject.org> 0.8.1-1
e826904
- Initial spec (based on Zukitwo theme)