From f8682a76b7bcbfa082c503ed87964bc4c48c2916 Mon Sep 17 00:00:00 2001 From: David King Date: Fri, 30 Dec 2022 17:09:17 +0000 Subject: [PATCH] Update to 3.24.36 --- .gitignore | 1 + gtk3.spec | 12 ++++++------ sources | 2 +- wayland-cursor-meson.build | 12 ------------ 4 files changed, 8 insertions(+), 19 deletions(-) delete mode 100644 wayland-cursor-meson.build diff --git a/.gitignore b/.gitignore index 83317dc..1b0430d 100644 --- a/.gitignore +++ b/.gitignore @@ -204,3 +204,4 @@ gtk+-2.90.5.tar.bz2 /gtk+-3.24.33.tar.xz /gtk+-3.24.34.tar.xz /gtk+-3.24.35.tar.xz +/gtk+-3.24.36.tar.xz diff --git a/gtk3.spec b/gtk3.spec index c899b94..810c539 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -18,15 +18,13 @@ %global __provides_exclude_from ^%{_libdir}/gtk-3.0 Name: gtk3 -Version: 3.24.35 -Release: 2%{?dist} +Version: 3.24.36 +Release: 1%{?dist} Summary: GTK+ graphical user interface library License: LGPLv2+ URL: https://gtk.org 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-bridge-2.0) @@ -155,7 +153,6 @@ the functionality of the installed %{name} package. %prep %autosetup -n gtk+-%{version} -p1 -cp -p %{SOURCE1} gdk/wayland/cursor/meson.build %build 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 %license COPYING -%doc AUTHORS NEWS README +%doc NEWS README.md %{_bindir}/gtk-query-immodules-3.0* %{_bindir}/gtk-launch %{_libdir}/libgtk-3.so.* @@ -296,6 +293,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || : %{_datadir}/installed-tests/ %changelog +* Fri Dec 30 2022 David King - 3.24.36-1 +- Update to 3.24.36 + * Mon Nov 28 2022 Jens Petersen - 3.24.35-2 - Recommend ibus-gtk3 if ibus is installed diff --git a/sources b/sources index 6d58670..4a3d76e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gtk+-3.24.35.tar.xz) = 3a1ec35756fe12f5be3cfe33ef332d583690458327572e69bffad8b4095059d2a744a4a53b2fd31bab5da2ca7b41a2a38fbbd8ba541a45fa8cc0d00eae005ade +SHA512 (gtk+-3.24.36.tar.xz) = 76280e847653576e6fd0586d6044ab315f04c3548c211b37612c4ac77f7bbccfcff17459b9d1d3cbddeb74a62a0bcac05f850b89a20d4abc3893c6c387ecb03a diff --git a/wayland-cursor-meson.build b/wayland-cursor-meson.build deleted file mode 100644 index 02d5f2b..0000000 --- a/wayland-cursor-meson.build +++ /dev/null @@ -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, -)