Update to 3.24.36
This commit is contained in:
parent
c8cbe7c07d
commit
f8682a76b7
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
12
gtk3.spec
12
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 <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
|
||||
- Recommend ibus-gtk3 if ibus is installed
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gtk+-3.24.35.tar.xz) = 3a1ec35756fe12f5be3cfe33ef332d583690458327572e69bffad8b4095059d2a744a4a53b2fd31bab5da2ca7b41a2a38fbbd8ba541a45fa8cc0d00eae005ade
|
||||
SHA512 (gtk+-3.24.36.tar.xz) = 76280e847653576e6fd0586d6044ab315f04c3548c211b37612c4ac77f7bbccfcff17459b9d1d3cbddeb74a62a0bcac05f850b89a20d4abc3893c6c387ecb03a
|
||||
|
@ -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,
|
||||
)
|
Loading…
Reference in New Issue
Block a user