[arch-commits] Commit in libev/trunk (PKGBUILD)

2014-10-13 Thread Anatol Pomozov
Date: Monday, October 13, 2014 @ 08:26:32
  Author: anatolik
Revision: 120586

upgpkg: libev 4.19-1

Modified:
  libev/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 05:18:56 UTC (rev 120585)
+++ PKGBUILD2014-10-13 06:26:32 UTC (rev 120586)
@@ -4,8 +4,8 @@
 # Contributor: Thomas Haider t.hai...@vcnc.org
 
 pkgname=libev
-pkgver=4.15
-pkgrel=2
+pkgver=4.19
+pkgrel=1
 pkgdesc=A full-featured and high-performance event loop
 arch=('i686' 'x86_64')
 url=http://software.schmorp.de/pkg/libev.html;
@@ -12,7 +12,7 @@
 license=('BSD')
 depends=('glibc')
 source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('88655b1e2c0b328c9f90a6df7e72361a97fa8dc3')
+sha1sums=('5a25212eb976703243fadf3a027e0fe031f29474')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in libev/repos (4 files)

2014-10-13 Thread Anatol Pomozov
Date: Monday, October 13, 2014 @ 08:27:08
  Author: anatolik
Revision: 120587

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  libev/repos/community-testing-i686/
  libev/repos/community-testing-i686/PKGBUILD
(from rev 120586, libev/trunk/PKGBUILD)
  libev/repos/community-testing-x86_64/
  libev/repos/community-testing-x86_64/PKGBUILD
(from rev 120586, libev/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   33 +
 community-testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: libev/repos/community-testing-i686/PKGBUILD (from rev 120586, 
libev/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-10-13 06:27:08 UTC (rev 120587)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Thomas Haider t.hai...@vcnc.org
+
+pkgname=libev
+pkgver=4.19
+pkgrel=1
+pkgdesc=A full-featured and high-performance event loop
+arch=('i686' 'x86_64')
+url=http://software.schmorp.de/pkg/libev.html;
+license=('BSD')
+depends=('glibc')
+source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('5a25212eb976703243fadf3a027e0fe031f29474')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # fix conflict with libevent
+  rm ${pkgdir}/usr/include/event.h
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libev/repos/community-testing-x86_64/PKGBUILD (from rev 120586, 
libev/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-10-13 06:27:08 UTC (rev 120587)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Thomas Haider t.hai...@vcnc.org
+
+pkgname=libev
+pkgver=4.19
+pkgrel=1
+pkgdesc=A full-featured and high-performance event loop
+arch=('i686' 'x86_64')
+url=http://software.schmorp.de/pkg/libev.html;
+license=('BSD')
+depends=('glibc')
+source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('5a25212eb976703243fadf3a027e0fe031f29474')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # fix conflict with libevent
+  rm ${pkgdir}/usr/include/event.h
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in vlc/trunk (2 files)

2014-10-13 Thread Bartłomiej Piotrowski
Date: Monday, October 13, 2014 @ 08:35:50
  Author: bpiotrowski
Revision: 224255

upgpkg: vlc 2.1.5-4

apply possible fix for segfaults with ffmpeg 2.4 (FS#42099)

Added:
  vlc/trunk/vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch
Modified:
  vlc/trunk/PKGBUILD

+
 PKGBUILD   |   11 ++--
 vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch |   26 +++
 2 files changed, 33 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 00:57:15 UTC (rev 224254)
+++ PKGBUILD2014-10-13 06:35:50 UTC (rev 224255)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.1.5
-pkgrel=3
+pkgrel=4
 pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
 arch=('i686' 'x86_64')
 url=http://www.videolan.org/vlc/;
@@ -58,16 +58,19 @@
 install=vlc.install
 
source=(http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;
 'vlc-2.0.7-vaapi-compat.patch'
-'vlc-2.1.5-ffmpeg-2.4.patch')
+'vlc-2.1.5-ffmpeg-2.4.patch'
+'vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch')
 md5sums=('3941b561f590cc95ca5e795213cba2f2'
  '6df10774bb7acf20e09d6139e5c7839e'
- '068a1b792064bb1aff0765a3ffa8a27a')
+ '068a1b792064bb1aff0765a3ffa8a27a'
+ '787a854f3acde37cd6e76a8fa8e6f1d0')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  patch -Np1 -i ${srcdir}/vlc-2.0.7-vaapi-compat.patch
+  patch -p1 -i ${srcdir}/vlc-2.0.7-vaapi-compat.patch
   patch -p1 -i ${srcdir}/vlc-2.1.5-ffmpeg-2.4.patch
+  patch -p1 -i 
${srcdir}/vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch
   autoreconf -fi
 
   sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c

Added: vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch
===
--- vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch  
(rev 0)
+++ vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch  2014-10-13 
06:35:50 UTC (rev 224255)
@@ -0,0 +1,26 @@
+From 1e31a5a18bb0087f9e625919a805d64a2af40bbe Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= r...@remlab.net
+Date: Wed, 30 Jul 2014 19:05:43 +0300
+Subject: [PATCH] avformat: initialize probe data (fixes #11851)
+
+(cherry picked from commit 49bd1c657d960ba107d9db8752f716139a938eee)
+---
+ modules/demux/avformat/demux.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/modules/demux/avformat/demux.c b/modules/demux/avformat/demux.c
+index bdd77fd..7349db2 100644
+--- a/modules/demux/avformat/demux.c
 b/modules/demux/avformat/demux.c
+@@ -157,7 +157,7 @@ int OpenDemux( vlc_object_t *p_this )
+ {
+ demux_t   *p_demux = (demux_t*)p_this;
+ demux_sys_t   *p_sys;
+-AVProbeData   pd;
++AVProbeData   pd = { };
+ AVInputFormat *fmt = NULL;
+ unsigned int  i;
+ int64_t   i_start_time = -1;
+-- 
+2.1.0
+


[arch-commits] Commit in vlc/repos (12 files)

2014-10-13 Thread Bartłomiej Piotrowski
Date: Monday, October 13, 2014 @ 08:36:07
  Author: bpiotrowski
Revision: 224256

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vlc/repos/testing-i686/
  vlc/repos/testing-i686/PKGBUILD
(from rev 224255, vlc/trunk/PKGBUILD)
  vlc/repos/testing-i686/vlc-2.0.7-vaapi-compat.patch
(from rev 224255, vlc/trunk/vlc-2.0.7-vaapi-compat.patch)
  
vlc/repos/testing-i686/vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch
(from rev 224255, 
vlc/trunk/vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch)
  vlc/repos/testing-i686/vlc-2.1.5-ffmpeg-2.4.patch
(from rev 224255, vlc/trunk/vlc-2.1.5-ffmpeg-2.4.patch)
  vlc/repos/testing-i686/vlc.install
(from rev 224255, vlc/trunk/vlc.install)
  vlc/repos/testing-x86_64/
  vlc/repos/testing-x86_64/PKGBUILD
(from rev 224255, vlc/trunk/PKGBUILD)
  vlc/repos/testing-x86_64/vlc-2.0.7-vaapi-compat.patch
(from rev 224255, vlc/trunk/vlc-2.0.7-vaapi-compat.patch)
  
vlc/repos/testing-x86_64/vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch
(from rev 224255, 
vlc/trunk/vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch)
  vlc/repos/testing-x86_64/vlc-2.1.5-ffmpeg-2.4.patch
(from rev 224255, vlc/trunk/vlc-2.1.5-ffmpeg-2.4.patch)
  vlc/repos/testing-x86_64/vlc.install
(from rev 224255, vlc/trunk/vlc.install)

---+
 testing-i686/PKGBUILD |  
112 ++
 testing-i686/vlc-2.0.7-vaapi-compat.patch |   
11 
 testing-i686/vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch   |   
26 ++
 testing-i686/vlc-2.1.5-ffmpeg-2.4.patch   |   
15 +
 testing-i686/vlc.install  |   
18 +
 testing-x86_64/PKGBUILD   |  
112 ++
 testing-x86_64/vlc-2.0.7-vaapi-compat.patch   |   
11 
 testing-x86_64/vlc-2.1.5-avformat-initialize-probe-data-fixes-11851.patch |   
26 ++
 testing-x86_64/vlc-2.1.5-ffmpeg-2.4.patch |   
15 +
 testing-x86_64/vlc.install|   
18 +
 10 files changed, 364 insertions(+)

Copied: vlc/repos/testing-i686/PKGBUILD (from rev 224255, vlc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-13 06:36:07 UTC (rev 224256)
@@ -0,0 +1,112 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Contributor: Martin Sandsmark martin.sandsm...@kde.org
+
+pkgname=vlc
+pkgver=2.1.5
+pkgrel=4
+pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
+arch=('i686' 'x86_64')
+url=http://www.videolan.org/vlc/;
+license=('LGPL2.1' 'GPL2')
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy'
+ 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska'
+ 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
+ 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar'
+ 'libxinerama')
+makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
+ 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca'
+ 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm'
+ 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs'
+ 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa')
+optdepends=('avahi: for service discovery using bonjour protocol'
+'libnotify: for notification plugin'
+'ncurses: for ncurses interface support'
+'libdvdcss: for decoding encrypted DVDs'
+'lirc-utils: for lirc plugin'
+'libavc1394: for devices using the 1394ta AV/C'
+'libdc1394: for IEEE 1394 plugin'
+'kdelibs: KDE Solid hardware integration'
+'libva-vdpau-driver: vdpau back-end for nvidia'
+'libva-intel-driver: back-end for intel cards'
+'libbluray: for Blu-Ray support'
+'flac: for Free Lossless Audio Codec plugin'
+'portaudio: for portaudio support'
+'twolame: for TwoLAME mpeg2 encoder plugin'
+'projectm: for ProjectM visualisation plugin'
+'libcaca: for colored ASCII art video output'
+'libgme: for libgme plugin'
+'librsvg: for SVG plugin'
+'gnome-vfs: for GNOME Virtual File System support'
+'libgoom2: for libgoom plugin'
+'vcdimager: navigate VCD with libvcdinfo'
+'aalib: for ASCII art plugin'
+'libmtp: for MTP devices support'
+'smbclient: for SMB access plugin'
+'libcdio: for audio CD playback support'
+'ttf-freefont: for subtitle font '
+'ttf-dejavu: for subtitle font'
+   

[arch-commits] Commit in nginx/trunk (PKGBUILD logrotate)

2014-10-13 Thread Bartłomiej Piotrowski
Date: Monday, October 13, 2014 @ 08:55:44
  Author: bpiotrowski
Revision: 224257

upgpkg: nginx 1.6.2-2

use http:log for log rotation (FS#42169)

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/logrotate

---+
 PKGBUILD  |4 ++--
 logrotate |3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 06:36:07 UTC (rev 224256)
+++ PKGBUILD2014-10-13 06:55:44 UTC (rev 224257)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -30,7 +30,7 @@
 logrotate)
 md5sums=('d1b55031ae6e4bce37f8776b94d8b930'
  '5dd4d09914a4403b9df778ec1d66167c'
- '3441ce77cdd1aab6f0ab7e212698a8a7')
+ '19a26a61c8afe78defb8b4544f79a9a0')
 
 build() {
   cd $pkgname-$pkgver

Modified: logrotate
===
--- logrotate   2014-10-13 06:36:07 UTC (rev 224256)
+++ logrotate   2014-10-13 06:55:44 UTC (rev 224257)
@@ -1,9 +1,10 @@
 /var/log/nginx/*log {
missingok
create 640 http log
+   su http log
sharedscripts
compress
postrotate
-   test ! -r /var/run/nginx.pid || kill -USR1 `cat 
/var/run/nginx.pid`
+   test ! -r /run/nginx.pid || kill -USR1 `cat /run/nginx.pid`
endscript
 }


[arch-commits] Commit in nginx/repos (16 files)

2014-10-13 Thread Bartłomiej Piotrowski
Date: Monday, October 13, 2014 @ 08:56:00
  Author: bpiotrowski
Revision: 224258

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 224257, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 224257, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 224257, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 224257, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 224257, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 224257, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 224257, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 224257, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  224 +++
 /logrotate |   20 +++
 /nginx.install |   42 
 /service   |   34 ++
 extra-i686/PKGBUILD|  112 -
 extra-i686/logrotate   |9 -
 extra-i686/nginx.install   |   21 
 extra-i686/service |   17 ---
 extra-x86_64/PKGBUILD  |  112 -
 extra-x86_64/logrotate |9 -
 extra-x86_64/nginx.install |   21 
 extra-x86_64/service   |   17 ---
 12 files changed, 320 insertions(+), 318 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-13 06:55:44 UTC (rev 224257)
+++ extra-i686/PKGBUILD 2014-10-13 06:56:00 UTC (rev 224258)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-# Contributor: Daniel Micay danielmi...@gmail.com
-
-pkgname=nginx
-pkgver=1.6.2
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('d1b55031ae6e4bce37f8776b94d8b930'
- '5dd4d09914a4403b9df778ec1d66167c'
- '3441ce77cdd1aab6f0ab7e212698a8a7')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 contrib/vim/ftdetect/nginx.vim \
-$pkgdir/usr/share/vim/vimfiles/ftdetect/nginx.vim
-  install -Dm644 contrib/vim/syntax/nginx.vim \
-$pkgdir/usr/share/vim/vimfiles/syntax/nginx.vim
-  install -Dm644 contrib/vim/indent/nginx.vim \
-$pkgdir/usr/share/vim/vimfiles/indent/nginx.vim
-
-  sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-
-  rm $pkgdir/etc/nginx/*.default
-
-  install -d $pkgdir/var/lib/nginx
-  install -dm700 $pkgdir/var/lib/nginx/proxy
-
-  chmod 750 $pkgdir/var/log/nginx
-  chown http:log $pkgdir/var/log/nginx
-
-  install -d 

[arch-commits] Commit in perl-module-build-tiny/repos/community-any (2 files)

2014-10-13 Thread Felix Yan
Date: Monday, October 13, 2014 @ 09:18:39
  Author: fyan
Revision: 120589

archrelease: copy trunk to community-any

Added:
  perl-module-build-tiny/repos/community-any/PKGBUILD
(from rev 120588, perl-module-build-tiny/trunk/PKGBUILD)
Deleted:
  perl-module-build-tiny/repos/community-any/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-13 07:18:12 UTC (rev 120588)
+++ PKGBUILD2014-10-13 07:18:39 UTC (rev 120589)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: xRemaLx anton.komo...@gmail.com
-
-pkgname=perl-module-build-tiny
-_pkgname=Module-Build-Tiny
-pkgver=0.038
-pkgrel=1
-pkgdesc=A tiny replacement for Module::Build
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl' 'perl-extutils-config' 'perl-extutils-helpers' 
'perl-extutils-installpaths')
-makedepends=('perl-test-harness')
-url=http://search.cpan.org/dist/Module-Build-Tiny;
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_pkgname}-${pkgver}.tar.gz;)
-sha512sums=('55b180bf2f43a8b6008e069b0463091e40ff71c7bac089e49aeb350897744cef4da22beebf4d511a6c98ae9cda61d8197a54201bffd64dfc02307f2690dc486d')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
-  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
-  MODULEBUILDRC=/dev/null
-
-cd ${srcdir}/${_pkgname}-${pkgver}
-/usr/bin/perl Build.PL
-./Build
-  )
-}
-
-check() {
-  cd ${srcdir}/${_pkgname}-${pkgver}
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-./Build test
-  )
-}
-
-package() {
-  cd ${srcdir}/${_pkgname}-${pkgver}
-  ( export PERL_AUTOINSTALL=--skipdeps   \
-  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
-  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir'
-./Build install
-  )
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-module-build-tiny/repos/community-any/PKGBUILD (from rev 120588, 
perl-module-build-tiny/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-13 07:18:39 UTC (rev 120589)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: xRemaLx anton.komo...@gmail.com
+
+pkgname=perl-module-build-tiny
+_pkgname=Module-Build-Tiny
+pkgver=0.039
+pkgrel=1
+pkgdesc=A tiny replacement for Module::Build
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl' 'perl-extutils-config' 'perl-extutils-helpers' 
'perl-extutils-installpaths')
+makedepends=('perl-test-harness')
+url=http://search.cpan.org/dist/Module-Build-Tiny;
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_pkgname}-${pkgver}.tar.gz;)
+sha512sums=('26ca6fe4c1792b26bb2b4711035847f4215ea7c37234fbe24fc07432682fd9d3b6016dbdb2ecb455a7b13f6bea13994826c7f84f21075f0a6e575fa74672903a')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd ${srcdir}/${_pkgname}-${pkgver}
+/usr/bin/perl Build.PL
+./Build
+  )
+}
+
+check() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+./Build test
+  )
+}
+
+package() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+  ( export PERL_AUTOINSTALL=--skipdeps   \
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir'
+./Build install
+  )
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-module-build-tiny/trunk (PKGBUILD)

2014-10-13 Thread Felix Yan
Date: Monday, October 13, 2014 @ 09:18:12
  Author: fyan
Revision: 120588

upgpkg: perl-module-build-tiny 0.039-1

Modified:
  perl-module-build-tiny/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 06:27:08 UTC (rev 120587)
+++ PKGBUILD2014-10-13 07:18:12 UTC (rev 120588)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: xRemaLx anton.komo...@gmail.com
 
 pkgname=perl-module-build-tiny
 _pkgname=Module-Build-Tiny
-pkgver=0.038
+pkgver=0.039
 pkgrel=1
 pkgdesc=A tiny replacement for Module::Build
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('perl-test-harness')
 url=http://search.cpan.org/dist/Module-Build-Tiny;
 
source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_pkgname}-${pkgver}.tar.gz;)
-sha512sums=('55b180bf2f43a8b6008e069b0463091e40ff71c7bac089e49aeb350897744cef4da22beebf4d511a6c98ae9cda61d8197a54201bffd64dfc02307f2690dc486d')
+sha512sums=('26ca6fe4c1792b26bb2b4711035847f4215ea7c37234fbe24fc07432682fd9d3b6016dbdb2ecb455a7b13f6bea13994826c7f84f21075f0a6e575fa74672903a')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \


[arch-commits] Commit in pdfgrep/repos (4 files)

2014-10-13 Thread Bartłomiej Piotrowski
Date: Monday, October 13, 2014 @ 09:20:17
  Author: bpiotrowski
Revision: 120591

archrelease: copy trunk to community-i686, community-x86_64

Added:
  pdfgrep/repos/community-i686/PKGBUILD
(from rev 120590, pdfgrep/trunk/PKGBUILD)
  pdfgrep/repos/community-x86_64/PKGBUILD
(from rev 120590, pdfgrep/trunk/PKGBUILD)
Deleted:
  pdfgrep/repos/community-i686/PKGBUILD
  pdfgrep/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-13 07:19:58 UTC (rev 120590)
+++ community-i686/PKGBUILD 2014-10-13 07:20:17 UTC (rev 120591)
@@ -1,33 +0,0 @@
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: Gabriel B. Casella gbc...@gmail.com
-# Contributor: josephgbr rafael.f...@gmail.com
-
-pkgname=pdfgrep
-pkgver=1.3.0
-pkgrel=2
-pkgdesc=A tool to search text in PDF files
-arch=('i686' 'x86_64')
-url=http://pdfgrep.sourceforge.net/;
-license=('GPL')
-depends=('poppler')
-conflicts=('pdfgrep-git')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('07d2819dd11b0f92278df11a95221833')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pdfgrep/repos/community-i686/PKGBUILD (from rev 120590, 
pdfgrep/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-13 07:20:17 UTC (rev 120591)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Gabriel B. Casella gbc...@gmail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+
+pkgname=pdfgrep
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=A tool to search text in PDF files
+arch=('i686' 'x86_64')
+url=http://pdfgrep.sourceforge.net/;
+license=('GPL')
+depends=('poppler')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('33e620a2ae3c873ca12424f900f674a3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-13 07:19:58 UTC (rev 120590)
+++ community-x86_64/PKGBUILD   2014-10-13 07:20:17 UTC (rev 120591)
@@ -1,33 +0,0 @@
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: Gabriel B. Casella gbc...@gmail.com
-# Contributor: josephgbr rafael.f...@gmail.com
-
-pkgname=pdfgrep
-pkgver=1.3.0
-pkgrel=2
-pkgdesc=A tool to search text in PDF files
-arch=('i686' 'x86_64')
-url=http://pdfgrep.sourceforge.net/;
-license=('GPL')
-depends=('poppler')
-conflicts=('pdfgrep-git')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('07d2819dd11b0f92278df11a95221833')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pdfgrep/repos/community-x86_64/PKGBUILD (from rev 120590, 
pdfgrep/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-13 07:20:17 UTC (rev 120591)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Gabriel B. Casella gbc...@gmail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+
+pkgname=pdfgrep
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=A tool to search text in PDF files
+arch=('i686' 'x86_64')
+url=http://pdfgrep.sourceforge.net/;
+license=('GPL')
+depends=('poppler')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('33e620a2ae3c873ca12424f900f674a3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in pdfgrep/trunk (PKGBUILD)

2014-10-13 Thread Bartłomiej Piotrowski
Date: Monday, October 13, 2014 @ 09:19:58
  Author: bpiotrowski
Revision: 120590

upgpkg: pdfgrep 1.3.1-1

new upstream release

Modified:
  pdfgrep/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 07:18:39 UTC (rev 120589)
+++ PKGBUILD2014-10-13 07:19:58 UTC (rev 120590)
@@ -1,18 +1,18 @@
+# $Id$
 # Maintainer: schuay jakob.gru...@gmail.com
 # Contributor: Gabriel B. Casella gbc...@gmail.com
 # Contributor: josephgbr rafael.f...@gmail.com
 
 pkgname=pdfgrep
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
 pkgdesc=A tool to search text in PDF files
 arch=('i686' 'x86_64')
 url=http://pdfgrep.sourceforge.net/;
 license=('GPL')
 depends=('poppler')
-conflicts=('pdfgrep-git')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('07d2819dd11b0f92278df11a95221833')
+md5sums=('33e620a2ae3c873ca12424f900f674a3')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in libogg/repos (8 files)

2014-10-13 Thread Bartłomiej Piotrowski
Date: Monday, October 13, 2014 @ 09:23:39
  Author: bpiotrowski
Revision: 224261

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libogg/repos/extra-i686/PKGBUILD
(from rev 224260, libogg/trunk/PKGBUILD)
  libogg/repos/extra-i686/config_types.h
(from rev 224260, libogg/trunk/config_types.h)
  libogg/repos/extra-x86_64/PKGBUILD
(from rev 224260, libogg/trunk/PKGBUILD)
  libogg/repos/extra-x86_64/config_types.h
(from rev 224260, libogg/trunk/config_types.h)
Deleted:
  libogg/repos/extra-i686/PKGBUILD
  libogg/repos/extra-i686/config_types.h
  libogg/repos/extra-x86_64/PKGBUILD
  libogg/repos/extra-x86_64/config_types.h

-+
 /PKGBUILD   |   74 ++
 /config_types.h |   18 ++
 extra-i686/PKGBUILD |   37 -
 extra-i686/config_types.h   |9 -
 extra-x86_64/PKGBUILD   |   37 -
 extra-x86_64/config_types.h |9 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-13 07:23:26 UTC (rev 224260)
+++ extra-i686/PKGBUILD 2014-10-13 07:23:39 UTC (rev 224261)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Tom Gundersen t...@jklm.no
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=libogg
-pkgver=1.3.1
-pkgrel=2
-pkgdesc=Ogg bitstream and framing library
-arch=('i686' 'x86_64')
-url=http://www.xiph.org/ogg/;
-license=('BSD')
-depends=('glibc')
-source=(http://downloads.xiph.org/releases/ogg/$pkgname-$pkgver.tar.xz
-config_types.h)
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  ./configure --prefix=/usr 
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-
-# install BSD license
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-
-# Resolve multilib conflict
-  if [[ $CARCH == x86_64 ]]; then
-mv $pkgdir/usr/include/ogg/config_types{,-64}.h
-install -m 644 $srcdir/config_types.h \
-  ${pkgdir}/usr/include/ogg/config_types.h
-  fi
-}
-md5sums=('ca25d8da0ddfc8c6cbbf78d847a209fe'
- 'a4d786b1b1955cb85b64fd16cbbee3f9')

Copied: libogg/repos/extra-i686/PKGBUILD (from rev 224260, 
libogg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-13 07:23:39 UTC (rev 224261)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Tom Gundersen t...@jklm.no
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=libogg
+pkgver=1.3.2
+pkgrel=1
+pkgdesc=Ogg bitstream and framing library
+arch=('i686' 'x86_64')
+url=http://www.xiph.org/ogg/;
+license=('BSD')
+depends=('glibc')
+source=(http://downloads.xiph.org/releases/ogg/$pkgname-$pkgver.tar.xz
+config_types.h)
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+
+# install BSD license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+
+# Resolve multilib conflict
+  if [[ $CARCH == x86_64 ]]; then
+mv $pkgdir/usr/include/ogg/config_types{,-64}.h
+install -m 644 $srcdir/config_types.h \
+  ${pkgdir}/usr/include/ogg/config_types.h
+  fi
+}
+md5sums=('5c3a34309d8b98640827e5d0991a4015'
+ 'a4d786b1b1955cb85b64fd16cbbee3f9')

Deleted: extra-i686/config_types.h
===
--- extra-i686/config_types.h   2014-10-13 07:23:26 UTC (rev 224260)
+++ extra-i686/config_types.h   2014-10-13 07:23:39 UTC (rev 224261)
@@ -1,9 +0,0 @@
-#include bits/wordsize.h
-
-#if __WORDSIZE == 32
-#include config_types-32.h
-#elif __WORDSIZE == 64
-#include config_types-64.h
-#else
-#error Unknown word size
-#endif

Copied: libogg/repos/extra-i686/config_types.h (from rev 224260, 
libogg/trunk/config_types.h)
===
--- extra-i686/config_types.h   (rev 0)
+++ extra-i686/config_types.h   2014-10-13 07:23:39 UTC (rev 224261)
@@ -0,0 +1,9 @@
+#include bits/wordsize.h
+
+#if __WORDSIZE == 32
+#include config_types-32.h
+#elif __WORDSIZE == 64
+#include config_types-64.h
+#else
+#error Unknown word size
+#endif

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-13 07:23:26 UTC (rev 224260)
+++ extra-x86_64/PKGBUILD   2014-10-13 07:23:39 UTC (rev 224261)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Tom Gundersen t...@jklm.no
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=libogg
-pkgver=1.3.1
-pkgrel=2
-pkgdesc=Ogg bitstream and framing library
-arch=('i686' 'x86_64')
-url=http://www.xiph.org/ogg/;
-license=('BSD')
-depends=('glibc')

[arch-commits] Commit in libogg/trunk (PKGBUILD)

2014-10-13 Thread Bartłomiej Piotrowski
Date: Monday, October 13, 2014 @ 09:23:26
  Author: bpiotrowski
Revision: 224260

upgpkg: libogg 1.3.2-1

new upstream release

Modified:
  libogg/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 07:12:24 UTC (rev 224259)
+++ PKGBUILD2014-10-13 07:23:26 UTC (rev 224260)
@@ -3,8 +3,8 @@
 # Contributor: John Proctor jproc...@prium.net
 
 pkgname=libogg
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
 pkgdesc=Ogg bitstream and framing library
 arch=('i686' 'x86_64')
 url=http://www.xiph.org/ogg/;
@@ -15,7 +15,7 @@
 
 build() {
   cd $srcdir/${pkgname}-${pkgver}
-  ./configure --prefix=/usr 
+  ./configure --prefix=/usr
   make
 }
 
@@ -33,5 +33,5 @@
   ${pkgdir}/usr/include/ogg/config_types.h
   fi
 }
-md5sums=('ca25d8da0ddfc8c6cbbf78d847a209fe'
+md5sums=('5c3a34309d8b98640827e5d0991a4015'
  'a4d786b1b1955cb85b64fd16cbbee3f9')


[arch-commits] Commit in gnome-color-manager/repos (8 files)

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 10:34:52
  Author: jgc
Revision: 224263

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnome-color-manager/repos/testing-i686/PKGBUILD
(from rev 224262, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/testing-i686/gnome-color-manager.install
(from rev 224262, gnome-color-manager/trunk/gnome-color-manager.install)
  gnome-color-manager/repos/testing-x86_64/PKGBUILD
(from rev 224262, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/testing-x86_64/gnome-color-manager.install
(from rev 224262, gnome-color-manager/trunk/gnome-color-manager.install)
Deleted:
  gnome-color-manager/repos/testing-i686/PKGBUILD
  gnome-color-manager/repos/testing-i686/gnome-color-manager.install
  gnome-color-manager/repos/testing-x86_64/PKGBUILD
  gnome-color-manager/repos/testing-x86_64/gnome-color-manager.install

+
 /PKGBUILD  |   70 +++
 /gnome-color-manager.install   |   38 ++
 testing-i686/PKGBUILD  |   35 -
 testing-i686/gnome-color-manager.install   |   19 ---
 testing-x86_64/PKGBUILD|   35 -
 testing-x86_64/gnome-color-manager.install |   19 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-13 08:34:46 UTC (rev 224262)
+++ testing-i686/PKGBUILD   2014-10-13 08:34:52 UTC (rev 224263)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-color-manager
-pkgver=3.14.0
-pkgrel=1
-pkgdesc=Color profile manager for the GNOME desktop
-arch=(i686 x86_64)
-url=http://projects.gnome.org/gnome-color-manager/;
-license=(GPL2)
-depends=(libcanberra vte3 exiv2 hicolor-icon-theme desktop-file-utils 
shared-color-targets colord-gtk libexif)
-makedepends=(intltool yelp-tools)
-optdepends=('argyllcms: color calibration')
-install=gnome-color-manager.install
-options=('!emptydirs')
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7060483a6c79b442fb659fc4052d4e74b5d43832441c220e3fbce60b89819578')
-
-build(){
-  cd $pkgname-$pkgver
-
-  # man pages need docbook-sgml, which we don't have
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/gnome-color-manager --disable-static 
--disable-man-pages
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-color-manager/repos/testing-i686/PKGBUILD (from rev 224262, 
gnome-color-manager/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-13 08:34:52 UTC (rev 224263)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-color-manager
+pkgver=3.14.1
+pkgrel=1
+pkgdesc=Color profile manager for the GNOME desktop
+arch=(i686 x86_64)
+url=http://projects.gnome.org/gnome-color-manager/;
+license=(GPL2)
+depends=(libcanberra vte3 exiv2 hicolor-icon-theme desktop-file-utils 
shared-color-targets colord-gtk libexif)
+makedepends=(intltool yelp-tools)
+optdepends=('argyllcms: color calibration')
+install=gnome-color-manager.install
+options=('!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('806333af6f31e976ca9a1abca19a82cca8dde58bd0f6f81aeb200d0b9f610b19')
+
+build(){
+  cd $pkgname-$pkgver
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-color-manager --disable-static 
--disable-man-pages
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-i686/gnome-color-manager.install
===
--- testing-i686/gnome-color-manager.install2014-10-13 08:34:46 UTC (rev 
224262)
+++ testing-i686/gnome-color-manager.install2014-10-13 08:34:52 UTC (rev 
224263)
@@ -1,19 +0,0 @@
-post_install() {
-  

[arch-commits] Commit in gnome-color-manager/trunk (PKGBUILD)

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 10:34:46
  Author: jgc
Revision: 224262

upgpkg: gnome-color-manager 3.14.1-1

Modified:
  gnome-color-manager/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 07:23:39 UTC (rev 224261)
+++ PKGBUILD2014-10-13 08:34:46 UTC (rev 224262)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-color-manager
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc=Color profile manager for the GNOME desktop
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7060483a6c79b442fb659fc4052d4e74b5d43832441c220e3fbce60b89819578')
+sha256sums=('806333af6f31e976ca9a1abca19a82cca8dde58bd0f6f81aeb200d0b9f610b19')
 
 build(){
   cd $pkgname-$pkgver


[arch-commits] Commit in gtkhtml4/trunk (PKGBUILD)

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 10:36:15
  Author: jgc
Revision: 224264

upgpkg: gtkhtml4 4.8.5-1

Modified:
  gtkhtml4/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 08:34:52 UTC (rev 224263)
+++ PKGBUILD2014-10-13 08:36:15 UTC (rev 224264)
@@ -3,7 +3,7 @@
 
 pkgname=gtkhtml4
 _pkgbasename=gtkhtml
-pkgver=4.8.4
+pkgver=4.8.5
 pkgrel=1
 pkgdesc=A lightweight HTML renderer/editor widget for GTK3
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:3}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('00363771f5c5fef28ec90bcd643d9375d61efa6c88e770e874c3b64d3cf3b25d')
+sha256sums=('2ff5bbec4d8e7eca66a36f7e3863a104e098ce9b58e6d0374de7cb80c3d93e8d')
 
 build() {
 cd $_pkgbasename-$pkgver


[arch-commits] Commit in gtkhtml4/repos (4 files)

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 10:36:21
  Author: jgc
Revision: 224265

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gtkhtml4/repos/testing-i686/
  gtkhtml4/repos/testing-i686/PKGBUILD
(from rev 224264, gtkhtml4/trunk/PKGBUILD)
  gtkhtml4/repos/testing-x86_64/
  gtkhtml4/repos/testing-x86_64/PKGBUILD
(from rev 224264, gtkhtml4/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   28 
 testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: gtkhtml4/repos/testing-i686/PKGBUILD (from rev 224264, 
gtkhtml4/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-13 08:36:21 UTC (rev 224265)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.8.5
+pkgrel=1
+pkgdesc=A lightweight HTML renderer/editor widget for GTK3
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'enchant' 'iso-codes' 'libsoup')
+makedepends=('intltool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:3}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('2ff5bbec4d8e7eca66a36f7e3863a104e098ce9b58e6d0374de7cb80c3d93e8d')
+
+build() {
+cd $_pkgbasename-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/gtkhtml4 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd $_pkgbasename-$pkgver
+make DESTDIR=$pkgdir install
+}

Copied: gtkhtml4/repos/testing-x86_64/PKGBUILD (from rev 224264, 
gtkhtml4/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-13 08:36:21 UTC (rev 224265)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.8.5
+pkgrel=1
+pkgdesc=A lightweight HTML renderer/editor widget for GTK3
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'enchant' 'iso-codes' 'libsoup')
+makedepends=('intltool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:3}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('2ff5bbec4d8e7eca66a36f7e3863a104e098ce9b58e6d0374de7cb80c3d93e8d')
+
+build() {
+cd $_pkgbasename-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/gtkhtml4 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd $_pkgbasename-$pkgver
+make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 10:39:20
  Author: jgc
Revision: 224266

upgpkg: evolution-data-server 3.12.7-1

Modified:
  evolution-data-server/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 08:36:21 UTC (rev 224265)
+++ PKGBUILD2014-10-13 08:39:20 UTC (rev 224266)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution-data-server
-pkgver=3.12.6
+pkgver=3.12.7
 pkgrel=1
 pkgdesc=Centralized access to appointments and contacts
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 url=https://wiki.gnome.org/Apps/Evolution;
 license=(GPL)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f05ea462b591b24b927afd943258199a4c05f23ff07fa04355bc04bcec15a7c2')
+sha256sums=('c349244ac2b573e33d7f20547eb5133f082113390103533267efcc4037793192')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in evolution-data-server/repos (8 files)

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 10:39:27
  Author: jgc
Revision: 224267

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  evolution-data-server/repos/testing-i686/PKGBUILD
(from rev 224266, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/testing-i686/evolution-data-server.install
(from rev 224266, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/testing-x86_64/PKGBUILD
(from rev 224266, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/testing-x86_64/evolution-data-server.install
(from rev 224266, evolution-data-server/trunk/evolution-data-server.install)
Deleted:
  evolution-data-server/repos/testing-i686/PKGBUILD
  evolution-data-server/repos/testing-i686/evolution-data-server.install
  evolution-data-server/repos/testing-x86_64/PKGBUILD
  evolution-data-server/repos/testing-x86_64/evolution-data-server.install

--+
 /PKGBUILD|   72 +
 /evolution-data-server.install   |   22 +++
 testing-i686/PKGBUILD|   36 
 testing-i686/evolution-data-server.install   |   11 ---
 testing-x86_64/PKGBUILD  |   36 
 testing-x86_64/evolution-data-server.install |   11 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-13 08:39:20 UTC (rev 224266)
+++ testing-i686/PKGBUILD   2014-10-13 08:39:27 UTC (rev 224267)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution-data-server
-pkgver=3.12.6
-pkgrel=1
-pkgdesc=Centralized access to appointments and contacts
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
-makedepends=(intltool gperf gobject-introspection vala python2)
-install=$pkgname.install
-url=https://wiki.gnome.org/Apps/Evolution;
-license=(GPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f05ea462b591b24b927afd943258199a4c05f23ff07fa04355bc04bcec15a7c2')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
- 
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr \
-  --enable-vala-bindings --disable-uoa
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-data-server/repos/testing-i686/PKGBUILD (from rev 224266, 
evolution-data-server/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-13 08:39:27 UTC (rev 224267)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.12.7
+pkgrel=1
+pkgdesc=Centralized access to appointments and contacts
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
+makedepends=(intltool gperf gobject-introspection vala python2)
+install=$pkgname.install
+url=https://wiki.gnome.org/Apps/Evolution;
+license=(GPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c349244ac2b573e33d7f20547eb5133f082113390103533267efcc4037793192')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+ 
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings --disable-uoa
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-i686/evolution-data-server.install
===
--- testing-i686/evolution-data-server.install  2014-10-13 08:39:20 UTC (rev 
224266)
+++ testing-i686/evolution-data-server.install  2014-10-13 08:39:27 UTC (rev 
224267)
@@ -1,11 +0,0 @@
-post_install () {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade () {
-post_install
-}
-
-post_remove () {
-post_install

[arch-commits] Commit in mesa/trunk (PKGBUILD)

2014-10-13 Thread Laurent Carlier
Date: Monday, October 13, 2014 @ 11:03:25
  Author: lcarlier
Revision: 224268

upgpkg: mesa 10.3.1-1

upstream update 10.3.1

Modified:
  mesa/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 08:39:27 UTC (rev 224267)
+++ PKGBUILD2014-10-13 09:03:25 UTC (rev 224268)
@@ -4,8 +4,8 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'mesa-dri' 'mesa-vdpau' 'mesa' 'mesa-libgl')
-pkgver=10.3.0
-pkgrel=3
+pkgver=10.3.1
+pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm'  'libxdamage' 'libvdpau' 'wayland' 
'elfutils' 'llvm' 'systemd'
@@ -12,10 +12,10 @@
  'libomxil-bellagio' 'libclc' 'clang')
 url=http://mesa3d.sourceforge.net;
 license=('custom')
-#source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
-source=(ftp://ftp.freedesktop.org/pub/mesa/10.3/MesaLib-${pkgver}.tar.bz2{,.sig}
+source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
+#source=(ftp://ftp.freedesktop.org/pub/mesa/10.3/MesaLib-${pkgver}.tar.bz2{,.sig}
 LICENSE)
-sha256sums=('0283bfe710fa449ed82e465cfa09612a269e19abb7e0382082608062ce7960b5'
+sha256sums=('b081d077d717e5d56f2d59677490856052c41573e50378ff86d6c72456714add'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 


[arch-commits] Commit in mesa/repos (8 files)

2014-10-13 Thread Laurent Carlier
Date: Monday, October 13, 2014 @ 11:03:37
  Author: lcarlier
Revision: 224269

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 224268, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 224268, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/LICENSE
(from rev 224268, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 224268, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  164 ++
 /PKGBUILD |  348 
 extra-i686/LICENSE|   82 ---
 extra-i686/PKGBUILD   |  174 
 extra-x86_64/LICENSE  |   82 ---
 extra-x86_64/PKGBUILD |  174 
 6 files changed, 512 insertions(+), 512 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 224268:224269 to see the changes.


[arch-commits] Commit in python-idna/trunk (PKGBUILD)

2014-10-13 Thread Felix Yan
Date: Monday, October 13, 2014 @ 11:06:38
  Author: fyan
Revision: 120592

upgpkg: python-idna 1.0-1

Modified:
  python-idna/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 07:20:17 UTC (rev 120591)
+++ PKGBUILD2014-10-13 09:06:38 UTC (rev 120592)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgbase=python-idna
 pkgname=('python-idna' 'python2-idna')
-pkgver=0.9
+pkgver=1.0
 pkgrel=1
 pkgdesc=Internationalized Domain Names in Applications (IDNA)
 arch=('any')
@@ -11,7 +11,7 @@
 url=https://github.com/kjd/idna;
 makedepends=('python-setuptools' 'python2-setuptools')
 source=(http://pypi.python.org/packages/source/i/idna/idna-${pkgver}.tar.gz;)
-md5sums=('adeaa25679040dc6f8098a2e2ab6c42d')
+md5sums=('01abd8bd98f119e02aad6e686ff6181b')
 
 prepare() {
cp -a idna-${pkgver}{,-python2}


[arch-commits] Commit in python-idna/repos/community-any (PKGBUILD PKGBUILD)

2014-10-13 Thread Felix Yan
Date: Monday, October 13, 2014 @ 11:07:07
  Author: fyan
Revision: 120593

archrelease: copy trunk to community-any

Added:
  python-idna/repos/community-any/PKGBUILD
(from rev 120592, python-idna/trunk/PKGBUILD)
Deleted:
  python-idna/repos/community-any/PKGBUILD

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-13 09:06:38 UTC (rev 120592)
+++ PKGBUILD2014-10-13 09:07:07 UTC (rev 120593)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-idna
-pkgname=('python-idna' 'python2-idna')
-pkgver=0.9
-pkgrel=1
-pkgdesc=Internationalized Domain Names in Applications (IDNA)
-arch=('any')
-license=('BSD')
-url=https://github.com/kjd/idna;
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/i/idna/idna-${pkgver}.tar.gz;)
-md5sums=('adeaa25679040dc6f8098a2e2ab6c42d')
-
-prepare() {
-   cp -a idna-${pkgver}{,-python2}
-}
-
-build() {
-   # Build python 3 module
-   cd idna-${pkgver}
-   python setup.py build
- 
-   # Build python 2 module
-   cd ../idna-${pkgver}-python2
-   python2 setup.py build
-}
-
-check() {
-   # Check python3 module
-   cd ${srcdir}/idna-${pkgver}
-   python setup.py test
-
-   # Check python2 module
-   cd ${srcdir}/idna-${pkgver}-python2
-   python2 setup.py test
-}
- 
-package_python-idna() {
-   depends=('python')
- 
-   cd idna-${pkgver}
-   python setup.py install --root=${pkgdir} --optimize=1 --skip-build
-   install -Dm644 LICENSE.rst $pkgdir/usr/share/licenses/$pkgname/LICENSE.rst
-}
- 
-package_python2-idna() {
-   depends=('python2')
- 
-   cd idna-${pkgver}-python2
-   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
-   install -Dm644 LICENSE.rst $pkgdir/usr/share/licenses/$pkgname/LICENSE.rst
-}

Copied: python-idna/repos/community-any/PKGBUILD (from rev 120592, 
python-idna/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-13 09:07:07 UTC (rev 120593)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-idna
+pkgname=('python-idna' 'python2-idna')
+pkgver=1.0
+pkgrel=1
+pkgdesc=Internationalized Domain Names in Applications (IDNA)
+arch=('any')
+license=('BSD')
+url=https://github.com/kjd/idna;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/i/idna/idna-${pkgver}.tar.gz;)
+md5sums=('01abd8bd98f119e02aad6e686ff6181b')
+
+prepare() {
+   cp -a idna-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd idna-${pkgver}
+   python setup.py build
+ 
+   # Build python 2 module
+   cd ../idna-${pkgver}-python2
+   python2 setup.py build
+}
+
+check() {
+   # Check python3 module
+   cd ${srcdir}/idna-${pkgver}
+   python setup.py test
+
+   # Check python2 module
+   cd ${srcdir}/idna-${pkgver}-python2
+   python2 setup.py test
+}
+ 
+package_python-idna() {
+   depends=('python')
+ 
+   cd idna-${pkgver}
+   python setup.py install --root=${pkgdir} --optimize=1 --skip-build
+   install -Dm644 LICENSE.rst $pkgdir/usr/share/licenses/$pkgname/LICENSE.rst
+}
+ 
+package_python2-idna() {
+   depends=('python2')
+ 
+   cd idna-${pkgver}-python2
+   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+   install -Dm644 LICENSE.rst $pkgdir/usr/share/licenses/$pkgname/LICENSE.rst
+}


[arch-commits] Commit in lib32-mesa/repos/multilib-x86_64 (4 files)

2014-10-13 Thread Laurent Carlier
Date: Monday, October 13, 2014 @ 11:14:41
  Author: lcarlier
Revision: 120595

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 120594, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 120594, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD

--+
 LICENSE  |  164 
 PKGBUILD |  312 ++---
 2 files changed, 238 insertions(+), 238 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-10-13 09:14:34 UTC (rev 120594)
+++ LICENSE 2014-10-13 09:14:41 UTC (rev 120595)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the Software),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: lib32-mesa/repos/multilib-x86_64/LICENSE (from rev 120594, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-10-13 09:14:41 UTC (rev 120595)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL 

[arch-commits] Commit in lib32-mesa/trunk (PKGBUILD)

2014-10-13 Thread Laurent Carlier
Date: Monday, October 13, 2014 @ 11:14:34
  Author: lcarlier
Revision: 120594

upgpkg: lib32-mesa 10.3.1-1

upstream update 10.3.1

Modified:
  lib32-mesa/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 09:07:07 UTC (rev 120593)
+++ PKGBUILD2014-10-13 09:14:34 UTC (rev 120594)
@@ -4,8 +4,8 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-dri' 'lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=10.3.0
-pkgrel=3
+pkgver=10.3.1
+pkgrel=1
 arch=('x86_64')
 makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd'
@@ -12,10 +12,10 @@
  'lib32-libvdpau' 'lib32-wayland')
 url=http://mesa3d.sourceforge.net;
 license=('custom')
-#source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
-source=(ftp://ftp.freedesktop.org/pub/mesa/10.3/MesaLib-${pkgver}.tar.bz2{,.sig}
+source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
+#source=(ftp://ftp.freedesktop.org/pub/mesa/10.3/MesaLib-${pkgver}.tar.bz2{,.sig}
LICENSE)
-sha256sums=('0283bfe710fa449ed82e465cfa09612a269e19abb7e0382082608062ce7960b5'
+sha256sums=('b081d077d717e5d56f2d59677490856052c41573e50378ff86d6c72456714add'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 


[arch-commits] Commit in lxc/trunk (PKGBUILD)

2014-10-13 Thread Sergej Pupykin
Date: Monday, October 13, 2014 @ 11:40:28
  Author: spupykin
Revision: 120596

upgpkg: lxc 1:1.0.6-2

upd

Modified:
  lxc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 09:14:41 UTC (rev 120595)
+++ PKGBUILD2014-10-13 09:40:28 UTC (rev 120596)
@@ -8,11 +8,11 @@
 pkgname=lxc
 pkgver=1.0.6
 epoch=1
-pkgrel=1
+pkgrel=2
 pkgdesc=Linux Containers
 arch=('i686' 'x86_64')
 url=http://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'cgmanager')
+depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'cgmanager' 'rsync')
 makedepends=('docbook2x' 'lua')
 optdepends=('arch-install-scripts: for archlinux template'
'lua'


[arch-commits] Commit in python-docs/trunk (PKGBUILD)

2014-10-13 Thread Sergej Pupykin
Date: Monday, October 13, 2014 @ 11:40:53
  Author: spupykin
Revision: 120598

upgpkg: python-docs 3.4.2-1

upd

Modified:
  python-docs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 09:40:50 UTC (rev 120597)
+++ PKGBUILD2014-10-13 09:40:53 UTC (rev 120598)
@@ -3,8 +3,8 @@
 # Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
 
 pkgname=python-docs
-pkgver=3.4.1
-pkgrel=4
+pkgver=3.4.2
+pkgrel=1
 pkgdesc=Set of HTML documentation for python
 arch=('any')
 url=http://docs.python.org/py3k/;
@@ -12,7 +12,7 @@
 depends=()
 options=('docs')
 source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
-md5sums=('SKIP')
+md5sums=('4cf953253ed9fd0f64fac5d49e7d806f')
 
 package() {
   mkdir -p $pkgdir/usr/share/doc/python/html


[arch-commits] Commit in lxc/repos (16 files)

2014-10-13 Thread Sergej Pupykin
Date: Monday, October 13, 2014 @ 11:40:50
  Author: spupykin
Revision: 120597

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lxc/repos/community-i686/PKGBUILD
(from rev 120596, lxc/trunk/PKGBUILD)
  lxc/repos/community-i686/lxc.install
(from rev 120596, lxc/trunk/lxc.install)
  lxc/repos/community-i686/lxc.service
(from rev 120596, lxc/trunk/lxc.service)
  lxc/repos/community-i686/lxc.tmpfiles.d
(from rev 120596, lxc/trunk/lxc.tmpfiles.d)
  lxc/repos/community-x86_64/PKGBUILD
(from rev 120596, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc.install
(from rev 120596, lxc/trunk/lxc.install)
  lxc/repos/community-x86_64/lxc.service
(from rev 120596, lxc/trunk/lxc.service)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 120596, lxc/trunk/lxc.tmpfiles.d)
Deleted:
  lxc/repos/community-i686/PKGBUILD
  lxc/repos/community-i686/lxc.install
  lxc/repos/community-i686/lxc.service
  lxc/repos/community-i686/lxc.tmpfiles.d
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc.install
  lxc/repos/community-x86_64/lxc.service
  lxc/repos/community-x86_64/lxc.tmpfiles.d

-+
 /PKGBUILD   |  140 ++
 /lxc.install|   16 
 /lxc.service|   22 +
 /lxc.tmpfiles.d |2 
 community-i686/PKGBUILD |   70 ---
 community-i686/lxc.install  |8 --
 community-i686/lxc.service  |   11 --
 community-i686/lxc.tmpfiles.d   |1 
 community-x86_64/PKGBUILD   |   70 ---
 community-x86_64/lxc.install|8 --
 community-x86_64/lxc.service|   11 --
 community-x86_64/lxc.tmpfiles.d |1 
 12 files changed, 180 insertions(+), 180 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-13 09:40:28 UTC (rev 120596)
+++ community-i686/PKGBUILD 2014-10-13 09:40:50 UTC (rev 120597)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andrea Zucchelli zukk...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Jonathan Liu net...@gmail.com
-# Contributor: Jon Nordby jono...@gmail.com
-
-pkgname=lxc
-pkgver=1.0.6
-epoch=1
-pkgrel=1
-pkgdesc=Linux Containers
-arch=('i686' 'x86_64')
-url=http://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'cgmanager')
-makedepends=('docbook2x' 'lua')
-optdepends=('arch-install-scripts: for archlinux template'
-   'lua'
-   'lua-filesystem: lxc-top'
-   'lua-alt-getopt: lxc-top')
-license=('LGPL')
-install=lxc.install
-options=('emptydirs')
-backup=('etc/lxc/default.conf')
-source=(http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz{,.asc}
-   lxc.tmpfiles.d
-   lxc.service)
-md5sums=('4aad3aee84b42faa194e44091d723a3b'
- 'SKIP'
- 'df94c9fb8a753011c86ee664e9f521ff'
- '32db4ef06b27f36e15ff4b67c049dfeb')
-
-prepare() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  sed -i \
--e 's|\\-//Davenport//DTD DocBook V3.0//EN\\|\\-//OASIS//DTD DocBook 
XML\\ \\http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\;|' \
-configure.ac
-}
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---sysconfdir=/etc \
---disable-apparmor \
---enable-seccomp \
---enable-cgmanager \
---enable-capabilities \
---enable-lua
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-
-  make DESTDIR=$pkgdir install
-  install -d -m755 $pkgdir/var/lib/lxc
-  install -d -m755 $pkgdir/usr/lib/lxc/rootfs/dev
-  install -D -m644 ${srcdir}/lxc.service 
${pkgdir}/usr/lib/systemd/system/lxc@.service
-  install -D -m644 ${srcdir}/lxc.tmpfiles.d 
${pkgdir}/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man1/{} \;
-  find . -type f -name '*.5' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man5/{} \;
-  find . -type f -name '*.7' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man7/{} \;
-}

Copied: lxc/repos/community-i686/PKGBUILD (from rev 120596, lxc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-13 09:40:50 UTC (rev 120597)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Zucchelli zukk...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Jonathan Liu net...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=lxc
+pkgver=1.0.6
+epoch=1
+pkgrel=2
+pkgdesc=Linux Containers
+arch=('i686' 'x86_64')

[arch-commits] Commit in python-docs/repos/community-any (PKGBUILD PKGBUILD)

2014-10-13 Thread Sergej Pupykin
Date: Monday, October 13, 2014 @ 11:41:03
  Author: spupykin
Revision: 120599

archrelease: copy trunk to community-any

Added:
  python-docs/repos/community-any/PKGBUILD
(from rev 120598, python-docs/trunk/PKGBUILD)
Deleted:
  python-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-13 09:40:53 UTC (rev 120598)
+++ PKGBUILD2014-10-13 09:41:03 UTC (rev 120599)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.4.1
-pkgrel=4
-pkgdesc=Set of HTML documentation for python
-arch=('any')
-url=http://docs.python.org/py3k/;
-license=('GPL')
-depends=()
-options=('docs')
-source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
-md5sums=('SKIP')
-
-package() {
-  mkdir -p $pkgdir/usr/share/doc/python/html
-  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python/html/
-  find $pkgdir/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
-  find $pkgdir/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
-  install -dm0755 $pkgdir/etc/profile.d
-  echo export PYTHONDOCS=/usr/share/doc/python/html/library 
$pkgdir/etc/profile.d/$pkgname.sh
-  echo setenv PYTHONDOCS /usr/share/doc/python/html/library 
$pkgdir/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 120598, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-13 09:41:03 UTC (rev 120599)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.4.2
+pkgrel=1
+pkgdesc=Set of HTML documentation for python
+arch=('any')
+url=http://docs.python.org/py3k/;
+license=('GPL')
+depends=()
+options=('docs')
+source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
+md5sums=('4cf953253ed9fd0f64fac5d49e7d806f')
+
+package() {
+  mkdir -p $pkgdir/usr/share/doc/python/html
+  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python/html/
+  find $pkgdir/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
+  find $pkgdir/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
+  install -dm0755 $pkgdir/etc/profile.d
+  echo export PYTHONDOCS=/usr/share/doc/python/html/library 
$pkgdir/etc/profile.d/$pkgname.sh
+  echo setenv PYTHONDOCS /usr/share/doc/python/html/library 
$pkgdir/etc/profile.d/$pkgname.csh
+}


[arch-commits] Commit in evolution/trunk (PKGBUILD)

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 12:02:16
  Author: jgc
Revision: 224270

upgpkg: evolution 3.12.7-1

Modified:
  evolution/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 09:03:37 UTC (rev 224269)
+++ PKGBUILD2014-10-13 10:02:16 UTC (rev 224270)
@@ -4,7 +4,7 @@
 
 pkgbase=evolution
 pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
-pkgver=3.12.6
+pkgver=3.12.7
 pkgrel=1
 pkgdesc=Manage your email, contacts and schedule
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 url=https://wiki.gnome.org/Apps/Evolution
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('5f17a564a3c0351c1d0823551f80579ef611d51ab9db1e7f8d2ad7ed126bf76d')
+sha256sums=('77fdfe1a92edb514bf28e577ff46e5a4c22d16c389077eff23945b0feb650eb9')
 
 build() {
   cd $pkgbase-$pkgver
@@ -46,6 +46,10 @@
   mkdir ../plugins
   mv $pkgdir/usr/lib/evolution/3.12/modules/module-bogofilter.so ../plugins/
   mv $pkgdir/usr/lib/evolution/3.12/modules/module-spamassassin.so 
../plugins/
+  mv $pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml ../plugins/
+  mv $pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml 
../plugins/
+
+
 }
 
 
@@ -52,9 +56,11 @@
 package_evolution-bogofilter() {
   depends=(evolution=$pkgver 'bogofilter')
   install -Dm755 plugins/module-bogofilter.so 
$pkgdir/usr/lib/evolution/3.12/modules/module-bogofilter.so
+  install -Dm644 plugins/evolution-bogofilter.metainfo.xml 
$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml
 }
 
 package_evolution-spamassassin() {
   depends=(evolution=$pkgver 'spamassassin')
   install -Dm755 plugins/module-spamassassin.so 
$pkgdir/usr/lib/evolution/3.12/modules/module-spamassassin.so
+  install -Dm644 plugins/evolution-spamassassin.metainfo.xml 
$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml
 }


[arch-commits] Commit in evolution/repos (8 files)

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 12:02:22
  Author: jgc
Revision: 224271

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  evolution/repos/testing-i686/PKGBUILD
(from rev 224270, evolution/trunk/PKGBUILD)
  evolution/repos/testing-i686/evolution.install
(from rev 224270, evolution/trunk/evolution.install)
  evolution/repos/testing-x86_64/PKGBUILD
(from rev 224270, evolution/trunk/PKGBUILD)
  evolution/repos/testing-x86_64/evolution.install
(from rev 224270, evolution/trunk/evolution.install)
Deleted:
  evolution/repos/testing-i686/PKGBUILD
  evolution/repos/testing-i686/evolution.install
  evolution/repos/testing-x86_64/PKGBUILD
  evolution/repos/testing-x86_64/evolution.install

--+
 /PKGBUILD|  132 +
 /evolution.install   |   38 ++
 testing-i686/PKGBUILD|   60 
 testing-i686/evolution.install   |   19 -
 testing-x86_64/PKGBUILD  |   60 
 testing-x86_64/evolution.install |   19 -
 6 files changed, 170 insertions(+), 158 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-13 10:02:16 UTC (rev 224270)
+++ testing-i686/PKGBUILD   2014-10-13 10:02:22 UTC (rev 224271)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgbase=evolution
-pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
-pkgver=3.12.6
-pkgrel=1
-pkgdesc=Manage your email, contacts and schedule
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight gnome-desktop evolution-data-server gtkhtml4 libcanberra 
libpst libytnef psmisc desktop-file-utils hicolor-icon-theme dconf gtkspell3)
-options=('!emptydirs')
-url=https://wiki.gnome.org/Apps/Evolution
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('5f17a564a3c0351c1d0823551f80579ef611d51ab9db1e7f8d2ad7ed126bf76d')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --disable-schemas-compile
-  
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package_evolution() {
-  depends=(gnome-desktop evolution-data-server gtkhtml4 libcanberra libpst 
libytnef psmisc
-   desktop-file-utils hicolor-icon-theme dconf gtkspell3)
-  install=evolution.install
-  optdepends=('highlight: text highlight plugin'
-  'evolution-spamassassin: Spamassassin spam check plugin'
-  'evolution-bogofilter: Bogofilter spam check plugin')
-  groups=('gnome-extra')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-
-  mkdir ../plugins
-  mv $pkgdir/usr/lib/evolution/3.12/modules/module-bogofilter.so ../plugins/
-  mv $pkgdir/usr/lib/evolution/3.12/modules/module-spamassassin.so 
../plugins/
-}
-
-
-package_evolution-bogofilter() {
-  depends=(evolution=$pkgver 'bogofilter')
-  install -Dm755 plugins/module-bogofilter.so 
$pkgdir/usr/lib/evolution/3.12/modules/module-bogofilter.so
-}
-
-package_evolution-spamassassin() {
-  depends=(evolution=$pkgver 'spamassassin')
-  install -Dm755 plugins/module-spamassassin.so 
$pkgdir/usr/lib/evolution/3.12/modules/module-spamassassin.so
-}

Copied: evolution/repos/testing-i686/PKGBUILD (from rev 224270, 
evolution/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-13 10:02:22 UTC (rev 224271)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgbase=evolution
+pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
+pkgver=3.12.7
+pkgrel=1
+pkgdesc=Manage your email, contacts and schedule
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight gnome-desktop evolution-data-server gtkhtml4 libcanberra 
libpst libytnef psmisc desktop-file-utils hicolor-icon-theme dconf gtkspell3)
+options=('!emptydirs')
+url=https://wiki.gnome.org/Apps/Evolution
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('77fdfe1a92edb514bf28e577ff46e5a4c22d16c389077eff23945b0feb650eb9')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr 

[arch-commits] Commit in vala/repos (4 files)

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 12:11:06
  Author: jgc
Revision: 224273

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vala/repos/testing-i686/PKGBUILD
(from rev 224272, vala/trunk/PKGBUILD)
  vala/repos/testing-x86_64/PKGBUILD
(from rev 224272, vala/trunk/PKGBUILD)
Deleted:
  vala/repos/testing-i686/PKGBUILD
  vala/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   52 ++
 testing-i686/PKGBUILD   |   26 ---
 testing-x86_64/PKGBUILD |   26 ---
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-13 10:10:59 UTC (rev 224272)
+++ testing-i686/PKGBUILD   2014-10-13 10:11:06 UTC (rev 224273)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Timm Preetz t...@preetz.us
-
-pkgname=vala
-pkgver=0.26.0
-pkgrel=1
-pkgdesc=Compiler for the GObject type system
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Vala;
-license=('LGPL')
-depends=('glib2')
-makedepends=('libxslt')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c1d0a6a485d5cbfbe027483adfc5f7c80c2404b692375be80d75193d915dcd2f')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --enable-vapigen
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: vala/repos/testing-i686/PKGBUILD (from rev 224272, vala/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-13 10:11:06 UTC (rev 224273)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+
+pkgname=vala
+pkgver=0.26.1
+pkgrel=1
+pkgdesc=Compiler for the GObject type system
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Vala;
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8407abb19ab3a58bbfc0d288abb47666ef81f76d0540258c03965e7545f59e6b')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --enable-vapigen
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-10-13 10:10:59 UTC (rev 224272)
+++ testing-x86_64/PKGBUILD 2014-10-13 10:11:06 UTC (rev 224273)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Timm Preetz t...@preetz.us
-
-pkgname=vala
-pkgver=0.26.0
-pkgrel=1
-pkgdesc=Compiler for the GObject type system
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Vala;
-license=('LGPL')
-depends=('glib2')
-makedepends=('libxslt')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c1d0a6a485d5cbfbe027483adfc5f7c80c2404b692375be80d75193d915dcd2f')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --enable-vapigen
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: vala/repos/testing-x86_64/PKGBUILD (from rev 224272, 
vala/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-13 10:11:06 UTC (rev 224273)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+
+pkgname=vala
+pkgver=0.26.1
+pkgrel=1
+pkgdesc=Compiler for the GObject type system
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Vala;
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8407abb19ab3a58bbfc0d288abb47666ef81f76d0540258c03965e7545f59e6b')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --enable-vapigen
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in vala/trunk (PKGBUILD)

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 12:10:59
  Author: jgc
Revision: 224272

upgpkg: vala 0.26.1-1

Modified:
  vala/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 10:02:22 UTC (rev 224271)
+++ PKGBUILD2014-10-13 10:10:59 UTC (rev 224272)
@@ -3,7 +3,7 @@
 # Contributor: Timm Preetz t...@preetz.us
 
 pkgname=vala
-pkgver=0.26.0
+pkgver=0.26.1
 pkgrel=1
 pkgdesc=Compiler for the GObject type system
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glib2')
 makedepends=('libxslt')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c1d0a6a485d5cbfbe027483adfc5f7c80c2404b692375be80d75193d915dcd2f')
+sha256sums=('8407abb19ab3a58bbfc0d288abb47666ef81f76d0540258c03965e7545f59e6b')
 
 build() {
 cd $pkgname-$pkgver


[arch-commits] Commit in anki/trunk (PKGBUILD)

2014-10-13 Thread Sergej Pupykin
Date: Monday, October 13, 2014 @ 12:11:31
  Author: spupykin
Revision: 120600

upgpkg: anki 2.0.29-2

upd

Modified:
  anki/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 09:41:03 UTC (rev 120599)
+++ PKGBUILD2014-10-13 10:11:31 UTC (rev 120600)
@@ -6,12 +6,12 @@
 
 pkgname=anki
 pkgver=2.0.29
-pkgrel=1
+pkgrel=2
 pkgdesc=Helps you remember facts (like words/phrases in a foreign language) 
efficiently
 url=http://ankisrs.net/;
 license=('AGPL3')
 arch=('any')
-depends=('python2-pyqt4' 'python2-beautifulsoup3' 'python2-httplib2')
+depends=('python2-pyqt4' 'python2-beautifulsoup3' 'python2-httplib2' 
'python2-sqlalchemy')
 optdepends=('mplayer: sound playing')
 install=anki.install
 source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)


[arch-commits] Commit in anki/repos/community-any (4 files)

2014-10-13 Thread Sergej Pupykin
Date: Monday, October 13, 2014 @ 12:11:42
  Author: spupykin
Revision: 120601

archrelease: copy trunk to community-any

Added:
  anki/repos/community-any/PKGBUILD
(from rev 120600, anki/trunk/PKGBUILD)
  anki/repos/community-any/anki.install
(from rev 120600, anki/trunk/anki.install)
Deleted:
  anki/repos/community-any/PKGBUILD
  anki/repos/community-any/anki.install

--+
 PKGBUILD |   72 -
 anki.install |   20 +++
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-13 10:11:31 UTC (rev 120600)
+++ PKGBUILD2014-10-13 10:11:42 UTC (rev 120601)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Timm Preetz t...@preetz.us
-# Contributor: Michael 'manveru' Fellinger m.fellin...@gmail.com
-# Contributor: Dave Pretty david dot pretty at gmail dot com
-
-pkgname=anki
-pkgver=2.0.29
-pkgrel=1
-pkgdesc=Helps you remember facts (like words/phrases in a foreign language) 
efficiently
-url=http://ankisrs.net/;
-license=('AGPL3')
-arch=('any')
-depends=('python2-pyqt4' 'python2-beautifulsoup3' 'python2-httplib2')
-optdepends=('mplayer: sound playing')
-install=anki.install
-source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
-md5sums=('770c02844a9176ec002e949c946a2cba')
-
-prepare() {
-  cd $srcdir/anki-$pkgver
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' anki/anki runanki
-}
-
-package() {
-  cd $srcdir/anki-$pkgver
-  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
-  cp -av * $pkgdir/usr/share/anki/
-  cd $pkgdir/usr/share/anki  (
-mv runanki ../../bin/anki
-mv anki.xpm anki.png ../pixmaps/
-mv anki.desktop ../applications/
-mv anki.1 ../man/man1/
-  )
-  rm -rf $pkgdir/usr/share/anki/{tests,thirdparty/[!s]*,tools,anki.bat}
-}

Copied: anki/repos/community-any/PKGBUILD (from rev 120600, anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-13 10:11:42 UTC (rev 120601)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Timm Preetz t...@preetz.us
+# Contributor: Michael 'manveru' Fellinger m.fellin...@gmail.com
+# Contributor: Dave Pretty david dot pretty at gmail dot com
+
+pkgname=anki
+pkgver=2.0.29
+pkgrel=2
+pkgdesc=Helps you remember facts (like words/phrases in a foreign language) 
efficiently
+url=http://ankisrs.net/;
+license=('AGPL3')
+arch=('any')
+depends=('python2-pyqt4' 'python2-beautifulsoup3' 'python2-httplib2' 
'python2-sqlalchemy')
+optdepends=('mplayer: sound playing')
+install=anki.install
+source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
+md5sums=('770c02844a9176ec002e949c946a2cba')
+
+prepare() {
+  cd $srcdir/anki-$pkgver
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' anki/anki runanki
+}
+
+package() {
+  cd $srcdir/anki-$pkgver
+  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
+  cp -av * $pkgdir/usr/share/anki/
+  cd $pkgdir/usr/share/anki  (
+mv runanki ../../bin/anki
+mv anki.xpm anki.png ../pixmaps/
+mv anki.desktop ../applications/
+mv anki.1 ../man/man1/
+  )
+  rm -rf $pkgdir/usr/share/anki/{tests,thirdparty/[!s]*,tools,anki.bat}
+}

Deleted: anki.install
===
--- anki.install2014-10-13 10:11:31 UTC (rev 120600)
+++ anki.install2014-10-13 10:11:42 UTC (rev 120601)
@@ -1,10 +0,0 @@
-post_install() {
-#  xdg-mime install --novendor usr/share/anki/anki.xml
-#  xdg-mime default anki.desktop application/x-anki
-#  xdg-mime default anki.desktop application/x-apkg
-  [ -x usr/bin/update-desktop-database ]  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}

Copied: anki/repos/community-any/anki.install (from rev 120600, 
anki/trunk/anki.install)
===
--- anki.install(rev 0)
+++ anki.install2014-10-13 10:11:42 UTC (rev 120601)
@@ -0,0 +1,10 @@
+post_install() {
+#  xdg-mime install --novendor usr/share/anki/anki.xml
+#  xdg-mime default anki.desktop application/x-anki
+#  xdg-mime default anki.desktop application/x-apkg
+  [ -x usr/bin/update-desktop-database ]  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}


[arch-commits] Commit in evolution-ews/repos (4 files)

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 12:31:32
  Author: jgc
Revision: 224275

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  evolution-ews/repos/testing-i686/
  evolution-ews/repos/testing-i686/PKGBUILD
(from rev 224274, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/testing-x86_64/
  evolution-ews/repos/testing-x86_64/PKGBUILD
(from rev 224274, evolution-ews/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: evolution-ews/repos/testing-i686/PKGBUILD (from rev 224274, 
evolution-ews/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-13 10:31:32 UTC (rev 224275)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.12.7
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=https://wiki.gnome.org/Apps/Evolution/EWS;
+depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
+makedepends=('intltool' 'evolution')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('138fb6c4cdb36757b3c1efc430b5392d30fe7520c280168c80687627fc325671')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: evolution-ews/repos/testing-x86_64/PKGBUILD (from rev 224274, 
evolution-ews/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-13 10:31:32 UTC (rev 224275)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.12.7
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=https://wiki.gnome.org/Apps/Evolution/EWS;
+depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
+makedepends=('intltool' 'evolution')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('138fb6c4cdb36757b3c1efc430b5392d30fe7520c280168c80687627fc325671')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 12:31:25
  Author: jgc
Revision: 224274

upgpkg: evolution-ews 3.12.7-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 10:11:06 UTC (rev 224273)
+++ PKGBUILD2014-10-13 10:31:25 UTC (rev 224274)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.12.5
+pkgver=3.12.7
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3e69187396ab8549c3365fb20ffe35094a120de403d4456b3a39c2ae192f446c')
+sha256sums=('138fb6c4cdb36757b3c1efc430b5392d30fe7520c280168c80687627fc325671')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-dictionary/repos (8 files)

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 12:32:48
  Author: jgc
Revision: 224277

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnome-dictionary/repos/testing-i686/PKGBUILD
(from rev 224276, gnome-dictionary/trunk/PKGBUILD)
  gnome-dictionary/repos/testing-i686/gnome-dictionary.install
(from rev 224276, gnome-dictionary/trunk/gnome-dictionary.install)
  gnome-dictionary/repos/testing-x86_64/PKGBUILD
(from rev 224276, gnome-dictionary/trunk/PKGBUILD)
  gnome-dictionary/repos/testing-x86_64/gnome-dictionary.install
(from rev 224276, gnome-dictionary/trunk/gnome-dictionary.install)
Deleted:
  gnome-dictionary/repos/testing-i686/PKGBUILD
  gnome-dictionary/repos/testing-i686/gnome-dictionary.install
  gnome-dictionary/repos/testing-x86_64/PKGBUILD
  gnome-dictionary/repos/testing-x86_64/gnome-dictionary.install

-+
 /PKGBUILD   |   58 ++
 /gnome-dictionary.install   |   22 +++
 testing-i686/PKGBUILD   |   29 ---
 testing-i686/gnome-dictionary.install   |   11 -
 testing-x86_64/PKGBUILD |   29 ---
 testing-x86_64/gnome-dictionary.install |   11 -
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-13 10:32:42 UTC (rev 224276)
+++ testing-i686/PKGBUILD   2014-10-13 10:32:48 UTC (rev 224277)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gnome-dictionary
-pkgver=3.14.0
-pkgrel=1
-pkgdesc=Look up words in dictionary sources
-arch=(i686 x86_64)
-url=http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3')
-makedepends=('intltool' 'itstool' 'docbook-xsl')
-install=gnome-dictionary.install
-groups=('gnome')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b1d7f694a3b63f734e398a08d51a6d7ef864d8fc6d0f160569a283a30b93da57')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-dictionary/repos/testing-i686/PKGBUILD (from rev 224276, 
gnome-dictionary/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-13 10:32:48 UTC (rev 224277)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-dictionary
+pkgver=3.14.1
+pkgrel=1
+pkgdesc=Look up words in dictionary sources
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3')
+makedepends=('intltool' 'itstool' 'docbook-xsl')
+install=gnome-dictionary.install
+groups=('gnome')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('95611416f82617440babc2646056985232170cdadf6cacc5c27680913ea3fa31')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-i686/gnome-dictionary.install
===
--- testing-i686/gnome-dictionary.install   2014-10-13 10:32:42 UTC (rev 
224276)
+++ testing-i686/gnome-dictionary.install   2014-10-13 10:32:48 UTC (rev 
224277)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-dictionary/repos/testing-i686/gnome-dictionary.install (from rev 
224276, gnome-dictionary/trunk/gnome-dictionary.install)
===
--- testing-i686/gnome-dictionary.install   (rev 0)
+++ testing-i686/gnome-dictionary.install   2014-10-13 10:32:48 UTC (rev 
224277)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-10-13 10:32:42 UTC (rev 224276)
+++ testing-x86_64/PKGBUILD 2014-10-13 10:32:48 UTC (rev 224277)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gnome-dictionary
-pkgver=3.14.0
-pkgrel=1
-pkgdesc=Look up words in dictionary sources
-arch=(i686 x86_64)
-url=http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3')
-makedepends=('intltool' 'itstool' 'docbook-xsl')
-install=gnome-dictionary.install
-groups=('gnome')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)

[arch-commits] Commit in gnome-dictionary/trunk (PKGBUILD)

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 12:32:42
  Author: jgc
Revision: 224276

upgpkg: gnome-dictionary 3.14.1-1

Modified:
  gnome-dictionary/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 10:31:32 UTC (rev 224275)
+++ PKGBUILD2014-10-13 10:32:42 UTC (rev 224276)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-dictionary
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc=Look up words in dictionary sources
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=gnome-dictionary.install
 groups=('gnome')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b1d7f694a3b63f734e398a08d51a6d7ef864d8fc6d0f160569a283a30b93da57')
+sha256sums=('95611416f82617440babc2646056985232170cdadf6cacc5c27680913ea3fa31')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-power-manager/trunk (PKGBUILD)

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 12:35:30
  Author: jgc
Revision: 224278

upgpkg: gnome-power-manager 3.14.1-1

Modified:
  gnome-power-manager/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 10:32:48 UTC (rev 224277)
+++ PKGBUILD2014-10-13 10:35:30 UTC (rev 224278)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-power-manager
-pkgver=3.12.2
+pkgver=3.14.1
 pkgrel=1
 pkgdesc=System power information and statistics
 arch=(i686 x86_64)
@@ -13,8 +13,8 @@
 makedepends=(intltool)
 options=(!emptydirs)
 install=gnome-power-manager.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('f025a35810434e9d1b1fa69e581d2e399db4c87625baa3850232ab6cbc19')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('07790a9e8274fe950a6dd653a4e2f4a0f52cb9d89eb9d5320fa6e1b3b3aa9624')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-power-manager/repos (6 files)

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 12:35:35
  Author: jgc
Revision: 224279

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnome-power-manager/repos/testing-i686/
  gnome-power-manager/repos/testing-i686/PKGBUILD
(from rev 224278, gnome-power-manager/trunk/PKGBUILD)
  gnome-power-manager/repos/testing-i686/gnome-power-manager.install
(from rev 224278, gnome-power-manager/trunk/gnome-power-manager.install)
  gnome-power-manager/repos/testing-x86_64/
  gnome-power-manager/repos/testing-x86_64/PKGBUILD
(from rev 224278, gnome-power-manager/trunk/PKGBUILD)
  gnome-power-manager/repos/testing-x86_64/gnome-power-manager.install
(from rev 224278, gnome-power-manager/trunk/gnome-power-manager.install)

+
 testing-i686/PKGBUILD  |   31 +++
 testing-i686/gnome-power-manager.install   |   12 ++
 testing-x86_64/PKGBUILD|   31 +++
 testing-x86_64/gnome-power-manager.install |   12 ++
 4 files changed, 86 insertions(+)

Copied: gnome-power-manager/repos/testing-i686/PKGBUILD (from rev 224278, 
gnome-power-manager/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-13 10:35:35 UTC (rev 224279)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-power-manager
+pkgver=3.14.1
+pkgrel=1
+pkgdesc=System power information and statistics
+arch=(i686 x86_64)
+url=http://www.gnome.org/projects/gnome-power-manager/;
+license=(GPL)
+depends=(gtk3 upower dconf hicolor-icon-theme)
+makedepends=(intltool)
+options=(!emptydirs)
+install=gnome-power-manager.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('07790a9e8274fe950a6dd653a4e2f4a0f52cb9d89eb9d5320fa6e1b3b3aa9624')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-power-manager \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-power-manager/repos/testing-i686/gnome-power-manager.install 
(from rev 224278, gnome-power-manager/trunk/gnome-power-manager.install)
===
--- testing-i686/gnome-power-manager.install(rev 0)
+++ testing-i686/gnome-power-manager.install2014-10-13 10:35:35 UTC (rev 
224279)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-power-manager/repos/testing-x86_64/PKGBUILD (from rev 224278, 
gnome-power-manager/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-13 10:35:35 UTC (rev 224279)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-power-manager
+pkgver=3.14.1
+pkgrel=1
+pkgdesc=System power information and statistics
+arch=(i686 x86_64)
+url=http://www.gnome.org/projects/gnome-power-manager/;
+license=(GPL)
+depends=(gtk3 upower dconf hicolor-icon-theme)
+makedepends=(intltool)
+options=(!emptydirs)
+install=gnome-power-manager.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('07790a9e8274fe950a6dd653a4e2f4a0f52cb9d89eb9d5320fa6e1b3b3aa9624')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-power-manager \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-power-manager/repos/testing-x86_64/gnome-power-manager.install 
(from rev 224278, gnome-power-manager/trunk/gnome-power-manager.install)
===
--- testing-x86_64/gnome-power-manager.install  (rev 0)
+++ testing-x86_64/gnome-power-manager.install  2014-10-13 10:35:35 UTC (rev 
224279)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in gnome-maps/repos (8 files)

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 12:42:47
  Author: jgc
Revision: 224281

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnome-maps/repos/testing-i686/PKGBUILD
(from rev 224280, gnome-maps/trunk/PKGBUILD)
  gnome-maps/repos/testing-i686/gnome-maps.install
(from rev 224280, gnome-maps/trunk/gnome-maps.install)
  gnome-maps/repos/testing-x86_64/PKGBUILD
(from rev 224280, gnome-maps/trunk/PKGBUILD)
  gnome-maps/repos/testing-x86_64/gnome-maps.install
(from rev 224280, gnome-maps/trunk/gnome-maps.install)
Deleted:
  gnome-maps/repos/testing-i686/PKGBUILD
  gnome-maps/repos/testing-i686/gnome-maps.install
  gnome-maps/repos/testing-x86_64/PKGBUILD
  gnome-maps/repos/testing-x86_64/gnome-maps.install

---+
 /PKGBUILD |   54 
 /gnome-maps.install   |   24 
 testing-i686/PKGBUILD |   27 --
 testing-i686/gnome-maps.install   |   12 
 testing-x86_64/PKGBUILD   |   27 --
 testing-x86_64/gnome-maps.install |   12 
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-13 10:42:41 UTC (rev 224280)
+++ testing-i686/PKGBUILD   2014-10-13 10:42:47 UTC (rev 224281)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-maps
-pkgver=3.14.0
-pkgrel=1
-pkgdesc=A simple GNOME 3 maps application
-arch=(i686 x86_64)
-license=('GPL')
-url=https://live.gnome.org/Maps;
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard)
-makedepends=(intltool)
-groups=('gnome-extra')
-install=gnome-maps.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b432b851dea8ca7b04f11bab542c86f73513352315141d0977b3f49ede382efb')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR=${pkgdir} install
-}

Copied: gnome-maps/repos/testing-i686/PKGBUILD (from rev 224280, 
gnome-maps/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-13 10:42:47 UTC (rev 224281)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-maps
+pkgver=3.14.1
+pkgrel=1
+pkgdesc=A simple GNOME 3 maps application
+arch=(i686 x86_64)
+license=('GPL')
+url=https://live.gnome.org/Maps;
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard)
+makedepends=(intltool)
+groups=('gnome-extra')
+install=gnome-maps.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5e9374d463e21f1f574ec94d198f56088e133894dbc2f46989c695ce2121f704')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR=${pkgdir} install
+}

Deleted: testing-i686/gnome-maps.install
===
--- testing-i686/gnome-maps.install 2014-10-13 10:42:41 UTC (rev 224280)
+++ testing-i686/gnome-maps.install 2014-10-13 10:42:47 UTC (rev 224281)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-maps/repos/testing-i686/gnome-maps.install (from rev 224280, 
gnome-maps/trunk/gnome-maps.install)
===
--- testing-i686/gnome-maps.install (rev 0)
+++ testing-i686/gnome-maps.install 2014-10-13 10:42:47 UTC (rev 224281)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-10-13 10:42:41 UTC (rev 224280)
+++ testing-x86_64/PKGBUILD 2014-10-13 10:42:47 UTC (rev 224281)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-maps
-pkgver=3.14.0
-pkgrel=1
-pkgdesc=A simple GNOME 3 maps application
-arch=(i686 x86_64)
-license=('GPL')
-url=https://live.gnome.org/Maps;
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard)
-makedepends=(intltool)
-groups=('gnome-extra')
-install=gnome-maps.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)

[arch-commits] Commit in gnome-maps/trunk (PKGBUILD)

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 12:42:41
  Author: jgc
Revision: 224280

upgpkg: gnome-maps 3.14.1-1

Modified:
  gnome-maps/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 10:35:35 UTC (rev 224279)
+++ PKGBUILD2014-10-13 10:42:41 UTC (rev 224280)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-maps
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc=A simple GNOME 3 maps application
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome-extra')
 install=gnome-maps.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b432b851dea8ca7b04f11bab542c86f73513352315141d0977b3f49ede382efb')
+sha256sums=('5e9374d463e21f1f574ec94d198f56088e133894dbc2f46989c695ce2121f704')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gtk2/trunk (PKGBUILD)

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 12:50:15
  Author: jgc
Revision: 224282

upgpkg: gtk2 2.24.25-1

Modified:
  gtk2/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 10:42:47 UTC (rev 224281)
+++ PKGBUILD2014-10-13 10:50:15 UTC (rev 224282)
@@ -3,16 +3,16 @@
 
 pkgbase=gtk2
 pkgname=('gtk2' 'gtk-update-icon-cache')
-pkgver=2.24.24
+pkgver=2.24.25
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.gtk.org/;
 makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage'
- 'shared-mime-info' 'cairo' 'libcups' 'gdk-pixbuf2' 
'gobject-introspection')
+ 'shared-mime-info' 'cairo' 'libcups' 'gdk-pixbuf2' 
'gobject-introspection' 'python2')
 license=('LGPL')
 source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
 gtkrc xid-collision-debug.patch)
-sha256sums=('12ceb2e198c82bfb93eb36348b6e9293c8fdcd60786763d04cfec7ebe7ed3d6d'
+sha256sums=('38af1020cb8ff3d10dda2c8807f11e92af9d2fa4045de61c62eedb7fbc7ea5b3'
 'b77a427df55a14182c10ad7e683b4d662df2846fcd38df2aa8918159d6be3ae2'
 'd758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
 


[arch-commits] Commit in gtk2/repos (12 files)

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 12:50:24
  Author: jgc
Revision: 224283

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gtk2/repos/testing-i686/
  gtk2/repos/testing-i686/PKGBUILD
(from rev 224282, gtk2/trunk/PKGBUILD)
  gtk2/repos/testing-i686/gtk-update-icon-cache.install
(from rev 224282, gtk2/trunk/gtk-update-icon-cache.install)
  gtk2/repos/testing-i686/gtk2.install
(from rev 224282, gtk2/trunk/gtk2.install)
  gtk2/repos/testing-i686/gtkrc
(from rev 224282, gtk2/trunk/gtkrc)
  gtk2/repos/testing-i686/xid-collision-debug.patch
(from rev 224282, gtk2/trunk/xid-collision-debug.patch)
  gtk2/repos/testing-x86_64/
  gtk2/repos/testing-x86_64/PKGBUILD
(from rev 224282, gtk2/trunk/PKGBUILD)
  gtk2/repos/testing-x86_64/gtk-update-icon-cache.install
(from rev 224282, gtk2/trunk/gtk-update-icon-cache.install)
  gtk2/repos/testing-x86_64/gtk2.install
(from rev 224282, gtk2/trunk/gtk2.install)
  gtk2/repos/testing-x86_64/gtkrc
(from rev 224282, gtk2/trunk/gtkrc)
  gtk2/repos/testing-x86_64/xid-collision-debug.patch
(from rev 224282, gtk2/trunk/xid-collision-debug.patch)

--+
 testing-i686/PKGBUILD|   64 +
 testing-i686/gtk-update-icon-cache.install   |3 +
 testing-i686/gtk2.install|   17 ++
 testing-i686/gtkrc   |3 +
 testing-i686/xid-collision-debug.patch   |   15 +
 testing-x86_64/PKGBUILD  |   64 +
 testing-x86_64/gtk-update-icon-cache.install |3 +
 testing-x86_64/gtk2.install  |   17 ++
 testing-x86_64/gtkrc |3 +
 testing-x86_64/xid-collision-debug.patch |   15 +
 10 files changed, 204 insertions(+)

Copied: gtk2/repos/testing-i686/PKGBUILD (from rev 224282, gtk2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-13 10:50:24 UTC (rev 224283)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gtk2
+pkgname=('gtk2' 'gtk-update-icon-cache')
+pkgver=2.24.25
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage'
+ 'shared-mime-info' 'cairo' 'libcups' 'gdk-pixbuf2' 
'gobject-introspection' 'python2')
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
+gtkrc xid-collision-debug.patch)
+sha256sums=('38af1020cb8ff3d10dda2c8807f11e92af9d2fa4045de61c62eedb7fbc7ea5b3'
+'b77a427df55a14182c10ad7e683b4d662df2846fcd38df2aa8918159d6be3ae2'
+'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
+
+prepare() {
+cd gtk+-$pkgver
+patch -Np1 -i ../xid-collision-debug.patch
+}
+
+build() {
+cd gtk+-$pkgver
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-xinput=yes
+
+# https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package_gtk2() {
+pkgdesc=GTK+ is a multi-platform toolkit (v2)
+install=gtk2.install
+depends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage' 
+ 'shared-mime-info' 'cairo' 'libcups' 'gtk-update-icon-cache')
+optdepends=('gnome-themes-standard: Default widget theme'
+'gnome-icon-theme: Default icon theme')
+replaces=('gtk2-docs')
+
+cd gtk+-$pkgver
+make DESTDIR=$pkgdir install
+
+sed -i s#env python#env python2# $pkgdir/usr/bin/gtk-builder-convert
+
+install -Dm644 $srcdir/gtkrc $pkgdir/usr/share/gtk-2.0/gtkrc
+
+#split this out to use with gtk3 too
+rm $pkgdir/usr/bin/gtk-update-icon-cache
+}
+package_gtk-update-icon-cache() {
+pkgdesc=The GTK+ update icon cache tool
+depends=('gdk-pixbuf2=2.24.1-3' 'hicolor-icon-theme')
+install=gtk-update-icon-cache.install
+
+cd gtk+-$pkgver/gtk
+install -D -m755 gtk-update-icon-cache 
$pkgdir/usr/bin/gtk-update-icon-cache
+}

Copied: gtk2/repos/testing-i686/gtk-update-icon-cache.install (from rev 224282, 
gtk2/trunk/gtk-update-icon-cache.install)
===
--- testing-i686/gtk-update-icon-cache.install  (rev 0)
+++ testing-i686/gtk-update-icon-cache.install  2014-10-13 10:50:24 UTC (rev 
224283)
@@ -0,0 +1,3 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}

Copied: gtk2/repos/testing-i686/gtk2.install (from rev 224282, 
gtk2/trunk/gtk2.install)
===
--- testing-i686/gtk2.install   

[arch-commits] Commit in mpv/repos (8 files)

2014-10-13 Thread Bartłomiej Piotrowski
Date: Monday, October 13, 2014 @ 13:05:17
  Author: bpiotrowski
Revision: 120603

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mpv/repos/community-i686/PKGBUILD
(from rev 120602, mpv/trunk/PKGBUILD)
  mpv/repos/community-i686/mpv.install
(from rev 120602, mpv/trunk/mpv.install)
  mpv/repos/community-x86_64/PKGBUILD
(from rev 120602, mpv/trunk/PKGBUILD)
  mpv/repos/community-x86_64/mpv.install
(from rev 120602, mpv/trunk/mpv.install)
Deleted:
  mpv/repos/community-i686/PKGBUILD
  mpv/repos/community-i686/mpv.install
  mpv/repos/community-x86_64/PKGBUILD
  mpv/repos/community-x86_64/mpv.install

--+
 /PKGBUILD|  106 +
 /mpv.install |   24 +
 community-i686/PKGBUILD  |   53 
 community-i686/mpv.install   |   12 
 community-x86_64/PKGBUILD|   53 
 community-x86_64/mpv.install |   12 
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-13 11:05:06 UTC (rev 120602)
+++ community-i686/PKGBUILD 2014-10-13 11:05:17 UTC (rev 120603)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Eivind Uggedal eiv...@uggedal.com
-
-pkgname=mpv
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
-  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi' 'libgl' 'enca'
-  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
-  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
-  'libguess' 'portaudio'
-)
-makedepends=('mesa' 'python-docutils' 'ladspa')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('ac06561522ac1767cd05987ea85e827c')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./bootstrap.py
-  sed -i 's/vendor-completions/site-functions/' wscript_build.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./waf configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-joystick \
---enable-zsh-comp \
---enable-libmpv-shared \
---enable-cdda \
---enable-portaudio
-
-  ./waf build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  ./waf install --destdir=$pkgdir
-
-  install -d $pkgdir/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example}.conf \
-$pkgdir/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-$pkgdir/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 120602, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-13 11:05:17 UTC (rev 120603)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Eivind Uggedal eiv...@uggedal.com
+
+pkgname=mpv
+pkgver=0.6.1
+pkgrel=1
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi' 'libgl' 'enca'
+  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
+  'libguess' 'portaudio'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('a6060358a47a5a7cfc1123b8f74dd5ab')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./bootstrap.py
+  sed -i 's/vendor-completions/site-functions/' wscript_build.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-joystick \
+--enable-zsh-comp \
+--enable-libmpv-shared \
+--enable-cdda \
+--enable-portaudio
+
+  ./waf build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./waf install --destdir=$pkgdir
+
+  install -d $pkgdir/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example}.conf \
+$pkgdir/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+$pkgdir/usr/share/doc/mpv
+}

Deleted: community-i686/mpv.install
===
--- community-i686/mpv.install  2014-10-13 11:05:06 UTC (rev 120602)
+++ community-i686/mpv.install  2014-10-13 11:05:17 UTC (rev 120603)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mpv/repos/community-i686/mpv.install (from rev 

[arch-commits] Commit in mpv/trunk (PKGBUILD)

2014-10-13 Thread Bartłomiej Piotrowski
Date: Monday, October 13, 2014 @ 13:05:06
  Author: bpiotrowski
Revision: 120602

upgpkg: mpv 0.6.1-1

new upstream release

Modified:
  mpv/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 10:11:42 UTC (rev 120601)
+++ PKGBUILD2014-10-13 11:05:06 UTC (rev 120602)
@@ -3,7 +3,7 @@
 # Contributor: Eivind Uggedal eiv...@uggedal.com
 
 pkgname=mpv
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 options=('!emptydirs' '!buildflags')
 install=mpv.install
 source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('ac06561522ac1767cd05987ea85e827c')
+md5sums=('a6060358a47a5a7cfc1123b8f74dd5ab')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in ncmpcpp/repos (8 files)

2014-10-13 Thread Bartłomiej Piotrowski
Date: Monday, October 13, 2014 @ 13:14:26
  Author: bpiotrowski
Revision: 120605

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ncmpcpp/repos/community-i686/PKGBUILD
(from rev 120604, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-i686/missing-include.patch
(from rev 120604, ncmpcpp/trunk/missing-include.patch)
  ncmpcpp/repos/community-x86_64/PKGBUILD
(from rev 120604, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-x86_64/missing-include.patch
(from rev 120604, ncmpcpp/trunk/missing-include.patch)
Deleted:
  ncmpcpp/repos/community-i686/PKGBUILD
  ncmpcpp/repos/community-i686/missing-include.patch
  ncmpcpp/repos/community-x86_64/PKGBUILD
  ncmpcpp/repos/community-x86_64/missing-include.patch

+
 /PKGBUILD  |   94 +++
 /missing-include.patch |   24 +++
 community-i686/PKGBUILD|   46 ---
 community-i686/missing-include.patch   |   12 ---
 community-x86_64/PKGBUILD  |   46 ---
 community-x86_64/missing-include.patch |   12 ---
 6 files changed, 118 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-13 11:14:15 UTC (rev 120604)
+++ community-i686/PKGBUILD 2014-10-13 11:14:26 UTC (rev 120605)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: graysky graysky AT archlinux DOT us
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
-
-pkgname=ncmpcpp
-pkgver=0.6beta4
-pkgrel=1
-pkgdesc='Almost exact clone of ncmpc with some new features'
-arch=('i686' 'x86_64')
-url='http://ncmpcpp.rybczak.net/'
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(https://github.com/arybczak/ncmpcpp/archive/${pkgver/b/_b}.tar.gz
-missing-include.patch)
-md5sums=('7cbd8c02889699b64d31d1375085d1e9'
- '14fa33349661c8e6c2a323970ef1e98c')
-
-prepare() {
-  cd $pkgname-${pkgver/b/_b}
-  patch -p1 -i ../missing-include.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname-${pkgver/b/_b}
-  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
---enable-clock \
---enable-outputs \
---enable-unicode \
---enable-visualizer \
---with-curl \
---with-fftw \
---with-taglib
-  make
-}
-
-package() {
-  cd $pkgname-${pkgver/b/_b}
-  make DESTDIR=$pkgdir install
-
-  make -C extras
-  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
-}

Copied: ncmpcpp/repos/community-i686/PKGBUILD (from rev 120604, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-13 11:14:26 UTC (rev 120605)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: graysky graysky AT archlinux DOT us
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
+
+pkgname=ncmpcpp
+pkgver=0.6beta5
+pkgrel=1
+pkgdesc='Almost exact clone of ncmpc with some new features'
+arch=('i686' 'x86_64')
+url='http://ncmpcpp.rybczak.net/'
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost' 'git')
+#source=(https://github.com/arybczak/ncmpcpp/archive/${pkgver/b/_b}.tar.gz
+source=($pkgname-${pkgver/b/_b}::git://repo.or.cz/ncmpcpp.git#commit=ea9d5940
+missing-include.patch)
+md5sums=('SKIP'
+ '14fa33349661c8e6c2a323970ef1e98c')
+
+prepare() {
+  cd $pkgname-${pkgver/b/_b}
+  patch -p1 -i ../missing-include.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname-${pkgver/b/_b}
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+}
+
+package() {
+  cd $pkgname-${pkgver/b/_b}
+  make DESTDIR=$pkgdir install
+
+  make -C extras
+  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
+}

Deleted: community-i686/missing-include.patch
===
--- community-i686/missing-include.patch2014-10-13 11:14:15 UTC (rev 
120604)
+++ community-i686/missing-include.patch2014-10-13 11:14:26 UTC (rev 
120605)
@@ -1,12 +0,0 @@
-diff --git a/src/scrollpad.cpp b/src/scrollpad.cpp
-index e865cee..e405090 100644
 a/src/scrollpad.cpp
-+++ b/src/scrollpad.cpp
-@@ -19,6 +19,7 @@
-  ***/
- 
- #include cassert
-+#include iostream
- #include boost/regex.hpp
- 
- #include scrollpad.h

Copied: 

[arch-commits] Commit in ncmpcpp/trunk (PKGBUILD)

2014-10-13 Thread Bartłomiej Piotrowski
Date: Monday, October 13, 2014 @ 13:14:15
  Author: bpiotrowski
Revision: 120604

upgpkg: ncmpcpp 0.6beta5-1

new upstream release

Modified:
  ncmpcpp/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 11:05:17 UTC (rev 120603)
+++ PKGBUILD2014-10-13 11:14:15 UTC (rev 120604)
@@ -5,7 +5,7 @@
 # Contributor: Army uli[dot]armbruster[at]gmail[dot]com
 
 pkgname=ncmpcpp
-pkgver=0.6beta4
+pkgver=0.6beta5
 pkgrel=1
 pkgdesc='Almost exact clone of ncmpc with some new features'
 arch=('i686' 'x86_64')
@@ -12,10 +12,11 @@
 url='http://ncmpcpp.rybczak.net/'
 license=('GPL')
 depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(https://github.com/arybczak/ncmpcpp/archive/${pkgver/b/_b}.tar.gz
+makedepends=('boost' 'git')
+#source=(https://github.com/arybczak/ncmpcpp/archive/${pkgver/b/_b}.tar.gz
+source=($pkgname-${pkgver/b/_b}::git://repo.or.cz/ncmpcpp.git#commit=ea9d5940
 missing-include.patch)
-md5sums=('7cbd8c02889699b64d31d1375085d1e9'
+md5sums=('SKIP'
  '14fa33349661c8e6c2a323970ef1e98c')
 
 prepare() {


[arch-commits] Commit in nfoview/repos/community-any (6 files)

2014-10-13 Thread Ray Rashif
Date: Monday, October 13, 2014 @ 14:21:57
  Author: schiv
Revision: 120607

archrelease: copy trunk to community-any

Added:
  nfoview/repos/community-any/PKGBUILD
(from rev 120606, nfoview/trunk/PKGBUILD)
  nfoview/repos/community-any/nfoview.install
(from rev 120606, nfoview/trunk/nfoview.install)
  nfoview/repos/community-any/x-nfo.desktop
(from rev 120606, nfoview/trunk/x-nfo.desktop)
Deleted:
  nfoview/repos/community-any/PKGBUILD
  nfoview/repos/community-any/nfoview.install
  nfoview/repos/community-any/x-nfo.desktop

-+
 PKGBUILD|   64 +++---
 nfoview.install |   26 ++---
 x-nfo.desktop   |   14 +--
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-13 12:21:47 UTC (rev 120606)
+++ PKGBUILD2014-10-13 12:21:57 UTC (rev 120607)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Wes Brewer brew...@gmail.com
-# Contributor: VuDu vudu.cu...@gmail.com
-
-pkgname=nfoview
-pkgver=1.14
-_basever=1.14
-pkgrel=1
-pkgdesc=Simple NFO file viewer in GTK+ 3
-arch=('any')
-url=http://home.gna.org/nfoview/;
-license=('GPL3')
-depends=('gtk3' 'python-gobject' 'desktop-file-utils' 'hicolor-icon-theme' 
'python=3.4')
-makedepends=('intltool')
-optdepends=('terminus-font: recommended font')
-install=$pkgname.install
-source=(http://download.gna.org/$pkgname/$_basever/$pkgname-$pkgver.tar.xz;
-'x-nfo.desktop')
-md5sums=('478a2786d54f82633730de79379a8ca3'
- '29d0ad75aeecfaf21965c01173d23e48')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python3 ./setup.py install --root $pkgdir --optimize 1
-
-  install -Dm644 $srcdir/x-nfo.desktop \
-$pkgdir/usr/share/mimelnk/text/x-nfo.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nfoview/repos/community-any/PKGBUILD (from rev 120606, 
nfoview/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-13 12:21:57 UTC (rev 120607)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Wes Brewer brew...@gmail.com
+# Contributor: VuDu vudu.cu...@gmail.com
+
+pkgname=nfoview
+pkgver=1.15
+_basever=1.15
+pkgrel=1
+pkgdesc=Simple NFO file viewer in GTK+ 3
+arch=('any')
+url=http://home.gna.org/nfoview/;
+license=('GPL3')
+depends=('gtk3' 'python-gobject' 'desktop-file-utils' 'hicolor-icon-theme' 
'python=3.4')
+makedepends=('intltool')
+optdepends=('terminus-font: recommended font')
+install=$pkgname.install
+source=(http://download.gna.org/$pkgname/$_basever/$pkgname-$pkgver.tar.xz;
+'x-nfo.desktop')
+md5sums=('a44d82c375cd5d9cb01624a5d2c9b1df'
+ '29d0ad75aeecfaf21965c01173d23e48')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python3 ./setup.py install --root $pkgdir --optimize 1
+
+  install -Dm644 $srcdir/x-nfo.desktop \
+$pkgdir/usr/share/mimelnk/text/x-nfo.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: nfoview.install
===
--- nfoview.install 2014-10-13 12:21:47 UTC (rev 120606)
+++ nfoview.install 2014-10-13 12:21:57 UTC (rev 120607)
@@ -1,13 +0,0 @@
-post_install() {
-  echoUpdating desktop database...
-  update-desktop-database -q usr/share/applications
-  gtk-update-icon-cache
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: nfoview/repos/community-any/nfoview.install (from rev 120606, 
nfoview/trunk/nfoview.install)
===
--- nfoview.install (rev 0)
+++ nfoview.install 2014-10-13 12:21:57 UTC (rev 120607)
@@ -0,0 +1,13 @@
+post_install() {
+  echoUpdating desktop database...
+  update-desktop-database -q usr/share/applications
+  gtk-update-icon-cache
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: x-nfo.desktop
===
--- x-nfo.desktop   2014-10-13 12:21:47 UTC (rev 120606)
+++ x-nfo.desktop   2014-10-13 12:21:57 UTC (rev 120607)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Comment=NFO document
-DefaultApp=nfoview
-Type=MimeType
-MimeType=text/x-nfo
-Patterns=*.nfo;
-X-KDE-AutoEmbed=false
\ No newline at end of file

Copied: nfoview/repos/community-any/x-nfo.desktop (from rev 120606, 
nfoview/trunk/x-nfo.desktop)
===
--- x-nfo.desktop   (rev 0)
+++ x-nfo.desktop   2014-10-13 12:21:57 UTC (rev 120607)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Comment=NFO document
+DefaultApp=nfoview
+Type=MimeType
+MimeType=text/x-nfo
+Patterns=*.nfo;
+X-KDE-AutoEmbed=false
\ No newline at end of file


[arch-commits] Commit in nfoview/trunk (PKGBUILD)

2014-10-13 Thread Ray Rashif
Date: Monday, October 13, 2014 @ 14:21:47
  Author: schiv
Revision: 120606

upgpkg: nfoview 1.15-1

upstream release

Modified:
  nfoview/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 11:14:26 UTC (rev 120605)
+++ PKGBUILD2014-10-13 12:21:47 UTC (rev 120606)
@@ -4,8 +4,8 @@
 # Contributor: VuDu vudu.cu...@gmail.com
 
 pkgname=nfoview
-pkgver=1.14
-_basever=1.14
+pkgver=1.15
+_basever=1.15
 pkgrel=1
 pkgdesc=Simple NFO file viewer in GTK+ 3
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://download.gna.org/$pkgname/$_basever/$pkgname-$pkgver.tar.xz;
 'x-nfo.desktop')
-md5sums=('478a2786d54f82633730de79379a8ca3'
+md5sums=('a44d82c375cd5d9cb01624a5d2c9b1df'
  '29d0ad75aeecfaf21965c01173d23e48')
 
 package() {


[arch-commits] Commit in wammu/trunk (PKGBUILD)

2014-10-13 Thread Ray Rashif
Date: Monday, October 13, 2014 @ 14:30:56
  Author: schiv
Revision: 120608

upgpkg: wammu 0.37-1

upstream release; watch out for wx issues and report

Modified:
  wammu/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 12:21:57 UTC (rev 120607)
+++ PKGBUILD2014-10-13 12:30:56 UTC (rev 120608)
@@ -4,8 +4,8 @@
 # Contributor: cs-cam me.at.camdaniel.com
 
 pkgname=wammu
-pkgver=0.36
-pkgrel=4
+pkgver=0.37
+pkgrel=1
 pkgdesc=A wxPython-based GUI for Gammu
 arch=('any')
 url=http://wammu.eu/;
@@ -15,7 +15,7 @@
 'python2-pybluez: Bluetooth support'
'notification-daemon: Notifications support')
 source=(http://downloads.sourceforge.net/gammu/$pkgname-$pkgver.tar.bz2;)
-md5sums=('065186e6d08bffd7f95ae46904cb')
+md5sums=('6e78f65f64846c8b38b75a86bfbb9ba3')
 
 
 build() {


[arch-commits] Commit in wammu/repos/community-any (4 files)

2014-10-13 Thread Ray Rashif
Date: Monday, October 13, 2014 @ 14:31:13
  Author: schiv
Revision: 120609

archrelease: copy trunk to community-any

Added:
  wammu/repos/community-any/PKGBUILD
(from rev 120608, wammu/trunk/PKGBUILD)
  wammu/repos/community-any/wammu.changelog
(from rev 120608, wammu/trunk/wammu.changelog)
Deleted:
  wammu/repos/community-any/PKGBUILD
  wammu/repos/community-any/wammu.changelog

-+
 PKGBUILD|   64 
 wammu.changelog |  142 +++---
 2 files changed, 103 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-13 12:30:56 UTC (rev 120608)
+++ PKGBUILD2014-10-13 12:31:13 UTC (rev 120609)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
-# Contributor: cs-cam me.at.camdaniel.com
-
-pkgname=wammu
-pkgver=0.36
-pkgrel=4
-pkgdesc=A wxPython-based GUI for Gammu
-arch=('any')
-url=http://wammu.eu/;
-license=('GPL')
-depends=('gammu' 'wxpython')
-optdepends=('gnome-bluetooth: Bluetooth support'
-'python2-pybluez: Bluetooth support'
-   'notification-daemon: Notifications support')
-source=(http://downloads.sourceforge.net/gammu/$pkgname-$pkgver.tar.bz2;)
-md5sums=('065186e6d08bffd7f95ae46904cb')
-
-
-build() {
-  cd $pkgname-$pkgver
-
-  # python2 fix
-  sed -i 's_/usr/bin/env python_/usr/bin/env python2_' setup.py
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-}

Copied: wammu/repos/community-any/PKGBUILD (from rev 120608, 
wammu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-13 12:31:13 UTC (rev 120609)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
+# Contributor: cs-cam me.at.camdaniel.com
+
+pkgname=wammu
+pkgver=0.37
+pkgrel=1
+pkgdesc=A wxPython-based GUI for Gammu
+arch=('any')
+url=http://wammu.eu/;
+license=('GPL')
+depends=('gammu' 'wxpython')
+optdepends=('gnome-bluetooth: Bluetooth support'
+'python2-pybluez: Bluetooth support'
+   'notification-daemon: Notifications support')
+source=(http://downloads.sourceforge.net/gammu/$pkgname-$pkgver.tar.bz2;)
+md5sums=('6e78f65f64846c8b38b75a86bfbb9ba3')
+
+
+build() {
+  cd $pkgname-$pkgver
+
+  # python2 fix
+  sed -i 's_/usr/bin/env python_/usr/bin/env python2_' setup.py
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+}

Deleted: wammu.changelog
===
--- wammu.changelog 2014-10-13 12:30:56 UTC (rev 120608)
+++ wammu.changelog 2014-10-13 12:31:13 UTC (rev 120609)
@@ -1,71 +0,0 @@
-2010-12-02 Ray Rashif sc...@archlinux.org
-
-   * Version bump: 0.35
-   upstream release
-
-2010-09-23 Ray Rashif sc...@archlinux.org
-
-   * Version bump: 0.34
-   rebuilt for python(2)
-
-2010-06-30 Ray Rashif sc...@archlinux.org
-
-   * Version bump: 0.33
-
-   * PKGBUILD: src now at sourceforge
-   new changelog array
-
-   * ChangeLog: changed to wammu.changelog
-
-2010-01-25  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.32.1
-
-   * PKGBUILD: updated website url
-
-2010-01-05  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.31.1
-
-2009-04-14  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.30.1
-
-   * PKGBUILD: changed 'python-gammu' dependency in 'gammu'
-
-2008-10-27  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.29
-
-2008-08-03  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.28
-
-   * PKGBUILD: moved from $startdir/{pkg,usr} to $srcdir/$pkgdir, added
-   optdepends array
-
-   * wammu.install: removed in favour of optdepends array in PKGBUILD
-
-2007-05-13  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.27
-
-   * wammu.install: removed post_upgrade() function
-
-2008-03-07  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.26
-
-2007-12-19  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.25
-
-   * ChangeLog: adapted to specifications
-
-2007-12-06  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.24
-
-2007-11-05  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.23

Copied: wammu/repos/community-any/wammu.changelog (from rev 120608, 
wammu/trunk/wammu.changelog)
===
--- wammu.changelog (rev 0)
+++ wammu.changelog 2014-10-13 12:31:13 UTC (rev 120609)
@@ -0,0 +1,71 @@

[arch-commits] Commit in swh-plugins/trunk (PKGBUILD)

2014-10-13 Thread Ray Rashif
Date: Monday, October 13, 2014 @ 14:51:18
  Author: schiv
Revision: 224284

Fix build failure; FS#39163

Modified:
  swh-plugins/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 10:50:24 UTC (rev 224283)
+++ PKGBUILD2014-10-13 12:51:18 UTC (rev 224284)
@@ -3,6 +3,9 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 # Contributor: Robert Emil Berge
 
+# move to github source? see frontpage news updates
+# and also https://github.com/swh/ladspa
+
 pkgname=swh-plugins
 pkgver=0.4.15
 pkgrel=6
@@ -11,7 +14,7 @@
 url=http://plugin.org.uk/;
 license=('GPL')
 depends=('fftw' 'ladspa')
-makedepends=('libxml2')
+makedepends=('libxml2' 'perl-xml-parser')
 groups=('ladspa-plugins')
 source=(http://plugin.org.uk/releases/$pkgver/$pkgname-$pkgver.tar.gz;
 'mbeq_crash_fix.patch')
@@ -18,7 +21,7 @@
 md5sums=('2fbdccef2462ea553901acd429fa3573'
  'a60422c8dea95bee6f9adcdc70dff7e0')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
 
   # Arch64 fix;
@@ -32,7 +35,11 @@
   # plugin is in use by ALSA;
   # see https://bugs.archlinux.org/task/24579
   patch -Np1 -i $srcdir/mbeq_crash_fix.patch
+}
 
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
   ./configure --prefix=/usr
   make
 }


[arch-commits] Commit in swh-plugins/repos/extra-i686 (4 files)

2014-10-13 Thread Ray Rashif
Date: Monday, October 13, 2014 @ 14:52:42
  Author: schiv
Revision: 224285

archrelease: copy trunk to extra-i686

Added:
  swh-plugins/repos/extra-i686/PKGBUILD
(from rev 224284, swh-plugins/trunk/PKGBUILD)
  swh-plugins/repos/extra-i686/mbeq_crash_fix.patch
(from rev 224284, swh-plugins/trunk/mbeq_crash_fix.patch)
Deleted:
  swh-plugins/repos/extra-i686/PKGBUILD
  swh-plugins/repos/extra-i686/mbeq_crash_fix.patch

--+
 PKGBUILD |   99 ++---
 mbeq_crash_fix.patch |   78 +++---
 2 files changed, 92 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-13 12:51:18 UTC (rev 224284)
+++ PKGBUILD2014-10-13 12:52:42 UTC (rev 224285)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Robert Emil Berge
-
-pkgname=swh-plugins
-pkgver=0.4.15
-pkgrel=6
-pkgdesc=Steve Harris' LADSPA plug-ins suite
-arch=('i686' 'x86_64')
-url=http://plugin.org.uk/;
-license=('GPL')
-depends=('fftw' 'ladspa')
-makedepends=('libxml2')
-groups=('ladspa-plugins')
-source=(http://plugin.org.uk/releases/$pkgver/$pkgname-$pkgver.tar.gz;
-'mbeq_crash_fix.patch')
-md5sums=('2fbdccef2462ea553901acd429fa3573'
- 'a60422c8dea95bee6f9adcdc70dff7e0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Arch64 fix;
-  # -fPIC seems to be the only option
-  if [ $CARCH = 'x86_64' ]; then
-export CFLAGS=$CFLAGS -fPIC
-export CXXFLAGS=$CFLAGS
-  fi
-
-  # fix Firefox crash on x64 when
-  # plugin is in use by ALSA;
-  # see https://bugs.archlinux.org/task/24579
-  patch -Np1 -i $srcdir/mbeq_crash_fix.patch
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: swh-plugins/repos/extra-i686/PKGBUILD (from rev 224284, 
swh-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-13 12:52:42 UTC (rev 224285)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Robert Emil Berge
+
+# move to github source? see frontpage news updates
+# and also https://github.com/swh/ladspa
+
+pkgname=swh-plugins
+pkgver=0.4.15
+pkgrel=6
+pkgdesc=Steve Harris' LADSPA plug-ins suite
+arch=('i686' 'x86_64')
+url=http://plugin.org.uk/;
+license=('GPL')
+depends=('fftw' 'ladspa')
+makedepends=('libxml2' 'perl-xml-parser')
+groups=('ladspa-plugins')
+source=(http://plugin.org.uk/releases/$pkgver/$pkgname-$pkgver.tar.gz;
+'mbeq_crash_fix.patch')
+md5sums=('2fbdccef2462ea553901acd429fa3573'
+ 'a60422c8dea95bee6f9adcdc70dff7e0')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Arch64 fix;
+  # -fPIC seems to be the only option
+  if [ $CARCH = 'x86_64' ]; then
+export CFLAGS=$CFLAGS -fPIC
+export CXXFLAGS=$CFLAGS
+  fi
+
+  # fix Firefox crash on x64 when
+  # plugin is in use by ALSA;
+  # see https://bugs.archlinux.org/task/24579
+  patch -Np1 -i $srcdir/mbeq_crash_fix.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: mbeq_crash_fix.patch
===
--- mbeq_crash_fix.patch2014-10-13 12:51:18 UTC (rev 224284)
+++ mbeq_crash_fix.patch2014-10-13 12:52:42 UTC (rev 224285)
@@ -1,39 +0,0 @@
-diff -Nru swh-plugins-0.4.15.orig/mbeq_1197.c swh-plugins-0.4.15/mbeq_1197.c
 swh-plugins-0.4.15.orig/mbeq_1197.c2006-08-09 01:49:15.0 
+1000
-+++ swh-plugins-0.4.15/mbeq_1197.c 2011-06-05 10:57:17.929107102 +1000
-@@ -457,7 +457,8 @@
-   #endif
-   
-   // Multiply the bins magnitudes by the coeficients
--  for (i = 0; i  FFT_LENGTH/2; i++) {
-+  comp[0] *= coefs[0];
-+  for (i = 1; i  FFT_LENGTH/2; i++) {
-   comp[i] *= coefs[i];
-   comp[FFT_LENGTH-i] *= coefs[i];
-   }
-diff -Nru swh-plugins-0.4.15.orig/mbeq_1197.so.c 
swh-plugins-0.4.15/mbeq_1197.so.c
 swh-plugins-0.4.15.orig/mbeq_1197.so.c 2003-10-22 02:13:40.0 
+1000
-+++ swh-plugins-0.4.15/mbeq_1197.so.c  2011-06-05 10:57:52.265774336 +1000
-@@ -446,7 +446,8 @@
-   #endif
-   
-   // Multiply the bins magnitudes by the coeficients
--  for (i = 0; i  FFT_LENGTH/2; i++) {
-+  comp[0] *= coefs[0];
-+  for (i = 1; i  FFT_LENGTH/2; i++) {
-   comp[i] *= 

[arch-commits] Commit in swh-plugins/repos/extra-x86_64 (4 files)

2014-10-13 Thread Ray Rashif
Date: Monday, October 13, 2014 @ 14:53:33
  Author: schiv
Revision: 224286

archrelease: copy trunk to extra-x86_64

Added:
  swh-plugins/repos/extra-x86_64/PKGBUILD
(from rev 224285, swh-plugins/trunk/PKGBUILD)
  swh-plugins/repos/extra-x86_64/mbeq_crash_fix.patch
(from rev 224285, swh-plugins/trunk/mbeq_crash_fix.patch)
Deleted:
  swh-plugins/repos/extra-x86_64/PKGBUILD
  swh-plugins/repos/extra-x86_64/mbeq_crash_fix.patch

--+
 PKGBUILD |   99 ++---
 mbeq_crash_fix.patch |   78 +++---
 2 files changed, 92 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-13 12:52:42 UTC (rev 224285)
+++ PKGBUILD2014-10-13 12:53:33 UTC (rev 224286)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Robert Emil Berge
-
-pkgname=swh-plugins
-pkgver=0.4.15
-pkgrel=6
-pkgdesc=Steve Harris' LADSPA plug-ins suite
-arch=('i686' 'x86_64')
-url=http://plugin.org.uk/;
-license=('GPL')
-depends=('fftw' 'ladspa')
-makedepends=('libxml2')
-groups=('ladspa-plugins')
-source=(http://plugin.org.uk/releases/$pkgver/$pkgname-$pkgver.tar.gz;
-'mbeq_crash_fix.patch')
-md5sums=('2fbdccef2462ea553901acd429fa3573'
- 'a60422c8dea95bee6f9adcdc70dff7e0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Arch64 fix;
-  # -fPIC seems to be the only option
-  if [ $CARCH = 'x86_64' ]; then
-export CFLAGS=$CFLAGS -fPIC
-export CXXFLAGS=$CFLAGS
-  fi
-
-  # fix Firefox crash on x64 when
-  # plugin is in use by ALSA;
-  # see https://bugs.archlinux.org/task/24579
-  patch -Np1 -i $srcdir/mbeq_crash_fix.patch
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: swh-plugins/repos/extra-x86_64/PKGBUILD (from rev 224285, 
swh-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-13 12:53:33 UTC (rev 224286)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Robert Emil Berge
+
+# move to github source? see frontpage news updates
+# and also https://github.com/swh/ladspa
+
+pkgname=swh-plugins
+pkgver=0.4.15
+pkgrel=6
+pkgdesc=Steve Harris' LADSPA plug-ins suite
+arch=('i686' 'x86_64')
+url=http://plugin.org.uk/;
+license=('GPL')
+depends=('fftw' 'ladspa')
+makedepends=('libxml2' 'perl-xml-parser')
+groups=('ladspa-plugins')
+source=(http://plugin.org.uk/releases/$pkgver/$pkgname-$pkgver.tar.gz;
+'mbeq_crash_fix.patch')
+md5sums=('2fbdccef2462ea553901acd429fa3573'
+ 'a60422c8dea95bee6f9adcdc70dff7e0')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Arch64 fix;
+  # -fPIC seems to be the only option
+  if [ $CARCH = 'x86_64' ]; then
+export CFLAGS=$CFLAGS -fPIC
+export CXXFLAGS=$CFLAGS
+  fi
+
+  # fix Firefox crash on x64 when
+  # plugin is in use by ALSA;
+  # see https://bugs.archlinux.org/task/24579
+  patch -Np1 -i $srcdir/mbeq_crash_fix.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: mbeq_crash_fix.patch
===
--- mbeq_crash_fix.patch2014-10-13 12:52:42 UTC (rev 224285)
+++ mbeq_crash_fix.patch2014-10-13 12:53:33 UTC (rev 224286)
@@ -1,39 +0,0 @@
-diff -Nru swh-plugins-0.4.15.orig/mbeq_1197.c swh-plugins-0.4.15/mbeq_1197.c
 swh-plugins-0.4.15.orig/mbeq_1197.c2006-08-09 01:49:15.0 
+1000
-+++ swh-plugins-0.4.15/mbeq_1197.c 2011-06-05 10:57:17.929107102 +1000
-@@ -457,7 +457,8 @@
-   #endif
-   
-   // Multiply the bins magnitudes by the coeficients
--  for (i = 0; i  FFT_LENGTH/2; i++) {
-+  comp[0] *= coefs[0];
-+  for (i = 1; i  FFT_LENGTH/2; i++) {
-   comp[i] *= coefs[i];
-   comp[FFT_LENGTH-i] *= coefs[i];
-   }
-diff -Nru swh-plugins-0.4.15.orig/mbeq_1197.so.c 
swh-plugins-0.4.15/mbeq_1197.so.c
 swh-plugins-0.4.15.orig/mbeq_1197.so.c 2003-10-22 02:13:40.0 
+1000
-+++ swh-plugins-0.4.15/mbeq_1197.so.c  2011-06-05 10:57:52.265774336 +1000
-@@ -446,7 +446,8 @@
-   #endif
-   
-   // Multiply the bins magnitudes by the coeficients
--  for (i = 0; i  FFT_LENGTH/2; i++) {
-+  comp[0] *= coefs[0];
-+  for (i = 1; i  FFT_LENGTH/2; i++) {
-   

[arch-commits] Commit in setconf/trunk (PKGBUILD)

2014-10-13 Thread Alexander Rødseth
Date: Monday, October 13, 2014 @ 16:26:06
  Author: arodseth
Revision: 120611

upgpkg: setconf 0.6.3-1

Modified:
  setconf/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 12:53:24 UTC (rev 120610)
+++ PKGBUILD2014-10-13 14:26:06 UTC (rev 120611)
@@ -2,8 +2,8 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 
 pkgname=setconf
-pkgver=0.6.2
-pkgrel=3
+pkgver=0.6.3
+pkgrel=1
 pkgdesc='Utility for easily changing settings in configuration files'
 arch=('any')
 url='http://setconf.roboticoverlords.org/'
@@ -10,12 +10,8 @@
 license=('GPL2')
 depends=('python2')
 source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('8f91dc5cc24cc9d4f7c34fbc657259384f99d7222b6df9375bac5436d601d0c2')
+sha256sums=('859b72da867b57451d8139e268fe3faa58102504a942944a01e94920035e7ee1')
 
-prepare() {
-  sed -i 's:usr/bin/python:usr/bin/python2:' $pkgname-$pkgver/$pkgname.py
-}
-
 package() {
   cd $pkgname-$pkgver
 


[arch-commits] Commit in setconf/repos/community-any (PKGBUILD PKGBUILD)

2014-10-13 Thread Alexander Rødseth
Date: Monday, October 13, 2014 @ 16:26:12
  Author: arodseth
Revision: 120612

archrelease: copy trunk to community-any

Added:
  setconf/repos/community-any/PKGBUILD
(from rev 120611, setconf/trunk/PKGBUILD)
Deleted:
  setconf/repos/community-any/PKGBUILD

--+
 PKGBUILD |   48 ++--
 1 file changed, 22 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-13 14:26:06 UTC (rev 120611)
+++ PKGBUILD2014-10-13 14:26:12 UTC (rev 120612)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=setconf
-pkgver=0.6.2
-pkgrel=2
-pkgdesc='Utility to easily change settings in configuration files'
-arch=('any')
-url='http://setconf.roboticoverlords.org/'
-license=('GPL2')
-depends=('python2')
-source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('8f91dc5cc24cc9d4f7c34fbc657259384f99d7222b6df9375bac5436d601d0c2')
-
-prepare() {
-  sed -i 's:usr/bin/python:usr/bin/python2:' $pkgname-$pkgver/$pkgname.py
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -Dm755 $pkgname.py $pkgdir/usr/bin/$pkgname
-  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: setconf/repos/community-any/PKGBUILD (from rev 120611, 
setconf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-13 14:26:12 UTC (rev 120612)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=setconf
+pkgver=0.6.3
+pkgrel=1
+pkgdesc='Utility for easily changing settings in configuration files'
+arch=('any')
+url='http://setconf.roboticoverlords.org/'
+license=('GPL2')
+depends=('python2')
+source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
+sha256sums=('859b72da867b57451d8139e268fe3faa58102504a942944a01e94920035e7ee1')
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm755 $pkgname.py $pkgdir/usr/bin/$pkgname
+  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in powerdns/trunk (PKGBUILD pdns.conf)

2014-10-13 Thread Alexander Rødseth
Date: Monday, October 13, 2014 @ 16:31:13
  Author: arodseth
Revision: 120613

Fix for FS#42271

Modified:
  powerdns/trunk/PKGBUILD
Deleted:
  powerdns/trunk/pdns.conf

---+
 PKGBUILD  |   25 ++-
 pdns.conf |  417 
 2 files changed, 14 insertions(+), 428 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 14:26:12 UTC (rev 120612)
+++ PKGBUILD2014-10-13 14:31:13 UTC (rev 120613)
@@ -5,13 +5,13 @@
 
 pkgname=powerdns
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Authoritative DNS server'
 arch=('x86_64' 'i686')
 url='http://www.powerdns.com/'
 license=('GPL')
 depends=('boost-libs' 'gcc-libs' 'postgresql-libs' 'libmariadbclient' 'sqlite' 
'libldap' 'lua')
-makedepends=('boost')
+makedepends=('boost' 'setconf=0.6.3')
 provides=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
 replaces=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
 conflicts=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
@@ -18,16 +18,19 @@
 options=('!makeflags')
 backup=('etc/powerdns/pdns.conf')
 source=(http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2;
-'pdns.service'
-'pdns.conf')
+'pdns.service')
 sha256sums=('0780f7a7fe768f9debc9decadb5d3a555b716eed14296e7c41f355bf8db4825e'
-'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040'
-'a1afcccb0d2fb6a6f7a5960de95f8d38ce1ac75ac5e3dcecf09e49f0de10166e')
+'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
 
 prepare() {
-  cd pdns-$pkgver
+  touch pdns-$pkgver/AUTHORS pdns-$pkgver/NEWS
 
-  touch AUTHORS NEWS
+  # Make changes to pdns.conf, while basing it on pdns.conf-dist
+  cp pdns-$pkgver/pdns/pdns.conf-dist pdns.conf
+  for configoption in 'allow-recursion=127.0.0.1' 'cache-ttl=6' 
'chroot=/var/empty' 'config-dir=/etc' 'daemon=yes' 'distributor-threads=3' 
'guardian=yes' 'local-port=53' 'loglevel=3' 'module-dir=/usr/lib/pdns' 
'negquery-cache-ttl=60' 'setgid=nobody' 'setuid=nobody' 'socket-dir=/var/run' 
'webserver=no'; do
+# Next version of setconf will probably support uncommenting options
+setconf -a pdns.conf $configoption
+  done
 }
 
 build() {
@@ -37,7 +40,7 @@
 --prefix=/usr \
 --sysconfdir=/etc/powerdns \
 --libexecdir=/usr/lib \
---libdir=/usr/lib/powerdns \
+--libdir=/usr/lib \
 --mandir=/usr/share/man \
 --with-modules='' \
 --with-dynmodules=ldap pipe gmysql gpgsql gsqlite3 geo \
@@ -49,8 +52,8 @@
 
 package() {
   make -C pdns-$pkgver DESTDIR=$pkgdir install
-  install -m644 $srcdir/pdns.conf $pkgdir/etc/powerdns/
-  install -Dm644 $srcdir/pdns.service \
+  install -m644 pdns.conf $pkgdir/etc/powerdns/
+  install -Dm644 pdns.service \
 $pkgdir/usr/lib/systemd/system/pdns.service
   rm -f $pkgdir/etc/powerdns/pdns.conf-dist
 }

Deleted: pdns.conf
===
--- pdns.conf   2014-10-13 14:26:12 UTC (rev 120612)
+++ pdns.conf   2014-10-13 14:31:13 UTC (rev 120613)
@@ -1,417 +0,0 @@
-# Autogenerated configuration file template
-#
-# allow-axfr-ips   Allow zonetransfers only to these subnets
-#
-# allow-axfr-ips=0.0.0.0/0,::/0
-
-#
-# allow-recursion  List of subnets that are allowed to recurse
-#
-allow-recursion=127.0.0.1
-
-#
-# cache-ttlSeconds to store packets in the PacketCache
-#
-cache-ttl=60
-
-#
-# chroot   If set, chroot to this directory for more security
-#
-chroot=/var/empty
-
-#
-# config-dir   Location of configuration directory (pdns.conf)
-#
-config-dir=/etc
-
-#
-# config-name  Name of this virtual configuration - will rename the binary 
image
-#
-# config-name=
-
-#
-# control-console  Debugging switch - don't use
-#
-# control-console=no
-
-#
-# daemon   Operate as a daemon
-#
-daemon=yes
-
-#
-# default-soa-name name to insert in the SOA record if none set in the 
backend
-#
-# default-soa-name=a.misconfigured.powerdns.server
-
-#
-# default-ttl  Seconds a result is valid if not set otherwise
-#
-# default-ttl=3600
-
-#
-# disable-axfr Disable zonetransfers but do allow TCP queries
-#
-# disable-axfr=no
-
-#
-# disable-tcp  Do not listen to TCP queries
-#
-# disable-tcp=no
-
-#
-# distributor-threads  Default number of Distributor (backend) threads to start
-#
-distributor-threads=3
-
-#
-# do-ipv6-additional-processingDo  additional processing
-#
-# do-ipv6-additional-processing=yes
-

[arch-commits] Commit in perl-email-date-format/repos/extra-any (PKGBUILD PKGBUILD)

2014-10-13 Thread Felix Yan
Date: Monday, October 13, 2014 @ 17:11:23
  Author: fyan
Revision: 224288

archrelease: copy trunk to extra-any

Added:
  perl-email-date-format/repos/extra-any/PKGBUILD
(from rev 224287, perl-email-date-format/trunk/PKGBUILD)
Deleted:
  perl-email-date-format/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-13 15:11:04 UTC (rev 224287)
+++ PKGBUILD2014-10-13 15:11:23 UTC (rev 224288)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
-
-pkgname=perl-email-date-format
-pkgver=1.004
-pkgrel=1
-pkgdesc=produce RFC 2822 date strings
-arch=('any')
-url=http://search.cpan.org/dist/Email-Date-Format;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-checkdepends=('perl-test-pod' 'perl-capture-tiny')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Date-Format-$pkgver.tar.gz;)
-md5sums=('c6b651d56996cd37f6e0251c5c3672ec')
-
-build() {
-  cd Email-Date-Format-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Email-Date-Format-$pkgver
-  make test
-}
-
-package() {
-  cd Email-Date-Format-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-email-date-format/repos/extra-any/PKGBUILD (from rev 224287, 
perl-email-date-format/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-13 15:11:23 UTC (rev 224288)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
+
+pkgname=perl-email-date-format
+pkgver=1.005
+pkgrel=1
+pkgdesc=produce RFC 2822 date strings
+arch=('any')
+url=http://search.cpan.org/dist/Email-Date-Format;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+checkdepends=('perl-test-pod' 'perl-capture-tiny')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Date-Format-$pkgver.tar.gz;)
+md5sums=('030dcee3bc1a44674900b0132925bd03')
+
+build() {
+  cd Email-Date-Format-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Email-Date-Format-$pkgver
+  make test
+}
+
+package() {
+  cd Email-Date-Format-$pkgver
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in perl-email-date-format/trunk (PKGBUILD)

2014-10-13 Thread Felix Yan
Date: Monday, October 13, 2014 @ 17:11:04
  Author: fyan
Revision: 224287

upgpkg: perl-email-date-format 1.005-1

Modified:
  perl-email-date-format/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 12:53:33 UTC (rev 224286)
+++ PKGBUILD2014-10-13 15:11:04 UTC (rev 224287)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer:
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Sergej Pupykin pupykin.s+...@gmail.com
 
 pkgname=perl-email-date-format
-pkgver=1.004
+pkgver=1.005
 pkgrel=1
 pkgdesc=produce RFC 2822 date strings
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('perl-test-pod' 'perl-capture-tiny')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Date-Format-$pkgver.tar.gz;)
-md5sums=('c6b651d56996cd37f6e0251c5c3672ec')
+md5sums=('030dcee3bc1a44674900b0132925bd03')
 
 build() {
   cd Email-Date-Format-$pkgver


[arch-commits] Commit in jenkins/trunk (PKGBUILD)

2014-10-13 Thread Felix Yan
Date: Monday, October 13, 2014 @ 17:13:25
  Author: fyan
Revision: 120614

upgpkg: jenkins 1.584-1

Modified:
  jenkins/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 14:31:13 UTC (rev 120613)
+++ PKGBUILD2014-10-13 15:13:25 UTC (rev 120614)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Alexander Rødseth rods...@gmail.com
 # Contributor: Marcel Huber marcelhuberfoo at gmail dott com
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.583
+pkgver=1.584
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('7b755237e2c0c0eda26efe5062029b04e394caca695fae0fb5a9c934f40cf775c154c1f3efe87036caa8cdcc3dc71f440683f6a52b0de5ab1209c8190b9b'
+sha512sums=('2e9e31e1fd5aa7fab17bc6b528dad78f4e513b4e77f7141578916cdb4a6de96bda92f102cfe0078a269cbd4163d5704df0e1cf3e5bc8db68f30f2544c0602a4a'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'


[arch-commits] Commit in jenkins/repos/community-any (12 files)

2014-10-13 Thread Felix Yan
Date: Monday, October 13, 2014 @ 17:14:02
  Author: fyan
Revision: 120615

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 120614, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 120614, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 120614, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 120614, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 120614, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 120614, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-10-13 15:13:25 UTC (rev 120614)
+++ LICENSE 2014-10-13 15:14:02 UTC (rev 120615)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 120614, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-10-13 15:14:02 UTC (rev 120615)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-13 15:13:25 UTC (rev 120614)
+++ PKGBUILD2014-10-13 15:14:02 UTC (rev 120615)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.583
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

[arch-commits] Commit in syncthing/trunk (PKGBUILD)

2014-10-13 Thread Martin Wimpress
Date: Monday, October 13, 2014 @ 17:50:20
  Author: flexiondotorg
Revision: 120616

upgpkg: syncthing 0.10.1-1 - New upstream release.

Modified:
  syncthing/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 15:14:02 UTC (rev 120615)
+++ PKGBUILD2014-10-13 15:50:20 UTC (rev 120616)
@@ -5,8 +5,8 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.10.0
-pkgrel=3
+pkgver=0.10.1
+pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;
 license=('MIT')


[arch-commits] Commit in syncthing/repos (2 files)

2014-10-13 Thread Martin Wimpress
Date: Monday, October 13, 2014 @ 17:52:40
  Author: flexiondotorg
Revision: 120618

Added assets.

Modified:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |4 ++--
 community-x86_64/PKGBUILD |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-13 15:50:33 UTC (rev 120617)
+++ community-i686/PKGBUILD 2014-10-13 15:52:40 UTC (rev 120618)
@@ -5,8 +5,8 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.10.0
-pkgrel=3
+pkgver=0.10.1
+pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;
 license=('MIT')

Modified: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-13 15:50:33 UTC (rev 120617)
+++ community-x86_64/PKGBUILD   2014-10-13 15:52:40 UTC (rev 120618)
@@ -5,8 +5,8 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.10.0
-pkgrel=3
+pkgver=0.10.1
+pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;
 license=('MIT')


[arch-commits] Commit in syncthing/repos (2 files)

2014-10-13 Thread Martin Wimpress
Date: Monday, October 13, 2014 @ 17:50:33
  Author: flexiondotorg
Revision: 120617

archrelease: copy trunk to community-i686, community-x86_64

Deleted:
  syncthing/repos/community-i686/syncthing.service
  syncthing/repos/community-x86_64/syncthing.service

+
 community-i686/syncthing.service   |   11 ---
 community-x86_64/syncthing.service |   11 ---
 2 files changed, 22 deletions(-)

Deleted: community-i686/syncthing.service
===
--- community-i686/syncthing.service2014-10-13 15:50:20 UTC (rev 120616)
+++ community-i686/syncthing.service2014-10-13 15:50:33 UTC (rev 120617)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Syncthing service for %u
-After=network.target
-
-[Service]
-Environment=STNORESTART=yes
-ExecStart=/usr/bin/syncthing
-Restart=on-success
-
-[Install]
-WantedBy=default.target

Deleted: community-x86_64/syncthing.service
===
--- community-x86_64/syncthing.service  2014-10-13 15:50:20 UTC (rev 120616)
+++ community-x86_64/syncthing.service  2014-10-13 15:50:33 UTC (rev 120617)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Syncthing service for %u
-After=network.target
-
-[Service]
-Environment=STNORESTART=yes
-ExecStart=/usr/bin/syncthing
-Restart=on-success
-
-[Install]
-WantedBy=default.target


[arch-commits] Commit in gnutls/repos (8 files)

2014-10-13 Thread Andreas Radke
Date: Monday, October 13, 2014 @ 19:49:23
  Author: andyrtr
Revision: 224290

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnutls/repos/extra-i686/PKGBUILD
(from rev 224289, gnutls/trunk/PKGBUILD)
  gnutls/repos/extra-i686/gnutls.install
(from rev 224289, gnutls/trunk/gnutls.install)
  gnutls/repos/extra-x86_64/PKGBUILD
(from rev 224289, gnutls/trunk/PKGBUILD)
  gnutls/repos/extra-x86_64/gnutls.install
(from rev 224289, gnutls/trunk/gnutls.install)
Deleted:
  gnutls/repos/extra-i686/PKGBUILD
  gnutls/repos/extra-i686/gnutls.install
  gnutls/repos/extra-x86_64/PKGBUILD
  gnutls/repos/extra-x86_64/gnutls.install

-+
 /PKGBUILD   |   82 ++
 /gnutls.install |   40 
 extra-i686/PKGBUILD |   41 -
 extra-i686/gnutls.install   |   20 --
 extra-x86_64/PKGBUILD   |   41 -
 extra-x86_64/gnutls.install |   20 --
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-13 17:49:06 UTC (rev 224289)
+++ extra-i686/PKGBUILD 2014-10-13 17:49:23 UTC (rev 224290)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=gnutls
-pkgver=3.3.8
-pkgrel=2
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL2.1')
-url=http://www.gnutls.org/;
-install=gnutls.install
-options=('!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('b57e6b7630bdba9ea8eb28ff0eb29c2f'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --with-zlib \
-   --disable-static \
-   --disable-guile
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check || make -j1 check # || /bin/true
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
-  # gzip -9 all files in infodir and manpages manually
-  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
-  find $pkgdir/usr/share/man -exec gzip -9 {} \;
-}

Copied: gnutls/repos/extra-i686/PKGBUILD (from rev 224289, 
gnutls/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-13 17:49:23 UTC (rev 224290)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=gnutls
+pkgver=3.3.9
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://www.gnutls.org/;
+install=gnutls.install
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('ff61b77e39d09f1140ab5a9cf52c58b6'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --disable-guile
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check # || make -j1 check # || /bin/true
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
+  find $pkgdir/usr/share/man -exec gzip -9 {} \;
+}

Deleted: extra-i686/gnutls.install
===
--- extra-i686/gnutls.install   2014-10-13 17:49:06 UTC (rev 224289)
+++ extra-i686/gnutls.install   2014-10-13 17:49:23 UTC (rev 224290)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(gnutls.info-1.gz gnutls.info-2.gz gnutls.info-3.gz gnutls.info-4.gz 
gnutls.info-5.gz gnutls.info.gz gnutls-guile.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}

Copied: gnutls/repos/extra-i686/gnutls.install (from rev 224289, 
gnutls/trunk/gnutls.install)
===
--- extra-i686/gnutls.install

[arch-commits] Commit in gnutls/trunk (PKGBUILD)

2014-10-13 Thread Andreas Radke
Date: Monday, October 13, 2014 @ 19:49:06
  Author: andyrtr
Revision: 224289

upgpkg: gnutls 3.3.9-1

upstream update 3.3.9

Modified:
  gnutls/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 15:11:23 UTC (rev 224288)
+++ PKGBUILD2014-10-13 17:49:06 UTC (rev 224289)
@@ -3,8 +3,8 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=gnutls
-pkgver=3.3.8
-pkgrel=2
+pkgver=3.3.9
+pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer
 arch=('i686' 'x86_64')
 license=('GPL3' 'LGPL2.1')
@@ -13,7 +13,7 @@
 options=('!zipman')
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('b57e6b7630bdba9ea8eb28ff0eb29c2f'
+md5sums=('ff61b77e39d09f1140ab5a9cf52c58b6'
  'SKIP')
 
 build() {
@@ -27,7 +27,7 @@
 
 check() {
   cd ${pkgname}-${pkgver}
-  make check || make -j1 check # || /bin/true
+  make check # || make -j1 check # || /bin/true
 }
 
 package() {


[arch-commits] Commit in lftp/trunk (PKGBUILD)

2014-10-13 Thread Andreas Radke
Date: Monday, October 13, 2014 @ 19:53:48
  Author: andyrtr
Revision: 224291

upgpkg: lftp 4.6.0-1

upstream update 4.6.0

Modified:
  lftp/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 17:49:23 UTC (rev 224290)
+++ PKGBUILD2014-10-13 17:53:48 UTC (rev 224291)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=lftp
-pkgver=4.5.5
+pkgver=4.6.0
 pkgrel=1
 pkgdesc=Sophisticated command line based FTP client
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url=http://lftp.yar.ru/;
 backup=('etc/lftp.conf')
 source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('e58fc886e3d7c6d994de5ce51de46087'
+md5sums=('fc5f4e3b45c9011a193eb8c0c12eb2eb'
  'SKIP')
 
 build() {


[arch-commits] Commit in lftp/repos (4 files)

2014-10-13 Thread Andreas Radke
Date: Monday, October 13, 2014 @ 19:54:00
  Author: andyrtr
Revision: 224292

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  lftp/repos/extra-i686/PKGBUILD
(from rev 224291, lftp/trunk/PKGBUILD)
  lftp/repos/extra-x86_64/PKGBUILD
(from rev 224291, lftp/trunk/PKGBUILD)
Deleted:
  lftp/repos/extra-i686/PKGBUILD
  lftp/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   33 
 extra-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-13 17:53:48 UTC (rev 224291)
+++ extra-i686/PKGBUILD 2014-10-13 17:54:00 UTC (rev 224292)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=lftp
-pkgver=4.5.5
-pkgrel=1
-pkgdesc=Sophisticated command line based FTP client
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url=http://lftp.yar.ru/;
-backup=('etc/lftp.conf')
-source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('e58fc886e3d7c6d994de5ce51de46087'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-i686/PKGBUILD (from rev 224291, lftp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-13 17:54:00 UTC (rev 224292)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=lftp
+pkgver=4.6.0
+pkgrel=1
+pkgdesc=Sophisticated command line based FTP client
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url=http://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('fc5f4e3b45c9011a193eb8c0c12eb2eb'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-13 17:53:48 UTC (rev 224291)
+++ extra-x86_64/PKGBUILD   2014-10-13 17:54:00 UTC (rev 224292)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=lftp
-pkgver=4.5.5
-pkgrel=1
-pkgdesc=Sophisticated command line based FTP client
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url=http://lftp.yar.ru/;
-backup=('etc/lftp.conf')
-source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('e58fc886e3d7c6d994de5ce51de46087'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-x86_64/PKGBUILD (from rev 224291, lftp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-13 17:54:00 UTC (rev 224292)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=lftp
+pkgver=4.6.0
+pkgrel=1
+pkgdesc=Sophisticated command line based FTP client
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url=http://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('fc5f4e3b45c9011a193eb8c0c12eb2eb'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() 

[arch-commits] Commit in xdg-utils/repos (testing-any testing-any/PKGBUILD)

2014-10-13 Thread Andreas Radke
Date: Monday, October 13, 2014 @ 20:43:50
  Author: andyrtr
Revision: 224294

archrelease: copy trunk to testing-any

Added:
  xdg-utils/repos/testing-any/
  xdg-utils/repos/testing-any/PKGBUILD
(from rev 224293, xdg-utils/trunk/PKGBUILD)

--+
 PKGBUILD |   43 +++
 1 file changed, 43 insertions(+)

Copied: xdg-utils/repos/testing-any/PKGBUILD (from rev 224293, 
xdg-utils/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-10-13 18:43:50 UTC (rev 224294)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xdg-utils
+pkgver=1.1.0.git20141009
+pkgrel=1
+pkgdesc=Command line tools that assist applications with a variety of desktop 
integration tasks
+arch=('any')
+url=http://cgit.freedesktop.org/xdg/xdg-utils/;
+license=('MIT')
+depends=('sh' 'xorg-xset') # xset needed inside xdg-screensaver
+makedepends=('docbook-xsl' 'lynx' 'xmlto' 'git')
+optdepends=('kdebase-runtime: for KDE support in xdg-open'
+'libgnome: for GNOME support in xdg-open'
+'exo: for Xfce support in xdg-open'
+'xorg-xprop: for Xfce support in xdg-open'
+'pcmanfm: for LXDE support in xdg-open'
+'perl-file-mimeinfo: for generic support in xdg-open')
+source=(git://anongit.freedesktop.org/xdg/xdg-utils#commit=f0df41402e827051ec16bac212c8eaf08ada75e4)
+md5sums=('SKIP')
+
+pkgver() {
+   cd xdg-utils
+   echo 1.1.0.git$(git log -1 --format=%cd --date=short | sed 's|-||g')
+}
+
+build() {
+   cd xdg-utils*
+   ./configure --prefix=/usr --mandir=/usr/share/man
+#  make scripts-clean -C scripts # needed if it's a git snapshot
+#  make man scripts -C scripts # needed if it's a git snapshot
+   make # for release builds
+}
+
+package() {
+   cd xdg-utils
+   make DESTDIR=${pkgdir} install
+   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   
+   # install empty directory to prevent xdg-desktop-menu install *.desktop 
to fail, see FS#33316
+   install -dm755 $pkgdir/usr/share/desktop-directories
+}


[arch-commits] Commit in xdg-utils/trunk (PKGBUILD)

2014-10-13 Thread Andreas Radke
Date: Monday, October 13, 2014 @ 20:43:41
  Author: andyrtr
Revision: 224293

upgpkg: xdg-utils 1.1.0.git20141009-1

update git snapshot - fixes FS#42361

Modified:
  xdg-utils/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 17:54:00 UTC (rev 224292)
+++ PKGBUILD2014-10-13 18:43:41 UTC (rev 224293)
@@ -1,8 +1,9 @@
 # $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xdg-utils
-pkgver=1.1.0.git20140630
+pkgver=1.1.0.git20141009
 pkgrel=1
 pkgdesc=Command line tools that assist applications with a variety of desktop 
integration tasks
 arch=('any')
@@ -16,7 +17,7 @@
 'xorg-xprop: for Xfce support in xdg-open'
 'pcmanfm: for LXDE support in xdg-open'
 'perl-file-mimeinfo: for generic support in xdg-open')
-source=(git://anongit.freedesktop.org/xdg/xdg-utils#commit=34e033845ea6997bc4fdafd9bdd4856bfa5d0d36)
+source=(git://anongit.freedesktop.org/xdg/xdg-utils#commit=f0df41402e827051ec16bac212c8eaf08ada75e4)
 md5sums=('SKIP')
 
 pkgver() {
@@ -25,7 +26,7 @@
 }
 
 build() {
-   cd xdg-utils
+   cd xdg-utils*
./configure --prefix=/usr --mandir=/usr/share/man
 #  make scripts-clean -C scripts # needed if it's a git snapshot
 #  make man scripts -C scripts # needed if it's a git snapshot


[arch-commits] Commit in syslinux/trunk (4 files)

2014-10-13 Thread Anatol Pomozov
Date: Monday, October 13, 2014 @ 21:26:09
  Author: anatolik
Revision: 224295

redo/simplify PKGBUILD

Modified:
  syslinux/trunk/PKGBUILD
  syslinux/trunk/syslinux-install_update
  syslinux/trunk/syslinux.cfg
  syslinux/trunk/syslinux.install

-+
 PKGBUILD|  301 --
 syslinux-install_update |6 
 syslinux.cfg|6 
 syslinux.install|   43 ++
 4 files changed, 77 insertions(+), 279 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 18:43:50 UTC (rev 224294)
+++ PKGBUILD2014-10-13 19:26:09 UTC (rev 224295)
@@ -1,27 +1,25 @@
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-# Maintainer : Thomas Bächler tho...@archlinux.org
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
 # Contributor: Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
 
-## 1 to enable IA32-EFI build in Arch x86_64, 0 to disable
-_IA32_EFI_IN_ARCH_X64=1
-
-_VER=6.03
-_GIT_TAG=syslinux-${_VER}
-
-pkgname=syslinux
-pkgver=${_VER/-/}
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc=Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs 
filesystems, from CDs and via PXE
-url=http://syslinux.zytor.com/;
-license=('GPL2')
-options=('!makeflags' '!emptydirs')
-backup=('boot/syslinux/syslinux.cfg')
-makedepends=('git' 'python2' 'nasm' 'ncurses') 
-if [[ $CARCH == x86_64 ]]; then
-  makedepends+=('lib32-glibc')
+pkgname=syslinux
+pkgver=6.03
+_tag=syslinux-$pkgver
+pkgrel=2
+pkgdesc='Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs 
filesystems, from CDs and via PXE'
+url='http://www.syslinux.org/'
+arch=(i686 x86_64)
+backup=(boot/syslinux/syslinux.cfg)
+install=syslinux.install
+license=(GPL2)
+# syslinux build system is a mess of submakes that does not work with -jN
+options=(!makeflags)
+makedepends=(git python2 nasm upx asciidoc)
+if [[ $CARCH == x86_64 ]]; then
+  # efi32 needs it
+  makedepends+=(lib32-glibc)
 fi
-depends=('glibc')
 optdepends=('perl-passwd-md5:  For md5pass'
 'perl-digest-sha1: For sha1pass'
 'mtools:   For mkdiskimage and syslinux support'
@@ -29,243 +27,56 @@
 'util-linux:   For isohybrid'
 'efibootmgr:   For EFI support'
 'dosfstools:   For EFI support')
-install=${pkgname}.install
-source=(${pkgname}::git+http://git.zytor.com/syslinux/syslinux.git#tag=${_GIT_TAG};
-
gnu-efi::git+http://git.code.sf.net/p/gnu-efi/code#commit=3c62e78556aea01e9798380cd46794c6ca09d4bd;
-'syslinux.cfg'
-'syslinux-install_update')
 
-md5sums=('SKIP'
- 'SKIP'
- '46ca150f53322ff8f1597d9a342f7e40'
- '9376f18fa3e42fc36cffa4cff0a84c09')
+# The syslinux-install_update script is maintained at 
https://gist.github.com/pyther/772138
+# Script not yet updated for syslinux-efi
+source=(git://git.kernel.org/pub/scm/boot/syslinux/syslinux.git#tag=$_tag
+syslinux.cfg
+syslinux-install_update)
+sha1sums=('SKIP'
+  '0640bd89e2ba609bab20db671e14f74e26554873'
+  '15db7e99259bed1c88907d0561f1af4174d1cc65')
 
-_pkgver() {
-cd ${srcdir}/${pkgname}/
-echo $(git describe --tags) | sed -e 's|syslinux-||g' -e 's|-pre|pre|g' 
-e 's|-|.|g'
-}
+_targets='bios efi32'
+case $CARCH in
+  x86_64) _targets+=' efi64' ;;
+esac
 
 prepare() {
-
-mv ${srcdir}/${pkgname} ${srcdir}/${pkgname}-${pkgver}/
-cd ${srcdir}/${pkgname}-${pkgver}/
-
-msg Run git clean
-git clean -x -d -f
-
-msg Do not try to build the Windows or DOS installers and DIAG files
-sed 's|diag libinstaller dos win32 win64 dosutil txt|libinstaller txt|g' 
-i ${srcdir}/${pkgname}-${pkgver}/Makefile || true
-sed 's|win32/syslinux.exe win64/syslinux64.exe||g' -i 
${srcdir}/${pkgname}-${pkgver}/Makefile || true
-sed 's|dosutil/*.com dosutil/*.sys||g' -i 
${srcdir}/${pkgname}-${pkgver}/Makefile || true
-sed 's|dos/syslinux.com||g' -i ${srcdir}/${pkgname}-${pkgver}/Makefile 
|| true
-sed 's|INSTALLSUBDIRS = com32 utils dosutil|INSTALLSUBDIRS = com32 
utils|g' -i ${srcdir}/${pkgname}-${pkgver}/Makefile || true
-sed 's|install -m 644 -c $(INSTALL_DIAG) $(INSTALLROOT)$(DIAGDIR)|# 
install -m 644 -c $(INSTALL_DIAG) $(INSTALLROOT)$(DIAGDIR)|g' -i 
${srcdir}/${pkgname}-${pkgver}/Makefile || true
-sed 's|-include $(MAKEDIR)/devel.mk||g' -i 
${srcdir}/${pkgname}-${pkgver}/mk/syslinux.mk || true
-
-msg Fix FHS manpage path
-sed 's|/usr/man|/usr/share/man|g' -i 
${srcdir}/${pkgname}-${pkgver}/mk/syslinux.mk || true
-
-cd ${srcdir}/gnu-efi/
-
-msg Run git clean for gnu-efi
-git clean -x -d -f
-
-msg Revert gnu-efi Makefile 'make install' problamatic commit
-git revert --no-commit 

[arch-commits] Commit in qmmp/trunk (PKGBUILD qmmp.changelog)

2014-10-13 Thread Jaroslav Lichtblau
Date: Monday, October 13, 2014 @ 21:36:56
  Author: jlichtblau
Revision: 120619

upgpkg: qmmp 0.8.2-1

Modified:
  qmmp/trunk/PKGBUILD
  qmmp/trunk/qmmp.changelog

+
 PKGBUILD   |   14 +++---
 qmmp.changelog |3 +++
 2 files changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 15:52:40 UTC (rev 120618)
+++ PKGBUILD2014-10-13 19:36:56 UTC (rev 120619)
@@ -2,8 +2,8 @@
 # Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 
 pkgname=qmmp
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.8.2
+pkgrel=1
 pkgdesc=Qt4 based audio-player
 arch=('i686' 'x86_64')
 url=http://qmmp.ylsoftware.com/;
@@ -24,10 +24,10 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6b3f5f71edadee785541e712b344247dca830ab97118c6143a4330a2a223237b')
+sha256sums=('a4b1d3cefc4e361f91a08c754abae150ababd5c182c389679946beb0d7f092ef')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
   cmake . -DCMAKE_INSTALL_PREFIX=/usr \
   -DCMAKE_INSTALL_LIBDIR=/usr/lib
@@ -35,10 +35,10 @@
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
 
   if [[ $CARCH == 'x86_64' ]]; then
-mv $pkgdir/usr/lib64 $pkgdir/usr/lib
+mv ${pkgdir}/usr/lib64 ${pkgdir}/usr/lib
   fi
 }

Modified: qmmp.changelog
===
--- qmmp.changelog  2014-10-13 15:52:40 UTC (rev 120618)
+++ qmmp.changelog  2014-10-13 19:36:56 UTC (rev 120619)
@@ -1,3 +1,6 @@
+2014-10-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.8.2-1
+
 2014-08-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* qmmp 0.8.1-1
 


[arch-commits] Commit in qmmp/repos/community-x86_64 (6 files)

2014-10-13 Thread Jaroslav Lichtblau
Date: Monday, October 13, 2014 @ 21:37:08
  Author: jlichtblau
Revision: 120620

archrelease: copy trunk to community-x86_64

Added:
  qmmp/repos/community-x86_64/PKGBUILD
(from rev 120619, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-x86_64/qmmp.changelog
(from rev 120619, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-x86_64/qmmp.install
(from rev 120619, qmmp/trunk/qmmp.install)
Deleted:
  qmmp/repos/community-x86_64/PKGBUILD
  qmmp/repos/community-x86_64/qmmp.changelog
  qmmp/repos/community-x86_64/qmmp.install

+
 PKGBUILD   |   88 +--
 qmmp.changelog |  249 +++
 qmmp.install   |   24 ++---
 3 files changed, 182 insertions(+), 179 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-13 19:36:56 UTC (rev 120619)
+++ PKGBUILD2014-10-13 19:37:08 UTC (rev 120620)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=qmmp
-pkgver=0.8.1
-pkgrel=2
-pkgdesc=Qt4 based audio-player
-arch=('i686' 'x86_64')
-url=http://qmmp.ylsoftware.com/;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'ffmpeg' 'libsamplerate' 'wavpack')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6b3f5f71edadee785541e712b344247dca830ab97118c6143a4330a2a223237b')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  if [[ $CARCH == 'x86_64' ]]; then
-mv $pkgdir/usr/lib64 $pkgdir/usr/lib
-  fi
-}

Copied: qmmp/repos/community-x86_64/PKGBUILD (from rev 120619, 
qmmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-13 19:37:08 UTC (rev 120620)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=qmmp
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=Qt4 based audio-player
+arch=('i686' 'x86_64')
+url=http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'ffmpeg' 'libsamplerate' 'wavpack')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a4b1d3cefc4e361f91a08c754abae150ababd5c182c389679946beb0d7f092ef')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  if [[ $CARCH == 'x86_64' ]]; then
+mv ${pkgdir}/usr/lib64 ${pkgdir}/usr/lib
+  fi
+}

Deleted: qmmp.changelog
===
--- qmmp.changelog  2014-10-13 19:36:56 UTC (rev 120619)
+++ qmmp.changelog  2014-10-13 19:37:08 UTC (rev 120620)
@@ -1,123 +0,0 @@
-2014-08-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.8.1-1
-
-2014-07-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.8.0-1
-
-2014-05-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.7.7-1
-
-2014-04-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.7.6-1
-
-2014-02-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.7.5-1
-

[arch-commits] Commit in gnome-do/trunk (05_do_gtk_threading_correctly.diff PKGBUILD)

2014-10-13 Thread Balló György
Date: Monday, October 13, 2014 @ 21:46:33
  Author: bgyorgy
Revision: 120621

upgpkg: gnome-do 0.95.1-3

Revert patch (FS#42365)

Modified:
  gnome-do/trunk/PKGBUILD
Deleted:
  gnome-do/trunk/05_do_gtk_threading_correctly.diff

+
 05_do_gtk_threading_correctly.diff |   12 
 PKGBUILD   |   11 +++
 2 files changed, 3 insertions(+), 20 deletions(-)

Deleted: 05_do_gtk_threading_correctly.diff
===
--- 05_do_gtk_threading_correctly.diff  2014-10-13 19:37:08 UTC (rev 120620)
+++ 05_do_gtk_threading_correctly.diff  2014-10-13 19:46:33 UTC (rev 120621)
@@ -1,12 +0,0 @@
 a/Do/src/Do.cs
-+++ b/Do/src/Do.cs
-@@ -73,7 +73,9 @@
-   if (!Preferences.QuietStart)
-   Controller.Summon ();
- 
-+  Gdk.Threads.Enter ();
-   Gtk.Application.Run ();
-+  Gdk.Threads.Leave ();
-   
-   RelevanceProvider.Serialize 
(RelevanceProvider.DefaultProvider);
-   }

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 19:37:08 UTC (rev 120620)
+++ PKGBUILD2014-10-13 19:46:33 UTC (rev 120621)
@@ -5,7 +5,7 @@
 
 pkgname=gnome-do
 pkgver=0.95.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Quickly search for many items present on your desktop or the web, and 
perform useful actions on those items
 arch=('i686' 'x86_64')
 url=http://cooperteam.net/;
@@ -14,11 +14,9 @@
 makedepends=('intltool' 'gio-sharp')
 install=$pkgname.install
 source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
-fix-build.patch
-05_do_gtk_threading_correctly.diff)
+fix-build.patch)
 md5sums=('1f61376718d75d3defcdf81958754296'
- '4ac79a8270bc6c1539f56b8f56043894'
- 'f2f0293eb43648d0e04e45030f32b853')
+ '4ac79a8270bc6c1539f56b8f56043894')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -25,9 +23,6 @@
 
   # Fix build
   patch -Np1 -i ../fix-build.patch
-
-  # Fix crasher
-  patch -Np1 -i ../05_do_gtk_threading_correctly.diff
 }
 
 build() {


[arch-commits] Commit in gnome-do/repos (4 files)

2014-10-13 Thread Balló György
Date: Monday, October 13, 2014 @ 21:46:43
  Author: bgyorgy
Revision: 120622

archrelease: copy trunk to community-i686, community-x86_64

Deleted:
  gnome-do/repos/community-i686/PKGBUILD
  gnome-do/repos/community-i686/gnome-do.install
  gnome-do/repos/community-x86_64/PKGBUILD
  gnome-do/repos/community-x86_64/gnome-do.install

---+
 community-i686/PKGBUILD   |   44 
 community-i686/gnome-do.install   |   22 --
 community-x86_64/PKGBUILD |   44 
 community-x86_64/gnome-do.install |   22 --
 4 files changed, 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-13 19:46:33 UTC (rev 120621)
+++ community-i686/PKGBUILD 2014-10-13 19:46:43 UTC (rev 120622)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Doehni do...@gmx.de
-
-pkgname=gnome-do
-pkgver=0.95.1
-pkgrel=2
-pkgdesc=Quickly search for many items present on your desktop or the web, and 
perform useful actions on those items
-arch=('i686' 'x86_64')
-url=http://cooperteam.net/;
-license=('GPL3')
-depends=('gconf-sharp' 'gnome-desktop2' 'gnome-keyring-sharp' 'mono-addins' 
'notify-sharp' 'gkeyfile-sharp')
-makedepends=('intltool' 'gio-sharp')
-install=$pkgname.install
-source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
-fix-build.patch
-05_do_gtk_threading_correctly.diff)
-md5sums=('1f61376718d75d3defcdf81958754296'
- '4ac79a8270bc6c1539f56b8f56043894'
- 'f2f0293eb43648d0e04e45030f32b853')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix build
-  patch -Np1 -i ../fix-build.patch
-
-  # Fix crasher
-  patch -Np1 -i ../05_do_gtk_threading_correctly.diff
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --disable-schemas-install \
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Deleted: community-i686/gnome-do.install
===
--- community-i686/gnome-do.install 2014-10-13 19:46:33 UTC (rev 120621)
+++ community-i686/gnome-do.install 2014-10-13 19:46:43 UTC (rev 120622)
@@ -1,22 +0,0 @@
-pkgname=gnome-do
-
-post_install() {
-  gconfpkg --install $pkgname
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-13 19:46:33 UTC (rev 120621)
+++ community-x86_64/PKGBUILD   2014-10-13 19:46:43 UTC (rev 120622)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Doehni do...@gmx.de
-
-pkgname=gnome-do
-pkgver=0.95.1
-pkgrel=2
-pkgdesc=Quickly search for many items present on your desktop or the web, and 
perform useful actions on those items
-arch=('i686' 'x86_64')
-url=http://cooperteam.net/;
-license=('GPL3')
-depends=('gconf-sharp' 'gnome-desktop2' 'gnome-keyring-sharp' 'mono-addins' 
'notify-sharp' 'gkeyfile-sharp')
-makedepends=('intltool' 'gio-sharp')
-install=$pkgname.install
-source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
-fix-build.patch
-05_do_gtk_threading_correctly.diff)
-md5sums=('1f61376718d75d3defcdf81958754296'
- '4ac79a8270bc6c1539f56b8f56043894'
- 'f2f0293eb43648d0e04e45030f32b853')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix build
-  patch -Np1 -i ../fix-build.patch
-
-  # Fix crasher
-  patch -Np1 -i ../05_do_gtk_threading_correctly.diff
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --disable-schemas-install \
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Deleted: community-x86_64/gnome-do.install
===
--- community-x86_64/gnome-do.install   2014-10-13 19:46:33 UTC (rev 120621)
+++ community-x86_64/gnome-do.install   2014-10-13 19:46:43 UTC (rev 120622)
@@ -1,22 +0,0 @@
-pkgname=gnome-do
-
-post_install() {
-  gconfpkg --install $pkgname
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  

[arch-commits] Commit in gnome-do/repos (10 files)

2014-10-13 Thread Balló György
Date: Monday, October 13, 2014 @ 21:47:09
  Author: bgyorgy
Revision: 120623

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gnome-do/repos/community-i686/PKGBUILD
(from rev 120622, gnome-do/trunk/PKGBUILD)
  gnome-do/repos/community-i686/fix-build.patch
(from rev 120622, gnome-do/trunk/fix-build.patch)
  gnome-do/repos/community-i686/gnome-do.install
(from rev 120622, gnome-do/trunk/gnome-do.install)
  gnome-do/repos/community-x86_64/PKGBUILD
(from rev 120622, gnome-do/trunk/PKGBUILD)
  gnome-do/repos/community-x86_64/fix-build.patch
(from rev 120622, gnome-do/trunk/fix-build.patch)
  gnome-do/repos/community-x86_64/gnome-do.install
(from rev 120622, gnome-do/trunk/gnome-do.install)
Deleted:
  gnome-do/repos/community-i686/05_do_gtk_threading_correctly.diff
  gnome-do/repos/community-i686/fix-build.patch
  gnome-do/repos/community-x86_64/05_do_gtk_threading_correctly.diff
  gnome-do/repos/community-x86_64/fix-build.patch

-+
 /fix-build.patch|   24 +++
 community-i686/05_do_gtk_threading_correctly.diff   |   12 -
 community-i686/PKGBUILD |   39 ++
 community-i686/fix-build.patch  |   12 -
 community-i686/gnome-do.install |   22 ++
 community-x86_64/05_do_gtk_threading_correctly.diff |   12 -
 community-x86_64/PKGBUILD   |   39 ++
 community-x86_64/fix-build.patch|   12 -
 community-x86_64/gnome-do.install   |   22 ++
 9 files changed, 146 insertions(+), 48 deletions(-)

Deleted: community-i686/05_do_gtk_threading_correctly.diff
===
--- community-i686/05_do_gtk_threading_correctly.diff   2014-10-13 19:46:43 UTC 
(rev 120622)
+++ community-i686/05_do_gtk_threading_correctly.diff   2014-10-13 19:47:09 UTC 
(rev 120623)
@@ -1,12 +0,0 @@
 a/Do/src/Do.cs
-+++ b/Do/src/Do.cs
-@@ -73,7 +73,9 @@
-   if (!Preferences.QuietStart)
-   Controller.Summon ();
- 
-+  Gdk.Threads.Enter ();
-   Gtk.Application.Run ();
-+  Gdk.Threads.Leave ();
-   
-   RelevanceProvider.Serialize 
(RelevanceProvider.DefaultProvider);
-   }

Copied: gnome-do/repos/community-i686/PKGBUILD (from rev 120622, 
gnome-do/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-13 19:47:09 UTC (rev 120623)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Doehni do...@gmx.de
+
+pkgname=gnome-do
+pkgver=0.95.1
+pkgrel=3
+pkgdesc=Quickly search for many items present on your desktop or the web, and 
perform useful actions on those items
+arch=('i686' 'x86_64')
+url=http://cooperteam.net/;
+license=('GPL3')
+depends=('gconf-sharp' 'gnome-desktop2' 'gnome-keyring-sharp' 'mono-addins' 
'notify-sharp' 'gkeyfile-sharp')
+makedepends=('intltool' 'gio-sharp')
+install=$pkgname.install
+source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
+fix-build.patch)
+md5sums=('1f61376718d75d3defcdf81958754296'
+ '4ac79a8270bc6c1539f56b8f56043894')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix build
+  patch -Np1 -i ../fix-build.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --disable-schemas-install \
+  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/fix-build.patch
===
--- community-i686/fix-build.patch  2014-10-13 19:46:43 UTC (rev 120622)
+++ community-i686/fix-build.patch  2014-10-13 19:47:09 UTC (rev 120623)
@@ -1,12 +0,0 @@
-diff -Naur gnome-do-0.95.1.orig/Do/src/Do.UI/PluginNodeView.cs 
gnome-do-0.95.1/Do/src/Do.UI/PluginNodeView.cs
 gnome-do-0.95.1.orig/Do/src/Do.UI/PluginNodeView.cs2014-10-06 
02:04:38.165823000 +0200
-+++ gnome-do-0.95.1/Do/src/Do.UI/PluginNodeView.cs 2014-10-06 
02:04:59.252989251 +0200
-@@ -94,7 +94,7 @@
- 
-   cell = new CellRendererPixbuf ();   

-   cell.SetFixedSize (IconSize + IconPadding, IconSize + 
IconPadding);
--  AppendColumn (Icon, cell, IconDataFunc as 
TreeCellDataFunc);
-+  AppendColumn (Icon, cell, IconDataFunc);
- 
-   cell = new Gtk.CellRendererText ();
-   (cell as 

[arch-commits] Commit in qmmp/repos/community-i686 (6 files)

2014-10-13 Thread Jaroslav Lichtblau
Date: Monday, October 13, 2014 @ 21:47:42
  Author: jlichtblau
Revision: 120624

archrelease: copy trunk to community-i686

Added:
  qmmp/repos/community-i686/PKGBUILD
(from rev 120623, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-i686/qmmp.changelog
(from rev 120623, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-i686/qmmp.install
(from rev 120623, qmmp/trunk/qmmp.install)
Deleted:
  qmmp/repos/community-i686/PKGBUILD
  qmmp/repos/community-i686/qmmp.changelog
  qmmp/repos/community-i686/qmmp.install

+
 PKGBUILD   |   88 +--
 qmmp.changelog |  249 +++
 qmmp.install   |   24 ++---
 3 files changed, 182 insertions(+), 179 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-13 19:47:09 UTC (rev 120623)
+++ PKGBUILD2014-10-13 19:47:42 UTC (rev 120624)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=qmmp
-pkgver=0.8.1
-pkgrel=2
-pkgdesc=Qt4 based audio-player
-arch=('i686' 'x86_64')
-url=http://qmmp.ylsoftware.com/;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'ffmpeg' 'libsamplerate' 'wavpack')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6b3f5f71edadee785541e712b344247dca830ab97118c6143a4330a2a223237b')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  if [[ $CARCH == 'x86_64' ]]; then
-mv $pkgdir/usr/lib64 $pkgdir/usr/lib
-  fi
-}

Copied: qmmp/repos/community-i686/PKGBUILD (from rev 120623, 
qmmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-13 19:47:42 UTC (rev 120624)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=qmmp
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=Qt4 based audio-player
+arch=('i686' 'x86_64')
+url=http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'ffmpeg' 'libsamplerate' 'wavpack')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a4b1d3cefc4e361f91a08c754abae150ababd5c182c389679946beb0d7f092ef')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  if [[ $CARCH == 'x86_64' ]]; then
+mv ${pkgdir}/usr/lib64 ${pkgdir}/usr/lib
+  fi
+}

Deleted: qmmp.changelog
===
--- qmmp.changelog  2014-10-13 19:47:09 UTC (rev 120623)
+++ qmmp.changelog  2014-10-13 19:47:42 UTC (rev 120624)
@@ -1,123 +0,0 @@
-2014-08-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.8.1-1
-
-2014-07-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.8.0-1
-
-2014-05-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.7.7-1
-
-2014-04-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.7.6-1
-
-2014-02-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.7.5-1
-
-2013-12-27 

[arch-commits] Commit in codespell/repos/community-any (PKGBUILD PKGBUILD)

2014-10-13 Thread Anatol Pomozov
Date: Monday, October 13, 2014 @ 22:00:54
  Author: anatolik
Revision: 120625

archrelease: copy trunk to community-any

Added:
  codespell/repos/community-any/PKGBUILD
(from rev 120624, codespell/trunk/PKGBUILD)
Deleted:
  codespell/repos/community-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-13 19:47:42 UTC (rev 120624)
+++ PKGBUILD2014-10-13 20:00:54 UTC (rev 120625)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov ana...@google.com
-# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
-
-pkgname=codespell
-pkgver=1.7
-pkgrel=1
-pkgdesc='Fix common misspellings in source code'
-url='https://github.com/lucasdemarchi/codespell'
-license=(GPL)
-arch=(any)
-depends=(python)
-source=(https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
-sha256sums=('dd82e0031df8f726202fe76ba73075fd2877ded57bba9c16152bd141261660d2')
-
-prepare() {
-  # fix build bug
-  cd codespell-$pkgver
-  sed -i 's/^install:$/install: codespell/' Makefile
-}
-
-package() {
-  cd codespell-$pkgver
-  make install DESTDIR=$pkgdir
-}

Copied: codespell/repos/community-any/PKGBUILD (from rev 120624, 
codespell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-13 20:00:54 UTC (rev 120625)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Anatol Pomozov ana...@google.com
+# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
+
+pkgname=codespell
+pkgver=1.7
+pkgrel=2
+pkgdesc='Fix common misspellings in source code'
+url='https://github.com/lucasdemarchi/codespell'
+license=(GPL)
+arch=(any)
+depends=(python)
+source=(https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
+sha256sums=('dd82e0031df8f726202fe76ba73075fd2877ded57bba9c16152bd141261660d2')
+
+prepare() {
+  # fix build bug 
https://github.com/lucasdemarchi/codespell/commit/d3b1e186a692cd4c7477b4156277ce2f060c3b80
+  cd codespell-$pkgver
+  sed -i 's/^install:$/install: codespell/' Makefile
+}
+
+package() {
+  cd codespell-$pkgver
+  make install DESTDIR=$pkgdir prefix=/usr
+}


[arch-commits] Commit in xorg-server/trunk (PKGBUILD)

2014-10-13 Thread Laurent Carlier
Date: Monday, October 13, 2014 @ 23:37:54
  Author: lcarlier
Revision: 224296

add a missing libsystemd dependency (FS#41488)

Modified:
  xorg-server/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 19:26:09 UTC (rev 224295)
+++ PKGBUILD2014-10-13 21:37:54 UTC (rev 224296)
@@ -5,7 +5,7 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-xwayland' 
'xorg-server-common' 'xorg-server-devel')
 pkgver=1.16.1
-pkgrel=1 # build first with 0.1 and then rebuild it after xf86-input-evdev 
rebuild
+pkgrel=1.1 # build first with 0.1 and then rebuild it after xf86-input-evdev 
rebuild
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org;
@@ -167,7 +167,7 @@
 
 package_xorg-server-xnest() {
   pkgdesc=A nested X server that runs as an X application
-  depends=(libxfont libxext libgcrypt pixman xorg-server-common)
+  depends=(libxfont libxext libgcrypt pixman xorg-server-common libsystemd)
 
   cd ${pkgbase}-${pkgver}/hw/xnest
   make DESTDIR=${pkgdir} install


[arch-commits] Commit in syslinux/trunk (3 files)

2014-10-13 Thread Anatol Pomozov
Date: Monday, October 13, 2014 @ 23:51:28
  Author: anatolik
Revision: 224297

Move syslinux modules back to /usr/lib/syslinux

Modified:
  syslinux/trunk/PKGBUILD
  syslinux/trunk/syslinux-install_update
  syslinux/trunk/syslinux.cfg

-+
 PKGBUILD|   20 +---
 syslinux-install_update |2 +-
 syslinux.cfg|2 +-
 3 files changed, 11 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 21:37:54 UTC (rev 224296)
+++ PKGBUILD2014-10-13 21:51:28 UTC (rev 224297)
@@ -14,7 +14,8 @@
 install=syslinux.install
 license=(GPL2)
 # syslinux build system is a mess of submakes that does not work with -jN
-options=(!makeflags)
+# efi32/com32 do not like Arch cflags/ldflags, though it would be nice to have 
the flags for userspace tools
+options=(!makeflags !buildflags)
 makedepends=(git python2 nasm upx asciidoc)
 if [[ $CARCH == x86_64 ]]; then
   # efi32 needs it
@@ -34,8 +35,8 @@
 syslinux.cfg
 syslinux-install_update)
 sha1sums=('SKIP'
-  '0640bd89e2ba609bab20db671e14f74e26554873'
-  '15db7e99259bed1c88907d0561f1af4174d1cc65')
+  '1145f454bd297d373ad123425f93620c3e92f585'
+  'd22e7e3fc544cf8a49f27ae9a25f17e65f575ea1')
 
 _targets='bios efi32'
 case $CARCH in
@@ -54,12 +55,6 @@
 
 build() {
   cd syslinux
-
-  # it would be great to use Arch cflags/ldflags for userspace tools
-  unset CFLAGS
-  unset CPPFLAGS
-  unset CXXFLAGS
-  unset LDFLAGS
   make PYTHON=python2 $_targets
 }
 
@@ -70,13 +65,16 @@
 
 package() {
   cd syslinux
-  make $_targets install INSTALLROOT=$pkgdir SBINDIR=/usr/bin 
MANDIR=/usr/share/man
+  make $_targets install INSTALLROOT=$pkgdir SBINDIR=/usr/bin 
MANDIR=/usr/share/man AUXDIR=/usr/lib/syslinux
 
-  rm -r $pkgdir/usr/share/syslinux/{com32,dosutil,syslinux.com}
+  rm -r $pkgdir/usr/lib/syslinux/{com32,dosutil,syslinux.com}
   install -D -m644 COPYING $pkgdir/usr/share/licenses/syslinux/COPYING
   install -d $pkgdir/usr/share/doc
   cp -ar doc $pkgdir/usr/share/doc/syslinux
 
+  install -d $pkgdir/usr/lib/syslinux/bios
+  mv $pkgdir/usr/lib/syslinux/{*.bin,*.c32,*.0,memdisk} 
$pkgdir/usr/lib/syslinux/bios 
+
   install -D -m0644 ../syslinux.cfg $pkgdir/boot/syslinux/syslinux.cfg
   install -D -m0755 ../syslinux-install_update 
$pkgdir/usr/bin/syslinux-install_update
 }

Modified: syslinux-install_update
===
--- syslinux-install_update 2014-10-13 21:37:54 UTC (rev 224296)
+++ syslinux-install_update 2014-10-13 21:51:28 UTC (rev 224297)
@@ -31,7 +31,7 @@
 
 shopt -s nullglob
 
-bios_libpath=/usr/share/syslinux
+bios_libpath=/usr/lib/syslinux/bios
 bios_bootpath=/boot/syslinux
 EXTLINUX=/usr/bin/extlinux
 

Modified: syslinux.cfg
===
--- syslinux.cfg2014-10-13 21:37:54 UTC (rev 224296)
+++ syslinux.cfg2014-10-13 21:51:28 UTC (rev 224297)
@@ -8,7 +8,7 @@
 #   * hdt.c32 - hardware detection tool
 #   * reboot.c32 - reboots the system
 #
-# To Use: Copy the respective files from /usr/share/syslinux to /boot/syslinux.
+# To Use: Copy the respective files from /usr/lib/syslinux to /boot/syslinux.
 # If /usr and /boot are on the same file system, symlink the files instead
 # of copying them.
 #


[arch-commits] Commit in syslinux/repos (10 files)

2014-10-13 Thread Anatol Pomozov
Date: Tuesday, October 14, 2014 @ 00:34:43
  Author: anatolik
Revision: 224298

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  syslinux/repos/testing-i686/
  syslinux/repos/testing-i686/PKGBUILD
(from rev 224297, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-i686/syslinux-install_update
(from rev 224297, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-i686/syslinux.cfg
(from rev 224297, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-i686/syslinux.install
(from rev 224297, syslinux/trunk/syslinux.install)
  syslinux/repos/testing-x86_64/
  syslinux/repos/testing-x86_64/PKGBUILD
(from rev 224297, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-x86_64/syslinux-install_update
(from rev 224297, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-x86_64/syslinux.cfg
(from rev 224297, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-x86_64/syslinux.install
(from rev 224297, syslinux/trunk/syslinux.install)

+
 testing-i686/PKGBUILD  |   80 +
 testing-i686/syslinux-install_update   |  451 +++
 testing-i686/syslinux.cfg  |   78 +
 testing-i686/syslinux.install  |   32 ++
 testing-x86_64/PKGBUILD|   80 +
 testing-x86_64/syslinux-install_update |  451 +++
 testing-x86_64/syslinux.cfg|   78 +
 testing-x86_64/syslinux.install|   32 ++
 8 files changed, 1282 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 224297:224298 to see the changes.


[arch-commits] Commit in codespell/repos (testing-any)

2014-10-13 Thread Anatol Pomozov
Date: Tuesday, October 14, 2014 @ 00:36:41
  Author: anatolik
Revision: 120626

codespell is not in [core]

Deleted:
  codespell/repos/testing-any/


[arch-commits] Commit in youtube-dl/trunk (PKGBUILD)

2014-10-13 Thread Eric Bélanger
Date: Tuesday, October 14, 2014 @ 03:53:06
  Author: eric
Revision: 120627

upgpkg: youtube-dl 2014.10.13-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 22:36:41 UTC (rev 120626)
+++ PKGBUILD2014-10-14 01:53:06 UTC (rev 120627)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.10.05.2
+pkgver=2014.10.13
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -13,7 +13,7 @@
 'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('defa32d81d4d88cb5ab041010ce9399d11f0763f'
+sha1sums=('6858c98d975a635990cd07dc4a5c96220738befc'
   'SKIP')
 
 prepare() {


[arch-commits] Commit in youtube-dl/repos/community-any (PKGBUILD PKGBUILD)

2014-10-13 Thread Eric Bélanger
Date: Tuesday, October 14, 2014 @ 03:54:42
  Author: eric
Revision: 120628

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 120627, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-14 01:53:06 UTC (rev 120627)
+++ PKGBUILD2014-10-14 01:54:42 UTC (rev 120628)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.10.05.2
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('defa32d81d4d88cb5ab041010ce9399d11f0763f'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 120627, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-14 01:54:42 UTC (rev 120628)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.10.13
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('6858c98d975a635990cd07dc4a5c96220738befc'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in postfix/trunk (PKGBUILD)

2014-10-13 Thread Gaetan Bisson
Date: Tuesday, October 14, 2014 @ 05:40:16
  Author: bisson
Revision: 224299

upstream update, remove sig with obsolete hash function

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 22:34:43 UTC (rev 224298)
+++ PKGBUILD2014-10-14 03:40:16 UTC (rev 224299)
@@ -5,7 +5,7 @@
 
 pkgname=(postfix postfix-tools)
 pkgbase=postfix
-pkgver=2.11.1
+pkgver=2.11.2
 pkgrel=1
 url='http://www.postfix.org/'
 license=('custom')
@@ -14,10 +14,10 @@
 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
 _postfix_tools_depends=('openssl')
 makedepends=(${_postfix_depends[@]} ${_postfix_tools_depends[@]})
-source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz{,.sig}
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha1sums=('4034171013bde30600724f79c37f82d69a802ad0' 'SKIP'
+sha1sums=('97cd1710cf1c253ac8d892780daa03f7a4d6a940'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 


[arch-commits] Commit in postfix/repos (16 files)

2014-10-13 Thread Gaetan Bisson
Date: Tuesday, October 14, 2014 @ 05:54:17
  Author: bisson
Revision: 224300

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  postfix/repos/extra-i686/PKGBUILD
(from rev 224299, postfix/trunk/PKGBUILD)
  postfix/repos/extra-i686/aliases.patch
(from rev 224299, postfix/trunk/aliases.patch)
  postfix/repos/extra-i686/install
(from rev 224299, postfix/trunk/install)
  postfix/repos/extra-i686/service
(from rev 224299, postfix/trunk/service)
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 224299, postfix/trunk/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 224299, postfix/trunk/aliases.patch)
  postfix/repos/extra-x86_64/install
(from rev 224299, postfix/trunk/install)
  postfix/repos/extra-x86_64/service
(from rev 224299, postfix/trunk/service)
Deleted:
  postfix/repos/extra-i686/PKGBUILD
  postfix/repos/extra-i686/aliases.patch
  postfix/repos/extra-i686/install
  postfix/repos/extra-i686/service
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/install
  postfix/repos/extra-x86_64/service

+
 /PKGBUILD  |  168 +++
 /aliases.patch |   36 +
 /install   |   36 +
 /service   |   28 +++
 extra-i686/PKGBUILD|   84 -
 extra-i686/aliases.patch   |   18 
 extra-i686/install |   18 
 extra-i686/service |   14 ---
 extra-x86_64/PKGBUILD  |   84 -
 extra-x86_64/aliases.patch |   18 
 extra-x86_64/install   |   18 
 extra-x86_64/service   |   14 ---
 12 files changed, 268 insertions(+), 268 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-14 03:40:16 UTC (rev 224299)
+++ extra-i686/PKGBUILD 2014-10-14 03:54:17 UTC (rev 224300)
@@ -1,84 +0,0 @@
-# $Id$
-# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
-# Contributor: Paul Mattal p...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=(postfix postfix-tools)
-pkgbase=postfix
-pkgver=2.11.1
-pkgrel=1
-url='http://www.postfix.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-_postfix_depends=('pcre' 'libsasl' 'libldap' 'db'
-'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
-_postfix_tools_depends=('openssl')
-makedepends=(${_postfix_depends[@]} ${_postfix_tools_depends[@]})
-source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz{,.sig}
-'aliases.patch'
-'service')
-sha1sums=('4034171013bde30600724f79c37f82d69a802ad0' 'SKIP'
-  '5fc3de6c7df1e5851a0a379e825148868808318b'
-  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make makefiles DEBUG='' CCARGS=' \
-   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
-   -DHAS_LDAP \
-   -DUSE_TLS \
-   -DHAS_MYSQL -I/usr/include/mysql \
-   -DHAS_PGSQL -I/usr/include/postgresql \
-   -DHAS_SQLITE \
-   -DHAS_CDB \
-   -DDEF_COMMAND_DIR=\/usr/bin\ \
-   -DDEF_DAEMON_DIR=\/usr/lib/postfix\ \
-   -DDEF_SENDMAIL_PATH=\/usr/bin/sendmail\ \
-   -DDEF_README_DIR=\/usr/share/doc/postfix\ \
-   -DDEF_SAMPLE_DIR=\/etc/postfix/sample\ \
-   -DDEF_MANPAGE_DIR=\/usr/share/man\ \
-   ' AUXLIBS=' \
-   -lsasl2 \
-   -lldap -llber \
-   -lssl -lcrypto \
-   -lmysqlclient -lz -lm \
-   -lpq \
-   -lsqlite3 -lpthread \
-   -lcdb \
-   ' OPT=${CFLAGS} ${LDFLAGS}
-
-   make
-}
-
-package_postfix() {
-   pkgdesc='Fast, easy to administer, secure mail server'
-   depends=(${_postfix_depends[@]})
-   
backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-   provides=('smtp-server' 'smtp-forwarder')
-   conflicts=('smtp-server' 'smtp-forwarder')
-   install=install
-   cd ${srcdir}/postfix-${pkgver}
-
-   sh postfix-install -non-interactive install_root=${pkgdir}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
-
-   cd ${pkgdir}
-   patch -p0 -i ${srcdir}/aliases.patch
-   sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i 
usr/lib/${pkgname}/postfix-files
-}
-
-package_postfix-tools() {
-   pkgdesc='SMTP/QMQP tools from the postfix distribution'
-   depends=(${_postfix_tools_depends[@]})
-   cd ${srcdir}/postfix-${pkgver}
-
-   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
-   install -Dm644 man/man1/${name}.1 

[arch-commits] Commit in wxpython/trunk (PKGBUILD wxpython-numeric-77995.patch)

2014-10-13 Thread Eric Bélanger
Date: Tuesday, October 14, 2014 @ 05:55:41
  Author: eric
Revision: 224301

upgpkg: wxpython 3.0.1.1-2

Add patch for Numeric (close FS#42054)

Added:
  wxpython/trunk/wxpython-numeric-77995.patch
Modified:
  wxpython/trunk/PKGBUILD

--+
 PKGBUILD |   15 
 wxpython-numeric-77995.patch | 2973 +
 2 files changed, 2983 insertions(+), 5 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 224300:224301 to see the changes.


[arch-commits] Commit in wxpython/repos (6 files)

2014-10-13 Thread Eric Bélanger
Date: Tuesday, October 14, 2014 @ 05:58:07
  Author: eric
Revision: 224302

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  wxpython/repos/extra-i686/PKGBUILD
(from rev 224301, wxpython/trunk/PKGBUILD)
  wxpython/repos/extra-i686/wxpython-numeric-77995.patch
(from rev 224301, wxpython/trunk/wxpython-numeric-77995.patch)
  wxpython/repos/extra-x86_64/PKGBUILD
(from rev 224301, wxpython/trunk/PKGBUILD)
  wxpython/repos/extra-x86_64/wxpython-numeric-77995.patch
(from rev 224301, wxpython/trunk/wxpython-numeric-77995.patch)
Deleted:
  wxpython/repos/extra-i686/PKGBUILD
  wxpython/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   94 
 extra-i686/PKGBUILD   |   42 
 extra-i686/wxpython-numeric-77995.patch   | 2973 
 extra-x86_64/PKGBUILD |   42 
 extra-x86_64/wxpython-numeric-77995.patch | 2973 
 5 files changed, 6040 insertions(+), 84 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 224301:224302 to see the changes.