From a0ea736a4f765eb91b53abc9f5cc8bad53aced28 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Sun, 15 May 2022 01:05:18 +0300 Subject: [PATCH] 2.34.1 --- .abf.yml | 2 +- atk1.0.spec | 24 ++++++++++-------------- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/.abf.yml b/.abf.yml index c2f7243..19014a3 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - atk-2.28.1.tar.xz: aff82397db3b3121c4c01eba0904c9355347c6be + atk-2.34.1.tar.xz: f797879851c4c54753b0b54ea8996d1aff129879 diff --git a/atk1.0.spec b/atk1.0.spec index 8266f85..1c9f53e 100644 --- a/atk1.0.spec +++ b/atk1.0.spec @@ -11,17 +11,19 @@ Summary: Accessibility features for Gtk+ Name: %{pkgname}%{api} -Version: 2.28.1 +Version: 2.34.1 Release: 1 License: LGPLv2.1+ Group: Accessibility -Url: http://developer.gnome.org/projects/gap/ -Source0: http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{url_ver}/%{pkgname}-%{version}.tar.xz +URL: https://wiki.gnome.org/Accessibility +Source0: https://download.gnome.org/sources/%{pkgname}/%{url_ver}/%{pkgname}-%{version}.tar.xz %if %{with gtkdoc} BuildRequires: gtk-doc >= 1.11-3 %endif BuildRequires: pkgconfig(glib-2.0) >= 2.5.7 BuildRequires: pkgconfig(gobject-introspection-1.0) +BuildRequires: meson +BuildRequires: ninja %description Accessibility means providing system infrastructure that allows add-on @@ -47,7 +49,7 @@ from GTK+ and GNOME widgets. This package contains data used by atk library. %files common -f %{pkgname}10.lang -%doc README +%doc README* COPYING #---------------------------------------------------------------------------- @@ -99,8 +101,7 @@ ATK, the Accessibility Tookit, is used to obtain accessibily information from GTK+ and GNOME widgets. %files -n %{devname} -%doc AUTHORS NEWS -%doc %{_datadir}/gtk-doc/html/* +%doc README* COPYING %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/* @@ -112,15 +113,10 @@ from GTK+ and GNOME widgets. %setup -qn %{pkgname}-%{version} %build -%configure2_5x \ - --disable-static \ -%if %{with gtkdoc} - --enable-gtk-doc -%endif - -%make +%meson +%meson_build %install -%makeinstall_std +%meson_install %find_lang %{pkgname}10