]> saetta.ns0.it Git - msys2/commitdiff
Aggiornata evolution-data-server a 3.13.6.
authorAndrea Zagli <azagli@libero.it>
Sat, 4 Oct 2014 10:53:34 +0000 (12:53 +0200)
committerAndrea Zagli <azagli@libero.it>
Sat, 4 Oct 2014 10:53:34 +0000 (12:53 +0200)
Abilitata l'introspection.

packages/mingw-w64-evolution-data-server/002-enable-introspection.patch [new file with mode: 0644]
packages/mingw-w64-evolution-data-server/PKGBUILD

diff --git a/packages/mingw-w64-evolution-data-server/002-enable-introspection.patch b/packages/mingw-w64-evolution-data-server/002-enable-introspection.patch
new file mode 100644 (file)
index 0000000..2a363ef
--- /dev/null
@@ -0,0 +1,30 @@
+--- ./addressbook/libebook/Makefile.am.orig    2014-10-04 11:34:37.191511400 +0200
++++ ./addressbook/libebook/Makefile.am 2014-10-04 11:34:48.870360200 +0200
+@@ -103,6 +103,7 @@
+       --includedir=$(top_builddir)/libedataserver \
+       --includedir=$(srcdir) \
+       $(NULL)
++INTROSPECTION_SCANNER_ENV = CC="$(CC)"
+ if HAVE_INTROSPECTION
+ introspection_sources = $(libebook_1_2_la_SOURCES)
+--- ./addressbook/libebook-contacts/Makefile.am.orig   2014-10-04 11:34:57.933251400 +0200
++++ ./addressbook/libebook-contacts/Makefile.am        2014-10-04 11:35:04.560144100 +0200
+@@ -117,6 +117,7 @@
+       --includedir=$(top_builddir)/libedataserver \
+       --includedir=$(srcdir) \
+       $(NULL)
++INTROSPECTION_SCANNER_ENV = CC="$(CC)"
+ if HAVE_INTROSPECTION
+ introspection_sources = $(libebook_contacts_1_2_la_SOURCES)
+--- ./libedataserver/Makefile.am.orig  2014-10-04 11:32:46.396454000 +0200
++++ ./libedataserver/Makefile.am       2014-10-04 11:32:57.285989300 +0200
+@@ -221,6 +221,7 @@
+       --c-include="libedataserver/libedataserver.h" \
+       $(NULL)
+ INTROSPECTION_COMPILER_ARGS =
++INTROSPECTION_SCANNER_ENV = CC="$(CC)"
+ if HAVE_INTROSPECTION
+ introspection_sources = \
index f3c6383d88ecf7a8fa96b38de3d23aed43609bbe..48fcd454b03d7109cdea17fb384eaf94625d0ae1 100644 (file)
@@ -2,7 +2,7 @@
 
 _realname=evolution-data-server
 pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
-pkgver=3.13.5
+pkgver=3.13.6
 pkgrel=1
 arch=('any')
 pkgdesc=" (mingw-w64)"
@@ -20,18 +20,23 @@ depends=("${MINGW_PACKAGE_PREFIX}-glib2"
 makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
              "${MINGW_PACKAGE_PREFIX}-gtk-doc"
              "${MINGW_PACKAGE_PREFIX}-vala"
-             "${MINGW_PACKAGE_PREFIX}-gobject-introspection")
+             "${MINGW_PACKAGE_PREFIX}-gobject-introspection"
+             "${MINGW_PACKAGE_PREFIX}-pkg-config")
 options=('strip' 'staticlibs')
 license=("LGPL 2.1")
 url="http://www.gnome.org/"
 source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver:0:4}/${_realname}-$pkgver.tar.xz
-        001-win.patch)
-sha256sums=('f07525d9bfbf4d419ceb5ac6729b4cfdfa67d37c8886207340c5d112061f46aa'
-            '440994245ea2c9bb1260d348c3c756751d9f687dccb418ff7365fd2894546cfd')
+        001-win.patch
+        002-enable-introspection.patch)
+sha256sums=('3c91c32342683b29af613552a7ea487e6838325b3c8b4d5e7c0a832d0890eaf8'
+            '440994245ea2c9bb1260d348c3c756751d9f687dccb418ff7365fd2894546cfd'
+            '01e22dfe9acf80b56b61bcc1a03e5fd5c173ef25def5e489718612ab8a148da6')
 
 prepare() {
   cd ${_realname}-${pkgver}
+
   patch -p1 -i ${srcdir}/001-win.patch
+  patch -p1 -i ${srcdir}/002-enable-introspection.patch
 
   autoreconf -fi
 }
@@ -48,8 +53,7 @@ build() {
     --libexecdir=${MINGW_PREFIX}/lib \
     --disable-goa \
     --disable-uoa \
-    --with-openldap \
-    --enable-introspection=no
+    --with-openldap
   make
 }