[Kexi] kexi on gentoo
Daniel Franke
franke.daniel at gmail.com
Mon Jan 30 02:01:34 CET 2006
Hi all!
I have to set up a relational database and instead of using pen and paper, I
tried to employ kexi for the initial table layout. Lured by the screenshot
shown at [1], I assumed I could do this easily. I couldn't:
* the download link [2] is broken, no such host
* merging the split ebuilds of koffice installs kexi 0.8.2
-> it seems that kexi-0.8.2 does not yet provide the advertised
relationship view?!
* created a portage overlay and an ebuild for stand-alone kexi-0.9
(gentoo users: see [3] how to install the attached ebuild, use dev-db/kexi)
* merging the stand-alone ebuild of kexi 0.9 from overlay
-> it seems that kexi-0.9 does not yet provide the advertised
relationship view?!
If someone could advise me how to reproduce the screenshot shown at [1]?!
Thanks in advance
Daniel
[1] http://www.koffice.org/kexi/
[2] http://www.kexi-project.org/wiki/wikiview/index.php?Packages
[3] http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds
-------------- next part --------------
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit kde eutils
DESCRIPTION="Kexi is an integrated data management application"
HOMEPAGE="http://www.kexi-project.org/"
SRC_URI="ftp://ftp.gwdg.de/pub/x11/kde/stable/apps/KDE3.x/database/kexi-0.9.tar.bz2"
LICENSE="GPL"
SLOT="0"
KEYWORDS="~x86"
IUSE="mysql postgres"
RDEPEND="sys-libs/readline
mysql? ( dev-db/mysql )
postgres? ( dev-libs/libpqxx )
dev-lang/python"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
need-kde 3.3
src_compile() {
econf \
$(use_enable mysql) \
$(use_enable postgres pgsql) \
|| die "configure failed"
emake || die "make failed"
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: metadata.xml
Type: text/xml
Size: 157 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/kexi/attachments/20060130/51a37589/attachment.xml
More information about the Kexi
mailing list