Hello ! Here is an ebuild for the new beta version off koffice. I have tested it on my system and it works ;-) Please see, if it is ok because it's my first try ;) The only thing, I get not to work is the koffice-i18n and koffice-i18n-de I hope this will help you. Best regards Your Heiko Steindl Reproducible: Always Steps to Reproduce: 1. 2. 3. Here is the ebuild as text: ---begin inherit kde-base flag-o-matic filter-flags "-fomit-frame-pointer" need-kde 3 DESCRIPTION="A free, integrated office suite for KDE, the K Desktop Environment." HOMEPAGE="http://www.koffice.org/" LICENSE="GPL-2 LGPL-2" #SRC_URI="mirror://kde/unstable/${PN}-1.2.90/src/${PN}-1.2.90.tar.bz2" # Original Koffice Link SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/koffice-1.2.91/src/koffice-1.2.91.tar.bz2" S="$WORKDIR/${PN}-1.2.91" KEYWORDS="~x86" # Depend is the same as in beta1 (I hope) DEPEND="$DEPEND >=dev-lang/python-2.2.1 >=media-libs/libart_lgpl-2.3.9 >=media-gfx/imagemagick-5.4.5 >=app-text/wv2-0.0.9 dev-util/pkgconfig >=dev-libs/qsa-1.0_pre20030513" export LIBPYTHON="`python-config --libs`" export LIBPYTHON="${LIBPYTHON//-L \/usr\/lib\/python2.2\/config}" need-automake 1.5 need-autoconf 2.5 src_compile() { rm -f configure configure.in kde_src_compile configure kde_src_compile make } --end
*** This bug has been marked as a duplicate of 23643 ***