[gnome-shell-theme-orta] Initial commit

Tim Lauridsen timlau at fedoraproject.org
Mon Jun 20 16:52:08 UTC 2011


commit 644dc05e1542a00f2283edd7723b32d3a48507f8
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Mon Jun 20 18:51:01 2011 +0200

    Initial commit

 .gitignore                  |    1 +
 gnome-shell-theme-orta.spec |   55 +++++++++++++++++++++++++++++++++++++++++++
 sources                     |    1 +
 3 files changed, 57 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..201f8b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/gnome_shell___orta_by_half_left-d3f9qp5.zip
diff --git a/gnome-shell-theme-orta.spec b/gnome-shell-theme-orta.spec
new file mode 100644
index 0000000..e6701ab
--- /dev/null
+++ b/gnome-shell-theme-orta.spec
@@ -0,0 +1,55 @@
+%global src_name gnome_shell___orta_by_half_left-d3f9qp5
+%global theme_name orta
+%global theme Orta
+
+
+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-Orta-207047273
+Source0:        http://www.deviantart.com/download/207047273/%{src_name}.zip
+
+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 
+unzip gs-%{theme_name}.zip
+unzip gs-%{theme_name}-dark.zip
+
+%build
+# nothing to build
+
+%install
+mkdir -p -m755 $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme}/gnome-shell
+mkdir -p -m755 $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme}-dark/gnome-shell
+
+# put the theme files into some data dir
+cp -r gs-%{theme_name}/* $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme}/.
+cp -r gs-%{theme_name}-dark/* $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme}-dark/.
+
+# delete backup files (*~)
+find $RPM_BUILD_ROOT -name *~ -type f -print | xargs /bin/rm -f
+
+# remove LICENSE from BUILDROOT
+find $RPM_BUILD_ROOT -name LICENSE -type f -print | xargs /bin/rm -f
+
+
+%files
+%doc gs-orta/gnome-shell/LICENSE
+%dir %{_datadir}/themes/%{theme}
+%dir %{_datadir}/themes/%{theme}-dark
+%{_datadir}/themes/%{theme}/*
+%{_datadir}/themes/%{theme}-dark/*
+
+%changelog
+* Thu Jun 09 2011 Tim Lauridsen <timlau at fedoraproject.org> 1.0
+- initial rpm build
diff --git a/sources b/sources
index e69de29..caf2a33 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+75e7cff2d7c063fdb4414955473bd526  gnome_shell___orta_by_half_left-d3f9qp5.zip


More information about the scm-commits mailing list