[arch-commits] Commit in lilypond/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Jan 11 21:35:18 UTC 2021
Date: Monday, January 11, 2021 @ 21:35:18
Author: dvzrv
Revision: 818618
upgpkg: lilypond 2.22.0-2: Rebuild to add gsfonts to depends.
Upstream recommends gsfonts in depends as default font set.
Modified:
lilypond/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-11 21:34:58 UTC (rev 818617)
+++ PKGBUILD 2021-01-11 21:35:18 UTC (rev 818618)
@@ -7,17 +7,16 @@
pkgname=lilypond
pkgver=2.22.0
-pkgrel=1
+pkgrel=2
pkgdesc="Music engraving program, devoted to producing the highest-quality sheet music possible"
arch=('x86_64')
url="https://lilypond.org"
license=('FDL1.3' 'GPL3' 'custom:OFL')
groups=('pro-audio')
-depends=('gcc-libs' 'ghostscript' 'glibc' 'guile1.8')
-# TODO: package extractpdfmark
-makedepends=('fontconfig' 'fontforge' 'freetype2' 'glib2'
-'gsfonts' 'imagemagick' 'pango' 'python' 'rsync' 't1utils' 'texinfo'
-'texlive-core' 'tex-gyre-fonts' 'texlive-langcyrillic' 'zip')
+depends=('gcc-libs' 'ghostscript' 'glibc' 'gsfonts' 'guile1.8')
+makedepends=('fontconfig' 'fontforge' 'freetype2' 'glib2' 'imagemagick' 'pango'
+'python' 'rsync' 't1utils' 'texinfo' 'texlive-core' 'tex-gyre-fonts'
+'texlive-langcyrillic' 'zip')
optdepends=(
'python: for lilypond-book and other scripts'
'tex-gyre-fonts: for extra fonts'
More information about the arch-commits
mailing list