mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
multimedia/vokoscreenNG: Use qmake6 instead of qmake-qt6.
Don't force make jobs, use MAKEFLAGS Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3cd8d0e151
commit
80cf52b73e
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ find -L . \
|
|||
|
||||
patch -Np1 -i $CWD/0001-Add-better-integration-for-Linux.patch
|
||||
|
||||
qmake-qt6 PREFIX=/usr QMAKE_CXXFLAGS="$SLKCFLAGS" src/vokoscreenNG.pro
|
||||
make -j $(nproc)
|
||||
qmake PREFIX=/usr QMAKE_CXXFLAGS="$SLKCFLAGS" src/vokoscreenNG.pro
|
||||
make
|
||||
make INSTALL_ROOT=$PKG install
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
Loading…
Reference in a new issue