|
|
发表于 2009-8-14 21:43:37
|
显示全部楼层
已经和道兵兄联系,最新的git版已经使用正常了。http://github.com/lidaobing/chmsee/tree/master
做了个live ebuild,有没有朋友可以帮忙放到china overlay里去的 chmsee-9999.ebuld:# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit cmake-utils git
DESCRIPTION="HTML Help viewer for Unix/Linux"
HOMEPAGE="http://chmsee.googlecode.com"
SRC_URI=""
EGIT_REPO_URI="git://github.com/lidaobing/chmsee.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.8:2
dev-libs/libxml2
>=gnome-base/libglade-2.4:2.0
>=x11-libs/gtk+-2.8:2
dev-libs/chmlib
dev-libs/libgcrypt
net-libs/xulrunner"
DEPEND="${RDEPEND}
sys-devel/gettext
>=dev-util/intltool-0.37"
PATCHES="${FILESDIR}/${P}-disable-libxul-maxver.patch"
RESTRICT="mirror"
DOCS="NEWS* README* AUTHORS ChangeLog*"
|
|