[gnome-shell-theme-atolm] Initial Commit

Tim Lauridsen timlau at fedoraproject.org
Wed Jun 22 05:31:05 UTC 2011


commit d400a65144e279eb24025e9a74557520863ced3c
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Wed Jun 22 07:30:04 2011 +0200

    Initial Commit

 .gitignore                   |    1 +
 gnome-shell-theme-atolm.spec |   50 ++++++++++++++++++++++++++++++++++++++++++
 sources                      |    1 +
 3 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6924a8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/gnome_shell____atolm_by_half_left-d3drw1x.zip
diff --git a/gnome-shell-theme-atolm.spec b/gnome-shell-theme-atolm.spec
new file mode 100644
index 0000000..0e745b8
--- /dev/null
+++ b/gnome-shell-theme-atolm.spec
@@ -0,0 +1,50 @@
+%global src_name gnome_shell____atolm_by_half_left-d3drw1x.zip
+%global theme_name atolm
+%global theme Atolm
+
+
+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://http://half-left.deviantart.com/art/GNOME-Shell-Atolm-204534789
+Source0:        http://www.deviantart.com/download/204534789/%{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..791e81c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+0ad23a6261d689d5747fc3b927d261f5  gnome_shell____atolm_by_half_left-d3drw1x.zip


More information about the scm-commits mailing list