[gnome-shell-theme-selene] Initial import (#824703).

Adrian Alves alvesadrian at fedoraproject.org
Fri Sep 21 11:27:48 UTC 2012


commit a6d7f098f7ebf1b9767c5a3faf995e835bde9c58
Author: Adrian Alves <alvesadrian at fedoraproject.org>
Date:   Fri Sep 21 08:27:26 2012 -0300

    Initial import (#824703).

 .gitignore                    |    1 +
 gnome-shell-theme-selene.spec |   49 +++++++++++++++++++++++++++++++++++++++++
 sources                       |    1 +
 3 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..687bbe9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/gnome-shell-theme-selene_3.4.1-0ubuntu1~tista1.tar.gz
diff --git a/gnome-shell-theme-selene.spec b/gnome-shell-theme-selene.spec
new file mode 100644
index 0000000..b9670af
--- /dev/null
+++ b/gnome-shell-theme-selene.spec
@@ -0,0 +1,49 @@
+%global theme_name gnome-shell-selene
+%global src_name gnome-shell-theme-selene_3.4.1-0ubuntu1~tista1
+%global src_pkg gnome-shell-theme-selene_3.4.1-0ubuntu1~tista1.tar.gz
+%global theme_dir gnome-shell-theme-selene-3.4.0
+Name:gnome-shell-theme-selene	
+Version:3.4.0
+Release:5%{?dist}
+Summary:The Selene gnome-shell theme	
+License: GPLv3 and LGPLv2.1
+URL:https://launchpad.net/~tista/+archive/selene	
+Source0:https://launchpad.net/~tista/+archive/selene/+files/%{src_name}.tar.gz	
+Requires:gnome-shell-extensions-user-theme
+Requires:gnome-shell >= 3.2
+BuildArch:noarch
+
+%description
+Selene is an "almost dark" theme based on elementary GTK theme, 
+inspired by the old Atolm GTK2 theme.
+
+%prep
+%setup -q %{theme_dir}
+
+%build
+
+%install
+mkdir -p -m755 $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme_name}/gnome-shell
+cp -r %{_builddir}/%{theme_dir}/%{_datadir}/themes/%{theme_name}/gnome-shell/* $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme_name}/gnome-shell/.
+
+%files
+%doc %{_datadir}/themes/%{theme_name}/gnome-shell/LICENSE
+%dir %{_datadir}/themes/%{theme_name}
+%dir %{_datadir}/themes/%{theme_name}/gnome-shell
+%{_datadir}/themes/%{theme_name}/gnome-shell/*
+
+%changelog
+* Wed Sep 19 2012 Adrian Alves <alvesadrian at fedoraproject.org> 3.4.0-5
+- License fixed
+
+* Tue Sep 18 2012 Adrian Alves <alvesadrian at fedoraproject.org> 3.4.0-4
+- License fixed
+
+* Sun Sep 16 2012 Adrian Alves <alvesadrian at fedoraproject.org> 3.4.0-3
+- Fixed %%build section and white spaces for rpmlint
+
+* Sat Sep 15 2012 Adrian Alves <alvesadrian at fedoraproject.org> 3.4.0-2
+- Fixed %%files section
+
+* Wed May 23 2012 Tim Lauridsen <timlau at fedoraproject.org> 3.4.0-1
+- initial rpm build
diff --git a/sources b/sources
index e69de29..1354168 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2863a94d2e1f15fbc5cc5d22a53fba5b  gnome-shell-theme-selene_3.4.1-0ubuntu1~tista1.tar.gz


More information about the scm-commits mailing list