[gnome-shell-theme-gaia] initial import

Tim Lauridsen timlau at fedoraproject.org
Wed Jun 22 04:27:06 UTC 2011


commit 9926ad508967f39da1723b618023e067b575061c
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Wed Jun 22 06:26:48 2011 +0200

    initial import

 .gitignore                  |    1 +
 gnome-shell-theme-gaia.spec |   49 +++++++++++++++++++++++++++++++++++++++++++
 sources                     |    1 +
 3 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..323e7d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/gnome_shell___gaia_by_half_left-d3fl1nw.zip
diff --git a/gnome-shell-theme-gaia.spec b/gnome-shell-theme-gaia.spec
new file mode 100644
index 0000000..363e881
--- /dev/null
+++ b/gnome-shell-theme-gaia.spec
@@ -0,0 +1,49 @@
+%global src_name gnome_shell___gaia_by_half_left-d3fl1nw.zip
+%global theme_name gaia
+%global theme Gaia
+
+
+Name:           gnome-shell-theme-%{theme_name}
+Version:        1.0
+Release:        1%{?dist}
+Summary:        The %{theme} gnome-shell theme  
+Group:          User Interface/Desktops     
+
+License:        GPLv3
+URL:            http://half-left.deviantart.com/art/GNOME-Shell-Gaia-207574700
+Source0:        http://www.deviantart.com/download/207574700/%{src_name}
+
+Requires:       gnome-shell-extensions-user-theme
+Requires:       gnome-shell >= 3.0.1
+BuildArch:      noarch
+
+%description
+The %{theme} gnome-shell theme created by half_left
+
+%prep
+%setup -q -c
+
+%build
+#nothing to build
+
+%install
+mkdir -p -m755 $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme}/gnome-shell
+
+# put the theme files into some data dir
+cp -r gs-%{theme_name}/* $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme}/.
+
+# remove LICENSE from BUILDROOT
+find $RPM_BUILD_ROOT -name LICENSE -type f -print | xargs /bin/rm -f
+
+# delete backup files (*~)
+find $RPM_BUILD_ROOT -name *~ -type f -print | xargs /bin/rm -f
+
+
+%files
+%doc gs-%{theme_name}/gnome-shell/LICENSE
+%dir %{_datadir}/themes/%{theme}
+%{_datadir}/themes/%{theme}/*
+
+%changelog
+* Thu Jun 09 2011 Tim Lauridsen <timlau at fedoraproject.org> 1.0
+- initial rpm build
diff --git a/sources b/sources
index e69de29..bd1ebdc 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6876877e2d140071aa1b5a18eb5a4da2  gnome_shell___gaia_by_half_left-d3fl1nw.zip


More information about the scm-commits mailing list