summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/arp-scan/PKGBUILD10
-rw-r--r--community/avr-gcc/PKGBUILD8
-rw-r--r--community/ccid/PKGBUILD10
-rw-r--r--community/chuck/PKGBUILD24
-rw-r--r--community/couchdb/PKGBUILD4
-rw-r--r--community/cython/PKGBUILD8
-rw-r--r--community/directfb/PKGBUILD5
-rw-r--r--community/dwdiff/PKGBUILD6
-rw-r--r--community/elinks/PKGBUILD6
-rw-r--r--community/fcitx/PKGBUILD4
-rw-r--r--community/gnustep-base/PKGBUILD4
-rw-r--r--community/gnustep-gui/PKGBUILD4
-rw-r--r--community/ibus-qt/0001-Do-not-crash-on-missing-invalid-DISPLAY-envvar.patch75
-rw-r--r--community/ibus-qt/PKGBUILD4
-rw-r--r--community/libfbclient/PKGBUILD4
-rw-r--r--community/mapnik/PKGBUILD6
-rw-r--r--community/menu-cache/PKGBUILD8
-rw-r--r--community/nemo-extensions/PKGBUILD181
-rw-r--r--community/nemo-extensions/nemo-pastebin.install11
-rw-r--r--community/nemo-extensions/nemo-seahorse.install12
-rw-r--r--community/nomacs/PKGBUILD8
-rw-r--r--community/openttd/PKGBUILD4
-rw-r--r--community/parole/PKGBUILD6
-rw-r--r--community/parrot/PKGBUILD4
-rw-r--r--community/python-pillow/PKGBUILD14
-rw-r--r--community/python-scipy/PKGBUILD6
-rw-r--r--community/supertuxkart/PKGBUILD11
-rw-r--r--community/supertuxkart/supertuxkart.install12
-rw-r--r--community/tea/PKGBUILD6
-rw-r--r--community/wt/PKGBUILD10
-rw-r--r--community/xapian-core/PKGBUILD6
-rw-r--r--community/yaz/PKGBUILD6
-rw-r--r--community/yaz/yaz.changelog3
-rw-r--r--community/zeromq/PKGBUILD8
-rw-r--r--extra/boost/PKGBUILD6
-rw-r--r--extra/brltty/PKGBUILD4
-rw-r--r--extra/calligra/PKGBUILD6
-rw-r--r--extra/dejagnu/PKGBUILD32
-rw-r--r--extra/dejagnu/dejagnu.install15
-rw-r--r--extra/gcr/PKGBUILD6
-rw-r--r--extra/gnome-keyring/PKGBUILD8
-rw-r--r--extra/gnome-online-accounts/PKGBUILD12
-rw-r--r--extra/gptfdisk/PKGBUILD4
-rw-r--r--extra/harfbuzz/PKGBUILD11
-rw-r--r--extra/icu/PKGBUILD18
-rw-r--r--extra/libcryptui/PKGBUILD6
-rw-r--r--extra/libgnome-keyring/PKGBUILD6
-rw-r--r--extra/libreoffice/PKGBUILD21
-rw-r--r--extra/php/PKGBUILD6
-rw-r--r--extra/qt5/PKGBUILD13
-rw-r--r--extra/raptor/PKGBUILD4
-rw-r--r--extra/seahorse-nautilus/PKGBUILD6
-rw-r--r--extra/seahorse/PKGBUILD6
-rw-r--r--extra/tracker/PKGBUILD4
-rw-r--r--extra/webkitgtk/PKGBUILD4
-rw-r--r--extra/webkitgtk2/PKGBUILD15
-rw-r--r--extra/webkitgtk2/bison3.patch11
-rw-r--r--libre/calibre-libre/PKGBUILD4
-rw-r--r--libre/hplip-libre/PKGBUILD29
-rw-r--r--libre/icecat-noscript/PKGBUILD6
-rw-r--r--libre/iceweasel-noscript/PKGBUILD6
-rw-r--r--libre/texlive-bin-libre/PKGBUILD4
-rw-r--r--nonprism/gnome-online-accounts-nonprism/PKGBUILD24
-rw-r--r--pcr/ted/PKGBUILD60
-rw-r--r--pcr/ted/ted.install11
-rw-r--r--pcr/youtube-dl-current/PKGBUILD4
66 files changed, 565 insertions, 305 deletions
diff --git a/community/arp-scan/PKGBUILD b/community/arp-scan/PKGBUILD
index e18269ecd..93566d506 100644
--- a/community/arp-scan/PKGBUILD
+++ b/community/arp-scan/PKGBUILD
@@ -1,17 +1,16 @@
-# $Id: PKGBUILD 65634 2012-02-21 15:59:18Z mtorromeo $
+# $Id: PKGBUILD 98753 2013-10-17 14:37:31Z mtorromeo $
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
# Contributor: xav <xav at ethertricks dot net>
pkgname=arp-scan
-pkgver=1.8.1
-pkgrel=2
+pkgver=1.9
+pkgrel=1
pkgdesc="A tool that uses ARP to discover and fingerprint IP hosts on the local network"
arch=('i686' 'x86_64')
url="http://www.nta-monitor.com/tools/arp-scan/"
license=('GPL')
depends=('libpcap' 'perl-libwww')
-source=(http://www.nta-monitor.com/tools/arp-scan/download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('38db8f27fc6553a88367748ea04483d6')
+source=(http://www.nta-monitor.com/files/arp-scan/${pkgname}-${pkgver}.tar.gz)
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -24,3 +23,4 @@ package() {
make DESTDIR="${pkgdir}" install
}
+sha256sums=('ce908ac71c48e85dddf6dd4fe5151d13c7528b1f49717a98b2a2535bd797d892')
diff --git a/community/avr-gcc/PKGBUILD b/community/avr-gcc/PKGBUILD
index 3bcecdca4..2fd4063ad 100644
--- a/community/avr-gcc/PKGBUILD
+++ b/community/avr-gcc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 88836 2013-04-23 14:57:29Z schuay $
+# $Id: PKGBUILD 98734 2013-10-17 12:52:09Z schuay $
# Maintainer: schuay <jakob.gruber@gmail.com>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
@@ -8,8 +8,8 @@
pkgname=avr-gcc
_pkgname=gcc
-pkgver=4.8.0
-pkgrel=2
+pkgver=4.8.2
+pkgrel=1
pkgdesc="The GNU AVR Compiler Collection"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -98,4 +98,4 @@ package() {
rm -rf ${pkgdir}/usr/share/info
}
-md5sums=('e6040024eb9e761c3bea348d1fa5abb0')
+md5sums=('a3d7d63b9cb6b6ea049469a0c4a43c9d')
diff --git a/community/ccid/PKGBUILD b/community/ccid/PKGBUILD
index c2d95dd32..9e8fbd0c3 100644
--- a/community/ccid/PKGBUILD
+++ b/community/ccid/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 98050 2013-10-04 16:09:59Z giovanni $
+# $Id: PKGBUILD 98755 2013-10-17 15:45:53Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
pkgname=ccid
-pkgver=1.4.12
-pkgrel=2
+pkgver=1.4.13
+pkgrel=1
pkgdesc="A generic USB Chip/Smart Card Interface Devices driver"
arch=('i686' 'x86_64')
url="http://pcsclite.alioth.debian.org/ccid.html"
@@ -12,8 +12,8 @@ license=('LGPL' 'GPL')
depends=('pcsclite' 'libusbx')
makedepends=('pkg-config')
backup=(etc/reader.conf.d/libccidtwin)
-source=("https://alioth.debian.org/frs/download.php/file/3937/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('54a314b60b60a9549febc75b6dc516d5')
+source=("https://alioth.debian.org/frs/download.php/file/3959/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('89c167a873df1f8bc0dc907ce209e5ff')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/chuck/PKGBUILD b/community/chuck/PKGBUILD
index fe6b7247d..efde167ce 100644
--- a/community/chuck/PKGBUILD
+++ b/community/chuck/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 78497 2012-10-20 00:31:27Z arodseth $
+# $Id: PKGBUILD 98759 2013-10-17 17:27:23Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Laurent Carlier <lordheavym@gmail.com>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
@@ -7,7 +7,7 @@
# Contributor: tardo <tardo@nagi-fanboi.net>
pkgname=chuck
-pkgver=1.3.1.3
+pkgver=1.3.2.0
pkgrel=1
pkgdesc='Concurrent, on-the-fly audio programming language'
arch=('x86_64' 'i686')
@@ -15,26 +15,18 @@ url='http://chuck.cs.princeton.edu/'
license=('GPL')
depends=('gcc-libs' 'libsndfile')
source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz")
-sha256sums=('8ef8a65fe4d265b6f509b9339355a5658b47d9b43219fa09c182ca846cc0a740')
+sha256sums=('ee0c7d94cd4053f9683f84007350992b7e7552fcc190eeba21a66de8deaf3948')
build() {
- cd $srcdir/$pkgname-$pkgver/src
-
- msg2 'Configuring...'
- CFLAGS+=' -fno-strict-aliasing -lpthread'
- CXXFLAGS+=' -fno-strict-aliasing -fpermissive -lpthread'
-
- msg2 'Compiling...'
- # Alternatives to linux-alsa are: linux-jack linux-oss osx win32
- make linux-alsa
+ make -C "$pkgname-$pkgver/src" linux-alsa # linux-jack linux-oss osx win32
}
package() {
- cd $srcdir/$pkgname-$pkgver/src
+ cd "$pkgname-$pkgver/src"
- install -Dm755 chuck $pkgdir/usr/bin/chuck
- mkdir -p $pkgdir/usr/share/doc/$pkgname
- cp -r ../examples $pkgdir/usr/share/doc/$pkgname/
+ install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+ mkdir -p "$pkgdir/usr/share/doc/$pkgname"
+ cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
}
# vim:set ts=2 sw=2 et:
diff --git a/community/couchdb/PKGBUILD b/community/couchdb/PKGBUILD
index 678ee9894..171c9d807 100644
--- a/community/couchdb/PKGBUILD
+++ b/community/couchdb/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 96754 2013-09-04 10:16:32Z spupykin $
+# $Id: PKGBUILD 98736 2013-10-17 14:01:42Z andyrtr $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
# Contributor: Michael Fellinger <m.fellinger@gmail.com>
pkgname=couchdb
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="A document-oriented database that can be queried and indexed in a MapReduce fashion using JSON"
arch=('i686' 'x86_64')
url="http://couchdb.apache.org"
diff --git a/community/cython/PKGBUILD b/community/cython/PKGBUILD
index 1f261252b..af1269484 100644
--- a/community/cython/PKGBUILD
+++ b/community/cython/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 96075 2013-08-20 06:32:15Z lcarlier $
+# $Id: PKGBUILD 98721 2013-10-17 12:42:56Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Igor Scabini <furester @ gmail.com>
pkgname=('cython' 'cython2')
pkgbase=cython
-pkgver=0.19.1
-pkgrel=2
+pkgver=0.19.2
+pkgrel=1
pkgdesc="C-Extensions for Python "
arch=(i686 x86_64)
url="http://www.cython.org"
license=('APACHE')
makedepends=('python-setuptools' 'python2-setuptools')
source=("http://cython.org/release/Cython-$pkgver.tar.gz")
-md5sums=('df4cfb2b8e3345272e3fc451b76bd630')
+md5sums=('4af1218346510b464c0a6bf15500d0e2')
build() {
true
diff --git a/community/directfb/PKGBUILD b/community/directfb/PKGBUILD
index 5ee25c7d5..581b6c9a6 100644
--- a/community/directfb/PKGBUILD
+++ b/community/directfb/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 96481 2013-08-30 15:29:14Z spupykin $
+# $Id: PKGBUILD 98723 2013-10-17 12:43:25Z spupykin $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=directfb
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc="A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device"
arch=('i686' 'x86_64')
@@ -13,6 +13,7 @@ depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2' 'libdrm' 'libgl' 'mesa'
options=('!libtool')
source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
sha1sums=('095852479098a55be2b0c6a0250af4159ee16e7c')
+sha1sums=('ff3dc6885f2875586849d88ee9f87fca866259b0')
build() {
cd DirectFB-${pkgver}
diff --git a/community/dwdiff/PKGBUILD b/community/dwdiff/PKGBUILD
index 9ab3bf69e..6350f5fb7 100644
--- a/community/dwdiff/PKGBUILD
+++ b/community/dwdiff/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 87045 2013-03-26 11:49:38Z foutrelis $
+# $Id: PKGBUILD 98737 2013-10-17 14:01:43Z andyrtr $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=dwdiff
pkgver=2.0.4
-pkgrel=4
+pkgrel=5
pkgdesc="A front-end for the diff program that operates at the word level instead of the line level"
arch=('i686' 'x86_64')
url="http://os.ghalkes.nl/dwdiff.html"
@@ -14,7 +14,7 @@ md5sums=('1bb69cbfb76583f69c6912f925fc4cec')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --without-dwfilter
make
}
diff --git a/community/elinks/PKGBUILD b/community/elinks/PKGBUILD
index 2b9d1139c..702ac4fcb 100644
--- a/community/elinks/PKGBUILD
+++ b/community/elinks/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 88677 2013-04-21 22:16:44Z heftig $
+# $Id: PKGBUILD 98692 2013-10-17 05:44:05Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
@@ -7,8 +7,8 @@
pkgname=elinks
pkgver=0.13
-_commit="9313aae9062e1d9ff084858fa6844259cd8237d6"
-pkgrel=12
+_commit="a3751107033599b835eaafa61177c8d4dda4b7ef"
+pkgrel=13
pkgdesc="An advanced and well-established feature-rich text mode web browser."
arch=("i686" "x86_64")
url="http://elinks.or.cz"
diff --git a/community/fcitx/PKGBUILD b/community/fcitx/PKGBUILD
index 7a4798b89..b02e94367 100644
--- a/community/fcitx/PKGBUILD
+++ b/community/fcitx/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 97747 2013-09-28 08:49:25Z fyan $
+# $Id: PKGBUILD 98738 2013-10-17 14:01:45Z andyrtr $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: csslayer <wengxt AT gmail com>
@@ -6,7 +6,7 @@
pkgbase=fcitx
pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
pkgver=4.2.8.3
-pkgrel=1
+pkgrel=2
groups=('fcitx-im')
arch=('i686' 'x86_64')
url="http://fcitx-im.org"
diff --git a/community/gnustep-base/PKGBUILD b/community/gnustep-base/PKGBUILD
index 6faddd2c8..7490492b4 100644
--- a/community/gnustep-base/PKGBUILD
+++ b/community/gnustep-base/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 96986 2013-09-09 19:51:14Z bgyorgy $
+# $Id: PKGBUILD 98739 2013-10-17 14:01:46Z andyrtr $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Sebastian Sareyko <public@nooms.de>
pkgname=gnustep-base
pkgver=1.24.5
-pkgrel=2
+pkgrel=3
pkgdesc="The GNUstep base package"
arch=('i686' 'x86_64')
url="http://www.gnustep.org/"
diff --git a/community/gnustep-gui/PKGBUILD b/community/gnustep-gui/PKGBUILD
index 4de805f42..2d84cda13 100644
--- a/community/gnustep-gui/PKGBUILD
+++ b/community/gnustep-gui/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 96990 2013-09-09 20:20:00Z bgyorgy $
+# $Id: PKGBUILD 98740 2013-10-17 14:01:47Z andyrtr $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Sebastian Sareyko <public@nooms.de>
pkgname=gnustep-gui
pkgver=0.23.1
-pkgrel=3
+pkgrel=4
pkgdesc="The GNUstep GUI class library"
arch=('i686' 'x86_64')
url="http://www.gnustep.org/"
diff --git a/community/ibus-qt/0001-Do-not-crash-on-missing-invalid-DISPLAY-envvar.patch b/community/ibus-qt/0001-Do-not-crash-on-missing-invalid-DISPLAY-envvar.patch
deleted file mode 100644
index eab3a51fe..000000000
--- a/community/ibus-qt/0001-Do-not-crash-on-missing-invalid-DISPLAY-envvar.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-From fab6dc760edc39b9b4e561cfbf21b38c4fa86234 Mon Sep 17 00:00:00 2001
-From: Peter Wu <lekensteyn@gmail.com>
-Date: Tue, 4 Sep 2012 19:40:08 +0200
-Subject: [PATCH] Do not crash on missing/invalid DISPLAY envvar.
-
-- Check whether the passed DISPLAY environment variable contains ":".
-
-- Fallback to "-display" parameter passed to QApplication.
----
- src/CMakeLists.txt | 2 ++
- src/qibusbus.cpp | 23 ++++++++++++++++-------
- 2 files changed, 18 insertions(+), 7 deletions(-)
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 2ad5588..8866ac0 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -92,9 +92,11 @@ set_target_properties(
- target_link_libraries(
- ibus-qt
- debug ${QT_QTCORE_LIBRARY_DEBUG}
-+ debug ${QT_QTGUI_LIBRARY_DEBUG}
- debug ${QT_QTDBUS_LIBRARY_DEBUG}
- debug ${QT_QTXML_LIBRARY_DEBUG}
- optimized ${QT_QTCORE_LIBRARY_RELEASE}
-+ optimized ${QT_QTGUI_LIBRARY_RELEASE}
- optimized ${QT_QTDBUS_LIBRARY_RELEASE}
- optimized ${QT_QTXML_LIBRARY_RELEASE}
- ${DBUS_LIBRARIES}
-diff --git a/src/qibusbus.cpp b/src/qibusbus.cpp
-index 6a45d65..ed8248a 100644
---- a/src/qibusbus.cpp
-+++ b/src/qibusbus.cpp
-@@ -12,7 +12,8 @@
- #include "qibusbus.h"
- #include "qibusibusproxy.h"
- #include "qibusdbusproxy.h"
--
-+#include <X11/Xlib.h>
-+#include <QX11Info>
-
- namespace IBus {
- /**
-@@ -121,15 +122,23 @@ QString
- Bus::getSocketPath (void)
- {
- QString display = getenv ("DISPLAY");
-- QStringList strs = display.split(":");
- QString hostname = "unix";
- QString display_number = "0";
-+ /* fallback when -display is passed to QApplication with no DISPLAY env */
-+ if (display == NULL) {
-+ Display * dpy = QX11Info::display();
-+ if (dpy)
-+ display = XDisplayString(dpy);
-+ }
-+ if (display != NULL && display.contains(':')) {
-+ QStringList strs = display.split(":");
-
-- if (!strs[0].isEmpty())
-- hostname = strs[0];
-- strs = strs[1].split(".");
-- if (!strs[0].isEmpty())
-- display_number = strs[0];
-+ if (!strs[0].isEmpty())
-+ hostname = strs[0];
-+ strs = strs[1].split(".");
-+ if (!strs[0].isEmpty())
-+ display_number = strs[0];
-+ }
-
- QString path =
- QDir::homePath() +
---
-1.7.12
diff --git a/community/ibus-qt/PKGBUILD b/community/ibus-qt/PKGBUILD
index 0f26672df..f7ec9ad04 100644
--- a/community/ibus-qt/PKGBUILD
+++ b/community/ibus-qt/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 87047 2013-03-26 11:49:40Z foutrelis $
+# $Id: PKGBUILD 98741 2013-10-17 14:01:48Z andyrtr $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: garion < garion @ mailoo.org >
@@ -6,7 +6,7 @@
pkgname=ibus-qt
pkgver=1.3.2
-pkgrel=1
+pkgrel=2
pkgdesc='IBus qt library and IBus qt input method plugin'
arch=('i686' 'x86_64')
license=('LGPL')
diff --git a/community/libfbclient/PKGBUILD b/community/libfbclient/PKGBUILD
index 44cb112af..dd1adb3ae 100644
--- a/community/libfbclient/PKGBUILD
+++ b/community/libfbclient/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 88481 2013-04-18 13:13:14Z lcarlier $
+# $Id: PKGBUILD 98742 2013-10-17 14:01:49Z andyrtr $
# Maintainer: Carlier Laurent <lordheavym@gmail.com>
# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org>
pkgname=libfbclient
pkgver=2.5.2.26540
-pkgrel=1
+pkgrel=2
pkgdesc="Client library for Firebird."
arch=('i686' 'x86_64')
url="http://www.firebirdsql.org/"
diff --git a/community/mapnik/PKGBUILD b/community/mapnik/PKGBUILD
index 8d572e131..909b0177b 100644
--- a/community/mapnik/PKGBUILD
+++ b/community/mapnik/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 94032 2013-07-13 12:33:54Z svenstaro $
+# $Id: PKGBUILD 98743 2013-10-17 14:01:50Z andyrtr $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: David Dent <thewinch@gmail.com>
# Contributor: orbisvicis <orbisvicis@gmail.com>
pkgname=mapnik
pkgver=2.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is about rendering beautiful maps"
arch=('i686' 'x86_64')
url="http://mapnik.org/"
@@ -15,7 +15,7 @@ depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
optdepends=('libxslt: Web Map Service'
'python2-lxml: Web Map Service'
- 'python-imaging: Web Map Service'
+ 'python2-pillow: Web Map Service'
'python-nose: Web Map Service'
'apache: Web Map Service'
'mod_fastcgi: Web Map Service - or:'
diff --git a/community/menu-cache/PKGBUILD b/community/menu-cache/PKGBUILD
index b8f6a1477..e817648bf 100644
--- a/community/menu-cache/PKGBUILD
+++ b/community/menu-cache/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 96685 2013-09-03 02:22:03Z bgyorgy $
+# $Id: PKGBUILD 98761 2013-10-17 19:19:43Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
pkgname=menu-cache
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
pkgdesc='Caching mechanism for freedesktop.org compliant menus'
arch=('i686' 'x86_64')
license=('GPL2')
@@ -14,7 +14,7 @@ groups=('lxde')
depends=('glib2')
options=('!libtool')
source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
-sha256sums=('875a7441b34bb24debc1c8017d74d59987d7a704c4c023e81a0b4ebcc2d7904a')
+sha256sums=('08e658021faecd4eefb26cc21b207251a6b4e844e131cec491471aba9eaea122')
build() {
cd $pkgname-$pkgver
diff --git a/community/nemo-extensions/PKGBUILD b/community/nemo-extensions/PKGBUILD
new file mode 100644
index 000000000..f0223ee36
--- /dev/null
+++ b/community/nemo-extensions/PKGBUILD
@@ -0,0 +1,181 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgueira@antergos.com>
+
+pkgbase="nemo-extensions"
+pkgname=('nemo-fileroller'
+ 'nemo-share'
+ 'nemo-python'
+ 'nemo-seahorse')
+ # 'nemo-media-columns'
+ #'nemo-pastebin'
+ #'nemo-preview'
+ # 'nemo-compare'
+ #'nemo-rabbitvcs'
+pkgver=2.0.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="https://github.com/linuxmint/nemo-extensions"
+depends=(nemo python2-gobject gconf libgnome-keyring libcryptui file-roller samba pastebinit \
+ clutter-gtk clutter-gst gst-plugins-good cjs libmusicbrainz5 evince gtksourceview3 webkitgtk \
+ python2-dbus)
+makedepends=(gnome-common gtk-doc intltool python2-distutils-extra gobject-introspection)
+options=('!libtool' '!emptydirs')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/master.zip")
+md5sums=('ecc7f8c34065d0bdb34778d53cf7b2fa')
+
+prepare() {
+
+ cd ${pkgbase}-master
+
+ # Python2 fix
+ find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+}
+
+build() {
+ cd ${pkgbase}-master
+
+ _configure_pkgs="nemo-fileroller nemo-share nemo-seahorse"
+ for dir in ${_configure_pkgs}
+ do
+ cd ${dir}
+ autoreconf -fi
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-static --disable-schemas-compile
+ make
+ cd ..
+ done
+
+ #_autogen_pkgs="nemo-python nemo-preview"
+ _autogen_pkgs="nemo-python"
+ for dir in ${_autogen_pkgs}
+ do
+ cd ${dir}
+ ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-static
+ make
+ cd ..
+ done
+
+ # # nemo-pastebin
+ # cd nemo-pastebin
+ # python2 ./setup.py build --build-base ${srcdir}/build/ || return 1
+ # cd ..
+
+ # nemo-media-columns
+ # Nothing to do here
+ # Required python2-pypdf from AUR
+
+ # nemo-compare
+ # cd nemo-compare
+
+ # nemo-rabbitvcs
+ # Nothing to do here
+
+}
+
+package_nemo-fileroller(){
+ cd ${pkgbase}-master/nemo-fileroller
+
+ pkgdesc="Nemo fileroller extension"
+ arch=('i686' 'x86_64')
+ depends=(nemo file-roller)
+ make DESTDIR="${pkgdir}" install
+}
+
+package_nemo-share(){
+ cd ${pkgbase}-master/nemo-share
+
+ pkgdesc="Samba extension for Nemo"
+ arch=('i686' 'x86_64')
+ depends=(nemo samba)
+ make DESTDIR="${pkgdir}" install
+}
+
+package_nemo-python() {
+ cd ${pkgbase}-master/nemo-python
+
+ pkgdesc="Python2 binding for Nemo components"
+ arch=('i686' 'x86_64')
+ depends=(nemo python2-gobject)
+
+ make DESTDIR="${pkgdir}" install
+
+}
+
+package_nemo-seahorse(){
+ cd ${pkgbase}-master/nemo-seahorse
+
+ pkgdesc="Seahorse plugins and utilities for encryption"
+ arch=('i686' 'x86_64')
+ depends=(nemo seahorse gconf libgnome-keyring libcryptui)
+ install=nemo-seahorse.install
+ make DESTDIR="${pkgdir}" install
+}
+
+# package_nemo-media-columns(){
+# cd ${pkgbase}-master/nemo-media-columns
+
+# pkgdesc=("A Nemo extension to display music/EXIF and PDF metadata info in the Nemo List View")
+# arch=(any)
+
+# install -d ${pkgdir}/usr/share/nemo-python/extensions/
+# install -Dm755 ${srcdir}/nemo-media-columns.py \
+# ${pkgdir}/usr/share/nemo-python/extensions/nemo-media-columns.py
+# }
+
+# package_nemo-pastebin(){
+# cd ${pkgbase}-master/nemo-pastebin
+
+# pkgdesc="Nemo extension to send files to a pastebin"
+# arch=(any)
+# depends=(nemo pastebinit nemo-python)
+# install=nemo-pastebin.install
+
+# python2 ./setup.py install --prefix=/usr --root=${pkgdir} \
+# --no-compile -O0
+# }
+
+# package_nemo-preview(){
+# cd ${pkgbase}-master/nemo-preview
+
+# pkgdesc=("Nemo-preview is a GtkClutter and Javascript-based quick previewer for Nemo")
+# arch=(any)
+# depends=(nemo cjs libmusicbrainz5 evince gtksourceview3 webkitgtk clutter-gtk clutter-gst gst-plugins-good)
+
+# make DESTDIR="${pkgdir}" install
+# }
+
+# package_nemo-compare() {
+# cd ${pkgbase}-master/nemo-compare
+
+# pkgdesc="Context menu comparison extension for Nemo file manager"
+# depends=(python2 python2-xdg meld nemo-python)
+
+# install -d ${pkgdir}/usr/share/applications/
+# install -d ${pkgdir}/usr/share/nemo-compare/
+
+# install -Dm755 ${srcdir}/data/nemo-compare-preferences.desktop \
+# /usr/share/applications/nemo-compare-preferences.desktop
+# install -Dm755 ${srcdir}/data/nemo-compare-notification \
+# /usr/share/nemo-compare/nemo-compare-notification
+# install -Dm755 ${srcdir}/src/nemo-compare.py \
+# /usr/share/nemo-compare/nemo-compare.py
+# install -Dm755 ${srcdir}/src/utils.py \
+# /usr/share/nemo-compare/utils.py
+# install -Dm755 ${srcdir}/src/nemo-compare-preferences.py \
+# /usr/share/nemo-compare/nemo-compare-preferences.py
+
+# }
+
+# package_nemo-rabbitvcs(){
+# cd ${pkgbase}-master/nemo-rabbitvcs
+
+# depends=(nemo-python python2-dbus)
+
+# install -d ${pkgdir}/usr/share/nemo-python/extensions/
+# install -Dm755 ${srcdir}/RabbitVCS.py \
+# ${pkgdir}/usr/share/nemo-python/extensions/RabbitVCS.py
+# }
+
diff --git a/community/nemo-extensions/nemo-pastebin.install b/community/nemo-extensions/nemo-pastebin.install
new file mode 100644
index 000000000..326aa98a2
--- /dev/null
+++ b/community/nemo-extensions/nemo-pastebin.install
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
diff --git a/community/nemo-extensions/nemo-seahorse.install b/community/nemo-extensions/nemo-seahorse.install
new file mode 100644
index 000000000..21f12fbda
--- /dev/null
+++ b/community/nemo-extensions/nemo-seahorse.install
@@ -0,0 +1,12 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
diff --git a/community/nomacs/PKGBUILD b/community/nomacs/PKGBUILD
index dc9015337..2d68c1826 100644
--- a/community/nomacs/PKGBUILD
+++ b/community/nomacs/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 98626 2013-10-15 15:29:46Z speps $
+# $Id: PKGBUILD 98765 2013-10-17 21:51:03Z speps $
# Maintainer: speps <speps at aur dot archlinux dot org>
pkgname=nomacs
-pkgver=1.6.0
+pkgver=1.6.0.2
pkgrel=1
pkgdesc="A Qt image viewer"
arch=(i686 x86_64)
@@ -11,8 +11,8 @@ license=('GPL3')
depends=('qt4' 'exiv2' 'libraw' 'opencv')
makedepends=('cmake')
install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2")
-md5sums=('61cabef5638a4a2dabd0865df07e4b07')
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-${pkgver%.*}/$pkgname-$pkgver-source.tar.bz2")
+md5sums=('a5556ca94053eec9539c11454f633316')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/openttd/PKGBUILD b/community/openttd/PKGBUILD
index 5c636d2ae..b189d2ce7 100644
--- a/community/openttd/PKGBUILD
+++ b/community/openttd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 94719 2013-07-29 13:10:04Z lcarlier $
+# $Id: PKGBUILD 98744 2013-10-17 14:01:51Z andyrtr $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
pkgname=openttd
pkgver=1.3.2
-pkgrel=1
+pkgrel=2
pkgdesc='An engine for running Transport Tycoon Deluxe.'
arch=('i686' 'x86_64')
url='http://www.openttd.org'
diff --git a/community/parole/PKGBUILD b/community/parole/PKGBUILD
index c90fbe8fc..93b5481d6 100644
--- a/community/parole/PKGBUILD
+++ b/community/parole/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 94522 2013-07-26 10:51:28Z spupykin $
+# $Id: PKGBUILD 98725 2013-10-17 12:43:49Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: TDY <tdy@gmx.com>
pkgname=parole
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=1
pkgdesc="A modern media player based on the GStreamer framework"
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ conflicts=('parole-media-player-git')
options=('!libtool')
install=parole.install
source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
-md5sums=('ab87c3067e310cf200e26a61ed95cdf8')
+md5sums=('51c49684322079c216d80fe6193f1614')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/parrot/PKGBUILD b/community/parrot/PKGBUILD
index 7e07d2623..7297430bb 100644
--- a/community/parrot/PKGBUILD
+++ b/community/parrot/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 97838 2013-09-30 10:03:17Z spupykin $
+# $Id: PKGBUILD 98746 2013-10-17 14:01:53Z andyrtr $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: mpie <michael.kyne-phillips1@ntlworld.com>
@@ -6,7 +6,7 @@ pkgname=parrot
pkgver=5.7.0
#_rel=stable
_rel=devel
-pkgrel=1
+pkgrel=2
pkgdesc="Standalone VM that can execute bytecode compiled dynamic languages"
arch=('x86_64' 'i686')
url="http://www.parrotcode.org/"
diff --git a/community/python-pillow/PKGBUILD b/community/python-pillow/PKGBUILD
index 6ef3cd700..9f2704036 100644
--- a/community/python-pillow/PKGBUILD
+++ b/community/python-pillow/PKGBUILD
@@ -1,12 +1,14 @@
-# $Id: PKGBUILD 98021 2013-10-04 01:35:36Z kkeen $
+# $Id: PKGBUILD 98694 2013-10-17 06:08:29Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: minder
pkgbase=python-pillow
pkgname=(python-pillow python2-pillow)
-_appname=Pillow
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.3m
pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
arch=('i686' 'x86_64')
url="http://python-imaging.github.io/"
@@ -32,6 +34,9 @@ package_python-pillow() {
popd
install -Dm644 docs/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -dm755 "$pkgdir/usr/include/python$_py3basever/"
+ install -m644 -t "$pkgdir/usr/include/python$_py3basever/" libImaging/*.h
+
# clean up bins
cd "$pkgdir/usr/bin"
for f in *.py; do
@@ -55,6 +60,9 @@ package_python2-pillow() {
popd
install -Dm644 docs/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -dm755 "$pkgdir/usr/include/python$_py2basever/"
+ install -m644 -t "$pkgdir/usr/include/python$_py2basever/" libImaging/*.h
+
# clean up bins
cd "$pkgdir/usr/bin"
for f in *.py; do
diff --git a/community/python-scipy/PKGBUILD b/community/python-scipy/PKGBUILD
index 03e73c7e6..fdd5383f2 100644
--- a/community/python-scipy/PKGBUILD
+++ b/community/python-scipy/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.12.0
+pkgver=0.12.1
pkgrel=1
pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
arch=('i686' 'x86_64')
@@ -16,6 +16,7 @@ makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy')
checkdepends=('python-nose' 'python2-nose')
source=("http://downloads.sourceforge.net/scipy/scipy-${pkgver}.tar.gz" )
# "http://pkgbuild.com/~jelle/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch.xz")
+md5sums=('906278290152fedfe79029371ca584a5')
build() {
unset LDFLAGS
@@ -47,7 +48,7 @@ build() {
check() {
cd scipy-${pkgver}
# figure out how to run tests in the source tree easily
-# python -c "from scipy import test; test('full')"
+#python -c "from scipy import test; test('full')"
cd ../scipy-${pkgver}-py2
# figure out how to run tests in the source tree easily
@@ -81,4 +82,3 @@ package_python2-scipy() {
}
# vim:set ts=2 sw=2 et:
-md5sums=('8fb4da324649f655e8557ea92b998786')
diff --git a/community/supertuxkart/PKGBUILD b/community/supertuxkart/PKGBUILD
index a31909eef..ce9b35417 100644
--- a/community/supertuxkart/PKGBUILD
+++ b/community/supertuxkart/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81785 2012-12-29 16:57:50Z arodseth $
+# $Id: PKGBUILD 98716 2013-10-17 11:38:17Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Daenyth <Daenyth+Arch [AT] gmail [DOT] com>
# Contributor: Allan McRae <allan@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=supertuxkart
pkgver=0.8
-pkgrel=3
+pkgrel=4
pkgdesc='Kart racing game featuring Tux and his friends'
arch=('i686' 'x86_64')
url='http://supertuxkart.sourceforge.net/'
@@ -14,16 +14,16 @@ license=('GPL2')
depends=('openal' 'libvorbis' 'libgl' 'fribidi' 'curl')
makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.bz2")
+install=supertuxkart.install
md5sums=('0b939ce601374758938119e0b0dd1fec')
build() {
cd ${srcdir}/SuperTuxKart-${pkgver}
- convert "data/${pkgname}_64.xpm" "data/$pkgname.png"
_fn="data/${pkgname}_desktop.template"
setconf "$_fn" Exec "$pkgname --log=file"
setconf "$_fn" TryExec "$pkgname"
- setconf "$_fn" Icon "$pkgname"
+ setconf "$_fn" Icon "$pkgname"_64
cd lib/irrlicht/source/Irrlicht
NDEBUG=1 make
@@ -48,9 +48,6 @@ package() {
cd build
make DESTDIR=${pkgdir} install
-
- cd ../data
- install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
}
# vim:set ts=2 sw=2 et:
diff --git a/community/supertuxkart/supertuxkart.install b/community/supertuxkart/supertuxkart.install
new file mode 100644
index 000000000..41f09f887
--- /dev/null
+++ b/community/supertuxkart/supertuxkart.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
diff --git a/community/tea/PKGBUILD b/community/tea/PKGBUILD
index 72eb0b320..cc473f7aa 100644
--- a/community/tea/PKGBUILD
+++ b/community/tea/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 97073 2013-09-12 10:15:01Z spupykin $
+# $Id: PKGBUILD 98727 2013-10-17 12:44:12Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Roman Kyrylych <roman@archlinux.org>
@@ -6,7 +6,7 @@
# Contributor: Zsolt Varadi <sysop_xxl@fibermail.hu>
pkgname=tea
-pkgver=36.0.3
+pkgver=37.0.0
pkgrel=1
pkgdesc="A Qt-based text editor for Linux and *BSD. With an ultimate small size TEA provides you hundreds of functions."
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ depends=('qt4' 'aspell' 'hunspell')
install=tea.install
source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2
tea.desktop)
-md5sums=('2e33f9a150f17eea62d9a805033fe16b'
+md5sums=('2f1113cf5771ba504ae1964aedb0acf2'
'377ace3363124f4c086de0babb820761')
build() {
diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD
index 47c8e9153..53cc6a2f7 100644
--- a/community/wt/PKGBUILD
+++ b/community/wt/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 93696 2013-07-08 13:32:56Z spupykin $
+# $Id: PKGBUILD 98707 2013-10-17 10:43:21Z svenstaro $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Denis Martinez <deuns.martinez@gmail.com>
pkgname=wt
-pkgver=3.3.0
-_pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+_pkgver=3.3.1
+pkgrel=1
pkgdesc="a C++ library and application server for developing and deploying web applications"
arch=('i686' 'x86_64')
url="http://www.webtoolkit.eu/"
@@ -24,7 +24,7 @@ optdepends=('openssl: for SSL support in built-in webserver'
'qt4: for the Wt/Qt interopability example (wtwithqt)')
backup=('etc/wt/wt_config.xml')
source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
-md5sums=('b2331942ad01c4fda376abf30c6a503a')
+md5sums=('3e93152c0ba3feb4ee687e7370b27552')
build() {
cd ${srcdir}/${pkgname}-${_pkgver}
diff --git a/community/xapian-core/PKGBUILD b/community/xapian-core/PKGBUILD
index 916d199b8..8858c5860 100644
--- a/community/xapian-core/PKGBUILD
+++ b/community/xapian-core/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 89923 2013-05-05 14:51:22Z spupykin $
+# $Id: PKGBUILD 98729 2013-10-17 12:44:33Z spupykin $
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Alexander Fehr <pizzapunk gmail com>
# Contributor: William Rea <sillywilly@gmail.com>
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=xapian-core
-pkgver=1.2.15
+pkgver=1.3.1
pkgrel=1
pkgdesc='Open source search engine library.'
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=('sh' 'gcc-libs' 'zlib' 'util-linux')
# xapian config requires libxapian.la
options=('libtool')
source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('3af45069c6a14a7ecad2da24cbc3d2c5')
+md5sums=('f25d4aff5f6a9a3ded84f8636233721c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/yaz/PKGBUILD b/community/yaz/PKGBUILD
index 81508b46b..0c6bdebe3 100644
--- a/community/yaz/PKGBUILD
+++ b/community/yaz/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 88599 2013-04-20 16:23:14Z jlichtblau $
+# $Id: PKGBUILD 98747 2013-10-17 14:01:55Z andyrtr $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Ray Rashif <schiv@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
@@ -7,7 +7,7 @@
# Contributor: Robert Emil Berge <filoktetes@linuxophic.org>
pkgname=yaz
-pkgver=4.2.54
+pkgver=5.0.1
pkgrel=1
pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and servers"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ depends=('openssl' 'libxslt' 'icu')
options=('!libtool')
changelog=$pkgname.changelog
source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('a11fb3b7129bec80311f8e27a0717b9bf6d7c56049674bb5477b91e7e98d2087')
+sha256sums=('4792096db2175b8e3553dec5f3762efab9b1b9d0f84acceec0690ddcf7954a11')
build() {
cd ${srcdir}/$pkgname-$pkgver
diff --git a/community/yaz/yaz.changelog b/community/yaz/yaz.changelog
index 27f48a9c4..7198259b5 100644
--- a/community/yaz/yaz.changelog
+++ b/community/yaz/yaz.changelog
@@ -1,3 +1,6 @@
+2013-10-12 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * yaz 5.0.1-1
+
2013-04-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* yaz 4.2.54-1
diff --git a/community/zeromq/PKGBUILD b/community/zeromq/PKGBUILD
index 69869fc0a..94ce09e03 100644
--- a/community/zeromq/PKGBUILD
+++ b/community/zeromq/PKGBUILD
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD 92652 2013-06-10 15:20:40Z bpiotrowski $
+# $Id: PKGBUILD 98711 2013-10-17 10:53:26Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
pkgname=zeromq
-pkgver=3.2.3
+pkgver=4.0.1
pkgrel=1
pkgdesc="Fast messaging system built on sockets, C and C++ bindings. aka 0MQ, ZMQ."
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ depends=('gcc-libs' 'util-linux')
makedepends=('python2')
source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
https://raw.github.com/zeromq/cppzmq/master/zmq.hpp)
-md5sums=('1abf8246363249baf5931a065ee38203'
- '37805e6859ce1900041c9a2613936ec7')
+md5sums=('e738c310d135e20fa48c5b348da18e22'
+ '388ddb07fdd88b040769e8f4c9b397fa')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/extra/boost/PKGBUILD b/extra/boost/PKGBUILD
index 7be6887c8..b0bc5a2fc 100644
--- a/extra/boost/PKGBUILD
+++ b/extra/boost/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 193196 2013-08-18 16:43:01Z svenstaro $
+# $Id: PKGBUILD 196738 2013-10-17 14:02:41Z andyrtr $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Contributor: kevin <kevin@archlinux.org>
@@ -10,11 +10,11 @@ pkgbase=boost
pkgname=('boost-libs' 'boost')
pkgver=1.54.0
_boostver=${pkgver//./_}
-pkgrel=3
+pkgrel=4
url="http://www.boost.org/"
arch=('i686' 'x86_64')
license=('custom')
-makedepends=('icu>=51.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
+makedepends=('icu>=52.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
boost-1.53.0-python3.patch
boost-1.54.0-Fix-macro-for-int128-detection.patch
diff --git a/extra/brltty/PKGBUILD b/extra/brltty/PKGBUILD
index a4968d8f3..1fbf355dd 100644
--- a/extra/brltty/PKGBUILD
+++ b/extra/brltty/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 187859 2013-06-07 09:24:55Z tomegun $
+# $Id: PKGBUILD 196739 2013-10-17 14:02:42Z andyrtr $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
pkgname=brltty
pkgver=4.5
-pkgrel=4
+pkgrel=5
pkgdesc="Braille display driver for Linux/Unix"
arch=(i686 x86_64)
url="http://mielke.cc/brltty"
diff --git a/extra/calligra/PKGBUILD b/extra/calligra/PKGBUILD
index 5de854ff5..befcaff70 100644
--- a/extra/calligra/PKGBUILD
+++ b/extra/calligra/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 196349 2013-10-12 06:13:09Z andrea $
+# $Id: PKGBUILD 196740 2013-10-17 14:02:44Z andyrtr $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Ronald van Haren <ronald.archlinux.org>
@@ -17,7 +17,7 @@ pkgname=('calligra-braindump'
'calligra-sheets'
'calligra-stage'
'calligra-words')
-pkgver=2.7.3
+pkgver=2.7.4
pkgrel=1
arch=('i686' 'x86_64')
url='http://www.calligra-suite.org/'
@@ -28,7 +28,7 @@ makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'eigen2' 'kdeedu-marble'
'openjpeg' 'kdegraphics-okular' 'pstoedit' 'vc')
groups=('calligra')
source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz")
-md5sums=('35165d00f38eba5de575662cafe3bf0f')
+md5sums=('0a9368b4a134eaf7c9834d21097e5016')
prepare() {
mkdir build
diff --git a/extra/dejagnu/PKGBUILD b/extra/dejagnu/PKGBUILD
new file mode 100644
index 000000000..e8e9603e9
--- /dev/null
+++ b/extra/dejagnu/PKGBUILD
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 196721 2013-10-17 03:23:06Z allan $
+# Maintainer: Allan McRae <allan@archlinux.org>
+
+pkgname=dejagnu
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="Framework for testing other programs"
+arch=('any')
+url="http://www.gnu.org/software/dejagnu/"
+license=('GPL')
+depends=('sh' 'expect')
+options=('!libtool')
+install=dejagnu.install
+source=(http://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('8386e04e362345f50ad169f052f4c4ab'
+ '59335adf4900b889c64827c5a9426252')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd $srcdir/$pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir/ install
+}
diff --git a/extra/dejagnu/dejagnu.install b/extra/dejagnu/dejagnu.install
new file mode 100644
index 000000000..0e3c430a0
--- /dev/null
+++ b/extra/dejagnu/dejagnu.install
@@ -0,0 +1,15 @@
+infodir=usr/share/info
+
+post_install() {
+ [ -x usr/bin/install-info ] || return 0
+ install-info $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ [ -x usr/bin/install-info ] || return 0
+ install-info --delete $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
+}
diff --git a/extra/gcr/PKGBUILD b/extra/gcr/PKGBUILD
index 3f91432c1..dfe9e042a 100644
--- a/extra/gcr/PKGBUILD
+++ b/extra/gcr/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 196040 2013-10-07 11:50:55Z jgc $
+# $Id: PKGBUILD 196732 2013-10-17 12:30:26Z heftig $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=gcr
-pkgver=3.10.0
+pkgver=3.10.1
pkgrel=1
pkgdesc="A library for bits of crypto UI and parsing"
arch=(i686 x86_64)
@@ -14,7 +14,7 @@ options=(!libtool)
install=gcr.install
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
10-gcr.conf)
-sha256sums=('b689c679b244c1f47d773002c33dadc4111cddeb05bc2f3651826893fd43ff1b'
+sha256sums=('006f4f5a54be00418346f28eac2b53f3e640e9c6aa389808cf846f861438645b'
'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
build() {
diff --git a/extra/gnome-keyring/PKGBUILD b/extra/gnome-keyring/PKGBUILD
index f99ba4ce9..69763e869 100644
--- a/extra/gnome-keyring/PKGBUILD
+++ b/extra/gnome-keyring/PKGBUILD
@@ -1,20 +1,20 @@
-#$Id: PKGBUILD 196066 2013-10-07 11:51:34Z jgc $
+#$Id: PKGBUILD 196733 2013-10-17 12:30:53Z heftig $
# Maintainer: Jan De Groot <jgc@archlinux.org>
pkgname=gnome-keyring
-pkgver=3.10.0
+pkgver=3.10.1
pkgrel=1
pkgdesc="GNOME Password Management daemon"
arch=(i686 x86_64)
license=('GPL' 'LGPL')
depends=('gtk3' 'gcr' 'libcap-ng')
-makedepends=('intltool')
+makedepends=('intltool' 'gtk-doc')
groups=('gnome')
options=('!libtool' '!emptydirs')
url="http://www.gnome.org"
install=gnome-keyring.install
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1cc87260fa17b8e39071fdae0418cd9ca5f913d50e23d8f456f3e2c6d6d22213')
+sha256sums=('18001fa94c6d92e476b76423fe585dbf649051bba33012a037b07449c215dbf8')
build() {
cd "$pkgname-$pkgver"
diff --git a/extra/gnome-online-accounts/PKGBUILD b/extra/gnome-online-accounts/PKGBUILD
index f0ceb3ad6..3b0ac01f7 100644
--- a/extra/gnome-online-accounts/PKGBUILD
+++ b/extra/gnome-online-accounts/PKGBUILD
@@ -1,14 +1,15 @@
-# $Id: PKGBUILD 196591 2013-10-15 14:53:48Z heftig $
+# $Id: PKGBUILD 196737 2013-10-17 12:38:20Z heftig $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=gnome-online-accounts
pkgver=3.10.1
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME service to access online accounts"
arch=(i686 x86_64)
url="http://www.gnome.org"
license=('GPL')
-depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 'libsecret' 'telepathy-glib')
+depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 'libsecret'
+ 'telepathy-glib' 'krb5' 'gcr')
makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
options=(!libtool)
install=$pkgname.install
@@ -17,7 +18,10 @@ sha256sums=('d925841a4c1c7a46a0837fc7e219891a46431e089847fa248e3f691c23ff7d9b')
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname
+ ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
+ --enable-exchange --enable-facebook --enable-flickr \
+ --enable-google --enable-imap-smtp --enable-kerberos \
+ --enable-owncloud --enable-telepathy --enable-windows-live
make
}
diff --git a/extra/gptfdisk/PKGBUILD b/extra/gptfdisk/PKGBUILD
index 6b353ece2..13d8320bf 100644
--- a/extra/gptfdisk/PKGBUILD
+++ b/extra/gptfdisk/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 196545 2013-10-15 06:55:43Z tpowa $
+# $Id: PKGBUILD 196742 2013-10-17 14:02:47Z andyrtr $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Hokum <hokum_at_mail_dot_ru>
pkgname=gptfdisk
pkgver=0.8.8
-pkgrel=1
+pkgrel=2
pkgdesc="A text-mode partitioning tool that works on Globally Unique Identifier (GUID) Partition Table (GPT) disks"
arch=('i686' 'x86_64')
url="http://www.rodsbooks.com/gdisk/"
diff --git a/extra/harfbuzz/PKGBUILD b/extra/harfbuzz/PKGBUILD
index 370827844..793532f07 100644
--- a/extra/harfbuzz/PKGBUILD
+++ b/extra/harfbuzz/PKGBUILD
@@ -1,23 +1,24 @@
-# $Id: PKGBUILD 191565 2013-07-25 16:28:52Z heftig $
+# $Id: PKGBUILD 196743 2013-10-17 14:02:48Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgbase=(harfbuzz)
pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.19
+pkgver=0.9.22
pkgrel=1
pkgdesc="OpenType text shaping engine"
arch=(i686 x86_64)
url="http://www.freedesktop.org/wiki/Software/HarfBuzz"
license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
options=(!libtool)
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('d2da0f060d47f6ad9de8c8781bb21fa4b9eae8ea1cd1e956b814095baa002f35')
+sha256sums=('989680807e76197418338e44f226e02f155f33031efd9aff14dbc4dc14af71da')
build() {
cd $pkgbase-$pkgver
./configure --prefix=/usr \
- --with-glib --with-freetype --with-cairo --with-icu --with-graphite2
+ --with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+ --with-gobject
make
}
diff --git a/extra/icu/PKGBUILD b/extra/icu/PKGBUILD
index c3a6bb16a..3e7b1699c 100644
--- a/extra/icu/PKGBUILD
+++ b/extra/icu/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 186326 2013-05-24 19:56:49Z andyrtr $
+# $Id: PKGBUILD 196744 2013-10-17 14:02:49Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Art Gramlich <art@gramlich-net.com>
pkgname=icu
-pkgver=51.2
+pkgver=52.1
pkgrel=1
pkgdesc="International Components for Unicode library"
arch=(i686 x86_64)
@@ -14,15 +14,17 @@ depends=('gcc-libs>=4.7.1-5' 'sh')
source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
icu.8198.revert.icu5431.patch)
-md5sums=('072e501b87065f3a0ca888f1b5165709'
+md5sums=('9e96ed4c1d99c0d14ac03c140f9f346c'
'ebd5470fc969c75e52baf4af94a9ee82')
-build() {
- cd ${srcdir}/icu/source
-
+prepare() {
+ cd icu/source
# fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200
patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch
+}
+build() {
+ cd icu/source
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
@@ -31,12 +33,12 @@ build() {
}
check() {
- cd "$srcdir/icu/source"
+ cd icu/source
make -k check # passes all
}
package() {
- cd ${srcdir}/icu/source
+ cd icu/source
make -j1 DESTDIR=${pkgdir} install
# Install license
diff --git a/extra/libcryptui/PKGBUILD b/extra/libcryptui/PKGBUILD
index b62c83322..3b3593a8f 100644
--- a/extra/libcryptui/PKGBUILD
+++ b/extra/libcryptui/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 196111 2013-10-07 11:52:48Z jgc $
+# $Id: PKGBUILD 196730 2013-10-17 12:29:24Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=libcryptui
-pkgver=3.10.0
+pkgver=3.10.1
pkgrel=1
pkgdesc="Library for OpenPGP prompts"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('intltool' 'gobject-introspection')
options=('!libtool')
install=$pkgname.install
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ceeba7ebdcda768d671e9df9332b18d4f25edd1f4d91e86a241c3c1f3ffc6332')
+sha256sums=('5e3e82e647ac4fb74ed46b4fffbf89e80198f856e1509f5edcd47dd2751a4be0')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/extra/libgnome-keyring/PKGBUILD b/extra/libgnome-keyring/PKGBUILD
index b00db9b2e..bf96040af 100644
--- a/extra/libgnome-keyring/PKGBUILD
+++ b/extra/libgnome-keyring/PKGBUILD
@@ -1,8 +1,8 @@
-#$Id: PKGBUILD 196113 2013-10-07 11:52:52Z jgc $
+#$Id: PKGBUILD 196731 2013-10-17 12:29:50Z heftig $
#Maintainer: Jan De Groot <jgc@archlinux.org>
pkgname=libgnome-keyring
-pkgver=3.10.0
+pkgver=3.10.1
pkgrel=1
pkgdesc="GNOME keyring client library"
arch=(i686 x86_64)
@@ -13,7 +13,7 @@ optdepends=('gnome-keyring: key storage service (or use any other service implem
options=('!libtool' '!emptydirs')
url="http://www.gnome.org"
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3984e99338e6e610af320a637fa84fb9e795226cfd633d7c0db452c5ae43b560')
+sha256sums=('052cf1121ba823359afe534c425f7e216c6a2b1a2b316dee279dcf9032423772')
build() {
cd "$pkgname-$pkgver"
diff --git a/extra/libreoffice/PKGBUILD b/extra/libreoffice/PKGBUILD
index 36ebc53ff..8bddba6bd 100644
--- a/extra/libreoffice/PKGBUILD
+++ b/extra/libreoffice/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 196169 2013-10-07 14:33:01Z andyrtr $
+# $Id: PKGBUILD 196745 2013-10-17 14:02:51Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
@@ -21,7 +21,7 @@ pkgname=('libreoffice-common'
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with all extensions built)
_LOver=4.1.2.3
pkgver=4.1.2
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
license=('LGPL3')
url="http://www.libreoffice.org/"
@@ -33,7 +33,7 @@ makedepends=( # makedepends
'clucene' 'bluez-libs' 'harfbuzz-icu'
# the runtime dependencies
"curl>=7.20.0" "hunspell>=1.2.8" "python>=3.3" 'libwpd>=0.9.2' 'libwps' 'libxaw' "neon>=0.28.6"
- 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 'libxslt' 'librsvg' "icu>=51.1"
+ 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 'libxslt' 'librsvg' "icu>=52.1"
'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'libtextcat' 'graphite' 'lcms2' 'poppler>=0.24.0'
'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils'
'ttf-dejavu') # to satisfy regression tests
@@ -284,7 +284,7 @@ package_libreoffice-common() {
pkgdesc="common files for LibreOffice - a productivity suite that is compatible with other major office suites"
install=libreoffice-common.install
depends=('libreoffice-langpack' "hunspell>=1.2.8" "python>=3.3" "neon>=0.28.6" 'dbus-glib' 'librsvg' 'libcups'
- 'nss' 'libsm' 'redland' 'hyphen' 'graphite' "icu>=51.1" 'clucene' 'lcms2' "poppler>=0.24.0"
+ 'nss' 'libsm' 'redland' 'hyphen' 'graphite' "icu>=52.1" 'clucene' 'lcms2' "poppler>=0.24.0"
'harfbuzz-icu' 'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 'xdg-utils')
optdepends=('libreoffice-langpack: additional language support'
'java-runtime: adds java support'
@@ -354,10 +354,6 @@ package_libreoffice-common() {
# workaround all packages now depend on that file
cp ${srcdir}/fakeinstall/usr/lib/libreoffice/share/registry/writer.xcd ${pkgdir}/usr/lib/libreoffice/share/registry/writer.xcd
-
- # move dicts to en-US langpack to avoid file conflicts with en-GBen-ZA packages
- mv ${pkgdir}/usr/lib/libreoffice/share/wordbook/en-GB.dic ${srcdir}/
- mv ${pkgdir}/usr/lib/libreoffice/share/wordbook/en-US.dic ${srcdir}/
}
package_libreoffice-base() {
@@ -451,7 +447,9 @@ package_libreoffice-draw() {
package_libreoffice-gnome() {
pkgdesc="Plug-in for LibreOffice that enables integration into the Gnome and other gtk desktop environment."
- depends=('libreoffice-common' 'gconf' 'gtk3')
+ depends=('libreoffice-common' 'gconf')
+ optdepends=('gtk3: for gtk3 Gnome integration'
+ 'gtk2: for older gtk2 desktop integration')
groups=('libreoffice')
# create directories from *list.txt file
@@ -620,11 +618,6 @@ package_libreoffice-en-US() {
# mv file from fakeinstall to pkgdir
mv ${srcdir}/fakeinstall${file} ${pkgdir}$file
done
-
- # move dicts to en-US langpack to avoid file conflicts with en-GBen-ZA packages
- install -dm755 ${pkgdir}/usr/lib/libreoffice/share/wordbook
- mv ${srcdir}/en-GB.dic ${pkgdir}/usr/lib/libreoffice/share/wordbook/en-GB.dic
- mv ${srcdir}/en-US.dic ${pkgdir}/usr/lib/libreoffice/share/wordbook/en-US.dic
}
package_libreoffice-extension-presentation-minimizer() {
diff --git a/extra/php/PKGBUILD b/extra/php/PKGBUILD
index 630868885..d72b8e07c 100644
--- a/extra/php/PKGBUILD
+++ b/extra/php/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 194666 2013-09-20 19:11:06Z pierre $
+# $Id: PKGBUILD 196746 2013-10-17 14:02:52Z andyrtr $
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
pkgbase=php
@@ -21,7 +21,7 @@ pkgname=('php'
'php-sqlite'
'php-tidy'
'php-xsl')
-pkgver=5.5.4
+pkgver=5.5.5
pkgrel=1
arch=('i686' 'x86_64')
license=('PHP')
@@ -33,7 +33,7 @@ makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix' 'libvpx'
source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz"
'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('32c1dc56701d21def91a39a312392b54'
+md5sums=('a4788118fdb0c4d8cef08be72025e983'
'f9ee638591aaf1526767db7976d95847'
'dec2cbaad64e3abf4f0ec70e1de4e8e9'
'880afea327bb00c47082d22c507e6bfc'
diff --git a/extra/qt5/PKGBUILD b/extra/qt5/PKGBUILD
index 7203c3784..04e7fc8cb 100644
--- a/extra/qt5/PKGBUILD
+++ b/extra/qt5/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 193725 2013-08-29 13:10:15Z andrea $
+# $Id: PKGBUILD 196747 2013-10-17 14:02:54Z andyrtr $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgbase=qt5
@@ -21,16 +21,16 @@ pkgname=('qt5-base'
'qt5-x11extras'
'qt5-xmlpatterns')
pkgver=5.1.1
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url='http://qt-project.org/'
license=('GPL3' 'LGPL' 'FDL' 'custom')
makedepends=('libxcb' 'xcb-proto' 'xcb-util' 'xcb-util-image' 'xcb-util-wm' 'xcb-util-keysyms'
- 'mesa-libgl' 'at-spi2-core' 'alsa-lib' 'gstreamer0.10-base-plugins'
+ 'mesa' 'at-spi2-core' 'alsa-lib' 'gstreamer0.10-base-plugins'
'libjpeg-turbo' 'cups' 'libpulse' 'hicolor-icon-theme' 'desktop-file-utils'
'postgresql-libs' 'libmariadbclient' 'sqlite' 'unixodbc' 'libfbclient'
'python2' 'ruby' 'gperf' 'libxslt' 'libxcomposite' 'fontconfig'
- 'libmng' 'openal' 'gtk2' 'libxkbcommon')
+ 'openal' 'gtk2' 'libxkbcommon')
groups=('qt' 'qt5')
options=('!libtool')
_pkgfqn="qt-everywhere-opensource-src-${pkgver}"
@@ -87,7 +87,8 @@ build() {
-no-rpath \
-optimized-qmake \
-dbus-linked \
- -reduce-relocations
+ -reduce-relocations \
+ -opengl es2
make
@@ -230,7 +231,7 @@ package_qt5-graphicaleffects() {
package_qt5-imageformats() {
pkgdesc='A cross-platform application and UI framework (Images plugins)'
- depends=('qt5-base' 'libtiff' 'libmng')
+ depends=('qt5-base' 'libtiff')
conflicts=('qt')
cd ${_pkgfqn}/qtimageformats
diff --git a/extra/raptor/PKGBUILD b/extra/raptor/PKGBUILD
index d833e40c8..84ff7ac94 100644
--- a/extra/raptor/PKGBUILD
+++ b/extra/raptor/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 194462 2013-09-16 16:36:19Z tomegun $
+# $Id: PKGBUILD 196748 2013-10-17 14:02:55Z andyrtr $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
# Contributor: eric <eric@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=raptor
pkgver=2.0.10
-pkgrel=2
+pkgrel=3
pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples"
arch=('i686' 'x86_64')
url="http://librdf.org/raptor"
diff --git a/extra/seahorse-nautilus/PKGBUILD b/extra/seahorse-nautilus/PKGBUILD
index c296729ca..e162ad220 100644
--- a/extra/seahorse-nautilus/PKGBUILD
+++ b/extra/seahorse-nautilus/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 196136 2013-10-07 11:53:28Z jgc $
+# $Id: PKGBUILD 196734 2013-10-17 12:31:17Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=seahorse-nautilus
-pkgver=3.10.0
+pkgver=3.10.1
pkgrel=1
pkgdesc="PGP encryption and signing for nautilus"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('intltool')
options=('!libtool')
install=$pkgname.install
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d54c5fbc2bade03296d39999f8412708cfa87e82bda3c5af8e0b8ad86b2fadf3')
+sha256sums=('eacaf33bba920cf117641393a6eef483dbc075009349082e77d22f79afbd823a')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/extra/seahorse/PKGBUILD b/extra/seahorse/PKGBUILD
index 63d3c045f..b615b0b7f 100644
--- a/extra/seahorse/PKGBUILD
+++ b/extra/seahorse/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 196135 2013-10-07 11:53:27Z jgc $
+# $Id: PKGBUILD 196735 2013-10-17 12:31:54Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Michel Brabants <michel.linux@tiscali.be>
pkgname=seahorse
-pkgver=3.10.0
+pkgver=3.10.1
pkgrel=1
pkgdesc="GNOME application for managing PGP keys."
arch=(i686 x86_64)
@@ -19,7 +19,7 @@ groups=(gnome-extra)
install=seahorse.install
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
seahorse-ssh-askpass.sh)
-sha256sums=('98023cb8805cf778163833ddba783ba1505c0595683e1ac92109d27e8556fbde'
+sha256sums=('1df307481988c272d5648a335b2e8bb545b568a00c3f2ca2f3aa732badb46985'
'400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
build() {
diff --git a/extra/tracker/PKGBUILD b/extra/tracker/PKGBUILD
index 50bb03962..2ac3bdaca 100644
--- a/extra/tracker/PKGBUILD
+++ b/extra/tracker/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 196142 2013-10-07 11:53:37Z jgc $
+# $Id: PKGBUILD 196750 2013-10-17 14:02:58Z andyrtr $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Alexander Fehr <pizzapunk gmail com>
@@ -7,7 +7,7 @@ pkgbase=tracker
pkgname=(tracker libtracker-sparql)
pkgver=0.16.2
_tver=${pkgver%.*}
-pkgrel=2
+pkgrel=3
pkgdesc="All-in-one indexer, search tool and metadata database"
arch=(i686 x86_64)
license=(GPL)
diff --git a/extra/webkitgtk/PKGBUILD b/extra/webkitgtk/PKGBUILD
index fc48f7867..2e1ae5f7a 100644
--- a/extra/webkitgtk/PKGBUILD
+++ b/extra/webkitgtk/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 196146 2013-10-07 11:53:43Z jgc $
+# $Id: PKGBUILD 196751 2013-10-17 14:02:58Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgname=webkitgtk
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="GTK+ Web content engine library"
arch=(i686 x86_64)
url="http://webkitgtk.org/"
diff --git a/extra/webkitgtk2/PKGBUILD b/extra/webkitgtk2/PKGBUILD
index 2b2dc3754..cf9c63506 100644
--- a/extra/webkitgtk2/PKGBUILD
+++ b/extra/webkitgtk2/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 188485 2013-06-14 23:12:24Z heftig $
+# $Id: PKGBUILD 196752 2013-10-17 14:03:02Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgname=webkitgtk2
pkgver=1.10.2
-pkgrel=7
+pkgrel=8
pkgdesc="GTK+ Web content engine library for GTK+ 2.0"
arch=(i686 x86_64)
url="http://webkitgtk.org/"
@@ -16,8 +16,15 @@ provides=("libwebkit=${pkgver}")
conflicts=(libwebkit)
replaces=(libwebkit)
options=(!libtool !emptydirs)
-source=(http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz)
-sha256sums=('19234f8e4edfaefe91ed06471a2aa8c71d26dd55d33787eede1dcfc9a3a96d9c')
+source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz
+ bison3.patch)
+sha256sums=('19234f8e4edfaefe91ed06471a2aa8c71d26dd55d33787eede1dcfc9a3a96d9c'
+ '0996b25d17be61470678c18db9bfad1bf807aac410690fb8935370dbc8b3ce34')
+
+prepare() {
+ cd webkitgtk-$pkgver
+ patch -Np1 -i ../bison3.patch
+}
build() {
cd webkitgtk-$pkgver
diff --git a/extra/webkitgtk2/bison3.patch b/extra/webkitgtk2/bison3.patch
new file mode 100644
index 000000000..9c9dabb82
--- /dev/null
+++ b/extra/webkitgtk2/bison3.patch
@@ -0,0 +1,11 @@
+diff -u -r webkitgtk-1.10.2/Source/ThirdParty/ANGLE/src/compiler/glslang.y webkitgtk-1.10.2-bison3/Source/ThirdParty/ANGLE/src/compiler/glslang.y
+--- webkitgtk-1.10.2/Source/ThirdParty/ANGLE/src/compiler/glslang.y 2012-11-23 21:12:16.000000000 +0100
++++ webkitgtk-1.10.2-bison3/Source/ThirdParty/ANGLE/src/compiler/glslang.y 2013-10-12 20:42:54.531301735 +0200
+@@ -47,6 +47,7 @@
+ %expect 1 /* One shift reduce conflict because of if | else */
+ %pure-parser
+ %parse-param {TParseContext* context}
++%lex-param {YYLEX_PARAM}
+
+ %union {
+ struct {
diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD
index ce9cfa040..63cc36cbd 100644
--- a/libre/calibre-libre/PKGBUILD
+++ b/libre/calibre-libre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 98485 2013-10-11 18:19:46Z jelle $
+# $Id: PKGBUILD 98505 2013-10-12 09:17:56Z jelle $
# Maintainer: jelle van der Waa <jelle@vdwaa.nl>
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
@@ -10,7 +10,7 @@
_pkgname=calibre
pkgname=calibre-libre
pkgver=1.6
-pkgrel=1
+pkgrel=2
pkgdesc="Ebook management application, with unar support"
arch=('i686' 'x86_64' 'mips64el')
url="http://calibre-ebook.com/"
diff --git a/libre/hplip-libre/PKGBUILD b/libre/hplip-libre/PKGBUILD
index 41ef21e4e..789d5ea46 100644
--- a/libre/hplip-libre/PKGBUILD
+++ b/libre/hplip-libre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 196443 2013-10-13 20:05:28Z andyrtr $
+# $Id: PKGBUILD 196599 2013-10-15 15:40:43Z andyrtr $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor : Rémy Oudompheng <remy@archlinux.org>
# Contributor: Morgan LEFIEUX <comete@archlinuxfr.org>
@@ -6,8 +6,8 @@
_pkgname=hplip
pkgname=hplip-libre
-pkgver=3.13.9
-pkgrel=3
+pkgver=3.13.10
+pkgrel=1
pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet, without hplip-plugin binary blobs recommendation"
arch=('i686' 'x86_64')
url="http://hplipopensource.com"
@@ -29,22 +29,12 @@ conflicts=$_pkgname
provides=$_pkgname=$pkgver
options=('!libtool')
install=hplip.install
-source=(http://downloads.sourceforge.net/${_pkgname}/$_pkgname-$pkgver.tar.gz{,.asc}
- hp-mkuri.patch
- hplip-CVE-2013-4325.patch)
-md5sums=('8fcbbd0d3a0b76550f325bd6cf46d9d9'
- 'SKIP'
- '0bd7779fdbc4d7a9386df04dce2cb8d4'
- '947db41ee8556c78dd027a2f107957e6')
+source=(http://downloads.sourceforge.net/${_pkgname}/$_pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('ba729c514a2dc95390b99e9a9d452999'
+ 'SKIP')
prepare() {
cd $_pkgname-$pkgver
-
- # fix linking libnotify, FS#34283
- patch -Np0 -i ${srcdir}/hp-mkuri.patch
-
- # https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-4325
- patch -Np1 -i ${srcdir}/hplip-CVE-2013-4325.patch
export PYTHON=python2
@@ -99,11 +89,8 @@ package() {
rm -rf "$pkgdir"/etc/{sane.d,xdg}
# remove HAL .fdi file because HAL is no longer used
- rm -rf "$pkgdir"/usr/share/hal
-
- # log dir should not be world writeable
- chmod 775 "$pkgdir"/var/log/hp{,/tmp}
+ rm -vrf "$pkgdir"/usr/share/hal
# remove rc script
- rm -rf "$pkgdir"/etc/init.d
+ rm -vrf "$pkgdir"/etc/init.d
}
diff --git a/libre/icecat-noscript/PKGBUILD b/libre/icecat-noscript/PKGBUILD
index 60c4d2d5d..d5e9d4793 100644
--- a/libre/icecat-noscript/PKGBUILD
+++ b/libre/icecat-noscript/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 97930 2013-10-01 15:58:44Z spupykin $
+# $Id: PKGBUILD 98731 2013-10-17 12:50:32Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer (Parabola): André Silva <emulatorman@lavabit.com>
_pkgname=firefox-noscript
pkgname=icecat-noscript
-pkgver=2.6.8.1
+pkgver=2.6.8.3
pkgrel=1
pkgdesc="plugin for icecat which disables script"
arch=('any')
@@ -14,7 +14,7 @@ depends=()
provides=$_pkgname=$pkgver
makedepends=('unzip')
source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('955e4c5706a73977c09d7b4d0bc6dd9f')
+md5sums=('5699558046ba96eff75a58b7ecf912ad')
package() {
# _ffver=`pacman -Q icecat | cut -f2 -d\ | cut -f1 -d-`
diff --git a/libre/iceweasel-noscript/PKGBUILD b/libre/iceweasel-noscript/PKGBUILD
index ba04053d1..22e7568a5 100644
--- a/libre/iceweasel-noscript/PKGBUILD
+++ b/libre/iceweasel-noscript/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 97930 2013-10-01 15:58:44Z spupykin $
+# $Id: PKGBUILD 98731 2013-10-17 12:50:32Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer (Parabola): André Silva <emulatorman@lavabit.com>
_pkgname=firefox-noscript
pkgname=iceweasel-noscript
-pkgver=2.6.8.1
+pkgver=2.6.8.3
pkgrel=1
pkgdesc="plugin for iceweasel which disables script"
arch=('any')
@@ -14,7 +14,7 @@ depends=()
provides=$_pkgname=$pkgver
makedepends=('unzip')
source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('955e4c5706a73977c09d7b4d0bc6dd9f')
+md5sums=('5699558046ba96eff75a58b7ecf912ad')
package() {
# _ffver=`pacman -Q iceweasel-libre | cut -f2 -d\ | cut -f1 -d-`
diff --git a/libre/texlive-bin-libre/PKGBUILD b/libre/texlive-bin-libre/PKGBUILD
index b35911f2c..40f00f4e7 100644
--- a/libre/texlive-bin-libre/PKGBUILD
+++ b/libre/texlive-bin-libre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 193968 2013-09-09 10:10:47Z remy $
+# $Id: PKGBUILD 196425 2013-10-13 13:31:56Z andyrtr $
# Maintainer: Rémy Oudompheng <remy@archlinux.org>
# Contributor: francois <francois.archlinux.org>
# Maintainer (Parabola): Michał Masłowski <mtjm@mtjm.eu>
@@ -6,7 +6,7 @@
pkgname=texlive-bin-libre
pkgver=2013.30973
-pkgrel=4
+pkgrel=5
pkgdesc="TeX Live binaries, without biber binaries (Parabola rebranded)"
license=('GPL')
arch=('i686' 'x86_64' 'mips64el')
diff --git a/nonprism/gnome-online-accounts-nonprism/PKGBUILD b/nonprism/gnome-online-accounts-nonprism/PKGBUILD
index 04ad42a0b..e9c333171 100644
--- a/nonprism/gnome-online-accounts-nonprism/PKGBUILD
+++ b/nonprism/gnome-online-accounts-nonprism/PKGBUILD
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD 196581 2013-10-15 14:29:38Z heftig $
+# $Id: PKGBUILD 196736 2013-10-17 12:37:48Z heftig $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Maintainer (Parabola): Márcio Silva <coadde@lavabit.com>
_pkgname=gnome-online-accounts
pkgname=gnome-online-accounts-nonprism
pkgver=3.10.1
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME service to access online accounts, without support for unsafe and dangerous for privacy protocols"
arch=(i686 x86_64 mips64el)
url="http://www.gnome.org"
license=('GPL')
-depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 'libsecret' 'telepathy-glib')
+depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 'libsecret'
+ 'telepathy-glib' 'krb5' 'gcr')
makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
provides=("$_pkgname=$pkgver")
conflicts=$_pkgname
@@ -22,18 +23,11 @@ sha256sums=('d925841a4c1c7a46a0837fc7e219891a46431e089847fa248e3f691c23ff7d9b')
build() {
cd $_pkgname-$pkgver
- ./configure --prefix=/usr --libexecdir=/usr/lib/$_pkgname \
- --disable-exchange \
- --disable-google \
- --disable-facebook \
- --disable-flickr \
- --enable-imap-smtp \
- --disable-kerberos \
- --enable-owncloud \
- --enable-telepathy \
- --disable-twitter \
- --disable-windows-live \
- --disable-yahoo
+ ./configure --prefix=/usr --libexecdir=/usr/lib/$_pkgname --disable-static \
+ --disable-exchange --disable-facebook -disable-flickr \
+ --disable-google --enable-imap-smtp --disable-kerberos \
+ --enable-owncloud --enable-telepathy --disable-windows-live \
+ --disable-twitter --disable-yahoo
make
}
diff --git a/pcr/ted/PKGBUILD b/pcr/ted/PKGBUILD
new file mode 100644
index 000000000..aa085dc62
--- /dev/null
+++ b/pcr/ted/PKGBUILD
@@ -0,0 +1,60 @@
+# Contributor: willemw <willemw12@gmail.com>
+# Contributor: shirokuro <tod dot jackson at gmail dot com>
+# Contributor: sergej
+# Maintainer : Parabola Aurélien DESBRIÈRES <aurelien@xload.IO>
+
+pkgname=ted
+pkgver=2.23
+pkgrel=2
+pkgdesc="A lightweight rtf text processor"
+arch=('i686' 'x86_64')
+url="http://www.nllgg.nl/Ted/"
+depends=('zlib' 'pcre' 'libxpm' 'libjpeg' 'libtiff' 'libpng' 'gtk2' 'libpaper' 'desktop-file-utils')
+license=('GPL')
+install=$pkgname.install
+source=(http://ftp.nluug.nl/pub/editors/$pkgname/$pkgname-$pkgver.src.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/ted_nl_NL.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/ted_en_GB.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/ted_de_DE.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/ted_es_ES.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/ted_es_AR.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/ted_pt_PT.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/ted_pt_BR.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/ted_fr_FR.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/ted_it_IT.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/ted_cs_CZ.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/ted_da_DK.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/ted_sv_SE.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/ted_nb_NO.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/ted_pl_PL.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/ted_sk_SK.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/ted_hu_HU.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/ted_mg_MG.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/ted_bg_BG.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/ted_ru_RU.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/ted_hr_HR.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/ted_fi_FI.tar.gz
+ http://ftp.nluug.nl/pub/editors/ted/TedDocument-de_DE.rtf
+ http://ftp.nluug.nl/pub/editors/ted/TedDocument-fr_FR.rtf
+ http://ftp.nluug.nl/pub/editors/ted/TedDocument-mg_MG.rtf)
+
+
+build() {
+ cd Ted-$pkgver
+ make
+ make package
+}
+
+package() {
+ install -dm755 "$pkgdir/usr/share/Ted"
+ install -m644 TedDocument-*_*.rtf "$pkgdir/usr/share/Ted"
+
+ cd Ted-$pkgver/tedPackage
+ DESTDIR="$pkgdir" make install
+
+ cd "$pkgdir"
+ for i in "$srcdir/"ted_*_*.tar.gz; do
+ tar xzf "$i"
+ done
+}
+
diff --git a/pcr/ted/ted.install b/pcr/ted/ted.install
new file mode 100644
index 000000000..f98ba7338
--- /dev/null
+++ b/pcr/ted/ted.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD
index 148fa6a82..ce9708ba7 100644
--- a/pcr/youtube-dl-current/PKGBUILD
+++ b/pcr/youtube-dl-current/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=youtube-dl-current
_pkgname=youtube-dl
provides=(youtube-dl)
-pkgver=2013.10.15
+pkgver=2013.10.17
pkgrel=1
pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites"
arch=('any')
@@ -27,5 +27,5 @@ package() {
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
}
-md5sums=('dec34c0837db47b78d3febd67cf7725a'
+md5sums=('5bcd7a5d20387a6dfd985f4a77dbe26d'
'SKIP')