Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 351216 Details for
Bug 473572
app-misc/treesheets-9999 - Open source free form data organizer
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild
treesheets-9999.ebuild (text/plain), 840 bytes, created by
Jack Coulter
on 2013-06-17 12:35:53 UTC
(
hide
)
Description:
Updated ebuild
Filename:
MIME Type:
Creator:
Jack Coulter
Created:
2013-06-17 12:35:53 UTC
Size:
840 bytes
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit eutils git-2 wxwidgets > >DESCRIPTION="Open source free form data organizer" > >HOMEPAGE="http://www.treesheets.com" > >EGIT_REPO_URI="git://github.com/aardappel/treesheets.git" > >LICENSE="ZLIB" > >SLOT="0" > >DEPEND="x11-libs/wxGTK:2.9[X]" > >RDEPEND="${DEPEND}" >WX_GTK_VER="2.9" > >src_prepare() { > epatch "${FILESDIR}/${P}-fixpaths.patch" >} > >src_compile() { > cd src || die "Compile failed!" > > $(tc-getCXX) $(wx-config --cxxflags --libs all) ${CXXFLAGS} \ > -o treesheets *.cpp || die "Compile failed!" >} > >src_install() { > dobin "${S}"/src/treesheets > dodoc "${S}"/TS/docs/*.txt > dohtml -r "${S}"/TS/docs/{images,*.html} > > dodir /usr/share/treesheets > > insinto /usr/share/treesheets > doins -r TS/{examples,images} >}
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 473572
:
351196
|
351198
|
351214
|
351216
|
351218
|
351220
|
351224
|
351238
|
887109