FS#43571 - [kdeplasma-addons-libs] should depend (not make depend) on package qoauth
Attached to Project:
Arch Linux
Opened by Bernhard Beschow (shentey) - Sunday, 25 January 2015, 16:42 GMT
Last edited by Andrea Scarpino (BaSh) - Monday, 26 January 2015, 08:31 GMT
Opened by Bernhard Beschow (shentey) - Sunday, 25 January 2015, 16:42 GMT
Last edited by Andrea Scarpino (BaSh) - Monday, 26 January 2015, 08:31 GMT
|
Details
Description: plasma_engine_microblog.so is linked agains
libqoauth.so.
The package dependency can be verified using the following shell commands: $ pkgfile plasma_engine_microblog.so extra/kdeplasma-addons-libs $ ldd /usr/lib/kde4/plasma_engine_microblog.so | grep oauth libqoauth.so.1 => /usr/lib/libqoauth.so.1 (0xb774b000) $ pkgfile /usr/lib/libqoauth.so.1 extra/qoauth Additional info: * package version(s): latest as of date of this bug report Steps to reproduce: See shell commands in description. |
This task depends upon
Comment by Andrea Scarpino (BaSh) -
Monday, 26 January 2015, 08:31 GMT
The only package (that I know of) that uses that engine is
kdeplasma-addons-applets-microblog, and qoauth is already a
dependence there.