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

2016-08-07 Thread Felix Yan
Date: Monday, August 8, 2016 @ 03:29:42
  Author: felixonmars
Revision: 185979

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-08 03:29:22 UTC (rev 185978)
+++ PKGBUILD2016-08-08 03:29:42 UTC (rev 185979)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pifpaf
-pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=0.11.0
-pkgrel=1
-pkgdesc='Suite of tools and fixtures to manage daemons for testing'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/pifpaf'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
- 'python2-cliff' 'python-stevedore' 'python2-stevedore' 
'python-six' 'python2-six'
- 'python-fixtures' 'python2-fixtures' 'python-xattr' 
'python2-xattr' 'git')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
-  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
-  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
-  'ceph' 'consul' 'couchdb')
-# 'elasticsearch': test fails
-# 'rabbitmq': test hangs
-source=("git+https://github.com/jd/pifpaf.git";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a pifpaf{,-py2}
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/pifpaf
-  python setup.py build
-
-  cd "$srcdir"/pifpaf-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pifpaf
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr
-
-  cd "$srcdir"/pifpaf-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHON=python2 python2 setup.py testr
-}
-
-package_python-pifpaf() {
-  depends=('python-pbr' 'python-cliff' 'python-stevedore' 'python-six' 
'python-fixtures'
-   'python-xattr')
-
-  cd "$srcdir"/pifpaf
-  python setup.py install --root="$pkgdir"/ --optimize=1
-}
-
-package_python2-pifpaf() {
-  depends=('python2-pbr' 'python2-cliff' 'python2-stevedore' 'python2-six' 
'python2-fixtures'
-   'python2-xattr')
-
-  cd "$srcdir"/pifpaf-py2
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-
-  mv "$pkgdir"/usr/bin/pifpaf{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pifpaf/repos/community-any/PKGBUILD (from rev 185978, 
python-pifpaf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-08 03:29:42 UTC (rev 185979)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pifpaf
+pkgname=('python-pifpaf' 'python2-pifpaf')
+pkgver=0.11.1
+pkgrel=1
+pkgdesc='Suite of tools and fixtures to manage daemons for testing'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/pifpaf'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
+ 'python2-cliff' 'python-stevedore' 'python2-stevedore' 
'python-six' 'python2-six'
+ 'python-fixtures' 'python2-fixtures' 'python-xattr' 
'python2-xattr' 'git')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
+  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
+  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
+  'ceph' 'consul' 'couchdb')
+# 'elasticsearch': test fails
+# 'rabbitmq': test hangs
+source=("git+https://github.com/jd/pifpaf.git";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a pifpaf{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/pifpaf
+  python setup.py build
+
+  cd "$srcdir"/pifpaf-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pifpaf
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr
+
+  cd "$srcdir"/pifpaf-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHON=python2 python2 setup.py testr
+}
+
+package_python-pifpaf() {
+  depends=('python-pbr' 'python-cliff' 'python-stevedore' 'python

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

2016-08-07 Thread Felix Yan
Date: Monday, August 8, 2016 @ 03:29:22
  Author: felixonmars
Revision: 185978

upgpkg: python-pifpaf 0.11.1-1

Modified:
  python-pifpaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-08 03:10:12 UTC (rev 185977)
+++ PKGBUILD2016-08-08 03:29:22 UTC (rev 185978)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pifpaf
 pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=0.11.0
+pkgver=0.11.1
 pkgrel=1
 pkgdesc='Suite of tools and fixtures to manage daemons for testing'
 arch=('any')


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

2016-08-07 Thread Felix Yan
Date: Monday, August 8, 2016 @ 03:09:39
  Author: felixonmars
Revision: 185976

upgpkg: python-pytest-cov 2.3.1-1

Modified:
  python-pytest-cov/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-08 03:03:51 UTC (rev 185975)
+++ PKGBUILD2016-08-08 03:09:39 UTC (rev 185976)
@@ -5,8 +5,7 @@
 
 pkgbase=python-pytest-cov
 pkgname=('python-pytest-cov' 'python2-pytest-cov')
-_pypiname=pytest-cov
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc='py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing'
 arch=('any')
@@ -21,14 +20,14 @@
 md5sums=('SKIP')
 
 prepare() {
-  cp -a "${srcdir}/${_pypiname}"{,-py2}
+  cp -a pytest-cov{,-py2}
 }
 
 build() {
-  cd "$srcdir/$_pypiname"
+  cd "$srcdir"/pytest-cov
   python setup.py build
 
-  cd "$srcdir/$_pypiname-py2"
+  cd "$srcdir"/pytest-cov-py2
   python2 setup.py build
 }
 
@@ -35,11 +34,11 @@
 check() {
   # Hack entry points by installing it
 
-  cd "$srcdir/$_pypiname"
+  cd "$srcdir"/pytest-cov
   python setup.py install --root="$PWD/tmp_install" --optimize=1
   
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests"
 py.test || warning "Tests failed"
 
-  cd "$srcdir/$_pypiname-py2"
+  cd "$srcdir"/pytest-cov-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1
   
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2 || warning "Tests failed"
 }
@@ -47,7 +46,7 @@
 package_python-pytest-cov() {
   depends=('python-pytest' 'python-coverage')
 
-  cd "$srcdir/$_pypiname"
+  cd pytest-cov
   python setup.py install --root="$pkgdir"/ --optimize=1
 }
 
@@ -54,7 +53,7 @@
 package_python2-pytest-cov() {
   depends=('python2-pytest' 'python2-coverage')
 
-  cd "$srcdir/$_pypiname-py2"
+  cd pytest-cov-py2
   python2 setup.py install --root="$pkgdir"/ --optimize=1
 }
 # vim:set ts=2 sw=2 et:


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

2016-08-07 Thread Felix Yan
Date: Monday, August 8, 2016 @ 03:10:12
  Author: felixonmars
Revision: 185977

archrelease: copy trunk to community-any

Added:
  python-pytest-cov/repos/community-any/PKGBUILD
(from rev 185976, python-pytest-cov/trunk/PKGBUILD)
Deleted:
  python-pytest-cov/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-08 03:09:39 UTC (rev 185976)
+++ PKGBUILD2016-08-08 03:10:12 UTC (rev 185977)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sebastien LEDUC 
-# Contributor: Andrey Mikhaylenko 
-
-pkgbase=python-pytest-cov
-pkgname=('python-pytest-cov' 'python2-pytest-cov')
-_pypiname=pytest-cov
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing'
-arch=('any')
-license=('MIT')
-url='https://github.com/schlamar/pytest-cov'
-makedepends=('python-coverage' 'python2-coverage' 'python-setuptools' 
'python2-setuptools'
- 'python-pytest' 'python2-pytest' 'git')
-checkdepends=('python-virtualenv' 'python2-virtualenv' 'python-process-tests' 
'python2-process-tests'
-  'python-pytest-cache' 'python2-pytest-cache' 
'python-pytest-xdist' 'python2-pytest-xdist'
-  'python-pytest-capturelog' 'python2-pytest-capturelog')
-source=("git+https://github.com/pytest-dev/pytest-cov.git#tag=v$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a "${srcdir}/${_pypiname}"{,-py2}
-}
-
-build() {
-  cd "$srcdir/$_pypiname"
-  python setup.py build
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir/$_pypiname"
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests"
 py.test || warning "Tests failed"
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2 || warning "Tests failed"
-}
-
-package_python-pytest-cov() {
-  depends=('python-pytest' 'python-coverage')
-
-  cd "$srcdir/$_pypiname"
-  python setup.py install --root="$pkgdir"/ --optimize=1
-}
-
-package_python2-pytest-cov() {
-  depends=('python2-pytest' 'python2-coverage')
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-}
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-cov/repos/community-any/PKGBUILD (from rev 185976, 
python-pytest-cov/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-08 03:10:12 UTC (rev 185977)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Sebastien LEDUC 
+# Contributor: Andrey Mikhaylenko 
+
+pkgbase=python-pytest-cov
+pkgname=('python-pytest-cov' 'python2-pytest-cov')
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing'
+arch=('any')
+license=('MIT')
+url='https://github.com/schlamar/pytest-cov'
+makedepends=('python-coverage' 'python2-coverage' 'python-setuptools' 
'python2-setuptools'
+ 'python-pytest' 'python2-pytest' 'git')
+checkdepends=('python-virtualenv' 'python2-virtualenv' 'python-process-tests' 
'python2-process-tests'
+  'python-pytest-cache' 'python2-pytest-cache' 
'python-pytest-xdist' 'python2-pytest-xdist'
+  'python-pytest-capturelog' 'python2-pytest-capturelog')
+source=("git+https://github.com/pytest-dev/pytest-cov.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a pytest-cov{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest-cov
+  python setup.py build
+
+  cd "$srcdir"/pytest-cov-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-cov
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests"
 py.test || warning "Tests failed"
+
+  cd "$srcdir"/pytest-cov-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2 || warning "Tests failed"
+}
+
+package_python-pytest-cov() {
+  depends=('python-pytest' 'python-coverage')
+
+  cd pytest-cov
+  python setup.py install --root="$pkgdir"/ --optimize=1
+}
+
+package_python2-pytest-cov() {
+  depends=('python2-pytest' 'python2-coverage')
+
+  cd pytest-cov-py2
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+}
+# vim:set ts=2 sw=2 et:


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

2016-08-07 Thread Felix Yan
Date: Monday, August 8, 2016 @ 03:03:51
  Author: felixonmars
Revision: 185975

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-08 03:03:22 UTC (rev 185974)
+++ community-i686/PKGBUILD 2016-08-08 03:03:51 UTC (rev 185975)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=btfs
-pkgver=2.10
-pkgrel=1
-pkgdesc="A bittorrent filesystem based on FUSE"
-arch=('i686' 'x86_64')
-url="https://github.com/johang/btfs";
-license=('GPL')
-depends=('fuse' 'libtorrent-rasterbar' 'curl')
-makedepends=('git' 'boost')
-optdepends=('python2: for btplay')
-source=("git://github.com/johang/btfs.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$srcdir/$pkgname"
-  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: btfs/repos/community-i686/PKGBUILD (from rev 185974, 
btfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-08 03:03:51 UTC (rev 185975)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=btfs
+pkgver=2.11
+pkgrel=1
+pkgdesc="A bittorrent filesystem based on FUSE"
+arch=('i686' 'x86_64')
+url="https://github.com/johang/btfs";
+license=('GPL')
+depends=('fuse' 'libtorrent-rasterbar' 'curl')
+makedepends=('git' 'boost')
+optdepends=('python2: for btplay')
+source=("git://github.com/johang/btfs.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$srcdir/$pkgname"
+  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-08 03:03:22 UTC (rev 185974)
+++ community-x86_64/PKGBUILD   2016-08-08 03:03:51 UTC (rev 185975)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=btfs
-pkgver=2.10
-pkgrel=1
-pkgdesc="A bittorrent filesystem based on FUSE"
-arch=('i686' 'x86_64')
-url="https://github.com/johang/btfs";
-license=('GPL')
-depends=('fuse' 'libtorrent-rasterbar' 'curl')
-makedepends=('git' 'boost')
-optdepends=('python2: for btplay')
-source=("git://github.com/johang/btfs.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$srcdir/$pkgname"
-  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: btfs/repos/community-x86_64/PKGBUILD (from rev 185974, 
btfs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-08 03:03:51 UTC (rev 185975)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=btfs
+pkgver=2.11
+pkgrel=1
+pkgdesc="A bittorrent filesystem based on FUSE"
+arch=('i686' 'x86_64')
+url="https://github.com/johang/btfs";
+license=('GPL')
+depends=('fuse' 'libtorrent-rasterbar' 'curl')
+makedepends=('git' 'boost')
+optdepends=('python2: for btplay')
+source=("git://github.com/johang/btfs.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$srcdir/$pkgname"
+  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-07 Thread Felix Yan
Date: Monday, August 8, 2016 @ 03:03:22
  Author: felixonmars
Revision: 185974

upgpkg: btfs 2.11-1

Modified:
  btfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 23:44:15 UTC (rev 185973)
+++ PKGBUILD2016-08-08 03:03:22 UTC (rev 185974)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=btfs
-pkgver=2.10
+pkgver=2.11
 pkgrel=1
 pkgdesc="A bittorrent filesystem based on FUSE"
 arch=('i686' 'x86_64')


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

2016-08-07 Thread Levente Polyak
Date: Sunday, August 7, 2016 @ 23:44:15
  Author: anthraxx
Revision: 185973

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

Added:
  gtest/repos/community-i686/PKGBUILD
(from rev 185972, gtest/trunk/PKGBUILD)
  gtest/repos/community-i686/gtest.pc.in
(from rev 185972, gtest/trunk/gtest.pc.in)
  gtest/repos/community-i686/pkgconfig.patch
(from rev 185972, gtest/trunk/pkgconfig.patch)
  gtest/repos/community-x86_64/PKGBUILD
(from rev 185972, gtest/trunk/PKGBUILD)
  gtest/repos/community-x86_64/gtest.pc.in
(from rev 185972, gtest/trunk/gtest.pc.in)
  gtest/repos/community-x86_64/pkgconfig.patch
(from rev 185972, gtest/trunk/pkgconfig.patch)
Deleted:
  gtest/repos/community-i686/PKGBUILD
  gtest/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|  122 +
 community-i686/PKGBUILD  |   55 
 community-i686/gtest.pc.in   |9 ++
 community-i686/pkgconfig.patch   |   27 
 community-x86_64/PKGBUILD|   55 
 community-x86_64/gtest.pc.in |9 ++
 community-x86_64/pkgconfig.patch |   27 
 7 files changed, 194 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-07 23:40:25 UTC (rev 185972)
+++ community-i686/PKGBUILD 2016-08-07 23:44:15 UTC (rev 185973)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexandre Bique 
-# Contributor: Louis R. Marascio 
-# Contributor: Cody Maloney 
-
-pkgname=gtest
-pkgver=1.7.0
-pkgrel=4
-pkgdesc="Google Test - C++ testing utility based on the xUnit framework (like 
JUnit)"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/googletest/";
-license=('custom:BSD3')
-depends=('gcc-libs' 'sh')
-makedepends=('python2' 'cmake')
-source=(http://googletest.googlecode.com/files/$pkgname-$pkgver.zip
-pkgconfig.patch)
-sha512sums=('8859369f2dd32cbc2ac01aba029aa3ff20a321f40658b9643aff442d34c33468221866b801b28c66a28af47dbcd362d26941fc98db92b6efb7e41ea5b7be1a07'
-
'e39e62960566408f4c011e630b7c4dc8f9de5da3f7b5ac01ef0214712eff9c9283d6f6b19b375c806d7ed3f056258b3096c51855134766d609989d40f80f3bc7')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -p1 < "${srcdir}/pkgconfig.patch"
-  sed -r "s|(Version:) .+|\1 ${pkgver}|" -i gtest.pc.in
-  mkdir build
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # this is odd but needed only to generate gtest-config.
-  ./configure --prefix=/usr
-
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=ON \
--DCMAKE_SKIP_RPATH=ON ..
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm 755 scripts/gtest-config -t "$pkgdir"/usr/bin
-  install -Dm 644 m4/gtest.m4 -t "$pkgdir"/usr/share/aclocal
-  install -Dm 644 build/libgtest{,_main}.so -t "$pkgdir"/usr/lib
-  install -Dm 644 include/gtest/*.h -t "$pkgdir"/usr/include/gtest
-  install -Dm 644 include/gtest/internal/*.h -t 
"$pkgdir"/usr/include/gtest/internal
-  install -Dm 644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-  install -Dm 644 fused-src/gtest/* -t "$pkgdir"/usr/src/gtest/src
-  install -Dm 644 CMakeLists.txt -t "$pkgdir"/usr/src/gtest
-  install -Dm 644 cmake/* -t "$pkgdir"/usr/src/gtest/cmake
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gtest/repos/community-i686/PKGBUILD (from rev 185972, 
gtest/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-07 23:44:15 UTC (rev 185973)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Alexandre Bique 
+# Contributor: Louis R. Marascio 
+# Contributor: Cody Maloney 
+
+pkgname=gtest
+pkgver=1.7.0
+pkgrel=5
+pkgdesc="Google Test - C++ testing utility based on the xUnit framework (like 
JUnit)"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/googletest/";
+license=('custom:BSD3')
+depends=('gcc-libs' 'sh')
+makedepends=('python2' 'cmake')
+source=(http://googletest.googlecode.com/files/$pkgname-$pkgver.zip
+pkgconfig.patch
+gtest.pc.in)
+sha512sums=('8859369f2dd32cbc2ac01aba029aa3ff20a321f40658b9643aff442d34c33468221866b801b28c66a28af47dbcd362d26941fc98db92b6efb7e41ea5b7be1a07'
+
'7e9ad4cd470eaab7ed5fb1cce1d5721d40fc03a62b0c895b8f9657679ffa43f91b99800bb1e02a6c5c2d0a72e94bb8ea008aa6e74fdb1460b1326a84da5e9f91'
+
'4760a6e039eaeb6c3b917cfac173e4738a5d4675b89b84ad91b0260b7f4386ce3561529c0b7d1f8c3792beb3c8535470372b196585ec4468739a17fa314637e0')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  cp "${srcdir}/gtest.pc.in" .
+  sed -r "s|(Version:) .+|\1 ${pkgver}|" -i gtest.pc.in
+  patch -p1 < "${srcdir}/pkgconfig.patch"
+  mkdir build
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # this is odd but needed 

[arch-commits] Commit in gtest/trunk (PKGBUILD gtest.pc.in pkgconfig.patch)

2016-08-07 Thread Levente Polyak
Date: Sunday, August 7, 2016 @ 23:40:14
  Author: anthraxx
Revision: 185971

upgpkg: gtest 1.7.0-5 (fix pkgconfig gen for subprojects FS#50305)

Added:
  gtest/trunk/gtest.pc.in
Modified:
  gtest/trunk/PKGBUILD
  gtest/trunk/pkgconfig.patch

-+
 PKGBUILD|   16 +++-
 gtest.pc.in |9 +
 pkgconfig.patch |   28 
 3 files changed, 20 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 21:23:14 UTC (rev 185970)
+++ PKGBUILD2016-08-07 23:40:14 UTC (rev 185971)
@@ -6,7 +6,7 @@
 
 pkgname=gtest
 pkgver=1.7.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Google Test - C++ testing utility based on the xUnit framework (like 
JUnit)"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/googletest/";
@@ -14,14 +14,17 @@
 depends=('gcc-libs' 'sh')
 makedepends=('python2' 'cmake')
 source=(http://googletest.googlecode.com/files/$pkgname-$pkgver.zip
-pkgconfig.patch)
+pkgconfig.patch
+gtest.pc.in)
 
sha512sums=('8859369f2dd32cbc2ac01aba029aa3ff20a321f40658b9643aff442d34c33468221866b801b28c66a28af47dbcd362d26941fc98db92b6efb7e41ea5b7be1a07'
-
'e39e62960566408f4c011e630b7c4dc8f9de5da3f7b5ac01ef0214712eff9c9283d6f6b19b375c806d7ed3f056258b3096c51855134766d609989d40f80f3bc7')
+
'7e9ad4cd470eaab7ed5fb1cce1d5721d40fc03a62b0c895b8f9657679ffa43f91b99800bb1e02a6c5c2d0a72e94bb8ea008aa6e74fdb1460b1326a84da5e9f91'
+
'4760a6e039eaeb6c3b917cfac173e4738a5d4675b89b84ad91b0260b7f4386ce3561529c0b7d1f8c3792beb3c8535470372b196585ec4468739a17fa314637e0')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
+  cp "${srcdir}/gtest.pc.in" .
+  sed -r "s|(Version:) .+|\1 ${pkgver}|" -i gtest.pc.in
   patch -p1 < "${srcdir}/pkgconfig.patch"
-  sed -r "s|(Version:) .+|\1 ${pkgver}|" -i gtest.pc.in
   mkdir build
 }
 
@@ -48,8 +51,11 @@
   install -Dm 644 include/gtest/internal/*.h -t 
"$pkgdir"/usr/include/gtest/internal
   install -Dm 644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
   install -Dm 644 fused-src/gtest/* -t "$pkgdir"/usr/src/gtest/src
+  install -Dm 644 cmake/* -t "$pkgdir"/usr/src/gtest/cmake
+
+  # undo pkg-config patch so subprojects including this don't try to generate 
it
+  patch -Rp1 < "${srcdir}/pkgconfig.patch"
   install -Dm 644 CMakeLists.txt -t "$pkgdir"/usr/src/gtest
-  install -Dm 644 cmake/* -t "$pkgdir"/usr/src/gtest/cmake
 }
 
 # vim:set ts=2 sw=2 et:

Added: gtest.pc.in
===
--- gtest.pc.in (rev 0)
+++ gtest.pc.in 2016-08-07 23:40:14 UTC (rev 185971)
@@ -0,0 +1,9 @@
+Name: libgtest
+Description: Google's framework for writing C++ tests on a variety of platforms
+Version: 0.0.0
+
+prefix=@CMAKE_INSTALL_PREFIX@
+includedir=${prefix}/include
+libdir=${prefix}/lib
+Cflags:-I${includedir}/gtest
+Libs: -L${libdir} -lgtest -lgtest_main

Modified: pkgconfig.patch
===
--- pkgconfig.patch 2016-08-07 21:23:14 UTC (rev 185970)
+++ pkgconfig.patch 2016-08-07 23:40:14 UTC (rev 185971)
@@ -1,16 +1,3 @@
-From d4b25ce723812faf78d8ee038b7cbed00cbba682 Mon Sep 17 00:00:00 2001
-From: Rodrigo Caimi 
-Date: Tue, 7 Oct 2014 15:37:10 -0300
-Subject: [PATCH] CMakeLists, gtest.pc.in: Add pkg-config support to gtest
- 1.7.0
-
-Signed-off-by: Rodrigo Caimi 

- CMakeLists.txt | 6 ++
- gtest.pc.in| 9 +
- 2 files changed, 15 insertions(+)
- create mode 100644 gtest.pc.in
-
 diff --git a/CMakeLists.txt b/CMakeLists.txt
 index 281c4c2..e4354a8 100644
 --- a/CMakeLists.txt
@@ -36,20 +23,5 @@
  
  #
  # Samples on how to link user tests with gtest or gtest_main.
-diff --git a/gtest.pc.in b/gtest.pc.in
-new file mode 100644
-index 000..57b1049
 /dev/null
-+++ b/gtest.pc.in
-@@ -0,0 +1,9 @@
-+Name: libgtest
-+Description: Google's framework for writing C++ tests on a variety of 
platforms
-+Version: 0.0.0
-+
-+prefix=@CMAKE_INSTALL_PREFIX@
-+includedir=${prefix}/include
-+libdir=${prefix}/lib
-+Cflags:-I${includedir}/gtest
-+Libs: -L${libdir} -lgtest -lgtest_main
 -- 
 1.9.1


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

2016-08-07 Thread Levente Polyak
Date: Sunday, August 7, 2016 @ 23:40:25
  Author: anthraxx
Revision: 185972

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

Deleted:
  gtest/repos/community-i686/pkgconfig.patch
  gtest/repos/community-x86_64/pkgconfig.patch

--+
 community-i686/pkgconfig.patch   |   55 -
 community-x86_64/pkgconfig.patch |   55 -
 2 files changed, 110 deletions(-)

Deleted: community-i686/pkgconfig.patch
===
--- community-i686/pkgconfig.patch  2016-08-07 23:40:14 UTC (rev 185971)
+++ community-i686/pkgconfig.patch  2016-08-07 23:40:25 UTC (rev 185972)
@@ -1,55 +0,0 @@
-From d4b25ce723812faf78d8ee038b7cbed00cbba682 Mon Sep 17 00:00:00 2001
-From: Rodrigo Caimi 
-Date: Tue, 7 Oct 2014 15:37:10 -0300
-Subject: [PATCH] CMakeLists, gtest.pc.in: Add pkg-config support to gtest
- 1.7.0
-
-Signed-off-by: Rodrigo Caimi 

- CMakeLists.txt | 6 ++
- gtest.pc.in| 9 +
- 2 files changed, 15 insertions(+)
- create mode 100644 gtest.pc.in
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 281c4c2..e4354a8 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -29,6 +29,9 @@
-   pre_project_set_up_hermetic_build()
- endif()
- 
-+# pkg-config support
-+configure_file("gtest.pc.in" "gtest.pc" @ONLY)
-+
- 
- #
- # Project-wide settings
-@@ -71,6 +71,10 @@
- cxx_library(gtest_main "${cxx_strict}" src/gtest_main.cc)
- target_link_libraries(gtest_main gtest)
- 
-+install(FILES "${CMAKE_CURRENT_BINARY_DIR}/gtest.pc"
-+  DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig/"
-+)
-+
- 
- #
- # Samples on how to link user tests with gtest or gtest_main.
-diff --git a/gtest.pc.in b/gtest.pc.in
-new file mode 100644
-index 000..57b1049
 /dev/null
-+++ b/gtest.pc.in
-@@ -0,0 +1,9 @@
-+Name: libgtest
-+Description: Google's framework for writing C++ tests on a variety of 
platforms
-+Version: 0.0.0
-+
-+prefix=@CMAKE_INSTALL_PREFIX@
-+includedir=${prefix}/include
-+libdir=${prefix}/lib
-+Cflags:-I${includedir}/gtest
-+Libs: -L${libdir} -lgtest -lgtest_main
--- 
-1.9.1

Deleted: community-x86_64/pkgconfig.patch
===
--- community-x86_64/pkgconfig.patch2016-08-07 23:40:14 UTC (rev 185971)
+++ community-x86_64/pkgconfig.patch2016-08-07 23:40:25 UTC (rev 185972)
@@ -1,55 +0,0 @@
-From d4b25ce723812faf78d8ee038b7cbed00cbba682 Mon Sep 17 00:00:00 2001
-From: Rodrigo Caimi 
-Date: Tue, 7 Oct 2014 15:37:10 -0300
-Subject: [PATCH] CMakeLists, gtest.pc.in: Add pkg-config support to gtest
- 1.7.0
-
-Signed-off-by: Rodrigo Caimi 

- CMakeLists.txt | 6 ++
- gtest.pc.in| 9 +
- 2 files changed, 15 insertions(+)
- create mode 100644 gtest.pc.in
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 281c4c2..e4354a8 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -29,6 +29,9 @@
-   pre_project_set_up_hermetic_build()
- endif()
- 
-+# pkg-config support
-+configure_file("gtest.pc.in" "gtest.pc" @ONLY)
-+
- 
- #
- # Project-wide settings
-@@ -71,6 +71,10 @@
- cxx_library(gtest_main "${cxx_strict}" src/gtest_main.cc)
- target_link_libraries(gtest_main gtest)
- 
-+install(FILES "${CMAKE_CURRENT_BINARY_DIR}/gtest.pc"
-+  DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig/"
-+)
-+
- 
- #
- # Samples on how to link user tests with gtest or gtest_main.
-diff --git a/gtest.pc.in b/gtest.pc.in
-new file mode 100644
-index 000..57b1049
 /dev/null
-+++ b/gtest.pc.in
-@@ -0,0 +1,9 @@
-+Name: libgtest
-+Description: Google's framework for writing C++ tests on a variety of 
platforms
-+Version: 0.0.0
-+
-+prefix=@CMAKE_INSTALL_PREFIX@
-+includedir=${prefix}/include
-+libdir=${prefix}/lib
-+Cflags:-I${includedir}/gtest
-+Libs: -L${libdir} -lgtest -lgtest_main
--- 
-1.9.1


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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 22:55:33
  Author: arojas
Revision: 273487

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

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

--+
 /PKGBUILD|   66 +
 extra-i686/PKGBUILD  |   34 ---
 extra-i686/boo.install   |   11 ---
 extra-x86_64/PKGBUILD|   34 ---
 extra-x86_64/boo.install |   11 ---
 5 files changed, 66 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-07 22:55:07 UTC (rev 273486)
+++ extra-i686/PKGBUILD 2016-08-07 22:55:33 UTC (rev 273487)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Hugo Doria 
-# Contributor: tardo 
-# Contributor: Brice Carpentier 
-
-pkgname=boo
-pkgver=0.9.4.9
-pkgrel=3
-pkgdesc="A wrist friendly language for the CLI"
-arch=('i686' 'x86_64')
-url="http://boo.codehaus.org/";
-license=('GPL')
-depends=('sh' 'mono' 'shared-mime-info')
-options=('!makeflags')
-install=boo.install
-source=(http://dist.codehaus.org/boo/distributions/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e8b04c63d4c983f82e8a2b2d49115c80')
-sha1sums=('fdd0f91ae1b2917d83fc8fa7f4610e3c22c06bf9')
-
-build() {
-  export MONO_SHARED_DIR="${srcdir}/.wabi"
-  mkdir -p $MONO_SHARED_DIR
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i -e 's|/lib|/lib/mono|' extras/boo.pc.in
-  ./configure --prefix=/usr --libdir=/usr/lib
-  make VERBOSE=1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}/share/"
-  rm -rf "${pkgdir}/usr/share/gtksourceview-1.0/language-specs/boo.lang"
-}

Copied: boo/repos/extra-i686/PKGBUILD (from rev 273486, boo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-07 22:55:33 UTC (rev 273487)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Hugo Doria 
+# Contributor: tardo 
+# Contributor: Brice Carpentier 
+
+pkgname=boo
+pkgver=0.9.4.9
+pkgrel=4
+pkgdesc="A wrist friendly language for the CLI"
+arch=('i686' 'x86_64')
+url="http://boo.codehaus.org/";
+license=('GPL')
+depends=('sh' 'mono' 'shared-mime-info')
+options=('!makeflags')
+source=(https://sources.archlinux.org/other/packages/boo/boo-$pkgver.tar.gz)
+md5sums=('e8b04c63d4c983f82e8a2b2d49115c80')
+sha1sums=('fdd0f91ae1b2917d83fc8fa7f4610e3c22c06bf9')
+
+build() {
+  export MONO_SHARED_DIR="${srcdir}/.wabi"
+  mkdir -p $MONO_SHARED_DIR
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i -e 's|/lib|/lib/mono|' extras/boo.pc.in
+  ./configure --prefix=/usr --libdir=/usr/lib
+  make VERBOSE=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/share/"
+  rm -rf "${pkgdir}/usr/share/gtksourceview-1.0/language-specs/boo.lang"
+}

Deleted: extra-i686/boo.install
===
--- extra-i686/boo.install  2016-08-07 22:55:07 UTC (rev 273486)
+++ extra-i686/boo.install  2016-08-07 22:55:33 UTC (rev 273487)
@@ -1,11 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-07 22:55:07 UTC (rev 273486)
+++ extra-x86_64/PKGBUILD   2016-08-07 22:55:33 UTC (rev 273487)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Hugo Doria 
-# Contributor: tardo 
-# Contributor: Brice Carpentier 
-
-pkgname=boo
-pkgver=0.9.4.9
-pkgrel=3
-pkgdesc="A wrist friendly language for the CLI"
-arch=('i686' 'x86_64')
-url="http://boo.codehaus.org/";
-license=('GPL')
-depends=('sh' 'mono' 'shared-mime-info')
-options=('!makeflags')
-install=boo.install
-source=(http://dist.codehaus.org/boo/distributions/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e8b04c63d4c983f82e8a2b2d49115c80')
-sha1sums=('fdd0f91ae1b2917d83fc8fa7f4610e3c22c06bf9')
-
-build() {
-  export MONO_SHARED_DIR="${srcdir}/.wabi"
-  mkdir -p $MONO_SHARED_DIR
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i -e 's|/lib|/lib/mono|' extras/boo.pc.in
-  ./configure --prefix=/usr --libdir=/usr/lib
-  make VERBOSE=1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}/share/"
-  rm -rf "${pkgdir}/usr/share/gtksourceview-1.0/language-specs/boo.lang"
-}

Copied: boo/repos/extra-x86_64/PKGBUILD (from rev 273486, boo/trunk/PKGBUILD)
===
--- extra-x86_6

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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 22:55:07
  Author: arojas
Revision: 273486

Hooks

Modified:
  boo/trunk/PKGBUILD
Deleted:
  boo/trunk/boo.install

-+
 PKGBUILD|5 ++---
 boo.install |   11 ---
 2 files changed, 2 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 22:48:41 UTC (rev 273485)
+++ PKGBUILD2016-08-07 22:55:07 UTC (rev 273486)
@@ -5,7 +5,7 @@
 
 pkgname=boo
 pkgver=0.9.4.9
-pkgrel=3
+pkgrel=4
 pkgdesc="A wrist friendly language for the CLI"
 arch=('i686' 'x86_64')
 url="http://boo.codehaus.org/";
@@ -12,8 +12,7 @@
 license=('GPL')
 depends=('sh' 'mono' 'shared-mime-info')
 options=('!makeflags')
-install=boo.install
-source=(http://dist.codehaus.org/boo/distributions/${pkgname}-${pkgver}.tar.gz)
+source=(https://sources.archlinux.org/other/packages/boo/boo-$pkgver.tar.gz)
 md5sums=('e8b04c63d4c983f82e8a2b2d49115c80')
 sha1sums=('fdd0f91ae1b2917d83fc8fa7f4610e3c22c06bf9')
 

Deleted: boo.install
===
--- boo.install 2016-08-07 22:48:41 UTC (rev 273485)
+++ boo.install 2016-08-07 22:55:07 UTC (rev 273486)
@@ -1,11 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 22:48:41
  Author: arojas
Revision: 273485

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 273484, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 273484, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 273484, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 273484, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  196 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   98 -
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   98 -
 extra-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-07 22:48:14 UTC (rev 273484)
+++ extra-i686/PKGBUILD 2016-08-07 22:48:41 UTC (rev 273485)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.5.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/";
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'libcl' 'libwebp' 'subversion' 'glu')
-source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('830af0cafc6c03b034fd8b2a09eb2196939cf552'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 

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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 22:48:14
  Author: arojas
Revision: 273484

Update to 6.9.5.5

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 22:12:38 UTC (rev 273483)
+++ PKGBUILD2016-08-07 22:48:14 UTC (rev 273484)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.5.4
+pkgver=6.9.5.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/";
@@ -13,7 +13,7 @@
  'opencl-headers' 'libcl' 'libwebp' 'subversion' 'glu')
 
source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('830af0cafc6c03b034fd8b2a09eb2196939cf552'
+sha1sums=('15aa5377813dbd2845e2b2a7c0a3f84f8a45b021'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')


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

2016-08-07 Thread Laurent Carlier
Date: Sunday, August 7, 2016 @ 21:58:59
  Author: lcarlier
Revision: 273479

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

Added:
  vulkan-tools/repos/extra-i686/PKGBUILD
(from rev 273478, vulkan-tools/trunk/PKGBUILD)
  vulkan-tools/repos/extra-x86_64/PKGBUILD
(from rev 273478, vulkan-tools/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |  114 
 extra-x86_64/PKGBUILD |  114 
 2 files changed, 228 insertions(+)

Copied: vulkan-tools/repos/extra-i686/PKGBUILD (from rev 273478, 
vulkan-tools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-07 21:58:59 UTC (rev 273479)
@@ -0,0 +1,114 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-tools
+pkgname=(vulkan-trace vulkan-extra-layers)
+pkgver=1.0.17.0
+pkgrel=1
+arch=(i686 x86_64)
+url="http://lunarg.com/";
+license=('custom')
+depends=()
+makedepends=(git cmake wget python-lxml libxcb imagemagick)
+source=("https://github.com/LunarG/VulkanTools/archive/sdk-${pkgver}.tar.gz";
+
'git://github.com/KhronosGroup/glslang.git#commit=4678ca9dacfec7a084dbc69bbe568bdad6889f1b'
+
'git://github.com/KhronosGroup/SPIRV-Tools.git#commit=37e4600c3efad7b1cfdc1df70a977be82eb3c811'
+'git://github.com/KhronosGroup/SPIRV-Headers')
+sha256sums=('aa9ca1b8ffaca3af0a5310124a0fbf2af676e5d8ef2ef9e362b32b5bef9ada76'
+'SKIP'
+'SKIP'
+'SKIP')
+
+build() {
+  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
+
+  pushd ${srcdir}/glslang
+  # Revert glslang a5c33d6ffb34ccede5b233bc724c907166b6e479
+  # See 
https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/681
+  git diff-index --quiet HEAD | true
+  #rc=${PIPESTATUS[0]}
+  #if (( $rc == 0 ))
+  #then
+  #  echo "applying patch to revert glslang a5c33d"
+  #  git apply 
"${srcdir}/VulkanTools-sdk-${pkgver}"/glslang_revert_a5c33d.patch.txt
+  #fi
+  popd
+  
+  # reproduce some of the update_external_sources.sh script
+  rm -rf external && mkdir external && cd external
+  git clone ${srcdir}/glslang
+  git clone ${srcdir}/SPIRV-Tools spirv-tools
+  pushd spirv-tools
+  git clone ${srcdir}/SPIRV-Headers external/spirv-headers
+  popd
+  
+  pushd glslang
+  rm -rf build ; mkdir build ; cd build
+  cmake -D CMAKE_BUILD_TYPE=Release ..
+  cmake -D CMAKE_BUILD_TYPE=Release ..
+  make
+  make install
+  popd
+  
+  pushd spirv-tools
+  rm -rf build ; mkdir build ; cd build
+  cmake -D CMAKE_BUILD_TYPE=Release ..
+  make
+  popd
+
+  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
+
+  rm -rf build ; mkdir build ; cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DINCLUDE_INSTALL_DIR=/usr/include \
+-DLIB_INSTALL_DIR=/usr/lib \
+-DCMAKE_INSTALL_DATADIR=/usr/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_ICD=OFF \
+-DBUILD_TESTS=OFF \
+-DBUILD_DEMOS=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package_vulkan-trace() {
+  pkgdesc="Vulkan tracing and replaying tools"
+  depends=(vulkan-icd-loader libxcb gcc-libs)
+  groups=('vulkan-devel')
+  
+  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
+  
+  [[ $CARCH == i686 ]] && suffix=32
+
+  install -dm755 ${pkgdir}/usr/{bin,lib}
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  
+  install -m755 build/vktrace/{vkreplay,vktrace}${suffix} ${pkgdir}/usr/bin/
+  install -m755 build/vktrace/libVkLayer_vktrace_layer${suffix}.so 
${pkgdir}/usr/lib/
+ 
+  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+package_vulkan-extra-layers() {
+  pkgdesc="Extra layers for Vulkan development"
+  depends=(vulkan-validation-layers)
+  groups=('vulkan-devel')
+  
+  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
+
+  install -dm755 ${pkgdir}/usr/lib
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -dm755 ${pkgdir}/usr/share/vulkan/explicit_layer.d
+ 
+  install -m644 build/layersvt/*.so ${pkgdir}/usr/lib
+
+  # fix library paths  
+  for i in layersvt/linux/*.json ; do 
+sed 's@./@@' $i > ${pkgdir}/usr/share/vulkan/explicit_layer.d/$(basename 
$i)
+  done
+
+  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}

Copied: vulkan-tools/repos/extra-x86_64/PKGBUILD (from rev 273478, 
vulkan-tools/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-08-07 21:58:59 UTC (rev 273479)
@@ -0,0 +1,114 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-tools
+pkgname=(vulkan-trace vulkan-extra-layers)
+pkgver=1.0.17.0
+pkgrel=1
+arch=(i686 x86_64)
+url="http://lunarg.com/";
+license=('custom')
+depends=()
+makedepends=(git cmake wget python-lxml libxcb imagemagick)
+source=("https://github.com/LunarG/VulkanTools/archive

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

2016-08-07 Thread Laurent Carlier
Date: Sunday, August 7, 2016 @ 21:58:54
  Author: lcarlier
Revision: 273478

upgpkg: vulkan-tools 1.0.17.0-1

push 1.0.17.0 release, 1.0.21.0 is missing files

Modified:
  vulkan-tools/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 21:40:07 UTC (rev 273477)
+++ PKGBUILD2016-08-07 21:58:54 UTC (rev 273478)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 260126 2016-02-21 16:59:05Z lcarlier $
+# $Id$
 # Maintainer: Laurent Carlier 
 
 pkgbase=vulkan-tools
@@ -76,7 +76,7 @@
 
 package_vulkan-trace() {
   pkgdesc="Vulkan tracing and replaying tools"
-  depends=(vulkan-icd-loader libxcb)
+  depends=(vulkan-icd-loader libxcb gcc-libs)
   groups=('vulkan-devel')
   
   cd "${srcdir}/VulkanTools-sdk-${pkgver}"
@@ -94,7 +94,7 @@
 
 package_vulkan-extra-layers() {
   pkgdesc="Extra layers for Vulkan development"
-  depends=(vulkan-validation-layers gcc-libs)
+  depends=(vulkan-validation-layers)
   groups=('vulkan-devel')
   
   cd "${srcdir}/VulkanTools-sdk-${pkgver}"
@@ -103,13 +103,9 @@
   install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
   install -dm755 ${pkgdir}/usr/share/vulkan/explicit_layer.d
  
-  install -m644 build/layers/*.so ${pkgdir}/usr/lib
   install -m644 build/layersvt/*.so ${pkgdir}/usr/lib
 
   # fix library paths  
-  for i in layers/linux/*.json ; do 
-sed 's@./@@' $i > ${pkgdir}/usr/share/vulkan/explicit_layer.d/$(basename 
$i)
-  done
   for i in layersvt/linux/*.json ; do 
 sed 's@./@@' $i > ${pkgdir}/usr/share/vulkan/explicit_layer.d/$(basename 
$i)
   done


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


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

2016-08-07 Thread Laurent Carlier
Date: Sunday, August 7, 2016 @ 21:40:07
  Author: lcarlier
Revision: 273477

initial commit

Added:
  vulkan-tools/trunk/
  vulkan-tools/trunk/PKGBUILD

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

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2016-08-07 21:40:07 UTC (rev 273477)
@@ -0,0 +1,118 @@
+# $Id: PKGBUILD 260126 2016-02-21 16:59:05Z lcarlier $
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-tools
+pkgname=(vulkan-trace vulkan-extra-layers)
+pkgver=1.0.17.0
+pkgrel=1
+arch=(i686 x86_64)
+url="http://lunarg.com/";
+license=('custom')
+depends=()
+makedepends=(git cmake wget python-lxml libxcb imagemagick)
+source=("https://github.com/LunarG/VulkanTools/archive/sdk-${pkgver}.tar.gz";
+
'git://github.com/KhronosGroup/glslang.git#commit=4678ca9dacfec7a084dbc69bbe568bdad6889f1b'
+
'git://github.com/KhronosGroup/SPIRV-Tools.git#commit=37e4600c3efad7b1cfdc1df70a977be82eb3c811'
+'git://github.com/KhronosGroup/SPIRV-Headers')
+sha256sums=('aa9ca1b8ffaca3af0a5310124a0fbf2af676e5d8ef2ef9e362b32b5bef9ada76'
+'SKIP'
+'SKIP'
+'SKIP')
+
+build() {
+  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
+
+  pushd ${srcdir}/glslang
+  # Revert glslang a5c33d6ffb34ccede5b233bc724c907166b6e479
+  # See 
https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/681
+  git diff-index --quiet HEAD | true
+  #rc=${PIPESTATUS[0]}
+  #if (( $rc == 0 ))
+  #then
+  #  echo "applying patch to revert glslang a5c33d"
+  #  git apply 
"${srcdir}/VulkanTools-sdk-${pkgver}"/glslang_revert_a5c33d.patch.txt
+  #fi
+  popd
+  
+  # reproduce some of the update_external_sources.sh script
+  rm -rf external && mkdir external && cd external
+  git clone ${srcdir}/glslang
+  git clone ${srcdir}/SPIRV-Tools spirv-tools
+  pushd spirv-tools
+  git clone ${srcdir}/SPIRV-Headers external/spirv-headers
+  popd
+  
+  pushd glslang
+  rm -rf build ; mkdir build ; cd build
+  cmake -D CMAKE_BUILD_TYPE=Release ..
+  cmake -D CMAKE_BUILD_TYPE=Release ..
+  make
+  make install
+  popd
+  
+  pushd spirv-tools
+  rm -rf build ; mkdir build ; cd build
+  cmake -D CMAKE_BUILD_TYPE=Release ..
+  make
+  popd
+
+  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
+
+  rm -rf build ; mkdir build ; cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DINCLUDE_INSTALL_DIR=/usr/include \
+-DLIB_INSTALL_DIR=/usr/lib \
+-DCMAKE_INSTALL_DATADIR=/usr/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_ICD=OFF \
+-DBUILD_TESTS=OFF \
+-DBUILD_DEMOS=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package_vulkan-trace() {
+  pkgdesc="Vulkan tracing and replaying tools"
+  depends=(vulkan-icd-loader libxcb)
+  groups=('vulkan-devel')
+  
+  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
+  
+  [[ $CARCH == i686 ]] && suffix=32
+
+  install -dm755 ${pkgdir}/usr/{bin,lib}
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  
+  install -m755 build/vktrace/{vkreplay,vktrace}${suffix} ${pkgdir}/usr/bin/
+  install -m755 build/vktrace/libVkLayer_vktrace_layer${suffix}.so 
${pkgdir}/usr/lib/
+ 
+  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+package_vulkan-extra-layers() {
+  pkgdesc="Extra layers for Vulkan development"
+  depends=(vulkan-validation-layers gcc-libs)
+  groups=('vulkan-devel')
+  
+  cd "${srcdir}/VulkanTools-sdk-${pkgver}"
+
+  install -dm755 ${pkgdir}/usr/lib
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -dm755 ${pkgdir}/usr/share/vulkan/explicit_layer.d
+ 
+  install -m644 build/layers/*.so ${pkgdir}/usr/lib
+  install -m644 build/layersvt/*.so ${pkgdir}/usr/lib
+
+  # fix library paths  
+  for i in layers/linux/*.json ; do 
+sed 's@./@@' $i > ${pkgdir}/usr/share/vulkan/explicit_layer.d/$(basename 
$i)
+  done
+  for i in layersvt/linux/*.json ; do 
+sed 's@./@@' $i > ${pkgdir}/usr/share/vulkan/explicit_layer.d/$(basename 
$i)
+  done
+
+  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in monodevelop/repos/extra-any (5 files)

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 21:34:14
  Author: arojas
Revision: 273476

archrelease: copy trunk to extra-any

Added:
  monodevelop/repos/extra-any/PKGBUILD
(from rev 273475, monodevelop/trunk/PKGBUILD)
  monodevelop/repos/extra-any/monodevelop-core-addins.pc.in.patch
(from rev 273475, monodevelop/trunk/monodevelop-core-addins.pc.in.patch)
Deleted:
  monodevelop/repos/extra-any/PKGBUILD
  monodevelop/repos/extra-any/monodevelop-core-addins.pc.in.patch
  monodevelop/repos/extra-any/monodevelop.install

-+
 PKGBUILD|   89 --
 monodevelop-core-addins.pc.in.patch |   16 +++---
 monodevelop.install |   20 ---
 3 files changed, 52 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-07 21:33:49 UTC (rev 273475)
+++ PKGBUILD2016-08-07 21:34:14 UTC (rev 273476)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-# Contributor: Timm Preetz 
-# Contributor: Giovanni Scafora 
-
-pkgname=monodevelop
-pkgver=5.10.1.6
-pkgrel=1
-pkgdesc="An IDE primarily designed for C# and other .NET languages"
-arch=('any')
-url="http://www.monodevelop.com";
-license=('GPL')
-depends=('mono>=4.0.1' 'mono-addins>=0.6.2' 'gnome-sharp' 'desktop-file-utils' 
'hicolor-icon-theme')
-makedepends=('rsync' 'cmake' 'git' 'nuget')
-options=(!makeflags)
-optdepends=('xsp: To run ASP.NET pages directly from monodevelop')
-install=monodevelop.install
-source=(git://github.com/mono/monodevelop.git)
-md5sums=('SKIP')
-
-build() {
-  export MONO_SHARED_DIR=$srcdir/src/.wabi
-  mkdir -p $MONO_SHARED_DIR
-
-  cd $srcdir/$pkgname
-  git submodule update --init --recursive || return 1
-  git checkout tags/$pkgname-$pkgver
-  git clean -dfx
-  
-  ./configure --prefix=/usr --profile=stable 
-  LD_PRELOAD="" make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  
-  LD_PRELOAD="" make DESTDIR=$pkgdir install
-  # delete conflicting files
-  find $pkgdir/usr/share/mime/ -type f -exec rm {} \;
-  rm -r $MONO_SHARED_DIR
-
-  # NuGet.exe is missing somehow, fixed FS#43423
-  install -Dm755 "${srcdir}"/monodevelop/main/external/nuget-binary/NuGet.exe 
"${pkgdir}"/usr/lib/monodevelop/AddIns/MonoDevelop.PackageManagement/NuGet.exe
-}
-

Copied: monodevelop/repos/extra-any/PKGBUILD (from rev 273475, 
monodevelop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-07 21:34:14 UTC (rev 273476)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: Timm Preetz 
+# Contributor: Giovanni Scafora 
+
+pkgname=monodevelop
+pkgver=5.10.1.6
+pkgrel=2
+pkgdesc="An IDE primarily designed for C# and other .NET languages"
+arch=('any')
+url="http://www.monodevelop.com";
+license=('GPL')
+depends=('mono>=4.0.1' 'mono-addins>=0.6.2' 'gnome-sharp' 'hicolor-icon-theme')
+makedepends=('rsync' 'cmake' 'git' 'nuget')
+options=(!makeflags)
+optdepends=('xsp: To run ASP.NET pages directly from monodevelop')
+source=(git://github.com/mono/monodevelop.git#tag=monodevelop-$pkgver)
+md5sums=('SKIP')
+
+build() {
+  export MONO_SHARED_DIR=$srcdir/src/.wabi
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $srcdir/$pkgname
+  git submodule update --init --recursive || return 1
+  git checkout tags/$pkgname-$pkgver
+  git clean -dfx
+  
+  ./configure --prefix=/usr --profile=stable 
+  XDG_CONFIG_HOME="$srcdir"/config LD_PRELOAD="" make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  
+  XDG_CONFIG_HOME="$srcdir"/config LD_PRELOAD="" make DESTDIR=$pkgdir install
+  # delete conflicting files
+  find $pkgdir/usr/share/mime/ -type f -exec rm {} \;
+  rm -r $MONO_SHARED_DIR
+
+  # NuGet.exe is missing somehow, fixed FS#43423
+  install -Dm755 "${srcdir}"/monodevelop/main/external/nuget-binary/NuGet.exe 
"${pkgdir}"/usr/lib/monodevelop/AddIns/MonoDevelop.PackageManagement/NuGet.exe
+}
+

Deleted: monodevelop-core-addins.pc.in.patch
===
--- monodevelop-core-addins.pc.in.patch 2016-08-07 21:33:49 UTC (rev 273475)
+++ monodevelop-core-addins.pc.in.patch 2016-08-07 21:34:14 UTC (rev 273476)
@@ -1,8 +0,0 @@
 monodevelop-core-addins.pc.in  2012-07-27 21:33:41.0 +0200
-+++ monodevelop-core-addins.pc.in.new  2012-08-04 12:42:36.086516667 +0200
-@@ -6,4 +6,4 @@
- Name: MonoDevelop Core Add-ins
- Description: MonoDevelop Core Add-ins
- Version: @VERSION@
--Libs: -r:${libdir}/AddIns/VersionControl/MonoDevelop.VersionControl.dll 
-r:${libdir}/AddIns/NUnit/MonoDevelop.NUnit.dll 
-r:${libdir}/AddIns/MonoDevelop.XmlEditor/MonoDevelop.XmlEditor.dll 
-r:${libdir}/AddIns/MonoDevelop.AspNet/MonoDevelop.AspNet.dll 
-r:${libdir}/AddIns/DisplayBindings/Gettext/MonoDevelop.Gettext.dll 
-r:${libdir}/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.dll 
-r:${libdir}/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.

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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 21:33:49
  Author: arojas
Revision: 273475

Hooks

Modified:
  monodevelop/trunk/PKGBUILD
Deleted:
  monodevelop/trunk/monodevelop.install

-+
 PKGBUILD|   11 +--
 monodevelop.install |   20 
 2 files changed, 5 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 20:55:47 UTC (rev 273474)
+++ PKGBUILD2016-08-07 21:33:49 UTC (rev 273475)
@@ -5,17 +5,16 @@
 
 pkgname=monodevelop
 pkgver=5.10.1.6
-pkgrel=1
+pkgrel=2
 pkgdesc="An IDE primarily designed for C# and other .NET languages"
 arch=('any')
 url="http://www.monodevelop.com";
 license=('GPL')
-depends=('mono>=4.0.1' 'mono-addins>=0.6.2' 'gnome-sharp' 'desktop-file-utils' 
'hicolor-icon-theme')
+depends=('mono>=4.0.1' 'mono-addins>=0.6.2' 'gnome-sharp' 'hicolor-icon-theme')
 makedepends=('rsync' 'cmake' 'git' 'nuget')
 options=(!makeflags)
 optdepends=('xsp: To run ASP.NET pages directly from monodevelop')
-install=monodevelop.install
-source=(git://github.com/mono/monodevelop.git)
+source=(git://github.com/mono/monodevelop.git#tag=monodevelop-$pkgver)
 md5sums=('SKIP')
 
 build() {
@@ -28,13 +27,13 @@
   git clean -dfx
   
   ./configure --prefix=/usr --profile=stable 
-  LD_PRELOAD="" make
+  XDG_CONFIG_HOME="$srcdir"/config LD_PRELOAD="" make
 }
 
 package() {
   cd $srcdir/$pkgname
   
-  LD_PRELOAD="" make DESTDIR=$pkgdir install
+  XDG_CONFIG_HOME="$srcdir"/config LD_PRELOAD="" make DESTDIR=$pkgdir install
   # delete conflicting files
   find $pkgdir/usr/share/mime/ -type f -exec rm {} \;
   rm -r $MONO_SHARED_DIR

Deleted: monodevelop.install
===
--- monodevelop.install 2016-08-07 20:55:47 UTC (rev 273474)
+++ monodevelop.install 2016-08-07 21:33:49 UTC (rev 273475)
@@ -1,20 +0,0 @@
-post_install() {
-  update-mime-database /usr/share/mime 1> /dev/null
-  echo "update desktop mime database..."
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  /bin/true
-}
-
-post_remove() {
-  update-mime-database /usr/share/mime 1> /dev/null
-  echo "update desktop mime database..."
-  update-desktop-database -q
-}


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

2016-08-07 Thread Ike Devolder
Date: Sunday, August 7, 2016 @ 21:23:14
  Author: idevolder
Revision: 185970

archrelease: copy trunk to community-any

Added:
  closure-compiler/repos/community-any/PKGBUILD
(from rev 185969, closure-compiler/trunk/PKGBUILD)
Deleted:
  closure-compiler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-07 21:23:07 UTC (rev 185969)
+++ PKGBUILD2016-08-07 21:23:14 UTC (rev 185970)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bram Schoenmakers 
-pkgname=closure-compiler
-pkgver=20160619
-pkgrel=1
-pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
-arch=('any')
-url="https://developers.google.com/closure/compiler/";
-license=('APACHE')
-depends=('java-runtime')
-makedepends=('apache-ant' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('6a0fa503fcfd8bef1ef3d136a357fc14ba39d1aff24125b38aa0e457f6797340')
-
-LANG='en_US.UTF-8'
-
-build() {
-   cd "$pkgname-$pkgver"
-
-   ant jar
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-
-   ant test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-   install -m755 -D build/compiler.jar 
"$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar"
-   mkdir $pkgdir/usr/bin
-   echo '#!/bin/sh
-   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@' > 
"$pkgdir/usr/bin/closure"
-   chmod +x "$pkgdir/usr/bin/closure"
-}
-

Copied: closure-compiler/repos/community-any/PKGBUILD (from rev 185969, 
closure-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-07 21:23:14 UTC (rev 185970)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bram Schoenmakers 
+pkgname=closure-compiler
+pkgver=20160713
+pkgrel=1
+pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
+arch=('any')
+url="https://developers.google.com/closure/compiler/";
+license=('APACHE')
+depends=('java-runtime')
+makedepends=('apache-ant' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz";)
+sha256sums=('f9a6e91b0ee9748c70d00098914dd9a4eb925fe22adb0e70f3a386be4f3c78f5')
+
+LANG='en_US.UTF-8'
+
+build() {
+   cd "$pkgname-$pkgver"
+
+   ant jar
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+
+   ant test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+   install -m755 -D build/compiler.jar 
"$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar"
+   mkdir $pkgdir/usr/bin
+   echo '#!/bin/sh
+   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@' > 
"$pkgdir/usr/bin/closure"
+   chmod +x "$pkgdir/usr/bin/closure"
+}
+


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

2016-08-07 Thread Ike Devolder
Date: Sunday, August 7, 2016 @ 21:23:07
  Author: idevolder
Revision: 185969

upgpkg: closure-compiler 20160713-1

Modified:
  closure-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 21:22:07 UTC (rev 185968)
+++ PKGBUILD2016-08-07 21:23:07 UTC (rev 185969)
@@ -2,7 +2,7 @@
 # Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
 # Contributor: Bram Schoenmakers 
 pkgname=closure-compiler
-pkgver=20160619
+pkgver=20160713
 pkgrel=1
 pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('java-runtime')
 makedepends=('apache-ant' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('6a0fa503fcfd8bef1ef3d136a357fc14ba39d1aff24125b38aa0e457f6797340')
+sha256sums=('f9a6e91b0ee9748c70d00098914dd9a4eb925fe22adb0e70f3a386be4f3c78f5')
 
 LANG='en_US.UTF-8'
 


[arch-commits] Commit in kodi/trunk (10160.patch PKGBUILD)

2016-08-07 Thread Ike Devolder
Date: Sunday, August 7, 2016 @ 21:21:52
  Author: idevolder
Revision: 185967

upgpkg: kodi 16.1-4

updated patch for curl >= 7.50.1

Modified:
  kodi/trunk/10160.patch
  kodi/trunk/PKGBUILD

-+
 10160.patch |   57 +
 PKGBUILD|4 ++--
 2 files changed, 3 insertions(+), 58 deletions(-)

Modified: 10160.patch
===
--- 10160.patch 2016-08-07 20:42:44 UTC (rev 185966)
+++ 10160.patch 2016-08-07 21:21:52 UTC (rev 185967)
@@ -1,37 +1,5 @@
-From efa1179a7d55be713940cf82eaadb3d7379a7942 Mon Sep 17 00:00:00 2001
-From: fritsch 
-Date: Sat, 23 Jul 2016 21:34:05 +0200
-Subject: [PATCH 1/2] Curl: Support libcurl version 7.5.0
-

- xbmc/filesystem/CurlFile.h   | 6 ++
- xbmc/filesystem/DllLibCurl.h | 2 +-
- 2 files changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/xbmc/filesystem/CurlFile.h b/xbmc/filesystem/CurlFile.h
-index b4f5046..81a5ae5 100644
 a/xbmc/filesystem/CurlFile.h
-+++ b/xbmc/filesystem/CurlFile.h
-@@ -24,11 +24,17 @@
- #include 
- #include 
- #include "utils/HttpHeader.h"
-+#include 
- 
- namespace XCURL
- {
-+#if LIBCURL_VERSION_NUM >= 0x073200
-+  typedef struct Curl_easy CURL_HANDLE;
-+  typedef struct Curl_multi CURLM;
-+#else
-   typedef void CURL_HANDLE;
-   typedef void CURLM;
-+#endif
-   struct curl_slist;
- }
- 
 diff --git a/xbmc/filesystem/DllLibCurl.h b/xbmc/filesystem/DllLibCurl.h
-index db97f92..1bdaae1 100644
+index 1bdaae1..9e78a91 100644
 --- a/xbmc/filesystem/DllLibCurl.h
 +++ b/xbmc/filesystem/DllLibCurl.h
 @@ -52,7 +52,7 @@ namespace XCURL
@@ -39,29 +7,6 @@
  virtual CURLMcode multi_timeout(CURLM *multi_handle, long *timeout)=0;
  virtual CURLMsg*  multi_info_read(CURLM *multi_handle, int 
*msgs_in_queue)=0;
 -virtual void multi_cleanup(CURL_HANDLE * handle )=0;
-+virtual void multi_cleanup(CURLM * handle )=0;
- virtual struct curl_slist* slist_append(struct curl_slist *, const char 
*)=0;
- virtual void  slist_free_all(struct curl_slist *)=0;
-   };
-
-From 9c6dd05394c7f55c046f285b124b0caa46e66ee4 Mon Sep 17 00:00:00 2001
-From: fritsch 
-Date: Sun, 24 Jul 2016 20:24:07 +0200
-Subject: [PATCH 2/2] Curl: Adjust multi_cleanup method which returns CURLMcode
-

- xbmc/filesystem/DllLibCurl.h | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/xbmc/filesystem/DllLibCurl.h b/xbmc/filesystem/DllLibCurl.h
-index 1bdaae1..9e78a91 100644
 a/xbmc/filesystem/DllLibCurl.h
-+++ b/xbmc/filesystem/DllLibCurl.h
-@@ -52,7 +52,7 @@ namespace XCURL
- virtual CURLMcode multi_fdset(CURLM *multi_handle, fd_set *read_fd_set, 
fd_set *write_fd_set, fd_set *exc_fd_set, int *max_fd)=0;
- virtual CURLMcode multi_timeout(CURLM *multi_handle, long *timeout)=0;
- virtual CURLMsg*  multi_info_read(CURLM *multi_handle, int 
*msgs_in_queue)=0;
--virtual void multi_cleanup(CURLM * handle )=0;
 +virtual CURLMcode multi_cleanup(CURLM * handle )=0;
  virtual struct curl_slist* slist_append(struct curl_slist *, const char 
*)=0;
  virtual void  slist_free_all(struct curl_slist *)=0;

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 20:42:44 UTC (rev 185966)
+++ PKGBUILD2016-08-07 21:21:52 UTC (rev 185967)
@@ -13,7 +13,7 @@
 pkgname=('kodi' 'kodi-eventclients')
 pkgver=16.1
 _codename=Jarvis
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url="http://kodi.tv";
 license=('GPL2')
@@ -35,7 +35,7 @@
 sha256sums=(
   '7d82c8aff2715c83deecdf10c566e26105bec0473af530a1356d4c747ebdfd10'
   'b0fe75d10b2678894d1dec48f3258c0bec2a4a170f33d76a9a8334bb1969b18f'
-  '947119637577abb77fdac6173fea05b0a4524928d344e3b3f0ed328e51b3e596'
+  '870037ddedc09f161db16df8550e1b0eaaa67a8bdfe47e7151bc9ee25c9bfead'
 )
 
 prepare() {


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

2016-08-07 Thread Ike Devolder
Date: Sunday, August 7, 2016 @ 21:22:07
  Author: idevolder
Revision: 185968

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

Added:
  kodi/repos/community-i686/10160.patch
(from rev 185967, kodi/trunk/10160.patch)
  kodi/repos/community-i686/9703.patch
(from rev 185967, kodi/trunk/9703.patch)
  kodi/repos/community-i686/PKGBUILD
(from rev 185967, kodi/trunk/PKGBUILD)
  kodi/repos/community-i686/kodi.install
(from rev 185967, kodi/trunk/kodi.install)
  kodi/repos/community-x86_64/10160.patch
(from rev 185967, kodi/trunk/10160.patch)
  kodi/repos/community-x86_64/9703.patch
(from rev 185967, kodi/trunk/9703.patch)
  kodi/repos/community-x86_64/PKGBUILD
(from rev 185967, kodi/trunk/PKGBUILD)
  kodi/repos/community-x86_64/kodi.install
(from rev 185967, kodi/trunk/kodi.install)
Deleted:
  kodi/repos/community-i686/10160.patch
  kodi/repos/community-i686/9703.patch
  kodi/repos/community-i686/PKGBUILD
  kodi/repos/community-i686/kodi.install
  kodi/repos/community-i686/prevent-taglib-from-crashing-kodi.patch
  kodi/repos/community-x86_64/10160.patch
  kodi/repos/community-x86_64/9703.patch
  kodi/repos/community-x86_64/PKGBUILD
  kodi/repos/community-x86_64/kodi.install
  kodi/repos/community-x86_64/prevent-taglib-from-crashing-kodi.patch

--+
 /10160.patch |   44 
 /9703.patch  | 2864 +
 /PKGBUILD|  274 +
 /kodi.install|   34 
 community-i686/10160.patch   |   77 
 community-i686/9703.patch| 1432 --
 community-i686/PKGBUILD  |  137 
 community-i686/kodi.install  |   17 
 community-i686/prevent-taglib-from-crashing-kodi.patch   |   96 
 community-x86_64/10160.patch |   77 
 community-x86_64/9703.patch  | 1432 --
 community-x86_64/PKGBUILD|  137 
 community-x86_64/kodi.install|   17 
 community-x86_64/prevent-taglib-from-crashing-kodi.patch |   96 
 14 files changed, 3216 insertions(+), 3518 deletions(-)

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


[arch-commits] Commit in (4 files)

2016-08-07 Thread Laurent Carlier
Date: Sunday, August 7, 2016 @ 20:55:47
  Author: lcarlier
Revision: 273474

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

Added:
  vulkan-tools/
  vulkan-tools/repos/
  vulkan-tools/repos/extra-i686/
  vulkan-tools/repos/extra-x86_64/


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

2016-08-07 Thread Sébastien Luttringer
Date: Sunday, August 7, 2016 @ 20:42:31
  Author: seblu
Revision: 185965

upgpkg: salt 2016.3.2-1

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 20:17:50 UTC (rev 185964)
+++ PKGBUILD2016-08-07 20:42:31 UTC (rev 185965)
@@ -5,7 +5,7 @@
 
 pkgbase=salt
 pkgname=(salt-zmq salt-raet)
-pkgver=2016.3.1
+pkgver=2016.3.2
 pkgrel=1
 pkgdesc='Central system and configuration manager'
 arch=('any')
@@ -32,7 +32,7 @@
 install=salt.install
 conflicts=('salt')
 
source=("https://github.com/saltstack/salt/releases/download/v$pkgver/salt-$pkgver.tar.gz";)
-md5sums=('04f763287fbcbb390ca53c6800e2eea7')
+md5sums=('27a9bb34c205ffe07e95b316e2131177')
 
 package_salt-zmq() {
   cd $pkgbase-$pkgver


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

2016-08-07 Thread Sébastien Luttringer
Date: Sunday, August 7, 2016 @ 20:42:44
  Author: seblu
Revision: 185966

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  194 -
 salt.install |   30 
 2 files changed, 112 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-07 20:42:31 UTC (rev 185965)
+++ PKGBUILD2016-08-07 20:42:44 UTC (rev 185966)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Maintainer: Daniel Wallace 
-# Contibutor: Christer Edwards 
-
-pkgbase=salt
-pkgname=(salt-zmq salt-raet)
-pkgver=2016.3.1
-pkgrel=1
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-makedepends=('python2'
- 'python2-jinja'
- 'python2-msgpack'
- 'python2-yaml'
- 'python2-markupsafe'
- 'python2-requests'
- 'python2-libnacl'
- 'python2-ioflo'
- 'python2-raet'
- 'python2-pyzmq'
- 'python2-crypto'
- 'python2-m2crypto'
- 'python2-systemd'
- 'python2-tornado')
-optdepends=('dmidecode: decode SMBIOS/DMI tables'
-'python2-pygit2: gitfs support')
-backup=('etc/salt/master'
-'etc/salt/minion')
-install=salt.install
-conflicts=('salt')
-source=("https://github.com/saltstack/salt/releases/download/v$pkgver/salt-$pkgver.tar.gz";)
-md5sums=('04f763287fbcbb390ca53c6800e2eea7')
-
-package_salt-zmq() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  replaces=('salt<=2014.1.13' 'salt-api<2014.7')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-pyzmq'
-   'python2-crypto'
-   'python2-m2crypto'
-   'python2-systemd'
-   'python2-tornado')
-  python2 setup.py clean
-  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
-
-  # default config
-  install -Dm644 conf/master "$pkgdir/etc/salt/master"
-  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
-  done
-  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
-  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
-}
-
-package_salt-raet() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-libnacl'
-   'python2-ioflo'
-   'python2-raet'
-   'python2-tornado'
-   'python2-systemd')
-  python2 setup.py clean
-  python2 setup.py --salt-pidfile-dir="/run/salt" --salt-transport=raet 
install --root="$pkgdir" --optimize=1
-
-  # default config
-  install -Dm644 conf/master "$pkgdir/etc/salt/master"
-  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
-  install -d "$pkgdir/etc/salt/master.d/" "$pkgdir/etc/salt/minion.d/"
-  echo 'transport: raet' > "$pkgdir/etc/salt/master.d/transport.conf"
-  echo 'transport: raet' > "$pkgdir/etc/salt/minion.d/transport.conf"
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
-  done
-  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
-  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-any/PKGBUILD (from rev 185965, salt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-07 20:42:44 UTC (rev 185966)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Maintainer: Daniel Wallace 
+# Contibutor: Christer Edwards 
+
+pkgbase=salt
+pkgname=(salt-zmq salt-raet)
+pkgver=2016.3.2
+pkgrel=1
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+makedepends=('python2'
+ 'python2-jinja'
+ 'python2-msgpack'
+ 'python2-yaml'
+ 'python2-markupsafe'
+ 'python2-requests'
+ 'python2-libnacl'
+ 'python2-ioflo'
+ 'python2-raet'
+ 'py

[arch-commits] Commit in gstreamer0.10-good/repos (12 files)

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 20:30:33
  Author: arojas
Revision: 273473

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

Added:
  gstreamer0.10-good/repos/extra-i686/PKGBUILD
(from rev 273472, gstreamer0.10-good/trunk/PKGBUILD)
  gstreamer0.10-good/repos/extra-i686/souptest.patch
(from rev 273472, gstreamer0.10-good/trunk/souptest.patch)
  gstreamer0.10-good/repos/extra-i686/test-rtp-payloading.patch
(from rev 273472, gstreamer0.10-good/trunk/test-rtp-payloading.patch)
  gstreamer0.10-good/repos/extra-x86_64/PKGBUILD
(from rev 273472, gstreamer0.10-good/trunk/PKGBUILD)
  gstreamer0.10-good/repos/extra-x86_64/souptest.patch
(from rev 273472, gstreamer0.10-good/trunk/souptest.patch)
  gstreamer0.10-good/repos/extra-x86_64/test-rtp-payloading.patch
(from rev 273472, gstreamer0.10-good/trunk/test-rtp-payloading.patch)
Deleted:
  gstreamer0.10-good/repos/extra-i686/PKGBUILD
  gstreamer0.10-good/repos/extra-i686/souptest.patch
  gstreamer0.10-good/repos/extra-i686/test-rtp-payloading.patch
  gstreamer0.10-good/repos/extra-x86_64/PKGBUILD
  gstreamer0.10-good/repos/extra-x86_64/souptest.patch
  gstreamer0.10-good/repos/extra-x86_64/test-rtp-payloading.patch

+
 /PKGBUILD  |  144 +
 /souptest.patch|   56 ++
 /test-rtp-payloading.patch |  844 +++
 extra-i686/PKGBUILD|   72 --
 extra-i686/souptest.patch  |   28 -
 extra-i686/test-rtp-payloading.patch   |  422 ---
 extra-x86_64/PKGBUILD  |   72 --
 extra-x86_64/souptest.patch|   28 -
 extra-x86_64/test-rtp-payloading.patch |  422 ---
 9 files changed, 1044 insertions(+), 1044 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-07 20:28:51 UTC (rev 273472)
+++ extra-i686/PKGBUILD 2016-08-07 20:30:33 UTC (rev 273473)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gstreamer0.10-good
-pkgname=('gstreamer0.10-good' 'gstreamer0.10-good-plugins')
-pkgver=0.10.31
-pkgrel=11
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base' 'libavc1394' 
'libiec61883' 'aalib' 'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 
'libsoup-gnome' 'v4l-utils' 'libcaca' 'bzip2' 'gdk-pixbuf2' 'libpulse' 'jack' 
'git' 'cairo' 'libgudev')
-url="http://gstreamer.freedesktop.org/";
-options=(!emptydirs)
-source=("git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-good#commit=e28fd8886f05bb51c147f871f3a1db2fc2b735a9"
-test-rtp-payloading.patch
-souptest.patch)
-sha256sums=('SKIP'
-'c2f7f07f9bf5ca3afddc81d0a44665d2d54b1e9aea0ef1b25d219cf34bf7bb29'
-'3a74492c3d2939efabe7e22211c2350084e0a8cc3af23f553130f1e774c5f1e1')
-
-prepare() {
-  cd gst-plugins-good
-
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
-
-  patch -Np1 -i ../test-rtp-payloading.patch
-  patch -Np1 -i ../souptest.patch
-}
-
-build() {
-  cd gst-plugins-good
-  NOCONFIGURE=1 ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---disable-schemas-install \
---disable-hal \
---disable-esd \
---disable-gtk-doc \
---with-package-name="GStreamer Good Plugins (Archlinux)" \
---with-package-origin="http://www.archlinux.org/";
-
-  make
-  sed -e 's/gst sys ext/gst/' -i Makefile
-}
-
-check() {
-  cd gst-plugins-good
-  make check
-}
-
-package_gstreamer0.10-good() {
-  depends=('gstreamer0.10-base>=0.10.34' 'bzip2')
-  pkgdesc="GStreamer Multimedia Framework Good plugin libraries"
-
-  cd gst-plugins-good
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}/etc/gconf"
-}
-
-package_gstreamer0.10-good-plugins() {
-  depends=("gstreamer0.10-good=${pkgver}" 'libavc1394' 'libiec61883' 'aalib' 
'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 'libsoup-gnome' 
'v4l-utils' 'libcaca' 'libpng' 'libjpeg' 'jack' 'libpulse' 'cairo' 
'gdk-pixbuf2' 'libgudev')
-  pkgdesc="GStreamer Multimedia Framework Good Plugins (gst-plugins-good)"
-  groups=('gstreamer0.10-plugins')
-  replaces=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 
'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 
'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 
'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 
'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 
'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 
'gstreamer0.10-soup' 'gstreamer0.10-pulse')
-  conflicts=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 
'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 
'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 
'gstreamer0

[arch-commits] Commit in gstreamer0.10-good (10 files)

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 20:28:51
  Author: arojas
Revision: 273472

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

Added:
  gstreamer0.10-good/repos/
  gstreamer0.10-good/repos/extra-i686/
  gstreamer0.10-good/repos/extra-i686/PKGBUILD
(from rev 273471, gstreamer0.10-good/trunk/PKGBUILD)
  gstreamer0.10-good/repos/extra-i686/souptest.patch
(from rev 273471, gstreamer0.10-good/trunk/souptest.patch)
  gstreamer0.10-good/repos/extra-i686/test-rtp-payloading.patch
(from rev 273471, gstreamer0.10-good/trunk/test-rtp-payloading.patch)
  gstreamer0.10-good/repos/extra-x86_64/
  gstreamer0.10-good/repos/extra-x86_64/PKGBUILD
(from rev 273471, gstreamer0.10-good/trunk/PKGBUILD)
  gstreamer0.10-good/repos/extra-x86_64/souptest.patch
(from rev 273471, gstreamer0.10-good/trunk/souptest.patch)
  gstreamer0.10-good/repos/extra-x86_64/test-rtp-payloading.patch
(from rev 273471, gstreamer0.10-good/trunk/test-rtp-payloading.patch)
Deleted:
  gstreamer0.10-good/repos/

+
 extra-i686/PKGBUILD|   72 +
 extra-i686/souptest.patch  |   28 ++
 extra-i686/test-rtp-payloading.patch   |  422 +++
 extra-x86_64/PKGBUILD  |   72 +
 extra-x86_64/souptest.patch|   28 ++
 extra-x86_64/test-rtp-payloading.patch |  422 +++
 6 files changed, 1044 insertions(+)

Copied: gstreamer0.10-good/repos/extra-i686/PKGBUILD (from rev 273471, 
gstreamer0.10-good/trunk/PKGBUILD)
===
--- repos/extra-i686/PKGBUILD   (rev 0)
+++ repos/extra-i686/PKGBUILD   2016-08-07 20:28:51 UTC (rev 273472)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gstreamer0.10-good
+pkgname=('gstreamer0.10-good' 'gstreamer0.10-good-plugins')
+pkgver=0.10.31
+pkgrel=11
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base' 'libavc1394' 
'libiec61883' 'aalib' 'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 
'libsoup-gnome' 'v4l-utils' 'libcaca' 'bzip2' 'gdk-pixbuf2' 'libpulse' 'jack' 
'git' 'cairo' 'libgudev')
+url="http://gstreamer.freedesktop.org/";
+options=(!emptydirs)
+source=("git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-good#commit=e28fd8886f05bb51c147f871f3a1db2fc2b735a9"
+test-rtp-payloading.patch
+souptest.patch)
+sha256sums=('SKIP'
+'c2f7f07f9bf5ca3afddc81d0a44665d2d54b1e9aea0ef1b25d219cf34bf7bb29'
+'3a74492c3d2939efabe7e22211c2350084e0a8cc3af23f553130f1e774c5f1e1')
+
+prepare() {
+  cd gst-plugins-good
+
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
+
+  patch -Np1 -i ../test-rtp-payloading.patch
+  patch -Np1 -i ../souptest.patch
+}
+
+build() {
+  cd gst-plugins-good
+  NOCONFIGURE=1 ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--disable-schemas-install \
+--disable-hal \
+--disable-esd \
+--disable-gtk-doc \
+--with-package-name="GStreamer Good Plugins (Archlinux)" \
+--with-package-origin="http://www.archlinux.org/";
+
+  make
+  sed -e 's/gst sys ext/gst/' -i Makefile
+}
+
+check() {
+  cd gst-plugins-good
+  make check
+}
+
+package_gstreamer0.10-good() {
+  depends=('gstreamer0.10-base>=0.10.34' 'bzip2')
+  pkgdesc="GStreamer Multimedia Framework Good plugin libraries"
+
+  cd gst-plugins-good
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/etc/gconf"
+}
+
+package_gstreamer0.10-good-plugins() {
+  depends=("gstreamer0.10-good=${pkgver}" 'libavc1394' 'libiec61883' 'aalib' 
'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 'libsoup-gnome' 
'v4l-utils' 'libcaca' 'libpng' 'libjpeg' 'jack' 'libpulse' 'cairo' 
'gdk-pixbuf2' 'libgudev')
+  pkgdesc="GStreamer Multimedia Framework Good Plugins (gst-plugins-good)"
+  groups=('gstreamer0.10-plugins')
+  replaces=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 
'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 
'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 
'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 
'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 
'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 
'gstreamer0.10-soup' 'gstreamer0.10-pulse')
+  conflicts=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 
'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 
'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 
'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 
'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 
'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 
'gstreamer0.10-bad-plugins<0.10.7' 'gstreamer0.10-soup' 'gstreamer0.10-pulse')
+

[arch-commits] Commit in gstreamer0.10-good/trunk (PKGBUILD)

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 20:27:46
  Author: arojas
Revision: 273471

Bump

Modified:
  gstreamer0.10-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 20:16:21 UTC (rev 273470)
+++ PKGBUILD2016-08-07 20:27:46 UTC (rev 273471)
@@ -4,7 +4,7 @@
 pkgbase=gstreamer0.10-good
 pkgname=('gstreamer0.10-good' 'gstreamer0.10-good-plugins')
 pkgver=0.10.31
-pkgrel=10
+pkgrel=11
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base' 'libavc1394' 
'libiec61883' 'aalib' 'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 
'libsoup-gnome' 'v4l-utils' 'libcaca' 'bzip2' 'gdk-pixbuf2' 'libpulse' 'jack' 
'git' 'cairo' 'libgudev')


[arch-commits] Commit in (mate-netspeed-gtk3 mate-netspeed mozo-gtk3)

2016-08-07 Thread Balló György
Date: Sunday, August 7, 2016 @ 20:17:50
  Author: bgyorgy
Revision: 185964

Remove old MATE packages

- mate-netspeed is merged into mate-applets
- mate-netspeed-gtk3 is merged into mate-applets-gtk3
- mozo is gtk3 only now

Deleted:
  mate-netspeed-gtk3/
  mate-netspeed/
  mozo-gtk3/


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

2016-08-07 Thread Jan Steffens
Date: Sunday, August 7, 2016 @ 20:16:21
  Author: heftig
Revision: 273470

367.35-2: prepare 4.7

Added:
  nvidia/trunk/linux-4.7.patch
Modified:
  nvidia/trunk/PKGBUILD
  nvidia/trunk/nvidia.install

-+
 PKGBUILD|   11 +
 linux-4.7.patch |   64 ++
 nvidia.install  |2 -
 3 files changed, 72 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 20:03:26 UTC (rev 273469)
+++ PKGBUILD2016-08-07 20:16:21 UTC (rev 273470)
@@ -6,14 +6,16 @@
 pkgbase=nvidia
 pkgname=(nvidia nvidia-dkms)
 pkgver=367.35
-_extramodules=extramodules-4.6-ARCH
-pkgrel=1
+_extramodules=extramodules-4.7-ARCH
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.6' 'linux-headers<4.7')
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.7' 'linux-headers<4.8')
 license=('custom')
 options=('!strip')
+source=('linux-4.7.patch')
+md5sums=('b1e6760dca837e8685fd02be15aa4f51')
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
 md5sums_i686=('42db6f6485c3c337c7c756380ec64b7a')
@@ -26,6 +28,7 @@
 sh "${_pkg}.run" --extract-only
 cd "${_pkg}"
 
+patch -Np1 -d kernel < ../linux-4.7.patch
 cp -a kernel kernel-dkms
 cd kernel-dkms
 sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
@@ -49,7 +52,7 @@
 
 package_nvidia() {
 pkgdesc="NVIDIA drivers for linux"
-depends=('linux>=4.6' 'linux<4.7' "nvidia-utils=${pkgver}" 'libgl')
+depends=('linux>=4.7' 'linux<4.8' "nvidia-utils=${pkgver}" 'libgl')
 install=nvidia.install
 
 install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \

Added: linux-4.7.patch
===
--- linux-4.7.patch (rev 0)
+++ linux-4.7.patch 2016-08-07 20:16:21 UTC (rev 273470)
@@ -0,0 +1,64 @@
+diff -u -r nvidia-367.35-orig/nvidia-drm/nvidia-drm-fb.c 
nvidia-367.35/nvidia-drm/nvidia-drm-fb.c
+--- nvidia-367.35-orig/nvidia-drm/nvidia-drm-fb.c  2016-07-15 
18:58:50.0 +0200
 nvidia-367.35/nvidia-drm/nvidia-drm-fb.c   2016-08-06 00:38:00.550651165 
+0200
+@@ -31,6 +31,7 @@
+ #include "nvidia-drm-gem.h"
+ 
+ #include 
++#include 
+ 
+ static void nvidia_framebuffer_destroy(struct drm_framebuffer *fb)
+ {
+@@ -114,7 +115,11 @@
+  * We don't support any planar format, pick up first buffer only.
+  */
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,7,0)
++gem = drm_gem_object_lookup(file, cmd->handles[0]);
++#else
+ gem = drm_gem_object_lookup(dev, file, cmd->handles[0]);
++#endif
+ 
+ if (gem == NULL)
+ {
+diff -u -r nvidia-367.35-orig/nvidia-drm/nvidia-drm-gem.c 
nvidia-367.35/nvidia-drm/nvidia-drm-gem.c
+--- nvidia-367.35-orig/nvidia-drm/nvidia-drm-gem.c 2016-07-15 
18:58:50.0 +0200
 nvidia-367.35/nvidia-drm/nvidia-drm-gem.c  2016-08-06 00:37:47.237546102 
+0200
+@@ -27,6 +27,7 @@
+ #include "nvidia-drm-priv.h"
+ #include "nvidia-drm-ioctl.h"
+ #include "nvidia-drm-gem.h"
++#include 
+ 
+ static struct nvidia_drm_gem_object *nvidia_drm_gem_new
+ (
+@@ -408,7 +409,11 @@
+ 
+ mutex_lock(&dev->struct_mutex);
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,7,0)
++gem = drm_gem_object_lookup(file, handle);
++#else
+ gem = drm_gem_object_lookup(dev, file, handle);
++#endif
+ 
+ if (gem == NULL)
+ {
+diff -u -r nvidia-367.35-orig/nvidia-uvm/uvm_linux.h 
nvidia-367.35/nvidia-uvm/uvm_linux.h
+--- nvidia-367.35-orig/nvidia-uvm/uvm_linux.h  2016-07-15 18:58:50.0 
+0200
 nvidia-367.35/nvidia-uvm/uvm_linux.h   2016-08-06 00:27:09.796678527 
+0200
+@@ -554,12 +554,13 @@
+ INIT_RADIX_TREE(tree, GFP_NOWAIT);
+ }
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,7,0)
+ static bool radix_tree_empty(struct radix_tree_root *tree)
+ {
+ void *dummy;
+ return radix_tree_gang_lookup(tree, &dummy, 0, 1) == 0;
+ }
+-
++#endif
+ 
+ #if !defined(NV_USLEEP_RANGE_PRESENT)
+ static void __sched usleep_range(unsigned long min, unsigned long max)

Modified: nvidia.install
===
--- nvidia.install  2016-08-07 20:03:26 UTC (rev 273469)
+++ nvidia.install  2016-08-07 20:16:21 UTC (rev 273470)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-4.6-ARCH'
+EXTRAMODULES='extramodules-4.7-ARCH'
 depmod $(cat /usr/lib/modules/${EXTRAMODULES}/version)
 echo 'In order to use nvidia module, reboot the system.'
 }


[arch-commits] Commit in btrfs-progs/repos (26 files)

2016-08-07 Thread Sébastien Luttringer
Date: Sunday, August 7, 2016 @ 20:03:26
  Author: seblu
Revision: 273469

db-move: moved btrfs-progs from [testing] to [core] (i686, x86_64)

Added:
  btrfs-progs/repos/core-i686/PKGBUILD
(from rev 273468, btrfs-progs/repos/testing-i686/PKGBUILD)
  btrfs-progs/repos/core-i686/btrfs-progs.install
(from rev 273468, btrfs-progs/repos/testing-i686/btrfs-progs.install)
  btrfs-progs/repos/core-i686/btrfs-scrub@.service
(from rev 273468, btrfs-progs/repos/testing-i686/btrfs-scrub@.service)
  btrfs-progs/repos/core-i686/btrfs-scrub@.timer
(from rev 273468, btrfs-progs/repos/testing-i686/btrfs-scrub@.timer)
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
(from rev 273468, btrfs-progs/repos/testing-i686/initcpio-hook-btrfs)
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
(from rev 273468, btrfs-progs/repos/testing-i686/initcpio-install-btrfs)
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 273468, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 273468, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
(from rev 273468, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
(from rev 273468, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 273468, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 273468, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-i686/PKGBUILD
  btrfs-progs/repos/core-i686/btrfs-progs.install
  btrfs-progs/repos/core-i686/btrfs-scrub@.service
  btrfs-progs/repos/core-i686/btrfs-scrub@.timer
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-x86_64/

+
 /PKGBUILD  |  122 +++
 /btrfs-progs.install   |   30 
 /btrfs-scrub@.service  |   14 
 /btrfs-scrub@.timer|   20 +
 /initcpio-hook-btrfs   |   14 
 /initcpio-install-btrfs|   34 +
 core-i686/PKGBUILD |   60 -
 core-i686/btrfs-progs.install  |   15 
 core-i686/btrfs-scrub@.service |7 --
 core-i686/btrfs-scrub@.timer   |   10 --
 core-i686/initcpio-hook-btrfs  |7 --
 core-i686/initcpio-install-btrfs   |   17 
 core-x86_64/PKGBUILD   |   60 -
 core-x86_64/btrfs-progs.install|   15 
 core-x86_64/btrfs-scrub@.service   |7 --
 core-x86_64/btrfs-scrub@.timer |   10 --
 core-x86_64/initcpio-hook-btrfs|7 --
 core-x86_64/initcpio-install-btrfs |   17 
 18 files changed, 234 insertions(+), 232 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-08-07 20:00:08 UTC (rev 273468)
+++ core-i686/PKGBUILD  2016-08-07 20:03:26 UTC (rev 273469)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.6.1
-pkgrel=1
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto')
-url='http://btrfs.wiki.kernel.org/'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs'
-'btrfs-scrub@.service'
-'btrfs-scrub@.timer')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad'
- '794b867e09451284c545bae112aa0cfd'
- 'a290e0ab88b7b4675cd20f5a2befc8cb')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname
-  make prefix="$pkgdir"/usr install
-
-  # install bash completion (FS#44618)
-  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
-
-  # install mkinitcpio hooks
-  cd "$srcdir"
-  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
-  install -Dm6

[arch-commits] Commit in archlinux-menus/repos/extra-any (29 files)

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 20:00:08
  Author: arojas
Revision: 273468

archrelease: copy trunk to extra-any

Added:
  archlinux-menus/repos/extra-any/Arch-AUR.desktop
(from rev 273467, archlinux-menus/trunk/Arch-AUR.desktop)
  archlinux-menus/repos/extra-any/Arch-Bugs.desktop
(from rev 273467, archlinux-menus/trunk/Arch-Bugs.desktop)
  archlinux-menus/repos/extra-any/Arch-Developers.desktop
(from rev 273467, archlinux-menus/trunk/Arch-Developers.desktop)
  archlinux-menus/repos/extra-any/Arch-Documentation.desktop
(from rev 273467, archlinux-menus/trunk/Arch-Documentation.desktop)
  archlinux-menus/repos/extra-any/Arch-Donate.desktop
(from rev 273467, archlinux-menus/trunk/Arch-Donate.desktop)
  archlinux-menus/repos/extra-any/Arch-Forum.desktop
(from rev 273467, archlinux-menus/trunk/Arch-Forum.desktop)
  archlinux-menus/repos/extra-any/Arch-Homepage.desktop
(from rev 273467, archlinux-menus/trunk/Arch-Homepage.desktop)
  archlinux-menus/repos/extra-any/Arch-SVN.desktop
(from rev 273467, archlinux-menus/trunk/Arch-SVN.desktop)
  archlinux-menus/repos/extra-any/Arch-Schwag.desktop
(from rev 273467, archlinux-menus/trunk/Arch-Schwag.desktop)
  archlinux-menus/repos/extra-any/Arch-Wiki.desktop
(from rev 273467, archlinux-menus/trunk/Arch-Wiki.desktop)
  archlinux-menus/repos/extra-any/Archlinux.directory
(from rev 273467, archlinux-menus/trunk/Archlinux.directory)
  archlinux-menus/repos/extra-any/PKGBUILD
(from rev 273467, archlinux-menus/trunk/PKGBUILD)
  archlinux-menus/repos/extra-any/arch-logo.png
(from rev 273467, archlinux-menus/trunk/arch-logo.png)
  archlinux-menus/repos/extra-any/arch-logo.svg
(from rev 273467, archlinux-menus/trunk/arch-logo.svg)
Deleted:
  archlinux-menus/repos/extra-any/Arch-AUR.desktop
  archlinux-menus/repos/extra-any/Arch-Bugs.desktop
  archlinux-menus/repos/extra-any/Arch-Developers.desktop
  archlinux-menus/repos/extra-any/Arch-Documentation.desktop
  archlinux-menus/repos/extra-any/Arch-Donate.desktop
  archlinux-menus/repos/extra-any/Arch-Forum.desktop
  archlinux-menus/repos/extra-any/Arch-Homepage.desktop
  archlinux-menus/repos/extra-any/Arch-SVN.desktop
  archlinux-menus/repos/extra-any/Arch-Schwag.desktop
  archlinux-menus/repos/extra-any/Arch-Wiki.desktop
  archlinux-menus/repos/extra-any/Archlinux.directory
  archlinux-menus/repos/extra-any/PKGBUILD
  archlinux-menus/repos/extra-any/arch-logo.png
  archlinux-menus/repos/extra-any/arch-logo.svg
  archlinux-menus/repos/extra-any/archlinux-menus.install

+
 Arch-AUR.desktop   |   18 
 Arch-Bugs.desktop  |   18 
 Arch-Developers.desktop|   18 
 Arch-Documentation.desktop |   18 
 Arch-Donate.desktop|   18 
 Arch-Forum.desktop |   18 
 Arch-Homepage.desktop  |   18 
 Arch-SVN.desktop   |   18 
 Arch-Schwag.desktop|   18 
 Arch-Wiki.desktop  |   18 
 Archlinux.directory|8 
 PKGBUILD   |  103 ++---
 arch-logo.svg  |  850 +--
 archlinux-menus.install|   11 
 14 files changed, 570 insertions(+), 582 deletions(-)

Deleted: Arch-AUR.desktop
===
--- Arch-AUR.desktop2016-08-07 19:59:23 UTC (rev 273467)
+++ Arch-AUR.desktop2016-08-07 20:00:08 UTC (rev 273468)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Comment=Archlinux AUR
-Exec=xdg-open https://aur.archlinux.org
-Icon=arch-logo
-Name=AUR
-StartupNotify=true
-Terminal=false
-Type=Application
-Categories=Archlinux;

Copied: archlinux-menus/repos/extra-any/Arch-AUR.desktop (from rev 273467, 
archlinux-menus/trunk/Arch-AUR.desktop)
===
--- Arch-AUR.desktop(rev 0)
+++ Arch-AUR.desktop2016-08-07 20:00:08 UTC (rev 273468)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Comment=Archlinux AUR
+Exec=xdg-open https://aur.archlinux.org
+Icon=arch-logo
+Name=AUR
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=Archlinux;

Deleted: Arch-Bugs.desktop
===
--- Arch-Bugs.desktop   2016-08-07 19:59:23 UTC (rev 273467)
+++ Arch-Bugs.desktop   2016-08-07 20:00:08 UTC (rev 273468)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Comment=Archlinux Bugtracker
-Exec=xdg-open https://bugs.archlinux.org
-Icon=arch-logo
-Name=Bugs
-StartupNotify=true
-Terminal=false
-Type=Application
-Categories=Archlinux;

Copied: archlinux-menus/repos/extra-any/Arch-Bugs.desktop (from rev 273467, 
archlinux-menus/trunk/Arch-Bugs.desktop)
===
--- Arch-Bugs.desktop   (rev 0)
+++ Arch-Bugs.desktop   2016-08-07 20:00:08 UTC (rev 273468)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Comment=Archlinux Bugtracker
+Exec=xdg-open https://bugs.archlinux.org
+Icon=arch-logo
+Name=Bugs
+StartupNotify=true
+Terminal

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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 19:59:23
  Author: arojas
Revision: 273467

Hooks

Modified:
  archlinux-menus/trunk/PKGBUILD
Deleted:
  archlinux-menus/trunk/archlinux-menus.install

-+
 PKGBUILD|3 +--
 archlinux-menus.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 19:58:36 UTC (rev 273466)
+++ PKGBUILD2016-08-07 19:59:23 UTC (rev 273467)
@@ -4,12 +4,11 @@
 
 pkgname=archlinux-menus
 pkgver=2.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Arch Linux specific XDG-compliant menu"
 arch=('any')
 url="http://www.archlinux.org/";
 license=('GPL')
-install=archlinux-menus.install
 depends=('xdg-utils')
 source=(Arch-AUR.desktop
 Arch-Bugs.desktop

Deleted: archlinux-menus.install
===
--- archlinux-menus.install 2016-08-07 19:58:36 UTC (rev 273466)
+++ archlinux-menus.install 2016-08-07 19:59:23 UTC (rev 273467)
@@ -1,11 +0,0 @@
-post_install () {
-  xdg-icon-resource forceupdate --theme hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 19:57:58
  Author: arojas
Revision: 273465

Hooks

Modified:
  cdrdao/trunk/PKGBUILD
Deleted:
  cdrdao/trunk/gcdmaster.install

---+
 PKGBUILD  |3 +--
 gcdmaster.install |   22 --
 2 files changed, 1 insertion(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 19:53:55 UTC (rev 273464)
+++ PKGBUILD2016-08-07 19:57:58 UTC (rev 273465)
@@ -6,7 +6,7 @@
 pkgbase=('cdrdao')
 pkgname=('cdrdao' 'gcdmaster')
 pkgver=1.2.3
-pkgrel=8
+pkgrel=9
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://cdrdao.sourceforge.net/";
@@ -56,7 +56,6 @@
 package_gcdmaster() {
pkgdesc='GUI frontend for creating audio CDs using cdrdao'
depends=('libgnomeuimm' "cdrdao=${pkgver}")
-   install=gcdmaster.install
 
cd "${srcdir}/${pkgbase}-${pkgver}"
make -C xdao GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 
DESTDIR="${pkgdir}" install

Deleted: gcdmaster.install
===
--- gcdmaster.install   2016-08-07 19:53:55 UTC (rev 273464)
+++ gcdmaster.install   2016-08-07 19:57:58 UTC (rev 273465)
@@ -1,22 +0,0 @@
-pkgname=gcdmaster
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  update-mime-database usr/share/mime &> /dev/null
-}


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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 19:58:36
  Author: arojas
Revision: 273466

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

Added:
  cdrdao/repos/extra-i686/PKGBUILD
(from rev 273465, cdrdao/trunk/PKGBUILD)
  cdrdao/repos/extra-i686/cdrdao-1.2.3-autoconf-update.patch
(from rev 273465, cdrdao/trunk/cdrdao-1.2.3-autoconf-update.patch)
  cdrdao/repos/extra-i686/cdrdao-1.2.3-k3b.patch
(from rev 273465, cdrdao/trunk/cdrdao-1.2.3-k3b.patch)
  cdrdao/repos/extra-i686/cdrdao-1.2.3-stat.patch
(from rev 273465, cdrdao/trunk/cdrdao-1.2.3-stat.patch)
  cdrdao/repos/extra-x86_64/PKGBUILD
(from rev 273465, cdrdao/trunk/PKGBUILD)
  cdrdao/repos/extra-x86_64/cdrdao-1.2.3-autoconf-update.patch
(from rev 273465, cdrdao/trunk/cdrdao-1.2.3-autoconf-update.patch)
  cdrdao/repos/extra-x86_64/cdrdao-1.2.3-k3b.patch
(from rev 273465, cdrdao/trunk/cdrdao-1.2.3-k3b.patch)
  cdrdao/repos/extra-x86_64/cdrdao-1.2.3-stat.patch
(from rev 273465, cdrdao/trunk/cdrdao-1.2.3-stat.patch)
Deleted:
  cdrdao/repos/extra-i686/PKGBUILD
  cdrdao/repos/extra-i686/cdrdao-1.2.3-autoconf-update.patch
  cdrdao/repos/extra-i686/cdrdao-1.2.3-k3b.patch
  cdrdao/repos/extra-i686/cdrdao-1.2.3-stat.patch
  cdrdao/repos/extra-i686/gcdmaster.install
  cdrdao/repos/extra-x86_64/PKGBUILD
  cdrdao/repos/extra-x86_64/cdrdao-1.2.3-autoconf-update.patch
  cdrdao/repos/extra-x86_64/cdrdao-1.2.3-k3b.patch
  cdrdao/repos/extra-x86_64/cdrdao-1.2.3-stat.patch
  cdrdao/repos/extra-x86_64/gcdmaster.install

-+
 /PKGBUILD   |  130 ++
 /cdrdao-1.2.3-autoconf-update.patch |  104 +
 /cdrdao-1.2.3-k3b.patch |   22 +++
 /cdrdao-1.2.3-stat.patch|   26 
 extra-i686/PKGBUILD |   66 ---
 extra-i686/cdrdao-1.2.3-autoconf-update.patch   |   52 
 extra-i686/cdrdao-1.2.3-k3b.patch   |   11 -
 extra-i686/cdrdao-1.2.3-stat.patch  |   13 --
 extra-i686/gcdmaster.install|   22 ---
 extra-x86_64/PKGBUILD   |   66 ---
 extra-x86_64/cdrdao-1.2.3-autoconf-update.patch |   52 
 extra-x86_64/cdrdao-1.2.3-k3b.patch |   11 -
 extra-x86_64/cdrdao-1.2.3-stat.patch|   13 --
 extra-x86_64/gcdmaster.install  |   22 ---
 14 files changed, 282 insertions(+), 328 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-07 19:57:58 UTC (rev 273465)
+++ extra-i686/PKGBUILD 2016-08-07 19:58:36 UTC (rev 273466)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Daniel J Griffiths 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-
-pkgbase=('cdrdao')
-pkgname=('cdrdao' 'gcdmaster')
-pkgver=1.2.3
-pkgrel=8
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://cdrdao.sourceforge.net/";
-makedepends=('gcc-libs' 'lame' 'libmad' 'libvorbis' 'libao' 'libgnomeuimm')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
-'cdrdao-1.2.3-autoconf-update.patch'
-'cdrdao-1.2.3-k3b.patch'
-'cdrdao-1.2.3-stat.patch')
-md5sums=('8d15ba6280bb7ba2f4d6be31d28b3c0c'
- '8e53dfc174f7c0882194caa05e68b85e'
- '696f6ca01e1eeb9b6a5be88e535d9398'
- '0fce05542ebad283f36fa1c4d62992a0')
-
-prepare() {
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-
-   patch -Np1 -i "${srcdir}/cdrdao-1.2.3-autoconf-update.patch"
-   patch -Np1 -i "${srcdir}/cdrdao-1.2.3-k3b.patch"
-   patch -Np1 -i "${srcdir}/cdrdao-1.2.3-stat.patch"
-
-   find -name '*.h' -exec sed -i '/sigc++\/object.h/d' {} +
-}
-
-build() {
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-
-   CXXFLAGS+=' -std=c++11 -Wno-narrowing'
-   ./configure --prefix=/usr \
-   --mandir=/usr/share/man \
-   --sysconfdir=/etc \
-   --with-xdao --with-lame \
-   --with-ogg-support --with-mp3-support
-   make
-}
-
-package_cdrdao() {
-   pkgdesc='Records audio/data CD-Rs in disk-at-once (DAO) mode'
-   depends=('gcc-libs' 'lame' 'libmad' 'libvorbis' 'libao')
-
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-   for dir in trackdb utils paranoia dao
-   do
-make -C ${dir} DESTDIR="${pkgdir}" install
-   done
-}
-
-package_gcdmaster() {
-   pkgdesc='GUI frontend for creating audio CDs using cdrdao'
-   depends=('libgnomeuimm' "cdrdao=${pkgver}")
-   install=gcdmaster.install
-
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-   make -C xdao GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 
DESTDIR="${pkgdir}" install
-
-   mv "${pkgdir}/etc/gconf" "${pkgdir}/usr/share/"
-   rmdir "${pkgdir}/etc"
-}

Copied: cdrdao/repos/extra-i686/PKGBUILD (from rev 273465, 
cdrdao/trunk/PKGBUILD)
===
--

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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 19:53:55
  Author: arojas
Revision: 273464

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

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

+
 /PKGBUILD  |   70 +++
 extra-i686/PKGBUILD|   36 --
 extra-i686/ekiga.install   |   22 -
 extra-x86_64/PKGBUILD  |   36 --
 extra-x86_64/ekiga.install |   22 -
 5 files changed, 70 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-07 19:53:25 UTC (rev 273463)
+++ extra-i686/PKGBUILD 2016-08-07 19:53:55 UTC (rev 273464)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom K 
-
-pkgname=ekiga
-pkgver=4.0.1
-pkgrel=18
-pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
-url="http://www.ekiga.org";
-license=(GPL)
-arch=(i686 x86_64)
-depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'avahi' 'gtk2' 'gconf')
-makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost' 
'gnome-icon-theme')
-optdepends=('evolution-data-server: Evolution integration')
-options=(!emptydirs)
-install=ekiga.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-schemas-install \
-  --disable-scrollkeeper --enable-dbus --enable-avahi
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
-
-  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain ekiga "$pkgdir"/etc/gconf/schemas/*.schemas
-  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
-}

Copied: ekiga/repos/extra-i686/PKGBUILD (from rev 273463, ekiga/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-07 19:53:55 UTC (rev 273464)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom K 
+
+pkgname=ekiga
+pkgver=4.0.1
+pkgrel=19
+pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
+url="http://www.ekiga.org";
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'avahi' 'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost' 
'gnome-icon-theme')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus --enable-avahi
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain ekiga "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/ekiga.install
===
--- extra-i686/ekiga.install2016-08-07 19:53:25 UTC (rev 273463)
+++ extra-i686/ekiga.install2016-08-07 19:53:55 UTC (rev 273464)
@@ -1,22 +0,0 @@
-pkgname=ekiga
-
-post_install() {
-  gconfpkg --install $pkgname
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-07 19:53:25 UTC (rev 273463)
+++ extra-x86_64/PKGBUILD   2016-08-07 19:53:55 UTC (rev 273464)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom K 
-
-pkgname=ekiga
-pkgver=4.0.1
-pkgrel=18
-pkgdesc="VOIP/Videoconferen

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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 19:53:25
  Author: arojas
Revision: 273463

Hooks

Modified:
  ekiga/trunk/PKGBUILD
Deleted:
  ekiga/trunk/ekiga.install

---+
 PKGBUILD  |3 +--
 ekiga.install |   22 --
 2 files changed, 1 insertion(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 19:46:36 UTC (rev 273462)
+++ PKGBUILD2016-08-07 19:53:25 UTC (rev 273463)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=18
+pkgrel=19
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org";
 license=(GPL)
@@ -13,7 +13,6 @@
 makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost' 
'gnome-icon-theme')
 optdepends=('evolution-data-server: Evolution integration')
 options=(!emptydirs)
-install=ekiga.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
 

Deleted: ekiga.install
===
--- ekiga.install   2016-08-07 19:46:36 UTC (rev 273462)
+++ ekiga.install   2016-08-07 19:53:25 UTC (rev 273463)
@@ -1,22 +0,0 @@
-pkgname=ekiga
-
-post_install() {
-  gconfpkg --install $pkgname
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}


[arch-commits] Commit in gnome-icon-theme/repos/extra-any (3 files)

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 19:46:36
  Author: arojas
Revision: 273462

archrelease: copy trunk to extra-any

Added:
  gnome-icon-theme/repos/extra-any/PKGBUILD
(from rev 273461, gnome-icon-theme/trunk/PKGBUILD)
Deleted:
  gnome-icon-theme/repos/extra-any/PKGBUILD
  gnome-icon-theme/repos/extra-any/gnome-icon-theme.install

--+
 PKGBUILD |   55 ++---
 gnome-icon-theme.install |   11 -
 2 files changed, 27 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-07 19:46:11 UTC (rev 273461)
+++ PKGBUILD2016-08-07 19:46:36 UTC (rev 273462)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-icon-theme
-pkgver=3.12.0
-pkgrel=3
-pkgdesc="GNOME icon theme"
-arch=(any)
-depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 
'gnome-icon-theme-symbolic')
-makedepends=('intltool' 'icon-naming-utils')
-url="http://www.gnome.org";
-license=('GPL')
-install=gnome-icon-theme.install
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('359e720b9202d3aba8d477752c4cd11eced368182281d51ffd64c8572b4e503a')
-
-build() {
-cd "$pkgname-$pkgver"
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-rm -f  "${pkgdir}/usr/share/icons/gnome/icon-theme.cache"
-}

Copied: gnome-icon-theme/repos/extra-any/PKGBUILD (from rev 273461, 
gnome-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-07 19:46:36 UTC (rev 273462)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-icon-theme
+pkgver=3.12.0
+pkgrel=4
+pkgdesc="GNOME icon theme"
+arch=(any)
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 
'gnome-icon-theme-symbolic')
+makedepends=('intltool' 'icon-naming-utils')
+url="http://www.gnome.org";
+license=('GPL')
+options=('!emptydirs')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('359e720b9202d3aba8d477752c4cd11eced368182281d51ffd64c8572b4e503a')
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+rm -f  "${pkgdir}/usr/share/icons/gnome/icon-theme.cache"
+}

Deleted: gnome-icon-theme.install
===
--- gnome-icon-theme.install2016-08-07 19:46:11 UTC (rev 273461)
+++ gnome-icon-theme.install2016-08-07 19:46:36 UTC (rev 273462)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in gnome-icon-theme/trunk (PKGBUILD gnome-icon-theme.install)

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 19:46:11
  Author: arojas
Revision: 273461

Hooks

Modified:
  gnome-icon-theme/trunk/PKGBUILD
Deleted:
  gnome-icon-theme/trunk/gnome-icon-theme.install

--+
 PKGBUILD |3 +--
 gnome-icon-theme.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 19:43:28 UTC (rev 273460)
+++ PKGBUILD2016-08-07 19:46:11 UTC (rev 273461)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-icon-theme
 pkgver=3.12.0
-pkgrel=3
+pkgrel=4
 pkgdesc="GNOME icon theme"
 arch=(any)
 depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 
'gnome-icon-theme-symbolic')
@@ -10,7 +10,6 @@
 makedepends=('intltool' 'icon-naming-utils')
 url="http://www.gnome.org";
 license=('GPL')
-install=gnome-icon-theme.install
 options=('!emptydirs')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('359e720b9202d3aba8d477752c4cd11eced368182281d51ffd64c8572b4e503a')

Deleted: gnome-icon-theme.install
===
--- gnome-icon-theme.install2016-08-07 19:43:28 UTC (rev 273460)
+++ gnome-icon-theme.install2016-08-07 19:46:11 UTC (rev 273461)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in gstreamer0.10-bad/repos (26 files)

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 19:43:28
  Author: arojas
Revision: 273460

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

Added:
  gstreamer0.10-bad/repos/extra-i686/PKGBUILD
(from rev 273459, gstreamer0.10-bad/trunk/PKGBUILD)
  gstreamer0.10-bad/repos/extra-i686/disable-assrender-test.patch
(from rev 273459, gstreamer0.10-bad/trunk/disable-assrender-test.patch)
  gstreamer0.10-bad/repos/extra-i686/disable-camerabin-test.patch
(from rev 273459, gstreamer0.10-bad/trunk/disable-camerabin-test.patch)
  gstreamer0.10-bad/repos/extra-i686/drop-vpx-compat-defs.patch
(from rev 273459, gstreamer0.10-bad/trunk/drop-vpx-compat-defs.patch)
  gstreamer0.10-bad/repos/extra-i686/faad2-version-check.patch
(from rev 273459, gstreamer0.10-bad/trunk/faad2-version-check.patch)
  gstreamer0.10-bad/repos/extra-i686/fix-libmodplug-include.patch
(from rev 273459, gstreamer0.10-bad/trunk/fix-libmodplug-include.patch)
  gstreamer0.10-bad/repos/extra-x86_64/PKGBUILD
(from rev 273459, gstreamer0.10-bad/trunk/PKGBUILD)
  gstreamer0.10-bad/repos/extra-x86_64/disable-assrender-test.patch
(from rev 273459, gstreamer0.10-bad/trunk/disable-assrender-test.patch)
  gstreamer0.10-bad/repos/extra-x86_64/disable-camerabin-test.patch
(from rev 273459, gstreamer0.10-bad/trunk/disable-camerabin-test.patch)
  gstreamer0.10-bad/repos/extra-x86_64/drop-vpx-compat-defs.patch
(from rev 273459, gstreamer0.10-bad/trunk/drop-vpx-compat-defs.patch)
  gstreamer0.10-bad/repos/extra-x86_64/faad2-version-check.patch
(from rev 273459, gstreamer0.10-bad/trunk/faad2-version-check.patch)
  gstreamer0.10-bad/repos/extra-x86_64/fix-libmodplug-include.patch
(from rev 273459, gstreamer0.10-bad/trunk/fix-libmodplug-include.patch)
Deleted:
  gstreamer0.10-bad/repos/extra-i686/PKGBUILD
  gstreamer0.10-bad/repos/extra-i686/disable-assrender-test.patch
  gstreamer0.10-bad/repos/extra-i686/disable-camerabin-test.patch
  gstreamer0.10-bad/repos/extra-i686/drop-vpx-compat-defs.patch
  gstreamer0.10-bad/repos/extra-i686/faad2-version-check.patch
  gstreamer0.10-bad/repos/extra-i686/fix-libmodplug-include.patch
  gstreamer0.10-bad/repos/extra-i686/gstreamer0.10-bad-plugins.install
  gstreamer0.10-bad/repos/extra-x86_64/PKGBUILD
  gstreamer0.10-bad/repos/extra-x86_64/disable-assrender-test.patch
  gstreamer0.10-bad/repos/extra-x86_64/disable-camerabin-test.patch
  gstreamer0.10-bad/repos/extra-x86_64/drop-vpx-compat-defs.patch
  gstreamer0.10-bad/repos/extra-x86_64/faad2-version-check.patch
  gstreamer0.10-bad/repos/extra-x86_64/fix-libmodplug-include.patch
  gstreamer0.10-bad/repos/extra-x86_64/gstreamer0.10-bad-plugins.install

+
 /PKGBUILD  |  144 +++
 /disable-assrender-test.patch  |   22 +++
 /disable-camerabin-test.patch  |   20 +++
 /drop-vpx-compat-defs.patch|   52 
 /faad2-version-check.patch |   70 +++
 /fix-libmodplug-include.patch  |   24 +++
 extra-i686/PKGBUILD|   73 ---
 extra-i686/disable-assrender-test.patch|   11 -
 extra-i686/disable-camerabin-test.patch|   10 -
 extra-i686/drop-vpx-compat-defs.patch  |   26 
 extra-i686/faad2-version-check.patch   |   35 -
 extra-i686/fix-libmodplug-include.patch|   12 -
 extra-i686/gstreamer0.10-bad-plugins.install   |   11 -
 extra-x86_64/PKGBUILD  |   73 ---
 extra-x86_64/disable-assrender-test.patch  |   11 -
 extra-x86_64/disable-camerabin-test.patch  |   10 -
 extra-x86_64/drop-vpx-compat-defs.patch|   26 
 extra-x86_64/faad2-version-check.patch |   35 -
 extra-x86_64/fix-libmodplug-include.patch  |   12 -
 extra-x86_64/gstreamer0.10-bad-plugins.install |   11 -
 20 files changed, 332 insertions(+), 356 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-07 19:42:41 UTC (rev 273459)
+++ extra-i686/PKGBUILD 2016-08-07 19:43:28 UTC (rev 273460)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gstreamer0.10-bad
-pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
-pkgver=0.10.23
-pkgrel=16
-arch=('i686' 'x86_64')
-license=('LGPL' 'GPL')
-makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.36' 'xvidcore' 'libdca' 
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 
'rtmpdump' 'libsndfile' 'librsvg' 'wildmidi' 'opus' 'git' 'spandsp' 'celt')
-url="http://gstreamer.freedesktop.org/";
-options=(!emptydirs)
-source=("git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-bad#commit=57569a4854a0f2d14ef19a8264a4ae9a7a1d1125"
-   

[arch-commits] Commit in gstreamer0.10-bad/trunk (2 files)

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 19:42:41
  Author: arojas
Revision: 273459

Hooks

Modified:
  gstreamer0.10-bad/trunk/PKGBUILD
Deleted:
  gstreamer0.10-bad/trunk/gstreamer0.10-bad-plugins.install

---+
 PKGBUILD  |3 +--
 gstreamer0.10-bad-plugins.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 19:37:51 UTC (rev 273458)
+++ PKGBUILD2016-08-07 19:42:41 UTC (rev 273459)
@@ -4,7 +4,7 @@
 pkgbase=gstreamer0.10-bad
 pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
 pkgver=0.10.23
-pkgrel=16
+pkgrel=17
 arch=('i686' 'x86_64')
 license=('LGPL' 'GPL')
 makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.36' 'xvidcore' 'libdca' 
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 
'rtmpdump' 'libsndfile' 'librsvg' 'wildmidi' 'opus' 'git' 'spandsp' 'celt')
@@ -63,7 +63,6 @@
   pkgdesc="GStreamer Multimedia Framework Bad Plugins (gst-plugins-bad)"
   depends=("gstreamer0.10-bad=${pkgver}" 'xvidcore' 'libdca' 'bzip2' 
'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'libvdpau' 'soundtouch' 'libass' 'schroedinger' 'libvpx' 'gsm' 'rtmpdump' 
'libgme' 'libsndfile' 'librsvg' 'wildmidi' 'opus' 'celt' 'spandsp')
   groups=('gstreamer0.10-plugins')
-  install=gstreamer0.10-bad-plugins.install
 
   cd gst-plugins-bad
   make -C gst-libs DESTDIR="${pkgdir}" install

Deleted: gstreamer0.10-bad-plugins.install
===
--- gstreamer0.10-bad-plugins.install   2016-08-07 19:37:51 UTC (rev 273458)
+++ gstreamer0.10-bad-plugins.install   2016-08-07 19:42:41 UTC (rev 273459)
@@ -1,11 +0,0 @@
-post_install() {
-usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}


[arch-commits] Commit in gstreamer0.10-good/repos (14 files)

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 19:37:51
  Author: arojas
Revision: 273458

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

Added:
  gstreamer0.10-good/repos/extra-i686/PKGBUILD
(from rev 273457, gstreamer0.10-good/trunk/PKGBUILD)
  gstreamer0.10-good/repos/extra-i686/souptest.patch
(from rev 273457, gstreamer0.10-good/trunk/souptest.patch)
  gstreamer0.10-good/repos/extra-i686/test-rtp-payloading.patch
(from rev 273457, gstreamer0.10-good/trunk/test-rtp-payloading.patch)
  gstreamer0.10-good/repos/extra-x86_64/PKGBUILD
(from rev 273457, gstreamer0.10-good/trunk/PKGBUILD)
  gstreamer0.10-good/repos/extra-x86_64/souptest.patch
(from rev 273457, gstreamer0.10-good/trunk/souptest.patch)
  gstreamer0.10-good/repos/extra-x86_64/test-rtp-payloading.patch
(from rev 273457, gstreamer0.10-good/trunk/test-rtp-payloading.patch)
Deleted:
  gstreamer0.10-good/repos/extra-i686/PKGBUILD
  gstreamer0.10-good/repos/extra-i686/gstreamer0.10-good-plugins.install
  gstreamer0.10-good/repos/extra-i686/souptest.patch
  gstreamer0.10-good/repos/extra-i686/test-rtp-payloading.patch
  gstreamer0.10-good/repos/extra-x86_64/PKGBUILD
  gstreamer0.10-good/repos/extra-x86_64/gstreamer0.10-good-plugins.install
  gstreamer0.10-good/repos/extra-x86_64/souptest.patch
  gstreamer0.10-good/repos/extra-x86_64/test-rtp-payloading.patch

-+
 /PKGBUILD   |  144 +++
 /souptest.patch |   56 +
 /test-rtp-payloading.patch  |  844 ++
 extra-i686/PKGBUILD |   73 -
 extra-i686/gstreamer0.10-good-plugins.install   |   19 
 extra-i686/souptest.patch   |   28 
 extra-i686/test-rtp-payloading.patch|  422 ---
 extra-x86_64/PKGBUILD   |   73 -
 extra-x86_64/gstreamer0.10-good-plugins.install |   19 
 extra-x86_64/souptest.patch |   28 
 extra-x86_64/test-rtp-payloading.patch  |  422 ---
 11 files changed, 1044 insertions(+), 1084 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-07 19:37:03 UTC (rev 273457)
+++ extra-i686/PKGBUILD 2016-08-07 19:37:51 UTC (rev 273458)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gstreamer0.10-good
-pkgname=('gstreamer0.10-good' 'gstreamer0.10-good-plugins')
-pkgver=0.10.31
-pkgrel=10
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base' 'libavc1394' 
'libiec61883' 'aalib' 'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 
'libsoup-gnome' 'v4l-utils' 'libcaca' 'bzip2' 'gdk-pixbuf2' 'libpulse' 'jack' 
'git' 'cairo' 'libgudev')
-url="http://gstreamer.freedesktop.org/";
-options=(!emptydirs)
-source=("git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-good#commit=e28fd8886f05bb51c147f871f3a1db2fc2b735a9"
-test-rtp-payloading.patch
-souptest.patch)
-sha256sums=('SKIP'
-'c2f7f07f9bf5ca3afddc81d0a44665d2d54b1e9aea0ef1b25d219cf34bf7bb29'
-'3a74492c3d2939efabe7e22211c2350084e0a8cc3af23f553130f1e774c5f1e1')
-
-prepare() {
-  cd gst-plugins-good
-
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
-
-  patch -Np1 -i ../test-rtp-payloading.patch
-  patch -Np1 -i ../souptest.patch
-}
-
-build() {
-  cd gst-plugins-good
-  NOCONFIGURE=1 ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---disable-schemas-install \
---disable-hal \
---disable-esd \
---disable-gtk-doc \
---with-package-name="GStreamer Good Plugins (Archlinux)" \
---with-package-origin="http://www.archlinux.org/";
-
-  make
-  sed -e 's/gst sys ext/gst/' -i Makefile
-}
-
-check() {
-  cd gst-plugins-good
-  make check
-}
-
-package_gstreamer0.10-good() {
-  depends=('gstreamer0.10-base>=0.10.34' 'bzip2')
-  pkgdesc="GStreamer Multimedia Framework Good plugin libraries"
-
-  cd gst-plugins-good
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}/etc/gconf"
-}
-
-package_gstreamer0.10-good-plugins() {
-  depends=("gstreamer0.10-good=${pkgver}" 'libavc1394' 'libiec61883' 'aalib' 
'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 'libsoup-gnome' 
'v4l-utils' 'libcaca' 'libpng' 'libjpeg' 'jack' 'libpulse' 'cairo' 
'gdk-pixbuf2' 'libgudev')
-  pkgdesc="GStreamer Multimedia Framework Good Plugins (gst-plugins-good)"
-  groups=('gstreamer0.10-plugins')
-  replaces=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 
'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 
'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 
'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 
'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreame

[arch-commits] Commit in gstreamer0.10-good/trunk (2 files)

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 19:37:03
  Author: arojas
Revision: 273457

Hooks

Modified:
  gstreamer0.10-good/trunk/PKGBUILD
Deleted:
  gstreamer0.10-good/trunk/gstreamer0.10-good-plugins.install

+
 PKGBUILD   |1 -
 gstreamer0.10-good-plugins.install |   19 ---
 2 files changed, 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 19:25:51 UTC (rev 273456)
+++ PKGBUILD2016-08-07 19:37:03 UTC (rev 273457)
@@ -63,7 +63,6 @@
   groups=('gstreamer0.10-plugins')
   replaces=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 
'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 
'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 
'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 
'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 
'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 
'gstreamer0.10-soup' 'gstreamer0.10-pulse')
   conflicts=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 
'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 
'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 
'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 
'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 
'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 
'gstreamer0.10-bad-plugins<0.10.7' 'gstreamer0.10-soup' 'gstreamer0.10-pulse')
-  install=gstreamer0.10-good-plugins.install
 
   cd gst-plugins-good
   make -C sys DESTDIR="${pkgdir}" install

Deleted: gstreamer0.10-good-plugins.install
===
--- gstreamer0.10-good-plugins.install  2016-08-07 19:25:51 UTC (rev 273456)
+++ gstreamer0.10-good-plugins.install  2016-08-07 19:37:03 UTC (rev 273457)
@@ -1,19 +0,0 @@
-pkgname=gstreamer0.10-good-plugins
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-pre_remove
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}


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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 19:25:51
  Author: arojas
Revision: 273456

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

Added:
  mjpegtools/repos/extra-i686/PKGBUILD
(from rev 273455, mjpegtools/trunk/PKGBUILD)
  mjpegtools/repos/extra-i686/mjpegtools-2.0.0-gcc470.patch
(from rev 273455, mjpegtools/trunk/mjpegtools-2.0.0-gcc470.patch)
  mjpegtools/repos/extra-i686/mjpegtools-v4l-2.6.38.patch
(from rev 273455, mjpegtools/trunk/mjpegtools-v4l-2.6.38.patch)
  mjpegtools/repos/extra-x86_64/PKGBUILD
(from rev 273455, mjpegtools/trunk/PKGBUILD)
  mjpegtools/repos/extra-x86_64/mjpegtools-2.0.0-gcc470.patch
(from rev 273455, mjpegtools/trunk/mjpegtools-2.0.0-gcc470.patch)
  mjpegtools/repos/extra-x86_64/mjpegtools-v4l-2.6.38.patch
(from rev 273455, mjpegtools/trunk/mjpegtools-v4l-2.6.38.patch)
Deleted:
  mjpegtools/repos/extra-i686/PKGBUILD
  mjpegtools/repos/extra-i686/mjpegtools-2.0.0-gcc470.patch
  mjpegtools/repos/extra-i686/mjpegtools-v4l-2.6.38.patch
  mjpegtools/repos/extra-i686/mjpegtools.install
  mjpegtools/repos/extra-x86_64/PKGBUILD
  mjpegtools/repos/extra-x86_64/mjpegtools-2.0.0-gcc470.patch
  mjpegtools/repos/extra-x86_64/mjpegtools-v4l-2.6.38.patch
  mjpegtools/repos/extra-x86_64/mjpegtools.install

+
 /PKGBUILD  |   68 +
 /mjpegtools-2.0.0-gcc470.patch |   22 ++
 /mjpegtools-v4l-2.6.38.patch   |  200 +++
 extra-i686/PKGBUILD|   35 
 extra-i686/mjpegtools-2.0.0-gcc470.patch   |   11 -
 extra-i686/mjpegtools-v4l-2.6.38.patch |  100 -
 extra-i686/mjpegtools.install  |   16 --
 extra-x86_64/PKGBUILD  |   35 
 extra-x86_64/mjpegtools-2.0.0-gcc470.patch |   11 -
 extra-x86_64/mjpegtools-v4l-2.6.38.patch   |  100 -
 extra-x86_64/mjpegtools.install|   16 --
 11 files changed, 290 insertions(+), 324 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-07 19:25:11 UTC (rev 273455)
+++ extra-i686/PKGBUILD 2016-08-07 19:25:51 UTC (rev 273456)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: Damir Perisa 
-# Maintainer: Roberto Carvajal 
-
-pkgname=mjpegtools
-pkgver=2.1.0
-pkgrel=2
-pkgdesc="Set of tools that can do recording of videos and playback, simple 
cut-and-paste editing and the MPEG compression of audio and video"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://mjpeg.sourceforge.net/";
-depends=('libjpeg' 'libpng' 'sdl' 'gcc-libs' 'libdv')
-makedepends=('gtk2' 'v4l-utils')
-optdepends=('gtk2: glav GUI')
-options=('!makeflags')
-install=mjpegtools.install
-source=(http://downloads.sourceforge.net/sourceforge/mjpeg/${pkgname}-${pkgver}.tar.gz)
-md5sums=('57bf5dd78976ca9bac972a6511b236f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e '/ARCHFLAGS=/s:=.*:=:' configure
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-largefile
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m644 mpeg2enc/mpeg2syntaxcodes.h 
"${pkgdir}/usr/include/mjpegtools/mpeg2enc/"
-}

Copied: mjpegtools/repos/extra-i686/PKGBUILD (from rev 273455, 
mjpegtools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-07 19:25:51 UTC (rev 273456)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Damir Perisa 
+# Maintainer: Roberto Carvajal 
+
+pkgname=mjpegtools
+pkgver=2.1.0
+pkgrel=3
+pkgdesc="Set of tools that can do recording of videos and playback, simple 
cut-and-paste editing and the MPEG compression of audio and video"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://mjpeg.sourceforge.net/";
+depends=('libjpeg' 'libpng' 'sdl' 'gcc-libs' 'libdv')
+makedepends=('gtk2' 'v4l-utils')
+optdepends=('gtk2: glav GUI')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/mjpeg/${pkgname}-${pkgver}.tar.gz)
+md5sums=('57bf5dd78976ca9bac972a6511b236f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e '/ARCHFLAGS=/s:=.*:=:' configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-largefile
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m644 mpeg2enc/mpeg2syntaxcodes.h 
"${pkgdir}/usr/include/mjpegtools/mpeg2enc/"
+}

Deleted: extra-i686/mjpegtools-2.0.0-gcc470.patch
===
--- extra-i686/mjpegtools-2.0.0-gcc470.patch2016-08-07 19:25:11 UTC (rev 
273455)
+++ extra-i686/mjpegtools-2.0.0-gcc470.patch2016-08-07 19:25:51 UTC (rev 
273456)
@@ -1,11 +0,0 @@
 a/y4mdenoise/MotionSearcher.hh
-+++ b/y4mdenoise/MotionSearcher.hh
-@@ -2196,7 +2196,7 @@
-   {
-   // This region is too small to be b

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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 19:25:11
  Author: arojas
Revision: 273455

Hooks

Modified:
  mjpegtools/trunk/PKGBUILD
Deleted:
  mjpegtools/trunk/mjpegtools.install

+
 PKGBUILD   |3 +--
 mjpegtools.install |   16 
 2 files changed, 1 insertion(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 18:55:36 UTC (rev 273454)
+++ PKGBUILD2016-08-07 19:25:11 UTC (rev 273455)
@@ -4,7 +4,7 @@
 
 pkgname=mjpegtools
 pkgver=2.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Set of tools that can do recording of videos and playback, simple 
cut-and-paste editing and the MPEG compression of audio and video"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -13,7 +13,6 @@
 makedepends=('gtk2' 'v4l-utils')
 optdepends=('gtk2: glav GUI')
 options=('!makeflags')
-install=mjpegtools.install
 
source=(http://downloads.sourceforge.net/sourceforge/mjpeg/${pkgname}-${pkgver}.tar.gz)
 md5sums=('57bf5dd78976ca9bac972a6511b236f3')
 

Deleted: mjpegtools.install
===
--- mjpegtools.install  2016-08-07 18:55:36 UTC (rev 273454)
+++ mjpegtools.install  2016-08-07 19:25:11 UTC (rev 273455)
@@ -1,16 +0,0 @@
-infodir=usr/share/info
-file=mjpeg-howto.info
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-}


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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 19:21:43
  Author: arojas
Revision: 185898

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

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

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

Copied: qtractor/repos/community-testing-i686/PKGBUILD (from rev 185897, 
qtractor/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-07 19:21:43 UTC (rev 185898)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer : Ray Rashif 
+# Maintainer : speps 
+# Contributor: Philipp Überbacher 
+
+pkgname=qtractor
+pkgver=0.7.8
+pkgrel=1
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('i686' 'x86_64')
+url="http://qtractor.sourceforge.net/";
+license=('GPL')
+depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
+ 'rubberband' 'hicolor-icon-theme')
+makedepends=('qt5-tools' 'ladspa' 'dssi')
+optdepends=('dssi-vst: win32 VST support')
+source=("https://sourceforge.net/projects/qtractor/files/qtractor/$pkgver/qtractor-$pkgver.tar.gz";)
+md5sums=('aed4a9e1f40f1298a31f183506066fac')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # do not look for /usr/lib64/lv2
+  # prevent to load lv2 plugins twice
+  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
+
+  # force qt4
+  #export ac_qmake=/usr/bin/qmake-qt4 \
+  #   ac_moc=/usr/bin/moc-qt4 \
+  #   ac_uic=/usr/bin/uic-qt4 \
+  #   ac_lupdate=/usr/bin/lupdate-qt4 \
+  #   ac_lrelease=/usr/bin/lrelease-qt4 \
+  #   QMAKE=qmake-qt4
+
+  export ac_qmake=/usr/bin/qmake-qt5 \
+ ac_moc=/usr/bin/moc-qt5 \
+ ac_uic=/usr/bin/uic-qt5 \
+ ac_lupdate=/usr/bin/lupdate-qt5 \
+ ac_lrelease=/usr/bin/lrelease-qt5 \
+ QMAKE=qmake-qt5
+ 
+ # Fix build with GCC 6 (Fedora)
+ sed -i.ac_with_paths -e "s|^ac_with_paths=.*|ac_with_paths=|g" configure 
configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-testing-x86_64/PKGBUILD (from rev 185897, 
qtractor/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-07 19:21:43 UTC (rev 185898)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer : Ray Rashif 
+# Maintainer : speps 
+# Contributor: Philipp Überbacher 
+
+pkgname=qtractor
+pkgver=0.7.8
+pkgrel=1
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('i686' 'x86_64')
+url="http://qtractor.sourceforge.net/";
+license=('GPL')
+depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
+ 'rubberband' 'hicolor-icon-theme')
+makedepends=('qt5-tools' 'ladspa' 'dssi')
+optdepends=('dssi-vst: win32 VST support')
+source=("https://sourceforge.net/projects/qtractor/files/qtractor/$pkgver/qtractor-$pkgver.tar.gz";)
+md5sums=('aed4a9e1f40f1298a31f183506066fac')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # do not look for /usr/lib64/lv2
+  # prevent to load lv2 plugins twice
+  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
+
+  # force qt4
+  #export ac_qmake=/usr/bin/qmake-qt4 \
+  #   ac_moc=/usr/bin/moc-qt4 \
+  #   ac_uic=/usr/bin/uic-qt4 \
+  #   ac_lupdate=/usr/bin/lupdate-qt4 \
+  #   ac_lrelease=/usr/bin/lrelease-qt4 \
+  #   QMAKE=qmake-qt4
+
+  export ac_qmake=/usr/bin/qmake-qt5 \
+ ac_moc=/usr/bin/moc-qt5 \
+ ac_uic=/usr/bin/uic-qt5 \
+ ac_lupdate=/usr/bin/lupdate-qt5 \
+ ac_lrelease=/usr/bin/lrelease-qt5 \
+ QMAKE=qmake-qt5
+ 
+ # Fix build with GCC 6 (Fedora)
+ sed -i.ac_with_paths -e "s|^ac_with_paths=.*|ac_with_paths=|g" configure 
configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 19:21:13
  Author: arojas
Revision: 185897

Hooks rebuild, update to latest release since 0.7.5 source is gone

Modified:
  qtractor/trunk/PKGBUILD
Deleted:
  qtractor/trunk/qtractor.install

--+
 PKGBUILD |   14 +++---
 qtractor.install |   13 -
 2 files changed, 7 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 16:25:47 UTC (rev 185896)
+++ PKGBUILD2016-08-07 19:21:13 UTC (rev 185897)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Überbacher 
 
 pkgname=qtractor
-pkgver=0.7.5
+pkgver=0.7.8
 pkgrel=1
 pkgdesc="Audio/MIDI multitrack sequencer"
 arch=('i686' 'x86_64')
@@ -11,13 +11,11 @@
 url="http://qtractor.sourceforge.net/";
 license=('GPL')
 depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
- 'rubberband' 'shared-mime-info' 'desktop-file-utils'
- 'hicolor-icon-theme')
+ 'rubberband' 'hicolor-icon-theme')
 makedepends=('qt5-tools' 'ladspa' 'dssi')
 optdepends=('dssi-vst: win32 VST support')
-install="$pkgname.install"
-source=("http://www.rncbc.org/archive/$pkgname-$pkgver.tar.gz";)
-md5sums=('6bcce2b3e1353f66d192a50751c2686b')
+source=("https://sourceforge.net/projects/qtractor/files/qtractor/$pkgver/qtractor-$pkgver.tar.gz";)
+md5sums=('aed4a9e1f40f1298a31f183506066fac')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -40,7 +38,9 @@
  ac_lupdate=/usr/bin/lupdate-qt5 \
  ac_lrelease=/usr/bin/lrelease-qt5 \
  QMAKE=qmake-qt5
-
+ 
+ # Fix build with GCC 6 (Fedora)
+ sed -i.ac_with_paths -e "s|^ac_with_paths=.*|ac_with_paths=|g" configure 
configure.ac
 }
 
 build() {

Deleted: qtractor.install
===
--- qtractor.install2016-08-07 16:25:47 UTC (rev 185896)
+++ qtractor.install2016-08-07 19:21:13 UTC (rev 185897)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-mime-database usr/share/mime &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in banshee/repos (34 files)

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 18:55:36
  Author: arojas
Revision: 273454

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

Added:
  
banshee/repos/extra-i686/Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch
(from rev 273453, 
banshee/trunk/Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch)
  banshee/repos/extra-i686/Initial-port-to-GStreamer-1.0.patch
(from rev 273453, banshee/trunk/Initial-port-to-GStreamer-1.0.patch)
  banshee/repos/extra-i686/PKGBUILD
(from rev 273453, banshee/trunk/PKGBUILD)
  
banshee/repos/extra-i686/Remove-IDBusExportable-inheritance-from-exported-int.patch
(from rev 273453, 
banshee/trunk/Remove-IDBusExportable-inheritance-from-exported-int.patch)
  
banshee/repos/extra-i686/Remove-build-time-enable-gapless-playback-option.patch
(from rev 273453, 
banshee/trunk/Remove-build-time-enable-gapless-playback-option.patch)
  banshee/repos/extra-i686/Use-dbus-2.patch
(from rev 273453, banshee/trunk/Use-dbus-2.patch)
  
banshee/repos/extra-i686/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
(from rev 273453, 
banshee/trunk/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch)
  banshee/repos/extra-i686/sqlite_fix.patch
(from rev 273453, banshee/trunk/sqlite_fix.patch)
  
banshee/repos/extra-x86_64/Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch
(from rev 273453, 
banshee/trunk/Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch)
  banshee/repos/extra-x86_64/Initial-port-to-GStreamer-1.0.patch
(from rev 273453, banshee/trunk/Initial-port-to-GStreamer-1.0.patch)
  banshee/repos/extra-x86_64/PKGBUILD
(from rev 273453, banshee/trunk/PKGBUILD)
  
banshee/repos/extra-x86_64/Remove-IDBusExportable-inheritance-from-exported-int.patch
(from rev 273453, 
banshee/trunk/Remove-IDBusExportable-inheritance-from-exported-int.patch)
  
banshee/repos/extra-x86_64/Remove-build-time-enable-gapless-playback-option.patch
(from rev 273453, 
banshee/trunk/Remove-build-time-enable-gapless-playback-option.patch)
  banshee/repos/extra-x86_64/Use-dbus-2.patch
(from rev 273453, banshee/trunk/Use-dbus-2.patch)
  
banshee/repos/extra-x86_64/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
(from rev 273453, 
banshee/trunk/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch)
  banshee/repos/extra-x86_64/sqlite_fix.patch
(from rev 273453, banshee/trunk/sqlite_fix.patch)
Deleted:
  
banshee/repos/extra-i686/Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch
  banshee/repos/extra-i686/Initial-port-to-GStreamer-1.0.patch
  banshee/repos/extra-i686/PKGBUILD
  
banshee/repos/extra-i686/Remove-IDBusExportable-inheritance-from-exported-int.patch
  
banshee/repos/extra-i686/Remove-build-time-enable-gapless-playback-option.patch
  banshee/repos/extra-i686/Use-dbus-2.patch
  
banshee/repos/extra-i686/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
  banshee/repos/extra-i686/banshee.install
  banshee/repos/extra-i686/sqlite_fix.patch
  
banshee/repos/extra-x86_64/Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch
  banshee/repos/extra-x86_64/Initial-port-to-GStreamer-1.0.patch
  banshee/repos/extra-x86_64/PKGBUILD
  
banshee/repos/extra-x86_64/Remove-IDBusExportable-inheritance-from-exported-int.patch
  
banshee/repos/extra-x86_64/Remove-build-time-enable-gapless-playback-option.patch
  banshee/repos/extra-x86_64/Use-dbus-2.patch
  
banshee/repos/extra-x86_64/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
  banshee/repos/extra-x86_64/banshee.install
  banshee/repos/extra-x86_64/sqlite_fix.patch

-+
 /Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch|  124 
 /Initial-port-to-GStreamer-1.0.patch| 2044 
++
 /PKGBUILD   |  148 
 /Remove-IDBusExportable-inheritance-from-exported-int.patch |  264 
+
 /Remove-build-time-enable-gapless-playback-option.patch |  404 
+
 /Use-dbus-2.patch   |  132 
 /Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch |   42 
 /sqlite_fix.patch   |  294 
+
 extra-i686/Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch  |   62 
 extra-i686/Initial-port-to-GStreamer-1.0.patch  | 1022 
-
 extra-i686/PKGBUILD |   69 
 extra-i686/Remove-IDBusExportable-inheritance-from-exported-int.patch   |  132 
 extra-i686/Remove-build-time-enable-gapless-playback-option.patch   |  202 
 extra-i686/Use-dbus-2.patch |   66 
 extra-i686/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch   |   21 
 extra-i686/banshee.install  |   15 
 extra-i

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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 18:54:44
  Author: arojas
Revision: 273453

Hooks

Modified:
  banshee/trunk/PKGBUILD
Deleted:
  banshee/trunk/banshee.install

-+
 PKGBUILD|   13 +
 banshee.install |   15 ---
 2 files changed, 9 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 18:26:44 UTC (rev 273452)
+++ PKGBUILD2016-08-07 18:54:44 UTC (rev 273453)
@@ -1,3 +1,4 @@
+
 # $Id: PKGBUILD 141668 2011-11-02 03:17:12Z eric $
 # Maintainer: Daniel Isenmann 
 # Contributor: György Balló 
@@ -4,17 +5,16 @@
 
 pkgname=banshee
 pkgver=2.6.2
-pkgrel=8
+pkgrel=9
 pkgdesc="Music management and playback for GNOME"
 arch=('i686' 'x86_64')
 url="http://banshee.fm/";
 license=('MIT')
-depends=(libxxf86vm gst-plugins-base-libs mono-addins dbus-sharp-glib 
webkitgtk2 libsoup-gnome gdata-sharp taglib-sharp gudev-sharp gkeyfile-sharp 
gconf-sharp libmtp libgpod mono-zeroconf desktop-file-utils hicolor-icon-theme 
media-player-info gst-plugins-bad mono-upnp gst-plugins-good gvfs)
+depends=(libxxf86vm gst-plugins-base-libs mono-addins dbus-sharp-glib 
webkitgtk2 libsoup-gnome gdata-sharp taglib-sharp gudev-sharp gkeyfile-sharp 
gconf-sharp libmtp libgpod mono-zeroconf hicolor-icon-theme media-player-info 
gst-plugins-bad mono-upnp gst-plugins-good gvfs)
 makedepends=('intltool' 'gnome-doc-utils' 'gtk-sharp-beans' 'gnome-common')
 optdepends=('gst-plugins-ugly: Extra media codecs'
 'gst-libav: Extra media codecs'
 'brasero: CD burning')
-install=$pkgname.install
 source=(http://download.gnome.org/sources/$pkgname/2.6/$pkgname-$pkgver.tar.xz
 Initial-port-to-GStreamer-1.0.patch
 Remove-build-time-enable-gapless-playback-option.patch
@@ -41,6 +41,11 @@
   patch -p1 -i ../sqlite_fix.patch
   patch -p1 -i ../Remove-IDBusExportable-inheritance-from-exported-int.patch
   patch -p1 -i ../Use-dbus-2.patch
+
+  NOCONFIGURE=1 ./autogen.sh
+# Fix build with mono 4.0 (Fedora)
+  sed -i "s#mono/2.0#mono/4.5#g" configure
+  sed -i "s#Mono 2.0#Mono 4.5#g" configure
 }
 
 build() {
@@ -48,7 +53,7 @@
   mkdir -p "$MONO_SHARED_DIR"
 
   cd $pkgname-$pkgver
-  MCS=/usr/bin/dmcs ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+  MCS=/usr/bin/dmcs ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
   --disable-docs \
   --disable-static \
   --disable-scrollkeeper \

Deleted: banshee.install
===
--- banshee.install 2016-08-07 18:26:44 UTC (rev 273452)
+++ banshee.install 2016-08-07 18:54:44 UTC (rev 273453)
@@ -1,15 +0,0 @@
-pkgname=banshee
-
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 18:26:44
  Author: arojas
Revision: 273452

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

Added:
  mono-tools/repos/extra-i686/PKGBUILD
(from rev 273451, mono-tools/trunk/PKGBUILD)
  mono-tools/repos/extra-i686/fix-build.patch
(from rev 273451, mono-tools/trunk/fix-build.patch)
  mono-tools/repos/extra-i686/mono-tools.install
(from rev 273451, mono-tools/trunk/mono-tools.install)
  mono-tools/repos/extra-i686/monodoc.xml
(from rev 273451, mono-tools/trunk/monodoc.xml)
  mono-tools/repos/extra-x86_64/PKGBUILD
(from rev 273451, mono-tools/trunk/PKGBUILD)
  mono-tools/repos/extra-x86_64/fix-build.patch
(from rev 273451, mono-tools/trunk/fix-build.patch)
  mono-tools/repos/extra-x86_64/mono-tools.install
(from rev 273451, mono-tools/trunk/mono-tools.install)
  mono-tools/repos/extra-x86_64/monodoc.xml
(from rev 273451, mono-tools/trunk/monodoc.xml)
Deleted:
  mono-tools/repos/extra-i686/PKGBUILD
  mono-tools/repos/extra-i686/fix-build.patch
  mono-tools/repos/extra-i686/mono-tools.install
  mono-tools/repos/extra-i686/monodoc.xml
  mono-tools/repos/extra-x86_64/PKGBUILD
  mono-tools/repos/extra-x86_64/fix-build.patch
  mono-tools/repos/extra-x86_64/mono-tools.install
  mono-tools/repos/extra-x86_64/monodoc.xml

-+
 /PKGBUILD   |   98 ++
 /fix-build.patch|   48 ++
 /mono-tools.install |   12 
 extra-i686/PKGBUILD |   49 ---
 extra-i686/fix-build.patch  |   24 -
 extra-i686/mono-tools.install   |   15 -
 extra-x86_64/PKGBUILD   |   49 ---
 extra-x86_64/fix-build.patch|   24 -
 extra-x86_64/mono-tools.install |   15 -
 9 files changed, 158 insertions(+), 176 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-07 18:26:08 UTC (rev 273451)
+++ extra-i686/PKGBUILD 2016-08-07 18:26:44 UTC (rev 273452)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-# Contributor: Brice Carpentier 
-
-# The mono-tool package now calls make-search-index by post_install().
-# Whenever a package is installed which places doc-sources into:
-# /usr/lib/monodoc/sources it should call --make-search-index with
-# post_install() and with post remove. mond-tools itself deletes the index
-# file pre_remove(), so pacman finds the directory empty an removes it
-# properly.
-
-pkgname=mono-tools
-pkgver=3.10
-pkgrel=2
-pkgdesc="collection of testing and development tools for use with mono 
(including monodoc browser)"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.mono-project.com/";
-depends=('libgnome-sharp' 'webkit-sharp')
-makedepends=('gconf-sharp' 'git' 'zip')
-install=$pkgname.install
-options=('!makeflags')
-source=(https://github.com/mono/mono-tools/archive/3.10.tar.gz
-   fix-build.patch
-   monodoc.xml)
-#source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('8df1eed41d5ff6dc6d48541f1c593319'
- '9b4671fbfce76d883abbf779cbc504f3'
- '641a50e8414132c425df2d87edfdaa95')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../fix-build.patch
-  mv configure.in configure.ac
-}
-
-build() {
-  cd $pkgname-$pkgver
-  glib-gettextize --force
-  autoreconf -fi
-  GMCS=/usr/bin/dmcs ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 "${srcdir}"/monodoc.xml 
"${pkgdir}"/usr/lib/monodoc/monodoc.xml
- }

Copied: mono-tools/repos/extra-i686/PKGBUILD (from rev 273451, 
mono-tools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-07 18:26:44 UTC (rev 273452)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: Brice Carpentier 
+
+# The mono-tool package now calls make-search-index by post_install().
+# Whenever a package is installed which places doc-sources into:
+# /usr/lib/monodoc/sources it should call --make-search-index with
+# post_install() and with post remove. mond-tools itself deletes the index
+# file pre_remove(), so pacman finds the directory empty an removes it
+# properly.
+
+pkgname=mono-tools
+pkgver=3.10
+pkgrel=3
+pkgdesc="collection of testing and development tools for use with mono 
(including monodoc browser)"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://www.mono-project.com/";
+depends=('libgnome-sharp' 'webkit-sharp')
+makedepends=('gconf-sharp' 'git' 'zip')
+install=$pkgname.install
+options=('!makeflags')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mono/mono-tools/archive/$pkgver.tar.gz
+   fix-build.patch
+   monodoc.xml)
+#source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('8d

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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 18:26:08
  Author: arojas
Revision: 273451

Hooks

Modified:
  mono-tools/trunk/PKGBUILD
  mono-tools/trunk/mono-tools.install

+
 PKGBUILD   |2 +-
 mono-tools.install |9 -
 2 files changed, 1 insertion(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 18:22:56 UTC (rev 273450)
+++ PKGBUILD2016-08-07 18:26:08 UTC (rev 273451)
@@ -11,7 +11,7 @@
 
 pkgname=mono-tools
 pkgver=3.10
-pkgrel=2
+pkgrel=3
 pkgdesc="collection of testing and development tools for use with mono 
(including monodoc browser)"
 arch=(i686 x86_64)
 license=('GPL')

Modified: mono-tools.install
===
--- mono-tools.install  2016-08-07 18:22:56 UTC (rev 273450)
+++ mono-tools.install  2016-08-07 18:26:08 UTC (rev 273451)
@@ -1,15 +1,6 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
 post_remove() {
   rm -f  /usr/lib/monodoc/monodoc.index
   rm -rf /usr/lib/monodoc/search_index
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 # vim: ft=sh


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

2016-08-07 Thread Rémy Oudompheng
Date: Sunday, August 7, 2016 @ 16:42:05
  Author: remy
Revision: 273448

archrelease: copy trunk to extra-any

Added:
  texlive-bibtexextra/repos/extra-any/PKGBUILD
(from rev 273447, texlive-bibtexextra/trunk/PKGBUILD)
Deleted:
  texlive-bibtexextra/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-07 16:41:52 UTC (rev 273447)
+++ PKGBUILD2016-08-07 16:42:05 UTC (rev 273448)
@@ -1,60 +0,0 @@
-# $Id$
-# Contributor: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-bibtexextra
-pkgver=2016.41470
-_revnr=${pkgver#2016.}
-pkgrel=2
-pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
-md5sums=('8e0d15c9025c7ae76190d6dc12757f03')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-
-   # link programs from /usr/share/texmf-dist/scripts
-   _linked_scripts="
-bibexport/bibexport.sh
-crossrefware/bibdoiadd.pl
-crossrefware/bibzbladd.pl
-crossrefware/ltx2crossrefxml.pl
-listbib/listbib
-multibibliography/multibibliography.pl
-urlbst/urlbst
-"
-install -m755 -d $pkgdir/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-}

Copied: texlive-bibtexextra/repos/extra-any/PKGBUILD (from rev 273447, 
texlive-bibtexextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-07 16:42:05 UTC (rev 273448)
@@ -0,0 +1,60 @@
+# $Id$
+# Contributor: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-bibtexextra
+pkgver=2016.41800
+_revnr=${pkgver#2016.}
+pkgrel=1
+pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
+md5sums=('299908c0e2d2540e696d6a8b326e4644')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+
+   # link programs from /usr/share/texmf-dist/scripts
+   _linked_scripts="
+bibexport/bibexport.sh
+crossrefware/bibdoiadd.pl
+crossrefware/bibzbladd.pl
+crossrefware/ltx2crossrefxml.pl
+listbib/listbib
+multibibliography/multibibliography.pl
+urlbst/urlbst
+"
+install -m755 -d $pkgdir/usr/bin
+for _script in ${_linked_scripts}; do
+_scriptbase=$(basename $_script)
+_scriptbase=${_scriptbase%.*}
+ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
+done
+}


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

2016-08-07 Thread Rémy Oudompheng
Date: Sunday, August 7, 2016 @ 16:41:52
  Author: remy
Revision: 273447

upgpkg: texlive-bibtexextra 2016.41800-1

- upgrade package archaeologie 41325 -> 41771
- upgrade package beebe 41424 -> 41545
- upgrade package biblatex-abnt 41353 -> 41800
- upgrade package biblatex-anonymous 41297 -> 41514
- upgrade package biblatex-gost 40390 -> 41730
- upgrade package biblatex-ieee 40983 -> 41741
- new package biblatex-ijsra
- upgrade package biblatex-mla 30249 -> 41669
- new package biblatex-nottsclassic
- upgrade package biblatex-philosophy 41339 -> 41482
- upgrade package biblatex-source-division 41357 -> 41675
- upgrade package biblatex-trad 27852 -> 41656
- upgrade package turabian-formatting 40065 -> 41734

Modified:
  texlive-bibtexextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 15:38:56 UTC (rev 273446)
+++ PKGBUILD2016-08-07 16:41:52 UTC (rev 273447)
@@ -3,9 +3,9 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-bibtexextra
-pkgver=2016.41470
+pkgver=2016.41800
 _revnr=${pkgver#2016.}
-pkgrel=2
+pkgrel=1
 pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
 license=('GPL')
 arch=(any)
@@ -13,7 +13,7 @@
 groups=('texlive-most')
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
-md5sums=('8e0d15c9025c7ae76190d6dc12757f03')
+md5sums=('299908c0e2d2540e696d6a8b326e4644')
 
 build() {
cd "$srcdir"


[arch-commits] Commit in mate-applet-dock (3 files)

2016-08-07 Thread Balló György
Date: Sunday, August 7, 2016 @ 16:25:47
  Author: bgyorgy
Revision: 185896

archrelease: copy trunk to community-testing-any

Added:
  mate-applet-dock/repos/
  mate-applet-dock/repos/community-testing-any/
  mate-applet-dock/repos/community-testing-any/PKGBUILD
(from rev 185895, mate-applet-dock/trunk/PKGBUILD)

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

Copied: mate-applet-dock/repos/community-testing-any/PKGBUILD (from rev 185895, 
mate-applet-dock/trunk/PKGBUILD)
===
--- repos/community-testing-any/PKGBUILD(rev 0)
+++ repos/community-testing-any/PKGBUILD2016-08-07 16:25:47 UTC (rev 
185896)
@@ -0,0 +1,30 @@
+# $Id$
+# Contriburor: Balló György 
+
+pkgname=mate-applet-dock
+_pkgname=mate-dock-applet
+pkgver=0.73
+pkgrel=1
+pkgdesc="Application dock for the MATE panel"
+arch=('any')
+url="https://github.com/robint99/dock-applet";
+license=('GPL3')
+depends=('mate-panel-gtk3' 'python-cairo' 'python-gobject' 'python-pillow' 
'python-xdg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/robint99/$_pkgname/archive/V$pkgver.tar.gz";)
+sha256sums=('fd6151ffea0dc8d688dc736cd84d6cc27f8cf6e1669bb6afb7e9f0461f867a4b')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  ./configure --prefix=/usr --with-gtk3
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (3 files)

2016-08-07 Thread Balló György
Date: Sunday, August 7, 2016 @ 16:25:29
  Author: bgyorgy
Revision: 185895

Move mate-applet-dock from AUR

Added:
  mate-applet-dock/
  mate-applet-dock/trunk/
  mate-applet-dock/trunk/PKGBUILD

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

Added: mate-applet-dock/trunk/PKGBUILD
===
--- mate-applet-dock/trunk/PKGBUILD (rev 0)
+++ mate-applet-dock/trunk/PKGBUILD 2016-08-07 16:25:29 UTC (rev 185895)
@@ -0,0 +1,30 @@
+# $Id$
+# Contriburor: Balló György 
+
+pkgname=mate-applet-dock
+_pkgname=mate-dock-applet
+pkgver=0.73
+pkgrel=1
+pkgdesc="Application dock for the MATE panel"
+arch=('any')
+url="https://github.com/robint99/dock-applet";
+license=('GPL3')
+depends=('mate-panel-gtk3' 'python-cairo' 'python-gobject' 'python-pillow' 
'python-xdg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/robint99/$_pkgname/archive/V$pkgver.tar.gz";)
+sha256sums=('fd6151ffea0dc8d688dc736cd84d6cc27f8cf6e1669bb6afb7e9f0461f867a4b')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  ./configure --prefix=/usr --with-gtk3
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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


[arch-commits] Commit in embree/repos/community-x86_64 (3 files)

2016-08-07 Thread Lukas Jirkovsky
Date: Sunday, August 7, 2016 @ 16:08:15
  Author: stativ
Revision: 185894

archrelease: copy trunk to community-x86_64

Added:
  embree/repos/community-x86_64/PKGBUILD
(from rev 185893, embree/trunk/PKGBUILD)
  embree/repos/community-x86_64/rtcore_ray_forceinline.diff
(from rev 185893, embree/trunk/rtcore_ray_forceinline.diff)
Deleted:
  embree/repos/community-x86_64/PKGBUILD

-+
 PKGBUILD|   70 +---
 rtcore_ray_forceinline.diff |  119 ++
 2 files changed, 158 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-07 16:07:55 UTC (rev 185893)
+++ PKGBUILD2016-08-07 16:08:15 UTC (rev 185894)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=embree
-pkgver=2.9.0
-pkgrel=1
-pkgdesc="A collection of high-performance ray tracing kernels"
-arch=('x86_64')
-url="https://embree.github.io/";
-license=('Apache')
-depends=('intel-tbb')
-makedepends=('cmake' 'ispc' 'openexr')
-source=("$pkgname-${pkgver}.tar.gz::http://github.com/embree/embree/archive/v${pkgver}.tar.gz";)
-md5sums=('1c6128b2d96b263721e514eb8f5ca0fc')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_TUTORIALS=OFF \
--DTBB_ROOT=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-

Copied: embree/repos/community-x86_64/PKGBUILD (from rev 185893, 
embree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-07 16:08:15 UTC (rev 185894)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=embree
+pkgver=2.10.0
+pkgrel=1
+pkgdesc="A collection of high-performance ray tracing kernels"
+arch=('x86_64')
+url="https://embree.github.io/";
+license=('Apache')
+depends=('intel-tbb')
+makedepends=('cmake' 'ispc' 'openexr')
+source=("$pkgname-${pkgver}.tar.gz::http://github.com/embree/embree/archive/v${pkgver}.tar.gz";
+"rtcore_ray_forceinline.diff")
+md5sums=('a130a5a36d0ad2c93f1ecfef7dea208f'
+ '2ad75c38bdf4b035d01ba4c6cec53ec2')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # see https://github.com/embree/embree/issues/88
+  patch -Np1 < "$srcdir/rtcore_ray_forceinline.diff"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_TUTORIALS=OFF \
+-DTBB_ROOT=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+

Copied: embree/repos/community-x86_64/rtcore_ray_forceinline.diff (from rev 
185893, embree/trunk/rtcore_ray_forceinline.diff)
===
--- rtcore_ray_forceinline.diff (rev 0)
+++ rtcore_ray_forceinline.diff 2016-08-07 16:08:15 UTC (rev 185894)
@@ -0,0 +1,119 @@
+diff --git a/include/embree2/rtcore.h b/include/embree2/rtcore.h
+index 77622ec..f8e2088 100644
+--- a/include/embree2/rtcore.h
 b/include/embree2/rtcore.h
+@@ -50,6 +50,12 @@ typedef int ssize_t;
+   #define RTCORE_DEPRECATED
+ #endif
+ 
++#if defined(_WIN32) 
++#  define RTCORE_FORCEINLINE __forceinline
++#else
++#  define RTCORE_FORCEINLINE inline __attribute__((always_inline))
++#endif
++
+ /*! Embree API version */
+ #define RTCORE_VERSION_MAJOR @EMBREE_VERSION_MAJOR@
+ #define RTCORE_VERSION_MINOR @EMBREE_VERSION_MINOR@
+diff --git a/include/embree2/rtcore_ray.h b/include/embree2/rtcore_ray.h
+index e55afdc..6fb60a5 100644
+--- a/include/embree2/rtcore_ray.h
 b/include/embree2/rtcore_ray.h
+@@ -17,6 +17,8 @@
+ #ifndef __RTCORE_RAY_H__
+ #define __RTCORE_RAY_H__
+ 
++#include "rtcore.h"
++
+ /*! \ingroup embree_kernel_api */
+ /*! \{ */
+ 
+@@ -165,30 +167,30 @@ struct RTCORE_ALIGN(64) RTCRay16
+ #ifndef __RTCRayN__
+ #define __RTCRayN__
+ struct RTCRayN {};
+-__forceinline float& RTCRayN_org_x(RTCRayN* ptr, size_t N, size_t i) { const 
size_t N1 = (size_t)(N == 1); return ((float*)ptr)[0*N+0*N1+i]; }  //!< x 
coordinate of ray origin
+-__forceinline float& RTCRayN_org_y(RTCRayN* ptr, size_t N, size_t i) { const 
size_t N1 = (size_t)(N == 1); return ((float*)ptr)[1*N+0*N1+i]; }  //!< y 
coordinate of ray origin
+-__forceinline float& RTCRayN_org_z(RTCRayN* ptr, size_t N, size_t i) { const 
size_t N1 = (size_t)(N == 1); return ((float*)ptr)[2*N+0*N1+i]; }; //!< z 
coordinate of ray origin
++RTCORE_FORCEINLINE float& RTCRayN_org_x(RTCRayN* ptr, size_t N, size_t i) { 
const size_t N1 = (size_t)(N == 1); return ((float*)ptr)[0*N+0*N1+i]; }  //!< x 
coordinate of ray origin
++RTCORE_FORCEINLINE float& RTCRayN_org_y(RTCRayN* ptr, size_t N, size_t i) { 
const size_t N1 = (size_t)(N == 1); return ((fl

[arch-commits] Commit in ispc/trunk (ispc-1.8.2-llvm-3.7.patch.gz)

2016-08-07 Thread Lukas Jirkovsky
Date: Sunday, August 7, 2016 @ 16:07:21
  Author: stativ
Revision: 185891

upgpkg: ispc 1.9.1-1

update to 1.9.1

Deleted:
  ispc/trunk/ispc-1.8.2-llvm-3.7.patch.gz

+
 0 files changed

Deleted: ispc-1.8.2-llvm-3.7.patch.gz
===
(Binary files differ)


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

2016-08-07 Thread Lukas Jirkovsky
Date: Sunday, August 7, 2016 @ 16:07:26
  Author: stativ
Revision: 185892

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

Added:
  ispc/repos/community-i686/PKGBUILD
(from rev 185891, ispc/trunk/PKGBUILD)
  ispc/repos/community-x86_64/PKGBUILD
(from rev 185891, ispc/trunk/PKGBUILD)
Deleted:
  ispc/repos/community-i686/PKGBUILD
  ispc/repos/community-i686/ispc-1.8.2-llvm-3.7.patch.gz
  ispc/repos/community-x86_64/PKGBUILD
  ispc/repos/community-x86_64/ispc-1.8.2-llvm-3.7.patch.gz

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-07 16:07:21 UTC (rev 185891)
+++ community-i686/PKGBUILD 2016-08-07 16:07:26 UTC (rev 185892)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=ispc
-pkgver=1.8.2
-pkgrel=3
-pkgdesc="A compiler for high-performance SIMD programming on the CPU"
-arch=('i686' 'x86_64')
-url="https://ispc.github.io/";
-license=('BSD')
-depends=('zlib')
-makedepends=('llvm' 'clang' 'python2')
-source=("$pkgname-${pkgver}.tar.gz::https://github.com/ispc/ispc/archive/v${pkgver}.tar.gz";
-"ispc-1.8.2-llvm-3.7.patch.gz")
-md5sums=('ef99fb9e5fe5ca59d429ea8d0e6affd0'
- '44fc2588209fafe8efee71c482a282cc')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  # fix python version
-  find . -name "*.py" -exec sed -i 's|python$|python2|' '{}' ';'
-  sed -i 's|python |python2 |' Makefile
-  # fix build with llvm 3.7
-  # https://github.com/ispc/ispc/issues/1106#issuecomment-149623230
-  patch -Np1 -i ../ispc-1.8.2-llvm-3.7.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -D -m755 ispc "$pkgdir/usr/bin/ispc"
-  install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-

Copied: ispc/repos/community-i686/PKGBUILD (from rev 185891, 
ispc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-07 16:07:26 UTC (rev 185892)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=ispc
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="A compiler for high-performance SIMD programming on the CPU"
+arch=('i686' 'x86_64')
+url="https://ispc.github.io/";
+license=('BSD')
+depends=('ncurses' 'zlib')
+makedepends=('llvm' 'clang' 'python2')
+makedepends_x86_64=('lib32-glibc')
+source=("$pkgname-${pkgver}.tar.gz::https://github.com/ispc/ispc/archive/v${pkgver}.tar.gz";)
+md5sums=('b9a4e7c21c50900e836ef1626191e03b')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # fix python version
+  find . -name "*.py" -exec sed -i 's|python$|python2|' '{}' ';'
+  sed -i 's|python |python2 |' Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -D -m755 ispc "$pkgdir/usr/bin/ispc"
+  install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+

Deleted: community-i686/ispc-1.8.2-llvm-3.7.patch.gz
===
(Binary files differ)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-07 16:07:21 UTC (rev 185891)
+++ community-x86_64/PKGBUILD   2016-08-07 16:07:26 UTC (rev 185892)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=ispc
-pkgver=1.8.2
-pkgrel=3
-pkgdesc="A compiler for high-performance SIMD programming on the CPU"
-arch=('i686' 'x86_64')
-url="https://ispc.github.io/";
-license=('BSD')
-depends=('zlib')
-makedepends=('llvm' 'clang' 'python2')
-source=("$pkgname-${pkgver}.tar.gz::https://github.com/ispc/ispc/archive/v${pkgver}.tar.gz";
-"ispc-1.8.2-llvm-3.7.patch.gz")
-md5sums=('ef99fb9e5fe5ca59d429ea8d0e6affd0'
- '44fc2588209fafe8efee71c482a282cc')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  # fix python version
-  find . -name "*.py" -exec sed -i 's|python$|python2|' '{}' ';'
-  sed -i 's|python |python2 |' Makefile
-  # fix build with llvm 3.7
-  # https://github.com/ispc/ispc/issues/1106#issuecomment-149623230
-  patch -Np1 -i ../ispc-1.8.2-llvm-3.7.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -D -m755 ispc "$pkgdir/usr/bin/ispc"
-  install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-

Copied: ispc/repos/community-x86_64/PKGBUILD (from rev 185891, 
ispc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD 

[arch-commits] Commit in embree/trunk (PKGBUILD rtcore_ray_forceinline.diff)

2016-08-07 Thread Lukas Jirkovsky
Date: Sunday, August 7, 2016 @ 16:07:55
  Author: stativ
Revision: 185893

upgpkg: embree 2.10.0-1

update to 2.10.0

Added:
  embree/trunk/rtcore_ray_forceinline.diff
Modified:
  embree/trunk/PKGBUILD

-+
 PKGBUILD|   14 +++-
 rtcore_ray_forceinline.diff |  119 ++
 2 files changed, 130 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 16:07:26 UTC (rev 185892)
+++ PKGBUILD2016-08-07 16:07:55 UTC (rev 185893)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=embree
-pkgver=2.9.0
+pkgver=2.10.0
 pkgrel=1
 pkgdesc="A collection of high-performance ray tracing kernels"
 arch=('x86_64')
@@ -9,9 +9,17 @@
 license=('Apache')
 depends=('intel-tbb')
 makedepends=('cmake' 'ispc' 'openexr')
-source=("$pkgname-${pkgver}.tar.gz::http://github.com/embree/embree/archive/v${pkgver}.tar.gz";)
-md5sums=('1c6128b2d96b263721e514eb8f5ca0fc')
+source=("$pkgname-${pkgver}.tar.gz::http://github.com/embree/embree/archive/v${pkgver}.tar.gz";
+"rtcore_ray_forceinline.diff")
+md5sums=('a130a5a36d0ad2c93f1ecfef7dea208f'
+ '2ad75c38bdf4b035d01ba4c6cec53ec2')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # see https://github.com/embree/embree/issues/88
+  patch -Np1 < "$srcdir/rtcore_ray_forceinline.diff"
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 

Added: rtcore_ray_forceinline.diff
===
--- rtcore_ray_forceinline.diff (rev 0)
+++ rtcore_ray_forceinline.diff 2016-08-07 16:07:55 UTC (rev 185893)
@@ -0,0 +1,119 @@
+diff --git a/include/embree2/rtcore.h b/include/embree2/rtcore.h
+index 77622ec..f8e2088 100644
+--- a/include/embree2/rtcore.h
 b/include/embree2/rtcore.h
+@@ -50,6 +50,12 @@ typedef int ssize_t;
+   #define RTCORE_DEPRECATED
+ #endif
+ 
++#if defined(_WIN32) 
++#  define RTCORE_FORCEINLINE __forceinline
++#else
++#  define RTCORE_FORCEINLINE inline __attribute__((always_inline))
++#endif
++
+ /*! Embree API version */
+ #define RTCORE_VERSION_MAJOR @EMBREE_VERSION_MAJOR@
+ #define RTCORE_VERSION_MINOR @EMBREE_VERSION_MINOR@
+diff --git a/include/embree2/rtcore_ray.h b/include/embree2/rtcore_ray.h
+index e55afdc..6fb60a5 100644
+--- a/include/embree2/rtcore_ray.h
 b/include/embree2/rtcore_ray.h
+@@ -17,6 +17,8 @@
+ #ifndef __RTCORE_RAY_H__
+ #define __RTCORE_RAY_H__
+ 
++#include "rtcore.h"
++
+ /*! \ingroup embree_kernel_api */
+ /*! \{ */
+ 
+@@ -165,30 +167,30 @@ struct RTCORE_ALIGN(64) RTCRay16
+ #ifndef __RTCRayN__
+ #define __RTCRayN__
+ struct RTCRayN {};
+-__forceinline float& RTCRayN_org_x(RTCRayN* ptr, size_t N, size_t i) { const 
size_t N1 = (size_t)(N == 1); return ((float*)ptr)[0*N+0*N1+i]; }  //!< x 
coordinate of ray origin
+-__forceinline float& RTCRayN_org_y(RTCRayN* ptr, size_t N, size_t i) { const 
size_t N1 = (size_t)(N == 1); return ((float*)ptr)[1*N+0*N1+i]; }  //!< y 
coordinate of ray origin
+-__forceinline float& RTCRayN_org_z(RTCRayN* ptr, size_t N, size_t i) { const 
size_t N1 = (size_t)(N == 1); return ((float*)ptr)[2*N+0*N1+i]; }; //!< z 
coordinate of ray origin
++RTCORE_FORCEINLINE float& RTCRayN_org_x(RTCRayN* ptr, size_t N, size_t i) { 
const size_t N1 = (size_t)(N == 1); return ((float*)ptr)[0*N+0*N1+i]; }  //!< x 
coordinate of ray origin
++RTCORE_FORCEINLINE float& RTCRayN_org_y(RTCRayN* ptr, size_t N, size_t i) { 
const size_t N1 = (size_t)(N == 1); return ((float*)ptr)[1*N+0*N1+i]; }  //!< y 
coordinate of ray origin
++RTCORE_FORCEINLINE float& RTCRayN_org_z(RTCRayN* ptr, size_t N, size_t i) { 
const size_t N1 = (size_t)(N == 1); return ((float*)ptr)[2*N+0*N1+i]; }; //!< z 
coordinate of ray origin
+ 
+-__forceinline float& RTCRayN_dir_x(RTCRayN* ptr, size_t N, size_t i) { const 
size_t N1 = (size_t)(N == 1); return ((float*)ptr)[3*N+1*N1+i]; }; //!< x 
coordinate of ray direction
+-__forceinline float& RTCRayN_dir_y(RTCRayN* ptr, size_t N, size_t i) { const 
size_t N1 = (size_t)(N == 1); return ((float*)ptr)[4*N+1*N1+i]; }; //!< y 
coordinate of ray direction
+-__forceinline float& RTCRayN_dir_z(RTCRayN* ptr, size_t N, size_t i) { const 
size_t N1 = (size_t)(N == 1); return ((float*)ptr)[5*N+1*N1+i]; }; //!< z 
coordinate of ray direction
++RTCORE_FORCEINLINE float& RTCRayN_dir_x(RTCRayN* ptr, size_t N, size_t i) { 
const size_t N1 = (size_t)(N == 1); return ((float*)ptr)[3*N+1*N1+i]; }; //!< x 
coordinate of ray direction
++RTCORE_FORCEINLINE float& RTCRayN_dir_y(RTCRayN* ptr, size_t N, size_t i) { 
const size_t N1 = (size_t)(N == 1); return ((float*)ptr)[4*N+1*N1+i]; }; //!< y 
coordinate of ray direction
++RTCORE_FORCEINLINE float& RTCRayN_dir_z(RTCRayN* ptr, size_t N, size_t i) { 
const size_t N1 = (size_t)(N == 1); return ((float*)ptr)[5*N+1*N1+i]; }; //!< z 
coordinate of ray direction
+ 
+-__forceinline float& RTCRayN_tnear(RTCRayN* ptr, size_t N, size_t i)

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

2016-08-07 Thread Balló György
Date: Sunday, August 7, 2016 @ 15:57:29
  Author: bgyorgy
Revision: 185889

Move mate-menu from AUR with 13 votes

Added:
  mate-menu/
  mate-menu/trunk/
  mate-menu/trunk/PKGBUILD

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

Added: mate-menu/trunk/PKGBUILD
===
--- mate-menu/trunk/PKGBUILD(rev 0)
+++ mate-menu/trunk/PKGBUILD2016-08-07 15:57:29 UTC (rev 185889)
@@ -0,0 +1,24 @@
+# $Id$
+# Contriburor: Balló György 
+
+pkgname=mate-menu
+pkgver=16.10.1
+pkgrel=1
+pkgdesc="Advanced menu for MATE Panel, a fork of MintMenu"
+arch=('any')
+url="https://bitbucket.org/ubuntu-mate/mate-menu";
+license=('GPL')
+depends=('mate-panel-gtk3' 'python2-configobj' 'python2-gobject' 
'python2-pyinotify' 'python2-xdg' 'python2-xlib' 'xdg-utils')
+makedepends=('python2-distutils-extra' 'python2-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://bitbucket.org/ubuntu-mate/$pkgname/get/$pkgver.tar.gz";)
+sha256sums=('ed414ecb9bdf3fa4fea7b4e08c3881f7cde046571878637c6ec169f1083aabc8')
+
+prepare() {
+  cd ubuntu-mate-$pkgname-*
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' lib/*.py
+}
+
+package() {
+  cd ubuntu-mate-$pkgname-*
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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


[arch-commits] Commit in mate-menu (3 files)

2016-08-07 Thread Balló György
Date: Sunday, August 7, 2016 @ 15:57:48
  Author: bgyorgy
Revision: 185890

archrelease: copy trunk to community-testing-any

Added:
  mate-menu/repos/
  mate-menu/repos/community-testing-any/
  mate-menu/repos/community-testing-any/PKGBUILD
(from rev 185889, mate-menu/trunk/PKGBUILD)

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

Copied: mate-menu/repos/community-testing-any/PKGBUILD (from rev 185889, 
mate-menu/trunk/PKGBUILD)
===
--- repos/community-testing-any/PKGBUILD(rev 0)
+++ repos/community-testing-any/PKGBUILD2016-08-07 15:57:48 UTC (rev 
185890)
@@ -0,0 +1,24 @@
+# $Id$
+# Contriburor: Balló György 
+
+pkgname=mate-menu
+pkgver=16.10.1
+pkgrel=1
+pkgdesc="Advanced menu for MATE Panel, a fork of MintMenu"
+arch=('any')
+url="https://bitbucket.org/ubuntu-mate/mate-menu";
+license=('GPL')
+depends=('mate-panel-gtk3' 'python2-configobj' 'python2-gobject' 
'python2-pyinotify' 'python2-xdg' 'python2-xlib' 'xdg-utils')
+makedepends=('python2-distutils-extra' 'python2-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://bitbucket.org/ubuntu-mate/$pkgname/get/$pkgver.tar.gz";)
+sha256sums=('ed414ecb9bdf3fa4fea7b4e08c3881f7cde046571878637c6ec169f1083aabc8')
+
+prepare() {
+  cd ubuntu-mate-$pkgname-*
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' lib/*.py
+}
+
+package() {
+  cd ubuntu-mate-$pkgname-*
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2016-08-07 Thread Lukas Jirkovsky
Date: Sunday, August 7, 2016 @ 15:50:38
  Author: stativ
Revision: 185888

upgpkg: ispc 1.9.1-1

update to 1.9.1

Modified:
  ispc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 14:58:33 UTC (rev 185887)
+++ PKGBUILD2016-08-07 15:50:38 UTC (rev 185888)
@@ -1,18 +1,17 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=ispc
-pkgver=1.8.2
-pkgrel=3
+pkgver=1.9.1
+pkgrel=1
 pkgdesc="A compiler for high-performance SIMD programming on the CPU"
 arch=('i686' 'x86_64')
 url="https://ispc.github.io/";
 license=('BSD')
-depends=('zlib')
+depends=('ncurses' 'zlib')
 makedepends=('llvm' 'clang' 'python2')
-source=("$pkgname-${pkgver}.tar.gz::https://github.com/ispc/ispc/archive/v${pkgver}.tar.gz";
-"ispc-1.8.2-llvm-3.7.patch.gz")
-md5sums=('ef99fb9e5fe5ca59d429ea8d0e6affd0'
- '44fc2588209fafe8efee71c482a282cc')
+makedepends_x86_64=('lib32-glibc')
+source=("$pkgname-${pkgver}.tar.gz::https://github.com/ispc/ispc/archive/v${pkgver}.tar.gz";)
+md5sums=('b9a4e7c21c50900e836ef1626191e03b')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -19,9 +18,6 @@
   # fix python version
   find . -name "*.py" -exec sed -i 's|python$|python2|' '{}' ';'
   sed -i 's|python |python2 |' Makefile
-  # fix build with llvm 3.7
-  # https://github.com/ispc/ispc/issues/1106#issuecomment-149623230
-  patch -Np1 -i ../ispc-1.8.2-llvm-3.7.patch
 }
 
 build() {


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

2016-08-07 Thread Laurent Carlier
Date: Sunday, August 7, 2016 @ 15:38:56
  Author: lcarlier
Revision: 273446

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 273445, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-07 15:38:51 UTC (rev 273445)
+++ PKGBUILD2016-08-07 15:38:56 UTC (rev 273446)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-headers vulkan-man-pages vulkan-html-docs)
-pkgver=1.0.21
-pkgrel=2
-epoch=1
-_pkgname=Vulkan-Docs
-_pkgver=1.0-core+wsi-20160715
-arch=(any)
-url="https://www.khronos.org/vulkan/";
-license=('custom')
-makedepends=(asciidoc)
-groups=(vulkan-devel)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${_pkgver}.tar.gz";)
-md5sums=('e9746b008106dc875f675e4351800452')
-
-build() {
-  cd "${_pkgname}-${_pkgver/+/-}/doc/specs/vulkan"
-
-  make manpages
-  make chunked
-}
-
-package_vulkan-headers() {
-  pkgdesc="Vulkan header files"
-  cd "${_pkgname}-${_pkgver/+/-}"
-
-  install -dm755 ${pkgdir}/usr/include/vulkan
-  install -dm755 ${pkgdir}/usr/share/vulkan
-
-  install -m644 src/vulkan/vk_platform.h ${pkgdir}/usr/include/vulkan/
-  install -m644 src/vulkan/vulkan.h ${pkgdir}/usr/include/vulkan
-  install -m644 src/spec/vk.xml ${pkgdir}/usr/share/vulkan
-
-  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
-}
-
-package_vulkan-man-pages() {
-  pkgdesc="Vulkan man pages"
-  cd "${_pkgname}-${_pkgver/+/-}"
-
-  install -dm755 "${pkgdir}/usr/share/man/man3"
-  install -m644 out/1.0/man/3/*.3 "${pkgdir}/usr/share/man/man3/"
-
-  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
-}
-
-package_vulkan-html-docs() {
-  pkgdesc="Vulkan html documentation"
-  cd "${_pkgname}-${_pkgver/+/-}"
-
-  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
-  mv -v out/1.0/vkspec.chunked/* "${pkgdir}/usr/share/doc/vulkan/"
-
-  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 273445, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-07 15:38:56 UTC (rev 273446)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-headers vulkan-man-pages vulkan-html-docs)
+pkgver=1.0.23
+pkgrel=1
+epoch=1
+_pkgname=Vulkan-Docs
+_pkgver=1.0-core+wsi-20160805
+arch=(any)
+url="https://www.khronos.org/vulkan/";
+license=('custom')
+makedepends=(asciidoc)
+groups=(vulkan-devel)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${_pkgver}.tar.gz";)
+md5sums=('f5a080a544c8ad9a1d269d2d79e05104')
+
+build() {
+  cd "${_pkgname}-${_pkgver/+/-}/doc/specs/vulkan"
+
+  make manpages
+  make chunked
+}
+
+package_vulkan-headers() {
+  pkgdesc="Vulkan header files"
+  cd "${_pkgname}-${_pkgver/+/-}"
+
+  install -dm755 ${pkgdir}/usr/include/vulkan
+  install -dm755 ${pkgdir}/usr/share/vulkan
+
+  install -m644 src/vulkan/vk_platform.h ${pkgdir}/usr/include/vulkan/
+  install -m644 src/vulkan/vulkan.h ${pkgdir}/usr/include/vulkan
+  install -m644 src/spec/vk.xml ${pkgdir}/usr/share/vulkan
+
+  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
+}
+
+package_vulkan-man-pages() {
+  pkgdesc="Vulkan man pages"
+  cd "${_pkgname}-${_pkgver/+/-}"
+
+  install -dm755 "${pkgdir}/usr/share/man/man3"
+  install -m644 out/1.0/man/3/*.3 "${pkgdir}/usr/share/man/man3/"
+
+  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
+}
+
+package_vulkan-html-docs() {
+  pkgdesc="Vulkan html documentation"
+  cd "${_pkgname}-${_pkgver/+/-}"
+
+  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
+  mv -v out/1.0/chunked/* "${pkgdir}/usr/share/doc/vulkan/"
+
+  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
+}


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

2016-08-07 Thread Laurent Carlier
Date: Sunday, August 7, 2016 @ 15:38:51
  Author: lcarlier
Revision: 273445

upgpkg: vulkan-docs 1:1.0.23-1

upstream update 1.0.23

Modified:
  vulkan-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 14:27:00 UTC (rev 273444)
+++ PKGBUILD2016-08-07 15:38:51 UTC (rev 273445)
@@ -3,11 +3,11 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-headers vulkan-man-pages vulkan-html-docs)
-pkgver=1.0.21
-pkgrel=2
+pkgver=1.0.23
+pkgrel=1
 epoch=1
 _pkgname=Vulkan-Docs
-_pkgver=1.0-core+wsi-20160715
+_pkgver=1.0-core+wsi-20160805
 arch=(any)
 url="https://www.khronos.org/vulkan/";
 license=('custom')
@@ -14,7 +14,7 @@
 makedepends=(asciidoc)
 groups=(vulkan-devel)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${_pkgver}.tar.gz";)
-md5sums=('e9746b008106dc875f675e4351800452')
+md5sums=('f5a080a544c8ad9a1d269d2d79e05104')
 
 build() {
   cd "${_pkgname}-${_pkgver/+/-}/doc/specs/vulkan"
@@ -52,7 +52,7 @@
   cd "${_pkgname}-${_pkgver/+/-}"
 
   install -dm755 "${pkgdir}/usr/share/doc/vulkan"
-  mv -v out/1.0/vkspec.chunked/* "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v out/1.0/chunked/* "${pkgdir}/usr/share/doc/vulkan/"
 
   install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
 }


[arch-commits] Commit in mate-applet-streamer/repos (4 files)

2016-08-07 Thread Balló György
Date: Sunday, August 7, 2016 @ 14:57:42
  Author: bgyorgy
Revision: 185886

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

Added:
  mate-applet-streamer/repos/community-testing-i686/
  mate-applet-streamer/repos/community-testing-i686/PKGBUILD
(from rev 185885, mate-applet-streamer/trunk/PKGBUILD)
  mate-applet-streamer/repos/community-testing-x86_64/
  mate-applet-streamer/repos/community-testing-x86_64/PKGBUILD
(from rev 185885, mate-applet-streamer/trunk/PKGBUILD)

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

Copied: mate-applet-streamer/repos/community-testing-i686/PKGBUILD (from rev 
185885, mate-applet-streamer/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-07 14:57:42 UTC (rev 185886)
@@ -0,0 +1,27 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-applet-streamer
+pkgver=0.3.10
+pkgrel=1
+pkgdesc="A MATE panel applet to let you play your favourite online radio 
station with a single click."
+url="http://www.zavedil.com/online-radio-applet/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gst-plugins-base' 'libnotify' 'mate-panel-gtk3')
+optdepends=('gst-plugins-bad: for playing MP3 streams')
+source=("http://www.zavedil.com/wp-content/uploads/2016/01/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('d33b21af6ecb9a622ae579fbe909f37500cf0a2e')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname}
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
+}

Copied: mate-applet-streamer/repos/community-testing-x86_64/PKGBUILD (from rev 
185885, mate-applet-streamer/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-07 14:57:42 UTC (rev 185886)
@@ -0,0 +1,27 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-applet-streamer
+pkgver=0.3.10
+pkgrel=1
+pkgdesc="A MATE panel applet to let you play your favourite online radio 
station with a single click."
+url="http://www.zavedil.com/online-radio-applet/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gst-plugins-base' 'libnotify' 'mate-panel-gtk3')
+optdepends=('gst-plugins-bad: for playing MP3 streams')
+source=("http://www.zavedil.com/wp-content/uploads/2016/01/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('d33b21af6ecb9a622ae579fbe909f37500cf0a2e')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname}
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
+}


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

2016-08-07 Thread Balló György
Date: Sunday, August 7, 2016 @ 14:57:21
  Author: bgyorgy
Revision: 185885

upgpkg: mate-applet-streamer 0.3.10-1

Update to new version

Modified:
  mate-applet-streamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 14:46:26 UTC (rev 185884)
+++ PKGBUILD2016-08-07 14:57:21 UTC (rev 185885)
@@ -1,18 +1,16 @@
-# $Id$
-# Maintainer : Martin Wimpress 
+# Contributor: Martin Wimpress 
 
 pkgname=mate-applet-streamer
-pkgver=0.1.2
-pkgrel=2
+pkgver=0.3.10
+pkgrel=1
 pkgdesc="A MATE panel applet to let you play your favourite online radio 
station with a single click."
 url="http://www.zavedil.com/online-radio-applet/";
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gst-plugins-base' 'gtk2' 'libnotify' 'mate-panel' 'sqlite')
-makedepends=('mate-common')
-optdepends=('gst-plugins-bad: for MP3 decoding')
-source=("http://www.zavedil.com/wp-content/uploads/2014/11/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('c6b584a87d653a29a7e9496fd71e503314ec1315')
+depends=('gst-plugins-base' 'libnotify' 'mate-panel-gtk3')
+optdepends=('gst-plugins-bad: for playing MP3 streams')
+source=("http://www.zavedil.com/wp-content/uploads/2016/01/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('d33b21af6ecb9a622ae579fbe909f37500cf0a2e')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-08-07 Thread Balló György
Date: Sunday, August 7, 2016 @ 14:46:26
  Author: bgyorgy
Revision: 185884

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

Added:
  caja-actions/repos/community-testing-i686/
  caja-actions/repos/community-testing-i686/PKGBUILD
(from rev 185883, caja-actions/trunk/PKGBUILD)
  caja-actions/repos/community-testing-x86_64/
  caja-actions/repos/community-testing-x86_64/PKGBUILD
(from rev 185883, caja-actions/trunk/PKGBUILD)

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

Copied: caja-actions/repos/community-testing-i686/PKGBUILD (from rev 185883, 
caja-actions/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-07 14:46:26 UTC (rev 185884)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+# Contributor: 3ED 
+
+pkgname=caja-actions
+pkgver=1.8.1
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc="An extension for Caja which allows arbitrary programs to be launched 
via context menu."
+url="https://github.com/raveit65/caja-actions";
+license=('GPL')
+depends=('caja-gtk3' 'libgtop')
+makedepends=('mate-common' 'python' 'yelp-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/raveit65/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('c9d09ef73979adbabaa7b4e618164b935cb6c7219e83803d7a61aa3fa498f5ad')
+
+prepare() {
+cd "$srcdir/$pkgname-$pkgver"
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--with-gtk=3
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Copied: caja-actions/repos/community-testing-x86_64/PKGBUILD (from rev 185883, 
caja-actions/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-07 14:46:26 UTC (rev 185884)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+# Contributor: 3ED 
+
+pkgname=caja-actions
+pkgver=1.8.1
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc="An extension for Caja which allows arbitrary programs to be launched 
via context menu."
+url="https://github.com/raveit65/caja-actions";
+license=('GPL')
+depends=('caja-gtk3' 'libgtop')
+makedepends=('mate-common' 'python' 'yelp-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/raveit65/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('c9d09ef73979adbabaa7b4e618164b935cb6c7219e83803d7a61aa3fa498f5ad')
+
+prepare() {
+cd "$srcdir/$pkgname-$pkgver"
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--with-gtk=3
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


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

2016-08-07 Thread Balló György
Date: Sunday, August 7, 2016 @ 14:46:20
  Author: bgyorgy
Revision: 185883

upgpkg: caja-actions 1.8.1-2

Build with caja-gtk3

Modified:
  caja-actions/trunk/PKGBUILD
Deleted:
  caja-actions/trunk/caja-actions.install

--+
 PKGBUILD |   19 ++-
 caja-actions.install |   12 
 2 files changed, 10 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 14:29:07 UTC (rev 185882)
+++ PKGBUILD2016-08-07 14:46:20 UTC (rev 185883)
@@ -1,19 +1,17 @@
-# $Id$
-# Maintainer : Martin Wimpress 
+# Contributor: Martin Wimpress 
 # Contributor: 3ED 
 
 pkgname=caja-actions
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc="An extension for Caja which allows arbitrary programs to be launched 
via context menu."
-url="https://github.com/NiceandGently/caja-actions";
+url="https://github.com/raveit65/caja-actions";
 license=('GPL')
-depends=('caja' 'libgtop')
-makedepends=('mate-common' 'yelp-tools')
+depends=('caja-gtk3' 'libgtop')
+makedepends=('mate-common' 'python' 'yelp-tools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/raveit65/${pkgname}/archive/v${pkgver}.tar.gz";)
 sha256sums=('c9d09ef73979adbabaa7b4e618164b935cb6c7219e83803d7a61aa3fa498f5ad')
-install=${pkgname}.install
 
 prepare() {
 cd "$srcdir/$pkgname-$pkgver"
@@ -25,8 +23,11 @@
 ./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib/${pkgname} \
---with-gtk=2 \
---disable-static
+--with-gtk=3
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
 make
 }
 

Deleted: caja-actions.install
===
--- caja-actions.install2016-08-07 14:29:07 UTC (rev 185882)
+++ caja-actions.install2016-08-07 14:46:20 UTC (rev 185883)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}


[arch-commits] Commit in mate-applet-streamer/repos (6 files)

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 14:29:07
  Author: arojas
Revision: 185882

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

Added:
  mate-applet-streamer/repos/community-i686/PKGBUILD
(from rev 185881, mate-applet-streamer/trunk/PKGBUILD)
  mate-applet-streamer/repos/community-x86_64/PKGBUILD
(from rev 185881, mate-applet-streamer/trunk/PKGBUILD)
Deleted:
  mate-applet-streamer/repos/community-i686/PKGBUILD
  mate-applet-streamer/repos/community-i686/mate-applet-streamer.install
  mate-applet-streamer/repos/community-x86_64/PKGBUILD
  mate-applet-streamer/repos/community-x86_64/mate-applet-streamer.install

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   30 
 community-i686/mate-applet-streamer.install   |   11 
 community-x86_64/PKGBUILD |   30 
 community-x86_64/mate-applet-streamer.install |   11 
 5 files changed, 58 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-07 14:28:27 UTC (rev 185881)
+++ community-i686/PKGBUILD 2016-08-07 14:29:07 UTC (rev 185882)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-pkgname=mate-applet-streamer
-pkgver=0.1.2
-pkgrel=1
-pkgdesc="A MATE panel applet to let you play your favourite online radio 
station with a single click."
-url="http://www.zavedil.com/online-radio-applet/";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gst-plugins-base' 'gtk2' 'libnotify' 'mate-panel' 'sqlite')
-makedepends=('mate-common')
-optdepends=('gst-plugins-bad: for MP3 decoding')
-source=("http://www.zavedil.com/wp-content/uploads/2014/11/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('c6b584a87d653a29a7e9496fd71e503314ec1315')
-install=${pkgname}.install
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname}
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
-}

Copied: mate-applet-streamer/repos/community-i686/PKGBUILD (from rev 185881, 
mate-applet-streamer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-07 14:29:07 UTC (rev 185882)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-applet-streamer
+pkgver=0.1.2
+pkgrel=2
+pkgdesc="A MATE panel applet to let you play your favourite online radio 
station with a single click."
+url="http://www.zavedil.com/online-radio-applet/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gst-plugins-base' 'gtk2' 'libnotify' 'mate-panel' 'sqlite')
+makedepends=('mate-common')
+optdepends=('gst-plugins-bad: for MP3 decoding')
+source=("http://www.zavedil.com/wp-content/uploads/2014/11/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('c6b584a87d653a29a7e9496fd71e503314ec1315')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname}
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
+}

Deleted: community-i686/mate-applet-streamer.install
===
--- community-i686/mate-applet-streamer.install 2016-08-07 14:28:27 UTC (rev 
185881)
+++ community-i686/mate-applet-streamer.install 2016-08-07 14:29:07 UTC (rev 
185882)
@@ -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
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-07 14:28:27 UTC (rev 185881)
+++ community-x86_64/PKGBUILD   2016-08-07 14:29:07 UTC (rev 185882)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-pkgname=mate-applet-streamer
-pkgver=0.1.2
-pkgrel=1
-pkgdesc="A MATE panel applet to let you play your favourite online radio 
station with a single click."
-url="http://www.zavedil.com/online-radio-applet/";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gst-plugins-base' 'gtk2' 'libnotify' 'mate-panel' 'sqlite')
-makedepends=('mate-common')
-optdepends=('gst-plugins-bad: for MP3 decoding')
-source=("http://www.zavedil.com/wp-content/uploads/2014/11/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('c6b584a87d653a29a7e9496fd71e503314ec1315')
-install=${pkgname}.install
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname}

[arch-commits] Commit in mate-applet-streamer/trunk (2 files)

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 14:28:27
  Author: arojas
Revision: 185881

Hooks

Modified:
  mate-applet-streamer/trunk/PKGBUILD
Deleted:
  mate-applet-streamer/trunk/mate-applet-streamer.install

--+
 PKGBUILD |3 +--
 mate-applet-streamer.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 14:26:08 UTC (rev 185880)
+++ PKGBUILD2016-08-07 14:28:27 UTC (rev 185881)
@@ -3,7 +3,7 @@
 
 pkgname=mate-applet-streamer
 pkgver=0.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A MATE panel applet to let you play your favourite online radio 
station with a single click."
 url="http://www.zavedil.com/online-radio-applet/";
 arch=('i686' 'x86_64')
@@ -13,7 +13,6 @@
 optdepends=('gst-plugins-bad: for MP3 decoding')
 
source=("http://www.zavedil.com/wp-content/uploads/2014/11/${pkgname}-${pkgver}.tar.gz";)
 sha1sums=('c6b584a87d653a29a7e9496fd71e503314ec1315')
-install=${pkgname}.install
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"

Deleted: mate-applet-streamer.install
===
--- mate-applet-streamer.install2016-08-07 14:26:08 UTC (rev 185880)
+++ mate-applet-streamer.install2016-08-07 14:28:27 UTC (rev 185881)
@@ -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
-}


[arch-commits] Commit in bash-completion/repos/extra-any (5 files)

2016-08-07 Thread Dave Reisner
Date: Sunday, August 7, 2016 @ 14:27:00
  Author: dreisner
Revision: 273444

archrelease: copy trunk to extra-any

Added:
  bash-completion/repos/extra-any/PKGBUILD
(from rev 273443, bash-completion/trunk/PKGBUILD)
  bash-completion/repos/extra-any/mpv-dont-install-symlink.patch
(from rev 273443, bash-completion/trunk/mpv-dont-install-symlink.patch)
Deleted:
  bash-completion/repos/extra-any/PKGBUILD
  bash-completion/repos/extra-any/bash-4.3.patch
  bash-completion/repos/extra-any/mpv-dont-install-symlink.patch

+
 PKGBUILD   |   85 ++-
 bash-4.3.patch |   27 
 mpv-dont-install-symlink.patch |   46 ++---
 3 files changed, 64 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-07 14:26:43 UTC (rev 273443)
+++ PKGBUILD2016-08-07 14:27:00 UTC (rev 273444)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=bash-completion
-pkgver=2.3
-pkgrel=4
-pkgdesc="Programmable completion for the bash shell"
-arch=('any')
-url="https://github.com/scop/bash-completion";
-license=('GPL2')
-depends=('bash')
-options=('!emptydirs' '!makeflags')
-source=("https://github.com/scop/bash-completion/releases/download/2.3/bash-completion-2.3.tar.xz";
-'bash-4.3.patch'
-'mpv-dont-install-symlink.patch')
-sha1sums=('6b42d6747dab48bdc983627e8ce69283ff0e6b79'
-  'd2a01350990c1221bd53d55edf31210c74d02bca'
-  '6bee621dc456190d629df108350925982d432bb5')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ../bash-4.3.patch
-  patch -p1 -i ../mpv-dont-install-symlink.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-# bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't 
source it
-  rm "${pkgdir}/etc/profile.d/bash_completion.sh"
-
-# remove Slackware's makepkg completion
-  rm "${pkgdir}/usr/share/bash-completion/completions/makepkg"
-
-# remove completions which overlap with util-linux
-  rm "${pkgdir}/usr/share/bash-completion/completions"/{u,}mount
-}

Copied: bash-completion/repos/extra-any/PKGBUILD (from rev 273443, 
bash-completion/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-07 14:27:00 UTC (rev 273444)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=bash-completion
+pkgver=2.3
+pkgrel=5
+pkgdesc="Programmable completion for the bash shell"
+arch=('any')
+url="https://github.com/scop/bash-completion";
+license=('GPL2')
+depends=('bash')
+options=('!emptydirs' '!makeflags')
+source=("https://github.com/scop/bash-completion/releases/download/2.3/bash-completion-2.3.tar.xz";
+'mpv-dont-install-symlink.patch')
+sha1sums=('6b42d6747dab48bdc983627e8ce69283ff0e6b79'
+  '6bee621dc456190d629df108350925982d432bb5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ../mpv-dont-install-symlink.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+# bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't 
source it
+  rm "${pkgdir}/etc/profile.d/bash_completion.sh"
+
+# remove Slackware's makepkg completion
+  rm "${pkgdir}/usr/share/bash-completion/completions/makepkg"
+
+# remove completions which overlap with util-linux
+  rm "${pkgdir}/usr/share/bash-completion/completions"/{u,}mount
+}

Deleted: bash-4.3.patch
===
--- bash-4.3.patch  2016-08-07 14:26:43 UTC (rev 273443)
+++ bash-4.3.patch  2016-08-07 14:27:00 UTC (rev 273444)
@@ -1,27 +0,0 @@
 a/bash_completion  2014-03-09 17:38:14 +
-+++ b/bash_completion  2014-03-13 23:26:44 +
-@@ -536,13 +536,23 @@
- # @param $2  Name of variable to return result to
- _quote_readline_by_ref()
- {
--if [[ $1 == \'* ]]; then
-+if [ -z "$1" ]; then
-+# avoid quoting if empty
-+printf -v $2 %s "$1"
-+elif [[ $1 == \'* ]]; then
- # Leave out first character
- printf -v $2 %s "${1:1}"
-+elif [[ $1 == ~* ]]; then
-+# avoid escaping first ~
-+printf -v $2 ~%q "${1:1}"
- else
- printf -v $2 %q "$1"
- fi
- 
-+# Replace double escaping ( \\ ) by single ( \ )
-+# This happens always when argument is already escaped at cmdline,
-+# and passed to this function as e.g.: file\ with\ spaces
-+[[ ${!2} == *\\* ]] && printf -v $2 %s "${1///\\}"
- # If result becomes quoted like this: $'string', re-evaluate in order to
- # drop the additional quoting.  See also: http://www.mail-archive.com/

[arch-commits] Commit in bash-completion/trunk (PKGBUILD bash-4.3.patch)

2016-08-07 Thread Dave Reisner
Date: Sunday, August 7, 2016 @ 14:26:43
  Author: dreisner
Revision: 273443

upgpkg: bash-completion 2.3-5

- drop bash-4.3.patch (FS#50294)

Modified:
  bash-completion/trunk/PKGBUILD
Deleted:
  bash-completion/trunk/bash-4.3.patch

+
 PKGBUILD   |5 +
 bash-4.3.patch |   27 ---
 2 files changed, 1 insertion(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 14:21:55 UTC (rev 273442)
+++ PKGBUILD2016-08-07 14:26:43 UTC (rev 273443)
@@ -3,7 +3,7 @@
 
 pkgname=bash-completion
 pkgver=2.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Programmable completion for the bash shell"
 arch=('any')
 url="https://github.com/scop/bash-completion";
@@ -11,15 +11,12 @@
 depends=('bash')
 options=('!emptydirs' '!makeflags')
 
source=("https://github.com/scop/bash-completion/releases/download/2.3/bash-completion-2.3.tar.xz";
-'bash-4.3.patch'
 'mpv-dont-install-symlink.patch')
 sha1sums=('6b42d6747dab48bdc983627e8ce69283ff0e6b79'
-  'd2a01350990c1221bd53d55edf31210c74d02bca'
   '6bee621dc456190d629df108350925982d432bb5')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  patch -p1 -i ../bash-4.3.patch
   patch -p1 -i ../mpv-dont-install-symlink.patch
 }
 

Deleted: bash-4.3.patch
===
--- bash-4.3.patch  2016-08-07 14:21:55 UTC (rev 273442)
+++ bash-4.3.patch  2016-08-07 14:26:43 UTC (rev 273443)
@@ -1,27 +0,0 @@
 a/bash_completion  2014-03-09 17:38:14 +
-+++ b/bash_completion  2014-03-13 23:26:44 +
-@@ -536,13 +536,23 @@
- # @param $2  Name of variable to return result to
- _quote_readline_by_ref()
- {
--if [[ $1 == \'* ]]; then
-+if [ -z "$1" ]; then
-+# avoid quoting if empty
-+printf -v $2 %s "$1"
-+elif [[ $1 == \'* ]]; then
- # Leave out first character
- printf -v $2 %s "${1:1}"
-+elif [[ $1 == ~* ]]; then
-+# avoid escaping first ~
-+printf -v $2 ~%q "${1:1}"
- else
- printf -v $2 %q "$1"
- fi
- 
-+# Replace double escaping ( \\ ) by single ( \ )
-+# This happens always when argument is already escaped at cmdline,
-+# and passed to this function as e.g.: file\ with\ spaces
-+[[ ${!2} == *\\* ]] && printf -v $2 %s "${1///\\}"
- # If result becomes quoted like this: $'string', re-evaluate in order to
- # drop the additional quoting.  See also: http://www.mail-archive.com/
- # bash-completion-de...@lists.alioth.debian.org/msg01942.html


[arch-commits] Commit in assaultcube/repos (24 files)

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 14:26:08
  Author: arojas
Revision: 185880

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

Added:
  assaultcube/repos/community-i686/PKGBUILD
(from rev 185879, assaultcube/trunk/PKGBUILD)
  assaultcube/repos/community-i686/assaultcube
(from rev 185879, assaultcube/trunk/assaultcube)
  assaultcube/repos/community-i686/assaultcube-gcc6.patch
(from rev 185879, assaultcube/trunk/assaultcube-gcc6.patch)
  assaultcube/repos/community-i686/assaultcube-server
(from rev 185879, assaultcube/trunk/assaultcube-server)
  assaultcube/repos/community-i686/assaultcube.desktop
(from rev 185879, assaultcube/trunk/assaultcube.desktop)
  assaultcube/repos/community-i686/assaultcube.png
(from rev 185879, assaultcube/trunk/assaultcube.png)
  assaultcube/repos/community-x86_64/PKGBUILD
(from rev 185879, assaultcube/trunk/PKGBUILD)
  assaultcube/repos/community-x86_64/assaultcube
(from rev 185879, assaultcube/trunk/assaultcube)
  assaultcube/repos/community-x86_64/assaultcube-gcc6.patch
(from rev 185879, assaultcube/trunk/assaultcube-gcc6.patch)
  assaultcube/repos/community-x86_64/assaultcube-server
(from rev 185879, assaultcube/trunk/assaultcube-server)
  assaultcube/repos/community-x86_64/assaultcube.desktop
(from rev 185879, assaultcube/trunk/assaultcube.desktop)
  assaultcube/repos/community-x86_64/assaultcube.png
(from rev 185879, assaultcube/trunk/assaultcube.png)
Deleted:
  assaultcube/repos/community-i686/PKGBUILD
  assaultcube/repos/community-i686/assaultcube
  assaultcube/repos/community-i686/assaultcube-server
  assaultcube/repos/community-i686/assaultcube.desktop
  assaultcube/repos/community-i686/assaultcube.install
  assaultcube/repos/community-i686/assaultcube.png
  assaultcube/repos/community-x86_64/PKGBUILD
  assaultcube/repos/community-x86_64/assaultcube
  assaultcube/repos/community-x86_64/assaultcube-server
  assaultcube/repos/community-x86_64/assaultcube.desktop
  assaultcube/repos/community-x86_64/assaultcube.install
  assaultcube/repos/community-x86_64/assaultcube.png

-+
 /PKGBUILD   |  116 +++
 /assaultcube|8 
 /assaultcube-server |8 
 /assaultcube.desktop|   24 ++
 community-i686/PKGBUILD |   51 -
 community-i686/assaultcube  |4 
 community-i686/assaultcube-gcc6.patch   |  301 ++
 community-i686/assaultcube-server   |4 
 community-i686/assaultcube.desktop  |   12 -
 community-i686/assaultcube.install  |   13 -
 community-x86_64/PKGBUILD   |   51 -
 community-x86_64/assaultcube|4 
 community-x86_64/assaultcube-gcc6.patch |  301 ++
 community-x86_64/assaultcube-server |4 
 community-x86_64/assaultcube.desktop|   12 -
 community-x86_64/assaultcube.install|   13 -
 16 files changed, 758 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-07 14:25:24 UTC (rev 185879)
+++ community-i686/PKGBUILD 2016-08-07 14:26:08 UTC (rev 185880)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Roman Kyrylych 
-# Contributor: Rabyte 
-
-pkgname=assaultcube
-pkgver=1.2.0.2
-pkgrel=2
-pkgdesc='A realistic team oriented multiplayer FPS based on the Cube engine'
-arch=('i686' 'x86_64')
-url='http://assault.cubers.net/'
-license=('ZLIB' 'custom')
-depends=('sdl' 'sdl_mixer' 'sdl_image' 'openal' 'zlib' 'gcc-libs' 'libgl' 
'desktop-file-utils' 'glu' 'curl')
-makedepends=('mesa' 'clang')
-source=("http://downloads.sourceforge.net/actiongame/AssaultCube_v${pkgver}.tar.bz2";
-
"http://downloads.sourceforge.net/actiongame/AssaultCube_v${pkgver}.source.tar.bz2";
-'assaultcube'
-'assaultcube-server'
-'assaultcube.desktop'
-'assaultcube.png')
-md5sums=('a052fc79dca4ecae0f15d9a953f1e2ad'
- '7ec6c6a5f8fc0c2e3bec886c08f3b8c8'
- 'd658ad3ee476bfe92afa5b5a04a7b4f5'
- '553e2c3b38c4d13e5d77c23efd51a6a6'
- 'a37dfbe8263f4ef8fe41120196194eae'
- 'f688c59ecee2ebc5c589720aa1480765')
-install=assaultcube.install
-
-build() {
-  cd AssaultCube_v${pkgver}.source/source/src
-
-  make
-}
-
-package() {
-  cd AssaultCube_v${pkgver}.source/source/src
-  install -Dm755 ac_client ${pkgdir}/usr/bin/ac_client
-  install -Dm755 ac_server ${pkgdir}/usr/bin/ac_server
-
-  cd ${srcdir}/AssaultCube_v${pkgver}
-  mkdir -p ${pkgdir}/usr/share/assaultcube
-  cp -rf config packages docs mods ${pkgdir}/usr/share/assaultcube
-  install -Dm644 ${srcdir}/assaultcube.png 
${pkgdir}/usr/share/pixmaps/assaultcube.png
-  install -Dm644 ${srcdir}/assaultcube.desktop 
${pkgdir}/usr/share/applications/assaultcube.desk

[arch-commits] Commit in assaultcube/trunk (assaultcube-gcc6.patch)

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 14:25:24
  Author: arojas
Revision: 185879

Hooks

Added:
  assaultcube/trunk/assaultcube-gcc6.patch

+
 assaultcube-gcc6.patch |  301 +++
 1 file changed, 301 insertions(+)

Added: assaultcube-gcc6.patch
===
--- assaultcube-gcc6.patch  (rev 0)
+++ assaultcube-gcc6.patch  2016-08-07 14:25:24 UTC (rev 185879)
@@ -0,0 +1,301 @@
+From 752950989b4e286459ca9aee3d61a868d7b20fa4 Mon Sep 17 00:00:00 2001
+From: ac-stef 
+Date: Sat, 27 Feb 2016 21:28:23 +0100
+Subject: [PATCH] fix some errors and warnings for GCC 6
+
+* do not use std::abs() because math.h includes one, that converts ints
+  to double. Use own iabs(), which directly uses labs() instead.
+* don't use the word "gamma" as name for variables
+* don't use a homebrew round() function
+---
+ source/src/bot/bot_waypoint.cpp | 12 ++--
+ source/src/command.cpp  |  2 +-
+ source/src/command.h|  1 +
+ source/src/crypto.cpp   |  2 +-
+ source/src/editing.cpp  |  6 +++---
+ source/src/entity.h |  2 +-
+ source/src/main.cpp |  8 
+ source/src/platform.h   |  9 +
+ source/src/protos.h |  3 ++-
+ source/src/rendercubes.cpp  |  8 
+ source/src/rendertext.cpp   |  4 ++--
+ source/src/tools.h  |  3 +--
+ source/src/world.cpp|  6 +++---
+ source/src/worldocull.cpp   |  2 +-
+ source/src/worldrender.cpp  |  4 ++--
+ 15 files changed, 33 insertions(+), 39 deletions(-)
+
+diff --git a/source/src/bot/bot_waypoint.cpp b/source/src/bot/bot_waypoint.cpp
+index 520c686..7b265ef 100644
+--- a/source/src/bot/bot_waypoint.cpp
 b/source/src/bot/bot_waypoint.cpp
+@@ -1221,7 +1221,7 @@ void CWaypointClass::CalcCost(node_s *pNode)
+ flCost += (1.0f-flFraction)*0.5f;
+}
+ 
+-   if ((abs(a) > 4) || (abs(b) > 4)) continue;
++   if ((iabs(a) > 4) || (iabs(b) > 4)) continue;
+ 
+vec from = to;
+to.z -= (JUMP_HEIGHT - 1.0f);
+@@ -1249,7 +1249,7 @@ void CWaypointClass::CalcCost(node_s *pNode)
+ flCost += (1.0f-flFraction)*0.5f;
+}
+ 
+-   if ((abs(a) > 4) || (abs(b) > 4)) continue;
++   if ((iabs(a) > 4) || (iabs(b) > 4)) continue;
+ 
+vec from = to;
+to.z -= (JUMP_HEIGHT - 1.0f);
+@@ -1671,12 +1671,12 @@ node_s *CWaypointClass::GetNearestTriggerFloodWP(vec 
v_origin, float flRange)
+ void CWaypointClass::GetNodeIndexes(const vec &v_origin, short *i, short *j)
+ {
+  // Function code by cheesy and PMB
+- //*i = abs((int)((int)(v_origin.x + (2*ssize)) / SECTOR_SIZE));
+- //*j = abs((int)((int)(v_origin.y + (2*ssize)) / SECTOR_SIZE));
++ //*i = iabs((int)((int)(v_origin.x + (2*ssize)) / SECTOR_SIZE));
++ //*j = iabs((int)((int)(v_origin.y + (2*ssize)) / SECTOR_SIZE));
+  //*i = (int)((v_origin.x) / ssize * MAX_MAP_GRIDS);
+  //*j = (int)((v_origin.y) / ssize * MAX_MAP_GRIDS);
+- *i = abs((int)((v_origin.x) / MAX_MAP_GRIDS));
+- *j = abs((int)((v_origin.y) / MAX_MAP_GRIDS));
++ *i = iabs((int)((v_origin.x) / MAX_MAP_GRIDS));
++ *j = iabs((int)((v_origin.y) / MAX_MAP_GRIDS));
+ 
+  if (*i > MAX_MAP_GRIDS - 1)
+   *i = MAX_MAP_GRIDS - 1;
+diff --git a/source/src/command.cpp b/source/src/command.cpp
+index 668f3bf..2a5c90d 100644
+--- a/source/src/command.cpp
 b/source/src/command.cpp
+@@ -499,7 +499,7 @@ char *executeret(const char *p)
// all evaluation hap
+ if(lc<=seer_t1.length())
+ {
+ int dt = seer_t1[seer_index] - seer_t1[lc];
+-if(abs(dt)<2)
++if(iabs(dt)<2)
+ {
+ conoutf("SCRIPT EXECUTION warning [%d:%s]", &p, p);
+ seer_t2.add(seer_t1[seer_index]);
+diff --git a/source/src/command.h b/source/src/command.h
+index a3ca68a..2a3de0c 100644
+--- a/source/src/command.h
 b/source/src/command.h
+@@ -86,6 +86,7 @@ enum { IEXC_CORE = 0, IEXC_CFG, IEXC_PROMPT, IEXC_MAPCFG, 
IEXC_MDLCFG, IEXC_NUM
+ #define VARNP(name, global, min, cur, max) int global = variable(#name, min, 
cur, max, &global, NULL, true)
+ #define VARF(name, min, cur, max, body)  extern int name; void var_##name() { 
body; } int name = variable(#name, min, cur, max, &name, var_##name, false)
+ #define VARFP(name, min, cur, max, body) extern int name; void var_##name() { 
body; } int name = variable(#name, min, cur, max, &name, var_##name, true)
++#define VARNFP(name, global, min, cur, max, body) extern int global; void 
var_##name() { body; } int global = variable(#name, min, cur, max, &global, 
var_##name, true)
+ 
+ #define FVARP(name, min, cur, max) float name = fvariable(#name, min,

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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 14:25:10
  Author: arojas
Revision: 185878

Hooks

Modified:
  assaultcube/trunk/PKGBUILD
Deleted:
  assaultcube/trunk/assaultcube.install

-+
 PKGBUILD|   13 ++---
 assaultcube.install |   13 -
 2 files changed, 10 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 14:24:26 UTC (rev 185877)
+++ PKGBUILD2016-08-07 14:25:10 UTC (rev 185878)
@@ -6,15 +6,16 @@
 
 pkgname=assaultcube
 pkgver=1.2.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc='A realistic team oriented multiplayer FPS based on the Cube engine'
 arch=('i686' 'x86_64')
 url='http://assault.cubers.net/'
 license=('ZLIB' 'custom')
-depends=('sdl' 'sdl_mixer' 'sdl_image' 'openal' 'zlib' 'gcc-libs' 'libgl' 
'desktop-file-utils' 'glu' 'curl')
+depends=('sdl' 'sdl_mixer' 'sdl_image' 'openal' 'zlib' 'gcc-libs' 'libgl' 
'glu' 'curl')
 makedepends=('mesa' 'clang')
 
source=("http://downloads.sourceforge.net/actiongame/AssaultCube_v${pkgver}.tar.bz2";
 
"http://downloads.sourceforge.net/actiongame/AssaultCube_v${pkgver}.source.tar.bz2";
+assaultcube-gcc6.patch
 'assaultcube'
 'assaultcube-server'
 'assaultcube.desktop'
@@ -21,12 +22,18 @@
 'assaultcube.png')
 md5sums=('a052fc79dca4ecae0f15d9a953f1e2ad'
  '7ec6c6a5f8fc0c2e3bec886c08f3b8c8'
+ 'c34e35b8b80e557ab09850cc084e8a54'
  'd658ad3ee476bfe92afa5b5a04a7b4f5'
  '553e2c3b38c4d13e5d77c23efd51a6a6'
  'a37dfbe8263f4ef8fe41120196194eae'
  'f688c59ecee2ebc5c589720aa1480765')
-install=assaultcube.install
 
+prepare() {
+  cd AssaultCube_v${pkgver}.source
+  # Fix build with GCC 6
+  patch -p1 -i ../assaultcube-gcc6.patch
+}
+
 build() {
   cd AssaultCube_v${pkgver}.source/source/src
 

Deleted: assaultcube.install
===
--- assaultcube.install 2016-08-07 14:24:26 UTC (rev 185877)
+++ assaultcube.install 2016-08-07 14:25:10 UTC (rev 185878)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 14:24:26
  Author: arojas
Revision: 185877

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

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

-+
 /21-fcd.rules   |   18 ++
 /PKGBUILD   |  208 ++
 community-i686/21-fcd.rules |9 -
 community-i686/PKGBUILD |  106 -
 community-i686/gnuradio-companion.install   |   16 --
 community-i686/gnuradio.install |   16 --
 community-x86_64/21-fcd.rules   |9 -
 community-x86_64/PKGBUILD   |  106 -
 community-x86_64/gnuradio-companion.install |   16 --
 community-x86_64/gnuradio.install   |   16 --
 10 files changed, 226 insertions(+), 294 deletions(-)

Deleted: community-i686/21-fcd.rules
===
--- community-i686/21-fcd.rules 2016-08-07 14:23:56 UTC (rev 185876)
+++ community-i686/21-fcd.rules 2016-08-07 14:24:26 UTC (rev 185877)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
-
-# HIDAPI/hidraw:
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-i686/21-fcd.rules (from rev 185876, 
gnuradio/trunk/21-fcd.rules)
===
--- community-i686/21-fcd.rules (rev 0)
+++ community-i686/21-fcd.rules 2016-08-07 14:24:26 UTC (rev 185877)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-07 14:23:56 UTC (rev 185876)
+++ community-i686/PKGBUILD 2016-08-07 14:24:26 UTC (rev 185877)
@@ -1,106 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-# Contributor: Jonatan Sastre 
-pkgbase=gnuradio
-pkgname=(gnuradio gnuradio-companion)
-pkgver=3.7.10
-pkgrel=1
-pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
-arch=('i686' 'x86_64')
-url="http://gnuradio.org";
-license=('GPL')
-depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'boost-libs>=1.53'
-'libusbx' 'portaudio' 'libuhd' 'zeromq' 'libvolk')
-makedepends=('boost' 'cmake' 'python2-lxml' 'python2-cheetah' 'glu' 'swig'
-'pygtk' 'wxpython' 'python2-pyqwt' 'qwtplot3d')
-install=gnuradio.install
-
-# todo
-# split the gui components?
-# build doxygen docs?
-# gr-video-sdl ?
-# icons
-
-# comedilib: gr-comedi
-# zeroc-ice: gr-ctrlport
-# doxygen: C++ autogenerated documentation
-# python2-sphinx: Python autogenerated documentation
-
-# secret release directory
-#source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz";
-source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz";
-"21-fcd.rules")
-md5sums=('fc40fadcc3c9ac339c9618c6dc8c303b'
- '465e12c454c6a22ebec9849181af7bdc')
-
-prepare() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  msg "Replacing filenames to use python2."
-  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-$(find ./ -name '*.py') \
-$(find ./ -name 'gnuradio-companion' -o -name 'flow_graph.tmpl')
-  sed -i -e "s|#![ ]*/usr/bin/env /usr/bin/python$|#!/usr/bin/env python2|" \
-$(find ./ -name '*.py')
-}
-
-build() {
-  export PYTHON=python2
-  cd "$srcdir/$pkgbase-$pkgver"
-

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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 14:23:56
  Author: arojas
Revision: 185876

Hooks

Modified:
  gnuradio/trunk/PKGBUILD
Deleted:
  gnuradio/trunk/gnuradio-companion.install
  gnuradio/trunk/gnuradio.install

+
 PKGBUILD   |4 +---
 gnuradio-companion.install |   16 
 gnuradio.install   |   16 
 3 files changed, 1 insertion(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 14:21:07 UTC (rev 185875)
+++ PKGBUILD2016-08-07 14:23:56 UTC (rev 185876)
@@ -5,7 +5,7 @@
 pkgbase=gnuradio
 pkgname=(gnuradio gnuradio-companion)
 pkgver=3.7.10
-pkgrel=1
+pkgrel=2
 pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
 arch=('i686' 'x86_64')
 url="http://gnuradio.org";
@@ -14,7 +14,6 @@
 'libusbx' 'portaudio' 'libuhd' 'zeromq' 'libvolk')
 makedepends=('boost' 'cmake' 'python2-lxml' 'python2-cheetah' 'glu' 'swig'
 'pygtk' 'wxpython' 'python2-pyqwt' 'qwtplot3d')
-install=gnuradio.install
 
 # todo
 # split the gui components?
@@ -89,7 +88,6 @@
   depends=('gnuradio' 'python2-cheetah' 'python2-lxml'
   'pygtk' 'wxpython' 'python2-opengl' 'python2-pyqwt' 'qwtplot3d'
   'python2-numarray')
-  install="gnuradio-companion.install"
   # Yup, nothing in the package except dependencies,
   # because more than five optdeps is too many for most people.
 }

Deleted: gnuradio-companion.install
===
--- gnuradio-companion.install  2016-08-07 14:21:07 UTC (rev 185875)
+++ gnuradio-companion.install  2016-08-07 14:23:56 UTC (rev 185876)
@@ -1,16 +0,0 @@
-
-post_upgrade() {
-
-  if [[ -e /usr/bin/update-desktop-database ]]; then
-update-desktop-database -q
-  fi
-}
-
-post_install() {
-  post_upgrade $1
-}
-
-pre_remove() {
-  post_upgrade $1
-}
-

Deleted: gnuradio.install
===
--- gnuradio.install2016-08-07 14:21:07 UTC (rev 185875)
+++ gnuradio.install2016-08-07 14:23:56 UTC (rev 185876)
@@ -1,16 +0,0 @@
-
-post_upgrade() {
-
-  if [[ -e /usr/bin/update-desktop-database ]]; then
-update-desktop-database -q
-  fi
-}
-
-post_install() {
-  post_upgrade $1
-}
-
-pre_remove() {
-  post_upgrade $1
-}
-


[arch-commits] Commit in mate-panel-gtk3/repos (4 files)

2016-08-07 Thread Balló György
Date: Sunday, August 7, 2016 @ 14:21:07
  Author: bgyorgy
Revision: 185875

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

Added:
  mate-panel-gtk3/repos/community-testing-i686/PKGBUILD
(from rev 185874, mate-panel-gtk3/trunk/PKGBUILD)
  mate-panel-gtk3/repos/community-testing-x86_64/PKGBUILD
(from rev 185874, mate-panel-gtk3/trunk/PKGBUILD)
Deleted:
  mate-panel-gtk3/repos/community-testing-i686/PKGBUILD
  mate-panel-gtk3/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-08-07 14:21:00 UTC (rev 185874)
+++ community-testing-i686/PKGBUILD 2016-08-07 14:21:07 UTC (rev 185875)
@@ -1,38 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.14
-_pkgbase=mate-panel
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="The MATE Panel (GTK3 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop-gtk3')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-groups=('mate-gtk3')
-conflicts=("${_pkgbase}")
-sha1sums=('c7dac4caafef90b6f639b8a6a43ca1e98c1802cc')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=3.0 \
---enable-introspection
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-panel-gtk3/repos/community-testing-i686/PKGBUILD (from rev 185874, 
mate-panel-gtk3/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-07 14:21:07 UTC (rev 185875)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.14
+_pkgbase=mate-panel
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.1
+pkgrel=2
+pkgdesc="The MATE Panel (GTK3 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather-gtk3' 'libsm' 
'mate-menus' 'mate-desktop-gtk3')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+groups=('mate-gtk3')
+conflicts=("${_pkgbase}")
+sha1sums=('c7dac4caafef90b6f639b8a6a43ca1e98c1802cc')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--enable-introspection
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2016-08-07 14:21:00 UTC (rev 185874)
+++ community-testing-x86_64/PKGBUILD   2016-08-07 14:21:07 UTC (rev 185875)
@@ -1,38 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.14
-_pkgbase=mate-panel
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="The MATE Panel (GTK3 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop-gtk3')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-groups=('mate-gtk3')
-conflicts=("${_pkgbase}")
-sha1sums=('c7dac4caafef90b6f639b8a6a43ca1e98c1802cc')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=3.0 \
---enable-introspection
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-p

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

2016-08-07 Thread Balló György
Date: Sunday, August 7, 2016 @ 14:21:00
  Author: bgyorgy
Revision: 185874

upgpkg: mate-panel-gtk3 1.14.1-2

Fix dependency on libmateweather-gtk3 (FS#50301)

Modified:
  mate-panel-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 14:04:00 UTC (rev 185873)
+++ PKGBUILD2016-08-07 14:21:00 UTC (rev 185874)
@@ -4,12 +4,12 @@
 _pkgbase=mate-panel
 pkgname=${_pkgbase}-gtk3
 pkgver=${_ver}.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The MATE Panel (GTK3 version)"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop-gtk3')
+depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather-gtk3' 'libsm' 
'mate-menus' 'mate-desktop-gtk3')
 makedepends=('intltool' 'itstool' 'gobject-introspection')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
 groups=('mate-gtk3')


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

2016-08-07 Thread Balló György
Date: Sunday, August 7, 2016 @ 14:04:00
  Author: bgyorgy
Revision: 185873

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

Added:
  pluma-gtk3/repos/community-testing-i686/PKGBUILD
(from rev 185872, pluma-gtk3/trunk/PKGBUILD)
  pluma-gtk3/repos/community-testing-x86_64/PKGBUILD
(from rev 185872, pluma-gtk3/trunk/PKGBUILD)
Deleted:
  pluma-gtk3/repos/community-testing-i686/PKGBUILD
  pluma-gtk3/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 community-testing-i686/PKGBUILD   |   42 --
 community-testing-x86_64/PKGBUILD |   42 --
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-08-07 14:03:15 UTC (rev 185872)
+++ community-testing-i686/PKGBUILD 2016-08-07 14:04:00 UTC (rev 185873)
@@ -1,42 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.14
-_pkgbase=pluma
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="A powerful text editor for MATE (GTK3 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtksourceview3' 'iso-codes' 'mate-desktop' 'zenity')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('e521a50260b46af94adf43078dc430c0f590a24a')
-
-prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-}
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---enable-gtk-doc=no \
---disable-python
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: pluma-gtk3/repos/community-testing-i686/PKGBUILD (from rev 185872, 
pluma-gtk3/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-07 14:04:00 UTC (rev 185873)
@@ -0,0 +1,42 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.14
+_pkgbase=pluma
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="A powerful text editor for MATE (GTK3 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtksourceview3' 'iso-codes' 'mate-desktop-gtk3' 'zenity')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('e521a50260b46af94adf43078dc430c0f590a24a')
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--enable-gtk-doc=no \
+--disable-python
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2016-08-07 14:03:15 UTC (rev 185872)
+++ community-testing-x86_64/PKGBUILD   2016-08-07 14:04:00 UTC (rev 185873)
@@ -1,42 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.14
-_pkgbase=pluma
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="A powerful text editor for MATE (GTK3 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtksourceview3' 'iso-codes' 'mate-desktop' 'zenity')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('e521a50260b46af94adf43078dc430c0f590a24a')
-
-prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-}
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---enable-gtk-doc=no \
---disable-python
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-

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

2016-08-07 Thread Balló György
Date: Sunday, August 7, 2016 @ 14:03:15
  Author: bgyorgy
Revision: 185872

upgpkg: pluma-gtk3 1.14.0-2

Fix dependency on mate-desktop-gtk3 (FS#50299)

Modified:
  pluma-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 12:54:29 UTC (rev 185871)
+++ PKGBUILD2016-08-07 14:03:15 UTC (rev 185872)
@@ -4,12 +4,12 @@
 _pkgbase=pluma
 pkgname=${_pkgbase}-gtk3
 pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A powerful text editor for MATE (GTK3 version)"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gtksourceview3' 'iso-codes' 'mate-desktop' 'zenity')
+depends=('gtksourceview3' 'iso-codes' 'mate-desktop-gtk3' 'zenity')
 makedepends=('intltool' 'itstool')
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}")


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

2016-08-07 Thread Alexander Rødseth
Date: Sunday, August 7, 2016 @ 12:54:29
  Author: arodseth
Revision: 185871

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-07 12:54:14 UTC (rev 185870)
+++ community-i686/PKGBUILD 2016-08-07 12:54:29 UTC (rev 185871)
@@ -1,76 +0,0 @@
-# $Id: PKGBUILD 121061 2014-10-20 12:57:19Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Dominik Picheta 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jesus Alvarez 
-
-pkgname=nim
-pkgver=0.14.2
-pkgrel=1
-pkgdesc='Imperative, multi-paradigm, compiled programming language'
-arch=('x86_64' 'i686')
-url='http://nim-lang.org/'
-license=('MIT')
-makedepends=('git' 'glib2')
-options=('!emptydirs')
-source=("$pkgname::git://github.com/Araq/Nimrod.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  rm build/empty.txt && rmdir build
-  git clone --depth=1 git://github.com/nimrod-code/csources build
-  cd build
-  git checkout b39a1df
-}
-
-build() {
-  cd "$pkgname/build"
-
-  sh build.sh
-
-  cd ..
-  ./bin/nim c koch
-  ./koch boot -d:release -d:useGnuReadline
-
-  export PATH="$srcdir/$pkgname/bin:$PATH"
-
-  cd lib
-  nim c --app:lib -d:createNimRtl -d:release nimrtl.nim
-
-  cd ../tools
-  nim c -d:release nimgrep.nim
-  #nim c -d:release nimrepl.nim # does not compile
-}
-
-package() {
-  cd "$pkgname"
-
-  export PATH="$srcdir/$pkgname/bin:$PATH"
-
-  ./koch install "$pkgdir"
-
-  install -d "$pkgdir/usr/share/nim/doc" "$pkgdir/usr/lib/nim" \
-"$pkgdir/etc" "$pkgdir/usr/bin"
-
-  cd "$pkgdir/nim"
-  mv "lib/"* "$pkgdir/usr/lib/nim/"
-  mv "config/"* "$pkgdir/etc/"
-  cp -a "$srcdir/$pkgname/lib/packages" "$pkgdir/usr/lib/nim/"
-  mv "bin/"* "$pkgdir/usr/bin/"
-
-  cd "$srcdir/$pkgname"
-  rm -r "$pkgdir/nim"
-  mv examples web "$pkgdir/usr/share/nim/doc/"
-  mv "doc/"* "$pkgdir/usr/share/nim/doc/"
-  install -m644 "lib/libnimrtl.so" "$pkgdir/usr/lib/libnimrtl.so"
-  install -m755 "tools/nimgrep" "$pkgdir/usr/bin/"
-  #install -m755 "tools/nimrepl" "$pkgdir/usr/bin/"
-  install -Dm644 "copying.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Fix FS#48118, related to the doc2 command
-  ln -s /usr/share/nim/doc "$pkgdir/usr/lib/nim/doc"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nim/repos/community-i686/PKGBUILD (from rev 185870, nim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-07 12:54:29 UTC (rev 185871)
@@ -0,0 +1,77 @@
+# $Id: PKGBUILD 121061 2014-10-20 12:57:19Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Dominik Picheta 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Jesus Alvarez 
+
+pkgname=nim
+pkgver=0.14.2
+pkgrel=2
+pkgdesc='Imperative, multi-paradigm, compiled programming language'
+arch=('x86_64' 'i686')
+url='http://nim-lang.org/'
+license=('MIT')
+makedepends=('git' 'glib2')
+options=('!emptydirs')
+source=("$pkgname::git://github.com/Araq/Nimrod.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  rm build/empty.txt && rmdir build
+  git clone --depth=1 git://github.com/nimrod-code/csources build
+  cd build
+  git checkout b39a1df
+}
+
+build() {
+  cd "$pkgname/build"
+
+  sh build.sh
+
+  cd ..
+  ./bin/nim c koch
+  ./koch boot -d:release -d:useGnuReadline
+
+  export PATH="$srcdir/$pkgname/bin:$PATH"
+
+  cd lib
+  nim c --app:lib -d:createNimRtl -d:release nimrtl.nim
+
+  cd ../tools
+  nim c -d:release nimgrep.nim
+}
+
+package() {
+  cd "$pkgname"
+
+  export PATH="$srcdir/$pkgname/bin:$PATH"
+
+  ./koch install "$pkgdir"
+
+  install -d \
+"$pkgdir/usr/share/nim/doc" "$pkgdir/usr/lib/nim" \
+"$pkgdir/etc" "$pkgdir/usr/bin" "$pkgdir/usr/include"
+
+  cd "$pkgdir/nim"
+  mv lib/* "$pkgdir/usr/lib/nim/"
+  mv config/* "$pkgdir/etc/"
+  cp -a "$srcdir/$pkgname/lib/packages" "$pkgdir/usr/lib/nim/"
+  mv bin/* "$pkgdir/usr/bin/"
+
+  # Fix FS50252, unusual placement of header files
+  mv "$pkgdir/usr/lib/nim/"*.h "$pkgdir/usr/include/"
+
+  cd "$srcdir/$pkgname"
+  rm -r "$pkgdir/nim"
+  mv examples web doc/* "$pkgdir/usr/share/nim/doc/"
+  install -m644 lib/libnimrtl.so "$pkgdir/usr/lib/libnimrtl.so"
+  install -m755 tools/nimgrep "$pkgdir/usr/bin/"
+  install -Dm644 copying.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Fix 

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

2016-08-07 Thread Alexander Rødseth
Date: Sunday, August 7, 2016 @ 12:54:14
  Author: arodseth
Revision: 185870

upgpkg: nim 0.14.2-2

Modified:
  nim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 11:52:29 UTC (rev 185869)
+++ PKGBUILD2016-08-07 12:54:14 UTC (rev 185870)
@@ -6,7 +6,7 @@
 
 pkgname=nim
 pkgver=0.14.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Imperative, multi-paradigm, compiled programming language'
 arch=('x86_64' 'i686')
 url='http://nim-lang.org/'
@@ -41,7 +41,6 @@
 
   cd ../tools
   nim c -d:release nimgrep.nim
-  #nim c -d:release nimrepl.nim # does not compile
 }
 
 package() {
@@ -51,23 +50,25 @@
 
   ./koch install "$pkgdir"
 
-  install -d "$pkgdir/usr/share/nim/doc" "$pkgdir/usr/lib/nim" \
-"$pkgdir/etc" "$pkgdir/usr/bin"
+  install -d \
+"$pkgdir/usr/share/nim/doc" "$pkgdir/usr/lib/nim" \
+"$pkgdir/etc" "$pkgdir/usr/bin" "$pkgdir/usr/include"
 
   cd "$pkgdir/nim"
-  mv "lib/"* "$pkgdir/usr/lib/nim/"
-  mv "config/"* "$pkgdir/etc/"
+  mv lib/* "$pkgdir/usr/lib/nim/"
+  mv config/* "$pkgdir/etc/"
   cp -a "$srcdir/$pkgname/lib/packages" "$pkgdir/usr/lib/nim/"
-  mv "bin/"* "$pkgdir/usr/bin/"
+  mv bin/* "$pkgdir/usr/bin/"
 
+  # Fix FS50252, unusual placement of header files
+  mv "$pkgdir/usr/lib/nim/"*.h "$pkgdir/usr/include/"
+
   cd "$srcdir/$pkgname"
   rm -r "$pkgdir/nim"
-  mv examples web "$pkgdir/usr/share/nim/doc/"
-  mv "doc/"* "$pkgdir/usr/share/nim/doc/"
-  install -m644 "lib/libnimrtl.so" "$pkgdir/usr/lib/libnimrtl.so"
-  install -m755 "tools/nimgrep" "$pkgdir/usr/bin/"
-  #install -m755 "tools/nimrepl" "$pkgdir/usr/bin/"
-  install -Dm644 "copying.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  mv examples web doc/* "$pkgdir/usr/share/nim/doc/"
+  install -m644 lib/libnimrtl.so "$pkgdir/usr/lib/libnimrtl.so"
+  install -m755 tools/nimgrep "$pkgdir/usr/bin/"
+  install -Dm644 copying.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
   # Fix FS#48118, related to the doc2 command
   ln -s /usr/share/nim/doc "$pkgdir/usr/lib/nim/doc"


[arch-commits] Commit in (5 files)

2016-08-07 Thread Balló György
Date: Sunday, August 7, 2016 @ 11:52:29
  Author: bgyorgy
Revision: 185869

Remove old, unmaintained GTK2-only MATE packages from [community]

Deleted:
  gnome-main-menu/
  mate-accountsdialog/
  mate-applet-lockkeys/
  mate-color-manager/
  mate-disk-utility/


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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 11:33:17
  Author: arojas
Revision: 185857

Hooks

Modified:
  elinks/trunk/PKGBUILD
Deleted:
  elinks/trunk/elinks.install

+
 PKGBUILD   |5 ++---
 elinks.install |   11 ---
 2 files changed, 2 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 11:31:29 UTC (rev 185856)
+++ PKGBUILD2016-08-07 11:33:17 UTC (rev 185857)
@@ -8,15 +8,14 @@
 pkgname=elinks
 pkgver=0.13
 _commit="a3751107033599b835eaafa61177c8d4dda4b7ef"
-pkgrel=16
+pkgrel=17
 pkgdesc="An advanced and well-established feature-rich text mode web browser."
 arch=("i686" "x86_64")
 url="http://elinks.or.cz";
 license=('GPL')
 depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
-'gc' 'tre' 'desktop-file-utils')
+'gc' 'tre')
 makedepends=('git')
-install=elinks.install
 source=("git+http://elinks.cz/elinks.git#commit=$_commit";)
 md5sums=('SKIP')
 

Deleted: elinks.install
===
--- elinks.install  2016-08-07 11:31:29 UTC (rev 185856)
+++ elinks.install  2016-08-07 11:33:17 UTC (rev 185857)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 11:33:43
  Author: arojas
Revision: 185858

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

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

-+
 /PKGBUILD   |   82 ++
 community-i686/PKGBUILD |   42 ---
 community-i686/elinks.install   |   11 -
 community-x86_64/PKGBUILD   |   42 ---
 community-x86_64/elinks.install |   11 -
 5 files changed, 82 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-07 11:33:17 UTC (rev 185857)
+++ community-i686/PKGBUILD 2016-08-07 11:33:43 UTC (rev 185858)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Maintainer: Sergej Pupykin 
-# Maintainer: Andrea Scarpino 
-# Contributor: damir 
-# Contributor: Ben 
-
-pkgname=elinks
-pkgver=0.13
-_commit="a3751107033599b835eaafa61177c8d4dda4b7ef"
-pkgrel=16
-pkgdesc="An advanced and well-established feature-rich text mode web browser."
-arch=("i686" "x86_64")
-url="http://elinks.or.cz";
-license=('GPL')
-depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
-'gc' 'tre' 'desktop-file-utils')
-makedepends=('git')
-install=elinks.install
-source=("git+http://elinks.cz/elinks.git#commit=$_commit";)
-md5sums=('SKIP')
-
-build() {
-  cd elinks
-  sed -i 's/Terminal=1/Terminal=true/' "contrib/debian/$pkgname.desktop"
-  [ -x configure ] || sh autogen.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --sysconfdir=/etc \
-  --disable-smb --without-x --enable-cgi \
-  --enable-leds --enable-256-colors --enable-html-highlight \
-  --with-zlib
-  make
-}
-
-package() {
-  cd elinks
-  make DESTDIR="$pkgdir" install
-  rm -f "$pkgdir/usr/share/locale/locale.alias"
-
-  install -D -m644 "contrib/debian/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-}

Copied: elinks/repos/community-i686/PKGBUILD (from rev 185857, 
elinks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-07 11:33:43 UTC (rev 185858)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Andrea Scarpino 
+# Contributor: damir 
+# Contributor: Ben 
+
+pkgname=elinks
+pkgver=0.13
+_commit="a3751107033599b835eaafa61177c8d4dda4b7ef"
+pkgrel=17
+pkgdesc="An advanced and well-established feature-rich text mode web browser."
+arch=("i686" "x86_64")
+url="http://elinks.or.cz";
+license=('GPL')
+depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
+'gc' 'tre')
+makedepends=('git')
+source=("git+http://elinks.cz/elinks.git#commit=$_commit";)
+md5sums=('SKIP')
+
+build() {
+  cd elinks
+  sed -i 's/Terminal=1/Terminal=true/' "contrib/debian/$pkgname.desktop"
+  [ -x configure ] || sh autogen.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --disable-smb --without-x --enable-cgi \
+  --enable-leds --enable-256-colors --enable-html-highlight \
+  --with-zlib
+  make
+}
+
+package() {
+  cd elinks
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir/usr/share/locale/locale.alias"
+
+  install -D -m644 "contrib/debian/$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+}

Deleted: community-i686/elinks.install
===
--- community-i686/elinks.install   2016-08-07 11:33:17 UTC (rev 185857)
+++ community-i686/elinks.install   2016-08-07 11:33:43 UTC (rev 185858)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-07 11:33:17 UTC (rev 185857)
+++ community-x86_64/PKGBUILD   2016-08-07 11:33:43 UTC (rev 185858)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Maintainer: Sergej Pupykin 
-# Maintainer: Andrea Scarpino 
-# Contributor: damir 
-# Contributor: Ben 
-
-pkgname=elinks
-pkgver=0.13
-_commit="a3751107033599b835eaafa61177c8d4dda4b7ef"
-pkgrel=16
-pkgdesc="An advanced and well-established feature-rich text mode web browser."
-arch=("i686" "x86_64")
-url="http://elinks.or.cz";
-license=('GPL')
-depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'o

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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 11:31:29
  Author: arojas
Revision: 185856

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

Added:
  ams/repos/community-i686/PKGBUILD
(from rev 185855, ams/trunk/PKGBUILD)
  ams/repos/community-i686/ams.desktop
(from rev 185855, ams/trunk/ams.desktop)
  ams/repos/community-i686/ams.png
(from rev 185855, ams/trunk/ams.png)
  ams/repos/community-x86_64/PKGBUILD
(from rev 185855, ams/trunk/PKGBUILD)
  ams/repos/community-x86_64/ams.desktop
(from rev 185855, ams/trunk/ams.desktop)
  ams/repos/community-x86_64/ams.png
(from rev 185855, ams/trunk/ams.png)
Deleted:
  ams/repos/community-i686/PKGBUILD
  ams/repos/community-i686/ams.desktop
  ams/repos/community-i686/ams.install
  ams/repos/community-i686/ams.png
  ams/repos/community-x86_64/PKGBUILD
  ams/repos/community-x86_64/ams.desktop
  ams/repos/community-x86_64/ams.install
  ams/repos/community-x86_64/ams.png

--+
 /PKGBUILD|  122 +
 /ams.desktop |   18 ++
 community-i686/PKGBUILD  |   61 
 community-i686/ams.desktop   |9 ---
 community-i686/ams.install   |   11 ---
 community-x86_64/PKGBUILD|   61 
 community-x86_64/ams.desktop |9 ---
 community-x86_64/ams.install |   11 ---
 8 files changed, 140 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-07 11:30:59 UTC (rev 185855)
+++ community-i686/PKGBUILD 2016-08-07 11:31:29 UTC (rev 185856)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer : speps 
-
-pkgname=ams
-pkgver=2.1.1
-pkgrel=2
-pkgdesc="A realtime modular synthesizer and effect processor"
-arch=('i686' 'x86_64')
-url="http://alsamodular.sourceforge.net/";
-license=('GPL')
-depends=('qt4' 'fftw' 'jack' 'ladspa' 'liblo' 'zita-alsa-pcmi')
-optdepends=('amb-plugins: ambisonic plugins'
-'mcp-plugins: phaser, chorus and moog vcf plugins'
-'rev-plugins: zita-rev1 based reverb plugins'
-'swh-plugins: Steve Harris plugins'
-'vco-plugins: oscillator plugins'
-'fil-plugins: equaliser plugins'
-'tap-plugins: toms audio plugins'
-'wah-plugins: wah audio plugins'
-'g2reverb: greverb based plugins'
-'cmt: Computer Music Toolkit plugins'
-'blop: bandlimited oscillator plugins'
-'pvoc: phase-vocoding plugins'
-'caps: the C* audio plugins')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/alsamodular/alsamodular/$pkgver/$pkgname-$pkgver.tar.bz2";
-"$pkgname.desktop" "$pkgname.png")
-md5sums=('3255bce2d3c1a7e0aad07496001b7cc9'
- 'ffa277cffd52254f0297cbc2f200767e'
- '0349171d5431f1c6e56085f080eb8c68')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # strip unwanted optimization flags
-  sed -i '/AMS_OPT_CXXFLAGS=/d' configure
-
-  # fix libs concat
-  sed -e 's/LIBS+=\$LIBSsave/LIBS="$LIBS $LIBSsave"/' \
-  -e 's/CFLAGS+=\$CFLAGSsave/CFLAGS="$CFLAGS $CFLAGSsave"/' \
-  -i configure
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-
-  # desktop file
-  install -Dm644 ../$pkgname.desktop \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-
-  # icon
-  install -Dm644 ../$pkgname.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-}

Copied: ams/repos/community-i686/PKGBUILD (from rev 185855, ams/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-07 11:31:29 UTC (rev 185856)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=ams
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="A realtime modular synthesizer and effect processor"
+arch=('i686' 'x86_64')
+url="http://alsamodular.sourceforge.net/";
+license=('GPL')
+depends=('qt4' 'fftw' 'jack' 'ladspa' 'liblo' 'zita-alsa-pcmi')
+optdepends=('amb-plugins: ambisonic plugins'
+'mcp-plugins: phaser, chorus and moog vcf plugins'
+'rev-plugins: zita-rev1 based reverb plugins'
+'swh-plugins: Steve Harris plugins'
+'vco-plugins: oscillator plugins'
+'fil-plugins: equaliser plugins'
+'tap-plugins: toms audio plugins'
+'wah-plugins: wah audio plugins'
+'g2reverb: greverb based plugins'
+'cmt: Computer Music Toolkit plugins'
+'blop: bandlimited oscillator plugins'
+'pvoc: phase-vocoding plugins'
+'caps: the C* audio plugins')
+source=("http://downloads.sourceforge.net/project/alsamodular/alsamodular/$pkgver/$pkgname-$pkgver.tar.bz2";
+"$pkgname.desktop" "$pkgname.png")
+md5sums=('dfab2bb64da98558273c46675

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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 11:30:59
  Author: arojas
Revision: 185855

Hooks rebuld, update to 2.1.2

Modified:
  ams/trunk/PKGBUILD
Deleted:
  ams/trunk/ams.install

-+
 PKGBUILD|8 
 ams.install |   11 ---
 2 files changed, 4 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 11:29:57 UTC (rev 185854)
+++ PKGBUILD2016-08-07 11:30:59 UTC (rev 185855)
@@ -2,8 +2,8 @@
 # Maintainer : speps 
 
 pkgname=ams
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.1.2
+pkgrel=1
 pkgdesc="A realtime modular synthesizer and effect processor"
 arch=('i686' 'x86_64')
 url="http://alsamodular.sourceforge.net/";
@@ -22,10 +22,9 @@
 'blop: bandlimited oscillator plugins'
 'pvoc: phase-vocoding plugins'
 'caps: the C* audio plugins')
-install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/project/alsamodular/alsamodular/$pkgver/$pkgname-$pkgver.tar.bz2";
 "$pkgname.desktop" "$pkgname.png")
-md5sums=('3255bce2d3c1a7e0aad07496001b7cc9'
+md5sums=('dfab2bb64da98558273c46675ea9a43f'
  'ffa277cffd52254f0297cbc2f200767e'
  '0349171d5431f1c6e56085f080eb8c68')
 
@@ -43,6 +42,7 @@
 
 build() {
   cd $pkgname-$pkgver
+  export CXXFLAGS+=" -std=gnu++98"
   ./configure --prefix=/usr
   make
 }

Deleted: ams.install
===
--- ams.install 2016-08-07 11:29:57 UTC (rev 185854)
+++ ams.install 2016-08-07 11:30:59 UTC (rev 185855)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 11:29:57
  Author: arojas
Revision: 185854

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

Added:
  nomacs/repos/community-i686/PKGBUILD
(from rev 185853, nomacs/trunk/PKGBUILD)
  nomacs/repos/community-x86_64/PKGBUILD
(from rev 185853, nomacs/trunk/PKGBUILD)
Deleted:
  nomacs/repos/community-i686/PKGBUILD
  nomacs/repos/community-i686/nomacs-opencv3.patch
  nomacs/repos/community-i686/nomacs.install
  nomacs/repos/community-x86_64/PKGBUILD
  nomacs/repos/community-x86_64/nomacs-opencv3.patch
  nomacs/repos/community-x86_64/nomacs.install

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   42 --
 community-i686/nomacs-opencv3.patch   |   21 -
 community-i686/nomacs.install |   11 
 community-x86_64/PKGBUILD |   42 --
 community-x86_64/nomacs-opencv3.patch |   21 -
 community-x86_64/nomacs.install   |   11 
 7 files changed, 74 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-07 11:29:36 UTC (rev 185853)
+++ community-i686/PKGBUILD 2016-08-07 11:29:57 UTC (rev 185854)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=nomacs
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="A Qt image viewer"
-arch=(i686 x86_64)
-url="http://www.nomacs.org/";
-license=('GPL3')
-#depends=('qt4' 'exiv2' 'libraw' 'opencv')
-depends=('qt5-svg' 'exiv2' 'libraw' 'opencv' 'desktop-file-utils')
-makedepends=('cmake' 'qt5-tools')
-install="$pkgname.install"
-source=("https://github.com/nomacs/nomacs/releases/download/$pkgver/nomacs-$pkgver-source.tar.bz2";
-
"https://github.com/nomacs/nomacs-plugins/archive/207cb0f5fb13907bf1ccf3549ad72768841cec63.zip";
-nomacs-opencv3.patch)
-md5sums=('e1630a4371d0e0f8aba9358ab20d43e5'
- 'bbe351379e24c51e691b390a9c867719'
- '0b51fcf4de8ee1debd1b8fadef2dd11d')
-
-prepare() {
-  mv nomacs-plugins-207cb0f5fb13907bf1ccf3549ad72768841cec63 
$pkgname-$pkgver/plugins
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-
-# Fix opencv 3 detection (Gentoo)
-  patch -p2 -i ../nomacs-opencv3.patch
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nomacs/repos/community-i686/PKGBUILD (from rev 185853, 
nomacs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-07 11:29:57 UTC (rev 185854)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=nomacs
+pkgver=3.4
+_pluginver=3ff8f79305beabcdf0e2418868fe99f1abe26b7e
+pkgrel=1
+pkgdesc="A Qt image viewer"
+arch=(i686 x86_64)
+url="http://www.nomacs.org/";
+license=('GPL3')
+#depends=('qt4' 'exiv2' 'libraw' 'opencv')
+depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
+makedepends=('cmake' 'qt5-tools')
+source=("$pkgname-$pkgver::https://github.com/nomacs/nomacs/archive/$pkgver.tar.gz";
+"https://github.com/nomacs/nomacs-plugins/archive/$_pluginver.zip";)
+md5sums=('5f1a6586f51cebd01cb2ab71b38de649'
+ '0b3451952d30633de6f4abd17ad388b9')
+
+prepare() {
+  mv nomacs-plugins-$_pluginver $pkgname-$pkgver/ImageLounge/plugins
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake ../ImageLounge -DCMAKE_INSTALL_PREFIX=/usr
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/nomacs-opencv3.patch
===
--- community-i686/nomacs-opencv3.patch 2016-08-07 11:29:36 UTC (rev 185853)
+++ community-i686/nomacs-opencv3.patch 2016-08-07 11:29:57 UTC (rev 185854)
@@ -1,21 +0,0 @@
-commit aa3fffc15bb6cbec8ef140a070dc12e6888e79df
-Author: Andreas Sturmlechner 
-Date:   Sun Jan 31 17:38:21 2016 +0100
-
-Drop minimum OpenCV version messing with detection of >=3.0.0
-
-Similar to commit 624a2fa7fba25a9432dc15031f3fd569367927bd
-
-diff --git a/ImageLounge/cmake/Unix.cmake b/ImageLounge/cmake/Unix.cmake
-index 4e91135..e9ec436 100644
 a/ImageLounge/cmake/Unix.cmake
-+++ b/ImageLounge/cmake/Unix.cmake
-@@ -43,7 +43,7 @@ endif(NOT EXIV2_FOUND)
- # search for opencv
- unset(OpenCV_FOUND CACHE)
- if(ENABLE_OPENCV)
--  find_package(OpenCV 2.1.0 REQUIRED core imgproc)
-+  find_package(OpenCV REQUIRED core imgproc)
-   if (NOT OpenCV_LIBRARIES) # OpenCV_FOUND can not be used since it is 
set in Ubuntu 12.04 (without finding opencv)
-   # Older OpenCV versions only supplied pkg-config files
-   if(PKG_CONFIG_FOUND)

Deleted: community-i686/nomacs.install
=

[arch-commits] Commit in nomacs/trunk (nomacs-opencv3.patch)

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 11:29:36
  Author: arojas
Revision: 185853

Drop old patch

Deleted:
  nomacs/trunk/nomacs-opencv3.patch

--+
 nomacs-opencv3.patch |   21 -
 1 file changed, 21 deletions(-)

Deleted: nomacs-opencv3.patch
===
--- nomacs-opencv3.patch2016-08-07 11:28:55 UTC (rev 185852)
+++ nomacs-opencv3.patch2016-08-07 11:29:36 UTC (rev 185853)
@@ -1,21 +0,0 @@
-commit aa3fffc15bb6cbec8ef140a070dc12e6888e79df
-Author: Andreas Sturmlechner 
-Date:   Sun Jan 31 17:38:21 2016 +0100
-
-Drop minimum OpenCV version messing with detection of >=3.0.0
-
-Similar to commit 624a2fa7fba25a9432dc15031f3fd569367927bd
-
-diff --git a/ImageLounge/cmake/Unix.cmake b/ImageLounge/cmake/Unix.cmake
-index 4e91135..e9ec436 100644
 a/ImageLounge/cmake/Unix.cmake
-+++ b/ImageLounge/cmake/Unix.cmake
-@@ -43,7 +43,7 @@ endif(NOT EXIV2_FOUND)
- # search for opencv
- unset(OpenCV_FOUND CACHE)
- if(ENABLE_OPENCV)
--  find_package(OpenCV 2.1.0 REQUIRED core imgproc)
-+  find_package(OpenCV REQUIRED core imgproc)
-   if (NOT OpenCV_LIBRARIES) # OpenCV_FOUND can not be used since it is 
set in Ubuntu 12.04 (without finding opencv)
-   # Older OpenCV versions only supplied pkg-config files
-   if(PKG_CONFIG_FOUND)


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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 11:28:55
  Author: arojas
Revision: 185852

Hooks rebuild, update to 3.4

Modified:
  nomacs/trunk/PKGBUILD
Deleted:
  nomacs/trunk/nomacs.install

+
 PKGBUILD   |   25 ++---
 nomacs.install |   11 ---
 2 files changed, 10 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 11:16:40 UTC (rev 185851)
+++ PKGBUILD2016-08-07 11:28:55 UTC (rev 185852)
@@ -2,35 +2,30 @@
 # Maintainer: speps 
 
 pkgname=nomacs
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.4
+_pluginver=3ff8f79305beabcdf0e2418868fe99f1abe26b7e
+pkgrel=1
 pkgdesc="A Qt image viewer"
 arch=(i686 x86_64)
 url="http://www.nomacs.org/";
 license=('GPL3')
 #depends=('qt4' 'exiv2' 'libraw' 'opencv')
-depends=('qt5-svg' 'exiv2' 'libraw' 'opencv' 'desktop-file-utils')
+depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
 makedepends=('cmake' 'qt5-tools')
-install="$pkgname.install"
-source=("https://github.com/nomacs/nomacs/releases/download/$pkgver/nomacs-$pkgver-source.tar.bz2";
-
"https://github.com/nomacs/nomacs-plugins/archive/207cb0f5fb13907bf1ccf3549ad72768841cec63.zip";
-nomacs-opencv3.patch)
-md5sums=('e1630a4371d0e0f8aba9358ab20d43e5'
- 'bbe351379e24c51e691b390a9c867719'
- '0b51fcf4de8ee1debd1b8fadef2dd11d')
+source=("$pkgname-$pkgver::https://github.com/nomacs/nomacs/archive/$pkgver.tar.gz";
+"https://github.com/nomacs/nomacs-plugins/archive/$_pluginver.zip";)
+md5sums=('5f1a6586f51cebd01cb2ab71b38de649'
+ '0b3451952d30633de6f4abd17ad388b9')
 
 prepare() {
-  mv nomacs-plugins-207cb0f5fb13907bf1ccf3549ad72768841cec63 
$pkgname-$pkgver/plugins
+  mv nomacs-plugins-$_pluginver $pkgname-$pkgver/ImageLounge/plugins
   cd $pkgname-$pkgver
   [ -d b ] || mkdir b
-
-# Fix opencv 3 detection (Gentoo)
-  patch -p2 -i ../nomacs-opencv3.patch
 }
 
 build() {
   cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  cmake ../ImageLounge -DCMAKE_INSTALL_PREFIX=/usr
   make -j1
 }
 

Deleted: nomacs.install
===
--- nomacs.install  2016-08-07 11:16:40 UTC (rev 185851)
+++ nomacs.install  2016-08-07 11:28:55 UTC (rev 185852)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 11:16:40
  Author: arojas
Revision: 185851

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

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 185850, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 185850, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/mozilla-1245076-1.patch
(from rev 185850, seamonkey/trunk/mozilla-1245076-1.patch)
  seamonkey/repos/community-i686/mozilla-1245076.patch
(from rev 185850, seamonkey/trunk/mozilla-1245076.patch)
  seamonkey/repos/community-i686/rhbz-966424.patch
(from rev 185850, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 185850, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 185850, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 185850, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/mozilla-1245076-1.patch
(from rev 185850, seamonkey/trunk/mozilla-1245076-1.patch)
  seamonkey/repos/community-x86_64/mozilla-1245076.patch
(from rev 185850, seamonkey/trunk/mozilla-1245076.patch)
  seamonkey/repos/community-x86_64/rhbz-966424.patch
(from rev 185850, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 185850, seamonkey/trunk/seamonkey-2.0-lang.patch)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/mozilla-1245076-1.patch
  seamonkey/repos/community-i686/mozilla-1245076.patch
  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/mozilla-1245076-1.patch
  seamonkey/repos/community-x86_64/mozilla-1245076.patch
  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 |  184 
 /mozconfig|   72 ++
 /mozilla-1245076-1.patch  |   98 ++
 /mozilla-1245076.patch|   46 +++
 /rhbz-966424.patch|   46 +++
 /seamonkey-2.0-lang.patch |   22 +++
 community-i686/PKGBUILD   |   93 --
 community-i686/mozconfig  |   36 -
 community-i686/mozilla-1245076-1.patch|   49 ---
 community-i686/mozilla-1245076.patch  |   23 ---
 community-i686/rhbz-966424.patch  |   23 ---
 community-i686/seamonkey-2.0-lang.patch   |   11 -
 community-i686/seamonkey.install  |   12 -
 community-x86_64/PKGBUILD |   93 --
 community-x86_64/mozconfig|   36 -
 community-x86_64/mozilla-1245076-1.patch  |   49 ---
 community-x86_64/mozilla-1245076.patch|   23 ---
 community-x86_64/rhbz-966424.patch|   23 ---
 community-x86_64/seamonkey-2.0-lang.patch |   11 -
 community-x86_64/seamonkey.install|   12 -
 20 files changed, 468 insertions(+), 494 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-07 11:15:53 UTC (rev 185850)
+++ community-i686/PKGBUILD 2016-08-07 11:16:40 UTC (rev 185851)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=seamonkey
-pkgver=2.40
-pkgrel=4
-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' 'gconf')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gst-plugins-base')
-optdepends=('gst-plugins-base: vorbis decoding, ogg demuxing'
-'gst-plugins-bad: aac, vp8 and opus decoding'
-'gst-plugins-good: webm and mp4 demuxing'
-'gst-plugins-ugly: h.264 decoding')
-install=$pkgname.install
-url="http://www.seamonkey-project.org/";
-source=(https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz
-mozconfig
-seamonkey-2.0-lang.patch
-rhbz-966424.patch
-mozilla-1245076.patch
-mozilla-1245076-1.patch)
-md5sums=('5789df8f96e14577c275f10fdf8462f3'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b'
- '43550e772f110a338d5a42914ee2c3a6

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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 11:15:53
  Author: arojas
Revision: 185850

Hooks

Modified:
  seamonkey/trunk/PKGBUILD
Deleted:
  seamonkey/trunk/seamonkey.install

---+
 PKGBUILD  |3 +--
 seamonkey.install |   12 
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 11:09:14 UTC (rev 185849)
+++ PKGBUILD2016-08-07 11:15:53 UTC (rev 185850)
@@ -3,7 +3,7 @@
 
 pkgname=seamonkey
 pkgver=2.40
-pkgrel=4
+pkgrel=5
 pkgdesc="SeaMonkey internet suite"
 arch=('i686' 'x86_64')
 license=('MPL')
@@ -13,7 +13,6 @@
 'gst-plugins-bad: aac, vp8 and opus decoding'
 'gst-plugins-good: webm and mp4 demuxing'
 'gst-plugins-ugly: h.264 decoding')
-install=$pkgname.install
 url="http://www.seamonkey-project.org/";
 
source=(https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz
 mozconfig

Deleted: seamonkey.install
===
--- seamonkey.install   2016-08-07 11:09:14 UTC (rev 185849)
+++ seamonkey.install   2016-08-07 11:15:53 UTC (rev 185850)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 11:09:14
  Author: arojas
Revision: 185849

Restore mistakenly removed vim snippet

Modified:
  rawtherapee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 10:58:03 UTC (rev 185848)
+++ PKGBUILD2016-08-07 11:09:14 UTC (rev 185849)
@@ -44,3 +44,6 @@
   cd "$srcdir/$pkgname-build"
   make DESTDIR="$pkgdir/" install
 }
+
+
+# vim:set ts=2 sw=2 et:


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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 10:57:34
  Author: arojas
Revision: 185847

Hooks

Added:
  plank-config/trunk/plank-config-vala.patch
Modified:
  plank-config/trunk/PKGBUILD
Deleted:
  plank-config/trunk/plank-config.install

-+
 PKGBUILD|   12 +++-
 plank-config-vala.patch |   11 +++
 plank-config.install|   12 
 3 files changed, 18 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 10:51:58 UTC (rev 185846)
+++ PKGBUILD2016-08-07 10:57:34 UTC (rev 185847)
@@ -6,19 +6,21 @@
 # Convert to lowercase
 pkgname=${_pkgname,,}
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool to configure Plank Dock"
 arch=('i686' 'x86_64')
 url="https://github.com/ernest21/Plank-Config/";
 license=('GPL')
-depends=('desktop-file-utils' 'libnotify' 'plank')
+depends=('libnotify' 'plank')
 makedepends=('vala')
-source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/ernest21/${_pkgname}/archive/${pkgver}.tar.gz";)
-sha256sums=('3f4b8fa348198b080bc7a35eb1dca645bf4ab3e68b5e1c0f3aff2907ec17d8a0')
-install=${pkgname}.install
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/ernest21/${_pkgname}/archive/${pkgver}.tar.gz";
 plank-config-vala.patch)
+sha256sums=('3f4b8fa348198b080bc7a35eb1dca645bf4ab3e68b5e1c0f3aff2907ec17d8a0'
+'4593a3a387bbc4af0d3d9d04e6dc374fb1db5865029416cda36c4f0e89360579')
 
 prepare() {
 cd "${srcdir}/${_pkgname}-${pkgver}"
+patch -p1 -i ../plank-config-vala.patch
+
 chmod +x ./autogen.sh
 NOCONFIGURE=1 ./autogen.sh
 }

Added: plank-config-vala.patch
===
--- plank-config-vala.patch (rev 0)
+++ plank-config-vala.patch 2016-08-07 10:57:34 UTC (rev 185847)
@@ -0,0 +1,11 @@
+--- Plank-Config-1.3.1/plank-config.vala.orig  2016-08-07 10:53:09.461707400 
+
 Plank-Config-1.3.1/plank-config.vala   2016-08-07 10:53:40.401614789 
+
+@@ -317,7 +317,7 @@
+ about.set_logo_icon_name(_("plank-config"));
+ about.set_documenters(documenters);
+ about.set_version ("1.3.1");
+-about.add_credit_section(_("Contributors"), (string) contributors);
++about.add_credit_section(_("Contributors"), contributors);
+ about.set_license_type(Gtk.License.GPL_2_0);
+ 
+ about.show_all();

Deleted: plank-config.install
===
--- plank-config.install2016-08-07 10:51:58 UTC (rev 185846)
+++ plank-config.install2016-08-07 10:57:34 UTC (rev 185847)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
\ No newline at end of file


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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 10:58:03
  Author: arojas
Revision: 185848

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

Added:
  plank-config/repos/community-i686/PKGBUILD
(from rev 185847, plank-config/trunk/PKGBUILD)
  plank-config/repos/community-i686/plank-config-vala.patch
(from rev 185847, plank-config/trunk/plank-config-vala.patch)
  plank-config/repos/community-x86_64/PKGBUILD
(from rev 185847, plank-config/trunk/PKGBUILD)
  plank-config/repos/community-x86_64/plank-config-vala.patch
(from rev 185847, plank-config/trunk/plank-config-vala.patch)
Deleted:
  plank-config/repos/community-i686/PKGBUILD
  plank-config/repos/community-i686/plank-config.install
  plank-config/repos/community-x86_64/PKGBUILD
  plank-config/repos/community-x86_64/plank-config.install

--+
 /PKGBUILD|   76 +
 community-i686/PKGBUILD  |   36 -
 community-i686/plank-config-vala.patch   |   11 
 community-i686/plank-config.install  |   12 
 community-x86_64/PKGBUILD|   36 -
 community-x86_64/plank-config-vala.patch |   11 
 community-x86_64/plank-config.install|   12 
 7 files changed, 98 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-07 10:57:34 UTC (rev 185847)
+++ community-i686/PKGBUILD 2016-08-07 10:58:03 UTC (rev 185848)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Contributor: Ernesto Ricart 
-
-_pkgname=Plank-Config
-# Convert to lowercase
-pkgname=${_pkgname,,}
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="A tool to configure Plank Dock"
-arch=('i686' 'x86_64')
-url="https://github.com/ernest21/Plank-Config/";
-license=('GPL')
-depends=('desktop-file-utils' 'libnotify' 'plank')
-makedepends=('vala')
-source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/ernest21/${_pkgname}/archive/${pkgver}.tar.gz";)
-sha256sums=('3f4b8fa348198b080bc7a35eb1dca645bf4ab3e68b5e1c0f3aff2907ec17d8a0')
-install=${pkgname}.install
-
-prepare() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-chmod +x ./autogen.sh
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-./configure \
---prefix=/usr
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: plank-config/repos/community-i686/PKGBUILD (from rev 185847, 
plank-config/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-07 10:58:03 UTC (rev 185848)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Ernesto Ricart 
+
+_pkgname=Plank-Config
+# Convert to lowercase
+pkgname=${_pkgname,,}
+pkgver=1.3.1
+pkgrel=2
+pkgdesc="A tool to configure Plank Dock"
+arch=('i686' 'x86_64')
+url="https://github.com/ernest21/Plank-Config/";
+license=('GPL')
+depends=('libnotify' 'plank')
+makedepends=('vala')
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/ernest21/${_pkgname}/archive/${pkgver}.tar.gz";
 plank-config-vala.patch)
+sha256sums=('3f4b8fa348198b080bc7a35eb1dca645bf4ab3e68b5e1c0f3aff2907ec17d8a0'
+'4593a3a387bbc4af0d3d9d04e6dc374fb1db5865029416cda36c4f0e89360579')
+
+prepare() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+patch -p1 -i ../plank-config-vala.patch
+
+chmod +x ./autogen.sh
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: plank-config/repos/community-i686/plank-config-vala.patch (from rev 
185847, plank-config/trunk/plank-config-vala.patch)
===
--- community-i686/plank-config-vala.patch  (rev 0)
+++ community-i686/plank-config-vala.patch  2016-08-07 10:58:03 UTC (rev 
185848)
@@ -0,0 +1,11 @@
+--- Plank-Config-1.3.1/plank-config.vala.orig  2016-08-07 10:53:09.461707400 
+
 Plank-Config-1.3.1/plank-config.vala   2016-08-07 10:53:40.401614789 
+
+@@ -317,7 +317,7 @@
+ about.set_logo_icon_name(_("plank-config"));
+ about.set_documenters(documenters);
+ about.set_version ("1.3.1");
+-about.add_credit_section(_("Contributors"), (string) contributors);
++about.add_credit_section(_("Contributors"), contributors);
+ about.set_license_type(Gtk.License.GPL_2_0);
+ 
+ about.show_all();

Deleted: community-i686/plank-config.install
===
--- community-i686/plank-config.install 2016-08-07 10:57:34 UTC (rev 185847)
+++ community-i

[arch-commits] Commit in mate-power-manager/trunk (2 files)

2016-08-07 Thread Balló György
Date: Sunday, August 7, 2016 @ 10:50:04
  Author: bgyorgy
Revision: 185789

upgpkg: mate-power-manager 1.14.0-1

Update to new version

Modified:
  mate-power-manager/trunk/PKGBUILD
Deleted:
  mate-power-manager/trunk/mate-power-manager.install

+
 PKGBUILD   |   24 +++-
 mate-power-manager.install |   12 
 2 files changed, 7 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 10:46:54 UTC (rev 185788)
+++ PKGBUILD2016-08-07 10:50:04 UTC (rev 185789)
@@ -1,31 +1,22 @@
-# Maintainer : Martin Wimpress 
+# Contributor: Martin Wimpress 
 
-_ver=1.12
+_ver=1.14
 _pkgbase=mate-power-manager
 pkgname=(${_pkgbase})
-pkgver=${_ver}.1
+pkgver=${_ver}.0
 pkgrel=1
 pkgdesc="Power management tool for the MATE desktop (GTK2 version)"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dbus-glib' 'dconf' 'gtk2' 'libcanberra' 'libgnome-keyring'
- 'libnotify' 'libunique' 'mate-desktop>=1.12' 'upower')
-makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'mate-panel' 'xmlto' 
'yelp-tools')
-optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel'
-'yelp: for reading MATE help documents')
+depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'libunique' 
'mate-desktop' 'upower')
+makedepends=('intltool' 'itstool' 'mate-panel')
+optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
-sha1sums=('b9902eb14618f9378887d9e1d5d0ef37dc99d737')
-install=${_pkgbase}.install
+sha1sums=('286ac97658d18ea1fffa6e0a692a877727a44e41')
 
-prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-#Work around a problem where the .sgml fails to parse.
-sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
-}
-
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"
 ./configure \
@@ -35,7 +26,6 @@
 --localstatedir=/var \
 --sbindir=/usr/bin \
 --enable-applets \
---enable-unique \
 --with-gtk=2.0 \
 --disable-strict
 make

Deleted: mate-power-manager.install
===
--- mate-power-manager.install  2016-08-07 10:46:54 UTC (rev 185788)
+++ mate-power-manager.install  2016-08-07 10:50:04 UTC (rev 185789)
@@ -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
-}


[arch-commits] Commit in mate-power-manager/repos (4 files)

2016-08-07 Thread Balló György
Date: Sunday, August 7, 2016 @ 10:50:09
  Author: bgyorgy
Revision: 185790

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

Added:
  mate-power-manager/repos/community-staging-i686/
  mate-power-manager/repos/community-staging-i686/PKGBUILD
(from rev 185789, mate-power-manager/trunk/PKGBUILD)
  mate-power-manager/repos/community-staging-x86_64/
  mate-power-manager/repos/community-staging-x86_64/PKGBUILD
(from rev 185789, mate-power-manager/trunk/PKGBUILD)

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

Copied: mate-power-manager/repos/community-staging-i686/PKGBUILD (from rev 
185789, mate-power-manager/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-07 10:50:09 UTC (rev 185790)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.14
+_pkgbase=mate-power-manager
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Power management tool for the MATE desktop (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'libunique' 
'mate-desktop' 'upower')
+makedepends=('intltool' 'itstool' 'mate-panel')
+optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+sha1sums=('286ac97658d18ea1fffa6e0a692a877727a44e41')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-applets \
+--with-gtk=2.0 \
+--disable-strict
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-power-manager/repos/community-staging-x86_64/PKGBUILD (from rev 
185789, mate-power-manager/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-07 10:50:09 UTC (rev 185790)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.14
+_pkgbase=mate-power-manager
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Power management tool for the MATE desktop (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'libunique' 
'mate-desktop' 'upower')
+makedepends=('intltool' 'itstool' 'mate-panel')
+optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+sha1sums=('286ac97658d18ea1fffa6e0a692a877727a44e41')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-applets \
+--with-gtk=2.0 \
+--disable-strict
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 10:46:25
  Author: arojas
Revision: 185787

Hooks

Modified:
  rawtherapee/trunk/PKGBUILD
Deleted:
  rawtherapee/trunk/rawtherapee.install

-+
 PKGBUILD|   17 -
 rawtherapee.install |   17 -
 2 files changed, 12 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 10:34:50 UTC (rev 185786)
+++ PKGBUILD2016-08-07 10:46:25 UTC (rev 185787)
@@ -7,21 +7,28 @@
 pkgname=rawtherapee
 pkgver=4.2+448.g26d182d
 _pkgver=26d182dabc6f133c27bffa3aac3f91b7ae55d578
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Raw photo editor"
 arch=('i686' 'x86_64')
 url="http://www.rawtherapee.com/";
 license=('GPL3')
-depends=('fftw' 'gtkmm' 'libcanberra' 'libiptcdata' 'lcms2' 
'desktop-file-utils' 'hicolor-icon-theme')
+depends=('fftw' 'gtkmm' 'libcanberra' 'libiptcdata' 'lcms2' 
'hicolor-icon-theme')
 optdepends=('gtk-engines: workaround theme bug under GNOME')
 makedepends=('cmake' 'git')
-install=rawtherapee.install
 #source=("http://rawtherapee.com/shared/source/rawtherapee-${pkgver}.tar.xz";)
 #md5sums=('e6510ed56fdc35aa712b4c0f54c52ac0')
-source=("rawtherapee::git+https://github.com/Beep6581/RawTherapee.git#commit=$_pkgver";)
-md5sums=('SKIP')
+source=("rawtherapee::git+https://github.com/Beep6581/RawTherapee.git#commit=$_pkgver";
+
rawtherapee-gcc6.patch::"https://github.com/Beep6581/RawTherapee/commit/5cd202dd.patch";)
+md5sums=('SKIP'
+ '398a38f531f7c8c37b4789f9560914e2')
 
+prepare() {
+  cd $pkgname
+  # Fix build with GCC 6 
+  patch -p1 -i ../rawtherapee-gcc6.patch
+}
+
 build() {
   mkdir -p "$srcdir/$pkgname-build"
   cd "$srcdir/$pkgname-build"

Deleted: rawtherapee.install
===
--- rawtherapee.install 2016-08-07 10:34:50 UTC (rev 185786)
+++ rawtherapee.install 2016-08-07 10:46:25 UTC (rev 185787)
@@ -1,17 +0,0 @@
-post_install() {
-  echo "update desktop mime database..."
-  update-desktop-database -q
-  update-mime-database usr/share/mime 1>&2 > /dev/null
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-
-# vim:set ts=2 sw=2 et:


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

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 10:46:54
  Author: arojas
Revision: 185788

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

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

--+
 /PKGBUILD|   92 +
 community-i686/PKGBUILD  |   39 -
 community-i686/rawtherapee.install   |   17 --
 community-x86_64/PKGBUILD|   39 -
 community-x86_64/rawtherapee.install |   17 --
 5 files changed, 92 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-07 10:46:25 UTC (rev 185787)
+++ community-i686/PKGBUILD 2016-08-07 10:46:54 UTC (rev 185788)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-# Contributor: Bogdan Szczurek 
-# Contributor: Vaclav Kramar 
-# Contributor: Archie 
-
-pkgname=rawtherapee
-pkgver=4.2+448.g26d182d
-_pkgver=26d182dabc6f133c27bffa3aac3f91b7ae55d578
-pkgrel=2
-epoch=1
-pkgdesc="Raw photo editor"
-arch=('i686' 'x86_64')
-url="http://www.rawtherapee.com/";
-license=('GPL3')
-depends=('fftw' 'gtkmm' 'libcanberra' 'libiptcdata' 'lcms2' 
'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('gtk-engines: workaround theme bug under GNOME')
-makedepends=('cmake' 'git')
-install=rawtherapee.install
-#source=("http://rawtherapee.com/shared/source/rawtherapee-${pkgver}.tar.xz";)
-#md5sums=('e6510ed56fdc35aa712b4c0f54c52ac0')
-source=("rawtherapee::git+https://github.com/Beep6581/RawTherapee.git#commit=$_pkgver";)
-md5sums=('SKIP')
-
-build() {
-  mkdir -p "$srcdir/$pkgname-build"
-  cd "$srcdir/$pkgname-build"
-
-  cmake "$srcdir/$pkgname" \
--DCMAKE_CXX_FLAGS="-std=c++11" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-build"
-  make DESTDIR="$pkgdir/" install
-}

Copied: rawtherapee/repos/community-i686/PKGBUILD (from rev 185787, 
rawtherapee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-07 10:46:54 UTC (rev 185788)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Bogdan Szczurek 
+# Contributor: Vaclav Kramar 
+# Contributor: Archie 
+
+pkgname=rawtherapee
+pkgver=4.2+448.g26d182d
+_pkgver=26d182dabc6f133c27bffa3aac3f91b7ae55d578
+pkgrel=3
+epoch=1
+pkgdesc="Raw photo editor"
+arch=('i686' 'x86_64')
+url="http://www.rawtherapee.com/";
+license=('GPL3')
+depends=('fftw' 'gtkmm' 'libcanberra' 'libiptcdata' 'lcms2' 
'hicolor-icon-theme')
+optdepends=('gtk-engines: workaround theme bug under GNOME')
+makedepends=('cmake' 'git')
+#source=("http://rawtherapee.com/shared/source/rawtherapee-${pkgver}.tar.xz";)
+#md5sums=('e6510ed56fdc35aa712b4c0f54c52ac0')
+source=("rawtherapee::git+https://github.com/Beep6581/RawTherapee.git#commit=$_pkgver";
+
rawtherapee-gcc6.patch::"https://github.com/Beep6581/RawTherapee/commit/5cd202dd.patch";)
+md5sums=('SKIP'
+ '398a38f531f7c8c37b4789f9560914e2')
+
+prepare() {
+  cd $pkgname
+  # Fix build with GCC 6 
+  patch -p1 -i ../rawtherapee-gcc6.patch
+}
+
+build() {
+  mkdir -p "$srcdir/$pkgname-build"
+  cd "$srcdir/$pkgname-build"
+
+  cmake "$srcdir/$pkgname" \
+-DCMAKE_CXX_FLAGS="-std=c++11" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-build"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/rawtherapee.install
===
--- community-i686/rawtherapee.install  2016-08-07 10:46:25 UTC (rev 185787)
+++ community-i686/rawtherapee.install  2016-08-07 10:46:54 UTC (rev 185788)
@@ -1,17 +0,0 @@
-post_install() {
-  echo "update desktop mime database..."
-  update-desktop-database -q
-  update-mime-database usr/share/mime 1>&2 > /dev/null
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-07 10:46:25 UTC (rev 185787)
+++ community-x86_64/PKGBUILD   2016-08-07 10:46:54 UTC (rev 185788)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-# Contributor: Bogdan Szczurek 
-# Contributor: Vaclav Kramar 
-# Contributor: Archie 
-
-pkgname=rawtherapee
-pkgver=4.2+448.g26d18

  1   2   >