diff --git a/net-im/qutim/Makefile b/net-im/qutim/Makefile index ad1712d326a4..d362dc0dbec7 100644 --- a/net-im/qutim/Makefile +++ b/net-im/qutim/Makefile @@ -7,6 +7,7 @@ PORTNAME= qutim PORTVERSION= 0.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-im MASTER_SITES= http://dl.kibab.com/distfiles/qutim/ \ @@ -14,7 +15,7 @@ MASTER_SITES= http://dl.kibab.com/distfiles/qutim/ \ DISTNAME= qutim_${PORTVERSION}_svn529 MAINTAINER= webmaster@kibab.com -COMMENT= A Qt4-based lightweight ICQ client with advanced features +COMMENT= A Qt4-based lightweight multiprotocol client with advanced features USE_GMAKE= yes USE_QT_VER= 4 @@ -29,20 +30,6 @@ CMAKE_USE_PTHREAD= yes CMAKE_VERBOSE= yes CMAKE_ARGS+= -DUNIX:BOOL=1 -DBSD:BOOL=1 -PLIST_FILES= bin/qutim \ - include/qutim/plugininterface.h \ - include/qutim/protocolinterface.h \ - include/qutim/iconmanagerinterface.h -PLIST_DIRS= include/qutim - -WRKSRC= ${WRKDIR}/qutim - -do-install: - @${MKDIR} ${PREFIX}/include/qutim - @${INSTALL_PROGRAM} ${WRKSRC}/qutim ${PREFIX}/bin - @${INSTALL_DATA} ${WRKSRC}/include/qutim/plugininterface.h ${PREFIX}/include/qutim - @${INSTALL_DATA} ${WRKSRC}/include/qutim/protocolinterface.h ${PREFIX}/include/qutim - @${INSTALL_DATA} ${WRKSRC}/include/qutim/iconmanagerinterface.h ${PREFIX}/include/qutim - @${STRIP_CMD} ${PREFIX}/bin/qutim +WRKSRC= ${WRKDIR}/${PORTNAME} .include diff --git a/net-im/qutim/pkg-descr b/net-im/qutim/pkg-descr index f6b1a1a9fa39..0175a6515d7d 100644 --- a/net-im/qutim/pkg-descr +++ b/net-im/qutim/pkg-descr @@ -1,6 +1,6 @@ -qutIM is an ICQ client. It offers a shiny QT4-based look -and extra features like ICQ X-statuses, spam control, +qutIM is a multiprotocol IM client, supports Jabber, ICQ and some other protocols. +It offers a shiny QT4-based look and extra features like spam control, tabbed chat windows and others. -Author: Rustam Chakin qtim.develop@gmail.com +Author: Rustam Chakin qutim.develop@gmail.com WWW: http://sourceforge.net/projects/qutim diff --git a/net-im/qutim/pkg-plist b/net-im/qutim/pkg-plist new file mode 100644 index 000000000000..21a7fbc75bb8 --- /dev/null +++ b/net-im/qutim/pkg-plist @@ -0,0 +1,18 @@ +bin/qutim +include/qutim/iconmanagerinterface.h +include/qutim/layerinterface.h +include/qutim/layerscity.h +include/qutim/plugininterface.h +include/qutim/protocolinterface.h +include/qutim/settings.h +share/applications/qutim.desktop +share/cmake/Modules/FindQutIM.cmake +share/cmake/Modules/qutimuic.cmake +share/icons/hicolor/64x64/apps/qutim.png +share/pixmaps/qutim.xpm +@dirrmtry share/icons/hicolor/64x64/apps +@dirrmtry share/icons/hicolor/64x64 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons +@dirrmtry share/applications +@dirrm include/qutim