[arch-commits] Commit in lilypond/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Mon Jan 11 21:35:27 UTC 2021


    Date: Monday, January 11, 2021 @ 21:35:27
  Author: dvzrv
Revision: 818619

archrelease: copy trunk to community-x86_64

Added:
  lilypond/repos/community-x86_64/PKGBUILD
    (from rev 818618, lilypond/trunk/PKGBUILD)
Deleted:
  lilypond/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  105 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-11 21:35:18 UTC (rev 818618)
+++ PKGBUILD	2021-01-11 21:35:27 UTC (rev 818619)
@@ -1,53 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Evgeniy Alekseev <arcanis at archlinux dot org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-# Contributor: Robert Emil Berge <filoktetes at linuxophic.org>
-
-pkgname=lilypond
-pkgver=2.22.0
-pkgrel=1
-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')
-optdepends=(
-  'python: for lilypond-book and other scripts'
-  'tex-gyre-fonts: for extra fonts'
-  'ttf-dejavu: for extra fonts'
-)
-source=("https://lilypond.org/downloads/sources/v${pkgver%.*}/$pkgname-$pkgver.tar.gz")
-sha512sums=('4dcc4da1bd1aa1d10ca802acbe29f2256587cd8e2643651b6d2e42cfce0b9572d0eb1139fbc59cec98ad6b86b86e7a6910becb6be7a4350ee0adfe366daa0a65')
-b2sums=('a7512629be43680c6e6bda1404c9b8e4a9bfb0b65ad565aede9dba983ae8e5fb350e8a53250cd01314b4d032d1bbe7b391bb3acd411dc6665868f4cd04f15011')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  autoconf --force --verbose
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  export GUILE=guile1.8
-  ./configure --prefix=/usr \
-              --disable-texi2html
-  make
-}
-
-package() {
-  depends+=('libfontconfig.so' 'libfreetype.so' 'libglib-2.0.so'
-  'libgobject-2.0.so' 'libpangoft2-1.0.so' 'libpango-1.0.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" vimdir="/usr/share/vim/vimfiles" install
-  install -vDm 644 LICENSE.OFL -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  install -vDm 644 {AUTHORS,NEWS}.txt README.md \
-    -t "${pkgdir}/usr/share/doc/${pkgname}/"
-  # delete copied fonts, they are relied upon as optdepends
-  rm "${pkgdir}/usr/share/lilypond/${pkgver}/fonts/otf/"{C059,Nimbus,texgyre}*.otf
-}

Copied: lilypond/repos/community-x86_64/PKGBUILD (from rev 818618, lilypond/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-11 21:35:27 UTC (rev 818619)
@@ -0,0 +1,52 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Robert Emil Berge <filoktetes at linuxophic.org>
+
+pkgname=lilypond
+pkgver=2.22.0
+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' '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'
+  'ttf-dejavu: for extra fonts'
+)
+source=("https://lilypond.org/downloads/sources/v${pkgver%.*}/$pkgname-$pkgver.tar.gz")
+sha512sums=('4dcc4da1bd1aa1d10ca802acbe29f2256587cd8e2643651b6d2e42cfce0b9572d0eb1139fbc59cec98ad6b86b86e7a6910becb6be7a4350ee0adfe366daa0a65')
+b2sums=('a7512629be43680c6e6bda1404c9b8e4a9bfb0b65ad565aede9dba983ae8e5fb350e8a53250cd01314b4d032d1bbe7b391bb3acd411dc6665868f4cd04f15011')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoconf --force --verbose
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  export GUILE=guile1.8
+  ./configure --prefix=/usr \
+              --disable-texi2html
+  make
+}
+
+package() {
+  depends+=('libfontconfig.so' 'libfreetype.so' 'libglib-2.0.so'
+  'libgobject-2.0.so' 'libpangoft2-1.0.so' 'libpango-1.0.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" vimdir="/usr/share/vim/vimfiles" install
+  install -vDm 644 LICENSE.OFL -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -vDm 644 {AUTHORS,NEWS}.txt README.md \
+    -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  # delete copied fonts, they are relied upon as optdepends
+  rm "${pkgdir}/usr/share/lilypond/${pkgver}/fonts/otf/"{C059,Nimbus,texgyre}*.otf
+}



More information about the arch-commits mailing list