diff options
author | titopoquito <titopoquito@gmail.com> | 2011-02-06 12:24:08 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-02-06 12:24:08 -0600 |
commit | 41db961ec521389deff769edef80da7504e26976 (patch) | |
tree | f2c0b684516fac10e57b41a0a8dbd1d5ab59a2c9 /system/luckybackup | |
parent | a677e558d418712920fdef27fdabd4c66171448f (diff) | |
download | slackbuilds-41db961ec521389deff769edef80da7504e26976.tar.gz |
system/luckybackup: Updated for version 0.4.4.
This commit also corrects the previously hardcoded location
of the manual in various source files.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/luckybackup')
-rw-r--r-- | system/luckybackup/luckybackup.SlackBuild | 3 | ||||
-rw-r--r-- | system/luckybackup/luckybackup.info | 8 | ||||
-rw-r--r-- | system/luckybackup/slack-desc | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/system/luckybackup/luckybackup.SlackBuild b/system/luckybackup/luckybackup.SlackBuild index 005ba59093..42b96c65d3 100644 --- a/system/luckybackup/luckybackup.SlackBuild +++ b/system/luckybackup/luckybackup.SlackBuild @@ -22,7 +22,7 @@ # SUCH DAMAGE. PRGNAM=luckybackup -VERSION=${VERSION:-0.4.3} +VERSION=${VERSION:-0.4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,6 +74,7 @@ find . \ # folders hardwired. Let's change them to the Slackware defaults: patch -p0 < $CWD/luckybackup.pro.patch sed -i "s/PROGVERSION/$VERSION/" ./luckybackup.pro +sed -i "s,/usr/share/doc/luckybackup/manual,/usr/doc/luckybackup-$VERSION/manual,g" src/global.h src/helpBrowser.cpp qmake luckybackup.pro \ QMAKE_CFLAGS="$SLKCFLAGS" \ diff --git a/system/luckybackup/luckybackup.info b/system/luckybackup/luckybackup.info index 32f43d297e..020d4fb018 100644 --- a/system/luckybackup/luckybackup.info +++ b/system/luckybackup/luckybackup.info @@ -1,10 +1,10 @@ PRGNAM="luckybackup" -VERSION="0.4.3" +VERSION="0.4.4" HOMEPAGE="http://luckybackup.sourceforge.net/" -DOWNLOAD="http://sourceforge.net/projects/luckybackup/files/0.4.3/source/luckybackup-0.4.3.tar.gz" -MD5SUM="df9acc953f4d2d9c0c5dcd2682fd68bf" +DOWNLOAD="http://downloads.sourceforge.net/luckybackup/luckybackup-0.4.4.tar.gz" +MD5SUM="f554baa101ef6ef7aab82d3ba3dea92a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="titopoquito" EMAIL="titopoquito@gmail.com" -APPROVED="dsomero" +APPROVED="rworkman" diff --git a/system/luckybackup/slack-desc b/system/luckybackup/slack-desc index 01fdcad33c..bde56ba1d3 100644 --- a/system/luckybackup/slack-desc +++ b/system/luckybackup/slack-desc @@ -8,7 +8,7 @@ |-----handy-ruler------------------------------------------------------| luckybackup: luckybackup (backup tool) luckybackup: -luckybackup: luckybackup is a powerful, fast and reliable backup & sync +luckybackup: luckybackup is a powerful, fast and, reliable backup & sync luckybackup: tool that relies on rsync. It is written and maintained by luckybackup: Loukas Avgeriou. The program has a graphical frontend as luckybackup: well as a commandline frontend. |