Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] calibre: update liberation fonts location
@ 2023-03-24  0:38 sgn
  2023-03-24  0:44 ` [PR PATCH] [Updated] " sgn
  2023-03-24  1:25 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: sgn @ 2023-03-24  0:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages calibre-fix
https://github.com/void-linux/void-packages/pull/42963

calibre: update liberation fonts location
Fix: #42953

<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/42963.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-calibre-fix-42963.patch --]
[-- Type: text/x-diff, Size: 1459 bytes --]

From abd2bb57cd69c9bed4dfdd10769f615ad515c925 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: Fri, 24 Mar 2023 07:34:55 +0700
Subject: [PATCH] calibre: update liberation fonts location

Fix: #42953
---
 srcpkgs/calibre/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index e58c2ccbc832..4995b51889ff 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=6.13.0
-revision=1
+revision=2
 build_wrksrc=calibre
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
@@ -81,7 +81,7 @@ do_build() {
 		--path-to-hyphenation "$wrksrc/libreoffice-${_lover}/dictionaries"
 	python3 setup.py liberation_fonts \
 		--system-liberation_fonts \
-		--path-to-liberation_fonts /usr/share/fonts/TTF
+		--path-to-liberation_fonts /usr/share/fonts/TTF/liberation
 	python3 setup.py mathjax \
 		--path-to-mathjax /usr/share/mathjax --system-mathjax
 	python3 setup.py iso639
@@ -92,7 +92,7 @@ do_build() {
 	python3 setup.py resources \
 		--path-to-hyphenation "$wrksrc/libreoffice-${_lover}/dictionaries" \
 		--system-liberation_fonts \
-		--path-to-liberation_fonts /usr/share/fonts/TTF \
+		--path-to-liberation_fonts /usr/share/fonts/TTF/liberation \
 		--path-to-mathjax /usr/share/mathjax --system-mathjax
 }
 

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

end of thread, other threads:[~2023-03-24  1:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24  0:38 [PR PATCH] calibre: update liberation fonts location sgn
2023-03-24  0:44 ` [PR PATCH] [Updated] " sgn
2023-03-24  1:25 ` [PR PATCH] [Merged]: " sgn

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