gnome-tweaks-vl.spec 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. Summary: Graphical interface for advanced GNOME 3 settings
  2. Summary(ja): GNOME3の上級設定を行うためのグラフィカルインターフェイス
  3. Name: gnome-tweaks
  4. Version: 40.10
  5. Release: 1%{?_dist_release}
  6. Group: desktop-gnome,accesories
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: GPLv3
  10. URL: http://live.gnome.org/GnomeTweakTool
  11. %global shortver %(echo %{version} | cut -d . -f 1)
  12. Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
  13. BuildArch: noarch
  14. BuildRequires: meson
  15. BuildRequires: gtk3-devel
  16. BuildRequires: intltool
  17. BuildRequires: gsettings-desktop-schemas-devel
  18. BuildRequires: python3-devel
  19. BuildRequires: python3-rpm-macros
  20. BuildRequires: pygobject3-devel
  21. BuildRequires: python3-pygobject
  22. BuildRequires: libappstream-glib-devel
  23. BuildRequires: desktop-file-utils
  24. BuildRequires: gnome-common
  25. Requires: gnome-desktop3
  26. Requires: gnome-settings-daemon
  27. Requires: gnome-shell
  28. Requires: gobject-introspection
  29. Requires: gsettings-desktop-schemas
  30. Requires: gtk3
  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. %files -f %{name}.lang
  67. %license LICENSES/*
  68. %doc AUTHORS NEWS README*
  69. %{_bindir}/%{name}
  70. %{python3_sitelib}/gtweak
  71. %{_libexecdir}/gnome-tweak-tool-lid-inhibitor
  72. %{_datadir}/glib-2.0/schemas/org.gnome.tweaks.gschema.xml
  73. %{_datadir}/metainfo/*.xml
  74. %{_datadir}/applications/*.desktop
  75. %{_datadir}/%{name}
  76. %{_datadir}/icons/hicolor/*/*/*
  77. %changelog
  78. * Sat Nov 05 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 40.10-1
  79. - new upstream release.
  80. * Fri Apr 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 40.0-1
  81. - new upstream release.
  82. - dropped scriptlets.
  83. * Sun Aug 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.34.0-2
  84. - rebuilt with python-3.8.
  85. * Wed Aug 05 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.34.0-1
  86. - new upstream release.
  87. * Thu Jan 03 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.30.2-1
  88. - new upstream release.
  89. - dropped Patch101: get same effects by another way.
  90. * Mon Jul 18 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.1-1
  91. - new upstream release
  92. * Fri Nov 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.1-1
  93. - new upstream release
  94. * Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.0-1
  95. - new upstream release
  96. * Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-1
  97. - new upstream release
  98. * Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
  99. - new upstream release
  100. * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
  101. - new upstream release
  102. - update Patch101 (gnome-tweak-tool-3.16.0-vine-customize.patch)
  103. * Sat Nov 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-2
  104. - add Group tag
  105. * Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-1
  106. - new upstream release
  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. * Sun Apr 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
  111. - new upstream release
  112. - update Patch101 (gnome-tweak-tool-3.12.0-vine-customize.patch)
  113. * Sat Nov 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
  114. - new upstream release
  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. * Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
  121. - new upstream release
  122. * Mon Apr 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
  123. - new upstream release
  124. - update Patch101
  125. - add BuildRequires: autoconf, gnome-common
  126. * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
  127. - new upstream release
  128. * Thu Oct 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  129. - new upstream release
  130. - update Patch101
  131. * Tue Oct 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.5-1
  132. - new upstream release
  133. - update Patch101
  134. * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0.1-1
  135. - new upstream release
  136. * Tue Apr 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.4-1
  137. - new upstream release
  138. - update Patch101
  139. * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-2
  140. - rebuild with python-2.7.2
  141. * Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
  142. - new upstream release
  143. * Mon Nov 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
  144. - new upstream release
  145. * Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  146. - new upstream release
  147. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
  148. - new upstream release
  149. - change BuildRequires: pygobject3-devel instead of pygojbect-devel
  150. - update Patch101
  151. * Sat Aug 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.0-1
  152. - new upstream release
  153. - update Patch101
  154. * Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.5-1
  155. - initial build for Vine Linux
  156. * Tue Jul 19 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.5-2
  157. - Depend on nautilus (# 722541)
  158. * Thu Jun 30 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.5-1
  159. - Update to 3.0.5
  160. - upstream news:
  161. http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-3.0.5.news
  162. * autostart fixes
  163. * appearance improvements
  164. * focus follow mouse mode
  165. * finer-grained desktop item visibility
  166. * streamlined shell restart offer when enabling extensions
  167. * Mon Jun 13 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.4-1
  168. - Update to 3.0.4
  169. - Dropped redundant commented out lines in spec
  170. - Updated description
  171. - Dropped defattr since it is set by default in recent RPM
  172. - http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-3.0.4.news
  173. * Enables support for system wide themes
  174. * Supports management of shell extensions
  175. * Wed May 4 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.3-1
  176. - Update to 3.0.3
  177. * Mon Apr 4 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.0-1
  178. - Update to 3.0.0
  179. * Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.93-2
  180. - Enable icon theme selection
  181. * Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.93-1
  182. - Update to 2.91.93
  183. * Tue Mar 22 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-3
  184. - Include license information
  185. * Tue Mar 22 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-2
  186. - Use %%configure macro
  187. - Validate desktop file
  188. * Mon Mar 21 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-1
  189. - Initial package