* Help with packaging for fonts without a vcs repository
@ 2022-01-08 9:27 Sai Karthik
2022-01-11 14:05 ` Efraim Flashner
2022-01-11 21:28 ` Pascal Lorenz
0 siblings, 2 replies; 3+ messages in thread
From: Sai Karthik @ 2022-01-08 9:27 UTC (permalink / raw)
To: help-guix
[-- Attachment #1.1.1: Type: text/plain, Size: 634 bytes --]
Hello guix!
I want to package a bunch of OFL license fonts for guix called
teluguvijayam[1]. These fonts are not available on git repo. We have
packaged these fonts for debian using a shell script[2] which downloads
fonts from the source website & creates a tarball, Which is later used
in packaging.
I need help about how to approach this in guix. I am new to guix & this
would be my first packaging attempt :)
[1] https://salsa.debian.org/fonts-team/fonts-teluguvijayam
[2]
https://salsa.debian.org/fonts-team/fonts-teluguvijayam/-/blob/master/debian/create-orig-source
--
https://kskarthik.gitlab.io/
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3185 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Help with packaging for fonts without a vcs repository
2022-01-08 9:27 Help with packaging for fonts without a vcs repository Sai Karthik
@ 2022-01-11 14:05 ` Efraim Flashner
2022-01-11 21:28 ` Pascal Lorenz
1 sibling, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2022-01-11 14:05 UTC (permalink / raw)
To: Sai Karthik; +Cc: help-guix
[-- Attachment #1: Type: text/plain, Size: 1266 bytes --]
On Sat, Jan 08, 2022 at 02:57:15PM +0530, Sai Karthik wrote:
> Hello guix!
>
> I want to package a bunch of OFL license fonts for guix called
> teluguvijayam[1]. These fonts are not available on git repo. We have
> packaged these fonts for debian using a shell script[2] which downloads
> fonts from the source website & creates a tarball, Which is later used in
> packaging.
>
> I need help about how to approach this in guix. I am new to guix & this
> would be my first packaging attempt :)
>
> [1] https://salsa.debian.org/fonts-team/fonts-teluguvijayam
> [2] https://salsa.debian.org/fonts-team/fonts-teluguvijayam/-/blob/master/debian/create-orig-source
>
I think the bigger problem is that they're not versioned.o
I think your best option is to either create a separate package for each
font and then a 'meta package' which pulls them all together (like xfce
does) or to add all the fonts as origins in the inputs (like
java-cisd-base in gnu/packages/java.scm) and then install them manually
in the correct directory.
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Help with packaging for fonts without a vcs repository
2022-01-08 9:27 Help with packaging for fonts without a vcs repository Sai Karthik
2022-01-11 14:05 ` Efraim Flashner
@ 2022-01-11 21:28 ` Pascal Lorenz
1 sibling, 0 replies; 3+ messages in thread
From: Pascal Lorenz @ 2022-01-11 21:28 UTC (permalink / raw)
To: Sai Karthik; +Cc: help-guix
> mv Syamala%20Ramana.otf SyamalaRamana.ttf
> mv Potti%20Sreeramulu.otf PottiSreeramulu.ttf
Not related to Guix, but to your package for Debian: there seems to be a mistake in create-orig-source, lines 27 & 28.
> On 8. Jan 2022, at 10:27, Sai Karthik <kskarthik@disroot.org> wrote:
>
> Hello guix!
>
> I want to package a bunch of OFL license fonts for guix called teluguvijayam[1]. These fonts are not available on git repo. We have packaged these fonts for debian using a shell script[2] which downloads fonts from the source website & creates a tarball, Which is later used in packaging.
>
> I need help about how to approach this in guix. I am new to guix & this would be my first packaging attempt :)
>
> [1] https://salsa.debian.org/fonts-team/fonts-teluguvijayam
> [2] https://salsa.debian.org/fonts-team/fonts-teluguvijayam/-/blob/master/debian/create-orig-source
>
>
> --
> https://kskarthik.gitlab.io/
> <OpenPGP_0xF5B9A961BF6EAF0E.asc>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-01-11 21:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-08 9:27 Help with packaging for fonts without a vcs repository Sai Karthik
2022-01-11 14:05 ` Efraim Flashner
2022-01-11 21:28 ` Pascal Lorenz
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.