Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 433062 Details for
Bug 581220
app-editors/scite: version bump to 3.6.5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updatet scite-3.5.5-r1 ebuild
scite-3.5.5-r1.ebuild (text/plain), 2.23 KB, created by
Ervin Peters
on 2016-05-03 10:14:51 UTC
(
hide
)
Description:
updatet scite-3.5.5-r1 ebuild
Filename:
MIME Type:
Creator:
Ervin Peters
Created:
2016-05-03 10:14:51 UTC
Size:
2.23 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI="6" > >inherit toolchain-funcs eutils > >MY_PV=${PV//./} >DESCRIPTION="A very powerful editor for programmers" >HOMEPAGE="http://www.scintilla.org/SciTE.html" >SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz" > >LICENSE="HPND lua? ( MIT )" >SLOT="0" >KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux" >IUSE="lua" > >RDEPEND="dev-libs/glib:= > x11-libs/cairo:* > x11-libs/gtk+:2 > x11-libs/gdk-pixbuf:* > x11-libs/pango:* > lua? ( >=dev-lang/lua-5:= )" >DEPEND="${RDEPEND} > virtual/pkgconfig > >=sys-apps/sed-4" > >S="${WORKDIR}/${PN}/gtk" > >src_prepare() { > sed -i "${WORKDIR}/scintilla/gtk/makefile" \ > -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ > -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ > -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ > -e "s#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \ > -e "s#-Os##" \ > || die "error patching /scintilla/gtk/makefile" > > sed -i "${WORKDIR}/scite/gtk/makefile" \ > -e "s#-rdynamic#-rdynamic ${LDFLAGS}#" \ > || die "error patching /scite/gtk/makefile" > > # repair and enhance the .desktop file > sed -i "${WORKDIR}/scite/gtk/SciTE.desktop" \ > -e "s/^Encoding/#Encoding/" \ > -e "s#text/plain#text/\*;application/xhtml+xml#" \ > -e "s#^Categories=\(.*\)#Categories=Development;#" \ > || die "error patching /scite/gtk/SciTe.desktop" > > sed -i "${S}/makefile" \ > -e 's#usr/local#usr#g' \ > -e 's#/gnome/apps/Applications#/applications#' \ > -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ > -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ > -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ > -e "s#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \ > -e 's#${D}##' \ > -e 's#-g root#-g 0#' \ > -e "s#-Os##" \ > || die "error patching gtk/makefile" > > eapply_user >} > >src_compile() { > emake CC="$(tc-getCC)" LD="$(tc-getLD)" \ > LDFLAGS="$(raw-ldflags)" AR="$(tc-getAR)" \ > -C "${WORKDIR}/scintilla/gtk" > > if use lua; then > emake > else > emake NO_LUA=1 > fi >} > >src_install() { > dodir /usr/bin > dodir /usr/share/{pixmaps,applications} > > emake DESTDIR="${D}" install > > # we have to keep this because otherwise it'll break upgrading > mv "${ED}/usr/bin/SciTE" "${ED}/usr/bin/scite" || die > dosym /usr/bin/scite /usr/bin/SciTE > > doman ../doc/scite.1 > dodoc ../README >}
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 581220
:
432038
|
432048
|
432874
|
432898
|
432900
| 433062 |
433066
|
433068
|
433070