mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 01:00:33 -04:00
- Add net-im/qutim, a Qt-4 based ICQ instant messanger.
WWW: http://sourceforge.net/projects/qutim Submitted by: Ilya Bakulin <webmaster@kibab.com> (via IM)
This commit is contained in:
parent
9653cbbe3c
commit
671f9feb90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214964
5 changed files with 58 additions and 0 deletions
|
@ -123,6 +123,7 @@
|
||||||
SUBDIR += py-xmpppy-irc
|
SUBDIR += py-xmpppy-irc
|
||||||
SUBDIR += py-xmpppy-yahoo
|
SUBDIR += py-xmpppy-yahoo
|
||||||
SUBDIR += pymsn
|
SUBDIR += pymsn
|
||||||
|
SUBDIR += qutim
|
||||||
SUBDIR += ruby-xmpp4r
|
SUBDIR += ruby-xmpp4r
|
||||||
SUBDIR += sendxmpp
|
SUBDIR += sendxmpp
|
||||||
SUBDIR += sim-im
|
SUBDIR += sim-im
|
||||||
|
|
32
net-im/qutim/Makefile
Normal file
32
net-im/qutim/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# New ports collection makefile for: qutim
|
||||||
|
# Date created: Mon Jun 16 20:42:11 MSD 2008
|
||||||
|
# Whom: webmaster@kibab.com
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= qutim
|
||||||
|
PORTVERSION= 0.1
|
||||||
|
CATEGORIES= net-im
|
||||||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
DISTNAME= qutIM-${PORTVERSION}
|
||||||
|
|
||||||
|
MAINTAINER= webmaster@kibab.com
|
||||||
|
COMMENT= A Qt4-based lightweight ICQ client with advanced features
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/qutIM
|
||||||
|
USE_BZIP2= yes
|
||||||
|
USE_GMAKE= yes
|
||||||
|
USE_QT_VER= 4
|
||||||
|
QT_COMPONENTS= gui network xml moc_build qmake_build rcc_build uic_build
|
||||||
|
|
||||||
|
PLIST_FILES= bin/qutIM
|
||||||
|
|
||||||
|
pre-build:
|
||||||
|
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o Makefile qutIM.pro
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
@${INSTALL_PROGRAM} ${WRKSRC}/qutIM ${PREFIX}/bin
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
net-im/qutim/distinfo
Normal file
3
net-im/qutim/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (qutIM-0.1.tar.bz2) = da28697dfba1d345b0cc45e0cc3e7cad
|
||||||
|
SHA256 (qutIM-0.1.tar.bz2) = cc67e9c19a0dbf52826550b4f98bdf50d50c905785e0d66e54a28a53d95a66f6
|
||||||
|
SIZE (qutIM-0.1.tar.bz2) = 359666
|
16
net-im/qutim/files/patch-src-qutim.cpp
Normal file
16
net-im/qutim/files/patch-src-qutim.cpp
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
diff -ur qutIM/src/qutim.cpp qutIM.mine/src/qutim.cpp
|
||||||
|
--- src/qutim.cpp 2008-06-11 16:11:00.000000000 +0400
|
||||||
|
+++ src/qutim.cpp 2008-06-15 21:49:52.000000000 +0400
|
||||||
|
@@ -59,10 +59,10 @@
|
||||||
|
offlineList = NULL;
|
||||||
|
setAttribute(Qt::WA_AlwaysShowToolTips, true);
|
||||||
|
setFocus(Qt::ActiveWindowFocusReason);
|
||||||
|
+ createActions();
|
||||||
|
+ createTrayIcon();
|
||||||
|
if ( QSystemTrayIcon::isSystemTrayAvailable() )
|
||||||
|
{
|
||||||
|
- createActions();
|
||||||
|
- createTrayIcon();
|
||||||
|
trayIcon->show();
|
||||||
|
connect(trayIcon, SIGNAL(activated(QSystemTrayIcon::ActivationReason)),
|
||||||
|
this, SLOT(trayActivated(QSystemTrayIcon::ActivationReason)));
|
6
net-im/qutim/pkg-descr
Normal file
6
net-im/qutim/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
qutIM is an ICQ client. It offers a shiny QT4-based look
|
||||||
|
and extra features like ICQ X-statuses, spam control,
|
||||||
|
tabbed chat windows and others.
|
||||||
|
|
||||||
|
Author: Rustam Chakin qtim.develop@gmail.com
|
||||||
|
WWW: http://sourceforge.net/projects/qutim
|
Loading…
Add table
Reference in a new issue