summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/ecryptfs-utils/PKGBUILD6
-rw-r--r--community/ming/PKGBUILD28
-rw-r--r--community/perl-berkeleydb/PKGBUILD8
-rw-r--r--community/perl-dbd-odbc/PKGBUILD8
-rw-r--r--community/pkgfile/PKGBUILD26
-rw-r--r--community/pkgfile/pkgfile.install5
-rw-r--r--community/sage-mathematics/PKGBUILD9
-rw-r--r--community/sarg/PKGBUILD7
-rw-r--r--community/texvc/PKGBUILD10
9 files changed, 87 insertions, 20 deletions
diff --git a/community/ecryptfs-utils/PKGBUILD b/community/ecryptfs-utils/PKGBUILD
index f566c9b71..2eddb8588 100644
--- a/community/ecryptfs-utils/PKGBUILD
+++ b/community/ecryptfs-utils/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 72650 2012-06-18 12:31:36Z tredaelli $
+# $Id: PKGBUILD 73892 2012-07-16 14:01:48Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Richard Murri <admin@richardmurri.com>
# Contributor: Michal Krenek <mikos@sg1.cz>
pkgname=ecryptfs-utils
-pkgver=97
+pkgver=99
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux"
@@ -14,7 +14,7 @@ makedepends=('swig' 'intltool' 'gettext')
depends=('keyutils' 'nss' 'python2')
source=("http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz")
options=(!libtool)
-md5sums=('74e8cacd5fa641075419ec02f6312421')
+md5sums=('17ef9190c6d078845e19d3e9a7d8ef7a')
build() {
cd "$srcdir/${pkgname}-${pkgver}"
diff --git a/community/ming/PKGBUILD b/community/ming/PKGBUILD
new file mode 100644
index 000000000..9cffc5ea9
--- /dev/null
+++ b/community/ming/PKGBUILD
@@ -0,0 +1,28 @@
+# Maintainer: Connor Behan <connor.behan@gmail.com>
+# Contributor: mar77i <mysatyre at gmail dot com>
+
+pkgname=ming
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="SWF output library"
+arch=('i686' 'x86_64')
+url="http://www.libming.net/"
+license=('GPL' 'LGPL')
+depends=('freetype2' 'libpng' 'flex')
+makedepends=('bison' 'pkg-config' 'python2')
+options=('!libtool' '!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('9e780f93670eaf68b1eefa6cdfc1d1e2')
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver/
+ sed -i -e 's/ifndef HAVE_VASPRINTF/ifdef HAVE_VASPRINTF/' util/decompile.c util/makeswf.c
+ LDFLAGS="${LDFLAGS/ -Wl,--as-needed/}"
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr --enable-python
+ make
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver/
+ make DESTDIR="$pkgdir" install
+}
diff --git a/community/perl-berkeleydb/PKGBUILD b/community/perl-berkeleydb/PKGBUILD
index 7fcd9d4d9..c584b82da 100644
--- a/community/perl-berkeleydb/PKGBUILD
+++ b/community/perl-berkeleydb/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 71751 2012-06-02 10:29:30Z bluewind $
+# $Id: PKGBUILD 73833 2012-07-16 05:37:51Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Charles Mauch <cmauch@gmail.com>
# Contributor: Francois Charette <firmicus@gmx.net>
pkgname=perl-berkeleydb
-pkgver=0.50
-pkgrel=4
+pkgver=0.51
+pkgrel=1
pkgdesc="Interface to Berkeley DB version 2, 3 or 4"
arch=('i686' 'x86_64')
url="http://search.cpan.org/dist/BerkeleyDB/"
@@ -13,7 +13,7 @@ license=('GPL' 'PerlArtistic')
depends=('perl' 'db')
options=('!emptydirs')
source=(http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-$pkgver.tar.gz)
-md5sums=('6afc8f49133c262c606d1b96e1412863')
+md5sums=('50d0d18227a6568e2557a1b1b33f8f55')
build() {
cd $srcdir/BerkeleyDB-$pkgver
diff --git a/community/perl-dbd-odbc/PKGBUILD b/community/perl-dbd-odbc/PKGBUILD
index 4bd5cf4d4..48bb3bcc8 100644
--- a/community/perl-dbd-odbc/PKGBUILD
+++ b/community/perl-dbd-odbc/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 71767 2012-06-02 10:30:02Z bluewind $
+# $Id: PKGBUILD 73845 2012-07-16 05:41:01Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: François Charette <firmicus ατ gmx δοτ net>
pkgname=perl-dbd-odbc
-pkgver=1.37
-pkgrel=2
+pkgver=1.39
+pkgrel=1
pkgdesc="ODBC Driver for DBI"
arch=('i686' 'x86_64')
url="http://search.cpan.org/dist/DBD-ODBC/"
@@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic')
depends=('perl-dbi' 'perl' 'unixodbc')
options=('!emptydirs')
source=("http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz")
-md5sums=('0c294f8e3365c841dcee8a0ba4671c99')
+md5sums=('d73b16258ec13c811763eafc7813a435')
build() {
cd DBD-ODBC-${pkgver}
diff --git a/community/pkgfile/PKGBUILD b/community/pkgfile/PKGBUILD
new file mode 100644
index 000000000..029b2347e
--- /dev/null
+++ b/community/pkgfile/PKGBUILD
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 73908 2012-07-17 01:41:42Z dreisner $
+# Maintainer: Dave Reisner <dreisner@archlinux.org>
+
+pkgname=pkgfile
+pkgver=1
+pkgrel=1
+pkgdesc="a pacman .files metadata explorer"
+arch=('i686' 'x86_64')
+url="http://github.com/falconindy/pkgfile"
+license=('MIT')
+depends=('libarchive' 'curl' 'pcre' 'pacman')
+conflicts=('pkgtools<24-2')
+makedepends=('perl')
+source=("https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz")
+install=pkgfile.install
+md5sums=('14e4e666fd6bfeae6fcb9313737c780d')
+
+build() {
+ make -C "$pkgname-$pkgver"
+}
+
+package() {
+ make -C "$pkgname-$pkgver" PREFIX=/usr DESTDIR="$pkgdir" install
+}
+
+# vim: ft=sh syn=sh
diff --git a/community/pkgfile/pkgfile.install b/community/pkgfile/pkgfile.install
new file mode 100644
index 000000000..7653630b0
--- /dev/null
+++ b/community/pkgfile/pkgfile.install
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+post_install() {
+ printf "==> Run 'pkgfile ---update' to initialize the database\n"
+}
diff --git a/community/sage-mathematics/PKGBUILD b/community/sage-mathematics/PKGBUILD
index 437ee0aa5..efa5f6f66 100644
--- a/community/sage-mathematics/PKGBUILD
+++ b/community/sage-mathematics/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 73587 2012-07-10 20:04:25Z dwallace $
+# $Id: PKGBUILD 73902 2012-07-16 23:37:35Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: Antonio Rojas < nqn1976 @ gmail.com >
# Contributor: Thomas Dziedzic < gostrc at gmail >
@@ -8,7 +8,7 @@
pkgname=sage-mathematics
pkgver=5.1
-pkgrel=1
+pkgrel=2
pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to Magma, Maple, Mathematica, and Matlab.'
url='http://www.sagemath.org'
arch=('i686' 'x86_64')
@@ -53,6 +53,11 @@ build() {
# comment out if you're only building it for yourself
export SAGE_FAT_BINARY='yes'
+ # set ATLAS_ARCH to provide the most compatibility. try fast or just leaving it black if
+ # compiling for yourself. http://trac.sagemath.org/sage_trac/ticket/10226
+ # export SAGE_ATLAS_ARCH=fast
+ export SAGE_ATLAS_ARCH=base
+
# can't write to root in a clean chroot
export DOT_SAGE='/build/src/'
diff --git a/community/sarg/PKGBUILD b/community/sarg/PKGBUILD
index f28d10479..11882d279 100644
--- a/community/sarg/PKGBUILD
+++ b/community/sarg/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 65425 2012-02-21 05:42:20Z spupykin $
+# $Id: PKGBUILD 73875 2012-07-16 07:53:58Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: JJDaNiMoTh <jjdanimoth.aur@gmail.com>
# Contributor: Tino Reichardt <milky-archlinux@mcmilk.de>
pkgname=sarg
pkgver=2.3.1
-pkgrel=4
+pkgrel=5
pkgdesc="Squid Analysis Report Generator"
arch=('i686' 'x86_64')
url="http://sarg.sourceforge.net"
@@ -21,6 +21,8 @@ md5sums=('bf637b8a820b81e2c55e815934151b4d')
build() {
cd ${srcdir}/$pkgname-$pkgver
+ ./configure --prefix=/usr # po files workaround
+ rm -f Makefile
LDFLAGS=-lm cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc/sarg -DMANDIR=/usr/share/man/man1 .
make
}
@@ -29,6 +31,7 @@ package() {
cd ${srcdir}/$pkgname-$pkgver
mkdir -p $pkgdir/usr/share/sarg $pkgdir/etc
make DESTDIR="$pkgdir" install
+ make -C po DESTDIR="$pkgdir" install
cp -a sarg-php ${pkgdir}/usr/share/sarg/
chmod -R o+r ${pkgdir}{/etc,/usr/share/sarg}
chmod o+x ${pkgdir}/usr/share/sarg/sarg-php
diff --git a/community/texvc/PKGBUILD b/community/texvc/PKGBUILD
index 32dc337aa..75f7fe4f2 100644
--- a/community/texvc/PKGBUILD
+++ b/community/texvc/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 59805 2011-11-30 12:45:27Z spupykin $
+# $Id: PKGBUILD 73896 2012-07-16 14:22:08Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=texvc
-pkgver=1.18.0
-_svnrev=103240
+pkgver=1.19.1
+_svnrev=110614
pkgrel=1
pkgdesc="tex to HTML/MathML/png converter used by mediawiki"
arch=(i686 x86_64)
@@ -12,8 +12,8 @@ url="http://www.mediawiki.org/wiki/Extension:Math"
license=("GPL")
depends=('imagemagick' 'ghostscript' 'texlive-core' 'texlive-latexextra')
makedepends=('ocaml')
-source=(http://upload.wikimedia.org/ext-dist/Math-MW1.18-r${_svnrev}.tar.gz)
-md5sums=('bd24346536339034b29e65341683a2c1')
+source=(http://upload.wikimedia.org/ext-dist/Math-MW1.19-${_svnrev}.tar.gz)
+md5sums=('d5217e19c26bc08201f9fe6bec8722ff')
build() {
cd $srcdir/Math/math