Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44959 - not full ebuild
Summary: not full ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-17 11:03 UTC by madej
Modified: 2004-03-18 08:27 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 madej 2004-03-17 11:03:33 UTC
new version of gnugadu has gtkspellcheck

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




i prepare gnugadu-2.0_pre8-r1.ebuild and i works fine, you can use it if you want.

# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

IUSE="debug tlen esd oss xosd arts jabber perl gtkspell"

MY_P="gg2-2.0pre8"
S="${WORKDIR}/${MY_P}"
DESCRIPTION="GTK-based Gadu-Gadu, Tlen and Jabber IM client"
SRC_URI="mirror://sourceforge/ggadu/${MY_P}.tar.bz2"
HOMEPAGE="http://gadu.gnu.pl/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"

DEPEND=">=x11-libs/gtk+-2.2.0
        sys-devel/gettext
        >=sys-devel/automake-1.7
        >=sys-devel/libtool-1.4
        jabber? ( >=net-libs/loudmouth-0.15.1 )
        xosd? ( x11-libs/xosd )
        perl? ( dev-lang/perl dev-perl/XML-Parser )
        >=net-im/ekg-1.4
        arts? ( >=kde-base/arts-0.9.5 )
        esd? ( media-sound/esound )
        tlen? ( net-libs/libtlen )
        gtkspell? ( app-text/gtkspell )"

src_compile() {

        myconf="--with-gui --with-gadu --with-remote --with-docklet_system_tray 
--with-docklet_dockapp --with-sms --with-update --with-external"

        econf ${myconf} \
                `use_enable debug` \
                `use_with oss` \
                `use_with esd` \
                `use_with xosd` \
                `use_with arts` \
                `use_enable perl` \
                `use_with tlen` \
                `use_with jabber` \
                `use_with gtkspell` || die
        emake || die
}

src_install () {

        make DESTDIR=${D} install || die
        dodoc AUTHORS ChangeLog NEWS README TODO
}
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2004-03-18 08:27:07 UTC
This has already been fixed.