]> saetta.ns0.it Git - msys2/commitdiff
libzakauthedb: aggiornata a 0.5.99.
authorAndrea Zagli <andrea.zagli@email.it>
Thu, 22 Sep 2016 13:32:02 +0000 (15:32 +0200)
committerAndrea Zagli <andrea.zagli@email.it>
Thu, 22 Sep 2016 13:32:02 +0000 (15:32 +0200)
packages/mingw-w64-libzakauthedb/001-win.patch [new file with mode: 0644]
packages/mingw-w64-libzakauthedb/PKGBUILD

diff --git a/packages/mingw-w64-libzakauthedb/001-win.patch b/packages/mingw-w64-libzakauthedb/001-win.patch
new file mode 100644 (file)
index 0000000..09196df
--- /dev/null
@@ -0,0 +1,25 @@
+--- ./configure.ac.orig        2016-09-22 15:08:11.683072200 +0200
++++ ./configure.ac     2016-09-22 15:11:24.693024000 +0200
+@@ -54,6 +54,11 @@
+ AC_SUBST(GPG_ERROR_CFLAGS)
+ AC_SUBST(GPG_ERROR_LIBS)
++
++AUTHE_PLUGDIR=`pkg-config --variable=pluginsdir libzakauthe`
++AUTHE_PLUGDIR=`cygpath -u $AUTHE_PLUGDIR`
++AC_SUBST(AUTHE_PLUGDIR)
++
+ # Checks for header files.
+ # Checks for typedefs, structures, and compiler characteristics.
+--- ./src/Makefile.am.orig     2016-09-22 15:08:11.689076900 +0200
++++ ./src/Makefile.am  2016-09-22 15:08:12.300095600 +0200
+@@ -8,7 +8,7 @@
+               -DGUIDIR=\""$(guidir)"\" \
+               -DFORMDIR=\""$(formdir)"\"
+-libzakauthe_pluginsdir = `pkg-config --variable=pluginsdir libzakauthe`
++libzakauthe_pluginsdir = $(AUTHE_PLUGDIR)
+ libzakauthe_plugins_LTLIBRARIES = libzakauthedb.la
+ libzakauthe_plugins_DATA = zakauthedb.plugin
index 715fd72951af29189602392767e58aa3954aa1d5..11da5826611d2641f643f97dcceec42b4430ca44 100644 (file)
@@ -1,10 +1,10 @@
 # Maintainer: Andrea Zagli <andrea.zagli.free@gmail.com>
 
 _realname=libzakauthedb
-_base_ver=0.5.0
+_base_ver=0.5.99
 pkgbase=mingw-w64-${_realname}
 pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
-pkgver=0.5.0.33.2065b33
+pkgver=0.5.99.35.9a77082
 pkgrel=1
 arch=('any')
 pkgdesc="libzakauthe plugin to store authentication credentials in database (based on libgda) (mingw-w64)"
@@ -21,8 +21,10 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
 options=('!strip' 'debug' 'staticlibs')
 license=("LGPL 2.1")
 url="http://saetta.ns0.it/"
-source=("${_realname}"::"git+http://saetta.ns0.it/git/solipa/aute/plugins/db/#branch=develop")
-sha256sums=('SKIP')
+source=("${_realname}"::"git+http://saetta.ns0.it/git/solipa/aute/plugins/db/#branch=develop"
+        001-win.patch)
+sha256sums=('SKIP'
+            '7392c47defc103d6932bf7429bf2214492c25d557e9e97429c3f4ee0f0fc492a')
 
 pkgver() {
   cd "$srcdir/$_realname"
@@ -31,6 +33,8 @@ pkgver() {
 
 prepare() {
   cd ${_realname}
+
+  patch -b -V simple -p1 -i ${srcdir}/001-win.patch
 }
 
 build() {
@@ -50,6 +54,5 @@ package() {
   cd "$srcdir/build-${MINGW_CHOST}"
   make DESTDIR=$pkgdir install
 
-  mv -f $pkgdir/${MINGW_PREFIX}/lib/libzakauthe/bin $pkgdir/${MINGW_PREFIX}
   install -Dm644 "${srcdir}/${_realname}/COPYING" "${pkgdir}${MINGW_PREFIX}/share/licenses/${_realname}/COPYING"
 }