-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libraries/libqtpas: Updated for version 3.8. #9541
Conversation
@sbo-bot: build libraries/libqtpas |
reverse dependencies - libraries/libqtpas
|
✅ sbolint - libraries/libqtpas ✅
|
@sbo-bot: build multimedia/winff |
@sbo-bot: build system/doublecmd-qt5 |
buildpkg i586 libraries/libqtpas
Snipped Build Log
|
sbopkglint i586 libraries/libqtpas
|
buildpkg x86_64 libraries/libqtpas
Snipped Build Log
|
sbopkglint x86_64 libraries/libqtpas
|
buildpkg i586 multimedia/winff
Snipped Build Log
|
sbopkglint i586 multimedia/winff
|
buildpkg x86_64 multimedia/winff
Snipped Build Log
|
sbopkglint x86_64 multimedia/winff
|
buildpkg i586 system/doublecmd-qt5
Snipped Build Log
|
sbopkglint i586 system/doublecmd-qt5
|
buildpkg x86_64 system/doublecmd-qt5
Snipped Build Log
|
sbopkglint x86_64 system/doublecmd-qt5
|
BUILD=${BUILD:-1} | ||
TAG=${TAG:-_SBo} | ||
PKGTYPE=${PKGTYPE:-tgz} | ||
SRCNAM=${SRCNAM:-lazarus} | ||
SRCVER=${SRCVER:-3.6} | ||
SRCVER=${SRCVER:-3.8-0} | ||
nprocr=$(expr $(nproc) + 1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should respect MAKEFLAGS instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
slackbuilds/misc/rmlint/rmlint.SlackBuild
Lines 86 to 90 in cf30627
JOBS="$( echo $MAKEFLAGS | sed 's,.*-j *\([0-9][0-9]*\)*.*,\1,' )" | |
# or if no MAKEFLAGS, use the number of cores minus 1 | |
JOBS="${JOBS:-$(( $( nproc ) - 1 ))}" | |
# or 1, if we really have one core | |
[ "$JOBS" = "0" ] && JOBS=1 |
merged with nprocs changes removed (for now until maintainer revies this comment) |
based on the comment and the slackbuild provided by @aclemons would this be correct |
You can see the example in OpenJDK21 SlackBuild |
No description provided.