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

2014-10-03 Thread Kyle Keen
Date: Friday, October 3, 2014 @ 08:24:33
  Author: kkeen
Revision: 120086

archrelease: copy trunk to community-any

Added:
  ipython/repos/community-any/PKGBUILD
(from rev 120085, ipython/trunk/PKGBUILD)
Deleted:
  ipython/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-03 06:24:15 UTC (rev 120085)
+++ PKGBUILD2014-10-03 06:24:33 UTC (rev 120086)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: PepeSmith
-# Contributor: Aron Asor aronasorman at gmail.com
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor : Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=ipython 
-pkgname=(ipython ipython2)
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=An enhanced Interactive Python shell.
-arch=('any')
-url=http://ipython.org;
-license=('BSD')
-depends=('python' 'sqlite' 'python-setuptools')
-makedepends=('python-setuptools' 'python2-setuptools' 'sqlite')
-optdepends=(wxpython: needed for ipythonx and ipython-wx
-python-twisted: networking-related tasks
-python-nose: if you want to run IPython's test suite
-python-pyqt4: for ipython qtconsole
-python-sip: for ipython qtconsole
-python-pygments: for ipython qtconsole
-python-pyzmq: for ipython notebook and ipython qtconcole
-python-tornado: for ipython notebook
-python-jinja: for ipython notebook
-haskell-pandoc: ipython notebook conversion)
-#source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
-source=(https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;)
-md5sums=('b91d3724f655a8e16d022772f696cfd5')
-
-build() {
-  cd $srcdir
-  cp -r ipython-$pkgver ipython2-$pkgver
-}
-
-package_ipython() {
-  provides=('ipython3')
-  replaces=('ipython3')
-  cd $srcdir/ipython-$pkgver
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  find $pkgdir/ -name '*.pyc' -delete
-  find $pkgdir/ -type d -empty -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython/LICENSE
-
-  cd $srcdir/ipython-$pkgver/examples/IPython Kernel/
-  install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython.desktop
-  install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython-qtconsole.desktop
-}
-
-package_ipython2() {
-  pkgdesc=An enhanced Interactive Python2 shell.
-  depends=('python2' 'sqlite' 'python2-setuptools')
-  optdepends=(wxpython: needed for ipythonx and ipython-wx
-  python2-twisted: networking-related tasks
-  python2-foolscap: for IPython's parallel computing features
-  python2-pexpect: for irunner
-  python2-nose: if you want to run IPython's test suite
-  python2-pyqt4: for ipython qtconsole
-  python2-sip: for ipython qtconsole
-  python2-pygments: for ipython qtconsole
-  python2-pyzmq: for ipython notebook and ipython qtconsole
-  python2-tornado: for ipython notebook
-  python2-jinja: for ipython notebook
-  haskell-pandoc: ipython notebook conversion)
-
-  cd $srcdir/ipython2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  rm -rf $pkgdir/usr/share/doc
-  find $pkgdir -name '*.py' -print0 | xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-  find $pkgdir/ -name '*.pyc' -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython2/LICENSE
-
-  # hack to get around ipython collision
-  cd $pkgdir/usr/share/man/man1/
-  for i in *; do
-mv $i ${i/%.1/2.1}
-  done
-  find $pkgdir/usr/bin/ -type f -regex '.*[^2]$' -delete
-
-  cd $srcdir/ipython-$pkgver/examples/IPython Kernel/
-  sed -i 's/ython/ython2/g' *.desktop
-  install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython2.desktop
-  install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython2-qtconsole.desktop
-}
-

Copied: ipython/repos/community-any/PKGBUILD (from rev 120085, 
ipython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-03 06:24:33 UTC (rev 120086)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: PepeSmith
+# Contributor: Aron Asor aronasorman at gmail.com
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor : Douglas Soares de Andrade d...@aur.archlinux.org
+
+pkgbase=ipython 
+pkgname=(ipython 

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

2014-10-03 Thread Kyle Keen
Date: Friday, October 3, 2014 @ 08:24:15
  Author: kkeen
Revision: 120085

upgpkg: ipython 2.3.0-1

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 03:49:35 UTC (rev 120084)
+++ PKGBUILD2014-10-03 06:24:15 UTC (rev 120085)
@@ -7,7 +7,7 @@
 
 pkgbase=ipython 
 pkgname=(ipython ipython2)
-pkgver=2.2.0
+pkgver=2.3.0
 pkgrel=1
 pkgdesc=An enhanced Interactive Python shell.
 arch=('any')
@@ -27,7 +27,7 @@
 haskell-pandoc: ipython notebook conversion)
 #source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
 
source=(https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;)
-md5sums=('b91d3724f655a8e16d022772f696cfd5')
+md5sums=('222eecd3a8299c0119c56954c79e4d0f')
 
 build() {
   cd $srcdir


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

2014-10-03 Thread Andrea Scarpino
Date: Friday, October 3, 2014 @ 09:12:26
  Author: andrea
Revision: 223800

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

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

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   36 --
 extra-x86_64/PKGBUILD |   36 --
 3 files changed, 76 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-03 07:12:18 UTC (rev 223799)
+++ extra-i686/PKGBUILD 2014-10-03 07:12:26 UTC (rev 223800)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kauth
-pkgver=5.2.0
-pkgrel=3
-pkgdesc='KAuth'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kauth'
-license=('LGPL')
-depends=('kcoreaddons' 'polkit-qt5')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('2dbdcb46170804e7c454875047b4b93a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kauth/repos/extra-i686/PKGBUILD (from rev 223799, kauth/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-03 07:12:26 UTC (rev 223800)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kauth
+pkgver=5.2.0
+pkgrel=4
+pkgdesc='KAuth'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kauth'
+license=('LGPL')
+depends=('kcoreaddons' 'polkit-qt5')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('2dbdcb46170804e7c454875047b4b93a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  # QT_PLUGIN_INSTALL_DIR is needed because of FS#42194
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-03 07:12:18 UTC (rev 223799)
+++ extra-x86_64/PKGBUILD   2014-10-03 07:12:26 UTC (rev 223800)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kauth
-pkgver=5.2.0
-pkgrel=3
-pkgdesc='KAuth'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kauth'
-license=('LGPL')
-depends=('kcoreaddons' 'polkit-qt5')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('2dbdcb46170804e7c454875047b4b93a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kauth/repos/extra-x86_64/PKGBUILD (from rev 223799, 
kauth/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-03 07:12:26 UTC (rev 223800)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kauth
+pkgver=5.2.0
+pkgrel=4
+pkgdesc='KAuth'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kauth'
+license=('LGPL')
+depends=('kcoreaddons' 'polkit-qt5')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('2dbdcb46170804e7c454875047b4b93a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  # QT_PLUGIN_INSTALL_DIR is needed because of FS#42194
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+

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

2014-10-03 Thread Andrea Scarpino
Date: Friday, October 3, 2014 @ 09:08:58
  Author: andrea
Revision: 223797

upgpkg: calligra-l10n 2.8.6-2

kdelibs rebuild

Modified:
  calligra-l10n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 04:43:50 UTC (rev 223796)
+++ PKGBUILD2014-10-03 07:08:58 UTC (rev 223797)
@@ -33,7 +33,7 @@
'calligra-l10n-zh_cn'
'calligra-l10n-zh_tw')
 pkgver=2.8.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Localization for Calligra
 arch=('any')
 url='http://www.calligra-suite.org/'


[arch-commits] Commit in calligra-l10n/repos (testing-any testing-any/PKGBUILD)

2014-10-03 Thread Andrea Scarpino
Date: Friday, October 3, 2014 @ 09:09:03
  Author: andrea
Revision: 223798

archrelease: copy trunk to testing-any

Added:
  calligra-l10n/repos/testing-any/
  calligra-l10n/repos/testing-any/PKGBUILD
(from rev 223797, calligra-l10n/trunk/PKGBUILD)

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

Copied: calligra-l10n/repos/testing-any/PKGBUILD (from rev 223797, 
calligra-l10n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-10-03 07:09:03 UTC (rev 223798)
@@ -0,0 +1,325 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=calligra-l10n
+pkgname=('calligra-l10n-bs'
+   'calligra-l10n-ca'
+   'calligra-l10n-ca@valencia'
+   'calligra-l10n-cs'
+   'calligra-l10n-da'
+   'calligra-l10n-de'
+   'calligra-l10n-el'
+   'calligra-l10n-en_gb'
+   'calligra-l10n-es'
+   'calligra-l10n-et'
+   'calligra-l10n-eu'
+   'calligra-l10n-fi'
+   'calligra-l10n-fr'
+   'calligra-l10n-gl'
+   'calligra-l10n-hu'
+   'calligra-l10n-it'
+   'calligra-l10n-ja'
+   'calligra-l10n-kk'
+   'calligra-l10n-nb'
+   'calligra-l10n-nds'
+   'calligra-l10n-nl'
+   'calligra-l10n-pl'
+   'calligra-l10n-pt'
+   'calligra-l10n-pt_br'
+   'calligra-l10n-ru'
+   'calligra-l10n-sk'
+   'calligra-l10n-sv'
+   'calligra-l10n-uk'
+   'calligra-l10n-zh_cn'
+   'calligra-l10n-zh_tw')
+pkgver=2.8.6
+pkgrel=2
+pkgdesc=Localization for Calligra
+arch=('any')
+url='http://www.calligra-suite.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'kdelibs')
+options=('docs')
+source=(http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-bs-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca@valencia-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-cs-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-da-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-de-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-el-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-en_GB-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-es-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-et-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-eu-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fi-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fr-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-gl-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-hu-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-it-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ja-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-kk-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nb-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nds-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nl-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pl-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt_BR-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ru-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sk-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sv-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-uk-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.xz;)
+md5sums=('290f526d54d7281d2514ed067b9c910c'
+ '7da075702a77c8bcf9243e51b106f230'
+ '7642f2d18956e45e68622a687a0a1453'
+ '6227bc09f01cf7f34faaf06d6f306942'
+ '5ce2fe12b32edf70d8037a1b361b786a'
+ 'f8db1a981502f606b966d894a8799b21'
+ 'e12e540fc22282bdc14a4cb6d4bf3658'
+ '7e741752ac5c2d6609b75dc01ac67763'
+   

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

2014-10-03 Thread Andrea Scarpino
Date: Friday, October 3, 2014 @ 09:12:18
  Author: andrea
Revision: 223799

upgpkg: kauth 5.2.0-4

QT_PLUGIN_INSTALL_DIR is needed because of FS#42194

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 07:09:03 UTC (rev 223798)
+++ PKGBUILD2014-10-03 07:12:18 UTC (rev 223799)
@@ -3,7 +3,7 @@
 
 pkgname=kauth
 pkgver=5.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc='KAuth'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kauth'
@@ -20,11 +20,13 @@
 
 build() {
   cd build
+  # QT_PLUGIN_INSTALL_DIR is needed because of FS#42194
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
 -DSYSCONF_INSTALL_DIR=/etc \
 -DBUILD_TESTING=OFF
   make


[arch-commits] Commit in polkit-qt/trunk (PKGBUILD systembus-usage.patch)

2014-10-03 Thread Andrea Scarpino
Date: Friday, October 3, 2014 @ 09:24:43
  Author: andrea
Revision: 223802

upgpkg: polkit-qt 0.112-2

Fix crashes in backlighthelper (FS#42155)

Added:
  polkit-qt/trunk/systembus-usage.patch
Modified:
  polkit-qt/trunk/PKGBUILD

---+
 PKGBUILD  |   11 --
 systembus-usage.patch |   79 
 2 files changed, 87 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 07:16:02 UTC (rev 223801)
+++ PKGBUILD2014-10-03 07:24:43 UTC (rev 223802)
@@ -5,17 +5,22 @@
 pkgbase=polkit-qt
 pkgname=('polkit-qt4' 'polkit-qt5')
 pkgver=0.112
-pkgrel=1
+pkgrel=2
 pkgdesc='A library that allows developers to access PolicyKit API with a nice 
Qt-style API'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kdesupport/polkit-qt-1'
 license=('LGPL')
 makedepends=('cmake' 'automoc4' 'polkit' 'qt4' 'qt5-base')
-source=(${pkgbase}-${pkgver}.tar.bz2::http://quickgit.kde.org/?p=${pkgbase}-1.gita=snapshoth=40afa675bfa4cacd95487ce8b0544654c5f34e21fmt=tbz2;)
-md5sums=('c46401dbb55e2276616849e22b096768')
+source=(${pkgbase}-${pkgver}.tar.bz2::http://quickgit.kde.org/?p=${pkgbase}-1.gita=snapshoth=40afa675bfa4cacd95487ce8b0544654c5f34e21fmt=tbz2;
+'systembus-usage.patch')
+md5sums=('d27343d2918330f4159d851e256c5c6d'
+ '067355984adf2cd87e2fac715bd025f3')
 
 prepare() {
   mkdir build{,-qt5}
+
+  cd ${pkgbase}-1
+  patch -p1 -i ${srcdir}/systembus-usage.patch
 }
 
 build() {

Added: systembus-usage.patch
===
--- systembus-usage.patch   (rev 0)
+++ systembus-usage.patch   2014-10-03 07:24:43 UTC (rev 223802)
@@ -0,0 +1,79 @@
+commit 88c6e9334c8440721189ef7d020fa94d47f30f8b
+Author: Harald Sitter sit...@kde.org
+Date:   Fri Aug 1 16:34:03 2014 +0200
+
+do not use global static systembus instance
+
+global static destruction order cannot be controlled and we need our bus
+to disconnect from the consolekit signals, so use our own bus instance
+to connect to systembus signals
+
+REVIEW: 119545
+
+diff --git a/core/polkitqt1-authority.cpp b/core/polkitqt1-authority.cpp
+index dd014cf..f25354d 100644
+--- a/core/polkitqt1-authority.cpp
 b/core/polkitqt1-authority.cpp
+@@ -83,7 +83,10 @@ public:
+ // Polkit will return NULL on failures, hence we use it instead of 0
+ Private(Authority *qq) : q(qq)
+ , pkAuthority(NULL)
+-, m_hasError(false) {}
++, m_hasError(false)
++, m_systemBus(0)
++{
++}
+ 
+ ~Private();
+ 
+@@ -103,6 +106,13 @@ public:
+ bool m_hasError;
+ Authority::ErrorCode m_lastError;
+ QString m_errorDetails;
++// Local system bus. QDBusConnection::systemBus() may only be savely used
++// inside a QCoreApplication scope as for example destruction of connected
++// objects need to happen before the bus disappears. Since this class 
however
++// is a global static and systemBus() internally is a global static we
++// cannot assure destruction order. Instead we create a local copy of the
++// global systemBus instance so we can make life time to our needs.
++// This prevents crashes when cleaning up the global statics.
+ QDBusConnection *m_systemBus;
+ GCancellable *m_checkAuthorizationCancellable,
+ *m_enumerateActionsCancellable,
+@@ -127,6 +137,7 @@ public:
+ 
+ Authority::Private::~Private()
+ {
++delete m_systemBus;
+ g_object_unref(m_checkAuthorizationCancellable);
+ g_object_unref(m_enumerateActionsCancellable);
+ g_object_unref(m_registerAuthenticationAgentCancellable);
+@@ -170,6 +181,9 @@ void Authority::Private::init()
+ 
+ g_type_init();
+ 
++m_systemBus = new 
QDBusConnection(QDBusConnection::connectToBus(QDBusConnection::SystemBus,
++
QString(polkit_qt_system_bus)));
++
+ m_checkAuthorizationCancellable = g_cancellable_new();
+ m_enumerateActionsCancellable = g_cancellable_new();
+ m_registerAuthenticationAgentCancellable = g_cancellable_new();
+@@ -219,7 +233,7 @@ void Authority::Private::init()
+ 
+ // then we need to extract all seats from ConsoleKit
+ QDBusMessage msg = QDBusMessage::createMethodCall(consoleKitService, 
consoleKitManagerPath, consoleKitManagerInterface, GetSeats);
+-msg = QDBusConnection::systemBus().call(msg);
++msg = m_systemBus-call(msg);
+ if (!msg.arguments().isEmpty()) {
+ // this method returns a list with present seats
+ QListQString seats;
+@@ -256,8 +270,7 @@ void Authority::Private::seatSignalsConnect(const QString 
seat)
+ void Authority::Private::dbusSignalAdd(const QString service, const QString 
path, const QString interface, const QString name)
+ {
+ // FIXME: This code seems to be nonfunctional - it 

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

2014-10-03 Thread Andrea Scarpino
Date: Friday, October 3, 2014 @ 09:24:50
  Author: andrea
Revision: 223803

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

Added:
  polkit-qt/repos/extra-i686/PKGBUILD
(from rev 223802, polkit-qt/trunk/PKGBUILD)
  polkit-qt/repos/extra-i686/systembus-usage.patch
(from rev 223802, polkit-qt/trunk/systembus-usage.patch)
  polkit-qt/repos/extra-x86_64/PKGBUILD
(from rev 223802, polkit-qt/trunk/PKGBUILD)
  polkit-qt/repos/extra-x86_64/systembus-usage.patch
(from rev 223802, polkit-qt/trunk/systembus-usage.patch)
Deleted:
  polkit-qt/repos/extra-i686/PKGBUILD
  polkit-qt/repos/extra-x86_64/PKGBUILD

+
 /PKGBUILD  |  116 +++
 extra-i686/PKGBUILD|   53 ---
 extra-i686/systembus-usage.patch   |   79 +++
 extra-x86_64/PKGBUILD  |   53 ---
 extra-x86_64/systembus-usage.patch |   79 +++
 5 files changed, 274 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-03 07:24:43 UTC (rev 223802)
+++ extra-i686/PKGBUILD 2014-10-03 07:24:50 UTC (rev 223803)
@@ -1,53 +0,0 @@
-# $Id: PKGBUILD 102633 2010-12-09 08:40:59Z andrea $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=polkit-qt
-pkgname=('polkit-qt4' 'polkit-qt5')
-pkgver=0.112
-pkgrel=1
-pkgdesc='A library that allows developers to access PolicyKit API with a nice 
Qt-style API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kdesupport/polkit-qt-1'
-license=('LGPL')
-makedepends=('cmake' 'automoc4' 'polkit' 'qt4' 'qt5-base')
-source=(${pkgbase}-${pkgver}.tar.bz2::http://quickgit.kde.org/?p=${pkgbase}-1.gita=snapshoth=40afa675bfa4cacd95487ce8b0544654c5f34e21fmt=tbz2;)
-md5sums=('c46401dbb55e2276616849e22b096768')
-
-prepare() {
-  mkdir build{,-qt5}
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-1 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_DESTINATION=/usr/lib \
--DUSE_QT4=ON
-  make
-
-  cd ../build-qt5
-  cmake ../${pkgbase}-1 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_DESTINATION=/usr/lib
-  make
-}
-
-package_polkit-qt4() {
-  depends=('polkit' 'qt4')
-  replaces=('polkit-qt')
-  provides=('polkit-qt')
-  conflicts=('polkit-qt')
-
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-
-package_polkit-qt5() {
-  depends=('polkit' 'qt5-base')
-
-  cd build-qt5
-  make DESTDIR=${pkgdir} install
-}

Copied: polkit-qt/repos/extra-i686/PKGBUILD (from rev 223802, 
polkit-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-03 07:24:50 UTC (rev 223803)
@@ -0,0 +1,58 @@
+# $Id: PKGBUILD 102633 2010-12-09 08:40:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=polkit-qt
+pkgname=('polkit-qt4' 'polkit-qt5')
+pkgver=0.112
+pkgrel=2
+pkgdesc='A library that allows developers to access PolicyKit API with a nice 
Qt-style API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/polkit-qt-1'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'polkit' 'qt4' 'qt5-base')
+source=(${pkgbase}-${pkgver}.tar.bz2::http://quickgit.kde.org/?p=${pkgbase}-1.gita=snapshoth=40afa675bfa4cacd95487ce8b0544654c5f34e21fmt=tbz2;
+'systembus-usage.patch')
+md5sums=('d27343d2918330f4159d851e256c5c6d'
+ '067355984adf2cd87e2fac715bd025f3')
+
+prepare() {
+  mkdir build{,-qt5}
+
+  cd ${pkgbase}-1
+  patch -p1 -i ${srcdir}/systembus-usage.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-1 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_DESTINATION=/usr/lib \
+-DUSE_QT4=ON
+  make
+
+  cd ../build-qt5
+  cmake ../${pkgbase}-1 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_DESTINATION=/usr/lib
+  make
+}
+
+package_polkit-qt4() {
+  depends=('polkit' 'qt4')
+  replaces=('polkit-qt')
+  provides=('polkit-qt')
+  conflicts=('polkit-qt')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+
+package_polkit-qt5() {
+  depends=('polkit' 'qt5-base')
+
+  cd build-qt5
+  make DESTDIR=${pkgdir} install
+}

Copied: polkit-qt/repos/extra-i686/systembus-usage.patch (from rev 223802, 
polkit-qt/trunk/systembus-usage.patch)
===
--- extra-i686/systembus-usage.patch(rev 0)
+++ extra-i686/systembus-usage.patch2014-10-03 07:24:50 UTC (rev 223803)
@@ -0,0 +1,79 @@
+commit 88c6e9334c8440721189ef7d020fa94d47f30f8b
+Author: Harald Sitter sit...@kde.org
+Date:   Fri Aug 1 16:34:03 2014 +0200
+
+do not use global static systembus instance
+

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

2014-10-03 Thread Andrea Scarpino
Date: Friday, October 3, 2014 @ 09:32:27
  Author: andrea
Revision: 223804

Add usefull provides (FS#42130 FS#41972)

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 07:24:50 UTC (rev 223803)
+++ PKGBUILD2014-10-03 07:32:27 UTC (rev 223804)
@@ -4,7 +4,7 @@
 
 pkgname=kdebase-runtime
 pkgver=4.14.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Plugins and applications necessary for the running of KDE 
applications
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-runtime'
@@ -17,6 +17,7 @@
 'gdb: needed by DrKonqi to generate backtrace'
 'htdig: to build the search index in the KHelpCenter'
 'rarian: needed by KHelpCenter')
+provides=('khelpcenter' 'notification-daemon')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
 sha1sums=('c928a7f1f5ec6a2c192e07db4e01ea2a439fe1e3')


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

2014-10-03 Thread Andrea Scarpino
Date: Friday, October 3, 2014 @ 09:34:16
  Author: andrea
Revision: 223805

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

Added:
  kdebase-runtime/repos/testing-i686/PKGBUILD
(from rev 223804, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/testing-i686/kdebase-runtime.install
(from rev 223804, kdebase-runtime/trunk/kdebase-runtime.install)
  kdebase-runtime/repos/testing-x86_64/PKGBUILD
(from rev 223804, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/testing-x86_64/kdebase-runtime.install
(from rev 223804, kdebase-runtime/trunk/kdebase-runtime.install)
Deleted:
  kdebase-runtime/repos/testing-i686/PKGBUILD
  kdebase-runtime/repos/testing-i686/kdebase-runtime.install
  kdebase-runtime/repos/testing-x86_64/PKGBUILD
  kdebase-runtime/repos/testing-x86_64/kdebase-runtime.install

+
 /PKGBUILD  |  106 +++
 /kdebase-runtime.install   |   26 +++
 testing-i686/PKGBUILD  |   52 ---
 testing-i686/kdebase-runtime.install   |   13 ---
 testing-x86_64/PKGBUILD|   52 ---
 testing-x86_64/kdebase-runtime.install |   13 ---
 6 files changed, 132 insertions(+), 130 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-03 07:32:27 UTC (rev 223804)
+++ testing-i686/PKGBUILD   2014-10-03 07:34:16 UTC (rev 223805)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdebase-runtime
-pkgver=4.14.1
-pkgrel=2
-pkgdesc=Plugins and applications necessary for the running of KDE 
applications
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kde-runtime'
-license=('GPL' 'LGPL')
-depends=(kdelibs=${pkgver} 'kactivities' 'libkactivities4' 'smbclient' 
'libssh' 'libcanberra'
- 'oxygen-icons' 'xorg-xauth' 'libwebp')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
- 'networkmanager' 'boost')
-optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org'
-'gdb: needed by DrKonqi to generate backtrace'
-'htdig: to build the search index in the KHelpCenter'
-'rarian: needed by KHelpCenter')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('c928a7f1f5ec6a2c192e07db4e01ea2a439fe1e3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kde-runtime-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
--DWITH_NepomukCore=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  rm ${pkgdir}/usr/share/icons/hicolor/index.theme
-
-  ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
-
-  # FS#36668
-  chown :nobody ${pkgdir}/usr/lib/kde4/libexec/kdesud
-  chmod g+s ${pkgdir}/usr/lib/kde4/libexec/kdesud
-}

Copied: kdebase-runtime/repos/testing-i686/PKGBUILD (from rev 223804, 
kdebase-runtime/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-03 07:34:16 UTC (rev 223805)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-runtime
+pkgver=4.14.1
+pkgrel=3
+pkgdesc=Plugins and applications necessary for the running of KDE 
applications
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+depends=(kdelibs=${pkgver} 'kactivities' 'libkactivities4' 'smbclient' 
'libssh' 'libcanberra'
+ 'oxygen-icons' 'xorg-xauth' 'libwebp')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
+ 'networkmanager' 'boost')
+optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org'
+'gdb: needed by DrKonqi to generate backtrace'
+'htdig: to build the search index in the KHelpCenter'
+'rarian: needed by KHelpCenter')
+provides=('khelpcenter' 'notification-daemon')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('c928a7f1f5ec6a2c192e07db4e01ea2a439fe1e3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kde-runtime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
+-DWITH_NepomukCore=OFF
+  make
+}
+
+package() {
+  cd build
+  make 

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

2014-10-03 Thread Andrea Scarpino
Date: Friday, October 3, 2014 @ 09:35:57
  Author: andrea
Revision: 223806

Backup PAM dir (FS#41950)

Modified:
  kdebase-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 07:34:16 UTC (rev 223805)
+++ PKGBUILD2014-10-03 07:35:57 UTC (rev 223806)
@@ -13,8 +13,8 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdebase')
 # note on libxdamage:
-#  not detected by namcap because libgl depends on it
-#  but nvidia providing libgl does not depend on libxdamage
+# not detected by namcap because libgl depends on it
+# but nvidia providing libgl does not depend on libxdamage
 depends=(kdelibs=${pkgver} 'kdepim-runtime' 'lm_sensors' 'libraw1394'
  'qimageblitz' 'polkit-kde' 'xorg-xprop' 'libxdamage' 'libqalculate'
  'libxklavier' 'xorg-xsetroot' 'libxcomposite' 'libxinerama'
@@ -25,7 +25,7 @@
 optdepends=('kde-wallpapers: wallpapers for KDE Plasma Workspaces'
 'appmenu-qt: menu applications over dbus')
 install=${pkgname}.install
-backup=('usr/share/config/kdm/kdmrc')
+backup=('usr/share/config/kdm/kdmrc' 'etc/pam.d/kde' 'etc/pam.d/kde-np' 
'etc/pam.d/kscreensaver')
 
source=(http://download.kde.org/stable/${_pkgver}/src/${_pkgname}-${pkgver}.tar.xz;
 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service' 'kdm.logrotate'
 'etc-scripts.patch' 'terminate-server.patch' 'kdm-xinitrd.patch'


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

2014-10-03 Thread Jaroslav Lichtblau
Date: Friday, October 3, 2014 @ 09:56:40
  Author: jlichtblau
Revision: 120088

archrelease: copy trunk to community-staging-x86_64

Added:
  gdal/repos/community-staging-x86_64/
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 120087, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal-1.5.1-python-install.patch
(from rev 120087, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 120087, gdal/trunk/gdal.changelog)

-+
 PKGBUILD|   75 ++
 gdal-1.5.1-python-install.patch |   10 +
 gdal.changelog  |   32 
 3 files changed, 117 insertions(+)

Copied: gdal/repos/community-staging-x86_64/PKGBUILD (from rev 120087, 
gdal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-10-03 07:56:40 UTC (rev 120088)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=gdal
+pkgver=1.11.1
+pkgrel=1
+pkgdesc=A translator library for raster geospatial data formats
+arch=('i686' 'x86_64')
+url=http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libspatialite' 'libtiff' 'netcdf' 'poppler' 'python2' 'python2-numpy' 
'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support'
+'swig:  perl binding support')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
+gdal-1.5.1-python-install.patch)
+sha256sums=('f46b5944a8cabc8516673f231f466131cdfd2cdc6677dbee5d96ec7fc58a3340'
+'55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6')
+
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+  patch -Np0 -i ${srcdir}/gdal-1.5.1-python-install.patch
+
+# python2 fixes
+  sed -i 's_python python1.5_python2 python python1.5_' configure
+  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+# Fix mandir
+  sed -i s|^mandir=.*|mandir='\${prefix}/share/man'| configure
+}
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  export CFLAGS=$CFLAGS -fno-strict-aliasing
+
+# bug #23654
+  export LDFLAGS=$LDFLAGS -Wl,--as-needed 
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \
+  --with-geotiff --with-mysql --with-python --with-curl \
+  --with-hdf5 --with-perl --with-geos --with-png --with-poppler 
--with-spatialite
+
+# workaround for bug #13646
+  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+  make man
+}
+
+package () {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install-man
+
+# install license
+  install -D -m644 LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+#FS15477 clean up junks
+  rm -f ${pkgdir}/usr/bin/*.dox
+  rm -f ${pkgdir}/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
+
+# Remove RPATH
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
+}

Copied: gdal/repos/community-staging-x86_64/gdal-1.5.1-python-install.patch 
(from rev 120087, gdal/trunk/gdal-1.5.1-python-install.patch)
===
--- community-staging-x86_64/gdal-1.5.1-python-install.patch
(rev 0)
+++ community-staging-x86_64/gdal-1.5.1-python-install.patch2014-10-03 
07:56:40 UTC (rev 120088)
@@ -0,0 +1,10 @@
+--- swig/python/GNUmakefile.orig   2010-04-24 01:22:07.0 +0200
 swig/python/GNUmakefile2010-05-05 19:14:58.0 +0200
+@@ -72,5 +72,5 @@
+ ifeq ($(PY_HAVE_SETUPTOOLS),1)
+-  $(PYTHON) setup.py install 
++  $(PYTHON) setup.py install --root=$(DESTDIR) 
+ else
+-  $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
++  $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix)
+ endif

Copied: gdal/repos/community-staging-x86_64/gdal.changelog (from rev 120087, 
gdal/trunk/gdal.changelog)

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

2014-10-03 Thread Jaroslav Lichtblau
Date: Friday, October 3, 2014 @ 09:56:30
  Author: jlichtblau
Revision: 120087

upgpkg: gdal 1.11.1-1

Modified:
  gdal/trunk/PKGBUILD
  gdal/trunk/gdal.changelog
Deleted:
  gdal/trunk/fix_json_012.patch
  gdal/trunk/giflib51.patch

+
 PKGBUILD   |   21 ++-
 fix_json_012.patch |   84 --
 gdal.changelog |3 +
 giflib51.patch |  139 ---
 4 files changed, 9 insertions(+), 238 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 06:24:33 UTC (rev 120086)
+++ PKGBUILD2014-10-03 07:56:30 UTC (rev 120087)
@@ -4,8 +4,8 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=gdal
-pkgver=1.11.0
-pkgrel=4
+pkgver=1.11.1
+pkgrel=1
 pkgdesc=A translator library for raster geospatial data formats
 arch=('i686' 'x86_64')
 url=http://www.gdal.org/;
@@ -18,23 +18,14 @@
 'swig:  perl binding support')
 changelog=$pkgname.changelog
 
source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
-fix_json_012.patch
-gdal-1.5.1-python-install.patch
-giflib51.patch)
-sha256sums=('989db33ff411e2c888348e71edec5ad06c74ed68781ebfbc4e85179b9d65aafe'
-'0ef2a20e9a0e86f85eab9a4a1e5caf7364f1d547deed6f2249fe542d4d2881f4'
-'55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6'
-'99bb57b514101a53fda4f163efffb0d9859423c9bd51766bbf99313f1eb0cafc')
+gdal-1.5.1-python-install.patch)
+sha256sums=('f46b5944a8cabc8516673f231f466131cdfd2cdc6677dbee5d96ec7fc58a3340'
+'55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6')
 
 prepare() {
   cd ${srcdir}/$pkgname-$pkgver
   patch -Np0 -i ${srcdir}/gdal-1.5.1-python-install.patch
 
-  # Fix compilation failure related to recent json-c changes. FS#40584
-  patch -Np0 -i ${srcdir}/fix_json_012.patch
-
-  patch -Np0 -i ../giflib51.patch
-
 # python2 fixes
   sed -i 's_python python1.5_python2 python python1.5_' configure
   for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
@@ -49,7 +40,7 @@
   cd ${srcdir}/$pkgname-$pkgver
   export CFLAGS=$CFLAGS -fno-strict-aliasing
 
-# bug 23654
+# bug #23654
   export LDFLAGS=$LDFLAGS -Wl,--as-needed 
 
   ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \

Deleted: fix_json_012.patch
===
--- fix_json_012.patch  2014-10-03 06:24:33 UTC (rev 120086)
+++ fix_json_012.patch  2014-10-03 07:56:30 UTC (rev 120087)
@@ -1,84 +0,0 @@
-Index: ogr/ogrsf_frmts/couchdb/ogrcouchdbdatasource.cpp
-===
 ogr/ogrsf_frmts/couchdb/ogrcouchdbdatasource.cpp   (revision 27044)
-+++ ogr/ogrsf_frmts/couchdb/ogrcouchdbdatasource.cpp   (revision 27267)
-@@ -1079,5 +1079,5 @@
- CPLError( CE_Failure, CPLE_AppDefined,
- JSON parsing error: %s (at offset %d),
--json_tokener_errors[jstok-err], jstok-char_offset);
-+json_tokener_error_desc(jstok-err), jstok-char_offset);
- 
- json_tokener_free(jstok);
-Index: ogr/ogrsf_frmts/gme/ogrgmejson.cpp
-===
 ogr/ogrsf_frmts/gme/ogrgmejson.cpp (revision 27208)
-+++ ogr/ogrsf_frmts/gme/ogrgmejson.cpp (revision 27267)
-@@ -515,5 +515,5 @@
- CPLError( CE_Failure, CPLE_AppDefined,
-   JSON parsing error: %s (at offset %d),
--  json_tokener_errors[jstok-err], 
jstok-char_offset);
-+  json_tokener_error_desc(jstok-err), 
jstok-char_offset);
- 
- json_tokener_free(jstok);
-Index: ogr/ogrsf_frmts/geojson/ogrgeojsonreader.cpp
-===
 ogr/ogrsf_frmts/geojson/ogrgeojsonreader.cpp   (revision 27044)
-+++ ogr/ogrsf_frmts/geojson/ogrgeojsonreader.cpp   (revision 27267)
-@@ -78,5 +78,5 @@
- CPLError( CE_Failure, CPLE_AppDefined,
-   GeoJSON parsing error: %s (at offset %d),
--json_tokener_errors[jstok-err], jstok-char_offset);
-+json_tokener_error_desc(jstok-err), jstok-char_offset);
- 
- json_tokener_free(jstok);
-@@ -1517,5 +1517,5 @@
- CPLError( CE_Failure, CPLE_AppDefined,
-   GeoJSON parsing error: %s (at offset %d),
--  json_tokener_errors[jstok-err], jstok-char_offset);
-+  json_tokener_error_desc(jstok-err), 
jstok-char_offset);
- json_tokener_free(jstok);
- return NULL;
-Index: ogr/ogrsf_frmts/geojson/ogrtopojsonreader.cpp
-===
 ogr/ogrsf_frmts/geojson/ogrtopojsonreader.cpp  (revision 27044)
-+++ 

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

2014-10-03 Thread Bartłomiej Piotrowski
Date: Friday, October 3, 2014 @ 10:19:04
  Author: bpiotrowski
Revision: 223808

upgpkg: bash 4.3.029-1

new upstream patch, fixes CVE-2014-6277

Modified:
  bash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 07:55:47 UTC (rev 223807)
+++ PKGBUILD2014-10-03 08:19:04 UTC (rev 223808)
@@ -5,7 +5,7 @@
 
 pkgname=bash
 _basever=4.3
-_patchlevel=028
+_patchlevel=029
 pkgver=$_basever.$_patchlevel
 pkgrel=1
 pkgdesc='The GNU Bourne Again shell'
@@ -140,4 +140,6 @@
  '8ff6948b16f2db5c29b1b9ae1085bbe7'
  'SKIP'
  'dd51fa67913b5dca45a702b672b3323f'
+ 'SKIP'
+ '0729364c977ef4271e9f8dfafadacf67'
  'SKIP')


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

2014-10-03 Thread Bartłomiej Piotrowski
Date: Friday, October 3, 2014 @ 10:19:15
  Author: bpiotrowski
Revision: 223809

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

Added:
  bash/repos/testing-i686/
  bash/repos/testing-i686/PKGBUILD
(from rev 223808, bash/trunk/PKGBUILD)
  bash/repos/testing-i686/bash.install
(from rev 223808, bash/trunk/bash.install)
  bash/repos/testing-i686/dot.bash_logout
(from rev 223808, bash/trunk/dot.bash_logout)
  bash/repos/testing-i686/dot.bash_profile
(from rev 223808, bash/trunk/dot.bash_profile)
  bash/repos/testing-i686/dot.bashrc
(from rev 223808, bash/trunk/dot.bashrc)
  bash/repos/testing-i686/privmode-setuid-fail.patch
(from rev 223808, bash/trunk/privmode-setuid-fail.patch)
  bash/repos/testing-i686/system.bash_logout
(from rev 223808, bash/trunk/system.bash_logout)
  bash/repos/testing-i686/system.bashrc
(from rev 223808, bash/trunk/system.bashrc)
  bash/repos/testing-x86_64/
  bash/repos/testing-x86_64/PKGBUILD
(from rev 223808, bash/trunk/PKGBUILD)
  bash/repos/testing-x86_64/bash.install
(from rev 223808, bash/trunk/bash.install)
  bash/repos/testing-x86_64/dot.bash_logout
(from rev 223808, bash/trunk/dot.bash_logout)
  bash/repos/testing-x86_64/dot.bash_profile
(from rev 223808, bash/trunk/dot.bash_profile)
  bash/repos/testing-x86_64/dot.bashrc
(from rev 223808, bash/trunk/dot.bashrc)
  bash/repos/testing-x86_64/privmode-setuid-fail.patch
(from rev 223808, bash/trunk/privmode-setuid-fail.patch)
  bash/repos/testing-x86_64/system.bash_logout
(from rev 223808, bash/trunk/system.bash_logout)
  bash/repos/testing-x86_64/system.bashrc
(from rev 223808, bash/trunk/system.bashrc)

---+
 testing-i686/PKGBUILD |  145 
 testing-i686/bash.install |   16 +++
 testing-i686/dot.bash_logout  |3 
 testing-i686/dot.bash_profile |5 
 testing-i686/dot.bashrc   |9 +
 testing-i686/privmode-setuid-fail.patch   |   29 +
 testing-i686/system.bash_logout   |3 
 testing-i686/system.bashrc|   23 
 testing-x86_64/PKGBUILD   |  145 
 testing-x86_64/bash.install   |   16 +++
 testing-x86_64/dot.bash_logout|3 
 testing-x86_64/dot.bash_profile   |5 
 testing-x86_64/dot.bashrc |9 +
 testing-x86_64/privmode-setuid-fail.patch |   29 +
 testing-x86_64/system.bash_logout |3 
 testing-x86_64/system.bashrc  |   23 
 16 files changed, 466 insertions(+)

Copied: bash/repos/testing-i686/PKGBUILD (from rev 223808, bash/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-03 08:19:15 UTC (rev 223809)
@@ -0,0 +1,145 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=bash
+_basever=4.3
+_patchlevel=029
+pkgver=$_basever.$_patchlevel
+pkgrel=1
+pkgdesc='The GNU Bourne Again shell'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.gnu.org/software/bash/bash.html'
+groups=('base')
+backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
+depends=('readline=6.3' 'glibc')
+optdepends=('bash-completion: for tab completion')
+provides=('sh')
+install=bash.install
+source=(http://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
+dot.bashrc
+dot.bash_profile
+dot.bash_logout
+system.bashrc
+system.bash_logout
+privmode-setuid-fail.patch)
+
+if [[ $((10#${_patchlevel})) -gt 0 ]]; then
+  for (( _p=1; _p=$((10#${_patchlevel})); _p++ )); do
+source=(${source[@]} 
http://ftp.gnu.org/gnu/bash/bash-$_basever-patches/bash${_basever//.}-$(printf 
%03d $_p){,.sig})
+  done
+fi
+
+prepare() {
+  cd $pkgname-$_basever
+
+  for (( _p=1; _p=$((10#${_patchlevel})); _p++ )); do
+msg applying patch bash${_basever//.}-$(printf %03d $_p)
+patch -p0 -i ../bash${_basever//.}-$(printf %03d $_p)
+  done
+
+  # http://hmarco.org/bugs/bash_4.3-setuid-bug.html (FS#40663)
+  patch -p0 -i ../privmode-setuid-fail.patch
+}
+
+build() {
+  cd $pkgname-$_basever
+
+  
_bashconfig=(-DDEFAULT_PATH_VALUE=\'\/usr/local/sbin:/usr/local/bin:/usr/bin\\'
+   -DSTANDARD_UTILS_PATH=\'\/usr/bin\\'
+   -DSYS_BASHRC=\'\/etc/bash.bashrc\\'
+   -DSYS_BASH_LOGOUT=\'\/etc/bash.bash_logout\\')
+  export CFLAGS=${CFLAGS} ${_bashconfig[@]}
+
+  ./configure --prefix=/usr --with-curses --enable-readline \
+--without-bash-malloc --with-installed-readline
+  make
+}
+
+check() {
+  make -C $pkgname-$_basever check
+}
+
+package() {
+  make -C $pkgname-$_basever DESTDIR=$pkgdir install
+  ln -s bash $pkgdir/usr/bin/sh
+
+  

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

2014-10-03 Thread Jaroslav Lichtblau
Date: Friday, October 3, 2014 @ 10:29:55
  Author: jlichtblau
Revision: 120089

archrelease: copy trunk to community-staging-i686

Added:
  gdal/repos/community-staging-i686/
  gdal/repos/community-staging-i686/PKGBUILD
(from rev 120088, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-i686/gdal-1.5.1-python-install.patch
(from rev 120088, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-staging-i686/gdal.changelog
(from rev 120088, gdal/trunk/gdal.changelog)

-+
 PKGBUILD|   75 ++
 gdal-1.5.1-python-install.patch |   10 +
 gdal.changelog  |   32 
 3 files changed, 117 insertions(+)

Copied: gdal/repos/community-staging-i686/PKGBUILD (from rev 120088, 
gdal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-03 08:29:55 UTC (rev 120089)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=gdal
+pkgver=1.11.1
+pkgrel=1
+pkgdesc=A translator library for raster geospatial data formats
+arch=('i686' 'x86_64')
+url=http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libspatialite' 'libtiff' 'netcdf' 'poppler' 'python2' 'python2-numpy' 
'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support'
+'swig:  perl binding support')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
+gdal-1.5.1-python-install.patch)
+sha256sums=('f46b5944a8cabc8516673f231f466131cdfd2cdc6677dbee5d96ec7fc58a3340'
+'55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6')
+
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+  patch -Np0 -i ${srcdir}/gdal-1.5.1-python-install.patch
+
+# python2 fixes
+  sed -i 's_python python1.5_python2 python python1.5_' configure
+  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+# Fix mandir
+  sed -i s|^mandir=.*|mandir='\${prefix}/share/man'| configure
+}
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  export CFLAGS=$CFLAGS -fno-strict-aliasing
+
+# bug #23654
+  export LDFLAGS=$LDFLAGS -Wl,--as-needed 
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \
+  --with-geotiff --with-mysql --with-python --with-curl \
+  --with-hdf5 --with-perl --with-geos --with-png --with-poppler 
--with-spatialite
+
+# workaround for bug #13646
+  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+  make man
+}
+
+package () {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install-man
+
+# install license
+  install -D -m644 LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+#FS15477 clean up junks
+  rm -f ${pkgdir}/usr/bin/*.dox
+  rm -f ${pkgdir}/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
+
+# Remove RPATH
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
+}

Copied: gdal/repos/community-staging-i686/gdal-1.5.1-python-install.patch (from 
rev 120088, gdal/trunk/gdal-1.5.1-python-install.patch)
===
--- community-staging-i686/gdal-1.5.1-python-install.patch  
(rev 0)
+++ community-staging-i686/gdal-1.5.1-python-install.patch  2014-10-03 
08:29:55 UTC (rev 120089)
@@ -0,0 +1,10 @@
+--- swig/python/GNUmakefile.orig   2010-04-24 01:22:07.0 +0200
 swig/python/GNUmakefile2010-05-05 19:14:58.0 +0200
+@@ -72,5 +72,5 @@
+ ifeq ($(PY_HAVE_SETUPTOOLS),1)
+-  $(PYTHON) setup.py install 
++  $(PYTHON) setup.py install --root=$(DESTDIR) 
+ else
+-  $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
++  $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix)
+ endif

Copied: gdal/repos/community-staging-i686/gdal.changelog (from rev 120088, 
gdal/trunk/gdal.changelog)

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

2014-10-03 Thread Martin Wimpress
Date: Friday, October 3, 2014 @ 11:16:58
  Author: flexiondotorg
Revision: 120091

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

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

---+
 /PKGBUILD |   82 
 /mate-desktop.install |   22 
 community-i686/PKGBUILD   |   45 -
 community-i686/mate-desktop.install   |   11 
 community-x86_64/PKGBUILD |   45 -
 community-x86_64/mate-desktop.install |   11 
 6 files changed, 104 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-03 09:16:47 UTC (rev 120090)
+++ community-i686/PKGBUILD 2014-10-03 09:16:58 UTC (rev 120091)
@@ -1,45 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-desktop
-pkgver=1.8.1
-pkgrel=1
-pkgdesc=Library with common API for various MATE modules
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=(GPL LGPL)
-depends=('dconf' 'gtk2' 'hicolor-icon-theme' 'libunique' 'python2'
- 'startup-notification' 'ttf-dejavu')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('lightdm-gtk2-greeter: A lightweight display manager'
-'onboard: On-screen keyboard useful for mobility impaired users'
-'orca: Screen reader for blind or visually impaired individuals'
-'yelp: for reading MATE help documents')
-groups=('mate')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e3e92eec0cf0443d6a0ca18ad2f88b2ddd54f833')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}/${pkgname}-${pkgver}
-sed -i 's|\/usr\/bin\/python|\/usr\/bin\/env python2|' tools/mpaste
-}
-
-build() {
-# See the following for '--disable-desktop-docs' justification
-#  - https://github.com/mate-desktop/mate-desktop/issues/68
-cd ${srcdir}/${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---with-gtk=2.0 \
---enable-mpaste \
---disable-static \
---disable-schemas-compile \
---disable-desktop-docs \
---enable-gtk-doc
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-desktop/repos/community-i686/PKGBUILD (from rev 120090, 
mate-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-03 09:16:58 UTC (rev 120091)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-desktop
+pkgver=1.8.1
+pkgrel=2
+pkgdesc=Library with common API for various MATE modules
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=(GPL LGPL)
+depends=('dconf' 'gtk2' 'hicolor-icon-theme' 'libunique' 'python2'
+ 'startup-notification')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e3e92eec0cf0443d6a0ca18ad2f88b2ddd54f833')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+sed -i 's|\/usr\/bin\/python|\/usr\/bin\/env python2|' tools/mpaste
+}
+
+build() {
+# See the following for '--disable-desktop-docs' justification
+#  - https://github.com/mate-desktop/mate-desktop/issues/68
+cd ${srcdir}/${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--with-gtk=2.0 \
+--enable-mpaste \
+--disable-static \
+--disable-schemas-compile \
+--disable-desktop-docs \
+--enable-gtk-doc
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-desktop.install
===
--- community-i686/mate-desktop.install 2014-10-03 09:16:47 UTC (rev 120090)
+++ community-i686/mate-desktop.install 2014-10-03 09:16:58 UTC (rev 120091)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-

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

2014-10-03 Thread Martin Wimpress
Date: Friday, October 3, 2014 @ 11:16:47
  Author: flexiondotorg
Revision: 120090

upgpkg: mate-desktop 1.8.1-2 - Implements FS#42215.

Modified:
  mate-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 08:29:55 UTC (rev 120089)
+++ PKGBUILD2014-10-03 09:16:47 UTC (rev 120090)
@@ -2,18 +2,14 @@
 
 pkgname=mate-desktop
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Library with common API for various MATE modules
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=(GPL LGPL)
 depends=('dconf' 'gtk2' 'hicolor-icon-theme' 'libunique' 'python2'
- 'startup-notification' 'ttf-dejavu')
+ 'startup-notification')
 makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('lightdm-gtk2-greeter: A lightweight display manager'
-'onboard: On-screen keyboard useful for mobility impaired users'
-'orca: Screen reader for blind or visually impaired individuals'
-'yelp: for reading MATE help documents')
 groups=('mate')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('e3e92eec0cf0443d6a0ca18ad2f88b2ddd54f833')


[arch-commits] Commit in mate-session-manager/repos (8 files)

2014-10-03 Thread Martin Wimpress
Date: Friday, October 3, 2014 @ 11:22:55
  Author: flexiondotorg
Revision: 120093

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

Added:
  mate-session-manager/repos/community-i686/PKGBUILD
(from rev 120092, mate-session-manager/trunk/PKGBUILD)
  mate-session-manager/repos/community-i686/mate-session-manager.install
(from rev 120092, mate-session-manager/trunk/mate-session-manager.install)
  mate-session-manager/repos/community-x86_64/PKGBUILD
(from rev 120092, mate-session-manager/trunk/PKGBUILD)
  mate-session-manager/repos/community-x86_64/mate-session-manager.install
(from rev 120092, mate-session-manager/trunk/mate-session-manager.install)
Deleted:
  mate-session-manager/repos/community-i686/PKGBUILD
  mate-session-manager/repos/community-i686/mate-session-manager.install
  mate-session-manager/repos/community-x86_64/PKGBUILD
  mate-session-manager/repos/community-x86_64/mate-session-manager.install

---+
 /PKGBUILD |   76 
 /mate-session-manager.install |   24 +++
 community-i686/PKGBUILD   |   34 --
 community-i686/mate-session-manager.install   |   12 ---
 community-x86_64/PKGBUILD |   34 --
 community-x86_64/mate-session-manager.install |   12 ---
 6 files changed, 100 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-03 09:22:44 UTC (rev 120092)
+++ community-i686/PKGBUILD 2014-10-03 09:22:55 UTC (rev 120093)
@@ -1,34 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-session-manager
-pkgver=1.8.1
-pkgrel=2
-pkgdesc=The MATE Session Handler
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('dbus-glib' 'gtk2' 'libsm' 'libxtst' 'mate-desktop' 'mate-polkit'
- 'mate-settings-daemon' 'pangox-compat' 'xdg-user-dirs')
-makedepends=('mate-common' 'perl-xml-parser' 'xmlto')
-optdepends=('xdg-user-dirs-gtk: Add autostart that prompts to rename user 
directories when switching locales')
-groups=('mate')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('af07f12aaad1c6fd7626dfcf95c01c519bde3819')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=2.0 \
---disable-upower
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-session-manager/repos/community-i686/PKGBUILD (from rev 120092, 
mate-session-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-03 09:22:55 UTC (rev 120093)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-session-manager
+pkgver=1.8.1
+pkgrel=3
+pkgdesc=The MATE Session Handler
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dbus-glib' 'gtk2' 'libsm' 'libxtst' 'mate-desktop' 'mate-polkit'
+ 'mate-settings-daemon' 'ttf-dejavu' 'xdg-user-dirs')
+makedepends=('mate-common' 'pangox-compat' 'perl-xml-parser' 'xmlto')
+optdepends=('lightdm-gtk2-greeter: A lightweight display manager'
+'onboard: On-screen keyboard useful for mobility impaired users'
+'orca: Screen reader for blind or visually impaired individuals'
+'xdg-user-dirs-gtk: Add autostart that prompts to rename user 
directories when switching locales'
+'yelp: for reading MATE help documents')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('af07f12aaad1c6fd7626dfcf95c01c519bde3819')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--disable-upower
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-session-manager.install
===
--- community-i686/mate-session-manager.install 2014-10-03 09:22:44 UTC (rev 
120092)
+++ community-i686/mate-session-manager.install 2014-10-03 09:22:55 UTC (rev 
120093)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 

[arch-commits] Commit in mate-session-manager/trunk (PKGBUILD)

2014-10-03 Thread Martin Wimpress
Date: Friday, October 3, 2014 @ 11:22:44
  Author: flexiondotorg
Revision: 120092

upgpkg: mate-session-manager 1.8.1-3 - Implements FS#42216.

Modified:
  mate-session-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 09:16:58 UTC (rev 120091)
+++ PKGBUILD2014-10-03 09:22:44 UTC (rev 120092)
@@ -2,15 +2,19 @@
 
 pkgname=mate-session-manager
 pkgver=1.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc=The MATE Session Handler
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
 depends=('dbus-glib' 'gtk2' 'libsm' 'libxtst' 'mate-desktop' 'mate-polkit'
- 'mate-settings-daemon' 'pangox-compat' 'xdg-user-dirs')
-makedepends=('mate-common' 'perl-xml-parser' 'xmlto')
-optdepends=('xdg-user-dirs-gtk: Add autostart that prompts to rename user 
directories when switching locales')
+ 'mate-settings-daemon' 'ttf-dejavu' 'xdg-user-dirs')
+makedepends=('mate-common' 'pangox-compat' 'perl-xml-parser' 'xmlto')
+optdepends=('lightdm-gtk2-greeter: A lightweight display manager'
+'onboard: On-screen keyboard useful for mobility impaired users'
+'orca: Screen reader for blind or visually impaired individuals'
+'xdg-user-dirs-gtk: Add autostart that prompts to rename user 
directories when switching locales'
+'yelp: for reading MATE help documents')
 groups=('mate')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('af07f12aaad1c6fd7626dfcf95c01c519bde3819')


[arch-commits] Commit in frostwire/repos/community-any (10 files)

2014-10-03 Thread Evangelos Foutras
Date: Friday, October 3, 2014 @ 12:19:14
  Author: foutrelis
Revision: 120096

archrelease: copy trunk to community-any

Added:
  frostwire/repos/community-any/PKGBUILD
(from rev 120095, frostwire/trunk/PKGBUILD)
  frostwire/repos/community-any/frostwire.install
(from rev 120095, frostwire/trunk/frostwire.install)
  frostwire/repos/community-any/frostwire.sh
(from rev 120095, frostwire/trunk/frostwire.sh)
  frostwire/repos/community-any/icons.tar.gz
(from rev 120095, frostwire/trunk/icons.tar.gz)
  frostwire/repos/community-any/java-version-detection.patch
(from rev 120095, frostwire/trunk/java-version-detection.patch)
Deleted:
  frostwire/repos/community-any/PKGBUILD
  frostwire/repos/community-any/frostwire.install
  frostwire/repos/community-any/frostwire.sh
  frostwire/repos/community-any/icons.tar.gz
  frostwire/repos/community-any/java-version-detection.patch

--+
 PKGBUILD |   84 -
 frostwire.install|   28 ++---
 frostwire.sh |6 +-
 java-version-detection.patch |   22 +-
 4 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-03 10:18:57 UTC (rev 120095)
+++ PKGBUILD2014-10-03 10:19:14 UTC (rev 120096)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-
-pkgname=frostwire
-pkgver=5.7.6
-pkgrel=2
-pkgdesc=BitTorrent client with integrated search
-arch=('any')
-url=http://www.frostwire.com;
-license=('GPL')
-depends=('java-runtime' 'mplayer' 'hicolor-icon-theme' 'desktop-file-utils'
- 'gtk-update-icon-cache')
-install=frostwire.install
-source=(http://dl.frostwire.com/$pkgname/$pkgver/$pkgname-$pkgver.noarch.tar.gz
-frostwire.sh
-icons.tar.gz
-java-version-detection.patch)
-sha256sums=('b3356c2dd4ae06e6c205e58c650f3aea617c4d126ecfbd174038951456ec10b8'
-'9a05e5f1005856cd67f6e01fc499d1b64bc372bf3a390e412359196f65cc0ea6'
-'00e425501b33b7213a337314a5035d52459f743f623f9f37abbc60d6e56a2186'
-'0746842535ae17dc63ce5a8cf9e29c319b7a837d9b3aa0076de0e85c11fbe539')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver.noarch
-
-  # FS#15544 (Java version detection fails when _JAVA_OPTIONS is set)
-  patch -Np0 -i $srcdir/java-version-detection.patch
-
-  install -d $pkgdir/usr/share/$pkgname
-  cp -r * $pkgdir/usr/share/$pkgname
-  cp -r $srcdir/icons $pkgdir/usr/share
-
-  install -D $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
-  install -Dm644 $pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/icons/hicolor/16x16/apps/$pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  # Remove uneeded files
-  rm -rf 
$pkgdir/usr/share/frostwire/{runFrostwireOSX.sh,unpack200.py,root/{.svn,magnet10/.svn}}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: frostwire/repos/community-any/PKGBUILD (from rev 120095, 
frostwire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-03 10:19:14 UTC (rev 120096)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=frostwire
+pkgver=5.7.7
+pkgrel=1
+pkgdesc=BitTorrent client with integrated search
+arch=('any')
+url=http://www.frostwire.com;
+license=('GPL')
+depends=('java-runtime' 'mplayer' 'hicolor-icon-theme' 'desktop-file-utils'
+ 'gtk-update-icon-cache')
+install=frostwire.install
+source=(http://dl.frostwire.com/$pkgname/$pkgver/$pkgname-$pkgver.noarch.tar.gz
+frostwire.sh
+icons.tar.gz
+java-version-detection.patch)
+sha256sums=('4211b6dadca6c8db7ae77e90aab015acd69949bf93a4607fad09ecc11b64de91'
+'9a05e5f1005856cd67f6e01fc499d1b64bc372bf3a390e412359196f65cc0ea6'
+'00e425501b33b7213a337314a5035d52459f743f623f9f37abbc60d6e56a2186'
+'0746842535ae17dc63ce5a8cf9e29c319b7a837d9b3aa0076de0e85c11fbe539')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver.noarch
+
+  # FS#15544 (Java version detection fails when _JAVA_OPTIONS is set)
+  patch -Np0 -i $srcdir/java-version-detection.patch
+
+  install -d $pkgdir/usr/share/$pkgname
+  cp -r * $pkgdir/usr/share/$pkgname
+  cp -r $srcdir/icons $pkgdir/usr/share
+
+  install -D $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
+  install -Dm644 $pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 $srcdir/icons/hicolor/16x16/apps/$pkgname.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+
+  # Remove uneeded files
+  rm -rf 
$pkgdir/usr/share/frostwire/{runFrostwireOSX.sh,unpack200.py,root/{.svn,magnet10/.svn}}
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: frostwire.install
===
--- frostwire.install   2014-10-03 10:18:57 UTC (rev 120095)
+++ frostwire.install   

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

2014-10-03 Thread Evangelos Foutras
Date: Friday, October 3, 2014 @ 12:18:57
  Author: foutrelis
Revision: 120095

upgpkg: frostwire 5.7.7-1

New upstream release.

Modified:
  frostwire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 09:56:38 UTC (rev 120094)
+++ PKGBUILD2014-10-03 10:18:57 UTC (rev 120095)
@@ -2,8 +2,8 @@
 # Maintainer: Evangelos Foutras evange...@foutrelis.com
 
 pkgname=frostwire
-pkgver=5.7.6
-pkgrel=2
+pkgver=5.7.7
+pkgrel=1
 pkgdesc=BitTorrent client with integrated search
 arch=('any')
 url=http://www.frostwire.com;
@@ -15,7 +15,7 @@
 frostwire.sh
 icons.tar.gz
 java-version-detection.patch)
-sha256sums=('b3356c2dd4ae06e6c205e58c650f3aea617c4d126ecfbd174038951456ec10b8'
+sha256sums=('4211b6dadca6c8db7ae77e90aab015acd69949bf93a4607fad09ecc11b64de91'
 '9a05e5f1005856cd67f6e01fc499d1b64bc372bf3a390e412359196f65cc0ea6'
 '00e425501b33b7213a337314a5035d52459f743f623f9f37abbc60d6e56a2186'
 '0746842535ae17dc63ce5a8cf9e29c319b7a837d9b3aa0076de0e85c11fbe539')


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

2014-10-03 Thread Martin Wimpress
Date: Friday, October 3, 2014 @ 12:23:56
  Author: flexiondotorg
Revision: 120097

upgpkg: syncthing 0.9.19-2 - Implements FS#42103

Added:
  syncthing/trunk/syncthing.service
Modified:
  syncthing/trunk/PKGBUILD

---+
 PKGBUILD  |5 -
 syncthing.service |   11 +++
 2 files changed, 15 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 10:19:14 UTC (rev 120096)
+++ PKGBUILD2014-10-03 10:23:56 UTC (rev 120097)
@@ -6,7 +6,7 @@
 
 pkgname=syncthing
 pkgver=0.9.19
-pkgrel=1
+pkgrel=2
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;
 license=('MIT')
@@ -15,9 +15,11 @@
 makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
 
source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
 syncthing@.service
+syncthing.service
 syncthing.1)
 sha1sums=('SKIP'
   '204cad3823306c793a14a17a23220e26199160d4'
+  '2d3870eff21ad0724a48ba93e87064686693e3b9'
   '17be8b3f99c577e325765abc251f597e204d7711')
 install=${pkgname}.install
 
@@ -45,5 +47,6 @@
 install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
 install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
+install -D -m 644 ${srcdir}/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
 install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
 }

Added: syncthing.service
===
--- syncthing.service   (rev 0)
+++ syncthing.service   2014-10-03 10:23:56 UTC (rev 120097)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Syncthing service for %u
+After=network.target
+
+[Service]
+Environment=STNORESTART=yes
+ExecStart=/usr/bin/syncthing
+Restart=on-success
+
+[Install]
+WantedBy=default.target


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

2014-10-03 Thread Martin Wimpress
Date: Friday, October 3, 2014 @ 12:24:11
  Author: flexiondotorg
Revision: 120098

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 120097, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 120097, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 120097, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing.service
(from rev 120097, syncthing/trunk/syncthing.service)
  syncthing/repos/community-i686/syncthing@.service
(from rev 120097, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 120097, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 120097, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 120097, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing.service
(from rev 120097, syncthing/trunk/syncthing.service)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 120097, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  104 ++
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   49 
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing.service|   11 +
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   49 
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing.service  |   11 +
 community-x86_64/syncthing@.service |   12 --
 14 files changed, 364 insertions(+), 336 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-03 10:23:56 UTC (rev 120097)
+++ community-i686/PKGBUILD 2014-10-03 10:24:11 UTC (rev 120098)
@@ -1,49 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.9.19
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
-syncthing@.service
-syncthing.1)
-sha1sums=('SKIP'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-go run build.go -no-upgrade build
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-go run build.go -no-upgrade test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-install -D -m 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 120097, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-03 10:24:11 UTC (rev 120098)
@@ -0,0 +1,52 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.9.19
+pkgrel=2
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing

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

2014-10-03 Thread Sergej Pupykin
Date: Friday, October 3, 2014 @ 12:45:49
  Author: spupykin
Revision: 120099

upgpkg: rsyslog 8.4.2-1

upd

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 10:24:11 UTC (rev 120098)
+++ PKGBUILD2014-10-03 10:45:49 UTC (rev 120099)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=rsyslog
-pkgver=8.4.1
+pkgver=8.4.2
 pkgrel=1
 pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
 url=http://www.rsyslog.com/;
@@ -21,7 +21,7 @@
 source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
'rsyslog.logrotate'
'rsyslog.conf')
-md5sums=('03a80c3390294205be2df1d3a9d24f8a'
+md5sums=('5d0f39d5a4fdd4b3b91d80450f17f22e'
  '0d990373f5c70ddee989296007b4df5b'
  'd61dd424e660eb16401121eed20d98bc')
 


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

2014-10-03 Thread Sergej Pupykin
Date: Friday, October 3, 2014 @ 12:46:08
  Author: spupykin
Revision: 120100

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

Added:
  rsyslog/repos/community-i686/PKGBUILD
(from rev 120099, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-i686/rsyslog.conf
(from rev 120099, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-i686/rsyslog.logrotate
(from rev 120099, rsyslog/trunk/rsyslog.logrotate)
  rsyslog/repos/community-x86_64/PKGBUILD
(from rev 120099, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-x86_64/rsyslog.conf
(from rev 120099, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-x86_64/rsyslog.logrotate
(from rev 120099, rsyslog/trunk/rsyslog.logrotate)
Deleted:
  rsyslog/repos/community-i686/PKGBUILD
  rsyslog/repos/community-i686/build-fix.patch
  rsyslog/repos/community-i686/rsyslog.conf
  rsyslog/repos/community-i686/rsyslog.logrotate
  rsyslog/repos/community-x86_64/PKGBUILD
  rsyslog/repos/community-x86_64/build-fix.patch
  rsyslog/repos/community-x86_64/rsyslog.conf
  rsyslog/repos/community-x86_64/rsyslog.logrotate

+
 /PKGBUILD  |  112 +++
 /rsyslog.conf  |   88 +++
 /rsyslog.logrotate |   14 
 community-i686/PKGBUILD|   63 ---
 community-i686/build-fix.patch |   15 
 community-i686/rsyslog.conf|   44 -
 community-i686/rsyslog.logrotate   |7 --
 community-x86_64/PKGBUILD  |   63 ---
 community-x86_64/build-fix.patch   |   15 
 community-x86_64/rsyslog.conf  |   44 -
 community-x86_64/rsyslog.logrotate |7 --
 11 files changed, 214 insertions(+), 258 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-03 10:45:49 UTC (rev 120099)
+++ community-i686/PKGBUILD 2014-10-03 10:46:08 UTC (rev 120100)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=rsyslog
-pkgver=8.4.1
-pkgrel=1
-pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
-url=http://www.rsyslog.com/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd' 'liblogging')
-makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
-'python-docutils')
-optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
-   'net-snmp'
-   'gnutls')
-backup=('etc/rsyslog.conf'
-   'etc/logrotate.d/rsyslog')
-options=('strip' 'zipman')
-source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
-   'rsyslog.logrotate'
-   'rsyslog.conf'
-   'build-fix.patch')
-md5sums=('03a80c3390294205be2df1d3a9d24f8a'
- '0d990373f5c70ddee989296007b4df5b'
- 'd61dd424e660eb16401121eed20d98bc'
- '1211cde1be4a2196c77d89e38c48c930')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-#  patch -p1 $srcdir/build-fix.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-mysql \
-  --enable-pgsql \
-  --enable-mail \
-  --enable-imfile \
-  --enable-snmp \
-  --enable-gnutls \
-  --enable-inet \
-  --enable-imjournal \
-  --enable-omjournal \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-  # Install Daemons and Configuration Files
-  install -D -m644 $srcdir/${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf
-  install -D -m644 $srcdir/${pkgname}.logrotate 
${pkgdir}/etc/logrotate.d/${pkgname}
-
-  # fix location of systemctl and remove start precondition
-  sed -i $pkgdir/usr/lib/systemd/system/rsyslog.service \
--e 's@/bin/systemctl@/usr@' \
--e '/^ExecStartPre/d'
-}

Copied: rsyslog/repos/community-i686/PKGBUILD (from rev 120099, 
rsyslog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-03 10:46:08 UTC (rev 120100)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=rsyslog
+pkgver=8.4.2
+pkgrel=1
+pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
+url=http://www.rsyslog.com/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd' 'liblogging')
+makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
+'python-docutils')
+optdepends=('postgresql-libs: PostgreSQL Database Support'
+   

[arch-commits] Commit in cups/trunk (10 files)

2014-10-03 Thread Andreas Radke
Date: Friday, October 3, 2014 @ 13:29:14
  Author: andyrtr
Revision: 223810

upgpkg: cups 2.0.0-1

upstream update 2.0.0 - disable all bugfix patches that haven't gone upstream 
until now

Modified:
  cups/trunk/PKGBUILD
  cups/trunk/cups-avahi-address.patch
  cups/trunk/cups-no-gcrypt.patch
  cups/trunk/cups-res_init.patch
  cups/trunk/cups.install
  cups/trunk/cups.logrotate
  cups/trunk/ppd-poll-with-client-conf.patch
Deleted:
  cups/trunk/cups-systemd-socket.patch
  cups/trunk/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch
  cups/trunk/get-ppd-file-for-statically-configured-ipp-shared-queues.patch

+
 PKGBUILD   |  114 +-
 cups-avahi-address.patch   |   86 +-
 cups-no-gcrypt.patch   |   41 -
 cups-res_init.patch|   18 
 cups-systemd-socket.patch  |  404 
--
 cups.install   |   14 
 cups.logrotate |1 
 cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch   |   19 
 get-ppd-file-for-statically-configured-ipp-shared-queues.patch |   31 
 ppd-poll-with-client-conf.patch|   29 
 10 files changed, 128 insertions(+), 629 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 08:19:15 UTC (rev 223809)
+++ PKGBUILD2014-10-03 11:29:14 UTC (rev 223810)
@@ -3,93 +3,67 @@
 
 pkgbase=cups
 pkgname=('libcups' 'cups')
-pkgver=1.7.5
+pkgver=2.0.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.cups.org/;
-makedepends=('libtiff=4.0.0' 'libpng=1.5.7' 'acl' 'pam' 'xdg-utils' 'krb5' 
'openssl'
+makedepends=('libtiff=4.0.0' 'libpng=1.5.7' 'acl' 'pam' 'xdg-utils' 'krb5' 
'gnutls'
  'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 
'dbus' 
  'avahi'  'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper' 
'valgrind')
-source=(#http://mirror.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2
-
http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2{,.sig}
+source=(http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2{,.sig}
 cups.logrotate cups.pam
 # improve build and linking
 cups-no-export-ssllibs.patch
 cups-no-gcrypt.patch
 cups-no-gzip-man.patch
-# FC
-cups-systemd-socket.patch
-cups-res_init.patch
-cups-avahi-address.patch
-cups-enum-all.patch
-cups-final-content-type.patch
-# Gentoo
+cups-1.6.2-statedir.patch
 cups-1.6.0-fix-install-perms.patch
-cups-1.6.2-statedir.patch
-# Debian
-cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch
-get-ppd-file-for-statically-configured-ipp-shared-queues.patch
-ppd-poll-with-client-conf.patch)
-md5sums=('5d893edc2957005f78e2b2423fdace2e'
+# bugfixes
+#cups-res_init.patch # FC
+#cups-avahi-address.patch # FC
+#cups-enum-all.patch #FC 
+#cups-final-content-type.patch #FC
+#ppd-poll-with-client-conf.patch # Debian
+)
+md5sums=('2cdd81fea23e9e29555c24bdfd0d7c89'
  'SKIP'
- '26e9b4e65c0a4d76db5737c9b156fd80'
+ 'fc8286f185e2cc5f7e1f6843bf193e2b'
  '96f82c38f3f540b53f3e5144900acf17'
  '3ba9e3410df1dc3015463d615ef91b3b'
- 'cc4101beccb5ed6deb1c92707a575925'
+ '1beb4896f217bc241bc08a422274ec0c'
  '90c30380d4c8cd48a908cfdadae1ea24'
- '8162e1d05947bd59fa29ba40ac565fec'
- '8fe27d4248cacbc02824e7937cab4088'
- 'df0c367c0022e3c7d8e01827e8a6c5e7'
- 'f30c2a161caaf27854581507cde8cac6'
- 'a31b64ba25a985fbae65d8ddf311b08c'
- '5117f65342fcc69c6a506529e4daca9e'
  '451609db34f95209d64c38474de27ce1'
- 'cb58bf4e0b80eaee383712e5c84a1ab4'
- 'b578bcd17949a7203237ba1e31f78ef9'
- '0becd6ab8782b97f19a02c1dc174c75e')
+ '5117f65342fcc69c6a506529e4daca9e')
 
 prepare() {
 
   cd ${pkgbase}-${pkgver}
-#return 1  
-  # add systemd socket support - Fedora patch, also used in Gentoo
-  # modified now to the changes done by Gentoo in their svn ebuild
-  # 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-print/cups/files/cups-1.5.0-systemd-socket.patch?revision=1.1
-  patch -Np1 -i ${srcdir}/cups-systemd-socket.patch
-
+  
+  # improve build and linking
   # Do not export SSL libs in cups-config
-  patch -Np1 -i ${srcdir}/cups-no-export-ssllibs.patch
-
-  patch -Np1 -i ${srcdir}/cups-no-gcrypt.patch
-
+  patch -Np1 -i ${srcdir}/cups-no-export-ssllibs.patch
+  # https://www.cups.org/str.php?L4399
+  patch -Np1 -i ${srcdir}/cups-no-gcrypt.patch
   # don't zip man 

[arch-commits] Commit in cups/repos (30 files)

2014-10-03 Thread Andreas Radke
Date: Friday, October 3, 2014 @ 13:29:48
  Author: andyrtr
Revision: 223811

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

Added:
  cups/repos/testing-i686/
  cups/repos/testing-i686/PKGBUILD
(from rev 223810, cups/trunk/PKGBUILD)
  cups/repos/testing-i686/cups-1.6.0-fix-install-perms.patch
(from rev 223810, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/testing-i686/cups-1.6.2-statedir.patch
(from rev 223810, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/testing-i686/cups-avahi-address.patch
(from rev 223810, cups/trunk/cups-avahi-address.patch)
  cups/repos/testing-i686/cups-enum-all.patch
(from rev 223810, cups/trunk/cups-enum-all.patch)
  cups/repos/testing-i686/cups-final-content-type.patch
(from rev 223810, cups/trunk/cups-final-content-type.patch)
  cups/repos/testing-i686/cups-no-export-ssllibs.patch
(from rev 223810, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/testing-i686/cups-no-gcrypt.patch
(from rev 223810, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/testing-i686/cups-no-gzip-man.patch
(from rev 223810, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/testing-i686/cups-res_init.patch
(from rev 223810, cups/trunk/cups-res_init.patch)
  cups/repos/testing-i686/cups.install
(from rev 223810, cups/trunk/cups.install)
  cups/repos/testing-i686/cups.logrotate
(from rev 223810, cups/trunk/cups.logrotate)
  cups/repos/testing-i686/cups.pam
(from rev 223810, cups/trunk/cups.pam)
  cups/repos/testing-i686/ppd-poll-with-client-conf.patch
(from rev 223810, cups/trunk/ppd-poll-with-client-conf.patch)
  cups/repos/testing-x86_64/
  cups/repos/testing-x86_64/PKGBUILD
(from rev 223810, cups/trunk/PKGBUILD)
  cups/repos/testing-x86_64/cups-1.6.0-fix-install-perms.patch
(from rev 223810, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/testing-x86_64/cups-1.6.2-statedir.patch
(from rev 223810, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/testing-x86_64/cups-avahi-address.patch
(from rev 223810, cups/trunk/cups-avahi-address.patch)
  cups/repos/testing-x86_64/cups-enum-all.patch
(from rev 223810, cups/trunk/cups-enum-all.patch)
  cups/repos/testing-x86_64/cups-final-content-type.patch
(from rev 223810, cups/trunk/cups-final-content-type.patch)
  cups/repos/testing-x86_64/cups-no-export-ssllibs.patch
(from rev 223810, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/testing-x86_64/cups-no-gcrypt.patch
(from rev 223810, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/testing-x86_64/cups-no-gzip-man.patch
(from rev 223810, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/testing-x86_64/cups-res_init.patch
(from rev 223810, cups/trunk/cups-res_init.patch)
  cups/repos/testing-x86_64/cups.install
(from rev 223810, cups/trunk/cups.install)
  cups/repos/testing-x86_64/cups.logrotate
(from rev 223810, cups/trunk/cups.logrotate)
  cups/repos/testing-x86_64/cups.pam
(from rev 223810, cups/trunk/cups.pam)
  cups/repos/testing-x86_64/ppd-poll-with-client-conf.patch
(from rev 223810, cups/trunk/ppd-poll-with-client-conf.patch)

---+
 testing-i686/PKGBUILD |  182 
 testing-i686/cups-1.6.0-fix-install-perms.patch   |   25 ++
 testing-i686/cups-1.6.2-statedir.patch|   12 +
 testing-i686/cups-avahi-address.patch |   95 ++
 testing-i686/cups-enum-all.patch  |   17 +
 testing-i686/cups-final-content-type.patch|   18 +
 testing-i686/cups-no-export-ssllibs.patch |   12 +
 testing-i686/cups-no-gcrypt.patch |   11 +
 testing-i686/cups-no-gzip-man.patch   |   18 +
 testing-i686/cups-res_init.patch  |   26 ++
 testing-i686/cups.install |   27 ++
 testing-i686/cups.logrotate   |5 
 testing-i686/cups.pam |3 
 testing-i686/ppd-poll-with-client-conf.patch  |   18 +
 testing-x86_64/PKGBUILD   |  182 
 testing-x86_64/cups-1.6.0-fix-install-perms.patch |   25 ++
 testing-x86_64/cups-1.6.2-statedir.patch  |   12 +
 testing-x86_64/cups-avahi-address.patch   |   95 ++
 testing-x86_64/cups-enum-all.patch|   17 +
 testing-x86_64/cups-final-content-type.patch  |   18 +
 testing-x86_64/cups-no-export-ssllibs.patch   |   12 +
 testing-x86_64/cups-no-gcrypt.patch   |   11 +
 testing-x86_64/cups-no-gzip-man.patch |   18 +
 testing-x86_64/cups-res_init.patch|   26 ++
 testing-x86_64/cups.install   |   27 ++
 testing-x86_64/cups.logrotate |5 
 testing-x86_64/cups.pam   |3 
 testing-x86_64/ppd-poll-with-client-conf.patch|   18 +
 28 files changed, 938 insertions(+)

The diff is longer than the 

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

2014-10-03 Thread Kyle Keen
Date: Friday, October 3, 2014 @ 13:56:10
  Author: kkeen
Revision: 120101

upgpkg: seamonkey 2.29.1-1

Modified:
  seamonkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 10:46:08 UTC (rev 120100)
+++ PKGBUILD2014-10-03 11:56:10 UTC (rev 120101)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen keen...@gmail.com
 
 pkgname=seamonkey
-pkgver=2.29
+pkgver=2.29.1
 pkgrel=1
 pkgdesc=SeaMonkey internet suite
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 mozconfig
 seamonkey-2.0-lang.patch
 rhbz-966424.patch)
-md5sums=('ffd77471765e1a38c2a00ab3453a96a7'
+md5sums=('2e7de6485848675857f8b8e43221caa7'
  '9b6d65e9b77acf9fd7c6e3578a5d2acd'
  '25b6fe16ac24cd5c852213e5c1adb272'
  '8c1578232b7a60fa1caa9a0b322d1e2b')


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

2014-10-03 Thread Kyle Keen
Date: Friday, October 3, 2014 @ 13:56:47
  Author: kkeen
Revision: 120102

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

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 120101, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 120101, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/rhbz-966424.patch
(from rev 120101, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 120101, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 120101, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 120101, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 120101, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/rhbz-966424.patch
(from rev 120101, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 120101, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 120101, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/rhbz-966424.patch
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
  seamonkey/repos/community-i686/seamonkey.install
  seamonkey/repos/community-x86_64/PKGBUILD
  seamonkey/repos/community-x86_64/mozconfig
  seamonkey/repos/community-x86_64/rhbz-966424.patch
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  162 
 /mozconfig|   72 
 /rhbz-966424.patch|   46 +++
 /seamonkey-2.0-lang.patch |   22 +++
 /seamonkey.install|   24 
 community-i686/PKGBUILD   |   81 --
 community-i686/mozconfig  |   36 --
 community-i686/rhbz-966424.patch  |   23 ---
 community-i686/seamonkey-2.0-lang.patch   |   11 -
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   81 --
 community-x86_64/mozconfig|   36 --
 community-x86_64/rhbz-966424.patch|   23 ---
 community-x86_64/seamonkey-2.0-lang.patch |   11 -
 community-x86_64/seamonkey.install|   12 --
 15 files changed, 326 insertions(+), 326 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-03 11:56:10 UTC (rev 120101)
+++ community-i686/PKGBUILD 2014-10-03 11:56:47 UTC (rev 120102)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgname=seamonkey
-pkgver=2.29
-pkgrel=1
-pkgdesc=SeaMonkey internet suite
-arch=('i686' 'x86_64')
-license=('MPL')
-depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'hunspell'  
'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  'mozilla-common'  
'nss'  'sqlite'  'startup-notification' 'libpulse' 'icu')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gstreamer0.10-base')
-optdepends=('gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
-'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
-'gstreamer0.10-good-plugins: webm and mp4 demuxing'
-'gstreamer0.10-ugly-plugins: h.264 decoding')
-install=$pkgname.install
-url=http://www.seamonkey-project.org/;
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2
-mozconfig
-seamonkey-2.0-lang.patch
-rhbz-966424.patch)
-md5sums=('ffd77471765e1a38c2a00ab3453a96a7'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b')
-
-prepare() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # https://bugs.archlinux.org/task/41689
-  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/ -O2/' configure
-
-  # 2.26 build fix from wgnie (blfs ch 37)
-  sed -i 's/$(MOZ_ZLIB_CFLAGS)/ $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-}
-
-build() {
-  cd comm-release
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver
-  export MOZ_MAKE_FLAGS=$MAKEFLAGS
-  unset MAKEFLAGS
-  unset CPPFLAGS
-
-  make -j1 -f client.mk build
-}
-

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

2014-10-03 Thread Sven-Hendrik Haase
Date: Friday, October 3, 2014 @ 15:40:39
  Author: svenstaro
Revision: 120103

upgpkg: wine 1.7.28-1

upstream release 1.7.28

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 11:56:47 UTC (rev 120102)
+++ PKGBUILD2014-10-03 13:40:39 UTC (rev 120103)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=wine
-pkgver=1.7.27
+pkgver=1.7.28
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('1e3d8d8b6c8ce76ae1514e6fa429b2bf77bfb1e0'
+sha1sums=('d217e4dbac4d69dda9a9cccaa3ed92366d958d23'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 


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

2014-10-03 Thread Sven-Hendrik Haase
Date: Friday, October 3, 2014 @ 15:40:49
  Author: svenstaro
Revision: 120104

archrelease: copy trunk to community-i686

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

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

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2014-10-03 13:40:39 UTC (rev 120103)
+++ 30-win32-aliases.conf   2014-10-03 13:40:49 UTC (rev 120104)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 120103, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2014-10-03 13:40:49 UTC (rev 120104)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

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

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

2014-10-03 Thread Massimiliano Torromeo
Date: Friday, October 3, 2014 @ 16:58:24
  Author: mtorromeo
Revision: 120106

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

Added:
  snapper/repos/community-i686/PKGBUILD
(from rev 120105, snapper/trunk/PKGBUILD)
  snapper/repos/community-i686/cleanup.service
(from rev 120105, snapper/trunk/cleanup.service)
  snapper/repos/community-i686/cleanup.timer
(from rev 120105, snapper/trunk/cleanup.timer)
  snapper/repos/community-i686/timeline.service
(from rev 120105, snapper/trunk/timeline.service)
  snapper/repos/community-i686/timeline.timer
(from rev 120105, snapper/trunk/timeline.timer)
  snapper/repos/community-x86_64/PKGBUILD
(from rev 120105, snapper/trunk/PKGBUILD)
  snapper/repos/community-x86_64/cleanup.service
(from rev 120105, snapper/trunk/cleanup.service)
  snapper/repos/community-x86_64/cleanup.timer
(from rev 120105, snapper/trunk/cleanup.timer)
  snapper/repos/community-x86_64/timeline.service
(from rev 120105, snapper/trunk/timeline.service)
  snapper/repos/community-x86_64/timeline.timer
(from rev 120105, snapper/trunk/timeline.timer)
Deleted:
  snapper/repos/community-i686/PKGBUILD
  snapper/repos/community-i686/cleanup.service
  snapper/repos/community-i686/cleanup.timer
  snapper/repos/community-i686/timeline.service
  snapper/repos/community-i686/timeline.timer
  snapper/repos/community-x86_64/PKGBUILD
  snapper/repos/community-x86_64/cleanup.service
  snapper/repos/community-x86_64/cleanup.timer
  snapper/repos/community-x86_64/timeline.service
  snapper/repos/community-x86_64/timeline.timer

---+
 /PKGBUILD |  172 
 /cleanup.service  |   18 +++
 /cleanup.timer|   24 +
 /timeline.service |   18 +++
 /timeline.timer   |   24 +
 community-i686/PKGBUILD   |   83 -
 community-i686/cleanup.service|9 -
 community-i686/cleanup.timer  |   12 --
 community-i686/timeline.service   |9 -
 community-i686/timeline.timer |   12 --
 community-x86_64/PKGBUILD |   83 -
 community-x86_64/cleanup.service  |9 -
 community-x86_64/cleanup.timer|   12 --
 community-x86_64/timeline.service |9 -
 community-x86_64/timeline.timer   |   12 --
 15 files changed, 256 insertions(+), 250 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-03 14:57:06 UTC (rev 120105)
+++ community-i686/PKGBUILD 2014-10-03 14:58:24 UTC (rev 120106)
@@ -1,83 +0,0 @@
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Tom Kuther gim...@sonnenkinder.org
-
-pkgname=snapper
-pkgver=0.2.3
-pkgrel=3
-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;
-cleanup.timer
-cleanup.service
-timeline.timer
-timeline.service)
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # boost fixlets - Arch doesn't use -mt suffix
-  sed -e 's@lboost_thread-mt@lboost_thread@g' \
-  -e 's@lboost_system-mt@lboost_system@g' \
-  -i snapper/Makefile.am
-
-  # 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
-  install -Dm755 client/.libs/systemd-helper 
$pkgdir/usr/lib/snapper/systemd-helper
-
-  rm -f $pkgdir/etc/snapper/zypp-plugin.conf
-  rm -f $pkgdir/usr/share/man/man*/snapper-zypp-plugin.*.gz
-
-  for unit in {cleanup,timeline}.{timer,service}; do
-install -Dm644 

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

2014-10-03 Thread Massimiliano Torromeo
Date: Friday, October 3, 2014 @ 16:57:06
  Author: mtorromeo
Revision: 120105

upgpkg: snapper 0.2.4-1

Updated to 0.2.4

Modified:
  snapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 13:40:49 UTC (rev 120104)
+++ PKGBUILD2014-10-03 14:57:06 UTC (rev 120105)
@@ -2,8 +2,8 @@
 # Contributor: Tom Kuther gim...@sonnenkinder.org
 
 pkgname=snapper
-pkgver=0.2.3
-pkgrel=3
+pkgver=0.2.4
+pkgrel=1
 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;
@@ -21,6 +21,9 @@
 prepare() {
   cd $srcdir/$pkgname-$pkgver
 
+  # fix for btrfs-progs 3.16
+  sed 's/BTRFS_LIB_VERSION (100)/BTRFS_LIB_VERSION (101)/g' -i snapper/Btrfs.cc
+
   # boost fixlets - Arch doesn't use -mt suffix
   sed -e 's@lboost_thread-mt@lboost_thread@g' \
   -e 's@lboost_system-mt@lboost_system@g' \
@@ -76,7 +79,7 @@
   done
 }
 
-sha256sums=('6c78fc57ac018f7536a03971927f2b17f1f048f87e26689609028f51500c9c6a'
+sha256sums=('8fc70b8e7a39dc3249ce9141e2c5f0623bb80f8e4150a543d8ed04d2ad27f399'
 '7c0a695b4d70b3d6aa25789b478ceca86ac3dab6f678045df4907b2c020341f9'
 'd2f2571e92ffe612529d69a96bd725b4bd040fc36043d98dc1e09b6efcb65894'
 'b62f61261e45587a38bcbe6468b8932259740984151db1636d299ddafbe3f7a9'


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

2014-10-03 Thread Sven-Hendrik Haase
Date: Friday, October 3, 2014 @ 17:17:19
  Author: svenstaro
Revision: 120109

archrelease: copy trunk to community-any

Added:
  fabric/repos/community-any/PKGBUILD
(from rev 120108, fabric/trunk/PKGBUILD)
  fabric/repos/community-any/paramiko.patch
(from rev 120108, fabric/trunk/paramiko.patch)
Deleted:
  fabric/repos/community-any/PKGBUILD
  fabric/repos/community-any/paramiko.patch

+
 PKGBUILD   |   42 +-
 paramiko.patch |   48 
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-03 15:17:13 UTC (rev 120108)
+++ PKGBUILD2014-10-03 15:17:19 UTC (rev 120109)
@@ -1,21 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Francois Boulogne fboulogne at april dot org
-
-pkgname=fabric
-pkgver=1.9.0
-pkgrel=1
-pkgdesc=Python library and command-line tool designed to streamline deploying 
applications or performing system administration tasks via the SSH protocol
-url=http://fabfile.org/;
-license=('BSD')
-arch=('any')
-depends=('python2' 'pycrypto' 'python2-paramiko' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/F/Fabric/Fabric-${pkgver}.tar.gz;)
-md5sums=('093c62d8fb0c8c9d41f251408a06f939')
-
-package() {
-  cd ${srcdir}/Fabric-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-
-  install -D -m644 README.rst ${pkgdir}/usr/share/doc/${pkgname}/README.rst
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: fabric/repos/community-any/PKGBUILD (from rev 120108, 
fabric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-03 15:17:19 UTC (rev 120109)
@@ -0,0 +1,21 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Francois Boulogne fboulogne at april dot org
+
+pkgname=fabric
+pkgver=1.10.0
+pkgrel=1
+pkgdesc=Python library and command-line tool designed to streamline deploying 
applications or performing system administration tasks via the SSH protocol
+url=http://fabfile.org/;
+license=('BSD')
+arch=('any')
+depends=('python2' 'pycrypto' 'python2-paramiko' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/F/Fabric/Fabric-${pkgver}.tar.gz;)
+md5sums=('2cb96473387f0e7aa035210892352f4a')
+
+package() {
+  cd ${srcdir}/Fabric-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  install -D -m644 README.rst ${pkgdir}/usr/share/doc/${pkgname}/README.rst
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: paramiko.patch
===
--- paramiko.patch  2014-10-03 15:17:13 UTC (rev 120108)
+++ paramiko.patch  2014-10-03 15:17:19 UTC (rev 120109)
@@ -1,24 +0,0 @@
 setup.py
-+++ setup.py
-@@ -26,6 +26,11 @@ pip, with `pip install fabric==dev`.
- For more information, please see the Fabric website or execute ``fab --help``.
-  % (get_version('branch'), readme)
-
-+if sys.version_info[:2]  (2, 6):
-+install_requires=['paramiko=1.10,1.13']
-+else:
-+install_requires=['paramiko=1.10']
-+
- setup(
- name='Fabric',
- version=get_version('short'),
-@@ -37,7 +42,7 @@ setup(
- packages=find_packages(),
- test_suite='nose.collector',
- tests_require=['nose', 'fudge1.0'],
--install_requires=['paramiko=1.10,1.13'],
-+install_requires=install_requires,
- entry_points={
- 'console_scripts': [
- 'fab = fabric.main:main',
-

Copied: fabric/repos/community-any/paramiko.patch (from rev 120108, 
fabric/trunk/paramiko.patch)
===
--- paramiko.patch  (rev 0)
+++ paramiko.patch  2014-10-03 15:17:19 UTC (rev 120109)
@@ -0,0 +1,24 @@
+--- setup.py
 setup.py
+@@ -26,6 +26,11 @@ pip, with `pip install fabric==dev`.
+ For more information, please see the Fabric website or execute ``fab --help``.
+  % (get_version('branch'), readme)
+
++if sys.version_info[:2]  (2, 6):
++install_requires=['paramiko=1.10,1.13']
++else:
++install_requires=['paramiko=1.10']
++
+ setup(
+ name='Fabric',
+ version=get_version('short'),
+@@ -37,7 +42,7 @@ setup(
+ packages=find_packages(),
+ test_suite='nose.collector',
+ tests_require=['nose', 'fudge1.0'],
+-install_requires=['paramiko=1.10,1.13'],
++install_requires=install_requires,
+ entry_points={
+ 'console_scripts': [
+ 'fab = fabric.main:main',
+


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

2014-10-03 Thread Sven-Hendrik Haase
Date: Friday, October 3, 2014 @ 17:17:06
  Author: svenstaro
Revision: 120107

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2014-10-03 14:58:24 UTC (rev 120106)
+++ 30-win32-aliases.conf   2014-10-03 15:17:06 UTC (rev 120107)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

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

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

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

2014-10-03 Thread Sven-Hendrik Haase
Date: Friday, October 3, 2014 @ 17:17:13
  Author: svenstaro
Revision: 120108

upgpkg: fabric 1.10.0-1

upstream release 1.10

Modified:
  fabric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 15:17:06 UTC (rev 120107)
+++ PKGBUILD2014-10-03 15:17:13 UTC (rev 120108)
@@ -2,7 +2,7 @@
 # Contributor: Francois Boulogne fboulogne at april dot org
 
 pkgname=fabric
-pkgver=1.9.0
+pkgver=1.10.0
 pkgrel=1
 pkgdesc=Python library and command-line tool designed to streamline deploying 
applications or performing system administration tasks via the SSH protocol
 url=http://fabfile.org/;
@@ -10,7 +10,7 @@
 arch=('any')
 depends=('python2' 'pycrypto' 'python2-paramiko' 'python2-setuptools')
 
source=(http://pypi.python.org/packages/source/F/Fabric/Fabric-${pkgver}.tar.gz;)
-md5sums=('093c62d8fb0c8c9d41f251408a06f939')
+md5sums=('2cb96473387f0e7aa035210892352f4a')
 
 package() {
   cd ${srcdir}/Fabric-${pkgver}


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

2014-10-03 Thread Andreas Radke
Date: Friday, October 3, 2014 @ 19:58:26
  Author: andyrtr
Revision: 223813

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

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

---+
 /LICENSE  |  146 
 /PKGBUILD |  122 
 extra-i686/LICENSE|   73 
 extra-i686/PKGBUILD   |   61 
 extra-x86_64/LICENSE  |   73 
 extra-x86_64/PKGBUILD |   61 
 6 files changed, 268 insertions(+), 268 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2014-10-03 17:58:06 UTC (rev 223812)
+++ extra-i686/LICENSE  2014-10-03 17:58:26 UTC (rev 223813)
@@ -1,73 +0,0 @@
-/***
-
-Copyright 2002-2008,2009 by Thomas E. Dickey
-
-All Rights Reserved
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-Software), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name(s) of the above copyright
-holders shall not be used in advertising or otherwise to promote the
-sale, use or other dealings in this Software without prior written
-authorization.
-
-Copyright 1987, 1988  The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
-
-Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
-
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Digital not be used in
-advertising or publicity pertaining to distribution of the software
-without specific, written prior permission.
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
-
-**/

Copied: xterm/repos/extra-i686/LICENSE (from 

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

2014-10-03 Thread Andreas Radke
Date: Friday, October 3, 2014 @ 19:58:06
  Author: andyrtr
Revision: 223812

upgpkg: xterm 312-1

upstream update 312

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 11:29:48 UTC (rev 223811)
+++ PKGBUILD2014-10-03 17:58:06 UTC (rev 223812)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xterm
-pkgver=311
+pkgver=312
 pkgrel=1
 pkgdesc=X Terminal Emulator
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc}
 LICENSE)
-md5sums=('bba4f296724aca42adeb61399e7b2a08'
+md5sums=('e42f09b2f59efa862367967241d56306'
  'SKIP'
  '10ecc3f8ee91e3189863a172f68282d2')
 


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

2014-10-03 Thread Andreas Radke
Date: Friday, October 3, 2014 @ 20:01:53
  Author: andyrtr
Revision: 223814

upgpkg: man-pages 3.74-1

upstream update 3.74

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 17:58:26 UTC (rev 223813)
+++ PKGBUILD2014-10-03 18:01:53 UTC (rev 223814)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.73
+pkgver=3.74
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -14,7 +14,7 @@
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
-sha256sums=('0582c4e636eccd94e47f53c6a36950e2b14447c8d19d840b9ca5fc84b3530c07'
+sha256sums=('1e150c39f65fc9f1614399ff3e73dc3d09cbfad4b7c22ec4878db19254968681'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {


[arch-commits] Commit in man-pages/repos (testing-any testing-any/PKGBUILD)

2014-10-03 Thread Andreas Radke
Date: Friday, October 3, 2014 @ 20:01:59
  Author: andyrtr
Revision: 223815

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 223814, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 223814, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-10-03 18:01:59 UTC (rev 223815)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=man-pages
+pkgver=3.74
+_posixver=2013-a
+pkgrel=1
+pkgdesc=Linux man pages
+arch=('any')
+license=('GPL' 'custom')
+url=http://man7.org/linux/man-pages/index.html;
+groups=('base')
+depends=()
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
+# https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
+sha256sums=('1e150c39f65fc9f1614399ff3e73dc3d09cbfad4b7c22ec4878db19254968681'
+'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i /^\.so /s/man${sect}p/man$sect/ 
${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/*
+mv -iv ${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/* 
${srcdir}/$pkgname-$pkgver/man$sect/
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+  
+  # posix pages have a custom license
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT
+  
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+  
+  
+}


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

2014-10-03 Thread Andreas Radke
Date: Friday, October 3, 2014 @ 20:03:36
  Author: andyrtr
Revision: 223817

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
(from rev 223816, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-03 18:03:30 UTC (rev 223816)
+++ PKGBUILD2014-10-03 18:03:36 UTC (rev 223817)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: kusakata shohei atmark kusakata period com
-
-pkgname=mdds
-pkgver=0.11.0
-pkgrel=1
-pkgdesc=A collection of multi-dimensional data structures and indexing 
algorithms
-arch=('any')
-url=http://code.google.com/p/multidimalgorithm/;
-license=('MIT')
-checkdepends=('boost')
-# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
-source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-sha1sums=('cefd57cf7cd0408737b3d76ed0771694f26bda58')
-
-build() {
-  cd ${pkgname}_${pkgver}
-
-  # this is only used in tests
-  #sed -i -e '/^CPPFLAGS_NODEBUG=/s/=.*/=${CXXFLAGS}/' configure
-
-  ./configure --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}_${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}_${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 223816, mdds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-03 18:03:36 UTC (rev 223817)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: kusakata shohei atmark kusakata period com
+
+pkgname=mdds
+pkgver=0.11.1
+pkgrel=1
+pkgdesc=A collection of multi-dimensional data structures and indexing 
algorithms
+arch=('any')
+url=http://code.google.com/p/multidimalgorithm/;
+license=('MIT')
+checkdepends=('boost')
+# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
+source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
+sha1sums=('0c1ace97ad310e5293c538f395176d9a506cdeda')
+
+build() {
+  cd ${pkgname}_${pkgver}
+  ./configure --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}_${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}_${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}


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

2014-10-03 Thread Andreas Radke
Date: Friday, October 3, 2014 @ 20:03:30
  Author: andyrtr
Revision: 223816

upgpkg: mdds 0.11.1-1

upstream update 0.11.1

Modified:
  mdds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 18:01:59 UTC (rev 223815)
+++ PKGBUILD2014-10-03 18:03:30 UTC (rev 223816)
@@ -3,7 +3,7 @@
 # Contributor: kusakata shohei atmark kusakata period com
 
 pkgname=mdds
-pkgver=0.11.0
+pkgver=0.11.1
 pkgrel=1
 pkgdesc=A collection of multi-dimensional data structures and indexing 
algorithms
 arch=('any')
@@ -12,14 +12,10 @@
 checkdepends=('boost')
 # see http://code.google.com/p/multidimalgorithm/wiki/Downloads
 source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-sha1sums=('cefd57cf7cd0408737b3d76ed0771694f26bda58')
+sha1sums=('0c1ace97ad310e5293c538f395176d9a506cdeda')
 
 build() {
   cd ${pkgname}_${pkgver}
-
-  # this is only used in tests
-  #sed -i -e '/^CPPFLAGS_NODEBUG=/s/=.*/=${CXXFLAGS}/' configure
-
   ./configure --prefix=/usr
   # make
 }


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

2014-10-03 Thread Evangelos Foutras
Date: Friday, October 3, 2014 @ 20:09:15
  Author: foutrelis
Revision: 223819

Fix checksums (FS#42230).

Modified:
  thunar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 18:06:17 UTC (rev 223818)
+++ PKGBUILD2014-10-03 18:09:15 UTC (rev 223819)
@@ -23,7 +23,7 @@
 source=(http://archive.xfce.org/src/xfce/$pkgname/1.6/Thunar-$pkgver.tar.bz2
 0001-Fix-Open-With-default-app-with-glib-2.41.patch)
 sha256sums=('9a2706f6881ac29cda9f0b0325d179153bc09e37bcbafcab9823c1c1ec89579d'
-'3af91403bb9ccb6844df5062bb3f6f8a54698a1ebf504234c44f5a3bc269941d')
+'bc584c21de2d25530fb8039ef6863be3884cd2012427a4a5ead23498238c3232')
 
 prepare() {
   cd $srcdir/Thunar-$pkgver


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

2014-10-03 Thread Evangelos Foutras
Date: Friday, October 3, 2014 @ 20:09:41
  Author: foutrelis
Revision: 223820

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

Added:
  thunar/repos/extra-i686/0001-Fix-Open-With-default-app-with-glib-2.41.patch
(from rev 223819, 
thunar/trunk/0001-Fix-Open-With-default-app-with-glib-2.41.patch)
  thunar/repos/extra-i686/PKGBUILD
(from rev 223819, thunar/trunk/PKGBUILD)
  thunar/repos/extra-i686/thunar.install
(from rev 223819, thunar/trunk/thunar.install)
  thunar/repos/extra-x86_64/0001-Fix-Open-With-default-app-with-glib-2.41.patch
(from rev 223819, 
thunar/trunk/0001-Fix-Open-With-default-app-with-glib-2.41.patch)
  thunar/repos/extra-x86_64/PKGBUILD
(from rev 223819, thunar/trunk/PKGBUILD)
  thunar/repos/extra-x86_64/thunar.install
(from rev 223819, thunar/trunk/thunar.install)
Deleted:
  thunar/repos/extra-i686/0001-Fix-Open-With-default-app-with-glib-2.41.patch
  thunar/repos/extra-i686/PKGBUILD
  thunar/repos/extra-i686/thunar.install
  thunar/repos/extra-x86_64/0001-Fix-Open-With-default-app-with-glib-2.41.patch
  thunar/repos/extra-x86_64/PKGBUILD
  thunar/repos/extra-x86_64/thunar.install

--+
 /0001-Fix-Open-With-default-app-with-glib-2.41.patch |  176 
++
 /PKGBUILD|  128 +++
 /thunar.install  |   28 +
 extra-i686/0001-Fix-Open-With-default-app-with-glib-2.41.patch   |   88 -
 extra-i686/PKGBUILD  |   64 ---
 extra-i686/thunar.install|   14 
 extra-x86_64/0001-Fix-Open-With-default-app-with-glib-2.41.patch |   88 -
 extra-x86_64/PKGBUILD|   64 ---
 extra-x86_64/thunar.install  |   14 
 9 files changed, 332 insertions(+), 332 deletions(-)

Deleted: extra-i686/0001-Fix-Open-With-default-app-with-glib-2.41.patch
===
--- extra-i686/0001-Fix-Open-With-default-app-with-glib-2.41.patch  
2014-10-03 18:09:15 UTC (rev 223819)
+++ extra-i686/0001-Fix-Open-With-default-app-with-glib-2.41.patch  
2014-10-03 18:09:41 UTC (rev 223820)
@@ -1,88 +0,0 @@
-From 9fcfc59456976dc7cc296fd7451fd6bbffe151b6 Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras evange...@foutrelis.com
-Date: Fri, 3 Oct 2014 06:59:54 +0300
-Subject: [PATCH] Fix Open With default app with glib = 2.41
-
-Beginning with glib = 2.41, g_app_info_get_all_for_type() no longer
-puts the default application in front of the list.
-
-This commit adds thunar_g_app_info_get_all_for_type() which imitates the
-old behavior of g_app_info_get_all_for_type() and moves the default
-application to the front of the list.
-
-https://bugzilla.xfce.org/show_bug.cgi?id=11212

- thunar/thunar-file.c   |  2 +-
- thunar/thunar-gio-extensions.c | 29 +
- thunar/thunar-gio-extensions.h |  2 ++
- 3 files changed, 32 insertions(+), 1 deletion(-)
-
-diff --git a/thunar/thunar-file.c b/thunar/thunar-file.c
-index c45cf81..ee2f467 100644
 a/thunar/thunar-file.c
-+++ b/thunar/thunar-file.c
-@@ -4017,7 +4017,7 @@ thunar_file_list_get_applications (GList *file_list)
- 
-   /* determine the list of applications that can open this file */
-   if (G_UNLIKELY (current_type != NULL))
--list = g_app_info_get_all_for_type (current_type);
-+list = thunar_g_app_info_get_all_for_type (current_type);
-   else
- list = NULL;
- 
-diff --git a/thunar/thunar-gio-extensions.c b/thunar/thunar-gio-extensions.c
-index 369c1f4..1c45443 100644
 a/thunar/thunar-gio-extensions.c
-+++ b/thunar/thunar-gio-extensions.c
-@@ -513,6 +513,35 @@ thunar_g_file_list_to_stringv (GList *list)
- 
- 
- 
-+GList *
-+thunar_g_app_info_get_all_for_type (const char *content_type)
-+{
-+  GList*infos, *info;
-+  GAppInfo *default_info;
-+
-+  infos = g_app_info_get_all_for_type (content_type);
-+  default_info = g_app_info_get_default_for_type (content_type, FALSE);
-+
-+  if (default_info == NULL)
-+return infos;
-+
-+  for (info = infos; info; info = info-next)
-+  {
-+if (g_app_info_equal (info-data, default_info))
-+{
-+  g_object_unref (info-data);
-+  infos = g_list_delete_link (infos, info);
-+  break;
-+}
-+  }
-+
-+  infos = g_list_prepend (infos, default_info);
-+
-+  return infos;
-+}
-+
-+
-+
- gboolean
- thunar_g_app_info_launch (GAppInfo  *info,
-   GFile *working_directory,
-diff --git a/thunar/thunar-gio-extensions.h b/thunar/thunar-gio-extensions.h
-index c19101e..b05c6cd 100644
 a/thunar/thunar-gio-extensions.h
-+++ b/thunar/thunar-gio-extensions.h
-@@ -76,6 +76,8 @@ gchar   **thunar_g_file_list_to_stringv (GList   
  *list);
- #define   

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

2014-10-03 Thread Ray Rashif
Date: Friday, October 3, 2014 @ 21:24:07
  Author: schiv
Revision: 223821

upgpkg: ardour 3.5.403-1

upstream critical bugfix release

Modified:
  ardour/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 18:09:41 UTC (rev 223820)
+++ PKGBUILD2014-10-03 19:24:07 UTC (rev 223821)
@@ -5,7 +5,7 @@
 
 pkgname=ardour
 _pkgname=Ardour3
-pkgver=3.5.380
+pkgver=3.5.403
 pkgrel=1
 pkgdesc=Professional-grade digital audio workstation
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 install=$pkgname.install
 source=(ftp://ftp.archlinux.org/other/$pkgname/$_pkgname-$pkgver.tar.bz2;
 $pkgname.desktop)
-md5sums=('eeed6ed0a22ecf3f1179318ac9594616'
+md5sums=('25d23b9d8ae35b8faf058c5f533d6aa9'
  '316bd21ece5e2208a104fd09cac521af')
 
 prepare() {


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

2014-10-03 Thread Ray Rashif
Date: Friday, October 3, 2014 @ 21:24:24
  Author: schiv
Revision: 223822

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

Added:
  ardour/repos/extra-i686/.contrib
(from rev 223821, ardour/trunk/.contrib)
  ardour/repos/extra-i686/PKGBUILD
(from rev 223821, ardour/trunk/PKGBUILD)
  ardour/repos/extra-i686/ardour.desktop
(from rev 223821, ardour/trunk/ardour.desktop)
  ardour/repos/extra-i686/ardour.install
(from rev 223821, ardour/trunk/ardour.install)
  ardour/repos/extra-x86_64/.contrib
(from rev 223821, ardour/trunk/.contrib)
  ardour/repos/extra-x86_64/PKGBUILD
(from rev 223821, ardour/trunk/PKGBUILD)
  ardour/repos/extra-x86_64/ardour.desktop
(from rev 223821, ardour/trunk/ardour.desktop)
  ardour/repos/extra-x86_64/ardour.install
(from rev 223821, ardour/trunk/ardour.install)
Deleted:
  ardour/repos/extra-i686/.contrib
  ardour/repos/extra-i686/PKGBUILD
  ardour/repos/extra-i686/ardour.desktop
  ardour/repos/extra-i686/ardour.install
  ardour/repos/extra-x86_64/.contrib
  ardour/repos/extra-x86_64/PKGBUILD
  ardour/repos/extra-x86_64/ardour.desktop
  ardour/repos/extra-x86_64/ardour.install

-+
 /.contrib   |4 +
 /PKGBUILD   |  102 ++
 /ardour.desktop |   18 +++
 /ardour.install |   44 ++
 extra-i686/.contrib |2 
 extra-i686/PKGBUILD |   51 -
 extra-i686/ardour.desktop   |9 ---
 extra-i686/ardour.install   |   22 -
 extra-x86_64/.contrib   |2 
 extra-x86_64/PKGBUILD   |   51 -
 extra-x86_64/ardour.desktop |9 ---
 extra-x86_64/ardour.install |   22 -
 12 files changed, 168 insertions(+), 168 deletions(-)

Deleted: extra-i686/.contrib
===
--- extra-i686/.contrib 2014-10-03 19:24:07 UTC (rev 223821)
+++ extra-i686/.contrib 2014-10-03 19:24:24 UTC (rev 223822)
@@ -1,2 +0,0 @@
-# Contributor: Bernardo Barros bernardobar...@gmail.com
-# Contributor: Uli Armbruster uli_armbrus...@web.de

Copied: ardour/repos/extra-i686/.contrib (from rev 223821, 
ardour/trunk/.contrib)
===
--- extra-i686/.contrib (rev 0)
+++ extra-i686/.contrib 2014-10-03 19:24:24 UTC (rev 223822)
@@ -0,0 +1,2 @@
+# Contributor: Bernardo Barros bernardobar...@gmail.com
+# Contributor: Uli Armbruster uli_armbrus...@web.de

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-03 19:24:07 UTC (rev 223821)
+++ extra-i686/PKGBUILD 2014-10-03 19:24:24 UTC (rev 223822)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: see .contrib
-
-pkgname=ardour
-_pkgname=Ardour3
-pkgver=3.5.380
-pkgrel=1
-pkgdesc=Professional-grade digital audio workstation
-arch=('i686' 'x86_64')
-url=http://ardour.org/;
-license=('GPL')
-depends=('liblrdf' 'liblo=0.28' 'libsmf' 'lilv'
- 'aubio' 'libgnomecanvasmm' 'suil')
-makedepends=('python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
-optdepends=('xjadeo: video monitoring')
-install=$pkgname.install
-source=(ftp://ftp.archlinux.org/other/$pkgname/$_pkgname-$pkgver.tar.bz2;
-$pkgname.desktop)
-md5sums=('eeed6ed0a22ecf3f1179318ac9594616'
- '316bd21ece5e2208a104fd09cac521af')
-
-prepare() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  # python2 fix
-  sed -i 's/python ${SRC}/python2 ${SRC}/' libs/pbd/wscript
-}
-
-build() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  python2 waf configure --prefix=/usr \
---configdir=/etc \
---docs
-
-  python2 waf build $MAKEFLAGS
-}
-
-package() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  python2 waf install --destdir=$pkgdir
-
-  # install some freedesktop.org compatibility
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ardour/repos/extra-i686/PKGBUILD (from rev 223821, 
ardour/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-03 19:24:24 UTC (rev 223822)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: see .contrib
+
+pkgname=ardour
+_pkgname=Ardour3
+pkgver=3.5.403
+pkgrel=1
+pkgdesc=Professional-grade digital audio workstation
+arch=('i686' 'x86_64')
+url=http://ardour.org/;
+license=('GPL')
+depends=('liblrdf' 'liblo=0.28' 'libsmf' 'lilv'
+ 'aubio' 'libgnomecanvasmm' 'suil')
+makedepends=('python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
+optdepends=('xjadeo: video monitoring')
+install=$pkgname.install

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

2014-10-03 Thread Jelle van der Waa
Date: Friday, October 3, 2014 @ 22:08:48
  Author: jelle
Revision: 120110

upgpkg: calibre 2.5.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 15:17:19 UTC (rev 120109)
+++ PKGBUILD2014-10-03 20:08:48 UTC (rev 120110)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=2.4.0
+pkgver=2.5.0
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
@@ -26,7 +26,7 @@
 )
 install=calibre.install
 source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('fc8f9b03879b959aa7d18b460f285eeb')
+md5sums=('f368f3f313fd5b8bc2d119edd9414318')
 
 prepare(){
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-10-03 Thread Jelle van der Waa
Date: Friday, October 3, 2014 @ 22:09:06
  Author: jelle
Revision: 120111

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

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

--+
 /PKGBUILD|  182 +
 /calibre.install |   24 
 community-i686/PKGBUILD  |   91 --
 community-i686/calibre.install   |   12 --
 community-x86_64/PKGBUILD|   91 --
 community-x86_64/calibre.install |   12 --
 6 files changed, 206 insertions(+), 206 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-03 20:08:48 UTC (rev 120110)
+++ community-i686/PKGBUILD 2014-10-03 20:09:06 UTC (rev 120111)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Petrov Roman nwhis...@gmail.com
-# Contributor: Andrea Fagiani andfagiani _at_ gmail dot com
-# Contributor: Larry Hajali larryh...@gmail.com
-
-pkgname=calibre
-pkgver=2.4.0
-pkgrel=1
-pkgdesc=Ebook management application
-arch=('i686' 'x86_64') 
-url=http://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 
'python2-cherrypy' 
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx' 
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib')
-makedepends=('python2-pycountry' 'qt5-x11extras' )
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-)
-install=calibre.install
-source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('fc8f9b03879b959aa7d18b460f285eeb')
-
-prepare(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/six.py \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  sed -i s/shlex.split(ldflags)/ + ['-fPIC']/ setup/extensions.py
-  #sed -i -e s/ldflags = shlex.split(ldflags)/ldflags = shlex.split(ldflags) 
+ ['-fPIC']/ setup/extensions.py
-
-  # Use python2
-  sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
.*\.py\|.*\.recipe)
-  sed -i /pyqt_sip_dir/ s:=.*:= '/usr/share/sip/Py2-PyQt5': 
setup/build_environment.py
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e /self.create_uninstaller()/,/os.rmdir(config_dir)/d \
-  -e /\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d \
-  -e /render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrf.png'/i \
-\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\
-\os.mkdir(dir) \
-  -e /f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrfviewer.desktop'/i \
-\dir = 
os.path.join(self.opts.staging_sharedir,'../applications')\n\
-\os.mkdir(dir) \
-  -e s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/ \
-  -e s/^Name=calibre/Name=Calibre/g \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  # LANG='en_US.UTF-8' python2 setup.py resources
-
-  # Don't build translations since building them is broken badly
-  #LANG='en_US.UTF-8' python2 setup.py translations
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # Fix the environment module location
-  sed -i -e s|(prefix=.*)|(prefix='$pkgdir/usr')|g setup/install.py
-
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages \
- ${pkgdir}/usr/share/zsh/site-functions
-
-  LANG='en_US.UTF-8' python2 setup.py install --root=${pkgdir} --prefix=/usr 
\
---staging-bindir=${pkgdir}/usr/bin \
---staging-libdir=${pkgdir}/usr/lib \
---staging-sharedir=${pkgdir}/usr/share
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall ${pkgdir}/usr/lib/calibre/
-  python2 -O -m compileall ${pkgdir}/usr/lib/calibre/
-}

Copied: 

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

2014-10-03 Thread Bartłomiej Piotrowski
Date: Friday, October 3, 2014 @ 22:30:52
  Author: bpiotrowski
Revision: 223823

upgpkg: protobuf 2.6.0-1

new upstream release

Modified:
  protobuf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 19:24:24 UTC (rev 223822)
+++ PKGBUILD2014-10-03 20:30:52 UTC (rev 223823)
@@ -1,39 +1,52 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
 # Contributor: Thomas S Hatch thatc...@gmail.com
 # Contributor: Geoffroy Carrier geoff...@archlinux.org
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
-pkgbase=protobuf
+# TODO: c++ bindings for python
+# TODO: propset
+# TODO: staging + todo
+
 pkgname=('protobuf' 'python2-protobuf')
-pkgver=2.5.0
-pkgrel=4
-pkgdesc=A way of encoding structured data in an efficient yet extensible 
format
+pkgver=2.6.0
+pkgrel=1
+pkgdesc=Protocol Buffers - Google's data interchange format
 arch=('i686' 'x86_64')
-url=http://code.google.com/p/protobuf/;
-license=('APACHE')
+url='https://github.com/google/protobuf/'
+license=('BSD')
 depends=('gcc-libs' 'zlib')
-makedepends=('python2' 'setuptools')
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
-md5sums=('a72001a9067a4c2c4e0e836d0f92ece4')
+makedepends=('python2-setuptools')
+source=(https://protobuf.googlecode.com/svn/rc/protobuf-$pkgver.tar.gz)
+md5sums=('9959d86087e64524d7f91e7a5a6e4fd7')
 
 build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr --disable-static
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr
+  make
 }
 
+check() {
+  make -C $pkgbase-$pkgver check
+}
+
 package_protobuf() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-protobuf() {
-   pkgdesc=protobuf python API
-   depends=(python2 protobuf=${pkgver})
-provides=(protobuf-python)
-conflicts=(protobuf-python)
-replaces=(protobuf-python)
+  pkgdesc='Python 2 bindings for Google Protocol Buffers'
+  depends=(python2 protobuf=${pkgver})
+  provides=(protobuf-python)
+  conflicts=(protobuf-python)
+  replaces=(protobuf-python)
 
-   cd $srcdir/protobuf-$pkgver/python
-   python2 setup.py install --prefix=/usr --root $pkgdir
+  cd $pkgbase-$pkgver/python
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+
+  install -d $pkgdir/usr/share/licenses/$pkgbase
+  ln -s /usr/share/licenses/$pkgbase/LICENSE 
$pkgdir/usr/share/licenses/$pkgbase/
 }


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

2014-10-03 Thread Bartłomiej Piotrowski
Date: Friday, October 3, 2014 @ 22:31:00
  Author: bpiotrowski
Revision: 223824

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

Added:
  protobuf/repos/staging-i686/
  protobuf/repos/staging-i686/PKGBUILD
(from rev 223823, protobuf/trunk/PKGBUILD)
  protobuf/repos/staging-x86_64/
  protobuf/repos/staging-x86_64/PKGBUILD
(from rev 223823, protobuf/trunk/PKGBUILD)

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

Copied: protobuf/repos/staging-i686/PKGBUILD (from rev 223823, 
protobuf/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-10-03 20:31:00 UTC (rev 223824)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+# TODO: c++ bindings for python
+# TODO: propset
+# TODO: staging + todo
+
+pkgname=('protobuf' 'python2-protobuf')
+pkgver=2.6.0
+pkgrel=1
+pkgdesc=Protocol Buffers - Google's data interchange format
+arch=('i686' 'x86_64')
+url='https://github.com/google/protobuf/'
+license=('BSD')
+depends=('gcc-libs' 'zlib')
+makedepends=('python2-setuptools')
+source=(https://protobuf.googlecode.com/svn/rc/protobuf-$pkgver.tar.gz)
+md5sums=('9959d86087e64524d7f91e7a5a6e4fd7')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C $pkgbase-$pkgver check
+}
+
+package_protobuf() {
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-protobuf() {
+  pkgdesc='Python 2 bindings for Google Protocol Buffers'
+  depends=(python2 protobuf=${pkgver})
+  provides=(protobuf-python)
+  conflicts=(protobuf-python)
+  replaces=(protobuf-python)
+
+  cd $pkgbase-$pkgver/python
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+
+  install -d $pkgdir/usr/share/licenses/$pkgbase
+  ln -s /usr/share/licenses/$pkgbase/LICENSE 
$pkgdir/usr/share/licenses/$pkgbase/
+}

Copied: protobuf/repos/staging-x86_64/PKGBUILD (from rev 223823, 
protobuf/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-10-03 20:31:00 UTC (rev 223824)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+# TODO: c++ bindings for python
+# TODO: propset
+# TODO: staging + todo
+
+pkgname=('protobuf' 'python2-protobuf')
+pkgver=2.6.0
+pkgrel=1
+pkgdesc=Protocol Buffers - Google's data interchange format
+arch=('i686' 'x86_64')
+url='https://github.com/google/protobuf/'
+license=('BSD')
+depends=('gcc-libs' 'zlib')
+makedepends=('python2-setuptools')
+source=(https://protobuf.googlecode.com/svn/rc/protobuf-$pkgver.tar.gz)
+md5sums=('9959d86087e64524d7f91e7a5a6e4fd7')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C $pkgbase-$pkgver check
+}
+
+package_protobuf() {
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-protobuf() {
+  pkgdesc='Python 2 bindings for Google Protocol Buffers'
+  depends=(python2 protobuf=${pkgver})
+  provides=(protobuf-python)
+  conflicts=(protobuf-python)
+  replaces=(protobuf-python)
+
+  cd $pkgbase-$pkgver/python
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+
+  install -d $pkgdir/usr/share/licenses/$pkgbase
+  ln -s /usr/share/licenses/$pkgbase/LICENSE 
$pkgdir/usr/share/licenses/$pkgbase/
+}


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

2014-10-03 Thread Evangelos Foutras
Date: Friday, October 3, 2014 @ 22:50:03
  Author: foutrelis
Revision: 120112

upgpkg: lxpanel 0.7.1-3

Fix FS#42226: Move to workspace does not work anymore

Added:
  
lxpanel/trunk/lxpanel-0.7.1-SF-680-Fix-left-click-on-Move-to-Workspace-menu.patch
Modified:
  lxpanel/trunk/PKGBUILD

-+
 PKGBUILD|   12 +++-
 lxpanel-0.7.1-SF-680-Fix-left-click-on-Move-to-Workspace-menu.patch |   30 
++
 2 files changed, 39 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 20:09:06 UTC (rev 120111)
+++ PKGBUILD2014-10-03 20:50:03 UTC (rev 120112)
@@ -5,7 +5,7 @@
 
 pkgname=lxpanel
 pkgver=0.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight X11 desktop panel for LXDE'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -15,9 +15,11 @@
 makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
 optdepends=('wireless_tools: netstat plugin')
 
source=(http://downloads.sourceforge.net/sourceforge/lxde/lxpanel-$pkgver.tar.xz
-
lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch)
+
lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch
+   
lxpanel-0.7.1-SF-680-Fix-left-click-on-Move-to-Workspace-menu.patch)
 sha256sums=('45a9a511287ceb6177d0688f828b0974ebeae8655e05e2a52dddbe0bae30b026'
-'01a46dc9dd949ef93f27bfd59514e5a88068f618cc0399176a99ecef4aab6aaf')
+'01a46dc9dd949ef93f27bfd59514e5a88068f618cc0399176a99ecef4aab6aaf'
+'2428aaed87e6d4d3930524b6fb1422e7fbdfb86e5ea4e78dd0dba9b18959f11e')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -25,6 +27,10 @@
   # http://sourceforge.net/p/lxde/bugs/679/
   # https://bugs.archlinux.org/task/42178
   patch -Np1 -i 
../lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch
+
+  # https://sourceforge.net/p/lxde/bugs/680/
+  # https://bugs.archlinux.org/task/42226
+  patch -Np1 -i 
../lxpanel-0.7.1-SF-680-Fix-left-click-on-Move-to-Workspace-menu.patch
 }
 
 build() {

Added: lxpanel-0.7.1-SF-680-Fix-left-click-on-Move-to-Workspace-menu.patch
===
--- lxpanel-0.7.1-SF-680-Fix-left-click-on-Move-to-Workspace-menu.patch 
(rev 0)
+++ lxpanel-0.7.1-SF-680-Fix-left-click-on-Move-to-Workspace-menu.patch 
2014-10-03 20:50:03 UTC (rev 120112)
@@ -0,0 +1,30 @@
+From f47c27ab5c5ee6086ff3a17e434ce677344a1a2c Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras evange...@foutrelis.com
+Date: Fri, 3 Oct 2014 23:27:02 +0300
+Subject: [PATCH] [SF#680]Fix left click on Move to Workspace menu
+
+Since the menu popup is initiated by a mouse button release, we need to
+specify 0 for the button parameter in the call to gtk_menu_popup().
+
+This fixes left clicking on the Move to Workspace sub-menu, which
+previously would do nothing.
+---
+ plugins/launchtaskbar.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/plugins/launchtaskbar.c b/plugins/launchtaskbar.c
+index fc8e464..d043933 100644
+--- a/plugins/launchtaskbar.c
 b/plugins/launchtaskbar.c
+@@ -2541,7 +2541,7 @@ static gboolean taskbar_task_control_event(GtkWidget * 
widget, GdkEventButton *
+ GTK_MENU(tb-menu),
+ NULL, NULL,
+ (GtkMenuPositionFunc) taskbar_popup_set_position, (gpointer) 
visible_task,
+-event-button, event-time);
++0, event-time);
+ }
+ }
+ 
+-- 
+2.1.2
+


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

2014-10-03 Thread Evangelos Foutras
Date: Friday, October 3, 2014 @ 22:50:26
  Author: foutrelis
Revision: 120113

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

Added:
  lxpanel/repos/community-i686/PKGBUILD
(from rev 120112, lxpanel/trunk/PKGBUILD)
  
lxpanel/repos/community-i686/lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch
(from rev 120112, 
lxpanel/trunk/lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch)
  
lxpanel/repos/community-i686/lxpanel-0.7.1-SF-680-Fix-left-click-on-Move-to-Workspace-menu.patch
(from rev 120112, 
lxpanel/trunk/lxpanel-0.7.1-SF-680-Fix-left-click-on-Move-to-Workspace-menu.patch)
  lxpanel/repos/community-x86_64/PKGBUILD
(from rev 120112, lxpanel/trunk/PKGBUILD)
  
lxpanel/repos/community-x86_64/lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch
(from rev 120112, 
lxpanel/trunk/lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch)
  
lxpanel/repos/community-x86_64/lxpanel-0.7.1-SF-680-Fix-left-click-on-Move-to-Workspace-menu.patch
(from rev 120112, 
lxpanel/trunk/lxpanel-0.7.1-SF-680-Fix-left-click-on-Move-to-Workspace-menu.patch)
Deleted:
  lxpanel/repos/community-i686/PKGBUILD
  
lxpanel/repos/community-i686/lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch
  lxpanel/repos/community-x86_64/PKGBUILD
  
lxpanel/repos/community-x86_64/lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch

---+
 /PKGBUILD  
   |   96 ++
 /lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch  
   |  338 ++
 community-i686/PKGBUILD
   |   42 -
 
community-i686/lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch
   |  169 -
 
community-i686/lxpanel-0.7.1-SF-680-Fix-left-click-on-Move-to-Workspace-menu.patch
|   30 
 community-x86_64/PKGBUILD  
   |   42 -
 
community-x86_64/lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch
 |  169 -
 
community-x86_64/lxpanel-0.7.1-SF-680-Fix-left-click-on-Move-to-Workspace-menu.patch
  |   30 
 8 files changed, 494 insertions(+), 422 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-03 20:50:03 UTC (rev 120112)
+++ community-i686/PKGBUILD 2014-10-03 20:50:26 UTC (rev 120113)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=lxpanel
-pkgver=0.7.1
-pkgrel=2
-pkgdesc='Lightweight X11 desktop panel for LXDE'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck' 'libfm')
-makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
-optdepends=('wireless_tools: netstat plugin')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/lxpanel-$pkgver.tar.xz
-
lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch)
-sha256sums=('45a9a511287ceb6177d0688f828b0974ebeae8655e05e2a52dddbe0bae30b026'
-'01a46dc9dd949ef93f27bfd59514e5a88068f618cc0399176a99ecef4aab6aaf')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # http://sourceforge.net/p/lxde/bugs/679/
-  # https://bugs.archlinux.org/task/42178
-  patch -Np1 -i 
../lxpanel-0.7.1-SF-679-X11-library-uses-unsigned-long-as-cardinal-32.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  CFLAGS+=' -lgmodule-2.0' ./configure \
---sysconfdir=/etc \
---prefix=/usr \
---enable-man
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: lxpanel/repos/community-i686/PKGBUILD (from rev 120112, 
lxpanel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-03 20:50:26 UTC (rev 120113)
@@ -0,0 +1,48 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=lxpanel
+pkgver=0.7.1
+pkgrel=3
+pkgdesc='Lightweight X11 desktop panel for LXDE'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck' 'libfm')
+makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
+optdepends=('wireless_tools: netstat plugin')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/lxpanel-$pkgver.tar.xz
+

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

2014-10-03 Thread Thorsten Töpper
Date: Friday, October 3, 2014 @ 23:33:50
  Author: ttoepper
Revision: 120115

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

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

---+
 /PKGBUILD |   76 
 /mksh.install |   18 +
 community-i686/PKGBUILD   |   39 
 community-i686/mksh.install   |9 
 community-x86_64/PKGBUILD |   39 
 community-x86_64/mksh.install |9 
 6 files changed, 94 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-03 21:33:45 UTC (rev 120114)
+++ community-i686/PKGBUILD 2014-10-03 21:33:50 UTC (rev 120115)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Daniel Hommel dhom...@gmail.com
-
-pkgname=mksh
-_pkgver=R50b
-pkgver=50.b
-pkgrel=1
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-install=mksh.install
-source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;
-'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('1821a40dacc44293d7325c6021952b69'
- 'fd6f7b5eb01280b0110af736d6188f34')
-
-check() {
-  cd $srcdir/$pkgname
-  ./test.sh
-}
-
-build() {
-  cd $srcdir/$pkgname
-
-  sh Build.sh -r -c lto
-}
-
-package() {
-  cd $srcdir/$pkgname
-  install -D -m 755 mksh $pkgdir/usr/bin/mksh
-  install -D -m 644 mksh.1 $pkgdir/usr/share/man/man1/mksh.1
-  install -D -m 644 dot.mkshrc $pkgdir/etc/skel/.mkshrc
-  install -D -m 644 $srcdir/TaC-mksh.txt 
$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/PKGBUILD (from rev 120114, 
mksh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-03 21:33:50 UTC (rev 120115)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Daniel Hommel dhom...@gmail.com
+
+pkgname=mksh
+_pkgver=R50c
+pkgver=50.c
+pkgrel=1
+pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+install=mksh.install
+source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;
+'https://www.mirbsd.org/TaC-mksh.txt')
+md5sums=('263512ebbb06c92e6128da97b2eae17c'
+ 'db4ea847f588d9922e237ce039284b7a')
+
+check() {
+  cd $srcdir/$pkgname
+  ./test.sh
+}
+
+build() {
+  cd $srcdir/$pkgname
+  sh Build.sh -r -c lto
+}
+
+package() {
+  cd $srcdir/$pkgname
+  install -D -m 755 mksh $pkgdir/usr/bin/mksh
+  install -D -m 644 mksh.1 $pkgdir/usr/share/man/man1/mksh.1
+  install -D -m 644 dot.mkshrc $pkgdir/etc/skel/.mkshrc
+  install -D -m 644 $srcdir/TaC-mksh.txt 
$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mksh.install
===
--- community-i686/mksh.install 2014-10-03 21:33:45 UTC (rev 120114)
+++ community-i686/mksh.install 2014-10-03 21:33:50 UTC (rev 120115)
@@ -1,9 +0,0 @@
-post_install() {
-  grep -x /bin/mksh /etc/shells /dev/null || echo /bin/mksh /etc/shells
-}
-
-post_remove() {
-  sed -i /^\/bin\/mksh$/d /etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/mksh.install (from rev 120114, 
mksh/trunk/mksh.install)
===
--- community-i686/mksh.install (rev 0)
+++ community-i686/mksh.install 2014-10-03 21:33:50 UTC (rev 120115)
@@ -0,0 +1,9 @@
+post_install() {
+  grep -x /bin/mksh /etc/shells /dev/null || echo /bin/mksh /etc/shells
+}
+
+post_remove() {
+  sed -i /^\/bin\/mksh$/d /etc/shells
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-03 21:33:45 UTC (rev 120114)
+++ community-x86_64/PKGBUILD   2014-10-03 21:33:50 UTC (rev 120115)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Daniel Hommel dhom...@gmail.com

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

2014-10-03 Thread Thorsten Töpper
Date: Friday, October 3, 2014 @ 23:33:45
  Author: ttoepper
Revision: 120114

upgpkg: mksh 50.c-1

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 20:50:26 UTC (rev 120113)
+++ PKGBUILD2014-10-03 21:33:45 UTC (rev 120114)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Hommel dhom...@gmail.com
 
 pkgname=mksh
-_pkgver=R50b
-pkgver=50.b
+_pkgver=R50c
+pkgver=50.c
 pkgrel=1
 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
 url='https://www.mirbsd.org/mksh.htm'
@@ -14,8 +14,8 @@
 install=mksh.install
 source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;
 'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('1821a40dacc44293d7325c6021952b69'
- 'fd6f7b5eb01280b0110af736d6188f34')
+md5sums=('263512ebbb06c92e6128da97b2eae17c'
+ 'db4ea847f588d9922e237ce039284b7a')
 
 check() {
   cd $srcdir/$pkgname
@@ -24,7 +24,6 @@
 
 build() {
   cd $srcdir/$pkgname
-
   sh Build.sh -r -c lto
 }
 


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

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 00:15:34
  Author: svenstaro
Revision: 120116

upgpkg: springlobby 0.201-1

upstream release 0.201

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 21:33:50 UTC (rev 120115)
+++ PKGBUILD2014-10-03 22:15:34 UTC (rev 120116)
@@ -3,7 +3,7 @@
 # Contributor: DuGi d...@irc.pl
 
 pkgname=springlobby
-pkgver=0.197
+pkgver=0.201
 pkgrel=1
 pkgdesc=A free cross-platform lobby client for the Spring RTS project.
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('boost' 'asio' 'cmake')
 install=springlobby.install
 source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('837e41b5eaf444a782f88998201e5b9c')
+md5sums=('e558045b5bca6257dda130cf04de1118')
 
 build() {
   cd $srcdir/${pkgname}-$pkgver


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

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 00:15:42
  Author: svenstaro
Revision: 120117

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-03 22:15:34 UTC (rev 120116)
+++ community-i686/PKGBUILD 2014-10-03 22:15:42 UTC (rev 120117)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.197
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('837e41b5eaf444a782f88998201e5b9c')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 120116, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-03 22:15:42 UTC (rev 120117)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.201
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('e558045b5bca6257dda130cf04de1118')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2014-10-03 22:15:34 UTC (rev 120116)
+++ community-i686/springlobby.install  2014-10-03 22:15:42 UTC (rev 120117)
@@ -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: springlobby/repos/community-i686/springlobby.install (from rev 120116, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2014-10-03 22:15:42 UTC (rev 120117)
@@ -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   2014-10-03 22:15:34 UTC (rev 120116)
+++ community-x86_64/PKGBUILD   2014-10-03 22:15:42 UTC (rev 120117)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.197
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;

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

2014-10-03 Thread Anatol Pomozov
Date: Saturday, October 4, 2014 @ 00:19:08
  Author: anatolik
Revision: 120118

upgpkg: rethinkdb 1.15.0-2

rebuild for protobuf-2.6.0

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

---+
 PKGBUILD  |7 +--
 protobuf-2.6-compat.patch |   20 
 2 files changed, 25 insertions(+), 2 deletions(-)

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

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


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

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 00:24:50
  Author: svenstaro
Revision: 120121

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

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

-+
 community-staging-i686/PKGBUILD |   66 ++
 community-staging-i686/mumble.install   |   11 +
 community-staging-x86_64/PKGBUILD   |   66 ++
 community-staging-x86_64/mumble.install |   11 +
 4 files changed, 154 insertions(+)

Copied: mumble/repos/community-staging-i686/PKGBUILD (from rev 120120, 
mumble/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-03 22:24:50 UTC (rev 120121)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Lauri Niskanen a...@ape3000.com
+# Contributor: sebastian.sal...@gmx.de
+# Contributor: Doc Angelo
+
+# If you want support for your G15 Keyboard, please add 'g15daemon'
+# to the depends and delete no-g15 in the configure line below
+
+pkgname=mumble
+pkgver=1.2.8
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc=A voice chat application similar to TeamSpeak
+license=('BSD')
+depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 
'libpulse' 'opus' 'xdg-utils')
+makedepends=('boost' 'mesa')
+#optdepends=('portaudio: for portaudio back-end' 'g15daemon: G15 Keyboard 
support')
+install=mumble.install
+url=http://mumble.sourceforge.net/;
+source=(http://downloads.sourceforge.net/mumble/$pkgname-$pkgver.tar.gz;
+gcc49.patch::https://github.com/mumble-voip/mumble/commit/349436284b5f1baa61836c98ff0d518392140c5d.patch;)
+md5sums=('1a3ef91489ff674dfc010377d7721a28'
+ 'fc9dfbd6a58a963b3c0ba2c44c61987a')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np1  $srcdir/gcc49.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Building mumble
+  qmake-qt4 main.pro \
+CONFIG+=bundled-celt no-bundled-opus no-bundled-speex no-speechd no-g15 
no-xevie no-server \
+no-embed-qt-translations no-update packaged \
+DEFINES+=PLUGIN_PATH=/usr/lib/mumble
+  make release
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # bin stuff
+  install -m755 -D ./release/mumble $pkgdir/usr/bin/mumble
+  install -m755 -D ./scripts/mumble-overlay $pkgdir/usr/bin/mumble-overlay
+
+  # lib stuff
+  install -m755 -D ./release/libmumble.so.$pkgver 
$pkgdir/usr/lib/mumble/libmumble.so.$pkgver
+  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so
+  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1
+  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1.2
+  install -m755 -D ./release/plugins/liblink.so 
$pkgdir/usr/lib/mumble/liblink.so
+  install -m755 -D ./release/plugins/libmanual.so 
$pkgdir/usr/lib/mumble/libmanual.so
+  install -m755 -D ./release/libcelt* $pkgdir/usr/lib/mumble/
+
+  # other stuff
+  install -m644 -D ./scripts/mumble.desktop 
$pkgdir/usr/share/applications/mumble.desktop
+  install -m755 -d $pkgdir/usr/share/man/man1
+  install -m644 -D ./man/mum* $pkgdir/usr/share/man/man1/
+  install -m644 -D ./icons/mumble.svg 
$pkgdir/usr/share/icons/hicolor/scalable/apps/mumble.svg
+  install -m644 -D ./LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+# vim: sw=2:ts=2 et:

Copied: mumble/repos/community-staging-i686/mumble.install (from rev 120120, 
mumble/trunk/mumble.install)
===
--- community-staging-i686/mumble.install   (rev 0)
+++ community-staging-i686/mumble.install   2014-10-03 22:24:50 UTC (rev 
120121)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: mumble/repos/community-staging-x86_64/PKGBUILD (from rev 120120, 
mumble/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-10-03 22:24:50 UTC (rev 120121)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Lauri Niskanen a...@ape3000.com
+# Contributor: sebastian.sal...@gmx.de
+# Contributor: Doc Angelo
+
+# If you want support for your G15 Keyboard, please add 'g15daemon'
+# to 

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

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 00:24:46
  Author: svenstaro
Revision: 120120

upgpkg: mumble 1.2.8-3

protobuf 2.6.0

Modified:
  mumble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 22:20:14 UTC (rev 120119)
+++ PKGBUILD2014-10-03 22:24:46 UTC (rev 120120)
@@ -9,7 +9,7 @@
 
 pkgname=mumble
 pkgver=1.2.8
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 pkgdesc=A voice chat application similar to TeamSpeak
 license=('BSD')


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

2014-10-03 Thread Anatol Pomozov
Date: Saturday, October 4, 2014 @ 00:20:14
  Author: anatolik
Revision: 120119

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

Added:
  rethinkdb/repos/community-staging-i686/
  rethinkdb/repos/community-staging-i686/PKGBUILD
(from rev 120118, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-staging-i686/boost_1.56_compat.patch
(from rev 120118, rethinkdb/trunk/boost_1.56_compat.patch)
  rethinkdb/repos/community-staging-i686/protobuf-2.6-compat.patch
(from rev 120118, rethinkdb/trunk/protobuf-2.6-compat.patch)
  rethinkdb/repos/community-staging-i686/rethinkdb-tmpfile.conf
(from rev 120118, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-staging-i686/rethinkdb.install
(from rev 120118, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-staging-i686/rethinkdb.service
(from rev 120118, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-staging-x86_64/
  rethinkdb/repos/community-staging-x86_64/PKGBUILD
(from rev 120118, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-staging-x86_64/boost_1.56_compat.patch
(from rev 120118, rethinkdb/trunk/boost_1.56_compat.patch)
  rethinkdb/repos/community-staging-x86_64/protobuf-2.6-compat.patch
(from rev 120118, rethinkdb/trunk/protobuf-2.6-compat.patch)
  rethinkdb/repos/community-staging-x86_64/rethinkdb-tmpfile.conf
(from rev 120118, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-staging-x86_64/rethinkdb.install
(from rev 120118, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-staging-x86_64/rethinkdb.service
(from rev 120118, rethinkdb/trunk/rethinkdb.service)

+
 community-staging-i686/PKGBUILD|   70 +++
 community-staging-i686/boost_1.56_compat.patch |   13 +++
 community-staging-i686/protobuf-2.6-compat.patch   |   20 +
 community-staging-i686/rethinkdb-tmpfile.conf  |1 
 community-staging-i686/rethinkdb.install   |   37 ++
 community-staging-i686/rethinkdb.service   |   12 +++
 community-staging-x86_64/PKGBUILD  |   70 +++
 community-staging-x86_64/boost_1.56_compat.patch   |   13 +++
 community-staging-x86_64/protobuf-2.6-compat.patch |   20 +
 community-staging-x86_64/rethinkdb-tmpfile.conf|1 
 community-staging-x86_64/rethinkdb.install |   37 ++
 community-staging-x86_64/rethinkdb.service |   12 +++
 12 files changed, 306 insertions(+)

Copied: rethinkdb/repos/community-staging-i686/PKGBUILD (from rev 120118, 
rethinkdb/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-03 22:20:14 UTC (rev 120119)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Sigmund Lahn sigm...@lahn.no
+
+pkgname=rethinkdb
+pkgver=1.15.0
+_tag=rethinkdb-$pkgver-1
+pkgrel=2
+pkgdesc='An open-source distributed database built with love.'
+arch=(i686 x86_64)
+url='http://www.rethinkdb.com/'
+license=(AGPL)
+depends=(protobuf ncurses gperftools curl)
+makedepends=(boost python2 wget)
+backup=(etc/rethinkdb/instances.d/default.conf)
+install=rethinkdb.install
+options=(!emptydirs)
+source=(
+  http://download.rethinkdb.com/dist/$_tag.tgz
+  rethinkdb-tmpfile.conf
+  rethinkdb.service
+  boost_1.56_compat.patch
+  protobuf-2.6-compat.patch
+)
+sha256sums=('8cb1cdd176d9a6e87b315c65de084158a1b2fc9910127d21ec930181c52d838e'
+'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
+'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2'
+'1c55b12df452ceb2470d3ec48dde21bcdc2785be371f6f0858af034e282b1f21'
+'0bc035df3e84945efac2ed6e48c781e2a3a33b6e4f9a551ec9bc4958462e0bbe')
+
+prepare() {
+  cd $_tag
+  # boost 1.56 workaround https://github.com/rethinkdb/rethinkdb/issues/3044
+  rm src/unittest/print_secondary.cc
+  patch -p1  ../boost_1.56_compat.patch
+  patch -p1  ../protobuf-2.6-compat.patch
+}
+
+build() {
+  cd $_tag
+  export PYTHON=/usr/bin/python2
+  ./configure CXXFLAGS=-DBOOST_VARIANT_DO_NOT_USE_VARIADIC_TEMPLATES --fetch 
v8 --dynamic all --enable-precompiled-web --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd $_tag
+
+  make build/release/rethinkdb-unittest
+  ./build/release/rethinkdb-unittest
+  # some tests might be flaky on btrfs filesystem!
+}
+
+package() {
+  cd $_tag
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/rethinkdb-tmpfile.conf 
$pkgdir/usr/lib/tmpfiles.d/rethinkdb.conf
+  install -Dm644 $srcdir/rethinkdb.service 
$pkgdir/usr/lib/systemd/system/rethinkdb@.service
+
+  # create 'default' database instance
+  mv 

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

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 00:31:38
  Author: svenstaro
Revision: 120123

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

Added:
  murmur/repos/community-staging-i686/
  murmur/repos/community-staging-i686/0003-fix-long-username-query.patch
(from rev 120122, murmur/trunk/0003-fix-long-username-query.patch)
  murmur/repos/community-staging-i686/0004-fix-username-validation.patch
(from rev 120122, murmur/trunk/0004-fix-username-validation.patch)
  murmur/repos/community-staging-i686/ChangeLog
(from rev 120122, murmur/trunk/ChangeLog)
  murmur/repos/community-staging-i686/PKGBUILD
(from rev 120122, murmur/trunk/PKGBUILD)
  murmur/repos/community-staging-i686/murmur.dbus.conf
(from rev 120122, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-staging-i686/murmur.install
(from rev 120122, murmur/trunk/murmur.install)
  murmur/repos/community-staging-i686/murmur.service
(from rev 120122, murmur/trunk/murmur.service)
  murmur/repos/community-staging-x86_64/
  murmur/repos/community-staging-x86_64/0003-fix-long-username-query.patch
(from rev 120122, murmur/trunk/0003-fix-long-username-query.patch)
  murmur/repos/community-staging-x86_64/0004-fix-username-validation.patch
(from rev 120122, murmur/trunk/0004-fix-username-validation.patch)
  murmur/repos/community-staging-x86_64/ChangeLog
(from rev 120122, murmur/trunk/ChangeLog)
  murmur/repos/community-staging-x86_64/PKGBUILD
(from rev 120122, murmur/trunk/PKGBUILD)
  murmur/repos/community-staging-x86_64/murmur.dbus.conf
(from rev 120122, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-staging-x86_64/murmur.install
(from rev 120122, murmur/trunk/murmur.install)
  murmur/repos/community-staging-x86_64/murmur.service
(from rev 120122, murmur/trunk/murmur.service)

-+
 community-staging-i686/0003-fix-long-username-query.patch   |   42 
 community-staging-i686/0004-fix-username-validation.patch   |   36 +++
 community-staging-i686/ChangeLog|   36 +++
 community-staging-i686/PKGBUILD |   50 ++
 community-staging-i686/murmur.dbus.conf |   22 
 community-staging-i686/murmur.install   |   16 +++
 community-staging-i686/murmur.service   |   11 ++
 community-staging-x86_64/0003-fix-long-username-query.patch |   42 
 community-staging-x86_64/0004-fix-username-validation.patch |   36 +++
 community-staging-x86_64/ChangeLog  |   36 +++
 community-staging-x86_64/PKGBUILD   |   50 ++
 community-staging-x86_64/murmur.dbus.conf   |   22 
 community-staging-x86_64/murmur.install |   16 +++
 community-staging-x86_64/murmur.service |   11 ++
 14 files changed, 426 insertions(+)

Copied: murmur/repos/community-staging-i686/0003-fix-long-username-query.patch 
(from rev 120122, murmur/trunk/0003-fix-long-username-query.patch)
===
--- community-staging-i686/0003-fix-long-username-query.patch   
(rev 0)
+++ community-staging-i686/0003-fix-long-username-query.patch   2014-10-03 
22:31:38 UTC (rev 120123)
@@ -0,0 +1,42 @@
+commit 6b33dda344f89e5a039b7d79eb43925040654242
+Author: Benjamin Jemlich pc...@users.sourceforge.net
+Date:   Tue Jun 29 14:49:14 2010 +0200
+
+Don't crash on long usernames
+
+diff --git a/src/murmur/Messages.cpp b/src/murmur/Messages.cpp
+index f12867a..de307ea 100644
+--- a/src/murmur/Messages.cpp
 b/src/murmur/Messages.cpp
+@@ -1231,6 +1231,9 @@ void Server::msgQueryUsers(ServerUser *uSource, 
MumbleProto::QueryUsers msg) {
+ 
+   for (int i=0;imsg.names_size();++i) {
+   QString name = u8(msg.names(i));
++  if (!validateUserName(name)) {
++  continue;
++  }
+   int id = getUserID(name);
+   if (id = 0) {
+   name = getUserName(id);
+diff --git a/src/murmur/ServerDB.cpp b/src/murmur/ServerDB.cpp
+index 11b6906..7e15def 100644
+--- a/src/murmur/ServerDB.cpp
 b/src/murmur/ServerDB.cpp
+@@ -810,7 +810,7 @@ int Server::authenticate(QString name, const QString pw, 
const QStringList em
+   TransactionHolder th;
+   QSqlQuery query = *th.qsqQuery;
+ 
+-  SQLPREP(SELECT `user_id`,`name`,`pw` FROM `%1users` WHERE `server_id` 
= ? AND `name` like ?);
++  SQLPREP(SELECT `user_id`,`name`,`pw` FROM `%1users` WHERE `server_id` 
= ? AND LOWER(`name`) = LOWER(?));
+   query.addBindValue(iServerNum);
+   query.addBindValue(name);
+   SQLEXEC();
+@@ -1051,7 +1051,7 @@ int Server::getUserID(const QString name) {
+   TransactionHolder th;
+ 
+   QSqlQuery query = *th.qsqQuery;
+-  SQLPREP(SELECT `user_id` 

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

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 00:31:29
  Author: svenstaro
Revision: 120122

upgpkg: murmur 1.2.8-2

protobuf 2.6.0

Modified:
  murmur/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 22:24:50 UTC (rev 120121)
+++ PKGBUILD2014-10-03 22:31:29 UTC (rev 120122)
@@ -5,7 +5,7 @@
 
 pkgname=murmur
 pkgver=1.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc=The voice chat application server for Mumble
 arch=('i686' 'x86_64')
 url=http://mumble.sourceforge.net;


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

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 00:56:24
  Author: svenstaro
Revision: 120125

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

Added:
  pokerth/repos/community-staging-i686/
  pokerth/repos/community-staging-i686/PKGBUILD
(from rev 120124, pokerth/trunk/PKGBUILD)
  pokerth/repos/community-staging-i686/gcrypt16.patch
(from rev 120124, pokerth/trunk/gcrypt16.patch)
  pokerth/repos/community-staging-x86_64/
  pokerth/repos/community-staging-x86_64/PKGBUILD
(from rev 120124, pokerth/trunk/PKGBUILD)
  pokerth/repos/community-staging-x86_64/gcrypt16.patch
(from rev 120124, pokerth/trunk/gcrypt16.patch)

-+
 community-staging-i686/PKGBUILD |   36 ++
 community-staging-i686/gcrypt16.patch   |   57 ++
 community-staging-x86_64/PKGBUILD   |   36 ++
 community-staging-x86_64/gcrypt16.patch |   57 ++
 4 files changed, 186 insertions(+)

Copied: pokerth/repos/community-staging-i686/PKGBUILD (from rev 120124, 
pokerth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-03 22:56:24 UTC (rev 120125)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Vasco Costa vasco.co...@meiodigital.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.1.1
+pkgrel=4
+pkgdesc=Poker game written in C++/Qt4
+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;)
+md5sums=('a7f76f95782099f966e5f2b6809f502a')
+
+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 $pkgdir/usr/share/man/man1/pokerth.1
+  install -Dm644 data/data-copyright.txt 
$pkgdir/usr/share/licenses/pokerth/data-copyright.txt
+}

Copied: pokerth/repos/community-staging-i686/gcrypt16.patch (from rev 120124, 
pokerth/trunk/gcrypt16.patch)
===
--- community-staging-i686/gcrypt16.patch   (rev 0)
+++ community-staging-i686/gcrypt16.patch   2014-10-03 22:56:24 UTC (rev 
120125)
@@ -0,0 +1,57 @@
+From aa22d39d7753acc56813171e654fa9fa1f0ca759 Mon Sep 17 00:00:00 2001
+From: lotodore poke...@lotharmay.de
+Date: Thu, 19 Dec 2013 12:28:35 +0100
+Subject: [PATCH] Fix for libgcrypt 1.6.0 compile error #247 (supported only on
+ Linux because libgcrypt does not yet support native Windows threads).
+
+---
+ src/net/common/socket_startup.cpp | 13 +++--
+ 1 file changed, 11 insertions(+), 2 deletions(-)
+
+diff --git a/src/net/common/socket_startup.cpp 
b/src/net/common/socket_startup.cpp
+index 12e8604..59ffc4f 100644
+--- a/src/net/common/socket_startup.cpp
 b/src/net/common/socket_startup.cpp
+@@ -37,6 +37,10 @@
+ 
+ #ifndef HAVE_OPENSSL
+ 
++// With libgcrypt 1.6.0, it is no longer supported to provide thread 
callbacks.
++// Use the default thread implementation instead, and cross fingers that it 
works with boost thread...
++#if GCRYPT_VERSION_NUMBER  0x010600
++
+ extern C {
+ 
+   int gcry_bthread_init()
+@@ -64,12 +68,15 @@
+   return 0;
+   }
+ 
+-  struct gcry_thread_cbs gcry_threads_boost = {
++  static struct gcry_thread_cbs gcry_threads_boost = {
+   GCRY_THREAD_OPTION_USER, gcry_bthread_init, gcry_bmutex_init,
+   gcry_bmutex_destroy, gcry_bmutex_lock, gcry_bmutex_unlock,
+   NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL
+   };
+ }
++
++#endif // GCRYPT_VERSION_NUMBER  0x010600
++
+ #endif // not HAVE_OPENSSL
+ 
+ bool
+@@ -78,8 +85,10 @@
+ #ifdef HAVE_OPENSSL
+   return SSL_library_init() == 1;
+ #else
+-  gcry_check_version(NULL);
++#if GCRYPT_VERSION_NUMBER  0x010600
+   gcry_control(GCRYCTL_SET_THREAD_CBS, gcry_threads_boost);
++#endif
++  gcry_check_version(NULL);
+   gcry_control(GCRYCTL_ENABLE_QUICK_RANDOM, 0);
+   gcry_control(GCRYCTL_INITIALIZATION_FINISHED, 0);
+   return true;
+-- 
+1.8.5.1
+

Copied: pokerth/repos/community-staging-x86_64/PKGBUILD (from rev 120124, 
pokerth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-10-03 22:56:24 UTC 

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

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 00:56:19
  Author: svenstaro
Revision: 120124

upgpkg: pokerth 1.1.1-4

protobuf 2.6.0

Modified:
  pokerth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 22:31:38 UTC (rev 120123)
+++ PKGBUILD2014-10-03 22:56:19 UTC (rev 120124)
@@ -8,7 +8,7 @@
 pkgname=pokerth
 _realname=PokerTH
 pkgver=1.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc=Poker game written in C++/Qt4
 arch=('i686' 'x86_64')
 url=http://www.pokerth.net/;


[arch-commits] Commit in nvidia-340xx-utils/trunk (PKGBUILD)

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 03:56:04
  Author: svenstaro
Revision: 223825

upgpkg: nvidia-340xx-utils 340.46-1

push nvidia-340xx-utils

Modified:
  nvidia-340xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 20:31:00 UTC (rev 223824)
+++ PKGBUILD2014-10-04 01:56:04 UTC (rev 223825)
@@ -4,7 +4,7 @@
 # Contributor: James Rayner iphi...@gmail.com
 pkgbase=nvidia-340xx-utils
 pkgname=('nvidia-340xx-utils' 'nvidia-340xx-libgl' 'opencl-nvidia-340xx')
-pkgver=340.32
+pkgver=340.46
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -12,8 +12,8 @@
 options=('!strip')
 
source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha1sums=('60a7ef2993503aa2e139ecd020430ec87e258fad'
-  'c0d30debd92cc6f2cc13ca74b38823b0677febd6')
+sha1sums=('6b3fd297cd031e03b6acdaae5568f92f097b4b7f'
+  'c5953331c887a10517845094669aa4be3418cf98')
 
 [[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
 [[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32


[arch-commits] Commit in nvidia-340xx-utils/repos (6 files)

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 03:56:09
  Author: svenstaro
Revision: 223826

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

Added:
  nvidia-340xx-utils/repos/testing-i686/
  nvidia-340xx-utils/repos/testing-i686/PKGBUILD
(from rev 223825, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/testing-i686/nvidia-340xx-utils.install
(from rev 223825, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
  nvidia-340xx-utils/repos/testing-x86_64/
  nvidia-340xx-utils/repos/testing-x86_64/PKGBUILD
(from rev 223825, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/testing-x86_64/nvidia-340xx-utils.install
(from rev 223825, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)

---+
 testing-i686/PKGBUILD |  183 
 testing-i686/nvidia-340xx-utils.install   |   14 ++
 testing-x86_64/PKGBUILD   |  183 
 testing-x86_64/nvidia-340xx-utils.install |   14 ++
 4 files changed, 394 insertions(+)

Copied: nvidia-340xx-utils/repos/testing-i686/PKGBUILD (from rev 223825, 
nvidia-340xx-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-04 01:56:09 UTC (rev 223826)
@@ -0,0 +1,183 @@
+# $Id: PKGBUILD 219666 2014-08-13 13:28:24Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Maintainer: Thomas Baechler tho...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+pkgbase=nvidia-340xx-utils
+pkgname=('nvidia-340xx-utils' 'nvidia-340xx-libgl' 'opencl-nvidia-340xx')
+pkgver=340.46
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+sha1sums=('6b3fd297cd031e03b6acdaae5568f92f097b4b7f'
+  'c5953331c887a10517845094669aa4be3418cf98')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+create_links() {
+# create soname links
+for _lib in $(find ${pkgdir} -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname ${_lib})/$(readelf -d ${_lib} | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e ${_soname} ]] || ln -s $(basename ${_lib}) ${_soname}
+[[ -e ${_base} ]] || ln -s $(basename ${_soname}) ${_base}
+done
+}
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+bsdtar -xf nvidia-persistenced-init.tar.bz2
+}
+
+package_opencl-nvidia-340xx() {
+pkgdesc=OpenCL implemention for NVIDIA
+depends=('libcl' 'zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+conflicts=('opencl-nvidia')
+provides=('opencl-nvidia')
+cd ${_pkg}
+
+# OpenCL
+install -D -m644 nvidia.icd ${pkgdir}/etc/OpenCL/vendors/nvidia.icd
+install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}
+install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver} 
+
+create_links
+
+mkdir -p ${pkgdir}/usr/share/licenses
+ln -s nvidia ${pkgdir}/usr/share/licenses/opencl-nvidia
+}
+
+package_nvidia-340xx-libgl() {
+pkgdesc=NVIDIA drivers libraries symlinks
+depends=('nvidia-utils')
+conflicts=('libgl' 'nvidia-libgl')
+provides=('libgl' 'nvidia-libgl')
+cd ${_pkg}
+
+mkdir -p ${pkgdir}/usr/lib/xorg/modules/extensions
+ln -s /usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}
+ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1
+ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so
+
+ln -s /usr/lib/nvidia/libGL.so.${pkgver} 
${pkgdir}/usr/lib/libGL.so.${pkgver}
+ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib/libGL.so.1
+ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib/libGL.so
+
+ln -s /usr/lib/nvidia/libEGL.so.${pkgver} 
${pkgdir}/usr/lib/libEGL.so.${pkgver}
+ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib/libEGL.so.1
+ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib/libEGL.so
+
+ln -s /usr/lib/nvidia/libGLESv1_CM.so.${pkgver} 
${pkgdir}/usr/lib/libGLESv1_CM.so.${pkgver}
+ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib/libGLESv1_CM.so.1
+ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib/libGLESv1_CM.so
+
+ln -s /usr/lib/nvidia/libGLESv2.so.${pkgver} 
${pkgdir}/usr/lib/libGLESv2.so.${pkgver}
+ln -s libGLESv2.so.${pkgver} ${pkgdir}/usr/lib/libGLESv2.so.2
+ln -s libGLESv2.so.${pkgver} ${pkgdir}/usr/lib/libGLESv2.so
+
+mkdir -p 

[arch-commits] Commit in (5 files)

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 04:10:06
  Author: svenstaro
Revision: 223827

Prepare nvidia-340xx

Added:
  nvidia-340xx/
  nvidia-340xx/repos/
  nvidia-340xx/trunk/
  nvidia-340xx/trunk/PKGBUILD
  nvidia-340xx/trunk/nvidia-340xx.install

--+
 PKGBUILD |   49 +
 nvidia-340xx.install |   18 ++
 2 files changed, 67 insertions(+)

Added: nvidia-340xx/trunk/PKGBUILD
===
--- nvidia-340xx/trunk/PKGBUILD (rev 0)
+++ nvidia-340xx/trunk/PKGBUILD 2014-10-04 02:10:06 UTC (rev 223827)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-340xx
+pkgver=340.46
+_extramodules=extramodules-3.16-ARCH
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.16' 'linux3.17' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
+makedepends=('linux-headers=3.16' 'linux-headers3.17')
+conflicts=('nvidia')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('423ea1a6938dbf226bb84504746fc646'
+ 'baea4c968a06d3eddec8fb1287bb38bb')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+}

Added: nvidia-340xx/trunk/nvidia-340xx.install
===
--- nvidia-340xx/trunk/nvidia-340xx.install (rev 0)
+++ nvidia-340xx/trunk/nvidia-340xx.install 2014-10-04 02:10:06 UTC (rev 
223827)
@@ -0,0 +1,18 @@
+post_install() {
+EXTRAMODULES='extramodules-3.16-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.16-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+if  [ $(vercmp $2 340.22-2) -lt 0 ]; then
+echo 'If your card is from the 2xx series or earlier, install 
nvidia-340xx'
+fi
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.16-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}


[arch-commits] Commit in nvidia-340xx/repos (6 files)

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 04:23:31
  Author: svenstaro
Revision: 223829

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

Added:
  nvidia-340xx/repos/testing-i686/
  nvidia-340xx/repos/testing-i686/PKGBUILD
(from rev 223828, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-i686/nvidia-340xx.install
(from rev 223828, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/testing-x86_64/
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
(from rev 223828, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install
(from rev 223828, nvidia-340xx/trunk/nvidia-340xx.install)

-+
 testing-i686/PKGBUILD   |   48 ++
 testing-i686/nvidia-340xx.install   |   18 
 testing-x86_64/PKGBUILD |   48 ++
 testing-x86_64/nvidia-340xx.install |   18 
 4 files changed, 132 insertions(+)

Copied: nvidia-340xx/repos/testing-i686/PKGBUILD (from rev 223828, 
nvidia-340xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-04 02:23:31 UTC (rev 223829)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-340xx
+pkgver=340.46
+_extramodules=extramodules-3.16-ARCH
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.16' 'linux3.17' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
+makedepends=('linux-headers=3.16' 'linux-headers3.17')
+conflicts=('nvidia')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('7c70a15c53a97ed0bbec76e80bf53f05'
+ 'bf40adc20ac9819b5f86cd91f6409e39')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+}

Copied: nvidia-340xx/repos/testing-i686/nvidia-340xx.install (from rev 223828, 
nvidia-340xx/trunk/nvidia-340xx.install)
===
--- testing-i686/nvidia-340xx.install   (rev 0)
+++ testing-i686/nvidia-340xx.install   2014-10-04 02:23:31 UTC (rev 223829)
@@ -0,0 +1,18 @@
+post_install() {
+EXTRAMODULES='extramodules-3.16-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.16-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+if  [ $(vercmp $2 340.22-2) -lt 0 ]; then
+echo 'If your card is from the 2xx series or earlier, install 
nvidia-340xx'
+fi
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.16-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-340xx/repos/testing-x86_64/PKGBUILD (from rev 223828, 
nvidia-340xx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-04 02:23:31 UTC (rev 223829)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-340xx
+pkgver=340.46
+_extramodules=extramodules-3.16-ARCH
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.16' 'linux3.17' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
+makedepends=('linux-headers=3.16' 'linux-headers3.17')
+conflicts=('nvidia')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+

[arch-commits] Commit in nvidia-340xx/trunk (PKGBUILD)

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 04:23:26
  Author: svenstaro
Revision: 223828

upgpkg: nvidia-340xx 340.46-1

push nvidia-340xx

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-04 02:10:06 UTC (rev 223827)
+++ PKGBUILD2014-10-04 02:23:26 UTC (rev 223828)
@@ -16,8 +16,8 @@
 options=(!strip)
 
source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('423ea1a6938dbf226bb84504746fc646'
- 'baea4c968a06d3eddec8fb1287bb38bb')
+md5sums=('7c70a15c53a97ed0bbec76e80bf53f05'
+ 'bf40adc20ac9819b5f86cd91f6409e39')
 
 [[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
 [[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
@@ -45,5 +45,4 @@
 gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
 install -d -m755 ${pkgdir}/usr/lib/modprobe.d
 echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
 }


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

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 04:35:07
  Author: svenstaro
Revision: 223830

upgpkg: nvidia-utils 343.22-1

upstream release 343.22

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-04 02:23:31 UTC (rev 223829)
+++ PKGBUILD2014-10-04 02:35:07 UTC (rev 223830)
@@ -4,7 +4,7 @@
 # Contributor: James Rayner iphi...@gmail.com
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
-pkgver=340.32
+pkgver=343.22
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -12,8 +12,8 @@
 options=('!strip')
 
source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha1sums=('60a7ef2993503aa2e139ecd020430ec87e258fad'
-  'c0d30debd92cc6f2cc13ca74b38823b0677febd6')
+sha1sums=('95ebbbf8824e257f7272f8efdf539d32946aca72'
+  'b9fdad26354a015af2ea2184901c005b9dde1a79')
 
 [[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
 [[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32


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

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 04:35:12
  Author: svenstaro
Revision: 223831

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

Added:
  nvidia-utils/repos/testing-i686/
  nvidia-utils/repos/testing-i686/PKGBUILD
(from rev 223830, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/testing-i686/nvidia-utils.install
(from rev 223830, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/testing-x86_64/
  nvidia-utils/repos/testing-x86_64/PKGBUILD
(from rev 223830, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/testing-x86_64/nvidia-utils.install
(from rev 223830, nvidia-utils/trunk/nvidia-utils.install)

-+
 testing-i686/PKGBUILD   |  179 ++
 testing-i686/nvidia-utils.install   |   14 ++
 testing-x86_64/PKGBUILD |  179 ++
 testing-x86_64/nvidia-utils.install |   14 ++
 4 files changed, 386 insertions(+)

Copied: nvidia-utils/repos/testing-i686/PKGBUILD (from rev 223830, 
nvidia-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-04 02:35:12 UTC (rev 223831)
@@ -0,0 +1,179 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Maintainer: Thomas Baechler tho...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+pkgbase=nvidia-utils
+pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
+pkgver=343.22
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+sha1sums=('95ebbbf8824e257f7272f8efdf539d32946aca72'
+  'b9fdad26354a015af2ea2184901c005b9dde1a79')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+create_links() {
+# create soname links
+for _lib in $(find ${pkgdir} -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname ${_lib})/$(readelf -d ${_lib} | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e ${_soname} ]] || ln -s $(basename ${_lib}) ${_soname}
+[[ -e ${_base} ]] || ln -s $(basename ${_soname}) ${_base}
+done
+}
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+bsdtar -xf nvidia-persistenced-init.tar.bz2
+}
+
+package_opencl-nvidia() {
+pkgdesc=OpenCL implemention for NVIDIA
+depends=('libcl' 'zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+cd ${_pkg}
+
+# OpenCL
+install -D -m644 nvidia.icd ${pkgdir}/etc/OpenCL/vendors/nvidia.icd
+install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}
+install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver} 
+
+create_links
+
+mkdir -p ${pkgdir}/usr/share/licenses
+ln -s nvidia ${pkgdir}/usr/share/licenses/opencl-nvidia
+}
+
+package_nvidia-libgl() {
+pkgdesc=NVIDIA drivers libraries symlinks
+depends=('nvidia-utils')
+conflicts=('libgl')
+provides=('libgl')
+cd ${_pkg}
+
+mkdir -p ${pkgdir}/usr/lib/xorg/modules/extensions
+ln -s /usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}
+ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1
+ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so
+
+ln -s /usr/lib/nvidia/libGL.so.${pkgver} 
${pkgdir}/usr/lib/libGL.so.${pkgver}
+ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib/libGL.so.1
+ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib/libGL.so
+
+ln -s /usr/lib/nvidia/libEGL.so.${pkgver} 
${pkgdir}/usr/lib/libEGL.so.${pkgver}
+ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib/libEGL.so.1
+ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib/libEGL.so
+
+ln -s /usr/lib/nvidia/libGLESv1_CM.so.${pkgver} 
${pkgdir}/usr/lib/libGLESv1_CM.so.${pkgver}
+ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib/libGLESv1_CM.so.1
+ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib/libGLESv1_CM.so
+
+ln -s /usr/lib/nvidia/libGLESv2.so.${pkgver} 
${pkgdir}/usr/lib/libGLESv2.so.${pkgver}
+ln -s libGLESv2.so.${pkgver} ${pkgdir}/usr/lib/libGLESv2.so.2
+ln -s libGLESv2.so.${pkgver} ${pkgdir}/usr/lib/libGLESv2.so
+
+mkdir -p ${pkgdir}/usr/share/licenses
+ln -s nvidia ${pkgdir}/usr/share/licenses/nvidia-libgl
+}
+
+package_nvidia-utils() {
+pkgdesc=NVIDIA drivers utilities
+depends=('xorg-server')
+optdepends=('gtk2: nvidia-settings'
+'xorg-server-devel: nvidia-xconfig'
+

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

2014-10-03 Thread Felix Yan
Date: Saturday, October 4, 2014 @ 04:53:34
  Author: fyan
Revision: 120128

upgpkg: python-celery 3.1.16-1

Modified:
  python-celery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-04 02:51:47 UTC (rev 120127)
+++ PKGBUILD2014-10-04 02:53:34 UTC (rev 120128)
@@ -7,7 +7,7 @@
 
 pkgbase=python-celery
 pkgname=('python-celery' 'python2-celery')
-pkgver=3.1.15
+pkgver=3.1.16
 pkgrel=1
 pkgdesc='Distributed Asynchronous Task Queue'
 arch=('any')
@@ -22,7 +22,7 @@
 
source=(https://pypi.python.org/packages/source/c/celery/celery-$pkgver.tar.gz;
 celery@.service celery2@.service python-celery.install 
python2-celery.install celery.tmpfiles.d celery2.tmpfiles.d)
 options=('!emptydirs')
-sha256sums=('84715d0b9c76818af45f7eeba76532afddff2030a313beecd0e9e2eae4dbe9e3'
+sha256sums=('83079c2974b3e1ac7517b33cde829db59fc2f560482c85ee4f2c751d3dd4f8f3'
 '2c3b6eb4ebcc02f6748141d3dd1ebb64128b7b082724ebc15141144e2e40ebff'
 'f17edc445e555ae2a6b6c4124e1ad45e89a8f5c1408f4b629d939eeb8b1ce0d9'
 'b2744f019e11d57df825d9a970099a678ec1fffc5579ab52fb2270ec4aba741a'


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

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 04:52:19
  Author: svenstaro
Revision: 223832

upgpkg: nvidia 343.22-1

upstream release 343.22

Modified:
  nvidia/trunk/PKGBUILD
  nvidia/trunk/nvidia.install

+
 PKGBUILD   |   10 --
 nvidia.install |6 +++---
 2 files changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-04 02:35:12 UTC (rev 223831)
+++ PKGBUILD2014-10-04 02:52:19 UTC (rev 223832)
@@ -2,22 +2,21 @@
 # Maintainer : Thomas Baechler tho...@archlinux.org
 
 pkgname=nvidia
-pkgver=340.32
+pkgver=343.22
 _extramodules=extramodules-3.16-ARCH
-pkgrel=2
+pkgrel=1
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
 depends=('linux=3.16' 'linux3.17' nvidia-libgl nvidia-utils=${pkgver})
 makedepends=('linux-headers=3.16' 'linux-headers3.17')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install
 options=(!strip)
 
source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('423ea1a6938dbf226bb84504746fc646'
- 'baea4c968a06d3eddec8fb1287bb38bb')
+md5sums=('696d0bfa7195e22e0c4bd858fff2abb6'
+ '3d98eaa01a94e86abb04723ae2a702b1')
 
 [[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
 [[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
@@ -45,5 +44,4 @@
 gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
 install -d -m755 ${pkgdir}/usr/lib/modprobe.d
 echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
 }

Modified: nvidia.install
===
--- nvidia.install  2014-10-04 02:35:12 UTC (rev 223831)
+++ nvidia.install  2014-10-04 02:52:19 UTC (rev 223832)
@@ -1,11 +1,11 @@
 post_install() {
-EXTRAMODULES='extramodules-3.15-ARCH'
+EXTRAMODULES='extramodules-3.16-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-3.15-ARCH'
+EXTRAMODULES='extramodules-3.16-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 if  [ $(vercmp $2 310.19-2) -lt 0 ]; then
 echo 'If your card is from the 7xxx series or earlier, install 
nvidia-304xx'
@@ -13,6 +13,6 @@
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-3.15-ARCH'
+EXTRAMODULES='extramodules-3.16-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }


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

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 04:54:52
  Author: svenstaro
Revision: 223834

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

Added:
  nvidia/repos/testing-i686/
  nvidia/repos/testing-i686/PKGBUILD
(from rev 223833, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia.install
(from rev 223833, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 223833, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 223833, nvidia/trunk/nvidia.install)

---+
 testing-i686/PKGBUILD |   47 
 testing-i686/nvidia.install   |   18 +++
 testing-x86_64/PKGBUILD   |   47 
 testing-x86_64/nvidia.install |   18 +++
 4 files changed, 130 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 223833, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-04 02:54:52 UTC (rev 223834)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=343.22
+_extramodules=extramodules-3.16-ARCH
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.16' 'linux3.17' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.16' 'linux-headers3.17')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('696d0bfa7195e22e0c4bd858fff2abb6'
+ '3d98eaa01a94e86abb04723ae2a702b1')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+}

Copied: nvidia/repos/testing-i686/nvidia.install (from rev 223833, 
nvidia/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2014-10-04 02:54:52 UTC (rev 223834)
@@ -0,0 +1,18 @@
+post_install() {
+EXTRAMODULES='extramodules-3.16-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.16-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+if  [ $(vercmp $2 310.19-2) -lt 0 ]; then
+echo 'If your card is from the 7xxx series or earlier, install 
nvidia-304xx'
+fi
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.16-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 223833, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-04 02:54:52 UTC (rev 223834)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=343.22
+_extramodules=extramodules-3.16-ARCH
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.16' 'linux3.17' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.16' 'linux-headers3.17')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('696d0bfa7195e22e0c4bd858fff2abb6'
+ '3d98eaa01a94e86abb04723ae2a702b1')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat 

[arch-commits] Commit in python-celery/repos/community-any (14 files)

2014-10-03 Thread Felix Yan
Date: Saturday, October 4, 2014 @ 04:54:18
  Author: fyan
Revision: 120129

archrelease: copy trunk to community-any

Added:
  python-celery/repos/community-any/PKGBUILD
(from rev 120128, python-celery/trunk/PKGBUILD)
  python-celery/repos/community-any/celery.tmpfiles.d
(from rev 120128, python-celery/trunk/celery.tmpfiles.d)
  python-celery/repos/community-any/celery2.tmpfiles.d
(from rev 120128, python-celery/trunk/celery2.tmpfiles.d)
  python-celery/repos/community-any/celery2@.service
(from rev 120128, python-celery/trunk/celery2@.service)
  python-celery/repos/community-any/celery@.service
(from rev 120128, python-celery/trunk/celery@.service)
  python-celery/repos/community-any/python-celery.install
(from rev 120128, python-celery/trunk/python-celery.install)
  python-celery/repos/community-any/python2-celery.install
(from rev 120128, python-celery/trunk/python2-celery.install)
Deleted:
  python-celery/repos/community-any/PKGBUILD
  python-celery/repos/community-any/celery.tmpfiles.d
  python-celery/repos/community-any/celery2.tmpfiles.d
  python-celery/repos/community-any/celery2@.service
  python-celery/repos/community-any/celery@.service
  python-celery/repos/community-any/python-celery.install
  python-celery/repos/community-any/python2-celery.install

+
 PKGBUILD   |  194 +++
 celery.tmpfiles.d  |4 
 celery2.tmpfiles.d |4 
 celery2@.service   |   30 +++
 celery@.service|   30 +++
 python-celery.install  |6 -
 python2-celery.install |6 -
 7 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-04 02:53:34 UTC (rev 120128)
+++ PKGBUILD2014-10-04 02:54:18 UTC (rev 120129)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Marcin Kolenda marcinkolenda...@gmail.com
-# Contributor: Valentin Haloiu vially.ichb+...@gmail.com
-# Contributor: Lukas Linhart b...@almad.net
-# Contributor: Marco Elver marco.elver AT gmail.com
-# Contributor: apkawa apk...@gmail.com
-
-pkgbase=python-celery
-pkgname=('python-celery' 'python2-celery')
-pkgver=3.1.15
-pkgrel=1
-pkgdesc='Distributed Asynchronous Task Queue'
-arch=('any')
-url='http://celeryproject.org/'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-kombu' 
'python2-kombu' 'python-billiard' 'python2-billiard'
- 'python-pytz' 'python2-pytz')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl' 'python2-gevent'
-  'python2-librabbitmq' 'python-pymongo' 'python2-pymongo' 
'python-msgpack' 'python2-msgpack' 'python-pyro'
-  'python2-pyro' 'python-redis' 'python2-redis' 
'python-sqlalchemy' 'python2-sqlalchemy' 'python-boto' 'python2-boto'
-  'python-yaml' 'python2-yaml' 'python-pyzmq' 'python2-pyzmq')
-source=(https://pypi.python.org/packages/source/c/celery/celery-$pkgver.tar.gz;
-celery@.service celery2@.service python-celery.install 
python2-celery.install celery.tmpfiles.d celery2.tmpfiles.d)
-options=('!emptydirs')
-sha256sums=('84715d0b9c76818af45f7eeba76532afddff2030a313beecd0e9e2eae4dbe9e3'
-'2c3b6eb4ebcc02f6748141d3dd1ebb64128b7b082724ebc15141144e2e40ebff'
-'f17edc445e555ae2a6b6c4124e1ad45e89a8f5c1408f4b629d939eeb8b1ce0d9'
-'b2744f019e11d57df825d9a970099a678ec1fffc5579ab52fb2270ec4aba741a'
-'19cfffc0447ec5046b106bc33cc8422942b82f9339971405398835d5d8079f00'
-'c60185a7e2192dfd98d41cbea6ef0f8ed24cafd79aeae6f0792360fa6ddf6f46'
-'fdb55a9b2ee2b7e0b55ffb576ebcd14d846cdfdb2c5131a68c64275c391f6aa5')
-
-prepare() {
-  cp -a celery-$pkgver{,-py2}
-}
-
-build() {
-  cd $srcdir/celery-$pkgver
-  python setup.py build
-
-  cd $srcdir/celery-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/celery-$pkgver
-  nosetests3 || warning Tests failed
-
-  cd $srcdir/celery-$pkgver-py2
-  nosetests2
-}
-
-package_python-celery() {
-  depends=('python' 'python-kombu' 'python-billiard' 'python-pytz')
-  optdepends=('python-pyopenssl: for celery.security'
-  'python-pymongo: for celery.backends.mongodb'
-  'python-msgpack: for using the msgpack serializer'
-  'python-pyro: for using Pyro4 message transport'
-  'python-redis: for celery.backends.redis'
-  'python-sqlalchemy: for celery.backends.database'
-  'python-boto: for SQS transport'
-  'python-yaml: for using the yaml serializer'
-  'python-pyzmq: for using ZeroMQ transport')
-  install=python-celery.install
-
-  cd $srcdir/celery-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1 --skip-build
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 $srcdir/celery@.service 

[arch-commits] Commit in nvidia/trunk (nvidia-3.14.patch)

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 04:54:47
  Author: svenstaro
Revision: 223833

upgpkg: nvidia 343.22-1

upstream release 343.22

Deleted:
  nvidia/trunk/nvidia-3.14.patch

---+
 nvidia-3.14.patch |   12 
 1 file changed, 12 deletions(-)

Deleted: nvidia-3.14.patch
===
--- nvidia-3.14.patch   2014-10-04 02:52:19 UTC (rev 223832)
+++ nvidia-3.14.patch   2014-10-04 02:54:47 UTC (rev 223833)
@@ -1,12 +0,0 @@
 a/kernel/nv-linux.h 2014-01-09 04:49:25.0 +0200
-+++ b/kernel/nv-linux.h 2014-02-05 16:46:55.552408568 +0200
-@@ -273,8 +273,7 @@
- #endif
- 
- #if !defined(NV_VMWARE)  defined(CONFIG_ACPI)
--#include acpi/acpi.h
--#include acpi/acpi_drivers.h
-+#include linux/acpi.h
- #if defined(NV_ACPI_DEVICE_OPS_HAS_MATCH) || defined(ACPI_VIDEO_HID)
- #define NV_LINUX_ACPI_EVENTS_SUPPORTED 1
- #endif


[arch-commits] Commit in (11 files)

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 04:51:19
  Author: svenstaro
Revision: 120126

Prepare lib32-nvidia-340xx-utils

Added:
  lib32-nvidia-340xx-utils/
  lib32-nvidia-340xx-utils/repos/
  lib32-nvidia-340xx-utils/trunk/
  lib32-nvidia-340xx-utils/trunk/PKGBUILD
  lib32-nvidia-340xx-utils/trunk/PKGBUILD-namcap.log
  lib32-nvidia-340xx-utils/trunk/src/
  lib32-nvidia-340xx-utils/trunk/src/NVIDIA-Linux-x86-331.49.run
  lib32-nvidia-340xx-utils/trunk/src/NVIDIA-Linux-x86-334.21.run
  lib32-nvidia-340xx-utils/trunk/src/NVIDIA-Linux-x86-337.19.run
  lib32-nvidia-340xx-utils/trunk/src/NVIDIA-Linux-x86-337.25.run
  lib32-nvidia-340xx-utils/trunk/src/NVIDIA-Linux-x86-340.24.run

-+
 PKGBUILD|  120 ++
 src/NVIDIA-Linux-x86-331.49.run |1 
 src/NVIDIA-Linux-x86-334.21.run |1 
 src/NVIDIA-Linux-x86-337.19.run |1 
 src/NVIDIA-Linux-x86-337.25.run |1 
 src/NVIDIA-Linux-x86-340.24.run |1 
 6 files changed, 125 insertions(+)

Added: lib32-nvidia-340xx-utils/trunk/PKGBUILD
===
--- lib32-nvidia-340xx-utils/trunk/PKGBUILD (rev 0)
+++ lib32-nvidia-340xx-utils/trunk/PKGBUILD 2014-10-04 02:51:19 UTC (rev 
120126)
@@ -0,0 +1,120 @@
+# $Id: PKGBUILD 117364 2014-08-13 13:50:53Z svenstaro $
+# Maintainer: Thomas Baechler tho...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+
+_pkgbasename=nvidia-340xx-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-340xx-utils' 'lib32-nvidia-340xx-libgl' 
'lib32-opencl-340xx-nvidia')
+pkgver=340.46
+pkgrel=1
+arch=('x86_64')
+url=http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('423ea1a6938dbf226bb84504746fc646')
+
+create_links() {
+# create soname links
+for _lib in $(find ${pkgdir} -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname ${_lib})/$(readelf -d ${_lib} | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e ${_soname} ]] || ln -s $(basename ${_lib}) ${_soname}
+[[ -e ${_base} ]] || ln -s $(basename ${_soname}) ${_base}
+done
+}
+
+build() {
+sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-nvidia-340xx() {
+pkgdesc=OpenCL implemention for NVIDIA (32-bit)
+depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+conflicts=('lib32-opencl-nvidia')
+cd ${_pkg}
+
+# OpenCL
+install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
+install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver} 
+
+create_links
+
+mkdir -p ${pkgdir}/usr/share/licenses
+ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/lib32-opencl-nvidia
+}
+
+package_lib32-nvidia-340xx-libgl() {
+pkgdesc=NVIDIA drivers libraries symlinks (32-bit)
+depends=('lib32-nvidia-utils')
+replaces=('lib32-nvidia-utils=313.26-1')
+conflicts=('lib32-libgl')
+provides=('lib32-libgl')
+cd ${_pkg}
+
+mkdir -p ${pkgdir}/usr/lib32
+ln -s /usr/lib32/nvidia/libGL.so.${pkgver} 
${pkgdir}/usr/lib32/libGL.so.${pkgver}
+ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib32/libGL.so.1
+ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib32/libGL.so
+
+ln -s /usr/lib32/nvidia/libEGL.so.${pkgver} 
${pkgdir}/usr/lib32/libEGL.so.${pkgver}
+ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib32/libEGL.so.1
+ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib32/libEGL.so
+
+ln -s /usr/lib32/nvidia/libGLESv1_CM.so.${pkgver} 
${pkgdir}/usr/lib32/libGLESv1_CM.so.${pkgver}
+ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv1_CM.so.1
+ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv1_CM.so
+
+ln -s /usr/lib32/nvidia/libGLESv2.so.${pkgver} 
${pkgdir}/usr/lib32/libGLESv2.so.${pkgver}
+ln -s libGLESv2.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv2.so.2
+ln -s libGLESv2.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv2.so
+
+mkdir -p ${pkgdir}/usr/share/licenses
+ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/lib32-nvidia-libgl
+}
+
+package_lib32-nvidia-340xx-utils() {
+pkgdesc=NVIDIA drivers utilities (32-bit)
+depends=('lib32-zlib' 'lib32-gcc-libs')
+optdepends=('lib32-opencl-nvidia')
+conflicts=('lib32-nvidia-utils')
+cd ${_pkg}
+
+# OpenGL libraries
+install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}
+install -D -m755 libEGL.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libEGL.so.${pkgver}
+install -D -m755 libGLESv1_CM.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so.${pkgver}
+install -D -m755 libGLESv2.so.${pkgver} 

[arch-commits] Commit in lib32-nvidia-340xx-utils/trunk (PKGBUILD-namcap.log src)

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 04:51:47
  Author: svenstaro
Revision: 120127

whops

Deleted:
  lib32-nvidia-340xx-utils/trunk/PKGBUILD-namcap.log
  lib32-nvidia-340xx-utils/trunk/src/

+
 0 files changed

Deleted: PKGBUILD-namcap.log
===


[arch-commits] Commit in nvidia-340xx/trunk (PKGBUILD nvidia-340xx.install)

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 04:57:16
  Author: svenstaro
Revision: 223835

upgpkg: nvidia-340xx 340.46-2

upstream release 343.22

Modified:
  nvidia-340xx/trunk/PKGBUILD
  nvidia-340xx/trunk/nvidia-340xx.install

--+
 PKGBUILD |2 +-
 nvidia-340xx.install |3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-04 02:54:52 UTC (rev 223834)
+++ PKGBUILD2014-10-04 02:57:16 UTC (rev 223835)
@@ -4,7 +4,7 @@
 pkgname=nvidia-340xx
 pkgver=340.46
 _extramodules=extramodules-3.16-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;

Modified: nvidia-340xx.install
===
--- nvidia-340xx.install2014-10-04 02:54:52 UTC (rev 223834)
+++ nvidia-340xx.install2014-10-04 02:57:16 UTC (rev 223835)
@@ -7,9 +7,6 @@
 post_upgrade() {
 EXTRAMODULES='extramodules-3.16-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-if  [ $(vercmp $2 340.22-2) -lt 0 ]; then
-echo 'If your card is from the 2xx series or earlier, install 
nvidia-340xx'
-fi
 }
 
 post_remove() {


[arch-commits] Commit in lib32-nvidia-340xx-utils/trunk (PKGBUILD)

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 05:00:31
  Author: svenstaro
Revision: 120130

upgpkg: lib32-nvidia-340xx-utils 340.46-1

pushing lib32-nvidia-340xx-utils

Modified:
  lib32-nvidia-340xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-04 02:54:18 UTC (rev 120129)
+++ PKGBUILD2014-10-04 03:00:31 UTC (rev 120130)
@@ -4,7 +4,7 @@
 
 _pkgbasename=nvidia-340xx-utils
 pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-340xx-utils' 'lib32-nvidia-340xx-libgl' 
'lib32-opencl-340xx-nvidia')
+pkgname=('lib32-nvidia-340xx-utils' 'lib32-nvidia-340xx-libgl' 
'lib32-opencl-nvidia-340xx')
 pkgver=340.46
 pkgrel=1
 arch=('x86_64')
@@ -15,7 +15,7 @@
 _arch='x86'
 _pkg=NVIDIA-Linux-${_arch}-${pkgver}
 
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('423ea1a6938dbf226bb84504746fc646')
+md5sums=('7c70a15c53a97ed0bbec76e80bf53f05')
 
 create_links() {
 # create soname links
@@ -50,8 +50,7 @@
 
 package_lib32-nvidia-340xx-libgl() {
 pkgdesc=NVIDIA drivers libraries symlinks (32-bit)
-depends=('lib32-nvidia-utils')
-replaces=('lib32-nvidia-utils=313.26-1')
+depends=('lib32-nvidia-340xx-utils')
 conflicts=('lib32-libgl')
 provides=('lib32-libgl')
 cd ${_pkg}
@@ -80,7 +79,7 @@
 package_lib32-nvidia-340xx-utils() {
 pkgdesc=NVIDIA drivers utilities (32-bit)
 depends=('lib32-zlib' 'lib32-gcc-libs')
-optdepends=('lib32-opencl-nvidia')
+optdepends=('lib32-opencl-nvidia-340xx')
 conflicts=('lib32-nvidia-utils')
 cd ${_pkg}
 


[arch-commits] Commit in lib32-nvidia-340xx-utils/repos (2 files)

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 05:00:35
  Author: svenstaro
Revision: 120131

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-nvidia-340xx-utils/repos/multilib-testing-x86_64/
  lib32-nvidia-340xx-utils/repos/multilib-testing-x86_64/PKGBUILD
(from rev 120130, lib32-nvidia-340xx-utils/trunk/PKGBUILD)

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

Copied: lib32-nvidia-340xx-utils/repos/multilib-testing-x86_64/PKGBUILD (from 
rev 120130, lib32-nvidia-340xx-utils/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-10-04 03:00:35 UTC (rev 120131)
@@ -0,0 +1,119 @@
+# $Id: PKGBUILD 117364 2014-08-13 13:50:53Z svenstaro $
+# Maintainer: Thomas Baechler tho...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+
+_pkgbasename=nvidia-340xx-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-340xx-utils' 'lib32-nvidia-340xx-libgl' 
'lib32-opencl-nvidia-340xx')
+pkgver=340.46
+pkgrel=1
+arch=('x86_64')
+url=http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('7c70a15c53a97ed0bbec76e80bf53f05')
+
+create_links() {
+# create soname links
+for _lib in $(find ${pkgdir} -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname ${_lib})/$(readelf -d ${_lib} | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e ${_soname} ]] || ln -s $(basename ${_lib}) ${_soname}
+[[ -e ${_base} ]] || ln -s $(basename ${_soname}) ${_base}
+done
+}
+
+build() {
+sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-nvidia-340xx() {
+pkgdesc=OpenCL implemention for NVIDIA (32-bit)
+depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+conflicts=('lib32-opencl-nvidia')
+cd ${_pkg}
+
+# OpenCL
+install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
+install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver} 
+
+create_links
+
+mkdir -p ${pkgdir}/usr/share/licenses
+ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/lib32-opencl-nvidia
+}
+
+package_lib32-nvidia-340xx-libgl() {
+pkgdesc=NVIDIA drivers libraries symlinks (32-bit)
+depends=('lib32-nvidia-340xx-utils')
+conflicts=('lib32-libgl')
+provides=('lib32-libgl')
+cd ${_pkg}
+
+mkdir -p ${pkgdir}/usr/lib32
+ln -s /usr/lib32/nvidia/libGL.so.${pkgver} 
${pkgdir}/usr/lib32/libGL.so.${pkgver}
+ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib32/libGL.so.1
+ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib32/libGL.so
+
+ln -s /usr/lib32/nvidia/libEGL.so.${pkgver} 
${pkgdir}/usr/lib32/libEGL.so.${pkgver}
+ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib32/libEGL.so.1
+ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib32/libEGL.so
+
+ln -s /usr/lib32/nvidia/libGLESv1_CM.so.${pkgver} 
${pkgdir}/usr/lib32/libGLESv1_CM.so.${pkgver}
+ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv1_CM.so.1
+ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv1_CM.so
+
+ln -s /usr/lib32/nvidia/libGLESv2.so.${pkgver} 
${pkgdir}/usr/lib32/libGLESv2.so.${pkgver}
+ln -s libGLESv2.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv2.so.2
+ln -s libGLESv2.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv2.so
+
+mkdir -p ${pkgdir}/usr/share/licenses
+ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/lib32-nvidia-libgl
+}
+
+package_lib32-nvidia-340xx-utils() {
+pkgdesc=NVIDIA drivers utilities (32-bit)
+depends=('lib32-zlib' 'lib32-gcc-libs')
+optdepends=('lib32-opencl-nvidia-340xx')
+conflicts=('lib32-nvidia-utils')
+cd ${_pkg}
+
+# OpenGL libraries
+install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}
+install -D -m755 libEGL.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libEGL.so.${pkgver}
+install -D -m755 libGLESv1_CM.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so.${pkgver}
+install -D -m755 libGLESv2.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libGLESv2.so.${pkgver}
+
+# OpenGL core library
+install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}
+install -D -m755 libnvidia-eglcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}
+install -D -m755 libnvidia-glsi.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}
+
+# misc
+install -D -m755 libnvidia-ifr.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-ifr.so.${pkgver}
+install -D -m755 libnvidia-fbc.so.${pkgver} 

[arch-commits] Commit in nvidia-340xx/repos (8 files)

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 05:01:13
  Author: svenstaro
Revision: 223836

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

Added:
  nvidia-340xx/repos/testing-i686/PKGBUILD
(from rev 223835, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-i686/nvidia-340xx.install
(from rev 223835, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
(from rev 223835, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install
(from rev 223835, nvidia-340xx/trunk/nvidia-340xx.install)
Deleted:
  nvidia-340xx/repos/testing-i686/PKGBUILD
  nvidia-340xx/repos/testing-i686/nvidia-340xx.install
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install

-+
 /PKGBUILD   |   96 ++
 /nvidia-340xx.install   |   30 ++
 testing-i686/PKGBUILD   |   48 -
 testing-i686/nvidia-340xx.install   |   18 --
 testing-x86_64/PKGBUILD |   48 -
 testing-x86_64/nvidia-340xx.install |   18 --
 6 files changed, 126 insertions(+), 132 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-04 02:57:16 UTC (rev 223835)
+++ testing-i686/PKGBUILD   2014-10-04 03:01:13 UTC (rev 223836)
@@ -1,48 +0,0 @@
-# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-340xx
-pkgver=340.46
-_extramodules=extramodules-3.16-ARCH
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.16' 'linux3.17' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
-makedepends=('linux-headers=3.16' 'linux-headers3.17')
-conflicts=('nvidia')
-license=('custom')
-install=${pkgname}.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('7c70a15c53a97ed0bbec76e80bf53f05'
- 'bf40adc20ac9819b5f86cd91f6409e39')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-}

Copied: nvidia-340xx/repos/testing-i686/PKGBUILD (from rev 223835, 
nvidia-340xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-04 03:01:13 UTC (rev 223836)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-340xx
+pkgver=340.46
+_extramodules=extramodules-3.16-ARCH
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.16' 'linux3.17' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
+makedepends=('linux-headers=3.16' 'linux-headers3.17')
+conflicts=('nvidia')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('7c70a15c53a97ed0bbec76e80bf53f05'
+ 'bf40adc20ac9819b5f86cd91f6409e39')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -D -m644 

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

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 05:09:12
  Author: svenstaro
Revision: 223837

upgpkg: nvidia-lts 343.22-1

upstream release 343.22

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-04 03:01:13 UTC (rev 223836)
+++ PKGBUILD2014-10-04 03:09:12 UTC (rev 223837)
@@ -2,9 +2,9 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=nvidia-lts
-pkgver=340.32
+pkgver=343.22
 _extramodules=extramodules-3.14-lts
-pkgrel=3
+pkgrel=1
 pkgdesc=NVIDIA drivers for linux-lts
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -16,8 +16,8 @@
 options=(!strip)
 
source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('423ea1a6938dbf226bb84504746fc646'
- 'baea4c968a06d3eddec8fb1287bb38bb')
+md5sums=('696d0bfa7195e22e0c4bd858fff2abb6'
+ '3d98eaa01a94e86abb04723ae2a702b1')
 
 [[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
 [[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32


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

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 05:09:16
  Author: svenstaro
Revision: 223838

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

Added:
  nvidia-lts/repos/testing-i686/
  nvidia-lts/repos/testing-i686/PKGBUILD
(from rev 223837, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-i686/nvidia-lts.install
(from rev 223837, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 223837, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install
(from rev 223837, nvidia-lts/trunk/nvidia-lts.install)

---+
 testing-i686/PKGBUILD |   48 
 testing-i686/nvidia-lts.install   |   15 +++
 testing-x86_64/PKGBUILD   |   48 
 testing-x86_64/nvidia-lts.install |   15 +++
 4 files changed, 126 insertions(+)

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 223837, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-04 03:09:16 UTC (rev 223838)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=343.22
+_extramodules=extramodules-3.14-lts
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.19' nvidia-utils=$pkgver 'nvidia-libgl')
+makedepends=('linux-lts-headers=3.14.19')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('696d0bfa7195e22e0c4bd858fff2abb6'
+ '3d98eaa01a94e86abb04723ae2a702b1')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  cd ${_pkg}/kernel
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/*.ko
+  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}

Copied: nvidia-lts/repos/testing-i686/nvidia-lts.install (from rev 223837, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2014-10-04 03:09:16 UTC (rev 223838)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 223837, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-04 03:09:16 UTC (rev 223838)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=343.22
+_extramodules=extramodules-3.14-lts
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.19' nvidia-utils=$pkgver 'nvidia-libgl')
+makedepends=('linux-lts-headers=3.14.19')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('696d0bfa7195e22e0c4bd858fff2abb6'
+ '3d98eaa01a94e86abb04723ae2a702b1')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  

[arch-commits] Commit in lib32-nvidia-utils/repos (2 files)

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 05:05:47
  Author: svenstaro
Revision: 120133

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-testing-x86_64/
  lib32-nvidia-utils/repos/multilib-testing-x86_64/PKGBUILD
(from rev 120132, lib32-nvidia-utils/trunk/PKGBUILD)

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

Copied: lib32-nvidia-utils/repos/multilib-testing-x86_64/PKGBUILD (from rev 
120132, lib32-nvidia-utils/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-10-04 03:05:47 UTC (rev 120133)
@@ -0,0 +1,118 @@
+# $Id$
+# Maintainer: Thomas Baechler tho...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+
+_pkgbasename=nvidia-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
+pkgver=343.22
+pkgrel=1
+arch=('x86_64')
+url=http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('696d0bfa7195e22e0c4bd858fff2abb6')
+
+create_links() {
+# create soname links
+for _lib in $(find ${pkgdir} -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname ${_lib})/$(readelf -d ${_lib} | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e ${_soname} ]] || ln -s $(basename ${_lib}) ${_soname}
+[[ -e ${_base} ]] || ln -s $(basename ${_soname}) ${_base}
+done
+}
+
+build() {
+sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-nvidia() {
+pkgdesc=OpenCL implemention for NVIDIA (32-bit)
+depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+cd ${_pkg}
+
+# OpenCL
+install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
+install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver} 
+
+create_links
+
+mkdir -p ${pkgdir}/usr/share/licenses
+ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/lib32-opencl-nvidia
+}
+
+package_lib32-nvidia-libgl() {
+pkgdesc=NVIDIA drivers libraries symlinks (32-bit)
+depends=('lib32-nvidia-utils')
+replaces=('lib32-nvidia-utils=313.26-1')
+conflicts=('lib32-libgl')
+provides=('lib32-libgl')
+cd ${_pkg}
+
+mkdir -p ${pkgdir}/usr/lib32
+ln -s /usr/lib32/nvidia/libGL.so.${pkgver} 
${pkgdir}/usr/lib32/libGL.so.${pkgver}
+ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib32/libGL.so.1
+ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib32/libGL.so
+
+ln -s /usr/lib32/nvidia/libEGL.so.${pkgver} 
${pkgdir}/usr/lib32/libEGL.so.${pkgver}
+ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib32/libEGL.so.1
+ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib32/libEGL.so
+
+ln -s /usr/lib32/nvidia/libGLESv1_CM.so.${pkgver} 
${pkgdir}/usr/lib32/libGLESv1_CM.so.${pkgver}
+ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv1_CM.so.1
+ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv1_CM.so
+
+ln -s /usr/lib32/nvidia/libGLESv2.so.${pkgver} 
${pkgdir}/usr/lib32/libGLESv2.so.${pkgver}
+ln -s libGLESv2.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv2.so.2
+ln -s libGLESv2.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv2.so
+
+mkdir -p ${pkgdir}/usr/share/licenses
+ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/lib32-nvidia-libgl
+}
+
+package_lib32-nvidia-utils() {
+pkgdesc=NVIDIA drivers utilities (32-bit)
+depends=('lib32-zlib' 'lib32-gcc-libs')
+optdepends=('lib32-opencl-nvidia')
+cd ${_pkg}
+
+# OpenGL libraries
+install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}
+install -D -m755 libEGL.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libEGL.so.${pkgver}
+install -D -m755 libGLESv1_CM.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so.${pkgver}
+install -D -m755 libGLESv2.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libGLESv2.so.${pkgver}
+
+# OpenGL core library
+install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}
+install -D -m755 libnvidia-eglcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}
+install -D -m755 libnvidia-glsi.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}
+
+# misc
+install -D -m755 libnvidia-ifr.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-ifr.so.${pkgver}
+install -D -m755 libnvidia-fbc.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-fbc.so.${pkgver}
+install -D -m755 libnvidia-encode.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-encode.so.${pkgver}
+install -D -m755 

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

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 05:05:44
  Author: svenstaro
Revision: 120132

upgpkg: lib32-nvidia-utils 343.22-1

upstream release 343.22

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-04 03:00:35 UTC (rev 120131)
+++ PKGBUILD2014-10-04 03:05:44 UTC (rev 120132)
@@ -5,7 +5,7 @@
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
-pkgver=340.32
+pkgver=343.22
 pkgrel=1
 arch=('x86_64')
 url=http://www.nvidia.com/;
@@ -15,7 +15,7 @@
 _arch='x86'
 _pkg=NVIDIA-Linux-${_arch}-${pkgver}
 
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('423ea1a6938dbf226bb84504746fc646')
+md5sums=('696d0bfa7195e22e0c4bd858fff2abb6')
 
 create_links() {
 # create soname links


[arch-commits] Commit in (4 files)

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 05:13:23
  Author: svenstaro
Revision: 223839

Prepare nvidia-340xx-lts

Added:
  nvidia-340xx-lts/
  nvidia-340xx-lts/repos/
  nvidia-340xx-lts/trunk/
  nvidia-340xx-lts/trunk/PKGBUILD

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

Added: nvidia-340xx-lts/trunk/PKGBUILD
===
--- nvidia-340xx-lts/trunk/PKGBUILD (rev 0)
+++ nvidia-340xx-lts/trunk/PKGBUILD 2014-10-04 03:13:23 UTC (rev 223839)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 223837 2014-10-04 03:09:12Z svenstaro $
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-340xx-lts
+pkgver=340.46
+_extramodules=extramodules-3.14-lts
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.19' nvidia-340xx-utils=$pkgver 
'nvidia-340xx-libgl')
+makedepends=('linux-lts-headers=3.14.19')
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('7c70a15c53a97ed0bbec76e80bf53f05'
+ 'bf40adc20ac9819b5f86cd91f6409e39')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  cd ${_pkg}/kernel
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/*.ko
+  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}


[arch-commits] Commit in nvidia-340xx-lts/repos (6 files)

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 05:20:42
  Author: svenstaro
Revision: 223841

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

Added:
  nvidia-340xx-lts/repos/testing-i686/
  nvidia-340xx-lts/repos/testing-i686/PKGBUILD
(from rev 223840, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-i686/nvidia-340xx-lts.install
(from rev 223840, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
  nvidia-340xx-lts/repos/testing-x86_64/
  nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 223840, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-x86_64/nvidia-340xx-lts.install
(from rev 223840, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)

-+
 testing-i686/PKGBUILD   |   49 ++
 testing-i686/nvidia-340xx-lts.install   |   15 +
 testing-x86_64/PKGBUILD |   49 ++
 testing-x86_64/nvidia-340xx-lts.install |   15 +
 4 files changed, 128 insertions(+)

Copied: nvidia-340xx-lts/repos/testing-i686/PKGBUILD (from rev 223840, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-04 03:20:42 UTC (rev 223841)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 223837 2014-10-04 03:09:12Z svenstaro $
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-340xx-lts
+pkgver=340.46
+_extramodules=extramodules-3.14-lts
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.19' nvidia-340xx-utils=$pkgver 
'nvidia-340xx-libgl')
+makedepends=('linux-lts-headers=3.14.19')
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('7c70a15c53a97ed0bbec76e80bf53f05'
+ 'bf40adc20ac9819b5f86cd91f6409e39')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  cd ${_pkg}/kernel
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/*.ko
+  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}

Copied: nvidia-340xx-lts/repos/testing-i686/nvidia-340xx-lts.install (from rev 
223840, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
===
--- testing-i686/nvidia-340xx-lts.install   (rev 0)
+++ testing-i686/nvidia-340xx-lts.install   2014-10-04 03:20:42 UTC (rev 
223841)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD (from rev 223840, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-04 03:20:42 UTC (rev 223841)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 223837 2014-10-04 03:09:12Z svenstaro $
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-340xx-lts
+pkgver=340.46
+_extramodules=extramodules-3.14-lts
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.19' nvidia-340xx-utils=$pkgver 
'nvidia-340xx-libgl')
+makedepends=('linux-lts-headers=3.14.19')
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)

[arch-commits] Commit in nvidia-340xx-lts/trunk (nvidia-340xx-lts.install)

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 05:20:33
  Author: svenstaro
Revision: 223840

fucking svn

Added:
  nvidia-340xx-lts/trunk/nvidia-340xx-lts.install

--+
 nvidia-340xx-lts.install |   15 +++
 1 file changed, 15 insertions(+)

Added: nvidia-340xx-lts.install
===
--- nvidia-340xx-lts.install(rev 0)
+++ nvidia-340xx-lts.install2014-10-04 03:20:33 UTC (rev 223840)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}


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

2014-10-03 Thread Bartłomiej Piotrowski
Date: Saturday, October 4, 2014 @ 06:52:42
  Author: bpiotrowski
Revision: 223842

Drop TODOs.

Modified:
  protobuf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-04 03:20:42 UTC (rev 223841)
+++ PKGBUILD2014-10-04 04:52:42 UTC (rev 223842)
@@ -5,10 +5,6 @@
 # Contributor: Geoffroy Carrier geoff...@archlinux.org
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
-# TODO: c++ bindings for python
-# TODO: propset
-# TODO: staging + todo
-
 pkgname=('protobuf' 'python2-protobuf')
 pkgver=2.6.0
 pkgrel=1


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

2014-10-03 Thread Bartłomiej Piotrowski
Date: Saturday, October 4, 2014 @ 07:04:37
  Author: bpiotrowski
Revision: 223843

upgpkg: protobuf-c 1.0.1-2

rebuild against protobuf 2.6.0

Modified:
  protobuf-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-04 04:52:42 UTC (rev 223842)
+++ PKGBUILD2014-10-04 05:04:37 UTC (rev 223843)
@@ -4,7 +4,7 @@
 
 pkgname=protobuf-c
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Protocol Buffers implementation in C'
 arch=('i686' 'x86_64')
 url='https://github.com/protobuf-c/protobuf-c'
@@ -16,6 +16,7 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static
+  make
 }
 
 check() {


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

2014-10-03 Thread Bartłomiej Piotrowski
Date: Saturday, October 4, 2014 @ 07:04:45
  Author: bpiotrowski
Revision: 223844

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

Added:
  protobuf-c/repos/staging-i686/
  protobuf-c/repos/staging-i686/PKGBUILD
(from rev 223843, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-x86_64/
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 223843, protobuf-c/trunk/PKGBUILD)

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

Copied: protobuf-c/repos/staging-i686/PKGBUILD (from rev 223843, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-10-04 05:04:45 UTC (rev 223844)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
+
+pkgname=protobuf-c
+pkgver=1.0.1
+pkgrel=2
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('3a87e11a18e4b823c82643636674e9e7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 223843, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-10-04 05:04:45 UTC (rev 223844)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
+
+pkgname=protobuf-c
+pkgver=1.0.1
+pkgrel=2
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('3a87e11a18e4b823c82643636674e9e7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2014-10-03 Thread Bartłomiej Piotrowski
Date: Saturday, October 4, 2014 @ 07:06:13
  Author: bpiotrowski
Revision: 223845

upgpkg: hefur 0.4-5

rebuild against protobuf 2.6.0

Modified:
  hefur/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-04 05:04:45 UTC (rev 223844)
+++ PKGBUILD2014-10-04 05:06:13 UTC (rev 223845)
@@ -4,7 +4,7 @@
 
 pkgname=hefur
 pkgver=0.4
-pkgrel=4
+pkgrel=5
 pkgdesc='A standalone and lightweight BitTorrent tracker'
 arch=('i686' 'x86_64')
 url='http://github.com/abique/hefur'


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

2014-10-03 Thread Bartłomiej Piotrowski
Date: Saturday, October 4, 2014 @ 07:06:17
  Author: bpiotrowski
Revision: 223846

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

Added:
  hefur/repos/staging-i686/
  hefur/repos/staging-i686/PKGBUILD
(from rev 223845, hefur/trunk/PKGBUILD)
  hefur/repos/staging-i686/hefur.install
(from rev 223845, hefur/trunk/hefur.install)
  hefur/repos/staging-i686/hefurd.service
(from rev 223845, hefur/trunk/hefurd.service)
  hefur/repos/staging-i686/tmpfiles.conf
(from rev 223845, hefur/trunk/tmpfiles.conf)
  hefur/repos/staging-x86_64/
  hefur/repos/staging-x86_64/PKGBUILD
(from rev 223845, hefur/trunk/PKGBUILD)
  hefur/repos/staging-x86_64/hefur.install
(from rev 223845, hefur/trunk/hefur.install)
  hefur/repos/staging-x86_64/hefurd.service
(from rev 223845, hefur/trunk/hefurd.service)
  hefur/repos/staging-x86_64/tmpfiles.conf
(from rev 223845, hefur/trunk/tmpfiles.conf)

---+
 staging-i686/PKGBUILD |   36 
 staging-i686/hefur.install|   17 +
 staging-i686/hefurd.service   |   12 
 staging-i686/tmpfiles.conf|1 +
 staging-x86_64/PKGBUILD   |   36 
 staging-x86_64/hefur.install  |   17 +
 staging-x86_64/hefurd.service |   12 
 staging-x86_64/tmpfiles.conf  |1 +
 8 files changed, 132 insertions(+)

Copied: hefur/repos/staging-i686/PKGBUILD (from rev 223845, 
hefur/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-10-04 05:06:17 UTC (rev 223846)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Contributor: Alexandre Bique bique.alexan...@gmail.com
+
+pkgname=hefur
+pkgver=0.4
+pkgrel=5
+pkgdesc='A standalone and lightweight BitTorrent tracker'
+arch=('i686' 'x86_64')
+url='http://github.com/abique/hefur'
+license=('MIT')
+makedepends=('cmake')
+depends=('gnutls' 'xz' 'protobuf')
+install='hefur.install'
+source=(https://github.com/downloads/abique/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+'hefurd.service' 'tmpfiles.conf')
+md5sums=('f0461363f38105140a1f119a3b97d818'
+ 'ea3acfe2087c1b46b7cd1002c454312d'
+ '09c64ca9b66f7c7877a5a2ce81c0dcff')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   mkdir build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}/build
+   DESTDIR=${pkgdir} make install
+   install -D -m644 ${srcdir}/hefurd.service 
${pkgdir}/usr/lib/systemd/system/hefurd.service
+   install -D -m644 ${srcdir}/tmpfiles.conf 
${pkgdir}/usr/lib/tmpfiles.d/hefurd.conf
+   install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/hefur/LICENSE
+   install -d -m755 ${pkgdir}/var/lib/hefurd
+}

Copied: hefur/repos/staging-i686/hefur.install (from rev 223845, 
hefur/trunk/hefur.install)
===
--- staging-i686/hefur.install  (rev 0)
+++ staging-i686/hefur.install  2014-10-04 05:06:17 UTC (rev 223846)
@@ -0,0 +1,17 @@
+post_install() {
+   if [ ! `grep hefur /etc/group` ]; then
+   groupadd -r hefur /dev/null;
+   fi
+
+   id hefur /dev/null || \
+   useradd -r -g hefur -d /var/lib/hefurd -s /usr/bin/nologin hefur
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   userdel hefur  /dev/null
+   groupdel hefur  /dev/null
+}

Copied: hefur/repos/staging-i686/hefurd.service (from rev 223845, 
hefur/trunk/hefurd.service)
===
--- staging-i686/hefurd.service (rev 0)
+++ staging-i686/hefurd.service 2014-10-04 05:06:17 UTC (rev 223846)
@@ -0,0 +1,12 @@
+[Unit]
+Description=A standalone and lightweight BitTorrent tracker
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/hefurd -torrent-dir /var/lib/hefurd
+User=hefur
+Group=hefur
+CPUSchedulingPolicy=batch
+
+[Install]
+WantedBy=multi-user.target

Copied: hefur/repos/staging-i686/tmpfiles.conf (from rev 223845, 
hefur/trunk/tmpfiles.conf)
===
--- staging-i686/tmpfiles.conf  (rev 0)
+++ staging-i686/tmpfiles.conf  2014-10-04 05:06:17 UTC (rev 223846)
@@ -0,0 +1 @@
+d /run/hefur - hefur hefur -

Copied: hefur/repos/staging-x86_64/PKGBUILD (from rev 223845, 
hefur/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-10-04 05:06:17 UTC (rev 223846)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Contributor: Alexandre Bique bique.alexan...@gmail.com
+

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

2014-10-03 Thread Bartłomiej Piotrowski
Date: Saturday, October 4, 2014 @ 07:13:29
  Author: bpiotrowski
Revision: 223848

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

Added:
  protobuf-c/repos/staging-i686/PKGBUILD
(from rev 223847, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-i686/allow_alias.patch
(from rev 223847, protobuf-c/trunk/allow_alias.patch)
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 223847, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-x86_64/allow_alias.patch
(from rev 223847, protobuf-c/trunk/allow_alias.patch)
Deleted:
  protobuf-c/repos/staging-i686/PKGBUILD
  protobuf-c/repos/staging-x86_64/PKGBUILD

--+
 /PKGBUILD|   74 +
 staging-i686/PKGBUILD|   30 ---
 staging-i686/allow_alias.patch   |   12 ++
 staging-x86_64/PKGBUILD  |   30 ---
 staging-x86_64/allow_alias.patch |   12 ++
 5 files changed, 98 insertions(+), 60 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2014-10-04 05:13:16 UTC (rev 223847)
+++ staging-i686/PKGBUILD   2014-10-04 05:13:29 UTC (rev 223848)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
-
-pkgname=protobuf-c
-pkgver=1.0.1
-pkgrel=2
-pkgdesc='Protocol Buffers implementation in C'
-arch=('i686' 'x86_64')
-url='https://github.com/protobuf-c/protobuf-c'
-license=('BSD')
-depends=('protobuf')
-source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
-md5sums=('3a87e11a18e4b823c82643636674e9e7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: protobuf-c/repos/staging-i686/PKGBUILD (from rev 223847, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-10-04 05:13:29 UTC (rev 223848)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
+
+pkgname=protobuf-c
+pkgver=1.0.1
+pkgrel=2
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz
+allow_alias.patch)
+md5sums=('3a87e11a18e4b823c82643636674e9e7'
+ 'f2c3978ea8edab3e29c00d507b65418b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../allow_alias.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: protobuf-c/repos/staging-i686/allow_alias.patch (from rev 223847, 
protobuf-c/trunk/allow_alias.patch)
===
--- staging-i686/allow_alias.patch  (rev 0)
+++ staging-i686/allow_alias.patch  2014-10-04 05:13:29 UTC (rev 223848)
@@ -0,0 +1,12 @@
+diff --git a/t/test-full.proto b/t/test-full.proto
+index 58e7bfc..9fd2550 100644
+--- a/t/test-full.proto
 b/t/test-full.proto
+@@ -45,6 +45,7 @@ enum TestEnumDupValues {
+   VALUE_F = 1000;
+   VALUE_AA = 1000;
+   VALUE_BB = 1001;
++  option allow_alias = true;
+ }
+ 
+ message TestFieldNo15 {   // should use 1 byte header

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2014-10-04 05:13:16 UTC (rev 223847)
+++ staging-x86_64/PKGBUILD 2014-10-04 05:13:29 UTC (rev 223848)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
-
-pkgname=protobuf-c
-pkgver=1.0.1
-pkgrel=2
-pkgdesc='Protocol Buffers implementation in C'
-arch=('i686' 'x86_64')
-url='https://github.com/protobuf-c/protobuf-c'
-license=('BSD')
-depends=('protobuf')
-source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
-md5sums=('3a87e11a18e4b823c82643636674e9e7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 223847, 
protobuf-c/trunk/PKGBUILD)

[arch-commits] Commit in protobuf-c/trunk (PKGBUILD allow_alias.patch)

2014-10-03 Thread Bartłomiej Piotrowski
Date: Saturday, October 4, 2014 @ 07:13:16
  Author: bpiotrowski
Revision: 223847

upgpkg: protobuf-c 1.0.1-2

rebuild against protobuf 2.6.0

Added:
  protobuf-c/trunk/allow_alias.patch
Modified:
  protobuf-c/trunk/PKGBUILD

---+
 PKGBUILD  |   11 +--
 allow_alias.patch |   12 
 2 files changed, 21 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-04 05:06:17 UTC (rev 223846)
+++ PKGBUILD2014-10-04 05:13:16 UTC (rev 223847)
@@ -10,9 +10,16 @@
 url='https://github.com/protobuf-c/protobuf-c'
 license=('BSD')
 depends=('protobuf')
-source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
-md5sums=('3a87e11a18e4b823c82643636674e9e7')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz
+allow_alias.patch)
+md5sums=('3a87e11a18e4b823c82643636674e9e7'
+ 'f2c3978ea8edab3e29c00d507b65418b')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../allow_alias.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static

Added: allow_alias.patch
===
--- allow_alias.patch   (rev 0)
+++ allow_alias.patch   2014-10-04 05:13:16 UTC (rev 223847)
@@ -0,0 +1,12 @@
+diff --git a/t/test-full.proto b/t/test-full.proto
+index 58e7bfc..9fd2550 100644
+--- a/t/test-full.proto
 b/t/test-full.proto
+@@ -45,6 +45,7 @@ enum TestEnumDupValues {
+   VALUE_F = 1000;
+   VALUE_AA = 1000;
+   VALUE_BB = 1001;
++  option allow_alias = true;
+ }
+ 
+ message TestFieldNo15 {   // should use 1 byte header


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

2014-10-03 Thread Bartłomiej Piotrowski
Date: Saturday, October 4, 2014 @ 07:14:44
  Author: bpiotrowski
Revision: 223849

upgpkg: protobuf-c 1.0.2-1

new upstream release

Modified:
  protobuf-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-04 05:13:29 UTC (rev 223848)
+++ PKGBUILD2014-10-04 05:14:44 UTC (rev 223849)
@@ -3,23 +3,16 @@
 # Contributor: Aurélien Wailly aurelien.wai...@gmail.com
 
 pkgname=protobuf-c
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
 pkgdesc='Protocol Buffers implementation in C'
 arch=('i686' 'x86_64')
 url='https://github.com/protobuf-c/protobuf-c'
 license=('BSD')
 depends=('protobuf')
-source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz
-allow_alias.patch)
-md5sums=('3a87e11a18e4b823c82643636674e9e7'
- 'f2c3978ea8edab3e29c00d507b65418b')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('42f03767ddbd1dbe26cce10bc6e08c84')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../allow_alias.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static


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

2014-10-03 Thread Bartłomiej Piotrowski
Date: Saturday, October 4, 2014 @ 07:14:46
  Author: bpiotrowski
Revision: 223850

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

Deleted:
  protobuf-c/repos/staging-i686/PKGBUILD
  protobuf-c/repos/staging-x86_64/PKGBUILD

-+
 staging-i686/PKGBUILD   |   37 -
 staging-x86_64/PKGBUILD |   37 -
 2 files changed, 74 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2014-10-04 05:14:44 UTC (rev 223849)
+++ staging-i686/PKGBUILD   2014-10-04 05:14:46 UTC (rev 223850)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
-
-pkgname=protobuf-c
-pkgver=1.0.1
-pkgrel=2
-pkgdesc='Protocol Buffers implementation in C'
-arch=('i686' 'x86_64')
-url='https://github.com/protobuf-c/protobuf-c'
-license=('BSD')
-depends=('protobuf')
-source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz
-allow_alias.patch)
-md5sums=('3a87e11a18e4b823c82643636674e9e7'
- 'f2c3978ea8edab3e29c00d507b65418b')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../allow_alias.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2014-10-04 05:14:44 UTC (rev 223849)
+++ staging-x86_64/PKGBUILD 2014-10-04 05:14:46 UTC (rev 223850)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
-
-pkgname=protobuf-c
-pkgver=1.0.1
-pkgrel=2
-pkgdesc='Protocol Buffers implementation in C'
-arch=('i686' 'x86_64')
-url='https://github.com/protobuf-c/protobuf-c'
-license=('BSD')
-depends=('protobuf')
-source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz
-allow_alias.patch)
-md5sums=('3a87e11a18e4b823c82643636674e9e7'
- 'f2c3978ea8edab3e29c00d507b65418b')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../allow_alias.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}


[arch-commits] Commit in protobuf-c/trunk (allow_alias.patch)

2014-10-03 Thread Bartłomiej Piotrowski
Date: Saturday, October 4, 2014 @ 07:15:39
  Author: bpiotrowski
Revision: 223851

Drop unneeded patch.

Deleted:
  protobuf-c/trunk/allow_alias.patch

---+
 allow_alias.patch |   12 
 1 file changed, 12 deletions(-)

Deleted: allow_alias.patch
===
--- allow_alias.patch   2014-10-04 05:14:46 UTC (rev 223850)
+++ allow_alias.patch   2014-10-04 05:15:39 UTC (rev 223851)
@@ -1,12 +0,0 @@
-diff --git a/t/test-full.proto b/t/test-full.proto
-index 58e7bfc..9fd2550 100644
 a/t/test-full.proto
-+++ b/t/test-full.proto
-@@ -45,6 +45,7 @@ enum TestEnumDupValues {
-   VALUE_F = 1000;
-   VALUE_AA = 1000;
-   VALUE_BB = 1001;
-+  option allow_alias = true;
- }
- 
- message TestFieldNo15 {   // should use 1 byte header


  1   2   >