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

2020-10-26 Thread David Runge via arch-commits
Date: Tuesday, October 27, 2020 @ 00:30:48
  Author: dvzrv
Revision: 734107

archrelease: copy trunk to community-x86_64

Added:
  lilypond/repos/community-x86_64/PKGBUILD
(from rev 734106, lilypond/trunk/PKGBUILD)
  lilypond/repos/community-x86_64/lilypond-2.20.0-CVE-2020-17353.patch
(from rev 734106, lilypond/trunk/lilypond-2.20.0-CVE-2020-17353.patch)
Deleted:
  lilypond/repos/community-x86_64/PKGBUILD
  lilypond/repos/community-x86_64/lilyfontsize.patch

--+
 PKGBUILD |  100 ++---
 lilyfontsize.patch   |   13 
 lilypond-2.20.0-CVE-2020-17353.patch |   76 +
 3 files changed, 131 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-27 00:30:19 UTC (rev 734106)
+++ PKGBUILD2020-10-27 00:30:48 UTC (rev 734107)
@@ -1,45 +0,0 @@
-# Maintainer: Evgeniy Alekseev 
-# Maintainer: Sergej Pupykin 
-# Maintainer: Geoffroy Carrier 
-# Contributor: William Rea 
-# Contributor: Robert Emil Berge 
-
-pkgname=lilypond
-pkgver=2.20.0
-pkgrel=3
-pkgdesc="An automated music engraving system"
-arch=('x86_64')
-url="http://lilypond.org;
-license=('GPL')
-depends=('fontconfig' 'freetype2' 'guile1.8' 'ghostscript' 'glib2' 'pango')
-optdepends=('python2: for lilypond-book and other scripts')
-makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
- 'gsfonts' 'texi2html' 'dblatex' 'texlive-langcyrillic' 
'imagemagick'
- 'zip' 'rsync' 'netpbm' 'texlive-core' 'tex-gyre-fonts' 'python2')
-options=('emptydirs')
-source=("http://lilypond.org/downloads/sources/v${pkgver%.*}/$pkgname-$pkgver.tar.gz;
-   lilyfontsize.patch)
-sha256sums=('595901323fbc88d3039ca4bdbc2d8c5ce46b182edcb3ea9c0940eba849bba661'
-'17b86b7a0b09b73cb5cf8751464571cf6a785c0b1a23db425cc828855a9d8ae6')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -e 's|1.82, 1.82|1.82|g' -i configure.ac # Remove version constraint on 
texi2html
-
-  patch -p1 -i "$srcdir/lilyfontsize.patch"
-
-  ./autogen.sh --noconf
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" vimdir="/usr/share/vim/vimfiles" install
-}

Copied: lilypond/repos/community-x86_64/PKGBUILD (from rev 734106, 
lilypond/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-27 00:30:48 UTC (rev 734107)
@@ -0,0 +1,55 @@
+# Maintainer: David Runge 
+# Contributor: Evgeniy Alekseev 
+# Contributor: Sergej Pupykin 
+# Contributor: Geoffroy Carrier 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=lilypond
+pkgver=2.20.0
+pkgrel=4
+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' 'ttf-dejavu')
+# TODO: package extractpdfmark
+makedepends=('dblatex' 'fontconfig' 'fontforge' 'freetype2' 'glib2'
+'gnu-free-fonts' 'gsfonts' 'imagemagick' 'mftrace' 'netpbm' 'pango' 'python2'
+'rsync' 't1utils' 'texi2html' 'texinfo' 'texlive-core' 'tex-gyre-fonts'
+'texlive-langcyrillic' 'ttf-bitstream-vera' 'ttf-liberation'
+'ttf-linux-libertine' 'zip')
+optdepends=('python2: for lilypond-book and other scripts')
+options=('emptydirs')
+source=("https://lilypond.org/downloads/sources/v${pkgver%.*}/$pkgname-$pkgver.tar.gz;
+"${pkgname}-2.20.0-CVE-2020-17353.patch")
+sha512sums=('8c5749576362b8c8acaed9eed50f22fdbf986bbe1733219921e366166d9cb829ffb280bfec936647248ddc48b3441af67a4e9d4023e003fdc7522d913f83928a'
+
'99663585ceed5493cc25e34c85f68328254d55822d66767f8384d058218835d24179b938547d303f84b33dae328b2b9734748a1c58186a7f279695d76f5ac2b7')
+b2sums=('1bf4aa1db189b6a2c4be9b9f35a0ac913533640cc2ca6327492909cf71218bba7a31ca3c5a84a94746e361e2f985fe1b73e4ad6fbea13927e465f7b7f14bd16a'
+
'6a5b7ab61da2a7e96aa54c411784fc7d698afdc3cfded9bfd3e50639c083aa400edf58f5c041a360a36ac418f00c851ca45a56aa2d008baa56d5422c15a42f37')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # fix CVE-2020-17353: FS#67680
+  patch -Np1 -i "../${pkgname}-2.20.0-CVE-2020-17353.patch"
+  # Remove version constraint on texi2html
+  sed -e 's|1.82, 1.82|1.82|g' -i configure.ac
+  autoconf --force --verbose
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  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 

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

2020-03-16 Thread Antonio Rojas via arch-commits
Date: Monday, March 16, 2020 @ 08:13:11
  Author: arojas
Revision: 599092

archrelease: copy trunk to community-x86_64

Added:
  lilypond/repos/community-x86_64/PKGBUILD
(from rev 599091, lilypond/trunk/PKGBUILD)
  lilypond/repos/community-x86_64/lilyfontsize.patch
(from rev 599091, lilypond/trunk/lilyfontsize.patch)
Deleted:
  lilypond/repos/community-x86_64/PKGBUILD
  lilypond/repos/community-x86_64/lilyfontsize.patch

+
 PKGBUILD   |  120 +++
 lilyfontsize.patch |   26 +--
 2 files changed, 58 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-16 08:12:44 UTC (rev 599091)
+++ PKGBUILD2020-03-16 08:13:11 UTC (rev 599092)
@@ -1,75 +0,0 @@
-# Maintainer: Evgeniy Alekseev 
-# Maintainer: Sergej Pupykin 
-# Maintainer: Geoffroy Carrier 
-# Contributor: William Rea 
-# Contributor: Robert Emil Berge 
-
-pkgname=lilypond
-pkgver=2.20.0
-pkgrel=2
-pkgdesc="An automated music engraving system"
-arch=('x86_64')
-url="http://lilypond.org;
-license=('GPL')
-depends=('guile1.8' 'python2' 'texlive-core' 'ghostscript' 'pango' 
'fontconfig')
-makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
- 'gsfonts' 'texi2html' 'dblatex' 'texlive-langcyrillic' 
'imagemagick'
- 'zip' 'rsync' 'netpbm' 'tex-gyre-fonts')
-options=('emptydirs')
-source=("http://lilypond.org/downloads/sources/v${pkgver%.*}/$pkgname-$pkgver.tar.gz;
-   lilyfontsize.patch
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059013l.{pfb,pfm,afm}
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059016l.{pfb,pfm,afm}
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059033l.{pfb,pfm,afm}
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059036l.{pfb,pfm,afm})
-sha256sums=('595901323fbc88d3039ca4bdbc2d8c5ce46b182edcb3ea9c0940eba849bba661'
-'17b86b7a0b09b73cb5cf8751464571cf6a785c0b1a23db425cc828855a9d8ae6'
-'34218d1c2710553f528cf8296b37eff98119b174aa48e454dc41ad31f855232c'
-'aaf8da7af542c6de7b8a0954a3dbc282dd61fc7c80fd0cf1df31da3aad0aa576'
-'e7775af4c475190d3f9c66be652622e204e5b7dff74ed142010c3b160f2c2d31'
-'1c8b6234cfb14703a33fdb8181c8c0c64d09180e37dc1594c0473425d994'
-'b0aa88a7a87079240a5b89bd45781deacc35bc72ce2ec2b548a8800ec6983605'
-'cb2e0ff8b76afd97c801da65fd3331adb51a3e7fcb69ae1751e7eebd07bec791'
-'2def00a5fb56aeb9e67bb1536eff45e19a898a63510a0104d12e1cd579c7bbc9'
-'0c2753b0e7e107d15b323883d1bef7466466d10f3d2ac9005902e249117f880d'
-'3c8744efa776a819fe04f0f87c9f7f2be6cb8dde8cbfbc122aa73f0d8e5046f1'
-'9a118f78b168a990dbff4788f0fcac33f876d771c06f61682c5c29165d8673be'
-'569645cadb0aaec15786bb67c5f0801154b71d092d138e4f407265a0130752ee'
-'6abb4172ca88db4a1a4cf006cee147f35988153d47e0072b25eb8f54b3be247a')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  sed -e 's|1.82, 1.82|1.82|g' -i configure.ac # Remove version constraint on 
texi2html
-
-  rm -rf lily/out/ python/out/
-  patch -p1 -i "$srcdir/lilyfontsize.patch"
-
-  ./autogen.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export PYTHON=/usr/bin/python2
-  export GUILE=/usr/bin/guile1.8
-  export GUILE_CONFIG=/usr/bin/guile-config1.8
-  export LDFLAGS="$LDFLAGS -lpthread"
-  ./configure \
---prefix=/usr \
---with-ncsb-dir="$srcdir"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" vimdir="/usr/share/vim/vimfiles" install
-
-# Fix paths is python scripts
-  sed -e 's|/usr/local|/usr|g' -i "$pkgdir"/usr/bin/*
-}

Copied: lilypond/repos/community-x86_64/PKGBUILD (from rev 599091, 
lilypond/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-16 08:13:11 UTC (rev 599092)
@@ -0,0 +1,45 @@
+# Maintainer: Evgeniy Alekseev 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Geoffroy Carrier 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=lilypond
+pkgver=2.20.0
+pkgrel=3
+pkgdesc="An automated music engraving system"
+arch=('x86_64')
+url="http://lilypond.org;
+license=('GPL')
+depends=('fontconfig' 'freetype2' 'guile1.8' 'ghostscript' 'glib2' 'pango')
+optdepends=('python2: for lilypond-book and other scripts')
+makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
+ 'gsfonts' 'texi2html' 'dblatex' 'texlive-langcyrillic' 
'imagemagick'
+ 'zip' 'rsync' 'netpbm' 'texlive-core' 'tex-gyre-fonts' 'python2')
+options=('emptydirs')

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

2020-03-15 Thread Antonio Rojas via arch-commits
Date: Sunday, March 15, 2020 @ 11:09:11
  Author: arojas
Revision: 597785

archrelease: copy trunk to community-x86_64

Added:
  lilypond/repos/community-x86_64/PKGBUILD
(from rev 597784, lilypond/trunk/PKGBUILD)
  lilypond/repos/community-x86_64/lilyfontsize.patch
(from rev 597784, lilypond/trunk/lilyfontsize.patch)
Deleted:
  lilypond/repos/community-x86_64/PKGBUILD
  lilypond/repos/community-x86_64/lilyfontsize.patch

+
 PKGBUILD   |  150 +--
 lilyfontsize.patch |   26 
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-15 11:09:00 UTC (rev 597784)
+++ PKGBUILD2020-03-15 11:09:11 UTC (rev 597785)
@@ -1,75 +0,0 @@
-# Maintainer: Evgeniy Alekseev 
-# Maintainer: Sergej Pupykin 
-# Maintainer: Geoffroy Carrier 
-# Contributor: William Rea 
-# Contributor: Robert Emil Berge 
-
-pkgname=lilypond
-pkgver=2.20.0
-pkgrel=1
-pkgdesc="An automated music engraving system"
-arch=('x86_64')
-url="http://lilypond.org;
-license=('GPL')
-depends=('guile1.8' 'python2' 'texlive-core' 'ghostscript' 'pango' 
'fontconfig')
-makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
- 'gsfonts' 'texi2html' 'dblatex' 'texlive-langcyrillic' 
'imagemagick'
- 'zip' 'rsync' 'netpbm' 'tex-gyre-fonts')
-options=('emptydirs')
-source=("http://lilypond.org/downloads/sources/v${pkgver%.*}/$pkgname-$pkgver.tar.gz;
-   lilyfontsize.patch
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059013l.{pfb,pfm,afm}
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059016l.{pfb,pfm,afm}
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059033l.{pfb,pfm,afm}
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059036l.{pfb,pfm,afm})
-sha256sums=('595901323fbc88d3039ca4bdbc2d8c5ce46b182edcb3ea9c0940eba849bba661'
-'17b86b7a0b09b73cb5cf8751464571cf6a785c0b1a23db425cc828855a9d8ae6'
-'34218d1c2710553f528cf8296b37eff98119b174aa48e454dc41ad31f855232c'
-'aaf8da7af542c6de7b8a0954a3dbc282dd61fc7c80fd0cf1df31da3aad0aa576'
-'e7775af4c475190d3f9c66be652622e204e5b7dff74ed142010c3b160f2c2d31'
-'1c8b6234cfb14703a33fdb8181c8c0c64d09180e37dc1594c0473425d994'
-'b0aa88a7a87079240a5b89bd45781deacc35bc72ce2ec2b548a8800ec6983605'
-'cb2e0ff8b76afd97c801da65fd3331adb51a3e7fcb69ae1751e7eebd07bec791'
-'2def00a5fb56aeb9e67bb1536eff45e19a898a63510a0104d12e1cd579c7bbc9'
-'0c2753b0e7e107d15b323883d1bef7466466d10f3d2ac9005902e249117f880d'
-'3c8744efa776a819fe04f0f87c9f7f2be6cb8dde8cbfbc122aa73f0d8e5046f1'
-'9a118f78b168a990dbff4788f0fcac33f876d771c06f61682c5c29165d8673be'
-'569645cadb0aaec15786bb67c5f0801154b71d092d138e4f407265a0130752ee'
-'6abb4172ca88db4a1a4cf006cee147f35988153d47e0072b25eb8f54b3be247a')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-#  sed -i 's|GUILE_CFLAGS=.*|GUILE_CFLAGS="`pkg-config --cflags guile-1.8`"|' 
configure
-#  sed -i 's|GUILE_LDFLAGS=.*|GUILE_LDFLAGS="`pkg-config --libs guile-1.8`"|' 
configure
-  sed -e 's|1.82, 1.82|1.82|g' -i configure.ac # Remove version constraint on 
texi2html
-
-  rm -rf lily/out/ python/out/
-  patch -p1 -i "$srcdir/lilyfontsize.patch"
-
-  ./autogen.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export PYTHON=/usr/bin/python2
-  export GUILE=/usr/bin/guile1.8
-  export GUILE_CONFIG=/usr/bin/guile-config1.8
-  export LDFLAGS="$LDFLAGS -lpthread"
-  ./configure \
---prefix=/usr \
---with-ncsb-dir="$srcdir"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" vimdir="/usr/share/vim/vimfiles" install
-}
-

Copied: lilypond/repos/community-x86_64/PKGBUILD (from rev 597784, 
lilypond/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-15 11:09:11 UTC (rev 597785)
@@ -0,0 +1,75 @@
+# Maintainer: Evgeniy Alekseev 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Geoffroy Carrier 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=lilypond
+pkgver=2.20.0
+pkgrel=2
+pkgdesc="An automated music engraving system"
+arch=('x86_64')
+url="http://lilypond.org;
+license=('GPL')
+depends=('guile1.8' 'python2' 'texlive-core' 'ghostscript' 'pango' 
'fontconfig')
+makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
+ 'gsfonts' 'texi2html' 'dblatex' 'texlive-langcyrillic' 
'imagemagick'
+ 'zip' 'rsync' 'netpbm' 'tex-gyre-fonts')
+options=('emptydirs')

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

2020-03-03 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 3, 2020 @ 14:59:12
  Author: arojas
Revision: 589777

archrelease: copy trunk to community-x86_64

Added:
  lilypond/repos/community-x86_64/PKGBUILD
(from rev 589776, lilypond/trunk/PKGBUILD)
  lilypond/repos/community-x86_64/lilyfontsize.patch
(from rev 589776, lilypond/trunk/lilyfontsize.patch)
Deleted:
  lilypond/repos/community-x86_64/PKGBUILD
  lilypond/repos/community-x86_64/lilyfontsize.patch

+
 PKGBUILD   |  147 ++-
 lilyfontsize.patch |   26 -
 2 files changed, 88 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-03 14:58:53 UTC (rev 589776)
+++ PKGBUILD2020-03-03 14:59:12 UTC (rev 589777)
@@ -1,72 +0,0 @@
-# Maintainer: Evgeniy Alekseev 
-# Maintainer: Sergej Pupykin 
-# Maintainer: Geoffroy Carrier 
-# Contributor: William Rea 
-# Contributor: Robert Emil Berge 
-
-pkgname=lilypond
-pkgver=2.19.84
-pkgrel=1
-pkgdesc="An automated music engraving system"
-arch=('x86_64')
-url="http://lilypond.org;
-license=('GPL')
-depends=('guile1.8' 'python2' 'texlive-core' 'ghostscript' 'pango' 
'fontconfig')
-makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
- 'gsfonts' 'texi2html' 'dblatex' 'texlive-langcyrillic' 
'imagemagick'
- 'zip' 'rsync' 'netpbm' 'tex-gyre-fonts')
-options=('emptydirs')
-source=("http://lilypond.org/downloads/sources/v2.19/$pkgname-$pkgver.tar.gz;
-   lilyfontsize.patch
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059013l.{pfb,pfm,afm}
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059016l.{pfb,pfm,afm}
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059033l.{pfb,pfm,afm}
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059036l.{pfb,pfm,afm})
-sha256sums=('94dcc66447f24966f28eda72c79e1ec16143b8ea4a537cc9f97d017cc0c0dd11'
-'17b86b7a0b09b73cb5cf8751464571cf6a785c0b1a23db425cc828855a9d8ae6'
-'34218d1c2710553f528cf8296b37eff98119b174aa48e454dc41ad31f855232c'
-'aaf8da7af542c6de7b8a0954a3dbc282dd61fc7c80fd0cf1df31da3aad0aa576'
-'e7775af4c475190d3f9c66be652622e204e5b7dff74ed142010c3b160f2c2d31'
-'1c8b6234cfb14703a33fdb8181c8c0c64d09180e37dc1594c0473425d994'
-'b0aa88a7a87079240a5b89bd45781deacc35bc72ce2ec2b548a8800ec6983605'
-'cb2e0ff8b76afd97c801da65fd3331adb51a3e7fcb69ae1751e7eebd07bec791'
-'2def00a5fb56aeb9e67bb1536eff45e19a898a63510a0104d12e1cd579c7bbc9'
-'0c2753b0e7e107d15b323883d1bef7466466d10f3d2ac9005902e249117f880d'
-'3c8744efa776a819fe04f0f87c9f7f2be6cb8dde8cbfbc122aa73f0d8e5046f1'
-'9a118f78b168a990dbff4788f0fcac33f876d771c06f61682c5c29165d8673be'
-'569645cadb0aaec15786bb67c5f0801154b71d092d138e4f407265a0130752ee'
-'6abb4172ca88db4a1a4cf006cee147f35988153d47e0072b25eb8f54b3be247a')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  sed -i 's|GUILE_CFLAGS=.*|GUILE_CFLAGS="`pkg-config --cflags guile-1.8`"|' 
configure
-  sed -i 's|GUILE_LDFLAGS=.*|GUILE_LDFLAGS="`pkg-config --libs guile-1.8`"|' 
configure
-
-  rm -rf lily/out/ python/out/
-  patch -p1 -i "$srcdir/lilyfontsize.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export PYTHON=/usr/bin/python2
-  export GUILE=/usr/bin/guile1.8
-  export GUILE_CONFIG=/usr/bin/guile-config1.8
-  export LDFLAGS="$LDFLAGS -lpthread"
-  ./configure \
---prefix=/usr \
---with-ncsb-dir="$srcdir"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" vimdir="/usr/share/vim/vimfiles" install
-}
-

Copied: lilypond/repos/community-x86_64/PKGBUILD (from rev 589776, 
lilypond/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-03 14:59:12 UTC (rev 589777)
@@ -0,0 +1,75 @@
+# Maintainer: Evgeniy Alekseev 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Geoffroy Carrier 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=lilypond
+pkgver=2.20.0
+pkgrel=1
+pkgdesc="An automated music engraving system"
+arch=('x86_64')
+url="http://lilypond.org;
+license=('GPL')
+depends=('guile1.8' 'python2' 'texlive-core' 'ghostscript' 'pango' 
'fontconfig')
+makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
+ 'gsfonts' 'texi2html' 'dblatex' 'texlive-langcyrillic' 
'imagemagick'
+ 'zip' 'rsync' 'netpbm' 'tex-gyre-fonts')
+options=('emptydirs')
+source=("http://lilypond.org/downloads/sources/v${pkgver%.*}/$pkgname-$pkgver.tar.gz;
+   lilyfontsize.patch
+   

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

2020-02-13 Thread Antonio Rojas via arch-commits
Date: Thursday, February 13, 2020 @ 22:03:36
  Author: arojas
Revision: 570936

archrelease: copy trunk to community-x86_64

Added:
  lilypond/repos/community-x86_64/PKGBUILD
(from rev 570935, lilypond/trunk/PKGBUILD)
  lilypond/repos/community-x86_64/lilyfontsize.patch
(from rev 570935, lilypond/trunk/lilyfontsize.patch)
Deleted:
  lilypond/repos/community-x86_64/PKGBUILD
  lilypond/repos/community-x86_64/lilyfontsize.patch

+
 PKGBUILD   |  144 +--
 lilyfontsize.patch |   26 -
 2 files changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-13 22:03:15 UTC (rev 570935)
+++ PKGBUILD2020-02-13 22:03:36 UTC (rev 570936)
@@ -1,72 +0,0 @@
-# Maintainer: Evgeniy Alekseev 
-# Maintainer: Sergej Pupykin 
-# Maintainer: Geoffroy Carrier 
-# Contributor: William Rea 
-# Contributor: Robert Emil Berge 
-
-pkgname=lilypond
-pkgver=2.19.83
-pkgrel=1
-pkgdesc="An automated music engraving system"
-arch=('x86_64')
-url="http://lilypond.org;
-license=('GPL')
-depends=('guile1.8' 'python2' 'texlive-core' 'ghostscript' 'pango' 
'fontconfig')
-makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
- 'gsfonts' 'texi2html' 'dblatex' 'texlive-langcyrillic' 
'imagemagick'
- 'zip' 'rsync' 'netpbm' 'tex-gyre-fonts')
-options=('emptydirs')
-source=("http://lilypond.org/downloads/sources/v2.19/$pkgname-$pkgver.tar.gz;
-   lilyfontsize.patch
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059013l.{pfb,pfm,afm}
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059016l.{pfb,pfm,afm}
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059033l.{pfb,pfm,afm}
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059036l.{pfb,pfm,afm})
-sha256sums=('96ba4f4b342d21057ad74d85d647aea7e47a5c24f895127c2b3553a252738fb3'
-'17b86b7a0b09b73cb5cf8751464571cf6a785c0b1a23db425cc828855a9d8ae6'
-'34218d1c2710553f528cf8296b37eff98119b174aa48e454dc41ad31f855232c'
-'aaf8da7af542c6de7b8a0954a3dbc282dd61fc7c80fd0cf1df31da3aad0aa576'
-'e7775af4c475190d3f9c66be652622e204e5b7dff74ed142010c3b160f2c2d31'
-'1c8b6234cfb14703a33fdb8181c8c0c64d09180e37dc1594c0473425d994'
-'b0aa88a7a87079240a5b89bd45781deacc35bc72ce2ec2b548a8800ec6983605'
-'cb2e0ff8b76afd97c801da65fd3331adb51a3e7fcb69ae1751e7eebd07bec791'
-'2def00a5fb56aeb9e67bb1536eff45e19a898a63510a0104d12e1cd579c7bbc9'
-'0c2753b0e7e107d15b323883d1bef7466466d10f3d2ac9005902e249117f880d'
-'3c8744efa776a819fe04f0f87c9f7f2be6cb8dde8cbfbc122aa73f0d8e5046f1'
-'9a118f78b168a990dbff4788f0fcac33f876d771c06f61682c5c29165d8673be'
-'569645cadb0aaec15786bb67c5f0801154b71d092d138e4f407265a0130752ee'
-'6abb4172ca88db4a1a4cf006cee147f35988153d47e0072b25eb8f54b3be247a')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  sed -i 's|GUILE_CFLAGS=.*|GUILE_CFLAGS="`pkg-config --cflags guile-1.8`"|' 
configure
-  sed -i 's|GUILE_LDFLAGS=.*|GUILE_LDFLAGS="`pkg-config --libs guile-1.8`"|' 
configure
-
-  rm -rf lily/out/ python/out/
-  patch -p1 -i "$srcdir/lilyfontsize.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export PYTHON=/usr/bin/python2
-  export GUILE=/usr/bin/guile1.8
-  export GUILE_CONFIG=/usr/bin/guile-config1.8
-  export LDFLAGS="$LDFLAGS -lpthread"
-  ./configure \
---prefix=/usr \
---with-ncsb-dir="$srcdir"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" vimdir="/usr/share/vim/vimfiles" install
-}
-

Copied: lilypond/repos/community-x86_64/PKGBUILD (from rev 570935, 
lilypond/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-13 22:03:36 UTC (rev 570936)
@@ -0,0 +1,72 @@
+# Maintainer: Evgeniy Alekseev 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Geoffroy Carrier 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=lilypond
+pkgver=2.19.84
+pkgrel=1
+pkgdesc="An automated music engraving system"
+arch=('x86_64')
+url="http://lilypond.org;
+license=('GPL')
+depends=('guile1.8' 'python2' 'texlive-core' 'ghostscript' 'pango' 
'fontconfig')
+makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
+ 'gsfonts' 'texi2html' 'dblatex' 'texlive-langcyrillic' 
'imagemagick'
+ 'zip' 'rsync' 'netpbm' 'tex-gyre-fonts')
+options=('emptydirs')
+source=("http://lilypond.org/downloads/sources/v2.19/$pkgname-$pkgver.tar.gz;
+   lilyfontsize.patch
+   

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

2020-01-04 Thread Antonio Rojas via arch-commits
Date: Saturday, January 4, 2020 @ 10:19:16
  Author: arojas
Revision: 547862

archrelease: copy trunk to community-x86_64

Added:
  lilypond/repos/community-x86_64/PKGBUILD
(from rev 547861, lilypond/trunk/PKGBUILD)
  lilypond/repos/community-x86_64/lilyfontsize.patch
(from rev 547861, lilypond/trunk/lilyfontsize.patch)
Deleted:
  lilypond/repos/community-x86_64/PKGBUILD
  lilypond/repos/community-x86_64/lilyfontsize.patch

+
 PKGBUILD   |  145 +--
 lilyfontsize.patch |   26 -
 2 files changed, 85 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-04 10:18:54 UTC (rev 547861)
+++ PKGBUILD2020-01-04 10:19:16 UTC (rev 547862)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Maintainer: Sergej Pupykin 
-# Maintainer: Geoffroy Carrier 
-# Contributor: William Rea 
-# Contributor: Robert Emil Berge 
-
-pkgname=lilypond
-pkgver=2.19.82
-pkgrel=1
-pkgdesc="An automated music engraving system"
-arch=('x86_64')
-url="http://lilypond.org;
-license=('GPL')
-depends=('guile1.8' 'python2' 'texlive-core' 'ghostscript' 'pango' 
'fontconfig')
-makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
- 'gsfonts' 'texi2html' 'dblatex' 'texlive-langcyrillic' 
'imagemagick'
- 'zip' 'rsync' 'netpbm' 'tex-gyre-fonts')
-options=('emptydirs')
-source=("http://lilypond.org/downloads/sources/v2.19/$pkgname-$pkgver.tar.gz;
-   lilyfontsize.patch
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059013l.{pfb,pfm,afm}
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059016l.{pfb,pfm,afm}
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059033l.{pfb,pfm,afm}
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059036l.{pfb,pfm,afm})
-sha256sums=('a5679cddb3e415828642f75027997596b814922aadb1fa633c8f973238ae291b'
-'17b86b7a0b09b73cb5cf8751464571cf6a785c0b1a23db425cc828855a9d8ae6'
-'34218d1c2710553f528cf8296b37eff98119b174aa48e454dc41ad31f855232c'
-'aaf8da7af542c6de7b8a0954a3dbc282dd61fc7c80fd0cf1df31da3aad0aa576'
-'e7775af4c475190d3f9c66be652622e204e5b7dff74ed142010c3b160f2c2d31'
-'1c8b6234cfb14703a33fdb8181c8c0c64d09180e37dc1594c0473425d994'
-'b0aa88a7a87079240a5b89bd45781deacc35bc72ce2ec2b548a8800ec6983605'
-'cb2e0ff8b76afd97c801da65fd3331adb51a3e7fcb69ae1751e7eebd07bec791'
-'2def00a5fb56aeb9e67bb1536eff45e19a898a63510a0104d12e1cd579c7bbc9'
-'0c2753b0e7e107d15b323883d1bef7466466d10f3d2ac9005902e249117f880d'
-'3c8744efa776a819fe04f0f87c9f7f2be6cb8dde8cbfbc122aa73f0d8e5046f1'
-'9a118f78b168a990dbff4788f0fcac33f876d771c06f61682c5c29165d8673be'
-'569645cadb0aaec15786bb67c5f0801154b71d092d138e4f407265a0130752ee'
-'6abb4172ca88db4a1a4cf006cee147f35988153d47e0072b25eb8f54b3be247a')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  sed -i 's|GUILE_CFLAGS=.*|GUILE_CFLAGS="`pkg-config --cflags guile-1.8`"|' 
configure
-  sed -i 's|GUILE_LDFLAGS=.*|GUILE_LDFLAGS="`pkg-config --libs guile-1.8`"|' 
configure
-
-  rm -rf lily/out/ python/out/
-  patch -p1 -i "$srcdir/lilyfontsize.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export PYTHON=/usr/bin/python2
-  export GUILE=/usr/bin/guile1.8
-  export GUILE_CONFIG=/usr/bin/guile-config1.8
-  export LDFLAGS="$LDFLAGS -lpthread"
-  ./configure \
---prefix=/usr \
---with-ncsb-dir="$srcdir"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" vimdir="/usr/share/vim/vimfiles" install
-}
-

Copied: lilypond/repos/community-x86_64/PKGBUILD (from rev 547861, 
lilypond/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-04 10:19:16 UTC (rev 547862)
@@ -0,0 +1,72 @@
+# Maintainer: Evgeniy Alekseev 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Geoffroy Carrier 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=lilypond
+pkgver=2.19.83
+pkgrel=1
+pkgdesc="An automated music engraving system"
+arch=('x86_64')
+url="http://lilypond.org;
+license=('GPL')
+depends=('guile1.8' 'python2' 'texlive-core' 'ghostscript' 'pango' 
'fontconfig')
+makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
+ 'gsfonts' 'texi2html' 'dblatex' 'texlive-langcyrillic' 
'imagemagick'
+ 'zip' 'rsync' 'netpbm' 'tex-gyre-fonts')
+options=('emptydirs')
+source=("http://lilypond.org/downloads/sources/v2.19/$pkgname-$pkgver.tar.gz;
+   lilyfontsize.patch
+   

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

2018-06-26 Thread Evgeniy Alekseev via arch-commits
Date: Tuesday, June 26, 2018 @ 09:48:02
  Author: arcanis
Revision: 346145

archrelease: copy trunk to community-x86_64

Added:
  lilypond/repos/community-x86_64/PKGBUILD
(from rev 346144, lilypond/trunk/PKGBUILD)
  lilypond/repos/community-x86_64/lilyfontsize.patch
(from rev 346144, lilypond/trunk/lilyfontsize.patch)
Deleted:
  lilypond/repos/community-x86_64/PKGBUILD
  lilypond/repos/community-x86_64/lilyfontsize.patch

+
 PKGBUILD   |  144 +--
 lilyfontsize.patch |   26 -
 2 files changed, 86 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 09:47:47 UTC (rev 346144)
+++ PKGBUILD2018-06-26 09:48:02 UTC (rev 346145)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Geoffroy Carrier 
-# Contributor: William Rea 
-# Contributor: Robert Emil Berge 
-
-pkgname=lilypond
-pkgver=2.18.2
-pkgrel=4
-pkgdesc="An automated music engraving system"
-arch=('i686' 'x86_64')
-url="http://lilypond.org;
-license=('GPL')
-depends=('guile1.8' 'python2' 'texlive-core' 'ghostscript' 'pango' 
'fontconfig')
-makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
-'gsfonts' 'texi2html' 'dblatex' 'texlive-langcyrillic' 
'imagemagick'
-'zip' 'rsync' 'netpbm')
-options=('emptydirs')
-source=("http://download.linuxaudio.org/lilypond/sources/v2.18/$pkgname-$pkgver.tar.gz;
-   lilyfontsize.patch
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059013l.{pfb,pfm,afm}
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059016l.{pfb,pfm,afm}
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059033l.{pfb,pfm,afm}
-   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059036l.{pfb,pfm,afm})
-sha256sums=('329d733765b0ba7be1878ae3f457dbbb875cc2840d2b75af4afc48c9454fba07'
-'17b86b7a0b09b73cb5cf8751464571cf6a785c0b1a23db425cc828855a9d8ae6'
-'34218d1c2710553f528cf8296b37eff98119b174aa48e454dc41ad31f855232c'
-'aaf8da7af542c6de7b8a0954a3dbc282dd61fc7c80fd0cf1df31da3aad0aa576'
-'e7775af4c475190d3f9c66be652622e204e5b7dff74ed142010c3b160f2c2d31'
-'1c8b6234cfb14703a33fdb8181c8c0c64d09180e37dc1594c0473425d994'
-'b0aa88a7a87079240a5b89bd45781deacc35bc72ce2ec2b548a8800ec6983605'
-'cb2e0ff8b76afd97c801da65fd3331adb51a3e7fcb69ae1751e7eebd07bec791'
-'2def00a5fb56aeb9e67bb1536eff45e19a898a63510a0104d12e1cd579c7bbc9'
-'0c2753b0e7e107d15b323883d1bef7466466d10f3d2ac9005902e249117f880d'
-'3c8744efa776a819fe04f0f87c9f7f2be6cb8dde8cbfbc122aa73f0d8e5046f1'
-'9a118f78b168a990dbff4788f0fcac33f876d771c06f61682c5c29165d8673be'
-'569645cadb0aaec15786bb67c5f0801154b71d092d138e4f407265a0130752ee'
-'6abb4172ca88db4a1a4cf006cee147f35988153d47e0072b25eb8f54b3be247a')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  sed -i 's|GUILE_CFLAGS=.*|GUILE_CFLAGS="`pkg-config --cflags guile-1.8`"|' 
configure
-  sed -i 's|GUILE_LDFLAGS=.*|GUILE_LDFLAGS="`pkg-config --libs guile-1.8`"|' 
configure
-
-  rm -rf lily/out/ python/out/
-  patch -p1 -i "$srcdir/lilyfontsize.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export PYTHON=/usr/bin/python2
-  export GUILE=/usr/bin/guile1.8
-  export GUILE_CONFIG=/usr/bin/guile-config1.8
-  export LDFLAGS="$LDFLAGS -lpthread"
-  ./configure \
---prefix=/usr \
---with-ncsb-dir="$srcdir"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" vimdir="/usr/share/vim/vimfiles" install
-}

Copied: lilypond/repos/community-x86_64/PKGBUILD (from rev 346144, 
lilypond/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 09:48:02 UTC (rev 346145)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Geoffroy Carrier 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=lilypond
+pkgver=2.19.82
+pkgrel=1
+pkgdesc="An automated music engraving system"
+arch=('x86_64')
+url="http://lilypond.org;
+license=('GPL')
+depends=('guile1.8' 'python2' 'texlive-core' 'ghostscript' 'pango' 
'fontconfig')
+makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
+ 'gsfonts' 'texi2html' 'dblatex' 'texlive-langcyrillic' 
'imagemagick'
+ 'zip' 'rsync' 'netpbm' 'tex-gyre-fonts')
+options=('emptydirs')
+source=("http://lilypond.org/downloads/sources/v2.19/$pkgname-$pkgver.tar.gz;
+   lilyfontsize.patch
+