summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-26 02:20:27 -0700
committerroot <root@rshg054.dnsready.net>2013-05-26 02:20:27 -0700
commit99ee54f2484aadc464e997e54aa9c7ca7ecde198 (patch)
tree44f52f702b3d499e99fe7fe6314d9897de17efb4 /community
parent2333a0e547f378ad697f35312d6ba6d3fbafb2c8 (diff)
Sun May 26 02:19:21 PDT 2013
Diffstat (limited to 'community')
-rw-r--r--community/cantata/PKGBUILD8
-rw-r--r--community/chromium-bsu/PKGBUILD12
-rw-r--r--community/gambas3/PKGBUILD4
-rw-r--r--community/gen2shp/PKGBUILD4
-rw-r--r--community/gmerlin/PKGBUILD4
-rw-r--r--community/gputils/PKGBUILD4
-rw-r--r--community/nodejs/PKGBUILD6
-rw-r--r--community/nss-pam-ldapd/PKGBUILD6
-rw-r--r--community/pdf2djvu/PKGBUILD20
-rw-r--r--community/percona-server/PKGBUILD6
-rw-r--r--community/smem/PKGBUILD4
-rw-r--r--community/texmaker/PKGBUILD6
12 files changed, 44 insertions, 40 deletions
diff --git a/community/cantata/PKGBUILD b/community/cantata/PKGBUILD
index 13c1c3764..72a57d369 100644
--- a/community/cantata/PKGBUILD
+++ b/community/cantata/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 86462 2013-03-17 20:07:56Z cinelli $
+# $Id: PKGBUILD 91619 2013-05-25 12:01:52Z bpiotrowski $
# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Mcder3 <mcder3[at]gmail[dot]com>
# Contributor: MisterFred <mister.fred[at]free[dot]fr>
pkgname=cantata
-pkgver=0.9.2
+pkgver=1.0.2
pkgdesc="A KDE client for the music player daemon (MPD)"
-pkgrel=3
+pkgrel=1
arch=('i686' 'x86_64')
url="http://kde-apps.org/content/show.php/Cantata?content=147733"
license=('GPL')
@@ -15,7 +15,7 @@ depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')
makedepends=('cmake' 'automoc4')
install="$pkgname.install"
source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2")
-md5sums=('882cec90eb01d190b899689675e990b0')
+md5sums=('b69c568be6a2738d5ce640e759ae0253')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/chromium-bsu/PKGBUILD b/community/chromium-bsu/PKGBUILD
index d618abfa3..a81061c19 100644
--- a/community/chromium-bsu/PKGBUILD
+++ b/community/chromium-bsu/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 85755 2013-03-06 11:30:49Z jelle $
+# $Id: PKGBUILD 91634 2013-05-25 20:26:07Z jelle $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=chromium-bsu
-pkgver=0.9.15
-pkgrel=4
+pkgver=0.9.15.1
+pkgrel=1
pkgdesc="A fast paced top scrolling shooter"
arch=('i686' 'x86_64')
url="http://chromium-bsu.sourceforge.net/"
license=('custom:artistic')
-depends=('freeglut' 'glu' 'sdl' 'openal' 'freealut' 'ftgl' 'fontconfig' 'sdl_image')
+depends=('freeglut' 'glu' 'sdl_image' 'openal' 'freealut' 'ftgl' 'fontconfig')
install=chromium-bsu.install
-source=(http://downloads.sourceforge.net/project/$pkgname/Chromium%20B.S.U.%20source%20code/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('d57137a1ac2292363b35192724c7e3be')
+source=(http://downloads.sourceforge.net/project/chromium-bsu/Chromium%20B.S.U.%20source%20code/chromium-bsu-$pkgver.tar.gz)
+md5sums=('bd332a890ae9e5115f2808198a51a92b')
build(){
cd $srcdir/$pkgname-$pkgver
diff --git a/community/gambas3/PKGBUILD b/community/gambas3/PKGBUILD
index 0011ffcd4..a09d1d043 100644
--- a/community/gambas3/PKGBUILD
+++ b/community/gambas3/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 90031 2013-05-06 19:37:10Z foutrelis $
+# $Id: PKGBUILD 91592 2013-05-25 02:56:17Z foutrelis $
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
# Contributor : sebikul <sebikul@gmail.com>
@@ -16,7 +16,7 @@ _components=('gambas3-gb-args' 'gambas3-gb-cairo' 'gambas3-gb-chart' 'gambas3-gb
'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 'gambas3-gb-xml' 'gambas3-gb-web')
pkgname=(${_components[@]} 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script' 'gambas3-examples')
pkgver=3.4.1
-pkgrel=2
+pkgrel=3
pkgdesc="A free development environment based on a Basic interpreter."
arch=('i686' 'x86_64')
url="http://gambas.sourceforge.net/"
diff --git a/community/gen2shp/PKGBUILD b/community/gen2shp/PKGBUILD
index f1366188c..2c18205d6 100644
--- a/community/gen2shp/PKGBUILD
+++ b/community/gen2shp/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 86465 2013-03-17 20:20:40Z cinelli $
+# $Id: PKGBUILD 91621 2013-05-25 12:05:10Z bpiotrowski $
# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
pkgname=gen2shp
pkgver=0.3.1
-pkgrel=7
+pkgrel=8
pkgdesc='Converts ArcInfo generate format to shapefile format'
arch=('i686' 'x86_64')
url='http://www.intevation.de/~jan/gen2shp/'
diff --git a/community/gmerlin/PKGBUILD b/community/gmerlin/PKGBUILD
index 5deb604bb..03e8ac35c 100644
--- a/community/gmerlin/PKGBUILD
+++ b/community/gmerlin/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 90038 2013-05-06 19:37:29Z foutrelis $
+# $Id: PKGBUILD 91613 2013-05-25 11:46:26Z bpiotrowski $
# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
pkgname=gmerlin
pkgver=1.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="Multimedia architecture for Linux"
arch=('i686' 'x86_64')
url="http://openmovieeditor.sourceforge.net/HomePage"
diff --git a/community/gputils/PKGBUILD b/community/gputils/PKGBUILD
index 96d8f305d..db76af71b 100644
--- a/community/gputils/PKGBUILD
+++ b/community/gputils/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 88505 2013-04-19 06:14:12Z cinelli $
+# $Id: PKGBUILD 91611 2013-05-25 11:39:42Z bpiotrowski $
# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
# Contributor: Johannes Martin <honzor@gmx.net>
# Contributor: JJDaNiMoTh <jjdanimoth.aur@gmail.com>
@@ -6,7 +6,7 @@
pkgname=gputils
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="PIC Programming Utilities"
arch=('i686' 'x86_64')
url="http://gputils.sourceforge.net/"
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD
index 0dac99705..643ea3673 100644
--- a/community/nodejs/PKGBUILD
+++ b/community/nodejs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 91055 2013-05-18 15:35:13Z bpiotrowski $
+# $Id: PKGBUILD 91630 2013-05-25 17:27:12Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: James Campos <james.r.campos@gmail.com>
@@ -8,7 +8,7 @@
# Contributor: TIanyi Cui <tianyicui@gmail.com>
pkgname=nodejs
-pkgver=0.10.7
+pkgver=0.10.8
pkgrel=1
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ makedepends=('python2')
checkdepends=('curl')
options=('!emptydirs')
source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
-sha256sums=('22d1d211f5260dfa5b842cebdb04633f28df180843105ff3eb792ca35ed425e0')
+sha256sums=('edf6f766c8ccc7ef5b02a50c94567343eb1ffae479db93684ba89976e3f18354')
prepare() {
cd node-v$pkgver
diff --git a/community/nss-pam-ldapd/PKGBUILD b/community/nss-pam-ldapd/PKGBUILD
index 468498773..5e6ebd566 100644
--- a/community/nss-pam-ldapd/PKGBUILD
+++ b/community/nss-pam-ldapd/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
pkgname=nss-pam-ldapd
-pkgver=0.8.12
-pkgrel=3
+pkgver=0.8.13
+pkgrel=1
pkgdesc='LDAP module for NSS and PAM'
arch=('i686' 'x86_64')
url="http://arthurdejong.org/$pkgname/"
@@ -16,7 +16,7 @@ install=nss-pam-ldapd.install
backup=('etc/nslcd.conf')
source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz"
"nslcd.service")
-sha1sums=('9c320172df0cdd4eca6cd97ad4c2438e6552ffe0'
+sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
'40afa421f05c2128a5219504fea45b2e76830973')
build() {
diff --git a/community/pdf2djvu/PKGBUILD b/community/pdf2djvu/PKGBUILD
index 4f1fdfc4d..fa3389e11 100644
--- a/community/pdf2djvu/PKGBUILD
+++ b/community/pdf2djvu/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 88656 2013-04-21 08:48:16Z jelle $
+# $Id: PKGBUILD 91593 2013-05-25 02:56:18Z foutrelis $
# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
# Maintainer: Jelle van der Waa <jelle@vdwaa.nl>
pkgname=pdf2djvu
pkgver=0.7.16
-pkgrel=4
+pkgrel=6
pkgdesc="Creates DjVu files from PDF files"
arch=('i686' 'x86_64')
url="http://pdf2djvu.googlecode.com"
@@ -12,22 +12,26 @@ 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=('6ba1e576212e129111518a8c4afd1092')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
+
./configure --prefix=/usr
make
}
+check() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ sed -i 's/nosetests/nosetests2/' tests/Makefile
+ make test
+}
+
package() {
cd ${srcdir}/${pkgname}-${pkgver}
+
make install DESTDIR=${pkgdir}
install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
}
-check() {
- cd ${srcdir}/${pkgname}-${pkgver}
- sed -i 's/nosetests/nosetests2/' tests/Makefile
- make test
-}
-md5sums=('6ba1e576212e129111518a8c4afd1092')
diff --git a/community/percona-server/PKGBUILD b/community/percona-server/PKGBUILD
index f6e65de1a..2f7aef7df 100644
--- a/community/percona-server/PKGBUILD
+++ b/community/percona-server/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 88094 2013-04-11 13:45:38Z mtorromeo $
+# $Id: PKGBUILD 91599 2013-05-25 10:17:47Z mtorromeo $
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=percona-server
-pkgver=5.5.30_rel30.2
+pkgver=5.5.31_rel30.3
pkgrel=1
pkgdesc="A backwards-compatible drop-in replacement for MySQL that provides improved performance, diagnostics and instrumentation"
arch=('i686' 'x86_64')
@@ -97,7 +97,7 @@ package() {
rm "${pkgdir}"/usr/share/man/man1/mysql-test-run.pl.1
}
-sha256sums=('d30876033cd5590f8e1d68aff6a2eaad677dbe59168d4610c580c4e4e2e923a7'
+sha256sums=('808fea7fa2a10e61a3767819f4f9275afc8e5a66a7567b7b6d9e3bde2b79fce3'
'82a241d9fa4032187a26597d044e94ba810b209b53a7ce14bb6eb92555993a48'
'9bc66470f3f80534c0bb62f9f8325ccf60b164f421f74ad74a963f065d7b1869'
'badf6a701d9dc6ea3b4ddca26cb0f42b6236432ccdbc14c64962147802594a60')
diff --git a/community/smem/PKGBUILD b/community/smem/PKGBUILD
index 3c4bbffee..ed89c55d9 100644
--- a/community/smem/PKGBUILD
+++ b/community/smem/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 88078 2013-04-11 05:47:45Z cinelli $
+# $Id: PKGBUILD 91603 2013-05-25 11:22:11Z bpiotrowski $
# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
# Contributor: Dave Reisner <d@falconindy.com>
# Contributor: Isaac Dupree <id@isaac.cedarswampstudios.org>
@@ -6,7 +6,7 @@
pkgname=smem
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Generate reports on memory usage."
url="http://www.selenic.com/smem/"
license=("GPL")
diff --git a/community/texmaker/PKGBUILD b/community/texmaker/PKGBUILD
index 8ba258d91..916c25874 100644
--- a/community/texmaker/PKGBUILD
+++ b/community/texmaker/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 89278 2013-04-28 12:14:49Z cinelli $
+# $Id: PKGBUILD 91601 2013-05-25 11:19:17Z bpiotrowski $
#Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
pkgname=texmaker
-pkgver=4.0.1
+pkgver=4.0.2
pkgrel=1
pkgdesc='Free cross-platform LaTeX editor'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ optdepends=('ghostscript: LaTeX to HTML conversion command'
'poppler: PDF rendering support')
install="$pkgname.install"
source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('62f87f7b44e92ca68817663d3d5aeca4')
+md5sums=('2097b5911acc461a85fd631dd1e2e5dc')
build() {
cd "$pkgname-$pkgver"