Permalink
Browse files
qbs: update to 1.13.0
Adjust patch-environment.diff to source changes. Setting DYLD_LIBRARY_PATH is not needed anymore. The option qbs_disable_rpath already takes care of that.
- Loading branch information
Showing
with
14 additions
and 15 deletions.
- +4 −4 devel/qbs/Portfile
- +10 −11 devel/qbs/files/patch-environment.diff
| @@ -1,12 +1,11 @@ | ||
| --- static-res.pro.orig 2018-04-15 08:33:48.000000000 -0700 | ||
| +++ static-res.pro 2018-04-15 08:33:18.000000000 -0700 | ||
| @@ -15,6 +15,9 @@ | ||
| --- static-res.pro.orig | ||
| +++ static-res.pro | ||
| @@ -15,6 +15,8 @@ unix:qbs_disable_rpath { | ||
| envSpec = $$envVar=$$newVal | ||
| } | ||
|
|
||
| qbsres.target = $$builddirname/default/default.bg | ||
| qbsres.commands = \ | ||
| + $$shell_quote(/usr/bin/env) \ | ||
| + DYLD_LIBRARY_PATH=$$shell_path(lib) \ | ||
| + TMPDIR=$$shell_path(/tmp) \ | ||
| $$shell_quote($$shell_path($$qbsbindir/qbs)) \ | ||
| build \ | ||
| --settings-dir $$shell_quote($$builddirname/settings) \ | ||
| +envSpec += TMPDIR=$$shell_path(/tmp) | ||
| + | ||
| builddirname = qbsres | ||
| typedescdir = share/qbs/qml-type-descriptions | ||
| typedescdir_src = $$builddirname/default/install-root/$$typedescdir |