system/backintime: Updated for version 1.0.8.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Pierre Cazenave 2011-07-12 05:22:47 -04:00 committed by Niels Horn
parent 5113e204d1
commit 08f3b7fbce
5 changed files with 17 additions and 28 deletions

View file

@ -4,9 +4,9 @@ specified set of directories.
All you have to do is configure:
* Where to save snapshot
* What directories to backup
* When backup should be done (manual, every hour, every day,
* Where to save snapshot
* What directories to backup
* When backup should be done (manual, every hour, every day,
every week, every month)
Launch the GUI with backintime-kde4 or from the system menu.

View file

@ -1,10 +0,0 @@
--- backintime-0.9.26/kde4/backintime-kde4-root.desktop 2009-03-20 09:35:01.000000000 +0000
+++ backintime-0.9.26/kde4/backintime-kde4-root.desktop.new 2010-08-24 15:38:40.686785137 +0100
@@ -1,6 +1,6 @@
[Desktop Entry]
Name=Back In Time (root)
-Exec=kdesudo -c backintime-kde4
+Exec=kdesu -c backintime-kde4
Icon=document-save
Terminal=false
X-MultipleArgs=false

View file

@ -2,7 +2,7 @@
# SlackBuild script for Back In Time.
#
# Copyright 2010 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
# Copyright 2010-2011 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=backintime
VERSION=0.9.26
VERSION=1.0.8
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -51,10 +51,6 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
# Patch the root .desktop file to use kdesu rather than kdesudo, which isn't
# included in Slackware
patch -p1 < $CWD/backintime-kde4-root-desktop.patch
# Common components
cd $TMP/$PRGNAM-$VERSION/common
./configure
@ -65,12 +61,12 @@ cd $TMP/$PRGNAM-$VERSION/common
make install DESTDIR=$PKG
cd -
# kde4 components
# KDE4 components
cd $TMP/$PRGNAM-$VERSION/kde4
./configure
# Fix documentation paths
sed -i 's|/share/doc/backintime-kde4|/doc/'$PRGNAM'-'$VERSION'|g' \
$TMP/$PRGNAM-$VERSION/common/Makefile
$TMP/$PRGNAM-$VERSION/kde4/Makefile
make
make install DESTDIR=$PKG
cd -
@ -81,7 +77,10 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
# Move the manpages from /usr/share to /usr
mv $PKG/usr/share/man/ $PKG/usr
# Remove duplicate copyright from /usr/share/doc/backintime-0.9.26
# Move the KDE4 docbook files to the appropriate directory
mv $PKG/usr/share/doc/kde4/HTML $PKG/usr/doc/
# Remove duplicate documentation in /usr/share/doc/
rm -r $PKG/usr/share/doc
cp -a \

View file

@ -1,8 +1,8 @@
PRGNAM="backintime"
VERSION="0.9.26"
VERSION="1.0.8"
HOMEPAGE="http://backintime.le-web.org/"
DOWNLOAD="http://backintime.le-web.org/download/backintime/backintime-0.9.26_src.tar.gz"
MD5SUM="8a53d1f757ccfa439754f4a8b9cb3e49"
DOWNLOAD="http://backintime.le-web.org/download/backintime/backintime-1.0.8_src.tar.gz"
MD5SUM="676c743cb64fdc646c290c62e45640ff"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Pierre Cazenave"

View file

@ -8,12 +8,12 @@
|-----handy-ruler--------------------------------------------------|
backintime: backintime (simple backup tool)
backintime:
backintime: Back In Time is a simple backup tool for Linux inspired from
backintime: "flyback project" and "TimeVault". The backup is done by taking
backintime: Back In Time is a simple backup tool for Linux inspired from
backintime: "flyback project" and "TimeVault". The backup is done by taking
backintime: snapshots of a specified set of directories.
backintime:
backintime: All you have to do is configure where to save snapshot, what
backintime: directories to backup and when backup should be done (manual,
backintime: directories to backup and when backup should be done (manual,
backintime: every hour, every day, every week, every month)
backintime:
backintime: http://backintime.le-web.org/