Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 254137 Details for
Bug 334251
net-p2p/transgui - uTorrent-like frontend for Transmission daemon
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
transgui-2.2.ebuild
transgui-2.2.ebuild (text/plain), 1011 bytes, created by
Alexander Stauch
on 2010-11-12 22:04:05 UTC
(
hide
)
Description:
transgui-2.2.ebuild
Filename:
MIME Type:
Creator:
Alexander Stauch
Created:
2010-11-12 22:04:05 UTC
Size:
1011 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 >inherit eutils > >DESCRIPTION="A uTorrent-like frontend for Transmission daemon" >HOMEPAGE="http://code.google.com/p/transmisson-remote-gui/" >SRC_URI="http://transmisson-remote-gui.googlecode.com/files/${P}-src.zip" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >IUSE="" >RESTRICT="mirror strip" > >RDEPEND=">=sys-libs/glibc-2.11.0 > >=x11-libs/gtk+-2.20.0 > >=x11-libs/pango-1.28.0" >DEPEND="${RDEPEND} > >=dev-lang/lazarus-0.9.28.2 > app-arch/unzip" > >S="${WORKDIR}/TransGUI" > >pkg_setup() { > if [ ! -e /usr/share/lazarus/tools/lazres ]; then > die "Lazres not found, please create it by issuing: \"lazbuild /usr/share/lazarus/tools/lazres.lpi\" See bug #342641 for details." > fi >} > >src_install() { > emake PREFIX="${D}/usr" install || die "emake install failed" > > make_desktop_entry transgui "Transmission remote GUI" ${PN} \ > "Network;FileTransfer;P2P;Internet" > doicon transgui.png >}
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 334251
:
244357
|
244915
|
244947
|
250529
| 254137 |
269841
|
345806
|
362866
|
685989