summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-17 03:59:01 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-17 03:59:01 +0000
commit0a765aad3e78dae0cc72b1a255b39a071f018963 (patch)
tree4470d78dab2a0837a974753450b785b3124ecc2f /community
parent104850be98b3524ebd11d742ebc2996dd5dd50d4 (diff)
Thu Jul 17 03:55:04 UTC 2014
Diffstat (limited to 'community')
-rw-r--r--community/bird/PKGBUILD6
-rw-r--r--community/docker/PKGBUILD13
-rw-r--r--community/elasticsearch/PKGBUILD41
-rw-r--r--community/elasticsearch/elasticsearch-user.conf3
-rw-r--r--community/elasticsearch/elasticsearch.install7
-rw-r--r--community/gnuradio-fcdproplus/PKGBUILD4
-rw-r--r--community/gnuradio-iqbal/PKGBUILD4
-rw-r--r--community/gnuradio-osmosdr/PKGBUILD4
-rw-r--r--community/gnuradio/PKGBUILD78
-rw-r--r--community/gqrx/PKGBUILD8
-rw-r--r--community/libsodium/PKGBUILD8
-rw-r--r--community/libuhd/PKGBUILD11
-rw-r--r--community/scratch/PKGBUILD14
-rw-r--r--community/scummvm/PKGBUILD6
-rw-r--r--community/virtualbox-modules-lts/PKGBUILD6
-rw-r--r--community/virtualbox-modules/PKGBUILD6
16 files changed, 116 insertions, 103 deletions
diff --git a/community/bird/PKGBUILD b/community/bird/PKGBUILD
index ee83f4efd..91e14a867 100644
--- a/community/bird/PKGBUILD
+++ b/community/bird/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 109446 2014-04-14 20:39:09Z seblu $
+# $Id: PKGBUILD 115782 2014-07-16 17:09:52Z seblu $
# Maintainer: Sébastien Luttringer
pkgbase=bird
pkgname=('bird' 'bird6')
-pkgver=1.4.3
+pkgver=1.4.4
pkgrel=1
arch=('i686' 'x86_64')
url='http://bird.network.cz/'
@@ -12,7 +12,7 @@ depends=('readline' 'ncurses')
source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz"
'bird.service'
'bird6.service')
-md5sums=('eb7e00b9c1d102ddfcbc19d9cb168511'
+md5sums=('4ec3a9165928a541326ec9de316da974'
'69221e063a3f07dcad519d5eeacaae75'
'5b172bd052b523efd95ee018e891e181')
diff --git a/community/docker/PKGBUILD b/community/docker/PKGBUILD
index 358c6ffec..fb8df0247 100644
--- a/community/docker/PKGBUILD
+++ b/community/docker/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 115151 2014-07-05 22:15:37Z seblu $
+# $Id: PKGBUILD 115778 2014-07-16 13:54:27Z seblu $
# Maintainer: Sébastien "Seblu" Luttringer
pkgname=docker
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
epoch=1
pkgdesc='Pack, ship and run any application as a lightweight container'
@@ -36,10 +36,13 @@ package() {
install -Dm755 "bundles/$pkgver/dynbinary/docker-$pkgver" "$pkgdir/usr/bin/docker"
install -Dm755 "bundles/$pkgver/dynbinary/dockerinit-$pkgver" "$pkgdir/usr/lib/docker/dockerinit"
# completion
- install -Dm644 "contrib/completion/bash/docker" "$pkgdir/usr/share/bash-completion/completions/docker"
- install -Dm644 "contrib/completion/zsh/_docker" "$pkgdir/usr/share/zsh/site-functions/_docker"
+ install -Dm644 'contrib/completion/bash/docker' "$pkgdir/usr/share/bash-completion/completions/docker"
+ install -Dm644 'contrib/completion/zsh/_docker' "$pkgdir/usr/share/zsh/site-functions/_docker"
# systemd
- install -Dm644 "contrib/init/systemd/docker.service" "$pkgdir/usr/lib/systemd/system/docker.service"
+ install -Dm644 'contrib/init/systemd/docker.service' "$pkgdir/usr/lib/systemd/system/docker.service"
+ # vim syntax
+ install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' "$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim"
+ install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' "$pkgdir/usr/share/vim/vimfiles/dockerfile.vim"
}
# vim:set ts=2 sw=2 et:
diff --git a/community/elasticsearch/PKGBUILD b/community/elasticsearch/PKGBUILD
index d170fcb3e..491d2141e 100644
--- a/community/elasticsearch/PKGBUILD
+++ b/community/elasticsearch/PKGBUILD
@@ -1,21 +1,22 @@
-# $Id: PKGBUILD 115378 2014-07-09 13:47:21Z mtorromeo $
+# $Id: PKGBUILD 115776 2014-07-16 12:44:51Z mtorromeo $
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
# Contributor: Marcello "mererghost" Rocha <https://github.com/mereghost>
# Refactored by Blaž "Speed" Hrastnik <https://github.com/archSeer>
pkgname=elasticsearch
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Distributed RESTful search engine built on top of Lucene"
arch=('i686' 'x86_64')
url="http://www.elasticsearch.org/"
license=('APACHE')
-depends=('java-runtime' 'bash')
+depends=('java-runtime' 'bash' 'systemd')
install='elasticsearch.install'
source=(
"http://download.elasticsearch.org/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz"
elasticsearch.service
elasticsearch@.service
+ elasticsearch-user.conf
elasticsearch-sysctl.conf
elasticsearch.default
)
@@ -25,7 +26,7 @@ backup=('etc/elasticsearch/elasticsearch.yml'
'etc/default/elasticsearch')
prepare() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir"/$pkgname-$pkgver
for script in plugin elasticsearch; do
sed 's|^ES_HOME=.*dirname.*|ES_HOME=/usr/share/elasticsearch|' \
@@ -49,34 +50,36 @@ prepare() {
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
- install -dm755 "$pkgdir/etc/elasticsearch"
+ cd "$srcdir"/$pkgname-$pkgver
+ install -dm755 "$pkgdir"/etc/elasticsearch
if [ $CARCH = 'x86_64' ]; then
- install -Dm644 lib/sigar/libsigar-amd64-linux.so "$pkgdir/usr/lib/elasticsearch/sigar/libsigar-amd64-linux.so"
+ install -Dm644 lib/sigar/libsigar-amd64-linux.so "$pkgdir"/usr/lib/elasticsearch/sigar/libsigar-amd64-linux.so
else
- install -Dm644 lib/sigar/libsigar-x86-linux.so "$pkgdir/usr/lib/elasticsearch/sigar/libsigar-x86-linux.so"
+ install -Dm644 lib/sigar/libsigar-x86-linux.so "$pkgdir"/usr/lib/elasticsearch/sigar/libsigar-x86-linux.so
fi
- cp lib/sigar/sigar*.jar "$pkgdir/usr/lib/elasticsearch/sigar/"
- cp lib/*.jar "$pkgdir/usr/lib/elasticsearch/"
+ cp lib/sigar/sigar*.jar "$pkgdir"/usr/lib/elasticsearch/sigar/
+ cp lib/*.jar "$pkgdir"/usr/lib/elasticsearch/
- cp config/* "$pkgdir/etc/elasticsearch/"
+ cp config/* "$pkgdir"/etc/elasticsearch/
- install -Dm755 bin/elasticsearch "$pkgdir/usr/bin/elasticsearch"
- install -Dm755 bin/plugin "$pkgdir/usr/bin/elasticsearch-plugin"
- install -Dm644 bin/elasticsearch.in.sh "$pkgdir/usr/share/elasticsearch/elasticsearch.in.sh"
+ install -Dm755 bin/elasticsearch "$pkgdir"/usr/bin/elasticsearch
+ install -Dm755 bin/plugin "$pkgdir"/usr/bin/elasticsearch-plugin
+ install -Dm644 bin/elasticsearch.in.sh "$pkgdir"/usr/share/elasticsearch/elasticsearch.in.sh
- install -Dm644 "$srcdir/elasticsearch.service" "$pkgdir/usr/lib/systemd/system/elasticsearch.service"
- install -Dm644 "$srcdir/elasticsearch@.service" "$pkgdir/usr/lib/systemd/system/elasticsearch@.service"
+ install -Dm644 "$srcdir"/elasticsearch.service "$pkgdir"/usr/lib/systemd/system/elasticsearch.service
+ install -Dm644 "$srcdir"/elasticsearch@.service "$pkgdir"/usr/lib/systemd/system/elasticsearch@.service
+ install -Dm644 "$srcdir"/elasticsearch-user.conf "$pkgdir"/usr/lib/sysusers.d/elasticsearch.conf
+ install -Dm644 "$srcdir"/elasticsearch-sysctl.conf "$pkgdir"/usr/lib/sysctl.d/elasticsearch.conf
- install -Dm644 "$srcdir/elasticsearch-sysctl.conf" "$pkgdir/usr/lib/sysctl.d/elasticsearch.conf"
- install -Dm644 "$srcdir/elasticsearch.default" "$pkgdir/etc/default/elasticsearch"
+ install -Dm644 "$srcdir"/elasticsearch.default "$pkgdir"/etc/default/elasticsearch
- ln -s ../../../var/lib/elasticsearch "$pkgdir/usr/share/elasticsearch/data"
+ ln -s ../../../var/lib/elasticsearch "$pkgdir"/usr/share/elasticsearch/data
}
sha256sums=('c833d000c7e29e17b4cc5df2e26020c159ee086cdf4ac19f661911cc9aedfbee'
'4b7c741c2fa2f856cff6b9e83693c2de9d8c00a73812b34133b4446bdcb2e4c8'
'0c6969af1ab91fc543d4c37fea8f3596872a143281c22a17801703490758ba0a'
+ '51a5ebf06f8853b4b4cbf1b13320dd738a82e9f2caab47ca772f157a6bd78063'
'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
'a0ee0761156a02d3f79db5ef295613c1a6d4267482c8db889d92a94b59feb497')
diff --git a/community/elasticsearch/elasticsearch-user.conf b/community/elasticsearch/elasticsearch-user.conf
new file mode 100644
index 000000000..5a90b850a
--- /dev/null
+++ b/community/elasticsearch/elasticsearch-user.conf
@@ -0,0 +1,3 @@
+u elasticsearch 114 "Elasticsearch user"
+g elasticsearch 114
+m elasticsearch elasticsearch
diff --git a/community/elasticsearch/elasticsearch.install b/community/elasticsearch/elasticsearch.install
index 915acfada..1cf320a95 100644
--- a/community/elasticsearch/elasticsearch.install
+++ b/community/elasticsearch/elasticsearch.install
@@ -1,13 +1,10 @@
post_install() {
- getent group elasticsearch >/dev/null 2>&1 || groupadd -g 114 elasticsearch &>/dev/null
- getent passwd elasticsearch >/dev/null 2>&1 || useradd -u 114 -g elasticsearch -d /usr/share/elasticsearch -s /bin/false elasticsearch &>/dev/null
-
+ systemd-sysusers elasticsearch.conf
chown -R elasticsearch:elasticsearch /usr/share/elasticsearch
}
post_upgrade(){
- getent group elasticsearch >/dev/null 2>&1 || groupadd -g 114 elasticsearch &>/dev/null
- getent passwd elasticsearch >/dev/null 2>&1 || useradd -u 114 -g elasticsearch -d /usr/share/elasticsearch -s /bin/false elasticsearch &>/dev/null
+ systemd-sysusers elasticsearch.conf
}
post_remove() {
diff --git a/community/gnuradio-fcdproplus/PKGBUILD b/community/gnuradio-fcdproplus/PKGBUILD
index 2252d83ed..c53206950 100644
--- a/community/gnuradio-fcdproplus/PKGBUILD
+++ b/community/gnuradio-fcdproplus/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 115628 2014-07-12 19:47:12Z kkeen $
+# $Id: PKGBUILD 115764 2014-07-16 04:52:34Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Dominik Heidler <dheidler@gmail.com>
pkgname=gnuradio-fcdproplus
_pkgname=gr-fcdproplus
pkgver=3.7.4
-pkgrel=3
+pkgrel=4
_tag=v3.7_hidraw
pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
arch=('i686' 'x86_64')
diff --git a/community/gnuradio-iqbal/PKGBUILD b/community/gnuradio-iqbal/PKGBUILD
index 5c0081106..d872117e8 100644
--- a/community/gnuradio-iqbal/PKGBUILD
+++ b/community/gnuradio-iqbal/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 115693 2014-07-14 09:30:04Z kkeen $
+# $Id: PKGBUILD 115766 2014-07-16 04:59:57Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Dominik Heidler <dheidler@gmail.com>
pkgname=gnuradio-iqbal
_pkgname=gr-iqbal
pkgver=0.37.1
-pkgrel=3
+pkgrel=4
pkgdesc="Gnuradio I/Q balancing"
arch=('i686' 'x86_64')
url="http://cgit.osmocom.org/gr-iqbal/"
diff --git a/community/gnuradio-osmosdr/PKGBUILD b/community/gnuradio-osmosdr/PKGBUILD
index c6bf99419..5b34faae4 100644
--- a/community/gnuradio-osmosdr/PKGBUILD
+++ b/community/gnuradio-osmosdr/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 115685 2014-07-14 08:50:36Z kkeen $
+# $Id: PKGBUILD 115762 2014-07-16 04:49:30Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com?>
# Contributor: Dominik Heidler <dheidler@gmail.com>
pkgname=gnuradio-osmosdr
_pkgname=gr-osmosdr
pkgver=0.1.1
-pkgrel=9
+pkgrel=10
#_commit=c65d205d3b
pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF and HackRF devices"
url="http://sdr.osmocom.org/trac/"
diff --git a/community/gnuradio/PKGBUILD b/community/gnuradio/PKGBUILD
index 84e7a847f..cc4f481b4 100644
--- a/community/gnuradio/PKGBUILD
+++ b/community/gnuradio/PKGBUILD
@@ -1,17 +1,18 @@
-# $Id: PKGBUILD 110873 2014-05-08 23:28:53Z kkeen $
+# $Id: PKGBUILD 115760 2014-07-16 04:39:04Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Dominik Heidler <dheidler@gmail.com>
# Contributor: Jonatan Sastre <jsastreh [ at ] hotmail.com>
pkgname=gnuradio
-pkgver=3.7.3
-pkgrel=4
+pkgver=3.7.4
+pkgrel=1
pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd."
arch=('i686' 'x86_64')
url="http://gnuradio.org"
license=('GPL')
-depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'guile' 'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd')
-makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 'python2-cheetah' 'glu' 'swig')
-optdepends=('python2-cheetah: gnuradio-companion'
+depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'guile' 'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd' 'zeromq')
+makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 'python2-cheetah' 'glu' 'swig' )
+optdepends=('gnuradio-osmosdr: pile of driver blocks'
+ 'python2-cheetah: gnuradio-companion'
'python2-lxml: gnuradio-companion'
'pygtk: gnuradio-companion'
'wxpython: gr-wxgui'
@@ -32,7 +33,6 @@ install=gnuradio.install
# 'qwtplot3d'
# todo
-# add gr-osmosdr-git to optdepends
# split the gui components?
# build doxygen docs?
# icons
@@ -44,47 +44,47 @@ install=gnuradio.install
source=("http://gnuradio.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
"21-fcd.rules")
-md5sums=('a51e1c2860d6b289233e453d4085514f'
+md5sums=('94e7115ad7b46b5bc9e0b336cf74d8ba'
'465e12c454c6a22ebec9849181af7bdc')
build() {
- export PYTHON=python2
- cd "$srcdir/$pkgname-$pkgver"
- sed -i -e "s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR|" grc/freedesktop/CMakeLists.txt
- sed -i -e "s|/qwt$|/qwt5|" -e "s| qwt | qwt5 |" cmake/Modules/FindQwt.cmake
- sed -i -e "s| sphinx-build$| sphinx-build2|" cmake/Modules/FindSphinx.cmake
- msg "Starting build."
- mkdir -p build
- cd build
- cmake \
- -DPYTHON_EXECUTABLE=$(which python2) \
- -DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
- -DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
- -DENABLE_GRC=ON \
- -DENABLE_GR_WXGUI=ON \
- -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
- make
+ export PYTHON=python2
+ cd "$srcdir/$pkgname-$pkgver"
+ sed -i -e "s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR|" grc/freedesktop/CMakeLists.txt
+ sed -i -e "s|/qwt$|/qwt5|" -e "s| qwt | qwt5 |" cmake/Modules/FindQwt.cmake
+ sed -i -e "s| sphinx-build$| sphinx-build2|" cmake/Modules/FindSphinx.cmake
+ msg "Starting build."
+ mkdir -p build
+ cd build
+ cmake \
+ -DPYTHON_EXECUTABLE=$(which python2) \
+ -DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+ -DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+ -DENABLE_GRC=ON \
+ -DENABLE_GR_WXGUI=ON \
+ -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
+ make
}
check() {
- cd "$srcdir/$pkgname-$pkgver/build"
- export PYTHON=python2
- #make test
+ cd "$srcdir/$pkgname-$pkgver/build"
+ export PYTHON=python2
+ #make test
}
package() {
- cd "$srcdir"
- install -Dm644 21-fcd.rules "$pkgdir/usr/lib/udev/rules.d/21-fcd.rules"
- cd "$srcdir/$pkgname-$pkgver/grc/freedesktop"
- install -Dm644 gnuradio-grc.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
- cd "$srcdir/$pkgname-$pkgver/build"
- make DESTDIR="$pkgdir" install
- msg "Replacing filenames to use python2."
- sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
- $(find "$pkgdir" -name '*.py') \
- $(find "$pkgdir" -name 'gnuradio-companion' -o -name 'flow_graph.tmpl')
- find "$pkgdir/" -name '*.pyc' -delete
- find "$pkgdir/" -name '*.pyo' -delete
+ cd "$srcdir"
+ install -Dm644 21-fcd.rules "$pkgdir/usr/lib/udev/rules.d/21-fcd.rules"
+ cd "$srcdir/$pkgname-$pkgver/grc/freedesktop"
+ install -Dm644 gnuradio-grc.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
+ cd "$srcdir/$pkgname-$pkgver/build"
+ make DESTDIR="$pkgdir" install
+ msg "Replacing filenames to use python2."
+ sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+ $(find "$pkgdir" -name '*.py') \
+ $(find "$pkgdir" -name 'gnuradio-companion' -o -name 'flow_graph.tmpl')
+ find "$pkgdir/" -name '*.pyc' -delete
+ find "$pkgdir/" -name '*.pyo' -delete
}
# options for armv6:
diff --git a/community/gqrx/PKGBUILD b/community/gqrx/PKGBUILD
index 11f84a1dd..a5f78467d 100644
--- a/community/gqrx/PKGBUILD
+++ b/community/gqrx/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 115635 2014-07-12 22:23:39Z kkeen $
+# $Id: PKGBUILD 115768 2014-07-16 05:03:43Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Dominik Heidler <dheidler@gmail.com>
pkgname=gqrx
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Interactive SDR receiver waterfall for many devices."
arch=('i686' 'x86_64')
url="http://gqrx.dk/"
@@ -20,8 +20,8 @@ md5sums=('ff771b9c31ee17f704859398362b8cc0'
prepare() {
cd "$srcdir"
- cp -r gqrx-2.2.0 gqrx-2.2.0-alsa
- cd gqrx-2.2.0-alsa
+ cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+ cd gqrx-$pkgver-alsa
sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
}
diff --git a/community/libsodium/PKGBUILD b/community/libsodium/PKGBUILD
index 70de00d90..804ee42d8 100644
--- a/community/libsodium/PKGBUILD
+++ b/community/libsodium/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 114780 2014-07-04 03:59:18Z fyan $
+# $Id: PKGBUILD 115754 2014-07-16 03:16:08Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: namelessjon <jonathan.stott@gmail.com>
# Contributor: Alessio Sergi <asergi at archlinux dot us>
pkgname=libsodium
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
arch=('i686' 'x86_64')
@@ -12,7 +12,8 @@ url="https://github.com/jedisct1/libsodium"
license=('custom:ISC')
depends=('glibc')
makedepends=('clang')
-source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz)
+source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz")
+sha512sums=('80524d4017ccd98f5aa96d7df1d4450c890f5c1aaee9c2bfc277fab98f4fb01ac2a3f11850e4f6610feea0279d707e1dede70991d252beeaf80bde3b6eff8ff3')
build() {
cd "$pkgname-$pkgver"
@@ -38,4 +39,3 @@ package() {
}
# vim:set ts=2 sw=2 et:
-sha512sums=('3a47468d3db1447fcb223de330ee3ffd11394ecd31440bfd2d89999003bdf01f85c0644b6075d73d670bf94ab9ea2162417a0dcd290ad2a9a46ae76cd467fc85')
diff --git a/community/libuhd/PKGBUILD b/community/libuhd/PKGBUILD
index d51796f9e..a95746f97 100644
--- a/community/libuhd/PKGBUILD
+++ b/community/libuhd/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 105585 2014-02-10 16:15:17Z kkeen $
+# $Id: PKGBUILD 115758 2014-07-16 03:56:10Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Dominik Heidler <dheidler@gmail.com>
pkgname=libuhd
-pkgver=3.6.2
-_verstring=003_006_002
+pkgver=3.7.1
+_verstring=003_007_001
pkgrel=1
pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@ optdepends=('python2: usrp utils')
makedepends=('cmake' 'boost' 'python2-cheetah')
source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz")
-md5sums=('50a25b95dc08dd3946988c5da98814a9')
+md5sums=('0f53757cc5452ceb53baab88471a6043')
build() {
cd "$srcdir/uhd-release_$_verstring/host"
@@ -30,8 +30,6 @@ build() {
-DENABLE_UTILS=ON \
-DENABLE_TESTS=OFF \
-DENABLE_E100=ON
- # e100 is disabled by default for now, check that on future releases
-
make
}
@@ -45,3 +43,4 @@ package() {
make DESTDIR="$pkgdir" install
install -Dm644 "../utils/uhd-usrp.rules" "$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
}
+
diff --git a/community/scratch/PKGBUILD b/community/scratch/PKGBUILD
index f2dcce3ac..ce58d7d1c 100644
--- a/community/scratch/PKGBUILD
+++ b/community/scratch/PKGBUILD
@@ -1,20 +1,28 @@
-# $Id: PKGBUILD 110539 2014-05-02 20:59:25Z jsteel $
+# $Id: PKGBUILD 115784 2014-07-16 18:25:22Z jsteel $
# Maintainer: Jonathan Steel <jsteel@aur.archlinux.org>
# Contributor: Muhammed Uluyol <muhammedu@gmail.com>
pkgname=scratch
pkgver=1.4.0.7
-pkgrel=4
+pkgrel=5
pkgdesc="Create and share your own interactive stories, games, music and art"
arch=('i686' 'x86_64')
url="http://scratch.mit.edu"
license=('GPL2')
-install=$pkgname.install
depends=('squeak-vm' 'shared-mime-info' 'desktop-file-utils' 'pango'
'gtk-update-icon-cache')
+backup=('usr/lib/scratch/Scratch.ini')
+install=$pkgname.install
source=(http://download.scratch.mit.edu/$pkgname-$pkgver.src.tar.gz)
md5sums=('f948e9e6de3ec9c7c7b4cc2a1975eb5a')
+prepare() {
+ cd "$srcdir"/$pkgname-$pkgver.src
+
+ # Fix FS#41125
+ sed -i 's/-xshm //' src/$pkgname
+}
+
build() {
cd "$srcdir"/$pkgname-$pkgver.src
diff --git a/community/scummvm/PKGBUILD b/community/scummvm/PKGBUILD
index d09467180..ba0b2fbc8 100644
--- a/community/scummvm/PKGBUILD
+++ b/community/scummvm/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Manolis Tzanidakis, Petter Gundersen
pkgname=scummvm
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games."
arch=('i686' 'x86_64')
license=('GPL')
@@ -13,7 +13,7 @@ depends=('libpng' 'libtheora' 'libmad' 'sdl' 'fluidsynth' 'flac' 'faad2' 'libvor
'libgl' 'glu')
makedepends=('mesa')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('473c151ff44e3db7b603ecacd800a0d2')
+md5sums=('be91bf3fa2f1b44a82c92cfe8c5cc1c8')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
diff --git a/community/virtualbox-modules-lts/PKGBUILD b/community/virtualbox-modules-lts/PKGBUILD
index 28ab56c32..4d672a734 100644
--- a/community/virtualbox-modules-lts/PKGBUILD
+++ b/community/virtualbox-modules-lts/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 115351 2014-07-09 09:08:38Z fyan $
+# $Id: PKGBUILD 115792 2014-07-16 21:39:39Z seblu $
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Sébastien Luttringer
pkgbase=virtualbox-modules-lts
pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.3.12
-pkgrel=3
+pkgver=4.3.14
+pkgrel=1
arch=('i686' 'x86_64')
url='http://virtualbox.org'
license=('GPL')
diff --git a/community/virtualbox-modules/PKGBUILD b/community/virtualbox-modules/PKGBUILD
index 030cc37fc..6aa886916 100644
--- a/community/virtualbox-modules/PKGBUILD
+++ b/community/virtualbox-modules/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 114746 2014-07-03 16:16:44Z tpowa $
+# $Id: PKGBUILD 115790 2014-07-16 21:19:11Z seblu $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Maintainer: Sébastien Luttringer
pkgbase=virtualbox-modules
pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.12
-pkgrel=6
+pkgver=4.3.14
+pkgrel=1
arch=('i686' 'x86_64')
url='http://virtualbox.org'
license=('GPL')