Accepting request 887453 from GNOME:Next
Update to 3.24.28 OBS-URL: https://build.opensuse.org/request/show/887453 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=398
This commit is contained in:
parent
928616ecdb
commit
013d20300f
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gtk.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">3.24.27</param>
|
||||
<param name="revision">3.24.28</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c5710aedd8c9b540fd68dca9ee0748feef73e1b36d1418edad67f8e96825d3d
|
||||
size 99419662
|
3
gtk-3.24.28.obscpio
Normal file
3
gtk-3.24.28.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e07b569ee24a5e3098dee1de8e3e2a97953f2651af9c0d06cd103245f0bb1ec
|
||||
size 99428878
|
@ -1,5 +1,5 @@
|
||||
name: gtk
|
||||
version: 3.24.27
|
||||
mtime: 1615563717
|
||||
commit: c7df3b9e9790012e6c5fbad6a4f4519bcf75561f
|
||||
version: 3.24.28
|
||||
mtime: 1616810069
|
||||
commit: 23db3508899f8304482b68e04a181bb081549081
|
||||
|
||||
|
11
gtk3.changes
11
gtk3.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 06:14:53 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.24.28:
|
||||
+ Input: Improve dead key handling.
|
||||
+ CSS: Fix rendering of scaled text shadows.
|
||||
+ Wayland: Fix matching of accelerators with multiple layouts.
|
||||
+ X11: Trap errors from the COW.
|
||||
+ Build: Make gtk3-update-icon-cache output reproducible.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:29:38 UTC 2021 - QK ZHU <qkzhu@suse.com>
|
||||
|
||||
|
58
gtk3.spec
58
gtk3.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gtk3
|
||||
# spec file for package gtk3-doc
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands
|
||||
@ -18,24 +18,21 @@
|
||||
|
||||
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
|
||||
%if "%{flavor}" == ""
|
||||
%global pname gtk3
|
||||
%bcond_with doc
|
||||
%endif
|
||||
|
||||
%if "%{flavor}" == "doc"
|
||||
%global pname gtk3-doc
|
||||
%bcond_without doc
|
||||
%endif
|
||||
|
||||
# When updating the binary version, do not forget to also update baselibs.conf
|
||||
%define gtk_binary_version 3.0.0
|
||||
%define _name gtk
|
||||
%bcond_without broadway
|
||||
%bcond_with doc
|
||||
Name: %{pname}
|
||||
Version: 3.24.27
|
||||
Version: 3.24.28
|
||||
Release: 0
|
||||
Summary: The GTK+ toolkit library (version 3)
|
||||
License: LGPL-2.1-or-later
|
||||
@ -57,10 +54,6 @@ BuildRequires: cups-devel >= 1.7
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gettext-tools-mini >= 0.19.7
|
||||
# Autotools requires gtk-doc even with --disable-gtk-doc, try again with meson
|
||||
%if %{with doc} || 1
|
||||
BuildRequires: gtk-doc
|
||||
%endif
|
||||
BuildRequires: hicolor-icon-theme
|
||||
# libtool is needed since we are using a git checkout
|
||||
BuildRequires: libtool
|
||||
@ -102,6 +95,10 @@ BuildRequires: pkgconfig(xi)
|
||||
BuildRequires: pkgconfig(xinerama)
|
||||
BuildRequires: pkgconfig(xkbcommon) >= 0.2.0
|
||||
BuildRequires: pkgconfig(xrandr)
|
||||
# Autotools requires gtk-doc even with --disable-gtk-doc, try again with meson
|
||||
%if %{with doc} || 1
|
||||
BuildRequires: gtk-doc
|
||||
%endif
|
||||
|
||||
%description
|
||||
GTK+ is a multi-platform toolkit for creating graphical user interfaces.
|
||||
@ -113,9 +110,6 @@ Summary: The GTK+ toolkit library (version 3)
|
||||
Group: System/Libraries
|
||||
Requires: %{name}-data >= %{version}
|
||||
Requires: %{name}-schema >= %{version}
|
||||
# Recommend Adwaita Icon Theme: GTK3 references this icon set in the code,
|
||||
# but some setups might still want to eliminate it (think limited size Live CDs)
|
||||
Recommends: adwaita-icon-theme
|
||||
# Require gdk-pixbuf-loader-rsvg - bsc#1007453. We require adwaita-icon-theme
|
||||
# so we need something to load the svg icons.
|
||||
Requires: gdk-pixbuf-loader-rsvg
|
||||
@ -133,6 +127,9 @@ Recommends: %{name}-immodule-inuktitut = %{version}
|
||||
Recommends: %{name}-immodule-thai = %{version}
|
||||
Recommends: %{name}-immodule-tigrigna = %{version}
|
||||
Recommends: %{name}-immodule-vietnamese = %{version}
|
||||
# Recommend Adwaita Icon Theme: GTK3 references this icon set in the code,
|
||||
# but some setups might still want to eliminate it (think limited size Live CDs)
|
||||
Recommends: adwaita-icon-theme
|
||||
Recommends: gvfs
|
||||
# Provide %%{name} to make the lang and immodules packages installable
|
||||
Provides: %{name} = %{version}
|
||||
@ -162,7 +159,7 @@ Summary: Amharic input method for the GTK+ toolkit library v3
|
||||
Group: System/Libraries
|
||||
Requires: %{name} = %{version}
|
||||
Requires(post): %{name}-tools
|
||||
Requires(postun): %{name}-tools
|
||||
Requires(postun):%{name}-tools
|
||||
Provides: locale(%{name}:am)
|
||||
|
||||
%description immodule-amharic
|
||||
@ -177,7 +174,7 @@ Summary: Broadway input method for the GTK+ toolkit library v3
|
||||
Group: System/Libraries
|
||||
Requires: %{name} = %{version}
|
||||
Requires(post): %{name}-tools
|
||||
Requires(postun): %{name}-tools
|
||||
Requires(postun):%{name}-tools
|
||||
|
||||
%description immodule-broadway
|
||||
GTK+ is a multi-platform toolkit for creating graphical user interfaces.
|
||||
@ -191,7 +188,7 @@ Summary: Inuktitut input method for the GTK+ toolkit library v3
|
||||
Group: System/Libraries
|
||||
Requires: %{name} = %{version}
|
||||
Requires(post): %{name}-tools
|
||||
Requires(postun): %{name}-tools
|
||||
Requires(postun):%{name}-tools
|
||||
Provides: locale(%{name}:iu)
|
||||
|
||||
%description immodule-inuktitut
|
||||
@ -206,7 +203,7 @@ Summary: Multipress input method for the GTK+ toolkit library v3
|
||||
Group: System/Libraries
|
||||
Requires: %{name} = %{version}
|
||||
Requires(post): %{name}-tools
|
||||
Requires(postun): %{name}-tools
|
||||
Requires(postun):%{name}-tools
|
||||
|
||||
%description immodule-multipress
|
||||
GTK+ is a multi-platform toolkit for creating graphical user interfaces.
|
||||
@ -221,7 +218,7 @@ Summary: Thai-Lao input method for the GTK+ toolkit library v3
|
||||
Group: System/Libraries
|
||||
Requires: %{name} = %{version}
|
||||
Requires(post): %{name}-tools
|
||||
Requires(postun): %{name}-tools
|
||||
Requires(postun):%{name}-tools
|
||||
Provides: locale(%{name}:lo)
|
||||
Provides: locale(%{name}:th)
|
||||
|
||||
@ -237,7 +234,7 @@ Summary: Tigrigna input method for the GTK+ toolkit library v3
|
||||
Group: System/Libraries
|
||||
Requires: %{name} = %{version}
|
||||
Requires(post): %{name}-tools
|
||||
Requires(postun): %{name}-tools
|
||||
Requires(postun):%{name}-tools
|
||||
Provides: %{name}-immodules-tigrigna = %{version}
|
||||
Provides: locale(%{name}:ti)
|
||||
Obsoletes: %{name}-immodules-tigrigna < %{version}
|
||||
@ -254,7 +251,7 @@ Summary: Vietnamese input method for the GTK+ toolkit library v3
|
||||
Group: System/Libraries
|
||||
Requires: %{name} = %{version}
|
||||
Requires(post): %{name}-tools
|
||||
Requires(postun): %{name}-tools
|
||||
Requires(postun):%{name}-tools
|
||||
Provides: locale(%{name}:vi)
|
||||
|
||||
%description immodule-vietnamese
|
||||
@ -269,7 +266,7 @@ Summary: Wayland input method for the GTK+ toolkit library (version 3)
|
||||
Group: System/Libraries
|
||||
Requires: %{name} = %{version}
|
||||
Requires(post): %{name}-tools
|
||||
Requires(postun): %{name}-tools
|
||||
Requires(postun):%{name}-tools
|
||||
|
||||
%description immodule-wayland
|
||||
GTK+ is a multi-platform toolkit for creating graphical user interfaces.
|
||||
@ -284,7 +281,7 @@ Summary: X input method for the GTK+ toolkit library v3
|
||||
Group: System/Libraries
|
||||
Requires: %{name} = %{version}
|
||||
Requires(post): %{name}-tools
|
||||
Requires(postun): %{name}-tools
|
||||
Requires(postun):%{name}-tools
|
||||
Provides: locale(%{name}:ja)
|
||||
Provides: locale(%{name}:ko)
|
||||
Provides: locale(%{name}:th)
|
||||
@ -301,7 +298,7 @@ This package provides an input method based on the X Input Method.
|
||||
Summary: Auxiliary utilities for the GTK+ toolkit library v3
|
||||
Group: System/Libraries
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
|
||||
%description tools
|
||||
GTK+ is a multi-platform toolkit for creating graphical user interfaces.
|
||||
@ -332,7 +329,7 @@ ranging from small one-off projects to complete application suites.
|
||||
Summary: Upstream theme configuration for the GTK+ toolkit library v3
|
||||
Group: System/Libraries
|
||||
Requires: libgtk-3-0 = %{version}
|
||||
Supplements: packageand(%{name}:branding-upstream)
|
||||
Supplements: (%{name} and branding-upstream)
|
||||
Conflicts: %{name}-branding
|
||||
Provides: %{name}-branding = %{version}
|
||||
BuildArch: noarch
|
||||
@ -419,12 +416,12 @@ NOCONFIGURE=1 ./autogen.sh
|
||||
%{nil}
|
||||
|
||||
%if "%{flavor}" == ""
|
||||
make %{?_smp_mflags} V=1
|
||||
%make_build
|
||||
%else
|
||||
make %{?_smp_mflags} V=1 -C gdk
|
||||
make %{?_smp_mflags} V=1 -C gtk
|
||||
make %{?_smp_mflags} V=1 -C tests
|
||||
make %{?_smp_mflags} V=1 -C docs
|
||||
%make_build -C gdk
|
||||
%make_build -C gtk
|
||||
%make_build -C tests
|
||||
%make_build -C docs
|
||||
%endif
|
||||
|
||||
%install
|
||||
@ -557,6 +554,7 @@ fi
|
||||
%endif
|
||||
|
||||
%postun -n libgtk-3-0 -p /sbin/ldconfig
|
||||
|
||||
%postun immodule-amharic
|
||||
%{_gtk_query_immodules_update_cache}
|
||||
|
||||
@ -667,11 +665,11 @@ fi
|
||||
%ghost %{_sysconfdir}/alternatives/gtk-update-icon-cache
|
||||
%{_datadir}/applications/gtk3-icon-browser.desktop
|
||||
%{_mandir}/man1/broadwayd.1%{?ext_man}
|
||||
%{_mandir}/man1/gtk3-icon-browser.1%{ext_man}
|
||||
%{_mandir}/man1/gtk3-icon-browser.1%{?ext_man}
|
||||
%{_mandir}/man1/gtk-builder-tool.1%{?ext_man}
|
||||
%{_mandir}/man1/gtk-encode-symbolic-svg.1%{?ext_man}
|
||||
%{_mandir}/man1/gtk-launch.1%{?ext_man}
|
||||
%{_mandir}/man1/gtk-query-immodules-3.0*.1*
|
||||
%{_mandir}/man1/gtk-query-immodules-3.0*.1%{?ext_man}
|
||||
%{_mandir}/man1/gtk-query-settings.1%{?ext_man}
|
||||
%{_mandir}/man1/gtk-update-icon-cache-3.0.1%{?ext_man}
|
||||
%{_mandir}/man1/gtk-update-icon-cache.1%{?ext_man}
|
||||
|
Loading…
Reference in New Issue
Block a user