mirror of
https://abf.rosa.ru/djam/atk1.0.git
synced 2025-02-22 22:52:59 +00:00
2.34.1
This commit is contained in:
parent
f9db288f28
commit
a0ea736a4f
2 changed files with 11 additions and 15 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
atk-2.28.1.tar.xz: aff82397db3b3121c4c01eba0904c9355347c6be
|
||||
atk-2.34.1.tar.xz: f797879851c4c54753b0b54ea8996d1aff129879
|
||||
|
|
24
atk1.0.spec
24
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
|
||||
|
|
Loading…
Add table
Reference in a new issue