diff options
author | Cezary M. Kruk <c.kruk@bigfoot.com> | 2015-03-13 07:02:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-13 07:02:16 +0700 |
commit | 21ba380266d1343ca9445bb45392f31bdecf2f54 (patch) | |
tree | 118e43dfc4d0ef8648d5a2ea38a511a880b9f6ce /desktop | |
parent | 07f15d42f28d3026094e8e4bf7e4dbd8a745b3f1 (diff) |
desktop/wmSunMoon: Updated for version 1.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/wmSunMoon/README | 8 | ||||
-rw-r--r-- | desktop/wmSunMoon/slack-desc | 8 | ||||
-rw-r--r-- | desktop/wmSunMoon/wmSunMoon.SlackBuild | 7 | ||||
-rw-r--r-- | desktop/wmSunMoon/wmSunMoon.info | 6 |
4 files changed, 15 insertions, 14 deletions
diff --git a/desktop/wmSunMoon/README b/desktop/wmSunMoon/README index 40e05da4b28ee..9970c737bcacd 100644 --- a/desktop/wmSunMoon/README +++ b/desktop/wmSunMoon/README @@ -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. diff --git a/desktop/wmSunMoon/slack-desc b/desktop/wmSunMoon/slack-desc index 354224cc465d1..1d9f85ebc8849 100644 --- a/desktop/wmSunMoon/slack-desc +++ b/desktop/wmSunMoon/slack-desc @@ -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. diff --git a/desktop/wmSunMoon/wmSunMoon.SlackBuild b/desktop/wmSunMoon/wmSunMoon.SlackBuild index 1c7e3cd927d03..a58bafb7252a8 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.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 \ diff --git a/desktop/wmSunMoon/wmSunMoon.info b/desktop/wmSunMoon/wmSunMoon.info index 3fb986673e062..90dc44a62dbea 100644 --- a/desktop/wmSunMoon/wmSunMoon.info +++ b/desktop/wmSunMoon/wmSunMoon.info @@ -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="" |