]> git.pld-linux.org Git - packages/dotnet-gnome-desktop-sharp.git/commitdiff
- hacking around soname bump in gnome-desktop
authorPatryk Zawadzki <patrys@room-303.com>
Sun, 4 Apr 2010 15:02:30 +0000 (15:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 3

Changed files:
    dotnet-gnome-desktop-sharp.spec -> 1.8
    gnome-desktop-soname.patch -> 1.1

dotnet-gnome-desktop-sharp.spec
gnome-desktop-soname.patch [new file with mode: 0644]

index 7a2f84ad42e31b00afbb547fc7e23be15fbf85bb..5f27e443341369327bf267a1acee2c7489e86b25 100644 (file)
@@ -7,11 +7,12 @@ Summary:      .NET language bindings for some of the GNOME desktop libraries
 Summary(pl.UTF-8):     Wiązania niektórych bibliotek GNOME desktop dla .NET
 Name:          dotnet-gnome-desktop-sharp
 Version:       2.26.0
 Summary(pl.UTF-8):     Wiązania niektórych bibliotek GNOME desktop dla .NET
 Name:          dotnet-gnome-desktop-sharp
 Version:       2.26.0
-Release:       2
+Release:       3
 License:       LGPL
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop-sharp/2.26/gnome-desktop-sharp-%{version}.tar.bz2
 # Source0-md5: 4bc990900bb318b2ba0b0e7998bb47d1
 License:       LGPL
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop-sharp/2.26/gnome-desktop-sharp-%{version}.tar.bz2
 # Source0-md5: 4bc990900bb318b2ba0b0e7998bb47d1
+Patch0:                gnome-desktop-soname.patch
 URL:           http://gtk-sharp.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
 URL:           http://gtk-sharp.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -73,6 +74,7 @@ Biblioteki statyczne GNOMEDesktop#.
 
 %prep
 %setup -q -n gnome-desktop-sharp-%{version}
 
 %prep
 %setup -q -n gnome-desktop-sharp-%{version}
+%patch0 -p1
 
 %build
 %{__libtoolize}
 
 %build
 %{__libtoolize}
diff --git a/gnome-desktop-soname.patch b/gnome-desktop-soname.patch
new file mode 100644 (file)
index 0000000..e1362cb
--- /dev/null
@@ -0,0 +1,9 @@
+--- gnome-desktop-sharp-2.26.0/gnomedesktop/gnomedesktop-sharp.dll.config.in~  2009-02-23 19:01:27.000000000 +0100
++++ gnome-desktop-sharp-2.26.0/gnomedesktop/gnomedesktop-sharp.dll.config.in   2010-04-04 16:56:51.984015198 +0200
+@@ -3,5 +3,5 @@
+   <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
+   <dllmap dll="libgthread-2.0-0.dll" target="libgthread-2.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
+   <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
+-  <dllmap dll="gnome-desktop-2" target="libgnome-desktop-2@LIB_PREFIX@.11@LIB_SUFFIX@"/>
++  <dllmap dll="gnome-desktop-2" target="libgnome-desktop-2@LIB_PREFIX@.17@LIB_SUFFIX@"/>
+ </configuration>
This page took 0.082701 seconds and 4 git commands to generate.