
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Kopete IRC plugin. Requires libircclient-qt-0.3.2:
http://bitbucket.org/jpnurmi/libircclient-qt/wiki/Home
Please donate for honoring several weeks of work and motivation for making the plugin better.
Now with packages on opensuse buildservice project home:cyberbeat.
After compilation you may simply create a rpm/deb/.. package by calling "cpack -G RPM"
11 years ago
0.1.2: better handling (gui updates) for large channels/server-messages, work on kopete modifications
0.1.1: cmakefile changes
0.1: The first version supports only a minimal feature set, some things are still missing, and the code has to be refactored for the next version.
11 years ago
0.1.2: better handling (gui updates) for large channels/server-messages, work on kopete modifications
0.1.1: cmakefile changes
0.1: The first version supports only a minimal feature set, some things are still missing, and the code has to be refactored for the next version.
joergm2706
9 years ago
Report
mmmGoode
9 years ago
an irc plugin for kopete would be superb! as there is no reasonable alternative now for kde4 (speaking about kopete only,sure).
Could you please update kopete-plugins-irc to the newest release of libircclient-qt which is now at 0.5, the working one so far seems to be 0.3.2.
I believe many distributions bundle the new version and this would help many people use the kopete plugin.
Many thanks!
Regards, marek
Report
joergm2706
10 years ago
Report
krzywda
10 years ago
Report
raygo1975
10 years ago
Now I am about to compile your code. I am a newbie and have never used cmake. What options if any do i need to use and do I just run cmake from the irc directory created by the tar file for the irc client? should I run cmake with sudo?
I really do not want to mess this up after all the work it took to get this far.
Thank you in advance for any help.
Report
raygo1975
10 years ago
The sudo make install failed with the message :make: *** No rule to make target `install'. Stop.
I am going to stop now and wait for you to respond so I do not do any more damage.
Report
dieu
10 years ago
Report
cyberbeat
10 years ago
Report
dieu
10 years ago
Report
cyberbeat
10 years ago
Report
bigmalletman
10 years ago
Upon trying to connect to IRC, Kopete crashes. strace shows:
kopete: symbol lookup error: /usr/lib64/kde4/kopete_irc.so: undefined symbol: _ZN9QListData7detach3Ev
Report
cyberbeat
10 years ago
Report
bigmalletman
10 years ago
Report
bigmalletman
10 years ago
My friend who tested it on 4.3.5 was using standard opensuse 11.2.
Report
bigmalletman
10 years ago
Report
cyberbeat
10 years ago
Report
bugmenot1234
11 years ago
manuel
Report
cyberbeat
11 years ago
Report
cyberbeat
10 years ago
"do you have installed kopete in /usr/local? if not you should configure cmake to install it in /usr (run ccmake)"
means
"do you have installed kopete in /usr/local? if not you should configure cmake to install the irc-plugin in /usr (run ccmake)"
Report
bugmenot1234
11 years ago
thats what ccmake tells me how it compiles the irc-plugin:
Quote:
Automoc4_DIR */usr/lib/automoc4
CMAKE_BACKWARDS_COMPATIBILITY *2.4
CMAKE_BUILD_TYPE *
CMAKE_INSTALL_PREFIX */usr/local
EXECUTABLE_OUTPUT_PATH *
IRCCLIENT_INCLUDE_DIR */usr/include/ircclient-qt
IRCCLIENT_LIBRARY */usr/lib/libircclient-qt.so
KDE4_BUILD_TESTS *OFF
KDE4_DATA_DIR */usr/share/kde4/apps
KDE4_ENABLE_FINAL *OFF
KDE4_ENABLE_FPIE *OFF
KDE4_ENABLE_HTMLHANDBOOK *OFF
KDE4_KDECONFIG_EXECUTABLE */usr/bin/kde4-config
KDE4_PLASMA_OPENGL_FOUND */usr/include/plasma/glapplet.h
KDE4_USE_COMMON_CMAKE_PACKAGE_ *ON
KOPETE_INCLUDE_DIR */usr/include
KOPETE_LIBRARIES */usr/lib/libkopete.so
LIBRARY_OUTPUT_PATH *
LIB_SUFFIX *
QT_QMAKE_EXECUTABLE */usr/bin/qmake
probably " CMAKE_INSTALL_PREFIX */usr/local" should be changed?
i already tried
Quote:
cp /usr/local/lib/kde4/kopete_irc.so /usr/include/
cp /usr/local/lib/kde4/kopete_irc.so /usr/lib/
obviously i am all new to kopete and how the folders of kde work exactly.. bear with me! :-)
manuel
Report
cyberbeat
11 years ago
a) sudo make install
or (if you are able to install DEB packages):
b) cpack -G DEB (then a deb package should be created, which you should be able to install with your distributions package tools)
Report
krzywda
10 years ago
[email protected]:/tmp/irc$ cpack -G DEB
CPack Error: CPack project name not specified
Report
bugmenot1234
10 years ago
thank you a lot, all is working now!
i wonder why i seem to be the first one to have these problems..
thank you for your quick and professional help!
manuel
Report
bugmenot1234
11 years ago
kopete is in its default konfiguration, out-of-the-kubuntu-box. binary is /usr/bin/kopete with many .so files in /usr/lib and /usr/lib/kde4
ccmake not installed. is it necessary to kompile kopete to add a new plugin? isnt exactly the sense of a plugin..
in short, where are (additional) plugins registered in kopete?
thanks again,
manuel
Report
HobbyBlobby
11 years ago
/home/HobbyBlobby/package/irc/ircaccount.cpp: In constructor ‘IRCAccount::IRCAccount(IRCProtocol*, const QString&)’:
/home/HobbyBlobby/package/irc/ircaccount.cpp:156: error: ‘class Irc::Session’ has no member named ‘connectSlotsByName’
Full output at: http://pastebin.com/m263c4ff5
Thanks for help.
Report