summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2022-04-15*: Mark various packages incompatible with Python 3.7 due to numpynia1-2/+2
2022-04-10Paper over tree breakage caused by unresolvable Python deps fromnia1-2/+2
scikit/pandas/numpy.
2022-04-08tex-datenumber{,-doc}: update to 0.03markd5-23/+21
changes unknown
2022-04-08Add rsclockpin1-1/+2
2022-04-08time/rsclockpin5-0/+100
rsClock is a simple terminal clock.
2022-04-08xclock: update to 1.1.1wiz3-24/+6
Alan Coopersmith (2): Fall back to sin() and cos() calls on systems without sincos() xclock 1.1.1 Thomas Kuehne (2): fix -Wmissing-field-initializers warning fix -Wabsolute-value compiler warning
2022-04-07tex-bxjaholiday{,.doc}: update to 1.1.1markd4-14/+14
changes unknown
2022-04-04xclock: add upstream bug report URLwiz2-3/+4
2022-04-03xclock: update to 1.1.0.wiz3-8/+24
Alan Coopersmith (5): Fix build on Solaris Fix spelling/wording issues gitlab CI: add a basic build test Build xz tarballs instead of bzip2 xclock 1.1.0 Keith Packard (1): Update hands smoothly in Render mode rees4905 (2): re-indent Clock.c man: Indicate that -twelve & -twentyfour only affect brief display
2022-04-02xfce4-orage: update to 4.16.0gutteridge6-118/+47
4.16.0 (2022-03-17) ====== Note: GlobalTime and Orage panel plugin are being deprecated and will be removed in a future release. Their features will be integrated with or provided by existing Xfce components. See https://gitlab.xfce.org/apps/orage/-/issues/3#note_43209 Finalize port to GTK 3, small fixes and cleanup for 4.16.0 (see MRs for more details): - Add new application icon (!18) - Fix some memory leaks - i18n: Use `xfce_textdomain()` to initialize translations - Trace messages cleanup (!15) - Update COPYING (Issue #10, !17) - Use stdout and stderr correctly in main.c - Build tz_convert only with bundled libical (!14) - Switch to reverse-DNS naming for icon and desktop files (!13) - D-Bus service cleanup (!12) - Fix `orage_exec()` and its calls - Update project files (!10) - Fixed strptime parse issue on FreeBSD (#6, !11) - Fix make distcheck warnning - Fixed libpopt detection on FreeBSD (!9) - Fix build warnings 3: Clang static analyzer (!6) - Added 'git' to program version string and 'sed' check (!7) - Fix build warnings 2: Compilation (!4) - Fix build warnings 1: Autotools (!3) - Add basic GitLab pipeline (!2) Commits from merge request !1 (GTK 3 port), which also includes 4.15.x below: - Reverted to c60567fe - Fixed typos - Added support for 'legacy' non RGBA GTK colours. Both RGBA and old colous are now supported. - Replaced unused parameters '(void)' castings with GLib G_GNUC_UNUSED. Added GLib check to configure. - Removed trailing whitespaces and corrected formatting - Updated version numbers - Aligned new appointment->alarm Sound and Procedure entry fields and removed unused code. - Renamed 'OragePlugin *clock' to 'OragePlugin *plugin' or 'OragePlugin *orage_plugin' - Fixed libical support, supported libical version is now >= 3.0. - Added variable tmp only when HAVE_LIBICAL is not defined - Dead code removal - Removed outdated is_utc, libical uses UTC timezone. This patch allows to use libical 3.0 - Updated with 'Ical week start day' issue - Fixed: "'Ical week start day' configuration parameter is ignored". Issue #5 - Changed version number to 4.15.2 - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur 4.15.1 (2021-12-15, unreleased version) ====== Notes from old ChangeLog file: * Fixed libbsd dependency: reverted libical strl* functions back to str* or changed orage functions from strl* to g_strl*. * Automake changes: silent mode is now default * Minimum autogen required version is 4.16.0 * Ported GlobalTime to GTK3: * Replaced GlobalTime background and foreground colours from GdkColor to GdkRGBA (old colours from GlobalTime configuration is not valid anymore) * Ported panel-plugin to GTK3. * Changed to plugin to use panel plugin class. Initial patches contributed by Patronos. Full commit list: - Version 4.15.1 release time - Updated with panel plugin changes - Changed 'save' signal to member of plugin class - Dead code removal - Added FIXME comments - Changed int parameter to gint - Removed invalid "column-homogeneous" property from box property - Fixed plugin tooltip - Fixed rc file write - Fixed panel plugin blocking/unblocking when configuration menu is closed - Fixed "properties_frame" handling - Added log domain for panel plugin - Fixed object "dialog" getters and setters - Fixed class based plugin intialization - Added xfce_titled_dialog_get_type == 0 check - Updated TODO message - Removed redundant declaration - Replaced GTK_STOCK_OK with "_OK" - Replaced deprected GTK2 code with alternative GTK3 code - Replaced gtk_tool_button_new_from_stock with orage_toolbar_append_button - Removed deprecated gtk_widget_get_default_style - Removed redundant const qualifiers - Fixed typo - Replaced gtk_font_button_get_font_name with gtk_font_chooser_get_font and added g_free for release memory from allocated font name - Disable unused parameter warning - Changed variable clock_rotation_array from char to const gchar - Changed OS default background to white and foreground (text colour) to black - Replaced gtk_style_context_get_property with gtk_style_context_get - Fixed casting of GtkStyleProvider - Replaced deprecated gtk_css_provider_get_default with gtk_css_provider_new - Suppressed deprecated warnings - Changed clock background and font colour from GtkColour to GtkRGBA - Casted GtkWidget to GtkLabel - Replaced gtk_widget_override_font with gtk_label_set_attributes - Replaced hbox with box - Replaced table with grid - Suppresed unused parameter warning - Fixed tooltips for GTK3 (removed gtk_tooltips_new and related) - Removed unused code - Fixed panel plugin type name - Code cleanup: replaced ';;' with ';' - Patches from issues #4: started to porting orage plugin to class structure. - Replaced string constants which was used in several places with macros - Added patches from issues #2 and #3. These patches allows to compile panel-pugin, but compiled code is still non functional (needs cleanup from remaining GTK2 version). - Enabled XFCE API for GTK3 (X-XFCE-API=2.0) - Internal libical and tz_convert fixes to get it compiled on Fedora35 - Suppressed unused parameter warnings - Replaced subdir object build with convenience library - Enabled building panel plugin - Enabled building 'xfce-xfcalendar-settings.desktop' - Fixed compiler warnings about coparing signed and unsigned - Replaced gtk_hbox_new with gtk_box_new - Suppressed deperecation warnings for gtk_widget_override_background_color and gtk_widget_override_color - Isolated deprecated color modify functions - Replaced deprecated gtk_font_button_get_font_name with gtk_font_chooser_get_font - Replaced deprecated gtk_widget_modify_font and gtk_widget_override_font with gtk_label_set_attributes - GNU intltool 0.51.0 (Ubuntu 21.04) needs that 'm4' directory exists before calling intltoolize - Replaced Globaltime colours from GdkColor to GdkRGBA - Replaced GTK_STOCK_OK in globaltime timezone selection with "_OK" and changed orage timezone selection to match as possible with globaltime timezone slection (in future globaltime tz selection will be merged with orage tz selection) - Replaced gtk_image_new_from_stock with gtk_image_new_from_icon_name - Replaced stock ID based buttons with named icon based - Fixed grid cell lengths for two last rows in "Text Default Formatting" table - Replaced table with grid - Replaced all boxes in gt_prefs.c with grid - Removed redundant gtk_box_pack_start - Removed redundant warning macros - Replaced deprecated gtk_widget_modify_font with gtk_widget_override_font - Fixed GlobalTime raising event handling - Added more debug info for tray icon rising - Ported code that use GdkEventClient to GTK3 - Replaced box with grid - Replaced clocks.hdr_hbox box with grid - Replaced clocks.main_hbox hbox with grid - Disabled unused parameter warning - Fixed pointer error while pressing any button (re-added functions.h) - Added .gitignore - Added X11 library check to configure - Created convinience library for shared files (shared between Orage and Globaltime) - Re-enabled building Globaltime - Fixed libbsd dependency: reverted libical strl* functions back to str* - Added new TODOs and removed already done - Updated changes in version 4.15.x - Removing dependency to libbsd: replaced strlcpy, strlcat, etc functions with g_strl* functions - Added silent automake rules as default - Updated required XDT_AUTOGEN_REQUIRED_VERSION to 4.16.0 - Fixed Orage internal CSS filenames - Changed working version to 4.15.1 - Reverted back required autogen version 4.15.0 (2021-10-07, unreleased version) ====== Most code ported to GTK3, tested only on FreeBSD. - GTK3 port
2022-04-02p5-DateTime-TimeZone: update to 2.52gutteridge2-6/+6
2.52 2022-03-16 - This release is based on version 2022a of the Olson database. This release includes contemporary changes for Palestine.
2022-03-29time/quest-tui: drop abandoned packagepin1-3/+4
2022-03-28{s,t,w}*/*: revbump(1) for libsndfiletnn6-12/+12
2022-03-20Update to 1.57wen2-6/+6
Upstream changes: 1.57 2022-03-03 - The last release would die if Sub::Util was not available, but this should just be an optional requirement. Fixed by Paul Howarth. GH #131. - This is the second time I've introduced this bug, so now there's a test to make sure that DateTime can be loaded if Sub::Util is not installed. Hopefully this will prevent a third occurrence of this bug. 1.56 2022-03-02 - The DateTime->from_epoch constructor now accepts a single, non-hashref argument, and validates it as an epoch value. Requested by Neil Bowers. GH #119.
2022-03-14gnome-calendar: fix build with latest mesonnia2-1/+17
2022-03-12*: Replace per-package msgfmt hacks with msgfmt-desktop.mknia4-28/+4
2022-03-12time: Use hacks.mk to avoid NetBSD msgfmt on NetBSD only.nia4-12/+28
2022-03-06add time/lua-chronosnia7-1/+58
High resolution monotonic timers for Lua
2022-02-26Bump all Haskell packages after enabling "split sections" in mk/haskell.mkpho16-32/+32
2022-02-25time/heliocron: Reset maintainer for stagnated project.pin1-2/+2
2022-02-19lua: Use LUA_USE_BUSTEDnia2-11/+7
2022-02-14Update to 0.107wen2-8/+7
Upstream changes: 0.107 2022-01-30 T. R. Wyant Add method calendar_name(), which returns 'Julian'. Require DateTime 1.48 for is_last_day_of_quarter(). This is a significant bump, since the previous was 0.08. Update Perl requirement in metadata to 5.008004. It was always this in fact, since DateTime requires this, as does Makefile.PL. Add support for quarters. 0.106 2021-09-25 T. R. Wyant Correct repository links in metadata. Thanks to Keith Thompson for finding and reporting this. 0.105 2021-09-05 T. R. Wyant Correct generation of 'provides' metadata. Thanks to Favio Poletti for blogging https://github.polettix.it/ETOOBUSY/2021/06/15/the-real-pause-workaround/, and ultimately to Joel Berger for the pointer to https://metacpan.org/pod/CPAN::Meta::Spec#no_index
2022-02-14Update to 1.13wen2-7/+6
Upstream changes: 1.13 2022-01-23 <schubiger@cpan.org> - Merged development version to stable. 1.12_01 2022-01-20 <schubiger@cpan.org> - Fix demand_future not working for method count_weekday. [github #16 - joernclausen]
2022-02-14Update to 1.55wen2-6/+6
Upstream changes: 1.55 2021-12-23 - Another documentation fix release. This fixes some mistakes, fixes some broken links, and removes all references to the long-dead datetime.perl.org site.
2022-02-13libical: update to 3.0.14gutteridge2-7/+7
Version 3.0.14 (05 February 2022): ---------------------------------- * icalvalue: Reset non-UTC icaltimetype::zone on set * Fix icalcomponent_set_due not removing TZID when necessary Version 3.0.13 (17 January 2022): --------------------------------- * icalcomponent_get_dtend() return icaltime_null_time(), unless called on VEVENT, VAVAILABILITY or VFREEBUSY * icalcomponent_get_duration() for VTODO calculate with DUE instead of DTEND * Replace CMake FindBDB with FindBerleyDB (https://github.com/sum01/FindBerkele
2022-02-12revbump after changing the default Haskell compilerpho16-29/+32
2022-02-12Update to time-compat-1.9.6.1pho4-22/+24
1.9.6.1 * Support time-1.12. 1.9.6 * Move Hashable instance here from hashable-time package. Note: ZonedTime instance is dropped, as ZonedTime doesn't have Eq instance. * Drop GHC-7.0 and GHC-7.2 support.
2022-02-11Update to timezone-olson-0.2.1pho3-10/+9
No changelogs are provided by the upstream.
2022-02-11Update to timezone-series-0.1.13pho4-14/+10
No changelogs are provided by the upstream.
2022-01-28ntpsec: restrict to python 3wiz1-1/+3
(to be on the safe side; after restricting gpsd to python 3)
2022-01-27py-l18n: patch out unnecessary wheel dependencywiz2-1/+17
2022-01-23py-l18n: updated to 2021.3adam3-23/+8
v2021.3.0 (12-11-2021) ---------------------- - add Python 3.10 support - drop Python 2.7 support
2022-01-22py-mxDateTime: fix PLISTwiz1-1/+2
2022-01-19*: fix for python 3.xwiz1-2/+7
2022-01-18Bump packages that depends on GHCpho16-30/+32
2022-01-14*: python2 egg files are back, add them to the PLISTswiz1-6/+2
2022-01-13*: setuptools_scm: switch to versioned_dependencieswiz2-4/+4
2022-01-10py-mxDateTime: convert to egg.mkwiz2-4/+4
2022-01-10py-snaptime: convert to egg.mkwiz2-4/+9
2022-01-05python: egg.mk: add USE_PKG_RESOURCES flagwiz7-14/+28
This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION.
2022-01-04*: bump PKGREVISION for egg.mk userswiz34-38/+68
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-03*: recursive revbump for evolution-data-servercirnatdan1-2/+2
2021-12-30Forget about Python 3.6adam3-6/+6
2021-12-24py-trytond-calendar: removewiz5-105/+1
This module does not exist for the latest trytond release.
2021-12-24py-trytond-calendar-classification: removewiz5-62/+1
This module does not exist for the latest trytond release.
2021-12-24py-trytond-calendar-scheduling: removewiz5-82/+1
This module does not exist for the latest trytond release.
2021-12-24py-trytond-calendar-todo: removewiz5-93/+1
This module does not exist for the latest trytond.
2021-12-23(*/py-trytond-*) more regen for PLIST, distinfomef1-5/+11
2021-12-22(*/py-trytond-*) regen distinfo and PLIST, I'll adjust other fallout latermef9-35/+50
2021-12-19py-l18n: fix build with latest setuptoolswiz2-1/+17