[kde-freebsd] libkleo-patch to desktuils/kdepim4

Tobias Berner tcberner at gmail.com
Tue Dec 31 09:25:37 UTC 2013


Hi

I think something like the following patch is needed for kleopatra:
md5sum and sha1sum should be md5 and sha1 on FreeBSD, I think, but I guess 
there are even more differences between them...? So it probably isn't enough.


--- ./libkleo/libkleopatrarc.desktop.orig       2013-12-31 10:17:35.000000000 
+0100
+++ ./libkleo/libkleopatrarc.desktop    2013-12-31 10:17:59.000000000 +0100
@@ -195,8 +195,8 @@
 Name[x-test]=xxsha1sumxx
 Name[zh_CN]=sha1sum
 Name[zh_TW]=sha1sum
-create-command=0|xargs -0 sha1sum --
-verify-command=sha1sum -c --
+create-command=0|xargs -0 sha1 --
+verify-command=sha1 -c --
 
 [Checksum Definition #2]
 file-patterns=md5sum.txt
@@ -248,8 +248,8 @@
 Name[x-test]=xxmd5sumxx
 Name[zh_CN]=md5sum
 Name[zh_TW]=md5sum
-create-command=0|xargs -0 md5sum --
-verify-command=md5sum -c --
+create-command=0|xargs -0 md5 --
+verify-command=md5 -c --
 
 [Key Filter #0]
 was-validated=false
############## END OF PATCH



mfg Tobias


More information about the kde-freebsd mailing list