desktop/wmSunMoon: Updated for version 2.0.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Cezary M. Kruk 2015-04-03 12:15:22 +07:00 committed by Willy Sudiarto Raharjo
parent d2cadd6dd1
commit e5279d70f9
4 changed files with 20 additions and 18 deletions

View file

@ -1,11 +1,11 @@
wmSunMoon is Window Maker Sun, Moon, and time dockable application
wmSunMoon displays Sun and Moon rise and set times as well as
the Moon phase. It may also display the time and the percentage
of the lunar cycle. If both time and percentage switches are used
the program cycles them in the Moon view. If both time zone and
time switches are used the program displays the time for the selected
time zone.
the Moon phase. Around sunrise and sunset it emulates the civil
twilight and golden hour effects. It can also display the current
time, the offset for the civil twilight and golden hour, and the
percentage of the lunar cycle. Unlike the other dockable
applications it offers also a text mode displaying a lot of data on
the console.
Enter the valid latitude and longitude in order to display the valid
data. If necessary enter the local and distant time zones names.

View file

@ -9,11 +9,11 @@
wmSunMoon: wmSunMoon (Window Maker Sun, Moon, and time dockable application)
wmSunMoon:
wmSunMoon: wmSunMoon displays Sun and Moon rise and set times as well as
wmSunMoon: the Moon phase. It may also display the time and the percentage
wmSunMoon: of the lunar cycle. If both time and percentage switches are used
wmSunMoon: the program cycles them in the Moon view. If both time zone and
wmSunMoon: time switches are used the program displays the time for the selected
wmSunMoon: time zone.
wmSunMoon:
wmSunMoon: the Moon phase. Around sunrise and sunset it emulates the civil
wmSunMoon: twilight and golden hour effects. It can also display the current
wmSunMoon: time, the offset for the civil twilight and golden hour, and the
wmSunMoon: percentage of the lunar cycle. Unlike the other dockable
wmSunMoon: applications it offers also a text mode displaying a lot of data on
wmSunMoon: the console.
wmSunMoon: Enter the valid latitude and longitude in order to display the valid
wmSunMoon: data. If necessary enter the local and distant time zones names.

View file

@ -6,7 +6,7 @@
# Modified by the SlackBuilds.org project.
PRGNAM=wmSunMoon
VERSION=${VERSION:-1.2.0}
VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -53,13 +53,15 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
cd wmSunMoon
mkdir -p $PKG/usr/{bin,man/man1,doc/$PRGNAM-$VERSION}
mkdir -p $PKG/usr/{bin,man/man1,,man/man7,doc/$PRGNAM-$VERSION}
make \
COPTS="$SLKCFLAGS" \
INCDIR="-I/usr/include/X11" \
LIBDIR="-L/usr/lib${LIBDIRSUFFIX}/X11"
cp -a wmSunMoon $PKG/usr/bin
cp -a zoneinfo $PKG/usr/bin
cp -a wmSunMoon.1 $PKG/usr/man/man1
cp -a zoneinfo.7 $PKG/usr/man/man7
cd -
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
@ -69,7 +71,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a BUGS COPYING ChangeLog INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING ChangeLog INSTALL README THANKS $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="wmSunMoon"
VERSION="1.2.0"
VERSION="2.0.0"
HOMEPAGE="http://linux-bsd-unix.strefa.pl/"
DOWNLOAD="http://linux-bsd-unix.strefa.pl/wmSunMoon-1.2.0.tar.gz"
MD5SUM="09cec6facce7b734679e2524ef0e2b3a"
DOWNLOAD="http://linux-bsd-unix.strefa.pl/wmSunMoon-2.0.0.tar.gz"
MD5SUM="9b1ae9da12e2adf31cb71a0873a914fc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""