summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/glfw/PKGBUILD36
-rw-r--r--community/ldc/PKGBUILD7
-rw-r--r--community/libraw/PKGBUILD6
-rw-r--r--community/libraw/libraw.changelog3
-rw-r--r--community/lmms/PKGBUILD6
-rw-r--r--community/nodejs/PKGBUILD6
-rw-r--r--community/postgis/PKGBUILD12
-rw-r--r--community/postgis/postgis.changelog3
-rw-r--r--community/pypanel/PKGBUILD6
-rw-r--r--community/qmmp/PKGBUILD6
-rw-r--r--community/qmmp/qmmp.changelog3
-rw-r--r--community/qtfm/PKGBUILD18
-rw-r--r--community/qtfm/qtfm.changelog3
-rw-r--r--community/virtualbox-modules/PKGBUILD4
-rw-r--r--community/virtualbox-modules/virtualbox-guest-modules.install2
-rw-r--r--community/virtualbox-modules/virtualbox-host-modules.install2
-rw-r--r--community/xonotic/PKGBUILD7
-rw-r--r--community/xwax/PKGBUILD6
18 files changed, 74 insertions, 62 deletions
diff --git a/community/glfw/PKGBUILD b/community/glfw/PKGBUILD
index 5b817cdb6..88d7e2dfd 100644
--- a/community/glfw/PKGBUILD
+++ b/community/glfw/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 92480 2013-06-06 17:40:18Z svenstaro $
+# $Id: PKGBUILD 92771 2013-06-15 00:51:49Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: philefou <tuxication AT gmail DOT com>
# Contributor: lindquist <tomas@famolsen.dk>
@@ -7,37 +7,35 @@
# Contributor: SpepS <dreamspepser at yahoo dot it>
pkgname=glfw
-pkgver=2.7.9
+pkgver=3.0
pkgrel=1
pkgdesc="A free, open source, portable framework for OpenGL application development"
arch=('i686' 'x86_64')
url="http://www.glfw.org/"
license=('custom:ZLIB')
-depends=('libgl' 'libxrandr' 'glu')
-makedepends=('mesa')
-source=("http://switch.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('96e12be48801984f0f0c23e38549b277')
+depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput')
+makedepends=('mesa' 'cmake' 'doxygen')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
+md5sums=('415aef32d70af0cc829148c1cc7b1357')
build() {
cd "$srcdir/$pkgname-$pkgver"
- export LFLAGS+="-lrt"
- make x11
+ [[ -d build ]] && rm -r build
+ mkdir build && cd build
+
+ cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_SHARED_LIBS=ON
+ make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
- make PREFIX="$pkgdir/usr" x11-dist-install
-
- # license
- install -Dm644 COPYING.txt \
- "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
- # docs
- install -d "$pkgdir/usr/share/doc/$pkgname"
- install -Dm644 docs/*.pdf "$pkgdir/usr/share/doc/$pkgname"
+ cd build
+ make DESTDIR=$pkgdir install
- # fix pc file prefix path
- sed -i "s|$pkgdir||g" "$pkgdir/usr/lib/pkgconfig/lib$pkgname.pc"
+ cd ..
+ install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}
diff --git a/community/ldc/PKGBUILD b/community/ldc/PKGBUILD
index 39c040f65..e03404d17 100644
--- a/community/ldc/PKGBUILD
+++ b/community/ldc/PKGBUILD
@@ -1,7 +1,8 @@
-# $Id: PKGBUILD 92338 2013-06-04 05:21:45Z svenstaro $
+# $Id: PKGBUILD 92773 2013-06-15 01:02:41Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=ldc
-pkgver=20130604
+pkgver=0.11.0
+epoch=1
pkgrel=1
pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
arch=('i686' 'x86_64')
@@ -10,7 +11,7 @@ license=('BSD')
depends=('llvm' 'libconfig')
makedepends=('git' 'cmake')
backup=('etc/ldc2.conf')
-source=("git://github.com/ldc-developers/ldc.git")
+source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}")
sha1sums=('SKIP')
[[ $CARCH == "x86_64" ]] && _multilib="ON"
diff --git a/community/libraw/PKGBUILD b/community/libraw/PKGBUILD
index 35d7c9317..b1023c8d7 100644
--- a/community/libraw/PKGBUILD
+++ b/community/libraw/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 76466 2012-09-18 18:52:24Z jlichtblau $
+# $Id: PKGBUILD 92809 2013-06-15 11:40:29Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
pkgname=libraw
-pkgver=0.14.7
+pkgver=0.14.8
pkgrel=1
pkgdesc="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=('lcms')
options=('!makeflags')
changelog=$pkgname.changelog
source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz)
-sha256sums=('7307a607249043bb544f3ab3b3a999e1923d72fbed12e4e2239d172e522143da')
+sha256sums=('ec06bfb31ccefc8618c3939aa99fa7a42b413e0ccfb24205bb7fe7eaa4ba13ac')
build() {
cd ${srcdir}/LibRaw-${pkgver}
diff --git a/community/libraw/libraw.changelog b/community/libraw/libraw.changelog
index 858be0c3f..c9ca492b8 100644
--- a/community/libraw/libraw.changelog
+++ b/community/libraw/libraw.changelog
@@ -1,3 +1,6 @@
+2013-06-15 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * libraw 0.14.8-1
+
2012-09-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* libraw 0.14.7-1
diff --git a/community/lmms/PKGBUILD b/community/lmms/PKGBUILD
index 728f8e500..b9a6a79dc 100644
--- a/community/lmms/PKGBUILD
+++ b/community/lmms/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 89669 2013-05-02 08:58:00Z lfleischer $
+# $Id: PKGBUILD 92797 2013-06-15 10:20:30Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
# Contributor: Mateusz Herych <heniekk@gmail.com>
# Contributor: Storyteller <spiralsorrow@hotmail.com>
pkgname=lmms
-pkgver=0.4.14
+pkgver=0.4.15
pkgrel=1
pkgdesc='The Linux MultiMedia Studio.'
arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@ options=('!libtool' '!makeflags')
install=lmms.install
source=("http://downloads.sourceforge.net/sourceforge/lmms/${pkgname}-${pkgver}.tar.bz2"
zynaddsubfx_unlink.patch)
-md5sums=('a30e4fcc24c117a1fb4fd7bef891f7e8'
+md5sums=('0c754480ded76b7c081a99d7a884549c'
'd2ea78ac0cf2979505f140c6845617cf')
build() {
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD
index dd0579bab..a96deb62e 100644
--- a/community/nodejs/PKGBUILD
+++ b/community/nodejs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 92476 2013-06-06 10:35:48Z bpiotrowski $
+# $Id: PKGBUILD 92789 2013-06-15 08:16:22Z 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.10
+pkgver=0.10.11
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=('a54de71d2c3ac7ae864ab9640b6eecb27d7d49c190ac1ca6526243fd7a8ad15c')
+sha256sums=('ee4b398efde1fa7a334435910447422dae58e93da8711602c2228485f2b58cb1')
prepare() {
cd node-v$pkgver
diff --git a/community/postgis/PKGBUILD b/community/postgis/PKGBUILD
index 7f193d0e0..192425090 100644
--- a/community/postgis/PKGBUILD
+++ b/community/postgis/PKGBUILD
@@ -1,24 +1,24 @@
-# $Id: PKGBUILD 82020 2013-01-05 17:33:22Z jlichtblau $
+# $Id: PKGBUILD 92821 2013-06-15 13:40:37Z 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.0.2
+pkgver=2.0.3
pkgrel=1
pkgdesc="Adds support for geographic objects to PostgreSQL"
arch=('i686' 'x86_64')
-url="http://postgis.org/"
+url="http://postgis.net/"
license=('GPL')
depends=('postgresql>=9.2' 'postgresql<9.3' 'proj' 'geos' 'gdal' 'json-c' 'libxml2')
changelog=$pkgname.changelog
options=('!libtool')
-source=("http://postgis.org/download/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('57746d040080e624f3e81633a180d8a5fc16b0c035d94fe2c16306023ab1c391')
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('7f865a6fdf19afed7d2f3e7178cd504f7254a9e96f2ce6a07d0ea19edc1668a0')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
-
+
./configure --prefix=/usr
make
diff --git a/community/postgis/postgis.changelog b/community/postgis/postgis.changelog
index 23a3034f8..1e53db33a 100644
--- a/community/postgis/postgis.changelog
+++ b/community/postgis/postgis.changelog
@@ -1,3 +1,6 @@
+2013-06-15 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * postgis-2.0.3-1
+
2013-01-05 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* postgis-2.0.2-1
diff --git a/community/pypanel/PKGBUILD b/community/pypanel/PKGBUILD
index f078a915d..06e97709e 100644
--- a/community/pypanel/PKGBUILD
+++ b/community/pypanel/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 86770 2013-03-22 00:26:29Z eric $
+# $Id: PKGBUILD 92799 2013-06-15 10:31:37Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Jeff Mickey <j@codemac.net>
# Contributor: Mr Green
@@ -6,12 +6,12 @@
pkgname=pypanel
pkgver=2.4
-pkgrel=7
+pkgrel=8
pkgdesc='A lightweight panel/taskbar for X11 window managers written in python.'
arch=('i686' 'x86_64')
url='http://pypanel.sourceforge.net/'
license=('GPL')
-depends=('python2' 'x-server' 'python-xlib' 'imlib2' 'libxft')
+depends=('python2' 'x-server' 'python2-xlib' 'imlib2' 'libxft')
source=("http://downloads.sourceforge.net/sourceforge/pypanel/PyPanel-${pkgver}.tar.gz")
md5sums=('f1f9a2ed80be72ab36e748833618daba')
diff --git a/community/qmmp/PKGBUILD b/community/qmmp/PKGBUILD
index 049cda336..3ab8cc589 100644
--- a/community/qmmp/PKGBUILD
+++ b/community/qmmp/PKGBUILD
@@ -1,8 +1,8 @@
-#$Id: PKGBUILD 88593 2013-04-20 16:06:40Z jlichtblau $
+#$Id: PKGBUILD 92815 2013-06-15 12:48:27Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=qmmp
-pkgver=0.7.0
+pkgver=0.7.1
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=('2f9a67821a711f925e27d7254eb3039d31019fe1a2aaa7a901be0d2f9066183d')
+sha256sums=('5e86c3c783bffa384d4c5c8731ebaff7a1589f56b6e0ad69ec6f82a8da160671')
build() {
cd ${srcdir}/$pkgname-$pkgver
diff --git a/community/qmmp/qmmp.changelog b/community/qmmp/qmmp.changelog
index 57758c02f..cec0d2b97 100644
--- a/community/qmmp/qmmp.changelog
+++ b/community/qmmp/qmmp.changelog
@@ -1,3 +1,6 @@
+2013-06-15 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * qmmp 0.7.1-1
+
2013-04-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* qmmp 0.7.0-1
diff --git a/community/qtfm/PKGBUILD b/community/qtfm/PKGBUILD
index 6dc872ed6..2b43d1c7e 100644
--- a/community/qtfm/PKGBUILD
+++ b/community/qtfm/PKGBUILD
@@ -1,30 +1,30 @@
-# $Id: PKGBUILD 85404 2013-03-01 10:39:23Z andrea $
+# $Id: PKGBUILD 92818 2013-06-15 13:03:11Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Wittfella <wittfella@wittfella.com>
pkgname=qtfm
-pkgver=5.5
-pkgrel=2
+pkgver=5.9
+pkgrel=1
pkgdesc="A lightweight file manager"
arch=('i686' 'x86_64')
-url="http://www.qtfm.org/"
+url="http://qt-apps.org/content/show.php/QtFM?content=158787"
license=('GPL')
-depends=('file' 'qt4')
+depends=('file' 'qt5-base' 'desktop-file-utils')
install=$pkgname.install
changelog=$pkgname.changelog
-source=(http://www.qtfm.org/$pkgname-$pkgver.tar.gz)
-sha256sums=('845fc43800d12483fa1993c56a8c965ff8dc917b97f03d9ce2e24318806fb211')
+source=(http://qt-apps.org/CONTENT/content-files/158787-qtfm.zip)
+sha256sums=('07ffd61dd5d4aa7c16f1c544804517b621e3ef1a30eeda97c087219a3cb35128')
build() {
- cd "${srcdir}/$pkgname-$pkgver"
+ cd "${srcdir}/$pkgname"
qmake
make
}
package() {
- cd "${srcdir}/$pkgname-$pkgver"
+ cd "${srcdir}/$pkgname"
make INSTALL_ROOT="${pkgdir}" install
}
diff --git a/community/qtfm/qtfm.changelog b/community/qtfm/qtfm.changelog
index 043ff07ec..2212da656 100644
--- a/community/qtfm/qtfm.changelog
+++ b/community/qtfm/qtfm.changelog
@@ -1,3 +1,6 @@
+2013-06-15 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * qtfm 5.9-1
+
2012-06-17 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* qtfm 5.5-1
diff --git a/community/virtualbox-modules/PKGBUILD b/community/virtualbox-modules/PKGBUILD
index 367179984..475d01451 100644
--- a/community/virtualbox-modules/PKGBUILD
+++ b/community/virtualbox-modules/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 92703 2013-06-12 15:19:19Z alucryd $
+# $Id: PKGBUILD 92785 2013-06-15 06:20:46Z tpowa $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Maintainer: Sébastien Luttringer
pkgbase=virtualbox-modules
pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
pkgver=4.2.12
-pkgrel=7
+pkgrel=8
arch=('i686' 'x86_64')
url='http://virtualbox.org'
license=('GPL')
diff --git a/community/virtualbox-modules/virtualbox-guest-modules.install b/community/virtualbox-modules/virtualbox-guest-modules.install
index 9348ea3c8..6308e2fa5 100644
--- a/community/virtualbox-modules/virtualbox-guest-modules.install
+++ b/community/virtualbox-modules/virtualbox-guest-modules.install
@@ -1,4 +1,4 @@
-VERSION='3.9.5-1-ARCH'
+VERSION='3.9.6-1-ARCH'
post_install() {
cat << EOF
diff --git a/community/virtualbox-modules/virtualbox-host-modules.install b/community/virtualbox-modules/virtualbox-host-modules.install
index 7043167f8..70f6b8004 100644
--- a/community/virtualbox-modules/virtualbox-host-modules.install
+++ b/community/virtualbox-modules/virtualbox-host-modules.install
@@ -1,4 +1,4 @@
-VERSION='3.9.5-1-ARCH'
+VERSION='3.9.6-1-ARCH'
post_install() {
cat << EOF
diff --git a/community/xonotic/PKGBUILD b/community/xonotic/PKGBUILD
index 1aa1927d9..46232f58b 100644
--- a/community/xonotic/PKGBUILD
+++ b/community/xonotic/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Alexander Suhoverhov <cy at ngs dot ru>
pkgname=xonotic
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
pkgdesc="A free, fast-paced crossplatform first-person shooter"
arch=('i686' 'x86_64')
url="http://xonotic.org"
@@ -12,7 +12,7 @@ makedepends=('unzip' 'mesa')
source=("http://dl.xonotic.org/xonotic-${pkgver}-source.zip"
"xonotic-glx.desktop"
"xonotic-sdl.desktop")
-md5sums=('47e8468054bf1346c57f3f8fdc97575e'
+md5sums=('1cc50a79ac6abf27da916bfb5e066043'
'914c7b9163e92b35f0ab57fdb1653ac5'
'da7d812ff231c9332cd694b39757adda')
@@ -31,6 +31,7 @@ build() {
make -C Xonotic/source/darkplaces CPUOPTIMIZATIONS="${CFLAGS}" DP_FS_BASEDIR=/usr/share/xonotic/ DP_LINK_TO_LIBJPEG=1 sv-release
cd $srcdir/Xonotic/source/d0_blind_id
+ sh autogen.sh
./configure --prefix=/usr --disable-rijndael
make
}
diff --git a/community/xwax/PKGBUILD b/community/xwax/PKGBUILD
index 81dfd7765..0dbd50eae 100644
--- a/community/xwax/PKGBUILD
+++ b/community/xwax/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 80901 2012-12-06 09:48:40Z lfleischer $
+# $Id: PKGBUILD 92791 2013-06-15 08:44:39Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: sputnick <gilles DOT quenot AT gmail DOT com>
pkgname=xwax
-pkgver=1.3
+pkgver=1.4
pkgrel=1
pkgdesc='Open-source vinyl emulation software for Linux.'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ optdepends=('cdparanoia: for CD import'
'mpg123: for MP3 import'
'ffmpeg: for video fallback import')
source=("http://www.xwax.co.uk/releases/${pkgname}-${pkgver}.tar.gz")
-md5sums=('10c3b923eab17377705b1dea89edf6fb')
+md5sums=('01afde1f1222fca38eab736e0b3df116')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"