This commit is contained in:
Sergey Zhemoytel 2022-05-15 01:05:18 +03:00
parent f9db288f28
commit a0ea736a4f
2 changed files with 11 additions and 15 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
atk-2.28.1.tar.xz: aff82397db3b3121c4c01eba0904c9355347c6be atk-2.34.1.tar.xz: f797879851c4c54753b0b54ea8996d1aff129879

View file

@ -11,17 +11,19 @@
Summary: Accessibility features for Gtk+ Summary: Accessibility features for Gtk+
Name: %{pkgname}%{api} Name: %{pkgname}%{api}
Version: 2.28.1 Version: 2.34.1
Release: 1 Release: 1
License: LGPLv2.1+ License: LGPLv2.1+
Group: Accessibility Group: Accessibility
Url: http://developer.gnome.org/projects/gap/ URL: https://wiki.gnome.org/Accessibility
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{url_ver}/%{pkgname}-%{version}.tar.xz Source0: https://download.gnome.org/sources/%{pkgname}/%{url_ver}/%{pkgname}-%{version}.tar.xz
%if %{with gtkdoc} %if %{with gtkdoc}
BuildRequires: gtk-doc >= 1.11-3 BuildRequires: gtk-doc >= 1.11-3
%endif %endif
BuildRequires: pkgconfig(glib-2.0) >= 2.5.7 BuildRequires: pkgconfig(glib-2.0) >= 2.5.7
BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: meson
BuildRequires: ninja
%description %description
Accessibility means providing system infrastructure that allows add-on 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. This package contains data used by atk library.
%files common -f %{pkgname}10.lang %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. from GTK+ and GNOME widgets.
%files -n %{devname} %files -n %{devname}
%doc AUTHORS NEWS %doc README* COPYING
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/* %{_includedir}/*
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
@ -112,15 +113,10 @@ from GTK+ and GNOME widgets.
%setup -qn %{pkgname}-%{version} %setup -qn %{pkgname}-%{version}
%build %build
%configure2_5x \ %meson
--disable-static \ %meson_build
%if %{with gtkdoc}
--enable-gtk-doc
%endif
%make
%install %install
%makeinstall_std %meson_install
%find_lang %{pkgname}10 %find_lang %{pkgname}10