]> saetta.ns0.it Git - msys2/commitdiff
libgdaex: aggiunta dipendenza libzakutils e aggiornamento.
authorAndrea Zagli <andrea.zagli@email.it>
Wed, 13 Jan 2016 11:06:13 +0000 (12:06 +0100)
committerAndrea Zagli <andrea.zagli@email.it>
Wed, 13 Jan 2016 11:06:13 +0000 (12:06 +0100)
packages/mingw-w64-libgdaex/002-path.patch [new file with mode: 0644]
packages/mingw-w64-libgdaex/PKGBUILD

diff --git a/packages/mingw-w64-libgdaex/002-path.patch b/packages/mingw-w64-libgdaex/002-path.patch
new file mode 100644 (file)
index 0000000..5fbd408
--- /dev/null
@@ -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"
index 45f67b6df60dc0f9810d29f7e0a6cbab38209536..318729c2b0d6a3f437d7eb9199261c21c0aed618 100644 (file)
@@ -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() {