vine-themes-vl.spec 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. Summary: Vine themes for gtk/metacity/icons
  2. Summary(ja): gtk/metacity/icons 用 Vine テーマ
  3. Name: vine-themes
  4. Version: 7.0.13
  5. Release: 1%{?_dist_release}
  6. Group: system
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. Packager: daisuke
  10. License: GPLv2
  11. Source0: metatheme-vine-7.0.13.tar.xz
  12. Source1: icon-theme-vine-7.0.3.tar.xz
  13. Source2: cursor-theme-vine-7.tar.xz
  14. BuildRoot: %{_tmppath}/%{name}-root
  15. BuildArch: noarch
  16. Obsoletes: gnome-themes-vine < 3.8.0-2
  17. Provides: gnome-themes-vine = %{version}-%{release}
  18. Conflicts: metacity < 2.34.13-4
  19. %description
  20. Contains the vine themes for Gnome desktop environment.
  21. %description -l ja
  22. このパッケージにはGNOMEデスクトップ環境用 Vine テーマが含まれます。
  23. %prep
  24. %build
  25. %install
  26. rm -rf $RPM_BUILD_ROOT
  27. mkdir -p $RPM_BUILD_ROOT%{_datadir}
  28. mkdir $RPM_BUILD_ROOT%{_datadir}/themes
  29. mkdir $RPM_BUILD_ROOT%{_datadir}/icons
  30. # install Vine
  31. tar xvf %{SOURCE0} -C $RPM_BUILD_ROOT%{_datadir}/themes
  32. tar xvf %{SOURCE1} -C $RPM_BUILD_ROOT%{_datadir}/icons
  33. tar xvf %{SOURCE2} -C $RPM_BUILD_ROOT%{_datadir}/icons
  34. # remove audio, battery icons
  35. for file in `find $RPM_BUILD_ROOT%{_datadir}/icons/Vine/ | egrep "audio|battery"`; do
  36. rm -f $file
  37. done
  38. %clean
  39. rm -rf $RPM_BUILD_ROOT
  40. %files
  41. %defattr(-,root,root)
  42. %{_datadir}/icons/*
  43. %{_datadir}/themes/*
  44. %changelog
  45. * Fri Apr 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.13-1
  46. - added @text_view_bg for vte-0.64.
  47. * Mon Jan 07 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.12-1
  48. - fixed styles deprecated by gtk-3.22.
  49. - changed order of fallbacks.
  50. - dropped gnome-power-manager.svg.
  51. * Sat Dec 15 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.11-1
  52. - fixed styles deprecated by gtk-3.22.
  53. * Sat Jan 13 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.10-1
  54. - fixed metacity theme.
  55. - fixed menu color.
  56. * Fri Aug 5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.9-1
  57. - removed deprecated elements.
  58. - fixed a typo.
  59. * Sun Jul 31 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.8-2
  60. - update Source1 (icon-theme-vine-7.0.2.tar.xz)
  61. * Sat Jul 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.8-1
  62. - update gtk3 theme
  63. * Tue Aug 04 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.7-1
  64. - fix gtk3 theme
  65. * Tue Jun 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.6-1
  66. - fix gtk3 theme on window-frame
  67. * Sun Nov 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.5-1
  68. - fix gtk3 theme on gnome-shell
  69. * Fri Jul 18 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 7.0.4-1
  70. - update gtk3 theme, fix submenu background color.
  71. * Fri Jul 18 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 7.0.3-1
  72. - fix titlebar background
  73. * Fri Jul 18 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 7.0.2-1
  74. - fix gtk3 theme on gnome-shell
  75. * Thu Jul 17 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 7.0.1-1
  76. - fix gtk3 theme
  77. * Wed Jul 16 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 7.0-1
  78. - rename from gnome-themes-vine
  79. - add metacity-vine-theme (splitted from metacity)
  80. - update gtk2/gtk3/metacity/icon theme
  81. - add Require(pre): gtk2, instead of gtk3
  82. - add conflict to metacity