summaryrefslogtreecommitdiffstats
path: root/frescobaldi
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-05-10 21:23:15 +0000
committer Eric Hameleers <alien@slackware.com>2022-05-10 21:23:15 +0000
commit8ac869f02c9c3f9c0a23fdbc505a0ee4c91682cd (patch)
treeba26d4a96032d7c062df01285432e9663320cb19 /frescobaldi
parent35ca700f6667fc96c077714e940c56125711a7ad (diff)
downloadasb-8ac869f02c9c3f9c0a23fdbc505a0ee4c91682cd.tar.gz
asb-8ac869f02c9c3f9c0a23fdbc505a0ee4c91682cd.tar.xz
frescobaldi: update to 3.2
Diffstat (limited to 'frescobaldi')
-rwxr-xr-xfrescobaldi/build/frescobaldi.SlackBuild17
1 files changed, 6 insertions, 11 deletions
diff --git a/frescobaldi/build/frescobaldi.SlackBuild b/frescobaldi/build/frescobaldi.SlackBuild
index 7a0b4a7c..57804f87 100755
--- a/frescobaldi/build/frescobaldi.SlackBuild
+++ b/frescobaldi/build/frescobaldi.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2021 Eric Hameleers, Eindhoven, NL
+# Copyright 2021, 2022 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -29,12 +29,14 @@
# Descr: LilyPond sheet music editor
# URL: http://www.frescobaldi.org/
# Build needs:
-# Needs: lilypond python-ly python-poppler-qt5 python-pygame
+# Needs: lilypond python-ly python-poppler-qt5 python-pygame qpageview
# Changelog:
# 3.1.3-1: 26/jun/2021 by Eric Hameleers <alien@slackware.com>
# * Initial build.
# 3.1.3-2: 26/oct/2021 by Eric Hameleers <alien@slackware.com>
# * Rebuilt against Python 3.10 in -current.
+# 3.2-1: 10/may/2022 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh frescobaldi.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -43,8 +45,8 @@
# -----------------------------------------------------------------------------
PRGNAM=frescobaldi
-VERSION=${VERSION:-3.1.3}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-3.2}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
@@ -155,13 +157,6 @@ cd ${PRGNAM}-${VERSION}
# Fix the manpage installation location:
sed -i setup.py -e "s,share/man/,man/,"
-# Address incompatibilities with Python 3.10:
-touch $OUTPUT/patch-${PRGNAM}.log
-cat $SRCDIR/patches/frescobaldi_python310_qpageview.patch \
- | patch -p1 --verbose 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
-cat $SRCDIR/patches/frescobaldi_python310_progressbar_floats.patch \
- | patch -p1 --verbose 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
-
chown -R root:root .
chmod -R u+w,go+r-w,a+rX-st .