16 lines
1000 B
Plaintext
16 lines
1000 B
Plaintext
|
# Ideally this package gets split into multiple library subpackages.
|
||
|
# However, there is no SONAME change expected until Plasma 6, at which point
|
||
|
# it will not be coinstallable with the Plasma 5 package anyway.
|
||
|
# Also, it's only used by Plasma itself (and KDevelop), so the benefit of
|
||
|
# allowing co-installation of different soversions is not that clear.
|
||
|
# So just keep the status quo until the new version comes around.
|
||
|
addFilter("shlib-policy-name-error SONAME: libKSysGuardFormatter.so.2");
|
||
|
addFilter("shlib-policy-name-error SONAME: libKSysGuardSensorFaces.so.2");
|
||
|
addFilter("shlib-policy-name-error SONAME: libKSysGuardSensors.so.2");
|
||
|
# "Old" libs have synced soversion
|
||
|
addFilter("shlib-policy-name-error SONAME: libksgrd.so.10");
|
||
|
addFilter("shlib-policy-name-error SONAME: libksignalplotter.so.10");
|
||
|
addFilter("shlib-policy-name-error SONAME: liblsofui.so.10");
|
||
|
addFilter("shlib-policy-name-error SONAME: libprocesscore.so.10");
|
||
|
addFilter("shlib-policy-name-error SONAME: libprocessui.so.10");
|