[clearlooks-phenix] Initial import

Richard Marko rmarko at fedoraproject.org
Tue Mar 19 14:13:18 UTC 2013


commit 996706c9a50a96000c4ded0cf7b42fd7ba266521
Author: Richard Marko <rmarko at fedoraproject.org>
Date:   Tue Mar 19 15:12:31 2013 +0100

    Initial import

 .gitignore             |    1 +
 clearlooks-phenix.spec |  117 ++++++++++++++++++++++++++++++++++++++++++++++++
 sources                |    1 +
 3 files changed, 119 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..91bd835 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/clearlooks-phenix-theme-3.0.15.tar.xz
diff --git a/clearlooks-phenix.spec b/clearlooks-phenix.spec
new file mode 100644
index 0000000..89883b4
--- /dev/null
+++ b/clearlooks-phenix.spec
@@ -0,0 +1,117 @@
+%global theme_name Clearlooks-Phenix
+
+Name: clearlooks-phenix
+Version: 3.0.15
+Release: 1%{?dist}
+Summary: %{theme_name} theme
+BuildArch: noarch
+
+Group: User Interface/Desktops
+License: GPLv3+
+URL: http://www.jpfleury.net/en/software/clearlooks-phenix.php
+# git clone git://jpfleury.indefero.net/jpfleury/clearlooks-phenix.git
+# git checkout 3.0.15
+# git archive --prefix=clearlooks-phenix-theme-3.0.15/ 3.0.15 | xz > clearlooks-phenix-theme-3.0.15.tar.xz
+Source0: clearlooks-phenix-theme-%{version}.tar.xz
+#Source0: http://jpfleury.indefero.net/p/clearlooks-phenix/source/download/%{version}/
+
+%description
+%{theme_name} is a GTK+ 3 port of Clearlooks, the default theme
+for GNOME 2. Style is also included for GTK2, Unity and for Metacity,
+Openbox and Xfwm4 window managers.
+
+%package common
+Summary: Files common to %{theme_name} themes
+Group: User Interface/Desktops
+
+%description common
+Files which are common to all %{theme_name} themes.
+
+
+%package gtk2-theme
+Summary: %{theme_name} GTK+2 themes
+Group: User Interface/Desktops
+Requires: %{name}-common = %{version}-%{release}, gtk2-engines
+
+%description gtk2-theme
+Themes for GTK+2 as part of the %{theme_name} theme.
+
+
+%package gtk3-theme
+Summary: %{theme_name} GTK+3 themes
+Group: User Interface/Desktops
+Requires: %{name}-common = %{version}-%{release}, gtk3
+
+%description gtk3-theme
+Themes for GTK+3 as part of the %{theme_name} theme.
+
+
+%package xfwm4-theme
+Summary: %{theme_name} Xfwm4 themes
+Group: User Interface/Desktops
+Requires: %{name}-common = %{version}-%{release}, xfwm4
+
+%description xfwm4-theme
+Themes for Xfwm4 as part of the %{theme_name} theme.
+
+
+%package metacity-theme
+Summary: %{theme_name} Metacity themes
+Group: User Interface/Desktops
+Requires: %{name}-common = %{version}-%{release}, metacity
+
+%description metacity-theme
+Themes for Metacity as part of the %{theme_name} theme.
+
+
+%package openbox-theme
+Summary: %{theme_name} Openbox themes
+Group: User Interface/Desktops
+Requires: %{name}-common = %{version}-%{release}, openbox
+
+%description openbox-theme
+Themes for Openbox as part of the %{theme_name} theme.
+
+
+%prep
+%setup -q -n %{name}-theme-%{version}
+
+%build
+
+%install
+mkdir -p %{buildroot}%{_datadir}/themes/%{theme_name}/
+for dir in gtk-2.0 gtk-3.0 metacity-1 openbox-3 wallpapers xfwm4; do
+  cp -R $dir %{buildroot}%{_datadir}/themes/%{theme_name}/
+done
+install -Dpm 0644 index.theme %{buildroot}%{_datadir}/themes/%{theme_name}/
+
+rm doc/images.sh.txt
+
+%files common
+%doc doc/*.txt
+%doc doc/*.mkd
+%{_datadir}/themes/%{theme_name}
+
+%files gtk2-theme
+%{_datadir}/themes/%{theme_name}/gtk-2.0/
+
+%files gtk3-theme
+%{_datadir}/themes/%{theme_name}/gtk-3.0/
+
+%files xfwm4-theme
+%{_datadir}/themes/%{theme_name}/xfwm4/
+
+%files metacity-theme
+%{_datadir}/themes/%{theme_name}/metacity-1/
+
+%files openbox-theme
+%{_datadir}/themes/%{theme_name}/openbox-3/
+
+
+%changelog
+* Sat Jan 26 2013 Richard Marko <rmarko at fedoraproject.org> - 3.0.15-1
+- Version bump
+- Splitting to multiple subpackages
+
+* Sat Jan 26 2013 Richard Marko <rmarko at fedoraproject.org> - 3.0.14-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..c0eb992 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1402d822d2cfcc5cbbe769e954397d29  clearlooks-phenix-theme-3.0.15.tar.xz


More information about the scm-commits mailing list