# HG changeset patch # User Hans-G?nter Theisgen # Date 1644309899 -3600 # Node ID 5ac01c6c6cecfac4e07317161a23bf71f8ee6a65 # Parent 39eb10c70b280025c0042a6fad237da7008fe52a updated calcurse (4.5.1 -> 4.7.1) diff -r 39eb10c70b28 -r 5ac01c6c6cec calcurse/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/calcurse/description.txt Tue Feb 08 09:44:59 2022 +0100 @@ -0,0 +1,6 @@ +Calcurse is a calendar and scheduling application for the command line. +It helps keep track of events, appointments and everyday tasks. +A configurable notification system reminds user of upcoming deadlines, +the curses based interface can be customized to suit user needs and a +very powerful set of command line options can be used to filter and +format appointments, making it suitable for use in scripts. diff -r 39eb10c70b28 -r 5ac01c6c6cec calcurse/receipt --- a/calcurse/receipt Tue Feb 08 07:48:00 2022 +0100 +++ b/calcurse/receipt Tue Feb 08 09:44:59 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="calcurse" -VERSION="4.5.1" +VERSION="4.7.1" CATEGORY="office" TAGS="calendar reminder schedule" SHORT_DESC="Text-based calender and scheduling application." @@ -28,6 +28,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin }