Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: khmer-fonts-ttf-5.0
@ 2019-06-27  5:15 voidlinux-github
  2019-06-29  6:55 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-27  5:15 UTC (permalink / raw)
  To: ml

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

There is a new pull request by zdtcd against master on the void-packages repository

https://github.com/zdtcd/void-packages khmer-fonts
https://github.com/void-linux/void-packages/pull/12714

New package: khmer-fonts-ttf-5.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-khmer-fonts-12714.patch --]
[-- Type: application/text/x-diff, Size: 1318 bytes --]

From 82bae05664aec4afd7d6436d50dee09ed0b39a22 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Thu, 27 Jun 2019 12:13:45 +0700
Subject: [PATCH] New package: khmer-fonts-ttf-5.0

---
 srcpkgs/khmer-fonts-ttf/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/khmer-fonts-ttf/template

diff --git a/srcpkgs/khmer-fonts-ttf/template b/srcpkgs/khmer-fonts-ttf/template
new file mode 100644
index 00000000000..5b261e0b035
--- /dev/null
+++ b/srcpkgs/khmer-fonts-ttf/template
@@ -0,0 +1,23 @@
+# Template file for 'khmeros-fonts-ttf'
+pkgname=khmer-fonts-ttf
+version=5.0
+revision=1
+archs=noarch
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="Fonts for Khmer and Latin script"
+maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
+license="LGPL"
+homepage="https://sourceforge.net/projects/khmer/"
+distfiles="${SOURCEFORGE_SITE}/khmer/Fonts%20-%20KhmerOS/KhmerOS%20Fonts%20${version}-%20LGPL%20Licence/All_KhmerOS_${version}.zip"
+checksum=62fec2273016fb6e69b18635e696fd2c91953af9cbe757b341721aec2232432e
+
+do_extract() {
+	unzip ${XBPS_SRCDISTDIR}/${pkgname}-${version}/All_KhmerOS_${version}.zip\
+		-d ${wrksrc}
+}
+
+do_install() {
+	vmkdir usr/share/fonts/TTF
+	install -m644 **/*.ttf ${DESTDIR}/usr/share/fonts/TTF
+}

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PR PATCH] [Updated] New package: khmer-fonts-ttf-5.0
  2019-06-27  5:15 [PR PATCH] New package: khmer-fonts-ttf-5.0 voidlinux-github
@ 2019-06-29  6:55 ` voidlinux-github
  2019-06-29  6:55 ` voidlinux-github
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-29  6:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdtcd/void-packages khmer-fonts
https://github.com/void-linux/void-packages/pull/12714

New package: khmer-fonts-ttf-5.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-khmer-fonts-12714.patch --]
[-- Type: application/text/x-diff, Size: 1325 bytes --]

From b91841233d2f49345b57bdafd4c29b68bedbdd24 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Thu, 27 Jun 2019 12:13:45 +0700
Subject: [PATCH] New package: khmer-fonts-ttf-5.0

---
 srcpkgs/khmer-fonts-ttf/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/khmer-fonts-ttf/template

diff --git a/srcpkgs/khmer-fonts-ttf/template b/srcpkgs/khmer-fonts-ttf/template
new file mode 100644
index 00000000000..7ebdfbb7ef2
--- /dev/null
+++ b/srcpkgs/khmer-fonts-ttf/template
@@ -0,0 +1,23 @@
+# Template file for 'khmer-fonts-ttf'
+pkgname=khmer-fonts-ttf
+version=5.0
+revision=1
+archs=noarch
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="Fonts for Khmer and Latin script"
+maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="http://www.khmeros.info/?q=en/fonts"
+distfiles="${SOURCEFORGE_SITE}/khmer/Fonts%20-%20KhmerOS/KhmerOS%20Fonts%20${version}-%20LGPL%20Licence/All_KhmerOS_${version}.zip"
+checksum=62fec2273016fb6e69b18635e696fd2c91953af9cbe757b341721aec2232432e
+
+do_extract() {
+	unzip ${XBPS_SRCDISTDIR}/${pkgname}-${version}/All_KhmerOS_${version}.zip\
+		-d ${wrksrc}
+}
+
+do_install() {
+	vmkdir usr/share/fonts/TTF
+	install -m644 **/*.ttf ${DESTDIR}/usr/share/fonts/TTF
+}

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PR PATCH] [Updated] New package: khmer-fonts-ttf-5.0
  2019-06-27  5:15 [PR PATCH] New package: khmer-fonts-ttf-5.0 voidlinux-github
  2019-06-29  6:55 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-29  6:55 ` voidlinux-github
  2019-06-29  8:07 ` voidlinux-github
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-29  6:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdtcd/void-packages khmer-fonts
https://github.com/void-linux/void-packages/pull/12714

New package: khmer-fonts-ttf-5.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-khmer-fonts-12714.patch --]
[-- Type: application/text/x-diff, Size: 1325 bytes --]

From b91841233d2f49345b57bdafd4c29b68bedbdd24 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Thu, 27 Jun 2019 12:13:45 +0700
Subject: [PATCH] New package: khmer-fonts-ttf-5.0

---
 srcpkgs/khmer-fonts-ttf/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/khmer-fonts-ttf/template

diff --git a/srcpkgs/khmer-fonts-ttf/template b/srcpkgs/khmer-fonts-ttf/template
new file mode 100644
index 00000000000..7ebdfbb7ef2
--- /dev/null
+++ b/srcpkgs/khmer-fonts-ttf/template
@@ -0,0 +1,23 @@
+# Template file for 'khmer-fonts-ttf'
+pkgname=khmer-fonts-ttf
+version=5.0
+revision=1
+archs=noarch
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="Fonts for Khmer and Latin script"
+maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="http://www.khmeros.info/?q=en/fonts"
+distfiles="${SOURCEFORGE_SITE}/khmer/Fonts%20-%20KhmerOS/KhmerOS%20Fonts%20${version}-%20LGPL%20Licence/All_KhmerOS_${version}.zip"
+checksum=62fec2273016fb6e69b18635e696fd2c91953af9cbe757b341721aec2232432e
+
+do_extract() {
+	unzip ${XBPS_SRCDISTDIR}/${pkgname}-${version}/All_KhmerOS_${version}.zip\
+		-d ${wrksrc}
+}
+
+do_install() {
+	vmkdir usr/share/fonts/TTF
+	install -m644 **/*.ttf ${DESTDIR}/usr/share/fonts/TTF
+}

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: New package: khmer-fonts-ttf-5.0
  2019-06-27  5:15 [PR PATCH] New package: khmer-fonts-ttf-5.0 voidlinux-github
  2019-06-29  6:55 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-29  6:55 ` voidlinux-github
@ 2019-06-29  8:07 ` voidlinux-github
  2019-06-29 17:04 ` voidlinux-github
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-29  8:07 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/12714#issuecomment-506938063
Comment:
Please set `create_wrksrc=yes` instead of do_extract.
They didn't said what LGPL version, so we can use any.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: New package: khmer-fonts-ttf-5.0
  2019-06-27  5:15 [PR PATCH] New package: khmer-fonts-ttf-5.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-29  8:07 ` voidlinux-github
@ 2019-06-29 17:04 ` voidlinux-github
  2019-06-29 17:07 ` voidlinux-github
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-29 17:04 UTC (permalink / raw)
  To: ml

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

New comment by zdtcd on void-packages repository

https://github.com/void-linux/void-packages/pull/12714#issuecomment-506972288
Comment:
> Please set `create_wrksrc=yes` instead of do_extract.
> They didn't said what LGPL version, so we can use any.

Yeah, from LGPL, if they don't specify which version of LGPL, we can use whichever we like.
2.1 would be a sensible choice

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: New package: khmer-fonts-ttf-5.0
  2019-06-27  5:15 [PR PATCH] New package: khmer-fonts-ttf-5.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-29 17:04 ` voidlinux-github
@ 2019-06-29 17:07 ` voidlinux-github
  2019-06-29 18:32 ` voidlinux-github
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-29 17:07 UTC (permalink / raw)
  To: ml

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

New comment by zdtcd on void-packages repository

https://github.com/void-linux/void-packages/pull/12714#issuecomment-506972288
Comment:
> Please set `create_wrksrc=yes` instead of do_extract.

This package need unzip, if we set `create_wrksc=yes`,
xbps-src doesn't work, please advise!

> They didn't said what LGPL version, so we can use any.

Yeah, from LGPL, if they don't specify which version of LGPL, we can use whichever we like.
2.1 would be a sensible choice

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: New package: khmer-fonts-ttf-5.0
  2019-06-27  5:15 [PR PATCH] New package: khmer-fonts-ttf-5.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-06-29 17:07 ` voidlinux-github
@ 2019-06-29 18:32 ` voidlinux-github
  2019-06-29 18:32 ` voidlinux-github
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-29 18:32 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/12714#issuecomment-506977909
Comment:
@zdtcd you need to set workdir to the name of the path contained in the zip. Here's a working template:
```
# Template file for 'khmer-fonts-ttf'
pkgname=khmer-fonts-ttf
version=5.0
revision=1
wrksrc="All_KhmerOS_${version}"
archs=noarch
hostmakedepends="unzip"
depends="font-util"
short_desc="Fonts for Khmer and Latin script"
maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
license="LGPL-2.1-or-later"
homepage="http://www.khmeros.info/?q=en/fonts"
distfiles="${SOURCEFORGE_SITE}/khmer/Fonts%20-%20KhmerOS/KhmerOS%20Fonts%20${version}-%20LGPL%20Licence/All_
KhmerOS_${version}.zip"
checksum=62fec2273016fb6e69b18635e696fd2c91953af9cbe757b341721aec2232432e
font_dirs="/usr/share/fonts/TTF"

do_install() {
        for f in ./*.ttf; do
                vinstall "$f" 644 usr/share/fonts/TTF
        done
}
```

BTW one of the fonts is `KhmerOS .ttf` - note the blank between the name a the `.ttf`.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: New package: khmer-fonts-ttf-5.0
  2019-06-27  5:15 [PR PATCH] New package: khmer-fonts-ttf-5.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-06-29 18:32 ` voidlinux-github
@ 2019-06-29 18:32 ` voidlinux-github
  2019-06-29 18:35 ` voidlinux-github
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-29 18:32 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/12714#issuecomment-506977909
Comment:
@zdtcd you need to set workdir to the name of the path contained in the zip. Here's a working template:
```
# Template file for 'khmer-fonts-ttf'
pkgname=khmer-fonts-ttf
version=5.0
revision=1
archs=noarch
wrksrc="All_KhmerOS_${version}"
hostmakedepends="unzip"
depends="font-util"
short_desc="Fonts for Khmer and Latin script"
maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
license="LGPL-2.1-or-later"
homepage="http://www.khmeros.info/?q=en/fonts"
distfiles="${SOURCEFORGE_SITE}/khmer/Fonts%20-%20KhmerOS/KhmerOS%20Fonts%20${version}-%20LGPL%20Licence/All_
KhmerOS_${version}.zip"
checksum=62fec2273016fb6e69b18635e696fd2c91953af9cbe757b341721aec2232432e
font_dirs="/usr/share/fonts/TTF"

do_install() {
        for f in ./*.ttf; do
                vinstall "$f" 644 usr/share/fonts/TTF
        done
}
```

BTW one of the fonts is `KhmerOS .ttf` - note the blank between the name a the `.ttf`.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: New package: khmer-fonts-ttf-5.0
  2019-06-27  5:15 [PR PATCH] New package: khmer-fonts-ttf-5.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-06-29 18:32 ` voidlinux-github
@ 2019-06-29 18:35 ` voidlinux-github
  2019-06-29 18:36 ` voidlinux-github
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-29 18:35 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/12714#issuecomment-506977909
Comment:
@zdtcd you need to set workdir to the name of the path contained in the zip. Here's a working template:
```
# Template file for 'khmer-fonts-ttf'
pkgname=khmer-fonts-ttf
version=5.0
revision=1
archs=noarch
wrksrc="All_KhmerOS_${version}"
hostmakedepends="unzip"
depends="font-util"
short_desc="Fonts for Khmer and Latin script"
maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
license="LGPL-2.1-or-later"
homepage="http://www.khmeros.info/?q=en/fonts"
distfiles="${SOURCEFORGE_SITE}/khmer/Fonts%20-%20KhmerOS/KhmerOS%20Fonts%20${version}-%20LGPL%20Licence/All_
KhmerOS_${version}.zip"
checksum=62fec2273016fb6e69b18635e696fd2c91953af9cbe757b341721aec2232432e
font_dirs="/usr/share/fonts/TTF"

do_install() {
        for f in ./*.ttf; do
                vinstall "$f" 644 usr/share/fonts/TTF
        done
}
```

BTW one of the fonts is `KhmerOS .ttf` - note the blank between the name a the `.ttf`. Perhaps you want to remove that blank like e.g. `mv KhmerOS{ ,}.ttf` before the loop?

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: New package: khmer-fonts-ttf-5.0
  2019-06-27  5:15 [PR PATCH] New package: khmer-fonts-ttf-5.0 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-06-29 18:35 ` voidlinux-github
@ 2019-06-29 18:36 ` voidlinux-github
  2019-06-30  1:26 ` voidlinux-github
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-29 18:36 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/12714#issuecomment-506977909
Comment:
@zdtcd you need to set workdir to the name of the path contained in the zip. Here's a working template:
```
# Template file for 'khmer-fonts-ttf'
pkgname=khmer-fonts-ttf
version=5.0
revision=1
archs=noarch
wrksrc="All_KhmerOS_${version}"
hostmakedepends="unzip"
depends="font-util"
short_desc="Fonts for Khmer and Latin script"
maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
license="LGPL-2.1-or-later"
homepage="http://www.khmeros.info/?q=en/fonts"
distfiles="${SOURCEFORGE_SITE}/khmer/Fonts%20-%20KhmerOS/KhmerOS%20Fonts%20${version}-%20LGPL%20Licence/All_
KhmerOS_${version}.zip"
checksum=62fec2273016fb6e69b18635e696fd2c91953af9cbe757b341721aec2232432e
font_dirs="/usr/share/fonts/TTF"

do_install() {
        for f in ./*.ttf; do
                vinstall "$f" 644 usr/share/fonts/TTF
        done
}
```

BTW one of the fonts is `KhmerOS .ttf` - note the blank between the name a the `.ttf`.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: New package: khmer-fonts-ttf-5.0
  2019-06-27  5:15 [PR PATCH] New package: khmer-fonts-ttf-5.0 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-06-29 18:36 ` voidlinux-github
@ 2019-06-30  1:26 ` voidlinux-github
  2019-06-30  1:30 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-30  1:26 UTC (permalink / raw)
  To: ml

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

New comment by zdtcd on void-packages repository

https://github.com/void-linux/void-packages/pull/12714#issuecomment-506999089
Comment:
> BTW one of the fonts is `KhmerOS .ttf` - note the blank between the
> name a the `.ttf`.

Should we strip the blank or keep it as is?

-- 
Danh


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PR PATCH] [Updated] New package: khmer-fonts-ttf-5.0
  2019-06-27  5:15 [PR PATCH] New package: khmer-fonts-ttf-5.0 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-06-30  1:30 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-30  1:30 ` voidlinux-github
  2019-06-30 13:16 ` voidlinux-github
  2019-06-30 13:17 ` [PR PATCH] [Merged]: " voidlinux-github
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-30  1:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdtcd/void-packages khmer-fonts
https://github.com/void-linux/void-packages/pull/12714

New package: khmer-fonts-ttf-5.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-khmer-fonts-12714.patch --]
[-- Type: application/text/x-diff, Size: 1262 bytes --]

From de83588608c281891f638a13ee1c747028d05d0b Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Thu, 27 Jun 2019 12:13:45 +0700
Subject: [PATCH] New package: khmer-fonts-ttf-5.0

---
 srcpkgs/khmer-fonts-ttf/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/khmer-fonts-ttf/template

diff --git a/srcpkgs/khmer-fonts-ttf/template b/srcpkgs/khmer-fonts-ttf/template
new file mode 100644
index 00000000000..e1791f740fe
--- /dev/null
+++ b/srcpkgs/khmer-fonts-ttf/template
@@ -0,0 +1,21 @@
+# Template file for 'khmer-fonts-ttf'
+pkgname=khmer-fonts-ttf
+version=5.0
+revision=1
+archs=noarch
+wrksrc="All_KhmerOS_${version}"
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="Fonts for Khmer and Latin script"
+maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="http://www.khmeros.info/?q=en/fonts"
+distfiles="${SOURCEFORGE_SITE}/khmer/Fonts%20-%20KhmerOS/KhmerOS%20Fonts%20${version}-%20LGPL%20Licence/All_KhmerOS_${version}.zip"
+checksum=62fec2273016fb6e69b18635e696fd2c91953af9cbe757b341721aec2232432e
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PR PATCH] [Updated] New package: khmer-fonts-ttf-5.0
  2019-06-27  5:15 [PR PATCH] New package: khmer-fonts-ttf-5.0 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-06-30  1:26 ` voidlinux-github
@ 2019-06-30  1:30 ` voidlinux-github
  2019-06-30  1:30 ` voidlinux-github
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-30  1:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdtcd/void-packages khmer-fonts
https://github.com/void-linux/void-packages/pull/12714

New package: khmer-fonts-ttf-5.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-khmer-fonts-12714.patch --]
[-- Type: application/text/x-diff, Size: 1262 bytes --]

From de83588608c281891f638a13ee1c747028d05d0b Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Thu, 27 Jun 2019 12:13:45 +0700
Subject: [PATCH] New package: khmer-fonts-ttf-5.0

---
 srcpkgs/khmer-fonts-ttf/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/khmer-fonts-ttf/template

diff --git a/srcpkgs/khmer-fonts-ttf/template b/srcpkgs/khmer-fonts-ttf/template
new file mode 100644
index 00000000000..e1791f740fe
--- /dev/null
+++ b/srcpkgs/khmer-fonts-ttf/template
@@ -0,0 +1,21 @@
+# Template file for 'khmer-fonts-ttf'
+pkgname=khmer-fonts-ttf
+version=5.0
+revision=1
+archs=noarch
+wrksrc="All_KhmerOS_${version}"
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="Fonts for Khmer and Latin script"
+maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="http://www.khmeros.info/?q=en/fonts"
+distfiles="${SOURCEFORGE_SITE}/khmer/Fonts%20-%20KhmerOS/KhmerOS%20Fonts%20${version}-%20LGPL%20Licence/All_KhmerOS_${version}.zip"
+checksum=62fec2273016fb6e69b18635e696fd2c91953af9cbe757b341721aec2232432e
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: New package: khmer-fonts-ttf-5.0
  2019-06-27  5:15 [PR PATCH] New package: khmer-fonts-ttf-5.0 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-06-30  1:30 ` voidlinux-github
@ 2019-06-30 13:16 ` voidlinux-github
  2019-06-30 13:17 ` [PR PATCH] [Merged]: " voidlinux-github
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-30 13:16 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/12714#issuecomment-507035670
Comment:
I'd say leave it as it is. Just remember the fact in case it's causing problems for somebody later on... I could imagine a GUI input field where you enter a font name, and which strips leading / trailing blanks, but I don't know of such an application :)

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PR PATCH] [Merged]: New package: khmer-fonts-ttf-5.0
  2019-06-27  5:15 [PR PATCH] New package: khmer-fonts-ttf-5.0 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-06-30 13:16 ` voidlinux-github
@ 2019-06-30 13:17 ` voidlinux-github
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-30 13:17 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

New package: khmer-fonts-ttf-5.0
https://github.com/void-linux/void-packages/pull/12714
Description: 

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-06-30 13:17 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-27  5:15 [PR PATCH] New package: khmer-fonts-ttf-5.0 voidlinux-github
2019-06-29  6:55 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-29  6:55 ` voidlinux-github
2019-06-29  8:07 ` voidlinux-github
2019-06-29 17:04 ` voidlinux-github
2019-06-29 17:07 ` voidlinux-github
2019-06-29 18:32 ` voidlinux-github
2019-06-29 18:32 ` voidlinux-github
2019-06-29 18:35 ` voidlinux-github
2019-06-29 18:36 ` voidlinux-github
2019-06-30  1:26 ` voidlinux-github
2019-06-30  1:30 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-30  1:30 ` voidlinux-github
2019-06-30 13:16 ` voidlinux-github
2019-06-30 13:17 ` [PR PATCH] [Merged]: " voidlinux-github

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).