mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
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:
parent
52bb699b3e
commit
b221120e2b
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue