You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdenetwork/kopete/protocols/meanwhile
Michele Calgaro 716e33b80b
LIB_QT -> LIB_TQT conversion to align to updated admin module
6 years ago
..
icons Fix invalid headers in PNG files and optimize for size 8 years ago
ui Rename obsolete tq methods to standard names 13 years ago
CMakeLists.txt Fix various cmake build issues 12 years ago
ConfigureChecks.cmake [kdenetwork/kopete] added cmake support 13 years ago
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
README Update kopete references of gaim to pidgin. 12 years ago
kopete_meanwhile.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
meanwhileaccount.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
meanwhileaccount.h Rename a number of classes to enhance compatibility with KDE4 11 years ago
meanwhileaddcontactpage.cpp Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
meanwhileaddcontactpage.h Remove spurious TQ_OBJECT instances 12 years ago
meanwhilecontact.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
meanwhilecontact.h Rename a number of classes to enhance compatibility with KDE4 11 years ago
meanwhileeditaccountwidget.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
meanwhileeditaccountwidget.h Remove spurious TQ_OBJECT instances 12 years ago
meanwhileplugin.cpp Rename a number of classes to enhance compatibility with KDE4 11 years ago
meanwhileplugin.h Rename many classes and header files to avoid conflicts with KDE4 11 years ago
meanwhileprotocol.cpp Rename old tq methods that no longer need a unique name 13 years ago
meanwhileprotocol.h Remove spurious TQ_OBJECT instances 12 years ago
meanwhilesession.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
meanwhilesession.h Remove spurious TQ_OBJECT instances 12 years ago

README

This is a kopete plugin for meanwhile using the libmeanwhile library.

To INSTALL
==========

1. install libmeanwhile
2. install kopete with the meanwhile plugin.

installing libmeanwhile
=======================
from http://meanwhile.sf.net - use version 0.3
Refer to INSTALL in the meanwhile code. Run configure without specifying the --with_pidgin_src
 # autogen.sh
 # ./configure --prefix=/usr
 # make
 # su -c make install

installing kopete with meanwhile plugin
=======================================
1. Get kopete src from kopete.kde.org (latest cvs)
2. move this directory to $KOPETE_SRC/kopete/protocols/meanwhile,
3. patch the configure script in $KOPETE_SRC to pickup meanwhile
        in $KOPETE_SRC
        # patch -P0 < kopete/protocols/meanwhile/configure.patch
4. patch Makefile.am in protocols with protocols-makefile.patch
        in $KOPETE_SRC
        # patch -P0 < kopete/protocols/meanwhile/protocols-makefile.patch
5. run automake to process this Makefile.am
        in $KOPETE_SRC
        # automake kopete/protocols/Makefile
6. libmeanwhile uses glib and kopete's makefile have no references to glib, so
   edit $KOPETE_SRC/kopete/protocols/meanwhile/Makefile.am and verify that
   GLIB_INCLUDES points to the right places. These variables are currently
   set for Fedora-core-1. If you have to modify the variable, rebuild the
   makefile.
        in $KOPETE_SRC
        # automake kopete/protocols/meanwhile/Makefile
7. follow the steps defined in kopete INSTALL:
        on fedora/redhat this could be (from $KOPETE_SRC)
        # ./configure --prefix=/usr/
        # make
        # make install
7.1 if you want to install only meanwhile on an existing copy of kopete, 
        after the make, try make install in 
                $KOPETE_SRC/kopete/protocols/meanwhile
      
8. enjoy*.

* Hopefully i have fixed this, but when you try to add accounts and you 
donot find meanwhile listed, copy kopete/protocols/meanwhile/kopete_meanwhile.desktop 
to $KDE_DIR/share/services (/usr/share/services on fedora).
* If you find the icons for meanwhile missing, overwrite Makefile in 
    kopete/protocols/meanwhile/icons with Makefile.siva