From e4507577009ed153f37a38e760f0938cd585fc1e Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 30 May 2009 20:39:38 +0000 Subject: The qt gui is for photorec not testdisk --- testdisk/build/testdisk.SlackBuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'testdisk') 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 < $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 -- cgit v1.2.3