Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [80.241.56.151]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 50A0D78079D for <~alpine/aports@lists.alpinelinux.org>; Sat, 21 May 2022 13:30:29 +0000 (UTC) Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4L546z1mTkz9sRV; Sat, 21 May 2022 15:23:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kasku.net; s=MBO0001; t=1653139435; 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=t+PCFPOYFiYjEGFRAbx0f95kPPGYz8ysmHlqWdYkrOo=; b=vTbgui5qi2+H/zGFbsJWlqe+AxKmqk7cFDL1aLhxOKQCh/ptErmuy60U71XiYsJms4tChU mX8ZE2bpRH/hR0gDgH5hvoQ3G/S4T4K10IJSOAQUZo48zABfdJqoSk3R17Duy00D/9y98Y ABvc840i3EiKCbIDhYPTDWgcH01jtg4ZhCU5RbkIEwLBIrV4oYe2UnfnFL5mlmGBv1b4a1 aDvdDZTO+sdCpY1Y30F8eMv5RjQRKNlvr/OFuzfbp8tyBxTfNf/qc5m9GW0r5RQq0hH8SC /K0UxKXrx1W42htY4VVNeOEoOKgP8TkwX2CW/6NLnXJj1YR3ts2YU1yUXNZy0g== From: Cormac Stephenson To: ~alpine/aports@lists.alpinelinux.org Cc: Cormac Stephenson Subject: [PATCH] community/texlive: add icu-data-full dependency to xetex Date: Sat, 21 May 2022 14:23:52 +0100 Message-Id: <20220521132352.13734-1-c7s@kasku.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- community/texlive/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/texlive/APKBUILD b/community/texlive/APKBUILD index 0d74ee53e0..5a332f8567 100644 --- a/community/texlive/APKBUILD +++ b/community/texlive/APKBUILD @@ -231,7 +231,7 @@ libsynctex() { xetex() { # Split off XeTeX because it depends on graphite/harfbuzz/icu pkgdesc="TeX typesetting engine supporting modern typography and bidirectional text" - depends="$pkgname" + depends="$pkgname icu-data-full" install -d -m 0755 "$subpkgdir"/usr/bin mv "$pkgdir"/usr/bin/xetex "$subpkgdir"/usr/bin/ -- 2.36.1