From 0917447be7ddf5a1c39cc1b5e21ff76df2e9735f Mon Sep 17 00:00:00 2001 From: Judah Milgram Date: Fri, 23 Sep 2022 23:07:33 +0100 Subject: office/hebcal: Updated for version 4.31. Signed-off-by: Willy Sudiarto Raharjo --- office/hebcal/README | 3 +++ office/hebcal/hebcal.SlackBuild | 11 +++++++---- office/hebcal/hebcal.info | 6 +++--- office/hebcal/slack-desc | 4 ++-- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/office/hebcal/README b/office/hebcal/README index 393f29b70b6d..12a653b5ee24 100644 --- a/office/hebcal/README +++ b/office/hebcal/README @@ -1,5 +1,8 @@ hebcal - A perpetual Jewish calendar, by Danny Sadinoff +Prints Hebrew calendar info for Gregorian date range. +Holidays, candle lighting times, yahrzeits, weekly parshas etc. + Default city is New York. To change this, pass CITY to the SlackBuild script. Example: diff --git a/office/hebcal/hebcal.SlackBuild b/office/hebcal/hebcal.SlackBuild index 9c94c967ce7f..c77d841bc9a5 100644 --- a/office/hebcal/hebcal.SlackBuild +++ b/office/hebcal/hebcal.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for hebcal -# Copyright 2017-2021 Judah Milgram, Washington DC +# Copyright 2017-2022 Judah Milgram, Washington DC # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=hebcal -VERSION=${VERSION:-4.24} +VERSION=${VERSION:-4.31} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -83,13 +83,16 @@ find -L . \ # (New York is the distribution build default) CITY=${CITY:-"New York"} +autoreconf --install --force + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ --mandir=/usr/man \ --with-default-city="${CITY}" \ - --build=$ARCH-slackware-linux + --build=$ARCH-slackware-linux \ + --docdir=/usr/doc/$PRGNAM-$VERSION make make install-strip DESTDIR=$PKG @@ -99,7 +102,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING NEWS.md README.md cities.h \ + AUTHORS COPYING cities.h \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/office/hebcal/hebcal.info b/office/hebcal/hebcal.info index 67cd9ae29903..ee7664e31368 100644 --- a/office/hebcal/hebcal.info +++ b/office/hebcal/hebcal.info @@ -1,8 +1,8 @@ PRGNAM="hebcal" -VERSION="4.24" +VERSION="4.31" HOMEPAGE="http://hebcal.github.io/" -DOWNLOAD="https://github.com/hebcal/hebcal/archive/v4.24/hebcal-4.24.tar.gz" -MD5SUM="5772b0f41c07ff4bd9814da6fcb155d5" +DOWNLOAD="https://github.com/hebcal/hebcal/archive/v4.31/hebcal-4.31.tar.gz" +MD5SUM="ae3e01f417476b2a3b4a64a8902f202a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/office/hebcal/slack-desc b/office/hebcal/slack-desc index 19ff93b3d4b2..cc73dde681e2 100644 --- a/office/hebcal/slack-desc +++ b/office/hebcal/slack-desc @@ -10,8 +10,8 @@ hebcal: hebcal (perpetual Jewish calendar) hebcal: hebcal: by Danny Sadinoff hebcal: -hebcal: Prints out the days in the Jewish calendar for a given Gregorian year. -hebcal: +hebcal: Prints Hebrew calendar info for Gregorian date range. +hebcal: Holidays, candle lighting times, yahrzeits, weekly parshas etc. hebcal: hebcal: Home page: http://hebcal.github.io/ hebcal: -- cgit v1.2.3