Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 5c929dd4730821af5219f6ddc47764a7 > files > 3

monochrome-icon-theme-0.0.39-1.fc15.src.rpm

%global icon_theme Monochrome

Name:           monochrome-icon-theme
Version:        0.0.39
Release:        1%{?dist}
Summary:        Icons for the panel, designed in a simplified monochrome style

Group:          User Interface/Desktops
License:        CC-BY-SA
URL:            https://launchpad.net/ubuntu-mono
Source0:        %{name}-%{version}.tar.bz2
# Ubuntu Mono icon theme contains copyrighted Ubuntu logo icons. Therefore we
# use this script to delete these files and remove any reference to the Ubuntu
# trademark before shipping it. Download the upstream tarball and invoke this
# script while in the tarball's directory
Source1:        %{name}-generate-tarball.sh

Requires:       humanity-icon-theme
BuildArch:      noarch

%description
Dark and Light panel icons to make your desktop beautiful.


%prep
%setup -q

# Delete dead icon symlinks
find -L . -type l -exec rm {} \;


%build


%install
install -dm 0755 $RPM_BUILD_ROOT%{_datadir}/icons/
cp -a LoginIcons/ $RPM_BUILD_ROOT%{_datadir}/icons/
cp -a %{icon_theme}-dark/ $RPM_BUILD_ROOT%{_datadir}/icons/
cp -a %{icon_theme}-light/ $RPM_BUILD_ROOT%{_datadir}/icons/

# SVG desktop icons reference the Ubuntu default wallpaper, not available in
# Fedora and too heavy to be rendered inside a SVG file. Use the PNG icons
# instead, as done in the Ubuntu package
rm $RPM_BUILD_ROOT%{_datadir}/icons/%{icon_theme}-*/places/*/*desktop.svg
cp -r debian/places/* $RPM_BUILD_ROOT%{_datadir}/icons/%{icon_theme}-dark/places/
cp -r debian/places/* $RPM_BUILD_ROOT%{_datadir}/icons/%{icon_theme}-light/places/
for d in $RPM_BUILD_ROOT%{_datadir}/icons/%{icon_theme}-*/places/*/; do
  pushd $d
  ln -s user-desktop.png desktop.png
  popd
done


%post
for i in LoginIcons %{icon_theme}-dark %{icon_theme}-light; do
  /bin/touch --no-create %{_datadir}/icons/$i/ &>/dev/null || :
done


%postun
if [ $1 -eq 0 ]; then
  for i in LoginIcons %{icon_theme}-dark %{icon_theme}-light; do
    /bin/touch --no-create %{_datadir}/icons/$i/ &>/dev/null
    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/$i/ &>/dev/null || :
  done
fi


%posttrans
for i in LoginIcons %{icon_theme}-dark %{icon_theme}-light; do
  /usr/bin/gtk-update-icon-cache %{_datadir}/icons/$i/ &>/dev/null || :
done


%files
%doc debian/{changelog,copyright}
%{_datadir}/icons/LoginIcons/
%{_datadir}/icons/%{icon_theme}-dark/
%{_datadir}/icons/%{icon_theme}-light/


%changelog
* Thu Feb 16 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 0.0.39-1
- Update to 0.0.39

* Sat Nov 19 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 0.0.38-1
- Update to 0.0.38

* Mon Oct 17 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 0.0.37-4
- Fix description

* Wed Oct 12 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 0.0.37-3
- Rename the package to monochrome-icon-theme (mono-icon-theme already exists in
  the repositories)
- Remove remaining Ubuntu trademarks and proprietary icons

* Tue Oct 11 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 0.0.37-2
- Rename the package to mono-icon-theme
- Remove dependency on fedora-logos

* Sun Oct 09 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 0.0.37-1
- Initial RPM release