Date: Monday, February 13, 2023 @ 06:34:16
Author: ainola
Revision: 1400316
archrelease: copy trunk to community-x86_64
Added:
lilypond/repos/community-x86_64/PKGBUILD
(from rev 1400315, lilypond/trunk/PKGBUILD)
Deleted:
lilypond/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 121 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 60 insertions(+), 61 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-13 06:33:54 UTC (rev 1400315)
+++ PKGBUILD 2023-02-13 06:34:16 UTC (rev 1400316)
@@ -1,61 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Evgeniy Alekseev <arcanis at archlinux dot org>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: Geoffroy Carrier <[email protected]>
-# Contributor: William Rea <[email protected]>
-# Contributor: Robert Emil Berge <[email protected]>
-# Contributor: Jonas Hahnfeld <[email protected]>
-
-pkgname=lilypond
-pkgver=2.24.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
- gsfonts)
-makedepends=(fontconfig
- fontforge
- freetype2
- glib2
- guile2.2
- imagemagick
- pango
- python
- rsync
- t1utils
- texinfo
- texlive-core
- texlive-langcyrillic
- zip)
-optdepends=(
- 'python: for lilypond-book and other scripts'
- 'tex-gyre-fonts: for extra fonts'
- 'ttf-dejavu: for extra fonts'
-)
-options=(debug)
-source=(https://lilypond.org/downloads/sources/v${pkgver%.*}/$pkgname-$pkgver.tar.gz)
-sha512sums=('fc00736ae899519408781a7f1bf83065e493a857073d6f56cdadabc5817d4f41092dad12bfe210ec8a866f454b70f87ede6c7f1ba7aedc901134913b22c1431b')
-b2sums=('2915d44e0e61a5756f515d31d11d29c657d763b7d7d84701ba67cb67c8e84faad74b8743a9703c4fe64ea4ef5f7c4ff76ed9675d62bd670aa6ea81b15385d348')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr \
- --disable-texi2html
- make all bytecode
-}
-
-package() {
- depends+=(libfontconfig.so libfreetype.so libglib-2.0.so libgobject-2.0.so
- libguile-2.2.so libpangoft2-1.0.so libpango-1.0.so)
-
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" vimdir="/usr/share/vim/vimfiles" install
install-bytecode
- 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/"
-}
Copied: lilypond/repos/community-x86_64/PKGBUILD (from rev 1400315,
lilypond/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-13 06:34:16 UTC (rev 1400316)
@@ -0,0 +1,60 @@
+# Maintainer: David Runge <[email protected]>
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Geoffroy Carrier <[email protected]>
+# Contributor: William Rea <[email protected]>
+# Contributor: Robert Emil Berge <[email protected]>
+# Contributor: Jonas Hahnfeld <[email protected]>
+
+pkgname=lilypond
+pkgver=2.24.1
+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
+ gsfonts)
+makedepends=(fontconfig
+ fontforge
+ freetype2
+ glib2
+ guile2.2
+ imagemagick
+ pango
+ python
+ rsync
+ t1utils
+ texinfo
+ texlive-core
+ 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=('121e1b4b70bc84948a6b51d2e7fb785d8abcf2585b9c463929021ba86a69ad34d24f14a5a7997a7428f02c0e9f102cfd348870cd67d9feb1f3b3040a96d25db0')
+b2sums=('d4adf76ffd97da8ba74705e277f5e9c260663df682cbb7dbdced6841ad6ba1c3a4ff0a585497f06698fcb935dce7f120ace686825c13dda672e3b8fb6415374d')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr \
+ --disable-texi2html
+ make all bytecode
+}
+
+package() {
+ depends+=(libfontconfig.so libfreetype.so libglib-2.0.so libgobject-2.0.so
+ libguile-2.2.so libpangoft2-1.0.so libpango-1.0.so)
+
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" vimdir="/usr/share/vim/vimfiles" install
install-bytecode
+ 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/"
+}