From patchwork Sat Jul 2 15:01:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 5718 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 4LZwJP6TDjz40TL for ; Sat, 2 Jul 2022 15:01:41 +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 4LZwJP1rPVzyq; Sat, 2 Jul 2022 15:01:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LZwJP1Pbjz2yrV; Sat, 2 Jul 2022 15:01:41 +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 4LZwJL3xgGz2xn3 for ; Sat, 2 Jul 2022 15:01:38 +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 4LZwJL0txgz1GW; Sat, 2 Jul 2022 15:01:38 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1656774098; 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: in-reply-to:in-reply-to:references:references; bh=1HBI7uzy2M6eeMtfXSM5HYC14gtK1WpYbkCChwUYt4s=; b=DLsBgd3kgTK58ycPslYwuYiPeealI3/gJvQiLcUqIZyioL7n82Pgwvsz/CSAMJw5UY9/cw yaJ4EzHnzUr+jnAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1656774098; 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: in-reply-to:in-reply-to:references:references; bh=1HBI7uzy2M6eeMtfXSM5HYC14gtK1WpYbkCChwUYt4s=; b=AxTK8p1mf7aXFJ9WMbsQnE5eyDXJ3DakYtoiNq63vVMNECXz6eLNZt1throMvbyw4psT1u zJOhduEGkOhHOdbQXn0iQJPVvfo13BOdmRmz8cZwE/kq0P/FX7VToYNRhTQhj7ONUf6SkX 1OZIiwOiEF7hjEpzAPIgiepQK97i0ZBhZK6OrdwSjcSYIZu8/lW4+DQK+3xrCQ4AIo1sRM BBWkS1oAi66PF+o0NvwQYM48nJDD9sPvhT18esG9YqLLoNcXTJczVuzmAUgh05tDO3AUkk sk60ociLM4B+AkVRSdg6i/W2mfYWj+Eqyujn+waNh4zi2xDiVWoJZiWO3vHz1A== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 2/3] pango: Do not link against X11 libs anymore. Date: Sat, 2 Jul 2022 17:01:26 +0200 Message-Id: <20220702150127.2932-2-stefan.schantl@ipfire.org> In-Reply-To: <20220702150127.2932-1-stefan.schantl@ipfire.org> References: <20220702150127.2932-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 --- pango/pango.nm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pango/pango.nm b/pango/pango.nm index ac79ceb71..dc14b5564 100644 --- a/pango/pango.nm +++ b/pango/pango.nm @@ -7,7 +7,7 @@ name = pango version = %{ver_major}.%{ver_minor} ver_major = 1.40 ver_minor = 3 -release = 1 +release = 2 groups = System/Libraries url = http://www.pango.org/ @@ -31,7 +31,6 @@ build glib2-devel gobject-introspection-devel harfbuzz-devel >= 0.9.9 - libXft-devel perl pkg-config end