summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/awesome/PKGBUILD12
-rw-r--r--community/bird/PKGBUILD6
-rw-r--r--community/freeimage/PKGBUILD5
-rw-r--r--community/gcompris/PKGBUILD10
-rw-r--r--community/gnucap/PKGBUILD4
-rw-r--r--community/julia/PKGBUILD80
-rw-r--r--community/libvirt/PKGBUILD6
-rw-r--r--community/love/PKGBUILD6
-rw-r--r--community/monit/PKGBUILD8
-rw-r--r--community/monit/monit.changelog3
-rw-r--r--community/php-memcached/PKGBUILD22
-rw-r--r--community/postgis/PKGBUILD6
-rw-r--r--community/postgis/postgis.changelog3
-rw-r--r--community/tcplay/PKGBUILD8
-rw-r--r--extra/farstream-0.1/PKGBUILD32
-rw-r--r--extra/farstream-0.1/fix-crash.patch24
-rw-r--r--extra/farstream-0.1/intersect-instead-of-merge.patch26
-rw-r--r--extra/gtkhtml/PKGBUILD30
-rw-r--r--extra/mono-tools/PKGBUILD37
-rw-r--r--extra/mono-tools/fix-build.patch24
-rw-r--r--extra/mono-tools/gnome-sharp-2.20.patch11
-rw-r--r--extra/mono-tools/gunit.patch11
-rw-r--r--extra/mono-tools/mono-tools.install12
-rw-r--r--extra/network-manager-applet/PKGBUILD4
-rw-r--r--extra/x2goserver/PKGBUILD10
-rw-r--r--pcr/command-not-found/PKGBUILD32
-rw-r--r--pcr/hiredis/ChangeLog14
-rw-r--r--pcr/hiredis/PKGBUILD43
-rw-r--r--pcr/hiredis/hiredis-fix-tests.patch11
-rw-r--r--pcr/nginx-passenger/logrotate9
-rw-r--r--pcr/nginx-passenger/nginx.install17
-rw-r--r--pcr/nginx-passenger/service14
-rw-r--r--pcr/qt-at-spi-git/PKGBUILD44
-rw-r--r--pcr/rfc5766-turn-server/ChangeLog89
-rw-r--r--pcr/rfc5766-turn-server/PKGBUILD59
-rw-r--r--pcr/rfc5766-turn-server/turnserver.install17
-rw-r--r--pcr/rfc5766-turn-server/turnserver.service11
-rw-r--r--pcr/rfc5766-turn-server/turnserver.tmpfiles.d1
38 files changed, 253 insertions, 508 deletions
diff --git a/community/awesome/PKGBUILD b/community/awesome/PKGBUILD
index d0dab9fce..d3e44b75a 100644
--- a/community/awesome/PKGBUILD
+++ b/community/awesome/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 108601 2014-03-29 18:25:09Z andrea $
+# $Id: PKGBUILD 108725 2014-04-02 09:37:24Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Sébastien Luttringer
@@ -7,7 +7,7 @@
# Contributor: Vesa Kaihlavirta
pkgname=awesome
-pkgver=3.5.3
+pkgver=3.5.4
pkgrel=1
pkgdesc='Highly configurable framework window manager'
arch=('i686' 'x86_64')
@@ -22,8 +22,8 @@ optdepends=('rlwrap: readline support for awesome-client'
'vicious: widgets for the Awesome window manager')
provides=('notification-daemon')
backup=('etc/xdg/awesome/rc.lua')
-source=("$url/download/$pkgname-$pkgver.tar.xz")
-md5sums=('730a5852cc61f5561588a1b788ec861e')
+source=($url/download/$pkgname-$pkgver.tar.xz)
+md5sums=('9d52a26bfbc142ace5427bfb55010359')
prepare() {
mkdir -p build
@@ -31,7 +31,7 @@ prepare() {
build() {
cd build
- cmake ../${pkgname}-${pkgver} \
+ cmake ../$pkgname-$pkgver \
-DCMAKE_BUILD_TYPE=RELEASE \
-DCMAKE_INSTALL_PREFIX=/usr \
-DSYSCONFDIR=/etc \
@@ -43,6 +43,6 @@ package() {
cd build
make DESTDIR="$pkgdir" install
- install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/awesome.desktop \
+ install -Dm644 "$srcdir"/$pkgname-$pkgver/awesome.desktop \
"$pkgdir/usr/share/xsessions/awesome.desktop"
}
diff --git a/community/bird/PKGBUILD b/community/bird/PKGBUILD
index 2d41ca639..cc71fcc31 100644
--- a/community/bird/PKGBUILD
+++ b/community/bird/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 101733 2013-11-30 16:20:26Z seblu $
+# $Id: PKGBUILD 108743 2014-04-02 14:30:24Z seblu $
# Maintainer: Sébastien Luttringer
pkgbase=bird
pkgname=('bird' 'bird6')
-pkgver=1.4.0
+pkgver=1.4.1
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=('4e5a47308335b1b0bf4691cac6c4174f'
+md5sums=('7bd6df9674e4003cfffd3343f14ee775'
'69221e063a3f07dcad519d5eeacaae75'
'5b172bd052b523efd95ee018e891e181')
diff --git a/community/freeimage/PKGBUILD b/community/freeimage/PKGBUILD
index f83f12825..60d863a9b 100644
--- a/community/freeimage/PKGBUILD
+++ b/community/freeimage/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=freeimage
pkgver=3.16.0
-pkgrel=1
+pkgrel=2
pkgdesc="Library project for developers who would like to support popular graphics image formats"
arch=('i686' 'x86_64')
license=('GPL' 'custom:FIPL')
@@ -33,5 +33,8 @@ package() {
cd ${srcdir}/FreeImagefip
make -f Makefile.fip DESTDIR=${pkgdir} install
+ ln -s libfreeimageplus-${pkgver}.so ${pkgdir}/usr/lib/libfreeimageplus.so
+ ln -s libfreeimageplus-${pkgver}.so ${pkgdir}/usr/lib/libfreeimageplus.so.3
+
install -D -m644 ${srcdir}/FreeImage/license-fi.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}
diff --git a/community/gcompris/PKGBUILD b/community/gcompris/PKGBUILD
index 15d7eb819..b99a3a1ec 100644
--- a/community/gcompris/PKGBUILD
+++ b/community/gcompris/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 103779 2014-01-11 14:29:12Z bgyorgy $
+# $Id: PKGBUILD 108741 2014-04-02 12:57:33Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Daniel Isenmann <daniel.isenmann [at] gmx.de>
pkgname=gcompris
-pkgver=13.11
-pkgrel=2
+pkgver=14.03
+pkgrel=1
pkgdesc="Educational software suite comprising of numerous activities for children aged 2 to 10"
arch=('i686' 'x86_64')
url="http://gcompris.net/"
@@ -13,8 +13,8 @@ depends=('pygtk' 'librsvg' 'gstreamer0.10-base-plugins')
optdepends=('gnucap: for computer simulation within the electricity activity'
'tuxpaint: for the painting activity')
makedepends=('texinfo' 'texi2html' 'intltool')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('418dad2c8f0fc90e16e97ab67b6700e3af5f33ae05d83f28f3b1117183f88c57')
+source=(http://gcompris.net/download/$pkgname-$pkgver.tar.bz2)
+sha256sums=('7e0a95c67ff55f54a359c10394bddec178034543e0dddfc348a74a9e55825551')
prepare() {
cd $pkgname-$pkgver
diff --git a/community/gnucap/PKGBUILD b/community/gnucap/PKGBUILD
index 1b9e4fec5..b6d7c3cfb 100644
--- a/community/gnucap/PKGBUILD
+++ b/community/gnucap/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 55492 2011-09-13 05:23:39Z foutrelis $
+# $Id: PKGBUILD 108737 2014-04-02 12:54:01Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Jared Casper <jaredcasper@gmail.com>
# Contributor: Georgij Kondratjev <smpuj@bk.ru>
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
url="http://gnucap.org/"
license=('GPL')
depends=('gcc-libs' 'readline')
-source=(http://gnucap.org/devel/$pkgname-$_pkgver.tar.gz)
+source=(http://gnucap.org/devel/archive/$pkgname-$_pkgver.tar.gz)
sha1sums=('a64be626b3e971437d677f14bc72eda0df6e7e3a')
build() {
diff --git a/community/julia/PKGBUILD b/community/julia/PKGBUILD
new file mode 100644
index 000000000..6781c7591
--- /dev/null
+++ b/community/julia/PKGBUILD
@@ -0,0 +1,80 @@
+# $Id: PKGBUILD 108745 2014-04-02 16:15:39Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+# Contributor: Lex Black <autumn-wind at web dot de>
+# Contributor: Michael Jakl <jakl.michael@gmail.com>
+# Contributor: devmotion <nospam-archlinux.org@devmotion.de>
+
+pkgname=julia
+pkgver=0.3.0_prerelease
+pkgrel=1
+pkgdesc='High-level, high-performance, dynamic programming language'
+arch=('x86_64' 'i686')
+url='http://julialang.org'
+license=('GPL')
+depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'readline' 'zlib' 'llvm') # 'suitesparse' 'utf8proc' (AUR) 'intel-mkl' (AUR)
+makedepends=('gcc-fortran')
+optdepends=('gnuplot: If using the Gaston Package from julia')
+provides=('julia')
+conflicts=('julia')
+options=('!emptydirs' 'staticlibs')
+source=("git://github.com/JuliaLang/julia.git#commit=0684a320da")
+sha256sums=('SKIP')
+
+build() {
+ make -C "$pkgname" prefix=/usr sysconfdir=/etc \
+ USE_SYSTEM_LLVM=1 \
+ USE_SYSTEM_LIBUNWIND=1 \
+ USE_SYSTEM_READLINE=1 \
+ USE_SYSTEM_PCRE=1 \
+ USE_SYSTEM_LIBM=1 \
+ USE_SYSTEM_OPENLIBM=0 \
+ USE_SYSTEM_OPENSPECFUN=0 \
+ USE_SYSTEM_BLAS=1 \
+ USE_SYSTEM_LAPACK=1 \
+ USE_SYSTEM_FFTW=1 \
+ USE_SYSTEM_GMP=1 \
+ USE_SYSTEM_MPFR=1 \
+ USE_SYSTEM_ARPACK=1 \
+ USE_SYSTEM_SUITESPARSE=0 \
+ USE_SYSTEM_ZLIB=1 \
+ USE_SYSTEM_GRISU=0 \
+ USE_SYSTEM_RMATH=0 \
+ USE_SYSTEM_LIBUV=0 \
+ USE_SYSTEM_UTF8PROC=0 \
+ USE_MKL=0 \
+ USE_BLAS64=0 \
+ USE_LLVM_SHLIB=0
+}
+
+package() {
+ make -C "$pkgname" DESTDIR="$pkgdir" \
+ prefix=/usr sysconfdir=/etc \
+ USE_SYSTEM_LLVM=1 \
+ USE_SYSTEM_LIBUNWIND=1 \
+ USE_SYSTEM_READLINE=1 \
+ USE_SYSTEM_PCRE=1 \
+ USE_SYSTEM_LIBM=1 \
+ USE_SYSTEM_OPENLIBM=0 \
+ USE_SYSTEM_OPENSPECFUN=0 \
+ USE_SYSTEM_BLAS=1 \
+ USE_SYSTEM_LAPACK=1 \
+ USE_SYSTEM_FFTW=1 \
+ USE_SYSTEM_GMP=1 \
+ USE_SYSTEM_MPFR=1 \
+ USE_SYSTEM_ARPACK=1 \
+ USE_SYSTEM_SUITESPARSE=0 \
+ USE_SYSTEM_ZLIB=1 \
+ USE_SYSTEM_GRISU=0 \
+ USE_SYSTEM_RMATH=0 \
+ USE_SYSTEM_LIBUV=0 \
+ USE_SYSTEM_UTF8PROC=0 \
+ USE_MKL=0 \
+ USE_BLAS64=0 \
+ USE_LLVM_SHLIB=0 \
+ install
+
+ # Remove duplicate man-page from julia/doc
+ rm -rv $pkgdir/usr/share/julia/doc/man
+}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD
index 86eaae97c..d45c4cc54 100644
--- a/community/libvirt/PKGBUILD
+++ b/community/libvirt/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 106990 2014-03-11 10:19:09Z spupykin $
+# $Id: PKGBUILD 108727 2014-04-02 09:41:48Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jonathan Wiersma <archaur at jonw dot org>
pkgname=libvirt
-pkgver=1.2.2
+pkgver=1.2.3
pkgrel=1
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('i686' 'x86_64')
@@ -61,7 +61,7 @@ source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz"
libvirtd.conf.d
libvirtd-guests.conf.d
libvirt.tmpfiles.d)
-md5sums=('592958ad1ddce7574d8cb0a31e635acd'
+md5sums=('ad1602a2fcc3609c83b885a28f3eecbd'
'3ed0e24f5b5e25bf553f5427d64915e6'
'0a96ed876ffb1fcb9dff5a9b3a609c1e'
'020971887442ebbf1b6949e031c8dd3f')
diff --git a/community/love/PKGBUILD b/community/love/PKGBUILD
index 30429d74f..c68d9d506 100644
--- a/community/love/PKGBUILD
+++ b/community/love/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Linus Sjögren <thelinx@unreliablepollution.net>
# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
pkgname=love
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting language to create dynamic gaming experiences"
arch=(i686 x86_64)
url="http://love2d.org/"
@@ -11,7 +11,7 @@ license=('zlib')
depends=('luajit' 'physfs' 'freetype2' 'devil' 'mpg123' 'openal' 'libvorbis' 'libmodplug' 'sdl2' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
install=love.install
source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz")
-md5sums=('6591752af4e33f521d616d9b048aa894')
+md5sums=('3a4b6b98a8c6e85ddb217d58b2e05e4d')
build() {
cd "$srcdir"/love-$pkgver
diff --git a/community/monit/PKGBUILD b/community/monit/PKGBUILD
index a23703217..7f0b7b95e 100644
--- a/community/monit/PKGBUILD
+++ b/community/monit/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 106371 2014-03-01 12:19:21Z jlichtblau $
+# $Id: PKGBUILD 108752 2014-04-02 19:28:29Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org>
# Contributor: Marco Bartholomew <marco@marcobartholomew.com>
pkgname=monit
-pkgver=5.7
+pkgver=5.8
pkgrel=1
pkgdesc="Utility for managing and monitoring, processes, files, directories and devices on a *NIX system"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ backup=('etc/monitrc')
changelog=$pkgname.changelog
source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz \
monit.service)
-sha256sums=('38e09bd8b39abc59e6b9a9bb7a78f7eac2b02a92f4de1f3a6dc24e84dfedae0d'
+sha256sums=('0c00573ebc0156c534a5952f392c2a7bedde194f8261c05497322055938847f5'
'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4')
build() {
@@ -32,5 +32,3 @@ package() {
install -D -m700 monitrc "${pkgdir}"/etc/monitrc
install -D -m644 "${srcdir}"/$pkgname.service "${pkgdir}"/usr/lib/systemd/system/$pkgname.service
}
-sha256sums=('bb250ab011d805b5693972afdf95509e79bb3b390caa763275c9501f74b598a2'
- 'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4')
diff --git a/community/monit/monit.changelog b/community/monit/monit.changelog
index 0d2459695..b4e7e7ed6 100644
--- a/community/monit/monit.changelog
+++ b/community/monit/monit.changelog
@@ -1,3 +1,6 @@
+2014-04-02 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * monit 5.8-1
+
2014-03-01 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* monit 5.7-1
diff --git a/community/php-memcached/PKGBUILD b/community/php-memcached/PKGBUILD
index 8fe9a012a..333e863ec 100644
--- a/community/php-memcached/PKGBUILD
+++ b/community/php-memcached/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 95810 2013-08-17 08:23:10Z pierre $
+# $Id: PKGBUILD 108735 2014-04-02 12:09:29Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
pkgname=php-memcached
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
pkgdesc="PHP extension for interfacing with memcached via libmemcached library"
arch=('i686' 'x86_64')
url="http://pecl.php.net/package/memcached"
@@ -11,16 +11,7 @@ license=('PHP')
depends=('php' 'libmemcached')
backup=('etc/php/conf.d/memcached.ini')
source=(http://pecl.php.net/get/memcached-$pkgver.tgz)
-sha256sums=('bc4940015be74f47908d410d7b55e10a3d5bf65674036d944c73558227fcc4af')
-
-prepare() {
- cd "$srcdir/memcached-$pkgver"
-
- # Fix FTBFS with libmemcached >= 1.0.17
- # https://github.com/php-memcached-dev/php-memcached/issues/69#issuecomment-17051990
- echo 'typedef const struct memcached_server_st *memcached_server_instance_st;' \
- >>php_libmemcached_compat.h
-}
+sha256sums=('17b9600f6d4c807f23a3f5c45fcd8775ca2e61d6eda70370af2bef4c6e159f58')
build() {
cd "$srcdir/memcached-$pkgver"
@@ -34,8 +25,9 @@ package() {
cd "$srcdir/memcached-$pkgver"
make INSTALL_ROOT="$pkgdir" install
- echo ';extension=memcached.so' >memcached.ini
- install -Dm644 memcached.ini "$pkgdir/etc/php/conf.d/memcached.ini"
+
+ install -d "$pkgdir/etc/php/conf.d"
+ echo ';extension=memcached.so' >"$pkgdir/etc/php/conf.d/memcached.ini"
}
# vim:set ts=2 sw=2 et:
diff --git a/community/postgis/PKGBUILD b/community/postgis/PKGBUILD
index 5f868c1fc..4cda13577 100644
--- a/community/postgis/PKGBUILD
+++ b/community/postgis/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 100837 2013-11-11 18:56:33Z jlichtblau $
+# $Id: PKGBUILD 108755 2014-04-02 19:32:57Z 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.1
+pkgver=2.1.2
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=('f55acf056362e7e78766bec7a403e02a3b6b087a6d18b4222647b6a932d5c945')
+sha256sums=('0bf842824815d9155129dcdda0a940ae3b7698c114e6e4a1cc2497527d0704d1')
build() {
cd ${pkgname}-${pkgver}
diff --git a/community/postgis/postgis.changelog b/community/postgis/postgis.changelog
index bb9b27fdd..387995230 100644
--- a/community/postgis/postgis.changelog
+++ b/community/postgis/postgis.changelog
@@ -1,3 +1,6 @@
+2014-04-02 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * postgis-2.1.2-1
+
2013-11-11 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* postgis-2.1.1-1
diff --git a/community/tcplay/PKGBUILD b/community/tcplay/PKGBUILD
index 81b53d2dc..9c9983e77 100644
--- a/community/tcplay/PKGBUILD
+++ b/community/tcplay/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 103928 2014-01-13 17:17:02Z andyrtr $
+# $Id: PKGBUILD 108731 2014-04-02 10:14:29Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Thomas Weißschuh <thomas t-8ch de>
# Contributor: James Reed <supplantr at archlinux dot info>
pkgname=tcplay
-pkgver=1.1
-pkgrel=2
+pkgver=2.0
+pkgrel=1
pkgdesc="Free and simple TrueCrypt implementation based on dm-crypt."
arch=('i686' 'x86_64')
url="https://github.com/bwalex/tc-play"
@@ -14,7 +14,7 @@ depends=('device-mapper')
makedepends=('cmake')
source=("https://github.com/bwalex/tc-play/archive/v${pkgver}.tar.gz"
tc-play-1.1-fix-paths.patch)
-sha256sums=('62346e852c6f781fffebf5c43e5967ceb0e36304626aa27e77c77378f8215d84'
+sha256sums=('0e17890f37e862746364b10bad62bbd9f3e2b2811a24b07df12eff266534e42d'
'007b960675400b7e0a10765952041dcc1943e5cb79367e2ed4938f2c5e64ea57')
prepare() {
diff --git a/extra/farstream-0.1/PKGBUILD b/extra/farstream-0.1/PKGBUILD
index 4a33f5b39..401580d9b 100644
--- a/extra/farstream-0.1/PKGBUILD
+++ b/extra/farstream-0.1/PKGBUILD
@@ -1,31 +1,45 @@
-# $Id: PKGBUILD 201487 2013-12-12 18:59:01Z jgc $
+# $Id: PKGBUILD 209757 2014-04-02 21:38:07Z jgc $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=farstream-0.1
_pkgname=farstream
pkgver=0.1.2
-pkgrel=3
+pkgrel=4
pkgdesc="Audio/Video Communications Framework (legacy version)"
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/Farstream"
license=('LGPL2.1')
-depends=('libnice' 'gstreamer0.10-base' 'gstreamer0.10-bad-plugins'
- 'gstreamer0.10-good' 'gstreamer0.10-ffmpeg')
+depends=('libnice' 'gstreamer0.10-base' 'gstreamer0.10-bad-plugins' 'gstreamer0.10-good-plugins' 'gstreamer0.10-ffmpeg')
makedepends=('gobject-introspection' 'gstreamer0.10-python' 'python2-gobject2' 'git' 'gtk-doc')
source=(git://git.collabora.co.uk/git/farstream.git#commit=54e28e95bed4f04bc95dae509c3724399c79fa29
farstream-0.1.2-prefer-vp8.patch
codec-discovery-intersect.patch
- rtp-memleak.patch)
-sha256sums=('SKIP')
+ intersect-instead-of-merge.patch
+ rtp-memleak.patch
+ fix-crash.patch)
+sha256sums=('SKIP'
+ '5f8f2876bde0f21383b3d059c94914a2fcd63d45a1bb1b5cd2e2208cd2536da5'
+ '385d7c72e269bf48bd41937442d819a1e6d0f2472b903670a8a5555f5cb96586'
+ 'c3988f90fc50ee557399b240de78f3fb4fe191f339143f6943b963c2e0fddaf2'
+ 'b966312ccad90dd30b78ee2df49e9637b3b573e498668bcc58ac208f254440db'
+ '8fde8f5fb16475aabeda2d6e48c86b105341fd72cde02cd6655ca7f41b4a98ed')
prepare() {
cd farstream
patch -Np1 -i ../farstream-0.1.2-prefer-vp8.patch
+ patch -Np1 -i ../intersect-instead-of-merge.patch
patch -Np1 -i ../codec-discovery-intersect.patch
patch -Np1 -i ../rtp-memleak.patch
+ patch -Np1 -i ../fix-crash.patch
+ sed -i -e 's/AC_INIT(Farstream, 0.1.2.1/AC_INIT(Farstream, 0.1.2/' configure.ac
}
+check() {
+ cd farstream
+ # MSN test fails because of missing libmimic + mimenc element
+ make check || return 0
+}
build() {
cd farstream
NOCONFIGURE=1 ./autogen.sh
@@ -33,7 +47,7 @@ build() {
--prefix=/usr \
--with-package-name='Arch Linux Farstream 0.1 Package' \
--with-package-origin='httpw://www.archlinux.org/' \
- --enable-gtk-doc --disable-static
+ --disable-gtk-doc --disable-static
make -j1
}
@@ -43,7 +57,3 @@ package() {
}
# vim:set ts=2 sw=2 et:
-sha256sums=('SKIP'
- '5f8f2876bde0f21383b3d059c94914a2fcd63d45a1bb1b5cd2e2208cd2536da5'
- '385d7c72e269bf48bd41937442d819a1e6d0f2472b903670a8a5555f5cb96586'
- 'b966312ccad90dd30b78ee2df49e9637b3b573e498668bcc58ac208f254440db')
diff --git a/extra/farstream-0.1/fix-crash.patch b/extra/farstream-0.1/fix-crash.patch
new file mode 100644
index 000000000..ac411f15a
--- /dev/null
+++ b/extra/farstream-0.1/fix-crash.patch
@@ -0,0 +1,24 @@
+From e349a7db681b643beaf8174a32b071292abd980e Mon Sep 17 00:00:00 2001
+From: Olivier Crête <olivier.crete@collabora.com>
+Date: Thu, 27 Feb 2014 23:00:13 +0000
+Subject: raw: Fix crash where the stream would try to contact its session before its been set
+
+---
+(limited to 'gst/fsrawconference')
+
+diff --git a/gst/fsrawconference/fs-raw-stream.c b/gst/fsrawconference/fs-raw-stream.c
+index fe5326b..eb8db74 100644
+--- a/gst/fsrawconference/fs-raw-stream.c
++++ b/gst/fsrawconference/fs-raw-stream.c
+@@ -436,7 +436,8 @@ fs_raw_stream_set_property (GObject *object,
+ (direction & FS_DIRECTION_SEND) ? TRUE : FALSE, NULL);
+ g_object_unref (st);
+ }
+- fs_raw_session_update_direction (self->priv->session, direction);
++ if (self->priv->session)
++ fs_raw_session_update_direction (self->priv->session, direction);
+ if (conference)
+ GST_OBJECT_LOCK (conference);
+ }
+--
+cgit v0.9.0.3
diff --git a/extra/farstream-0.1/intersect-instead-of-merge.patch b/extra/farstream-0.1/intersect-instead-of-merge.patch
new file mode 100644
index 000000000..734e15383
--- /dev/null
+++ b/extra/farstream-0.1/intersect-instead-of-merge.patch
@@ -0,0 +1,26 @@
+diff --git a/gst/fsrtpconference/fs-rtp-discover-codecs.c b/gst/fsrtpconference/fs-rtp-discover-codecs.c
+index d128e84..3521580 100644
+--- a/gst/fsrtpconference/fs-rtp-discover-codecs.c
++++ b/gst/fsrtpconference/fs-rtp-discover-codecs.c
+@@ -1110,11 +1110,8 @@ compare_media_caps (gconstpointer a, gconstpointer b)
+ }
+
+ static gint
+-compare_rtp_caps (gconstpointer a, gconstpointer b)
++compare_rtp_caps (CodecCap *element, GstCaps *c_caps)
+ {
+- CodecCap *element = (CodecCap *)a;
+- GstCaps *c_caps = (GstCaps *)b;
+-
+ return !gst_caps_can_intersect (element->rtp_caps, c_caps);
+ }
+
+@@ -1226,7 +1223,7 @@ create_codec_cap_list (GstElementFactory *factory,
+ if (rtp_caps) {
+ if (entry->rtp_caps) {
+ GstCaps *new_rtp_caps;
+- new_rtp_caps = gst_caps_union (rtp_caps, entry->rtp_caps);
++ new_rtp_caps = gst_caps_intersect (rtp_caps, entry->rtp_caps);
+ gst_caps_unref (entry->rtp_caps);
+ entry->rtp_caps = new_rtp_caps;
+ } else {
diff --git a/extra/gtkhtml/PKGBUILD b/extra/gtkhtml/PKGBUILD
deleted file mode 100644
index bde1e60ef..000000000
--- a/extra/gtkhtml/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 198075 2013-10-30 12:38:55Z allan $
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-
-pkgname=gtkhtml
-pkgver=3.32.2
-pkgrel=3
-pkgdesc="A lightweight HTML renderer/editor widget for GTK2"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gconf' 'gtk2' 'gnome-icon-theme' 'enchant' 'iso-codes' 'libsoup')
-makedepends=('intltool')
-url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8746053cf709e1de37c7ac775ab1364ddda4b75167660ed7f98a237b3797e39f')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --sysconfdir=/etc \
- --libexecdir=/usr/lib/gtkhtml \
- --localstatedir=/var --disable-static \
- --disable-deprecated-warning-flags
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-
- rm -f "${pkgdir}/usr/bin/gtkhtml-editor-test"
-}
diff --git a/extra/mono-tools/PKGBUILD b/extra/mono-tools/PKGBUILD
index b987b5233..e27aa1828 100644
--- a/extra/mono-tools/PKGBUILD
+++ b/extra/mono-tools/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 177070 2013-02-05 18:08:20Z eric $
+# $Id: PKGBUILD 209742 2014-04-02 13:13:33Z jgc $
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
# Contributor: Brice Carpentier <brice@dlfp.org>
@@ -10,29 +10,36 @@
# properly.
pkgname=mono-tools
-pkgver=2.10
-pkgrel=2
+pkgver=2.11
+pkgrel=1
pkgdesc="collection of testing and development tools for use with mono (including monodoc browser)"
arch=(i686 x86_64)
license=('GPL')
url="http://www.mono-project.com/"
-depends=('libgnome-sharp' 'gtkhtml-sharp')
-makedepends=('gconf-sharp')
+depends=('libgnome-sharp' 'webkit-sharp')
+makedepends=('gconf-sharp' 'git' 'zip')
install=$pkgname.install
-source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('da178df2c119c696c08c09dc9eb01994')
+options=('!makeflags')
+source=('git+https://github.com/mono/mono-tools.git#commit=d858f5f27fa8b10d734ccce7ffba631b995093e5'
+ fix-build.patch)
+md5sums=('SKIP'
+ '9b4671fbfce76d883abbf779cbc504f3')
+
+prepare() {
+ cd $pkgname
+ patch -Np1 -i ../fix-build.patch
+ mv configure.in configure.ac
+}
build() {
- # get rid of that .wapi errors; thanks to brice
- export MONO_SHARED_DIR="${srcdir}/weird"
- mkdir -p "${MONO_SHARED_DIR}"
- cd "$srcdir/$pkgname-$pkgver"
- autoreconf -fi
- ./configure --prefix=/usr
+ cd $pkgname
+ glib-gettextize --force
+ autoreconf -fi
+ GMCS=/usr/bin/dmcs ./configure --prefix=/usr
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
- make GACUTIL="/usr/bin/gacutil /root $pkgdir/usr/lib" DESTDIR="$pkgdir" install
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
}
diff --git a/extra/mono-tools/fix-build.patch b/extra/mono-tools/fix-build.patch
new file mode 100644
index 000000000..e5dac2cb8
--- /dev/null
+++ b/extra/mono-tools/fix-build.patch
@@ -0,0 +1,24 @@
+Index: mono-tools.git/webdoc/Makefile.am
+===================================================================
+--- mono-tools.git.orig/webdoc/Makefile.am 2013-10-10 01:14:56.927106468 +0200
++++ mono-tools.git/webdoc/Makefile.am 2013-10-10 10:48:14.179831385 +0200
+@@ -117,18 +117,14 @@
+ $(INSTALL_DATA) $(srcdir)/App_Code/Plugins/*cs $(DESTDIR)$(webdir)/App_Code/Plugins
+ $(INSTALL_DATA) $(srcdir)/views/*css $(DESTDIR)$(webdir)/views
+ $(INSTALL_DATA) $(srcdir)/views/*js $(DESTDIR)$(webdir)/views
+- $(INSTALL_DATA) $(srcdir)/views/*html $(DESTDIR)$(webdir)/views
+ $(INSTALL_DATA) $(srcdir)/views/images/*png $(DESTDIR)$(webdir)/views/images
+- $(INSTALL_DATA) $(srcdir)/views/images/*gif $(DESTDIR)$(webdir)/views/images
++ $(INSTALL_DATA) $(srcdir)/views/images/*ico $(DESTDIR)$(webdir)/views/images
+ $(INSTALL_DATA) $(srcdir)/skins/mono-external/header* $(DESTDIR)$(webdir)/skins/mono-external
+ $(INSTALL_DATA) $(srcdir)/skins/mono-external/footer* $(DESTDIR)$(webdir)/skins/mono-external
+ $(INSTALL_DATA) $(srcdir)/skins/mono-external/*css $(DESTDIR)$(webdir)/skins/mono-external
+- $(INSTALL_DATA) $(srcdir)/skins/mono-external/*js $(DESTDIR)$(webdir)/skins/mono-external
+ $(INSTALL_DATA) $(srcdir)/skins/mono-external/images/*png $(DESTDIR)$(webdir)/skins/mono-external/images
+ $(INSTALL_DATA) $(srcdir)/skins/mono-external/images/*gif $(DESTDIR)$(webdir)/skins/mono-external/images
+- $(INSTALL_DATA) $(srcdir)/plugins/iframe-plugins/*css $(DESTDIR)$(webdir)/plugins/iframe-plugin
+ $(INSTALL_DATA) $(srcdir)/plugins/iframe-plugin/*js $(DESTDIR)$(webdir)/plugins/iframe-plugin
+- $(INSTALL_DATA) $(srcdir)/plugins/iframe-plugin/*html $(DESTDIR)$(webdir)/plugins/iframe-plugin
+ $(INSTALL_DATA) $(srcdir)/plugins/tooltip-plugin/*js $(DESTDIR)$(webdir)/plugins/tooltip-plugin
+ $(INSTALL_DATA) $(srcdir)/plugins/sidebar-plugin/*css $(DESTDIR)$(webdir)/plugins/sidebar-plugin
+ $(INSTALL_DATA) $(srcdir)/plugins/sidebar-plugin/*js $(DESTDIR)$(webdir)/plugins/sidebar-plugin
diff --git a/extra/mono-tools/gnome-sharp-2.20.patch b/extra/mono-tools/gnome-sharp-2.20.patch
deleted file mode 100644
index d4629d52d..000000000
--- a/extra/mono-tools/gnome-sharp-2.20.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.in.orig 2008-03-24 14:36:16.000000000 +0000
-+++ configure.in 2008-03-24 14:36:24.000000000 +0000
-@@ -37,7 +37,7 @@
- AC_SUBST(MONODOC_LIBS)
-
-
--PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp-2.0 glade-sharp-2.0 gconf-sharp-2.0)
-+PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp-2.0 glade-sharp-2.0 gconf-sharp-2.0 gnome-sharp-2.0)
- #PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp glade-sharp gconf-sharp)
- AC_SUBST(GTK_SHARP_LIBS)
-
diff --git a/extra/mono-tools/gunit.patch b/extra/mono-tools/gunit.patch
deleted file mode 100644
index 881bf248b..000000000
--- a/extra/mono-tools/gunit.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnunit/src/main.cs 2006-10-04 09:13:30.000000000 +0200
-+++ gnunit/src/main.cs.patched 2006-11-23 09:10:21.000000000 +0100
-@@ -563,7 +563,7 @@
- }
-
- // Window event handlers
-- void OnWindowDelete (object sender, EventArgs args)
-+ void OnWindowDelete (object sender, Gtk.DeleteEventArgs args)
- {
- OnQuitActivate (sender, args);
- }
diff --git a/extra/mono-tools/mono-tools.install b/extra/mono-tools/mono-tools.install
index d4891227b..745b1ac24 100644
--- a/extra/mono-tools/mono-tools.install
+++ b/extra/mono-tools/mono-tools.install
@@ -1,26 +1,14 @@
post_install() {
- echo "update icon cache..."
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
-
-pre_upgrade() {
- echo "removing index..."
- rm -f /opt/mono/lib/monodoc/monodoc.index
- rm -rf /opt/mono/lib/monodoc/search_index
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
post_upgrade() {
post_install $1
}
post_remove() {
- echo "removing index..."
rm -f /usr/lib/monodoc/monodoc.index
rm -rf /usr/lib/monodoc/search_index
- echo "update icon cache..."
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
diff --git a/extra/network-manager-applet/PKGBUILD b/extra/network-manager-applet/PKGBUILD
index 177bb6546..0f7c3b1cf 100644
--- a/extra/network-manager-applet/PKGBUILD
+++ b/extra/network-manager-applet/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 199354 2013-11-11 16:09:20Z heftig $
+# $Id: PKGBUILD 209751 2014-04-02 20:13:24Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Arjan Timmerman <arjan@archlinux.org>
# Contributor: Wael Nasreddine <gandalf@siemens-mobiles.org>
@@ -14,7 +14,7 @@ license=(GPL)
url="http://www.gnome.org/projects/NetworkManager/"
depends=("networkmanager>=${pkgver%.*}" libsecret gtk3 libnotify
gnome-icon-theme mobile-broadband-provider-info iso-codes)
-makedepends=(intltool gnome-bluetooth gobject-introspection)
+makedepends=(intltool gnome-bluetooth gobject-introspection modemmanager)
optdepends=('gnome-bluetooth: for PAN/DUN support')
options=('!emptydirs')
install=network-manager-applet.install
diff --git a/extra/x2goserver/PKGBUILD b/extra/x2goserver/PKGBUILD
index 4eee1ce66..f2b3e3102 100644
--- a/extra/x2goserver/PKGBUILD
+++ b/extra/x2goserver/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 204466 2014-01-20 15:33:19Z andyrtr $
+# $Id: PKGBUILD 209746 2014-04-02 16:34:34Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Gerhard Brauer <gerbra@archlinux.de>
@@ -7,7 +7,7 @@
# Contributor: Milan Knížek <knizek@volny.cz>
pkgname=x2goserver
-pkgver=4.0.1.13
+pkgver=4.0.1.14
pkgrel=1
pkgdesc="Open source terminal server"
arch=('i686' 'x86_64')
@@ -61,7 +61,7 @@ options=('emptydirs')
install=x2goserver.install
backup=('etc/x2go/x2goserver.conf' 'etc/x2go/x2gosql/sql')
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('24181098a9c4d7a5ca2c1416b0cee22d')
+md5sums=('45f44c98b59937952874c7c4fd4c7840')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -99,8 +99,8 @@ package() {
echo "fuse" > $pkgdir/usr/lib/modules-load.d/x2goserver.conf
install -dm 755 "${pkgdir}/usr/share/doc/${pkgname}"
- install -m 644 "debian/changelog" "${pkgdir}/usr/share/doc/${pkgname}/changelog.DEBIAN"
- install -m 644 "debian/copyright" "${pkgdir}/usr/share/doc/${pkgname}/copyright.DEBIAN"
+ install -m 644 "ChangeLog" "${pkgdir}/usr/share/doc/${pkgname}/"
+# install -m 644 "debian/copyright" "${pkgdir}/usr/share/doc/${pkgname}/copyright.DEBIAN"
# fix permission
chmod 750 ${pkgdir}/etc/sudoers.d
diff --git a/pcr/command-not-found/PKGBUILD b/pcr/command-not-found/PKGBUILD
deleted file mode 100644
index 60aaa4fd5..000000000
--- a/pcr/command-not-found/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Maintainer: Aurelien Desbrieres <aurelien@cwb.io>
-# Contributor: Diogo Leal <estranho@diogoleal.com>
-# Contributor: Luke Shumaker <lukeshu@sbcglobal.net>
-# Contributor: Matthias Maennich <arch@maennich.net>
-
-pkgname=command-not-found
-pkgver=0.4.5
-pkgrel=2
-pkgdesc="In case a command could not be found this utility searches for packages containing this or a similar command (bash,zsh)."
-arch=('i686' 'x86_64')
-url="http://github.com/metti/command-not-found"
-license=('GPL3')
-depends=('boost-libs' 'tdb' 'libarchive' 'wget')
-makedepends=('boost' 'cmake')
-install='install'
-
-source=("https://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('cceea11367dd1847f08c94212f380ea5')
-
-mksource=("$pkgname-$pkgver::git+https://github.com/metti/$pkgname.git#tag=v${pkgver}")
-mkmd5sums=('SKIP')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX="" src
- make
-}
-
-package(){
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
diff --git a/pcr/hiredis/ChangeLog b/pcr/hiredis/ChangeLog
deleted file mode 100644
index b804e1b67..000000000
--- a/pcr/hiredis/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-2013-12-11 Vladimir Tsanev <tsachev@gamil.com>
-
- * 0.11.0-3 :
- Tests enabled thanks to Massimiliano Torromeo.
-
-2013-11-23 Vladimir Tsanev <tsachev@gamil.com>
-
- * 0.11.0-2 :
- added i686 arch.
-
-2013-06-07 Vladimir Tsanev <tsachev@gamil.com>
-
- * 0.11.0-1 :
- Initial PKGBUILD.
diff --git a/pcr/hiredis/PKGBUILD b/pcr/hiredis/PKGBUILD
deleted file mode 100644
index a6ad20868..000000000
--- a/pcr/hiredis/PKGBUILD
+++ /dev/null
@@ -1,43 +0,0 @@
-# Maintainer: orphan
-# Contributor: Nicolás Reynolds <fauno@kiwwwi.com.ar>
-# Contributor: Luke Shumaker <lukeshu@sbcglobal.net>
-# Maintainer (AUR): Vladimir Tsanev <tsachev@gmail.com>
-# Contributor (AUR): Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
-
-pkgname=hiredis
-pkgver=0.11.0
-pkgrel=3
-pkgdesc='Minimalistic C client library for Redis'
-arch=('x86_64' 'i686')
-url="https://github.com/redis/hiredis/"
-license=('BSD3')
-depends=('glibc')
-checkdepends=('redis')
-changelog='ChangeLog'
-source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/redis/$pkgname/tar.gz/v$pkgver
- hiredis-fix-tests.patch)
-md5sums=('e2ac29509823ccc96990b6fe765b5d46'
- 'ddcc73042a8ec278aca6cc2b2d26bc03')
-
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
- patch -Np1 -i ../hiredis-fix-tests.patch
-}
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- make
-}
-
-check() {
- cd "$srcdir/$pkgname-$pkgver"
- sed -r 's|echo \\|echo -e \\|' -i Makefile
- make check
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make PREFIX="$pkgdir/usr" install
-
- install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
diff --git a/pcr/hiredis/hiredis-fix-tests.patch b/pcr/hiredis/hiredis-fix-tests.patch
deleted file mode 100644
index 51e49bf71..000000000
--- a/pcr/hiredis/hiredis-fix-tests.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ru hiredis-0.11.0.orig/test.c hiredis-0.11.0/test.c
---- hiredis-0.11.0.orig/test.c 2012-08-28 02:55:52.000000000 -0400
-+++ hiredis-0.11.0/test.c 2014-03-02 17:49:24.396739767 -0500
-@@ -286,6 +286,7 @@
- c = redisConnect((char*)"idontexist.local", 6379);
- test_cond(c->err == REDIS_ERR_OTHER &&
- (strcmp(c->errstr,"Name or service not known") == 0 ||
-+ strcmp(c->errstr,"Temporary failure in name resolution") == 0 ||
- strcmp(c->errstr,"Can't resolve: idontexist.local") == 0));
- redisFree(c);
-
diff --git a/pcr/nginx-passenger/logrotate b/pcr/nginx-passenger/logrotate
deleted file mode 100644
index e0fa9ec4c..000000000
--- a/pcr/nginx-passenger/logrotate
+++ /dev/null
@@ -1,9 +0,0 @@
-/var/log/nginx/*log {
- missingok
- create 640 http log
- sharedscripts
- compress
- postrotate
- test ! -r /var/run/nginx.pid || kill -USR1 `cat /var/run/nginx.pid`
- endscript
-}
diff --git a/pcr/nginx-passenger/nginx.install b/pcr/nginx-passenger/nginx.install
deleted file mode 100644
index dfad9a034..000000000
--- a/pcr/nginx-passenger/nginx.install
+++ /dev/null
@@ -1,17 +0,0 @@
-post_upgrade() {
- if (( $(vercmp $2 1.2.7-4) <= 0 )); then
- chmod 750 var/log/nginx
- chown http:log var/log/nginx
- fi
- if (( $(vercmp $2 1.2.1-2) <= 0 )); then
- echo ' >>> Since 1.2.1-2 several changes has been made in package:'
- echo ' - *.conf files have been moved to /etc/nginx'
- echo ' - /etc/conf.d/nginx has been removed'
- echo ' Main configuration file is set to /etc/nginx/nginx.conf'
- echo ' - access.log and error.log can be found in /var/log/nginx by default'
- echo ' - bundled *.html files have been moved to /usr/share/nginx/html'
- echo ' - /etc/nginx/{html,logs} symbolic links and *.default files have been removed'
- fi
-}
-
-# vim:set ts=4 sw=4 et:
diff --git a/pcr/nginx-passenger/service b/pcr/nginx-passenger/service
deleted file mode 100644
index 29d3aa877..000000000
--- a/pcr/nginx-passenger/service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=A high performance web server and a reverse proxy server
-After=syslog.target network.target
-
-[Service]
-Type=forking
-PIDFile=/run/nginx.pid
-ExecStartPre=/usr/bin/nginx -t -q -g 'pid /run/nginx.pid; daemon on; master_process on;'
-ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; daemon on; master_process on;'
-ExecReload=/usr/bin/nginx -g 'pid /run/nginx.pid; daemon on; master_process on;' -s reload
-ExecStop=/usr/bin/nginx -g 'pid /run/nginx.pid;' -s quit
-
-[Install]
-WantedBy=multi-user.target
diff --git a/pcr/qt-at-spi-git/PKGBUILD b/pcr/qt-at-spi-git/PKGBUILD
deleted file mode 100644
index fb42af603..000000000
--- a/pcr/qt-at-spi-git/PKGBUILD
+++ /dev/null
@@ -1,44 +0,0 @@
-# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
-# Maintainer (AUR): Kyle <kyle@gmx.ca>
-
-_pkgname=qt-at-spi
-pkgname=$_pkgname-git
-_pkgver=0.3.1
-pkgver=2013.02.08
-#_gitver="tag=v$pkgver"
-_gitver="commit=adb0b04d129132dcfa289184eba5b122bfd1ca52"
-pkgdesc="A Qt plugin that bridges the QAccessible API’s to the AT-SPI 2 protocol, giving blind and visually impaired users access to qt applications"
-url="http://projects.kde.org/qtatspi"
-license=('LGPL')
-
-provides=("$_pkgname=$_pkgver")
-
-pkgrel=2
-arch=('i686' 'x86_64')
-depends=('at-spi2-core' 'qt4>=4.8' 'kdelibs>=4.8')
-makedepends=('cmake' 'automoc4')
-
-source=("https://repo.parabolagnulinux.org/other/$_pkgname/$pkgname-$pkgver.tar.gz" 'qt-accessibility.sh')
-md5sums=('688accf9c2f517a526885733aad821a4'
- 'f0c8551ed54f5d4e5daf7ddac9189aaa')
-
-mkdepends=('git')
-mksource=("$pkgname-$pkgver::git://anongit.kde.org/qtatspi#$_gitver")
-mkmd5sums=('SKIP')
-mksource() {
- cd "$srcdir/$pkgname-$pkgver"
- rm -f examples/tabbar/{simple,tabbar}
-}
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- cmake .
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-
- install -D -m755 "$srcdir/qt-accessibility.sh" "$pkgdir/etc/profile.d/qt-accessibility.sh"
-}
diff --git a/pcr/rfc5766-turn-server/ChangeLog b/pcr/rfc5766-turn-server/ChangeLog
deleted file mode 100644
index fd52b6d89..000000000
--- a/pcr/rfc5766-turn-server/ChangeLog
+++ /dev/null
@@ -1,89 +0,0 @@
-2014-02-24 Vladimir Tsanev <tsachev@gmail.com>
- * 3.2.2.8-1 :
- New upstream release.
-2014-02-18 Vladimir Tsanev <tsachev@gmail.com>
- * 3.2.2.7-1 :
- New upstream release.
-
-2014-02-12 Vladimir Tsanev <tsachev@gmail.com>
- * 3.2.2.6-1 :
- New upstream release.
-
-2014-02-04 Vladimir Tsanev <tsachev@gmail.com>
- * 3.2.2.5-1 :
- New upstream release and PKGBUILD cleanup.
-
-2014-01-31 Vladimir Tsanev <tsachev@gmail.com>
- * 3.2.2.4-1 :
- New upstream release. New download site.
-
-2013-12-11 Vladimir Tsanev <tsachev@gamil.com>
- * 3.1.2.2-1 :
- New upstream release.
-
-2013-11-23 Vladimir Tsanev <tsachev@gamil.com>
- * 3.0.0.0-1 :
- New upstream release.
-
-2013-10-22 Vladimir Tsanev <tsachev@gamil.com>
- * 2.6.6.0-1 :
- New upstream release. --disable-rpath flag added to configure
-
-2013-10-16 Vladimir Tsanev <tsachev@gamil.com>
- * 2.6.5.2-1 :
- New upstream release.
-
-2013-09-07 Vladimir Tsanev <tsachev@gamil.com>
- * 2.6.2.1-1 :
- New upstream release.
- Trivial PKGBUILD fixes.
-
-2013-08-09 Vladimir Tsanev <tsachev@gamil.com>
- * 2.6.1.4-1 :
- New upstream release.
-
-2013-08-09 Vladimir Tsanev <tsachev@gamil.com>
- * 2.6.1.1-1 :
- New upstream release.
-
-2013-07-19 Vladimir Tsanev <tsachev@gamil.com>
- * 2.5.1.2-1 :
- New upstream release.
-
-2013-07-19 Vladimir Tsanev <tsachev@gamil.com>
- * 2.1.1.1-1 :
- New upstream release.
-
-2013-07-16 Vladimir Tsanev <tsachev@gamil.com>
- * 2.0.0.0-1 :
- New upstream release.
-
-2013-06-24 Vladimir Tsanev <tsachev@gamil.com>
- * 1.8.7.0-2 :
- More packaging cleanup.
-
- * 1.8.7.0-1 :
- New upstream release and package cleanup.
-
-2013-06-12 Vladimir Tsanev <tsachev@gamil.com>
-
- * 1.8.6.3-1 :
- Upstream release.
-
-2013-06-07 Vladimir Tsanev <tsachev@gamil.com>
-
- * 1.8.6.1-3 :
- 'postgresql-libs' 'libmysqlclient' and 'hiredis' cannot be optional.
-
-2013-06-06 Vladimir Tsanev <tsachev@gamil.com>
-
- * 1.8.6.1-2 :
- Added systemd service. Fixed redis support.
-
- * 1.8.6.1-1 :
- New upstream release.
-
-2013-06-05 Vladimir Tsanev <tsachev@gamil.com>
-
- * 1.8.6.0-1 :
- Initial package created.
diff --git a/pcr/rfc5766-turn-server/PKGBUILD b/pcr/rfc5766-turn-server/PKGBUILD
deleted file mode 100644
index fc14b4a76..000000000
--- a/pcr/rfc5766-turn-server/PKGBUILD
+++ /dev/null
@@ -1,59 +0,0 @@
-# Maintainer: orphan
-# Contributor: Nicolás Reynolds <fauno@kiwwwi.com.ar>
-# Contributor: Luke Shumaker <lukeshu@sbcglobal.net>
-# Contributor: Michał Masłowski <mtjm@mtjm.eu>
-# Maintainer (AUR): Vladimir Tsanev <tsachev@gmail.com>
-
-pkgname=rfc5766-turn-server
-_portname=turnserver
-pkgver=3.2.2.8
-pkgrel=1
-pkgdesc="STUN and TURN Relay Server for VoIP and WebRTC"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://code.google.com/p/rfc5766-turn-server/"
-license=('BSD3')
-depends=('libevent' 'postgresql-libs' 'libmysqlclient' 'hiredis')
-install="$_portname.install"
-backup=("etc/turnserver.conf" "etc/turnuserdb.conf")
-changelog='ChangeLog'
-source=(http://$_portname.open-sys.org/downloads/v$pkgver/$_portname-$pkgver.tar.gz $_portname.service $_portname.tmpfiles.d)
-md5sums=('c16ff9ced1ba0797fbd16a66161dca2c'
- 'bf568b614a17ee439e831b8f8aa7236a'
- 'aa7bf422a9dfba7febb56dc172feb1cf')
-sha1sums=('0faa1514f6819827f3ad0cffe2dc7bc6eef257cc'
- '0c5b348e793bd52ce0ee38d420b26c9b2a2e2ca5'
- '445e9982549d7ed018bc1fb6176a730313ae3d26')
-
-build() {
- cd "$srcdir/$_portname-$pkgver"
-
- ./configure --prefix=/usr --manprefix=/usr/share --examplesdir="/usr/share/$_portname/examples" --disable-rpath
- make
-}
-
-check() {
- cd "$srcdir/$_portname-$pkgver"
- make check
-}
-
-package() {
- cd "$srcdir/$_portname-$pkgver"
- make DESTDIR="$pkgdir" install
-
- chmod 644 "$pkgdir/usr/lib/libturnclient.a"
-
- mv "$pkgdir/usr/etc" "$pkgdir/etc"
- local file
- for file in "$pkgdir/etc"/*.default; do
- mv "$file" "${file%.default}"
- chmod 644 "${file%.default}"
- done
- sed -e '/^#log-file=\/var\/tmp\/turn.log$/c log-file=\/var\/log\/turnserver\/turn.log' \
- -e '/^#pidfile="\/var\/run\/turnserver.pid"$/c pidfile="\/var\/run\/turnserver\/turnserver.pid"' \
- -i "$pkgdir/etc/turnserver.conf"
-
- install -Dm644 "../$_portname.service" "$pkgdir/usr/lib/systemd/system/$_portname.service"
- install -Dm644 "../$_portname.tmpfiles.d" "$pkgdir/usr/lib/tmpfiles.d/$_portname.conf"
-
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
diff --git a/pcr/rfc5766-turn-server/turnserver.install b/pcr/rfc5766-turn-server/turnserver.install
deleted file mode 100644
index 84f31ca7f..000000000
--- a/pcr/rfc5766-turn-server/turnserver.install
+++ /dev/null
@@ -1,17 +0,0 @@
-post_install() {
- id turnserver &>/dev/null || \
- useradd -g daemon -M -s /usr/bin/false turnserver
-
- install -dm 755 "/var/log/turnserver"
- chown -R turnserver:daemon /var/log/turnserver
-
- systemd-tmpfiles --create turnserver.conf
-}
-
-post_upgrade() {
- post_install
-}
-
-pre_remove() {
- userdel turnserver
-}
diff --git a/pcr/rfc5766-turn-server/turnserver.service b/pcr/rfc5766-turn-server/turnserver.service
deleted file mode 100644
index 8e267b2e0..000000000
--- a/pcr/rfc5766-turn-server/turnserver.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=STUN and TURN Relay Server for VoIP and WebRTC
-After=network.target
-
-[Service]
-Type=forking
-User=turnserver
-ExecStart=/usr/bin/turnserver -c /etc/turnserver.conf -o -v
-
-[Install]
-WantedBy=multi-user.target
diff --git a/pcr/rfc5766-turn-server/turnserver.tmpfiles.d b/pcr/rfc5766-turn-server/turnserver.tmpfiles.d
deleted file mode 100644
index ec1a89758..000000000
--- a/pcr/rfc5766-turn-server/turnserver.tmpfiles.d
+++ /dev/null
@@ -1 +0,0 @@
-d /run/turnserver 0755 turnserver daemon -