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

Revision 9520, 6.2 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME 3.16.1

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