Package Details: psi-plus-git 1.5.1692.r4652.g4b93355d-1

Git Clone URL: https://aur.archlinux.org/psi-plus-git.git (read-only, click to copy)
Package Base: psi-plus-git
Description: Psi+ is a powerful XMPP client (Qt, C++) designed for the XMPP power users (built with Qt 5.x)
Upstream URL: https://psi-plus.com
Licenses: GPL2
Conflicts: psi-plus, psi-plus-qt5-git, psi-plus-webkit-git, psi-plus-webkit-qt5-git
Provides: psi-plus, psi-plus-qt5-git
Submitter: TZ86
Maintainer: None
Last Packager: sir_lucjan
Votes: 136
Popularity: 0.000000
First Submitted: 2013-08-06 17:06 (UTC)
Last Updated: 2024-03-18 07:23 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 Next › Last »

<deleted-account> commented on 2011-01-10 15:10 (UTC)

Hi, cool, it seems like you can help me. I like to use OTR, because most of my XMPP contacts use it, but they do not use GPG. So it is kind of a standard for me. If I want encryption, it is easier also to use GPG... Back to topic: What exactly do I have to do? I have to use this PKGBUILD and change it a little bit? Or I have to do something completly different, like going to the Psi hompage (http://psi-im.org/download/) and use sources from there? But which one? And how to apply the Psi+ patches to them? Bests dazzy

Joker-jar commented on 2011-01-10 14:40 (UTC)

dazzy, applicationinfoaccessor.h is file from psi+ project, so you have to download psi sources, apply psi+ patches to it and then use it to build your plugin http://paste.kde.org/2167/

Joker-jar commented on 2011-01-10 13:45 (UTC)

Ok, i'll look at the sources soon. So, why you don't use GPG?

<deleted-account> commented on 2011-01-10 11:45 (UTC)

Hi, ok, that is what is written in the "PsiOtrPlugin.hpp" file about "applicationinfoaccessor.h": #include "applicationinfoaccessor.h" That's it. The funny thing is, that there is no such thing like this, in the whole Psi-Plus folder. This file just doesn't exist. So maybe there is no solution right here... Maybe, the OtrPlugin is related to a former version of Psi-Plus, a version including that file.

Joker-jar commented on 2011-01-10 07:17 (UTC)

Hi src/PsiOtrPlugin.hpp:40:37: fatal error: applicationinfoaccessor.h: No such file or directory Open PsiOtrPlugin.hpp, find include directive and see path to applicationinfoaccessor.h. May be sources would be placed to another folder

<deleted-account> commented on 2011-01-07 18:47 (UTC)

Hi, I tried to compile this: http://public.beuth-hochschule.de/~s30935/files/psi-otr-0.7.tar.gz It is an OTR Plugin for Psi-Plus. Like it is written in the "INSTALL" file, I go to "src/psi/src/plugins/generic", I copy the "psi-otr-0.7" folder in there, I change the directory to it. Finally I run "qmake" and "make". And here comes the error: g++ -c -m64 -pipe -march=x86-64 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-64 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include -I../../include -I/usr/local/include/tidy -I. -o PsiOtrPlugin.o src/PsiOtrPlugin.cpp In file included from src/PsiOtrPlugin.cpp:25:0: src/PsiOtrPlugin.hpp:40:37: fatal error: applicationinfoaccessor.h: No such file or directory compilation terminated. make: *** [PsiOtrPlugin.o] Error 1 Anybody an idea? Something went wrong, but what can I do? Try yoursef to compile this plugin into your Psi-Plus and let me know, if you have been successfull. Bests.