Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: font-manjari-1.810
@ 2020-07-17 20:29 aktsbot
  2020-07-17 20:34 ` Chocimier
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: aktsbot @ 2020-07-17 20:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aktsbot/void-packages font-manjari-2
https://github.com/void-linux/void-packages/pull/23625

New package: font-manjari-1.810
Manjari, a malayalam font with smooth curves.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-font-manjari-2-23625.patch --]
[-- Type: text/x-diff, Size: 1358 bytes --]

From ad9c9b7c61742113f629e503b1151651d7a1f0d4 Mon Sep 17 00:00:00 2001
From: aktsbot <box.ashishk@gmail.com>
Date: Sat, 18 Jul 2020 01:52:27 +0530
Subject: [PATCH] New package: font-manjari-1.810

---
 srcpkgs/font-manjari/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/font-manjari/template

diff --git a/srcpkgs/font-manjari/template b/srcpkgs/font-manjari/template
new file mode 100644
index 00000000000..d9ac871dc59
--- /dev/null
+++ b/srcpkgs/font-manjari/template
@@ -0,0 +1,24 @@
+# Template file for 'font-manjari'
+pkgname=font-manjari
+version=1.810
+revision=1
+archs="noarch"
+create_wrksrc=yes
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="Manjari: Malayalam font with smooth curves"
+maintainer="Ashish Kurian Thomas <a@aktsbot.in>"
+license="OFL-1.1"
+homepage="https://smc.org.in/fonts/manjari"
+distfiles="https://smc.org.in/downloads//fonts/manjari/manjari.zip
+ https://gitlab.com/smc/fonts/manjari/-/blob/Version${version}/LICENSE.txt"
+checksum="f91b7c7ae232e3c0555badc88a5fbfa010ba61f5e44bb062f72b656a1e10367d
+ 2eca3edf8b11c104053a8491bd2abe7af5afb7e41226d897d8828fbc8aa3b7b3"
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in *.ttf; do
+		vinstall $f 0644 /usr/share/fonts/TTF
+		vlicense ${XBPS_SRCDISTDIR}/${sourcepkg}-${version}/LICENSE.txt
+	done
+}

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PR PATCH] New package: font-manjari-1.810
@ 2020-07-17 19:14 aktsbot
  2020-07-17 19:41 ` Chocimier
  2020-07-17 20:27 ` aktsbot
  0 siblings, 2 replies; 14+ messages in thread
From: aktsbot @ 2020-07-17 19:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aktsbot/void-packages font-manjari
https://github.com/void-linux/void-packages/pull/23624

New package: font-manjari-1.810
Manjari, a malayalam font with smooth curves.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-font-manjari-23624.patch --]
[-- Type: text/x-diff, Size: 1134 bytes --]

From 658a653d60aaeca1395d6fac37892c2c1572b3fe Mon Sep 17 00:00:00 2001
From: aktsbot <box.ashishk@gmail.com>
Date: Sat, 18 Jul 2020 00:40:45 +0530
Subject: [PATCH] New package: font-manjari-1.810

---
 srcpkgs/font-manjari/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/font-manjari/template

diff --git a/srcpkgs/font-manjari/template b/srcpkgs/font-manjari/template
new file mode 100644
index 00000000000..de55fa5d4b8
--- /dev/null
+++ b/srcpkgs/font-manjari/template
@@ -0,0 +1,20 @@
+# Template file for 'font-manjari'
+pkgname=font-manjari
+version=1.810
+revision=1
+archs="noarch"
+create_wrksrc=yes
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="Manjari: Malayalam font with smooth curves"
+maintainer="Ashish Kurian Thomas <a@aktsbot.in>"
+license="SIL OPEN FONT LICENSE Version 1.1"
+homepage="https://smc.org.in/fonts/manjari"
+distfiles="https://smc.org.in/downloads//fonts/manjari/manjari.zip"
+checksum=f91b7c7ae232e3c0555badc88a5fbfa010ba61f5e44bb062f72b656a1e10367d
+
+do_install() {
+	for f in *.ttf; do
+		vinstall $f 0644 /usr/share/fonts/TTF
+	done
+}

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

end of thread, other threads:[~2020-07-24 15:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-17 20:29 [PR PATCH] New package: font-manjari-1.810 aktsbot
2020-07-17 20:34 ` Chocimier
2020-07-17 20:46 ` [PR PATCH] [Updated] " aktsbot
2020-07-17 20:49 ` aktsbot
2020-07-17 21:23 ` [PR PATCH] [Updated] " aktsbot
2020-07-22 20:58 ` Chocimier
2020-07-23  9:47 ` [PR PATCH] [Updated] " aktsbot
2020-07-23 10:19 ` aktsbot
2020-07-23 17:31 ` Chocimier
2020-07-23 17:32 ` [PR PATCH] [Merged]: " Chocimier
2020-07-23 17:32 ` Chocimier
2020-07-24 15:54 ` aktsbot
  -- strict thread matches above, loose matches on Subject: below --
2020-07-17 19:14 [PR PATCH] " aktsbot
2020-07-17 19:41 ` Chocimier
2020-07-17 20:27 ` aktsbot

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