summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/dart/PKGBUILD10
-rw-r--r--community/dd_rescue/PKGBUILD6
-rw-r--r--community/dspam/PKGBUILD9
-rw-r--r--community/python2-systemd/PKGBUILD10
-rw-r--r--community/rethinkdb/PKGBUILD6
-rw-r--r--extra/bluez/PKGBUILD6
-rw-r--r--extra/lftp/PKGBUILD6
-rw-r--r--extra/librevenge/PKGBUILD31
-rw-r--r--extra/maxima/PKGBUILD6
-rw-r--r--extra/neverball/PKGBUILD25
-rw-r--r--extra/neverball/neverball-1.5.4-libpng.patch21
-rw-r--r--extra/neverball/neverball-1.5.4-underlink.patch22
-rw-r--r--extra/sbcl/PKGBUILD6
13 files changed, 72 insertions, 92 deletions
diff --git a/community/dart/PKGBUILD b/community/dart/PKGBUILD
index e8b2d6c17..bf777ffd0 100644
--- a/community/dart/PKGBUILD
+++ b/community/dart/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 110850 2014-05-08 14:27:48Z arodseth $
+# $Id: PKGBUILD 111753 2014-05-23 11:17:45Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: T. Jameson Little <t.jameson.little at gmail dot com>
# Contributor: Usagi Ito <usagi@WonderRabbitProject.net>
@@ -6,7 +6,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=dart
-pkgver=1.3.6
+pkgver=1.4.0
pkgrel=1
pkgdesc='The dart programming language SDK'
arch=('x86_64' 'i686')
@@ -18,10 +18,10 @@ options=('!strip')
if [[ $CARCH == x86_64 ]]; then
source=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip")
- sha256sums=('799c04cc1d797c46580c4ad58b762b5a6234419b9eb05bdcb9b8cac9221ef669')
+ sha256sums=('3c9c8afef58b49e0d03add60ee54e5c4d77c95990fadb16bc0c9045cc3ed34de')
else
source=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip")
- sha256sums=('f9aa8f4d3164eca5ddd22012ed2d38ed523aeef9775d0b2229a77d611bdce97f')
+ sha256sums=('107a67bc5a133551ba7c4ebc266fd521bae8133f79509c57bbe4d07b607926f9')
fi
prepare() {
@@ -44,7 +44,7 @@ prepare() {
# Fix missing "fi" and missing newline
echo -e "fi\n" >> pub
- # Extract license (AUTHORS and LICENSE files are missing
+ # Extract license (AUTHORS and LICENSE files are missing)
head -n5 "../include/dart_api.h" > ../../LICENSE
}
diff --git a/community/dd_rescue/PKGBUILD b/community/dd_rescue/PKGBUILD
index 3de269ff7..392d75110 100644
--- a/community/dd_rescue/PKGBUILD
+++ b/community/dd_rescue/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 111576 2014-05-20 16:05:05Z fyan $
+# $Id: PKGBUILD 111763 2014-05-23 14:09:49Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Zerial <fernando@zerial.org>
# Contributor: Patrick Leslie Polzer <leslie.polzer@gmx.net>
# Contributor: Jose Riha <jose1711 gmail com>
pkgname=dd_rescue
-pkgver=1.43
+pkgver=1.44
pkgrel=1
pkgdesc="A dd version that is very useful for data-recovery"
url="http://www.garloff.de/kurt/linux/ddrescue/"
@@ -31,4 +31,4 @@ package() {
make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
}
-sha512sums=('d0c090d5d94916cda4bd046b22324ea5c44cfd2f856af56b698ea0e9ab4b622564a652869e50fa4e2e3d59b8d10bbffd00b826453bed06d778e7326ebf72e87d')
+sha512sums=('16e9072aeda04fe898d36e13d1dfc871642c7d1d1ac79b787f3ffd24ced2e13c605b4b36f66334ee4e258d01eee286ef74862e498a5a9ea5f9bd65a66a6ec213')
diff --git a/community/dspam/PKGBUILD b/community/dspam/PKGBUILD
index fc5cc2114..f51fda590 100644
--- a/community/dspam/PKGBUILD
+++ b/community/dspam/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 100150 2013-11-01 20:23:57Z spupykin $
+# $Id: PKGBUILD 111750 2014-05-23 09:48:30Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=dspam
pkgver=3.10.2
-pkgrel=8
+pkgrel=9
pkgdesc="A scalable, open-source statistical anti-spam filter"
arch=('i686' 'x86_64')
url="http://dspam.nuclearelephant.com/"
@@ -41,8 +41,11 @@ build() {
--with-mysql-includes=/usr/include/mysql --with-mysql-libraries=/usr/lib \
--with-storage-driver="hash_drv,mysql_drv,libdb4_drv,pgsql_drv,sqlite3_drv" --enable-preferences-extension"
+ export CFLAGS="-O2"
+ unset LDFLAGS
+
cd $srcdir/$pkgname-$pkgver
- [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --sysconfdir=/etc/dspam --localstatedir=/var ${OPTS}
+ ./configure --prefix=/usr --sysconfdir=/etc/dspam --localstatedir=/var ${OPTS}
make
}
diff --git a/community/python2-systemd/PKGBUILD b/community/python2-systemd/PKGBUILD
index 4acd5afe0..7fb11e5ef 100644
--- a/community/python2-systemd/PKGBUILD
+++ b/community/python2-systemd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 108647 2014-03-31 04:16:54Z dwallace $
+# $Id: PKGBUILD 111765 2014-05-23 14:47:58Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
pkgname=python2-systemd
_pkgname=systemd
pkgver=212
-pkgrel=1
+pkgrel=2
pkgdesc="Python2 bindings for systemd"
arch=('x86_64' 'i686')
url="http://www.freedesktop.org/wiki/Software/systemd/"
@@ -18,11 +18,9 @@ build() {
cd "$_pkgname-$pkgver"
./configure \
--libexecdir=/usr/lib \
- --disable-manpages \
- --with-sysvinit-path=/etc/rc.d/init.d \
- --with-rc-local-script-path-start=/etc/rc.d/rc.local \
+ --disable-manpages
PYTHON=python2
- make
+ make CFLAGS="${CFLAGS} -fno-lto"
}
package(){
diff --git a/community/rethinkdb/PKGBUILD b/community/rethinkdb/PKGBUILD
index e49bc0ccb..069351f0a 100644
--- a/community/rethinkdb/PKGBUILD
+++ b/community/rethinkdb/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 110146 2014-04-25 00:56:57Z anatolik $
+# $Id: PKGBUILD 111743 2014-05-23 03:25:01Z anatolik $
# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
# Contributor: Sigmund Lahn <sigmund@lahn.no>
pkgname=rethinkdb
-pkgver=1.12.4
+pkgver=1.12.5
pkgrel=1
pkgdesc='An open-source distributed database built with love.'
arch=(i686 x86_64)
@@ -20,7 +20,7 @@ source=(
rethinkdb-tmpfile.conf
rethinkdb.service
)
-sha256sums=('2e1253403c75e643feb614d80927018844546aa894b908058b26005ddfda02b7'
+sha256sums=('f86c70e680a863be106fb03d8245bd3d42df57a5635378bd70ba0eb86ff98bea'
'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
diff --git a/extra/bluez/PKGBUILD b/extra/bluez/PKGBUILD
index c14263b2e..d7a1c37a1 100644
--- a/extra/bluez/PKGBUILD
+++ b/extra/bluez/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 211145 2014-04-17 13:28:11Z andyrtr $
+# $Id: PKGBUILD 213416 2014-05-23 17:10:18Z andyrtr $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy@archlinux.org>
pkgbase=bluez
pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 'bluez-plugins')
-pkgver=5.18
+pkgver=5.19
pkgrel=1
url="http://www.bluez.org/"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.xz
0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
bluetooth.modprobe)
# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('8c8bb13db83d0de6c85def2da8dfa0a758aff595405fb57a00719ed94d558340'
+sha256sums=('12778f3b66e71eec50eeb2e652de94a2578f33b8c8bd57c981fa00adab524c8a'
'896a1403d9b7258c4fb0d41f3a6f70fd51eaa1115ab3f4259f3dbbe02b55766b'
'46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
diff --git a/extra/lftp/PKGBUILD b/extra/lftp/PKGBUILD
index 88aa75b10..6b46c5af2 100644
--- a/extra/lftp/PKGBUILD
+++ b/extra/lftp/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 212115 2014-05-07 17:52:16Z andyrtr $
+# $Id: PKGBUILD 213418 2014-05-23 17:14:49Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
pkgname=lftp
-pkgver=4.4.16
+pkgver=4.5.0
pkgrel=1
pkgdesc="Sophisticated command line based FTP client"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ optdepends=('perl: needed for convert-netscape-cookies and verify-file')
url="http://lftp.yar.ru/"
backup=('etc/lftp.conf')
source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('73e9084731e4ba9bd886a86fdccec519'
+md5sums=('cddbbf3f958047f7ce5a2e4386b36fc8'
'SKIP')
build() {
diff --git a/extra/librevenge/PKGBUILD b/extra/librevenge/PKGBUILD
new file mode 100644
index 000000000..46ea87abc
--- /dev/null
+++ b/extra/librevenge/PKGBUILD
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 213420 2014-05-23 18:41:23Z andyrtr $
+# Maintainer: Andreas Radke <andyrtr@archlinux.org>
+
+pkgname=librevenge
+pkgver=0.0.0
+pkgrel=1
+pkgdesc="library for REVerses ENGineered formats filters"
+arch=('i686' 'x86_64')
+url="http://sf.net/p/libwpd/librevenge/"
+license=('MPL')
+depends=('boost-libs')
+makedepends=('boost' 'doxygen')
+checkdepends=('cppunit')
+source=(http://sourceforge.net/projects/libwpd/files/librevenge/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz)
+sha1sums=('f0ede0ca90d9c94fc613407d16cb097101cd86ef')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check || /bin/true # i686 test suite fails
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir/" install
+}
diff --git a/extra/maxima/PKGBUILD b/extra/maxima/PKGBUILD
index 29cd89599..dc75187ec 100644
--- a/extra/maxima/PKGBUILD
+++ b/extra/maxima/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 212178 2014-05-09 19:35:56Z juergen $
+# $Id: PKGBUILD 213411 2014-05-23 10:44:10Z juergen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Damir Perisa <damir@archlinux.org>
pkgname=maxima
pkgver=5.33.0
-pkgrel=2
+pkgrel=3
pkgdesc="A sophisticated computer algebra system"
arch=('i686' 'x86_64')
license=('GPL')
url="http://maxima.sourceforge.net"
-depends=('sbcl=1.1.17' 'texinfo' 'sh')
+depends=('sbcl=1.1.18' 'texinfo' 'sh')
makedepends=('python2')
optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via /usr/bin/rmaxima' 'tk: graphical xmaxima interface')
# needs rebuild when bash changes version
diff --git a/extra/neverball/PKGBUILD b/extra/neverball/PKGBUILD
index f0ad79476..a13f344c7 100644
--- a/extra/neverball/PKGBUILD
+++ b/extra/neverball/PKGBUILD
@@ -1,28 +1,19 @@
-# $Id: PKGBUILD 184414 2013-05-06 19:38:55Z foutrelis $
+# $Id: PKGBUILD 213405 2014-05-23 02:47:32Z eric $
# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=neverball
-pkgver=1.5.4
-pkgrel=6
+pkgver=1.6.0
+pkgrel=1
pkgdesc="3D game similar to Super Monkey Ball or Marble Madness"
arch=('i686' 'x86_64')
url="http://neverball.org/"
license=('GPL')
-depends=('sdl_ttf' 'libgl' 'libpng' 'libjpeg' 'libvorbis' 'physfs' \
+depends=('sdl2_ttf' 'libgl' 'libpng' 'libjpeg' 'libvorbis' 'physfs' \
'hicolor-icon-theme' 'xdg-utils')
makedepends=('mesa')
install=neverball.install
-source=(http://neverball.org/${pkgname}-${pkgver}.tar.gz \
- neverball-1.5.4-underlink.patch neverball-1.5.4-libpng.patch)
-sha1sums=('619c227e1958bd60738f12dbbde9b30c91dd79a7'
- 'f71982b7187d569c57b30c4c40fedd6c0e72baca'
- '02e68c17e851e85414ce5649b6b77273846bdb67')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- patch -p0 -i ../neverball-1.5.4-underlink.patch
- patch -p1 -i ../neverball-1.5.4-libpng.patch
-}
+source=(http://neverball.org/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('3faebf15fea9361358a416176b9689f966c456ea')
build() {
cd ${pkgname}-${pkgver}
@@ -39,12 +30,12 @@ package(){
install -m755 neverball neverputt mapc "${pkgdir}/usr/bin"
cp -r locale/* "${pkgdir}/usr/share/locale/"
cp -r data/* "${pkgdir}/usr/share/neverball/"
- install -m644 doc/* "${pkgdir}/usr/share/doc/neverball/"
+ cp -r doc/* "${pkgdir}/usr/share/doc/neverball/"
install -m644 dist/*.desktop "${pkgdir}/usr/share/applications/"
install -m644 dist/mapc.1 "${pkgdir}/usr/share/man/man1"
install -m644 dist/{neverball.6,neverputt.6} "${pkgdir}/usr/share/man/man6"
- for i in 16 24 32 48 64 128 256; do
+ for i in 16 24 32 48 64 128 256 512; do
install -D -m644 dist/neverball_$i.png "${pkgdir}/usr/share/icons/hicolor/${i}x$i/apps/neverball.png"
install -D -m644 dist/neverputt_$i.png "${pkgdir}/usr/share/icons/hicolor/${i}x$i/apps/neverputt.png"
done
diff --git a/extra/neverball/neverball-1.5.4-libpng.patch b/extra/neverball/neverball-1.5.4-libpng.patch
deleted file mode 100644
index d7b224673..000000000
--- a/extra/neverball/neverball-1.5.4-libpng.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: neverball-1.5.4/share/base_image.c
-===================================================================
---- neverball-1.5.4.orig/share/base_image.c
-+++ neverball-1.5.4/share/base_image.c
-@@ -15,6 +15,7 @@
- #include <png.h>
- #include <jpeglib.h>
- #include <stdlib.h>
-+#include <string.h>
- #include <assert.h>
-
- #include "glext.h"
-@@ -94,7 +95,7 @@ static void *image_load_png(const char *
- default: longjmp(png_jmpbuf(readp), -1);
- }
-
-- if (!(bytep = png_malloc(readp, h * png_sizeof(png_bytep))))
-+ if (!(bytep = png_malloc(readp, h * sizeof(png_bytep))))
- longjmp(png_jmpbuf(readp), -1);
-
- /* Allocate the final pixel buffer and read pixels there. */
diff --git a/extra/neverball/neverball-1.5.4-underlink.patch b/extra/neverball/neverball-1.5.4-underlink.patch
deleted file mode 100644
index 1a848cad3..000000000
--- a/extra/neverball/neverball-1.5.4-underlink.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.old 2011-06-22 06:30:52.441788160 +0200
-+++ Makefile 2011-06-22 06:31:59.754087534 +0200
-@@ -138,7 +138,7 @@
- endif
-
- ALL_LIBS := $(SDL_LIBS) $(BASE_LIBS) $(TILT_LIBS) $(INTL_LIBS) -lSDL_ttf \
-- -lvorbisfile $(OGL_LIBS)
-+ -lvorbisfile $(OGL_LIBS) -lX11
-
- #------------------------------------------------------------------------------
-
---- Makefile.old 2012-01-18 21:28:23.000000000 -0500
-+++ Makefile 2012-01-18 21:28:55.000000000 -0500
-@@ -131,7 +131,7 @@
- OGL_LIBS := -framework OpenGL
- endif
-
--BASE_LIBS := -ljpeg $(PNG_LIBS) $(FS_LIBS)
-+BASE_LIBS := -ljpeg $(PNG_LIBS) $(FS_LIBS) -lm
-
- ifdef DARWIN
- BASE_LIBS += -L/opt/local/lib
diff --git a/extra/sbcl/PKGBUILD b/extra/sbcl/PKGBUILD
index 49eca5766..84d742016 100644
--- a/extra/sbcl/PKGBUILD
+++ b/extra/sbcl/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 212174 2014-05-09 18:54:46Z juergen $
+# $Id: PKGBUILD 213412 2014-05-23 10:44:45Z juergen $
# Contributor: John Proctor <jproctor@prium.net>
# Contributor: Daniel White <daniel@whitehouse.id.au>
# Maintainer: Juergen Hoetzel <juergen@archlinux.org>
# Contributor: Leslie Polzer (skypher)
pkgname=sbcl
-pkgver=1.1.17
+pkgver=1.1.18
pkgrel=1
pkgdesc="Steel Bank Common Lisp"
url="http://www.sbcl.org/"
@@ -17,7 +17,7 @@ makedepends=('sbcl')
install=sbcl.install
source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2"
"arch-fixes.lisp")
-md5sums=('b912772de511c9c570db2e5f6f76ecfd'
+md5sums=('4dc4e8d8a5111ee4a689ab1a5db65f7d'
'7ac0c1936547f4278198b8bf7725204d')