wok rev 24393

updated calcurse (4.5.1 -> 4.7.1)
author Hans-G?nter Theisgen
date Tue Feb 08 09:44:59 2022 +0100 (2022-02-08)
parents 39eb10c70b28
children 2a2813081ffe
files calcurse/description.txt calcurse/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/calcurse/description.txt	Tue Feb 08 09:44:59 2022 +0100
     1.3 @@ -0,0 +1,6 @@
     1.4 +Calcurse is a calendar and scheduling application for the command line.
     1.5 +It helps keep track of events, appointments and everyday tasks.
     1.6 +A configurable notification system reminds user of upcoming deadlines,
     1.7 +the curses based interface can be customized to suit user needs and a
     1.8 +very powerful set of command line options can be used to filter and
     1.9 +format appointments, making it suitable for use in scripts.
     2.1 --- a/calcurse/receipt	Tue Feb 08 07:48:00 2022 +0100
     2.2 +++ b/calcurse/receipt	Tue Feb 08 09:44:59 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="calcurse"
     2.7 -VERSION="4.5.1"
     2.8 +VERSION="4.7.1"
     2.9  CATEGORY="office"
    2.10  TAGS="calendar reminder schedule"
    2.11  SHORT_DESC="Text-based calender and scheduling application."
    2.12 @@ -28,6 +28,5 @@
    2.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.14  genpkg_rules()
    2.15  {
    2.16 -	mkdir -p $fs/usr
    2.17 -	cp -a $install/usr/bin	$fs/usr
    2.18 +	cook_copy_folders	bin
    2.19  }