Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 455782 Details for
Bug 602282
net-misc/insync - Advanced cross-platform Google Drive client
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
insync-1.3.12.36116.ebuild
insync-1.3.12.36116.ebuild (text/plain), 2.04 KB, created by
Bradley Lankford
on 2016-12-10 19:34:17 UTC
(
hide
)
Description:
insync-1.3.12.36116.ebuild
Filename:
MIME Type:
Creator:
Bradley Lankford
Created:
2016-12-10 19:34:17 UTC
Size:
2.04 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 >OTHER=1.3.12.36116 > >DESCRIPTION="Advanced cross-platform Google Drive client" >HOMEPAGE="https://www.insynchq.com/" >SRC_URI=" > x86? ( http://s.insynchq.com/builds/insync_${PV}-precise_i386.deb ) > amd64? ( http://s.insynchq.com/builds/insync_${PV}-precise_amd64.deb ) > nautilus? ( http://s.insynchq.com/builds/insync-nautilus_${OTHER}-precise_all.deb ) > dolphin? ( http://s.insynchq.com/builds/insync-dolphin_${OTHER}-precise_all.deb ) > thunar? ( http://s.insynchq.com/builds/insync-thunar_${OTHER}-precise_all.deb ) > nemo? ( http://s.insynchq.com/builds/insync-nemo_${OTHER}-precise_all.deb ) > caja? ( http://s.insynchq.com/builds/insync-caja_${OTHER}-precise_all.deb )" > >SLOT="0" >KEYWORDS="-* ~x86 ~amd64" >DEPEND="<dev-libs/libevent-2.1" >RDEPEND="${DEPEND} > nautilus? ( dev-python/nautilus-python ) > dolphin? ( kde-base/dolphin ) > thunar? ( dev-python/thunarx-python ) > nemo? ( gnome-extra/nemo ) > caja? ( mate-base/caja )" >IUSE="nautilus dolphin thunar nemo caja" > >src_unpack() { > mkdir "${S}" > cd "${S}" > > if use amd64 ; then > unpack insync_"${PV}"-precise_amd64.deb > else > unpack insync_"${PV}"-precise_i386.deb > fi > > unpack ./data.tar.gz > > if use nautilus ; then > unpack insync-nautilus_"${OTHER}"-precise_all.deb > elif use dolphin ; then > unpack insync-dolphin_"${OTHER}"-precise_all.deb > elif use thunar ; then > unpack insync-thunar_"${OTHER}"-precise_all.deb > elif use nemo ; then > unpack insync-nemo_"${OTHER}"-precise_all.deb > elif use caja ; then > unpack insync-caja_"${OTHER}"-precise_all.deb > fi > > unpack ./data.tar.gz >} > >src_install() { > cp -pPR "${S}"/usr "${D}"/ || die "Installation failed" > > echo "SEARCH_DIRS_MASK=\"/usr/lib*/insync\"" > "${T}/70${PN}" || die > insinto "/etc/revdep-rebuild" && doins "${T}/70${PN}" || die >} > >pkg_postinst() { > elog "To automatically start insync add 'insync' to your session" > elog "startup scripts. GNOME users can also choose to enable" > elog "the insync extension via gnome-tweak-tool." >}
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 602282
: 455782 |
546576
|
587968