Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 410169
Collapse All | Expand All

(-)file_not_specified_in_diff (-11 / +6 lines)
Line  Link Here
0
-- qtnx-0.9.ebuild
0
++ qtnx-0.9.ebuild
Lines 2-11 Link Here
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/net-misc/qtnx/qtnx-0.9.ebuild,v 1.5 2009/10/06 17:25:09 ayoy Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/qtnx/qtnx-0.9.ebuild,v 1.5 2009/10/06 17:25:09 ayoy Exp $
4
4
5
EAPI="1"
5
EAPI="4"
6
inherit qt4
6
inherit qt4-r2
7
7
8
MY_P="freenx-client-${PV}"
8
MY_P="freenx-client-${PV}"
9
9
DESCRIPTION="A Qt-based NX client using nxcl"
10
DESCRIPTION="A Qt-based NX client using nxcl"
10
HOMEPAGE="http://developer.berlios.de/projects/freenx/"
11
HOMEPAGE="http://developer.berlios.de/projects/freenx/"
11
SRC_URI="mirror://berlios/freenx/${MY_P}.tar.bz2"
12
SRC_URI="mirror://berlios/freenx/${MY_P}.tar.bz2"
Lines 19-37 Link Here
19
	x11-libs/qt-core:4
20
	x11-libs/qt-core:4
20
	x11-libs/qt-gui:4"
21
	x11-libs/qt-gui:4"
21
RDEPEND="${DEPEND}"
22
RDEPEND="${DEPEND}"
23
22
S="${WORKDIR}/${MY_P}/${PN}"
24
S="${WORKDIR}/${MY_P}/${PN}"
23
25
24
src_unpack() {
26
src_prepare() {
25
	unpack ${A}
26
	cd "${S}"
27
	sed -i -e "s#id\.key#/usr/share/${PN}/id.key#" qtnxwindow.cpp || die "sed failed"
27
	sed -i -e "s#id\.key#/usr/share/${PN}/id.key#" qtnxwindow.cpp || die "sed failed"
28
}
28
}
29
29
30
src_compile() {
31
	eqmake4
32
	emake || die "Make failed"
33
}
34
35
src_install() {
30
src_install() {
36
	dobin ${PN}
31
	dobin ${PN}
37
	dodoc README
32
	dodoc README

Return to bug 410169