Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 120366 Details for
Bug 179871
app-cdr/isomaster makes installs two .desktop entries
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
My attempt to solve the problem
isomaster-0.8.1.ebuild (text/plain), 785 bytes, created by
Claes
on 2007-05-26 13:34:51 UTC
(
hide
)
Description:
My attempt to solve the problem
Filename:
MIME Type:
Creator:
Claes
Created:
2007-05-26 13:34:51 UTC
Size:
785 bytes
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-cdr/isomaster/isomaster-0.8.1.ebuild,v 1.2 2007/05/19 16:41:16 welp Exp $ > >inherit eutils > >DESCRIPTION="GTK2 (bootable) CD ISO Image editor." >HOMEPAGE="http://littlesvr.ca/isomaster/" >SRC_URI="http://littlesvr.ca/isomaster/releases/${P}.tar.bz2" > >LICENSE="GPL-2" >KEYWORDS="~amd64 ~x86 ~x86-fbsd" >SLOT="0" >IUSE="" > >RDEPEND=">=x11-libs/gtk+-2.0" >DEPEND="${RDEPEND}" > >src_compile() { > emake PREFIX="/usr" || die "emake failed" >} > >src_install() { > emake PREFIX="/usr" DESTDIR="${D}" install || die "Install failed" > dodoc *.TXT bk/TODO.TXT > > doicon icons/${PN}.png ># make_desktop_entry ${PN} "Isomaster" ${PN}.png "Application;AudioVideo;" >} >
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 179871
: 120366 |
120368