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

2014-10-14 Thread Dan McGee
Date: Wednesday, October 15, 2014 @ 05:39:34
  Author: dan
Revision: 224355

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

Added:
  memcached/repos/extra-i686/PKGBUILD
(from rev 224354, memcached/trunk/PKGBUILD)
  memcached/repos/extra-i686/memcached.conf
(from rev 224354, memcached/trunk/memcached.conf)
  memcached/repos/extra-i686/memcached.install
(from rev 224354, memcached/trunk/memcached.install)
  memcached/repos/extra-i686/memcached.service
(from rev 224354, memcached/trunk/memcached.service)
  memcached/repos/extra-x86_64/PKGBUILD
(from rev 224354, memcached/trunk/PKGBUILD)
  memcached/repos/extra-x86_64/memcached.conf
(from rev 224354, memcached/trunk/memcached.conf)
  memcached/repos/extra-x86_64/memcached.install
(from rev 224354, memcached/trunk/memcached.install)
  memcached/repos/extra-x86_64/memcached.service
(from rev 224354, memcached/trunk/memcached.service)
Deleted:
  memcached/repos/extra-i686/PKGBUILD
  memcached/repos/extra-i686/memcached.conf
  memcached/repos/extra-i686/memcached.install
  memcached/repos/extra-i686/memcached.service
  memcached/repos/extra-x86_64/PKGBUILD
  memcached/repos/extra-x86_64/memcached.conf
  memcached/repos/extra-x86_64/memcached.install
  memcached/repos/extra-x86_64/memcached.service

+
 /PKGBUILD  |   72 +++
 /memcached.conf|8 
 /memcached.install |   42 ++
 /memcached.service |   24 +
 extra-i686/PKGBUILD|   36 ---
 extra-i686/memcached.conf  |4 --
 extra-i686/memcached.install   |   21 ---
 extra-i686/memcached.service   |   12 --
 extra-x86_64/PKGBUILD  |   36 ---
 extra-x86_64/memcached.conf|4 --
 extra-x86_64/memcached.install |   21 ---
 extra-x86_64/memcached.service |   12 --
 12 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-15 03:39:20 UTC (rev 224354)
+++ extra-i686/PKGBUILD 2014-10-15 03:39:34 UTC (rev 224355)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Michael Irwin <6d6...@gmail.com>
-
-pkgname=memcached
-pkgver=1.4.20
-pkgrel=1
-pkgdesc="A distributed memory object caching system"
-arch=(i686 x86_64)
-url="http://memcached.org/";
-license=('GPL')
-depends=('libevent')
-optdepends=('perl: for memcached-tool usage')
-install=memcached.install
-source=(http://www.memcached.org/files/$pkgname-$pkgver.tar.gz
-memcached.service)
-sha256sums=('25d121408eed0b1522308ff3520819b130f04ba0554c68a673af23a915a54018'
-'e768a48192aefa2e2f443c86b3c085043005ffc313da40f3074c060a18c8359d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -D -m 755 scripts/memcached-tool "$pkgdir"/usr/bin/memcached-tool
-  install -D -m 644 ../memcached.service 
"$pkgdir"/usr/lib/systemd/system/memcached.service
-}

Copied: memcached/repos/extra-i686/PKGBUILD (from rev 224354, 
memcached/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-15 03:39:34 UTC (rev 224355)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Michael Irwin <6d6...@gmail.com>
+
+pkgname=memcached
+pkgver=1.4.21
+pkgrel=1
+pkgdesc="A distributed memory object caching system"
+arch=(i686 x86_64)
+url="http://memcached.org/";
+license=('GPL')
+depends=('libevent')
+optdepends=('perl: for memcached-tool usage')
+install=memcached.install
+source=(http://www.memcached.org/files/$pkgname-$pkgver.tar.gz
+memcached.service)
+sha256sums=('301ebe41c686fa5c0a8e39cdf49a32f21fcc9357358792216dfb315d16260e8d'
+'e768a48192aefa2e2f443c86b3c085043005ffc313da40f3074c060a18c8359d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -D -m 755 scripts/memcached-tool "$pkgdir"/usr/bin/memcached-tool
+  install -D -m 644 ../memcached.service 
"$pkgdir"/usr/lib/systemd/system/memcached.service
+}

Deleted: extra-i686/memcached.conf
===
--- extra-i686/memcached.conf   2014-10-15 03:39:20 UTC (rev 224354)
+++ extra-i686/memcached.conf   2014-10-15 03:39:34 UTC (rev 224355)
@@ -1,4 +0,0 @@
-# user to run memcached as; also used for pid file ownership
-MEMCACHED_USER="memcached"
-# see 'memcached -h' for available options
-MEMCACHED_ARGS="-l 127.0.0.1 -t 1"

Copied: m

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

2014-10-14 Thread Dan McGee
Date: Wednesday, October 15, 2014 @ 05:39:20
  Author: dan
Revision: 224354

upgpkg: memcached 1.4.21-1

Modified:
  memcached/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 02:27:57 UTC (rev 224353)
+++ PKGBUILD2014-10-15 03:39:20 UTC (rev 224354)
@@ -3,7 +3,7 @@
 # Contributor: Michael Irwin <6d6...@gmail.com>
 
 pkgname=memcached
-pkgver=1.4.20
+pkgver=1.4.21
 pkgrel=1
 pkgdesc="A distributed memory object caching system"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 install=memcached.install
 source=(http://www.memcached.org/files/$pkgname-$pkgver.tar.gz
 memcached.service)
-sha256sums=('25d121408eed0b1522308ff3520819b130f04ba0554c68a673af23a915a54018'
+sha256sums=('301ebe41c686fa5c0a8e39cdf49a32f21fcc9357358792216dfb315d16260e8d'
 'e768a48192aefa2e2f443c86b3c085043005ffc313da40f3074c060a18c8359d')
 
 build() {


[arch-commits] Commit in gnuradio/repos (14 files)

2014-10-14 Thread Kyle Keen
Date: Wednesday, October 15, 2014 @ 04:14:57
  Author: kkeen
Revision: 120686

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

Added:
  gnuradio/repos/community-staging-i686/
  gnuradio/repos/community-staging-i686/21-fcd.rules
(from rev 120685, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-i686/PKGBUILD
(from rev 120685, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-i686/gnuradio.install
(from rev 120685, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-staging-x86_64/
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
(from rev 120685, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-x86_64/PKGBUILD
(from rev 120685, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-x86_64/gnuradio.install
(from rev 120685, gnuradio/trunk/gnuradio.install)
Deleted:
  gnuradio/repos/community-staging-i686/21-fcd.rules
  gnuradio/repos/community-staging-i686/PKGBUILD
  gnuradio/repos/community-staging-i686/gnuradio.install
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
  gnuradio/repos/community-staging-x86_64/PKGBUILD
  gnuradio/repos/community-staging-x86_64/gnuradio.install

---+
 /21-fcd.rules |   18 ++
 /PKGBUILD |  210 
 /gnuradio.install |  100 +
 community-staging-i686/21-fcd.rules   |9 -
 community-staging-i686/PKGBUILD   |  105 --
 community-staging-i686/gnuradio.install   |   50 --
 community-staging-x86_64/21-fcd.rules |9 -
 community-staging-x86_64/PKGBUILD |  105 --
 community-staging-x86_64/gnuradio.install |   50 --
 9 files changed, 328 insertions(+), 328 deletions(-)

Deleted: community-staging-i686/21-fcd.rules
===
--- community-staging-i686/21-fcd.rules 2014-08-12 11:44:30 UTC (rev 117288)
+++ community-staging-i686/21-fcd.rules 2014-10-15 02:14:57 UTC (rev 120686)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
-
-# HIDAPI/hidraw:
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-staging-i686/21-fcd.rules (from rev 120685, 
gnuradio/trunk/21-fcd.rules)
===
--- community-staging-i686/21-fcd.rules (rev 0)
+++ community-staging-i686/21-fcd.rules 2014-10-15 02:14:57 UTC (rev 120686)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-08-12 11:44:30 UTC (rev 117288)
+++ community-staging-i686/PKGBUILD 2014-10-15 02:14:57 UTC (rev 120686)
@@ -1,105 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-# Contributor: Jonatan Sastre 
-pkgname=gnuradio
-pkgver=3.7.4
-pkgrel=2
-pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
-arch=('i686' 'x86_64')
-url="http://gnuradio.org";
-license=('GPL')
-depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'guile' 
'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd' 'zeromq')
-makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah' 'glu' 'swig' )
-optdepends=('gnuradio-osmosdr: pile of driver blocks'
-'python2-cheetah: gnuradio-companion'
-'python2-lxml: gnuradio-companion'
-'pygtk: gnuradio-companion'
-'wxpython: gr-wxgui'
-'python2-opengl: gr-wxgui'
-'boost: gr_modtool'
-'swig: gr_modtool'
-'cmake: gr_modtool'
-'pkgconfig: libuhd')
-conflicts=('gnuradio-git')
-install=gnuradio.install
-
-# gr-qtgui todo
-# talk to ronald about adding qwt5 to qwt package
-# bring pyqwt in from AUR
-# update optdepends
-#'qwtplot3d: gr-qtgui'
-#'pyqwt: gr-qtgui'
-# update makedepends
-#'qwtplot3d'
-# http://gnuradio.org/doc/doxygen/page_qtgui.html
-
-# gr-video-sdl ?
-
-# 

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

2014-10-14 Thread Kyle Keen
Date: Wednesday, October 15, 2014 @ 04:03:02
  Author: kkeen
Revision: 120685

upgpkg: gnuradio 3.7.5-3 zmq rebuild

Modified:
  gnuradio/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 01:05:29 UTC (rev 120684)
+++ PKGBUILD2014-10-15 02:03:02 UTC (rev 120685)
@@ -4,7 +4,7 @@
 # Contributor: Jonatan Sastre 
 pkgname=gnuradio
 pkgver=3.7.5
-pkgrel=2
+pkgrel=3
 pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
 arch=('i686' 'x86_64')
 url="http://gnuradio.org";


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

2014-10-14 Thread Dave Reisner
Date: Wednesday, October 15, 2014 @ 03:16:52
  Author: dreisner
Revision: 224352

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

Added:
  fontforge/repos/staging-i686/
  fontforge/repos/staging-i686/PKGBUILD
(from rev 224351, fontforge/trunk/PKGBUILD)
  fontforge/repos/staging-i686/giflib.patch
(from rev 224351, fontforge/trunk/giflib.patch)
  fontforge/repos/staging-i686/install
(from rev 224351, fontforge/trunk/install)
  fontforge/repos/staging-x86_64/
  fontforge/repos/staging-x86_64/PKGBUILD
(from rev 224351, fontforge/trunk/PKGBUILD)
  fontforge/repos/staging-x86_64/giflib.patch
(from rev 224351, fontforge/trunk/giflib.patch)
  fontforge/repos/staging-x86_64/install
(from rev 224351, fontforge/trunk/install)

-+
 staging-i686/PKGBUILD   |   59 ++
 staging-i686/giflib.patch   |   37 ++
 staging-i686/install|   12 
 staging-x86_64/PKGBUILD |   59 ++
 staging-x86_64/giflib.patch |   37 ++
 staging-x86_64/install  |   12 
 6 files changed, 216 insertions(+)

Copied: fontforge/repos/staging-i686/PKGBUILD (from rev 224351, 
fontforge/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-10-15 01:16:52 UTC (rev 224352)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Eric Belanger 
+# Contributor: William Rea 
+
+pkgname=fontforge
+_pkgver=2.0.20140101
+pkgver=${_pkgver##*.}
+pkgrel=4
+pkgdesc='Outline and bitmap font editor'
+url='http://www.fontforge.org/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('libltdl' 'libxkbui' 'libxi'
+ 'pango' 'giflib' 'libtiff' 'libspiro' 'libxml2' 'libspiro' 
'libunicodenames' 'zeromq'
+ 'python2' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
+source=("https://github.com/fontforge/fontforge/archive/${_pkgver}.tar.gz";
+'http://fontforge.org/cidmaps.tgz'
+'giflib.patch')
+sha1sums=('abce297e53e8b6ff6f08871e53d1eb0be5ab82e7'
+  'efbc7c9d3e95159f5600dc71f9cccb370e46bb94'
+  '420dd1dd75d72719f3203d832bfa8c1c7e7eef86')
+
+options=('!makeflags')
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${_pkgver}"
+   sed '/fontforge_package_name/s/^#//' -i configure.ac
+   patch -p1 -i ../giflib.patch
+   ./autogen.sh
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${_pkgver}"
+   export LIBZMQ_LIBS=-lzmq
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --enable-python-extension \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${_pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -d "${pkgdir}/usr/share/fontforge"
+   install -m644 ../Adobe-* "${pkgdir}/usr/share/fontforge"
+
+   install -d "${pkgdir}/usr/share/icons"
+   cp -a desktop/icons "${pkgdir}/usr/share/icons/hicolor"
+   rm -fr "${pkgdir}/usr/share/icons/hicolor/src"
+
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 desktop/fontforge.desktop 
"${pkgdir}/usr/share/applications/fontforge.desktop"
+}

Copied: fontforge/repos/staging-i686/giflib.patch (from rev 224351, 
fontforge/trunk/giflib.patch)
===
--- staging-i686/giflib.patch   (rev 0)
+++ staging-i686/giflib.patch   2014-10-15 01:16:52 UTC (rev 224352)
@@ -0,0 +1,37 @@
+diff -Naur old/gutils/gimagereadgif.c new/gutils/gimagereadgif.c
+--- old/gutils/gimagereadgif.c 2014-01-01 05:56:11.0 -1000
 new/gutils/gimagereadgif.c 2014-05-27 07:04:34.930338020 -1000
+@@ -170,13 +170,13 @@
+ 
+ if ( DGifSlurp(gif)!=GIF_OK ) {
+   fprintf(stderr,"Bad input file \"%s\"\n",filename );
+-  DGifCloseFile(gif);
++  DGifCloseFile(gif, NULL);
+   return( NULL );
+ }
+ 
+ /* Process each image so that it/they can be imported into FF. */
+ if ( (images=(GImage **) malloc(gif->ImageCount*sizeof(GImage *)))==NULL 
) {
+-  DGifCloseFile(gif);
++  DGifCloseFile(gif, NULL);
+   NoMoreMemMessage();
+   return( NULL );
+ }
+@@ -185,7 +185,7 @@
+   if ( (images[i]=ProcessSavedImage(gif,&gif->SavedImages[i],il))==NULL ) 
{
+   while ( --i>=0 ) free(images[i]);
+   free(images);
+-  DGifCloseFile(gif);
++  DGifCloseFile(gif, NULL);
+   return( NULL );
+   }
+ }
+@@ -195,7 +195,7 @@
+   ret = images[0];
+ else
+   ret = GImageCreateAnimation(images,gif->ImageCount);
+-DGifCloseFile(gif);
++DGifCloseFile(gif, NULL);
+ free(images);
+ return( ret );
+ }

Copied: fontforge/repos/staging-i686/install (fr

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

2014-10-14 Thread Dave Reisner
Date: Wednesday, October 15, 2014 @ 03:15:25
  Author: dreisner
Revision: 224351

Modified:
  fontforge/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 17:49:08 UTC (rev 224350)
+++ PKGBUILD2014-10-15 01:15:25 UTC (rev 224351)
@@ -6,7 +6,7 @@
 pkgname=fontforge
 _pkgver=2.0.20140101
 pkgver=${_pkgver##*.}
-pkgrel=3
+pkgrel=4
 pkgdesc='Outline and bitmap font editor'
 url='http://www.fontforge.org/'
 arch=('i686' 'x86_64')


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

2014-10-14 Thread Kyle Keen
Date: Wednesday, October 15, 2014 @ 03:05:29
  Author: kkeen
Revision: 120684

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

Added:
  python-pyzmq/repos/community-staging-i686/
  python-pyzmq/repos/community-staging-i686/PKGBUILD
(from rev 120683, python-pyzmq/trunk/PKGBUILD)
  python-pyzmq/repos/community-staging-x86_64/
  python-pyzmq/repos/community-staging-x86_64/PKGBUILD
(from rev 120683, python-pyzmq/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   51 
 community-staging-x86_64/PKGBUILD |   51 
 2 files changed, 102 insertions(+)

Copied: python-pyzmq/repos/community-staging-i686/PKGBUILD (from rev 120683, 
python-pyzmq/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-15 01:05:29 UTC (rev 120684)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Kyle Keen 
+pkgbase=python-pyzmq
+pkgname=(python2-pyzmq python-pyzmq)
+pkgver=14.3.1
+pkgrel=2
+pkgdesc="Python bindings for zeromq, written in Cython"
+arch=(i686 x86_64)
+url="http://www.zeromq.org/bindings:python";
+license=('LGPL')
+depends=(zeromq python)
+makedepends=(python python2 zeromq)
+#source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz)
+source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz)
+md5sums=('7196b4a6fbf98022f17ffa924be3d68d')
+
+build() {
+  cd "$srcdir"
+  cp -a pyzmq-${pkgver} py2zmq-${pkgver}
+  cd "$srcdir/pyzmq-$pkgver"
+  # py3 errors added in 2.2.0.1 
+  sed -i 's|except socket.error, e:|except socket.error as e:|' 
zmq/eventloop/ioloop.py
+  sed -i 's|except gevent.Timeout, t:|except gevent.Timeout as t:|' 
zmq/green/core.py
+  cd "$srcdir/py2zmq-$pkgver"
+  sed -i 's|^#!/usr/bin/env python$|&2|' $(find ./ -name '*.py')
+}
+
+package_python2-pyzmq() {
+  pkgdesc="Python2 bindings for zeromq, written in Cython"
+  depends=(zeromq python2)
+  cd "$srcdir/py2zmq-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=0
+}
+
+package_python-pyzmq() {
+  pkgdesc="Python3 bindings for zeromq, written in Cython"
+  depends=(zeromq python)
+  cd "$srcdir/pyzmq-$pkgver"
+  python3 setup.py install --root="$pkgdir" --optimize=0
+}
+
+check()
+{
+  cd "$srcdir/pyzmq-$pkgver"
+  python3 setup.py build_ext --inplace
+  python3 setup.py test
+  cd "$srcdir/py2zmq-$pkgver"
+  python2 setup.py build_ext --inplace
+  python2 setup.py test
+}
+

Copied: python-pyzmq/repos/community-staging-x86_64/PKGBUILD (from rev 120683, 
python-pyzmq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-10-15 01:05:29 UTC (rev 120684)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Kyle Keen 
+pkgbase=python-pyzmq
+pkgname=(python2-pyzmq python-pyzmq)
+pkgver=14.3.1
+pkgrel=2
+pkgdesc="Python bindings for zeromq, written in Cython"
+arch=(i686 x86_64)
+url="http://www.zeromq.org/bindings:python";
+license=('LGPL')
+depends=(zeromq python)
+makedepends=(python python2 zeromq)
+#source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz)
+source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz)
+md5sums=('7196b4a6fbf98022f17ffa924be3d68d')
+
+build() {
+  cd "$srcdir"
+  cp -a pyzmq-${pkgver} py2zmq-${pkgver}
+  cd "$srcdir/pyzmq-$pkgver"
+  # py3 errors added in 2.2.0.1 
+  sed -i 's|except socket.error, e:|except socket.error as e:|' 
zmq/eventloop/ioloop.py
+  sed -i 's|except gevent.Timeout, t:|except gevent.Timeout as t:|' 
zmq/green/core.py
+  cd "$srcdir/py2zmq-$pkgver"
+  sed -i 's|^#!/usr/bin/env python$|&2|' $(find ./ -name '*.py')
+}
+
+package_python2-pyzmq() {
+  pkgdesc="Python2 bindings for zeromq, written in Cython"
+  depends=(zeromq python2)
+  cd "$srcdir/py2zmq-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=0
+}
+
+package_python-pyzmq() {
+  pkgdesc="Python3 bindings for zeromq, written in Cython"
+  depends=(zeromq python)
+  cd "$srcdir/pyzmq-$pkgver"
+  python3 setup.py install --root="$pkgdir" --optimize=0
+}
+
+check()
+{
+  cd "$srcdir/pyzmq-$pkgver"
+  python3 setup.py build_ext --inplace
+  python3 setup.py test
+  cd "$srcdir/py2zmq-$pkgver"
+  python2 setup.py build_ext --inplace
+  python2 setup.py test
+}
+


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

2014-10-14 Thread Kyle Keen
Date: Wednesday, October 15, 2014 @ 03:05:09
  Author: kkeen
Revision: 120683

upgpkg: python-pyzmq 14.3.1-2

Modified:
  python-pyzmq/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 00:51:16 UTC (rev 120682)
+++ PKGBUILD2014-10-15 01:05:09 UTC (rev 120683)
@@ -3,7 +3,7 @@
 pkgbase=python-pyzmq
 pkgname=(python2-pyzmq python-pyzmq)
 pkgver=14.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for zeromq, written in Cython"
 arch=(i686 x86_64)
 url="http://www.zeromq.org/bindings:python";


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

2014-10-14 Thread Kyle Keen
Date: Wednesday, October 15, 2014 @ 02:51:16
  Author: kkeen
Revision: 120682

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

Added:
  zeromq/repos/community-staging-i686/
  zeromq/repos/community-staging-i686/PKGBUILD
(from rev 120681, zeromq/trunk/PKGBUILD)
  zeromq/repos/community-staging-x86_64/
  zeromq/repos/community-staging-x86_64/PKGBUILD
(from rev 120681, zeromq/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   30 ++
 community-staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: zeromq/repos/community-staging-i686/PKGBUILD (from rev 120681, 
zeromq/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-15 00:51:16 UTC (rev 120682)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Kyle Keen 
+pkgname=zeromq
+pkgver=4.0.5
+pkgrel=1
+pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ."
+arch=('i686' 'x86_64')
+url="http://www.zeromq.org";
+license=('LGPL')
+depends=('gcc-libs' 'util-linux' 'libsodium')
+makedepends=('python2')
+options=('staticlibs')
+source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
+https://raw.githubusercontent.com/zeromq/cppzmq/1f05e0d11/zmq.hpp)
+md5sums=('73c39f5eb01b9d7eaf74a5d899f1d03d'
+ '6a7b5e04ff4a55c75683aa9fa7ec8e5e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr --with-pgm --with-libsodium
+  sed -i 's/python$/&2/' 
foreign/openpgm/build-staging/openpgm/pgm/{Makefile,version_generator.py}
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/zmq.hpp" "$pkgdir/usr/include/zmq.hpp"
+}
+

Copied: zeromq/repos/community-staging-x86_64/PKGBUILD (from rev 120681, 
zeromq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-10-15 00:51:16 UTC (rev 120682)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Kyle Keen 
+pkgname=zeromq
+pkgver=4.0.5
+pkgrel=1
+pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ."
+arch=('i686' 'x86_64')
+url="http://www.zeromq.org";
+license=('LGPL')
+depends=('gcc-libs' 'util-linux' 'libsodium')
+makedepends=('python2')
+options=('staticlibs')
+source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
+https://raw.githubusercontent.com/zeromq/cppzmq/1f05e0d11/zmq.hpp)
+md5sums=('73c39f5eb01b9d7eaf74a5d899f1d03d'
+ '6a7b5e04ff4a55c75683aa9fa7ec8e5e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr --with-pgm --with-libsodium
+  sed -i 's/python$/&2/' 
foreign/openpgm/build-staging/openpgm/pgm/{Makefile,version_generator.py}
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/zmq.hpp" "$pkgdir/usr/include/zmq.hpp"
+}
+


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

2014-10-14 Thread Kyle Keen
Date: Wednesday, October 15, 2014 @ 02:50:56
  Author: kkeen
Revision: 120681

upgpkg: zeromq 4.0.5-1  FS#42381

Modified:
  zeromq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 00:16:06 UTC (rev 120680)
+++ PKGBUILD2014-10-15 00:50:56 UTC (rev 120681)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Kyle Keen 
 pkgname=zeromq
-pkgver=4.0.4
-pkgrel=4
+pkgver=4.0.5
+pkgrel=1
 pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ."
 arch=('i686' 'x86_64')
 url="http://www.zeromq.org";
@@ -11,9 +11,9 @@
 makedepends=('python2')
 options=('staticlibs')
 source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
-https://raw.githubusercontent.com/zeromq/cppzmq/04d289760/zmq.hpp)
-md5sums=('f3c3defbb5ef6cc000ca65e529fdab3b'
- '37b74022028bd4dc9253f123fa27da63')
+https://raw.githubusercontent.com/zeromq/cppzmq/1f05e0d11/zmq.hpp)
+md5sums=('73c39f5eb01b9d7eaf74a5d899f1d03d'
+ '6a7b5e04ff4a55c75683aa9fa7ec8e5e')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -28,4 +28,3 @@
   install -Dm644 "$srcdir/zmq.hpp" "$pkgdir/usr/include/zmq.hpp"
 }
 
-


[arch-commits] Commit in (s3fs-fuse s3fs)

2014-10-14 Thread Felix Yan
Date: Wednesday, October 15, 2014 @ 02:16:06
  Author: fyan
Revision: 120680

fix pkgbase

Added:
  s3fs-fuse/
Deleted:
  s3fs/


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

2014-10-14 Thread Felix Yan
Date: Wednesday, October 15, 2014 @ 02:14:14
  Author: fyan
Revision: 120679

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-15 00:12:54 UTC (rev 120678)
+++ community-i686/PKGBUILD 2014-10-15 00:14:14 UTC (rev 120679)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: David Roheim 
-# Contributor: Chris Heien 
-# Contributor: Jonny Gerold 
-
-pkgname=s3fs-fuse
-pkgver=1.78
-pkgrel=1
-pkgdesc="FUSE-based file system backed by Amazon S3"
-arch=('i686' 'x86_64')
-url="https://github.com/s3fs-fuse/s3fs-fuse/wiki";
-license=('GPL2')
-depends=('fuse' 'curl' 'libxml2')
-conflicts=('s3fs')
-provides=('s3fs')
-replaces=('s3fs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz";)
-sha256sums=('36c0b00a294d9676c462985c0c3f1362540e8ebc61c15bacb45e28a2f00297f5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: s3fs/repos/community-i686/PKGBUILD (from rev 120678, 
s3fs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-15 00:14:14 UTC (rev 120679)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: David Roheim 
+# Contributor: Chris Heien 
+# Contributor: Jonny Gerold 
+
+pkgname=s3fs-fuse
+pkgver=1.78
+pkgrel=1
+pkgdesc="FUSE-based file system backed by Amazon S3"
+arch=('i686' 'x86_64')
+url="https://github.com/s3fs-fuse/s3fs-fuse/wiki";
+license=('GPL2')
+depends=('fuse' 'curl' 'libxml2')
+conflicts=('s3fs')
+provides=('s3fs')
+replaces=('s3fs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz";)
+sha256sums=('36c0b00a294d9676c462985c0c3f1362540e8ebc61c15bacb45e28a2f00297f5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-15 00:12:54 UTC (rev 120678)
+++ community-x86_64/PKGBUILD   2014-10-15 00:14:14 UTC (rev 120679)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: David Roheim 
-# Contributor: Chris Heien 
-# Contributor: Jonny Gerold 
-
-pkgname=s3fs-fuse
-pkgver=1.78
-pkgrel=1
-pkgdesc="FUSE-based file system backed by Amazon S3"
-arch=('i686' 'x86_64')
-url="https://github.com/s3fs-fuse/s3fs-fuse/wiki";
-license=('GPL2')
-depends=('fuse' 'curl' 'libxml2')
-conflicts=('s3fs')
-provides=('s3fs')
-replaces=('s3fs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz";)
-sha256sums=('36c0b00a294d9676c462985c0c3f1362540e8ebc61c15bacb45e28a2f00297f5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: s3fs/repos/community-x86_64/PKGBUILD (from rev 120678, 
s3fs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-15 00:14:14 UTC (rev 120679)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: David Roheim 
+# Contributor: Chris Heien 
+# Contributor: Jonny Gerold 
+
+pkgname=s3fs-fuse
+pkgver=1.78
+pkgrel=1
+pkgdesc="FUSE-based file system backed by Amazon S3"
+arch=('i686' 'x86_64')
+url="https://github.com/s3fs-fuse/s3fs-fuse/wiki";
+license=('GPL2')
+depends=('fuse' 'curl' 'libxml2')
+conflicts=('s3fs')
+provides=('s3fs')
+replaces=('s3fs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz";)
+sha256sums=('36c0b00a294d9676c462985c0c3f1362540e8ebc61c15bacb45e28a2f00297f5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2014-10-14 Thread Felix Yan
Date: Wednesday, October 15, 2014 @ 02:12:54
  Author: fyan
Revision: 120678

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

Added:
  s3fs/repos/community-i686/
  s3fs/repos/community-i686/PKGBUILD
(from rev 120677, s3fs/trunk/PKGBUILD)
  s3fs/repos/community-x86_64/
  s3fs/repos/community-x86_64/PKGBUILD
(from rev 120677, s3fs/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   31 +++
 community-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: s3fs/repos/community-i686/PKGBUILD (from rev 120677, 
s3fs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-15 00:12:54 UTC (rev 120678)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: David Roheim 
+# Contributor: Chris Heien 
+# Contributor: Jonny Gerold 
+
+pkgname=s3fs-fuse
+pkgver=1.78
+pkgrel=1
+pkgdesc="FUSE-based file system backed by Amazon S3"
+arch=('i686' 'x86_64')
+url="https://github.com/s3fs-fuse/s3fs-fuse/wiki";
+license=('GPL2')
+depends=('fuse' 'curl' 'libxml2')
+conflicts=('s3fs')
+provides=('s3fs')
+replaces=('s3fs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz";)
+sha256sums=('36c0b00a294d9676c462985c0c3f1362540e8ebc61c15bacb45e28a2f00297f5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: s3fs/repos/community-x86_64/PKGBUILD (from rev 120677, 
s3fs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-15 00:12:54 UTC (rev 120678)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: David Roheim 
+# Contributor: Chris Heien 
+# Contributor: Jonny Gerold 
+
+pkgname=s3fs-fuse
+pkgver=1.78
+pkgrel=1
+pkgdesc="FUSE-based file system backed by Amazon S3"
+arch=('i686' 'x86_64')
+url="https://github.com/s3fs-fuse/s3fs-fuse/wiki";
+license=('GPL2')
+depends=('fuse' 'curl' 'libxml2')
+conflicts=('s3fs')
+provides=('s3fs')
+replaces=('s3fs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz";)
+sha256sums=('36c0b00a294d9676c462985c0c3f1362540e8ebc61c15bacb45e28a2f00297f5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2014-10-14 Thread Felix Yan
Date: Wednesday, October 15, 2014 @ 02:11:02
  Author: fyan
Revision: 120677

addpkg: s3fs-fuse 1.78-1

Added:
  s3fs/
  s3fs/repos/
  s3fs/trunk/
  s3fs/trunk/PKGBUILD

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

Added: s3fs/trunk/PKGBUILD
===
--- s3fs/trunk/PKGBUILD (rev 0)
+++ s3fs/trunk/PKGBUILD 2014-10-15 00:11:02 UTC (rev 120677)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: David Roheim 
+# Contributor: Chris Heien 
+# Contributor: Jonny Gerold 
+
+pkgname=s3fs-fuse
+pkgver=1.78
+pkgrel=1
+pkgdesc="FUSE-based file system backed by Amazon S3"
+arch=('i686' 'x86_64')
+url="https://github.com/s3fs-fuse/s3fs-fuse/wiki";
+license=('GPL2')
+depends=('fuse' 'curl' 'libxml2')
+conflicts=('s3fs')
+provides=('s3fs')
+replaces=('s3fs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz";)
+sha256sums=('36c0b00a294d9676c462985c0c3f1362540e8ebc61c15bacb45e28a2f00297f5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


Property changes on: s3fs/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2014-10-14 Thread Evangelos Foutras
Date: Tuesday, October 14, 2014 @ 22:42:52
  Author: foutrelis
Revision: 120676

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

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

--+
 /PKGBUILD|   68 +
 /pcmanfm.install |   22 +++
 community-i686/PKGBUILD  |   34 --
 community-i686/pcmanfm.install   |   11 -
 community-x86_64/PKGBUILD|   34 --
 community-x86_64/pcmanfm.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-14 20:37:32 UTC (rev 120675)
+++ community-i686/PKGBUILD 2014-10-14 20:42:52 UTC (rev 120676)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=pcmanfm
-pkgver=1.2.3
-pkgrel=1
-pkgdesc='Extremely fast and lightweight file manager'
-arch=('i686' 'x86_64')
-url='http://pcmanfm.sourceforge.net/'
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
-makedepends=('intltool')
-optdepends=('gvfs: for trash support, mounting with udisks and remote 
filesystems'
-'udisks: alternative for mounting volumes'
-'xarchiver: archive management')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('c993402d407b0a3fc076f842ac1bc5c9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pcmanfm/repos/community-i686/PKGBUILD (from rev 120675, 
pcmanfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-14 20:42:52 UTC (rev 120676)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Unknown47 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=pcmanfm
+pkgver=1.2.3
+pkgrel=1
+pkgdesc='Extremely fast and lightweight file manager'
+arch=('i686' 'x86_64')
+url='http://pcmanfm.sourceforge.net/'
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
+makedepends=('intltool')
+optdepends=('gvfs: for trash support, mounting with udisks and remote 
filesystems'
+'udisks: alternative for mounting volumes'
+'xarchiver: archive management')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('c993402d407b0a3fc076f842ac1bc5c9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/pcmanfm.install
===
--- community-i686/pcmanfm.install  2014-10-14 20:37:32 UTC (rev 120675)
+++ community-i686/pcmanfm.install  2014-10-14 20:42:52 UTC (rev 120676)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-update-desktop-database -q
-}
-
-post_remove() {
-update-desktop-database -q
-}

Copied: pcmanfm/repos/community-i686/pcmanfm.install (from rev 120675, 
pcmanfm/trunk/pcmanfm.install)
===
--- community-i686/pcmanfm.install  (rev 0)
+++ community-i686/pcmanfm.install  2014-10-14 20:42:52 UTC (rev 120676)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+update-desktop-database -q
+}
+
+post_remove() {
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-14 20:37:32 UTC (rev 120675)
+++ community-x86_64/PKGBUILD   2014-10-14 20:42:52 UTC (rev 120676)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=pcmanfm
-pkgver=1.2.3
-pkgrel=1
-p

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

2014-10-14 Thread Evangelos Foutras
Date: Tuesday, October 14, 2014 @ 22:37:32
  Author: foutrelis
Revision: 120675

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

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

--+
 /PKGBUILD|   68 +
 /pcmanfm.install |   22 +++
 community-i686/PKGBUILD  |   33 -
 community-i686/pcmanfm.install   |   11 -
 community-x86_64/PKGBUILD|   33 -
 community-x86_64/pcmanfm.install |   11 -
 6 files changed, 90 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-14 20:37:13 UTC (rev 120674)
+++ community-i686/PKGBUILD 2014-10-14 20:37:32 UTC (rev 120675)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=pcmanfm
-pkgver=1.2.2
-pkgrel=3
-pkgdesc='Extremely fast and lightweight file manager'
-arch=('i686' 'x86_64')
-url='http://pcmanfm.sourceforge.net/'
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
-makedepends=('intltool')
-optdepends=('gvfs: for trash support, mounting with udisks and remote 
filesystems'
-'udisks: alternative for mounting volumes')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('ac0ba2f8e2b4d47014a62ccf43388e0f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pcmanfm/repos/community-i686/PKGBUILD (from rev 120674, 
pcmanfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-14 20:37:32 UTC (rev 120675)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Unknown47 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=pcmanfm
+pkgver=1.2.3
+pkgrel=1
+pkgdesc='Extremely fast and lightweight file manager'
+arch=('i686' 'x86_64')
+url='http://pcmanfm.sourceforge.net/'
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
+makedepends=('intltool')
+optdepends=('gvfs: for trash support, mounting with udisks and remote 
filesystems'
+'udisks: alternative for mounting volumes'
+'xarchiver: archive management')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('c993402d407b0a3fc076f842ac1bc5c9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/pcmanfm.install
===
--- community-i686/pcmanfm.install  2014-10-14 20:37:13 UTC (rev 120674)
+++ community-i686/pcmanfm.install  2014-10-14 20:37:32 UTC (rev 120675)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-update-desktop-database -q
-}
-
-post_remove() {
-update-desktop-database -q
-}

Copied: pcmanfm/repos/community-i686/pcmanfm.install (from rev 120674, 
pcmanfm/trunk/pcmanfm.install)
===
--- community-i686/pcmanfm.install  (rev 0)
+++ community-i686/pcmanfm.install  2014-10-14 20:37:32 UTC (rev 120675)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+update-desktop-database -q
+}
+
+post_remove() {
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-14 20:37:13 UTC (rev 120674)
+++ community-x86_64/PKGBUILD   2014-10-14 20:37:32 UTC (rev 120675)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=pcmanfm
-pkgver=1.2.2
-pkgrel=3
-pkgdesc='Extremely fast and lightweight file man

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

2014-10-14 Thread Evangelos Foutras
Date: Tuesday, October 14, 2014 @ 22:37:13
  Author: foutrelis
Revision: 120674

upgpkg: pcmanfm 1.2.3-1

New upstream release.

Modified:
  pcmanfm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 20:28:02 UTC (rev 120673)
+++ PKGBUILD2014-10-14 20:37:13 UTC (rev 120674)
@@ -6,8 +6,8 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=pcmanfm
-pkgver=1.2.2
-pkgrel=3
+pkgver=1.2.3
+pkgrel=1
 pkgdesc='Extremely fast and lightweight file manager'
 arch=('i686' 'x86_64')
 url='http://pcmanfm.sourceforge.net/'
@@ -20,7 +20,7 @@
 'xarchiver: archive management')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('ac0ba2f8e2b4d47014a62ccf43388e0f')
+md5sums=('c993402d407b0a3fc076f842ac1bc5c9')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-14 Thread Evangelos Foutras
Date: Tuesday, October 14, 2014 @ 22:28:02
  Author: foutrelis
Revision: 120673

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

Added:
  libfm/repos/community-i686/PKGBUILD
(from rev 120672, libfm/trunk/PKGBUILD)
  libfm/repos/community-i686/libfm.install
(from rev 120672, libfm/trunk/libfm.install)
  libfm/repos/community-x86_64/PKGBUILD
(from rev 120672, libfm/trunk/PKGBUILD)
  libfm/repos/community-x86_64/libfm.install
(from rev 120672, libfm/trunk/libfm.install)
Deleted:
  
libfm/repos/community-i686/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch
  libfm/repos/community-i686/PKGBUILD
  libfm/repos/community-i686/libfm.install
  
libfm/repos/community-x86_64/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch
  libfm/repos/community-x86_64/PKGBUILD
  libfm/repos/community-x86_64/libfm.install

+
 /PKGBUILD  
|  130 ++
 /libfm.install 
|   28 ++
 community-i686/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch   
|   39 ---
 community-i686/PKGBUILD
|   73 -
 community-i686/libfm.install   
|   14 -
 community-x86_64/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch 
|   39 ---
 community-x86_64/PKGBUILD  
|   73 -
 community-x86_64/libfm.install 
|   14 -
 8 files changed, 158 insertions(+), 252 deletions(-)

Deleted: 
community-i686/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch
===
--- 
community-i686/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch
2014-10-14 20:27:42 UTC (rev 120672)
+++ 
community-i686/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch
2014-10-14 20:28:02 UTC (rev 120673)
@@ -1,39 +0,0 @@
-From 1a3f8dd076b119c685614ffe68a9cb732e2eeaee Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Mon, 6 Oct 2014 16:41:09 +0300
-Subject: [PATCH] Fix default app detection in App chooser combo box
-
-Beginning with glib >= 2.41, g_app_info_get_all_for_type() no longer
-puts the default application in front of the list.
-
-So now we have to use g_app_info_get_default_for_type().

- src/gtk/fm-app-chooser-combo-box.c | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/src/gtk/fm-app-chooser-combo-box.c 
b/src/gtk/fm-app-chooser-combo-box.c
-index a9d544e..f8c5cb9 100644
 a/src/gtk/fm-app-chooser-combo-box.c
-+++ b/src/gtk/fm-app-chooser-combo-box.c
-@@ -179,8 +179,7 @@ void fm_app_chooser_combo_box_setup(GtkComboBox* combo, 
FmMimeType* mime_type, G
- {
- data->mime_type = fm_mime_type_ref(mime_type);
- apps = 
g_app_info_get_all_for_type(fm_mime_type_get_type(data->mime_type));
--if(apps)
--sel = G_APP_INFO(apps->data); /* default app is the first one in 
the list. */
-+sel =  
g_app_info_get_default_for_type(fm_mime_type_get_type(data->mime_type), FALSE);
- }
- 
- for(l = apps; l; l = l->next)
-@@ -205,6 +204,8 @@ void fm_app_chooser_combo_box_setup(GtkComboBox* combo, 
FmMimeType* mime_type, G
- g_list_foreach(apps, (GFunc)g_object_unref, NULL);
- g_list_free(apps);
- }
-+if(sel)
-+g_object_unref(sel);
- }
- 
- gtk_list_store_append(store, &it); /* separator */
--- 
-2.1.2
-

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-14 20:27:42 UTC (rev 120672)
+++ community-i686/PKGBUILD 2014-10-14 20:28:02 UTC (rev 120673)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgbase=libfm
-pkgname=(libfm libfm-extra)
-pkgver=1.2.2.1
-pkgrel=3
-pkgdesc='Library for file management'
-url='http://pcmanfm.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'menu-cache' 'desktop-file-utils' 'libexif' 'dbus-glib')
-makedepends=('udisks' 'intltool' 'gtk-doc')
-replaces=('lxshortcut')
-provides=('lxshortcut')
-conflicts=('lxshortcut')
-source=(http://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz
-0001-Fix-default-app-detection-in-App-chooser-combo-box.patch)
-md5sums=('f898c480b142b56471377ef3a2810f2d'
- '10ece6d3a98f1244a82929b7c7ceba2a')
-
-prepare() {
-  cd $pkgbase-$pkgver
-
-  patch -Np1 -i 
../0001-Fix-default-app-detection-in-App-chooser-combo-box.patch
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-udisks \

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

2014-10-14 Thread Evangelos Foutras
Date: Tuesday, October 14, 2014 @ 22:27:42
  Author: foutrelis
Revision: 120672

upgpkg: libfm 1.2.3-1

New upstream release.

Modified:
  libfm/trunk/PKGBUILD
Deleted:
  libfm/trunk/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch

---+
 0001-Fix-default-app-detection-in-App-chooser-combo-box.patch |   39 --
 PKGBUILD  |   16 +---
 2 files changed, 4 insertions(+), 51 deletions(-)

Deleted: 0001-Fix-default-app-detection-in-App-chooser-combo-box.patch
===
--- 0001-Fix-default-app-detection-in-App-chooser-combo-box.patch   
2014-10-14 18:33:22 UTC (rev 120671)
+++ 0001-Fix-default-app-detection-in-App-chooser-combo-box.patch   
2014-10-14 20:27:42 UTC (rev 120672)
@@ -1,39 +0,0 @@
-From 1a3f8dd076b119c685614ffe68a9cb732e2eeaee Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Mon, 6 Oct 2014 16:41:09 +0300
-Subject: [PATCH] Fix default app detection in App chooser combo box
-
-Beginning with glib >= 2.41, g_app_info_get_all_for_type() no longer
-puts the default application in front of the list.
-
-So now we have to use g_app_info_get_default_for_type().

- src/gtk/fm-app-chooser-combo-box.c | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/src/gtk/fm-app-chooser-combo-box.c 
b/src/gtk/fm-app-chooser-combo-box.c
-index a9d544e..f8c5cb9 100644
 a/src/gtk/fm-app-chooser-combo-box.c
-+++ b/src/gtk/fm-app-chooser-combo-box.c
-@@ -179,8 +179,7 @@ void fm_app_chooser_combo_box_setup(GtkComboBox* combo, 
FmMimeType* mime_type, G
- {
- data->mime_type = fm_mime_type_ref(mime_type);
- apps = 
g_app_info_get_all_for_type(fm_mime_type_get_type(data->mime_type));
--if(apps)
--sel = G_APP_INFO(apps->data); /* default app is the first one in 
the list. */
-+sel =  
g_app_info_get_default_for_type(fm_mime_type_get_type(data->mime_type), FALSE);
- }
- 
- for(l = apps; l; l = l->next)
-@@ -205,6 +204,8 @@ void fm_app_chooser_combo_box_setup(GtkComboBox* combo, 
FmMimeType* mime_type, G
- g_list_foreach(apps, (GFunc)g_object_unref, NULL);
- g_list_free(apps);
- }
-+if(sel)
-+g_object_unref(sel);
- }
- 
- gtk_list_store_append(store, &it); /* separator */
--- 
-2.1.2
-

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 18:33:22 UTC (rev 120671)
+++ PKGBUILD2014-10-14 20:27:42 UTC (rev 120672)
@@ -7,8 +7,8 @@
 
 pkgbase=libfm
 pkgname=(libfm libfm-extra)
-pkgver=1.2.2.1
-pkgrel=3
+pkgver=1.2.3
+pkgrel=1
 pkgdesc='Library for file management'
 url='http://pcmanfm.sourceforge.net/'
 arch=('i686' 'x86_64')
@@ -18,17 +18,9 @@
 replaces=('lxshortcut')
 provides=('lxshortcut')
 conflicts=('lxshortcut')
-source=(http://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz
-0001-Fix-default-app-detection-in-App-chooser-combo-box.patch)
-md5sums=('f898c480b142b56471377ef3a2810f2d'
- '10ece6d3a98f1244a82929b7c7ceba2a')
+source=(http://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz)
+md5sums=('3ff38200701658f7e80e25ed395d92dd')
 
-prepare() {
-  cd $pkgbase-$pkgver
-
-  patch -Np1 -i 
../0001-Fix-default-app-detection-in-App-chooser-combo-box.patch
-}
-
 build() {
   cd $pkgbase-$pkgver
   ./configure --prefix=/usr \


[arch-commits] Commit in python-cherrypy/repos/community-any (3 files)

2014-10-14 Thread Jelle van der Waa
Date: Tuesday, October 14, 2014 @ 20:08:52
  Author: jelle
Revision: 120670

archrelease: copy trunk to community-any

Added:
  python-cherrypy/repos/community-any/PKGBUILD
(from rev 120669, python-cherrypy/trunk/PKGBUILD)
Deleted:
  python-cherrypy/repos/community-any/PKGBUILD
  python-cherrypy/repos/community-any/cherrypy-python33.patch

-+
 PKGBUILD|  128 +++---
 cherrypy-python33.patch |   50 -
 2 files changed, 64 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-14 18:07:09 UTC (rev 120669)
+++ PKGBUILD2014-10-14 18:08:52 UTC (rev 120670)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-# Contributor: Kaiting Chen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Armando M. Baratti 
-# Contributor: Florian Richter 
-pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="A pythonic, object-oriented web development framework"
-arch=('any')
-url="http://www.cherrypy.org";
-license=('BSD')
-makedepends=('python' 'python2')
-source=("https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz";)
-md5sums=('4ac4af5ac21a893f07221cbd7ec4be11')
-
-build() {
-  cp -r CherryPy-${pkgver} CherryPy2-${pkgver}
-
-  cd CherryPy-${pkgver}
-  python ./setup.py build
-
-  cd "${srcdir}/CherryPy2-${pkgver}"
-  sed \
--e 's_#! /usr/bin/env python_&2_' \
--i cherrypy/cherryd
-  sed \
--e 's_#!/usr/bin/python_&2_' \
--i cherrypy/test/sessiondemo.py
-  python2 ./setup.py build
-
-}
-
-package_python-cherrypy() {
-  depends=('python')
-
-  cd CherryPy-${pkgver}
-
-  python ./setup.py install --root="${pkgdir}" --optimize=1
-
-  install -Dm644 cherrypy/LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt"
-}
-
-package_python2-cherrypy() {
-  depends=('python2')
-
-  cd CherryPy2-${pkgver}
-
-  python2 ./setup.py install --root="${pkgdir}" --optimize=1
-  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
-
-  install -Dm644 cherrypy/LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt"
-}
-
-check() {
-  cd CherryPy2-${pkgver}
-  python2 ./setup.py check
-
-  cd ../CherryPy-${pkgver}
-  python3 ./setup.py check
-}

Copied: python-cherrypy/repos/community-any/PKGBUILD (from rev 120669, 
python-cherrypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-14 18:08:52 UTC (rev 120670)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Kaiting Chen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Armando M. Baratti 
+# Contributor: Florian Richter 
+pkgname=('python-cherrypy' 'python2-cherrypy')
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="A pythonic, object-oriented web development framework"
+arch=('any')
+url="http://www.cherrypy.org";
+license=('BSD')
+makedepends=('python' 'python2')
+source=("https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz";)
+md5sums=('9772dbee426d656f01a13881e2b139d8')
+
+build() {
+  cp -r CherryPy-${pkgver} CherryPy2-${pkgver}
+
+  cd CherryPy-${pkgver}
+  python ./setup.py build
+
+  cd "${srcdir}/CherryPy2-${pkgver}"
+  sed \
+-e 's_#! /usr/bin/env python_&2_' \
+-i cherrypy/cherryd
+  sed \
+-e 's_#!/usr/bin/python_&2_' \
+-i cherrypy/test/sessiondemo.py
+  python2 ./setup.py build
+
+}
+
+package_python-cherrypy() {
+  depends=('python')
+
+  cd CherryPy-${pkgver}
+
+  python ./setup.py install --root="${pkgdir}" --optimize=1
+
+  install -Dm644 cherrypy/LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt"
+}
+
+package_python2-cherrypy() {
+  depends=('python2')
+
+  cd CherryPy2-${pkgver}
+
+  python2 ./setup.py install --root="${pkgdir}" --optimize=1
+  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
+
+  install -Dm644 cherrypy/LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt"
+}
+
+check() {
+  cd CherryPy2-${pkgver}
+  python2 ./setup.py check
+
+  cd ../CherryPy-${pkgver}
+  python3 ./setup.py check
+}

Deleted: cherrypy-python33.patch
===
--- cherrypy-python33.patch 2014-10-14 18:07:09 UTC (rev 120669)
+++ cherrypy-python33.patch 2014-10-14 18:08:52 UTC (rev 120670)
@@ -1,50 +0,0 @@
-# HG changeset patch
-# User Jason R. Coombs 
-# Date 1349660887 14400
-# Branch cherrypy-3.2.x
-# Node ID 01b6adcb3849b2ff4fa31e3298b494f6b136369e
-# Parent  9820107d4ffb8058fd507888f90e28c695f6b4c0
-Timer class was renamed from _Timer to Timer in Python 3.3. This change adds a 
compatibility shim to detect this change and reference the base class 
accordingly. Fixes #1163.
-
-diff -r 9820107d4ffb8058fd507888f90e28c695f6b4c0 -r 
01b6adcb3849b2ff4fa31e3298b494f6b136369e cherry

[arch-commits] Commit in python-cherrypy/trunk (PKGBUILD cherrypy-python33.patch)

2014-10-14 Thread Jelle van der Waa
Date: Tuesday, October 14, 2014 @ 20:07:09
  Author: jelle
Revision: 120669

upgpkg: python-cherrypy 3.6.0-1

Modified:
  python-cherrypy/trunk/PKGBUILD
Deleted:
  python-cherrypy/trunk/cherrypy-python33.patch

-+
 PKGBUILD|4 +--
 cherrypy-python33.patch |   50 --
 2 files changed, 2 insertions(+), 52 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 17:58:36 UTC (rev 120668)
+++ PKGBUILD2014-10-14 18:07:09 UTC (rev 120669)
@@ -5,7 +5,7 @@
 # Contributor: Armando M. Baratti 
 # Contributor: Florian Richter 
 pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=3.3.0
+pkgver=3.6.0
 pkgrel=1
 pkgdesc="A pythonic, object-oriented web development framework"
 arch=('any')
@@ -13,7 +13,7 @@
 license=('BSD')
 makedepends=('python' 'python2')
 
source=("https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz";)
-md5sums=('4ac4af5ac21a893f07221cbd7ec4be11')
+md5sums=('9772dbee426d656f01a13881e2b139d8')
 
 build() {
   cp -r CherryPy-${pkgver} CherryPy2-${pkgver}

Deleted: cherrypy-python33.patch
===
--- cherrypy-python33.patch 2014-10-14 17:58:36 UTC (rev 120668)
+++ cherrypy-python33.patch 2014-10-14 18:07:09 UTC (rev 120669)
@@ -1,50 +0,0 @@
-# HG changeset patch
-# User Jason R. Coombs 
-# Date 1349660887 14400
-# Branch cherrypy-3.2.x
-# Node ID 01b6adcb3849b2ff4fa31e3298b494f6b136369e
-# Parent  9820107d4ffb8058fd507888f90e28c695f6b4c0
-Timer class was renamed from _Timer to Timer in Python 3.3. This change adds a 
compatibility shim to detect this change and reference the base class 
accordingly. Fixes #1163.
-
-diff -r 9820107d4ffb8058fd507888f90e28c695f6b4c0 -r 
01b6adcb3849b2ff4fa31e3298b494f6b136369e cherrypy/_cpcompat.py
 a/cherrypy/_cpcompat.pyWed Oct 03 08:02:12 2012 -0400
-+++ b/cherrypy/_cpcompat.pySun Oct 07 21:48:07 2012 -0400
-@@ -18,6 +18,7 @@
- import os
- import re
- import sys
-+import threading
- 
- if sys.version_info >= (3, 0):
- py3k = True
-@@ -325,3 +326,9 @@
- # Python 2
- def next(i):
- return i.next()
-+
-+if sys.version_info >= (3,3):
-+Timer = threading.Timer
-+else:
-+# Python 3.2 and earlier
-+Timer = threading._Timer
-diff -r 9820107d4ffb8058fd507888f90e28c695f6b4c0 -r 
01b6adcb3849b2ff4fa31e3298b494f6b136369e cherrypy/process/plugins.py
 a/cherrypy/process/plugins.py  Wed Oct 03 08:02:12 2012 -0400
-+++ b/cherrypy/process/plugins.py  Sun Oct 07 21:48:07 2012 -0400
-@@ -7,7 +7,7 @@
- import time
- import threading
- 
--from cherrypy._cpcompat import basestring, get_daemon, get_thread_ident, 
ntob, set
-+from cherrypy._cpcompat import basestring, get_daemon, get_thread_ident, 
ntob, set, Timer
- 
- # _module__file__base is used by Autoreload to make
- # absolute any filenames retrieved from sys.modules which are not
-@@ -421,7 +421,7 @@
- pass
- 
- 
--class PerpetualTimer(threading._Timer):
-+class PerpetualTimer(Timer):
- """A responsive subclass of threading._Timer whose run() method repeats.
- 
- Use this timer only when you really need a very interruptible timer;


[arch-commits] Commit in lazarus/repos/community-x86_64 (8 files)

2014-10-14 Thread Sergej Pupykin
Date: Tuesday, October 14, 2014 @ 19:58:36
  Author: spupykin
Revision: 120668

archrelease: copy trunk to community-x86_64

Added:
  lazarus/repos/community-x86_64/ChangeLog
(from rev 120666, lazarus/trunk/ChangeLog)
  lazarus/repos/community-x86_64/PKGBUILD
(from rev 120666, lazarus/trunk/PKGBUILD)
  lazarus/repos/community-x86_64/lazarus-ide.install
(from rev 120666, lazarus/trunk/lazarus-ide.install)
  lazarus/repos/community-x86_64/lazcontrols2.diff
(from rev 120666, lazarus/trunk/lazcontrols2.diff)
Deleted:
  lazarus/repos/community-x86_64/ChangeLog
  lazarus/repos/community-x86_64/PKGBUILD
  lazarus/repos/community-x86_64/lazarus-ide.install
  lazarus/repos/community-x86_64/lazcontrols2.diff

-+
 ChangeLog   |   36 +++---
 PKGBUILD|  262 +-
 lazarus-ide.install |   68 ++--
 lazcontrols2.diff   |   92 -
 4 files changed, 229 insertions(+), 229 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-10-14 17:58:34 UTC (rev 120667)
+++ ChangeLog   2014-10-14 17:58:36 UTC (rev 120668)
@@ -1,18 +0,0 @@
-2012-05-15  BlackIkeEagle
-   * fix lazcontrols failure
- see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
-   * add compiled files again
-
-2012-05-08  BlackIkeEagle
-   * fix FS#29807
-   * should not have removed Makefiles
-
-2012-04-30  BlackIkeEagle
-   * split pkgbuild
-   * lazarus (can be used for compiling)
-   * lazarus-qt (qt ide)
-   * lazarus-gtk (gtk ide)
-
-2008-01-21  JJDaNiMoTh  
-
-* PKGBUILD: moved man pages to /usr/share

Copied: lazarus/repos/community-x86_64/ChangeLog (from rev 120666, 
lazarus/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-10-14 17:58:36 UTC (rev 120668)
@@ -0,0 +1,18 @@
+2012-05-15  BlackIkeEagle
+   * fix lazcontrols failure
+ see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
+   * add compiled files again
+
+2012-05-08  BlackIkeEagle
+   * fix FS#29807
+   * should not have removed Makefiles
+
+2012-04-30  BlackIkeEagle
+   * split pkgbuild
+   * lazarus (can be used for compiling)
+   * lazarus-qt (qt ide)
+   * lazarus-gtk (gtk ide)
+
+2008-01-21  JJDaNiMoTh  
+
+* PKGBUILD: moved man pages to /usr/share

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-14 17:58:34 UTC (rev 120667)
+++ PKGBUILD2014-10-14 17:58:36 UTC (rev 120668)
@@ -1,131 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jens Adam (byte/jra) 
-# Contributor: BlackIkeEagle 
-
-pkgbase=lazarus
-pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt')
-pkgver=1.2.4
-_pkgsubver=0
-pkgrel=1
-url='http://www.lazarus.freepascal.org/'
-license=('GPL2' 'MPL' 'custom:modifiedLGPL')
-arch=('i686' 'x86_64')
-makedepends=('fpc' 'fpc-src' 'gtk2' 'qt4pas' 'rsync')
-options=('!emptydirs' '!makeflags')
-source=("http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-${_pkgsubver}.tar.gz";
-   'lazcontrols2.diff')
-md5sums=('456dc5fe54fcb302ec8bc7e8df5ed3e2'
- '288bca6ad5ade79deec34c3602d9')
-
-build() {
-  cd $srcdir/${pkgbase}
-
-  # build gtk2 ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=gtk2 clean bigide
-  # move gtk binaries
-  mv lazarus lazarus-gtk2
-  mv startlazarus startlazarus-gtk2
-
-  # build qt ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=qt bigide
-  # move qt binaries
-  mv lazarus lazarus-qt
-  mv startlazarus startlazarus-qt
-}
-
-package_lazarus() {
-  pkgdesc='Delphi-like IDE for FreePascal common files'
-  depends=('fpc' 'fpc-src')
-  optdepends=(
-'perl: to run some scirpts in the tools directory'
-'gtk2: to compile gtk2 apps'
-'qt4pas: to compile qt apps and use help viewer'
-  )
-
-  cd $srcdir/${pkgbase}
-
-  # skip the 'make install' mess completely and do everything manually
-  mkdir -p $pkgdir/usr/lib/lazarus $pkgdir/usr/bin $pkgdir/usr/share/man/man1 
$pkgdir/usr/share/doc
-  rsync -a \
---exclude="CVS" --exclude=".cvsignore" \
---exclude="*.ppw"   --exclude="*.ppl" \
---exclude="*.ow"--exclude="*.a"\
---exclude="*.rst"   --exclude=".#*" \
---exclude="*.~*"--exclude="*.bak" \
---exclude="*.orig"  --exclude="*.rej" \
---exclude=".xvpics" \
---exclude="killme*" --exclude=".gdb_hist*" \
---exclude="debian"  --exclude="COPYING*" \
---exclude="*.app"   --exclude="tools/install" \
-. "$pkgdir"/usr/lib/lazarus
-
-  #remove some stuff, not needed or for in other package
-  pushd $pkgdir/usr/lib/lazarus
-  rm lazarus-*
-  rm startlazarus-*
-  popd
-
-  ln -s /usr/lib/lazarus/lazbuild $pkgdir/usr/bin/lazbuild
-  cp -R install/man/man1/* $pkgdir/usr/share/man/man1/
-  mv $pkgdir/usr/l

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

2014-10-14 Thread Jelle van der Waa
Date: Tuesday, October 14, 2014 @ 19:58:34
  Author: jelle
Revision: 120667

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-14 17:56:01 UTC (rev 120666)
+++ community-i686/PKGBUILD 2014-10-14 17:58:34 UTC (rev 120667)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Renato Garcia 
-# Contributor: Gerson E. Ruotolo 
-
-pkgname=dos2unix
-pkgver=7.0
-pkgrel=1
-pkgdesc='Text file format converter'
-arch=('i686' 'x86_64')
-url='http://waterlan.home.xs4all.nl/dos2unix.html'
-license=('BSD')
-depends=('glibc')
-makedepends=('perl')
-conflicts=('hd2u')
-source=("http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('7abcb86ef1cfac629448a86d3d7b3a52')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dos2unix/repos/community-i686/PKGBUILD (from rev 120666, 
dos2unix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-14 17:58:34 UTC (rev 120667)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Renato Garcia 
+# Contributor: Gerson E. Ruotolo 
+
+pkgname=dos2unix
+pkgver=7.1
+pkgrel=1
+pkgdesc='Text file format converter'
+arch=('i686' 'x86_64')
+url='http://waterlan.home.xs4all.nl/dos2unix.html'
+license=('BSD')
+depends=('glibc')
+makedepends=('perl')
+conflicts=('hd2u')
+source=("http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('794c98ff9452a917c89d0a941c922b0d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-14 17:56:01 UTC (rev 120666)
+++ community-x86_64/PKGBUILD   2014-10-14 17:58:34 UTC (rev 120667)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Renato Garcia 
-# Contributor: Gerson E. Ruotolo 
-
-pkgname=dos2unix
-pkgver=7.0
-pkgrel=1
-pkgdesc='Text file format converter'
-arch=('i686' 'x86_64')
-url='http://waterlan.home.xs4all.nl/dos2unix.html'
-license=('BSD')
-depends=('glibc')
-makedepends=('perl')
-conflicts=('hd2u')
-source=("http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('7abcb86ef1cfac629448a86d3d7b3a52')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dos2unix/repos/community-x86_64/PKGBUILD (from rev 120666, 
dos2unix/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-14 17:58:34 UTC (rev 120667)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Renato Garcia 
+# Contributor: Gerson E. Ruotolo 
+
+pkgname=dos2unix
+pkgver=7.1
+pkgrel=1
+pkgdesc='Text file format converter'
+arch=('i686' 'x86_64')
+url='http://waterlan.home.xs4all.nl/dos2unix.html'
+license=('BSD')
+depends=('glibc')
+makedepends=('perl')
+conflicts=('hd2u')
+source=("http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('794c98ff9452a917c89d0a941c922b0d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2014-10-14 Thread Jelle van der Waa
Date: Tuesday, October 14, 2014 @ 19:56:01
  Author: jelle
Revision: 120666

upgpkg: dos2unix 7.1-1

Modified:
  dos2unix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 17:45:35 UTC (rev 120665)
+++ PKGBUILD2014-10-14 17:56:01 UTC (rev 120666)
@@ -4,7 +4,7 @@
 # Contributor: Gerson E. Ruotolo 
 
 pkgname=dos2unix
-pkgver=7.0
+pkgver=7.1
 pkgrel=1
 pkgdesc='Text file format converter'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('perl')
 conflicts=('hd2u')
 
source=("http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('7abcb86ef1cfac629448a86d3d7b3a52')
+md5sums=('794c98ff9452a917c89d0a941c922b0d')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2014-10-14 Thread Evangelos Foutras
Date: Tuesday, October 14, 2014 @ 19:49:08
  Author: foutrelis
Revision: 224350

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

Added:
  thunderbird/repos/testing-i686/
  thunderbird/repos/testing-i686/PKGBUILD
(from rev 224349, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/testing-i686/mozconfig
(from rev 224349, thunderbird/trunk/mozconfig)
  thunderbird/repos/testing-i686/rhbz-966424.patch
(from rev 224349, thunderbird/trunk/rhbz-966424.patch)
  thunderbird/repos/testing-i686/thunderbird-install-dir.patch
(from rev 224349, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/testing-i686/thunderbird.desktop
(from rev 224349, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/testing-i686/thunderbird.install
(from rev 224349, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/testing-i686/vendor.js
(from rev 224349, thunderbird/trunk/vendor.js)
  thunderbird/repos/testing-x86_64/
  thunderbird/repos/testing-x86_64/PKGBUILD
(from rev 224349, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/testing-x86_64/mozconfig
(from rev 224349, thunderbird/trunk/mozconfig)
  thunderbird/repos/testing-x86_64/rhbz-966424.patch
(from rev 224349, thunderbird/trunk/rhbz-966424.patch)
  thunderbird/repos/testing-x86_64/thunderbird-install-dir.patch
(from rev 224349, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/testing-x86_64/thunderbird.desktop
(from rev 224349, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/testing-x86_64/thunderbird.install
(from rev 224349, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/testing-x86_64/vendor.js
(from rev 224349, thunderbird/trunk/vendor.js)

--+
 testing-i686/PKGBUILD|   76 +
 testing-i686/mozconfig   |   42 +
 testing-i686/rhbz-966424.patch   |   23 +++
 testing-i686/thunderbird-install-dir.patch   |   23 +++
 testing-i686/thunderbird.desktop |   13 
 testing-i686/thunderbird.install |   12 +++
 testing-i686/vendor.js   |9 ++
 testing-x86_64/PKGBUILD  |   76 +
 testing-x86_64/mozconfig |   42 +
 testing-x86_64/rhbz-966424.patch |   23 +++
 testing-x86_64/thunderbird-install-dir.patch |   23 +++
 testing-x86_64/thunderbird.desktop   |   13 
 testing-x86_64/thunderbird.install   |   12 +++
 testing-x86_64/vendor.js |9 ++
 14 files changed, 396 insertions(+)

Copied: thunderbird/repos/testing-i686/PKGBUILD (from rev 224349, 
thunderbird/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-14 17:49:08 UTC (rev 224350)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Alexander Baldeck 
+# Contributor: Dale Blount 
+# Contributor: Anders Bostrom 
+
+pkgname=thunderbird
+pkgver=31.2.0
+pkgrel=1
+pkgdesc="Standalone Mail/News reader"
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL')
+url="http://www.mozilla.org/thunderbird/";
+depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 
'hicolor-icon-theme' 'hunspell' 'libevent' 'libvpx' 'libxt' 'mime-types' 
'mozilla-common' 'nss' 'sqlite' 'startup-notification')
+makedepends=('unzip' 'zip' 'python2' 'wireless_tools' 'yasm' 'mesa' 'libpulse')
+optdepends=('libcanberra: for sound support')
+install=thunderbird.install
+source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.bz2{,.asc}
+mozconfig
+thunderbird.desktop
+thunderbird-install-dir.patch
+vendor.js
+rhbz-966424.patch)
+options=(!emptydirs)
+sha256sums=('48130bbd9102303167aa832ea80970201777ee65b91fbab515332527850749b4'
+'SKIP'
+'7021a0907ebaffec7cad2928a773d8a0763a9790b9b97b58f72fad52e981296b'
+'d506b771e765e09e2e039b975e25befade8eec97e8950813a32463604955ab4e'
+'9049ab3f9600a1592a54c41a166c76e046c393e1cfe7c4e769155b7317d197ee'
+'e4ea8e6788163d9f8db8f1f40023db3ea0a1358f9a4510169f2d4c4fe6a887ed'
+'746cb474c5a2c26fc474256e430e035e604b71b27df1003d4af85018fa263f4a')
+
+prepare() {
+  cd comm-esr31
+  patch -Np1 -i "$srcdir/thunderbird-install-dir.patch"
+
+  cp "$srcdir/mozconfig" .mozconfig
+
+  # https://bugs.archlinux.org/task/41689
+  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
+
+  # configure script misdetects the preprocessor without an optimization level
+  # https://bugs.archlinux.org/task/34644
+  sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' mozilla/configure
+}
+
+build() {
+  cd comm-esr31
+
+  export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/thunderbird"
+  export PYTHON="/usr/bin/python2"
+

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

2014-10-14 Thread Evangelos Foutras
Date: Tuesday, October 14, 2014 @ 19:48:29
  Author: foutrelis
Revision: 224349

upgpkg: thunderbird 31.2.0-1

- New upstream release.
- Build with system cairo again.

Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/mozconfig

---+
 PKGBUILD  |6 +++---
 mozconfig |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 17:45:21 UTC (rev 224348)
+++ PKGBUILD2014-10-14 17:48:29 UTC (rev 224349)
@@ -5,7 +5,7 @@
 # Contributor: Anders Bostrom 
 
 pkgname=thunderbird
-pkgver=31.1.2
+pkgver=31.2.0
 pkgrel=1
 pkgdesc="Standalone Mail/News reader"
 arch=('i686' 'x86_64')
@@ -22,9 +22,9 @@
 vendor.js
 rhbz-966424.patch)
 options=(!emptydirs)
-sha256sums=('86b18e7642ad8e6004cb4826daec586a24fae8a27da59df49f0039495dd5d7b5'
+sha256sums=('48130bbd9102303167aa832ea80970201777ee65b91fbab515332527850749b4'
 'SKIP'
-'7af6c21413ff48b5b30ca6987781b639deac2c3ea3f4b9261c8e71132daecd29'
+'7021a0907ebaffec7cad2928a773d8a0763a9790b9b97b58f72fad52e981296b'
 'd506b771e765e09e2e039b975e25befade8eec97e8950813a32463604955ab4e'
 '9049ab3f9600a1592a54c41a166c76e046c393e1cfe7c4e769155b7317d197ee'
 'e4ea8e6788163d9f8db8f1f40023db3ea0a1358f9a4510169f2d4c4fe6a887ed'

Modified: mozconfig
===
--- mozconfig   2014-10-14 17:45:21 UTC (rev 224348)
+++ mozconfig   2014-10-14 17:48:29 UTC (rev 224349)
@@ -16,7 +16,7 @@
 ac_add_options --enable-system-hunspell
 ac_add_options --enable-system-sqlite
 ac_add_options --enable-system-ffi
-#ac_add_options --enable-system-cairo
+ac_add_options --enable-system-cairo
 ac_add_options --enable-system-pixman
 ac_add_options --with-pthreads
 


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

2014-10-14 Thread Sergej Pupykin
Date: Tuesday, October 14, 2014 @ 19:45:23
  Author: spupykin
Revision: 120664

upgpkg: lazarus 1.2.6-1

upd

Modified:
  lazarus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 17:45:20 UTC (rev 120663)
+++ PKGBUILD2014-10-14 17:45:23 UTC (rev 120664)
@@ -5,7 +5,7 @@
 
 pkgbase=lazarus
 pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt')
-pkgver=1.2.4
+pkgver=1.2.6
 _pkgsubver=0
 pkgrel=1
 url='http://www.lazarus.freepascal.org/'
@@ -15,7 +15,7 @@
 options=('!emptydirs' '!makeflags')
 
source=("http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-${_pkgsubver}.tar.gz";
'lazcontrols2.diff')
-md5sums=('456dc5fe54fcb302ec8bc7e8df5ed3e2'
+md5sums=('caa1ee35266ea5e930af064e7efb550c'
  '288bca6ad5ade79deec34c3602d9')
 
 build() {


[arch-commits] Commit in lazarus/repos/community-i686 (8 files)

2014-10-14 Thread Sergej Pupykin
Date: Tuesday, October 14, 2014 @ 19:45:35
  Author: spupykin
Revision: 120665

archrelease: copy trunk to community-i686

Added:
  lazarus/repos/community-i686/ChangeLog
(from rev 120664, lazarus/trunk/ChangeLog)
  lazarus/repos/community-i686/PKGBUILD
(from rev 120664, lazarus/trunk/PKGBUILD)
  lazarus/repos/community-i686/lazarus-ide.install
(from rev 120664, lazarus/trunk/lazarus-ide.install)
  lazarus/repos/community-i686/lazcontrols2.diff
(from rev 120664, lazarus/trunk/lazcontrols2.diff)
Deleted:
  lazarus/repos/community-i686/ChangeLog
  lazarus/repos/community-i686/PKGBUILD
  lazarus/repos/community-i686/lazarus-ide.install
  lazarus/repos/community-i686/lazcontrols2.diff

-+
 ChangeLog   |   36 +++---
 PKGBUILD|  262 +-
 lazarus-ide.install |   68 ++--
 lazcontrols2.diff   |   92 -
 4 files changed, 229 insertions(+), 229 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-10-14 17:45:23 UTC (rev 120664)
+++ ChangeLog   2014-10-14 17:45:35 UTC (rev 120665)
@@ -1,18 +0,0 @@
-2012-05-15  BlackIkeEagle
-   * fix lazcontrols failure
- see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
-   * add compiled files again
-
-2012-05-08  BlackIkeEagle
-   * fix FS#29807
-   * should not have removed Makefiles
-
-2012-04-30  BlackIkeEagle
-   * split pkgbuild
-   * lazarus (can be used for compiling)
-   * lazarus-qt (qt ide)
-   * lazarus-gtk (gtk ide)
-
-2008-01-21  JJDaNiMoTh  
-
-* PKGBUILD: moved man pages to /usr/share

Copied: lazarus/repos/community-i686/ChangeLog (from rev 120664, 
lazarus/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-10-14 17:45:35 UTC (rev 120665)
@@ -0,0 +1,18 @@
+2012-05-15  BlackIkeEagle
+   * fix lazcontrols failure
+ see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
+   * add compiled files again
+
+2012-05-08  BlackIkeEagle
+   * fix FS#29807
+   * should not have removed Makefiles
+
+2012-04-30  BlackIkeEagle
+   * split pkgbuild
+   * lazarus (can be used for compiling)
+   * lazarus-qt (qt ide)
+   * lazarus-gtk (gtk ide)
+
+2008-01-21  JJDaNiMoTh  
+
+* PKGBUILD: moved man pages to /usr/share

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-14 17:45:23 UTC (rev 120664)
+++ PKGBUILD2014-10-14 17:45:35 UTC (rev 120665)
@@ -1,131 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jens Adam (byte/jra) 
-# Contributor: BlackIkeEagle 
-
-pkgbase=lazarus
-pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt')
-pkgver=1.2.4
-_pkgsubver=0
-pkgrel=1
-url='http://www.lazarus.freepascal.org/'
-license=('GPL2' 'MPL' 'custom:modifiedLGPL')
-arch=('i686' 'x86_64')
-makedepends=('fpc' 'fpc-src' 'gtk2' 'qt4pas' 'rsync')
-options=('!emptydirs' '!makeflags')
-source=("http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-${_pkgsubver}.tar.gz";
-   'lazcontrols2.diff')
-md5sums=('456dc5fe54fcb302ec8bc7e8df5ed3e2'
- '288bca6ad5ade79deec34c3602d9')
-
-build() {
-  cd $srcdir/${pkgbase}
-
-  # build gtk2 ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=gtk2 clean bigide
-  # move gtk binaries
-  mv lazarus lazarus-gtk2
-  mv startlazarus startlazarus-gtk2
-
-  # build qt ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=qt bigide
-  # move qt binaries
-  mv lazarus lazarus-qt
-  mv startlazarus startlazarus-qt
-}
-
-package_lazarus() {
-  pkgdesc='Delphi-like IDE for FreePascal common files'
-  depends=('fpc' 'fpc-src')
-  optdepends=(
-'perl: to run some scirpts in the tools directory'
-'gtk2: to compile gtk2 apps'
-'qt4pas: to compile qt apps and use help viewer'
-  )
-
-  cd $srcdir/${pkgbase}
-
-  # skip the 'make install' mess completely and do everything manually
-  mkdir -p $pkgdir/usr/lib/lazarus $pkgdir/usr/bin $pkgdir/usr/share/man/man1 
$pkgdir/usr/share/doc
-  rsync -a \
---exclude="CVS" --exclude=".cvsignore" \
---exclude="*.ppw"   --exclude="*.ppl" \
---exclude="*.ow"--exclude="*.a"\
---exclude="*.rst"   --exclude=".#*" \
---exclude="*.~*"--exclude="*.bak" \
---exclude="*.orig"  --exclude="*.rej" \
---exclude=".xvpics" \
---exclude="killme*" --exclude=".gdb_hist*" \
---exclude="debian"  --exclude="COPYING*" \
---exclude="*.app"   --exclude="tools/install" \
-. "$pkgdir"/usr/lib/lazarus
-
-  #remove some stuff, not needed or for in other package
-  pushd $pkgdir/usr/lib/lazarus
-  rm lazarus-*
-  rm startlazarus-*
-  popd
-
-  ln -s /usr/lib/lazarus/lazbuild $pkgdir/usr/bin/lazbuild
-  cp -R install/man/man1/* $pkgdir/usr/share/man/man1/
-  mv $pkgdir/usr/lib/lazarus/docs $pkg

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

2014-10-14 Thread Sergej Pupykin
Date: Tuesday, October 14, 2014 @ 19:45:20
  Author: spupykin
Revision: 120663

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 120662, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-14 17:44:41 UTC (rev 120662)
+++ PKGBUILD2014-10-14 17:45:20 UTC (rev 120663)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=firefox-noscript
-pkgver=2.6.9
-pkgrel=1
-pkgdesc="Extension for firefox which disables script"
-arch=('any')
-url="http://noscript.net/";
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('4de59e72678e60a7e45f8633a69ee863')
-
-package() {
-  depends=("firefox")
-
-  cd $srcdir
-  local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; 
s/\"//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 120662, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-14 17:45:20 UTC (rev 120663)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=firefox-noscript
+pkgver=2.6.9.1
+pkgrel=1
+pkgdesc="Extension for firefox which disables script"
+arch=('any')
+url="http://noscript.net/";
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('64bef270e0192693af9255d452dd64c8')
+
+package() {
+  depends=("firefox")
+
+  cd $srcdir
+  local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; 
s/\"//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  install -d $dstdir
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}


[arch-commits] Commit in thunderbird-i18n/repos (testing-any testing-any/PKGBUILD)

2014-10-14 Thread Evangelos Foutras
Date: Tuesday, October 14, 2014 @ 19:45:21
  Author: foutrelis
Revision: 224348

archrelease: copy trunk to testing-any

Added:
  thunderbird-i18n/repos/testing-any/
  thunderbird-i18n/repos/testing-any/PKGBUILD
(from rev 224347, thunderbird-i18n/trunk/PKGBUILD)

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

Copied: thunderbird-i18n/repos/testing-any/PKGBUILD (from rev 224347, 
thunderbird-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-10-14 17:45:21 UTC (rev 224348)
@@ -0,0 +1,151 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Andrea Scarpino 
+# Contributor: Thomas Baechler 
+
+pkgbase=thunderbird-i18n
+pkgver=31.2.0
+pkgrel=1
+pkgdesc="Language pack for Thunderbird"
+arch=('any')
+url="http://www.mozilla.com/";
+license=('MPL' 'GPL')
+depends=("thunderbird>=$pkgver")
+
+_languages=(
+  'ar "Arabic"'
+  'ast"Asturian"'
+  'be "Belarusian"'
+  'bg "Bulgarian"'
+  'bn-BD  "Bengali (Bangladesh)"'
+  'br "Breton"'
+  'ca "Catalan"'
+  'cs "Czech"'
+  'da "Danish"'
+  'de "German"'
+  'el "Greek"'
+  'en-GB  "English (British)"'
+  'en-US  "English (US)"'
+  'es-AR  "Spanish (Argentina)"'
+  'es-ES  "Spanish (Spain)"'
+  'et "Estonian"'
+  'eu "Basque"'
+  'fi "Finnish"'
+  'fr "French"'
+  'fy-NL  "Frisian"'
+  'ga-IE  "Irish"'
+  'gd "Gaelic (Scotland)"'
+  'gl "Galician"'
+  'he "Hebrew"'
+  'hr "Croatian"'
+  'hu "Hungarian"'
+  'hy-AM  "Armenian"'
+  'id "Indonesian"'
+  'is "Icelandic"'
+  'it "Italian"'
+  'ja "Japanese"'
+  'ko "Korean"'
+  'lt "Lithuanian"'
+  'nb-NO  "Norwegian (Bokmål)"'
+  'nl "Dutch"'
+  'nn-NO  "Norwegian (Nynorsk)"'
+  'pa-IN  "Punjabi (India)"'
+  'pl "Polish"'
+  'pt-BR  "Portuguese (Brazilian)"'
+  'pt-PT  "Portuguese (Portugal)"'
+  'rm "Romansh"'
+  'ro "Romanian"'
+  'ru "Russian"'
+  'si "Sinhala"'
+  'sk "Slovak"'
+  'sl "Slovenian"'
+  'sq "Albanian"'
+  'sr "Serbian"'
+  'sv-SE  "Swedish"'
+  'ta-LK  "Tamil (Sri Lanka)"'
+  'tr "Turkish"'
+  'uk "Ukrainian"'
+  'vi "Vietnamese"'
+  'zh-CN  "Chinese (Simplified)"'
+  'zh-TW  "Chinese (Traditional)"'
+)
+
+pkgname=()
+source=()
+_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-i686/xpi
+
+for _lang in "${_languages[@]}"; do
+  _locale=${_lang%% *}
+  _pkgname=thunderbird-i18n-${_locale,,}
+
+  pkgname+=($_pkgname)
+  source+=("thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
+  eval "package_$_pkgname() {
+_package $_lang
+  }"
+done
+
+# Don't extract anything
+noextract=(${source[@]%%::*})
+
+_package() {
+  pkgdesc="$2 language pack for Thunderbird"
+  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
+
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
+}
+
+md5sums=('b5e3a5cfdedb6e4a7f5f9ea3072d211d'
+ '66df04ba03303219d08f937cb06fe938'
+ '3804681332783bdf3563d81d68a665ba'
+ '5f96104ac35eacf28d4c57ff6bf98c14'
+ '35a5fbfa596bf955b5003378ce0f2df3'
+ '32ea877ad2292b63dffbf0fae8431683'
+ '1b83051eaa3dab4aaa87d44647277319'
+ '1e2128acc06d356980d68e449764dc67'
+ '9bf5d4c1ec4ad263fc8541a7be27e207'
+ '9adc822f0a67d40fe480c083cae6602e'
+ '9e4905a8c323e0175f6a4f47e6dd5e1f'
+ '51fc8abb81c7e37759a5d1908c0533e7'
+ 'c52fda3aaaf8d360c9c61b0036934d04'
+ '7330154eebfc43b83a4b23b92d00894a'
+ '2d16a2f626219e4c54db579da6e1e9eb'
+ '6d419663f2da1fa7d6b8024092539981'
+ '460f399e494c440c85cf4230aaa6254d'
+ '724aee657af956d15a73a7722af10ff0'
+ '9ad09ab2640ba1fd331a1374391c4a02'
+ 'fb2b6f5c32a9ce44750fde8a86a48671'
+ '4fe9aef590b395d0cc8cae6c7dc558bc'
+ '3b9cbc5b92264e90dd2f04cc03402679'
+ 'e13d90095e358c5909701b7aeef1497e'
+ '252bfcc8763f3442c2daee65843a1cfc'
+ '6715149e466256cfda9c18ac3ec6d202'
+ 'a45038c65477ea6f162bbffbfaa0c386'
+ 'cbc16e082b226528e1ce8ff931bc1abf'
+ '23653450ee7aa589ed562ca179ee233f'
+ 'cf7d27b738aad88cf42eb6f140004184'
+ 'bd27b9d56a1484c7ba8882010c268e54'
+ 'b6cd3c1a783d4ef1da5789d2a6be2679'
+ '679c8ba09e5dec963573464ecfe9ae98'
+ '197b27196463f296d903ffb64a1e8c35'
+ '1f07ce9f20ed9dbfc8f02135d7769750'
+ '86ea9b404bbbf9450e1d48ffe4185add'
+ '97904a6943047181652ab4b1fa3e304a'
+ '64b9a6d012dfa00e4c22f782e5fbf924'
+ '87ea13f53caf9cd518a5709dbe4a77b4'
+ 'b7f50b7825eac3181b39afaaed86597a'
+ '7978f1089d96f8fca6f8b4e171dcebc9'
+ '0406c8dbbac735a101cfc214fe562541'
+ '2684786b5dc33005e741267f5d5c93ca'
+ 'a255cfb9ad520c750258cbe8ea52d

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

2014-10-14 Thread Evangelos Foutras
Date: Tuesday, October 14, 2014 @ 19:45:07
  Author: foutrelis
Revision: 224347

upgpkg: thunderbird-i18n 31.2.0-1

New upstream release.

Modified:
  thunderbird-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 16:59:41 UTC (rev 224346)
+++ PKGBUILD2014-10-14 17:45:07 UTC (rev 224347)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=thunderbird-i18n
-pkgver=31.1.2
+pkgver=31.2.0
 pkgrel=1
 pkgdesc="Language pack for Thunderbird"
 arch=('any')
@@ -49,7 +49,7 @@
   'nb-NO  "Norwegian (Bokmål)"'
   'nl "Dutch"'
   'nn-NO  "Norwegian (Nynorsk)"'
-  'pa-IN  "Punjabi"'
+  'pa-IN  "Punjabi (India)"'
   'pl "Polish"'
   'pt-BR  "Portuguese (Brazilian)"'
   'pt-PT  "Portuguese (Portugal)"'
@@ -94,58 +94,58 @@
 
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
 }
 
-md5sums=('b9dd6f7af0adca1db280d4f6ecc608c0'
- 'cf714ee58d8abc5deb401d6141763363'
- '17e27e6aa16113a7bd08b6362f723f02'
- '4406446865bc2cc7d188e73c15a1372c'
- 'dafc4a0eb03404e0a68cbafe9ff564cb'
- 'ddd9b2a5f328f356001744a72130d696'
- '579031a33842d9e570f5f3618ad8a262'
- '8d42d2963666c31ae52867ca56f1c494'
- 'd17628d18a17848b9f21b2bd9b7e4678'
- 'd84251fcf9bf7f9d8dad0dd0d196c4d1'
- '9fd34531087829ac3ef94590393dda92'
- '7075d76d3e1266db9691fdb121c305b9'
- '1c0445cac037b41f76060e863712dfef'
- '06e3e83227f7413393a394e46ac7eb97'
- '9d2700bbeb0c43b04baad56cb2fa8398'
- '2169170ebe59354f21050eac5e99318d'
- 'e3d5dedf83219fd8393d3d626c25b305'
- 'b73f4acfdf6ba9daabf3a76370ce72d3'
- '7dc04a73b74e88385c18d1dc6dd17530'
- '639046647e35b9a261035ff809a6151b'
- '8b88276e8c56f5c751857fc707f7c0cd'
- '188470de58c721c92ce1cffc146c33d7'
- '16470273598a8f6b565927031ea0b21f'
- 'dc60fc1a709d9cd08b3a929d1b819726'
- '46796f415f3d50015a3021bda9fa'
- '115e8aa57766204761fa99fc33712036'
- '17d0d6ac278d559e96c629157d0b34ae'
- '555e2208c440053d94df76c3ab6d3aea'
- 'bebc2363e0a5abb4b908d0dad91a6b16'
- 'd69d466a2fd3e982d51007c94b0f0b7e'
- '9dd4b0b6b15afe6602a79383bbb2f367'
- '126ea909609b32c2f831d8634aef55df'
- '935efaafd2bb20fb762ba120a2bd3514'
- '16d15500a441161da28194c182c27cd6'
- '48f7590a04ad00591b42da45b28c1f5f'
- '0603d53f98b483e581f7c329f6e38907'
- 'e6af1825b02a343cec8d3067eceef375'
- 'f21001e1df7fa5e7ec28cca3d1430776'
- '7ff61de5411b7bc8c703d983cb611a49'
- 'aa728914e7b2d0312a9b7be54a375872'
- '49ebc20e888cecb0392d7b434ba27b4b'
- '1bd08b14e0a533e52cc9c713fbd00179'
- 'e91277d27acdb351ffb6f0f263b22877'
- 'dddaf2575198d3bf159c96ae38ec079b'
- '35a948fff84cd5d8634246fa7cd386c8'
- '1c13a43dea83a9bfdcc9f7935da038bc'
- '493c7323fc08a897df0dc83197548324'
- '67cb9c3b2e9053cf951680a71b828249'
- 'b9051cbe5747d185ed4a2cc90c80b7bc'
- '70e51067b1d1b716259fb9709e8e0df9'
- '1e15c41fab271dccd26c07283902f99e'
- '0d37eeca0cd8dbf074f8299816f718d7'
- '3b924bfa53c054c661aa8f0a56567438'
- '110884962b4b3ae8a0efb29e3c3580ae'
- '000744a3e93d6ea24ba3eb5dc3a76053')
+md5sums=('b5e3a5cfdedb6e4a7f5f9ea3072d211d'
+ '66df04ba03303219d08f937cb06fe938'
+ '3804681332783bdf3563d81d68a665ba'
+ '5f96104ac35eacf28d4c57ff6bf98c14'
+ '35a5fbfa596bf955b5003378ce0f2df3'
+ '32ea877ad2292b63dffbf0fae8431683'
+ '1b83051eaa3dab4aaa87d44647277319'
+ '1e2128acc06d356980d68e449764dc67'
+ '9bf5d4c1ec4ad263fc8541a7be27e207'
+ '9adc822f0a67d40fe480c083cae6602e'
+ '9e4905a8c323e0175f6a4f47e6dd5e1f'
+ '51fc8abb81c7e37759a5d1908c0533e7'
+ 'c52fda3aaaf8d360c9c61b0036934d04'
+ '7330154eebfc43b83a4b23b92d00894a'
+ '2d16a2f626219e4c54db579da6e1e9eb'
+ '6d419663f2da1fa7d6b8024092539981'
+ '460f399e494c440c85cf4230aaa6254d'
+ '724aee657af956d15a73a7722af10ff0'
+ '9ad09ab2640ba1fd331a1374391c4a02'
+ 'fb2b6f5c32a9ce44750fde8a86a48671'
+ '4fe9aef590b395d0cc8cae6c7dc558bc'
+ '3b9cbc5b92264e90dd2f04cc03402679'
+ 'e13d90095e358c5909701b7aeef1497e'
+ '252bfcc8763f3442c2daee65843a1cfc'
+ '6715149e466256cfda9c18ac3ec6d202'
+ 'a45038c65477ea6f162bbffbfaa0c386'
+ 'cbc16e082b226528e1ce8ff931bc1abf'
+ '23653450ee7aa589ed562ca179ee233f'
+ 'cf7d27b738aad88cf42eb6f140004184'
+ 'bd27b9d56a1484c7ba8882010c268e54'
+ 'b6cd3c1a783d4ef1da5789d2a6be2679'
+ '679c8ba09e5dec963573464ecfe9ae98'
+ '197b271964

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

2014-10-14 Thread Sergej Pupykin
Date: Tuesday, October 14, 2014 @ 19:44:41
  Author: spupykin
Revision: 120662

upgpkg: firefox-noscript 2.6.9.1-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 16:54:37 UTC (rev 120661)
+++ PKGBUILD2014-10-14 17:44:41 UTC (rev 120662)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=firefox-noscript
-pkgver=2.6.9
+pkgver=2.6.9.1
 pkgrel=1
 pkgdesc="Extension for firefox which disables script"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('4de59e72678e60a7e45f8633a69ee863')
+md5sums=('64bef270e0192693af9255d452dd64c8')
 
 package() {
   depends=("firefox")


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

2014-10-14 Thread Andrea Scarpino
Date: Tuesday, October 14, 2014 @ 18:59:41
  Author: andrea
Revision: 224346

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

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

---+
 /PKGBUILD |   84 
 /kdevelop.install |   26 
 extra-i686/PKGBUILD   |   41 ---
 extra-i686/kdevelop.install   |   13 --
 extra-x86_64/PKGBUILD |   41 ---
 extra-x86_64/kdevelop.install |   13 --
 6 files changed, 110 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-14 16:52:02 UTC (rev 224345)
+++ extra-i686/PKGBUILD 2014-10-14 16:59:41 UTC (rev 224346)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevelop
-pkgver=4.7.0
-pkgrel=2
-pkgdesc="A C/C++ development environment for KDE"
-arch=('i686' 'x86_64')
-url="http://www.kdevelop.org/";
-license=('GPL')
-depends=('kdebase-workspace' 'kdevplatform' 'kdebase-katepart')
-makedepends=('cmake' 'automoc4' 'kdesdk-okteta')
-optdepends=('kdesdk-okteta: hex editor integration'
-'kdebase-konsole: embedded terminal'
-'git: Git support'
-'subversion: SVN support'
-'cvs: Concurrent Versions System support'
-'gdb: GNU Debugger support'
-'qt5-doc: Qt documentation integration'
-'cmake: cmake integration')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('6c4becf482956334975886963ba0acf158f2aa15')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdevelop/repos/extra-i686/PKGBUILD (from rev 224345, 
kdevelop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-14 16:59:41 UTC (rev 224346)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=4.7.0
+pkgrel=3
+pkgdesc="A C/C++ development environment for KDE"
+arch=('i686' 'x86_64')
+url="http://www.kdevelop.org/";
+license=('GPL')
+depends=('kdebase-runtime' 'kdevplatform' 'kdebase-katepart')
+makedepends=('cmake' 'automoc4' 'kdesdk-okteta')
+optdepends=('kdesdk-okteta: hex editor integration'
+'kdebase-konsole: embedded terminal'
+"kdebase-workspace: 'Attach to process' functionality"
+'git: Git support'
+'subversion: SVN support'
+'cvs: Concurrent Versions System support'
+'gdb: GNU Debugger support'
+'qt5-doc: Qt documentation integration'
+'cmake: cmake integration')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('6c4becf482956334975886963ba0acf158f2aa15')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdevelop.install
===
--- extra-i686/kdevelop.install 2014-10-14 16:52:02 UTC (rev 224345)
+++ extra-i686/kdevelop.install 2014-10-14 16:59:41 UTC (rev 224346)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-mime-database usr/share/mime  &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdevelop/repos/extra-i686/kdevelop.install (from rev 224345, 
kdevelop/trunk/kdevelop.install)
===
--- extra-i686/kdevelop.install (rev 0)
+++ extra-i686/kdevelop.install 2014-10-14 16:59:41 UTC (rev 224346)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-mime-database usr/share/mime  &> /dev/null
+update-deskto

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

2014-10-14 Thread Andrea Scarpino
Date: Tuesday, October 14, 2014 @ 18:52:02
  Author: andrea
Revision: 224345

kdebase-workspace is optional (FS#41977)

Modified:
  kdevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 16:49:57 UTC (rev 224344)
+++ PKGBUILD2014-10-14 16:52:02 UTC (rev 224345)
@@ -4,15 +4,16 @@
 
 pkgname=kdevelop
 pkgver=4.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A C/C++ development environment for KDE"
 arch=('i686' 'x86_64')
 url="http://www.kdevelop.org/";
 license=('GPL')
-depends=('kdebase-workspace' 'kdevplatform' 'kdebase-katepart')
+depends=('kdebase-runtime' 'kdevplatform' 'kdebase-katepart')
 makedepends=('cmake' 'automoc4' 'kdesdk-okteta')
 optdepends=('kdesdk-okteta: hex editor integration'
 'kdebase-konsole: embedded terminal'
+"kdebase-workspace: 'Attach to process' functionality"
 'git: Git support'
 'subversion: SVN support'
 'cvs: Concurrent Versions System support'


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

2014-10-14 Thread Andrea Scarpino
Date: Tuesday, October 14, 2014 @ 18:49:57
  Author: andrea
Revision: 224344

Add missing optdepends (FS#41694)

Modified:
  qt5/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 16:48:21 UTC (rev 224343)
+++ PKGBUILD2014-10-14 16:49:57 UTC (rev 224344)
@@ -24,7 +24,7 @@
  'qt5-x11extras'
  'qt5-xmlpatterns')
 pkgver=5.3.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -440,6 +440,7 @@
 package_qt5-webkit() {
   pkgdesc='Classes for a WebKit2 based implementation and a new QML API'
   depends=('qt5-sensors' 'qt5-location' 'gst-plugins-base' 'libxslt' 
'libxcomposite')
+  optdepends=('gst-plugins-good: Webm codec support')
   license=('GPL3' 'LGPL' 'FDL')
 
   cd ${_pkgfqn}/qtwebkit


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

2014-10-14 Thread Andrea Scarpino
Date: Tuesday, October 14, 2014 @ 18:48:21
  Author: andrea
Revision: 224343

Add missing optional deps (FS#42068)

Modified:
  kdemultimedia-kmix/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 16:45:10 UTC (rev 224342)
+++ PKGBUILD2014-10-14 16:48:21 UTC (rev 224343)
@@ -11,6 +11,7 @@
 groups=('kde' 'kdemultimedia')
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
+optdepends=('libcanberra-pulse: PulseAudio support')
 install="${pkgname}.install"
 source=("http://download.kde.org/stable/${pkgver}/src/kmix-${pkgver}.tar.xz";
 'use-qdbus-qt4.patch')


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

2014-10-14 Thread Andrea Scarpino
Date: Tuesday, October 14, 2014 @ 18:45:10
  Author: andrea
Revision: 224342

gst-libav is needed to play MP3s (FS#41970)

Modified:
  amarok/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 16:43:36 UTC (rev 224341)
+++ PKGBUILD2014-10-14 16:45:10 UTC (rev 224342)
@@ -15,11 +15,12 @@
 makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
  'libmygpo-qt' 'mesa' 'clamz')
 optdepends=("libgpod: support for Apple iPod audio devices"
-   "libmtp: support for portable media devices"
-   "loudmouth: backend needed by mp3tunes for syncing"
+"libmtp: support for portable media devices"
+"loudmouth: backend needed by mp3tunes for syncing"
 "ifuse: support for Apple iPod Touch and iPhone"
 "libmygpo-qt: gpodder.net Internet Service"
-"clamz: allow to download songs from Amazon.com")
+"clamz: allow to download songs from Amazon.com"
+"gst-libav: MP3 codecs")
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
 sha1sums=('e76ccd53c05d57f9457d74cd08c2c41383c00937')


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

2014-10-14 Thread Andrea Scarpino
Date: Tuesday, October 14, 2014 @ 18:43:36
  Author: andrea
Revision: 224341

Add missing optdepends

Modified:
  kdegraphics-okular/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 16:31:34 UTC (rev 224340)
+++ PKGBUILD2014-10-14 16:43:36 UTC (rev 224341)
@@ -12,7 +12,8 @@
 depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
  'libkexiv2' 'poppler-qt4')
 makedepends=('cmake' 'automoc4' 'ebook-tools')
-optdepends=('ebook-tools: mobi and epub support')
+optdepends=('ebook-tools: mobi and epub support'
+'kdegraphics-mobipocket: mobi support')
 install=${pkgname}.install
 source=("http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz";)
 sha1sums=('2c72f2b3f21adef097776f3152330a6b6513')


[arch-commits] Commit in kte-collaborative/repos/community-x86_64 (PKGBUILD PKGBUILD)

2014-10-14 Thread Andrea Scarpino
Date: Tuesday, October 14, 2014 @ 18:38:17
  Author: andrea
Revision: 120659

archrelease: copy trunk to community-x86_64

Added:
  kte-collaborative/repos/community-x86_64/PKGBUILD
(from rev 120658, kte-collaborative/trunk/PKGBUILD)
Deleted:
  kte-collaborative/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-14 16:37:54 UTC (rev 120658)
+++ PKGBUILD2014-10-14 16:38:17 UTC (rev 120659)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kte-collaborative
-pkgver=0.2.0
-pkgrel=2
-pkgdesc="A plugin for KTextEditor which allows to edit text documents 
collaboratively"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/network/kte-collaborative'
-license=('GPL')
-depends=('libqinfinity' 'telepathy-kde-common-internals')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-v${pkgver}.tar.xz";)
-md5sums=('e96718ed62b3bb315364fd03a4f2b463')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-v${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kte-collaborative/repos/community-x86_64/PKGBUILD (from rev 120658, 
kte-collaborative/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-14 16:38:17 UTC (rev 120659)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kte-collaborative
+pkgver=0.2.0.git4a0c637
+pkgrel=1
+pkgdesc="A plugin for KTextEditor which allows to edit text documents 
collaboratively"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/network/kte-collaborative'
+license=('GPL')
+depends=('libqinfinity' 'telepathy-kde-common-internals')
+makedepends=('cmake' 'automoc4')
+#source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-v${pkgver}.tar.xz";)
+source=("http://quickgit.kde.org/?p=kte-collaborative.git&a=snapshot&h=4a0c6371d03f0291e708fbdb0b46d405839ec3ef&fmt=tgz";)
+md5sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in kte-collaborative/repos/community-i686 (PKGBUILD PKGBUILD)

2014-10-14 Thread Andrea Scarpino
Date: Tuesday, October 14, 2014 @ 18:38:23
  Author: andrea
Revision: 120660

archrelease: copy trunk to community-i686

Added:
  kte-collaborative/repos/community-i686/PKGBUILD
(from rev 120659, kte-collaborative/trunk/PKGBUILD)
Deleted:
  kte-collaborative/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-14 16:38:17 UTC (rev 120659)
+++ PKGBUILD2014-10-14 16:38:23 UTC (rev 120660)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kte-collaborative
-pkgver=0.2.0
-pkgrel=2
-pkgdesc="A plugin for KTextEditor which allows to edit text documents 
collaboratively"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/network/kte-collaborative'
-license=('GPL')
-depends=('libqinfinity' 'telepathy-kde-common-internals')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-v${pkgver}.tar.xz";)
-md5sums=('e96718ed62b3bb315364fd03a4f2b463')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-v${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kte-collaborative/repos/community-i686/PKGBUILD (from rev 120659, 
kte-collaborative/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-14 16:38:23 UTC (rev 120660)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kte-collaborative
+pkgver=0.2.0.git4a0c637
+pkgrel=1
+pkgdesc="A plugin for KTextEditor which allows to edit text documents 
collaboratively"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/network/kte-collaborative'
+license=('GPL')
+depends=('libqinfinity' 'telepathy-kde-common-internals')
+makedepends=('cmake' 'automoc4')
+#source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-v${pkgver}.tar.xz";)
+source=("http://quickgit.kde.org/?p=kte-collaborative.git&a=snapshot&h=4a0c6371d03f0291e708fbdb0b46d405839ec3ef&fmt=tgz";)
+md5sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in kte-collaborative/repos (extra-i686 extra-x86_64)

2014-10-14 Thread Andrea Scarpino
Date: Tuesday, October 14, 2014 @ 18:37:54
  Author: andrea
Revision: 120658

Cleanup

Deleted:
  kte-collaborative/repos/extra-i686/
  kte-collaborative/repos/extra-x86_64/


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

2014-10-14 Thread Andrea Scarpino
Date: Tuesday, October 14, 2014 @ 18:37:00
  Author: andrea
Revision: 120656

upgpkg: kte-collaborative 0.2.0.git4a0c637-1

Switch to git since it supports libinfinity 0.6

Modified:
  kte-collaborative/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 16:31:20 UTC (rev 120655)
+++ PKGBUILD2014-10-14 16:37:00 UTC (rev 120656)
@@ -3,8 +3,8 @@
 # Contributor: Antonio Rojas 
 
 pkgname=kte-collaborative
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.2.0.git4a0c637
+pkgrel=1
 pkgdesc="A plugin for KTextEditor which allows to edit text documents 
collaboratively"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/playground/network/kte-collaborative'
@@ -11,8 +11,9 @@
 license=('GPL')
 depends=('libqinfinity' 'telepathy-kde-common-internals')
 makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-v${pkgver}.tar.xz";)
-md5sums=('e96718ed62b3bb315364fd03a4f2b463')
+#source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-v${pkgver}.tar.xz";)
+source=("http://quickgit.kde.org/?p=kte-collaborative.git&a=snapshot&h=4a0c6371d03f0291e708fbdb0b46d405839ec3ef&fmt=tgz";)
+md5sums=('SKIP')
 
 prepare() {
   mkdir build
@@ -20,7 +21,7 @@
 
 build() {
   cd build
-  cmake ../${pkgname}-v${pkgver} \
+  cmake ../${pkgname} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
   make


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

2014-10-14 Thread Andrea Scarpino
Date: Tuesday, October 14, 2014 @ 18:37:07
  Author: andrea
Revision: 120657

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

Added:
  kte-collaborative/repos/extra-i686/
  kte-collaborative/repos/extra-i686/PKGBUILD
(from rev 120656, kte-collaborative/trunk/PKGBUILD)
  kte-collaborative/repos/extra-x86_64/
  kte-collaborative/repos/extra-x86_64/PKGBUILD
(from rev 120656, kte-collaborative/trunk/PKGBUILD)

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

Copied: kte-collaborative/repos/extra-i686/PKGBUILD (from rev 120656, 
kte-collaborative/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-14 16:37:07 UTC (rev 120657)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kte-collaborative
+pkgver=0.2.0.git4a0c637
+pkgrel=1
+pkgdesc="A plugin for KTextEditor which allows to edit text documents 
collaboratively"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/network/kte-collaborative'
+license=('GPL')
+depends=('libqinfinity' 'telepathy-kde-common-internals')
+makedepends=('cmake' 'automoc4')
+#source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-v${pkgver}.tar.xz";)
+source=("http://quickgit.kde.org/?p=kte-collaborative.git&a=snapshot&h=4a0c6371d03f0291e708fbdb0b46d405839ec3ef&fmt=tgz";)
+md5sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kte-collaborative/repos/extra-x86_64/PKGBUILD (from rev 120656, 
kte-collaborative/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-14 16:37:07 UTC (rev 120657)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kte-collaborative
+pkgver=0.2.0.git4a0c637
+pkgrel=1
+pkgdesc="A plugin for KTextEditor which allows to edit text documents 
collaboratively"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/network/kte-collaborative'
+license=('GPL')
+depends=('libqinfinity' 'telepathy-kde-common-internals')
+makedepends=('cmake' 'automoc4')
+#source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-v${pkgver}.tar.xz";)
+source=("http://quickgit.kde.org/?p=kte-collaborative.git&a=snapshot&h=4a0c6371d03f0291e708fbdb0b46d405839ec3ef&fmt=tgz";)
+md5sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2014-10-14 Thread Andrea Scarpino
Date: Tuesday, October 14, 2014 @ 18:31:27
  Author: andrea
Revision: 224339

upgpkg: kdenetwork-krdc 4.14.1-2

freerdp rebuild

Modified:
  kdenetwork-krdc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 16:12:27 UTC (rev 224338)
+++ PKGBUILD2014-10-14 16:31:27 UTC (rev 224339)
@@ -3,7 +3,7 @@
 
 pkgname=kdenetwork-krdc
 pkgver=4.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Remote Desktop Client'
 url='http://kde.org/applications/internet/krdc/'
 arch=('i686' 'x86_64')


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

2014-10-14 Thread Andrea Scarpino
Date: Tuesday, October 14, 2014 @ 18:31:34
  Author: andrea
Revision: 224340

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

Added:
  kdenetwork-krdc/repos/staging-i686/
  kdenetwork-krdc/repos/staging-i686/PKGBUILD
(from rev 224339, kdenetwork-krdc/trunk/PKGBUILD)
  kdenetwork-krdc/repos/staging-x86_64/
  kdenetwork-krdc/repos/staging-x86_64/PKGBUILD
(from rev 224339, kdenetwork-krdc/trunk/PKGBUILD)

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

Copied: kdenetwork-krdc/repos/staging-i686/PKGBUILD (from rev 224339, 
kdenetwork-krdc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-10-14 16:31:34 UTC (rev 224340)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-krdc
+pkgver=4.14.1
+pkgrel=2
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'telepathy-qt')
+makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
+optdepends=('libvncserver: VNC support'
+'freerdp: RDP support'
+'kdebase-keditbookmarks: to edit bookmarks')
+source=("http://download.kde.org/stable/${pkgver}/src/krdc-${pkgver}.tar.xz";)
+sha1sums=('207db1d692159a8a5829d21578033006d8f3afe4')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../krdc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-krdc/repos/staging-x86_64/PKGBUILD (from rev 224339, 
kdenetwork-krdc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-10-14 16:31:34 UTC (rev 224340)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-krdc
+pkgver=4.14.1
+pkgrel=2
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'telepathy-qt')
+makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
+optdepends=('libvncserver: VNC support'
+'freerdp: RDP support'
+'kdebase-keditbookmarks: to edit bookmarks')
+source=("http://download.kde.org/stable/${pkgver}/src/krdc-${pkgver}.tar.xz";)
+sha1sums=('207db1d692159a8a5829d21578033006d8f3afe4')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../krdc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2014-10-14 Thread Daniel Micay
Date: Tuesday, October 14, 2014 @ 18:31:20
  Author: thestinger
Revision: 120655

archrelease: copy trunk to community-any

Added:
  grsec-common/repos/community-any/05-grsecurity.conf
(from rev 120654, grsec-common/trunk/05-grsecurity.conf)
  grsec-common/repos/community-any/PKGBUILD
(from rev 120654, grsec-common/trunk/PKGBUILD)
  grsec-common/repos/community-any/grsec-common.install
(from rev 120654, grsec-common/trunk/grsec-common.install)
Deleted:
  grsec-common/repos/community-any/05-grsecurity.conf
  grsec-common/repos/community-any/PKGBUILD
  grsec-common/repos/community-any/grsec-common.install

--+
 05-grsecurity.conf   |  260 -
 PKGBUILD |   34 +++---
 grsec-common.install |   36 +++---
 3 files changed, 164 insertions(+), 166 deletions(-)

Deleted: 05-grsecurity.conf
===
--- 05-grsecurity.conf  2014-10-14 16:30:57 UTC (rev 120654)
+++ 05-grsecurity.conf  2014-10-14 16:31:20 UTC (rev 120655)
@@ -1,130 +0,0 @@
-# All features in the kernel.grsecurity namespace are disabled by default.
-
-#
-# Disable PaX enforcement by default.
-#
-# The `paxd` package sets softmode back to 0 in a configuration file loaded
-# after this one. It automatically handles setting exceptions from the PaX
-# exploit mitigations after Pacman operations. Altering the setting manually
-# rather than using `paxd` is not recommended.
-#
-
-kernel.pax.softmode = 1
-
-#
-# Memory protections
-#
-
-#kernel.grsecurity.disable_priv_io = 1
-kernel.grsecurity.deter_bruteforce = 1
-
-#
-# Race free SymLinksIfOwnerMatch for web servers
-#
-# symlinkown_gid: http group
-#
-
-kernel.grsecurity.enforce_symlinksifowner = 1
-kernel.grsecurity.symlinkown_gid = 33
-
-#
-# FIFO restrictions
-#
-# Prevent writing to a FIFO in a world-writable sticky directory (e.g. /tmp),
-# unless the owner of the FIFO is the same owner of the directory it's held in.
-#
-
-kernel.grsecurity.fifo_restrictions = 1
-
-#
-# Deny any further rw mounts
-#
-
-#kernel.grsecurity.romount_protect = 1
-
-#
-# chroot restrictions (the commented options will break containers)
-#
-
-#kernel.grsecurity.chroot_caps = 1
-#kernel.grsecurity.chroot_deny_chmod = 1
-#kernel.grsecurity.chroot_deny_chroot = 1
-kernel.grsecurity.chroot_deny_fchdir = 1
-#kernel.grsecurity.chroot_deny_mknod = 1
-#kernel.grsecurity.chroot_deny_mount = 1
-#kernel.grsecurity.chroot_deny_pivot = 1
-kernel.grsecurity.chroot_deny_shmat = 1
-kernel.grsecurity.chroot_deny_sysctl = 1
-kernel.grsecurity.chroot_deny_unix = 1
-kernel.grsecurity.chroot_enforce_chdir = 1
-kernel.grsecurity.chroot_findtask = 1
-#kernel.grsecurity.chroot_restrict_nice = 1
-
-#
-# Kernel auditing
-#
-# audit_group: Restrict exec/chdir logging to a group.
-# audit_gid: audit group
-#
-
-#kernel.grsecurity.audit_group = 1
-kernel.grsecurity.audit_gid = 201
-#kernel.grsecurity.exec_logging = 1
-#kernel.grsecurity.resource_logging = 1
-#kernel.grsecurity.chroot_execlog = 1
-#kernel.grsecurity.audit_ptrace = 1
-#kernel.grsecurity.audit_chdir = 1
-#kernel.grsecurity.audit_mount = 1
-#kernel.grsecurity.signal_logging = 1
-#kernel.grsecurity.forkfail_logging = 1
-#kernel.grsecurity.timechange_logging = 1
-kernel.grsecurity.rwxmap_logging = 1
-
-#
-# Executable protections
-#
-
-kernel.grsecurity.harden_ptrace = 1
-kernel.grsecurity.ptrace_readexec = 1
-kernel.grsecurity.consistent_setxid = 1
-kernel.grsecurity.harden_ipc = 1
-
-#
-# Trusted Path Execution
-#
-# tpe_gid: tpe group
-#
-
-#kernel.grsecurity.tpe = 1
-kernel.grsecurity.tpe_gid = 200
-#kernel.grsecurity.tpe_invert = 1
-#kernel.grsecurity.tpe_restrict_all = 1
-
-#
-# Network protections
-#
-# socket_all_gid:socket-deny-all group
-# socket_client_gid: socket-deny-client group
-# socket_server_gid: socket-deny-server group
-#
-
-#kernel.grsecurity.ip_blackhole = 1
-kernel.grsecurity.lastack_retries = 4
-kernel.grsecurity.socket_all = 1
-kernel.grsecurity.socket_all_gid = 202
-kernel.grsecurity.socket_client = 1
-kernel.grsecurity.socket_client_gid = 203
-kernel.grsecurity.socket_server = 1
-kernel.grsecurity.socket_server_gid = 204
-
-#
-# Prevent any new USB devices from being recognized by the OS.
-#
-
-#kernel.grsecurity.deny_new_usb = 1
-
-#
-# Restrict grsec sysctl changes after this was set
-#
-
-#kernel.grsecurity.grsec_lock = 1

Copied: grsec-common/repos/community-any/05-grsecurity.conf (from rev 120654, 
grsec-common/trunk/05-grsecurity.conf)
===
--- 05-grsecurity.conf  (rev 0)
+++ 05-grsecurity.conf  2014-10-14 16:31:20 UTC (rev 120655)
@@ -0,0 +1,130 @@
+# All features in the kernel.grsecurity namespace are disabled by default.
+
+#
+# Disable PaX enforcement by default.
+#
+# The `paxd` package sets softmode back to 0 in a configuration file loaded
+# after this one. It automatically handles setting exceptions from the PaX
+

[arch-commits] Commit in grsec-common/trunk (05-grsecurity.conf PKGBUILD)

2014-10-14 Thread Daniel Micay
Date: Tuesday, October 14, 2014 @ 18:30:57
  Author: thestinger
Revision: 120654

upgpkg: grsec-common 2-1

enable tpe_restrict_all by default since it will only break niche setups

Modified:
  grsec-common/trunk/05-grsecurity.conf
  grsec-common/trunk/PKGBUILD

+
 05-grsecurity.conf |2 +-
 PKGBUILD   |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: 05-grsecurity.conf
===
--- 05-grsecurity.conf  2014-10-14 16:27:26 UTC (rev 120653)
+++ 05-grsecurity.conf  2014-10-14 16:30:57 UTC (rev 120654)
@@ -98,7 +98,7 @@
 #kernel.grsecurity.tpe = 1
 kernel.grsecurity.tpe_gid = 200
 #kernel.grsecurity.tpe_invert = 1
-#kernel.grsecurity.tpe_restrict_all = 1
+kernel.grsecurity.tpe_restrict_all = 1
 
 #
 # Network protections

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 16:27:26 UTC (rev 120653)
+++ PKGBUILD2014-10-14 16:30:57 UTC (rev 120654)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay 
 pkgname=grsec-common
-pkgver=1
+pkgver=2
 pkgrel=1
 pkgdesc='Base package for grsecurity kernels'
 arch=(any)
@@ -9,7 +9,7 @@
 license=('GPL2')
 install=$pkgname.install
 source=(05-grsecurity.conf)
-sha1sums=('dc6b38e1c89376b81246588956e3b93f59620822')
+sha1sums=('ff93228668f2200b0785d8e2f09e9122911f0ef3')
 backup=(etc/sysctl.d/05-grsecurity.conf)
 
 package() {


[arch-commits] Commit in linux-grsec/repos (28 files)

2014-10-14 Thread Daniel Micay
Date: Tuesday, October 14, 2014 @ 18:27:26
  Author: thestinger
Revision: 120653

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 120652, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 120652, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/compal-laptop-hwmon-fix.patch
(from rev 120652, linux-grsec/trunk/compal-laptop-hwmon-fix.patch)
  linux-grsec/repos/community-i686/config
(from rev 120652, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 120652, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 120652, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 120652, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 120652, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 120652, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/compal-laptop-hwmon-fix.patch
(from rev 120652, linux-grsec/trunk/compal-laptop-hwmon-fix.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 120652, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 120652, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 120652, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 120652, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/compal-laptop-hwmon-fix.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/compal-laptop-hwmon-fix.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  642 
 /change-default-console-loglevel.patch |   22 
 /compal-laptop-hwmon-fix.patch |   28 
 /config|14432 +++
 /config.x86_64 |13872 ++
 /linux-grsec.install   |  116 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  321 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/compal-laptop-hwmon-fix.patch   |   14 
 community-i686/config  | 7216 ---
 community-i686/config.x86_64   | 6936 ---
 community-i686/linux-grsec.install |   58 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  321 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/compal-laptop-hwmon-fix.patch |   14 
 community-x86_64/config| 7216 ---
 community-x86_64/config.x86_64 | 6936 ---
 community-x86_64/linux-grsec.install   |   58 
 community-x86_64/linux.preset  |   14 
 21 files changed, 29140 insertions(+), 29140 deletions(-)

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


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

2014-10-14 Thread Daniel Micay
Date: Tuesday, October 14, 2014 @ 18:24:11
  Author: thestinger
Revision: 120652

upgpkg: linux-grsec 3.16.5.201410132000-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 16:20:00 UTC (rev 120651)
+++ PKGBUILD2014-10-14 16:24:11 UTC (rev 120652)
@@ -9,7 +9,7 @@
 _srcname=linux-3.16
 _pkgver=3.16.5
 _grsecver=3.0
-_timestamp=201410092056
+_timestamp=201410132000
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -31,7 +31,7 @@
 )
 sha256sums=('4813ad7927a7d92e5339a873ab16201b242b2748934f12cb5df9ba2cfe1d77a0'
 'd15fe90f3eec9537b98486680ee967b32923b1113a92ebb16c3cd08bd46e7c53'
-'347ccf4e7ffc0ffc439bfa7540062deefe6ba417c19dba68c1e1df7ca83621d2'
+'579bfdfba7bcc61d0d2618afc143d11f1303e71034d9fa80a0a02c21b98f0251'
 'SKIP'
 '410c32c0bdeef9a1de8d67eb40c0036bffbd9d2ec231fa1e32ee22eab6dbc5cd'
 'f58965eea16c4be8385dfac3bea0a816083760c3318eac6369c12a0b0c48325e'


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

2014-10-14 Thread Felix Yan
Date: Tuesday, October 14, 2014 @ 18:20:00
  Author: fyan
Revision: 120651

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   65 ---
 bcloud.install |   24 ++--
 2 files changed, 46 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-14 16:19:38 UTC (rev 120650)
+++ PKGBUILD2014-10-14 16:20:00 UTC (rev 120651)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Firef0x 
-# Contributor: MJsaka 
-# Contributor: Firef0x 
-# Copyright
-# This PKGBUILD released with the GPLv3 license
-
-pkgname=bcloud
-pkgver=3.5.4
-pkgrel=1
-pkgdesc='Baidu Pan client for Linux Desktop users'
-arch=('any')
-license=('GPL3')
-url="https://github.com/LiuLang/bcloud";
-depends=('python' 'libnotify' 'python-keyring' 'python-dbus' 'python-gobject'
- 'gnome-icon-theme-symbolic' 'python-lxml' 'python-cssselect')
-optdepends=('python-crypto: crypto support for password encryption')
-install=bcloud.install
-source=("https://pypi.python.org/packages/source/b/bcloud/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('201631154553891de70afe9dfcdbebed')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python setup.py install -O1 --skip-build --root="$pkgdir"
-}

Copied: bcloud/repos/community-any/PKGBUILD (from rev 120650, 
bcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-14 16:20:00 UTC (rev 120651)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Firef0x 
+# Contributor: MJsaka 
+# Contributor: Firef0x 
+# Copyright
+# This PKGBUILD released with the GPLv3 license
+
+pkgname=bcloud
+pkgver=3.5.4
+pkgrel=2
+pkgdesc='Baidu Pan client for Linux Desktop users'
+arch=('any')
+license=('GPL3')
+url="https://github.com/LiuLang/bcloud";
+depends=('python-crypto' 'libnotify' 'python-keyring' 'python-dbus' 
'python-gobject'
+ 'gnome-icon-theme-symbolic' 'python-lxml' 'python-cssselect')
+optdepends=('gnome-keyring: To store password in GNOME Keyring'
+'libgnome-keyring: To store password in GNOME Keyring'
+'kdebindings-python: To store password in KWallet'
+'kwallet: To store password in KWallet')
+install=bcloud.install
+source=("https://pypi.python.org/packages/source/b/bcloud/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('201631154553891de70afe9dfcdbebed')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python setup.py install -O1 --skip-build --root="$pkgdir"
+}

Deleted: bcloud.install
===
--- bcloud.install  2014-10-14 16:19:38 UTC (rev 120650)
+++ bcloud.install  2014-10-14 16:20:00 UTC (rev 120651)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: bcloud/repos/community-any/bcloud.install (from rev 120650, 
bcloud/trunk/bcloud.install)
===
--- bcloud.install  (rev 0)
+++ bcloud.install  2014-10-14 16:20:00 UTC (rev 120651)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2014-10-14 Thread Felix Yan
Date: Tuesday, October 14, 2014 @ 18:19:38
  Author: fyan
Revision: 120650

upgpkg: bcloud 3.5.4-2

fix dependencies

Modified:
  bcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 15:50:29 UTC (rev 120649)
+++ PKGBUILD2014-10-14 16:19:38 UTC (rev 120650)
@@ -8,14 +8,17 @@
 
 pkgname=bcloud
 pkgver=3.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Baidu Pan client for Linux Desktop users'
 arch=('any')
 license=('GPL3')
 url="https://github.com/LiuLang/bcloud";
-depends=('python' 'libnotify' 'python-keyring' 'python-dbus' 'python-gobject'
+depends=('python-crypto' 'libnotify' 'python-keyring' 'python-dbus' 
'python-gobject'
  'gnome-icon-theme-symbolic' 'python-lxml' 'python-cssselect')
-optdepends=('python-crypto: crypto support for password encryption')
+optdepends=('gnome-keyring: To store password in GNOME Keyring'
+'libgnome-keyring: To store password in GNOME Keyring'
+'kdebindings-python: To store password in KWallet'
+'kwallet: To store password in KWallet')
 install=bcloud.install
 
source=("https://pypi.python.org/packages/source/b/bcloud/${pkgname}-${pkgver}.tar.gz";)
 md5sums=('201631154553891de70afe9dfcdbebed')


[arch-commits] Commit in firefox/repos (18 files)

2014-10-14 Thread Evangelos Foutras
Date: Tuesday, October 14, 2014 @ 18:12:27
  Author: foutrelis
Revision: 224338

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

Added:
  firefox/repos/testing-i686/
  firefox/repos/testing-i686/PKGBUILD
(from rev 224337, firefox/trunk/PKGBUILD)
  firefox/repos/testing-i686/firefox-fixed-loading-icon.png
(from rev 224337, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/testing-i686/firefox-install-dir.patch
(from rev 224337, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/testing-i686/firefox.desktop
(from rev 224337, firefox/trunk/firefox.desktop)
  firefox/repos/testing-i686/firefox.install
(from rev 224337, firefox/trunk/firefox.install)
  firefox/repos/testing-i686/mozconfig
(from rev 224337, firefox/trunk/mozconfig)
  firefox/repos/testing-i686/rhbz-966424.patch
(from rev 224337, firefox/trunk/rhbz-966424.patch)
  firefox/repos/testing-i686/vendor.js
(from rev 224337, firefox/trunk/vendor.js)
  firefox/repos/testing-x86_64/
  firefox/repos/testing-x86_64/PKGBUILD
(from rev 224337, firefox/trunk/PKGBUILD)
  firefox/repos/testing-x86_64/firefox-fixed-loading-icon.png
(from rev 224337, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/testing-x86_64/firefox-install-dir.patch
(from rev 224337, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/testing-x86_64/firefox.desktop
(from rev 224337, firefox/trunk/firefox.desktop)
  firefox/repos/testing-x86_64/firefox.install
(from rev 224337, firefox/trunk/firefox.install)
  firefox/repos/testing-x86_64/mozconfig
(from rev 224337, firefox/trunk/mozconfig)
  firefox/repos/testing-x86_64/rhbz-966424.patch
(from rev 224337, firefox/trunk/rhbz-966424.patch)
  firefox/repos/testing-x86_64/vendor.js
(from rev 224337, firefox/trunk/vendor.js)

--+
 testing-i686/PKGBUILD|  115 +++
 testing-i686/firefox-install-dir.patch   |   12 ++
 testing-i686/firefox.desktop |  121 +
 testing-i686/firefox.install |   13 +++
 testing-i686/mozconfig   |   37 
 testing-i686/rhbz-966424.patch   |   14 +++
 testing-i686/vendor.js   |9 ++
 testing-x86_64/PKGBUILD  |  115 +++
 testing-x86_64/firefox-install-dir.patch |   12 ++
 testing-x86_64/firefox.desktop   |  121 +
 testing-x86_64/firefox.install   |   13 +++
 testing-x86_64/mozconfig |   37 
 testing-x86_64/rhbz-966424.patch |   14 +++
 testing-x86_64/vendor.js |9 ++
 14 files changed, 642 insertions(+)

Copied: firefox/repos/testing-i686/PKGBUILD (from rev 224337, 
firefox/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-14 16:12:27 UTC (rev 224338)
@@ -0,0 +1,115 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Jakub Schmidtke 
+
+pkgname=firefox
+pkgver=33.0
+pkgrel=1
+pkgdesc="Standalone web browser from mozilla.org"
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+url="https://www.mozilla.org/firefox/";
+depends=('gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
+ 'dbus-glib' 'alsa-lib' 'desktop-file-utils' 'hicolor-icon-theme'
+ 'libvpx' 'icu' 'libevent' 'nss' 'hunspell' 'sqlite')
+makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake'
+ 'xorg-server-xvfb' 'libpulse' 'gst-plugins-base-libs'
+ 'inetutils')
+optdepends=('networkmanager: Location detection via available WiFi networks'
+'gst-plugins-good: h.264 video'
+'gst-libav: h.264 video')
+install=firefox.install
+options=('!emptydirs' '!makeflags')
+source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2{,.asc}
+mozconfig firefox.desktop firefox-install-dir.patch vendor.js 
rhbz-966424.patch
+firefox-fixed-loading-icon.png)
+sha256sums=('1018c2fae8c54c8a45f5a3ce348a2617a3f8039a789b09b7cfa5a27be069b229'
+'SKIP'
+'c52b0272c11717603168b7eb28efcbbdcb47a72135874aafd051642fcee37a60'
+'d2a7610393ba259c35e3227b92e02ec91095a95189f56ac93ccdf6732772719c'
+'d86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
+'4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'
+'4f0046b39a8d98f6e4fc3360ec490cb2416e38c7b3e92699f7e511c206c2c961'
+'68e3a5b47c6d175cc95b98b069a15205f027cab83af9e075818d38610feb6213')
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# mo

[arch-commits] Commit in firefox/trunk (PKGBUILD mozconfig rhbz-966424.patch)

2014-10-14 Thread Evangelos Foutras
Date: Tuesday, October 14, 2014 @ 18:11:45
  Author: foutrelis
Revision: 224337

upgpkg: firefox 33.0-1

- New upstream release.
- Build with system cairo again (FS#36972).

Modified:
  firefox/trunk/PKGBUILD
  firefox/trunk/mozconfig
  firefox/trunk/rhbz-966424.patch

---+
 PKGBUILD  |   12 ++--
 mozconfig |2 +-
 rhbz-966424.patch |   17 -
 3 files changed, 11 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 15:56:54 UTC (rev 224336)
+++ PKGBUILD2014-10-14 16:11:45 UTC (rev 224337)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=32.0.3
+pkgver=33.0
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=('i686' 'x86_64')
@@ -23,13 +23,13 @@
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2{,.asc}
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js 
rhbz-966424.patch
 firefox-fixed-loading-icon.png)
-sha256sums=('ae2aa20538d03b392a04663593fb106c0aec2d8bbb78ddac84a88ce7617b1efe'
+sha256sums=('1018c2fae8c54c8a45f5a3ce348a2617a3f8039a789b09b7cfa5a27be069b229'
 'SKIP'
-'2e04ee3aefb33bb0f9367e6e88c8ded2cb3e8926fce75a71acfb34b0619dc650'
+'c52b0272c11717603168b7eb28efcbbdcb47a72135874aafd051642fcee37a60'
 'd2a7610393ba259c35e3227b92e02ec91095a95189f56ac93ccdf6732772719c'
 'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
 '4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'
-'746cb474c5a2c26fc474256e430e035e604b71b27df1003d4af85018fa263f4a'
+'4f0046b39a8d98f6e4fc3360ec490cb2416e38c7b3e92699f7e511c206c2c961'
 '68e3a5b47c6d175cc95b98b069a15205f027cab83af9e075818d38610feb6213')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -45,7 +45,7 @@
   patch -Np1 -i ../firefox-install-dir.patch
 
   # https://bugs.archlinux.org/task/41689
-  patch -Np1 -i ../rhbz-966424.patch
+  patch -Np2 -i ../rhbz-966424.patch
 
   echo -n "$_google_api_key" >google-api-key
   echo "ac_add_options --with-google-api-keyfile=\"$PWD/google-api-key\"" 
>>.mozconfig
@@ -64,7 +64,7 @@
 
   # Fix tab loading icon (flickers with libpng 1.6)
   # https://bugzilla.mozilla.org/show_bug.cgi?id=841734
-  # TODO: Remove this; Firefox 34 might use CSS animations for the loading icon
+  # TODO: Remove this; Firefox 36 might use CSS animations for the loading icon
   # https://bugzilla.mozilla.org/show_bug.cgi?id=759252
   cp "$srcdir/firefox-fixed-loading-icon.png" \
 browser/themes/linux/tabbrowser/loading.png

Modified: mozconfig
===
--- mozconfig   2014-10-14 15:56:54 UTC (rev 224336)
+++ mozconfig   2014-10-14 16:11:45 UTC (rev 224337)
@@ -18,7 +18,7 @@
 ac_add_options --enable-system-hunspell
 ac_add_options --enable-system-sqlite
 ac_add_options --enable-system-ffi
-#ac_add_options --enable-system-cairo
+ac_add_options --enable-system-cairo
 ac_add_options --enable-system-pixman
 
 # Features

Modified: rhbz-966424.patch
===
--- rhbz-966424.patch   2014-10-14 15:56:54 UTC (rev 224336)
+++ rhbz-966424.patch   2014-10-14 16:11:45 UTC (rev 224337)
@@ -1,11 +1,7 @@
 a/toolkit/modules/CertUtils.jsm
-+++ b/toolkit/modules/CertUtils.jsm
-@@ -170,17 +170,19 @@ this.checkCert =
-   issuerCert = issuerCert.QueryInterface(Ci.nsIX509Cert3);
-   var tokenNames = issuerCert.getAllTokenNames({});
- 
-   if (!tokenNames || !tokenNames.some(isBuiltinToken))
- throw new Ce(certNotBuiltInErr, Cr.NS_ERROR_ABORT);
+diff -up firefox-33.0/mozilla-release/toolkit/modules/CertUtils.jsm.966424 
firefox-33.0/mozilla-release/toolkit/modules/CertUtils.jsm
+--- firefox-33.0/mozilla-release/toolkit/modules/CertUtils.jsm.966424  
2014-10-14 08:12:14.358697255 +0200
 firefox-33.0/mozilla-release/toolkit/modules/CertUtils.jsm 2014-10-14 
08:17:59.962181908 +0200
+@@ -174,7 +174,9 @@ this.checkCert =
  }
  
  function isBuiltinToken(tokenName) {
@@ -16,8 +12,3 @@
  }
  
  /**
-  * This class implements nsIBadCertListener.  Its job is to prevent "bad cert"
-  * security dialogs from being shown to the user.  It is better to simply fail
-  * if the certificate is bad. See bug 304286.
-  *
-  * @param  aAllowNonBuiltInCerts (optional)


[arch-commits] Commit in firefox-i18n/repos (testing-any testing-any/PKGBUILD)

2014-10-14 Thread Evangelos Foutras
Date: Tuesday, October 14, 2014 @ 17:56:54
  Author: foutrelis
Revision: 224336

archrelease: copy trunk to testing-any

Added:
  firefox-i18n/repos/testing-any/
  firefox-i18n/repos/testing-any/PKGBUILD
(from rev 224335, firefox-i18n/trunk/PKGBUILD)

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

Copied: firefox-i18n/repos/testing-any/PKGBUILD (from rev 224335, 
firefox-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-10-14 15:56:54 UTC (rev 224336)
@@ -0,0 +1,230 @@
+# $Id$
+# Maintainer: Thomas Baechler 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Michal Hybner 
+# Contributor: Andrea Scarpino 
+
+pkgbase=firefox-i18n
+pkgver=33.0
+pkgrel=1
+pkgdesc="Language pack for Firefox"
+arch=('any')
+url="http://www.mozilla.com/";
+license=('MPL' 'GPL')
+depends=("firefox>=$pkgver")
+makedepends=('zip' 'unzip')
+
+_languages=(
+  'ach"Acholi"'
+  'af "Afrikaans"'
+  'an "Aragonese"'
+  'ar "Arabic"'
+  'as "Assamese"'
+  'ast"Asturian"'
+  'az "Azerbaijani"'
+  'be "Belarusian"'
+  'bg "Bulgarian"'
+  'bn-BD  "Bengali (Bangladesh)"'
+  'bn-IN  "Bengali (India)"'
+  'br "Breton"'
+  'bs "Bosnian"'
+  'ca "Catalan"'
+  'cs "Czech"'
+  'csb"Kashubian"'
+  'cy "Welsh"'
+  'da "Danish"'
+  'de "German"'
+  'dsb"Lower Sorbian"'
+  'el "Greek"'
+  'en-GB  "English (British)"'
+  'en-US  "English (US)"'
+  'en-ZA  "English (South African)"'
+  'eo "Esperanto"'
+  'es-AR  "Spanish (Argentina)"'
+  'es-CL  "Spanish (Chile)"'
+  'es-ES  "Spanish (Spain)"'
+  'es-MX  "Spanish (Mexico)"'
+  'et "Estonian"'
+  'eu "Basque"'
+  'fa "Persian"'
+  'ff "Fulah"'
+  'fi "Finnish"'
+  'fr "French"'
+  'fy-NL  "Frisian"'
+  'ga-IE  "Irish"'
+  'gd "Gaelic (Scotland)"'
+  'gl "Galician"'
+  'gu-IN  "Gujarati (India)"'
+  'he "Hebrew"'
+  'hi-IN  "Hindi (India)"'
+  'hr "Croatian"'
+  'hsb"Upper Sorbian"'
+  'hu "Hungarian"'
+  'hy-AM  "Armenian"'
+  'id "Indonesian"'
+  'is "Icelandic"'
+  'it "Italian"'
+  'ja "Japanese"'
+  'kk "Kazakh"'
+  'km "Khmer"'
+  'kn "Kannada"'
+  'ko "Korean"'
+  'lij"Ligurian"'
+  'lt "Lithuanian"'
+  'lv "Latvian"'
+  'mai"Maithili"'
+  'mk "Macedonian"'
+  'ml "Malayalam"'
+  'mr "Marathi"'
+  'ms "Malay"'
+  'nb-NO  "Norwegian (Bokmål)"'
+  'nl "Dutch"'
+  'nn-NO  "Norwegian (Nynorsk)"'
+  'or "Oriya"'
+  'pa-IN  "Punjabi (India)"'
+  'pl "Polish"'
+  'pt-BR  "Portuguese (Brazilian)"'
+  'pt-PT  "Portuguese (Portugal)"'
+  'rm "Romansh"'
+  'ro "Romanian"'
+  'ru "Russian"'
+  'si "Sinhala"'
+  'sk "Slovak"'
+  'sl "Slovenian"'
+  'sq "Albanian"'
+  'sr "Serbian"'
+  'sv-SE  "Swedish"'
+  'ta "Tamil"'
+  'te "Telugu"'
+  'th "Thai"'
+  'tr "Turkish"'
+  'uk "Ukrainian"'
+  'vi "Vietnamese"'
+  'xh "Xhosa"'
+  'zh-CN  "Chinese (Simplified)"'
+  'zh-TW  "Chinese (Traditional)"'
+)
+
+pkgname=()
+source=()
+_url=http://download.cdn.mozilla.net/pub/firefox/releases/$pkgver/linux-i686/xpi
+
+for _lang in "${_languages[@]}"; do
+  _locale=${_lang%% *}
+  _pkgname=firefox-i18n-${_locale,,}
+
+  pkgname+=($_pkgname)
+  source+=("firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
+  eval "package_$_pkgname() {
+_package $_lang
+  }"
+done
+
+# Don't extract anything
+noextract=(${source[@]%%::*})
+
+_package() {
+  pkgdesc="$2 language pack for Firefox"
+  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
+
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
+
+  # Fix a few broken langpacks
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=832060
+  if in_array $1 bg csb; then
+pushd "$pkgdir/usr/lib/firefox/browser/extensions" >/dev/null
+unzip langpack-$1...@firefox.mozilla.org.xpi install.rdf >/dev/null
+sed -i '/./,$!d' install.rdf
+zip -u langpack-$1...@firefox.mozilla.org.xpi install.rdf >/dev/null
+rm install.rdf
+popd >/dev/null
+  fi
+}
+
+md5sums=('2963ccbe3ba6a91b44318a9f52fa386f'
+ 'd1c9e298fb4f20c50201f2984149b77a'
+ '79db810c03957bd8f0af6beb41c6159d'
+ 'a05fadfa79d6903e2fd34b79ae133293'
+ '8ff97e056e7b883e00b6ed0bafa9fc9d'
+ '63b1569bd912657f54b6bdcb3f3dd907'
+ '0af9c94e279d4164dbb3d7e0106f550b'
+ '74ae4670551cabf50557b2089dd4bd34'
+ '1e4bee3ddbd7552ee20b3d85fb585e55'
+ '27c20a5420d4add92526c79c8a202fc5'
+ 'e75af23840f95b960a9acfc4232ef7cf'
+ '92d58c8f0a4cdf6623b4c2b996fc365e'
+ 'edccd64c2a5439df497292b3927a6b15'
+ 'e0239a41ced7d2c191b78482230c8cb4'
+ '586984b0b28b8d84cec5915703af3768'
+ '4af160603045541ad0b449ae6fca966e

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

2014-10-14 Thread Evangelos Foutras
Date: Tuesday, October 14, 2014 @ 17:56:32
  Author: foutrelis
Revision: 224335

upgpkg: firefox-i18n 33.0-1

New upstream release.

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  182 -
 1 file changed, 96 insertions(+), 86 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 13:59:38 UTC (rev 224334)
+++ PKGBUILD2014-10-14 15:56:32 UTC (rev 224335)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=32.0.3
+pkgver=33.0
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=('any')
@@ -21,9 +21,11 @@
   'ar "Arabic"'
   'as "Assamese"'
   'ast"Asturian"'
+  'az "Azerbaijani"'
   'be "Belarusian"'
   'bg "Bulgarian"'
   'bn-BD  "Bengali (Bangladesh)"'
+  'bn-IN  "Bengali (India)"'
   'br "Breton"'
   'bs "Bosnian"'
   'ca "Catalan"'
@@ -32,6 +34,7 @@
   'cy "Welsh"'
   'da "Danish"'
   'de "German"'
+  'dsb"Lower Sorbian"'
   'el "Greek"'
   'en-GB  "English (British)"'
   'en-US  "English (US)"'
@@ -51,10 +54,11 @@
   'ga-IE  "Irish"'
   'gd "Gaelic (Scotland)"'
   'gl "Galician"'
-  'gu-IN  "Gujarati"'
+  'gu-IN  "Gujarati (India)"'
   'he "Hebrew"'
   'hi-IN  "Hindi (India)"'
   'hr "Croatian"'
+  'hsb"Upper Sorbian"'
   'hu "Hungarian"'
   'hy-AM  "Armenian"'
   'id "Indonesian"'
@@ -72,11 +76,12 @@
   'mk "Macedonian"'
   'ml "Malayalam"'
   'mr "Marathi"'
+  'ms "Malay"'
   'nb-NO  "Norwegian (Bokmål)"'
   'nl "Dutch"'
   'nn-NO  "Norwegian (Nynorsk)"'
   'or "Oriya"'
-  'pa-IN  "Punjabi"'
+  'pa-IN  "Punjabi (India)"'
   'pl "Polish"'
   'pt-BR  "Portuguese (Brazilian)"'
   'pt-PT  "Portuguese (Portugal)"'
@@ -135,86 +140,91 @@
   fi
 }
 
-md5sums=('f00f38892a74a894e068320d5200fc9c'
- 'abc6ddd23d280f58c57aea71da56809c'
- '2d8dde8a34794b5fd5c44b4e6a72f865'
- '6cc4aab38ccad811b414b14060bfb172'
- '43042c700e136382fb007ddfde0e8e7a'
- 'cce37c8d3fa4de2acfcc98b48fef7b2d'
- '0263ddb512c971f77ba4f57532aa97c7'
- 'afbb287fd1cc0c420fd5b629fc1873e6'
- '856a4ec81153b8e53ea305c4235b4d43'
- 'c50f7e9d0c1e365183a7738d93bfa1f1'
- '847af502efa6eac23852fe330708b0c8'
- 'af26fa54eb50e89eedc032b00e9e0f87'
- '847a6f6d5ef0af86e33a37e97520734c'
- '28b8341592be35db12bb1cdfbc2ae41f'
- '432197c868d6eb1078694507ccae683e'
- 'd1563a3b73198fbfa249d9105adea12f'
- '3e95f4968ebe66f47e1cfe8d1f6b97bf'
- '3ca3962e2d7123ee38d6af3ceb7a2fe3'
- '2c3a6d464d7e33920333dbc03fedef18'
- '8ddfc6831031380957b4f037988d79ef'
- 'fadce47b39c830586ef0e813f87a190e'
- '3fb48cda23be02a60d76e54566560787'
- 'f674a817a8d207f8a256f16c18386a67'
- 'f0087ca53d40c550db7227e5992e1061'
- '8a82d008b1ace861b9d4da068b0bc9d5'
- 'f240217e2c5a53958001741e566cab55'
- 'd24542010ab2e6c33f80427b71665623'
- 'fe14ac1dac4fecef331bbe6dda01abc9'
- '176cf00ae9fa48c62b3fbf61aff5e696'
- '30a1a850478e958e6585fb730ea2ef5c'
- 'cadd712282df41b693741e90d5ae4355'
- 'ccec184691cf65301e3ca2b9997fac0b'
- 'dcbdd75ca605563e01a1249659348d5f'
- '8e825311bcc31da1fca1f9aa28424ff1'
- '325937cc4720b021c93e6d3025e31ef9'
- '176a5e62ed85afd177735558cdbac1ef'
- '53f8003666d8a68f3847a384c270d6b1'
- '7025f51e33b7feed85bbabf9b8887880'
- '5a0301c44c032b280d001910e7fc6ed7'
- '5ef5059e2158d17272bb997cf82ae3fb'
- 'a59cffac1519899893d39af744a55b0d'
- 'e062cde9316758374f0973416f8dcdb3'
- '3cf4259fe8b2a829330e4a3b7109128f'
- '0b0c96501ae512c717f2cebcce3812b8'
- '32f7531d07319a936c84b825a9323b74'
- '0bf40b89288e8dc739a43f087311e5eb'
- 'e9af5a9b19e69542f85135193df3ad53'
- 'e596cfdde03f1945faee793c8ca503e2'
- 'be02c7e897f4015d8b41cbba4b873bec'
- 'c5952540eb1eb58bff77fea8d82e8a8f'
- '0eb212192301fdd48387a066113aa91e'
- '286c25fd42b9e5b000353854fd341bdf'
- 'c67335f24719d139a02a9edb155c091f'
- '24c071c19b44b15d7f88ed9f9665a766'
- '79a54640708e353fc939355f47d672b7'
- '2602c1a643a64c48f95ff3362b3ff207'
- '266c5b9939ab93fd57ad08e922241a11'
- 'a11add4b77604891526a34783c994954'
- 'a121b0ffdbb402a95149d64a9c39de09'
- '6e157170fed60bae8e5653144d2cfd0c'
- '3742fa3853167a4f781e67c09fb22046'
- '14ed3ab5b9cf5a4cc8438f279a8bef3f'
- 'aa5c6abe1a0e6a5d5c72f3d5a4edd557'
- 'f07e7b7cdf2e95a3a14a8d6c0ce7ba2f'
- 'da51acbea1cb6ae2ac4da33b6117ba8d'
- 'ca13606c16b7ca7fbc13430cbb56537c'
- 'd9e51deb7435b90f6da99865aaa6cb9f'
- 'ae81ebc52b1f04397c7368bc75adbd32'
- 'f80c31468a80f46225cb2256248649c0'
- '2747fdabcd8

[arch-commits] Commit in rethinkdb/repos (20 files)

2014-10-14 Thread Anatol Pomozov
Date: Tuesday, October 14, 2014 @ 17:50:29
  Author: anatolik
Revision: 120649

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

Added:
  rethinkdb/repos/community-testing-i686/PKGBUILD
(from rev 120648, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-i686/boost_1.56_compat.patch
(from rev 120648, rethinkdb/trunk/boost_1.56_compat.patch)
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
(from rev 120648, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-i686/rethinkdb.install
(from rev 120648, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-i686/rethinkdb.service
(from rev 120648, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
(from rev 120648, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-x86_64/boost_1.56_compat.patch
(from rev 120648, rethinkdb/trunk/boost_1.56_compat.patch)
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
(from rev 120648, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
(from rev 120648, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service
(from rev 120648, rethinkdb/trunk/rethinkdb.service)
Deleted:
  rethinkdb/repos/community-testing-i686/PKGBUILD
  rethinkdb/repos/community-testing-i686/boost_1.56_compat.patch
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
  rethinkdb/repos/community-testing-i686/rethinkdb.install
  rethinkdb/repos/community-testing-i686/rethinkdb.service
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
  rethinkdb/repos/community-testing-x86_64/boost_1.56_compat.patch
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service

--+
 /PKGBUILD|  134 +
 /boost_1.56_compat.patch |   26 
 /rethinkdb-tmpfile.conf  |2 
 /rethinkdb.install   |   74 +++
 /rethinkdb.service   |   24 +++
 community-testing-i686/PKGBUILD  |   67 --
 community-testing-i686/boost_1.56_compat.patch   |   13 --
 community-testing-i686/rethinkdb-tmpfile.conf|1 
 community-testing-i686/rethinkdb.install |   37 -
 community-testing-i686/rethinkdb.service |   12 -
 community-testing-x86_64/PKGBUILD|   67 --
 community-testing-x86_64/boost_1.56_compat.patch |   13 --
 community-testing-x86_64/rethinkdb-tmpfile.conf  |1 
 community-testing-x86_64/rethinkdb.install   |   37 -
 community-testing-x86_64/rethinkdb.service   |   12 -
 15 files changed, 260 insertions(+), 260 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-10-14 15:49:26 UTC (rev 120648)
+++ community-testing-i686/PKGBUILD 2014-10-14 15:50:29 UTC (rev 120649)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Sigmund Lahn 
-
-pkgname=rethinkdb
-pkgver=1.15.1
-_tag=rethinkdb-$pkgver
-pkgrel=2
-pkgdesc='An open-source distributed database built with love.'
-arch=(i686 x86_64)
-url='http://www.rethinkdb.com/'
-license=(AGPL)
-depends=(protobuf ncurses gperftools curl)
-makedepends=(boost python2 wget)
-backup=(etc/rethinkdb/instances.d/default.conf)
-install=rethinkdb.install
-options=(!emptydirs)
-source=(
-  http://download.rethinkdb.com/dist/$_tag.tgz
-  rethinkdb-tmpfile.conf
-  rethinkdb.service
-  boost_1.56_compat.patch
-)
-sha256sums=('b05184a812a3cc6f5140af4490ffee4fc69884b5b7963b64532ffc829c10f3f4'
-'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
-'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2'
-'1c55b12df452ceb2470d3ec48dde21bcdc2785be371f6f0858af034e282b1f21')
-
-prepare() {
-  cd $_tag
-  # boost 1.56 workaround https://github.com/rethinkdb/rethinkdb/issues/3044
-  rm src/unittest/print_secondary.cc
-  patch -p1 < ../boost_1.56_compat.patch
-}
-
-build() {
-  cd $_tag
-  export PYTHON=/usr/bin/python2
-  ./configure CXXFLAGS="-DBOOST_VARIANT_DO_NOT_USE_VARIADIC_TEMPLATES" --fetch 
v8 --dynamic all --enable-precompiled-web --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-check() {
-  cd $_tag
-
-  make build/release/rethinkdb-unittest
-  ./build/release/rethinkdb-unittest
-  # some tests might be flaky on btrfs filesystem!
-}
-
-package() {
-  cd $_tag
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/rethinkdb-tmpfile.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rethinkdb.conf
-  install -Dm644 "$srcdir"/re

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

2014-10-14 Thread Anatol Pomozov
Date: Tuesday, October 14, 2014 @ 17:49:26
  Author: anatolik
Revision: 120648

upgpkg: rethinkdb 1.15.1-1

Modified:
  rethinkdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 15:22:05 UTC (rev 120647)
+++ PKGBUILD2014-10-14 15:49:26 UTC (rev 120648)
@@ -6,7 +6,7 @@
 pkgname=rethinkdb
 pkgver=1.15.1
 _tag=rethinkdb-$pkgver
-pkgrel=2
+pkgrel=1
 pkgdesc='An open-source distributed database built with love.'
 arch=(i686 x86_64)
 url='http://www.rethinkdb.com/'


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

2014-10-14 Thread Anatol Pomozov
Date: Tuesday, October 14, 2014 @ 17:22:05
  Author: anatolik
Revision: 120647

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

Added:
  rethinkdb/repos/community-testing-i686/
  rethinkdb/repos/community-testing-i686/PKGBUILD
(from rev 120646, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-i686/boost_1.56_compat.patch
(from rev 120646, rethinkdb/trunk/boost_1.56_compat.patch)
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
(from rev 120646, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-i686/rethinkdb.install
(from rev 120646, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-i686/rethinkdb.service
(from rev 120646, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-testing-x86_64/
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
(from rev 120646, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-x86_64/boost_1.56_compat.patch
(from rev 120646, rethinkdb/trunk/boost_1.56_compat.patch)
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
(from rev 120646, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
(from rev 120646, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service
(from rev 120646, rethinkdb/trunk/rethinkdb.service)

--+
 community-testing-i686/PKGBUILD  |   67 +
 community-testing-i686/boost_1.56_compat.patch   |   13 
 community-testing-i686/rethinkdb-tmpfile.conf|1 
 community-testing-i686/rethinkdb.install |   37 +++
 community-testing-i686/rethinkdb.service |   12 +++
 community-testing-x86_64/PKGBUILD|   67 +
 community-testing-x86_64/boost_1.56_compat.patch |   13 
 community-testing-x86_64/rethinkdb-tmpfile.conf  |1 
 community-testing-x86_64/rethinkdb.install   |   37 +++
 community-testing-x86_64/rethinkdb.service   |   12 +++
 10 files changed, 260 insertions(+)

Copied: rethinkdb/repos/community-testing-i686/PKGBUILD (from rev 120646, 
rethinkdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-10-14 15:22:05 UTC (rev 120647)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Sigmund Lahn 
+
+pkgname=rethinkdb
+pkgver=1.15.1
+_tag=rethinkdb-$pkgver
+pkgrel=2
+pkgdesc='An open-source distributed database built with love.'
+arch=(i686 x86_64)
+url='http://www.rethinkdb.com/'
+license=(AGPL)
+depends=(protobuf ncurses gperftools curl)
+makedepends=(boost python2 wget)
+backup=(etc/rethinkdb/instances.d/default.conf)
+install=rethinkdb.install
+options=(!emptydirs)
+source=(
+  http://download.rethinkdb.com/dist/$_tag.tgz
+  rethinkdb-tmpfile.conf
+  rethinkdb.service
+  boost_1.56_compat.patch
+)
+sha256sums=('b05184a812a3cc6f5140af4490ffee4fc69884b5b7963b64532ffc829c10f3f4'
+'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
+'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2'
+'1c55b12df452ceb2470d3ec48dde21bcdc2785be371f6f0858af034e282b1f21')
+
+prepare() {
+  cd $_tag
+  # boost 1.56 workaround https://github.com/rethinkdb/rethinkdb/issues/3044
+  rm src/unittest/print_secondary.cc
+  patch -p1 < ../boost_1.56_compat.patch
+}
+
+build() {
+  cd $_tag
+  export PYTHON=/usr/bin/python2
+  ./configure CXXFLAGS="-DBOOST_VARIANT_DO_NOT_USE_VARIADIC_TEMPLATES" --fetch 
v8 --dynamic all --enable-precompiled-web --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd $_tag
+
+  make build/release/rethinkdb-unittest
+  ./build/release/rethinkdb-unittest
+  # some tests might be flaky on btrfs filesystem!
+}
+
+package() {
+  cd $_tag
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/rethinkdb-tmpfile.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rethinkdb.conf
+  install -Dm644 "$srcdir"/rethinkdb.service 
"$pkgdir"/usr/lib/systemd/system/rethinkdb@.service
+
+  # create 'default' database instance
+  mv "$pkgdir"/etc/rethinkdb/default.conf.sample 
"$pkgdir"/etc/rethinkdb/instances.d/default.conf
+  sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' \
+  -e 's|# 
pid-file=/var/run/rethinkdb/rethinkdb.pid|pid-file=/var/run/rethinkdb/default.pid|'
 \
+  -i "$pkgdir"/etc/rethinkdb/instances.d/default.conf
+
+  # Arch uses systemd, no need for init.d scripts
+  rm -r "$pkgdir"/etc/init.d
+}

Copied: rethinkdb/repos/community-testing-i686/boost_1.56_compat.patch (from 
rev 120646, rethinkdb/trunk/boost_1.56_compat.patch)
===
--- community-testing-i686/boost_1.56_com

[arch-commits] Commit in rethinkdb/trunk (PKGBUILD protobuf-2.6-compat.patch)

2014-10-14 Thread Anatol Pomozov
Date: Tuesday, October 14, 2014 @ 17:21:04
  Author: anatolik
Revision: 120646

upgpkg: rethinkdb 1.15.1-2

Modified:
  rethinkdb/trunk/PKGBUILD
Deleted:
  rethinkdb/trunk/protobuf-2.6-compat.patch

---+
 PKGBUILD  |   11 ---
 protobuf-2.6-compat.patch |   20 
 2 files changed, 4 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 14:55:08 UTC (rev 120645)
+++ PKGBUILD2014-10-14 15:21:04 UTC (rev 120646)
@@ -4,8 +4,8 @@
 # Contributor: Sigmund Lahn 
 
 pkgname=rethinkdb
-pkgver=1.15.0
-_tag=rethinkdb-$pkgver-1
+pkgver=1.15.1
+_tag=rethinkdb-$pkgver
 pkgrel=2
 pkgdesc='An open-source distributed database built with love.'
 arch=(i686 x86_64)
@@ -21,13 +21,11 @@
   rethinkdb-tmpfile.conf
   rethinkdb.service
   boost_1.56_compat.patch
-  protobuf-2.6-compat.patch
 )
-sha256sums=('8cb1cdd176d9a6e87b315c65de084158a1b2fc9910127d21ec930181c52d838e'
+sha256sums=('b05184a812a3cc6f5140af4490ffee4fc69884b5b7963b64532ffc829c10f3f4'
 '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
 'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2'
-'1c55b12df452ceb2470d3ec48dde21bcdc2785be371f6f0858af034e282b1f21'
-'0bc035df3e84945efac2ed6e48c781e2a3a33b6e4f9a551ec9bc4958462e0bbe')
+'1c55b12df452ceb2470d3ec48dde21bcdc2785be371f6f0858af034e282b1f21')
 
 prepare() {
   cd $_tag
@@ -34,7 +32,6 @@
   # boost 1.56 workaround https://github.com/rethinkdb/rethinkdb/issues/3044
   rm src/unittest/print_secondary.cc
   patch -p1 < ../boost_1.56_compat.patch
-  patch -p1 < ../protobuf-2.6-compat.patch
 }
 
 build() {

Deleted: protobuf-2.6-compat.patch
===
--- protobuf-2.6-compat.patch   2014-10-14 14:55:08 UTC (rev 120645)
+++ protobuf-2.6-compat.patch   2014-10-14 15:21:04 UTC (rev 120646)
@@ -1,20 +0,0 @@
-commit 3d1d3cb6ac53a15996a8fc25df25c91e451f200b
-Author: Etienne Laurin 
-Date:   Thu Oct 2 18:55:36 2014 -0700
-
-allow building with protobuf 2.6.0
-
-OTS review by mlucy
-Closes #3137
-
-diff --git a/src/rdb_protocol/ql2_extensions.proto 
b/src/rdb_protocol/ql2_extensions.proto
-index 7cdfb2d..a2016b2 100644
 a/src/rdb_protocol/ql2_extensions.proto
-+++ b/src/rdb_protocol/ql2_extensions.proto
-@@ -3,5 +3,5 @@ package ql2.extension;
- import "rdb_protocol/ql2.proto";
- 
- extend Term {
--required Backtrace backtrace = 1;
-+optional Backtrace backtrace = 1;
- };


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

2014-10-14 Thread Florian Pritz
Date: Tuesday, October 14, 2014 @ 16:55:05
  Author: bluewind
Revision: 120644

upgpkg: inxi 2.2.15-1

upstream update

Modified:
  inxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 14:17:01 UTC (rev 120643)
+++ PKGBUILD2014-10-14 14:55:05 UTC (rev 120644)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Florian Pritz 
 pkgname=inxi
-pkgver=2.2.14
+pkgver=2.2.15
 pkgrel=1
 pkgdesc="script to get system information"
 arch=('any')
@@ -25,7 +25,7 @@
   "xorg-xrandr: inxi -G single screen resolution"
 )
 
source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('acfc05e483a975de297a78a4230733f2')
+md5sums=('64ea9d553edea8b62b900289145b829e')
 
 package() {
   cd "$srcdir"


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

2014-10-14 Thread Florian Pritz
Date: Tuesday, October 14, 2014 @ 16:55:08
  Author: bluewind
Revision: 120645

archrelease: copy trunk to community-any

Added:
  inxi/repos/community-any/PKGBUILD
(from rev 120644, inxi/trunk/PKGBUILD)
  inxi/repos/community-any/upgpkg
(from rev 120644, inxi/trunk/upgpkg)
Deleted:
  inxi/repos/community-any/PKGBUILD
  inxi/repos/community-any/upgpkg

--+
 PKGBUILD |   72 ++---
 upgpkg   |8 +++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-14 14:55:05 UTC (rev 120644)
+++ PKGBUILD2014-10-14 14:55:08 UTC (rev 120645)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-pkgname=inxi
-pkgver=2.2.14
-pkgrel=1
-pkgdesc="script to get system information"
-arch=('any')
-url="http://inxi.org";
-license=('GPL')
-depends=(coreutils gawk grep pciutils procps-ng sed)
-optdepends=(
-  "dmidecode: inxi -M if no sys machine data"
-  "file: inxi -o unmounted file system"
-  "hddtemp: inxi -Dx show hdd temp"
-  "net-tools: inxi -i ip lan-deprecated"
-  "iproute2: inxi -i ip lan"
-  "lm_sensors: inxi -s sensors output"
-  "usbutils: inxi -A usb audio;-N usb networking"
-  "kmod: inxi -Ax,-Nx module version"
-  "systemd-sysvcompat: inxi -I runlevel"
-  "sudo: inxi -Dx hddtemp-user;-o file-user"
-  "mesa-demos: inxi -G glx info"
-  "xorg-xdpyinfo: inxi -G multi screen resolution"
-  "xorg-xprop: inxi -S desktop data"
-  "xorg-xrandr: inxi -G single screen resolution"
-)
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('acfc05e483a975de297a78a4230733f2')
-
-package() {
-  cd "$srcdir"
-  install -D -m755 inxi "$pkgdir/usr/bin/inxi"
-  install -D -m755 inxi.1.gz "$pkgdir/usr/share/man/man1/inxi.1.gz"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: inxi/repos/community-any/PKGBUILD (from rev 120644, inxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-14 14:55:08 UTC (rev 120645)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Florian Pritz 
+pkgname=inxi
+pkgver=2.2.15
+pkgrel=1
+pkgdesc="script to get system information"
+arch=('any')
+url="http://inxi.org";
+license=('GPL')
+depends=(coreutils gawk grep pciutils procps-ng sed)
+optdepends=(
+  "dmidecode: inxi -M if no sys machine data"
+  "file: inxi -o unmounted file system"
+  "hddtemp: inxi -Dx show hdd temp"
+  "net-tools: inxi -i ip lan-deprecated"
+  "iproute2: inxi -i ip lan"
+  "lm_sensors: inxi -s sensors output"
+  "usbutils: inxi -A usb audio;-N usb networking"
+  "kmod: inxi -Ax,-Nx module version"
+  "systemd-sysvcompat: inxi -I runlevel"
+  "sudo: inxi -Dx hddtemp-user;-o file-user"
+  "mesa-demos: inxi -G glx info"
+  "xorg-xdpyinfo: inxi -G multi screen resolution"
+  "xorg-xprop: inxi -S desktop data"
+  "xorg-xrandr: inxi -G single screen resolution"
+)
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('64ea9d553edea8b62b900289145b829e')
+
+package() {
+  cd "$srcdir"
+  install -D -m755 inxi "$pkgdir/usr/bin/inxi"
+  install -D -m755 inxi.1.gz "$pkgdir/usr/share/man/man1/inxi.1.gz"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: upgpkg
===
--- upgpkg  2014-10-14 14:55:05 UTC (rev 120644)
+++ upgpkg  2014-10-14 14:55:08 UTC (rev 120645)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
-  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
-}

Copied: inxi/repos/community-any/upgpkg (from rev 120644, inxi/trunk/upgpkg)
===
--- upgpkg  (rev 0)
+++ upgpkg  2014-10-14 14:55:08 UTC (rev 120645)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
+}


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

2014-10-14 Thread Martin Wimpress
Date: Tuesday, October 14, 2014 @ 16:17:01
  Author: flexiondotorg
Revision: 120643

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

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

+
 /PKGBUILD  |  112 +++
 /atril.install |   26 +
 community-i686/PKGBUILD|   56 ---
 community-i686/atril.install   |   13 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/atril.install |   13 
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-14 14:16:49 UTC (rev 120642)
+++ community-i686/PKGBUILD 2014-10-14 14:17:01 UTC (rev 120643)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-pkgname=atril
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="Simply a document viewer"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsm' 'libspectre'
- 'mate-desktop' 'mate-icon-theme' 'poppler-glib' 'zlib')
-makedepends=('caja' 'djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
- 'perl-xml-parser' 'texlive-bin' 'yelp-tools')
-optdepends=('caja: Document Properties extension'
-'djvulibre: DjVu support'
-'libgxps: XPS support'
-'p7zip: cbz and cb7 compressed comic books'
-'texlive-bin: DVI support'
-'unrar: cbr compressed comic books'
-'yelp: for reading MATE help documents')
-replaces=('mate-document-viewer')
-provides=('mate-document-viewer')
-conflicts=('mate-document-viewer')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('2051be961a84d118ad0a278ec22bf48ca5d3fc35')
-install=${pkgname}.install
-
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---with-gtk=2.0 \
---enable-gtk-doc \
---enable-djvu \
---enable-dvi \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: atril/repos/community-i686/PKGBUILD (from rev 120642, 
atril/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-14 14:17:01 UTC (rev 120643)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=atril
+pkgver=1.8.1
+pkgrel=2
+pkgdesc="Simply a document viewer"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsecret' 'libsm' 
'libspectre'
+ 'mate-desktop' 'mate-icon-theme' 'poppler-glib' 'zlib')
+makedepends=('caja' 'djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
+ 'perl-xml-parser' 'texlive-bin' 'yelp-tools')
+optdepends=('caja: Document Properties extension'
+'djvulibre: DjVu support'
+'libgxps: XPS support'
+'p7zip: cbz and cb7 compressed comic books'
+'texlive-bin: DVI support'
+'unrar: cbr compressed comic books'
+'yelp: for reading MATE help documents')
+replaces=('mate-document-viewer')
+provides=('mate-document-viewer')
+conflicts=('mate-document-viewer')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('2051be961a84d118ad0a278ec22bf48ca5d3fc35')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--with-gtk=2.0 \
+--enable-gtk-doc \
+--enable-djvu \
+--enable-dvi \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection \
+--disable-static
+make
+}
+
+package(

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

2014-10-14 Thread Martin Wimpress
Date: Tuesday, October 14, 2014 @ 16:16:49
  Author: flexiondotorg
Revision: 120642

upgpkg: atril 1.8.1-2 - Added missing libscret dependency

Modified:
  atril/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 11:36:10 UTC (rev 120641)
+++ PKGBUILD2014-10-14 14:16:49 UTC (rev 120642)
@@ -3,12 +3,12 @@
 
 pkgname=atril
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Simply a document viewer"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsm' 'libspectre'
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsecret' 'libsm' 
'libspectre'
  'mate-desktop' 'mate-icon-theme' 'poppler-glib' 'zlib')
 makedepends=('caja' 'djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
  'perl-xml-parser' 'texlive-bin' 'yelp-tools')


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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:59:38
  Author: jgc
Revision: 224334

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

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

+
 /PKGBUILD  |   68 +++
 /vinagre.install   |   28 
 testing-i686/PKGBUILD  |   34 ---
 testing-i686/vinagre.install   |   14 
 testing-x86_64/PKGBUILD|   34 ---
 testing-x86_64/vinagre.install |   14 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-14 13:59:32 UTC (rev 224333)
+++ testing-i686/PKGBUILD   2014-10-14 13:59:38 UTC (rev 224334)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Allan McRae 
-# Contributor: lp76 
-
-pkgname=vinagre
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="A VNC Client for the GNOME Desktop"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://www.gnome.org/projects/vinagre/";
-install=vinagre.install
-depends=(libsecret gtk-vnc vte3 telepathy-glib avahi desktop-file-utils dconf 
shared-mime-info
- spice-gtk3 gnutls freerdp)
-optdepends=('openssh: SSH plugin')
-makedepends=(docbook-xsl intltool openssh itstool spice-protocol)
-groups=(gnome-extra)
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('11d926c68d8f7e945d8ffcab192a35a96035a76abac0cde6de49c498908f3147')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/$pkgname --enable-rdp --enable-spice
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: vinagre/repos/testing-i686/PKGBUILD (from rev 224333, 
vinagre/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-14 13:59:38 UTC (rev 224334)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Allan McRae 
+# Contributor: lp76 
+
+pkgname=vinagre
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="A VNC Client for the GNOME Desktop"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://www.gnome.org/projects/vinagre/";
+install=vinagre.install
+depends=(libsecret gtk-vnc vte3 telepathy-glib avahi desktop-file-utils dconf 
shared-mime-info
+ spice-gtk3 gnutls freerdp)
+optdepends=('openssh: SSH plugin')
+makedepends=(docbook-xsl intltool openssh itstool spice-protocol)
+groups=(gnome-extra)
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dbf2187e0487f5376b79f46b90814a4de6c01c5811e3c53641463b5b5c124383')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/$pkgname --enable-rdp --enable-spice
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/vinagre.install
===
--- testing-i686/vinagre.install2014-10-14 13:59:32 UTC (rev 224333)
+++ testing-i686/vinagre.install2014-10-14 13:59:38 UTC (rev 224334)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  update-mime-database usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vinagre/repos/testing-i686/vinagre.install (from rev 224333, 
vinagre/trunk/vinagre.install)
===
--- testing-i686/vinagre.install(rev 0)
+++ testing-i686/vinagre.install2014-10-14 13:59:38 UTC (rev 224334)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
==

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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:59:32
  Author: jgc
Revision: 224333

upgpkg: vinagre 3.14.1-1

Modified:
  vinagre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 13:58:05 UTC (rev 224332)
+++ PKGBUILD2014-10-14 13:59:32 UTC (rev 224333)
@@ -5,7 +5,7 @@
 # Contributor: lp76 
 
 pkgname=vinagre
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="A VNC Client for the GNOME Desktop"
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 groups=(gnome-extra)
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('11d926c68d8f7e945d8ffcab192a35a96035a76abac0cde6de49c498908f3147')
+sha256sums=('dbf2187e0487f5376b79f46b90814a4de6c01c5811e3c53641463b5b5c124383')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in five-or-more/repos (8 files)

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:58:05
  Author: jgc
Revision: 224332

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

Added:
  five-or-more/repos/testing-i686/PKGBUILD
(from rev 224331, five-or-more/trunk/PKGBUILD)
  five-or-more/repos/testing-i686/five-or-more.install
(from rev 224331, five-or-more/trunk/five-or-more.install)
  five-or-more/repos/testing-x86_64/PKGBUILD
(from rev 224331, five-or-more/trunk/PKGBUILD)
  five-or-more/repos/testing-x86_64/five-or-more.install
(from rev 224331, five-or-more/trunk/five-or-more.install)
Deleted:
  five-or-more/repos/testing-i686/PKGBUILD
  five-or-more/repos/testing-i686/five-or-more.install
  five-or-more/repos/testing-x86_64/PKGBUILD
  five-or-more/repos/testing-x86_64/five-or-more.install

-+
 /PKGBUILD   |   64 ++
 /five-or-more.install   |   24 
 testing-i686/PKGBUILD   |   32 -
 testing-i686/five-or-more.install   |   12 --
 testing-x86_64/PKGBUILD |   32 -
 testing-x86_64/five-or-more.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-14 13:57:59 UTC (rev 224331)
+++ testing-i686/PKGBUILD   2014-10-14 13:58:05 UTC (rev 224332)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=five-or-more
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Remove colored balls from the board by forming lines"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=five-or-more.install
-url="https://live.gnome.org/Five%20or%20more";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a580eb461d1666789296893759770ace8b55f17bca4c5ce822c75ec574d141c1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: five-or-more/repos/testing-i686/PKGBUILD (from rev 224331, 
five-or-more/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-14 13:58:05 UTC (rev 224332)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=five-or-more
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="Remove colored balls from the board by forming lines"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=five-or-more.install
+url="https://live.gnome.org/Five%20or%20more";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bc9c248709aecbc6c1736f377bdcf7abfc78691e5d920fd1b83eb1bf7b3a1d70')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/five-or-more.install
===
--- testing-i686/five-or-more.install   2014-10-14 13:57:59 UTC (rev 224331)
+++ testing-i686/five-or-more.install   2014-10-14 13:58:05 UTC (rev 224332)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: five-or-more/repos/testing-i686/five-or-more.install (from rev 224331, 
five-or-more/trunk/five-or-more.install)
===
--- testing-i686/five-or-more.install   (rev 0)
+++ testing-i686/five-or-more.install   2014-10-14 13:58:05 UTC (rev 224332)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-10-14 13:57:59 UTC (rev 224331)
+++ testing-x86_64/PKGBUILD 2014-10-14 13:58:05 UTC (rev 224332)
@@ -1,32 +0,0 @@
-# $Id$
-#

[arch-commits] Commit in five-or-more/trunk (PKGBUILD)

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:57:59
  Author: jgc
Revision: 224331

upgpkg: five-or-more 3.14.1-1

Modified:
  five-or-more/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 13:56:39 UTC (rev 224330)
+++ PKGBUILD2014-10-14 13:57:59 UTC (rev 224331)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=five-or-more
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="Remove colored balls from the board by forming lines"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/Five%20or%20more";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a580eb461d1666789296893759770ace8b55f17bca4c5ce822c75ec574d141c1')
+sha256sums=('bc9c248709aecbc6c1736f377bdcf7abfc78691e5d920fd1b83eb1bf7b3a1d70')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:56:39
  Author: jgc
Revision: 224330

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

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

--+
 /PKGBUILD|   64 +
 /lightsoff.install   |   26 +++
 testing-i686/PKGBUILD|   32 --
 testing-i686/lightsoff.install   |   13 ---
 testing-x86_64/PKGBUILD  |   32 --
 testing-x86_64/lightsoff.install |   13 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-14 13:56:33 UTC (rev 224329)
+++ testing-i686/PKGBUILD   2014-10-14 13:56:39 UTC (rev 224330)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=lightsoff
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Turn off all the lights"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=lightsoff.install
-url="https://live.gnome.org/Lightsoff";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('de4f91441b501221a4f7aae901e82e272416d8fa2b5d79e4b3b013ce191f1237')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lightsoff/repos/testing-i686/PKGBUILD (from rev 224329, 
lightsoff/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-14 13:56:39 UTC (rev 224330)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=lightsoff
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="Turn off all the lights"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=lightsoff.install
+url="https://live.gnome.org/Lightsoff";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5ca1bd65e4159caa4f8032a0cab3e545995496c12e172d5a6fa58a87ed312b61')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/lightsoff.install
===
--- testing-i686/lightsoff.install  2014-10-14 13:56:33 UTC (rev 224329)
+++ testing-i686/lightsoff.install  2014-10-14 13:56:39 UTC (rev 224330)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: lightsoff/repos/testing-i686/lightsoff.install (from rev 224329, 
lightsoff/trunk/lightsoff.install)
===
--- testing-i686/lightsoff.install  (rev 0)
+++ testing-i686/lightsoff.install  2014-10-14 13:56:39 UTC (rev 224330)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-10-14 13:56:33 UTC (rev 224329)
+++ testing-x86_64/PKGBUILD 2014-10-14 13:56:39 UTC (rev 224330)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contr

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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:56:33
  Author: jgc
Revision: 224329

upgpkg: lightsoff 3.14.1-1

Modified:
  lightsoff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 13:55:41 UTC (rev 224328)
+++ PKGBUILD2014-10-14 13:56:33 UTC (rev 224329)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=lightsoff
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="Turn off all the lights"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/Lightsoff";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('de4f91441b501221a4f7aae901e82e272416d8fa2b5d79e4b3b013ce191f1237')
+sha256sums=('5ca1bd65e4159caa4f8032a0cab3e545995496c12e172d5a6fa58a87ed312b61')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:55:41
  Author: jgc
Revision: 224328

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

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

---+
 /PKGBUILD |   70 
 /cheese.install   |   24 +
 testing-i686/PKGBUILD |   35 
 testing-i686/cheese.install   |   12 --
 testing-x86_64/PKGBUILD   |   35 
 testing-x86_64/cheese.install |   12 --
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-14 13:55:35 UTC (rev 224327)
+++ testing-i686/PKGBUILD   2014-10-14 13:55:41 UTC (rev 224328)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=cheese
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop')
-makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala')
-optdepends=('frei0r-plugins: More camera effects')
-groups=('gnome-extra')
-options=('!emptydirs')
-url="http://www.gnome.org/projects/cheese/";
-install=cheese.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8b4a4dabe990bbda51f53b4f637cc422a9b1a657c6bcb3ba4a7feae390bcfbac')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile --libexecdir=/usr/lib/cheese
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cheese/repos/testing-i686/PKGBUILD (from rev 224327, 
cheese/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-14 13:55:41 UTC (rev 224328)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=cheese
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop')
+makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala')
+optdepends=('frei0r-plugins: More camera effects')
+groups=('gnome-extra')
+options=('!emptydirs')
+url="http://www.gnome.org/projects/cheese/";
+install=cheese.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cb8d27c24daf9ceaff4ab209471d09f53e2a81946ed710133533080d2a91c20a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile --libexecdir=/usr/lib/cheese
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/cheese.install
===
--- testing-i686/cheese.install 2014-10-14 13:55:35 UTC (rev 224327)
+++ testing-i686/cheese.install 2014-10-14 13:55:41 UTC (rev 224328)
@@ -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: cheese/repos/testing-i686/cheese.install (from rev 224327, 
cheese/trunk/cheese.install)
===
--- testing-i686/cheese.install (rev 0)
+++ testing-i686/cheese.install 2014-10-14 13:55:41 UTC (rev 224328)
@@ -0,0 +1,12 @@
+post_insta

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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:55:35
  Author: jgc
Revision: 224327

upgpkg: cheese 3.14.1-1

Modified:
  cheese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 13:54:26 UTC (rev 224326)
+++ PKGBUILD2014-10-14 13:55:35 UTC (rev 224327)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 url="http://www.gnome.org/projects/cheese/";
 install=cheese.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8b4a4dabe990bbda51f53b4f637cc422a9b1a657c6bcb3ba4a7feae390bcfbac')
+sha256sums=('cb8d27c24daf9ceaff4ab209471d09f53e2a81946ed710133533080d2a91c20a')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:54:26
  Author: jgc
Revision: 224326

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

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

---+
 /PKGBUILD |   64 
 /baobab.install   |   26 
 testing-i686/PKGBUILD |   32 
 testing-i686/baobab.install   |   13 
 testing-x86_64/PKGBUILD   |   32 
 testing-x86_64/baobab.install |   13 
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-14 13:54:20 UTC (rev 224325)
+++ testing-i686/PKGBUILD   2014-10-14 13:54:26 UTC (rev 224326)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=baobab
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="A graphical directory tree analyzer"
-arch=(i686 x86_64)
-url="http://gnome.org";
-license=('GPL2')
-depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils')
-makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection' 'python2')
-groups=('gnome')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('63295bb25b2edea9ce67ba879e45dc9a7267488245532c8b6e74e5f97f738955')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # https://bugs.archlinux.org/task/31861
-  sed -i '/MimeType/d' 
"$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: baobab/repos/testing-i686/PKGBUILD (from rev 224325, 
baobab/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-14 13:54:26 UTC (rev 224326)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=baobab
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="A graphical directory tree analyzer"
+arch=(i686 x86_64)
+url="http://gnome.org";
+license=('GPL2')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils')
+makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection' 'python2')
+groups=('gnome')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('76966521858f3c46fedbf38deb8f9847737ef0bc3c5f330c51d1feb68a711d17')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # https://bugs.archlinux.org/task/31861
+  sed -i '/MimeType/d' 
"$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-i686/baobab.install
===
--- testing-i686/baobab.install 2014-10-14 13:54:20 UTC (rev 224325)
+++ testing-i686/baobab.install 2014-10-14 13:54:26 UTC (rev 224326)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: baobab/repos/testing-i686/baobab.install (from rev 224325, 
baobab/trunk/baobab.install)
===
--- testing-i686/baobab.install (rev 0)
+++ testing-i686/baobab.install 2014-10-14 13:54:26 UTC (rev 224326)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-10-14 13:54:20 UTC (rev 224325)
+++ testing-x86_64/PKGBUILD 2014-10-14 13:54:26 UTC (rev 224326)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=baobab
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="A graphical directory tree analyzer"
-arch=(i686 x86_64)
-url="http://gnome.org";
-license=('GPL2')
-depends=('dconf' 'gtk3' 'gsettings-desk

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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:54:20
  Author: jgc
Revision: 224325

upgpkg: baobab 3.14.1-1

Modified:
  baobab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 13:53:14 UTC (rev 224324)
+++ PKGBUILD2014-10-14 13:54:20 UTC (rev 224325)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=baobab
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('63295bb25b2edea9ce67ba879e45dc9a7267488245532c8b6e74e5f97f738955')
+sha256sums=('76966521858f3c46fedbf38deb8f9847737ef0bc3c5f330c51d1feb68a711d17')
 
 build() {
   cd "$pkgname-$pkgver"


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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:53:14
  Author: jgc
Revision: 224324

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

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

---+
 /PKGBUILD |   80 
 /evince.install   |   26 +
 testing-i686/PKGBUILD |   40 
 testing-i686/evince.install   |   13 --
 testing-x86_64/PKGBUILD   |   40 
 testing-x86_64/evince.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-14 13:53:08 UTC (rev 224323)
+++ testing-i686/PKGBUILD   2014-10-14 13:53:14 UTC (rev 224324)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evince
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
-url="https://wiki.gnome.org/Apps/Evince";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib 
libsecret desktop-file-utils dconf gsettings-desktop-schemas gnome-desktop)
-makedepends=(itstool libnautilus-extension texlive-bin intltool 
gobject-introspection docbook-xsl python python2)
-optdepends=('texlive-bin: DVI support'
-   'gvfs: bookmark support and session saving'
-'p7zip: cbz and cb7 compressed comic books'
-'tar: cbt compressed comic books'
-'unrar: cbr compressed comic books')
-groups=(gnome)
-install=evince.install
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f4a4b0e393b1fdb097bbf8ff69c658ff1a9eac5798d62ca3c9f52e5ca553de93')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr   --sysconfdir=/etc \
-  --localstatedir=/var--libexecdir=/usr/lib/evince \
-  --disable-static--enable-nautilus \
-  --enable-pdf--enable-tiff \
-  --enable-djvu   --enable-dvi \
-  --enable-t1lib  --enable-comics \
-  --disable-scrollkeeper  --disable-schemas-compile \
-  --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: evince/repos/testing-i686/PKGBUILD (from rev 224323, 
evince/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-14 13:53:14 UTC (rev 224324)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evince
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
+url="https://wiki.gnome.org/Apps/Evince";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib 
libsecret desktop-file-utils dconf gsettings-desktop-schemas gnome-desktop)
+makedepends=(itstool libnautilus-extension texlive-bin intltool 
gobject-introspection docbook-xsl python python2)
+optdepends=('texlive-bin: DVI support'
+   'gvfs: bookmark support and session saving'
+'p7zip: cbz and cb7 compressed comic books'
+'tar: cbt compressed comic books'
+'unrar: cbr compressed comic books')
+groups=(gnome)
+install=evince.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('13ec728d6957aa18ba21a3a66504dd52b8607596337f30f0908b62b5fcc14507')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr   --sysconfdir=/etc \
+  --localstatedir=/var--libexecdir=/usr/lib/evince \
+  --disable-static--enable-nautilus \
+  --enable-pdf--enable-tiff \
+  --enable-djvu   --enable-dvi \
+  --enable-t1lib  --enable-comics \
+  --disable-scrollkeeper  --disable-schemas-compile \
+  --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/evince.install
===
--- testing-i686/evince.install 2014-10-14 13:53:08 UTC (rev 224323)
+++ testing-i686/evince.install 2014-10-14

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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:53:08
  Author: jgc
Revision: 224323

upgpkg: evince 3.14.1-1

Modified:
  evince/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 13:50:16 UTC (rev 224322)
+++ PKGBUILD2014-10-14 13:53:08 UTC (rev 224323)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evince
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
 url="https://wiki.gnome.org/Apps/Evince";
@@ -19,7 +19,7 @@
 install=evince.install
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f4a4b0e393b1fdb097bbf8ff69c658ff1a9eac5798d62ca3c9f52e5ca553de93')
+sha256sums=('13ec728d6957aa18ba21a3a66504dd52b8607596337f30f0908b62b5fcc14507')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:50:10
  Author: jgc
Revision: 224321

upgpkg: cairo 1.14.0-1

Update to 1.14.0 release

Modified:
  cairo/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 13:38:43 UTC (rev 224320)
+++ PKGBUILD2014-10-14 13:50:10 UTC (rev 224321)
@@ -3,8 +3,8 @@
 # Contributor: Brice Carpentier 
 
 pkgname=cairo
-pkgver=1.13.1
-pkgrel=2
+pkgver=1.14.0
+pkgrel=1
 pkgdesc="Cairo vector graphics library"
 arch=(i686 x86_64)
 license=('LGPL' 'MPL')
@@ -16,13 +16,11 @@
 #optdepends=('xcb-util: for XCB backend') # really needed?
 provides=('cairo-xcb')
 replaces=('cairo-xcb')
-source=('git://anongit.freedesktop.org/cairo#commit=fbb0a260b707cb5f02a14cc368c6f2f0d63564c3')
-sha1sums=('SKIP')
+source=(http://cairographics.org/releases/cairo-$pkgver.tar.xz)
+sha1sums=('53cf589b983412ea7f78feee2e1ba9cea6e3ebae')
 
 build() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
@@ -45,7 +43,7 @@
 }
 
 check() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   #make -j1 -k test || /bin/true
   
   # results:
@@ -55,6 +53,6 @@
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }


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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:50:16
  Author: jgc
Revision: 224322

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

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

-+
 /PKGBUILD   |  116 ++
 testing-i686/PKGBUILD   |   60 ---
 testing-x86_64/PKGBUILD |   60 ---
 3 files changed, 116 insertions(+), 120 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-14 13:50:10 UTC (rev 224321)
+++ testing-i686/PKGBUILD   2014-10-14 13:50:16 UTC (rev 224322)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Brice Carpentier 
-
-pkgname=cairo
-pkgver=1.13.1
-pkgrel=2
-pkgdesc="Cairo vector graphics library"
-arch=(i686 x86_64)
-license=('LGPL' 'MPL')
-url="http://cairographics.org/";
-depends=('libpng' 'libxrender' 'libxext' 'fontconfig' 'pixman>=0.28.0' 'glib2' 
'mesa' 'libgl' 'lzo')
-makedepends=('mesa-libgl' 'librsvg' 'gtk2' 'poppler-glib' 'libspectre' 
'gtk-doc' 'valgrind' 'git')
- # for the test suite:
- #'ttf-dejavu' 'gsfonts' 'xorg-server-xvfb' ) # 'libdrm')
-#optdepends=('xcb-util: for XCB backend') # really needed?
-provides=('cairo-xcb')
-replaces=('cairo-xcb')
-source=('git://anongit.freedesktop.org/cairo#commit=fbb0a260b707cb5f02a14cc368c6f2f0d63564c3')
-sha1sums=('SKIP')
-
-build() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-lto \
-   --enable-tee \
-   --enable-gl \
-   --enable-egl \
-   --enable-svg \
-   --enable-ps \
-   --enable-pdf \
-   --enable-gobject \
---enable-gtk-doc
-   
-   #--disable-xlib-xcb \
-   #--enable-test-surfaces \ takes ages
-   #--enable-drm # breaks build
-   
-  make
-}
-
-check() {
-  cd $pkgname
-  #make -j1 -k test || /bin/true
-  
-  # results:
-  # 1.12.8-1   # 162 Passed, 328 Failed [  8 crashed, 10 expected], 26 Skipped
-  # 1.12.12-2: #  29 Passed, 464 Failed [460 crashed,  2 expected], 26 Skipped
-  # 1.12.16-1: # 144 Passed, 364 Failed [  6 crashed, 12 expected], 27 Skipped
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: cairo/repos/testing-i686/PKGBUILD (from rev 224321, 
cairo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-14 13:50:16 UTC (rev 224322)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Brice Carpentier 
+
+pkgname=cairo
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="Cairo vector graphics library"
+arch=(i686 x86_64)
+license=('LGPL' 'MPL')
+url="http://cairographics.org/";
+depends=('libpng' 'libxrender' 'libxext' 'fontconfig' 'pixman>=0.28.0' 'glib2' 
'mesa' 'libgl' 'lzo')
+makedepends=('mesa-libgl' 'librsvg' 'gtk2' 'poppler-glib' 'libspectre' 
'gtk-doc' 'valgrind' 'git')
+ # for the test suite:
+ #'ttf-dejavu' 'gsfonts' 'xorg-server-xvfb' ) # 'libdrm')
+#optdepends=('xcb-util: for XCB backend') # really needed?
+provides=('cairo-xcb')
+replaces=('cairo-xcb')
+source=(http://cairographics.org/releases/cairo-$pkgver.tar.xz)
+sha1sums=('53cf589b983412ea7f78feee2e1ba9cea6e3ebae')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-lto \
+   --enable-tee \
+   --enable-gl \
+   --enable-egl \
+   --enable-svg \
+   --enable-ps \
+   --enable-pdf \
+   --enable-gobject \
+--enable-gtk-doc
+   
+   #--disable-xlib-xcb \
+   #--enable-test-surfaces \ takes ages
+   #--enable-drm # breaks build
+   
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  #make -j1 -k test || /bin/true
+  
+  # results:
+  # 1.12.8-1   # 162 Passed, 328 Failed [  8 crashed, 10 expected], 26 Skipped
+  # 1.12.12-2: #  29 Passed, 464 Failed [460 crashed,  2 expected], 26 Skipped
+  # 1.12.16-1: # 144 Passed, 364 Failed [  6 crashed, 12 expected], 27 Skipped
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-10-14 13:50:10 UTC (rev 224321)
+++ testing-x86_64/PKGBUILD 2014-10-14 13:50:16 UTC (rev 224322)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Brice Carpentier 
-
-pkgname=cairo
-pkgver=1.13.1
-pkgrel=2
-pkgdesc="Cairo vector graphics library"

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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:38:43
  Author: jgc
Revision: 224320

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

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

--+
 /PKGBUILD|   82 +
 /rygel.install   |   22 +++
 testing-i686/PKGBUILD|   41 
 testing-i686/rygel.install   |   11 -
 testing-x86_64/PKGBUILD  |   41 
 testing-x86_64/rygel.install |   11 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-14 13:38:37 UTC (rev 224319)
+++ testing-i686/PKGBUILD   2014-10-14 13:38:43 UTC (rev 224320)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-
-pkgname=rygel
-pkgver=0.24.0
-pkgrel=1
-pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
-arch=(i686 x86_64)
-url="http://live.gnome.org/Rygel";
-license=(LGPL)
-depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils libmediaart)
-makedepends=(vala intltool python2 gobject-introspection)
-optdepends=('gst-plugins-base: Extra media codecs'
-'gst-plugins-good: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs'
-'tracker: Share indexed media files')
-backup=(etc/rygel.conf)
-install=rygel.install
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('98d63c8ee0532abb8f603e18fca3a9d8101a0674e2fc3e0fd88f280a4217f1b0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: rygel/repos/testing-i686/PKGBUILD (from rev 224319, 
rygel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-14 13:38:43 UTC (rev 224320)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=rygel
+pkgver=0.24.1
+pkgrel=1
+pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
+arch=(i686 x86_64)
+url="http://live.gnome.org/Rygel";
+license=(LGPL)
+depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils libmediaart)
+makedepends=(vala intltool python2 gobject-introspection)
+optdepends=('gst-plugins-base: Extra media codecs'
+'gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'tracker: Share indexed media files')
+backup=(etc/rygel.conf)
+install=rygel.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2caa4c34d153b753a4b8f6b26c704e0d73cb96d851ee1677bd15c4908caa50b2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/rygel.install
===
--- testing-i686/rygel.install  2014-10-14 13:38:37 UTC (rev 224319)
+++ testing-i686/rygel.install  2014-10-14 13:38:43 UTC (rev 224320)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: rygel/repos/testing-i686/rygel.install (from rev 224319, 
rygel/trunk/rygel.install)

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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:38:37
  Author: jgc
Revision: 224319

upgpkg: rygel 0.24.1-1

Modified:
  rygel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 13:34:56 UTC (rev 224318)
+++ PKGBUILD2014-10-14 13:38:37 UTC (rev 224319)
@@ -3,7 +3,7 @@
 # Contributor: Balló György 
 
 pkgname=rygel
-pkgver=0.24.0
+pkgver=0.24.1
 pkgrel=1
 pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
 arch=(i686 x86_64)
@@ -21,7 +21,7 @@
 install=rygel.install
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('98d63c8ee0532abb8f603e18fca3a9d8101a0674e2fc3e0fd88f280a4217f1b0')
+sha256sums=('2caa4c34d153b753a4b8f6b26c704e0d73cb96d851ee1677bd15c4908caa50b2')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:34:50
  Author: jgc
Revision: 224317

upgpkg: eog 3.14.1-1

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 13:25:23 UTC (rev 224316)
+++ PKGBUILD2014-10-14 13:34:50 UTC (rev 224317)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=eog
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="Eye of Gnome: An image viewing and cataloging program"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 url="https://wiki.gnome.org/Apps/EyeOfGnome";
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('adc4606be1074b48ba24c0bf320c597780f55a9606d2f0dc0c4fec6d6c2abcd1')
+sha256sums=('d1d954a741d5c4258f74c6b021dafcb4c5cd5c29c033931a28fd6f1c104be088')
 
 build() {
   cd "$pkgname-$pkgver"


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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:34:56
  Author: jgc
Revision: 224318

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

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

+
 /PKGBUILD  |   60 +++
 /eog.install   |   26 ++
 testing-i686/PKGBUILD  |   30 -
 testing-i686/eog.install   |   13 -
 testing-x86_64/PKGBUILD|   30 -
 testing-x86_64/eog.install |   13 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-14 13:34:50 UTC (rev 224317)
+++ testing-i686/PKGBUILD   2014-10-14 13:34:56 UTC (rev 224318)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=eog
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Eye of Gnome: An image viewing and cataloging program"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
dconf)
-makedepends=(intltool itstool)
-install=eog.install
-groups=(gnome)
-options=('!emptydirs')
-url="https://wiki.gnome.org/Apps/EyeOfGnome";
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('adc4606be1074b48ba24c0bf320c597780f55a9606d2f0dc0c4fec6d6c2abcd1')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: eog/repos/testing-i686/PKGBUILD (from rev 224317, eog/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-14 13:34:56 UTC (rev 224318)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=eog
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
dconf)
+makedepends=(intltool itstool)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs')
+url="https://wiki.gnome.org/Apps/EyeOfGnome";
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d1d954a741d5c4258f74c6b021dafcb4c5cd5c29c033931a28fd6f1c104be088')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/eog.install
===
--- testing-i686/eog.install2014-10-14 13:34:50 UTC (rev 224317)
+++ testing-i686/eog.install2014-10-14 13:34:56 UTC (rev 224318)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: eog/repos/testing-i686/eog.install (from rev 224317, 
eog/trunk/eog.install)
===
--- testing-i686/eog.install(rev 0)
+++ testing-i686/eog.install2014-10-14 13:34:56 UTC (rev 224318)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  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-14 13:34:50 UTC (rev 224317)
+++ testing-x86_64/PKGBUILD 2014-10-14 13:34:56 UTC (rev 224318)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=eog
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Eye of Gnome: An image viewing and cataloging program"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
dconf)
-makedepends=(intltool itstool)
-install=eog.install
-groups=(gnome)
-options=('!emptydirs')
-url="https://wiki.gnome.org/Apps/Eye

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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:25:19
  Author: jgc
Revision: 224315

upgpkg: gnome-devel-docs 3.14.1-1

Modified:
  gnome-devel-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 13:23:30 UTC (rev 224314)
+++ PKGBUILD2014-10-14 13:25:19 UTC (rev 224315)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-devel-docs
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="Developer documentation for GNOME"
 arch=(any)
@@ -12,7 +12,7 @@
 url="http://www.gnome.org";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ca50b1cf05d62a9ae1e7c2690873cf160faf314a229823cae8db7ae12f896a5e')
+sha256sums=('e6e1fb2a882ee33daba4d223752ad1483be4630af5aac700f8cb45b180421abb')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-devel-docs/repos/testing-any (PKGBUILD PKGBUILD)

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:25:23
  Author: jgc
Revision: 224316

archrelease: copy trunk to testing-any

Added:
  gnome-devel-docs/repos/testing-any/PKGBUILD
(from rev 224315, gnome-devel-docs/trunk/PKGBUILD)
Deleted:
  gnome-devel-docs/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-14 13:25:19 UTC (rev 224315)
+++ PKGBUILD2014-10-14 13:25:23 UTC (rev 224316)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-devel-docs
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Developer documentation for GNOME"
-arch=(any)
-license=('FDL')
-depends=('yelp')
-makedepends=('yelp-tools')
-url="http://www.gnome.org";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ca50b1cf05d62a9ae1e7c2690873cf160faf314a229823cae8db7ae12f896a5e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-devel-docs/repos/testing-any/PKGBUILD (from rev 224315, 
gnome-devel-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-14 13:25:23 UTC (rev 224316)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-devel-docs
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="Developer documentation for GNOME"
+arch=(any)
+license=('FDL')
+depends=('yelp')
+makedepends=('yelp-tools')
+url="http://www.gnome.org";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e6e1fb2a882ee33daba4d223752ad1483be4630af5aac700f8cb45b180421abb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:23:24
  Author: jgc
Revision: 224313

upgpkg: yelp 3.14.1-1

Modified:
  yelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 13:19:24 UTC (rev 224312)
+++ PKGBUILD2014-10-14 13:23:24 UTC (rev 224313)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=yelp
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="A help browser for GNOME"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 url="http://www.gnome.org";
 install=yelp.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d08220b268e2117e3a7d3fdc97ebb7a5e4f35ebed6d9f33a288a7500b92d6756')
+sha256sums=('1df24b0afa000fd7b003b43448be5227d72757e95e678a7be1832ebea685f072')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:23:30
  Author: jgc
Revision: 224314

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

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

-+
 /PKGBUILD   |   62 ++
 /yelp.install   |   26 +
 testing-i686/PKGBUILD   |   31 -
 testing-i686/yelp.install   |   13 
 testing-x86_64/PKGBUILD |   31 -
 testing-x86_64/yelp.install |   13 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-14 13:23:24 UTC (rev 224313)
+++ testing-i686/PKGBUILD   2014-10-14 13:23:30 UTC (rev 224314)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=yelp
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="A help browser for GNOME"
-arch=('i686' 'x86_64')
-depends=('webkitgtk' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'xz' 'bzip2'
- 'desktop-file-utils' 'dconf')
-makedepends=('intltool' 'gtk-doc' 'itstool')
-groups=('gnome')
-license=('GPL')
-options=('!emptydirs')
-url="http://www.gnome.org";
-install=yelp.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d08220b268e2117e3a7d3fdc97ebb7a5e4f35ebed6d9f33a288a7500b92d6756')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: yelp/repos/testing-i686/PKGBUILD (from rev 224313, yelp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-14 13:23:30 UTC (rev 224314)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=yelp
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="A help browser for GNOME"
+arch=('i686' 'x86_64')
+depends=('webkitgtk' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'xz' 'bzip2'
+ 'desktop-file-utils' 'dconf')
+makedepends=('intltool' 'gtk-doc' 'itstool')
+groups=('gnome')
+license=('GPL')
+options=('!emptydirs')
+url="http://www.gnome.org";
+install=yelp.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1df24b0afa000fd7b003b43448be5227d72757e95e678a7be1832ebea685f072')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/yelp.install
===
--- testing-i686/yelp.install   2014-10-14 13:23:24 UTC (rev 224313)
+++ testing-i686/yelp.install   2014-10-14 13:23:30 UTC (rev 224314)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: yelp/repos/testing-i686/yelp.install (from rev 224313, 
yelp/trunk/yelp.install)
===
--- testing-i686/yelp.install   (rev 0)
+++ testing-i686/yelp.install   2014-10-14 13:23:30 UTC (rev 224314)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-10-14 13:23:24 UTC (rev 224313)
+++ testing-x86_64/PKGBUILD 2014-10-14 13:23:30 UTC (rev 224314)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=yelp
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="A help browser for GNOME"
-arch=('i686' 'x86_64')
-depends=('webkitgtk' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'xz' 'bzip2'
- 'desktop-file-utils' 'dconf')
-makedepends=('intltool' 'gtk-doc' 'itstool')
-groups=('gnome')
-license=(

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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:19:24
  Author: jgc
Revision: 224312

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

Added:
  gdm/repos/testing-i686/0001-Add-Arch-Linux-PAM-config-files.patch
(from rev 224311, gdm/trunk/0001-Add-Arch-Linux-PAM-config-files.patch)
  gdm/repos/testing-i686/PKGBUILD
(from rev 224311, gdm/trunk/PKGBUILD)
  gdm/repos/testing-i686/gdm.install
(from rev 224311, gdm/trunk/gdm.install)
  gdm/repos/testing-i686/libgdm.install
(from rev 224311, gdm/trunk/libgdm.install)
  gdm/repos/testing-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch
(from rev 224311, gdm/trunk/0001-Add-Arch-Linux-PAM-config-files.patch)
  gdm/repos/testing-x86_64/PKGBUILD
(from rev 224311, gdm/trunk/PKGBUILD)
  gdm/repos/testing-x86_64/gdm.install
(from rev 224311, gdm/trunk/gdm.install)
  gdm/repos/testing-x86_64/libgdm.install
(from rev 224311, gdm/trunk/libgdm.install)
Deleted:
  gdm/repos/testing-i686/0001-Add-Arch-Linux-PAM-config-files.patch
  gdm/repos/testing-i686/PKGBUILD
  gdm/repos/testing-i686/gdm.install
  gdm/repos/testing-i686/libgdm.install
  gdm/repos/testing-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch
  gdm/repos/testing-x86_64/PKGBUILD
  gdm/repos/testing-x86_64/gdm.install
  gdm/repos/testing-x86_64/libgdm.install

---+
 /0001-Add-Arch-Linux-PAM-config-files.patch   |  398 
 /PKGBUILD |  170 +
 /gdm.install  |   46 +
 /libgdm.install   |   22 
 testing-i686/0001-Add-Arch-Linux-PAM-config-files.patch   |  199 --
 testing-i686/PKGBUILD |   85 --
 testing-i686/gdm.install  |   23 
 testing-i686/libgdm.install   |   11 
 testing-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch |  199 --
 testing-x86_64/PKGBUILD   |   85 --
 testing-x86_64/gdm.install|   23 
 testing-x86_64/libgdm.install |   11 
 12 files changed, 636 insertions(+), 636 deletions(-)

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


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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:19:06
  Author: jgc
Revision: 224309

upgpkg: yelp-tools 3.14.1-1

Modified:
  yelp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 13:18:28 UTC (rev 224308)
+++ PKGBUILD2014-10-14 13:19:06 UTC (rev 224309)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=yelp-tools
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="Tools for creating Yelp documentation"
 arch=('any')
@@ -12,7 +12,7 @@
 options=('!emptydirs')
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('138f9c672d62829b3273c9a72abf4bc372988933ab902ed1b0578921801a1035')
+sha256sums=('000222baf5d2db394df6025591054976b5cecd0b27872601de7538f36520f60f')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:19:16
  Author: jgc
Revision: 224311

upgpkg: gdm 3.14.1-1

Modified:
  gdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 13:19:10 UTC (rev 224310)
+++ PKGBUILD2014-10-14 13:19:16 UTC (rev 224311)
@@ -4,8 +4,8 @@
 
 pkgbase=gdm
 pkgname=(gdm libgdm)
-pkgver=3.14.0
-pkgrel=2
+pkgver=3.14.1
+pkgrel=1
 pkgdesc="Gnome Display Manager"
 arch=(i686 x86_64)
 license=(GPL)
@@ -15,7 +15,7 @@
 checkdepends=('check')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz
 0001-Add-Arch-Linux-PAM-config-files.patch)
-sha256sums=('e241509fbf5567477b7c67cae20fe3ef2d7b1b09371b336b10cea6dfed0a364d'
+sha256sums=('ed83498131bcea69ce60f882783c669c24b007d2b7e1219b4bdde18f6c94deb1'
 'ad24ed788f2285a935c72c131a9627aa865095b08865416ed6cc60883bf656fc')
 
 prepare() {


[arch-commits] Commit in yelp-tools/repos/testing-any (PKGBUILD PKGBUILD)

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:19:10
  Author: jgc
Revision: 224310

archrelease: copy trunk to testing-any

Added:
  yelp-tools/repos/testing-any/PKGBUILD
(from rev 224309, yelp-tools/trunk/PKGBUILD)
Deleted:
  yelp-tools/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-14 13:19:06 UTC (rev 224309)
+++ PKGBUILD2014-10-14 13:19:10 UTC (rev 224310)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=yelp-tools
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Tools for creating Yelp documentation"
-arch=('any')
-depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool')
-license=('GPL')
-options=('!emptydirs')
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('138f9c672d62829b3273c9a72abf4bc372988933ab902ed1b0578921801a1035')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: yelp-tools/repos/testing-any/PKGBUILD (from rev 224309, 
yelp-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-14 13:19:10 UTC (rev 224310)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=yelp-tools
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="Tools for creating Yelp documentation"
+arch=('any')
+depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool')
+license=('GPL')
+options=('!emptydirs')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('000222baf5d2db394df6025591054976b5cecd0b27872601de7538f36520f60f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:18:28
  Author: jgc
Revision: 224308

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

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

--+
 /PKGBUILD|   64 +
 /gnome-nibbles.install   |   24 
 testing-i686/PKGBUILD|   32 
 testing-i686/gnome-nibbles.install   |   12 --
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/gnome-nibbles.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-14 13:18:22 UTC (rev 224307)
+++ testing-i686/PKGBUILD   2014-10-14 13:18:28 UTC (rev 224308)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-nibbles
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Guide a worm around a maze"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-nibbles.install
-url="https://wiki.gnome.org/Apps/Nibbles";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b6d98e4e3e95eae4609be9f449009fe1ca1b2346755e45e8ed783617e38c0ace')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-nibbles/repos/testing-i686/PKGBUILD (from rev 224307, 
gnome-nibbles/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-14 13:18:28 UTC (rev 224308)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-nibbles
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="Guide a worm around a maze"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-nibbles.install
+url="https://wiki.gnome.org/Apps/Nibbles";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cfdccdf7c4c81a589040ff72b6ef426e8c7506157bdbb1521d9b5a45829446b8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/gnome-nibbles.install
===
--- testing-i686/gnome-nibbles.install  2014-10-14 13:18:22 UTC (rev 224307)
+++ testing-i686/gnome-nibbles.install  2014-10-14 13:18:28 UTC (rev 224308)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-nibbles/repos/testing-i686/gnome-nibbles.install (from rev 
224307, gnome-nibbles/trunk/gnome-nibbles.install)
===
--- testing-i686/gnome-nibbles.install  (rev 0)
+++ testing-i686/gnome-nibbles.install  2014-10-14 13:18:28 UTC (rev 224308)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-10-14 13:18:22 UTC (rev 224307)
+++ testing-x86_64/PKGBUILD 2014-10-14 13:18:28 UTC (rev 224308)
@@ -1,32 +0,0 @@
-# $Id$
-# Main

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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:18:22
  Author: jgc
Revision: 224307

upgpkg: gnome-nibbles 3.14.1-1

Modified:
  gnome-nibbles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 13:16:13 UTC (rev 224306)
+++ PKGBUILD2014-10-14 13:18:22 UTC (rev 224307)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-nibbles
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="Guide a worm around a maze"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="https://wiki.gnome.org/Apps/Nibbles";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b6d98e4e3e95eae4609be9f449009fe1ca1b2346755e45e8ed783617e38c0ace')
+sha256sums=('cfdccdf7c4c81a589040ff72b6ef426e8c7506157bdbb1521d9b5a45829446b8')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in at-spi2-atk/repos (4 files)

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:16:13
  Author: jgc
Revision: 224306

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

Added:
  at-spi2-atk/repos/testing-i686/PKGBUILD
(from rev 224305, at-spi2-atk/trunk/PKGBUILD)
  at-spi2-atk/repos/testing-x86_64/PKGBUILD
(from rev 224305, at-spi2-atk/trunk/PKGBUILD)
Deleted:
  at-spi2-atk/repos/testing-i686/PKGBUILD
  at-spi2-atk/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-14 13:16:04 UTC (rev 224305)
+++ testing-i686/PKGBUILD   2014-10-14 13:16:13 UTC (rev 224306)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=at-spi2-atk
-pkgver=2.14.0
-pkgrel=1
-pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org";
-license=('GPL2')
-depends=('at-spi2-core' 'libx11' 'atk')
-makedepends=('intltool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('56b40ef16d9f1b1630d32addb0cc941372a1e97d8ddafd369f912c7d125688e7')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/testing-i686/PKGBUILD (from rev 224305, 
at-spi2-atk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-14 13:16:13 UTC (rev 224306)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=at-spi2-atk
+pkgver=2.14.1
+pkgrel=1
+pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org";
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk')
+makedepends=('intltool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('058f34ea60edf0a5f831c9f2bdd280fe95c1bcafb76e466e44aa0fb356d17bcb')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-10-14 13:16:04 UTC (rev 224305)
+++ testing-x86_64/PKGBUILD 2014-10-14 13:16:13 UTC (rev 224306)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=at-spi2-atk
-pkgver=2.14.0
-pkgrel=1
-pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org";
-license=('GPL2')
-depends=('at-spi2-core' 'libx11' 'atk')
-makedepends=('intltool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('56b40ef16d9f1b1630d32addb0cc941372a1e97d8ddafd369f912c7d125688e7')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/testing-x86_64/PKGBUILD (from rev 224305, 
at-spi2-atk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-14 13:16:13 UTC (rev 224306)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=at-spi2-atk
+pkgver=2.14.1
+pkgrel=1
+pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org";
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk')
+makedepends=('intltool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('058f34ea60edf0a5f831c9f2bdd280fe95c1bcafb76e466e44aa0fb356d17bcb')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:16:04
  Author: jgc
Revision: 224305

upgpkg: at-spi2-atk 2.14.1-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 13:13:15 UTC (rev 224304)
+++ PKGBUILD2014-10-14 13:16:04 UTC (rev 224305)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.14.0
+pkgver=2.14.1
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('intltool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('56b40ef16d9f1b1630d32addb0cc941372a1e97d8ddafd369f912c7d125688e7')
+sha256sums=('058f34ea60edf0a5f831c9f2bdd280fe95c1bcafb76e466e44aa0fb356d17bcb')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:13:11
  Author: jgc
Revision: 224303

upgpkg: gnome-user-docs 3.14.1-1

Modified:
  gnome-user-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 03:58:07 UTC (rev 224302)
+++ PKGBUILD2014-10-14 13:13:11 UTC (rev 224303)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-user-docs
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="User documentation for GNOME"
 arch=(any)
@@ -12,7 +12,7 @@
 url="http://www.gnome.org";
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f0d05e291113e3d6a0ca2c16404cba70e6626143ed68635b08008fe60f9fb89a')
+sha256sums=('763dfd1571043123d65b0ead63e609b7afb15a52fcb97f42c3fa2c04c656caca')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-user-docs/repos/testing-any (PKGBUILD PKGBUILD)

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:13:15
  Author: jgc
Revision: 224304

archrelease: copy trunk to testing-any

Added:
  gnome-user-docs/repos/testing-any/PKGBUILD
(from rev 224303, gnome-user-docs/trunk/PKGBUILD)
Deleted:
  gnome-user-docs/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-14 13:13:11 UTC (rev 224303)
+++ PKGBUILD2014-10-14 13:13:15 UTC (rev 224304)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-user-docs
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="User documentation for GNOME"
-arch=(any)
-license=('FDL')
-depends=('yelp')
-makedepends=('yelp-tools')
-url="http://www.gnome.org";
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f0d05e291113e3d6a0ca2c16404cba70e6626143ed68635b08008fe60f9fb89a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-user-docs/repos/testing-any/PKGBUILD (from rev 224303, 
gnome-user-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-14 13:13:15 UTC (rev 224304)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-user-docs
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="User documentation for GNOME"
+arch=(any)
+license=('FDL')
+depends=('yelp')
+makedepends=('yelp-tools')
+url="http://www.gnome.org";
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('763dfd1571043123d65b0ead63e609b7afb15a52fcb97f42c3fa2c04c656caca')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2014-10-14 Thread Sergej Pupykin
Date: Tuesday, October 14, 2014 @ 13:36:10
  Author: spupykin
Revision: 120641

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

Added:
  nestopia/repos/community-i686/ChangeLog
(from rev 120640, nestopia/trunk/ChangeLog)
  nestopia/repos/community-i686/PKGBUILD
(from rev 120640, nestopia/trunk/PKGBUILD)
  nestopia/repos/community-i686/build-fix.patch
(from rev 120640, nestopia/trunk/build-fix.patch)
  nestopia/repos/community-x86_64/ChangeLog
(from rev 120640, nestopia/trunk/ChangeLog)
  nestopia/repos/community-x86_64/PKGBUILD
(from rev 120640, nestopia/trunk/PKGBUILD)
  nestopia/repos/community-x86_64/build-fix.patch
(from rev 120640, nestopia/trunk/build-fix.patch)
Deleted:
  nestopia/repos/community-i686/ChangeLog
  nestopia/repos/community-i686/PKGBUILD
  nestopia/repos/community-i686/build-fix.patch
  nestopia/repos/community-x86_64/ChangeLog
  nestopia/repos/community-x86_64/PKGBUILD
  nestopia/repos/community-x86_64/build-fix.patch

--+
 /ChangeLog   |   24 +
 /PKGBUILD|   68 +
 /build-fix.patch |   36 +++
 community-i686/ChangeLog |   12 --
 community-i686/PKGBUILD  |   34 --
 community-i686/build-fix.patch   |   18 -
 community-x86_64/ChangeLog   |   12 --
 community-x86_64/PKGBUILD|   34 --
 community-x86_64/build-fix.patch |   18 -
 9 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2014-10-14 11:35:55 UTC (rev 120640)
+++ community-i686/ChangeLog2014-10-14 11:36:10 UTC (rev 120641)
@@ -1,12 +0,0 @@
-2008-12-16  Tiago Pierezan Camargo  
-
-   * PKGBUILD: Minor corrections.
-
-2008-12-04  Tiago Pierezan Camargo  
-
-   * PKGBUILD (source): Package adopted.
-   Variable/version cleanup.
-   Patch to remove bogus error messages on program exit.
-   New dependency: mesa.
-   Renamed executable to nestopia.
-

Copied: nestopia/repos/community-i686/ChangeLog (from rev 120640, 
nestopia/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2014-10-14 11:36:10 UTC (rev 120641)
@@ -0,0 +1,12 @@
+2008-12-16  Tiago Pierezan Camargo  
+
+   * PKGBUILD: Minor corrections.
+
+2008-12-04  Tiago Pierezan Camargo  
+
+   * PKGBUILD (source): Package adopted.
+   Variable/version cleanup.
+   Patch to remove bogus error messages on program exit.
+   New dependency: mesa.
+   Renamed executable to nestopia.
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-14 11:35:55 UTC (rev 120640)
+++ community-i686/PKGBUILD 2014-10-14 11:36:10 UTC (rev 120641)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Tiago Pierezan Camargo 
-# Contributor: robb_force 
-
-pkgname=nestopia
-pkgver=1.46.1
-pkgrel=1
-pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
-url='http://0ldsk00l.ca/nestopia/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('sdl2' 'alsa-lib' 'gtk3' 'glu' 'libarchive' 'libao')
-makedepends=('unzip' 'mesa' 'xdg-utils')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver";
-   "build-fix.patch")
-md5sums=('0300523641d62b0b034bd2e16d0435e6'
- '4a852d8e484c2fe214377ec18a68356f')
-
-prepare() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  patch -p1 <$srcdir/build-fix.patch
-}
-
-build() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  mkdir -p $pkgdir/usr/{bin,share/nestopia}
-  make install PREFIX=$pkgdir/usr
-}

Copied: nestopia/repos/community-i686/PKGBUILD (from rev 120640, 
nestopia/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-14 11:36:10 UTC (rev 120641)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Tiago Pierezan Camargo 
+# Contributor: robb_force 
+
+pkgname=nestopia
+pkgver=1.46.2
+pkgrel=1
+pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
+url='http://0ldsk00l.ca/nestopia/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('sdl2' 'alsa-lib' 'gtk3' 'glu' 'libarchive' 'libao')
+makedepends=('unzip' 'mesa' 'xdg-utils')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver";
+   "build-fix.patch")
+md5sums=('3af8ed8ce084803a50a2d058b6d77e6e'
+ 

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

2014-10-14 Thread Sergej Pupykin
Date: Tuesday, October 14, 2014 @ 13:35:55
  Author: spupykin
Revision: 120640

upgpkg: nestopia 1.46.2-1

upd

Modified:
  nestopia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 11:25:41 UTC (rev 120639)
+++ PKGBUILD2014-10-14 11:35:55 UTC (rev 120640)
@@ -4,7 +4,7 @@
 # Contributor: robb_force 
 
 pkgname=nestopia
-pkgver=1.46.1
+pkgver=1.46.2
 pkgrel=1
 pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
 url='http://0ldsk00l.ca/nestopia/'
@@ -14,7 +14,7 @@
 makedepends=('unzip' 'mesa' 'xdg-utils')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver";
"build-fix.patch")
-md5sums=('0300523641d62b0b034bd2e16d0435e6'
+md5sums=('3af8ed8ce084803a50a2d058b6d77e6e'
  '4a852d8e484c2fe214377ec18a68356f')
 
 prepare() {


[arch-commits] Commit in remmina/repos (52 files)

2014-10-14 Thread Sergej Pupykin
Date: Tuesday, October 14, 2014 @ 13:25:41
  Author: spupykin
Revision: 120639

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

Added:
  remmina/repos/community-staging-i686/1aebfc02.patch
(from rev 120638, remmina/trunk/1aebfc02.patch)
  remmina/repos/community-staging-i686/3ebdd6e7.patch
(from rev 120638, remmina/trunk/3ebdd6e7.patch)
  remmina/repos/community-staging-i686/569d9bb7.patch
(from rev 120638, remmina/trunk/569d9bb7.patch)
  remmina/repos/community-staging-i686/6ee20289.patch
(from rev 120638, remmina/trunk/6ee20289.patch)
  remmina/repos/community-staging-i686/84327f81.patch
(from rev 120638, remmina/trunk/84327f81.patch)
  remmina/repos/community-staging-i686/97c2af8c.patch
(from rev 120638, remmina/trunk/97c2af8c.patch)
  remmina/repos/community-staging-i686/PKGBUILD
(from rev 120638, remmina/trunk/PKGBUILD)
  remmina/repos/community-staging-i686/b2277827.patch
(from rev 120638, remmina/trunk/b2277827.patch)
  remmina/repos/community-staging-i686/c1ef3a16.patch
(from rev 120638, remmina/trunk/c1ef3a16.patch)
  remmina/repos/community-staging-i686/cb0b209b.patch
(from rev 120638, remmina/trunk/cb0b209b.patch)
  remmina/repos/community-staging-i686/f7d1038b.patch
(from rev 120638, remmina/trunk/f7d1038b.patch)
  remmina/repos/community-staging-i686/remmina.install
(from rev 120638, remmina/trunk/remmina.install)
  remmina/repos/community-staging-i686/vte2.91.patch
(from rev 120638, remmina/trunk/vte2.91.patch)
  remmina/repos/community-staging-x86_64/1aebfc02.patch
(from rev 120638, remmina/trunk/1aebfc02.patch)
  remmina/repos/community-staging-x86_64/3ebdd6e7.patch
(from rev 120638, remmina/trunk/3ebdd6e7.patch)
  remmina/repos/community-staging-x86_64/569d9bb7.patch
(from rev 120638, remmina/trunk/569d9bb7.patch)
  remmina/repos/community-staging-x86_64/6ee20289.patch
(from rev 120638, remmina/trunk/6ee20289.patch)
  remmina/repos/community-staging-x86_64/84327f81.patch
(from rev 120638, remmina/trunk/84327f81.patch)
  remmina/repos/community-staging-x86_64/97c2af8c.patch
(from rev 120638, remmina/trunk/97c2af8c.patch)
  remmina/repos/community-staging-x86_64/PKGBUILD
(from rev 120638, remmina/trunk/PKGBUILD)
  remmina/repos/community-staging-x86_64/b2277827.patch
(from rev 120638, remmina/trunk/b2277827.patch)
  remmina/repos/community-staging-x86_64/c1ef3a16.patch
(from rev 120638, remmina/trunk/c1ef3a16.patch)
  remmina/repos/community-staging-x86_64/cb0b209b.patch
(from rev 120638, remmina/trunk/cb0b209b.patch)
  remmina/repos/community-staging-x86_64/f7d1038b.patch
(from rev 120638, remmina/trunk/f7d1038b.patch)
  remmina/repos/community-staging-x86_64/remmina.install
(from rev 120638, remmina/trunk/remmina.install)
  remmina/repos/community-staging-x86_64/vte2.91.patch
(from rev 120638, remmina/trunk/vte2.91.patch)
Deleted:
  remmina/repos/community-staging-i686/1aebfc02.patch
  remmina/repos/community-staging-i686/3ebdd6e7.patch
  remmina/repos/community-staging-i686/569d9bb7.patch
  remmina/repos/community-staging-i686/6ee20289.patch
  remmina/repos/community-staging-i686/84327f81.patch
  remmina/repos/community-staging-i686/97c2af8c.patch
  remmina/repos/community-staging-i686/PKGBUILD
  remmina/repos/community-staging-i686/b2277827.patch
  remmina/repos/community-staging-i686/c1ef3a16.patch
  remmina/repos/community-staging-i686/cb0b209b.patch
  remmina/repos/community-staging-i686/f7d1038b.patch
  remmina/repos/community-staging-i686/remmina.install
  remmina/repos/community-staging-i686/vte2.91.patch
  remmina/repos/community-staging-x86_64/1aebfc02.patch
  remmina/repos/community-staging-x86_64/3ebdd6e7.patch
  remmina/repos/community-staging-x86_64/569d9bb7.patch
  remmina/repos/community-staging-x86_64/6ee20289.patch
  remmina/repos/community-staging-x86_64/84327f81.patch
  remmina/repos/community-staging-x86_64/97c2af8c.patch
  remmina/repos/community-staging-x86_64/PKGBUILD
  remmina/repos/community-staging-x86_64/b2277827.patch
  remmina/repos/community-staging-x86_64/c1ef3a16.patch
  remmina/repos/community-staging-x86_64/cb0b209b.patch
  remmina/repos/community-staging-x86_64/f7d1038b.patch
  remmina/repos/community-staging-x86_64/remmina.install
  remmina/repos/community-staging-x86_64/vte2.91.patch

--+
 /1aebfc02.patch  |  158 +++
 /3ebdd6e7.patch  | 1320 +
 /569d9bb7.patch  |  116 ++
 /6ee20289.patch  |  136 ++
 /84327f81.patch  |  354 +++
 /97c2af8c.patch  |  140 +++
 /PKGBUILD|  104 ++
 /b2277827.patch  |   42 
 /c1ef3a16.patch  |  100 ++
 /cb0b209b.patch  |  100 ++
 /f7d1038b.patch  |   96 

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

2014-10-14 Thread Sergej Pupykin
Date: Tuesday, October 14, 2014 @ 13:25:01
  Author: spupykin
Revision: 120638

upgpkg: remmina 1.1.1-2

upd

Modified:
  remmina/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 11:14:58 UTC (rev 120637)
+++ PKGBUILD2014-10-14 11:25:01 UTC (rev 120638)
@@ -3,7 +3,7 @@
 
 pkgname=remmina
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="remote desktop client written in GTK+"
 arch=(i686 x86_64)
 url="http://freerdp.github.io/Remmina/";
@@ -29,7 +29,6 @@
 
 prepare() {
   cd ${srcdir}/Remmina-$pkgver/
-
   for i in "${source[@]}"; do
 if [[ $i == *.patch ]]; then
   patch -F100 -p1 -i "${srcdir}/${i}"
@@ -39,9 +38,10 @@
 
 build() {
   cd ${srcdir}/Remmina-$pkgver/
-
-#  export LDFLAGS="-lX11 -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 
-lgmodule-2.0 -lgthread-2.0 -lpthread -lgnutls"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_APPINDICATOR=OFF .
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DWITH_APPINDICATOR=OFF .
   make
 }
 
@@ -48,4 +48,5 @@
 package() {
   cd ${srcdir}/Remmina-$pkgver/
   make DESTDIR=${pkgdir} install
+  rm -rf $pkgdir/build
 }


[arch-commits] Commit in remmina/repos (28 files)

2014-10-14 Thread Sergej Pupykin
Date: Tuesday, October 14, 2014 @ 13:14:58
  Author: spupykin
Revision: 120637

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

Added:
  remmina/repos/community-staging-i686/
  remmina/repos/community-staging-i686/1aebfc02.patch
(from rev 120636, remmina/trunk/1aebfc02.patch)
  remmina/repos/community-staging-i686/3ebdd6e7.patch
(from rev 120636, remmina/trunk/3ebdd6e7.patch)
  remmina/repos/community-staging-i686/569d9bb7.patch
(from rev 120636, remmina/trunk/569d9bb7.patch)
  remmina/repos/community-staging-i686/6ee20289.patch
(from rev 120636, remmina/trunk/6ee20289.patch)
  remmina/repos/community-staging-i686/84327f81.patch
(from rev 120636, remmina/trunk/84327f81.patch)
  remmina/repos/community-staging-i686/97c2af8c.patch
(from rev 120636, remmina/trunk/97c2af8c.patch)
  remmina/repos/community-staging-i686/PKGBUILD
(from rev 120636, remmina/trunk/PKGBUILD)
  remmina/repos/community-staging-i686/b2277827.patch
(from rev 120636, remmina/trunk/b2277827.patch)
  remmina/repos/community-staging-i686/c1ef3a16.patch
(from rev 120636, remmina/trunk/c1ef3a16.patch)
  remmina/repos/community-staging-i686/cb0b209b.patch
(from rev 120636, remmina/trunk/cb0b209b.patch)
  remmina/repos/community-staging-i686/f7d1038b.patch
(from rev 120636, remmina/trunk/f7d1038b.patch)
  remmina/repos/community-staging-i686/remmina.install
(from rev 120636, remmina/trunk/remmina.install)
  remmina/repos/community-staging-i686/vte2.91.patch
(from rev 120636, remmina/trunk/vte2.91.patch)
  remmina/repos/community-staging-x86_64/
  remmina/repos/community-staging-x86_64/1aebfc02.patch
(from rev 120636, remmina/trunk/1aebfc02.patch)
  remmina/repos/community-staging-x86_64/3ebdd6e7.patch
(from rev 120636, remmina/trunk/3ebdd6e7.patch)
  remmina/repos/community-staging-x86_64/569d9bb7.patch
(from rev 120636, remmina/trunk/569d9bb7.patch)
  remmina/repos/community-staging-x86_64/6ee20289.patch
(from rev 120636, remmina/trunk/6ee20289.patch)
  remmina/repos/community-staging-x86_64/84327f81.patch
(from rev 120636, remmina/trunk/84327f81.patch)
  remmina/repos/community-staging-x86_64/97c2af8c.patch
(from rev 120636, remmina/trunk/97c2af8c.patch)
  remmina/repos/community-staging-x86_64/PKGBUILD
(from rev 120636, remmina/trunk/PKGBUILD)
  remmina/repos/community-staging-x86_64/b2277827.patch
(from rev 120636, remmina/trunk/b2277827.patch)
  remmina/repos/community-staging-x86_64/c1ef3a16.patch
(from rev 120636, remmina/trunk/c1ef3a16.patch)
  remmina/repos/community-staging-x86_64/cb0b209b.patch
(from rev 120636, remmina/trunk/cb0b209b.patch)
  remmina/repos/community-staging-x86_64/f7d1038b.patch
(from rev 120636, remmina/trunk/f7d1038b.patch)
  remmina/repos/community-staging-x86_64/remmina.install
(from rev 120636, remmina/trunk/remmina.install)
  remmina/repos/community-staging-x86_64/vte2.91.patch
(from rev 120636, remmina/trunk/vte2.91.patch)

--+
 community-staging-i686/1aebfc02.patch|   79 +++
 community-staging-i686/3ebdd6e7.patch|  660 +
 community-staging-i686/569d9bb7.patch|   58 ++
 community-staging-i686/6ee20289.patch|   68 ++
 community-staging-i686/84327f81.patch|  177 +++
 community-staging-i686/97c2af8c.patch|   70 +++
 community-staging-i686/PKGBUILD  |   51 ++
 community-staging-i686/b2277827.patch|   21 
 community-staging-i686/c1ef3a16.patch|   50 ++
 community-staging-i686/cb0b209b.patch|   50 ++
 community-staging-i686/f7d1038b.patch|   48 ++
 community-staging-i686/remmina.install   |   11 
 community-staging-i686/vte2.91.patch |   79 +++
 community-staging-x86_64/1aebfc02.patch  |   79 +++
 community-staging-x86_64/3ebdd6e7.patch  |  660 +
 community-staging-x86_64/569d9bb7.patch  |   58 ++
 community-staging-x86_64/6ee20289.patch  |   68 ++
 community-staging-x86_64/84327f81.patch  |  177 +++
 community-staging-x86_64/97c2af8c.patch  |   70 +++
 community-staging-x86_64/PKGBUILD|   51 ++
 community-staging-x86_64/b2277827.patch  |   21 
 community-staging-x86_64/c1ef3a16.patch  |   50 ++
 community-staging-x86_64/cb0b209b.patch  |   50 ++
 community-staging-x86_64/f7d1038b.patch  |   48 ++
 community-staging-x86_64/remmina.install |   11 
 community-staging-x86_64/vte2.91.patch   |   79 +++
 26 files changed, 2844 insertions(+)

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


  1   2   >