[arch-commits] Commit in truecrypt/trunk (PKGBUILD)

Paul Mattal paul at archlinux.org
Mon Nov 9 12:28:37 UTC 2009


    Date: Monday, November 9, 2009 @ 07:28:36
  Author: paul
Revision: 58574

upgpkg: truecrypt 6.3-3
    added desktop file

Modified:
  truecrypt/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-09 12:24:16 UTC (rev 58573)
+++ PKGBUILD	2009-11-09 12:28:36 UTC (rev 58574)
@@ -3,7 +3,7 @@
 
 pkgname=truecrypt
 pkgver=6.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Free open-source cross-platform disk encryption software"
 url="http://www.truecrypt.org/"
 arch=('i686' 'x86_64')
@@ -16,7 +16,8 @@
 # N.B. Truecrypt's web-based source download is incompatible with
 # makepkg. Source has been placed on ftp.archlinux.org instead
 source=("ftp://ftp.archlinux.org/other/tc/${pkgname}-${pkgver}.tar.gz" \
-	    'ftp://ftp.archlinux.org/other/tc/pkcs-2.20.tar.gz') 
+        'ftp://ftp.archlinux.org/other/tc/pkcs-2.20.tar.gz' \
+        "${pkgname}.desktop") 
 
 build() {
   export PKCS11_INC="${srcdir}/pkcs-2.20"
@@ -27,8 +28,12 @@
   # Install Binary
   install -D -m755 Main/${pkgname} ${pkgdir}/usr/bin/${pkgname} || return 1
 
+  # Install Desktop file
+  install -D -m644 ${srcdir}/${pkgname}.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop || return 1
+
   # Install License
   install -D -m644 License.txt ${pkgdir}/usr/share/licenses/${pkgname}/License.txt || return 1
 }
 md5sums=('edf3e02046f8fc93878fa5199c4c19fa'
-         'ce6a707b79411e82e8e558aa03e764b0')
+         'ce6a707b79411e82e8e558aa03e764b0'
+         '183b9bf04a943454d4e216130bcbac01')




More information about the arch-commits mailing list