makeKDEWrapper: don't build kdesycoca
This commit is contained in:
parent
88b99f0054
commit
cdbb1360c2
@ -3,21 +3,11 @@ makeKDEWrapper() {
|
|||||||
local new="$2"
|
local new="$2"
|
||||||
shift
|
shift
|
||||||
shift
|
shift
|
||||||
if [[ -z "$KDE_WRAPPER_IMPURE" ]]; then
|
makeQtWrapper "$old" "$new" "$@"
|
||||||
KSERVICE_BUILD_KDESYCOCA=${KDESYCOCA:+1}
|
|
||||||
makeQtWrapper "$old" "$new" ${KDESYCOCA:+--set KDESYCOCA "$KDESYCOCA"} "$@"
|
|
||||||
else
|
|
||||||
makeQtWrapper "$old" "$new" "$@"
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
wrapKDEProgram() {
|
wrapKDEProgram() {
|
||||||
local prog="$1"
|
local prog="$1"
|
||||||
shift
|
shift
|
||||||
if [[ -z "$KDE_WRAPPER_IMPURE" ]]; then
|
wrapQtProgram "$prog" "$@"
|
||||||
KSERVICE_BUILD_KDESYCOCA=${KDESYCOCA:+1}
|
|
||||||
wrapQtProgram "$prog" ${KDESYCOCA:+--set KDESYCOCA "$KDESYCOCA"} "$@"
|
|
||||||
else
|
|
||||||
wrapQtProgram "$prog" "$@"
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user