From 469f57accfb4384c161761f2be43e9caab96c072 Mon Sep 17 00:00:00 2001 From: Nick Steeves Date: Mon, 10 Jul 2006 10:13:33 +0000 Subject: [PATCH] kdebindings: disable compilation of java bindings, because they don't build for me...I don't think that anyone uses java bindings for KDE anyways, and if they do, they can do so at their own risk. I can't believe that it took me this long to figure out that java is what was causing the problem--lots of memory leaks during compilation often hung my desktop --- kdebindings/.footprint | 25 ------------------------- kdebindings/Pkgfile | 3 ++- 2 files changed, 2 insertions(+), 26 deletions(-) diff --git a/kdebindings/.footprint b/kdebindings/.footprint index 6940be8f9..86cd51e1f 100644 --- a/kdebindings/.footprint +++ b/kdebindings/.footprint @@ -112,7 +112,6 @@ drwxr-xr-x root/root usr/lib/python2.4/site-packages/ -rw-r--r-- root/root usr/lib/python2.4/site-packages/pyqtconfig.py -rwxr-xr-x root/root usr/lib/python2.4/site-packages/qt.so -rwxr-xr-x root/root usr/lib/python2.4/site-packages/qtcanvas.so --rwxr-xr-x root/root usr/lib/python2.4/site-packages/qtext.so -rwxr-xr-x root/root usr/lib/python2.4/site-packages/qtgl.so -rwxr-xr-x root/root usr/lib/python2.4/site-packages/qtnetwork.so -rwxr-xr-x root/root usr/lib/python2.4/site-packages/qtsql.so @@ -805,30 +804,6 @@ drwxr-xr-x root/root usr/share/sip/qtcanvas/ -rw-r--r-- root/root usr/share/sip/qtcanvas/copying.sip -rw-r--r-- root/root usr/share/sip/qtcanvas/qcanvas.sip -rw-r--r-- root/root usr/share/sip/qtcanvas/qtcanvasmod.sip -drwxr-xr-x root/root usr/share/sip/qtext/ --rw-r--r-- root/root usr/share/sip/qtext/copying.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintilla.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillaapis.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillabase.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillacommand.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillacommandset.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintilladocument.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexer.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexerbash.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexercpp.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexercsharp.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexerhtml.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexeridl.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexerjava.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexerjavascript.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexerlua.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexerperl.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexerpython.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexerruby.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillalexersql.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillamacro.sip --rw-r--r-- root/root usr/share/sip/qtext/qextscintillaprinter.sip --rw-r--r-- root/root usr/share/sip/qtext/qtextmod.sip drwxr-xr-x root/root usr/share/sip/qtgl/ -rw-r--r-- root/root usr/share/sip/qtgl/copying.sip -rw-r--r-- root/root usr/share/sip/qtgl/qgl.sip diff --git a/kdebindings/Pkgfile b/kdebindings/Pkgfile index 357ae922b..77d1f3360 100644 --- a/kdebindings/Pkgfile +++ b/kdebindings/Pkgfile @@ -6,13 +6,14 @@ name=kdebindings version=3.5.3 -release=1 +release=2 source=(http://download.kde.org/stable/3.5.3/src/$name-$version.tar.bz2) build() { export QTDIR=/usr/share/qt cd $name-$version ./configure --prefix=/usr \ + --without-java \ --disable-debug make make DESTDIR=$PKG install