_realname=evolution-data-server
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=3.13.7
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="Evolution database backend server (mingw-w64)"
depends=("${MINGW_PACKAGE_PREFIX}-glib2"
"${MINGW_PACKAGE_PREFIX}-vala"
"${MINGW_PACKAGE_PREFIX}-gobject-introspection"
"${MINGW_PACKAGE_PREFIX}-pkg-config")
-options=('strip' 'staticlibs')
+options=('!strip' 'debug' '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
--libexecdir=${MINGW_PREFIX}/lib \
--disable-goa \
--disable-uoa \
- --with-openldap
+ --with-openldap \
+ --disable-examples
make
}
_realname=libautoz
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.0.5
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="Library to manage authorizations (mingw-w64)"
depends=("${MINGW_PACKAGE_PREFIX}-libgda-full")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
"${MINGW_PACKAGE_PREFIX}-gtk-doc"
"${MINGW_PACKAGE_PREFIX}-gnome-common")
-options=('strip' 'staticlibs')
+options=('!strip' 'debug' 'staticlibs')
license=("LGPL 2.1")
url="http://saetta.ns0.it/"
source=(git+http://saetta.ns0.it/git/${_realname}#branch=libgda5)
_realname=libgda
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-full"
pkgver=5.2.2
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="Data abstraction library based on GLib (mingw-w64)"
license=("LGPL 2")
"${MINGW_PACKAGE_PREFIX}-postgresql"
"${MINGW_PACKAGE_PREFIX}-libmariadbclient"
"${MINGW_PACKAGE_PREFIX}-openldap"
- "${MINGW_PACKAGE_PREFIX}-pkgconf"
+ "${MINGW_PACKAGE_PREFIX}-pkg-config"
"libintl")
conflicts=("${MINGW_PACKAGE_PREFIX}-libgda")
-options=('strip' '!debug' 'staticlibs')
+options=('!strip' 'debug' 'staticlibs')
source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver:0:3}/${_realname}-$pkgver.tar.xz
001-lemon.patch
002-mysql-m4.patch
_realname=libgdaex
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="Utilities for libgda (mingw-w64)"
depends=("${MINGW_PACKAGE_PREFIX}-libgda-full")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
"${MINGW_PACKAGE_PREFIX}-gtk-doc"
"${MINGW_PACKAGE_PREFIX}-gnome-common")
-options=('strip' 'staticlibs')
+options=('!strip' 'debug' 'staticlibs')
license=("LGPL 2.1")
url="http://saetta.ns0.it/"
source=(git+http://saetta.ns0.it/git/${_realname}#branch=gtk3
_realname=libgtkform
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="Library to make easy to bing form with db (libgda) (mingw-w64)"
depends=("${MINGW_PACKAGE_PREFIX}-libgda-full")
"${MINGW_PACKAGE_PREFIX}-gtk-doc"
"${MINGW_PACKAGE_PREFIX}-gnome-common"
"${MINGW_PACKAGE_PREFIX}-glade")
-options=('strip' 'staticlibs')
+options=('!strip' 'debug' 'staticlibs')
license=("LGPL 2.1")
url="http://saetta.ns0.it/"
source=(git+http://saetta.ns0.it/git/${_realname}#branch=gtk3
--build=${MINGW_CHOST} \
--prefix=${MINGW_PREFIX} \
--libexecdir=${MINGW_PREFIX}/lib
- make V=1
+ make
}
package() {
--- /dev/null
+--- libreptool/Makefile.am.orig 2014-11-08 14:19:14.302251600 +0100
++++ libreptool/Makefile.am 2014-11-08 14:23:15.470895300 +0100
+@@ -12,11 +12,6 @@
+ rm -f ChangeLog; \
+ fi
+
+-if PLATFORM_WIN32
+-install-data-hook:
+- \cp -f -r $(prefix)/* /mingw
+-endif
+-
+ ChangeLog:
+ @echo Creating $@
+ @if test -d "$(srcdir)/.git"; then \
+++ /dev/null
-diff --git a/src/Makefile.am b/src/Makefile.am
-index b3ec294..b4740e5 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -4,20 +4,20 @@ AM_CPPFLAGS = $(REPTOOL_CFLAGS) \
- -DG_LOG_DOMAIN=\"libreptool\"
-
- parser.tab.c parser.tab.h: parser.y
-- bison -d parser.y
-+ bison -d $(srcdir)/parser.y
-
- lexycal.yy.c lexycal.yy.h: lexycal.fl
-- flex -o lexycal.yy.c --header-file=lexycal.yy.h lexycal.fl
-+ flex -o $(srcdir)/lexycal.yy.c --header-file=$(srcdir)/lexycal.yy.h $(srcdir)/lexycal.fl
-
- lib_LTLIBRARIES = libreptool.la
-
- libreptool_la_LDFLAGS = -no-undefined
-
- rptmarshal.c: rptmarshal.h reptool_marshal.list $(GLIB_GENMARSHAL)
-- $(GLIB_GENMARSHAL) reptool_marshal.list --body --prefix=_rpt_marshal > $@
-+ $(GLIB_GENMARSHAL) $(srcdir)/reptool_marshal.list --body --prefix=_rpt_marshal > $(srcdir)/$@
-
- rptmarshal.h: reptool_marshal.list $(GLIB_GENMARSHAL)
-- $(GLIB_GENMARSHAL) reptool_marshal.list --header --prefix=_rpt_marshal > $@
-+ $(GLIB_GENMARSHAL) $(srcdir)/reptool_marshal.list --header --prefix=_rpt_marshal > $(srcdir)/$@
-
- libreptool_la_SOURCES = \
- parser.tab.c \
_realname=libreptool
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="Library to make reports (mingw-w64)"
depends=("${MINGW_PACKAGE_PREFIX}-libgda-full")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
"${MINGW_PACKAGE_PREFIX}-gtk-doc"
"${MINGW_PACKAGE_PREFIX}-gnome-common")
-options=('strip' 'staticlibs')
+options=('!strip' 'debug' 'staticlibs')
license=("LGPL 2.1")
url="http://saetta.ns0.it/"
source=(git+http://saetta.ns0.it/git/reptool/${_realname}#branch=gtk3
- 001-path.patch)
+ 001-no-install-hook.patch)
sha256sums=('SKIP'
- '16eb0a92de3527e17e2f9e46189216272203eae89be93ed2e3cbe0b9a0296a22')
+ 'bb34d7812aff00065dc12c4439b758f253668ce2dc2775718dada8b3d4ece713')
prepare() {
cd ${_realname}
- patch -p1 -i ${srcdir}/001-path.patch
+ patch -p1 -i ${srcdir}/001-no-install-hook.patch
}
build() {
_realname=libsolipa
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.5.0
-pkgrel=3
+pkgrel=4
arch=('any')
pkgdesc="Library of utilities (mingw-w64)"
depends=("${MINGW_PACKAGE_PREFIX}-libgdaex"
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
"${MINGW_PACKAGE_PREFIX}-gtk-doc"
"${MINGW_PACKAGE_PREFIX}-gnome-common")
-options=('strip' 'staticlibs')
+options=('!strip' 'debug' 'staticlibs')
license=("LGPL 2.1")
url="http://saetta.ns0.it/"
source=(git+http://saetta.ns0.it/git/solipa/${_realname}#branch=gtk3
_realname=libzakaudit
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="Library to audit db changes (mingw-w64)"
depends=("${MINGW_PACKAGE_PREFIX}-libgda-full")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
"${MINGW_PACKAGE_PREFIX}-gtk-doc"
"${MINGW_PACKAGE_PREFIX}-gnome-common")
-options=('strip' 'staticlibs')
+options=('!strip' 'debug' 'staticlibs')
license=("LGPL 2.1")
url="http://saetta.ns0.it/"
source=(libzakaudit::git+http://saetta.ns0.it/git/solipa/audit/libaudit#branch=gtk3
_realname=organigramma
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.0.1
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="Gestione dati territoriali (mingw-w64)"
depends=("${MINGW_PACKAGE_PREFIX}-libgdaex"
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
"${MINGW_PACKAGE_PREFIX}-gtk-doc"
"${MINGW_PACKAGE_PREFIX}-gnome-common")
-options=('strip' 'staticlibs')
+options=('!strip' 'debug' 'staticlibs')
license=("LGPL 2.1")
url="http://saetta.ns0.it/"
source=(git+http://saetta.ns0.it/git/solipa/${_realname}#branch=gtk3
_realname=territorio
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.0.1
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="Gestione dati territoriali (mingw-w64)"
depends=("${MINGW_PACKAGE_PREFIX}-libgdaex"
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
"${MINGW_PACKAGE_PREFIX}-gtk-doc"
"${MINGW_PACKAGE_PREFIX}-gnome-common")
-options=('strip' 'staticlibs')
+options=('!strip' 'debug' 'staticlibs')
license=("LGPL 2.1")
url="http://saetta.ns0.it/"
source=(git+http://saetta.ns0.it/git/solipa/${_realname}#branch=gtk3)