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

2015-03-06 Thread Kyle Keen
Date: Friday, March 6, 2015 @ 23:40:36
  Author: kkeen
Revision: 128845

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-06 22:39:55 UTC (rev 128844)
+++ community-i686/PKGBUILD 2015-03-06 22:40:36 UTC (rev 128845)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dmitriy Morozov foxcub
-
-pkgname=cgal
-pkgver=4.5.1
-pkgrel=2
-_pkgid=34403
-pkgdesc=Computational Geometry Algorithms Library
-arch=('i686' 'x86_64')
-url=http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('3e413f2b3d791f88ea9177cfdf4dbb60')
-
-# consider building with swig for python stuff
-
-build() {
-  cd $srcdir/CGAL-$pkgver
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/CGAL-$pkgver/build
-  make install DESTDIR=$pkgdir
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
-  done
-}
-

Copied: cgal/repos/community-i686/PKGBUILD (from rev 128844, 
cgal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-06 22:40:36 UTC (rev 128845)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dmitriy Morozov foxcub
+
+pkgname=cgal
+pkgver=4.5.2
+pkgrel=1
+_pkgid=34512
+pkgdesc=Computational Geometry Algorithms Library
+arch=('i686' 'x86_64')
+url=http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('1dd616f149a1b00be968fffb99cb4f66')
+
+# consider building with swig for python stuff
+
+build() {
+  cd $srcdir/CGAL-$pkgver
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/CGAL-$pkgver/build
+  make install DESTDIR=$pkgdir
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
+  done
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-06 22:39:55 UTC (rev 128844)
+++ community-x86_64/PKGBUILD   2015-03-06 22:40:36 UTC (rev 128845)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dmitriy Morozov foxcub
-
-pkgname=cgal
-pkgver=4.5.1
-pkgrel=2
-_pkgid=34403
-pkgdesc=Computational Geometry Algorithms Library
-arch=('i686' 'x86_64')
-url=http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('3e413f2b3d791f88ea9177cfdf4dbb60')
-
-# consider building with swig for python stuff
-
-build() {
-  cd $srcdir/CGAL-$pkgver
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/CGAL-$pkgver/build
-  make install DESTDIR=$pkgdir
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
-  done
-}
-

Copied: cgal/repos/community-x86_64/PKGBUILD (from rev 128844, 
cgal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-06 

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

2015-03-06 Thread Eric Bélanger
Date: Saturday, March 7, 2015 @ 05:19:25
  Author: eric
Revision: 232957

upgpkg: gajim 0.16.1-1

Upstream update

Modified:
  gajim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 22:10:44 UTC (rev 232956)
+++ PKGBUILD2015-03-07 04:19:25 UTC (rev 232957)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=gajim
-pkgver=0.16
+pkgver=0.16.1
 pkgrel=1
 pkgdesc=A full featured and easy to use Jabber client
 arch=('any')
@@ -23,8 +23,8 @@
 'python2-docutils: for RST generator support'
 'gupnp-igd: for UPnP-IGD support')
 install=gajim.install
-source=(http://www.gajim.org/downloads/${pkgver}/gajim-${pkgver}.tar.bz2 
gajim-drill.patch)
-sha1sums=('d2983f7a4e0a33d1a4eb2e603207125e277aa756'
+source=(http://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2 
gajim-drill.patch)
+sha1sums=('44068a9079b48108b951cdaba0fdec32c8484d2b'
   'e4c06bdbaf23df6b7e6090dd52425a86f3a44358')
 
 prepare() {


[arch-commits] Commit in gajim/repos/extra-any (6 files)

2015-03-06 Thread Eric Bélanger
Date: Saturday, March 7, 2015 @ 05:21:02
  Author: eric
Revision: 232958

archrelease: copy trunk to extra-any

Added:
  gajim/repos/extra-any/PKGBUILD
(from rev 232957, gajim/trunk/PKGBUILD)
  gajim/repos/extra-any/gajim-drill.patch
(from rev 232957, gajim/trunk/gajim-drill.patch)
  gajim/repos/extra-any/gajim.install
(from rev 232957, gajim/trunk/gajim.install)
Deleted:
  gajim/repos/extra-any/PKGBUILD
  gajim/repos/extra-any/gajim-drill.patch
  gajim/repos/extra-any/gajim.install

---+
 PKGBUILD  |   88 +-
 gajim-drill.patch | 1708 ++--
 gajim.install |   22 
 3 files changed, 909 insertions(+), 909 deletions(-)

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


[arch-commits] Commit in (polarssl)

2015-03-06 Thread Kyle Keen
Date: Saturday, March 7, 2015 @ 02:45:35
  Author: kkeen
Revision: 128848

remove polarssl, replaced by mbedtls

Deleted:
  polarssl/


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

2015-03-06 Thread Kyle Keen
Date: Friday, March 6, 2015 @ 23:39:55
  Author: kkeen
Revision: 128844

upgpkg: cgal 4.5.2-1

Modified:
  cgal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 22:20:29 UTC (rev 128843)
+++ PKGBUILD2015-03-06 22:39:55 UTC (rev 128844)
@@ -3,9 +3,9 @@
 # Contributor: Dmitriy Morozov foxcub
 
 pkgname=cgal
-pkgver=4.5.1
-pkgrel=2
-_pkgid=34403
+pkgver=4.5.2
+pkgrel=1
+_pkgid=34512
 pkgdesc=Computational Geometry Algorithms Library
 arch=('i686' 'x86_64')
 url=http://www.cgal.org;
@@ -15,7 +15,7 @@
 optdepends=('qt4: for CGAL_Qt4'
 'eigen: for some packages, see the CGAL manual')
 makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('3e413f2b3d791f88ea9177cfdf4dbb60')
+md5sums=('1dd616f149a1b00be968fffb99cb4f66')
 
 # consider building with swig for python stuff
 


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

2015-03-06 Thread Kyle Keen
Date: Saturday, March 7, 2015 @ 02:59:39
  Author: kkeen
Revision: 128850

archrelease: copy trunk to community-any

Added:
  isodate/repos/community-any/PKGBUILD
(from rev 128849, isodate/trunk/PKGBUILD)
Deleted:
  isodate/repos/community-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-07 01:59:17 UTC (rev 128849)
+++ PKGBUILD2015-03-07 01:59:39 UTC (rev 128850)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgbase=isodate
-pkgname=('python2-isodate' 'python-isodate')
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=An ISO 8601 date/time/duration parser and formater
-arch=('any')
-url=http://pypi.python.org/pypi/isodate;
-license=('BSD')
-makedepends=('python2' 'python')
-checkdepends=('python2-setuptools' 'python-setuptools')
-source=(http://pypi.python.org/packages/source/i/isodate/$pkgbase-$pkgver.tar.gz)
-sha1sums=('1174aeb482567df02933bdc6f6e7c2a9a72eb31e')
-
-build() {
-  cp -r $pkgbase-$pkgver $srcdir/python2
-}
-
-check() {
-  cd $srcdir/python2
-  python2 setup.py test
-  cd $srcdir/$pkgbase-$pkgver
-  python setup.py test
-}
-
-package_python2-isodate() {
-  depends=('python2')
-
-  cd $srcdir/python2
-  python2 setup.py install --root=$pkgdir/ --optimize=0
-  find $pkgdir/ -name '*.pyc' -delete
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  head -26 src/isodate/isodates.py  
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python-isodate() {
-  depends=('python')
-
-  cd $srcdir/$pkgbase-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=0
-  find $pkgdir/ -name '*.pyc' -delete
-  find $pkgdir/ -type d -empty -delete
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  head -26 src/isodate/isodates.py  
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: isodate/repos/community-any/PKGBUILD (from rev 128849, 
isodate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-07 01:59:39 UTC (rev 128850)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:
+
+pkgbase=isodate
+pkgname=('python2-isodate' 'python-isodate')
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=An ISO 8601 date/time/duration parser and formater
+arch=('any')
+url=http://pypi.python.org/pypi/isodate;
+license=('BSD')
+makedepends=('python2' 'python')
+checkdepends=('python2-setuptools' 'python-setuptools')
+source=(http://pypi.python.org/packages/source/i/isodate/$pkgbase-$pkgver.tar.gz)
+sha1sums=('b4ee406451fbc95cf12beac368a7155704c52635')
+
+build() {
+  cp -r $pkgbase-$pkgver $srcdir/python2
+}
+
+check() {
+  cd $srcdir/python2
+  python2 setup.py test
+  cd $srcdir/$pkgbase-$pkgver
+  python setup.py test
+}
+
+package_python2-isodate() {
+  depends=('python2')
+
+  cd $srcdir/python2
+  python2 setup.py install --root=$pkgdir/ --optimize=0
+  find $pkgdir/ -name '*.pyc' -delete
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  head -26 src/isodate/isodates.py  
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-isodate() {
+  depends=('python')
+
+  cd $srcdir/$pkgbase-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=0
+  find $pkgdir/ -name '*.pyc' -delete
+  find $pkgdir/ -type d -empty -delete
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  head -26 src/isodate/isodates.py  
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-03-06 Thread Kyle Keen
Date: Saturday, March 7, 2015 @ 02:59:17
  Author: kkeen
Revision: 128849

upgpkg: isodate 0.5.1-1

Modified:
  isodate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 01:45:35 UTC (rev 128848)
+++ PKGBUILD2015-03-07 01:59:17 UTC (rev 128849)
@@ -3,7 +3,7 @@
 
 pkgbase=isodate
 pkgname=('python2-isodate' 'python-isodate')
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc=An ISO 8601 date/time/duration parser and formater
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python2' 'python')
 checkdepends=('python2-setuptools' 'python-setuptools')
 
source=(http://pypi.python.org/packages/source/i/isodate/$pkgbase-$pkgver.tar.gz)
-sha1sums=('1174aeb482567df02933bdc6f6e7c2a9a72eb31e')
+sha1sums=('b4ee406451fbc95cf12beac368a7155704c52635')
 
 build() {
   cp -r $pkgbase-$pkgver $srcdir/python2


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

2015-03-06 Thread Jan Steffens
Date: Friday, March 6, 2015 @ 15:15:53
  Author: heftig
Revision: 128818

archrelease: copy trunk to community-any

Added:
  wine-mono/repos/community-any/PKGBUILD
(from rev 128817, wine-mono/trunk/PKGBUILD)
Deleted:
  wine-mono/repos/community-any/PKGBUILD

--+
 PKGBUILD |   38 +++---
 1 file changed, 19 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-06 14:03:19 UTC (rev 128817)
+++ PKGBUILD2015-03-06 14:15:53 UTC (rev 128818)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=wine-mono
-pkgver=4.5.4
-pkgrel=1
-pkgdesc=Wine's built-in replacement for Microsoft's .NET Framework
-arch=(any)
-url=http://wiki.winehq.org/Mono;
-license=(GPL LGPL2.1 MPL)
-depends=('wine')
-source=(http://downloads.sourceforge.net/project/wine/Wine%20Mono/$pkgver/$pkgname-${pkgver}.msi)
-md5sums=('2d12a9475e2986177dc38572592bd94d')
-
-package() {
-  _monodir=$pkgdir/usr/share/wine/mono
-
-  install -Dm644 $pkgname-${pkgver}.msi $_monodir/$pkgname-${pkgver}.msi
-}

Copied: wine-mono/repos/community-any/PKGBUILD (from rev 128817, 
wine-mono/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-06 14:15:53 UTC (rev 128818)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=wine-mono
+pkgver=4.5.6
+pkgrel=1
+pkgdesc=Wine's built-in replacement for Microsoft's .NET Framework
+arch=(any)
+url=http://wiki.winehq.org/Mono;
+license=(GPL LGPL2.1 MPL)
+depends=('wine')
+source=(http://downloads.sourceforge.net/project/wine/Wine%20Mono/$pkgver/$pkgname-${pkgver}.msi)
+md5sums=('6cec03fb81eb083c517c9bb2d70a1424')
+
+package() {
+  _monodir=$pkgdir/usr/share/wine/mono
+
+  install -Dm644 $pkgname-${pkgver}.msi $_monodir/$pkgname-${pkgver}.msi
+}


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

2015-03-06 Thread Jan Steffens
Date: Friday, March 6, 2015 @ 15:00:40
  Author: heftig
Revision: 128816

2.36

Modified:
  wine_gecko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 13:24:09 UTC (rev 128815)
+++ PKGBUILD2015-03-06 14:00:40 UTC (rev 128816)
@@ -5,16 +5,16 @@
 # Contributor: Alexander 'bas' Brovikov (bas at it-core dot org)
 
 pkgname=wine_gecko
-pkgver=2.34
+pkgver=2.36
 pkgrel=1
 pkgdesc=Wine's built-in replacement for Microsoft's Internet Explorer
 arch=(i686 x86_64)
 url=http://wiki.winehq.org/Gecko;
 license=(MPL)
-depends=('wine=1.5.31')
+depends=('wine=1.7.38')
 
source=(http://downloads.sourceforge.net/project/wine/Wine%20Gecko/$pkgver/$pkgname-$pkgver-x86{,_64}.msi)
-md5sums=('54bd9d6b4fdcd556d89b4ef83c31ac8c'
- '2b658806733be574309c418f6c0d4cba')
+md5sums=('490668a7f1cb42ceba56208bfe51334f'
+ '7f0826b2592d35129c54bcbf612eea63')
 
 if [[ $CARCH == i686 ]]; then
   # Strip x86_64 msi


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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 16:36:45
  Author: jgc
Revision: 232944

upgpkg: pangomm 2.35.1-1

Modified:
  pangomm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 15:19:54 UTC (rev 232943)
+++ PKGBUILD2015-03-06 15:36:45 UTC (rev 232944)
@@ -3,7 +3,7 @@
 
 pkgbase=pangomm
 pkgname=('pangomm' 'pangomm-docs')
-pkgver=2.34.0
+pkgver=2.35.1
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -10,7 +10,7 @@
 makedepends=('pango' 'glibmm' 'glibmm-docs' 'cairomm' 'pkgconfig')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::4}/${pkgname}-${pkgver}.tar.xz)
 url=http://gtkmm.sourceforge.net/;
-sha256sums=('0e82bbff62f626692a00f3772d8b17169a1842b8cc54d5f2ddb1fec2cede9e41')
+sha256sums=('3eb4d11014d09627b2b7c532c65b54fa182905b4c9688901ae11cdfb506dbc55')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in mingw-w64-winpthreads/repos/community-any (PKGBUILD PKGBUILD)

2015-03-06 Thread Sergej Pupykin
Date: Friday, March 6, 2015 @ 11:58:39
  Author: spupykin
Revision: 128803

archrelease: copy trunk to community-any

Added:
  mingw-w64-winpthreads/repos/community-any/PKGBUILD
(from rev 128802, mingw-w64-winpthreads/trunk/PKGBUILD)
Deleted:
  mingw-w64-winpthreads/repos/community-any/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-06 10:58:31 UTC (rev 128802)
+++ PKGBUILD2015-03-06 10:58:39 UTC (rev 128803)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-
-pkgname=mingw-w64-winpthreads
-pkgver=4.0rc3
-_pkgver=4.0-rc2
-pkgrel=1
-pkgdesc='MinGW-w64 winpthreads library'
-arch=('any')
-url='http://mingw-w64.sourceforge.net'
-license=('custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-crt')
-provides=('mingw-w64-headers-bootstrap')
-conflicts=('mingw-w64-headers-bootstrap')
-replaces=('mingw-w64-headers-bootstrap')
-options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
-source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
-md5sums=('e08c4c0265c0e97f514695a1fa57af9e')
-
-build() {
-  for _target in ${_targets}; do
-msg Building ${_target} winpthreads...
-mkdir -p ${srcdir}/winpthreads-build-${_target}  cd 
${srcdir}/winpthreads-build-${_target}
-${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-libraries/winpthreads/configure 
--prefix=/usr/${_target} \
---host=${_target} --enable-static --enable-shared
-make
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-cd ${srcdir}/winpthreads-build-${_target}
-make DESTDIR=${pkgdir} install
-${_target}-strip --strip-unneeded $pkgdir/usr/${_target}/bin/*.dll
-  done
-}
\ No newline at end of file

Copied: mingw-w64-winpthreads/repos/community-any/PKGBUILD (from rev 128802, 
mingw-w64-winpthreads/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-06 10:58:39 UTC (rev 128803)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+
+pkgname=mingw-w64-winpthreads
+pkgver=4.0rc3
+_pkgver=${pkgver/rc/-rc}
+pkgrel=3
+pkgdesc='MinGW-w64 winpthreads library'
+arch=('any')
+url='http://mingw-w64.sourceforge.net'
+license=('custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-crt')
+provides=('mingw-w64-headers-bootstrap')
+conflicts=('mingw-w64-headers-bootstrap')
+replaces=('mingw-w64-headers-bootstrap')
+options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
+source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
+md5sums=('76eac541947e33614c6014905bce5de5')
+
+build() {
+  for _target in ${_targets}; do
+msg Building ${_target} winpthreads...
+mkdir -p ${srcdir}/winpthreads-build-${_target}  cd 
${srcdir}/winpthreads-build-${_target}
+${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-libraries/winpthreads/configure 
--prefix=/usr/${_target} \
+--host=${_target} --enable-static --enable-shared
+make
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+cd ${srcdir}/winpthreads-build-${_target}
+make DESTDIR=${pkgdir} install
+${_target}-strip --strip-unneeded $pkgdir/usr/${_target}/bin/*.dll
+  done
+}
\ No newline at end of file


[arch-commits] Commit in mingw-w64-winpthreads/trunk (PKGBUILD)

2015-03-06 Thread Sergej Pupykin
Date: Friday, March 6, 2015 @ 11:58:31
  Author: spupykin
Revision: 128802

upgpkg: mingw-w64-winpthreads 4.0rc3-3

upd

Modified:
  mingw-w64-winpthreads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 10:58:22 UTC (rev 128801)
+++ PKGBUILD2015-03-06 10:58:31 UTC (rev 128802)
@@ -6,8 +6,8 @@
 
 pkgname=mingw-w64-winpthreads
 pkgver=4.0rc3
-_pkgver=4.0-rc2
-pkgrel=1
+_pkgver=${pkgver/rc/-rc}
+pkgrel=3
 pkgdesc='MinGW-w64 winpthreads library'
 arch=('any')
 url='http://mingw-w64.sourceforge.net'
@@ -19,7 +19,7 @@
 replaces=('mingw-w64-headers-bootstrap')
 options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
 
source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
-md5sums=('e08c4c0265c0e97f514695a1fa57af9e')
+md5sums=('76eac541947e33614c6014905bce5de5')
 
 build() {
   for _target in ${_targets}; do


[arch-commits] Commit in mingw-w64-headers/repos/community-any (PKGBUILD PKGBUILD)

2015-03-06 Thread Sergej Pupykin
Date: Friday, March 6, 2015 @ 11:58:22
  Author: spupykin
Revision: 128801

archrelease: copy trunk to community-any

Added:
  mingw-w64-headers/repos/community-any/PKGBUILD
(from rev 128800, mingw-w64-headers/trunk/PKGBUILD)
Deleted:
  mingw-w64-headers/repos/community-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-06 10:58:12 UTC (rev 128800)
+++ PKGBUILD2015-03-06 10:58:22 UTC (rev 128801)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-
-pkgname='mingw-w64-headers'
-pkgver=4.0rc3
-_pkgver=4.0-rc2
-pkgrel=1
-pkgdesc=MinGW-w64 headers for Windows
-arch=('any')
-url=http://mingw-w64.sourceforge.net;
-license=('custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-options=('!strip' '!libtool' '!emptydirs')
-source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
-md5sums=('e08c4c0265c0e97f514695a1fa57af9e')
-
-build() {
-  for _target in ${_targets}; do
-msg Configuring ${_target} headers
-mkdir -p ${srcdir}/headers-${_target}  cd ${srcdir}/headers-${_target}
-${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/configure 
--prefix=/usr/${_target} --enable-sdk=all --enable-secure-api --host=${_target}
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-msg Installing ${_target} headers
-cd ${srcdir}/headers-${_target}
-make DESTDIR=${pkgdir} install
-rm ${pkgdir}/usr/${_target}/include/pthread_signal.h
-rm ${pkgdir}/usr/${_target}/include/pthread_time.h
-rm ${pkgdir}/usr/${_target}/include/pthread_unistd.h
-  done
-
-  msg Installing MinGW-w64 licenses
-  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/COPYING.MinGW-w64/COPYING.MinGW-w64.txt 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MinGW-w64.txt
-  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/COPYING.MinGW-w64-runtime/COPYING.MinGW-w64-runtime.txt
 ${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MinGW-w64-runtime.txt
-  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/ddk/readme.txt 
${pkgdir}/usr/share/licenses/${pkgname}/ddk-readme.txt
-  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/direct-x/COPYING.LIB 
${pkgdir}/usr/share/licenses/${pkgname}/direct-x-COPYING.LIB
-  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/direct-x/readme.txt 
${pkgdir}/usr/share/licenses/${pkgname}/direct-x-readme.txt
-}

Copied: mingw-w64-headers/repos/community-any/PKGBUILD (from rev 128800, 
mingw-w64-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-06 10:58:22 UTC (rev 128801)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+
+pkgname='mingw-w64-headers'
+pkgver=4.0rc3
+_pkgver=${pkgver/rc/-rc}
+pkgrel=3
+pkgdesc=MinGW-w64 headers for Windows
+arch=('any')
+url=http://mingw-w64.sourceforge.net;
+license=('custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+options=('!strip' '!libtool' '!emptydirs')
+source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
+md5sums=('76eac541947e33614c6014905bce5de5')
+
+build() {
+  for _target in ${_targets}; do
+msg Configuring ${_target} headers
+mkdir -p ${srcdir}/headers-${_target}  cd ${srcdir}/headers-${_target}
+${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/configure 
--prefix=/usr/${_target} --enable-sdk=all --enable-secure-api --host=${_target}
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+msg Installing ${_target} headers
+cd ${srcdir}/headers-${_target}
+make DESTDIR=${pkgdir} install
+rm ${pkgdir}/usr/${_target}/include/pthread_signal.h
+rm ${pkgdir}/usr/${_target}/include/pthread_time.h
+rm ${pkgdir}/usr/${_target}/include/pthread_unistd.h
+  done
+
+  msg Installing MinGW-w64 licenses
+  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/COPYING.MinGW-w64/COPYING.MinGW-w64.txt 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MinGW-w64.txt
+  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/COPYING.MinGW-w64-runtime/COPYING.MinGW-w64-runtime.txt
 ${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MinGW-w64-runtime.txt
+  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/ddk/readme.txt 
${pkgdir}/usr/share/licenses/${pkgname}/ddk-readme.txt
+  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/direct-x/COPYING.LIB 
${pkgdir}/usr/share/licenses/${pkgname}/direct-x-COPYING.LIB
+  install -Dm644 

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

2015-03-06 Thread Sergej Pupykin
Date: Friday, March 6, 2015 @ 11:58:42
  Author: spupykin
Revision: 128804

upgpkg: tigervnc 1.4.3-3

upd

Modified:
  tigervnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 10:58:39 UTC (rev 128803)
+++ PKGBUILD2015-03-06 10:58:42 UTC (rev 128804)
@@ -3,7 +3,7 @@
 
 pkgname=tigervnc
 pkgver=1.4.3
-pkgrel=2
+pkgrel=3
 _xorgver=1.17.1
 pkgdesc=Suite of VNC servers and clients. Based on the VNC 4 branch of 
TightVNC.
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('fltk' 'pam' 'gnutls' 'libjpeg-turbo' 'libxtst' 'libxfont' 'pixman'
 'xorg-xauth' 'xorg-xsetroot' 'xkeyboard-config' 'xorg-xkbcomp'
-'libgl' 'libgcrypt' 'perl' )
+'libgl' 'libgcrypt' 'perl' 'libxdamage')
 makedepends=('cmake' 'nasm' 'xorg-font-util' 'xorg-util-macros' 'bigreqsproto'
 'compositeproto' 'damageproto' 'randrproto' 'resourceproto'
 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xf86vidmodeproto'


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

2015-03-06 Thread Jan Steffens
Date: Friday, March 6, 2015 @ 15:03:19
  Author: heftig
Revision: 128817

4.5.6

Modified:
  wine-mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 14:00:40 UTC (rev 128816)
+++ PKGBUILD2015-03-06 14:03:19 UTC (rev 128817)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=wine-mono
-pkgver=4.5.4
+pkgver=4.5.6
 pkgrel=1
 pkgdesc=Wine's built-in replacement for Microsoft's .NET Framework
 arch=(any)
@@ -10,7 +10,7 @@
 license=(GPL LGPL2.1 MPL)
 depends=('wine')
 
source=(http://downloads.sourceforge.net/project/wine/Wine%20Mono/$pkgver/$pkgname-${pkgver}.msi)
-md5sums=('2d12a9475e2986177dc38572592bd94d')
+md5sums=('6cec03fb81eb083c517c9bb2d70a1424')
 
 package() {
   _monodir=$pkgdir/usr/share/wine/mono


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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 16:19:54
  Author: jgc
Revision: 232943

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  glibmm/repos/gnome-unstable-i686/
  glibmm/repos/gnome-unstable-i686/PKGBUILD
(from rev 232942, glibmm/trunk/PKGBUILD)
  glibmm/repos/gnome-unstable-x86_64/
  glibmm/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 232942, glibmm/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   34 ++
 gnome-unstable-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: glibmm/repos/gnome-unstable-i686/PKGBUILD (from rev 232942, 
glibmm/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-06 15:19:54 UTC (rev 232943)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.43.91
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+url=http://www.gtkmm.org/;
+sha256sums=('d724d89986aaf4ca05398ad02e47a1e06f5952c1715cb064d266877eaa401b67')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_glibmm() {
+  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
+  depends=('glib2' 'libsigc++')
+  cd $pkgbase-$pkgver
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR=$pkgdir install
+}
+
+package_glibmm-docs() {
+  pkgdesc=Developer documentation for glibmm
+  cd $pkgbase-$pkgver/docs
+  make DESTDIR=$pkgdir install
+}

Copied: glibmm/repos/gnome-unstable-x86_64/PKGBUILD (from rev 232942, 
glibmm/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-06 15:19:54 UTC (rev 232943)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.43.91
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+url=http://www.gtkmm.org/;
+sha256sums=('d724d89986aaf4ca05398ad02e47a1e06f5952c1715cb064d266877eaa401b67')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_glibmm() {
+  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
+  depends=('glib2' 'libsigc++')
+  cd $pkgbase-$pkgver
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR=$pkgdir install
+}
+
+package_glibmm-docs() {
+  pkgdesc=Developer documentation for glibmm
+  cd $pkgbase-$pkgver/docs
+  make DESTDIR=$pkgdir install
+}


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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 16:19:48
  Author: jgc
Revision: 232942

upgpkg: glibmm 2.43.91-1

Modified:
  glibmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 14:13:03 UTC (rev 232941)
+++ PKGBUILD2015-03-06 15:19:48 UTC (rev 232942)
@@ -4,7 +4,7 @@
 
 pkgbase=glibmm
 pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.42.0
+pkgver=2.43.91
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -11,7 +11,7 @@
 makedepends=('glib2' 'libsigc++' 'pkgconfig')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 url=http://www.gtkmm.org/;
-sha256sums=('985083d97378d234da27a7243587cc0d186897a4b2d3c1286f794089be1a3397')
+sha256sums=('d724d89986aaf4ca05398ad02e47a1e06f5952c1715cb064d266877eaa401b67')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 15:12:52
  Author: jgc
Revision: 232940

upgpkg: clutter 1.21.6-1

Modified:
  clutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 13:12:26 UTC (rev 232939)
+++ PKGBUILD2015-03-06 14:12:52 UTC (rev 232940)
@@ -4,37 +4,17 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.20.0
-pkgrel=3
+pkgver=1.21.6
+pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
 license=('LGPL')
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libinput')
-makedepends=('gobject-introspection' 'python2')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-closure-annotation.patch
-evdev-flush-event-queue.patch
-dont-update-pangocontext.patch
-create-pangocontext-per-actor.patch
-libinput08.patch)
-sha256sums=('cc940809e6e1469ce349c4bddb0cbcc2c13c087d4fc15cda9278d855ee2d1293'
-'af2931bfd1f444244edd84e49e926ee82d434703d56ae77759ce0635f5f72475'
-'0d2508da28d5032c4ec7531396f490e4f16c98cbf99fae3c878ed3012f65dcba'
-'cdee1e269e0c11ceea3b32a3345f62e052516bb4e4be6337ae4bfec735c8750f'
-'a3e0a47f0fe5bff8bc1170cf07c16ca6722ea49b00c704d4d00b16e2781923cd'
-'219ffb7eb7570970834f636edf6f3ad67977f5ca337dc617fc877d1cf4e998d9')
+makedepends=('gobject-introspection')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4546561d88b7a53128025307786c040eb5dbfe6e08dd237652317f8e832f1879')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../closure-annotation.patch
-  patch -Np1 -i ../evdev-flush-event-queue.patch
-  patch -Np1 -i ../dont-update-pangocontext.patch
-  patch -Np1 -i ../create-pangocontext-per-actor.patch
-  patch -Np1 -i ../libinput08.patch
-  autoreconf -fi
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --enable-introspection \


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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 15:13:03
  Author: jgc
Revision: 232941

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  clutter/repos/gnome-unstable-i686/
  clutter/repos/gnome-unstable-i686/PKGBUILD
(from rev 232940, clutter/trunk/PKGBUILD)
  clutter/repos/gnome-unstable-i686/closure-annotation.patch
(from rev 232940, clutter/trunk/closure-annotation.patch)
  clutter/repos/gnome-unstable-i686/create-pangocontext-per-actor.patch
(from rev 232940, clutter/trunk/create-pangocontext-per-actor.patch)
  clutter/repos/gnome-unstable-i686/dont-update-pangocontext.patch
(from rev 232940, clutter/trunk/dont-update-pangocontext.patch)
  clutter/repos/gnome-unstable-i686/evdev-flush-event-queue.patch
(from rev 232940, clutter/trunk/evdev-flush-event-queue.patch)
  clutter/repos/gnome-unstable-i686/libinput08.patch
(from rev 232940, clutter/trunk/libinput08.patch)
  clutter/repos/gnome-unstable-x86_64/
  clutter/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 232940, clutter/trunk/PKGBUILD)
  clutter/repos/gnome-unstable-x86_64/closure-annotation.patch
(from rev 232940, clutter/trunk/closure-annotation.patch)
  clutter/repos/gnome-unstable-x86_64/create-pangocontext-per-actor.patch
(from rev 232940, clutter/trunk/create-pangocontext-per-actor.patch)
  clutter/repos/gnome-unstable-x86_64/dont-update-pangocontext.patch
(from rev 232940, clutter/trunk/dont-update-pangocontext.patch)
  clutter/repos/gnome-unstable-x86_64/evdev-flush-event-queue.patch
(from rev 232940, clutter/trunk/evdev-flush-event-queue.patch)
  clutter/repos/gnome-unstable-x86_64/libinput08.patch
(from rev 232940, clutter/trunk/libinput08.patch)

---+
 gnome-unstable-i686/PKGBUILD  |   33 +
 gnome-unstable-i686/closure-annotation.patch  |   22 +
 gnome-unstable-i686/create-pangocontext-per-actor.patch   |  224 
 gnome-unstable-i686/dont-update-pangocontext.patch|   37 +
 gnome-unstable-i686/evdev-flush-event-queue.patch |   54 ++
 gnome-unstable-i686/libinput08.patch  |   90 
 gnome-unstable-x86_64/PKGBUILD|   33 +
 gnome-unstable-x86_64/closure-annotation.patch|   22 +
 gnome-unstable-x86_64/create-pangocontext-per-actor.patch |  224 
 gnome-unstable-x86_64/dont-update-pangocontext.patch  |   37 +
 gnome-unstable-x86_64/evdev-flush-event-queue.patch   |   54 ++
 gnome-unstable-x86_64/libinput08.patch|   90 
 12 files changed, 920 insertions(+)

Copied: clutter/repos/gnome-unstable-i686/PKGBUILD (from rev 232940, 
clutter/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-06 14:13:03 UTC (rev 232941)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=clutter
+pkgver=1.21.6
+pkgrel=1
+pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+license=('LGPL')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libinput')
+makedepends=('gobject-introspection')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4546561d88b7a53128025307786c040eb5dbfe6e08dd237652317f8e832f1879')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-introspection \
+--enable-wayland-backend --enable-egl-backend --enable-evdev-input \
+--enable-wayland-compositor
+
+  # 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: clutter/repos/gnome-unstable-i686/closure-annotation.patch (from rev 
232940, clutter/trunk/closure-annotation.patch)
===
--- gnome-unstable-i686/closure-annotation.patch
(rev 0)
+++ gnome-unstable-i686/closure-annotation.patch2015-03-06 14:13:03 UTC 
(rev 232941)
@@ -0,0 +1,22 @@
+From 084dc49a0cdadeed7de896df81e9af536f2ab678 Mon Sep 17 00:00:00 2001
+From: Rico Tzschichholz ric...@ubuntu.com
+Date: Thu, 2 Oct 2014 09:27:36 +0200
+Subject: x11: Add missing closure annotation to ClutterX11FilterFunc
+
+
+diff --git a/clutter/x11/clutter-x11.h b/clutter/x11/clutter-x11.h
+index b0ab8a1..285ea51 100644
+--- a/clutter/x11/clutter-x11.h
 b/clutter/x11/clutter-x11.h
+@@ -85,7 +85,7 @@ typedef struct _ClutterX11XInputDevice 
ClutterX11XInputDevice;
+  * ClutterX11FilterFunc:
+  * @xev: Native X11 event structure
+  * @cev: Clutter 

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

2015-03-06 Thread Alexander Rødseth
Date: Friday, March 6, 2015 @ 15:52:08
  Author: arodseth
Revision: 128819

upgpkg: nuitka 0.5.10-1

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 14:15:53 UTC (rev 128818)
+++ PKGBUILD2015-03-06 14:52:08 UTC (rev 128819)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
 
 pkgname=nuitka
-pkgver=0.5.9
+pkgver=0.5.10
 pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python' 'scons')
 options=('!emptydirs')
 source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
-sha256sums=('29a82e6fa9d3314e71b6c31a00eb7182e68ea0b1d1c49e988b053ef4e363edbb')
+sha256sums=('a2fe2cbc93987e660dfc74f3b70efa07babaf416a944d347911e3e30956525f8')
 
 package() {
   cd Nuitka-$pkgver


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

2015-03-06 Thread Alexander Rødseth
Date: Friday, March 6, 2015 @ 15:52:17
  Author: arodseth
Revision: 128820

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 128819, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-06 14:52:08 UTC (rev 128819)
+++ PKGBUILD2015-03-06 14:52:17 UTC (rev 128820)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
-
-pkgname=nuitka
-pkgver=0.5.9
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://www.nuitka.net/'
-license=('APACHE')
-makedepends=('scons')
-depends=('python' 'scons')
-options=('!emptydirs')
-source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
-sha256sums=('29a82e6fa9d3314e71b6c31a00eb7182e68ea0b1d1c49e988b053ef4e363edbb')
-
-package() {
-  cd Nuitka-$pkgver
-
-  python setup.py install --root=$pkgdir --optimize=1
-} 
-
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 128819, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-06 14:52:17 UTC (rev 128820)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
+
+pkgname=nuitka
+pkgver=0.5.10
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://www.nuitka.net/'
+license=('APACHE')
+makedepends=('scons')
+depends=('python' 'scons')
+options=('!emptydirs')
+source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
+sha256sums=('a2fe2cbc93987e660dfc74f3b70efa07babaf416a944d347911e3e30956525f8')
+
+package() {
+  cd Nuitka-$pkgver
+
+  python setup.py install --root=$pkgdir --optimize=1
+} 
+
+# vim: sw=2 ts=2 et:


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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 12:54:21
  Author: jgc
Revision: 232920

upgpkg: gobject-introspection 1.43.91-1

Split package instead of using optdepends

Modified:
  gobject-introspection/trunk/PKGBUILD

--+
 PKGBUILD |   33 +
 1 file changed, 21 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 08:23:32 UTC (rev 232919)
+++ PKGBUILD2015-03-06 11:54:21 UTC (rev 232920)
@@ -1,32 +1,41 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
-pkgname=gobject-introspection
-pkgver=1.42.0
+pkgbase=gobject-introspection
+pkgname=('gobject-introspection' 'gobject-introspection-runtime')
+pkgver=1.43.91
 pkgrel=1
-pkgdesc=Introspection system for GObject-based libraries
 url=https://live.gnome.org/GObjectIntrospection;
 arch=('x86_64' 'i686')
 license=('LGPL' 'GPL')
-depends=('glib2')
 makedepends=('cairo' 'python2' 'python2-mako')
-optdepends=('python2: gir development tools'
-'python2-mako: g-ir-doc-tool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3ba2edfad4f71d4f0de16960b5d5f2511335fa646b2c49bbb93ce5942b3f95f7')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('8067214c23bf7010e3a4fdb137707a4190e6884e4fa58828e27d8f2886e80bda')
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd $pkgbase-$pkgver
   sed -i '1s|#!/usr/bin/env python$|2|' giscanner/*.py
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgbase-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static 
--enable-doctool
   make
 }
 
-package() {
-  cd $pkgname-$pkgver
+package_gobject-introspection-runtime() {
+  pkgdesc=Introspection system for GObject-based libraries - runtime files
+  depends=('glib2')
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install-libLTLIBRARIES install-typelibsDATA
+}
+
+package_gobject-introspection() {
+  pkgdesc=Introspection system for GObject-based libraries
+  depends=(gobject-introspection-runtime=$pkgver 'python2-mako' 'python2')
+  options=('!emptydirs')
+
+  cd $pkgbase-$pkgver
   make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir uninstall-libLTLIBRARIES uninstall-typelibsDATA
 }


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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 12:54:28
  Author: jgc
Revision: 232921

archrelease: copy trunk to gnome-unstable-x86_64, gnome-unstable-i686

Added:
  gobject-introspection/repos/gnome-unstable-i686/
  gobject-introspection/repos/gnome-unstable-i686/PKGBUILD
(from rev 232920, gobject-introspection/trunk/PKGBUILD)
  gobject-introspection/repos/gnome-unstable-x86_64/
  gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 232920, gobject-introspection/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   41 +++
 gnome-unstable-x86_64/PKGBUILD |   41 +++
 2 files changed, 82 insertions(+)

Copied: gobject-introspection/repos/gnome-unstable-i686/PKGBUILD (from rev 
232920, gobject-introspection/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-06 11:54:28 UTC (rev 232921)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gobject-introspection
+pkgname=('gobject-introspection' 'gobject-introspection-runtime')
+pkgver=1.43.91
+pkgrel=1
+url=https://live.gnome.org/GObjectIntrospection;
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+makedepends=('cairo' 'python2' 'python2-mako')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('8067214c23bf7010e3a4fdb137707a4190e6884e4fa58828e27d8f2886e80bda')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i '1s|#!/usr/bin/env python$|2|' giscanner/*.py
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static 
--enable-doctool
+  make
+}
+
+package_gobject-introspection-runtime() {
+  pkgdesc=Introspection system for GObject-based libraries - runtime files
+  depends=('glib2')
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install-libLTLIBRARIES install-typelibsDATA
+}
+
+package_gobject-introspection() {
+  pkgdesc=Introspection system for GObject-based libraries
+  depends=(gobject-introspection-runtime=$pkgver 'python2-mako' 'python2')
+  options=('!emptydirs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir uninstall-libLTLIBRARIES uninstall-typelibsDATA
+}

Copied: gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
232920, gobject-introspection/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-06 11:54:28 UTC (rev 232921)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gobject-introspection
+pkgname=('gobject-introspection' 'gobject-introspection-runtime')
+pkgver=1.43.91
+pkgrel=1
+url=https://live.gnome.org/GObjectIntrospection;
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+makedepends=('cairo' 'python2' 'python2-mako')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('8067214c23bf7010e3a4fdb137707a4190e6884e4fa58828e27d8f2886e80bda')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i '1s|#!/usr/bin/env python$|2|' giscanner/*.py
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static 
--enable-doctool
+  make
+}
+
+package_gobject-introspection-runtime() {
+  pkgdesc=Introspection system for GObject-based libraries - runtime files
+  depends=('glib2')
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install-libLTLIBRARIES install-typelibsDATA
+}
+
+package_gobject-introspection() {
+  pkgdesc=Introspection system for GObject-based libraries
+  depends=(gobject-introspection-runtime=$pkgver 'python2-mako' 'python2')
+  options=('!emptydirs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir uninstall-libLTLIBRARIES uninstall-typelibsDATA
+}


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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 13:01:42
  Author: jgc
Revision: 232925

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  atk/repos/gnome-unstable-i686/
  atk/repos/gnome-unstable-i686/PKGBUILD
(from rev 232924, atk/trunk/PKGBUILD)
  atk/repos/gnome-unstable-x86_64/
  atk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 232924, atk/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   25 +
 gnome-unstable-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: atk/repos/gnome-unstable-i686/PKGBUILD (from rev 232924, 
atk/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-06 12:01:42 UTC (rev 232925)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=atk
+pkgver=2.15.91
+pkgrel=1
+pkgdesc=A library providing a set of interfaces for accessibility
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+url='https://developer.gnome.org/atk/'
+sha256sums=('ad4ca42502341f19d6fb635f6a73a518a0c6416639430f488dd82bd88a24a73f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: atk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 232924, 
atk/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-06 12:01:42 UTC (rev 232925)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=atk
+pkgver=2.15.91
+pkgrel=1
+pkgdesc=A library providing a set of interfaces for accessibility
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+url='https://developer.gnome.org/atk/'
+sha256sums=('ad4ca42502341f19d6fb635f6a73a518a0c6416639430f488dd82bd88a24a73f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 13:01:35
  Author: jgc
Revision: 232924

upgpkg: atk 2.15.91-1

Modified:
  atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 11:59:43 UTC (rev 232923)
+++ PKGBUILD2015-03-06 12:01:35 UTC (rev 232924)
@@ -2,16 +2,16 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=atk
-pkgver=2.14.0
+pkgver=2.15.91
 pkgrel=1
 pkgdesc=A library providing a set of interfaces for accessibility
 arch=(i686 x86_64)
 license=('LGPL')
 depends=('glib2')
-makedepends=('gobject-introspection' 'python2')
+makedepends=('gobject-introspection')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-url='http://www.gtk.org/'
-sha256sums=('2875cc0b32bfb173c066c22a337f79793e0c99d2cc5e81c4dac0d5a523b8fbad')
+url='https://developer.gnome.org/atk/'
+sha256sums=('ad4ca42502341f19d6fb635f6a73a518a0c6416639430f488dd82bd88a24a73f')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 13:05:21
  Author: jgc
Revision: 232926

upgpkg: at-spi2-atk 2.15.90-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 12:01:42 UTC (rev 232925)
+++ PKGBUILD2015-03-06 12:05:21 UTC (rev 232926)
@@ -2,16 +2,16 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.14.1
+pkgver=2.15.90
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
-url=http://www.gnome.org;
+url=https://wiki.gnome.org/Accessibility;
 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')
+sha256sums=('997c1ff85b7731d4c852ebef20f7bd65f20340823ca6ce1134fbd2efaa234b1e')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 13:39:46
  Author: jgc
Revision: 232931

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gtk3/repos/gnome-unstable-i686/
  gtk3/repos/gnome-unstable-i686/PKGBUILD
(from rev 232930, gtk3/trunk/PKGBUILD)
  gtk3/repos/gnome-unstable-i686/gtk3.install
(from rev 232930, gtk3/trunk/gtk3.install)
  gtk3/repos/gnome-unstable-i686/settings.ini
(from rev 232930, gtk3/trunk/settings.ini)
  gtk3/repos/gnome-unstable-x86_64/
  gtk3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 232930, gtk3/trunk/PKGBUILD)
  gtk3/repos/gnome-unstable-x86_64/gtk3.install
(from rev 232930, gtk3/trunk/gtk3.install)
  gtk3/repos/gnome-unstable-x86_64/settings.ini
(from rev 232930, gtk3/trunk/settings.ini)

+
 gnome-unstable-i686/PKGBUILD   |   45 +++
 gnome-unstable-i686/gtk3.install   |   18 ++
 gnome-unstable-i686/settings.ini   |4 +++
 gnome-unstable-x86_64/PKGBUILD |   45 +++
 gnome-unstable-x86_64/gtk3.install |   18 ++
 gnome-unstable-x86_64/settings.ini |4 +++
 6 files changed, 134 insertions(+)

Copied: gtk3/repos/gnome-unstable-i686/PKGBUILD (from rev 232930, 
gtk3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-06 12:39:46 UTC (rev 232931)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gtk3
+pkgver=3.15.10
+pkgrel=1
+pkgdesc=GObject-based multi-platform GUI toolkit (v3)
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+install=gtk3.install
+depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi libepoxy
+ libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
+ adwaita-icon-theme json-glib rest)
+makedepends=(gobject-introspection)
+license=(LGPL)
+source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
+sha256sums=('6931d461bc0d1b792809452ae9b001bdc87e337fdb235178729f6b825f903259')
+
+prepare() {
+cd gtk+-$pkgver
+}
+
+build() {
+cd gtk+-$pkgver
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-schemas-compile \
+--enable-x11-backend \
+--enable-broadway-backend \
+--enable-wayland-backend
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd gtk+-$pkgver
+make DESTDIR=$pkgdir install
+rm -f $pkgdir/usr/bin/gtk-update-icon-cache
+}

Copied: gtk3/repos/gnome-unstable-i686/gtk3.install (from rev 232930, 
gtk3/trunk/gtk3.install)
===
--- gnome-unstable-i686/gtk3.install(rev 0)
+++ gnome-unstable-i686/gtk3.install2015-03-06 12:39:46 UTC (rev 232931)
@@ -0,0 +1,18 @@
+post_install() {
+/usr/bin/gtk-query-immodules-3.0 --update-cache
+/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+/usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f /usr/lib/gtk-3.0/3.0.0/immodules.cache
+}
+
+post_remove() {
+/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+/usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}

Copied: gtk3/repos/gnome-unstable-i686/settings.ini (from rev 232930, 
gtk3/trunk/settings.ini)
===
--- gnome-unstable-i686/settings.ini(rev 0)
+++ gnome-unstable-i686/settings.ini2015-03-06 12:39:46 UTC (rev 232931)
@@ -0,0 +1,4 @@
+[Settings]
+gtk-icon-theme-name = gnome
+gtk-theme-name = Adwaita
+gtk-font-name = Cantarell 11

Copied: gtk3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 232930, 
gtk3/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-06 12:39:46 UTC (rev 232931)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gtk3
+pkgver=3.15.10
+pkgrel=1
+pkgdesc=GObject-based multi-platform GUI toolkit (v3)
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+install=gtk3.install
+depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi libepoxy
+ libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
+ adwaita-icon-theme json-glib rest)
+makedepends=(gobject-introspection)

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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 13:39:39
  Author: jgc
Revision: 232930

upgpkg: gtk3 3.15.10-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 12:09:17 UTC (rev 232929)
+++ PKGBUILD2015-03-06 12:39:39 UTC (rev 232930)
@@ -3,19 +3,19 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gtk3
-pkgver=3.14.9
+pkgver=3.15.10
 pkgrel=1
 pkgdesc=GObject-based multi-platform GUI toolkit (v3)
 arch=(i686 x86_64)
 url=http://www.gtk.org/;
 install=gtk3.install
-depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi
+depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi libepoxy
  libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
  adwaita-icon-theme json-glib rest)
-makedepends=(gobject-introspection python2)
+makedepends=(gobject-introspection)
 license=(LGPL)
 
source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
-sha256sums=('3be9560e6e99388d7706a168e3353ecd63fc30ec4f7f8bea23889e71ab7b6c64')
+sha256sums=('6931d461bc0d1b792809452ae9b001bdc87e337fdb235178729f6b825f903259')
 
 prepare() {
 cd gtk+-$pkgver
@@ -27,7 +27,6 @@
 CXX=/bin/false ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var \
---enable-gtk2-dependency \
 --disable-schemas-compile \
 --enable-x11-backend \
 --enable-broadway-backend \
@@ -42,4 +41,5 @@
 package() {
 cd gtk+-$pkgver
 make DESTDIR=$pkgdir install
+rm -f $pkgdir/usr/bin/gtk-update-icon-cache
 }


[arch-commits] Commit in gsettings-desktop-schemas/repos (3 files)

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 13:44:00
  Author: jgc
Revision: 232933

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 232932, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 232932, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)

---+
 PKGBUILD  |   29 +
 gsettings-desktop-schemas.install |   11 +++
 2 files changed, 40 insertions(+)

Copied: gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD (from rev 
232932, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2015-03-06 12:44:00 UTC (rev 232933)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Adam Hani Schakaki (krzd) k...@krzd.net
+
+pkgname=gsettings-desktop-schemas
+pkgver=3.15.90
+pkgrel=1
+pkgdesc=Shared GSettings schemas for the desktop
+arch=(any)
+url=http://live.gnome.org/;
+license=(GPL)
+depends=(glib2)
+makedepends=(intltool gobject-introspection)
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7622cedf445fe61a760a3253600866fd5b0ad6bcc5ad22847175f376e5332873')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 232932, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gnome-unstable-any/gsettings-desktop-schemas.install
(rev 0)
+++ gnome-unstable-any/gsettings-desktop-schemas.install2015-03-06 
12:44:00 UTC (rev 232933)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in gsettings-desktop-schemas/trunk (PKGBUILD)

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 13:43:56
  Author: jgc
Revision: 232932

upgpkg: gsettings-desktop-schemas 3.15.90-1

Modified:
  gsettings-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 12:39:46 UTC (rev 232931)
+++ PKGBUILD2015-03-06 12:43:56 UTC (rev 232932)
@@ -4,7 +4,7 @@
 # Contributor: Adam Hani Schakaki (krzd) k...@krzd.net
 
 pkgname=gsettings-desktop-schemas
-pkgver=3.14.1
+pkgver=3.15.90
 pkgrel=1
 pkgdesc=Shared GSettings schemas for the desktop
 arch=(any)
@@ -11,10 +11,10 @@
 url=http://live.gnome.org/;
 license=(GPL)
 depends=(glib2)
-makedepends=(intltool gobject-introspection python2)
+makedepends=(intltool gobject-introspection)
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('217eba09f0fb263dcb8ce6efa21c9afaf0504ac1d937732d1af1c6724c05f065')
+sha256sums=('7622cedf445fe61a760a3253600866fd5b0ad6bcc5ad22847175f376e5332873')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-06 Thread Sergej Pupykin
Date: Friday, March 6, 2015 @ 13:53:27
  Author: spupykin
Revision: 128811

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

Added:
  redis/repos/community-i686/PKGBUILD
(from rev 128810, redis/trunk/PKGBUILD)
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
(from rev 128810, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-i686/redis.conf-sane-defaults.patch
(from rev 128810, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-i686/redis.install
(from rev 128810, redis/trunk/redis.install)
  redis/repos/community-i686/redis.logrotate
(from rev 128810, redis/trunk/redis.logrotate)
  redis/repos/community-i686/redis.service
(from rev 128810, redis/trunk/redis.service)
  redis/repos/community-i686/redis.tmpfiles.d
(from rev 128810, redis/trunk/redis.tmpfiles.d)
  redis/repos/community-x86_64/PKGBUILD
(from rev 128810, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
(from rev 128810, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
(from rev 128810, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-x86_64/redis.install
(from rev 128810, redis/trunk/redis.install)
  redis/repos/community-x86_64/redis.logrotate
(from rev 128810, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 128810, redis/trunk/redis.service)
  redis/repos/community-x86_64/redis.tmpfiles.d
(from rev 128810, redis/trunk/redis.tmpfiles.d)
Deleted:
  redis/repos/community-i686/PKGBUILD
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-i686/redis.conf-sane-defaults.patch
  redis/repos/community-i686/redis.install
  redis/repos/community-i686/redis.logrotate
  redis/repos/community-i686/redis.service
  redis/repos/community-i686/redis.tmpfiles.d
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
  redis/repos/community-x86_64/redis.install
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service
  redis/repos/community-x86_64/redis.tmpfiles.d

-+
 /PKGBUILD   |  106 ++
 /redis-2.8.11-use-system-jemalloc.patch |   30 +++
 /redis.conf-sane-defaults.patch |   62 
 /redis.install  |   20 ++
 /redis.logrotate|   10 +
 /redis.service  |   40 +
 /redis.tmpfiles.d   |2 
 community-i686/PKGBUILD |   53 ---
 community-i686/redis-2.8.11-use-system-jemalloc.patch   |   15 -
 community-i686/redis.conf-sane-defaults.patch   |   31 
 community-i686/redis.install|8 -
 community-i686/redis.logrotate  |5 
 community-i686/redis.service|   20 --
 community-i686/redis.tmpfiles.d |1 
 community-x86_64/PKGBUILD   |   53 ---
 community-x86_64/redis-2.8.11-use-system-jemalloc.patch |   15 -
 community-x86_64/redis.conf-sane-defaults.patch |   31 
 community-x86_64/redis.install  |8 -
 community-x86_64/redis.logrotate|5 
 community-x86_64/redis.service  |   20 --
 community-x86_64/redis.tmpfiles.d   |1 
 21 files changed, 270 insertions(+), 266 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-06 12:53:00 UTC (rev 128810)
+++ community-i686/PKGBUILD 2015-03-06 12:53:27 UTC (rev 128811)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Jan-Erik Rediger badboy at archlinux dot us
-# Contributor: nofxx x@nick.com
-
-pkgname=redis
-pkgver=2.8.19
-pkgrel=2
-pkgdesc='Advanced key-value store'
-arch=('i686' 'x86_64')
-url='http://redis.io/'
-license=('BSD')
-depends=('jemalloc' 'grep' 'shadow')
-backup=('etc/redis.conf'
-'etc/logrotate.d/redis')
-install=redis.install
-source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
-redis.service
-redis.logrotate redis.tmpfiles.d
-redis.conf-sane-defaults.patch
-redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('3794107224043465603f48941f5c86a7'
- '9901aadc5a81173310004a6dfb702b5e'
- '9e2d75b7a9dc421122d673fe520ef17f'
- 

[arch-commits] Commit in redis/trunk (PKGBUILD redis.install)

2015-03-06 Thread Sergej Pupykin
Date: Friday, March 6, 2015 @ 13:53:00
  Author: spupykin
Revision: 128810

upgpkg: redis 2.8.19-3

upd

Modified:
  redis/trunk/PKGBUILD
  redis/trunk/redis.install

---+
 PKGBUILD  |2 +-
 redis.install |2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 11:51:01 UTC (rev 128809)
+++ PKGBUILD2015-03-06 12:53:00 UTC (rev 128810)
@@ -6,7 +6,7 @@
 
 pkgname=redis
 pkgver=2.8.19
-pkgrel=2
+pkgrel=3
 pkgdesc='Advanced key-value store'
 arch=('i686' 'x86_64')
 url='http://redis.io/'

Modified: redis.install
===
--- redis.install   2015-03-06 11:51:01 UTC (rev 128809)
+++ redis.install   2015-03-06 12:53:00 UTC (rev 128810)
@@ -5,4 +5,6 @@
 
   install -dm700 var/lib/redis
   chown redis:redis var/lib/redis
+
+  systemd-tmpfiles --create redis.conf
 }


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

2015-03-06 Thread Sergej Pupykin
Date: Friday, March 6, 2015 @ 14:15:38
  Author: spupykin
Revision: 128812

upgpkg: scala 2.11.6-2

upd

Modified:
  scala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 12:53:27 UTC (rev 128811)
+++ PKGBUILD2015-03-06 13:15:38 UTC (rev 128812)
@@ -5,9 +5,9 @@
 pkgbase=scala
 pkgname=(scala scala-docs scala-sources)
 pkgver=2.11.6
-pkgrel=1
-_distdate=20150102-024700
-_distsha=3fafbc204f
+pkgrel=2
+_distdate=20150306-224600
+_distsha=092690e7bf
 pkgdesc=A Java-interoperable language with object-oriented and functional 
features
 arch=('any')
 url=http://www.scala-lang.org;


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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 13:55:38
  Author: jgc
Revision: 232935

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  glib-networking/repos/gnome-unstable-i686/
  glib-networking/repos/gnome-unstable-i686/PKGBUILD
(from rev 232934, glib-networking/trunk/PKGBUILD)
  glib-networking/repos/gnome-unstable-i686/glib-networking.install
(from rev 232934, glib-networking/trunk/glib-networking.install)
  glib-networking/repos/gnome-unstable-i686/skip-test-needs-glib-243.patch
(from rev 232934, glib-networking/trunk/skip-test-needs-glib-243.patch)
  glib-networking/repos/gnome-unstable-x86_64/
  glib-networking/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 232934, glib-networking/trunk/PKGBUILD)
  glib-networking/repos/gnome-unstable-x86_64/glib-networking.install
(from rev 232934, glib-networking/trunk/glib-networking.install)
  glib-networking/repos/gnome-unstable-x86_64/skip-test-needs-glib-243.patch
(from rev 232934, glib-networking/trunk/skip-test-needs-glib-243.patch)

--+
 gnome-unstable-i686/PKGBUILD |   35 +
 gnome-unstable-i686/glib-networking.install  |   11 +
 gnome-unstable-i686/skip-test-needs-glib-243.patch   |   28 +
 gnome-unstable-x86_64/PKGBUILD   |   35 +
 gnome-unstable-x86_64/glib-networking.install|   11 +
 gnome-unstable-x86_64/skip-test-needs-glib-243.patch |   28 +
 6 files changed, 148 insertions(+)

Copied: glib-networking/repos/gnome-unstable-i686/PKGBUILD (from rev 232934, 
glib-networking/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-06 12:55:38 UTC (rev 232935)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=glib-networking
+pkgver=2.43.91
+pkgrel=1
+pkgdesc=Network-related giomodules for glib
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(glib2 libproxy gnutls ca-certificates gsettings-desktop-schemas)
+makedepends=(intltool)
+install=glib-networking.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('035bd68575c1f7c8430b34b188f18862a0163c0c5a3287c06898c8c527ba5565')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--disable-installed-tests
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install testfiles_DATA=
+}
+
+# vim:set ts=2 sw=2 et:

Copied: glib-networking/repos/gnome-unstable-i686/glib-networking.install (from 
rev 232934, glib-networking/trunk/glib-networking.install)
===
--- gnome-unstable-i686/glib-networking.install (rev 0)
+++ gnome-unstable-i686/glib-networking.install 2015-03-06 12:55:38 UTC (rev 
232935)
@@ -0,0 +1,11 @@
+post_install() {
+  gio-querymodules /usr/lib/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: 
glib-networking/repos/gnome-unstable-i686/skip-test-needs-glib-243.patch (from 
rev 232934, glib-networking/trunk/skip-test-needs-glib-243.patch)
===
--- gnome-unstable-i686/skip-test-needs-glib-243.patch  
(rev 0)
+++ gnome-unstable-i686/skip-test-needs-glib-243.patch  2015-03-06 12:55:38 UTC 
(rev 232935)
@@ -0,0 +1,28 @@
+From 17613e50901c50fedcfe3542f0dc93630c9b2884 Mon Sep 17 00:00:00 2001
+From: Iain Lane iain.l...@canonical.com
+Date: Wed, 10 Dec 2014 12:05:19 +
+Subject: tls/tests: skip test_create_certificate_chain if not running against
+ glib 2.43
+
+https://bugzilla.gnome.org/show_bug.cgi?id=741331
+
+diff --git a/tls/tests/certificate.c b/tls/tests/certificate.c
+index 97c1793..7d3f031 100644
+--- a/tls/tests/certificate.c
 b/tls/tests/certificate.c
+@@ -226,6 +226,12 @@ test_create_certificate_chain (void)
+   GTlsCertificate *cert, *intermediate, *root;
+   GError *error = NULL;
+ 
++  if (glib_check_version (2, 43, 0))
++{
++  g_test_skip (This test requires glib 2.43);
++  return;
++}
++
+   cert = g_tls_certificate_new_from_file (tls_test_file_path (chain.pem), 
error);
+   g_assert_no_error (error);
+   g_assert (G_IS_TLS_CERTIFICATE (cert));
+-- 
+cgit v0.10.2
+

Copied: glib-networking/repos/gnome-unstable-x86_64/PKGBUILD (from rev 232934, 
glib-networking/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-06 12:55:38 UTC (rev 

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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 13:55:31
  Author: jgc
Revision: 232934

upgpkg: glib-networking 2.43.91-1

Modified:
  glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 12:44:00 UTC (rev 232933)
+++ PKGBUILD2015-03-06 12:55:31 UTC (rev 232934)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=glib-networking
-pkgver=2.42.1
+pkgver=2.43.91
 pkgrel=1
 pkgdesc=Network-related giomodules for glib
 arch=(i686 x86_64)
@@ -11,16 +11,9 @@
 depends=(glib2 libproxy gnutls ca-certificates gsettings-desktop-schemas)
 makedepends=(intltool)
 install=glib-networking.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-skip-test-needs-glib-243.patch)
-sha256sums=('c06bf76da3353695fcc791b7b02e5d60c01c379e554f7841dc6cbca32f65f3a0'
-'afa882168bcb1f8abed27c63455c3ac177787e305ddb76744d7936a121866410')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('035bd68575c1f7c8430b34b188f18862a0163c0c5a3287c06898c8c527ba5565')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../skip-test-needs-glib-243.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \


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

2015-03-06 Thread Felix Yan
Date: Friday, March 6, 2015 @ 14:00:28
  Author: fyan
Revision: 232937

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

Added:
  udisks2/repos/testing-i686/
  udisks2/repos/testing-i686/PKGBUILD
(from rev 232936, udisks2/trunk/PKGBUILD)
  udisks2/repos/testing-i686/git-fixes.patch
(from rev 232936, udisks2/trunk/git-fixes.patch)
  udisks2/repos/testing-x86_64/
  udisks2/repos/testing-x86_64/PKGBUILD
(from rev 232936, udisks2/trunk/PKGBUILD)
  udisks2/repos/testing-x86_64/git-fixes.patch
(from rev 232936, udisks2/trunk/git-fixes.patch)

+
 testing-i686/PKGBUILD  |   35 +
 testing-i686/git-fixes.patch   |  777 +++
 testing-x86_64/PKGBUILD|   35 +
 testing-x86_64/git-fixes.patch |  777 +++
 4 files changed, 1624 insertions(+)

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


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

2015-03-06 Thread Felix Yan
Date: Friday, March 6, 2015 @ 14:00:12
  Author: fyan
Revision: 232936

upgpkg: udisks2 2.1.5-1

Modified:
  udisks2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 12:55:38 UTC (rev 232935)
+++ PKGBUILD2015-03-06 13:00:12 UTC (rev 232936)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=udisks2
-pkgver=2.1.4
+pkgver=2.1.5
 pkgrel=1
 pkgdesc=Disk Management Service, version 2
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 'ntfs-3g: NTFS filesystem management support'
 'dosfstools: VFAT filesystem management support')
 source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2{,.sign})
-sha256sums=('a4e148dd3a4a209160452a12cfe770382836027002f6c84f2e6c17eb5be519bb'
+sha256sums=('2cfcf560447ea44cba2a683342c7062aaaf35e4eb554bed64ac2dd55a70a5fb6'
 'SKIP')
 validpgpkeys=('3DB46B55EFA59D40E6232148D14EF15DAFE11347')  # Martin Pitt
 


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

2015-03-06 Thread Sergej Pupykin
Date: Friday, March 6, 2015 @ 14:15:50
  Author: spupykin
Revision: 128813

archrelease: copy trunk to community-any

Added:
  scala/repos/community-any/PKGBUILD
(from rev 128812, scala/trunk/PKGBUILD)
Deleted:
  scala/repos/community-any/PKGBUILD

--+
 PKGBUILD |  154 ++---
 1 file changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-06 13:15:38 UTC (rev 128812)
+++ PKGBUILD2015-03-06 13:15:50 UTC (rev 128813)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Marcin Karpezo sirmacik at gmail dot com
-
-pkgbase=scala
-pkgname=(scala scala-docs scala-sources)
-pkgver=2.11.6
-pkgrel=1
-_distdate=20150102-024700
-_distsha=3fafbc204f
-pkgdesc=A Java-interoperable language with object-oriented and functional 
features
-arch=('any')
-url=http://www.scala-lang.org;
-license=('BSD')
-depends=('java-runtime')
-makedepends=('apache-ant' 'git')
-source=(scala-$pkgver.tar.gz::https://github.com/scala/scala/archive/v${pkgver}.tar.gz;
-   http://www.scala-lang.org/files/archive/scala-docs-${pkgver}.txz;)
-md5sums=('76c3d3538b44cbe9718d40e86a142444'
- '95c4952a183a31acbc28c33ccd9db5d0')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  chmod 0755 tools/*
-  echo -e #!/bin/bash\necho ${_distdate} tools/get-scala-commit-date
-  echo -e #!/bin/bash\necho ${_distsha} tools/get-scala-commit-sha
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export ANT_OPTS=-Xms2500M -Xmx2500M -Xss8M -XX:MaxPermSize=1024M 
-XX:+UseParallelGC
-  export M2_OPTS=-Dmaven.repo.local=/tmp
-  ant build-opt pack.doc osgi.done -Dbuild.release=true -Duser.home=/tmp
-}
-
-package_scala() {
-  depends=('java-runtime')
-  optdepends=('scala-docs' 'scala-sources' 'graphviz: generate diagrams')
-
-  cd ${srcdir}/${pkgname}-${pkgver}/build/pack
-
-  install -d ${pkgdir}/usr/{bin,share} ${pkgdir}/usr/share/man/man1 
${pkgdir}/usr/share/scala/{bin,lib}
-  cp -r lib ${pkgdir}/usr/share/scala/
-  cp -r man ${pkgdir}/usr/share/
-  install -m 755 bin/{fsc,scala,scalac,scalap,scaladoc} 
${pkgdir}/usr/share/scala/bin
-  install -D -m0644 ${srcdir}/scala-${pkgver}/doc/LICENSE.md 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
-
-  ln -s ../share/scala/bin/fsc ${pkgdir}/usr/bin/fsc
-  ln -s ../share/scala/bin/scala ${pkgdir}/usr/bin/scala
-  ln -s ../share/scala/bin/scalac ${pkgdir}/usr/bin/scalac
-  ln -s ../share/scala/bin/scalap ${pkgdir}/usr/bin/scalap
-  ln -s ../share/scala/bin/scaladoc ${pkgdir}/usr/bin/scaladoc
-}
-
-package_scala-docs() {
-  replaces=('scala-doc' 'scala-devel-docs')
-  pkgdesc=Scala documentation
-  depends=()
-
-  cd ${srcdir}
-  mkdir -p $pkgdir/usr/share/doc/
-  cp -r scala-docs-${pkgver} $pkgdir/usr/share/doc/scala
-  install -D -m0644 ${srcdir}/scala-${pkgver}/doc/LICENSE.md 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
-}
-
-package_scala-sources() {
-  replaces=('scala-src')
-  pkgdesc=Scala sources
-  depends=()
-
-  cd ${srcdir}/scala-${pkgver}
-  mkdir -p $pkgdir/usr/share/scala/
-  find . -type f -name '*-src.jar' | while read f; do
-install -Dm0644 $f $pkgdir/usr/share/scala/src/`basename $f`
-  done
-  install -D -m0644 ${srcdir}/scala-${pkgver}/doc/LICENSE.md 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
-}

Copied: scala/repos/community-any/PKGBUILD (from rev 128812, 
scala/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-06 13:15:50 UTC (rev 128813)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Marcin Karpezo sirmacik at gmail dot com
+
+pkgbase=scala
+pkgname=(scala scala-docs scala-sources)
+pkgver=2.11.6
+pkgrel=2
+_distdate=20150306-224600
+_distsha=092690e7bf
+pkgdesc=A Java-interoperable language with object-oriented and functional 
features
+arch=('any')
+url=http://www.scala-lang.org;
+license=('BSD')
+depends=('java-runtime')
+makedepends=('apache-ant' 'git')
+source=(scala-$pkgver.tar.gz::https://github.com/scala/scala/archive/v${pkgver}.tar.gz;
+   http://www.scala-lang.org/files/archive/scala-docs-${pkgver}.txz;)
+md5sums=('76c3d3538b44cbe9718d40e86a142444'
+ '95c4952a183a31acbc28c33ccd9db5d0')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  chmod 0755 tools/*
+  echo -e #!/bin/bash\necho ${_distdate} tools/get-scala-commit-date
+  echo -e #!/bin/bash\necho ${_distsha} tools/get-scala-commit-sha
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export ANT_OPTS=-Xms2500M -Xmx2500M -Xss8M -XX:MaxPermSize=1024M 
-XX:+UseParallelGC
+  export M2_OPTS=-Dmaven.repo.local=/tmp
+  ant build-opt pack.doc osgi.done -Dbuild.release=true -Duser.home=/tmp
+}
+
+package_scala() {
+  depends=('java-runtime')
+  optdepends=('scala-docs' 'scala-sources' 'graphviz: generate diagrams

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

2015-03-06 Thread Felix Yan
Date: Friday, March 6, 2015 @ 14:23:46
  Author: fyan
Revision: 128814

upgpkg: nodejs 0.12.0-4

bump npm to 2.7.0

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 13:15:50 UTC (rev 128813)
+++ PKGBUILD2015-03-06 13:23:46 UTC (rev 128814)
@@ -10,8 +10,8 @@
 
 pkgname=nodejs
 pkgver=0.12.0
-_npmver=2.6.1
-pkgrel=3
+_npmver=2.7.0
+pkgrel=4
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'


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

2015-03-06 Thread Felix Yan
Date: Friday, March 6, 2015 @ 14:24:09
  Author: fyan
Revision: 128815

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-06 13:23:46 UTC (rev 128814)
+++ community-i686/PKGBUILD 2015-03-06 13:24:09 UTC (rev 128815)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.12.0
-_npmver=2.6.1
-pkgrel=3
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib') # 'libuv' 'v8' 'c-ares')
-provides=('nodejs-node-gyp')
-makedepends=('python2' 'git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
-git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('9700e23af4e9b3643af48cef5f2ad20a1331ff531a12154eef2bfb0bb1682e32'
-'SKIP')
-
-prepare() {
-  cd node-v$pkgver
-
-  # We need newer version of npm to fix bugs
-  rm -r deps/npm
-  ln -s $srcdir/npm deps
-  rm -r $srcdir/npm/.git
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl \
---shared-zlib
-# --shared-libuv
-# --shared-v8
-# --shared-cares
-
-  make
-
-  cd ../npm
-  ../node-v$pkgver/node cli.js install ronn marked
-  PATH=$srcdir/node-v$pkgver:$PATH make
-  ../node-v$pkgver/node cli.js uninstall ronn marked marked-man
-}
-
-check() {
-  cd node-v$pkgver
-  make test || warning Tests failed
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-
-  install -d $pkgdir/usr/share/man/{man1,man3,man5,man7}
-  for _dir in man1 man3 man5 man7; do
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 128814, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-06 13:24:09 UTC (rev 128815)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.12.0
+_npmver=2.7.0
+pkgrel=4
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib') # 'libuv' 'v8' 'c-ares')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('9700e23af4e9b3643af48cef5f2ad20a1331ff531a12154eef2bfb0bb1682e32'
+'SKIP')
+
+prepare() {
+  

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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 14:12:20
  Author: jgc
Revision: 232938

upgpkg: libsoup 2.49.91.1-1

Modified:
  libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 13:00:28 UTC (rev 232937)
+++ PKGBUILD2015-03-06 13:12:20 UTC (rev 232938)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libsoup
-pkgver=2.48.1
+pkgver=2.49.91.1
 pkgrel=1
 pkgdesc=GNOME HTTP Library
 arch=(i686 x86_64)
@@ -9,7 +9,7 @@
 license=(LGPL)
 url=http://www.gnome.org;
 depends=(glib2 libxml2 glib-networking sqlite)
-makedepends=(intltool gobject-introspection python python2)
+makedepends=(intltool gobject-introspection python)
 checkdepends=(apache php php-apache)
 provides=(libsoup-gnome=$pkgver-$pkgrel)
 conflicts=(libsoup-gnome)
@@ -16,7 +16,7 @@
 replaces=(libsoup-gnome)
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9b0d14b36e36a3131a06c6e3aa7245716e6904e3e636df81c0b6c8bd3f646f9a')
+sha256sums=('c76a6cdd36dba189693dc7f10cb80cb66be5a517f43dbaca78fa66131e8cf029')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 14:12:26
  Author: jgc
Revision: 232939

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libsoup/repos/gnome-unstable-i686/
  libsoup/repos/gnome-unstable-i686/PKGBUILD
(from rev 232938, libsoup/trunk/PKGBUILD)
  libsoup/repos/gnome-unstable-x86_64/
  libsoup/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 232938, libsoup/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   36 
 gnome-unstable-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: libsoup/repos/gnome-unstable-i686/PKGBUILD (from rev 232938, 
libsoup/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-06 13:12:26 UTC (rev 232939)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libsoup
+pkgver=2.49.91.1
+pkgrel=1
+pkgdesc=GNOME HTTP Library
+arch=(i686 x86_64)
+license=(LGPL)
+url=http://www.gnome.org;
+depends=(glib2 libxml2 glib-networking sqlite)
+makedepends=(intltool gobject-introspection python)
+checkdepends=(apache php php-apache)
+provides=(libsoup-gnome=$pkgver-$pkgrel)
+conflicts=(libsoup-gnome)
+replaces=(libsoup-gnome)
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c76a6cdd36dba189693dc7f10cb80cb66be5a517f43dbaca78fa66131e8cf029')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libsoup/repos/gnome-unstable-x86_64/PKGBUILD (from rev 232938, 
libsoup/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-06 13:12:26 UTC (rev 232939)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libsoup
+pkgver=2.49.91.1
+pkgrel=1
+pkgdesc=GNOME HTTP Library
+arch=(i686 x86_64)
+license=(LGPL)
+url=http://www.gnome.org;
+depends=(glib2 libxml2 glib-networking sqlite)
+makedepends=(intltool gobject-introspection python)
+checkdepends=(apache php php-apache)
+provides=(libsoup-gnome=$pkgver-$pkgrel)
+conflicts=(libsoup-gnome)
+replaces=(libsoup-gnome)
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c76a6cdd36dba189693dc7f10cb80cb66be5a517f43dbaca78fa66131e8cf029')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-03-06 Thread Florian Pritz
Date: Friday, March 6, 2015 @ 17:26:09
  Author: bluewind
Revision: 128822

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 128821, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 128821, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 128821, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  362 
 wine.install  |   24 +--
 3 files changed, 213 insertions(+), 213 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-03-06 16:26:05 UTC (rev 128821)
+++ 30-win32-aliases.conf   2015-03-06 16:26:09 UTC (rev 128822)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 128821, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-03-06 16:26:09 UTC (rev 128822)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-06 16:26:05 UTC (rev 128821)
+++ PKGBUILD2015-03-06 16:26:09 UTC (rev 128822)
@@ -1,181 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.37
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('351118b5969dca91d3fd019f703fa2754bde4f50'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-plugins

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

2015-03-06 Thread Florian Pritz
Date: Friday, March 6, 2015 @ 18:08:10
  Author: bluewind
Revision: 128825

archrelease: copy trunk to community-i686

Added:
  wine_gecko/repos/community-i686/PKGBUILD
(from rev 128824, wine_gecko/trunk/PKGBUILD)
Deleted:
  wine_gecko/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-06 16:33:21 UTC (rev 128824)
+++ PKGBUILD2015-03-06 17:08:10 UTC (rev 128825)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Nicky726 (Nicky726 at gmail dot com)
-# Contributor: Allan McRae (allan at archlinux dot org)
-# Contributor: Alexander 'bas' Brovikov (bas at it-core dot org)
-
-pkgname=wine_gecko
-pkgver=2.34
-pkgrel=1
-pkgdesc=Wine's built-in replacement for Microsoft's Internet Explorer
-arch=(i686 x86_64)
-url=http://wiki.winehq.org/Gecko;
-license=(MPL)
-depends=('wine=1.5.31')
-source=(http://downloads.sourceforge.net/project/wine/Wine%20Gecko/$pkgver/$pkgname-$pkgver-x86{,_64}.msi)
-md5sums=('54bd9d6b4fdcd556d89b4ef83c31ac8c'
- '2b658806733be574309c418f6c0d4cba')
-
-if [[ $CARCH == i686 ]]; then
-  # Strip x86_64 msi
-  source=(${source[0]})
-  md5sums=(${md5sums[0]})
-fi
-
-package() {
-  _geckodir=$pkgdir/usr/share/wine/gecko
-
-  install -Dm644 $pkgname-$pkgver-x86.msi $_geckodir/$pkgname-$pkgver-x86.msi
-  if [[ $CARCH == x86_64 ]]; then
-install -m644 $pkgname-$pkgver-x86_64.msi $_geckodir/
-  fi
-}

Copied: wine_gecko/repos/community-i686/PKGBUILD (from rev 128824, 
wine_gecko/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-06 17:08:10 UTC (rev 128825)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Nicky726 (Nicky726 at gmail dot com)
+# Contributor: Allan McRae (allan at archlinux dot org)
+# Contributor: Alexander 'bas' Brovikov (bas at it-core dot org)
+
+pkgname=wine_gecko
+pkgver=2.36
+pkgrel=1
+pkgdesc=Wine's built-in replacement for Microsoft's Internet Explorer
+arch=(i686 x86_64)
+url=http://wiki.winehq.org/Gecko;
+license=(MPL)
+depends=('wine=1.7.38')
+source=(http://downloads.sourceforge.net/project/wine/Wine%20Gecko/$pkgver/$pkgname-$pkgver-x86{,_64}.msi)
+md5sums=('490668a7f1cb42ceba56208bfe51334f'
+ '7f0826b2592d35129c54bcbf612eea63')
+
+if [[ $CARCH == i686 ]]; then
+  # Strip x86_64 msi
+  source=(${source[0]})
+  md5sums=(${md5sums[0]})
+fi
+
+package() {
+  _geckodir=$pkgdir/usr/share/wine/gecko
+
+  install -Dm644 $pkgname-$pkgver-x86.msi $_geckodir/$pkgname-$pkgver-x86.msi
+  if [[ $CARCH == x86_64 ]]; then
+install -m644 $pkgname-$pkgver-x86_64.msi $_geckodir/
+  fi
+}


[arch-commits] Commit in xfce4-timer-plugin/trunk (PKGBUILD)

2015-03-06 Thread Evangelos Foutras
Date: Friday, March 6, 2015 @ 17:12:45
  Author: foutrelis
Revision: 232948

upgpkg: xfce4-timer-plugin 1.6.0-3

Drop unneeded dep: libxfcegui4 (FS#44071).

Modified:
  xfce4-timer-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 15:45:10 UTC (rev 232947)
+++ PKGBUILD2015-03-06 16:12:45 UTC (rev 232948)
@@ -5,13 +5,13 @@
 
 pkgname=xfce4-timer-plugin
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Plugin to track time for the Xfce4 panel
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
 license=('GPL2')
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4')
+depends=('xfce4-panel')
 makedepends=('intltool')
 install=xfce4-timer-plugin.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)


[arch-commits] Commit in wine_gecko/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2015-03-06 Thread Florian Pritz
Date: Friday, March 6, 2015 @ 17:33:21
  Author: bluewind
Revision: 128824

archrelease: copy trunk to multilib-x86_64

Added:
  wine_gecko/repos/multilib-x86_64/PKGBUILD
(from rev 128823, wine_gecko/trunk/PKGBUILD)
Deleted:
  wine_gecko/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-06 16:28:15 UTC (rev 128823)
+++ PKGBUILD2015-03-06 16:33:21 UTC (rev 128824)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Nicky726 (Nicky726 at gmail dot com)
-# Contributor: Allan McRae (allan at archlinux dot org)
-# Contributor: Alexander 'bas' Brovikov (bas at it-core dot org)
-
-pkgname=wine_gecko
-pkgver=2.34
-pkgrel=1
-pkgdesc=Wine's built-in replacement for Microsoft's Internet Explorer
-arch=(i686 x86_64)
-url=http://wiki.winehq.org/Gecko;
-license=(MPL)
-depends=('wine=1.5.31')
-source=(http://downloads.sourceforge.net/project/wine/Wine%20Gecko/$pkgver/$pkgname-$pkgver-x86{,_64}.msi)
-md5sums=('54bd9d6b4fdcd556d89b4ef83c31ac8c'
- '2b658806733be574309c418f6c0d4cba')
-
-if [[ $CARCH == i686 ]]; then
-  # Strip x86_64 msi
-  source=(${source[0]})
-  md5sums=(${md5sums[0]})
-fi
-
-package() {
-  _geckodir=$pkgdir/usr/share/wine/gecko
-
-  install -Dm644 $pkgname-$pkgver-x86.msi $_geckodir/$pkgname-$pkgver-x86.msi
-  if [[ $CARCH == x86_64 ]]; then
-install -m644 $pkgname-$pkgver-x86_64.msi $_geckodir/
-  fi
-}

Copied: wine_gecko/repos/multilib-x86_64/PKGBUILD (from rev 128823, 
wine_gecko/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-06 16:33:21 UTC (rev 128824)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Nicky726 (Nicky726 at gmail dot com)
+# Contributor: Allan McRae (allan at archlinux dot org)
+# Contributor: Alexander 'bas' Brovikov (bas at it-core dot org)
+
+pkgname=wine_gecko
+pkgver=2.36
+pkgrel=1
+pkgdesc=Wine's built-in replacement for Microsoft's Internet Explorer
+arch=(i686 x86_64)
+url=http://wiki.winehq.org/Gecko;
+license=(MPL)
+depends=('wine=1.7.38')
+source=(http://downloads.sourceforge.net/project/wine/Wine%20Gecko/$pkgver/$pkgname-$pkgver-x86{,_64}.msi)
+md5sums=('490668a7f1cb42ceba56208bfe51334f'
+ '7f0826b2592d35129c54bcbf612eea63')
+
+if [[ $CARCH == i686 ]]; then
+  # Strip x86_64 msi
+  source=(${source[0]})
+  md5sums=(${md5sums[0]})
+fi
+
+package() {
+  _geckodir=$pkgdir/usr/share/wine/gecko
+
+  install -Dm644 $pkgname-$pkgver-x86.msi $_geckodir/$pkgname-$pkgver-x86.msi
+  if [[ $CARCH == x86_64 ]]; then
+install -m644 $pkgname-$pkgver-x86_64.msi $_geckodir/
+  fi
+}


[arch-commits] Commit in xfce4-timer-plugin/repos (8 files)

2015-03-06 Thread Evangelos Foutras
Date: Friday, March 6, 2015 @ 17:12:57
  Author: foutrelis
Revision: 232949

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

Added:
  xfce4-timer-plugin/repos/testing-i686/PKGBUILD
(from rev 232948, xfce4-timer-plugin/trunk/PKGBUILD)
  xfce4-timer-plugin/repos/testing-i686/xfce4-timer-plugin.install
(from rev 232948, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)
  xfce4-timer-plugin/repos/testing-x86_64/PKGBUILD
(from rev 232948, xfce4-timer-plugin/trunk/PKGBUILD)
  xfce4-timer-plugin/repos/testing-x86_64/xfce4-timer-plugin.install
(from rev 232948, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)
Deleted:
  xfce4-timer-plugin/repos/testing-i686/PKGBUILD
  xfce4-timer-plugin/repos/testing-i686/xfce4-timer-plugin.install
  xfce4-timer-plugin/repos/testing-x86_64/PKGBUILD
  xfce4-timer-plugin/repos/testing-x86_64/xfce4-timer-plugin.install

---+
 /PKGBUILD |   72 
 /xfce4-timer-plugin.install   |   26 ++
 testing-i686/PKGBUILD |   36 --
 testing-i686/xfce4-timer-plugin.install   |   13 -
 testing-x86_64/PKGBUILD   |   36 --
 testing-x86_64/xfce4-timer-plugin.install |   13 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-03-06 16:12:45 UTC (rev 232948)
+++ testing-i686/PKGBUILD   2015-03-06 16:12:57 UTC (rev 232949)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-timer-plugin
-pkgver=1.6.0
-pkgrel=2
-pkgdesc=Plugin to track time for the Xfce4 panel
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4')
-makedepends=('intltool')
-install=xfce4-timer-plugin.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/ \
---localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-timer-plugin/repos/testing-i686/PKGBUILD (from rev 232948, 
xfce4-timer-plugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-06 16:12:57 UTC (rev 232949)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-timer-plugin
+pkgver=1.6.0
+pkgrel=3
+pkgdesc=Plugin to track time for the Xfce4 panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=xfce4-timer-plugin.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/ \
+--localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-i686/xfce4-timer-plugin.install
===
--- testing-i686/xfce4-timer-plugin.install 2015-03-06 16:12:45 UTC (rev 
232948)
+++ testing-i686/xfce4-timer-plugin.install 2015-03-06 16:12:57 UTC (rev 
232949)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-timer-plugin/repos/testing-i686/xfce4-timer-plugin.install (from 
rev 232948, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)
===
--- testing-i686/xfce4-timer-plugin.install (rev 0)
+++ testing-i686/xfce4-timer-plugin.install 2015-03-06 16:12:57 UTC (rev 
232949)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/PKGBUILD

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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 16:36:52
  Author: jgc
Revision: 232945

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  pangomm/repos/gnome-unstable-i686/
  pangomm/repos/gnome-unstable-i686/PKGBUILD
(from rev 232944, pangomm/trunk/PKGBUILD)
  pangomm/repos/gnome-unstable-x86_64/
  pangomm/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 232944, pangomm/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   32 
 gnome-unstable-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: pangomm/repos/gnome-unstable-i686/PKGBUILD (from rev 232944, 
pangomm/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-06 15:36:52 UTC (rev 232945)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=pangomm
+pkgname=('pangomm' 'pangomm-docs')
+pkgver=2.35.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pango' 'glibmm' 'glibmm-docs' 'cairomm' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::4}/${pkgname}-${pkgver}.tar.xz)
+url=http://gtkmm.sourceforge.net/;
+sha256sums=('3eb4d11014d09627b2b7c532c65b54fa182905b4c9688901ae11cdfb506dbc55')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+package_pangomm() {
+  pkgdesc=C++ bindings for pango
+  depends=('pango' 'glibmm' 'cairomm')
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR=${pkgdir} install
+}
+
+package_pangomm-docs() {
+  pkgdesc=Developer documentation for pangomm
+  cd ${srcdir}/${pkgbase}-${pkgver}/docs
+  make DESTDIR=${pkgdir} install
+}

Copied: pangomm/repos/gnome-unstable-x86_64/PKGBUILD (from rev 232944, 
pangomm/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-06 15:36:52 UTC (rev 232945)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=pangomm
+pkgname=('pangomm' 'pangomm-docs')
+pkgver=2.35.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pango' 'glibmm' 'glibmm-docs' 'cairomm' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::4}/${pkgname}-${pkgver}.tar.xz)
+url=http://gtkmm.sourceforge.net/;
+sha256sums=('3eb4d11014d09627b2b7c532c65b54fa182905b4c9688901ae11cdfb506dbc55')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+package_pangomm() {
+  pkgdesc=C++ bindings for pango
+  depends=('pango' 'glibmm' 'cairomm')
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR=${pkgdir} install
+}
+
+package_pangomm-docs() {
+  pkgdesc=Developer documentation for pangomm
+  cd ${srcdir}/${pkgbase}-${pkgver}/docs
+  make DESTDIR=${pkgdir} install
+}


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

2015-03-06 Thread Florian Pritz
Date: Friday, March 6, 2015 @ 17:26:05
  Author: bluewind
Revision: 128821

upgpkg: wine 1.7.38-1

upstream update

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 14:52:17 UTC (rev 128820)
+++ PKGBUILD2015-03-06 16:26:05 UTC (rev 128821)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=wine
-pkgver=1.7.37
+pkgver=1.7.38
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('351118b5969dca91d3fd019f703fa2754bde4f50'
+sha1sums=('36d246716aa0d052ce2debb4ce8e63b517f9e297'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)


[arch-commits] Commit in (4 files)

2015-03-06 Thread Evangelos Foutras
Date: Friday, March 6, 2015 @ 17:42:28
  Author: foutrelis
Revision: 232950

Add new package ocaml-ctypes; needed for llvm-ocaml 3.6.0

Added:
  ocaml-ctypes/
  ocaml-ctypes/repos/
  ocaml-ctypes/trunk/
  ocaml-ctypes/trunk/PKGBUILD

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

Added: ocaml-ctypes/trunk/PKGBUILD
===
--- ocaml-ctypes/trunk/PKGBUILD (rev 0)
+++ ocaml-ctypes/trunk/PKGBUILD 2015-03-06 16:42:28 UTC (rev 232950)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Armin K. krejzi at email dot com
+
+pkgname=ocaml-ctypes
+pkgver=0.3.4
+pkgrel=0
+pkgdesc=Library for binding to C libraries using pure OCaml
+arch=('i686' 'x86_64')
+url=https://github.com/ocamllabs/ocaml-ctypes;
+license=('MIT')
+depends=('ocaml' 'libffi')
+makedepends=('ocaml-findlib')
+options=('!strip' '!makeflags')
+source=($pkgname-$pkgver::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
+sha256sums=('95b3c21a0348d9e17a30d834926e17e39447e58fe31a9a49e6d0289a0fcd3c43')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  local _destdir=$pkgdir$(ocamlfind printconf destdir)
+  install -d $_destdir/stublibs
+
+  make OCAMLFIND_DESTDIR=$_destdir install
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-03-06 Thread Evangelos Foutras
Date: Friday, March 6, 2015 @ 17:52:56
  Author: foutrelis
Revision: 232952

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

Added:
  ocaml-ctypes/repos/extra-i686/
  ocaml-ctypes/repos/extra-i686/PKGBUILD
(from rev 232951, ocaml-ctypes/trunk/PKGBUILD)
  ocaml-ctypes/repos/extra-x86_64/
  ocaml-ctypes/repos/extra-x86_64/PKGBUILD
(from rev 232951, ocaml-ctypes/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   34 ++
 extra-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: ocaml-ctypes/repos/extra-i686/PKGBUILD (from rev 232951, 
ocaml-ctypes/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-06 16:52:56 UTC (rev 232952)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Armin K. krejzi at email dot com
+
+pkgname=ocaml-ctypes
+pkgver=0.3.4
+pkgrel=2
+pkgdesc=Library for binding to C libraries using pure OCaml
+arch=('i686' 'x86_64')
+url=https://github.com/ocamllabs/ocaml-ctypes;
+license=('MIT')
+depends=('ocaml' 'libffi')
+makedepends=('ocaml-findlib')
+options=('!strip' '!makeflags')
+source=($pkgname-$pkgver::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
+sha256sums=('95b3c21a0348d9e17a30d834926e17e39447e58fe31a9a49e6d0289a0fcd3c43')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  local _destdir=$pkgdir$(ocamlfind printconf destdir)
+  install -d $_destdir/stublibs
+
+  make OCAMLFIND_DESTDIR=$_destdir install
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ocaml-ctypes/repos/extra-x86_64/PKGBUILD (from rev 232951, 
ocaml-ctypes/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-03-06 16:52:56 UTC (rev 232952)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Armin K. krejzi at email dot com
+
+pkgname=ocaml-ctypes
+pkgver=0.3.4
+pkgrel=2
+pkgdesc=Library for binding to C libraries using pure OCaml
+arch=('i686' 'x86_64')
+url=https://github.com/ocamllabs/ocaml-ctypes;
+license=('MIT')
+depends=('ocaml' 'libffi')
+makedepends=('ocaml-findlib')
+options=('!strip' '!makeflags')
+source=($pkgname-$pkgver::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
+sha256sums=('95b3c21a0348d9e17a30d834926e17e39447e58fe31a9a49e6d0289a0fcd3c43')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  local _destdir=$pkgdir$(ocamlfind printconf destdir)
+  install -d $_destdir/stublibs
+
+  make OCAMLFIND_DESTDIR=$_destdir install
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 16:45:10
  Author: jgc
Revision: 232947

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gtkmm3/repos/gnome-unstable-i686/
  gtkmm3/repos/gnome-unstable-i686/PKGBUILD
(from rev 232946, gtkmm3/trunk/PKGBUILD)
  gtkmm3/repos/gnome-unstable-x86_64/
  gtkmm3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 232946, gtkmm3/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   38 ++
 gnome-unstable-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: gtkmm3/repos/gnome-unstable-i686/PKGBUILD (from rev 232946, 
gtkmm3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-06 15:45:10 UTC (rev 232947)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.15.10
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
+license=('LGPL')
+options=('!emptydirs')
+url=http://www.gtkmm.org/;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('eaaad7e18b2da3067a4611c35da090061046b9429e44fe3be5afc59514c14359')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_gtkmm3() {
+  pkgdesc=C++ bindings for gtk3
+  depends=('gtk3' 'pangomm' 'atkmm')
+  cd $_pkgbasename-$pkgver
+
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+
+  make DESTDIR=$pkgdir install
+}
+
+package_gtkmm3-docs() {
+  pkgdesc=Developer documentation for gtkmm v3
+
+  cd $_pkgbasename-$pkgver
+  make -C docs DESTDIR=$pkgdir install
+}

Copied: gtkmm3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 232946, 
gtkmm3/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-06 15:45:10 UTC (rev 232947)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.15.10
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
+license=('LGPL')
+options=('!emptydirs')
+url=http://www.gtkmm.org/;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('eaaad7e18b2da3067a4611c35da090061046b9429e44fe3be5afc59514c14359')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_gtkmm3() {
+  pkgdesc=C++ bindings for gtk3
+  depends=('gtk3' 'pangomm' 'atkmm')
+  cd $_pkgbasename-$pkgver
+
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+
+  make DESTDIR=$pkgdir install
+}
+
+package_gtkmm3-docs() {
+  pkgdesc=Developer documentation for gtkmm v3
+
+  cd $_pkgbasename-$pkgver
+  make -C docs DESTDIR=$pkgdir install
+}


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

2015-03-06 Thread Evangelos Foutras
Date: Friday, March 6, 2015 @ 17:52:47
  Author: foutrelis
Revision: 232951

upgpkg: ocaml-ctypes 0.3.4-2

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 16:42:28 UTC (rev 232950)
+++ PKGBUILD2015-03-06 16:52:47 UTC (rev 232951)
@@ -4,7 +4,7 @@
 
 pkgname=ocaml-ctypes
 pkgver=0.3.4
-pkgrel=0
+pkgrel=2
 pkgdesc=Library for binding to C libraries using pure OCaml
 arch=('i686' 'x86_64')
 url=https://github.com/ocamllabs/ocaml-ctypes;


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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 16:45:04
  Author: jgc
Revision: 232946

upgpkg: gtkmm3 3.15.10-1

Modified:
  gtkmm3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 15:36:52 UTC (rev 232945)
+++ PKGBUILD2015-03-06 15:45:04 UTC (rev 232946)
@@ -4,7 +4,7 @@
 pkgbase=gtkmm3
 _pkgbasename=gtkmm
 pkgname=('gtkmm3' 'gtkmm3-docs')
-pkgver=3.14.0
+pkgver=3.15.10
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
@@ -12,7 +12,7 @@
 options=('!emptydirs')
 url=http://www.gtkmm.org/;
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('d9f528a62c6ec226fa08287c45c7465b2dce5aae5068e9ac48d30a64a378e48b')
+sha256sums=('eaaad7e18b2da3067a4611c35da090061046b9429e44fe3be5afc59514c14359')
 
 build() {
   cd $_pkgbasename-$pkgver


[arch-commits] Commit in wine/repos/multilib-x86_64 (6 files)

2015-03-06 Thread Florian Pritz
Date: Friday, March 6, 2015 @ 17:28:15
  Author: bluewind
Revision: 128823

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 128822, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 128822, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 128822, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  362 
 wine.install  |   24 +--
 3 files changed, 213 insertions(+), 213 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-03-06 16:26:09 UTC (rev 128822)
+++ 30-win32-aliases.conf   2015-03-06 16:28:15 UTC (rev 128823)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 128822, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-03-06 16:28:15 UTC (rev 128823)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-06 16:26:09 UTC (rev 128822)
+++ PKGBUILD2015-03-06 16:28:15 UTC (rev 128823)
@@ -1,181 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.37
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('351118b5969dca91d3fd019f703fa2754bde4f50'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-plugins  

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

2015-03-06 Thread Maxime Gauduin
Date: Friday, March 6, 2015 @ 12:12:33
  Author: alucryd
Revision: 128806

upgpkg: lightdm 1:1.12.2-3

Modified:
  lightdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 10:59:11 UTC (rev 128805)
+++ PKGBUILD2015-03-06 11:12:33 UTC (rev 128806)
@@ -5,7 +5,7 @@
 pkgbase=lightdm
 pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
 pkgver=1.12.2
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='A lightweight display manager'
 arch=('i686' 'x86_64')
@@ -58,8 +58,7 @@
 package_lightdm() {
   depends=('libxklavier' 'polkit' 'systemd')
   optdepends=('accountsservice: limit visible accounts'
-  'lightdm-gtk2-greeter: GTK2 greeter'
-  'lightdm-gtk3-greeter: GTK3 greeter'
+  'lightdm-gtk-greeter: GTK greeter'
   'lightdm-kde-greeter: Qt greeter'
   'xorg-server-xephyr: LightDM test mode')
   provides=('display-manager')
@@ -86,9 +85,6 @@
   install -dm 770 ${pkgdir}/var/lib/lightdm{,-data}
   install -dm 711 ${pkgdir}/var/log/lightdm
   chmod +t ${pkgdir}/var/{cache/lightdm,lib/lightdm{,-data}}
-  # https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1024482
-  echo 'GDK_CORE_DEVICE_EVENTS=true'  
${pkgdir}/var/lib/lightdm/.pam_environment
-  chmod 644 ${pkgdir}/var/lib/lightdm/.pam_environment
   chown 620:620 -R ${pkgdir}/var/lib/lightdm{,-data}
   chgrp 620 ${pkgdir}/var/log/lightdm
 


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

2015-03-06 Thread Maxime Gauduin
Date: Friday, March 6, 2015 @ 12:13:05
  Author: alucryd
Revision: 128807

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

Added:
  lightdm/repos/community-testing-i686/
  lightdm/repos/community-testing-i686/PKGBUILD
(from rev 128806, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-testing-i686/Xsession
(from rev 128806, lightdm/trunk/Xsession)
  lightdm/repos/community-testing-i686/lightdm-autologin.pam
(from rev 128806, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-testing-i686/lightdm-default-config.patch
(from rev 128806, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-testing-i686/lightdm.install
(from rev 128806, lightdm/trunk/lightdm.install)
  lightdm/repos/community-testing-i686/lightdm.pam
(from rev 128806, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-testing-i686/lightdm.rules
(from rev 128806, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-testing-i686/lightdm.service
(from rev 128806, lightdm/trunk/lightdm.service)
  lightdm/repos/community-testing-i686/lightdm.tmpfiles
(from rev 128806, lightdm/trunk/lightdm.tmpfiles)
  lightdm/repos/community-testing-x86_64/
  lightdm/repos/community-testing-x86_64/PKGBUILD
(from rev 128806, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-testing-x86_64/Xsession
(from rev 128806, lightdm/trunk/Xsession)
  lightdm/repos/community-testing-x86_64/lightdm-autologin.pam
(from rev 128806, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-testing-x86_64/lightdm-default-config.patch
(from rev 128806, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-testing-x86_64/lightdm.install
(from rev 128806, lightdm/trunk/lightdm.install)
  lightdm/repos/community-testing-x86_64/lightdm.pam
(from rev 128806, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-testing-x86_64/lightdm.rules
(from rev 128806, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-testing-x86_64/lightdm.service
(from rev 128806, lightdm/trunk/lightdm.service)
  lightdm/repos/community-testing-x86_64/lightdm.tmpfiles
(from rev 128806, lightdm/trunk/lightdm.tmpfiles)

---+
 community-testing-i686/PKGBUILD   |  135 
 community-testing-i686/Xsession   |   57 ++
 community-testing-i686/lightdm-autologin.pam  |   13 +
 community-testing-i686/lightdm-default-config.patch   |   40 
 community-testing-i686/lightdm.install|   12 +
 community-testing-i686/lightdm.pam|7 
 community-testing-i686/lightdm.rules  |   15 +
 community-testing-i686/lightdm.service|   14 +
 community-testing-i686/lightdm.tmpfiles   |1 
 community-testing-x86_64/PKGBUILD |  135 
 community-testing-x86_64/Xsession |   57 ++
 community-testing-x86_64/lightdm-autologin.pam|   13 +
 community-testing-x86_64/lightdm-default-config.patch |   40 
 community-testing-x86_64/lightdm.install  |   12 +
 community-testing-x86_64/lightdm.pam  |7 
 community-testing-x86_64/lightdm.rules|   15 +
 community-testing-x86_64/lightdm.service  |   14 +
 community-testing-x86_64/lightdm.tmpfiles |1 
 18 files changed, 588 insertions(+)

Copied: lightdm/repos/community-testing-i686/PKGBUILD (from rev 128806, 
lightdm/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-06 11:13:05 UTC (rev 128807)
@@ -0,0 +1,135 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Morfeo morfe...@hotmail.it
+
+pkgbase=lightdm
+pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
+pkgver=1.12.2
+pkgrel=3
+epoch=1
+pkgdesc='A lightweight display manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/lightdm'
+license=('GPL3' 'LGPL3')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool' 'itstool'
+ 'libxklavier' 'polkit' 'qt4' 'qt5-base')
+source=(https://launchpad.net/lightdm/${pkgver%.*}/${pkgver}/+download/lightdm-${pkgver}.tar.xz;
+'lightdm.service'
+'lightdm.tmpfiles'
+'lightdm.pam'
+'lightdm-autologin.pam'
+'lightdm.rules'
+'lightdm-default-config.patch'
+'Xsession')
+sha256sums=('ce36bacef7a0ac5b720dc0f4aeb1c37aa56e7b72f7390e290a670fb1b8231736'
+'0d2adba25cdbe59e97ffd302083db9d5e23920780f41e04f64512cd6b633289a'
+'b29521fbd7a48a8f60b93ecca3b30c30bcb71560de8033c8d39b25c22c6f696f'
+'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'
+'33e3c3d6e16c8d30756754ea3f31f5457c5be0343686aad287692be34958984a'
+   

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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 12:59:36
  Author: jgc
Revision: 232922

upgpkg: at-spi2-core 2.15.90-1

Modified:
  at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 11:54:28 UTC (rev 232921)
+++ PKGBUILD2015-03-06 11:59:36 UTC (rev 232922)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-core
-pkgver=2.14.1
+pkgver=2.15.90
 pkgrel=1
 pkgdesc=Protocol definitions and daemon for D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -9,9 +9,9 @@
 url=http://www.gnome.org;
 license=('GPL2')
 depends=('dbus' 'glib2' 'libxtst')
-makedepends=('intltool' 'gobject-introspection' 'python2')
+makedepends=('intltool' 'gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('eef9660b14fdf0fb1f30d1be7c72d591fa7cbb87b00ca3a25712f46ce657')
+sha256sums=('6e3b36b7fc75f281a284c832839af4fd1fc0a37e2eb33a8c6b3d258d4f4693e1')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 12:59:43
  Author: jgc
Revision: 232923

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  at-spi2-core/repos/gnome-unstable-i686/
  at-spi2-core/repos/gnome-unstable-i686/PKGBUILD
(from rev 232922, at-spi2-core/trunk/PKGBUILD)
  at-spi2-core/repos/gnome-unstable-x86_64/
  at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 232922, at-spi2-core/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   32 
 gnome-unstable-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: at-spi2-core/repos/gnome-unstable-i686/PKGBUILD (from rev 232922, 
at-spi2-core/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-06 11:59:43 UTC (rev 232923)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-core
+pkgver=2.15.90
+pkgrel=1
+pkgdesc=Protocol definitions and daemon for D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('dbus' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6e3b36b7fc75f281a284c832839af4fd1fc0a37e2eb33a8c6b3d258d4f4693e1')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/at-spi2-core --disable-xevie
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD (from rev 232922, 
at-spi2-core/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-06 11:59:43 UTC (rev 232923)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-core
+pkgver=2.15.90
+pkgrel=1
+pkgdesc=Protocol definitions and daemon for D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('dbus' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6e3b36b7fc75f281a284c832839af4fd1fc0a37e2eb33a8c6b3d258d4f4693e1')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/at-spi2-core --disable-xevie
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-03-06 Thread Sergej Pupykin
Date: Friday, March 6, 2015 @ 11:57:40
  Author: spupykin
Revision: 128796

upgpkg: autossh 1.4e-1

upd

Modified:
  autossh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 10:45:57 UTC (rev 128795)
+++ PKGBUILD2015-03-06 10:57:40 UTC (rev 128796)
@@ -1,7 +1,7 @@
 # Contributor: Ian Taylor ian at lorf dot orgs
 
 pkgname=autossh
-pkgver=1.4d
+pkgver=1.4e
 pkgrel=1
 pkgdesc=Automatically restart SSH sessions and tunnels
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 depends=('openssh')
 source=(http://www.harding.motd.ca/autossh/$pkgname-$pkgver.tgz;
LICENSE)
-md5sums=('89c09b50aa2d57814f808d727e937d0f'
+md5sums=('f86684b96e99d22b2e9d35dc63b0aa29'
  '663dffbc9a1adbf1d1b19a3e4ab318ad')
 
 build() {


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

2015-03-06 Thread Sergej Pupykin
Date: Friday, March 6, 2015 @ 11:57:55
  Author: spupykin
Revision: 128797

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

Added:
  autossh/repos/community-i686/LICENSE
(from rev 128796, autossh/trunk/LICENSE)
  autossh/repos/community-i686/PKGBUILD
(from rev 128796, autossh/trunk/PKGBUILD)
  autossh/repos/community-x86_64/LICENSE
(from rev 128796, autossh/trunk/LICENSE)
  autossh/repos/community-x86_64/PKGBUILD
(from rev 128796, autossh/trunk/PKGBUILD)
Deleted:
  autossh/repos/community-i686/LICENSE
  autossh/repos/community-i686/PKGBUILD
  autossh/repos/community-x86_64/LICENSE
  autossh/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   32 ++
 /PKGBUILD |   62 
 community-i686/LICENSE|   16 ---
 community-i686/PKGBUILD   |   31 --
 community-x86_64/LICENSE  |   16 ---
 community-x86_64/PKGBUILD |   31 --
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2015-03-06 10:57:40 UTC (rev 128796)
+++ community-i686/LICENSE  2015-03-06 10:57:55 UTC (rev 128797)
@@ -1,16 +0,0 @@
-Copyright (c) Carson Harding, 2002-2008.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are freely permitted.
-
-THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
-INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
-AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
-THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
-OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: autossh/repos/community-i686/LICENSE (from rev 128796, 
autossh/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2015-03-06 10:57:55 UTC (rev 128797)
@@ -0,0 +1,16 @@
+Copyright (c) Carson Harding, 2002-2008.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are freely permitted.
+
+THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
+THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-06 10:57:40 UTC (rev 128796)
+++ community-i686/PKGBUILD 2015-03-06 10:57:55 UTC (rev 128797)
@@ -1,31 +0,0 @@
-# Contributor: Ian Taylor ian at lorf dot orgs
-
-pkgname=autossh
-pkgver=1.4d
-pkgrel=1
-pkgdesc=Automatically restart SSH sessions and tunnels
-arch=('i686' 'x86_64')
-url=http://www.harding.motd.ca/autossh/;
-license=('custom')
-depends=('openssh')
-source=(http://www.harding.motd.ca/autossh/$pkgname-$pkgver.tgz;
-   LICENSE)
-md5sums=('89c09b50aa2d57814f808d727e937d0f'
- '663dffbc9a1adbf1d1b19a3e4ab318ad')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=$pkgdir/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m755 autossh $pkgdir/usr/bin/autossh
-  install -D -m644 CHANGES $pkgdir/usr/share/doc/autossh/CHANGES
-  install -D -m644 README $pkgdir/usr/share/doc/autossh/README
-  install -D -m644 autossh.host $pkgdir/usr/share/autossh/examples/autossh.host
-  install -D -m644 rscreen $pkgdir/usr/share/autossh/examples/rscreen
-  install -D -m644 autossh.1 $pkgdir/usr/share/man/man1/autossh.1
-  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: autossh/repos/community-i686/PKGBUILD (from rev 128796, 
autossh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 

[arch-commits] Commit in mingw-w64-crt/repos/community-any (PKGBUILD PKGBUILD)

2015-03-06 Thread Sergej Pupykin
Date: Friday, March 6, 2015 @ 11:58:07
  Author: spupykin
Revision: 128799

archrelease: copy trunk to community-any

Added:
  mingw-w64-crt/repos/community-any/PKGBUILD
(from rev 128798, mingw-w64-crt/trunk/PKGBUILD)
Deleted:
  mingw-w64-crt/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-06 10:57:59 UTC (rev 128798)
+++ PKGBUILD2015-03-06 10:58:07 UTC (rev 128799)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-
-pkgname=mingw-w64-crt
-pkgver=4.0rc3
-_pkgver=4.0-rc2
-pkgrel=1
-pkgdesc='MinGW-w64 CRT for Windows'
-arch=('any')
-url='http://mingw-w64.sourceforge.net'
-license=('custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-headers')
-options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
-source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
-md5sums=('e08c4c0265c0e97f514695a1fa57af9e')
-
-prepare() {
-  cd ${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-crt
-  aclocal
-  automake
-}
-
-build() {
-  cd ${srcdir}
-  for _target in ${_targets}; do
-msg Building ${_target} CRT
-if [ ${_target} == i686-w64-mingw32 ]; then
-_crt_configure_args=--disable-lib64 --enable-lib32
-elif [ ${_target} == x86_64-w64-mingw32 ]; then
-_crt_configure_args=--disable-lib32 --enable-lib64
-fi
-mkdir -p ${srcdir}/crt-${_target}  cd ${srcdir}/crt-${_target}
-${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-crt/configure 
--prefix=/usr/${_target} \
---host=${_target} --enable-wildcard \
-${_crt_configure_args}
-make
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-msg Installing ${_target} crt
-cd ${srcdir}/crt-${_target}
-make DESTDIR=${pkgdir} install
-  done
-}

Copied: mingw-w64-crt/repos/community-any/PKGBUILD (from rev 128798, 
mingw-w64-crt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-06 10:58:07 UTC (rev 128799)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+
+pkgname=mingw-w64-crt
+pkgver=4.0rc3
+_pkgver=${pkgver/rc/-rc}
+pkgrel=3
+pkgdesc='MinGW-w64 CRT for Windows'
+arch=('any')
+url='http://mingw-w64.sourceforge.net'
+license=('custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-headers')
+options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
+source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
+md5sums=('76eac541947e33614c6014905bce5de5')
+
+prepare() {
+  cd ${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-crt
+  aclocal
+  automake
+}
+
+build() {
+  cd ${srcdir}
+  for _target in ${_targets}; do
+msg Building ${_target} CRT
+if [ ${_target} == i686-w64-mingw32 ]; then
+_crt_configure_args=--disable-lib64 --enable-lib32
+elif [ ${_target} == x86_64-w64-mingw32 ]; then
+_crt_configure_args=--disable-lib32 --enable-lib64
+fi
+mkdir -p ${srcdir}/crt-${_target}  cd ${srcdir}/crt-${_target}
+${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-crt/configure 
--prefix=/usr/${_target} \
+--host=${_target} --enable-wildcard \
+${_crt_configure_args}
+make
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+msg Installing ${_target} crt
+cd ${srcdir}/crt-${_target}
+make DESTDIR=${pkgdir} install
+  done
+}


[arch-commits] Commit in mingw-w64-crt/trunk (PKGBUILD)

2015-03-06 Thread Sergej Pupykin
Date: Friday, March 6, 2015 @ 11:57:59
  Author: spupykin
Revision: 128798

upgpkg: mingw-w64-crt 4.0rc3-3

upd

Modified:
  mingw-w64-crt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 10:57:55 UTC (rev 128797)
+++ PKGBUILD2015-03-06 10:57:59 UTC (rev 128798)
@@ -6,8 +6,8 @@
 
 pkgname=mingw-w64-crt
 pkgver=4.0rc3
-_pkgver=4.0-rc2
-pkgrel=1
+_pkgver=${pkgver/rc/-rc}
+pkgrel=3
 pkgdesc='MinGW-w64 CRT for Windows'
 arch=('any')
 url='http://mingw-w64.sourceforge.net'
@@ -16,7 +16,7 @@
 makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-headers')
 options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
 
source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
-md5sums=('e08c4c0265c0e97f514695a1fa57af9e')
+md5sums=('76eac541947e33614c6014905bce5de5')
 
 prepare() {
   cd ${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-crt


[arch-commits] Commit in mingw-w64-headers/trunk (PKGBUILD)

2015-03-06 Thread Sergej Pupykin
Date: Friday, March 6, 2015 @ 11:58:12
  Author: spupykin
Revision: 128800

upgpkg: mingw-w64-headers 4.0rc3-3

upd

Modified:
  mingw-w64-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 10:58:07 UTC (rev 128799)
+++ PKGBUILD2015-03-06 10:58:12 UTC (rev 128800)
@@ -6,8 +6,8 @@
 
 pkgname='mingw-w64-headers'
 pkgver=4.0rc3
-_pkgver=4.0-rc2
-pkgrel=1
+_pkgver=${pkgver/rc/-rc}
+pkgrel=3
 pkgdesc=MinGW-w64 headers for Windows
 arch=('any')
 url=http://mingw-w64.sourceforge.net;
@@ -15,7 +15,7 @@
 groups=('mingw-w64-toolchain' 'mingw-w64')
 options=('!strip' '!libtool' '!emptydirs')
 
source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
-md5sums=('e08c4c0265c0e97f514695a1fa57af9e')
+md5sums=('76eac541947e33614c6014905bce5de5')
 
 build() {
   for _target in ${_targets}; do


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

2015-03-06 Thread Jan Steffens
Date: Friday, March 6, 2015 @ 12:51:01
  Author: heftig
Revision: 128809

archrelease: copy trunk to multilib-testing-x86_64

Added:
  gcc-multilib/repos/multilib-testing-x86_64/
  gcc-multilib/repos/multilib-testing-x86_64/PKGBUILD
(from rev 128808, gcc-multilib/trunk/PKGBUILD)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-4.8-filename-output.patch
(from rev 128808, gcc-multilib/trunk/gcc-4.8-filename-output.patch)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-4.8-lambda-ICE.patch
(from rev 128808, gcc-multilib/trunk/gcc-4.8-lambda-ICE.patch)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-4.9-isl-0.13-hack.patch
(from rev 128808, gcc-multilib/trunk/gcc-4.9-isl-0.13-hack.patch)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-ada.install
(from rev 128808, gcc-multilib/trunk/gcc-ada.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-fortran.install
(from rev 128808, gcc-multilib/trunk/gcc-fortran.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-go.install
(from rev 128808, gcc-multilib/trunk/gcc-go.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-libs.install
(from rev 128808, gcc-multilib/trunk/gcc-libs.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc.install
(from rev 128808, gcc-multilib/trunk/gcc.install)

---+
 PKGBUILD  |  380 
 gcc-4.8-filename-output.patch |   17 +
 gcc-4.8-lambda-ICE.patch  |   35 +++
 gcc-4.9-isl-0.13-hack.patch   |   71 +++
 gcc-ada.install   |   20 ++
 gcc-fortran.install   |   16 +
 gcc-go.install|   20 ++
 gcc-libs.install  |   16 +
 gcc.install   |   20 ++
 9 files changed, 595 insertions(+)

Copied: gcc-multilib/repos/multilib-testing-x86_64/PKGBUILD (from rev 128808, 
gcc-multilib/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-03-06 11:51:01 UTC (rev 128809)
@@ -0,0 +1,380 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
+pkgver=4.9.2
+_pkgver=4.9
+_islver=0.12.2
+_cloogver=0.18.1
+pkgrel=4
+_snapshot=4.9-20150304
+pkgdesc=The GNU Compiler Collection for multilib
+arch=('x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org;
+makedepends=('binutils=2.25' 'libmpc' 'gcc-ada-multilib' 'doxygen'
+ 'lib32-glibc=2.20')
+checkdepends=('dejagnu' 'inetutils')
+options=('!emptydirs')
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
+http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz)
+md5sums=('863bb9d2a9551c9b7447cfc8b7cc7498'
+ 'e039bfcfb6c2ab039b8ee69bf883e824'
+ 'e34fca0540d840e5d0f6427e98c92252')
+
+if [ -n ${_snapshot} ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+_libdir=usr/lib/gcc/$CHOST/$pkgver
+
+prepare() {
+  cd ${srcdir}/${_basedir}
+
+  # link isl/cloog for in-tree builds
+  ln -s ../isl-${_islver} isl
+  ln -s ../cloog-${_cloogver} cloog
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == x86_64 ]]  sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  echo ${pkgver}  gcc/BASE-VER
+
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  ${srcdir}/${_basedir}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix \
+  --with-system-zlib --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch --disable-libssp \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --enable-cloog-backend=isl \
+  --enable-lto --enable-plugin --enable-install-libiberty \
+  --with-linker-hash-style=gnu \
+  

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

2015-03-06 Thread Maxime Gauduin
Date: Friday, March 6, 2015 @ 11:00:10
  Author: alucryd
Revision: 128790

upgpkg: python2-pylast 1.1.0-1

Modified:
  python2-pylast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-05 22:39:14 UTC (rev 128789)
+++ PKGBUILD2015-03-06 10:00:10 UTC (rev 128790)
@@ -1,12 +1,12 @@
 # $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
 # Contributor: Limao Luo luolimao+...@gmail.com
 # Contributor: Wieland Hoffmann the_mi...@web.de
 # Contributor: Amr Hassan amr.has...@gmail.com
 
 pkgname=python2-pylast
-pkgver=0.5.11
-pkgrel=4
+pkgver=1.1.0
+pkgrel=1
 pkgdesc='A Python interface to the last.fm API'
 arch=('any')
 url='http://pylast.googlecode.com'
@@ -13,19 +13,19 @@
 license=('Apache')
 depends=('python2')
 makedepends=('python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz;)
-sha256sums=('bf35820be35447d55564d36072d40b09ac8a7fd41a6f1a7a9d408f4d0eaefac4')
+source=(http://pypi.python.org/packages/source/p/pylast/pylast-$pkgver.tar.gz;)
+sha256sums=('f7da6f8f5c02bff18e4600ad7d44b7d82cbf78d3a9b09c33e168def4280953ce')
 
 build() {
-  cd ${pkgname#*-}-$pkgver
+  cd pylast-$pkgver
 
   python2 setup.py build
 }
 
 package() {
-  cd ${pkgname#*-}-$pkgver
+  cd pylast-$pkgver
 
-  python2 setup.py install --root=${pkgdir} --optimize=1
+  python2 setup.py install --root=${pkgdir} --optimize='1'
 }
 
 # vim: ts=2 sw=2 et:


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

2015-03-06 Thread Maxime Gauduin
Date: Friday, March 6, 2015 @ 11:00:23
  Author: alucryd
Revision: 128791

archrelease: copy trunk to community-any

Added:
  python2-pylast/repos/community-any/PKGBUILD
(from rev 128790, python2-pylast/trunk/PKGBUILD)
Deleted:
  python2-pylast/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-06 10:00:10 UTC (rev 128790)
+++ PKGBUILD2015-03-06 10:00:23 UTC (rev 128791)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Limao Luo luolimao+...@gmail.com
-# Contributor: Wieland Hoffmann the_mi...@web.de
-# Contributor: Amr Hassan amr.has...@gmail.com
-
-pkgname=python2-pylast
-pkgver=0.5.11
-pkgrel=4
-pkgdesc='A Python interface to the last.fm API'
-arch=('any')
-url='http://pylast.googlecode.com'
-license=('Apache')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz;)
-sha256sums=('bf35820be35447d55564d36072d40b09ac8a7fd41a6f1a7a9d408f4d0eaefac4')
-
-build() {
-  cd ${pkgname#*-}-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname#*-}-$pkgver
-
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-pylast/repos/community-any/PKGBUILD (from rev 128790, 
python2-pylast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-06 10:00:23 UTC (rev 128791)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Limao Luo luolimao+...@gmail.com
+# Contributor: Wieland Hoffmann the_mi...@web.de
+# Contributor: Amr Hassan amr.has...@gmail.com
+
+pkgname=python2-pylast
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='A Python interface to the last.fm API'
+arch=('any')
+url='http://pylast.googlecode.com'
+license=('Apache')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pylast/pylast-$pkgver.tar.gz;)
+sha256sums=('f7da6f8f5c02bff18e4600ad7d44b7d82cbf78d3a9b09c33e168def4280953ce')
+
+build() {
+  cd pylast-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd pylast-$pkgver
+
+  python2 setup.py install --root=${pkgdir} --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


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

2015-03-06 Thread Timothy Redaelli
Date: Friday, March 6, 2015 @ 11:45:57
  Author: tredaelli
Revision: 128795

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   92 ++---
 electrum.install |   22 ++--
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-06 10:45:50 UTC (rev 128794)
+++ PKGBUILD2015-03-06 10:45:57 UTC (rev 128795)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Andy Weidenbaum archb...@gmail.com
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.0
-pkgrel=2
-pkgdesc=Lightweight Bitcoin wallet
-arch=('any')
-depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
- 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
-makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
-optdepends=('python2-zbar: QR code reading support')
-url=https://electrum.org;
-license=('GPL3')
-source=(https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz{,.asc})
-md5sums=('ad9db1c037babe0829c55e3a3c1f7630'
- 'SKIP')
-sha256sums=('69942f9edf4067e4a9b6cb66e7a5ae17215bab295f83647999656f847481bdcf'
-'SKIP')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-provides=('electrum')
-install=electrum.install
-
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#g' 
{} +
-}
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: electrum/repos/community-any/PKGBUILD (from rev 128794, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-06 10:45:57 UTC (rev 128795)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Andy Weidenbaum archb...@gmail.com
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=2.0.1
+pkgrel=1
+pkgdesc=Lightweight Bitcoin wallet
+arch=('any')
+depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
+ 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
+makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
+optdepends=('python2-zbar: QR code reading support')
+url=https://electrum.org;
+license=('GPL3')
+source=(https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz{,.asc})
+md5sums=('409e5bff5b9e83f65724a8127d344055'
+ 'SKIP')
+sha256sums=('562dcb53ed75790d63506b68ffaf51c49bdd6c735762dcaa1b8cca52825e35bf'
+'SKIP')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
+provides=('electrum')
+install=electrum.install
+
+prepare() {
+  cd ${pkgname^}-${pkgver}
+
+  find . -type f -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
+  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#g' 
{} +
+}
+
+build() {
+  cd ${pkgname^}-${pkgver}
+
+  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname^}-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}

Deleted: electrum.install
===
--- electrum.install2015-03-06 10:45:50 UTC (rev 128794)
+++ electrum.install2015-03-06 10:45:57 UTC (rev 128795)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: electrum/repos/community-any/electrum.install (from rev 128794, 
electrum/trunk/electrum.install)
===
--- electrum.install(rev 0)
+++ electrum.install2015-03-06 10:45:57 UTC (rev 128795)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-03-06 Thread Timothy Redaelli
Date: Friday, March 6, 2015 @ 11:45:50
  Author: tredaelli
Revision: 128794

upgpkg: electrum 2.0.1-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 10:04:22 UTC (rev 128793)
+++ PKGBUILD2015-03-06 10:45:50 UTC (rev 128794)
@@ -5,8 +5,8 @@
 # http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
 
 pkgname=electrum
-pkgver=2.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc=Lightweight Bitcoin wallet
 arch=('any')
 depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
@@ -16,9 +16,9 @@
 url=https://electrum.org;
 license=('GPL3')
 source=(https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz{,.asc})
-md5sums=('ad9db1c037babe0829c55e3a3c1f7630'
+md5sums=('409e5bff5b9e83f65724a8127d344055'
  'SKIP')
-sha256sums=('69942f9edf4067e4a9b6cb66e7a5ae17215bab295f83647999656f847481bdcf'
+sha256sums=('562dcb53ed75790d63506b68ffaf51c49bdd6c735762dcaa1b8cca52825e35bf'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


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

2015-03-06 Thread Sergej Pupykin
Date: Friday, March 6, 2015 @ 11:59:11
  Author: spupykin
Revision: 128805

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

Added:
  tigervnc/repos/community-i686/PKGBUILD
(from rev 128804, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-i686/compile_fix.patch
(from rev 128804, tigervnc/trunk/compile_fix.patch)
  tigervnc/repos/community-i686/gethomedir.patch
(from rev 128804, tigervnc/trunk/gethomedir.patch)
  tigervnc/repos/community-i686/getmaster.patch
(from rev 128804, tigervnc/trunk/getmaster.patch)
  tigervnc/repos/community-i686/vncserver.service
(from rev 128804, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-i686/vncviewer.desktop
(from rev 128804, tigervnc/trunk/vncviewer.desktop)
  tigervnc/repos/community-i686/xorg117.patch
(from rev 128804, tigervnc/trunk/xorg117.patch)
  tigervnc/repos/community-x86_64/PKGBUILD
(from rev 128804, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-x86_64/compile_fix.patch
(from rev 128804, tigervnc/trunk/compile_fix.patch)
  tigervnc/repos/community-x86_64/gethomedir.patch
(from rev 128804, tigervnc/trunk/gethomedir.patch)
  tigervnc/repos/community-x86_64/getmaster.patch
(from rev 128804, tigervnc/trunk/getmaster.patch)
  tigervnc/repos/community-x86_64/vncserver.service
(from rev 128804, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-x86_64/vncviewer.desktop
(from rev 128804, tigervnc/trunk/vncviewer.desktop)
  tigervnc/repos/community-x86_64/xorg117.patch
(from rev 128804, tigervnc/trunk/xorg117.patch)
Deleted:
  tigervnc/repos/community-i686/PKGBUILD
  tigervnc/repos/community-i686/compile_fix.patch
  tigervnc/repos/community-i686/gethomedir.patch
  tigervnc/repos/community-i686/getmaster.patch
  tigervnc/repos/community-i686/vncserver.service
  tigervnc/repos/community-i686/vncviewer.desktop
  tigervnc/repos/community-i686/xorg117.patch
  tigervnc/repos/community-x86_64/PKGBUILD
  tigervnc/repos/community-x86_64/compile_fix.patch
  tigervnc/repos/community-x86_64/gethomedir.patch
  tigervnc/repos/community-x86_64/getmaster.patch
  tigervnc/repos/community-x86_64/vncserver.service
  tigervnc/repos/community-x86_64/vncviewer.desktop
  tigervnc/repos/community-x86_64/xorg117.patch

+
 /PKGBUILD  |  150 +++
 /compile_fix.patch |   26 
 /gethomedir.patch  |   40 +++
 /getmaster.patch   |  192 +++
 /vncserver.service |   58 ++
 /vncviewer.desktop |   18 +++
 /xorg117.patch |   88 
 community-i686/PKGBUILD|   75 -
 community-i686/compile_fix.patch   |   13 --
 community-i686/gethomedir.patch|   20 ---
 community-i686/getmaster.patch |   96 -
 community-i686/vncserver.service   |   29 -
 community-i686/vncviewer.desktop   |9 -
 community-i686/xorg117.patch   |   44 
 community-x86_64/PKGBUILD  |   75 -
 community-x86_64/compile_fix.patch |   13 --
 community-x86_64/gethomedir.patch  |   20 ---
 community-x86_64/getmaster.patch   |   96 -
 community-x86_64/vncserver.service |   29 -
 community-x86_64/vncviewer.desktop |9 -
 community-x86_64/xorg117.patch |   44 
 21 files changed, 572 insertions(+), 572 deletions(-)

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


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

2015-03-06 Thread Jan Steffens
Date: Friday, March 6, 2015 @ 12:34:01
  Author: heftig
Revision: 128808

4.9.2-4

Modified:
  gcc-multilib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 11:13:05 UTC (rev 128807)
+++ PKGBUILD2015-03-06 11:34:01 UTC (rev 128808)
@@ -10,8 +10,8 @@
 _pkgver=4.9
 _islver=0.12.2
 _cloogver=0.18.1
-pkgrel=3
-_snapshot=4.9-20150204
+pkgrel=4
+_snapshot=4.9-20150304
 pkgdesc=The GNU Compiler Collection for multilib
 arch=('x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -23,12 +23,10 @@
 source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
 
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
 http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
-http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz
-gcc-4.8-filename-output.patch)
-md5sums=('5a59c19c4ff7acd3db7f8d94843f7f85'
+http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz)
+md5sums=('863bb9d2a9551c9b7447cfc8b7cc7498'
  'e039bfcfb6c2ab039b8ee69bf883e824'
- 'e34fca0540d840e5d0f6427e98c92252'
- '6810bb9b2252f03e6c98d9a671d94589')
+ 'e34fca0540d840e5d0f6427e98c92252')
 
 if [ -n ${_snapshot} ]; then
   _basedir=gcc-${_snapshot}
@@ -56,10 +54,6 @@
   # hack! - some configure tests for header files using $CPP $CPPFLAGS
   sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
 
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
-  # https://gcc.gnu.org/git/?p=gcc.git;a=patch;h=9140d56f
-  patch -p1 -i ${srcdir}/gcc-4.8-filename-output.patch
-
   mkdir ${srcdir}/gcc-build
 }
 


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

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 13:05:28
  Author: jgc
Revision: 232927

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  at-spi2-atk/repos/gnome-unstable-i686/
  at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD
(from rev 232926, at-spi2-atk/trunk/PKGBUILD)
  at-spi2-atk/repos/gnome-unstable-x86_64/
  at-spi2-atk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 232926, at-spi2-atk/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   32 
 gnome-unstable-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD (from rev 232926, 
at-spi2-atk/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-06 12:05:28 UTC (rev 232927)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-atk
+pkgver=2.15.90
+pkgrel=1
+pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
+arch=('i686' 'x86_64')
+url=https://wiki.gnome.org/Accessibility;
+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=('997c1ff85b7731d4c852ebef20f7bd65f20340823ca6ce1134fbd2efaa234b1e')
+
+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/gnome-unstable-x86_64/PKGBUILD (from rev 232926, 
at-spi2-atk/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-06 12:05:28 UTC (rev 232927)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-atk
+pkgver=2.15.90
+pkgrel=1
+pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
+arch=('i686' 'x86_64')
+url=https://wiki.gnome.org/Accessibility;
+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=('997c1ff85b7731d4c852ebef20f7bd65f20340823ca6ce1134fbd2efaa234b1e')
+
+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 python2-munkres/repos/community-any (PKGBUILD PKGBUILD)

2015-03-06 Thread Maxime Gauduin
Date: Friday, March 6, 2015 @ 11:04:22
  Author: alucryd
Revision: 128793

archrelease: copy trunk to community-any

Added:
  python2-munkres/repos/community-any/PKGBUILD
(from rev 128792, python2-munkres/trunk/PKGBUILD)
Deleted:
  python2-munkres/repos/community-any/PKGBUILD

--+
 PKGBUILD |   77 ++---
 1 file changed, 38 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-06 10:04:14 UTC (rev 128792)
+++ PKGBUILD2015-03-06 10:04:22 UTC (rev 128793)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Adrian Sampson adr...@radbox.org
-
-pkgname=python2-munkres
-pkgver=1.0.5.4
-pkgrel=3
-pkgdesc='Munkres algorithm for the assignment problem'
-arch=('any')
-url='http://bmc.github.com/munkres/'
-license=('BSD')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=(http://pypi.python.org/packages/source/m/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
-sha256sums=('105adad30659dbdf82815d3e12a74d4c01a3e0741d5ccbce194ee2ad4e5338d2')
-
-prepare() {
-  cd ${pkgname#*-}-${pkgver}
-
-  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
-}
-
-build() {
-  cd ${pkgname#*-}-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname#*-}-${pkgver}
-
-  python2 setup.py install --root=${pkgdir} --optimize=1
-
-# License
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 {,${pkgdir}/usr/share/licenses/${pkgname}/}LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-munkres/repos/community-any/PKGBUILD (from rev 128792, 
python2-munkres/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-06 10:04:22 UTC (rev 128793)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Adrian Sampson adr...@radbox.org
+
+pkgname=python2-munkres
+pkgver=1.0.7
+pkgrel=1
+pkgdesc='Munkres algorithm for the assignment problem'
+arch=('any')
+url='https://github.com/bmc/munkres'
+license=('BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=(http://pypi.python.org/packages/source/m/munkres/munkres-${pkgver}.tar.gz;)
+sha256sums=('334a5d849bcefed3e4c32ecfbca4ee8dfc8ef5f2f181334d6f7f4e100b71d6c4')
+
+prepare() {
+  cd munkres-${pkgver}
+
+  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
+}
+
+build() {
+  cd munkres-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd munkres-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize='1'
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/python2-munkres
+  install -m 644 LICENSE ${pkgdir}/usr/share/licenses/python2-munkres/
+}
+
+# vim: ts=2 sw=2 et:


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

2015-03-06 Thread Maxime Gauduin
Date: Friday, March 6, 2015 @ 11:04:14
  Author: alucryd
Revision: 128792

upgpkg: python2-munkres 1.0.7-1

Modified:
  python2-munkres/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 10:00:23 UTC (rev 128791)
+++ PKGBUILD2015-03-06 10:04:14 UTC (rev 128792)
@@ -1,39 +1,38 @@
 # $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
 # Contributor: Adrian Sampson adr...@radbox.org
 
 pkgname=python2-munkres
-pkgver=1.0.5.4
-pkgrel=3
+pkgver=1.0.7
+pkgrel=1
 pkgdesc='Munkres algorithm for the assignment problem'
 arch=('any')
-url='http://bmc.github.com/munkres/'
+url='https://github.com/bmc/munkres'
 license=('BSD')
 depends=('python2')
 makedepends=('python2-setuptools')
-source=(http://pypi.python.org/packages/source/m/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
-sha256sums=('105adad30659dbdf82815d3e12a74d4c01a3e0741d5ccbce194ee2ad4e5338d2')
+source=(http://pypi.python.org/packages/source/m/munkres/munkres-${pkgver}.tar.gz;)
+sha256sums=('334a5d849bcefed3e4c32ecfbca4ee8dfc8ef5f2f181334d6f7f4e100b71d6c4')
 
 prepare() {
-  cd ${pkgname#*-}-${pkgver}
+  cd munkres-${pkgver}
 
   sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
 }
 
 build() {
-  cd ${pkgname#*-}-${pkgver}
+  cd munkres-${pkgver}
 
   python2 setup.py build
 }
 
 package() {
-  cd ${pkgname#*-}-${pkgver}
+  cd munkres-${pkgver}
 
-  python2 setup.py install --root=${pkgdir} --optimize=1
+  python2 setup.py install --root=${pkgdir} --optimize='1'
 
-# License
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 {,${pkgdir}/usr/share/licenses/${pkgname}/}LICENSE
+  install -dm 755 ${pkgdir}/usr/share/licenses/python2-munkres
+  install -m 644 LICENSE ${pkgdir}/usr/share/licenses/python2-munkres/
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in adwaita-icon-theme/repos (3 files)

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 13:09:17
  Author: jgc
Revision: 232929

archrelease: copy trunk to gnome-unstable-any

Added:
  adwaita-icon-theme/repos/gnome-unstable-any/
  adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD
(from rev 232928, adwaita-icon-theme/trunk/PKGBUILD)
  adwaita-icon-theme/repos/gnome-unstable-any/adwaita-icon-theme.install
(from rev 232928, adwaita-icon-theme/trunk/adwaita-icon-theme.install)

+
 PKGBUILD   |   28 
 adwaita-icon-theme.install |   11 +++
 2 files changed, 39 insertions(+)

Copied: adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD (from rev 232928, 
adwaita-icon-theme/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2015-03-06 12:09:17 UTC (rev 232929)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=adwaita-icon-theme
+pkgver=3.15.90
+pkgrel=1
+pkgdesc=Adwaita icon theme
+arch=(any)
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache')
+makedepends=('intltool' 'icon-naming-utils')
+url=http://www.gnome.org;
+license=('GPL')
+groups=('gnome')
+install=adwaita-icon-theme.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8293aa7f9937cbc7c95ab64a18dc6f89ca4fadb821bdc2c00c91878040db6789')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Copied: adwaita-icon-theme/repos/gnome-unstable-any/adwaita-icon-theme.install 
(from rev 232928, adwaita-icon-theme/trunk/adwaita-icon-theme.install)
===
--- gnome-unstable-any/adwaita-icon-theme.install   
(rev 0)
+++ gnome-unstable-any/adwaita-icon-theme.install   2015-03-06 12:09:17 UTC 
(rev 232929)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/Adwaita
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in adwaita-icon-theme/trunk (PKGBUILD)

2015-03-06 Thread Jan de Groot
Date: Friday, March 6, 2015 @ 13:09:13
  Author: jgc
Revision: 232928

upgpkg: adwaita-icon-theme 3.15.90-1

Modified:
  adwaita-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 12:05:28 UTC (rev 232927)
+++ PKGBUILD2015-03-06 12:09:13 UTC (rev 232928)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=adwaita-icon-theme
-pkgver=3.14.1
+pkgver=3.15.90
 pkgrel=1
 pkgdesc=Adwaita icon theme
 arch=(any)
@@ -14,7 +14,7 @@
 install=adwaita-icon-theme.install
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b776a7ad58c97f4c1ede316e44d8d054105429cb4e3a8ec46616a14b11df48ee')
+sha256sums=('8293aa7f9937cbc7c95ab64a18dc6f89ca4fadb821bdc2c00c91878040db6789')
 
 build() {
 cd $pkgname-$pkgver


[arch-commits] Commit in apvlv/trunk (PKGBUILD apvlv.desktop)

2015-03-06 Thread Jonathan Steel
Date: Friday, March 6, 2015 @ 19:49:16
  Author: jsteel
Revision: 128830

upgpkg: apvlv 0.1.5-1

Modified:
  apvlv/trunk/PKGBUILD
Deleted:
  apvlv/trunk/apvlv.desktop

---+
 PKGBUILD  |   25 ++---
 apvlv.desktop |   17 -
 2 files changed, 10 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 18:08:22 UTC (rev 128829)
+++ PKGBUILD2015-03-06 18:49:16 UTC (rev 128830)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:  Jonathan Steel jst...@aur.archlinux.org
+# Maintainer:  Jonathan Steel jsteel at archlinux.org
 # Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
 # Contributor: Brad Fanella bradfane...@archlinux.us
 # Contributor: Stefan Husmann stefan-husm...@t-online.de
@@ -6,23 +6,21 @@
 # Contributor: tocer.deng tocer.d...@gmail.com
 
 pkgname=apvlv
-pkgver=0.1.4.20121023
-pkgrel=4
+pkgver=0.1.5
+pkgrel=1
 pkgdesc='PDF/DJVU/TXT viewer which behaves like Vim'
 arch=('i686' 'x86_64')
 url=http://naihe2010.github.com/apvlv/;
-license=('GPL')
-depends=('gtk2' 'poppler-glib' 'djvulibre' 'desktop-file-utils')
+license=('GPL2')
+depends=('gtk3' 'poppler-glib' 'djvulibre' 'desktop-file-utils')
 makedepends=('cmake' 'webkitgtk2')
 install=$pkgname.install
-source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
-$pkgname.desktop)
+source=($pkgname-$pkgver.tar.gz::https://github.com/naihe2010/apvlv/archive/v$pkgver.tar.gz)
 backup=('etc/apvlvrc')
-md5sums=('f222fc4b09b15358eb4e7f996ba810d6'
- '54478fecb54f36d1c44d8fdc233ddbac')
+md5sums=('e200e1f8ad7e765399d08845d6de2c9b')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   mkdir -p build
   cd build
@@ -35,10 +33,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
 
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
+  make DESTDIR=$pkgdir install
 }

Deleted: apvlv.desktop
===
--- apvlv.desktop   2015-03-06 18:08:22 UTC (rev 128829)
+++ apvlv.desktop   2015-03-06 18:49:16 UTC (rev 128830)
@@ -1,17 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=apvlv
-Comment=A minimalistic document viewer
-Comment[de]=Ein minimalistischer Dokumenten-Betrachter
-Comment[fr]=Un visionneur de document minimaliste
-Comment[ru]=Минималистичный просмотрщик документов
-Comment[tr]=Minimalist bir belge görüntüleyicisi
-Comment[es_CL]=Un visor de documentos minimalista
-Comment[uk_UA]=Легкий переглядач документів
-Comment[it]=Un visualizzatore di documenti minimalista
-Comment[pl]=Minimalistyczna przeglądarka dokumentów
-Exec=apvlv %f
-Terminal=false
-Categories=Office;Viewer;
-MimeType=application/pdf;application/postscript;application/eps;application/x-eps;image/eps;image/x-eps;image/vnd.djvu;


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

2015-03-06 Thread Jonathan Steel
Date: Friday, March 6, 2015 @ 19:49:34
  Author: jsteel
Revision: 128831

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

Added:
  apvlv/repos/community-i686/PKGBUILD
(from rev 128830, apvlv/trunk/PKGBUILD)
  apvlv/repos/community-i686/apvlv.install
(from rev 128830, apvlv/trunk/apvlv.install)
  apvlv/repos/community-x86_64/PKGBUILD
(from rev 128830, apvlv/trunk/PKGBUILD)
  apvlv/repos/community-x86_64/apvlv.install
(from rev 128830, apvlv/trunk/apvlv.install)
Deleted:
  apvlv/repos/community-i686/PKGBUILD
  apvlv/repos/community-i686/apvlv.desktop
  apvlv/repos/community-i686/apvlv.install
  apvlv/repos/community-x86_64/PKGBUILD
  apvlv/repos/community-x86_64/apvlv.desktop
  apvlv/repos/community-x86_64/apvlv.install

+
 /PKGBUILD  |   78 +++
 /apvlv.install |   14 +++
 community-i686/PKGBUILD|   44 --
 community-i686/apvlv.desktop   |   17 
 community-i686/apvlv.install   |7 ---
 community-x86_64/PKGBUILD  |   44 --
 community-x86_64/apvlv.desktop |   17 
 community-x86_64/apvlv.install |7 ---
 8 files changed, 92 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-06 18:49:16 UTC (rev 128830)
+++ community-i686/PKGBUILD 2015-03-06 18:49:34 UTC (rev 128831)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer:  Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: tocer.deng tocer.d...@gmail.com
-
-pkgname=apvlv
-pkgver=0.1.4.20121023
-pkgrel=4
-pkgdesc='PDF/DJVU/TXT viewer which behaves like Vim'
-arch=('i686' 'x86_64')
-url=http://naihe2010.github.com/apvlv/;
-license=('GPL')
-depends=('gtk2' 'poppler-glib' 'djvulibre' 'desktop-file-utils')
-makedepends=('cmake' 'webkitgtk2')
-install=$pkgname.install
-source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
-$pkgname.desktop)
-backup=('etc/apvlvrc')
-md5sums=('f222fc4b09b15358eb4e7f996ba810d6'
- '54478fecb54f36d1c44d8fdc233ddbac')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-  
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DAPVLV_WITH_DJVU=yes -DAPVLV_WITH_TXT=yes \
--DAPVLV_WITH_UMD=no  ..
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-}

Copied: apvlv/repos/community-i686/PKGBUILD (from rev 128830, 
apvlv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-06 18:49:34 UTC (rev 128831)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Jonathan Steel jsteel at archlinux.org
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: tocer.deng tocer.d...@gmail.com
+
+pkgname=apvlv
+pkgver=0.1.5
+pkgrel=1
+pkgdesc='PDF/DJVU/TXT viewer which behaves like Vim'
+arch=('i686' 'x86_64')
+url=http://naihe2010.github.com/apvlv/;
+license=('GPL2')
+depends=('gtk3' 'poppler-glib' 'djvulibre' 'desktop-file-utils')
+makedepends=('cmake' 'webkitgtk2')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/naihe2010/apvlv/archive/v$pkgver.tar.gz)
+backup=('etc/apvlvrc')
+md5sums=('e200e1f8ad7e765399d08845d6de2c9b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build
+  cd build
+  
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DAPVLV_WITH_DJVU=yes -DAPVLV_WITH_TXT=yes \
+-DAPVLV_WITH_UMD=no  ..
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/apvlv.desktop
===
--- community-i686/apvlv.desktop2015-03-06 18:49:16 UTC (rev 128830)
+++ community-i686/apvlv.desktop2015-03-06 18:49:34 UTC (rev 128831)
@@ -1,17 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=apvlv
-Comment=A minimalistic document viewer
-Comment[de]=Ein minimalistischer Dokumenten-Betrachter
-Comment[fr]=Un visionneur de document minimaliste
-Comment[ru]=Минималистичный просмотрщик документов
-Comment[tr]=Minimalist bir belge görüntüleyicisi
-Comment[es_CL]=Un visor de documentos minimalista
-Comment[uk_UA]=Легкий переглядач документів
-Comment[it]=Un visualizzatore di documenti minimalista
-Comment[pl]=Minimalistyczna przeglądarka dokumentów
-Exec=apvlv %f

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

2015-03-06 Thread Jonathan Steel
Date: Friday, March 6, 2015 @ 19:04:55
  Author: jsteel
Revision: 128828

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-06 18:04:36 UTC (rev 128827)
+++ community-i686/PKGBUILD 2015-03-06 18:04:55 UTC (rev 128828)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at archlinux.org
-# Contributor: megadriver megadriver at gmx dot com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: kagan juany...@mi.madritel.es
-# Contributor: Hans-Kristian Arntzen mais...@archlinux.us
-
-pkgname=mednafen
-pkgver=0.9.38.2
-pkgrel=2
-pkgdesc=Command-line multi-system gaming emulator
-url=http://mednafen.sourceforge.net;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsndfile' 'sdl' 'zlib')
-makedepends=('mesa' 'glu')
-source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('6b09560fdbc698f75dec4dd3fbc8743c')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR=$pkgdir install
-
-  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
-   README{,.DOS,.PORTING} TODO; do
-install -Dm644 $i $pkgdir/usr/share/doc/$pkgname/$i
-  done
-}

Copied: mednafen/repos/community-i686/PKGBUILD (from rev 128827, 
mednafen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-06 18:04:55 UTC (rev 128828)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: megadriver megadriver at gmx dot com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
+# Contributor: kagan juany...@mi.madritel.es
+# Contributor: Hans-Kristian Arntzen mais...@archlinux.us
+
+pkgname=mednafen
+pkgver=0.9.38.3
+pkgrel=1
+pkgdesc=Command-line multi-system gaming emulator
+url=http://mednafen.sourceforge.net;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsndfile' 'sdl' 'zlib')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
+md5sums=('34556f552cf128c0ea18c025d675a28c')
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR=$pkgdir install
+
+  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
+   README{,.DOS,.PORTING} TODO; do
+install -Dm644 $i $pkgdir/usr/share/doc/$pkgname/$i
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-06 18:04:36 UTC (rev 128827)
+++ community-x86_64/PKGBUILD   2015-03-06 18:04:55 UTC (rev 128828)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at archlinux.org
-# Contributor: megadriver megadriver at gmx dot com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: kagan juany...@mi.madritel.es
-# Contributor: Hans-Kristian Arntzen mais...@archlinux.us
-
-pkgname=mednafen
-pkgver=0.9.38.2
-pkgrel=2
-pkgdesc=Command-line multi-system gaming emulator
-url=http://mednafen.sourceforge.net;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsndfile' 'sdl' 'zlib')
-makedepends=('mesa' 'glu')
-source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('6b09560fdbc698f75dec4dd3fbc8743c')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR=$pkgdir install
-
-  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
-   README{,.DOS,.PORTING} TODO; do
-install -Dm644 $i $pkgdir/usr/share/doc/$pkgname/$i
-  done
-}

Copied: mednafen/repos/community-x86_64/PKGBUILD (from rev 128827, 
mednafen/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-06 18:04:55 UTC (rev 128828)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: megadriver megadriver at gmx dot com
+# Contributor: Angel 

[arch-commits] Commit in (5 files)

2015-03-06 Thread Timothy Redaelli
Date: Friday, March 6, 2015 @ 19:03:34
  Author: tredaelli
Revision: 128826

New package: qbittorrent

Added:
  qbittorrent/
  qbittorrent/repos/
  qbittorrent/trunk/
  qbittorrent/trunk/PKGBUILD
  qbittorrent/trunk/qbittorrent.install

-+
 PKGBUILD|   35 +++
 qbittorrent.install |   13 +
 2 files changed, 48 insertions(+)

Added: qbittorrent/trunk/PKGBUILD
===
--- qbittorrent/trunk/PKGBUILD  (rev 0)
+++ qbittorrent/trunk/PKGBUILD  2015-03-06 18:03:34 UTC (rev 128826)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: carstene1ns arch carsten-teibes de - http://git.io/ctPKG
+# Contributor: Jkkyll Wu adaptee at gmail [dot] com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=qbittorrent
+pkgver=3.1.12
+pkgrel=1
+pkgdesc=A bittorrent client written in C++ / Qt4 using the good libtorrent 
library
+arch=('i686' 'x86_64')
+url=http://www.qbittorrent.org;
+license=('custom' 'GPL')
+depends=('qt4' 'libtorrent-rasterbar')
+makedepends=('boost')
+optdepends=('python: needed for torrent search tab')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz;)
+sha256sums=('d5d5b27958297f0b14cf03af8dd24a0d2a990e108c9a7a6159e4a2fbbc83')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make INSTALL_ROOT=$pkgdir/ install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}


Property changes on: qbittorrent/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: qbittorrent/trunk/qbittorrent.install
===
--- qbittorrent/trunk/qbittorrent.install   (rev 0)
+++ qbittorrent/trunk/qbittorrent.install   2015-03-06 18:03:34 UTC (rev 
128826)
@@ -0,0 +1,13 @@
+
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-03-06 Thread Evangelos Foutras
Date: Friday, March 6, 2015 @ 20:15:10
  Author: foutrelis
Revision: 128832

upgpkg: gcompris 15.02-1

New upstream release.

Modified:
  gcompris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 18:49:34 UTC (rev 128831)
+++ PKGBUILD2015-03-06 19:15:10 UTC (rev 128832)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
 
 pkgname=gcompris
-pkgver=14.12
+pkgver=15.02
 pkgrel=1
 pkgdesc=Educational software suite comprising of numerous activities for 
children aged 2 to 10
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 'tuxpaint: for the painting activity')
 makedepends=('texinfo' 'texi2html' 'intltool')
 source=(http://gcompris.net/download/$pkgname-$pkgver.tar.bz2)
-sha256sums=('bf0beafb03c0f4ffe05bbfcda54b91a5e8a034b5d813cb4492d6f59a21f9cdcf')
+sha256sums=('c3e2f84f459d747b853b0424e366d0ce7b1f4ef00d660cdde5084712cf5c3ad4')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-03-06 Thread Jonathan Steel
Date: Friday, March 6, 2015 @ 19:04:36
  Author: jsteel
Revision: 128827

upgpkg: mednafen 0.9.38.3-1

Modified:
  mednafen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 18:03:34 UTC (rev 128826)
+++ PKGBUILD2015-03-06 18:04:36 UTC (rev 128827)
@@ -7,8 +7,8 @@
 # Contributor: Hans-Kristian Arntzen mais...@archlinux.us
 
 pkgname=mednafen
-pkgver=0.9.38.2
-pkgrel=2
+pkgver=0.9.38.3
+pkgrel=1
 pkgdesc=Command-line multi-system gaming emulator
 url=http://mednafen.sourceforge.net;
 license=('GPL2')
@@ -16,7 +16,7 @@
 depends=('libsndfile' 'sdl' 'zlib')
 makedepends=('mesa' 'glu')
 source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('6b09560fdbc698f75dec4dd3fbc8743c')
+md5sums=('34556f552cf128c0ea18c025d675a28c')
 
 build() {
   cd $pkgname


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

2015-03-06 Thread Timothy Redaelli
Date: Friday, March 6, 2015 @ 19:08:22
  Author: tredaelli
Revision: 128829

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

Added:
  qbittorrent/repos/community-i686/
  qbittorrent/repos/community-i686/PKGBUILD
(from rev 128828, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-i686/qbittorrent.install
(from rev 128828, qbittorrent/trunk/qbittorrent.install)
  qbittorrent/repos/community-x86_64/
  qbittorrent/repos/community-x86_64/PKGBUILD
(from rev 128828, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-x86_64/qbittorrent.install
(from rev 128828, qbittorrent/trunk/qbittorrent.install)

--+
 community-i686/PKGBUILD  |   35 +
 community-i686/qbittorrent.install   |   13 
 community-x86_64/PKGBUILD|   35 +
 community-x86_64/qbittorrent.install |   13 
 4 files changed, 96 insertions(+)

Copied: qbittorrent/repos/community-i686/PKGBUILD (from rev 128828, 
qbittorrent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-06 18:08:22 UTC (rev 128829)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: carstene1ns arch carsten-teibes de - http://git.io/ctPKG
+# Contributor: Jkkyll Wu adaptee at gmail [dot] com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=qbittorrent
+pkgver=3.1.12
+pkgrel=1
+pkgdesc=A bittorrent client written in C++ / Qt4 using the good libtorrent 
library
+arch=('i686' 'x86_64')
+url=http://www.qbittorrent.org;
+license=('custom' 'GPL')
+depends=('qt4' 'libtorrent-rasterbar')
+makedepends=('boost')
+optdepends=('python: needed for torrent search tab')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz;)
+sha256sums=('d5d5b27958297f0b14cf03af8dd24a0d2a990e108c9a7a6159e4a2fbbc83')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make INSTALL_ROOT=$pkgdir/ install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: qbittorrent/repos/community-i686/qbittorrent.install (from rev 128828, 
qbittorrent/trunk/qbittorrent.install)
===
--- community-i686/qbittorrent.install  (rev 0)
+++ community-i686/qbittorrent.install  2015-03-06 18:08:22 UTC (rev 128829)
@@ -0,0 +1,13 @@
+
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: qbittorrent/repos/community-x86_64/PKGBUILD (from rev 128828, 
qbittorrent/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-06 18:08:22 UTC (rev 128829)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: carstene1ns arch carsten-teibes de - http://git.io/ctPKG
+# Contributor: Jkkyll Wu adaptee at gmail [dot] com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=qbittorrent
+pkgver=3.1.12
+pkgrel=1
+pkgdesc=A bittorrent client written in C++ / Qt4 using the good libtorrent 
library
+arch=('i686' 'x86_64')
+url=http://www.qbittorrent.org;
+license=('custom' 'GPL')
+depends=('qt4' 'libtorrent-rasterbar')
+makedepends=('boost')
+optdepends=('python: needed for torrent search tab')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz;)
+sha256sums=('d5d5b27958297f0b14cf03af8dd24a0d2a990e108c9a7a6159e4a2fbbc83')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make INSTALL_ROOT=$pkgdir/ install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: qbittorrent/repos/community-x86_64/qbittorrent.install (from rev 
128828, qbittorrent/trunk/qbittorrent.install)
===
--- community-x86_64/qbittorrent.install(rev 0)
+++ community-x86_64/qbittorrent.install2015-03-06 18:08:22 UTC (rev 
128829)
@@ -0,0 +1,13 @@
+
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-03-06 Thread Evangelos Foutras
Date: Friday, March 6, 2015 @ 20:52:07
  Author: foutrelis
Revision: 232953

upgpkg: llvm 3.6.0-1

New upstream release.

Added:
  llvm/trunk/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch
Modified:
  llvm/trunk/PKGBUILD
Deleted:
  llvm/trunk/llvm-3.5.0-fix-ocaml-as-needed.patch
  llvm/trunk/llvm-3.5.0-force-link-pass.o.patch

-+
 PKGBUILD|   79 +-
 llvm-3.5.0-fix-ocaml-as-needed.patch|   14 
 llvm-3.5.0-force-link-pass.o.patch  |   28 -
 llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch |   30 +
 4 files changed, 84 insertions(+), 67 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 16:52:56 UTC (rev 232952)
+++ PKGBUILD2015-03-06 19:52:07 UTC (rev 232953)
@@ -9,15 +9,16 @@
 # Contributor: Roberto Alsina rals...@kde.org
 # Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
 
-pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'clang' 'clang-analyzer'
+pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'lldb' 'clang' 'clang-analyzer'
  'clang-tools-extra')
-pkgver=3.5.1
+pkgver=3.6.0
 pkgrel=1
 _ocaml_ver=4.02.1
 arch=('i686' 'x86_64')
 url=http://llvm.org/;
 license=('custom:University of Illinois/NCSA Open Source License')
-makedepends=('libffi' 'python2' ocaml=$_ocaml_ver 'python-sphinx' 'chrpath')
+makedepends=('libffi' 'python2' ocaml=$_ocaml_ver 'python-sphinx' 'chrpath'
+ 'ocaml-ctypes' 'ocaml-findlib' 'libedit' 'swig')
 # Use gcc-multilib to build 32-bit compiler-rt libraries on x86_64 (FS#41911)
 makedepends_x86_64=('gcc-multilib')
 options=('staticlibs')
@@ -25,24 +26,24 @@
 http://llvm.org/releases/$pkgver/cfe-$pkgver.src.tar.xz{,.sig}
 
http://llvm.org/releases/$pkgver/clang-tools-extra-$pkgver.src.tar.xz{,.sig}
 http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig}
-llvm-3.5.0-force-link-pass.o.patch
-llvm-3.5.0-fix-ocaml-as-needed.patch
+http://llvm.org/releases/$pkgver/lldb-$pkgver.src.tar.xz{,.sig}
+llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch
 llvm-Config-config.h
 llvm-Config-llvm-config.h)
-sha256sums=('bf3275d2d7890015c8d8f5e6f4f882f8cf3bf51967297ebe74111d6d8b53be15'
+sha256sums=('b39a69e501b49e8f73ff75c9ad72313681ee58d6f430bfad4d81846fe92eb9ce'
 'SKIP'
-'6773f3f9cf815631cc7e779ec134ddd228dc8e9a250e1ea3a910610c59eb8f5c'
+'be0e69378119fe26f0f2f74cffe82b7c26da840c9733fe522ed3c1b66b11082d'
 'SKIP'
-'e8d011250389cfc36eb51557ca25ae66ab08173e8d53536a0747356105d72906'
+'3aa949ba82913490a75697287d9ee8598c619fae0aa6bb8fddf0095ff51bc812'
 'SKIP'
-'adf4b526f33e681aff5961f0821f5b514d3fc375410008842640b56a2e6a837a'
+'7f49fb79e5adcdce7dddaf973f1db130228dfb19e37a99a7f5365a6948b26b11'
 'SKIP'
-'5702053503d49448598eda1b8dc8c263f0df9ad7486833273e3987b5dec25a19'
-'0d8b268cf101b0a08dbe458a041c33be0500d09b1a62ed0a16f205758647a5fc'
+'2b1ad1d42c4ea3fa2f9dd6db7c522d86e80891659b24dbb3d0d80386d8eaf0b2'
+'SKIP'
+'7e62bd5dd1ae5755a63abab692ae366186be392104e232e6b3a10a4ea5807283'
 '312574e655f9a87784ca416949c505c452b819fad3061f2cde8aced6540a19a3'
 '597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
-validpgpkeys=('54E3BDE33185D9F69664D22455F5CD70BB5A0569'
-  '11E521D646982372EB577A1F8F0871F202119294')
+validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D')
 
 prepare() {
   cd $srcdir/llvm-$pkgver.src
@@ -55,6 +56,12 @@
 
   mv $srcdir/compiler-rt-$pkgver.src projects/compiler-rt
 
+  mv $srcdir/lldb-$pkgver.src tools/lldb
+
+  # Fix source file permissions
+  # http://llvm.org/bugs/show_bug.cgi?id=22742
+  chmod -R u=rwX,go=rX $srcdir/llvm-$pkgver.src
+
   # Fix docs installation directory
   sed -i 's:$(PROJ_prefix)/docs/llvm:$(PROJ_prefix)/share/doc/llvm:' \
 Makefile.config.in
@@ -63,13 +70,14 @@
   sed -i 
'/@LLVM_CONFIG_CMAKE_DIR@/s:$(PROJ_cmake):$(PROJ_prefix)/share/llvm/cmake:' \
 cmake/modules/Makefile
 
-  # Fix build with GCC 4.9 (patch from Debian)
-  # http://llvm.org/bugs/show_bug.cgi?id=20067
-  patch -Np1 -i ../llvm-3.5.0-force-link-pass.o.patch
+  # Use Python 2
+  find tools/lldb -name Makefile -exec sed -i 
's/python-config/python2-config/' {} +
+  sed -i 's|/usr/bin/env python|2|' \
+tools/lldb/scripts/Python/{build-swig-Python,finish-swig-Python-LLDB}.sh
 
-  # Fix OCaml bindings linking with -Wl,--as-needed
-  # http://llvm.org/bugs/show_bug.cgi?id=22014
-  patch -Np1 -i ../llvm-3.5.0-fix-ocaml-as-needed.patch
+  # Fix docs/Makefile to use ocamlfind
+  # http://llvm.org/bugs/show_bug.cgi?id=22737
+  patch -Np1 -i ../llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch
 }
 
 build() {
@@ -90,6 +98,7 @@
 --enable-shared \
 --enable-libffi \
 

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

2015-03-06 Thread Jan Steffens
Date: Friday, March 6, 2015 @ 21:03:50
  Author: heftig
Revision: 128838

Remove shared linking again, since llvm 3.6 is not an easy port

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 19:58:52 UTC (rev 128837)
+++ PKGBUILD2015-03-06 20:03:50 UTC (rev 128838)
@@ -4,7 +4,7 @@
 pkgbase=rubinius
 pkgname=(rubinius rubinius-ruby)
 pkgver=2.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Ruby runtime written in Ruby, designed for concurrency
 arch=(i686 x86_64)
 url=http://rubini.us;
@@ -13,11 +13,12 @@
 makedepends=(llvm rubinius-ruby)
 options=(!emptydirs)
 source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2
-gemrc dirs.patch llvm-shared-3.5.patch)
+gemrc dirs.patch)
 sha256sums=('00d6f23b7632d035d322209e736a9341155350a9d169e8471d38a554a8e26600'
 '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
 'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9'
-'556ba5ed2a42eb197f8d91dcbbb4dfc9af06561bbd27adbdd359c37d0fb934c0')
+'1ce93b8e795c401a321e180e7a6c8cf65f35621c64ac4a3c6c810e98a7886db5'
+'d82a361987417eed1970390c1e18aaf49f2c8523fadb208f498a8d96bf28f27a')
 
 prepare() {
   export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
@@ -24,7 +25,6 @@
   cd $pkgbase-$pkgver
 
   patch -Np1 -i ../dirs.patch
-  patch -Np1 -i ../llvm-shared-3.5.patch
 
   mkdir -p $GEM_HOME
   gem install --no-user-install -N vendor/cache/bundler-*.gem
@@ -42,7 +42,6 @@
 --appdir=/usr/lib/rubinius \
 --gemsdir=/usr/lib/rubinius/gems \
 --preserve-prefix \
---llvm-shared \
 --without-rpath \
 --bin-link bundle --bin-link bundler
   rake build


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

2015-03-06 Thread Evangelos Foutras
Date: Friday, March 6, 2015 @ 20:15:35
  Author: foutrelis
Revision: 128835

archrelease: copy trunk to community-any

Added:
  gcompris-data/repos/community-any/PKGBUILD
(from rev 128834, gcompris-data/trunk/PKGBUILD)
Deleted:
  gcompris-data/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-06 19:15:25 UTC (rev 128834)
+++ PKGBUILD2015-03-06 19:15:35 UTC (rev 128835)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
-
-pkgname=gcompris-data
-pkgver=14.12
-pkgrel=1
-pkgdesc=Data files for GCompris
-arch=('any')
-url=http://gcompris.net/;
-license=('GPL3')
-makedepends=('texinfo' 'texi2html' 'intltool' 'pygtk' 'librsvg' 
'gstreamer0.10-base-plugins')
-source=(http://gcompris.net/download/gcompris-$pkgver.tar.bz2)
-sha256sums=('bf0beafb03c0f4ffe05bbfcda54b91a5e8a034b5d813cb4492d6f59a21f9cdcf')
-
-build() {
-  cd $srcdir/gcompris-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gcompris-$pkgver
-  make DESTDIR=$pkgdir install-data
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcompris-data/repos/community-any/PKGBUILD (from rev 128834, 
gcompris-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-06 19:15:35 UTC (rev 128835)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
+
+pkgname=gcompris-data
+pkgver=15.02
+pkgrel=1
+pkgdesc=Data files for GCompris
+arch=('any')
+url=http://gcompris.net/;
+license=('GPL3')
+makedepends=('texinfo' 'texi2html' 'intltool' 'pygtk' 'librsvg' 
'gstreamer0.10-base-plugins')
+source=(http://gcompris.net/download/gcompris-$pkgver.tar.bz2)
+sha256sums=('c3e2f84f459d747b853b0424e366d0ce7b1f4ef00d660cdde5084712cf5c3ad4')
+
+build() {
+  cd $srcdir/gcompris-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gcompris-$pkgver
+  make DESTDIR=$pkgdir install-data
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-03-06 Thread Evangelos Foutras
Date: Friday, March 6, 2015 @ 20:15:20
  Author: foutrelis
Revision: 128833

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-06 19:15:10 UTC (rev 128832)
+++ community-i686/PKGBUILD 2015-03-06 19:15:20 UTC (rev 128833)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
-
-pkgname=gcompris
-pkgver=14.12
-pkgrel=1
-pkgdesc=Educational software suite comprising of numerous activities for 
children aged 2 to 10
-arch=('i686' 'x86_64')
-url=http://gcompris.net/;
-license=('GPL3')
-depends=('pygtk' 'librsvg' 'gstreamer0.10-base-plugins')
-optdepends=('gnucap: for computer simulation within the electricity activity'
-'tuxpaint: for the painting activity')
-makedepends=('texinfo' 'texi2html' 'intltool')
-source=(http://gcompris.net/download/$pkgname-$pkgver.tar.bz2)
-sha256sums=('bf0beafb03c0f4ffe05bbfcda54b91a5e8a034b5d813cb4492d6f59a21f9cdcf')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  sed -i 's/$GNUCHESS/gcompris-gnuchess/' configure
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=(gcompris-data=$pkgver)
-
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install-exec
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcompris/repos/community-i686/PKGBUILD (from rev 128832, 
gcompris/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-06 19:15:20 UTC (rev 128833)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
+
+pkgname=gcompris
+pkgver=15.02
+pkgrel=1
+pkgdesc=Educational software suite comprising of numerous activities for 
children aged 2 to 10
+arch=('i686' 'x86_64')
+url=http://gcompris.net/;
+license=('GPL3')
+depends=('pygtk' 'librsvg' 'gstreamer0.10-base-plugins')
+optdepends=('gnucap: for computer simulation within the electricity activity'
+'tuxpaint: for the painting activity')
+makedepends=('texinfo' 'texi2html' 'intltool')
+source=(http://gcompris.net/download/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c3e2f84f459d747b853b0424e366d0ce7b1f4ef00d660cdde5084712cf5c3ad4')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  sed -i 's/$GNUCHESS/gcompris-gnuchess/' configure
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  depends+=(gcompris-data=$pkgver)
+
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install-exec
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-06 19:15:10 UTC (rev 128832)
+++ community-x86_64/PKGBUILD   2015-03-06 19:15:20 UTC (rev 128833)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
-
-pkgname=gcompris
-pkgver=14.12
-pkgrel=1
-pkgdesc=Educational software suite comprising of numerous activities for 
children aged 2 to 10
-arch=('i686' 'x86_64')
-url=http://gcompris.net/;
-license=('GPL3')
-depends=('pygtk' 'librsvg' 'gstreamer0.10-base-plugins')
-optdepends=('gnucap: for computer simulation within the electricity activity'
-'tuxpaint: for the painting activity')
-makedepends=('texinfo' 'texi2html' 'intltool')
-source=(http://gcompris.net/download/$pkgname-$pkgver.tar.bz2)
-sha256sums=('bf0beafb03c0f4ffe05bbfcda54b91a5e8a034b5d813cb4492d6f59a21f9cdcf')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  sed -i 's/$GNUCHESS/gcompris-gnuchess/' configure
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=(gcompris-data=$pkgver)
-
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install-exec
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcompris/repos/community-x86_64/PKGBUILD (from rev 128832, 
gcompris/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-06 19:15:20 UTC (rev 128833)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras 

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

2015-03-06 Thread Jan Steffens
Date: Friday, March 6, 2015 @ 20:58:52
  Author: heftig
Revision: 128837

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

Added:
  rubinius/repos/community-i686/PKGBUILD
(from rev 128836, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-i686/dirs.patch
(from rev 128836, rubinius/trunk/dirs.patch)
  rubinius/repos/community-i686/gemrc
(from rev 128836, rubinius/trunk/gemrc)
  rubinius/repos/community-x86_64/PKGBUILD
(from rev 128836, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-x86_64/dirs.patch
(from rev 128836, rubinius/trunk/dirs.patch)
  rubinius/repos/community-x86_64/gemrc
(from rev 128836, rubinius/trunk/gemrc)
Deleted:
  rubinius/repos/community-i686/PKGBUILD
  rubinius/repos/community-i686/dirs.patch
  rubinius/repos/community-i686/gemrc
  rubinius/repos/community-x86_64/PKGBUILD
  rubinius/repos/community-x86_64/dirs.patch
  rubinius/repos/community-x86_64/gemrc

-+
 /PKGBUILD   |  180 ++
 /dirs.patch |   42 +
 /gemrc  |   10 ++
 community-i686/PKGBUILD |   88 
 community-i686/dirs.patch   |   21 
 community-i686/gemrc|5 -
 community-x86_64/PKGBUILD   |   88 
 community-x86_64/dirs.patch |   21 
 community-x86_64/gemrc  |5 -
 9 files changed, 232 insertions(+), 228 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-06 19:53:29 UTC (rev 128836)
+++ community-i686/PKGBUILD 2015-03-06 19:58:52 UTC (rev 128837)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgbase=rubinius
-pkgname=(rubinius rubinius-ruby)
-pkgver=2.5.1
-pkgrel=1
-pkgdesc=Ruby runtime written in Ruby, designed for concurrency
-arch=(i686 x86_64)
-url=http://rubini.us;
-license=(custom)
-depends=(llvm-libs libffi openssl libyaml)
-makedepends=(llvm rubinius-ruby)
-options=(!emptydirs)
-source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2
-gemrc dirs.patch)
-sha256sums=('00d6f23b7632d035d322209e736a9341155350a9d169e8471d38a554a8e26600'
-'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
-'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9')
-
-prepare() {
-  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
-  cd $pkgbase-$pkgver
-
-  patch -Np1 -i ../dirs.patch
-
-  mkdir -p $GEM_HOME
-  gem install --no-user-install -N vendor/cache/bundler-*.gem
-
-  $GEM_HOME/bin/bundle install --local
-}
-
-build() {
-  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---includedir=/usr/include/rubinius \
---appdir=/usr/lib/rubinius \
---gemsdir=/usr/lib/rubinius/gems \
---preserve-prefix \
---llvm-shared \
---without-rpath \
---bin-link bundle --bin-link bundler
-  rake build
-}
-
-check() {
-  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
-  cd $pkgbase-$pkgver
-
-  rake vm:test || :
-}
-
-package_rubinius() {
-  optdepends=('ruby-docs: Ruby documentation')
-
-  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
-  cd $pkgbase-$pkgver
-
-  DESTDIR=$pkgdir rake install
-
-  mkdir -p $pkgdir/usr/share/ri
-  ln -s 2.1.0 $pkgdir/usr/share/ri/2.1
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/rubinius/LICENSE
-
-### Split rubinius-ruby
-  mkdir -p $srcdir/ruby/usr/bin
-  for _f in $pkgdir/usr/bin/*; do
-[[ $_f == */rbx ]]  continue
-mv $_f $srcdir/ruby/usr/bin
-  done
-}
-
-package_rubinius-ruby() {
-  pkgdesc=Ruby compat for Rubinius
-  depends=(rubinius=$pkgver-$pkgrel)
-  provides=(ruby)
-  conflicts=(ruby)
-  backup=(etc/gemrc)
-
-  mv ruby/* $pkgdir
-  install -Dm644 gemrc $pkgdir/etc/gemrc
-  install -d $pkgdir/usr/share/licenses/rubinius-ruby
-  ln -s ../rubinius/LICENSE $pkgdir/usr/share/licenses/rubinius-ruby/LICENSE
-}

Copied: rubinius/repos/community-i686/PKGBUILD (from rev 128836, 
rubinius/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-06 19:58:52 UTC (rev 128837)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=2.5.1
+pkgrel=2
+pkgdesc=Ruby runtime written in Ruby, designed for concurrency
+arch=(i686 x86_64)
+url=http://rubini.us;
+license=(custom)
+depends=(llvm-libs libffi openssl libyaml)
+makedepends=(llvm rubinius-ruby)
+options=(!emptydirs)
+source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2
+gemrc dirs.patch llvm-shared-3.5.patch)
+sha256sums=('00d6f23b7632d035d322209e736a9341155350a9d169e8471d38a554a8e26600'
+

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

2015-03-06 Thread Jan Steffens
Date: Friday, March 6, 2015 @ 21:04:05
  Author: heftig
Revision: 128839

oops, sums

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 20:03:50 UTC (rev 128838)
+++ PKGBUILD2015-03-06 20:04:05 UTC (rev 128839)
@@ -16,9 +16,7 @@
 gemrc dirs.patch)
 sha256sums=('00d6f23b7632d035d322209e736a9341155350a9d169e8471d38a554a8e26600'
 '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
-'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9'
-'1ce93b8e795c401a321e180e7a6c8cf65f35621c64ac4a3c6c810e98a7886db5'
-'d82a361987417eed1970390c1e18aaf49f2c8523fadb208f498a8d96bf28f27a')
+'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9')
 
 prepare() {
   export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8


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

2015-03-06 Thread Evangelos Foutras
Date: Friday, March 6, 2015 @ 20:15:25
  Author: foutrelis
Revision: 128834

upgpkg: gcompris-data 15.02-1

New upstream release.

Modified:
  gcompris-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 19:15:20 UTC (rev 128833)
+++ PKGBUILD2015-03-06 19:15:25 UTC (rev 128834)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
 
 pkgname=gcompris-data
-pkgver=14.12
+pkgver=15.02
 pkgrel=1
 pkgdesc=Data files for GCompris
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL3')
 makedepends=('texinfo' 'texi2html' 'intltool' 'pygtk' 'librsvg' 
'gstreamer0.10-base-plugins')
 source=(http://gcompris.net/download/gcompris-$pkgver.tar.bz2)
-sha256sums=('bf0beafb03c0f4ffe05bbfcda54b91a5e8a034b5d813cb4492d6f59a21f9cdcf')
+sha256sums=('c3e2f84f459d747b853b0424e366d0ce7b1f4ef00d660cdde5084712cf5c3ad4')
 
 build() {
   cd $srcdir/gcompris-$pkgver


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

2015-03-06 Thread Evangelos Foutras
Date: Friday, March 6, 2015 @ 20:52:22
  Author: foutrelis
Revision: 232954

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

Added:
  llvm/repos/staging-i686/
  llvm/repos/staging-i686/PKGBUILD
(from rev 232953, llvm/trunk/PKGBUILD)
  llvm/repos/staging-i686/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch
(from rev 232953, llvm/trunk/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch)
  llvm/repos/staging-i686/llvm-Config-config.h
(from rev 232953, llvm/trunk/llvm-Config-config.h)
  llvm/repos/staging-i686/llvm-Config-llvm-config.h
(from rev 232953, llvm/trunk/llvm-Config-llvm-config.h)
  llvm/repos/staging-x86_64/
  llvm/repos/staging-x86_64/PKGBUILD
(from rev 232953, llvm/trunk/PKGBUILD)
  llvm/repos/staging-x86_64/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch
(from rev 232953, llvm/trunk/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch)
  llvm/repos/staging-x86_64/llvm-Config-config.h
(from rev 232953, llvm/trunk/llvm-Config-config.h)
  llvm/repos/staging-x86_64/llvm-Config-llvm-config.h
(from rev 232953, llvm/trunk/llvm-Config-llvm-config.h)

+
 staging-i686/PKGBUILD  |  330 +++
 staging-i686/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch   |   30 +
 staging-i686/llvm-Config-config.h  |9 
 staging-i686/llvm-Config-llvm-config.h |9 
 staging-x86_64/PKGBUILD|  330 +++
 staging-x86_64/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch |   30 +
 staging-x86_64/llvm-Config-config.h|9 
 staging-x86_64/llvm-Config-llvm-config.h   |9 
 8 files changed, 756 insertions(+)

Copied: llvm/repos/staging-i686/PKGBUILD (from rev 232953, llvm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-03-06 19:52:22 UTC (rev 232954)
@@ -0,0 +1,330 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Sebastian Nowicki seb...@gmail.com
+# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Tomas Lindquist Olsen to...@famolsen.dk
+# Contributor: Roberto Alsina rals...@kde.org
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'lldb' 'clang' 'clang-analyzer'
+ 'clang-tools-extra')
+pkgver=3.6.0
+pkgrel=1
+_ocaml_ver=4.02.1
+arch=('i686' 'x86_64')
+url=http://llvm.org/;
+license=('custom:University of Illinois/NCSA Open Source License')
+makedepends=('libffi' 'python2' ocaml=$_ocaml_ver 'python-sphinx' 'chrpath'
+ 'ocaml-ctypes' 'ocaml-findlib' 'libedit' 'swig')
+# Use gcc-multilib to build 32-bit compiler-rt libraries on x86_64 (FS#41911)
+makedepends_x86_64=('gcc-multilib')
+options=('staticlibs')
+source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
+http://llvm.org/releases/$pkgver/cfe-$pkgver.src.tar.xz{,.sig}
+
http://llvm.org/releases/$pkgver/clang-tools-extra-$pkgver.src.tar.xz{,.sig}
+http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig}
+http://llvm.org/releases/$pkgver/lldb-$pkgver.src.tar.xz{,.sig}
+llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch
+llvm-Config-config.h
+llvm-Config-llvm-config.h)
+sha256sums=('b39a69e501b49e8f73ff75c9ad72313681ee58d6f430bfad4d81846fe92eb9ce'
+'SKIP'
+'be0e69378119fe26f0f2f74cffe82b7c26da840c9733fe522ed3c1b66b11082d'
+'SKIP'
+'3aa949ba82913490a75697287d9ee8598c619fae0aa6bb8fddf0095ff51bc812'
+'SKIP'
+'7f49fb79e5adcdce7dddaf973f1db130228dfb19e37a99a7f5365a6948b26b11'
+'SKIP'
+'2b1ad1d42c4ea3fa2f9dd6db7c522d86e80891659b24dbb3d0d80386d8eaf0b2'
+'SKIP'
+'7e62bd5dd1ae5755a63abab692ae366186be392104e232e6b3a10a4ea5807283'
+'312574e655f9a87784ca416949c505c452b819fad3061f2cde8aced6540a19a3'
+'597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
+validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D')
+
+prepare() {
+  cd $srcdir/llvm-$pkgver.src
+
+  # At the present, clang must reside inside the LLVM source code tree to build
+  # See http://llvm.org/bugs/show_bug.cgi?id=4840
+  mv $srcdir/cfe-$pkgver.src tools/clang
+
+  mv $srcdir/clang-tools-extra-$pkgver.src tools/clang/tools/extra
+
+  mv $srcdir/compiler-rt-$pkgver.src projects/compiler-rt
+
+  mv $srcdir/lldb-$pkgver.src tools/lldb
+
+  # Fix source file permissions
+  # http://llvm.org/bugs/show_bug.cgi?id=22742
+  chmod -R u=rwX,go=rX $srcdir/llvm-$pkgver.src
+
+  # Fix docs installation directory
+  sed 

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

2015-03-06 Thread Jan Steffens
Date: Friday, March 6, 2015 @ 20:53:29
  Author: heftig
Revision: 128836

Unbreak shared LLVM

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 19:15:35 UTC (rev 128835)
+++ PKGBUILD2015-03-06 19:53:29 UTC (rev 128836)
@@ -3,8 +3,8 @@
 
 pkgbase=rubinius
 pkgname=(rubinius rubinius-ruby)
-pkgver=2.5.2
-pkgrel=1
+pkgver=2.5.1
+pkgrel=2
 pkgdesc=Ruby runtime written in Ruby, designed for concurrency
 arch=(i686 x86_64)
 url=http://rubini.us;
@@ -13,10 +13,11 @@
 makedepends=(llvm rubinius-ruby)
 options=(!emptydirs)
 source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2
-gemrc dirs.patch)
-sha256sums=('1b077537224d4ff1f8c628e5bbe0621dc6f833bc2d67a03aa10173b72299a1a8'
+gemrc dirs.patch llvm-shared-3.5.patch)
+sha256sums=('00d6f23b7632d035d322209e736a9341155350a9d169e8471d38a554a8e26600'
 '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
-'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9')
+'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9'
+'556ba5ed2a42eb197f8d91dcbbb4dfc9af06561bbd27adbdd359c37d0fb934c0')
 
 prepare() {
   export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
@@ -23,6 +24,7 @@
   cd $pkgbase-$pkgver
 
   patch -Np1 -i ../dirs.patch
+  patch -Np1 -i ../llvm-shared-3.5.patch
 
   mkdir -p $GEM_HOME
   gem install --no-user-install -N vendor/cache/bundler-*.gem


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

2015-03-06 Thread Jan Steffens
Date: Friday, March 6, 2015 @ 21:59:30
  Author: heftig
Revision: 128840

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

Added:
  rubinius/repos/community-i686/PKGBUILD
(from rev 128839, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-i686/dirs.patch
(from rev 128839, rubinius/trunk/dirs.patch)
  rubinius/repos/community-i686/gemrc
(from rev 128839, rubinius/trunk/gemrc)
  rubinius/repos/community-x86_64/PKGBUILD
(from rev 128839, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-x86_64/dirs.patch
(from rev 128839, rubinius/trunk/dirs.patch)
  rubinius/repos/community-x86_64/gemrc
(from rev 128839, rubinius/trunk/gemrc)
Deleted:
  rubinius/repos/community-i686/PKGBUILD
  rubinius/repos/community-i686/dirs.patch
  rubinius/repos/community-i686/gemrc
  rubinius/repos/community-x86_64/PKGBUILD
  rubinius/repos/community-x86_64/dirs.patch
  rubinius/repos/community-x86_64/gemrc

-+
 /PKGBUILD   |  174 ++
 /dirs.patch |   42 ++
 /gemrc  |   10 ++
 community-i686/PKGBUILD |   90 -
 community-i686/dirs.patch   |   21 -
 community-i686/gemrc|5 -
 community-x86_64/PKGBUILD   |   90 -
 community-x86_64/dirs.patch |   21 -
 community-x86_64/gemrc  |5 -
 9 files changed, 226 insertions(+), 232 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-06 20:04:05 UTC (rev 128839)
+++ community-i686/PKGBUILD 2015-03-06 20:59:30 UTC (rev 128840)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgbase=rubinius
-pkgname=(rubinius rubinius-ruby)
-pkgver=2.5.1
-pkgrel=2
-pkgdesc=Ruby runtime written in Ruby, designed for concurrency
-arch=(i686 x86_64)
-url=http://rubini.us;
-license=(custom)
-depends=(llvm-libs libffi openssl libyaml)
-makedepends=(llvm rubinius-ruby)
-options=(!emptydirs)
-source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2
-gemrc dirs.patch llvm-shared-3.5.patch)
-sha256sums=('00d6f23b7632d035d322209e736a9341155350a9d169e8471d38a554a8e26600'
-'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
-'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9'
-'556ba5ed2a42eb197f8d91dcbbb4dfc9af06561bbd27adbdd359c37d0fb934c0')
-
-prepare() {
-  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
-  cd $pkgbase-$pkgver
-
-  patch -Np1 -i ../dirs.patch
-  patch -Np1 -i ../llvm-shared-3.5.patch
-
-  mkdir -p $GEM_HOME
-  gem install --no-user-install -N vendor/cache/bundler-*.gem
-
-  $GEM_HOME/bin/bundle install --local
-}
-
-build() {
-  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---includedir=/usr/include/rubinius \
---appdir=/usr/lib/rubinius \
---gemsdir=/usr/lib/rubinius/gems \
---preserve-prefix \
---llvm-shared \
---without-rpath \
---bin-link bundle --bin-link bundler
-  rake build
-}
-
-check() {
-  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
-  cd $pkgbase-$pkgver
-
-  rake vm:test || :
-}
-
-package_rubinius() {
-  optdepends=('ruby-docs: Ruby documentation')
-
-  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
-  cd $pkgbase-$pkgver
-
-  DESTDIR=$pkgdir rake install
-
-  mkdir -p $pkgdir/usr/share/ri
-  ln -s 2.1.0 $pkgdir/usr/share/ri/2.1
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/rubinius/LICENSE
-
-### Split rubinius-ruby
-  mkdir -p $srcdir/ruby/usr/bin
-  for _f in $pkgdir/usr/bin/*; do
-[[ $_f == */rbx ]]  continue
-mv $_f $srcdir/ruby/usr/bin
-  done
-}
-
-package_rubinius-ruby() {
-  pkgdesc=Ruby compat for Rubinius
-  depends=(rubinius=$pkgver-$pkgrel)
-  provides=(ruby)
-  conflicts=(ruby)
-  backup=(etc/gemrc)
-
-  mv ruby/* $pkgdir
-  install -Dm644 gemrc $pkgdir/etc/gemrc
-  install -d $pkgdir/usr/share/licenses/rubinius-ruby
-  ln -s ../rubinius/LICENSE $pkgdir/usr/share/licenses/rubinius-ruby/LICENSE
-}

Copied: rubinius/repos/community-i686/PKGBUILD (from rev 128839, 
rubinius/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-06 20:59:30 UTC (rev 128840)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=2.5.1
+pkgrel=3
+pkgdesc=Ruby runtime written in Ruby, designed for concurrency
+arch=(i686 x86_64)
+url=http://rubini.us;
+license=(custom)
+depends=(llvm-libs libffi openssl libyaml)
+makedepends=(llvm rubinius-ruby)
+options=(!emptydirs)
+source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2
+gemrc dirs.patch)

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

2015-03-06 Thread Evangelos Foutras
Date: Friday, March 6, 2015 @ 23:10:32
  Author: foutrelis
Revision: 232955

upgpkg: xfce4-settings 4.12.0-3

Depend on gnome-themes-standard (for the Adwaita theme).

Modified:
  xfce4-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 19:52:22 UTC (rev 232954)
+++ PKGBUILD2015-03-06 22:10:32 UTC (rev 232955)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-settings
 pkgver=4.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Settings manager for xfce
 arch=('i686' 'x86_64')
 url=http://www.xfce.org/;
@@ -12,7 +12,7 @@
 license=('GPL2')
 groups=('xfce4')
 depends=('exo' 'garcon' 'libxfce4ui' 'libnotify' 'libxklavier'
- 'gnome-icon-theme' 'gtk3')
+ 'gnome-icon-theme' 'gnome-themes-standard')
 makedepends=('intltool' 'xf86-input-libinput')
 optdepends=('libcanberra: for sound control')
 install=$pkgname.install


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

2015-03-06 Thread Laurent Carlier
Date: Friday, March 6, 2015 @ 23:14:09
  Author: lcarlier
Revision: 128841

upgpkg: lib32-llvm 3.6.0-1

upstream update 3.6.0

Modified:
  lib32-llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 20:59:30 UTC (rev 128840)
+++ PKGBUILD2015-03-06 22:14:09 UTC (rev 128841)
@@ -10,7 +10,7 @@
 # Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
 
 pkgname=('lib32-llvm' 'lib32-llvm-libs' 'lib32-clang')
-pkgver=3.5.1
+pkgver=3.6.0
 pkgrel=1
 arch=('x86_64')
 url=http://llvm.org/;
@@ -19,17 +19,14 @@
 options=('staticlibs')
 source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
 http://llvm.org/releases/$pkgver/cfe-$pkgver.src.tar.xz{,.sig}
-http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig}
-llvm-3.5.0-force-link-pass.o.patch)
-sha256sums=('bf3275d2d7890015c8d8f5e6f4f882f8cf3bf51967297ebe74111d6d8b53be15'
+http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig})
+sha256sums=('b39a69e501b49e8f73ff75c9ad72313681ee58d6f430bfad4d81846fe92eb9ce'
 'SKIP'
-'6773f3f9cf815631cc7e779ec134ddd228dc8e9a250e1ea3a910610c59eb8f5c'
+'be0e69378119fe26f0f2f74cffe82b7c26da840c9733fe522ed3c1b66b11082d'
 'SKIP'
-'adf4b526f33e681aff5961f0821f5b514d3fc375410008842640b56a2e6a837a'
-'SKIP'
-'5702053503d49448598eda1b8dc8c263f0df9ad7486833273e3987b5dec25a19')
-validpgpkeys=('54E3BDE33185D9F69664D22455F5CD70BB5A0569'
-  '11E521D646982372EB577A1F8F0871F202119294')
+'7f49fb79e5adcdce7dddaf973f1db130228dfb19e37a99a7f5365a6948b26b11'
+'SKIP')
+validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D')
 
 prepare() {
   cd $srcdir/llvm-$pkgver.src
@@ -47,9 +44,9 @@
 autoconf/configure.ac \
 configure
 
-  # Fix build with GCC 4.9 (patch from Debian)
-  # http://llvm.org/bugs/show_bug.cgi?id=20067
-  patch -Np1 -i ../llvm-3.5.0-force-link-pass.o.patch
+  # Fix source file permissions
+  # http://llvm.org/bugs/show_bug.cgi?id=22742
+  chmod -R u=rwX,go=rX $srcdir/llvm-$pkgver.src
 }
 
 build() {


[arch-commits] Commit in lib32-llvm/trunk (llvm-3.5.0-force-link-pass.o.patch)

2015-03-06 Thread Laurent Carlier
Date: Friday, March 6, 2015 @ 23:20:24
  Author: lcarlier
Revision: 128842

upgpkg: lib32-llvm 3.6.0-1

upstream update 3.6.0

Deleted:
  lib32-llvm/trunk/llvm-3.5.0-force-link-pass.o.patch

+
 llvm-3.5.0-force-link-pass.o.patch |   28 
 1 file changed, 28 deletions(-)

Deleted: llvm-3.5.0-force-link-pass.o.patch
===
--- llvm-3.5.0-force-link-pass.o.patch  2015-03-06 22:14:09 UTC (rev 128841)
+++ llvm-3.5.0-force-link-pass.o.patch  2015-03-06 22:20:24 UTC (rev 128842)
@@ -1,28 +0,0 @@
-Index: llvm-toolchain-snapshot-3.5~svn211313/tools/bugpoint/Makefile
-===
 llvm-toolchain-snapshot-3.5~svn211313.orig/tools/bugpoint/Makefile
-+++ llvm-toolchain-snapshot-3.5~svn211313/tools/bugpoint/Makefile
-@@ -12,6 +12,9 @@ TOOLNAME := bugpoint
- LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
-bitwriter irreader vectorize objcarcopts codegen
- 
-+# Crappy workaround to make sure it links correctly.
-+LLVMLibsOptions := ../../lib/IR/Release*/Pass.o
-+
- # Support plugins.
- NO_DEAD_STRIP := 1
- 
-Index: llvm-toolchain-snapshot-3.5~svn211313/tools/opt/Makefile
-===
 llvm-toolchain-snapshot-3.5~svn211313.orig/tools/opt/Makefile
-+++ llvm-toolchain-snapshot-3.5~svn211313/tools/opt/Makefile
-@@ -10,7 +10,9 @@
- LEVEL := ../..
- TOOLNAME := opt
- LINK_COMPONENTS := bitreader bitwriter asmparser irreader instrumentation 
scalaropts objcarcopts ipo vectorize all-targets codegen
-+# Crappy workaround to make sure it links correctly.
- 
-+LLVMLibsOptions := ../../lib/IR/Release*/Pass.o
- # Support plugins.
- NO_DEAD_STRIP := 1
- 


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

2015-03-06 Thread Felix Yan
Date: Saturday, March 7, 2015 @ 07:41:33
  Author: fyan
Revision: 232959

upgpkg: python-setuptools 1:13.0.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 04:21:02 UTC (rev 232958)
+++ PKGBUILD2015-03-07 06:41:33 UTC (rev 232959)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=12.4
+pkgver=13.0.2
 pkgrel=1
 epoch=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('6b47f4a373fd9fccfc5fa18426b203b58414888f7a5125d97da33825adde7548e5d66a140cf3ef08970cbca7295c0ca29184408e6dd06a42f69bb4d64e01')
+sha512sums=('decc400d92a4327ddf0672b99adacba87842df11d1c01907209864f84322e67e9dab2676c27f26b8ab8edd1f7ecc577fd4813f30b1b40f6b52abd1ffb682c7e8')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}


[arch-commits] Commit in python-setuptools/repos/extra-any (PKGBUILD PKGBUILD)

2015-03-06 Thread Felix Yan
Date: Saturday, March 7, 2015 @ 07:41:56
  Author: fyan
Revision: 232960

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 232959, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  136 ++---
 1 file changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-07 06:41:33 UTC (rev 232959)
+++ PKGBUILD2015-03-07 06:41:56 UTC (rev 232960)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=12.4
-pkgrel=1
-epoch=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('6b47f4a373fd9fccfc5fa18426b203b58414888f7a5125d97da33825adde7548e5d66a140cf3ef08970cbca7295c0ca29184408e6dd06a42f69bb4d64e01')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 232959, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-07 06:41:56 UTC (rev 232960)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=13.0.2
+pkgrel=1
+epoch=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('decc400d92a4327ddf0672b99adacba87842df11d1c01907209864f84322e67e9dab2676c27f26b8ab8edd1f7ecc577fd4813f30b1b40f6b52abd1ffb682c7e8')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+}
+ 
+package_python-setuptools() {
+  depends=('python')
+  provides=('python-distribute')
+  replaces=('python-distribute')
+
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}
+ 
+package_python2-setuptools() {
+  depends=('python2')
+  

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

2015-03-06 Thread Felix Yan
Date: Saturday, March 7, 2015 @ 07:50:34
  Author: fyan
Revision: 128852

archrelease: copy trunk to community-any

Added:
  python-split/repos/community-any/
  python-split/repos/community-any/PKGBUILD
(from rev 128851, python-split/trunk/PKGBUILD)

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

Copied: python-split/repos/community-any/PKGBUILD (from rev 128851, 
python-split/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-03-07 06:50:34 UTC (rev 128852)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-split
+pkgname=(python-split python2-split)
+pkgver=0.3
+pkgrel=1
+pkgdesc=Functions to split or partition sequences
+arch=('any')
+url=https://bitbucket.org/astanin/python-split;
+license=('MIT')
+makedepends=('python' 'python2')
+source=(https://pypi.python.org/packages/source/s/split/split-$pkgver.tar.gz;)
+md5sums=('b7335dd97e4dda7ba6d3098ee6202612')
+
+prepare() {
+  cp -a split-$pkgver{,-py2}
+}
+
+package_python-split() {
+  depends=('python')
+
+  cd split-$pkgver
+  python setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-split() {
+  depends=('python2')
+
+  cd split-$pkgver-py2
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2015-03-06 Thread Felix Yan
Date: Saturday, March 7, 2015 @ 07:50:06
  Author: fyan
Revision: 128851

addpkg: python-split 0.3-1

Added:
  python-split/
  python-split/repos/
  python-split/trunk/
  python-split/trunk/PKGBUILD

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

Added: python-split/trunk/PKGBUILD
===
--- python-split/trunk/PKGBUILD (rev 0)
+++ python-split/trunk/PKGBUILD 2015-03-07 06:50:06 UTC (rev 128851)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-split
+pkgname=(python-split python2-split)
+pkgver=0.3
+pkgrel=1
+pkgdesc=Functions to split or partition sequences
+arch=('any')
+url=https://bitbucket.org/astanin/python-split;
+license=('MIT')
+makedepends=('python' 'python2')
+source=(https://pypi.python.org/packages/source/s/split/split-$pkgver.tar.gz;)
+md5sums=('b7335dd97e4dda7ba6d3098ee6202612')
+
+prepare() {
+  cp -a split-$pkgver{,-py2}
+}
+
+package_python-split() {
+  depends=('python')
+
+  cd split-$pkgver
+  python setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-split() {
+  depends=('python2')
+
+  cd split-$pkgver-py2
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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


  1   2   >