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

2015-10-12 Thread Antonio Rojas
Date: Monday, October 12, 2015 @ 10:10:37
  Author: arojas
Revision: 143755

archrelease: copy trunk to community-testing-any

Added:
  sagemath-doc/repos/community-testing-any/
  sagemath-doc/repos/community-testing-any/PKGBUILD
(from rev 143754, sagemath-doc/trunk/PKGBUILD)
  sagemath-doc/repos/community-testing-any/disable-fes.patch
(from rev 143754, sagemath-doc/trunk/disable-fes.patch)
  sagemath-doc/repos/community-testing-any/package.patch
(from rev 143754, sagemath-doc/trunk/package.patch)
  sagemath-doc/repos/community-testing-any/paths.patch
(from rev 143754, sagemath-doc/trunk/paths.patch)
  sagemath-doc/repos/community-testing-any/sphinx-1.3.patch
(from rev 143754, sagemath-doc/trunk/sphinx-1.3.patch)

---+
 PKGBUILD  |   86 +++
 disable-fes.patch |   19 
 package.patch |   11 
 paths.patch   |   37 +
 sphinx-1.3.patch  | 1390 
 5 files changed, 1543 insertions(+)

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


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

2015-10-12 Thread Massimiliano Torromeo
Date: Monday, October 12, 2015 @ 09:30:40
  Author: mtorromeo
Revision: 143753

upgpkg: libuv 1.7.5-1

Updated to 1.7.5

Modified:
  libuv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 06:08:30 UTC (rev 143752)
+++ PKGBUILD2015-10-12 07:30:40 UTC (rev 143753)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=libuv
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
 arch=('i686' 'x86_64')
@@ -42,4 +42,4 @@
"$pkgdir"/usr/share/man/man1/libuv.1
 }
 
-sha256sums=('5f9625845f509029e44974a67c7e599d11ff9333f8c48a301a098e740cf9ba6c')
+sha256sums=('11d10f12d68fa655fff18c6021e8e45bc610e7baee006f17247b1830ee316093')


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

2015-10-12 Thread Massimiliano Torromeo
Date: Monday, October 12, 2015 @ 09:31:02
  Author: mtorromeo
Revision: 143754

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-12 07:30:40 UTC (rev 143753)
+++ community-i686/PKGBUILD 2015-10-12 07:31:02 UTC (rev 143754)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=libuv
-pkgver=1.7.3
-pkgrel=1
-pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
-arch=('i686' 'x86_64')
-url="https://github.com/libuv/libuv;
-license=('custom')
-depends=('glibc')
-makedepends=('python-sphinx')
-source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-
-build() {
-   cd "$srcdir"/$pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr
-   make
-   make man -C docs
-}
-
-check() {
-   cd "$srcdir"/$pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd "$srcdir"/$pkgname-$pkgver
-
-   make DESTDIR="$pkgdir" install
-
-   install -Dm644 LICENSE \
-   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-   install -Dm644 AUTHORS \
-   "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
-   install -Dm644 README.md \
-   "$pkgdir"/usr/share/doc/$pkgname/README.md
-   install -Dm644 ChangeLog \
-   "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
-   install -Dm644 docs/build/man/libuv.1 \
-   "$pkgdir"/usr/share/man/man1/libuv.1
-}
-
-sha256sums=('db5d46318e18330c696d954747036e1be8e2346411d4f30236d7e2f499f0cfab')

Copied: libuv/repos/community-i686/PKGBUILD (from rev 143753, 
libuv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-12 07:31:02 UTC (rev 143754)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libuv
+pkgver=1.7.5
+pkgrel=1
+pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
+arch=('i686' 'x86_64')
+url="https://github.com/libuv/libuv;
+license=('custom')
+depends=('glibc')
+makedepends=('python-sphinx')
+source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+
+build() {
+   cd "$srcdir"/$pkgname-$pkgver
+   ./autogen.sh
+   ./configure --prefix=/usr
+   make
+   make man -C docs
+}
+
+check() {
+   cd "$srcdir"/$pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd "$srcdir"/$pkgname-$pkgver
+
+   make DESTDIR="$pkgdir" install
+
+   install -Dm644 LICENSE \
+   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+   install -Dm644 AUTHORS \
+   "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
+   install -Dm644 README.md \
+   "$pkgdir"/usr/share/doc/$pkgname/README.md
+   install -Dm644 ChangeLog \
+   "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
+   install -Dm644 docs/build/man/libuv.1 \
+   "$pkgdir"/usr/share/man/man1/libuv.1
+}
+
+sha256sums=('11d10f12d68fa655fff18c6021e8e45bc610e7baee006f17247b1830ee316093')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-12 07:30:40 UTC (rev 143753)
+++ community-x86_64/PKGBUILD   2015-10-12 07:31:02 UTC (rev 143754)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=libuv
-pkgver=1.7.3
-pkgrel=1
-pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
-arch=('i686' 'x86_64')
-url="https://github.com/libuv/libuv;
-license=('custom')
-depends=('glibc')
-makedepends=('python-sphinx')
-source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-
-build() {
-   cd "$srcdir"/$pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr
-   make
-   make man -C docs
-}
-
-check() {
-   cd "$srcdir"/$pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd "$srcdir"/$pkgname-$pkgver
-
-   make DESTDIR="$pkgdir" install
-
-   install -Dm644 LICENSE \
-   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-   install -Dm644 AUTHORS \
-   "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
-   

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

2015-10-12 Thread Felix Yan
Date: Monday, October 12, 2015 @ 08:08:30
  Author: fyan
Revision: 143752

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 143751, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 143751, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 143751, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 143751, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 143751, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 143751, 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-10-12 06:07:50 UTC (rev 143751)
+++ LICENSE 2015-10-12 06:08:30 UTC (rev 143752)
@@ -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 143751, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-10-12 06:08:30 UTC (rev 143752)
@@ -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-10-12 06:07:50 UTC (rev 143751)
+++ PKGBUILD2015-10-12 06:08:30 UTC (rev 143752)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=1.632
-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')

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

2015-10-12 Thread Felix Yan
Date: Monday, October 12, 2015 @ 08:07:50
  Author: fyan
Revision: 143751

upgpkg: jenkins 1.633-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 06:00:30 UTC (rev 143750)
+++ PKGBUILD2015-10-12 06:07:50 UTC (rev 143751)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=1.632
+pkgver=1.633
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('1ab60656cb195664d2fcb703cf5cde03b5ec75a257f83c1f43711dbae8b044f6cc60497b124683300848914fd22b04ca96d0df868cd419a76054d2c3a6aec94e'
+sha512sums=('517735a4d707d77d979bcbb2f3631b5a527da9824eb91d1bb3741ddb4685f81b15cad6c4a20cb482eaad6f02863b9195d366968c00d63c44690cc426df107c29'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2015-10-12 Thread Massimiliano Torromeo
Date: Monday, October 12, 2015 @ 10:35:00
  Author: mtorromeo
Revision: 143756

upgpkg: hiredis 0.13.3-1

Updated to 0.13.3

Modified:
  hiredis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 08:10:37 UTC (rev 143755)
+++ PKGBUILD2015-10-12 08:35:00 UTC (rev 143756)
@@ -3,7 +3,7 @@
 # Contributor: Vladimir Tsanev 
 
 pkgname=hiredis
-pkgver=0.13.1
+pkgver=0.13.3
 pkgrel=1
 pkgdesc='Minimalistic C client library for Redis'
 arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@
 depends=('glibc')
 checkdepends=('redis')
 
source=(https://github.com/redis/$pkgname/archive/v$pkgver/hiredis-$pkgver.tar.gz)
-sha256sums=('8865105e15331156a74b64aafbfd3f8c784a8375e003a55512dcca3d82168487')
+sha256sums=('717e6fc8dc2819bef522deaca516de9e51b9dfa68fe393b7db5c3b6079196f78')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver
@@ -21,7 +21,6 @@
 
 check() {
   cd "$srcdir"/$pkgname-$pkgver
-  sed -r 's|echo \\|echo -e \\|' -i Makefile
   make check
 }
 


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

2015-10-12 Thread Massimiliano Torromeo
Date: Monday, October 12, 2015 @ 10:35:37
  Author: mtorromeo
Revision: 143757

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-12 08:35:00 UTC (rev 143756)
+++ community-i686/PKGBUILD 2015-10-12 08:35:37 UTC (rev 143757)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Vladimir Tsanev 
-
-pkgname=hiredis
-pkgver=0.13.1
-pkgrel=1
-pkgdesc='Minimalistic C client library for Redis'
-arch=('x86_64' 'i686')
-url="https://github.com/redis/hiredis/;
-license=('BSD')
-depends=('glibc')
-checkdepends=('redis')
-source=(https://github.com/redis/$pkgname/archive/v$pkgver/hiredis-$pkgver.tar.gz)
-sha256sums=('8865105e15331156a74b64aafbfd3f8c784a8375e003a55512dcca3d82168487')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  sed -r 's|echo \\|echo -e \\|' -i Makefile
-  make check
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-
-  install -Dm 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: hiredis/repos/community-i686/PKGBUILD (from rev 143756, 
hiredis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-12 08:35:37 UTC (rev 143757)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Vladimir Tsanev 
+
+pkgname=hiredis
+pkgver=0.13.3
+pkgrel=1
+pkgdesc='Minimalistic C client library for Redis'
+arch=('x86_64' 'i686')
+url="https://github.com/redis/hiredis/;
+license=('BSD')
+depends=('glibc')
+checkdepends=('redis')
+source=(https://github.com/redis/$pkgname/archive/v$pkgver/hiredis-$pkgver.tar.gz)
+sha256sums=('717e6fc8dc2819bef522deaca516de9e51b9dfa68fe393b7db5c3b6079196f78')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+
+  install -Dm 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-12 08:35:00 UTC (rev 143756)
+++ community-x86_64/PKGBUILD   2015-10-12 08:35:37 UTC (rev 143757)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Vladimir Tsanev 
-
-pkgname=hiredis
-pkgver=0.13.1
-pkgrel=1
-pkgdesc='Minimalistic C client library for Redis'
-arch=('x86_64' 'i686')
-url="https://github.com/redis/hiredis/;
-license=('BSD')
-depends=('glibc')
-checkdepends=('redis')
-source=(https://github.com/redis/$pkgname/archive/v$pkgver/hiredis-$pkgver.tar.gz)
-sha256sums=('8865105e15331156a74b64aafbfd3f8c784a8375e003a55512dcca3d82168487')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  sed -r 's|echo \\|echo -e \\|' -i Makefile
-  make check
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-
-  install -Dm 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: hiredis/repos/community-x86_64/PKGBUILD (from rev 143756, 
hiredis/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-12 08:35:37 UTC (rev 143757)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Vladimir Tsanev 
+
+pkgname=hiredis
+pkgver=0.13.3
+pkgrel=1
+pkgdesc='Minimalistic C client library for Redis'
+arch=('x86_64' 'i686')
+url="https://github.com/redis/hiredis/;
+license=('BSD')
+depends=('glibc')
+checkdepends=('redis')
+source=(https://github.com/redis/$pkgname/archive/v$pkgver/hiredis-$pkgver.tar.gz)
+sha256sums=('717e6fc8dc2819bef522deaca516de9e51b9dfa68fe393b7db5c3b6079196f78')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+check() {
+  cd 

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

2015-10-12 Thread Antonio Rojas
Date: Monday, October 12, 2015 @ 12:00:30
  Author: arojas
Revision: 248913

Update to 1.7.2

Modified:
  kdevplatform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 01:38:58 UTC (rev 248912)
+++ PKGBUILD2015-10-12 10:00:30 UTC (rev 248913)
@@ -3,8 +3,8 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=kdevplatform
-pkgver=1.7.1
-_pkgver=4.7.1
+pkgver=1.7.2
+_pkgver=4.7.2
 pkgrel=1
 pkgdesc='A C/C++ development platform for KDE'
 arch=('i686' 'x86_64')
@@ -15,10 +15,10 @@
 optdepends=('kdesdk-kompare: difference checking')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('dbb0524ec455fe88e1aa68f03b42c845c3a87154')
+sha1sums=('eed01990b91e81bffeb24104da604ee7b8f45cad')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {


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

2015-10-12 Thread Antonio Rojas
Date: Monday, October 12, 2015 @ 12:11:59
  Author: arojas
Revision: 248915

Update to 4.7.2

Modified:
  kdevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 10:01:10 UTC (rev 248914)
+++ PKGBUILD2015-10-12 10:11:59 UTC (rev 248915)
@@ -3,14 +3,14 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=kdevelop
-pkgver=4.7.1
-pkgrel=2
+pkgver=4.7.2
+pkgrel=1
 pkgdesc='A C/C++ development environment for KDE'
 arch=('i686' 'x86_64')
 url='http://www.kdevelop.org/'
 license=('GPL')
 depends=('kdebase-runtime' 'kdevplatform' 'katepart4')
-makedepends=('cmake' 'automoc4' 'kdesdk-okteta' 'kdebase-workspace')
+makedepends=('cmake' 'automoc4' 'oktetapart4' 'kdebase-workspace')
 optdepends=('oktetapart4: hex editor integration'
 'konsolepart4: embedded terminal'
 "kdebase-workspace: GDB plugin and 'Attach to process' 
functionality"
@@ -22,7 +22,7 @@
 'cmake: cmake integration')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('9b4cf77b753f6847f10709bb616c55c8e515c53c')
+sha1sums=('c377eff02c2fe39aef3d49122af57c97ad7e930a')
 
 prepare() {
   mkdir build


[arch-commits] Commit in python-igraph (5 files)

2015-10-12 Thread Antonio Rojas
Date: Monday, October 12, 2015 @ 12:59:21
  Author: arojas
Revision: 143761

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

Added:
  python-igraph/repos/
  python-igraph/repos/community-i686/
  python-igraph/repos/community-i686/PKGBUILD
(from rev 143760, python-igraph/trunk/PKGBUILD)
  python-igraph/repos/community-x86_64/
  python-igraph/repos/community-x86_64/PKGBUILD
(from rev 143760, python-igraph/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   45 
 community-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: python-igraph/repos/community-i686/PKGBUILD (from rev 143760, 
python-igraph/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-10-12 10:59:21 UTC (rev 143761)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Lukasz Pozarlik 
+
+pkgbase=python-igraph
+pkgname=(python-igraph python2-igraph)
+pkgver=0.7.1.post6
+pkgrel=1
+url="http://igraph.org/python/;
+license=(GPL)
+arch=(i686 x86_64)
+makedepends=(python python2 igraph) 
+source="https://pypi.python.org/packages/source/p/$pkgbase/$pkgbase-$pkgver.tar.gz;
+md5sums=('a4c0b5960735b36adb5d3a40031cb7c0')
+
+prepare() {
+  cp -r $pkgbase-$pkgver{,-python2}
+
+  sed -e 's|/usr/bin/env python|/usr/bin/env/python2|g' -i 
$pkgbase-$pkgver-python2/igraph/vendor/texttable.py
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+
+  cd ../$pkgbase-$pkgver-python2
+  python2 setup.py build
+}
+
+package_python-igraph() {
+  pkgdesc="Python bindings for the igraph library"
+  depends=(igraph python)
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-igraph() {
+  pkgdesc="Python 2 bindings for the igraph library"
+  depends=(igraph python2)
+  conflicts=(python-igraph)
+
+  cd $pkgbase-$pkgver-python2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}

Copied: python-igraph/repos/community-x86_64/PKGBUILD (from rev 143760, 
python-igraph/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2015-10-12 10:59:21 UTC (rev 143761)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Lukasz Pozarlik 
+
+pkgbase=python-igraph
+pkgname=(python-igraph python2-igraph)
+pkgver=0.7.1.post6
+pkgrel=1
+url="http://igraph.org/python/;
+license=(GPL)
+arch=(i686 x86_64)
+makedepends=(python python2 igraph) 
+source="https://pypi.python.org/packages/source/p/$pkgbase/$pkgbase-$pkgver.tar.gz;
+md5sums=('a4c0b5960735b36adb5d3a40031cb7c0')
+
+prepare() {
+  cp -r $pkgbase-$pkgver{,-python2}
+
+  sed -e 's|/usr/bin/env python|/usr/bin/env/python2|g' -i 
$pkgbase-$pkgver-python2/igraph/vendor/texttable.py
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+
+  cd ../$pkgbase-$pkgver-python2
+  python2 setup.py build
+}
+
+package_python-igraph() {
+  pkgdesc="Python bindings for the igraph library"
+  depends=(igraph python)
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-igraph() {
+  pkgdesc="Python 2 bindings for the igraph library"
+  depends=(igraph python2)
+  conflicts=(python-igraph)
+
+  cd $pkgbase-$pkgver-python2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in (3 files)

2015-10-12 Thread Antonio Rojas
Date: Monday, October 12, 2015 @ 12:58:25
  Author: arojas
Revision: 143760

Add python-igraph (new sagemath dependency)

Added:
  python-igraph/
  python-igraph/trunk/
  python-igraph/trunk/PKGBUILD

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

Added: python-igraph/trunk/PKGBUILD
===
--- python-igraph/trunk/PKGBUILD(rev 0)
+++ python-igraph/trunk/PKGBUILD2015-10-12 10:58:25 UTC (rev 143760)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Lukasz Pozarlik 
+
+pkgbase=python-igraph
+pkgname=(python-igraph python2-igraph)
+pkgver=0.7.1.post6
+pkgrel=1
+url="http://igraph.org/python/;
+license=(GPL)
+arch=(i686 x86_64)
+makedepends=(python python2 igraph) 
+source="https://pypi.python.org/packages/source/p/$pkgbase/$pkgbase-$pkgver.tar.gz;
+md5sums=('a4c0b5960735b36adb5d3a40031cb7c0')
+
+prepare() {
+  cp -r $pkgbase-$pkgver{,-python2}
+
+  sed -e 's|/usr/bin/env python|/usr/bin/env/python2|g' -i 
$pkgbase-$pkgver-python2/igraph/vendor/texttable.py
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+
+  cd ../$pkgbase-$pkgver-python2
+  python2 setup.py build
+}
+
+package_python-igraph() {
+  pkgdesc="Python bindings for the igraph library"
+  depends=(igraph python)
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-igraph() {
+  pkgdesc="Python 2 bindings for the igraph library"
+  depends=(igraph python2)
+  conflicts=(python-igraph)
+
+  cd $pkgbase-$pkgver-python2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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


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

2015-10-12 Thread Antonio Rojas
Date: Monday, October 12, 2015 @ 12:20:08
  Author: arojas
Revision: 248918

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

Added:
  kdevelop-python2/repos/extra-i686/PKGBUILD
(from rev 248917, kdevelop-python2/trunk/PKGBUILD)
  kdevelop-python2/repos/extra-x86_64/PKGBUILD
(from rev 248917, kdevelop-python2/trunk/PKGBUILD)
Deleted:
  kdevelop-python2/repos/extra-i686/PKGBUILD
  kdevelop-python2/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 10:19:23 UTC (rev 248917)
+++ extra-i686/PKGBUILD 2015-10-12 10:20:08 UTC (rev 248918)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 208352 2014-03-22 17:47:04Z andrea $
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdevelop-python2
-pkgver=1.7.1
-_pkgver=4.7.1
-pkgrel=1
-pkgdesc="Python 2 language and documentation plugin for KDevelop"
-arch=('i686' 'x86_64')
-url="http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdevelop' 'python2')
-makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
-conflicts=('kdevelop-python')
-source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz;)
-sha1sums=('5a742c4a5adf8ab16945fe18b8c840e96fbbaedf')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kdev-python-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdevelop-python2/repos/extra-i686/PKGBUILD (from rev 248917, 
kdevelop-python2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 10:20:08 UTC (rev 248918)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 208352 2014-03-22 17:47:04Z andrea $
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdevelop-python2
+pkgver=1.7.2
+_pkgver=4.7.2
+pkgrel=1
+pkgdesc="Python 2 language and documentation plugin for KDevelop"
+arch=('i686' 'x86_64')
+url="http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdevelop' 'python2')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+conflicts=('kdevelop-python')
+source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz;)
+sha1sums=('f19923f278130bb9d78f186436dde02470bd3ccb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-12 10:19:23 UTC (rev 248917)
+++ extra-x86_64/PKGBUILD   2015-10-12 10:20:08 UTC (rev 248918)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 208352 2014-03-22 17:47:04Z andrea $
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdevelop-python2
-pkgver=1.7.1
-_pkgver=4.7.1
-pkgrel=1
-pkgdesc="Python 2 language and documentation plugin for KDevelop"
-arch=('i686' 'x86_64')
-url="http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdevelop' 'python2')
-makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
-conflicts=('kdevelop-python')
-source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz;)
-sha1sums=('5a742c4a5adf8ab16945fe18b8c840e96fbbaedf')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kdev-python-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdevelop-python2/repos/extra-x86_64/PKGBUILD (from rev 248917, 
kdevelop-python2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-12 10:20:08 UTC (rev 248918)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 208352 2014-03-22 17:47:04Z andrea $
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdevelop-python2
+pkgver=1.7.2
+_pkgver=4.7.2
+pkgrel=1
+pkgdesc="Python 2 language and documentation plugin for KDevelop"
+arch=('i686' 'x86_64')
+url="http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdevelop' 'python2')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+conflicts=('kdevelop-python')
+source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz;)
+sha1sums=('f19923f278130bb9d78f186436dde02470bd3ccb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+  

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

2015-10-12 Thread Massimiliano Torromeo
Date: Monday, October 12, 2015 @ 11:48:31
  Author: mtorromeo
Revision: 143759

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

Added:
  percona-server/repos/community-i686/PKGBUILD
(from rev 143758, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-i686/my.cnf
(from rev 143758, percona-server/trunk/my.cnf)
  percona-server/repos/community-i686/mysql-user.conf
(from rev 143758, percona-server/trunk/mysql-user.conf)
  percona-server/repos/community-i686/mysql56-bufsize.patch
(from rev 143758, percona-server/trunk/mysql56-bufsize.patch)
  percona-server/repos/community-i686/mysqld-tmpfile.conf
(from rev 143758, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-i686/percona.install
(from rev 143758, percona-server/trunk/percona.install)
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 143758, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/my.cnf
(from rev 143758, percona-server/trunk/my.cnf)
  percona-server/repos/community-x86_64/mysql-user.conf
(from rev 143758, percona-server/trunk/mysql-user.conf)
  percona-server/repos/community-x86_64/mysql56-bufsize.patch
(from rev 143758, percona-server/trunk/mysql56-bufsize.patch)
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
(from rev 143758, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-x86_64/percona.install
(from rev 143758, percona-server/trunk/percona.install)
Deleted:
  percona-server/repos/community-i686/PKGBUILD
  percona-server/repos/community-i686/my.cnf
  percona-server/repos/community-i686/mysql-user.conf
  percona-server/repos/community-i686/mysql56-bufsize.patch
  percona-server/repos/community-i686/mysqld-tmpfile.conf
  percona-server/repos/community-i686/percona.install
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/my.cnf
  percona-server/repos/community-x86_64/mysql-user.conf
  percona-server/repos/community-x86_64/mysql56-bufsize.patch
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
  percona-server/repos/community-x86_64/percona.install

+
 /PKGBUILD  |  338 +++
 /my.cnf|   76 ++
 /mysql-user.conf   |2 
 /mysql56-bufsize.patch |   40 +++
 /mysqld-tmpfile.conf   |2 
 /percona.install   |   50 
 community-i686/PKGBUILD|  154 --
 community-i686/my.cnf  |   38 ---
 community-i686/mysql-user.conf |1 
 community-i686/mysql56-bufsize.patch   |   20 -
 community-i686/mysqld-tmpfile.conf |1 
 community-i686/percona.install |   25 --
 community-x86_64/PKGBUILD  |  154 --
 community-x86_64/my.cnf|   38 ---
 community-x86_64/mysql-user.conf   |1 
 community-x86_64/mysql56-bufsize.patch |   20 -
 community-x86_64/mysqld-tmpfile.conf   |1 
 community-x86_64/percona.install   |   25 --
 18 files changed, 508 insertions(+), 478 deletions(-)

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


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

2015-10-12 Thread Antonio Rojas
Date: Monday, October 12, 2015 @ 12:12:51
  Author: arojas
Revision: 248916

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

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

---+
 /PKGBUILD |   84 
 /kdevelop.install |   26 
 extra-i686/PKGBUILD   |   42 
 extra-i686/kdevelop.install   |   13 --
 extra-x86_64/PKGBUILD |   42 
 extra-x86_64/kdevelop.install |   13 --
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 10:11:59 UTC (rev 248915)
+++ extra-i686/PKGBUILD 2015-10-12 10:12:51 UTC (rev 248916)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevelop
-pkgver=4.7.1
-pkgrel=2
-pkgdesc='A C/C++ development environment for KDE'
-arch=('i686' 'x86_64')
-url='http://www.kdevelop.org/'
-license=('GPL')
-depends=('kdebase-runtime' 'kdevplatform' 'katepart4')
-makedepends=('cmake' 'automoc4' 'kdesdk-okteta' 'kdebase-workspace')
-optdepends=('oktetapart4: hex editor integration'
-'konsolepart4: embedded terminal'
-"kdebase-workspace: GDB plugin and 'Attach to process' 
functionality"
-'git: Git support'
-'subversion: SVN support'
-'cvs: Concurrent Versions System support'
-'gdb: GNU Debugger support'
-'qt5-doc: Qt documentation integration'
-'cmake: cmake integration')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('9b4cf77b753f6847f10709bb616c55c8e515c53c')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdevelop/repos/extra-i686/PKGBUILD (from rev 248915, 
kdevelop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 10:12:51 UTC (rev 248916)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=4.7.2
+pkgrel=1
+pkgdesc='A C/C++ development environment for KDE'
+arch=('i686' 'x86_64')
+url='http://www.kdevelop.org/'
+license=('GPL')
+depends=('kdebase-runtime' 'kdevplatform' 'katepart4')
+makedepends=('cmake' 'automoc4' 'oktetapart4' 'kdebase-workspace')
+optdepends=('oktetapart4: hex editor integration'
+'konsolepart4: embedded terminal'
+"kdebase-workspace: GDB plugin and 'Attach to process' 
functionality"
+'git: Git support'
+'subversion: SVN support'
+'cvs: Concurrent Versions System support'
+'gdb: GNU Debugger support'
+'qt5-doc: Qt documentation integration'
+'cmake: cmake integration')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c377eff02c2fe39aef3d49122af57c97ad7e930a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdevelop.install
===
--- extra-i686/kdevelop.install 2015-10-12 10:11:59 UTC (rev 248915)
+++ extra-i686/kdevelop.install 2015-10-12 10:12:51 UTC (rev 248916)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-mime-database usr/share/mime  &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdevelop/repos/extra-i686/kdevelop.install (from rev 248915, 
kdevelop/trunk/kdevelop.install)
===
--- extra-i686/kdevelop.install (rev 0)
+++ extra-i686/kdevelop.install 2015-10-12 

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

2015-10-12 Thread Antonio Rojas
Date: Monday, October 12, 2015 @ 12:27:55
  Author: arojas
Revision: 248920

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

Added:
  kdevelop-php/repos/extra-i686/PKGBUILD
(from rev 248919, kdevelop-php/trunk/PKGBUILD)
  kdevelop-php/repos/extra-x86_64/PKGBUILD
(from rev 248919, kdevelop-php/trunk/PKGBUILD)
Deleted:
  kdevelop-php/repos/extra-i686/PKGBUILD
  kdevelop-php/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 10:26:59 UTC (rev 248919)
+++ extra-i686/PKGBUILD 2015-10-12 10:27:55 UTC (rev 248920)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdevelop-php
-pkgver=1.7.1
-_pkgver=4.7.1
-pkgrel=1
-pkgdesc="PHP language and documentation plugin for KDevelop"
-arch=('i686' 'x86_64')
-url="http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdevelop')
-makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
-replaces=('kdevelop-php-docs')
-conflicts=('kdevelop-php-docs')
-source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-{,docs-}${pkgver}.tar.xz)
-sha1sums=('384bb55b8878041b1979d1652f149195842fb5e2'
-  'f0755ea6649ca501e45a17fc59c51ebcbef77267')
-
-prepare() {
-  mkdir build
-  mkdir build-docs
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-  cd ../
-
-  # kdevelop-php-docs
-  cd build-docs
-  cmake ../${pkgname}-docs-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-  cd ../
-
-  # kdevelop-php-docs
-  cd build-docs
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdevelop-php/repos/extra-i686/PKGBUILD (from rev 248919, 
kdevelop-php/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 10:27:55 UTC (rev 248920)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdevelop-php
+pkgver=1.7.2
+_pkgver=4.7.2
+pkgrel=1
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=('i686' 'x86_64')
+url="http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdevelop')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+replaces=('kdevelop-php-docs')
+conflicts=('kdevelop-php-docs')
+source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-{,docs-}${pkgver}.tar.xz)
+sha1sums=('efdc58214b8c1eb32b4bbd827dc6d6e942355c9c'
+  '989e857d40fb16cb3ac207fab73fb024a94d7554')
+
+prepare() {
+  mkdir build
+  mkdir build-docs
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+  cd ../
+
+  # kdevelop-php-docs
+  cd build-docs
+  cmake ../${pkgname}-docs-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+  cd ../
+
+  # kdevelop-php-docs
+  cd build-docs
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-12 10:26:59 UTC (rev 248919)
+++ extra-x86_64/PKGBUILD   2015-10-12 10:27:55 UTC (rev 248920)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdevelop-php
-pkgver=1.7.1
-_pkgver=4.7.1
-pkgrel=1
-pkgdesc="PHP language and documentation plugin for KDevelop"
-arch=('i686' 'x86_64')
-url="http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdevelop')
-makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
-replaces=('kdevelop-php-docs')
-conflicts=('kdevelop-php-docs')
-source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-{,docs-}${pkgver}.tar.xz)
-sha1sums=('384bb55b8878041b1979d1652f149195842fb5e2'
-  'f0755ea6649ca501e45a17fc59c51ebcbef77267')
-
-prepare() {
-  mkdir build
-  mkdir build-docs
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-  cd ../
-
-  # kdevelop-php-docs
-  cd build-docs
-  cmake ../${pkgname}-docs-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-  cd ../
-
-  # kdevelop-php-docs
-  cd build-docs
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdevelop-php/repos/extra-x86_64/PKGBUILD (from rev 248919, 
kdevelop-php/trunk/PKGBUILD)

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

2015-10-12 Thread Antonio Rojas
Date: Monday, October 12, 2015 @ 12:26:59
  Author: arojas
Revision: 248919

Update to 1.7.2

Modified:
  kdevelop-php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 10:20:08 UTC (rev 248918)
+++ PKGBUILD2015-10-12 10:26:59 UTC (rev 248919)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=kdevelop-php
-pkgver=1.7.1
-_pkgver=4.7.1
+pkgver=1.7.2
+_pkgver=4.7.2
 pkgrel=1
 pkgdesc="PHP language and documentation plugin for KDevelop"
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 replaces=('kdevelop-php-docs')
 conflicts=('kdevelop-php-docs')
 
source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-{,docs-}${pkgver}.tar.xz)
-sha1sums=('384bb55b8878041b1979d1652f149195842fb5e2'
-  'f0755ea6649ca501e45a17fc59c51ebcbef77267')
+sha1sums=('efdc58214b8c1eb32b4bbd827dc6d6e942355c9c'
+  '989e857d40fb16cb3ac207fab73fb024a94d7554')
 
 prepare() {
   mkdir build


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

2015-10-12 Thread Massimiliano Torromeo
Date: Monday, October 12, 2015 @ 11:47:30
  Author: mtorromeo
Revision: 143758

upgpkg: percona-server 5.6.26_74.0-2

Removed tokudb documentation files from /usr

Modified:
  percona-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 08:35:37 UTC (rev 143757)
+++ PKGBUILD2015-10-12 09:47:30 UTC (rev 143758)
@@ -6,11 +6,11 @@
 pkgver=5.6.26_74.0
 _pkgver=${pkgver/_/-}
 _myver=${pkgver/_rel*}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 # valgrind necessary for bug 
https://bugs.launchpad.net/percona-server/+bug/1494283
 makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'systemd-tools' 'valgrind')
-license=('GPL')
+license=('GPL' 'AGPL')
 url="http://www.percona.com/software/percona-server/;
 
source=("http://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-$_pkgver/source/tarball/percona-server-$_pkgver.tar.gz;
 'my.cnf'
@@ -131,8 +131,19 @@
install -Dm755 mysql-systemd-start "$pkgdir"/usr/bin/mysql-systemd-start
install -Dm644 mysqld.service 
"$pkgdir"/usr/lib/systemd/system/mysqld.service
 
+  cd "$pkgdir"
+
+   # Move documentation
+   install -dm755 usr/share/doc
+   mv usr/share/mysql/docs usr/share/doc/$pkgname
+   mv usr/share/mysql/{COPYING,INSTALL-BINARY,README.MySQL} 
usr/share/doc/$pkgname/
+
+   if [ -f usr/PATENTS ]; then
+   mv usr/{PATENTS,README.md} usr/share/doc/$pkgname/
+   rm usr/COPYING.*
+   fi
+
# provided by libperconaserverclient
-   cd "$pkgdir"
rm usr/bin/mysql_config
rm usr/lib/lib{mysql,perconaserver}*
rm -r usr/include/


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

2015-10-12 Thread Antonio Rojas
Date: Monday, October 12, 2015 @ 12:01:10
  Author: arojas
Revision: 248914

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

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

---+
 /PKGBUILD |   72 
 /kdevplatform.install |   22 +++
 extra-i686/PKGBUILD   |   36 --
 extra-i686/kdevplatform.install   |   11 -
 extra-x86_64/PKGBUILD |   36 --
 extra-x86_64/kdevplatform.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 10:00:30 UTC (rev 248913)
+++ extra-i686/PKGBUILD 2015-10-12 10:01:10 UTC (rev 248914)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevplatform
-pkgver=1.7.1
-_pkgver=4.7.1
-pkgrel=1
-pkgdesc='A C/C++ development platform for KDE'
-arch=('i686' 'x86_64')
-url='http://www.kdevelop.org/'
-license=('GPL')
-depends=('kdelibs' 'subversion' 'qjson' 'grantlee-qt4')
-makedepends=('cmake' 'automoc4' 'boost')
-optdepends=('kdesdk-kompare: difference checking')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('dbb0524ec455fe88e1aa68f03b42c845c3a87154')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdevplatform/repos/extra-i686/PKGBUILD (from rev 248913, 
kdevplatform/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 10:01:10 UTC (rev 248914)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevplatform
+pkgver=1.7.2
+_pkgver=4.7.2
+pkgrel=1
+pkgdesc='A C/C++ development platform for KDE'
+arch=('i686' 'x86_64')
+url='http://www.kdevelop.org/'
+license=('GPL')
+depends=('kdelibs' 'subversion' 'qjson' 'grantlee-qt4')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('kdesdk-kompare: difference checking')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('eed01990b91e81bffeb24104da604ee7b8f45cad')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdevplatform.install
===
--- extra-i686/kdevplatform.install 2015-10-12 10:00:30 UTC (rev 248913)
+++ extra-i686/kdevplatform.install 2015-10-12 10:01:10 UTC (rev 248914)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdevplatform/repos/extra-i686/kdevplatform.install (from rev 248913, 
kdevplatform/trunk/kdevplatform.install)
===
--- extra-i686/kdevplatform.install (rev 0)
+++ extra-i686/kdevplatform.install 2015-10-12 10:01:10 UTC (rev 248914)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-12 10:00:30 UTC (rev 248913)
+++ extra-x86_64/PKGBUILD   2015-10-12 10:01:10 UTC (rev 248914)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevplatform
-pkgver=1.7.1
-_pkgver=4.7.1
-pkgrel=1
-pkgdesc='A C/C++ development 

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

2015-10-12 Thread Antonio Rojas
Date: Monday, October 12, 2015 @ 12:19:23
  Author: arojas
Revision: 248917

Update to 1.7.2

Modified:
  kdevelop-python2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 10:12:51 UTC (rev 248916)
+++ PKGBUILD2015-10-12 10:19:23 UTC (rev 248917)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=kdevelop-python2
-pkgver=1.7.1
-_pkgver=4.7.1
+pkgver=1.7.2
+_pkgver=4.7.2
 pkgrel=1
 pkgdesc="Python 2 language and documentation plugin for KDevelop"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
 conflicts=('kdevelop-python')
 
source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz;)
-sha1sums=('5a742c4a5adf8ab16945fe18b8c840e96fbbaedf')
+sha1sums=('f19923f278130bb9d78f186436dde02470bd3ccb')
 
 prepare() {
   mkdir build


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

2015-10-12 Thread Felix Yan
Date: Monday, October 12, 2015 @ 17:33:44
  Author: fyan
Revision: 143783

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

Added:
  haskell-connection/repos/community-i686/
  haskell-connection/repos/community-i686/PKGBUILD
(from rev 143782, haskell-connection/trunk/PKGBUILD)
  haskell-connection/repos/community-i686/haskell-connection.install
(from rev 143782, haskell-connection/trunk/haskell-connection.install)
  haskell-connection/repos/community-x86_64/
  haskell-connection/repos/community-x86_64/PKGBUILD
(from rev 143782, haskell-connection/trunk/PKGBUILD)
  haskell-connection/repos/community-x86_64/haskell-connection.install
(from rev 143782, haskell-connection/trunk/haskell-connection.install)

-+
 community-i686/PKGBUILD |   43 ++
 community-i686/haskell-connection.install   |   18 ++
 community-x86_64/PKGBUILD   |   43 ++
 community-x86_64/haskell-connection.install |   18 ++
 4 files changed, 122 insertions(+)

Copied: haskell-connection/repos/community-i686/PKGBUILD (from rev 143782, 
haskell-connection/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-12 15:33:44 UTC (rev 143783)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 143584 2015-10-10 10:28:35Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=connection
+pkgname=haskell-connection
+pkgver=0.2.5
+pkgrel=1
+pkgdesc="Simple and easy network connections API"
+url="http://github.com/vincenthz/hs-connection;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-byteable" "haskell-data-default-class" 
"haskell-network" "haskell-socks"
+ "haskell-tls" "haskell-x509" "haskell-x509-store" 
"haskell-x509-system" "haskell-x509-validation")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('8895d4427985202ac439b884deb4b5675ccba3d9498fce3687f1542b4ba21124')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-connection/repos/community-i686/haskell-connection.install 
(from rev 143782, haskell-connection/trunk/haskell-connection.install)
===
--- community-i686/haskell-connection.install   (rev 0)
+++ community-i686/haskell-connection.install   2015-10-12 15:33:44 UTC (rev 
143783)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-connection
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-connection/repos/community-x86_64/PKGBUILD (from rev 143782, 
haskell-connection/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-12 15:33:44 UTC (rev 143783)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 143584 2015-10-10 10:28:35Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=connection
+pkgname=haskell-connection
+pkgver=0.2.5
+pkgrel=1
+pkgdesc="Simple and easy network connections API"
+url="http://github.com/vincenthz/hs-connection;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-byteable" 

[arch-commits] Commit in (5 files)

2015-10-12 Thread Felix Yan
Date: Monday, October 12, 2015 @ 08:00:02
  Author: fyan
Revision: 143749

addpkg: haskell-byteable 0.1.1-1

Added:
  haskell-byteable/
  haskell-byteable/repos/
  haskell-byteable/trunk/
  haskell-byteable/trunk/PKGBUILD
  haskell-byteable/trunk/haskell-byteable.install

--+
 PKGBUILD |   42 ++
 haskell-byteable.install |   18 ++
 2 files changed, 60 insertions(+)

Added: haskell-byteable/trunk/PKGBUILD
===
--- haskell-byteable/trunk/PKGBUILD (rev 0)
+++ haskell-byteable/trunk/PKGBUILD 2015-10-12 06:00:02 UTC (rev 143749)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=byteable
+pkgname=haskell-byteable
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Type class for sequence of bytes"
+url="http://github.com/vincenthz/hs-byteable;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('243b34a1b5b64b39e39fe58f75c18f6cad5b668b10cabcd86816cbde27783fe2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-byteable/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-byteable/trunk/haskell-byteable.install
===
--- haskell-byteable/trunk/haskell-byteable.install 
(rev 0)
+++ haskell-byteable/trunk/haskell-byteable.install 2015-10-12 06:00:02 UTC 
(rev 143749)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-byteable
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2015-10-12 Thread Felix Yan
Date: Monday, October 12, 2015 @ 08:00:30
  Author: fyan
Revision: 143750

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

Added:
  haskell-byteable/repos/community-i686/
  haskell-byteable/repos/community-i686/PKGBUILD
(from rev 143749, haskell-byteable/trunk/PKGBUILD)
  haskell-byteable/repos/community-i686/haskell-byteable.install
(from rev 143749, haskell-byteable/trunk/haskell-byteable.install)
  haskell-byteable/repos/community-x86_64/
  haskell-byteable/repos/community-x86_64/PKGBUILD
(from rev 143749, haskell-byteable/trunk/PKGBUILD)
  haskell-byteable/repos/community-x86_64/haskell-byteable.install
(from rev 143749, haskell-byteable/trunk/haskell-byteable.install)

---+
 community-i686/PKGBUILD   |   42 
 community-i686/haskell-byteable.install   |   18 
 community-x86_64/PKGBUILD |   42 
 community-x86_64/haskell-byteable.install |   18 
 4 files changed, 120 insertions(+)

Copied: haskell-byteable/repos/community-i686/PKGBUILD (from rev 143749, 
haskell-byteable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-12 06:00:30 UTC (rev 143750)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=byteable
+pkgname=haskell-byteable
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Type class for sequence of bytes"
+url="http://github.com/vincenthz/hs-byteable;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('243b34a1b5b64b39e39fe58f75c18f6cad5b668b10cabcd86816cbde27783fe2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-byteable/repos/community-i686/haskell-byteable.install (from 
rev 143749, haskell-byteable/trunk/haskell-byteable.install)
===
--- community-i686/haskell-byteable.install (rev 0)
+++ community-i686/haskell-byteable.install 2015-10-12 06:00:30 UTC (rev 
143750)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-byteable
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-byteable/repos/community-x86_64/PKGBUILD (from rev 143749, 
haskell-byteable/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-12 06:00:30 UTC (rev 143750)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=byteable
+pkgname=haskell-byteable
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Type class for sequence of bytes"
+url="http://github.com/vincenthz/hs-byteable;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('243b34a1b5b64b39e39fe58f75c18f6cad5b668b10cabcd86816cbde27783fe2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling 

[arch-commits] Commit in (5 files)

2015-10-12 Thread Felix Yan
Date: Monday, October 12, 2015 @ 17:18:47
  Author: fyan
Revision: 143777

addpkg: haskell-x509-system 1.6.1-1

Added:
  haskell-x509-system/
  haskell-x509-system/repos/
  haskell-x509-system/trunk/
  haskell-x509-system/trunk/PKGBUILD
  haskell-x509-system/trunk/haskell-x509-system.install

-+
 PKGBUILD|   42 ++
 haskell-x509-system.install |   18 ++
 2 files changed, 60 insertions(+)

Added: haskell-x509-system/trunk/PKGBUILD
===
--- haskell-x509-system/trunk/PKGBUILD  (rev 0)
+++ haskell-x509-system/trunk/PKGBUILD  2015-10-12 15:18:47 UTC (rev 143777)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509-system
+pkgname=haskell-x509-system
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Handle per-operating-system X.509 accessors and storage"
+url="http://github.com/vincenthz/hs-certificate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-mtl" "haskell-pem" "haskell-x509" 
"haskell-x509-store")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ee19385663611f9378a7cdf666aa31af1b142f6762699897e55826271a300e83')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-x509-system/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-x509-system/trunk/haskell-x509-system.install
===
--- haskell-x509-system/trunk/haskell-x509-system.install   
(rev 0)
+++ haskell-x509-system/trunk/haskell-x509-system.install   2015-10-12 
15:18:47 UTC (rev 143777)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-x509-system
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


[arch-commits] Commit in (5 files)

2015-10-12 Thread Felix Yan
Date: Monday, October 12, 2015 @ 17:33:16
  Author: fyan
Revision: 143782

addpkg: haskell-connection 0.2.5-1

Added:
  haskell-connection/
  haskell-connection/repos/
  haskell-connection/trunk/
  haskell-connection/trunk/PKGBUILD
  haskell-connection/trunk/haskell-connection.install

+
 PKGBUILD   |   43 +++
 haskell-connection.install |   18 ++
 2 files changed, 61 insertions(+)

Added: haskell-connection/trunk/PKGBUILD
===
--- haskell-connection/trunk/PKGBUILD   (rev 0)
+++ haskell-connection/trunk/PKGBUILD   2015-10-12 15:33:16 UTC (rev 143782)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 143584 2015-10-10 10:28:35Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=connection
+pkgname=haskell-connection
+pkgver=0.2.5
+pkgrel=1
+pkgdesc="Simple and easy network connections API"
+url="http://github.com/vincenthz/hs-connection;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-byteable" "haskell-data-default-class" 
"haskell-network" "haskell-socks"
+ "haskell-tls" "haskell-x509" "haskell-x509-store" 
"haskell-x509-system" "haskell-x509-validation")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('8895d4427985202ac439b884deb4b5675ccba3d9498fce3687f1542b4ba21124')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Added: haskell-connection/trunk/haskell-connection.install
===
--- haskell-connection/trunk/haskell-connection.install 
(rev 0)
+++ haskell-connection/trunk/haskell-connection.install 2015-10-12 15:33:16 UTC 
(rev 143782)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-connection
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2015-10-12 Thread Alexander Rødseth
Date: Monday, October 12, 2015 @ 17:20:32
  Author: arodseth
Revision: 143779

upgpkg: julia 2:0.4.0-1

Modified:
  julia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 15:19:13 UTC (rev 143778)
+++ PKGBUILD2015-10-12 15:20:32 UTC (rev 143779)
@@ -8,16 +8,15 @@
 pkgbase=julia
 pkgname=('julia' 'julia-docs')
 epoch=2
-pkgver=0.3.11
+pkgver=0.4.0
 pkgrel=1
 pkgdesc='High-level, high-performance, dynamic programming language'
 arch=('x86_64' 'i686')
 url='http://julialang.org/'
 license=('MIT')
-makedepends=('gcc-fortran' 'python2' 'libuv' 'git' 'blas' 'lapack' 'arpack' 
'libunwind' 'fftw' 'gmp' 'mpfr' 'pcre' 'zlib' 'suitesparse')
+makedepends=('gcc-fortran' 'python2' 'libuv' 'git' 'blas' 'lapack' 'arpack' 
'libunwind' 'fftw' 'gmp' 'mpfr' 'pcre' 'zlib' 'suitesparse' 'patchelf' 'cmake' 
'pcre2')
 optdepends=('gnuplot: If using the Gaston Package from julia')
 options=('!emptydirs' 'staticlibs')
-backup=('etc/ld.so.conf.d/julia.conf' 'etc/julia/juliarc.jl')
 source=("git://github.com/JuliaLang/julia.git#tag=v$pkgver")
 sha256sums=('SKIP')
 
@@ -27,6 +26,11 @@
 }
 
 build() {
+  # SSE2 is a requirement for Julia on 32-bit x86
+  if [[ $CARCH == i686 ]]; then
+export JULIA_CPU_TARGET=pentium4
+  fi
+
   make -C "$pkgname" prefix=/usr sysconfdir=/etc \
 MARCH=${CARCH/_/-} \
 USE_SYSTEM_LLVM=0 \
@@ -54,7 +58,8 @@
 }
 
 package_julia() {
-  depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'zlib' 
'lapack' 'suitesparse')
+  backup=('etc/ld.so.conf.d/julia.conf' 'etc/julia/juliarc.jl')
+  depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'zlib' 
'lapack' 'suitesparse' 'pcre2')
   install='sysfix.install'
 
   make -C "$pkgname" DESTDIR="$pkgdir" \
@@ -101,10 +106,14 @@
 
 package_julia-docs() {
   pkgdesc='Documentation and examples for Julia'
+  arch=('any')
 
   install -d "$pkgdir/usr/share/doc"
-  cp -rv "$srcdir/$pkgbase/doc" "$pkgdir/usr/share/doc/$pkgbase"
-  cp -rv "$srcdir/$pkgbase/examples" "$pkgdir/usr/share/doc/$pkgbase/examples"
+
+  cd "$srcdir/$pkgbase"
+  cp -rv "doc" "$pkgdir/usr/share/doc/$pkgbase"
+  cp -rv "examples" "$pkgdir/usr/share/doc/$pkgbase/examples"
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
 }
 
 # getver: julialang.org/downloads


[arch-commits] Commit in (5 files)

2015-10-12 Thread Felix Yan
Date: Monday, October 12, 2015 @ 17:27:53
  Author: fyan
Revision: 143780

addpkg: haskell-socks 0.5.4-1

Added:
  haskell-socks/
  haskell-socks/repos/
  haskell-socks/trunk/
  haskell-socks/trunk/PKGBUILD
  haskell-socks/trunk/haskell-socks.install

---+
 PKGBUILD  |   42 ++
 haskell-socks.install |   18 ++
 2 files changed, 60 insertions(+)

Added: haskell-socks/trunk/PKGBUILD
===
--- haskell-socks/trunk/PKGBUILD(rev 0)
+++ haskell-socks/trunk/PKGBUILD2015-10-12 15:27:53 UTC (rev 143780)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=socks
+pkgname=haskell-socks
+pkgver=0.5.4
+pkgrel=1
+pkgdesc="Socks proxy (version 5) implementation."
+url="http://github.com/vincenthz/hs-socks;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-cereal" "haskell-network")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('e9b5e1ea78592632bb086e5f4d6da523be01921a4a8998ca78552bdc396db4da')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-socks/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-socks/trunk/haskell-socks.install
===
--- haskell-socks/trunk/haskell-socks.install   (rev 0)
+++ haskell-socks/trunk/haskell-socks.install   2015-10-12 15:27:53 UTC (rev 
143780)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-socks
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2015-10-12 Thread Felix Yan
Date: Monday, October 12, 2015 @ 17:29:00
  Author: fyan
Revision: 143781

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

Added:
  haskell-socks/repos/community-i686/
  haskell-socks/repos/community-i686/PKGBUILD
(from rev 143780, haskell-socks/trunk/PKGBUILD)
  haskell-socks/repos/community-i686/haskell-socks.install
(from rev 143780, haskell-socks/trunk/haskell-socks.install)
  haskell-socks/repos/community-x86_64/
  haskell-socks/repos/community-x86_64/PKGBUILD
(from rev 143780, haskell-socks/trunk/PKGBUILD)
  haskell-socks/repos/community-x86_64/haskell-socks.install
(from rev 143780, haskell-socks/trunk/haskell-socks.install)

+
 community-i686/PKGBUILD|   42 +++
 community-i686/haskell-socks.install   |   18 +
 community-x86_64/PKGBUILD  |   42 +++
 community-x86_64/haskell-socks.install |   18 +
 4 files changed, 120 insertions(+)

Copied: haskell-socks/repos/community-i686/PKGBUILD (from rev 143780, 
haskell-socks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-12 15:29:00 UTC (rev 143781)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=socks
+pkgname=haskell-socks
+pkgver=0.5.4
+pkgrel=1
+pkgdesc="Socks proxy (version 5) implementation."
+url="http://github.com/vincenthz/hs-socks;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-cereal" "haskell-network")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('e9b5e1ea78592632bb086e5f4d6da523be01921a4a8998ca78552bdc396db4da')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-socks/repos/community-i686/haskell-socks.install (from rev 
143780, haskell-socks/trunk/haskell-socks.install)
===
--- community-i686/haskell-socks.install(rev 0)
+++ community-i686/haskell-socks.install2015-10-12 15:29:00 UTC (rev 
143781)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-socks
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-socks/repos/community-x86_64/PKGBUILD (from rev 143780, 
haskell-socks/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-12 15:29:00 UTC (rev 143781)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=socks
+pkgname=haskell-socks
+pkgver=0.5.4
+pkgrel=1
+pkgdesc="Socks proxy (version 5) implementation."
+url="http://github.com/vincenthz/hs-socks;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-cereal" "haskell-network")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('e9b5e1ea78592632bb086e5f4d6da523be01921a4a8998ca78552bdc396db4da')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+ 

[arch-commits] Commit in haskell-x509-system/repos (6 files)

2015-10-12 Thread Felix Yan
Date: Monday, October 12, 2015 @ 17:19:13
  Author: fyan
Revision: 143778

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

Added:
  haskell-x509-system/repos/community-i686/
  haskell-x509-system/repos/community-i686/PKGBUILD
(from rev 143777, haskell-x509-system/trunk/PKGBUILD)
  haskell-x509-system/repos/community-i686/haskell-x509-system.install
(from rev 143777, haskell-x509-system/trunk/haskell-x509-system.install)
  haskell-x509-system/repos/community-x86_64/
  haskell-x509-system/repos/community-x86_64/PKGBUILD
(from rev 143777, haskell-x509-system/trunk/PKGBUILD)
  haskell-x509-system/repos/community-x86_64/haskell-x509-system.install
(from rev 143777, haskell-x509-system/trunk/haskell-x509-system.install)

--+
 community-i686/PKGBUILD  |   42 +
 community-i686/haskell-x509-system.install   |   18 ++
 community-x86_64/PKGBUILD|   42 +
 community-x86_64/haskell-x509-system.install |   18 ++
 4 files changed, 120 insertions(+)

Copied: haskell-x509-system/repos/community-i686/PKGBUILD (from rev 143777, 
haskell-x509-system/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-12 15:19:13 UTC (rev 143778)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509-system
+pkgname=haskell-x509-system
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Handle per-operating-system X.509 accessors and storage"
+url="http://github.com/vincenthz/hs-certificate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-mtl" "haskell-pem" "haskell-x509" 
"haskell-x509-store")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ee19385663611f9378a7cdf666aa31af1b142f6762699897e55826271a300e83')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-x509-system/repos/community-i686/haskell-x509-system.install 
(from rev 143777, haskell-x509-system/trunk/haskell-x509-system.install)
===
--- community-i686/haskell-x509-system.install  (rev 0)
+++ community-i686/haskell-x509-system.install  2015-10-12 15:19:13 UTC (rev 
143778)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-x509-system
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-x509-system/repos/community-x86_64/PKGBUILD (from rev 143777, 
haskell-x509-system/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-12 15:19:13 UTC (rev 143778)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509-system
+pkgname=haskell-x509-system
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Handle per-operating-system X.509 accessors and storage"
+url="http://github.com/vincenthz/hs-certificate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-mtl" "haskell-pem" "haskell-x509" 
"haskell-x509-store")
+options=('staticlibs')

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

2015-10-12 Thread Anatol Pomozov
Date: Monday, October 12, 2015 @ 17:38:11
  Author: anatolik
Revision: 143784

upgpkg: rethinkdb 2.1.5-1

Modified:
  rethinkdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 15:33:44 UTC (rev 143783)
+++ PKGBUILD2015-10-12 15:38:11 UTC (rev 143784)
@@ -4,8 +4,8 @@
 # Contributor: Sigmund Lahn 
 
 pkgname=rethinkdb
-pkgver=2.1.4
-_tag=rethinkdb-$pkgver
+pkgver=2.1.5
+_tag=rethinkdb-$pkgver-2
 pkgrel=1
 pkgdesc='Distributed powerful and scalable NoSQL database'
 arch=(i686 x86_64)
@@ -21,7 +21,7 @@
   rethinkdb-tmpfile.conf
   rethinkdb.service
 )
-sha256sums=('2553ad4a31b5f09522fc651fd2cfa98d76bccfebd6db87ef929eda54220f70b2'
+sha256sums=('7953b486aef0fec076c3adf198fb24c969e344f2247647743f9f1b7c6cb46e23'
 '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
 'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
 


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

2015-10-12 Thread Alexander Rødseth
Date: Monday, October 12, 2015 @ 18:08:31
  Author: arodseth
Revision: 143787

upgpkg: julia 2:0.4.0-1

Modified:
  julia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 16:08:05 UTC (rev 143786)
+++ PKGBUILD2015-10-12 16:08:31 UTC (rev 143787)
@@ -10,8 +10,8 @@
 epoch=2
 pkgver=0.4.0
 pkgrel=1
+arch=('x86_64' 'i686')
 pkgdesc='High-level, high-performance, dynamic programming language'
-arch=('x86_64' 'i686')
 url='http://julialang.org/'
 license=('MIT')
 makedepends=('gcc-fortran' 'python2' 'libuv' 'git' 'blas' 'lapack' 'arpack' 
'libunwind' 'fftw' 'gmp' 'mpfr' 'pcre' 'zlib' 'suitesparse' 'patchelf' 'cmake' 
'pcre2')
@@ -106,7 +106,6 @@
 
 package_julia-docs() {
   pkgdesc='Documentation and examples for Julia'
-  arch=('any')
 
   install -d "$pkgdir/usr/share/doc"
 


[arch-commits] Commit in thrift/trunk (PKGBUILD fix_cglib_compile_options.patch)

2015-10-12 Thread Anatol Pomozov
Date: Monday, October 12, 2015 @ 18:07:31
  Author: anatolik
Revision: 143785

upgpkg: thrift 0.9.3-1

Modified:
  thrift/trunk/PKGBUILD
Deleted:
  thrift/trunk/fix_cglib_compile_options.patch

-+
 PKGBUILD|   23 --
 fix_cglib_compile_options.patch |   39 --
 2 files changed, 9 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 15:38:11 UTC (rev 143784)
+++ PKGBUILD2015-10-12 16:07:31 UTC (rev 143785)
@@ -8,27 +8,21 @@
 # the binding from the language specific managers python2-thrift, perl-thrift, 
ruby-thrift, ...
 
 pkgname=thrift
-pkgver=0.9.2
-pkgrel=3
+pkgver=0.9.3
+pkgrel=1
 pkgdesc='Scalable cross-language services framework for IPC/RPC'
 arch=(i686 x86_64)
 url='http://thrift.apache.org/'
 license=(APACHE)
 depends=(gcc-libs openssl)
-makedepends=(qt4 boost libevent emacs-nox)
+makedepends=(qt4 qt5-base boost libevent emacs-nox)
 optdepends=(
-  'qt4: TQTcpServer support'
+  'qt4: TQTcpServer (Qt4) support'
+  'qt5-base: TQTcpServer (Qt5) support'
 )
-source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/$pkgver.zip
-fix_cglib_compile_options.patch)
-sha1sums=('35e53e6705aee4c2286406e4fc6b0d4404a15332'
-  '96650c499ab45824be04070d868114205fb4538c')
+source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/$pkgver.zip)
+sha1sums=('695f47647f776a939d3818f4bc0c8e1de84e735b')
 
-prepare() {
-  cd thrift-$pkgver
-  patch -p1 < ../fix_cglib_compile_options.patch
-}
-
 build() {
   cd thrift-$pkgver
 
@@ -36,7 +30,8 @@
   ./configure --prefix=/usr \
   --with-cpp \
   --with-c_glib \
-  --with-qt4 \
+ --with-qt4 \
+  --with-qt5 \
   --with-libevent \
   --with-csharp \
   --without-haskell \

Deleted: fix_cglib_compile_options.patch
===
--- fix_cglib_compile_options.patch 2015-10-12 15:38:11 UTC (rev 143784)
+++ fix_cglib_compile_options.patch 2015-10-12 16:07:31 UTC (rev 143785)
@@ -1,39 +0,0 @@
-commit 4bf97c196aba9e50289333c15336ad109fc87f2d
-Author: Anatol Pomozov 
-Date:   Mon Nov 24 11:12:52 2014 -0800
-
-Do not drop CFLAGS from c_glib compilation
-
-CFLAGS contains important flags. Dropping it introduces e.g. such issues:
-https://sourceware.org/bugzilla/show_bug.cgi?id=13979
-
-Signed-off-by: Anatol Pomozov 
-
-This closes #284
-
-diff --git a/lib/c_glib/Makefile.am b/lib/c_glib/Makefile.am
-index 88e2d73..4e0aa88 100755
 a/lib/c_glib/Makefile.am
-+++ b/lib/c_glib/Makefile.am
-@@ -24,11 +24,7 @@ pkgconfigdir = $(libdir)/pkgconfig
- lib_LTLIBRARIES = libthrift_c_glib.la
- pkgconfig_DATA = thrift_c_glib.pc
- 
--common_cflags = -g -Wall -W -Isrc -I src/thrift/c_glib $(GLIB_CFLAGS)
--common_ldflags = -g -Wall -W $(GLIB_LDFLAGS) @GCOV_LDFLAGS@
--
--# this removes optimizations and adds coverage flags
--CFLAGS = @GCOV_CFLAGS@
-+AM_CFLAGS = -Isrc -I src/thrift/c_glib
- 
- # Define the source files for the module
- 
-@@ -54,7 +50,7 @@ libthrift_c_glib_la_SOURCES = src/thrift/c_glib/thrift.c \
-   src/thrift/c_glib/server/thrift_server.c \
-   src/thrift/c_glib/server/thrift_simple_server.c
- 
--libthrift_c_glib_la_CFLAGS = $(common_cflags)
-+libthrift_c_glib_la_CFLAGS = $(AM_CFLAGS) $(GLIB_CFLAGS)
- 
- include_thriftdir = $(includedir)/thrift/c_glib
- include_thrift_HEADERS = \


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

2015-10-12 Thread Anatol Pomozov
Date: Monday, October 12, 2015 @ 18:08:05
  Author: anatolik
Revision: 143786

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

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

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

Copied: thrift/repos/community-testing-i686/PKGBUILD (from rev 143785, 
thrift/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-10-12 16:08:05 UTC (rev 143786)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Byron Clark 
+
+# This package contains only thrift compiler and C/C++ libraries
+# for all the language binding one should use corresponding language-specific 
package manager:
+# CPAN for perl, gem for ruby, pip for python etc... Or better to create arch 
packages that install
+# the binding from the language specific managers python2-thrift, perl-thrift, 
ruby-thrift, ...
+
+pkgname=thrift
+pkgver=0.9.3
+pkgrel=1
+pkgdesc='Scalable cross-language services framework for IPC/RPC'
+arch=(i686 x86_64)
+url='http://thrift.apache.org/'
+license=(APACHE)
+depends=(gcc-libs openssl)
+makedepends=(qt4 qt5-base boost libevent emacs-nox)
+optdepends=(
+  'qt4: TQTcpServer (Qt4) support'
+  'qt5-base: TQTcpServer (Qt5) support'
+)
+source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/$pkgver.zip)
+sha1sums=('695f47647f776a939d3818f4bc0c8e1de84e735b')
+
+build() {
+  cd thrift-$pkgver
+
+  ./bootstrap.sh
+  ./configure --prefix=/usr \
+  --with-cpp \
+  --with-c_glib \
+ --with-qt4 \
+  --with-qt5 \
+  --with-libevent \
+  --with-csharp \
+  --without-haskell \
+  --without-php \
+  --without-ruby \
+  --without-python \
+  --without-erlang \
+  --without-perl \
+  --without-java \
+  --without-c_sharp \
+  --without-d \
+  --without-php \
+  --without-go \
+  --without-lua \
+  --without-nodejs
+  
+  make
+
+  emacs -Q --batch -f batch-byte-compile contrib/thrift.el
+}
+
+check() {
+  cd thrift-$pkgver
+  make check
+}
+
+package() {
+  cd thrift-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -m0644 -D contrib/thrift.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/thrift.vim
+  install -m0644 -D contrib/thrift.el 
"$pkgdir"/usr/share/emacs/site-lisp/thrift.el
+  install -m0644 -D contrib/thrift.elc 
"$pkgdir"/usr/share/emacs/site-lisp/thrift.elc
+}

Copied: thrift/repos/community-testing-x86_64/PKGBUILD (from rev 143785, 
thrift/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-10-12 16:08:05 UTC (rev 143786)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Byron Clark 
+
+# This package contains only thrift compiler and C/C++ libraries
+# for all the language binding one should use corresponding language-specific 
package manager:
+# CPAN for perl, gem for ruby, pip for python etc... Or better to create arch 
packages that install
+# the binding from the language specific managers python2-thrift, perl-thrift, 
ruby-thrift, ...
+
+pkgname=thrift
+pkgver=0.9.3
+pkgrel=1
+pkgdesc='Scalable cross-language services framework for IPC/RPC'
+arch=(i686 x86_64)
+url='http://thrift.apache.org/'
+license=(APACHE)
+depends=(gcc-libs openssl)
+makedepends=(qt4 qt5-base boost libevent emacs-nox)
+optdepends=(
+  'qt4: TQTcpServer (Qt4) support'
+  'qt5-base: TQTcpServer (Qt5) support'
+)
+source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/$pkgver.zip)
+sha1sums=('695f47647f776a939d3818f4bc0c8e1de84e735b')
+
+build() {
+  cd thrift-$pkgver
+
+  ./bootstrap.sh
+  ./configure --prefix=/usr \
+  --with-cpp \
+  --with-c_glib \
+ --with-qt4 \
+  --with-qt5 \
+  --with-libevent \
+  --with-csharp \
+  --without-haskell \
+  --without-php \
+  --without-ruby \
+  --without-python \
+  --without-erlang \
+  --without-perl \
+  --without-java \
+  --without-c_sharp \
+  --without-d \
+  --without-php \
+  

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

2015-10-12 Thread Jonathan Steel
Date: Monday, October 12, 2015 @ 18:09:23
  Author: jsteel
Revision: 143788

upgpkg: stella 4.6.6-1

Modified:
  stella/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 16:08:31 UTC (rev 143787)
+++ PKGBUILD2015-10-12 16:09:23 UTC (rev 143788)
@@ -4,7 +4,7 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=stella
-pkgver=4.6.5
+pkgver=4.6.6
 pkgrel=1
 pkgdesc="Atari 2600 VCS emulator"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('glu')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
-md5sums=('c22c922135497156bf630747cefb4637')
+md5sums=('af4ae6853e6e31d99068cfc5f9740ed2')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-12 Thread Jonathan Steel
Date: Monday, October 12, 2015 @ 18:09:39
  Author: jsteel
Revision: 143789

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

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

-+
 /PKGBUILD   |   62 ++
 /stella.install |   22 +
 community-i686/PKGBUILD |   31 ---
 community-i686/stella.install   |   11 --
 community-x86_64/PKGBUILD   |   31 ---
 community-x86_64/stella.install |   11 --
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-12 16:09:23 UTC (rev 143788)
+++ community-i686/PKGBUILD 2015-10-12 16:09:39 UTC (rev 143789)
@@ -1,31 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Renato Garcia 
-# Contributor: Tiago Camargo 
-# Contributor: Shinlun Hsieh 
-
-pkgname=stella
-pkgver=4.6.5
-pkgrel=1
-pkgdesc="Atari 2600 VCS emulator"
-arch=('i686' 'x86_64')
-url="http://stella.sourceforge.net;
-license=('GPL2')
-depends=('sdl2' 'gtk-update-icon-cache')
-makedepends=('glu')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
-md5sums=('c22c922135497156bf630747cefb4637')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: stella/repos/community-i686/PKGBUILD (from rev 143788, 
stella/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-12 16:09:39 UTC (rev 143789)
@@ -0,0 +1,31 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Renato Garcia 
+# Contributor: Tiago Camargo 
+# Contributor: Shinlun Hsieh 
+
+pkgname=stella
+pkgver=4.6.6
+pkgrel=1
+pkgdesc="Atari 2600 VCS emulator"
+arch=('i686' 'x86_64')
+url="http://stella.sourceforge.net;
+license=('GPL2')
+depends=('sdl2' 'gtk-update-icon-cache')
+makedepends=('glu')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
+md5sums=('af4ae6853e6e31d99068cfc5f9740ed2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/stella.install
===
--- community-i686/stella.install   2015-10-12 16:09:23 UTC (rev 143788)
+++ community-i686/stella.install   2015-10-12 16:09:39 UTC (rev 143789)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: stella/repos/community-i686/stella.install (from rev 143788, 
stella/trunk/stella.install)
===
--- community-i686/stella.install   (rev 0)
+++ community-i686/stella.install   2015-10-12 16:09:39 UTC (rev 143789)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-12 16:09:23 UTC (rev 143788)
+++ community-x86_64/PKGBUILD   2015-10-12 16:09:39 UTC (rev 143789)
@@ -1,31 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Renato Garcia 
-# Contributor: Tiago Camargo 
-# Contributor: Shinlun Hsieh 
-
-pkgname=stella
-pkgver=4.6.5
-pkgrel=1
-pkgdesc="Atari 2600 VCS emulator"
-arch=('i686' 'x86_64')
-url="http://stella.sourceforge.net;
-license=('GPL2')
-depends=('sdl2' 'gtk-update-icon-cache')
-makedepends=('glu')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
-md5sums=('c22c922135497156bf630747cefb4637')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}

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

2015-10-12 Thread Alexander Rødseth
Date: Monday, October 12, 2015 @ 18:09:56
  Author: arodseth
Revision: 143790

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

Added:
  julia/repos/community-i686/PKGBUILD
(from rev 143788, julia/trunk/PKGBUILD)
  julia/repos/community-i686/sysfix.install
(from rev 143788, julia/trunk/sysfix.install)
  julia/repos/community-x86_64/PKGBUILD
(from rev 143787, julia/trunk/PKGBUILD)
  julia/repos/community-x86_64/sysfix.install
(from rev 143787, julia/trunk/sysfix.install)
Deleted:
  julia/repos/community-i686/PKGBUILD
  julia/repos/community-i686/sysfix.install
  julia/repos/community-x86_64/PKGBUILD
  julia/repos/community-x86_64/sysfix.install

-+
 /PKGBUILD   |  238 ++
 /sysfix.install |   20 +++
 community-i686/PKGBUILD |  111 -
 community-i686/sysfix.install   |   10 -
 community-x86_64/PKGBUILD   |  111 -
 community-x86_64/sysfix.install |   10 -
 6 files changed, 258 insertions(+), 242 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-12 16:09:39 UTC (rev 143789)
+++ community-i686/PKGBUILD 2015-10-12 16:09:56 UTC (rev 143790)
@@ -1,111 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Lex Black 
-# Contributor: Michael Jakl 
-# Contributor: devmotion 
-# Contributor: Valentin Churavy 
-
-pkgbase=julia
-pkgname=('julia' 'julia-docs')
-epoch=2
-pkgver=0.3.11
-pkgrel=1
-pkgdesc='High-level, high-performance, dynamic programming language'
-arch=('x86_64' 'i686')
-url='http://julialang.org/'
-license=('MIT')
-makedepends=('gcc-fortran' 'python2' 'libuv' 'git' 'blas' 'lapack' 'arpack' 
'libunwind' 'fftw' 'gmp' 'mpfr' 'pcre' 'zlib' 'suitesparse')
-optdepends=('gnuplot: If using the Gaston Package from julia')
-options=('!emptydirs' 'staticlibs')
-backup=('etc/ld.so.conf.d/julia.conf' 'etc/julia/juliarc.jl')
-source=("git://github.com/JuliaLang/julia.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  # For /etc/ld.so.conf.d/
-  echo '/usr/lib/julia' > julia.conf
-}
-
-build() {
-  make -C "$pkgname" prefix=/usr sysconfdir=/etc \
-MARCH=${CARCH/_/-} \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=0 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=0 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=1 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0
-}
-
-package_julia() {
-  depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'zlib' 
'lapack' 'suitesparse')
-  install='sysfix.install'
-
-  make -C "$pkgname" DESTDIR="$pkgdir" \
-prefix=/usr sysconfdir=/etc  \
-MARCH=${CARCH/_/-} \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=0 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=0 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=1 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0 \
-install
-
-  # Remove duplicate man-page from julia/doc
-  rm -rvf "$pkgdir/usr/share/julia/doc/man"
-
-  # For /etc/ld.so.conf.d, FS#41731
-  install -Dm644 julia.conf "$pkgdir/etc/ld.so.conf.d/julia.conf"
-
-  # Documentation and examples are in the julia-docs package
-  rm -rvf "$pkgdir/usr/share/doc/"
-  rm -rvf "$pkgdir/usr/share/julia/doc/"
-  rm -rvf "$pkgdir/usr/share/julia/examples/"
-
-  cd "$pkgname"
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-package_julia-docs() {
-  pkgdesc='Documentation and examples for Julia'
-
-  install -d "$pkgdir/usr/share/doc"
-  cp -rv "$srcdir/$pkgbase/doc" "$pkgdir/usr/share/doc/$pkgbase"
-  cp -rv "$srcdir/$pkgbase/examples" "$pkgdir/usr/share/doc/$pkgbase/examples"
-}
-
-# getver: julialang.org/downloads
-# vim:set ts=2 sw=2 et:

Copied: julia/repos/community-i686/PKGBUILD (from rev 143788, 
julia/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-12 16:09:56 UTC (rev 143790)
@@ -0,0 +1,119 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# 

[arch-commits] Commit in synfigstudio/trunk (PKGBUILD build-fix.patch)

2015-10-12 Thread Sergej Pupykin
Date: Monday, October 12, 2015 @ 14:23:53
  Author: spupykin
Revision: 143767

upgpkg: synfigstudio 1.0.2-1

upd

Added:
  synfigstudio/trunk/build-fix.patch
Modified:
  synfigstudio/trunk/PKGBUILD

-+
 PKGBUILD|   17 ++
 build-fix.patch |  372 ++
 2 files changed, 386 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 12:09:45 UTC (rev 143766)
+++ PKGBUILD2015-10-12 12:23:53 UTC (rev 143767)
@@ -3,7 +3,7 @@
 # Contributor: Franco Iacomella 
 
 pkgname=synfigstudio
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="Professional vector animation program (GUI)"
 arch=(i686 x86_64)
@@ -13,12 +13,23 @@
 makedepends=('openexr' 'imagemagick' 'xorg-fonts-100dpi' 'xorg-fonts-75dpi'
 'xorg-fonts-misc' 'xorg-fonts-type1' 'intltool' 'etl')
 install=synfigstudio.install
-source=(http://download.tuxfamily.org/synfig/releases/$pkgver/synfigstudio-$pkgver.tar.gz)
-md5sums=('8173da720908bd7d9f79081deded1017')
+#source=(http://download.tuxfamily.org/synfig/releases/$pkgver/synfigstudio-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfigstudio-$pkgver.tar.gz
+   build-fix.patch)
+md5sums=('566eac351cd6f63d200be6fb6fe55767'
+ '033d6ad90f2b2226ddf7cc930be41624')
 
+prepare() {
+  cd $srcdir/synfigstudio-$pkgver
+  patch -p1 <$srcdir/build-fix.patch
+}
+
 build() {
   cd $srcdir/synfigstudio-$pkgver
   export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
+  LDFLAGS="$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat"
+  CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS"
+  CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS -std=gnu++11"
   [ -f configure ] || { libtoolize --ltdl --copy --force && autoreconf 
--install --force; }
   [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
   sed -i 's#Gtk::IconSize::IconSize#Gtk::IconSize#' 
src/gui/dialogs/dialog_color.cpp

Added: build-fix.patch
===
--- build-fix.patch (rev 0)
+++ build-fix.patch 2015-10-12 12:23:53 UTC (rev 143767)
@@ -0,0 +1,372 @@
+diff -wbBur synfigstudio-1.0.2/src/gui/canvasview.cpp 
synfigstudio-1.0.2.my/src/gui/canvasview.cpp
+--- synfigstudio-1.0.2/src/gui/canvasview.cpp  2015-07-21 13:01:51.0 
+0300
 synfigstudio-1.0.2.my/src/gui/canvasview.cpp   2015-10-12 
14:54:47.342272650 +0300
+@@ -92,7 +92,7 @@
+ //#include 
+ 
+ #include 
+-#include 
++//#include 
+ //#include 
+ 
+ #include "canvasview.h"
+diff -wbBur synfigstudio-1.0.2/src/gui/compview.cpp 
synfigstudio-1.0.2.my/src/gui/compview.cpp
+--- synfigstudio-1.0.2/src/gui/compview.cpp2015-07-09 10:33:04.0 
+0300
 synfigstudio-1.0.2.my/src/gui/compview.cpp 2015-10-12 14:56:56.132271169 
+0300
+@@ -39,7 +39,7 @@
+ #include 
+ #include "instance.h"
+ #include 
+-#include 
++//#include 
+ #include 
+ #include "canvasview.h"
+ #include 
+diff -wbBur synfigstudio-1.0.2/src/gui/docks/dockable.cpp 
synfigstudio-1.0.2.my/src/gui/docks/dockable.cpp
+--- synfigstudio-1.0.2/src/gui/docks/dockable.cpp  2015-07-09 
10:33:04.0 +0300
 synfigstudio-1.0.2.my/src/gui/docks/dockable.cpp   2015-10-12 
14:57:19.102270906 +0300
+@@ -30,7 +30,7 @@
+ #endif
+ 
+ #include "app.h"
+-#include 
++//#include 
+ 
+ #include "docks/dockable.h"
+ #include "docks/dockmanager.h"
+diff -wbBur synfigstudio-1.0.2/src/gui/docks/dock_children.cpp 
synfigstudio-1.0.2.my/src/gui/docks/dock_children.cpp
+--- synfigstudio-1.0.2/src/gui/docks/dock_children.cpp 2015-07-09 
10:33:04.0 +0300
 synfigstudio-1.0.2.my/src/gui/docks/dock_children.cpp  2015-10-12 
14:57:15.132270952 +0300
+@@ -37,7 +37,7 @@
+ #include 
+ #include "instance.h"
+ #include 
+-#include 
++//#include 
+ #include 
+ #include 
+ #include "trees/childrentreestore.h"
+diff -wbBur synfigstudio-1.0.2/src/gui/docks/dock_curves.cpp 
synfigstudio-1.0.2.my/src/gui/docks/dock_curves.cpp
+--- synfigstudio-1.0.2/src/gui/docks/dock_curves.cpp   2015-07-09 
10:33:04.0 +0300
 synfigstudio-1.0.2.my/src/gui/docks/dock_curves.cpp2015-10-12 
14:57:09.835604346 +0300
+@@ -36,7 +36,7 @@
+ #include 
+ #include "instance.h"
+ #include 
+-#include 
++//#include 
+ #include 
+ #include "canvasview.h"
+ #include "trees/layerparamtreestore.h"
+diff -wbBur synfigstudio-1.0.2/src/gui/docks/dockdialog.cpp 
synfigstudio-1.0.2.my/src/gui/docks/dockdialog.cpp
+--- synfigstudio-1.0.2/src/gui/docks/dockdialog.cpp

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

2015-10-12 Thread Sergej Pupykin
Date: Monday, October 12, 2015 @ 14:30:09
  Author: spupykin
Revision: 143770

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   75 +++--
 anki.install |   20 +++
 2 files changed, 46 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-12 12:29:56 UTC (rev 143769)
+++ PKGBUILD2015-10-12 12:30:09 UTC (rev 143770)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Timm Preetz 
-# Contributor: Michael 'manveru' Fellinger 
-# Contributor: Dave Pretty 
-
-pkgname=anki
-pkgver=2.0.32
-pkgrel=2
-pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
-url="http://ankisrs.net/;
-license=('AGPL3')
-arch=('any')
-depends=('python2-pyqt4' 'python2-beautifulsoup3' 'python2-httplib2' 
'python2-sqlalchemy')
-optdepends=('mplayer: sound playing')
-install=anki.install
-source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz
-   
https://github.com/dae/anki/commit/713667d01563e9bcebd427e6ce38df8ebd93fd09.patch)
-md5sums=('2186925ffa068017a30734e75b8a8ad7'
- '6f3eeadd8d292f56817f1e1c8dec0e80')
-
-prepare() {
-  cd $srcdir/anki-$pkgver
-  patch -p1 <$srcdir/713667d01563e9bcebd427e6ce38df8ebd93fd09.patch
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' anki/anki runanki
-}
-
-package() {
-  cd $srcdir/anki-$pkgver
-  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
-  cp -av * $pkgdir/usr/share/anki/
-  cd $pkgdir/usr/share/anki && (
-mv runanki ../../bin/anki
-mv anki.xpm anki.png ../pixmaps/
-mv anki.desktop ../applications/
-mv anki.1 ../man/man1/
-  )
-  rm -rf $pkgdir/usr/share/anki/{tests,thirdparty/[!s]*,tools,anki.bat}
-}

Copied: anki/repos/community-any/PKGBUILD (from rev 143769, anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-12 12:30:09 UTC (rev 143770)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Timm Preetz 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Dave Pretty 
+
+pkgname=anki
+pkgver=2.0.33
+pkgrel=1
+pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
+url="http://ankisrs.net/;
+license=('AGPL3')
+arch=('any')
+depends=('python2-pyqt4' 'python2-beautifulsoup3' 'python2-httplib2' 
'python2-sqlalchemy')
+optdepends=('mplayer: sound playing')
+install=anki.install
+source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
+md5sums=('5df370dd19c71a76cdce448104824cf7')
+
+prepare() {
+  cd $srcdir/anki-$pkgver
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' anki/anki runanki
+}
+
+package() {
+  cd $srcdir/anki-$pkgver
+  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
+  cp -av * $pkgdir/usr/share/anki/
+  cd $pkgdir/usr/share/anki && (
+mv runanki ../../bin/anki
+mv anki.xpm anki.png ../pixmaps/
+mv anki.desktop ../applications/
+mv anki.1 ../man/man1/
+  )
+  rm -rf $pkgdir/usr/share/anki/{tests,thirdparty/[!s]*,tools,anki.bat}
+}

Deleted: anki.install
===
--- anki.install2015-10-12 12:29:56 UTC (rev 143769)
+++ anki.install2015-10-12 12:30:09 UTC (rev 143770)
@@ -1,10 +0,0 @@
-post_install() {
-#  xdg-mime install --novendor usr/share/anki/anki.xml
-#  xdg-mime default anki.desktop application/x-anki
-#  xdg-mime default anki.desktop application/x-apkg
-  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}

Copied: anki/repos/community-any/anki.install (from rev 143769, 
anki/trunk/anki.install)
===
--- anki.install(rev 0)
+++ anki.install2015-10-12 12:30:09 UTC (rev 143770)
@@ -0,0 +1,10 @@
+post_install() {
+#  xdg-mime install --novendor usr/share/anki/anki.xml
+#  xdg-mime default anki.desktop application/x-anki
+#  xdg-mime default anki.desktop application/x-apkg
+  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}


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

2015-10-12 Thread Sergej Pupykin
Date: Monday, October 12, 2015 @ 14:29:56
  Author: spupykin
Revision: 143769

upgpkg: anki 2.0.33-1

upd

Modified:
  anki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 12:24:24 UTC (rev 143768)
+++ PKGBUILD2015-10-12 12:29:56 UTC (rev 143769)
@@ -5,8 +5,8 @@
 # Contributor: Dave Pretty 
 
 pkgname=anki
-pkgver=2.0.32
-pkgrel=2
+pkgver=2.0.33
+pkgrel=1
 pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
 url="http://ankisrs.net/;
 license=('AGPL3')
@@ -14,14 +14,11 @@
 depends=('python2-pyqt4' 'python2-beautifulsoup3' 'python2-httplib2' 
'python2-sqlalchemy')
 optdepends=('mplayer: sound playing')
 install=anki.install
-source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz
-   
https://github.com/dae/anki/commit/713667d01563e9bcebd427e6ce38df8ebd93fd09.patch)
-md5sums=('2186925ffa068017a30734e75b8a8ad7'
- '6f3eeadd8d292f56817f1e1c8dec0e80')
+source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
+md5sums=('5df370dd19c71a76cdce448104824cf7')
 
 prepare() {
   cd $srcdir/anki-$pkgver
-  patch -p1 <$srcdir/713667d01563e9bcebd427e6ce38df8ebd93fd09.patch
   sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' anki/anki runanki
 }
 


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

2015-10-12 Thread Felix Yan
Date: Monday, October 12, 2015 @ 15:17:39
  Author: fyan
Revision: 143775

upgpkg: python-matplotlib 1.4.3-4

add a patch for sagemath (suggested by arojas)

Added:
  python-matplotlib/trunk/fix-numpy-warning.patch
Modified:
  python-matplotlib/trunk/PKGBUILD
Deleted:
  python-matplotlib/trunk/ffmpeg-2.0.patch

-+
 PKGBUILD|   11 +++--
 ffmpeg-2.0.patch|   98 --
 fix-numpy-warning.patch |   35 
 3 files changed, 43 insertions(+), 101 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 12:57:05 UTC (rev 143774)
+++ PKGBUILD2015-10-12 13:17:39 UTC (rev 143775)
@@ -8,7 +8,7 @@
 pkgbase=python-matplotlib
 pkgname=('python2-matplotlib' 'python-matplotlib')
 pkgver=1.4.3
-pkgrel=3
+pkgrel=4
 pkgdesc="A python plotting library, making publication quality plots"
 arch=('i686' 'x86_64')
 url='http://matplotlib.org'
@@ -21,10 +21,15 @@
  'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 
'texlive-bin'
  'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5'
  'libxkbcommon-x11' 'python-pillow' 'python2-pillow')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;)
-sha512sums=('4aebbda31934bedbee5206b783e5cbe07db17367d50117a50bb80b7ea4aad987ec225958bed58885c561f00582c309d6e8c0a69861d3b4210a09b2d63975d2aa')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;
+fix-numpy-warning.patch)
+sha512sums=('4aebbda31934bedbee5206b783e5cbe07db17367d50117a50bb80b7ea4aad987ec225958bed58885c561f00582c309d6e8c0a69861d3b4210a09b2d63975d2aa'
+
'5cfb8458c1b71f853cc1571fc0e4c8e3ebcf555f24a043a9b94f023e16dca8aa700339646783453918b0dc986de0f9d622f6e04ca785882ce189247b7f7a60b3')
 
 prepare() {
+   # 
https://github.com/matplotlib/matplotlib/commit/5e8fb6213394ee27ea0d5ff6337ef6efd3e9c667
+   (cd matplotlib-${pkgver}; patch -p1 -i ../fix-numpy-warning.patch)
+
cp -a matplotlib-${pkgver} matplotlib-${pkgver}-py2
 
cd matplotlib-${pkgver}

Deleted: ffmpeg-2.0.patch
===
--- ffmpeg-2.0.patch2015-10-12 12:57:05 UTC (rev 143774)
+++ ffmpeg-2.0.patch2015-10-12 13:17:39 UTC (rev 143775)
@@ -1,98 +0,0 @@
-From 1935f1273aef443895a4da4e5f2c4aa86103a414 Mon Sep 17 00:00:00 2001
-From: Vlad Seghete 
-Date: Mon, 25 Nov 2013 13:35:57 -0600
-Subject: [PATCH 1/3] fixes issue #2482 and adds note about incompatibility
- between bbox options and animation backends
-

- lib/matplotlib/animation.py | 8 
- matplotlibrc.template   | 4 
- 2 files changed, 8 insertions(+), 4 deletions(-)
-
-diff --git a/lib/matplotlib/animation.py b/lib/matplotlib/animation.py
-index 295d60d..9078c5d 100644
 a/lib/matplotlib/animation.py
-+++ b/lib/matplotlib/animation.py
-@@ -399,9 +399,9 @@ class FFMpegFileWriter(FileMovieWriter, FFMpegBase):
- def _args(self):
- # Returns the command line parameters for subprocess to use
- # ffmpeg to create a movie using a collection of temp images
--return [self.bin_path(), '-vframes', str(self._frame_counter),
--'-r', str(self.fps), '-i',
--self._base_temp_name()] + self.output_args
-+return [self.bin_path(), '-i', self._base_temp_name()-vframes,
-+'-vframes', str(self._frame_counter),
-+'-r', str(self.fps), ] + self.output_args
- 
- 
- # Base class of avconv information.  AVConv has identical arguments to
-diff --git a/matplotlibrc.template b/matplotlibrc.template
-index 473d624..e4d3593 100644
 a/matplotlibrc.template
-+++ b/matplotlibrc.template
-@@ -380,6 +380,10 @@ backend  : %(backend)s
- #savefig.edgecolor   : white# figure edgecolor when saving
- #savefig.format  : png  # png, ps, pdf, svg
- #savefig.bbox: standard # 'tight' or 'standard'.
-+# 'tight' is incompatible with pipe-based 
animation
-+# backends but will workd with temporary file 
based ones:
-+# e.g. setting animation.writer to ffmpeg 
will not work,
-+# use ffmpeg_file instead
- #savefig.pad_inches  : 0.1  # Padding to be used when bbox is set to 
'tight'
- #savefig.jpeg_quality: 95   # when a jpeg is saved, the default quality 
parameter.
- #savefig.directory   : ~# default directory in savefig dialog box,
--- 
-1.8.5.1
-
-
-From f38fcb392d1d247b933f00e65022892007fb8325 Mon Sep 17 00:00:00 2001
-From: Vlad Seghete 
-Date: Mon, 25 Nov 2013 13:52:53 -0600
-Subject: [PATCH 2/3] fixed a typo
-

- lib/matplotlib/animation.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-

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

2015-10-12 Thread Ronald van Haren
Date: Monday, October 12, 2015 @ 13:33:08
  Author: ronald
Revision: 248922

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

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

-+
 /PKGBUILD   |   94 ++
 /octave.install |   40 +
 extra-i686/PKGBUILD |   47 -
 extra-i686/octave.install   |   20 
 extra-x86_64/PKGBUILD   |   47 -
 extra-x86_64/octave.install |   20 
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 11:32:58 UTC (rev 248921)
+++ extra-i686/PKGBUILD 2015-10-12 11:33:08 UTC (rev 248922)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor : shining 
-# Contributor : cyberdune 
-
-pkgname=octave
-pkgver=4.0.0
-pkgrel=4
-pkgdesc="A high-level language, primarily intended for numerical computations."
-arch=('i686' 'x86_64')
-url="http://www.octave.org;
-license=('GPL')
-depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript' 'suitesparse' 'gl2ps' 'qscintilla')
-makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
-optdepends=('texinfo: for help-support in octave'
-'gnuplot: alternative plotting')
-source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig})
-options=('!emptydirs')
-install=octave.install
-validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
-sha1sums=('795c7ef1fb8d92f4cf9cae9eabba374a0328b1a9'
-  'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  autoreconf -vfi
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib \
-  --enable-shared --disable-static \
-  --with-quantum-depth=16 \
-  --with-umfpack="-lumfpack -lsuitesparseconfig"  \
-  MOC=moc-qt4 UIC=uic-qt4
-# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
-
-  LANG=C make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # add octave library path to ld.so.conf.d
-  install -d "${pkgdir}/etc/ld.so.conf.d"
-  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
-}

Copied: octave/repos/extra-i686/PKGBUILD (from rev 248921, 
octave/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 11:33:08 UTC (rev 248922)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.0.0
+pkgrel=5
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' 'x86_64')
+url="http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript' 'suitesparse' 'gl2ps' 'qscintilla' 'libsndfile')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig})
+options=('!emptydirs')
+install=octave.install
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha1sums=('795c7ef1fb8d92f4cf9cae9eabba374a0328b1a9'
+  'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  autoreconf -vfi
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-quantum-depth=16 \
+  --with-umfpack="-lumfpack -lsuitesparseconfig"  \
+  MOC=moc-qt4 UIC=uic-qt4
+# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
+
+  LANG=C make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}

Deleted: extra-i686/octave.install
===
--- extra-i686/octave.install   2015-10-12 11:32:58 UTC (rev 248921)
+++ extra-i686/octave.install   2015-10-12 11:33:08 UTC (rev 248922)
@@ -1,20 +0,0 @@

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

2015-10-12 Thread Sergej Pupykin
Date: Monday, October 12, 2015 @ 13:33:17
  Author: spupykin
Revision: 143764

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

Added:
  synfig/repos/community-i686/PKGBUILD
(from rev 143763, synfig/trunk/PKGBUILD)
  synfig/repos/community-i686/build-fix.patch
(from rev 143763, synfig/trunk/build-fix.patch)
  synfig/repos/community-i686/ffmpeg-0.8.patch
(from rev 143763, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-x86_64/PKGBUILD
(from rev 143763, synfig/trunk/PKGBUILD)
  synfig/repos/community-x86_64/build-fix.patch
(from rev 143763, synfig/trunk/build-fix.patch)
  synfig/repos/community-x86_64/ffmpeg-0.8.patch
(from rev 143763, synfig/trunk/ffmpeg-0.8.patch)
Deleted:
  synfig/repos/community-i686/PKGBUILD
  synfig/repos/community-i686/build-fix.patch
  synfig/repos/community-i686/ffmpeg-0.8.patch
  synfig/repos/community-x86_64/PKGBUILD
  synfig/repos/community-x86_64/build-fix.patch
  synfig/repos/community-x86_64/ffmpeg-0.8.patch

---+
 /PKGBUILD |   94 
 /build-fix.patch  |  112 +
 /ffmpeg-0.8.patch |  120 
 community-i686/PKGBUILD   |   46 -
 community-i686/build-fix.patch|   46 -
 community-i686/ffmpeg-0.8.patch   |   60 --
 community-x86_64/PKGBUILD |   46 -
 community-x86_64/build-fix.patch  |   46 -
 community-x86_64/ffmpeg-0.8.patch |   60 --
 9 files changed, 326 insertions(+), 304 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-12 11:31:28 UTC (rev 143763)
+++ community-i686/PKGBUILD 2015-10-12 11:33:17 UTC (rev 143764)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Franco Iacomella 
-
-pkgname=synfig
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="Professional vector animation program (CLI renderer only)"
-arch=(i686 x86_64)
-url="http://synfig.org;
-license=('GPL2')
-depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
-'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs' 'mlt')
-makedepends=('boost')
-optdepends=('openexr' 'libsigc++')
-conflicts=('synfig-core')
-replaces=('synfig-core')
-source=(http://download.tuxfamily.org/synfig/releases/$pkgver/synfig-$pkgver.tar.gz
-   build-fix.patch
-   ffmpeg-0.8.patch)
-md5sums=('0af2abd4ea9fd050d905c737fdc19567'
- '6d5277b28a3ba531e3e53e4a1f810fa7'
- 'ebf41046097cfd778dee9a9854561dae')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i "$srcdir/build-fix.patch"
-  patch -Np1 -i "$srcdir/ffmpeg-0.8.patch"
-  sed -i 's|.*set_remove_alpha.*||g' src/modules/mod_libavcodec/trgt_av.cpp
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
-  LDFLAGS="$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat"
-  CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS"
-  CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS"
-  [ -f configure ] || { libtoolize --ltdl --copy --force && autoreconf 
--install --force; }
-  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: synfig/repos/community-i686/PKGBUILD (from rev 143763, 
synfig/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-12 11:33:17 UTC (rev 143764)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Franco Iacomella 
+
+pkgname=synfig
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Professional vector animation program (CLI renderer only)"
+arch=(i686 x86_64)
+url="http://synfig.org;
+license=('GPL2')
+depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
+'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs' 'mlt')
+makedepends=('boost')
+optdepends=('openexr' 'libsigc++')
+conflicts=('synfig-core')
+replaces=('synfig-core')
+#source=(http://download.tuxfamily.org/synfig/releases/$pkgver/synfig-$pkgver.tar.gz
+source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfig-$pkgver.tar.gz
+   build-fix.patch
+   ffmpeg-0.8.patch)
+md5sums=('a7b19f9eb22f2bd82067ebc1401b8808'
+ '16b852a3ff44765d8efd2ce597f5ca0e'
+ 'ebf41046097cfd778dee9a9854561dae')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i "$srcdir/build-fix.patch"
+  patch -Np1 -i "$srcdir/ffmpeg-0.8.patch"
+  sed -i 's|.*set_remove_alpha.*||g' src/modules/mod_libavcodec/trgt_av.cpp
+}
+
+build() {
+  cd $pkgname-$pkgver
+  

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

2015-10-12 Thread Ronald van Haren
Date: Monday, October 12, 2015 @ 13:32:58
  Author: ronald
Revision: 248921

upgpkg: octave 4.0.0-5

add libsndfile to deps: FS#46231

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 10:27:55 UTC (rev 248920)
+++ PKGBUILD2015-10-12 11:32:58 UTC (rev 248921)
@@ -5,12 +5,12 @@
 
 pkgname=octave
 pkgver=4.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('i686' 'x86_64')
 url="http://www.octave.org;
 license=('GPL')
-depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript' 'suitesparse' 'gl2ps' 'qscintilla')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript' 'suitesparse' 'gl2ps' 'qscintilla' 'libsndfile')
 makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
 optdepends=('texinfo: for help-support in octave'
 'gnuplot: alternative plotting')


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

2015-10-12 Thread Sergej Pupykin
Date: Monday, October 12, 2015 @ 14:24:24
  Author: spupykin
Revision: 143768

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

Added:
  synfigstudio/repos/community-i686/PKGBUILD
(from rev 143767, synfigstudio/trunk/PKGBUILD)
  synfigstudio/repos/community-i686/build-fix.patch
(from rev 143767, synfigstudio/trunk/build-fix.patch)
  synfigstudio/repos/community-i686/synfigstudio.install
(from rev 143767, synfigstudio/trunk/synfigstudio.install)
  synfigstudio/repos/community-x86_64/PKGBUILD
(from rev 143767, synfigstudio/trunk/PKGBUILD)
  synfigstudio/repos/community-x86_64/build-fix.patch
(from rev 143767, synfigstudio/trunk/build-fix.patch)
  synfigstudio/repos/community-x86_64/synfigstudio.install
(from rev 143767, synfigstudio/trunk/synfigstudio.install)
Deleted:
  synfigstudio/repos/community-i686/PKGBUILD
  synfigstudio/repos/community-i686/synfigstudio.install
  synfigstudio/repos/community-x86_64/PKGBUILD
  synfigstudio/repos/community-x86_64/synfigstudio.install

---+
 /PKGBUILD |  112 +
 /synfigstudio.install |   24 ++
 community-i686/PKGBUILD   |   45 ---
 community-i686/build-fix.patch|  372 
 community-i686/synfigstudio.install   |   12 -
 community-x86_64/PKGBUILD |   45 ---
 community-x86_64/build-fix.patch  |  372 
 community-x86_64/synfigstudio.install |   12 -
 8 files changed, 880 insertions(+), 114 deletions(-)

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


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

2015-10-12 Thread Antonio Rojas
Date: Monday, October 12, 2015 @ 13:53:35
  Author: arojas
Revision: 143765

Add python2-igraph dependency, move lrs to depends

Modified:
  sagemath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 11:33:17 UTC (rev 143764)
+++ PKGBUILD2015-10-12 11:53:35 UTC (rev 143765)
@@ -9,13 +9,13 @@
 
 pkgname=sagemath
 pkgver=6.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(i686 x86_64)
 url="http://www.sagemath.org;
 license=(GPL)
 depends=(ipython2 atlas-lapack ppl mpfi palp brial singular libcliquer 
maxima-ecl gfan sympow tachyon python2-rpy2
-  python2-matplotlib python2-scipy python2-sympy python2-networkx libgap gap 
flintqs lcalc lrcalc
+  python2-matplotlib python2-scipy python2-sympy python2-networkx 
python2-igraph libgap gap flintqs lcalc lrcalc lrs
   eclib gmp-ecm zn_poly gd python2-cvxopt pynac linbox gsl rubiks pari-galdata 
pari-seadata-small planarity rankwidth
   sage-data-combinatorial_designs sage-data-elliptic_curves sage-data-graphs 
sage-data-polytopes_db sage-data-conway_polynomials)
 optdepends=('cython2: to compile cython code' 'jmol: 3D plots' 'sage-notebook: 
Browser-based (flask) notebook interface'
@@ -22,8 +22,7 @@
   'sagemath-doc: Documentation and inline help' 'ipython2-notebook: Jupyter 
notebook interface' 'mathjax: Jupyter notebook interface'
   'coin-or-cbc: COIN backend for numerical computations' 'nauty: for 
generating some classes of graphs'
   'buckygen: for generating fullerene graphs' 'plantri: for generating some 
classes of graphs' 'benzene: for generating fusenes and benzenoids'
-  'modular_decomposition: modular decomposition of graphs' 'ffmpeg: to export 
animations to video'
-  'lrs: Algorithms for linear reverse search used in game theory and for 
computing volume of polytopes' 'imagemagick: to show animations'
+  'modular_decomposition: modular decomposition of graphs' 'ffmpeg: to export 
animations to video' 'imagemagick: to show animations'
   'coxeter3: Coxeter groups implementation' 'cryptominisat: SAT solver' 'arb: 
floating-point ball arithmetic')
 makedepends=(cython2 boost ratpoints symmetrica fflas-ffpack python2-jinja 
coin-or-cbc
   mcqd coxeter3 cryptominisat arb modular_decomposition bliss-graphs) # libfes


[arch-commits] Commit in sagemath/repos (44 files)

2015-10-12 Thread Antonio Rojas
Date: Monday, October 12, 2015 @ 14:09:45
  Author: arojas
Revision: 143766

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

Added:
  sagemath/repos/community-testing-i686/PKGBUILD
(from rev 143765, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-testing-i686/anal.h
(from rev 143765, sagemath/trunk/anal.h)
  sagemath/repos/community-testing-i686/clean.patch
(from rev 143765, sagemath/trunk/clean.patch)
  sagemath/repos/community-testing-i686/disable-fes.patch
(from rev 143765, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-testing-i686/env.patch
(from rev 143765, sagemath/trunk/env.patch)
  sagemath/repos/community-testing-i686/kernel.json
(from rev 143765, sagemath/trunk/kernel.json)
  sagemath/repos/community-testing-i686/package.patch
(from rev 143765, sagemath/trunk/package.patch)
  sagemath/repos/community-testing-i686/paths.patch
(from rev 143765, sagemath/trunk/paths.patch)
  sagemath/repos/community-testing-i686/pexpect-del.patch
(from rev 143765, sagemath/trunk/pexpect-del.patch)
  sagemath/repos/community-testing-i686/pexpect-env.patch
(from rev 143765, sagemath/trunk/pexpect-env.patch)
  sagemath/repos/community-testing-i686/skip-check.patch
(from rev 143765, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-testing-x86_64/PKGBUILD
(from rev 143765, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-testing-x86_64/anal.h
(from rev 143765, sagemath/trunk/anal.h)
  sagemath/repos/community-testing-x86_64/clean.patch
(from rev 143765, sagemath/trunk/clean.patch)
  sagemath/repos/community-testing-x86_64/disable-fes.patch
(from rev 143765, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-testing-x86_64/env.patch
(from rev 143765, sagemath/trunk/env.patch)
  sagemath/repos/community-testing-x86_64/kernel.json
(from rev 143765, sagemath/trunk/kernel.json)
  sagemath/repos/community-testing-x86_64/package.patch
(from rev 143765, sagemath/trunk/package.patch)
  sagemath/repos/community-testing-x86_64/paths.patch
(from rev 143765, sagemath/trunk/paths.patch)
  sagemath/repos/community-testing-x86_64/pexpect-del.patch
(from rev 143765, sagemath/trunk/pexpect-del.patch)
  sagemath/repos/community-testing-x86_64/pexpect-env.patch
(from rev 143765, sagemath/trunk/pexpect-env.patch)
  sagemath/repos/community-testing-x86_64/skip-check.patch
(from rev 143765, sagemath/trunk/skip-check.patch)
Deleted:
  sagemath/repos/community-testing-i686/PKGBUILD
  sagemath/repos/community-testing-i686/anal.h
  sagemath/repos/community-testing-i686/clean.patch
  sagemath/repos/community-testing-i686/disable-fes.patch
  sagemath/repos/community-testing-i686/env.patch
  sagemath/repos/community-testing-i686/kernel.json
  sagemath/repos/community-testing-i686/package.patch
  sagemath/repos/community-testing-i686/paths.patch
  sagemath/repos/community-testing-i686/pexpect-del.patch
  sagemath/repos/community-testing-i686/pexpect-env.patch
  sagemath/repos/community-testing-i686/skip-check.patch
  sagemath/repos/community-testing-x86_64/PKGBUILD
  sagemath/repos/community-testing-x86_64/anal.h
  sagemath/repos/community-testing-x86_64/clean.patch
  sagemath/repos/community-testing-x86_64/disable-fes.patch
  sagemath/repos/community-testing-x86_64/env.patch
  sagemath/repos/community-testing-x86_64/kernel.json
  sagemath/repos/community-testing-x86_64/package.patch
  sagemath/repos/community-testing-x86_64/paths.patch
  sagemath/repos/community-testing-x86_64/pexpect-del.patch
  sagemath/repos/community-testing-x86_64/pexpect-env.patch
  sagemath/repos/community-testing-x86_64/skip-check.patch

+
 /PKGBUILD  |  328 +++
 /anal.h|  130 ++
 /clean.patch   |   48 +++
 /disable-fes.patch |   38 +++
 /env.patch |  274 ++
 /kernel.json   |2 
 /package.patch |   22 +
 /paths.patch   |   74 ++
 /pexpect-del.patch |   30 ++
 /pexpect-env.patch |   64 +
 /skip-check.patch  |   42 +++
 community-testing-i686/PKGBUILD|  165 -
 community-testing-i686/anal.h  |   65 -
 community-testing-i686/clean.patch |   24 -
 community-testing-i686/disable-fes.patch   |   19 -
 community-testing-i686/env.patch   |  137 ---
 community-testing-i686/kernel.json |1 
 community-testing-i686/package.patch   |   11 
 community-testing-i686/paths.patch |   37 ---
 community-testing-i686/pexpect-del.patch   |   15 -
 community-testing-i686/pexpect-env.patch   |   32 --
 community-testing-i686/skip-check.patch

[arch-commits] Commit in tomcat8/repos/extra-any (10 files)

2015-10-12 Thread Guillaume Alaux
Date: Monday, October 12, 2015 @ 14:55:13
  Author: guillaume
Revision: 248925

archrelease: copy trunk to extra-any

Added:
  tomcat8/repos/extra-any/PKGBUILD
(from rev 248924, tomcat8/trunk/PKGBUILD)
  tomcat8/repos/extra-any/systemd_sysusers.d_tomcat8.conf
(from rev 248924, tomcat8/trunk/systemd_sysusers.d_tomcat8.conf)
  tomcat8/repos/extra-any/systemd_tmpfiles.d_tomcat8.conf
(from rev 248924, tomcat8/trunk/systemd_tmpfiles.d_tomcat8.conf)
  tomcat8/repos/extra-any/systemd_tomcat8.service
(from rev 248924, tomcat8/trunk/systemd_tomcat8.service)
  tomcat8/repos/extra-any/tomcat8.install
(from rev 248924, tomcat8/trunk/tomcat8.install)
Deleted:
  tomcat8/repos/extra-any/PKGBUILD
  tomcat8/repos/extra-any/systemd_sysusers.d_tomcat8.conf
  tomcat8/repos/extra-any/systemd_tmpfiles.d_tomcat8.conf
  tomcat8/repos/extra-any/systemd_tomcat8.service
  tomcat8/repos/extra-any/tomcat8.install

-+
 PKGBUILD|  156 +++---
 systemd_sysusers.d_tomcat8.conf |2 
 systemd_tmpfiles.d_tomcat8.conf |   10 +-
 systemd_tomcat8.service |   66 
 tomcat8.install |   38 -
 5 files changed, 136 insertions(+), 136 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-12 12:54:39 UTC (rev 248924)
+++ PKGBUILD2015-10-12 12:55:13 UTC (rev 248925)
@@ -1,78 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-pkgname=tomcat8
-pkgver=8.0.27
-pkgrel=1
-pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer 
Pages 2.3 technologies'
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('java-runtime>=7' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
-optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-backup=(etc/${pkgname}/catalina.policy
-etc/${pkgname}/catalina.properties
-etc/${pkgname}/context.xml
-etc/${pkgname}/logging.properties
-etc/${pkgname}/server.xml
-etc/${pkgname}/tomcat-users.xml
-etc/${pkgname}/web.xml)
-install=${pkgname}.install
-source=(https://dist.apache.org/repos/dist/release/tomcat/tomcat-8/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
-systemd_${pkgname}.service
-systemd_sysusers.d_${pkgname}.conf
-systemd_tmpfiles.d_${pkgname}.conf)
-
-sha256sums=('8ae7885596feb61d9f8944f928bcd6af7c799de33034fb7435c9991b34aa729a'
-'d44056248b7cdd6671fd4de08a9453b3bd1a83980343d249a99b74939d46f4d4'
-'02e7a1edb82ed117629189806d40c2c7b70ec994ecbafc11cb7dc7eec35af216'
-'0dc1fdb537d3488756755f3fb713a9638597d4c68596f6f94f2707e8363cf5e2')
-
-_gid_log=19
-_gid_tomcat=57
-_uid_tomcat=57
-
-package() {
-  cd "${srcdir}/apache-tomcat-${pkgver}"
-
-  # Tomcat general files
-  install -dm755 "${pkgdir}"/usr/share/{,java/}${pkgname}
-  cp -r bin "${pkgdir}"/usr/share/${pkgname}
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm 
"${pkgdir}"/usr/share/${pkgname}/bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  ln -s /usr/share/java/commons-daemon.jar 
"${pkgdir}"/usr/share/${pkgname}/bin/commons-daemon.jar
-
-  install -m644 lib/* "${pkgdir}"/usr/share/java/${pkgname}
-  # eclipse-ecj is packaged on its own
-  rm "${pkgdir}"/usr/share/java/${pkgname}/ecj-*.jar
-  ln -s ../eclipse-ecj.jar "${pkgdir}"/usr/share/java/${pkgname}/ecj.jar
-
-  ln -s /usr/share/java/${pkgname} "${pkgdir}"/usr/share/${pkgname}/lib
-
-  # We log through systemd but this would still be required for stock Tomcat 
logging
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_log} 
"${pkgdir}"/var/log/${pkgname}
-  ln -s /var/log/${pkgname} "${pkgdir}"/usr/share/${pkgname}/logs
-  touch "${pkgdir}"/var/log/${pkgname}/catalina.{out,err}
-  chgrp ${_gid_log} "${pkgdir}"/var/log/${pkgname}/catalina.{out,err}
-
-  install -dm775 "${pkgdir}"/etc/${pkgname}
-  install -g ${_gid_tomcat} -m640 conf/* "${pkgdir}"/etc/${pkgname}
-  install -d -g ${_gid_tomcat} -m775 "${pkgdir}"/etc/${pkgname}/Catalina
-  ln -s /etc/${pkgname} "${pkgdir}"/usr/share/${pkgname}/conf
-
-  install -dm775 "${pkgdir}"/var/lib/${pkgname}
-  cp -r webapps "${pkgdir}"/var/lib/${pkgname}
-  chown -R ${_uid_tomcat}:${_gid_tomcat} "${pkgdir}"/var/lib/${pkgname}
-  chmod 775 "${pkgdir}"/var/lib/${pkgname}/webapps
-  ln -s /var/lib/${pkgname}/webapps "${pkgdir}"/usr/share/${pkgname}/webapps
-
-  install -dm1777 "${pkgdir}"/var/tmp
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_tomcat} 
"${pkgdir}"/var/tmp/${pkgname}/{temp,work}
-  ln -s /var/tmp/${pkgname}/temp "${pkgdir}"/usr/share/${pkgname}/temp
-  ln -s /var/tmp/${pkgname}/work "${pkgdir}"/usr/share/${pkgname}/work
-
-  install -Dm644 "${srcdir}"/systemd_${pkgname}.service \
- "${pkgdir}"/usr/lib/systemd/system/${pkgname}.service
-  install -Dm644 "${srcdir}"/systemd_sysusers.d_${pkgname}.conf \
-   

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

2015-10-12 Thread Guillaume Alaux
Date: Monday, October 12, 2015 @ 14:54:39
  Author: guillaume
Revision: 248924

Upstream release 8.0.28

Modified:
  tomcat8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 11:38:04 UTC (rev 248923)
+++ PKGBUILD2015-10-12 12:54:39 UTC (rev 248924)
@@ -1,6 +1,6 @@
 # Maintainer: Guillaume ALAUX 
 pkgname=tomcat8
-pkgver=8.0.27
+pkgver=8.0.28
 pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer 
Pages 2.3 technologies'
 arch=('any')
@@ -21,7 +21,7 @@
 systemd_sysusers.d_${pkgname}.conf
 systemd_tmpfiles.d_${pkgname}.conf)
 
-sha256sums=('8ae7885596feb61d9f8944f928bcd6af7c799de33034fb7435c9991b34aa729a'
+sha256sums=('a7a6c092b79fc5a8cffe5916d0e5554254eddcb3c1911ed90696c153b4f13d10'
 'd44056248b7cdd6671fd4de08a9453b3bd1a83980343d249a99b74939d46f4d4'
 '02e7a1edb82ed117629189806d40c2c7b70ec994ecbafc11cb7dc7eec35af216'
 '0dc1fdb537d3488756755f3fb713a9638597d4c68596f6f94f2707e8363cf5e2')


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

2015-10-12 Thread Felix Yan
Date: Monday, October 12, 2015 @ 15:18:14
  Author: fyan
Revision: 143776

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

Added:
  python-matplotlib/repos/community-i686/PKGBUILD
(from rev 143775, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-i686/fix-numpy-warning.patch
(from rev 143775, python-matplotlib/trunk/fix-numpy-warning.patch)
  python-matplotlib/repos/community-x86_64/PKGBUILD
(from rev 143775, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-x86_64/fix-numpy-warning.patch
(from rev 143775, python-matplotlib/trunk/fix-numpy-warning.patch)
Deleted:
  python-matplotlib/repos/community-i686/PKGBUILD
  python-matplotlib/repos/community-i686/ffmpeg-2.0.patch
  python-matplotlib/repos/community-x86_64/PKGBUILD
  python-matplotlib/repos/community-x86_64/ffmpeg-2.0.patch

--+
 /PKGBUILD|  234 +
 community-i686/PKGBUILD  |  112 -
 community-i686/ffmpeg-2.0.patch  |   98 
 community-i686/fix-numpy-warning.patch   |   35 
 community-x86_64/PKGBUILD|  112 -
 community-x86_64/ffmpeg-2.0.patch|   98 
 community-x86_64/fix-numpy-warning.patch |   35 
 7 files changed, 304 insertions(+), 420 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-12 13:17:39 UTC (rev 143775)
+++ community-i686/PKGBUILD 2015-10-12 13:18:14 UTC (rev 143776)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Stefan Husmann 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=python-matplotlib
-pkgname=('python2-matplotlib' 'python-matplotlib')
-pkgver=1.4.3
-pkgrel=3
-pkgdesc="A python plotting library, making publication quality plots"
-arch=('i686' 'x86_64')
-url='http://matplotlib.org'
-license=('custom')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'xorg-server-xvfb'
-  'texlive-core' 'texlive-latexextra' 'imagemagick' 'ffmpeg' 
'mencoder' 'inkscape')
-makedepends=('python2-pytz' 'python2-numpy' 'python2-pyqt4' 'python-pytz' 
'python-numpy'
- 'python-pyqt4' 'tk' 'python-cairocffi' 'python2-cairocffi' 
'python-dateutil'
- 'python2-dateutil' 'python-gobject' 'python2-gobject' 
'python-pyparsing'
- 'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 
'texlive-bin'
- 'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5'
- 'libxkbcommon-x11' 'python-pillow' 'python2-pillow')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;)
-sha512sums=('4aebbda31934bedbee5206b783e5cbe07db17367d50117a50bb80b7ea4aad987ec225958bed58885c561f00582c309d6e8c0a69861d3b4210a09b2d63975d2aa')
-
-prepare() {
-   cp -a matplotlib-${pkgver} matplotlib-${pkgver}-py2
-
-   cd matplotlib-${pkgver}
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python3|" \
- -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3|" ${file}
-   done
-
-   cd ../matplotlib-${pkgver}-py2
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python2|" \
- -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2|" ${file}
-   done
-}
-
-build() {
-   # this seems to need to be present or gtk/gdk dies
-   # and hangs the build checking if gtk3cairo is installed
-   export XDG_RUNTIME_DIR=/tmp
-
-   cd matplotlib-${pkgver}
-   python3 setup.py build
-
-   cd ../matplotlib-${pkgver}-py2
-   python2 setup.py build
-}
-
-check() {
-   cd matplotlib-${pkgver}
-   (
- export PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH"
- python -c "from matplotlib import font_manager"
- rm -rf ../tmp_test_dir && mkdir ../tmp_test_dir && cd ../tmp_test_dir
- xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \
-   python ../matplotlib-${pkgver}/tests.py -sv --processes=8 
--process-timeout=300 || warning "Tests failed"
-   )
-
-   cd ../matplotlib-${pkgver}-py2
-   (
- export PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH"
- python2 -c "from matplotlib import font_manager"
- rm -rf ../tmp_test_dir && mkdir ../tmp_test_dir && cd ../tmp_test_dir
- xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \
-   python2 ../matplotlib-${pkgver}-py2/tests.py -sv --processes=8 
--process-timeout=300 || warning "Tests failed"
-   )
-}
-
-package_python2-matplotlib() {
-   depends=('python2-pytz' 

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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 13:38:04
  Author: heftig
Revision: 248923

0.0.17.1

Modified:
  cantarell-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 11:33:08 UTC (rev 248922)
+++ PKGBUILD2015-10-12 11:38:04 UTC (rev 248923)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=cantarell-fonts
-pkgver=0.0.17
+pkgver=0.0.17.1
 pkgrel=1
 pkgdesc="Cantarell font family"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('fontconfig')
 install=cantarell-fonts.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('96b36778b0a02854d832e8afa8439989d09b6f4c3e6d5f3a663f8418b82ba04f')
+sha256sums=('882804c20e42e2ced148b7c2eed2254079ba0a8a33ad1e0736865275edd3ec3d')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in haskell-x509-validation/repos (6 files)

2015-10-12 Thread Felix Yan
Date: Monday, October 12, 2015 @ 14:51:15
  Author: fyan
Revision: 143772

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

Added:
  haskell-x509-validation/repos/community-i686/
  haskell-x509-validation/repos/community-i686/PKGBUILD
(from rev 143771, haskell-x509-validation/trunk/PKGBUILD)
  haskell-x509-validation/repos/community-i686/haskell-x509-validation.install
(from rev 143771, 
haskell-x509-validation/trunk/haskell-x509-validation.install)
  haskell-x509-validation/repos/community-x86_64/
  haskell-x509-validation/repos/community-x86_64/PKGBUILD
(from rev 143771, haskell-x509-validation/trunk/PKGBUILD)
  haskell-x509-validation/repos/community-x86_64/haskell-x509-validation.install
(from rev 143771, 
haskell-x509-validation/trunk/haskell-x509-validation.install)

--+
 community-i686/PKGBUILD  |   44 +
 community-i686/haskell-x509-validation.install   |   18 
 community-x86_64/PKGBUILD|   44 +
 community-x86_64/haskell-x509-validation.install |   18 
 4 files changed, 124 insertions(+)

Copied: haskell-x509-validation/repos/community-i686/PKGBUILD (from rev 143771, 
haskell-x509-validation/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-12 12:51:15 UTC (rev 143772)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509-validation
+pkgname=haskell-x509-validation
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="X.509 Certificate and CRL validation"
+url="http://github.com/vincenthz/hs-certificate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-asn1-encoding" "haskell-asn1-types" 
"haskell-byteable"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-hourglass"
+ "haskell-memory" "haskell-mtl" "haskell-pem" "haskell-x509" 
"haskell-x509-store")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('80b7d3beef9dda913c7cc7c890ab703d6030574df2a62df1939036184cd921e3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-x509-validation/repos/community-i686/haskell-x509-validation.install 
(from rev 143771, haskell-x509-validation/trunk/haskell-x509-validation.install)
===
--- community-i686/haskell-x509-validation.install  
(rev 0)
+++ community-i686/haskell-x509-validation.install  2015-10-12 12:51:15 UTC 
(rev 143772)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-x509-validation
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-x509-validation/repos/community-x86_64/PKGBUILD (from rev 
143771, haskell-x509-validation/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-12 12:51:15 UTC (rev 143772)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509-validation
+pkgname=haskell-x509-validation
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="X.509 Certificate and CRL validation"

[arch-commits] Commit in atlas-lapack-base/trunk (PKGBUILD)

2015-10-12 Thread Antonio Rojas
Date: Monday, October 12, 2015 @ 13:27:15
  Author: arojas
Revision: 143762

Fix quoting

Modified:
  atlas-lapack-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 10:59:21 UTC (rev 143761)
+++ PKGBUILD2015-10-12 11:27:15 UTC (rev 143762)
@@ -15,7 +15,7 @@
 makedepends=(gcc-fortran)
 arch=(i686 x86_64)
 conflicts=(blas cblas lapack)
-provides=(blas cblas 'lapack=$_lapackver' atlas-lapack)
+provides=(blas cblas "lapack=$_lapackver" atlas-lapack)
 license=(custom:blas custom:lapack custom:atlas)
 options=(!makeflags)
 source=(http://www.netlib.org/lapack/lapack-$_lapackver.tgz 
http://downloads.sourceforge.net/math-atlas/atlas${pkgver}.tar.bz2 
blas-license.txt 


[arch-commits] Commit in (5 files)

2015-10-12 Thread Felix Yan
Date: Monday, October 12, 2015 @ 14:56:36
  Author: fyan
Revision: 143773

addpkg: haskell-tls 1.3.3-1

Added:
  haskell-tls/
  haskell-tls/repos/
  haskell-tls/trunk/
  haskell-tls/trunk/PKGBUILD
  haskell-tls/trunk/haskell-tls.install

-+
 PKGBUILD|   45 +
 haskell-tls.install |   18 ++
 2 files changed, 63 insertions(+)

Added: haskell-tls/trunk/PKGBUILD
===
--- haskell-tls/trunk/PKGBUILD  (rev 0)
+++ haskell-tls/trunk/PKGBUILD  2015-10-12 12:56:36 UTC (rev 143773)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls
+pkgname=haskell-tls
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
+url="http://github.com/vincenthz/hs-tls;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-asn1-encoding" "haskell-asn1-types" 
"haskell-async" "haskell-cereal"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" 
"haskell-mtl"
+ "haskell-network" "haskell-x509" "haskell-x509-store" 
"haskell-x509-validation")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('9f03fb059198e1f3d866d1297f86fca3204d07e7cc5e8f7e8ad878be48f1ca24')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-hans -fnetwork -fcompat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-tls/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-tls/trunk/haskell-tls.install
===
--- haskell-tls/trunk/haskell-tls.install   (rev 0)
+++ haskell-tls/trunk/haskell-tls.install   2015-10-12 12:56:36 UTC (rev 
143773)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tls
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2015-10-12 Thread Felix Yan
Date: Monday, October 12, 2015 @ 14:57:05
  Author: fyan
Revision: 143774

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

Added:
  haskell-tls/repos/community-i686/
  haskell-tls/repos/community-i686/PKGBUILD
(from rev 143773, haskell-tls/trunk/PKGBUILD)
  haskell-tls/repos/community-i686/haskell-tls.install
(from rev 143773, haskell-tls/trunk/haskell-tls.install)
  haskell-tls/repos/community-x86_64/
  haskell-tls/repos/community-x86_64/PKGBUILD
(from rev 143773, haskell-tls/trunk/PKGBUILD)
  haskell-tls/repos/community-x86_64/haskell-tls.install
(from rev 143773, haskell-tls/trunk/haskell-tls.install)

--+
 community-i686/PKGBUILD  |   45 +
 community-i686/haskell-tls.install   |   18 +
 community-x86_64/PKGBUILD|   45 +
 community-x86_64/haskell-tls.install |   18 +
 4 files changed, 126 insertions(+)

Copied: haskell-tls/repos/community-i686/PKGBUILD (from rev 143773, 
haskell-tls/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-12 12:57:05 UTC (rev 143774)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls
+pkgname=haskell-tls
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
+url="http://github.com/vincenthz/hs-tls;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-asn1-encoding" "haskell-asn1-types" 
"haskell-async" "haskell-cereal"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" 
"haskell-mtl"
+ "haskell-network" "haskell-x509" "haskell-x509-store" 
"haskell-x509-validation")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('9f03fb059198e1f3d866d1297f86fca3204d07e7cc5e8f7e8ad878be48f1ca24')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-hans -fnetwork -fcompat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-tls/repos/community-i686/haskell-tls.install (from rev 143773, 
haskell-tls/trunk/haskell-tls.install)
===
--- community-i686/haskell-tls.install  (rev 0)
+++ community-i686/haskell-tls.install  2015-10-12 12:57:05 UTC (rev 143774)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tls
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-tls/repos/community-x86_64/PKGBUILD (from rev 143773, 
haskell-tls/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-12 12:57:05 UTC (rev 143774)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls
+pkgname=haskell-tls
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
+url="http://github.com/vincenthz/hs-tls;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-asn1-encoding" "haskell-asn1-types" 
"haskell-async" "haskell-cereal"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" 
"haskell-mtl"
+ "haskell-network" 

[arch-commits] Commit in synfig/trunk (PKGBUILD build-fix.patch)

2015-10-12 Thread Sergej Pupykin
Date: Monday, October 12, 2015 @ 13:31:28
  Author: spupykin
Revision: 143763

upgpkg: synfig 1.0.2-1

upd

Modified:
  synfig/trunk/PKGBUILD
  synfig/trunk/build-fix.patch

-+
 PKGBUILD|   11 ++-
 build-fix.patch |   10 ++
 2 files changed, 16 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 11:27:15 UTC (rev 143762)
+++ PKGBUILD2015-10-12 11:31:28 UTC (rev 143763)
@@ -3,7 +3,7 @@
 # Contributor: Franco Iacomella 
 
 pkgname=synfig
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="Professional vector animation program (CLI renderer only)"
 arch=(i686 x86_64)
@@ -15,11 +15,12 @@
 optdepends=('openexr' 'libsigc++')
 conflicts=('synfig-core')
 replaces=('synfig-core')
-source=(http://download.tuxfamily.org/synfig/releases/$pkgver/synfig-$pkgver.tar.gz
+#source=(http://download.tuxfamily.org/synfig/releases/$pkgver/synfig-$pkgver.tar.gz
+source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfig-$pkgver.tar.gz
build-fix.patch
ffmpeg-0.8.patch)
-md5sums=('0af2abd4ea9fd050d905c737fdc19567'
- '6d5277b28a3ba531e3e53e4a1f810fa7'
+md5sums=('a7b19f9eb22f2bd82067ebc1401b8808'
+ '16b852a3ff44765d8efd2ce597f5ca0e'
  'ebf41046097cfd778dee9a9854561dae')
 
 prepare() {
@@ -34,7 +35,7 @@
   export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
   LDFLAGS="$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat"
   CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS"
-  CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS"
+  CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS -std=gnu++11"
   [ -f configure ] || { libtoolize --ltdl --copy --force && autoreconf 
--install --force; }
   [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
   make

Modified: build-fix.patch
===
--- build-fix.patch 2015-10-12 11:27:15 UTC (rev 143762)
+++ build-fix.patch 2015-10-12 11:31:28 UTC (rev 143763)
@@ -44,3 +44,13 @@
  return picture;
  }
  
+diff -wbBur synfig-1.0.2/src/synfig/time.cpp 
synfig-1.0.2.my/src/synfig/time.cpp
+--- synfig-1.0.2/src/synfig/time.cpp   2015-07-09 10:33:03.0 +0300
 synfig-1.0.2.my/src/synfig/time.cpp2015-10-12 13:54:58.382313903 
+0300
+@@ -319,5 +319,5 @@
+ bool
+ Time::is_valid()const
+ {
+-  return !isnan(value_);
++  return !::isnan(value_);
+ }


[arch-commits] Commit in (5 files)

2015-10-12 Thread Felix Yan
Date: Monday, October 12, 2015 @ 14:50:41
  Author: fyan
Revision: 143771

addpkg: haskell-x509-validation 1.6.3-1

Added:
  haskell-x509-validation/
  haskell-x509-validation/repos/
  haskell-x509-validation/trunk/
  haskell-x509-validation/trunk/PKGBUILD
  haskell-x509-validation/trunk/haskell-x509-validation.install

-+
 PKGBUILD|   44 ++
 haskell-x509-validation.install |   18 +++
 2 files changed, 62 insertions(+)

Added: haskell-x509-validation/trunk/PKGBUILD
===
--- haskell-x509-validation/trunk/PKGBUILD  (rev 0)
+++ haskell-x509-validation/trunk/PKGBUILD  2015-10-12 12:50:41 UTC (rev 
143771)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509-validation
+pkgname=haskell-x509-validation
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="X.509 Certificate and CRL validation"
+url="http://github.com/vincenthz/hs-certificate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-asn1-encoding" "haskell-asn1-types" 
"haskell-byteable"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-hourglass"
+ "haskell-memory" "haskell-mtl" "haskell-pem" "haskell-x509" 
"haskell-x509-store")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('80b7d3beef9dda913c7cc7c890ab703d6030574df2a62df1939036184cd921e3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-x509-validation/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-x509-validation/trunk/haskell-x509-validation.install
===
--- haskell-x509-validation/trunk/haskell-x509-validation.install   
(rev 0)
+++ haskell-x509-validation/trunk/haskell-x509-validation.install   
2015-10-12 12:50:41 UTC (rev 143771)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-x509-validation
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:01:21
  Author: heftig
Revision: 248928

0.0.17.2

Modified:
  cantarell-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:00:03 UTC (rev 248927)
+++ PKGBUILD2015-10-12 17:01:21 UTC (rev 248928)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=cantarell-fonts
-pkgver=0.0.17.1
+pkgver=0.0.17.2
 pkgrel=1
 pkgdesc="Cantarell font family"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('fontconfig')
 install=cantarell-fonts.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('882804c20e42e2ced148b7c2eed2254079ba0a8a33ad1e0736865275edd3ec3d')
+sha256sums=('b5cf061c1cb37881c34c5bd5a6cad495236e50bef2386072800322f0ef5abf36')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cantarell-fonts/repos/extra-any (4 files)

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:04:14
  Author: heftig
Revision: 248929

archrelease: copy trunk to extra-any

Added:
  cantarell-fonts/repos/extra-any/PKGBUILD
(from rev 248928, cantarell-fonts/trunk/PKGBUILD)
  cantarell-fonts/repos/extra-any/cantarell-fonts.install
(from rev 248928, cantarell-fonts/trunk/cantarell-fonts.install)
Deleted:
  cantarell-fonts/repos/extra-any/PKGBUILD
  cantarell-fonts/repos/extra-any/cantarell-fonts.install

-+
 PKGBUILD|   54 +++---
 cantarell-fonts.install |   22 +-
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-12 17:01:21 UTC (rev 248928)
+++ PKGBUILD2015-10-12 17:04:14 UTC (rev 248929)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=cantarell-fonts
-pkgver=0.0.17
-pkgrel=1
-pkgdesc="Cantarell font family"
-arch=('any')
-url="https://git.gnome.org/browse/cantarell-fonts;
-license=('GPL2')
-depends=('fontconfig')
-install=cantarell-fonts.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('96b36778b0a02854d832e8afa8439989d09b6f4c3e6d5f3a663f8418b82ba04f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-configdir=/etc/fonts/conf.avail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cantarell-fonts/repos/extra-any/PKGBUILD (from rev 248928, 
cantarell-fonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-12 17:04:14 UTC (rev 248929)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=cantarell-fonts
+pkgver=0.0.17.2
+pkgrel=1
+pkgdesc="Cantarell font family"
+arch=('any')
+url="https://git.gnome.org/browse/cantarell-fonts;
+license=('GPL2')
+depends=('fontconfig')
+install=cantarell-fonts.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('b5cf061c1cb37881c34c5bd5a6cad495236e50bef2386072800322f0ef5abf36')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-configdir=/etc/fonts/conf.avail
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: cantarell-fonts.install
===
--- cantarell-fonts.install 2015-10-12 17:01:21 UTC (rev 248928)
+++ cantarell-fonts.install 2015-10-12 17:04:14 UTC (rev 248929)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: cantarell-fonts/repos/extra-any/cantarell-fonts.install (from rev 
248928, cantarell-fonts/trunk/cantarell-fonts.install)
===
--- cantarell-fonts.install (rev 0)
+++ cantarell-fonts.install 2015-10-12 17:04:14 UTC (rev 248929)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -s
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:10:39
  Author: heftig
Revision: 248930

3.18.1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:04:14 UTC (rev 248929)
+++ PKGBUILD2015-10-12 17:10:39 UTC (rev 248930)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 url="https://wiki.gnome.org/Apps/Evolution;
 license=(GPL)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ca4273b888912cadc474c1c2aebd2f02639381a9ddfa516a46cf9abd3dbc11f7')
+sha256sums=('4fe7c520a49d4c7fd67ed6fc2dfb33667f6138368c7bbe3ecd8c4ad2356771bc')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in gnome-control-center/trunk (PKGBUILD)

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:33:19
  Author: heftig
Revision: 248938

3.18.1

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:30:24 UTC (rev 248937)
+++ PKGBUILD2015-10-12 17:33:19 UTC (rev 248938)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-control-center
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="The Control Center for GNOME"
 license=(GPL)
@@ -24,7 +24,7 @@
 install=gnome-control-center.install
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('42648eda11fc1df0f717d7d3b385cb7c519fdd084ed4e3fad2e55fd11712fb52')
+sha256sums=('9a59ec1fe03d873a75a669d933f6e37d8243252ff41850da2a9009e99b578b41')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-12 Thread Anatol Pomozov
Date: Monday, October 12, 2015 @ 19:32:46
  Author: anatolik
Revision: 143793

upgpkg: rethinkdb 2.1.5-1

Modified:
  rethinkdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:24:51 UTC (rev 143792)
+++ PKGBUILD2015-10-12 17:32:46 UTC (rev 143793)
@@ -11,7 +11,7 @@
 arch=(i686 x86_64)
 url='http://www.rethinkdb.com/'
 license=(AGPL)
-depends=(protobuf ncurses curl icu)
+depends=(protobuf ncurses curl)
 makedepends=(boost python2 wget)
 backup=(etc/rethinkdb/instances.d/default.conf)
 install=rethinkdb.install


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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:33:35
  Author: heftig
Revision: 248939

3.18.1

Modified:
  totem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:33:19 UTC (rev 248938)
+++ PKGBUILD2015-10-12 17:33:35 UTC (rev 248939)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="GNOME3 movie player based on GStreamer"
 url="http://www.gnome.org;
@@ -27,7 +27,7 @@
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1b6a7e66414df4b2e2427a9c5f1fee5a5f286beb098fdbe0902e37e3663e3e89')
+sha256sums=('d7816eae9606846c44fd508902eae10bdaed28e6d4f621531990d473184107a2')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:44:36
  Author: heftig
Revision: 248951

3.18.1

Modified:
  gucharmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:43:05 UTC (rev 248950)
+++ PKGBUILD2015-10-12 17:44:36 UTC (rev 248951)
@@ -3,7 +3,7 @@
 # Contributor: Jan De Groot 
 
 pkgname=gucharmap
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="Gnome Unicode Charmap"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 groups=(gnome)
 install=gucharmap.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('121d2652f59a26c9426c96e7c6ca73295c45b675dd4ef0ccdb1b50bc0b4f3830')
+sha256sums=('b286d09dcd7811e6678e3d5830970d310d5730f7be5657ec400295df0b36fa35')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:44:43
  Author: heftig
Revision: 248952

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

Added:
  libgweather/repos/extra-i686/PKGBUILD
(from rev 248950, libgweather/trunk/PKGBUILD)
  libgweather/repos/extra-i686/libgweather.install
(from rev 248950, libgweather/trunk/libgweather.install)
  libgweather/repos/extra-x86_64/PKGBUILD
(from rev 248950, libgweather/trunk/PKGBUILD)
  libgweather/repos/extra-x86_64/libgweather.install
(from rev 248951, libgweather/trunk/libgweather.install)
Deleted:
  libgweather/repos/extra-i686/PKGBUILD
  libgweather/repos/extra-i686/libgweather.install
  libgweather/repos/extra-x86_64/PKGBUILD
  libgweather/repos/extra-x86_64/libgweather.install

--+
 /PKGBUILD|   56 +
 /libgweather.install |   36 +++
 extra-i686/PKGBUILD  |   28 --
 extra-i686/libgweather.install   |   18 ---
 extra-x86_64/PKGBUILD|   28 --
 extra-x86_64/libgweather.install |   18 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 17:44:36 UTC (rev 248951)
+++ extra-i686/PKGBUILD 2015-10-12 17:44:43 UTC (rev 248952)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  
-
-pkgname=libgweather
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Provides access to weather information from the net"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libsoup' 'gtk3' 'geocode-glib')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-options=('!emptydirs')
-url="http://www.gnome.org/;
-install=libgweather.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8f4fda67f48c776f2bf955d384de4cc842aacb8d9b2ad87b42d83d0dc5a1cb1f')
-
-build() {
-cd "$pkgname-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
-}

Copied: libgweather/repos/extra-i686/PKGBUILD (from rev 248950, 
libgweather/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 17:44:43 UTC (rev 248952)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="Provides access to weather information from the net"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libsoup' 'gtk3' 'geocode-glib')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+options=('!emptydirs')
+url="http://www.gnome.org/;
+install=libgweather.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0')
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/libgweather.install
===
--- extra-i686/libgweather.install  2015-10-12 17:44:36 UTC (rev 248951)
+++ extra-i686/libgweather.install  2015-10-12 17:44:43 UTC (rev 248952)
@@ -1,18 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  if [ -f /usr/share/gconf/schemas/libgweather.schemas ]; then
-gconfpkg --uninstall libgweather
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libgweather/repos/extra-i686/libgweather.install (from rev 248950, 
libgweather/trunk/libgweather.install)
===
--- extra-i686/libgweather.install  (rev 0)
+++ extra-i686/libgweather.install  2015-10-12 17:44:43 UTC (rev 248952)
@@ -0,0 +1,18 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if [ -f /usr/share/gconf/schemas/libgweather.schemas ]; then
+gconfpkg --uninstall libgweather
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-12 17:44:36 UTC (rev 248951)
+++ extra-x86_64/PKGBUILD   2015-10-12 17:44:43 UTC (rev 248952)
@@ -1,28 +0,0 @@
-# $Id$
-# 

[arch-commits] Commit in python-numpy/trunk (PKGBUILD site.cfg)

2015-10-12 Thread Antonio Rojas
Date: Monday, October 12, 2015 @ 18:59:11
  Author: arojas
Revision: 248926

Link to cblas, improves performance if atlas-lapack is installed

Added:
  python-numpy/trunk/site.cfg
Modified:
  python-numpy/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 site.cfg |4 
 2 files changed, 15 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 12:55:13 UTC (rev 248925)
+++ PKGBUILD2015-10-12 16:59:11 UTC (rev 248926)
@@ -7,17 +7,20 @@
 pkgbase=python-numpy
 pkgname=('python2-numpy' 'python-numpy')
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Scientific tools for Python"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://www.numpy.org/;
-makedepends=('lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran' 'python-nose' 'python2-nose' 'cython' 
'cython2')
+makedepends=('cblas' 'lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran'
+   'python-nose' 'python2-nose' 'cython' 'cython2')
 options=('staticlibs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz;)
-md5sums=('c8693369638ed9bff12a0c90ef8ea7af')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz;
 'site.cfg')
+md5sums=('c8693369638ed9bff12a0c90ef8ea7af'
+ '6ac5f9dac5d4c0e25a2eba6c98bf5b3c')
 
 prepare() {
+  cp site.cfg numpy-$pkgver
   cp -a numpy-$pkgver numpy-py2-$pkgver
   cd numpy-py2-$pkgver
 
@@ -28,7 +31,6 @@
 }
 
 build() {
-  export ATLAS=None
   export LDFLAGS="$LDFLAGS -shared"
 
   echo "Building Python2"
@@ -41,8 +43,8 @@
 }
 
 package_python2-numpy() {
-  depends=('lapack' 'python2')
-  optdepends=('python2-nose: testsuite')
+  depends=('lapack' 'python2' 'cblas')
+  optdepends=('python2-nose: testsuite' 'atlas-lapack: for improved 
performance of some linear algebra operations')
 
   _pyver=2.7
 
@@ -60,8 +62,8 @@
 }
 
 package_python-numpy() {
-  depends=('lapack' 'python')
-  optdepends=('python-nose: testsuite')
+  depends=('lapack' 'python' 'cblas')
+  optdepends=('python-nose: testsuite' 'atlas-lapack: for improved performance 
of some linear algebra operations')
   provides=("python3-numpy=${pkgver}")
   replaces=('python3-numpy')
   conflicts=('python3-numpy')

Added: site.cfg
===
--- site.cfg(rev 0)
+++ site.cfg2015-10-12 16:59:11 UTC (rev 248926)
@@ -0,0 +1,4 @@
+[atlas]
+atlas_libs = cblas
+libraries = cblas
+


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

2015-10-12 Thread Antonio Rojas
Date: Monday, October 12, 2015 @ 19:00:03
  Author: arojas
Revision: 248927

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

Added:
  python-numpy/repos/testing-i686/
  python-numpy/repos/testing-i686/PKGBUILD
(from rev 248926, python-numpy/trunk/PKGBUILD)
  python-numpy/repos/testing-i686/site.cfg
(from rev 248926, python-numpy/trunk/site.cfg)
  python-numpy/repos/testing-x86_64/
  python-numpy/repos/testing-x86_64/PKGBUILD
(from rev 248926, python-numpy/trunk/PKGBUILD)
  python-numpy/repos/testing-x86_64/site.cfg
(from rev 248926, python-numpy/trunk/site.cfg)

-+
 testing-i686/PKGBUILD   |   85 ++
 testing-i686/site.cfg   |4 ++
 testing-x86_64/PKGBUILD |   85 ++
 testing-x86_64/site.cfg |4 ++
 4 files changed, 178 insertions(+)

Copied: python-numpy/repos/testing-i686/PKGBUILD (from rev 248926, 
python-numpy/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-12 17:00:03 UTC (rev 248927)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Felix Yan 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Angel 'angvp' Velasquez  
+
+pkgbase=python-numpy
+pkgname=('python2-numpy' 'python-numpy')
+pkgver=1.10.0
+pkgrel=2
+pkgdesc="Scientific tools for Python"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.numpy.org/;
+makedepends=('cblas' 'lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran'
+   'python-nose' 'python2-nose' 'cython' 'cython2')
+options=('staticlibs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz;
 'site.cfg')
+md5sums=('c8693369638ed9bff12a0c90ef8ea7af'
+ '6ac5f9dac5d4c0e25a2eba6c98bf5b3c')
+
+prepare() {
+  cp site.cfg numpy-$pkgver
+  cp -a numpy-$pkgver numpy-py2-$pkgver
+  cd numpy-py2-$pkgver
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  export LDFLAGS="$LDFLAGS -shared"
+
+  echo "Building Python2"
+  cd numpy-py2-$pkgver
+  python2 setup.py config_fc --fcompiler=gnu95 build
+
+  echo "Building Python3"
+  cd ../numpy-$pkgver
+  python setup.py config_fc --fcompiler=gnu95 build
+}
+
+package_python2-numpy() {
+  depends=('lapack' 'python2' 'cblas')
+  optdepends=('python2-nose: testsuite' 'atlas-lapack: for improved 
performance of some linear algebra operations')
+
+  _pyver=2.7
+
+  export ATLAS=None
+  export LDFLAGS="$LDFLAGS -shared"
+
+  cd numpy-py2-$pkgver
+  python2 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root="${pkgdir}" --optimize=1
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/python2-numpy"
+  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python2-numpy/"
+
+  install -m755 -d "${pkgdir}/usr/include/python${_pyver}"
+  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
"${pkgdir}/usr/include/python${_pyver}/numpy"
+}
+
+package_python-numpy() {
+  depends=('lapack' 'python' 'cblas')
+  optdepends=('python-nose: testsuite' 'atlas-lapack: for improved performance 
of some linear algebra operations')
+  provides=("python3-numpy=${pkgver}")
+  replaces=('python3-numpy')
+  conflicts=('python3-numpy')
+
+  _pyver=3.5
+  _pyinc=3.5m
+
+  export ATLAS=None
+  export LDFLAGS="$LDFLAGS -shared"
+
+  cd numpy-$pkgver
+  python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root="${pkgdir}" --optimize=1
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/python-numpy"
+  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python-numpy/"
+
+  install -m755 -d "${pkgdir}/usr/include/python${_pyinc}"
+  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
"${pkgdir}/usr/include/python${_pyinc}/numpy"
+}

Copied: python-numpy/repos/testing-i686/site.cfg (from rev 248926, 
python-numpy/trunk/site.cfg)
===
--- testing-i686/site.cfg   (rev 0)
+++ testing-i686/site.cfg   2015-10-12 17:00:03 UTC (rev 248927)
@@ -0,0 +1,4 @@
+[atlas]
+atlas_libs = cblas
+libraries = cblas
+

Copied: python-numpy/repos/testing-x86_64/PKGBUILD (from rev 248926, 
python-numpy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-12 17:00:03 UTC (rev 248927)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Felix Yan 
+# Contributor: 

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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:29:31
  Author: heftig
Revision: 248936

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

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

+
 /PKGBUILD  |  132 +++
 /evolution.install |   38 +++
 extra-i686/PKGBUILD|   66 ---
 extra-i686/evolution.install   |   19 -
 extra-x86_64/PKGBUILD  |   66 ---
 extra-x86_64/evolution.install |   19 -
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 17:29:26 UTC (rev 248935)
+++ extra-i686/PKGBUILD 2015-10-12 17:29:31 UTC (rev 248936)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=evolution
-pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Manage your email, contacts and schedule"
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight gnome-desktop evolution-data-server libcanberra libpst 
libytnef desktop-file-utils dconf gtkspell3 webkitgtk libcryptui gnome-common 
gtk-doc)
-options=('!emptydirs')
-url=https://wiki.gnome.org/Apps/Evolution
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('a3efe42a861200c0463476e0a02e566fde74a0d4a699d8cc6514c031d5cad410')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --disable-schemas-compile \
-  --disable-autoar \
-  --enable-gtk-doc
-  
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
-  make
-}
-
-package_evolution() {
-  depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
-   desktop-file-utils dconf gtkspell3 libcryptui webkitgtk)
-  install=evolution.install
-  optdepends=('highlight: text highlight plugin'
-  'evolution-spamassassin: Spamassassin spam check plugin'
-  'evolution-bogofilter: Bogofilter spam check plugin')
-  groups=('gnome-extra')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  mkdir ../plugins
-  mv "$pkgdir/usr/lib/evolution/modules/module-bogofilter.so" ../plugins/
-  mv "$pkgdir/usr/lib/evolution/modules/module-spamassassin.so" ../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml" ../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml" 
../plugins/
-}
-
-
-package_evolution-bogofilter() {
-  depends=("evolution=$pkgver" 'bogofilter')
-  install -Dm755 plugins/module-bogofilter.so 
"$pkgdir/usr/lib/evolution/modules/module-bogofilter.so"
-  install -Dm644 plugins/evolution-bogofilter.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml"
-}
-
-package_evolution-spamassassin() {
-  depends=("evolution=$pkgver" 'spamassassin')
-  install -Dm755 plugins/module-spamassassin.so 
"$pkgdir/usr/lib/evolution/modules/module-spamassassin.so"
-  install -Dm644 plugins/evolution-spamassassin.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml"
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 248934, 
evolution/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 17:29:31 UTC (rev 248936)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=evolution
+pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="Manage your email, contacts and schedule"
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight gnome-desktop 

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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:29:26
  Author: heftig
Revision: 248935

3.18.1

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:28:52 UTC (rev 248934)
+++ PKGBUILD2015-10-12 17:29:26 UTC (rev 248935)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-settings-daemon
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="The GNOME Settings daemon"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 url="http://www.gnome.org;
 groups=(gnome)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8d3ef9c18538831ed89122fee0bdaca68b0e482a18b3c4388c4e672aba1b3cd5')
+sha256sums=('fa621a17f1d132fe60461020b0dad20a9fab6b0e3e651628aaa53a8f6a6df2c0')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:28:52
  Author: heftig
Revision: 248934

3.18.1

Modified:
  gnome-photos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:24:49 UTC (rev 248933)
+++ PKGBUILD2015-10-12 17:28:52 UTC (rev 248934)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=(gnome-extra)
 install=gnome-photos.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5ca74b33de33da125059918e2d7c665ff78ac1adfbc04c98b3378e705cc73a54')
+sha256sums=('b0226d41bcb6fb822212b34bfaf5b84f8fd550ed97ea1770b64f591a82f106ed')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-12 Thread Anatol Pomozov
Date: Monday, October 12, 2015 @ 19:33:33
  Author: anatolik
Revision: 143794

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

Added:
  rethinkdb/repos/community-testing-i686/
  rethinkdb/repos/community-testing-i686/PKGBUILD
(from rev 143793, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
(from rev 143793, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-i686/rethinkdb.install
(from rev 143793, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-i686/rethinkdb.service
(from rev 143793, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-testing-x86_64/
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
(from rev 143793, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
(from rev 143793, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
(from rev 143793, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service
(from rev 143793, rethinkdb/trunk/rethinkdb.service)

-+
 community-testing-i686/PKGBUILD |   69 ++
 community-testing-i686/rethinkdb-tmpfile.conf   |1 
 community-testing-i686/rethinkdb.install|   22 +++
 community-testing-i686/rethinkdb.service|   12 +++
 community-testing-x86_64/PKGBUILD   |   69 ++
 community-testing-x86_64/rethinkdb-tmpfile.conf |1 
 community-testing-x86_64/rethinkdb.install  |   22 +++
 community-testing-x86_64/rethinkdb.service  |   12 +++
 8 files changed, 208 insertions(+)

Copied: rethinkdb/repos/community-testing-i686/PKGBUILD (from rev 143793, 
rethinkdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-10-12 17:33:33 UTC (rev 143794)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Sigmund Lahn 
+
+pkgname=rethinkdb
+pkgver=2.1.5
+_tag=rethinkdb-$pkgver-2
+pkgrel=1
+pkgdesc='Distributed powerful and scalable NoSQL database'
+arch=(i686 x86_64)
+url='http://www.rethinkdb.com/'
+license=(AGPL)
+depends=(protobuf ncurses curl)
+makedepends=(boost python2 wget)
+backup=(etc/rethinkdb/instances.d/default.conf)
+install=rethinkdb.install
+options=(!emptydirs)
+source=(
+  http://download.rethinkdb.com/dist/$_tag.tgz
+  rethinkdb-tmpfile.conf
+  rethinkdb.service
+)
+sha256sums=('7953b486aef0fec076c3adf198fb24c969e344f2247647743f9f1b7c6cb46e23'
+'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
+'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
+
+prepare() {
+  cd $_tag
+
+  sed \
+-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+-e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+-i scripts/*.py external/v8_*/tools/*.py
+  sed -e 's|exec python|exec python2|g' -i external/v8_*/build/gyp/gyp
+  sed -e 's|\bpython\b|python2|g' -i 
external/v8_*/{Makefile,*/*.gyp,*/*.gypi,*/*/*.gyp}
+}
+
+build() {
+  cd $_tag
+  export PYTHON=/usr/bin/python2
+  ./configure --fetch v8 --fetch jemalloc --dynamic all 
--enable-precompiled-web --prefix=/usr --sysconfdir=/etc
+  make ALLOW_WARNINGS=1
+}
+
+check() {
+  cd $_tag
+
+  # these tests are flaky and extremely slow
+  # make build/release/rethinkdb-unittest
+  # ./build/release/rethinkdb-unittest 
--gtest_filter=-RDBBtree.*:RDBInterrupt.*
+  # some tests might be flaky on btrfs filesystem
+}
+
+package() {
+  cd $_tag
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/rethinkdb-tmpfile.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rethinkdb.conf
+  install -Dm644 "$srcdir"/rethinkdb.service 
"$pkgdir"/usr/lib/systemd/system/rethinkdb@.service
+
+  # create 'default' database instance
+  mv "$pkgdir"/etc/rethinkdb/default.conf.sample 
"$pkgdir"/etc/rethinkdb/instances.d/default.conf
+  sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' \
+  -i "$pkgdir"/etc/rethinkdb/instances.d/default.conf
+
+  # Arch uses systemd, no need for init.d scripts
+  rm -r "$pkgdir"/etc/init.d
+}

Copied: rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf (from rev 
143793, rethinkdb/trunk/rethinkdb-tmpfile.conf)
===
--- community-testing-i686/rethinkdb-tmpfile.conf   
(rev 0)
+++ community-testing-i686/rethinkdb-tmpfile.conf   2015-10-12 17:33:33 UTC 
(rev 143794)
@@ -0,0 +1 @@
+d /run/rethinkdb 0755 rethinkdb rethinkdb -
\ No newline at end of file

Copied: rethinkdb/repos/community-testing-i686/rethinkdb.install (from rev 

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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:35:48
  Author: heftig
Revision: 248943

3.18.1

Modified:
  libgweather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:35:20 UTC (rev 248942)
+++ PKGBUILD2015-10-12 17:35:48 UTC (rev 248943)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot  
 
 pkgname=libgweather
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="Provides access to weather information from the net"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url="http://www.gnome.org/;
 install=libgweather.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8f4fda67f48c776f2bf955d384de4cc842aacb8d9b2ad87b42d83d0dc5a1cb1f')
+sha256sums=('94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0')
 
 build() {
 cd "$pkgname-$pkgver"


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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:35:20
  Author: heftig
Revision: 248942

3.18.1

Modified:
  gnome-weather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:35:17 UTC (rev 248941)
+++ PKGBUILD2015-10-12 17:35:20 UTC (rev 248942)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-weather
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="Access current weather conditions and forecasts"
 arch=(any)
@@ -13,7 +13,7 @@
 groups=(gnome-extra)
 install=gnome-weather.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('fa0c098bef351af7457abf0ef6bd0afb62d727f041a15107e02693c9c7bd48aa')
+sha256sums=('d0cbe0ee6e9f9332e30836d72c9a462ecc908a97402943c33cd6e61d08323fdf')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:34:13
  Author: heftig
Revision: 248940

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

Added:
  gnome-photos/repos/extra-i686/PKGBUILD
(from rev 248939, gnome-photos/trunk/PKGBUILD)
  gnome-photos/repos/extra-i686/gnome-photos.install
(from rev 248939, gnome-photos/trunk/gnome-photos.install)
  gnome-photos/repos/extra-x86_64/PKGBUILD
(from rev 248939, gnome-photos/trunk/PKGBUILD)
  gnome-photos/repos/extra-x86_64/gnome-photos.install
(from rev 248939, gnome-photos/trunk/gnome-photos.install)
Deleted:
  gnome-photos/repos/extra-i686/PKGBUILD
  gnome-photos/repos/extra-i686/gnome-photos.install
  gnome-photos/repos/extra-x86_64/PKGBUILD
  gnome-photos/repos/extra-x86_64/gnome-photos.install

---+
 /PKGBUILD |   66 
 /gnome-photos.install |   24 +
 extra-i686/PKGBUILD   |   33 --
 extra-i686/gnome-photos.install   |   12 --
 extra-x86_64/PKGBUILD |   33 --
 extra-x86_64/gnome-photos.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 17:33:35 UTC (rev 248939)
+++ extra-i686/PKGBUILD 2015-10-12 17:34:13 UTC (rev 248940)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Access, organize, and share your photos on GNOME"
-arch=(i686 x86_64)
-url="https://www.gnome.org/;
-license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker grilo gfbgraph libgdata gnome-online-miners 
dleyna-server dleyna-renderer)
-makedepends=(intltool itstool)
-groups=(gnome-extra)
-install=gnome-photos.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5ca74b33de33da125059918e2d7c665ff78ac1adfbc04c98b3378e705cc73a54')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/gnome-photos
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-# disabled: needs dogtail which we don't have
-#  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-photos/repos/extra-i686/PKGBUILD (from rev 248939, 
gnome-photos/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 17:34:13 UTC (rev 248940)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="Access, organize, and share your photos on GNOME"
+arch=(i686 x86_64)
+url="https://www.gnome.org/;
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker grilo gfbgraph libgdata gnome-online-miners 
dleyna-server dleyna-renderer)
+makedepends=(intltool itstool)
+groups=(gnome-extra)
+install=gnome-photos.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b0226d41bcb6fb822212b34bfaf5b84f8fd550ed97ea1770b64f591a82f106ed')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/gnome-photos
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# disabled: needs dogtail which we don't have
+#  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-photos.install
===
--- extra-i686/gnome-photos.install 2015-10-12 17:33:35 UTC (rev 248939)
+++ extra-i686/gnome-photos.install 2015-10-12 17:34:13 UTC (rev 248940)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-photos/repos/extra-i686/gnome-photos.install (from rev 248939, 
gnome-photos/trunk/gnome-photos.install)
===
--- extra-i686/gnome-photos.install (rev 0)
+++ extra-i686/gnome-photos.install 2015-10-12 17:34:13 UTC (rev 248940)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   

[arch-commits] Commit in gnome-settings-daemon/repos (8 files)

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:35:17
  Author: heftig
Revision: 248941

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

Added:
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
(from rev 248940, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/extra-i686/gnome-settings-daemon.install
(from rev 248940, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD
(from rev 248940, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/extra-x86_64/gnome-settings-daemon.install
(from rev 248940, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
Deleted:
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
  gnome-settings-daemon/repos/extra-i686/gnome-settings-daemon.install
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD
  gnome-settings-daemon/repos/extra-x86_64/gnome-settings-daemon.install

+
 /PKGBUILD  |   72 +++
 /gnome-settings-daemon.install |   24 +
 extra-i686/PKGBUILD|   36 -
 extra-i686/gnome-settings-daemon.install   |   12 
 extra-x86_64/PKGBUILD  |   36 -
 extra-x86_64/gnome-settings-daemon.install |   12 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 17:34:13 UTC (rev 248940)
+++ extra-i686/PKGBUILD 2015-10-12 17:35:17 UTC (rev 248941)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="The GNOME Settings daemon"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse
- libnotify libsystemd libwacom pulseaudio pulseaudio-alsa upower 
librsvg libgweather
- geocode-glib geoclue2 nss libgudev)
-makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python2)
-options=('!emptydirs')
-install=gnome-settings-daemon.install
-url="http://www.gnome.org;
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8d3ef9c18538831ed89122fee0bdaca68b0e482a18b3c4388c4e672aba1b3cd5')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-settings-daemon/repos/extra-i686/PKGBUILD (from rev 248940, 
gnome-settings-daemon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 17:35:17 UTC (rev 248941)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="The GNOME Settings daemon"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse
+ libnotify libsystemd libwacom pulseaudio pulseaudio-alsa upower 
librsvg libgweather
+ geocode-glib geoclue2 nss libgudev)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python2)
+options=('!emptydirs')
+install=gnome-settings-daemon.install
+url="http://www.gnome.org;
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fa621a17f1d132fe60461020b0dad20a9fab6b0e3e651628aaa53a8f6a6df2c0')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-settings-daemon.install
===
--- extra-i686/gnome-settings-daemon.install2015-10-12 17:34:13 UTC (rev 
248940)
+++ extra-i686/gnome-settings-daemon.install2015-10-12 17:35:17 UTC (rev 
248941)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-settings-daemon/repos/extra-i686/gnome-settings-daemon.install 
(from rev 248940, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
===
--- 

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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:39:16
  Author: heftig
Revision: 248946

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

Added:
  totem/repos/extra-i686/PKGBUILD
(from rev 248945, totem/trunk/PKGBUILD)
  totem/repos/extra-i686/bugreport.patch
(from rev 248945, totem/trunk/bugreport.patch)
  totem/repos/extra-i686/totem.install
(from rev 248945, totem/trunk/totem.install)
  totem/repos/extra-x86_64/PKGBUILD
(from rev 248945, totem/trunk/PKGBUILD)
  totem/repos/extra-x86_64/bugreport.patch
(from rev 248945, totem/trunk/bugreport.patch)
  totem/repos/extra-x86_64/totem.install
(from rev 248945, totem/trunk/totem.install)
Deleted:
  totem/repos/extra-i686/PKGBUILD
  totem/repos/extra-i686/bugreport.patch
  totem/repos/extra-i686/totem.install
  totem/repos/extra-x86_64/PKGBUILD
  totem/repos/extra-x86_64/bugreport.patch
  totem/repos/extra-x86_64/totem.install

--+
 /PKGBUILD|  106 +
 /bugreport.patch |   44 +
 /totem.install   |   26 ++
 extra-i686/PKGBUILD  |   53 
 extra-i686/bugreport.patch   |   22 
 extra-i686/totem.install |   13 -
 extra-x86_64/PKGBUILD|   53 
 extra-x86_64/bugreport.patch |   22 
 extra-x86_64/totem.install   |   13 -
 9 files changed, 176 insertions(+), 176 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 17:37:37 UTC (rev 248945)
+++ extra-i686/PKGBUILD 2015-10-12 17:39:16 UTC (rev 248946)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=totem
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="GNOME3 movie player based on GStreamer"
-url="http://www.gnome.org;
-arch=(i686 x86_64)
-license=(GPL2 custom)
-depends=(totem-plparser desktop-file-utils iso-codes libpeas clutter-gtk 
clutter-gst grilo
- hicolor-icon-theme gsettings-desktop-schemas dconf
- python-gobject python-xdg
- gst-plugins-base gst-plugins-good gst-plugins-bad gnome-desktop)
-makedepends=(intltool libnautilus-extension lirc vala zeitgeist
- itstool docbook-xsl python-pylint gobject-introspection)
-optdepends=('gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs'
-'lirc-utils: Infrared Remote Control plugin'
-'grilo-plugins: Media discovery'
-'zeitgeist: Zeitgeist plugin'
-'python-dbus: MPRIS plugin')
-groups=(gnome)
-options=('!emptydirs')
-install=totem.install
-conflicts=(totem-plugin)
-replaces=(totem-plugin)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1b6a7e66414df4b2e2427a9c5f1fee5a5f286beb098fdbe0902e37e3663e3e89')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/totem \
---localstatedir=/var \
---disable-static \
---enable-python \
---enable-nautilus
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/totem/COPYING"
-}

Copied: totem/repos/extra-i686/PKGBUILD (from rev 248945, totem/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 17:39:16 UTC (rev 248946)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="GNOME3 movie player based on GStreamer"
+url="http://www.gnome.org;
+arch=(i686 x86_64)
+license=(GPL2 custom)
+depends=(totem-plparser desktop-file-utils iso-codes libpeas clutter-gtk 
clutter-gst grilo
+ hicolor-icon-theme gsettings-desktop-schemas dconf
+ python-gobject python-xdg
+ gst-plugins-base gst-plugins-good gst-plugins-bad gnome-desktop)
+makedepends=(intltool libnautilus-extension lirc vala zeitgeist
+ itstool docbook-xsl python-pylint gobject-introspection)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'lirc-utils: Infrared Remote Control plugin'
+'grilo-plugins: Media discovery'
+'zeitgeist: Zeitgeist plugin'
+'python-dbus: MPRIS plugin')
+groups=(gnome)
+options=('!emptydirs')
+install=totem.install
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)

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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:40:28
  Author: heftig
Revision: 248947

3.18.1

Modified:
  iagno/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:39:16 UTC (rev 248946)
+++ PKGBUILD2015-10-12 17:40:28 UTC (rev 248947)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=iagno
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="Dominate the board in a classic version of Reversi"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/Iagno;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4a03b474f9b0f0812c8b22b4991aa6dd894dedc05959001fd9e3e09d0d323c56')
+sha256sums=('740878cf473678d2b7de60d9c8cb39a7a1634b2ec97c4d1b6db73420177156b2')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:40:30
  Author: heftig
Revision: 248948

0.28.1

Modified:
  rygel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:40:28 UTC (rev 248947)
+++ PKGBUILD2015-10-12 17:40:30 UTC (rev 248948)
@@ -3,7 +3,7 @@
 # Contributor: Balló György 
 
 pkgname=rygel
-pkgver=0.28.0
+pkgver=0.28.1
 pkgrel=1
 pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
 arch=(i686 x86_64)
@@ -21,7 +21,7 @@
 install=rygel.install
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e0e57eb2e87417a03e308eca5a2edf6404c031c0cd48bf1d8d9ba011356526bc')
+sha256sums=('d9a145cf1ecb10654d63741cd8c7d37fbaf413d4d3c35f89a8b08e39512bf174')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-weather/repos/extra-any (4 files)

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:47:04
  Author: heftig
Revision: 248953

archrelease: copy trunk to extra-any

Added:
  gnome-weather/repos/extra-any/PKGBUILD
(from rev 248952, gnome-weather/trunk/PKGBUILD)
  gnome-weather/repos/extra-any/gnome-weather.install
(from rev 248952, gnome-weather/trunk/gnome-weather.install)
Deleted:
  gnome-weather/repos/extra-any/PKGBUILD
  gnome-weather/repos/extra-any/gnome-weather.install

---+
 PKGBUILD  |   54 
 gnome-weather.install |   24 ++---
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-12 17:44:43 UTC (rev 248952)
+++ PKGBUILD2015-10-12 17:47:04 UTC (rev 248953)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-weather
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Access current weather conditions and forecasts"
-arch=(any)
-url="https://www.gnome.org/;
-license=(GPL)
-depends=(gtk3 gjs libgweather)
-makedepends=(intltool gobject-introspection)
-groups=(gnome-extra)
-install=gnome-weather.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('fa0c098bef351af7457abf0ef6bd0afb62d727f041a15107e02693c9c7bd48aa')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-weather/repos/extra-any/PKGBUILD (from rev 248952, 
gnome-weather/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-12 17:47:04 UTC (rev 248953)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-weather
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="Access current weather conditions and forecasts"
+arch=(any)
+url="https://www.gnome.org/;
+license=(GPL)
+depends=(gtk3 gjs libgweather)
+makedepends=(intltool gobject-introspection)
+groups=(gnome-extra)
+install=gnome-weather.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d0cbe0ee6e9f9332e30836d72c9a462ecc908a97402943c33cd6e61d08323fdf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-weather.install
===
--- gnome-weather.install   2015-10-12 17:44:43 UTC (rev 248952)
+++ gnome-weather.install   2015-10-12 17:47:04 UTC (rev 248953)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-weather/repos/extra-any/gnome-weather.install (from rev 248952, 
gnome-weather/trunk/gnome-weather.install)
===
--- gnome-weather.install   (rev 0)
+++ gnome-weather.install   2015-10-12 17:47:04 UTC (rev 248953)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:50:45
  Author: heftig
Revision: 248956

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

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

+
 /PKGBUILD  |   64 +++
 /iagno.install |   24 
 extra-i686/PKGBUILD|   32 -
 extra-i686/iagno.install   |   12 
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/iagno.install |   12 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 17:49:46 UTC (rev 248955)
+++ extra-i686/PKGBUILD 2015-10-12 17:50:45 UTC (rev 248956)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=iagno
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Dominate the board in a classic version of Reversi"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=iagno.install
-url="https://live.gnome.org/Iagno;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4a03b474f9b0f0812c8b22b4991aa6dd894dedc05959001fd9e3e09d0d323c56')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: iagno/repos/extra-i686/PKGBUILD (from rev 248955, iagno/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 17:50:45 UTC (rev 248956)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=iagno
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="Dominate the board in a classic version of Reversi"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=iagno.install
+url="https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('740878cf473678d2b7de60d9c8cb39a7a1634b2ec97c4d1b6db73420177156b2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/iagno.install
===
--- extra-i686/iagno.install2015-10-12 17:49:46 UTC (rev 248955)
+++ extra-i686/iagno.install2015-10-12 17:50:45 UTC (rev 248956)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: iagno/repos/extra-i686/iagno.install (from rev 248955, 
iagno/trunk/iagno.install)
===
--- extra-i686/iagno.install(rev 0)
+++ extra-i686/iagno.install2015-10-12 17:50:45 UTC (rev 248956)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-12 17:49:46 UTC (rev 248955)
+++ extra-x86_64/PKGBUILD   2015-10-12 17:50:45 UTC (rev 248956)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=iagno
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Dominate the board in a classic version of Reversi"
-arch=('i686' 'x86_64')
-license=('GPL')

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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:49:46
  Author: heftig
Revision: 248955

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

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

+
 /PKGBUILD  |   82 +++
 /rygel.install |   22 +++
 extra-i686/PKGBUILD|   41 -
 extra-i686/rygel.install   |   11 -
 extra-x86_64/PKGBUILD  |   41 -
 extra-x86_64/rygel.install |   11 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 17:48:49 UTC (rev 248954)
+++ extra-i686/PKGBUILD 2015-10-12 17:49:46 UTC (rev 248955)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-
-pkgname=rygel
-pkgver=0.28.0
-pkgrel=1
-pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
-arch=(i686 x86_64)
-url="http://live.gnome.org/Rygel;
-license=(LGPL)
-depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils libmediaart)
-makedepends=(vala intltool python2 gobject-introspection)
-optdepends=('gst-plugins-base: Extra media codecs'
-'gst-plugins-good: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs'
-'tracker: Share indexed media files')
-backup=(etc/rygel.conf)
-install=rygel.install
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e0e57eb2e87417a03e308eca5a2edf6404c031c0cd48bf1d8d9ba011356526bc')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: rygel/repos/extra-i686/PKGBUILD (from rev 248954, rygel/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 17:49:46 UTC (rev 248955)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=rygel
+pkgver=0.28.1
+pkgrel=1
+pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
+arch=(i686 x86_64)
+url="http://live.gnome.org/Rygel;
+license=(LGPL)
+depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils libmediaart)
+makedepends=(vala intltool python2 gobject-introspection)
+optdepends=('gst-plugins-base: Extra media codecs'
+'gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'tracker: Share indexed media files')
+backup=(etc/rygel.conf)
+install=rygel.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d9a145cf1ecb10654d63741cd8c7d37fbaf413d4d3c35f89a8b08e39512bf174')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/rygel.install
===
--- extra-i686/rygel.install2015-10-12 17:48:49 UTC (rev 248954)
+++ extra-i686/rygel.install2015-10-12 17:49:46 UTC (rev 248955)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: rygel/repos/extra-i686/rygel.install (from rev 248954, 

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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:54:13
  Author: heftig
Revision: 248957

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

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

+
 /PKGBUILD  |   92 +++
 /aisleriot.install |   44 ++
 extra-i686/PKGBUILD|   46 ---
 extra-i686/aisleriot.install   |   22 -
 extra-x86_64/PKGBUILD  |   46 ---
 extra-x86_64/aisleriot.install |   22 -
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 17:50:45 UTC (rev 248956)
+++ extra-i686/PKGBUILD 2015-10-12 17:54:13 UTC (rev 248957)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=aisleriot
-pkgver=3.18.0
-pkgrel=2
-pkgdesc="A collection of patience games written in guile scheme"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://www.gnome.org;
-groups=('gnome-extra')
-depends=(guile gtk3 librsvg libcanberra gconf hicolor-icon-theme dconf)
-makedepends=(intltool itstool docbook-xsl yelp-tools desktop-file-utils 
appdata-tools)
-optdepends=('libkdegames: KDE card sets'
-'pysolfc: PySol card sets'
-'pysolfc-cardsets: PySol card sets')
-options=('!emptydirs')
-install=aisleriot.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3421f7dabe482ddae2fd2a053a13a2a9549fe960fec5838ab4fe6d89cff054dd')
-
-build() {
-  cd $pkgname-$pkgver
-  # Workaround TSX bugs on pkgbuild.com
-  #export GLIBC_PTHREAD_MUTEX=none
-  #export GLIBC_PTHREAD_RWLOCK=none
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static \
---with-kde-card-theme-path=/usr/share/carddecks \
---with-pysol-card-theme-path=/usr/share/PySolFC
-
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
-  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
---domain aisleriot "$pkgdir"/etc/gconf/schemas/*.schemas
-  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
-}

Copied: aisleriot/repos/extra-i686/PKGBUILD (from rev 248956, 
aisleriot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 17:54:13 UTC (rev 248957)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=aisleriot
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="A collection of patience games written in guile scheme"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://www.gnome.org;
+groups=('gnome-extra')
+depends=(guile gtk3 librsvg libcanberra gconf hicolor-icon-theme dconf)
+makedepends=(intltool itstool docbook-xsl yelp-tools desktop-file-utils 
appdata-tools)
+optdepends=('libkdegames: KDE card sets'
+'pysolfc: PySol card sets'
+'pysolfc-cardsets: PySol card sets')
+options=('!emptydirs')
+install=aisleriot.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('07ce64d1127533c027b6bd51b85d4ebb4474b74702f8d415944b6b4ad10a83a5')
+
+build() {
+  cd $pkgname-$pkgver
+  # Workaround TSX bugs on pkgbuild.com
+  #export GLIBC_PTHREAD_MUTEX=none
+  #export GLIBC_PTHREAD_RWLOCK=none
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static \
+--with-kde-card-theme-path=/usr/share/carddecks \
+--with-pysol-card-theme-path=/usr/share/PySolFC
+
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
+--domain aisleriot "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
+}

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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:16:31
  Author: heftig
Revision: 248932

3.18.1

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:16:28 UTC (rev 248931)
+++ PKGBUILD2015-10-12 17:16:31 UTC (rev 248932)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('72ec214a52d1f6d2ac778b43c53e7363c61f10f85c588ed1e4b5cd558cadab33')
+sha256sums=('4c9c36a99c707f55bae675d13899da0c19b1e24c2f80ee386a6eb155e44b')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:16:28
  Author: heftig
Revision: 248931

3.18.1

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:10:39 UTC (rev 248930)
+++ PKGBUILD2015-10-12 17:16:28 UTC (rev 248931)
@@ -4,7 +4,7 @@
 
 pkgbase=evolution
 pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="Manage your email, contacts and schedule"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 url=https://wiki.gnome.org/Apps/Evolution
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('a3efe42a861200c0463476e0a02e566fde74a0d4a699d8cc6514c031d5cad410')
+sha256sums=('31aa63c1b6e08ed07af92ffa104ef711d317cd91f9fb9d89fc1be33e09995aa4')
 
 build() {
   cd $pkgbase-$pkgver


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

2015-10-12 Thread Jaroslav Lichtblau
Date: Monday, October 12, 2015 @ 19:33:41
  Author: jlichtblau
Revision: 143795

upgpkg: nzbget 16.0-1 - new upstream release

Modified:
  nzbget/trunk/PKGBUILD
  nzbget/trunk/nzbget.changelog

--+
 PKGBUILD |   12 ++--
 nzbget.changelog |3 +++
 2 files changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:33:33 UTC (rev 143794)
+++ PKGBUILD2015-10-12 17:33:41 UTC (rev 143795)
@@ -3,16 +3,16 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=nzbget
-pkgver=15.0
-pkgrel=2
+pkgver=16.0
+pkgrel=1
 pkgdesc="Download from Usenet using .nzb files"
 arch=('i686' 'x86_64')
-url="http://nzbget.sourceforge.net/;
+url="http://nzbget.net/;
 license=('GPL')
 depends=('libxml2' 'python')
 changelog=$pkgname.changelog
-source=(http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('3ef13f3e5917e4cda19c4fc0cd37e79967a19b4e3448c239ff24e37712a6cc0a')
+source=(https://github.com/nzbget/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz)
+sha256sums=('95bf4d1b888c631da06ef2699219c855a8d5433a3907791aee0d075c413ccdd0')
 
 build() {
   cd $pkgname-$pkgver
@@ -27,5 +27,5 @@
   make DESTDIR="${pkgdir}" install
 
   install -d "${pkgdir}"/usr/share/$pkgname
-  install -m644 -t "${pkgdir}"/usr/share/$pkgname AUTHORS ChangeLog README
+  install -m644 -t "${pkgdir}"/usr/share/$pkgname ChangeLog README
 }

Modified: nzbget.changelog
===
--- nzbget.changelog2015-10-12 17:33:33 UTC (rev 143794)
+++ nzbget.changelog2015-10-12 17:33:41 UTC (rev 143795)
@@ -1,3 +1,6 @@
+2015-10-12 Jaroslav Lichtblau 
+  * nzbget 16.0-1
+
 2015-05-20 Jaroslav Lichtblau 
   * nzbget 15.0-1
 


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

2015-10-12 Thread Jaroslav Lichtblau
Date: Monday, October 12, 2015 @ 19:34:08
  Author: jlichtblau
Revision: 143796

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

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

---+
 /PKGBUILD |   62 +
 /nzbget.changelog |  126 
 community-i686/PKGBUILD   |   31 
 community-i686/nzbget.changelog   |   60 -
 community-x86_64/PKGBUILD |   31 
 community-x86_64/nzbget.changelog |   60 -
 6 files changed, 188 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-12 17:33:41 UTC (rev 143795)
+++ community-i686/PKGBUILD 2015-10-12 17:34:08 UTC (rev 143796)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alexander Rødseth 
-
-pkgname=nzbget
-pkgver=15.0
-pkgrel=2
-pkgdesc="Download from Usenet using .nzb files"
-arch=('i686' 'x86_64')
-url="http://nzbget.sourceforge.net/;
-license=('GPL')
-depends=('libxml2' 'python')
-changelog=$pkgname.changelog
-source=(http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('3ef13f3e5917e4cda19c4fc0cd37e79967a19b4e3448c239ff24e37712a6cc0a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  install -d "${pkgdir}"/usr/share/$pkgname
-  install -m644 -t "${pkgdir}"/usr/share/$pkgname AUTHORS ChangeLog README
-}

Copied: nzbget/repos/community-i686/PKGBUILD (from rev 143795, 
nzbget/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-12 17:34:08 UTC (rev 143796)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Rødseth 
+
+pkgname=nzbget
+pkgver=16.0
+pkgrel=1
+pkgdesc="Download from Usenet using .nzb files"
+arch=('i686' 'x86_64')
+url="http://nzbget.net/;
+license=('GPL')
+depends=('libxml2' 'python')
+changelog=$pkgname.changelog
+source=(https://github.com/nzbget/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz)
+sha256sums=('95bf4d1b888c631da06ef2699219c855a8d5433a3907791aee0d075c413ccdd0')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}"/usr/share/$pkgname
+  install -m644 -t "${pkgdir}"/usr/share/$pkgname ChangeLog README
+}

Deleted: community-i686/nzbget.changelog
===
--- community-i686/nzbget.changelog 2015-10-12 17:33:41 UTC (rev 143795)
+++ community-i686/nzbget.changelog 2015-10-12 17:34:08 UTC (rev 143796)
@@ -1,60 +0,0 @@
-2015-05-20 Jaroslav Lichtblau 
-  * nzbget 15.0-1
-
-2015-03-08 Jaroslav Lichtblau 
-  * nzbget 14.2-1
-
-2014-11-28 Jaroslav Lichtblau 
-  * nzbget 14.1-1
-
-2014-11-10 Jaroslav Lichtblau 
-  * nzbget 14.0-1
-
-2014-07-18 Jaroslav Lichtblau 
-  * nzbget 13.0-1
-
-2014-05-25 Jaroslav Lichtblau 
-  * nzbget 12.0-2 FS#40075 implemented
-
-2014-01-14 Jaroslav Lichtblau 
-  * nzbget 12.0-1
-
-2013-09-03 Maxime Gauduin 
-  * Fixed FS#36250 - package built without system CXXFLAGS
-
-2013-07-14 Jaroslav Lichtblau 
-  * nzbget 11.0-1
-
-2013-04-20 Jaroslav Lichtblau 
-  * nzbget 10.2-1
-
-2013-01-30 Jaroslav Lichtblau 
-  * nzbget 9.1-1
-
-2013-01-05 Jaroslav Lichtblau 
-  * nzbget 9.0-1
-
-2012-05-05 Jaroslav Lichtblau 
-  * nzbget 0.8.0-1
-
-2012-03-18 Jaroslav Lichtblau 
-  * nzbget 0.7.0-4 package signed
-
-2010-05-12 Jaroslav Lichtblau 

[arch-commits] Commit in gnome-control-center/repos (8 files)

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:37:37
  Author: heftig
Revision: 248945

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

Added:
  gnome-control-center/repos/extra-i686/PKGBUILD
(from rev 248944, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/extra-i686/gnome-control-center.install
(from rev 248944, gnome-control-center/trunk/gnome-control-center.install)
  gnome-control-center/repos/extra-x86_64/PKGBUILD
(from rev 248944, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/extra-x86_64/gnome-control-center.install
(from rev 248944, gnome-control-center/trunk/gnome-control-center.install)
Deleted:
  gnome-control-center/repos/extra-i686/PKGBUILD
  gnome-control-center/repos/extra-i686/gnome-control-center.install
  gnome-control-center/repos/extra-x86_64/PKGBUILD
  gnome-control-center/repos/extra-x86_64/gnome-control-center.install

---+
 /PKGBUILD |   98 
 /gnome-control-center.install |   22 ++
 extra-i686/PKGBUILD   |   49 --
 extra-i686/gnome-control-center.install   |   11 ---
 extra-x86_64/PKGBUILD |   49 --
 extra-x86_64/gnome-control-center.install |   11 ---
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 17:37:19 UTC (rev 248944)
+++ extra-i686/PKGBUILD 2015-10-12 17:37:37 UTC (rev 248945)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-control-center
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="The Control Center for GNOME"
-license=(GPL)
-arch=(i686 x86_64)
-depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
- gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
- libgtop libnm-gtk sound-theme-freedesktop upower libpwquality
- gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk libibus
- cheese libgudev)
-makedepends=(intltool docbook-xsl modemmanager)
-optdepends=('system-config-printer: Printer settings'
-'gnome-user-share: Bluetooth and WebDAV file sharing'
-'rygel: media sharing'
-'vino: screen sharing'
-'openssh: remote login')
-groups=(gnome)
-url="http://www.gnome.org;
-install=gnome-control-center.install
-options=('!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('42648eda11fc1df0f717d7d3b385cb7c519fdd084ed4e3fad2e55fd11712fb52')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Fix a warning
-  chown 102:0 "$pkgdir/usr/share/polkit-1/rules.d"
-  chmod 700 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: gnome-control-center/repos/extra-i686/PKGBUILD (from rev 248944, 
gnome-control-center/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 17:37:37 UTC (rev 248945)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-control-center
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="The Control Center for GNOME"
+license=(GPL)
+arch=(i686 x86_64)
+depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
+ gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
+ libgtop libnm-gtk sound-theme-freedesktop upower libpwquality
+ gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk libibus
+ cheese libgudev)
+makedepends=(intltool docbook-xsl modemmanager)
+optdepends=('system-config-printer: Printer settings'
+'gnome-user-share: Bluetooth and WebDAV file sharing'
+'rygel: media sharing'
+'vino: screen sharing'
+'openssh: remote login')
+groups=(gnome)
+url="http://www.gnome.org;
+install=gnome-control-center.install
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9a59ec1fe03d873a75a669d933f6e37d8243252ff41850da2a9009e99b578b41')
+
+build() {
+  cd 

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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:37:19
  Author: heftig
Revision: 248944

3.18.1

Modified:
  gnome-2048/trunk/PKGBUILD
Deleted:
  
gnome-2048/trunk/0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch

-+
 0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch |   55 
--
 PKGBUILD|   11 --
 2 files changed, 4 insertions(+), 62 deletions(-)

Deleted: 0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch
===
--- 0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch 
2015-10-12 17:35:48 UTC (rev 248943)
+++ 0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch 
2015-10-12 17:37:19 UTC (rev 248944)
@@ -1,55 +0,0 @@
-From 8a18366cb3c054f01ceef43b403cf0838937bb70 Mon Sep 17 00:00:00 2001
-From: Yanko Kaneti 
-Date: Sat, 26 Sep 2015 13:18:31 +0300
-Subject: [PATCH] game: Make new_game() work in the case of game not already
- existing
-
-https://bugzilla.gnome.org/show_bug.cgi?id=755658

- src/game.vala | 20 +---
- 1 file changed, 9 insertions(+), 11 deletions(-)
-
-diff --git a/src/game.vala b/src/game.vala
-index 4142223..d8673c6 100644
 a/src/game.vala
-+++ b/src/game.vala
-@@ -107,7 +107,11 @@ public class Game : GLib.Object
-   {
- _grid.clear ();
- _undo_stack.clear ();
--_clear_foreground ();
-+// new_game could be called without an existing game
-+if (_background == null) {
-+  _init_background ();
-+} else
-+  _clear_foreground ();
- score = 0;
- _state = GameState.SHOWING_FIRST_TILE;
- _create_random_tile ();
-@@ -148,19 +152,13 @@ public class Game : GLib.Object
- try {
-   FileUtils.get_contents (_saved_path, out contents);
- } catch (FileError e) {
--  // FIXME: Returning false guarantees a crash, because _clear_foreground
--  // will be called before _init_background(). Also, warning here makes no
--  // sense, since restoring is expected to fail if no previously-saved 
game
--  // exists. Someone needs to take a closer look at this to see what 
should
--  // happen if this function needs to return false, or if it needs a 
return
--  // value at all.
--
--  // warning ("Failed to restore game: %s", e.message);
--  // return false;
-+  return false;
- }
- 
--if (!_grid.load (contents))
-+if (!_grid.load (contents)) {
-+  warning ("Failed to restore game from saved file");
-   return false;
-+}
- 
- lines = contents.split ("\n");
- score = (uint)int.parse (lines[lines.length-2]);
--- 
-2.5.3
-

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:35:48 UTC (rev 248943)
+++ PKGBUILD2015-10-12 17:37:19 UTC (rev 248944)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-2048
-pkgver=3.18.0
-pkgrel=2
+pkgver=3.18.1
+pkgrel=1
 pkgdesc="Obtain the 2048 tile"
 url="https://wiki.gnome.org/Apps/2048;
 arch=(x86_64 i686)
@@ -13,14 +13,11 @@
 groups=(gnome-extra)
 install=gnome-2048.install
 options=(!emptydirs)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-'0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch')
-sha256sums=('87cf703f5dad02bb22ba464faa5fdf8a0784e64652de23b7f1c8685fc3d69938'
-'bb9eb8e5a977828aeadb974324742c0a5b16abf2a42533db95b1a372c85b16de')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c9927405753d56786948b017c7b45a40b7438d614ea6e087aead8b08f6ede369')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i 
"../0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch"
 }
 
 build() {


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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:58:11
  Author: heftig
Revision: 248959

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

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

+
 /PKGBUILD  |   62 +++
 /gucharmap.install |   34 +
 extra-i686/PKGBUILD|   31 ---
 extra-i686/gucharmap.install   |   17 --
 extra-x86_64/PKGBUILD  |   31 ---
 extra-x86_64/gucharmap.install |   17 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 17:57:00 UTC (rev 248958)
+++ extra-i686/PKGBUILD 2015-10-12 17:58:11 UTC (rev 248959)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan De Groot 
-
-pkgname=gucharmap
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Gnome Unicode Charmap"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.gnome.org;
-depends=('dconf' 'gtk3' 'hicolor-icon-theme')
-makedepends=('gtk-doc' 'intltool' 'gobject-introspection' 'itstool' 
'docbook-xsl' 'desktop-file-utils' 'python2' 'appdata-tools')
-options=('!emptydirs')
-groups=(gnome)
-install=gucharmap.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('121d2652f59a26c9426c96e7c6ca73295c45b675dd4ef0ccdb1b50bc0b4f3830')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile  --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gucharmap/repos/extra-i686/PKGBUILD (from rev 248958, 
gucharmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 17:58:11 UTC (rev 248959)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan De Groot 
+
+pkgname=gucharmap
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="Gnome Unicode Charmap"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnome.org;
+depends=('dconf' 'gtk3' 'hicolor-icon-theme')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection' 'itstool' 
'docbook-xsl' 'desktop-file-utils' 'python2' 'appdata-tools')
+options=('!emptydirs')
+groups=(gnome)
+install=gucharmap.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b286d09dcd7811e6678e3d5830970d310d5730f7be5657ec400295df0b36fa35')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile  --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gucharmap.install
===
--- extra-i686/gucharmap.install2015-10-12 17:57:00 UTC (rev 248958)
+++ extra-i686/gucharmap.install2015-10-12 17:58:11 UTC (rev 248959)
@@ -1,17 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  (( $(vercmp $2 3.3) < 0 )) && gconfpkg --uninstall gucharmap
-  return 0
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gucharmap/repos/extra-i686/gucharmap.install (from rev 248958, 
gucharmap/trunk/gucharmap.install)
===
--- extra-i686/gucharmap.install(rev 0)
+++ extra-i686/gucharmap.install2015-10-12 17:58:11 UTC (rev 248959)
@@ -0,0 +1,17 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  (( $(vercmp $2 3.3) < 0 )) && gconfpkg --uninstall gucharmap
+  return 0
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   

[arch-commits] Commit in evolution-data-server/repos (8 files)

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:24:49
  Author: heftig
Revision: 248933

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

Added:
  evolution-data-server/repos/extra-i686/PKGBUILD
(from rev 248932, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-i686/evolution-data-server.install
(from rev 248932, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 248932, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install
(from rev 248932, evolution-data-server/trunk/evolution-data-server.install)
Deleted:
  evolution-data-server/repos/extra-i686/PKGBUILD
  evolution-data-server/repos/extra-i686/evolution-data-server.install
  evolution-data-server/repos/extra-x86_64/PKGBUILD
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install

+
 /PKGBUILD  |   66 +++
 /evolution-data-server.install |   22 +
 extra-i686/PKGBUILD|   33 -
 extra-i686/evolution-data-server.install   |   11 
 extra-x86_64/PKGBUILD  |   33 -
 extra-x86_64/evolution-data-server.install |   11 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 17:16:31 UTC (rev 248932)
+++ extra-i686/PKGBUILD 2015-10-12 17:24:49 UTC (rev 248933)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Centralized access to appointments and contacts"
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc)
-install=$pkgname.install
-url="https://wiki.gnome.org/Apps/Evolution;
-license=(GPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ca4273b888912cadc474c1c2aebd2f02639381a9ddfa516a46cf9abd3dbc11f7')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr \
-  --enable-vala-bindings --disable-uoa \
-  --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution-data-server/repos/extra-i686/PKGBUILD (from rev 248932, 
evolution-data-server/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 17:24:49 UTC (rev 248933)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc)
+install=$pkgname.install
+url="https://wiki.gnome.org/Apps/Evolution;
+license=(GPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4fe7c520a49d4c7fd67ed6fc2dfb33667f6138368c7bbe3ecd8c4ad2356771bc')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings --disable-uoa \
+  --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/evolution-data-server.install
===
--- extra-i686/evolution-data-server.install2015-10-12 17:16:31 UTC (rev 
248932)
+++ extra-i686/evolution-data-server.install2015-10-12 17:24:49 UTC (rev 
248933)
@@ -1,11 +0,0 @@
-post_install () {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade () {
-post_install
-}
-
-post_remove () {
-post_install
-}

Copied: 

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

2015-10-12 Thread Jaroslav Lichtblau
Date: Monday, October 12, 2015 @ 19:24:36
  Author: jlichtblau
Revision: 143791

upgpkg: syncthing-gtk 1:0.7.6.1-1 - new upstream release

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 16:09:56 UTC (rev 143790)
+++ PKGBUILD2015-10-12 17:24:36 UTC (rev 143791)
@@ -4,7 +4,7 @@
 # Contributor: kozec 
 
 pkgname=syncthing-gtk
-pkgver=0.7.6
+pkgver=0.7.6.1
 pkgrel=1
 epoch=1
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
@@ -18,7 +18,7 @@
 'librsvg: to shown menu icons correctly if not using traditional 
window header')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('e7993135035114c43c06dcc12e52f665578166be089de422b691551a71fcceb4')
+sha256sums=('7598751a5b504bd69dbc6a8da150a4a80fd0ebf5a88fa39e8985ab227a9cff79')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-12 Thread Jaroslav Lichtblau
Date: Monday, October 12, 2015 @ 19:24:51
  Author: jlichtblau
Revision: 143792

archrelease: copy trunk to community-any

Added:
  syncthing-gtk/repos/community-any/PKGBUILD
(from rev 143791, syncthing-gtk/trunk/PKGBUILD)
  syncthing-gtk/repos/community-any/syncthing-gtk.install
(from rev 143791, syncthing-gtk/trunk/syncthing-gtk.install)
Deleted:
  syncthing-gtk/repos/community-any/PKGBUILD
  syncthing-gtk/repos/community-any/syncthing-gtk.install

---+
 PKGBUILD  |   62 
 syncthing-gtk.install |   22 -
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-12 17:24:36 UTC (rev 143791)
+++ PKGBUILD2015-10-12 17:24:51 UTC (rev 143792)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Martin Wimpress 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: kozec 
-
-pkgname=syncthing-gtk
-pkgver=0.7.6
-pkgrel=1
-epoch=1
-pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
-arch=('any')
-url='https://github.com/syncthing/syncthing-gtk'
-license=('GPL2')
-depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing>=0.11')
-makedepends=('python2-setuptools')
-optdepends=('python2-nautilus: file manager integration for Nautilus'
-'python2-caja: file manager integration for Caja'
-'librsvg: to shown menu icons correctly if not using traditional 
window header')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('e7993135035114c43c06dcc12e52f665578166be089de422b691551a71fcceb4')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: syncthing-gtk/repos/community-any/PKGBUILD (from rev 143791, 
syncthing-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-12 17:24:51 UTC (rev 143792)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Martin Wimpress 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: kozec 
+
+pkgname=syncthing-gtk
+pkgver=0.7.6.1
+pkgrel=1
+epoch=1
+pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
+arch=('any')
+url='https://github.com/syncthing/syncthing-gtk'
+license=('GPL2')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing>=0.11')
+makedepends=('python2-setuptools')
+optdepends=('python2-nautilus: file manager integration for Nautilus'
+'python2-caja: file manager integration for Caja'
+'librsvg: to shown menu icons correctly if not using traditional 
window header')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('7598751a5b504bd69dbc6a8da150a4a80fd0ebf5a88fa39e8985ab227a9cff79')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: syncthing-gtk.install
===
--- syncthing-gtk.install   2015-10-12 17:24:36 UTC (rev 143791)
+++ syncthing-gtk.install   2015-10-12 17:24:51 UTC (rev 143792)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: syncthing-gtk/repos/community-any/syncthing-gtk.install (from rev 
143791, syncthing-gtk/trunk/syncthing-gtk.install)
===
--- syncthing-gtk.install   (rev 0)
+++ syncthing-gtk.install   2015-10-12 17:24:51 UTC (rev 143792)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:30:24
  Author: heftig
Revision: 248937

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

Added:
  evolution-ews/repos/extra-i686/PKGBUILD
(from rev 248936, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 248936, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-i686/PKGBUILD
  evolution-ews/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 17:29:31 UTC (rev 248936)
+++ extra-i686/PKGBUILD 2015-10-12 17:30:24 UTC (rev 248937)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="MS Exchange integration through Exchange Web Services"
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url="https://wiki.gnome.org/Apps/Evolution/EWS;
-depends=('libmspack' 'evolution')
-makedepends=('intltool')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('72ec214a52d1f6d2ac778b43c53e7363c61f10f85c588ed1e4b5cd558cadab33')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution-ews/repos/extra-i686/PKGBUILD (from rev 248936, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 17:30:24 UTC (rev 248937)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="https://wiki.gnome.org/Apps/Evolution/EWS;
+depends=('libmspack' 'evolution')
+makedepends=('intltool')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4c9c36a99c707f55bae675d13899da0c19b1e24c2f80ee386a6eb155e44b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-12 17:29:31 UTC (rev 248936)
+++ extra-x86_64/PKGBUILD   2015-10-12 17:30:24 UTC (rev 248937)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="MS Exchange integration through Exchange Web Services"
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url="https://wiki.gnome.org/Apps/Evolution/EWS;
-depends=('libmspack' 'evolution')
-makedepends=('intltool')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('72ec214a52d1f6d2ac778b43c53e7363c61f10f85c588ed1e4b5cd558cadab33')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 248936, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-12 17:30:24 UTC (rev 248937)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="https://wiki.gnome.org/Apps/Evolution/EWS;
+depends=('libmspack' 'evolution')
+makedepends=('intltool')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4c9c36a99c707f55bae675d13899da0c19b1e24c2f80ee386a6eb155e44b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:43:04
  Author: heftig
Revision: 248949

3.18.1

Modified:
  aisleriot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:40:30 UTC (rev 248948)
+++ PKGBUILD2015-10-12 17:43:04 UTC (rev 248949)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=aisleriot
-pkgver=3.18.0
-pkgrel=2
+pkgver=3.18.1
+pkgrel=1
 pkgdesc="A collection of patience games written in guile scheme"
 arch=(i686 x86_64)
 license=(GPL)
@@ -17,7 +17,7 @@
 options=('!emptydirs')
 install=aisleriot.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3421f7dabe482ddae2fd2a053a13a2a9549fe960fec5838ab4fe6d89cff054dd')
+sha256sums=('07ce64d1127533c027b6bd51b85d4ebb4474b74702f8d415944b6b4ad10a83a5')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:43:05
  Author: heftig
Revision: 248950

3.18.1

Modified:
  gnome-taquin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:43:04 UTC (rev 248949)
+++ PKGBUILD2015-10-12 17:43:05 UTC (rev 248950)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-taquin
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="Move tiles so that they reach their places"
 url="https://wiki.gnome.org/Apps/Taquin;
@@ -15,7 +15,7 @@
 install=gnome-taquin.install
 options=(!emptydirs)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3cee6a52003ccec3147020d24c079a0cd01b6855fcd486ef20a60e0f862e8760')
+sha256sums=('f059f14236fe8c0f01b6a82d4ad2bdafe41f47a2afa896cd7f27d27e8a986fb5')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:48:49
  Author: heftig
Revision: 248954

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

Added:
  gnome-2048/repos/extra-i686/PKGBUILD
(from rev 248953, gnome-2048/trunk/PKGBUILD)
  gnome-2048/repos/extra-i686/gnome-2048.install
(from rev 248953, gnome-2048/trunk/gnome-2048.install)
  gnome-2048/repos/extra-x86_64/PKGBUILD
(from rev 248953, gnome-2048/trunk/PKGBUILD)
  gnome-2048/repos/extra-x86_64/gnome-2048.install
(from rev 248953, gnome-2048/trunk/gnome-2048.install)
Deleted:
  
gnome-2048/repos/extra-i686/0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch
  gnome-2048/repos/extra-i686/PKGBUILD
  gnome-2048/repos/extra-i686/gnome-2048.install
  
gnome-2048/repos/extra-x86_64/0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch
  gnome-2048/repos/extra-x86_64/PKGBUILD
  gnome-2048/repos/extra-x86_64/gnome-2048.install

--+
 /PKGBUILD| 
  64 ++
 /gnome-2048.install  | 
  24 +++
 extra-i686/0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch   | 
  55 
 extra-i686/PKGBUILD  | 
  35 -
 extra-i686/gnome-2048.install| 
  12 -
 extra-x86_64/0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch | 
  55 
 extra-x86_64/PKGBUILD| 
  35 -
 extra-x86_64/gnome-2048.install  | 
  12 -
 8 files changed, 88 insertions(+), 204 deletions(-)

Deleted: 
extra-i686/0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch
===
--- extra-i686/0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch  
2015-10-12 17:47:04 UTC (rev 248953)
+++ extra-i686/0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch  
2015-10-12 17:48:49 UTC (rev 248954)
@@ -1,55 +0,0 @@
-From 8a18366cb3c054f01ceef43b403cf0838937bb70 Mon Sep 17 00:00:00 2001
-From: Yanko Kaneti 
-Date: Sat, 26 Sep 2015 13:18:31 +0300
-Subject: [PATCH] game: Make new_game() work in the case of game not already
- existing
-
-https://bugzilla.gnome.org/show_bug.cgi?id=755658

- src/game.vala | 20 +---
- 1 file changed, 9 insertions(+), 11 deletions(-)
-
-diff --git a/src/game.vala b/src/game.vala
-index 4142223..d8673c6 100644
 a/src/game.vala
-+++ b/src/game.vala
-@@ -107,7 +107,11 @@ public class Game : GLib.Object
-   {
- _grid.clear ();
- _undo_stack.clear ();
--_clear_foreground ();
-+// new_game could be called without an existing game
-+if (_background == null) {
-+  _init_background ();
-+} else
-+  _clear_foreground ();
- score = 0;
- _state = GameState.SHOWING_FIRST_TILE;
- _create_random_tile ();
-@@ -148,19 +152,13 @@ public class Game : GLib.Object
- try {
-   FileUtils.get_contents (_saved_path, out contents);
- } catch (FileError e) {
--  // FIXME: Returning false guarantees a crash, because _clear_foreground
--  // will be called before _init_background(). Also, warning here makes no
--  // sense, since restoring is expected to fail if no previously-saved 
game
--  // exists. Someone needs to take a closer look at this to see what 
should
--  // happen if this function needs to return false, or if it needs a 
return
--  // value at all.
--
--  // warning ("Failed to restore game: %s", e.message);
--  // return false;
-+  return false;
- }
- 
--if (!_grid.load (contents))
-+if (!_grid.load (contents)) {
-+  warning ("Failed to restore game from saved file");
-   return false;
-+}
- 
- lines = contents.split ("\n");
- score = (uint)int.parse (lines[lines.length-2]);
--- 
-2.5.3
-

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 17:47:04 UTC (rev 248953)
+++ extra-i686/PKGBUILD 2015-10-12 17:48:49 UTC (rev 248954)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-2048
-pkgver=3.18.0
-pkgrel=2
-pkgdesc="Obtain the 2048 tile"
-url="https://wiki.gnome.org/Apps/2048;
-arch=(x86_64 i686)
-license=(GPL3)
-depends=(clutter-gtk libgee libgames-support)
-makedepends=(intltool vala itstool)
-groups=(gnome-extra)
-install=gnome-2048.install
-options=(!emptydirs)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-'0001-game-Make-new_game-work-in-the-case-of-game-not-alre.patch')
-sha256sums=('87cf703f5dad02bb22ba464faa5fdf8a0784e64652de23b7f1c8685fc3d69938'
-

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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:57:00
  Author: heftig
Revision: 248958

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

Added:
  gnome-taquin/repos/extra-i686/PKGBUILD
(from rev 248957, gnome-taquin/trunk/PKGBUILD)
  gnome-taquin/repos/extra-i686/gnome-taquin.install
(from rev 248957, gnome-taquin/trunk/gnome-taquin.install)
  gnome-taquin/repos/extra-x86_64/PKGBUILD
(from rev 248957, gnome-taquin/trunk/PKGBUILD)
  gnome-taquin/repos/extra-x86_64/gnome-taquin.install
(from rev 248957, gnome-taquin/trunk/gnome-taquin.install)
Deleted:
  gnome-taquin/repos/extra-i686/PKGBUILD
  gnome-taquin/repos/extra-i686/gnome-taquin.install
  gnome-taquin/repos/extra-x86_64/PKGBUILD
  gnome-taquin/repos/extra-x86_64/gnome-taquin.install

---+
 /PKGBUILD |   58 
 /gnome-taquin.install |   24 ++
 extra-i686/PKGBUILD   |   29 --
 extra-i686/gnome-taquin.install   |   12 ---
 extra-x86_64/PKGBUILD |   29 --
 extra-x86_64/gnome-taquin.install |   12 ---
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 17:54:13 UTC (rev 248957)
+++ extra-i686/PKGBUILD 2015-10-12 17:57:00 UTC (rev 248958)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-taquin
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Move tiles so that they reach their places"
-url="https://wiki.gnome.org/Apps/Taquin;
-arch=(x86_64 i686)
-license=(GPL3)
-depends=(gtk3 librsvg libcanberra)
-makedepends=(intltool vala itstool)
-groups=(gnome-extra)
-install=gnome-taquin.install
-options=(!emptydirs)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3cee6a52003ccec3147020d24c079a0cd01b6855fcd486ef20a60e0f862e8760')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-taquin/repos/extra-i686/PKGBUILD (from rev 248957, 
gnome-taquin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 17:57:00 UTC (rev 248958)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-taquin
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="Move tiles so that they reach their places"
+url="https://wiki.gnome.org/Apps/Taquin;
+arch=(x86_64 i686)
+license=(GPL3)
+depends=(gtk3 librsvg libcanberra)
+makedepends=(intltool vala itstool)
+groups=(gnome-extra)
+install=gnome-taquin.install
+options=(!emptydirs)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f059f14236fe8c0f01b6a82d4ad2bdafe41f47a2afa896cd7f27d27e8a986fb5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-taquin.install
===
--- extra-i686/gnome-taquin.install 2015-10-12 17:54:13 UTC (rev 248957)
+++ extra-i686/gnome-taquin.install 2015-10-12 17:57:00 UTC (rev 248958)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-taquin/repos/extra-i686/gnome-taquin.install (from rev 248957, 
gnome-taquin/trunk/gnome-taquin.install)
===
--- extra-i686/gnome-taquin.install (rev 0)
+++ extra-i686/gnome-taquin.install 2015-10-12 17:57:00 UTC (rev 248958)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-12 17:54:13 UTC (rev 248957)
+++ extra-x86_64/PKGBUILD   2015-10-12 17:57:00 UTC (rev 248958)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-taquin
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Move tiles so that they reach their places"
-url="https://wiki.gnome.org/Apps/Taquin;
-arch=(x86_64 i686)

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

2015-10-12 Thread Jelle van der Waa
Date: Monday, October 12, 2015 @ 21:14:15
  Author: jelle
Revision: 143798

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

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

---+
 /PKGBUILD |  122 
 community-i686/PKGBUILD   |   60 -
 community-x86_64/PKGBUILD |   60 -
 3 files changed, 122 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-12 19:14:01 UTC (rev 143797)
+++ community-i686/PKGBUILD 2015-10-12 19:14:15 UTC (rev 143798)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=3.2.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url='https://github.com/giampaolo/psutil'
-license=('custom: BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-checkdepends=('net-tools' 'procps-ng')
-source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
-md5sums=('a308816e735021fd4bf6aa561725c1aa')
-
-build() {
-  cd psutil-$pkgver
-
-  msg2 python
-  python setup.py build --build-lib=build/python
-
-  msg2 python2
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-check() {
-  cd psutil-$pkgver
-
-  msg2 python
-  export PYTHONPATH="$PWD/build/python"
-  #python test/test_psutil.py
-
-  msg2 python2
-  export PYTHONPATH="$PWD/build/python2"
-  #python2 test/test_psutil.py
-}
-
-package_python-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python'
-  depends=('glibc' 'python')
-
-  cd psutil-$pkgver
-  python setup.py build --build-lib=build/python \
-  install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python2'
-  depends=('glibc' 'python2')
-
-  cd psutil-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-   install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-psutil/repos/community-i686/PKGBUILD (from rev 143797, 
python-psutil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-12 19:14:15 UTC (rev 143798)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=3.2.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/giampaolo/psutil'
+license=('custom: BSD')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+checkdepends=('net-tools' 'procps-ng')
+source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
+md5sums=('56df1727c9e26076a80da4c3f8f67976')
+
+build() {
+  cd psutil-$pkgver
+
+  msg2 python
+  python setup.py build --build-lib=build/python
+
+  msg2 python2
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+check() {
+  cd psutil-$pkgver
+
+  msg2 python
+  export PYTHONPATH="$PWD/build/python"
+  # FIXME: requires 
https://github.com/giampaolo/psutil/issues/538#issuecomment-68549637 to be 
resolved.
+  #python test/test_psutil.py
+
+  msg2 python2
+  export PYTHONPATH="$PWD/build/python2"
+  #python2 test/test_psutil.py
+}
+
+package_python-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python'
+  depends=('glibc' 'python')
+
+  cd psutil-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python2'
+  depends=('glibc' 'python2')
+
+  cd psutil-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-12 19:14:01 UTC (rev 143797)
+++ 

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

2015-10-12 Thread Jelle van der Waa
Date: Monday, October 12, 2015 @ 21:14:01
  Author: jelle
Revision: 143797

upgpkg: python-psutil 3.2.2-1

Modified:
  python-psutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:34:08 UTC (rev 143796)
+++ PKGBUILD2015-10-12 19:14:01 UTC (rev 143797)
@@ -3,8 +3,8 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=3.2.1
-pkgrel=2
+pkgver=3.2.2
+pkgrel=1
 arch=('i686' 'x86_64')
 url='https://github.com/giampaolo/psutil'
 license=('custom: BSD')
@@ -11,7 +11,7 @@
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 checkdepends=('net-tools' 'procps-ng')
 
source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
-md5sums=('a308816e735021fd4bf6aa561725c1aa')
+md5sums=('56df1727c9e26076a80da4c3f8f67976')
 
 build() {
   cd psutil-$pkgver
@@ -30,6 +30,7 @@
 
   msg2 python
   export PYTHONPATH="$PWD/build/python"
+  # FIXME: requires 
https://github.com/giampaolo/psutil/issues/538#issuecomment-68549637 to be 
resolved.
   #python test/test_psutil.py
 
   msg2 python2


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

2015-10-12 Thread Antonio Rojas
Date: Monday, October 12, 2015 @ 22:40:52
  Author: arojas
Revision: 248960

Update to 3.2.2 (sync with upstream sagemath)

Modified:
  r/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:58:11 UTC (rev 248959)
+++ PKGBUILD2015-10-12 20:40:52 UTC (rev 248960)
@@ -4,7 +4,7 @@
 # Contributor: K. Piche 
 
 pkgname=r
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc="Language and environment for statistical computing and graphics"
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
'r.desktop'
'r.png'
'R.conf')
-sha1sums=('74476c4d356f227bf0f17c8c21e63459861fbc93'
+sha1sums=('68c74db1c5a2f2040280a03b8396e4d28a5a7617'
   'd7fa521345b230a4187d60d07d06ce4b6d573e3f'
   'a69a07ec363440efc18ce0a7f2af103375dea978'
   '43668da6cfd1b4455a99f23e79e2059294dddac9')


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

2015-10-12 Thread Antonio Rojas
Date: Monday, October 12, 2015 @ 22:42:29
  Author: arojas
Revision: 248961

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

Added:
  r/repos/extra-i686/PKGBUILD
(from rev 248960, r/trunk/PKGBUILD)
  r/repos/extra-i686/R.conf
(from rev 248960, r/trunk/R.conf)
  r/repos/extra-i686/r.desktop
(from rev 248960, r/trunk/r.desktop)
  r/repos/extra-i686/r.install
(from rev 248960, r/trunk/r.install)
  r/repos/extra-i686/r.png
(from rev 248960, r/trunk/r.png)
  r/repos/extra-x86_64/PKGBUILD
(from rev 248960, r/trunk/PKGBUILD)
  r/repos/extra-x86_64/R.conf
(from rev 248960, r/trunk/R.conf)
  r/repos/extra-x86_64/r.desktop
(from rev 248960, r/trunk/r.desktop)
  r/repos/extra-x86_64/r.install
(from rev 248960, r/trunk/r.install)
  r/repos/extra-x86_64/r.png
(from rev 248960, r/trunk/r.png)
Deleted:
  r/repos/extra-i686/PKGBUILD
  r/repos/extra-i686/R.conf
  r/repos/extra-i686/r.desktop
  r/repos/extra-i686/r.install
  r/repos/extra-i686/r.png
  r/repos/extra-x86_64/PKGBUILD
  r/repos/extra-x86_64/R.conf
  r/repos/extra-x86_64/r.desktop
  r/repos/extra-x86_64/r.install
  r/repos/extra-x86_64/r.png

+
 /PKGBUILD  |  180 +++
 /R.conf|4 +
 /r.desktop |   22 +
 /r.install |   32 
 extra-i686/PKGBUILD|   90 ---
 extra-i686/R.conf  |2 
 extra-i686/r.desktop   |   11 --
 extra-i686/r.install   |   16 
 extra-x86_64/PKGBUILD  |   90 ---
 extra-x86_64/R.conf|2 
 extra-x86_64/r.desktop |   11 --
 extra-x86_64/r.install |   16 
 12 files changed, 238 insertions(+), 238 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 20:40:52 UTC (rev 248960)
+++ extra-i686/PKGBUILD 2015-10-12 20:42:29 UTC (rev 248961)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-# Contributor: K. Piche 
-
-pkgname=r
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="Language and environment for statistical computing and graphics"
-arch=('i686' 'x86_64')
-license=('GPL')
-url=('http://www.r-project.org/')
-depends=('blas' 'lapack' 'bzip2'  'libpng' 'libjpeg' 'libtiff'
- 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
- 'libxt' 'libxmu' 'pango' 'xz' 'desktop-file-utils' 'zip' 'unzip')
-makedepends=('jdk7-openjdk' 'gcc-fortran' 'tk')
-optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files')
-backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 
'etc/R/javaconf')
-options=('!makeflags' '!emptydirs')
-install=r.install
-source=("http://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz;
-   'r.desktop'
-   'r.png'
-   'R.conf')
-sha1sums=('74476c4d356f227bf0f17c8c21e63459861fbc93'
-  'd7fa521345b230a4187d60d07d06ce4b6d573e3f'
-  'a69a07ec363440efc18ce0a7f2af103375dea978'
-  '43668da6cfd1b4455a99f23e79e2059294dddac9')
-
-prepare() {
-   cd R-${pkgver}
-   # set texmf dir correctly in makefile
-   sed -i 's|$(rsharedir)/texmf|${datarootdir}/texmf|' share/Makefile.in
-   # fix for texinfo 5.X
-   sed -i 's|test ${makeinfo_version_min} -lt 7|test ${makeinfo_version_min} 
-lt 0|' configure
-}
-
-build() {
-   cd R-${pkgver}
-   ./configure  --prefix=/usr \
-   --libdir=/usr/lib \
-   --sysconfdir=/etc/R \
-   --datarootdir=/usr/share \
- rsharedir=/usr/share/R/ \
- rincludedir=/usr/include/R/ \
- rdocdir=/usr/share/doc/R/ \
---with-x \
-   --enable-R-shlib \
---with-lapack \
-   --with-blas \
-F77=gfortran \
-   LIBnn=lib
-   make
-
-# make libRmath.so
-   cd src/nmath/standalone
-   make shared
-}
-
-package() {
-   cd R-${pkgver}
-   make DESTDIR="${pkgdir}" install
-
-# install libRmath.so
-   cd src/nmath/standalone
-   make DESTDIR="${pkgdir}" install
-
-   #  Fixup R wrapper scripts.
-   sed -i "s|${pkgdir} ||" "${pkgdir}/usr/bin/R"
-   rm "${pkgdir}/usr/lib/R/bin/R"
-   cd "${pkgdir}/usr/lib/R/bin"
-   ln -s ../../../bin/R
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "${srcdir}/r.desktop" \
-   "${pkgdir}/usr/share/applications/r.desktop"
-  install -Dm644 "${srcdir}/r.png" \
-   "${pkgdir}/usr/share/pixmaps/r.png"
-
-  # move the config directory to /etc and create symlinks
-  install -d "${pkgdir}/etc/R"
-  cd "${pkgdir}/usr/lib/R/etc"
-  for i in *; do
-mv -f ${i} "${pkgdir}/etc/R"
-ln -s /etc/R/${i} ${i}
-  done
-
-  # Install ld.so.conf.d file to ensure other applications access the shared 
lib
-  install -Dm644 "${srcdir}/R.conf" "${pkgdir}/etc/ld.so.conf.d/R.conf"
-}

Copied: r/repos/extra-i686/PKGBUILD (from rev 248960, 

[arch-commits] Commit in (polybori)

2015-10-12 Thread Antonio Rojas
Date: Monday, October 12, 2015 @ 22:53:40
  Author: arojas
Revision: 143810

Replaced by brial

Deleted:
  polybori/


  1   2   >