desktop/wmSunMoon: Updated for version 1.2.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Cezary M. Kruk 2015-03-13 07:02:16 +07:00 committed by Willy Sudiarto Raharjo
parent 07f15d42f2
commit 21ba380266
4 changed files with 15 additions and 14 deletions

View file

@ -3,9 +3,9 @@ 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 difference
and time switches are used the program displays the time for the
selected time zone.
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.
Enter the valid latitude and longitude in order to display the valid
data.
data. If necessary enter the local and distant time zones names.

View file

@ -11,9 +11,9 @@ 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 difference
wmSunMoon: and time switches are used the program displays the time for the
wmSunMoon: selected time zone.
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: Enter the valid latitude and longitude in order to display the valid
wmSunMoon: data.
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.1.0}
VERSION=${VERSION:-1.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -53,12 +53,13 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
cd wmSunMoon
mkdir -p $PKG/usr/{bin,man/man1}
mkdir -p $PKG/usr/{bin,man/man1,doc/$PRGNAM-$VERSION}
make \
COPTS="$SLKCFLAGS" \
INCDIR="-I/usr/include/X11" \
LIBDIR="-L/usr/lib${LIBDIRSUFFIX}/X11"
make install DESTDIR=$PKG/usr
cp -a wmSunMoon $PKG/usr/bin
cp -a wmSunMoon.1 $PKG/usr/man/man1
cd -
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \

View file

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