--- /dev/null
+--- ./src/Makefile.am.orig 2016-01-13 11:42:08.064863600 +0100
++++ ./src/Makefile.am 2016-01-13 11:42:55.402028400 +0100
+@@ -11,14 +11,14 @@
+
+ lib_LTLIBRARIES = libgdaex.la
+
+-queryeditormarshal.c: queryeditormarshal.h queryeditor_marshal.list $(GLIB_GENMARSHAL)
++$(srcdir)/queryeditormarshal.c: queryeditormarshal.h queryeditor_marshal.list $(GLIB_GENMARSHAL)
+ $(GLIB_GENMARSHAL) $(srcdir)/queryeditor_marshal.list --body --prefix=_gdaex_query_editor_marshal > $(srcdir)/$@
+
+-queryeditormarshal.h: queryeditor_marshal.list $(GLIB_GENMARSHAL)
++$(srcdir)/queryeditormarshal.h: queryeditor_marshal.list $(GLIB_GENMARSHAL)
+ $(GLIB_GENMARSHAL) $(srcdir)/queryeditor_marshal.list --header --prefix=_gdaex_query_editor_marshal > $(srcdir)/$@
+
+ libgdaex_la_SOURCES = gdaex.c \
+- queryeditormarshal.c \
++ $(srcdir)/queryeditormarshal.c \
+ queryeditor.c \
+ queryeditor_widget_interface.c \
+ queryeditorentry.c \
+@@ -38,7 +38,7 @@
+ libgdaex_includedir = $(includedir)/libgdaex
+
+ noinst_HEADERS = \
+- queryeditormarshal.h
++ $(srcdir)/queryeditormarshal.h
+
+ install-exec-hook:
+ mkdir -p "$(libdir)/$(PACKAGE)/modules"
_realname=libgdaex
_base_ver=0.5.0
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
-pkgver=0.5.0.162.e69047d
+pkgver=0.5.0.173.5652e95
pkgrel=1
arch=('any')
pkgdesc="Utilities for libgda (mingw-w64)"
-depends=("${MINGW_PACKAGE_PREFIX}-libgda-full")
+depends=("${MINGW_PACKAGE_PREFIX}-libgda-full"
+ "${MINGW_PACKAGE_PREFIX}-libzakutils")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
"gtk-doc"
"${MINGW_PACKAGE_PREFIX}-gnome-common")
license=("LGPL 2.1")
url="http://saetta.ns0.it/"
source=(git+http://saetta.ns0.it/git/${_realname}#branch=develop
- 001-no-install-hook.patch)
+ 001-no-install-hook.patch
+ 002-path.patch)
sha256sums=('SKIP'
- 'fea470f8dcc29d054efec257cec96bdfb234ba9f081cfafccdb1ee28ae2376c7')
+ 'fea470f8dcc29d054efec257cec96bdfb234ba9f081cfafccdb1ee28ae2376c7'
+ '640db5184be88292cdc8be5311ff69720a224c315732a7cd13eeeb0f1512b93c')
pkgver() {
cd "$srcdir/$_realname"
cd ${_realname}
patch -p1 -i ${srcdir}/001-no-install-hook.patch
+ patch -b -V simple -p1 -i ${srcdir}/002-path.patch
}
build() {