academic/pamlX: Rebuild for paml update.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2022-10-08 18:33:14 +01:00 committed by Willy Sudiarto Raharjo
parent 209f6ef0d2
commit 08a2f00cc0
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 4 deletions

View file

@ -0,0 +1 @@
/var/cache/sbopkg/MCMCtreeDOC.pdf

View file

@ -2,7 +2,7 @@
# Slackware build script for pamlX
# Copyright 2013-2018 Petar Petrov slackalaxy@gmail.com
# Copyright 2013-2022 Petar Petrov slackalaxy@gmail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pamlX
VERSION=${VERSION:-1.3.1}
BUILD=${BUILD:-6}
BUILD=${BUILD:-7}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -86,8 +86,8 @@ find -L . \
# manuals installed by paml.
sed -i 's|QApplication::applicationDirPath()|"/usr"|g' mainwindow.cpp
sed -i 's|+= "/pamlx.conf"|= "~/.pamlX/pamlx.conf"|g' mainwindow.cpp
sed -i 's|/doc/|/doc/paml-4.9j/|g' mainwindow.cpp
sed -i 's|/doc/|/doc/paml-4.9j/|g' pamlhistorydialog.cpp
sed -i 's|/doc/|/doc/paml-4.10.5/|g' mainwindow.cpp
sed -i 's|/doc/|/doc/paml-4.10.5/|g' pamlhistorydialog.cpp
# If you want the "Help" menu to use something else than Okular for
# viewing the PDF documentation, uncomment the appropriate line below