libraries/qtmimetypes: Added the dependency qt4.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2022-02-04 17:23:42 +01:00
parent 316f705235
commit 586d301d40
2 changed files with 2 additions and 1 deletions

View file

@ -82,6 +82,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
sed -i "s|/lib$|/lib$LIBDIRSUFFIX|" mimetypes-nolibs.pri
export CXXFLAGS="$SLKCFLAGS"
qmake

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxqt/mimetypes-20140903_123e525
MD5SUM="ddabb754a9af0e293e014f10bfdb0ff5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="qt4"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"