[Lunar-commits] <moonbase> licq: remove kdelibs3 references from BUILD file and qt3 references and depend.
Florin Braescu
florin at lunar-linux.org
Tue Jan 5 18:36:42 CET 2010
commit 2a7ddc6d857f637f929a992d4f6f6ce3673cfa82
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Jan 5 19:36:42 2010 +0200
licq: remove kdelibs3 references from BUILD file and qt3 references and depend.
---
chat/licq/BUILD | 23 -----------------------
chat/licq/DEPENDS | 13 ++++---------
2 files changed, 4 insertions(+), 32 deletions(-)
diff --git a/chat/licq/BUILD b/chat/licq/BUILD
index c42d827..c3a99f6 100644
--- a/chat/licq/BUILD
+++ b/chat/licq/BUILD
@@ -10,9 +10,6 @@
if in_depends licq cdk; then
CONSOLE_PLUGIN="yes"
fi
- if in_depends licq qt3; then
- QT_PLUGIN="yes"
- fi
if in_depends licq qt4; then
QT4_PLUGIN="yes"
fi
@@ -28,17 +25,11 @@
echo "The following plugins will be compiled:"
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
- # Load KDE profile
- if in_depends licq kdelibs3; then
- . /etc/profile.d/kde3.rc
- fi
-
default_config &&
make &&
@@ -49,14 +40,6 @@
make
fi &&
- # Compile Qt frontend
- if [[ "$QT_PLUGIN" = "yes" ]]; then
- . /etc/profile.d/qt3.rc &&
- cd $SOURCE_DIRECTORY/plugins/qt-gui &&
- default_config &&
- make
- fi &&
-
# Compile Qt4 frontend
if [[ "$QT4_PLUGIN" = "yes" ]]; then
. /etc/profile.d/qt4.rc &&
@@ -91,12 +74,6 @@
make install
fi &&
- # Install Qt frontend
- if [[ "$QT_PLUGIN" = "yes" ]]; then
- cd $SOURCE_DIRECTORY/plugins/qt-gui &&
- make install
- fi &&
-
# Install Qt4 frontend
if [[ "$QT4_PLUGIN" = "yes" ]]; then
cd $SOURCE_DIRECTORY/plugins/qt4-gui &&
diff --git a/chat/licq/DEPENDS b/chat/licq/DEPENDS
index 3d2f65b..c7ce3a7 100644
--- a/chat/licq/DEPENDS
+++ b/chat/licq/DEPENDS
@@ -6,24 +6,19 @@ optional_depends "openssl" \
optional_depends "gpgme" \
"" \
"" \
- "for GnuPG encryption support"
-
-optional_depends "qt3" \
- "" \
- "" \
- "for Qt frontend"
+ "for GnuPG encryption support"
optional_depends "qt4" \
"" \
"" \
- "for Qt4 frontend"
+ "for Qt4 frontend"
optional_depends "cdk" \
"" \
"" \
- "for cursed-based console frontend"
+ "for cursed-based console frontend"
optional_depends "xosd" \
"" \
"" \
- "for on screen display messages"
+ "for on screen display messages"
More information about the Lunar-commits
mailing list