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

Revision 11985, 3.0 KB checked in by tomop, 5 years ago (diff)

updated 3 packages, add 2 packages

vine-themes-7.0.11-1
llvm-7.0.1-1
unixODBC-2.3.7-1
new: autoconf-archive-2018.03.13-3
new: mozjs52-52.9.0-2

Line 
1Summary: Vine themes for gtk/metacity/icons
2Summary(ja): gtk/metacity/icons 用 Vine テーマ
3Name: vine-themes
4Version: 7.0.11
5Release: 1%{?_dist_release}
6License: GPLv2
7Group: User Interface/Desktops
8
9Source0: metatheme-vine-7.0.11.tar.xz
10Source1: icon-theme-vine-7.0.2.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* Sat Dec 15 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.11-1
72- fixed styles deprecated by gtk-3.22.
73
74* Sat Jan 13 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.10-1
75- fixed metacity theme.
76- fixed menu color.
77
78* Fri Aug  5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.9-1
79- removed deprecated elements.
80- fixed a typo.
81
82* Sun Jul 31 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.8-2
83- update Source1 (icon-theme-vine-7.0.2.tar.xz)
84
85* Sat Jul 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.8-1
86- update gtk3 theme
87
88* Tue Aug 04 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.7-1
89- fix gtk3 theme
90
91* Tue Jun 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.6-1
92- fix gtk3 theme on window-frame
93
94* Sun Nov 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.5-1
95- fix gtk3 theme on gnome-shell
96
97* Fri Jul 18 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 7.0.4-1
98- update gtk3 theme, fix submenu background color.
99
100* Fri Jul 18 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 7.0.3-1
101- fix titlebar background
102
103* Fri Jul 18 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 7.0.2-1
104- fix gtk3 theme on gnome-shell
105
106* Thu Jul 17 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 7.0.1-1
107- fix gtk3 theme
108
109* Wed Jul 16 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 7.0-1
110- rename from gnome-themes-vine
111- add metacity-vine-theme (splitted from metacity)
112- update gtk2/gtk3/metacity/icon theme
113- add Require(pre): gtk2, instead of gtk3
114- add conflict to metacity
Note: See TracBrowser for help on using the repository browser.