gnome-icon-theme-extras-vl.spec 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. Summary: Extra GNOME icons for specific devices and file types
  2. Name: gnome-icon-theme-extras
  3. Version: 3.12.0
  4. Release: 1%{?_dist_release}
  5. Source0: http://download.gnome.org/sources/%{name}/3.12/%{name}-%{version}.tar.xz
  6. License: CC-BY-SA
  7. BuildArch: noarch
  8. Group: User Interface/Desktops
  9. BuildRequires: icon-naming-utils >= 0.8.7
  10. Requires: gnome-icon-theme >= 2.30.2.1-2
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. Packager: Takemikaduchi
  14. %description
  15. This package contains extra GNOME icons for specific devices and file types.
  16. %prep
  17. %setup -q
  18. %build
  19. export ac_cv_path_GTK_UPDATE_ICON_CACHE=/bin/true
  20. %configure
  21. %install
  22. make install DESTDIR=$RPM_BUILD_ROOT
  23. %post
  24. touch --no-create %{_datadir}/icons/gnome &>/dev/null || :
  25. %postun
  26. if [ $1 -eq 0 ] ; then
  27. touch --no-create %{_datadir}/icons/gnome &>/dev/null
  28. gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
  29. fi
  30. %posttrans
  31. gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
  32. %files
  33. %defattr(-,root,root)
  34. %doc COPYING AUTHORS
  35. %{_datadir}/icons/gnome/*
  36. %changelog
  37. * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
  38. - initial build