diff options
author | root <root@rshg054.dnsready.net> | 2012-10-21 01:56:19 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-21 01:56:19 -0700 |
commit | 159f9396cc5a7cb168fad9f3dc0e43bd790fdaeb (patch) | |
tree | 306fefe4a90b2e01ed034173f1979331a24bab00 /community | |
parent | 9598f5141ea75ffa72a3c7c85639c6f296020ef1 (diff) |
Sun Oct 21 01:55:44 PDT 2012
Diffstat (limited to 'community')
-rw-r--r-- | community/evas_generic_loaders-svn/PKGBUILD | 4 | ||||
-rw-r--r-- | community/flac123/PKGBUILD | 17 | ||||
-rw-r--r-- | community/gambas2/PKGBUILD | 6 | ||||
-rw-r--r-- | community/gambas3/PKGBUILD | 4 | ||||
-rw-r--r-- | community/libcec/PKGBUILD | 4 | ||||
-rw-r--r-- | community/libextractor/PKGBUILD | 4 | ||||
-rw-r--r-- | community/pam-krb5/PKGBUILD | 11 | ||||
-rw-r--r-- | community/pdf2djvu/PKGBUILD | 7 | ||||
-rw-r--r-- | community/python-reportlab/ChangeLog | 18 | ||||
-rw-r--r-- | community/python-reportlab/PKGBUILD | 35 | ||||
-rw-r--r-- | community/rekonq/PKGBUILD | 5 | ||||
-rw-r--r-- | community/virtualbox-modules-lts/PKGBUILD | 6 | ||||
-rw-r--r-- | community/virtualbox-modules/PKGBUILD | 18 |
13 files changed, 97 insertions, 42 deletions
diff --git a/community/evas_generic_loaders-svn/PKGBUILD b/community/evas_generic_loaders-svn/PKGBUILD index 4bab0ac41..345c80acb 100644 --- a/community/evas_generic_loaders-svn/PKGBUILD +++ b/community/evas_generic_loaders-svn/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 76270 2012-09-15 10:06:38Z rvanharen $ +# $Id: PKGBUILD 78523 2012-10-20 09:32:58Z heftig $ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Ronald van Haren <ronald.archlinux.org> pkgname=evas_generic_loaders-svn pkgver=75875 -pkgrel=1 +pkgrel=2 pkgdesc="Additional generic loaders for Evas" arch=('i686' 'x86_64') groups=('e17-libs-svn' 'e17-svn') diff --git a/community/flac123/PKGBUILD b/community/flac123/PKGBUILD index b51482c7d..e101e6f20 100644 --- a/community/flac123/PKGBUILD +++ b/community/flac123/PKGBUILD @@ -1,28 +1,29 @@ -# $Id: PKGBUILD 66067 2012-02-22 17:27:23Z cbrannon $ +# $Id: PKGBUILD 78533 2012-10-20 10:17:22Z ebelanger $ # Maintainer: Chris Brannon <chris@the-brannons.com> # Contributor: Corrado Primier <bardo@aur.archlinux.org> # Contributor: Patrick Burroughs <celticmadman@gmail.com> pkgname=flac123 -pkgver=0.0.11 -pkgrel=4 +pkgver=0.0.12 +pkgrel=1 arch=('i686' 'x86_64') license=('GPL2') pkgdesc="A command-line program for playing FLAC audio files" url="http://flac-tools.sourceforge.net/" depends=('flac' 'libao' 'popt') -source=(http://downloads.sourceforge.net/flac-tools/${pkgname}-${pkgver}.tar.gz) -md5sums=('60204986d3556330255b87aa42a4c9d1') +source=(http://downloads.sourceforge.net/flac-tools/${pkgname}-${pkgver}-release.tar.gz) +md5sums=('59dacb2584bbe9c61d046ce995108ac6') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "${srcdir}/${pkgname}-${pkgver}" + autoreconf --force --install ./configure --prefix=/usr make } package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install } # vim:set ts=2 sw=2 et: diff --git a/community/gambas2/PKGBUILD b/community/gambas2/PKGBUILD index 3b683fef4..8ae8cd258 100644 --- a/community/gambas2/PKGBUILD +++ b/community/gambas2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 77638 2012-10-13 11:42:56Z allan $ +# $Id: PKGBUILD 78524 2012-10-20 09:33:12Z heftig $ # Maintainer : Laurent Carlier <lordheavym@gmail.com> # Contributor: Biru Ionut <ionut@archlinux.ro> # Contributor: Andrea Scarpino <andrea@archlinux.org> @@ -20,12 +20,12 @@ pkgname=('gambas2-meta' 'gambas2-runtime' 'gambas2-devel' 'gambas2-ide' 'gambas2 'gambas2-gb-sdl-sound' 'gambas2-gb-settings' 'gambas2-gb-v4l' 'gambas2-gb-vb' 'gambas2-gb-web' 'gambas2-gb-xml' 'gambas2-gb-xml-rpc' 'gambas2-gb-xml-xslt') pkgver=2.24.0 -pkgrel=7 +pkgrel=8 pkgdesc="A free development environment based on a Basic interpreter." arch=('i686' 'x86_64') url="http://gambas.sourceforge.net" makedepends=('libffi' 'bzip2' 'libfbclient' 'zlib' 'kdelibs3' 'glu' 'gtk2' 'librsvg' 'xdg-utils' - 'postgresql-libs' 'libmysqlclient' 'unixodbc' 'sqlite2' 'sqlite' + 'postgresql-libs' 'libmysqlclient' 'unixodbc' 'sqlite2' 'sqlite' 'mesa' 'curl' 'poppler-glib' 'sdl_mixer' 'sdl_image' 'libxtst' 'pcre' 'omniorb' 'libxft' 'libxcursor' 'libsm' 'intltool' 'mysql' 'postgresql') license=('GPL2') diff --git a/community/gambas3/PKGBUILD b/community/gambas3/PKGBUILD index 762b2e808..5f8f938cc 100644 --- a/community/gambas3/PKGBUILD +++ b/community/gambas3/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 77639 2012-10-13 11:43:04Z allan $ +# $Id: PKGBUILD 78525 2012-10-20 09:33:20Z heftig $ # Maintainer: Laurent Carlier <lordheavym@gmail.com> # Contributor : sebikul <sebikul@gmail.com> @@ -15,7 +15,7 @@ pkgname=('gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script' 'gamba 'gambas3-gb-signal' 'gambas3-gb-v4l' 'gambas3-gb-vb' 'gambas3-gb-xml' 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 'gambas3-gb-web') pkgver=3.3.3 -pkgrel=1 +pkgrel=2 pkgdesc="A free development environment based on a Basic interpreter." arch=('i686' 'x86_64') url="http://gambas.sourceforge.net/" diff --git a/community/libcec/PKGBUILD b/community/libcec/PKGBUILD index 45698db9a..ff55295ab 100644 --- a/community/libcec/PKGBUILD +++ b/community/libcec/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 76479 2012-09-18 20:07:49Z idevolder $ +# $Id: PKGBUILD 78553 2012-10-20 20:21:09Z idevolder $ # Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com> # Contributor: Philippe Cherel <philippe.cherel@mayenne.org> pkgname=libcec pkgver=1.9.0 -pkgrel=1 +pkgrel=2 pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter" arch=('i686' 'x86_64') url="https://github.com/Pulse-Eight/libcec" diff --git a/community/libextractor/PKGBUILD b/community/libextractor/PKGBUILD index 73d27883f..21ff94ed8 100644 --- a/community/libextractor/PKGBUILD +++ b/community/libextractor/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 75315 2012-08-19 08:00:41Z heftig $ +# $Id: PKGBUILD 78526 2012-10-20 09:33:25Z heftig $ # Maintainer: Sergej Pupykin <pupykin.s@gmail.com> # Contributor: damir <damir@archlinux.org> pkgname=libextractor pkgver=0.6.3 -pkgrel=7 +pkgrel=8 pkgdesc="A library used to extract meta-data from files of arbitrary type" arch=("i686" "x86_64") license=('GPL') diff --git a/community/pam-krb5/PKGBUILD b/community/pam-krb5/PKGBUILD index 85c53eff2..88e927d62 100644 --- a/community/pam-krb5/PKGBUILD +++ b/community/pam-krb5/PKGBUILD @@ -1,18 +1,19 @@ -# $Id: PKGBUILD 70351 2012-05-04 23:55:05Z allan $ +# $Id: PKGBUILD 78535 2012-10-20 10:30:17Z ebelanger $ # Maintainer: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Ryan Corder <ryanc@greengrey.org> pkgname=pam-krb5 -pkgver=4.5 -pkgrel=2 +pkgver=4.6 +pkgrel=1 pkgdesc='A PAM module providing Kerberos v5 support.' arch=('i686' 'x86_64') url='http://www.eyrie.org/~eagle/software/pam-krb5/' license=('custom') options=('!libtool') depends=('krb5' 'pam') -source=("http://archives.eyrie.org/software/kerberos/$pkgname-$pkgver.tar.gz") -md5sums=('5736795225cf7f84718af42a15570fe0') +source=(http://archives.eyrie.org/software/kerberos/$pkgname-$pkgver.tar.gz{,.asc}) +md5sums=('296e9c8281419ce1fc41d537d18f74b8' + 'c68a521345d79d54fb129a3f4ca2767b') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/community/pdf2djvu/PKGBUILD b/community/pdf2djvu/PKGBUILD index 679ce651e..a4d83244e 100644 --- a/community/pdf2djvu/PKGBUILD +++ b/community/pdf2djvu/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 76563 2012-09-23 10:10:49Z jelle $ +# $Id: PKGBUILD 78527 2012-10-20 09:33:28Z heftig $ # Contributor: Paulo Matias <matiasΘarchlinux-br·org> # Maintainer: Jelle van der Waa <jelle@vdwaa.nl> pkgname=pdf2djvu -pkgver=0.7.14 +pkgver=0.7.15 pkgrel=1 pkgdesc="Creates DjVu files from PDF files" arch=('i686' 'x86_64') @@ -12,7 +12,6 @@ license=('GPL') depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick') makedepends=('pstreams' 'python2-nose' 'ttf-liberation') source=("http://pdf2djvu.googlecode.com/files/${pkgname}_${pkgver}.tar.gz") -md5sums=('b5327c5949057711a8250dffb6ccfd2d') build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -31,4 +30,4 @@ check() { sed -i 's/nosetests/nosetests2/' tests/Makefile make test } -md5sums=('bfeb443f81d0df7544fd393ad7ee6cd7') +md5sums=('cd03b61636b8d58592e7f419b434581f') diff --git a/community/python-reportlab/ChangeLog b/community/python-reportlab/ChangeLog new file mode 100644 index 000000000..85b5db51f --- /dev/null +++ b/community/python-reportlab/ChangeLog @@ -0,0 +1,18 @@ + +2009-02-17 Douglas Soares de Andrade <douglas@archlinux.org> + + * Updated for i686: 2.3 + +2008-11-03 Giovanni Scafora <giovanni@archlinux.org> + + * Rebuilt against python 2.6 + +2008-09-14 Douglas Soares de Andrade <douglas@archlinux.org> + + * Updating for x86_64: 2.2 + +2008-09-13 Douglas Soares de Andrade <douglas@archlinux.org> + + * Adding ChangeLog + * Updating for i686: 2.2 + diff --git a/community/python-reportlab/PKGBUILD b/community/python-reportlab/PKGBUILD new file mode 100644 index 000000000..6e44f03d6 --- /dev/null +++ b/community/python-reportlab/PKGBUILD @@ -0,0 +1,35 @@ +# $Id: PKGBUILD 78251 2012-10-17 10:27:06Z allan $ +# Maintainer: +# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> +# Contributor: William Rea <sillywilly@gmail.com> + +pkgbase=python-reportlab +pkgname=python2-reportlab +_origname=reportlab +pkgver=2.6 +pkgrel=1 +pkgdesc="A proven industry-strength PDF generating solution" +arch=('i686' 'x86_64') +url="http://www.reportlab.org/rl_toolkit.html" +depends=('python2' 'freetype2') +conflicts=('python-reportlab<=2.5-2') +replaces=('python-reportlab<=2.5-2') +license=('CUSTOM') +source=(http://www.reportlab.org/ftp/${_origname}-$pkgver.tar.gz) +md5sums=('e5d27a24a2c8456b168913242aa1940f') + +build() { + cd $srcdir/${_origname}-$pkgver + + # python2 fix + for file in src/reportlab/graphics/widgets/table.py src/reportlab/lib/normalDate.py \ + src/reportlab/pdfgen/pycanvas.py; do + sed -i 's_#!.*/usr/bin/env python_#!/usr/bin/env python2_' $file + done +} + +package_python2-reportlab() { + cd $srcdir/${_origname}-$pkgver + python2 setup.py install --root=$pkgdir --optimize=1 + install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/license.txt +} diff --git a/community/rekonq/PKGBUILD b/community/rekonq/PKGBUILD index e54032235..22b5d042b 100644 --- a/community/rekonq/PKGBUILD +++ b/community/rekonq/PKGBUILD @@ -1,17 +1,18 @@ -# $Id: PKGBUILD 77202 2012-10-06 14:10:04Z andrea $ +# $Id: PKGBUILD 78531 2012-10-20 10:07:28Z andrea $ # Maintainer: Peter Lewis <plewis@aur.archlinux.org> # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net> pkgname=rekonq pkgver=1.2 -pkgrel=1 +pkgrel=2 pkgdesc='A WebKit based web browser for KDE' arch=('i686' 'x86_64') url='http://rekonq.kde.org/' license=('GPL') depends=('kdebase-keditbookmarks' 'qoauth') makedepends=('cmake' 'automoc4') +optdepends=('qca-ossl: to use the sync handler') install=${pkgname}.install source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") md5sums=('97d025df580813013643b8c51675a75d') diff --git a/community/virtualbox-modules-lts/PKGBUILD b/community/virtualbox-modules-lts/PKGBUILD index 661f19a4e..aa1f3d890 100644 --- a/community/virtualbox-modules-lts/PKGBUILD +++ b/community/virtualbox-modules-lts/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 77197 2012-10-06 11:21:31Z tpowa $ +# $Id: PKGBUILD 78541 2012-10-20 11:53:48Z seblu $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Sébastien Luttringer <seblu@aur.archlinux.org> pkgbase=virtualbox-modules-lts pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts') -pkgver=4.2.0 -pkgrel=3 +pkgver=4.2.2 +pkgrel=1 arch=('i686' 'x86_64') url='http://virtualbox.org' license=('GPL') diff --git a/community/virtualbox-modules/PKGBUILD b/community/virtualbox-modules/PKGBUILD index 28b75bd71..6850f7879 100644 --- a/community/virtualbox-modules/PKGBUILD +++ b/community/virtualbox-modules/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 77842 2012-10-15 05:19:18Z tpowa $ +# $Id: PKGBUILD 78539 2012-10-20 11:51:18Z seblu $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> pkgbase=virtualbox-modules pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules') -pkgver=4.2.0 -pkgrel=6 +pkgver=4.2.2 +pkgrel=1 arch=('i686' 'x86_64') url='http://virtualbox.org' license=('GPL') @@ -16,8 +16,8 @@ makedepends=('linux-headers' build() { # current kernel version - #_kernver=$(expac -Q '%v' linux-headers)-ARCH - _kernver=3.6.0-1-ARCH + _kernver=$(expac -Q '%v' linux-headers)-ARCH + #_kernver=3.6.0-1-ARCH # dkms need modification to be run as user cp -r /var/lib/dkms . echo "dkms_tree='$srcdir/dkms'" > dkms.conf @@ -36,8 +36,8 @@ package_virtualbox-host-modules(){ conflicts=('virtualbox-modules') install=virtualbox-host-modules.install - #_kernver=$(expac -Q '%v' linux-headers)-ARCH - _kernver=3.6.0-1-ARCH + _kernver=$(expac -Q '%v' linux-headers)-ARCH + # _kernver=3.6.0-1-ARCH _extraver=extramodules-${_kernver%.*}-ARCH install -dm755 "$pkgdir/usr/lib/modules/$_extraver" @@ -55,8 +55,8 @@ package_virtualbox-guest-modules(){ conflicts=('virtualbox-archlinux-modules') install=virtualbox-guest-modules.install - #_kernver=$(expac -Q '%v' linux-headers)-ARCH - _kernver=3.6.0-1-ARCH + _kernver=$(expac -Q '%v' linux-headers)-ARCH + #_kernver=3.6.0-1-ARCH _extraver=extramodules-${_kernver%.*}-ARCH install -dm755 "$pkgdir/usr/lib/modules/$_extraver" |