gnome-tweaks-vl.spec 7.0 KB

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