[patch] fifth-toe/seahorse



Seahorse fails to build against GPGME 1.1.0 (anything more recent than
1.0.x in fact).

Attached patch against GARNOME 2.12.1 fixes this.

Reported upstream, proposed fix submitted.


-- 
char *t="\10pse\0r\0dtu\0  ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}
diff -Nru fifth-toe/seahorse/checksums fifth-toe/seahorse/checksums
--- fifth-toe/seahorse/checksums	2005-09-08 04:33:11.000000000 +0200
+++ fifth-toe/seahorse/checksums	2005-10-13 17:30:57.000000000 +0200
@@ -1,3 +1,3 @@
 67158777084e537145ba42d0b5ca199d  download/seahorse-0.7.9.tar.bz2
 423a3998d84b09c31ec899faa601deda  download/upstream-fixes.diff
-a1e9c84074fa2aa714443ddc9f83a8d9  download/garnome-fixes.diff
+0f027eb70429cb040fe8496a755c70d1  download/garnome-fixes.diff
diff -Nru fifth-toe/seahorse/files/garnome-fixes.diff fifth-toe/seahorse/files/garnome-fixes.diff
--- fifth-toe/seahorse/files/garnome-fixes.diff	2005-09-08 04:32:43.000000000 +0200
+++ fifth-toe/seahorse/files/garnome-fixes.diff	2005-10-13 17:29:55.000000000 +0200
@@ -39,3 +39,14 @@
  
          fi
  
+--- seahorse-0.7.9.orig/configure	2005-10-13 17:24:34.000000000 +0200
++++ seahorse-0.7.9/configure	2005-10-13 17:28:17.000000000 +0200
+@@ -19614,7 +19614,7 @@
+ 		 sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\3/'`
+ 
+ 	if test "$major" -eq "$req_major"; then
+-	   if test "$minor" -eq "$req_minor"; then
++	   if test "$minor" -ge "$req_minor"; then
+ 	     if test "$micro" -ge "$req_micro"; then
+ 	       ok="yes"
+ 	     fi


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]