]> git.pld-linux.org Git - packages/dotnet-gtk-sharp2.git/commitdiff
- added ac patch to fix sh syntax in configure
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Aug 2010 09:08:44 +0000 (09:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dotnet-gtk-sharp2-ac.patch -> 1.1
    dotnet-gtk-sharp2.spec -> 1.60

dotnet-gtk-sharp2-ac.patch [new file with mode: 0644]
dotnet-gtk-sharp2.spec

diff --git a/dotnet-gtk-sharp2-ac.patch b/dotnet-gtk-sharp2-ac.patch
new file mode 100644 (file)
index 0000000..6030ae5
--- /dev/null
@@ -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'
index 583f5d5e1d37af33ff4c24ef62f939813989f589..2ecd58ca8f0873d8432d468d67c752834cd764a2 100644 (file)
@@ -12,6 +12,7 @@ Source0:      http://ftp.gnome.org/pub/GNOME/sources/gtk-sharp/2.12/gtk-sharp-%{versi
 # 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
@@ -69,6 +70,7 @@ Biblioteki statyczne gtk-sharp.
 %setup -q -n gtk-sharp-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
@@ -214,4 +216,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %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
This page took 0.078209 seconds and 4 git commands to generate.