summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-30 23:14:51 +0000
committerroot <root@rshg054.dnsready.net>2011-12-30 23:14:51 +0000
commit5d738f85840804ee493d267784d9cce5dc52f535 (patch)
tree646f79576fee9f326fa833f7ca480d2355056556 /community
parent8a823402bd45dc875237a20f174ecbe64e1bae4d (diff)
Fri Dec 30 23:14:51 UTC 2011
Diffstat (limited to 'community')
-rw-r--r--community/converseen/PKGBUILD6
-rw-r--r--community/luasql-mysql/PKGBUILD15
-rw-r--r--community/luxrender/PKGBUILD22
-rw-r--r--community/qbittorrent/PKGBUILD8
-rw-r--r--community/tea/PKGBUILD6
-rw-r--r--community/uucp/PKGBUILD15
6 files changed, 33 insertions, 39 deletions
diff --git a/community/converseen/PKGBUILD b/community/converseen/PKGBUILD
index c324f06d4..bb0935d2c 100644
--- a/community/converseen/PKGBUILD
+++ b/community/converseen/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 60165 2011-12-06 10:42:48Z giovanni $
+# $Id: PKGBUILD 61388 2011-12-30 00:12:01Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: archtux <antonio.arias99999 at gmail.com>
pkgname=converseen
pkgver=0.4.7
-pkgrel=1
+pkgrel=2
pkgdesc="The batch image converter and resizer"
arch=('i686' 'x86_64')
url="http://converseen.sourceforge.net/"
license=('GPL3')
-depends=('imagemagick' 'qt')
+depends=('imagemagick' 'qt' 'libwmf' 'openexr')
makedepends=('cmake')
install=converseen.install
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
diff --git a/community/luasql-mysql/PKGBUILD b/community/luasql-mysql/PKGBUILD
index b5d3e95ef..54aff4c20 100644
--- a/community/luasql-mysql/PKGBUILD
+++ b/community/luasql-mysql/PKGBUILD
@@ -1,25 +1,22 @@
-# $Id: PKGBUILD 42492 2011-03-17 10:40:38Z jelle $
+# $Id: PKGBUILD 61380 2011-12-29 16:34:45Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Anders Bergh <anders1@gmail.com>
pkgname=luasql-mysql
-pkgver=2.1.1
-pkgrel=6
+pkgver=2.2.0
+pkgrel=1
pkgdesc="MySQL module for Lua"
arch=('i686' 'x86_64')
url="http://www.keplerproject.org/luasql/"
license=('MIT')
depends=('lua' 'libmysqlclient')
-# just changing the filename will make it download the old version, so change
-# this manually!
-source=(http://luaforge.net/frs/download.php/2686/luasql-$pkgver.tar.gz)
-md5sums=('63bdd57de4b9d1be336ba112d8cb69eb')
+source=(https://github.com/downloads/keplerproject/luasql/luasql-$pkgver.tar.gz)
+md5sums=('59d72db444c6369c936d4f03694db6b7')
build() {
cd "$srcdir/luasql-$pkgver"
-
make T=mysql PREFIX=/usr DRIVER_LIBS="$(mysql_config --libs)" \
- DRIVER_INCS="$(mysql_config --include) -fPIC"
+ DRIVER_INCS="$(mysql_config --include) -fPIC"
install -Dm644 src/mysql.so $pkgdir/usr/lib/lua/5.1/luasql/mysql.so
install -Dm644 doc/us/license.html $pkgdir/usr/share/licenses/$pkgname/license.html
}
diff --git a/community/luxrender/PKGBUILD b/community/luxrender/PKGBUILD
index b1e626d15..3cb9ad56e 100644
--- a/community/luxrender/PKGBUILD
+++ b/community/luxrender/PKGBUILD
@@ -1,27 +1,24 @@
-# $Id: PKGBUILD 59946 2011-12-02 20:59:23Z ibiru $
+# $Id: PKGBUILD 61377 2011-12-29 13:55:18Z stativ $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
# Initial contributor: flixie <69one@gmx.net>
# Contributor: Imanol Celaya <ornitorrincos@archlinux-es.org>
pkgname=luxrender
pkgver=0.8
_pkgver=45d3e13eb94c
-_luxblend=9cb3fcee0be8
-_blender=2.60
-pkgrel=10
+pkgrel=11
pkgdesc="Rendering system for physically correct, unbiased image synthesis"
arch=('i686' 'x86_64')
url="http://www.luxrender.net/"
license=('GPL')
depends=('boost-libs' 'freeimage' 'openexr' 'libcl')
-optdepends=('blender: Blender exporter' 'qt: Qt GUI' \
+optdepends=('luxblend25: Blender exporter' 'qt: Qt GUI' \
+ 'python: Python interface (pylux)'
'nvidia-utils: OpenCL support for nVidia GPUs' \
'amdstream: OpenCL support for AMD GPUs' \
'intel-opencl-sdk: OpenCL support for Intel CPUs')
makedepends=('cmake' 'boost' 'qt' 'luxrays' 'python' 'opencl-headers')
-source=(ftp://ftp.archlinux.org/other/community/luxrender/lux-"$pkgver".tar.bz2 \
- https://bitbucket.org/luxrender/luxblend25/get/v08-2.60.tar.bz2)
-md5sums=('0f2d856385db72131f51e44a7ee527fa'
- '004596f577bbe681358c40507b2583e8')
+source=(ftp://ftp.archlinux.org/other/community/luxrender/lux-"$pkgver".tar.bz2)
+md5sums=('0f2d856385db72131f51e44a7ee527fa')
build() {
cd "$srcdir"/luxrender-lux-$_pkgver
@@ -45,11 +42,8 @@ package() {
# fix library path on x86_64
[ "$CARCH" = "x86_64" ] && mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib
- # install the blender exporter
- install -d -m755 "$pkgdir"/usr/share/blender/$_blender/scripts/addons
- cp -a "$srcdir"/luxrender-luxblend25-v08-2.60/src/luxrender \
- "$pkgdir"/usr/share/blender/$_blender/scripts/addons
- cp -a "$srcdir"/luxrender-lux-$_pkgver/pylux.so "$pkgdir"/usr/share/blender/$_blender/scripts/addons/luxrender/
+ #install pylux
+ install -D -m644 pylux.so "$pkgdir"/usr/lib/python3.2/pylux.so
}
# vim:set ts=2 sw=2 et:
diff --git a/community/qbittorrent/PKGBUILD b/community/qbittorrent/PKGBUILD
index e26f76684..58b64cd6c 100644
--- a/community/qbittorrent/PKGBUILD
+++ b/community/qbittorrent/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
pkgname=qbittorrent
-pkgver=2.9.2
-pkgrel=7
+pkgver=2.9.3
+pkgrel=1
pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent library"
arch=('i686' 'x86_64')
url="http://www.qbittorrent.org/"
@@ -15,9 +15,11 @@ optdepends=('python: needed for search'
'geoip: improves peer country resolution')
install='qbittorrent.install'
source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/qbittorrent-${pkgver}.tar.gz")
-md5sums=('0c2188e0065be57e50c06f5934d5f7a2')
+md5sums=('bd35950260f633215db8acd7c22317dc')
build() {
+ tar xf qbittorrent-${pkgver}.tar.gz
+
cd qbittorrent-${pkgver}
./configure \
diff --git a/community/tea/PKGBUILD b/community/tea/PKGBUILD
index bc653c3c8..c72ff78e3 100644
--- a/community/tea/PKGBUILD
+++ b/community/tea/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 55791 2011-09-20 17:02:31Z spupykin $
+# $Id: PKGBUILD 61372 2011-12-29 07:38:35Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Roman Kyrylych <roman@archlinux.org>
@@ -6,7 +6,7 @@
# Contributor: Zsolt Varadi <sysop_xxl@fibermail.hu>
pkgname=tea
-pkgver=31.0.0
+pkgver=31.1.0
pkgrel=1
pkgdesc="A QT-based text editor for Linux and *BSD. With an ultimate small size TEA provides you hundreds of functions."
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ depends=('qt' 'aspell' 'hunspell')
install=tea.install
source=(http://downloads.sourceforge.net/project/tea-editor/tea-editor/$pkgver/tea-$pkgver.tar.bz2
tea.desktop)
-md5sums=('53cb9b079e7ebaddcc41b27c684beaab'
+md5sums=('2b9671ed681de662f556c5a8f3efc321'
'377ace3363124f4c086de0babb820761')
build() {
diff --git a/community/uucp/PKGBUILD b/community/uucp/PKGBUILD
index ffc819a91..065fee173 100644
--- a/community/uucp/PKGBUILD
+++ b/community/uucp/PKGBUILD
@@ -1,8 +1,10 @@
+# $Id: PKGBUILD 61375 2011-12-29 09:59:32Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jick Nan <jick.nan@gmail.com>
pkgname=uucp
pkgver=1.07
-pkgrel=2
+pkgrel=3
pkgdesc="Taylor UUCP is a free implementation of UUCP and is the standard UUCP used on the GNU system"
arch=(i686 x86_64)
url="http://www.gnu.org/software/uucp/uucp.html"
@@ -17,14 +19,13 @@ md5sums=('64c54d43787339a7cced48390eb3e1d0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --mandir=/usr/share/man || return 1
- make || return 1
- make DESTDIR="${pkgdir}" install || return 1
+ ./configure --prefix=/usr --mandir=/usr/share/man --with-newconfigdir=/etc/uucp
+ make
+ make DESTDIR="${pkgdir}" install
- install -D -m644 sample/config ${pkgdir}/etc/uucp/config && \
- install -D -m644 sample/sys1 ${pkgdir}/etc/uucp/sys && \
+ install -D -m644 sample/config ${pkgdir}/etc/uucp/config
+ install -D -m644 sample/sys1 ${pkgdir}/etc/uucp/sys
install -D -m644 sample/port ${pkgdir}/etc/uucp/port
-
mv ${pkgdir}/usr/info ${pkgdir}/usr/share/
}