[gnome-shell-theme-elementary] Initial import (#730593).

Elder Marco eldermarco at fedoraproject.org
Mon Oct 31 19:36:41 UTC 2011


commit dd08a667233053aabd68e92096112150ea5393a0
Author: Elder Marco <eldermarco at fedoraproject.org>
Date:   Mon Oct 31 17:36:44 2011 -0200

    Initial import (#730593).

 .gitignore                        |    1 +
 gnome-shell-theme-elementary.spec |   70 +++++++++++++++++++++++++++++++++++++
 sources                           |    1 +
 3 files changed, 72 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..04cb1b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/gnome_shell___elementary_by_half_left-d45raik.zip
diff --git a/gnome-shell-theme-elementary.spec b/gnome-shell-theme-elementary.spec
new file mode 100644
index 0000000..c3279fe
--- /dev/null
+++ b/gnome-shell-theme-elementary.spec
@@ -0,0 +1,70 @@
+%global src_name   gnome_shell___elementary_by_half_left-d45raik
+%global theme_name elementary
+%global theme      Elementary
+
+# Platform dependent constants
+# The source contains 2 zip's: one for gnome 3.0 and one for gnome 3.2
+%if 0%{?fedora} < 16
+%global     shell_ver  3.0
+%global     theme_zip  %{theme}
+%else
+%global     shell_ver  3.2
+%global     theme_zip  %{theme}-3.2
+%endif
+
+Name:       gnome-shell-theme-%{theme_name}
+Version:    %{shell_ver}
+Release:    1%{?dist}
+Summary:    The %{theme} gnome-shell theme
+Group:      User Interface/Desktops
+
+License:    GPLv3 and LGPLv2
+URL:        http://half-left.deviantart.com/art/GNOME-Shell-Elementary-251536124
+Source0:    http://www.deviantart.com/download/251536124/%{src_name}.zip
+
+Requires:   gnome-shell-extensions-user-theme
+Requires:   gnome-shell >= %{shell_ver}
+BuildArch:  noarch
+
+%description
+The %{theme} gnome-shell theme created by half_left
+
+%prep
+%setup -q -c
+unzip %{theme_zip}.zip
+
+%build
+# nothing to build
+
+%install
+mkdir -p -m755 %{buildroot}/%{_datadir}/themes/%{theme}/gnome-shell
+
+# put the theme files into some data dir
+cp -pr %{theme_zip}/gnome-shell/* \
+     %{buildroot}%{_datadir}/themes/%{theme}/gnome-shell
+
+# delete backup files (*~)
+find %{buildroot} -name *~ -type f -exec rm -f '{}' \;
+
+# Remove LICENSE file from BUILDROOT
+find %{buildroot} -name LICENSE -type f -exec rm -f '{}' \;
+
+%files
+%doc %{theme_zip}/gnome-shell/LICENSE
+%dir %{_datadir}/themes/%{theme}
+%{_datadir}/themes/%{theme}/*
+
+%changelog
+* Thu Oct 27 2011 Elder Marco <eldermarco at fedoraproject.org> - 3.2-1
+- Update to work on gnome shell 3.0 and gnome-shell 3.2.
+- Thanks to Tim Lauridsen.
+
+* Sat Aug 13 2011 Elder Marco <eldermarco at fedoraproject.org> - 1.1-1
+- Using patch to fix the version of the theme:
+    http://comments.deviantart.com/1/251536124/2144385341
+
+* Sun Jul 02 2011 Elder Marco <eldermarco at fedoraproject.org> - 1.0-2
+- Fixed the license field
+
+* Sat Jul 02 2011 Elder Marco <eldermarco at fedoraproject.org> - 1.0-1
+- Initial package based on Tim Lauridsen's spec file (Orta theme)
diff --git a/sources b/sources
index e69de29..7d08d6b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+7d95cb3369bf80af5b450c7e5bbd9a38  gnome_shell___elementary_by_half_left-d45raik.zip


More information about the scm-commits mailing list