[arch-commits] Commit in gnucash/repos/extra-i686 (4 files)

2016-04-07 Thread Jürgen Hötzel
Date: Thursday, April 7, 2016 @ 22:05:54
  Author: juergen
Revision: 263993

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 263992, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 263992, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install

-+
 PKGBUILD|  104 +++---
 gnucash.install |   72 ++---
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-07 19:50:45 UTC (rev 263992)
+++ PKGBUILD2016-04-07 20:05:54 UTC (rev 263993)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-# Contributor: Mark Schneider 
-
-pkgname=gnucash
-pkgver=2.6.12
-pkgrel=2
-pkgdesc="A personal and small-business financial-accounting application"
-arch=('i686' 'x86_64')
-url="http://www.gnucash.org;
-license=("GPL")
-depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool' 'gcc' 'pkgconfig')
-optdepends=('evince: for print preview'
-   'yelp: help browser'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('c4e38f8ffb2d82a2dfc8ebc6884e53eeaef72d9f')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  cd src/doc/design
-  make DESTDIR="${pkgdir}" install-info
-
-  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
-  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f "${pkgdir}"/usr/bin/gnucash-valgrind
-
-  # fix FS#45453
-  sed -i  's/exec gnucash-env [^[:space:]]*/exec gnucash-env guile/g' 
"${pkgdir}/usr/lib/gnucash/overrides/gnucash-make-guids"
-  rm "${pkgdir}/usr/lib/gnucash/overrides/guile"
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 263992, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-07 20:05:54 UTC (rev 263993)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=2.6.12
+pkgrel=2
+pkgdesc="A personal and small-business financial-accounting application"
+arch=('i686' 'x86_64')
+url="http://www.gnucash.org;
+license=("GPL")
+depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+makedepends=('intltool' 'gcc' 'pkgconfig')
+optdepends=('evince: for print preview'
+   'yelp: help browser'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('c4e38f8ffb2d82a2dfc8ebc6884e53eeaef72d9f')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  cd src/doc/design
+  make DESTDIR="${pkgdir}" install-info
+
+  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was 

[arch-commits] Commit in gnucash/repos/extra-i686 (4 files)

2016-04-07 Thread Jürgen Hötzel
Date: Thursday, April 7, 2016 @ 21:50:45
  Author: juergen
Revision: 263992

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 263991, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 263991, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install

-+
 PKGBUILD|  104 +++---
 gnucash.install |   72 ++---
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-07 19:36:06 UTC (rev 263991)
+++ PKGBUILD2016-04-07 19:50:45 UTC (rev 263992)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-# Contributor: Mark Schneider 
-
-pkgname=gnucash
-pkgver=2.6.11
-pkgrel=2
-pkgdesc="A personal and small-business financial-accounting application"
-arch=('i686' 'x86_64')
-url="http://www.gnucash.org;
-license=("GPL")
-depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool' 'gcc' 'pkgconfig')
-optdepends=('evince: for print preview'
-   'yelp: help browser'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('40d0fb36112b21b3749552b0811c461b1467923a')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  cd src/doc/design
-  make DESTDIR="${pkgdir}" install-info
-
-  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
-  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f "${pkgdir}"/usr/bin/gnucash-valgrind
-
-  # fix FS#45453
-  sed -i  's/exec gnucash-env [^[:space:]]*/exec gnucash-env guile/g' 
"${pkgdir}/usr/lib/gnucash/overrides/gnucash-make-guids"
-  rm "${pkgdir}/usr/lib/gnucash/overrides/guile"
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 263991, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-07 19:50:45 UTC (rev 263992)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=2.6.12
+pkgrel=2
+pkgdesc="A personal and small-business financial-accounting application"
+arch=('i686' 'x86_64')
+url="http://www.gnucash.org;
+license=("GPL")
+depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+makedepends=('intltool' 'gcc' 'pkgconfig')
+optdepends=('evince: for print preview'
+   'yelp: help browser'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('c4e38f8ffb2d82a2dfc8ebc6884e53eeaef72d9f')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  cd src/doc/design
+  make DESTDIR="${pkgdir}" install-info
+
+  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was 

[arch-commits] Commit in gnucash/repos/extra-i686 (4 files)

2016-02-07 Thread Jürgen Hötzel
Date: Sunday, February 7, 2016 @ 12:25:45
  Author: juergen
Revision: 258940

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 258939, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 258939, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install

-+
 PKGBUILD|  104 +++---
 gnucash.install |   72 ++---
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-07 11:20:12 UTC (rev 258939)
+++ PKGBUILD2016-02-07 11:25:45 UTC (rev 258940)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-# Contributor: Mark Schneider 
-
-pkgname=gnucash
-pkgver=2.6.10
-pkgrel=1
-pkgdesc="A personal and small-business financial-accounting application"
-arch=('i686' 'x86_64')
-url="http://www.gnucash.org;
-license=("GPL")
-depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool' 'gcc' 'pkgconfig')
-optdepends=('evince: for print preview'
-   'yelp: help browser'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('09c3eadde1f02056f0d41aee566c9d0cc05a8e6a')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  cd src/doc/design
-  make DESTDIR="${pkgdir}" install-info
-
-  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
-  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f "${pkgdir}"/usr/bin/gnucash-valgrind
-
-  # fix FS#45453
-  sed -i  's/exec gnucash-env [^[:space:]]*/exec gnucash-env guile/g' 
"${pkgdir}/usr/lib/gnucash/overrides/gnucash-make-guids"
-  rm "${pkgdir}/usr/lib/gnucash/overrides/guile"
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 258939, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-07 11:25:45 UTC (rev 258940)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=2.6.11
+pkgrel=1
+pkgdesc="A personal and small-business financial-accounting application"
+arch=('i686' 'x86_64')
+url="http://www.gnucash.org;
+license=("GPL")
+depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+makedepends=('intltool' 'gcc' 'pkgconfig')
+optdepends=('evince: for print preview'
+   'yelp: help browser'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('40d0fb36112b21b3749552b0811c461b1467923a')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  cd src/doc/design
+  make DESTDIR="${pkgdir}" install-info
+
+  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was 

[arch-commits] Commit in gnucash/repos/extra-i686 (4 files)

2016-02-07 Thread Jürgen Hötzel
Date: Sunday, February 7, 2016 @ 22:32:10
  Author: juergen
Revision: 258950

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 258949, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 258949, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install

-+
 PKGBUILD|  104 +++---
 gnucash.install |   72 ++---
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-07 20:54:18 UTC (rev 258949)
+++ PKGBUILD2016-02-07 21:32:10 UTC (rev 258950)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-# Contributor: Mark Schneider 
-
-pkgname=gnucash
-pkgver=2.6.11
-pkgrel=1
-pkgdesc="A personal and small-business financial-accounting application"
-arch=('i686' 'x86_64')
-url="http://www.gnucash.org;
-license=("GPL")
-depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool' 'gcc' 'pkgconfig')
-optdepends=('evince: for print preview'
-   'yelp: help browser'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('40d0fb36112b21b3749552b0811c461b1467923a')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  cd src/doc/design
-  make DESTDIR="${pkgdir}" install-info
-
-  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
-  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f "${pkgdir}"/usr/bin/gnucash-valgrind
-
-  # fix FS#45453
-  sed -i  's/exec gnucash-env [^[:space:]]*/exec gnucash-env guile/g' 
"${pkgdir}/usr/lib/gnucash/overrides/gnucash-make-guids"
-  rm "${pkgdir}/usr/lib/gnucash/overrides/guile"
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 258949, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-07 21:32:10 UTC (rev 258950)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=2.6.11
+pkgrel=2
+pkgdesc="A personal and small-business financial-accounting application"
+arch=('i686' 'x86_64')
+url="http://www.gnucash.org;
+license=("GPL")
+depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+makedepends=('intltool' 'gcc' 'pkgconfig')
+optdepends=('evince: for print preview'
+   'yelp: help browser'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('40d0fb36112b21b3749552b0811c461b1467923a')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  cd src/doc/design
+  make DESTDIR="${pkgdir}" install-info
+
+  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was 

[arch-commits] Commit in gnucash/repos/extra-i686 (4 files)

2015-12-22 Thread Jürgen Hötzel
Date: Tuesday, December 22, 2015 @ 10:47:30
  Author: juergen
Revision: 257110

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 257109, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 257109, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install

-+
 PKGBUILD|  104 +++---
 gnucash.install |   72 ++---
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-22 09:46:47 UTC (rev 257109)
+++ PKGBUILD2015-12-22 09:47:30 UTC (rev 257110)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-# Contributor: Mark Schneider 
-
-pkgname=gnucash
-pkgver=2.6.9
-pkgrel=1
-pkgdesc="A personal and small-business financial-accounting application"
-arch=('i686' 'x86_64')
-url="http://www.gnucash.org;
-license=("GPL")
-depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool' 'gcc' 'pkgconfig')
-optdepends=('evince: for print preview'
-   'yelp: help browser'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('d61b5da531982ebc0f0fee589733d64bec9b571d')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  cd src/doc/design
-  make DESTDIR="${pkgdir}" install-info
-
-  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
-  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f "${pkgdir}"/usr/bin/gnucash-valgrind
-
-  # fix FS#45453
-  sed -i  's/exec gnucash-env [^[:space:]]*/exec gnucash-env guile/g' 
"${pkgdir}/usr/lib/gnucash/overrides/gnucash-make-guids"
-  rm "${pkgdir}/usr/lib/gnucash/overrides/guile"
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 257109, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-22 09:47:30 UTC (rev 257110)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=2.6.10
+pkgrel=1
+pkgdesc="A personal and small-business financial-accounting application"
+arch=('i686' 'x86_64')
+url="http://www.gnucash.org;
+license=("GPL")
+depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+makedepends=('intltool' 'gcc' 'pkgconfig')
+optdepends=('evince: for print preview'
+   'yelp: help browser'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('09c3eadde1f02056f0d41aee566c9d0cc05a8e6a')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  cd src/doc/design
+  make DESTDIR="${pkgdir}" install-info
+
+  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it 

[arch-commits] Commit in gnucash/repos/extra-i686 (4 files)

2015-10-08 Thread Jürgen Hötzel
Date: Thursday, October 8, 2015 @ 16:45:14
  Author: juergen
Revision: 248506

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 248505, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 248505, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install

-+
 PKGBUILD|  104 +++---
 gnucash.install |   72 ++---
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-08 14:36:19 UTC (rev 248505)
+++ PKGBUILD2015-10-08 14:45:14 UTC (rev 248506)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-# Contributor: Mark Schneider 
-
-pkgname=gnucash
-pkgver=2.6.8
-pkgrel=1
-pkgdesc="A personal and small-business financial-accounting application"
-arch=('i686' 'x86_64')
-url="http://www.gnucash.org;
-license=("GPL")
-depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-   'yelp: help browser'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('302b4a9a6fe5075daf75a86ecdb6d8edd1e3bbd7')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  cd src/doc/design
-  make DESTDIR="${pkgdir}" install-info
-
-  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
-  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f "${pkgdir}"/usr/bin/gnucash-valgrind
-
-  # fix FS#45453
-  sed -i  's/exec gnucash-env [^[:space:]]*/exec gnucash-env guile/g' 
"${pkgdir}/usr/lib/gnucash/overrides/gnucash-make-guids"
-  rm "${pkgdir}/usr/lib/gnucash/overrides/guile"
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 248505, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-08 14:45:14 UTC (rev 248506)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=2.6.9
+pkgrel=1
+pkgdesc="A personal and small-business financial-accounting application"
+arch=('i686' 'x86_64')
+url="http://www.gnucash.org;
+license=("GPL")
+depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+makedepends=('intltool' 'gcc' 'pkgconfig')
+optdepends=('evince: for print preview'
+   'yelp: help browser'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('d61b5da531982ebc0f0fee589733d64bec9b571d')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  cd src/doc/design
+  make DESTDIR="${pkgdir}" install-info
+
+  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f 

[arch-commits] Commit in gnucash/repos/extra-i686 (4 files)

2015-09-29 Thread Jürgen Hötzel
Date: Tuesday, September 29, 2015 @ 14:18:39
  Author: juergen
Revision: 247888

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 247887, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 247887, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install

-+
 PKGBUILD|  104 +++---
 gnucash.install |   72 ++---
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-29 12:17:15 UTC (rev 247887)
+++ PKGBUILD2015-09-29 12:18:39 UTC (rev 247888)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-# Contributor: Mark Schneider 
-
-pkgname=gnucash
-pkgver=2.6.7
-pkgrel=1
-pkgdesc="A personal and small-business financial-accounting application"
-arch=('i686' 'x86_64')
-url="http://www.gnucash.org;
-license=("GPL")
-depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-   'yelp: help browser'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('93d51c45bdcc66bfcb1a1924622b48ca7f5ada17')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  cd src/doc/design
-  make DESTDIR="${pkgdir}" install-info
-
-  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
-  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f "${pkgdir}"/usr/bin/gnucash-valgrind
-
-  # fix FS#45453
-  sed -i  's/exec gnucash-env [^[:space:]]*/exec gnucash-env guile/g' 
"${pkgdir}/usr/lib/gnucash/overrides/gnucash-make-guids"
-  rm "${pkgdir}/usr/lib/gnucash/overrides/guile"
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 247887, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-29 12:18:39 UTC (rev 247888)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=2.6.8
+pkgrel=1
+pkgdesc="A personal and small-business financial-accounting application"
+arch=('i686' 'x86_64')
+url="http://www.gnucash.org;
+license=("GPL")
+depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+   'yelp: help browser'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('302b4a9a6fe5075daf75a86ecdb6d8edd1e3bbd7')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  cd src/doc/design
+  make DESTDIR="${pkgdir}" install-info
+
+  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f 

[arch-commits] Commit in gnucash/repos/extra-i686 (4 files)

2015-07-14 Thread Jürgen Hötzel
Date: Tuesday, July 14, 2015 @ 17:19:28
  Author: juergen
Revision: 242205

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 242204, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 242204, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install

-+
 PKGBUILD|  101 +++---
 gnucash.install |   72 +++---
 2 files changed, 88 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-14 14:35:23 UTC (rev 242204)
+++ PKGBUILD2015-07-14 15:19:28 UTC (rev 242205)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Mark Schneider queue...@gmail.com
-
-pkgname=gnucash
-pkgver=2.6.6
-pkgrel=1
-pkgdesc=A personal and small-business financial-accounting application
-arch=('i686' 'x86_64')
-url=http://www.gnucash.org;
-license=(GPL)
-depends=('slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-   'yelp: help browser'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('7a508743047202cc4c648ff188f92741010105a1')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-  cd src/doc/design
-  make DESTDIR=${pkgdir} install-info
-
-  install -dm755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f ${pkgdir}/usr/bin/gnucash-valgrind
-
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 242204, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-14 15:19:28 UTC (rev 242205)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Mark Schneider queue...@gmail.com
+
+pkgname=gnucash
+pkgver=2.6.7
+pkgrel=1
+pkgdesc=A personal and small-business financial-accounting application
+arch=('i686' 'x86_64')
+url=http://www.gnucash.org;
+license=(GPL)
+depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+   'yelp: help browser'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('93d51c45bdcc66bfcb1a1924622b48ca7f5ada17')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  cd src/doc/design
+  make DESTDIR=${pkgdir} install-info
+
+  install -dm755 ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f ${pkgdir}/usr/bin/gnucash-valgrind
+
+  # fix FS#45453
+  sed -i  's/exec gnucash-env [^[:space:]]*/exec gnucash-env guile/g' 
${pkgdir}/usr/lib/gnucash/overrides/gnucash-make-guids
+  rm ${pkgdir}/usr/lib/gnucash/overrides/guile
+}

Deleted: gnucash.install

[arch-commits] Commit in gnucash/repos/extra-i686 (4 files)

2015-04-01 Thread Jürgen Hötzel
Date: Wednesday, April 1, 2015 @ 21:04:10
  Author: juergen
Revision: 235334

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 235333, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 235333, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install

-+
 PKGBUILD|   97 +++---
 gnucash.install |   72 
 2 files changed, 85 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-01 18:21:47 UTC (rev 235333)
+++ PKGBUILD2015-04-01 19:04:10 UTC (rev 235334)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Mark Schneider queue...@gmail.com
-
-pkgname=gnucash
-pkgver=2.6.5
-pkgrel=1
-pkgdesc=A personal and small-business financial-accounting application
-arch=('i686' 'x86_64')
-url=http://www.gnucash.org;
-license=(GPL)
-depends=('slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('c9a5184603e41c6582f8342d4be9e392eceef33f')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-  cd src/doc/design
-  make DESTDIR=${pkgdir} install-info
-
-  install -dm755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f ${pkgdir}/usr/bin/gnucash-valgrind
-
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 235333, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-01 19:04:10 UTC (rev 235334)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Mark Schneider queue...@gmail.com
+
+pkgname=gnucash
+pkgver=2.6.6
+pkgrel=1
+pkgdesc=A personal and small-business financial-accounting application
+arch=('i686' 'x86_64')
+url=http://www.gnucash.org;
+license=(GPL)
+depends=('slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+   'yelp: help browser'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('7a508743047202cc4c648ff188f92741010105a1')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  cd src/doc/design
+  make DESTDIR=${pkgdir} install-info
+
+  install -dm755 ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f ${pkgdir}/usr/bin/gnucash-valgrind
+
+}

Deleted: gnucash.install
===
--- gnucash.install 2015-04-01 18:21:47 UTC (rev 235333)
+++ gnucash.install 2015-04-01 19:04:10 UTC (rev 235334)
@@ -1,36 +0,0 @@
-pkgname=gnucash
-info_dir=usr/share/info

[arch-commits] Commit in gnucash/repos/extra-i686 (4 files)

2014-12-23 Thread Jürgen Hötzel
Date: Tuesday, December 23, 2014 @ 12:52:33
  Author: juergen
Revision: 227944

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 227943, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 227943, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install

-+
 PKGBUILD|   92 --
 gnucash.install |   72 +-
 2 files changed, 84 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 10:22:46 UTC (rev 227943)
+++ PKGBUILD2014-12-23 11:52:33 UTC (rev 227944)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Mark Schneider queue...@gmail.com
-
-pkgname=gnucash
-pkgver=2.6.3
-pkgrel=1
-pkgdesc=A personal and small-business financial-accounting application
-arch=('i686' 'x86_64')
-url=http://www.gnucash.org;
-license=(GPL)
-depends=('slib' 'goffice0.8' 'libdbi-drivers' 'aqbanking' 'desktop-file-utils' 
'webkitgtk2' 'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('40ea9c069d0ad0a811b74f00c2b32faad6108a6a')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|guile-config|guile-config1.8|g' configure
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export GUILE=/usr/bin/guile1.8
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-  cd src/doc/design
-  make DESTDIR=${pkgdir} install-info
-
-  install -dm755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 227943, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 11:52:33 UTC (rev 227944)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Mark Schneider queue...@gmail.com
+
+pkgname=gnucash
+pkgver=2.6.5
+pkgrel=1
+pkgdesc=A personal and small-business financial-accounting application
+arch=('i686' 'x86_64')
+url=http://www.gnucash.org;
+license=(GPL)
+depends=('slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('c9a5184603e41c6582f8342d4be9e392eceef33f')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  cd src/doc/design
+  make DESTDIR=${pkgdir} install-info
+
+  install -dm755 ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f ${pkgdir}/usr/bin/gnucash-valgrind
+
+}

Deleted: gnucash.install
===
--- gnucash.install 2014-12-23 10:22:46 UTC (rev 227943)
+++ gnucash.install 2014-12-23 11:52:33 UTC (rev 227944)
@@ -1,36 +0,0 @@
-pkgname=gnucash
-info_dir=usr/share/info
-info_files=(gnucash-design.info)
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  [ -x usr/bin/install-info 

[arch-commits] Commit in gnucash/repos/extra-i686 (4 files)

2014-07-01 Thread Jürgen Hötzel
Date: Tuesday, July 1, 2014 @ 16:34:19
  Author: juergen
Revision: 216074

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 216073, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 216073, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install

-+
 PKGBUILD|   88 +++---
 gnucash.install |   72 ++--
 2 files changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-01 14:33:32 UTC (rev 216073)
+++ PKGBUILD2014-07-01 14:34:19 UTC (rev 216074)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Mark Schneider queue...@gmail.com
-
-pkgname=gnucash
-pkgver=2.6.2
-pkgrel=1
-pkgdesc=A personal and small-business financial-accounting application
-arch=('i686' 'x86_64')
-url=http://www.gnucash.org;
-license=(GPL)
-depends=('slib' 'goffice0.8' 'libdbi-drivers' 'aqbanking' 'desktop-file-utils' 
'webkitgtk2')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('26712924e4730285197a708dd6a2f608c092d230')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|guile-config|guile-config1.8|g' configure
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export GUILE=/usr/bin/guile1.8
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-  cd src/doc/design
-  make DESTDIR=${pkgdir} install-info
-
-  install -dm755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 216073, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-01 14:34:19 UTC (rev 216074)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Mark Schneider queue...@gmail.com
+
+pkgname=gnucash
+pkgver=2.6.3
+pkgrel=1
+pkgdesc=A personal and small-business financial-accounting application
+arch=('i686' 'x86_64')
+url=http://www.gnucash.org;
+license=(GPL)
+depends=('slib' 'goffice0.8' 'libdbi-drivers' 'aqbanking' 'desktop-file-utils' 
'webkitgtk2' 'libgnome-keyring' 'libgnomecanvas')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('40ea9c069d0ad0a811b74f00c2b32faad6108a6a')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|guile-config|guile-config1.8|g' configure
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export GUILE=/usr/bin/guile1.8
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  cd src/doc/design
+  make DESTDIR=${pkgdir} install-info
+
+  install -dm755 ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: gnucash.install
===
--- gnucash.install 2014-07-01 14:33:32 UTC (rev 216073)
+++ gnucash.install 2014-07-01 14:34:19 UTC (rev 216074)
@@ -1,36 +0,0 @@
-pkgname=gnucash
-info_dir=usr/share/info
-info_files=(gnucash-design.info)
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  pre_remove $1
-}

[arch-commits] Commit in gnucash/repos/extra-i686 (4 files)

2014-03-28 Thread Jürgen Hötzel
Date: Friday, March 28, 2014 @ 22:30:13
  Author: juergen
Revision: 208942

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 208941, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 208941, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install

-+
 PKGBUILD|   88 +++---
 gnucash.install |   72 ++--
 2 files changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-28 21:27:08 UTC (rev 208941)
+++ PKGBUILD2014-03-28 21:30:13 UTC (rev 208942)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Mark Schneider queue...@gmail.com
-
-pkgname=gnucash
-pkgver=2.6.1
-pkgrel=1
-pkgdesc=A personal and small-business financial-accounting application
-arch=('i686' 'x86_64')
-url=http://www.gnucash.org;
-license=(GPL)
-depends=('slib' 'goffice0.8' 'libgnomeui' 'libdbi-drivers' 'aqbanking' 
'desktop-file-utils' 'webkitgtk2')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('726ee08e95206ec3746a92efaa5281f27d6eacc8')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|guile-config|guile-config1.8|g' configure
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export GUILE=/usr/bin/guile1.8
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-  cd src/doc/design
-  make DESTDIR=${pkgdir} install-info
-
-  install -dm755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 208941, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-28 21:30:13 UTC (rev 208942)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Mark Schneider queue...@gmail.com
+
+pkgname=gnucash
+pkgver=2.6.2
+pkgrel=1
+pkgdesc=A personal and small-business financial-accounting application
+arch=('i686' 'x86_64')
+url=http://www.gnucash.org;
+license=(GPL)
+depends=('slib' 'goffice0.8' 'libdbi-drivers' 'aqbanking' 'desktop-file-utils' 
'webkitgtk2')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('26712924e4730285197a708dd6a2f608c092d230')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|guile-config|guile-config1.8|g' configure
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export GUILE=/usr/bin/guile1.8
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  cd src/doc/design
+  make DESTDIR=${pkgdir} install-info
+
+  install -dm755 ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: gnucash.install
===
--- gnucash.install 2014-03-28 21:27:08 UTC (rev 208941)
+++ gnucash.install 2014-03-28 21:30:13 UTC (rev 208942)
@@ -1,36 +0,0 @@
-pkgname=gnucash
-info_dir=usr/share/info
-info_files=(gnucash-design.info)
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
- 

[arch-commits] Commit in gnucash/repos/extra-i686 (4 files)

2014-01-01 Thread Jürgen Hötzel
Date: Wednesday, January 1, 2014 @ 14:16:08
  Author: juergen
Revision: 203017

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 203016, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 203016, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install

-+
 PKGBUILD|   88 +++---
 gnucash.install |   70 ++
 2 files changed, 80 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-31 21:21:19 UTC (rev 203016)
+++ PKGBUILD2014-01-01 13:16:08 UTC (rev 203017)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Contributor: Mark Schneider queue...@gmail.com
-
-pkgname=gnucash
-pkgver=2.4.13
-pkgrel=2
-pkgdesc=A personal and small-business financial-accounting application
-arch=('i686' 'x86_64')
-url=http://www.gnucash.org;
-license=(GPL)
-depends=('gtkhtml' 'slib' 'goffice0.8' 'libgnomeui' 'libdbi-drivers' 
'aqbanking' 'desktop-file-utils')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('cd28d4e7d84d71ade56173734d634ccadc59ed81')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|guile-config|guile-config1.8|g' configure
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export GUILE=/usr/bin/guile1.8
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-install --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-  cd src/doc/design
-  make DESTDIR=${pkgdir} install-info
-
-  install -dm755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 203016, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-01 13:16:08 UTC (rev 203017)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Mark Schneider queue...@gmail.com
+
+pkgname=gnucash
+pkgver=2.6.0
+pkgrel=1
+pkgdesc=A personal and small-business financial-accounting application
+arch=('i686' 'x86_64')
+url=http://www.gnucash.org;
+license=(GPL)
+depends=('slib' 'goffice0.8' 'libgnomeui' 'libdbi-drivers' 'aqbanking' 
'desktop-file-utils' 'webkitgtk2')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('9715468bbe9e4cef6559bfa9825d51ac10d6ff84')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|guile-config|guile-config1.8|g' configure
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export GUILE=/usr/bin/guile1.8
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  cd src/doc/design
+  make DESTDIR=${pkgdir} install-info
+
+  install -dm755 ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: gnucash.install
===
--- gnucash.install 2013-12-31 21:21:19 UTC (rev 203016)
+++ gnucash.install 2014-01-01 13:16:08 UTC (rev 203017)
@@ -1,34 +0,0 @@
-pkgname=gnucash
-info_dir=usr/share/info
-info_files=(gnucash-design.info)
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  

[arch-commits] Commit in gnucash/repos/extra-i686 (4 files)

2012-02-23 Thread Juergen Hoetzel
Date: Thursday, February 23, 2012 @ 09:11:09
  Author: juergen
Revision: 150911

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 150910, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 150910, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install

-+
 PKGBUILD|   76 +++---
 gnucash.install |   68 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-23 13:59:07 UTC (rev 150910)
+++ PKGBUILD2012-02-23 14:11:09 UTC (rev 150911)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Contributor: Mark Schneider queue...@gmail.com
-
-pkgname=gnucash
-pkgver=2.4.9
-pkgrel=1
-pkgdesc=A personal and small-business financial-accounting application
-arch=('i686' 'x86_64')
-url=http://www.gnucash.org;
-license=(GPL)
-depends=('gtkhtml' 'slib' 'goffice' 'libgnomeui' 'libdbi-drivers' 'aqbanking' 
'desktop-file-utils')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!libtool' '!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('a0ed6532e53164b7dc9a319d6503c6563310b878')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-install --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-  cd src/doc/design
-  make DESTDIR=${pkgdir} install-info
-
-  install -dm755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 150910, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-23 14:11:09 UTC (rev 150911)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Contributor: Mark Schneider queue...@gmail.com
+
+pkgname=gnucash
+pkgver=2.4.10
+pkgrel=1
+pkgdesc=A personal and small-business financial-accounting application
+arch=('i686' 'x86_64')
+url=http://www.gnucash.org;
+license=(GPL)
+depends=('gtkhtml' 'slib' 'goffice' 'libgnomeui' 'libdbi-drivers' 'aqbanking' 
'desktop-file-utils')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!libtool' '!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('b1906f8143406fdf8cb5217233143cc08e708b99')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-install --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  cd src/doc/design
+  make DESTDIR=${pkgdir} install-info
+
+  install -dm755 ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: gnucash.install
===
--- gnucash.install 2012-02-23 13:59:07 UTC (rev 150910)
+++ gnucash.install 2012-02-23 14:11:09 UTC (rev 150911)
@@ -1,34 +0,0 @@
-pkgname=gnucash
-info_dir=usr/share/info
-info_files=(gnucash-design.info)
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-usr/bin/install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 
/dev/null
-  done
-}
-
-post_remove() {
-  update-desktop-database -q
-