Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 145536 Details for
Bug 212693
app-editors/juffed-0.2_beta20080310 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild
juffed-0.2_beta20080116.ebuild (text/plain), 1.17 KB, created by
Michael
on 2008-03-08 11:06:44 UTC
(
hide
)
Description:
Ebuild
Filename:
MIME Type:
Creator:
Michael
Created:
2008-03-08 11:06:44 UTC
Size:
1.17 KB
patch
obsolete
>#Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils qt4 > >MY_P=${PN}_${PV/_beta/-dev-} > >DESCRIPTION="Tabbed text editor with syntax highlighting" >HOMEPAGE="http://sourceforge.net/projects/juffed" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64" >IUSE="" > >RDEPEND="$(qt4_min_version 4.0)" >DEPEND="${RDEPEND}" > >S="${WORKDIR}"/${MY_P} > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/${P}-desktop-entry.patch > sed -i -e 's:cd $(PREFIX)/bin && ln -sf ../share/juffed/juffed ./juffed::' \ > Makefile || die "sed failed" > sed -i -e 's:install juffed.png $(PREFIX)/share/pixmaps/::' \ > Makefile || die "sed failed" > sed -i -e 's:install juffed.desktop $(PREFIX)/share/applications/::' \ > Makefile || die "sed failed" > sed -i -e 's:strip juffed::' Makefile || die "sed failed" >} > >src_compile() { > emake >} > >src_install() { > emake PREFIX="${D}/usr" install || die "emake install failed" > dosym /usr/share/${PN}/${PN} /usr/bin/${PN} > doicon ${PN}.png > insinto /usr/share/applications > doins ${PN}.desktop > dodoc ChangeLog >} >
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 212693
:
145536
|
145538
|
145803
|
145828
|
149001