From ebe77b35f7ebe04740b78ccf071f7a60cf15ff01 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Wed, 13 Jan 2016 12:06:13 +0100 Subject: [PATCH] libgdaex: aggiunta dipendenza libzakutils e aggiornamento. --- packages/mingw-w64-libgdaex/002-path.patch | 29 ++++++++++++++++++++++ packages/mingw-w64-libgdaex/PKGBUILD | 12 ++++++--- 2 files changed, 37 insertions(+), 4 deletions(-) create mode 100644 packages/mingw-w64-libgdaex/002-path.patch diff --git a/packages/mingw-w64-libgdaex/002-path.patch b/packages/mingw-w64-libgdaex/002-path.patch new file mode 100644 index 0000000..5fbd408 --- /dev/null +++ b/packages/mingw-w64-libgdaex/002-path.patch @@ -0,0 +1,29 @@ +--- ./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" diff --git a/packages/mingw-w64-libgdaex/PKGBUILD b/packages/mingw-w64-libgdaex/PKGBUILD index 45f67b6..318729c 100644 --- a/packages/mingw-w64-libgdaex/PKGBUILD +++ b/packages/mingw-w64-libgdaex/PKGBUILD @@ -3,11 +3,12 @@ _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") @@ -15,9 +16,11 @@ options=('!strip' 'debug' 'staticlibs') 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" @@ -28,6 +31,7 @@ prepare() { cd ${_realname} patch -p1 -i ${srcdir}/001-no-install-hook.patch + patch -b -V simple -p1 -i ${srcdir}/002-path.patch } build() { -- 2.49.0