[arch-commits] Commit in truecrypt/repos (3 files)

Giovanni Scafora giovanni at archlinux.org
Fri Nov 20 15:06:51 UTC 2009


    Date: Friday, November 20, 2009 @ 10:06:50
  Author: giovanni
Revision: 59152

Merged revisions 58574,58577,58736 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/truecrypt/trunk

........
  r58574 | paul | 2009-11-09 04:28:36 -0800 (lun, 09 nov 2009) | 2 lines
  
  upgpkg: truecrypt 6.3-3
      added desktop file
........
  r58577 | paul | 2009-11-09 04:29:33 -0800 (lun, 09 nov 2009) | 2 lines
  
  added missing desktop file
........
  r58736 | paul | 2009-11-13 05:49:19 -0800 (ven, 13 nov 2009) | 2 lines
  
  upgpkg: truecrypt 6.3-4
      added icon
........

Added:
  truecrypt/repos/extra-x86_64/truecrypt.desktop
    (from rev 58736, truecrypt/trunk/truecrypt.desktop)
Modified:
  truecrypt/repos/extra-x86_64/	(properties)
  truecrypt/repos/extra-x86_64/PKGBUILD

-------------------+
 PKGBUILD          |   12 +++++++++---
 truecrypt.desktop |    9 +++++++++
 2 files changed, 18 insertions(+), 3 deletions(-)


Property changes on: truecrypt/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /truecrypt/trunk:1-58457
   + /truecrypt/trunk:1-59151

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-11-20 14:54:58 UTC (rev 59151)
+++ extra-x86_64/PKGBUILD	2009-11-20 15:06:50 UTC (rev 59152)
@@ -3,7 +3,7 @@
 
 pkgname=truecrypt
 pkgver=6.3
-pkgrel=2
+pkgrel=4
 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,13 @@
   # Install Binary
   install -D -m755 Main/${pkgname} ${pkgdir}/usr/bin/${pkgname} || return 1
 
+  # Install Desktop file and Icon
+  install -D -m644 ${srcdir}/${pkgname}.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop || return 1
+  install -D -m644 Resources/Icons/TrueCrypt-48x48.xpm ${pkgdir}/usr/share/pixmaps/truecrypt.xpm || return 1
+
   # Install License
   install -D -m644 License.txt ${pkgdir}/usr/share/licenses/${pkgname}/License.txt || return 1
 }
 md5sums=('edf3e02046f8fc93878fa5199c4c19fa'
-         'ce6a707b79411e82e8e558aa03e764b0')
+         'ce6a707b79411e82e8e558aa03e764b0'
+         '183b9bf04a943454d4e216130bcbac01')

Copied: truecrypt/repos/extra-x86_64/truecrypt.desktop (from rev 58736, truecrypt/trunk/truecrypt.desktop)
===================================================================
--- extra-x86_64/truecrypt.desktop	                        (rev 0)
+++ extra-x86_64/truecrypt.desktop	2009-11-20 15:06:50 UTC (rev 59152)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Exec=truecrypt
+Icon=truecrypt
+Comment=On-the-fly encryption
+Terminal=false
+Name=TrueCrypt
+StartupNotify=true
+Categories=System;




More information about the arch-commits mailing list