aminepfe / gentoo-china-overlay

Automatically exported from code.google.com/p/gentoo-china-overlay
GNU General Public License v2.0
0 stars 0 forks source link

New ebuild request: gemanx-9999 #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A port of pcmanx, a client for telnet/ssh Chinese BBS:
http://code.google.com/p/gemanx

Find the working ebuild at http://code.google.com/p/gemanx/issues/detail?id=1

Original issue reported on code.google.com by bolto...@gmail.com on 26 Oct 2009 at 3:04

GoogleCodeExporter commented 9 years ago
稍微修改了一下
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

inherit subversion

DESCRIPTION="GeMan X is a branch of PCMan X."
HOMEPAGE="http://code.google.com/p/gemanx/"

ESVN_REPO_URI="http://gemanx.googlecode.com/svn/trunk/"
ESVN_PROJECT="gemanx"

LICENSE="GPL-2"
SLOT="0"
IUSE="firefox libnotify socks5"
KEYWORDS="~x86 ~amd64"

RDEPEND=">=x11-libs/gtk+-2.4
    x11-libs/libXft
    firefox? ( www-client/mozilla-firefox )
    libnotify? ( x11-libs/libnotify )"

DEPEND="${RDEPEND}
    dev-util/intltool"

ESVN_BOOTSTRAP='autogen.sh'
#ESVN_PATCHES="${FILES}/no_url_red_line.patch"

src_configure() {
    local myconf="$(use_enable firefox plugin) \
                  $(use_enable socks5 proxy) \
                  $(use_enable libnotify) \
                  --enable-imageview \
                  --enable-proxy"
    econf $myconf || die "econf failed" 
}

src_install() {
    emake DESTDIR="${D}" install || die "Install failed"
}

Original comment by mygarfie...@gmail.com on 1 Nov 2009 at 1:42

GoogleCodeExporter commented 9 years ago
嗯,很好,还要解决一些依赖就可以了。

在这里讨论。
http://code.google.com/p/gemanx/issues/detail?id=1

Original comment by coder...@gmail.com on 1 Nov 2009 at 10:43

GoogleCodeExporter commented 9 years ago
r1135已经添加。

http://code.google.com/p/gentoo-china-overlay/source/detail?r=1135

Original comment by coder...@gmail.com on 12 Dec 2009 at 9:43