[arch-commits] Commit in owncloud-app-bookmarks/trunk (PKGBUILD)

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 19:14:41
  Author: spupykin
Revision: 153997

upgpkg: owncloud-app-bookmarks 8.2.2-1

upd

Modified:
  owncloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:14:35 UTC (rev 153996)
+++ PKGBUILD2015-12-21 18:14:41 UTC (rev 153997)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=owncloud-app-bookmarks
-pkgver=8.2.1
+pkgver=8.2.2
 pkgrel=1
 pkgdesc="Bookmarks app for owncloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
-md5sums=('0966c8509b4bea6fab88ecc2e7dc218c')
+md5sums=('01ad578e956db52c547aabb70889c41e')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-bookmarks/repos/community-any (2 files)

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 19:14:50
  Author: spupykin
Revision: 153998

archrelease: copy trunk to community-any

Added:
  owncloud-app-bookmarks/repos/community-any/PKGBUILD
(from rev 153997, owncloud-app-bookmarks/trunk/PKGBUILD)
Deleted:
  owncloud-app-bookmarks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-21 18:14:41 UTC (rev 153997)
+++ PKGBUILD2015-12-21 18:14:50 UTC (rev 153998)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-bookmarks
-pkgver=8.2.1
-pkgrel=1
-pkgdesc="Bookmarks app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
-md5sums=('0966c8509b4bea6fab88ecc2e7dc218c')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/bookmarks-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/bookmarks
-}

Copied: owncloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 153997, 
owncloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-21 18:14:50 UTC (rev 153998)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-bookmarks
+pkgver=8.2.2
+pkgrel=1
+pkgdesc="Bookmarks app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
+md5sums=('01ad578e956db52c547aabb70889c41e')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/bookmarks-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/bookmarks
+}


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

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 19:14:35
  Author: spupykin
Revision: 153996

archrelease: copy trunk to community-any

Added:
  owncloud/repos/community-any/PKGBUILD
(from rev 153995, owncloud/trunk/PKGBUILD)
  owncloud/repos/community-any/apache.example.conf
(from rev 153995, owncloud/trunk/apache.example.conf)
Deleted:
  owncloud/repos/community-any/PKGBUILD
  owncloud/repos/community-any/apache.example.conf

-+
 PKGBUILD|  202 +-
 apache.example.conf |   36 
 2 files changed, 119 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-21 18:14:27 UTC (rev 153995)
+++ PKGBUILD2015-12-21 18:14:35 UTC (rev 153996)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Antonio Rojas 
-# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
-
-pkgname=owncloud
-pkgver=8.2.1
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('php-gd')
-optdepends=('php-apache: to use the Apache web server'
-   'php-sqlite: to use the SQLite database backend'
-   'php-pgsql: to use the PostgreSQL database backend'
-   'php-ldap: LDAP authentication'
-   'php-intl'
-   'php-apcu'
-   'php-xcache'
-   'mariadb: to use the MySQL database backend'
-   'smbclient: to mount SAMBA shares'
-   'php-mcrypt'
-#  'php-imagick: file preview'
-   'ffmpeg: file preview'
-   'libreoffice: file preview')
-makedepends=()
-options=('!strip')
-backup=('etc/webapps/owncloud/apache.example.conf')
-validpgpkeys=('E3036906AD9F30807351FAC32D5D5E97F6978A26')
-_watch="https://owncloud.org/changelog/;
-#source=("http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2"{,.asc}
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/core/archive/v$pkgver.tar.gz;
-   
"$pkgname-3rdparty-$pkgver.tar.gz::https://github.com/owncloud/3rdparty/archive/v$pkgver.tar.gz;
-   
"$pkgname-apps-$pkgver.tar.gz::https://github.com/owncloud/apps/archive/v$pkgver.tar.gz;
-   
"$pkgname-updater-$pkgver.tar.gz::https://github.com/owncloud/updater/archive/v$pkgver.tar.gz;
-   
"$pkgname-templateeditor-$pkgver.tar.gz::https://github.com/owncloud/templateeditor/archive/v$pkgver.tar.gz;
-   
"$pkgname-firstrunwizard-$pkgver.tar.gz::https://github.com/owncloud/firstrunwizard/archive/v$pkgver.tar.gz;
-   
"$pkgname-files_texteditor-$pkgver.tar.gz::https://github.com/owncloud/files_texteditor/archive/v$pkgver.tar.gz;
-#  
"$pkgname-files_locking-$pkgver.tar.gz::https://github.com/owncloud/files_locking/archive/v$pkgver.tar.gz;
-   
"$pkgname-files_pdfviewer-$pkgver.tar.gz::https://github.com/owncloud/files_pdfviewer/archive/v$pkgver.tar.gz;
-   
"$pkgname-activity-$pkgver.tar.gz::https://github.com/owncloud/activity/archive/v$pkgver.tar.gz;
-   'apache.example.conf')
-md5sums=('0980825143d936f81ccdc8d93590d175'
- '0bc0f71ff6b9c50ab17000763aaad2e9'
- 'f2c9bedd1effc8cbbecf584fa544a4c3'
- '83c62bac7251498805b57df8eba48b22'
- '3f7f909ebfa9037e66cc3538d241d262'
- 'a5d539b0984176e15d156cba1576e61b'
- '6667d856bc53be9574f1087084d02db9'
- '2d776a1292d5cccede3e21dfc3f4bf5b'
- '7e43dbdfb275fefea703a6bb3bc0cb02'
- '64c6edf88bcbb37d063e4bf77b39237f')
-
-prepare() {
-  cd $srcdir/core-$pkgver
-  sed -i "s|'appstoreenabled'.*|'appstoreenabled' => false,|" 
config/config.sample.php
-  rm -rf $srcdir/core-$pkgver/3rdparty
-  mv $srcdir/3rdparty-$pkgver $srcdir/core-$pkgver/3rdparty
-  mv $srcdir/apps-$pkgver/* $srcdir/core-$pkgver/apps
-#  for i in files_locking files_pdfviewer files_texteditor firstrunwizard \
-  for i in files_pdfviewer files_texteditor firstrunwizard \
-   templateeditor updater activity; do
-mv $srcdir/$i-$pkgver $srcdir/core-$pkgver/apps/$i
-  done
-  find . -type f -name .gitattributes -delete
-  find . -type f -name .gitkeep -delete
-  find . -type f -name .gitignore -delete
-  find . -type f -name .gitmodules -delete
-  find . -type f -name .travis.yml -delete
-  find . -type d -name .git -exec rm -rf {} \;
-  find ./apps -maxdepth 1 -type f -delete
-}
-
-package() {
-  # install license
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  cp ${srcdir}/core-$pkgver/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
-
-  # install project
-  install -d ${pkgdir}/usr/share/webapps/
-  cp -a ${srcdir}/core-$pkgver ${pkgdir}/usr/share/webapps/${pkgname}
-  rm -rf ${pkgdir}/usr/share/webapps/${pkgname}/tests
-
-  # install apache config file
-  install -d  ${pkgdir}/etc/webapps/${pkgname}
-  install -m 644 ${srcdir}/apache.example.conf  
${pkgdir}/etc/webapps/${pkgname}
-
-  # move config to 

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

2015-12-21 Thread Bartłomiej Piotrowski
Date: Monday, December 21, 2015 @ 19:19:56
  Author: bpiotrowski
Revision: 154006

boost 1.60.0 rebuild

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:19:31 UTC (rev 154005)
+++ PKGBUILD2015-12-21 18:19:56 UTC (rev 154006)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.5rc2
 _pkgver=3.3.5-rc2
-pkgrel=4
+pkgrel=5
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;


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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 19:20:00
  Author: fyan
Revision: 154007

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

Added:
  python2-tagpy/repos/community-staging-i686/
  python2-tagpy/repos/community-staging-i686/PKGBUILD
(from rev 154005, python2-tagpy/trunk/PKGBUILD)
  python2-tagpy/repos/community-staging-x86_64/
  python2-tagpy/repos/community-staging-x86_64/PKGBUILD
(from rev 154005, python2-tagpy/trunk/PKGBUILD)

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

Copied: python2-tagpy/repos/community-staging-i686/PKGBUILD (from rev 154005, 
python2-tagpy/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 18:20:00 UTC (rev 154007)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Callan Barrett 
+# Contributor: Scott Horowitz 
+
+pkgname=python2-tagpy
+pkgver=2013.1
+pkgrel=7
+pkgdesc='Python bindings for TagLib'
+arch=('x86_64' 'i686')
+url='http://pypi.python.org/pypi/tagpy'
+license=('MIT')
+depends=('python2' 'taglib' 'boost-libs')
+makedepends=('python2-setuptools' 'boost')
+replaces=('tagpy')
+conflicts=('tagpy')
+source=("http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz;)
+sha256sums=('80481c78ce34878e7a1f3231acd781a3bf1b0b569c70ce0e8d63af58061152f4')
+
+prepare() {
+  cd "tagpy-$pkgver"
+
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find . -name '*.py') 
+}
+
+build() {
+  cd "tagpy-$pkgver"
+
+  ./configure.py \
+--taglib-lib-dir=/usr/lib/ \
+--taglib-inc-dir=/usr/include/taglib/ \
+--boost-inc-dir=/usr/include/boost/ \
+--boost-lib-dir=/usr/lib/ \
+--boost-python-libname=boost_python
+  python2 setup.py build
+}
+
+check(){
+  cd "tagpy-$pkgver"
+
+  python2 setup.py test
+}
+
+package(){
+  cd "tagpy-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python2-tagpy/repos/community-staging-x86_64/PKGBUILD (from rev 154005, 
python2-tagpy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-21 18:20:00 UTC (rev 154007)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Callan Barrett 
+# Contributor: Scott Horowitz 
+
+pkgname=python2-tagpy
+pkgver=2013.1
+pkgrel=7
+pkgdesc='Python bindings for TagLib'
+arch=('x86_64' 'i686')
+url='http://pypi.python.org/pypi/tagpy'
+license=('MIT')
+depends=('python2' 'taglib' 'boost-libs')
+makedepends=('python2-setuptools' 'boost')
+replaces=('tagpy')
+conflicts=('tagpy')
+source=("http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz;)
+sha256sums=('80481c78ce34878e7a1f3231acd781a3bf1b0b569c70ce0e8d63af58061152f4')
+
+prepare() {
+  cd "tagpy-$pkgver"
+
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find . -name '*.py') 
+}
+
+build() {
+  cd "tagpy-$pkgver"
+
+  ./configure.py \
+--taglib-lib-dir=/usr/lib/ \
+--taglib-inc-dir=/usr/include/taglib/ \
+--boost-inc-dir=/usr/include/boost/ \
+--boost-lib-dir=/usr/lib/ \
+--boost-python-libname=boost_python
+  python2 setup.py build
+}
+
+check(){
+  cd "tagpy-$pkgver"
+
+  python2 setup.py test
+}
+
+package(){
+  cd "tagpy-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-12-21 Thread Bartłomiej Piotrowski
Date: Monday, December 21, 2015 @ 19:20:05
  Author: bpiotrowski
Revision: 154008

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

Added:
  wt/repos/community-staging-i686/
  wt/repos/community-staging-i686/PKGBUILD
(from rev 154006, wt/trunk/PKGBUILD)
  wt/repos/community-staging-x86_64/
  wt/repos/community-staging-x86_64/PKGBUILD
(from rev 154007, wt/trunk/PKGBUILD)

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

Copied: wt/repos/community-staging-i686/PKGBUILD (from rev 154006, 
wt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 18:20:05 UTC (rev 154008)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Denis Martinez 
+
+pkgname=wt
+pkgver=3.3.5rc2
+_pkgver=3.3.5-rc2
+pkgrel=5
+pkgdesc="a C++ library and application server for developing and deploying web 
applications"
+arch=('i686' 'x86_64')
+url="http://www.webtoolkit.eu/;
+license=('GPL')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz)
+md5sums=('32439d8992cc6ffd32d532c3fccfef20')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  [[ -d build ]] && rm -r build
+  mkdir -p build && cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DWT_CPP_11_MODE=-std=c++11 \
+  -DCONFIGDIR=/etc \
+  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  -DBUILD_EXAMPLES=ON \
+  -DINSTALL_FINDWT_CMAKE_FILE=ON \
+  ..
+  # build examples again when they are compatible with boost 1.58
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: wt/repos/community-staging-x86_64/PKGBUILD (from rev 154007, 
wt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-21 18:20:05 UTC (rev 154008)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Denis Martinez 
+
+pkgname=wt
+pkgver=3.3.5rc2
+_pkgver=3.3.5-rc2
+pkgrel=5
+pkgdesc="a C++ library and application server for developing and deploying web 
applications"
+arch=('i686' 'x86_64')
+url="http://www.webtoolkit.eu/;
+license=('GPL')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz)
+md5sums=('32439d8992cc6ffd32d532c3fccfef20')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  [[ -d build ]] && rm -r build
+  mkdir -p build && cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DWT_CPP_11_MODE=-std=c++11 \
+  -DCONFIGDIR=/etc \
+  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  -DBUILD_EXAMPLES=ON \
+  -DINSTALL_FINDWT_CMAKE_FILE=ON \
+  ..
+  # build examples again when they are compatible with boost 1.58
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 20:01:59
  Author: foutrelis
Revision: 154038

boost 1.60.0 rebuild

Modified:
  povray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 19:01:06 UTC (rev 154037)
+++ PKGBUILD2015-12-21 19:01:59 UTC (rev 154038)
@@ -7,7 +7,7 @@
 
 pkgname=povray
 pkgver=3.7
-pkgrel=10
+pkgrel=11
 epoch=1
 pkgdesc='Script based raytracer for creating 3D graphics'
 arch=('x86_64' 'i686')


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

2015-12-21 Thread Bartłomiej Piotrowski
Date: Monday, December 21, 2015 @ 20:01:06
  Author: bpiotrowski
Revision: 154037

Drop changelog

Modified:
  libasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:58:33 UTC (rev 154036)
+++ PKGBUILD2015-12-21 19:01:06 UTC (rev 154037)
@@ -12,7 +12,6 @@
 depends=('boost-libs' 'libcl' 'libmatio' 'vtk' 'libjpeg' 'libpng' 'libtiff'
  'freetype2' 'libgl')
 makedepends=('cmake' 'opencl-headers' 'boost' 'mesa-libgl')
-changelog='NEWS.md'
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AvtechScientific/ASL/archive/v${pkgver}.tar.gz;
 'suppress-deprecated-warnings.patch'
 
'libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch')


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 20:24:36
  Author: foutrelis
Revision: 154060

boost 1.60.0 rebuild

Modified:
  pokerth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 19:18:07 UTC (rev 154059)
+++ PKGBUILD2015-12-21 19:24:36 UTC (rev 154060)
@@ -8,7 +8,7 @@
 pkgname=pokerth
 _realname=PokerTH
 pkgver=1.1.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Open source Texas Hold'em Poker simulator"
 arch=('i686' 'x86_64')
 url="http://www.pokerth.net/;


[arch-commits] Commit in mono/repos (32 files)

2015-12-21 Thread Daniel Isenmann
Date: Monday, December 21, 2015 @ 20:59:23
  Author: daniel
Revision: 257096

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

Added:
  mono/repos/extra-i686/Microsoft.Portable.Common.targets
(from rev 257095, mono/trunk/Microsoft.Portable.Common.targets)
  mono/repos/extra-i686/PKGBUILD
(from rev 257095, mono/trunk/PKGBUILD)
  mono/repos/extra-i686/bug434892.patch
(from rev 257095, mono/trunk/bug434892.patch)
  mono/repos/extra-i686/build_fix.patch
(from rev 257095, mono/trunk/build_fix.patch)
  mono/repos/extra-i686/fix-zlib-helper.patch
(from rev 257095, mono/trunk/fix-zlib-helper.patch)
  mono/repos/extra-i686/mono.binfmt.d
(from rev 257095, mono/trunk/mono.binfmt.d)
  mono/repos/extra-i686/mono.install
(from rev 257095, mono/trunk/mono.install)
  mono/repos/extra-i686/sgen_fix.patch
(from rev 257095, mono/trunk/sgen_fix.patch)
  mono/repos/extra-x86_64/Microsoft.Portable.Common.targets
(from rev 257095, mono/trunk/Microsoft.Portable.Common.targets)
  mono/repos/extra-x86_64/PKGBUILD
(from rev 257095, mono/trunk/PKGBUILD)
  mono/repos/extra-x86_64/bug434892.patch
(from rev 257095, mono/trunk/bug434892.patch)
  mono/repos/extra-x86_64/build_fix.patch
(from rev 257095, mono/trunk/build_fix.patch)
  mono/repos/extra-x86_64/fix-zlib-helper.patch
(from rev 257095, mono/trunk/fix-zlib-helper.patch)
  mono/repos/extra-x86_64/mono.binfmt.d
(from rev 257095, mono/trunk/mono.binfmt.d)
  mono/repos/extra-x86_64/mono.install
(from rev 257095, mono/trunk/mono.install)
  mono/repos/extra-x86_64/sgen_fix.patch
(from rev 257095, mono/trunk/sgen_fix.patch)
Deleted:
  mono/repos/extra-i686/Microsoft.Portable.Common.targets
  mono/repos/extra-i686/PKGBUILD
  mono/repos/extra-i686/bug434892.patch
  mono/repos/extra-i686/build_fix.patch
  mono/repos/extra-i686/fix-zlib-helper.patch
  mono/repos/extra-i686/mono.binfmt.d
  mono/repos/extra-i686/mono.install
  mono/repos/extra-i686/sgen_fix.patch
  mono/repos/extra-x86_64/Microsoft.Portable.Common.targets
  mono/repos/extra-x86_64/PKGBUILD
  mono/repos/extra-x86_64/bug434892.patch
  mono/repos/extra-x86_64/build_fix.patch
  mono/repos/extra-x86_64/fix-zlib-helper.patch
  mono/repos/extra-x86_64/mono.binfmt.d
  mono/repos/extra-x86_64/mono.install
  mono/repos/extra-x86_64/sgen_fix.patch

+
 /Microsoft.Portable.Common.targets |8 
 /PKGBUILD  |  136 +
 /bug434892.patch   |   22 ++
 /build_fix.patch   |   50 +
 /fix-zlib-helper.patch |   52 +
 /mono.binfmt.d |2 
 /mono.install  |   14 +
 /sgen_fix.patch|  224 +++
 extra-i686/Microsoft.Portable.Common.targets   |4 
 extra-i686/PKGBUILD|   67 --
 extra-i686/bug434892.patch |   11 -
 extra-i686/build_fix.patch |   25 --
 extra-i686/fix-zlib-helper.patch   |   26 --
 extra-i686/mono.binfmt.d   |1 
 extra-i686/mono.install|7 
 extra-i686/sgen_fix.patch  |  112 ---
 extra-x86_64/Microsoft.Portable.Common.targets |4 
 extra-x86_64/PKGBUILD  |   67 --
 extra-x86_64/bug434892.patch   |   11 -
 extra-x86_64/build_fix.patch   |   25 --
 extra-x86_64/fix-zlib-helper.patch |   26 --
 extra-x86_64/mono.binfmt.d |1 
 extra-x86_64/mono.install  |7 
 extra-x86_64/sgen_fix.patch|  112 ---
 24 files changed, 508 insertions(+), 506 deletions(-)

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


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

2015-12-21 Thread Daniel Isenmann
Date: Monday, December 21, 2015 @ 20:59:12
  Author: daniel
Revision: 257095

upgpkg: mono 4.2.2.10-1

New upstream release and fix FS47293

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 19:28:27 UTC (rev 257094)
+++ PKGBUILD2015-12-21 19:59:12 UTC (rev 257095)
@@ -3,8 +3,8 @@
 # Contributor: Brice Carpentier 
 
 pkgname=mono
-pkgver=4.2.1.102
-_pkgver=4.2.1
+pkgver=4.2.2.10
+_pkgver=4.2.2
 pkgrel=1
 pkgdesc="Free implementation of the .NET platform including runtime and 
compiler"
 arch=(i686 x86_64)
@@ -20,13 +20,13 @@
build_fix.patch
Microsoft.Portable.Common.targets
fix-zlib-helper.patch)
-md5sums=('74f92eccf51e59fb626bbdd39fa89229'
+install="${pkgname}.install"
+md5sums=('16644eab7d890e568d34a18e93e7a878'
  'b9ef8a65fea497acf176cca16c1e2402'
  '8a700b94bff7a913f920e95890d2fb4c'
  '30a5af1a4ff50b98f9e73cc2ae554115'
  'acbffadb0ac233c494b40dd5e79209a5'
  '62912ad289535bf841c140727e5c1165')
-install="${pkgname}.install"
 
 build() {
   cd "${srcdir}"/${pkgname}-${_pkgver}
@@ -64,4 +64,5 @@
 
   #fix .pc file to be able to request mono on what it depends, fixes #go-oo 
build
   sed -i -e "s:#Requires:Requires:" "${pkgdir}"/usr/lib/pkgconfig/mono.pc
+  sed -i -e "s:/2.0/:/4.5/:g" "${pkgdir}"/usr/lib/pkgconfig/mono-nunit.pc
 }


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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 19:16:11
  Author: fyan
Revision: 257081

boost 1.60.0 rebuild

Modified:
  ekiga/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:11:49 UTC (rev 257080)
+++ PKGBUILD2015-12-21 18:16:11 UTC (rev 257081)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=16
+pkgrel=17
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org;
 license=(GPL)


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 19:35:08
  Author: foutrelis
Revision: 154019

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

Added:
  guitarix2/repos/community-staging-i686/
  guitarix2/repos/community-staging-i686/PKGBUILD
(from rev 154018, guitarix2/trunk/PKGBUILD)
  guitarix2/repos/community-staging-i686/guitarix2.install
(from rev 154018, guitarix2/trunk/guitarix2.install)
  guitarix2/repos/community-staging-x86_64/
  guitarix2/repos/community-staging-x86_64/PKGBUILD
(from rev 154018, guitarix2/trunk/PKGBUILD)
  guitarix2/repos/community-staging-x86_64/guitarix2.install
(from rev 154018, guitarix2/trunk/guitarix2.install)

+
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-i686/guitarix2.install   |   11 
 community-staging-x86_64/PKGBUILD  |   36 +++
 community-staging-x86_64/guitarix2.install |   11 
 4 files changed, 94 insertions(+)

Copied: guitarix2/repos/community-staging-i686/PKGBUILD (from rev 154018, 
guitarix2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 18:35:08 UTC (rev 154019)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=guitarix2
+pkgver=0.34.0
+pkgrel=3
+pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
+arch=('i686' 'x86_64')
+url="http://guitarix.sourceforge.net/;
+license=('GPL')
+depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs' 'webkitgtk2'
+ 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+makedepends=('python' 'python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2;)
+md5sums=('0ac5f18ee738d535b1551ea68ac2fce9')
+
+build() {
+  cd guitarix-$pkgver
+  python2 waf configure --prefix=/usr \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python2 waf build
+}
+
+package() {
+  cd guitarix-$pkgver
+  python2 waf install --destdir="$pkgdir"
+}

Copied: guitarix2/repos/community-staging-i686/guitarix2.install (from rev 
154018, guitarix2/trunk/guitarix2.install)
===
--- community-staging-i686/guitarix2.install(rev 0)
+++ community-staging-i686/guitarix2.install2015-12-21 18:35:08 UTC (rev 
154019)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: guitarix2/repos/community-staging-x86_64/PKGBUILD (from rev 154018, 
guitarix2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-21 18:35:08 UTC (rev 154019)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=guitarix2
+pkgver=0.34.0
+pkgrel=3
+pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
+arch=('i686' 'x86_64')
+url="http://guitarix.sourceforge.net/;
+license=('GPL')
+depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs' 'webkitgtk2'
+ 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+makedepends=('python' 'python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2;)
+md5sums=('0ac5f18ee738d535b1551ea68ac2fce9')
+
+build() {
+  cd guitarix-$pkgver
+  python2 waf configure --prefix=/usr \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python2 waf build
+}
+
+package() {
+  cd guitarix-$pkgver
+  python2 waf install --destdir="$pkgdir"
+}

Copied: guitarix2/repos/community-staging-x86_64/guitarix2.install (from rev 
154018, guitarix2/trunk/guitarix2.install)
===
--- community-staging-x86_64/guitarix2.install  (rev 0)
+++ community-staging-x86_64/guitarix2.install  2015-12-21 18:35:08 UTC (rev 
154019)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 19:35:20
  Author: fyan
Revision: 257085

boost 1.60.0 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:21:46 UTC (rev 257084)
+++ PKGBUILD2015-12-21 18:35:20 UTC (rev 257085)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.0.7
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 19:34:59
  Author: foutrelis
Revision: 154018

boost 1.60.0 rebuild

Modified:
  guitarix2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:29:48 UTC (rev 154017)
+++ PKGBUILD2015-12-21 18:34:59 UTC (rev 154018)
@@ -3,7 +3,7 @@
 
 pkgname=guitarix2
 pkgver=0.34.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
 arch=('i686' 'x86_64')
 url="http://guitarix.sourceforge.net/;


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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 19:35:52
  Author: fyan
Revision: 257086

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

Added:
  libtorrent-rasterbar/repos/staging-i686/
  libtorrent-rasterbar/repos/staging-i686/PKGBUILD
(from rev 257085, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/staging-x86_64/
  libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD
(from rev 257085, libtorrent-rasterbar/trunk/PKGBUILD)

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

Copied: libtorrent-rasterbar/repos/staging-i686/PKGBUILD (from rev 257085, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-21 18:35:52 UTC (rev 257086)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.0.7
+pkgrel=3
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
+sha1sums=('db272a0c09a1fad721fe88e6e3942b9160bd0c61')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 \
+  ./configure \
+--prefix=/usr \
+--enable-python-binding \
+--with-libgeoip=system \
+--with-libiconv
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD (from rev 257085, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-21 18:35:52 UTC (rev 257086)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.0.7
+pkgrel=3
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
+sha1sums=('db272a0c09a1fad721fe88e6e3942b9160bd0c61')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 \
+  ./configure \
+--prefix=/usr \
+--enable-python-binding \
+--with-libgeoip=system \
+--with-libiconv
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 19:49:22
  Author: foutrelis
Revision: 154030

boost 1.60.0 rebuild

Modified:
  cclive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:47:01 UTC (rev 154029)
+++ PKGBUILD2015-12-21 18:49:22 UTC (rev 154030)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=9
+pkgrel=10
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 19:49:44
  Author: foutrelis
Revision: 257090

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

Added:
  akonadi-qt4/repos/staging-i686/
  akonadi-qt4/repos/staging-i686/PKGBUILD
(from rev 257089, akonadi-qt4/trunk/PKGBUILD)
  akonadi-qt4/repos/staging-i686/akonadi-qt4.install
(from rev 257089, akonadi-qt4/trunk/akonadi-qt4.install)
  akonadi-qt4/repos/staging-i686/dont-leak-old-external-payload-files.patch
(from rev 257089, 
akonadi-qt4/trunk/dont-leak-old-external-payload-files.patch)
  akonadi-qt4/repos/staging-x86_64/
  akonadi-qt4/repos/staging-x86_64/PKGBUILD
(from rev 257089, akonadi-qt4/trunk/PKGBUILD)
  akonadi-qt4/repos/staging-x86_64/akonadi-qt4.install
(from rev 257089, akonadi-qt4/trunk/akonadi-qt4.install)
  akonadi-qt4/repos/staging-x86_64/dont-leak-old-external-payload-files.patch
(from rev 257089, 
akonadi-qt4/trunk/dont-leak-old-external-payload-files.patch)

---+
 staging-i686/PKGBUILD |   62 +
 staging-i686/akonadi-qt4.install  |   11 
 staging-i686/dont-leak-old-external-payload-files.patch   |  135 
 staging-x86_64/PKGBUILD   |   62 +
 staging-x86_64/akonadi-qt4.install|   11 
 staging-x86_64/dont-leak-old-external-payload-files.patch |  135 
 6 files changed, 416 insertions(+)

Copied: akonadi-qt4/repos/staging-i686/PKGBUILD (from rev 257089, 
akonadi-qt4/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-21 18:49:44 UTC (rev 257090)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=akonadi-qt4
+pkgname=(libakonadi-qt4 akonadi-qt4)
+pkgver=1.13.0
+pkgrel=8
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data (Qt4 version)"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql' 'mariadb' 'qt4' 'libxslt')
+install="$pkgbase.install"
+source=("http://download.kde.org/stable/akonadi/src/akonadi-${pkgver}.tar.bz2;
+dont-leak-old-external-payload-files.patch)
+md5sums=('84eb2e471bd6bdfe54a2a2f1d858c07d'
+ '9711e300dde3775a38637daa3c20befe')
+
+prepare() {
+  mkdir -p build
+
+  cd akonadi-$pkgver
+  # https://bugs.kde.org/show_bug.cgi?id=341884
+  patch -p1 -i ../dont-leak-old-external-payload-files.patch
+}
+
+build() {
+  cd build
+  cmake ../akonadi-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DWITH_SOPRANO=OFF
+  make
+}
+
+package_libakonadi-qt4() {
+  pkgdesc='Qt4 akonadi libraries'
+  depends=('qt4')
+  conflicts=('akonadi<15')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# conflicts with akonadi
+  rm -r "$pkgdir"/usr/{bin,share}
+}
+
+package_akonadi-qt4() {
+  depends=(libakonadi-qt4 boost-libs mariadb)
+  conflicts=(akonadi)
+  replaces=('akonadi<15')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# provided by libakonadi-qt4
+  rm -r "$pkgdir"/usr/{lib,include}
+}

Copied: akonadi-qt4/repos/staging-i686/akonadi-qt4.install (from rev 257089, 
akonadi-qt4/trunk/akonadi-qt4.install)
===
--- staging-i686/akonadi-qt4.install(rev 0)
+++ staging-i686/akonadi-qt4.install2015-12-21 18:49:44 UTC (rev 257090)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: 
akonadi-qt4/repos/staging-i686/dont-leak-old-external-payload-files.patch (from 
rev 257089, akonadi-qt4/trunk/dont-leak-old-external-payload-files.patch)
===
--- staging-i686/dont-leak-old-external-payload-files.patch 
(rev 0)
+++ staging-i686/dont-leak-old-external-payload-files.patch 2015-12-21 
18:49:44 UTC (rev 257090)
@@ -0,0 +1,135 @@
+From: Dan Vrátil 
+Date: Mon, 29 Jun 2015 20:45:11 +
+Subject: Don't leak old external payload files
+X-Git-Url: 
http://quickgit.kde.org/?p=akonadi.git=commitdiff=9c0dc6b3f0826d32eac310b2e7ecd858ca3df681
+---
+Don't leak old external payload files
+
+Actually delete old payload files after we increase the payload revision or
+switch from external to internal payload. This caused 
~/.local/share/akonadi/file_db_data
+to grow insanely for all users, leaving them with many duplicated files (just 
with
+different revisions).
+
+It is 

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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 20:02:07
  Author: foutrelis
Revision: 154039

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

Added:
  povray/repos/community-staging-i686/
  povray/repos/community-staging-i686/PKGBUILD
(from rev 154038, povray/trunk/PKGBUILD)
  povray/repos/community-staging-i686/povray3.7.0_rc3-user-conf.patch
(from rev 154038, povray/trunk/povray3.7.0_rc3-user-conf.patch)
  povray/repos/community-staging-x86_64/
  povray/repos/community-staging-x86_64/PKGBUILD
(from rev 154038, povray/trunk/PKGBUILD)
  povray/repos/community-staging-x86_64/povray3.7.0_rc3-user-conf.patch
(from rev 154038, povray/trunk/povray3.7.0_rc3-user-conf.patch)

--+
 community-staging-i686/PKGBUILD  |   59 +
 community-staging-i686/povray3.7.0_rc3-user-conf.patch   |   27 +
 community-staging-x86_64/PKGBUILD|   59 +
 community-staging-x86_64/povray3.7.0_rc3-user-conf.patch |   27 +
 4 files changed, 172 insertions(+)

Copied: povray/repos/community-staging-i686/PKGBUILD (from rev 154038, 
povray/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 19:02:07 UTC (rev 154039)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Tom Newsom 
+# Contributor: tobias 
+# Contributor: red_over_blue
+# Contributor: neri
+
+pkgname=povray
+pkgver=3.7
+pkgrel=11
+epoch=1
+pkgdesc='Script based raytracer for creating 3D graphics'
+arch=('x86_64' 'i686')
+license=('AGPL3')
+url='http://povray.org/'
+depends=('libtiff' 'libpng' 'boost-libs')
+makedepends=('boost')
+backup=("etc/povray/$pkgver/povray.conf"
+"etc/povray/$pkgver/povray.ini")
+source=("$pkgname-$pkgver.zip::https://github.com/POV-Ray/povray/archive/3.7-stable.zip;
+'povray3.7.0_rc3-user-conf.patch')
+sha256sums=('9d4752c19a33bd1c804abc1642e2c6c2256af7ea47b0c534c6aa12938d05cf34'
+'95b04ec4973e6e8a80fc83df2e3caff0b4d6699c4154144f3017d42cab7236e0')
+
+prepare() {
+  cd "$pkgname-$pkgver-stable"
+
+  cd unix
+  sed 's/automake --w/automake --add-missing --w/g' -i prebuild.sh
+  sed 's/dist-bzip2/dist-bzip2 subdir-objects/g' -i configure.ac
+  ./prebuild.sh
+  cd ..
+  ./bootstrap
+  patch -p1 < "$srcdir/povray3.7.0_rc3-user-conf.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver-stable"
+
+  ./configure LIBS="-lboost_system -lboost_thread" COMPILED_BY='Arch Linux' \
+--prefix=/usr --sysconfdir=/etc
+  make CXXFLAGS+="-w -lboost_system -lboost_thread"
+  gzip -f povray.1
+}
+
+package() {
+  cd "$pkgname-$pkgver-stable"
+
+  install -d "$pkgdir/usr/share/$pkgname-$pkgver"
+  install -d "$pkgdir/usr/share/doc/$pkgname-$pkgver"
+  cp -r icons include ini scenes scripts "$pkgdir/usr/share/$pkgname-$pkgver"
+  cp -r doc "$pkgdir/usr/share/doc/$pkgname-$pkgver"
+  install -Dm755 unix/povray "$pkgdir/usr/bin/povray"
+  install -Dm644 povray.conf "$pkgdir/etc/povray/$pkgver/povray.conf"
+  install -Dm644 povray.ini "$pkgdir/etc/povray/$pkgver/povray.ini"
+  install -Dm644 povray.1.gz "$pkgdir/usr/share/man/man1/povray.1.gz"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: povray/repos/community-staging-i686/povray3.7.0_rc3-user-conf.patch 
(from rev 154038, povray/trunk/povray3.7.0_rc3-user-conf.patch)
===
--- community-staging-i686/povray3.7.0_rc3-user-conf.patch  
(rev 0)
+++ community-staging-i686/povray3.7.0_rc3-user-conf.patch  2015-12-21 
19:02:07 UTC (rev 154039)
@@ -0,0 +1,27 @@
+ Makefile.am |   13 -
+ 1 files changed, 0 insertions(+), 13 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 76b394c..9822c52 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -107,19 +107,6 @@ install-data-local:
+   for f in $$filelist ; do \
+ $(INSTALL_DATA) $(top_srcdir)/doc/$$f $(DESTDIR)$(povdocdir)/$$f && 
echo "$(DESTDIR)$(povdocdir)/$$f" >> $(povinstall); \
+   done
+-  @echo "Creating user directories..."; \
+-  for p in $(povuser) $(povconfuser) ; do \
+-$(mkdir_p) $$p && chown $(povowner) $$p && chgrp $(povgroup) $$p && 
printf "%s\n" "$$p" "`cat $(povinstall)`" > $(povinstall); \
+-  done
+-  @echo "Copying user configuration and INI files..."; \
+-  for f in povray.conf povray.ini ; do \
+-if test -f $(povconfuser)/$$f; then \
+-  echo "Creating backup of $(povconfuser)/$$f"; \
+-  mv -f $(povconfuser)/$$f $(povconfuser)/$$f.bak; \
+-fi; \
+-  done; \
+-  $(INSTALL_DATA) $(top_srcdir)/povray.conf $(povconfuser)/povray.conf && 
chown $(povowner) $(povconfuser)/povray.conf && chgrp $(povgroup) 
$(povconfuser)/povray.conf  && echo 

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

2015-12-21 Thread Jaroslav Lichtblau
Date: Monday, December 21, 2015 @ 19:57:56
  Author: jlichtblau
Revision: 154033

upgpkg: qmmp 1.0.4-1 - new upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:54:45 UTC (rev 154032)
+++ PKGBUILD2015-12-21 18:57:56 UTC (rev 154033)
@@ -2,15 +2,17 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=qmmp
-pkgver=1.0.3
+pkgver=1.0.4
 pkgrel=1
 pkgdesc="Qt5 based audio-player"
 arch=('i686' 'x86_64')
 url="http://qmmp.ylsoftware.com/;
 license=('GPL')
-depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg' 
'libxkbcommon-x11' 'taglib' 'xdg-utils' 'qt5-x11extras')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug'
- 'libsndfile' 'wavpack' 'projectm' 'mesa' 'faad2' 'libgme' 
'libsidplayfp' 'opusfile' 'wildmidi' 'qt5-tools')
+depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad'
+ 'libvorbis' 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 
'qt5-x11extras')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia'
+ 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack'
+ 'projectm' 'mesa' 'faad2' 'libgme' 'libsidplayfp' 'opusfile' 
'wildmidi' 'qt5-tools')
 optdepends=('flac: native FLAC support'
 'jack: JACK sound output'
 'libmpcdec: Musepack support'
@@ -30,7 +32,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0fbc67d00abcb6183f817439e7c7da5fa587c3fd1dc9b52441ea3cce8c467cc0')
+sha256sums=('9867fcb7ad7389f1c01d3bf31829fbe40a89eb8b05c104225257cea98c49ea85')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: qmmp.changelog
===
--- qmmp.changelog  2015-12-21 18:54:45 UTC (rev 154032)
+++ qmmp.changelog  2015-12-21 18:57:56 UTC (rev 154033)
@@ -1,3 +1,6 @@
+2015-12-21 Jaroslav Lichtblau 
+   * qmmp 1.0.4-1
+
 2015-12-19 Jaroslav Lichtblau 
* qmmp 1.0.3-1
 


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 20:12:38
  Author: foutrelis
Revision: 154054

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

Added:
  freecad/repos/community-staging-i686/
  freecad/repos/community-staging-i686/PKGBUILD
(from rev 154053, freecad/trunk/PKGBUILD)
  freecad/repos/community-staging-i686/freecad.desktop
(from rev 154053, freecad/trunk/freecad.desktop)
  freecad/repos/community-staging-i686/freecad.install
(from rev 154053, freecad/trunk/freecad.install)
  freecad/repos/community-staging-i686/freecad.xml
(from rev 154053, freecad/trunk/freecad.xml)
  freecad/repos/community-staging-x86_64/
  freecad/repos/community-staging-x86_64/PKGBUILD
(from rev 154053, freecad/trunk/PKGBUILD)
  freecad/repos/community-staging-x86_64/freecad.desktop
(from rev 154053, freecad/trunk/freecad.desktop)
  freecad/repos/community-staging-x86_64/freecad.install
(from rev 154053, freecad/trunk/freecad.install)
  freecad/repos/community-staging-x86_64/freecad.xml
(from rev 154053, freecad/trunk/freecad.xml)

--+
 community-staging-i686/PKGBUILD  |   78 +
 community-staging-i686/freecad.desktop   |   14 +
 community-staging-i686/freecad.install   |   15 +
 community-staging-x86_64/PKGBUILD|   78 +
 community-staging-x86_64/freecad.desktop |   14 +
 community-staging-x86_64/freecad.install |   15 +
 6 files changed, 214 insertions(+)

Copied: freecad/repos/community-staging-i686/PKGBUILD (from rev 154053, 
freecad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 19:12:38 UTC (rev 154054)
@@ -0,0 +1,78 @@
+# Maintainer: Florian Pritz 
+# Contributor: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+# Contributor: Jordi De Groof 
+# Contributor: mickele
+# Contributor: manwithgrenade
+# Contributor: bricem13
+# Contributor: gborzi
+
+pkgname=freecad
+pkgver=0.15.4671
+pkgrel=6
+pkgdesc='A general purpose 3D CAD modeler'
+arch=('i686' 'x86_64')
+url='http://www.freecadweb.org/'
+license=('LGPL')
+depends=('boost-libs' 'curl' 'opencascade>=6.6.0' 'python2-pivy' 'xerces-c'
+ 'libspnav' 'shared-mime-info' 'hicolor-icon-theme'
+ 'python2-matplotlib' 'python2-shiboken' 'python2-pyside-tools' 
'pyside-tools-common' 'qtwebkit')
+makedepends=('boost' 'eigen' 'gcc-fortran' 'swig' 'xerces-c' 
'desktop-file-utils' 'cmake' 'coin>=3.1.3-9')
+# TODO add reasons
+optdepends=('python2-matplotlib' 'pycollada-git' 'python2-pyqt4')
+install=freecad.install
+source=("http://downloads.sourceforge.net/sourceforge/free-cad/freecad_${pkgver}.tar.gz;
+   "${pkgname}.desktop"
+   "${pkgname}.xml")
+md5sums=('7afa95d3e8cd845bef83202e76db7f24'
+ '382cd66757dae635b53105d207679fce'
+ 'c2f4154c8e4678825411de8e7fa54c6b')
+
+prepare() {
+  cd "${srcdir}/freecad-${pkgver}/"
+
+  sed -i \
+-e "46i\\\tModDir = '/usr/share/freecad/Mod'" \
+-e "50i\\\tLibDir = '/usr/lib/freecad'" \
+src/App/FreeCADInit.py
+
+  sed -i 's|\bpyside-uic\b|python2-pyside-uic|' cMake/FindPySideTools.cmake
+
+  # http://www.freecadweb.org/tracker/view.php?id=2347
+  sed -i 's/boost::re_detail/boost::BOOST_REGEX_DETAIL_NS/' \
+src/Mod/Drawing/App/FeaturePage.cpp
+}
+
+build() {
+  cd "${srcdir}/freecad-${pkgver}/"
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX:PATH="/usr" \
+-DCMAKE_INSTALL_DOCDIR:PATH="share/freecad/doc" \
+-DCMAKE_INSTALL_DATADIR:PATH="share/freecad" \
+-DCMAKE_INSTALL_LIBDIR:PATH="lib/freecad" \
+-DOCC_INCLUDE_DIR:PATH=/opt/opencascade/inc/ \
+-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 \
+-DFREECAD_USE_EXTERNAL_PIVY:BOOL=ON
+  make
+}
+
+package() {
+  cd "${srcdir}/freecad-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # Symlink to /usr/bin
+  ln -sf "FreeCAD" "${pkgdir}/usr/bin/freecad"
+  ln -sf "FreeCADCmd" "${pkgdir}/usr/bin/freecadcmd"
+
+  cp -ra "${pkgdir}/usr/Mod" "${pkgdir}/usr/share/freecad/"
+  rm -r "${pkgdir}/usr/Mod"
+
+  # Install pixmaps and desktop shortcut
+  desktop-file-install \
+--dir="${pkgdir}/usr/share/applications" \
+"${srcdir}/${pkgname}.desktop"
+
+  # Mime info
+  install -D -m644 "${srcdir}/${pkgname}.xml" 
"${pkgdir}/usr/share/mime/packages/${pkgname}.xml"
+}

Copied: freecad/repos/community-staging-i686/freecad.desktop (from rev 154053, 
freecad/trunk/freecad.desktop)
===
--- community-staging-i686/freecad.desktop  (rev 0)
+++ community-staging-i686/freecad.desktop  2015-12-21 19:12:38 UTC (rev 
154054)
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=FreeCAD
+Comment=A general 

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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 20:12:23
  Author: foutrelis
Revision: 154053

boost 1.60.0 rebuild

Modified:
  freecad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 19:10:41 UTC (rev 154052)
+++ PKGBUILD2015-12-21 19:12:23 UTC (rev 154053)
@@ -9,7 +9,7 @@
 
 pkgname=freecad
 pkgver=0.15.4671
-pkgrel=5
+pkgrel=6
 pkgdesc='A general purpose 3D CAD modeler'
 arch=('i686' 'x86_64')
 url='http://www.freecadweb.org/'


[arch-commits] Commit in plex-home-theater/repos (10 files)

2015-12-21 Thread Bartłomiej Piotrowski
Date: Monday, December 21, 2015 @ 19:29:48
  Author: bpiotrowski
Revision: 154017

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

Added:
  plex-home-theater/repos/community-staging-i686/
  plex-home-theater/repos/community-staging-i686/PKGBUILD
(from rev 154016, plex-home-theater/trunk/PKGBUILD)
  plex-home-theater/repos/community-staging-i686/plex-ffmpeg-compat.patch
(from rev 154016, plex-home-theater/trunk/plex-ffmpeg-compat.patch)
  plex-home-theater/repos/community-staging-i686/plex-libcec.patch
(from rev 154016, plex-home-theater/trunk/plex-libcec.patch)
  plex-home-theater/repos/community-staging-i686/plexhometheater.sh
(from rev 154016, plex-home-theater/trunk/plexhometheater.sh)
  plex-home-theater/repos/community-staging-x86_64/
  plex-home-theater/repos/community-staging-x86_64/PKGBUILD
(from rev 154016, plex-home-theater/trunk/PKGBUILD)
  plex-home-theater/repos/community-staging-x86_64/plex-ffmpeg-compat.patch
(from rev 154016, plex-home-theater/trunk/plex-ffmpeg-compat.patch)
  plex-home-theater/repos/community-staging-x86_64/plex-libcec.patch
(from rev 154016, plex-home-theater/trunk/plex-libcec.patch)
  plex-home-theater/repos/community-staging-x86_64/plexhometheater.sh
(from rev 154016, plex-home-theater/trunk/plexhometheater.sh)

---+
 community-staging-i686/PKGBUILD   |   77 
 community-staging-i686/plex-ffmpeg-compat.patch   |   29 +++
 community-staging-i686/plex-libcec.patch  |   63 
 community-staging-i686/plexhometheater.sh |5 +
 community-staging-x86_64/PKGBUILD |   77 
 community-staging-x86_64/plex-ffmpeg-compat.patch |   29 +++
 community-staging-x86_64/plex-libcec.patch|   63 
 community-staging-x86_64/plexhometheater.sh   |5 +
 8 files changed, 348 insertions(+)

Copied: plex-home-theater/repos/community-staging-i686/PKGBUILD (from rev 
154016, plex-home-theater/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 18:29:48 UTC (rev 154017)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Wallace 
+
+pkgname=plex-home-theater
+pkgver=1.4.1.469
+_pkghash=47a90f01
+pkgrel=7
+pkgdesc='Plex Home Theater'
+arch=('i686' 'x86_64')
+url='http://www.plexapp.com/'
+license=('GPL2')
+depends=('alsa-lib' 'avahi' 'boost-libs' 'curl' 'expat' 'freetype2' 'fribidi'
+ 'gcc-libs' 'glew' 'glibc' 'glu' 'libcdio' 'libgl' 'libjpeg' 'libmad'
+ 'libmicrohttpd' 'libmpeg2' 'libpng' 'libpulse' 'libsamplerate'
+ 'libssh' 'libtiff' 'libusb-compat' 'libva' 'libvdpau' 'libx11'
+ 'libxext' 'libxrandr' 'lzo' 'pcre' 'python2' 'sdl' 'sdl_image'
+ 'sdl_mixer' 'sqlite' 'smbclient' 'taglib' 'tinyxml' 'yajl' 'zlib'
+ 'libavcodec.so' 'libavfilter.so' 'libavformat.so' 'libavutil.so'
+ 'libpostproc.so' 'libswresample.so' 'libswscale.so')
+makedepends=('boost' 'cmake' 'doxygen' 'ffmpeg-compat' 'git' 'java-environment'
+ 'libcec' 'libplist' 'libshairport' 'nasm' 'swig' 'unzip' 'zip')
+optdepends=('libplist: AirPlay support'
+'libshairport: AirPlay support'
+'libcec: Pulse-Eight USB-CEC adapter support'
+'pulseaudio: PulseAudio support')
+source=("https://github.com/plexinc/plex-home-theater-public/archive/v${pkgver}-${_pkghash}.tar.gz;
+'plex-ffmpeg-compat.patch'
+'plex-libcec.patch'
+'plexhometheater.sh')
+sha256sums=('82a0b3314de18e0f1bdb123c6fe4d411e147b052a09219a9d2057459dc0f36b3'
+'5b370e4dec6998130df46ad6bd5ca6258e3a040dd6c6cc4085c335dc3d6050bd'
+'7e5f6c1e07184a0b0affe4ef7c0bd06d1094f7a28cf5baa35d31a69cf488a9db'
+'dc6bd394c07a2ececbb2f8c53cb54afd5d78f7c00a0b34acab3e71217da085fb')
+
+prepare() {
+  cd plex-home-theater-public-${pkgver}-${_pkghash}
+
+  patch -Np1 -i ../plex-libcec.patch
+  patch -Np1 -i ../plex-ffmpeg-compat.patch
+}
+
+build() {
+  cd plex-home-theater-public-${pkgver}-${_pkghash}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_C_FLAGS="$CMAKE_C_FLAGS -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include" \
+-DCMAKE_CXX_FLAGS="$CMAKE_CXX_FLAGS -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include" \
+-DCREATE_BUNDLE='FALSE' \
+-DDUMP_SYMBOLS='FALSE' \
+-DENABLE_AUTOUPDATE='FALSE' \
+-DENABLE_PYTHON='TRUE' \
+-DPYTHON_EXEC='/usr/bin/python2' \
+-DUSE_INTERNAL_FFMPEG='FALSE'
+  make
+}
+
+package() {
+  cd plex-home-theater-public-${pkgver}-${_pkghash}/build
+
+  make DESTDIR="${pkgdir}" install
+  install -dm 755 

[arch-commits] Commit in plex-home-theater/trunk (PKGBUILD)

2015-12-21 Thread Bartłomiej Piotrowski
Date: Monday, December 21, 2015 @ 19:29:35
  Author: bpiotrowski
Revision: 154016

boost 1.60.0 rebuild

Modified:
  plex-home-theater/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:27:32 UTC (rev 154015)
+++ PKGBUILD2015-12-21 18:29:35 UTC (rev 154016)
@@ -5,7 +5,7 @@
 pkgname=plex-home-theater
 pkgver=1.4.1.469
 _pkghash=47a90f01
-pkgrel=6
+pkgrel=7
 pkgdesc='Plex Home Theater'
 arch=('i686' 'x86_64')
 url='http://www.plexapp.com/'


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

2015-12-21 Thread Bartłomiej Piotrowski
Date: Monday, December 21, 2015 @ 20:04:11
  Author: bpiotrowski
Revision: 154041

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

Added:
  libasl/repos/community-staging-i686/
  libasl/repos/community-staging-i686/PKGBUILD
(from rev 154040, libasl/trunk/PKGBUILD)
  
libasl/repos/community-staging-i686/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
(from rev 154040, 
libasl/trunk/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch)
  libasl/repos/community-staging-i686/suppress-deprecated-warnings.patch
(from rev 154040, libasl/trunk/suppress-deprecated-warnings.patch)
  libasl/repos/community-staging-x86_64/
  libasl/repos/community-staging-x86_64/PKGBUILD
(from rev 154040, libasl/trunk/PKGBUILD)
  
libasl/repos/community-staging-x86_64/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
(from rev 154040, 
libasl/trunk/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch)
  libasl/repos/community-staging-x86_64/suppress-deprecated-warnings.patch
(from rev 154040, libasl/trunk/suppress-deprecated-warnings.patch)

--+
 community-staging-i686/PKGBUILD
  |   51 
 
community-staging-i686/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
   |   59 ++
 community-staging-i686/suppress-deprecated-warnings.patch  
  |   11 +
 community-staging-x86_64/PKGBUILD  
  |   51 
 
community-staging-x86_64/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
 |   59 ++
 community-staging-x86_64/suppress-deprecated-warnings.patch
  |   11 +
 6 files changed, 242 insertions(+)

Copied: libasl/repos/community-staging-i686/PKGBUILD (from rev 154040, 
libasl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 19:04:11 UTC (rev 154041)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Andrejs Mivreņiks 
+
+pkgname=libasl
+pkgver=0.1.6
+pkgrel=4
+pkgdesc='Multiphysics simulation software package (Advanced Simulation 
Library)'
+arch=('i686' 'x86_64')
+url='http://asl.org.il/'
+license=('AGPL3')
+depends=('boost-libs' 'libcl' 'libmatio' 'vtk' 'libjpeg' 'libpng' 'libtiff'
+ 'freetype2' 'libgl')
+makedepends=('cmake' 'opencl-headers' 'boost' 'mesa-libgl')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AvtechScientific/ASL/archive/v${pkgver}.tar.gz;
+'suppress-deprecated-warnings.patch'
+
'libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch')
+md5sums=('1f283d066d57e11d4602016148181420'
+ '972d7ed8037a35d32125773ae70f6360'
+ '4747d00c048574f5722b4d9cfaa73676')
+
+prepare() {
+  rm -rf "build"
+  mkdir "build"
+
+  # patch to suppress 'deprecated' warning messages
+  # caused by 'opencl-headers' since update to 2.0
+  cd "ASL-${pkgver}"
+  patch -p1 -i "${srcdir}/suppress-deprecated-warnings.patch"
+
+  patch -p1 -i 
"${srcdir}/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch"
+}
+
+build() {
+  cd "build"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_SHARED_LIBS=ON \
+-DWITH_EXAMPLES=ON \
+-DWITH_MATIO=ON \
+-DWITH_API_DOC=OFF \
+-DWITH_TESTS=OFF \
+"../ASL-${pkgver}"
+  make
+}
+
+package() {
+  cd "build"
+  make DESTDIR="${pkgdir}" install
+}
+

Copied: 
libasl/repos/community-staging-i686/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
 (from rev 154040, 
libasl/trunk/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch)
===
--- 
community-staging-i686/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
  (rev 0)
+++ 
community-staging-i686/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
  2015-12-21 19:04:11 UTC (rev 154041)
@@ -0,0 +1,59 @@
+From 179516b0b7b3b4a0920444288cf8acca872e8846 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Mon, 21 Dec 2015 19:49:51 +0100
+Subject: [PATCH] Explicitly define namespace of ifstream and ofstream
+
+With GCC 5.3.0 and Boost 1.60.0, the build fails with following error:
+/build/libasl/src/ASL-0.1.6/src/utilities/aslParametersManager.cxx:466:6:
+error: reference to 'ifstream' is ambiguous
+  ifstream ifs(p.string());
+  ^
+/usr/include/boost/filesystem/fstream.hpp:169:32: note: candidates are:

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

2015-12-21 Thread Bartłomiej Piotrowski
Date: Monday, December 21, 2015 @ 20:04:01
  Author: bpiotrowski
Revision: 154040

boost 1.60.0 rebuild

Modified:
  libasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 19:02:07 UTC (rev 154039)
+++ PKGBUILD2015-12-21 19:04:01 UTC (rev 154040)
@@ -4,7 +4,7 @@
 
 pkgname=libasl
 pkgver=0.1.6
-pkgrel=3
+pkgrel=4
 pkgdesc='Multiphysics simulation software package (Advanced Simulation 
Library)'
 arch=('i686' 'x86_64')
 url='http://asl.org.il/'


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

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 20:10:41
  Author: spupykin
Revision: 154052

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-21 19:10:26 UTC (rev 154051)
+++ community-i686/PKGBUILD 2015-12-21 19:10:41 UTC (rev 154052)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Sergej Pupykin 
-# Contributor: Adrià Arrufat 
-# Contributor: Mark Lee 
-
-pkgname=mediastreamer
-pkgver=2.12.0
-pkgrel=2
-pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/;
-license=('GPL')
-depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp' 'mbedtls')
-# xxd from Vim is needed to build
-makedepends=('intltool' 'vim')
-source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-md5sums=('f4570034ce3875cf238e0e1249b5ec2e'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-glx --enable-xv --enable-zrtp --enable-external-ortp \
---disable-strict
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: mediastreamer/repos/community-i686/PKGBUILD (from rev 154051, 
mediastreamer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-21 19:10:41 UTC (rev 154052)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Adrià Arrufat 
+# Contributor: Mark Lee 
+
+pkgname=mediastreamer
+pkgver=2.12.1
+pkgrel=1
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/;
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp' 'mbedtls')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim')
+source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+md5sums=('1ca115e94a718638fbecf8352c169861'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-glx --enable-xv --enable-zrtp --enable-external-ortp \
+--disable-strict
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-21 19:10:26 UTC (rev 154051)
+++ community-x86_64/PKGBUILD   2015-12-21 19:10:41 UTC (rev 154052)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Sergej Pupykin 
-# Contributor: Adrià Arrufat 
-# Contributor: Mark Lee 
-
-pkgname=mediastreamer
-pkgver=2.12.0
-pkgrel=2
-pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/;
-license=('GPL')
-depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp' 'mbedtls')
-# xxd from Vim is needed to build
-makedepends=('intltool' 'vim')
-source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-md5sums=('f4570034ce3875cf238e0e1249b5ec2e'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-glx --enable-xv --enable-zrtp --enable-external-ortp \
---disable-strict
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: mediastreamer/repos/community-x86_64/PKGBUILD (from rev 154051, 
mediastreamer/trunk/PKGBUILD)
===
--- 

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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 19:21:46
  Author: fyan
Revision: 257084

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

Added:
  source-highlight/repos/staging-i686/
  source-highlight/repos/staging-i686/PKGBUILD
(from rev 257083, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/staging-i686/source-highlight.install
(from rev 257083, source-highlight/trunk/source-highlight.install)
  source-highlight/repos/staging-x86_64/
  source-highlight/repos/staging-x86_64/PKGBUILD
(from rev 257083, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/staging-x86_64/source-highlight.install
(from rev 257083, source-highlight/trunk/source-highlight.install)

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-i686/source-highlight.install   |   18 +++
 staging-x86_64/PKGBUILD |   34 ++
 staging-x86_64/source-highlight.install |   18 +++
 4 files changed, 104 insertions(+)

Copied: source-highlight/repos/staging-i686/PKGBUILD (from rev 257083, 
source-highlight/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-21 18:21:46 UTC (rev 257084)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=source-highlight
+pkgver=3.1.8
+pkgrel=6
+pkgdesc="Convert source code to syntax highlighted document"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/src-highlite/;
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('3243470706ef5fefdc3e43b5306a4e41')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}/usr" 
bash_completiondir="${pkgdir}/usr/share/bash-completion/completions" install
+
+  # PKGBUILD syntax highlighting
+  echo -e "\npkgbuild = sh.lang" >> "${pkgdir}"/usr/share/${pkgname}/lang.map
+}

Copied: source-highlight/repos/staging-i686/source-highlight.install (from rev 
257083, source-highlight/trunk/source-highlight.install)
===
--- staging-i686/source-highlight.install   (rev 0)
+++ staging-i686/source-highlight.install   2015-12-21 18:21:46 UTC (rev 
257084)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info
+info_files=(source-highlight.info source-highlight-lib.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Copied: source-highlight/repos/staging-x86_64/PKGBUILD (from rev 257083, 
source-highlight/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-21 18:21:46 UTC (rev 257084)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=source-highlight
+pkgver=3.1.8
+pkgrel=6
+pkgdesc="Convert source code to syntax highlighted document"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/src-highlite/;
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('3243470706ef5fefdc3e43b5306a4e41')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}/usr" 
bash_completiondir="${pkgdir}/usr/share/bash-completion/completions" install
+
+  # PKGBUILD syntax highlighting
+  echo -e "\npkgbuild = sh.lang" >> "${pkgdir}"/usr/share/${pkgname}/lang.map
+}

Copied: source-highlight/repos/staging-x86_64/source-highlight.install (from 
rev 257083, source-highlight/trunk/source-highlight.install)
===
--- staging-x86_64/source-highlight.install (rev 0)
+++ staging-x86_64/source-highlight.install 2015-12-21 18:21:46 UTC (rev 
257084)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info
+info_files=(source-highlight.info 

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

2015-12-21 Thread Bartłomiej Piotrowski
Date: Monday, December 21, 2015 @ 19:45:50
  Author: bpiotrowski
Revision: 154027

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

Added:
  kicad/repos/community-staging-i686/
  kicad/repos/community-staging-i686/PKGBUILD
(from rev 154026, kicad/trunk/PKGBUILD)
  kicad/repos/community-staging-i686/kicad.install
(from rev 154026, kicad/trunk/kicad.install)
  kicad/repos/community-staging-x86_64/
  kicad/repos/community-staging-x86_64/PKGBUILD
(from rev 154026, kicad/trunk/PKGBUILD)
  kicad/repos/community-staging-x86_64/kicad.install
(from rev 154026, kicad/trunk/kicad.install)

+
 community-staging-i686/PKGBUILD|   55 +++
 community-staging-i686/kicad.install   |   15 
 community-staging-x86_64/PKGBUILD  |   55 +++
 community-staging-x86_64/kicad.install |   15 
 4 files changed, 140 insertions(+)

Copied: kicad/repos/community-staging-i686/PKGBUILD (from rev 154026, 
kicad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 18:45:50 UTC (rev 154027)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Marq Schneider 
+
+pkgname=kicad
+pkgver=4.0.1
+pkgrel=2
+pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
+arch=('i686' 'x86_64')
+#url="http://iut-tice.ujf-grenoble.fr/kicad/;
+url="http://kicad-pcb.org/;
+license=('GPL')
+depends=('wxgtk' 'hicolor-icon-theme' 'desktop-file-utils' 'libsm' 
'boost-libs' 'glew')
+makedepends=('cmake' 'zlib' 'mesa' 'boost' 'gettext')
+optdepends=('kicad-library: for footprints and symbols'
+'kicad-library-3d: for 3d models of components')
+# python optdep for plugins?
+install=kicad.install
+source=("https://launchpad.net/kicad/4.0/$pkgver/+download/kicad-$pkgver.tar.xz;
+"https://github.com/KiCad/kicad-i18n/archive/$pkgver.tar.gz;)
+md5sums=('e85e9ab6ba7736377a31cfecc8aca4a6'
+ '42db67dac237675af91e705de4913d04')
+
+build() {
+  cd "$srcdir/kicad-$pkgver"
+
+  mkdir -p build/Release
+  cd build/Release
+  cmake ../.. -DKICAD_STABLE_VERSION=ON \
+  -DKICAD_REPO_NAME=stable  \
+  -DKICAD_BUILD_VERSION=$pkgver \
+  -DCMAKE_BUILD_TYPE=Release\
+  -DCMAKE_INSTALL_PREFIX=/usr   \
+  -DKICAD_SKIP_BOOST=ON \
+  -DBUILD_GITHUB_PLUGIN=ON
+  make
+
+  cd "$srcdir/kicad-i18n-$pkgver"
+  mkdir -p build/Release
+  cd build/Release
+  cmake ../..
+  make
+}
+
+package() {
+  cd "$srcdir/kicad-$pkgver/build/Release"
+
+  make DESTDIR="$pkgdir" install
+
+  # copy updated linux icons
+  #cp -r -n "$srcdir/$pkgname-icons/resources/linux/mime/icons" 
"$pkgdir/usr/share/"
+
+  cd "$srcdir/kicad-i18n-$pkgver/build/Release"
+  make DESTDIR="$pkgdir" install
+}

Copied: kicad/repos/community-staging-i686/kicad.install (from rev 154026, 
kicad/trunk/kicad.install)
===
--- community-staging-i686/kicad.install(rev 0)
+++ community-staging-i686/kicad.install2015-12-21 18:45:50 UTC (rev 
154027)
@@ -0,0 +1,15 @@
+pkgname=kicad
+
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-mime-database usr/share/mime > /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: kicad/repos/community-staging-x86_64/PKGBUILD (from rev 154026, 
kicad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-21 18:45:50 UTC (rev 154027)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Marq Schneider 
+
+pkgname=kicad
+pkgver=4.0.1
+pkgrel=2
+pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
+arch=('i686' 'x86_64')
+#url="http://iut-tice.ujf-grenoble.fr/kicad/;
+url="http://kicad-pcb.org/;
+license=('GPL')
+depends=('wxgtk' 'hicolor-icon-theme' 'desktop-file-utils' 'libsm' 
'boost-libs' 'glew')
+makedepends=('cmake' 'zlib' 'mesa' 'boost' 'gettext')
+optdepends=('kicad-library: for footprints and symbols'
+'kicad-library-3d: for 3d models of components')
+# python optdep for plugins?
+install=kicad.install
+source=("https://launchpad.net/kicad/4.0/$pkgver/+download/kicad-$pkgver.tar.xz;
+"https://github.com/KiCad/kicad-i18n/archive/$pkgver.tar.gz;)
+md5sums=('e85e9ab6ba7736377a31cfecc8aca4a6'
+ '42db67dac237675af91e705de4913d04')
+
+build() {
+  cd "$srcdir/kicad-$pkgver"
+
+  mkdir -p build/Release
+  cd build/Release
+  cmake ../.. 

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

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 20:10:02
  Author: spupykin
Revision: 154048

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

Added:
  fox-devel/repos/community-i686/PKGBUILD
(from rev 154047, fox-devel/trunk/PKGBUILD)
  fox-devel/repos/community-x86_64/PKGBUILD
(from rev 154047, fox-devel/trunk/PKGBUILD)
Deleted:
  fox-devel/repos/community-i686/PKGBUILD
  fox-devel/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-21 19:09:47 UTC (rev 154047)
+++ community-i686/PKGBUILD 2015-12-21 19:10:02 UTC (rev 154048)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Dany Martineau 
-
-pkgname=fox-devel
-pkgver=1.7.52
-pkgrel=2
-pkgdesc="Free Objects for X: GUI Toolkit for C++, development version."
-arch=('i686' 'x86_64')
-url="http://www.fox-toolkit.org/;
-license=('LGPL' 'custom')
-depends=('glu' 'libsm' 'libtiff' 'libxcursor' 'libxft' 'libxi' 'libxrandr')
-makedepends=('mesa')
-provides=("fox=$pkgver")
-source=("${url/www/ftp}pub/fox-$pkgver.tar.gz")
-md5sums=('9a36d2523ba1f3027ceb45a4ed2123e7')
-
-build() {
-  cd fox-$pkgver
-  ./configure   --prefix=/usr \
---enable-static=no \
---enable-release \
---with-xft=yes \
---with-opengl=yes \
---with-xim \
---with-xshm \
---with-shape \
---with-xcursor \
---with-xrender \
---with-xrandr \
---with-xfixes \
---with-xinput
-  make
-}
-
-package() {
-  cd fox-$pkgver
-  make DESTDIR="$pkgdir/" install
-
-  # license
-  install -Dm644 LICENSE_ADDENDUM "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # rename apps to prevent conflicts with fox
-  for _f in `find $pkgdir/usr/bin -type f`; do
-mv $_f $_f-1.7
-  done;
-  for _f in `find $pkgdir/usr/share/man -type f`; do
-mv $_f `dirname $_f`/`basename $_f .1`-1.7.1
-  done;
-}

Copied: fox-devel/repos/community-i686/PKGBUILD (from rev 154047, 
fox-devel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-21 19:10:02 UTC (rev 154048)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Dany Martineau 
+
+pkgname=fox-devel
+pkgver=1.7.53
+pkgrel=1
+pkgdesc="Free Objects for X: GUI Toolkit for C++, development version."
+arch=('i686' 'x86_64')
+url="http://www.fox-toolkit.org/;
+license=('LGPL' 'custom')
+depends=('glu' 'libsm' 'libtiff' 'libxcursor' 'libxft' 'libxi' 'libxrandr')
+makedepends=('mesa')
+provides=("fox=$pkgver")
+source=("${url/www/ftp}pub/fox-$pkgver.tar.gz")
+md5sums=('1b3e1dd88a7020485b65f690423ac131')
+
+build() {
+  cd fox-$pkgver
+  ./configure   --prefix=/usr \
+--enable-static=no \
+--enable-release \
+--with-xft=yes \
+--with-opengl=yes \
+--with-xim \
+--with-xshm \
+--with-shape \
+--with-xcursor \
+--with-xrender \
+--with-xrandr \
+--with-xfixes \
+--with-xinput
+  make
+}
+
+package() {
+  cd fox-$pkgver
+  make DESTDIR="$pkgdir/" install
+
+  # license
+  install -Dm644 LICENSE_ADDENDUM "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # rename apps to prevent conflicts with fox
+  for _f in `find $pkgdir/usr/bin -type f`; do
+mv $_f $_f-1.7
+  done;
+  for _f in `find $pkgdir/usr/share/man -type f`; do
+mv $_f `dirname $_f`/`basename $_f .1`-1.7.1
+  done;
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-21 19:09:47 UTC (rev 154047)
+++ community-x86_64/PKGBUILD   2015-12-21 19:10:02 UTC (rev 154048)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Dany Martineau 
-
-pkgname=fox-devel
-pkgver=1.7.52
-pkgrel=2
-pkgdesc="Free Objects for X: GUI Toolkit for C++, development version."
-arch=('i686' 'x86_64')
-url="http://www.fox-toolkit.org/;
-license=('LGPL' 'custom')
-depends=('glu' 'libsm' 'libtiff' 'libxcursor' 'libxft' 'libxi' 'libxrandr')
-makedepends=('mesa')
-provides=("fox=$pkgver")
-source=("${url/www/ftp}pub/fox-$pkgver.tar.gz")
-md5sums=('9a36d2523ba1f3027ceb45a4ed2123e7')
-
-build() {
-  cd fox-$pkgver
-  ./configure   --prefix=/usr \
---enable-static=no \
---enable-release \
-

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

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 20:09:47
  Author: spupykin
Revision: 154047

upgpkg: fox-devel 1.7.53-1

upd

Modified:
  fox-devel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 19:09:43 UTC (rev 154046)
+++ PKGBUILD2015-12-21 19:09:47 UTC (rev 154047)
@@ -3,8 +3,8 @@
 # Contributor: Dany Martineau 
 
 pkgname=fox-devel
-pkgver=1.7.52
-pkgrel=2
+pkgver=1.7.53
+pkgrel=1
 pkgdesc="Free Objects for X: GUI Toolkit for C++, development version."
 arch=('i686' 'x86_64')
 url="http://www.fox-toolkit.org/;
@@ -13,7 +13,7 @@
 makedepends=('mesa')
 provides=("fox=$pkgver")
 source=("${url/www/ftp}pub/fox-$pkgver.tar.gz")
-md5sums=('9a36d2523ba1f3027ceb45a4ed2123e7')
+md5sums=('1b3e1dd88a7020485b65f690423ac131')
 
 build() {
   cd fox-$pkgver


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

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 20:09:43
  Author: spupykin
Revision: 154046

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

Added:
  fbpanel/repos/community-i686/PKGBUILD
(from rev 154044, fbpanel/trunk/PKGBUILD)
  fbpanel/repos/community-x86_64/PKGBUILD
(from rev 154045, fbpanel/trunk/PKGBUILD)
Deleted:
  fbpanel/repos/community-i686/PKGBUILD
  fbpanel/repos/community-i686/battery_fix.patch
  fbpanel/repos/community-x86_64/PKGBUILD
  fbpanel/repos/community-x86_64/battery_fix.patch

+
 /PKGBUILD  |   66 +++
 community-i686/PKGBUILD|   38 ---
 community-i686/battery_fix.patch   |  119 ---
 community-x86_64/PKGBUILD  |   38 ---
 community-x86_64/battery_fix.patch |  119 ---
 5 files changed, 66 insertions(+), 314 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-21 19:09:37 UTC (rev 154045)
+++ community-i686/PKGBUILD 2015-12-21 19:09:43 UTC (rev 154046)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jeff Mickey 
-# Contributor: Torin Daniel 
-# Contributor: Diep Pham Van 
-
-pkgname=fbpanel
-pkgver=6.1
-pkgrel=6
-pkgdesc="NetWM compliant desktop panel"
-arch=('i686' 'x86_64')
-url="http://fbpanel.sourceforge.net/;
-depends=('gtk2')
-license=('GPL')
-source=("http://downloads.sourceforge.net/fbpanel/fbpanel-${pkgver}.tbz2;
-   
"taskbar_unicode.patch::https://bugs.archlinux.org/task/37639?getfile=11189;
-"battery_fix.patch")
-md5sums=('80ca0c64195b30587cfcb8c2cd9887a0'
- '0af51e8f0391ea9b734a57a9880b57e5'
- 'dc1db8eee1be899725f350eb36793ea4')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -p1 <$srcdir/battery_fix.patch
-  patch -p1 <$srcdir/taskbar_unicode.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  echo "LDFLAGSX += -lX11 -lm" >>config.mk
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: fbpanel/repos/community-i686/PKGBUILD (from rev 154044, 
fbpanel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-21 19:09:43 UTC (rev 154046)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jeff Mickey 
+# Contributor: Torin Daniel 
+# Contributor: Diep Pham Van 
+
+pkgname=fbpanel
+pkgver=7.0
+pkgrel=1
+pkgdesc="NetWM compliant desktop panel"
+arch=('i686' 'x86_64')
+url="https://github.com/aanatoly/fbpanel;
+depends=('gtk2')
+makedepends=('python2')
+license=('GPL')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/aanatoly/fbpanel/archive/$pkgver.tar.gz;)
+md5sums=('8a15ac4e0f23a72b9d6be5151df712e5')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|python|python2|' configure .config/{repl.py,help,tar.py}
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --libexecdir /usr/lib/fbpanel --prefix /usr --mandir 
/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/battery_fix.patch
===
--- community-i686/battery_fix.patch2015-12-21 19:09:37 UTC (rev 154045)
+++ community-i686/battery_fix.patch2015-12-21 19:09:43 UTC (rev 154046)
@@ -1,119 +0,0 @@
-*** fbpanel-6.1/plugins/battery/os_linux.c~2010-04-08 12:35:26.0 
+0200
 fbpanel-6.1/plugins/battery/os_linux.c 2013-07-09 13:13:50.958994816 
+0200
-***
-*** 1,5 
 1,6 
-  
-  #include 
-+ #include 
-  #include 
-  
-  #define LEN 100
-***
-*** 120,129 
-  }
-  
-  static gboolean
-  battery_update_os_sys(battery_priv *c)
-  {
-  ENTER;
-! RET(FALSE);
-  }
-  
-  static gboolean
 121,215 
-  }
-  
-  static gboolean
-+ read_sys(battery_priv *c, GString *path)
-+ {
-+ int len, dcap, rcap;
-+ gchar *buf;
-+ gboolean ret, exist, charging;
-+ 
-+ ENTER;
-+ len = path->len;
-+ 
-+ g_string_append(path, "/present");
-+ ret = g_file_get_contents(path->str, , 0, NULL);
-+ DBG("reading %s %s\n", path->str, ret ? "ok" : "fail");
-+ g_string_truncate(path, len);
-+ if (!ret)
-+ RET(FALSE);
-+ exist = atoi(buf);
-+ g_free(buf);
-+ if (!exist)
-+ RET(FALSE);
-+ 
-+ g_string_append(path, "/charge_full_design");
-+ ret = g_file_get_contents(path->str, , 0, NULL);
-+ DBG("reading %s %s\n", path->str, ret ? "ok" : "fail");
-+ 

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

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 20:10:26
  Author: spupykin
Revision: 154051

upgpkg: mediastreamer 2.12.1-1

upd

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 19:10:20 UTC (rev 154050)
+++ PKGBUILD2015-12-21 19:10:26 UTC (rev 154051)
@@ -6,8 +6,8 @@
 # Contributor: Mark Lee 
 
 pkgname=mediastreamer
-pkgver=2.12.0
-pkgrel=2
+pkgver=2.12.1
+pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org/;
@@ -17,7 +17,7 @@
 makedepends=('intltool' 'vim')
 
source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-md5sums=('f4570034ce3875cf238e0e1249b5ec2e'
+md5sums=('1ca115e94a718638fbecf8352c169861'
  'SKIP')
 
 build() {


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

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 20:10:20
  Author: spupykin
Revision: 154050

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

Added:
  linphone/repos/community-i686/ChangeLog
(from rev 154049, linphone/trunk/ChangeLog)
  linphone/repos/community-i686/PKGBUILD
(from rev 154049, linphone/trunk/PKGBUILD)
  linphone/repos/community-x86_64/ChangeLog
(from rev 154049, linphone/trunk/ChangeLog)
  linphone/repos/community-x86_64/PKGBUILD
(from rev 154049, linphone/trunk/PKGBUILD)
Deleted:
  linphone/repos/community-i686/ChangeLog
  linphone/repos/community-i686/PKGBUILD
  linphone/repos/community-x86_64/ChangeLog
  linphone/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   66 +
 /PKGBUILD  |   76 +++
 community-i686/ChangeLog   |   33 --
 community-i686/PKGBUILD|   38 -
 community-x86_64/ChangeLog |   33 --
 community-x86_64/PKGBUILD  |   38 -
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-12-21 19:10:07 UTC (rev 154049)
+++ community-i686/ChangeLog2015-12-21 19:10:20 UTC (rev 154050)
@@ -1,33 +0,0 @@
-2008-10-16  Jaroslav Lichtblau  
-* v3.0.0 build for x86_64
-
-2008-08-23  Darwin Bautista  
-* linphone 2.1.1-3
-* Fixed build against ffmpeg 20080715
-
-2008-04-20  Darwin Bautista  
-* linphone 2.1.1-2
-* Fixed md5sums
-
-2008-02-24  Darwin Bautista  
-* linphone 2.1.1-1
-* New upstream release
-* makedeps: added 'perlxml'
-* Use internal ortp
-
-2007-12-02  Darwin Bautista  
-* linphone 2.0.1-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  
-* linphone 2.0.0-1
-* New upstream release
-* depends=(): added 'libexosip2', remove 'libosip2'
-* Bumped minimum required version of dependencies
-
-2007-11-16  Darwin Bautista  
-* linphone 1.7.1-1
-* New upstream release
-* Revamped PKGBUILD
-* Fixed dependencies
-* Use external ortp

Copied: linphone/repos/community-i686/ChangeLog (from rev 154049, 
linphone/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-12-21 19:10:20 UTC (rev 154050)
@@ -0,0 +1,33 @@
+2008-10-16  Jaroslav Lichtblau  
+* v3.0.0 build for x86_64
+
+2008-08-23  Darwin Bautista  
+* linphone 2.1.1-3
+* Fixed build against ffmpeg 20080715
+
+2008-04-20  Darwin Bautista  
+* linphone 2.1.1-2
+* Fixed md5sums
+
+2008-02-24  Darwin Bautista  
+* linphone 2.1.1-1
+* New upstream release
+* makedeps: added 'perlxml'
+* Use internal ortp
+
+2007-12-02  Darwin Bautista  
+* linphone 2.0.1-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  
+* linphone 2.0.0-1
+* New upstream release
+* depends=(): added 'libexosip2', remove 'libosip2'
+* Bumped minimum required version of dependencies
+
+2007-11-16  Darwin Bautista  
+* linphone 1.7.1-1
+* New upstream release
+* Revamped PKGBUILD
+* Fixed dependencies
+* Use external ortp

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-21 19:10:07 UTC (rev 154049)
+++ community-i686/PKGBUILD 2015-12-21 19:10:20 UTC (rev 154050)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Darwin Bautista 
-# Contributor: Mark Lee 
-
-pkgname=linphone
-pkgver=3.9.0
-pkgrel=2
-pkgdesc="A Voice-over-IP phone"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/index.php/eng;
-license=('GPL')
-depends=('alsa-lib' 'ffmpeg' 'gtk2' 'speex' 'libv4l' 'libglade' 'v4l-utils'
-'libpulse' 'libxv' 'mediastreamer' 'ortp' 'bzrtp' 'bcg729' 'libsoup'
-'belle-sip')
-makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgmltools-lite')
-optdepends=('pulseaudio')
-options=('!emptydirs')
-source=("http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.9.x/sources/${pkgname}-$pkgver.tar.gz;)
-md5sums=('9d299621d97a5e9397ec29511f5998f7')
-
-build() {
-  cd $pkgname-$pkgver
-  export PKG_CONFIG=/usr/bin/pkg-config
-  unset SGML_CATALOG_FILES
-  ./configure --prefix=/usr --disable-static --enable-ipv6 --enable-video \
-   --enable-alsa --enable-pulseaudio --disable-artsc --disable-strict \
-   --libexecdir=/usr/lib/$pkgname \
-   --enable-external-mediastreamer \
-   --enable-external-ortp \
-   --enable-zrtp
-  make
-}
-
-package() {
- 

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

2015-12-21 Thread Bartłomiej Piotrowski
Date: Monday, December 21, 2015 @ 20:18:07
  Author: bpiotrowski
Revision: 154059

Don't try to outsmart upstream

Added:
  pokerth/trunk/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
Modified:
  pokerth/trunk/PKGBUILD
Deleted:
  pokerth/trunk/namespace-buildfix.patch

---+
 PKGBUILD  |7 
 namespace-buildfix.patch  |   22 -
 pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch |  153 
 3 files changed, 157 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 19:16:14 UTC (rev 154058)
+++ PKGBUILD2015-12-21 19:18:07 UTC (rev 154059)
@@ -18,10 +18,10 @@
 makedepends=('boost')
 
source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2;
 '0001-Qt-5.5.0-patch-for-qtsingleapplication.patch'
-'namespace-buildfix.patch')
+'pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch')
 md5sums=('a7f76f95782099f966e5f2b6809f502a'
  'f4ecab0a6435f1b3b0654145b75d6e7c'
- '5d5e9c90f9c01bb9ff8ba9f10c94c508')
+ '26b02c7e5c50484485570ace9b63be5b')
 
 prepare() {
   cd "$srcdir/$_realname-$pkgver-src"
@@ -29,7 +29,8 @@
   # https://github.com/pokerth/pokerth/commit/731f5f05f540
   patch -Np1 -i ../0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
 
-  patch -p1 -i ../namespace-buildfix.patch
+  # https://github.com/pokerth/pokerth/commit/69f820bb3
+  patch -p1 -i ../pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
 }
 
 build() {

Deleted: namespace-buildfix.patch
===
--- namespace-buildfix.patch2015-12-21 19:16:14 UTC (rev 154058)
+++ namespace-buildfix.patch2015-12-21 19:18:07 UTC (rev 154059)
@@ -1,22 +0,0 @@
-diff --git a/src/core/common/avatarmanager.cpp 
b/src/core/common/avatarmanager.cpp
-index d9b9fd4..d137a5c 100644
 a/src/core/common/avatarmanager.cpp
-+++ b/src/core/common/avatarmanager.cpp
-@@ -61,7 +61,7 @@ using namespace std;
- using namespace boost::filesystem;
- 
- struct AvatarFileState {
--  ifstreaminputStream;
-+  std::ifstream   inputStream;
- };
- 
- AvatarManager::AvatarManager(bool useExternalServer, const std::string 
,
-@@ -363,7 +363,7 @@ AvatarManager::StoreAvatarInCache(const MD5Buf , 
AvatarFileType avatarFil
-   path tmpPath(cacheDir);
-   tmpPath /= (md5buf.ToString() + ext);
-   string fileName(tmpPath.file_string());
--  ofstream o(fileName.c_str(), ios_base::out | 
ios_base::binary | ios_base::trunc);
-+  std::ofstream o(fileName.c_str(), ios_base::out 
| ios_base::binary | ios_base::trunc);
-   if (!o.fail()) {
-   o.write((const char *)data, size);
-   o.close();

Added: pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
===
--- pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch   
(rev 0)
+++ pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch   2015-12-21 
19:18:07 UTC (rev 154059)
@@ -0,0 +1,153 @@
+From 69f820bb3d7c4dc8c838f115cb4c7ee5fd188721 Mon Sep 17 00:00:00 2001
+From: Jonathan Wakely 
+Date: Thu, 26 Nov 2015 16:27:52 +
+Subject: [PATCH] Qualify std::ifstream and std::ofstream
+
+Starting with Boost 1.60.0  includes
+, which declares ifstream and ofstream
+types that make the unqualified names ifstream and ofstream ambiguous.
+The names must be qualified to refer to the std versions.
+---
+ src/core/common/avatarmanager.cpp| 4 ++--
+ src/core/common/loghelper_server.cpp | 6 +++---
+ src/net/common/clientstate.cpp   | 4 ++--
+ src/net/common/clientthread.cpp  | 4 ++--
+ src/net/common/downloaderthread.cpp  | 2 +-
+ src/pokerth_server.cpp   | 2 +-
+ src/zlib_compress.cpp| 4 ++--
+ 7 files changed, 13 insertions(+), 13 deletions(-)
+
+diff --git a/src/core/common/avatarmanager.cpp 
b/src/core/common/avatarmanager.cpp
+index a8a52e4..0246b72 100644
+--- a/src/core/common/avatarmanager.cpp
 b/src/core/common/avatarmanager.cpp
+@@ -61,7 +61,7 @@ using namespace std;
+ using namespace boost::filesystem;
+ 
+ struct AvatarFileState {
+-  ifstreaminputStream;
++  std::ifstream   inputStream;
+ };
+ 
+ AvatarManager::AvatarManager(bool useExternalServer, const std::string 
,
+@@ -371,7 +371,7 @@ AvatarManager::StoreAvatarInCache(const MD5Buf , 
AvatarFileType avatarFil
+   path tmpPath(cacheDir);
+   tmpPath /= (md5buf.ToString() + 

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

2015-12-21 Thread Antonio Rojas
Date: Monday, December 21, 2015 @ 20:28:27
  Author: arojas
Revision: 257094

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

Added:
  plasma-framework/repos/extra-i686/PKGBUILD
(from rev 257093, plasma-framework/trunk/PKGBUILD)
  plasma-framework/repos/extra-x86_64/PKGBUILD
(from rev 257093, plasma-framework/trunk/PKGBUILD)
Deleted:
  plasma-framework/repos/extra-i686/PKGBUILD
  plasma-framework/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 extra-i686/PKGBUILD   |   37 
 extra-x86_64/PKGBUILD |   37 
 3 files changed, 86 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-21 19:27:48 UTC (rev 257093)
+++ extra-i686/PKGBUILD 2015-12-21 19:28:27 UTC (rev 257094)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-framework
-pkgver=5.17.0
-pkgrel=1
-pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/plasma-framework'
-license=('LGPL')
-depends=('qt5-quickcontrols' 'kactivities-frameworks')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('5b0f2f31497c81870f3ccc68e3e7a5fa')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DQML_INSTALL_DIR=lib/qt/qml \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: plasma-framework/repos/extra-i686/PKGBUILD (from rev 257093, 
plasma-framework/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-21 19:28:27 UTC (rev 257094)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-framework
+pkgver=5.17.0
+pkgrel=2
+pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/plasma-framework'
+license=('LGPL')
+depends=('qt5-quickcontrols' 'kactivities')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;
+
fix-crash.patch::"https://quickgit.kde.org/?p=plasma-framework.git=commitdiff=bca8e8=plain;)
+md5sums=('5b0f2f31497c81870f3ccc68e3e7a5fa'
+ '568e37898934ab113850084f2a515007')
+
+prepare() {
+  mkdir -p build
+
+# Fix crash http://bugs.kde.org/show_bug.cgi?id=356428
+  cd $pkgname-$pkgver
+  patch -p1 -i ../fix-crash.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-21 19:27:48 UTC (rev 257093)
+++ extra-x86_64/PKGBUILD   2015-12-21 19:28:27 UTC (rev 257094)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-framework
-pkgver=5.17.0
-pkgrel=1
-pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/plasma-framework'
-license=('LGPL')
-depends=('qt5-quickcontrols' 'kactivities-frameworks')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('5b0f2f31497c81870f3ccc68e3e7a5fa')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DQML_INSTALL_DIR=lib/qt/qml \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: plasma-framework/repos/extra-x86_64/PKGBUILD (from rev 257093, 
plasma-framework/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ 

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

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 20:34:56
  Author: spupykin
Revision: 154064

upgpkg: firefox-adblock-plus 2.7-1

upd

Modified:
  firefox-adblock-plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 19:26:42 UTC (rev 154063)
+++ PKGBUILD2015-12-21 19:34:56 UTC (rev 154064)
@@ -1,8 +1,9 @@
 # $Id$
 # Maintainer: Sergej Pupykin 
+# Contributor: Eschwartz 
 
 pkgname=firefox-adblock-plus
-pkgver=2.6.13
+pkgver=2.7
 pkgrel=1
 pkgdesc="Extension for firefox which block ads and banners"
 arch=('any')
@@ -11,19 +12,25 @@
 groups=('firefox-addons')
 depends=("firefox")
 makedepends=('unzip')
-noextract=("adblockplus-$pkgver.xpi")
 source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi;)
-md5sums=('5750b871f82e37c78fc0ac234aea1ba7')
+noextract=("adblock-plus-$pkgver.xpi")
+md5sums=('c761cb56de53b9ee0c28212139144afc')
 
+prepare() {
+  cd "${srcdir}"
+  unzip -qqo "adblockplus-${pkgver}.xpi" -d "adblockplus-${pkgver}"
+}
+
 package() {
-  cd $srcdir
-  unzip adblockplus-$pkgver.xpi
-  local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; 
s/\"//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  [ -n ${emid} ] || return 1
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/*.xpi
-  find $pkgdir -type d -exec chmod 0755 {} \;
-  find $pkgdir -type f -exec chmod 0644 {} \;
+  cd "${srcdir}"
+
+  _extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
adblockplus-${pkgver}/install.rdf)"
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  if grep 'true' adblockplus-${pkgver}/install.rdf > 
/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R adblockplus-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 adblockplus-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
 }


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

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 20:35:08
  Author: spupykin
Revision: 154066

upgpkg: firefox-noscript 2.7-2

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 19:35:05 UTC (rev 154065)
+++ PKGBUILD2015-12-21 19:35:08 UTC (rev 154066)
@@ -1,25 +1,36 @@
 # $Id$
 # Maintainer: Sergej Pupykin 
+# Contributor: Eschwartz 
 
 pkgname=firefox-noscript
 pkgver=2.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Extension for firefox which disables script"
 arch=('any')
 url="http://noscript.net/;
 license=('GPL2')
-depends=()
+groups=('firefox-addons')
+depends=('firefox')
 makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi)
+noextract=("noscript-${pkgver}.xpi")
 md5sums=('25fd6771919ae72f525f3b89cfa70b05')
 
+prepare() {
+  cd "${srcdir}"
+  unzip -qqo "noscript-${pkgver}.xpi" -d "noscript-${pkgver}"
+}
+
 package() {
-  depends=("firefox")
+  cd "${srcdir}"
 
-  cd $srcdir
-  local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; 
s/\"//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
+  _extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
noscript-${pkgver}/install.rdf)"
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  if grep 'true' noscript-${pkgver}/install.rdf > 
/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R noscript-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
 }


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

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 20:35:05
  Author: spupykin
Revision: 154065

archrelease: copy trunk to community-any

Added:
  firefox-adblock-plus/repos/community-any/PKGBUILD
(from rev 154064, firefox-adblock-plus/trunk/PKGBUILD)
Deleted:
  firefox-adblock-plus/repos/community-any/PKGBUILD

--+
 PKGBUILD |   65 +
 1 file changed, 36 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-21 19:34:56 UTC (rev 154064)
+++ PKGBUILD2015-12-21 19:35:05 UTC (rev 154065)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=firefox-adblock-plus
-pkgver=2.6.13
-pkgrel=1
-pkgdesc="Extension for firefox which block ads and banners"
-arch=('any')
-url="http://adblockplus.org/;
-license=('GPL')
-groups=('firefox-addons')
-depends=("firefox")
-makedepends=('unzip')
-noextract=("adblockplus-$pkgver.xpi")
-source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi;)
-md5sums=('5750b871f82e37c78fc0ac234aea1ba7')
-
-package() {
-  cd $srcdir
-  unzip adblockplus-$pkgver.xpi
-  local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; 
s/\"//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  [ -n ${emid} ] || return 1
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/*.xpi
-  find $pkgdir -type d -exec chmod 0755 {} \;
-  find $pkgdir -type f -exec chmod 0644 {} \;
-}

Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 154064, 
firefox-adblock-plus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-21 19:35:05 UTC (rev 154065)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Eschwartz 
+
+pkgname=firefox-adblock-plus
+pkgver=2.7
+pkgrel=1
+pkgdesc="Extension for firefox which block ads and banners"
+arch=('any')
+url="http://adblockplus.org/;
+license=('GPL')
+groups=('firefox-addons')
+depends=("firefox")
+makedepends=('unzip')
+source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi;)
+noextract=("adblock-plus-$pkgver.xpi")
+md5sums=('c761cb56de53b9ee0c28212139144afc')
+
+prepare() {
+  cd "${srcdir}"
+  unzip -qqo "adblockplus-${pkgver}.xpi" -d "adblockplus-${pkgver}"
+}
+
+package() {
+  cd "${srcdir}"
+
+  _extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
adblockplus-${pkgver}/install.rdf)"
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  if grep 'true' adblockplus-${pkgver}/install.rdf > 
/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R adblockplus-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 adblockplus-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
+}


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

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 20:35:17
  Author: spupykin
Revision: 154067

archrelease: copy trunk to community-any

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

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

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

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 154066, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-21 19:35:17 UTC (rev 154067)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Eschwartz 
+
+pkgname=firefox-noscript
+pkgver=2.7
+pkgrel=2
+pkgdesc="Extension for firefox which disables script"
+arch=('any')
+url="http://noscript.net/;
+license=('GPL2')
+groups=('firefox-addons')
+depends=('firefox')
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi)
+noextract=("noscript-${pkgver}.xpi")
+md5sums=('25fd6771919ae72f525f3b89cfa70b05')
+
+prepare() {
+  cd "${srcdir}"
+  unzip -qqo "noscript-${pkgver}.xpi" -d "noscript-${pkgver}"
+}
+
+package() {
+  cd "${srcdir}"
+
+  _extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
noscript-${pkgver}/install.rdf)"
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  if grep 'true' noscript-${pkgver}/install.rdf > 
/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R noscript-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
+}


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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 19:16:20
  Author: fyan
Revision: 154004

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

Added:
  powerdns/repos/community-staging-i686/
  powerdns/repos/community-staging-i686/PKGBUILD
(from rev 154003, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-staging-i686/powerdns.install
(from rev 154003, powerdns/trunk/powerdns.install)
  powerdns/repos/community-staging-i686/powerdns.service
(from rev 154003, powerdns/trunk/powerdns.service)
  powerdns/repos/community-staging-x86_64/
  powerdns/repos/community-staging-x86_64/PKGBUILD
(from rev 154003, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-staging-x86_64/powerdns.install
(from rev 154003, powerdns/trunk/powerdns.install)
  powerdns/repos/community-staging-x86_64/powerdns.service
(from rev 154003, powerdns/trunk/powerdns.service)

---+
 community-staging-i686/PKGBUILD   |   81 
 community-staging-i686/powerdns.install   |   14 
 community-staging-i686/powerdns.service   |   12 
 community-staging-x86_64/PKGBUILD |   81 
 community-staging-x86_64/powerdns.install |   14 
 community-staging-x86_64/powerdns.service |   12 
 6 files changed, 214 insertions(+)

Copied: powerdns/repos/community-staging-i686/PKGBUILD (from rev 154003, 
powerdns/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 18:16:20 UTC (rev 154004)
@@ -0,0 +1,81 @@
+# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Maintainer: Levente Polyak 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+
+pkgname=powerdns
+pkgver=3.4.7
+pkgrel=3
+pkgdesc='Authoritative DNS server'
+arch=('x86_64' 'i686')
+url='http://www.powerdns.com/'
+license=('GPL')
+depends=('boost-libs' 'gcc-libs' 'sqlite' 'lua')
+makedepends=('boost' 'setconf' 'libmariadbclient' 'postgresql-libs' 'lua'
+ 'libldap' 'sqlite')
+optdepends=('libmariadbclient: MariaDB/MySQL backend'
+'postgresql-libs: PostgreSQL backend' 'libldap: LDAP backend')
+install="$pkgname.install"
+backup=('etc/powerdns/pdns.conf')
+source=("http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2;
+"$pkgname.service")
+sha256sums=('e17eca86c5e702b54b62b1edebc4741d8e0db748050a7214c778302039f28c4b'
+'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
+
+prepare() {
+  touch "pdns-$pkgver/AUTHORS" "pdns-$pkgver/NEWS"
+
+  # Make changes to pdns.conf, while basing it on pdns.conf-dist
+  cp "pdns-$pkgver/pdns/pdns.conf-dist" pdns.conf
+
+  # Default settings
+  for keyvalue in \
+allow-recursion=127.0.0.1 \
+cache-ttl=6 \
+chroot=/var/empty \
+config-dir=/etc \
+daemon=yes \
+distributor-threads=3 \
+guardian=yes \
+local-port=53 \
+loglevel=3 \
+module-dir=/usr/lib/powerdns \
+negquery-cache-ttl=60 \
+setgid=nobody \
+setuid=nobody \
+socket-dir=/var/run \
+webserver=no
+  do
+# Future versions of setconf may be able to comment out options as well.
+setconf -a pdns.conf "$keyvalue"
+  done
+}
+
+build() {
+  cd "pdns-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/powerdns \
+--libexecdir=/usr/lib \
+--libdir=/usr/lib \
+--mandir=/usr/share/man \
+--with-modules='' \
+--with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo bind" \
+--docdir=/usr/share/doc/powerdns \
+--sbindir=/usr/bin \
+--bindir=/usr/bin
+  make
+}
+
+package() {
+  make -C "pdns-$pkgver" DESTDIR="$pkgdir" install
+  install -m644 "pdns.conf" "$pkgdir/etc/powerdns/"
+  install -Dm644 "$pkgname.service" \
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  mv "$pkgdir/usr/lib/pdns" "$pkgdir/usr/lib/powerdns"
+  rm -f "$pkgdir/etc/powerdns/pdns.conf-dist"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: powerdns/repos/community-staging-i686/powerdns.install (from rev 
154003, powerdns/trunk/powerdns.install)
===
--- community-staging-i686/powerdns.install (rev 0)
+++ community-staging-i686/powerdns.install 2015-12-21 18:16:20 UTC (rev 
154004)
@@ -0,0 +1,14 @@
+post_upgrade() {
+  echo
+  echo 'See http://doc.powerdns.com/md/authoritative/upgrading/ for'
+  echo 'information about changes when upgrading.'
+  echo
+  echo 'If upgrading from an older version, you may also need to:'
+  echo 'setconf /etc/powerdns/pdns.conf module-dir=/usr/lib/powerdns'
+  echo
+  echo 'NOTE: pdns.service has been renamed to powerdns.service.'
+  echo '  See FS#44642 for more information.'
+  echo
+}
+
+# 

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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 19:16:45
  Author: fyan
Revision: 257082

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

Added:
  ekiga/repos/staging-i686/
  ekiga/repos/staging-i686/PKGBUILD
(from rev 257081, ekiga/trunk/PKGBUILD)
  ekiga/repos/staging-i686/ekiga.install
(from rev 257081, ekiga/trunk/ekiga.install)
  ekiga/repos/staging-x86_64/
  ekiga/repos/staging-x86_64/PKGBUILD
(from rev 257081, ekiga/trunk/PKGBUILD)
  ekiga/repos/staging-x86_64/ekiga.install
(from rev 257081, ekiga/trunk/ekiga.install)

--+
 staging-i686/PKGBUILD|   35 +++
 staging-i686/ekiga.install   |   22 ++
 staging-x86_64/PKGBUILD  |   35 +++
 staging-x86_64/ekiga.install |   22 ++
 4 files changed, 114 insertions(+)

Copied: ekiga/repos/staging-i686/PKGBUILD (from rev 257081, 
ekiga/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-21 18:16:45 UTC (rev 257082)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom K 
+
+pkgname=ekiga
+pkgver=4.0.1
+pkgrel=17
+pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
+url="http://www.ekiga.org;
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'avahi' 'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost' 
'gnome-icon-theme')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus --enable-avahi
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain ekiga "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
+}

Copied: ekiga/repos/staging-i686/ekiga.install (from rev 257081, 
ekiga/trunk/ekiga.install)
===
--- staging-i686/ekiga.install  (rev 0)
+++ staging-i686/ekiga.install  2015-12-21 18:16:45 UTC (rev 257082)
@@ -0,0 +1,22 @@
+pkgname=ekiga
+
+post_install() {
+  gconfpkg --install $pkgname
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gconfpkg --uninstall $pkgname
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}

Copied: ekiga/repos/staging-x86_64/PKGBUILD (from rev 257081, 
ekiga/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-21 18:16:45 UTC (rev 257082)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom K 
+
+pkgname=ekiga
+pkgver=4.0.1
+pkgrel=17
+pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
+url="http://www.ekiga.org;
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'avahi' 'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost' 
'gnome-icon-theme')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus --enable-avahi
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain ekiga "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
+}

Copied: ekiga/repos/staging-x86_64/ekiga.install (from rev 257081, 
ekiga/trunk/ekiga.install)
===
--- staging-x86_64/ekiga.install  

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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 19:21:13
  Author: fyan
Revision: 257083

boost 1.60.0 rebuild

Modified:
  source-highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:16:45 UTC (rev 257082)
+++ PKGBUILD2015-12-21 18:21:13 UTC (rev 257083)
@@ -4,7 +4,7 @@
 
 pkgname=source-highlight
 pkgver=3.1.8
-pkgrel=5
+pkgrel=6
 pkgdesc="Convert source code to syntax highlighted document"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/src-highlite/;


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 20:24:45
  Author: foutrelis
Revision: 154061

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

Added:
  pokerth/repos/community-staging-i686/
  
pokerth/repos/community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
(from rev 154060, 
pokerth/trunk/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch)
  pokerth/repos/community-staging-i686/PKGBUILD
(from rev 154060, pokerth/trunk/PKGBUILD)
  
pokerth/repos/community-staging-i686/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
(from rev 154060, 
pokerth/trunk/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch)
  pokerth/repos/community-staging-x86_64/
  
pokerth/repos/community-staging-x86_64/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
(from rev 154060, 
pokerth/trunk/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch)
  pokerth/repos/community-staging-x86_64/PKGBUILD
(from rev 154060, pokerth/trunk/PKGBUILD)
  
pokerth/repos/community-staging-x86_64/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
(from rev 154060, 
pokerth/trunk/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch)

+
 community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch   
|   24 +
 community-staging-i686/PKGBUILD
|   50 +++
 
community-staging-i686/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
   |  153 ++
 community-staging-x86_64/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch 
|   24 +
 community-staging-x86_64/PKGBUILD  
|   50 +++
 
community-staging-x86_64/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
 |  153 ++
 6 files changed, 454 insertions(+)

Copied: 
pokerth/repos/community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
 (from rev 154060, 
pokerth/trunk/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch)
===
--- community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
(rev 0)
+++ community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
2015-12-21 19:24:45 UTC (rev 154061)
@@ -0,0 +1,24 @@
+From 731f5f05f54065a67fa7c9f9bc8fe992390cb979 Mon Sep 17 00:00:00 2001
+From: Felix Hammer 
+Date: Fri, 7 Aug 2015 00:57:51 +0200
+Subject: [PATCH] Qt 5.5.0 patch for qtsingleapplication
+
+---
+ src/third_party/qtsingleapplication/qtlocalpeer.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/third_party/qtsingleapplication/qtlocalpeer.cpp 
b/src/third_party/qtsingleapplication/qtlocalpeer.cpp
+index 43e6bf4..e0ddc07 100644
+--- a/src/third_party/qtsingleapplication/qtlocalpeer.cpp
 b/src/third_party/qtsingleapplication/qtlocalpeer.cpp
+@@ -31,6 +31,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ #if defined(Q_OS_WIN)
+ #include 
+-- 
+2.5.3
+

Copied: pokerth/repos/community-staging-i686/PKGBUILD (from rev 154060, 
pokerth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 19:24:45 UTC (rev 154061)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Mateusz Herych 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Vasco Costa 
+# Contributor: Federico Cinelli 
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.1.1
+pkgrel=10
+pkgdesc="Open source Texas Hold'em Poker simulator"
+arch=('i686' 'x86_64')
+url="http://www.pokerth.net/;
+license=('GPL' 'custom')
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf' 'libxkbcommon-x11'
+ 'qt5-base' 'sdl_mixer' 'libircclient' 'tinyxml')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2;
+'0001-Qt-5.5.0-patch-for-qtsingleapplication.patch'
+'pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch')
+md5sums=('a7f76f95782099f966e5f2b6809f502a'
+ 'f4ecab0a6435f1b3b0654145b75d6e7c'
+ '26b02c7e5c50484485570ace9b63be5b')
+
+prepare() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  # https://github.com/pokerth/pokerth/commit/731f5f05f540
+  patch -Np1 -i ../0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
+
+  # https://github.com/pokerth/pokerth/commit/69f820bb3
+  patch -p1 -i ../pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
+}
+
+build() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  qmake-qt5 "$pkgname.pro"
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 "docs/pokerth.1" 

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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 19:19:31
  Author: fyan
Revision: 154005

boost 1.60.0 rebuild

Modified:
  python2-tagpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:16:20 UTC (rev 154004)
+++ PKGBUILD2015-12-21 18:19:31 UTC (rev 154005)
@@ -6,7 +6,7 @@
 
 pkgname=python2-tagpy
 pkgver=2013.1
-pkgrel=6
+pkgrel=7
 pkgdesc='Python bindings for TagLib'
 arch=('x86_64' 'i686')
 url='http://pypi.python.org/pypi/tagpy'


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 19:24:58
  Author: foutrelis
Revision: 154010

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

Added:
  lucene++/repos/community-staging-i686/
  lucene++/repos/community-staging-i686/PKGBUILD
(from rev 154009, lucene++/trunk/PKGBUILD)
  lucene++/repos/community-staging-x86_64/
  lucene++/repos/community-staging-x86_64/PKGBUILD
(from rev 154009, lucene++/trunk/PKGBUILD)

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

Copied: lucene++/repos/community-staging-i686/PKGBUILD (from rev 154009, 
lucene++/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 18:24:58 UTC (rev 154010)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Rafael Ferreira 
+
+pkgname=lucene++
+pkgver=3.0.7
+_githash='972c9cb37'
+pkgrel=5
+pkgdesc='C++ port of the popular Java Lucene library'
+arch=(i686 x86_64)
+url='https://github.com/luceneplusplus/LucenePlusPlus'
+license=('GPL' 'Apache')
+depends=('boost-libs')
+makedepends=('boost' 'cmake' 'subversion')
+#source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
+source=("https://github.com/luceneplusplus/LucenePlusPlus/archive/${_githash}.tar.gz;)
+md5sums=('486af3a6da7a119669e64c979049852c')
+
+prepare() {
+  mkdir build
+  #ln -s LucenePlusPlus-rel_$pkgver LucenePlusPlus-$pkgver
+  #ln -s LucenePlusPlus-master LucenePlusPlus-$pkgver
+  ln -s LucenePlusPlus-$_githash* LucenePlusPlus-$pkgver
+  sed -i \
+-e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSION_REVISION "5")#' 
\
+-e 's#SET(LUCENE++_VERSION_PATCH.*#SET(LUCENE++_VERSION_PATCH "0")#' \
+$srcdir/LucenePlusPlus-$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd build
+
+  cmake ../LucenePlusPlus-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_DESTINATION=/usr/lib \
+-DBoost_LIBRARY_DIR=/usr/lib \
+-DENABLE_CUSTOM_ALLOCATOR='FALSE' \
+-DCMAKE_CXX_FLAGS='-DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT'
+# RELAXED for boost 1.58 breakage, remove when lucene++ updates
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: lucene++/repos/community-staging-x86_64/PKGBUILD (from rev 154009, 
lucene++/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-21 18:24:58 UTC (rev 154010)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Rafael Ferreira 
+
+pkgname=lucene++
+pkgver=3.0.7
+_githash='972c9cb37'
+pkgrel=5
+pkgdesc='C++ port of the popular Java Lucene library'
+arch=(i686 x86_64)
+url='https://github.com/luceneplusplus/LucenePlusPlus'
+license=('GPL' 'Apache')
+depends=('boost-libs')
+makedepends=('boost' 'cmake' 'subversion')
+#source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
+source=("https://github.com/luceneplusplus/LucenePlusPlus/archive/${_githash}.tar.gz;)
+md5sums=('486af3a6da7a119669e64c979049852c')
+
+prepare() {
+  mkdir build
+  #ln -s LucenePlusPlus-rel_$pkgver LucenePlusPlus-$pkgver
+  #ln -s LucenePlusPlus-master LucenePlusPlus-$pkgver
+  ln -s LucenePlusPlus-$_githash* LucenePlusPlus-$pkgver
+  sed -i \
+-e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSION_REVISION "5")#' 
\
+-e 's#SET(LUCENE++_VERSION_PATCH.*#SET(LUCENE++_VERSION_PATCH "0")#' \
+$srcdir/LucenePlusPlus-$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd build
+
+  cmake ../LucenePlusPlus-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_DESTINATION=/usr/lib \
+-DBoost_LIBRARY_DIR=/usr/lib \
+-DENABLE_CUSTOM_ALLOCATOR='FALSE' \
+-DCMAKE_CXX_FLAGS='-DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT'
+# RELAXED for boost 1.58 breakage, remove when lucene++ updates
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 19:24:51
  Author: foutrelis
Revision: 154009

boost 1.60.0 rebuild

Modified:
  lucene++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:20:05 UTC (rev 154008)
+++ PKGBUILD2015-12-21 18:24:51 UTC (rev 154009)
@@ -5,7 +5,7 @@
 pkgname=lucene++
 pkgver=3.0.7
 _githash='972c9cb37'
-pkgrel=4
+pkgrel=5
 pkgdesc='C++ port of the popular Java Lucene library'
 arch=(i686 x86_64)
 url='https://github.com/luceneplusplus/LucenePlusPlus'


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 19:26:00
  Author: foutrelis
Revision: 154011

Fix build with boost 1.60.0

Modified:
  freecad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:24:58 UTC (rev 154010)
+++ PKGBUILD2015-12-21 18:26:00 UTC (rev 154011)
@@ -29,14 +29,18 @@
  'c2f4154c8e4678825411de8e7fa54c6b')
 
 prepare() {
+  cd "${srcdir}/freecad-${pkgver}/"
+
   sed -i \
 -e "46i\\\tModDir = '/usr/share/freecad/Mod'" \
 -e "50i\\\tLibDir = '/usr/lib/freecad'" \
-"${srcdir}/freecad-${pkgver}/src/App/FreeCADInit.py"
+src/App/FreeCADInit.py
 
-  sed -i \
- -e 's|\bpyside-uic\b|python2-pyside-uic|' \
- $srcdir/freecad-$pkgver/cMake/FindPySideTools.cmake
+  sed -i 's|\bpyside-uic\b|python2-pyside-uic|' cMake/FindPySideTools.cmake
+
+  # http://www.freecadweb.org/tracker/view.php?id=2347
+  sed -i 's/boost::re_detail/boost::BOOST_REGEX_DETAIL_NS/' \
+src/Mod/Drawing/App/FeaturePage.cpp
 }
 
 build() {


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

2015-12-21 Thread Bartłomiej Piotrowski
Date: Monday, December 21, 2015 @ 19:45:41
  Author: bpiotrowski
Revision: 154026

boost 1.60.0 rebuild

Modified:
  kicad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:44:34 UTC (rev 154025)
+++ PKGBUILD2015-12-21 18:45:41 UTC (rev 154026)
@@ -4,7 +4,7 @@
 
 pkgname=kicad
 pkgver=4.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
 arch=('i686' 'x86_64')
 #url="http://iut-tice.ujf-grenoble.fr/kicad/;


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

2015-12-21 Thread Bartłomiej Piotrowski
Date: Monday, December 21, 2015 @ 20:15:52
  Author: bpiotrowski
Revision: 257092

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

Added:
  mkvtoolnix/repos/staging-i686/
  mkvtoolnix/repos/staging-i686/PKGBUILD
(from rev 257091, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/staging-i686/mkvtoolnix-gui.install
(from rev 257091, mkvtoolnix/trunk/mkvtoolnix-gui.install)
  mkvtoolnix/repos/staging-x86_64/
  mkvtoolnix/repos/staging-x86_64/PKGBUILD
(from rev 257091, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/staging-x86_64/mkvtoolnix-gui.install
(from rev 257091, mkvtoolnix/trunk/mkvtoolnix-gui.install)

---+
 staging-i686/PKGBUILD |   61 
 staging-i686/mkvtoolnix-gui.install   |   15 +++
 staging-x86_64/PKGBUILD   |   61 
 staging-x86_64/mkvtoolnix-gui.install |   15 +++
 4 files changed, 152 insertions(+)

Copied: mkvtoolnix/repos/staging-i686/PKGBUILD (from rev 257091, 
mkvtoolnix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-21 19:15:52 UTC (rev 257092)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
+pkgver=8.6.1
+pkgrel=3
+arch=('i686' 'x86_64')
+url='https://www.bunkus.org/videotools/mkvtoolnix/'
+license=('GPL')
+makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
+ 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
+source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz;)
+md5sums=('acc96607003542f3dcc810b54cd1981b')
+
+build() {
+  cd mkvtoolnix-${pkgver}
+
+  ./configure --prefix='/usr' \
+  --without-curl \
+  --disable-qt
+  ./drake apps:mkvinfo $MAKEFLAGS
+  mv src/mkvinfo{,-cli}
+
+  ./configure --prefix='/usr' \
+  --without-curl
+  ./drake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  pkgdesc='Set of tools to create, edit and inspect Matroska files - CLI'
+  depends=('boost-libs' 'file' 'flac' 'libebml' 'libmatroska' 'libogg'
+   'libvorbis' 'zlib')
+
+  cd mkvtoolnix-${pkgver}
+
+  ./drake DESTDIR="${pkgdir}" install
+  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {
+  pkgdesc='Set of tools to create, edit and inspect Matroska files - GUI'
+  depends=('desktop-file-utils' 'hicolor-icon-theme' 'mkvtoolnix-cli'
+   'qt5-base' 'shared-mime-info' 'xdg-utils')
+  replaces=('mkvtoolnix-gtk')
+  install='mkvtoolnix-gui.install'
+
+  cd mkvtoolnix-${pkgver}
+
+  ./drake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/locale
+  for t in mkv{extract,info,merge,propedit}; do
+find "${pkgdir}" -name $t* -delete
+  done
+}
+
+# vim: ts=2 sw=2 et:

Copied: mkvtoolnix/repos/staging-i686/mkvtoolnix-gui.install (from rev 257091, 
mkvtoolnix/trunk/mkvtoolnix-gui.install)
===
--- staging-i686/mkvtoolnix-gui.install (rev 0)
+++ staging-i686/mkvtoolnix-gui.install 2015-12-21 19:15:52 UTC (rev 257092)
@@ -0,0 +1,15 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-mime-database /usr/share/mime &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: mkvtoolnix/repos/staging-x86_64/PKGBUILD (from rev 257091, 
mkvtoolnix/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-21 19:15:52 UTC (rev 257092)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
+pkgver=8.6.1
+pkgrel=3
+arch=('i686' 'x86_64')
+url='https://www.bunkus.org/videotools/mkvtoolnix/'
+license=('GPL')
+makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
+ 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
+source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz;)
+md5sums=('acc96607003542f3dcc810b54cd1981b')
+
+build() {
+  cd mkvtoolnix-${pkgver}
+
+  ./configure --prefix='/usr' \
+  --without-curl \
+  --disable-qt
+  ./drake apps:mkvinfo $MAKEFLAGS
+  mv src/mkvinfo{,-cli}
+
+  ./configure --prefix='/usr' \
+  --without-curl
+  

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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 20:15:42
  Author: fyan
Revision: 154055

boost 1.60.0 rebuild

Modified:
  0ad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 19:12:38 UTC (rev 154054)
+++ PKGBUILD2015-12-21 19:15:42 UTC (rev 154055)
@@ -5,7 +5,7 @@
 pkgname=0ad
 pkgver=a19
 _pkgver=0.0.19-alpha
-pkgrel=2
+pkgrel=3
 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
 arch=('i686' 'x86_64')
 url="http://play0ad.com/;


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

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 19:13:29
  Author: spupykin
Revision: 153991

upgpkg: mediawiki 1.26.0-1

upd

Modified:
  mediawiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:02:40 UTC (rev 153990)
+++ PKGBUILD2015-12-21 18:13:29 UTC (rev 153991)
@@ -4,8 +4,8 @@
 
 pkgbase=mediawiki
 pkgname=('mediawiki' 'mediawiki-math')
-pkgver=1.25.3
-_basever=1.25
+pkgver=1.26.0
+_basever=1.26
 pkgrel=1
 pkgdesc="MediaWiki engine"
 arch=('any')
@@ -33,8 +33,8 @@
 
source=("http://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz;

"mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
apache.example.conf)
-md5sums=('c0e17b550c012855d55c4dfdd3f96718'
- '07ef3b61588652003f824474338ca58d'
+md5sums=('5e4cc34f5e4129f677475d8ecf4232bd'
+ '941386dabd35fb1ea4067742aa26846a'
  '1b34e53d7be9a124377ac34d9821d574')
 
 package_mediawiki() {
@@ -71,6 +71,6 @@
   cd $srcdir
   install -vdm0755 $pkgdir/usr/share/webapps/mediawiki/extensions
 #  cp -a mediawiki-math-${_basever} 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  cp -a wikimedia-mediawiki-extensions-Math-2998273 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
+  cp -a wikimedia-mediawiki-extensions-Math-c3a378a 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
   ln -s /usr/bin/texvc 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math/math/texvc
 }


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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 19:44:34
  Author: fyan
Revision: 154025

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

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

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

Copied: cgal/repos/community-staging-i686/PKGBUILD (from rev 154024, 
cgal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 18:44:34 UTC (rev 154025)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.7
+pkgrel=3
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.7/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt5-svg: for CGAL_Qt5'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
+md5sums=('623d91fb2ab0a35049dc6098a0f235cc')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+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-staging-x86_64/PKGBUILD (from rev 154024, 
cgal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-21 18:44:34 UTC (rev 154025)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.7
+pkgrel=3
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.7/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt5-svg: for CGAL_Qt5'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
+md5sums=('623d91fb2ab0a35049dc6098a0f235cc')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+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
+}
+


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 19:43:47
  Author: foutrelis
Revision: 154022

boost 1.60.0 rebuild

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:37:51 UTC (rev 154021)
+++ PKGBUILD2015-12-21 18:43:47 UTC (rev 154022)
@@ -7,7 +7,7 @@
 
 pkgname=wesnoth
 pkgver=1.12.5
-pkgrel=2
+pkgrel=3
 pkgdesc="A turn-based strategy game on a fantasy world"
 arch=('i686' 'x86_64')
 license=('GPL')


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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 19:44:04
  Author: fyan
Revision: 154024

boost 1.60.0 rebuild

Modified:
  cgal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:44:03 UTC (rev 154023)
+++ PKGBUILD2015-12-21 18:44:04 UTC (rev 154024)
@@ -4,7 +4,7 @@
 
 pkgname=cgal
 pkgver=4.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Computational Geometry Algorithms Library"
 arch=('i686' 'x86_64')
 url="http://www.cgal.org;


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 19:44:03
  Author: foutrelis
Revision: 154023

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

Added:
  wesnoth/repos/community-staging-i686/
  wesnoth/repos/community-staging-i686/PKGBUILD
(from rev 154022, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-i686/wesnoth-boost.patch
(from rev 154022, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-i686/wesnoth.install
(from rev 154022, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf
(from rev 154022, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-i686/wesnothd.service
(from rev 154022, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-i686/wesnothd.tmpfiles.conf
(from rev 154022, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/
  wesnoth/repos/community-staging-x86_64/PKGBUILD
(from rev 154022, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-x86_64/wesnoth-boost.patch
(from rev 154022, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-x86_64/wesnoth.install
(from rev 154022, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-x86_64/wesnoth.tmpfiles.conf
(from rev 154022, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/wesnothd.service
(from rev 154022, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf
(from rev 154022, wesnoth/trunk/wesnothd.tmpfiles.conf)

-+
 community-staging-i686/PKGBUILD |   56 ++
 community-staging-i686/wesnoth-boost.patch  |   12 
 community-staging-i686/wesnoth.install  |   14 +
 community-staging-i686/wesnoth.tmpfiles.conf|1 
 community-staging-i686/wesnothd.service |9 +++
 community-staging-i686/wesnothd.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD   |   56 ++
 community-staging-x86_64/wesnoth-boost.patch|   12 
 community-staging-x86_64/wesnoth.install|   14 +
 community-staging-x86_64/wesnoth.tmpfiles.conf  |1 
 community-staging-x86_64/wesnothd.service   |9 +++
 community-staging-x86_64/wesnothd.tmpfiles.conf |1 
 12 files changed, 186 insertions(+)

Copied: wesnoth/repos/community-staging-i686/PKGBUILD (from rev 154022, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 18:44:03 UTC (rev 154023)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Powalowski 
+# Contributor: Jacobo Arvelo 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=wesnoth
+pkgver=1.12.5
+pkgrel=3
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/;
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua52' 'wesnoth-data' 'dbus' 'python2')
+makedepends=('boost' 'cmake'' git')
+install=wesnoth.install
+options=(!emptydirs)
+source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
+"wesnoth-boost.patch"
+wesnothd.tmpfiles.conf
+wesnothd.service)
+md5sums=('SKIP'
+ '9a4ad99ba66990bfc17cb12966b3823b'
+ '2d2fea6b3d86dfd589f5ad35a3be1f97'
+ 'd1b6bf1d3dc05086ee6a370adff0ae4a')
+
+build() {
+  cd "$srcdir/$pkgname"
+  
+  # Try this again in a new version when they fix their linking to boost
+  patch -Np1 < ${srcdir}/wesnoth-boost.patch
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
+  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth-boost.patch (from rev 
154022, wesnoth/trunk/wesnoth-boost.patch)
===
--- community-staging-i686/wesnoth-boost.patch  (rev 0)
+++ community-staging-i686/wesnoth-boost.patch  2015-12-21 18:44:03 UTC (rev 
154023)
@@ -0,0 +1,12 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 43a20d7..61f36e0 100644
+--- a/src/CMakeLists.txt
 

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

2015-12-21 Thread Jaroslav Lichtblau
Date: Monday, December 21, 2015 @ 19:58:17
  Author: jlichtblau
Revision: 154034

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

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

-+
 /PKGBUILD   |  100 ++
 /qmmp.changelog |  350 ++
 /qmmp.install   |   24 ++
 community-i686/PKGBUILD |   48 -
 community-i686/qmmp.changelog   |  172 --
 community-i686/qmmp.install |   12 -
 community-x86_64/PKGBUILD   |   48 -
 community-x86_64/qmmp.changelog |  172 --
 community-x86_64/qmmp.install   |   12 -
 9 files changed, 474 insertions(+), 464 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-21 18:57:56 UTC (rev 154033)
+++ community-i686/PKGBUILD 2015-12-21 18:58:17 UTC (rev 154034)
@@ -1,48 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=qmmp
-pkgver=1.0.3
-pkgrel=1
-pkgdesc="Qt5 based audio-player"
-arch=('i686' 'x86_64')
-url="http://qmmp.ylsoftware.com/;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg' 
'libxkbcommon-x11' 'taglib' 'xdg-utils' 'qt5-x11extras')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug'
- 'libsndfile' 'wavpack' 'projectm' 'mesa' 'faad2' 'libgme' 
'libsidplayfp' 'opusfile' 'wildmidi' 'qt5-tools')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'faad2: ADTS AAC support'
-'libgme: support for chiptunes from various platforms'
-'libsidplayfp: C64 music support'
-'opusfile: Opus support'
-'wildmidi: MIDI support'
-'ffmpeg' 'libsamplerate' 'wavpack')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0fbc67d00abcb6183f817439e7c7da5fa587c3fd1dc9b52441ea3cce8c467cc0')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DUSE_HAL:BOOL=FALSE
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: qmmp/repos/community-i686/PKGBUILD (from rev 154033, 
qmmp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-21 18:58:17 UTC (rev 154034)
@@ -0,0 +1,50 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=1.0.4
+pkgrel=1
+pkgdesc="Qt5 based audio-player"
+arch=('i686' 'x86_64')
+url="http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad'
+ 'libvorbis' 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 
'qt5-x11extras')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia'
+ 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack'
+ 'projectm' 'mesa' 'faad2' 'libgme' 'libsidplayfp' 'opusfile' 
'wildmidi' 'qt5-tools')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+  

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

2015-12-21 Thread Bartłomiej Piotrowski
Date: Monday, December 21, 2015 @ 19:58:33
  Author: bpiotrowski
Revision: 154036

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

Added:
  frogatto/repos/community-staging-i686/
  frogatto/repos/community-staging-i686/PKGBUILD
(from rev 154035, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-i686/frogatto
(from rev 154035, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-i686/frogatto.desktop
(from rev 154035, frogatto/trunk/frogatto.desktop)
  frogatto/repos/community-staging-x86_64/
  frogatto/repos/community-staging-x86_64/PKGBUILD
(from rev 154035, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-x86_64/frogatto
(from rev 154035, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-x86_64/frogatto.desktop
(from rev 154035, frogatto/trunk/frogatto.desktop)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-i686/frogatto   |3 +
 community-staging-i686/frogatto.desktop   |   11 ++
 community-staging-x86_64/PKGBUILD |   49 
 community-staging-x86_64/frogatto |3 +
 community-staging-x86_64/frogatto.desktop |   11 ++
 6 files changed, 126 insertions(+)

Copied: frogatto/repos/community-staging-i686/PKGBUILD (from rev 154035, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 18:58:33 UTC (rev 154036)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Federico CInelli 
+# Contributor: Tom Wambold 
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.3.1
+pkgrel=16
+pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
+url="http://www.frogatto.com;
+license=('GPL')
+depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
+makedepends=('mesa' 'boost')
+source=("$pkgname-$pkgver::git+https://github.com/frogatto/frogatto.git#tag=1.3.1;
+frogatto
+frogatto.desktop)
+md5sums=('SKIP'
+ '9ed2c9ea59e95fe3c0b3ad49e58f8890'
+ 'e31563b04748a39292a59aaad633ff58')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i 's/ccache //g' Makefile
+  sed -i 's/-lprofiler//g' Makefile
+  sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
+  sed -i 's/\%lu\\n/\%zu\\n/g' src/server.cpp
+  sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile
+  sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
+  sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile
+  sed -i 's/-lboost_iostreams-mt/-lboost_iostreams/g' Makefile
+  make game server
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm 755 "game" "$pkgdir/opt/frogatto/game"
+  install -Dm 755 "server" "$pkgdir/opt/frogatto/server"
+  install -Dm 644 "src/LICENSE" "$pkgdir/usr/share/licenses/frogatto/LICENSE"
+  install -Dm 755 "$srcdir/frogatto" "$pkgdir/usr/bin/frogatto"
+  install -Dm 644 "$srcdir/frogatto.desktop" 
"$pkgdir/usr/share/applications/frogatto.desktop"
+
+  # Make level editor work (FS#37139)
+  ln -s /usr/share/fonts/TTF/UbuntuMono-R.ttf ${pkgdir}/opt/frogatto/
+}
+
+# vim:set ts=2 sw=2 et:

Copied: frogatto/repos/community-staging-i686/frogatto (from rev 154035, 
frogatto/trunk/frogatto)
===
--- community-staging-i686/frogatto (rev 0)
+++ community-staging-i686/frogatto 2015-12-21 18:58:33 UTC (rev 154036)
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /opt/frogatto
+exec /opt/frogatto/game $*

Copied: frogatto/repos/community-staging-i686/frogatto.desktop (from rev 
154035, frogatto/trunk/frogatto.desktop)
===
--- community-staging-i686/frogatto.desktop (rev 0)
+++ community-staging-i686/frogatto.desktop 2015-12-21 18:58:33 UTC (rev 
154036)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Frogatto
+GenericName=Old-school 2D platformer
+Comment=Old-school 2D platformer
+Exec=/usr/bin/frogatto
+Terminal=false
+MultipleArgs=false
+Type=Application
+Icon=/opt/frogatto/images/window-icon.png
+Categories=Game;ArcadeGame

Copied: frogatto/repos/community-staging-x86_64/PKGBUILD (from rev 154035, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-21 18:58:33 UTC (rev 154036)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Federico CInelli 
+# Contributor: Tom Wambold 
+

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

2015-12-21 Thread Bartłomiej Piotrowski
Date: Monday, December 21, 2015 @ 19:58:22
  Author: bpiotrowski
Revision: 154035

boost 1.60.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:58:17 UTC (rev 154034)
+++ PKGBUILD2015-12-21 18:58:22 UTC (rev 154035)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=15
+pkgrel=16
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com;
 license=('GPL')


[arch-commits] Commit in fbpanel/trunk (PKGBUILD battery_fix.patch)

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 20:09:24
  Author: spupykin
Revision: 154044

upgpkg: fbpanel 7.0-1

upd

Modified:
  fbpanel/trunk/PKGBUILD
Deleted:
  fbpanel/trunk/battery_fix.patch

---+
 PKGBUILD  |   21 +++--
 battery_fix.patch |  119 
 2 files changed, 8 insertions(+), 132 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 19:05:41 UTC (rev 154043)
+++ PKGBUILD2015-12-21 19:09:24 UTC (rev 154044)
@@ -5,30 +5,25 @@
 # Contributor: Diep Pham Van 
 
 pkgname=fbpanel
-pkgver=6.1
-pkgrel=6
+pkgver=7.0
+pkgrel=1
 pkgdesc="NetWM compliant desktop panel"
 arch=('i686' 'x86_64')
-url="http://fbpanel.sourceforge.net/;
+url="https://github.com/aanatoly/fbpanel;
 depends=('gtk2')
+makedepends=('python2')
 license=('GPL')
-source=("http://downloads.sourceforge.net/fbpanel/fbpanel-${pkgver}.tbz2;
-   
"taskbar_unicode.patch::https://bugs.archlinux.org/task/37639?getfile=11189;
-"battery_fix.patch")
-md5sums=('80ca0c64195b30587cfcb8c2cd9887a0'
- '0af51e8f0391ea9b734a57a9880b57e5'
- 'dc1db8eee1be899725f350eb36793ea4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/aanatoly/fbpanel/archive/$pkgver.tar.gz;)
+md5sums=('8a15ac4e0f23a72b9d6be5151df712e5')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
-  patch -p1 <$srcdir/battery_fix.patch
-  patch -p1 <$srcdir/taskbar_unicode.patch
+  sed -i 's|python|python2|' configure .config/{repl.py,help,tar.py}
 }
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  echo "LDFLAGSX += -lX11 -lm" >>config.mk
+  ./configure --libexecdir /usr/lib/fbpanel --prefix /usr --mandir 
/usr/share/man
   make
 }
 

Deleted: battery_fix.patch
===
--- battery_fix.patch   2015-12-21 19:05:41 UTC (rev 154043)
+++ battery_fix.patch   2015-12-21 19:09:24 UTC (rev 154044)
@@ -1,119 +0,0 @@
-*** fbpanel-6.1/plugins/battery/os_linux.c~2010-04-08 12:35:26.0 
+0200
 fbpanel-6.1/plugins/battery/os_linux.c 2013-07-09 13:13:50.958994816 
+0200
-***
-*** 1,5 
 1,6 
-  
-  #include 
-+ #include 
-  #include 
-  
-  #define LEN 100
-***
-*** 120,129 
-  }
-  
-  static gboolean
-  battery_update_os_sys(battery_priv *c)
-  {
-  ENTER;
-! RET(FALSE);
-  }
-  
-  static gboolean
 121,215 
-  }
-  
-  static gboolean
-+ read_sys(battery_priv *c, GString *path)
-+ {
-+ int len, dcap, rcap;
-+ gchar *buf;
-+ gboolean ret, exist, charging;
-+ 
-+ ENTER;
-+ len = path->len;
-+ 
-+ g_string_append(path, "/present");
-+ ret = g_file_get_contents(path->str, , 0, NULL);
-+ DBG("reading %s %s\n", path->str, ret ? "ok" : "fail");
-+ g_string_truncate(path, len);
-+ if (!ret)
-+ RET(FALSE);
-+ exist = atoi(buf);
-+ g_free(buf);
-+ if (!exist)
-+ RET(FALSE);
-+ 
-+ g_string_append(path, "/charge_full_design");
-+ ret = g_file_get_contents(path->str, , 0, NULL);
-+ DBG("reading %s %s\n", path->str, ret ? "ok" : "fail");
-+ g_string_truncate(path, len);
-+ if (!ret)
-+ RET(FALSE);
-+ dcap = atoi(buf);
-+ g_free(buf);
-+ if (dcap <= 0)
-+ RET(FALSE);
-+ 
-+ g_string_append(path, "/charge_now");
-+ ret = g_file_get_contents(path->str, , 0, NULL);
-+ DBG("reading %s %s\n", path->str, ret ? "ok" : "fail");
-+ g_string_truncate(path, len);
-+ if (!ret)
-+ RET(FALSE);
-+ rcap = atoi(buf);
-+ g_free(buf);
-+ if (rcap <= 0)
-+ RET(FALSE);
-+ 
-+ g_string_append(path, "/current_now");
-+ ret = g_file_get_contents(path->str, , 0, NULL);
-+ DBG("reading %s %s\n", path->str, ret ? "ok" : "fail");
-+ g_string_truncate(path, len);
-+ if (!ret)
-+ RET(FALSE);
-+ charging = (atoi(buf) <= 0);
-+ g_free(buf);
-+ 
-+ c->exist = exist;
-+ c->charging = charging;
-+ c->level = (int) ((gfloat) rcap * 100 / (gfloat) dcap);
-+ RET(TRUE);
-+ }
-+ 
-+ static gboolean
-  battery_update_os_sys(battery_priv *c)
-  {
-+ GString *path;
-+ int len;
-+ GDir *dir;
-+ gboolean ret = FALSE;
-+ const gchar *file;
-+ 
-  ENTER;
-! c->exist = FALSE;
-! path = g_string_sized_new(200);
-! g_string_append(path, "/sys/class/power_supply");
-! len = path->len;
-! if (!(dir = g_dir_open(path->str, 0, NULL))) {
-! DBG("can't open dir %s\n", path->str);
-! goto out;
-! }
-! while (!ret && (file = g_dir_read_name(dir))) {
-! g_string_append(path, "/");
-! g_string_append(path, file);
-! DBG("testing %s\n", path->str);
-! ret = g_file_test(path->str, G_FILE_TEST_IS_DIR);
-! if (ret) 
-! ret = read_sys(c, path);
-! 

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

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 20:10:07
  Author: spupykin
Revision: 154049

upgpkg: linphone 3.9.1-1

upd

Modified:
  linphone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 19:10:02 UTC (rev 154048)
+++ PKGBUILD2015-12-21 19:10:07 UTC (rev 154049)
@@ -4,8 +4,8 @@
 # Contributor: Mark Lee 
 
 pkgname=linphone
-pkgver=3.9.0
-pkgrel=2
+pkgver=3.9.1
+pkgrel=1
 pkgdesc="A Voice-over-IP phone"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org/index.php/eng;
@@ -17,7 +17,7 @@
 optdepends=('pulseaudio')
 options=('!emptydirs')
 
source=("http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.9.x/sources/${pkgname}-$pkgver.tar.gz;)
-md5sums=('9d299621d97a5e9397ec29511f5998f7')
+md5sums=('c1c3a63b7ee963360e0e89cf5e5ff406')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in pokerth/trunk (PKGBUILD namespace-buildfix.patch)

2015-12-21 Thread Bartłomiej Piotrowski
Date: Monday, December 21, 2015 @ 20:09:37
  Author: bpiotrowski
Revision: 154045

Fix build with boost 1.60.0

Added:
  pokerth/trunk/namespace-buildfix.patch
Modified:
  pokerth/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 namespace-buildfix.patch |   22 ++
 2 files changed, 29 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 19:09:24 UTC (rev 154044)
+++ PKGBUILD2015-12-21 19:09:37 UTC (rev 154045)
@@ -8,7 +8,7 @@
 pkgname=pokerth
 _realname=PokerTH
 pkgver=1.1.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Open source Texas Hold'em Poker simulator"
 arch=('i686' 'x86_64')
 url="http://www.pokerth.net/;
@@ -17,9 +17,11 @@
  'qt5-base' 'sdl_mixer' 'libircclient' 'tinyxml')
 makedepends=('boost')
 
source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2;
-'0001-Qt-5.5.0-patch-for-qtsingleapplication.patch')
+'0001-Qt-5.5.0-patch-for-qtsingleapplication.patch'
+'namespace-buildfix.patch')
 md5sums=('a7f76f95782099f966e5f2b6809f502a'
- 'f4ecab0a6435f1b3b0654145b75d6e7c')
+ 'f4ecab0a6435f1b3b0654145b75d6e7c'
+ '5d5e9c90f9c01bb9ff8ba9f10c94c508')
 
 prepare() {
   cd "$srcdir/$_realname-$pkgver-src"
@@ -26,6 +28,8 @@
 
   # https://github.com/pokerth/pokerth/commit/731f5f05f540
   patch -Np1 -i ../0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
+
+  patch -p1 -i ../namespace-buildfix.patch
 }
 
 build() {

Added: namespace-buildfix.patch
===
--- namespace-buildfix.patch(rev 0)
+++ namespace-buildfix.patch2015-12-21 19:09:37 UTC (rev 154045)
@@ -0,0 +1,22 @@
+diff --git a/src/core/common/avatarmanager.cpp 
b/src/core/common/avatarmanager.cpp
+index d9b9fd4..d137a5c 100644
+--- a/src/core/common/avatarmanager.cpp
 b/src/core/common/avatarmanager.cpp
+@@ -61,7 +61,7 @@ using namespace std;
+ using namespace boost::filesystem;
+ 
+ struct AvatarFileState {
+-  ifstreaminputStream;
++  std::ifstream   inputStream;
+ };
+ 
+ AvatarManager::AvatarManager(bool useExternalServer, const std::string 
,
+@@ -363,7 +363,7 @@ AvatarManager::StoreAvatarInCache(const MD5Buf , 
AvatarFileType avatarFil
+   path tmpPath(cacheDir);
+   tmpPath /= (md5buf.ToString() + ext);
+   string fileName(tmpPath.file_string());
+-  ofstream o(fileName.c_str(), ios_base::out | 
ios_base::binary | ios_base::trunc);
++  std::ofstream o(fileName.c_str(), ios_base::out 
| ios_base::binary | ios_base::trunc);
+   if (!o.fail()) {
+   o.write((const char *)data, size);
+   o.close();


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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 20:16:14
  Author: fyan
Revision: 154058

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

Added:
  0ad/repos/community-staging-i686/
  0ad/repos/community-staging-i686/PKGBUILD
(from rev 154056, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-x86_64/
  0ad/repos/community-staging-x86_64/PKGBUILD
(from rev 154057, 0ad/trunk/PKGBUILD)

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

Copied: 0ad/repos/community-staging-i686/PKGBUILD (from rev 154056, 
0ad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 19:16:14 UTC (rev 154058)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a19
+_pkgver=0.0.19-alpha
+pkgrel=3
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('i686' 'x86_64')
+url="http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl2' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'icu' 'nspr')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
+md5sums=('1c16fdab6886ee21b076c69903054374')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver/"
+  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.4/bin/cxxtestgen
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
+
+  unset CPPFLAGS # for le spidermonkey
+
+  export WX_CONFIG=/usr/bin/wx-config-2.8
+  ./update-workspaces.sh \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
+
+  make
+}
+
+package() {
+  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
+  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
+
+  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
+
+  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 build/resources/${pkgname}.desktop \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -Dm644 build/resources/${pkgname}.png \
+"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}
+
+# Fails
+#check() {
+#  cd "$srcdir/$pkgname-$_pkgver"
+#  LD_LIBRARY_PATH=binaries/system binaries/system/test
+#}

Copied: 0ad/repos/community-staging-x86_64/PKGBUILD (from rev 154057, 
0ad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-21 19:16:14 UTC (rev 154058)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a19
+_pkgver=0.0.19-alpha
+pkgrel=3
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('i686' 'x86_64')
+url="http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl2' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'icu' 'nspr')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
+md5sums=('1c16fdab6886ee21b076c69903054374')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver/"
+  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.4/bin/cxxtestgen
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
+
+  unset CPPFLAGS # for le spidermonkey
+
+  export WX_CONFIG=/usr/bin/wx-config-2.8
+  ./update-workspaces.sh \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
+
+  make
+}
+
+package() {
+  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
+  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
+
+  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
+
+  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 build/resources/${pkgname}.desktop \
+

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

2015-12-21 Thread Ray Rashif
Date: Monday, December 21, 2015 @ 20:16:07
  Author: schiv
Revision: 154057

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

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

---+
 /PKGBUILD |  114 
 /qtractor.install |   26 
 community-i686/PKGBUILD   |   48 ---
 community-i686/qtractor.install   |   13 
 community-x86_64/PKGBUILD |   48 ---
 community-x86_64/qtractor.install |   13 
 6 files changed, 140 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-21 19:15:53 UTC (rev 154056)
+++ community-i686/PKGBUILD 2015-12-21 19:16:07 UTC (rev 154057)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Ray Rashif 
-# Maintainer : speps 
-# Contributor: Philipp Überbacher 
-
-pkgname=qtractor
-pkgver=0.7.1
-pkgrel=2
-pkgdesc="Audio/MIDI multitrack sequencer"
-arch=('i686' 'x86_64')
-url="http://qtractor.sourceforge.net/;
-license=('GPL')
-depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
- 'rubberband' 'shared-mime-info')
-makedepends=('ladspa' 'dssi')
-optdepends=('dssi-vst: win32 VST support')
-install="$pkgname.install"
-source=("http://www.rncbc.org/archive/$pkgname-$pkgver.tar.gz;)
-md5sums=('7d4afb517423bc32969daa83dfd58482')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # do not look for /usr/lib64/lv2
-  # prevent to load lv2 plugins twice
-  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
-
-  # force qt4
-  export ac_qmake=/usr/bin/qmake-qt4 \
- ac_moc=/usr/bin/moc-qt4 \
- ac_uic=/usr/bin/uic-qt4 \
- ac_lupdate=/usr/bin/lupdate-qt4 \
- ac_lrelease=/usr/bin/lrelease-qt4 \
- QMAKE=qmake-qt4
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-i686/PKGBUILD (from rev 154056, 
qtractor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-21 19:16:07 UTC (rev 154057)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer : Ray Rashif 
+# Maintainer : speps 
+# Contributor: Philipp Überbacher 
+
+pkgname=qtractor
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('i686' 'x86_64')
+url="http://qtractor.sourceforge.net/;
+license=('GPL')
+depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
+ 'rubberband' 'shared-mime-info' 'desktop-file-utils'
+ 'hicolor-icon-theme')
+makedepends=('qt5-tools' 'ladspa' 'dssi')
+optdepends=('dssi-vst: win32 VST support')
+install="$pkgname.install"
+source=("http://www.rncbc.org/archive/$pkgname-$pkgver.tar.gz;)
+md5sums=('656b6cba7f7778fdebc01b80d0c22cc1')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # do not look for /usr/lib64/lv2
+  # prevent to load lv2 plugins twice
+  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
+
+  # force qt4
+  #export ac_qmake=/usr/bin/qmake-qt4 \
+  #   ac_moc=/usr/bin/moc-qt4 \
+  #   ac_uic=/usr/bin/uic-qt4 \
+  #   ac_lupdate=/usr/bin/lupdate-qt4 \
+  #   ac_lrelease=/usr/bin/lrelease-qt4 \
+  #   QMAKE=qmake-qt4
+
+  export ac_qmake=/usr/bin/qmake-qt5 \
+ ac_moc=/usr/bin/moc-qt5 \
+ ac_uic=/usr/bin/uic-qt5 \
+ ac_lupdate=/usr/bin/lupdate-qt5 \
+ ac_lrelease=/usr/bin/lrelease-qt5 \
+ QMAKE=qmake-qt5
+
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/qtractor.install
===
--- community-i686/qtractor.install 2015-12-21 19:15:53 UTC (rev 154056)
+++ community-i686/qtractor.install 2015-12-21 19:16:07 UTC (rev 154057)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-mime-database usr/share/mime &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: 

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

2015-12-21 Thread Ray Rashif
Date: Monday, December 21, 2015 @ 20:15:53
  Author: schiv
Revision: 154056

upgpkg: qtractor 0.7.2-1

upstream release

Modified:
  qtractor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 19:15:42 UTC (rev 154055)
+++ PKGBUILD2015-12-21 19:15:53 UTC (rev 154056)
@@ -4,19 +4,20 @@
 # Contributor: Philipp Überbacher 
 
 pkgname=qtractor
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.7.2
+pkgrel=1
 pkgdesc="Audio/MIDI multitrack sequencer"
 arch=('i686' 'x86_64')
 url="http://qtractor.sourceforge.net/;
 license=('GPL')
-depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
- 'rubberband' 'shared-mime-info')
-makedepends=('ladspa' 'dssi')
+depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
+ 'rubberband' 'shared-mime-info' 'desktop-file-utils'
+ 'hicolor-icon-theme')
+makedepends=('qt5-tools' 'ladspa' 'dssi')
 optdepends=('dssi-vst: win32 VST support')
 install="$pkgname.install"
 source=("http://www.rncbc.org/archive/$pkgname-$pkgver.tar.gz;)
-md5sums=('7d4afb517423bc32969daa83dfd58482')
+md5sums=('656b6cba7f7778fdebc01b80d0c22cc1')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -26,12 +27,20 @@
   sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
 
   # force qt4
-  export ac_qmake=/usr/bin/qmake-qt4 \
- ac_moc=/usr/bin/moc-qt4 \
- ac_uic=/usr/bin/uic-qt4 \
- ac_lupdate=/usr/bin/lupdate-qt4 \
- ac_lrelease=/usr/bin/lrelease-qt4 \
- QMAKE=qmake-qt4
+  #export ac_qmake=/usr/bin/qmake-qt4 \
+  #   ac_moc=/usr/bin/moc-qt4 \
+  #   ac_uic=/usr/bin/uic-qt4 \
+  #   ac_lupdate=/usr/bin/lupdate-qt4 \
+  #   ac_lrelease=/usr/bin/lrelease-qt4 \
+  #   QMAKE=qmake-qt4
+
+  export ac_qmake=/usr/bin/qmake-qt5 \
+ ac_moc=/usr/bin/moc-qt5 \
+ ac_uic=/usr/bin/uic-qt5 \
+ ac_lupdate=/usr/bin/lupdate-qt5 \
+ ac_lrelease=/usr/bin/lrelease-qt5 \
+ QMAKE=qmake-qt5
+
 }
 
 build() {


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

2015-12-21 Thread Bartłomiej Piotrowski
Date: Monday, December 21, 2015 @ 20:15:42
  Author: bpiotrowski
Revision: 257091

boost 1.60.0 rebuild

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:49:44 UTC (rev 257090)
+++ PKGBUILD2015-12-21 19:15:42 UTC (rev 257091)
@@ -6,7 +6,7 @@
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
 pkgver=8.6.1
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='https://www.bunkus.org/videotools/mkvtoolnix/'
 license=('GPL')


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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 20:26:04
  Author: fyan
Revision: 154062

boost 1.60.0 rebuild

Modified:
  ogre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 19:24:45 UTC (rev 154061)
+++ PKGBUILD2015-12-21 19:26:04 UTC (rev 154062)
@@ -3,7 +3,7 @@
 pkgbase=ogre
 pkgname=('ogre' 'ogre-docs')
 pkgver=1.9.0
-pkgrel=12
+pkgrel=13
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ogre3d.org'


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

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 19:13:47
  Author: spupykin
Revision: 153992

archrelease: copy trunk to community-any

Added:
  mediawiki/repos/community-any/PKGBUILD
(from rev 153991, mediawiki/trunk/PKGBUILD)
  mediawiki/repos/community-any/apache.example.conf
(from rev 153991, mediawiki/trunk/apache.example.conf)
  mediawiki/repos/community-any/mediawiki.install
(from rev 153991, mediawiki/trunk/mediawiki.install)
Deleted:
  mediawiki/repos/community-any/PKGBUILD
  mediawiki/repos/community-any/apache.example.conf
  mediawiki/repos/community-any/mediawiki.install

-+
 PKGBUILD|  152 +-
 apache.example.conf |   14 ++--
 mediawiki.install   |   10 +--
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-21 18:13:29 UTC (rev 153991)
+++ PKGBUILD2015-12-21 18:13:47 UTC (rev 153992)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgbase=mediawiki
-pkgname=('mediawiki' 'mediawiki-math')
-pkgver=1.25.3
-_basever=1.25
-pkgrel=1
-pkgdesc="MediaWiki engine"
-arch=('any')
-url="http://www.mediawiki.org/wiki/MediaWiki;
-# + http://www.mediawiki.org/wiki/Extension:Math
-license=("GPL")
-depends=('php')
-makedepends=('git')
-optdepends=('texvc: for math rendering'
-   'python2'
-   'pcre: for regular expressions support'
-   'php-intl: to handle Unicode normalization'
-#  'php-mysql: for MySQL database support'
-   'php-pgsql: for PostgreSQL database support'
-   'php-sqlite: for sqlite database support'
-   'php-apc: for cache support'
-   'php-xcache: for cache support'
-   'memcached: for cache support'
-   'php-gd: for thumbnails rendering'
-   'imagemagick: for thumbnails rendering'
-   'smtp-forwarder: for mail sending')
-install=mediawiki.install
-options=(!strip)
-#  
mediawiki-math-${_basever}::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${_basever/./_}
-source=("http://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz;
-   
"mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
-   apache.example.conf)
-md5sums=('c0e17b550c012855d55c4dfdd3f96718'
- '07ef3b61588652003f824474338ca58d'
- '1b34e53d7be9a124377ac34d9821d574')
-
-package_mediawiki() {
-  cd $srcdir
-  install -vdm0755 $pkgdir/usr/share/webapps
-  install -vdm0755 $pkgdir/etc/webapps/mediawiki
-  cp -a $pkgname-$pkgver $pkgdir/usr/share/webapps/mediawiki
-
-  install -vDm0644 $srcdir/apache.example.conf 
$pkgdir/etc/webapps/mediawiki/apache.example.conf
-
-  # move cache and images to /var
-  install -vdm0755 -o http -g http $pkgdir/var/cache/mediawiki
-  install -vdm0755 -o http -g http $pkgdir/var/lib/mediawiki
-
-  cd $pkgdir/usr/share/webapps/mediawiki
-
-  mv cache/.htaccess $pkgdir/var/cache/mediawiki/
-  rmdir cache
-  ln -sf /var/cache/mediawiki cache
-
-  mv images/* $pkgdir/var/lib/mediawiki/
-  mv images/.htaccess $pkgdir/var/lib/mediawiki/
-  rmdir images
-  ln -sf /var/lib/mediawiki images
-}
-
-package_mediawiki-math() {
-  depends=('mediawiki' 'texvc')
-  optdepends=()
-  backup=()
-  pkgdesc="MediaWiki math extension"
-  unset install
-
-  cd $srcdir
-  install -vdm0755 $pkgdir/usr/share/webapps/mediawiki/extensions
-#  cp -a mediawiki-math-${_basever} 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  cp -a wikimedia-mediawiki-extensions-Math-2998273 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  ln -s /usr/bin/texvc 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math/math/texvc
-}

Copied: mediawiki/repos/community-any/PKGBUILD (from rev 153991, 
mediawiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-21 18:13:47 UTC (rev 153992)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgbase=mediawiki
+pkgname=('mediawiki' 'mediawiki-math')
+pkgver=1.26.0
+_basever=1.26
+pkgrel=1
+pkgdesc="MediaWiki engine"
+arch=('any')
+url="http://www.mediawiki.org/wiki/MediaWiki;
+# + http://www.mediawiki.org/wiki/Extension:Math
+license=("GPL")
+depends=('php')
+makedepends=('git')
+optdepends=('texvc: for math rendering'
+   'python2'
+   'pcre: for regular expressions support'
+   'php-intl: to handle Unicode normalization'
+#  'php-mysql: for MySQL database support'
+   'php-pgsql: for PostgreSQL database support'
+   'php-sqlite: for sqlite database support'
+   'php-apc: for cache support'
+   'php-xcache: for 

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

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 19:13:57
  Author: spupykin
Revision: 153993

upgpkg: open-vm-tools 6:10.0.5-1

upd

Modified:
  open-vm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:13:47 UTC (rev 153992)
+++ PKGBUILD2015-12-21 18:13:57 UTC (rev 153993)
@@ -4,8 +4,8 @@
 
 pkgname=open-vm-tools
 epoch=6
-pkgver=10.0.0_3000743
-pkgrel=3
+pkgver=10.0.5
+pkgrel=1
 pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools"
 arch=('i686' 'x86_64')
 url="https://github.com/vmware/open-vm-tools;
@@ -19,7 +19,7 @@
'networkmanager: suspend-resume network state')
 backup=('etc/pam.d/vmware-guestd')
 options=('docs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/vmware/open-vm-tools/archive/open-vm-tools-${pkgver/_/-}.tar.gz
+source=($pkgname-$pkgver.tar.gz::https://github.com/vmware/open-vm-tools/archive/stable-${pkgver/_/-}.tar.gz
network-script
tools.conf
vmware-guestd
@@ -26,7 +26,7 @@
xautostart.conf
vmtoolsd.service
vmware-vmblock-fuse.service)
-md5sums=('13b508201e3285c5f404b24f992936f8'
+md5sums=('e513720eb19783b1539d90da1492'
  'cbfa69ead382bc527e6f6ddfed8e5c4d'
  'b55d15e2c4be396aad709aeca91033d3'
  '1b9ae908fce4c623269f100ee9bdfdef'


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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 19:27:32
  Author: fyan
Revision: 154015

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

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

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

Copied: ncmpcpp/repos/community-staging-i686/PKGBUILD (from rev 154014, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 18:27:32 UTC (rev 154015)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: graysky 
+# Contributor: Mateusz Herych 
+# Contributor: Army 
+
+pkgname=ncmpcpp
+pkgver=0.7
+pkgrel=2
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.bz2::http://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('00477a9044e46c5d0ce4687b16d59d81fc31323a9c23eeebb6701e20c2fe3c50e3e56030844b68bdcf319af04c1f1a3bd50d0732cc9b4614488a918165c2f112')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+  make -C extras
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 755 extras/artist_to_albumartist "${pkgdir}"/usr/bin/
+}
+
+# vim: ts=2 sw=2 et:

Copied: ncmpcpp/repos/community-staging-x86_64/PKGBUILD (from rev 154014, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-21 18:27:32 UTC (rev 154015)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: graysky 
+# Contributor: Mateusz Herych 
+# Contributor: Army 
+
+pkgname=ncmpcpp
+pkgver=0.7
+pkgrel=2
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.bz2::http://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('00477a9044e46c5d0ce4687b16d59d81fc31323a9c23eeebb6701e20c2fe3c50e3e56030844b68bdcf319af04c1f1a3bd50d0732cc9b4614488a918165c2f112')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+  make -C extras
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 755 extras/artist_to_albumartist "${pkgdir}"/usr/bin/
+}
+
+# vim: ts=2 sw=2 et:


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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 19:27:03
  Author: fyan
Revision: 154014

boost 1.60.0 rebuild

Modified:
  ncmpcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:27:00 UTC (rev 154013)
+++ PKGBUILD2015-12-21 18:27:03 UTC (rev 154014)
@@ -6,7 +6,7 @@
 
 pkgname=ncmpcpp
 pkgver=0.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Almost exact clone of ncmpc with some new features'
 url='http://ncmpcpp.rybczak.net/'
 arch=('i686' 'x86_64')


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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 19:37:51
  Author: fyan
Revision: 154021

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

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

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

Copied: facter/repos/community-staging-i686/PKGBUILD (from rev 154020, 
facter/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 18:37:51 UTC (rev 154021)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=facter
+pkgver=3.1.3
+pkgrel=3
+pkgdesc="Collect and display system facts"
+arch=('i686' 'x86_64')
+url="http://puppetlabs.com/facter;
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+makedepends=('boost' 'cmake')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('0a07f8f88ac8c1f2ed7566a51dc775bc')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: facter/repos/community-staging-x86_64/PKGBUILD (from rev 154020, 
facter/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-21 18:37:51 UTC (rev 154021)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=facter
+pkgver=3.1.3
+pkgrel=3
+pkgdesc="Collect and display system facts"
+arch=('i686' 'x86_64')
+url="http://puppetlabs.com/facter;
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+makedepends=('boost' 'cmake')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('0a07f8f88ac8c1f2ed7566a51dc775bc')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 19:49:33
  Author: foutrelis
Revision: 257089

boost 1.60.0 rebuild

Modified:
  akonadi-qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:47:21 UTC (rev 257088)
+++ PKGBUILD2015-12-21 18:49:33 UTC (rev 257089)
@@ -6,7 +6,7 @@
 pkgbase=akonadi-qt4
 pkgname=(libakonadi-qt4 akonadi-qt4)
 pkgver=1.13.0
-pkgrel=7
+pkgrel=8
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data (Qt4 version)"
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 19:49:37
  Author: foutrelis
Revision: 154031

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

Added:
  cclive/repos/community-staging-i686/
  cclive/repos/community-staging-i686/PKGBUILD
(from rev 154030, cclive/trunk/PKGBUILD)
  cclive/repos/community-staging-i686/boost.m4
(from rev 154030, cclive/trunk/boost.m4)
  cclive/repos/community-staging-i686/iostream.patch
(from rev 154030, cclive/trunk/iostream.patch)
  cclive/repos/community-staging-x86_64/
  cclive/repos/community-staging-x86_64/PKGBUILD
(from rev 154030, cclive/trunk/PKGBUILD)
  cclive/repos/community-staging-x86_64/boost.m4
(from rev 154030, cclive/trunk/boost.m4)
  cclive/repos/community-staging-x86_64/iostream.patch
(from rev 154030, cclive/trunk/iostream.patch)

-+
 community-staging-i686/PKGBUILD |   45 
 community-staging-i686/boost.m4 | 1442 ++
 community-staging-i686/iostream.patch   |   37 
 community-staging-x86_64/PKGBUILD   |   45 
 community-staging-x86_64/boost.m4   | 1442 ++
 community-staging-x86_64/iostream.patch |   37 
 6 files changed, 3048 insertions(+)

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


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

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 19:14:27
  Author: spupykin
Revision: 153995

upgpkg: owncloud 8.2.2-1

upd

Modified:
  owncloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:14:23 UTC (rev 153994)
+++ PKGBUILD2015-12-21 18:14:27 UTC (rev 153995)
@@ -4,7 +4,7 @@
 # Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
 
 pkgname=owncloud
-pkgver=8.2.1
+pkgver=8.2.2
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
@@ -41,15 +41,15 @@

"$pkgname-files_pdfviewer-$pkgver.tar.gz::https://github.com/owncloud/files_pdfviewer/archive/v$pkgver.tar.gz;

"$pkgname-activity-$pkgver.tar.gz::https://github.com/owncloud/activity/archive/v$pkgver.tar.gz;
'apache.example.conf')
-md5sums=('0980825143d936f81ccdc8d93590d175'
- '0bc0f71ff6b9c50ab17000763aaad2e9'
- 'f2c9bedd1effc8cbbecf584fa544a4c3'
- '83c62bac7251498805b57df8eba48b22'
- '3f7f909ebfa9037e66cc3538d241d262'
- 'a5d539b0984176e15d156cba1576e61b'
- '6667d856bc53be9574f1087084d02db9'
- '2d776a1292d5cccede3e21dfc3f4bf5b'
- '7e43dbdfb275fefea703a6bb3bc0cb02'
+md5sums=('d2284a4eff21eeb4a7e3e7f547053724'
+ 'c40f14c6d4a328ebaed4a76d66420433'
+ '2d0e9b34951e82b655a03b6155ce7914'
+ 'e669b301c623de0f1153e7e50efeb717'
+ '2ad5ef6f340f726c04b743a2008208b5'
+ 'e14c1a3f5d347cddd01c886f9c4e1a47'
+ '2d4dad4a89812c9dea8ea4c7b30bd555'
+ '547a4680c49c8d75981585f3692546a0'
+ '37225af3e88ca78209f05bae6008de05'
  '64c6edf88bcbb37d063e4bf77b39237f')
 
 prepare() {


[arch-commits] Commit in open-vm-tools/repos (28 files)

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 19:14:23
  Author: spupykin
Revision: 153994

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

Added:
  open-vm-tools/repos/community-i686/PKGBUILD
(from rev 153993, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-i686/network-script
(from rev 153993, open-vm-tools/trunk/network-script)
  open-vm-tools/repos/community-i686/tools.conf
(from rev 153993, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-i686/vmtoolsd.service
(from rev 153993, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-i686/vmware-guestd
(from rev 153993, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-i686/vmware-vmblock-fuse.service
(from rev 153993, open-vm-tools/trunk/vmware-vmblock-fuse.service)
  open-vm-tools/repos/community-i686/xautostart.conf
(from rev 153993, open-vm-tools/trunk/xautostart.conf)
  open-vm-tools/repos/community-x86_64/PKGBUILD
(from rev 153993, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-x86_64/network-script
(from rev 153993, open-vm-tools/trunk/network-script)
  open-vm-tools/repos/community-x86_64/tools.conf
(from rev 153993, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
(from rev 153993, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-x86_64/vmware-guestd
(from rev 153993, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-x86_64/vmware-vmblock-fuse.service
(from rev 153993, open-vm-tools/trunk/vmware-vmblock-fuse.service)
  open-vm-tools/repos/community-x86_64/xautostart.conf
(from rev 153993, open-vm-tools/trunk/xautostart.conf)
Deleted:
  open-vm-tools/repos/community-i686/PKGBUILD
  open-vm-tools/repos/community-i686/network-script
  open-vm-tools/repos/community-i686/tools.conf
  open-vm-tools/repos/community-i686/vmtoolsd.service
  open-vm-tools/repos/community-i686/vmware-guestd
  open-vm-tools/repos/community-i686/vmware-vmblock-fuse.service
  open-vm-tools/repos/community-i686/xautostart.conf
  open-vm-tools/repos/community-x86_64/PKGBUILD
  open-vm-tools/repos/community-x86_64/network-script
  open-vm-tools/repos/community-x86_64/tools.conf
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
  open-vm-tools/repos/community-x86_64/vmware-guestd
  open-vm-tools/repos/community-x86_64/vmware-vmblock-fuse.service
  open-vm-tools/repos/community-x86_64/xautostart.conf

--+
 /PKGBUILD|  166 ++
 /network-script  |  390 +
 /tools.conf  |2 
 /vmtoolsd.service|   18 +
 /vmware-guestd   |   12 
 /vmware-vmblock-fuse.service |   24 +
 /xautostart.conf |   12 
 community-i686/PKGBUILD  |   83 -
 community-i686/network-script|  195 
 community-i686/tools.conf|1 
 community-i686/vmtoolsd.service  |9 
 community-i686/vmware-guestd |6 
 community-i686/vmware-vmblock-fuse.service   |   12 
 community-i686/xautostart.conf   |6 
 community-x86_64/PKGBUILD|   83 -
 community-x86_64/network-script  |  195 
 community-x86_64/tools.conf  |1 
 community-x86_64/vmtoolsd.service|9 
 community-x86_64/vmware-guestd   |6 
 community-x86_64/vmware-vmblock-fuse.service |   12 
 community-x86_64/xautostart.conf |6 
 21 files changed, 624 insertions(+), 624 deletions(-)

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


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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 19:15:33
  Author: fyan
Revision: 154002

boost 1.60.0 rebuild

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:15:29 UTC (rev 154001)
+++ PKGBUILD2015-12-21 18:15:33 UTC (rev 154002)
@@ -6,7 +6,7 @@
 
 pkgname=powerdns
 pkgver=3.4.7
-pkgrel=2
+pkgrel=3
 pkgdesc='Authoritative DNS server'
 arch=('x86_64' 'i686')
 url='http://www.powerdns.com/'


[arch-commits] Commit in owncloud-app-gallery/repos/community-any (PKGBUILD PKGBUILD)

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 19:15:03
  Author: spupykin
Revision: 154000

archrelease: copy trunk to community-any

Added:
  owncloud-app-gallery/repos/community-any/PKGBUILD
(from rev 153999, owncloud-app-gallery/trunk/PKGBUILD)
Deleted:
  owncloud-app-gallery/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-21 18:14:54 UTC (rev 153999)
+++ PKGBUILD2015-12-21 18:15:03 UTC (rev 154000)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-gallery
-pkgver=8.2.1
-pkgrel=1
-pkgdesc="Gallery app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz;)
-md5sums=('703cac700ca7684ab1892c426dc6470d')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/gallery-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/gallery
-}

Copied: owncloud-app-gallery/repos/community-any/PKGBUILD (from rev 153999, 
owncloud-app-gallery/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-21 18:15:03 UTC (rev 154000)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-gallery
+pkgver=8.2.2
+pkgrel=1
+pkgdesc="Gallery app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz;)
+md5sums=('c8ab21007b846e1c3f52a7b56c7eb3b8')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/gallery-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/gallery
+}


[arch-commits] Commit in owncloud-app-gallery/trunk (PKGBUILD)

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 19:14:54
  Author: spupykin
Revision: 153999

upgpkg: owncloud-app-gallery 8.2.2-1

upd

Modified:
  owncloud-app-gallery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:14:50 UTC (rev 153998)
+++ PKGBUILD2015-12-21 18:14:54 UTC (rev 153999)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=owncloud-app-gallery
-pkgver=8.2.1
+pkgver=8.2.2
 pkgrel=1
 pkgdesc="Gallery app for owncloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz;)
-md5sums=('703cac700ca7684ab1892c426dc6470d')
+md5sums=('c8ab21007b846e1c3f52a7b56c7eb3b8')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 19:15:37
  Author: foutrelis
Revision: 154003

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

Added:
  mupen64plus/repos/community-staging-i686/
  mupen64plus/repos/community-staging-i686/PKGBUILD
(from rev 154001, mupen64plus/trunk/PKGBUILD)
  mupen64plus/repos/community-staging-x86_64/
  mupen64plus/repos/community-staging-x86_64/PKGBUILD
(from rev 154002, mupen64plus/trunk/PKGBUILD)

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

Copied: mupen64plus/repos/community-staging-i686/PKGBUILD (from rev 154001, 
mupen64plus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 18:15:37 UTC (rev 154003)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Laurent Carlier 
+# Contributor: Allan McRae 
+# Contributor: Zephyr
+
+pkgname=mupen64plus
+pkgver=2.5
+pkgrel=4
+pkgdesc='Nintendo64 Emulator'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/mupen64plus/'
+license=('GPL')
+depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2' 'boost-libs')
+makedepends=('mesa' 'boost')
+source=("https://github.com/mupen64plus/mupen64plus-core/releases/download/2.5/mupen64plus-bundle-src-${pkgver}.tar.gz;)
+sha256sums=('9c75b9d826f2d24666175f723a97369b3a6ee159b307f7cc876bbb4facdbba66')
+
+build() {
+  cd mupen64plus-bundle-src-${pkgver}
+
+  sh m64p_build.sh
+}
+
+package() {
+  cd mupen64plus-bundle-src-$pkgver
+  
+  # set LDCONFIG since we are using fakeroot and scripts run root commands by 
checking the uid
+  ./m64p_install.sh DESTDIR="$pkgdir" PREFIX='/usr' MANDIR='/usr/share/man' 
LDCONFIG='true'
+}
+
+# vim: ts=2:sw=2:et

Copied: mupen64plus/repos/community-staging-x86_64/PKGBUILD (from rev 154002, 
mupen64plus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-21 18:15:37 UTC (rev 154003)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Laurent Carlier 
+# Contributor: Allan McRae 
+# Contributor: Zephyr
+
+pkgname=mupen64plus
+pkgver=2.5
+pkgrel=4
+pkgdesc='Nintendo64 Emulator'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/mupen64plus/'
+license=('GPL')
+depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2' 'boost-libs')
+makedepends=('mesa' 'boost')
+source=("https://github.com/mupen64plus/mupen64plus-core/releases/download/2.5/mupen64plus-bundle-src-${pkgver}.tar.gz;)
+sha256sums=('9c75b9d826f2d24666175f723a97369b3a6ee159b307f7cc876bbb4facdbba66')
+
+build() {
+  cd mupen64plus-bundle-src-${pkgver}
+
+  sh m64p_build.sh
+}
+
+package() {
+  cd mupen64plus-bundle-src-$pkgver
+  
+  # set LDCONFIG since we are using fakeroot and scripts run root commands by 
checking the uid
+  ./m64p_install.sh DESTDIR="$pkgdir" PREFIX='/usr' MANDIR='/usr/share/man' 
LDCONFIG='true'
+}
+
+# vim: ts=2:sw=2:et


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 19:15:29
  Author: foutrelis
Revision: 154001

boost 1.60.0 rebuild

Modified:
  mupen64plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:15:03 UTC (rev 154000)
+++ PKGBUILD2015-12-21 18:15:29 UTC (rev 154001)
@@ -7,7 +7,7 @@
 
 pkgname=mupen64plus
 pkgver=2.5
-pkgrel=3
+pkgrel=4
 pkgdesc='Nintendo64 Emulator'
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/mupen64plus/'


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 19:27:00
  Author: foutrelis
Revision: 154013

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

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

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

Copied: pamixer/repos/community-staging-i686/PKGBUILD (from rev 154012, 
pamixer/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 18:27:00 UTC (rev 154013)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Clément Démoulins 
+
+pkgname=pamixer
+pkgver=1.3.1
+pkgrel=2
+pkgdesc='Pulseaudio command-line mixer like amixer'
+arch=(i686 x86_64)
+url='https://github.com/cdemoulins/pamixer'
+license=(GPL3)
+depends=(libpulse boost-libs)
+makedepends=(boost)
+source=(pamixer-$pkgver.tar.gz::https://github.com/cdemoulins/$pkgname/archive/$pkgver.tar.gz)
+sha1sums=('e3b94eef406afc80aaf5d9188d802e37dcb17bd3')
+
+build() {
+  cd pamixer-$pkgver
+  make
+}
+
+package() {
+  cd pamixer-$pkgver
+  install -D -m755 pamixer "$pkgdir"/usr/bin/pamixer
+}

Copied: pamixer/repos/community-staging-x86_64/PKGBUILD (from rev 154012, 
pamixer/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-21 18:27:00 UTC (rev 154013)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Clément Démoulins 
+
+pkgname=pamixer
+pkgver=1.3.1
+pkgrel=2
+pkgdesc='Pulseaudio command-line mixer like amixer'
+arch=(i686 x86_64)
+url='https://github.com/cdemoulins/pamixer'
+license=(GPL3)
+depends=(libpulse boost-libs)
+makedepends=(boost)
+source=(pamixer-$pkgver.tar.gz::https://github.com/cdemoulins/$pkgname/archive/$pkgver.tar.gz)
+sha1sums=('e3b94eef406afc80aaf5d9188d802e37dcb17bd3')
+
+build() {
+  cd pamixer-$pkgver
+  make
+}
+
+package() {
+  cd pamixer-$pkgver
+  install -D -m755 pamixer "$pkgdir"/usr/bin/pamixer
+}


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 19:26:53
  Author: foutrelis
Revision: 154012

boost 1.60.0 rebuild

Modified:
  pamixer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:26:00 UTC (rev 154011)
+++ PKGBUILD2015-12-21 18:26:53 UTC (rev 154012)
@@ -4,7 +4,7 @@
 
 pkgname=pamixer
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Pulseaudio command-line mixer like amixer'
 arch=(i686 x86_64)
 url='https://github.com/cdemoulins/pamixer'


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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 19:36:30
  Author: fyan
Revision: 154020

boost 1.60.0 rebuild

Modified:
  facter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:35:08 UTC (rev 154019)
+++ PKGBUILD2015-12-21 18:36:30 UTC (rev 154020)
@@ -8,7 +8,7 @@
 
 pkgname=facter
 pkgver=3.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Collect and display system facts"
 arch=('i686' 'x86_64')
 url="http://puppetlabs.com/facter;


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 19:46:53
  Author: foutrelis
Revision: 154028

boost 1.60.0 rebuild

Modified:
  snapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:45:50 UTC (rev 154027)
+++ PKGBUILD2015-12-21 18:46:53 UTC (rev 154028)
@@ -4,7 +4,7 @@
 
 pkgname=snapper
 pkgver=0.2.8
-pkgrel=3
+pkgrel=4
 pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping."
 arch=('i686' 'x86_64')
 url="http://snapper.io;


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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 19:47:01
  Author: foutrelis
Revision: 154029

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

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

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

Copied: snapper/repos/community-staging-i686/PKGBUILD (from rev 154028, 
snapper/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 18:47:01 UTC (rev 154029)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Tom Kuther 
+
+pkgname=snapper
+pkgver=0.2.8
+pkgrel=4
+pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping."
+arch=('i686' 'x86_64')
+url="http://snapper.io;
+license=('GPL2')
+depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
+makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git' 'systemd')
+optdepends=('pam: pam_snapper')
+backup=('etc/conf.d/snapper')
+source=("ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # cron names
+  sed -e 's...@suse.de-snapper@snapper@g' -i scripts/Makefile.am
+
+  # fix sysconf dir
+  sed -e 's@/etc/sysconfig@/etc/conf.d@g' -i scripts/*snapper*
+
+  # fix pam plugin install location
+  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
+
+  # all in /usr/bin
+  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
+
+# NTP drift file location
+  sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' 
data/base.txt
+
+  # man pages sysconfig location
+  sed -i -e 's@/etc/sysconfig@/etc/conf.d@g' doc/*
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  aclocal
+  libtoolize --force --automake --copy
+  autoheader
+  automake --add-missing --copy
+  autoconf
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --with-conf=/etc/conf.d \
+  --disable-zypp \
+  --disable-silent-rules
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 data/sysconfig.snapper \
+"$pkgdir"/etc/conf.d/snapper
+}
+
+sha256sums=('a44608648ed21a1346f8ae9345044901c39ad01abb501806a22c9d4a771eadc5')

Copied: snapper/repos/community-staging-x86_64/PKGBUILD (from rev 154028, 
snapper/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-21 18:47:01 UTC (rev 154029)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Tom Kuther 
+
+pkgname=snapper
+pkgver=0.2.8
+pkgrel=4
+pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping."
+arch=('i686' 'x86_64')
+url="http://snapper.io;
+license=('GPL2')
+depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
+makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git' 'systemd')
+optdepends=('pam: pam_snapper')
+backup=('etc/conf.d/snapper')
+source=("ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # cron names
+  sed -e 's...@suse.de-snapper@snapper@g' -i scripts/Makefile.am
+
+  # fix sysconf dir
+  sed -e 's@/etc/sysconfig@/etc/conf.d@g' -i scripts/*snapper*
+
+  # fix pam plugin install location
+  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
+
+  # all in /usr/bin
+  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
+
+# NTP drift file location
+  sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' 
data/base.txt
+
+  # man pages sysconfig location
+  sed -i -e 's@/etc/sysconfig@/etc/conf.d@g' doc/*
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  aclocal
+  libtoolize --force --automake --copy
+  autoheader
+  automake --add-missing --copy
+  autoconf
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --with-conf=/etc/conf.d \
+  --disable-zypp \
+  --disable-silent-rules
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 data/sysconfig.snapper \
+

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

2015-12-21 Thread Bartłomiej Piotrowski
Date: Monday, December 21, 2015 @ 19:47:12
  Author: bpiotrowski
Revision: 257087

boost 1.60.0 rebuild

Modified:
  libkolabxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:35:52 UTC (rev 257086)
+++ PKGBUILD2015-12-21 18:47:12 UTC (rev 257087)
@@ -4,7 +4,7 @@
 
 pkgname=libkolabxml
 pkgver=1.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Kolab XML Format Schema Definitions Library"
 url='http://git.kolab.org/libkolabxml/'
 arch=('i686' 'x86_64')


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

2015-12-21 Thread Bartłomiej Piotrowski
Date: Monday, December 21, 2015 @ 19:47:21
  Author: bpiotrowski
Revision: 257088

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

Added:
  libkolabxml/repos/staging-i686/
  libkolabxml/repos/staging-i686/PKGBUILD
(from rev 257087, libkolabxml/trunk/PKGBUILD)
  libkolabxml/repos/staging-x86_64/
  libkolabxml/repos/staging-x86_64/PKGBUILD
(from rev 257087, libkolabxml/trunk/PKGBUILD)

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

Copied: libkolabxml/repos/staging-i686/PKGBUILD (from rev 257087, 
libkolabxml/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-21 18:47:21 UTC (rev 257088)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkolabxml
+pkgver=1.1.2
+pkgrel=3
+pkgdesc="Kolab XML Format Schema Definitions Library"
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'swig')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('f9840fe0c8f5e32312cc3fc3e9b982a5'
+ '1d265643086c58564758add8e5eb72c7')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkolabxml/repos/staging-x86_64/PKGBUILD (from rev 257087, 
libkolabxml/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-21 18:47:21 UTC (rev 257088)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkolabxml
+pkgver=1.1.2
+pkgrel=3
+pkgdesc="Kolab XML Format Schema Definitions Library"
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'swig')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('f9840fe0c8f5e32312cc3fc3e9b982a5'
+ '1d265643086c58564758add8e5eb72c7')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-21 Thread Bartłomiej Piotrowski
Date: Monday, December 21, 2015 @ 19:54:45
  Author: bpiotrowski
Revision: 154032

Fix build with boost 1.60.0 and gcc 5

Added:
  
libasl/trunk/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
Modified:
  libasl/trunk/PKGBUILD
Deleted:
  libasl/trunk/NEWS.md

-+
 NEWS.md |   15 
--
 PKGBUILD|8 
+
 libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch |   59 
++
 3 files changed, 65 insertions(+), 17 deletions(-)

Deleted: NEWS.md
===
--- NEWS.md 2015-12-21 18:49:37 UTC (rev 154031)
+++ NEWS.md 2015-12-21 18:54:45 UTC (rev 154032)
@@ -1,15 +0,0 @@
-# News and ChangeLog
-
-## 0.1.6
-
-- fixing linkage issues
-- fixing testing issues
-- fixing an installation bug
-
-
-## 0.1.5
-
-- supplying cl.hpp, since not provided by OpenCL 2.0 (causes harmless 
"deprecated" warnings)
-- bug fixes
-- improved tests
-- improved examples

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:49:37 UTC (rev 154031)
+++ PKGBUILD2015-12-21 18:54:45 UTC (rev 154032)
@@ -14,9 +14,11 @@
 makedepends=('cmake' 'opencl-headers' 'boost' 'mesa-libgl')
 changelog='NEWS.md'
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AvtechScientific/ASL/archive/v${pkgver}.tar.gz;
-'suppress-deprecated-warnings.patch')
+'suppress-deprecated-warnings.patch'
+
'libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch')
 md5sums=('1f283d066d57e11d4602016148181420'
- '972d7ed8037a35d32125773ae70f6360')
+ '972d7ed8037a35d32125773ae70f6360'
+ '4747d00c048574f5722b4d9cfaa73676')
 
 prepare() {
   rm -rf "build"
@@ -26,6 +28,8 @@
   # caused by 'opencl-headers' since update to 2.0
   cd "ASL-${pkgver}"
   patch -p1 -i "${srcdir}/suppress-deprecated-warnings.patch"
+
+  patch -p1 -i 
"${srcdir}/libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch"
 }
 
 build() {

Added: libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch
===
--- libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch 
(rev 0)
+++ libasl-0.1.6-Explicitly-define-namespace-of-ifstream-and-ofstream.patch 
2015-12-21 18:54:45 UTC (rev 154032)
@@ -0,0 +1,59 @@
+From 179516b0b7b3b4a0920444288cf8acca872e8846 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Mon, 21 Dec 2015 19:49:51 +0100
+Subject: [PATCH] Explicitly define namespace of ifstream and ofstream
+
+With GCC 5.3.0 and Boost 1.60.0, the build fails with following error:
+/build/libasl/src/ASL-0.1.6/src/utilities/aslParametersManager.cxx:466:6:
+error: reference to 'ifstream' is ambiguous
+  ifstream ifs(p.string());
+  ^
+/usr/include/boost/filesystem/fstream.hpp:169:32: note: candidates are:
+typedef class boost::filesystem::basic_ifstream 
boost::filesystem::ifstream
+   typedef basic_ifstream ifstream;
+^
+---
+ src/utilities/aslParametersManager.cxx | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/src/utilities/aslParametersManager.cxx 
b/src/utilities/aslParametersManager.cxx
+index 98a0192..d6ef3c7 100644
+--- a/src/utilities/aslParametersManager.cxx
 b/src/utilities/aslParametersManager.cxx
+@@ -332,7 +332,7 @@ namespace asl
+ 
+   try
+   {
+-  ifstream ifs(paramFile);
++  std::ifstream ifs(paramFile);
+   if (!ifs.good())
+   errorMessage("Can not open parameters file: " + 
paramFile);
+ 
+@@ -357,7 +357,7 @@ namespace asl
+ 
+   void ParametersManager::writeParametersFile(const std::string fileName)
+   {
+-  ofstream fo(fileName);
++  std::ofstream fo(fileName);
+   if (!fo.good())
+   errorMessage("ParametersManager::writeParametersFile() 
- can not open file: " + fileName);
+ 
+@@ -463,7 +463,7 @@ namespace asl
+   }
+   else
+   {
+-  ifstream ifs(p.string());
++  std::ifstream ifs(p.string());
+   if (ifs.good())
+   {
+   parsed_options parsed = 
parse_config_file(ifs, allOptions, true);
+@@ -514,4 +514,4 @@ namespace asl
+   }
+   }
+
+-} //namespace asl
+\ No newline at end of file
++} //namespace asl
+-- 
+2.6.4
+

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

2015-12-21 Thread Jaroslav Lichtblau
Date: Monday, December 21, 2015 @ 20:05:22
  Author: jlichtblau
Revision: 154042

upgpkg: qstardict 1.1-1 - new upstream release

Modified:
  qstardict/trunk/PKGBUILD
  qstardict/trunk/qstardict.changelog

-+
 PKGBUILD|   14 +++---
 qstardict.changelog |   13 -
 2 files changed, 15 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 19:04:11 UTC (rev 154041)
+++ PKGBUILD2015-12-21 19:05:22 UTC (rev 154042)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Alois Nespor 
 
 pkgname=qstardict
-pkgver=1.0.1
-pkgrel=5
+pkgver=1.1
+pkgrel=1
 pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
 provides=('stardict')
 depends=('qt4')
@@ -12,11 +12,11 @@
 url="http://qstardict.ylsoftware.com/index.php;
 license=('GPL2')
 changelog=$pkgname.changelog
-source=(http://qstardict.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f')
+source=(https://github.com/a-rodin/qstardict/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('d804abd17891f29fe5f093f44dc6dba026839fc2c21813907a6510bc6831d6e3')
 
 build() {
-  cd "${srcdir}/$pkgname-$pkgver"
+  cd "${srcdir}"/$pkgname-$pkgname-$pkgver
   sed -i -e 's|glib/gmem.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' 
plugins/stardict/stardict.cpp
 
   qmake-qt4 ENABLED_PLUGINS="stardict web swac"
@@ -24,7 +24,7 @@
 }
 
 package() {
-  cd "${srcdir}/$pkgname-$pkgver"
+  cd "${srcdir}"/$pkgname-$pkgname-$pkgver
 
   make INSTALL_ROOT="${pkgdir}" install
 }

Modified: qstardict.changelog
===
--- qstardict.changelog 2015-12-21 19:04:11 UTC (rev 154041)
+++ qstardict.changelog 2015-12-21 19:05:22 UTC (rev 154042)
@@ -1,14 +1,17 @@
-2012-02-24 Jaroslav Lichtblau 
+2015-12-21 Jaroslav Lichtblau 
+   * qstardict 1.1-1
+
+2012-02-24 Jaroslav Lichtblau 
* qstardict 1.0.1-1
 
-2011-08-20 Jaroslav Lichtblau 
+2011-08-20 Jaroslav Lichtblau 
* qstardict 1.0-1
 
-2008-02-15 Jaroslav Lichtblau 
+2008-02-15 Jaroslav Lichtblau 
* Update to major release 0.13.1
 
-2008-02-04 Jaroslav Lichtblau 
+2008-02-04 Jaroslav Lichtblau 
* Update to major release 0.13.0
 
-2008-10-05 Jaroslav Lichtblau 
+2008-10-05 Jaroslav Lichtblau 
* Moved to [community]


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

2015-12-21 Thread Jaroslav Lichtblau
Date: Monday, December 21, 2015 @ 20:05:41
  Author: jlichtblau
Revision: 154043

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

Added:
  qstardict/repos/community-i686/PKGBUILD
(from rev 154042, qstardict/trunk/PKGBUILD)
  qstardict/repos/community-i686/qstardict.changelog
(from rev 154042, qstardict/trunk/qstardict.changelog)
  qstardict/repos/community-x86_64/PKGBUILD
(from rev 154042, qstardict/trunk/PKGBUILD)
  qstardict/repos/community-x86_64/qstardict.changelog
(from rev 154042, qstardict/trunk/qstardict.changelog)
Deleted:
  qstardict/repos/community-i686/PKGBUILD
  qstardict/repos/community-i686/qstardict.changelog
  qstardict/repos/community-x86_64/PKGBUILD
  qstardict/repos/community-x86_64/qstardict.changelog

--+
 /PKGBUILD|   62 +
 /qstardict.changelog |   34 ++
 community-i686/PKGBUILD  |   31 
 community-i686/qstardict.changelog   |   14 ---
 community-x86_64/PKGBUILD|   31 
 community-x86_64/qstardict.changelog |   14 ---
 6 files changed, 96 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-21 19:05:22 UTC (rev 154042)
+++ community-i686/PKGBUILD 2015-12-21 19:05:41 UTC (rev 154043)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alois Nespor 
-
-pkgname=qstardict
-pkgver=1.0.1
-pkgrel=5
-pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
-provides=('stardict')
-depends=('qt4')
-arch=('i686' 'x86_64')
-url="http://qstardict.ylsoftware.com/index.php;
-license=('GPL2')
-changelog=$pkgname.changelog
-source=(http://qstardict.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f')
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  sed -i -e 's|glib/gmem.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' 
plugins/stardict/stardict.cpp
-
-  qmake-qt4 ENABLED_PLUGINS="stardict web swac"
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  make INSTALL_ROOT="${pkgdir}" install
-}
-

Copied: qstardict/repos/community-i686/PKGBUILD (from rev 154042, 
qstardict/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-21 19:05:41 UTC (rev 154043)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+pkgname=qstardict
+pkgver=1.1
+pkgrel=1
+pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
+provides=('stardict')
+depends=('qt4')
+arch=('i686' 'x86_64')
+url="http://qstardict.ylsoftware.com/index.php;
+license=('GPL2')
+changelog=$pkgname.changelog
+source=(https://github.com/a-rodin/qstardict/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('d804abd17891f29fe5f093f44dc6dba026839fc2c21813907a6510bc6831d6e3')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgname-$pkgver
+  sed -i -e 's|glib/gmem.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' 
plugins/stardict/stardict.cpp
+
+  qmake-qt4 ENABLED_PLUGINS="stardict web swac"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgname-$pkgver
+
+  make INSTALL_ROOT="${pkgdir}" install
+}
+

Deleted: community-i686/qstardict.changelog
===
--- community-i686/qstardict.changelog  2015-12-21 19:05:22 UTC (rev 154042)
+++ community-i686/qstardict.changelog  2015-12-21 19:05:41 UTC (rev 154043)
@@ -1,14 +0,0 @@
-2012-02-24 Jaroslav Lichtblau 
-   * qstardict 1.0.1-1
-
-2011-08-20 Jaroslav Lichtblau 
-   * qstardict 1.0-1
-
-2008-02-15 Jaroslav Lichtblau 
-   * Update to major release 0.13.1
-
-2008-02-04 Jaroslav Lichtblau 
-   * Update to major release 0.13.0
-
-2008-10-05 Jaroslav Lichtblau 
-   * Moved to [community]

Copied: qstardict/repos/community-i686/qstardict.changelog (from rev 154042, 
qstardict/trunk/qstardict.changelog)
===
--- community-i686/qstardict.changelog  (rev 0)
+++ community-i686/qstardict.changelog  2015-12-21 19:05:41 UTC (rev 154043)
@@ -0,0 +1,17 @@
+2015-12-21 Jaroslav Lichtblau 
+   * qstardict 1.1-1
+
+2012-02-24 Jaroslav Lichtblau 
+   * qstardict 1.0.1-1
+
+2011-08-20 Jaroslav Lichtblau 
+   * qstardict 1.0-1
+
+2008-02-15 Jaroslav Lichtblau 

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

2015-12-21 Thread Antonio Rojas
Date: Monday, December 21, 2015 @ 20:27:48
  Author: arojas
Revision: 257093

Fix crash (FS#47475)

Modified:
  plasma-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 19:15:52 UTC (rev 257092)
+++ PKGBUILD2015-12-21 19:27:48 UTC (rev 257093)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-framework
 pkgver=5.17.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/plasma-framework'
@@ -12,11 +12,17 @@
 depends=('qt5-quickcontrols' 'kactivities')
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('5b0f2f31497c81870f3ccc68e3e7a5fa')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;
+
fix-crash.patch::"https://quickgit.kde.org/?p=plasma-framework.git=commitdiff=bca8e8=plain;)
+md5sums=('5b0f2f31497c81870f3ccc68e3e7a5fa'
+ '568e37898934ab113850084f2a515007')
 
 prepare() {
   mkdir -p build
+
+# Fix crash http://bugs.kde.org/show_bug.cgi?id=356428
+  cd $pkgname-$pkgver
+  patch -p1 -i ../fix-crash.patch
 }
 
 build() {


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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 20:26:42
  Author: fyan
Revision: 154063

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

Added:
  ogre/repos/community-staging-i686/
  ogre/repos/community-staging-i686/PKGBUILD
(from rev 154062, ogre/trunk/PKGBUILD)
  ogre/repos/community-staging-i686/ogre.install
(from rev 154062, ogre/trunk/ogre.install)
  ogre/repos/community-staging-x86_64/
  ogre/repos/community-staging-x86_64/PKGBUILD
(from rev 154062, ogre/trunk/PKGBUILD)
  ogre/repos/community-staging-x86_64/ogre.install
(from rev 154062, ogre/trunk/ogre.install)

---+
 community-staging-i686/PKGBUILD   |   93 
 community-staging-i686/ogre.install   |4 +
 community-staging-x86_64/PKGBUILD |   93 
 community-staging-x86_64/ogre.install |4 +
 4 files changed, 194 insertions(+)

Copied: ogre/repos/community-staging-i686/PKGBUILD (from rev 154062, 
ogre/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 19:26:42 UTC (rev 154063)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.9.0
+pkgrel=13
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
+install=ogre.install
+source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};
+
ogre-template-fix.patch::https://bitbucket.org/sinbad/ogre/commits/a24ac4afbbb9dc5ff49a61634af50da11ba8fb97/raw/
+
ogre-cmake30.patch::https://bitbucket.org/sinbad/ogre/commits/d84bce645d3dd439188d3d29d8da51c51765a085/raw/)
+md5sums=('SKIP'
+ '3debee4514a33a0a642370aecdc41975'
+ '116fb8009c8d4b499f9a885052cc0ea6')
+
+prepare() {
+  cd ogre
+
+  patch -Np1 < $srcdir/ogre-template-fix.patch
+  patch -Np1 < $srcdir/ogre-cmake30.patch
+}
+
+build() {
+  cd ogre
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  # Silence warnings about deprecated declarations
+  CXXFLAGS+=' -Wno-deprecated-declarations'
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+
+  make OgreDoc
+}
+
+package_ogre() {
+  optdepends=('cppunit: unit testing'
+  'intel-tbb: better threading support'
+  'poco: portability'
+  'boost: for developing using ogre'
+  'ogre-docs: documentation')
+
+  cd ogre/build
+
+  make DESTDIR=${pkgdir} install
+
+  # fix up samples
+  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
+  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
+  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
+
+  # make sample launcher
+  echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser
+  echo "cd /opt/OGRE/samples && ./SampleBrowser" >> 
${pkgdir}/usr/bin/OgreSampleBrowser
+  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
+  
+  install -Dm644 ../Docs/License.html 
${pkgdir}/usr/share/licenses/${pkgname}/license.html
+
+  # move docs out of this package
+  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
+}
+
+package_ogre-docs() {
+  pkgdesc="Documentation for ogre"
+  depends=()
+
+  cd ogre/build
+
+  # move docs into this package
+  install -dm755 ${pkgdir}/usr/share/doc
+  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
+
+  # symlink for docs
+  install -dm755 ${pkgdir}/usr/share/OGRE/
+  cd ${pkgdir}/usr/share
+  ln -s /usr/share/doc/OGRE/ OGRE/docs
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-staging-i686/ogre.install (from rev 154062, 
ogre/trunk/ogre.install)
===
--- community-staging-i686/ogre.install (rev 0)
+++ community-staging-i686/ogre.install 2015-12-21 19:26:42 UTC (rev 154063)
@@ -0,0 +1,4 @@
+post_install() {
+echo "To view the OGRE samples just run OgreSampleBrowser or launch"
+echo "it directly in /opt/OGRE/samples/"
+}

Copied: ogre/repos/community-staging-x86_64/PKGBUILD (from rev 154062, 
ogre/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-21 19:26:42 UTC (rev 154063)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.9.0
+pkgrel=13
+pkgdesc='Scene-oriented, 

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

2015-12-21 Thread Jaroslav Lichtblau
Date: Monday, December 21, 2015 @ 21:06:06
  Author: jlichtblau
Revision: 154068

upgpkg: moneymanagerex 1.2.4-1 - new upstream release

Modified:
  moneymanagerex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 19:35:17 UTC (rev 154067)
+++ PKGBUILD2015-12-21 20:06:06 UTC (rev 154068)
@@ -3,8 +3,8 @@
 # Contributor: TDY 
 
 pkgname=moneymanagerex
-pkgver=1.2.3
-pkgrel=3
+pkgver=1.2.4
+pkgrel=1
 pkgdesc="An easy-to-use personal finance suite"
 arch=('i686' 'x86_64')
 url="http://www.moneymanagerex.org/;


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

2015-12-21 Thread Jaroslav Lichtblau
Date: Monday, December 21, 2015 @ 21:07:06
  Author: jlichtblau
Revision: 154069

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

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

-+
 /PKGBUILD   |   76 ++
 /moneymanagerex.install |   22 
 community-i686/PKGBUILD |   38 ---
 community-i686/moneymanagerex.install   |   11 
 community-x86_64/PKGBUILD   |   38 ---
 community-x86_64/moneymanagerex.install |   11 
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-21 20:06:06 UTC (rev 154068)
+++ community-i686/PKGBUILD 2015-12-21 20:07:06 UTC (rev 154069)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: TDY 
-
-pkgname=moneymanagerex
-pkgver=1.2.3
-pkgrel=3
-pkgdesc="An easy-to-use personal finance suite"
-arch=('i686' 'x86_64')
-url="http://www.moneymanagerex.org/;
-license=('GPL')
-depends=('wxgtk' 'webkitgtk2' 'hicolor-icon-theme')
-makedepends=('git' 'boost' 'gettext')
-optdepends=('cups: for printing support')
-replaces=('mmex')
-install=$pkgname.install
-source=(git+https://github.com/moneymanagerex/moneymanagerex.git#tag=v${pkgver})
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}"/$pkgname
-
-  git submodule update --init
-}
-
-build() {
-  cd "${srcdir}"/$pkgname
-
-  ./configure --prefix=/usr --disable-shared --enable-unicode
-  make
-  make po
-}
-
-package() {
-  cd "${srcdir}"/$pkgname
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: moneymanagerex/repos/community-i686/PKGBUILD (from rev 154068, 
moneymanagerex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-21 20:07:06 UTC (rev 154069)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: TDY 
+
+pkgname=moneymanagerex
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="An easy-to-use personal finance suite"
+arch=('i686' 'x86_64')
+url="http://www.moneymanagerex.org/;
+license=('GPL')
+depends=('wxgtk' 'webkitgtk2' 'hicolor-icon-theme')
+makedepends=('git' 'boost' 'gettext')
+optdepends=('cups: for printing support')
+replaces=('mmex')
+install=$pkgname.install
+source=(git+https://github.com/moneymanagerex/moneymanagerex.git#tag=v${pkgver})
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}"/$pkgname
+
+  git submodule update --init
+}
+
+build() {
+  cd "${srcdir}"/$pkgname
+
+  ./configure --prefix=/usr --disable-shared --enable-unicode
+  make
+  make po
+}
+
+package() {
+  cd "${srcdir}"/$pkgname
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/moneymanagerex.install
===
--- community-i686/moneymanagerex.install   2015-12-21 20:06:06 UTC (rev 
154068)
+++ community-i686/moneymanagerex.install   2015-12-21 20:07:06 UTC (rev 
154069)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: moneymanagerex/repos/community-i686/moneymanagerex.install (from rev 
154068, moneymanagerex/trunk/moneymanagerex.install)
===
--- community-i686/moneymanagerex.install   (rev 0)
+++ community-i686/moneymanagerex.install   2015-12-21 20:07:06 UTC (rev 
154069)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-21 20:06:06 UTC (rev 154068)
+++ community-x86_64/PKGBUILD   2015-12-21 20:07:06 UTC (rev 154069)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: TDY 
-
-pkgname=moneymanagerex

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

2015-12-21 Thread Antonio Rojas
Date: Monday, December 21, 2015 @ 23:44:47
  Author: arojas
Revision: 257098

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

Added:
  kdepimlibs/repos/extra-i686/PKGBUILD
(from rev 257097, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/extra-i686/akonadi-mime.install
(from rev 257097, kdepimlibs/trunk/akonadi-mime.install)
  kdepimlibs/repos/extra-i686/akonadi-socialutils.install
(from rev 257097, kdepimlibs/trunk/akonadi-socialutils.install)
  kdepimlibs/repos/extra-x86_64/PKGBUILD
(from rev 257097, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/extra-x86_64/akonadi-mime.install
(from rev 257097, kdepimlibs/trunk/akonadi-mime.install)
  kdepimlibs/repos/extra-x86_64/akonadi-socialutils.install
(from rev 257097, kdepimlibs/trunk/akonadi-socialutils.install)
Deleted:
  kdepimlibs/repos/extra-i686/PKGBUILD
  kdepimlibs/repos/extra-i686/akonadi-mime.install
  kdepimlibs/repos/extra-i686/akonadi-socialutils.install
  kdepimlibs/repos/extra-x86_64/PKGBUILD
  kdepimlibs/repos/extra-x86_64/akonadi-mime.install
  kdepimlibs/repos/extra-x86_64/akonadi-socialutils.install

--+
 /PKGBUILD|  164 +
 /akonadi-mime.install|   22 +++
 /akonadi-socialutils.install |   22 +++
 extra-i686/PKGBUILD  |   76 -
 extra-i686/akonadi-mime.install  |   11 -
 extra-i686/akonadi-socialutils.install   |   11 -
 extra-x86_64/PKGBUILD|   76 -
 extra-x86_64/akonadi-mime.install|   11 -
 extra-x86_64/akonadi-socialutils.install |   11 -
 9 files changed, 208 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-21 22:44:11 UTC (rev 257097)
+++ extra-i686/PKGBUILD 2015-12-21 22:44:47 UTC (rev 257098)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdepimlibs
-pkgname=(akonadi-client akonadi-contact akonadi-mime akonadi-notes 
akonadi-socialutils kio-pim)
-pkgver=15.12.0
-pkgrel=1
-pkgdesc="KDE PIM Libraries"
-arch=(i686 x86_64)
-url='https://projects.kde.org/kdepimlibs'
-license=(GPL LGPL)
-makedepends=(extra-cmake-modules qt5-tools kcalcore kmbox kcontacts kldap 
akonadi prison-frameworks kdoctools boost)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
-sha1sums=('9e2230bbeb9139e42ca6c8e828fa01a747b7337d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package_akonadi-client() {
-  depends=(akonadi kxmlgui kitemmodels)
-
-  cd build/akonadi
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-contact() {
-  depends=(akonadi-client kmime kcontacts prison-frameworks kio)
-
-  cd build/akonadi-contact
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-mime() {
-  depends=(akonadi-client kmime kio)
-  install=akonadi-mime.install
-
-  cd build/akonadi-mime
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-notes() {
-  depends=(kmime)
-
-  cd build/akonadi-notes
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-socialutils() {
-  depends=(akonadi-client kio)
-  install=akonadi-socialutils.install
-
-  cd build/akonadi-socialutils
-  make DESTDIR="$pkgdir" install
-}
-
-package_kio-pim() {
-  pkgdesc='PIM kioslaves'
-  depends=(kldap kio)
-
-  cd build/kioslave
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepimlibs/repos/extra-i686/PKGBUILD (from rev 257097, 
kdepimlibs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-21 22:44:47 UTC (rev 257098)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdepimlibs
+pkgname=(akonadi-client akonadi-contact akonadi-mime akonadi-notes 
akonadi-socialutils kio-pim)
+pkgver=15.12.0
+pkgrel=2
+pkgdesc="KDE PIM Libraries"
+arch=(i686 x86_64)
+url='https://projects.kde.org/kdepimlibs'
+license=(GPL LGPL)
+makedepends=(extra-cmake-modules qt5-tools kcalcore kmbox kcontacts kldap 
akonadi prison-frameworks kdoctools boost)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz;
+   
fix-kmail-crash.patch::"https://quickgit.kde.org/?p=kdepimlibs.git=commitdiff=c6bf33=plain;)
+sha1sums=('9e2230bbeb9139e42ca6c8e828fa01a747b7337d'
+  'fd3bdf389fa32fb7731c32cdc642965ed689e987')
+
+prepare() {
+  mkdir -p build
+
+# Fix crash on 

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

2015-12-21 Thread Antonio Rojas
Date: Monday, December 21, 2015 @ 23:44:11
  Author: arojas
Revision: 257097

Fix kmail crash on exit (FS#47478)

Modified:
  kdepimlibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 19:59:23 UTC (rev 257096)
+++ PKGBUILD2015-12-21 22:44:11 UTC (rev 257097)
@@ -6,17 +6,23 @@
 pkgbase=kdepimlibs
 pkgname=(akonadi-client akonadi-contact akonadi-mime akonadi-notes 
akonadi-socialutils kio-pim)
 pkgver=15.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE PIM Libraries"
 arch=(i686 x86_64)
 url='https://projects.kde.org/kdepimlibs'
 license=(GPL LGPL)
 makedepends=(extra-cmake-modules qt5-tools kcalcore kmbox kcontacts kldap 
akonadi prison-frameworks kdoctools boost)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
-sha1sums=('9e2230bbeb9139e42ca6c8e828fa01a747b7337d')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz;
+   
fix-kmail-crash.patch::"https://quickgit.kde.org/?p=kdepimlibs.git=commitdiff=c6bf33=plain;)
+sha1sums=('9e2230bbeb9139e42ca6c8e828fa01a747b7337d'
+  'fd3bdf389fa32fb7731c32cdc642965ed689e987')
 
 prepare() {
   mkdir -p build
+
+# Fix crash on kmail exit
+  cd $pkgbase-$pkgver
+  patch -p1 -i ../fix-kmail-crash.patch
 }
 
 build() {


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

2015-12-21 Thread Anatol Pomozov
Date: Tuesday, December 22, 2015 @ 00:16:32
  Author: anatolik
Revision: 154070

upgpkg: re2 20151101-1

Modified:
  re2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 20:07:06 UTC (rev 154069)
+++ PKGBUILD2015-12-21 23:16:32 UTC (rev 154070)
@@ -4,30 +4,31 @@
 # Contributor: Alexandre Bique 
 
 pkgname=re2
-pkgver=20140304
-pkgrel=2
+_tag='2015-11-01'
+pkgver=${_tag//-/}
+pkgrel=1
 pkgdesc='C++ library for fast, safe, thread-friendly alternative to 
backtracking regular expression engines like those used in PCRE, Perl, and 
Python'
-url='http://code.google.com/p/re2/'
+url='https://github.com/google/re2'
 depends=(gcc-libs)
 arch=(i686 x86_64)
 license=(BSD)
-source=(https://re2.googlecode.com/files/re2-$pkgver.tgz)
-sha1sums=('f30dda8e530921b623c32aa58a5dabbe9157f6ca')
+source=(re2-$pkgver.zip::https://github.com/google/re2/archive/$_tag.zip)
+sha1sums=('fa628ecdc07dd0b9a9c7796dc4487b6c55b43e67')
 
 build() {
-  cd re2
+  cd re2-$_tag
   LDFLAGS+=" -pthread"
   make prefix=/usr
 }
 
 check() {
-  cd re2
+  cd re2-$_tag
   LDFLAGS+=" -pthread"
   make prefix=/usr test
 }
 
 package() {
-  cd re2
+  cd re2-$_tag
   make prefix=/usr DESTDIR="$pkgdir" install
   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2015-12-21 Thread Anatol Pomozov
Date: Tuesday, December 22, 2015 @ 00:17:13
  Author: anatolik
Revision: 154071

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-21 23:16:32 UTC (rev 154070)
+++ community-i686/PKGBUILD 2015-12-21 23:17:13 UTC (rev 154071)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Gustavo Alvarez 
-# Contributor: Alexandre Bique 
-
-pkgname=re2
-pkgver=20140304
-pkgrel=2
-pkgdesc='C++ library for fast, safe, thread-friendly alternative to 
backtracking regular expression engines like those used in PCRE, Perl, and 
Python'
-url='http://code.google.com/p/re2/'
-depends=(gcc-libs)
-arch=(i686 x86_64)
-license=(BSD)
-source=(https://re2.googlecode.com/files/re2-$pkgver.tgz)
-sha1sums=('f30dda8e530921b623c32aa58a5dabbe9157f6ca')
-
-build() {
-  cd re2
-  LDFLAGS+=" -pthread"
-  make prefix=/usr
-}
-
-check() {
-  cd re2
-  LDFLAGS+=" -pthread"
-  make prefix=/usr test
-}
-
-package() {
-  cd re2
-  make prefix=/usr DESTDIR="$pkgdir" install
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: re2/repos/community-i686/PKGBUILD (from rev 154070, re2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-21 23:17:13 UTC (rev 154071)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Gustavo Alvarez 
+# Contributor: Alexandre Bique 
+
+pkgname=re2
+_tag='2015-11-01'
+pkgver=${_tag//-/}
+pkgrel=1
+pkgdesc='C++ library for fast, safe, thread-friendly alternative to 
backtracking regular expression engines like those used in PCRE, Perl, and 
Python'
+url='https://github.com/google/re2'
+depends=(gcc-libs)
+arch=(i686 x86_64)
+license=(BSD)
+source=(re2-$pkgver.zip::https://github.com/google/re2/archive/$_tag.zip)
+sha1sums=('fa628ecdc07dd0b9a9c7796dc4487b6c55b43e67')
+
+build() {
+  cd re2-$_tag
+  LDFLAGS+=" -pthread"
+  make prefix=/usr
+}
+
+check() {
+  cd re2-$_tag
+  LDFLAGS+=" -pthread"
+  make prefix=/usr test
+}
+
+package() {
+  cd re2-$_tag
+  make prefix=/usr DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-21 23:16:32 UTC (rev 154070)
+++ community-x86_64/PKGBUILD   2015-12-21 23:17:13 UTC (rev 154071)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Gustavo Alvarez 
-# Contributor: Alexandre Bique 
-
-pkgname=re2
-pkgver=20140304
-pkgrel=2
-pkgdesc='C++ library for fast, safe, thread-friendly alternative to 
backtracking regular expression engines like those used in PCRE, Perl, and 
Python'
-url='http://code.google.com/p/re2/'
-depends=(gcc-libs)
-arch=(i686 x86_64)
-license=(BSD)
-source=(https://re2.googlecode.com/files/re2-$pkgver.tgz)
-sha1sums=('f30dda8e530921b623c32aa58a5dabbe9157f6ca')
-
-build() {
-  cd re2
-  LDFLAGS+=" -pthread"
-  make prefix=/usr
-}
-
-check() {
-  cd re2
-  LDFLAGS+=" -pthread"
-  make prefix=/usr test
-}
-
-package() {
-  cd re2
-  make prefix=/usr DESTDIR="$pkgdir" install
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: re2/repos/community-x86_64/PKGBUILD (from rev 154070, 
re2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-21 23:17:13 UTC (rev 154071)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Gustavo Alvarez 
+# Contributor: Alexandre Bique 
+
+pkgname=re2
+_tag='2015-11-01'
+pkgver=${_tag//-/}
+pkgrel=1
+pkgdesc='C++ library for fast, safe, thread-friendly alternative to 
backtracking regular expression engines like those used in PCRE, Perl, and 
Python'
+url='https://github.com/google/re2'
+depends=(gcc-libs)
+arch=(i686 x86_64)
+license=(BSD)

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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 10:47:54
  Author: fyan
Revision: 153816

upgpkg: skk-jisyo 20151220-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 07:15:08 UTC (rev 153815)
+++ PKGBUILD2015-12-21 09:47:54 UTC (rev 153816)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc 
 
 pkgname=skk-jisyo
-pkgver=20151213
+pkgver=20151220
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('8c3895910ab751993acfa8f8d7cf67a8'
+md5sums=('ed19783dc7a1ccd782c600976a8b'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'


  1   2   3   4   >