[arch-commits] Commit in texlive-htmlxml/repos/testing-any (3 files)

2016-08-04 Thread Rémy Oudompheng
Date: Friday, August 5, 2016 @ 05:43:07
  Author: remy
Revision: 273085

archrelease: copy trunk to testing-any

Added:
  texlive-htmlxml/repos/testing-any/PKGBUILD
(from rev 273084, texlive-htmlxml/trunk/PKGBUILD)
Deleted:
  texlive-htmlxml/repos/testing-any/PKGBUILD
  texlive-htmlxml/repos/testing-any/texlive.install

-+
 PKGBUILD|  113 ++
 texlive.install |   12 -
 2 files changed, 56 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-05 05:43:06 UTC (rev 273084)
+++ PKGBUILD2016-08-05 05:43:07 UTC (rev 273085)
@@ -1,57 +0,0 @@
-# $Id$
-# Contributor: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-htmlxml
-pkgver=2016.41440
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live - Packages to convert LaTeX to XML/HTML, and typeset 
XML/SGML"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-options=('!emptydirs')
-install=texlive.install
-md5sums=('a55c2a95d2054c09a9a9eb35324fbc77')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-   # patch for biblatex 3.1
-   sed -i '/abx@version/ s,3\.0,3\.1,' 
texmf-dist/tex/generic/tex4ht/biblatex.4ht
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/ht.sh $pkgdir/usr/bin/ht
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/htcontext.sh 
$pkgdir/usr/bin/htcontext
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/htlatex.sh 
$pkgdir/usr/bin/htlatex
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/htmex.sh $pkgdir/usr/bin/htmex
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/httex.sh $pkgdir/usr/bin/httex
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/httexi.sh $pkgdir/usr/bin/httexi
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/htxelatex.sh 
$pkgdir/usr/bin/htxelatex
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/htxetex.sh 
$pkgdir/usr/bin/htxetex
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/mk4ht.pl $pkgdir/usr/bin/mk4ht
-}

Copied: texlive-htmlxml/repos/testing-any/PKGBUILD (from rev 273084, 
texlive-htmlxml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-05 05:43:07 UTC (rev 273085)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-htmlxml
+pkgver=2016.41440
+_revnr=${pkgver#2016.}
+pkgrel=2
+pkgdesc="TeX Live - Packages to convert LaTeX to XML/HTML, and typeset 
XML/SGML"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+md5sums=('a55c2a95d2054c09a9a9eb35324fbc77')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+   # patch for biblatex 3.1
+   sed -i '/abx@version/ s,3\.0,3\.1,' 
texmf-dist/tex/generic/tex4ht/biblatex.4ht
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; 

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

2016-08-04 Thread Rémy Oudompheng
Date: Friday, August 5, 2016 @ 05:43:06
  Author: remy
Revision: 273084

upgpkg: texlive-htmlxml 2016.41440-2

Remove obsolete install script.

Modified:
  texlive-htmlxml/trunk/PKGBUILD
Deleted:
  texlive-htmlxml/trunk/texlive.install

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-05 05:43:01 UTC (rev 273083)
+++ PKGBUILD2016-08-05 05:43:06 UTC (rev 273084)
@@ -5,7 +5,7 @@
 pkgname=texlive-htmlxml
 pkgver=2016.41440
 _revnr=${pkgver#2016.}
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live - Packages to convert LaTeX to XML/HTML, and typeset 
XML/SGML"
 license=('GPL')
 arch=(any)
@@ -14,7 +14,6 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-install=texlive.install
 md5sums=('a55c2a95d2054c09a9a9eb35324fbc77')
 
 build() {

Deleted: texlive.install
===
--- texlive.install 2016-08-05 05:43:01 UTC (rev 273083)
+++ texlive.install 2016-08-05 05:43:06 UTC (rev 273084)
@@ -1,12 +0,0 @@
-post_install() {
-   echo">>> texlive: updating the filename database..."
-   /usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-08-04 Thread Rémy Oudompheng
Date: Friday, August 5, 2016 @ 05:42:59
  Author: remy
Revision: 273082

upgpkg: texlive-genericextra 2016.41413-2

Remove obsolete install script.

Modified:
  texlive-genericextra/trunk/PKGBUILD
Deleted:
  texlive-genericextra/trunk/texlive.install

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-05 05:42:55 UTC (rev 273081)
+++ PKGBUILD2016-08-05 05:42:59 UTC (rev 273082)
@@ -5,7 +5,7 @@
 pkgname=texlive-genericextra
 pkgver=2016.41413
 _revnr=${pkgver#2016.}
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live - mixed bag of generic macro packages and fonts"
 license=('GPL')
 arch=(any)
@@ -14,7 +14,6 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-install=texlive.install
 md5sums=('ac17c6e56cd7dc5132065368f8e75e78')
 
 build() {

Deleted: texlive.install
===
--- texlive.install 2016-08-05 05:42:55 UTC (rev 273081)
+++ texlive.install 2016-08-05 05:42:59 UTC (rev 273082)
@@ -1,12 +0,0 @@
-post_install() {
-   echo">>> texlive: updating the filename database..."
-   /usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in texlive-formatsextra/repos/testing-any (3 files)

2016-08-04 Thread Rémy Oudompheng
Date: Friday, August 5, 2016 @ 05:42:55
  Author: remy
Revision: 273081

archrelease: copy trunk to testing-any

Added:
  texlive-formatsextra/repos/testing-any/PKGBUILD
(from rev 273080, texlive-formatsextra/trunk/PKGBUILD)
Deleted:
  texlive-formatsextra/repos/testing-any/PKGBUILD
  texlive-formatsextra/repos/testing-any/texlive.install

-+
 PKGBUILD|   89 ++
 texlive.install |   12 ---
 2 files changed, 44 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-05 05:42:54 UTC (rev 273080)
+++ PKGBUILD2016-08-05 05:42:55 UTC (rev 273081)
@@ -1,45 +0,0 @@
-# $Id$
-# Contributor: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-formatsextra
-pkgver=2016.41438
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live - collection of extra TeX 'formats'"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-options=('!emptydirs')
-install=texlive.install
-md5sums=('f028c28f2b40d83dda4f3eb348fb8e27')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-formatsextra/repos/testing-any/PKGBUILD (from rev 273080, 
texlive-formatsextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-05 05:42:55 UTC (rev 273081)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-formatsextra
+pkgver=2016.41438
+_revnr=${pkgver#2016.}
+pkgrel=2
+pkgdesc="TeX Live - collection of extra TeX 'formats'"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+md5sums=('f028c28f2b40d83dda4f3eb348fb8e27')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Deleted: texlive.install
===
--- texlive.install 2016-08-05 05:42:54 UTC (rev 273080)
+++ texlive.install 2016-08-05 05:42:55 UTC (rev 273081)
@@ -1,12 +0,0 @@
-post_install() {
-   echo">>> texlive: updating the filename database..."
-   /usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in texlive-genericextra/repos/testing-any (3 files)

2016-08-04 Thread Rémy Oudompheng
Date: Friday, August 5, 2016 @ 05:43:01
  Author: remy
Revision: 273083

archrelease: copy trunk to testing-any

Added:
  texlive-genericextra/repos/testing-any/PKGBUILD
(from rev 273082, texlive-genericextra/trunk/PKGBUILD)
Deleted:
  texlive-genericextra/repos/testing-any/PKGBUILD
  texlive-genericextra/repos/testing-any/texlive.install

-+
 PKGBUILD|   91 ++
 texlive.install |   12 ---
 2 files changed, 45 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-05 05:42:59 UTC (rev 273082)
+++ PKGBUILD2016-08-05 05:43:01 UTC (rev 273083)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-genericextra
-pkgver=2016.41413
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live - mixed bag of generic macro packages and fonts"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-options=('!emptydirs')
-install=texlive.install
-md5sums=('ac17c6e56cd7dc5132065368f8e75e78')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-genericextra/repos/testing-any/PKGBUILD (from rev 273082, 
texlive-genericextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-05 05:43:01 UTC (rev 273083)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-genericextra
+pkgver=2016.41413
+_revnr=${pkgver#2016.}
+pkgrel=2
+pkgdesc="TeX Live - mixed bag of generic macro packages and fonts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+md5sums=('ac17c6e56cd7dc5132065368f8e75e78')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Deleted: texlive.install
===
--- texlive.install 2016-08-05 05:42:59 UTC (rev 273082)
+++ texlive.install 2016-08-05 05:43:01 UTC (rev 273083)
@@ -1,12 +0,0 @@
-post_install() {
-   echo">>> texlive: updating the filename database..."
-   /usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-08-04 Thread Rémy Oudompheng
Date: Friday, August 5, 2016 @ 05:42:54
  Author: remy
Revision: 273080

upgpkg: texlive-formatsextra 2016.41438-2

Remove obsolete install script.

Modified:
  texlive-formatsextra/trunk/PKGBUILD
Deleted:
  texlive-formatsextra/trunk/texlive.install

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 22:09:43 UTC (rev 273079)
+++ PKGBUILD2016-08-05 05:42:54 UTC (rev 273080)
@@ -5,7 +5,7 @@
 pkgname=texlive-formatsextra
 pkgver=2016.41438
 _revnr=${pkgver#2016.}
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live - collection of extra TeX 'formats'"
 license=('GPL')
 arch=(any)
@@ -14,7 +14,6 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-install=texlive.install
 md5sums=('f028c28f2b40d83dda4f3eb348fb8e27')
 
 build() {

Deleted: texlive.install
===
--- texlive.install 2016-08-04 22:09:43 UTC (rev 273079)
+++ texlive.install 2016-08-05 05:42:54 UTC (rev 273080)
@@ -1,12 +0,0 @@
-post_install() {
-   echo">>> texlive: updating the filename database..."
-   /usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-08-04 Thread Felix Yan
Date: Friday, August 5, 2016 @ 02:50:07
  Author: felixonmars
Revision: 185166

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-05 02:49:52 UTC (rev 185165)
+++ PKGBUILD2016-08-05 02:50:07 UTC (rev 185166)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Benjamin A. Shelton 
-
-pkgbase=python-raven
-pkgname=(python-raven python2-raven)
-pkgver=5.23.0
-pkgrel=1
-pkgdesc="Python client for Sentry"
-arch=('any')
-url="http://pypi.python.org/pypi/raven;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2' 
'git')
-checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-bottle' 
'python2-bottle'
-  'python-celery' 'python2-celery' 'python-django' 'python2-django'
-  'python-pycodestyle' 'python2-pycodestyle' 'python-mock' 
'python2-mock' 'python-nose'
-  'python2-nose' 'python2-gevent' 'python-pytz' 'python2-pytz' 
'python-exam'
-  'python2-exam' 'python-requests' 'python2-requests' 
'python-tornado'
-  'python2-tornado' 'python-paste' 'python2-paste' 'python-webob' 
'python2-webob'
-  'python-webtest' 'python2-webtest' 'python-anyjson' 
'python2-anyjson'
-  'python-flask' 'python2-flask' 'python-blinker' 
'python2-blinker' 'python-logbook'
-  'python2-logbook' 'python-pytest-django' 'python2-pytest-django' 
'python2-webpy'
-  'python-flask-login' 'python2-flask-login' 
'python-pytest-timeout'
-  'python2-pytest-timeout')
-source=("git+https://github.com/getsentry/raven-python.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a raven-python{,-py2}
-}
-
-build() {
-  cd "$srcdir"/raven-python
-  python setup.py build
-
-  cd "$srcdir"/raven-python-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack distribution check by installing it
-
-  cd "$srcdir"/raven-python
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" \
-py.test tests
-
-  cd "$srcdir"/raven-python
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" \
-py.test2 tests
-}
-
-package_python-raven() {
-  depends=('python')
-  optdepends=('python-setuptools: for "raven" script')
-
-  cd "$srcdir"/raven-python
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-raven() {
-  depends=('python2-contextlib2')
-  optdepends=('python2-setuptools: for "raven2" script')
-
-  cd "$srcdir"/raven-python-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/raven{,2}
-
-  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-raven/repos/community-any/PKGBUILD (from rev 185165, 
python-raven/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-05 02:50:07 UTC (rev 185166)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Benjamin A. Shelton 
+
+pkgbase=python-raven
+pkgname=(python-raven python2-raven)
+pkgver=5.24.1
+pkgrel=1
+pkgdesc="Python client for Sentry"
+arch=('any')
+url="http://pypi.python.org/pypi/raven;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2' 
'git')
+checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-bottle' 
'python2-bottle'
+  'python-celery' 'python2-celery' 'python-django' 'python2-django'
+  'python-pycodestyle' 'python2-pycodestyle' 'python-mock' 
'python2-mock' 'python-nose'
+  'python2-nose' 'python2-gevent' 'python-pytz' 'python2-pytz' 
'python-exam'
+  'python2-exam' 'python-requests' 'python2-requests' 
'python-tornado'
+  'python2-tornado' 'python-paste' 'python2-paste' 'python-webob' 
'python2-webob'
+  'python-webtest' 'python2-webtest' 'python-anyjson' 
'python2-anyjson'
+  'python-flask' 'python2-flask' 'python-blinker' 
'python2-blinker' 'python-logbook'
+  'python2-logbook' 'python-pytest-django' 'python2-pytest-django' 
'python2-webpy'
+  'python-flask-login' 'python2-flask-login' 
'python-pytest-timeout'
+  'python2-pytest-timeout')

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

2016-08-04 Thread Felix Yan
Date: Friday, August 5, 2016 @ 02:49:52
  Author: felixonmars
Revision: 185165

upgpkg: python-raven 5.24.1-1

Modified:
  python-raven/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-05 02:31:44 UTC (rev 185164)
+++ PKGBUILD2016-08-05 02:49:52 UTC (rev 185165)
@@ -4,7 +4,7 @@
 
 pkgbase=python-raven
 pkgname=(python-raven python2-raven)
-pkgver=5.23.0
+pkgver=5.24.1
 pkgrel=1
 pkgdesc="Python client for Sentry"
 arch=('any')


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

2016-08-04 Thread Felix Yan
Date: Friday, August 5, 2016 @ 02:31:44
  Author: felixonmars
Revision: 185164

archrelease: copy trunk to community-any

Added:
  you-get/repos/community-any/PKGBUILD
(from rev 185163, you-get/trunk/PKGBUILD)
Deleted:
  you-get/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-05 02:31:24 UTC (rev 185163)
+++ PKGBUILD2016-08-05 02:31:44 UTC (rev 185164)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=you-get
-pkgver=0.4.486
-pkgrel=1
-pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
-url="http://www.soimort.org/you-get/;
-arch=('any')
-license=('MIT')
-depends=('python-setuptools')
-makedepends=('git')
-source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname
-  LC_CTYPE=en_US.UTF-8 python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname
-  python setup.py install --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: you-get/repos/community-any/PKGBUILD (from rev 185163, 
you-get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-05 02:31:44 UTC (rev 185164)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=you-get
+pkgver=0.4.523
+pkgrel=1
+pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
+url="http://www.soimort.org/you-get/;
+arch=('any')
+license=('MIT')
+depends=('python-setuptools')
+makedepends=('git')
+source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname
+  LC_CTYPE=en_US.UTF-8 python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+  python setup.py install --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2016-08-04 Thread Felix Yan
Date: Friday, August 5, 2016 @ 02:31:24
  Author: felixonmars
Revision: 185163

upgpkg: you-get 0.4.523-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 23:04:32 UTC (rev 185162)
+++ PKGBUILD2016-08-05 02:31:24 UTC (rev 185163)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.486
+pkgver=0.4.523
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/;


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 23:01:39
  Author: arojas
Revision: 185158

Update to 7.3

Modified:
  sagemath/trunk/PKGBUILD
  sagemath/trunk/disable-fes.patch
  sagemath/trunk/env.patch
  sagemath/trunk/is-package-installed.patch
  sagemath/trunk/linbox-1.4.patch
  sagemath/trunk/paths.patch
  sagemath/trunk/sagemath-ipython5.patch
  sagemath/trunk/skip-check.patch

+
 PKGBUILD   |   30 ++-
 disable-fes.patch  |6 ++--
 env.patch  |4 +--
 is-package-installed.patch |   56 +--
 linbox-1.4.patch   |   50 +++---
 paths.patch|   37 +++-
 sagemath-ipython5.patch|8 +++---
 skip-check.patch   |7 +++--
 8 files changed, 95 insertions(+), 103 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 22:29:15 UTC (rev 185157)
+++ PKGBUILD2016-08-04 23:01:39 UTC (rev 185158)
@@ -8,8 +8,8 @@
 # Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
 
 pkgname=sagemath
-pkgver=7.2
-pkgrel=9
+pkgver=7.3
+pkgrel=1
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(i686 x86_64)
 url="http://www.sagemath.org;
@@ -26,9 +26,10 @@
   'modular_decomposition: modular decomposition of graphs' 'ffmpeg: to export 
animations to video' 'imagemagick: to show animations'
   'coxeter3: Coxeter groups implementation' 'cryptominisat: SAT solver' 
'gap-data: for computing Galois groups'
   'lrs: Algorithms for linear reverse search used in game theory and for 
computing volume of polytopes'
-  'python2-igraph: igraph backend for graph theory'
-  'jupyter-notebook: Jupyter notebook interface' 'atlas-lapack: improved 
performance for some linear algebra operations')
-makedepends=(cython2 boost ratpoints symmetrica fflas-ffpack python2-jinja 
coin-or-cbc
+  'libhomfly: for computing the homfly polynomial of links' 'libbraiding: for 
computing in braid groups'
+  'python2-igraph: igraph backend for graph theory' 'sage-notebook-export: 
convert flask notebooks to jupyter'
+  'jupyter-notebook: Jupyter notebook interface')
+makedepends=(cython2 boost ratpoints symmetrica fflas-ffpack python2-jinja 
coin-or-cbc libhomfly libbraiding
   mcqd coxeter3 cryptominisat modular_decomposition bliss-graphs tdlib 
python2-pkgconfig meataxe) # libfes
 conflicts=(sage-mathematics)
 replaces=(sage-mathematics)
@@ -36,22 +37,22 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz;
 anal.h env.patch paths.patch clean.patch skip-check.patch 
cython-sys-path.patch is-package-installed.patch package.patch
 disable-fes.patch jupyter-path.patch test-optional.patch 
python-2.7.11.patch linbox-1.4.patch ecm-7.patch sagemath-ipython5.patch)
-md5sums=('2afeb8f75a33107fef5d509698c0eabc'
+md5sums=('cb2aed3d24de7b2228a9b34e81a27870'
  'a906a180d198186a39820b0a2f9a9c63'
- 'f6c62f0ccc168c5e6e3dd9d6f73f6389'
- '52d30e91110183489f66d7bf73c36c64'
+ '4c8ddf07861abe703816e045e9e22de0'
+ '6f4dd6ec97affa2ce9a00ddf7e35db4c'
  '6d9ae0978ce6a05a0da2cafdfb178a09'
- '5947a420a0b1483f0cbc74c76895789b'
+ '6cafcb381437d4751fd55b25d5090987'
  'a1bcdd3fe620dbae60ed8b0e98b2ece7'
- '541988696465f204235d595a349017f3'
+ 'b3ecf7c93a90e0afccbc686af9fdc85f'
  '9ba81f717ffd4e20b8b2f2a318307488'
- '4eb23a3c7363258bc9ba764d6e5512ba'
+ '06a67e611d10aa2381efe1f08ea4ffd9'
  '16b529194c6105c3364127bd8f1efa83'
  'cdcabd475b80afe0534a5621e972736e'
  'ef927896f2071b442b1d07d7e69f5f3a'
- '9f1cef3e477bafebe2ad301db56db8a2'
+ 'a276f0fbbff6eade409d0569ebd728d4'
  '0c9a57d35de80c2cd418ebec912efbbb'
- '55e75afd249048a8718c4377c22afa52')
+ 'abf4a70811d4f19191348202a923fe4b')
 
 prepare(){
   cd sage-$pkgver
@@ -108,9 +109,6 @@
 # copy required private PARI header
   mkdir -p src/pari
   cp "$srcdir"/anal.h src/pari/anal.h
-
-# remove developer interface
-  rm -r src/sage/dev
 }
 
 

Modified: disable-fes.patch
===
--- disable-fes.patch   2016-08-04 22:29:15 UTC (rev 185157)
+++ disable-fes.patch   2016-08-04 23:01:39 UTC (rev 185158)
@@ -1,8 +1,8 @@
 --- src/module_list.py.orig2015-06-07 11:29:30.710612146 +0200
 +++ src/module_list.py 2015-06-07 11:30:21.877506106 +0200
-@@ -685,11 +685,11 @@
-   include_dirs = [SAGE_INC + '/ecl'],
-   depends = [SAGE_INC + '/ecl/ecl.h']),
+@@ -564,11 +564,11 @@
+   sources = ["sage/libs/ecl.pyx"],
+   libraries = ["ecl"]),
  
 -OptionalExtension("sage.libs.fes",
 - ["sage/libs/fes.pyx"],

Modified: env.patch

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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 22:29:15
  Author: arojas
Revision: 185157

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-04 22:28:44 UTC (rev 185156)
+++ community-i686/PKGBUILD 2016-08-04 22:29:15 UTC (rev 185157)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 171251 2016-04-17 14:15:52Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=libhomfly
-pkgver=1.0
-pkgrel=1
-pkgdesc="Library to compute the homfly polynomial of a link"
-arch=(i686 x86_64)
-url="https://github.com/miguelmarco/libhomfly;
-license=(custom)
-depends=(gc)
-source=("https://github.com/miguelmarco/libhomfly/archive/$pkgver.tar.gz;)
-md5sums=('3f9e6e0330f246e2bb9a1c5474256e82')
-
-build() {
-  cd $pkgname-$pkgver
-  autoreconf -vi
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: libhomfly/repos/community-i686/PKGBUILD (from rev 185156, 
libhomfly/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-04 22:29:15 UTC (rev 185157)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 171251 2016-04-17 14:15:52Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=libhomfly
+pkgver=1.0
+pkgrel=2
+pkgdesc="Library to compute the homfly polynomial of a link"
+arch=(i686 x86_64)
+url="https://github.com/miguelmarco/libhomfly;
+license=(custom)
+depends=(gc)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/libhomfly/$pkgname-$pkgver.tar.gz;)
+md5sums=('1d56c477a1f5e4f934c3fccf5d560948')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-04 22:28:44 UTC (rev 185156)
+++ community-x86_64/PKGBUILD   2016-08-04 22:29:15 UTC (rev 185157)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 171251 2016-04-17 14:15:52Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=libhomfly
-pkgver=1.0
-pkgrel=1
-pkgdesc="Library to compute the homfly polynomial of a link"
-arch=(i686 x86_64)
-url="https://github.com/miguelmarco/libhomfly;
-license=(custom)
-depends=(gc)
-source=("https://github.com/miguelmarco/libhomfly/archive/$pkgver.tar.gz;)
-md5sums=('3f9e6e0330f246e2bb9a1c5474256e82')
-
-build() {
-  cd $pkgname-$pkgver
-  autoreconf -vi
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: libhomfly/repos/community-x86_64/PKGBUILD (from rev 185156, 
libhomfly/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-04 22:29:15 UTC (rev 185157)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 171251 2016-04-17 14:15:52Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=libhomfly
+pkgver=1.0
+pkgrel=2
+pkgdesc="Library to compute the homfly polynomial of a link"
+arch=(i686 x86_64)
+url="https://github.com/miguelmarco/libhomfly;
+license=(custom)
+depends=(gc)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/libhomfly/$pkgname-$pkgver.tar.gz;)
+md5sums=('1d56c477a1f5e4f934c3fccf5d560948')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 22:28:44
  Author: arojas
Revision: 185156

Use sagemath.org sources

Modified:
  libhomfly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 22:06:55 UTC (rev 185155)
+++ PKGBUILD2016-08-04 22:28:44 UTC (rev 185156)
@@ -3,18 +3,17 @@
 
 pkgname=libhomfly
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to compute the homfly polynomial of a link"
 arch=(i686 x86_64)
 url="https://github.com/miguelmarco/libhomfly;
 license=(custom)
 depends=(gc)
-source=("https://github.com/miguelmarco/libhomfly/archive/$pkgver.tar.gz;)
-md5sums=('3f9e6e0330f246e2bb9a1c5474256e82')
+source=("http://mirrors.mit.edu/sage/spkg/upstream/libhomfly/$pkgname-$pkgver.tar.gz;)
+md5sums=('1d56c477a1f5e4f934c3fccf5d560948')
 
 build() {
   cd $pkgname-$pkgver
-  autoreconf -vi
   ./configure --prefix=/usr
   make
 }
@@ -22,7 +21,5 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 


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

2016-08-04 Thread Jan Steffens
Date: Thursday, August 4, 2016 @ 22:09:43
  Author: heftig
Revision: 273079

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

Added:
  networkmanager/repos/extra-i686/NetworkManager.conf
(from rev 273078, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/extra-i686/PKGBUILD
(from rev 273078, networkmanager/trunk/PKGBUILD)
  networkmanager/repos/extra-x86_64/NetworkManager.conf
(from rev 273078, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/extra-x86_64/PKGBUILD
(from rev 273078, networkmanager/trunk/PKGBUILD)
Deleted:
  networkmanager/repos/extra-i686/NetworkManager.conf
  networkmanager/repos/extra-i686/PKGBUILD
  networkmanager/repos/extra-x86_64/NetworkManager.conf
  networkmanager/repos/extra-x86_64/PKGBUILD

--+
 /NetworkManager.conf |   16 ++
 /PKGBUILD|  236 +
 extra-i686/NetworkManager.conf   |8 -
 extra-i686/PKGBUILD  |  118 --
 extra-x86_64/NetworkManager.conf |8 -
 extra-x86_64/PKGBUILD|  118 --
 6 files changed, 252 insertions(+), 252 deletions(-)

Deleted: extra-i686/NetworkManager.conf
===
--- extra-i686/NetworkManager.conf  2016-08-04 22:09:19 UTC (rev 273078)
+++ extra-i686/NetworkManager.conf  2016-08-04 22:09:43 UTC (rev 273079)
@@ -1,8 +0,0 @@
-[main]
-plugins=keyfile
-dns=default
-
-## HTTP-based connectivity check
-#[connectivity]
-#uri=http://nmcheck.gnome.org/check_network_status.txt
-#interval=100

Copied: networkmanager/repos/extra-i686/NetworkManager.conf (from rev 273078, 
networkmanager/trunk/NetworkManager.conf)
===
--- extra-i686/NetworkManager.conf  (rev 0)
+++ extra-i686/NetworkManager.conf  2016-08-04 22:09:43 UTC (rev 273079)
@@ -0,0 +1,8 @@
+[main]
+plugins=keyfile
+dns=default
+
+## HTTP-based connectivity check
+#[connectivity]
+#uri=http://nmcheck.gnome.org/check_network_status.txt
+#interval=100

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-04 22:09:19 UTC (rev 273078)
+++ extra-i686/PKGBUILD 2016-08-04 22:09:43 UTC (rev 273079)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgbase=networkmanager
-pkgname=(networkmanager libnm-glib)
-pkgver=1.2.2
-pkgrel=2
-pkgdesc="Network Management daemon"
-arch=(i686 x86_64)
-license=(GPL2 LGPL2.1)
-url="http://www.gnome.org/projects/NetworkManager/;
-_pppver=2.4.7
-makedepends=(intltool dhclient iptables gobject-introspection gtk-doc
- "ppp=$_pppver" modemmanager dbus-glib iproute2 nss polkit
- wpa_supplicant libsoup systemd libgudev libmm-glib rp-pppoe
- libnewt libndp libteam vala perl-yaml python-gobject)
-checkdepends=(libx11 python-dbus)
-source=(https://download.gnome.org/sources/NetworkManager/${pkgver:0:3}/NetworkManager-$pkgver.tar.xz
-NetworkManager.conf)
-sha256sums=('41d8082e027f58bb5fa4181f93742606ab99c659794a18e2823eff22df0eecd9'
-'67f112c1ac8ee3726eb229f5cd783de19f09cc252af49e157343d82b324b923f')
-
-prepare() {
-  cd NetworkManager-$pkgver
-
-  2to3 -w libnm src tools
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd NetworkManager-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/networkmanager \
---with-crypto=nss \
---with-dhclient=/usr/bin/dhclient \
---without-dhcpcd \
---with-dnsmasq=/usr/bin/dnsmasq \
---with-iptables=/usr/bin/iptables \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---with-udev-dir=/usr/lib/udev \
---with-resolvconf=/usr/bin/resolvconf \
---with-pppd=/usr/bin/pppd \
---with-pppd-plugin-dir=/usr/lib/pppd/$_pppver \
---with-pppoe=/usr/bin/pppoe \
---with-kernel-firmware-dir=/usr/lib/firmware \
---with-session-tracking=systemd \
---with-modem-manager-1 \
---disable-static \
---enable-more-warnings=no \
---disable-wimax \
---enable-modify-system \
---enable-doc \
---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
-}
-
-check() {
-  cd NetworkManager-$pkgver
-  make -k check
-}
-
-package_networkmanager() {
-  depends=(libnm-glib 

[arch-commits] Commit in network-manager-applet/repos (4 files)

2016-08-04 Thread Jan Steffens
Date: Thursday, August 4, 2016 @ 22:09:19
  Author: heftig
Revision: 273078

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

Added:
  network-manager-applet/repos/extra-i686/PKGBUILD
(from rev 273077, network-manager-applet/trunk/PKGBUILD)
  network-manager-applet/repos/extra-x86_64/PKGBUILD
(from rev 273077, network-manager-applet/trunk/PKGBUILD)
Deleted:
  network-manager-applet/repos/extra-i686/PKGBUILD
  network-manager-applet/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-04 22:07:08 UTC (rev 273077)
+++ extra-i686/PKGBUILD 2016-08-04 22:09:19 UTC (rev 273078)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Arjan Timmerman 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-
-pkgbase=network-manager-applet
-pkgname=(nm-connection-editor network-manager-applet)
-pkgdesc="Applet for managing network connections"
-url="https://wiki.gnome.org/Projects/NetworkManager/;
-pkgver=1.2.2
-pkgrel=1
-arch=(i686 x86_64)
-license=(GPL2 LGPL2.1)
-depends=(libnm-glib libgudev gtk3 mobile-broadband-provider-info iso-codes)
-makedepends=(libsecret libnotify libmm-glib intltool gobject-introspection)
-options=(!emptydirs)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('02b42e7c17c9cd6c840563750da92ce58da1ec621df7f0c2402016026e727756')
-
-prepare() {
-  mkdir -p nma/etc/xdg nma/usr/bin \
-nma/usr/share/{applications,icons/hicolor/22x22/apps,man/man1,nm-applet}
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib/networkmanager \
-  --disable-static \
-  --disable-maintainer-mode \
-  --disable-migration \
-  --with-modem-manager-1
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  make -k check
-}
-
-package_nm-connection-editor() {
-  pkgdesc="NetworkManager GUI connection editor"
-  provides=("libnm-gtk=$pkgver-$pkgrel")
-  conflicts=(libnm-gtk)
-  replaces=(libnm-gtk)
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-
-### Split network-manager-applet
-  cd ../nma
-  mv "$pkgdir"/etc/xdg/autostart etc/xdg/
-  mv "$pkgdir"/usr/bin/nm-applet usr/bin/
-  mv "$pkgdir"/usr/share/GConf usr/share/
-
-  cd usr/share
-  mv "$pkgdir"/usr/share/applications/nm-applet.desktop applications/
-  mv "$pkgdir"/usr/share/man/man1/nm-applet.1 man/man1/
-  mv "$pkgdir"/usr/share/nm-applet/{{8021x,gsm-unlock,info}.ui,keyring.png} 
nm-applet/
-  
-  cd icons/hicolor/22x22
-  mv 
"$pkgdir"/usr/share/icons/hicolor/22x22/apps/nm-{adhoc,mb-roam,wwan-tower}.png 
apps/
-  mv 
"$pkgdir"/usr/share/icons/hicolor/22x22/apps/nm-{secure,vpn-active}-lock.png 
apps/
-  mv "$pkgdir"/usr/share/icons/hicolor/22x22/apps/nm-{signal,tech}-*.png apps/
-  mv "$pkgdir"/usr/share/icons/hicolor/22x22/apps/nm-*connecting*.png apps/
-}
-
-package_network-manager-applet() {
-  depends=(nm-connection-editor libmm-glib libnotify libsecret)
-  mv nma/* "$pkgdir"
-}

Copied: network-manager-applet/repos/extra-i686/PKGBUILD (from rev 273077, 
network-manager-applet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-04 22:09:19 UTC (rev 273078)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Arjan Timmerman 
+# Contributor: Wael Nasreddine 
+# Contributor: Tor Krill 
+# Contributor: Will Rea 
+
+pkgbase=network-manager-applet
+pkgname=(nm-connection-editor network-manager-applet)
+pkgdesc="Applet for managing network connections"
+url="https://wiki.gnome.org/Projects/NetworkManager/;
+pkgver=1.2.4
+pkgrel=1
+arch=(i686 x86_64)
+license=(GPL2 LGPL2.1)
+depends=(libnm-glib libgudev gtk3 mobile-broadband-provider-info iso-codes)
+makedepends=(libsecret libnotify libmm-glib intltool gobject-introspection)
+options=(!emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('dff72956c939743e899954c9d32f0ebff4f213f1307a8157adc548584a0da37a')
+
+prepare() {
+  

[arch-commits] Commit in network-manager-applet/trunk (PKGBUILD)

2016-08-04 Thread Jan Steffens
Date: Thursday, August 4, 2016 @ 22:07:08
  Author: heftig
Revision: 273077

1.2.4-1

Modified:
  network-manager-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 22:05:09 UTC (rev 273076)
+++ PKGBUILD2016-08-04 22:07:08 UTC (rev 273077)
@@ -10,7 +10,7 @@
 pkgname=(nm-connection-editor network-manager-applet)
 pkgdesc="Applet for managing network connections"
 url="https://wiki.gnome.org/Projects/NetworkManager/;
-pkgver=1.2.2
+pkgver=1.2.4
 pkgrel=1
 arch=(i686 x86_64)
 license=(GPL2 LGPL2.1)
@@ -18,7 +18,7 @@
 makedepends=(libsecret libnotify libmm-glib intltool gobject-introspection)
 options=(!emptydirs)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('02b42e7c17c9cd6c840563750da92ce58da1ec621df7f0c2402016026e727756')
+sha256sums=('dff72956c939743e899954c9d32f0ebff4f213f1307a8157adc548584a0da37a')
 
 prepare() {
   mkdir -p nma/etc/xdg nma/usr/bin \


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 22:06:28
  Author: arojas
Revision: 185154

Downgrade to version required by sagemath 7.3

Modified:
  pari-sage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 21:24:32 UTC (rev 185153)
+++ PKGBUILD2016-08-04 22:06:28 UTC (rev 185154)
@@ -3,7 +3,7 @@
 # Contributor: Gaetan Bisson 
 
 pkgname=pari-sage
-_pkgver=2.8-2972-gcc5b867
+_pkgver=2.8-2771-gb70b447
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
@@ -17,7 +17,7 @@
 provides=(pari)
 source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;

https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
-md5sums=('22641e7193ae7c88bd5548ccda9b3381'
+md5sums=('59f2e4c3c51f7652182400489cd76e6a'
  '8cc6dc97128ae6ab965e5d1924d2318c')
 
 prepare() {


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 22:06:55
  Author: arojas
Revision: 185155

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

Added:
  pari-sage/repos/community-staging-i686/PKGBUILD
(from rev 185154, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 185154, pari-sage/trunk/PKGBUILD)
Deleted:
  pari-sage/repos/community-staging-i686/PKGBUILD
  pari-sage/repos/community-staging-x86_64/PKGBUILD

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-08-04 22:06:28 UTC (rev 185154)
+++ community-staging-i686/PKGBUILD 2016-08-04 22:06:55 UTC (rev 185155)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Gaetan Bisson 
-
-pkgname=pari-sage
-_pkgver=2.8-2972-gcc5b867
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
-url='http://pari.math.u-bordeaux.fr/'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(gmp libx11)
-makedepends=(perl texlive-core)
-optdepends=('perl: gphelp, tex2mail')
-conflicts=(pari)
-provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;
-   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
-md5sums=('22641e7193ae7c88bd5548ccda9b3381'
- '8cc6dc97128ae6ab965e5d1924d2318c')
-
-prepare() {
-  cd pari-${_pkgver}
-# Silence warnings when increasing stack size
-  patch -p1 -i ../stackwarn.patch
-}
-
-build() {
-  cd pari-${_pkgver}
-  ./Configure --prefix=/usr --with-readline --with-gmp
-  make all
-}
-
-package() {
-  cd pari-${_pkgver}
-  make DESTDIR="$pkgdir" install
-  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
-}

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 185154, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-04 22:06:55 UTC (rev 185155)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8-2771-gb70b447
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;
+   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
+md5sums=('59f2e4c3c51f7652182400489cd76e6a'
+ '8cc6dc97128ae6ab965e5d1924d2318c')
+
+prepare() {
+  cd pari-${_pkgver}
+# Silence warnings when increasing stack size
+  patch -p1 -i ../stackwarn.patch
+}
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-08-04 22:06:28 UTC (rev 185154)
+++ community-staging-x86_64/PKGBUILD   2016-08-04 22:06:55 UTC (rev 185155)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Gaetan Bisson 
-
-pkgname=pari-sage
-_pkgver=2.8-2972-gcc5b867
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
-url='http://pari.math.u-bordeaux.fr/'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(gmp libx11)
-makedepends=(perl texlive-core)
-optdepends=('perl: gphelp, tex2mail')
-conflicts=(pari)
-provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;
-   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
-md5sums=('22641e7193ae7c88bd5548ccda9b3381'
- '8cc6dc97128ae6ab965e5d1924d2318c')
-
-prepare() {
-  cd pari-${_pkgver}
-# Silence warnings when increasing stack size
-  patch -p1 -i ../stackwarn.patch
-}
-
-build() {
-  cd pari-${_pkgver}
-  ./Configure --prefix=/usr --with-readline --with-gmp
-  make 

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

2016-08-04 Thread Jan Steffens
Date: Thursday, August 4, 2016 @ 22:05:09
  Author: heftig
Revision: 273076

1.2.4-1

Modified:
  networkmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 21:10:10 UTC (rev 273075)
+++ PKGBUILD2016-08-04 22:05:09 UTC (rev 273076)
@@ -8,8 +8,8 @@
 
 pkgbase=networkmanager
 pkgname=(networkmanager libnm-glib)
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.2.4
+pkgrel=1
 pkgdesc="Network Management daemon"
 arch=(i686 x86_64)
 license=(GPL2 LGPL2.1)
@@ -22,7 +22,7 @@
 checkdepends=(libx11 python-dbus)
 
source=(https://download.gnome.org/sources/NetworkManager/${pkgver:0:3}/NetworkManager-$pkgver.tar.xz
 NetworkManager.conf)
-sha256sums=('41d8082e027f58bb5fa4181f93742606ab99c659794a18e2823eff22df0eecd9'
+sha256sums=('19bfb7306dd472d010443a8027d91f9fd50fe6e0c5aa4ea8083845de0fa38faa'
 '67f112c1ac8ee3726eb229f5cd783de19f09cc252af49e157343d82b324b923f')
 
 prepare() {


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

2016-08-04 Thread Christian Hesse
Date: Thursday, August 4, 2016 @ 21:24:28
  Author: eworm
Revision: 185152

upgpkg: mediastreamer 2.12.1-10

bump pkgrel after libvpx rebuild move

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 21:11:19 UTC (rev 185151)
+++ PKGBUILD2016-08-04 21:24:28 UTC (rev 185152)
@@ -7,7 +7,7 @@
 
 pkgname=mediastreamer
 pkgver=2.12.1
-pkgrel=9
+pkgrel=10
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org/;


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

2016-08-04 Thread Christian Hesse
Date: Thursday, August 4, 2016 @ 21:24:32
  Author: eworm
Revision: 185153

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

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

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

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

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

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

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

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

2016-08-04 Thread Bartłomiej Piotrowski
Date: Thursday, August 4, 2016 @ 21:00:03
  Author: bpiotrowski
Revision: 273050

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

Added:
  avidemux/repos/testing-i686/
  avidemux/repos/testing-i686/PKGBUILD
(from rev 273049, avidemux/trunk/PKGBUILD)
  avidemux/repos/testing-i686/PKGBUILD.WIP
(from rev 273049, avidemux/trunk/PKGBUILD.WIP)
  avidemux/repos/testing-i686/avidemux.install
(from rev 273049, avidemux/trunk/avidemux.install)
  avidemux/repos/testing-i686/buildfix.patch
(from rev 273049, avidemux/trunk/buildfix.patch)
  avidemux/repos/testing-i686/mangled-variables-used-attribute.patch
(from rev 273049, avidemux/trunk/mangled-variables-used-attribute.patch)
  avidemux/repos/testing-x86_64/
  avidemux/repos/testing-x86_64/PKGBUILD
(from rev 273049, avidemux/trunk/PKGBUILD)
  avidemux/repos/testing-x86_64/PKGBUILD.WIP
(from rev 273049, avidemux/trunk/PKGBUILD.WIP)
  avidemux/repos/testing-x86_64/avidemux.install
(from rev 273049, avidemux/trunk/avidemux.install)
  avidemux/repos/testing-x86_64/buildfix.patch
(from rev 273049, avidemux/trunk/buildfix.patch)
  avidemux/repos/testing-x86_64/mangled-variables-used-attribute.patch
(from rev 273049, avidemux/trunk/mangled-variables-used-attribute.patch)

---+
 testing-i686/PKGBUILD |  133 
 testing-i686/PKGBUILD.WIP |   84 ++
 testing-i686/avidemux.install |   11 +
 testing-i686/buildfix.patch   |   63 +++
 testing-i686/mangled-variables-used-attribute.patch   |   12 +
 testing-x86_64/PKGBUILD   |  133 
 testing-x86_64/PKGBUILD.WIP   |   84 ++
 testing-x86_64/avidemux.install   |   11 +
 testing-x86_64/buildfix.patch |   63 +++
 testing-x86_64/mangled-variables-used-attribute.patch |   12 +
 10 files changed, 606 insertions(+)

Copied: avidemux/repos/testing-i686/PKGBUILD (from rev 273049, 
avidemux/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-04 21:00:03 UTC (rev 273050)
@@ -0,0 +1,133 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgbase=avidemux
+pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
+pkgver=2.5.6
+pkgrel=15
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://fixounet.free.fr/avidemux/;
+makedepends=('cmake' 'libxslt' 'gtk2' 'qt4' 'jack' 'libvorbis' 'sdl' 'libxv'
+ 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'libx264' 
'libsamplerate'
+ 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva')
+options=('!makeflags' '!emptydirs')
+source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz
+mangled-variables-used-attribute.patch
+buildfix.patch)
+sha1sums=('47205c236bf6a4435b9d4dd944493c7b7e2752f5'
+  'da66b69593da62373f2309f88a284145fbfd99ac'
+  '8b4b45627a8ed4409e32ac2ece361a0cf935e9d4')
+
+prepare() {
+  cd ${pkgbase}_${pkgver}
+
+  # Fix build on i686 when using GCC 5.1
+  # https://bugs.archlinux.org/task/45361
+  patch -Np1 -i ../mangled-variables-used-attribute.patch
+
+  # Fix build with gcc 6.1 and libvpx 1.6.0
+  patch -Np1 -i ../buildfix.patch
+}
+
+build() {
+  cd ${pkgbase}_${pkgver}
+  mkdir build
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release \
+-D CMAKE_SKIP_RPATH=ON -D GTK=1 -D QT4=1 \
+-D LRELEASE_EXECUTABLE=/usr/lib/qt4/bin/lrelease ..
+  make
+
+# plugin build expects libraries to be already installed; we fake a prefix
+# in build/ by symlinking all libraries to build/lib/
+  cd lib
+  find ../avidemux -name '*.so*' | xargs ln -sft .
+  cd ../../plugins
+  mkdir build
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D 
AVIDEMUX_SOURCE_DIR="${srcdir}/avidemux_${pkgver}" \
+-D AVIDEMUX_CORECONFIG_DIR="${srcdir}/avidemux_${pkgver}/build/config" \
+-D AVIDEMUX_INSTALL_PREFIX="${srcdir}/avidemux_${pkgver}/build" \
+-D CMAKE_BUILD_TYPE=Release -D CMAKE_SKIP_RPATH=ON ..
+  make
+}
+
+package_avidemux-cli() {
+  pkgdesc="A graphical tool to edit video (filter/re-encode/split)"
+  depends=('libxml2' 'sdl' 'fontconfig' 'libvpx' 'libva')
+  optdepends=('lame: for the corresponding audio encoder plugin'
+  'faac: for the corresponding audio encoder plugin'
+  'faad2: for the corresponding audio decoder plugin'
+  'opencore-amr: for the corresponding audio decoder plugin'
+  'jack: for the corresponding audio device plugin'
+  'libpulse: for the corresponding audio device plugin'
+  'sdl: for the corresponding audio device plugin'
+  'libx264: for the corresponding video encoder plugin'
+  

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

2016-08-04 Thread Bartłomiej Piotrowski
Date: Thursday, August 4, 2016 @ 20:59:53
  Author: bpiotrowski
Revision: 273049

upgpkg: avidemux 2.5.6-15

rebuild against libvpx 1.6.0

Added:
  avidemux/trunk/buildfix.patch
Modified:
  avidemux/trunk/PKGBUILD

+
 PKGBUILD   |   11 ++---
 buildfix.patch |   63 +++
 2 files changed, 71 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 20:55:33 UTC (rev 273048)
+++ PKGBUILD2016-08-04 20:59:53 UTC (rev 273049)
@@ -4,7 +4,7 @@
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
 pkgver=2.5.6
-pkgrel=14
+pkgrel=15
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://fixounet.free.fr/avidemux/;
@@ -13,9 +13,11 @@
  'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva')
 options=('!makeflags' '!emptydirs')
 source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz
-mangled-variables-used-attribute.patch)
+mangled-variables-used-attribute.patch
+buildfix.patch)
 sha1sums=('47205c236bf6a4435b9d4dd944493c7b7e2752f5'
-  'da66b69593da62373f2309f88a284145fbfd99ac')
+  'da66b69593da62373f2309f88a284145fbfd99ac'
+  '8b4b45627a8ed4409e32ac2ece361a0cf935e9d4')
 
 prepare() {
   cd ${pkgbase}_${pkgver}
@@ -23,6 +25,9 @@
   # Fix build on i686 when using GCC 5.1
   # https://bugs.archlinux.org/task/45361
   patch -Np1 -i ../mangled-variables-used-attribute.patch
+
+  # Fix build with gcc 6.1 and libvpx 1.6.0
+  patch -Np1 -i ../buildfix.patch
 }
 
 build() {

Added: buildfix.patch
===
--- buildfix.patch  (rev 0)
+++ buildfix.patch  2016-08-04 20:59:53 UTC (rev 273049)
@@ -0,0 +1,63 @@
+diff --git a/avidemux/ADM_inputs/ADM_h263/ADM_mp4.cpp 
b/avidemux/ADM_inputs/ADM_h263/ADM_mp4.cpp
+index 9d11e5d..8f6ac7f 100644
+--- a/avidemux/ADM_inputs/ADM_h263/ADM_mp4.cpp
 b/avidemux/ADM_inputs/ADM_h263/ADM_mp4.cpp
+@@ -70,8 +70,8 @@ cb cb_decode[]={
+ 
+ };
+ 
+-#define ONEOPT(x) {if(parser->read1bit()) printf("\t"x"\n");  
}
+-#define NOT_ONEOPT(x) {if(!parser->read1bit()) printf("\t"x"\n"); 
}
++#define ONEOPT(x) {if(parser->read1bit()) printf("\t" x "\n");
}
++#define NOT_ONEOPT(x) {if(!parser->read1bit()) printf("\t" x "\n");   
}
+ #define TWOPT(x,y) {if(parser->read1bit()) printf(x); else printf(y); 
}
+ 
+ //_
+diff --git a/avidemux/ADM_inputs/ADM_ogm/ADM_ogmAudio.cpp 
b/avidemux/ADM_inputs/ADM_ogm/ADM_ogmAudio.cpp
+index 944d0bf..3763dd0 100644
+--- a/avidemux/ADM_inputs/ADM_ogm/ADM_ogmAudio.cpp
 b/avidemux/ADM_inputs/ADM_ogm/ADM_ogmAudio.cpp
+@@ -402,7 +402,7 @@ static WAVHeader hdr;
+   // Now we forward till the next header is > value
+   
while(_demuxer->readHeaderOfType(_currentTrack->audioTrack,,,))
+   {
+-  if(f>val || abs(f-val)val || 
abs(static_cast(f-val))mests[k];
+   orgblk = org + (i0+matchrec.x)+rowstride*(j0+matchrec.y);
+-  penalty = (abs(matchrec.x) + abs(matchrec.y))<<3;
++  penalty = (abs(static_cast(matchrec.x)) + 
abs(static_cast(matchrec.y)))<<3;
+   
+   /* Get SAD for macroblocks: orgblk,orgblk(+1,0),
+  orgblk(0,+1), and orgblk(+1,+1)
+diff --git a/plugins/ADM_videoFilters/Telecide/ADM_vidDecTelecide.cpp 
b/plugins/ADM_videoFilters/Telecide/ADM_vidDecTelecide.cpp
+index c0cabbe..3a8f699 100644
+--- a/plugins/ADM_videoFilters/Telecide/ADM_vidDecTelecide.cpp
 b/plugins/ADM_videoFilters/Telecide/ADM_vidDecTelecide.cpp
+@@ -690,7 +690,7 @@ uint8_t *finalpU,*finalpV;
+ {
+ // The chosen frame doesn't match the 
prediction.
+ if (predicted_metric == 0) mismatch = 0.0;
+-else mismatch = (100.0*abs(predicted_metric - 
lowest))/predicted_metric;
++ 

[arch-commits] Commit in net-tools/trunk (Makefile.patch PKGBUILD)

2016-08-04 Thread Christian Hesse
Date: Thursday, August 4, 2016 @ 20:55:28
  Author: eworm
Revision: 273047

upgpkg: net-tools 1.60.20160710git-1

* pull in last upstream commit
* remove unused patch

Modified:
  net-tools/trunk/PKGBUILD
Deleted:
  net-tools/trunk/Makefile.patch

+
 Makefile.patch |   17 -
 PKGBUILD   |5 +++--
 2 files changed, 3 insertions(+), 19 deletions(-)

Deleted: Makefile.patch
===
--- Makefile.patch  2016-08-04 20:53:13 UTC (rev 273046)
+++ Makefile.patch  2016-08-04 20:55:28 UTC (rev 273047)
@@ -1,17 +0,0 @@
 Makefile.old   2012-08-07 22:07:58.235437087 +0200
-+++ Makefile   2012-08-07 22:10:21.192104345 +0200
-@@ -239,12 +239,12 @@
-   install -m 0755 -d ${BASEDIR}/bin
-   install -m 0755 arp${BASEDIR}/sbin
-   install -m 0755 hostname   ${BASEDIR}/bin
--  install -m 0755 ifconfig   ${BASEDIR}/bin
-+  install -m 0755 ifconfig   ${BASEDIR}/sbin
-   install -m 0755 nameif ${BASEDIR}/sbin
-   install -m 0755 netstat${BASEDIR}/bin
-   install -m 0755 plipconfig $(BASEDIR)/sbin
-   install -m 0755 rarp   ${BASEDIR}/sbin
--  install -m 0755 route  ${BASEDIR}/bin
-+  install -m 0755 route  ${BASEDIR}/sbin
-   install -m 0755 slattach   $(BASEDIR)/sbin
- ifeq ($(HAVE_IP_TOOLS),1)
-   install -m 0755 ipmaddr$(BASEDIR)/sbin

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 20:53:13 UTC (rev 273046)
+++ PKGBUILD2016-08-04 20:55:28 UTC (rev 273047)
@@ -3,7 +3,8 @@
 # Contributor: judd 
 
 pkgname=net-tools
-pkgver=1.60.20160215git
+pkgver=1.60.20160710git
+_commit=115f1af2
 pkgrel=1
 pkgdesc="Configuration tools for Linux networking"
 arch=('i686' 'x86_64')
@@ -12,7 +13,7 @@
 depends=('glibc')
 makedepends=('git')
 # use git snapshot currently prefered over release
-source=("net-tools::git://git.code.sf.net/p/net-tools/code#commit=bd8bce")
+source=("net-tools::git://git.code.sf.net/p/net-tools/code#commit=${_commit}")
 options=(!makeflags)
 sha1sums=('SKIP')
 


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

2016-08-04 Thread Christian Hesse
Date: Thursday, August 4, 2016 @ 20:55:33
  Author: eworm
Revision: 273048

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

Added:
  net-tools/repos/testing-i686/PKGBUILD
(from rev 273047, net-tools/trunk/PKGBUILD)
  net-tools/repos/testing-x86_64/PKGBUILD
(from rev 273047, net-tools/trunk/PKGBUILD)
Deleted:
  net-tools/repos/testing-i686/Makefile.patch
  net-tools/repos/testing-i686/PKGBUILD
  net-tools/repos/testing-x86_64/Makefile.patch
  net-tools/repos/testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 testing-i686/Makefile.patch   |   17 
 testing-i686/PKGBUILD |   40 ---
 testing-x86_64/Makefile.patch |   17 
 testing-x86_64/PKGBUILD   |   40 ---
 5 files changed, 82 insertions(+), 114 deletions(-)

Deleted: testing-i686/Makefile.patch
===
--- testing-i686/Makefile.patch 2016-08-04 20:55:28 UTC (rev 273047)
+++ testing-i686/Makefile.patch 2016-08-04 20:55:33 UTC (rev 273048)
@@ -1,17 +0,0 @@
 Makefile.old   2012-08-07 22:07:58.235437087 +0200
-+++ Makefile   2012-08-07 22:10:21.192104345 +0200
-@@ -239,12 +239,12 @@
-   install -m 0755 -d ${BASEDIR}/bin
-   install -m 0755 arp${BASEDIR}/sbin
-   install -m 0755 hostname   ${BASEDIR}/bin
--  install -m 0755 ifconfig   ${BASEDIR}/bin
-+  install -m 0755 ifconfig   ${BASEDIR}/sbin
-   install -m 0755 nameif ${BASEDIR}/sbin
-   install -m 0755 netstat${BASEDIR}/bin
-   install -m 0755 plipconfig $(BASEDIR)/sbin
-   install -m 0755 rarp   ${BASEDIR}/sbin
--  install -m 0755 route  ${BASEDIR}/bin
-+  install -m 0755 route  ${BASEDIR}/sbin
-   install -m 0755 slattach   $(BASEDIR)/sbin
- ifeq ($(HAVE_IP_TOOLS),1)
-   install -m 0755 ipmaddr$(BASEDIR)/sbin

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-08-04 20:55:28 UTC (rev 273047)
+++ testing-i686/PKGBUILD   2016-08-04 20:55:33 UTC (rev 273048)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: judd 
-
-pkgname=net-tools
-pkgver=1.60.20160215git
-pkgrel=1
-pkgdesc="Configuration tools for Linux networking"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://net-tools.sourceforge.net/;
-depends=('glibc')
-makedepends=('git')
-# use git snapshot currently prefered over release
-source=("net-tools::git://git.code.sf.net/p/net-tools/code#commit=bd8bce")
-options=(!makeflags)
-sha1sums=('SKIP')
-
-prepare() {
-  sed -i "s#/sbin#/bin#" ${srcdir}/${pkgname}/Makefile
-  sed -i "s#/usr##" ${srcdir}/${pkgname}/man/Makefile
-}
-
-build() {
-  cd ${srcdir}/${pkgname}
-  yes "" | make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-  make DESTDIR=${pkgdir}/usr update
-
-  # the following is provided by yp-tools
-  rm "${pkgdir}"/usr/bin/{nis,yp}domainname
-  rm "${pkgdir}"/usr/share/man/man1/{nis,yp}domainname.1
-
-  # hostname is provided by inetutils
-  rm "${pkgdir}"/usr/bin/{hostname,dnsdomainname,domainname}
-  rm -rf "${pkgdir}"/usr/share/man/man1
-}

Copied: net-tools/repos/testing-i686/PKGBUILD (from rev 273047, 
net-tools/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-04 20:55:33 UTC (rev 273048)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: judd 
+
+pkgname=net-tools
+pkgver=1.60.20160710git
+_commit=115f1af2
+pkgrel=1
+pkgdesc="Configuration tools for Linux networking"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://net-tools.sourceforge.net/;
+depends=('glibc')
+makedepends=('git')
+# use git snapshot currently prefered over release
+source=("net-tools::git://git.code.sf.net/p/net-tools/code#commit=${_commit}")
+options=(!makeflags)
+sha1sums=('SKIP')
+
+prepare() {
+  sed -i "s#/sbin#/bin#" ${srcdir}/${pkgname}/Makefile
+  sed -i "s#/usr##" ${srcdir}/${pkgname}/man/Makefile
+}
+
+build() {
+  cd ${srcdir}/${pkgname}
+  yes "" | make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=${pkgdir}/usr update
+
+  # the following is provided by yp-tools
+  rm "${pkgdir}"/usr/bin/{nis,yp}domainname
+  rm "${pkgdir}"/usr/share/man/man1/{nis,yp}domainname.1
+
+  # hostname is provided by inetutils
+  rm "${pkgdir}"/usr/bin/{hostname,dnsdomainname,domainname}
+  rm -rf "${pkgdir}"/usr/share/man/man1
+}

Deleted: testing-x86_64/Makefile.patch
===
--- testing-x86_64/Makefile.patch   2016-08-04 20:55:28 UTC (rev 273047)
+++ testing-x86_64/Makefile.patch   2016-08-04 20:55:33 UTC (rev 273048)
@@ -1,17 +0,0 @@
 Makefile.old   2012-08-07 22:07:58.235437087 +0200
-+++ Makefile   

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

2016-08-04 Thread Jan Steffens
Date: Thursday, August 4, 2016 @ 20:49:37
  Author: heftig
Revision: 273044

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 273043, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk-query-immodules-3.0.hook
(from rev 273043, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-i686/gtk-update-icon-cache.hook
(from rev 273043, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-i686/gtk-update-icon-cache.script
(from rev 273043, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-i686/gtk3.install
(from rev 273043, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 273043, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 273043, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
(from rev 273043, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
(from rev 273043, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
(from rev 273043, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 273043, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 273043, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-i686/gtk-update-icon-cache.hook
  gtk3/repos/extra-i686/gtk-update-icon-cache.script
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

---+
 /PKGBUILD |  150 
 /gtk-query-immodules-3.0.hook |   22 
 /gtk-update-icon-cache.hook   |   26 
 /gtk-update-icon-cache.script |   20 +++
 /gtk3.install |6 +
 /settings.ini |8 +
 extra-i686/PKGBUILD   |   75 --
 extra-i686/gtk-query-immodules-3.0.hook   |   11 --
 extra-i686/gtk-update-icon-cache.hook |   13 --
 extra-i686/gtk-update-icon-cache.script   |   10 -
 extra-i686/gtk3.install   |3 
 extra-i686/settings.ini   |4 
 extra-x86_64/PKGBUILD |   75 --
 extra-x86_64/gtk-query-immodules-3.0.hook |   11 --
 extra-x86_64/gtk-update-icon-cache.hook   |   13 --
 extra-x86_64/gtk-update-icon-cache.script |   10 -
 extra-x86_64/gtk3.install |3 
 extra-x86_64/settings.ini |4 
 18 files changed, 232 insertions(+), 232 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-04 20:49:00 UTC (rev 273043)
+++ extra-i686/PKGBUILD 2016-08-04 20:49:37 UTC (rev 273044)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.20.6
-pkgrel=2
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(i686 x86_64)
-url="http://www.gtk.org/;
-depends=(atk cairo libcups libxcursor libxinerama libxrandr libxi libepoxy 
gdk-pixbuf2
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
- adwaita-icon-theme json-glib rest librsvg wayland-protocols 
desktop-file-utils mesa)
-makedepends=(gobject-introspection libcanberra gtk-doc)
-license=(LGPL)
-source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('3f8016563a96b1cfef4ac9e795647f6316deb2978ff939b19e4e4f8f936fa4b2'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
-'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
-
-prepare() {
-cd gtk+-$pkgver
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "gtk+-$pkgver"
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-

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

2016-08-04 Thread Jan Steffens
Date: Thursday, August 4, 2016 @ 20:42:54
  Author: heftig
Revision: 273041

3.20.8-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 20:12:33 UTC (rev 273040)
+++ PKGBUILD2016-08-04 20:42:54 UTC (rev 273041)
@@ -4,8 +4,8 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.20.6
-pkgrel=2
+pkgver=3.20.8
+pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(i686 x86_64)
 url="http://www.gtk.org/;
@@ -19,7 +19,7 @@
 gtk-query-immodules-3.0.hook
 gtk-update-icon-cache.hook
 gtk-update-icon-cache.script)
-sha256sums=('3f8016563a96b1cfef4ac9e795647f6316deb2978ff939b19e4e4f8f936fa4b2'
+sha256sums=('9841bd9b4d23c045c474b10fdde9da958af904b63783701e796391d55d4396f3'
 '01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
 'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
 '496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'


[arch-commits] Commit in libbraiding (5 files)

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 20:32:44
  Author: arojas
Revision: 185107

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

Added:
  libbraiding/repos/
  libbraiding/repos/community-i686/
  libbraiding/repos/community-i686/PKGBUILD
(from rev 185106, libbraiding/trunk/PKGBUILD)
  libbraiding/repos/community-x86_64/
  libbraiding/repos/community-x86_64/PKGBUILD
(from rev 185106, libbraiding/trunk/PKGBUILD)

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

Copied: libbraiding/repos/community-i686/PKGBUILD (from rev 185106, 
libbraiding/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-08-04 20:32:44 UTC (rev 185107)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 171251 2016-04-17 14:15:52Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=libbraiding
+pkgver=1.0
+pkgrel=1
+pkgdesc="Library to compute several properties of braids, including 
centralizer and conjugacy check"
+arch=(i686 x86_64)
+url="https://github.com/miguelmarco/libbraiding;
+license=(GPL3)
+depends=(gcc-libs)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/libbraiding/$pkgname-$pkgver.tar.gz;)
+md5sums=('969f2f1f412c60e8ff1ea107f00a25b1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Copied: libbraiding/repos/community-x86_64/PKGBUILD (from rev 185106, 
libbraiding/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-08-04 20:32:44 UTC (rev 185107)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 171251 2016-04-17 14:15:52Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=libbraiding
+pkgver=1.0
+pkgrel=1
+pkgdesc="Library to compute several properties of braids, including 
centralizer and conjugacy check"
+arch=(i686 x86_64)
+url="https://github.com/miguelmarco/libbraiding;
+license=(GPL3)
+depends=(gcc-libs)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/libbraiding/$pkgname-$pkgver.tar.gz;)
+md5sums=('969f2f1f412c60e8ff1ea107f00a25b1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+


[arch-commits] Commit in sage-notebook-exporter (3 files)

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 20:35:36
  Author: arojas
Revision: 185109

archrelease: copy trunk to community-any

Added:
  sage-notebook-exporter/repos/
  sage-notebook-exporter/repos/community-any/
  sage-notebook-exporter/repos/community-any/PKGBUILD
(from rev 185108, sage-notebook-exporter/trunk/PKGBUILD)

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

Copied: sage-notebook-exporter/repos/community-any/PKGBUILD (from rev 185108, 
sage-notebook-exporter/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2016-08-04 20:35:36 UTC (rev 185109)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 182622 2016-07-10 18:58:46Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=sage-notebook-exporter
+pkgver=2.0
+pkgrel=1
+pkgdesc="Jupyter extension to export notebooks from SageNB"
+arch=(any)
+url="https://github.com/vbraun/ExportSageNB;
+license=(GPL3)
+depends=(jupyter-nbconvert ipython python-six)
+makedepends=(python-setuptools)
+source=("https://github.com/vbraun/ExportSageNB/archive/v$pkgver.tar.gz;)
+md5sums=('e657f30d2d6cf8d23626c75411f6818c')
+
+package() {
+  cd ExportSageNB-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in (3 files)

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 20:35:04
  Author: arojas
Revision: 185108

New sagemath dependency

Added:
  sage-notebook-exporter/
  sage-notebook-exporter/trunk/
  sage-notebook-exporter/trunk/PKGBUILD

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

Added: sage-notebook-exporter/trunk/PKGBUILD
===
--- sage-notebook-exporter/trunk/PKGBUILD   (rev 0)
+++ sage-notebook-exporter/trunk/PKGBUILD   2016-08-04 20:35:04 UTC (rev 
185108)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 182622 2016-07-10 18:58:46Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=sage-notebook-exporter
+pkgver=2.0
+pkgrel=1
+pkgdesc="Jupyter extension to export notebooks from SageNB"
+arch=(any)
+url="https://github.com/vbraun/ExportSageNB;
+license=(GPL3)
+depends=(jupyter-nbconvert ipython python-six)
+makedepends=(python-setuptools)
+source=("https://github.com/vbraun/ExportSageNB/archive/v$pkgver.tar.gz;)
+md5sums=('e657f30d2d6cf8d23626c75411f6818c')
+
+package() {
+  cd ExportSageNB-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 20:32:02
  Author: arojas
Revision: 185106

New sagemath dependency

Added:
  libbraiding/
  libbraiding/trunk/
  libbraiding/trunk/PKGBUILD

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

Added: libbraiding/trunk/PKGBUILD
===
--- libbraiding/trunk/PKGBUILD  (rev 0)
+++ libbraiding/trunk/PKGBUILD  2016-08-04 20:32:02 UTC (rev 185106)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 171251 2016-04-17 14:15:52Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=libbraiding
+pkgver=1.0
+pkgrel=1
+pkgdesc="Library to compute several properties of braids, including 
centralizer and conjugacy check"
+arch=(i686 x86_64)
+url="https://github.com/miguelmarco/libbraiding;
+license=(GPL3)
+depends=(gcc-libs)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/libbraiding/$pkgname-$pkgver.tar.gz;)
+md5sums=('969f2f1f412c60e8ff1ea107f00a25b1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 20:27:38
  Author: arojas
Revision: 185105

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

Added:
  pari-sage/repos/community-staging-i686/
  pari-sage/repos/community-staging-i686/PKGBUILD
(from rev 185104, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 185104, pari-sage/trunk/PKGBUILD)

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

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 185104, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-04 20:27:38 UTC (rev 185105)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8-2972-gcc5b867
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;
+   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
+md5sums=('22641e7193ae7c88bd5548ccda9b3381'
+ '8cc6dc97128ae6ab965e5d1924d2318c')
+
+prepare() {
+  cd pari-${_pkgver}
+# Silence warnings when increasing stack size
+  patch -p1 -i ../stackwarn.patch
+}
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+}

Copied: pari-sage/repos/community-staging-x86_64/PKGBUILD (from rev 185104, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-04 20:27:38 UTC (rev 185105)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8-2972-gcc5b867
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;
+   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
+md5sums=('22641e7193ae7c88bd5548ccda9b3381'
+ '8cc6dc97128ae6ab965e5d1924d2318c')
+
+prepare() {
+  cd pari-${_pkgver}
+# Silence warnings when increasing stack size
+  patch -p1 -i ../stackwarn.patch
+}
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+}


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 20:27:07
  Author: arojas
Revision: 185104

Update to 2.8.2972

Modified:
  pari-sage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 20:04:07 UTC (rev 185103)
+++ PKGBUILD2016-08-04 20:27:07 UTC (rev 185104)
@@ -3,9 +3,9 @@
 # Contributor: Gaetan Bisson 
 
 pkgname=pari-sage
-_pkgver=2.8-2341-g61b65cc
+_pkgver=2.8-2972-gcc5b867
 pkgver=${_pkgver//-/.}
-pkgrel=3
+pkgrel=1
 pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
 url='http://pari.math.u-bordeaux.fr/'
 license=(GPL)
@@ -17,7 +17,7 @@
 provides=(pari)
 source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;

https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
-md5sums=('03b83e4af898f456cae16c9ade1e1cb5'
+md5sums=('22641e7193ae7c88bd5548ccda9b3381'
  '8cc6dc97128ae6ab965e5d1924d2318c')
 
 prepare() {


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

2016-08-04 Thread Andreas Radke
Date: Thursday, August 4, 2016 @ 20:12:33
  Author: andyrtr
Revision: 273040

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

Added:
  openjpeg2/repos/testing-i686/
  openjpeg2/repos/testing-i686/PKGBUILD
(from rev 273039, openjpeg2/trunk/PKGBUILD)
  openjpeg2/repos/testing-x86_64/
  openjpeg2/repos/testing-x86_64/PKGBUILD
(from rev 273039, openjpeg2/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   55 ++
 testing-x86_64/PKGBUILD |   55 ++
 2 files changed, 110 insertions(+)

Copied: openjpeg2/repos/testing-i686/PKGBUILD (from rev 273039, 
openjpeg2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-04 20:12:33 UTC (rev 273040)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Sergej Pupykin 
+
+pkgname=openjpeg2
+pkgver=2.1.1
+pkgrel=2
+pkgdesc="An open source JPEG 2000 codec, version ${pkgver}"
+arch=(i686 x86_64)
+license=('custom: BSD')
+url="http://www.openjpeg.org;
+makedepends=('cmake' 'doxygen')
+ #'fcgi' 'xerces2-java')
+depends=('zlib' 'libpng' 'libtiff' 'lcms2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/uclouvain/openjpeg/archive/v$pkgver.tar.gz;)
+md5sums=('0cc4b2aee0a9b6e9e21b7abcd201a3ec')
+
+prepare() {
+  cd ${srcdir}
+  mkdir build
+  # Install doxygen docs to the right directory
+  sed -i -e "s:DESTINATION\ share/doc:DESTINATION\ share/doc/${pkgname}:" 
openjpeg-${pkgver}/doc/CMakeLists.txt
+}
+
+build() {
+  cd "${srcdir}/build"
+
+  # CMAKE flags
+  # MJ2 executables: '-DBUILD_MJ2:bool=on' (default: 'OFF')
+  # JPWL executables and JPWL library: '-DBUILD_JPWL:bool=on' (default: 'OFF')
+  # JPIP client (java compiler recommended) library and executables: 
'-DBUILD_JPIP:bool=on' (default: 'OFF')
+  # JPIP server (need fcgi) library and executables: 
'-DBUILD_JPIP_SERVER:bool=on' (default: 'OFF')
+
+  cmake "../openjpeg-${pkgver}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_DOC=on
+
+#-DBUILD_MJ2=ON \
+#-DBUILD_JPWL=ON \
+#-DBUILD_JPIP=ON \
+#-DBUILD_JPIP_SERVER=ON \
+#-DBUILD_JP3D=ON # --help -LAH
+
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/openjpeg2"
+  mv ${pkgdir}/usr/share/doc/openjpeg-2.1/LICENSE 
${pkgdir}/usr/share/licenses/openjpeg2
+  rmdir ${pkgdir}/usr/share/doc/openjpeg-2.1
+}

Copied: openjpeg2/repos/testing-x86_64/PKGBUILD (from rev 273039, 
openjpeg2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-04 20:12:33 UTC (rev 273040)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Sergej Pupykin 
+
+pkgname=openjpeg2
+pkgver=2.1.1
+pkgrel=2
+pkgdesc="An open source JPEG 2000 codec, version ${pkgver}"
+arch=(i686 x86_64)
+license=('custom: BSD')
+url="http://www.openjpeg.org;
+makedepends=('cmake' 'doxygen')
+ #'fcgi' 'xerces2-java')
+depends=('zlib' 'libpng' 'libtiff' 'lcms2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/uclouvain/openjpeg/archive/v$pkgver.tar.gz;)
+md5sums=('0cc4b2aee0a9b6e9e21b7abcd201a3ec')
+
+prepare() {
+  cd ${srcdir}
+  mkdir build
+  # Install doxygen docs to the right directory
+  sed -i -e "s:DESTINATION\ share/doc:DESTINATION\ share/doc/${pkgname}:" 
openjpeg-${pkgver}/doc/CMakeLists.txt
+}
+
+build() {
+  cd "${srcdir}/build"
+
+  # CMAKE flags
+  # MJ2 executables: '-DBUILD_MJ2:bool=on' (default: 'OFF')
+  # JPWL executables and JPWL library: '-DBUILD_JPWL:bool=on' (default: 'OFF')
+  # JPIP client (java compiler recommended) library and executables: 
'-DBUILD_JPIP:bool=on' (default: 'OFF')
+  # JPIP server (need fcgi) library and executables: 
'-DBUILD_JPIP_SERVER:bool=on' (default: 'OFF')
+
+  cmake "../openjpeg-${pkgver}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_DOC=on
+
+#-DBUILD_MJ2=ON \
+#-DBUILD_JPWL=ON \
+#-DBUILD_JPIP=ON \
+#-DBUILD_JPIP_SERVER=ON \
+#-DBUILD_JP3D=ON # --help -LAH
+
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/openjpeg2"
+  mv ${pkgdir}/usr/share/doc/openjpeg-2.1/LICENSE 
${pkgdir}/usr/share/licenses/openjpeg2
+  rmdir ${pkgdir}/usr/share/doc/openjpeg-2.1
+}


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

2016-08-04 Thread Andreas Radke
Date: Thursday, August 4, 2016 @ 20:12:21
  Author: andyrtr
Revision: 273039

upgpkg: openjpeg2 2.1.1-2

move pkg to extra to become the default openjpeg library; add docs

Modified:
  openjpeg2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 19:53:34 UTC (rev 273038)
+++ PKGBUILD2016-08-04 20:12:21 UTC (rev 273039)
@@ -1,25 +1,55 @@
 # $Id$
-# Maintainer: Sergej Pupykin 
+# Maintainer: Andreas Radke 
+# Contributor: Sergej Pupykin 
 
 pkgname=openjpeg2
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An open source JPEG 2000 codec, version ${pkgver}"
 arch=(i686 x86_64)
-license=('BSD')
+license=('custom: BSD')
 url="http://www.openjpeg.org;
-makedepends=('cmake')
-depends=('zlib')
+makedepends=('cmake' 'doxygen')
+ #'fcgi' 'xerces2-java')
+depends=('zlib' 'libpng' 'libtiff' 'lcms2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/uclouvain/openjpeg/archive/v$pkgver.tar.gz;)
 md5sums=('0cc4b2aee0a9b6e9e21b7abcd201a3ec')
 
+prepare() {
+  cd ${srcdir}
+  mkdir build
+  # Install doxygen docs to the right directory
+  sed -i -e "s:DESTINATION\ share/doc:DESTINATION\ share/doc/${pkgname}:" 
openjpeg-${pkgver}/doc/CMakeLists.txt
+}
+
 build() {
-  cd "${srcdir}/openjpeg-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_DOC=on .
+  cd "${srcdir}/build"
+
+  # CMAKE flags
+  # MJ2 executables: '-DBUILD_MJ2:bool=on' (default: 'OFF')
+  # JPWL executables and JPWL library: '-DBUILD_JPWL:bool=on' (default: 'OFF')
+  # JPIP client (java compiler recommended) library and executables: 
'-DBUILD_JPIP:bool=on' (default: 'OFF')
+  # JPIP server (need fcgi) library and executables: 
'-DBUILD_JPIP_SERVER:bool=on' (default: 'OFF')
+
+  cmake "../openjpeg-${pkgver}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_DOC=on
+
+#-DBUILD_MJ2=ON \
+#-DBUILD_JPWL=ON \
+#-DBUILD_JPIP=ON \
+#-DBUILD_JPIP_SERVER=ON \
+#-DBUILD_JP3D=ON # --help -LAH
+
   make
 }
 
 package() {
-  cd "${srcdir}/openjpeg-${pkgver}"
+  cd "${srcdir}/build"
   make DESTDIR="${pkgdir}" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/openjpeg2"
+  mv ${pkgdir}/usr/share/doc/openjpeg-2.1/LICENSE 
${pkgdir}/usr/share/licenses/openjpeg2
+  rmdir ${pkgdir}/usr/share/doc/openjpeg-2.1
 }


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 20:03:30
  Author: arojas
Revision: 185102

New sagemath dependency

Added:
  libhomfly/
  libhomfly/trunk/
  libhomfly/trunk/PKGBUILD

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

Added: libhomfly/trunk/PKGBUILD
===
--- libhomfly/trunk/PKGBUILD(rev 0)
+++ libhomfly/trunk/PKGBUILD2016-08-04 20:03:30 UTC (rev 185102)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 171251 2016-04-17 14:15:52Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=libhomfly
+pkgver=1.0
+pkgrel=1
+pkgdesc="Library to compute the homfly polynomial of a link"
+arch=(i686 x86_64)
+url="https://github.com/miguelmarco/libhomfly;
+license=(custom)
+depends=(gc)
+source=("https://github.com/miguelmarco/libhomfly/archive/$pkgver.tar.gz;)
+md5sums=('3f9e6e0330f246e2bb9a1c5474256e82')
+
+build() {
+  cd $pkgname-$pkgver
+  autoreconf -vi
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in libhomfly (5 files)

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 20:04:07
  Author: arojas
Revision: 185103

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

Added:
  libhomfly/repos/
  libhomfly/repos/community-i686/
  libhomfly/repos/community-i686/PKGBUILD
(from rev 185102, libhomfly/trunk/PKGBUILD)
  libhomfly/repos/community-x86_64/
  libhomfly/repos/community-x86_64/PKGBUILD
(from rev 185102, libhomfly/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   28 
 community-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: libhomfly/repos/community-i686/PKGBUILD (from rev 185102, 
libhomfly/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-08-04 20:04:07 UTC (rev 185103)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 171251 2016-04-17 14:15:52Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=libhomfly
+pkgver=1.0
+pkgrel=1
+pkgdesc="Library to compute the homfly polynomial of a link"
+arch=(i686 x86_64)
+url="https://github.com/miguelmarco/libhomfly;
+license=(custom)
+depends=(gc)
+source=("https://github.com/miguelmarco/libhomfly/archive/$pkgver.tar.gz;)
+md5sums=('3f9e6e0330f246e2bb9a1c5474256e82')
+
+build() {
+  cd $pkgname-$pkgver
+  autoreconf -vi
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+

Copied: libhomfly/repos/community-x86_64/PKGBUILD (from rev 185102, 
libhomfly/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-08-04 20:04:07 UTC (rev 185103)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 171251 2016-04-17 14:15:52Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=libhomfly
+pkgver=1.0
+pkgrel=1
+pkgdesc="Library to compute the homfly polynomial of a link"
+arch=(i686 x86_64)
+url="https://github.com/miguelmarco/libhomfly;
+license=(custom)
+depends=(gc)
+source=("https://github.com/miguelmarco/libhomfly/archive/$pkgver.tar.gz;)
+md5sums=('3f9e6e0330f246e2bb9a1c5474256e82')
+
+build() {
+  cd $pkgname-$pkgver
+  autoreconf -vi
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2016-08-04 Thread Anatol Pomozov
Date: Thursday, August 4, 2016 @ 19:58:18
  Author: anatolik
Revision: 185101

archrelease: copy trunk to community-testing-any

Added:
  ruby-tins/repos/community-testing-any/
  ruby-tins/repos/community-testing-any/PKGBUILD
(from rev 185100, ruby-tins/trunk/PKGBUILD)

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

Copied: ruby-tins/repos/community-testing-any/PKGBUILD (from rev 185100, 
ruby-tins/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-08-04 19:58:18 UTC (rev 185101)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Julien Nicoulaud 
+# Contributor: Hyacinthe Cartiaux 
+
+pkgname=ruby-tins
+pkgver=1.12.0
+pkgrel=1
+pkgdesc='All the stuff that is not good/big enough for a real library'
+arch=('any')
+url='https://github.com/flori/tins'
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/tins-${pkgver}.gem;)
+noextract=("tins-${pkgver}.gem")
+sha256sums=('f1d874386ab15d32cd9ade46f6dac5a1e7964025d639c908f9a4af15a32dca79')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} tins-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/ruby-tins
+  ln -s ${_gemdir}/gems/tins-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/ruby-tins/
+}


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

2016-08-04 Thread Anatol Pomozov
Date: Thursday, August 4, 2016 @ 19:57:59
  Author: anatolik
Revision: 185100

upgpkg: ruby-tins 1.12.0-1

Modified:
  ruby-tins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 19:54:07 UTC (rev 185099)
+++ PKGBUILD2016-08-04 19:57:59 UTC (rev 185100)
@@ -4,7 +4,7 @@
 # Contributor: Hyacinthe Cartiaux 
 
 pkgname=ruby-tins
-pkgver=1.11.0
+pkgver=1.12.0
 pkgrel=1
 pkgdesc='All the stuff that is not good/big enough for a real library'
 arch=('any')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/tins-${pkgver}.gem;)
 noextract=("tins-${pkgver}.gem")
-sha256sums=('b8b9e817007ca0866e1e0e94042beea177c60309ab34a16cce2c76c9c91720d2')
+sha256sums=('f1d874386ab15d32cd9ade46f6dac5a1e7964025d639c908f9a4af15a32dca79')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2016-08-04 Thread Christian Hesse
Date: Thursday, August 4, 2016 @ 19:49:39
  Author: eworm
Revision: 273036

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

Added:
  grub/repos/testing-i686/
  
grub/repos/testing-i686/0001-Fix-security-issue-when-reading-username-and-passwor.patch
(from rev 273035, 
grub/trunk/0001-Fix-security-issue-when-reading-username-and-passwor.patch)
  grub/repos/testing-i686/0002-intel-ucode.patch
(from rev 273035, grub/trunk/0002-intel-ucode.patch)
  grub/repos/testing-i686/0003-10_linux-detect-archlinux-initramfs.patch
(from rev 273035, grub/trunk/0003-10_linux-detect-archlinux-initramfs.patch)
  grub/repos/testing-i686/0004-add-GRUB_COLOR_variables.patch
(from rev 273035, grub/trunk/0004-add-GRUB_COLOR_variables.patch)
  grub/repos/testing-i686/0005-10_linux-fix-grouping-of-tests.patch
(from rev 273035, grub/trunk/0005-10_linux-fix-grouping-of-tests.patch)
  grub/repos/testing-i686/PKGBUILD
(from rev 273035, grub/trunk/PKGBUILD)
  grub/repos/testing-i686/grub.cfg
(from rev 273035, grub/trunk/grub.cfg)
  grub/repos/testing-i686/grub.default
(from rev 273035, grub/trunk/grub.default)
  grub/repos/testing-i686/grub.install
(from rev 273035, grub/trunk/grub.install)
  grub/repos/testing-x86_64/
  
grub/repos/testing-x86_64/0001-Fix-security-issue-when-reading-username-and-passwor.patch
(from rev 273035, 
grub/trunk/0001-Fix-security-issue-when-reading-username-and-passwor.patch)
  grub/repos/testing-x86_64/0002-intel-ucode.patch
(from rev 273035, grub/trunk/0002-intel-ucode.patch)
  grub/repos/testing-x86_64/0003-10_linux-detect-archlinux-initramfs.patch
(from rev 273035, grub/trunk/0003-10_linux-detect-archlinux-initramfs.patch)
  grub/repos/testing-x86_64/0004-add-GRUB_COLOR_variables.patch
(from rev 273035, grub/trunk/0004-add-GRUB_COLOR_variables.patch)
  grub/repos/testing-x86_64/0005-10_linux-fix-grouping-of-tests.patch
(from rev 273035, grub/trunk/0005-10_linux-fix-grouping-of-tests.patch)
  grub/repos/testing-x86_64/PKGBUILD
(from rev 273035, grub/trunk/PKGBUILD)
  grub/repos/testing-x86_64/grub.cfg
(from rev 273035, grub/trunk/grub.cfg)
  grub/repos/testing-x86_64/grub.default
(from rev 273035, grub/trunk/grub.default)
  grub/repos/testing-x86_64/grub.install
(from rev 273035, grub/trunk/grub.install)

+
 testing-i686/0001-Fix-security-issue-when-reading-username-and-passwor.patch   
|   47 +
 testing-i686/0002-intel-ucode.patch
|   52 +
 testing-i686/0003-10_linux-detect-archlinux-initramfs.patch
|   44 +
 testing-i686/0004-add-GRUB_COLOR_variables.patch   
|   32 
 testing-i686/0005-10_linux-fix-grouping-of-tests.patch 
|   22 
 testing-i686/PKGBUILD  
|  382 ++
 testing-i686/grub.cfg  
|  139 +++
 testing-i686/grub.default  
|   47 +
 testing-i686/grub.install  
|   15 
 testing-x86_64/0001-Fix-security-issue-when-reading-username-and-passwor.patch 
|   47 +
 testing-x86_64/0002-intel-ucode.patch  
|   52 +
 testing-x86_64/0003-10_linux-detect-archlinux-initramfs.patch  
|   44 +
 testing-x86_64/0004-add-GRUB_COLOR_variables.patch 
|   32 
 testing-x86_64/0005-10_linux-fix-grouping-of-tests.patch   
|   22 
 testing-x86_64/PKGBUILD
|  382 ++
 testing-x86_64/grub.cfg
|  139 +++
 testing-x86_64/grub.default
|   47 +
 testing-x86_64/grub.install
|   15 
 18 files changed, 1560 insertions(+)

Copied: 
grub/repos/testing-i686/0001-Fix-security-issue-when-reading-username-and-passwor.patch
 (from rev 273035, 
grub/trunk/0001-Fix-security-issue-when-reading-username-and-passwor.patch)
===
--- 
testing-i686/0001-Fix-security-issue-when-reading-username-and-passwor.patch
(rev 0)
+++ 
testing-i686/0001-Fix-security-issue-when-reading-username-and-passwor.patch
2016-08-04 19:49:39 UTC (rev 273036)
@@ -0,0 +1,47 @@
+From e16eeda1200deabd0d3a4af968d526d62845a85f Mon Sep 17 00:00:00 2001
+From: Hector Marco-Gisbert 
+Date: Fri, 13 Nov 2015 16:21:09 +0100
+Subject: [PATCH] Fix security issue when reading username and password
+
+  This patch fixes two integer underflows at:
+* grub-core/lib/crypto.c
+* grub-core/normal/auth.c
+
+Resolves: CVE-2015-8370
+
+Signed-off-by: 

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

2016-08-04 Thread Christian Hesse
Date: Thursday, August 4, 2016 @ 19:49:29
  Author: eworm
Revision: 273035

upgpkg: grub 1:2.02.beta3-3

10_linux: Fix grouping of tests for GRUB_DEVICE

Added:
  grub/trunk/0005-10_linux-fix-grouping-of-tests.patch
Modified:
  grub/trunk/PKGBUILD

---+
 0005-10_linux-fix-grouping-of-tests.patch |   22 ++
 PKGBUILD  |   12 ++--
 2 files changed, 32 insertions(+), 2 deletions(-)

Added: 0005-10_linux-fix-grouping-of-tests.patch
===
--- 0005-10_linux-fix-grouping-of-tests.patch   (rev 0)
+++ 0005-10_linux-fix-grouping-of-tests.patch   2016-08-04 19:49:29 UTC (rev 
273035)
@@ -0,0 +1,22 @@
+commit 082bc9f77b200eb48a5f1147163dea9c9d02d44c
+Author: Mike Gilbert 
+Date:   Sat Mar 5 17:30:48 2016 -0500
+
+10_linux: Fix grouping of tests for GRUB_DEVICE
+
+Commit 7290bb562 causes GRUB_DISABLE_LINUX_UUID to be ignored due to
+mixing of || and && operators. Add some parens to help with that.
+
+diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
+index 5a78513..de9044c 100644
+--- a/util/grub.d/10_linux.in
 b/util/grub.d/10_linux.in
+@@ -47,7 +47,7 @@ esac
+ # and mounting btrfs requires user space scanning, so force UUID in this case.
+ if [ "x${GRUB_DEVICE_UUID}" = "x" ] || [ "x${GRUB_DISABLE_LINUX_UUID}" = 
"xtrue" ] \
+ || ! test -e "/dev/disk/by-uuid/${GRUB_DEVICE_UUID}" \
+-|| test -e "${GRUB_DEVICE}" && uses_abstraction "${GRUB_DEVICE}" lvm; then
++|| ( test -e "${GRUB_DEVICE}" && uses_abstraction "${GRUB_DEVICE}" lvm ); 
then
+   LINUX_ROOT_DEVICE=${GRUB_DEVICE}
+ else
+   LINUX_ROOT_DEVICE=UUID=${GRUB_DEVICE_UUID}

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 19:33:56 UTC (rev 273034)
+++ PKGBUILD2016-08-04 19:49:29 UTC (rev 273035)
@@ -23,7 +23,7 @@
 pkgname="grub"
 pkgdesc="GNU GRand Unified Bootloader (2)"
 pkgver=2.02.beta3
-pkgrel=2
+pkgrel=3
 epoch=1
 url="https://www.gnu.org/software/grub/;
 arch=('x86_64' 'i686')
@@ -61,6 +61,7 @@
 '0002-intel-ucode.patch'
 '0003-10_linux-detect-archlinux-initramfs.patch'
 '0004-add-GRUB_COLOR_variables.patch'
+'0005-10_linux-fix-grouping-of-tests.patch'
 'grub.default'
 'grub.cfg')
 
@@ -72,6 +73,7 @@
  'ff3b8524983ce02fc48fce38f96b1a82'
  'ba9d27c44b677bf329e5b96933bdbde8'
  'e506ae4a9f9f7d1b765febfa84e10d48'
+ 'f1999315bbd25b4b9359919ce9b36144'
  'a03ffd56324520393bf574cefccb893d'
  'c8b9511586d57d6f2524ae7898397a46')
 validpgpkeys=('95D2E9AB8740D8046387FD151A09227B1F435A33')  #Paul Hardy
@@ -84,8 +86,10 @@
 prepare() {
cd "${srcdir}/grub-${_pkgver}/"
 
+   msg "Patch to fix CVE-2015-8370"
# CVE-2015-8370
-   patch -Np1 -i 
../0001-Fix-security-issue-when-reading-username-and-passwor.patch
+   patch -Np1 -i 
"${srcdir}/0001-Fix-security-issue-when-reading-username-and-passwor.patch"
+   echo
 
msg "Patch to load Intel microcode"
patch -Np1 -i "${srcdir}/0002-intel-ucode.patch"
@@ -100,6 +104,10 @@
patch -Np1 -i "${srcdir}/0004-add-GRUB_COLOR_variables.patch"
echo
 
+   msg "Patch to fix grouping of tests for GRUB_DEVICE"
+   patch -Np1 -i "${srcdir}/0005-10_linux-fix-grouping-of-tests.patch"
+   echo
+
msg "Fix DejaVuSans.ttf location so that grub-mkfont can create *.pf2 
files for starfield theme"
sed 's|/usr/share/fonts/dejavu|/usr/share/fonts/dejavu 
/usr/share/fonts/TTF|g' -i "${srcdir}/grub-${_pkgver}/configure.ac"
 


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 19:35:03
  Author: arojas
Revision: 185094

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

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

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

Copied: brial/repos/community-staging-i686/PKGBUILD (from rev 185093, 
brial/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-04 19:35:03 UTC (rev 185094)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=brial
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="Library for polynomials over boolean rings"
+arch=(i686 x86_64)
+url="https://github.com/BRiAl/BRiAl;
+license=(GPL)
+depends=(python2 m4ri)
+makedepends=(boost)
+conflicts=(polybori)
+replaces=(polybori)
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2;)
+md5sums=('f332eaa0378e9b630f958e4dcd4ea6e8')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  export PYTHON=python2
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Copied: brial/repos/community-staging-x86_64/PKGBUILD (from rev 185093, 
brial/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-04 19:35:03 UTC (rev 185094)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=brial
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="Library for polynomials over boolean rings"
+arch=(i686 x86_64)
+url="https://github.com/BRiAl/BRiAl;
+license=(GPL)
+depends=(python2 m4ri)
+makedepends=(boost)
+conflicts=(polybori)
+replaces=(polybori)
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2;)
+md5sums=('f332eaa0378e9b630f958e4dcd4ea6e8')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  export PYTHON=python2
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 19:33:56
  Author: arojas
Revision: 273034

Drop atlas-lapack optdepend

Modified:
  python-numpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 19:15:04 UTC (rev 273033)
+++ PKGBUILD2016-08-04 19:33:56 UTC (rev 273034)
@@ -44,7 +44,7 @@
 
 package_python2-numpy() {
   depends=('lapack' 'python2' 'cblas')
-  optdepends=('python2-nose: testsuite' 'atlas-lapack: for improved 
performance of some linear algebra operations')
+  optdepends=('python2-nose: testsuite')
 
   _pyver=2.7
 
@@ -63,7 +63,7 @@
 
 package_python-numpy() {
   depends=('lapack' 'python' 'cblas')
-  optdepends=('python-nose: testsuite' 'atlas-lapack: for improved performance 
of some linear algebra operations')
+  optdepends=('python-nose: testsuite')
   provides=("python3-numpy=${pkgver}")
   replaces=('python3-numpy')
   conflicts=('python3-numpy')


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 19:32:45
  Author: arojas
Revision: 185093

Drop it, it's not needed at build time, it's a PITA to build and it really 
should be compiled in the machine where it's going to be used

Deleted:
  atlas-lapack-base/


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 19:18:01
  Author: arojas
Revision: 185089

miniunpc 2.0 rebuild

Added:
  0ad/trunk/0ad-gcc6.patch
Modified:
  0ad/trunk/PKGBUILD

+
 0ad-gcc6.patch |   31 +++
 PKGBUILD   |   10 +++---
 2 files changed, 38 insertions(+), 3 deletions(-)

Added: 0ad-gcc6.patch
===
--- 0ad-gcc6.patch  (rev 0)
+++ 0ad-gcc6.patch  2016-08-04 19:18:01 UTC (rev 185089)
@@ -0,0 +1,31 @@
+Index: libraries/source/nvtt/src/src/nvimage/ImageIO.cpp
+===
+--- libraries/source/nvtt/src/src/nvimage/ImageIO.cpp  (revision 18164)
 libraries/source/nvtt/src/src/nvimage/ImageIO.cpp  (working copy)
+@@ -621,7 +621,7 @@
+   png_ptr = png_create_read_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, 
NULL);
+   if (png_ptr == NULL) {
+   //  nvDebug( "*** LoadPNG: Error allocating read buffer in file 
'%s'.\n", name );
+-  return false;
++  return NULL;
+   }
+ 
+   // Allocate/initialize a memory block for the image information
+@@ -629,7 +629,7 @@
+   if (info_ptr == NULL) {
+   png_destroy_read_struct(_ptr, NULL, NULL);
+   //  nvDebug( "*** LoadPNG: Error allocating image information for 
'%s'.\n", name );
+-  return false;
++  return NULL;
+   }
+ 
+   // Set up the error handling
+@@ -636,7 +636,7 @@
+   if (setjmp(png_jmpbuf(png_ptr))) {
+   png_destroy_read_struct(_ptr, _ptr, NULL);
+   //  nvDebug( "*** LoadPNG: Error reading png file '%s'.\n", name );
+-  return false;
++  return NULL;
+   }
+ 
+   // Set up the I/O functions.

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 19:17:11 UTC (rev 185088)
+++ PKGBUILD2016-08-04 19:18:01 UTC (rev 185089)
@@ -5,7 +5,7 @@
 pkgname=0ad
 pkgver=a20
 _pkgver=0.0.20-alpha
-pkgrel=5
+pkgrel=6
 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
 arch=('i686' 'x86_64')
 url="http://play0ad.com/;
@@ -14,12 +14,16 @@
  'libxml2' 'openal' 'sdl2' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu'
  'gloox' 'miniupnpc' 'icu' 'nspr')
 makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
-source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
-md5sums=('3218564020a07ce905a3db84476a3408')
+source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;
 0ad-gcc6.patch)
+md5sums=('3218564020a07ce905a3db84476a3408'
+ '0b28aaa15e8a709ffd00e22aad69b6aa')
 
 prepare() {
   cd "$srcdir/$pkgname-$_pkgver/"
   sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.4/bin/cxxtestgen
+
+  # Fix build with GCC 6 
+  patch -p0 -i ../0ad-gcc6.patch
 }
 
 build() {


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

2016-08-04 Thread Andreas Radke
Date: Thursday, August 4, 2016 @ 19:15:04
  Author: andyrtr
Revision: 273033

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

Added:
  openjpeg2/repos/extra-i686/
  openjpeg2/repos/extra-i686/PKGBUILD
(from rev 273032, openjpeg2/trunk/PKGBUILD)
  openjpeg2/repos/extra-x86_64/
  openjpeg2/repos/extra-x86_64/PKGBUILD
(from rev 273032, openjpeg2/trunk/PKGBUILD)

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

Copied: openjpeg2/repos/extra-i686/PKGBUILD (from rev 273032, 
openjpeg2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-04 19:15:04 UTC (rev 273033)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=openjpeg2
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="An open source JPEG 2000 codec, version ${pkgver}"
+arch=(i686 x86_64)
+license=('BSD')
+url="http://www.openjpeg.org;
+makedepends=('cmake')
+depends=('zlib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/uclouvain/openjpeg/archive/v$pkgver.tar.gz;)
+md5sums=('0cc4b2aee0a9b6e9e21b7abcd201a3ec')
+
+build() {
+  cd "${srcdir}/openjpeg-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_DOC=on .
+  make
+}
+
+package() {
+  cd "${srcdir}/openjpeg-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: openjpeg2/repos/extra-x86_64/PKGBUILD (from rev 273032, 
openjpeg2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-08-04 19:15:04 UTC (rev 273033)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=openjpeg2
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="An open source JPEG 2000 codec, version ${pkgver}"
+arch=(i686 x86_64)
+license=('BSD')
+url="http://www.openjpeg.org;
+makedepends=('cmake')
+depends=('zlib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/uclouvain/openjpeg/archive/v$pkgver.tar.gz;)
+md5sums=('0cc4b2aee0a9b6e9e21b7abcd201a3ec')
+
+build() {
+  cd "${srcdir}/openjpeg-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_DOC=on .
+  make
+}
+
+package() {
+  cd "${srcdir}/openjpeg-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in (openjpeg2)

2016-08-04 Thread Andreas Radke
Date: Thursday, August 4, 2016 @ 19:15:21
  Author: andyrtr
Revision: 185086

community2extra: Moving openjpeg2 from community to extra

Deleted:
  openjpeg2/


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 19:18:56
  Author: arojas
Revision: 185090

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

Added:
  0ad/repos/community-staging-i686/
  0ad/repos/community-staging-i686/0ad-gcc6.patch
(from rev 185089, 0ad/trunk/0ad-gcc6.patch)
  0ad/repos/community-staging-i686/PKGBUILD
(from rev 185089, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-x86_64/
  0ad/repos/community-staging-x86_64/0ad-gcc6.patch
(from rev 185089, 0ad/trunk/0ad-gcc6.patch)
  0ad/repos/community-staging-x86_64/PKGBUILD
(from rev 185089, 0ad/trunk/PKGBUILD)

-+
 community-staging-i686/0ad-gcc6.patch   |   31 ++
 community-staging-i686/PKGBUILD |   64 ++
 community-staging-x86_64/0ad-gcc6.patch |   31 ++
 community-staging-x86_64/PKGBUILD   |   64 ++
 4 files changed, 190 insertions(+)

Copied: 0ad/repos/community-staging-i686/0ad-gcc6.patch (from rev 185089, 
0ad/trunk/0ad-gcc6.patch)
===
--- community-staging-i686/0ad-gcc6.patch   (rev 0)
+++ community-staging-i686/0ad-gcc6.patch   2016-08-04 19:18:56 UTC (rev 
185090)
@@ -0,0 +1,31 @@
+Index: libraries/source/nvtt/src/src/nvimage/ImageIO.cpp
+===
+--- libraries/source/nvtt/src/src/nvimage/ImageIO.cpp  (revision 18164)
 libraries/source/nvtt/src/src/nvimage/ImageIO.cpp  (working copy)
+@@ -621,7 +621,7 @@
+   png_ptr = png_create_read_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, 
NULL);
+   if (png_ptr == NULL) {
+   //  nvDebug( "*** LoadPNG: Error allocating read buffer in file 
'%s'.\n", name );
+-  return false;
++  return NULL;
+   }
+ 
+   // Allocate/initialize a memory block for the image information
+@@ -629,7 +629,7 @@
+   if (info_ptr == NULL) {
+   png_destroy_read_struct(_ptr, NULL, NULL);
+   //  nvDebug( "*** LoadPNG: Error allocating image information for 
'%s'.\n", name );
+-  return false;
++  return NULL;
+   }
+ 
+   // Set up the error handling
+@@ -636,7 +636,7 @@
+   if (setjmp(png_jmpbuf(png_ptr))) {
+   png_destroy_read_struct(_ptr, _ptr, NULL);
+   //  nvDebug( "*** LoadPNG: Error reading png file '%s'.\n", name );
+-  return false;
++  return NULL;
+   }
+ 
+   // Set up the I/O functions.

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


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 19:16:36
  Author: arojas
Revision: 185087

GLEW 2.0 rebuild

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

-+
 PKGBUILD|3 +--
 blender.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 19:15:21 UTC (rev 185086)
+++ PKGBUILD2016-08-04 19:16:36 UTC (rev 185087)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.77.a
 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=4
+pkgrel=5
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('i686' 'x86_64')
@@ -32,7 +32,6 @@
 makedepends_x86_64=('cuda')
 optdepends=('cuda: cycles renderer cuda support')
 options=(!strip)
-install=blender.install
 source=("git://git.blender.org/blender-addons.git"
 "git://git.blender.org/blender-addons-contrib.git"
 "git://git.blender.org/blender-translations.git"

Deleted: blender.install
===
--- blender.install 2016-08-04 19:15:21 UTC (rev 185086)
+++ blender.install 2016-08-04 19:16:36 UTC (rev 185087)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 19:17:11
  Author: arojas
Revision: 185088

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

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

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

Copied: blender/repos/community-staging-i686/PKGBUILD (from rev 185087, 
blender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-04 19:17:11 UTC (rev 185088)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: John Sowiak 
+# Contributor: tobias 
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
+
+_gittag=v2.77a
+#_gitcommit=abf6f081c4cd5248e174caa8c1c765aa69b8cd96
+
+pkgname=blender
+pkgver=2.77.a
+#[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
+pkgrel=5
+epoch=17
+pkgdesc="A fully integrated 3D graphics creation suite"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
+ 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus')
+makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
+makedepends_x86_64=('cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+source=("git://git.blender.org/blender-addons.git"
+"git://git.blender.org/blender-addons-contrib.git"
+"git://git.blender.org/blender-translations.git"
+"git://git.blender.org/scons.git")
+if [[ -n $_gittag ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
+elif [[ -n $_gitcommit ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
+fi
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  git submodule init
+  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
+  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
+  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
+  git config submodule."scons".url ${srcdir}/scons
+  git submodule update
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir build && cd build
+
+  [[ $CARCH == i686 ]] && BUILDCUDA="OFF" || BUILDCUDA="ON"
+
+  cmake -C../build_files/cmake/config/blender_full.cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DOPENIMAGEIO_ROOT_DIR=/usr \
+-DWITH_LLVM=ON \
+-DWITH_SYSTEM_OPENJPEG=ON \
+-DWITH_GL_PROFILE_CORE=OFF \
+-DWITH_GL_PROFILE_ES20=OFF \
+-DLLVM_VERSION=3.5 \
+-DLLVM_STATIC=ON \
+-DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
+-DWITH_CYCLES_OSL=ON \
+-DWITH_CYCLES_PTEX=OFF \
+-DWITH_OPENSUBDIV=ON \
+-DPYTHON_VERSION=3.5 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.5m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.5m
+  make # -j5 needs 48 GB of RAM while -j9 needs 64 GB
+
+  # PTEX is currently broken and experimental in blender anyway
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  make DESTDIR="${pkgdir}" install
+  python -m compileall "${pkgdir}/usr/share/blender"
+  python -O -m compileall "${pkgdir}/usr/share/blender"
+}

Copied: blender/repos/community-staging-x86_64/PKGBUILD (from rev 185087, 
blender/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-04 19:17:11 UTC (rev 185088)
@@ -0,0 +1,99 @@
+# $Id$
+# 

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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 18:11:03
  Author: arojas
Revision: 185083

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

Added:
  gource/repos/community-staging-i686/
  gource/repos/community-staging-i686/PKGBUILD
(from rev 185082, gource/trunk/PKGBUILD)
  gource/repos/community-staging-i686/gource-gcc6.patch
(from rev 185082, gource/trunk/gource-gcc6.patch)
  gource/repos/community-staging-x86_64/
  gource/repos/community-staging-x86_64/PKGBUILD
(from rev 185082, gource/trunk/PKGBUILD)
  gource/repos/community-staging-x86_64/gource-gcc6.patch
(from rev 185082, gource/trunk/gource-gcc6.patch)

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

Copied: gource/repos/community-staging-i686/PKGBUILD (from rev 185082, 
gource/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-04 18:11:03 UTC (rev 185083)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.43
+pkgrel=9
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz
 gource-gcc6.patch)
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7'
+ '4cfabcea55fe8bc71ebcf0ac06d89f29')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build with GCC 6 (Fedora)
+  patch -p0 -i ../gource-gcc6.patch
+}
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:

Copied: gource/repos/community-staging-i686/gource-gcc6.patch (from rev 185082, 
gource/trunk/gource-gcc6.patch)
===
--- community-staging-i686/gource-gcc6.patch(rev 0)
+++ community-staging-i686/gource-gcc6.patch2016-08-04 18:11:03 UTC (rev 
185083)
@@ -0,0 +1,11 @@
+--- src/dirnode.cpp~   2014-10-15 22:23:22.0 -0400
 src/dirnode.cpp2016-02-25 10:11:26.838675629 -0500
+@@ -582,7 +582,7 @@
+ //this->dir_radius_sqrt = sqrt(dir_radius); //dir_radius_sqrt is not used
+ 
+ //this->parent_radius = std::max(1.0, parent_circ / PI);
+-this->parent_radius = std::max(1.0, sqrt(total_file_area) * 
gGourceDirPadding);
++this->parent_radius = (1.0) > (sqrt(total_file_area) * gGourceDirPadding) 
? (1.0) : (sqrt(total_file_area) * gGourceDirPadding);
+ }
+ 
+ float RDirNode::distanceToParent() const{

Copied: gource/repos/community-staging-x86_64/PKGBUILD (from rev 185082, 
gource/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-04 18:11:03 UTC (rev 185083)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.43
+pkgrel=9
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz
 gource-gcc6.patch)
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7'
+ '4cfabcea55fe8bc71ebcf0ac06d89f29')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build with GCC 6 (Fedora)
+  patch -p0 -i ../gource-gcc6.patch
+}
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:

Copied: gource/repos/community-staging-x86_64/gource-gcc6.patch (from rev 
185082, gource/trunk/gource-gcc6.patch)
===
--- community-staging-x86_64/gource-gcc6.patch  (rev 0)
+++ community-staging-x86_64/gource-gcc6.patch  2016-08-04 18:11:03 UTC (rev 
185083)
@@ -0,0 +1,11 @@
+--- src/dirnode.cpp~   2014-10-15 22:23:22.0 -0400
 src/dirnode.cpp2016-02-25 10:11:26.838675629 -0500
+@@ -582,7 +582,7 @@
+   

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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 18:10:42
  Author: arojas
Revision: 185082

GLEW 2.0 rebuild

Added:
  gource/trunk/gource-gcc6.patch
Modified:
  gource/trunk/PKGBUILD

---+
 PKGBUILD  |   13 ++---
 gource-gcc6.patch |   11 +++
 2 files changed, 21 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 18:06:38 UTC (rev 185081)
+++ PKGBUILD2016-08-04 18:10:42 UTC (rev 185082)
@@ -4,7 +4,7 @@
 # Contributor: Olivier Ramonat 
 pkgname=gource
 pkgver=0.43
-pkgrel=8
+pkgrel=9
 pkgdesc="software version control visualization"
 license=(GPL3)
 arch=(i686 x86_64)
@@ -11,9 +11,16 @@
 url=http://code.google.com/p/gource/
 depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
 makedepends=('boost' 'glm' 'mesa')
-source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
-md5sums=('d2b601782692301f6d8ecc97dc85d3f7')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz
 gource-gcc6.patch)
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7'
+ '4cfabcea55fe8bc71ebcf0ac06d89f29')
 
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build with GCC 6 (Fedora)
+  patch -p0 -i ../gource-gcc6.patch
+}
+
 build() {
cd "$srcdir/$pkgname-$pkgver"
 

Added: gource-gcc6.patch
===
--- gource-gcc6.patch   (rev 0)
+++ gource-gcc6.patch   2016-08-04 18:10:42 UTC (rev 185082)
@@ -0,0 +1,11 @@
+--- src/dirnode.cpp~   2014-10-15 22:23:22.0 -0400
 src/dirnode.cpp2016-02-25 10:11:26.838675629 -0500
+@@ -582,7 +582,7 @@
+ //this->dir_radius_sqrt = sqrt(dir_radius); //dir_radius_sqrt is not used
+ 
+ //this->parent_radius = std::max(1.0, parent_circ / PI);
+-this->parent_radius = std::max(1.0, sqrt(total_file_area) * 
gGourceDirPadding);
++this->parent_radius = (1.0) > (sqrt(total_file_area) * gGourceDirPadding) 
? (1.0) : (sqrt(total_file_area) * gGourceDirPadding);
+ }
+ 
+ float RDirNode::distanceToParent() const{


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 18:06:06
  Author: arojas
Revision: 185080

GLEW 2.0 and miniupnpc 2.0 rebuild

Added:
  megaglest/trunk/megaglest-gcc6.patch
  megaglest/trunk/megaglest-miniupnpc2.patch
Modified:
  megaglest/trunk/PKGBUILD

+
 PKGBUILD   |   16 +---
 megaglest-gcc6.patch   |   13 +
 megaglest-miniupnpc2.patch |   14 ++
 3 files changed, 40 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 17:50:00 UTC (rev 185079)
+++ PKGBUILD2016-08-04 18:06:06 UTC (rev 185080)
@@ -4,7 +4,7 @@
 
 pkgname=megaglest
 pkgver=3.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/megaglest/;
@@ -12,9 +12,19 @@
 depends=('curl' 'megaglest-data' 'xerces-c' 'sdl2' 'libvorbis' 'openal' 
'libgl' 'lua51' 'icu' 'ftgl' 'glew'
 'libircclient' 'miniupnpc' 'wxgtk' 'glu' 'libx11')
 makedepends=('ftjam' 'cmake' 'mesa' 'git')
-source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver};)
-md5sums=('SKIP')
+source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver}; 
megaglest-gcc6.patch megaglest-miniupnpc2.patch)
+md5sums=('SKIP'
+ 'da91416d9e8e7a2ec0dde379474ecf6a'
+ '98259043b47888d0f5e2308539c07057')
 
+prepare() {
+  cd megaglest-source
+  # Fix build with GCC 6 (Fedora)
+  patch -p1 -i ../megaglest-gcc6.patch
+  # Fix build with miniupnpc 2 (Fedora)
+  patch -p1 -i ../megaglest-miniupnpc2.patch
+}
+
 build() {
   cd megaglest-source
 

Added: megaglest-gcc6.patch
===
--- megaglest-gcc6.patch(rev 0)
+++ megaglest-gcc6.patch2016-08-04 18:06:06 UTC (rev 185080)
@@ -0,0 +1,13 @@
+diff -up 
megaglest-3.12.0/source/shared_lib/sources/platform/common/platform_common.cpp.orig
 megaglest-3.12.0/source/shared_lib/sources/platform/common/platform_common.cpp
+--- 
megaglest-3.12.0/source/shared_lib/sources/platform/common/platform_common.cpp.orig
2016-06-24 07:56:09.496569134 -0300
 
megaglest-3.12.0/source/shared_lib/sources/platform/common/platform_common.cpp  
   2016-06-24 07:56:11.962569290 -0300
+@@ -124,8 +124,7 @@ tm threadsafe_localtime(const time_t 
+ // extracting std::time_t from std:chrono for "now"
+ time_t systemtime_now() {
+ #if __cplusplus > 199711L
+-  system_time_point system_now = std::chrono::system_clock::now();
+-  return std::chrono::system_clock::to_time_t(system_now);
++  return 
std::chrono::system_clock::to_time_t(std::chrono::system_clock::now());
+ #else
+   return time(NULL);
+ #endif

Added: megaglest-miniupnpc2.patch
===
--- megaglest-miniupnpc2.patch  (rev 0)
+++ megaglest-miniupnpc2.patch  2016-08-04 18:06:06 UTC (rev 185080)
@@ -0,0 +1,14 @@
+diff -up 
megaglest-3.12.0/source/shared_lib/sources/platform/posix/socket.cpp.orig 
megaglest-3.12.0/source/shared_lib/sources/platform/posix/socket.cpp
+--- megaglest-3.12.0/source/shared_lib/sources/platform/posix/socket.cpp.orig  
2016-06-24 08:00:27.521585488 -0300
 megaglest-3.12.0/source/shared_lib/sources/platform/posix/socket.cpp   
2016-06-24 08:00:43.947586530 -0300
+@@ -2631,7 +2631,9 @@ int UPNP_Tools::upnp_init(void *param) {
+   if(SystemFlags::VERBOSE_MODE_ENABLED) 
printf("UPnP device found: %s %s\n", dev->descURL, dev->st);
+ 
+   //printf("UPnP device found: [%s] [%s] lanaddr 
[%s]\n", dev->descURL, dev->st,lanaddr);
+-#if (defined(MINIUPNPC_API_VERSION)  && MINIUPNPC_API_VERSION >= 9) || 
(!defined(MINIUPNPC_VERSION_PRE1_7) && !defined(MINIUPNPC_VERSION_PRE1_6))
++#if (defined(MINIUPNPC_API_VERSION)  && MINIUPNPC_API_VERSION >= 16)
++  char *descXML = (char 
*)miniwget_getaddr(dev->descURL, , lanaddr, (sizeof(lanaddr) / 
sizeof(lanaddr[0])), 0, NULL);
++#elif (defined(MINIUPNPC_API_VERSION)  && MINIUPNPC_API_VERSION >= 9) || 
(!defined(MINIUPNPC_VERSION_PRE1_7) && !defined(MINIUPNPC_VERSION_PRE1_6))
+   char *descXML = (char 
*)miniwget_getaddr(dev->descURL, , lanaddr, (sizeof(lanaddr) / 
sizeof(lanaddr[0])),0);
+ #else
+   char *descXML = (char 
*)miniwget_getaddr(dev->descURL, , lanaddr, (sizeof(lanaddr) / 
sizeof(lanaddr[0])));


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 18:06:38
  Author: arojas
Revision: 185081

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

Added:
  megaglest/repos/community-staging-i686/
  megaglest/repos/community-staging-i686/PKGBUILD
(from rev 185080, megaglest/trunk/PKGBUILD)
  megaglest/repos/community-staging-i686/megaglest-gcc6.patch
(from rev 185080, megaglest/trunk/megaglest-gcc6.patch)
  megaglest/repos/community-staging-i686/megaglest-miniupnpc2.patch
(from rev 185080, megaglest/trunk/megaglest-miniupnpc2.patch)
  megaglest/repos/community-staging-i686/miniupnpc14.patch
(from rev 185080, megaglest/trunk/miniupnpc14.patch)
  megaglest/repos/community-staging-x86_64/
  megaglest/repos/community-staging-x86_64/PKGBUILD
(from rev 185080, megaglest/trunk/PKGBUILD)
  megaglest/repos/community-staging-x86_64/megaglest-gcc6.patch
(from rev 185080, megaglest/trunk/megaglest-gcc6.patch)
  megaglest/repos/community-staging-x86_64/megaglest-miniupnpc2.patch
(from rev 185080, megaglest/trunk/megaglest-miniupnpc2.patch)
  megaglest/repos/community-staging-x86_64/miniupnpc14.patch
(from rev 185080, megaglest/trunk/miniupnpc14.patch)

-+
 community-staging-i686/PKGBUILD |   48 ++
 community-staging-i686/megaglest-gcc6.patch |   13 
 community-staging-i686/megaglest-miniupnpc2.patch   |   14 +
 community-staging-i686/miniupnpc14.patch|   22 
 community-staging-x86_64/PKGBUILD   |   48 ++
 community-staging-x86_64/megaglest-gcc6.patch   |   13 
 community-staging-x86_64/megaglest-miniupnpc2.patch |   14 +
 community-staging-x86_64/miniupnpc14.patch  |   22 
 8 files changed, 194 insertions(+)

Copied: megaglest/repos/community-staging-i686/PKGBUILD (from rev 185080, 
megaglest/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-04 18:06:38 UTC (rev 185081)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Larry Hajali 
+
+pkgname=megaglest
+pkgver=3.12.0
+pkgrel=2
+pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/megaglest/;
+license=('GPL3')
+depends=('curl' 'megaglest-data' 'xerces-c' 'sdl2' 'libvorbis' 'openal' 
'libgl' 'lua51' 'icu' 'ftgl' 'glew'
+'libircclient' 'miniupnpc' 'wxgtk' 'glu' 'libx11')
+makedepends=('ftjam' 'cmake' 'mesa' 'git')
+source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver}; 
megaglest-gcc6.patch megaglest-miniupnpc2.patch)
+md5sums=('SKIP'
+ 'da91416d9e8e7a2ec0dde379474ecf6a'
+ '98259043b47888d0f5e2308539c07057')
+
+prepare() {
+  cd megaglest-source
+  # Fix build with GCC 6 (Fedora)
+  patch -p1 -i ../megaglest-gcc6.patch
+  # Fix build with miniupnpc 2 (Fedora)
+  patch -p1 -i ../megaglest-miniupnpc2.patch
+}
+
+build() {
+  cd megaglest-source
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_CXX_FLAGS="-lX11" \
+-DWANT_GIT_STAMP=0
+  make VERBOSE=1
+}
+
+package() {
+  cd megaglest-source/build
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: sw=2:ts=2 et:

Copied: megaglest/repos/community-staging-i686/megaglest-gcc6.patch (from rev 
185080, megaglest/trunk/megaglest-gcc6.patch)
===
--- community-staging-i686/megaglest-gcc6.patch (rev 0)
+++ community-staging-i686/megaglest-gcc6.patch 2016-08-04 18:06:38 UTC (rev 
185081)
@@ -0,0 +1,13 @@
+diff -up 
megaglest-3.12.0/source/shared_lib/sources/platform/common/platform_common.cpp.orig
 megaglest-3.12.0/source/shared_lib/sources/platform/common/platform_common.cpp
+--- 
megaglest-3.12.0/source/shared_lib/sources/platform/common/platform_common.cpp.orig
2016-06-24 07:56:09.496569134 -0300
 
megaglest-3.12.0/source/shared_lib/sources/platform/common/platform_common.cpp  
   2016-06-24 07:56:11.962569290 -0300
+@@ -124,8 +124,7 @@ tm threadsafe_localtime(const time_t 
+ // extracting std::time_t from std:chrono for "now"
+ time_t systemtime_now() {
+ #if __cplusplus > 199711L
+-  system_time_point system_now = std::chrono::system_clock::now();
+-  return std::chrono::system_clock::to_time_t(system_now);
++  return 
std::chrono::system_clock::to_time_t(std::chrono::system_clock::now());
+ #else
+   return time(NULL);
+ #endif

Copied: megaglest/repos/community-staging-i686/megaglest-miniupnpc2.patch (from 
rev 185080, megaglest/trunk/megaglest-miniupnpc2.patch)
===
--- 

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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 17:50:00
  Author: arojas
Revision: 185079

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

Added:
  scorched3d/repos/community-staging-i686/
  scorched3d/repos/community-staging-i686/PKGBUILD
(from rev 185078, scorched3d/trunk/PKGBUILD)
  scorched3d/repos/community-staging-i686/libpng14.patch
(from rev 185078, scorched3d/trunk/libpng14.patch)
  scorched3d/repos/community-staging-i686/scorched3d-42.1-fixups.patch
(from rev 185078, scorched3d/trunk/scorched3d-42.1-fixups.patch)
  scorched3d/repos/community-staging-i686/scorched3d-42.1-gcc43.patch
(from rev 185078, scorched3d/trunk/scorched3d-42.1-gcc43.patch)
  scorched3d/repos/community-staging-i686/scorched3d-gcc6.patch
(from rev 185078, scorched3d/trunk/scorched3d-gcc6.patch)
  scorched3d/repos/community-staging-i686/scorched3d-libpng1.5.patch
(from rev 185078, scorched3d/trunk/scorched3d-libpng1.5.patch)
  scorched3d/repos/community-staging-x86_64/
  scorched3d/repos/community-staging-x86_64/PKGBUILD
(from rev 185078, scorched3d/trunk/PKGBUILD)
  scorched3d/repos/community-staging-x86_64/libpng14.patch
(from rev 185078, scorched3d/trunk/libpng14.patch)
  scorched3d/repos/community-staging-x86_64/scorched3d-42.1-fixups.patch
(from rev 185078, scorched3d/trunk/scorched3d-42.1-fixups.patch)
  scorched3d/repos/community-staging-x86_64/scorched3d-42.1-gcc43.patch
(from rev 185078, scorched3d/trunk/scorched3d-42.1-gcc43.patch)
  scorched3d/repos/community-staging-x86_64/scorched3d-gcc6.patch
(from rev 185078, scorched3d/trunk/scorched3d-gcc6.patch)
  scorched3d/repos/community-staging-x86_64/scorched3d-libpng1.5.patch
(from rev 185078, scorched3d/trunk/scorched3d-libpng1.5.patch)

---+
 community-staging-i686/PKGBUILD   |   63 +
 community-staging-i686/libpng14.patch |   38 
 community-staging-i686/scorched3d-42.1-fixups.patch   |   58 
 community-staging-i686/scorched3d-42.1-gcc43.patch|   24 +
 community-staging-i686/scorched3d-gcc6.patch  |   11 ++
 community-staging-i686/scorched3d-libpng1.5.patch |   74 
 community-staging-x86_64/PKGBUILD |   63 +
 community-staging-x86_64/libpng14.patch   |   38 
 community-staging-x86_64/scorched3d-42.1-fixups.patch |   58 
 community-staging-x86_64/scorched3d-42.1-gcc43.patch  |   24 +
 community-staging-x86_64/scorched3d-gcc6.patch|   11 ++
 community-staging-x86_64/scorched3d-libpng1.5.patch   |   74 
 12 files changed, 536 insertions(+)

Copied: scorched3d/repos/community-staging-i686/PKGBUILD (from rev 185078, 
scorched3d/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-04 17:50:00 UTC (rev 185079)
@@ -0,0 +1,63 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Seppo Porspakka 
+# Contributor: Daniel J Griffiths 
+ 
+pkgname=scorched3d
+pkgver=44
+_pkgver=44
+pkgrel=10
+pkgdesc="3D artillery combat game"
+arch=('i686' 'x86_64')
+url="http://www.scorched3d.co.uk/;
+license=('GPL')
+depends=('sdl_net' 'wxgtk2.8' 'freealut>=1.0.0-3' 'libvorbis' 'glu' 'fftw' 
'libjpeg>=8' 'xdg-utils' 'glew' 'freetype2')
+makedepends=('gendesk' 'mesa')
+source=("http://downloads.sourceforge.net/${pkgname}/Scorched3D-${_pkgver}-src.tar.gz;
+
'scorched3d.png::http://cdn.portableapps.com/Scorched3DPortable_128.png'
+'scorched3d-42.1-gcc43.patch'
+'scorched3d-42.1-fixups.patch'
+'scorched3d-libpng1.5.patch'
+'libpng14.patch'
+'scorched3d-gcc6.patch')
+md5sums=('c395d54a7a43cf91166d2cc0f7dec83e'
+ 'cc3217f5b3baa6950a4619aac72d8a75'
+ '053769f77a38c252eef1d967b18e93e6'
+ 'dfde556559d95bca07c4a390c60790b4'
+ 'ec6958191751b5a2c44aa15abfc75269'
+ 'c8c03855fd3693122fd39427fa3638c1'
+ 'a23e840ff6af304f675bdea25fd94cac')
+
+prepare() {
+  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name "Scorched3d"
+
+  cd scorched
+  # Fix build with GCC 6
+  patch -p0 -i ../scorched3d-gcc6.patch
+}
+
+build() {
+  cd "$srcdir/scorched"
+
+  WANT_WXGTK=gtk2
+  ./configure \
+--prefix=/usr \
+--datadir=/usr/share/scorched3d \
+--disable-openaltest \
+--with-wx-config=wx-config-2.8
+
+  # sed -i '1 i #include ' src/client/client/SecureID.cpp
+  # sed -i 's|freetype/||g' src/launcher/wxdialogs/TrueTypeFont.h 
src/client/GLEXT/GLFont2dFreeType.h
+
+  make
+}
+
+package() {
+  cd scorched
+
+  make DESTDIR=${pkgdir} install
+  cd ..
+
+  install -D -m644 scorched3d.png 
"$pkgdir/usr/share/icons/hicolor/128x128/apps/$pkgname.png"
+  install -D -m644 scorched3d.png 

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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 17:49:23
  Author: arojas
Revision: 185078

GLEW 2.0 rebuild

Added:
  scorched3d/trunk/scorched3d-gcc6.patch
Modified:
  scorched3d/trunk/PKGBUILD
Deleted:
  scorched3d/trunk/scorched3d.install

---+
 PKGBUILD  |   13 +
 scorched3d-gcc6.patch |   11 +++
 scorched3d.install|   11 ---
 3 files changed, 20 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 17:33:11 UTC (rev 185077)
+++ PKGBUILD2016-08-04 17:49:23 UTC (rev 185078)
@@ -5,7 +5,7 @@
 pkgname=scorched3d
 pkgver=44
 _pkgver=44
-pkgrel=9
+pkgrel=10
 pkgdesc="3D artillery combat game"
 arch=('i686' 'x86_64')
 url="http://www.scorched3d.co.uk/;
@@ -12,22 +12,27 @@
 license=('GPL')
 depends=('sdl_net' 'wxgtk2.8' 'freealut>=1.0.0-3' 'libvorbis' 'glu' 'fftw' 
'libjpeg>=8' 'xdg-utils' 'glew' 'freetype2')
 makedepends=('gendesk' 'mesa')
-install=scorched3d.install
 
source=("http://downloads.sourceforge.net/${pkgname}/Scorched3D-${_pkgver}-src.tar.gz;
 
'scorched3d.png::http://cdn.portableapps.com/Scorched3DPortable_128.png'
 'scorched3d-42.1-gcc43.patch'
 'scorched3d-42.1-fixups.patch'
 'scorched3d-libpng1.5.patch'
-'libpng14.patch')
+'libpng14.patch'
+'scorched3d-gcc6.patch')
 md5sums=('c395d54a7a43cf91166d2cc0f7dec83e'
  'cc3217f5b3baa6950a4619aac72d8a75'
  '053769f77a38c252eef1d967b18e93e6'
  'dfde556559d95bca07c4a390c60790b4'
  'ec6958191751b5a2c44aa15abfc75269'
- 'c8c03855fd3693122fd39427fa3638c1')
+ 'c8c03855fd3693122fd39427fa3638c1'
+ 'a23e840ff6af304f675bdea25fd94cac')
 
 prepare() {
   gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name "Scorched3d"
+
+  cd scorched
+  # Fix build with GCC 6
+  patch -p0 -i ../scorched3d-gcc6.patch
 }
 
 build() {

Added: scorched3d-gcc6.patch
===
--- scorched3d-gcc6.patch   (rev 0)
+++ scorched3d-gcc6.patch   2016-08-04 17:49:23 UTC (rev 185078)
@@ -0,0 +1,11 @@
+--- src/common/weapons/AccessoryStore.cpp.orig 2016-02-13 22:16:08.997822186 
-0600
 src/common/weapons/AccessoryStore.cpp  2016-02-13 22:16:47.949819533 
-0600
+@@ -156,7 +156,7 @@
+   Accessory *parent, XMLNode *currentNode)
+ {
+   XMLNode *typeNode = 0;
+-  if (!currentNode->getNamedParameter("type", typeNode)) return false;
++  if (!currentNode->getNamedParameter("type", typeNode)) return 0;
+ 
+   AccessoryPart *accessoryPart = 
+   
AccessoryMetaRegistration::getNewAccessory(typeNode->getContent(), this);

Deleted: scorched3d.install
===
--- scorched3d.install  2016-08-04 17:33:11 UTC (rev 185077)
+++ scorched3d.install  2016-08-04 17:49:23 UTC (rev 185078)
@@ -1,11 +0,0 @@
-post_install() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
-}
-
-post_upgrade() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
-}
-
-post_remove() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
-}


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 17:33:11
  Author: arojas
Revision: 185077

archrelease: copy trunk to multilib-staging-x86_64

Added:
  pcsx2/repos/multilib-staging-x86_64/
  pcsx2/repos/multilib-staging-x86_64/PKGBUILD
(from rev 185076, pcsx2/trunk/PKGBUILD)

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

Copied: pcsx2/repos/multilib-staging-x86_64/PKGBUILD (from rev 185076, 
pcsx2/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2016-08-04 17:33:11 UTC (rev 185077)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: vEX 
+
+pkgname=pcsx2
+pkgver=1.4.0
+pkgrel=3
+pkgdesc='A Sony PlayStation 2 emulator'
+arch=('i686' 'x86_64')
+url='http://www.pcsx2.net'
+license=('GPL2' 'GPL3' 'LGPL2.1' 'LGPL3')
+depends_i686=('glew' 'libaio' 'libcanberra' 'libjpeg-turbo' 'nvidia-cg-toolkit'
+  'portaudio' 'sdl2' 'soundtouch' 'wxgtk')
+depends_x86_64=('lib32-glew' 'lib32-libaio' 'lib32-libcanberra'
+'lib32-libjpeg-turbo' 'lib32-nvidia-cg-toolkit'
+'lib32-portaudio' 'lib32-sdl2' 'lib32-soundtouch'
+'lib32-wxgtk')
+makedepends=('cmake' 'png++')
+makedepends_x86_64=('gcc-multilib')
+optdepends_x86_64=('lib32-gtk-engines: GTK2 engines support'
+   'lib32-gtk-engine-unico: Unico GTK2 engine support')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PCSX2/pcsx2/archive/v${pkgver}.tar.gz;
+pcsx2-gcc6.patch)
+sha256sums=('2c8a986e2b6514d7018f6cfd39c4f2a72229b9b4ab06ca6b1d3466dfd9c33005'
+'d78c63808a609a249ec7e8330eeabee306a55ee08d2c9ce9c383b46b334bf7d0')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build with GCC 6
+  patch -p1 -i ../pcsx2-gcc6.patch
+}
+
+build() {
+  cd pcsx2-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+
+  if [[ $CARCH == i686 ]]; then
+cmake .. \
+  -DCMAKE_BUILD_TYPE='Release' \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DCMAKE_LIBRARY_PATH='/usr/lib' \
+  -DPLUGIN_DIR='/usr/lib/pcsx2' \
+  -DGAMEINDEX_DIR='/usr/share/pcsx2' \
+  -DDISABLE_ADVANCE_SIMD='TRUE' \
+  -DEXTRA_PLUGINS='TRUE' \
+  -DREBUILD_SHADER='TRUE' \
+  -DGLSL_API='TRUE' \
+  -DPACKAGE_MODE='TRUE' \
+  -DXDG_STD='TRUE'
+  elif [[ $CARCH == x86_64 ]]; then
+cmake .. \
+  -DCMAKE_BUILD_TYPE='Release' \
+  -DCMAKE_TOOLCHAIN_FILE='cmake/linux-compiler-i386-multilib.cmake' \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DCMAKE_LIBRARY_PATH='/usr/lib32' \
+  -DPLUGIN_DIR='/usr/lib32/pcsx2' \
+  -DGAMEINDEX_DIR='/usr/share/pcsx2' \
+  -DDISABLE_ADVANCE_SIMD='TRUE' \
+  -DEXTRA_PLUGINS='TRUE' \
+  -DREBUILD_SHADER='TRUE' \
+  -DGLSL_API='TRUE' \
+  -DPACKAGE_MODE='TRUE' \
+  -DXDG_STD='TRUE'
+  fi
+
+  make
+}
+
+package() {
+  cd pcsx2-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 17:32:31
  Author: arojas
Revision: 185076

archrelease: copy trunk to community-staging-i686

Added:
  pcsx2/repos/community-staging-i686/
  pcsx2/repos/community-staging-i686/PKGBUILD
(from rev 185075, pcsx2/trunk/PKGBUILD)

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

Copied: pcsx2/repos/community-staging-i686/PKGBUILD (from rev 185075, 
pcsx2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-04 17:32:31 UTC (rev 185076)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: vEX 
+
+pkgname=pcsx2
+pkgver=1.4.0
+pkgrel=3
+pkgdesc='A Sony PlayStation 2 emulator'
+arch=('i686' 'x86_64')
+url='http://www.pcsx2.net'
+license=('GPL2' 'GPL3' 'LGPL2.1' 'LGPL3')
+depends_i686=('glew' 'libaio' 'libcanberra' 'libjpeg-turbo' 'nvidia-cg-toolkit'
+  'portaudio' 'sdl2' 'soundtouch' 'wxgtk')
+depends_x86_64=('lib32-glew' 'lib32-libaio' 'lib32-libcanberra'
+'lib32-libjpeg-turbo' 'lib32-nvidia-cg-toolkit'
+'lib32-portaudio' 'lib32-sdl2' 'lib32-soundtouch'
+'lib32-wxgtk')
+makedepends=('cmake' 'png++')
+makedepends_x86_64=('gcc-multilib')
+optdepends_x86_64=('lib32-gtk-engines: GTK2 engines support'
+   'lib32-gtk-engine-unico: Unico GTK2 engine support')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PCSX2/pcsx2/archive/v${pkgver}.tar.gz;
+pcsx2-gcc6.patch)
+sha256sums=('2c8a986e2b6514d7018f6cfd39c4f2a72229b9b4ab06ca6b1d3466dfd9c33005'
+'d78c63808a609a249ec7e8330eeabee306a55ee08d2c9ce9c383b46b334bf7d0')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build with GCC 6
+  patch -p1 -i ../pcsx2-gcc6.patch
+}
+
+build() {
+  cd pcsx2-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+
+  if [[ $CARCH == i686 ]]; then
+cmake .. \
+  -DCMAKE_BUILD_TYPE='Release' \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DCMAKE_LIBRARY_PATH='/usr/lib' \
+  -DPLUGIN_DIR='/usr/lib/pcsx2' \
+  -DGAMEINDEX_DIR='/usr/share/pcsx2' \
+  -DDISABLE_ADVANCE_SIMD='TRUE' \
+  -DEXTRA_PLUGINS='TRUE' \
+  -DREBUILD_SHADER='TRUE' \
+  -DGLSL_API='TRUE' \
+  -DPACKAGE_MODE='TRUE' \
+  -DXDG_STD='TRUE'
+  elif [[ $CARCH == x86_64 ]]; then
+cmake .. \
+  -DCMAKE_BUILD_TYPE='Release' \
+  -DCMAKE_TOOLCHAIN_FILE='cmake/linux-compiler-i386-multilib.cmake' \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DCMAKE_LIBRARY_PATH='/usr/lib32' \
+  -DPLUGIN_DIR='/usr/lib32/pcsx2' \
+  -DGAMEINDEX_DIR='/usr/share/pcsx2' \
+  -DDISABLE_ADVANCE_SIMD='TRUE' \
+  -DEXTRA_PLUGINS='TRUE' \
+  -DREBUILD_SHADER='TRUE' \
+  -DGLSL_API='TRUE' \
+  -DPACKAGE_MODE='TRUE' \
+  -DXDG_STD='TRUE'
+  fi
+
+  make
+}
+
+package() {
+  cd pcsx2-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 17:31:05
  Author: arojas
Revision: 185075

GLEW 2.0 rebuild

Modified:
  pcsx2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 17:13:07 UTC (rev 185074)
+++ PKGBUILD2016-08-04 17:31:05 UTC (rev 185075)
@@ -5,7 +5,7 @@
 
 pkgname=pcsx2
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A Sony PlayStation 2 emulator'
 arch=('i686' 'x86_64')
 url='http://www.pcsx2.net'
@@ -21,9 +21,17 @@
 optdepends_x86_64=('lib32-gtk-engines: GTK2 engines support'
'lib32-gtk-engine-unico: Unico GTK2 engine support')
 options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PCSX2/pcsx2/archive/v${pkgver}.tar.gz;)
-sha256sums=('2c8a986e2b6514d7018f6cfd39c4f2a72229b9b4ab06ca6b1d3466dfd9c33005')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PCSX2/pcsx2/archive/v${pkgver}.tar.gz;
+pcsx2-gcc6.patch)
+sha256sums=('2c8a986e2b6514d7018f6cfd39c4f2a72229b9b4ab06ca6b1d3466dfd9c33005'
+'d78c63808a609a249ec7e8330eeabee306a55ee08d2c9ce9c383b46b334bf7d0')
 
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build with GCC 6
+  patch -p1 -i ../pcsx2-gcc6.patch
+}
+
 build() {
   cd pcsx2-${pkgver}
 


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 17:13:07
  Author: arojas
Revision: 185074

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

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

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

Copied: clementine/repos/community-staging-i686/PKGBUILD (from rev 185073, 
clementine/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-04 17:13:07 UTC (rev 185074)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Stéphane Gaudreault 
+# Contributor: BlackEagle 
+# Contributor: Dany Martineau 
+
+pkgname=clementine
+pkgver=1.3.1
+pkgrel=3
+pkgdesc='A modern music player and library organizer'
+url='http://www.clementine-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('chromaprint' 'crypto++' 'fftw' 'gcc-libs' 'glew' 'glib2' 'glibc'
+ 'gst-plugins-base-libs' 'gstreamer' 'libcdio' 'libechonest' 'libgl'
+ 'libgpod' 'liblastfm' 'libmtp' 'libpulse' 'libx11' 'protobuf' 'qjson'
+ 'qt4' 'sqlite' 'taglib' 'zlib')
+makedepends=('boost' 'cmake' 'mesa' 'sparsehash')
+optdepends=('gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries'
+'gst-libav: Libav plugin'
+'gvfs: Various devices support')
+source=("clementine-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz;
+
clementine-gcc6.patch::"https://github.com/clementine-player/Clementine/commit/e31278.patch;)
+sha256sums=('f885931a9ab7c88607d07b50c64fcce46fc05f13dd2c0a04188c94eff938f37c'
+'785c485d0a2398a31728a012f6869573f6714359c0d65fbc06f7532c86b82643')
+
+prepare() {
+  cd Clementine-${pkgver}
+
+# Fix build with GCC 6
+  patch -p1 -i ../clementine-gcc6.patch
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd Clementine-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd Clementine-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-staging-x86_64/PKGBUILD (from rev 185073, 
clementine/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-04 17:13:07 UTC (rev 185074)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Stéphane Gaudreault 
+# Contributor: BlackEagle 
+# Contributor: Dany Martineau 
+
+pkgname=clementine
+pkgver=1.3.1
+pkgrel=3
+pkgdesc='A modern music player and library organizer'
+url='http://www.clementine-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('chromaprint' 'crypto++' 'fftw' 'gcc-libs' 'glew' 'glib2' 'glibc'
+ 'gst-plugins-base-libs' 'gstreamer' 'libcdio' 'libechonest' 'libgl'
+ 'libgpod' 'liblastfm' 'libmtp' 'libpulse' 'libx11' 'protobuf' 'qjson'
+ 'qt4' 'sqlite' 'taglib' 'zlib')
+makedepends=('boost' 'cmake' 'mesa' 'sparsehash')
+optdepends=('gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries'
+'gst-libav: Libav plugin'
+'gvfs: Various devices support')
+source=("clementine-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz;
+
clementine-gcc6.patch::"https://github.com/clementine-player/Clementine/commit/e31278.patch;)
+sha256sums=('f885931a9ab7c88607d07b50c64fcce46fc05f13dd2c0a04188c94eff938f37c'
+'785c485d0a2398a31728a012f6869573f6714359c0d65fbc06f7532c86b82643')
+
+prepare() {
+  cd Clementine-${pkgver}
+
+# Fix build with GCC 6
+  patch -p1 -i ../clementine-gcc6.patch
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd Clementine-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}

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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 17:12:40
  Author: arojas
Revision: 185073

GLEW 2.0 rebuild

Modified:
  clementine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 16:56:30 UTC (rev 185072)
+++ PKGBUILD2016-08-04 17:12:40 UTC (rev 185073)
@@ -6,7 +6,7 @@
 
 pkgname=clementine
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A modern music player and library organizer'
 url='http://www.clementine-player.org/'
 license=('GPL')
@@ -22,12 +22,17 @@
 'gst-plugins-ugly: "Ugly" plugin libraries'
 'gst-libav: Libav plugin'
 'gvfs: Various devices support')
-source=("clementine-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz;)
-sha256sums=('f885931a9ab7c88607d07b50c64fcce46fc05f13dd2c0a04188c94eff938f37c')
+source=("clementine-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz;
+
clementine-gcc6.patch::"https://github.com/clementine-player/Clementine/commit/e31278.patch;)
+sha256sums=('f885931a9ab7c88607d07b50c64fcce46fc05f13dd2c0a04188c94eff938f37c'
+'785c485d0a2398a31728a012f6869573f6714359c0d65fbc06f7532c86b82643')
 
 prepare() {
   cd Clementine-${pkgver}
 
+# Fix build with GCC 6
+  patch -p1 -i ../clementine-gcc6.patch
+
   if [[ -d build ]]; then
 rm -rf build
   fi


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 16:56:30
  Author: arojas
Revision: 185072

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

Added:
  projectm/repos/community-staging-i686/
  projectm/repos/community-staging-i686/PKGBUILD
(from rev 185071, projectm/trunk/PKGBUILD)
  projectm/repos/community-staging-i686/projectm-gcc6.patch
(from rev 185071, projectm/trunk/projectm-gcc6.patch)
  projectm/repos/community-staging-i686/projectm-install-vera-ttf.patch
(from rev 185071, projectm/trunk/projectm-install-vera-ttf.patch)
  projectm/repos/community-staging-i686/projectm-test-opengl.patch
(from rev 185071, projectm/trunk/projectm-test-opengl.patch)
  projectm/repos/community-staging-x86_64/
  projectm/repos/community-staging-x86_64/PKGBUILD
(from rev 185071, projectm/trunk/PKGBUILD)
  projectm/repos/community-staging-x86_64/projectm-gcc6.patch
(from rev 185071, projectm/trunk/projectm-gcc6.patch)
  projectm/repos/community-staging-x86_64/projectm-install-vera-ttf.patch
(from rev 185071, projectm/trunk/projectm-install-vera-ttf.patch)
  projectm/repos/community-staging-x86_64/projectm-test-opengl.patch
(from rev 185071, projectm/trunk/projectm-test-opengl.patch)

--+
 community-staging-i686/PKGBUILD  |   82 +
 community-staging-i686/projectm-gcc6.patch   |   62 +
 community-staging-i686/projectm-install-vera-ttf.patch   |   12 +
 community-staging-i686/projectm-test-opengl.patch|   19 +++
 community-staging-x86_64/PKGBUILD|   82 +
 community-staging-x86_64/projectm-gcc6.patch |   62 +
 community-staging-x86_64/projectm-install-vera-ttf.patch |   12 +
 community-staging-x86_64/projectm-test-opengl.patch  |   19 +++
 8 files changed, 350 insertions(+)

Copied: projectm/repos/community-staging-i686/PKGBUILD (from rev 185071, 
projectm/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-04 16:56:30 UTC (rev 185072)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Alexander Baldeck 
+# Contributor: Denis A. Altoe Falqueto 
+
+pkgbase=projectm
+pkgname=('projectm' 'projectm-libvisual' 'projectm-pulseaudio' 'projectm-jack' 
'projectm-qt' 'projectm-test')
+pkgver=2.1.0
+pkgrel=15
+arch=('x86_64' 'i686')
+url='http://projectm.sourceforge.net/'
+license=('LGPL')
+makedepends=('mesa-libgl' 'qt4' 'cmake' 'ftgl' 'glew' 'gtkglext' 'libvisual' 
'sdl' 'libxext' 'pulseaudio' 'jack')
+source=("http://downloads.sourceforge.net/$pkgname/projectM-complete-$pkgver-Source.tar.gz;
+'projectm-test-opengl.patch'
+'projectm-install-vera-ttf.patch'
+'projectm-gcc6.patch')
+sha256sums=('513204f033006bd3dcdf8aada196d816d6b7187266ddcbb1594d0285cc9406ee'
+'c577d8356be011a3b3ee9f9b389db55f47804d100f690d8ea12f2920cdd432d1'
+'7d67aad0b210edf25a527274504c9efdf3e9d5b737235b938fec361ac5a8b110'
+'5f7cd6baef1c90d2a22772c0352a40645c3554c6d75bde41a2b6ec3ebdaa6128')
+
+prepare() {
+  cd "projectM-complete-$pkgver-Source"
+
+  patch -p1 -i ../projectm-test-opengl.patch
+  patch -p1 -i ../projectm-install-vera-ttf.patch
+  sed 's/projectM_isnan/std::isnan/g' -i 
src/libprojectM/Renderer/BeatDetect.cpp 
+  patch -p1 -i ../projectm-gcc6.patch
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DINCLUDE-PROJECTM-JACK=ON \
+"../projectM-complete-$pkgver-Source"
+  make
+}
+
+package_projectm() {
+  pkgdesc='Music visualizer which uses 3D accelerated iterative image based 
rendering'
+  depends=('ftgl' 'glew' 'libgl')
+  DESTDIR="$pkgdir" make -C "build/src/NativePresets" install
+  DESTDIR="$pkgdir" make -C "build/src/libprojectM" install
+}
+
+package_projectm-libvisual() {
+  pkgdesc='ProjectM plugin for XMMS'
+  depends=('projectm' 'libvisual' 'gcc-libs')
+  replaces=('libvisual-projectm')
+  provides=('libvisual-projectm')
+  DESTDIR="$pkgdir" make -C "build/src/projectM-libvisual" install
+}
+
+package_projectm-pulseaudio() {
+  pkgdesc='ProjectM support for Pulseaudio'
+  depends=('projectm-qt' 'pulseaudio')
+  DESTDIR="$pkgdir" make -C "$srcdir/build/src/projectM-pulseaudio" install
+}
+
+package_projectm-jack() {
+  pkgdesc='ProjectM support for Jack'
+  depends=('projectm-qt' 'jack')
+  DESTDIR="$pkgdir" make -C "$srcdir/build/src/projectM-jack" install
+}
+
+package_projectm-qt() {
+  pkgdesc='Qt bindings for ProjectM'
+  depends=('projectm' 'qt4' 'libgl')
+  DESTDIR="$pkgdir" make -C "$srcdir/build/src/projectM-qt" install
+}
+
+package_projectm-test() 

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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 16:55:47
  Author: arojas
Revision: 185071

GLEW 2.0 rebuild, revert to make as it doesn't build with ninja

Added:
  projectm/trunk/projectm-gcc6.patch
Modified:
  projectm/trunk/PKGBUILD

-+
 PKGBUILD|   30 
 projectm-gcc6.patch |   62 ++
 2 files changed, 77 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 15:57:27 UTC (rev 185070)
+++ PKGBUILD2016-08-04 16:55:47 UTC (rev 185071)
@@ -7,17 +7,19 @@
 pkgbase=projectm
 pkgname=('projectm' 'projectm-libvisual' 'projectm-pulseaudio' 'projectm-jack' 
'projectm-qt' 'projectm-test')
 pkgver=2.1.0
-pkgrel=14
+pkgrel=15
 arch=('x86_64' 'i686')
 url='http://projectm.sourceforge.net/'
 license=('LGPL')
-makedepends=('mesa-libgl' 'qt4' 'cmake' 'ftgl' 'glew' 'gtkglext' 'libvisual' 
'sdl' 'libxext' 'pulseaudio' 'jack' 'ninja')
+makedepends=('mesa-libgl' 'qt4' 'cmake' 'ftgl' 'glew' 'gtkglext' 'libvisual' 
'sdl' 'libxext' 'pulseaudio' 'jack')
 
source=("http://downloads.sourceforge.net/$pkgname/projectM-complete-$pkgver-Source.tar.gz;
 'projectm-test-opengl.patch'
-'projectm-install-vera-ttf.patch')
+'projectm-install-vera-ttf.patch'
+'projectm-gcc6.patch')
 sha256sums=('513204f033006bd3dcdf8aada196d816d6b7187266ddcbb1594d0285cc9406ee'
 'c577d8356be011a3b3ee9f9b389db55f47804d100f690d8ea12f2920cdd432d1'
-'7d67aad0b210edf25a527274504c9efdf3e9d5b737235b938fec361ac5a8b110')
+'7d67aad0b210edf25a527274504c9efdf3e9d5b737235b938fec361ac5a8b110'
+'5f7cd6baef1c90d2a22772c0352a40645c3554c6d75bde41a2b6ec3ebdaa6128')
 
 prepare() {
   cd "projectM-complete-$pkgver-Source"
@@ -25,6 +27,7 @@
   patch -p1 -i ../projectm-test-opengl.patch
   patch -p1 -i ../projectm-install-vera-ttf.patch
   sed 's/projectM_isnan/std::isnan/g' -i 
src/libprojectM/Renderer/BeatDetect.cpp 
+  patch -p1 -i ../projectm-gcc6.patch
 }
 
 build() {
@@ -35,16 +38,15 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DINCLUDE-PROJECTM-JACK=ON \
--GNinja \
 "../projectM-complete-$pkgver-Source"
-  ninja
+  make
 }
 
 package_projectm() {
   pkgdesc='Music visualizer which uses 3D accelerated iterative image based 
rendering'
   depends=('ftgl' 'glew' 'libgl')
-  DESTDIR="$pkgdir" ninja -C "build/src/NativePresets" install
-  DESTDIR="$pkgdir" ninja -C "build/src/libprojectM" install
+  DESTDIR="$pkgdir" make -C "build/src/NativePresets" install
+  DESTDIR="$pkgdir" make -C "build/src/libprojectM" install
 }
 
 package_projectm-libvisual() {
@@ -52,31 +54,29 @@
   depends=('projectm' 'libvisual' 'gcc-libs')
   replaces=('libvisual-projectm')
   provides=('libvisual-projectm')
-  DESTDIR="$pkgdir" ninja -C "build/src/projectM-libvisual" install
+  DESTDIR="$pkgdir" make -C "build/src/projectM-libvisual" install
 }
 
 package_projectm-pulseaudio() {
   pkgdesc='ProjectM support for Pulseaudio'
   depends=('projectm-qt' 'pulseaudio')
-  DESTDIR="$pkgdir" ninja -C "$srcdir/build/src/projectM-pulseaudio" install
+  DESTDIR="$pkgdir" make -C "$srcdir/build/src/projectM-pulseaudio" install
 }
 
 package_projectm-jack() {
   pkgdesc='ProjectM support for Jack'
   depends=('projectm-qt' 'jack')
-  DESTDIR="$pkgdir" ninja -C "$srcdir/build/src/projectM-jack" install
+  DESTDIR="$pkgdir" make -C "$srcdir/build/src/projectM-jack" install
 }
 
 package_projectm-qt() {
   pkgdesc='Qt bindings for ProjectM'
   depends=('projectm' 'qt4' 'libgl')
-  DESTDIR="$pkgdir" ninja -C "$srcdir/build/src/projectM-qt" install
+  DESTDIR="$pkgdir" make -C "$srcdir/build/src/projectM-qt" install
 }
 
 package_projectm-test() {
   pkgdesc='ProjectM test applications'
   depends=('projectm' 'sdl' 'libgl')
-  DESTDIR="$pkgdir" ninja -C "$srcdir/build/src/projectM-test" install
+  DESTDIR="$pkgdir" make -C "$srcdir/build/src/projectM-test" install
 }
-
-# vim:set ts=2 sw=2 et:

Added: projectm-gcc6.patch
===
--- projectm-gcc6.patch (rev 0)
+++ projectm-gcc6.patch 2016-08-04 16:55:47 UTC (rev 185071)
@@ -0,0 +1,62 @@
+diff -x '*orig' -rup projectM-complete-2.1.0-Source/src/libprojectM/Common.hpp 
projectM-complete-2.1.0-Source.new/src/libprojectM/Common.hpp
+--- projectM-complete-2.1.0-Source/src/libprojectM/Common.hpp  2012-05-20 
04:43:26.0 +0100
 projectM-complete-2.1.0-Source.new/src/libprojectM/Common.hpp  
2016-03-17 05:00:14.176905540 +
+@@ -63,7 +63,8 @@ extern FILE *fmemopen(void *buf, size_t
+ 
+ #ifdef LINUX
+ #include 
+-#define projectM_isnan isnan
++#include 
++#define projectM_isnan std::isnan
+ 
+ #endif
+ 
+diff -x '*orig' -rup 
projectM-complete-2.1.0-Source/src/libprojectM/MilkdropPresetFactory/Parser.cpp 

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

2016-08-04 Thread Andreas Radke
Date: Thursday, August 4, 2016 @ 15:57:18
  Author: andyrtr
Revision: 185069

upgpkg: luxrays 1.6-2

glew rebuild

Modified:
  luxrays/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 15:45:41 UTC (rev 185068)
+++ PKGBUILD2016-08-04 15:57:18 UTC (rev 185069)
@@ -3,7 +3,7 @@
 pkgname='luxrays'
 pkgver=1.6
 _pkgver=61352e6aae3f
-pkgrel=1
+pkgrel=2
 pkgdesc="Accelerate the ray intersection process by using GPUs"
 arch=('x86_64')
 url="http://www.luxrender.net/;


[arch-commits] Commit in luxrays/repos (3 files)

2016-08-04 Thread Andreas Radke
Date: Thursday, August 4, 2016 @ 15:57:27
  Author: andyrtr
Revision: 185070

archrelease: copy trunk to community-staging-x86_64

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

+
 PKGBUILD   |   59 +++
 force_python3.diff |   12 ++
 2 files changed, 71 insertions(+)

Copied: luxrays/repos/community-staging-x86_64/PKGBUILD (from rev 185069, 
luxrays/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-04 15:57:27 UTC (rev 185070)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname='luxrays'
+pkgver=1.6
+_pkgver=61352e6aae3f
+pkgrel=2
+pkgdesc="Accelerate the ray intersection process by using GPUs"
+arch=('x86_64')
+url="http://www.luxrender.net/;
+license=('GPL')
+depends=('embree' 'libcl' 'libgl' 'openimageio')
+makedepends=('boost' 'cmake' 'freetype2' 'gtk3' 'libpng' 'mesa' 
'opencl-headers' 'glew' 'freeglut')
+optdepends=('opencl-nvidia: OpenCL support for nVidia GPUs' \
+'amdapp-sdk: OpenCL support for AMD GPUs' \
+'intel-opencl-runtime: OpenCL support for Intel CPUs' \
+'glew: demos (SmallLuxGPU etc.)' \
+'gtk3: luxcoreui'
+'freeglut: demos (SmallLuxGPU etc.)' \
+'boost-libs: demos (SmallLuxGPU etc.)')
+options=('staticlibs')
+source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/luxrender_v$pkgver.tar.bz2
 \
+force_python3.diff)
+md5sums=('4c8df34d90dc04b50a180b945041cd92'
+ '36c9823246c2b575415c1709e065727c')
+
+prepare() {
+  cd "$srcdir"/luxrender-luxrays-$_pkgver
+
+  # force python3 for boost
+  patch -Np1 < "$srcdir/force_python3.diff" || true
+}
+
+build() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DLUXRAYS_DISABLE_OPENCL=OFF
+  # this sucks, but luxrays doesn't seem to honor  CMAKE_*_LINKER_FLAGS
+  # thanks bartus from AUR for the fix
+  for file in `grep lboost_python -l -R ` ;do sed -i 's/$/ -lpython3/' $file ; 
done
+  make
+}
+
+package() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
+  install -m755 bin/* "$pkgdir"/usr/bin
+  install -m644 lib/* "$pkgdir"/usr/lib
+  cp -a include "$pkgdir"/usr
+
+  # install pyluxcore to the Python search path
+  install -d -m755 "$pkgdir"/usr/lib/python3.5/
+  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.5/
+}
+
+# vim:set ts=2 sw=2 et:

Copied: luxrays/repos/community-staging-x86_64/force_python3.diff (from rev 
185069, luxrays/trunk/force_python3.diff)
===
--- community-staging-x86_64/force_python3.diff (rev 0)
+++ community-staging-x86_64/force_python3.diff 2016-08-04 15:57:27 UTC (rev 
185070)
@@ -0,0 +1,12 @@
+diff -rup luxrender-luxrays-61352e6aae3f.orig/cmake/Dependencies.cmake 
luxrender-luxrays-61352e6aae3f/cmake/Dependencies.cmake
+--- luxrender-luxrays-61352e6aae3f.orig/cmake/Dependencies.cmake   
2016-05-09 22:17:57.0 +0200
 luxrender-luxrays-61352e6aae3f/cmake/Dependencies.cmake2016-05-29 
09:04:30.913648230 +0200
+@@ -58,7 +58,7 @@ set(Boost_MINIMUM_VERSION   "1.44.0"
+ 
+ set(Boost_ADDITIONAL_VERSIONS "1.47.0" "1.46.1" "1.46" "1.46.0" "1.45" 
"1.45.0" "1.44" "1.44.0")
+ 
+-set(LUXRAYS_BOOST_COMPONENTS thread program_options filesystem serialization 
iostreams regex system python chrono)
++set(LUXRAYS_BOOST_COMPONENTS thread program_options filesystem serialization 
iostreams regex system python3 chrono)
+ find_package(Boost ${Boost_MINIMUM_VERSION} COMPONENTS 
${LUXRAYS_BOOST_COMPONENTS})
+ if (NOT Boost_FOUND)
+ # Try again with the other type of libs


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

2016-08-04 Thread Andreas Radke
Date: Thursday, August 4, 2016 @ 15:45:41
  Author: andyrtr
Revision: 185068

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

Added:
  openimageio/repos/community-staging-i686/
  openimageio/repos/community-staging-i686/PKGBUILD
(from rev 185067, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-i686/fix-compiler-warning.patch
(from rev 185067, openimageio/trunk/fix-compiler-warning.patch)
  openimageio/repos/community-staging-i686/stdmath.patch
(from rev 185067, openimageio/trunk/stdmath.patch)
  openimageio/repos/community-staging-i686/ustring-cxx11-std-string.patch
(from rev 185067, openimageio/trunk/ustring-cxx11-std-string.patch)
  openimageio/repos/community-staging-x86_64/
  openimageio/repos/community-staging-x86_64/PKGBUILD
(from rev 185067, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-x86_64/fix-compiler-warning.patch
(from rev 185067, openimageio/trunk/fix-compiler-warning.patch)
  openimageio/repos/community-staging-x86_64/stdmath.patch
(from rev 185067, openimageio/trunk/stdmath.patch)
  openimageio/repos/community-staging-x86_64/ustring-cxx11-std-string.patch
(from rev 185067, openimageio/trunk/ustring-cxx11-std-string.patch)

-+
 community-staging-i686/PKGBUILD |   45 ++
 community-staging-i686/fix-compiler-warning.patch   |   22 ++
 community-staging-i686/stdmath.patch|   18 +
 community-staging-i686/ustring-cxx11-std-string.patch   |   35 ++
 community-staging-x86_64/PKGBUILD   |   45 ++
 community-staging-x86_64/fix-compiler-warning.patch |   22 ++
 community-staging-x86_64/stdmath.patch  |   18 +
 community-staging-x86_64/ustring-cxx11-std-string.patch |   35 ++
 8 files changed, 240 insertions(+)

Copied: openimageio/repos/community-staging-i686/PKGBUILD (from rev 185067, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-04 15:45:41 UTC (rev 185068)
@@ -0,0 +1,45 @@
+# $Id$
+# Contributor: SpepS 
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=openimageio
+pkgver=1.6.14
+pkgrel=2
+pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
+arch=(i686 x86_64)
+url="http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb' 'openssl')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
+md5sums=('SKIP')
+
+build() {
+  cd oiio
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  # Python is currently broken :(
+  cmake .. \
+  -DUSE_PYTHON=OFF \
+  -DUSE_PYTHON3=OFF \
+  -DUSE_OPENSSL=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DOIIO_BUILD_TESTS=ON \
+  -DOIIO_BUILD_TOOLS=ON
+  make
+}
+
+package() {
+  cd oiio/build
+
+  make DESTDIR="$pkgdir" install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: openimageio/repos/community-staging-i686/fix-compiler-warning.patch 
(from rev 185067, openimageio/trunk/fix-compiler-warning.patch)
===
--- community-staging-i686/fix-compiler-warning.patch   
(rev 0)
+++ community-staging-i686/fix-compiler-warning.patch   2016-08-04 15:45:41 UTC 
(rev 185068)
@@ -0,0 +1,22 @@
+From 4e3371d2e37512c5fa8b1f297ad9af52417fec9e Mon Sep 17 00:00:00 2001
+From: Larry Gritz 
+Date: Wed, 11 Feb 2015 15:27:40 -0800
+Subject: [PATCH] Fix compiler warning about unused variable
+
+---
+ src/ptex.imageio/ptex/PtexHalf.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/ptex.imageio/ptex/PtexHalf.cpp 
b/src/ptex.imageio/ptex/PtexHalf.cpp
+index a880971..3c17369 100644
+--- a/src/ptex.imageio/ptex/PtexHalf.cpp
 b/src/ptex.imageio/ptex/PtexHalf.cpp
+@@ -80,7 +80,7 @@ static bool PtexHalfInit()
+ return 1;
+ }
+ 
+-static bool PtexHalfInitialized = PtexHalfInit();
++bool PtexHalfInitialized = PtexHalfInit();
+ 
+ 
+ /** Handle exceptional cases for half-to-float conversion */

Copied: openimageio/repos/community-staging-i686/stdmath.patch (from rev 
185067, openimageio/trunk/stdmath.patch)
===
--- community-staging-i686/stdmath.patch(rev 0)
+++ community-staging-i686/stdmath.patch2016-08-04 15:45:41 UTC (rev 
185068)
@@ -0,0 +1,18 @@

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

2016-08-04 Thread Andreas Radke
Date: Thursday, August 4, 2016 @ 15:45:31
  Author: andyrtr
Revision: 185067

upgpkg: openimageio 1.6.14-2

glew rebuild

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 15:38:09 UTC (rev 185066)
+++ PKGBUILD2016-08-04 15:45:31 UTC (rev 185067)
@@ -4,7 +4,7 @@
 
 pkgname=openimageio
 pkgver=1.6.14
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
 arch=(i686 x86_64)
 url="http://www.openimageio.org/;


[arch-commits] Commit in python-os-client-config/repos/community-any (2 files)

2016-08-04 Thread Felix Yan
Date: Thursday, August 4, 2016 @ 15:38:09
  Author: felixonmars
Revision: 185066

archrelease: copy trunk to community-any

Added:
  python-os-client-config/repos/community-any/PKGBUILD
(from rev 185065, python-os-client-config/trunk/PKGBUILD)
Deleted:
  python-os-client-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-04 15:37:36 UTC (rev 185065)
+++ PKGBUILD2016-08-04 15:38:09 UTC (rev 185066)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-os-client-config
-pkgname=('python-os-client-config' 'python2-os-client-config')
-pkgver=1.18.0
-pkgrel=1
-arch=('any')
-pkgdesc='OpenStack Client Configuation Library'
-url='https://github.com/openstack/os-client-config'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml' 'git'
- 'python-appdirs' 'python2-appdirs' 'python-keystoneauth1' 
'python2-keystoneauth1'
- 'python-requestsexceptions' 'python2-requestsexceptions')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-oslotest' 'python2-oslotest'
-  'python-jsonschema' 'python2-jsonschema' 'python-mock' 
'python2-mock'
-  'python-glanceclient' 'python2-glanceclient')
-source=("git+https://github.com/openstack/os-client-config.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a os-client-config{,-py2}
-}
-
-build() {
-  cd "$srcdir"/os-client-config
-  python setup.py build
-
-  cd "$srcdir"/os-client-config-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/os-client-config
-  # One test failure in os_client_config.tests.test_config.TestConfig
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/os-client-config-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-os-client-config() {
-  depends=('python-yaml' 'python-appdirs' 'python-keystoneauth1' 
'python-requestsexceptions')
-
-  cd os-client-config
-  python setup.py install --root "$pkgdir" --optimize=1
-}
-
-package_python2-os-client-config() {
-  depends=('python2-yaml' 'python2-appdirs' 'python2-keystoneauth1' 
'python2-requestsexceptions')
-
-  cd os-client-config-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-}

Copied: python-os-client-config/repos/community-any/PKGBUILD (from rev 185065, 
python-os-client-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-04 15:38:09 UTC (rev 185066)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-os-client-config
+pkgname=('python-os-client-config' 'python2-os-client-config')
+pkgver=1.19.0
+pkgrel=1
+arch=('any')
+pkgdesc='OpenStack Client Configuation Library'
+url='https://github.com/openstack/os-client-config'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml' 'git'
+ 'python-appdirs' 'python2-appdirs' 'python-keystoneauth1' 
'python2-keystoneauth1'
+ 'python-requestsexceptions' 'python2-requestsexceptions')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-oslotest' 'python2-oslotest'
+  'python-jsonschema' 'python2-jsonschema' 'python-mock' 
'python2-mock'
+  'python-glanceclient' 'python2-glanceclient')
+source=("git+https://github.com/openstack/os-client-config.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a os-client-config{,-py2}
+}
+
+build() {
+  cd "$srcdir"/os-client-config
+  python setup.py build
+
+  cd "$srcdir"/os-client-config-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/os-client-config
+  # One test failure in os_client_config.tests.test_config.TestConfig
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/os-client-config-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-os-client-config() {
+  depends=('python-yaml' 'python-appdirs' 'python-keystoneauth1' 
'python-requestsexceptions')
+
+  cd os-client-config
+  python setup.py install --root "$pkgdir" --optimize=1
+}
+
+package_python2-os-client-config() {
+  depends=('python2-yaml' 'python2-appdirs' 'python2-keystoneauth1' 
'python2-requestsexceptions')
+
+  cd os-client-config-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+}


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

2016-08-04 Thread Andreas Radke
Date: Thursday, August 4, 2016 @ 15:37:32
  Author: andyrtr
Revision: 185064

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

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

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

Copied: opensubdiv/repos/community-staging-i686/PKGBUILD (from rev 185063, 
opensubdiv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-04 15:37:32 UTC (rev 185064)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=opensubdiv
+pkgver=3.0.2
+pkgrel=5
+pkgdesc="An Open-Source subdivision surface library"
+arch=(i686 x86_64)
+url="http://graphics.pixar.com/opensubdiv;
+license=('apache')
+depends=(zlib ptex intel-tbb libxcursor xorg-xrandr libxinerama)
+makedepends=(cmake doxygen glfw glew python2 python-pygments python-docutils 
opencl-headers)
+#makedepends_x86_64=(cuda) Broken currently :/
+source=("https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${pkgver//./_}.tar.gz;)
+md5sums=('acee9de1cd966ad3b4e7297858cff6d6')
+
+prepare() {
+cd "OpenSubdiv-${pkgver//./_}"
+
+find . -name \*.py | xargs sed -i "s/env python/env python2/g"
+}
+
+build() {
+cd "OpenSubdiv-${pkgver//./_}"
+
+rm -rf build
+mkdir build && cd build
+
+cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+}
+
+package() {
+cd "OpenSubdiv-${pkgver//./_}"/build
+
+make DESTDIR="$pkgdir/" install
+
+rm -rf ${pkgdir}/usr/bin
+}

Copied: opensubdiv/repos/community-staging-x86_64/PKGBUILD (from rev 185063, 
opensubdiv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-04 15:37:32 UTC (rev 185064)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=opensubdiv
+pkgver=3.0.2
+pkgrel=5
+pkgdesc="An Open-Source subdivision surface library"
+arch=(i686 x86_64)
+url="http://graphics.pixar.com/opensubdiv;
+license=('apache')
+depends=(zlib ptex intel-tbb libxcursor xorg-xrandr libxinerama)
+makedepends=(cmake doxygen glfw glew python2 python-pygments python-docutils 
opencl-headers)
+#makedepends_x86_64=(cuda) Broken currently :/
+source=("https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${pkgver//./_}.tar.gz;)
+md5sums=('acee9de1cd966ad3b4e7297858cff6d6')
+
+prepare() {
+cd "OpenSubdiv-${pkgver//./_}"
+
+find . -name \*.py | xargs sed -i "s/env python/env python2/g"
+}
+
+build() {
+cd "OpenSubdiv-${pkgver//./_}"
+
+rm -rf build
+mkdir build && cd build
+
+cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+}
+
+package() {
+cd "OpenSubdiv-${pkgver//./_}"/build
+
+make DESTDIR="$pkgdir/" install
+
+rm -rf ${pkgdir}/usr/bin
+}


[arch-commits] Commit in python-os-client-config/trunk (PKGBUILD)

2016-08-04 Thread Felix Yan
Date: Thursday, August 4, 2016 @ 15:37:36
  Author: felixonmars
Revision: 185065

upgpkg: python-os-client-config 1.19.0-1

Modified:
  python-os-client-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 15:37:32 UTC (rev 185064)
+++ PKGBUILD2016-08-04 15:37:36 UTC (rev 185065)
@@ -3,7 +3,7 @@
 
 pkgbase=python-os-client-config
 pkgname=('python-os-client-config' 'python2-os-client-config')
-pkgver=1.18.0
+pkgver=1.19.0
 pkgrel=1
 arch=('any')
 pkgdesc='OpenStack Client Configuation Library'


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

2016-08-04 Thread Andreas Radke
Date: Thursday, August 4, 2016 @ 15:37:21
  Author: andyrtr
Revision: 185063

upgpkg: opensubdiv 3.0.2-5

glew rebuild

Modified:
  opensubdiv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 15:25:52 UTC (rev 185062)
+++ PKGBUILD2016-08-04 15:37:21 UTC (rev 185063)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=opensubdiv
 pkgver=3.0.2
-pkgrel=4
+pkgrel=5
 pkgdesc="An Open-Source subdivision surface library"
 arch=(i686 x86_64)
 url="http://graphics.pixar.com/opensubdiv;


[arch-commits] Commit in zsh-completions/repos/community-any (8 files)

2016-08-04 Thread Evgeniy Alekseev
Date: Thursday, August 4, 2016 @ 15:25:52
  Author: arcanis
Revision: 185062

archrelease: copy trunk to community-any

Added:
  zsh-completions/repos/community-any/ChangeLog
(from rev 185061, zsh-completions/trunk/ChangeLog)
  zsh-completions/repos/community-any/LICENSE-BSD
(from rev 185061, zsh-completions/trunk/LICENSE-BSD)
  zsh-completions/repos/community-any/LICENSE-MIT
(from rev 185061, zsh-completions/trunk/LICENSE-MIT)
  zsh-completions/repos/community-any/PKGBUILD
(from rev 185061, zsh-completions/trunk/PKGBUILD)
Deleted:
  zsh-completions/repos/community-any/ChangeLog
  zsh-completions/repos/community-any/LICENSE-BSD
  zsh-completions/repos/community-any/LICENSE-MIT
  zsh-completions/repos/community-any/PKGBUILD

-+
 ChangeLog   |   55 ++
 LICENSE-BSD |   48 ++--
 LICENSE-MIT |   38 +-
 PKGBUILD|   63 ++
 4 files changed, 105 insertions(+), 99 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2016-08-04 15:25:33 UTC (rev 185061)
+++ ChangeLog   2016-08-04 15:25:52 UTC (rev 185062)
@@ -1,26 +0,0 @@
-0.19.0-1:
-upstream update
-
-0.18.0-1:
-upstream update
-
-0.17.0-1:
-upstream update
-
-0.16.0-1:
-upstream update
-
-0.15.0-1:
-upstream update
-
-0.14.0-2:
-fix build
-
-0.14.0-1:
-upstream update
-
-0.12.0-2:
-drop _salt completions since it is provided by upstream
-
-0.12.0-1:
-ustream update

Copied: zsh-completions/repos/community-any/ChangeLog (from rev 185061, 
zsh-completions/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-08-04 15:25:52 UTC (rev 185062)
@@ -0,0 +1,29 @@
+0.19.0-2:
+fix FS#50243
+
+0.19.0-1:
+upstream update
+
+0.18.0-1:
+upstream update
+
+0.17.0-1:
+upstream update
+
+0.16.0-1:
+upstream update
+
+0.15.0-1:
+upstream update
+
+0.14.0-2:
+fix build
+
+0.14.0-1:
+upstream update
+
+0.12.0-2:
+drop _salt completions since it is provided by upstream
+
+0.12.0-1:
+ustream update

Deleted: LICENSE-BSD
===
--- LICENSE-BSD 2016-08-04 15:25:33 UTC (rev 185061)
+++ LICENSE-BSD 2016-08-04 15:25:52 UTC (rev 185062)
@@ -1,24 +0,0 @@
-Copyright (c) 2011 Github zsh-users - http://github.com/zsh-users
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-* Redistributions of source code must retain the above copyright
-  notice, this list of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the above copyright
-  notice, this list of conditions and the following disclaimer in the
-  documentation and/or other materials provided with the distribution.
-* Neither the name of the zsh-users nor the
-  names of its contributors may be used to endorse or promote products
-  derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL ZSH-USERS BE LIABLE FOR ANY
-DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: zsh-completions/repos/community-any/LICENSE-BSD (from rev 185061, 
zsh-completions/trunk/LICENSE-BSD)
===
--- LICENSE-BSD (rev 0)
+++ LICENSE-BSD 2016-08-04 15:25:52 UTC (rev 185062)
@@ -0,0 +1,24 @@
+Copyright (c) 2011 Github zsh-users - http://github.com/zsh-users
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+* Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in the
+  documentation and/or other materials provided with the distribution.
+* Neither the name of the zsh-users nor the
+  names of its contributors may be used to endorse or promote 

[arch-commits] Commit in zsh-completions/trunk (ChangeLog PKGBUILD)

2016-08-04 Thread Evgeniy Alekseev
Date: Thursday, August 4, 2016 @ 15:25:33
  Author: arcanis
Revision: 185061

upgpkg: zsh-completions 0.19.0-2
drop docker-machine (see FS#50243)

Modified:
  zsh-completions/trunk/ChangeLog
  zsh-completions/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |5 -
 2 files changed, 7 insertions(+), 1 deletion(-)

Modified: ChangeLog
===
--- ChangeLog   2016-08-04 15:06:25 UTC (rev 185060)
+++ ChangeLog   2016-08-04 15:25:33 UTC (rev 185061)
@@ -1,3 +1,6 @@
+0.19.0-2:
+fix FS#50243
+
 0.19.0-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 15:06:25 UTC (rev 185060)
+++ PKGBUILD2016-08-04 15:25:33 UTC (rev 185061)
@@ -4,7 +4,7 @@
 
 pkgname=zsh-completions
 pkgver=0.19.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional completion definitions for Zsh"
 arch=(any)
 url="https://github.com/zsh-users/zsh-completions;
@@ -22,6 +22,9 @@
   install -dm755 "${pkgdir}/usr/share/zsh/site-functions"
   install -Dm644 "${srcdir}"/zsh-users-${pkgname}-*/src/* 
"${pkgdir}/usr/share/zsh/site-functions"
 
+  # remove dubs
+  rm "${pkgdir}/usr/share/zsh/site-functions/_docker-machine"
+
   # license
   install -Dm644 "${srcdir}/LICENSE-BSD" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-BSD"
   install -Dm644 "${srcdir}/LICENSE-MIT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"


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

2016-08-04 Thread Andreas Radke
Date: Thursday, August 4, 2016 @ 15:07:31
  Author: andyrtr
Revision: 273030

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

Added:
  libreoffice-fresh/repos/staging-i686/PKGBUILD
(from rev 273029, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-i686/buildfix.diff
(from rev 273029, libreoffice-fresh/trunk/buildfix.diff)
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.csh
(from rev 273029, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.sh
(from rev 273029, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 273029, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-fresh/repos/staging-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff
(from rev 273029, 
libreoffice-fresh/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff)
  libreoffice-fresh/repos/staging-i686/update_liborcus_to_0.11.0.diff
(from rev 273029, libreoffice-fresh/trunk/update_liborcus_to_0.11.0.diff)
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD
(from rev 273029, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-x86_64/buildfix.diff
(from rev 273029, libreoffice-fresh/trunk/buildfix.diff)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh
(from rev 273029, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh
(from rev 273029, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 273029, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-fresh/repos/staging-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff
(from rev 273029, 
libreoffice-fresh/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff)
  libreoffice-fresh/repos/staging-x86_64/update_liborcus_to_0.11.0.diff
(from rev 273029, libreoffice-fresh/trunk/update_liborcus_to_0.11.0.diff)
Deleted:
  libreoffice-fresh/repos/staging-i686/PKGBUILD
  libreoffice-fresh/repos/staging-i686/PKGBUILD.52
  libreoffice-fresh/repos/staging-i686/buildfix.diff
  libreoffice-fresh/repos/staging-i686/gcc6_buildfix.diff
  libreoffice-fresh/repos/staging-i686/liborcus-0.11.2.diff
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.csh
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.sh
  
libreoffice-fresh/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
  
libreoffice-fresh/repos/staging-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff
  libreoffice-fresh/repos/staging-i686/update_liborcus_to_0.11.0.diff
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD.52
  libreoffice-fresh/repos/staging-x86_64/buildfix.diff
  libreoffice-fresh/repos/staging-x86_64/gcc6_buildfix.diff
  libreoffice-fresh/repos/staging-x86_64/liborcus-0.11.2.diff
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh
  
libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
  
libreoffice-fresh/repos/staging-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff
  libreoffice-fresh/repos/staging-x86_64/update_liborcus_to_0.11.0.diff

+
 /PKGBUILD  |  
716 +
 /buildfix.diff |   
54 
 /libreoffice-fresh.csh |   
12 
 /libreoffice-fresh.sh  |   
12 
 /make-pyuno-work-with-system-wide-module-install.diff  |   
88 
 /remove_unnecessary_orcus_external_usage_from_makefiles.diff   |  
248 
 /update_liborcus_to_0.11.0.diff| 
3966 ++
 staging-i686/PKGBUILD  |  
395 
 staging-i686/PKGBUILD.52   |  
371 
 staging-i686/buildfix.diff |   
27 
 staging-i686/gcc6_buildfix.diff|   
12 
 staging-i686/liborcus-0.11.2.diff  |  
118 
 staging-i686/libreoffice-fresh.csh |   
 6 
 staging-i686/libreoffice-fresh.sh  |   
 6 
 staging-i686/make-pyuno-work-with-system-wide-module-install.diff  |   
44 
 staging-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff   |  
124 

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

2016-08-04 Thread Andreas Radke
Date: Thursday, August 4, 2016 @ 15:07:06
  Author: andyrtr
Revision: 273029

upgpkg: libreoffice-fresh 5.2.0-2

poppler rebuild

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 15:00:16 UTC (rev 273028)
+++ PKGBUILD2016-08-04 15:07:06 UTC (rev 273029)
@@ -13,7 +13,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=5.2.0.4
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -144,6 +144,9 @@
# 
https://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-5-2=e13db0f16c4ac5a243587e881d7b18979d07f478
patch -Np1 -i ../buildfix.diff
 
+   # don't run broken tests on i686
+   [ "$CARCH" = "i686" ] && sed -i "/CppunitTest_sw_ooxmlexport7/d" 
sw/Module_sw.mk
+   
# unowinreg.dll must be a file not a symlink or the result will become 
a broken symlink
# /usr/share/libreoffice/sdk/classes/win/unowinreg.dll -> 
/build/libreoffice/src/185d60944ea767075d27247c3162b3bc-unowinreg.dll
rm ${srcdir}/ext_sources/185d60944ea767075d27247c3162b3bc-unowinreg.dll
@@ -159,13 +162,6 @@
esac
ARCH_FLAGS="$ARCH_FLAGS $i"
done
-
-   
-   # i686 build broken
-#  [ "$CARCH" = "i686" ] && sed -i '/CppunitTest_sw_ooxmlimport/d' 
sw/Module_sw.mk
-   [ "$CARCH" = "i686" ] && sed -i '/CppunitTest_sw_ooxmlexport7/d' 
sw/Module_sw.mk
-#  [ "$CARCH" = "i686" ] && sed -i '/CppunitTest_basic_scanner/d' 
basic/Module_basic.mk
-
 }
 
 build() {


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

2016-08-04 Thread Felix Yan
Date: Thursday, August 4, 2016 @ 15:06:25
  Author: felixonmars
Revision: 185060

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  134 ++---
 1 file changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-04 15:05:34 UTC (rev 185059)
+++ PKGBUILD2016-08-04 15:06:25 UTC (rev 185060)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-keystoneclient
-pkgname=(python-keystoneclient python2-keystoneclient)
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="Client Library for OpenStack Identity"
-arch=('any')
-url="http://docs.openstack.org/developer/python-keystoneclient;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-iso8601' 'python2-iso8601' 'python-prettytable' 
'python2-prettytable'
- 'python-debtcollector' 'python2-debtcollector' 
'python-keystoneauth1'
- 'python2-keystoneauth1' 'python-positional' 'python2-positional' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n'
- 'python-oslo-serialization' 'python2-oslo-serialization' 
'python-oslo-config'
- 'python2-oslo-config' 'python-requests' 'python2-requests' 
'python-stevedore'
- 'python2-stevedore')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 
'python2-testresources'
-  'python-requests-mock' 'python2-requests-mock' 
'python-pycodestyle'
-  'python2-pycodestyle' 'python-lxml' 'python2-lxml')
-source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  # Use pycodestyle
-  sed -i 's/pep8/pycodestyle/g' 
python-keystoneclient/keystoneclient/tests/unit/test_hacking_checks.py
-
-  cp -a python-keystoneclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-keystoneclient
-  python setup.py build
-
-  cd "$srcdir"/python-keystoneclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-keystoneclient
-  python setup.py testr
-
-  cd "$srcdir"/python-keystoneclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-keystoneclient() {
-  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 
'python-debtcollector'
-   'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 
'python-oslo-i18n'
-   'python-oslo-serialization' 'python-oslo-config' 'python-requests' 
'python-stevedore')
-
-  cd "$srcdir"/python-keystoneclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-keystoneclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 
'python2-debtcollector'
-   'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 
'python2-oslo-i18n'
-   'python2-oslo-serialization' 'python2-oslo-config' 
'python2-requests' 'python2-stevedore')
-
-  cd "$srcdir"/python-keystoneclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 185059, 
python-keystoneclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-04 15:06:25 UTC (rev 185060)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-keystoneclient
+pkgname=(python-keystoneclient python2-keystoneclient)
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="Client Library for OpenStack Identity"
+arch=('any')
+url="http://docs.openstack.org/developer/python-keystoneclient;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-iso8601' 'python2-iso8601' 'python-prettytable' 
'python2-prettytable'
+ 'python-debtcollector' 'python2-debtcollector' 
'python-keystoneauth1'
+ 'python2-keystoneauth1' 'python-positional' 'python2-positional' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n'
+ 'python-oslo-serialization' 'python2-oslo-serialization' 
'python-oslo-config'
+ 'python2-oslo-config' 'python-requests' 'python2-requests' 
'python-stevedore'
+ 'python2-stevedore')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 
'python2-testresources'
+  'python-requests-mock' 'python2-requests-mock' 
'python-pycodestyle'
+  'python2-pycodestyle' 'python-lxml' 'python2-lxml')

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

2016-08-04 Thread Felix Yan
Date: Thursday, August 4, 2016 @ 15:05:34
  Author: felixonmars
Revision: 185059

upgpkg: python-keystoneclient 3.4.0-1

Modified:
  python-keystoneclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 15:03:02 UTC (rev 185058)
+++ PKGBUILD2016-08-04 15:05:34 UTC (rev 185059)
@@ -3,7 +3,7 @@
 
 pkgbase=python-keystoneclient
 pkgname=(python-keystoneclient python2-keystoneclient)
-pkgver=3.3.0
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="Client Library for OpenStack Identity"
 arch=('any')


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

2016-08-04 Thread Sergej Pupykin
Date: Thursday, August 4, 2016 @ 15:03:02
  Author: spupykin
Revision: 185058

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

Added:
  miredo/repos/community-i686/PKGBUILD
(from rev 185057, miredo/trunk/PKGBUILD)
  miredo/repos/community-i686/miredo.service
(from rev 185057, miredo/trunk/miredo.service)
  miredo/repos/community-x86_64/PKGBUILD
(from rev 185057, miredo/trunk/PKGBUILD)
  miredo/repos/community-x86_64/miredo.service
(from rev 185057, miredo/trunk/miredo.service)
Deleted:
  miredo/repos/community-i686/PKGBUILD
  miredo/repos/community-i686/miredo.install
  miredo/repos/community-i686/miredo.service
  miredo/repos/community-x86_64/PKGBUILD
  miredo/repos/community-x86_64/miredo.install
  miredo/repos/community-x86_64/miredo.service

-+
 /PKGBUILD   |   76 ++
 /miredo.service |   22 +++
 community-i686/PKGBUILD |   46 ---
 community-i686/miredo.install   |8 
 community-i686/miredo.service   |   10 -
 community-x86_64/PKGBUILD   |   46 ---
 community-x86_64/miredo.install |8 
 community-x86_64/miredo.service |   10 -
 8 files changed, 98 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-04 15:02:48 UTC (rev 185057)
+++ community-i686/PKGBUILD 2016-08-04 15:03:02 UTC (rev 185058)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=miredo
-pkgver=1.2.6
-pkgrel=3
-pkgdesc="Teredo client and server."
-arch=('i686' 'x86_64')
-url="http://www.remlab.net/miredo/;
-license=('GPL')
-depends=('judy' 'iproute2' 'libcap')
-backup=('etc/miredo/miredo.conf'
-'etc/miredo/client-hook')
-source=(http://www.remlab.net/files/${pkgname}/${pkgname}-${pkgver}.tar.xz
-   miredo.install
-   miredo.service)
-md5sums=('5bcdbaced54f40b6cb1e9c9a8dbac411'
- 'd1b655d7a851cdb46c91c3418ed1962f'
- 'fd6d5b355b2356426eeefd6047f6bb7c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --libexecdir=/usr/lib \
-   --sbindir=/usr/bin \
-   --with-Judy \
-   --disable-assert
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  sed -i 's#/sbin/ip#/usr/sbin/ip#' $pkgdir/etc/miredo/client-hook
-
-  # avoid conflict with filesystem>=2012.06
-  rmdir "$pkgdir/var/run" "$pkgdir/var"
-
-  install -Dm644 "$srcdir/miredo.service" 
"$pkgdir/usr/lib/systemd/system/miredo.service"
-}

Copied: miredo/repos/community-i686/PKGBUILD (from rev 185057, 
miredo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-04 15:03:02 UTC (rev 185058)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=miredo
+pkgver=1.2.6
+pkgrel=4
+pkgdesc="Teredo client and server."
+arch=('i686' 'x86_64')
+url="http://www.remlab.net/miredo/;
+license=('GPL')
+depends=('judy' 'iproute2' 'libcap')
+backup=('etc/miredo/miredo.conf'
+'etc/miredo/client-hook')
+source=(http://www.remlab.net/files/${pkgname}/${pkgname}-${pkgver}.tar.xz
+   miredo.service)
+md5sums=('5bcdbaced54f40b6cb1e9c9a8dbac411'
+ 'f8a8ebbd5531e074816e009e50a2fb68')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --libexecdir=/usr/lib \
+   --sbindir=/usr/bin \
+   --with-Judy \
+   --disable-assert
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  sed -i 's#/sbin/ip#/usr/bin/ip#' $pkgdir/etc/miredo/client-hook
+  rmdir "$pkgdir/var/run" "$pkgdir/var"
+  install -Dm644 "$srcdir/miredo.service" 
"$pkgdir/usr/lib/systemd/system/miredo.service"
+}

Deleted: community-i686/miredo.install
===
--- community-i686/miredo.install   2016-08-04 15:02:48 UTC (rev 185057)
+++ community-i686/miredo.install   2016-08-04 15:03:02 UTC (rev 185058)
@@ -1,8 +0,0 @@
-post_remove() {
-
-  # clean up just in case
-  rm -f /var/run/miredo.pid
-  rm -f /var/run/miredo-server.pid
-  rm -f /var/run/isatapd.pid
-}
-

Deleted: community-i686/miredo.service
===
--- community-i686/miredo.service   2016-08-04 15:02:48 UTC (rev 185057)
+++ community-i686/miredo.service   2016-08-04 15:03:02 UTC (rev 185058)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Teredo IPv6 Tunneling Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/miredo -f
-ExecReload=/bin/kill -HUP $MAINPID

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

2016-08-04 Thread Sergej Pupykin
Date: Thursday, August 4, 2016 @ 15:02:48
  Author: spupykin
Revision: 185057

upgpkg: miredo 1.2.6-4

upd

Modified:
  miredo/trunk/PKGBUILD
  miredo/trunk/miredo.service
Deleted:
  miredo/trunk/miredo.install

+
 PKGBUILD   |   14 +++---
 miredo.install |8 
 miredo.service |7 ---
 3 files changed, 7 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 14:50:13 UTC (rev 185056)
+++ PKGBUILD2016-08-04 15:02:48 UTC (rev 185057)
@@ -3,7 +3,7 @@
 
 pkgname=miredo
 pkgver=1.2.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Teredo client and server."
 arch=('i686' 'x86_64')
 url="http://www.remlab.net/miredo/;
@@ -12,15 +12,12 @@
 backup=('etc/miredo/miredo.conf'
 'etc/miredo/client-hook')
 source=(http://www.remlab.net/files/${pkgname}/${pkgname}-${pkgver}.tar.xz
-   miredo.install
miredo.service)
 md5sums=('5bcdbaced54f40b6cb1e9c9a8dbac411'
- 'd1b655d7a851cdb46c91c3418ed1962f'
- 'fd6d5b355b2356426eeefd6047f6bb7c')
+ 'f8a8ebbd5531e074816e009e50a2fb68')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-
   ./configure \
--prefix=/usr \
--sysconfdir=/etc \
@@ -34,13 +31,8 @@
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-
   make DESTDIR="$pkgdir" install
-
-  sed -i 's#/sbin/ip#/usr/sbin/ip#' $pkgdir/etc/miredo/client-hook
-
-  # avoid conflict with filesystem>=2012.06
+  sed -i 's#/sbin/ip#/usr/bin/ip#' $pkgdir/etc/miredo/client-hook
   rmdir "$pkgdir/var/run" "$pkgdir/var"
-
   install -Dm644 "$srcdir/miredo.service" 
"$pkgdir/usr/lib/systemd/system/miredo.service"
 }

Deleted: miredo.install
===
--- miredo.install  2016-08-04 14:50:13 UTC (rev 185056)
+++ miredo.install  2016-08-04 15:02:48 UTC (rev 185057)
@@ -1,8 +0,0 @@
-post_remove() {
-
-  # clean up just in case
-  rm -f /var/run/miredo.pid
-  rm -f /var/run/miredo-server.pid
-  rm -f /var/run/isatapd.pid
-}
-

Modified: miredo.service
===
--- miredo.service  2016-08-04 14:50:13 UTC (rev 185056)
+++ miredo.service  2016-08-04 15:02:48 UTC (rev 185057)
@@ -3,8 +3,9 @@
 After=network.target
 
 [Service]
-ExecStart=/usr/bin/miredo -f
-ExecReload=/bin/kill -HUP $MAINPID
+Type=forking
+PIDFile=/run/miredo.pid
+ExecStart=/usr/bin/miredo -c /etc/miredo/miredo.conf -p /run/miredo.pid
 
 [Install]
-WantedBy=multi-user.target
\ No newline at end of file
+WantedBy=multi-user.target


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

2016-08-04 Thread Felix Yan
Date: Thursday, August 4, 2016 @ 15:00:16
  Author: felixonmars
Revision: 273028

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  150 ++---
 1 file changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-04 14:59:56 UTC (rev 273027)
+++ PKGBUILD2016-08-04 15:00:16 UTC (rev 273028)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=25.1.3
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'git')
-source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Remove vendored packages
-  rm -rv setuptools/pkg_resources/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools/setup.cfg
-
-  cp -a setuptools{,-py2}
-
-  cd "$srcdir"/setuptools
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd "$srcdir"/setuptools
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  cd "$srcdir"/setuptools
-  LC_CTYPE=en_US.utf8 python setup.py ptr
-
-  cd "$srcdir"/setuptools-py2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 273027, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-04 15:00:16 UTC (rev 273028)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=25.1.4
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove vendored packages
+  rm -rv setuptools/pkg_resources/_vendor
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  cd "$srcdir"/setuptools
+  python bootstrap.py
+  python setup.py build
+
+  cd "$srcdir"/setuptools-py2
+  python2 bootstrap.py
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  cd "$srcdir"/setuptools
+  LC_CTYPE=en_US.utf8 python setup.py ptr
+
+  cd "$srcdir"/setuptools-py2
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+}
+ 
+package_python-setuptools() {
+  depends=('python-packaging')
+  provides=('python-distribute')
+  replaces=('python-distribute')
+
+  cd "$srcdir"/setuptools
+  python setup.py install --prefix=/usr --root="$pkgdir" 

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

2016-08-04 Thread Felix Yan
Date: Thursday, August 4, 2016 @ 14:59:56
  Author: felixonmars
Revision: 273027

upgpkg: python-setuptools 1:25.1.4-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 12:11:53 UTC (rev 273026)
+++ PKGBUILD2016-08-04 14:59:56 UTC (rev 273027)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=25.1.3
+pkgver=25.1.4
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"


[arch-commits] Commit in motion/trunk (rc.motion)

2016-08-04 Thread Sergej Pupykin
Date: Thursday, August 4, 2016 @ 14:50:13
  Author: spupykin
Revision: 185056

Deleted:
  motion/trunk/rc.motion

---+
 rc.motion |   37 -
 1 file changed, 37 deletions(-)

Deleted: rc.motion
===
--- rc.motion   2016-08-04 14:41:44 UTC (rev 185055)
+++ rc.motion   2016-08-04 14:50:13 UTC (rev 185056)
@@ -1,37 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID /usr/bin/motion`
-case "$1" in
-  start)
-stat_busy "Starting Motion"
-mkdir -p /var/run/motion
-[ -z "$PID" ] && /usr/bin/motion 1>/dev/null 2>&1
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon motion
-  stat_done
-fi
-;;
-  stop)
-stat_busy "Stopping Motion"
-[ ! -z "$PID" ]  && kill $PID &> /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon motion
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 3
-$0 start
-;;
-  *)
-echo "usage: $0 {start|stop|restart}"
-esac
-exit 0


[arch-commits] Commit in busybox/trunk (PKGBUILD ifplugd.patch)

2016-08-04 Thread Sergej Pupykin
Date: Thursday, August 4, 2016 @ 14:41:44
  Author: spupykin
Revision: 185055

Modified:
  busybox/trunk/PKGBUILD
Deleted:
  busybox/trunk/ifplugd.patch

---+
 PKGBUILD  |   15 ++-
 ifplugd.patch |   30 --
 2 files changed, 6 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 14:40:32 UTC (rev 185054)
+++ PKGBUILD2016-08-04 14:41:44 UTC (rev 185055)
@@ -12,17 +12,10 @@
 makedepends=("make" "gcc" "sed" "ncurses" "musl" "kernel-headers-musl")
 install=busybox.install
 source=("$url/downloads/$pkgname-$pkgver.tar.bz2"
-   "config"
-   ifplugd.patch)
+   "config")
 md5sums=('2eaae519cac1143bcf583636a745381f'
- '86035b9208a5358b885fbf6b87a0735d'
- '187adc8319e45be12d79e8db2c514d74')
+ '86035b9208a5358b885fbf6b87a0735d')
 
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-#  patch -p1 <$srcdir/ifplugd.patch
-}
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   cp $srcdir/config .config
@@ -35,4 +28,8 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   install -Dm755 busybox $pkgdir/usr/bin/busybox
+  install -Dm644 docs/busybox.1 $pkgdir/usr/share/man/man1/busybox.1
+  for doc in BusyBox.html BusyBox.txt; do
+install -Dm644 docs/$doc $pkgdir/usr/share/doc/$pkgname/$doc
+  done
 }

Deleted: ifplugd.patch
===
--- ifplugd.patch   2016-08-04 14:40:32 UTC (rev 185054)
+++ ifplugd.patch   2016-08-04 14:41:44 UTC (rev 185055)
@@ -1,30 +0,0 @@
-networking/ifplugd.c | 9 +
- 1 file changed, 5 insertions(+), 4 deletions(-)
-
-diff --git a/networking/ifplugd.c b/networking/ifplugd.c
-index b578f4c..8fad69a 100644
 a/networking/ifplugd.c
-+++ b/networking/ifplugd.c
-@@ -34,16 +34,17 @@
- #include "libbb.h"
- 
- #include "fix_u32.h"
--#include 
--#include 
--#include 
- #ifdef HAVE_NET_ETHERNET_H
- # include 
- #endif
-+#include 
-+
-+#include 
-+#include 
-+#include 
- #include 
- #include 
- #include 
--#include 
- 
- #define __user
- #include 
- 


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

2016-08-04 Thread Felix Yan
Date: Thursday, August 4, 2016 @ 14:40:32
  Author: felixonmars
Revision: 185054

archrelease: copy trunk to community-any

Added:
  python-qiniu/repos/community-any/LICENSE
(from rev 185053, python-qiniu/trunk/LICENSE)
  python-qiniu/repos/community-any/PKGBUILD
(from rev 185053, python-qiniu/trunk/PKGBUILD)
Deleted:
  python-qiniu/repos/community-any/LICENSE
  python-qiniu/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 
 PKGBUILD |   83 ++---
 2 files changed, 63 insertions(+), 64 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-08-04 14:40:08 UTC (rev 185053)
+++ LICENSE 2016-08-04 14:40:32 UTC (rev 185054)
@@ -1,22 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 Qiniu, Ltd.
-
-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: python-qiniu/repos/community-any/LICENSE (from rev 185053, 
python-qiniu/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-08-04 14:40:32 UTC (rev 185054)
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 Qiniu, Ltd.
+
+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
===
--- PKGBUILD2016-08-04 14:40:08 UTC (rev 185053)
+++ PKGBUILD2016-08-04 14:40:32 UTC (rev 185054)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-qiniu
-pkgname=(python-qiniu python2-qiniu)
-_pkgname=qiniu
-pkgver=7.0.7
-pkgrel=1
-pkgdesc="Qiniu Resource Storage SDK for Python"
-arch=('any')
-url='https://github.com/qiniu/python-sdk'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/q/qiniu/qiniu-$pkgver.tar.gz;
-LICENSE)
-sha512sums=('01194ff2c671c76185ec66190a1e4ba05092511d004e8306232f1e940ed6254629b455889ecb9708246015eecfb9fe79b124c16dc70e7133fb67d17af4aa4636'
-
'4fbb1090b3ee0d230d40b45db7bcd164873872d1860bd83b51197ed5d03e9d4be7785a400f1d314d6e3c0a6fcba7e1afdf3fdab04ae9970df59f96b18862c529')
-
-prepare() {
-  cp -a ${_pkgname}-$pkgver{,-py2}
-}
-
-package_python-qiniu() {
-  depends=('python-requests' 'python-setuptools')
-
-  cd ${_pkgname}-$pkgver
-  python setup.py install -O1 --root "${pkgdir}"
-
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-qiniu() {
-  depends=('python2-requests' 'python2-setuptools')
-
-  cd ${_pkgname}-$pkgver-py2
-  python2 setup.py install -O1 --root "${pkgdir}"
-
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Don't conflict with python 3.x version
-  mv "$pkgdir"/usr/bin/qiniupy{,2}
-}

Copied: python-qiniu/repos/community-any/PKGBUILD (from rev 185053, 
python-qiniu/trunk/PKGBUILD)

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

2016-08-04 Thread Sergej Pupykin
Date: Thursday, August 4, 2016 @ 14:40:07
  Author: spupykin
Revision: 185052

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-04 14:39:54 UTC (rev 185051)
+++ community-i686/PKGBUILD 2016-08-04 14:40:07 UTC (rev 185052)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:thefatprecious 
-
-pkgname=tvtime
-pkgver=1.0.10
-pkgrel=1
-pkgdesc="A high quality television application for use with video capture 
cards"
-arch=('i686' 'x86_64')
-url='http://linuxtv.org/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
-'libsm' 'libxxf86vm' 'alsa-lib')
-makedepends=('libxt' 'v4l-utils')
-source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz;)
-md5sums=('97a09d1723c073eb2b8bea48a148a994')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
-}

Copied: tvtime/repos/community-i686/PKGBUILD (from rev 185051, 
tvtime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-04 14:40:07 UTC (rev 185052)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:thefatprecious 
+
+pkgname=tvtime
+pkgver=1.0.10
+pkgrel=2
+pkgdesc="A high quality television application for use with video capture 
cards"
+arch=('i686' 'x86_64')
+url='http://linuxtv.org/'
+license=('GPL' 'LGPL')
+depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
+'libsm' 'libxxf86vm' 'alsa-lib')
+makedepends=('libxt' 'v4l-utils')
+source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz;
+   
"FS#48350.patch::https://git.linuxtv.org/tvtime.git/patch/?id=73aaa27fd8a8e6481985211b819d1b7d0662c0cb;)
+md5sums=('97a09d1723c073eb2b8bea48a148a994'
+ '3a7dd58a111d5c5fdb29ed9e9c495abe')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
+  patch -p1 <$srcdir/"FS#48350.patch"
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-04 14:39:54 UTC (rev 185051)
+++ community-x86_64/PKGBUILD   2016-08-04 14:40:07 UTC (rev 185052)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:thefatprecious 
-
-pkgname=tvtime
-pkgver=1.0.10
-pkgrel=1
-pkgdesc="A high quality television application for use with video capture 
cards"
-arch=('i686' 'x86_64')
-url='http://linuxtv.org/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
-'libsm' 'libxxf86vm' 'alsa-lib')
-makedepends=('libxt' 'v4l-utils')
-source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz;)
-md5sums=('97a09d1723c073eb2b8bea48a148a994')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
-}

Copied: tvtime/repos/community-x86_64/PKGBUILD (from rev 185051, 
tvtime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2016-08-04 Thread Felix Yan
Date: Thursday, August 4, 2016 @ 14:40:08
  Author: felixonmars
Revision: 185053

upgpkg: python-qiniu 7.0.8-1

Modified:
  python-qiniu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 14:40:07 UTC (rev 185052)
+++ PKGBUILD2016-08-04 14:40:08 UTC (rev 185053)
@@ -3,8 +3,7 @@
 
 pkgbase=python-qiniu
 pkgname=(python-qiniu python2-qiniu)
-_pkgname=qiniu
-pkgver=7.0.7
+pkgver=7.0.8
 pkgrel=1
 pkgdesc="Qiniu Resource Storage SDK for Python"
 arch=('any')
@@ -13,29 +12,29 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://pypi.io/packages/source/q/qiniu/qiniu-$pkgver.tar.gz;
 LICENSE)
-sha512sums=('01194ff2c671c76185ec66190a1e4ba05092511d004e8306232f1e940ed6254629b455889ecb9708246015eecfb9fe79b124c16dc70e7133fb67d17af4aa4636'
+sha512sums=('0fccab898262eea5f4d8e21a89814d992b3568f0c2e533d2afc44777fa8ca016e41dafc33759ef842220443614fde1e6b392aca7d0a55136acf84e360a073547'
 
'4fbb1090b3ee0d230d40b45db7bcd164873872d1860bd83b51197ed5d03e9d4be7785a400f1d314d6e3c0a6fcba7e1afdf3fdab04ae9970df59f96b18862c529')
 
 prepare() {
-  cp -a ${_pkgname}-$pkgver{,-py2}
+  cp -a qiniu-$pkgver{,-py2}
 }
 
 package_python-qiniu() {
   depends=('python-requests' 'python-setuptools')
 
-  cd ${_pkgname}-$pkgver
-  python setup.py install -O1 --root "${pkgdir}"
+  cd qiniu-$pkgver
+  python setup.py install -O1 --root "$pkgdir"
 
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-qiniu() {
   depends=('python2-requests' 'python2-setuptools')
 
-  cd ${_pkgname}-$pkgver-py2
-  python2 setup.py install -O1 --root "${pkgdir}"
+  cd qiniu-$pkgver-py2
+  python2 setup.py install -O1 --root "$pkgdir"
 
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
   # Don't conflict with python 3.x version
   mv "$pkgdir"/usr/bin/qiniupy{,2}


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

2016-08-04 Thread Sergej Pupykin
Date: Thursday, August 4, 2016 @ 14:39:52
  Author: spupykin
Revision: 185050

upgpkg: tvtime 1.0.10-2

upd

Modified:
  tvtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 14:39:36 UTC (rev 185049)
+++ PKGBUILD2016-08-04 14:39:52 UTC (rev 185050)
@@ -4,7 +4,7 @@
 
 pkgname=tvtime
 pkgver=1.0.10
-pkgrel=1
+pkgrel=2
 pkgdesc="A high quality television application for use with video capture 
cards"
 arch=('i686' 'x86_64')
 url='http://linuxtv.org/'
@@ -12,12 +12,15 @@
 depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
 'libsm' 'libxxf86vm' 'alsa-lib')
 makedepends=('libxt' 'v4l-utils')
-source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz;)
-md5sums=('97a09d1723c073eb2b8bea48a148a994')
+source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz;
+   
"FS#48350.patch::https://git.linuxtv.org/tvtime.git/patch/?id=73aaa27fd8a8e6481985211b819d1b7d0662c0cb;)
+md5sums=('97a09d1723c073eb2b8bea48a148a994'
+ '3a7dd58a111d5c5fdb29ed9e9c495abe')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
   echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
+  patch -p1 <$srcdir/"FS#48350.patch"
 }
 
 build() {


[arch-commits] Commit in elasticsearch/repos/community-any (16 files)

2016-08-04 Thread Massimiliano Torromeo
Date: Thursday, August 4, 2016 @ 14:39:54
  Author: mtorromeo
Revision: 185051

archrelease: copy trunk to community-any

Added:
  elasticsearch/repos/community-any/PKGBUILD
(from rev 185049, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
(from rev 185049, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
(from rev 185049, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-any/elasticsearch-user.conf
(from rev 185049, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-any/elasticsearch.default
(from rev 185049, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-any/elasticsearch.install
(from rev 185049, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-any/elasticsearch.service
(from rev 185049, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-any/elasticsearch@.service
(from rev 185049, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-any/PKGBUILD
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-any/elasticsearch-user.conf
  elasticsearch/repos/community-any/elasticsearch.default
  elasticsearch/repos/community-any/elasticsearch.install
  elasticsearch/repos/community-any/elasticsearch.service
  elasticsearch/repos/community-any/elasticsearch@.service

+
 PKGBUILD   |  148 +--
 elasticsearch-sysctl.conf  |2 
 elasticsearch-tmpfile.conf |   12 +--
 elasticsearch-user.conf|2 
 elasticsearch.default  |   26 +++
 elasticsearch.install  |   28 
 elasticsearch.service  |   78 +++---
 elasticsearch@.service |   78 +++---
 8 files changed, 187 insertions(+), 187 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-04 14:39:52 UTC (rev 185050)
+++ PKGBUILD2016-08-04 14:39:54 UTC (rev 185051)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hrastnik 
-
-pkgname=elasticsearch
-pkgver=2.3.4
-pkgrel=2
-pkgdesc="Distributed RESTful search engine built on top of Lucene"
-arch=('any')
-url="https://www.elastic.co/products/elasticsearch;
-license=('APACHE')
-depends=('java-runtime-headless' 'systemd')
-install='elasticsearch.install'
-source=(
-  
"http://download.elasticsearch.org/$pkgname/release/org/$pkgname/distribution/tar/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-sysctl.conf
-  elasticsearch-user.conf
-  elasticsearch-tmpfile.conf
-  elasticsearch.default
-)
-sha256sums=('371e0c5f4ded0a8548f1cce55faff3efebcfd5f895c2c816f220146521f6f06e'
-'339a16452c89d55dba3c693e5979fd331981e79decc5eceb2e9be25670d946d9'
-'5705be6546922d5c0c7aded3b839af25b369ace2af7024ea11e2bce9426ae2f6'
-'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
-'815f6a39db6f54bb40750c382ffbdc298d2c4c187ee8ea7e2f855923e2ff354b'
-'6578cacc9fdbdf4713e9f607710701edcd46b026e99743af0fbb63e177eed9b1'
-'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/logging.yml'
-'etc/default/elasticsearch')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  for script in plugin elasticsearch; do
-sed -e 's|^ES_HOME=.*dirname.*|ES_HOME=/usr/share/elasticsearch|' \
--e '/^ES_HOME=.*pwd/d' \
--e 's|$ES_HOME/config|/etc/elasticsearch|' \
--i bin/$script
-  done
-
-  sed -re 's;#\s*(path\.conf:).*$;\1 /etc/elasticsearch;' \
--e '0,/#\s*(path\.data:).*$/s;;\1 /var/lib/elasticsearch;' \
--e 's;#\s*(path\.work:).*$;\1 /tmp/elasticsearch;' \
--e 's;#\s*(path\.logs:).*$;\1 /var/log/elasticsearch;' \
--i config/elasticsearch.yml
-}
-
-package() {
-  cd "$pkgdir"
-  install -dm750 etc/elasticsearch/scripts
-  install -dm755 usr/share/elasticsearch/plugins
-  install -dm755 var/lib/elasticsearch
-  install -dm755 var/log/elasticsearch
-
-  install -Dm644 "$srcdir"/elasticsearch.service 
usr/lib/systemd/system/elasticsearch.service
-  install -Dm644 "$srcdir"/elasticsearch@.service 
usr/lib/systemd/system/elasticsearch@.service
-  install -Dm644 "$srcdir"/elasticsearch-user.conf 
usr/lib/sysusers.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch-tmpfile.conf 
usr/lib/tmpfiles.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch-sysctl.conf 

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

2016-08-04 Thread Massimiliano Torromeo
Date: Thursday, August 4, 2016 @ 14:39:36
  Author: mtorromeo
Revision: 185049

upgpkg: elasticsearch 2.3.5-1

Updated to 2.3.5

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 14:26:51 UTC (rev 185048)
+++ PKGBUILD2016-08-04 14:39:36 UTC (rev 185049)
@@ -4,8 +4,8 @@
 # Refactored by Blaž "Speed" Hrastnik 
 
 pkgname=elasticsearch
-pkgver=2.3.4
-pkgrel=2
+pkgver=2.3.5
+pkgrel=1
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('any')
 url="https://www.elastic.co/products/elasticsearch;
@@ -21,7 +21,7 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('371e0c5f4ded0a8548f1cce55faff3efebcfd5f895c2c816f220146521f6f06e'
+sha256sums=('1119a8c18620b98c4b85261318663a1f26dea92a26f34dfeb7f813fb7cbb468a'
 '339a16452c89d55dba3c693e5979fd331981e79decc5eceb2e9be25670d946d9'
 '5705be6546922d5c0c7aded3b839af25b369ace2af7024ea11e2bce9426ae2f6'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'


[arch-commits] Commit in hhvm/repos/community-x86_64 (14 files)

2016-08-04 Thread Massimiliano Torromeo
Date: Thursday, August 4, 2016 @ 14:26:51
  Author: mtorromeo
Revision: 185048

archrelease: copy trunk to community-x86_64

Added:
  hhvm/repos/community-x86_64/PKGBUILD
(from rev 185047, hhvm/trunk/PKGBUILD)
  hhvm/repos/community-x86_64/hhvm.install
(from rev 185047, hhvm/trunk/hhvm.install)
  hhvm/repos/community-x86_64/hhvm.service
(from rev 185047, hhvm/trunk/hhvm.service)
  hhvm/repos/community-x86_64/hhvm.tmpfile
(from rev 185047, hhvm/trunk/hhvm.tmpfile)
  hhvm/repos/community-x86_64/hhvm@.service
(from rev 185047, hhvm/trunk/hhvm@.service)
  hhvm/repos/community-x86_64/php.ini
(from rev 185047, hhvm/trunk/php.ini)
  hhvm/repos/community-x86_64/server.ini
(from rev 185047, hhvm/trunk/server.ini)
Deleted:
  hhvm/repos/community-x86_64/PKGBUILD
  hhvm/repos/community-x86_64/hhvm.install
  hhvm/repos/community-x86_64/hhvm.service
  hhvm/repos/community-x86_64/hhvm.tmpfile
  hhvm/repos/community-x86_64/hhvm@.service
  hhvm/repos/community-x86_64/php.ini
  hhvm/repos/community-x86_64/server.ini

---+
 PKGBUILD  |  314 
 hhvm.install  |   18 +--
 hhvm.service  |   30 ++---
 hhvm.tmpfile  |4 
 hhvm@.service |   30 ++---
 php.ini   |   20 +--
 server.ini|   12 +-
 7 files changed, 214 insertions(+), 214 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-04 14:26:26 UTC (rev 185047)
+++ PKGBUILD2016-08-04 14:26:51 UTC (rev 185048)
@@ -1,157 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: James Miller 
-
-pkgname=hhvm
-pkgver=3.14.3
-pkgrel=1
-
-_thirdparty_commit=e1fcf90c07e0af00906f98cde8aa828bec7b2e01
-_brotli_commit=98ed7a23a83d64133b0a36a884e489bffb0eb864
-_folly_commit=05cdf111f5e6a4585a5e9140fda26f4fea070637
-_mcrouter_commit=679c32548ef7d3c8624b15c0c38f584b37177478
-_proxygen_commit=0b0b50c08b2165f4ed4e4f374ddbeabbc8582e44
-_squangle_commit=36a61d13d03e72dc710028d48de5616f9926128a
-_thrift_commit=8672f88b084d2d5242016f2a4df282ee2c6d4023
-_wangle_commit=4903f961a88751e684f703aaf08511cd5c486a84
-_webscalesql_commit=a9e580b5a0baa768210ef10544c8fab52003ec0b
-
-pkgdesc="Virtual Machine, Runtime, and JIT for PHP"
-arch=('x86_64')
-url="http://hhvm.com;
-license=('PHP')
-depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
- 'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl'
- 'libvpx' 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml'
- 'fribidi' 're2' 'gperf' 'c-client' 'unixodbc' 'numactl')
-makedepends=('git' 'mercurial' 'cmake' 'gcc' 'boost' 'gflags' 'python2'
- 'pfff' 'ragel' 'libmariadbclient')
-source=("https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz;
-
"https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit/hhvm-third-party-$_thirdparty_commit.tar.gz;
-
"https://github.com/facebook/folly/archive/$_folly_commit/folly-$_folly_commit.tar.gz;
-
"https://github.com/google/brotli/archive/$_brotli_commit/brotli-$_brotli_commit.tar.gz;
-
"https://github.com/facebook/fbthrift/archive/$_thrift_commit/thrift-$_thrift_commit.tar.gz;
-
"https://github.com/facebook/proxygen/archive/$_proxygen_commit/proxygen-$_proxygen_commit.tar.gz;
-
"https://github.com/facebook/mysql-5.6/archive/$_webscalesql_commit/webscalesql-$_webscalesql_commit.tar.gz;
-
"https://github.com/facebook/mcrouter/archive/$_mcrouter_commit/mcrouter-$_mcrouter_commit.tar.gz;
-
"https://github.com/facebook/squangle/archive/$_squangle_commit/squangle-$_squangle_commit.tar.gz;
-
"https://github.com/facebook/wangle/archive/$_wangle_commit/wangle-$_wangle_commit.tar.gz;
-'hhvm.tmpfile'
-'hhvm.service'
-'hhvm@.service'
-'php.ini'
-'server.ini')
-install=hhvm.install
-backup=(etc/hhvm/{php,server}.ini)
-options+=('!buildflags')
-
-prepare() {
-cd "$srcdir"/$pkgname-HHVM-$pkgver
-
-sed 's/TypedValue m_extraArgs\[\];/TypedValue m_extraArgs[0];/' \
--i hphp/runtime/vm/bytecode.h
-
-sed -r 's/service hhvm (start|stop|restart)/systemctl \1 hhvm.service/' \
--i hphp/tools/oss-repo-mode
-
-# Fix sendmail path
-sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \
-hphp/runtime/base/runtime-option.cpp
-
-rm -rf third-party
-ln -s "$srcdir"/hhvm-third-party-$_thirdparty_commit third-party
-
-cd third-party/folly
-rm -rf src
-ln -s "$srcdir"/folly-$_folly_commit src
-
-cd ../brotli
-rm -rf src
-ln -s "$srcdir"/brotli-$_brotli_commit src
-
-cd ../thrift
-rm -rf src
-ln -s "$srcdir"/fbthrift-$_thrift_commit src
-
-cd ../proxygen
-rm -rf src
-ln -s "$srcdir"/proxygen-$_proxygen_commit src
-
-cd ../mcrouter
-rm -rf src
-ln -s "$srcdir"/mcrouter-$_mcrouter_commit src
-
-cd 

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

2016-08-04 Thread Massimiliano Torromeo
Date: Thursday, August 4, 2016 @ 14:26:26
  Author: mtorromeo
Revision: 185047

upgpkg: hhvm 3.14.4-1

Updated to 3.14.4

Modified:
  hhvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 14:25:39 UTC (rev 185046)
+++ PKGBUILD2016-08-04 14:26:26 UTC (rev 185047)
@@ -3,8 +3,8 @@
 # Contributor: James Miller 
 
 pkgname=hhvm
-pkgver=3.14.3
-pkgrel=2
+pkgver=3.14.4
+pkgrel=1
 
 _thirdparty_commit=e1fcf90c07e0af00906f98cde8aa828bec7b2e01
 _brotli_commit=98ed7a23a83d64133b0a36a884e489bffb0eb864
@@ -140,7 +140,7 @@
 install -Dm644 server.ini "$pkgdir"/etc/hhvm/server.ini
 }
 
-sha256sums=('65e57d5864742f019f404f504fab278fe92ef2cdfb6bd0bbf432d75ce47abe7a'
+sha256sums=('c11a3c9bb907458f3e4c8bc62441fa75c27018c8ad8c62fd63ce9e9f9da8da0c'
 '06e4d11a9eb7385a035df4cccf7d5bcd45bedaea28394e2c50b9565b9aaf843b'
 '3c73b24518539ab5ba0d351931124dafddda37a44640528ff53dbd76acbe0089'
 '95f389831f134c203917f5c6802968006767d0c4f2cc20c1ca22ed28cd925700'


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

2016-08-04 Thread Sergej Pupykin
Date: Thursday, August 4, 2016 @ 14:25:39
  Author: spupykin
Revision: 185046

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

Added:
  sdlmame/repos/community-i686/PKGBUILD
(from rev 185045, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-i686/extras.tar.gz
(from rev 185045, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-i686/sdlmame.install
(from rev 185045, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-i686/sdlmame.sh
(from rev 185045, sdlmame/trunk/sdlmame.sh)
  sdlmame/repos/community-x86_64/PKGBUILD
(from rev 185045, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-x86_64/extras.tar.gz
(from rev 185045, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-x86_64/sdlmame.install
(from rev 185045, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-x86_64/sdlmame.sh
(from rev 185045, sdlmame/trunk/sdlmame.sh)
Deleted:
  sdlmame/repos/community-i686/PKGBUILD
  sdlmame/repos/community-i686/extras.tar.gz
  sdlmame/repos/community-i686/sdlmame.install
  sdlmame/repos/community-i686/sdlmame.sh
  sdlmame/repos/community-x86_64/PKGBUILD
  sdlmame/repos/community-x86_64/extras.tar.gz
  sdlmame/repos/community-x86_64/sdlmame.install
  sdlmame/repos/community-x86_64/sdlmame.sh

--+
 /PKGBUILD|  188 +
 /sdlmame.install |   16 +++
 /sdlmame.sh  |  112 ++
 community-i686/PKGBUILD  |   89 -
 community-i686/sdlmame.install   |8 -
 community-i686/sdlmame.sh|   56 ---
 community-x86_64/PKGBUILD|   89 -
 community-x86_64/sdlmame.install |8 -
 community-x86_64/sdlmame.sh  |   56 ---
 9 files changed, 316 insertions(+), 306 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-04 14:25:19 UTC (rev 185045)
+++ community-i686/PKGBUILD 2016-08-04 14:25:39 UTC (rev 185046)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: robb_force 
-# Maintainer: JJDaNiMoTh 
-
-pkgname=sdlmame
-pkgver=0.176
-pkgrel=2
-pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
-url="http://mamedev.org/;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('sdl2' 'libxinerama' 'sdl2_ttf' 'alsa-lib' 'qt5-base')
-makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')
-install=sdlmame.install
-source=("https://github.com/mamedev/mame/releases/download/mame${pkgver/./}/mame${pkgver/./}s.zip;
-   "sdlmame.sh"
-   "extras.tar.gz"
-   ${_patches})
-md5sums=('feaf1696c1a2cc3c22080d30d2eff1af'
- '0cced0fe9868cc56129600fb4bd5b9ed'
- '420b61240bf5ae11615ba7c6100ee00d')
-
-prepare() {
-  cd $srcdir/
-  unzip mame.zip || true
-}
-
-build() {
-  cd $srcdir/
-  make NOWERROR=1 OPTIMIZE=2 PYTHON_EXECUTABLE=/usr/bin/python2 TOOLS=1
-}
-
-package() {
-  cd $srcdir/
-  # Install the sdlmame script
-  install -Dm755 $srcdir/${pkgname}.sh $pkgdir/usr/bin/${pkgname}
-
-  # Install the applications and the UI font in /usr/share
-  install -Dm755 mame $pkgdir/usr/lib/${pkgname}/${pkgname} || \
-  install -Dm755 mame64 $pkgdir/usr/lib/${pkgname}/${pkgname}
-
-  install -m755 chdman $pkgdir/usr/lib/${pkgname}/chdman
-  install -m755 jedutil $pkgdir/usr/lib/${pkgname}/jedutil
-  install -m755 regrep $pkgdir/usr/lib/${pkgname}/regrep
-  install -m755 romcmp $pkgdir/usr/lib/${pkgname}/romcmp
-#  install -m755 testkeys $pkgdir/usr/lib/${pkgname}/testkeys
-  install -m755 src2html $pkgdir/usr/lib/${pkgname}/src2html
-  install -m755 srcclean $pkgdir/usr/lib/${pkgname}/srcclean
-  install -m755 ldverify $pkgdir/usr/lib/${pkgname}/ldverify
-  install -m755 ldresample $pkgdir/usr/lib/${pkgname}/ldresample
-
-  # ln binaries
-  install -dm755 $pkgdir/usr/share/${pkgname}
-  for i in $pkgname chdman jedutil regrep romcmp testkeys src2html srcclean 
ldverify ldresample; do
-ln -s /usr/lib/$pkgname/$i $pkgdir/usr/share/$pkgname/$i
-  done
-
-  # Install the extra bits
-  install -d $pkgdir/usr/share/${pkgname}/{artwork,ctrlr,hash,keymaps,shader}
-  install -d $pkgdir/usr/share/man/man1
-  install -d $pkgdir/usr/share/man/man6
-  install -m644 src/osd/modules/opengl/shader/glsl*.*h 
$pkgdir/usr/share/${pkgname}/shader/
-#  install -m644 src/osd/sdl/man/*.1* $pkgdir/usr/share/man/man1/
-#  install -m644 src/osd/sdl/man/*.6* $pkgdir/usr/share/man/man6/
-
-  cp -a $srcdir/artwork/* $pkgdir/usr/share/${pkgname}/artwork/
-  install -m644 $srcdir/ctrlr/* $pkgdir/usr/share/${pkgname}/ctrlr/
-  install -m644 $srcdir/keymaps/* $pkgdir/usr/share/${pkgname}/keymaps/
-  install -m644 $srcdir/hash/* $pkgdir/usr/share/${pkgname}/hash/
-  cp -a $srcdir/bgfx $pkgdir/usr/share/${pkgname}/bgfx
-  cp -a $srcdir/plugins 

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

2016-08-04 Thread Sergej Pupykin
Date: Thursday, August 4, 2016 @ 14:24:51
  Author: spupykin
Revision: 185042

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

Added:
  ejabberd/repos/community-i686/PKGBUILD
(from rev 185041, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-i686/ejabberd.install
(from rev 185041, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-i686/ejabberd.logrotate
(from rev 185041, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-i686/ejabberd.service
(from rev 185041, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-i686/sysuser.conf
(from rev 185041, ejabberd/trunk/sysuser.conf)
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 185041, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/ejabberd.install
(from rev 185041, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 185041, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/ejabberd.service
(from rev 185041, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-x86_64/sysuser.conf
(from rev 185041, ejabberd/trunk/sysuser.conf)
Deleted:
  ejabberd/repos/community-i686/PKGBUILD
  ejabberd/repos/community-i686/ejabberd.install
  ejabberd/repos/community-i686/ejabberd.logrotate
  ejabberd/repos/community-i686/ejabberd.service
  ejabberd/repos/community-i686/sysuser.conf
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/ejabberd.install
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/ejabberd.service
  ejabberd/repos/community-x86_64/sysuser.conf

-+
 /PKGBUILD   |  308 ++
 /ejabberd.install   |   22 ++
 /ejabberd.logrotate |   24 ++
 /ejabberd.service   |   30 +++
 /sysuser.conf   |4 
 community-i686/PKGBUILD |  152 
 community-i686/ejabberd.install |   11 -
 community-i686/ejabberd.logrotate   |   12 -
 community-i686/ejabberd.service |   15 -
 community-i686/sysuser.conf |2 
 community-x86_64/PKGBUILD   |  152 
 community-x86_64/ejabberd.install   |   11 -
 community-x86_64/ejabberd.logrotate |   12 -
 community-x86_64/ejabberd.service   |   15 -
 community-x86_64/sysuser.conf   |2 
 15 files changed, 388 insertions(+), 384 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-04 13:27:08 UTC (rev 185041)
+++ community-i686/PKGBUILD 2016-08-04 14:24:51 UTC (rev 185042)
@@ -1,152 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Alexander Rødseth 
-
-#
-# cd deps ; ls -1 | while read g; do (test -d $g && cd $g && sh ../t.sh); done 
>qwe
-#
-# U=`grep 'url =' .git/config | cut -f2 -d= | tr -d ' '`
-# C=`git rev-parse HEAD`
-# N=`basename $(pwd)`
-# echo -e "\t\"$N::$U#commit=$C\""
-#
-
-pkgname=ejabberd
-pkgver=16.04
-pkgrel=1
-pkgdesc="Jabber server written in Erlang"
-arch=('x86_64' 'i686')
-url="http://www.ejabberd.im/;
-license=("GPL")
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc'
-'libyaml' 'sqlite')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-install=$pkgname.install
-options=(emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   
"cache_tab::git://github.com/processone/cache_tab#commit=aeb255793d1ca48a147d8b5f22c3bc09ddb6ba87"
-   
"elixir::git://github.com/elixir-lang/elixir#commit=139d2eac5998259379862ff6ed2a5287f7de4ea6"
-   
"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=9b57b40bd1195d097a9dca71c1dabc9230dfed8c"
-   
"ezlib::git://github.com/processone/ezlib#commit=85617df345589c0b6eca5d4100eb04ac4bffe3d5"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=ccc6a5c52764f1a0c355ad16c4ae06b11194e4b7"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=f6f21a56211afd9d99670ac4953a2d5c6163e4e0"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=9a3b510d7cf3581d7211ad13c307e2be60abdc4e"
-   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=64864ba7fcf40988361340e48680b49a2c2938cf"
-   
"hamcrest::git://github.com/hyperthunk/hamcrest-erlang#commit=908a24fda4a46776a5135db60ca071e3d783f9f6"
-   
"iconv::git://github.com/processone/iconv#commit=514703b3a5517a7a921ad5ce3e83b76df2bd70f0"
-   

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

2016-08-04 Thread Sergej Pupykin
Date: Thursday, August 4, 2016 @ 14:25:19
  Author: spupykin
Revision: 185045

upgpkg: sdlmame 0.176-3

upd

Modified:
  sdlmame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 14:25:14 UTC (rev 185044)
+++ PKGBUILD2016-08-04 14:25:19 UTC (rev 185045)
@@ -5,7 +5,7 @@
 
 pkgname=sdlmame
 pkgver=0.176
-pkgrel=2
+pkgrel=3
 pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
 url="http://mamedev.org/;
 license=('GPL2')
@@ -28,7 +28,12 @@
 
 build() {
   cd $srcdir/
-  make NOWERROR=1 OPTIMIZE=2 PYTHON_EXECUTABLE=/usr/bin/python2 TOOLS=1
+  make \
+NOWERROR=1 \
+OPTIMIZE=2 \
+PYTHON_EXECUTABLE=/usr/bin/python2 \
+TOOLS=1 \
+ARCHOPTS=-flifetime-dse=1
 }
 
 package() {


[arch-commits] Commit in mingw-w64-binutils/repos (4 files)

2016-08-04 Thread Sergej Pupykin
Date: Thursday, August 4, 2016 @ 14:25:14
  Author: spupykin
Revision: 185044

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

Added:
  mingw-w64-binutils/repos/community-i686/PKGBUILD
(from rev 185043, mingw-w64-binutils/trunk/PKGBUILD)
  mingw-w64-binutils/repos/community-x86_64/PKGBUILD
(from rev 185043, mingw-w64-binutils/trunk/PKGBUILD)
Deleted:
  mingw-w64-binutils/repos/community-i686/PKGBUILD
  mingw-w64-binutils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-04 14:24:59 UTC (rev 185043)
+++ community-i686/PKGBUILD 2016-08-04 14:25:14 UTC (rev 185044)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: rubenvb vanboxem  ruben  gmail  com
-
-_targets="i686-w64-mingw32 x86_64-w64-mingw32"
-
-pkgname=mingw-w64-binutils
-pkgver=2.26.1
-pkgrel=1
-pkgdesc="Cross binutils for the MinGW-w64 cross-compiler"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/binutils;
-license=('GPL')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-depends=('zlib')
-options=('!libtool' '!emptydirs')
-source=("http://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz;)
-md5sums=('0a40e61a60f09796a2313aa7fcc7bb07')
-
-prepare() {
-  cd ${srcdir}/binutils-${pkgver}
-  #do not install libiberty
-  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
-  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
-  for _target in $_targets; do
-msg "Building ${_target} cross binutils"
-mkdir -p ${srcdir}/binutils-${_target} && cd 
"${srcdir}/binutils-${_target}"
-$srcdir/binutils-${pkgver}/configure --prefix=/usr \
---target=${_target} \
---infodir=/usr/share/info/${_target} \
---enable-lto --enable-plugins \
---disable-multilib --disable-nls \
---disable-werror
- make
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-msg "Installing ${_target} cross binutils"
-cd ${srcdir}/binutils-${_target}
-make DESTDIR=${pkgdir} install
-  done
-}

Copied: mingw-w64-binutils/repos/community-i686/PKGBUILD (from rev 185043, 
mingw-w64-binutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-04 14:25:14 UTC (rev 185044)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: rubenvb vanboxem  ruben  gmail  com
+
+_targets="i686-w64-mingw32 x86_64-w64-mingw32"
+
+pkgname=mingw-w64-binutils
+pkgver=2.27
+pkgrel=1
+pkgdesc="Cross binutils for the MinGW-w64 cross-compiler"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/binutils;
+license=('GPL')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+depends=('zlib')
+options=('!libtool' '!emptydirs')
+source=("http://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz;)
+md5sums=('41b053ed4fb2c6a8173ef421460fbb28')
+
+prepare() {
+  cd ${srcdir}/binutils-${pkgver}
+  #do not install libiberty
+  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
+  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  for _target in $_targets; do
+msg "Building ${_target} cross binutils"
+mkdir -p ${srcdir}/binutils-${_target} && cd 
"${srcdir}/binutils-${_target}"
+$srcdir/binutils-${pkgver}/configure --prefix=/usr \
+--target=${_target} \
+--infodir=/usr/share/info/${_target} \
+--enable-lto --enable-plugins \
+--disable-multilib --disable-nls \
+--disable-werror
+ make
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+msg "Installing ${_target} cross binutils"
+cd ${srcdir}/binutils-${_target}
+make DESTDIR=${pkgdir} install
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-04 14:24:59 UTC (rev 185043)
+++ community-x86_64/PKGBUILD   2016-08-04 14:25:14 UTC (rev 185044)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: rubenvb vanboxem  ruben  gmail  com
-
-_targets="i686-w64-mingw32 x86_64-w64-mingw32"
-
-pkgname=mingw-w64-binutils
-pkgver=2.26.1
-pkgrel=1
-pkgdesc="Cross binutils for the MinGW-w64 cross-compiler"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/binutils;
-license=('GPL')
-groups=('mingw-w64-toolchain' 

[arch-commits] Commit in mingw-w64-binutils/trunk (PKGBUILD)

2016-08-04 Thread Sergej Pupykin
Date: Thursday, August 4, 2016 @ 14:24:59
  Author: spupykin
Revision: 185043

upgpkg: mingw-w64-binutils 2.27-1

upd

Modified:
  mingw-w64-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 14:24:51 UTC (rev 185042)
+++ PKGBUILD2016-08-04 14:24:59 UTC (rev 185043)
@@ -5,7 +5,7 @@
 _targets="i686-w64-mingw32 x86_64-w64-mingw32"
 
 pkgname=mingw-w64-binutils
-pkgver=2.26.1
+pkgver=2.27
 pkgrel=1
 pkgdesc="Cross binutils for the MinGW-w64 cross-compiler"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 depends=('zlib')
 options=('!libtool' '!emptydirs')
 source=("http://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz;)
-md5sums=('0a40e61a60f09796a2313aa7fcc7bb07')
+md5sums=('41b053ed4fb2c6a8173ef421460fbb28')
 
 prepare() {
   cd ${srcdir}/binutils-${pkgver}


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

2016-08-04 Thread Sergej Pupykin
Date: Thursday, August 4, 2016 @ 13:27:08
  Author: spupykin
Revision: 185041

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 12:22:04 UTC (rev 185040)
+++ PKGBUILD2016-08-04 13:27:08 UTC (rev 185041)
@@ -13,7 +13,7 @@
 #
 
 pkgname=ejabberd
-pkgver=16.04
+pkgver=16.08
 pkgrel=1
 pkgdesc="Jabber server written in Erlang"
 arch=('x86_64' 'i686')
@@ -28,19 +28,19 @@
 install=$pkgname.install
 options=(emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   
"cache_tab::git://github.com/processone/cache_tab#commit=aeb255793d1ca48a147d8b5f22c3bc09ddb6ba87"
-   
"elixir::git://github.com/elixir-lang/elixir#commit=139d2eac5998259379862ff6ed2a5287f7de4ea6"
+   
"cache_tab::git://github.com/processone/cache_tab#commit=3defefbaee54e290b220b3d6798f9966c4072a97"
+   
"elixir::git://github.com/elixir-lang/elixir#commit=3dbfb92860fb24f83c92e1f1b67f48554fb211d6"

"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=9b57b40bd1195d097a9dca71c1dabc9230dfed8c"
+   
"esip::git://github.com/processone/esip#commit=53db0c23b744d1278c53e63fe99352c2c846c605"

"ezlib::git://github.com/processone/ezlib#commit=85617df345589c0b6eca5d4100eb04ac4bffe3d5"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=ccc6a5c52764f1a0c355ad16c4ae06b11194e4b7"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=f6f21a56211afd9d99670ac4953a2d5c6163e4e0"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=9a3b510d7cf3581d7211ad13c307e2be60abdc4e"
-   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=64864ba7fcf40988361340e48680b49a2c2938cf"
-   
"hamcrest::git://github.com/hyperthunk/hamcrest-erlang#commit=908a24fda4a46776a5135db60ca071e3d783f9f6"
-   
"iconv::git://github.com/processone/iconv#commit=514703b3a5517a7a921ad5ce3e83b76df2bd70f0"
+   
"fast_tls::git://github.com/processone/fast_tls#commit=4344a8dc23a976cc20508a6c8e408c517790c39c"
+   
"fast_xml::git://github.com/processone/fast_xml#commit=7ca1c82ccd8d23c19c283edec0ad22b139805a2f"
+   
"fast_yaml::git://github.com/processone/fast_yaml#commit=c69592494d9d177335cf9e8da92d0d89124c358c"
+   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=212299233c7e7eb63a97be2777e1c05ebaa58dbe"
+   
"hamcrest::git://github.com/hyperthunk/hamcrest-erlang#commit=13f9bfb9b27d216e8e033b0e0a9a29097ed923dd"
+   
"iconv::git://github.com/processone/iconv#commit=d522baf47018dc85df28a8fa850ce2325d1c38ec"

"jiffy::git://github.com/davisp/jiffy#commit=6303ff98aaa3fce625038c8b7af2aa8b802f4742"
-   
"lager::git://github.com/basho/lager#commit=599dda6786a81200e00b3d9b4b36951e052727a3"
+   
"lager::git://github.com/basho/lager#commit=8187757388c9adc915379caaab36a2f2ca26e944"

"luerl::git://github.com/rvirding/luerl#commit=f7b2cc0ab6fa4245ebeda0169fc994aff0628bf9"

"meck::git://github.com/eproxus/meck#commit=70d6a33ce7407029dc59e22a5b3c1c61c1348b23"

"moka::git://github.com/processone/moka.git#commit=768efea96443c57125e6247dbebee687f17be149"
@@ -48,7 +48,7 @@

"p1_oauth2::git://github.com/processone/p1_oauth2#commit=34f9b20fd68134a4646130bdcf1abf320f815a00"

"p1_pam::git://github.com/processone/epam#commit=f0d6588f4733c4d8068af44cf51c966af8bf514a"

"p1_pgsql::git://github.com/processone/p1_pgsql#commit=1cefac417342c71a08a08043b1b743e72d4ddc12"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=e8d35fa5accd9a748bb8ac4942edcfa45be09ec3"
+   
"p1_utils::git://github.com/processone/p1_utils#commit=49ef2164de60c017f811749aa53dfa90622688f1"

"p1_xmlrpc::git://github.com/processone/p1_xmlrpc#commit=6dface5a00da4cd0b0084a253075b5573336c0bb"

"protobuffs::git://github.com/basho/erlang_protobuffs#commit=6e7fc924506e2dc166a6170e580ce1d95ebbd5bd"

"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"
@@ -56,12 +56,12 @@

"riak_pb::git://github.com/basho/riak_pb#commit=eacf4404625de69f7b3908cebd8efe416d9598b0"

"samerlib::git://github.com/processone/samerlib#commit=9158f65d18ec63f8b409543b6fb46dd5fce46160"

"sqlite3::git://github.com/processone/erlang-sqlite3#commit=6ee3570060fbbf793a0bc873831e8eabb6c39851"
-   
"stringprep::git://github.com/processone/stringprep#commit=5005ecbe503ae8b55d3ee81dc4e4db1193c216e2"
-   
"stun::git://github.com/processone/stun#commit=653943e6d0cc0f4803a9c3f014955f02f7b96bcd"
+   
"stringprep::git://github.com/processone/stringprep#commit=0ef48aee916a787f19359ed58064ae69402eeb0b"
+   

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

2016-08-04 Thread Christian Hesse
Date: Thursday, August 4, 2016 @ 12:11:53
  Author: eworm
Revision: 273026

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

Added:
  gpm/repos/testing-i686/
  gpm/repos/testing-i686/PKGBUILD
(from rev 273025, gpm/trunk/PKGBUILD)
  gpm/repos/testing-i686/gpm.service
(from rev 273025, gpm/trunk/gpm.service)
  gpm/repos/testing-i686/gpm.sh
(from rev 273025, gpm/trunk/gpm.sh)
  gpm/repos/testing-x86_64/
  gpm/repos/testing-x86_64/PKGBUILD
(from rev 273025, gpm/trunk/PKGBUILD)
  gpm/repos/testing-x86_64/gpm.service
(from rev 273025, gpm/trunk/gpm.service)
  gpm/repos/testing-x86_64/gpm.sh
(from rev 273025, gpm/trunk/gpm.sh)

+
 testing-i686/PKGBUILD  |   36 
 testing-i686/gpm.service   |9 +
 testing-i686/gpm.sh|3 +++
 testing-x86_64/PKGBUILD|   36 
 testing-x86_64/gpm.service |9 +
 testing-x86_64/gpm.sh  |3 +++
 6 files changed, 96 insertions(+)

Copied: gpm/repos/testing-i686/PKGBUILD (from rev 273025, gpm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-04 12:11:53 UTC (rev 273026)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gpm
+pkgver=1.20.7
+pkgrel=7
+pkgdesc="A mouse server for the console and xterm"
+arch=('i686' 'x86_64')
+url="http://www.nico.schottelius.org/software/gpm/;
+license=('GPL')
+depends=('bash')
+options=('!makeflags')
+source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.lzma
+gpm.sh gpm.service)
+sha1sums=('8d9f3655c80ce7667d31ede2a100b44986480369'
+  '94447c6f8bfadd062efa1a747a597426f339d13e'
+  'f9bde96eb9c78da9f225bcf40822647f6592cf23')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m755 ../gpm.sh "${pkgdir}/etc/profile.d/gpm.sh"
+  install -D -m644 ../gpm.service 
"${pkgdir}/usr/lib/systemd/system/gpm.service"
+
+# library fixes
+  cd "${pkgdir}/usr/lib/"
+  ln -s libgpm.so.2.* libgpm.so
+  chmod 755 "${pkgdir}"/usr/lib/libgpm.so.*
+}

Copied: gpm/repos/testing-i686/gpm.service (from rev 273025, 
gpm/trunk/gpm.service)
===
--- testing-i686/gpm.service(rev 0)
+++ testing-i686/gpm.service2016-08-04 12:11:53 UTC (rev 273026)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Virtual console mouse server
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/gpm -m /dev/input/mice -t imps2
+
+[Install]
+WantedBy=multi-user.target

Copied: gpm/repos/testing-i686/gpm.sh (from rev 273025, gpm/trunk/gpm.sh)
===
--- testing-i686/gpm.sh (rev 0)
+++ testing-i686/gpm.sh 2016-08-04 12:11:53 UTC (rev 273026)
@@ -0,0 +1,3 @@
+case $( /usr/bin/tty ) in
+/dev/tty[0-9]*) [ -n "$(pidof -s gpm)" ] && /usr/bin/disable-paste ;;
+esac

Copied: gpm/repos/testing-x86_64/PKGBUILD (from rev 273025, gpm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-04 12:11:53 UTC (rev 273026)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gpm
+pkgver=1.20.7
+pkgrel=7
+pkgdesc="A mouse server for the console and xterm"
+arch=('i686' 'x86_64')
+url="http://www.nico.schottelius.org/software/gpm/;
+license=('GPL')
+depends=('bash')
+options=('!makeflags')
+source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.lzma
+gpm.sh gpm.service)
+sha1sums=('8d9f3655c80ce7667d31ede2a100b44986480369'
+  '94447c6f8bfadd062efa1a747a597426f339d13e'
+  'f9bde96eb9c78da9f225bcf40822647f6592cf23')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m755 ../gpm.sh "${pkgdir}/etc/profile.d/gpm.sh"
+  install -D -m644 ../gpm.service 
"${pkgdir}/usr/lib/systemd/system/gpm.service"
+
+# library fixes
+  cd "${pkgdir}/usr/lib/"
+  ln -s libgpm.so.2.* libgpm.so
+  chmod 755 "${pkgdir}"/usr/lib/libgpm.so.*
+}

Copied: gpm/repos/testing-x86_64/gpm.service (from rev 273025, 
gpm/trunk/gpm.service)
===
--- testing-x86_64/gpm.service  (rev 0)
+++ testing-x86_64/gpm.service  2016-08-04 12:11:53 UTC (rev 273026)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Virtual console 

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

2016-08-04 Thread Christian Hesse
Date: Thursday, August 4, 2016 @ 12:11:50
  Author: eworm
Revision: 273025

upgpkg: gpm 1.20.7-7

pacman hooks rebuild - remove install script

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 12:09:21 UTC (rev 273024)
+++ PKGBUILD2016-08-04 12:11:50 UTC (rev 273025)
@@ -3,7 +3,7 @@
 
 pkgname=gpm
 pkgver=1.20.7
-pkgrel=6
+pkgrel=7
 pkgdesc="A mouse server for the console and xterm"
 arch=('i686' 'x86_64')
 url="http://www.nico.schottelius.org/software/gpm/;
@@ -10,7 +10,6 @@
 license=('GPL')
 depends=('bash')
 options=('!makeflags')
-install=gpm.install
 
source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.lzma
 gpm.sh gpm.service)
 sha1sums=('8d9f3655c80ce7667d31ede2a100b44986480369'

Deleted: gpm.install
===
--- gpm.install 2016-08-04 12:09:21 UTC (rev 273024)
+++ gpm.install 2016-08-04 12:11:50 UTC (rev 273025)
@@ -1,16 +0,0 @@
-infodir=/usr/share/info
-file=gpm.info.gz
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/$file $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-}


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

2016-08-04 Thread Christian Hesse
Date: Thursday, August 4, 2016 @ 12:09:13
  Author: eworm
Revision: 273023

upgpkg: inetutils 1.9.4-3

pacman hooks rebuild - remove install-info from install script

Modified:
  inetutils/trunk/PKGBUILD
  inetutils/trunk/inetutils.install

---+
 PKGBUILD  |2 +-
 inetutils.install |   19 ---
 2 files changed, 1 insertion(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 11:30:37 UTC (rev 273022)
+++ PKGBUILD2016-08-04 12:09:13 UTC (rev 273023)
@@ -3,7 +3,7 @@
 
 pkgname=inetutils
 pkgver=1.9.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A collection of common network programs"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/inetutils/;

Modified: inetutils.install
===
--- inetutils.install   2016-08-04 11:30:37 UTC (rev 273022)
+++ inetutils.install   2016-08-04 12:09:13 UTC (rev 273023)
@@ -1,24 +1,5 @@
-infodir=usr/share/info
-filelist=(inetutils.info.gz)
-
 post_install() {
   setcap cap_net_bind_service=+ep usr/bin/rcp  2>/dev/null || chmod +s 
usr/bin/rcp
   setcap cap_net_bind_service=+ep usr/bin/rlogin 2>/dev/null || chmod +s 
usr/bin/rlogin
   setcap cap_net_bind_service=+ep usr/bin/rsh  2>/dev/null || chmod +s 
usr/bin/rsh
-
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
 }
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}


  1   2   >