gnome-tweaks-vl.spec 7.4 KB

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