From 08a2f00cc0fa0f3c964af9f3c7179854408f4bd0 Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Sat, 8 Oct 2022 18:33:14 +0100 Subject: [PATCH] academic/pamlX: Rebuild for paml update. Signed-off-by: Willy Sudiarto Raharjo --- academic/paml/MCMCtreeDOC.pdf | 1 + academic/pamlX/pamlX.SlackBuild | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 120000 academic/paml/MCMCtreeDOC.pdf diff --git a/academic/paml/MCMCtreeDOC.pdf b/academic/paml/MCMCtreeDOC.pdf new file mode 120000 index 0000000000..4ae740a7db --- /dev/null +++ b/academic/paml/MCMCtreeDOC.pdf @@ -0,0 +1 @@ +/var/cache/sbopkg/MCMCtreeDOC.pdf \ No newline at end of file diff --git a/academic/pamlX/pamlX.SlackBuild b/academic/pamlX/pamlX.SlackBuild index a74dd7c25a..d33e4cdc8b 100644 --- a/academic/pamlX/pamlX.SlackBuild +++ b/academic/pamlX/pamlX.SlackBuild @@ -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