From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] atk: Drop package. Date: Wed, 06 Jul 2022 17:27:22 +0200 Message-ID: <20220706152722.1984-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8498894073451479202==" List-Id: --===============8498894073451479202== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- atk/atk.nm | 58 ------------------------------------------------------ 1 file changed, 58 deletions(-) delete mode 100644 atk/atk.nm diff --git a/atk/atk.nm b/atk/atk.nm deleted file mode 100644 index 4b7c16670..000000000 --- a/atk/atk.nm +++ /dev/null @@ -1,58 +0,0 @@ -############################################################################= ### -# IPFire.org - An Open Source Firewall Solution = # -# Copyright (C) - IPFire Development Team = # -############################################################################= ### - -name =3D atk -version =3D %{ver_major}.%{ver_minor} -ver_major =3D 2.20 -ver_minor =3D 0 -release =3D 2 - -groups =3D System/Libraries -url =3D http://www.gnome.org -license =3D LGPLv2+ -summary =3D Interfaces for accessibility support. - -description - The ATK library provides a set of interfaces for adding accessibility - support to applications and graphical user interface toolkits. -end - -source_dl =3D http://download.gnome.org/sources/%{name}/%{ver_major}/ -sources =3D %{thisapp}.tar.xz - -build - requires - glib2-devel >=3D 2.31.2 - gobject-introspection-devel >=3D 1.39.3 - end - - export LD_LIBRARY_PATH=3D%{DIR_APP}/atk/.libs - - configure_options +=3D \ - --enable-introspection=3Dyes \ - --disable-gtk-doc \ - --disable-gtk-doc-html \ - --disable-gtk-doc-pdf \ - --disable-static - - test - make check - end -end - -packages - package %{name} - - package %{name}-devel - template DEVEL - - files +=3D \ - %{datadir}/gir*/ - end - - package %{name}-debuginfo - template DEBUGINFO - end -end --=20 2.30.2 --===============8498894073451479202==--