Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 409985 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-13 / +13 lines)
Line  Link Here
0
-- sqlitebrowser-2.0_beta1-r1.ebuild
0
++ sqlitebrowser-2.0_beta1-r1.ebuild
Lines 1-10 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2012 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlitebrowser/sqlitebrowser-2.0_beta1-r1.ebuild,v 1.1 2010/11/07 15:20:42 xmw Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlitebrowser/sqlitebrowser-2.0_beta1-r1.ebuild,v 1.1 2010/11/07 15:20:42 xmw Exp $
4
4
5
EAPI=2
5
EAPI=4
6
6
7
inherit eutils qt4
7
inherit qt4-r2
8
8
9
DESCRIPTION="SQLite Database Browser"
9
DESCRIPTION="SQLite Database Browser"
10
HOMEPAGE="http://sqlitebrowser.sourceforge.net/"
10
HOMEPAGE="http://sqlitebrowser.sourceforge.net/"
Lines 15-34 Link Here
15
KEYWORDS="~amd64 ~x86"
15
KEYWORDS="~amd64 ~x86"
16
IUSE=""
16
IUSE=""
17
17
18
DEPEND=">=x11-libs/qt-gui-4.6:4[qt3support]"
18
DEPEND=">=x11-libs/qt-core-4.6:4[qt3support]
19
	>=x11-libs/qt-gui-4.6:4[qt3support]
20
	>=x11-libs/qt-qt3support-4.6:4"
21
RDEPEND="${DEPEND}"
19
22
20
S=${WORKDIR}/trunk/${PN}
23
S=${WORKDIR}/trunk/${PN}
21
24
22
src_prepare() {
25
PATCHES=(
23
	epatch "${FILESDIR}"/${P}-qt-4.7.0.patch
26
	"${FILESDIR}/${P}-qt-4.7.0.patch"
24
}
27
	"${FILESDIR}/${P}-gold.patch"
25
28
	)
26
src_configure() {
27
	eqmake4 sqlitedbbrowser.pro
28
}
29
29
30
src_install() {
30
src_install() {
31
	dobin ${PN}/${PN} || die
31
	dobin ${PN}/${PN}
32
	newicon ${PN}/images/128.png ${PN}.png
32
	newicon ${PN}/images/128.png ${PN}.png
33
	make_desktop_entry ${PN} "SQLite Database Browser"
33
	make_desktop_entry ${PN} "SQLite Database Browser"
34
}
34
}

Return to bug 409985