From 487a148715b44eb77cb3aaf69c8ac3f8bb516749 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Sat, 8 Nov 2014 16:36:12 +0100 Subject: [PATCH] Ricompilati i pacchetti con debug info. --- .../mingw-w64-evolution-data-server/PKGBUILD | 7 +++-- packages/mingw-w64-libautoz/PKGBUILD | 4 +-- packages/mingw-w64-libgda-full/PKGBUILD | 6 ++-- packages/mingw-w64-libgdaex/PKGBUILD | 4 +-- packages/mingw-w64-libgtkform/PKGBUILD | 6 ++-- .../001-no-install-hook.patch | 14 +++++++++ packages/mingw-w64-libreptool/001-path.patch | 29 ------------------- packages/mingw-w64-libreptool/PKGBUILD | 10 +++---- packages/mingw-w64-libsolipa/PKGBUILD | 4 +-- packages/mingw-w64-libzakaudit/PKGBUILD | 4 +-- packages/mingw-w64-organigramma/PKGBUILD | 4 +-- packages/mingw-w64-territorio/PKGBUILD | 4 +-- 12 files changed, 41 insertions(+), 55 deletions(-) create mode 100644 packages/mingw-w64-libreptool/001-no-install-hook.patch delete mode 100644 packages/mingw-w64-libreptool/001-path.patch diff --git a/packages/mingw-w64-evolution-data-server/PKGBUILD b/packages/mingw-w64-evolution-data-server/PKGBUILD index 5229182..6d8516c 100644 --- a/packages/mingw-w64-evolution-data-server/PKGBUILD +++ b/packages/mingw-w64-evolution-data-server/PKGBUILD @@ -3,7 +3,7 @@ _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" @@ -22,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${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 @@ -53,7 +53,8 @@ build() { --libexecdir=${MINGW_PREFIX}/lib \ --disable-goa \ --disable-uoa \ - --with-openldap + --with-openldap \ + --disable-examples make } diff --git a/packages/mingw-w64-libautoz/PKGBUILD b/packages/mingw-w64-libautoz/PKGBUILD index 05b4a9f..48a1b7d 100644 --- a/packages/mingw-w64-libautoz/PKGBUILD +++ b/packages/mingw-w64-libautoz/PKGBUILD @@ -3,14 +3,14 @@ _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) diff --git a/packages/mingw-w64-libgda-full/PKGBUILD b/packages/mingw-w64-libgda-full/PKGBUILD index dc6db9b..e51cb7d 100644 --- a/packages/mingw-w64-libgda-full/PKGBUILD +++ b/packages/mingw-w64-libgda-full/PKGBUILD @@ -3,7 +3,7 @@ _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") @@ -25,10 +25,10 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${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 diff --git a/packages/mingw-w64-libgdaex/PKGBUILD b/packages/mingw-w64-libgdaex/PKGBUILD index 4ba71a9..861c910 100644 --- a/packages/mingw-w64-libgdaex/PKGBUILD +++ b/packages/mingw-w64-libgdaex/PKGBUILD @@ -3,14 +3,14 @@ _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 diff --git a/packages/mingw-w64-libgtkform/PKGBUILD b/packages/mingw-w64-libgtkform/PKGBUILD index 8da66b4..5ec9637 100644 --- a/packages/mingw-w64-libgtkform/PKGBUILD +++ b/packages/mingw-w64-libgtkform/PKGBUILD @@ -3,7 +3,7 @@ _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") @@ -11,7 +11,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${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 @@ -38,7 +38,7 @@ build() { --build=${MINGW_CHOST} \ --prefix=${MINGW_PREFIX} \ --libexecdir=${MINGW_PREFIX}/lib - make V=1 + make } package() { diff --git a/packages/mingw-w64-libreptool/001-no-install-hook.patch b/packages/mingw-w64-libreptool/001-no-install-hook.patch new file mode 100644 index 0000000..069f7f4 --- /dev/null +++ b/packages/mingw-w64-libreptool/001-no-install-hook.patch @@ -0,0 +1,14 @@ +--- 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 \ diff --git a/packages/mingw-w64-libreptool/001-path.patch b/packages/mingw-w64-libreptool/001-path.patch deleted file mode 100644 index 64572d2..0000000 --- a/packages/mingw-w64-libreptool/001-path.patch +++ /dev/null @@ -1,29 +0,0 @@ -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 \ diff --git a/packages/mingw-w64-libreptool/PKGBUILD b/packages/mingw-w64-libreptool/PKGBUILD index 489a253..5ddb582 100644 --- a/packages/mingw-w64-libreptool/PKGBUILD +++ b/packages/mingw-w64-libreptool/PKGBUILD @@ -3,25 +3,25 @@ _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() { diff --git a/packages/mingw-w64-libsolipa/PKGBUILD b/packages/mingw-w64-libsolipa/PKGBUILD index f7aa8c5..58d9553 100644 --- a/packages/mingw-w64-libsolipa/PKGBUILD +++ b/packages/mingw-w64-libsolipa/PKGBUILD @@ -3,7 +3,7 @@ _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" @@ -13,7 +13,7 @@ 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 diff --git a/packages/mingw-w64-libzakaudit/PKGBUILD b/packages/mingw-w64-libzakaudit/PKGBUILD index 3ecbb8f..6f1a12e 100644 --- a/packages/mingw-w64-libzakaudit/PKGBUILD +++ b/packages/mingw-w64-libzakaudit/PKGBUILD @@ -3,14 +3,14 @@ _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 diff --git a/packages/mingw-w64-organigramma/PKGBUILD b/packages/mingw-w64-organigramma/PKGBUILD index 2291745..9f640e2 100644 --- a/packages/mingw-w64-organigramma/PKGBUILD +++ b/packages/mingw-w64-organigramma/PKGBUILD @@ -3,7 +3,7 @@ _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" @@ -13,7 +13,7 @@ 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 diff --git a/packages/mingw-w64-territorio/PKGBUILD b/packages/mingw-w64-territorio/PKGBUILD index 42441ed..82179fa 100644 --- a/packages/mingw-w64-territorio/PKGBUILD +++ b/packages/mingw-w64-territorio/PKGBUILD @@ -3,7 +3,7 @@ _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" @@ -14,7 +14,7 @@ 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) -- 2.49.0