From 6f8112111e0697195f0a8976cc61838ac546d841 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 7 Jul 2013 16:44:39 -0300 Subject: python2-qrcode-2.7-1: updating version --- pcr/python2-qrcode/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pcr') diff --git a/pcr/python2-qrcode/PKGBUILD b/pcr/python2-qrcode/PKGBUILD index cd807331e..dd756eb95 100644 --- a/pcr/python2-qrcode/PKGBUILD +++ b/pcr/python2-qrcode/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Francois Boulogne pkgname=python2-qrcode -pkgver=2.3.1 +pkgver=2.7 pkgrel=1 pkgdesc="Python library to generate QR codes" arch=('any') @@ -10,13 +10,12 @@ url="https://github.com/lincolnloop/python-qrcode" license=('BSD') depends=('python-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: -- cgit v1.2.3-54-g00ecf From 18a6f1a328345bb5d11b4c9bf725563ab3069b36 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 7 Jul 2013 16:48:12 -0300 Subject: python2-qrcode: fix dependency --- pcr/python2-qrcode/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcr') diff --git a/pcr/python2-qrcode/PKGBUILD b/pcr/python2-qrcode/PKGBUILD index dd756eb95..a0d2377cb 100644 --- a/pcr/python2-qrcode/PKGBUILD +++ b/pcr/python2-qrcode/PKGBUILD @@ -8,7 +8,7 @@ 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=("9c0c3d85aae468ac5ed9a501306d00d0") -- cgit v1.2.3-54-g00ecf From 4630e4c0dad578717d76083d5203fdcd79557ce2 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 7 Jul 2013 17:05:48 -0300 Subject: python2-relatorio-0.5.6-2: updating version --- pcr/python2-relatorio/PKGBUILD | 43 +++++++++++++++--------------------------- 1 file changed, 15 insertions(+), 28 deletions(-) (limited to 'pcr') diff --git a/pcr/python2-relatorio/PKGBUILD b/pcr/python2-relatorio/PKGBUILD index fcaae5c7a..104caf313 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." -arch=('any') +pkgver=0.5.6 +pkgrel=2 +pkgdesc="A templating library able to output odt and pdf files" +arch=('i686' 'x86_64' 'mips64el') 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.5' 'python2-lxml>=1.3.6') +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') -- cgit v1.2.3-54-g00ecf From 9ebf3ebe35e32cc455990c5d953424b596f9645f Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 7 Jul 2013 17:12:47 -0300 Subject: python2-polib-1.0.3-1: updating version --- pcr/python2-polib/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pcr') 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}" -- cgit v1.2.3-54-g00ecf From 3862a22926e210fa4e2688330f2ced43a6b2d3fb Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 7 Jul 2013 17:48:33 -0300 Subject: trytond packages: update to 2.8 version --- 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 +++++++------ 12 files changed, 62 insertions(+), 50 deletions(-) (limited to 'pcr') 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 From bc2066e9ccf22a38d57e2e5eae382058fde07732 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 7 Jul 2013 17:52:30 -0300 Subject: python2-relatorio: fix dependencies versions requirements --- pcr/python2-relatorio/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcr') diff --git a/pcr/python2-relatorio/PKGBUILD b/pcr/python2-relatorio/PKGBUILD index 104caf313..2919e13a0 100644 --- a/pcr/python2-relatorio/PKGBUILD +++ b/pcr/python2-relatorio/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="A templating library able to output odt and pdf files" arch=('i686' 'x86_64' 'mips64el') url="http://relatorio.openhex.org" license=('GPL') -depends=('python2-genshi>=0.5' 'python2-lxml>=1.3.6') +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") -- cgit v1.2.3-54-g00ecf From d8b392eb683b29a38c9b837a1af24383edd93d3e Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 7 Jul 2013 18:00:45 -0300 Subject: python2-relatorio: change it to any --- pcr/python2-relatorio/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcr') diff --git a/pcr/python2-relatorio/PKGBUILD b/pcr/python2-relatorio/PKGBUILD index 2919e13a0..3e52303b4 100644 --- a/pcr/python2-relatorio/PKGBUILD +++ b/pcr/python2-relatorio/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python2-relatorio pkgver=0.5.6 pkgrel=2 pkgdesc="A templating library able to output odt and pdf files" -arch=('i686' 'x86_64' 'mips64el') +arch=('any') url="http://relatorio.openhex.org" license=('GPL') depends=('python2-genshi>=0.7' 'python2-lxml>=3.2.1') -- cgit v1.2.3-54-g00ecf From f3601a008b56ee88c7abac038d8e6493ba98fbb9 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 8 Jul 2013 03:08:28 -0300 Subject: gnuhealth-2.0.0-1: updating version --- pcr/gnuhealth/PKGBUILD | 77 +++++++++++++++++++++++++++++--------------------- 1 file changed, 45 insertions(+), 32 deletions(-) (limited to 'pcr') diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD index 695062e5b..f39b0841b 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,46 @@ 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 +} -- cgit v1.2.3-54-g00ecf From 31379a653a44ef1c9a5f630f2a43eb343980145a Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 8 Jul 2013 03:47:15 -0300 Subject: gnuhealth: prolixing PKGBUILD --- pcr/gnuhealth/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pcr') diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD index f39b0841b..10560cc75 100644 --- a/pcr/gnuhealth/PKGBUILD +++ b/pcr/gnuhealth/PKGBUILD @@ -58,10 +58,10 @@ package() { # build gnuhealth modules for module in ${MODULES[@]} - do - cd $srcdir/$pkgname-$pkgver/$module - python2 setup.py install --root=$pkgdir - done + do + cd $srcdir/$pkgname-$pkgver/$module + python2 setup.py install --root=$pkgdir + done # put gnuhealth manual to man folder cd "$srcdir/$pkgname-$pkgver" -- cgit v1.2.3-54-g00ecf From 4d5d87cab46a26af258cfaa59b414b33779b569a Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 8 Jul 2013 03:50:01 -0300 Subject: gnuhealth: prolixing another parts inside PKGBUILD --- pcr/gnuhealth/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD index 10560cc75..3eaee88d0 100644 --- a/pcr/gnuhealth/PKGBUILD +++ b/pcr/gnuhealth/PKGBUILD @@ -30,7 +30,8 @@ source=http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz sha512sums=5d528fe4a20a2b237f32d023f44e898a012f47f9ba83611f71fba386990bf98dbbdb1fb9c5b78dd5a3b65c6fe9b2fe4e7e472fec90cab009e5b8e31b1f31ceeb package() { - MODULES=(health + MODULES=( + health health_calendar health_genetics health_gyneco @@ -54,7 +55,8 @@ package() { health_socioeconomics health_stock health_surgery - health_who_essential_medicines) + health_who_essential_medicines + ) # build gnuhealth modules for module in ${MODULES[@]} -- cgit v1.2.3-54-g00ecf