[bluebird] Initial import (#839104).

Jayson Rowe jaysonr at fedoraproject.org
Sun Jul 15 14:27:53 UTC 2012


commit c5c56d3fb10c6f5c1b767bb6ba18659718ce8a43
Author: Jayson Rowe <jayson.rowe at gmail.com>
Date:   Sun Jul 15 10:27:24 2012 -0400

    Initial import (#839104).

 .gitignore    |    1 +
 bluebird.spec |  115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources       |    1 +
 3 files changed, 117 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..7fb6c31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/shimmerproject-Bluebird-v0.6-1-g5aa322d.tar.gz
diff --git a/bluebird.spec b/bluebird.spec
new file mode 100644
index 0000000..6340b3e
--- /dev/null
+++ b/bluebird.spec
@@ -0,0 +1,115 @@
+%global theme_name     Bluebird
+%global theme_revision 1
+%global git_short      5aa322d
+
+Name:           bluebird
+Version:        0.6
+Release:        4%{?dist}
+Summary:        A clean minimalistic theme for Xfce, GTK+ 2 and 3
+
+License:        GPLv2+ or CC-BY-SA
+URL:            http://shimmerproject.org/project/%{name}/
+
+# The source for this package was pulled from upstream's vcs.  Use the
+# following commands to generate the tarball:
+# wget --content-disposition https://github.com/shimmerproject/Bluebird/tarball/master
+Source0:        shimmerproject-Bluebird-v%{version}-%{theme_revision}-g%{git_short}.tar.gz
+
+
+BuildArch:      noarch
+
+%description
+Bluebird is a GTK2/3/xfwm4/metacity theme based on Zuki Blues. The xfwm theme is based on axiom.
+
+
+%package gtk2-theme
+Summary:        Bluebird GTK+2 themes
+Requires:       gtk-murrine-engine >= 0.98.1.1 gtk2-engines
+
+%description gtk2-theme
+Themes for GTK+2 as part of the Bluebird theme.
+
+
+%package gtk3-theme
+Summary:        Bluebird GTK+3 themes
+Requires:       gtk-unico-engine >= 1.0.1
+
+%description gtk3-theme
+Themes for GTK+3 as part of the Bluebird theme.
+
+
+%package metacity-theme
+Summary:        Bluebird Metacity themes
+Requires:       metacity
+
+%description metacity-theme
+Themes for Metacity as part of the Bluebird theme.
+
+
+%package xfwm4-theme
+Summary:        Bluebird Xfwm4 themes
+Requires:       xfwm4
+
+%description xfwm4-theme
+Themes for Xfwm4 as part of the Bluebird theme.
+
+%package xfce4-notifyd-theme
+Summary:        Bluebird Xfce4 notifyd theme
+Requires:       xfce4-notifyd
+
+%description xfce4-notifyd-theme
+Themes for Xfce4 notifyd as part of the Bluebird theme.
+
+%prep
+%setup -q -n shimmerproject-Bluebird-%{git_short}
+
+
+
+%build
+# Nothing to build
+
+
+%install
+mkdir -p -m755 %{buildroot}%{_datadir}/themes/%{theme_name}
+cp -pr gtk-2.0/ gtk-3.0/ metacity-1/ xfwm4/ %{buildroot}%{_datadir}/themes/%{theme_name}
+
+
+%files gtk2-theme
+%doc LICENSE.GPL LICENSE.CC README
+%dir %{_datadir}/themes/Bluebird/
+%{_datadir}/themes/%{theme_name}/gtk-2.0/
+
+
+%files gtk3-theme
+%doc LICENSE.GPL LICENSE.CC README
+%dir %{_datadir}/themes/Bluebird/
+%{_datadir}/themes/%{theme_name}/gtk-3.0/
+
+
+%files metacity-theme
+%doc LICENSE.GPL LICENSE.CC README
+%dir %{_datadir}/themes/Bluebird/
+%{_datadir}/themes/%{theme_name}/metacity-1/
+
+
+%files xfwm4-theme
+%doc LICENSE.GPL LICENSE.CC README
+%dir %{_datadir}/themes/Bluebird/
+%{_datadir}/themes/%{theme_name}/xfwm4/
+
+
+%changelog
+
+* Sun Jul 15 2012 Jayson Rowe <jaysonr at fedoraproject.org> 0.6-4
+- Fixed Unico Requirement
+
+* Sat Jul 14 2012 Jayson Rowe <jaysonr at fedoraproject.org> 0.6-3
+- Shortened Description
+
+* Thu Jul 12 2012 Jayson Rowe <jaysonr at fedoraproject.org> 0.6-2
+- Fixed Release
+- Shortened Description
+
+* Tue Jul 10 2012 Jayson Rowe <jaysonr at fedoraproject.org> 0.6-1
+- Initial spec (based on Greybird theme)
+
diff --git a/sources b/sources
index e69de29..300677a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c3f3b17ec196a53c70bf8cea6d0fd67c  shimmerproject-Bluebird-v0.6-1-g5aa322d.tar.gz


More information about the scm-commits mailing list