Package Details: ganttproject 3.3.3316-1

Git Clone URL: https://aur.archlinux.org/ganttproject.git (read-only, click to copy)
Package Base: ganttproject
Description: A project scheduling application featuring gantt chart, resource management, calendaring.
Upstream URL: https://www.ganttproject.biz/
Keywords: gantt planning project
Licenses: GPL
Submitter: None
Maintainer: SanskritFritz (lightspot21, stickynotememo)
Last Packager: stickynotememo
Votes: 142
Popularity: 0.25
First Submitted: 2006-03-22 19:20 (UTC)
Last Updated: 2026-03-21 08:32 (UTC)

Dependencies (4)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8

zertyz commented on 2012-03-12 19:07 (UTC)

hi df! would you please consider updating your package to the new release 2.5? You may find useful to base your PKGBUILD on the package "ganttproject-beta-r888" which was based on yours, but with some fixes and adjustments for the 2.5 beta version. cheers, Luiz.

elmurato commented on 2012-01-22 13:19 (UTC)

Thank you for this package, but I found a problem: After installing /opt/ganttproject/ganttproject.sh was not executable. After running chmod +x everything was fine. Maybe this is a problem with the installer?

<deleted-account> commented on 2011-07-12 15:56 (UTC)

Equivalent binaries can be found within the package itself, under: <package-root>/plugins/net.sourceforge.ganttproject_2.0.0/data/resources/logos/ icon16.png icon24.png icon32.png icon48.png icon64.png FYI

<deleted-account> commented on 2010-12-06 03:11 (UTC)

I found some issues with your tarball. Binaries are usually frowned upon. Take for example: ganttproject/ganttproject16.png ganttproject/ganttproject32.png ganttproject/ganttproject64.png ganttproject/ganttproject96.png Try to find sources for the binaries instead of embedding them. Thank you.

haagch commented on 2010-06-15 11:17 (UTC)

How about a starter in /usr/bin? ln -s /opt/ganttproject/bin/ganttproject /usr/bin/ganttproject ln -s /opt/ganttproject/bin/ganttproject ${pkgdir}/usr/bin/ganttproject or something