Doesn't work - One package is missing...
No package 'dee-1.0' found
I´ve searched portage for dee, but I did not find anything.
I think we need an ebuild for:
https://launchpad.net/dee
Loko123
EDIT: Fixed the issue with dee - Found an ebuild at gpo.zugaina.org an updated it - Here is it:
Code: Select all
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
DESCRIPTION="Libdee is a library using DBus to provide objects allowing you
to create MVC programs across DBus."
HOMEPAGE="https://launchpad.net/dee"
SRC_URI="http://launchpad.net/dee/0.5/0.5.22/+download/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="dev-util/gtk-doc
dev-libs/gobject-introspection"
RDEPEND="${DEPEND}"
src_install (){
dodoc README LICENSE
emake DESTDIR="${D}" install
}
But now I have a new issue…
configure: error: Package requirements (gtkspell3-2.0) were not met:
No package 'gtkspell3-2.0' found
eix gtkspell
app-text/gtkspell
Available versions: 2.0.16 {doc}
Please, help me!