Package Details: psi-plus-plugins-git 1.1.411.gdfdb6d9-1

Git Clone URL: https://aur.archlinux.org/psi-plus-plugins-git.git (read-only, click to copy)
Package Base: psi-plus-plugins-git
Description: Additional plugins for Psi+ (built with Qt 5.x)
Upstream URL: https://psi-plus.com
Licenses: GPL2
Conflicts: psi-plus-plugins, psi-plus-plugins-qt5-git
Provides: psi-plus-plugins, psi-plus-plugins-qt5-git
Submitter: TZ86
Maintainer: None
Last Packager: sir_lucjan
Votes: 28
Popularity: 0.000000
First Submitted: 2013-08-06 17:07 (UTC)
Last Updated: 2022-11-06 12:53 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

dos1 commented on 2018-04-05 15:37 (UTC)

Could you add -DBUILD_DEV_PLUGINS=ON to cmake options? The main reason to build plugins from git is usually to test the bleeding-edge, and without this option you only get the boring, stable ones ;)

el_aur commented on 2017-06-07 09:29 (UTC)

Updated PKGBUILD. It requires now qt5-webengine

natrio commented on 2017-06-05 12:05 (UTC)

generic/imagepreviewplugin: ----------------------------- ScrollKeeper.cpp:60:4: warning: #warning "ImagePreviewPlugin TODO: add support for webengine" [-Wcp] #warning "ImagePreviewPlugin TODO: add support for webengine" ^~~~~~~ ScrollKeeper.cpp: In constructor 'ScrollKeeper::ScrollKeeper(QWidget*)': ScrollKeeper.cpp:48:26: error: invalid use of incomplete type 'class QWebFrame' scrollPos_ = mainFrame_->scrollBarValue(Qt::Vertical); ^~ ----------------------------- generic/juickplugin : ----------------------------- juickplugin.cpp:1128:2: warning: #warning "JuickPlugin TODO: check webengine staff works" [-Wcpp] #warning "JuickPlugin TODO: check webengine staff works" ^~~~~~~ juickplugin.cpp: In member function 'void JuickPlugin::updateWidgets(const QList<QByteArray>&)': juickplugin.cpp:1130:20: error: conflicting declaration 'QWebEngineView* wv' QWebEngineView *wv = w->findChild<QWebEngineView*>();

natrio commented on 2017-06-05 11:20 (UTC) (edited on 2017-06-05 11:57 (UTC) by natrio)

Plugins, failed build with errors: generic/imagepreviewplugin (i686/x86_64) generic/juickplugin (i686)

el_aur commented on 2017-06-02 16:37 (UTC)

Fixed build issues

TZ86 commented on 2017-05-31 14:16 (UTC)

@kamiljk87 Strange, both qtwebkit from aur and psi-plus-plugins-git builds fine for me. >if its possible migrate into extra/qt5-webkit instead ? I really doubt it will work... I think it's easier to just switch to psi-plus-qt5-git. Or just don't build plugins which requires old qtwebkit (actually there is only two of them, juickplugin and imagepreviewplugin): https://pastebin.com/1U9v1Lxp

kamiljk87 commented on 2017-05-30 20:42 (UTC)

Probably more fresh version: https://github.com/psi-im/plugins Also current one fail build bc of qtwebkit build fail, wonder if its possible migrate into extra/qt5-webkit instead ?