From 7be5eebe56d8ce272b5674871f0cea137d635aae Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 17 Apr 2013 09:27:16 -0300 Subject: python2-pycha: adding new package to [pcr] repo --- pcr/python2-pycha/PKGBUILD | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pcr/python2-pycha/PKGBUILD (limited to 'pcr') diff --git a/pcr/python2-pycha/PKGBUILD b/pcr/python2-pycha/PKGBUILD new file mode 100644 index 000000000..88091c2b1 --- /dev/null +++ b/pcr/python2-pycha/PKGBUILD @@ -0,0 +1,18 @@ +# Maintainer: Jakub Klinkovský +pkgname=python2-pycha +pkgver=279 +pkgrel=1 +pkgdesc="Pycha is a very simple Python package for drawing charts using the great Cairo library." +arch=('any') +url="http://bitbucket.org/lgs/pycha/" +license=('LGPL') +depends=('pycairo') +makedepends=('python2-distribute') + +_hgroot="https://bitbucket.org/lgs" +_hgrepo="pycha" + +build() { + cd "$srcdir/$_hgrepo" + python2 setup.py install --root=$pkgdir +} -- cgit v1.2.3-54-g00ecf From 6b2e964dfb58932736c2125b2e6fec856a4c42f5 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 17 Apr 2013 09:28:15 -0300 Subject: python2-relatorio-183-1: updating version --- pcr/python2-relatorio/PKGBUILD | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) (limited to 'pcr') diff --git a/pcr/python2-relatorio/PKGBUILD b/pcr/python2-relatorio/PKGBUILD index 497a50920..30c24d3e0 100644 --- a/pcr/python2-relatorio/PKGBUILD +++ b/pcr/python2-relatorio/PKGBUILD @@ -1,21 +1,18 @@ -# Contributor: Florian Walch -# Maintainer: Thomas Bahn +# Maintainer: Jakub Klinkovský 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') +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') url="http://relatorio.openhex.org" license=('GPL') -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") +depends=('python2-genshi' 'python2-lxml' 'python2-yaml' 'python2-pycha') +makedepends=('mercurial' 'python2-distribute') + +_hgroot="http://hg.openhex.org/" +_hgrepo="relatorio" build() { - cd $srcdir/relatorio-$pkgver - chmod 644 relatorio.egg-info/* - python2 setup.py install --root=$pkgdir + cd "$srcdir/$_hgrepo" + python2 setup.py install --root=$pkgdir } - - -md5sums=('944fb60fadaff451ab6ee8818de516ad') -- cgit v1.2.3-54-g00ecf From b1c878810bf8934c00af96598fe3a58eeb9766d5 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 17 Apr 2013 09:31:40 -0300 Subject: trytond-2.6.3-2: updating revision --- pcr/trytond/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/trytond/PKGBUILD b/pcr/trytond/PKGBUILD index b270df368..05855e19f 100644 --- a/pcr/trytond/PKGBUILD +++ b/pcr/trytond/PKGBUILD @@ -3,12 +3,12 @@ pkgname=trytond pkgver=2.6.3 _pkgdir=2.6 -pkgrel=1 +pkgrel=2 pkgdesc="A three-tiers high-level general purpose application platform (server application)" arch=('any') url="http://www.tryton.org/" license=('GPL3') -depends=('python2>=2.4' 'python-lxml' 'python2-egenix-mx-base' 'python2-relatorio>=0.2.0' 'python2-genshi>=0.5' 'python2-polib') +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' 'python-pywebdav: support for WebDAV feature' 'pydot: support for displaying workflow graphs' -- cgit v1.2.3-54-g00ecf From a250dea20fce468cc16ab15cb4117a68aa21044a Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 17 Apr 2013 09:32:33 -0300 Subject: mediastreamer: package was moved back to community repo due that archlinux packager solve the issue * Rebuild against ffmpeg => https://bugs.archlinux.org/task/34594 --- pcr/mediastreamer/PKGBUILD | 33 ---------------- pcr/mediastreamer/mediastreamer-ffmpeg.patch | 57 ---------------------------- 2 files changed, 90 deletions(-) delete mode 100644 pcr/mediastreamer/PKGBUILD delete mode 100644 pcr/mediastreamer/mediastreamer-ffmpeg.patch (limited to 'pcr') diff --git a/pcr/mediastreamer/PKGBUILD b/pcr/mediastreamer/PKGBUILD deleted file mode 100644 index e55ace473..000000000 --- a/pcr/mediastreamer/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Andrea Scarpino -# Contributor: Sergej Pupykin -# Contributor: Adrià Arrufat - -pkgname=mediastreamer -pkgver=2.8.2 -pkgrel=4.1 -pkgdesc="A library written in C that allows you to create and run audio and video streams" -arch=('i686' 'x86_64') -url="http://www.linphone.org/" -license=('GPL') -depends=('ortp' 'speex' 'ffmpeg=1:1.2' 'v4l-utils' 'libxv' 'libpulse') -makedepends=('intltool') -options=('!libtool') -source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig} - mediastreamer-ffmpeg.patch) -md5sums=('e51ea9d5fce1396b374d10473dfbadec' - '805da7def98f367e621363fa0c951fe8' - '553d5d47ea4a8c8dfeabdc0281849d5f') - -build() { - cd "${srcdir}"/$pkgname-$pkgver - patch -p1 -i "${srcdir}"/mediastreamer-ffmpeg.patch - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}"/$pkgname-$pkgver - make DESTDIR="${pkgdir}" install -} diff --git a/pcr/mediastreamer/mediastreamer-ffmpeg.patch b/pcr/mediastreamer/mediastreamer-ffmpeg.patch deleted file mode 100644 index 3304e9f56..000000000 --- a/pcr/mediastreamer/mediastreamer-ffmpeg.patch +++ /dev/null @@ -1,57 +0,0 @@ -commit f586917ea4d66f9ba8910f0967a8830e54d50784 -Author: Yann Diorcet -Date: Tue Jun 5 11:07:48 2012 +0200 - - Fixes for new versions of ffmpeg - -diff --git a/src/h264dec.c b/src/h264dec.c -index c4a84ee..5229b5e 100644 ---- a/src/h264dec.c -+++ b/src/h264dec.c -@@ -45,7 +45,9 @@ typedef struct _DecData{ - static void ffmpeg_init(){ - static bool_t done=FALSE; - if (!done){ -+#ifdef FF_API_AVCODEC_INIT - avcodec_init(); -+#endif - avcodec_register_all(); - done=TRUE; - } -diff --git a/src/videoenc.c b/src/videoenc.c -index 21d016f..fb35760 100644 ---- a/src/videoenc.c -+++ b/src/videoenc.c -@@ -39,6 +39,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - - static bool_t avcodec_initialized=FALSE; - -+#ifndef FF_I_TYPE -+#define FF_I_TYPE AV_PICTURE_TYPE_I -+#endif -+ - #ifdef ENABLE_LOG_FFMPEG - - void ms_ffmpeg_log_callback(void* ptr, int level, const char* fmt, va_list vl) -@@ -53,7 +57,9 @@ void ms_ffmpeg_log_callback(void* ptr, int level, const char* fmt, va_list vl) - - void ms_ffmpeg_check_init(){ - if(!avcodec_initialized){ -+#ifdef FF_API_AVCODEC_INIT - avcodec_init(); -+#endif - avcodec_register_all(); - avcodec_initialized=TRUE; - #ifdef ENABLE_LOG_FFMPEG -@@ -300,10 +306,10 @@ static void prepare_h263(EncState *s){ - if (s->profile==0){ - s->codec=CODEC_ID_H263; - }else{ -+ /* - c->flags|=CODEC_FLAG_H263P_UMV; - c->flags|=CODEC_FLAG_AC_PRED; - c->flags|=CODEC_FLAG_H263P_SLICE_STRUCT; -- /* - c->flags|=CODEC_FLAG_OBMC; - c->flags|=CODEC_FLAG_AC_PRED; - */ -- cgit v1.2.3-54-g00ecf From 710a19e9bf8a3d6b34aa02c8ed5afed39e58f283 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 17 Apr 2013 10:46:31 -0300 Subject: python2-pycha: fixing issues on PKGBUILD --- pcr/python2-pycha/PKGBUILD | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/python2-pycha/PKGBUILD b/pcr/python2-pycha/PKGBUILD index 88091c2b1..4c9cf4ea4 100644 --- a/pcr/python2-pycha/PKGBUILD +++ b/pcr/python2-pycha/PKGBUILD @@ -1,4 +1,5 @@ # Maintainer: Jakub Klinkovský +# Contributor (Parabola): André Silva pkgname=python2-pycha pkgver=279 pkgrel=1 @@ -7,12 +8,28 @@ arch=('any') url="http://bitbucket.org/lgs/pycha/" license=('LGPL') depends=('pycairo') -makedepends=('python2-distribute') +makedepends=('mercurial' 'python2-distribute') -_hgroot="https://bitbucket.org/lgs" +_hgroot="https://bitbucket.org/lgs/pycha" _hgrepo="pycha" 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" +} + +package() { cd "$srcdir/$_hgrepo" + msg "Starting build..." python2 setup.py install --root=$pkgdir } -- cgit v1.2.3-54-g00ecf From 7c79db1e5f5d6e83387530dc8bad3963aa23fd26 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 17 Apr 2013 10:51:41 -0300 Subject: python2-relatorio: fixing issues on PKGBUILD --- pcr/python2-relatorio/PKGBUILD | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'pcr') diff --git a/pcr/python2-relatorio/PKGBUILD b/pcr/python2-relatorio/PKGBUILD index 30c24d3e0..bbfdb15f4 100644 --- a/pcr/python2-relatorio/PKGBUILD +++ b/pcr/python2-relatorio/PKGBUILD @@ -1,4 +1,5 @@ # Maintainer: Jakub Klinkovský +# Contributor (Parabola): André Silva pkgname=python2-relatorio pkgver=183 pkgrel=1 @@ -13,6 +14,22 @@ _hgroot="http://hg.openhex.org/" _hgrepo="relatorio" 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" +} + +package() { cd "$srcdir/$_hgrepo" + msg "Starting build..." python2 setup.py install --root=$pkgdir } -- cgit v1.2.3-54-g00ecf From 65020639abd663cacb80e841a54e317581dbd999 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 17 Apr 2013 11:12:48 -0300 Subject: python2-relatorio: fixing source code url --- 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 bbfdb15f4..fcaae5c7a 100644 --- a/pcr/python2-relatorio/PKGBUILD +++ b/pcr/python2-relatorio/PKGBUILD @@ -10,7 +10,7 @@ license=('GPL') depends=('python2-genshi' 'python2-lxml' 'python2-yaml' 'python2-pycha') makedepends=('mercurial' 'python2-distribute') -_hgroot="http://hg.openhex.org/" +_hgroot="http://hg.openhex.org/hgwebdir.cgi/relatorio" _hgrepo="relatorio" build() { -- cgit v1.2.3-54-g00ecf From 3b9ade4f86ddb8dd438ba7966c51fa1c5a28bd6c Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 17 Apr 2013 11:20:15 -0300 Subject: trytond: fixing PKGBUILD changing build to package line --- pcr/trytond/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcr') diff --git a/pcr/trytond/PKGBUILD b/pcr/trytond/PKGBUILD index 05855e19f..a34a8890f 100644 --- a/pcr/trytond/PKGBUILD +++ b/pcr/trytond/PKGBUILD @@ -23,7 +23,7 @@ md5sums=('0dd81769fc18fe2d20e83de4f17cb10d' '768e68c01cb5913e36ea89c67fc98038' 'b1535a8528dfd8f655624bf6faea6985') -build() { +package() { cd $srcdir/$pkgname-$pkgver python2 setup.py install --root=$pkgdir install -D -m644 etc/trytond.conf $pkgdir/etc/trytond.conf -- cgit v1.2.3-54-g00ecf From 6dde40344647afa277e4c0feb9e435d9549dc798 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 17 Apr 2013 11:28:37 -0300 Subject: gnuhealth-1.8.1-1: updating version --- pcr/gnuhealth/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD index c7db21793..0a02eba94 100644 --- a/pcr/gnuhealth/PKGBUILD +++ b/pcr/gnuhealth/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer (Parabola): André Silva pkgname=gnuhealth -pkgver=1.8.0 +pkgver=1.8.1 pkgrel=1 pkgdesc="A free Health and Hospital Information System" arch=(any) @@ -10,7 +10,7 @@ url="http://health.gnu.org/" license=('GPL3') depends=('trytond') source=("http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz") -md5sums=('2273870ccd77a24ac21b398d095a29b5') +md5sums=('d3837242011df1d39ce7a0f1d6e6a46a') build() { cd "$srcdir/$pkgname-$pkgver" -- cgit v1.2.3-54-g00ecf From c8facad29fd242a9e9520ed551b6b86556acc756 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 19 Apr 2013 13:43:45 -0300 Subject: rename csync-owncloud to ocsync --- pcr/csync-owncloud/PKGBUILD | 53 --------------------------------------------- pcr/ocsync/PKGBUILD | 50 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 53 deletions(-) delete mode 100644 pcr/csync-owncloud/PKGBUILD create mode 100644 pcr/ocsync/PKGBUILD (limited to 'pcr') diff --git a/pcr/csync-owncloud/PKGBUILD b/pcr/csync-owncloud/PKGBUILD deleted file mode 100644 index daba8c568..000000000 --- a/pcr/csync-owncloud/PKGBUILD +++ /dev/null @@ -1,53 +0,0 @@ -# Maintainer: Kuba Serafinowski -# https://github.com/zizzfizzix/pkgbuilds - -############################################################## -#### The section below can be adjusted to suit your needs #### -############################################################## - -# What type of build do you want? -# See http://techbase.kde.org/Development/CMake/Addons_for_KDE#Buildtypes to check what is supported. -# Default is RelWithDebInfo to help with debugging. - -_buildtype="RelWithDebInfo" - -############################################################## - -_name=csync -pkgname=csync-owncloud -pkgver=0.50.8 -pkgrel=1 -pkgdesc="A file synchronizer especially designed for you, the normal user." -arch=("i686" "x86_64") -url="http://www.csync.org" -license=('GPL2') -depends=('log4c' 'sqlite3' 'iniparser' 'neon' 'smbclient' 'libssh') -makedepends=('cmake') -#optdepends=('samba: smb support' 'libssh: sftp support') -provides=('csync') -conflicts=('csync') -options=(!strip) -source=("http://download.owncloud.com/download/${_name}-${pkgver}.tar.bz2") -md5sums=('322f6fa22ca0e8cd05f23dc0d075e7ca') - -# Clean options array to strip pkg if release buildtype is chosen -if [[ ${_buildtype} == "Release" ]] || [[ ${_buildtype} == "release" ]]; then - options=() -fi - -build() { - if [[ -e ${srcdir}/${_name}-${pkgver}-build ]]; then rm -rf ${srcdir}/${_name}-${pkgver}-build; fi - mkdir ${srcdir}/${_name}-${pkgver}-build - cd ${srcdir}/${_name}-${pkgver}-build - - cmake -DCMAKE_BUILD_TYPE=${_buildtype} \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DSYSCONF_INSTALL_DIR=/etc \ - -DLOG_TO_CALLBACK=on \ - ../${_name}-${pkgver} - make -} -package() { - cd ${srcdir}/${_name}-${pkgver}-build - make DESTDIR=${pkgdir} install -} diff --git a/pcr/ocsync/PKGBUILD b/pcr/ocsync/PKGBUILD new file mode 100644 index 000000000..34ce2f62c --- /dev/null +++ b/pcr/ocsync/PKGBUILD @@ -0,0 +1,50 @@ +# Maintainer: Kuba Serafinowski +# https://github.com/zizzfizzix/pkgbuilds + +############################################################## +#### The section below can be adjusted to suit your needs #### +############################################################## + +# What type of build do you want? +# See http://techbase.kde.org/Development/CMake/Addons_for_KDE#Buildtypes to check what is supported. +# Default is RelWithDebInfo to help with debugging. + +_buildtype="Release" + +############################################################## + +pkgname=ocsync +pkgver=0.70.5 +pkgrel=1 +pkgdesc="A file synchronizer especially designed for you, the normal user." +arch=("i686" "x86_64") +url="http://www.csync.org" +license=('GPL2') +depends=('sqlite3' 'iniparser' 'neon' 'smbclient' 'libssh') +makedepends=('cmake') +#optdepends=('samba: smb support' 'libssh: sftp support') +provides=('csync' 'csync-owncloud') +conflicts=('csync' 'csync-owncloud') +source=("http://download.owncloud.com/download/${pkgname}-${pkgver}.tar.bz2") +md5sums=('7c8b6f260cc53d29c4355f6837990329') + +# Clean options array to strip pkg if release buildtype is chosen +if [[ ${_buildtype} == "Release" ]] || [[ ${_buildtype} == "release" ]]; then + options=() +fi + +build() { + if [[ -e ${srcdir}/${pkgname}-${pkgver}-build ]]; then rm -rf ${srcdir}/${pkgname}-${pkgver}-build; fi + mkdir ${srcdir}/${pkgname}-${pkgver}-build + cd ${srcdir}/${pkgname}-${pkgver}-build + + cmake -DCMAKE_BUILD_TYPE=${_buildtype} \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DSYSCONF_INSTALL_DIR=/etc \ + ../${pkgname}-${pkgver} + make +} +package() { + cd ${srcdir}/${pkgname}-${pkgver}-build + make DESTDIR=${pkgdir} install +} -- cgit v1.2.3-54-g00ecf From 34189b8bdbaa87c546e8c8b62a9ebd2635915423 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 19 Apr 2013 13:45:14 -0300 Subject: owncloud-client-1.2.3-1: updating version --- pcr/owncloud-client/PKGBUILD | 21 +++++++++++++-------- pcr/owncloud-client/owncloud-client.install | 2 +- 2 files changed, 14 insertions(+), 9 deletions(-) (limited to 'pcr') diff --git a/pcr/owncloud-client/PKGBUILD b/pcr/owncloud-client/PKGBUILD index 7e8dfa59a..69905f40a 100644 --- a/pcr/owncloud-client/PKGBUILD +++ b/pcr/owncloud-client/PKGBUILD @@ -9,28 +9,27 @@ # See http://techbase.kde.org/Development/CMake/Addons_for_KDE#Buildtypes to check what is supported. # Default is RelWithDebInfo to help with debugging. -_buildtype="RelWithDebInfo" +_buildtype="Release" ############################################################## _name=mirall pkgname=owncloud-client -pkgver=1.0.5 -pkgrel=2 +pkgver=1.2.3 +pkgrel=1 pkgdesc="ownCloud client based on mirall" arch=('i686' 'x86_64') url="http://owncloud.org/" license=('GPL2') -depends=('qt' 'csync-owncloud') +depends=('qt4' 'ocsync') makedepends=('cmake') provides=('mirall' 'owncloud-client') conflicts=('mirall-git') -options=(!strip) install=owncloud-client.install -backup=('etc/exclude.lst') +backup=('etc/owncloud-client/sync-exclude.lst') source=("http://download.owncloud.com/download/${_name}-${pkgver}.tar.bz2" "${pkgname}.desktop") -md5sums=('b7a96411f092bb16f88e3868a558032f' +md5sums=('a3aa2cb1b9ccb13c7e8b0ef8a1b539df' 'e223d162626c2ff54efebaa90a182d81') # Clean options array to strip pkg if release buildtype is chosen @@ -43,7 +42,13 @@ build() { mkdir ${srcdir}/${_name}-${pkgver}-build cd ${srcdir}/${_name}-${pkgver}-build - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DCMAKE_BUILD_TYPE=${_buildtype} ../${_name}-${pkgver} + cmake -DQT_QMAKE_EXECUTABLE=qmake-qt4 \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=/usr/lib \ + -DCMAKE_BUILD_TYPE=${_buildtype} \ + -DCSYNC_INCLUDE_PATH=/usr/include/ocsync \ + -DCMAKE_INSTALL_SYSCONFDIR=/etc/${pkgname} \ + ../${_name}-${pkgver} make } diff --git a/pcr/owncloud-client/owncloud-client.install b/pcr/owncloud-client/owncloud-client.install index 1c0de2e4f..e216754c7 100644 --- a/pcr/owncloud-client/owncloud-client.install +++ b/pcr/owncloud-client/owncloud-client.install @@ -1,5 +1,5 @@ post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null + xdg-icon-resource forceupdate --theme hicolor } post_upgrade() { -- cgit v1.2.3-54-g00ecf From 591d2c8aa43ac773dfbb74f3440f81a3a0923741 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 19 Apr 2013 13:47:14 -0300 Subject: owncloud-5.0.4-1: updating version --- pcr/owncloud/PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'pcr') diff --git a/pcr/owncloud/PKGBUILD b/pcr/owncloud/PKGBUILD index 7861d0917..18e33afe2 100644 --- a/pcr/owncloud/PKGBUILD +++ b/pcr/owncloud/PKGBUILD @@ -1,20 +1,21 @@ -# Contributor: Antonio Rojas +# Maintainer: Antonio Rojas # Based on owncloud-git PKGBUILD by Alexander Ovsyannikov -# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres pkgname=owncloud -pkgver=4.5.2 +pkgver=5.0.4 pkgrel=1 pkgdesc="A cloud server to store your files centrally on a hardware controlled by you" arch=('any') url="http://owncloud.org/" license=('GPL') -depends=('php-gd') -optdepends=("php-apache: to use the Apache web server" "php-sqlite: to use the SQLite database backend" "mysql: to use the MySQL database backend") +depends=('php-gd' 'php-intl') +optdepends=("php-apache: to use the Apache web server" "php-sqlite: to use the SQLite database backend" "mariadb: to use the MySQL database backend" "smbclient: to mount SAMBA shares") makedepends=() -source=("http://owncloud.org/releases/$pkgname-$pkgver.tar.bz2" 'owncloud.conf') +source=("http://download.owncloud.org/community/$pkgname-$pkgver.tar.bz2" 'owncloud.conf') backup=('etc/httpd/conf/extra/owncloud.conf') install=owncloud.install +md5sums=('311c299b4aff4987a4b4c39aedafa9c0' + 'c1d49a3c0d8433bed6bffcd21ebb0064') package() { # install license -- cgit v1.2.3-54-g00ecf From 1a9d8fa3255e60106eba402b310e4ff20dd230a7 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 19 Apr 2013 13:49:22 -0300 Subject: owncloud: updating owncloud.install --- pcr/owncloud/owncloud.install | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'pcr') diff --git a/pcr/owncloud/owncloud.install b/pcr/owncloud/owncloud.install index 327733f97..cde521d4b 100644 --- a/pcr/owncloud/owncloud.install +++ b/pcr/owncloud/owncloud.install @@ -6,12 +6,7 @@ post_install() { echo "LoadModule php5_module modules/libphp5.so" echo "Include conf/extra/php5_module.conf" echo - echo "Uncomment extensions xmlrpc.so zip.so gd.so" - echo "and either pdo_sqlite.so sqlite3.so (for the SQLite backend) or mysql.so mysqli.so pdo_mysql.so (for the MySQL backend)" + echo "Uncomment extensions gd.so intl.so iconv.so openssl.so xmlrpc.so zip.so" + echo "and either pdo_sqlite.so sqlite3.so (for the SQLite backend) or mysqli.so pdo_mysql.so (for the MySQL backend)" echo "in /etc/php/php.ini" } - -post_upgrade() { - echo "owncloud is now installed in /usr/share/webapps/owncloud" - echo "if you want it in /srv/http, add a symlink manually" -} \ No newline at end of file -- cgit v1.2.3-54-g00ecf From 98bce5fc4c561780645f1d4aa0a144830e1e6924 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 21 Apr 2013 16:52:02 -0300 Subject: gnuhealth-1.8.1-2: add missing dependencies --- pcr/gnuhealth/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD index 0a02eba94..c16692899 100644 --- a/pcr/gnuhealth/PKGBUILD +++ b/pcr/gnuhealth/PKGBUILD @@ -3,12 +3,12 @@ pkgname=gnuhealth pkgver=1.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="A free Health and Hospital Information System" arch=(any) url="http://health.gnu.org/" license=('GPL3') -depends=('trytond') +depends=('postgresql' 'pygtk' 'python2-pip' 'trytond') source=("http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz") md5sums=('d3837242011df1d39ce7a0f1d6e6a46a') -- cgit v1.2.3-54-g00ecf From b580125bc9cfd6810c549de2ec8f41988311703f Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 22 Apr 2013 00:20:27 -0300 Subject: adding missing dependencies for gnuhealth --- pcr/python2-pywebdav/PKGBUILD | 22 ++++++++++++++++++++++ pcr/python2-qrcode/PKGBUILD | 22 ++++++++++++++++++++++ pcr/trytond-account-invoice/PKGBUILD | 20 ++++++++++++++++++++ pcr/trytond-account-product/PKGBUILD | 20 ++++++++++++++++++++ pcr/trytond-account/PKGBUILD | 20 ++++++++++++++++++++ pcr/trytond-calendar/PKGBUILD | 20 ++++++++++++++++++++ pcr/trytond-company/PKGBUILD | 20 ++++++++++++++++++++ pcr/trytond-country/PKGBUILD | 20 ++++++++++++++++++++ pcr/trytond-currency/PKGBUILD | 20 ++++++++++++++++++++ pcr/trytond-party/PKGBUILD | 20 ++++++++++++++++++++ pcr/trytond-product/PKGBUILD | 20 ++++++++++++++++++++ pcr/trytond-stock-lot/PKGBUILD | 20 ++++++++++++++++++++ pcr/trytond-stock/PKGBUILD | 20 ++++++++++++++++++++ 13 files changed, 264 insertions(+) create mode 100644 pcr/python2-pywebdav/PKGBUILD create mode 100644 pcr/python2-qrcode/PKGBUILD create mode 100644 pcr/trytond-account-invoice/PKGBUILD create mode 100644 pcr/trytond-account-product/PKGBUILD create mode 100644 pcr/trytond-account/PKGBUILD create mode 100644 pcr/trytond-calendar/PKGBUILD create mode 100644 pcr/trytond-company/PKGBUILD create mode 100644 pcr/trytond-country/PKGBUILD create mode 100644 pcr/trytond-currency/PKGBUILD create mode 100644 pcr/trytond-party/PKGBUILD create mode 100644 pcr/trytond-product/PKGBUILD create mode 100644 pcr/trytond-stock-lot/PKGBUILD create mode 100644 pcr/trytond-stock/PKGBUILD (limited to 'pcr') diff --git a/pcr/python2-pywebdav/PKGBUILD b/pcr/python2-pywebdav/PKGBUILD new file mode 100644 index 000000000..0ae43ddb5 --- /dev/null +++ b/pcr/python2-pywebdav/PKGBUILD @@ -0,0 +1,22 @@ +# Maintainer: Dan Serban (dserban01 => gmail) +# Contributor: Gour + +pkgname=python2-pywebdav +pkgver=0.9.8 +pkgrel=1 +pkgdesc="A standards compliant WebDAV server and library written in Python" +arch=('any') +url="http://code.google.com/p/pywebdav/" +license=('GPLv2') +depends=('python2' 'pyxml') +conflicts=('python-pywebdav') +makedepends=('python2-distribute') +source=(http://pywebdav.googlecode.com/files/PyWebDAV-$pkgver.tar.gz) +md5sums=('2fd2aca0074f0d0ac2701c9c0cadb89e') + +build() +{ + cd $srcdir/PyWebDAV-$pkgver + python2 setup.py install --root=$pkgdir/ + install -D doc/LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE +} diff --git a/pcr/python2-qrcode/PKGBUILD b/pcr/python2-qrcode/PKGBUILD new file mode 100644 index 000000000..4fd95d23a --- /dev/null +++ b/pcr/python2-qrcode/PKGBUILD @@ -0,0 +1,22 @@ +# Contributor: Francois Boulogne +# Maintainer: Francois Boulogne + +pkgname=python2-qrcode +pkgver=2.3.1 +pkgrel=1 +pkgdesc="Python library to generate QR codes" +arch=('any') +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") + +build() { + cd "$srcdir/qrcode-$pkgver" + + python2 setup.py install --root="${pkgdir}" + +} + +# vim:ts=2:sw=2:et: diff --git a/pcr/trytond-account-invoice/PKGBUILD b/pcr/trytond-account-invoice/PKGBUILD new file mode 100644 index 000000000..ca925d924 --- /dev/null +++ b/pcr/trytond-account-invoice/PKGBUILD @@ -0,0 +1,20 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-account-invoice +_pkgname=trytond_account_invoice +pkgver=2.6.3 +_pkgdir=2.6 +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') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("c44b9cbde537b3d54e0fd45b5fbf2943") + +package() { + cd $srcdir/$_pkgname-$pkgver + python setup.py install --root=$pkgdir +} diff --git a/pcr/trytond-account-product/PKGBUILD b/pcr/trytond-account-product/PKGBUILD new file mode 100644 index 000000000..7c74be982 --- /dev/null +++ b/pcr/trytond-account-product/PKGBUILD @@ -0,0 +1,20 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-account-product +_pkgname=trytond_account_product +pkgver=2.6.3 +_pkgdir=2.6 +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') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("a7864dcbaea6db43140ac1137999fa5f") + +package() { + cd $srcdir/$_pkgname-$pkgver + python setup.py install --root=$pkgdir +} diff --git a/pcr/trytond-account/PKGBUILD b/pcr/trytond-account/PKGBUILD new file mode 100644 index 000000000..7564aa04f --- /dev/null +++ b/pcr/trytond-account/PKGBUILD @@ -0,0 +1,20 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-account +_pkgname=trytond_account +pkgver=2.6.3 +_pkgdir=2.6 +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') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("38a4688e78c5fa3f6f652b3ff301412d") + +package() { + cd $srcdir/$_pkgname-$pkgver + python setup.py install --root=$pkgdir +} diff --git a/pcr/trytond-calendar/PKGBUILD b/pcr/trytond-calendar/PKGBUILD new file mode 100644 index 000000000..1ec09775c --- /dev/null +++ b/pcr/trytond-calendar/PKGBUILD @@ -0,0 +1,20 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-calendar +_pkgname=trytond_calendar +pkgver=2.6.3 +_pkgdir=2.6 +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') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("092f61dab224dba5d375073fa371cc6c") + +package() { + cd $srcdir/$_pkgname-$pkgver + python setup.py install --root=$pkgdir +} diff --git a/pcr/trytond-company/PKGBUILD b/pcr/trytond-company/PKGBUILD new file mode 100644 index 000000000..f4865fdae --- /dev/null +++ b/pcr/trytond-company/PKGBUILD @@ -0,0 +1,20 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-company +_pkgname=trytond_company +pkgver=2.6.3 +_pkgdir=2.6 +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') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("51e832dc0c4952b62a0d40cd06103396") + +package() { + cd $srcdir/$_pkgname-$pkgver + python setup.py install --root=$pkgdir +} diff --git a/pcr/trytond-country/PKGBUILD b/pcr/trytond-country/PKGBUILD new file mode 100644 index 000000000..7103fb6f9 --- /dev/null +++ b/pcr/trytond-country/PKGBUILD @@ -0,0 +1,20 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-country +_pkgname=trytond_country +pkgver=2.6.3 +_pkgdir=2.6 +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') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("146b84c021b821b564cd911d7d1a7eb0") + +package() { + cd $srcdir/$_pkgname-$pkgver + python setup.py install --root=$pkgdir +} diff --git a/pcr/trytond-currency/PKGBUILD b/pcr/trytond-currency/PKGBUILD new file mode 100644 index 000000000..e21dfa798 --- /dev/null +++ b/pcr/trytond-currency/PKGBUILD @@ -0,0 +1,20 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-currency +_pkgname=trytond_currency +pkgver=2.6.3 +_pkgdir=2.6 +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') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("0e5855d9be61d9b2585b02b1996841ff") + +package() { + cd $srcdir/$_pkgname-$pkgver + python setup.py install --root=$pkgdir +} diff --git a/pcr/trytond-party/PKGBUILD b/pcr/trytond-party/PKGBUILD new file mode 100644 index 000000000..31085798a --- /dev/null +++ b/pcr/trytond-party/PKGBUILD @@ -0,0 +1,20 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-party +_pkgname=trytond_party +pkgver=2.6.3 +_pkgdir=2.6 +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') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("82fc07ffd9bcedc28f5526fe5c6228e6") + +build() { + cd $srcdir/$_pkgname-$pkgver + python setup.py install --root=$pkgdir +} diff --git a/pcr/trytond-product/PKGBUILD b/pcr/trytond-product/PKGBUILD new file mode 100644 index 000000000..6c760d498 --- /dev/null +++ b/pcr/trytond-product/PKGBUILD @@ -0,0 +1,20 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-product +_pkgname=trytond_product +pkgver=2.6.3 +_pkgdir=2.6 +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') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("0f42e439ea548eda2947ed60dfeac599") + +package() { + cd $srcdir/$_pkgname-$pkgver + python setup.py install --root=$pkgdir +} diff --git a/pcr/trytond-stock-lot/PKGBUILD b/pcr/trytond-stock-lot/PKGBUILD new file mode 100644 index 000000000..0f5362c94 --- /dev/null +++ b/pcr/trytond-stock-lot/PKGBUILD @@ -0,0 +1,20 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-stock-lot +_pkgname=trytond_stock_lot +pkgver=2.6.3 +_pkgdir=2.6 +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') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("607af96c5fde7a6b11e5f15e123bf7e9") + +package() { + cd $srcdir/$_pkgname-$pkgver + python setup.py install --root=$pkgdir +} diff --git a/pcr/trytond-stock/PKGBUILD b/pcr/trytond-stock/PKGBUILD new file mode 100644 index 000000000..cbd1de625 --- /dev/null +++ b/pcr/trytond-stock/PKGBUILD @@ -0,0 +1,20 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-stock +_pkgname=trytond_stock +pkgver=2.6.3 +_pkgdir=2.6 +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') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("6e449d3f20c8780f5045fe0652e45b10") + +package() { + cd $srcdir/$_pkgname-$pkgver + python setup.py install --root=$pkgdir +} -- cgit v1.2.3-54-g00ecf From eeb5a06dffa173ccfa8078f8732c04e3e9a48691 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 22 Apr 2013 00:22:32 -0300 Subject: gnuhealth: adding missing dependencies, some dependencies aren't included here due that are subdependencies --- pcr/gnuhealth/PKGBUILD | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD index c16692899..695062e5b 100644 --- a/pcr/gnuhealth/PKGBUILD +++ b/pcr/gnuhealth/PKGBUILD @@ -3,12 +3,29 @@ pkgname=gnuhealth pkgver=1.8.1 -pkgrel=2 +pkgrel=3 pkgdesc="A free Health and Hospital Information System" arch=(any) url="http://health.gnu.org/" license=('GPL3') -depends=('postgresql' 'pygtk' 'python2-pip' 'trytond') +depends=( + postgresql + pygtk + python2-dateutil + python2-imaging + python2-ldap + python2-pip + python2-psycopg2 + python2-pytz + python2-pywebdav + python2-qrcode + python2-vobject + trytond + trytond-account-invoice + trytond-calendar + trytond-country + trytond-stock-lot +) source=("http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz") md5sums=('d3837242011df1d39ce7a0f1d6e6a46a') -- cgit v1.2.3-54-g00ecf From c1dc526531c32570c9c3996d591ed9a11aaf1e51 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 22 Apr 2013 00:27:59 -0300 Subject: python2-{pywebdav,qrcode}: fixing pkgbuild sentences --- pcr/python2-pywebdav/PKGBUILD | 2 +- pcr/python2-qrcode/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/python2-pywebdav/PKGBUILD b/pcr/python2-pywebdav/PKGBUILD index 0ae43ddb5..c5c72b22a 100644 --- a/pcr/python2-pywebdav/PKGBUILD +++ b/pcr/python2-pywebdav/PKGBUILD @@ -14,7 +14,7 @@ makedepends=('python2-distribute') source=(http://pywebdav.googlecode.com/files/PyWebDAV-$pkgver.tar.gz) md5sums=('2fd2aca0074f0d0ac2701c9c0cadb89e') -build() +package() { cd $srcdir/PyWebDAV-$pkgver python2 setup.py install --root=$pkgdir/ diff --git a/pcr/python2-qrcode/PKGBUILD b/pcr/python2-qrcode/PKGBUILD index 4fd95d23a..cd807331e 100644 --- a/pcr/python2-qrcode/PKGBUILD +++ b/pcr/python2-qrcode/PKGBUILD @@ -12,7 +12,7 @@ depends=('python-imaging' 'python2') source=(http://pypi.python.org/packages/source/q/qrcode/qrcode-${pkgver}.tar.gz) md5sums=("574a5e617e87fd00a47a5abcc53443b4") -build() { +package() { cd "$srcdir/qrcode-$pkgver" python2 setup.py install --root="${pkgdir}" -- cgit v1.2.3-54-g00ecf From ef528a610b63198d180df8534a31526775a5f9f4 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 22 Apr 2013 01:01:24 -0300 Subject: python2-setuptools: adding new package for [pcr] repo --- pcr/python2-setuptools/PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 pcr/python2-setuptools/PKGBUILD (limited to 'pcr') diff --git a/pcr/python2-setuptools/PKGBUILD b/pcr/python2-setuptools/PKGBUILD new file mode 100644 index 000000000..85f0caf32 --- /dev/null +++ b/pcr/python2-setuptools/PKGBUILD @@ -0,0 +1,30 @@ +# Maintainer: Jaroslav Lichtblau +# Contributor: cwchen +# Contributor: Florian Friesdorf +# Contributor: simo +# Contributor: William Rea +# Contributor: Todd Maynard + +pkgname=python2-setuptools +_pkgname=setuptools +pkgver=0.6c11 +pkgrel=2 +pkgdesc="A collection of enhancements to the Python distutils" +arch=('any') +url="http://peak.telecommunity.com/DevCenter/setuptools" +license=('PSF') +depends=('python2') +provides=('setuptools') +conflicts=('python2-distribute') +source=(http://pypi.python.org/packages/source/s/${_pkgname}/${_pkgname}-${pkgver}.tar.gz) +md5sums=('7df2a529a074f613b509fb44feefe74e') + +package() { + cd ${srcdir}/${_pkgname}-${pkgver} + + python2 setup.py install --root=${pkgdir} --prefix=/usr + +# we don't provide a non-suffixed easy_install + echo "Removing non-suffixed easy_install" + rm ${pkgdir}/usr/bin/easy_install +} -- cgit v1.2.3-54-g00ecf From 67f5ec09d4d98d6ec14df9962ff6f936b4a72b18 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 22 Apr 2013 02:10:57 -0300 Subject: trytond-calendar: fixing issues --- pcr/trytond-calendar/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pcr') diff --git a/pcr/trytond-calendar/PKGBUILD b/pcr/trytond-calendar/PKGBUILD index 1ec09775c..db8756171 100644 --- a/pcr/trytond-calendar/PKGBUILD +++ b/pcr/trytond-calendar/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Robin Baumgartner pkgname=trytond-calendar _pkgname=trytond_calendar -pkgver=2.6.3 +pkgver=2.6.1 _pkgdir=2.6 pkgrel=1 pkgdesc="The calendar module of the Tryton application platform" @@ -12,9 +12,9 @@ groups=('trytond-modules') depends=('trytond>=2.6') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("092f61dab224dba5d375073fa371cc6c") +md5sums=("a6612776bf735eb9c68e2a5b3aa8ce83") package() { cd $srcdir/$_pkgname-$pkgver - python setup.py install --root=$pkgdir + python2 setup.py install --root=$pkgdir } -- cgit v1.2.3-54-g00ecf From c77206970ad63191e68c93a9bad7e0a5d853f700 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 22 Apr 2013 02:18:09 -0300 Subject: trytond-country: fixing issues --- pcr/trytond-country/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/trytond-country/PKGBUILD b/pcr/trytond-country/PKGBUILD index 7103fb6f9..8be613ae9 100644 --- a/pcr/trytond-country/PKGBUILD +++ b/pcr/trytond-country/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Robin Baumgartner pkgname=trytond-country _pkgname=trytond_country -pkgver=2.6.3 +pkgver=2.6.0 _pkgdir=2.6 pkgrel=1 pkgdesc="The country module of the Tryton application platform" @@ -16,5 +16,5 @@ md5sums=("146b84c021b821b564cd911d7d1a7eb0") package() { cd $srcdir/$_pkgname-$pkgver - python setup.py install --root=$pkgdir + python2 setup.py install --root=$pkgdir } -- cgit v1.2.3-54-g00ecf From 0da280d0d3ace68017ff124bc7c0dbb66ecb109a Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 22 Apr 2013 03:08:10 -0300 Subject: trytond-currency: fixing issues --- pcr/trytond-currency/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pcr') diff --git a/pcr/trytond-currency/PKGBUILD b/pcr/trytond-currency/PKGBUILD index e21dfa798..9a21153c0 100644 --- a/pcr/trytond-currency/PKGBUILD +++ b/pcr/trytond-currency/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Robin Baumgartner pkgname=trytond-currency _pkgname=trytond_currency -pkgver=2.6.3 +pkgver=2.6.1 _pkgdir=2.6 pkgrel=1 pkgdesc="The currency module of the Tryton application platform" @@ -12,9 +12,9 @@ groups=('trytond-modules') depends=('trytond>=2.6') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("0e5855d9be61d9b2585b02b1996841ff") +md5sums=("c38869231a22dd0c80a595c523491412") package() { cd $srcdir/$_pkgname-$pkgver - python setup.py install --root=$pkgdir + python2 setup.py install --root=$pkgdir } -- cgit v1.2.3-54-g00ecf From 796bbc43ca1bbd77029982ddba1b4eacfb874ae0 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 22 Apr 2013 03:20:31 -0300 Subject: trytond-party: fixing issues --- pcr/trytond-party/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pcr') diff --git a/pcr/trytond-party/PKGBUILD b/pcr/trytond-party/PKGBUILD index 31085798a..1f3b35c6e 100644 --- a/pcr/trytond-party/PKGBUILD +++ b/pcr/trytond-party/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Robin Baumgartner pkgname=trytond-party _pkgname=trytond_party -pkgver=2.6.3 +pkgver=2.6.0 _pkgdir=2.6 pkgrel=1 pkgdesc="The party module of the Tryton application platform" @@ -14,7 +14,7 @@ makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") md5sums=("82fc07ffd9bcedc28f5526fe5c6228e6") -build() { +package() { cd $srcdir/$_pkgname-$pkgver - python setup.py install --root=$pkgdir + python2 setup.py install --root=$pkgdir } -- cgit v1.2.3-54-g00ecf From a43f90fefdff2b3a8042526d3c8366426d6025d9 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 22 Apr 2013 03:32:47 -0300 Subject: trytond-company: fixing issues --- pcr/trytond-company/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/trytond-company/PKGBUILD b/pcr/trytond-company/PKGBUILD index f4865fdae..9b5c03e40 100644 --- a/pcr/trytond-company/PKGBUILD +++ b/pcr/trytond-company/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Robin Baumgartner pkgname=trytond-company _pkgname=trytond_company -pkgver=2.6.3 +pkgver=2.6.1 _pkgdir=2.6 pkgrel=1 pkgdesc="The company module of the Tryton application platform" @@ -16,5 +16,5 @@ md5sums=("51e832dc0c4952b62a0d40cd06103396") package() { cd $srcdir/$_pkgname-$pkgver - python setup.py install --root=$pkgdir + python2 setup.py install --root=$pkgdir } -- cgit v1.2.3-54-g00ecf From 17604bae48e19af42c50b72688e124a9beabf81d Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 22 Apr 2013 03:38:33 -0300 Subject: trytond-product: fixing issues --- pcr/trytond-product/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/trytond-product/PKGBUILD b/pcr/trytond-product/PKGBUILD index 6c760d498..ac4174dbe 100644 --- a/pcr/trytond-product/PKGBUILD +++ b/pcr/trytond-product/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Robin Baumgartner pkgname=trytond-product _pkgname=trytond_product -pkgver=2.6.3 +pkgver=2.6.0 _pkgdir=2.6 pkgrel=1 pkgdesc="The product module of the Tryton application platform" @@ -16,5 +16,5 @@ md5sums=("0f42e439ea548eda2947ed60dfeac599") package() { cd $srcdir/$_pkgname-$pkgver - python setup.py install --root=$pkgdir + python2 setup.py install --root=$pkgdir } -- cgit v1.2.3-54-g00ecf From 8c56bdbdddb015c8ebc206bbb6cb92f9b81a815c Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 22 Apr 2013 03:47:55 -0300 Subject: trytond-stock: fixing issues --- pcr/trytond-stock/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/trytond-stock/PKGBUILD b/pcr/trytond-stock/PKGBUILD index cbd1de625..6b35f2eb7 100644 --- a/pcr/trytond-stock/PKGBUILD +++ b/pcr/trytond-stock/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Robin Baumgartner pkgname=trytond-stock _pkgname=trytond_stock -pkgver=2.6.3 +pkgver=2.6.1 _pkgdir=2.6 pkgrel=1 pkgdesc="The stock module of the Tryton application platform" @@ -16,5 +16,5 @@ md5sums=("6e449d3f20c8780f5045fe0652e45b10") package() { cd $srcdir/$_pkgname-$pkgver - python setup.py install --root=$pkgdir + python2 setup.py install --root=$pkgdir } -- cgit v1.2.3-54-g00ecf From 433d124b54ce07ef0b30c7d607858d5a415b4b55 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 22 Apr 2013 03:53:55 -0300 Subject: trytond-stock-lot: fixing issues --- pcr/trytond-stock-lot/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/trytond-stock-lot/PKGBUILD b/pcr/trytond-stock-lot/PKGBUILD index 0f5362c94..43b1cbb6d 100644 --- a/pcr/trytond-stock-lot/PKGBUILD +++ b/pcr/trytond-stock-lot/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Robin Baumgartner pkgname=trytond-stock-lot _pkgname=trytond_stock_lot -pkgver=2.6.3 +pkgver=2.6.0 _pkgdir=2.6 pkgrel=1 pkgdesc="The stock_lot module of the Tryton application platform" @@ -16,5 +16,5 @@ md5sums=("607af96c5fde7a6b11e5f15e123bf7e9") package() { cd $srcdir/$_pkgname-$pkgver - python setup.py install --root=$pkgdir + python2 setup.py install --root=$pkgdir } -- cgit v1.2.3-54-g00ecf From 2dd8207c3fff31e44a2cae47b7e2b97a12da5103 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 22 Apr 2013 04:10:54 -0300 Subject: trytond-account: fixing issues --- pcr/trytond-account/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcr') diff --git a/pcr/trytond-account/PKGBUILD b/pcr/trytond-account/PKGBUILD index 7564aa04f..2f4b5e5a3 100644 --- a/pcr/trytond-account/PKGBUILD +++ b/pcr/trytond-account/PKGBUILD @@ -16,5 +16,5 @@ md5sums=("38a4688e78c5fa3f6f652b3ff301412d") package() { cd $srcdir/$_pkgname-$pkgver - python setup.py install --root=$pkgdir + python2 setup.py install --root=$pkgdir } -- cgit v1.2.3-54-g00ecf From 032a30cdb6c32ecbfa4070998079c7b713434de9 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 22 Apr 2013 04:17:57 -0300 Subject: trytond-account-product: fixing issues --- pcr/trytond-account-product/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/trytond-account-product/PKGBUILD b/pcr/trytond-account-product/PKGBUILD index 7c74be982..9d45d43c4 100644 --- a/pcr/trytond-account-product/PKGBUILD +++ b/pcr/trytond-account-product/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Robin Baumgartner pkgname=trytond-account-product _pkgname=trytond_account_product -pkgver=2.6.3 +pkgver=2.6.0 _pkgdir=2.6 pkgrel=1 pkgdesc="The account_product module of the Tryton application platform" @@ -16,5 +16,5 @@ md5sums=("a7864dcbaea6db43140ac1137999fa5f") package() { cd $srcdir/$_pkgname-$pkgver - python setup.py install --root=$pkgdir + python2 setup.py install --root=$pkgdir } -- cgit v1.2.3-54-g00ecf From 1689043e4f2dc03cce2ec15a2fcc4cabdfc6484b Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 22 Apr 2013 04:22:06 -0300 Subject: trytond-account-invoice: fixing issues --- pcr/trytond-account-invoice/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcr') diff --git a/pcr/trytond-account-invoice/PKGBUILD b/pcr/trytond-account-invoice/PKGBUILD index ca925d924..0a62b6961 100644 --- a/pcr/trytond-account-invoice/PKGBUILD +++ b/pcr/trytond-account-invoice/PKGBUILD @@ -16,5 +16,5 @@ md5sums=("c44b9cbde537b3d54e0fd45b5fbf2943") package() { cd $srcdir/$_pkgname-$pkgver - python setup.py install --root=$pkgdir + python2 setup.py install --root=$pkgdir } -- cgit v1.2.3-54-g00ecf From 5103d9c43eb3fc4bde4a84840cc97557d824ca3a Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 22 Apr 2013 04:34:09 -0300 Subject: trytond packages: updating md5sums --- pcr/trytond-account-invoice/PKGBUILD | 2 +- pcr/trytond-account-product/PKGBUILD | 2 +- pcr/trytond-account/PKGBUILD | 2 +- pcr/trytond-company/PKGBUILD | 2 +- pcr/trytond-country/PKGBUILD | 2 +- pcr/trytond-product/PKGBUILD | 2 +- pcr/trytond-stock-lot/PKGBUILD | 2 +- pcr/trytond-stock/PKGBUILD | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'pcr') diff --git a/pcr/trytond-account-invoice/PKGBUILD b/pcr/trytond-account-invoice/PKGBUILD index 0a62b6961..1f2574548 100644 --- a/pcr/trytond-account-invoice/PKGBUILD +++ b/pcr/trytond-account-invoice/PKGBUILD @@ -12,7 +12,7 @@ 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') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("c44b9cbde537b3d54e0fd45b5fbf2943") +md5sums=("a93b71985bbcb70499019429a3dc4e25") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-account-product/PKGBUILD b/pcr/trytond-account-product/PKGBUILD index 9d45d43c4..b8ec822c6 100644 --- a/pcr/trytond-account-product/PKGBUILD +++ b/pcr/trytond-account-product/PKGBUILD @@ -12,7 +12,7 @@ groups=('trytond-modules') depends=('trytond>=2.6' 'trytond-account>=2.6' 'trytond-company>=2.6' 'trytond-product>=2.6') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("a7864dcbaea6db43140ac1137999fa5f") +md5sums=("7c4ebba0419c62addeb7417c57a84125") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-account/PKGBUILD b/pcr/trytond-account/PKGBUILD index 2f4b5e5a3..b4c2affb0 100644 --- a/pcr/trytond-account/PKGBUILD +++ b/pcr/trytond-account/PKGBUILD @@ -12,7 +12,7 @@ groups=('trytond-modules') depends=('trytond>=2.6' 'trytond-company>=2.6' 'trytond-party>=2.6' 'trytond-currency>=2.6') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("38a4688e78c5fa3f6f652b3ff301412d") +md5sums=("872c05b5be3d6737575137d827234cfb") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-company/PKGBUILD b/pcr/trytond-company/PKGBUILD index 9b5c03e40..da9e2b27f 100644 --- a/pcr/trytond-company/PKGBUILD +++ b/pcr/trytond-company/PKGBUILD @@ -12,7 +12,7 @@ groups=('trytond-modules') depends=('trytond>=2.6' 'trytond-party>=2.6' 'trytond-currency>=2.6') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("51e832dc0c4952b62a0d40cd06103396") +md5sums=("7f5ad0dab46f3c62c7f03ea5d48684f9") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-country/PKGBUILD b/pcr/trytond-country/PKGBUILD index 8be613ae9..17c06dc33 100644 --- a/pcr/trytond-country/PKGBUILD +++ b/pcr/trytond-country/PKGBUILD @@ -12,7 +12,7 @@ groups=('trytond-modules') depends=('trytond>=2.6') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("146b84c021b821b564cd911d7d1a7eb0") +md5sums=("867338ac91e0130e3b7427e8af9a6c6d") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-product/PKGBUILD b/pcr/trytond-product/PKGBUILD index ac4174dbe..de158f436 100644 --- a/pcr/trytond-product/PKGBUILD +++ b/pcr/trytond-product/PKGBUILD @@ -12,7 +12,7 @@ groups=('trytond-modules') depends=('trytond>=2.6') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("0f42e439ea548eda2947ed60dfeac599") +md5sums=("84cbc997b557cbf46d74a5958d8ec0a5") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-stock-lot/PKGBUILD b/pcr/trytond-stock-lot/PKGBUILD index 43b1cbb6d..01cd34681 100644 --- a/pcr/trytond-stock-lot/PKGBUILD +++ b/pcr/trytond-stock-lot/PKGBUILD @@ -12,7 +12,7 @@ groups=('trytond-modules') depends=('trytond>=2.6' 'trytond-product>=2.6' 'trytond-stock>=2.6') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("607af96c5fde7a6b11e5f15e123bf7e9") +md5sums=("4ca52557e691488e566c7eab3aa0ce5d") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-stock/PKGBUILD b/pcr/trytond-stock/PKGBUILD index 6b35f2eb7..453f931fe 100644 --- a/pcr/trytond-stock/PKGBUILD +++ b/pcr/trytond-stock/PKGBUILD @@ -12,7 +12,7 @@ groups=('trytond-modules') depends=('trytond>=2.6' 'trytond-party>=2.6' 'trytond-product>=2.6' 'trytond-company>=2.6' 'trytond-currency>=2.6') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("6e449d3f20c8780f5045fe0652e45b10") +md5sums=("fd303fc990f9a26de60e0928693461e2") package() { cd $srcdir/$_pkgname-$pkgver -- cgit v1.2.3-54-g00ecf