Github messages for voidlinux
 help / color / mirror / Atom feed
From: sgn <sgn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] libreoffice-fonts split
Date: Sat, 18 Mar 2023 16:25:32 +0100	[thread overview]
Message-ID: <20230318152532.YBerha6p5ZBiSrAOObOJXwl1A2qb7X_y0d1Z9RtQJu0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42829@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1295 bytes --]

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages libreoffice-fonts-split
https://github.com/void-linux/void-packages/pull/42829

libreoffice-fonts split
They're bundled with libreoffice, and keep unchanged,
split them from libreoffice to reduce the traffic on libreoffice update.

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42829.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libreoffice-fonts-split-42829.patch --]
[-- Type: text/x-diff, Size: 22380 bytes --]

From 095b59539b8cb871fe83484e9d62609dd4b2448d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 18 Mar 2023 08:06:08 +0700
Subject: [PATCH 01/14] New package: font-crosextra-caladea-ttf-20130214

Split from libreoffice-fonts
---
 srcpkgs/font-crosextra-caladea-ttf/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/font-crosextra-caladea-ttf/template

diff --git a/srcpkgs/font-crosextra-caladea-ttf/template b/srcpkgs/font-crosextra-caladea-ttf/template
new file mode 100644
index 000000000000..333f907e7069
--- /dev/null
+++ b/srcpkgs/font-crosextra-caladea-ttf/template
@@ -0,0 +1,19 @@
+# Template file for 'font-crosextra-caladea-ttf'
+pkgname=font-crosextra-caladea-ttf
+version=20130214
+revision=1
+depends="font-util"
+short_desc="Serif font metric-compatible with the Cambria font"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/huertatipografica/Caladea"
+distfiles="${DEBIAN_SITE}/main/f/fonts-crosextra-caladea/fonts-crosextra-caladea_${version}.orig.tar.gz"
+# Also available here
+# distfiles="https://dev-www.libreoffice.org/src/368f114c078f94214a308a74c7e991bc-crosextrafonts-${version}.tar.gz
+checksum=c48d1c2fd613c9c06c959c34da7b8388059e2408d2bb19845dc3ed35f76e4d09
+font_dirs="/usr/share/fonts/TTF/crosextra"
+
+do_install() {
+	vmkdir usr/share/fonts/TTF/crosextra
+	vcopy '*.ttf' usr/share/fonts/TTF/crosextra
+}

From e945de95e42f784ffa85366300ee3456a416edf2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 18 Mar 2023 08:06:08 +0700
Subject: [PATCH 02/14] New package: font-crosextra-carlito-ttf-20220224

Split from libreoffice-fonts
---
 srcpkgs/font-crosextra-carlito-ttf/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/font-crosextra-carlito-ttf/template

diff --git a/srcpkgs/font-crosextra-carlito-ttf/template b/srcpkgs/font-crosextra-carlito-ttf/template
new file mode 100644
index 000000000000..a6019c59115c
--- /dev/null
+++ b/srcpkgs/font-crosextra-carlito-ttf/template
@@ -0,0 +1,17 @@
+# Template file for 'font-crosextra-carlito-ttf'
+pkgname=font-crosextra-carlito-ttf
+version=20220224
+revision=1
+depends="font-util"
+short_desc="Sans-serif font metric-compatible with Calibri font"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/googlefonts/carlito"
+distfiles="${DEBIAN_SITE}/main/f/fonts-crosextra-carlito/fonts-crosextra-carlito_${version}.orig.tar.gz"
+checksum=0bb25eef0edd914abacc84ffd6d803ddbaa5db5de01e6850312074662ea6c305
+font_dirs="/usr/share/fonts/TTF/crosextra"
+
+do_install() {
+	vmkdir usr/share/fonts/TTF/crosextra
+	vcopy "fonts/ttf/*.ttf" usr/share/fonts/TTF/crosextra
+}

From e1d6f5dd00530567e4bc81d0af843e705b1a7e1d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 18 Mar 2023 08:06:09 +0700
Subject: [PATCH 03/14] New package: font-sil-gentium-basic-1.102

Split from libreoffice-fonts
---
 srcpkgs/font-sil-gentium-basic/template | 17 +++++++++++++++++
 srcpkgs/font-sil-gentium-basic/update   |  1 +
 2 files changed, 18 insertions(+)
 create mode 100644 srcpkgs/font-sil-gentium-basic/template
 create mode 100644 srcpkgs/font-sil-gentium-basic/update

diff --git a/srcpkgs/font-sil-gentium-basic/template b/srcpkgs/font-sil-gentium-basic/template
new file mode 100644
index 000000000000..5b771cd0d1c9
--- /dev/null
+++ b/srcpkgs/font-sil-gentium-basic/template
@@ -0,0 +1,17 @@
+# Template file for 'font-sil-gentium-basic'
+pkgname=font-sil-gentium-basic
+version=1.102
+revision=1
+depends="font-util"
+short_desc="Smart Unicode font families based on Gentium"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="OFL-1.1"
+homepage="https://software.sil.org/gentium/"
+distfiles="https://software.sil.org/downloads/r/gentium/GentiumBasic_${version/./}.zip"
+checksum=2f1a2c5491d7305dffd3520c6375d2f3e14931ee35c6d8ae1e8f098bf1a7b3cc
+font_dirs="/usr/share/fonts/SIL"
+
+do_install() {
+	vmkdir usr/share/fonts/SIL
+	vcopy "*.ttf" usr/share/fonts/SIL
+}
diff --git a/srcpkgs/font-sil-gentium-basic/update b/srcpkgs/font-sil-gentium-basic/update
new file mode 100644
index 000000000000..6607167f897d
--- /dev/null
+++ b/srcpkgs/font-sil-gentium-basic/update
@@ -0,0 +1 @@
+version=${version/./}

From 0b6a15f16066f4746dc4327921dcc0a8846b195b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 18 Mar 2023 08:07:35 +0700
Subject: [PATCH 04/14] New package: font-liberation-narrow-ttf-1.07.6

Split from libreoffice-fonts
---
 srcpkgs/font-liberation-narrow-ttf/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/font-liberation-narrow-ttf/template

diff --git a/srcpkgs/font-liberation-narrow-ttf/template b/srcpkgs/font-liberation-narrow-ttf/template
new file mode 100644
index 000000000000..e7cc0ade716d
--- /dev/null
+++ b/srcpkgs/font-liberation-narrow-ttf/template
@@ -0,0 +1,18 @@
+# Template file for 'font-liberation-narrow-ttf'
+pkgname=font-liberation-narrow-ttf
+version=1.07.6
+revision=1
+depends="font-util"
+short_desc="Fonts with same metrics as Times, Arial and Courier"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="GPL-2.0-only WITH Liberation-exception"
+homepage="https://github.com/liberationfonts/liberation-sans-narrow"
+distfiles="https://github.com/liberationfonts/liberation-sans-narrow/files/2579431/liberation-narrow-fonts-ttf-${version}.tar.gz"
+# distfiles="https://dev-www.libreoffice.org/src/liberation-narrow-fonts-ttf-${version}.tar.gz"
+checksum=8879d89b5ff7b506c9fc28efc31a5c0b954bbe9333e66e5283d27d20a8519ea3
+font_dirs="/usr/share/fonts/TTF/liberation"
+
+do_install() {
+	vmkdir usr/share/fonts/TTF/liberation
+	vcopy "*.ttf" usr/share/fonts/TTF/liberation
+}

From c9e2c55ebcd8146920c40058bcb78eb269e0eba1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 18 Mar 2023 08:07:35 +0700
Subject: [PATCH 05/14] New package: font-liberation-ttf-2.1.5

Split from libreoffice-fonts
---
 srcpkgs/font-liberation-ttf/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/font-liberation-ttf/template

diff --git a/srcpkgs/font-liberation-ttf/template b/srcpkgs/font-liberation-ttf/template
new file mode 100644
index 000000000000..b08915b6e764
--- /dev/null
+++ b/srcpkgs/font-liberation-ttf/template
@@ -0,0 +1,17 @@
+# Template file for 'font-liberation-ttf'
+pkgname=font-liberation-ttf
+version=2.1.5
+revision=1
+depends="font-util"
+short_desc="Fonts with same metrics as Times, Arial and Courier"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/liberationfonts/liberation-fonts"
+distfiles="https://github.com/liberationfonts/liberation-fonts/files/7261482/liberation-fonts-ttf-${version}.tar.gz"
+checksum=7191c669bf38899f73a2094ed00f7b800553364f90e2637010a69c0e268f25d0
+font_dirs="/usr/share/fonts/TTF/liberation"
+
+do_install() {
+	vmkdir usr/share/fonts/TTF/liberation
+	vcopy "*.ttf" usr/share/fonts/TTF/liberation
+}

From bf79084a71c00782af524145a1f0d13a966dd367 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 18 Mar 2023 08:07:36 +0700
Subject: [PATCH 06/14] New package: font-libertine-graphite-ttf-20120116

Split from libreoffice-fonts
---
 srcpkgs/font-libertine-graphite-ttf/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/font-libertine-graphite-ttf/template

diff --git a/srcpkgs/font-libertine-graphite-ttf/template b/srcpkgs/font-libertine-graphite-ttf/template
new file mode 100644
index 000000000000..53ec35d842fa
--- /dev/null
+++ b/srcpkgs/font-libertine-graphite-ttf/template
@@ -0,0 +1,18 @@
+# Template file for 'font-libertine-graphite-ttf'
+pkgname=font-libertine-graphite-ttf
+version=20120116
+revision=1
+depends="font-util"
+short_desc="Linux Libertine family of fonts - G version"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="GPL-2.0-or-later WITH Font-exception-2.0 AND OFL-1.1"
+homepage="http://linuxlibertine.sourceforge.net/"
+_addurl="https://dev-www.libreoffice.org/src"
+distfiles="${_addurl}/e7a384790b13c29113e22e596ade9687-LinLibertineG-${version}.zip"
+checksum=54adcb2bc8cac0927a647fbd9362f45eff48130ce6e2379dc3867643019e08c5
+font_dirs="/usr/share/fonts/TTF/libertine"
+
+do_install() {
+	vmkdir usr/share/fonts/TTF/libertine
+	vcopy "*_G.ttf" usr/share/fonts/TTF/libertine
+}

From cf332feed70c1c1f5c6af7787f24990742f1ced3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 18 Mar 2023 08:07:36 +0700
Subject: [PATCH 07/14] New package: font-source-sans-pro-v2-2.045

Split from libreoffice-fonts
---
 .../font-adobe-source-sans-pro-v2/template    | 19 +++++++++++++++++++
 srcpkgs/font-adobe-source-sans-pro-v2/update  |  1 +
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/font-adobe-source-sans-pro-v2/template
 create mode 100644 srcpkgs/font-adobe-source-sans-pro-v2/update

diff --git a/srcpkgs/font-adobe-source-sans-pro-v2/template b/srcpkgs/font-adobe-source-sans-pro-v2/template
new file mode 100644
index 000000000000..71c3c2460211
--- /dev/null
+++ b/srcpkgs/font-adobe-source-sans-pro-v2/template
@@ -0,0 +1,19 @@
+# Template file for 'font-adobe-source-sans-pro-v2'
+pkgname=font-adobe-source-sans-pro-v2
+version=2.045
+revision=1
+depends="font-util"
+short_desc="Real SourceSansPro fonts"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/adobe-fonts/source-sans"
+distfiles="https://github.com/adobe-fonts/source-sans/releases/download/${version}R-ro%2F1.095R-it/source-sans-pro-${version}R-ro-1.095R-it.zip"
+checksum=5f090b821e117f452ef399c3c1b8b244c1647728a1e901c4d167cbf7fc298ab6
+font_dirs="/usr/share/fonts/OTF/adobe /usr/share/fonts/TTF/adobe"
+
+do_install() {
+	vmkdir usr/share/fonts/OTF/adobe
+	vcopy "OTF/*.otf" usr/share/fonts/OTF/adobe
+	vmkdir usr/share/fonts/TTF/adobe
+	vcopy "TTF/*.ttf" usr/share/fonts/TTF/adobe
+}
diff --git a/srcpkgs/font-adobe-source-sans-pro-v2/update b/srcpkgs/font-adobe-source-sans-pro-v2/update
new file mode 100644
index 000000000000..adbc7a91f7cf
--- /dev/null
+++ b/srcpkgs/font-adobe-source-sans-pro-v2/update
@@ -0,0 +1 @@
+ignore="[3-9].* [1-9][0-9]*.*"

From 3ae1d2842448bd5276cc120d86efa93a3c1bec65 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 18 Mar 2023 08:07:37 +0700
Subject: [PATCH 08/14] New package: font-adobe-source-serif-pro-3.001R

Split from libreoffice-fonts
---
 srcpkgs/font-adobe-source-serif-pro/template | 21 ++++++++++++++++++++
 srcpkgs/font-adobe-source-serif-pro/update   |  1 +
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/font-adobe-source-serif-pro/template
 create mode 100644 srcpkgs/font-adobe-source-serif-pro/update

diff --git a/srcpkgs/font-adobe-source-serif-pro/template b/srcpkgs/font-adobe-source-serif-pro/template
new file mode 100644
index 000000000000..7f414544a362
--- /dev/null
+++ b/srcpkgs/font-adobe-source-serif-pro/template
@@ -0,0 +1,21 @@
+# Template file for 'font-adobe-source-serif-pro'
+# v4 is SourceSerif, without Pro in name, don't update, it breaks documents
+pkgname=font-adobe-source-serif-pro
+version=3.001R
+revision=1
+depends="font-util"
+short_desc="Adobe's sans serif font family"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="OFL-1.1"
+homepage="https://adobe-fonts.github.io/source-serif"
+#changelog=""
+distfiles="https://github.com/adobe-fonts/source-serif/releases/download/${version}/source-serif-pro-${version}.zip"
+checksum=e061cf3184c60fb8811ffb429d82083f6dd16810250b71e676e5fa1abb1e5934
+font_dirs="/usr/share/fonts/OTF/adobe /usr/share/fonts/TTF/adobe"
+
+do_install() {
+	vmkdir usr/share/fonts/OTF/adobe
+	vcopy "OTF/*.otf" usr/share/fonts/OTF/adobe
+	vmkdir usr/share/fonts/TTF/adobe
+	vcopy "TTF/*.ttf" usr/share/fonts/TTF/adobe
+}
diff --git a/srcpkgs/font-adobe-source-serif-pro/update b/srcpkgs/font-adobe-source-serif-pro/update
new file mode 100644
index 000000000000..40a20f1e58f3
--- /dev/null
+++ b/srcpkgs/font-adobe-source-serif-pro/update
@@ -0,0 +1 @@
+ignore="[4-9].* [1-9][0-9]*.*"

From 2369dd99ae4af89e48c2f6e91b57c11ae778586e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 18 Mar 2023 08:07:37 +0700
Subject: [PATCH 09/14] New package: font-emoji-one-color-1.4

Split from libreoffice-fonts
---
 srcpkgs/font-emoji-one-color/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/font-emoji-one-color/template

diff --git a/srcpkgs/font-emoji-one-color/template b/srcpkgs/font-emoji-one-color/template
new file mode 100644
index 000000000000..f3c2b9cab29b
--- /dev/null
+++ b/srcpkgs/font-emoji-one-color/template
@@ -0,0 +1,18 @@
+# Template file for 'font-emoji-one-color'
+pkgname=font-emoji-one-color
+version=1.4
+revision=1
+depends="font-util"
+short_desc="Emoji One color font"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/13rac1/emojione-color-font"
+#changelog=""
+distfiles="https://github.com/13rac1/emojione-color-font/releases/download/v${version}/EmojiOneColor-SVGinOT-${version}.zip"
+checksum=b8b104139b50e74ebdfe6c2d556076d6a6cb432d226250da855d0ff7791569ec
+font_dirs="/usr/share/fonts/TTF/emoji"
+
+do_install() {
+	vmkdir usr/share/fonts/TTF/emoji
+	vcopy "*.ttf" usr/share/fonts/TTF/emoji
+}

From 0e1be347290165f4437f22a220c256a63ce86e55 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 18 Mar 2023 08:07:38 +0700
Subject: [PATCH 10/14] New package: font-reem-kufi-ttf-1.7

Split from libreoffice-fonts
---
 srcpkgs/font-reem-kufi-otf          |  1 +
 srcpkgs/font-reem-kufi-ttf/template | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 120000 srcpkgs/font-reem-kufi-otf
 create mode 100644 srcpkgs/font-reem-kufi-ttf/template

diff --git a/srcpkgs/font-reem-kufi-otf b/srcpkgs/font-reem-kufi-otf
new file mode 120000
index 000000000000..41c6896a4611
--- /dev/null
+++ b/srcpkgs/font-reem-kufi-otf
@@ -0,0 +1 @@
+font-reem-kufi-ttf
\ No newline at end of file
diff --git a/srcpkgs/font-reem-kufi-ttf/template b/srcpkgs/font-reem-kufi-ttf/template
new file mode 100644
index 000000000000..37d2d90373ab
--- /dev/null
+++ b/srcpkgs/font-reem-kufi-ttf/template
@@ -0,0 +1,26 @@
+# Template file for 'font-reem-kufi-ttf'
+pkgname=font-reem-kufi-ttf
+version=1.7
+revision=1
+depends="font-util"
+short_desc="Modern Kufic typefaces for Arabic"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/aliftype/reem-kufi"
+distfiles="https://github.com/aliftype/reem-kufi/releases/download/v${version}/ReemKufi-${version}.zip"
+checksum=2359f036c7bddeb4d5529d7b3c9139c3288c920cc26053d417cdbb563eafe0a4
+font_dirs="/usr/share/fonts/TTF/arabic"
+
+do_install() {
+	vmkdir usr/share/fonts/TTF/arabic
+	vcopy "ttf/*.ttf" usr/share/fonts/TTF/arabic
+}
+
+font-reem-kufi-otf_package() {
+	short_desc+=" - OTF"
+	font_dirs="/usr/share/fonts/OTF/arabic"
+	pkg_install() {
+		vmkdir usr/share/fonts/OTF/arabic
+		vcopy "*.otf" usr/share/fonts/OTF/arabic
+	}
+}

From 74c3256a523ef9496f3f76be9ef28322bc5300d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 18 Mar 2023 08:07:39 +0700
Subject: [PATCH 11/14] New package: font-alef-1.001

Split from libreoffice-fonts
---
 srcpkgs/font-alef/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/font-alef/template

diff --git a/srcpkgs/font-alef/template b/srcpkgs/font-alef/template
new file mode 100644
index 000000000000..9a287616c71d
--- /dev/null
+++ b/srcpkgs/font-alef/template
@@ -0,0 +1,17 @@
+# Template file for 'font-alef'
+pkgname=font-alef
+version=1.001
+revision=1
+depends="font-util"
+short_desc="Alef fonts for Latin and Hebrew scripts"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="OFL-1.1"
+homepage="http://alef.hagilda.com/"
+distfiles="https://dev-www.libreoffice.org/src/alef-${version}.tar.gz"
+checksum=b98b67602a2c8880a1770f0b9e37c190f29a7e2ade5616784f0b89fbdb75bf52
+font_dirs="/usr/share/fonts/TTF/hebrew"
+
+do_install() {
+	vmkdir usr/share/fonts/TTF/hebrew
+	vcopy "*.ttf" usr/share/fonts/TTF/hebrew
+}

From 979602deb8b3d49f5b7cfc2f6e3a40963a0fb05d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 18 Mar 2023 08:07:39 +0700
Subject: [PATCH 12/14] New package: font-kacst-2.01+mry

Split from libreoffice-fonts
---
 srcpkgs/font-kacst/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/font-kacst/template

diff --git a/srcpkgs/font-kacst/template b/srcpkgs/font-kacst/template
new file mode 100644
index 000000000000..b0c32b56da4d
--- /dev/null
+++ b/srcpkgs/font-kacst/template
@@ -0,0 +1,17 @@
+# Template file for 'font-kacst'
+pkgname=font-kacst
+version=2.01+mry
+revision=1
+depends="font-util"
+short_desc="KACST free TrueType Arabic fonts"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="GPL-2.0-only"
+homepage="http://sourceforge.net/projects/arabeyes/files/kacst_fonts/"
+distfiles="https://dev-www.libreoffice.org/src/ttf-kacst_${version}.tar.gz"
+checksum=dca00f5e655f2f217a766faa73a81f542c5c204aa3a47017c3c2be0b31d00a56
+font_dirs="/usr/share/fonts/TTF/arabic"
+
+do_install() {
+	vmkdir usr/share/fonts/TTF/arabic
+	vcopy "*.ttf" usr/share/fonts/TTF/arabic
+}

From 8bb89fd63a1a43dfc36e5879f08b47c5ff99835a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 18 Mar 2023 08:07:40 +0700
Subject: [PATCH 13/14] New package: font-libre-hebrew-1.0

Split from libreoffice-fonts
---
 srcpkgs/font-libre-hebrew/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/font-libre-hebrew/template

diff --git a/srcpkgs/font-libre-hebrew/template b/srcpkgs/font-libre-hebrew/template
new file mode 100644
index 000000000000..6962e7de99fe
--- /dev/null
+++ b/srcpkgs/font-libre-hebrew/template
@@ -0,0 +1,17 @@
+# Template file for 'font-libre-hebrew'
+pkgname=font-libre-hebrew
+version=1.0
+revision=1
+depends="font-util"
+short_desc="LibreOffice fonts for Hebrew"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="OFL-1.1"
+homepage="https://www.libreoffice.org/"
+distfiles="https://dev-www.libreoffice.org/src/libre-hebrew-1.0.tar.gz"
+checksum=f596257c1db706ce35795b18d7f66a4db99d427725f20e9384914b534142579a
+font_dirs="/usr/share/fonts/TTF/hebrew"
+
+do_install() {
+	vmkdir usr/share/fonts/TTF/hebrew
+	vcopy "*.ttf" usr/share/fonts/TTF/hebrew
+}

From d206a919ba521686ff03941136825d032a0e7b61 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 18 Mar 2023 22:22:13 +0700
Subject: [PATCH 14/14] google-fonts-ttf: update to 20230317.

---
 srcpkgs/google-fonts-ttf/files/dup.lst | 14 ++++++++++++++
 srcpkgs/google-fonts-ttf/template      | 14 +++++++++-----
 2 files changed, 23 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/google-fonts-ttf/files/dup.lst b/srcpkgs/google-fonts-ttf/files/dup.lst
index ed88c5aff435..bc987dfeb605 100644
--- a/srcpkgs/google-fonts-ttf/files/dup.lst
+++ b/srcpkgs/google-fonts-ttf/files/dup.lst
@@ -2,25 +2,39 @@ apache/arimo
 apache/cousine
 apache/roboto
 apache/tinos
+ofl/abyssinicasil
+ofl/alef
+ofl/alkalami
 ofl/amiri
 ofl/amiriquran
 ofl/amiriqurancolored
 ofl/b612
 ofl/b612mono
+ofl/charissil
+ofl/davidlibre
 ofl/firacode
 ofl/firamono
 ofl/firasans
+ofl/harmattan
 ofl/ibmplexmono
 ofl/ibmplexsans
 ofl/ibmplexsansarabic
 ofl/ibmplexsanscondensed
 ofl/ibmplexsansdevanagari
 ofl/ibmplexsanshebrew
+ofl/ibmplexsansjp
 ofl/ibmplexsanskr
 ofl/ibmplexsansthai
 ofl/ibmplexsansthailooped
 ofl/ibmplexserif
 ofl/manjari
+ofl/mingzat
 ofl/opensans
+ofl/padauk
+ofl/reemkufi
+ofl/reemkufifun
+ofl/reemkufiink
 ofl/sourcesans3
+ofl/sourceserifpro
+ofl/taiheritagepro
 ofl/vollkorn
diff --git a/srcpkgs/google-fonts-ttf/template b/srcpkgs/google-fonts-ttf/template
index 652a9d3a3d12..4192b8c0aeed 100644
--- a/srcpkgs/google-fonts-ttf/template
+++ b/srcpkgs/google-fonts-ttf/template
@@ -1,20 +1,24 @@
 # Template file for 'google-fonts-ttf'
 pkgname=google-fonts-ttf
-version=20220819
-revision=3
-_githash=4d93a40d26493aa652ce200dab43ed80e2194213
+version=20230317
+revision=1
+_githash=e49bba3794b8c48d3cc706577d7aa3f31388e82f
 # Those fonts were provided by google-fonts-ttf
 depends="font-util cantarell-fonts noto-fonts-ttf noto-fonts-emoji
  amiri-font fonts-croscore-ttf font-b612 font-fira-ttf
  font-ibm-plex-ttf font-manjari font-material-design-icons-ttf
- ttf-opensans source-sans-pro
+ ttf-opensans source-sans-pro font-adobe-source-sans-pro-v2
+ font-adobe-source-serif-pro font-sil-alkalami font-sil-tai-heritage-pro
+ font-sil-charis font-sil-padauk font-sil-abyssinica font-sil-mingzat
+ font-sil-harmattan font-libre-hebrew font-alef font-reem-kufi-ttf
+ font-crosextra-caladea-ttf
  fonts-roboto-ttf font-vollkorn-ttf ttf-ubuntu-font-family"
 short_desc="Google's Collection of Fonts"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0, OFL-1.1"
 homepage="https://www.google.com/fonts"
 distfiles="https://github.com/google/fonts/archive/${_githash}.tar.gz"
-checksum=c57a6b1ad81d97b002f740721528084c54cf88c0e3dfe3436d780d814f0268af
+checksum=b32a5c20ff642ef1fb5f8361e5881ee8b75a37fde02e43638903e7429c1fad71
 font_dirs="/usr/share/fonts/TTF"
 
 post_extract() {

  parent reply	other threads:[~2023-03-18 15:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-18  1:12 [PR PATCH] " sgn
2023-03-18 14:42 ` [PR PATCH] [Updated] " sgn
2023-03-18 15:25 ` sgn [this message]
2023-03-19 15:03 ` [PR PATCH] [Merged]: " sgn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230318152532.YBerha6p5ZBiSrAOObOJXwl1A2qb7X_y0d1Z9RtQJu0@z \
    --to=sgn@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).