academic/colin: Use qt4.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2022-02-27 15:57:27 +01:00 committed by Robby Workman
parent d7d7be757e
commit a146a1573a
2 changed files with 2 additions and 1 deletions

View file

@ -79,6 +79,7 @@ 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
qmake
make

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://sourceforge.net/projects/colin2/files/colin-1.8.2.tar.xz"
MD5SUM="e7260f262dbc563b40b6de529d6aa519"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="qt4"
MAINTAINER="Prof. HORSTMANN"
EMAIL="wmh@eipg.fr"