summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-10 03:49:37 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-10 03:49:37 +0000
commitbf8ca82240123cfd3e65739dc2318f5f1d145d12 (patch)
treeb8320743e13c3a3de7a54a217ec30970c6336706 /community
parent66018e3cb2f893ec3add478fcd86ed3334e46fa9 (diff)
Sat May 10 03:41:34 UTC 2014
Diffstat (limited to 'community')
-rw-r--r--community/arm-none-eabi-gdb/PKGBUILD8
-rw-r--r--community/deadbeef/PKGBUILD14
-rw-r--r--community/docker/PKGBUILD4
-rw-r--r--community/duplicity/PKGBUILD22
-rw-r--r--community/gambas3/PKGBUILD4
-rw-r--r--community/gdal/PKGBUILD8
-rw-r--r--community/gdal/gdal.changelog9
-rw-r--r--community/gnuradio/PKGBUILD7
-rw-r--r--community/gtkspell3/PKGBUILD6
-rw-r--r--community/hitori/PKGBUILD8
-rw-r--r--community/hitori/hitori.install2
-rw-r--r--community/nemo/PKGBUILD15
-rw-r--r--community/pdf2djvu/PKGBUILD4
-rw-r--r--community/pdflib-lite/PKGBUILD49
-rw-r--r--community/pv/PKGBUILD6
-rw-r--r--community/qcad/PKGBUILD6
-rw-r--r--community/schroot/PKGBUILD10
-rw-r--r--community/subsurface/PKGBUILD11
-rw-r--r--community/tig/PKGBUILD4
-rw-r--r--community/v8/PKGBUILD6
-rw-r--r--community/xcircuit/PKGBUILD6
-rw-r--r--community/znc/01-sec-correctly-handle-channel-names.patch72
22 files changed, 85 insertions, 196 deletions
diff --git a/community/arm-none-eabi-gdb/PKGBUILD b/community/arm-none-eabi-gdb/PKGBUILD
index b0d72d6b4..0cb7c6deb 100644
--- a/community/arm-none-eabi-gdb/PKGBUILD
+++ b/community/arm-none-eabi-gdb/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 106105 2014-02-22 23:13:31Z anatolik $
+# $Id: PKGBUILD 110923 2014-05-09 16:39:02Z anatolik $
# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
# Contributor: Martin Schmölzer <mschmoelzer@gmail.com>
_target=arm-none-eabi
pkgname=$_target-gdb
-pkgver=7.7
-pkgrel=2
+pkgver=7.7.1
+pkgrel=1
pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
arch=(i686 x86_64)
url='http://www.gnu.org/software/gdb/'
@@ -16,7 +16,7 @@ optdepends=('openocd: for debugging JTAG targets'
'stlink: for debugging over STLINK')
options=(!emptydirs)
source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.bz2)
-sha256sums=('0404d1c6ee6b3ddd811722b5197944758d37b4591c216030effbac204f5a6c23')
+sha256sums=('0dbd5260406f1b0c70fcf027c6488527fadde0cd9bb574593491fe076eb03aa5')
build() {
cd gdb-$pkgver
diff --git a/community/deadbeef/PKGBUILD b/community/deadbeef/PKGBUILD
index cba454fb2..2438c2b90 100644
--- a/community/deadbeef/PKGBUILD
+++ b/community/deadbeef/PKGBUILD
@@ -1,19 +1,21 @@
-# $Id: PKGBUILD 105335 2014-02-05 13:36:53Z lfleischer $
+# $Id: PKGBUILD 110918 2014-05-09 15:32:49Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Alexey Yakovenko <waker@users.sourceforge.net>
pkgname=deadbeef
pkgver=0.6.1
-pkgrel=1
+pkgrel=2
pkgdesc='A GTK+ audio player for GNU/Linux.'
arch=('i686' 'x86_64')
url='http://deadbeef.sourceforge.net'
license=('GPL2')
-depends=('gtk3' 'alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils')
+depends=('alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('libvorbis' 'libmad' 'flac' 'curl' 'imlib2' 'wavpack' 'libsndfile' 'libcdio' 'libcddb'
'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse' 'libzip' 'libsamplerate'
- 'yasm' 'ffmpeg')
-optdepends=('libsamplerate: for Resampler plugin'
+ 'yasm' 'ffmpeg' 'gtk2' 'gtk3')
+optdepends=('gtk2: for the GTK2 interface'
+ 'gtk3: for the GTK3 interface'
+ 'libsamplerate: for Resampler plugin'
'libvorbis: for Ogg Vorbis playback'
'libmad: for MP1/MP2/MP3 playback'
'flac: for FLAC playback'
@@ -37,7 +39,7 @@ md5sums=('dab446bde519ae95581885ff63a418c7')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --enable-gtk3
+ ./configure --prefix=/usr
make
}
diff --git a/community/docker/PKGBUILD b/community/docker/PKGBUILD
index ff210c1b9..df6c1daed 100644
--- a/community/docker/PKGBUILD
+++ b/community/docker/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 109230 2014-04-11 23:37:28Z seblu $
+# $Id: PKGBUILD 110875 2014-05-09 01:01:46Z seblu $
# Maintainer: Sébastien "Seblu" Luttringer
pkgname=docker
-pkgver=0.10.0
+pkgver=0.11.1
pkgrel=1
epoch=1
pkgdesc='Pack, ship and run any application as a lightweight container'
diff --git a/community/duplicity/PKGBUILD b/community/duplicity/PKGBUILD
index 76777625f..700261859 100644
--- a/community/duplicity/PKGBUILD
+++ b/community/duplicity/PKGBUILD
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD 105459 2014-02-08 15:39:11Z bgyorgy $
+# $Id: PKGBUILD 110920 2014-05-09 15:34:39Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
pkgname=duplicity
-pkgver=0.6.23
-pkgrel=3
+pkgver=0.6.24
+pkgrel=1
pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm.'
arch=('i686' 'x86_64')
url='http://www.nongnu.org/duplicity/'
license=('GPL')
depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-lockfile')
+makedepends=('python2-setuptools')
optdepends=('lftp: FTPS backend'
'python2-boto: Amazon S3 backend'
'python2-gobject: GIO backend'
@@ -19,18 +20,9 @@ optdepends=('lftp: FTPS backend'
'python2-httplib2: Ubuntu One backend'
'python2-oauthlib: Ubuntu One backend'
'rsync: rsync backend')
-source=("http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
- "gpg-encode.patch")
-md5sums=('ae0e84446bcf114735de1057ed53c977'
- 'SKIP'
- '366555c73aeebf7f15f6f37ec65176ce')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- # Fix gpg encrypted backup (FS#38838, upstream revision 961, will be fixed in 0.6.24).
- patch -Np0 -i ../gpg-encode.patch
-}
+source=("https://launchpad.net/$pkgname/0.6-series/$pkgver/+download/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('5d4e9329a6d793880909d18b0736ff06'
+ 'SKIP')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/gambas3/PKGBUILD b/community/gambas3/PKGBUILD
index 0d9aeb95c..716f099f7 100644
--- a/community/gambas3/PKGBUILD
+++ b/community/gambas3/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 109860 2014-04-19 18:14:13Z lcarlier $
+# $Id: PKGBUILD 110914 2014-05-09 14:55:03Z andyrtr $
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
# Contributor : sebikul <sebikul@gmail.com>
@@ -16,7 +16,7 @@ _components=('gambas3-gb-args' 'gambas3-gb-cairo' 'gambas3-gb-chart' 'gambas3-gb
'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 'gambas3-gb-xml' 'gambas3-gb-web')
pkgname=(${_components[@]} 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script' 'gambas3-examples')
pkgver=3.5.3
-pkgrel=1
+pkgrel=2
pkgdesc="A free development environment based on a Basic interpreter."
arch=('i686' 'x86_64')
url="http://gambas.sourceforge.net/"
diff --git a/community/gdal/PKGBUILD b/community/gdal/PKGBUILD
index 74f1b5992..3610ec278 100644
--- a/community/gdal/PKGBUILD
+++ b/community/gdal/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 105990 2014-02-20 18:15:10Z bgyorgy $
+# $Id: PKGBUILD 110915 2014-05-09 14:55:04Z andyrtr $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=gdal
-pkgver=1.10.1
-pkgrel=2
+pkgver=1.11.0
+pkgrel=1
pkgdesc="A translator library for raster geospatial data formats"
arch=('i686' 'x86_64')
url="http://www.gdal.org/"
@@ -19,7 +19,7 @@ optdepends=('postgresql: postgresql database support'
changelog=$pkgname.changelog
source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
gdal-1.5.1-python-install.patch)
-sha256sums=('9984f0314c0bd831eb59fb646c2bc5e13cf1378be4f51499045166cbe62be6ea'
+sha256sums=('989db33ff411e2c888348e71edec5ad06c74ed68781ebfbc4e85179b9d65aafe'
'55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6')
prepare() {
diff --git a/community/gdal/gdal.changelog b/community/gdal/gdal.changelog
index 7f74141ee..508fd92c7 100644
--- a/community/gdal/gdal.changelog
+++ b/community/gdal/gdal.changelog
@@ -1,3 +1,12 @@
+2014-04-27 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * gdal 1.11.0-1
+
+2013-11-11 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * gdal 1.10.1-1
+
+2013-09-29 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * gdal 1.10.0-4 FS#36328 fix
+
2013-05-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* gdal 1.10.0-1
diff --git a/community/gnuradio/PKGBUILD b/community/gnuradio/PKGBUILD
index 0882d17d7..84e7a847f 100644
--- a/community/gnuradio/PKGBUILD
+++ b/community/gnuradio/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 110200 2014-04-26 20:06:48Z kkeen $
+# $Id: PKGBUILD 110873 2014-05-08 23:28:53Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Dominik Heidler <dheidler@gmail.com>
# Contributor: Jonatan Sastre <jsastreh [ at ] hotmail.com>
pkgname=gnuradio
pkgver=3.7.3
-pkgrel=3
+pkgrel=4
pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd."
arch=('i686' 'x86_64')
url="http://gnuradio.org"
@@ -15,6 +15,9 @@ optdepends=('python2-cheetah: gnuradio-companion'
'python2-lxml: gnuradio-companion'
'pygtk: gnuradio-companion'
'wxpython: gr-wxgui'
+ 'boost: gr_modtool'
+ 'swig: gr_modtool'
+ 'cmake: gr_modtool'
'pkgconfig: libuhd')
conflicts=('gnuradio-git')
install=gnuradio.install
diff --git a/community/gtkspell3/PKGBUILD b/community/gtkspell3/PKGBUILD
index 3b26b546a..6cfa87730 100644
--- a/community/gtkspell3/PKGBUILD
+++ b/community/gtkspell3/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 99802 2013-10-30 23:48:32Z allan $
+# $Id: PKGBUILD 110901 2014-05-09 11:42:35Z bgyorgy $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
# Contributor: Roman Kyrylych <roman@archlinux.org>
# Contributor: Ben <ben@benmazer.net>
pkgname=gtkspell3
-pkgver=3.0.4
+pkgver=3.0.6
pkgrel=1
url="http://gtkspell.sourceforge.net/"
pkgdesc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget"
@@ -13,7 +13,7 @@ license=('GPL')
depends=('gtk3' 'enchant')
makedepends=('intltool' 'gobject-introspection' 'vala')
source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
-md5sums=('d25b547507940738cf016936c3452113')
+md5sums=('cdc550a06dc424c8c497672bc54649db')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/hitori/PKGBUILD b/community/hitori/PKGBUILD
index 51417c1bb..58fde03bf 100644
--- a/community/hitori/PKGBUILD
+++ b/community/hitori/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 101773 2013-11-30 21:21:43Z bgyorgy $
+# $Id: PKGBUILD 110895 2014-05-09 11:17:30Z bgyorgy $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=hitori
-pkgver=0.4.2
+pkgver=0.4.3
pkgrel=1
pkgdesc="GTK+ application to generate and let you play games of Hitori"
arch=('i686' 'x86_64')
url="https://wiki.gnome.org/Apps/Hitori"
license=('GPL')
-depends=('gtk3' 'hicolor-icon-theme' 'xdg-utils')
+depends=('gtk3')
makedepends=('intltool' 'itstool')
install=$pkgname.install
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0df62df7f41ca1648d6a53362aa3c00d90406e39f5d063f9b9d51dbc465c77eb')
+sha256sums=('870657747e7afb6796dae66fccc4fa36a562750bec8f093191c5895ce0f010c2')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/hitori/hitori.install b/community/hitori/hitori.install
index 2c455e952..17ca8f78a 100644
--- a/community/hitori/hitori.install
+++ b/community/hitori/hitori.install
@@ -1,5 +1,5 @@
post_install() {
- xdg-icon-resource forceupdate
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {
diff --git a/community/nemo/PKGBUILD b/community/nemo/PKGBUILD
index f111feb4d..9105e60b9 100644
--- a/community/nemo/PKGBUILD
+++ b/community/nemo/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 110568 2014-05-03 18:14:08Z faidoc $
+# $Id: PKGBUILD 110928 2014-05-09 20:22:46Z bgyorgy $
# Maintainer: Alexandre Filgueira <alexfilgueira@cinnarch.com>
# Contributor: Ner0
pkgname=nemo
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Cinnamon file manager (Nautilus fork)"
arch=('i686' 'x86_64')
url="https://github.com/linuxmint/nemo"
@@ -23,13 +23,17 @@ sha256sums=('c0bc5cc0340a99bca8eab3f8312839f8d3e96cf29326ded919c948781694c2d3'
prepare() {
cd linuxmint-nemo-*
- # Fix white text on breadcrumb with Adwaita theme
- patch -Np1 -i ../adwaita_style.patch
-
# Python2 fix
sed -i 's/bin\/python/bin\/python2/g' files/usr/share/nemo/actions/myaction.py
find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+ # Fix white text on breadcrumb with Adwaita theme
+ patch -Np1 -i ../adwaita_style.patch
+
+ # Fix desktop style with Adwaita theme
+ sed -i 's/add_class (\(.*\), "nemo-/add_class (\1, "nautilus-/' \
+ libnemo-private/nemo-icon-{canvas-item,container}.c
+
# Fix build
sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
@@ -44,7 +48,6 @@ build() {
--localstatedir=/var --disable-static \
--libexecdir=/usr/lib/nemo \
--disable-update-mimedb \
- --disable-packagekit \
--disable-tracker \
--disable-gtk-doc-html \
--disable-schemas-compile
diff --git a/community/pdf2djvu/PKGBUILD b/community/pdf2djvu/PKGBUILD
index eb00ccd78..bae8df970 100644
--- a/community/pdf2djvu/PKGBUILD
+++ b/community/pdf2djvu/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 101793 2013-12-01 09:52:06Z andyrtr $
+# $Id: PKGBUILD 110916 2014-05-09 14:55:05Z andyrtr $
# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
# Maintainer: Jelle van der Waa <jelle@vdwaa.nl>
pkgname=pdf2djvu
pkgver=0.7.17
-pkgrel=2
+pkgrel=3
pkgdesc="Creates DjVu files from PDF files"
arch=('i686' 'x86_64')
url="http://pdf2djvu.googlecode.com"
diff --git a/community/pdflib-lite/PKGBUILD b/community/pdflib-lite/PKGBUILD
deleted file mode 100644
index 73e4a997c..000000000
--- a/community/pdflib-lite/PKGBUILD
+++ /dev/null
@@ -1,49 +0,0 @@
-# Maintainer: Connor Behan <connor.behan@gmail.com>
-# Contributor: Olivier Mehani <shtrom-arch@ssji.net>
-
-pkgname=pdflib-lite
-_pkgnamecaps=PDFlib-Lite
-pkgver=7.0.5p3
-_basepkgver=${pkgver/p*/}
-pkgrel=3
-pkgdesc="PDF manipulation library."
-url="http://www.pdflib.com"
-arch=(i686 x86_64)
-depends=('glibc')
-provides=('pdflib')
-source=(http://www.pdflib.com/binaries/PDFlib/${_basepkgver//./}/${_pkgnamecaps}-${pkgver}.tar.gz http://www.pdflib.com/fileadmin/pdflib/pdf/license/PDFlib-Lite-license.pdf)
-license=(custom:pdflib-lite)
-
-build() {
- cd "$srcdir"/$_pkgnamecaps-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir"/$_pkgnamecaps-$pkgver
- make prefix="$pkgdir"/usr install
-
- ## Copy files required by the license
- # Documentation
- mkdir -p "$pkgdir"/usr/share/pdflib-lite/doc
- cp ./doc/pdflib/* "$pkgdir"/usr/share/pdflib-lite/doc
-
- # License
- mkdir -p "$pkgdir"/usr/share/licenses/pdflib-lite
- cp -H ../PDFlib-Lite-license.pdf "$pkgdir"/usr/share/licenses/pdflib-lite/LICENSE.pdf
-
- # Examples
- make -C ./bind/pdflib clean
- cp -R ./bind/pdflib/{c,cpp,java} "$pkgdir"/usr/share/pdflib-lite
- find "$pkgdir"/usr/share/pdflib-lite \( \
- -name Makefile \
- -o -name *.dsp \
- -o -name *.dsw \
- -o -name *.sln \
- -o -name *.vcproj \
- \) -exec rm {} \;
-}
-
-md5sums=('371d332d610a8b21a542bb7a2bdaf954'
- '2f3f9cc20199aad91b33dc26cdcbbab4')
diff --git a/community/pv/PKGBUILD b/community/pv/PKGBUILD
index af30a1bcb..609a7357f 100644
--- a/community/pv/PKGBUILD
+++ b/community/pv/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 106285 2014-02-26 15:01:01Z lfleischer $
+# $Id: PKGBUILD 110909 2014-05-09 12:54:39Z lfleischer $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
pkgname=pv
-pkgver=1.5.2
+pkgver=1.5.3
pkgrel=1
pkgdesc='A terminal-based tool for monitoring the progress of data through a pipeline.'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url='http://www.ivarch.com/programs/pv.shtml'
license=('custom:Artistic 2.0')
depends=('glibc')
source=("http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2")
-md5sums=('fdcd0be1e333602f82a70921b87976b8')
+md5sums=('efe8e9e4cad5f3264a32258a63bf2c8e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/qcad/PKGBUILD b/community/qcad/PKGBUILD
index 8782ab8a3..9532bb6a1 100644
--- a/community/qcad/PKGBUILD
+++ b/community/qcad/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 110806 2014-05-07 14:28:43Z spupykin $
+# $Id: PKGBUILD 110871 2014-05-08 22:31:11Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: Giovanni Scafora <linuxmania@gmail.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=qcad
-pkgver=3.4.7.1
+pkgver=3.5.0.0
pkgrel=1
pkgdesc="A 2D CAD package based upon Qt"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ makedepends=('glu')
options=('libtool')
source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
QCad.desktop)
-md5sums=('b1ac7f138407369089218ce02ef304ed'
+md5sums=('9a7480b75e25c43c8f5d2ca3e79b90b1'
'84f189dd152e7614a1265659dac6222d')
prepare() {
diff --git a/community/schroot/PKGBUILD b/community/schroot/PKGBUILD
index 79701902b..30902a7f5 100644
--- a/community/schroot/PKGBUILD
+++ b/community/schroot/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 107189 2014-03-14 08:53:27Z spupykin $
+# $Id: PKGBUILD 110887 2014-05-09 08:37:33Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de>
pkgname=schroot
-pkgver=1.6.8
+pkgver=1.6.10
pkgrel=1
pkgdesc="Allows users to execute shell commands under different root filesystems. (Successor to dchroot)."
url="http://packages.qa.debian.org/s/schroot.html"
@@ -28,7 +28,7 @@ source=("http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.
'pam.d.schroot.patch'
'colon-completion.patch'
'fix-bash-completion.patch')
-md5sums=('ab584352cb73c8e137d47ef8d160a275'
+md5sums=('f8ec667831487f4b12e094bc0dc9bbe3'
'54239847f89b9a4772910415bde6276a'
'5a3f7b839c7e0b8933748da7c5b6385b'
'ddb2f09c02b24dab777110f9808472e1'
@@ -40,8 +40,8 @@ md5sums=('ab584352cb73c8e137d47ef8d160a275'
build() {
cd ${pkgname}-${pkgver}
- patch -p1 -i ${srcdir}/fix-bash-completion.patch
- patch -p1 -i ${srcdir}/colon-completion.patch
+# patch -p1 -i ${srcdir}/fix-bash-completion.patch
+# patch -p1 -i ${srcdir}/colon-completion.patch
export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
./configure \
--prefix=/usr \
diff --git a/community/subsurface/PKGBUILD b/community/subsurface/PKGBUILD
index 1958aa039..391339f73 100644
--- a/community/subsurface/PKGBUILD
+++ b/community/subsurface/PKGBUILD
@@ -1,18 +1,19 @@
-# $Id: PKGBUILD 110440 2014-04-29 20:46:26Z bisson $
+# $Id: PKGBUILD 110867 2014-05-08 22:29:31Z bisson $
# Contributor: Francois Boulogne <fboulogne at april dot org>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=subsurface
_pkgname=Subsurface
-pkgver=4.0.3
-pkgrel=2
+pkgver=4.1
+pkgrel=1
pkgdesc='Divelog program'
url='http://subsurface.hohndel.org/'
license=('GPL2')
arch=('i686' 'x86_64')
-depends=('qt4' 'kdeedu-marble' 'libzip' 'libxml2' 'libxslt' 'sqlite' 'libdivecomputer' 'libusbx')
+depends=('qt4' 'kdeedu-marble' 'libzip' 'libxml2' 'libxslt' 'sqlite' 'libusbx' 'libgit2'
+ 'libdivecomputer')
source=("http://subsurface.hohndel.org/downloads/${_pkgname}-${pkgver}.tgz")
-sha1sums=('f813196bbef98130b1fcb778baf6b504ec01a1eb')
+sha1sums=('906e4279546ae3c6bed937623c77d44af0c9d00b')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
diff --git a/community/tig/PKGBUILD b/community/tig/PKGBUILD
index edc023bb1..7b64a90fa 100644
--- a/community/tig/PKGBUILD
+++ b/community/tig/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Nathan Jones <nathanj@insightbb.com>
pkgname=tig
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc='Text-mode interface for Git.'
depends=('git' 'ncurses')
@@ -14,7 +14,7 @@ license=('GPL')
arch=('i686' 'x86_64')
backup=('etc/tigrc')
source=("http://jonas.nitro.dk/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz")
-md5sums=('e0b3bc47b8c2c1e556ae953c0b30faab')
+md5sums=('e10e925d73d32ff7e17352b79dbc16f9')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/v8/PKGBUILD b/community/v8/PKGBUILD
index 3c46eadd5..ec1ff5e02 100644
--- a/community/v8/PKGBUILD
+++ b/community/v8/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 109793 2014-04-18 17:31:36Z andyrtr $
+# $Id: PKGBUILD 110924 2014-05-09 16:39:03Z anatolik $
# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Kaiting Chen <kaitocracy@gmail.com>
@@ -6,7 +6,7 @@
pkgname=v8
# use http://omahaproxy.appspot.com/ to find stable v8 version
-pkgver=3.24.35.22
+pkgver=3.24.35.33
pkgrel=1
pkgdesc='Fast and modern Javascript engine'
arch=(i686 x86_64)
@@ -17,7 +17,7 @@ makedepends=(subversion python2)
# unfortunately https://github.com/$pkgname/$pkgname does not contain all tags
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2
v8.pc)
-sha256sums=('235d6738dc5c1518a219eedb5529265e3ff511698a7bd6a7069aec7aa75f73f0'
+sha256sums=('ebde3d100aa61ee6cdff436ef8cc9291b99f0c246afddd67120838f1b85871ec'
'2b054309df9af9fb2e3e14527e88360b44745649b4866e592fb357ac90935f5d')
[[ "$CARCH" = 'i686' ]] && ARCH=ia32
diff --git a/community/xcircuit/PKGBUILD b/community/xcircuit/PKGBUILD
index 0b68da251..8ad20ed8f 100644
--- a/community/xcircuit/PKGBUILD
+++ b/community/xcircuit/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 108110 2014-03-22 19:57:32Z spupykin $
+# $Id: PKGBUILD 110889 2014-05-09 08:37:50Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Giovanni Scafora <linuxmania@gmail.com>
# Contributor: simo <simo@archlinux.org>
pkgname=xcircuit
-pkgver=3.7.56
+pkgver=3.7.57
pkgrel=1
pkgdesc="A program for drawing publishable-quality electrical circuit schematic diagrams"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('GPL2')
depends=('tk' 'libxpm' 'zlib')
makedepends=('chrpath')
source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('8fb1c92407c27791122867ba39171aab')
+md5sums=('45079ceecb2ebc3b9626c68a0820e39d')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/znc/01-sec-correctly-handle-channel-names.patch b/community/znc/01-sec-correctly-handle-channel-names.patch
deleted file mode 100644
index cc48d13c9..000000000
--- a/community/znc/01-sec-correctly-handle-channel-names.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-From 8756be513ab6663dcd64087006b257ff34e8e487 Mon Sep 17 00:00:00 2001
-From: Uli Schlachter <psychon@znc.in>
-Date: Sun, 13 Apr 2014 20:36:55 +0200
-Subject: [PATCH] webadmin/add channel: Correctly handle channel names
-
-The CChan constructor makes sure that the channel name begins with a valid
-channel prefix. Thus, this could change the name of the resulting channel.
-
-When you edited an irc network which already had a channel "#foo", were
-connected to IRC (so ZNC knows which prefixes are valid) and added a channel
-"foo", this would lead to a problem:
-
-Webadmin checks and sees that there is no channel "foo" yet. Webadmin creates a
-new CChan instance for "foo". The CChan constructor notices that "f" is not a
-valid channel prefix and instead calls itself "#foo". Then,
-CIRCNetwork::AddChan() would see that this channel already exists, delete the
-given channel and return false.
-
-However, webadmin didn't check this result and would continue changing settings
-on an already destroyed CChan instance.
-
-Fix this by checking if the channel exists after CChan had its chance to mess
-with the channel name. Also handle failures from CIRCNetwork::AddChan().
-
-Fixes #528.
-
-Signed-off-by: Uli Schlachter <psychon@znc.in>
-(cherry picked from commit 5e6e3be32acfeadeaf1fb3bb17bada08aec6432f)
----
- modules/webadmin.cpp | 16 +++++++++++-----
- 1 file changed, 11 insertions(+), 5 deletions(-)
-
-diff --git a/modules/webadmin.cpp b/modules/webadmin.cpp
-index ec67508..2a03367 100644
---- a/modules/webadmin.cpp
-+++ b/modules/webadmin.cpp
-@@ -667,13 +667,19 @@ class CWebAdminMod : public CModule {
- return true;
- }
-
-- if (pNetwork->FindChan(sChanName.Token(0))) {
-- WebSock.PrintErrorPage("Channel [" + sChanName.Token(0) + "] already exists");
-+ // This could change the channel name and e.g. add a "#" prefix
-+ pChan = new CChan(sChanName, pNetwork, true);
-+
-+ if (pNetwork->FindChan(pChan->GetName())) {
-+ WebSock.PrintErrorPage("Channel [" + pChan->GetName() + "] already exists");
-+ delete pChan;
- return true;
- }
-
-- pChan = new CChan(sChanName, pNetwork, true);
-- pNetwork->AddChan(pChan);
-+ if (!pNetwork->AddChan(pChan)) {
-+ WebSock.PrintErrorPage("Could not add channel [" + pChan->GetName() + "]");
-+ return true;
-+ }
- }
-
- pChan->SetBufferCount(WebSock.GetParam("buffercount").ToUInt(), spSession->IsAdmin());
-@@ -699,7 +705,7 @@ class CWebAdminMod : public CModule {
-
- CTemplate TmplMod;
- TmplMod["User"] = pUser->GetUserName();
-- TmplMod["ChanName"] = sChanName;
-+ TmplMod["ChanName"] = pChan->GetName();
- TmplMod["WebadminAction"] = "change";
- FOR_EACH_MODULE(it, pNetwork) {
- (*it)->OnEmbeddedWebRequest(WebSock, "webadmin/channel", TmplMod);
---
-1.9.1
-