[gnome-shell-theme-dark-glass] Initial commit

Tim Lauridsen timlau at fedoraproject.org
Wed Jun 22 04:36:10 UTC 2011


commit f4969ac07e2fe51d4bef38cc189a5b3bb2c56f13
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Wed Jun 22 06:35:05 2011 +0200

    Initial commit

 .gitignore                        |    1 +
 gnome-shell-theme-dark-glass.spec |   50 +++++++++++++++++++++++++++++++++++++
 sources                           |    1 +
 3 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..fdd2fc0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/gnome_shell___dark_glass_by_half_left-d36szax.zip
diff --git a/gnome-shell-theme-dark-glass.spec b/gnome-shell-theme-dark-glass.spec
new file mode 100644
index 0000000..4279e4a
--- /dev/null
+++ b/gnome-shell-theme-dark-glass.spec
@@ -0,0 +1,50 @@
+%global src_name gnome_shell___dark_glass_by_half_left-d36szax.zip
+%global theme_name dark-glass
+%global theme Dark-Glass
+
+
+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-Dark-Glass-192828345
+Source0:        http://www.deviantart.com/download/192828345/%{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}/.
+
+# 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-%{theme_name}/gnome-shell/LICENSE
+%dir %{_datadir}/themes/%{theme}
+%{_datadir}/themes/%{theme}/*
+
+
+%changelog
+* Sun Jun 12 2011 Tim Lauridsen <timlau at fedoraproject.org> 1.0
+- initial rpm build
diff --git a/sources b/sources
index e69de29..5b54110 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6369927331a258dee31ec4bcef06b577  gnome_shell___dark_glass_by_half_left-d36szax.zip


More information about the scm-commits mailing list