Package Details: treesheets-git r663.4e91999-1

Git Clone URL: https://aur.archlinux.org/treesheets-git.git (read-only, click to copy)
Package Base: treesheets-git
Description: A "hierarchical spreadsheet" as a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.
Upstream URL: https://strlen.com/treesheets/
Keywords: mindmapper outliner pim spreadsheet
Licenses: zlib
Conflicts: treesheets
Provides: treesheets
Submitter: prurigro
Maintainer: SanskritFritz (prurigro)
Last Packager: SanskritFritz
Votes: 32
Popularity: 0.000002
First Submitted: 2013-06-14 04:57 (UTC)
Last Updated: 2024-04-25 17:40 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

Stutonk commented on 2017-09-24 04:40 (UTC)

In my sans-webkit copy, viewing the web help just opens an external browser. You might consider removing it as a dependency if it's not strictly needed. There's no binary package available for webkitgtk2 and it takes an unreasonably long time to build considering the size and scope of this package.

prurigro commented on 2017-09-11 15:33 (UTC)

@Stutonk: I might be misremembering (and I can't look back that far because it was a conversation that happened before the AUR upgrade), but IIRC webkitgtk2 was required to render the help page contents.

Stutonk commented on 2017-09-09 04:17 (UTC) (edited on 2017-09-09 04:23 (UTC) by Stutonk)

Why is webkitgtk2 listed as a dependency? Upstream seems only to require wxgtk2 and I don't notice any trouble building or running it without webkit.

prurigro commented on 2016-01-08 22:27 (UTC)

@delsquared: Thanks for the tips! I've switched to the .desktop file in the repo and removed the file permission fix in TS/examples in the latest update. As for myframe.patch, the executable is located in /usr/bin, and wxFileName(exename).GetPath(); sets the path to that. If I recall correctly, exepath_ referred to the base directory in which to locate assets at the time the patch was implemented, and the fact that the treesheets binary was no longer located at the root of the shared folder meant assets couldn't be located. I'd want to review exactly what was broken and test to see if this is no longer the case before removing it in any case.

delsquared commented on 2016-01-01 09:39 (UTC)

.desktop file in official repository just appeared. https://github.com/aardappel/treesheets/blob/master/TS/treesheets.desktop

delsquared commented on 2015-12-28 17:32 (UTC)

now there is now need for changing file permissions of TS/examples in prepare(). https://github.com/aardappel/treesheets/pull/49#issuecomment-167606026

delsquared commented on 2015-12-28 10:53 (UTC) (edited on 2015-12-28 10:58 (UTC) by delsquared)

sorry, if noobish question, but may someone explain to me why do we do patch these line: - exepath_ = wxFileName(exename).GetPath(); + exepath_ = "/usr/share/treesheets"; ? i've read the discussion but was not able to understand. i've tested it without patch and it works fine: all images are loaded properly.

prurigro commented on 2015-11-26 00:08 (UTC)

@delsquared: Thanks for noticing that-- I've pushed an update with that change

delsquared commented on 2015-10-27 18:11 (UTC) (edited on 2015-10-27 18:16 (UTC) by delsquared)

@prurigro: ok thx for explanation. another issue: i found that package() does not do cp -R TS/docs "$pkgdir/usr/share/$_pkgname/docs" it should tho. isnt it? when i try to invoke from menu "Help -> View tutorial web page...", my browser cant find the file

prurigro commented on 2015-10-26 20:08 (UTC)

@delsquared: The version of wxgtk in Arch Linux is 3.0.x and treesheets seems to be written to expect 2.8.x