calendar was changed to '%B %-d, %Y'.
The %-* format string is a GNU libc extension which we don't support,
resulting in dates being displayed like 'March -d, 2018' instead of
showing the day of the month as a decimal number.
Switch to using the %d format string instead.
OK naddy@, jca@
Create a custom target for KMYMONEYSETTINGS_H and create dependencies for all
targets which include/use generated kmymoneysettings.h
Tested by and ok sthen@ Thanks!
- add missing CMAKE_CURRENT_{SOURCE,BINARY}_DIR to find kmymoneysettings.h
- rm -DCMAKE_POLICY_DEFAULT_CMP0071=NEW (Revert previous commit) and also
revert reorder patch
spotted by naddy@ (Hopefully for the last time)
"Since version 3.10, CMake processes regular and GENERATED source files in
AUTOMOC and AUTOUIC. In earlier CMake versions, only regular source files were
processed. GENERATED source files were ignored silently."
"The NEW behavior for this policy is to process GENERATED source files in
AUTOMOC and AUTOUIC just like regular source files."
Spotted by naddy@ and sthen@ in different bulks
Changlog: http://homebank.free.fr/ChangeLog
Port changes:
- Tab tweaks
- add NO_TEST because run `make regress` creates error messages and
there a no tests at all.
ok pea@
According to the libgcal homepage, it is written against the Google
Calendar v2 API, which was shut down by Google in 2014. The homepage
declares the author's intent to halt development.
ok landry@ rsadowski@ sthen@
Fallout stems from the removal of the gpgme-pthread shared object.
Initial diff by me, refreshed diff from jca@.
Tested in a bulk by ajacoutot@.
OK jca@, ajacoutot@. Thanks.
Notable changes:
- Use the Python module
- Patch shebang line in calcurse-caldav
- Add a RUN_DEPENDS on py-httplib2, required by calcurse-caldav
OK ajacoutot@
unneeded softokn3, sometimes replace it by nssutil3) - note that there
might be more WANTLIB to fix/remove from those ports, but i only
concentrated on the changes related to nss.
TuDu is a command line program to manage hierarchical todos. Each task
has a title, a long text description, a deadline (tudu warns you when the
date is close), and a scheduled date. There are categories and priorities.
OK jca@