atk: Drop package.

Message ID 20220706152722.1984-1-stefan.schantl@ipfire.org
State Accepted
Commit a3ae148339ccd646d86ea45b565adc8fd91f1573
Headers
Series atk: Drop package. |

Commit Message

Stefan Schantl July 6, 2022, 3:27 p.m. UTC
  Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 atk/atk.nm | 58 ------------------------------------------------------
 1 file changed, 58 deletions(-)
 delete mode 100644 atk/atk.nm
  

Patch

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 <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