diff options
author | Judah Milgram <milgram at cgpp dot com> | 2023-09-21 22:10:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-23 08:42:54 +0700 |
commit | 8e7eaf58537e5e6e0c95f31d0d1c5e629b7e8dd8 (patch) | |
tree | d35bb376d843da73b708037e3bbc4a589d61965f | |
parent | 146a983534f79114351be06a7da7ef314a4e6c67 (diff) |
office/hebcal: Updated for version 5.8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/hebcal/README | 14 | ||||
-rw-r--r-- | office/hebcal/hebcal.SlackBuild | 6 | ||||
-rw-r--r-- | office/hebcal/hebcal.info | 6 |
3 files changed, 14 insertions, 12 deletions
diff --git a/office/hebcal/README b/office/hebcal/README index 259386a9dbab..44b879061208 100644 --- a/office/hebcal/README +++ b/office/hebcal/README @@ -1,14 +1,16 @@ hebcal - A perpetual Jewish calendar, by Danny Sadinoff -Prints Hebrew calendar info for Gregorian date range. -Holidays, candle lighting times, yahrzeits, weekly parshas etc. +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 DEFAULT_CITY to the -SlackBuild script. Example: +Default city for candle lighting times is New York. To change this, +pass DEFAULT_CITY to the SlackBuild script. Example: DEFAULT_CITY="Washington DC" ./hebcal.SlackBuild -See c/cities.h for a list of known cities and coordinates. +The city information can also be specified at run time. See the man +page. -The city information can also be specified at run time. See README.md. +For a list of known cities and coordinates, do + hebcal info diff --git a/office/hebcal/hebcal.SlackBuild b/office/hebcal/hebcal.SlackBuild index 38c1094137b5..e1acea695284 100644 --- a/office/hebcal/hebcal.SlackBuild +++ b/office/hebcal/hebcal.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=hebcal -VERSION=${VERSION:-5.8.0} +VERSION=${VERSION:-5.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,7 +80,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; make clean -make all +make DEFAULT_CITY="${DEFAULT_CITY:-New York}" all make install DESTDIR=$PKG PREFIX=/usr MANDIR=/man find $PKG/usr/man -type f -exec gzip -9 {} \; @@ -88,7 +88,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 c/cities.h \ + AUTHORS COPYING \ NEWS.md README.md README_DE.md \ $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 09037f3ca642..c8a75a318e26 100644 --- a/office/hebcal/hebcal.info +++ b/office/hebcal/hebcal.info @@ -1,8 +1,8 @@ PRGNAM="hebcal" -VERSION="5.8.0" +VERSION="5.8.2" HOMEPAGE="http://hebcal.github.io/" -DOWNLOAD="https://github.com/hebcal/hebcal/archive/v5.8.0/hebcal-5.8.0.tar.gz" -MD5SUM="18b0a141f7e294f4c07d5aad5dcd430d" +DOWNLOAD="https://github.com/hebcal/hebcal/archive/v5.8.2/hebcal-5.8.2.tar.gz" +MD5SUM="3b8d22af1652fee308d5068fc39e3053" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |