Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 391923 - app-office/charm-1.5.2 - Charm time tracking application
Summary: app-office/charm-1.5.2 - Charm time tracking application
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement with 1 vote (vote)
Assignee: Default Assignee for New Packages
URL: http://github.com/KDAB/Charm
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-26 00:03 UTC by Katrina Niolet
Modified: 2013-01-15 17:57 UTC (History)
0 users

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


Attachments
ebuild file for app-office/charm-1.5.2 (charm-1.5.2.ebuild,1.64 KB, text/plain)
2011-11-26 00:04 UTC, Katrina Niolet
Details
Updated ebuild with alternate repos and filename patching (charm-1.5.2.ebuild,1.88 KB, text/plain)
2011-11-26 19:24 UTC, Katrina Niolet
Details
Patch for renaming the binary at compile time (alternatefilename.patch,1.18 KB, patch)
2011-11-26 19:25 UTC, Katrina Niolet
Details | Diff
charm-1.7.0.ebuild (charm-1.7.0.ebuild,917 bytes, text/plain)
2012-08-11 13:22 UTC, Ștefan Talpalaru
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Katrina Niolet 2011-11-26 00:03:26 UTC
Attached is an ebuild file for Charm version 1.5.2 (the most recent release as of today) please add to app-office and let me know if there are any required changes to the ebuild file.

From the readme:

=== Charm - the Cross-Platform Time Tracker ===
Whether you are a busy professional and you need to keep track of the
time you spend on your projects, or you are a student who
wants to know why you always have to rush right before the exam -
knowing how time is spent is commonly known to be a good idea.

Charm is a program for Mac 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.

=== Tasks ===
By default, the list of tasks known to Charm is empty. They have to be
created manually. So the first time work is done on a task, the task
entry needs to be created in the task list. Then, by selecting a task
and starting it, time will be recorded on that task. A comment can be
added that may help to identify later what the individual event was
for.
Switching fromone task to another is a matter of starting the other
task.

Tasks can have subtasks, and create a hierarchy this way. It is
recommended to create rather few top level tasks, since tasks are also
used to group in reports. Other tasks can then be created as children
or even grandchildren of the top level tasks.

=== Events ===
Every time time is recorded for a task, an event is created. What
events exist can be seen in the event editor (View->Event
Editor). Also, new events can be created there (without recording
them), modified or deleted.


=== Reports ===
== Activity Reports ==
Activity Reports group all events that happened in a certain time
frame, like a day or a week. They are handy to get an overview of what
was worked on during that time.

== Time Sheets ==
Time Sheets are created per week, and group event time to tasks and
week days. Time Sheets are great to report to the boss, you see.

=== Charm Preferences ===
Altough Charm has been developed under a philosophy to "Simply get it
right.", everything is not for everybody. Some behaviour of Charm can
thus be customized.

== Database Options ==
Sometimes, it makes no sense to book time to parent tasks. Instead,
the parent tasks collate the time of the leaf tasks. Check "only
record events for tasks that do not have children" to configure that
behaviour. By default, events can be recorded for all events.

Then, most of the times it makes sense to only record events for one
task at a time. Check "only allow one event at a time" for that.

== Appearance ==
The font size of the task tracker can be configured in this tab.

== Esoteric Options ==
Some friends of us are strange folk. That is expected, for they are
geeks and artists and coders. Since those are known to be very
professional, efficient people, the options in this tab offer
enhancements in usability that are quite useful, but not as obvious as
the other ones. So far, one feature has made it into this category:

To enter a great deal of events, switching AM/PM is cumbersome. People
from the US and other countries usually prefer AM/PM time
formats. Some still prefer to enter 24 hour times, since it is much
faster. Check "always use 24h time format when editing" to configure
this. By default it is off.

=== Authors and License ===
Charm has been developed by Mirko Boehm (mirko@kde.org), as a work of
fun and experimentation. Other contributors are Pradeepto Bhattacharya
and Till Adam.

Charm is Free Software, developed under the terms
of the GPL. While we hope it is of good use, there is no guaranty of
function or usefulness of any kind.

Feedback is encouraged and always welcome. Feel free to suggest
improvements, or point out bugs in the software.


Reproducible: Always
Comment 1 Katrina Niolet 2011-11-26 00:04:33 UTC
Created attachment 293783 [details]
ebuild file for app-office/charm-1.5.2
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2011-11-26 16:59:12 UTC
You probably want to block net-misc/charm if this new package installs /usr/bin/charm.
Comment 3 Katrina Niolet 2011-11-26 18:16:03 UTC
Actually it installs to /use/bin/Charm (with a capitol C), which I guess would still cause problems on non-case sensitive filesystems (and potentially confusion). I think I'll actually write a patch file for the ebuild to give it a more unique name filename like charmtimetracker or something to avoid blocking packages.
Comment 4 Katrina Niolet 2011-11-26 19:24:35 UTC
Created attachment 293877 [details]
Updated ebuild with alternate repos and filename patching

Now by default patches the cmake files to build the binary as charmtimetracker instead of Charm. The use flag "norename" can be set to prevent this behavior (but will cause blocking of net-misc/charm)
Comment 5 Katrina Niolet 2011-11-26 19:25:32 UTC
Created attachment 293879 [details, diff]
Patch for renaming the binary at compile time
Comment 6 Ștefan Talpalaru 2012-08-11 13:22:02 UTC
Created attachment 321000 [details]
charm-1.7.0.ebuild

with charm-1.7.0 there's no need for a patch
Comment 7 Katrina Niolet 2013-01-15 17:57:57 UTC
FWIW, Sabayon has had this in their binary repository for about a year, built from the attached ebuild ( https://packages.sabayon.org/show/charm,78422,sabayon-weekly,amd64,5,standard ).