summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-10-12 13:12:07 +0200
committerBor Kraljič2011-10-12 13:12:07 +0200
commit97c412c982f91f1f5b42c3bd0782eb187a8669bf (patch)
treea94fa3f5473ce0e5b25deebe692ced63bd08f92d
parent75780ce30d3486baaff654086850f2c7fc44dcd2 (diff)
licq: removed optional dependeny on kdelibs & qt-x11
-rwxr-xr-xchat-im/licq/BUILD8
-rwxr-xr-xchat-im/licq/DEPENDS9
-rw-r--r--chat-im/licq/HISTORY4
-rwxr-xr-xchat-im/licq/INSTALL5
-rwxr-xr-xchat-im/licq/PREPARE1
5 files changed, 4 insertions, 23 deletions
diff --git a/chat-im/licq/BUILD b/chat-im/licq/BUILD
index 508deb36f6..d4dab6e4c6 100755
--- a/chat-im/licq/BUILD
+++ b/chat-im/licq/BUILD
@@ -11,14 +11,6 @@
default_build
fi &&
- if [[ "$QTGUI" == "y" ]]; then
- cd $SOURCE_DIRECTORY/plugins/qt-gui &&
- if [[ "$LICQ_BRANCH" == "scm" ]]; then
- make -f Makefile.cvs
- fi &&
- default_build
- fi &&
-
if [[ "$QT4GUI" == "y" ]]; then
cd $SOURCE_DIRECTORY/plugins/qt4-gui &&
if [[ "$LICQ_BRANCH" == "scm" ]]; then
diff --git a/chat-im/licq/DEPENDS b/chat-im/licq/DEPENDS
index 51b1e7b242..52ab25497f 100755
--- a/chat-im/licq/DEPENDS
+++ b/chat-im/licq/DEPENDS
@@ -8,9 +8,6 @@ fi &&
if [ "$CDK" == "y" ]; then
depends cdk
fi &&
-if [ "$QTGUI" == "y" ]; then
- depends qt-x11
-fi &&
if [ "$QT4GUI" == "y" ]; then
depends qt4
fi &&
@@ -20,9 +17,3 @@ optional_depends "openssl" \
"" \
"--disable-openssl" \
"for secure communication between clients" &&
-if [ "$QTGUI" == "y" ]; then
-optional_depends "kdelibs" \
- "--with-kde" \
- "" \
- "for KDE integration"
-fi
diff --git a/chat-im/licq/HISTORY b/chat-im/licq/HISTORY
index 8e1bbccad1..2257bf21ce 100644
--- a/chat-im/licq/HISTORY
+++ b/chat-im/licq/HISTORY
@@ -1,3 +1,7 @@
+2011-10-12 Bor Kraljič <pyrobor@ver.si>
+ * DEPENDS: removed optional dependeny on kdelibs & qt-x11
+ * PREPARE,BUILD,INSTALL: removed option QTGUI
+
2011-09-26 Bor Kraljič <pyrobor@ver.si>
* DETAILS: converted to upstream signature checking
* 322EC89E.gpg: added gpg keyring
diff --git a/chat-im/licq/INSTALL b/chat-im/licq/INSTALL
index f1baaabe3c..ce9b8d3b68 100755
--- a/chat-im/licq/INSTALL
+++ b/chat-im/licq/INSTALL
@@ -17,11 +17,6 @@ if [ "$CDK" == "y" ]; then
default_install
fi &&
-if [ $QTGUI == "y" ]; then
- cd $SOURCE_DIRECTORY/plugins/qt-gui &&
- default_install
-fi &&
-
if [ $QT4GUI == "y" ]; then
cd $SOURCE_DIRECTORY/plugins/qt4-gui/build &&
default_install
diff --git a/chat-im/licq/PREPARE b/chat-im/licq/PREPARE
index 2d112114bc..e9c5d316d9 100755
--- a/chat-im/licq/PREPARE
+++ b/chat-im/licq/PREPARE
@@ -2,7 +2,6 @@
prepare_select_branch stable scm &&
persistent_remove LICQ_CVS LICQ_CVS_AUTOUPDATE &&
config_query XOSD "Build xosd plugin (depends on xosd)?" n &&
-config_query QTGUI "Build QT-X11 plugin (depends on qt-x11)?" n &&
config_query QT4GUI "Build QT4 plugin (depends on qt4)?" n &&
config_query CDK "Build console plugin (depends on cdk)?" n &&
config_query AREP "Build auto-reply plugin?" n &&