Commit Graph

6 Commits

Author SHA1 Message Date
Adriaan de Groot 0536ebab0c Fix build of deskutils/charmtimetracker with clang7. The patches contain
an explanation of the error (but I don't know why clang7 complains like
this or why writing out what looks like a default constructor to me
gets it to be quiet).

No PORTREVISION because it doesn't make a difference on any platform
that already built successfully.
2018-09-03 19:10:43 +00:00
Adriaan de Groot 675d6d9c02 Fix build of deskutils/charmtimetracker
Add patch to actually link in the libraries that qtkeychain depends on.
See patch for explanation why and how. Not bumping PORTREVISION because
it couldn't have built previously.
2018-09-01 10:32:47 +00:00
Adriaan de Groot 519df5d921 Update deskutils/charmtimetracker to 1.12.0, latest upstream release.
Changes https://github.com/KDAB/Charm/releases/tag/1.12.0

 - qtkeychain is now a mandatory dependency
 - the KDAB-internal billing code is no longer optional, but
   can be user-configured away (I hope by default)
 - duplicate idle detection dialog removed
 - lots of other small fixes
2018-08-31 21:41:41 +00:00
Adriaan de Groot f3f099d7f4 Switch Charm Time Tracker to Qt5 and take maintainership.
Approved by:		tcberner (mentor)
Approved by:		avg (maintainer)
Differential Revision:	https://reviews.freebsd.org/D12489
2017-09-27 15:46:39 +00:00
Danilo Egea Gondolfo e8a3480e69 - Update to 1.11.4
while here
- Use CHARM_FORCE_QT4 option to avoid using QT5 if it's installed

PR:		216427
Submitted by:	avg
2017-01-29 12:19:46 +00:00
Pawel Pekala afbef13ae6 Charm is a program for OS X, Linux and Windows that helps to keep track
of time. It is built around two major ideas - tasks and events. Tasks
are the things time is spend on, repeatedly. For example, ironing
laundry is a task. The laundry done for two hours on last Tuesday is an
event in that task. When doing laundry multiple times, the events will
be accumulated, and can later be printed in activity reports or weekly
time sheets. So in case laundry would be done for three hours on
Wednesday again, the activity report for the "Ironing Laundry" task
would list the event on tuesday, the event on wednesday and a total of
five hours.

WWW:	https://github.com/KDAB/Charm

PR:		ports/167729
Submitted by:	Andriy Gapon <avg@icyb.net.ua>
2012-05-09 18:28:23 +00:00