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

2015-08-30 Thread Felix Yan
Date: Monday, August 31, 2015 @ 06:18:14
  Author: fyan
Revision: 139006

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

Added:
  python-greenlet/repos/community-i686/PKGBUILD
(from rev 139005, python-greenlet/trunk/PKGBUILD)
  python-greenlet/repos/community-x86_64/PKGBUILD
(from rev 139005, python-greenlet/trunk/PKGBUILD)
Deleted:
  python-greenlet/repos/community-i686/PKGBUILD
  python-greenlet/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  106 
 community-i686/PKGBUILD   |   54 --
 community-x86_64/PKGBUILD |   53 --
 3 files changed, 106 insertions(+), 107 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-31 04:17:00 UTC (rev 139005)
+++ community-i686/PKGBUILD 2015-08-31 04:18:14 UTC (rev 139006)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Maintainer: Felix Yan 
-# Contributor: Ralf Schmitt 
-
-pkgbase=python-greenlet
-pkgname=(python-greenlet python2-greenlet)
-pkgver=0.4.7
-pkgrel=1
-pkgdesc="Lightweight in-process concurrent programming"
-license=("MIT")
-url="http://pypi.python.org/pypi/greenlet";
-makedepends=('python' 'python2')
-checkdepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/source/g/greenlet/greenlet-${pkgver}.zip";)
-arch=('i686' 'x86_64')
-
-prepare() {
-cp -a greenlet-$pkgver greenlet-$pkgver-py2
-}
-
-build() {
-   cd greenlet-$pkgver
-   python setup.py build
-
-cd ../greenlet-$pkgver-py2
-python2 setup.py build
-}
-
-check() {
-cd greenlet-$pkgver
-python setup.py test
-
-cd ../greenlet-$pkgver-py2
-python2 setup.py test
-}
-
-package_python-greenlet() {
-depends=('python')
-
-cd greenlet-$pkgver
-python setup.py install -O1 --root="$pkgdir"
-install -Dm0644 LICENSE.PSF 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF"
-}
-
-package_python2-greenlet() {
-depends=('python2')
-
-   cd greenlet-$pkgver-py2
-   python2 setup.py install -O1 --root="$pkgdir"
-   install -Dm0644 LICENSE.PSF 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF"
-}
-
-sha512sums=('f2a080b9782bc3f91cf7971b97cb00b9d48d6021e01d413c96128ff32165fbd310ec8e9a1a00d03946e3c637162acd7eb6ebf44425580bd2e7511c3cd15fb192')

Copied: python-greenlet/repos/community-i686/PKGBUILD (from rev 139005, 
python-greenlet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-31 04:18:14 UTC (rev 139006)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Maintainer: Felix Yan 
+# Contributor: Ralf Schmitt 
+
+pkgbase=python-greenlet
+pkgname=(python-greenlet python2-greenlet)
+pkgver=0.4.9
+pkgrel=1
+pkgdesc="Lightweight in-process concurrent programming"
+license=("MIT")
+url="http://pypi.python.org/pypi/greenlet";
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.python.org/packages/source/g/greenlet/greenlet-${pkgver}.zip";)
+arch=('i686' 'x86_64')
+
+prepare() {
+cp -a greenlet-$pkgver greenlet-$pkgver-py2
+}
+
+build() {
+   cd greenlet-$pkgver
+   python setup.py build
+
+cd ../greenlet-$pkgver-py2
+python2 setup.py build
+}
+
+check() {
+cd greenlet-$pkgver
+python setup.py test
+
+cd ../greenlet-$pkgver-py2
+python2 setup.py test
+}
+
+package_python-greenlet() {
+depends=('python')
+
+cd greenlet-$pkgver
+python setup.py install -O1 --root="$pkgdir"
+install -Dm0644 LICENSE.PSF 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF"
+}
+
+package_python2-greenlet() {
+depends=('python2')
+
+   cd greenlet-$pkgver-py2
+   python2 setup.py install -O1 --root="$pkgdir"
+   install -Dm0644 LICENSE.PSF 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF"
+}
+
+sha512sums=('2dce966827caf32b21cf005498ef6e595524ffb0aabbe424c705850986edfda4f4b2ba791180a7de900b1778594851de83a5b2cc69baf31c968ee8fb9131ba58')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-31 04:17:00 UTC (rev 139005)
+++ community-x86_64/PKGBUILD   2015-08-31 04:18:14 UTC (rev 139006)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Maintainer: Felix Yan 
-# Contributor: Ralf Schmitt 
-
-pkgbase=python-greenlet
-pkgname=(python-greenlet python2-greenlet)
-pkgver=0.4.9
-pkgrel=1
-pkgdesc="Lightweight in-process concurrent programming"
-license=("MIT")
-url="http://pypi.python.org/pypi/greenlet";
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/source/g/greenlet/greenlet-${pkgver}.zip";)
-arch=('i686' 'x86_64')
-
-prepare() {
-cp -a greenlet-$pkgver greenlet-$pkgver-py2
-}
-
-build

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

2015-08-30 Thread Felix Yan
Date: Monday, August 31, 2015 @ 06:16:31
  Author: fyan
Revision: 139004

upgpkg: jenkins 1.627-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 04:16:12 UTC (rev 139003)
+++ PKGBUILD2015-08-31 04:16:31 UTC (rev 139004)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=1.626
+pkgver=1.627
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('7ca6c358d520f84380db74606e433db33bf2dad777e4386ca31bb22ae327aec209308d74214a391d9b1466ab01fca4eae1c93243212deefa4a5ca1d6dc3d718d'
+sha512sums=('bf588377ae8910b5cc9db42bc177aaf4d714c9433b851cb8daef3e592844dd8f17ecfbc9f9e6e989d9033feacaaaf05ead3537bf61163335e25001499acfe6d1'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


[arch-commits] Commit in jenkins/repos/community-any (12 files)

2015-08-30 Thread Felix Yan
Date: Monday, August 31, 2015 @ 06:17:00
  Author: fyan
Revision: 139005

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 139004, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 139004, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 139004, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 139004, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 139004, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 139004, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |2 
 6 files changed, 160 insertions(+), 160 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-08-31 04:16:31 UTC (rev 139004)
+++ LICENSE 2015-08-31 04:17:00 UTC (rev 139005)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 139004, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-08-31 04:17:00 UTC (rev 139005)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-31 04:16:31 UTC (rev 139004)
+++ PKGBUILD2015-08-31 04:17:00 UTC (rev 139005)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=1.626
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')
-source=("jenkins-${pkgver}.war::http://mirrors.jenkins-ci.org/war/${pkgver}/jenkins.war";
-# Rename to f

[arch-commits] Commit in python-greenlet/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-08-30 Thread Felix Yan
Date: Monday, August 31, 2015 @ 06:16:08
  Author: fyan
Revision: 139002

archrelease: copy trunk to community-x86_64

Added:
  python-greenlet/repos/community-x86_64/PKGBUILD
(from rev 139001, python-greenlet/trunk/PKGBUILD)
Deleted:
  python-greenlet/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-31 04:15:50 UTC (rev 139001)
+++ PKGBUILD2015-08-31 04:16:08 UTC (rev 139002)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Maintainer: Felix Yan 
-# Contributor: Ralf Schmitt 
-
-pkgbase=python-greenlet
-pkgname=(python-greenlet python2-greenlet)
-pkgver=0.4.7
-pkgrel=1
-pkgdesc="Lightweight in-process concurrent programming"
-license=("MIT")
-url="http://pypi.python.org/pypi/greenlet";
-makedepends=('python' 'python2')
-checkdepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/source/g/greenlet/greenlet-${pkgver}.zip";)
-arch=('i686' 'x86_64')
-
-prepare() {
-cp -a greenlet-$pkgver greenlet-$pkgver-py2
-}
-
-build() {
-   cd greenlet-$pkgver
-   python setup.py build
-
-cd ../greenlet-$pkgver-py2
-python2 setup.py build
-}
-
-check() {
-cd greenlet-$pkgver
-python setup.py test
-
-cd ../greenlet-$pkgver-py2
-python2 setup.py test
-}
-
-package_python-greenlet() {
-depends=('python')
-
-cd greenlet-$pkgver
-python setup.py install -O1 --root="$pkgdir"
-install -Dm0644 LICENSE.PSF 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF"
-}
-
-package_python2-greenlet() {
-depends=('python2')
-
-   cd greenlet-$pkgver-py2
-   python2 setup.py install -O1 --root="$pkgdir"
-   install -Dm0644 LICENSE.PSF 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF"
-}
-
-sha512sums=('f2a080b9782bc3f91cf7971b97cb00b9d48d6021e01d413c96128ff32165fbd310ec8e9a1a00d03946e3c637162acd7eb6ebf44425580bd2e7511c3cd15fb192')

Copied: python-greenlet/repos/community-x86_64/PKGBUILD (from rev 139001, 
python-greenlet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-31 04:16:08 UTC (rev 139002)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Maintainer: Felix Yan 
+# Contributor: Ralf Schmitt 
+
+pkgbase=python-greenlet
+pkgname=(python-greenlet python2-greenlet)
+pkgver=0.4.9
+pkgrel=1
+pkgdesc="Lightweight in-process concurrent programming"
+license=("MIT")
+url="http://pypi.python.org/pypi/greenlet";
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.python.org/packages/source/g/greenlet/greenlet-${pkgver}.zip";)
+arch=('i686' 'x86_64')
+
+prepare() {
+cp -a greenlet-$pkgver greenlet-$pkgver-py2
+}
+
+build() {
+   cd greenlet-$pkgver
+   python setup.py build
+
+cd ../greenlet-$pkgver-py2
+python2 setup.py build
+}
+
+check() {
+cd greenlet-$pkgver
+python setup.py test
+
+cd ../greenlet-$pkgver-py2
+python2 setup.py test
+}
+
+package_python-greenlet() {
+depends=('python')
+
+cd greenlet-$pkgver
+python setup.py install -O1 --root="$pkgdir"
+install -Dm0644 LICENSE.PSF 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF"
+}
+
+package_python2-greenlet() {
+depends=('python2')
+
+   cd greenlet-$pkgver-py2
+   python2 setup.py install -O1 --root="$pkgdir"
+   install -Dm0644 LICENSE.PSF 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF"
+}
+
+sha512sums=('2dce966827caf32b21cf005498ef6e595524ffb0aabbe424c705850986edfda4f4b2ba791180a7de900b1778594851de83a5b2cc69baf31c968ee8fb9131ba58')


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

2015-08-30 Thread Felix Yan
Date: Monday, August 31, 2015 @ 06:16:12
  Author: fyan
Revision: 139003

archrelease: copy trunk to community-any

Added:
  sopel/repos/community-any/PKGBUILD
(from rev 139001, sopel/trunk/PKGBUILD)
Deleted:
  sopel/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-31 04:16:08 UTC (rev 139002)
+++ PKGBUILD2015-08-31 04:16:12 UTC (rev 139003)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=sopel
-pkgver=5.5.0
-pkgrel=2
-pkgdesc="An easy-to-use and highly extensible IRC Bot framework (Formerly 
Willie)"
-arch=('any')
-license=('custom:EFL')
-url='http://sopel.chat'
-depends=('python-setuptools' 'sqlite')
-optdepends=('python-feedparser: nws and rss modules'
-'python-pytz: remind module'
-'python-lxml: xkcd module'
-'python-pyenchant: spellchek module'
-'python-praw: reddit module'
-'python-pygeoip: geoip module')
-makedepends=('git' 'python-sphinx')
-checkdepends=('python-pytest' 'python-feedparser' 'python-pytz' 'python-lxml'
-  'python-pyenchant' 'python-praw' 'python-pygeoip')
-backup=('etc/willie.cfg')
-source=("git+https://github.com/sopel-irc/sopel.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir/sopel"
-  python setup.py build
-  make -C docs man
-}
-
-check() {
-  cd "$srcdir/sopel"
-  py.test --ignore build || warning "Tests failed"
-}
-
-package() {
-  cd "$srcdir/sopel"
-  python setup.py install --root="${pkgdir}" --optimize=1
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 contrib/willie.cfg "$pkgdir/etc/willie.cfg"
-  install -Dm644 contrib/willie.service 
"$pkgdir/usr/lib/systemd/system/willie.service"
-  install -Dm644 contrib/willie.conf "$pkgdir/usr/lib/tmpfiles.d/willie.conf"
-  install -Dm644 docs/build/man/willie.1 "$pkgdir/usr/share/man/man1/willie.1"
-}

Copied: sopel/repos/community-any/PKGBUILD (from rev 139001, 
sopel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-31 04:16:12 UTC (rev 139003)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=sopel
+pkgver=5.5.1
+pkgrel=1
+pkgdesc="An easy-to-use and highly extensible IRC Bot framework (Formerly 
Willie)"
+arch=('any')
+license=('custom:EFL')
+url='http://sopel.chat'
+depends=('python-setuptools' 'sqlite')
+optdepends=('python-feedparser: nws and rss modules'
+'python-pytz: remind module'
+'python-lxml: xkcd module'
+'python-pyenchant: spellchek module'
+'python-praw: reddit module'
+'python-pygeoip: geoip module')
+makedepends=('git' 'python-sphinx')
+checkdepends=('python-pytest' 'python-feedparser' 'python-pytz' 'python-lxml'
+  'python-pyenchant' 'python-praw' 'python-pygeoip')
+backup=('etc/willie.cfg')
+source=("git+https://github.com/sopel-irc/sopel.git#tag=$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/sopel"
+  python setup.py build
+  make -C docs man
+}
+
+check() {
+  cd "$srcdir/sopel"
+  py.test --ignore build || warning "Tests failed"
+}
+
+package() {
+  cd "$srcdir/sopel"
+  python setup.py install --root="${pkgdir}" --optimize=1
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 contrib/willie.cfg "$pkgdir/etc/willie.cfg"
+  install -Dm644 contrib/willie.service 
"$pkgdir/usr/lib/systemd/system/willie.service"
+  install -Dm644 contrib/willie.conf "$pkgdir/usr/lib/tmpfiles.d/willie.conf"
+  install -Dm644 docs/build/man/willie.1 "$pkgdir/usr/share/man/man1/willie.1"
+}


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

2015-08-30 Thread Felix Yan
Date: Monday, August 31, 2015 @ 06:15:50
  Author: fyan
Revision: 139001

upgpkg: python-greenlet 0.4.9-1

Modified:
  python-greenlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 04:11:45 UTC (rev 139000)
+++ PKGBUILD2015-08-31 04:15:50 UTC (rev 139001)
@@ -5,13 +5,12 @@
 
 pkgbase=python-greenlet
 pkgname=(python-greenlet python2-greenlet)
-pkgver=0.4.7
+pkgver=0.4.9
 pkgrel=1
 pkgdesc="Lightweight in-process concurrent programming"
 license=("MIT")
 url="http://pypi.python.org/pypi/greenlet";
-makedepends=('python' 'python2')
-checkdepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://pypi.python.org/packages/source/g/greenlet/greenlet-${pkgver}.zip";)
 arch=('i686' 'x86_64')
 
@@ -51,4 +50,4 @@
install -Dm0644 LICENSE.PSF 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF"
 }
 
-sha512sums=('f2a080b9782bc3f91cf7971b97cb00b9d48d6021e01d413c96128ff32165fbd310ec8e9a1a00d03946e3c637162acd7eb6ebf44425580bd2e7511c3cd15fb192')
+sha512sums=('2dce966827caf32b21cf005498ef6e595524ffb0aabbe424c705850986edfda4f4b2ba791180a7de900b1778594851de83a5b2cc69baf31c968ee8fb9131ba58')


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

2015-08-30 Thread Felix Yan
Date: Monday, August 31, 2015 @ 06:11:45
  Author: fyan
Revision: 139000

upgpkg: sopel 5.5.1-1

Modified:
  sopel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 01:00:12 UTC (rev 138999)
+++ PKGBUILD2015-08-31 04:11:45 UTC (rev 139000)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=sopel
-pkgver=5.5.0
-pkgrel=2
+pkgver=5.5.1
+pkgrel=1
 pkgdesc="An easy-to-use and highly extensible IRC Bot framework (Formerly 
Willie)"
 arch=('any')
 license=('custom:EFL')


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

2015-08-30 Thread Daniel Micay
Date: Monday, August 31, 2015 @ 03:00:12
  Author: thestinger
Revision: 138999

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

Added:
  
linux-grsec-lts/repos/community-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 138998, 
linux-grsec-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-grsec-lts/repos/community-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 138998, 
linux-grsec-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  
linux-grsec-lts/repos/community-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 138998, 
linux-grsec-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-grsec-lts/repos/community-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 138998, 
linux-grsec-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-grsec-lts/repos/community-i686/PKGBUILD
(from rev 138998, linux-grsec-lts/trunk/PKGBUILD)
  linux-grsec-lts/repos/community-i686/change-default-console-loglevel.patch
(from rev 138998, 
linux-grsec-lts/trunk/change-default-console-loglevel.patch)
  linux-grsec-lts/repos/community-i686/config
(from rev 138998, linux-grsec-lts/trunk/config)
  linux-grsec-lts/repos/community-i686/config.x86_64
(from rev 138998, linux-grsec-lts/trunk/config.x86_64)
  linux-grsec-lts/repos/community-i686/gcc5_buildfixes.diff
(from rev 138998, linux-grsec-lts/trunk/gcc5_buildfixes.diff)
  linux-grsec-lts/repos/community-i686/linux-grsec-lts.install
(from rev 138998, linux-grsec-lts/trunk/linux-grsec-lts.install)
  linux-grsec-lts/repos/community-i686/linux.preset
(from rev 138998, linux-grsec-lts/trunk/linux.preset)
  
linux-grsec-lts/repos/community-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 138998, 
linux-grsec-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-grsec-lts/repos/community-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 138998, 
linux-grsec-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  
linux-grsec-lts/repos/community-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 138998, 
linux-grsec-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-grsec-lts/repos/community-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 138998, 
linux-grsec-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-grsec-lts/repos/community-x86_64/PKGBUILD
(from rev 138998, linux-grsec-lts/trunk/PKGBUILD)
  linux-grsec-lts/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 138998, 
linux-grsec-lts/trunk/change-default-console-loglevel.patch)
  linux-grsec-lts/repos/community-x86_64/config
(from rev 138998, linux-grsec-lts/trunk/config)
  linux-grsec-lts/repos/community-x86_64/config.x86_64
(from rev 138998, linux-grsec-lts/trunk/config.x86_64)
  linux-grsec-lts/repos/community-x86_64/gcc5_buildfixes.diff
(from rev 138998, linux-grsec-lts/trunk/gcc5_buildfixes.diff)
  linux-grsec-lts/repos/community-x86_64/linux-grsec-lts.install
(from rev 138998, linux-grsec-lts/trunk/linux-grsec-lts.install)
  linux-grsec-lts/repos/community-x86_64/linux.preset
(from rev 138998, linux-grsec-lts/trunk/linux.preset)
Deleted:
  
linux-grsec-lts/repos/community-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux-grsec-lts/repos/community-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  
linux-grsec-lts/repos/community-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
  linux-grsec-lts/repos/community-i686/0006-genksyms-fix-typeof-handling.patch
  linux-grsec-lts/repos/community-i686/PKGBUILD
  linux-grsec-lts/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec-lts/repos/community-i686/config
  linux-grsec-lts/repos/community-i686/config.x86_64
  linux-grsec-lts/repos/community-i686/gcc5_buildfixes.diff
  linux-grsec-lts/repos/community-i686/linux-grsec-lts.install
  linux-grsec-lts/repos/community-i686/linux.preset
  
linux-grsec-lts/repos/community-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux-grsec-lts/repos/community-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  
linux-grsec-lts/repos/community-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
  linux-grsec-lts/repos/community-x86_64/0006-genksyms-fix-typeof-handling.patch
  linux-grsec-lts/repos/community-x86_64/PKGBUILD
  linux-grsec-lts/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec-lts/repos/community-x86_64/config
  linux-grsec-lts/repos/community-x86_64/config.x86_64
  linux-grsec-lts/repos/community-x86_64/gcc5_buildfixes.diff
  linux-grsec-lts/repos/community-x86_64/linux-grsec-lts.install
  linux-grsec-lts/repos/community-x86_64/linux.preset

--+
 /0001-Blueto

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

2015-08-30 Thread Daniel Micay
Date: Monday, August 31, 2015 @ 02:58:38
  Author: thestinger
Revision: 138998

upgpkg: linux-grsec-lts 3.14.51.201508181951-2

Modified:
  linux-grsec-lts/trunk/PKGBUILD
  linux-grsec-lts/trunk/linux-grsec-lts.install

-+
 PKGBUILD|2 +-
 linux-grsec-lts.install |   15 +++
 2 files changed, 16 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 20:09:16 UTC (rev 138997)
+++ PKGBUILD2015-08-31 00:58:38 UTC (rev 138998)
@@ -10,7 +10,7 @@
 _timestamp=201508181951
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=https://grsecurity.net/
 license=('GPL2')

Modified: linux-grsec-lts.install
===
--- linux-grsec-lts.install 2015-08-30 20:09:16 UTC (rev 138997)
+++ linux-grsec-lts.install 2015-08-31 00:58:38 UTC (rev 138998)
@@ -4,6 +4,19 @@
 KERNEL_NAME=
 KERNEL_VERSION=
 
+announce() {
+  cat >> Updating module dependencies. Please wait ..."
@@ -10,6 +23,7 @@
   depmod ${KERNEL_VERSION}
   echo ">>> Generating initial ramdisk, using mkinitcpio.  Please wait..."
   mkinitcpio -p linux${KERNEL_NAME}
+  announce
 }
 
 post_upgrade() {
@@ -22,6 +36,7 @@
   depmod ${KERNEL_VERSION}
   echo ">>> Generating initial ramdisk, using mkinitcpio.  Please wait..."
   mkinitcpio -p linux${KERNEL_NAME}
+  announce
 }
 
 post_remove() {


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

2015-08-30 Thread Antonio Rojas
Date: Monday, August 31, 2015 @ 00:24:41
  Author: arojas
Revision: 245107

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

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

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   40 ---
 extra-x86_64/PKGBUILD |   40 ---
 3 files changed, 82 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-30 22:24:01 UTC (rev 245106)
+++ extra-i686/PKGBUILD 2015-08-30 22:24:41 UTC (rev 245107)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=ffmpegthumbs
-pkgver=15.08_r91_c06602f
-pkgrel=1
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://projects.kde.org/ffmpegthumbs'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-#groups=(kde-applications kdemultimedia)
-depends=(kio ffmpeg)
-makedepends=(extra-cmake-modules git)
-source=("git://git.kde.org/ffmpegthumbs#commit=c06602ff")
-sha1sums=('SKIP')
-
-pkgver() { 
-  cd $pkgname
-  printf "15.08_r%s_%s" "$(git rev-list --count HEAD)" "$(git rev-parse 
--short HEAD)"
-}
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ffmpegthumbs/repos/extra-i686/PKGBUILD (from rev 245106, 
ffmpegthumbs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-30 22:24:41 UTC (rev 245107)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=ffmpegthumbs
+pkgver=15.08_r91_c06602f
+pkgrel=2
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/ffmpegthumbs'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+#groups=(kde-applications kdemultimedia)
+depends=(kio ffmpeg)
+makedepends=(extra-cmake-modules git)
+source=("git://git.kde.org/ffmpegthumbs#commit=c06602ff")
+sha1sums=('SKIP')
+
+pkgver() { 
+  cd $pkgname
+  printf "15.08_r%s_%s" "$(git rev-list --count HEAD)" "$(git rev-parse 
--short HEAD)"
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-30 22:24:01 UTC (rev 245106)
+++ extra-x86_64/PKGBUILD   2015-08-30 22:24:41 UTC (rev 245107)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=ffmpegthumbs
-pkgver=15.08_r91_c06602f
-pkgrel=1
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://projects.kde.org/ffmpegthumbs'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-#groups=(kde-applications kdemultimedia)
-depends=(kio ffmpeg)
-makedepends=(extra-cmake-modules git)
-source=("git://git.kde.org/ffmpegthumbs#commit=c06602ff")
-sha1sums=('SKIP')
-
-pkgver() { 
-  cd $pkgname
-  printf "15.08_r%s_%s" "$(git rev-list --count HEAD)" "$(git rev-parse 
--short HEAD)"
-}
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ffmpegthumbs/repos/extra-x86_64/PKGBUILD (from rev 245106, 
ffmpegthumbs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-30 22:24:41 UTC (rev 245107)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=ffmpegthumbs
+pkgver=15.08_r91_c06602f
+pkgrel=2
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/ffmpegthumbs'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+#groups=(kde-applications kdemultimedia)
+depends=(kio ffmpeg)
+makedepends=(extra-cmake-modules git)
+source=("git://git.kde.org/ffmpegthumbs#commit=c06602ff")
+sha1sums=('SKIP')
+
+pkgver() { 
+  cd $pkgname
+  printf "15.08_r%s_%s" "$(git rev-list --count HEAD)" "$(git rev-parse 
--short HEAD)"
+}
+
+prepare(

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

2015-08-30 Thread Antonio Rojas
Date: Monday, August 31, 2015 @ 00:24:01
  Author: arojas
Revision: 245106

Fix plugin install dir

Modified:
  ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 22:20:24 UTC (rev 245105)
+++ PKGBUILD2015-08-30 22:24:01 UTC (rev 245106)
@@ -4,7 +4,7 @@
 
 pkgname=ffmpegthumbs
 pkgver=15.08_r91_c06602f
-pkgrel=1
+pkgrel=2
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/ffmpegthumbs'
 arch=(i686 x86_64)
@@ -30,7 +30,8 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DBUILD_TESTING=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
   make
 }
 


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

2015-08-30 Thread Antonio Rojas
Date: Monday, August 31, 2015 @ 00:20:24
  Author: arojas
Revision: 245105

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

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

---+
 /PKGBUILD |   40 
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 3 files changed, 80 insertions(+), 40 deletions(-)

Copied: ffmpegthumbs/repos/extra-i686/PKGBUILD (from rev 245104, 
ffmpegthumbs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-30 22:20:24 UTC (rev 245105)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=ffmpegthumbs
+pkgver=15.08_r91_c06602f
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/ffmpegthumbs'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+#groups=(kde-applications kdemultimedia)
+depends=(kio ffmpeg)
+makedepends=(extra-cmake-modules git)
+source=("git://git.kde.org/ffmpegthumbs#commit=c06602ff")
+sha1sums=('SKIP')
+
+pkgver() { 
+  cd $pkgname
+  printf "15.08_r%s_%s" "$(git rev-list --count HEAD)" "$(git rev-parse 
--short HEAD)"
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-30 22:20:09 UTC (rev 245104)
+++ extra-x86_64/PKGBUILD   2015-08-30 22:20:24 UTC (rev 245105)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=ffmpegthumbs
-pkgver=15.08_r91.c06602f
-pkgrel=1
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://projects.kde.org/ffmpegthumbs'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-#groups=(kde-applications kdemultimedia)
-depends=(kio ffmpeg)
-makedepends=(extra-cmake-modules git)
-source=("git://git.kde.org/ffmpegthumbs#commit=c06602ff")
-sha1sums=('SKIP')
-
-pkgver() { 
-  cd $pkgname
-  printf "15.08_r%s_%s" "$(git rev-list --count HEAD)" "$(git rev-parse 
--short HEAD)"
-}
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ffmpegthumbs/repos/extra-x86_64/PKGBUILD (from rev 245104, 
ffmpegthumbs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-30 22:20:24 UTC (rev 245105)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=ffmpegthumbs
+pkgver=15.08_r91_c06602f
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/ffmpegthumbs'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+#groups=(kde-applications kdemultimedia)
+depends=(kio ffmpeg)
+makedepends=(extra-cmake-modules git)
+source=("git://git.kde.org/ffmpegthumbs#commit=c06602ff")
+sha1sums=('SKIP')
+
+pkgver() { 
+  cd $pkgname
+  printf "15.08_r%s_%s" "$(git rev-list --count HEAD)" "$(git rev-parse 
--short HEAD)"
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-08-30 Thread Antonio Rojas
Date: Monday, August 31, 2015 @ 00:20:09
  Author: arojas
Revision: 245104

upgpkg: ffmpegthumbs 15.08_r91_c06602f-1

Modified:
  ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 22:18:19 UTC (rev 245103)
+++ PKGBUILD2015-08-30 22:20:09 UTC (rev 245104)
@@ -3,7 +3,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=ffmpegthumbs
-pkgver=15.08_r91.c06602f
+pkgver=15.08_r91_c06602f
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/ffmpegthumbs'


[arch-commits] Commit in ffmpegthumbs (3 files)

2015-08-30 Thread Antonio Rojas
Date: Monday, August 31, 2015 @ 00:18:19
  Author: arojas
Revision: 245103

archrelease: copy trunk to extra-x86_64

Added:
  ffmpegthumbs/repos/
  ffmpegthumbs/repos/extra-x86_64/
  ffmpegthumbs/repos/extra-x86_64/PKGBUILD
(from rev 245102, ffmpegthumbs/trunk/PKGBUILD)

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

Copied: ffmpegthumbs/repos/extra-x86_64/PKGBUILD (from rev 245102, 
ffmpegthumbs/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2015-08-30 22:18:19 UTC (rev 245103)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=ffmpegthumbs
+pkgver=15.08_r91.c06602f
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/ffmpegthumbs'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+#groups=(kde-applications kdemultimedia)
+depends=(kio ffmpeg)
+makedepends=(extra-cmake-modules git)
+source=("git://git.kde.org/ffmpegthumbs#commit=c06602ff")
+sha1sums=('SKIP')
+
+pkgver() { 
+  cd $pkgname
+  printf "15.08_r%s_%s" "$(git rev-list --count HEAD)" "$(git rev-parse 
--short HEAD)"
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-08-30 Thread Antonio Rojas
Date: Monday, August 31, 2015 @ 00:18:07
  Author: arojas
Revision: 245102

upgpkg: ffmpegthumbs 15.08_r91.c06602f-1

Modified:
  ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 22:16:18 UTC (rev 245101)
+++ PKGBUILD2015-08-30 22:18:07 UTC (rev 245102)
@@ -3,7 +3,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=ffmpegthumbs
-pkgver=15.08.0
+pkgver=15.08_r91.c06602f
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/ffmpegthumbs'


[arch-commits] Commit in (3 files)

2015-08-30 Thread Antonio Rojas
Date: Monday, August 31, 2015 @ 00:16:18
  Author: arojas
Revision: 245101

Add KF5 version of ffmpegthumbs, needed for dolphin 15.08

Added:
  ffmpegthumbs/
  ffmpegthumbs/trunk/
  ffmpegthumbs/trunk/PKGBUILD

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

Added: ffmpegthumbs/trunk/PKGBUILD
===
--- ffmpegthumbs/trunk/PKGBUILD (rev 0)
+++ ffmpegthumbs/trunk/PKGBUILD 2015-08-30 22:16:18 UTC (rev 245101)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=ffmpegthumbs
+pkgver=15.08.0
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/ffmpegthumbs'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+#groups=(kde-applications kdemultimedia)
+depends=(kio ffmpeg)
+makedepends=(extra-cmake-modules git)
+source=("git://git.kde.org/ffmpegthumbs#commit=c06602ff")
+sha1sums=('SKIP')
+
+pkgver() { 
+  cd $pkgname
+  printf "15.08_r%s_%s" "$(git rev-list --count HEAD)" "$(git rev-parse 
--short HEAD)"
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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


[arch-commits] Commit in easytag/repos/extra-x86_64 (4 files)

2015-08-30 Thread Guillaume Alaux
Date: Sunday, August 30, 2015 @ 22:22:43
  Author: guillaume
Revision: 245100

archrelease: copy trunk to extra-x86_64

Added:
  easytag/repos/extra-x86_64/PKGBUILD
(from rev 245099, easytag/trunk/PKGBUILD)
  easytag/repos/extra-x86_64/easytag.install
(from rev 245099, easytag/trunk/easytag.install)
Deleted:
  easytag/repos/extra-x86_64/PKGBUILD
  easytag/repos/extra-x86_64/easytag.install

-+
 PKGBUILD|   70 +++---
 easytag.install |   24 +-
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-30 20:21:43 UTC (rev 245099)
+++ PKGBUILD2015-08-30 20:22:43 UTC (rev 245100)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Kevin Piche 
-# Contributor: Aaron Griffin 
-# Contributor: dorphell 
-
-pkgname=easytag
-pkgver=2.2.6
-pkgrel=1
-pkgdesc='Simple application for viewing and editing tags in audio files'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://easytag.sourceforge.net/'
-makedepends=('intltool' 'itstool')
-depends=('id3lib' 'libid3tag' 'gtk3' 'libvorbis' 'flac' 'speex' 'wavpack' 
'taglib'
- 'desktop-file-utils' 'opusfile')
-install=${pkgname}.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('26437f0d698c3b16794336c335b40f53fa26aefeb77322e45e4e2501c4cff14a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -k check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: easytag/repos/extra-x86_64/PKGBUILD (from rev 245099, 
easytag/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-30 20:22:43 UTC (rev 245100)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+# Contributor: Kevin Piche 
+# Contributor: Aaron Griffin 
+# Contributor: dorphell 
+
+pkgname=easytag
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Simple application for viewing and editing tags in audio files'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://easytag.sourceforge.net/'
+makedepends=('intltool' 'itstool')
+depends=('id3lib' 'libid3tag' 'gtk3' 'libvorbis' 'flac' 'speex' 'wavpack' 
'taglib'
+ 'desktop-file-utils' 'opusfile')
+install=${pkgname}.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b8d882bc168abca96b1b369b10e5b97fa29a7a43f7b33f34489768d111610c3d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -k check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: easytag.install
===
--- easytag.install 2015-08-30 20:21:43 UTC (rev 245099)
+++ easytag.install 2015-08-30 20:22:43 UTC (rev 245100)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: easytag/repos/extra-x86_64/easytag.install (from rev 245099, 
easytag/trunk/easytag.install)
===
--- easytag.install (rev 0)
+++ easytag.install 2015-08-30 20:22:43 UTC (rev 245100)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-08-30 Thread Guillaume Alaux
Date: Sunday, August 30, 2015 @ 22:21:43
  Author: guillaume
Revision: 245099

Upstream release 2.4.0

Modified:
  easytag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 20:08:30 UTC (rev 245098)
+++ PKGBUILD2015-08-30 20:21:43 UTC (rev 245099)
@@ -5,7 +5,7 @@
 # Contributor: dorphell 
 
 pkgname=easytag
-pkgver=2.2.6
+pkgver=2.4.0
 pkgrel=1
 pkgdesc='Simple application for viewing and editing tags in audio files'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
  'desktop-file-utils' 'opusfile')
 install=${pkgname}.install
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('26437f0d698c3b16794336c335b40f53fa26aefeb77322e45e4e2501c4cff14a')
+sha256sums=('b8d882bc168abca96b1b369b10e5b97fa29a7a43f7b33f34489768d111610c3d')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in scratch-text-editor (.SRCINFO)

2015-08-30 Thread Maxime Gauduin
Date: Sunday, August 30, 2015 @ 21:14:58
  Author: alucryd
Revision: 138994

iDelete leftover .SRCINFO

Deleted:
  scratch-text-editor/.SRCINFO

--+
 .SRCINFO |   28 
 1 file changed, 28 deletions(-)

Deleted: .SRCINFO
===
--- .SRCINFO2015-08-30 19:14:14 UTC (rev 138993)
+++ .SRCINFO2015-08-30 19:14:58 UTC (rev 138994)
@@ -1,28 +0,0 @@
-pkgbase = scratch-text-editor
-   pkgdesc = The Pantheon Text Editor
-   pkgver = 2.1.0
-   pkgrel = 1
-   url = https://launchpad.net/scratch
-   install = scratch-text-editor.install
-   arch = i686
-   arch = x86_64
-   groups = pantheon
-   license = GPL3
-   makedepends = cmake
-   makedepends = gobject-introspection
-   makedepends = vala
-   makedepends = vte3
-   makedepends = webkitgtk
-   depends = desktop-file-utils
-   depends = granite-bzr
-   depends = gtksourceview3
-   depends = libpeas
-   depends = zeitgeist
-   optdepends = vala: Outline extension
-   optdepends = vte3: Terminal extension
-   optdepends = webkitgtk: Browser Preview extension
-   source = 
https://launchpad.net/scratch/2.x/2.1/+download/scratch-2.1.0.tgz
-   sha256sums = 
daaaffbf1d990dd9359da27a594a29761100ffb12dd60b275f099f10646f225e
-
-pkgname = scratch-text-editor
-


[arch-commits] Commit in audience (7 files)

2015-08-30 Thread Maxime Gauduin
Date: Sunday, August 30, 2015 @ 21:14:14
  Author: alucryd
Revision: 138993

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

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

---+
 community-i686/PKGBUILD   |   49 
 community-i686/audience.install   |   15 +++
 community-x86_64/PKGBUILD |   49 
 community-x86_64/audience.install |   15 +++
 4 files changed, 128 insertions(+)

Copied: audience/repos/community-i686/PKGBUILD (from rev 138992, 
audience/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-08-30 19:14:14 UTC (rev 138993)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=audience
+pkgver=0.1.0.2
+pkgrel=1
+pkgdesc='The Pantheon Video Player'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/audience'
+license=('GPL3')
+depends=('clutter' 'clutter-gtk' 'desktop-file-utils' 'glib2' 'glibc'
+ 'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'libnotify' 'libx11'
+ 'libgranite.so')
+makedepends=('clutter-gst' 'cmake' 'vala')
+optdepends=('gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries')
+install='audience.install'
+source=("https://launchpad.net/audience/freya/${pkgver}/+download/audience-${pkgver}.tar.xz";)
+sha256sums=('75da7b75a2f3582cb096c63a8a88f5ce0e67a9ec261e096512af4ead97d2bed0')
+
+prepare() {
+  cd audience-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd audience-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd audience-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: audience/repos/community-i686/audience.install (from rev 138992, 
audience/trunk/audience.install)
===
--- repos/community-i686/audience.install   (rev 0)
+++ repos/community-i686/audience.install   2015-08-30 19:14:14 UTC (rev 
138993)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -fqt /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: audience/repos/community-x86_64/PKGBUILD (from rev 138992, 
audience/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2015-08-30 19:14:14 UTC (rev 138993)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=audience
+pkgver=0.1.0.2
+pkgrel=1
+pkgdesc='The Pantheon Video Player'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/audience'
+license=('GPL3')
+depends=('clutter' 'clutter-gtk' 'desktop-file-utils' 'glib2' 'glibc'
+ 'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'libnotify' 'libx11'
+ 'libgranite.so')
+makedepends=('clutter-gst' 'cmake' 'vala')
+optdepends=('gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries')
+install='audience.install'
+source=("https://launchpad.net/audience/freya/${pkgver}/+download/audience-${pkgver}.tar.xz";)
+sha256sums=('75da7b75a2f3582cb096c63a8a88f5ce0e67a9ec261e096512af4ead97d2bed0')
+
+prepare() {
+  cd audience-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd audience-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd audience-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: audience/repos/community-x86_64/audience.install (from rev 138992, 
audience/trunk/audience.install)
===
--- repos/community-x86_64/audience.install 

[arch-commits] Commit in (4 files)

2015-08-30 Thread Maxime Gauduin
Date: Sunday, August 30, 2015 @ 21:13:57
  Author: alucryd
Revision: 138992

Add audience

Added:
  audience/
  audience/trunk/
  audience/trunk/PKGBUILD
  audience/trunk/audience.install

--+
 PKGBUILD |   49 +
 audience.install |   15 +++
 2 files changed, 64 insertions(+)

Added: audience/trunk/PKGBUILD
===
--- audience/trunk/PKGBUILD (rev 0)
+++ audience/trunk/PKGBUILD 2015-08-30 19:13:57 UTC (rev 138992)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=audience
+pkgver=0.1.0.2
+pkgrel=1
+pkgdesc='The Pantheon Video Player'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/audience'
+license=('GPL3')
+depends=('clutter' 'clutter-gtk' 'desktop-file-utils' 'glib2' 'glibc'
+ 'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'libnotify' 'libx11'
+ 'libgranite.so')
+makedepends=('clutter-gst' 'cmake' 'vala')
+optdepends=('gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries')
+install='audience.install'
+source=("https://launchpad.net/audience/freya/${pkgver}/+download/audience-${pkgver}.tar.xz";)
+sha256sums=('75da7b75a2f3582cb096c63a8a88f5ce0e67a9ec261e096512af4ead97d2bed0')
+
+prepare() {
+  cd audience-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd audience-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd audience-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: audience/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: audience/trunk/audience.install
===
--- audience/trunk/audience.install (rev 0)
+++ audience/trunk/audience.install 2015-08-30 19:13:57 UTC (rev 138992)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -fqt /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in scratch-text-editor/trunk (PKGBUILD)

2015-08-30 Thread Maxime Gauduin
Date: Sunday, August 30, 2015 @ 21:08:14
  Author: alucryd
Revision: 138990

upgpkg: scratch-text-editor 2.2.0-2

Remove group for now

Modified:
  scratch-text-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 19:01:05 UTC (rev 138989)
+++ PKGBUILD2015-08-30 19:08:14 UTC (rev 138990)
@@ -4,12 +4,11 @@
 
 pkgname=scratch-text-editor
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='The Pantheon Text Editor'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/scratch'
 license=('GPL3')
-groups=('pantheon')
 depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'gtksourceview3' 'libgee'
  'libpeas' 'pango' 'zeitgeist'
  'libgranite.so')


[arch-commits] Commit in scratch-text-editor/repos (8 files)

2015-08-30 Thread Maxime Gauduin
Date: Sunday, August 30, 2015 @ 21:08:27
  Author: alucryd
Revision: 138991

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

Added:
  scratch-text-editor/repos/community-i686/PKGBUILD
(from rev 138990, scratch-text-editor/trunk/PKGBUILD)
  scratch-text-editor/repos/community-i686/scratch-text-editor.install
(from rev 138990, scratch-text-editor/trunk/scratch-text-editor.install)
  scratch-text-editor/repos/community-x86_64/PKGBUILD
(from rev 138990, scratch-text-editor/trunk/PKGBUILD)
  scratch-text-editor/repos/community-x86_64/scratch-text-editor.install
(from rev 138990, scratch-text-editor/trunk/scratch-text-editor.install)
Deleted:
  scratch-text-editor/repos/community-i686/PKGBUILD
  scratch-text-editor/repos/community-i686/scratch-text-editor.install
  scratch-text-editor/repos/community-x86_64/PKGBUILD
  scratch-text-editor/repos/community-x86_64/scratch-text-editor.install

--+
 /PKGBUILD|  102 +
 /scratch-text-editor.install |   28 ++
 community-i686/PKGBUILD  |   52 
 community-i686/scratch-text-editor.install   |   14 ---
 community-x86_64/PKGBUILD|   52 
 community-x86_64/scratch-text-editor.install |   14 ---
 6 files changed, 130 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-30 19:08:14 UTC (rev 138990)
+++ community-i686/PKGBUILD 2015-08-30 19:08:27 UTC (rev 138991)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-
-pkgname=scratch-text-editor
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='The Pantheon Text Editor'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/scratch'
-license=('GPL3')
-groups=('pantheon')
-depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'gtksourceview3' 'libgee'
- 'libpeas' 'pango' 'zeitgeist'
- 'libgranite.so')
-makedepends=('cmake' 'gobject-introspection' 'gtkspell3' 'vala' 'vte3'
- 'webkitgtk')
-optdepends=('gtkspell3: Spell Check extension'
-'vala: Outline extension'
-'vte3: Terminal extension'
-'webkitgtk: Browser Preview extension')
-install='scratch-text-editor.install'
-source=("https://launchpad.net/scratch/${pkgver%.*.*}.x/${pkgver%.*}/+download/scratch-text-editor-${pkgver}.tar.xz";)
-sha256sums=('18fdfbdba51c92caaf879da70de9bdeac1a9e2befbdfc7052fb6a1a2f428efdc')
-
-prepare() {
-  cd scratch-text-editor-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd scratch-text-editor-${pkgver}/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_LIBDIR='/usr/lib' \
--DGSETTINGS_COMPILE='FALSE'
-  make
-}
-
-package() {
-  cd scratch-text-editor-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: scratch-text-editor/repos/community-i686/PKGBUILD (from rev 138990, 
scratch-text-editor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-30 19:08:27 UTC (rev 138991)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=scratch-text-editor
+pkgver=2.2.0
+pkgrel=2
+pkgdesc='The Pantheon Text Editor'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/scratch'
+license=('GPL3')
+depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'gtksourceview3' 'libgee'
+ 'libpeas' 'pango' 'zeitgeist'
+ 'libgranite.so')
+makedepends=('cmake' 'gobject-introspection' 'gtkspell3' 'vala' 'vte3'
+ 'webkitgtk')
+optdepends=('gtkspell3: Spell Check extension'
+'vala: Outline extension'
+'vte3: Terminal extension'
+'webkitgtk: Browser Preview extension')
+install='scratch-text-editor.install'
+source=("https://launchpad.net/scratch/${pkgver%.*.*}.x/${pkgver%.*}/+download/scratch-text-editor-${pkgver}.tar.xz";)
+sha256sums=('18fdfbdba51c92caaf879da70de9bdeac1a9e2befbdfc7052fb6a1a2f428efdc')
+
+prepare() {
+  cd scratch-text-editor-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd scratch-text-editor-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd scratch-text-editor-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/scratch-text-editor.install
===
--- community-i686/scratch-text-editor.install  2015-08-30 19:08:14 UTC (rev 
138990)
+++ community-i686/scratch

[arch-commits] Commit in (5 files)

2015-08-30 Thread Maxime Gauduin
Date: Sunday, August 30, 2015 @ 21:00:44
  Author: alucryd
Revision: 138988

Add scratch-text-editor

Added:
  scratch-text-editor/
  scratch-text-editor/.SRCINFO
  scratch-text-editor/trunk/
  scratch-text-editor/trunk/PKGBUILD
  scratch-text-editor/trunk/scratch-text-editor.install

---+
 .SRCINFO  |   28 +++
 trunk/PKGBUILD|   52 
 trunk/scratch-text-editor.install |   14 +
 3 files changed, 94 insertions(+)

Added: scratch-text-editor/.SRCINFO
===
--- scratch-text-editor/.SRCINFO(rev 0)
+++ scratch-text-editor/.SRCINFO2015-08-30 19:00:44 UTC (rev 138988)
@@ -0,0 +1,28 @@
+pkgbase = scratch-text-editor
+   pkgdesc = The Pantheon Text Editor
+   pkgver = 2.1.0
+   pkgrel = 1
+   url = https://launchpad.net/scratch
+   install = scratch-text-editor.install
+   arch = i686
+   arch = x86_64
+   groups = pantheon
+   license = GPL3
+   makedepends = cmake
+   makedepends = gobject-introspection
+   makedepends = vala
+   makedepends = vte3
+   makedepends = webkitgtk
+   depends = desktop-file-utils
+   depends = granite-bzr
+   depends = gtksourceview3
+   depends = libpeas
+   depends = zeitgeist
+   optdepends = vala: Outline extension
+   optdepends = vte3: Terminal extension
+   optdepends = webkitgtk: Browser Preview extension
+   source = 
https://launchpad.net/scratch/2.x/2.1/+download/scratch-2.1.0.tgz
+   sha256sums = 
daaaffbf1d990dd9359da27a594a29761100ffb12dd60b275f099f10646f225e
+
+pkgname = scratch-text-editor
+

Added: scratch-text-editor/trunk/PKGBUILD
===
--- scratch-text-editor/trunk/PKGBUILD  (rev 0)
+++ scratch-text-editor/trunk/PKGBUILD  2015-08-30 19:00:44 UTC (rev 138988)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=scratch-text-editor
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='The Pantheon Text Editor'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/scratch'
+license=('GPL3')
+groups=('pantheon')
+depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'gtksourceview3' 'libgee'
+ 'libpeas' 'pango' 'zeitgeist'
+ 'libgranite.so')
+makedepends=('cmake' 'gobject-introspection' 'gtkspell3' 'vala' 'vte3'
+ 'webkitgtk')
+optdepends=('gtkspell3: Spell Check extension'
+'vala: Outline extension'
+'vte3: Terminal extension'
+'webkitgtk: Browser Preview extension')
+install='scratch-text-editor.install'
+source=("https://launchpad.net/scratch/${pkgver%.*.*}.x/${pkgver%.*}/+download/scratch-text-editor-${pkgver}.tar.xz";)
+sha256sums=('18fdfbdba51c92caaf879da70de9bdeac1a9e2befbdfc7052fb6a1a2f428efdc')
+
+prepare() {
+  cd scratch-text-editor-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd scratch-text-editor-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd scratch-text-editor-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: scratch-text-editor/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: scratch-text-editor/trunk/scratch-text-editor.install
===
--- scratch-text-editor/trunk/scratch-text-editor.install   
(rev 0)
+++ scratch-text-editor/trunk/scratch-text-editor.install   2015-08-30 
19:00:44 UTC (rev 138988)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in scratch-text-editor (7 files)

2015-08-30 Thread Maxime Gauduin
Date: Sunday, August 30, 2015 @ 21:01:05
  Author: alucryd
Revision: 138989

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

Added:
  scratch-text-editor/repos/
  scratch-text-editor/repos/community-i686/
  scratch-text-editor/repos/community-i686/PKGBUILD
(from rev 138988, scratch-text-editor/trunk/PKGBUILD)
  scratch-text-editor/repos/community-i686/scratch-text-editor.install
(from rev 138988, scratch-text-editor/trunk/scratch-text-editor.install)
  scratch-text-editor/repos/community-x86_64/
  scratch-text-editor/repos/community-x86_64/PKGBUILD
(from rev 138988, scratch-text-editor/trunk/PKGBUILD)
  scratch-text-editor/repos/community-x86_64/scratch-text-editor.install
(from rev 138988, scratch-text-editor/trunk/scratch-text-editor.install)

--+
 community-i686/PKGBUILD  |   52 +
 community-i686/scratch-text-editor.install   |   14 ++
 community-x86_64/PKGBUILD|   52 +
 community-x86_64/scratch-text-editor.install |   14 ++
 4 files changed, 132 insertions(+)

Copied: scratch-text-editor/repos/community-i686/PKGBUILD (from rev 138988, 
scratch-text-editor/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-08-30 19:01:05 UTC (rev 138989)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=scratch-text-editor
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='The Pantheon Text Editor'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/scratch'
+license=('GPL3')
+groups=('pantheon')
+depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'gtksourceview3' 'libgee'
+ 'libpeas' 'pango' 'zeitgeist'
+ 'libgranite.so')
+makedepends=('cmake' 'gobject-introspection' 'gtkspell3' 'vala' 'vte3'
+ 'webkitgtk')
+optdepends=('gtkspell3: Spell Check extension'
+'vala: Outline extension'
+'vte3: Terminal extension'
+'webkitgtk: Browser Preview extension')
+install='scratch-text-editor.install'
+source=("https://launchpad.net/scratch/${pkgver%.*.*}.x/${pkgver%.*}/+download/scratch-text-editor-${pkgver}.tar.xz";)
+sha256sums=('18fdfbdba51c92caaf879da70de9bdeac1a9e2befbdfc7052fb6a1a2f428efdc')
+
+prepare() {
+  cd scratch-text-editor-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd scratch-text-editor-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd scratch-text-editor-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: scratch-text-editor/repos/community-i686/scratch-text-editor.install 
(from rev 138988, scratch-text-editor/trunk/scratch-text-editor.install)
===
--- repos/community-i686/scratch-text-editor.install
(rev 0)
+++ repos/community-i686/scratch-text-editor.install2015-08-30 19:01:05 UTC 
(rev 138989)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: scratch-text-editor/repos/community-x86_64/PKGBUILD (from rev 138988, 
scratch-text-editor/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2015-08-30 19:01:05 UTC (rev 138989)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=scratch-text-editor
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='The Pantheon Text Editor'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/scratch'
+license=('GPL3')
+groups=('pantheon')
+depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'gtksourceview3' 'libgee'
+ 'libpeas' 'pango' 'zeitgeist'
+ 'libgranite.so')
+makedepends=('cmake' 'gobject-introspection' 'gtkspell3' 'vala' 'vte3'
+ 'webkitgtk')
+optdepends=('gtkspell3: Spell Check extension'
+'vala: Outline extension'
+'vte3: Terminal extension'
+'webkitgtk: Browser Preview extension')
+install='scratch-text-editor.install'
+source=("https://launchpad.net/scratch/${pkgver%.*.*}.x/${pkgver%.*}/+download/scratch-text-editor-${pkgver}.tar.xz";)
+sha256sums=('18fdfbdba51c92caaf879da70de9bdeac1a9e2befbdfc7052fb6a1a2f428efdc')
+
+prepare() {
+  cd scratch-text-editor-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd scratch-text-editor-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=

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

2015-08-30 Thread Bartłomiej Piotrowski
Date: Sunday, August 30, 2015 @ 20:07:46
  Author: bpiotrowski
Revision: 245094

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

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

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

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

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

2015-08-30 Thread Bartłomiej Piotrowski
Date: Sunday, August 30, 2015 @ 20:07:21
  Author: bpiotrowski
Revision: 245093

upgpkg: bash 4.3.042-1

new upstream patchset

Modified:
  bash/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 13:27:20 UTC (rev 245092)
+++ PKGBUILD2015-08-30 18:07:21 UTC (rev 245093)
@@ -5,7 +5,7 @@
 
 pkgname=bash
 _basever=4.3
-_patchlevel=039
+_patchlevel=042
 pkgver=$_basever.$_patchlevel
 pkgrel=1
 pkgdesc='The GNU Bourne Again shell'
@@ -163,4 +163,10 @@
  '61e0522830b24fbe8c0d1b010f132470'
  'SKIP'
  'a4775487abe958536751c8ce53cdf6f9'
+ 'SKIP'
+ '80d3587c58854e226055ef099ffeb535'
+ 'SKIP'
+ '20bf63eef7cb441c0b1cc49ef3191d03'
+ 'SKIP'
+ '4150846ca72b8ab3aa83f276726e6b09'
  'SKIP')


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

2015-08-30 Thread Dan McGee
Date: Sunday, August 30, 2015 @ 15:27:13
  Author: dan
Revision: 245091

upgpkg: python-virtualenv 13.1.2-1

Modified:
  python-virtualenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 13:23:56 UTC (rev 245090)
+++ PKGBUILD2015-08-30 13:27:13 UTC (rev 245091)
@@ -3,7 +3,7 @@
 # Contributor: Daniele Paolella 
 
 pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=13.1.0
+pkgver=13.1.2
 pkgrel=1
 pkgdesc="Virtual Python Environment builder"
 url="https://virtualenv.pypa.io/";
@@ -13,8 +13,8 @@
 replaces=('virtualenv')
 conflicts=('virtualenv')
 
source=("http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz";)
-md5sums=('70f63a429b7dd7c3e10f6af09ed32554')
-sha256sums=('7ef0a0b1a1cb4b6407d2c1ff4a0f74865a13e6219482888a21bdcaa60c0f1e73')
+md5sums=('b989598f068d64b32dead530eb25589a')
+sha256sums=('aabc8ef18cddbd8a2a9c7f92bc43e2fea54b1147330d65db920ef3ce9812e3dc')
 
 package_python-virtualenv() {
   depends=('python')


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

2015-08-30 Thread Dan McGee
Date: Sunday, August 30, 2015 @ 15:27:20
  Author: dan
Revision: 245092

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-30 13:27:13 UTC (rev 245091)
+++ PKGBUILD2015-08-30 13:27:20 UTC (rev 245092)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Daniele Paolella 
-
-pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=13.1.0
-pkgrel=1
-pkgdesc="Virtual Python Environment builder"
-url="https://virtualenv.pypa.io/";
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python2')
-replaces=('virtualenv')
-conflicts=('virtualenv')
-source=("http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz";)
-md5sums=('70f63a429b7dd7c3e10f6af09ed32554')
-sha256sums=('7ef0a0b1a1cb4b6407d2c1ff4a0f74865a13e6219482888a21bdcaa60c0f1e73')
-
-package_python-virtualenv() {
-  depends=('python')
-
-  cd "$srcdir/virtualenv-$pkgver"
-  LANG='en_US.UTF-8' python3 setup.py build
-  LANG='en_US.UTF-8' python3 setup.py install --prefix=/usr --root="$pkgdir"
-
-  # link to a version with 3 suffix as well
-  ln "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv3"
-
-  install -D -m644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-virtualenv() {
-  depends=('python2')
-
-  cd "$srcdir/virtualenv-$pkgver"
-
-  # should report this upstream as still not fixed...
-  sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" virtualenv.py
-
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root="$pkgdir"
-
-  # move this "old" version out of the way
-  mv "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv2"
-
-  install -D -m644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-virtualenv/repos/extra-any/PKGBUILD (from rev 245091, 
python-virtualenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-30 13:27:20 UTC (rev 245092)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Daniele Paolella 
+
+pkgname=('python-virtualenv' 'python2-virtualenv')
+pkgver=13.1.2
+pkgrel=1
+pkgdesc="Virtual Python Environment builder"
+url="https://virtualenv.pypa.io/";
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python2')
+replaces=('virtualenv')
+conflicts=('virtualenv')
+source=("http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz";)
+md5sums=('b989598f068d64b32dead530eb25589a')
+sha256sums=('aabc8ef18cddbd8a2a9c7f92bc43e2fea54b1147330d65db920ef3ce9812e3dc')
+
+package_python-virtualenv() {
+  depends=('python')
+
+  cd "$srcdir/virtualenv-$pkgver"
+  LANG='en_US.UTF-8' python3 setup.py build
+  LANG='en_US.UTF-8' python3 setup.py install --prefix=/usr --root="$pkgdir"
+
+  # link to a version with 3 suffix as well
+  ln "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv3"
+
+  install -D -m644 LICENSE.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-virtualenv() {
+  depends=('python2')
+
+  cd "$srcdir/virtualenv-$pkgver"
+
+  # should report this upstream as still not fixed...
+  sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" virtualenv.py
+
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="$pkgdir"
+
+  # move this "old" version out of the way
+  mv "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv2"
+
+  install -D -m644 LICENSE.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-08-30 Thread Dan McGee
Date: Sunday, August 30, 2015 @ 15:23:56
  Author: dan
Revision: 245090

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 245089, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 245089, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 245089, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 245089, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 245089, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 245089, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 245089, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 245089, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-30 13:23:43 UTC (rev 245089)
+++ extra-i686/PKGBUILD 2015-08-30 13:23:56 UTC (rev 245090)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/";
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz";
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign";
-git-daemon@.service
-git-daemon.socket)
-md5sums=('f108b475a0aa30e9587be4295ab0bb09'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p "$pkgdir"/usr/share/git/
-  install -m644 ./contrib/

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

2015-08-30 Thread Dan McGee
Date: Sunday, August 30, 2015 @ 15:23:43
  Author: dan
Revision: 245089

upgpkg: git 2.5.1-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 12:55:27 UTC (rev 245088)
+++ PKGBUILD2015-08-30 13:23:43 UTC (rev 245089)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.5.0
+pkgver=2.5.1
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -27,7 +27,7 @@
 "https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign";
 git-daemon@.service
 git-daemon.socket)
-md5sums=('f108b475a0aa30e9587be4295ab0bb09'
+md5sums=('55b9c496ea2d87148a2bfe1b6f6edd02'
  'SKIP'
  '042524f942785772d7bd52a1f02fe5ae'
  'f67869315c2cc112e076f0c73f248002')


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

2015-08-30 Thread Pierre Schmitz
Date: Sunday, August 30, 2015 @ 14:55:27
  Author: pierre
Revision: 245088

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

Added:
  lighttpd/repos/extra-i686/PKGBUILD
(from rev 245087, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/extra-i686/lighttpd.conf
(from rev 245087, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/extra-i686/lighttpd.install
(from rev 245087, lighttpd/trunk/lighttpd.install)
  lighttpd/repos/extra-i686/lighttpd.logrotate.d
(from rev 245087, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/extra-i686/lighttpd.service
(from rev 245087, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/extra-i686/lighttpd.tmpfiles
(from rev 245087, lighttpd/trunk/lighttpd.tmpfiles)
  lighttpd/repos/extra-x86_64/PKGBUILD
(from rev 245087, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/extra-x86_64/lighttpd.conf
(from rev 245087, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/extra-x86_64/lighttpd.install
(from rev 245087, lighttpd/trunk/lighttpd.install)
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
(from rev 245087, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/extra-x86_64/lighttpd.service
(from rev 245087, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles
(from rev 245087, lighttpd/trunk/lighttpd.tmpfiles)
Deleted:
  lighttpd/repos/extra-i686/PKGBUILD
  lighttpd/repos/extra-i686/lighttpd.conf
  lighttpd/repos/extra-i686/lighttpd.install
  lighttpd/repos/extra-i686/lighttpd.logrotate.d
  lighttpd/repos/extra-i686/lighttpd.service
  lighttpd/repos/extra-i686/lighttpd.tmpfiles
  lighttpd/repos/extra-x86_64/PKGBUILD
  lighttpd/repos/extra-x86_64/lighttpd.conf
  lighttpd/repos/extra-x86_64/lighttpd.install
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
  lighttpd/repos/extra-x86_64/lighttpd.service
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles

---+
 /PKGBUILD |  146 
 /lighttpd.conf|   44 ++
 /lighttpd.install |   18 
 /lighttpd.logrotate.d |   18 
 /lighttpd.service |   24 +
 /lighttpd.tmpfiles|4 
 extra-i686/PKGBUILD   |   73 --
 extra-i686/lighttpd.conf  |   22 -
 extra-i686/lighttpd.install   |9 --
 extra-i686/lighttpd.logrotate.d   |9 --
 extra-i686/lighttpd.service   |   12 --
 extra-i686/lighttpd.tmpfiles  |2 
 extra-x86_64/PKGBUILD |   73 --
 extra-x86_64/lighttpd.conf|   22 -
 extra-x86_64/lighttpd.install |9 --
 extra-x86_64/lighttpd.logrotate.d |9 --
 extra-x86_64/lighttpd.service |   12 --
 extra-x86_64/lighttpd.tmpfiles|2 
 18 files changed, 254 insertions(+), 254 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-30 12:55:11 UTC (rev 245087)
+++ extra-i686/PKGBUILD 2015-08-30 12:55:27 UTC (rev 245088)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=lighttpd
-pkgver=1.4.36
-pkgrel=1
-pkgdesc='A secure, fast, compliant and very flexible web-server'
-license=('custom')
-arch=('i686' 'x86_64')
-url="http://www.lighttpd.net/";
-depends=('pcre' 'bzip2' 'libldap' 'util-linux' 'systemd')
-makedepends=('fcgi' 'libmariadbclient' 'lua51' 'libxml2' 'e2fsprogs' 'sqlite' 
'gdbm' 'pkgconfig')
-optdepends=('libxml2: mod_webdav'
-'lua51: mod_cml/mod_magnet'
-'libmariadbclient: mod_mysql_vhost'
-'sqlite: mod_webdav')
-checkdepends=('git' 'subversion' 'perl-cgi')
-backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
-options=('emptydirs')
-install='lighttpd.install'
-source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz";
-
"http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz.asc";
-'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('897ab6b1cc7bd51671f8af759e7846245fbbca0685c30017e93a5882a9ac1a53'
-'SKIP'
-'41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
-'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'
-'d8a185145a7c08b4fd8c8e6c12dae3e176389dd9b1c66e239757b2ba5108c871'
-'0c88403364e732c06090f6807105dedbac25aa82add0499d28007f8aaa780b78')
-validpgpkeys=('C7CA1E9E29DC77F5480894B2E0E7D0171E95BAD7')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libdir=/usr/lib/lighttpd/ \
-   --sysconfdir=/etc/lighttpd \
-   --with-mysql \
-   --with-ldap \
-   --with-attr \
-   --with-openssl \
-   --with-kerberos5 \
-   --without-fam \
-   --with-webdav-

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

2015-08-30 Thread Pierre Schmitz
Date: Sunday, August 30, 2015 @ 14:55:11
  Author: pierre
Revision: 245087

upgpkg: lighttpd 1.4.37-1

Modified:
  lighttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 10:03:25 UTC (rev 245086)
+++ PKGBUILD2015-08-30 12:55:11 UTC (rev 245087)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=lighttpd
-pkgver=1.4.36
+pkgver=1.4.37
 pkgrel=1
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
@@ -21,7 +21,7 @@
 
source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz";
 
"http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz.asc";
 'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('897ab6b1cc7bd51671f8af759e7846245fbbca0685c30017e93a5882a9ac1a53'
+sha256sums=('804e6f60567ca1da2b3927f92b7e9332b93aca9560f282ca135b86b7558979bd'
 'SKIP'
 '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
 'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'


[arch-commits] Commit in noise-player (11 files)

2015-08-30 Thread Maxime Gauduin
Date: Sunday, August 30, 2015 @ 14:53:27
  Author: alucryd
Revision: 138987

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

Added:
  noise-player/repos/
  noise-player/repos/community-i686/
  noise-player/repos/community-i686/PKGBUILD
(from rev 138986, noise-player/trunk/PKGBUILD)
  noise-player/repos/community-i686/mesa-demos-conflict.patch
(from rev 138986, noise-player/trunk/mesa-demos-conflict.patch)
  noise-player/repos/community-i686/noise-install-dirs.patch
(from rev 138986, noise-player/trunk/noise-install-dirs.patch)
  noise-player/repos/community-i686/noise.install
(from rev 138986, noise-player/trunk/noise.install)
  noise-player/repos/community-x86_64/
  noise-player/repos/community-x86_64/PKGBUILD
(from rev 138986, noise-player/trunk/PKGBUILD)
  noise-player/repos/community-x86_64/mesa-demos-conflict.patch
(from rev 138986, noise-player/trunk/mesa-demos-conflict.patch)
  noise-player/repos/community-x86_64/noise-install-dirs.patch
(from rev 138986, noise-player/trunk/noise-install-dirs.patch)
  noise-player/repos/community-x86_64/noise.install
(from rev 138986, noise-player/trunk/noise.install)

+
 community-i686/PKGBUILD|   60 +++
 community-i686/mesa-demos-conflict.patch   |   68 +++
 community-i686/noise-install-dirs.patch|   42 
 community-i686/noise.install   |   15 +
 community-x86_64/PKGBUILD  |   60 +++
 community-x86_64/mesa-demos-conflict.patch |   68 +++
 community-x86_64/noise-install-dirs.patch  |   42 
 community-x86_64/noise.install |   15 +
 8 files changed, 370 insertions(+)

Copied: noise-player/repos/community-i686/PKGBUILD (from rev 138986, 
noise-player/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-08-30 12:53:27 UTC (rev 138987)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=noise-player
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='The Pantheon Music Player'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/noise'
+license=('GPL3')
+depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc'
+ 'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'hicolor-icon-theme'
+ 'libgee' 'libgpod' 'libnotify' 'libpeas' 'libsoup' 'libxml2' 'pango'
+ 'sqlheavy' 'taglib' 'zeitgeist'
+ 'libgranite.so')
+makedepends=('cmake' 'gobject-introspection' 'vala')
+optdepends=('gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries')
+replaces=('noise')
+install='noise.install'
+source=("https://launchpad.net/noise/${pkgver%.*}.x/${pkgver}/+download/noise-${pkgver}.tgz";
+'mesa-demos-conflict.patch'
+'noise-install-dirs.patch')
+sha256sums=('245c4659d0944be59b53ed24089ffe7ad77dbaf6d1834b871bc860bc646e0e1e'
+'b3bec8516d9497ee961fcd607e96b7c17ed76eed3d7af4093827ff5e052d0dc0'
+'d0ebc710a742d942e04a8df61d91dd75ae4b2aeafe7fece08f1fbc90c507f1df')
+
+prepare() {
+  cd noise-${pkgver}
+
+  patch -Np1 -i ../mesa-demos-conflict.patch
+  patch -Np1 -i ../noise-install-dirs.patch
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+
+}
+
+build() {
+  cd noise-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DGSETTINGS_COMPILE='FALSE'
+  make -j1
+}
+
+package() {
+  cd noise-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: noise-player/repos/community-i686/mesa-demos-conflict.patch (from rev 
138986, noise-player/trunk/mesa-demos-conflict.patch)
===
--- repos/community-i686/mesa-demos-conflict.patch  
(rev 0)
+++ repos/community-i686/mesa-demos-conflict.patch  2015-08-30 12:53:27 UTC 
(rev 138987)
@@ -0,0 +1,68 @@
+diff -rupN noise-0.3.1.orig/data/CMakeLists.txt noise-0.3.1/data/CMakeLists.txt
+--- noise-0.3.1.orig/data/CMakeLists.txt   2015-08-30 13:02:13.782481101 
+0200
 noise-0.3.1/data/CMakeLists.txt2015-08-30 13:04:05.279065874 +0200
+@@ -1 +1 @@
+-install (FILES noise.desktop DESTINATION share/applications)
++install (FILES noise-player.desktop DESTINATION share/applications)
+diff -rupN noise-0.3.1.orig/data/noise.desktop noise-0.3.1/data/noise.desktop
+--- noise-0.3.1.orig/data/noise.desktop2015-08-30 13:02:13.782481101 
+0200
 noise-0.3.1/data/noise.desktop 1970-01-01 01:00:00.0 +0100
+@@ -1,21 +0,0 @@
+-[Desktop Entry]
+-Type=Application
+-Name

[arch-commits] Commit in (7 files)

2015-08-30 Thread Maxime Gauduin
Date: Sunday, August 30, 2015 @ 14:53:05
  Author: alucryd
Revision: 138986

Rename noise to noise-player

Added:
  noise-player/
  noise-player/trunk/
  noise-player/trunk/PKGBUILD
  noise-player/trunk/mesa-demos-conflict.patch
  noise-player/trunk/noise-install-dirs.patch
  noise-player/trunk/noise.install
Deleted:
  noise/

---+
 PKGBUILD  |   60 ++
 mesa-demos-conflict.patch |   68 
 noise-install-dirs.patch  |   42 +++
 noise.install |   15 +
 4 files changed, 185 insertions(+)

Added: noise-player/trunk/PKGBUILD
===
--- noise-player/trunk/PKGBUILD (rev 0)
+++ noise-player/trunk/PKGBUILD 2015-08-30 12:53:05 UTC (rev 138986)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=noise-player
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='The Pantheon Music Player'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/noise'
+license=('GPL3')
+depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc'
+ 'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'hicolor-icon-theme'
+ 'libgee' 'libgpod' 'libnotify' 'libpeas' 'libsoup' 'libxml2' 'pango'
+ 'sqlheavy' 'taglib' 'zeitgeist'
+ 'libgranite.so')
+makedepends=('cmake' 'gobject-introspection' 'vala')
+optdepends=('gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries')
+replaces=('noise')
+install='noise.install'
+source=("https://launchpad.net/noise/${pkgver%.*}.x/${pkgver}/+download/noise-${pkgver}.tgz";
+'mesa-demos-conflict.patch'
+'noise-install-dirs.patch')
+sha256sums=('245c4659d0944be59b53ed24089ffe7ad77dbaf6d1834b871bc860bc646e0e1e'
+'b3bec8516d9497ee961fcd607e96b7c17ed76eed3d7af4093827ff5e052d0dc0'
+'d0ebc710a742d942e04a8df61d91dd75ae4b2aeafe7fece08f1fbc90c507f1df')
+
+prepare() {
+  cd noise-${pkgver}
+
+  patch -Np1 -i ../mesa-demos-conflict.patch
+  patch -Np1 -i ../noise-install-dirs.patch
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+
+}
+
+build() {
+  cd noise-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DGSETTINGS_COMPILE='FALSE'
+  make -j1
+}
+
+package() {
+  cd noise-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: noise-player/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: noise-player/trunk/mesa-demos-conflict.patch
===
--- noise-player/trunk/mesa-demos-conflict.patch
(rev 0)
+++ noise-player/trunk/mesa-demos-conflict.patch2015-08-30 12:53:05 UTC 
(rev 138986)
@@ -0,0 +1,68 @@
+diff -rupN noise-0.3.1.orig/data/CMakeLists.txt noise-0.3.1/data/CMakeLists.txt
+--- noise-0.3.1.orig/data/CMakeLists.txt   2015-08-30 13:02:13.782481101 
+0200
 noise-0.3.1/data/CMakeLists.txt2015-08-30 13:04:05.279065874 +0200
+@@ -1 +1 @@
+-install (FILES noise.desktop DESTINATION share/applications)
++install (FILES noise-player.desktop DESTINATION share/applications)
+diff -rupN noise-0.3.1.orig/data/noise.desktop noise-0.3.1/data/noise.desktop
+--- noise-0.3.1.orig/data/noise.desktop2015-08-30 13:02:13.782481101 
+0200
 noise-0.3.1/data/noise.desktop 1970-01-01 01:00:00.0 +0100
+@@ -1,21 +0,0 @@
+-[Desktop Entry]
+-Type=Application
+-Name=Noise
+-GenericName=Music Player
+-Comment=Listen to music
+-Exec=noise %U
+-Icon=multimedia-audio-player
+-Terminal=false
+-Categories=Audio;Music;Player;AudioVideo;GNOME;GTK;
+-MimeType=x-content/audio-player;x-content/audio-cdda;application/ogg;application/x-extension-m4a;application/x-extension-mp4;application/x-flac;application/x-ogg;audio/3gpp;audio/aac;audio/ac3;audio/AMR;audio/AMR-WB;audio/basic;audio/flac;audio/midi;audio/mp2;audio/mp4;audio/mpeg;audio/ogg;audio/vnd.rn-realaudio;audio/x-aiff;audio/x-ape;audio/x-flac;audio/x-gsm;audio/x-it;audio/x-m4a;audio/x-matroska;audio/x-mod;audio/x-mp3;audio/x-mpeg;audio/x-mpegurl;audio/x-ms-asf;audio/x-ms-asx;audio/x-ms-wax;audio/x-ms-wma;audio/x-musepack;audio/x-pn-aiff;audio/x-pn-au;audio/x-pn-realaudio;audio/x-pn-realaudio-plugin;audio/x-pn-wav;audio/x-pn-windows-acm;audio/x-realaudio;audio/x-real-audio;audio/x-sbc;audio/x-scpls;audio/x-speex;audio/x-tta;audio/x-vorbis;audio/x-vorbis+ogg;audio/x-wav;audio/x-wavpack;audio/x-xm;
+-StartupNotify=true
+-X-GNOME-Gettext-Domain=noise
+-X-GNOME-Keywords=Noise;Audio;Player;MP3;iPod;Play;Playlist;Media;CD;Phone;Songs;
+-X-

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

2015-08-30 Thread Maxime Gauduin
Date: Sunday, August 30, 2015 @ 14:51:33
  Author: alucryd
Revision: 138985

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

Added:
  pantheon-terminal/repos/community-i686/PKGBUILD
(from rev 138984, pantheon-terminal/trunk/PKGBUILD)
  pantheon-terminal/repos/community-i686/pantheon-terminal.install
(from rev 138984, pantheon-terminal/trunk/pantheon-terminal.install)
  pantheon-terminal/repos/community-x86_64/PKGBUILD
(from rev 138984, pantheon-terminal/trunk/PKGBUILD)
  pantheon-terminal/repos/community-x86_64/pantheon-terminal.install
(from rev 138984, pantheon-terminal/trunk/pantheon-terminal.install)
Deleted:
  pantheon-terminal/repos/community-i686/PKGBUILD
  pantheon-terminal/repos/community-i686/pantheon-terminal.install
  pantheon-terminal/repos/community-x86_64/PKGBUILD
  pantheon-terminal/repos/community-x86_64/pantheon-terminal.install

+
 /PKGBUILD  |   88 +++
 /pantheon-terminal.install |   28 
 community-i686/PKGBUILD|   37 ---
 community-i686/pantheon-terminal.install   |   14 
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/pantheon-terminal.install |   14 
 6 files changed, 116 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-30 12:51:20 UTC (rev 138984)
+++ community-i686/PKGBUILD 2015-08-30 12:51:33 UTC (rev 138985)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-terminal
-pkgver=0.3.1.1
-pkgrel=1
-pkgdesc='The Pantheon Terminal Emulator'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-terminal'
-license=('GPL3')
-depends=('desktop-file-utils' 'granite' 'libnotify' 'vte290')
-makedepends=('cmake' 'vala')
-install='pantheon-terminal.install'
-source=("https://launchpad.net/pantheon-terminal/0.3.x/${pkgver}/+download/pantheon-terminal-${pkgver}.tgz";)
-sha256sums=('928f705376a4da5ed6f9319333d9af3e87a24c7feab21107715191e00c6abc96')
-
-build() {
-  cd pantheon-terminal-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DGSETTINGS_COMPILE='OFF'
-  make
-}
-
-package() {
-  cd pantheon-terminal-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-terminal/repos/community-i686/PKGBUILD (from rev 138984, 
pantheon-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-30 12:51:33 UTC (rev 138985)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-terminal
+pkgver=0.3.1.3
+pkgrel=1
+pkgdesc='The Pantheon Terminal Emulator'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-terminal'
+license=('GPL3')
+depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'libnotify' 'pango'
+ 'vte290'
+ 'libgranite.so')
+makedepends=('cmake' 'vala')
+install='pantheon-terminal.install'
+source=("https://launchpad.net/pantheon-terminal/0.3.x/${pkgver}/+download/pantheon-terminal-${pkgver}.tgz";)
+sha256sums=('5a13e8bdbdc0823b315fcbeaa29ac2f6fdfa688267ce122ac4291af162c7d92d')
+
+prepare() {
+  cd pantheon-terminal-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd pantheon-terminal-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd pantheon-terminal-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/pantheon-terminal.install
===
--- community-i686/pantheon-terminal.install2015-08-30 12:51:20 UTC (rev 
138984)
+++ community-i686/pantheon-terminal.install2015-08-30 12:51:33 UTC (rev 
138985)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-terminal/repos/community-i686/pantheon-terminal.install (from 
rev 138984, pantheon-terminal/trunk/pantheon-terminal.install)
===
--- community-i686/pantheon-terminal.install(rev 0)
+++ community-i686/pantheon-terminal.install2015-08-30 12:51:33 UTC (rev 
138985)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: commu

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

2015-08-30 Thread Maxime Gauduin
Date: Sunday, August 30, 2015 @ 14:51:20
  Author: alucryd
Revision: 138984

upgpkg: pantheon-terminal 0.3.1.3-1

Modified:
  pantheon-terminal/trunk/PKGBUILD
  pantheon-terminal/trunk/pantheon-terminal.install

---+
 PKGBUILD  |   19 +--
 pantheon-terminal.install |2 +-
 2 files changed, 14 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 12:43:39 UTC (rev 138983)
+++ PKGBUILD2015-08-30 12:51:20 UTC (rev 138984)
@@ -2,29 +2,36 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-terminal
-pkgver=0.3.1.1
+pkgver=0.3.1.3
 pkgrel=1
 pkgdesc='The Pantheon Terminal Emulator'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/pantheon-terminal'
 license=('GPL3')
-depends=('desktop-file-utils' 'granite' 'libnotify' 'vte290')
+depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'libnotify' 'pango'
+ 'vte290'
+ 'libgranite.so')
 makedepends=('cmake' 'vala')
 install='pantheon-terminal.install'
 
source=("https://launchpad.net/pantheon-terminal/0.3.x/${pkgver}/+download/pantheon-terminal-${pkgver}.tgz";)
-sha256sums=('928f705376a4da5ed6f9319333d9af3e87a24c7feab21107715191e00c6abc96')
+sha256sums=('5a13e8bdbdc0823b315fcbeaa29ac2f6fdfa688267ce122ac4291af162c7d92d')
 
-build() {
+prepare() {
   cd pantheon-terminal-${pkgver}
 
   if [[ -d build ]]; then
 rm -rf build
   fi
-  mkdir build && cd build
+  mkdir build
+}
 
+build() {
+  cd pantheon-terminal-${pkgver}/build
+
   cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
 -DCMAKE_INSTALL_PREFIX='/usr' \
--DGSETTINGS_COMPILE='OFF'
+-DGSETTINGS_COMPILE='FALSE'
   make
 }
 

Modified: pantheon-terminal.install
===
--- pantheon-terminal.install   2015-08-30 12:43:39 UTC (rev 138983)
+++ pantheon-terminal.install   2015-08-30 12:51:20 UTC (rev 138984)
@@ -1,5 +1,5 @@
 post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
+  glib-compile-schemas /usr/share/glib-2.0/schemas
   update-desktop-database -q
 }
 


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

2015-08-30 Thread Maxime Gauduin
Date: Sunday, August 30, 2015 @ 14:43:39
  Author: alucryd
Revision: 138983

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

Added:
  pantheon-files/repos/community-i686/PKGBUILD
(from rev 138982, pantheon-files/trunk/PKGBUILD)
  pantheon-files/repos/community-i686/pantheon-files.install
(from rev 138982, pantheon-files/trunk/pantheon-files.install)
  pantheon-files/repos/community-x86_64/PKGBUILD
(from rev 138982, pantheon-files/trunk/PKGBUILD)
  pantheon-files/repos/community-x86_64/pantheon-files.install
(from rev 138982, pantheon-files/trunk/pantheon-files.install)
Deleted:
  pantheon-files/repos/community-i686/PKGBUILD
  pantheon-files/repos/community-i686/pantheon-files.install
  pantheon-files/repos/community-x86_64/PKGBUILD
  pantheon-files/repos/community-x86_64/pantheon-files.install

-+
 /PKGBUILD   |   98 ++
 /pantheon-files.install |   28 
 community-i686/PKGBUILD |   41 
 community-i686/pantheon-files.install   |   15 
 community-x86_64/PKGBUILD   |   41 
 community-x86_64/pantheon-files.install |   15 
 6 files changed, 126 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-30 12:43:23 UTC (rev 138982)
+++ community-i686/PKGBUILD 2015-08-30 12:43:39 UTC (rev 138983)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-files
-pkgver=0.2.1
-pkgrel=1
-pkgdesc='The Pantheon File Manager'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-files'
-license=('GPL3')
-depends=('desktop-file-utils' 'gconf' 'granite' 'libnotify' 'zeitgeist')
-makedepends=('cmake' 'gnome-common' 'sqlite' 'vala')
-optdepends=('contractor: Various context menu entries'
-'tumbler: Thumbnails generation')
-install='pantheon-files.install'
-source=("https://launchpad.net/pantheon-files/${pkgver%.*}.x/${pkgver}/+download/pantheon-files-${pkgver}.tgz";)
-sha256sums=('4a562d9f3bcd2a19d485060ec5baf9ac471efffe36c1c07de9035df5a4f8a699')
-
-build() {
-  cd pantheon-files-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_SKIP_RPATH='TRUE' \
--DGSETTINGS_COMPILE='FALSE'
-  make
-}
-
-package() {
-  cd pantheon-files-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-files/repos/community-i686/PKGBUILD (from rev 138982, 
pantheon-files/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-30 12:43:39 UTC (rev 138983)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-files
+pkgver=0.2.2.1
+pkgrel=1
+pkgdesc='The Pantheon File Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-files'
+license=('GPL3')
+depends=('atk' 'cairo' 'dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2'
+ 'glibc' 'gtk3' 'libgee' 'libnotify' 'pango' 'plank' 'sqlite'
+ 'zeitgeist'
+ 'libgranite.so')
+makedepends=('cmake' 'gnome-common' 'vala')
+optdepends=('contractor: Various context menu entries'
+'tumbler: Thumbnails generation')
+install='pantheon-files.install'
+source=("https://launchpad.net/pantheon-files/${pkgver%.*.*}.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz";)
+sha256sums=('a8b39e3eb34c5aeab38b9152043485f8df187ba27204275fcdb02d03bfee1833')
+
+prepare() {
+  cd pantheon-files-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd pantheon-files-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DCMAKE_SKIP_RPATH='TRUE' \
+-DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd pantheon-files-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/pantheon-files.install
===
--- community-i686/pantheon-files.install   2015-08-30 12:43:23 UTC (rev 
138982)
+++ community-i686/pantheon-files.install   2015-08-30 12:43:39 UTC (rev 
138983)
@@ -1,15 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-files/repos/community-i686/pantheon-files.install (from rev 
138982, pantheon-files/trunk/pantheon-files.install)
===

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

2015-08-30 Thread Maxime Gauduin
Date: Sunday, August 30, 2015 @ 14:43:23
  Author: alucryd
Revision: 138982

upgpkg: pantheon-files 0.2.2.1-1

Modified:
  pantheon-files/trunk/PKGBUILD
  pantheon-files/trunk/pantheon-files.install

+
 PKGBUILD   |   22 +++---
 pantheon-files.install |1 -
 2 files changed, 15 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 11:13:00 UTC (rev 138981)
+++ PKGBUILD2015-08-30 12:43:23 UTC (rev 138982)
@@ -2,31 +2,39 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-files
-pkgver=0.2.1
+pkgver=0.2.2.1
 pkgrel=1
 pkgdesc='The Pantheon File Manager'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/pantheon-files'
 license=('GPL3')
-depends=('desktop-file-utils' 'gconf' 'granite' 'libnotify' 'zeitgeist')
-makedepends=('cmake' 'gnome-common' 'sqlite' 'vala')
+depends=('atk' 'cairo' 'dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2'
+ 'glibc' 'gtk3' 'libgee' 'libnotify' 'pango' 'plank' 'sqlite'
+ 'zeitgeist'
+ 'libgranite.so')
+makedepends=('cmake' 'gnome-common' 'vala')
 optdepends=('contractor: Various context menu entries'
 'tumbler: Thumbnails generation')
 install='pantheon-files.install'
-source=("https://launchpad.net/pantheon-files/${pkgver%.*}.x/${pkgver}/+download/pantheon-files-${pkgver}.tgz";)
-sha256sums=('4a562d9f3bcd2a19d485060ec5baf9ac471efffe36c1c07de9035df5a4f8a699')
+source=("https://launchpad.net/pantheon-files/${pkgver%.*.*}.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz";)
+sha256sums=('a8b39e3eb34c5aeab38b9152043485f8df187ba27204275fcdb02d03bfee1833')
 
-build() {
+prepare() {
   cd pantheon-files-${pkgver}
 
   if [[ -d build ]]; then
 rm -rf build
   fi
-  mkdir build && cd build
+  mkdir build
+}
 
+build() {
+  cd pantheon-files-${pkgver}/build
+
   cmake .. \
 -DCMAKE_BUILD_TYPE='Release' \
 -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
 -DCMAKE_SKIP_RPATH='TRUE' \
 -DGSETTINGS_COMPILE='FALSE'
   make

Modified: pantheon-files.install
===
--- pantheon-files.install  2015-08-30 11:13:00 UTC (rev 138981)
+++ pantheon-files.install  2015-08-30 12:43:23 UTC (rev 138982)
@@ -1,6 +1,5 @@
 post_install() {
   glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
   update-desktop-database -q
 }
 


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

2015-08-30 Thread Lukas Jirkovsky
Date: Sunday, August 30, 2015 @ 13:12:46
  Author: stativ
Revision: 138980

upgpkg: cdrtools 3.01-1

cdrtools: update to 3.01 final

Modified:
  cdrtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 10:57:33 UTC (rev 138979)
+++ PKGBUILD2015-08-30 11:12:46 UTC (rev 138980)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=cdrtools
-pkgver=3.01a31
+pkgver=3.01
 pkgrel=1
 pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!makeflags)
 backup=('etc/default/cdrecord' 'etc/default/rscsi')
 source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-md5sums=('78172557894f469b4584d008e93ec469')
+md5sums=('7d45c5b7e1f78d85d1583b361aee6e8b')
 
 build() {
   cd "$srcdir"/cdrtools-${pkgver%%a*}


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

2015-08-30 Thread Lukas Jirkovsky
Date: Sunday, August 30, 2015 @ 13:13:00
  Author: stativ
Revision: 138981

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-30 11:12:46 UTC (rev 138980)
+++ community-i686/PKGBUILD 2015-08-30 11:13:00 UTC (rev 138981)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=cdrtools
-pkgver=3.01a31
-pkgrel=1
-pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
-arch=('i686' 'x86_64')
-url="http://cdrecord.org/";
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')
-source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-md5sums=('78172557894f469b4584d008e93ec469')
-
-build() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
-  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
-  # install rscsi to /usr/bin instead of /usr/sbin
-  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
-  
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/
-}
-
-package() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/ DESTDIR="$pkgdir" install
-
-  # remove unneeded files that may cause conflicts
-  rm -rf "$pkgdir"/usr/include
-  rm -rf "$pkgdir"/usr/lib/{*.a,profiled}
-  rm -rf "$pkgdir"/usr/share/man/man3
-
-  # autoload 'sg' module needed by cdrecord
-  install -d -m755 "$pkgdir"/usr/lib/modules-load.d/
-  echo sg > "$pkgdir"/usr/lib/modules-load.d/cdrecord.conf
-
-  # create symlinks for cdrkit compatibility
-  cd "$pkgdir"/usr/bin
-  ln -s cdrecord wodim
-  ln -s readcd readom
-  ln -s mkisofs genisoimage
-  ln -s cdda2wav icedax
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdrtools/repos/community-i686/PKGBUILD (from rev 138980, 
cdrtools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-30 11:13:00 UTC (rev 138981)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=cdrtools
+pkgver=3.01
+pkgrel=1
+pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
+arch=('i686' 'x86_64')
+url="http://cdrecord.org/";
+license=('CDDL')
+depends=('acl' 'libcap')
+conflicts=('cdrkit')
+provides=('cdrkit')
+options=(!makeflags)
+backup=('etc/default/cdrecord' 'etc/default/rscsi')
+source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
+md5sums=('7d45c5b7e1f78d85d1583b361aee6e8b')
+
+build() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
+  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
+  # install rscsi to /usr/bin instead of /usr/sbin
+  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
+  
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/
+}
+
+package() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/ DESTDIR="$pkgdir" install
+
+  # remove unneeded files that may cause conflicts
+  rm -rf "$pkgdir"/usr/include
+  rm -rf "$pkgdir"/usr/lib/{*.a,profiled}
+  rm -rf "$pkgdir"/usr/share/man/man3
+
+  # autoload 'sg' module needed by cdrecord
+  install -d -m755 "$pkgdir"/usr/lib/modules-load.d/
+  echo sg > "$pkgdir"/usr/lib/modules-load.d/cdrecord.conf
+
+  # create symlinks for cdrkit compatibility
+  cd "$pkgdir"/usr/bin
+  ln -s cdrecord wodim
+  ln -s readcd readom
+  ln -s mkisofs genisoimage
+  ln -s cdda2wav icedax
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-30 11:12:46 UTC (rev 138980)
+++ community-x86_64/PKGBUILD   2015-08-30 11:13:00 UTC (rev 138981)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=cdrtools
-pkgver=3.01a31
-pkgrel=1
-pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
-arch=('i686' 'x86_64')
-url="http://cdrecord.org/";
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')
-source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-md5sums=('

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

2015-08-30 Thread Maxime Gauduin
Date: Sunday, August 30, 2015 @ 12:57:33
  Author: alucryd
Revision: 138979

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

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

--+
 /PKGBUILD|   92 +
 /granite.install |   26 ++
 community-i686/PKGBUILD  |   36 --
 community-i686/granite.install   |   13 -
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/granite.install |   13 -
 6 files changed, 118 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-30 10:57:15 UTC (rev 138978)
+++ community-i686/PKGBUILD 2015-08-30 10:57:33 UTC (rev 138979)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-
-pkgname=granite
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='An extension of GTK+ libraries'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/granite'
-license=('LGPL3')
-depends=('gtk3' 'libgee')
-makedepends=('cmake' 'gobject-introspection' 'vala')
-install="${pkgname}.install"
-source=("${url}/${pkgver%.?}/${pkgver%.?}/+download/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('df950dd79749213971d50316c68edadf1fb3c2151cb7d63f6a6b9edf12084ad1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_INSTALL_LIBDIR='/usr/lib'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: granite/repos/community-i686/PKGBUILD (from rev 138978, 
granite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-30 10:57:33 UTC (rev 138979)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=granite
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='An extension of GTK+ libraries'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/granite'
+license=('LGPL3')
+depends=('cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'hicolor-icon-theme'
+ 'libgee' 'pango')
+makedepends=('cmake' 'gobject-introspection' 'vala')
+provides=('libgranite.so')
+install='granite.install'
+source=("https://launchpad.net/granite/${pkgver%.*}/${pkgver}/+download/granite-${pkgver}.tar.xz";)
+sha256sums=('8ec1d61f9aba75f1b3a745e721288b0dfb34cb11d1307be80cef7b0571c2dec6')
+
+prepare() {
+  cd granite-${pkgver}
+
+  sed '/demo/d' -i CMakeLists.txt
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd granite-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib'
+  make granite pot
+}
+
+package() {
+  cd granite-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/granite.install
===
--- community-i686/granite.install  2015-08-30 10:57:15 UTC (rev 138978)
+++ community-i686/granite.install  2015-08-30 10:57:33 UTC (rev 138979)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: granite/repos/community-i686/granite.install (from rev 138978, 
granite/trunk/granite.install)
===
--- community-i686/granite.install  (rev 0)
+++ community-i686/granite.install  2015-08-30 10:57:33 UTC (rev 138979)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -fqt /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-30 10:57:15 UTC (rev 138978)
+++ community-x86_64/PKGBUILD   2015-08-30 10:57:33 UTC (rev 138979)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-
-pkgname=granite
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='An extension of GTK+ libraries'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/granite'

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

2015-08-30 Thread Maxime Gauduin
Date: Sunday, August 30, 2015 @ 12:57:15
  Author: alucryd
Revision: 138978

upgpkg: granite 0.3.1-1

Modified:
  granite/trunk/PKGBUILD
  granite/trunk/granite.install

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 10:23:39 UTC (rev 138977)
+++ PKGBUILD2015-08-30 10:57:15 UTC (rev 138978)
@@ -3,32 +3,42 @@
 # Contributor: Ner0 
 
 pkgname=granite
-pkgver=0.3.0
+pkgver=0.3.1
 pkgrel=1
 pkgdesc='An extension of GTK+ libraries'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/granite'
 license=('LGPL3')
-depends=('gtk3' 'libgee')
+depends=('cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'hicolor-icon-theme'
+ 'libgee' 'pango')
 makedepends=('cmake' 'gobject-introspection' 'vala')
-install="${pkgname}.install"
-source=("${url}/${pkgver%.?}/${pkgver%.?}/+download/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('df950dd79749213971d50316c68edadf1fb3c2151cb7d63f6a6b9edf12084ad1')
+provides=('libgranite.so')
+install='granite.install'
+source=("https://launchpad.net/granite/${pkgver%.*}/${pkgver}/+download/granite-${pkgver}.tar.xz";)
+sha256sums=('8ec1d61f9aba75f1b3a745e721288b0dfb34cb11d1307be80cef7b0571c2dec6')
 
-build() {
-  cd ${pkgname}-${pkgver}
+prepare() {
+  cd granite-${pkgver}
 
+  sed '/demo/d' -i CMakeLists.txt
+
   if [[ -d build ]]; then
 rm -rf build
   fi
-  mkdir build && cd build
+  mkdir build
+}
 
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_INSTALL_LIBDIR='/usr/lib'
-  make
+build() {
+  cd granite-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib'
+  make granite pot
 }
 
 package() {
-  cd ${pkgname}-${pkgver}/build
+  cd granite-${pkgver}/build
 
   make DESTDIR="${pkgdir}" install
 }

Modified: granite.install
===
--- granite.install 2015-08-30 10:23:39 UTC (rev 138977)
+++ granite.install 2015-08-30 10:57:15 UTC (rev 138978)
@@ -1,5 +1,5 @@
 post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  gtk-update-icon-cache -fqt /usr/share/icons/hicolor
 }
 
 post_upgrade() {


[arch-commits] Commit in archlinux-appstream-data/repos/community-any (4 files)

2015-08-30 Thread Antonio Rojas
Date: Sunday, August 30, 2015 @ 12:09:55
  Author: arojas
Revision: 138975

archrelease: copy trunk to community-any

Added:
  archlinux-appstream-data/repos/community-any/PKGBUILD
(from rev 138974, archlinux-appstream-data/trunk/PKGBUILD)
  archlinux-appstream-data/repos/community-any/archlinux-appstream-data.install
(from rev 138974, 
archlinux-appstream-data/trunk/archlinux-appstream-data.install)
Deleted:
  archlinux-appstream-data/repos/community-any/PKGBUILD
  archlinux-appstream-data/repos/community-any/archlinux-appstream-data.install

--+
 PKGBUILD |   52 ++---
 archlinux-appstream-data.install |   16 +--
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-30 10:08:33 UTC (rev 138974)
+++ PKGBUILD2015-08-30 10:09:55 UTC (rev 138975)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=archlinux-appstream-data
-pkgver=20150421
-pkgrel=1
-pkgdesc="Arch Linux application database for AppStream-based software centers"
-arch=('any')
-url="http://www.archlinux.org";
-license=('GPL')
-depends=('appstream')
-makedepends=()
-source=("http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream.xml.gz";
 
-"http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-failed.xml.gz";
 
-"http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-icons.tar.gz";)
-install=$pkgname.install
-md5sums=('30b65eb203929ab581b87ba7201a96b7'
- 'd061a1f4cb1688f122faf0a240814d96'
- 'ca383a8dcc3186086458440995669eb6')
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/app-info/{icons/archlinux,xmls}
-
-  cp *.xml "$pkgdir"/usr/share/app-info/xmls/
-  cp -r 64x64 128x128 "$pkgdir"/usr/share/app-info/icons/archlinux/
-}

Copied: archlinux-appstream-data/repos/community-any/PKGBUILD (from rev 138974, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-30 10:09:55 UTC (rev 138975)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=archlinux-appstream-data
+pkgver=20150830
+pkgrel=1
+pkgdesc="Arch Linux application database for AppStream-based software centers"
+arch=(any)
+url="http://www.archlinux.org";
+license=(GPL)
+depends=(appstream)
+makedepends=()
+source=("http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream.xml.gz";
 
+"http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-failed.xml.gz";
 
+"http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-icons.tar.gz";)
+install=$pkgname.install
+md5sums=('48ad410d121b2da274dfcb43be1d3ec5'
+ 'c5ff03c7bafef75a40ce9b9157c861a8'
+ '6f7fc43ba78976e198a1a2c998ef55d9')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/app-info/{icons/archlinux,xmls}
+
+  cp *.xml "$pkgdir"/usr/share/app-info/xmls/
+  cp -r 64x64 128x128 "$pkgdir"/usr/share/app-info/icons/archlinux/
+}

Deleted: archlinux-appstream-data.install
===
--- archlinux-appstream-data.install2015-08-30 10:08:33 UTC (rev 138974)
+++ archlinux-appstream-data.install2015-08-30 10:09:55 UTC (rev 138975)
@@ -1,8 +0,0 @@
-post_install() {
-  appstream-index refresh --force
-}
-
-post_upgrade() {
-  appstream-index refresh --force
-}
-

Copied: 
archlinux-appstream-data/repos/community-any/archlinux-appstream-data.install 
(from rev 138974, 
archlinux-appstream-data/trunk/archlinux-appstream-data.install)
===
--- archlinux-appstream-data.install(rev 0)
+++ archlinux-appstream-data.install2015-08-30 10:09:55 UTC (rev 138975)
@@ -0,0 +1,8 @@
+post_install() {
+  appstream-cli refresh-index --force
+}
+
+post_upgrade() {
+  appstream-cli refresh-index --force
+}
+


[arch-commits] Commit in archlinux-appstream-data/trunk (2 files)

2015-08-30 Thread Antonio Rojas
Date: Sunday, August 30, 2015 @ 12:08:33
  Author: arojas
Revision: 138974

Refresh database, update appstream command

Modified:
  archlinux-appstream-data/trunk/PKGBUILD
  archlinux-appstream-data/trunk/archlinux-appstream-data.install

--+
 PKGBUILD |   14 +++---
 archlinux-appstream-data.install |4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 09:41:31 UTC (rev 138973)
+++ PKGBUILD2015-08-30 10:08:33 UTC (rev 138974)
@@ -2,21 +2,21 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=archlinux-appstream-data
-pkgver=20150421
+pkgver=20150830
 pkgrel=1
 pkgdesc="Arch Linux application database for AppStream-based software centers"
-arch=('any')
+arch=(any)
 url="http://www.archlinux.org";
-license=('GPL')
-depends=('appstream')
+license=(GPL)
+depends=(appstream)
 makedepends=()
 
source=("http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream.xml.gz";
 
 
"http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-failed.xml.gz";
 
 
"http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-icons.tar.gz";)
 install=$pkgname.install
-md5sums=('30b65eb203929ab581b87ba7201a96b7'
- 'd061a1f4cb1688f122faf0a240814d96'
- 'ca383a8dcc3186086458440995669eb6')
+md5sums=('48ad410d121b2da274dfcb43be1d3ec5'
+ 'c5ff03c7bafef75a40ce9b9157c861a8'
+ '6f7fc43ba78976e198a1a2c998ef55d9')
 
 package() {
   mkdir -p "$pkgdir"/usr/share/app-info/{icons/archlinux,xmls}

Modified: archlinux-appstream-data.install
===
--- archlinux-appstream-data.install2015-08-30 09:41:31 UTC (rev 138973)
+++ archlinux-appstream-data.install2015-08-30 10:08:33 UTC (rev 138974)
@@ -1,8 +1,8 @@
 post_install() {
-  appstream-index refresh --force
+  appstream-cli refresh-index --force
 }
 
 post_upgrade() {
-  appstream-index refresh --force
+  appstream-cli refresh-index --force
 }
 


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

2015-08-30 Thread Antonio Rojas
Date: Sunday, August 30, 2015 @ 12:03:04
  Author: arojas
Revision: 245085

Update URL

Modified:
  kfilemetadata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 10:01:50 UTC (rev 245084)
+++ PKGBUILD2015-08-30 10:03:04 UTC (rev 245085)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="A library for extracting file metadata"
 arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+url='https://projects.kde.org/kfilemetadata'
 license=('LGPL')
 depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
 optdepends=('catdoc: Extract text from office 98 files')


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

2015-08-30 Thread Antonio Rojas
Date: Sunday, August 30, 2015 @ 12:03:25
  Author: arojas
Revision: 245086

Update URL

Modified:
  kfilemetadata4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 10:03:04 UTC (rev 245085)
+++ PKGBUILD2015-08-30 10:03:25 UTC (rev 245086)
@@ -7,7 +7,7 @@
 pkgrel=2
 pkgdesc="A library for extracting file metadata"
 arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+url='https://projects.kde.org/kfilemetadata'
 license=('LGPL')
 depends=('poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 'kdegraphics-mobipocket')
 makedepends=('cmake' 'automoc4')


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

2015-08-30 Thread Antonio Rojas
Date: Sunday, August 30, 2015 @ 12:01:50
  Author: arojas
Revision: 245084

Update URL (FS#46147)

Modified:
  baloo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 10:01:09 UTC (rev 245083)
+++ PKGBUILD2015-08-30 10:01:50 UTC (rev 245084)
@@ -7,7 +7,7 @@
 pkgrel=2
 pkgdesc="A framework for searching and managing metadata"
 arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/baloo'
+url='https://community.kde.org/Baloo'
 license=('LGPL')
 depends=('kfilemetadata' 'kidletime' 'kio' 'lmdb')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')


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

2015-08-30 Thread Antonio Rojas
Date: Sunday, August 30, 2015 @ 12:01:09
  Author: arojas
Revision: 245083

Update URL (FS#46147)

Modified:
  baloo4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 04:38:29 UTC (rev 245082)
+++ PKGBUILD2015-08-30 10:01:09 UTC (rev 245083)
@@ -6,7 +6,7 @@
 pkgver=4.14.3
 pkgrel=2
 arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/baloo'
+url='https://community.kde.org/Baloo'
 license=('LGPL')
 makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'xapian-core' 
'kfilemetadata4')
 source=("http://download.kde.org/stable/${pkgver}/src/baloo-${pkgver}.tar.xz";)


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

2015-08-30 Thread Lukas Jirkovsky
Date: Sunday, August 30, 2015 @ 11:41:25
  Author: stativ
Revision: 138972

upgpkg: luxblend25 1.5-1

luxblend25: update to 1.5

Modified:
  luxblend25/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 09:36:42 UTC (rev 138971)
+++ PKGBUILD2015-08-30 09:41:25 UTC (rev 138972)
@@ -1,18 +1,18 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=luxblend25
-pkgver=1.4
-_pkgver=a249c861c2f3
+pkgver=1.5
+_pkgver=63e44ef60fb4
 _blender=2.75
-pkgrel=3
+pkgrel=1
 pkgdesc="A LuxRender exporter for Blender."
 arch=('any')
 url="http://www.luxrender.net/";
 license=('GPL')
 depends=('blender' 'luxrender')
-source=(https://bitbucket.org/luxrender/luxblend25/get/$_pkgver.tar.bz2 \
+source=($pkgname-${pkgver}.tar.bz2::https://bitbucket.org/luxrender/luxblend25/get/${_pkgver}.tar.bz2
 \
 system_config.diff luxrender.cfg)
-md5sums=('a9ca48c9d091df8dd55ba1b90d377ac2'
+md5sums=('301270177f038e08bc99acf25db2b245'
  'f42e7bc5476b144cca60bf3e6363158a'
  'ec6b7028e48f73650d9315d47cd14f1d')
 


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

2015-08-30 Thread Lukas Jirkovsky
Date: Sunday, August 30, 2015 @ 11:41:31
  Author: stativ
Revision: 138973

archrelease: copy trunk to community-any

Added:
  luxblend25/repos/community-any/PKGBUILD
(from rev 138972, luxblend25/trunk/PKGBUILD)
  luxblend25/repos/community-any/luxrender.cfg
(from rev 138972, luxblend25/trunk/luxrender.cfg)
  luxblend25/repos/community-any/system_config.diff
(from rev 138972, luxblend25/trunk/system_config.diff)
Deleted:
  luxblend25/repos/community-any/PKGBUILD
  luxblend25/repos/community-any/luxrender.cfg
  luxblend25/repos/community-any/system_config.diff

+
 PKGBUILD   |   80 +--
 luxrender.cfg  |6 +--
 system_config.diff |   24 +++
 3 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-30 09:41:25 UTC (rev 138972)
+++ PKGBUILD2015-08-30 09:41:31 UTC (rev 138973)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=luxblend25
-pkgver=1.4
-_pkgver=a249c861c2f3
-_blender=2.75
-pkgrel=3
-pkgdesc="A LuxRender exporter for Blender."
-arch=('any')
-url="http://www.luxrender.net/";
-license=('GPL')
-depends=('blender' 'luxrender')
-source=(https://bitbucket.org/luxrender/luxblend25/get/$_pkgver.tar.bz2 \
-system_config.diff luxrender.cfg)
-md5sums=('a9ca48c9d091df8dd55ba1b90d377ac2'
- 'f42e7bc5476b144cca60bf3e6363158a'
- 'ec6b7028e48f73650d9315d47cd14f1d')
-
-prepare() {
-  cd "$srcdir"/luxrender-luxblend25-$_pkgver
-
-  # enables loading of the configuration from a system-wide config file
-  patch -Np1 < "$srcdir/system_config.diff" || true
-}
-
-package() {
-  install -d -m755 "$pkgdir"/usr/share/blender/$_blender/scripts/addons
-  cp -a "$srcdir"/luxrender-luxblend25-$_pkgver/src/luxrender \
-"$pkgdir"/usr/share/blender/$_blender/scripts/addons
-
-  # install luxrender config file so the luxblend find luxrender automatically
-  install -D -m644 luxrender.cfg \
-"$pkgdir"/usr/share/blender/$_blender/scripts/luxrender.cfg
-
-  # change the search path for pylux* so the pylux* can be found in its new 
location
-  find "$pkgdir/usr/share/blender/$_blender/scripts/addons/luxrender" -name 
"*.py" \
--exec sed -i 's|from.*import pylux|import pylux|' '{}' ';'
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxblend25/repos/community-any/PKGBUILD (from rev 138972, 
luxblend25/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-30 09:41:31 UTC (rev 138973)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=luxblend25
+pkgver=1.5
+_pkgver=63e44ef60fb4
+_blender=2.75
+pkgrel=1
+pkgdesc="A LuxRender exporter for Blender."
+arch=('any')
+url="http://www.luxrender.net/";
+license=('GPL')
+depends=('blender' 'luxrender')
+source=($pkgname-${pkgver}.tar.bz2::https://bitbucket.org/luxrender/luxblend25/get/${_pkgver}.tar.bz2
 \
+system_config.diff luxrender.cfg)
+md5sums=('301270177f038e08bc99acf25db2b245'
+ 'f42e7bc5476b144cca60bf3e6363158a'
+ 'ec6b7028e48f73650d9315d47cd14f1d')
+
+prepare() {
+  cd "$srcdir"/luxrender-luxblend25-$_pkgver
+
+  # enables loading of the configuration from a system-wide config file
+  patch -Np1 < "$srcdir/system_config.diff" || true
+}
+
+package() {
+  install -d -m755 "$pkgdir"/usr/share/blender/$_blender/scripts/addons
+  cp -a "$srcdir"/luxrender-luxblend25-$_pkgver/src/luxrender \
+"$pkgdir"/usr/share/blender/$_blender/scripts/addons
+
+  # install luxrender config file so the luxblend find luxrender automatically
+  install -D -m644 luxrender.cfg \
+"$pkgdir"/usr/share/blender/$_blender/scripts/luxrender.cfg
+
+  # change the search path for pylux* so the pylux* can be found in its new 
location
+  find "$pkgdir/usr/share/blender/$_blender/scripts/addons/luxrender" -name 
"*.py" \
+-exec sed -i 's|from.*import pylux|import pylux|' '{}' ';'
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: luxrender.cfg
===
--- luxrender.cfg   2015-08-30 09:41:25 UTC (rev 138972)
+++ luxrender.cfg   2015-08-30 09:41:31 UTC (rev 138973)
@@ -1,3 +0,0 @@
-[defaults]
-install_path = /usr/bin
-

Copied: luxblend25/repos/community-any/luxrender.cfg (from rev 138972, 
luxblend25/trunk/luxrender.cfg)
===
--- luxrender.cfg   (rev 0)
+++ luxrender.cfg   2015-08-30 09:41:31 UTC (rev 138973)
@@ -0,0 +1,3 @@
+[defaults]
+install_path = /usr/bin
+

Deleted: system_config.diff
===
--- system_config.diff  2015-08-30 09:41:25 UTC (rev 138972)
+++ system_config.diff  2015-08-30 09:41:31 UTC (rev 138973)
@@ -1,12 +0,0 @@
-diff -rup 
luxrender-luxblend25-a249c861c2f3/src/luxrender/extensions_fr

[arch-commits] Commit in luxrays/repos/community-x86_64 (4 files)

2015-08-30 Thread Lukas Jirkovsky
Date: Sunday, August 30, 2015 @ 11:36:42
  Author: stativ
Revision: 138971

archrelease: copy trunk to community-x86_64

Added:
  luxrays/repos/community-x86_64/PKGBUILD
(from rev 138970, luxrays/trunk/PKGBUILD)
  luxrays/repos/community-x86_64/force_python3.diff
(from rev 138970, luxrays/trunk/force_python3.diff)
Deleted:
  luxrays/repos/community-x86_64/PKGBUILD
  luxrays/repos/community-x86_64/force_python3.diff

+
 PKGBUILD   |  107 +--
 force_python3.diff |   24 +--
 2 files changed, 66 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-30 09:36:35 UTC (rev 138970)
+++ PKGBUILD2015-08-30 09:36:42 UTC (rev 138971)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname='luxrays'
-pkgver=1.4
-_pkgver=7c7127ee1fa4
-pkgrel=4
-pkgdesc="Accelerate the ray intersection process by using GPUs"
-arch=('i686' 'x86_64')
-url="http://www.luxrender.net/";
-license=('GPL')
-depends=('freetype2' 'libcl' 'libgl' 'libpng' 'openimageio')
-makedepends=('cmake' 'boost' 'mesa' 'opencl-headers' 'glew' 'freeglut')
-optdepends=('opencl-nvidia: OpenCL support for nVidia GPUs' \
-'amdapp-sdk: OpenCL support for AMD GPUs' \
-'intel-opencl-runtime: OpenCL support for Intel CPUs' \
-'glew: demos (SmallLuxGPU etc.)' 'freeglut: demos (SmallLuxGPU 
etc.)' \
-'boost-libs: demos (SmallLuxGPU etc.)')
-options=('staticlibs')
-source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/${_pkgver}.tar.bz2
 \
-force_python3.diff)
-md5sums=('2dda3316fb2ae9be6e58b5fa3a35de62'
- '3bfb5594a709d1ea772866d66904b8fd')
-
-prepare() {
-  cd "$srcdir"/luxrender-luxrays-$_pkgver
-
-  patch -Np1 < "$srcdir/force_python3.diff" || true
-}
-
-build() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DLUXRAYS_DISABLE_OPENCL=OFF \
-.
-  make
-}
-
-package() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 lib/* "$pkgdir"/usr/lib
-  cp -a include "$pkgdir"/usr
-
-  # install pyluxcore to the Python search path
-  install -d -m755 "$pkgdir"/usr/lib/python3.4/
-  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.4/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxrays/repos/community-x86_64/PKGBUILD (from rev 138970, 
luxrays/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-30 09:36:42 UTC (rev 138971)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname='luxrays'
+pkgver=1.5
+_pkgver=53c0b9a41ea2
+pkgrel=1
+pkgdesc="Accelerate the ray intersection process by using GPUs"
+arch=('x86_64')
+url="http://www.luxrender.net/";
+license=('GPL')
+depends=('embree' 'libcl' 'libgl' 'openimageio')
+makedepends=('boost' 'cmake' 'freetype2' 'libpng' 'mesa' 'opencl-headers' 
'glew' 'freeglut')
+optdepends=('opencl-nvidia: OpenCL support for nVidia GPUs' \
+'amdapp-sdk: OpenCL support for AMD GPUs' \
+'intel-opencl-runtime: OpenCL support for Intel CPUs' \
+'glew: demos (SmallLuxGPU etc.)' \
+'freeglut: demos (SmallLuxGPU etc.)' \
+'boost-libs: demos (SmallLuxGPU etc.)')
+options=('staticlibs')
+source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/${_pkgver}.tar.bz2
 \
+force_python3.diff)
+md5sums=('b432c48332a765791d27aaa25fee4783'
+ '3bfb5594a709d1ea772866d66904b8fd')
+
+prepare() {
+  cd "$srcdir"/luxrender-luxrays-$_pkgver
+
+  patch -Np1 < "$srcdir/force_python3.diff" || true
+}
+
+build() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DLUXRAYS_DISABLE_OPENCL=OFF
+  make
+}
+
+package() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
+  install -m755 bin/* "$pkgdir"/usr/bin
+  install -m644 lib/* "$pkgdir"/usr/lib
+  cp -a include "$pkgdir"/usr
+
+  # install pyluxcore to the Python search path
+  install -d -m755 "$pkgdir"/usr/lib/python3.4/
+  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.4/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: force_python3.diff
===
--- force_python3.diff  2015-08-30 09:36:35 UTC (rev 138970)
+++ force_python3.diff  2015-08-30 09:36:42 UTC (rev 138971)
@@ -1,12 +0,0 @@
-diff -rup luxrender-luxrays-7c7127ee1fa4/cmake/Dependencies.cmake 
luxrender-luxrays-7c7127ee1fa4.new/cmake/Dependencies.cmake
 luxrender-luxrays-7c7127ee1fa4/cmake/Dependencies.cmake2015-01-20 
23:45:32.0 +0100
-+++ luxrender-luxrays-7c7127ee1fa4.new/cmake/Dependencies.cmake 

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

2015-08-30 Thread Lukas Jirkovsky
Date: Sunday, August 30, 2015 @ 11:36:35
  Author: stativ
Revision: 138970

upgpkg: luxrays 1.5-1

luxrays: update to 1.5

Modified:
  luxrays/trunk/PKGBUILD

--+
 PKGBUILD |   23 ---
 1 file changed, 12 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 09:36:15 UTC (rev 138969)
+++ PKGBUILD2015-08-30 09:36:35 UTC (rev 138970)
@@ -1,24 +1,25 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname='luxrays'
-pkgver=1.4
-_pkgver=7c7127ee1fa4
-pkgrel=4
+pkgver=1.5
+_pkgver=53c0b9a41ea2
+pkgrel=1
 pkgdesc="Accelerate the ray intersection process by using GPUs"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://www.luxrender.net/";
 license=('GPL')
-depends=('freetype2' 'libcl' 'libgl' 'libpng' 'openimageio')
-makedepends=('cmake' 'boost' 'mesa' 'opencl-headers' 'glew' 'freeglut')
+depends=('embree' 'libcl' 'libgl' 'openimageio')
+makedepends=('boost' 'cmake' 'freetype2' 'libpng' 'mesa' 'opencl-headers' 
'glew' 'freeglut')
 optdepends=('opencl-nvidia: OpenCL support for nVidia GPUs' \
 'amdapp-sdk: OpenCL support for AMD GPUs' \
 'intel-opencl-runtime: OpenCL support for Intel CPUs' \
-'glew: demos (SmallLuxGPU etc.)' 'freeglut: demos (SmallLuxGPU 
etc.)' \
+'glew: demos (SmallLuxGPU etc.)' \
+'freeglut: demos (SmallLuxGPU etc.)' \
 'boost-libs: demos (SmallLuxGPU etc.)')
 options=('staticlibs')
 
source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/${_pkgver}.tar.bz2
 \
 force_python3.diff)
-md5sums=('2dda3316fb2ae9be6e58b5fa3a35de62'
+md5sums=('b432c48332a765791d27aaa25fee4783'
  '3bfb5594a709d1ea772866d66904b8fd')
 
 prepare() {
@@ -30,10 +31,10 @@
 build() {
   cd "$srcdir/luxrender-luxrays-$_pkgver"
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_SKIP_RPATH=ON \
--DLUXRAYS_DISABLE_OPENCL=OFF \
-.
+-DLUXRAYS_DISABLE_OPENCL=OFF
   make
 }
 


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

2015-08-30 Thread Lukas Jirkovsky
Date: Sunday, August 30, 2015 @ 11:36:10
  Author: stativ
Revision: 138968

upgpkg: luxrender 1.5-1

luxrender: update to 1.5

Modified:
  luxrender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 09:35:41 UTC (rev 138967)
+++ PKGBUILD2015-08-30 09:36:10 UTC (rev 138968)
@@ -7,7 +7,7 @@
 _pkgver=216e294b59e3
 pkgrel=1
 pkgdesc="Rendering system for physically correct, unbiased image synthesis"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://www.luxrender.net/";
 license=('GPL')
 depends=('boost-libs' 'embree' 'freeimage' 'openexr' 'openimageio' 'libpng' 
'libcl' 'libgl' 'fftw')


[arch-commits] Commit in luxrender/repos/community-x86_64 (4 files)

2015-08-30 Thread Lukas Jirkovsky
Date: Sunday, August 30, 2015 @ 11:36:15
  Author: stativ
Revision: 138969

archrelease: copy trunk to community-x86_64

Added:
  luxrender/repos/community-x86_64/PKGBUILD
(from rev 138968, luxrender/trunk/PKGBUILD)
  luxrender/repos/community-x86_64/force_python3.diff
(from rev 138968, luxrender/trunk/force_python3.diff)
Deleted:
  luxrender/repos/community-x86_64/PKGBUILD
  luxrender/repos/community-x86_64/force_python3.diff

+
 PKGBUILD   |  112 +--
 force_python3.diff |   24 +-
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-30 09:36:10 UTC (rev 138968)
+++ PKGBUILD2015-08-30 09:36:15 UTC (rev 138969)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-# Contributor: flixie <69...@gmx.net>
-# Contributor: Imanol Celaya 
-pkgname=luxrender
-pkgver=1.5
-_pkgver=216e294b59e3
-pkgrel=1
-pkgdesc="Rendering system for physically correct, unbiased image synthesis"
-arch=('i686' 'x86_64')
-url="http://www.luxrender.net/";
-license=('GPL')
-depends=('boost-libs' 'embree' 'freeimage' 'openexr' 'openimageio' 'libpng' 
'libcl' 'libgl' 'fftw')
-optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
-'python: pylux Python interface'
-'opencl-nvidia: OpenCL support for nVidia GPUs' \
-'amdapp-sdk: OpenCL support for AMD GPUs' \
-'intel-opencl-runtime: OpenCL support for Intel CPUs')
-makedepends=('cmake' 'boost' 'mesa' 'qt4' "luxrays=$pkgver" 'python' 
'opencl-headers')
-source=(https://bitbucket.org/luxrender/lux/get/${_pkgver}.tar.bz2 \
-force_python3.diff)
-md5sums=('531234aaa2969c3aacf2a69ed7835335'
- '42692e65eabc5828693e2682e94b7c64')
-
-prepare() {
-  cd "$srcdir"/luxrender-lux-$_pkgver
-
-  patch -Np1 < "$srcdir/force_python3.diff" || true
-}
-
-build() {
-  cd "$srcdir"/luxrender-lux-$_pkgver
-
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLUXRAYS_DISABLE_OPENCL=OFF \
--DPYTHON_CUSTOM=ON \
--DPYTHON_LIBRARIES=/usr/lib/libpython3.4m.so \
--DPYTHON_INCLUDE_PATH=/usr/include/python3.4m/ \
--DCMAKE_EXE_LINKER_FLAGS=-lpthread
-  make
-}
-
-package() {
-  cd "$srcdir"/luxrender-lux-$_pkgver
-  make DESTDIR="$pkgdir" install
-
-  # fix library path on x86_64
-  [ "$CARCH" = "x86_64" ] && mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib
-
-  # install pylux
-  install -D -m644 pylux.so "$pkgdir"/usr/lib/python3.4/pylux.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxrender/repos/community-x86_64/PKGBUILD (from rev 138968, 
luxrender/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-30 09:36:15 UTC (rev 138969)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: flixie <69...@gmx.net>
+# Contributor: Imanol Celaya 
+pkgname=luxrender
+pkgver=1.5
+_pkgver=216e294b59e3
+pkgrel=1
+pkgdesc="Rendering system for physically correct, unbiased image synthesis"
+arch=('x86_64')
+url="http://www.luxrender.net/";
+license=('GPL')
+depends=('boost-libs' 'embree' 'freeimage' 'openexr' 'openimageio' 'libpng' 
'libcl' 'libgl' 'fftw')
+optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
+'python: pylux Python interface'
+'opencl-nvidia: OpenCL support for nVidia GPUs' \
+'amdapp-sdk: OpenCL support for AMD GPUs' \
+'intel-opencl-runtime: OpenCL support for Intel CPUs')
+makedepends=('cmake' 'boost' 'mesa' 'qt4' "luxrays=$pkgver" 'python' 
'opencl-headers')
+source=(https://bitbucket.org/luxrender/lux/get/${_pkgver}.tar.bz2 \
+force_python3.diff)
+md5sums=('531234aaa2969c3aacf2a69ed7835335'
+ '42692e65eabc5828693e2682e94b7c64')
+
+prepare() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+
+  patch -Np1 < "$srcdir/force_python3.diff" || true
+}
+
+build() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLUXRAYS_DISABLE_OPENCL=OFF \
+-DPYTHON_CUSTOM=ON \
+-DPYTHON_LIBRARIES=/usr/lib/libpython3.4m.so \
+-DPYTHON_INCLUDE_PATH=/usr/include/python3.4m/ \
+-DCMAKE_EXE_LINKER_FLAGS=-lpthread
+  make
+}
+
+package() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+  make DESTDIR="$pkgdir" install
+
+  # fix library path on x86_64
+  [ "$CARCH" = "x86_64" ] && mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib
+
+  # install pylux
+  install -D -m644 pylux.so "$pkgdir"/usr/lib/python3.4/pylux.so
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: force_python3.diff
===
--- force_python3.diff  2015-08-30 09:36:10 UTC (rev 138968)
+++ force_python3.diff  2015-08-30 09:36:15 UTC (rev 138969)
@@ -1,12 +0,0 @@
-diff -rup luxrender-lux-d0b0e20c47cc/cmake/Dependencies.cmake 
luxrender-lux-d0b0e20c47cc.new/cmake/Dependencies.cmake
 luxrender-lux-d0b0e20c47cc/c

[arch-commits] Commit in luxrender/repos/community-x86_64 (4 files)

2015-08-30 Thread Lukas Jirkovsky
Date: Sunday, August 30, 2015 @ 11:35:41
  Author: stativ
Revision: 138967

archrelease: copy trunk to community-x86_64

Added:
  luxrender/repos/community-x86_64/PKGBUILD
(from rev 138966, luxrender/trunk/PKGBUILD)
  luxrender/repos/community-x86_64/force_python3.diff
(from rev 138966, luxrender/trunk/force_python3.diff)
Deleted:
  luxrender/repos/community-x86_64/PKGBUILD
  luxrender/repos/community-x86_64/force_python3.diff

+
 PKGBUILD   |  112 +--
 force_python3.diff |   24 +-
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-30 09:35:31 UTC (rev 138966)
+++ PKGBUILD2015-08-30 09:35:41 UTC (rev 138967)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-# Contributor: flixie <69...@gmx.net>
-# Contributor: Imanol Celaya 
-pkgname=luxrender
-pkgver=1.4
-_pkgver=dfd211d6faa0
-pkgrel=6
-pkgdesc="Rendering system for physically correct, unbiased image synthesis"
-arch=('i686' 'x86_64')
-url="http://www.luxrender.net/";
-license=('GPL')
-depends=('boost-libs' 'freeimage' 'openexr' 'openimageio' 'libpng' 'libcl' 
'libgl' 'fftw')
-optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
-'python: pylux Python interface'
-'opencl-nvidia: OpenCL support for nVidia GPUs' \
-'amdapp-sdk: OpenCL support for AMD GPUs' \
-'intel-opencl-runtime: OpenCL support for Intel CPUs')
-makedepends=('cmake' 'boost' 'mesa' 'qt4' "luxrays=$pkgver" 'python' 
'opencl-headers')
-source=(https://bitbucket.org/luxrender/lux/get/${_pkgver}.tar.bz2 \
-force_python3.diff)
-md5sums=('7591ac4e86d0232245af38f6cf932c02'
- '42692e65eabc5828693e2682e94b7c64')
-
-prepare() {
-  cd "$srcdir"/luxrender-lux-$_pkgver
-
-  patch -Np1 < "$srcdir/force_python3.diff" || true
-}
-
-build() {
-  cd "$srcdir"/luxrender-lux-$_pkgver
-
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DLUXRAYS_DISABLE_OPENCL=OFF \
--DPYTHON_CUSTOM=ON \
--DPYTHON_LIBRARIES=/usr/lib/libpython3.4m.so \
--DPYTHON_INCLUDE_PATH=/usr/include/python3.4m/ \
--DCMAKE_EXE_LINKER_FLAGS=-lpthread \
-.
-  make
-}
-
-package() {
-  cd "$srcdir"/luxrender-lux-$_pkgver
-  make DESTDIR="$pkgdir" install
-
-  # fix library path on x86_64
-  [ "$CARCH" = "x86_64" ] && mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib
-
-  #install pylux
-  install -D -m644 pylux.so "$pkgdir"/usr/lib/python3.4/pylux.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxrender/repos/community-x86_64/PKGBUILD (from rev 138966, 
luxrender/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-30 09:35:41 UTC (rev 138967)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: flixie <69...@gmx.net>
+# Contributor: Imanol Celaya 
+pkgname=luxrender
+pkgver=1.5
+_pkgver=216e294b59e3
+pkgrel=1
+pkgdesc="Rendering system for physically correct, unbiased image synthesis"
+arch=('i686' 'x86_64')
+url="http://www.luxrender.net/";
+license=('GPL')
+depends=('boost-libs' 'embree' 'freeimage' 'openexr' 'openimageio' 'libpng' 
'libcl' 'libgl' 'fftw')
+optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
+'python: pylux Python interface'
+'opencl-nvidia: OpenCL support for nVidia GPUs' \
+'amdapp-sdk: OpenCL support for AMD GPUs' \
+'intel-opencl-runtime: OpenCL support for Intel CPUs')
+makedepends=('cmake' 'boost' 'mesa' 'qt4' "luxrays=$pkgver" 'python' 
'opencl-headers')
+source=(https://bitbucket.org/luxrender/lux/get/${_pkgver}.tar.bz2 \
+force_python3.diff)
+md5sums=('531234aaa2969c3aacf2a69ed7835335'
+ '42692e65eabc5828693e2682e94b7c64')
+
+prepare() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+
+  patch -Np1 < "$srcdir/force_python3.diff" || true
+}
+
+build() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLUXRAYS_DISABLE_OPENCL=OFF \
+-DPYTHON_CUSTOM=ON \
+-DPYTHON_LIBRARIES=/usr/lib/libpython3.4m.so \
+-DPYTHON_INCLUDE_PATH=/usr/include/python3.4m/ \
+-DCMAKE_EXE_LINKER_FLAGS=-lpthread
+  make
+}
+
+package() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+  make DESTDIR="$pkgdir" install
+
+  # fix library path on x86_64
+  [ "$CARCH" = "x86_64" ] && mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib
+
+  # install pylux
+  install -D -m644 pylux.so "$pkgdir"/usr/lib/python3.4/pylux.so
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: force_python3.diff
===
--- force_python3.diff  2015-08-30 09:35:31 UTC (rev 138966)
+++ force_python3.diff  2015-08-30 09:35:41 UTC (rev 138967)
@@ -1,12 +0,0 @@
-diff -rup luxrender-lux-d0b0e20c47cc/cmake/Dependencies.cmake 
luxrender-lux-d0b0e20c47cc.new/cmake/Dependencies.cmake
 luxrender-lux-d0b0e20c47cc/cmak

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

2015-08-30 Thread Lukas Jirkovsky
Date: Sunday, August 30, 2015 @ 11:35:31
  Author: stativ
Revision: 138966

upgpkg: luxrender 1.5-1

luxrender: update to 1.5

Modified:
  luxrender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 06:40:44 UTC (rev 138965)
+++ PKGBUILD2015-08-30 09:35:31 UTC (rev 138966)
@@ -3,14 +3,14 @@
 # Contributor: flixie <69...@gmx.net>
 # Contributor: Imanol Celaya 
 pkgname=luxrender
-pkgver=1.4
-_pkgver=dfd211d6faa0
-pkgrel=6
+pkgver=1.5
+_pkgver=216e294b59e3
+pkgrel=1
 pkgdesc="Rendering system for physically correct, unbiased image synthesis"
 arch=('i686' 'x86_64')
 url="http://www.luxrender.net/";
 license=('GPL')
-depends=('boost-libs' 'freeimage' 'openexr' 'openimageio' 'libpng' 'libcl' 
'libgl' 'fftw')
+depends=('boost-libs' 'embree' 'freeimage' 'openexr' 'openimageio' 'libpng' 
'libcl' 'libgl' 'fftw')
 optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
 'python: pylux Python interface'
 'opencl-nvidia: OpenCL support for nVidia GPUs' \
@@ -19,7 +19,7 @@
 makedepends=('cmake' 'boost' 'mesa' 'qt4' "luxrays=$pkgver" 'python' 
'opencl-headers')
 source=(https://bitbucket.org/luxrender/lux/get/${_pkgver}.tar.bz2 \
 force_python3.diff)
-md5sums=('7591ac4e86d0232245af38f6cf932c02'
+md5sums=('531234aaa2969c3aacf2a69ed7835335'
  '42692e65eabc5828693e2682e94b7c64')
 
 prepare() {
@@ -32,13 +32,13 @@
   cd "$srcdir"/luxrender-lux-$_pkgver
 
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
 -DLUXRAYS_DISABLE_OPENCL=OFF \
 -DPYTHON_CUSTOM=ON \
 -DPYTHON_LIBRARIES=/usr/lib/libpython3.4m.so \
 -DPYTHON_INCLUDE_PATH=/usr/include/python3.4m/ \
--DCMAKE_EXE_LINKER_FLAGS=-lpthread \
-.
+-DCMAKE_EXE_LINKER_FLAGS=-lpthread
   make
 }
 
@@ -49,7 +49,7 @@
   # fix library path on x86_64
   [ "$CARCH" = "x86_64" ] && mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib
 
-  #install pylux
+  # install pylux
   install -D -m644 pylux.so "$pkgdir"/usr/lib/python3.4/pylux.so
 }