diff options
author | Mike Heras <userxbw@gmail.com> | 2018-02-23 23:42:34 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-02-23 23:42:34 +0000 |
commit | a315ba5a44a57bb461f57986f6625c2058550c5c (patch) | |
tree | de12b4cd9ff66c071d5e73f932bb05ebb5e8849c /desktop | |
parent | 55e61ee466192c72872f96ad1fc80b878cd61bad (diff) |
desktop/mh5000: Updated for version 1.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/mh5000/README | 4 | ||||
-rw-r--r-- | desktop/mh5000/mh5000.SlackBuild | 5 | ||||
-rw-r--r-- | desktop/mh5000/mh5000.info | 6 | ||||
-rw-r--r-- | desktop/mh5000/slack-desc | 6 |
4 files changed, 10 insertions, 11 deletions
diff --git a/desktop/mh5000/README b/desktop/mh5000/README index 746f4c8d49d3..5c57332bc8cf 100644 --- a/desktop/mh5000/README +++ b/desktop/mh5000/README @@ -8,6 +8,6 @@ other command line background image setters do. It can do so. Yes, it can still do the plain ole' background settings, or it can set one image at whatever size given as well as. It also has the ability to change the image at a given time interval. Depending on the commands -choosen it can keep the same image while changing the color(s) or vice versa. -Even display a multitude of colors, with or without an image. +choosen it can keep the same image while changing the color(s) or vice +versa. Even display a multitude of colors, with or without an image. Along with many other options. diff --git a/desktop/mh5000/mh5000.SlackBuild b/desktop/mh5000/mh5000.SlackBuild index 091ed85cf3fa..58354f880846 100644 --- a/desktop/mh5000/mh5000.SlackBuild +++ b/desktop/mh5000/mh5000.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mh5000 -VERSION=${VERSION:-1.0} +VERSION=${VERSION:-1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +71,6 @@ find -L . \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS -std=lX11" \ - make mkdir -p $PKG/usr/bin @@ -84,7 +83,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 ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS COPYING INSTALL ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/desktop/mh5000/mh5000.info b/desktop/mh5000/mh5000.info index 8dc1eb1787f5..8dbe60e65052 100644 --- a/desktop/mh5000/mh5000.info +++ b/desktop/mh5000/mh5000.info @@ -1,8 +1,8 @@ PRGNAM="mh5000" -VERSION="1.0" +VERSION="1.3" HOMEPAGE="https://sourceforge.net/projects/mh5000/" -DOWNLOAD="https://sourceforge.net/projects/mh5000/files/mh5000-1.0.tar.gz" -MD5SUM="80274e8e096d554d0b22ae3f92ab0088" +DOWNLOAD="https://sourceforge.net/projects/mh5000/files/mh5000-1.3.tar.gz" +MD5SUM="1751358c0501e0f30754cc5551013dc6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="imlib2" diff --git a/desktop/mh5000/slack-desc b/desktop/mh5000/slack-desc index 9e4891e592cb..0aee8bcf1938 100644 --- a/desktop/mh5000/slack-desc +++ b/desktop/mh5000/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| mh5000: mh5000 (Sets and changes background image) mh5000: -mh5000: Background image setter -mh5000: +mh5000: A powerful background image setter / changer mh5000: +mh5000: Rewritten in C++ with added tile displays mh5000: +mh5000: Homepage: https://sourceforge.net/projects/mh5000/ mh5000: mh5000: mh5000: mh5000: -mh5000: Homepage: https://sourceforge.net/projects/mh5000/ |