mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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>
This commit is contained in:
parent
a677e558d4
commit
41db961ec5
3 changed files with 7 additions and 6 deletions
|
@ -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" \
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue