summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/alex/PKGBUILD8
-rw-r--r--community/aria2/PKGBUILD16
-rw-r--r--community/fdm/GNUmakefile.patch49
-rw-r--r--community/fdm/PKGBUILD36
-rw-r--r--community/fdm/fdm.conf2
-rw-r--r--community/milkytracker/PKGBUILD27
-rw-r--r--community/milkytracker/milkytracker.install2
-rw-r--r--community/milkytracker/milkytracker.patch (renamed from community/milkytracker/arch.patch)4
-rw-r--r--community/pdf2djvu/PKGBUILD4
-rw-r--r--community/remind/PKGBUILD6
-rw-r--r--community/ruby-gtk2/PKGBUILD25
-rw-r--r--community/ruby-gtk3/PKGBUILD13
-rw-r--r--community/smalltalk/PKGBUILD13
-rw-r--r--community/supercollider/PKGBUILD11
-rw-r--r--community/tinyxml/PKGBUILD63
-rw-r--r--community/tinyxml/tinyxml.pc10
-rw-r--r--extra/dmidecode/PKGBUILD8
-rw-r--r--extra/llvm/PKGBUILD33
-rw-r--r--extra/llvm/clang-3.2-fix-std-thread-with-libstdc++.patch17
-rw-r--r--extra/smartmontools/PKGBUILD5
-rw-r--r--extra/wcslib/PKGBUILD10
-rw-r--r--extra/xfce4-notifyd/PKGBUILD10
-rw-r--r--libre/kdebase-runtime-libre/PKGBUILD4
-rw-r--r--libre/kdelibs-libre/PKGBUILD4
-rw-r--r--libre/parabola-archiso-git/PKGBUILD45
-rw-r--r--libre/texlive-bin-libre/PKGBUILD6
-rw-r--r--libre/texlive-core-libre/PKGBUILD8
-rw-r--r--libre/texlive-core-libre/texlive-core.maps4
-rw-r--r--libre/texlive-fontsextra-libre/PKGBUILD8
-rw-r--r--libre/texlive-fontsextra-libre/texlive-fontsextra.maps7
-rw-r--r--libre/texlive-latexextra-libre/PKGBUILD9
-rw-r--r--pcr/gnuhealth/PKGBUILD21
-rw-r--r--pcr/python2-pywebdav/PKGBUILD22
-rw-r--r--pcr/python2-qrcode/PKGBUILD22
-rw-r--r--pcr/python2-setuptools/PKGBUILD30
-rw-r--r--pcr/trytond-account-invoice/PKGBUILD20
-rw-r--r--pcr/trytond-account-product/PKGBUILD20
-rw-r--r--pcr/trytond-account/PKGBUILD20
-rw-r--r--pcr/trytond-calendar/PKGBUILD20
-rw-r--r--pcr/trytond-company/PKGBUILD20
-rw-r--r--pcr/trytond-country/PKGBUILD20
-rw-r--r--pcr/trytond-currency/PKGBUILD20
-rw-r--r--pcr/trytond-party/PKGBUILD20
-rw-r--r--pcr/trytond-product/PKGBUILD20
-rw-r--r--pcr/trytond-stock-lot/PKGBUILD20
-rw-r--r--pcr/trytond-stock/PKGBUILD20
46 files changed, 537 insertions, 245 deletions
diff --git a/community/alex/PKGBUILD b/community/alex/PKGBUILD
index e48b9db79..93ca55e24 100644
--- a/community/alex/PKGBUILD
+++ b/community/alex/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 83990 2013-02-08 04:15:22Z td123 $
+# $Id: PKGBUILD 88642 2013-04-20 22:36:02Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Philip Nilsson <pnilsson@nullref.se>
pkgname=alex
-pkgver=3.0.2
-pkgrel=4
+pkgver=3.0.5
+pkgrel=1
pkgdesc='Lexical analyser generator for Haskell'
arch=('x86_64' 'i686')
url='http://hackage.haskell.org/package/alex'
@@ -14,7 +14,7 @@ license=('custom:BSD3')
depends=('gmp')
makedepends=('ghc=7.6.2-1' 'haskell-quickcheck>=2')
source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('997e33342c3c6e0edfff862f051fc286bd661f442d09d1bc02cd6e9d22083164')
+sha256sums=('c3326417a0538e355e5ad1871ab931b9c8145391e8b2ff79668eb643d9b99659')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/aria2/PKGBUILD b/community/aria2/PKGBUILD
index 492116da8..4de1674c0 100644
--- a/community/aria2/PKGBUILD
+++ b/community/aria2/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 86908 2013-03-24 10:25:05Z bpiotrowski $
+# $Id: PKGBUILD 88658 2013-04-21 10:47:57Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Angel Velasquez <angvp@archlinux.org>
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=aria2
-pkgver=1.16.5
+pkgver=1.17.0
pkgrel=1
pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ license=('GPL')
depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
checkdepends=('cppunit')
source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.xz)
-sha256sums=('00c5d9ef6ce584561e9ffc8626e03d1156073bf2ddcc10dc55750fb49626d1fe')
+sha256sums=('e3b533a33d33ad2392acc37d4510e5cd660af8ac23943c6402a0172f4a347c9c')
build() {
cd $pkgname-$pkgver
@@ -35,11 +35,11 @@ check() {
package() {
cd $pkgname-$pkgver
- make DESTDIR=${pkgdir} install
+ make DESTDIR="$pkgdir" install
# add bash completion (aria2 automatically installs to a temporary target directory)
- install -d ${pkgdir}/usr/share/bash-completion/completions
- install -m644 ${pkgdir}/usr/share/doc/aria2/bash_completion/aria2c \
- ${pkgdir}/usr/share/bash-completion/completions
- rm -rf ${pkgdir}/usr/share/doc/aria2/bash_completion
+ install -d "$pkgdir"/usr/share/bash-completion/completions
+ install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
+ "$pkgdir"/usr/share/bash-completion/completions
+ rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
}
diff --git a/community/fdm/GNUmakefile.patch b/community/fdm/GNUmakefile.patch
deleted file mode 100644
index 8320b9af5..000000000
--- a/community/fdm/GNUmakefile.patch
+++ /dev/null
@@ -1,49 +0,0 @@
---- fdm-1,6/GNUmakefile 2008-12-22 21:50:05.000000000 +0530
-+++ fdm-1.6/GNUmakefile 2009-05-09 19:07:21.000000000 +0530
-@@ -8,10 +8,7 @@
-
- #DEBUG= 1
-
--PREFIX?= /usr/local
--
--BIN_OWNER= bin
--BIN_GROUP= root
-+PREFIX?= /usr
-
- CC= gcc
-
-@@ -27,8 +24,8 @@
- endif
-
- INSTALLDIR= install -d
--INSTALLBIN= install -g $(BIN_OWNER) -o $(BIN_GROUP) -m 555
--INSTALLMAN= install -g $(BIN_OWNER) -o $(BIN_GROUP) -m 444
-+INSTALLBIN= install -m 0755
-+INSTALLMAN= install -m 0644
-
- SRCS= fdm.c \
- attach.c buffer.c cleanup.c command.c connect.c io.c log.c netrc.c \
-@@ -72,7 +69,7 @@
- endif
-
- OBJS= $(patsubst %.c,%.o,$(SRCS))
--CPPFLAGS+= $(DEFS) -I. -I- $(INCDIRS)
-+CPPFLAGS+= $(DEFS) -I. -iquote. $(INCDIRS)
- ifdef DEBUG
- CFLAGS+= -g -ggdb -DDEBUG
- LDFLAGS+= -rdynamic
-@@ -115,10 +112,10 @@
- install:
- $(INSTALLDIR) $(DESTDIR)$(PREFIX)/bin
- $(INSTALLBIN) $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
-- $(INSTALLDIR) $(DESTDIR)$(PREFIX)/man/man1
-- $(INSTALLMAN) $(PROG).1 $(DESTDIR)$(PREFIX)/man/man1/$(PROG).1
-- $(INSTALLDIR) $(DESTDIR)$(PREFIX)/man/man5
-- $(INSTALLMAN) $(PROG).conf.5 $(DESTDIR)$(PREFIX)/man/man5/$(PROG).conf.5
-+ $(INSTALLDIR) $(DESTDIR)$(PREFIX)/share/man/man1
-+ $(INSTALLMAN) $(PROG).1 $(DESTDIR)$(PREFIX)/share/man/man1/$(PROG).1
-+ $(INSTALLDIR) $(DESTDIR)$(PREFIX)/share/man/man5
-+ $(INSTALLMAN) $(PROG).conf.5 $(DESTDIR)$(PREFIX)/share/man/man5/$(PROG).conf.5
-
- clean:
- rm -f $(CLEANFILES)
diff --git a/community/fdm/PKGBUILD b/community/fdm/PKGBUILD
index 5546042ad..9cf7f7696 100644
--- a/community/fdm/PKGBUILD
+++ b/community/fdm/PKGBUILD
@@ -1,33 +1,35 @@
-# $Id: PKGBUILD 55396 2011-09-11 20:59:09Z bisson $
+# $Id: PKGBUILD 88671 2013-04-21 20:30:45Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Jeff Mickey <jeff@archlinux.org>
# Contributor: Grigorios Bouzakis <grbzks@gmail.com>
pkgname=fdm
-pkgver=1.6
-pkgrel=3
+pkgver=1.7
+pkgrel=1
pkgdesc='Program to fetch and deliver mail'
+arch=('i686' 'x86_64')
url='http://fdm.sourceforge.net/'
license=('BSD')
-arch=('i686' 'x86_64')
-options=('!makeflags')
depends=('openssl' 'tdb' 'zlib')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"
- 'GNUmakefile.patch')
-sha1sums=('fb8042f2355062848ff142c9604069b6657e6a82'
- '0bddf0b0403ccee62190355f43fae84932c37436')
+makedepends=('patch' 'sed')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('484474094f124ce438c89dfab05519fe7b3aa8c8346d00f790a512ab950cef2a')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 -i ../GNUmakefile.patch
- make
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ ./configure
+ make PREFIX=/usr MANDIR=/usr/share/man
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ make DESTDIR=${pkgdir} PREFIX=/usr MANDIR=/usr/share/man install
- install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}"
- sed '3,17p;d' fdm.c > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- mv examples "${pkgdir}/usr/share/doc/${pkgname}"
+ install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
+ sed '3,17p;d' fdm.c > ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+ mv examples ${pkgdir}/usr/share/doc/${pkgname}
}
diff --git a/community/fdm/fdm.conf b/community/fdm/fdm.conf
deleted file mode 100644
index ad58f3606..000000000
--- a/community/fdm/fdm.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-# Default system-wide configuration file for fdm.
-# You probably want to make a ~/.fdm.conf, and not edit this file.
diff --git a/community/milkytracker/PKGBUILD b/community/milkytracker/PKGBUILD
index d869a8a31..711a96e51 100644
--- a/community/milkytracker/PKGBUILD
+++ b/community/milkytracker/PKGBUILD
@@ -1,32 +1,37 @@
-# $Id: PKGBUILD 61589 2012-01-03 23:37:49Z arodseth $
+# $Id: PKGBUILD 88664 2013-04-21 13:23:51Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Christopher O'Neill <milkytracker@chrisoneill.co.uk>
# Contributor: Maks Verver <maksverver@geocities.com>
pkgname=milkytracker
pkgver=0.90.85
-pkgrel=7
-pkgdesc="Fast Tracker II inspired music tracker"
+pkgrel=8
+pkgdesc='Fast Tracker II inspired music tracker'
arch=('x86_64' 'i686')
url="http://www.milkytracker.org/"
license=('GPL3')
-depends=('sdl>=1.2.0' 'alsa-lib' 'zlib' 'gcc-libs' 'setconf' 'gendesk')
-makedepends=('jack-audio-connection-kit')
+depends=('sdl' 'alsa-lib' 'zlib' 'gcc-libs')
+makedepends=('jack-audio-connection-kit' 'gendesk')
optdepends=('jack-audio-connection-kit: JACK audio support')
options=('docs' '!strip')
-install=$pkgname.install
+install="$pkgname.install"
source=("http://milkytracker.org/files/$pkgname-$pkgver.tar.bz2"
- 'arch.patch')
+ "$pkgname.patch")
sha256sums=('59a0d294d63752be74b157e07b0c70252c9198c312d9b1ad0ca460129fe5bd80'
- 'c0cf7adc0db78519644a64321c319b04a6ee6c26de1f0620b581137791f596c3')
+ '0b701bf97375343f13d1af8a30df052c85b526e527bf6402634c37c7e9fa5b42')
_name=('MilkyTracker')
+_categories=('AudioVideo;Audio;AudioVideoEditing;')
-build() {
+prepare() {
cd "$srcdir"
+
gendesk -n
- setconf "$pkgname.desktop" Categories 'AudioVideo;Audio;AudioVideoEditing;'
+ patch -p0 -i "$pkgname.patch"
+}
+
+build() {
cd "$pkgname-$pkgver"
- patch -p1 -i ../arch.patch
+
./configure --prefix=/usr --with-alsa --with-jack
make
}
diff --git a/community/milkytracker/milkytracker.install b/community/milkytracker/milkytracker.install
index aeef78890..f415655f7 100644
--- a/community/milkytracker/milkytracker.install
+++ b/community/milkytracker/milkytracker.install
@@ -1,6 +1,4 @@
post_upgrade() {
- gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
- update-desktop-database -q
echo 'If you wish to use jack (or jack2), use this command the first time'
echo 'you start milkytracker: SDL_AUDIODRIVER=jack milkytracker'
echo 'Then select the jack driver in milkytracker and connect the audio'
diff --git a/community/milkytracker/arch.patch b/community/milkytracker/milkytracker.patch
index f7ade306f..ee292a87c 100644
--- a/community/milkytracker/arch.patch
+++ b/community/milkytracker/milkytracker.patch
@@ -203,8 +203,8 @@ diff -c -x .svn milkytracker-0.90.85/docs/MilkyTracker.html milkytracker-trunk/d
Only in milkytracker-0.90.85/docs/: MilkyTracker.rtf
---- x/src/compression/DecompressorGZIP.cpp 2012-08-28 17:54:46.000000000 +0200
-+++ y/src/compression/DecompressorGZIP.cpp 2012-08-28 17:55:21.000000000 +0200
+--- milkytracker-0.90.85/src/compression/DecompressorGZIP.cpp 2012-08-28 17:54:46.000000000 +0200
++++ milkytracker-trunk/src/compression/DecompressorGZIP.cpp 2012-08-28 17:55:21.000000000 +0200
@@ -57,11 +57,11 @@
bool DecompressorGZIP::decompress(const PPSystemString& outFileName, Hints hint)
diff --git a/community/pdf2djvu/PKGBUILD b/community/pdf2djvu/PKGBUILD
index 4d40f0ede..4f1fdfc4d 100644
--- a/community/pdf2djvu/PKGBUILD
+++ b/community/pdf2djvu/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 88617 2013-04-20 16:45:11Z heftig $
+# $Id: PKGBUILD 88656 2013-04-21 08:48:16Z jelle $
# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
# Maintainer: Jelle van der Waa <jelle@vdwaa.nl>
pkgname=pdf2djvu
pkgver=0.7.16
-pkgrel=3
+pkgrel=4
pkgdesc="Creates DjVu files from PDF files"
arch=('i686' 'x86_64')
url="http://pdf2djvu.googlecode.com"
diff --git a/community/remind/PKGBUILD b/community/remind/PKGBUILD
index 3b98b5121..73cee013d 100644
--- a/community/remind/PKGBUILD
+++ b/community/remind/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=remind
-pkgver=3.01.12
+pkgver=3.01.13
pkgrel=1
pkgdesc='A sophisticated calendar and alarm program.'
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ license=('GPL')
depends=('tk' 'tcllib')
source=("http://www.roaringpenguin.com/files/download/${pkgname}-0${pkgver}.tar.gz"{,.sig})
options=('!emptydirs')
-md5sums=('de16cbfc3ee94defcb1abdf78b2ebcd1'
- '4be6e58ad5117fe2299489b01db45d48')
+md5sums=('9b746d257eccd5961d61c649cf48305c'
+ 'SKIP')
build() {
cd "${pkgname}-0${pkgver}"
diff --git a/community/ruby-gtk2/PKGBUILD b/community/ruby-gtk2/PKGBUILD
index 23608ec6c..03d12f093 100644
--- a/community/ruby-gtk2/PKGBUILD
+++ b/community/ruby-gtk2/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 87134 2013-03-27 19:44:03Z arodseth $
+# $Id: PKGBUILD 88649 2013-04-21 07:40:40Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Eric Bélanger <eric@archlinux.org>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
@@ -8,24 +8,33 @@
pkgbase=ruby-gtk2
pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2'
'ruby-pango')
-pkgver=1.2.5
+pkgver=1.2.6
pkgrel=1
arch=('x86_64' 'i686')
url='http://ruby-gnome2.sourceforge.jp/'
license=('LGPL')
makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2' 'glib2')
source=("http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz")
-sha256sums=('9b956468446361b930bb5b10a518e1c59b4ce2dd2ea04ccc600d0259f1490429')
+sha256sums=('1b685d47b04f0a670a22db2af126cd145300bc664c38ee530f459c251ce7481f')
-build() {
+prepare() {
cd "$srcdir/ruby-gtk2-$pkgver"
LANG="en_US.UTF-8" \
ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 pango --vendor
- mkdir -p "$pkgdir/ruby-glib2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux"
- mkdir -p "$pkgdir/ruby-atk/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux"
- mkdir -p "$pkgdir/ruby-gio2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux"
- mkdir -p "$pkgdir/ruby-gdkpixbuf2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux"
+ mkdir -p \
+ "$pkgdir/ruby-glib2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux" \
+ "$pkgdir/ruby-atk/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux" \
+ "$pkgdir/ruby-gio2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux" \
+ "$pkgdir/ruby-gdkpixbuf2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux" \
+ "$pkgdir/ruby-atk/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux" \
+ "$pkgdir/ruby-pango/usr/lib/ruby/vendor_ruby/2.0.0/x86_64-linux" \
+ "$pkgdir/ruby-glib2/usr/lib/ruby/vendor_ruby/2.0.0/x86_64-linux"
+}
+
+build() {
+ cd "$srcdir/ruby-gtk2-$pkgver"
+
make
}
diff --git a/community/ruby-gtk3/PKGBUILD b/community/ruby-gtk3/PKGBUILD
index 9251f7016..ec58a456d 100644
--- a/community/ruby-gtk3/PKGBUILD
+++ b/community/ruby-gtk3/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 87329 2013-03-29 22:49:20Z arodseth $
+# $Id: PKGBUILD 88651 2013-04-21 08:01:04Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Eric Bélanger
# Contributor: Brad Fanella <bradfanella@archlinux.us>
@@ -8,19 +8,24 @@
pkgbase=ruby-gtk3
pkgname=('ruby-gtk3' 'ruby-gdk3')
depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
-pkgver=1.2.5
+pkgver=1.2.6
pkgrel=1
arch=('x86_64' 'i686')
url='http://ruby-gnome2.sourceforge.jp/'
license=('LGPL')
makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
source=("http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz")
-sha256sums=('ecd3fde8e56442944a2b692c773081c553d48b621bb53c49b40b7575216f6c6a')
+sha256sums=('105395100bcbcfe8fa3fd5a2963ded64092303da64f31400887dbcd6a84d1e1a')
-build() {
+prepare() {
cd "$srcdir/ruby-gtk3-$pkgver"
LANG="en_US.UTF-8" ruby extconf.rb gtk3 gdk3 --vendor
+}
+
+build() {
+ cd "$srcdir/ruby-gtk3-$pkgver"
+
make
}
diff --git a/community/smalltalk/PKGBUILD b/community/smalltalk/PKGBUILD
index 611f57912..edc92f438 100644
--- a/community/smalltalk/PKGBUILD
+++ b/community/smalltalk/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 81609 2012-12-25 00:34:14Z foutrelis $
+# $Id: PKGBUILD 88644 2013-04-20 23:03:17Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: mrshpot <mrshpot at gmail dot com>
# Contributor: Michael Fellinger <m.fellinger@gmail.com>
pkgname=smalltalk
-pkgver=3.2.4
-pkgrel=8
+pkgver=3.2.5
+pkgrel=1
pkgdesc='Implementation of Smalltalk-80'
url='http://smalltalk.gnu.org/'
license=('GPL' 'LGPL')
@@ -14,9 +14,9 @@ arch=('x86_64' 'i686')
options=('!libtool' '!emptydirs')
depends=('gmp' 'libffi' 'libsigsegv' 'readline' 'libltdl')
makedepends=('gdbm' 'gtk2' 'sqlite' 'tk>=8.6' 'zip')
-install=smalltalk.install
+install="$pkgname.install"
source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('901cc7090a1fa44bc60900a970d207de4aa3bdfdce72bea55114e243bc1eb1b3')
+sha256sums=('06e574e818ec49f0555d948ae53b1453d8c1df59ef597dad911a4fd1ffba1cce')
optdepends=('tk: for gst-blox'
'sqlite: database in a file'
'sed: for examples'
@@ -51,7 +51,8 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
- # fix manpage symlink
+
+ # Fix manpage symlink
rm -f "$pkgdir/usr/share/man/man1/gst-reload.1"
ln -s gst-load.1 "$pkgdir/usr/share/man/man1/gst-reload.1"
}
diff --git a/community/supercollider/PKGBUILD b/community/supercollider/PKGBUILD
index 0ad10ea27..1a66faf0f 100644
--- a/community/supercollider/PKGBUILD
+++ b/community/supercollider/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 86888 2013-03-23 23:10:51Z td123 $
+# $Id: PKGBUILD 88666 2013-04-21 13:40:47Z speps $
# Maintainer : speps <speps at aur dot archlinux dot org>
# Contributor: <farid at archlinux-br.org>
_name=SuperCollider
pkgname=supercollider
-pkgver=3.6.3
-pkgrel=2
+pkgver=3.6.4
+pkgrel=1
pkgdesc="An environment and programming language for real time audio synthesis and algorithmic composition"
arch=('i686' 'x86_64')
url="http://supercollider.sourceforge.net/"
@@ -18,13 +18,14 @@ optdepends=('emacs: emacs interface'
'ruby: vim support')
install="$pkgname.install"
source=("http://download.sourceforge.net/project/$pkgname/Source/${pkgver%.*}/$_name-$pkgver-Source-linux.tar.bz2")
-md5sums=('f6d8384eb076f3ccced5051abd2f33bf')
+md5sums=('a6f0c1183f311ffcfbc143dce2332d74')
build() {
cd "$srcdir/$_name-Source"
[ -d bld ] || mkdir bld && cd bld
cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release
+ -DCMAKE_BUILD_TYPE=Release \
+ -DLIBSCSYNTH=ON
make
}
diff --git a/community/tinyxml/PKGBUILD b/community/tinyxml/PKGBUILD
index 10c5091dc..a8f263f30 100644
--- a/community/tinyxml/PKGBUILD
+++ b/community/tinyxml/PKGBUILD
@@ -1,51 +1,62 @@
-# $Id: PKGBUILD 74688 2012-08-02 07:33:41Z bpiotrowski $
-# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
+# $Id: PKGBUILD 88660 2013-04-21 13:06:07Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+# Contributor: Bartłomiej Piotrowski <barthalion@gmail.com>
# Contributor: Larry Hajali <larryhaja[at]gmail[dot]com>
# Contributor: Hubert Grzeskowiak <arch at nemesis13 dot de>
pkgname=tinyxml
pkgver=2.6.2
-pkgrel=2
-pkgdesc="A simple, small, C++ XML parser that can be easily integrated into other programs."
-url='http://www.grinninglizard.com/tinyxml/'
-arch=('i686' 'x86_64')
+pkgrel=3
+pkgdesc='Simple, small, C++ XML parser that can be easily integrated into other programs'
+url="http://www.grinninglizard.com/tinyxml/"
+arch=('x86_64' 'i686')
license=('zlib')
depends=('gcc-libs')
+makedepends=('setconf')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}_${pkgver//./_}.tar.gz"
'entity.patch'
- 'tinyxml-2.5.3-stl.patch')
-md5sums=('c1b864c96804a10526540c664ade67f0'
- 'b6cc2d9330707373d920f760793c6311'
- '6db8334398e0cdad7e3c6406206ff42a')
+ "$pkgname-2.5.3-stl.patch"
+ "$pkgname.pc")
+sha256sums=('15bdfdcec58a7da30adc87ac2b078e4417dbe5392f3afb719f9ba6d062645593'
+ 'ef493209b0a51160171fd834a7ecdddd02679463b85fb89a2ea254213e47f99b'
+ '3baf2c4dbc2c8f54a151dac8860113d2f549174f83ed85d552b094dfaebb52af'
+ '0e37a568eaebb8f0644f148a3d3efa921ac518217e1c0de46c2859d26516bcc4')
-build() {
- cd "$srcdir"/$pkgname
+prepare() {
+ cd "$srcdir/$pkgname"
# Fix entity encoding.
- patch -p0 < "$srcdir"/entity.patch
+ patch -p0 -i "$srcdir"/entity.patch
# Make TINYXML_USE_STL permanently defined in tinyxml.h
- patch -p1 < "$srcdir"/$pkgname-2.5.3-stl.patch
+ patch -p1 -i "$srcdir"/$pkgname-2.5.3-stl.patch
# Fix Makefile
- sed -i \
- -e '/^TINYXML_USE_STL/ s|=.*|=YES|' \
- -e "s|^RELEASE_CFLAGS.*|& ${CXXFLAGS} -fPIC|" Makefile
+ setconf Makefile TINYXML_USE_STL YES
+ setconf Makefile RELEASE_CFLAGS "$CXXFLAGS -fPIC"
+}
+
+build() {
+ cd "$srcdir/$pkgname"
make
- g++ -fPIC ${CXXFLAGS} -shared -o lib${pkgname}.so.0.$pkgver \
- -Wl,-soname,lib${pkgname}.so.0 $(ls *.o | grep -v xmltest)
+ g++ -fPIC "$CXXFLAGS" -shared -o "lib${pkgname}.so.0.$pkgver" \
+ -Wl,-soname,"lib${pkgname}.so.0" $(ls *.o | grep -v xmltest)
}
package() {
- cd "$srcdir"/$pkgname
+ cd "$srcdir/$pkgname"
install -d -m 0755 "$pkgdir"/usr/{lib,include}
- install -m 0755 lib${pkgname}.so.0.$pkgver "$pkgdir"/usr/lib/
- install -m 0644 $pkgname.h tinystr.h "$pkgdir"/usr/include
-
- (cd "$pkgdir"/usr/lib
- ln -s lib${pkgname}.so.0.$pkgver lib${pkgname}.so.0
- ln -s lib${pkgname}.so.0.$pkgver lib${pkgname}.so
+ install -m 0755 "lib${pkgname}.so.0.$pkgver" "$pkgdir"/usr/lib/
+ install -m 0644 "$pkgname.h" tinystr.h "$pkgdir"/usr/include
+ install -Dm644 readme.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 "$srcdir/$pkgname.pc" "$pkgdir/usr/lib/pkgconfig/$pkgname.pc"
+
+ (cd "$pkgdir/usr/lib"
+ ln -s "lib${pkgname}.so.0.$pkgver" "lib${pkgname}.so.0"
+ ln -s "lib${pkgname}.so.0.$pkgver" "lib${pkgname}.so"
)
}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/tinyxml/tinyxml.pc b/community/tinyxml/tinyxml.pc
new file mode 100644
index 000000000..684b090cd
--- /dev/null
+++ b/community/tinyxml/tinyxml.pc
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: TinyXml
+Description: simple, small, C++ XML parser
+Version: 2.6.2
+Libs: -L${libdir} -ltinyxml
+Cflags: -I${includedir}
diff --git a/extra/dmidecode/PKGBUILD b/extra/dmidecode/PKGBUILD
index 6f5e9ceba..3c5fe030d 100644
--- a/extra/dmidecode/PKGBUILD
+++ b/extra/dmidecode/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 143727 2011-11-28 17:28:42Z giovanni $
+# $Id: PKGBUILD 183308 2013-04-21 10:54:50Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=dmidecode
-pkgver=2.11
-pkgrel=2
+pkgver=2.12
+pkgrel=1
pkgdesc="Desktop Management Interface table related utilities"
arch=('i686' 'x86_64')
url="http://www.nongnu.org/dmidecode"
license=('GPL')
depends=('glibc')
source=("http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('535487cc041f2db746587cf40a2059f0')
+md5sums=('a406f3cbb27736491698697beeddb781')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/llvm/PKGBUILD b/extra/llvm/PKGBUILD
index d1642a983..b354261ca 100644
--- a/extra/llvm/PKGBUILD
+++ b/extra/llvm/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 176908 2013-02-02 12:44:44Z foutrelis $
+# $Id: PKGBUILD 183300 2013-04-20 23:37:12Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Jan "heftig" Steffens <jan.steffens@gmail.com>
# Contributor: Sebastian Nowicki <sebnow@gmail.com>
@@ -11,7 +11,7 @@
pkgname=('llvm' 'llvm-ocaml' 'clang' 'clang-analyzer')
pkgver=3.2
-pkgrel=5
+pkgrel=6
arch=('i686' 'x86_64')
url="http://llvm.org/"
license=('custom:University of Illinois/NCSA Open Source License')
@@ -24,8 +24,9 @@ source=(http://llvm.org/releases/$pkgver/$pkgname-$pkgver.src.tar.gz
cindexer-clang-path.patch
enable-lto.patch
llvm-3.1-fix-debug-line-info.patch
+ clang-3.2-fix-std-thread-with-libstdc++.patch
clang-3.1-fix-libprofile_rt.a-location.patch)
-sha256sums=('378f9ed7126409785aa399bf367762753dbda563b60612dae1a92d5263ab8130'
+sha256sums=('125090c4d26740f1d5e9838477c931ed7d9ad70d599ba265f46f3a42cb066343'
'2aaaf03f7c0f6b16fe97ecc81247dc2bf2d4bec7620a77cc74670b7e07ff5658'
'a9a6b73a1bd5fc763f3b3826a6ce796cb150042d37d319e06e72d3d9778aaac1'
'312574e655f9a87784ca416949c505c452b819fad3061f2cde8aced6540a19a3'
@@ -33,18 +34,17 @@ sha256sums=('378f9ed7126409785aa399bf367762753dbda563b60612dae1a92d5263ab8130'
'3074df5322900e087377a8e03a02115463ccc0011c25917c2f06df11facd9b92'
'fe3969d9ec93263814d9892a15b6a1eb60ad756fe7c3985a45d8cd82bc9b7a7b'
'db1f1aadebbc4c4232bdad49fb9b7dc61eac727085c63154b870fa9ce64fd18d'
+ '02b2c0fd29bc165140eb4524700254bfdd88369706719acb3f3be3134f1e67e8'
'0d32ad283566357ca1bfbeb4cbe6b0b961943b79d3d718ed0435101c05629137')
-build() {
+prepare() {
cd "$srcdir/$pkgname-$pkgver.src"
# At the present, clang must reside inside the LLVM source code tree to build
# See http://llvm.org/bugs/show_bug.cgi?id=4840
- rm -rf tools/clang
- cp -r "$srcdir/clang-$pkgver.src" tools/clang
+ mv "$srcdir/clang-$pkgver.src" tools/clang
- rm -rf projects/compiler-rt
- cp -r "$srcdir/compiler-rt-$pkgver.src" projects/compiler-rt
+ mv "$srcdir/compiler-rt-$pkgver.src" projects/compiler-rt
# Fix symbolic links from OCaml bindings to LLVM libraries
sed -i 's:\$(PROJ_libdir):/usr/lib/llvm:' bindings/ocaml/Makefile.ocaml
@@ -70,6 +70,11 @@ build() {
# Use gold instead of default linker, and always use the plugin
patch -d tools/clang -Np0 -i "$srcdir/enable-lto.patch"
+ # Fix FS#34861: crash on apps built using C++11's std::thread
+ # http://llvm.org/bugs/show_bug.cgi?id=12730
+ patch -d tools/clang -Np2 -i \
+ "$srcdir/clang-3.2-fix-std-thread-with-libstdc++.patch"
+
# Fix FS#29984: [clang] -coverage is broken
patch -d tools/clang -Np1 -i \
"$srcdir/clang-3.1-fix-libprofile_rt.a-location.patch"
@@ -81,16 +86,22 @@ build() {
# Drop "svn" suffix from version string
sed -i 's/3\.2svn/3.2/g' configure
+ # Prepare Python 2 override
+ mkdir "$srcdir/python2-path"
+ ln -s /usr/bin/python2 "$srcdir/python2-path/python"
+}
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver.src"
+
# Apply strip option to configure
_optimized_switch="enable"
[[ $(check_option strip) == n ]] && _optimized_switch="disable"
# Include location of libffi headers in CPPFLAGS
- export CPPFLAGS="$CPPFLAGS $(pkg-config --cflags libffi)"
+ CPPFLAGS+=" $(pkg-config --cflags libffi)"
# Use Python 2
- mkdir "$srcdir/python2-path"
- ln -s /usr/bin/python2 "$srcdir/python2-path/python"
export PATH="$srcdir/python2-path:$PATH"
# Force the use of GCC instead of clang
diff --git a/extra/llvm/clang-3.2-fix-std-thread-with-libstdc++.patch b/extra/llvm/clang-3.2-fix-std-thread-with-libstdc++.patch
new file mode 100644
index 000000000..6963603b1
--- /dev/null
+++ b/extra/llvm/clang-3.2-fix-std-thread-with-libstdc++.patch
@@ -0,0 +1,17 @@
+--- cfe/trunk/lib/Basic/Targets.cpp 2013/04/04 23:51:36 178815
++++ cfe/trunk/lib/Basic/Targets.cpp 2013/04/04 23:53:43 178816
+@@ -2730,6 +2730,14 @@
+ case NoMMX3DNow:
+ break;
+ }
++
++ if (CPU >= CK_i486) {
++ Builder.defineMacro("__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1");
++ Builder.defineMacro("__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2");
++ Builder.defineMacro("__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4");
++ }
++ if (CPU >= CK_i586)
++ Builder.defineMacro("__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8");
+ }
+
+ bool X86TargetInfo::hasFeature(StringRef Feature) const {
diff --git a/extra/smartmontools/PKGBUILD b/extra/smartmontools/PKGBUILD
index 145d9297c..09337c78a 100644
--- a/extra/smartmontools/PKGBUILD
+++ b/extra/smartmontools/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 180692 2013-03-25 19:47:01Z giovanni $
+# $Id: PKGBUILD 183306 2013-04-21 10:49:31Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Jeff Mickey <jeff@archlinux.org>
# Contributor: Jani Talikka <jani.talikka@gmail.com>
@@ -6,12 +6,13 @@
pkgname=smartmontools
pkgver=6.1
-pkgrel=1
+pkgrel=2
pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
url="http://smartmontools.sourceforge.net"
license=('GPL')
arch=('i686' 'x86_64')
depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('heirloom-mailx: to get mail alerts to work')
backup=('etc/smartd.conf'
'etc/conf.d/smartd')
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"
diff --git a/extra/wcslib/PKGBUILD b/extra/wcslib/PKGBUILD
index 44b53b5bf..80d66a5cf 100644
--- a/extra/wcslib/PKGBUILD
+++ b/extra/wcslib/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 171525 2012-11-18 11:23:12Z andrea $
+# $Id: PKGBUILD 183302 2013-04-21 06:02:20Z andrea $
# Maintainer: Your Name <youremail@domain.com>
pkgname=wcslib
-pkgver=4.16
+pkgver=4.17
pkgrel=1
pkgdesc="A C library that implements the 'World Coordinate System' (WCS) standard in FITS"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('cfitsio')
makedepends=('gcc-fortran')
source=("ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}.tar.bz2")
-md5sums=('30439a0bb730ef936646d646c9f07518')
+md5sums=('81f739c84789b84626db9fe4cd866081')
build() {
cd $pkgname-$pkgver
@@ -27,11 +27,13 @@ build() {
#}
package() {
+ # Fix install on i686
+ install -d "${pkgdir}"/usr/include/${pkgname}-${pkgver}
+
cd $pkgname-$pkgver
make DESTDIR="$pkgdir/" install
# Fix wrong permissions
-
chmod g=rx,-s "${pkgdir}"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
chmod -s "${pkgdir}"/usr/{include/wcslib-${pkgver}/,share/doc/wcslib-${pkgver}/{,html/}}
}
diff --git a/extra/xfce4-notifyd/PKGBUILD b/extra/xfce4-notifyd/PKGBUILD
index 1cf84b838..4511dd426 100644
--- a/extra/xfce4-notifyd/PKGBUILD
+++ b/extra/xfce4-notifyd/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 157873 2012-04-30 04:20:51Z foutrelis $
+# $Id: PKGBUILD 183310 2013-04-21 17:16:07Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: tobias <tobias funnychar archlinux.org>
pkgname=xfce4-notifyd
-pkgver=0.2.2
-pkgrel=3
+pkgver=0.2.3
+pkgrel=1
pkgdesc="Notification daemon for the Xfce desktop"
arch=('i686' 'x86_64')
url="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
license=('GPL2')
groups=('xfce4-goodies')
-depends=('libxfce4ui' 'hicolor-icon-theme')
+depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
makedepends=('intltool')
provides=('notification-daemon')
options=('!libtool')
install=$pkgname.install
source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b66e68dfc2164bcf479acd3c7e8b6f83065d23aef988535e2db3506d06a39168')
+sha256sums=('dd40f64c9db22b0b971e81e8e74a4ab6afe6d0bb819ab5d0badee89e13faa63b')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/libre/kdebase-runtime-libre/PKGBUILD b/libre/kdebase-runtime-libre/PKGBUILD
index 441852591..ec3bc1365 100644
--- a/libre/kdebase-runtime-libre/PKGBUILD
+++ b/libre/kdebase-runtime-libre/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=kdebase-runtime
pkgname=kdebase-runtime-libre
pkgver=4.10.2
-pkgrel=2
+pkgrel=3
pkgdesc="Plugins and applications necessary for the running of KDE applications, without non-privacy search providers"
arch=('i686' 'x86_64' 'mips64el')
url='https://projects.kde.org/projects/kde/kde-runtime'
@@ -49,7 +49,7 @@ build() {
-DKDE4_BUILD_TESTS=OFF \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DWITH_QNtrack=OFF
+ -DWITH_QNtrack=OFF -DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0
make
}
diff --git a/libre/kdelibs-libre/PKGBUILD b/libre/kdelibs-libre/PKGBUILD
index d8d648b3b..86d209821 100644
--- a/libre/kdelibs-libre/PKGBUILD
+++ b/libre/kdelibs-libre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 181384 2013-04-04 03:32:27Z svenstaro $
+# $Id: PKGBUILD 183303 2013-04-21 09:43:18Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org
# Contributor: Pierre Schmitz <pierre@archlinux.de>
# Maintainer (Parabola): André Silva <emulatorman@lavabit.com>
@@ -6,7 +6,7 @@
_pkgname=kdelibs
pkgname=kdelibs-libre
pkgver=4.10.2
-pkgrel=1
+pkgrel=3
pkgdesc="KDE Core Libraries"
arch=('i686' 'x86_64' 'mips64el')
url='https://projects.kde.org/projects/kde/kdelibs'
diff --git a/libre/parabola-archiso-git/PKGBUILD b/libre/parabola-archiso-git/PKGBUILD
deleted file mode 100644
index 0b07ddf8d..000000000
--- a/libre/parabola-archiso-git/PKGBUILD
+++ /dev/null
@@ -1,45 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
-# Maintainer (Parabola): André Silva <andre.paulista@adinet.com.uy>
-pkgname=parabola-archiso-git
-pkgver=20120506
-pkgrel=1
-pkgdesc="Parabola GNU/Linux-libre livecd/liveusb generation scripts"
-arch=('any')
-url="https://parabolagnulinux.org"
-license=('GPL')
-depends=('libisoburn' 'squashfs-tools' 'rsync')
-optdepends=('qemu: quickly test isos')
-makedepends=('git')
-provides=('archiso')
-conflicts=('archiso')
-source=()
-md5sums=()
-
-_gitroot=git://parabolagnulinux.org/archiso.git
-_gitname=archiso
-
-build() {
- cd ${srcdir}
- msg "Connecting to projects.parabolagnulinux.org GIT server..."
-
- if [ -d ${srcdir}/$_gitname ]; then
- cd $_gitname && git pull origin
- msg "The local files are updated."
- else
- git clone $_gitroot
- fi
-
- msg "GIT checkout done or server timeout"
- msg "Starting make..."
-
- if [ -d ${srcdir}/$_gitname-build ]; then
- rm -rf ${srcdir}/$_gitname-build
- fi
-
- git clone ${srcdir}/$_gitname ${srcdir}/$_gitname-build || return 1
- cd ${srcdir}/$_gitname-build/$_gitname || return 1
-
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
diff --git a/libre/texlive-bin-libre/PKGBUILD b/libre/texlive-bin-libre/PKGBUILD
index 674e047bf..1f8199a48 100644
--- a/libre/texlive-bin-libre/PKGBUILD
+++ b/libre/texlive-bin-libre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 180321 2013-03-20 07:47:12Z remy $
+# $Id: PKGBUILD 183235 2013-04-18 23:55:16Z remy $
# Maintainer: Rémy Oudompheng <remy@archlinux.org>
# Contributor: francois <francois.archlinux.org>
# Maintainer (Parabola): Michał Masłowski <mtjm@mtjm.eu>
@@ -6,8 +6,8 @@
pkgname=texlive-bin-libre
pkgver=2012.0
-pkgrel=8
-pkgdesc="TeX Live binaries, Parabola rebranded"
+pkgrel=10
+pkgdesc="TeX Live binaries, without biber binaries (Parabola rebranded)"
license=('GPL')
arch=('i686' 'x86_64' 'mips64el')
depends=('t1lib' 'gd' 'poppler>=0.22.0' 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2')
diff --git a/libre/texlive-core-libre/PKGBUILD b/libre/texlive-core-libre/PKGBUILD
index 1e3d5534b..ca594501d 100644
--- a/libre/texlive-core-libre/PKGBUILD
+++ b/libre/texlive-core-libre/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=texlive-core-libre
_pkgname=texlive-core
-pkgver=2012.28273
+pkgver=2012.29661
_revnr=${pkgver#2012.}
pkgrel=1
-pkgdesc="TeX Live core distribution"
+pkgdesc="TeX Live core distribution, without nonfree add-on packages"
license=('GPL')
arch=(any)
depends=('texlive-bin-libre')
@@ -30,8 +30,8 @@ source=("ftp://ftp.archlinux.org/other/texlive/$_pkgname-$pkgver-src.zip"
options=(!strip)
install=texlive.install
#backup=(etc/texmf/tex/context/config/cont-usr.tex)
-md5sums=('42ce6cf5a7728f2ebb9a1a2bbf9dc4ed'
- '82c03f7226e1df4440f30c89c05ee653')
+md5sums=('4126fad75c577f5b067e612214039c93'
+ '306ab28bb9b070fc3e40d86d28ea7e8e')
build() {
cd "$srcdir"
diff --git a/libre/texlive-core-libre/texlive-core.maps b/libre/texlive-core-libre/texlive-core.maps
index 013f15e94..8d86bfad1 100644
--- a/libre/texlive-core-libre/texlive-core.maps
+++ b/libre/texlive-core-libre/texlive-core.maps
@@ -1,5 +1,7 @@
Map euler.map
Map charter.map
+Map cs-charter.map
+Map csfonts.map
Map fpls.map
Map l7x-urwvn.map
Map lm.map
@@ -30,8 +32,6 @@ MixedMap cm-super-x2.map
MixedMap cm.map
MixedMap cmextra.map
MixedMap cmtext-bsr-interpolated.map
-MixedMap csother.map
-MixedMap cstext.map
MixedMap cyrillic.map
MixedMap eurosym.map
MixedMap latxfont.map
diff --git a/libre/texlive-fontsextra-libre/PKGBUILD b/libre/texlive-fontsextra-libre/PKGBUILD
index a445de005..31ff6a3b4 100644
--- a/libre/texlive-fontsextra-libre/PKGBUILD
+++ b/libre/texlive-fontsextra-libre/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=texlive-fontsextra-libre
_pkgname=texlive-fontsextra
-pkgver=2012.28268
+pkgver=2012.29646
_revnr=${pkgver#2012.}
pkgrel=1
-pkgdesc="TeX Live - all sorts of extra fonts"
+pkgdesc="TeX Live - all sorts of extra fonts, without nonfree add-on packages"
license=('GPL')
arch=(any)
depends=('texlive-core')
@@ -20,8 +20,8 @@ source=("ftp://ftp.archlinux.org/other/texlive/$_pkgname-$pkgver-src.zip" "$_pkg
options=('!emptydirs')
options=(!strip)
install=texlive.install
-md5sums=('2c900d7eaa4506b057e25be64b4ad24b'
- 'd1d90a08bbea59c2f925a4b07c355828')
+md5sums=('25d99fb9897513ceb2ae19f078ad750c'
+ 'c57e28ee1d2481b7e14685c70d8e6a51')
build() {
cd "$srcdir"
diff --git a/libre/texlive-fontsextra-libre/texlive-fontsextra.maps b/libre/texlive-fontsextra-libre/texlive-fontsextra.maps
index 771bf3607..e76444d08 100644
--- a/libre/texlive-fontsextra-libre/texlive-fontsextra.maps
+++ b/libre/texlive-fontsextra-libre/texlive-fontsextra.maps
@@ -6,6 +6,7 @@ Map ArtNouvc.map
Map BulletsADF.map
Map Carrickc.map
Map CountriesOfEurope.map
+Map EBGaramond.map
Map ESSTIX.map
Map Eichenla.map
Map Eileen.map
@@ -16,6 +17,7 @@ Map GoudyIn.map
Map Kinigcap.map
Map Konanur.map
Map Kramer.map
+Map LibreBaskerville.map
Map MnSymbol.map
Map MorrisIn.map
Map Nouveaud.map
@@ -41,7 +43,6 @@ Map aurical.map
Map belleek.map
Map bera.map
Map bguq.map
-Map biolinum-type1.map
Map boondox.map
Map cabin.map
Map calligra.map
@@ -80,13 +81,14 @@ Map iwona.map
Map kpfonts.map
Map kurier.map
Map lato.map
-Map libertine-type1.map
+Map libertine.map
Map linearA.map
Map mathabx.map
Map mdbch.map
Map mdput.map
Map mdsymbol.map
Map mdugm.map
+Map newpx.map
Map newtx.map
Map ocrb.map
Map opensans.map
@@ -95,6 +97,7 @@ Map pbsi.map
Map phaistos.map
Map prodint.map
Map pxtx.map
+Map quattrocento.map
Map recycle.map
Map rsfso.map
Map sansmathaccent.map
diff --git a/libre/texlive-latexextra-libre/PKGBUILD b/libre/texlive-latexextra-libre/PKGBUILD
index 533a0aa6e..b327d2f61 100644
--- a/libre/texlive-latexextra-libre/PKGBUILD
+++ b/libre/texlive-latexextra-libre/PKGBUILD
@@ -1,14 +1,15 @@
-# $Id: PKGBUILD 171569 2012-11-19 07:37:56Z remy $
+# $Id: PKGBUILD 183221 2013-04-18 23:52:31Z remy $
+# Maintainer: Firmicus <firmicus āt gmx dōt net>
# Maintainer: Rémy Oudompheng <remy@archlinux.org>
# Maintainer (Parabola): Michał Masłowski <mtjm@mtjm.eu>
# Contributor (Parabola): André Silva <emulatorman@lavabit.com>
pkgname=texlive-latexextra-libre
_pkgname=texlive-latexextra
-pkgver=2012.28272
+pkgver=2012.29701
_revnr=${pkgver#2012.}
pkgrel=1
-pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
+pkgdesc="TeX Live - Large collection of add-on packages for LaTeX, without nonfree add-on packages"
license=('GPL')
arch=(any)
depends=('texlive-core')
@@ -25,7 +26,7 @@ source=("ftp://ftp.archlinux.org/other/texlive/$_pkgname-$pkgver-src.zip" "$_pkg
options=('!emptydirs')
options=(!strip)
install=texlive.install
-md5sums=('75db29b9e9bea30e9b6c1b77c4fca964'
+md5sums=('1b67842cdc5debc80730fced7ce369ce'
'9e4825f47dac663dd62c4bfa67899e84')
build() {
diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD
index 0a02eba94..695062e5b 100644
--- a/pcr/gnuhealth/PKGBUILD
+++ b/pcr/gnuhealth/PKGBUILD
@@ -3,12 +3,29 @@
pkgname=gnuhealth
pkgver=1.8.1
-pkgrel=1
+pkgrel=3
pkgdesc="A free Health and Hospital Information System"
arch=(any)
url="http://health.gnu.org/"
license=('GPL3')
-depends=('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')
diff --git a/pcr/python2-pywebdav/PKGBUILD b/pcr/python2-pywebdav/PKGBUILD
new file mode 100644
index 000000000..c5c72b22a
--- /dev/null
+++ b/pcr/python2-pywebdav/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: Dan Serban (dserban01 => gmail)
+# Contributor: Gour <gour@gour-nitai.com>
+
+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')
+
+package()
+{
+ 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..cd807331e
--- /dev/null
+++ b/pcr/python2-qrcode/PKGBUILD
@@ -0,0 +1,22 @@
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Maintainer: Francois Boulogne <fboulogne at april dot org>
+
+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")
+
+package() {
+ cd "$srcdir/qrcode-$pkgver"
+
+ python2 setup.py install --root="${pkgdir}"
+
+}
+
+# vim:ts=2:sw=2:et:
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 <dragonlord@aur.archlinux.org>
+# Contributor: cwchen <linuxisfun0104@gmail.com>
+# Contributor: Florian Friesdorf <archlinux@chaoflow.net>
+# Contributor: simo <simo@archlinux.org>
+# Contributor: William Rea <sillywilly@gmail.com>
+# Contributor: Todd Maynard <arch@toddmaynard.com>
+
+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
+}
diff --git a/pcr/trytond-account-invoice/PKGBUILD b/pcr/trytond-account-invoice/PKGBUILD
new file mode 100644
index 000000000..1f2574548
--- /dev/null
+++ b/pcr/trytond-account-invoice/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+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=("a93b71985bbcb70499019429a3dc4e25")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 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..b8ec822c6
--- /dev/null
+++ b/pcr/trytond-account-product/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+pkgname=trytond-account-product
+_pkgname=trytond_account_product
+pkgver=2.6.0
+_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=("7c4ebba0419c62addeb7417c57a84125")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py install --root=$pkgdir
+}
diff --git a/pcr/trytond-account/PKGBUILD b/pcr/trytond-account/PKGBUILD
new file mode 100644
index 000000000..b4c2affb0
--- /dev/null
+++ b/pcr/trytond-account/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+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=("872c05b5be3d6737575137d827234cfb")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py install --root=$pkgdir
+}
diff --git a/pcr/trytond-calendar/PKGBUILD b/pcr/trytond-calendar/PKGBUILD
new file mode 100644
index 000000000..db8756171
--- /dev/null
+++ b/pcr/trytond-calendar/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+pkgname=trytond-calendar
+_pkgname=trytond_calendar
+pkgver=2.6.1
+_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=("a6612776bf735eb9c68e2a5b3aa8ce83")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py install --root=$pkgdir
+}
diff --git a/pcr/trytond-company/PKGBUILD b/pcr/trytond-company/PKGBUILD
new file mode 100644
index 000000000..da9e2b27f
--- /dev/null
+++ b/pcr/trytond-company/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+pkgname=trytond-company
+_pkgname=trytond_company
+pkgver=2.6.1
+_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=("7f5ad0dab46f3c62c7f03ea5d48684f9")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py install --root=$pkgdir
+}
diff --git a/pcr/trytond-country/PKGBUILD b/pcr/trytond-country/PKGBUILD
new file mode 100644
index 000000000..17c06dc33
--- /dev/null
+++ b/pcr/trytond-country/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+pkgname=trytond-country
+_pkgname=trytond_country
+pkgver=2.6.0
+_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=("867338ac91e0130e3b7427e8af9a6c6d")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py install --root=$pkgdir
+}
diff --git a/pcr/trytond-currency/PKGBUILD b/pcr/trytond-currency/PKGBUILD
new file mode 100644
index 000000000..9a21153c0
--- /dev/null
+++ b/pcr/trytond-currency/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+pkgname=trytond-currency
+_pkgname=trytond_currency
+pkgver=2.6.1
+_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=("c38869231a22dd0c80a595c523491412")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py install --root=$pkgdir
+}
diff --git a/pcr/trytond-party/PKGBUILD b/pcr/trytond-party/PKGBUILD
new file mode 100644
index 000000000..1f3b35c6e
--- /dev/null
+++ b/pcr/trytond-party/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+pkgname=trytond-party
+_pkgname=trytond_party
+pkgver=2.6.0
+_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")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py install --root=$pkgdir
+}
diff --git a/pcr/trytond-product/PKGBUILD b/pcr/trytond-product/PKGBUILD
new file mode 100644
index 000000000..de158f436
--- /dev/null
+++ b/pcr/trytond-product/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+pkgname=trytond-product
+_pkgname=trytond_product
+pkgver=2.6.0
+_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=("84cbc997b557cbf46d74a5958d8ec0a5")
+
+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
new file mode 100644
index 000000000..01cd34681
--- /dev/null
+++ b/pcr/trytond-stock-lot/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+pkgname=trytond-stock-lot
+_pkgname=trytond_stock_lot
+pkgver=2.6.0
+_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=("4ca52557e691488e566c7eab3aa0ce5d")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py install --root=$pkgdir
+}
diff --git a/pcr/trytond-stock/PKGBUILD b/pcr/trytond-stock/PKGBUILD
new file mode 100644
index 000000000..453f931fe
--- /dev/null
+++ b/pcr/trytond-stock/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
+pkgname=trytond-stock
+_pkgname=trytond_stock
+pkgver=2.6.1
+_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=("fd303fc990f9a26de60e0928693461e2")
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py install --root=$pkgdir
+}