mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/frescobaldi: Updated for version 2.0.8.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
cfc3bf5f10
commit
b820c99afe
4 changed files with 10 additions and 21 deletions
|
@ -1,7 +1,5 @@
|
|||
Frescobaldi is a LilyPond sheet music text editor for KDE4. It aims to be
|
||||
powerful, yet lightweight and easy to use.
|
||||
|
||||
Optional runtime dependencies are rumor, to insert notes via midi (ex.
|
||||
keyboard), and TiMidity++ for midi playback (you will need to configure
|
||||
both TiMidity++ and some other midi playback program like audacious).
|
||||
|
||||
TiMidity++ is an optional dependency
|
||||
(for midi playback - you need to configure it)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
|
||||
PRGNAM=frescobaldi
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
VERSION=${VERSION:-2.0.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -50,17 +50,8 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake \
|
||||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
|
||||
-DMAN_INSTALL_DIR=/usr/man \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
mkdir -p $PKG/usr/bin
|
||||
python setup.py install --prefix=$PKG/usr
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="frescobaldi"
|
||||
VERSION="1.2.0"
|
||||
VERSION="2.0.8"
|
||||
HOMEPAGE="http://frescobaldi.org/"
|
||||
DOWNLOAD="http://lilykde.googlecode.com/files/frescobaldi-1.2.0.tar.gz"
|
||||
MD5SUM="e5dbc9425e3aae9890d54649b3d60166"
|
||||
DOWNLOAD="https://github.com/downloads/wbsoft/frescobaldi/frescobaldi-2.0.8.tar.gz"
|
||||
MD5SUM="ad03d84429fdf14aaf83909baedc1c68"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lilypond"
|
||||
REQUIRES="lilypond python-poppler-qt4"
|
||||
MAINTAINER="Michales Michaloudes"
|
||||
EMAIL="korgie@gmail.com"
|
||||
|
|
|
@ -11,7 +11,7 @@ frescobaldi:
|
|||
frescobaldi: Frescobaldi is a LilyPond sheet music text editor for KDE4.
|
||||
frescobaldi: It aims to be powerful, yet lightweight and easy to use.
|
||||
frescobaldi:
|
||||
frescobaldi:
|
||||
frescobaldi: homepage: http://frescobaldi.org/
|
||||
frescobaldi:
|
||||
frescobaldi:
|
||||
frescobaldi:
|
||||
|
|
Loading…
Reference in a new issue