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