From patchwork Sat Jan 28 13:25:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 6472 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4P3wDX582Nz3wkQ for ; Sat, 28 Jan 2023 13:25:32 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4P3wDV4DzvzgB; Sat, 28 Jan 2023 13:25:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4P3wDV2RTYz2yT6; Sat, 28 Jan 2023 13:25: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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4P3wDT3bPgz2x9r for ; Sat, 28 Jan 2023 13:25: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 4P3wDS0jBSzdF for ; Sat, 28 Jan 2023 13:25:28 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1674912328; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=4xwS50pgS9vyJzgDQ0CmBs/4C5p12y1DNZm4cY+EpfQ=; b=kBwQzDiGJo/QJba5xwl8RsiQNkklrv+xQW7GIiffdB/BGt4+s2TlAr2hUwjLQvek2vENVB xuMhgBhzWTjJLfAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1674912328; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=4xwS50pgS9vyJzgDQ0CmBs/4C5p12y1DNZm4cY+EpfQ=; b=I4nGdEsE4PjMHCf/5vfpmQrTZEWi71Tn4nBKcQOSCGs1yRu/xgexI9O6BoFz1YhaKcR5u9 8py3DoPRC4qVc8pN+UjMDhEodndY1GQdQLY6Spotgm0qP+v76CkZBOHug766pZlOYYTs5m I6SqVirXFtK/3ZkFiAz9PpuGFVdBaqZ3htF4vMXozbodZ/ObGYc+N/urqbpZISlTEZxrt2 QnxlDKJ23xWmXcfuT93p+uKJa4gu9zgQPlPfz3k2YBEywGCCDq+XoF6fShvt60XQY9q+JA T6/lhEcj6ghCtwz+ELuHLgYOV1K9PWGwFGLgdePEKKncXyaRooYEvjld4BYKlw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] pango 1.50.6: Fix for rootfile Date: Sat, 28 Jan 2023 14:25:22 +0100 Message-Id: <20230128132522.3418242-1-matthias.fischer@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: Matthias Fischer Reviewed-by: Peter Müller --- config/rootfiles/common/pango | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/common/pango b/config/rootfiles/common/pango index 1ca33d42b..3c0fc91fd 100644 --- a/config/rootfiles/common/pango +++ b/config/rootfiles/common/pango @@ -53,3 +53,4 @@ usr/lib/libpangoft2-1.0.so.0.5000.6 #usr/lib/pkgconfig/pangofc.pc #usr/lib/pkgconfig/pangoft2.pc #usr/lib/pkgconfig/pangoot.pc +#usr/share/man/man1/pango-view.1