Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-kde3_removal grimoire by Bor Kraljič (fd350ee713e76f0a5e0c722b975189beaed71a65)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-kde3_removal grimoire by Bor Kraljič (fd350ee713e76f0a5e0c722b975189beaed71a65)
  • Date: Tue, 4 Oct 2011 03:13:07 -0500

GIT changes to devel-kde3_removal grimoire by Bor Kraljič <pyrobor AT ver.si>:

e-17/e_module-eloquence/CONFIGURE | 2 +-
e-17/e_module-eloquence/DEPENDS | 1 -
e-17/e_module-eloquence/HISTORY | 3 +++
http/gnash/CONFIGURE | 2 +-
http/gnash/DEPENDS | 4 ----
http/gnash/HISTORY | 3 +++
libs/aqbanking/BUILD | 19 ++-----------------
libs/aqbanking/CONFIGURE | 17 +----------------
libs/aqbanking/DEPENDS | 8 --------
libs/aqbanking/HISTORY | 3 +++
libs/aqbanking2/BUILD | 20 ++------------------
libs/aqbanking2/CONFIGURE | 17 +----------------
libs/aqbanking2/DEPENDS | 8 --------
libs/aqbanking2/HISTORY | 3 +++
science/celestia/CONFIGURE | 34 +++++++++++++++-------------------
science/celestia/DEPENDS | 3 ---
science/celestia/HISTORY | 3 +++
17 files changed, 38 insertions(+), 112 deletions(-)

New commits:
commit fd350ee713e76f0a5e0c722b975189beaed71a65
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

celestia: removed kde3 as option for GUI

commit 9f8cbb897f537c98a2d61811b74d3885089c7270
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

aqbanking2: removed option to build qt-x11 or kde3 GUI

commit b677f9a8d4bf09c408f8473c8bf31049f67b75db
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

aqbanking: removed option to build qt-x11 or kde3 GUI

commit b4a62510e8b4d0ea9a6ca1e01aeb6eff6a68af39
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

gnash: removed kde3 as option for GUI

commit 0130846e77bb4c6146a7478d68d3ec6a1bf78b83
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

e_module-eloquence: removed amarok as optional audio player

diff --git a/e-17/e_module-eloquence/CONFIGURE
b/e-17/e_module-eloquence/CONFIGURE
index 6de538e..f47fb97 100755
--- a/e-17/e_module-eloquence/CONFIGURE
+++ b/e-17/e_module-eloquence/CONFIGURE
@@ -1 +1 @@
-config_query_list ELOQUENCE_PLAYER "Which player do you prefer?" xmms
beep-media-player amarok mpd
+config_query_list ELOQUENCE_PLAYER "Which player do you prefer?" xmms
beep-media-player mpd
diff --git a/e-17/e_module-eloquence/DEPENDS b/e-17/e_module-eloquence/DEPENDS
index bfac739..a035e51 100755
--- a/e-17/e_module-eloquence/DEPENDS
+++ b/e-17/e_module-eloquence/DEPENDS
@@ -1,7 +1,6 @@
case "$ELOQUENCE_PLAYER" in
xmms) depends xmms ;;
beep-media-player) depends beep-media-player ;;
- amarok) depends amarok ;;
mpd) depends mpd ;;
esac &&

diff --git a/e-17/e_module-eloquence/HISTORY b/e-17/e_module-eloquence/HISTORY
index dc849bd..314e6e9 100644
--- a/e-17/e_module-eloquence/HISTORY
+++ b/e-17/e_module-eloquence/HISTORY
@@ -1,3 +1,6 @@
+2011-10-04 Bor Kraljič <pyrobor AT ver.si>
+ * CONFIGURE,DEPENDS: removed amarok as optional audio player
+
2010-08-17 Ladislav Hagara <hgr AT vabo.cz>
* DEPENDS: esmart removed

diff --git a/http/gnash/CONFIGURE b/http/gnash/CONFIGURE
index a8f96ea..3b2c382 100755
--- a/http/gnash/CONFIGURE
+++ b/http/gnash/CONFIGURE
@@ -22,7 +22,7 @@ config_query_option GNASH_OPTS
\

config_query_list GNASH_GUI \
"Which GUI do you want to use?" \
- GTK KDE KDE4 &&
+ GTK KDE4 &&

config_query_list GNASH_MEDIA \
"Which media backend do you want to use?" \
diff --git a/http/gnash/DEPENDS b/http/gnash/DEPENDS
index f70ff89..a8ce0dc 100755
--- a/http/gnash/DEPENDS
+++ b/http/gnash/DEPENDS
@@ -38,10 +38,6 @@ if [[ "${GNASH_GUI}" == "GTK" ]]; then
depends GTK2 '--enable-gui=gtk' &&
depends gtkglext '--enable-glext' &&
depends pango
-elif [[ "${GNASH_GUI}" == "KDE" ]]; then
- depends kdebase '--enable-gui=kde' &&
- depends kdelibs '--enable-kparts' &&
- depends qt-x11
elif [[ "${GNASH_GUI}" == "KDE4" ]]; then
depends kdebase4 '--enable-gui=kde4' &&
depends kdelibs4 '--enable-kparts4' &&
diff --git a/http/gnash/HISTORY b/http/gnash/HISTORY
index a4494a0..cd9e177 100644
--- a/http/gnash/HISTORY
+++ b/http/gnash/HISTORY
@@ -1,3 +1,6 @@
+2011-10-04 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS,CONFIGURE: removed kde3 as option for GUI
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)
diff --git a/libs/aqbanking/BUILD b/libs/aqbanking/BUILD
index 3576262..7adef92 100755
--- a/libs/aqbanking/BUILD
+++ b/libs/aqbanking/BUILD
@@ -10,24 +10,9 @@ if [ "${AQBANKING_GTK}" == "y" ]; then
local FRONTENDS="${FRONTENDS} g2banking"
fi &&

-if [ "${AQBANKING_QT}" == "y" ]; then
- FRONTENDS="${FRONTENDS} qbanking" &&
- if spell_ok libchipcard2; then
- BACKENDS="${BACKENDS} aqgeldkarte"
- fi
-else
- OPTS="${OPTS} --disable-qt3"
-fi &&
+OPTS="${OPTS} --disable-qt3"
+OPTS="${OPTS} --disable-kde3"

-if [ "${AQBANKING_KDE}" == "y" ]; then
- FRONTENDS="${FRONTENDS} kbanking"
-else
- OPTS="${OPTS} --disable-kde3"
-fi &&
-
-if [ "${AQBANKING_QTTHREADS}" == "y" ]; then
- OPTS="${OPTS} --enable-qt3-treads"
-fi &&

./configure --build=${BUILD} \
--host=${HOST} \
diff --git a/libs/aqbanking/CONFIGURE b/libs/aqbanking/CONFIGURE
index e95a7ee..8778d6f 100755
--- a/libs/aqbanking/CONFIGURE
+++ b/libs/aqbanking/CONFIGURE
@@ -3,20 +3,5 @@ if spell_ok depends gtk+2 &&
config_query AQBANKING_GTK "Build GTK+2 frontend?" y
else
config_query AQBANKING_GTK "Build GTK+2 frontend?" n
-fi &&
+fi

-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/aqbanking/DEPENDS b/libs/aqbanking/DEPENDS
index f06df4b..3bc5243 100755
--- a/libs/aqbanking/DEPENDS
+++ b/libs/aqbanking/DEPENDS
@@ -7,14 +7,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 libchipcard \
"--enable-chipcard-client" \
"--disable-chipcard-client" \
diff --git a/libs/aqbanking/HISTORY b/libs/aqbanking/HISTORY
index 0eda692..f9dd3c2 100644
--- a/libs/aqbanking/HISTORY
+++ b/libs/aqbanking/HISTORY
@@ -1,3 +1,6 @@
+2011-10-04 Bor Kraljič <pyrobor AT ver.si>
+ * CONFIGURE,DEPENDS, BUILD: removed option to build qt-x11 or kde3 GUI
+
2008-09-30 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 3.7.2
* DEPENDS: optional_depends libchipcard vice libchipcard2
diff --git a/libs/aqbanking2/BUILD b/libs/aqbanking2/BUILD
index 7e0fab1..4d7d261 100755
--- a/libs/aqbanking2/BUILD
+++ b/libs/aqbanking2/BUILD
@@ -9,24 +9,8 @@ if [ "${AQBANKING_GTK}" == "y" ]; then
local FRONTENDS="${FRONTENDS} g2banking"
fi &&

-if [ "${AQBANKING_QT}" == "y" ]; then
- FRONTENDS="${FRONTENDS} qbanking" &&
- if spell_ok libchipcard2; then
- BACKENDS="${BACKENDS} aqgeldkarte"
- fi
-else
- OPTS="${OPTS} --disable-qt3"
-fi &&
-
-if [ "${AQBANKING_KDE}" == "y" ]; then
- FRONTENDS="${FRONTENDS} kbanking"
-else
- OPTS="${OPTS} --disable-kde3"
-fi &&
-
-if [ "${AQBANKING_QTTHREADS}" == "y" ]; then
- OPTS="${OPTS} --enable-qt3-treads"
-fi &&
+OPTS="${OPTS} --disable-qt3"
+OPTS="${OPTS} --disable-kde3"

./configure --build=${BUILD} \
--host=${HOST} \
diff --git a/libs/aqbanking2/CONFIGURE b/libs/aqbanking2/CONFIGURE
index e95a7ee..8778d6f 100755
--- a/libs/aqbanking2/CONFIGURE
+++ b/libs/aqbanking2/CONFIGURE
@@ -3,20 +3,5 @@ if spell_ok depends gtk+2 &&
config_query AQBANKING_GTK "Build GTK+2 frontend?" y
else
config_query AQBANKING_GTK "Build GTK+2 frontend?" n
-fi &&
+fi

-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

Archive powered by MHonArc 2.6.24.

Top of Page