~ruther/guix-local

84d4ee7e — Simon Josefsson 3 years ago
gnu: libgpg-error: Update to 1.46.

* gnu/packages/gnupg.scm (libgpg-error): Update to 1.46, passing
--enable-install-gpg-error-config to ./configure because some packages still
uses gpg-error-config (e.g., libassuan 2.5.5)

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I471a3c95a75565f5f4a69e90b40e8aac4fc7c69b
583bb8d0 — Simon South 3 years ago
gnu: font-charter: Install license file.

* gnu/packages/fonts.scm (font-charter)[arguments]<#:license-file-regexp>:
Add.
7d220b78 — Simon South 3 years ago
gnu: font-fontna-yasashisa-antique: Install license file.

* gnu/packages/fonts.scm (font-fontna-yasashisa-antique)[arguments]<#:phases>:
Add "enter-license-directory" phase.
f5a8d873 — Simon South 3 years ago
gnu: font-jetbrains-mono: Remove obsolete phase.

* gnu/packages/fonts.scm (font-jetbrains-mono)[arguments]<#:phases>: Remove
obsolete "install-license-files" phase.
9c95b224 — Simon South 3 years ago
gnu: font-dseg: Install license file.

* gnu/packages/fonts.scm (font-dseg)[arguments]<#:license-file-regexp>: Add.
13e9e6d2 — Simon South 3 years ago
gnu: font-dseg: Simplify "install" phase.

* gnu/packages/fonts.scm (font-dseg)[source]: Use url-fetch.
[arguments]<#:phases>: Remove "with-directory-excursion" from "install" phase.
6bb98882 — Simon South 3 years ago
gnu: font-culmus: Install all license files.

* gnu/packages/fonts.scm (font-culmus)[arguments]<#:license-file-regexp>: Add.
efa43e94 — Simon South 3 years ago
gnu: font-dosis: Remove extraneous files; install license file.

* gnu/packages/fonts.scm (font-dosis)[source]: Use url-fetch.
f8619a64 — Simon South 3 years ago
gnu: font-go: Install license files.

* gnu/packages/fonts.scm (font-go)[arguments]<#:license-file-regexp>: Add.
<#:phases>: Add "enter-license-directory" phase.
3245258f — Simon South 3 years ago
gnu: font-space-grotesk: Remove obsolete phase.

* gnu/packages/fonts.scm (font-space-grotesk)[arguments]: Remove along with
obsolete "install-license-files" phase.
f98d63d0 — Simon South 3 years ago
gnu: font-comic-neue: Install license file.

* gnu/packages/fonts.scm (font-comic-neue)[arguments]<#:phases>: Add
"enter-license-directory" phase.
659f37fc — Simon South 3 years ago
gnu: font-fira-go: Install license file.

* gnu/packages/fonts.scm (font-fira-go)[arguments]: Add with
"enter-license-directory" phase.
0923bbbe — Simon South 3 years ago
gnu: font-fira-sans: Install license file.

* gnu/packages/fonts.scm (font-fira-sans)[arguments]<#:phases>: Add
"enter-license-directory" phase.
1153be58 — Simon South 3 years ago
gnu: font-wqy-microhei: Install all license files.

* gnu/packages/fonts.scm (font-wqy-microhei)[arguments]: Add with
 #:license-file-regexp.
96129c16 — Simon South 3 years ago
gnu: font-wqy-zenhei: Install all license files.

* gnu/packages/fonts.scm (font-wqy-zenhei)[arguments]: Add with
 #:license-file-regexp.
b8e0221e — Simon South 3 years ago
gnu: font-linuxlibertine: Install all license files.

* gnu/packages/fonts.scm (font-linuxlibertine)[arguments]
<#:license-file-regexp>: Add.
1deee60b — Simon South 3 years ago
gnu: font-lato: Install license file.

* gnu/packages/fonts.scm (font-lato)[source]: Use url-fetch.
24d55bd0 — Simon South 3 years ago
gnu: font-canada1500: Install license file.

* gnu/packages/fonts.scm (font-canada1500)[source]: Use url-fetch/zipbomb.
[arguments]: Add with #:license-file-regexp.
afdb74da — Simon South 3 years ago
build-system/font: Customize %license-file-regexp.

* guix/build/font-build-system.scm (%license-file-regexp): Customize to
include names of license files commonly found in font packages.
3ee1e802 — Simon South 3 years ago
build-system/font: Add #:license-file-regexp argument.

* guix/build-system/font.scm (font-build): Add #:license-file-regexp argument
and honour it.
* guix/build/font-build-system.scm (%license-file-regexp): New variable,
duplicated from (gnu build gnu-build-system).
Next