|
|
|
@ -1,15 +1,19 @@
|
|
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
|
|
|
%global major_version %%(cut -d '.' -f 1 <<<%{tarball_version})
|
|
|
|
|
%global majorversion %(cut -d "." -f 1-2 <<<%{version})
|
|
|
|
|
|
|
|
|
|
Name: gnome-tweaks
|
|
|
|
|
Version: 40.10
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 3.28.1
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Summary: Customize advanced GNOME 3 options
|
|
|
|
|
|
|
|
|
|
# Software is GPLv3, Appdata file is CC0-1.0
|
|
|
|
|
License: GPLv3 and CC0
|
|
|
|
|
URL: https://wiki.gnome.org/Apps/Tweaks
|
|
|
|
|
Source0: https://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{tarball_version}.tar.xz
|
|
|
|
|
URL: https://wiki.gnome.org/action/show/Apps/Tweaks
|
|
|
|
|
Source0: https://download.gnome.org/sources/%{name}/%{majorversion}/%{name}-%{version}.tar.xz
|
|
|
|
|
Patch0: reflect-extensions-status.patch
|
|
|
|
|
Patch1: 0001-extensions-Fix-opening-system-installed-extensions-i.patch
|
|
|
|
|
Patch2: 0002-settings-Drop-override-settings-support.patch
|
|
|
|
|
Patch3: drop-app-menu-option.patch
|
|
|
|
|
Patch4: extension-enable-state.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
@ -18,19 +22,18 @@ BuildRequires: meson
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
Requires: gnome-desktop3
|
|
|
|
|
Requires: gnome-settings-daemon
|
|
|
|
|
Requires: gnome-shell
|
|
|
|
|
Requires: gnome-shell >= 3.24
|
|
|
|
|
Requires: gnome-shell-extension-user-theme
|
|
|
|
|
Requires: gnome-themes-extra
|
|
|
|
|
Requires: gobject-introspection
|
|
|
|
|
Requires: gsettings-desktop-schemas
|
|
|
|
|
Requires: gtk3
|
|
|
|
|
Requires: libhandy1
|
|
|
|
|
Requires: gsettings-desktop-schemas >= 3.27.90
|
|
|
|
|
Requires: gtk3 >= 3.12
|
|
|
|
|
Requires: libnotify
|
|
|
|
|
Requires: libsoup
|
|
|
|
|
Requires: mutter
|
|
|
|
|
Requires: pango
|
|
|
|
|
Requires: python3dist(pygobject)
|
|
|
|
|
Provides: gnome-tweak-tool = %{version}-%{release}
|
|
|
|
|
Provides: gnome-tweak-tool = %{version}.%{release}
|
|
|
|
|
Obsoletes: gnome-tweak-tool < 3.27.3-4
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -41,7 +44,7 @@ and extension, etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{name}-%{tarball_version} -p1 -S gendiff
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -52,6 +55,16 @@ and extension, etc.
|
|
|
|
|
%install
|
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
|
|
# Update the screenshot shown in the software center
|
|
|
|
|
#
|
|
|
|
|
# NOTE: It would be *awesome* if this file was pushed upstream.
|
|
|
|
|
#
|
|
|
|
|
# See http://people.freedesktop.org/~hughsient/appdata/#screenshots for more details.
|
|
|
|
|
#
|
|
|
|
|
appstream-util replace-screenshots $RPM_BUILD_ROOT%{_datadir}/metainfo/org.gnome.tweaks.appdata.xml \
|
|
|
|
|
https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/gnome-tweak-tool/a.png \
|
|
|
|
|
https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/gnome-tweak-tool/b.png
|
|
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -62,128 +75,41 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT/%{_datadir}/metainfo/*.app
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%doc AUTHORS NEWS README.md
|
|
|
|
|
%license LICENSES/*
|
|
|
|
|
%license LICENSES/
|
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
|
%{_libexecdir}/gnome-tweak-tool-lid-inhibitor
|
|
|
|
|
%{python3_sitelib}/gtweak/
|
|
|
|
|
%{_datadir}/%{name}/
|
|
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
|
|
%{_datadir}/glib-2.0/schemas/*.xml
|
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/org.gnome.tweaks.svg
|
|
|
|
|
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.tweaks-symbolic.svg
|
|
|
|
|
%{_datadir}/metainfo/*.appdata.xml
|
|
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
|
|
%{_datadir}/%{name}/
|
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/*.png
|
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Mar 14 2022 Milan Crha <mcrha@redhat.com> - 40.10-1
|
|
|
|
|
- Resolves: #2063688 (Update to 40.10 release)
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-6
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Mon Jul 19 2021 Milan Crha <mcrha@redhat.com> - 40.0-5
|
|
|
|
|
- Resolves: #1973391 (Remove the patch, not applicable due to Nautilus changes)
|
|
|
|
|
|
|
|
|
|
* Fri Jun 18 2021 Milan Crha <mcrha@redhat.com> - 40.0-4
|
|
|
|
|
- Resolves: #1973391 (Backport downstream patch from older RHEL)
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-3
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Sat Mar 27 2021 Kalev Lember <klember@redhat.com> - 40.0-2
|
|
|
|
|
- Use upstream appdata screenshots
|
|
|
|
|
|
|
|
|
|
* Sat Mar 27 2021 Kalev Lember <klember@redhat.com> - 40.0-1
|
|
|
|
|
- Update to 40.0
|
|
|
|
|
|
|
|
|
|
* Tue Feb 23 2021 Kalev Lember <klember@redhat.com> - 40~beta-4
|
|
|
|
|
- Require gnome-themes-extra for gtk3 css files
|
|
|
|
|
|
|
|
|
|
* Thu Feb 18 2021 Kalev Lember <klember@redhat.com> - 40~beta-3
|
|
|
|
|
- Use same pre-release system as in other GNOME packages
|
|
|
|
|
|
|
|
|
|
* Wed Feb 17 2021 Kalev Lember <klember@redhat.com> - 40~beta-2
|
|
|
|
|
- Require libhandy1 instead of libhandy
|
|
|
|
|
|
|
|
|
|
* Mon Feb 15 2021 Mohamed El Morabity <melmorabity@fedoraproject.org> - 40~beta-1
|
|
|
|
|
- Update to 40.beta
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Dec 11 2020 Kalev Lember <klember@redhat.com> - 3.34.1-1
|
|
|
|
|
- Update to 3.34.1
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.0-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.34.0-5
|
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
|
|
|
|
|
* Sat Apr 04 2020 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.34.0-4
|
|
|
|
|
- Fix extension preferences opening (RHBZ #1820396)
|
|
|
|
|
|
|
|
|
|
* Sat Mar 28 2020 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.34.0-3
|
|
|
|
|
- Add dependency on gnome-extensions-app (RHBZ #1812779)
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Sep 27 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
|
|
|
|
|
- Update to 3.34.0
|
|
|
|
|
|
|
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.33.90-2
|
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
|
|
|
|
|
* Fri Aug 09 2019 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.33.90-1
|
|
|
|
|
- Update to 3.33.90
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 19 2019 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.32.0-2
|
|
|
|
|
- Fix typo in Provides version (RHBZ #1721864)
|
|
|
|
|
|
|
|
|
|
* Mon Mar 11 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
|
|
|
|
|
- Update to 3.32.0
|
|
|
|
|
|
|
|
|
|
* Wed Feb 06 2019 Kalev Lember <klember@redhat.com> - 3.31.90-1
|
|
|
|
|
- Update to 3.31.90
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 23 2019 Kalev Lember <klember@redhat.com> - 3.31.3-1
|
|
|
|
|
- Update to 3.31.3
|
|
|
|
|
|
|
|
|
|
* Wed Dec 19 2018 Kalev Lember <klember@redhat.com> - 3.30.2-1
|
|
|
|
|
- Update to 3.30.2
|
|
|
|
|
- Fix opening system installed extensions in gnome-software
|
|
|
|
|
|
|
|
|
|
* Fri Sep 28 2018 Kalev Lember <klember@redhat.com> - 3.30.1-1
|
|
|
|
|
- Update to 3.30.1
|
|
|
|
|
|
|
|
|
|
* Thu Sep 06 2018 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.30.0-1
|
|
|
|
|
- Update to 3.30.0
|
|
|
|
|
|
|
|
|
|
* Wed Aug 29 2018 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.29.92-1
|
|
|
|
|
- Update to 3.29.92
|
|
|
|
|
* Tue Feb 18 2020 Milan Crha <mcrha@redhat.com> - 3.28.1-7
|
|
|
|
|
- extensions: Incorrectly shows enabled extensions as disabled after enable-all
|
|
|
|
|
- Resolves: #1804123
|
|
|
|
|
|
|
|
|
|
* Mon Aug 13 2018 Kalev Lember <klember@redhat.com> - 3.29.91.1-1
|
|
|
|
|
- Update to 3.29.91.1
|
|
|
|
|
* Thu Jul 04 2019 Milan Crha <mcrha@redhat.com> - 3.28.1-6
|
|
|
|
|
- top-bar: Drop ApplicationMenu tweak
|
|
|
|
|
- Resolves: #1726656
|
|
|
|
|
|
|
|
|
|
* Fri Aug 03 2018 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.29.90.1-1
|
|
|
|
|
- Update to 3.29.90.1
|
|
|
|
|
* Tue Jul 02 2019 Milan Crha <mcrha@redhat.com> - 3.28.1-5
|
|
|
|
|
- settings: Drop override settings support
|
|
|
|
|
- Resolves: #1725741
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.29.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
* Tue Jun 18 2019 Milan Crha <mcrha@redhat.com> - 3.28.1-4
|
|
|
|
|
- extensions: Fix opening system installed extensions in gnome-software
|
|
|
|
|
- Resolves: #1721575
|
|
|
|
|
|
|
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.29.2-2
|
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
* Fri Apr 26 2019 Carlos Soriano <csoriano@redhat.com> - 3.28.1-3
|
|
|
|
|
- Fix reflect extension status in the UI
|
|
|
|
|
- Resolves: #1679127
|
|
|
|
|
|
|
|
|
|
* Mon May 21 2018 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.29.2-1
|
|
|
|
|
- Update to 3.29.2
|
|
|
|
|
* Tue Apr 23 2019 Carlos Soriano <csoriano@redhat.com> - 3.28.1-2
|
|
|
|
|
- Reflect extension status in the UI
|
|
|
|
|
- Resolves: #1679127
|
|
|
|
|
|
|
|
|
|
* Sun Apr 08 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
|
|
|
|
|
- Update to 3.28.1
|
|
|
|
|