Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 216843 Details for
Bug 249600
net-misc/x2go* new packages
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated ebuild with sqlite support aka x2goserver one
x2goserver-3.0.1.1.ebuild (text/plain), 2.48 KB, created by
Heiko Baumann
on 2010-01-18 21:36:37 UTC
(
hide
)
Description:
updated ebuild with sqlite support aka x2goserver one
Filename:
MIME Type:
Creator:
Heiko Baumann
Created:
2010-01-18 21:36:37 UTC
Size:
2.48 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=1 >inherit versionator flag-o-matic eutils multilib python > >MAJOR_PV="$(get_version_component_range 1-3)" >FULL_PV="${MAJOR_PV}-$(get_version_component_range 4)" >DESCRIPTION="The X2Go server" >HOMEPAGE="http://x2go.berlios.de" >SRC_URI="http://x2go.obviously-nice.de/deb/pool-lenny/${PN}/${PN}_${FULL_PV}_all.deb" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="+fuse kde ldap postgresql sqlite" > >DEPEND="" >RDEPEND="app-admin/sudo > net-misc/nx > virtual/ssh > fuse? ( sys-fs/sshfs-fuse ) > postgresql? ( virtual/postgresql-server ) > sqlite? ( dev-db/sqlite ) > kde? ( net-misc/x2gokdebindings > net-misc/x2gosessionadministration ) > ldap? ( net-misc/x2goldaptools > kde? ( net-misc/x2gogroupadministration > net-misc/x2gohostadministration > net-misc/x2gosystemadministration > net-misc/x2gouseradministration ) )" > >S=${WORKDIR} > >src_unpack() { > unpack ${A} > cd "${S}" > > tar xozf data.tar.gz || die "failure unpacking data.tar.gz" > > # Needs testing, is it fully compatible with nxagent? > sed -i -e "s/x2goagent/nxagent/" usr/bin/x2gostartagent || die "sed failed" > > if use sqlite ; then > echo sqlite > etc/x2go/sql > fi > > epatch "${FILESDIR}"/x2gomountdirs_no_desktop_icon.patch >} > >src_install() { > dobin usr/bin/* > dosbin usr/sbin/* > > exeinto /usr/share/x2go/script > doexe usr/lib/x2go/script/x2gocreatebase.sh > doexe usr/lib/x2go/script/x2gosqlite.sh > > insinto /etc/x2go > doins etc/x2go/sql > > if use sqlite ; then > elog "creating x2go sqlite database directory /var/db/x2go" > dodir /var/db/x2go > fi > > if use postgresql ; then > newinitd "${FILESDIR}"/${PN}.init ${PN} > fi >} > >pkg_postinst() { > if use postgresql ; then > elog "To work, x2goserver needs a configured postgreSQL database" > elog " echo -n local > /etc/x2go/sql" > elog "Sample script to create the database can be found here:" > elog " /usr/share/x2go/script/x2gocreatebase.sh" > fi > if use sqlite ; then > elog "To work, x2goserver needs a configured sqlite database" > elog " echo -n sqlite > /etc/x2go/sql" > elog "Sample script to create the database can be found here:" > elog " /usr/share/x2go/script/x2gosqlite.sh" > fi > einfo "" > elog "You need to give sudo rights on x2gopgwrapper to your users" > elog "A sudoers example for all members of the group users:" > elog " %users ALL=(ALL) NOPASSWD: /usr/bin/x2gopgwrapper" > elog "To give only a special group access to the x2goserver, " > elog "change %users to any other group" >}
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 249600
:
174062
|
174142
|
174348
|
174544
|
174545
|
174833
|
174865
|
175040
|
175041
|
175044
|
175045
|
175072
|
175073
|
175076
|
175080
|
181677
|
181679
|
206749
|
206751
| 216843 |
216844