From 5e27fc01b0a9107d2242c70f79f9bd75a5e42c28 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 8 Jul 2013 01:44:08 -0700 Subject: Mon Jul 8 01:44:07 PDT 2013 --- pcr/gnuhealth/PKGBUILD | 79 +++++++++++++++++++++--------------- pcr/python2-polib/PKGBUILD | 6 +-- pcr/python2-qrcode/PKGBUILD | 7 ++-- pcr/python2-relatorio/PKGBUILD | 41 +++++++------------ pcr/trytond-account-invoice/PKGBUILD | 9 ++-- pcr/trytond-account-product/PKGBUILD | 9 ++-- pcr/trytond-account/PKGBUILD | 9 ++-- pcr/trytond-calendar/PKGBUILD | 9 ++-- pcr/trytond-company/PKGBUILD | 9 ++-- pcr/trytond-country/PKGBUILD | 9 ++-- pcr/trytond-currency/PKGBUILD | 9 ++-- pcr/trytond-party/PKGBUILD | 9 ++-- pcr/trytond-product/PKGBUILD | 9 ++-- pcr/trytond-stock-lot/PKGBUILD | 9 ++-- pcr/trytond-stock/PKGBUILD | 9 ++-- pcr/trytond/PKGBUILD | 13 +++--- 16 files changed, 129 insertions(+), 116 deletions(-) (limited to 'pcr') diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD index 695062e5b..3eaee88d0 100644 --- a/pcr/gnuhealth/PKGBUILD +++ b/pcr/gnuhealth/PKGBUILD @@ -1,13 +1,13 @@ -# Maintainer: SpepS -# Maintainer (Parabola): André Silva +# Maintainer: André Silva +# Contributor: SpepS pkgname=gnuhealth -pkgver=1.8.1 -pkgrel=3 +pkgver=2.0.0 +pkgrel=1 pkgdesc="A free Health and Hospital Information System" -arch=(any) -url="http://health.gnu.org/" -license=('GPL3') +arch=any +url=http://health.gnu.org/ +license=GPL3 depends=( postgresql pygtk @@ -26,33 +26,48 @@ depends=( trytond-country trytond-stock-lot ) -source=("http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz") -md5sums=('d3837242011df1d39ce7a0f1d6e6a46a') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - # python2 fixes - export PYTHON=python2 - - # mv man file - mv health/man . - - ./configure --prefix=/usr -} +source=http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz +sha512sums=5d528fe4a20a2b237f32d023f44e898a012f47f9ba83611f71fba386990bf98dbbdb1fb9c5b78dd5a3b65c6fe9b2fe4e7e472fec90cab009e5b8e31b1f31ceeb package() { - cd "$srcdir/$pkgname-$pkgver" - make MANTARGET="$pkgdir/usr/share/man/man1" \ - DESTDIR="$pkgdir/" install + MODULES=( + health + health_calendar + health_genetics + health_gyneco + health_history + health_icd10 + health_icd10pcs + health_icu + health_inpatient + health_inpatient_calendar + health_lab + health_lifestyle + health_mdg6 + health_ntd + health_ntd_chagas + health_nursing + health_pediatrics + health_profile + health_qrcodes + health_reporting + health_services + health_socioeconomics + health_stock + health_surgery + health_who_essential_medicines + ) - # man - install -Dm644 man/$pkgname.1 \ - "$pkgdir/usr/share/man/man1/$pkgname.1" + # build gnuhealth modules + for module in ${MODULES[@]} + do + cd $srcdir/$pkgname-$pkgver/$module + python2 setup.py install --root=$pkgdir + done - # python2 fix - sed -i 's/env python/&2/' \ - `grep -rl 'env python' "$pkgdir"` -} + # put gnuhealth manual to man folder + cd "$srcdir/$pkgname-$pkgver" -# vim:set ts=2 sw=2 et: + install -Dm644 health/man/$pkgname.1 \ + $pkgdir/usr/share/man/man1/$pkgname.1 +} diff --git a/pcr/python2-polib/PKGBUILD b/pcr/python2-polib/PKGBUILD index ae282a2d8..50047ac3e 100644 --- a/pcr/python2-polib/PKGBUILD +++ b/pcr/python2-polib/PKGBUILD @@ -1,8 +1,8 @@ -# Maintainer: Esteban V. Carnevale +# Maintainer: Esteban V. Carnevale pkgname=python2-polib _pkgname='polib' -pkgver=1.0.0 +pkgver=1.0.3 pkgrel=1 pkgdesc='A library to manipulate gettext files' url='http://polib.readthedocs.org/en/latest/index.html' @@ -11,7 +11,7 @@ license=('MIT') depends=('python2') source=("https://bitbucket.org/izi/polib/downloads/polib-${pkgver}.tar.gz") -md5sums=('62a7662c3fd3eddcabba61107b6baae3') +md5sums=('dc9dc39d4053cfe030155891f3043cb1') build() { cd "${srcdir}/${_pkgname}-${pkgver}" diff --git a/pcr/python2-qrcode/PKGBUILD b/pcr/python2-qrcode/PKGBUILD index cd807331e..a0d2377cb 100644 --- a/pcr/python2-qrcode/PKGBUILD +++ b/pcr/python2-qrcode/PKGBUILD @@ -2,21 +2,20 @@ # Maintainer: Francois Boulogne pkgname=python2-qrcode -pkgver=2.3.1 +pkgver=2.7 pkgrel=1 pkgdesc="Python library to generate QR codes" arch=('any') url="https://github.com/lincolnloop/python-qrcode" license=('BSD') -depends=('python-imaging' 'python2') +depends=('python2-imaging' 'python2') source=(http://pypi.python.org/packages/source/q/qrcode/qrcode-${pkgver}.tar.gz) -md5sums=("574a5e617e87fd00a47a5abcc53443b4") +md5sums=("9c0c3d85aae468ac5ed9a501306d00d0") package() { cd "$srcdir/qrcode-$pkgver" python2 setup.py install --root="${pkgdir}" - } # vim:ts=2:sw=2:et: diff --git a/pcr/python2-relatorio/PKGBUILD b/pcr/python2-relatorio/PKGBUILD index fcaae5c7a..3e52303b4 100644 --- a/pcr/python2-relatorio/PKGBUILD +++ b/pcr/python2-relatorio/PKGBUILD @@ -1,35 +1,22 @@ -# Maintainer: Jakub Klinkovský -# Contributor (Parabola): André Silva +# Contributor: Florian Walch +# Maintainer: Thomas Bahn +# Maintainer (Parabola): André Silva pkgname=python2-relatorio -pkgver=183 -pkgrel=1 -pkgdesc="Relatorio is an OpenHex and B2CK project to easily create reports in a variety of formats (openoffice text, PDF, XHTML) from python objects." +pkgver=0.5.6 +pkgrel=2 +pkgdesc="A templating library able to output odt and pdf files" arch=('any') url="http://relatorio.openhex.org" license=('GPL') -depends=('python2-genshi' 'python2-lxml' 'python2-yaml' 'python2-pycha') -makedepends=('mercurial' 'python2-distribute') - -_hgroot="http://hg.openhex.org/hgwebdir.cgi/relatorio" -_hgrepo="relatorio" +depends=('python2-genshi>=0.7' 'python2-lxml>=3.2.1') +makedepends=('python2-distribute') +source=("http://pypi.python.org/packages/source/r/relatorio/relatorio-$pkgver.tar.gz") build() { - cd "$srcdir" - msg "Connecting to Mercurial server...." - - if [[ -d "$_hgrepo" ]]; then - cd "$_hgrepo" - hg pull -u - msg "The local files are updated." - else - hg clone "$_hgroot" "$_hgrepo" - fi - - msg "Mercurial checkout done or server timeout" + cd $srcdir/relatorio-$pkgver + chmod 644 relatorio.egg-info/* + python2 setup.py install --root=$pkgdir } -package() { - cd "$srcdir/$_hgrepo" - msg "Starting build..." - python2 setup.py install --root=$pkgdir -} + +md5sums=('944fb60fadaff451ab6ee8818de516ad') diff --git a/pcr/trytond-account-invoice/PKGBUILD b/pcr/trytond-account-invoice/PKGBUILD index 1f2574548..5488733bf 100644 --- a/pcr/trytond-account-invoice/PKGBUILD +++ b/pcr/trytond-account-invoice/PKGBUILD @@ -1,18 +1,19 @@ # Maintainer: Robin Baumgartner +# Maintainer (Parabola): André Silva pkgname=trytond-account-invoice _pkgname=trytond_account_invoice -pkgver=2.6.3 -_pkgdir=2.6 +pkgver=2.8.1 +_pkgdir=2.8 pkgrel=1 pkgdesc="The account_invoice module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=2.6' 'trytond-account>=2.6' 'trytond-company>=2.6' 'trytond-party>=2.6' 'trytond-product>=2.6' 'trytond-currency>=2.6' 'trytond-account-product>=2.6') +depends=('trytond>=2.8' 'trytond-account>=2.8' 'trytond-account-product>=2.8' 'trytond-company>=2.8' 'trytond-currency>=2.8' 'trytond-party>=2.8' 'trytond-product>=2.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("a93b71985bbcb70499019429a3dc4e25") +md5sums=("0f61e65c235f5b09df1be72851a4f0d4") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-account-product/PKGBUILD b/pcr/trytond-account-product/PKGBUILD index b8ec822c6..14c5a1ea8 100644 --- a/pcr/trytond-account-product/PKGBUILD +++ b/pcr/trytond-account-product/PKGBUILD @@ -1,18 +1,19 @@ # Maintainer: Robin Baumgartner +# Maintainer (Parabola): André Silva pkgname=trytond-account-product _pkgname=trytond_account_product -pkgver=2.6.0 -_pkgdir=2.6 +pkgver=2.8.0 +_pkgdir=2.8 pkgrel=1 pkgdesc="The account_product module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=2.6' 'trytond-account>=2.6' 'trytond-company>=2.6' 'trytond-product>=2.6') +depends=('trytond>=2.8' 'trytond-account>=2.8' 'trytond-company>=2.8' 'trytond-product>=2.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("7c4ebba0419c62addeb7417c57a84125") +md5sums=("431a2bdb15e8f84af7de42e571f1c4e5") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-account/PKGBUILD b/pcr/trytond-account/PKGBUILD index b4c2affb0..9bb9022e5 100644 --- a/pcr/trytond-account/PKGBUILD +++ b/pcr/trytond-account/PKGBUILD @@ -1,18 +1,19 @@ # Maintainer: Robin Baumgartner +# Maintainer (Parabola): André Silva pkgname=trytond-account _pkgname=trytond_account -pkgver=2.6.3 -_pkgdir=2.6 +pkgver=2.8.1 +_pkgdir=2.8 pkgrel=1 pkgdesc="The account module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=2.6' 'trytond-company>=2.6' 'trytond-party>=2.6' 'trytond-currency>=2.6') +depends=('trytond>=2.8' 'trytond-company>=2.8' 'trytond-currency>=2.8' 'trytond-party>=2.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("872c05b5be3d6737575137d827234cfb") +md5sums=("2cdb5b5e8a3984315d410b550b7ffc1b") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-calendar/PKGBUILD b/pcr/trytond-calendar/PKGBUILD index db8756171..aa9341c94 100644 --- a/pcr/trytond-calendar/PKGBUILD +++ b/pcr/trytond-calendar/PKGBUILD @@ -1,18 +1,19 @@ # Maintainer: Robin Baumgartner +# Maintainer (Parabola): André Silva pkgname=trytond-calendar _pkgname=trytond_calendar -pkgver=2.6.1 -_pkgdir=2.6 +pkgver=2.8.0 +_pkgdir=2.8 pkgrel=1 pkgdesc="The calendar module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=2.6') +depends=('trytond>=2.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("a6612776bf735eb9c68e2a5b3aa8ce83") +md5sums=("0ea2e2c2d31b44e0072591a42cf63b1a") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-company/PKGBUILD b/pcr/trytond-company/PKGBUILD index da9e2b27f..548c46f38 100644 --- a/pcr/trytond-company/PKGBUILD +++ b/pcr/trytond-company/PKGBUILD @@ -1,18 +1,19 @@ # Maintainer: Robin Baumgartner +# Maintainer (Parabola): André Silva pkgname=trytond-company _pkgname=trytond_company -pkgver=2.6.1 -_pkgdir=2.6 +pkgver=2.8.0 +_pkgdir=2.8 pkgrel=1 pkgdesc="The company module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=2.6' 'trytond-party>=2.6' 'trytond-currency>=2.6') +depends=('trytond>=2.8' 'trytond-currency>=2.8' 'trytond-party>=2.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("7f5ad0dab46f3c62c7f03ea5d48684f9") +md5sums=("6fc6ef3ec24cbe4a486f7b492e67268f") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-country/PKGBUILD b/pcr/trytond-country/PKGBUILD index 17c06dc33..fa0070eee 100644 --- a/pcr/trytond-country/PKGBUILD +++ b/pcr/trytond-country/PKGBUILD @@ -1,18 +1,19 @@ # Maintainer: Robin Baumgartner +# Maintainer (Parabola): André Silva pkgname=trytond-country _pkgname=trytond_country -pkgver=2.6.0 -_pkgdir=2.6 +pkgver=2.8.0 +_pkgdir=2.8 pkgrel=1 pkgdesc="The country module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=2.6') +depends=('trytond>=2.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("867338ac91e0130e3b7427e8af9a6c6d") +md5sums=("b4947b2ab766e7ef2626ed105d9422e8") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-currency/PKGBUILD b/pcr/trytond-currency/PKGBUILD index 9a21153c0..02dd63565 100644 --- a/pcr/trytond-currency/PKGBUILD +++ b/pcr/trytond-currency/PKGBUILD @@ -1,18 +1,19 @@ # Maintainer: Robin Baumgartner +# Maintainer (Parabola): André Silva pkgname=trytond-currency _pkgname=trytond_currency -pkgver=2.6.1 -_pkgdir=2.6 +pkgver=2.8.0 +_pkgdir=2.8 pkgrel=1 pkgdesc="The currency module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=2.6') +depends=('trytond>=2.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("c38869231a22dd0c80a595c523491412") +md5sums=("10d98fbf34c90f5d1544f3d28170eefc") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-party/PKGBUILD b/pcr/trytond-party/PKGBUILD index 1f3b35c6e..0854e8193 100644 --- a/pcr/trytond-party/PKGBUILD +++ b/pcr/trytond-party/PKGBUILD @@ -1,18 +1,19 @@ # Maintainer: Robin Baumgartner +# Maintainer (Parabola): André Silva pkgname=trytond-party _pkgname=trytond_party -pkgver=2.6.0 -_pkgdir=2.6 +pkgver=2.8.0 +_pkgdir=2.8 pkgrel=1 pkgdesc="The party module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=2.6' 'trytond-country>=2.6') +depends=('trytond>=2.8' 'trytond-country>=2.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("82fc07ffd9bcedc28f5526fe5c6228e6") +md5sums=("2fbf811a9d82f68889dc0350441423d4") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-product/PKGBUILD b/pcr/trytond-product/PKGBUILD index de158f436..6271f4ef5 100644 --- a/pcr/trytond-product/PKGBUILD +++ b/pcr/trytond-product/PKGBUILD @@ -1,18 +1,19 @@ # Maintainer: Robin Baumgartner +# Maintainer (Parabola): André Silva pkgname=trytond-product _pkgname=trytond_product -pkgver=2.6.0 -_pkgdir=2.6 +pkgver=2.8.0 +_pkgdir=2.8 pkgrel=1 pkgdesc="The product module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=2.6') +depends=('trytond>=2.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("84cbc997b557cbf46d74a5958d8ec0a5") +md5sums=("67cf95a0d68e47365bbdef02b344a5a8") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-stock-lot/PKGBUILD b/pcr/trytond-stock-lot/PKGBUILD index 01cd34681..4d88cd382 100644 --- a/pcr/trytond-stock-lot/PKGBUILD +++ b/pcr/trytond-stock-lot/PKGBUILD @@ -1,18 +1,19 @@ # Maintainer: Robin Baumgartner +# Maintainer (Parabola): André Silva pkgname=trytond-stock-lot _pkgname=trytond_stock_lot -pkgver=2.6.0 -_pkgdir=2.6 +pkgver=2.8.0 +_pkgdir=2.8 pkgrel=1 pkgdesc="The stock_lot module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=2.6' 'trytond-product>=2.6' 'trytond-stock>=2.6') +depends=('trytond>=2.8' 'trytond-product>=2.8' 'trytond-stock>=2.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("4ca52557e691488e566c7eab3aa0ce5d") +md5sums=("a4c3379462de7c7af8bb342aedff6360") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-stock/PKGBUILD b/pcr/trytond-stock/PKGBUILD index 453f931fe..9906ed675 100644 --- a/pcr/trytond-stock/PKGBUILD +++ b/pcr/trytond-stock/PKGBUILD @@ -1,18 +1,19 @@ # Maintainer: Robin Baumgartner +# Maintainer (Parabola): André Silva pkgname=trytond-stock _pkgname=trytond_stock -pkgver=2.6.1 -_pkgdir=2.6 +pkgver=2.8.1 +_pkgdir=2.8 pkgrel=1 pkgdesc="The stock module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=2.6' 'trytond-party>=2.6' 'trytond-product>=2.6' 'trytond-company>=2.6' 'trytond-currency>=2.6') +depends=('trytond>=2.8' 'trytond-company>=2.8' 'trytond-currency>=2.8' 'trytond-party>=2.8' 'trytond-product>=2.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("fd303fc990f9a26de60e0928693461e2") +md5sums=("5b28b2ec424a0915578d420d0479bd49") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond/PKGBUILD b/pcr/trytond/PKGBUILD index a34a8890f..8a39f898a 100644 --- a/pcr/trytond/PKGBUILD +++ b/pcr/trytond/PKGBUILD @@ -1,15 +1,16 @@ # Contributor: Florian Walch # Maintainer: Robin Baumgartner +# Maintainer (Parabola): André Silva pkgname=trytond -pkgver=2.6.3 -_pkgdir=2.6 -pkgrel=2 +pkgver=2.8.1 +_pkgdir=2.8 +pkgrel=1 pkgdesc="A three-tiers high-level general purpose application platform (server application)" arch=('any') url="http://www.tryton.org/" license=('GPL3') -depends=('python2>=2.7' 'python-lxml' 'python2-egenix-mx-base' 'python2-relatorio>=183' 'python2-genshi>=0.6' 'python2-polib') -optdepends=('python-psycopg2: support for PostgreSQL database' +depends=('python2>=2.7' 'python2-lxml' 'python2-relatorio>=0.5.6' 'python2-genshi>=0.7' 'python2-polib') +optdepends=('python2-psycopg2: support for PostgreSQL database' 'python-pywebdav: support for WebDAV feature' 'pydot: support for displaying workflow graphs' 'python-pytz: timezone support' @@ -19,7 +20,7 @@ install="trytond.install" source=("http://downloads.tryton.org/$_pkgdir/$pkgname-$pkgver.tar.gz" 'trytond.install' 'trytond.service') -md5sums=('0dd81769fc18fe2d20e83de4f17cb10d' +md5sums=('622094022c570d3a0c9aa9e786542d55' '768e68c01cb5913e36ea89c67fc98038' 'b1535a8528dfd8f655624bf6faea6985') -- cgit v1.2.3-54-g00ecf