]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
atk: Drop package.
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 6 Jul 2022 15:27:22 +0000 (17:27 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 7 Jul 2022 14:03:37 +0000 (14:03 +0000)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
atk/atk.nm [deleted file]

diff --git a/atk/atk.nm b/atk/atk.nm
deleted file mode 100644 (file)
index 4b7c166..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = atk
-version    = %{ver_major}.%{ver_minor}
-ver_major  = 2.20
-ver_minor  = 0
-release    = 2
-
-groups     = System/Libraries
-url        = http://www.gnome.org
-license    = LGPLv2+
-summary    = 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  = http://download.gnome.org/sources/%{name}/%{ver_major}/
-sources    = %{thisapp}.tar.xz
-
-build
-       requires
-               glib2-devel >= 2.31.2
-               gobject-introspection-devel >= 1.39.3
-       end
-
-       export LD_LIBRARY_PATH=%{DIR_APP}/atk/.libs
-
-       configure_options += \
-               --enable-introspection=yes \
-               --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 += \
-                       %{datadir}/gir*/
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end