Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23642 - koffice 1.3 beta 2 ebuild submit, but no i18n
Summary: koffice 1.3 beta 2 ebuild submit, but no i18n
Status: RESOLVED DUPLICATE of bug 23643
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-28 06:46 UTC by Heiko Steindl
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heiko Steindl 2003-06-28 06:46:27 UTC
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
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-06-28 06:51:52 UTC

*** This bug has been marked as a duplicate of 23643 ***