summaryrefslogtreecommitdiff
path: root/portsToCome
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-25 06:27:55 +0200
committerErich Eckner <git@eckner.net>2018-06-25 06:27:55 +0200
commit26f53c9eb970fa78873f9c5043a800f3fdbe6c4c (patch)
treee4fa5bc893c601817401e64e8f584f84d9d80802 /portsToCome
parente305c99a74179f89e488f715dad4dbf264226180 (diff)
downloadcrux-ports-26f53c9eb970fa78873f9c5043a800f3fdbe6c4c.tar.xz
lilypond ist real
Diffstat (limited to 'portsToCome')
-rw-r--r--portsToCome/lilypond/Pkgfile42
-rw-r--r--portsToCome/lilypond/no_fontforge-versioncheck.patch12
2 files changed, 0 insertions, 54 deletions
diff --git a/portsToCome/lilypond/Pkgfile b/portsToCome/lilypond/Pkgfile
deleted file mode 100644
index 3ba2ccd..0000000
--- a/portsToCome/lilypond/Pkgfile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Description: Music notation for everyone.
-# URL: http://lilypond.org/web/
-# Maintainer: Erich Eckner, crux at eckner dot net
-# Depends on: fontconfig freetype guile pango glib python fontforge gsfonts ghostscript texlive tex-gyre-fonts
-
-name=lilypond
-version=2.19.59
-release=1
-source=(http://download.linuxaudio.org/lilypond/source/v${version%.*}/lilypond-$version.tar.gz
- no_fontforge-versioncheck.patch)
-
-build() {
- cd "$name-$version"
-
- # 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
-
- patch -Np1 < $SRC/no_fontforge-versioncheck.patch
- rm -rf python/out/
-
- export GUILE=/usr/bin/guile
- export GUILE_CONFIG=/usr/bin/guile-config
- export PYTHON="python2"
- export PYTHON_CONFIG="python2-config"
- export GUILE=/usr/bin/guile1.8
- export GUILE_CONFIG=/usr/bin/guile-config1.8
-
- ./autogen.sh --prefix=/usr \
- --disable-documentation
-
- # FIXME: the extra LDFLAG should not be needed;
- # this is a regression somewhere
- make LDFLAGS+=" -pthread" all
-
- make DESTDIR="$PKG/" \
- vimdir="/usr/share/vim/vimfiles" install
-
- rm -rf "$PKG/usr/share/man"
-}
diff --git a/portsToCome/lilypond/no_fontforge-versioncheck.patch b/portsToCome/lilypond/no_fontforge-versioncheck.patch
deleted file mode 100644
index 010cdbe..0000000
--- a/portsToCome/lilypond/no_fontforge-versioncheck.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur lilypond-2.19.16.orig/configure.ac lilypond-2.19.16.new/configure.ac
---- lilypond-2.19.16.orig/configure.ac 2015-03-03 21:38:23.340077656 +0100
-+++ lilypond-2.19.16.new/configure.ac 2015-03-03 21:42:39.231862408 +0100
-@@ -186,7 +186,7 @@
-
- STEPMAKE_PYTHON_DEVEL(REQUIRED, 2.4, 3.0)
-
--STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20110222)
-+STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED)
-
- STEPMAKE_PATH_PROG(T1ASM, t1asm, REQUIRED)
-