summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Cezary M. Kruk <c.kruk@bigfoot.com>2015-04-03 12:15:22 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-03 20:50:15 +0700
commite5279d70f90a6146fa934a8c9fccc6877ce3d462 (patch)
treedb497de3e1e1cbbc962c3677a33a6f3e76877e7a /desktop
parentd2cadd6dd1663dc5bf5d4794c39f85af8334238c (diff)
downloadslackbuilds-e5279d70f90a6146fa934a8c9fccc6877ce3d462.tar.gz
slackbuilds-e5279d70f90a6146fa934a8c9fccc6877ce3d462.tar.xz
desktop/wmSunMoon: Updated for version 2.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/wmSunMoon/README12
-rw-r--r--desktop/wmSunMoon/slack-desc12
-rw-r--r--desktop/wmSunMoon/wmSunMoon.SlackBuild8
-rw-r--r--desktop/wmSunMoon/wmSunMoon.info6
4 files changed, 20 insertions, 18 deletions
diff --git a/desktop/wmSunMoon/README b/desktop/wmSunMoon/README
index 9970c737bc..01e1ff89c7 100644
--- a/desktop/wmSunMoon/README
+++ b/desktop/wmSunMoon/README
@@ -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.
diff --git a/desktop/wmSunMoon/slack-desc b/desktop/wmSunMoon/slack-desc
index 1d9f85ebc8..21cd393947 100644
--- a/desktop/wmSunMoon/slack-desc
+++ b/desktop/wmSunMoon/slack-desc
@@ -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.
diff --git a/desktop/wmSunMoon/wmSunMoon.SlackBuild b/desktop/wmSunMoon/wmSunMoon.SlackBuild
index a58bafb725..be45e90d15 100644
--- a/desktop/wmSunMoon/wmSunMoon.SlackBuild
+++ b/desktop/wmSunMoon/wmSunMoon.SlackBuild
@@ -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
diff --git a/desktop/wmSunMoon/wmSunMoon.info b/desktop/wmSunMoon/wmSunMoon.info
index 90dc44a62d..e263a791f7 100644
--- a/desktop/wmSunMoon/wmSunMoon.info
+++ b/desktop/wmSunMoon/wmSunMoon.info
@@ -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=""