Lines 171-176
case ${KDE_AUTODEPS} in
Link Here
|
171 |
RDEPEND+=" >=kde-frameworks/kf-env-3" |
171 |
RDEPEND+=" >=kde-frameworks/kf-env-3" |
172 |
COMMONDEPEND+=" $(add_qt_dep qtcore)" |
172 |
COMMONDEPEND+=" $(add_qt_dep qtcore)" |
173 |
|
173 |
|
|
|
174 |
# all packages needs breeze/oxygen icons for basic iconset |
175 |
if [[ ${PN} != breeze-icons && ${PN} != oxygen-icons ]]; then |
176 |
RDEPEND+=" || ( $(add_frameworks_dep breeze-icons) kde-frameworks/oxygen-icons:* )" |
177 |
fi |
178 |
|
174 |
if [[ ${CATEGORY} = kde-frameworks || ${CATEGORY} = kde-plasma && ${PN} != polkit-kde-agent ]]; then |
179 |
if [[ ${CATEGORY} = kde-frameworks || ${CATEGORY} = kde-plasma && ${PN} != polkit-kde-agent ]]; then |
175 |
local blocked_version=15.08.0-r1 |
180 |
local blocked_version=15.08.0-r1 |
176 |
|
181 |
|
177 |
- |
|
|