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.
Created attachment 351196 [details] treesheets-9999.ebuild Please find attached ebuild.
Created attachment 351198 [details, diff] treesheets-9999-fixpaths.patch Patch to fix hardcoded paths
Created attachment 351214 [details, diff] Updated patch
Created attachment 351216 [details] Updated ebuild
Created attachment 351218 [details] treesheets-9999.ebuild
Created attachment 351220 [details, diff] treesheets-9999-fixpaths.patch
Created attachment 351224 [details] treesheets-9999.ebuild
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.
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
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.