[Lunar-commits] <crater> licq: update it to the last moonbase version.
Florin Braescu
florin at lunar-linux.org
Sat Jan 2 14:40:27 CET 2010
commit c3aab6f44ee10218bec9c64f136d051256acea27
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Jan 2 15:40:27 2010 +0200
licq: update it to the last moonbase version.
---
chat/licq/BUILD | 21 +++++++++++++++++++++
chat/licq/DEPENDS | 15 ++++++++++-----
chat/licq/DETAILS | 8 ++++----
3 files changed, 35 insertions(+), 9 deletions(-)
diff --git a/chat/licq/BUILD b/chat/licq/BUILD
index 5c4265c..c42d827 100644
--- a/chat/licq/BUILD
+++ b/chat/licq/BUILD
@@ -1,6 +1,8 @@
(
+
CONSOLE_PLUGIN="no"
QT_PLUGIN="no"
+ QT4_PLUGIN="no"
MSN_PLUGIN="no"
OSD_PLUGIN="no"
@@ -11,6 +13,9 @@
if in_depends licq qt3; then
QT_PLUGIN="yes"
fi
+ if in_depends licq qt4; then
+ QT4_PLUGIN="yes"
+ fi
if in_depends licq openssl; then
MSN_PLUGIN="yes"
fi
@@ -24,6 +29,7 @@
echo
echo " * Console frontend: ${CONSOLE_PLUGIN}"
echo " * Qt3 frontend: ${QT_PLUGIN}"
+ echo " * Qt4 frontend: ${QT4_PLUGIN}"
echo " * MSN support: ${MSN_PLUGIN}"
echo " * OSD support: ${OSD_PLUGIN}"
echo
@@ -51,6 +57,15 @@
make
fi &&
+ # Compile Qt4 frontend
+ if [[ "$QT4_PLUGIN" = "yes" ]]; then
+ . /etc/profile.d/qt4.rc &&
+ cd $SOURCE_DIRECTORY/plugins/qt4-gui &&
+ cmake $SOURCE_DIRECTORY/plugins/qt4-gui -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE &&
+ default_make
+ fi &&
+
# Compile MSN support
if [[ "$MSN_PLUGIN" = "yes" ]]; then
cd $SOURCE_DIRECTORY/plugins/msn &&
@@ -82,6 +97,12 @@
make install
fi &&
+ # Install Qt4 frontend
+ if [[ "$QT4_PLUGIN" = "yes" ]]; then
+ cd $SOURCE_DIRECTORY/plugins/qt4-gui &&
+ make install
+ fi &&
+
# Install MSN support
if [[ "$MSN_PLUGIN" = "yes" ]]; then
cd $SOURCE_DIRECTORY/plugins/msn &&
diff --git a/chat/licq/DEPENDS b/chat/licq/DEPENDS
index 515964f..1497fd8 100644
--- a/chat/licq/DEPENDS
+++ b/chat/licq/DEPENDS
@@ -1,27 +1,32 @@
optional_depends "openssl" \
"" \
"" \
- "for secure communication and MSN support" &&
+ "for secure communication and MSN support"
optional_depends "kdelibs3" \
"--with-kde" \
"" \
- "for KDE integration" &&
+ "for KDE integration"
optional_depends "gpgme" \
"" \
"" \
- "for GnuPG encryption support" &&
+ "for GnuPG encryption support"
optional_depends "qt3" \
"" \
"" \
- "for Qt frontend" &&
+ "for Qt frontend"
+
+optional_depends "qt4" \
+ "" \
+ "" \
+ "for Qt4 frontend"
optional_depends "cdk" \
"" \
"" \
- "for cursed-based console frontend" &&
+ "for cursed-based console frontend"
optional_depends "xosd" \
"" \
diff --git a/chat/licq/DETAILS b/chat/licq/DETAILS
index e0f002b..a8ce04b 100644
--- a/chat/licq/DETAILS
+++ b/chat/licq/DETAILS
@@ -1,11 +1,11 @@
MODULE=licq
- VERSION=1.3.4
+ VERSION=1.3.8
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$SFORGE_URL/licq/
- SOURCE_VFY=sha1:08485a4a445aae64f6065724527d28a4cb074038
+ SOURCE_URL=$SFORGE_URL/licq
+ SOURCE_VFY=sha1:3cd6ccf8b584dff7803a639da82c3bed7fafdbac
WEB_SITE=http://www.licq.org
ENTERED=20011031
- UPDATED=20061024
+ UPDATED=20091213
SHORT="A multi-threaded ICQ clone"
MAINTAINER=jannis at lunar-linux.org
More information about the Lunar-commits
mailing list