summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
Diffstat (limited to 'pcr')
-rw-r--r--pcr/gnuhealth/PKGBUILD8
-rw-r--r--pcr/python2-sql/PKGBUILD20
-rw-r--r--pcr/trytond-account-invoice/PKGBUILD6
-rw-r--r--pcr/trytond-account-product/PKGBUILD2
-rw-r--r--pcr/trytond-account/PKGBUILD7
-rw-r--r--pcr/trytond-calendar/PKGBUILD9
-rw-r--r--pcr/trytond-company/PKGBUILD7
-rw-r--r--pcr/trytond-country/PKGBUILD7
-rw-r--r--pcr/trytond-currency/PKGBUILD7
-rw-r--r--pcr/trytond-party/PKGBUILD7
-rw-r--r--pcr/trytond-product/PKGBUILD7
-rw-r--r--pcr/trytond-stock-lot/PKGBUILD7
-rw-r--r--pcr/trytond-stock/PKGBUILD9
-rw-r--r--pcr/trytond/PKGBUILD10
14 files changed, 90 insertions, 23 deletions
diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD
index ba7639b90..c10b4e7c9 100644
--- a/pcr/gnuhealth/PKGBUILD
+++ b/pcr/gnuhealth/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: SpepS <dreamspepser at yahoo dot it>
pkgname=gnuhealth
-pkgver=2.2.2
+pkgver=2.4.0
pkgrel=1
pkgdesc="A free Health and Hospital Information System"
arch=any
@@ -12,8 +12,8 @@ depends=(
postgresql
pygtk
python2-dateutil
- python2-imaging
python2-ldap
+ python2-pillow
python2-pip
python2-psycopg2
python2-pytz
@@ -27,7 +27,7 @@ depends=(
"trytond-stock-lot>=3.0"
)
source=http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz
-sha512sums=45e6965b583c08c3a457dc733274253f5ff66fa5760509d42291271e4b6237f1b34829f0403235d8a457d1236c8ffec3f22b7495859cbe399abc8f3f71556c0e
+sha512sums=ee33b3efd731a7dc688e20c09a0aff58001e5e9b24d01420da20021e13ac3ca90c4fb141c4ca49d7d27144d1ef0255d09fd4eab83c86b782052c2244a57ba36d
package() {
MODULES=(
@@ -50,6 +50,8 @@ package() {
health_ntd_dengue
health_nursing
health_pediatrics
+ health_pediatrics_growth_charts
+ health_pediatrics_growth_charts_who
health_profile
health_qrcodes
health_reporting
diff --git a/pcr/python2-sql/PKGBUILD b/pcr/python2-sql/PKGBUILD
new file mode 100644
index 000000000..beaa58d19
--- /dev/null
+++ b/pcr/python2-sql/PKGBUILD
@@ -0,0 +1,20 @@
+pkgname=python2-sql
+pkgver=r82.fa73dd3e45dd
+pkgrel=1
+pkgdesc="Python 2 SQL library"
+arch=('any')
+url="https://code.google.com/p/python-sql/"
+license=('GPL3')
+depends=('python2')
+optdepends=()
+makedepends=('python2' 'mercurial')
+md5sums=('SKIP')
+source=('hg+https://code.google.com/p/python-sql/')
+pkgver() {
+ cd $srcdir/python-sql
+ printf "r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
+}
+package() {
+ cd $srcdir/python-sql
+ python2 setup.py install --root="$pkgdir/" --optimize=1
+}
diff --git a/pcr/trytond-account-invoice/PKGBUILD b/pcr/trytond-account-invoice/PKGBUILD
index c1f3a4636..d19d696bb 100644
--- a/pcr/trytond-account-invoice/PKGBUILD
+++ b/pcr/trytond-account-invoice/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer (Parabola): André Silva <emulatorman@parabola.nu>
pkgname=trytond-account-invoice
_pkgname=trytond_account_invoice
-pkgver=3.0.0
+pkgver=3.0.1
_pkgdir=3.0
-pkgrel=2
+pkgrel=1
pkgdesc="The account_invoice module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
@@ -13,7 +13,7 @@ groups=('trytond-modules')
depends=('trytond>=3.0' 'trytond-account>=3.0' 'trytond-account-product>=3.0' 'trytond-company>=3.0' 'trytond-currency>=3.0' 'trytond-party>=3.0' 'trytond-product>=3.0')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("d225505a8ba66bfd95f22a454951dd15")
+md5sums=("161e3c2e2d9a0601c22b785dad0a6983")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-account-product/PKGBUILD b/pcr/trytond-account-product/PKGBUILD
index 5a780d1dd..07ba82b70 100644
--- a/pcr/trytond-account-product/PKGBUILD
+++ b/pcr/trytond-account-product/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=trytond-account-product
_pkgname=trytond_account_product
pkgver=3.0.0
_pkgdir=3.0
-pkgrel=2
+pkgrel=3
pkgdesc="The account_product module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
diff --git a/pcr/trytond-account/PKGBUILD b/pcr/trytond-account/PKGBUILD
index 319f7c872..65389ad40 100644
--- a/pcr/trytond-account/PKGBUILD
+++ b/pcr/trytond-account/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer (Parabola): André Silva <emulatorman@parabola.nu>
pkgname=trytond-account
_pkgname=trytond_account
-pkgver=3.0.0
+pkgver=3.0.1
_pkgdir=3.0
pkgrel=2
pkgdesc="The account module of the Tryton application platform"
@@ -10,11 +10,10 @@ arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.0' 'trytond-company>=3.0' 'trytond-currency>=3.0'
- 'trytond-party>=3.0')
+depends=('trytond>=3.0' 'trytond-company>=3.0' 'trytond-currency>=3.0' 'trytond-party>=3.0')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("33e28b72249e97891e00fccb5a588ea8")
+md5sums=("810d4f5babe89dd401a9e5439e678812")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-calendar/PKGBUILD b/pcr/trytond-calendar/PKGBUILD
index 67db70dfa..034b3aac8 100644
--- a/pcr/trytond-calendar/PKGBUILD
+++ b/pcr/trytond-calendar/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer (Parabola): André Silva <emulatorman@parabola.nu>
pkgname=trytond-calendar
_pkgname=trytond_calendar
-pkgver=3.0.0
+pkgver=3.0.2
_pkgdir=3.0
pkgrel=1
pkgdesc="The calendar module of the Tryton application platform"
@@ -13,7 +13,12 @@ groups=('trytond-modules')
depends=('trytond>=3.0')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("fad4dee756bbf97ce9aef47bed185704")
+md5sums=("c3bcd829ac048be07f304177aed0ee4c")
+
+build() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py build
+}
package() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-company/PKGBUILD b/pcr/trytond-company/PKGBUILD
index 8c9b4dd47..a0faaaaf1 100644
--- a/pcr/trytond-company/PKGBUILD
+++ b/pcr/trytond-company/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=trytond-company
_pkgname=trytond_company
pkgver=3.0.0
_pkgdir=3.0
-pkgrel=1
+pkgrel=3
pkgdesc="The company module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
@@ -15,6 +15,11 @@ makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
md5sums=("87623bc65e2c629c0c5541877bfec8cb")
+build() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py build
+}
+
package() {
cd $srcdir/$_pkgname-$pkgver
python2 setup.py install --root=$pkgdir
diff --git a/pcr/trytond-country/PKGBUILD b/pcr/trytond-country/PKGBUILD
index 7a0108996..521738879 100644
--- a/pcr/trytond-country/PKGBUILD
+++ b/pcr/trytond-country/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=trytond-country
_pkgname=trytond_country
pkgver=3.0.0
_pkgdir=3.0
-pkgrel=1
+pkgrel=3
pkgdesc="The country module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
@@ -15,6 +15,11 @@ makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
md5sums=("c365bd0ac6e04a88427cb5366c1ce493")
+build() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py build
+}
+
package() {
cd $srcdir/$_pkgname-$pkgver
python2 setup.py install --root=$pkgdir
diff --git a/pcr/trytond-currency/PKGBUILD b/pcr/trytond-currency/PKGBUILD
index 21386024b..caa38fc4a 100644
--- a/pcr/trytond-currency/PKGBUILD
+++ b/pcr/trytond-currency/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=trytond-currency
_pkgname=trytond_currency
pkgver=3.0.0
_pkgdir=3.0
-pkgrel=1
+pkgrel=3
pkgdesc="The currency module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
@@ -15,6 +15,11 @@ makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
md5sums=("5507619d11d186fc041d1de7c0eea012")
+build() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py build
+}
+
package() {
cd $srcdir/$_pkgname-$pkgver
python2 setup.py install --root=$pkgdir
diff --git a/pcr/trytond-party/PKGBUILD b/pcr/trytond-party/PKGBUILD
index 61de6605b..91ffd4e54 100644
--- a/pcr/trytond-party/PKGBUILD
+++ b/pcr/trytond-party/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=trytond-party
_pkgname=trytond_party
pkgver=3.0.0
_pkgdir=3.0
-pkgrel=1
+pkgrel=3
pkgdesc="The party module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
@@ -15,6 +15,11 @@ makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
md5sums=("43c6d17fbe723beec0339da27f3e188e")
+build() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py build
+}
+
package() {
cd $srcdir/$_pkgname-$pkgver
python2 setup.py install --root=$pkgdir
diff --git a/pcr/trytond-product/PKGBUILD b/pcr/trytond-product/PKGBUILD
index 4dc09354d..03c58c676 100644
--- a/pcr/trytond-product/PKGBUILD
+++ b/pcr/trytond-product/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=trytond-product
_pkgname=trytond_product
pkgver=3.0.0
_pkgdir=3.0
-pkgrel=1
+pkgrel=3
pkgdesc="The product module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
@@ -15,6 +15,11 @@ makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
md5sums=("756dabade95f67f49a253af1bd5513a6")
+build() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py build
+}
+
package() {
cd $srcdir/$_pkgname-$pkgver
python2 setup.py install --root=$pkgdir
diff --git a/pcr/trytond-stock-lot/PKGBUILD b/pcr/trytond-stock-lot/PKGBUILD
index ae39373f7..0bad5fa9c 100644
--- a/pcr/trytond-stock-lot/PKGBUILD
+++ b/pcr/trytond-stock-lot/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=trytond-stock-lot
_pkgname=trytond_stock_lot
pkgver=3.0.0
_pkgdir=3.0
-pkgrel=1
+pkgrel=3
pkgdesc="The stock_lot module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
@@ -15,6 +15,11 @@ makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
md5sums=("b8424f738dc5e98d0a1de8643315e605")
+build() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py build
+}
+
package() {
cd $srcdir/$_pkgname-$pkgver
python2 setup.py install --root=$pkgdir
diff --git a/pcr/trytond-stock/PKGBUILD b/pcr/trytond-stock/PKGBUILD
index 31f1fc9e9..44883e1ce 100644
--- a/pcr/trytond-stock/PKGBUILD
+++ b/pcr/trytond-stock/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer (Parabola): André Silva <emulatorman@parabola.nu>
pkgname=trytond-stock
_pkgname=trytond_stock
-pkgver=3.0.0
+pkgver=3.0.1
_pkgdir=3.0
pkgrel=1
pkgdesc="The stock module of the Tryton application platform"
@@ -13,7 +13,12 @@ groups=('trytond-modules')
depends=('trytond>=3.0' 'trytond-company>=3.0' 'trytond-currency>=3.0' 'trytond-party>=3.0' 'trytond-product>=3.0')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("ec0d35080f68f7fa3218d8a30729ed22")
+md5sums=("db1ae125ce3101bf43d11cc39d44bf00")
+
+build() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py build
+}
package() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond/PKGBUILD b/pcr/trytond/PKGBUILD
index eaa9d6f7b..35ee42068 100644
--- a/pcr/trytond/PKGBUILD
+++ b/pcr/trytond/PKGBUILD
@@ -4,12 +4,13 @@
pkgname=trytond
pkgver=3.0.0
_pkgdir=3.0
-pkgrel=2
+pkgrel=3
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' 'python2-lxml' 'python2-relatorio>=0.6.0' 'python2-genshi>=0.7' 'python2-polib')
+depends=('python2>=2.7' 'python2-lxml' 'python2-relatorio>=0.6.0'
+ 'python2-genshi>=0.7' 'python2-polib' 'python2-sql')
optdepends=('python2-psycopg2: support for PostgreSQL database'
'python-pywebdav: support for WebDAV feature'
'pydot: support for displaying workflow graphs'
@@ -22,6 +23,11 @@ source=("http://downloads.tryton.org/$_pkgdir/$pkgname-$pkgver.tar.gz"
md5sums=('812daa29409881adc4001c1c810bc8e8'
'b1535a8528dfd8f655624bf6faea6985')
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ python2 setup.py build
+}
+
package() {
cd $srcdir/$pkgname-$pkgver
python2 setup.py install --root=$pkgdir