Update to 3.24.36

This commit is contained in:
David King 2022-12-30 17:09:17 +00:00
parent c8cbe7c07d
commit f8682a76b7
4 changed files with 8 additions and 19 deletions

1
.gitignore vendored
View File

@ -204,3 +204,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.24.33.tar.xz /gtk+-3.24.33.tar.xz
/gtk+-3.24.34.tar.xz /gtk+-3.24.34.tar.xz
/gtk+-3.24.35.tar.xz /gtk+-3.24.35.tar.xz
/gtk+-3.24.36.tar.xz

View File

@ -18,15 +18,13 @@
%global __provides_exclude_from ^%{_libdir}/gtk-3.0 %global __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3 Name: gtk3
Version: 3.24.35 Version: 3.24.36
Release: 2%{?dist} Release: 1%{?dist}
Summary: GTK+ graphical user interface library Summary: GTK+ graphical user interface library
License: LGPLv2+ License: LGPLv2+
URL: https://gtk.org URL: https://gtk.org
Source0: https://download.gnome.org/sources/gtk+/3.24/gtk+-%{version}.tar.xz Source0: https://download.gnome.org/sources/gtk+/3.24/gtk+-%{version}.tar.xz
# Missing from the tarball for some reason.
Source1: wayland-cursor-meson.build
BuildRequires: pkgconfig(atk) >= %{atk_version} BuildRequires: pkgconfig(atk) >= %{atk_version}
BuildRequires: pkgconfig(atk-bridge-2.0) BuildRequires: pkgconfig(atk-bridge-2.0)
@ -155,7 +153,6 @@ the functionality of the installed %{name} package.
%prep %prep
%autosetup -n gtk+-%{version} -p1 %autosetup -n gtk+-%{version} -p1
cp -p %{SOURCE1} gdk/wayland/cursor/meson.build
%build %build
export CFLAGS='-fno-strict-aliasing %optflags' export CFLAGS='-fno-strict-aliasing %optflags'
@ -202,7 +199,7 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%files -f gtk30.lang %files -f gtk30.lang
%license COPYING %license COPYING
%doc AUTHORS NEWS README %doc NEWS README.md
%{_bindir}/gtk-query-immodules-3.0* %{_bindir}/gtk-query-immodules-3.0*
%{_bindir}/gtk-launch %{_bindir}/gtk-launch
%{_libdir}/libgtk-3.so.* %{_libdir}/libgtk-3.so.*
@ -296,6 +293,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests/ %{_datadir}/installed-tests/
%changelog %changelog
* Fri Dec 30 2022 David King <amigadave@amigadave.com> - 3.24.36-1
- Update to 3.24.36
* Mon Nov 28 2022 Jens Petersen <petersen@redhat.com> - 3.24.35-2 * Mon Nov 28 2022 Jens Petersen <petersen@redhat.com> - 3.24.35-2
- Recommend ibus-gtk3 if ibus is installed - Recommend ibus-gtk3 if ibus is installed

View File

@ -1 +1 @@
SHA512 (gtk+-3.24.35.tar.xz) = 3a1ec35756fe12f5be3cfe33ef332d583690458327572e69bffad8b4095059d2a744a4a53b2fd31bab5da2ca7b41a2a38fbbd8ba541a45fa8cc0d00eae005ade SHA512 (gtk+-3.24.36.tar.xz) = 76280e847653576e6fd0586d6044ab315f04c3548c211b37612c4ac77f7bbccfcff17459b9d1d3cbddeb74a62a0bcac05f850b89a20d4abc3893c6c387ecb03a

View File

@ -1,12 +0,0 @@
wayland_cursor_sources = files([
'wayland-cursor.c',
'xcursor.c',
'os-compatibility.c'
])
libwayland_cursor = static_library('wayland+cursor',
sources: wayland_cursor_sources,
include_directories: [ confinc, ],
dependencies: [ glib_dep, wlclientdep, ],
c_args: common_cflags,
)