[albatross] Initial import (#839119).

Jayson Rowe jaysonr at fedoraproject.org
Sun Jul 15 14:05:25 UTC 2012


commit 3d4095cce7eb76e181cd101284b60c638fe17066
Author: Jayson Rowe <jayson.rowe at gmail.com>
Date:   Sun Jul 15 10:04:54 2012 -0400

    Initial import (#839119).

 .gitignore     |    1 +
 albatross.spec |  112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources        |    1 +
 3 files changed, 114 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..13269a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/shimmerproject-Albatross-v1.2-6-g6fead95.tar.gz
diff --git a/albatross.spec b/albatross.spec
new file mode 100644
index 0000000..3f05df8
--- /dev/null
+++ b/albatross.spec
@@ -0,0 +1,112 @@
+%global theme_name     Albatross
+%global theme_revision 6
+%global git_short      6fead95
+
+Name:           albatross
+Version:        1.2
+Release:        3%{?dist}
+Summary:        Desktop Suite 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/Albatross/tarball/master
+Source0:        shimmerproject-Albatross-v%{version}-%{theme_revision}-g%{git_short}.tar.gz
+
+
+BuildArch:      noarch
+
+%description
+Albatross is a theme for GTK2/3 and xfwm4/metacity designed to be smooth: no rough borders, no contrasted edges, no violent contrasts, a soft blue colour.
+
+
+%package gtk2-theme
+Summary:        Albatross GTK+2 themes
+Requires:       gtk-murrine-engine >= 0.98.1.1 gtk2-engines
+
+%description gtk2-theme
+Themes for GTK+2 as part of the Albatross theme.
+
+
+%package gtk3-theme
+Summary:        Albatross GTK+3 themes
+Requires:       gtk-unico-engine >= 1.0.1
+
+%description gtk3-theme
+Themes for GTK+3 as part of the Albatross theme.
+
+
+%package metacity-theme
+Summary:        Albatross Metacity themes
+Requires:       metacity
+
+%description metacity-theme
+Themes for Metacity as part of the Albatross theme.
+
+
+%package xfwm4-theme
+Summary:        Albatross Xfwm4 themes
+Requires:       xfwm4
+
+%description xfwm4-theme
+Themes for Xfwm4 as part of the Albatross theme.
+
+%package xfce4-notifyd-theme
+Summary:        Albatross Xfce4 notifyd theme
+Requires:       xfce4-notifyd
+
+%description xfce4-notifyd-theme
+Themes for Xfce4 notifyd as part of the Albatross theme.
+
+%prep
+%setup -q -n shimmerproject-Albatross-%{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/Albatross/
+%{_datadir}/themes/%{theme_name}/gtk-2.0/
+
+
+%files gtk3-theme
+%doc LICENSE.GPL LICENSE.CC README
+%dir %{_datadir}/themes/Albatross/
+%{_datadir}/themes/%{theme_name}/gtk-3.0/
+
+
+%files metacity-theme
+%doc LICENSE.GPL LICENSE.CC README
+%dir %{_datadir}/themes/Albatross/
+%{_datadir}/themes/%{theme_name}/metacity-1/
+
+
+%files xfwm4-theme
+%doc LICENSE.GPL LICENSE.CC README
+%dir %{_datadir}/themes/Albatross/
+%{_datadir}/themes/%{theme_name}/xfwm4/
+
+
+%changelog
+
+* Sun Jul 15 2012 Jayson Rowe <jaysonr at fedoraproject.org> 1.2-3
+- Fixed Unico requirement.
+
+* Thu Jul 12 2012 Jayson Rowe <jaysonr at fedoraproject.org> 1.2-2
+- Fixed release number
+- Shortened description
+
+* Tue Jul 10 2012 Jayson Rowe <jaysonr at fedoraproject.org> 1.2-1
+- Initial spec (based on Greybird theme)
+
diff --git a/sources b/sources
index e69de29..9f3c235 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d8a1bf210bf0768f8ded1bb37827ba8f  shimmerproject-Albatross-v1.2-6-g6fead95.tar.gz


More information about the scm-commits mailing list