Date: Sunday, August 7, 2016 @ 08:30:29 Author: juergen Revision: 273434
archrelease: copy trunk to extra-i686, extra-x86_64 Added: gnucash/repos/extra-i686/PKGBUILD (from rev 273433, gnucash/trunk/PKGBUILD) gnucash/repos/extra-x86_64/PKGBUILD (from rev 273433, gnucash/trunk/PKGBUILD) Deleted: gnucash/repos/extra-i686/PKGBUILD gnucash/repos/extra-x86_64/PKGBUILD -----------------------+ /PKGBUILD | 96 ++++++++++++++++++++++++++++++++++++++++++++++++ extra-i686/PKGBUILD | 51 ------------------------- extra-x86_64/PKGBUILD | 51 ------------------------- 3 files changed, 96 insertions(+), 102 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2016-08-07 08:30:15 UTC (rev 273433) +++ extra-i686/PKGBUILD 2016-08-07 08:30:29 UTC (rev 273434) @@ -1,51 +0,0 @@ -# $Id$ -# Maintainer: Juergen Hoetzel <juer...@archlinux.org> -# Contributor: Mark Schneider <queue...@gmail.com> - -pkgname=gnucash -pkgver=2.6.12 -pkgrel=4 -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') -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 273433, gnucash/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-08-07 08:30:29 UTC (rev 273434) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: Juergen Hoetzel <juer...@archlinux.org> +# Contributor: Mark Schneider <queue...@gmail.com> + +pkgname=gnucash +pkgver=2.6.13 +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') +source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) +sha1sums=('6ae9476141d98d9c986018d5ee593bbb80c0942d') + +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: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2016-08-07 08:30:15 UTC (rev 273433) +++ extra-x86_64/PKGBUILD 2016-08-07 08:30:29 UTC (rev 273434) @@ -1,51 +0,0 @@ -# $Id$ -# Maintainer: Juergen Hoetzel <juer...@archlinux.org> -# Contributor: Mark Schneider <queue...@gmail.com> - -pkgname=gnucash -pkgver=2.6.12 -pkgrel=4 -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') -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-x86_64/PKGBUILD (from rev 273433, gnucash/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-08-07 08:30:29 UTC (rev 273434) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: Juergen Hoetzel <juer...@archlinux.org> +# Contributor: Mark Schneider <queue...@gmail.com> + +pkgname=gnucash +pkgver=2.6.13 +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') +source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) +sha1sums=('6ae9476141d98d9c986018d5ee593bbb80c0942d') + +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 + +}