source: projects/specs/trunk/v/vine-themes/vine-themes-vl.spec @ 12016

Revision 12016, 3.2 KB checked in by tomop, 5 years ago (diff)

vine-themes-7.0.12-1

Line 
1Summary: Vine themes for gtk/metacity/icons
2Summary(ja): gtk/metacity/icons 用 Vine テーマ
3Name: vine-themes
4Version: 7.0.12
5Release: 1%{?_dist_release}
6License: GPLv2
7Group: User Interface/Desktops
8
9Source0: metatheme-vine-7.0.12.tar.xz
10Source1: icon-theme-vine-7.0.3.tar.xz
11Source2: cursor-theme-vine-7.tar.xz
12
13BuildRoot: %{_tmppath}/%{name}-root
14BuildArch: noarch
15
16Requires(post): gtk2
17Obsoletes: gnome-themes-vine < 3.8.0-2
18Provides: gnome-themes-vine = %{version}-%{release}
19Conflicts: metacity < 2.34.13-4
20
21Vendor: Project Vine
22Distribution: Vine Linux
23Packager: daisuke
24
25%description
26Contains the vine themes for Gnome desktop environment.
27
28%description -l ja
29このパッケージにはGNOMEデスクトップ環境用 Vine テーマが含まれます。
30
31%prep
32
33%build
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38mkdir -p $RPM_BUILD_ROOT%{_datadir}
39mkdir $RPM_BUILD_ROOT%{_datadir}/themes
40mkdir $RPM_BUILD_ROOT%{_datadir}/icons
41
42# install Vine
43tar xJvf %{SOURCE0} -C $RPM_BUILD_ROOT%{_datadir}/themes
44tar xJvf %{SOURCE1} -C $RPM_BUILD_ROOT%{_datadir}/icons
45tar xJvf %{SOURCE2} -C $RPM_BUILD_ROOT%{_datadir}/icons
46
47# remove audio, battery icons
48for file in `find $RPM_BUILD_ROOT%{_datadir}/icons/Vine/ | egrep "audio|battery"`; do
49        rm -f $file
50done
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%post
56if [ -f /usr/bin/gtk-update-icon-cache ]; then
57  for dir in /usr/share/icons/*; do
58    if [ -d "$dir" -a -f "$dir/index.theme" ]; then
59        /usr/bin/gtk-update-icon-cache --quiet $dir ||:
60    fi
61  done
62fi
63
64
65%files
66%defattr(-,root,root)
67%{_datadir}/icons/*
68%{_datadir}/themes/*
69
70%changelog
71* Mon Jan 07 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.12-1
72- fixed styles deprecated by gtk-3.22.
73- changed order of fallbacks.
74- dropped gnome-power-manager.svg.
75
76* Sat Dec 15 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.11-1
77- fixed styles deprecated by gtk-3.22.
78
79* Sat Jan 13 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.10-1
80- fixed metacity theme.
81- fixed menu color.
82
83* Fri Aug  5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.9-1
84- removed deprecated elements.
85- fixed a typo.
86
87* Sun Jul 31 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.8-2
88- update Source1 (icon-theme-vine-7.0.2.tar.xz)
89
90* Sat Jul 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.8-1
91- update gtk3 theme
92
93* Tue Aug 04 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.7-1
94- fix gtk3 theme
95
96* Tue Jun 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.6-1
97- fix gtk3 theme on window-frame
98
99* Sun Nov 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.5-1
100- fix gtk3 theme on gnome-shell
101
102* Fri Jul 18 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 7.0.4-1
103- update gtk3 theme, fix submenu background color.
104
105* Fri Jul 18 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 7.0.3-1
106- fix titlebar background
107
108* Fri Jul 18 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 7.0.2-1
109- fix gtk3 theme on gnome-shell
110
111* Thu Jul 17 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 7.0.1-1
112- fix gtk3 theme
113
114* Wed Jul 16 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 7.0-1
115- rename from gnome-themes-vine
116- add metacity-vine-theme (splitted from metacity)
117- update gtk2/gtk3/metacity/icon theme
118- add Require(pre): gtk2, instead of gtk3
119- add conflict to metacity
Note: See TracBrowser for help on using the repository browser.