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 - 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