Switch default theme
This commit is contained in:
parent
44e3136789
commit
1887c43138
@ -10,6 +10,7 @@ Version: %{metacity_version}
|
||||
Release: 1%{?dist}
|
||||
URL: http://download.gnome.org/sources/metacity/
|
||||
Source0: http://download.gnome.org/sources/metacity/2.19/%{metacity_filename}.tar.bz2
|
||||
Patch0: default-theme.patch
|
||||
License: GPLv2+
|
||||
Group: User Interface/Desktops
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -62,6 +63,7 @@ API. This package exists purely for technical reasons.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{metacity_filename}
|
||||
%patch0 -p1 -b .default-theme
|
||||
|
||||
%build
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -148,6 +150,9 @@ fi
|
||||
%{_mandir}/man1/metacity-window-demo.1.gz
|
||||
|
||||
%changelog
|
||||
* Sun Aug 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.55-2
|
||||
- Switch default theme to Nodoka
|
||||
|
||||
* Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.55-1
|
||||
- Update to 2.19.55
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user