source: projects/specs/trunk/g/gnome-tweak-tool/gnome-tweak-tool-vl.spec @ 9569

Revision 9569, 6.3 KB checked in by Takemikaduchi, 9 years ago (diff)

cogl: add patch
others: new upstream release

Line 
1Name:           gnome-tweak-tool
2Version:        3.16.2
3Release:        1%{?_dist_release}
4Summary:        A tool to customize advanced GNOME 3 options
5
6License:        GPLv3
7Group:          User Interface/Desktops
8URL:            http://live.gnome.org/GnomeTweakTool
9Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/3.16/%{name}-%{version}.tar.xz
10
11BuildArch:  noarch
12
13Patch101:       gnome-tweak-tool-3.16.0-vine-customize.patch
14
15BuildRequires:  gtk3-devel
16BuildRequires:  intltool
17BuildRequires:  gsettings-desktop-schemas-devel
18BuildRequires:  pygobject3-devel
19BuildRequires:  desktop-file-utils
20BuildRequires:  autoconf
21BuildRequires:  gnome-common
22
23Requires:               gsettings-desktop-schemas
24Requires:               pygobject3
25
26Vendor: Project Vine
27Distribution: Vine Linux
28Packager: Takemikaduchi
29
30%description
31GNOME Tweak Tool is an application for changing the advanced settings
32of GNOME 3.
33
34Features:
35* Install and switch gnome-shell themes
36* Switch gtk/icon/cursor themes
37* Switch window manager themes
38* Change:
39        * The user-interface and titlebar fonts
40        * Icons in menus and buttons
41        * Behavior on laptop lid close
42        * Shell font size
43        * File manager desktop icons
44        * Titlebar click action
45        * Shell clock to show date
46        * Font hinting and antialiasing
47
48%prep
49%setup -q
50%patch101 -p1 -b .vine
51
52%build
53autoreconf -if
54%configure
55make %{?_smp_mflags}
56
57
58%install
59rm -rf $RPM_BUILD_ROOT
60make install DESTDIR=$RPM_BUILD_ROOT
61
62perl -pi -e 's/OnlyShowIn=GNOME;Unity;Pantheon;/OnlyShowIn=GNOME;/' $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
63desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
64
65%find_lang %{name}
66
67%post
68touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
69update-desktop-database -q &> /dev/null || :
70
71%posttrans
72gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
73
74%postun
75if [ $1 -eq 0 ] ; then
76    touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
77    gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
78    update-desktop-database -q &> /dev/null || :
79fi
80
81%files -f %{name}.lang
82%doc AUTHORS COPYING NEWS README
83%{_bindir}/%{name}
84%{python_sitelib}/gtweak
85%{_libexecdir}/gnome-tweak-tool-lid-inhibitor
86%{_datadir}/appdata/gnome-tweak-tool.appdata.xml
87%{_datadir}/applications/%{name}.desktop
88%{_datadir}/%{name}
89%{_datadir}/icons/hicolor/*/*/*
90
91
92%changelog
93* Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-1
94- new upstream release
95
96* Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
97- new upstream release
98
99* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
100- new upstream release
101- update Patch101 (gnome-tweak-tool-3.16.0-vine-customize.patch)
102
103* Sat Nov 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-2
104- add Group tag
105
106* Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-1
107- new upstream release
108
109* Sun Nov 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
110- new upstream release
111- update Patch101 (gnome-tweak-tool-3.14.0-vine-customize.patch)
112
113* Sun Apr 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
114- new upstream release
115- update Patch101 (gnome-tweak-tool-3.12.0-vine-customize.patch)
116
117* Sat Nov 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
118- new upstream release
119
120* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
121- new upstream release
122- update Patch101
123- add BuildRequires: gtk3-devel
124- remove BuildRequires: GConf2
125
126* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
127- new upstream release
128
129* Mon Apr 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
130- new upstream release
131- update Patch101
132- add BuildRequires: autoconf, gnome-common
133
134* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
135- new upstream release
136
137* Thu Oct 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
138- new upstream release
139- update Patch101
140
141* Tue Oct 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.5-1
142- new upstream release
143- update Patch101
144
145* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0.1-1
146- new upstream release
147
148* Tue Apr 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.4-1
149- new upstream release
150- update Patch101
151
152* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-2
153- rebuild with python-2.7.2
154
155* Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
156- new upstream release
157
158* Mon Nov 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
159- new upstream release
160
161* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
162- new upstream release
163
164* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
165- new upstream release
166- change BuildRequires: pygobject3-devel instead of pygojbect-devel
167- update Patch101
168
169* Sat Aug 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.0-1
170- new upstream release
171- update Patch101
172
173* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.5-1
174- initial build for Vine Linux
175
176
177* Tue Jul 19 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.5-2
178- Depend on nautilus (# 722541)
179
180* Thu Jun 30 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.5-1
181- Update to 3.0.5
182- upstream news:
183  http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-3.0.5.news
184  * autostart fixes
185  * appearance improvements
186  * focus follow mouse mode
187  * finer-grained desktop item visibility
188  * streamlined shell restart offer when enabling extensions
189
190* Mon Jun 13 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.4-1
191- Update to 3.0.4
192- Dropped redundant commented out lines in spec
193- Updated description
194- Dropped defattr since it is set by default in recent RPM
195- http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-3.0.4.news
196  * Enables support for system wide themes
197  * Supports management of shell extensions
198
199* Wed May  4 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.3-1
200- Update to 3.0.3
201
202* Mon Apr  4 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.0-1
203- Update to 3.0.0
204
205* Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.93-2
206- Enable icon theme selection
207
208* Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.93-1
209- Update to 2.91.93
210
211* Tue Mar 22 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-3
212- Include license information
213
214* Tue Mar 22 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-2
215- Use %%configure macro
216- Validate desktop file
217
218* Mon Mar 21 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-1
219- Initial package
Note: See TracBrowser for help on using the repository browser.