Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 473572 - app-misc/treesheets-9999 - Open source free form data organizer
Summary: app-misc/treesheets-9999 - Open source free form data organizer
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Default Assignee for New Packages
URL: http://www.treesheets.com
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2013-06-17 10:40 UTC by Jack Coulter
Modified: 2024-03-08 23:29 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
treesheets-9999.ebuild (treesheets-9999.ebuild,921 bytes, text/plain)
2013-06-17 10:41 UTC, Jack Coulter
Details
treesheets-9999-fixpaths.patch (treesheets-9999-fixpaths.patch,2.63 KB, patch)
2013-06-17 10:42 UTC, Jack Coulter
Details | Diff
Updated patch (treesheets-9999-fixpaths.patch,2.64 KB, patch)
2013-06-17 12:35 UTC, Jack Coulter
Details | Diff
Updated ebuild (treesheets-9999.ebuild,840 bytes, text/plain)
2013-06-17 12:35 UTC, Jack Coulter
Details
treesheets-9999.ebuild (treesheets-9999.ebuild,840 bytes, text/plain)
2013-06-17 12:36 UTC, Jack Coulter
Details
treesheets-9999-fixpaths.patch (treesheets-9999-fixpaths.patch,2.64 KB, patch)
2013-06-17 12:36 UTC, Jack Coulter
Details | Diff
treesheets-9999.ebuild (treesheets-9999.ebuild,791 bytes, text/plain)
2013-06-17 13:38 UTC, Jack Coulter
Details
Makefile (Makefile,1.83 KB, text/plain)
2013-06-17 14:59 UTC, Julian Ospald
Details
treesheets-6456452103.ebuild for wxGTK 3.2.2 (treesheets-6456452103.ebuild,580 bytes, application/vnd.gentoo.ebuild)
2024-03-08 23:27 UTC, David Mudrák
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jack Coulter 2013-06-17 10:40:49 UTC
Home: http://www.treesheets.com

Treesheets is an open-source free-form data organiser. Similar to a spreadsheet,
except heirarchical and zoomable allowing relationships between data to be
concisely expressed.
Comment 1 Jack Coulter 2013-06-17 10:41:52 UTC
Created attachment 351196 [details]
treesheets-9999.ebuild

Please find attached ebuild.
Comment 2 Jack Coulter 2013-06-17 10:42:54 UTC
Created attachment 351198 [details, diff]
treesheets-9999-fixpaths.patch

Patch to fix hardcoded paths
Comment 3 Jack Coulter 2013-06-17 12:35:13 UTC
Created attachment 351214 [details, diff]
Updated patch
Comment 4 Jack Coulter 2013-06-17 12:35:53 UTC
Created attachment 351216 [details]
Updated ebuild
Comment 5 Jack Coulter 2013-06-17 12:36:24 UTC
Created attachment 351218 [details]
treesheets-9999.ebuild
Comment 6 Jack Coulter 2013-06-17 12:36:42 UTC
Created attachment 351220 [details, diff]
treesheets-9999-fixpaths.patch
Comment 7 Jack Coulter 2013-06-17 13:38:38 UTC
Created attachment 351224 [details]
treesheets-9999.ebuild
Comment 8 Julian Ospald 2013-06-17 14:59:10 UTC
Created attachment 351238 [details]
Makefile

We could use this makefile, then you can drop src_install and src_compile, but need this

src_prepare() {
	epatch "${FILESDIR}/${P}-fixpaths.patch"
	cp "${FILESDIR}"/Makefile . || die
	mkdir obj bin || die
	tc-export CXX
}


For the Makefile to be accepted upstream, you should make the paths in the code modifiable via preprocessor flags, but I don't have time right now for that fun.
Comment 9 Jack Coulter 2013-06-21 06:43:28 UTC
Hi hasufell,

Can you clarify what you mean by "install each file manually" commented in your makefile - How does listing files individually, rather than using 'find', improve upon things? Sorry if it's a naive question, I have not authored an ebuild before.


Regards,
jscinoz
Comment 10 David Mudrák 2024-03-08 23:27:20 UTC
Created attachment 887109 [details]
treesheets-6456452103.ebuild for wxGTK 3.2.2

Attaching an ebuild for treesheets version 6456452103 for wxGTK 3.2.2. All latest versions require higher wxGTK, not yet available in portage.