Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 154518

Summary: new ebuild for a QT4 IDE QDevelop that just came out
Product: Gentoo Linux Reporter: Christian Fernandez <rek2>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: enhancement    
Priority: High    
Version: 2006.1   
Hardware: x86   
OS: Linux   
URL: http://www.binaryfreedom.info
Whiteboard:
Package list:
Runtime testing required: ---

Description Christian Fernandez 2006-11-08 18:07:01 UTC
I wanted to have this under my Gentoo and I know a lot of people will love it so I decided to write a ebuild and summited to the Gentoo community.
This ebuild is done in a hurry and fast I will be cleaning and summiting new versions and as the application comes to a stable version, etc I will keep with the updates.

Thanks.

-------------------------------------------------------------------------------------------- 
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# ebuild wrote by Christian Fernandez http://www.binaryfreedom.info rek2@binaryfreedom.info
# $Header: $

inherit qt4 multilib

DESCRIPTION="a QT4 IDE"
HOMEPAGE="http://www.qdevelop.org/"
SRC_URI="http://www.binaryfreedom.info/QDevelop-0.20.zip"


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

DEPEND="app-arch/unzip
        >=x11-libs/qt-4.0.0
        >=sys-devel/gdb-6.0
        >=dev-util/ctags-5.5.0"


src_compile() {

        /usr/bin/qmake -recursive /usr/tmp/portage/qdevelop-0.20/work/QDevelop-0.20-rev46/QDevelop.pro || die "qmake ${d} failed"
        emake || die "emake failed"

}

src_install() {

         dobin /usr/tmp/portage/qdevelop-0.20/bin/QDevelop || die "error installing QDevelop"
}
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-08 23:03:49 UTC
Please, continue in the pending bug, thanks.

*** This bug has been marked as a duplicate of 145879 ***