diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-03 13:23:06 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:30 +0700 |
commit | f4012fbd73fc33e27b2b4b7b5dc7c4bfc8fc855e (patch) | |
tree | 81abdae6b2ea5240fbbfa5ae39d2a75bb92cd799 /desktop/xearth | |
parent | 536c6f824a52a34f920edd8da4553e28f65d15f5 (diff) | |
download | slackbuilds-f4012fbd73fc33e27b2b4b7b5dc7c4bfc8fc855e.tar.gz |
desktop/xearth: Fix slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'desktop/xearth')
-rw-r--r-- | desktop/xearth/slack-desc | 12 | ||||
-rw-r--r-- | desktop/xearth/xearth.SlackBuild | 1 |
2 files changed, 6 insertions, 7 deletions
diff --git a/desktop/xearth/slack-desc b/desktop/xearth/slack-desc index ca011ffe74..7880bc1cc4 100644 --- a/desktop/xearth/slack-desc +++ b/desktop/xearth/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| xearth: xearth (animated map) xearth: -xearth: Xearth sets the X root window to an image of the Earth, as seen from -xearth: your favorite vantage point in space, correctly shaded for the -xearth: current position of the Sun. -xearth: -xearth: By default, xearth updates the displayed image every five minutes. -xearth: +xearth: Xearth sets the X root window to an image of the Earth, as seen from +xearth: your favorite vantage point in space, correctly shaded for the +xearth: current position of the Sun. +xearth: +xearth: By default, xearth updates the displayed image every five minutes. +xearth: xearth: xearth: Homepage: https://hewgill.com/xearth/ xearth: diff --git a/desktop/xearth/xearth.SlackBuild b/desktop/xearth/xearth.SlackBuild index 221d74e904..3748271be8 100644 --- a/desktop/xearth/xearth.SlackBuild +++ b/desktop/xearth/xearth.SlackBuild @@ -74,7 +74,6 @@ find -L . \ cat Makefile.DIST |sed -e "s/^DEFINES = .*$/DEFINES = $SLKCFLAGS/" > Makefile -# Compile the application and install it into the $PKG directory make mkdir -p $PKG/usr/bin |