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
This commit is contained in:
parent
e93476c37f
commit
469f57accf
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user