[gnome-shell-theme-smooth-inset] Initial commit

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


commit 2d30aae381817dcf2836bc8e4d77d25f5acdfc09
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Wed Jun 22 06:45:49 2011 +0200

    Initial commit

 .gitignore                          |    1 +
 gnome-shell-theme-smooth-inset.spec |   50 +++++++++++++++++++++++++++++++++++
 sources                             |    1 +
 3 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..998a23c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/gnome_shell___smooth_inset_by_half_left-d3b52v3.zip
diff --git a/gnome-shell-theme-smooth-inset.spec b/gnome-shell-theme-smooth-inset.spec
new file mode 100644
index 0000000..7878970
--- /dev/null
+++ b/gnome-shell-theme-smooth-inset.spec
@@ -0,0 +1,50 @@
+%global src_name gnome_shell___smooth_inset_by_half_left-d3b52v3.zip
+%global theme_name smooth-inset
+%global theme Smooth-Inset
+
+
+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-Smooth-Inset-200111295
+Source0:        http://www.deviantart.com/download/200111295/%{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
+* Thu Jun 09 2011 Tim Lauridsen <timlau at fedoraproject.org> 1.0
+- initial rpm build
diff --git a/sources b/sources
index e69de29..747f382 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e00aab8ad07a3294708e8a18faa2f3c9  gnome_shell___smooth_inset_by_half_left-d3b52v3.zip


More information about the scm-commits mailing list