diff --git a/package/blindcoder/licq/config.hlp b/package/blindcoder/licq/config.hlp index 5488c9318..48b92d345 100644 --- a/package/blindcoder/licq/config.hlp +++ b/package/blindcoder/licq/config.hlp @@ -33,6 +33,12 @@ ROCKCFG_PKG_LICQ_KDE using KDE. This needs the KDE-Libraries and will interface nicely with the K Desktop Environmant. +ROCKCFG_PKG_LICQ_OSD + Please check here if you want to build the OSD Plugin. This plugin + displays a message via an On Screen Display to inform you of status + changes and messages. VERY useful if you have only one audio channel + and similiar circumstances. + ROCKCFG_PKG_LICQ_REPLY Please check here if you want to build the autoreplier plugin. diff --git a/package/blindcoder/licq/config.in b/package/blindcoder/licq/config.in index 7043e7648..ace2c5630 100644 --- a/package/blindcoder/licq/config.in +++ b/package/blindcoder/licq/config.in @@ -24,9 +24,10 @@ if pkgcheck licq X then menu_begin MENU_PKG_LICQ 'LICQ Options' block_begin 3 - bool "Build the CLI" ROCKCFG_PKG_LICQ_CLI 1 + bool "Build the CLI" ROCKCFG_PKG_LICQ_CLI 0 bool "Build the QT-GUI" ROCKCFG_PKG_LICQ_QTG 1 bool "Build the KDE-GUI" ROCKCFG_PKG_LICQ_KDE 1 + pkgcheck xosd X && bool "Build the OSD Pluin" ROCKCFG_PKG_LICQ_OSD 1 bool "Build the Auto-Replier" ROCKCFG_PKG_LICQ_REPLY 1 bool "Build the Forwarder" ROCKCFG_PKG_LICQ_EMAIL 1 bool "Build the Remote Management Service Plugin" ROCKCFG_PKG_LICQ_RMS 0 diff --git a/package/blindcoder/licq/gcc34.patch b/package/blindcoder/licq/gcc34.patch deleted file mode 100644 index 55ffb4885..000000000 --- a/package/blindcoder/licq/gcc34.patch +++ /dev/null @@ -1,51 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/blindcoder/licq/gcc34.patch -# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - ---- ./src/socket.cpp.orig 2003-06-16 19:09:46.000000000 +0200 -+++ ./src/socket.cpp 2004-07-14 18:13:25.755288679 +0200 -@@ -1078,7 +1078,7 @@ - bool TCPSocket::SecureConnect() - { - pthread_mutex_init(&mutex_ssl, NULL); -- m_pSSL = SSL_new(gSSL_CTX); -+ m_p_SSL = SSL_new(gSSL_CTX); - #ifdef SSL_DEBUG - m_pSSL->debug = 1; - #endif -@@ -1111,7 +1111,7 @@ - { - pthread_mutex_init(&mutex_ssl, NULL); - -- m_pSSL = SSL_new(gSSL_CTX); -+ m_p_SSL = SSL_new(gSSL_CTX); - SSL_set_session(m_pSSL, NULL); - SSL_set_fd(m_pSSL, m_nDescriptor); - int i = SSL_accept(m_pSSL); ---- ./src/user.cpp.orig 2003-06-16 19:09:46.000000000 +0200 -+++ ./src/user.cpp 2004-07-14 18:16:41.356402533 +0200 -@@ -3184,7 +3184,9 @@ - m_fConf.ReadBool("HideIP", m_bHideIp, false); - m_fConf.ReadNum("RCG", m_nRandomChatGroup, ICQ_RANDOMxCHATxGROUP_NONE); - m_fConf.ReadStr("AutoResponse", szTemp, ""); -- m_fConf.ReadNum("SSTime", (unsigned long)m_nSSTime, 0L); -+ long unsigned int t = m_nSSTime; -+ m_fConf.ReadNum("SSTime", t, 0L); -+ m_nSSTime = t; - m_fConf.ReadNum("SSCount", m_nSSCount, 0); - SetAutoResponse(szTemp); diff --git a/package/blindcoder/licq/licq.conf b/package/blindcoder/licq/licq.conf index 78739eb97..fa382369a 100644 --- a/package/blindcoder/licq/licq.conf +++ b/package/blindcoder/licq/licq.conf @@ -42,6 +42,11 @@ licq_custmain () { eval ./configure $confopt --with-kde eval $MAKE $makeopt ; eval $MAKE $makeopt install fi + if [ $ROCKCFG_PKG_LICQ_OSD == 1 ] ; then + cd $builddir/licq-$ver/plugins/osd + eval ./configure $confopt + eval $MAKE $makeopt ; eval $MAKE $makeopt install + fi if [ $ROCKCFG_PKG_LICQ_RMS == 1 ] ; then cd $builddir/licq-$ver/plugins/rms eval ./configure $confopt diff --git a/package/blindcoder/licq/licq.desc b/package/blindcoder/licq/licq.desc index 829aed0f5..26588916e 100644 --- a/package/blindcoder/licq/licq.desc +++ b/package/blindcoder/licq/licq.desc @@ -36,8 +36,8 @@ [L] GPL [S] Stable -[V] 1.2.7 +[V] 1.3.0 [P] X -?---5---9 203.900 -[D] 3084120082 licq-1.2.7.tar.bz2 http://download.sourceforge.net/licq/ +[D] 2730649474 licq-1.3.0.tar.bz2 http://download.sourceforge.net/licq/