Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

1 commit

Author SHA1 Message Date
Mohamed El Morabity
ee04a4ac57 First import 2011-06-21 22:35:20 +02:00
3 changed files with 53 additions and 0 deletions

1
.gitignore vendored
View file

@ -0,0 +1 @@
/142247-Aldabra-0.7.5.zip

51
aldabra-theme-gnome.spec Normal file
View file

@ -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@fedoraproject.org> - 0.7.5-1
- Initial RPM release

View file

@ -0,0 +1 @@
abe7f9234ea3842dc78b08643b1f2d51 142247-Aldabra-0.7.5.zip