summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/flobopuyo/PKGBUILD30
-rw-r--r--community/flobopuyo/flobopuyo.changelog7
-rw-r--r--community/flobopuyo/flobopuyo.desktop5
-rw-r--r--community/gnome-commander/PKGBUILD6
-rw-r--r--community/gnome-commander/gnome-commander.changelog3
-rw-r--r--community/kid3/PKGBUILD6
-rw-r--r--community/kid3/kid3.changelog3
-rw-r--r--community/mod_wsgi/PKGBUILD45
-rw-r--r--community/mod_wsgi2/PKGBUILD35
-rw-r--r--community/mod_wsgi2/mod_wsgi2.install16
-rw-r--r--community/nzbget/PKGBUILD8
-rw-r--r--community/nzbget/nzbget.changelog3
-rw-r--r--community/postgis/PKGBUILD6
-rw-r--r--community/postgis/postgis.changelog3
-rw-r--r--community/python-numarray/PKGBUILD6
-rw-r--r--community/python2-netifaces/PKGBUILD12
-rw-r--r--community/qmmp/PKGBUILD6
-rw-r--r--community/qmmp/qmmp.changelog3
-rw-r--r--community/shake/PKGBUILD22
-rw-r--r--community/shake/shake.patch10
-rw-r--r--community/weston/PKGBUILD8
-rw-r--r--community/yaz/PKGBUILD8
-rw-r--r--community/yaz/yaz.changelog3
23 files changed, 127 insertions, 127 deletions
diff --git a/community/flobopuyo/PKGBUILD b/community/flobopuyo/PKGBUILD
index 4531d93f9..f0ad3e129 100644
--- a/community/flobopuyo/PKGBUILD
+++ b/community/flobopuyo/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 67617 2012-03-13 14:21:37Z lcarlier $
+# $Id: PKGBUILD 111859 2014-05-25 20:12:39Z jlichtblau $
# Maintainer : Jaroslav Lichtblau <tu@dragonlord.cz>
# Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
# contributor: Laurent Carlier <lordheavym@gmail.com>
pkgname=flobopuyo
pkgver=0.20
-pkgrel=6
+pkgrel=7
pkgdesc="Clone of the famous PuyoPuyo"
arch=('i686' 'x86_64')
url="http://freshmeat.net/projects/$pkgname/"
license=('GPL')
-depends=('libgl' 'sdl_image' 'sdl_mixer')
+depends=('glu' 'sdl_image' 'sdl_mixer')
makedepends=('mesa' 'patch')
changelog=$pkgname.changelog
-source=(http://www.sourcefiles.org/Games/Puzzle/$pkgname-$pkgver.tgz \
- $pkgname-makefile.patch $pkgname-0.20-gcc4.patch \
+source=(http://www.sourcefiles.org/Games/Puzzle/$pkgname-$pkgver.tgz
+ $pkgname-makefile.patch $pkgname-0.20-gcc4.patch
$pkgname-0.20-libs.patch
$pkgname.desktop
$pkgname.png)
@@ -22,25 +22,25 @@ md5sums=('88961898c9dd48b60464f6f10f695b8b'
'4c6667be791681d43bb7ea1b6f9f9072'
'bb8afd6e04bde08fd33e22c466674878'
'b7c0fd71cd948bbc43a86742ffad6d86'
- '20ebbe6e7ad57fe5f89a03ee40b4257e'
+ 'b18b185000c30bd3b7ff324052c95896'
'd9abe591e6cdd654269474444df1ec9d')
build() {
- cd ${srcdir}/$pkgname-$pkgver
+ cd "${srcdir}"/$pkgname-$pkgver
- patch -Np0 < ${srcdir}/$pkgname-makefile.patch
- patch -Np1 < ${srcdir}/$pkgname-$pkgver-gcc4.patch
- patch -Np1 < ${srcdir}/$pkgname-$pkgver-libs.patch
+ patch -Np0 < "${srcdir}"/$pkgname-makefile.patch
+ patch -Np1 < "${srcdir}"/$pkgname-$pkgver-gcc4.patch
+ patch -Np1 < "${srcdir}"/$pkgname-$pkgver-libs.patch
make
}
package() {
- cd ${srcdir}/$pkgname-$pkgver
+ cd "${srcdir}"/$pkgname-$pkgver
- make DESTDIR=${pkgdir} install
+ make DESTDIR="${pkgdir}" install
- install -D -m644 man/${pkgname}.6 ${pkgdir}/usr/share/man/man6/$pkgname.6
- install -D ${srcdir}/$pkgname.desktop ${pkgdir}/usr/share/applications/$pkgname.desktop
- install -D ${srcdir}/$pkgname.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
+ install -D -m644 man/${pkgname}.6 "${pkgdir}"/usr/share/man/man6/$pkgname.6
+ install -D "${srcdir}"/$pkgname.desktop "${pkgdir}"/usr/share/applications/$pkgname.desktop
+ install -D "${srcdir}"/$pkgname.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
}
diff --git a/community/flobopuyo/flobopuyo.changelog b/community/flobopuyo/flobopuyo.changelog
index eee8fbb12..21fa1ec7a 100644
--- a/community/flobopuyo/flobopuyo.changelog
+++ b/community/flobopuyo/flobopuyo.changelog
@@ -1,3 +1,6 @@
+2014-05-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * flobopuyo 0.20-7 FS#39303 fixed
+
2010-11-24 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* flobopuyo 0.20-5
* home page and source file fix
@@ -9,8 +12,8 @@
2008-09-15 Ronald van Haren <ronald.archlinux.org>
* added x86_64 version & a couple of patches to build it
-2008-09-14 Jaroslav Lichtblau <tu@dragonlord.cz>
+2008-09-14 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* Added provided man page to the package
-2008-09-11 Jaroslav Lichtblau <tu@dragonlord.cz>
+2008-09-11 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* Package moved to [community]
diff --git a/community/flobopuyo/flobopuyo.desktop b/community/flobopuyo/flobopuyo.desktop
index aae37c31e..ceb66ec76 100644
--- a/community/flobopuyo/flobopuyo.desktop
+++ b/community/flobopuyo/flobopuyo.desktop
@@ -1,10 +1,9 @@
[Desktop Entry]
-Encoding=UTF-8
Name=Flobopuyo
Comment=A remake of the famous PuyoPuyo
Exec=flobopuyo
-Icon=/usr/share/pixmaps/flobopuyo.png
+Icon=flobopuyo
Terminal=false
Type=Application
-Categories=Application;Game;ArcadeGame;
+Categories=Game;ArcadeGame;
StartupNotify=false
diff --git a/community/gnome-commander/PKGBUILD b/community/gnome-commander/PKGBUILD
index 9b703d2d2..cc332ae86 100644
--- a/community/gnome-commander/PKGBUILD
+++ b/community/gnome-commander/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 108925 2014-04-07 17:15:45Z jlichtblau $
+# $Id: PKGBUILD 111817 2014-05-25 09:22:34Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Ionut Biru <ibiru@archlinux.org>
@@ -6,7 +6,7 @@
# Contributor: Johannes Sjolund <j.sjolund@gmail.com>
pkgname=gnome-commander
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc='Graphical two-pane filemanager for Gnome'
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
install=$pkgname.install
changelog=$pkgname.changelog
source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.4/$pkgname-$pkgver.tar.xz)
-sha256sums=('ec57e81008a07bf4589bff8fe1ac519cb422016a8dc272d5ebf3d2441385d443')
+sha256sums=('8f47ac8428086406536c45b53cbf23b734322f2a557d91698cdeb2bd296f3029')
build() {
cd "$pkgname-$pkgver"
diff --git a/community/gnome-commander/gnome-commander.changelog b/community/gnome-commander/gnome-commander.changelog
index 90fbb5aab..e397c2d5b 100644
--- a/community/gnome-commander/gnome-commander.changelog
+++ b/community/gnome-commander/gnome-commander.changelog
@@ -1,3 +1,6 @@
+2014-05-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * gnome-commander 1.4.2-1
+
2014-04-07 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* gnome-commander 1.4.1-1
diff --git a/community/kid3/PKGBUILD b/community/kid3/PKGBUILD
index c05e2c9d9..ae8b554bd 100644
--- a/community/kid3/PKGBUILD
+++ b/community/kid3/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 110169 2014-04-25 18:51:17Z jlichtblau $
+# $Id: PKGBUILD 111852 2014-05-25 19:08:47Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Alois Nespor <alois.nespor@gmail.com>
pkgbase=kid3
pkgname=('kid3' 'kid3-qt')
pkgver=3.1
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://kid3.sourceforge.net/"
license=('GPL')
@@ -54,7 +54,7 @@ conflicts=('kid3-qt')
package_kid3-qt() {
pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, QT version"
-depends=('chromaprint' 'id3lib' 'taglib' 'libmp4v2' 'qt4')
+depends=('chromaprint' 'id3lib' 'taglib' 'libmp4v2' 'qt4' 'phonon-qt4')
conflicts=('kid3')
provides=('kid3')
diff --git a/community/kid3/kid3.changelog b/community/kid3/kid3.changelog
index 608436d29..35d92927d 100644
--- a/community/kid3/kid3.changelog
+++ b/community/kid3/kid3.changelog
@@ -1,3 +1,6 @@
+2014-05-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * kid3 3.1-2 FS#40121 fixed
+
2014-04-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* kid3 3.1-1
diff --git a/community/mod_wsgi/PKGBUILD b/community/mod_wsgi/PKGBUILD
index 7e5a1af92..cae5a5490 100644
--- a/community/mod_wsgi/PKGBUILD
+++ b/community/mod_wsgi/PKGBUILD
@@ -1,33 +1,52 @@
-# $Id: PKGBUILD 106738 2014-03-06 21:43:47Z anatolik $
+# $Id: PKGBUILD 111823 2014-05-25 10:39:16Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Ryan Coyner <rcoyner@gmail.com>
-pkgname=mod_wsgi
-pkgver=3.4
-pkgrel=4
-pkgdesc='Python WSGI adapter module for Apache'
+pkgbase=mod_wsgi
+pkgname=($pkgbase 'mod_wsgi2')
+pkgver=3.5
+pkgrel=1
+pkgdesc='Python2 WSGI adapter module for Apache'
arch=('x86_64' 'i686')
url='http://www.modwsgi.org/'
license=('APACHE')
-depends=('apache' 'python')
-install=mod_wsgi.install
-source=("http://modwsgi.googlecode.com/files/$pkgname-$pkgver.tar.gz")
-sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
+makedepends=('apache' 'python' 'python2')
+install='mod_wsgi.install'
+source=("https://github.com/GrahamDumpleton/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=('f0674c38f0f568ece55610bcc6a775c179835c4cba23aa7f876d2a2a8520bf93')
build() {
- cd "$srcdir/$pkgbase-$pkgver"
+ cp -r "$pkgbase-$pkgver" py2
+ # Build the Python 3 version
+ cd "$pkgbase-$pkgver"
./configure --prefix=/usr \
--with-apxs=/usr/bin/apxs \
--with-python=/usr/bin/python
make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
+
+ # Build the Python 2 version
+ cd "$srcdir/py2"
+ ./configure \
+ --prefix=/usr \
+ --with-apxs=/usr/bin/apxs \
+ --with-python=/usr/bin/python2
+ make
}
-package() {
- cd "$srcdir/$pkgbase-$pkgver"
+package_mod_wsgi() {
+ pkgdesc='Python WSGI adapter module for Apache'
+ depends=('apache' 'python')
+ conflicts=('mod_wsgi2')
+ make -C "$pkgbase-$pkgver" DESTDIR="$pkgdir" install
+}
- make DESTDIR="$pkgdir" install
+package_mod_wsgi2() {
+ pkgdesc='Python2 WSGI adapter module for Apache'
+ depends=('apache' 'python2')
+ conflicts=('mod_wsgi')
+ make -C py2 DESTDIR="$pkgdir" install
}
# vim:set ts=2 sw=2 et:
diff --git a/community/mod_wsgi2/PKGBUILD b/community/mod_wsgi2/PKGBUILD
deleted file mode 100644
index 09218cfbd..000000000
--- a/community/mod_wsgi2/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 106739 2014-03-06 21:43:48Z anatolik $
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Ryan Coyner <rcoyner@gmail.com>
-
-pkgname=mod_wsgi2
-pkgver=3.4
-pkgrel=5
-pkgdesc='Python2 WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-depends=('apache' 'python2')
-conflicts=('mod_wsgi')
-install="$pkgname.install"
-source=("http://modwsgi.googlecode.com/files/mod_wsgi-$pkgver.tar.gz")
-sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
-
-build() {
- cd "$srcdir/mod_wsgi-$pkgver"
-
- ./configure \
- --prefix=/usr \
- --with-apxs=/usr/bin/apxs \
- --with-python=/usr/bin/python2
- make
-}
-
-package() {
- cd "$srcdir/mod_wsgi-$pkgver"
-
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
diff --git a/community/mod_wsgi2/mod_wsgi2.install b/community/mod_wsgi2/mod_wsgi2.install
deleted file mode 100644
index a7f0290c2..000000000
--- a/community/mod_wsgi2/mod_wsgi2.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- cat << ENDOFMESSAGE
-==>
-==>
-==> To install mod_wsgi, add the following line in
-==> /etc/httpd/conf/httpd.conf file:
-==>
-==> LoadModule wsgi_module modules/mod_wsgi.so
-==>
-==> and restart/reload Apache.
-==>
-==>
-ENDOFMESSAGE
-}
-
-# vim:set ts=2 sw=2 et:
diff --git a/community/nzbget/PKGBUILD b/community/nzbget/PKGBUILD
index ca6c1cafc..a2c6702c9 100644
--- a/community/nzbget/PKGBUILD
+++ b/community/nzbget/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 104048 2014-01-14 21:30:48Z jlichtblau $
+# $Id: PKGBUILD 111849 2014-05-25 18:53:23Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Alexander Rødseth <rodseth@gmail.com>
pkgname=nzbget
pkgver=12.0
-pkgrel=1
+pkgrel=2
pkgdesc="Download from Usenet using .nzb files"
arch=('x86_64' 'i686')
url="http://nzbget.sourceforge.net/"
license=('GPL')
-depends=('gnutls' 'libpar2' 'libsigc++' 'libxml2' 'python')
+depends=('libpar2' 'libsigc++' 'libxml2' 'python')
changelog=${pkgname}.changelog
source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
sha256sums=('023c4e3b9c7e920d9ea72b60135b438ce13543454f79984c06fd15365b9a882e')
@@ -17,7 +17,7 @@ sha256sums=('023c4e3b9c7e920d9ea72b60135b438ce13543454f79984c06fd15365b9a882e')
build() {
cd ${pkgname}-${pkgver}
- ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck
+ ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck --with-tlslib=OpenSSL
make
}
diff --git a/community/nzbget/nzbget.changelog b/community/nzbget/nzbget.changelog
index 4f48ebf99..7b3d4c097 100644
--- a/community/nzbget/nzbget.changelog
+++ b/community/nzbget/nzbget.changelog
@@ -1,3 +1,6 @@
+2014-05-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * nzbget 12.0-2 FS#40075 implemented
+
2014-01-14 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* nzbget 12.0-1
diff --git a/community/postgis/PKGBUILD b/community/postgis/PKGBUILD
index 4cda13577..c23641d09 100644
--- a/community/postgis/PKGBUILD
+++ b/community/postgis/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 108755 2014-04-02 19:32:57Z jlichtblau $
+# $Id: PKGBUILD 111814 2014-05-25 09:10:19Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=postgis
-pkgver=2.1.2
+pkgver=2.1.3
pkgrel=1
pkgdesc="Adds support for geographic objects to PostgreSQL"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('GPL')
depends=('postgresql' 'gdal' 'json-c')
changelog=$pkgname.changelog
source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('0bf842824815d9155129dcdda0a940ae3b7698c114e6e4a1cc2497527d0704d1')
+sha256sums=('c17812aa4bb86ed561dfc65cb42ab45176b94e0620de183a4bbd773d6d876ec1')
build() {
cd ${pkgname}-${pkgver}
diff --git a/community/postgis/postgis.changelog b/community/postgis/postgis.changelog
index 387995230..0ab48fe6d 100644
--- a/community/postgis/postgis.changelog
+++ b/community/postgis/postgis.changelog
@@ -1,3 +1,6 @@
+2014-05-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * postgis-2.1.3-1
+
2014-04-02 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* postgis-2.1.2-1
diff --git a/community/python-numarray/PKGBUILD b/community/python-numarray/PKGBUILD
index 788f59063..c94b5e91a 100644
--- a/community/python-numarray/PKGBUILD
+++ b/community/python-numarray/PKGBUILD
@@ -1,18 +1,16 @@
-# $Id: PKGBUILD 78232 2012-10-17 10:26:10Z allan $
+# $Id: PKGBUILD 111801 2014-05-25 01:31:25Z allan $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Douglas Soares de Andrade <dsandrade@gmail.com>
pkgbase=python-numarray
pkgname=python2-numarray
pkgver=1.5.2
-pkgrel=6
+pkgrel=7
pkgdesc='Provides array manipulation and computational capabilities.'
arch=('i686' 'x86_64')
url='http://numpy.scipy.org/'
license=('BSD')
depends=('python2')
-conflicts=('python2-numarray<=1.5.2-6')
-replaces=('python2-numarray<=1.5.2-6')
source=("http://downloads.sourceforge.net/sourceforge/numpy/numarray-${pkgver}.tar.gz"
'LICENSE')
md5sums=('d2ecfc60fe4869c328b872540d04e0f7'
diff --git a/community/python2-netifaces/PKGBUILD b/community/python2-netifaces/PKGBUILD
index daad6408f..19f795d5f 100644
--- a/community/python2-netifaces/PKGBUILD
+++ b/community/python2-netifaces/PKGBUILD
@@ -1,24 +1,24 @@
-# $Id: PKGBUILD 83533 2013-02-02 14:19:06Z giovanni $
+# $Id: PKGBUILD 111809 2014-05-25 08:23:20Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Gergely Imreh <imrehg(at)gmail(dot)com>
# Contributor: Ghost of Kendo <ghostofkendo at gmail dot com>
pkgname=python2-netifaces
-pkgver=0.8
-pkgrel=2
+pkgver=0.10.4
+pkgrel=1
pkgdesc="Portable module to access network interface information in Python"
arch=('i686' 'x86_64')
url="http://alastairs-place.net/netifaces/"
license=('MIT')
depends=('python2')
makedepends=('python2-distribute')
-source=("http://alastairs-place.net/projects/netifaces/netifaces-${pkgver}.tar.gz")
-md5sums=('e57e5983f4c286fac5f8068fbfc5c873')
+source=("https://pypi.python.org/packages/source/n/netifaces/netifaces-${pkgver}.tar.gz")
+md5sums=('36da76e2cfadd24cc7510c2c0012eb1e')
package() {
cd "${srcdir}/netifaces-${pkgver}"
python2 setup.py install --root "${pkgdir}"
# Install license, that is inside the readme file
- install -Dm644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm644 README.rst "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
diff --git a/community/qmmp/PKGBUILD b/community/qmmp/PKGBUILD
index 590fb7a8d..1c20526ed 100644
--- a/community/qmmp/PKGBUILD
+++ b/community/qmmp/PKGBUILD
@@ -1,8 +1,8 @@
-#$Id: PKGBUILD 108922 2014-04-07 16:44:18Z jlichtblau $
+#$Id: PKGBUILD 111811 2014-05-25 08:26:58Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=qmmp
-pkgver=0.7.6
+pkgver=0.7.7
pkgrel=1
pkgdesc="Qt4 based audio-player"
arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@ optdepends=('flac: native FLAC support'
install=$pkgname.install
changelog=$pkgname.changelog
source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e9964936822e44ac4cca9ab64ddf7e091429996b7d67694279ce5303624400c3')
+sha256sums=('dda66bf60121a8a2cb7175b16b3b948099f8c119ee9a11c671555e8c38caa387')
build() {
cd ${srcdir}/$pkgname-$pkgver
diff --git a/community/qmmp/qmmp.changelog b/community/qmmp/qmmp.changelog
index d00aa9bc7..c99a3a2f3 100644
--- a/community/qmmp/qmmp.changelog
+++ b/community/qmmp/qmmp.changelog
@@ -1,3 +1,6 @@
+2014-05-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * qmmp 0.7.7-1
+
2014-04-07 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* qmmp 0.7.6-1
diff --git a/community/shake/PKGBUILD b/community/shake/PKGBUILD
index 55336da5f..82105230b 100644
--- a/community/shake/PKGBUILD
+++ b/community/shake/PKGBUILD
@@ -1,31 +1,35 @@
-# $Id: PKGBUILD 67776 2012-03-14 11:42:05Z giovanni $
+# $Id: PKGBUILD 111862 2014-05-25 20:28:58Z jlichtblau $
# Maintainer : Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor : Allan McRae <allan@archlinux.org>
# Contributor: Julien MISCHKOWITZ <wain@archlinux.fr>
pkgname=shake
pkgver=0.999
-pkgrel=2
+pkgrel=3
pkgdesc="Userspace defragmenter that can be run while system is in use"
arch=('i686' 'x86_64')
url="http://vleu.net/shake/"
license=('GPL3')
depends=('attr')
-makedepends=('cmake' 'help2man')
+makedepends=('cmake' 'help2man' 'patch')
install=$pkgname.install
-source=(http://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f030d5ba5d4d2d449249c49b253a71de8c342b9b2f5e1e7d3e7ba5277e3f5e91')
+source=(http://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2
+ $pkgname.patch)
+sha256sums=('f030d5ba5d4d2d449249c49b253a71de8c342b9b2f5e1e7d3e7ba5277e3f5e91'
+ 'f7d594bed6b719f103d30da8680122ddb1bfb30d0cf30507f9ce24aefe73c511')
build() {
- cd ${srcdir}/${pkgname}-fs-${pkgver}/build
-
+ cd "${srcdir}"/${pkgname}-fs-${pkgver}
+ patch -Np0 -i "${srcdir}"/$pkgname.patch
+
+ cd "${srcdir}"/${pkgname}-fs-${pkgver}/build
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr ..
make
}
package() {
- cd ${srcdir}/${pkgname}-fs-${pkgver}/build
+ cd "${srcdir}"/${pkgname}-fs-${pkgver}/build
- make DESTDIR=${pkgdir} install
+ make DESTDIR="${pkgdir}" install
}
diff --git a/community/shake/shake.patch b/community/shake/shake.patch
new file mode 100644
index 000000000..26245919a
--- /dev/null
+++ b/community/shake/shake.patch
@@ -0,0 +1,10 @@
+--- judge.h 2011-03-18 00:13:20.000000000 +0100
++++ judge.h 2014-05-25 22:19:57.868937044 +0200
+@@ -22,6 +22,7 @@
+ #include <stdbool.h>
+ #include <fcntl.h>
+ #include <time.h>
++#include <sys/types.h>
+ typedef unsigned int uint;
+ typedef long long int llint;
+
diff --git a/community/weston/PKGBUILD b/community/weston/PKGBUILD
index d46384a54..747c05804 100644
--- a/community/weston/PKGBUILD
+++ b/community/weston/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 110377 2014-04-28 15:11:35Z jgc $
+# $Id: PKGBUILD 111855 2014-05-25 19:34:14Z seblu $
# Maintainer: Sébastien Luttringer
# Contributor: Joel Teichroeb <joel@teichroeb.net>
pkgname=weston
-pkgver=1.4.0
-pkgrel=3
+pkgver=1.5.0
+pkgrel=1
pkgdesc='Reference implementation of a Wayland compositor'
arch=('i686' 'x86_64')
url='http://wayland.freedesktop.org'
license=('MIT')
depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
-sha1sums=('49b0b6d5e2366a7bad5158b29998213e5ca7f254')
+sha1sums=('42939c536bcdfbd92edb5e51af76ce7f0a4c6ed7')
build() {
cd $pkgname-$pkgver
diff --git a/community/yaz/PKGBUILD b/community/yaz/PKGBUILD
index 6ba66f566..9b815d1a6 100644
--- a/community/yaz/PKGBUILD
+++ b/community/yaz/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 109794 2014-04-18 17:31:37Z andyrtr $
+# $Id: PKGBUILD 111827 2014-05-25 11:04:28Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Ray Rashif <schiv@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
@@ -7,8 +7,8 @@
# Contributor: Robert Emil Berge <filoktetes@linuxophic.org>
pkgname=yaz
-pkgver=5.0.12
-pkgrel=2
+pkgver=5.1.1
+pkgrel=1
pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and servers"
arch=('i686' 'x86_64')
url="http://www.indexdata.dk/yaz"
@@ -16,7 +16,7 @@ license=('BSD')
depends=('openssl' 'libxslt' 'icu')
changelog=$pkgname.changelog
source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('4501bbeee665e34ad480508e83fbe8b65d2b5fd0a8194077f1b4235b616a846e')
+sha256sums=('473fb0c8061cf9f084fa85685879f99bb711df4c336a8be6402fbe6721b0d6ed')
build() {
cd ${srcdir}/$pkgname-$pkgver
diff --git a/community/yaz/yaz.changelog b/community/yaz/yaz.changelog
index 2ee2a0a8a..3792558ea 100644
--- a/community/yaz/yaz.changelog
+++ b/community/yaz/yaz.changelog
@@ -1,3 +1,6 @@
+2014-05-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * yaz 5.1.1-1
+
2014-02-06 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* yaz 5.0.12-1