From 26f53c9eb970fa78873f9c5043a800f3fdbe6c4c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 25 Jun 2018 06:27:55 +0200 Subject: lilypond ist real --- portsToCome/lilypond/Pkgfile | 42 ---------------------- .../lilypond/no_fontforge-versioncheck.patch | 12 ------- 2 files changed, 54 deletions(-) delete mode 100644 portsToCome/lilypond/Pkgfile delete mode 100644 portsToCome/lilypond/no_fontforge-versioncheck.patch (limited to 'portsToCome') 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) - -- cgit v1.2.3-54-g00ecf