misc/boncuk: Added the dependency qt4.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2022-02-03 19:09:27 +01:00 committed by Willy Sudiarto Raharjo
parent 52bb699b3e
commit b221120e2b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 1 deletions

View file

@ -83,6 +83,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
. /etc/profile.d/qt4.sh
lrelease boncuk.pro
qmake QMAKE_CXXFLAGS="$SLKCFLAGS -fpermissive"
make

View file

@ -7,6 +7,6 @@ MD5SUM="7095e5b1de358d79eada315f47915d59 \
c02201294ec15d45549a05a9455b2811"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="qt4"
MAINTAINER="Ozan Türkyılmaz"
EMAIL="ozan.turkyilmaz@gmail.com"