diff options
author | Judah Milgram <milgram at cgpp dot com> | 2022-09-23 23:07:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-25 13:59:42 +0700 |
commit | 0917447be7ddf5a1c39cc1b5e21ff76df2e9735f (patch) | |
tree | d6a13bfdc6590c9dd155c159c89f67b846e4844f /office | |
parent | cc6bc2e689d9b59be66e74279d3903ba0aad0bce (diff) | |
download | slackbuilds-0917447be7ddf5a1c39cc1b5e21ff76df2e9735f.tar.gz |
office/hebcal: Updated for version 4.31.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/hebcal/README | 3 | ||||
-rw-r--r-- | office/hebcal/hebcal.SlackBuild | 11 | ||||
-rw-r--r-- | office/hebcal/hebcal.info | 6 | ||||
-rw-r--r-- | office/hebcal/slack-desc | 4 |
4 files changed, 15 insertions, 9 deletions
diff --git a/office/hebcal/README b/office/hebcal/README index 393f29b70b..12a653b5ee 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 9c94c967ce..c77d841bc9 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 67cd9ae299..ee7664e313 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 19ff93b3d4..cc73dde681 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: |