summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2021-02-15 22:00:34 +0100
committerKalev Lember <klember@redhat.com>2021-02-15 22:01:27 +0100
commit66dd59702e00d0586d4e3bd4dbf3ff04c9f52c78 (patch)
tree3bac03229c7a37acdbfcded8917f12e218957ad9 /gtk3.spec
parentBackport upstream patches to fix regressions in Compose file parsing (diff)
downloadgtk3-classic-build-gtk3-66dd59702e00d0586d4e3bd4dbf3ff04c9f52c78.tar.gz
gtk3-classic-build-gtk3-66dd59702e00d0586d4e3bd4dbf3ff04c9f52c78.tar.bz2
gtk3-classic-build-gtk3-66dd59702e00d0586d4e3bd4dbf3ff04c9f52c78.zip
Backport upstream patch to further tweak scrollbar transitions and size
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk3.spec b/gtk3.spec
index ec53c78..8d6be72 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -35,6 +35,7 @@ Source0: http://download.gnome.org/sources/gtk+/3.24/gtk+-%{version}.tar.xz
# Backported from upstream
Patch1: 0001-imcontext-Fix-a-regression-in-Compose-file-parsing.patch
Patch2: 0002-imcontext-Be-more-lenient-in-parsing-Compose.patch
+Patch3: 0003-Adwaita-Scrollbar-transitions-and-size.patch
BuildRequires: pkgconfig(atk) >= %{atk_version}
BuildRequires: pkgconfig(atk-bridge-2.0)
@@ -332,6 +333,7 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%changelog
* Mon Feb 15 2021 Kalev Lember <klember@redhat.com> - 3.24.25-2
- Backport upstream patches to fix regressions in Compose file parsing
+- Backport upstream patch to further tweak scrollbar transitions and size
* Fri Feb 12 2021 Kalev Lember <klember@redhat.com> - 3.24.25-1
- Update to 3.24.25
bgstack15