From 29440afed6f634d9e6ff41a884d4ad6abf8c756c Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sun, 27 Feb 2022 20:23:01 +0100 Subject: [PATCH] academic/pamlX: Use qt4. Signed-off-by: Matteo Bernardini --- academic/pamlX/pamlX.SlackBuild | 2 ++ academic/pamlX/pamlX.info | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/academic/pamlX/pamlX.SlackBuild b/academic/pamlX/pamlX.SlackBuild index cbefd5a500..a74dd7c25a 100644 --- a/academic/pamlX/pamlX.SlackBuild +++ b/academic/pamlX/pamlX.SlackBuild @@ -79,6 +79,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +. /etc/profile.d/qt4.sh + # Fix the path where pamlX looks for the paml executables, its config # file (if necessary it should be in your home directory) and the # manuals installed by paml. diff --git a/academic/pamlX/pamlX.info b/academic/pamlX/pamlX.info index 7e9ac1b1af..0fc74669f4 100644 --- a/academic/pamlX/pamlX.info +++ b/academic/pamlX/pamlX.info @@ -5,6 +5,6 @@ DOWNLOAD="http://abacus.gene.ucl.ac.uk/software/pamlX1.3.1-src.tgz" MD5SUM="55cd96e17d94a30232fc0cdd1eaeccf4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="paml" +REQUIRES="paml qt4" MAINTAINER="Petar Petrov" EMAIL="slackalaxy@gmail.com"