From c30d0ff0048713464095d23515726ee1bd4cb422 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 15 May 2011 09:43:14 +0000 Subject: Update to 7.0a --- truecrypt/build/truecrypt.SlackBuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'truecrypt') diff --git a/truecrypt/build/truecrypt.SlackBuild b/truecrypt/build/truecrypt.SlackBuild index ea664856..9d93eea4 100755 --- a/truecrypt/build/truecrypt.SlackBuild +++ b/truecrypt/build/truecrypt.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # $Id$ -# Copyright (c) 2006-2010 Eric Hameleers, Eindhoven, NL +# Copyright 2005-2011 Eric Hameleers, Eindhoven, NL # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -66,6 +66,8 @@ # * Rebuilt for Slackware 13.1. # 7.0-1: 21/jul/2010 by Eric Hameleers # * Update to 7.0. +# 7.0a-1: 15/may/2011 by Eric Hameleers +# * Update to 7.0a. # # Run 'sh truecrypt.SlackBuild' to build a Slackware package. # The package (.tgz) plus descriptive .txt file are created in /tmp . @@ -76,11 +78,11 @@ # Set initial variables: PRGNAM=truecrypt -VERSION=${VERSION:-7.0} +VERSION=${VERSION:-7.0a} BUILD=${BUILD:-1} TAG=${TAG:-alien} -WX=${WX:-2.8.10} # for the GUI +WX=${WX:-2.8.12} # for the GUI # Where do we look for sources? SRCDIR=$(cd $(dirname $0); pwd) @@ -246,9 +248,10 @@ cp $SRCDIR/truecrypt.png $PKG/usr/share/pixmaps/ cat <<-EOT > $PKG/usr/share/applications/truecrypt.desktop [Desktop Entry] Name=Truecrypt + GenericName=Disk encryption software Comment=Disk encryption software Exec=truecrypt - Icon=truecrypt.png + Icon=/usr/share/pixmaps/truecrypt.png Terminal=0 Type=Application Encoding=UTF-8 -- cgit v1.2.3