From patchwork Wed Jul 6 15:27:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 5722 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4LdNhM1TzMz40TL for ; Wed, 6 Jul 2022 15:27:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4LdNhL4lsPzq1; Wed, 6 Jul 2022 15:27:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LdNhL4dlVz2yNd; Wed, 6 Jul 2022 15:27:30 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4LdNhK43b9z2xNV for ; Wed, 6 Jul 2022 15:27:29 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4LdNhJ6yNQzMK; Wed, 6 Jul 2022 15:27:28 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1657121249; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=kgolzltX2VKgEubn6JaDw7M43s5jJ8C1QZSOeS0l7lI=; b=5ssP0V1VMq7ptGAIIr/ix7hHPa2FwtsGd/Bxac01YGZUFfiL0C32Fs8VPN0XalLNwTFy4R VgpiQM8RyHmyVpCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1657121249; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=kgolzltX2VKgEubn6JaDw7M43s5jJ8C1QZSOeS0l7lI=; b=fDG/uLrYEeSyZ4cAsGoLVx0cASAa9Wh5V5hrJ8NZ3or9biG6n1kKWkQYVkF+MGbJTxBa15 +uWg0wATejoKj5L7W/prEe0PKfMmwyJAgTWkNpknBsASVhcNWlWP2kUyEU16P9+Ct1O33b EZ+JqDWfDaXtbUxA7oBqoVh18uvC31SZAZMzI4l221PQAQQozLFahPCr79JEN6GzekwaQo 8yp4aKJk+L2zN+axE/Q5mWodRzA7kOlHP+7E7YhgQvR1EK+/ukR2YftNQCR361F+MnJQQv BvftegvNMOq/mxqmrs7FxheEeDPC8hbiLMnVBg8dl2b4pfB68wvMb1hpA5+qoQ== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] atk: Drop package. Date: Wed, 6 Jul 2022 17:27:22 +0200 Message-Id: <20220706152722.1984-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 = 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