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

Revision 9475, 6.1 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME-3.16.0

Line 
1Name:           gnome-tweak-tool
2Version:        3.16.0
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 Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
95- new upstream release
96- update Patch101 (gnome-tweak-tool-3.16.0-vine-customize.patch)
97
98* Sat Nov 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-2
99- add Group tag
100
101* Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-1
102- new upstream release
103
104* Sun Nov 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
105- new upstream release
106- update Patch101 (gnome-tweak-tool-3.14.0-vine-customize.patch)
107
108* Sun Apr 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
109- new upstream release
110- update Patch101 (gnome-tweak-tool-3.12.0-vine-customize.patch)
111
112* Sat Nov 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
113- new upstream release
114
115* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
116- new upstream release
117- update Patch101
118- add BuildRequires: gtk3-devel
119- remove BuildRequires: GConf2
120
121* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
122- new upstream release
123
124* Mon Apr 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
125- new upstream release
126- update Patch101
127- add BuildRequires: autoconf, gnome-common
128
129* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
130- new upstream release
131
132* Thu Oct 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
133- new upstream release
134- update Patch101
135
136* Tue Oct 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.5-1
137- new upstream release
138- update Patch101
139
140* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0.1-1
141- new upstream release
142
143* Tue Apr 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.4-1
144- new upstream release
145- update Patch101
146
147* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-2
148- rebuild with python-2.7.2
149
150* Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
151- new upstream release
152
153* Mon Nov 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
154- new upstream release
155
156* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
157- new upstream release
158
159* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
160- new upstream release
161- change BuildRequires: pygobject3-devel instead of pygojbect-devel
162- update Patch101
163
164* Sat Aug 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.0-1
165- new upstream release
166- update Patch101
167
168* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.5-1
169- initial build for Vine Linux
170
171
172* Tue Jul 19 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.5-2
173- Depend on nautilus (# 722541)
174
175* Thu Jun 30 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.5-1
176- Update to 3.0.5
177- upstream news:
178  http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-3.0.5.news
179  * autostart fixes
180  * appearance improvements
181  * focus follow mouse mode
182  * finer-grained desktop item visibility
183  * streamlined shell restart offer when enabling extensions
184
185* Mon Jun 13 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.4-1
186- Update to 3.0.4
187- Dropped redundant commented out lines in spec
188- Updated description
189- Dropped defattr since it is set by default in recent RPM
190- http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-3.0.4.news
191  * Enables support for system wide themes
192  * Supports management of shell extensions
193
194* Wed May  4 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.3-1
195- Update to 3.0.3
196
197* Mon Apr  4 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.0-1
198- Update to 3.0.0
199
200* Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.93-2
201- Enable icon theme selection
202
203* Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.93-1
204- Update to 2.91.93
205
206* Tue Mar 22 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-3
207- Include license information
208
209* Tue Mar 22 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-2
210- Use %%configure macro
211- Validate desktop file
212
213* Mon Mar 21 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-1
214- Initial package
Note: See TracBrowser for help on using the repository browser.