Browse Source

graphics/frescobaldi: Updated for version 3.3.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/270/head
Michales Michaloudes 10 months ago
committed by Willy Sudiarto Raharjo
parent
commit
bb3b2be7a2
  1. 27
      graphics/frescobaldi/frescobaldi.SlackBuild
  2. 8
      graphics/frescobaldi/frescobaldi.info

27
graphics/frescobaldi/frescobaldi.SlackBuild

@ -1,12 +1,31 @@
#!/bin/bash
# Slackware build script for <frescobaldi>
# Written by Michales Michaloudes korgie@gmail.com
# Slackware build script for frescobaldi
# Copyright 2024 Michales Michaloudes (clavisound), Thessaloniki, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=frescobaldi
VERSION=${VERSION:-3.1.3}
VERSION=${VERSION:-3.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -79,7 +98,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cd $TMP/$PRGNAM-$VERSION
cp -a \
COPYING ChangeLog README* TODO THANKS INSTALL \
COPYING CHANGELOG.md README* TODO THANKS INSTALL \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

8
graphics/frescobaldi/frescobaldi.info

@ -1,10 +1,10 @@
PRGNAM="frescobaldi"
VERSION="3.1.3"
VERSION="3.3.0"
HOMEPAGE="http://frescobaldi.org/"
DOWNLOAD="https://github.com/frescobaldi/frescobaldi/releases/download/v3.1.3/frescobaldi-3.1.3.tar.gz"
MD5SUM="45c3dddb673afb892a6b66459dd8c9dd"
DOWNLOAD="https://github.com/frescobaldi/frescobaldi/releases/download/v3.3.0/frescobaldi-3.3.0.tar.gz"
MD5SUM="0ad19d14792042c91d4c34b564b9cd8a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lilypond python-poppler-qt5 python-ly"
REQUIRES="lilypond python-poppler-qt5 python-ly python-qpageview"
MAINTAINER="Michales Michaloudes"
EMAIL="korgie@gmail.com"
Loading…
Cancel
Save