# Last modified: Sun, 04 Dec 2005 21:51:45 +0100 # Compiling time: 7.20 SBU # Maintainer: crazy pkgname=kdelibs pkgver=3.5.0 pkgrel=1 kdever=3.5 pkgdesc="KDE Core Libraries" pkgurl="ftp://ftp.kde.org/pub/kde/stable/$kdever/src" url="http://www.kde.org/" depends=('arts>=1.5.0' 'hicolor-icon-theme' 'libxslt' 'pcre' 'lesstif' 'openssl' 'libart_lgpl' 'gamin' 'bzip2' 'lua' 'xfsprogs-acl' 'openexr') makedepends=('cups' 'openldap' 'heimdal' 'sane-backends' 'aspell' 'hspell') groups=('kde' 'kde-core') archs=('i686') up2date=$pkgver source=($pkgurl/$pkgname-$pkgver.tar.bz2 kde.sh \ $pkgname-$pkgver-libz.patch) sha1sums=('c03bc6b09add3c487b3e28a5fb1d89efd30a9723' \ 'b67afb54be3b2ac24ba9a491cb38a871a27a6316' \ '915f4e4c484e84f43ef5fca067c24440324af78d') build() { Fconfopts="$Fconfopts --with-distribution=\"Frugalware Linux\" \ --disable-dependency-tracking \ --enable-dnotify \ --with-alsa --disable-debug \ --enable-sendfile \ --with-aspell \ --with-hspell \ --enable-ltdl-install \ --disable-warnings \ --enable-mitshm \ --with-libart \ --with-lua-includes=/usr/include \ --with-lua-libraries=/usr/lib" [ "$CARCH" == "i686" ] && \ Fconfopts="$Fconfopts --enable-fast-malloc=full" Fbuild Fexe /etc/profile.d/kde.sh Frm /usr/share/icons/hicolor/index.theme } # vim: ft=sh # optimalization OK