Author: qboosh                       Date: Sun Aug 15 09:08:49 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added ac patch to fix sh syntax in configure

---- Files affected:
packages/dotnet-gtk-sharp2:
   dotnet-gtk-sharp2.spec (1.59 -> 1.60) , dotnet-gtk-sharp2-ac.patch (NONE -> 
1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/dotnet-gtk-sharp2/dotnet-gtk-sharp2.spec
diff -u packages/dotnet-gtk-sharp2/dotnet-gtk-sharp2.spec:1.59 
packages/dotnet-gtk-sharp2/dotnet-gtk-sharp2.spec:1.60
--- packages/dotnet-gtk-sharp2/dotnet-gtk-sharp2.spec:1.59      Tue Mar 16 
19:39:47 2010
+++ packages/dotnet-gtk-sharp2/dotnet-gtk-sharp2.spec   Sun Aug 15 11:08:44 2010
@@ -13,6 +13,7 @@
 # Source0-md5: 6f836ac05aaaa3ab3dca61c84f0b68a2
 Patch0:                %{name}-destdir.patch
 Patch1:                %{name}-mint.patch
+Patch2:                %{name}-ac.patch
 URL:           http://gtk-sharp.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -70,6 +71,7 @@
 %setup -q -n gtk-sharp-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
@@ -215,7 +217,12 @@
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*sharpglue-2.a
+%{_libdir}/libatksharpglue-2.a
+%{_libdir}/libgdksharpglue-2.a
+%{_libdir}/libgladesharpglue-2.a
+%{_libdir}/libglibsharpglue-2.a
+%{_libdir}/libgtksharpglue-2.a
+%{_libdir}/libpangosharpglue-2.a
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -223,6 +230,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.60  2010/08/15 09:08:44  qboosh
+- added ac patch to fix sh syntax in configure
+
 Revision 1.59  2010/03/16 18:39:47  megabajt
 - updated to 2.12.10
 

================================================================
Index: packages/dotnet-gtk-sharp2/dotnet-gtk-sharp2-ac.patch
diff -u /dev/null packages/dotnet-gtk-sharp2/dotnet-gtk-sharp2-ac.patch:1.1
--- /dev/null   Sun Aug 15 11:08:50 2010
+++ packages/dotnet-gtk-sharp2/dotnet-gtk-sharp2-ac.patch       Sun Aug 15 
11:08:44 2010
@@ -0,0 +1,18 @@
+--- gtk-sharp-2.12.10/configure.in.orig        2010-08-15 10:39:28.662820781 
+0200
++++ gtk-sharp-2.12.10/configure.in     2010-08-15 10:45:43.986819943 +0200
+@@ -80,12 +80,12 @@
+ if test "x$platform_win32" = "xyes"; then
+       AC_PATH_PROG(WIX, candle, no)
+       if test "x$WIX" = "xno" ; then
+-              enable_msi = no
++              enable_msi=no
+       else
+-              enable_msi = yes
++              enable_msi=yes
+       fi
+ else
+-      enable_msi = no
++      enable_msi=no
+ fi
+ 
+ CSDEFINES='-define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GTK_SHARP_2_10 
-define:GTK_SHARP_2_12'
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dotnet-gtk-sharp2/dotnet-gtk-sharp2.spec?r1=1.59&r2=1.60&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to