[aldabra-theme-gnome] First import

Mohamed ElMorabity melmorabity at fedoraproject.org
Tue Jun 21 20:15:25 UTC 2011


commit 59e2add4b5589f3516fb8d01d34021a553f78f82
Author: Mohamed El Morabity <melmorabity at fedoraproject.org>
Date:   Tue Jun 21 22:18:15 2011 +0200

    First import

 .gitignore               |    1 +
 aldabra-theme-gnome.spec |   51 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..5baa10a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/142247-Aldabra-0.7.5.zip
diff --git a/aldabra-theme-gnome.spec b/aldabra-theme-gnome.spec
new file mode 100644
index 0000000..f904f09
--- /dev/null
+++ b/aldabra-theme-gnome.spec
@@ -0,0 +1,51 @@
+%global theme_name Aldabra
+%global theme_dir %{_datadir}/themes/%{theme_name}
+
+Name:           aldabra-theme-gnome
+Version:        0.7.5
+Release:        1%{?dist}
+Summary:        Aldabra theme pack for GNOME
+
+Group:          User Interface/Desktops
+License:        LGPLv2
+URL:            http://gnome-look.org/content/show.php/Aldabra?content=142247
+Source0:        http://gnome-look.org/CONTENT/content-files/142247-%{theme_name}-0.7.5.zip
+
+Requires:       adwaita-gtk3-theme
+Requires:       gtk-murrine-engine
+BuildArch:      noarch
+
+%description
+Aldabra is a GTK2 theme that uses the Murrine and Pixmap engines to mimic the
+look of Adwaita, the default GNOME 3 theme. The goal of this theme is to provide
+visual consistency between GTK2 and GTK3 applications.
+
+
+%prep
+%setup -q -c
+
+find . -name "*~" -exec rm {} \;
+
+
+%build
+
+
+%install
+install -d $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme_name}/
+cp -a %{theme_name}/gtk-2.0/ $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme_name}/
+
+# The archive bundles copies of Adwaita's background and GTK3/Metacity
+# themes. Symbolic links to system Adwaita will be used instead, as recommended
+# by the author of the theme
+ln -s %{_datadir}/themes/Adwaita/{backgrounds,gtk-3.0,metacity-1} $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme_name}/
+
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING NEWS
+%{_datadir}/themes/%{theme_name}/
+
+
+%changelog
+* Sat Jun 18 2011 Mohamed El Morabity <melmorabity at fedoraproject.org> - 0.7.5-1
+- Initial RPM release
diff --git a/sources b/sources
index e69de29..e028335 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+abe7f9234ea3842dc78b08643b1f2d51  142247-Aldabra-0.7.5.zip


More information about the scm-commits mailing list