-if spell_ok qt-x11; then
- config_query AQBANKING_QT "Build QT frontend?" y
-else
- config_query AQBANKING_QT "Build QT frontend?" n
-fi &&
-
-if spell_ok kdelibs; then
- config_query AQBANKING_KDE "Build KDE frontend?" y
-else
- config_query AQBANKING_KDE "Build KDE frontend?" n
-fi &&
-
-if [ "${AQBANKING_QT}" == "y" ]; then
- config_query AQBANKING_QTTHREADS "Enable threads on QT frontend?" n
-fi
diff --git a/libs/aqbanking2/DEPENDS b/libs/aqbanking2/DEPENDS
index 621dc57..e60519a 100755
--- a/libs/aqbanking2/DEPENDS
+++ b/libs/aqbanking2/DEPENDS
@@ -6,14 +6,6 @@ if [ "${AQBANKING_GTK}" == "y" ]; then
depends libglade2
fi &&
-if [ "${AQBANKING_QT}" == "y" ]; then
- depends qt-x11 "--enable-qt3"
-fi &&
-
-if [ "${AQBANKING_KDE}" == "y" ]; then
- depends kdelibs "--enable-kde3"
-fi &&
-
optional_depends libchipcard2 \
"--enable-chipcard-client" \
"--disable-chipcard-client" \
diff --git a/libs/aqbanking2/HISTORY b/libs/aqbanking2/HISTORY
index b66cd0d..3b55316 100644
--- a/libs/aqbanking2/HISTORY
+++ b/libs/aqbanking2/HISTORY
@@ -1,3 +1,6 @@
+2011-10-04 Bor Kraljič <pyrobor AT ver.si>
+ * CONFIGURE,BUILD,DEPENDS: removed option to build qt-x11 or kde3 GUI
+
2008-01-20 George Sherwood <george AT beernabeer.com>
* DETAILS, DEPENDS, HISTORY, CONFLICTS, CONFIGURE, BUILD
INSTALL: Created from aqbanking
diff --git a/science/celestia/CONFIGURE b/science/celestia/CONFIGURE
index ed87488..e1d6f6a 100755
--- a/science/celestia/CONFIGURE
+++ b/science/celestia/CONFIGURE
@@ -1,32 +1,28 @@
config_query_option CELESTIA_XINERAMA 'Enable Xinerama support?' y \
'--with-xinerama' '--without-xinerama' &&
-if spell_ok kdelibs &&
- spell_ok arts; then
+if spell_ok libgnomeui; then
config_query_list CELESTIA_UI 'Choose which interface you would like' \
- kde gtk+2 gnome2 glut
-elif spell_ok libgnomeui; then
- config_query_list CELESTIA_UI 'Choose which interface you would like' \
- gnome2 kde gtk+2 glut
+ gnome2 gtk+2 glut
else
config_query_list CELESTIA_UI 'Choose which interface you would like' \
- glut kde gtk+2 gnome2
+ glut gtk+2 gnome2
fi
#
# --enable-final only applies to KDE code
#
-if [ "$CELESTIA_UI" == "kde" ]; then
- message "${MESSAGE_COLOR}Final code builds size optimized apps"
\
- "(experimental - needs lots of memory). Final code can send
files" \
- "up to 250Mb if used with distcc${DEFAULT_COLOR}"
&&
-
- #
- # Final code makes objects up to 250Mb
- #
- config_query_option CELESTIA_FINAL 'Enable final code?' n \
- '--enable-final' '--disable-final'
-else
+#if [ "$CELESTIA_UI" == "kde" ]; then
+# message "${MESSAGE_COLOR}Final code builds size optimized apps"
\
+# "(experimental - needs lots of memory). Final code can send
files" \
+# "up to 250Mb if used with distcc${DEFAULT_COLOR}"
&&
+#
+# #
+# # Final code makes objects up to 250Mb
+# #
+# config_query_option CELESTIA_FINAL 'Enable final code?' n \
+# '--enable-final' '--disable-final'
+#else
persistent_add CELESTIA_FINAL &&
CELESTIA_FINAL='--disable-final'
-fi
+#fi
diff --git a/science/celestia/DEPENDS b/science/celestia/DEPENDS
index 3ac5839..f24530d 100755
--- a/science/celestia/DEPENDS
+++ b/science/celestia/DEPENDS
@@ -6,9 +6,6 @@ depends lua &&
if [ "$CELESTIA_UI" == "glut" ]; then
depends GLUT '--with-glut' &&
depends zlib
-elif [ "$CELESTIA_UI" == "kde" ]; then
- depends arts &&
- depends kdelibs '--with-kde --with-x'
elif [ "$CELESTIA_UI" == "gtk+2" ]; then
depends gtk+2 '--with-gtk --with-x' &&
depends gtkglext
diff --git a/science/celestia/HISTORY b/science/celestia/HISTORY
index 9ede9cd..db615fb 100644
--- a/science/celestia/HISTORY
+++ b/science/celestia/HISTORY
@@ -1,3 +1,6 @@
+2011-10-04 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS, CONFIGURE: removed kde3 as option for GUI
+
2011-06-12 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.6.1
* PRE_BUILD, celestia-1.6.0-gcc45.patch: removed
[SM-Commit] GIT changes to devel-kde3_removal grimoire by Bor Kraljič (fd350ee713e76f0a5e0c722b975189beaed71a65),
Bor Kraljič, 10/04/2011