gnome-tweak-tool-vl.spec 6.1 KB

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