Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 92ca812f2220ee2c3374d6785e4ccec9 > files > 2

kde-icons-Cezanne-0.3b-1plf.src.rpm

%define base_name	kde-icons
%define theme_name	Cezanne
%define version		0.3b
%define name		%{base_name}-%{theme_name}
%define release		1plf

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Icon themes for kde
License:	GPL 
Group:		Graphical desktop/KDE
Source:		%{theme_name}-%{version}.tar.bz2
URL:		http://kde-look.org/content/show.php?content=14788
Requires:	kdebase
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
Exquisite is a port of the Xp_Mad icon set created byMimin Ladha. 
This is in PLF because this set contain Red hat, Limewire and Suse icons

%prep
rm -rf $RPM_BUILD_ROOT
%setup -q -n %{theme_name}-%{version}

%build

%install
install -d -m 755 %buildroot%{_datadir}/icons/%{theme_name}-%{version}
install -d -m 755 %buildroot%{_datadir}/icons/%{theme_name}-%{version}/16x16
install -d -m 755 %buildroot%{_datadir}/icons/%{theme_name}-%{version}/32x32
install -d -m 755 %buildroot%{_datadir}/icons/%{theme_name}-%{version}/48x48
install -d -m 755 %buildroot%{_datadir}/icons/%{theme_name}-%{version}/64x64
install -d -m 755 %buildroot%{_datadir}/icons/%{theme_name}-%{version}/128x128
cp -fr * %buildroot%{_datadir}/icons/%{theme_name}-%{version}/
cp -f 16x16/apps/background.png %buildroot%_iconsdir/%{theme_name}-%{version}/16x16/apps/desktop-mdk.png
cp -f 32x32/apps/background.png %buildroot%_iconsdir/%{theme_name}-%{version}/32x32/apps/desktop-mdk.png
cp -f 48x48/apps/background.png %buildroot%_iconsdir/%{theme_name}-%{version}/48x48/apps/desktop-mdk.png
cp -f 64x64/apps/background.png %buildroot%_iconsdir/%{theme_name}-%{version}/64x64/apps/desktop-mdk.png
cp -f 128x128/apps/background.png %buildroot%_iconsdir/%{theme_name}-%{version}/128x128/apps/desktop-mdk.png
cp -r * $RPM_BUILD_ROOT/%{_datadir}/icons/%{theme_name}-%{version}/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc buildset
%{_datadir}/icons/%{theme_name}-%{version}/*

%changelog
* Wed Feb 02 2005 Sebastien Savarin <plouf@zarb.org> 0.3b-1plf
- first release