mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
desktop/wmSunMoon: Updated for version 1.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
07f15d42f2
commit
21ba380266
4 changed files with 15 additions and 14 deletions
|
@ -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
|
wmSunMoon displays Sun and Moon rise and set times as well as
|
||||||
the Moon phase. It may also display the time and the percentage
|
the Moon phase. It may also display the time and the percentage
|
||||||
of the lunar cycle. If both time and percentage switches are used
|
of the lunar cycle. If both time and percentage switches are used
|
||||||
the program cycles them in the Moon view. If both time difference
|
the program cycles them in the Moon view. If both time zone and
|
||||||
and time switches are used the program displays the time for the
|
time switches are used the program displays the time for the selected
|
||||||
selected time zone.
|
time zone.
|
||||||
|
|
||||||
Enter the valid latitude and longitude in order to display the valid
|
Enter the valid latitude and longitude in order to display the valid
|
||||||
data.
|
data. If necessary enter the local and distant time zones names.
|
||||||
|
|
|
@ -11,9 +11,9 @@ wmSunMoon:
|
||||||
wmSunMoon: wmSunMoon displays Sun and Moon rise and set times as well as
|
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: 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: 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: the program cycles them in the Moon view. If both time zone and
|
||||||
wmSunMoon: and time switches are used the program displays the time for the
|
wmSunMoon: time switches are used the program displays the time for the selected
|
||||||
wmSunMoon: selected time zone.
|
wmSunMoon: time zone.
|
||||||
wmSunMoon:
|
wmSunMoon:
|
||||||
wmSunMoon: Enter the valid latitude and longitude in order to display the valid
|
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.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# Modified by the SlackBuilds.org project.
|
# Modified by the SlackBuilds.org project.
|
||||||
|
|
||||||
PRGNAM=wmSunMoon
|
PRGNAM=wmSunMoon
|
||||||
VERSION=${VERSION:-1.1.0}
|
VERSION=${VERSION:-1.2.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -53,12 +53,13 @@ find -L . \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
cd wmSunMoon
|
cd wmSunMoon
|
||||||
mkdir -p $PKG/usr/{bin,man/man1}
|
mkdir -p $PKG/usr/{bin,man/man1,doc/$PRGNAM-$VERSION}
|
||||||
make \
|
make \
|
||||||
COPTS="$SLKCFLAGS" \
|
COPTS="$SLKCFLAGS" \
|
||||||
INCDIR="-I/usr/include/X11" \
|
INCDIR="-I/usr/include/X11" \
|
||||||
LIBDIR="-L/usr/lib${LIBDIRSUFFIX}/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 -
|
cd -
|
||||||
|
|
||||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="wmSunMoon"
|
PRGNAM="wmSunMoon"
|
||||||
VERSION="1.1.0"
|
VERSION="1.2.0"
|
||||||
HOMEPAGE="http://linux-bsd-unix.strefa.pl/"
|
HOMEPAGE="http://linux-bsd-unix.strefa.pl/"
|
||||||
DOWNLOAD="http://linux-bsd-unix.strefa.pl/wmSunMoon-1.1.0.tar.gz"
|
DOWNLOAD="http://linux-bsd-unix.strefa.pl/wmSunMoon-1.2.0.tar.gz"
|
||||||
MD5SUM="359771b830201943a098df994ffd43e5"
|
MD5SUM="09cec6facce7b734679e2524ef0e2b3a"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue