From 9ad75fe9d7b3e612b7ddb19158b8b3e60a43cebd Mon Sep 17 00:00:00 2001 From: "Konstantin V. Arkhipov" Date: Tue, 28 Sep 2004 17:40:49 +0000 Subject: > version bump, hopefully, closes #63111 --- net-im/licq/ChangeLog | 9 +- net-im/licq/Manifest | 12 +- net-im/licq/files/1.3.0-gcc3.4.patch | 11 -- net-im/licq/files/1.3.0-gpgme3_hack.patch | 31 ---- net-im/licq/files/1.3.0-no_stupid_koloboks.patch | 40 +++--- net-im/licq/files/1.3.0-upgradepath.patch | 11 -- net-im/licq/files/digest-licq-1.3.0_pre-r5 | 1 - net-im/licq/files/digest-licq-1.3.0_pre2 | 1 + net-im/licq/licq-1.3.0_pre-r5.ebuild | 175 ----------------------- net-im/licq/licq-1.3.0_pre2.ebuild | 170 ++++++++++++++++++++++ 10 files changed, 202 insertions(+), 259 deletions(-) delete mode 100644 net-im/licq/files/1.3.0-gcc3.4.patch delete mode 100644 net-im/licq/files/1.3.0-gpgme3_hack.patch delete mode 100644 net-im/licq/files/1.3.0-upgradepath.patch delete mode 100644 net-im/licq/files/digest-licq-1.3.0_pre-r5 create mode 100644 net-im/licq/files/digest-licq-1.3.0_pre2 delete mode 100644 net-im/licq/licq-1.3.0_pre-r5.ebuild create mode 100644 net-im/licq/licq-1.3.0_pre2.ebuild (limited to 'net-im/licq') diff --git a/net-im/licq/ChangeLog b/net-im/licq/ChangeLog index 762694083839..81cbdc3418ce 100644 --- a/net-im/licq/ChangeLog +++ b/net-im/licq/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-im/licq # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.45 2004/08/22 19:33:46 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.46 2004/09/28 17:40:49 voxus Exp $ + +*licq-1.3.0_pre2 (28 Sep 2004) + + 28 Sep 2004; Konstantin Arkhipov + -licq-1.3.0_pre-r5.ebuild, + +licq-1.3.0_pre2.ebuild: + Version bump. *licq-1.3.0_pre-r5 (22 Aug 2004) diff --git a/net-im/licq/Manifest b/net-im/licq/Manifest index c371afd31de5..10bef0bb583a 100644 --- a/net-im/licq/Manifest +++ b/net-im/licq/Manifest @@ -1,11 +1,9 @@ -MD5 de6a9072fbf4f89817a50dfebd782a32 ChangeLog 7030 MD5 481c2244bfa25938051e82c760aba1b9 licq-1.2.7.ebuild 3494 -MD5 576fe8fa3d344dcb29a35596bcf66d76 licq-1.3.0_pre-r5.ebuild 4117 +MD5 de6a9072fbf4f89817a50dfebd782a32 ChangeLog 7030 +MD5 ef98c0c4bbdf5b1a65b83b64bbada401 licq-1.3.0_pre2.ebuild 3925 MD5 c18e90be9c36c7efb06211733ad765ff files/1.2.7-debugflag.patch 396 MD5 5f64e4b71c311ff7b6489953fc8bf1f9 files/1.2.7-nptl.patch 1178 -MD5 d33d4cb8bdbcd113307b7fd44184a445 files/1.3.0-gcc3.4.patch 558 -MD5 5dbb2a47d1d863a55f564e874c871d30 files/1.3.0-gpgme3_hack.patch 878 -MD5 71930b700c70113e9b9aa7586e34066a files/1.3.0-no_stupid_koloboks.patch 3363 -MD5 8cc9f21e0153522e2b9a7ac4b4dd023b files/1.3.0-upgradepath.patch 547 MD5 3795e526fdf015e985be17fca698e2d1 files/digest-licq-1.2.7 64 -MD5 5079eefd8c78bf30104105bf933436cd files/digest-licq-1.3.0_pre-r5 68 +MD5 52dadf7b64ef4fb690c7892d94b445d6 files/1.3.0-no_stupid_koloboks.patch 3160 +MD5 5dbb2a47d1d863a55f564e874c871d30 files/1.3.0-gpgme3_hack.patch 878 +MD5 7b35226bb134845f7bdf94d9dc6b6ae6 files/digest-licq-1.3.0_pre2 69 diff --git a/net-im/licq/files/1.3.0-gcc3.4.patch b/net-im/licq/files/1.3.0-gcc3.4.patch deleted file mode 100644 index 8f475fd4ec9d..000000000000 --- a/net-im/licq/files/1.3.0-gcc3.4.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- mainwin.cpp.orig 2004-08-22 03:16:54.000000000 +0400 -+++ mainwin.cpp 2004-08-22 03:13:18.000000000 +0400 -@@ -3960,7 +3960,7 @@ - - mnuStatus = new QPopupMenu(NULL); - mnuPFM = new QPopupMenu(NULL); -- mnuPFM->insertItem(tr("Don't Show"), ICQ_PLUGIN_STATUSxINACTIVE); -+ mnuPFM->insertItem(tr("Don't Show"), (int) ICQ_PLUGIN_STATUSxINACTIVE); - mnuPFM->insertItem(tr("Available"), ICQ_PLUGIN_STATUSxACTIVE); - mnuPFM->insertItem(tr("Busy"), ICQ_PLUGIN_STATUSxBUSY); - connect(mnuPFM, SIGNAL(activated(int)), this, SLOT(changePFMStatus(int))); diff --git a/net-im/licq/files/1.3.0-gpgme3_hack.patch b/net-im/licq/files/1.3.0-gpgme3_hack.patch deleted file mode 100644 index 996b4169edbd..000000000000 --- a/net-im/licq/files/1.3.0-gpgme3_hack.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- configure~ 2004-08-22 20:10:52.000000000 +0400 -+++ configure 2004-08-22 20:11:10.000000000 +0400 -@@ -6388,7 +6388,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lgpgme $LIBS" -+LIBS="-lgpgme3 $LIBS" - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" - /* confdefs.h. */ -@@ -6438,7 +6438,7 @@ - echo "${ECHO_T}$ac_cv_lib_gpgme_gpgme_check_version" >&6 - if test $ac_cv_lib_gpgme_gpgme_check_version = yes; then - -- LIBS="$LIBS -lgpgme" -+ LIBS="$LIBS -lgpgme3" - - cat >>confdefs.h <<_ACEOF - #define HAVE_LIBGPGME 1 ---- include/licq_gpg.h.orig 2004-08-22 22:58:46.660566481 +0400 -+++ include/licq_gpg.h 2004-08-22 22:57:15.460429001 +0400 -@@ -3,7 +3,7 @@ - #define _LICQ_GPG_H_INCLUDED_ - - #ifdef HAVE_LIBGPGME --#include -+#include - #endif - #include - diff --git a/net-im/licq/files/1.3.0-no_stupid_koloboks.patch b/net-im/licq/files/1.3.0-no_stupid_koloboks.patch index a76080c2845e..76ee1be9eb48 100644 --- a/net-im/licq/files/1.3.0-no_stupid_koloboks.patch +++ b/net-im/licq/files/1.3.0-no_stupid_koloboks.patch @@ -1,9 +1,7 @@ -Only in src~: 1.3.0-no_stupid_koloboks.patch -Common subdirectories: src/CVS and src~/CVS -diff -u src/mainwin.h src~/mainwin.h ---- src/mainwin.h 2004-08-10 17:49:24.000000000 +0400 -+++ src~/mainwin.h 2004-08-20 22:49:01.383931834 +0400 -@@ -131,6 +131,7 @@ +diff -uraN src/mainwin.h src~/mainwin.h +--- src/mainwin.h 2004-09-15 19:14:06.000000000 +0400 ++++ src~/mainwin.h 2004-09-28 19:16:56.485815523 +0400 +@@ -150,6 +150,7 @@ m_bAutoPosReplyWin, m_bAutoSendThroughServer, m_bEnableMainwinMouseMovement, @@ -11,24 +9,22 @@ diff -u src/mainwin.h src~/mainwin.h m_bPopEmail, m_bPopPhone, m_bPopFax, -diff -u src/mlview3.cpp src~/mlview3.cpp ---- src/mlview3.cpp 2004-08-20 23:21:25.338742474 +0400 -+++ src~/mlview3.cpp 2004-08-20 23:26:33.794602521 +0400 +diff -uraN src/mlview3.cpp src~/mlview3.cpp +--- src/mlview3.cpp 2004-01-17 16:18:18.000000000 +0300 ++++ src~/mlview3.cpp 2004-09-28 19:17:53.767142190 +0400 @@ -83,7 +83,8 @@ // not used for html now QString text = QStyleSheet::escape(s); QString text = useHTML ? s: QStyleSheet::escape(s); - gMainWindow->emoticons->ParseMessage(text); + if (gMainWindow->m_bShowKoloboks) -+ gMainWindow->emoticons->ParseMessage(text); ++ gMainWindow->emoticons->ParseMessage(text); // We must hightlight URLs at this step, before we convert // linebreaks to richtext tags and such. Also, check to make sure -Common subdirectories: src/moc and src~/moc -Common subdirectories: src/obj and src~/obj -diff -u src/optionsdlg.cpp src~/optionsdlg.cpp ---- src/optionsdlg.cpp 2004-07-12 05:36:17.000000000 +0400 -+++ src~/optionsdlg.cpp 2004-08-20 22:53:43.592957691 +0400 +diff -uraN src/optionsdlg.cpp src~/optionsdlg.cpp +--- src/optionsdlg.cpp 2004-09-06 16:50:56.000000000 +0400 ++++ src~/optionsdlg.cpp 2004-09-28 19:19:38.975690580 +0400 @@ -216,6 +216,7 @@ chkAutoPosReplyWin->setChecked(mainwin->m_bAutoPosReplyWin); chkAutoSendThroughServer->setChecked(mainwin->m_bAutoSendThroughServer); @@ -37,7 +33,7 @@ diff -u src/optionsdlg.cpp src~/optionsdlg.cpp popEmail->setChecked(mainwin->m_bPopEmail); popPhone->setChecked(mainwin->m_bPopPhone); popFax->setChecked(mainwin->m_bPopFax); -@@ -491,6 +492,7 @@ +@@ -494,6 +495,7 @@ mainwin->m_bAutoPosReplyWin = chkAutoPosReplyWin->isChecked(); mainwin->m_bAutoSendThroughServer = chkAutoSendThroughServer->isChecked(); mainwin->m_bEnableMainwinMouseMovement = chkEnableMainwinMouseMovement->isChecked(); @@ -45,7 +41,7 @@ diff -u src/optionsdlg.cpp src~/optionsdlg.cpp mainwin->m_bPopEmail= popEmail->isChecked(); mainwin->m_bPopPhone= popPhone->isChecked(); -@@ -752,6 +754,8 @@ +@@ -768,6 +770,8 @@ chkEnableMainwinMouseMovement = new QCheckBox(tr("Allow dragging main window"), boxMainWin); QWhatsThis::add(chkEnableMainwinMouseMovement, tr("Lets you drag around the main window " "with your mouse")); @@ -54,16 +50,16 @@ diff -u src/optionsdlg.cpp src~/optionsdlg.cpp chkMsgChatView = new QCheckBox(tr("Chatmode Messageview"), boxMainWin); QWhatsThis::add(chkMsgChatView, tr("Show the current chat history in Send Window")); -diff -u src/optionsdlg.h src~/optionsdlg.h +diff -uraN src/optionsdlg.h src~/optionsdlg.h --- src/optionsdlg.h 2004-07-12 05:36:17.000000000 +0400 -+++ src~/optionsdlg.h 2004-08-20 23:22:49.063329574 +0400 -@@ -79,7 +79,7 @@ ++++ src~/optionsdlg.h 2004-09-28 19:19:52.303971975 +0400 +@@ -79,7 +79,8 @@ *chkAlwaysShowONU, *chkScrollBar, *chkShowExtIcons, *chkSysBack, *chkSendFromClipboard, *chkMsgChatView, *chkAutoPosReplyWin, *chkAutoSendThroughServer, *chkTabbedChatting, - *chkEnableMainwinMouseMovement; -+ *chkEnableMainwinMouseMovement, *chkShowKoloboks; ++ *chkEnableMainwinMouseMovement, ++ *chkShowKoloboks; QRadioButton *rdbDockDefault, *rdbDockThemed, *rdbDockSmall; QComboBox *cmbDockTheme, *cmbSortBy; -Common subdirectories: src/xpm and src~/xpm diff --git a/net-im/licq/files/1.3.0-upgradepath.patch b/net-im/licq/files/1.3.0-upgradepath.patch deleted file mode 100644 index be1b849b5afc..000000000000 --- a/net-im/licq/files/1.3.0-upgradepath.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/licq.cpp- 2004-08-20 17:15:21.151114440 +0400 -+++ src/licq.cpp 2004-08-20 17:16:07.409616782 +0400 -@@ -332,7 +332,7 @@ - fprintf(stderr, tr("Previous Licq config files detected.\n" - "Manual upgrade is necessary. Follow the instructions\n" - "in the UPGRADE file included with the source tree or\n" -- "in /usr/doc/licq-xxx/upgrade.\n")); -+ "run /usr/share/licq/upgrade/upgrade-1.3.0.sh\n")); - return false; - } - if (nVersion < INT_VERSION) diff --git a/net-im/licq/files/digest-licq-1.3.0_pre-r5 b/net-im/licq/files/digest-licq-1.3.0_pre-r5 deleted file mode 100644 index c750dc0bb3eb..000000000000 --- a/net-im/licq/files/digest-licq-1.3.0_pre-r5 +++ /dev/null @@ -1 +0,0 @@ -MD5 d063b6f5d29d6bc73d9e59a119137a7c licq-1.3.0-PRE.tar.bz2 3697628 diff --git a/net-im/licq/files/digest-licq-1.3.0_pre2 b/net-im/licq/files/digest-licq-1.3.0_pre2 new file mode 100644 index 000000000000..07ac55006891 --- /dev/null +++ b/net-im/licq/files/digest-licq-1.3.0_pre2 @@ -0,0 +1 @@ +MD5 02cea8243ece7b595e29c3ee716e0d7b licq-1.3.0-PRE2.tar.bz2 4237957 diff --git a/net-im/licq/licq-1.3.0_pre-r5.ebuild b/net-im/licq/licq-1.3.0_pre-r5.ebuild deleted file mode 100644 index f3aa33e29c44..000000000000 --- a/net-im/licq/licq-1.3.0_pre-r5.ebuild +++ /dev/null @@ -1,175 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.0_pre-r5.ebuild,v 1.2 2004/09/24 23:49:18 pvdabeel Exp $ - -inherit eutils - -DESCRIPTION="ICQ Client with v8 support" -HOMEPAGE="http://www.licq.org/" -SRC_URI="mirror://sourceforge/${PN}/${P/_pre/-PRE}.tar.bz2" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="~x86 ppc ~sparc ~alpha ~ia64 ~amd64" -IUSE="ssl socks5 qt kde ncurses crypt" - -# we can't have conditional dependencies so "use kde && inherit kde" -# won't work -- messes up dep caching. - -# need-kde and their eclass friends inject things into DEPEND. But we only -# want them enabled if the kde USE flag is set. We get around this in the -# following dep lines: -RDEPEND="kde? ( >=kde-base/kdelibs-3.0 )" -DEPEND="kde? ( >=kde-base/kdelibs-3.0 ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - qt? ( >=x11-libs/qt-3.0.0 ) - ncurses? ( sys-libs/ncurses ) - crypt? ( =app-crypt/gpgme-0.3.14-r1 )" - -S=${WORKDIR}/${PN}-${PV/_pre/-PRE} - -src_unpack() { - unpack ${A} - - if use kde - then - # fix for #12436 - ebegin "Setting kde plugin as default..." - cp ${S}/src/licq.conf.h ${T} - sed "s:Plugin1 = qt-gui:Plugin1 = kde-gui:" \ - ${T}/licq.conf.h > ${S}/src/licq.conf.h - eend $? - else - if ! use qt - then - ebegin "Setting console plugin as default..." - cp ${S}/src/licq.conf.h ${T} - sed "s:Plugin1 = qt-gui:Plugin1 = console:" \ - ${T}/licq.conf.h > ${S}/src/licq.conf.h - eend $? - fi - fi - - cd ${S}/src && epatch ${FILESDIR}/${PV/_pre/}-upgradepath.patch || \ - ewarn "Fail to fix upgrade path, forget it" - - cd ${S}/plugins/qt-gui && \ - epatch ${FILESDIR}/1.3.0-no_stupid_koloboks.patch || \ - ewarn "Fail to kill koloboks, forget it" - - cd src && epatch ${FILESDIR}/1.3.0-gcc3.4.patch || \ - ewarn "GCC3.4 patch failed.." -} - -src_compile() { - local first_conf - use ssl || myconf="${myconf} --disable-openssl" - use socks5 && myconf="${myconf} --enable-socks5" - if use crypt - then - myconf="${myconf} --enable-gpgme" - epatch ${FILESDIR}/1.3.0-gpgme3_hack.patch - else - myconf="${myconf} --disable-gpgme" - fi - - econf ${myconf} || die - emake || die - - # Create the various plug-ins - - # First, the Qt plug-in - if use qt - then - # A hack to build against the latest QT: - local v - for v in /usr/qt/[0-9] - do - [ -d "${v}" ] && export QTDIR="${v}" - done - use kde && kde_src_compile myconf - use kde && myconf="${myconf} --with-kde" - - # note! watch the --prefix=/usr placement; - # licq itself installs into /usr, but the - # optional kde/qt interface (to which second_conf belogns) - # installs its files in $KDE3DIR/{lib,share}/licq - - cd ${S}/plugins/qt-gui - einfo "Compiling Qt GUI plug-in" - econf ${myconf} || die - emake || die - fi - - # Now the console plug-in - if use ncurses - then - cd ${S}/plugins/console - einfo "Compiling the Console plug-in" - econf || die - emake || die - fi - - # The Auto-Responder plug-in - cd ${S}/plugins/auto-reply - einfo "Compiling the Auto-Reply plug-in" - econf || die - emake || die - - # The Remote Management Service - cd ${S}/plugins/rms - einfo "Compiling Remote Management Services plug-in" - econf || die - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - - dodoc ChangeLog INSTALL README* doc/* - - # Install the plug-ins - if use qt - then - cd ${S}/plugins/qt-gui - make DESTDIR=${D} install || die - docinto plugins/qt-gui - dodoc README* - - fi - - if use ncurses - then - cd ${S}/plugins/console - make DESTDIR=${D} install || die - docinto plugins/console - dodoc README - fi - - - cd ${S}/plugins/auto-reply - make DESTDIR=${D} install || die - docinto plugins/auto-reply - dodoc README licq_autoreply.conf - - cd ${S}/plugins/rms - make DESTDIR=${D} install || die - docinto plugins/rms - dodoc README licq_rms.conf - - insinto /usr/share/${PN}/upgrade - doins ${S}/upgrade/* - - # fixes bug #22136 - rm -fR ${D}/var -} - -pkg_postinst() { - echo - ewarn - ewarn "If you're upgrading from <=licq-1.3.0 - you have to manually " - ewarn "upgrade your existing licq installation. Please backup your " - ewarn "settings and run: /usr/share/licq/upgrade/upgrade-1.3.0.sh" - ewarn - echo -} diff --git a/net-im/licq/licq-1.3.0_pre2.ebuild b/net-im/licq/licq-1.3.0_pre2.ebuild new file mode 100644 index 000000000000..541ced2bf10c --- /dev/null +++ b/net-im/licq/licq-1.3.0_pre2.ebuild @@ -0,0 +1,170 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.0_pre2.ebuild,v 1.1 2004/09/28 17:40:49 voxus Exp $ + +inherit eutils + +DESCRIPTION="ICQ Client with v8 support" +HOMEPAGE="http://www.licq.org/" +SRC_URI="mirror://sourceforge/${PN}/${P/_pre/-PRE}.tar.bz2" + +LICENSE="GPL-2" +SLOT="2" +KEYWORDS="~x86 ~sparc ~alpha ~ia64 ~amd64" +IUSE="ssl socks5 qt kde ncurses crypt" + +# we can't have conditional dependencies so "use kde && inherit kde" +# won't work -- messes up dep caching. + +# need-kde and their eclass friends inject things into DEPEND. But we only +# want them enabled if the kde USE flag is set. We get around this in the +# following dep lines: +RDEPEND="kde? ( >=kde-base/kdelibs-3.0 )" +DEPEND="kde? ( >=kde-base/kdelibs-3.0 ) + ssl? ( >=dev-libs/openssl-0.9.6 ) + qt? ( >=x11-libs/qt-3.0.0 ) + ncurses? ( sys-libs/ncurses ) + crypt? ( =app-crypt/gpgme-0.3.16 )" + +S=${WORKDIR}/${PN}-${PV/_pre/-PRE} + +src_unpack() { + unpack ${A} + + if use kde + then + # fix for #12436 + inherit + ebegin "Setting kde plugin as default" + cp ${S}/src/licq.conf.h ${T} + sed "s:Plugin1 = qt-gui:Plugin1 = kde-gui:" \ + ${T}/licq.conf.h > ${S}/src/licq.conf.h + eend $? + else + if ! use qt + then + ebegin "Setting console plugin as default..." + cp ${S}/src/licq.conf.h ${T} + sed "s:Plugin1 = qt-gui:Plugin1 = console:" \ + ${T}/licq.conf.h > ${S}/src/licq.conf.h + eend $? + fi + fi + + cd ${S}/plugins/qt-gui && \ + epatch ${FILESDIR}/${PV/_pre2/}-no_stupid_koloboks.patch || \ + ewarn "Fail to kill koloboks, forget it" +} + +src_compile() { + local first_conf + use ssl || myconf="${myconf} --disable-openssl" + use socks5 && myconf="${myconf} --enable-socks5" + if use crypt + then + myconf="${myconf} --enable-gpgme" + epatch ${FILESDIR}/1.3.0-gpgme3_hack.patch + else + myconf="${myconf} --disable-gpgme" + fi + + econf ${myconf} || die + emake || die + + # Create the various plug-ins + + # First, the Qt plug-in + if use qt + then + # A hack to build against the latest QT: + local v + for v in /usr/qt/[0-9] + do + [ -d "${v}" ] && export QTDIR="${v}" + done +# use kde && kde_src_compile myconf + use kde && myconf="${myconf} --with-kde" + + # note! watch the --prefix=/usr placement; + # licq itself installs into /usr, but the + # optional kde/qt interface (to which second_conf belogns) + # installs its files in $KDE3DIR/{lib,share}/licq + + cd ${S}/plugins/qt-gui + einfo "Compiling Qt GUI plug-in" + econf ${myconf} || die + emake || die + fi + + # Now the console plug-in + if use ncurses + then + cd ${S}/plugins/console + einfo "Compiling the Console plug-in" + econf || die + emake || die + fi + + # The Auto-Responder plug-in + cd ${S}/plugins/auto-reply + einfo "Compiling the Auto-Reply plug-in" + econf || die + emake || die + + # The Remote Management Service + cd ${S}/plugins/rms + einfo "Compiling Remote Management Services plug-in" + econf || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + + dodoc ChangeLog INSTALL README* doc/* + + # Install the plug-ins + if use qt + then + cd ${S}/plugins/qt-gui + make DESTDIR=${D} install || die + docinto plugins/qt-gui + dodoc README* + + fi + + if use ncurses + then + cd ${S}/plugins/console + make DESTDIR=${D} install || die + docinto plugins/console + dodoc README + fi + + + cd ${S}/plugins/auto-reply + make DESTDIR=${D} install || die + docinto plugins/auto-reply + dodoc README licq_autoreply.conf + + cd ${S}/plugins/rms + make DESTDIR=${D} install || die + docinto plugins/rms + dodoc README licq_rms.conf + + insinto /usr/share/${PN}/upgrade + doins ${S}/upgrade/* + + # fixes bug #22136 + rm -fR ${D}/var +} + +pkg_postinst() { + echo + ewarn + ewarn "If you're upgrading from <=licq-1.3.0 - you have to manually " + ewarn "upgrade your existing licq installation. Please backup your " + ewarn "settings and run: /usr/share/licq/upgrade/upgrade-1.3.0.sh" + ewarn + echo +} -- cgit v1.2.3-65-gdbad