Date: Wednesday, May 4, 2011 @ 15:22:42
Author: ibiru
Revision: 122598
rebuild eds 3.0
Modified:
evolution-sharp/trunk/PKGBUILD
evolution-sharp/trunk/evolution-data-server-lib-target.patch
----------------------------------------+
PKGBUILD | 11 +++++------
evolution-data-server-lib-target.patch | 9 +++++----
2 files changed, 10 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-05-04 18:58:15 UTC (rev 122597)
+++ PKGBUILD 2011-05-04 19:22:42 UTC (rev 122598)
@@ -3,20 +3,20 @@
pkgname=evolution-sharp
pkgver=0.21.1
-pkgrel=2
+pkgrel=3
pkgdesc="C# bindings for Novell Evolution"
arch=(i686 x86_64)
license=('GPL')
url="http://ftp.gnome.org/pub/GNOME/sources/evolution-sharp/"
-depends=('evolution-data-server>=2.32.0')
-makedepends=('pkg-config' 'gtk-sharp-2>=2.12.8')
+depends=('evolution-data-server')
+makedepends=('pkg-config' 'gtk-sharp-2')
options=('!libtool')
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.21/${pkgname}-${pkgver}.tar.bz2
evolution-sharp-0.21.1-fix-retarded-version-check.patch
evolution-data-server-lib-target.patch)
sha256sums=('3cb78088e332f71b2a7958d2e8c6af3c9ff168731c8fb423aad7038cbdef3a1c'
'80f98baf3336383241deac73c3f0d3a0905c9a2a3790db7ec4bf6089a577cf5b'
- '177492c896d6cfc34f728d578e6948463f16ed731ffbf6aa555f9ec4b7f7af9e')
+ '910783e0213002d40d3111b0a5bc5103ca21a8d1a33bd1a305238dc147cf1401')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -32,5 +32,4 @@
--localstatedir=/var --disable-static
make DESTDIR="${pkgdir}" install
rm -f "${pkgdir}/usr/lib/libevolutionglue.a"
-}
-
+}
Modified: evolution-data-server-lib-target.patch
===================================================================
--- evolution-data-server-lib-target.patch 2011-05-04 18:58:15 UTC (rev
122597)
+++ evolution-data-server-lib-target.patch 2011-05-04 19:22:42 UTC (rev
122598)
@@ -1,15 +1,16 @@
diff -Nur evolution-sharp-0.21.1.orig/evolution/evolution-sharp.dll.config.in
evolution-sharp-0.21.1/evolution/evolution-sharp.dll.config.in
--- evolution-sharp-0.21.1.orig/evolution/evolution-sharp.dll.config.in
2009-05-26 00:25:06.000000000 -0700
-+++ evolution-sharp-0.21.1/evolution/evolution-sharp.dll.config.in
2010-10-04 13:31:36.573339607 -0700
++++ evolution-sharp-0.21.1/evolution/evolution-sharp.dll.config.in
2011-05-04 12:14:58.087467727 -0700
@@ -1,7 +1,7 @@
<configuration>
- <dllmap dll="ebook"
target="libebook@EDS_VERSION@@LIB_PREFIX@.@EBOOK_SOVERSION@@LIB_SUFFIX@"/>
- <dllmap dll="ecal"
target="libecal@EDS_VERSION@@LIB_PREFIX@.@ECAL_SOVERSION@@LIB_SUFFIX@"/>
- <dllmap dll="edataserver"
target="libedataserver@EDS_VERSION@@LIB_PREFIX@.@EDS_SOVERSION@@LIB_SUFFIX@"/>
+- <dllmap dll="ebackend"
target="libebackend@EDS_VERSION@@LIB_PREFIX@.@EBACKEND_SOVERSION@@LIB_SUFFIX@"/>
+- <dllmap dll="edatacal"
target="libedata-cal@EDS_VERSION@@LIB_PREFIX@.@EDATACAL_SOVERSION@@LIB_SUFFIX@"/>
+ <dllmap dll="ebook"
target="libebook@EDS_VERSION@@[email protected]@LIB_SUFFIX@"/>
+ <dllmap dll="ecal" target="libecal@EDS_VERSION@@[email protected]@LIB_SUFFIX@"/>
+ <dllmap dll="edataserver"
target="libedataserver@EDS_VERSION@@[email protected]@LIB_SUFFIX@"/>
- <dllmap dll="ebackend"
target="libebackend@EDS_VERSION@@LIB_PREFIX@.@EBACKEND_SOVERSION@@LIB_SUFFIX@"/>
-- <dllmap dll="edatacal"
target="libedata-cal@EDS_VERSION@@LIB_PREFIX@.@EDATACAL_SOVERSION@@LIB_SUFFIX@"/>
-+ <dllmap dll="edatacal"
target="libedata-cal@EDS_VERSION@@[email protected]@LIB_SUFFIX@"/>
++ <dllmap dll="ebackend"
target="libebackend@EDS_VERSION@@[email protected]@LIB_SUFFIX@"/>
++ <dllmap dll="edatacal"
target="libedata-cal@EDS_VERSION@@[email protected]@LIB_SUFFIX@"/>
</configuration>