summaryrefslogtreecommitdiffstats
path: root/testdisk
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-05-30 20:39:38 +0000
committer Eric Hameleers <alien@slackware.com>2009-05-30 20:39:38 +0000
commite4507577009ed153f37a38e760f0938cd585fc1e (patch)
tree695386c21c1cb56c5621fbd48f52b966044181f8 /testdisk
parentc344b326c28120bacdf74ebbaf07abe23e86334d (diff)
downloadasb-e4507577009ed153f37a38e760f0938cd585fc1e.tar.gz
asb-e4507577009ed153f37a38e760f0938cd585fc1e.tar.xz
The qt gui is for photorec not testdisk
Diffstat (limited to 'testdisk')
-rwxr-xr-xtestdisk/build/testdisk.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/testdisk/build/testdisk.SlackBuild b/testdisk/build/testdisk.SlackBuild
index e39781e8..b5259a41 100755
--- a/testdisk/build/testdisk.SlackBuild
+++ b/testdisk/build/testdisk.SlackBuild
@@ -138,8 +138,8 @@ chmod -R u+w,go+r-w,a-s .
echo Building ...
-# Build the Qt interface if Qt is found on the system. You can still
-# override this by running: USEQT="" ./testdisk.SlackBuild
+# Build the Qt interface for photorec if Qt is found on the system.
+# You can still override this by running: USEQT="" ./testdisk.SlackBuild
if which qtconfig 1>/dev/null2>&1 ; then
USEQT=${USEQT:-"--enable-qt"}
else
@@ -199,9 +199,9 @@ if [ "${USEQT}" = "--enable-qt" ]; then
cp -a $SRCDIR/testdisk.png $PKG/usr/share/pixmaps/
cat <<EOT > $PKG/usr/share/applications/testdisk.desktop
[Desktop Entry]
-Name=Testdisk
-Comment=Data recovery
-Exec=testdisk
+Name=PhotoRec
+Comment=Recover deleted photos
+Exec=qphotorec
Icon=/usr/share/pixmaps/testdisk.png
Terminal=false
Type=Application