Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 148088 Details for
Bug 171411
net-misc/xrdp-0.4 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-misc/xrdp-0.4.0.ebuild
xrdp-0.4.0.ebuild (text/plain), 2.11 KB, created by
Christoph Brill (egore) (RESIGNED)
on 2008-04-02 14:19:34 UTC
(
hide
)
Description:
net-misc/xrdp-0.4.0.ebuild
Filename:
MIME Type:
Creator:
Christoph Brill (egore) (RESIGNED)
Created:
2008-04-02 14:19:34 UTC
Size:
2.11 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/xrdp/xrdp-0.3.1.ebuild,v 1.4 2007/07/12 02:52:15 mr_bones_ Exp $ > >inherit eutils multilib > >DESCRIPTION="An open source remote desktop protocol(rdp) server." >HOMEPAGE="http://xrdp.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64" >IUSE="" > >RDEPEND="sys-libs/pam > || ( > net-misc/vnc > net-misc/tightvnc > )" >DEPEND="${RDEPEND}" > >DESTDIR="/usr/$(get_libdir)/${PN}" > >valid_vnc_server() { > if has_version ${1}; then > if ! built_with_use ${1} server; then > eerror > eerror "You must have your VNC implementation (currently ${1}) built" > eerror "with the \"server\" USE flag to use ${PN}." > eerror > die "Please rebuild ${1} with USE=server" > else > VALID_VNC="1" > fi > fi >} > >pkg_setup() { > valid_vnc_server "net-misc/vnc" > valid_vnc_server "net-misc/tightvnc" >} > >src_unpack() { > unpack ${A} > cd "${S}" > > #epatch "${FILESDIR}/01sans_font.dpatch" > #epatch "${FILESDIR}/02makefile_sesman_fix.dpatch" > #epatch "${FILESDIR}/03path_fix.dpatch" > #epatch "${FILESDIR}/05rpath_fix.dpatch" > #epatch "${FILESDIR}/04quiet_start.dpatch" > #epatch "${FILESDIR}/06keygen.dpatch" > #epatch "${FILESDIR}/07fr_de_layout.dpatch" > find . -name "Makefile" -exec sed -i -e "s:-Wall -O2:\$\(MYCFLAGS\):g" {} \; > epatch "${FILESDIR}/${P}-curdir.patch" > > sed -ie '/instfiles\/xrdp_control1.sh/ d' Makefile > sed -ie "s:/usr/xrdp:${DESTDIR}:g" Makefile */Makefile > # fix insecure rpath > sed -ie "s:rpath,.:rpath,${DESTDIR}:" xrdp/Makefile >} > >src_compile() { > emake MYCFLAGS="${CFLAGS}" DESTDIR="${DESTDIR}" || die "emake failed" >} > >src_install() { > emake DESTDIRDEB="${D}" installdeb || die "emake installdeb failed" > dodoc design.txt readme.txt "${D}${DESTDIR}/startwm.sh" > doman "${D}/usr/man/"*/* > keepdir /var/log/${PN} > rm -rf "${D}${DESTDIR}/startwm.sh" "${D}/usr/man" > exeinto "${DESTDIR}" > doexe "${FILESDIR}/startwm.sh" > newinitd "${FILESDIR}/${PN}-initd" ${PN} > newconfd ${FILESDIR}/${PN}-confd ${PN} > sed -i "s:LIBDIR:$(get_libdir):" "${D}/etc/init.d/${PN}" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 171411
: 148088 |
148089
|
182971