Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] font-manjari: update to 2.000.
@ 2021-04-01 11:39 mobinmob
  2021-04-01 13:53 ` [PR REVIEW] " ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mobinmob @ 2021-04-01 11:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages font-manjari
https://github.com/void-linux/void-packages/pull/29928

font-manjari: update to 2.000.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29928.patch is attached

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

From 7e293aa95baf3e0c1cb3e943d151139dc67a671b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 1 Apr 2021 14:39:00 +0300
Subject: [PATCH] font-manjari: update to 2.000.

---
 srcpkgs/font-manjari/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/font-manjari/template b/srcpkgs/font-manjari/template
index 3303e7b2e0df..92524f3a82f6 100644
--- a/srcpkgs/font-manjari/template
+++ b/srcpkgs/font-manjari/template
@@ -1,6 +1,6 @@
 # Template file for 'font-manjari'
 pkgname=font-manjari
-version=1.920
+version=2.000
 revision=1
 create_wrksrc=yes
 depends="font-util"
@@ -8,10 +8,8 @@ short_desc="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://releases.smc.org.in/fonts/manjari/Version${version}/manjari-Version${version}.tar.gz
- https://gitlab.com/smc/fonts/manjari/-/raw/Version${version}/LICENSE.txt"
-checksum="77cfe8fbb18ed5325e228d96b4b69cfd21cc9434eab18656fb9bc48ce691b9c3
- 3ff5ecb5ffbfe008bcc1e2861f2124aabd5571ad1ae9badc245a4e383727ccd2"
+distfiles="https://releases.smc.org.in/fonts/manjari/Version${version}/manjari-Version${version}.tar.gz"
+checksum=c7d99a8fc70137d99297ce20f9a20a58a159450fbf6b4722138f7698cb99a102
 font_dirs="/usr/share/fonts/TTF"
 
 do_install() {
@@ -21,6 +19,4 @@ do_install() {
 
 	# install fontconfig file
 	vinstall 67-fonts-smc-manjari.conf 0644 etc/fonts/conf.avail/67-fonts-smc-manjari.conf
-
-	vlicense LICENSE.txt
 }

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

* Re: [PR REVIEW] font-manjari: update to 2.000.
  2021-04-01 11:39 [PR PATCH] font-manjari: update to 2.000 mobinmob
@ 2021-04-01 13:53 ` ericonr
  2021-04-04 11:54 ` mobinmob
  2021-04-04 20:46 ` [PR PATCH] [Closed]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-04-01 13:53 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29928#discussion_r605676484

Comment:
They moved the license to another file https://gitlab.com/smc/fonts/manjari/-/blob/master/OFL.txt , but I guess it didn't need to be included at all? It *does* have a customized copyright line...

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

* Re: [PR REVIEW] font-manjari: update to 2.000.
  2021-04-01 11:39 [PR PATCH] font-manjari: update to 2.000 mobinmob
  2021-04-01 13:53 ` [PR REVIEW] " ericonr
@ 2021-04-04 11:54 ` mobinmob
  2021-04-04 20:46 ` [PR PATCH] [Closed]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: mobinmob @ 2021-04-04 11:54 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/29928#discussion_r606790862

Comment:
AFAICT the license is OFL so it does not need to be included :)

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

* Re: [PR PATCH] [Closed]: font-manjari: update to 2.000.
  2021-04-01 11:39 [PR PATCH] font-manjari: update to 2.000 mobinmob
  2021-04-01 13:53 ` [PR REVIEW] " ericonr
  2021-04-04 11:54 ` mobinmob
@ 2021-04-04 20:46 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-04-04 20:46 UTC (permalink / raw)
  To: ml

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

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

font-manjari: update to 2.000.
https://github.com/void-linux/void-packages/pull/29928

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

end of thread, other threads:[~2021-04-04 20:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01 11:39 [PR PATCH] font-manjari: update to 2.000 mobinmob
2021-04-01 13:53 ` [PR REVIEW] " ericonr
2021-04-04 11:54 ` mobinmob
2021-04-04 20:46 ` [PR PATCH] [Closed]: " ericonr

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