updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / clutter-sharp-git / dont-sign.patch
blobe31621c2e95ee67d634ff8ffe3568992545a33bc
1 Description: Don't sign assemblies, as they're not GAC'd. To be removed if this
2 ever gets a tarball release that GAC's the assemblies
3 From: Chow Loong Jin <hyperair@ubuntu.com>
4 Forwarded: not-needed
5 Index: clutter-sharp/clutter-gtk/AssemblyInfo.cs.in
6 ===================================================================
7 --- clutter-sharp.orig/clutter-gtk/AssemblyInfo.cs.in 2011-03-20 01:44:49.011292799 +0800
8 +++ clutter-sharp/clutter-gtk/AssemblyInfo.cs.in 2011-03-20 01:44:56.184586318 +0800
9 @@ -2,5 +2,3 @@
10 using System.Runtime.CompilerServices;
12 [assembly:AssemblyVersion ("@ASSEMBLY_VERSION@")]
13 -[assembly:AssemblyDelaySign (false)]
14 -[assembly:AssemblyKeyFile ("@top_srcdir@/clutter-sharp.snk")]
15 Index: clutter-sharp/clutter/AssemblyInfo.cs.in
16 ===================================================================
17 --- clutter-sharp.orig/clutter/AssemblyInfo.cs.in 2011-03-20 01:47:02.210553496 +0800
18 +++ clutter-sharp/clutter/AssemblyInfo.cs.in 2011-03-20 01:47:08.857183272 +0800
19 @@ -2,5 +2,3 @@
20 using System.Runtime.CompilerServices;
22 [assembly:AssemblyVersion ("@ASSEMBLY_VERSION@")]
23 -[assembly:AssemblyDelaySign (false)]
24 -[assembly:AssemblyKeyFile ("@top_srcdir@/clutter-sharp.snk")]