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

2017-08-19 Thread Antonio Rojas
Date: Sunday, August 20, 2017 @ 05:54:54
  Author: arojas
Revision: 252639

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

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

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

Copied: nomacs/repos/community-staging-i686/PKGBUILD (from rev 252638, 
nomacs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-20 05:54:54 UTC (rev 252639)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=nomacs
+pkgver=3.6.1
+_pluginver=be5886fab002d84963daab7820bd04f703e74b59
+pkgrel=3
+pkgdesc="A Qt image viewer"
+arch=(i686 x86_64)
+url="http://www.nomacs.org/;
+license=('GPL3')
+depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
+makedepends=('cmake' 'qt5-tools')
+source=("$pkgname-$pkgver::https://github.com/nomacs/nomacs/archive/$pkgver.tar.gz;
+"https://github.com/nomacs/nomacs-plugins/archive/$_pluginver.zip;)
+md5sums=('67e2600b4a1c83e7b78d4d41f7c2f89f'
+ 'b9ed0e229e87b8e4e6669276dc320a23')
+
+prepare() {
+  mv nomacs-plugins-$_pluginver $pkgname-$pkgver/ImageLounge/plugins
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake ../ImageLounge -DCMAKE_INSTALL_PREFIX=/usr
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nomacs/repos/community-staging-x86_64/PKGBUILD (from rev 252638, 
nomacs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-20 05:54:54 UTC (rev 252639)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=nomacs
+pkgver=3.6.1
+_pluginver=be5886fab002d84963daab7820bd04f703e74b59
+pkgrel=3
+pkgdesc="A Qt image viewer"
+arch=(i686 x86_64)
+url="http://www.nomacs.org/;
+license=('GPL3')
+depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
+makedepends=('cmake' 'qt5-tools')
+source=("$pkgname-$pkgver::https://github.com/nomacs/nomacs/archive/$pkgver.tar.gz;
+"https://github.com/nomacs/nomacs-plugins/archive/$_pluginver.zip;)
+md5sums=('67e2600b4a1c83e7b78d4d41f7c2f89f'
+ 'b9ed0e229e87b8e4e6669276dc320a23')
+
+prepare() {
+  mv nomacs-plugins-$_pluginver $pkgname-$pkgver/ImageLounge/plugins
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake ../ImageLounge -DCMAKE_INSTALL_PREFIX=/usr
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-08-19 Thread Antonio Rojas
Date: Sunday, August 20, 2017 @ 05:54:03
  Author: arojas
Revision: 252637

opencv 3.3 rebuild

Modified:
  nomacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-20 03:55:36 UTC (rev 252636)
+++ PKGBUILD2017-08-20 05:54:03 UTC (rev 252637)
@@ -4,7 +4,7 @@
 pkgname=nomacs
 pkgver=3.6.1
 _pluginver=be5886fab002d84963daab7820bd04f703e74b59
-pkgrel=2
+pkgrel=3
 pkgdesc="A Qt image viewer"
 arch=(i686 x86_64)
 url="http://www.nomacs.org/;


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

2017-08-19 Thread Antonio Rojas
Date: Sunday, August 20, 2017 @ 05:54:30
  Author: arojas
Revision: 252638

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-20 05:54:03 UTC (rev 252637)
+++ community-i686/PKGBUILD 2017-08-20 05:54:30 UTC (rev 252638)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=nomacs
-pkgver=3.6.1
-_pluginver=be5886fab002d84963daab7820bd04f703e74b59
-pkgrel=2
-pkgdesc="A Qt image viewer"
-arch=(i686 x86_64)
-url="http://www.nomacs.org/;
-license=('GPL3')
-depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
-makedepends=('cmake' 'qt5-tools')
-source=("$pkgname-$pkgver::https://github.com/nomacs/nomacs/archive/$pkgver.tar.gz;
-"https://github.com/nomacs/nomacs-plugins/archive/$_pluginver.zip;)
-md5sums=('67e2600b4a1c83e7b78d4d41f7c2f89f'
- 'b9ed0e229e87b8e4e6669276dc320a23')
-
-prepare() {
-  mv nomacs-plugins-$_pluginver $pkgname-$pkgver/ImageLounge/plugins
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake ../ImageLounge -DCMAKE_INSTALL_PREFIX=/usr
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nomacs/repos/community-i686/PKGBUILD (from rev 252637, 
nomacs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-20 05:54:30 UTC (rev 252638)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=nomacs
+pkgver=3.6.1
+_pluginver=be5886fab002d84963daab7820bd04f703e74b59
+pkgrel=3
+pkgdesc="A Qt image viewer"
+arch=(i686 x86_64)
+url="http://www.nomacs.org/;
+license=('GPL3')
+depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
+makedepends=('cmake' 'qt5-tools')
+source=("$pkgname-$pkgver::https://github.com/nomacs/nomacs/archive/$pkgver.tar.gz;
+"https://github.com/nomacs/nomacs-plugins/archive/$_pluginver.zip;)
+md5sums=('67e2600b4a1c83e7b78d4d41f7c2f89f'
+ 'b9ed0e229e87b8e4e6669276dc320a23')
+
+prepare() {
+  mv nomacs-plugins-$_pluginver $pkgname-$pkgver/ImageLounge/plugins
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake ../ImageLounge -DCMAKE_INSTALL_PREFIX=/usr
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-20 05:54:03 UTC (rev 252637)
+++ community-x86_64/PKGBUILD   2017-08-20 05:54:30 UTC (rev 252638)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=nomacs
-pkgver=3.6.1
-_pluginver=be5886fab002d84963daab7820bd04f703e74b59
-pkgrel=2
-pkgdesc="A Qt image viewer"
-arch=(i686 x86_64)
-url="http://www.nomacs.org/;
-license=('GPL3')
-depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
-makedepends=('cmake' 'qt5-tools')
-source=("$pkgname-$pkgver::https://github.com/nomacs/nomacs/archive/$pkgver.tar.gz;
-"https://github.com/nomacs/nomacs-plugins/archive/$_pluginver.zip;)
-md5sums=('67e2600b4a1c83e7b78d4d41f7c2f89f'
- 'b9ed0e229e87b8e4e6669276dc320a23')
-
-prepare() {
-  mv nomacs-plugins-$_pluginver $pkgname-$pkgver/ImageLounge/plugins
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake ../ImageLounge -DCMAKE_INSTALL_PREFIX=/usr
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nomacs/repos/community-x86_64/PKGBUILD (from rev 252637, 
nomacs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-20 05:54:30 UTC (rev 252638)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=nomacs
+pkgver=3.6.1
+_pluginver=be5886fab002d84963daab7820bd04f703e74b59
+pkgrel=3
+pkgdesc="A Qt image viewer"
+arch=(i686 x86_64)
+url="http://www.nomacs.org/;
+license=('GPL3')
+depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
+makedepends=('cmake' 'qt5-tools')
+source=("$pkgname-$pkgver::https://github.com/nomacs/nomacs/archive/$pkgver.tar.gz;
+"https://github.com/nomacs/nomacs-plugins/archive/$_pluginver.zip;)

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

2017-08-19 Thread Felix Yan
Date: Sunday, August 20, 2017 @ 03:55:36
  Author: felixonmars
Revision: 252636

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

Added:
  haskell-shake/repos/community-staging-i686/
  haskell-shake/repos/community-staging-i686/PKGBUILD
(from rev 252635, haskell-shake/trunk/PKGBUILD)
  haskell-shake/repos/community-staging-x86_64/
  haskell-shake/repos/community-staging-x86_64/PKGBUILD
(from rev 252635, haskell-shake/trunk/PKGBUILD)

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

Copied: haskell-shake/repos/community-staging-i686/PKGBUILD (from rev 252635, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-20 03:55:36 UTC (rev 252636)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.11
+pkgrel=12
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-primitive" "haskell-random" "haskell-unordered-containers" 
"haskell-utf8-string")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('05520d833ce9563977aa57d777a644b2a2322366a9f54c1004d83967e826b1bb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-portable
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 252635, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-20 03:55:36 UTC (rev 252636)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.11
+pkgrel=12
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-primitive" "haskell-random" "haskell-unordered-containers" 
"haskell-utf8-string")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('05520d833ce9563977aa57d777a644b2a2322366a9f54c1004d83967e826b1bb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-portable
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f 

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

2017-08-19 Thread Felix Yan
Date: Sunday, August 20, 2017 @ 03:55:13
  Author: felixonmars
Revision: 252635

upgpkg: haskell-shake 0.15.11-12

rebuild with extra,1.6

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-20 03:51:21 UTC (rev 252634)
+++ PKGBUILD2017-08-20 03:55:13 UTC (rev 252635)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.15.11
-pkgrel=11
+pkgrel=12
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2017-08-19 Thread Felix Yan
Date: Sunday, August 20, 2017 @ 03:51:21
  Author: felixonmars
Revision: 252634

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

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

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 252633, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-20 03:51:21 UTC (rev 252634)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.13
+pkgrel=13
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-quickcheck" "haskell-aeson" "haskell-cmdargs" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" "haskell-zlib")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('9b5925b39b19000f312a700bf46a157efd028d2f2748ac03efe1b703659a40535dd7259dfa212d534e20358c00143df59b8e6198bfa064847559bec0c64d41b0')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 252633, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-20 03:51:21 UTC (rev 252634)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.13
+pkgrel=13
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-quickcheck" "haskell-aeson" "haskell-cmdargs" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" "haskell-zlib")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('9b5925b39b19000f312a700bf46a157efd028d2f2748ac03efe1b703659a40535dd7259dfa212d534e20358c00143df59b8e6198bfa064847559bec0c64d41b0')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+

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

2017-08-19 Thread Felix Yan
Date: Sunday, August 20, 2017 @ 03:50:57
  Author: felixonmars
Revision: 252633

upgpkg: hoogle 5.0.13-13

rebuild with extra,1.6

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-20 03:48:01 UTC (rev 252632)
+++ PKGBUILD2017-08-20 03:50:57 UTC (rev 252633)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.13
-pkgrel=12
+pkgrel=13
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2017-08-19 Thread Felix Yan
Date: Sunday, August 20, 2017 @ 03:48:01
  Author: felixonmars
Revision: 252632

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

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

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

Copied: hlint/repos/community-staging-i686/PKGBUILD (from rev 252631, 
hlint/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-20 03:48:01 UTC (rev 252632)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hlint
+pkgver=2.0.9
+pkgrel=17
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-cmdargs" "haskell-cpphs" 
"haskell-extra"
+ "haskell-src-exts" "haskell-hscolour" "haskell-uniplate" 
"haskell-refact" "haskell-text"
+ "haskell-unordered-containers" "haskell-vector" "haskell-yaml")
+conflicts=('haskell-hlint')
+replaces=('haskell-hlint')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('f2082eec31b73c2c1b1f7ce246b15178d00c8e6f9840619fc11c545cde4120713c274236c85993e217c17886cd824276cf2738c32aeaf67af9c8b4c147c09cf7')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fgpl -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: hlint/repos/community-staging-x86_64/PKGBUILD (from rev 252631, 
hlint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-20 03:48:01 UTC (rev 252632)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hlint
+pkgver=2.0.9
+pkgrel=17
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-cmdargs" "haskell-cpphs" 
"haskell-extra"
+ "haskell-src-exts" "haskell-hscolour" "haskell-uniplate" 
"haskell-refact" "haskell-text"
+ "haskell-unordered-containers" "haskell-vector" "haskell-yaml")
+conflicts=('haskell-hlint')
+replaces=('haskell-hlint')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('f2082eec31b73c2c1b1f7ce246b15178d00c8e6f9840619fc11c545cde4120713c274236c85993e217c17886cd824276cf2738c32aeaf67af9c8b4c147c09cf7')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fgpl -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 

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

2017-08-19 Thread Felix Yan
Date: Sunday, August 20, 2017 @ 03:47:38
  Author: felixonmars
Revision: 252631

upgpkg: hlint 2.0.9-17

rebuild with extra,1.6

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-20 03:45:05 UTC (rev 252630)
+++ PKGBUILD2017-08-20 03:47:38 UTC (rev 252631)
@@ -4,7 +4,7 @@
 
 pkgname=hlint
 pkgver=2.0.9
-pkgrel=16
+pkgrel=17
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/;
 license=("custom:BSD3")


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

2017-08-19 Thread Felix Yan
Date: Sunday, August 20, 2017 @ 03:45:05
  Author: felixonmars
Revision: 252630

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

Added:
  haskell-extra/repos/community-staging-i686/
  haskell-extra/repos/community-staging-i686/PKGBUILD
(from rev 252629, haskell-extra/trunk/PKGBUILD)
  haskell-extra/repos/community-staging-x86_64/
  haskell-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 252629, haskell-extra/trunk/PKGBUILD)

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

Copied: haskell-extra/repos/community-staging-i686/PKGBUILD (from rev 252629, 
haskell-extra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-20 03:45:05 UTC (rev 252630)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=extra
+pkgname=haskell-extra
+pkgver=1.6
+pkgrel=1
+pkgdesc="Extra functions I use."
+url="https://github.com/ndmitchell/extra#readme;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-clock")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('3eb9d4b48715b15d16ab1deca5b1563d5078f611b53d2f53312843f07e93be4a97a3691b494bf4c06db65fa1721dd27f708aa8e23f26193b074d4b15e7d4b839')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-extra/repos/community-staging-x86_64/PKGBUILD (from rev 252629, 
haskell-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-20 03:45:05 UTC (rev 252630)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=extra
+pkgname=haskell-extra
+pkgver=1.6
+pkgrel=1
+pkgdesc="Extra functions I use."
+url="https://github.com/ndmitchell/extra#readme;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-clock")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('3eb9d4b48715b15d16ab1deca5b1563d5078f611b53d2f53312843f07e93be4a97a3691b494bf4c06db65fa1721dd27f708aa8e23f26193b074d4b15e7d4b839')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}


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

2017-08-19 Thread Felix Yan
Date: Sunday, August 20, 2017 @ 03:44:43
  Author: felixonmars
Revision: 252629

upgpkg: haskell-extra 1.6-1

rebuild with extra,1.6

Modified:
  haskell-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-20 03:43:35 UTC (rev 252628)
+++ PKGBUILD2017-08-20 03:44:43 UTC (rev 252629)
@@ -4,8 +4,8 @@
 
 _hkgname=extra
 pkgname=haskell-extra
-pkgver=1.5.3
-pkgrel=3
+pkgver=1.6
+pkgrel=1
 pkgdesc="Extra functions I use."
 url="https://github.com/ndmitchell/extra#readme;
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=('ghc-libs' "haskell-clock")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('c8b553ea71b1195951048c5e3a95572338714289d8909996fce61ca117c45eb010ab2eaed22f69aa59372ae1cb5fae731a85d60b6d7181ae99c48a2bb05110da')
+sha512sums=('3eb9d4b48715b15d16ab1deca5b1563d5078f611b53d2f53312843f07e93be4a97a3691b494bf4c06db65fa1721dd27f708aa8e23f26193b074d4b15e7d4b839')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-08-19 Thread Felix Yan
Date: Sunday, August 20, 2017 @ 03:43:35
  Author: felixonmars
Revision: 252628

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 252627, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 252627, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   58 ++--
 uglify-js.install |   16 +++---
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-20 03:43:17 UTC (rev 252627)
+++ PKGBUILD2017-08-20 03:43:35 UTC (rev 252628)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.0.27
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('1c3f029b13d7508eb6bf9b707a2ba531c3ff6a902dc750d719c3599212906720be313ad3b280816fcc8f03056b6efa60c37129454efa6d17ba6b18c888261c42')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 252627, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-20 03:43:35 UTC (rev 252628)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.0.28
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('d21fea19acb4d7a186da555abf72b3d7be05dd3d958e5cf6bfa1c2b7e583429a177dca34856c05e601caf7287cf26518bc80be37b67c353f16a634a9d72a2a18')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2017-08-20 03:43:17 UTC (rev 252627)
+++ uglify-js.install   2017-08-20 03:43:35 UTC (rev 252628)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 252627, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2017-08-20 03:43:35 UTC (rev 252628)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2017-08-19 Thread Felix Yan
Date: Sunday, August 20, 2017 @ 03:43:17
  Author: felixonmars
Revision: 252627

upgpkg: uglify-js 3.0.28-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-20 03:43:07 UTC (rev 252626)
+++ PKGBUILD2017-08-20 03:43:17 UTC (rev 252627)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.0.27
+pkgver=3.0.28
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('1c3f029b13d7508eb6bf9b707a2ba531c3ff6a902dc750d719c3599212906720be313ad3b280816fcc8f03056b6efa60c37129454efa6d17ba6b18c888261c42')
+sha512sums=('d21fea19acb4d7a186da555abf72b3d7be05dd3d958e5cf6bfa1c2b7e583429a177dca34856c05e601caf7287cf26518bc80be37b67c353f16a634a9d72a2a18')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-08-19 Thread Felix Yan
Date: Sunday, August 20, 2017 @ 03:42:49
  Author: felixonmars
Revision: 252625

upgpkg: ruby-bundler 1.15.4-1

Modified:
  ruby-bundler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 22:35:17 UTC (rev 252624)
+++ PKGBUILD2017-08-20 03:42:49 UTC (rev 252625)
@@ -7,7 +7,7 @@
 
 pkgname=ruby-bundler
 _gemname=${pkgname#ruby-}
-pkgver=1.15.3
+pkgver=1.15.4
 pkgrel=1
 pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
 noextract=("$_gemname-$pkgver.gem")
-sha512sums=('82ebc793706208a99be157b8cd1c1c1a753acb0631fe8e1a0c52d93eb4aa20aee20368dd68b79c5fcdc98e8a49802dbe9410093d25512fa53c99b07df125a192')
+sha512sums=('15736d6bbae792fc029f078705cb2a4eae5f9f78e1219eb3f2d0d0e2c3092df3da97abd3b107c9abbbe680ed99f11d450b0402ab9bf3313cb7aa60e3f631bed8')
 
 package() {
   cd "$srcdir"


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

2017-08-19 Thread Felix Yan
Date: Sunday, August 20, 2017 @ 03:43:07
  Author: felixonmars
Revision: 252626

archrelease: copy trunk to community-any

Added:
  ruby-bundler/repos/community-any/PKGBUILD
(from rev 252625, ruby-bundler/trunk/PKGBUILD)
Deleted:
  ruby-bundler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-20 03:42:49 UTC (rev 252625)
+++ PKGBUILD2017-08-20 03:43:07 UTC (rev 252626)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonne Haß 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Anatol Pomozov 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-bundler
-_gemname=${pkgname#ruby-}
-pkgver=1.15.3
-pkgrel=1
-pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
-arch=('any')
-url='http://bundler.io'
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
-noextract=("$_gemname-$pkgver.gem")
-sha512sums=('82ebc793706208a99be157b8cd1c1c1a753acb0631fe8e1a0c52d93eb4aa20aee20368dd68b79c5fcdc98e8a49802dbe9410093d25512fa53c99b07df125a192')
-
-package() {
-  cd "$srcdir"
-
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
- -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}

Copied: ruby-bundler/repos/community-any/PKGBUILD (from rev 252625, 
ruby-bundler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-20 03:43:07 UTC (rev 252626)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonne Haß 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anatol Pomozov 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-bundler
+_gemname=${pkgname#ruby-}
+pkgver=1.15.4
+pkgrel=1
+pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
+arch=('any')
+url='http://bundler.io'
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
+noextract=("$_gemname-$pkgver.gem")
+sha512sums=('15736d6bbae792fc029f078705cb2a4eae5f9f78e1219eb3f2d0d0e2c3092df3da97abd3b107c9abbbe680ed99f11d450b0402ab9bf3313cb7aa60e3f631bed8')
+
+package() {
+  cd "$srcdir"
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
+ -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}


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

2017-08-19 Thread Jerome Leclanche
Date: Saturday, August 19, 2017 @ 22:35:17
  Author: jleclanche
Revision: 252624

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-19 22:34:41 UTC (rev 252623)
+++ community-i686/PKGBUILD 2017-08-19 22:35:17 UTC (rev 252624)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("37fad4afde1978d0a4841176b577a2e446144cec836fb14f177704d111c72f0a")
-
-
-prepare() {
-   mkdir -p "$srcdir/src/$_gourl"
-   rm -rf "${srcdir}/src/$_gourl/$pkgname"
-   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-   msg2 "Fetching dependencies"
-   cd "$srcdir/src/$_gourl/$pkgname"
-   GOPATH="$srcdir" go get -u github.com/mitchellh/gox
-   GOPATH="$srcdir" go get -u golang.org/x/tools/cmd/stringer
-}
-
-
-build() {
-   msg2 "Build program"
-   cd "$srcdir/src/$_gourl/$pkgname"
-   GOPATH="$srcdir" PATH="$srcdir/bin:$PATH" TF_DEV=1 TF_QUICKDEV=1 make 
bin
-}
-
-
-package() {
-   cd "$srcdir/bin"
-   install -Dm755 terraform "$pkgdir/usr/bin/terraform"
-
-   cd "$srcdir/src/$_gourl/$pkgname"
-   # Zsh completion
-   install -D contrib/zsh-completion/_terraform 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
-}

Copied: terraform/repos/community-i686/PKGBUILD (from rev 252623, 
terraform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-19 22:35:17 UTC (rev 252624)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=terraform
+pkgver=0.10.2
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/;
+arch=("i686" "x86_64")
+license=("MPL")
+makedepends=("go" "godep" "git" "mercurial")
+conflicts=("terraform-bin")
+_gourl="github.com/hashicorp"
+source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
+sha256sums=("2a1e4e92b480aaf996fda073503f7bfb4039152cf7d19e5598aca45a00196150")
+
+
+prepare() {
+   mkdir -p "$srcdir/src/$_gourl"
+   rm -rf "${srcdir}/src/$_gourl/$pkgname"
+   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
+   msg2 "Fetching dependencies"
+   cd "$srcdir/src/$_gourl/$pkgname"
+   GOPATH="$srcdir" go get -u github.com/mitchellh/gox
+   GOPATH="$srcdir" go get -u golang.org/x/tools/cmd/stringer
+}
+
+
+build() {
+   msg2 "Build program"
+   cd "$srcdir/src/$_gourl/$pkgname"
+   GOPATH="$srcdir" PATH="$srcdir/bin:$PATH" TF_DEV=1 TF_QUICKDEV=1 make 
bin
+}
+
+
+package() {
+   cd "$srcdir/bin"
+   install -Dm755 terraform "$pkgdir/usr/bin/terraform"
+
+   cd "$srcdir/src/$_gourl/$pkgname"
+   # Zsh completion
+   install -D contrib/zsh-completion/_terraform 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-19 22:34:41 UTC (rev 252623)
+++ community-x86_64/PKGBUILD   2017-08-19 22:35:17 UTC (rev 252624)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("37fad4afde1978d0a4841176b577a2e446144cec836fb14f177704d111c72f0a")
-
-
-prepare() {
-   mkdir -p "$srcdir/src/$_gourl"
-   rm -rf "${srcdir}/src/$_gourl/$pkgname"
-   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-   msg2 "Fetching 

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

2017-08-19 Thread Jerome Leclanche
Date: Saturday, August 19, 2017 @ 22:34:41
  Author: jleclanche
Revision: 252623

upgpkg: terraform 0.10.2-1

Upstream release 0.10.2

Modified:
  terraform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 20:53:37 UTC (rev 252622)
+++ PKGBUILD2017-08-19 22:34:41 UTC (rev 252623)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=terraform
-pkgver=0.10.0
+pkgver=0.10.2
 pkgrel=1
 pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
 url="http://www.terraform.io/;
@@ -12,7 +12,7 @@
 conflicts=("terraform-bin")
 _gourl="github.com/hashicorp"
 source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("37fad4afde1978d0a4841176b577a2e446144cec836fb14f177704d111c72f0a")
+sha256sums=("2a1e4e92b480aaf996fda073503f7bfb4039152cf7d19e5598aca45a00196150")
 
 
 prepare() {


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 22:23:11
  Author: arojas
Revision: 302919

opencv 3.3 rebuild

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 22:16:05 UTC (rev 302918)
+++ PKGBUILD2017-08-19 22:23:11 UTC (rev 302919)
@@ -7,7 +7,7 @@
 pkgname=('digikam' 'kipi-plugins')
 _pkgver=5.6.0
 pkgver=${_pkgver//-/_} # for beta versions
-pkgrel=3
+pkgrel=4
 pkgdesc="Digital photo management application for KDE"
 arch=('i686' 'x86_64')
 license=('GPL')


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

2017-08-19 Thread Bartłomiej Piotrowski
Date: Saturday, August 19, 2017 @ 22:16:05
  Author: bpiotrowski
Revision: 302918

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

Added:
  gcc/repos/testing-i686/PKGBUILD
(from rev 302917, gcc/trunk/PKGBUILD)
  gcc/repos/testing-i686/Revert-eeb6872bf.patch
(from rev 302917, gcc/trunk/Revert-eeb6872bf.patch)
  gcc/repos/testing-i686/c89
(from rev 302917, gcc/trunk/c89)
  gcc/repos/testing-i686/c99
(from rev 302917, gcc/trunk/c99)
  gcc/repos/testing-x86_64/PKGBUILD
(from rev 302917, gcc/trunk/PKGBUILD)
  gcc/repos/testing-x86_64/Revert-eeb6872bf.patch
(from rev 302917, gcc/trunk/Revert-eeb6872bf.patch)
  gcc/repos/testing-x86_64/c89
(from rev 302917, gcc/trunk/c89)
  gcc/repos/testing-x86_64/c99
(from rev 302917, gcc/trunk/c99)
Deleted:
  gcc/repos/testing-i686/PKGBUILD
  gcc/repos/testing-i686/Revert-eeb6872bf.patch
  gcc/repos/testing-i686/c89
  gcc/repos/testing-i686/c99
  gcc/repos/testing-x86_64/PKGBUILD
  gcc/repos/testing-x86_64/Revert-eeb6872bf.patch
  gcc/repos/testing-x86_64/c89
  gcc/repos/testing-x86_64/c99

---+
 /PKGBUILD |  600 
 /Revert-eeb6872bf.patch   |  164 
 /c89  |   20 +
 /c99  |   20 +
 testing-i686/PKGBUILD |  295 ---
 testing-i686/Revert-eeb6872bf.patch   |   82 
 testing-i686/c89  |   10 
 testing-i686/c99  |   10 
 testing-x86_64/PKGBUILD   |  295 ---
 testing-x86_64/Revert-eeb6872bf.patch |   82 
 testing-x86_64/c89|   10 
 testing-x86_64/c99|   10 
 12 files changed, 804 insertions(+), 794 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-08-19 22:15:03 UTC (rev 302917)
+++ testing-i686/PKGBUILD   2017-08-19 22:16:05 UTC (rev 302918)
@@ -1,295 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Allan McRae 
-
-# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
-# NOTE: libtool requires rebuilt with each new gcc version
-
-pkgname=(gcc gcc-libs gcc-fortran gcc-objc gcc-ada gcc-go)
-pkgver=7.2.0
-_pkgver=${pkgver:0:1}
-_islver=0.18
-pkgrel=1
-pkgdesc='The GNU Compiler Collection'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL custom)
-url='http://gcc.gnu.org'
-makedepends=(binutils libmpc gcc-ada doxygen git)
-checkdepends=(dejagnu inetutils)
-options=(!emptydirs)
-_commit=1bd23ca8c30f4827c4bea23deedf7ca33a86ffb5
-source=(git+https://gcc.gnu.org/git/gcc.git#commit=${_commit}
-http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
-c89 c99
-Revert-eeb6872bf.patch)
-md5sums=('SKIP'
- '11436d6b205e516635b666090b94ab32'
- '3d333df77302ed89e06a4a8539943b7d'
- 'da96f545b863e57c6ab2598c1ea9a740'
- 'e4c9c8b498b04c0f51d219d025ca8407')
-
-_libdir=usr/lib/gcc/$CHOST/$pkgver
-
-prepare() {
-  cd gcc
-
-  # link isl for in-tree build
-  ln -s ../isl-${_islver} isl
-
-  # Do not run fixincludes
-  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
-
-  # Arch Linux installs x86_64 libraries /lib
-  [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
-
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
-
-  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80717
-  git apply ../Revert-eeb6872bf.patch
-
-  mkdir -p "$srcdir/gcc-build"
-}
-
-build() {
-  cd gcc-build
-
-  # using -pipe causes spurious test-suite failures
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
-  CFLAGS=${CFLAGS/-pipe/}
-  CXXFLAGS=${CXXFLAGS/-pipe/}
-
-  "$srcdir/gcc/configure" --prefix=/usr \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib \
-  --mandir=/usr/share/man \
-  --infodir=/usr/share/info \
-  --with-bugurl=https://bugs.archlinux.org/ \
-  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
-  --enable-shared \
-  --enable-threads=posix \
-  --enable-libmpx \
-  --with-system-zlib \
-  --with-isl \
-  --enable-__cxa_atexit \
-  --disable-libunwind-exceptions \
-  --enable-clocale=gnu \
-  --disable-libstdcxx-pch \
-  --disable-libssp \
-  --enable-gnu-unique-object \
-  --enable-linker-build-id \
-  --enable-lto \
-  --enable-plugin \
-  --enable-install-libiberty \
-  --with-linker-hash-style=gnu \
-  --enable-gnu-indirect-function \
-  --disable-multilib \
-  --disable-werror \
-  --enable-checking=release \
-  --enable-default-pie \
-  --enable-default-ssp
-
-  make
-
-  # make documentation
-  make -C $CHOST/libstdc++-v3/doc doc-man-doxygen
-}
-
-check() 

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

2017-08-19 Thread Bartłomiej Piotrowski
Date: Saturday, August 19, 2017 @ 22:15:03
  Author: bpiotrowski
Revision: 302917

7.2.0-2: properly symlink runtime library license exception;\

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 22:00:57 UTC (rev 302916)
+++ PKGBUILD2017-08-19 22:15:03 UTC (rev 302917)
@@ -9,7 +9,7 @@
 pkgver=7.2.0
 _pkgver=${pkgver:0:1}
 _islver=0.18
-pkgrel=1
+pkgrel=2
 pkgdesc='The GNU Compiler Collection'
 arch=(i686 x86_64)
 license=(GPL LGPL FDL custom)
@@ -219,7 +219,8 @@
 
   # Install Runtime Library Exception
   install -d "$pkgdir/usr/share/licenses/gcc/"
-  ln -s ../gcc-libs/RUNTIME.LIBRARY.EXCEPTION "$pkgdir/usr/share/licenses/gcc/"
+  ln -s /usr/share/licenses/gcc-libs/RUNTIME.LIBRARY.EXCEPTION \
+"$pkgdir/usr/share/licenses/$pkgname/"
 }
 
 package_gcc-fortran() {
@@ -237,7 +238,8 @@
 
   # Install Runtime Library Exception
   install -d "$pkgdir/usr/share/licenses/gcc/"
-  ln -s ../gcc-libs/RUNTIME.LIBRARY.EXCEPTION "$pkgdir/usr/share/licenses/gcc/"
+  ln -s /usr/share/licenses/gcc-libs/RUNTIME.LIBRARY.EXCEPTION \
+"$pkgdir/usr/share/licenses/$pkgname/"
 }
 
 package_gcc-objc() {
@@ -251,7 +253,8 @@
 
   # Install Runtime Library Exception
   install -d "$pkgdir/usr/share/licenses/gcc/"
-  ln -s ../gcc-libs/RUNTIME.LIBRARY.EXCEPTION "$pkgdir/usr/share/licenses/gcc/"
+  ln -s /usr/share/licenses/gcc-libs/RUNTIME.LIBRARY.EXCEPTION \
+"$pkgdir/usr/share/licenses/$pkgname/"
 }
 
 package_gcc-ada() {
@@ -273,7 +276,8 @@
 
   # Install Runtime Library Exception
   install -d "$pkgdir/usr/share/licenses/gcc/"
-  ln -s ../gcc-libs/RUNTIME.LIBRARY.EXCEPTION "$pkgdir/usr/share/licenses/gcc/"
+  ln -s /usr/share/licenses/gcc-libs/RUNTIME.LIBRARY.EXCEPTION \
+"$pkgdir/usr/share/licenses/$pkgname/"
 }
 
 package_gcc-go() {
@@ -291,5 +295,6 @@
 
   # Install Runtime Library Exception
   install -d "$pkgdir/usr/share/licenses/gcc/"
-  ln -s ../gcc-libs/RUNTIME.LIBRARY.EXCEPTION "$pkgdir/usr/share/licenses/gcc/"
+  ln -s /usr/share/licenses/gcc-libs/RUNTIME.LIBRARY.EXCEPTION \
+"$pkgdir/usr/share/licenses/$pkgname/"
 }


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 22:00:57
  Author: arojas
Revision: 302916

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

Added:
  opencv/repos/staging-i686/
  opencv/repos/staging-i686/PKGBUILD
(from rev 302915, opencv/trunk/PKGBUILD)
  opencv/repos/staging-x86_64/
  opencv/repos/staging-x86_64/PKGBUILD
(from rev 302915, opencv/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   95 ++
 staging-x86_64/PKGBUILD |   95 ++
 2 files changed, 190 insertions(+)

Copied: opencv/repos/staging-i686/PKGBUILD (from rev 302915, 
opencv/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-08-19 22:00:57 UTC (rev 302916)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Powalowski 
+
+pkgbase=opencv
+pkgname=('opencv' 'opencv-samples')
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="Open Source Computer Vision Library"
+arch=('i686' 'x86_64')
+license=('BSD')
+url="http://opencv.org/;
+depends=('intel-tbb' 'openexr' 'xine-lib' 'libdc1394' 'gtkglext')
+makedepends=('cmake' 'python-numpy' 'python2-numpy' 'mesa' 'eigen' 'hdf5')
+optdepends=('opencv-samples'
+'hdf5: support for HDF5 format'
+'opencl-icd-loader: For coding with OpenCL'
+'python-numpy: Python 3 interface'
+'python2-numpy: Python 2 interface')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Itseez/opencv/archive/$pkgver.zip;
+
"opencv_contrib-$pkgver.tar.gz::https://github.com/Itseez/opencv_contrib/archive/$pkgver.tar.gz;)
+md5sums=('cc586ebe960a7cdd87100e89088abc06'
+ '7878ff39d3488b335861831419d30c64')
+
+_cmakeopts=('-D WITH_OPENCL=ON'
+'-D WITH_OPENGL=ON'
+'-D WITH_TBB=ON'
+'-D WITH_XINE=ON'
+'-D WITH_GSTREAMER=OFF'
+'-D BUILD_WITH_DEBUG_INFO=OFF'
+'-D BUILD_TESTS=OFF'
+'-D BUILD_PERF_TESTS=OFF'
+'-D BUILD_EXAMPLES=ON'
+'-D INSTALL_C_EXAMPLES=ON'
+'-D INSTALL_PYTHON_EXAMPLES=ON'
+'-D CMAKE_BUILD_TYPE=Release'
+'-D CMAKE_INSTALL_PREFIX=/usr'
+'-D CMAKE_SKIP_RPATH=ON'
+#'-D WITH_IPP=ON'
+#'-D INSTALL_CREATE_DISTRIB=ON'
+)
+
+# SSE only available from Pentium 3 onwards (i686 is way older)
+[[ "$CARCH" = 'i686' ]] && \
+  _cmakeopts+=('-D ENABLE_SSE=OFF'
+   '-D ENABLE_SSE2=OFF'
+   '-D ENABLE_SSE3=OFF')
+
+build() {
+  mkdir -p build
+
+  cd build
+  cmake ${_cmakeopts[@]} \
+-DOPENCV_EXTRA_MODULES_PATH="$srcdir/opencv_contrib-$pkgver/modules" \
+../$pkgname-$pkgver
+
+  make
+}
+
+package_opencv() {
+  options=('staticlibs')
+
+  cd build
+
+  make DESTDIR="$pkgdir" install
+
+  # install license file
+  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  cd "$pkgdir/usr/share"
+
+  # separate samples package; also be -R friendly
+  if [[ -d OpenCV/samples ]]; then
+mv OpenCV/samples "$srcdir/$pkgname-samples"
+mv OpenCV $pkgname # otherwise folder naming is inconsistent
+  elif [[ ! -d OpenCV ]]; then
+warning "Directory naming issue; samples package may not be built!"
+  fi
+}
+
+package_opencv-samples() {
+  pkgdesc+=" (samples)"
+  depends=("opencv=$pkgver") # sample codes change with lib/API
+  unset optdepends
+
+  mkdir -p "$pkgdir/usr/share/opencv"
+  cp -r "$srcdir/opencv-samples" "$pkgdir/usr/share/opencv/samples"
+
+  # install license file
+  install -Dm644 "$srcdir/opencv-$pkgver/LICENSE" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: opencv/repos/staging-x86_64/PKGBUILD (from rev 302915, 
opencv/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-08-19 22:00:57 UTC (rev 302916)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Powalowski 
+
+pkgbase=opencv
+pkgname=('opencv' 'opencv-samples')
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="Open Source Computer Vision Library"
+arch=('i686' 'x86_64')
+license=('BSD')
+url="http://opencv.org/;
+depends=('intel-tbb' 'openexr' 'xine-lib' 'libdc1394' 'gtkglext')
+makedepends=('cmake' 'python-numpy' 'python2-numpy' 'mesa' 'eigen' 'hdf5')
+optdepends=('opencv-samples'
+'hdf5: support for HDF5 format'
+'opencl-icd-loader: For coding with OpenCL'
+'python-numpy: Python 3 interface'
+'python2-numpy: Python 2 interface')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Itseez/opencv/archive/$pkgver.zip;
+

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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 22:00:16
  Author: arojas
Revision: 302915

Update to 3.3.0

Modified:
  opencv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 21:44:19 UTC (rev 302914)
+++ PKGBUILD2017-08-19 22:00:16 UTC (rev 302915)
@@ -4,8 +4,8 @@
 
 pkgbase=opencv
 pkgname=('opencv' 'opencv-samples')
-pkgver=3.2.0
-pkgrel=5
+pkgver=3.3.0
+pkgrel=1
 pkgdesc="Open Source Computer Vision Library"
 arch=('i686' 'x86_64')
 license=('BSD')
@@ -19,8 +19,8 @@
 'python2-numpy: Python 2 interface')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/Itseez/opencv/archive/$pkgver.zip;
 
"opencv_contrib-$pkgver.tar.gz::https://github.com/Itseez/opencv_contrib/archive/$pkgver.tar.gz;)
-md5sums=('bfc6a261eb069b709bcfe7e363ef5899'
- 'd7d50c70c31df3b31310f548f31fd2a2')
+md5sums=('cc586ebe960a7cdd87100e89088abc06'
+ '7878ff39d3488b335861831419d30c64')
 
 _cmakeopts=('-D WITH_OPENCL=ON'
 '-D WITH_OPENGL=ON'
@@ -47,11 +47,12 @@
'-D ENABLE_SSE3=OFF')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  mkdir -p build
 
+  cd build
   cmake ${_cmakeopts[@]} \
 -DOPENCV_EXTRA_MODULES_PATH="$srcdir/opencv_contrib-$pkgver/modules" \
-.
+../$pkgname-$pkgver
 
   make
 }
@@ -59,7 +60,7 @@
 package_opencv() {
   options=('staticlibs')
 
-  cd "$srcdir/$pkgname-$pkgver"
+  cd build
 
   make DESTDIR="$pkgdir" install
 


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

2017-08-19 Thread Jan de Groot
Date: Saturday, August 19, 2017 @ 21:44:19
  Author: jgc
Revision: 302914

Remove testsuite because of circular dependencies (FS#54751)
Without gtk2-perl installed there is not much to test, so just disable it 
completely.

Modified:
  pango-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 21:28:02 UTC (rev 302913)
+++ PKGBUILD2017-08-19 21:44:19 UTC (rev 302914)
@@ -9,7 +9,6 @@
 license=('LGPL')
 url="http://gtk2-perl.sourceforge.net/;
 makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
-checkdepends=('gtk2-perl' 'xorg-server-xvfb')
 depends=('pango' 'glib-perl' 'cairo-perl')
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Pango-${pkgver}.tar.gz)
@@ -22,11 +21,6 @@
   make
 }
 
-check() {
-  cd Pango-$pkgver
-  xvfb-run -a -s "-extension GLX -screen 0 1280x1024x24" make test
-}
-
 package() {
   cd Pango-$pkgver
   make install DESTDIR="${pkgdir}"


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

2017-08-19 Thread Jan de Groot
Date: Saturday, August 19, 2017 @ 21:28:02
  Author: jgc
Revision: 302913

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

Added:
  libxml2/repos/extra-i686/PKGBUILD
(from rev 302912, libxml2/trunk/PKGBUILD)
  libxml2/repos/extra-i686/bug786267.patch
(from rev 302912, libxml2/trunk/bug786267.patch)
  libxml2/repos/extra-i686/libxml2-2.9.4-remove-pyverify_fd.patch
(from rev 302912, libxml2/trunk/libxml2-2.9.4-remove-pyverify_fd.patch)
  libxml2/repos/extra-x86_64/PKGBUILD
(from rev 302912, libxml2/trunk/PKGBUILD)
  libxml2/repos/extra-x86_64/bug786267.patch
(from rev 302912, libxml2/trunk/bug786267.patch)
  libxml2/repos/extra-x86_64/libxml2-2.9.4-remove-pyverify_fd.patch
(from rev 302912, libxml2/trunk/libxml2-2.9.4-remove-pyverify_fd.patch)
Deleted:
  libxml2/repos/extra-i686/PKGBUILD
  libxml2/repos/extra-i686/libxml2-2.9.4-remove-pyverify_fd.patch
  libxml2/repos/extra-x86_64/PKGBUILD
  libxml2/repos/extra-x86_64/libxml2-2.9.4-remove-pyverify_fd.patch

-+
 /PKGBUILD   |  144 ++
 /libxml2-2.9.4-remove-pyverify_fd.patch |   24 +++
 extra-i686/PKGBUILD |   64 
 extra-i686/bug786267.patch  |   15 +
 extra-i686/libxml2-2.9.4-remove-pyverify_fd.patch   |  102 
 extra-x86_64/PKGBUILD   |   64 
 extra-x86_64/bug786267.patch|   15 +
 extra-x86_64/libxml2-2.9.4-remove-pyverify_fd.patch |  102 
 8 files changed, 198 insertions(+), 332 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-19 21:27:55 UTC (rev 302912)
+++ extra-i686/PKGBUILD 2017-08-19 21:28:02 UTC (rev 302913)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Tom Gundersen 
-# Contributor: John Proctor 
-
-pkgname=libxml2
-pkgver=2.9.4+96+gfb56f80e
-pkgrel=1
-pkgdesc="XML parsing library, version 2"
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz' 'icu')
-options=(!makeflags)
-makedepends=('python2' 'python' 'git')
-url="http://www.xmlsoft.org/;
-_commit=fb56f80eeffde4b79a49667c3f0727181d57aeb3  # master
-source=(git+https://git.gnome.org/browse/libxml2#commit=$_commit
-https://www.w3.org/XML/Test/xmlts20080827.tar.gz
-libxml2-2.9.4-remove-pyverify_fd.patch)
-sha256sums=('SKIP'
-'96151685cec997e1f9f3387e3626d61e6284d4d6e66e0e440c209286c03e9cc7'
-'c201b0d6364a7b9df58ce40a5fc506e58945a3fbb834af9c1193a35665789d60')
-
-pkgver() {
-  cd $pkgname
-  git describe --long | sed -e 's/-/+/g' -e 's/^v//'
-}
-
-prepare() {
-  mkdir build-py3
-  mkdir build-py2
-  mv xmlconf build-py2/
-  cd $pkgname
-  patch -Np1 -i ../libxml2-2.9.4-remove-pyverify_fd.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd build-py2
-  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2 --with-icu
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-
-  cd ../build-py3
-  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python --with-icu
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  PYTHONHASHSEED=0 make
-}
-
-check() {
-  cd build-py2
-  make check
-}
-
-package() {
-  cd build-py2
-  find doc -type f -exec chmod 0644 {} \;
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-
-  cd ../build-py3/python
-  PYTHONHASHSEED=0 make DESTDIR="${pkgdir}" install
-}

Copied: libxml2/repos/extra-i686/PKGBUILD (from rev 302912, 
libxml2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-19 21:28:02 UTC (rev 302913)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.4+99+g27f310d4
+pkgrel=1
+pkgdesc="XML parsing library, version 2"
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz' 'icu')
+options=(!makeflags)
+makedepends=('python2' 'python' 'git')
+url="http://www.xmlsoft.org/;
+_commit=27f310d453b7e2e71847e5910a0961753aacdbd1  # master
+source=(git+https://git.gnome.org/browse/libxml2#commit=$_commit
+https://www.w3.org/XML/Test/xmlts20080827.tar.gz
+libxml2-2.9.4-remove-pyverify_fd.patch
+bug786267.patch)
+sha256sums=('SKIP'
+'96151685cec997e1f9f3387e3626d61e6284d4d6e66e0e440c209286c03e9cc7'
+'c9cebff010bd99c5453847e87b9fa8fdd7f744f415bf680b3650877789460ca9'
+'aca462fd71cec83cc8a98ccfc4065ab68167aab2a148cf7db39596a20f4a7ca7')

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

2017-08-19 Thread Jan de Groot
Date: Saturday, August 19, 2017 @ 21:27:55
  Author: jgc
Revision: 302912

upgpkg: libxml2 2.9.4+99+g27f310d4-1

Update to git master snapshot
Revert https://bugs.archlinux.org/task/55134, this causes issues with docx 
documents in LibreOffice (FS#54828)
Revert part of 
https://git.gnome.org/browse/libxml2/commit/?id=46dc989080d5d6b7854de8fb3cb3de55ecbf0621
 (FS#55134)

Added:
  libxml2/trunk/bug786267.patch
Modified:
  libxml2/trunk/PKGBUILD
  libxml2/trunk/libxml2-2.9.4-remove-pyverify_fd.patch

+
 PKGBUILD   |   16 -
 bug786267.patch|   15 +
 libxml2-2.9.4-remove-pyverify_fd.patch |   92 ---
 3 files changed, 28 insertions(+), 95 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 20:57:05 UTC (rev 302911)
+++ PKGBUILD2017-08-19 21:27:55 UTC (rev 302912)
@@ -4,7 +4,7 @@
 # Contributor: John Proctor 
 
 pkgname=libxml2
-pkgver=2.9.4+96+gfb56f80e
+pkgver=2.9.4+99+g27f310d4
 pkgrel=1
 pkgdesc="XML parsing library, version 2"
 arch=(i686 x86_64)
@@ -13,13 +13,15 @@
 options=(!makeflags)
 makedepends=('python2' 'python' 'git')
 url="http://www.xmlsoft.org/;
-_commit=fb56f80eeffde4b79a49667c3f0727181d57aeb3  # master
+_commit=27f310d453b7e2e71847e5910a0961753aacdbd1  # master
 source=(git+https://git.gnome.org/browse/libxml2#commit=$_commit
 https://www.w3.org/XML/Test/xmlts20080827.tar.gz
-libxml2-2.9.4-remove-pyverify_fd.patch)
+libxml2-2.9.4-remove-pyverify_fd.patch
+bug786267.patch)
 sha256sums=('SKIP'
 '96151685cec997e1f9f3387e3626d61e6284d4d6e66e0e440c209286c03e9cc7'
-'c201b0d6364a7b9df58ce40a5fc506e58945a3fbb834af9c1193a35665789d60')
+'c9cebff010bd99c5453847e87b9fa8fdd7f744f415bf680b3650877789460ca9'
+'aca462fd71cec83cc8a98ccfc4065ab68167aab2a148cf7db39596a20f4a7ca7')
 
 pkgver() {
   cd $pkgname
@@ -31,6 +33,12 @@
   mkdir build-py2
   mv xmlconf build-py2/
   cd $pkgname
+
+  # https://bugs.archlinux.org/task/54828
+  git revert -n 79c8a6b10593c709fd3ceea9deef35c1a3da70f0
+  # https://bugs.archlinux.org/task/55134
+  patch -Np1 -i ../bug786267.patch
+
   patch -Np1 -i ../libxml2-2.9.4-remove-pyverify_fd.patch
   NOCONFIGURE=1 ./autogen.sh
 }

Added: bug786267.patch
===
--- bug786267.patch (rev 0)
+++ bug786267.patch 2017-08-19 21:27:55 UTC (rev 302912)
@@ -0,0 +1,15 @@
+--- a/parserInternals.c
 a/parserInternals.c
+@@ -1235,7 +1235,11 @@ xmlSwitchInputEncodingInt(xmlParserCtxtPtr ctxt, 
xmlParserInputPtr input,
+   input->buf->rawconsumed += use - xmlBufUse(input->buf->raw);
+ }
+ return (0);
+-} else {
++} else if (input->length == 0) {
++  /*
++   * When parsing a static memory array one must know the
++   * size to be able to convert the buffer.
++   */
+   xmlErrInternal(ctxt, "switching encoding : no input\n", NULL);
+   return (-1);
+ }

Modified: libxml2-2.9.4-remove-pyverify_fd.patch
===
--- libxml2-2.9.4-remove-pyverify_fd.patch  2017-08-19 20:57:05 UTC (rev 
302911)
+++ libxml2-2.9.4-remove-pyverify_fd.patch  2017-08-19 21:27:55 UTC (rev 
302912)
@@ -1,88 +1,4 @@
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
-
-
-rpms/libxml2.git - libxml2
-
-
-
-
-
-
-
-
-https://apps.fedoraproject.org/fedmenu/js/jquery-1.11.2.min.js";>
-https://apps.fedoraproject.org/fedmenu/js/fedmenu.js";>
-
-
-var base = 'https://apps.fedoraproject.org/';
-var tokens = window.location.href.split('/');
-  var repo = null;
-  if (tokens.length > 5 && tokens[4] == 'rpms' && tokens[5] != '') {
-repo = tokens[5].split('.')[0];
-  }
-  fedmenu({
-  'url': base + 'js/data.js',
-  'mimeType': 'application/javascript',
-  'position': 'bottom-right',
-  'package': repo,
-  });
-
-
-
-
-index : rpms/libxml2.git
-
-f10
-f11
-f12
-f13
-f14
-f15
-f16
-f17
-f18
-f19
-f20
-f21
-f22
-f23
-f24
-f25
-f7
-f8
-f9
-master
- 
-libxml2Jesse 
Keating
-
-summaryrefslogtreecommitdiffstats
-
-log msg
-author
-committer
-range
-
-
-
-
-
-path: root/libxml2-2.9.4-remove-pyverify_fd.patchblob: d05d4cb60f3af1503d3c308c3e131e0f483abc92 (plain)
-
-1
-2
-3
-4
-5
-6
-7
-8
-9
-10
-11
-12
-
-diff -Nur libxml2-2.9.4.orig/python/types.c 
libxml2-2.9.4/python/types.c
+diff -Nur libxml2-2.9.4.orig/python/types.c libxml2-2.9.4/python/types.c
 --- libxml2-2.9.4.orig/python/types.c  2016-02-09 03:17:33.0 -0700
 +++ libxml2-2.9.4/python/types.c   2016-12-21 12:34:06.755650986 -0700
 @@ -31,8 +31,6 @@
@@ -94,9 +10,3 @@
  /*
   * Get the flags on the fd to understand how it was 

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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 20:57:05
  Author: arojas
Revision: 302911

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-19 20:55:51 UTC (rev 302910)
+++ extra-i686/PKGBUILD 2017-08-19 20:57:05 UTC (rev 302911)
@@ -1,38 +0,0 @@
- $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
-# Maintainer: Ronald van Haren 
-# Contributor: Angelo Theodorou 
-# Contributor: Vinay S Shastry 
-
-pkgname=wxmaxima
-pkgver=17.05.0
-pkgrel=1
-pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
-arch=('i686' 'x86_64')
-url="http://andrejv.github.io/wxmaxima/index.html;
-license=('GPL2')
-depends=('maxima' 'libxml2' 'wxgtk3')
-makedepends=('cmake')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/andrejv/wxmaxima/archive/Version-$pkgver.tar.gz;)
-sha1sums=('b5494a55b9e10153af4ef36bec4a345b576723a6')
-
-build() {
-  cd ${pkgname}-Version-${pkgver}
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
-  make
-}
-
-#check() {
-#  cd ${pkgname}-Version-${pkgver}
-#  ./src/wxmaxima test/testbench_simple.wxmx
-#}
-
-package() {
-  cd ${pkgname}-Version-${pkgver}
-
-  make DESTDIR="${pkgdir}" install 
-
-  # Fix category in .desktop file
-  sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop
-}

Copied: wxmaxima/repos/extra-i686/PKGBUILD (from rev 302910, 
wxmaxima/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-19 20:57:05 UTC (rev 302911)
@@ -0,0 +1,38 @@
+ $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
+# Maintainer: Ronald van Haren 
+# Contributor: Angelo Theodorou 
+# Contributor: Vinay S Shastry 
+
+pkgname=wxmaxima
+pkgver=17.05.1
+pkgrel=1
+pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
+arch=('i686' 'x86_64')
+url="http://andrejv.github.io/wxmaxima/index.html;
+license=('GPL2')
+depends=('maxima' 'libxml2' 'wxgtk3')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/andrejv/wxmaxima/archive/Version-$pkgver.tar.gz;)
+sha1sums=('a8fb2fac114eb40f7ed7022a988e5c73dac2ec80')
+
+build() {
+  cd ${pkgname}-Version-${pkgver}
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+  make
+}
+
+#check() {
+#  cd ${pkgname}-Version-${pkgver}
+#  ./src/wxmaxima test/testbench_simple.wxmx
+#}
+
+package() {
+  cd ${pkgname}-Version-${pkgver}
+
+  make DESTDIR="${pkgdir}" install 
+
+  # Fix category in .desktop file
+  sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-19 20:55:51 UTC (rev 302910)
+++ extra-x86_64/PKGBUILD   2017-08-19 20:57:05 UTC (rev 302911)
@@ -1,38 +0,0 @@
- $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
-# Maintainer: Ronald van Haren 
-# Contributor: Angelo Theodorou 
-# Contributor: Vinay S Shastry 
-
-pkgname=wxmaxima
-pkgver=17.05.0
-pkgrel=1
-pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
-arch=('i686' 'x86_64')
-url="http://andrejv.github.io/wxmaxima/index.html;
-license=('GPL2')
-depends=('maxima' 'libxml2' 'wxgtk3')
-makedepends=('cmake')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/andrejv/wxmaxima/archive/Version-$pkgver.tar.gz;)
-sha1sums=('b5494a55b9e10153af4ef36bec4a345b576723a6')
-
-build() {
-  cd ${pkgname}-Version-${pkgver}
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
-  make
-}
-
-#check() {
-#  cd ${pkgname}-Version-${pkgver}
-#  ./src/wxmaxima test/testbench_simple.wxmx
-#}
-
-package() {
-  cd ${pkgname}-Version-${pkgver}
-
-  make DESTDIR="${pkgdir}" install 
-
-  # Fix category in .desktop file
-  sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop
-}

Copied: wxmaxima/repos/extra-x86_64/PKGBUILD (from rev 302910, 
wxmaxima/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD

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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 20:55:51
  Author: arojas
Revision: 302910

Update to 17.05.1

Modified:
  wxmaxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 20:42:38 UTC (rev 302909)
+++ PKGBUILD2017-08-19 20:55:51 UTC (rev 302910)
@@ -4,7 +4,7 @@
 # Contributor: Vinay S Shastry 
 
 pkgname=wxmaxima
-pkgver=17.05.0
+pkgver=17.05.1
 pkgrel=1
 pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('maxima' 'libxml2' 'wxgtk3')
 makedepends=('cmake')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/andrejv/wxmaxima/archive/Version-$pkgver.tar.gz;)
-sha1sums=('b5494a55b9e10153af4ef36bec4a345b576723a6')
+sha1sums=('a8fb2fac114eb40f7ed7022a988e5c73dac2ec80')
 
 build() {
   cd ${pkgname}-Version-${pkgver}


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 20:53:37
  Author: arojas
Revision: 252622

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

Added:
  guitarix2/repos/community-i686/PKGBUILD
(from rev 252621, guitarix2/trunk/PKGBUILD)
  guitarix2/repos/community-x86_64/PKGBUILD
(from rev 252621, guitarix2/trunk/PKGBUILD)
Deleted:
  guitarix2/repos/community-i686/PKGBUILD
  guitarix2/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 2017-08-19 20:53:07 UTC (rev 252621)
+++ community-i686/PKGBUILD 2017-08-19 20:53:37 UTC (rev 252622)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=guitarix2
-pkgver=0.35.3
-pkgrel=1
-pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
-arch=('i686' 'x86_64')
-url="http://guitarix.sourceforge.net/;
-license=('GPL')
-depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs' 'zita-convolver' 
'zita-resampler')
-makedepends=('python' 'python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
-optdepends=('meterbridge: sound meters')
-provides=('guitarix' 'gx_head')
-conflicts=('guitarix' 'gx_head')
-replaces=('guitarix' 'gx_head')
-source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.xz;)
-md5sums=('d073e551b2da7d339e738f932150d581')
-
-build() {
-  cd guitarix-$pkgver
-  python2 waf configure --prefix=/usr \
---no-desktop-update \
---no-ldconfig \
---no-faust \
---shared-lib \
---lib-dev
-  python2 waf build
-}
-
-package() {
-  cd guitarix-$pkgver
-  python2 waf install --destdir="$pkgdir"
-}

Copied: guitarix2/repos/community-i686/PKGBUILD (from rev 252621, 
guitarix2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-19 20:53:37 UTC (rev 252622)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=guitarix2
+pkgver=0.35.6
+pkgrel=1
+pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
+arch=('i686' 'x86_64')
+url="http://guitarix.sourceforge.net/;
+license=('GPL')
+depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs' 'zita-convolver' 
'zita-resampler')
+makedepends=('python' 'python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.xz;)
+md5sums=('d9856cd84d2e1de62adbbda9fada9570')
+
+build() {
+  cd guitarix-$pkgver
+  python2 waf configure --prefix=/usr \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python2 waf build
+}
+
+package() {
+  cd guitarix-$pkgver
+  python2 waf install --destdir="$pkgdir"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-19 20:53:07 UTC (rev 252621)
+++ community-x86_64/PKGBUILD   2017-08-19 20:53:37 UTC (rev 252622)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=guitarix2
-pkgver=0.35.3
-pkgrel=1
-pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
-arch=('i686' 'x86_64')
-url="http://guitarix.sourceforge.net/;
-license=('GPL')
-depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs' 'zita-convolver' 
'zita-resampler')
-makedepends=('python' 'python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
-optdepends=('meterbridge: sound meters')
-provides=('guitarix' 'gx_head')
-conflicts=('guitarix' 'gx_head')
-replaces=('guitarix' 'gx_head')
-source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.xz;)
-md5sums=('d073e551b2da7d339e738f932150d581')
-
-build() {
-  cd guitarix-$pkgver
-  python2 waf configure --prefix=/usr \
---no-desktop-update \
---no-ldconfig \
---no-faust \
---shared-lib \
---lib-dev
-  python2 waf build
-}
-
-package() {
-  cd guitarix-$pkgver
-  python2 waf install --destdir="$pkgdir"
-}

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

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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 20:53:07
  Author: arojas
Revision: 252621

Update to 0.35.6

Modified:
  guitarix2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 20:52:44 UTC (rev 252620)
+++ PKGBUILD2017-08-19 20:53:07 UTC (rev 252621)
@@ -2,7 +2,7 @@
 # Maintainer: speps 
 
 pkgname=guitarix2
-pkgver=0.35.3
+pkgver=0.35.6
 pkgrel=1
 pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('guitarix' 'gx_head')
 replaces=('guitarix' 'gx_head')
 
source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.xz;)
-md5sums=('d073e551b2da7d339e738f932150d581')
+md5sums=('d9856cd84d2e1de62adbbda9fada9570')
 
 build() {
   cd guitarix-$pkgver


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

2017-08-19 Thread Fabio Castelli
Date: Saturday, August 19, 2017 @ 20:52:26
  Author: muflone
Revision: 252619

Changed source URL to https

Modified:
  python-docopt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 20:47:08 UTC (rev 252618)
+++ PKGBUILD2017-08-19 20:52:26 UTC (rev 252619)
@@ -13,7 +13,7 @@
 url="https://github.com/docopt/docopt;
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+source=("https://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
 sha256sums=('49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491')
 
 prepare(){


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

2017-08-19 Thread Fabio Castelli
Date: Saturday, August 19, 2017 @ 20:52:44
  Author: muflone
Revision: 252620

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-19 20:52:26 UTC (rev 252619)
+++ PKGBUILD2017-08-19 20:52:44 UTC (rev 252620)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Daniel Wallace 
-# Contributor: Massimiliano Torromeo 
-
-pkgbase=python-docopt
-_pkgname=docopt
-pkgname=('python-docopt' 'python2-docopt')
-pkgver=0.6.2
-pkgrel=4
-pkgdesc="Pythonic argument parser, that will make you smile"
-arch=('any')
-url="https://github.com/docopt/docopt;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491')
-
-prepare(){
-  cp -dpr --no-preserve=owner "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-2"
-}
-
-build() {
-  # Build Python 3.x module
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py build
-  # Build Python 2.x module
-  cd "${srcdir}/${_pkgname}-${pkgver}-2"
-  python2 setup.py build
-}
-
-package_python-docopt() {
-  depends=('python')
-  cd "${_pkgname}-${pkgver}"
-  python setup.py install --skip-build --optimize=1 --root="${pkgdir}"
-  install -D -m 0644 "LICENSE-MIT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-docopt() {
-  depends=('python2')
-  cd "${_pkgname}-${pkgver}-2"
-  python2 setup.py install --skip-build --optimize=1 --root="${pkgdir}"
-  install -D -m 0644 "LICENSE-MIT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-docopt/repos/community-any/PKGBUILD (from rev 252619, 
python-docopt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-19 20:52:44 UTC (rev 252620)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Daniel Wallace 
+# Contributor: Massimiliano Torromeo 
+
+pkgbase=python-docopt
+_pkgname=docopt
+pkgname=('python-docopt' 'python2-docopt')
+pkgver=0.6.2
+pkgrel=4
+pkgdesc="Pythonic argument parser, that will make you smile"
+arch=('any')
+url="https://github.com/docopt/docopt;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491')
+
+prepare(){
+  cp -dpr --no-preserve=owner "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-2"
+}
+
+build() {
+  # Build Python 3.x module
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+  # Build Python 2.x module
+  cd "${srcdir}/${_pkgname}-${pkgver}-2"
+  python2 setup.py build
+}
+
+package_python-docopt() {
+  depends=('python')
+  cd "${_pkgname}-${pkgver}"
+  python setup.py install --skip-build --optimize=1 --root="${pkgdir}"
+  install -D -m 0644 "LICENSE-MIT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-docopt() {
+  depends=('python2')
+  cd "${_pkgname}-${pkgver}-2"
+  python2 setup.py install --skip-build --optimize=1 --root="${pkgdir}"
+  install -D -m 0644 "LICENSE-MIT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-08-19 Thread Fabio Castelli
Date: Saturday, August 19, 2017 @ 20:47:08
  Author: muflone
Revision: 252618

Removed old repos for sweethome3d

Deleted:
  sweethome3d/repos/community-any/


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 20:44:31
  Author: arojas
Revision: 252617

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/PKGBUILD
(from rev 252616, plowshare/trunk/PKGBUILD)
Deleted:
  plowshare/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-19 20:43:57 UTC (rev 252616)
+++ PKGBUILD2017-08-19 20:44:31 UTC (rev 252617)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: breakdown 
-
-pkgname=plowshare
-pkgver=2.1.6
-pkgrel=2
-pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites."
-arch=('any')
-url="https://github.com/mcrapet/plowshare;
-license=('GPL3')
-depends=('curl' 'recode' 'js' 'git')
-optdepends=('bash-completion: enable bash auto completion'
-'libcaca: ascii display for no X server')
-source=($pkgname-$pkgver.tar.gz::"$url/archive/v$pkgver.tar.gz")
-md5sums=('123946c904237b81c5df653f983e3c1c')
-
-package() {
-  cd $pkgname-$pkgver
-
-  # force release version
-  export PLOWSHARE_FORCE_VERSION=$pkgver
-
-  DESTDIR="$pkgdir/" PREFIX=/usr make
-
-  sed -e 's|-js}|-js24}|' -i "$pkgdir"/usr/share/plowshare/core.sh
-}

Copied: plowshare/repos/community-any/PKGBUILD (from rev 252616, 
plowshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-19 20:44:31 UTC (rev 252617)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: breakdown 
+
+pkgname=plowshare
+pkgver=2.1.7
+pkgrel=1
+pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites."
+arch=('any')
+url="https://github.com/mcrapet/plowshare;
+license=('GPL3')
+depends=('curl' 'recode' 'js' 'git')
+optdepends=('bash-completion: enable bash auto completion'
+'libcaca: ascii display for no X server')
+source=($pkgname-$pkgver.tar.gz::"$url/archive/v$pkgver.tar.gz")
+md5sums=('16de34e58101c8f1cac5dbd4295a91f0')
+
+package() {
+  cd $pkgname-$pkgver
+
+  # force release version
+  export PLOWSHARE_FORCE_VERSION=$pkgver
+
+  DESTDIR="$pkgdir/" PREFIX=/usr make
+
+  sed -e 's|-js}|-js24}|' -i "$pkgdir"/usr/share/plowshare/core.sh
+}


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 20:43:57
  Author: arojas
Revision: 252616

Update to 2.1.7

Modified:
  plowshare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 20:43:29 UTC (rev 252615)
+++ PKGBUILD2017-08-19 20:43:57 UTC (rev 252616)
@@ -3,8 +3,8 @@
 # Contributor: breakdown 
 
 pkgname=plowshare
-pkgver=2.1.6
-pkgrel=2
+pkgver=2.1.7
+pkgrel=1
 pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites."
 arch=('any')
 url="https://github.com/mcrapet/plowshare;
@@ -13,7 +13,7 @@
 optdepends=('bash-completion: enable bash auto completion'
 'libcaca: ascii display for no X server')
 source=($pkgname-$pkgver.tar.gz::"$url/archive/v$pkgver.tar.gz")
-md5sums=('123946c904237b81c5df653f983e3c1c')
+md5sums=('16de34e58101c8f1cac5dbd4295a91f0')
 
 package() {
   cd $pkgname-$pkgver


[arch-commits] Commit in netactview/repos (community)

2017-08-19 Thread Fabio Castelli
Date: Saturday, August 19, 2017 @ 20:43:29
  Author: muflone
Revision: 252615

Removed old repos for netactview

Deleted:
  netactview/repos/community/


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 20:42:38
  Author: arojas
Revision: 302909

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

Added:
  soundtouch/repos/testing-i686/
  soundtouch/repos/testing-i686/PKGBUILD
(from rev 302908, soundtouch/trunk/PKGBUILD)
  soundtouch/repos/testing-x86_64/
  soundtouch/repos/testing-x86_64/PKGBUILD
(from rev 302908, soundtouch/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: soundtouch/repos/testing-i686/PKGBUILD (from rev 302908, 
soundtouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-19 20:42:38 UTC (rev 302909)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=soundtouch
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="An audio processing library"
+arch=('i686' 'x86_64')
+url="http://www.surina.net/soundtouch/;
+license=('LGPL')
+depends=('gcc-libs')
+source=(http://www.surina.net/soundtouch/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('a6829c6b00b8ea684a4998929b1ad05adac449f7')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' configure.ac
+}
+
+build() {
+  cd ${pkgname}
+  [ "${CARCH}" = "x86_64" ] && CONFIGFLAG="--with-pic"
+  ./bootstrap
+  ./configure --prefix=/usr --enable-shared ${CONFIGFLAG}
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" pkgdocdir=/usr/share/doc/soundtouch install
+}

Copied: soundtouch/repos/testing-x86_64/PKGBUILD (from rev 302908, 
soundtouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-08-19 20:42:38 UTC (rev 302909)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=soundtouch
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="An audio processing library"
+arch=('i686' 'x86_64')
+url="http://www.surina.net/soundtouch/;
+license=('LGPL')
+depends=('gcc-libs')
+source=(http://www.surina.net/soundtouch/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('a6829c6b00b8ea684a4998929b1ad05adac449f7')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' configure.ac
+}
+
+build() {
+  cd ${pkgname}
+  [ "${CARCH}" = "x86_64" ] && CONFIGFLAG="--with-pic"
+  ./bootstrap
+  ./configure --prefix=/usr --enable-shared ${CONFIGFLAG}
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" pkgdocdir=/usr/share/doc/soundtouch install
+}


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 20:42:00
  Author: arojas
Revision: 302908

Update to 2.0.0

Modified:
  soundtouch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 20:38:57 UTC (rev 302907)
+++ PKGBUILD2017-08-19 20:42:00 UTC (rev 302908)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=soundtouch
-pkgver=1.9.2
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="An audio processing library"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('LGPL')
 depends=('gcc-libs')
 source=(http://www.surina.net/soundtouch/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('847be1bc987e410cc7349fdd83f353f4372534d1')
+sha1sums=('a6829c6b00b8ea684a4998929b1ad05adac449f7')
 
 prepare() {
   cd ${pkgname}


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 20:38:57
  Author: arojas
Revision: 302907

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

Added:
  freeciv/repos/extra-i686/PKGBUILD
(from rev 302906, freeciv/trunk/PKGBUILD)
  freeciv/repos/extra-i686/lua52_compat.patch
(from rev 302906, freeciv/trunk/lua52_compat.patch)
  freeciv/repos/extra-x86_64/PKGBUILD
(from rev 302906, freeciv/trunk/PKGBUILD)
  freeciv/repos/extra-x86_64/lua52_compat.patch
(from rev 302906, freeciv/trunk/lua52_compat.patch)
Deleted:
  freeciv/repos/extra-i686/PKGBUILD
  freeciv/repos/extra-i686/lua52_compat.patch
  freeciv/repos/extra-x86_64/PKGBUILD
  freeciv/repos/extra-x86_64/lua52_compat.patch

-+
 /PKGBUILD   |   70 ++
 /lua52_compat.patch |   26 ++
 extra-i686/PKGBUILD |   35 ---
 extra-i686/lua52_compat.patch   |   13 ---
 extra-x86_64/PKGBUILD   |   35 ---
 extra-x86_64/lua52_compat.patch |   13 ---
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-19 20:38:23 UTC (rev 302906)
+++ extra-i686/PKGBUILD 2017-08-19 20:38:57 UTC (rev 302907)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=freeciv
-pkgver=2.5.7
-pkgrel=1
-pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
-arch=('i686' 'x86_64')
-url="http://www.freeciv.org/;
-license=('GPL')
-depends=('gtk3' 'sdl_mixer' 'lua52' 'sqlite' 'curl' 'libtool')
-makedepends=('python')
-backup=('etc/freeciv/database.lua')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-lua52_compat.patch)
-sha1sums=('e1376bbf75bb343f3a4a8fb3ac9bebcd6cd7f382'
-  '248f4c8b62557677bf27a0d06feb15148d811ce7')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "$srcdir"/lua52_compat.patch
-  autoreconf -vi
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua 
\
---enable-client=gtk3 --enable-fcmp=gtk3 --enable-fcdb=sqlite3 
--enable-aimodules
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: freeciv/repos/extra-i686/PKGBUILD (from rev 302906, 
freeciv/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-19 20:38:57 UTC (rev 302907)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=freeciv
+pkgver=2.5.8
+pkgrel=1
+pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
+arch=('i686' 'x86_64')
+url="http://www.freeciv.org/;
+license=('GPL')
+depends=('gtk3' 'sdl_mixer' 'lua52' 'sqlite' 'curl' 'libtool')
+makedepends=('python')
+backup=('etc/freeciv/database.lua')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+lua52_compat.patch)
+sha1sums=('713b8409877d95677ce3fb72899137803a43af31'
+  '248f4c8b62557677bf27a0d06feb15148d811ce7')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "$srcdir"/lua52_compat.patch
+  autoreconf -vi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua 
\
+--enable-client=gtk3 --enable-fcmp=gtk3 --enable-fcdb=sqlite3 
--enable-aimodules
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/lua52_compat.patch
===
--- extra-i686/lua52_compat.patch   2017-08-19 20:38:23 UTC (rev 302906)
+++ extra-i686/lua52_compat.patch   2017-08-19 20:38:57 UTC (rev 302907)
@@ -1,13 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 5cfc1d1..1c66051 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -1263,7 +1263,7 @@ esac], [sys_lua=false])
- dnl There's wide divergence on what the pkg-config file for Lua is called
- dnl See http://lua-users.org/lists/lua-l/2008-09/msg00184.html
- if test "x$sys_lua" = "xtrue" || test "x$sys_lua" = "xtest" ; then
--  PKG_CHECK_MODULES([LUA], [lua5.2], [sys_lua=true],
-+  PKG_CHECK_MODULES([LUA], [lua52], [sys_lua=true],
- [PKG_CHECK_MODULES([LUA], [lua-5.2], [sys_lua=true],
-   [PKG_CHECK_MODULES([LUA], [lua >= 5.2 lua < 5.3], [sys_lua=true],
- [if test "x$sys_lua" = "xtrue" ; then

Copied: freeciv/repos/extra-i686/lua52_compat.patch (from rev 302906, 
freeciv/trunk/lua52_compat.patch)
===
--- extra-i686/lua52_compat.patch   (rev 0)
+++ extra-i686/lua52_compat.patch   2017-08-19 20:38:57 UTC (rev 302907)
@@ -0,0 +1,13 @@
+diff --git a/configure.ac b/configure.ac

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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 20:38:23
  Author: arojas
Revision: 302906

Update to 2.5.8

Modified:
  freeciv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 20:31:20 UTC (rev 302905)
+++ PKGBUILD2017-08-19 20:38:23 UTC (rev 302906)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=freeciv
-pkgver=2.5.7
+pkgver=2.5.8
 pkgrel=1
 pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 backup=('etc/freeciv/database.lua')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 lua52_compat.patch)
-sha1sums=('e1376bbf75bb343f3a4a8fb3ac9bebcd6cd7f382'
+sha1sums=('713b8409877d95677ce3fb72899137803a43af31'
   '248f4c8b62557677bf27a0d06feb15148d811ce7')
 
 prepare() {


[arch-commits] Commit in kompozer/repos (49 files)

2017-08-19 Thread Fabio Castelli
Date: Saturday, August 19, 2017 @ 20:32:03
  Author: muflone
Revision: 252614

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

Added:
  kompozer/repos/community-i686/NS_IMETHOD_i686.patch
(from rev 252613, kompozer/trunk/NS_IMETHOD_i686.patch)
  kompozer/repos/community-i686/PKGBUILD
(from rev 252613, kompozer/trunk/PKGBUILD)
  kompozer/repos/community-i686/any_kernel_26_plus.patch
(from rev 252613, kompozer/trunk/any_kernel_26_plus.patch)
  kompozer/repos/community-i686/external-nss-for-shlibsign.patch
(from rev 252613, kompozer/trunk/external-nss-for-shlibsign.patch)
  kompozer/repos/community-i686/freetype-pango.patch
(from rev 252613, kompozer/trunk/freetype-pango.patch)
  kompozer/repos/community-i686/freetype-xft.patch
(from rev 252613, kompozer/trunk/freetype-xft.patch)
  kompozer/repos/community-i686/gcc46_default_ctors.patch
(from rev 252613, kompozer/trunk/gcc46_default_ctors.patch)
  kompozer/repos/community-i686/kompozer-libpng14.patch
(from rev 252613, kompozer/trunk/kompozer-libpng14.patch)
  kompozer/repos/community-i686/kompozer-libpng15.patch
(from rev 252613, kompozer/trunk/kompozer-libpng15.patch)
  kompozer/repos/community-i686/kompozer.desktop
(from rev 252613, kompozer/trunk/kompozer.desktop)
  kompozer/repos/community-i686/kompozer_gcc_4.7.patch
(from rev 252613, kompozer/trunk/kompozer_gcc_4.7.patch)
  kompozer/repos/community-i686/mozconfig.patch
(from rev 252613, kompozer/trunk/mozconfig.patch)
  kompozer/repos/community-x86_64/NS_IMETHOD_i686.patch
(from rev 252613, kompozer/trunk/NS_IMETHOD_i686.patch)
  kompozer/repos/community-x86_64/PKGBUILD
(from rev 252613, kompozer/trunk/PKGBUILD)
  kompozer/repos/community-x86_64/any_kernel_26_plus.patch
(from rev 252613, kompozer/trunk/any_kernel_26_plus.patch)
  kompozer/repos/community-x86_64/external-nss-for-shlibsign.patch
(from rev 252613, kompozer/trunk/external-nss-for-shlibsign.patch)
  kompozer/repos/community-x86_64/freetype-pango.patch
(from rev 252613, kompozer/trunk/freetype-pango.patch)
  kompozer/repos/community-x86_64/freetype-xft.patch
(from rev 252613, kompozer/trunk/freetype-xft.patch)
  kompozer/repos/community-x86_64/gcc46_default_ctors.patch
(from rev 252613, kompozer/trunk/gcc46_default_ctors.patch)
  kompozer/repos/community-x86_64/kompozer-libpng14.patch
(from rev 252613, kompozer/trunk/kompozer-libpng14.patch)
  kompozer/repos/community-x86_64/kompozer-libpng15.patch
(from rev 252613, kompozer/trunk/kompozer-libpng15.patch)
  kompozer/repos/community-x86_64/kompozer.desktop
(from rev 252613, kompozer/trunk/kompozer.desktop)
  kompozer/repos/community-x86_64/kompozer_gcc_4.7.patch
(from rev 252613, kompozer/trunk/kompozer_gcc_4.7.patch)
  kompozer/repos/community-x86_64/mozconfig.patch
(from rev 252613, kompozer/trunk/mozconfig.patch)
Deleted:
  kompozer/repos/community-i686/NS_IMETHOD_i686.patch
  kompozer/repos/community-i686/PKGBUILD
  kompozer/repos/community-i686/any_kernel_26_plus.patch
  kompozer/repos/community-i686/external-nss-for-shlibsign.patch
  kompozer/repos/community-i686/freetype-pango.patch
  kompozer/repos/community-i686/freetype-xft.patch
  kompozer/repos/community-i686/gcc46_default_ctors.patch
  kompozer/repos/community-i686/kompozer-libpng14.patch
  kompozer/repos/community-i686/kompozer-libpng15.patch
  kompozer/repos/community-i686/kompozer.desktop
  kompozer/repos/community-i686/kompozer_gcc_4.7.patch
  kompozer/repos/community-i686/mozconfig.patch
  kompozer/repos/community-x86_64/NS_IMETHOD_i686.patch
  kompozer/repos/community-x86_64/PKGBUILD
  kompozer/repos/community-x86_64/any_kernel_26_plus.patch
  kompozer/repos/community-x86_64/external-nss-for-shlibsign.patch
  kompozer/repos/community-x86_64/freetype-pango.patch
  kompozer/repos/community-x86_64/freetype-xft.patch
  kompozer/repos/community-x86_64/gcc46_default_ctors.patch
  kompozer/repos/community-x86_64/kompozer-libpng14.patch
  kompozer/repos/community-x86_64/kompozer-libpng15.patch
  kompozer/repos/community-x86_64/kompozer.desktop
  kompozer/repos/community-x86_64/kompozer_gcc_4.7.patch
  kompozer/repos/community-x86_64/mozconfig.patch
  kompozer/repos/community/

---+
 /NS_IMETHOD_i686.patch|   22 +
 /PKGBUILD |  182 
 /any_kernel_26_plus.patch |   62 
 /external-nss-for-shlibsign.patch |   24 +
 /freetype-pango.patch |   22 +
 /freetype-xft.patch   |   26 +
 /gcc46_default_ctors.patch|   44 +++
 /kompozer-libpng14.patch  |   34 ++
 /kompozer-libpng15.patch  |  128 +
 /kompozer.desktop |   22 +
 /kompozer_gcc_4.7.patch   |  214 +++
 

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

2017-08-19 Thread Fabio Castelli
Date: Saturday, August 19, 2017 @ 20:30:48
  Author: muflone
Revision: 252613

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

Added:
  netactview/repos/community-i686/PKGBUILD
(from rev 252612, netactview/trunk/PKGBUILD)
  netactview/repos/community-i686/drop-libgnome.patch
(from rev 252612, netactview/trunk/drop-libgnome.patch)
  netactview/repos/community-i686/netactview_polkit
(from rev 252612, netactview/trunk/netactview_polkit)
  netactview/repos/community-i686/org.archlinux.pkexec.netactview.policy
(from rev 252612, netactview/trunk/org.archlinux.pkexec.netactview.policy)
  netactview/repos/community-x86_64/PKGBUILD
(from rev 252612, netactview/trunk/PKGBUILD)
  netactview/repos/community-x86_64/drop-libgnome.patch
(from rev 252612, netactview/trunk/drop-libgnome.patch)
  netactview/repos/community-x86_64/netactview_polkit
(from rev 252612, netactview/trunk/netactview_polkit)
  netactview/repos/community-x86_64/org.archlinux.pkexec.netactview.policy
(from rev 252612, netactview/trunk/org.archlinux.pkexec.netactview.policy)
Deleted:
  netactview/repos/community-i686/PKGBUILD
  netactview/repos/community-i686/drop-libgnome.patch
  netactview/repos/community-i686/netactview_polkit
  netactview/repos/community-i686/org.archlinux.pkexec.netactview.policy
  netactview/repos/community-x86_64/PKGBUILD
  netactview/repos/community-x86_64/drop-libgnome.patch
  netactview/repos/community-x86_64/netactview_polkit
  netactview/repos/community-x86_64/org.archlinux.pkexec.netactview.policy

-+
 /PKGBUILD   |  110 +
 /drop-libgnome.patch|  270 ++
 /netactview_polkit  |4 
 /org.archlinux.pkexec.netactview.policy |   36 +
 community-i686/PKGBUILD |   55 --
 community-i686/drop-libgnome.patch  |  135 ---
 community-i686/netactview_polkit|2 
 community-i686/org.archlinux.pkexec.netactview.policy   |   18 
 community-x86_64/PKGBUILD   |   55 --
 community-x86_64/drop-libgnome.patch|  135 ---
 community-x86_64/netactview_polkit  |2 
 community-x86_64/org.archlinux.pkexec.netactview.policy |   18 
 12 files changed, 420 insertions(+), 420 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-19 20:29:12 UTC (rev 252612)
+++ community-i686/PKGBUILD 2017-08-19 20:30:48 UTC (rev 252613)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: lp76 
-
-pkgname=netactview
-pkgver=0.6.4
-pkgrel=3
-pkgdesc="A graphical network connections viewer similar in functionality to 
netstat"
-arch=('i686' 'x86_64')
-url="http://netactview.sourceforge.net/index.html;
-license=('GPL')
-depends=('gconf' 'libglade' 'libgtop')
-makedepends=('intltool' 'polkit')
-optdepends=('polkit: restart the application as root')
-source=("https://downloads.sourceforge.net/netactview/${pkgname}-${pkgver}.tar.bz2;
-'drop-libgnome.patch'
-'netactview_polkit'
-'org.archlinux.pkexec.netactview.policy')
-sha256sums=('0cfe68e90862b10a19ab2cc4977a079887eeda00e4069a819c13ece90843fb4a'
-'e5359685c785427c812fd285b1eda3465e27120c186eae35a926881be1985df9'
-'8d5319635ce05be5e5f3a426e81db34e0c2613010575bb7b3682bb2ae34fdd36'
-'467aa93ad28849061bfd1ea07698cc0154bef0a5a98e4c384260fc53e03b877c')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  # Remove libgnome dependency
-  patch -Np1 -i ../drop-libgnome.patch
-
-  # Use pkexec instead of gksu
-  sed -i 's/\[gksu\]/\[pkexec\]/' configure.ac
-  sed -i 's|GKSU_PATH, EXECUTABLE_PATH|"/usr/bin/netactview_polkit"|
-  s/install gksu/install polkit/' src/mainwindow.c
-
-  autoreconf -fi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # Polkit policy
-  install -Dm644 "${srcdir}/org.archlinux.pkexec.netactview.policy" \
-
"${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.netactview.policy"
-
-  # Launcher script
-  install -Dm755 "${srcdir}/netactview_polkit" \
-"${pkgdir}/usr/bin/netactview_polkit"
-}

Copied: netactview/repos/community-i686/PKGBUILD (from rev 252612, 
netactview/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-19 20:30:48 UTC (rev 252613)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: lp76 
+

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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 20:30:12
  Author: arojas
Revision: 302902

Update to 8.6.7

Modified:
  tk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 20:26:17 UTC (rev 302901)
+++ PKGBUILD2017-08-19 20:30:12 UTC (rev 302902)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=tk
-pkgver=8.6.6
-pkgrel=2
+pkgver=8.6.7
+pkgrel=1
 pkgdesc="A windowing toolkit for use with tcl"
 arch=('i686' 'x86_64')
 url="http://tcl.sourceforge.net/;
@@ -11,7 +11,7 @@
 depends=("tcl=${pkgver}" 'libxss' 'libxft')
 options=('staticlibs')
 
source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
-sha1sums=('34d546496c05014349cf5edad6696c125ad4f9ea')
+sha1sums=('eb58b4523f376fdf8b1f4439a958227ada52e2c8')
 
 build() {
   cd tk${pkgver}/unix


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 20:30:38
  Author: arojas
Revision: 302903

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

Added:
  tk/repos/staging-i686/
  tk/repos/staging-i686/PKGBUILD
(from rev 302902, tk/trunk/PKGBUILD)
  tk/repos/staging-x86_64/
  tk/repos/staging-x86_64/PKGBUILD
(from rev 302902, tk/trunk/PKGBUILD)

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

Copied: tk/repos/staging-i686/PKGBUILD (from rev 302902, tk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-08-19 20:30:38 UTC (rev 302903)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=tk
+pkgver=8.6.7
+pkgrel=1
+pkgdesc="A windowing toolkit for use with tcl"
+arch=('i686' 'x86_64')
+url="http://tcl.sourceforge.net/;
+license=('custom')
+depends=("tcl=${pkgver}" 'libxss' 'libxft')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
+sha1sums=('eb58b4523f376fdf8b1f4439a958227ada52e2c8')
+
+build() {
+  cd tk${pkgver}/unix
+  [[ $CARCH == "x86_64" ]] && BIT="--enable-64bit"
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--disable-rpath $BIT
+  make
+}
+
+check() {
+  cd tk${pkgver}/unix
+#  make test
+}
+
+package() {
+  cd tk${pkgver}/unix
+  make INSTALL_ROOT="${pkgdir}" install install-private-headers
+  ln -sf wish${pkgver%.*} "${pkgdir}/usr/bin/wish"
+  ln -sf libtk${pkgver%.*}.so "${pkgdir}/usr/lib/libtk.so"
+  install -Dm644 license.terms 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # remove buildroot traces
+  sed -e "s#${srcdir}/tk${pkgver}/unix#/usr/lib#" \
+  -e "s#${srcdir}/tk${pkgver}#/usr/include#" \
+  -i "${pkgdir}/usr/lib/tkConfig.sh"
+}

Copied: tk/repos/staging-x86_64/PKGBUILD (from rev 302902, tk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-08-19 20:30:38 UTC (rev 302903)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=tk
+pkgver=8.6.7
+pkgrel=1
+pkgdesc="A windowing toolkit for use with tcl"
+arch=('i686' 'x86_64')
+url="http://tcl.sourceforge.net/;
+license=('custom')
+depends=("tcl=${pkgver}" 'libxss' 'libxft')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
+sha1sums=('eb58b4523f376fdf8b1f4439a958227ada52e2c8')
+
+build() {
+  cd tk${pkgver}/unix
+  [[ $CARCH == "x86_64" ]] && BIT="--enable-64bit"
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--disable-rpath $BIT
+  make
+}
+
+check() {
+  cd tk${pkgver}/unix
+#  make test
+}
+
+package() {
+  cd tk${pkgver}/unix
+  make INSTALL_ROOT="${pkgdir}" install install-private-headers
+  ln -sf wish${pkgver%.*} "${pkgdir}/usr/bin/wish"
+  ln -sf libtk${pkgver%.*}.so "${pkgdir}/usr/lib/libtk.so"
+  install -Dm644 license.terms 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # remove buildroot traces
+  sed -e "s#${srcdir}/tk${pkgver}/unix#/usr/lib#" \
+  -e "s#${srcdir}/tk${pkgver}#/usr/include#" \
+  -i "${pkgdir}/usr/lib/tkConfig.sh"
+}


[arch-commits] Commit in bluegriffon/repos (staging-i686 staging-x86_64)

2017-08-19 Thread Fabio Castelli
Date: Saturday, August 19, 2017 @ 20:29:12
  Author: muflone
Revision: 252612

Removed old staging repos for bluegriffon

Deleted:
  bluegriffon/repos/staging-i686/
  bluegriffon/repos/staging-x86_64/


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 20:26:17
  Author: arojas
Revision: 302901

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

Added:
  tcl/repos/staging-i686/
  tcl/repos/staging-i686/PKGBUILD
(from rev 302900, tcl/trunk/PKGBUILD)
  tcl/repos/staging-x86_64/
  tcl/repos/staging-x86_64/PKGBUILD
(from rev 302900, tcl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   58 ++
 staging-x86_64/PKGBUILD |   58 ++
 2 files changed, 116 insertions(+)

Copied: tcl/repos/staging-i686/PKGBUILD (from rev 302900, tcl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-08-19 20:26:17 UTC (rev 302901)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=tcl
+pkgver=8.6.7
+pkgrel=1
+pkgdesc="The Tcl scripting language"
+arch=('i686' 'x86_64')
+url="http://tcl.sourceforge.net/;
+license=('custom')
+depends=('zlib')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
+sha1sums=('68934c6ecf827348085e0f06c7396b31fb539d83')
+
+prepare() {
+  cd tcl${pkgver}
+  # we build the tcl sqlite interface in sqlite-tcl package
+  rm -rf pkgs/sqlite3*
+}
+
+build() {
+  cd tcl${pkgver}/unix
+  [[ $CARCH == "x86_64" ]] && BIT="--enable-64bit"
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads $BIT
+  make
+}
+
+check() {
+  cd tcl${pkgver}/unix
+  make test
+}
+
+package() {
+  cd tcl${pkgver}/unix
+  make INSTALL_ROOT="${pkgdir}" install install-private-headers
+  ln -sf tclsh${pkgver%.*} "${pkgdir}/usr/bin/tclsh"
+  ln -sf libtcl${pkgver%.*}.so "${pkgdir}/usr/lib/libtcl.so"
+  install -Dm644 ../license.terms 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # remove buildroot traces
+  sed -e "s#${srcdir}/tcl${pkgver}/unix#/usr/lib#" \
+  -e "s#${srcdir}/tcl${pkgver}#/usr/include#" \
+  -i "${pkgdir}/usr/lib/tclConfig.sh"
+
+  tdbcver=tdbc1.0.5
+  sed -e "s#${srcdir}/tcl${pkgver}/unix/pkgs/$tdbcver#/usr/lib/$tdbcver#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/$tdbcver/generic#/usr/include#" \
+  -e 
"s#${srcdir}/tcl${pkgver}/pkgs/$tdbcver/library#/usr/lib/tcl${pkgver%.*}#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/$tdbcver#/usr/include#" \
+  -i "${pkgdir}/usr/lib/$tdbcver/tdbcConfig.sh"
+
+  itclver=itcl4.1.0
+  sed -e "s#${srcdir}/tcl${pkgver}/unix/pkgs/$itclver#/usr/lib/$itclver#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/$itclver/generic#/usr/include#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/$itclver#/usr/include#" \
+  -i "${pkgdir}/usr/lib/$itclver/itclConfig.sh"
+}

Copied: tcl/repos/staging-x86_64/PKGBUILD (from rev 302900, tcl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-08-19 20:26:17 UTC (rev 302901)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=tcl
+pkgver=8.6.7
+pkgrel=1
+pkgdesc="The Tcl scripting language"
+arch=('i686' 'x86_64')
+url="http://tcl.sourceforge.net/;
+license=('custom')
+depends=('zlib')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
+sha1sums=('68934c6ecf827348085e0f06c7396b31fb539d83')
+
+prepare() {
+  cd tcl${pkgver}
+  # we build the tcl sqlite interface in sqlite-tcl package
+  rm -rf pkgs/sqlite3*
+}
+
+build() {
+  cd tcl${pkgver}/unix
+  [[ $CARCH == "x86_64" ]] && BIT="--enable-64bit"
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads $BIT
+  make
+}
+
+check() {
+  cd tcl${pkgver}/unix
+  make test
+}
+
+package() {
+  cd tcl${pkgver}/unix
+  make INSTALL_ROOT="${pkgdir}" install install-private-headers
+  ln -sf tclsh${pkgver%.*} "${pkgdir}/usr/bin/tclsh"
+  ln -sf libtcl${pkgver%.*}.so "${pkgdir}/usr/lib/libtcl.so"
+  install -Dm644 ../license.terms 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # remove buildroot traces
+  sed -e "s#${srcdir}/tcl${pkgver}/unix#/usr/lib#" \
+  -e "s#${srcdir}/tcl${pkgver}#/usr/include#" \
+  -i "${pkgdir}/usr/lib/tclConfig.sh"
+
+  tdbcver=tdbc1.0.5
+  sed -e "s#${srcdir}/tcl${pkgver}/unix/pkgs/$tdbcver#/usr/lib/$tdbcver#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/$tdbcver/generic#/usr/include#" \
+  -e 
"s#${srcdir}/tcl${pkgver}/pkgs/$tdbcver/library#/usr/lib/tcl${pkgver%.*}#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/$tdbcver#/usr/include#" \
+  -i "${pkgdir}/usr/lib/$tdbcver/tdbcConfig.sh"
+
+  itclver=itcl4.1.0
+  sed -e "s#${srcdir}/tcl${pkgver}/unix/pkgs/$itclver#/usr/lib/$itclver#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/$itclver/generic#/usr/include#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/$itclver#/usr/include#" \
+  -i "${pkgdir}/usr/lib/$itclver/itclConfig.sh"
+}


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 20:25:45
  Author: arojas
Revision: 302900

Update to 8.6.7

Modified:
  tcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 19:58:55 UTC (rev 302899)
+++ PKGBUILD2017-08-19 20:25:45 UTC (rev 302900)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=tcl
-pkgver=8.6.6
-pkgrel=2
+pkgver=8.6.7
+pkgrel=1
 pkgdesc="The Tcl scripting language"
 arch=('i686' 'x86_64')
 url="http://tcl.sourceforge.net/;
@@ -11,7 +11,7 @@
 depends=('zlib')
 options=('staticlibs')
 
source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
-sha1sums=('169dd1589cad62c9fac4257c113db245da502cd0')
+sha1sums=('68934c6ecf827348085e0f06c7396b31fb539d83')
 
 prepare() {
   cd tcl${pkgver}
@@ -43,7 +43,7 @@
   -e "s#${srcdir}/tcl${pkgver}#/usr/include#" \
   -i "${pkgdir}/usr/lib/tclConfig.sh"
 
-  tdbcver=tdbc1.0.4
+  tdbcver=tdbc1.0.5
   sed -e "s#${srcdir}/tcl${pkgver}/unix/pkgs/$tdbcver#/usr/lib/$tdbcver#" \
   -e "s#${srcdir}/tcl${pkgver}/pkgs/$tdbcver/generic#/usr/include#" \
   -e 
"s#${srcdir}/tcl${pkgver}/pkgs/$tdbcver/library#/usr/lib/tcl${pkgver%.*}#" \
@@ -50,7 +50,7 @@
   -e "s#${srcdir}/tcl${pkgver}/pkgs/$tdbcver#/usr/include#" \
   -i "${pkgdir}/usr/lib/$tdbcver/tdbcConfig.sh"
 
-  itclver=itcl4.0.5
+  itclver=itcl4.1.0
   sed -e "s#${srcdir}/tcl${pkgver}/unix/pkgs/$itclver#/usr/lib/$itclver#" \
   -e "s#${srcdir}/tcl${pkgver}/pkgs/$itclver/generic#/usr/include#" \
   -e "s#${srcdir}/tcl${pkgver}/pkgs/$itclver#/usr/include#" \


[arch-commits] Commit in netactview/repos/community-i686 (8 files)

2017-08-19 Thread Fabio Castelli
Date: Saturday, August 19, 2017 @ 20:25:49
  Author: muflone
Revision: 252609

archrelease: copy trunk to community-i686

Added:
  netactview/repos/community-i686/PKGBUILD
(from rev 252608, netactview/trunk/PKGBUILD)
  netactview/repos/community-i686/drop-libgnome.patch
(from rev 252608, netactview/trunk/drop-libgnome.patch)
  netactview/repos/community-i686/netactview_polkit
(from rev 252608, netactview/trunk/netactview_polkit)
  netactview/repos/community-i686/org.archlinux.pkexec.netactview.policy
(from rev 252608, netactview/trunk/org.archlinux.pkexec.netactview.policy)
Deleted:
  netactview/repos/community-i686/PKGBUILD
  netactview/repos/community-i686/drop-libgnome.patch
  netactview/repos/community-i686/netactview_polkit
  netactview/repos/community-i686/org.archlinux.pkexec.netactview.policy

+
 PKGBUILD   |  110 ++--
 drop-libgnome.patch|  270 +++
 netactview_polkit  |4 
 org.archlinux.pkexec.netactview.policy |   36 ++--
 4 files changed, 210 insertions(+), 210 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-19 20:25:10 UTC (rev 252608)
+++ PKGBUILD2017-08-19 20:25:49 UTC (rev 252609)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: lp76 
-
-pkgname=netactview
-pkgver=0.6.4
-pkgrel=3
-pkgdesc="A graphical network connections viewer similar in functionality to 
netstat"
-arch=('i686' 'x86_64')
-url="http://netactview.sourceforge.net/index.html;
-license=('GPL')
-depends=('gconf' 'libglade' 'libgtop')
-makedepends=('intltool' 'polkit')
-optdepends=('polkit: restart the application as root')
-source=("http://downloads.sourceforge.net/netactview/${pkgname}-${pkgver}.tar.bz2;
-'drop-libgnome.patch'
-'netactview_polkit'
-'org.archlinux.pkexec.netactview.policy')
-sha256sums=('0cfe68e90862b10a19ab2cc4977a079887eeda00e4069a819c13ece90843fb4a'
-'e5359685c785427c812fd285b1eda3465e27120c186eae35a926881be1985df9'
-'8d5319635ce05be5e5f3a426e81db34e0c2613010575bb7b3682bb2ae34fdd36'
-'467aa93ad28849061bfd1ea07698cc0154bef0a5a98e4c384260fc53e03b877c')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  # Remove libgnome dependency
-  patch -Np1 -i ../drop-libgnome.patch
-
-  # Use pkexec instead of gksu
-  sed -i 's/\[gksu\]/\[pkexec\]/' configure.ac
-  sed -i 's|GKSU_PATH, EXECUTABLE_PATH|"/usr/bin/netactview_polkit"|
-  s/install gksu/install polkit/' src/mainwindow.c
-
-  autoreconf -fi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # Polkit policy
-  install -Dm644 "${srcdir}/org.archlinux.pkexec.netactview.policy" \
-
"${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.netactview.policy"
-
-  # Launcher script
-  install -Dm755 "${srcdir}/netactview_polkit" \
-"${pkgdir}/usr/bin/netactview_polkit"
-}

Copied: netactview/repos/community-i686/PKGBUILD (from rev 252608, 
netactview/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-19 20:25:49 UTC (rev 252609)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: lp76 
+
+pkgname=netactview
+pkgver=0.6.4
+pkgrel=3
+pkgdesc="A graphical network connections viewer similar in functionality to 
netstat"
+arch=('i686' 'x86_64')
+url="http://netactview.sourceforge.net/index.html;
+license=('GPL')
+depends=('gconf' 'libglade' 'libgtop')
+makedepends=('intltool' 'polkit')
+optdepends=('polkit: restart the application as root')
+source=("https://downloads.sourceforge.net/netactview/${pkgname}-${pkgver}.tar.bz2;
+'drop-libgnome.patch'
+'netactview_polkit'
+'org.archlinux.pkexec.netactview.policy')
+sha256sums=('0cfe68e90862b10a19ab2cc4977a079887eeda00e4069a819c13ece90843fb4a'
+'e5359685c785427c812fd285b1eda3465e27120c186eae35a926881be1985df9'
+'8d5319635ce05be5e5f3a426e81db34e0c2613010575bb7b3682bb2ae34fdd36'
+'467aa93ad28849061bfd1ea07698cc0154bef0a5a98e4c384260fc53e03b877c')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  # Remove libgnome dependency
+  patch -Np1 -i ../drop-libgnome.patch
+
+  # Use pkexec instead of gksu
+  sed -i 's/\[gksu\]/\[pkexec\]/' configure.ac
+  sed -i 's|GKSU_PATH, EXECUTABLE_PATH|"/usr/bin/netactview_polkit"|
+  s/install gksu/install polkit/' src/mainwindow.c
+
+  autoreconf -fi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make 

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

2017-08-19 Thread Fabio Castelli
Date: Saturday, August 19, 2017 @ 20:24:53
  Author: muflone
Revision: 252607

Changed source URL to https

Modified:
  netactview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 19:54:41 UTC (rev 252606)
+++ PKGBUILD2017-08-19 20:24:53 UTC (rev 252607)
@@ -12,7 +12,7 @@
 depends=('gconf' 'libglade' 'libgtop')
 makedepends=('intltool' 'polkit')
 optdepends=('polkit: restart the application as root')
-source=("http://downloads.sourceforge.net/netactview/${pkgname}-${pkgver}.tar.bz2;
+source=("https://downloads.sourceforge.net/netactview/${pkgname}-${pkgver}.tar.bz2;
 'drop-libgnome.patch'
 'netactview_polkit'
 'org.archlinux.pkexec.netactview.policy')


[arch-commits] Commit in netactview/repos (5 files)

2017-08-19 Thread Fabio Castelli
Date: Saturday, August 19, 2017 @ 20:25:10
  Author: muflone
Revision: 252608

archrelease: copy trunk to community

Added:
  netactview/repos/community/
  netactview/repos/community/PKGBUILD
(from rev 252607, netactview/trunk/PKGBUILD)
  netactview/repos/community/drop-libgnome.patch
(from rev 252607, netactview/trunk/drop-libgnome.patch)
  netactview/repos/community/netactview_polkit
(from rev 252607, netactview/trunk/netactview_polkit)
  netactview/repos/community/org.archlinux.pkexec.netactview.policy
(from rev 252607, netactview/trunk/org.archlinux.pkexec.netactview.policy)

+
 PKGBUILD   |   55 
 drop-libgnome.patch|  135 +++
 netactview_polkit  |2 
 org.archlinux.pkexec.netactview.policy |   18 
 4 files changed, 210 insertions(+)

Copied: netactview/repos/community/PKGBUILD (from rev 252607, 
netactview/trunk/PKGBUILD)
===
--- community/PKGBUILD  (rev 0)
+++ community/PKGBUILD  2017-08-19 20:25:10 UTC (rev 252608)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: lp76 
+
+pkgname=netactview
+pkgver=0.6.4
+pkgrel=3
+pkgdesc="A graphical network connections viewer similar in functionality to 
netstat"
+arch=('i686' 'x86_64')
+url="http://netactview.sourceforge.net/index.html;
+license=('GPL')
+depends=('gconf' 'libglade' 'libgtop')
+makedepends=('intltool' 'polkit')
+optdepends=('polkit: restart the application as root')
+source=("https://downloads.sourceforge.net/netactview/${pkgname}-${pkgver}.tar.bz2;
+'drop-libgnome.patch'
+'netactview_polkit'
+'org.archlinux.pkexec.netactview.policy')
+sha256sums=('0cfe68e90862b10a19ab2cc4977a079887eeda00e4069a819c13ece90843fb4a'
+'e5359685c785427c812fd285b1eda3465e27120c186eae35a926881be1985df9'
+'8d5319635ce05be5e5f3a426e81db34e0c2613010575bb7b3682bb2ae34fdd36'
+'467aa93ad28849061bfd1ea07698cc0154bef0a5a98e4c384260fc53e03b877c')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  # Remove libgnome dependency
+  patch -Np1 -i ../drop-libgnome.patch
+
+  # Use pkexec instead of gksu
+  sed -i 's/\[gksu\]/\[pkexec\]/' configure.ac
+  sed -i 's|GKSU_PATH, EXECUTABLE_PATH|"/usr/bin/netactview_polkit"|
+  s/install gksu/install polkit/' src/mainwindow.c
+
+  autoreconf -fi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # Polkit policy
+  install -Dm644 "${srcdir}/org.archlinux.pkexec.netactview.policy" \
+
"${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.netactview.policy"
+
+  # Launcher script
+  install -Dm755 "${srcdir}/netactview_polkit" \
+"${pkgdir}/usr/bin/netactview_polkit"
+}

Copied: netactview/repos/community/drop-libgnome.patch (from rev 252607, 
netactview/trunk/drop-libgnome.patch)
===
--- community/drop-libgnome.patch   (rev 0)
+++ community/drop-libgnome.patch   2017-08-19 20:25:10 UTC (rev 252608)
@@ -0,0 +1,135 @@
+diff -Naur netactview-0.6.4.orig/configure.ac netactview-0.6.4/configure.ac
+--- netactview-0.6.4.orig/configure.ac 2015-03-12 11:34:12.0 +0100
 netactview-0.6.4/configure.ac  2017-01-21 03:23:18.306420114 +0100
+@@ -25,7 +25,7 @@
+ AM_GLIB_GNU_GETTEXT
+ 
+ 
+-PKG_CHECK_MODULES(NETACTVIEW, [gtk+-2.0 >= 2.8 libglade-2.0 gnome-vfs-2.0 >= 
2.4 glib-2.0 >= 2.8 libgnome-2.0 gconf-2.0 libgtop-2.0 >= 2.12])
++PKG_CHECK_MODULES(NETACTVIEW, [gtk+-2.0 >= 2.8 libglade-2.0 gthread-2.0 
glib-2.0 >= 2.8 gconf-2.0 libgtop-2.0 >= 2.12])
+ AC_SUBST(NETACTVIEW_CFLAGS)
+ AC_SUBST(NETACTVIEW_LIBS)
+ 
+diff -Naur netactview-0.6.4.orig/src/main.c netactview-0.6.4/src/main.c
+--- netactview-0.6.4.orig/src/main.c   2015-03-18 14:04:51.0 +0100
 netactview-0.6.4/src/main.c2017-01-21 03:08:09.510451928 +0100
+@@ -27,9 +27,6 @@
+ #include 
+ #include 
+ #include 
+-#include 
+-#include 
+-#include 
+ #include 
+ 
+ #include "mainwindow.h"
+@@ -42,7 +39,7 @@
+ static void on_aboutdialog_url_activated (GtkAboutDialog *about, const gchar 
*url, 
+   
 gpointer data)
+ {
+-  gnome_vfs_url_show(url);
++  gtk_show_uri(NULL, url, GDK_CURRENT_TIME, NULL);
+ }
+ 
+ static void on_aboutdialog_email_activated (GtkAboutDialog *about, const 
gchar *url, 
+@@ -50,7 +47,7 @@
+ {
+   GString *s = g_string_new("mailto:;);
+   g_string_append(s, url);
+-  gnome_vfs_url_show(s->str);
++  gtk_show_uri(NULL, s->str, GDK_CURRENT_TIME, NULL);
+   g_string_free(s, TRUE);
+ }
+ 
+@@ -59,7 +56,6 @@

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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:58:55
  Author: arojas
Revision: 302899

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-19 19:58:29 UTC (rev 302898)
+++ extra-i686/PKGBUILD 2017-08-19 19:58:55 UTC (rev 302899)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=mpg123
-pkgver=1.25.4
-pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/mpg123;
-license=('LGPL2.1')
-depends=('libltdl' 'alsa-lib')
-makedepends=('sdl' 'jack' 'libpulse')
-optdepends=('sdl: for sdl audio support'
-'jack: for jack audio support'
-'libpulse: for pulse audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('b204ec892d8b535ff7fa87fd6174f5df2fd287c0'
-  'SKIP')
-validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
---with-audio="alsa oss sdl jack pulse"
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
-}

Copied: mpg123/repos/extra-i686/PKGBUILD (from rev 302898, 
mpg123/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-19 19:58:55 UTC (rev 302899)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=mpg123
+pkgver=1.25.6
+pkgrel=1
+pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/mpg123;
+license=('LGPL2.1')
+depends=('libltdl' 'alsa-lib')
+makedepends=('sdl' 'jack' 'libpulse')
+optdepends=('sdl: for sdl audio support'
+'jack: for jack audio support'
+'libpulse: for pulse audio support')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('08f34f542e4c9ce48a75cdbd17a0a8137ab41923'
+  'SKIP')
+validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
+--with-audio="alsa oss sdl jack pulse"
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-19 19:58:29 UTC (rev 302898)
+++ extra-x86_64/PKGBUILD   2017-08-19 19:58:55 UTC (rev 302899)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=mpg123
-pkgver=1.25.4
-pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/mpg123;
-license=('LGPL2.1')
-depends=('libltdl' 'alsa-lib')
-makedepends=('sdl' 'jack' 'libpulse')
-optdepends=('sdl: for sdl audio support'
-'jack: for jack audio support'
-'libpulse: for pulse audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('b204ec892d8b535ff7fa87fd6174f5df2fd287c0'
-  'SKIP')
-validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
---with-audio="alsa oss sdl jack pulse"
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
-}

Copied: mpg123/repos/extra-x86_64/PKGBUILD (from rev 302898, 
mpg123/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-19 19:58:55 UTC (rev 302899)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=mpg123
+pkgver=1.25.6
+pkgrel=1
+pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
+arch=('i686' 

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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:58:29
  Author: arojas
Revision: 302898

Update to 1.25.6

Modified:
  mpg123/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 19:51:06 UTC (rev 302897)
+++ PKGBUILD2017-08-19 19:58:29 UTC (rev 302898)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=mpg123
-pkgver=1.25.4
+pkgver=1.25.6
 pkgrel=1
 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 'jack: for jack audio support'
 'libpulse: for pulse audio support')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('b204ec892d8b535ff7fa87fd6174f5df2fd287c0'
+sha1sums=('08f34f542e4c9ce48a75cdbd17a0a8137ab41923'
   'SKIP')
 validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
 


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:54:41
  Author: arojas
Revision: 252606

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

Added:
  fossil/repos/community-i686/PKGBUILD
(from rev 252605, fossil/trunk/PKGBUILD)
  fossil/repos/community-i686/fossil-xinetd
(from rev 252605, fossil/trunk/fossil-xinetd)
  fossil/repos/community-i686/fossil.service
(from rev 252605, fossil/trunk/fossil.service)
  fossil/repos/community-i686/fossil.socket
(from rev 252605, fossil/trunk/fossil.socket)
  fossil/repos/community-x86_64/PKGBUILD
(from rev 252605, fossil/trunk/PKGBUILD)
  fossil/repos/community-x86_64/fossil-xinetd
(from rev 252605, fossil/trunk/fossil-xinetd)
  fossil/repos/community-x86_64/fossil.service
(from rev 252605, fossil/trunk/fossil.service)
  fossil/repos/community-x86_64/fossil.socket
(from rev 252605, fossil/trunk/fossil.socket)
Deleted:
  fossil/repos/community-i686/PKGBUILD
  fossil/repos/community-i686/fossil-xinetd
  fossil/repos/community-i686/fossil.service
  fossil/repos/community-i686/fossil.socket
  fossil/repos/community-x86_64/PKGBUILD
  fossil/repos/community-x86_64/fossil-xinetd
  fossil/repos/community-x86_64/fossil.service
  fossil/repos/community-x86_64/fossil.socket

-+
 /PKGBUILD   |   86 ++
 /fossil-xinetd  |   46 
 /fossil.service |   22 +
 /fossil.socket  |   20 
 community-i686/PKGBUILD |   43 ---
 community-i686/fossil-xinetd|   23 --
 community-i686/fossil.service   |   11 
 community-i686/fossil.socket|   10 
 community-x86_64/PKGBUILD   |   43 ---
 community-x86_64/fossil-xinetd  |   23 --
 community-x86_64/fossil.service |   11 
 community-x86_64/fossil.socket  |   10 
 12 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-19 19:54:07 UTC (rev 252605)
+++ community-i686/PKGBUILD 2017-08-19 19:54:41 UTC (rev 252606)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov  
-# Contributor: Daniel YC Lin 
-# Contributor: Konstantin Plotnikov 
-
-pkgname=fossil
-pkgver=2.2
-pkgrel=1
-pkgdesc='Simple, high-reliability, distributed software configuration 
management'
-arch=(i686 x86_64)
-license=(BSD)
-url='http://www.fossil-scm.org'
-depends=(openssl zlib sqlite)
-backup=(etc/xinetd.d/fossil)
-source=(
-  fossil.socket
-  fossil.service
-  fossil-xinetd
-  https://www.fossil-scm.org/index.html/uv/fossil-src-$pkgver.tar.gz
-)
-sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
-'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
-'2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-'9b8f82196eb89e4a2e82b4bcc51e314ae509a22c37073a18a0b325f11c53cf71')
-
-build() {
-  cd fossil-$pkgver
-  ./configure --prefix=/usr --json --disable-internal-sqlite
-  # headers and translate targets are problematic with parallel jobs
-  #make -j1 bld bld/headers
-  make
-}
-
-package() {
-  install -Dm644 fossil-xinetd "$pkgdir"/etc/xinetd.d/fossil
-  install -Dm644 fossil.socket "$pkgdir"/usr/lib/systemd/system/fossil.socket
-  install -Dm644 fossil.service 
"$pkgdir"/usr/lib/systemd/system/fossil@.service
-
-  cd fossil-$pkgver
-  install -Dm755 fossil "$pkgdir"/usr/bin/fossil
-  install -Dm644 tools/fossil-autocomplete.bash 
"$pkgdir"/usr/share/bash-completion/completions/fossil
-  install -Dm644 COPYRIGHT-BSD2.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: fossil/repos/community-i686/PKGBUILD (from rev 252605, 
fossil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-19 19:54:41 UTC (rev 252606)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Anatol Pomozov  
+# Contributor: Daniel YC Lin 
+# Contributor: Konstantin Plotnikov 
+
+pkgname=fossil
+pkgver=2.3
+pkgrel=1
+pkgdesc='Simple, high-reliability, distributed software configuration 
management'
+arch=(i686 x86_64)
+license=(BSD)
+url='http://www.fossil-scm.org'
+depends=(openssl zlib sqlite)
+backup=(etc/xinetd.d/fossil)
+source=(
+  fossil.socket
+  fossil.service
+  fossil-xinetd
+  https://www.fossil-scm.org/index.html/uv/fossil-src-$pkgver.tar.gz
+)
+sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
+'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
+'2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
+'f073abf455a38ea0a08c3926d7445ab8115b145457f36c763ad9b74cd6a64a5d')
+
+build() {
+  cd fossil-$pkgver
+  ./configure --prefix=/usr --json --disable-internal-sqlite
+  # 

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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:54:07
  Author: arojas
Revision: 252605

Update to 2.3

Modified:
  fossil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 19:47:20 UTC (rev 252604)
+++ PKGBUILD2017-08-19 19:54:07 UTC (rev 252605)
@@ -4,7 +4,7 @@
 # Contributor: Konstantin Plotnikov 
 
 pkgname=fossil
-pkgver=2.2
+pkgver=2.3
 pkgrel=1
 pkgdesc='Simple, high-reliability, distributed software configuration 
management'
 arch=(i686 x86_64)
@@ -21,7 +21,7 @@
 sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
 'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
 '2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-'9b8f82196eb89e4a2e82b4bcc51e314ae509a22c37073a18a0b325f11c53cf71')
+'f073abf455a38ea0a08c3926d7445ab8115b145457f36c763ad9b74cd6a64a5d')
 
 build() {
   cd fossil-$pkgver


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:51:06
  Author: arojas
Revision: 302897

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

Added:
  double-conversion/repos/extra-i686/PKGBUILD
(from rev 302896, double-conversion/trunk/PKGBUILD)
  double-conversion/repos/extra-x86_64/PKGBUILD
(from rev 302896, double-conversion/trunk/PKGBUILD)
Deleted:
  double-conversion/repos/extra-i686/PKGBUILD
  double-conversion/repos/extra-i686/double-conversion-shared-lib.patch
  double-conversion/repos/extra-x86_64/PKGBUILD
  double-conversion/repos/extra-x86_64/double-conversion-shared-lib.patch

-+
 /PKGBUILD   |   80 ++
 extra-i686/PKGBUILD |   43 ---
 extra-i686/double-conversion-shared-lib.patch   |   42 ---
 extra-x86_64/PKGBUILD   |   43 ---
 extra-x86_64/double-conversion-shared-lib.patch |   42 ---
 5 files changed, 80 insertions(+), 170 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-19 19:50:17 UTC (rev 302896)
+++ extra-i686/PKGBUILD 2017-08-19 19:51:06 UTC (rev 302897)
@@ -1,43 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Joel Teichroeb 
-# Contributor: Jonas Heinrich 
-
-pkgname=double-conversion
-pkgver=2.0.1
-pkgrel=3
-pkgdesc='Binary-decimal and decimal-binary routines for IEEE doubles'
-arch=(i686 x86_64)
-url='https://github.com/google/double-conversion'
-license=(BSD)
-depends=(gcc-libs)
-makedepends=(cmake)
-source=(double-conversion-$pkgver.tar.gz::https://github.com/google/double-conversion/archive/v$pkgver.tar.gz
-double-conversion-shared-lib.patch)
-sha1sums=('a590b4e9e1509bcf48da79a9c0571cfe218920f4'
-  '54abeec2090908c7ed229986826e8cce400edd1b')
-
-prepare() {
-  cd double-conversion-$pkgver
-  patch -p1 < ../double-conversion-shared-lib.patch
-}
-
-build() {
-  cd double-conversion-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_SHARED_LIBS=ON
-  make
-}
-
-check() {
-  cd double-conversion-$pkgver
-  cd test
-  cmake .
-# Currently tests fail
-#  make all
-}
-
-package () {
-  cd double-conversion-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/double-conversion/LICENSE
-}

Copied: double-conversion/repos/extra-i686/PKGBUILD (from rev 302896, 
double-conversion/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-19 19:51:06 UTC (rev 302897)
@@ -0,0 +1,40 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Joel Teichroeb 
+# Contributor: Jonas Heinrich 
+
+pkgname=double-conversion
+pkgver=3.0.0
+pkgrel=1
+pkgdesc='Binary-decimal and decimal-binary routines for IEEE doubles'
+arch=(i686 x86_64)
+url='https://github.com/google/double-conversion'
+license=(BSD)
+depends=(gcc-libs)
+makedepends=(cmake)
+source=(double-conversion-$pkgver.tar.gz::https://github.com/google/double-conversion/archive/v$pkgver.tar.gz)
+sha256sums=('152f15355242b6b1fbb4098fcd825bf08527eda0c65e8446939222a13f0b3915')
+
+build() {
+  cd double-conversion-$pkgver
+  cmake . \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBUILD_SHARED_LIBS=ON \
+  -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+check() {
+  cd double-conversion-$pkgver
+  cd test
+  cmake .
+# Currently tests fail
+#  make all
+}
+
+package () {
+  cd double-conversion-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/double-conversion/LICENSE
+}

Deleted: extra-i686/double-conversion-shared-lib.patch
===
--- extra-i686/double-conversion-shared-lib.patch   2017-08-19 19:50:17 UTC 
(rev 302896)
+++ extra-i686/double-conversion-shared-lib.patch   2017-08-19 19:51:06 UTC 
(rev 302897)
@@ -1,42 +0,0 @@
-commit c7734598e2ee084c17e1b8a41daa569fb021d593
-Author: Florian Loitsch 
-Date:   Sat Mar 8 15:02:13 2014 +0100
-
-Support shared libraries with Cmake. Improve README.
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 5bf382e..7b09be0 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -2,8 +2,12 @@ cmake_minimum_required(VERSION 2.8)
- project(double-conversion)
- 
- # pick a version #
--set(double-conversion_VERSION
--  1.1.1)
-+set(double-conversion_VERSION 2.0.1)
-+set(double-conversion_SOVERSION_MAJOR 1)
-+set(double-conversion_SOVERSION_MINOR 0)
-+set(double-conversion_SOVERSION_PATCH 0)
-+set(double-conversion_SOVERSION
-+  

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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:50:17
  Author: arojas
Revision: 302896

Update to 3.0.0

Modified:
  double-conversion/trunk/PKGBUILD
Deleted:
  double-conversion/trunk/double-conversion-shared-lib.patch

+
 PKGBUILD   |   21 +++--
 double-conversion-shared-lib.patch |   42 ---
 2 files changed, 9 insertions(+), 54 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 19:36:46 UTC (rev 302895)
+++ PKGBUILD2017-08-19 19:50:17 UTC (rev 302896)
@@ -3,8 +3,8 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=double-conversion
-pkgver=2.0.1
-pkgrel=3
+pkgver=3.0.0
+pkgrel=1
 pkgdesc='Binary-decimal and decimal-binary routines for IEEE doubles'
 arch=(i686 x86_64)
 url='https://github.com/google/double-conversion'
@@ -11,19 +11,16 @@
 license=(BSD)
 depends=(gcc-libs)
 makedepends=(cmake)
-source=(double-conversion-$pkgver.tar.gz::https://github.com/google/double-conversion/archive/v$pkgver.tar.gz
-double-conversion-shared-lib.patch)
-sha1sums=('a590b4e9e1509bcf48da79a9c0571cfe218920f4'
-  '54abeec2090908c7ed229986826e8cce400edd1b')
+source=(double-conversion-$pkgver.tar.gz::https://github.com/google/double-conversion/archive/v$pkgver.tar.gz)
+sha256sums=('152f15355242b6b1fbb4098fcd825bf08527eda0c65e8446939222a13f0b3915')
 
-prepare() {
-  cd double-conversion-$pkgver
-  patch -p1 < ../double-conversion-shared-lib.patch
-}
-
 build() {
   cd double-conversion-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_SHARED_LIBS=ON
+  cmake . \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBUILD_SHARED_LIBS=ON \
+  -DCMAKE_INSTALL_LIBDIR=lib
   make
 }
 

Deleted: double-conversion-shared-lib.patch
===
--- double-conversion-shared-lib.patch  2017-08-19 19:36:46 UTC (rev 302895)
+++ double-conversion-shared-lib.patch  2017-08-19 19:50:17 UTC (rev 302896)
@@ -1,42 +0,0 @@
-commit c7734598e2ee084c17e1b8a41daa569fb021d593
-Author: Florian Loitsch 
-Date:   Sat Mar 8 15:02:13 2014 +0100
-
-Support shared libraries with Cmake. Improve README.
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 5bf382e..7b09be0 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -2,8 +2,12 @@ cmake_minimum_required(VERSION 2.8)
- project(double-conversion)
- 
- # pick a version #
--set(double-conversion_VERSION
--  1.1.1)
-+set(double-conversion_VERSION 2.0.1)
-+set(double-conversion_SOVERSION_MAJOR 1)
-+set(double-conversion_SOVERSION_MINOR 0)
-+set(double-conversion_SOVERSION_PATCH 0)
-+set(double-conversion_SOVERSION
-+  
${double-conversion_SOVERSION_MAJOR}.${double-conversion_SOVERSION_MINOR}.${double-conversion_SOVERSION_PATCH})
- 
- # set paths for install -- empty initially
- # Offer the user the choice of overriding the installation directories
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 7f5c985..0da50b1 100644
 a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -29,6 +29,12 @@ ${headers}
- set_target_properties(double-conversion
- PROPERTIES PUBLIC_HEADER "${headers}")
- 
-+if (BUILD_SHARED_LIBS)
-+  set_target_properties(double-conversion
-+PROPERTIES VERSION ${double-conversion_SOVERSION}
-+   SOVERSION ${double-conversion_SOVERSION_MAJOR})
-+endif()
-+
- #
- # install command to set up library install
- # given the above PUBLIC_HEADER property set, this


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:47:20
  Author: arojas
Revision: 252604

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-19 19:46:51 UTC (rev 252603)
+++ PKGBUILD2017-08-19 19:47:20 UTC (rev 252604)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Balló György 
-
-_pkgbase=send2trash
-pkgbase=python-$_pkgbase
-pkgname=('python-send2trash' 'python2-send2trash')
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Send file to trash natively"
-arch=('any')
-url="https://github.com/hsoft/send2trash;
-license=('BSD')
-depends=('python' 'python2')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/hsoft/$_pkgbase/archive/$pkgver.tar.gz;)
-sha256sums=('a32c41c948f86eda21fd27541fbb3ab3f30c2afb4bd87f3a875c7567f452d2cd')
-
-prepare() {
-   cp -a $_pkgbase-$pkgver{,-python2}
-}
-
-build() {
-   cd $_pkgbase-$pkgver
-   python setup.py build
-
-   cd ../$_pkgbase-$pkgver-python2
-   python2 setup.py build
-}
-
-package_python-send2trash() {
-   depends=('python')
-
-   cd $_pkgbase-$pkgver
-   python3 setup.py install --root "$pkgdir" --optimize=1
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-send2trash() {
-   depends=('python2')
-
-   cd $_pkgbase-$pkgver-python2
-   python2 setup.py install --root "$pkgdir" --optimize=1
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-send2trash/repos/community-any/PKGBUILD (from rev 252603, 
python-send2trash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-19 19:47:20 UTC (rev 252604)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Balló György 
+
+_pkgbase=send2trash
+pkgbase=python-$_pkgbase
+pkgname=('python-send2trash' 'python2-send2trash')
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Send file to trash natively"
+arch=('any')
+url="https://github.com/hsoft/send2trash;
+license=('BSD')
+depends=('python' 'python2')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/hsoft/$_pkgbase/archive/$pkgver.tar.gz;)
+sha256sums=('d094fc1a1a517b5f7a9214fa897b51a37f6e02a1e57a0669ea4d48ab9bcf')
+
+prepare() {
+   cp -a $_pkgbase-$pkgver{,-python2}
+}
+
+build() {
+   cd $_pkgbase-$pkgver
+   python setup.py build
+
+   cd ../$_pkgbase-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-send2trash() {
+   depends=('python')
+
+   cd $_pkgbase-$pkgver
+   python3 setup.py install --root "$pkgdir" --optimize=1
+   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-send2trash() {
+   depends=('python2')
+
+   cd $_pkgbase-$pkgver-python2
+   python2 setup.py install --root "$pkgdir" --optimize=1
+   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:46:51
  Author: arojas
Revision: 252603

Update to 1.3.1

Modified:
  python-send2trash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 19:42:27 UTC (rev 252602)
+++ PKGBUILD2017-08-19 19:46:51 UTC (rev 252603)
@@ -4,7 +4,7 @@
 _pkgbase=send2trash
 pkgbase=python-$_pkgbase
 pkgname=('python-send2trash' 'python2-send2trash')
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="Send file to trash natively"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python' 'python2')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/hsoft/$_pkgbase/archive/$pkgver.tar.gz;)
-sha256sums=('a32c41c948f86eda21fd27541fbb3ab3f30c2afb4bd87f3a875c7567f452d2cd')
+sha256sums=('d094fc1a1a517b5f7a9214fa897b51a37f6e02a1e57a0669ea4d48ab9bcf')
 
 prepare() {
cp -a $_pkgbase-$pkgver{,-python2}


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:42:27
  Author: arojas
Revision: 252602

archrelease: copy trunk to community-any

Added:
  docutils/repos/community-any/PKGBUILD
(from rev 252601, docutils/trunk/PKGBUILD)
  docutils/repos/community-any/python2-docutils.install
(from rev 252601, docutils/trunk/python2-docutils.install)
Deleted:
  docutils/repos/community-any/PKGBUILD
  docutils/repos/community-any/python2-docutils.install

--+
 PKGBUILD |  156 ++---
 python2-docutils.install |   18 ++---
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-19 19:42:02 UTC (rev 252601)
+++ PKGBUILD2017-08-19 19:42:27 UTC (rev 252602)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor : Ionut Biru 
-# Contributor: Sergej Pupykin 
-
-pkgbase=docutils
-pkgname=('python-docutils' 'python2-docutils')
-pkgver=0.13.1
-pkgrel=2
-pkgdesc='Set of tools for processing plaintext docs into formats such as HTML, 
XML, or LaTeX'
-arch=('any')
-url='http://docutils.sourceforge.net'
-license=('custom')
-makedepends=('python' 'python2')
-source=("http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz;)
-md5sums=('ea4a893c633c788be9b8078b6b305d53')
-
-build() {
-  cd $pkgbase-$pkgver
-  msg2 python3
-  python3 setup.py build --build-lib=build/python
-  find build/python -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python3,' {} \;
-  msg2 python2
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  # we need utf locale to valid utf8 tests
-  export LANG=en_US.UTF-8
-  # Disable python3 check
-  #msg2 'python checks'
-  #PYTHONPATH="$PWD/build/python/" python3 test3/alltests.py
-  msg2 'python2 checks'
-  PYTHONPATH="$PWD/build/python2/" python2 test/alltests.py
-}
-
-package_python-docutils() {
-  depends=('python')
-
-  cd $pkgbase-$pkgver
-  python setup.py build --build-lib=build/python \
-  install --root="$pkgdir" --optimize=1
-  # symlink without .py
-  for f in "$pkgdir"/usr/bin/*.py; do
-  ln -s "$(basename $f)" "$pkgdir/usr/bin/$(basename $f .py)"
-  done
-  # setup license
-  install -D -m644 COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/COPYING.txt"
-  install -D -m644 licenses/python* "$pkgdir/usr/share/licenses/$pkgname/"
-}
-
-package_python2-docutils() {
-  depends=('python2')
-  provides=("docutils=$pkgver")
-  replaces=('docutils')
-  install=python2-docutils.install
-
-  cd $pkgbase-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-   install --root="$pkgdir" --optimize=1
-  # fix python-docutils conflict
-  for _f in "$pkgdir"/usr/bin/*.py; do
-  mv -v "$_f" "${_f%.py}2.py"
-  done
-  # symlink without .py
-  for _f in "$pkgdir"/usr/bin/*.py; do
-  ln -s "$(basename $_f)" "$pkgdir/usr/bin/$(basename $_f .py)"
-  done
-  # setup license
-  install -D -m644 COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/COPYING.txt"
-  install -D -m644 licenses/python* "$pkgdir/usr/share/licenses/$pkgname/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: docutils/repos/community-any/PKGBUILD (from rev 252601, 
docutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-19 19:42:27 UTC (rev 252602)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor : Ionut Biru 
+# Contributor: Sergej Pupykin 
+
+pkgbase=docutils
+pkgname=('python-docutils' 'python2-docutils')
+pkgver=0.14
+pkgrel=1
+pkgdesc='Set of tools for processing plaintext docs into formats such as HTML, 
XML, or LaTeX'
+arch=('any')
+url='http://docutils.sourceforge.net'
+license=('custom')
+makedepends=('python' 'python2')
+source=("http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz;)
+md5sums=('c53768d63db3873b7d452833553469de')
+
+build() {
+  cd $pkgbase-$pkgver
+  msg2 python3
+  python3 setup.py build --build-lib=build/python
+  find build/python -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python3,' {} \;
+  msg2 python2
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  # we need utf locale to valid utf8 tests
+  export LANG=en_US.UTF-8
+  # Disable python3 check
+  #msg2 'python checks'
+  #PYTHONPATH="$PWD/build/python/" python3 test3/alltests.py
+  msg2 'python2 checks'
+  PYTHONPATH="$PWD/build/python2/" python2 test/alltests.py
+}
+
+package_python-docutils() {
+  

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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:42:02
  Author: arojas
Revision: 252601

Update to 0.14

Modified:
  docutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 19:38:20 UTC (rev 252600)
+++ PKGBUILD2017-08-19 19:42:02 UTC (rev 252601)
@@ -5,8 +5,8 @@
 
 pkgbase=docutils
 pkgname=('python-docutils' 'python2-docutils')
-pkgver=0.13.1
-pkgrel=2
+pkgver=0.14
+pkgrel=1
 pkgdesc='Set of tools for processing plaintext docs into formats such as HTML, 
XML, or LaTeX'
 arch=('any')
 url='http://docutils.sourceforge.net'
@@ -13,7 +13,7 @@
 license=('custom')
 makedepends=('python' 'python2')
 source=("http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz;)
-md5sums=('ea4a893c633c788be9b8078b6b305d53')
+md5sums=('c53768d63db3873b7d452833553469de')
 
 build() {
   cd $pkgbase-$pkgver


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:37:57
  Author: arojas
Revision: 252599

Update to 17.8.1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 19:22:59 UTC (rev 252598)
+++ PKGBUILD2017-08-19 19:37:57 UTC (rev 252599)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=17.7.1
+pkgver=17.8.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('a81d66a829e31992855ea8eb074b174e9336568b')
+sha1sums=('490694bad8110678b38575a4de28d8036721c8d2')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:38:20
  Author: arojas
Revision: 252600

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-19 19:37:57 UTC (rev 252599)
+++ PKGBUILD2017-08-19 19:38:20 UTC (rev 252600)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-
-pkgbase=python-autobahn
-pkgname=(python-autobahn python2-autobahn)
-pkgver=17.7.1
-pkgrel=1
-pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
-arch=(any)
-url='http://autobahn.ws/python/'
-license=(MIT)
-makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
-source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('a81d66a829e31992855ea8eb074b174e9336568b')
-
-prepare() {
-  cp -a autobahn-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/autobahn-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/autobahn-$pkgver"
-  #It requires python-unittest2 in [community]
-  #python setup.py test
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  #python2 setup.py test
-}
-
-package_python-autobahn() {
-  depends=(python python-twisted python-six python-txaio)
-
-  cd "$srcdir/autobahn-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-autobahn() {
-  depends=(python2 python2-twisted python2-six python2-txaio)
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-autobahn/repos/community-any/PKGBUILD (from rev 252599, 
python-autobahn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-19 19:38:20 UTC (rev 252600)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+
+pkgbase=python-autobahn
+pkgname=(python-autobahn python2-autobahn)
+pkgver=17.8.1
+pkgrel=1
+pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
+arch=(any)
+url='http://autobahn.ws/python/'
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
+source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
+sha1sums=('490694bad8110678b38575a4de28d8036721c8d2')
+
+prepare() {
+  cp -a autobahn-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/autobahn-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/autobahn-$pkgver"
+  #It requires python-unittest2 in [community]
+  #python setup.py test
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  #python2 setup.py test
+}
+
+package_python-autobahn() {
+  depends=(python python-twisted python-six python-txaio)
+
+  cd "$srcdir/autobahn-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-autobahn() {
+  depends=(python2 python2-twisted python2-six python2-txaio)
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:36:46
  Author: arojas
Revision: 302895

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 302894, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 302894, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 302894, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 302894, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 /PKGBUILD  |  122 +++
 /mercurial.profile |2 
 extra-i686/PKGBUILD|   61 ---
 extra-i686/mercurial.profile   |1 
 extra-x86_64/PKGBUILD  |   61 ---
 extra-x86_64/mercurial.profile |1 
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-19 19:36:02 UTC (rev 302894)
+++ extra-i686/PKGBUILD 2017-08-19 19:36:46 UTC (rev 302895)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=mercurial
-pkgver=4.2.3
-pkgrel=1
-pkgdesc="A scalable distributed SCM tool"
-arch=('i686' 'x86_64')
-url="https://www.mercurial-scm.org/;
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-validpgpkeys=('2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5') # Augie Fackler 

-source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'mercurial.profile')
-sha256sums=('04908fc7d89e5810edf3d2762f5aecce5b5c0cb8534f3dbff7d0d848d11ff7ac'
-'SKIP'
-'87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}/contrib/chg
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
-  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
-  install -m755 contrib/hgk "${pkgdir}/usr/bin"
-  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
-  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
-  install -d "${pkgdir}/usr/share/emacs/site-lisp"
-  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim"
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
"${pkgdir}/etc/profile.d/mercurial.sh"
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  # install -m644 contrib/sample.hgrc "${pkgdir}/etc/mercurial/hgrc"
-
-  # FS#38825 - Add certs config to package
-  echo -e "\n[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt\n" >> 
"${pkgdir}/etc/mercurial/hgrc"
-
-  cd contrib/chg
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 302894, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-19 19:36:46 UTC (rev 302895)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=mercurial
+pkgver=4.3.1
+pkgrel=1
+pkgdesc="A scalable distributed SCM tool"
+arch=('i686' 'x86_64')
+url="https://www.mercurial-scm.org/;
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+validpgpkeys=('2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5') # Augie Fackler 

+source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'mercurial.profile')
+sha256sums=('2b12f02e3a452adff4ec9cf007017bab0cadb3f37eaf12f4b25a662df73618a2'
+'SKIP'
+'87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/contrib/chg
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}

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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:36:02
  Author: arojas
Revision: 302894

Update to 4.3.1

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 19:31:55 UTC (rev 302893)
+++ PKGBUILD2017-08-19 19:36:02 UTC (rev 302894)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=mercurial
-pkgver=4.2.3
+pkgver=4.3.1
 pkgrel=1
 pkgdesc="A scalable distributed SCM tool"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 validpgpkeys=('2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5') # Augie Fackler 

 
source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'mercurial.profile')
-sha256sums=('04908fc7d89e5810edf3d2762f5aecce5b5c0cb8534f3dbff7d0d848d11ff7ac'
+sha256sums=('2b12f02e3a452adff4ec9cf007017bab0cadb3f37eaf12f4b25a662df73618a2'
 'SKIP'
 '87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
 


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:31:55
  Author: arojas
Revision: 302893

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

Added:
  dvdauthor/repos/extra-i686/PKGBUILD
(from rev 302892, dvdauthor/trunk/PKGBUILD)
  dvdauthor/repos/extra-x86_64/PKGBUILD
(from rev 302892, dvdauthor/trunk/PKGBUILD)
Deleted:
  dvdauthor/repos/extra-i686/PKGBUILD
  dvdauthor/repos/extra-i686/dvdauthor-fix-build.patch
  dvdauthor/repos/extra-x86_64/PKGBUILD
  dvdauthor/repos/extra-x86_64/dvdauthor-fix-build.patch

+
 /PKGBUILD  |   62 +++
 extra-i686/PKGBUILD|   38 ---
 extra-i686/dvdauthor-fix-build.patch   |   26 -
 extra-x86_64/PKGBUILD  |   38 ---
 extra-x86_64/dvdauthor-fix-build.patch |   26 -
 5 files changed, 62 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-19 19:31:26 UTC (rev 302892)
+++ extra-i686/PKGBUILD 2017-08-19 19:31:55 UTC (rev 302893)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Travis Willard 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Nicolai Lissner 
-
-pkgname=dvdauthor
-pkgver=0.7.1
-pkgrel=10
-pkgdesc="DVD authoring tools"
-arch=('i686' 'x86_64')
-url="http://dvdauthor.sourceforge.net/;
-license=('GPL')
-depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 dvdauthor-fix-build.patch)
-md5sums=('2694a5a3ef460106ea3caf0f7f60ff80'
- '3ac58688085e7a1a503d1f895dfce718')
-
-prepare() {
-  cd $pkgname
-  # Fix build (Debian)
-  patch -p1 -i ../dvdauthor-fix-build.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}"
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: dvdauthor/repos/extra-i686/PKGBUILD (from rev 302892, 
dvdauthor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-19 19:31:55 UTC (rev 302893)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Travis Willard 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Nicolai Lissner 
+
+pkgname=dvdauthor
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="DVD authoring tools"
+arch=('i686' 'x86_64')
+url="http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('3020a92de9f78eb36f48b6f22d5a001c47107826634a785a62dfcd080f612eb7')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/dvdauthor-fix-build.patch
===
--- extra-i686/dvdauthor-fix-build.patch2017-08-19 19:31:26 UTC (rev 
302892)
+++ extra-i686/dvdauthor-fix-build.patch2017-08-19 19:31:55 UTC (rev 
302893)
@@ -1,26 +0,0 @@
-Description: Fix for #807657 -- missing include "config.h"
-Author: Tobias Frost 
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807657
-Last-Update: 2016-01-07

-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 a/src/compat.h
-+++ b/src/compat.h
-@@ -1,6 +1,8 @@
- // basic headers
- #define _GNU_SOURCE /* really just for strndup */
- 
-+#include "config.h"
-+
- #ifdef HAVE_STDBOOL_H
- # include 
- #else
-@@ -17,6 +19,7 @@
- # define __bool_true_false_are_defined 1
- #endif
- 
-+
- #include 
- 
- #ifdef HAVE_STDLIB_H
-

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-19 19:31:26 UTC (rev 302892)
+++ extra-x86_64/PKGBUILD   2017-08-19 19:31:55 UTC (rev 302893)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Travis Willard 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Nicolai Lissner 
-
-pkgname=dvdauthor
-pkgver=0.7.1
-pkgrel=10
-pkgdesc="DVD authoring tools"
-arch=('i686' 'x86_64')
-url="http://dvdauthor.sourceforge.net/;
-license=('GPL')
-depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
-options=('!makeflags')

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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:31:26
  Author: arojas
Revision: 302892

Update to 0.7.2

Modified:
  dvdauthor/trunk/PKGBUILD
Deleted:
  dvdauthor/trunk/dvdauthor-fix-build.patch

---+
 PKGBUILD  |   15 ---
 dvdauthor-fix-build.patch |   26 --
 2 files changed, 4 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 19:27:49 UTC (rev 302891)
+++ PKGBUILD2017-08-19 19:31:26 UTC (rev 302892)
@@ -5,8 +5,8 @@
 # Contributor: Nicolai Lissner 
 
 pkgname=dvdauthor
-pkgver=0.7.1
-pkgrel=10
+pkgver=0.7.2
+pkgrel=1
 pkgdesc="DVD authoring tools"
 arch=('i686' 'x86_64')
 url="http://dvdauthor.sourceforge.net/;
@@ -13,16 +13,9 @@
 license=('GPL')
 depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
 options=('!makeflags')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 dvdauthor-fix-build.patch)
-md5sums=('2694a5a3ef460106ea3caf0f7f60ff80'
- '3ac58688085e7a1a503d1f895dfce718')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('3020a92de9f78eb36f48b6f22d5a001c47107826634a785a62dfcd080f612eb7')
 
-prepare() {
-  cd $pkgname
-  # Fix build (Debian)
-  patch -p1 -i ../dvdauthor-fix-build.patch
-}
-
 build() {
   cd "${srcdir}/${pkgname}"
 

Deleted: dvdauthor-fix-build.patch
===
--- dvdauthor-fix-build.patch   2017-08-19 19:27:49 UTC (rev 302891)
+++ dvdauthor-fix-build.patch   2017-08-19 19:31:26 UTC (rev 302892)
@@ -1,26 +0,0 @@
-Description: Fix for #807657 -- missing include "config.h"
-Author: Tobias Frost 
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807657
-Last-Update: 2016-01-07

-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 a/src/compat.h
-+++ b/src/compat.h
-@@ -1,6 +1,8 @@
- // basic headers
- #define _GNU_SOURCE /* really just for strndup */
- 
-+#include "config.h"
-+
- #ifdef HAVE_STDBOOL_H
- # include 
- #else
-@@ -17,6 +19,7 @@
- # define __bool_true_false_are_defined 1
- #endif
- 
-+
- #include 
- 
- #ifdef HAVE_STDLIB_H
-


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:27:49
  Author: arojas
Revision: 302891

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

Added:
  appstream/repos/extra-i686/PKGBUILD
(from rev 302890, appstream/trunk/PKGBUILD)
  appstream/repos/extra-i686/update-appstream-index.hook
(from rev 302890, appstream/trunk/update-appstream-index.hook)
  appstream/repos/extra-x86_64/PKGBUILD
(from rev 302890, appstream/trunk/PKGBUILD)
  appstream/repos/extra-x86_64/update-appstream-index.hook
(from rev 302890, appstream/trunk/update-appstream-index.hook)
Deleted:
  appstream/repos/extra-i686/PKGBUILD
  appstream/repos/extra-i686/update-appstream-index.hook
  appstream/repos/extra-x86_64/PKGBUILD
  appstream/repos/extra-x86_64/update-appstream-index.hook

--+
 /PKGBUILD|  110 +
 /update-appstream-index.hook |   34 
 extra-i686/PKGBUILD  |   55 --
 extra-i686/update-appstream-index.hook   |   17 
 extra-x86_64/PKGBUILD|   55 --
 extra-x86_64/update-appstream-index.hook |   17 
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-19 19:27:13 UTC (rev 302890)
+++ extra-i686/PKGBUILD 2017-08-19 19:27:49 UTC (rev 302891)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Jameson Pugh 
-# Contributor: Tim Jester-Pfadt 
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.11.2
-pkgrel=1
-pkgdesc="Provides a standard for creating app stores across distributions"
-arch=(i686 x86_64)
-url="http://distributions.freedesktop.org/wiki/AppStream;
-license=(GPL)
-depends=(libyaml libxml2 libstemmer glib2)
-makedepends=(cmake xmlto gobject-introspection python2 docbook-xsl qt5-base 
itstool vala)
-source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-index.hook)
-sha256sums=('bcab86ddade81336984843413bfed16c6d28e85871caa8547bea06aea625dc3c'
-'SKIP'
-'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
-validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../AppStream-$pkgver \
-  -DQT=ON \
-  -DVAPI=ON \
-  -DCMAKE_INSTALL_LIBDIR=lib \
-  -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package_appstream() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-
-# provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
-
-  install -Dm644 "$srcdir"/update-appstream-index.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-index.hook
-}
-
-package_appstream-qt() {
-  pkgdesc='Qt5 interface for AppStream'
-  depends=(appstream qt5-base)
-
-  cd build/qt
-  make DESTDIR="$pkgdir" install
-}

Copied: appstream/repos/extra-i686/PKGBUILD (from rev 302890, 
appstream/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-19 19:27:49 UTC (rev 302891)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Jameson Pugh 
+# Contributor: Tim Jester-Pfadt 
+
+pkgbase=appstream
+pkgname=(appstream appstream-qt)
+pkgver=0.11.3
+pkgrel=1
+pkgdesc="Provides a standard for creating app stores across distributions"
+arch=(i686 x86_64)
+url="http://distributions.freedesktop.org/wiki/AppStream;
+license=(GPL)
+depends=(libyaml libxml2 libstemmer glib2)
+makedepends=(cmake xmlto gobject-introspection python2 docbook-xsl qt5-base 
itstool vala)
+source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
+update-appstream-index.hook)
+sha256sums=('2095f798086def39027185702d9202a79e5fa9fe9cfc7e837f890b0d50dc15a1'
+'SKIP'
+'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
+validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../AppStream-$pkgver \
+  -DQT=ON \
+  -DVAPI=ON \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package_appstream() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+
+# provided by -qt subpackage
+  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
+
+  install -Dm644 "$srcdir"/update-appstream-index.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-index.hook
+}
+
+package_appstream-qt() {
+  pkgdesc='Qt5 interface for AppStream'
+  depends=(appstream qt5-base)
+
+  cd build/qt
+  make DESTDIR="$pkgdir" install

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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:27:13
  Author: arojas
Revision: 302890

Update to 0.11.3

Modified:
  appstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 19:17:40 UTC (rev 302889)
+++ PKGBUILD2017-08-19 19:27:13 UTC (rev 302890)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.11.2
+pkgver=0.11.3
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 makedepends=(cmake xmlto gobject-introspection python2 docbook-xsl qt5-base 
itstool vala)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
 update-appstream-index.hook)
-sha256sums=('bcab86ddade81336984843413bfed16c6d28e85871caa8547bea06aea625dc3c'
+sha256sums=('2095f798086def39027185702d9202a79e5fa9fe9cfc7e837f890b0d50dc15a1'
 'SKIP'
 'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 



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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:22:59
  Author: arojas
Revision: 252598

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-19 19:22:34 UTC (rev 252597)
+++ community-i686/PKGBUILD 2017-08-19 19:22:59 UTC (rev 252598)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=eclib
-pkgver=20170330
-pkgrel=5
-pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
-arch=(i686 x86_64)
-url="https://github.com/JohnCremona/eclib/;
-license=(GPL)
-depends=(flint pari)
-source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
-sha256sums=('c507c3c83a21d445c6fba1c339aa4c37d488aeae829e5368a9bff000b148baf3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --with-flint=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: eclib/repos/community-i686/PKGBUILD (from rev 252597, 
eclib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-19 19:22:59 UTC (rev 252598)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=eclib
+pkgver=20170815
+pkgrel=1
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/;
+license=(GPL)
+depends=(flint pari)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
+sha256sums=('448bffdd768e7b29d7dc4d4b28a1924f8e6c7bf9edd2cccef5740f7e968650f0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-19 19:22:34 UTC (rev 252597)
+++ community-x86_64/PKGBUILD   2017-08-19 19:22:59 UTC (rev 252598)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=eclib
-pkgver=20170330
-pkgrel=5
-pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
-arch=(i686 x86_64)
-url="https://github.com/JohnCremona/eclib/;
-license=(GPL)
-depends=(flint pari)
-source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
-sha256sums=('c507c3c83a21d445c6fba1c339aa4c37d488aeae829e5368a9bff000b148baf3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --with-flint=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: eclib/repos/community-x86_64/PKGBUILD (from rev 252597, 
eclib/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-19 19:22:59 UTC (rev 252598)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=eclib
+pkgver=20170815
+pkgrel=1
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/;
+license=(GPL)
+depends=(flint pari)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
+sha256sums=('448bffdd768e7b29d7dc4d4b28a1924f8e6c7bf9edd2cccef5740f7e968650f0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:22:34
  Author: arojas
Revision: 252597

Update to 20170815

Modified:
  eclib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 19:19:27 UTC (rev 252596)
+++ PKGBUILD2017-08-19 19:22:34 UTC (rev 252597)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=eclib
-pkgver=20170330
-pkgrel=5
+pkgver=20170815
+pkgrel=1
 pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
 arch=(i686 x86_64)
 url="https://github.com/JohnCremona/eclib/;
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(flint pari)
 source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
-sha256sums=('c507c3c83a21d445c6fba1c339aa4c37d488aeae829e5368a9bff000b148baf3')
+sha256sums=('448bffdd768e7b29d7dc4d4b28a1924f8e6c7bf9edd2cccef5740f7e968650f0')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gir-to-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:19:27
  Author: arojas
Revision: 252596

archrelease: copy trunk to community-x86_64

Added:
  gir-to-d/repos/community-x86_64/PKGBUILD
(from rev 252595, gir-to-d/trunk/PKGBUILD)
Deleted:
  gir-to-d/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-19 19:19:01 UTC (rev 252595)
+++ PKGBUILD2017-08-19 19:19:27 UTC (rev 252596)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=gir-to-d
-pkgver=0.11.0
-pkgrel=1
-pkgdesc="Create D bindings from GObject introspection files"
-arch=(x86_64 i686)
-url="https://github.com/gtkd-developers/gir-to-d;
-license=(LGPL3)
-depends=(gcc-libs)
-makedepends=(meson dmd)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz;)
-sha256sums=('32cc704a1f493a2128f4d60d314f571f65508ddcf6df1015316798485b57d9c5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver --prefix=/usr
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gir-to-d/repos/community-x86_64/PKGBUILD (from rev 252595, 
gir-to-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-19 19:19:27 UTC (rev 252596)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=gir-to-d
+pkgver=0.11.1
+pkgrel=1
+pkgdesc="Create D bindings from GObject introspection files"
+arch=(x86_64)
+url="https://github.com/gtkd-developers/gir-to-d;
+license=(LGPL3)
+depends=(gcc-libs)
+makedepends=(meson dmd libphobos)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz;)
+sha256sums=('014d1278bb26779144f7d9c326bccbcd8df68761cb72b2164fc450c835ef6230')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver --prefix=/usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in gir-to-d/trunk (PKGBUILD)

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:19:01
  Author: arojas
Revision: 252595

Update to 0.11.1

Modified:
  gir-to-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 19:10:04 UTC (rev 252594)
+++ PKGBUILD2017-08-19 19:19:01 UTC (rev 252595)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=gir-to-d
-pkgver=0.11.0
+pkgver=0.11.1
 pkgrel=1
 pkgdesc="Create D bindings from GObject introspection files"
 arch=(x86_64)
@@ -8,9 +8,9 @@
 url="https://github.com/gtkd-developers/gir-to-d;
 license=(LGPL3)
 depends=(gcc-libs)
-makedepends=(meson dmd)
+makedepends=(meson dmd libphobos)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz;)
-sha256sums=('32cc704a1f493a2128f4d60d314f571f65508ddcf6df1015316798485b57d9c5')
+sha256sums=('014d1278bb26779144f7d9c326bccbcd8df68761cb72b2164fc450c835ef6230')
 
 prepare() {
   mkdir -p build


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:17:40
  Author: arojas
Revision: 302889

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

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

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

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

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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:17:13
  Author: arojas
Revision: 302888

Update to 6.9.9.7

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 18:25:45 UTC (rev 302887)
+++ PKGBUILD2017-08-19 19:17:13 UTC (rev 302888)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.9.3
+pkgver=6.9.9.7
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/;
@@ -13,7 +13,7 @@
  'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu' 
'git')
 
source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('54572dc0ce60f8e46d2224442e51fe6781bb2a32'
+sha1sums=('6773512163ce0d4d928a18a583eaba3809ceb698'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:10:04
  Author: arojas
Revision: 252594

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 252593, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-19 19:09:45 UTC (rev 252593)
+++ PKGBUILD2017-08-19 19:10:04 UTC (rev 252594)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgname=jmol
-pkgver=14.20.3
-pkgrel=1
-pkgdesc="a Java 3D viewer for chemical structures"
-arch=(any)
-url="http://jmol.sourceforge.net;
-license=(LGPL)
-depends=(java-runtime)
-makedepends=(unzip)
-source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('48a6720b69413f0ac3c058928da6ec0d701f4a99beeeb5feb874f95766988f4b')
-
-package() {
-  cd $pkgname-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-  rm jsmol.zip
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 252593, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-19 19:10:04 UTC (rev 252594)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgname=jmol
+pkgver=14.20.4
+pkgrel=1
+pkgdesc="a Java 3D viewer for chemical structures"
+arch=(any)
+url="http://jmol.sourceforge.net;
+license=(LGPL)
+depends=(java-runtime)
+makedepends=(unzip)
+source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
+sha256sums=('ca1943ae4350f7c4480c9f62f203895160edf9d9f8bb2f48af3b1cc91f71c1f9')
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+  rm jsmol.zip
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:09:45
  Author: arojas
Revision: 252593

Update to 14.20.4

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 19:02:30 UTC (rev 252592)
+++ PKGBUILD2017-08-19 19:09:45 UTC (rev 252593)
@@ -3,7 +3,7 @@
 # Contributor: James Spencer 
 
 pkgname=jmol
-pkgver=14.20.3
+pkgver=14.20.4
 pkgrel=1
 pkgdesc="a Java 3D viewer for chemical structures"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(java-runtime)
 makedepends=(unzip)
 
source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('48a6720b69413f0ac3c058928da6ec0d701f4a99beeeb5feb874f95766988f4b')
+sha256sums=('ca1943ae4350f7c4480c9f62f203895160edf9d9f8bb2f48af3b1cc91f71c1f9')
 
 package() {
   cd $pkgname-$pkgver


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:02:30
  Author: arojas
Revision: 252592

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-19 19:01:36 UTC (rev 252591)
+++ community-i686/PKGBUILD 2017-08-19 19:02:30 UTC (rev 252592)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=pynac
-pkgver=0.7.9
-pkgrel=4
-pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
-arch=(i686 x86_64)
-url="http://pynac.org;
-license=(GPL)
-depends=(python2 singular libgiac)
-source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2;
-
pynac-fix-build.patch::"https://github.com/pynac/pynac/commit/e234ea37.patch;)
-sha256sums=('b0c32f610153ffa8ff5baf312294843d6b51f4f23b56332050d4ca3b97f2becd'
-'35ff1d82c94c92e9ec2f5c010ca7852a5b16400f3735bc87d8b4e4ed746a40ce')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../pynac-fix-build.patch
-}
-
-build() {
-  cd pynac-$pkgver
-
-  export PYTHON=python2
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd pynac-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pynac/repos/community-i686/PKGBUILD (from rev 252591, 
pynac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-19 19:02:30 UTC (rev 252592)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=pynac
+pkgver=0.7.10
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
+arch=(i686 x86_64)
+url="http://pynac.org;
+license=(GPL)
+depends=(python2 singular libgiac)
+source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2;)
+sha256sums=('4ab462b68f3835ddb6cf20df169271fcf2a03aac9f22ea1be6aebc3789986076')
+
+build() {
+  cd pynac-$pkgver
+
+  export PYTHON=python2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-19 19:01:36 UTC (rev 252591)
+++ community-x86_64/PKGBUILD   2017-08-19 19:02:30 UTC (rev 252592)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=pynac
-pkgver=0.7.9
-pkgrel=4
-pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
-arch=(i686 x86_64)
-url="http://pynac.org;
-license=(GPL)
-depends=(python2 singular libgiac)
-source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2;
-
pynac-fix-build.patch::"https://github.com/pynac/pynac/commit/e234ea37.patch;)
-sha256sums=('b0c32f610153ffa8ff5baf312294843d6b51f4f23b56332050d4ca3b97f2becd'
-'35ff1d82c94c92e9ec2f5c010ca7852a5b16400f3735bc87d8b4e4ed746a40ce')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../pynac-fix-build.patch
-}
-
-build() {
-  cd pynac-$pkgver
-
-  export PYTHON=python2
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd pynac-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pynac/repos/community-x86_64/PKGBUILD (from rev 252591, 
pynac/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-19 19:02:30 UTC (rev 252592)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=pynac
+pkgver=0.7.10
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
+arch=(i686 x86_64)
+url="http://pynac.org;
+license=(GPL)
+depends=(python2 singular libgiac)
+source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2;)
+sha256sums=('4ab462b68f3835ddb6cf20df169271fcf2a03aac9f22ea1be6aebc3789986076')
+
+build() {
+  cd pynac-$pkgver
+
+  export PYTHON=python2
+  ./configure 

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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:01:36
  Author: arojas
Revision: 252591

Update to 0.7.10

Modified:
  pynac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 18:56:35 UTC (rev 252590)
+++ PKGBUILD2017-08-19 19:01:36 UTC (rev 252591)
@@ -3,23 +3,16 @@
 # Contributor: Rémy Oudompheng 
 
 pkgname=pynac
-pkgver=0.7.9
-pkgrel=4
+pkgver=0.7.10
+pkgrel=1
 pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
 arch=(i686 x86_64)
 url="http://pynac.org;
 license=(GPL)
 depends=(python2 singular libgiac)
-source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2;
-
pynac-fix-build.patch::"https://github.com/pynac/pynac/commit/e234ea37.patch;)
-sha256sums=('b0c32f610153ffa8ff5baf312294843d6b51f4f23b56332050d4ca3b97f2becd'
-'35ff1d82c94c92e9ec2f5c010ca7852a5b16400f3735bc87d8b4e4ed746a40ce')
+source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2;)
+sha256sums=('4ab462b68f3835ddb6cf20df169271fcf2a03aac9f22ea1be6aebc3789986076')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../pynac-fix-build.patch
-}
-
 build() {
   cd pynac-$pkgver
 


[arch-commits] Commit in sage-data-polytopes_db/repos/community-any (2 files)

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 18:56:35
  Author: arojas
Revision: 252590

archrelease: copy trunk to community-any

Added:
  sage-data-polytopes_db/repos/community-any/PKGBUILD
(from rev 252589, sage-data-polytopes_db/trunk/PKGBUILD)
Deleted:
  sage-data-polytopes_db/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-19 18:56:13 UTC (rev 252589)
+++ PKGBUILD2017-08-19 18:56:35 UTC (rev 252590)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-_dbname=polytopes_db
-pkgname=sage-data-$_dbname
-pkgver=20120220
-pkgrel=3
-pkgdesc="Reflexive polytopes database"
-arch=(any)
-url="http://www.sagemath.org;
-license=(GPL)
-depends=()
-makedepends=()
-source=("http://mirrors.mit.edu/sage/spkg/upstream/polytopes_db/$_dbname-$pkgver.tar.bz2;)
-md5sums=('99bd633f4dfcdfef33c22b0b1b33919a')
-
-package() {
-  cd $_dbname-$pkgver
-  mkdir -p "$pkgdir"/usr/share/reflexive_polytopes
-  cp -r * "$pkgdir"/usr/share/reflexive_polytopes
-}

Copied: sage-data-polytopes_db/repos/community-any/PKGBUILD (from rev 252589, 
sage-data-polytopes_db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-19 18:56:35 UTC (rev 252590)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+_dbname=polytopes_db
+pkgname=sage-data-$_dbname
+pkgver=20170220
+pkgrel=1
+pkgdesc="Reflexive polytopes database"
+arch=(any)
+url="http://www.sagemath.org;
+license=(GPL)
+depends=()
+makedepends=()
+source=("http://mirrors.mit.edu/sage/spkg/upstream/polytopes_db/$_dbname-$pkgver.tar.bz2;)
+sha256sums=('cb788bdfca6e00864ec0bfa67932a68ae68bfeb9c527a91be90ad218026a0ce0')
+
+package() {
+  cd $_dbname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/reflexive_polytopes
+  cp -r * "$pkgdir"/usr/share/reflexive_polytopes
+}


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 18:56:13
  Author: arojas
Revision: 252589

Update to 20170220

Modified:
  sage-data-polytopes_db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 18:53:57 UTC (rev 252588)
+++ PKGBUILD2017-08-19 18:56:13 UTC (rev 252589)
@@ -3,8 +3,8 @@
 
 _dbname=polytopes_db
 pkgname=sage-data-$_dbname
-pkgver=20120220
-pkgrel=3
+pkgver=20170220
+pkgrel=1
 pkgdesc="Reflexive polytopes database"
 arch=(any)
 url="http://www.sagemath.org;
@@ -12,7 +12,7 @@
 depends=()
 makedepends=()
 
source=("http://mirrors.mit.edu/sage/spkg/upstream/polytopes_db/$_dbname-$pkgver.tar.bz2;)
-md5sums=('99bd633f4dfcdfef33c22b0b1b33919a')
+sha256sums=('cb788bdfca6e00864ec0bfa67932a68ae68bfeb9c527a91be90ad218026a0ce0')
 
 package() {
   cd $_dbname-$pkgver


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 18:53:57
  Author: arojas
Revision: 252588

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-19 18:53:30 UTC (rev 252587)
+++ community-i686/PKGBUILD 2017-08-19 18:53:57 UTC (rev 252588)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Federico Cinelli 
-
-pkgname=texmaker
-pkgver=5.0.1
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=(i686 x86_64)
-url="http://www.xm1math.net/texmaker/index.html;
-license=(GPL)
-depends=(qt5-script)
-optdepends=('ghostscript: LaTeX to HTML conversion command')
-source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('bdf3bcf91405719fc2ff80c2168f6bff2b3cce9a0012923efc43638b2a278b48')
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt5 PREFIX=/usr texmaker.pro
-  make
-}
-package() {
-  cd $pkgname-$pkgver
-
-  install -dm755 "$pkgdir"/usr/share
-  make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
-}

Copied: texmaker/repos/community-i686/PKGBUILD (from rev 252587, 
texmaker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-19 18:53:57 UTC (rev 252588)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Federico Cinelli 
+
+pkgname=texmaker
+pkgver=5.0.2
+pkgrel=1
+pkgdesc='Free cross-platform LaTeX editor'
+arch=(i686 x86_64)
+url="http://www.xm1math.net/texmaker/index.html;
+license=(GPL)
+depends=(qt5-script)
+optdepends=('ghostscript: LaTeX to HTML conversion command')
+source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('a94e8d77a16fddd0789c452b0913bb098b1f895397b3ad53be29ad84aaac0179')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 PREFIX=/usr texmaker.pro
+  make
+}
+package() {
+  cd $pkgname-$pkgver
+
+  install -dm755 "$pkgdir"/usr/share
+  make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-19 18:53:30 UTC (rev 252587)
+++ community-x86_64/PKGBUILD   2017-08-19 18:53:57 UTC (rev 252588)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Federico Cinelli 
-
-pkgname=texmaker
-pkgver=5.0.1
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=(i686 x86_64)
-url="http://www.xm1math.net/texmaker/index.html;
-license=(GPL)
-depends=(qt5-script)
-optdepends=('ghostscript: LaTeX to HTML conversion command')
-source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('bdf3bcf91405719fc2ff80c2168f6bff2b3cce9a0012923efc43638b2a278b48')
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt5 PREFIX=/usr texmaker.pro
-  make
-}
-package() {
-  cd $pkgname-$pkgver
-
-  install -dm755 "$pkgdir"/usr/share
-  make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
-}

Copied: texmaker/repos/community-x86_64/PKGBUILD (from rev 252587, 
texmaker/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-19 18:53:57 UTC (rev 252588)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Federico Cinelli 
+
+pkgname=texmaker
+pkgver=5.0.2
+pkgrel=1
+pkgdesc='Free cross-platform LaTeX editor'
+arch=(i686 x86_64)
+url="http://www.xm1math.net/texmaker/index.html;
+license=(GPL)
+depends=(qt5-script)
+optdepends=('ghostscript: LaTeX to HTML conversion command')
+source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('a94e8d77a16fddd0789c452b0913bb098b1f895397b3ad53be29ad84aaac0179')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 PREFIX=/usr texmaker.pro
+  make
+}
+package() {
+  cd $pkgname-$pkgver
+
+  install -dm755 "$pkgdir"/usr/share
+  make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
+}


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 18:53:30
  Author: arojas
Revision: 252587

Update to 5.0.2

Modified:
  texmaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 18:47:37 UTC (rev 252586)
+++ PKGBUILD2017-08-19 18:53:30 UTC (rev 252587)
@@ -3,7 +3,7 @@
 # Contributor: Federico Cinelli 
 
 pkgname=texmaker
-pkgver=5.0.1
+pkgver=5.0.2
 pkgrel=1
 pkgdesc='Free cross-platform LaTeX editor'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(qt5-script)
 optdepends=('ghostscript: LaTeX to HTML conversion command')
 source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('bdf3bcf91405719fc2ff80c2168f6bff2b3cce9a0012923efc43638b2a278b48')
+sha256sums=('a94e8d77a16fddd0789c452b0913bb098b1f895397b3ad53be29ad84aaac0179')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in three.js/repos/community-any (PKGBUILD PKGBUILD)

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 18:47:37
  Author: arojas
Revision: 252586

archrelease: copy trunk to community-any

Added:
  three.js/repos/community-any/PKGBUILD
(from rev 252585, three.js/trunk/PKGBUILD)
Deleted:
  three.js/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-19 18:47:08 UTC (rev 252585)
+++ PKGBUILD2017-08-19 18:47:37 UTC (rev 252586)
@@ -1,21 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=three.js
-pkgver=r86
-pkgrel=1
-pkgdesc='A JavaScript 3D Library which makes WebGL simpler'
-url='https://threejs.org/'
-arch=(any)
-license=(MIT)
-depends=()
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mrdoob/three.js/archive/$pkgver.tar.gz;)
-sha256sums=('b0041326d79e80b9ffc0869214a219b03d30a661ce4582b22c408cd190848ef5')
-
-package() {
-  cd $pkgname-$pkgver
-  mkdir -p "$pkgdir"/usr/share/threejs
-  install -Dm644 build/*.js "$pkgdir"/usr/share/threejs/
-# Needed by sagemath
-  install -Dm644 examples/js/controls/OrbitControls.js 
"$pkgdir"/usr/share/threejs/
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: three.js/repos/community-any/PKGBUILD (from rev 252585, 
three.js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-19 18:47:37 UTC (rev 252586)
@@ -0,0 +1,21 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=three.js
+pkgver=r87
+pkgrel=1
+pkgdesc='A JavaScript 3D Library which makes WebGL simpler'
+url='https://threejs.org/'
+arch=(any)
+license=(MIT)
+depends=()
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mrdoob/three.js/archive/$pkgver.tar.gz;)
+sha256sums=('03ff16b26e92421d3395eb79899bff3df8e7968c4466dae8a40dc7398aca0acf')
+
+package() {
+  cd $pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/threejs
+  install -Dm644 build/*.js "$pkgdir"/usr/share/threejs/
+# Needed by sagemath
+  install -Dm644 examples/js/controls/OrbitControls.js 
"$pkgdir"/usr/share/threejs/
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in three.js/trunk (PKGBUILD)

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 18:47:08
  Author: arojas
Revision: 252585

Update to r87

Modified:
  three.js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 18:01:03 UTC (rev 252584)
+++ PKGBUILD2017-08-19 18:47:08 UTC (rev 252585)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=three.js
-pkgver=r86
+pkgver=r87
 pkgrel=1
 pkgdesc='A JavaScript 3D Library which makes WebGL simpler'
 url='https://threejs.org/'
@@ -9,7 +9,7 @@
 license=(MIT)
 depends=()
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mrdoob/three.js/archive/$pkgver.tar.gz;)
-sha256sums=('b0041326d79e80b9ffc0869214a219b03d30a661ce4582b22c408cd190848ef5')
+sha256sums=('03ff16b26e92421d3395eb79899bff3df8e7968c4466dae8a40dc7398aca0acf')
 
 package() {
   cd $pkgname-$pkgver


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 18:25:45
  Author: arojas
Revision: 302887

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-19 18:25:12 UTC (rev 302886)
+++ extra-i686/PKGBUILD 2017-08-19 18:25:45 UTC (rev 302887)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktexteditor
-pkgver=5.37.0
-pkgrel=1
-pkgdesc='Advanced embeddable text editor'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('kparts' 'syntax-highlighting' 'libgit2')
-makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
-groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('7ae65ca215a53dc4e35877069004c748d8a8b504aecbeaa3b916b8c96dd00478'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DBUILD_QCH=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ktexteditor/repos/extra-i686/PKGBUILD (from rev 302886, 
ktexteditor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-19 18:25:45 UTC (rev 302887)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.37.0
+pkgrel=2
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts' 'syntax-highlighting' 'libgit2' 'editorconfig-core-c')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('7ae65ca215a53dc4e35877069004c748d8a8b504aecbeaa3b916b8c96dd00478'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-19 18:25:12 UTC (rev 302886)
+++ extra-x86_64/PKGBUILD   2017-08-19 18:25:45 UTC (rev 302887)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktexteditor
-pkgver=5.37.0
-pkgrel=1
-pkgdesc='Advanced embeddable text editor'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('kparts' 'syntax-highlighting' 'libgit2')
-makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
-groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('7ae65ca215a53dc4e35877069004c748d8a8b504aecbeaa3b916b8c96dd00478'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DBUILD_QCH=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ktexteditor/repos/extra-x86_64/PKGBUILD (from rev 302886, 
ktexteditor/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-19 18:25:45 UTC (rev 302887)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# 

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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 18:25:12
  Author: arojas
Revision: 302886

Add editorconfig support (FS#55062)

Modified:
  ktexteditor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 18:21:13 UTC (rev 302885)
+++ PKGBUILD2017-08-19 18:25:12 UTC (rev 302886)
@@ -4,12 +4,12 @@
 
 pkgname=ktexteditor
 pkgver=5.37.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Advanced embeddable text editor'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
 license=('LGPL')
-depends=('kparts' 'syntax-highlighting' 'libgit2')
+depends=('kparts' 'syntax-highlighting' 'libgit2' 'editorconfig-core-c')
 makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
 groups=('kf5')
 
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})


[arch-commits] Commit in editorconfig-core-c (5 files)

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 18:21:13
  Author: arojas
Revision: 302885

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

Added:
  editorconfig-core-c/repos/
  editorconfig-core-c/repos/extra-i686/
  editorconfig-core-c/repos/extra-i686/PKGBUILD
(from rev 302884, editorconfig-core-c/trunk/PKGBUILD)
  editorconfig-core-c/repos/extra-x86_64/
  editorconfig-core-c/repos/extra-x86_64/PKGBUILD
(from rev 302884, editorconfig-core-c/trunk/PKGBUILD)

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

Copied: editorconfig-core-c/repos/extra-i686/PKGBUILD (from rev 302884, 
editorconfig-core-c/trunk/PKGBUILD)
===
--- repos/extra-i686/PKGBUILD   (rev 0)
+++ repos/extra-i686/PKGBUILD   2017-08-19 18:21:13 UTC (rev 302885)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Matt Harrison 
+# Contributor: Erik van der Kolk 
+# Contributor: Hong Xu
+
+pkgname=editorconfig-core-c
+pkgver=0.12.1
+pkgrel=2
+pkgdesc="EditorConfig core code written in C (for use by plugins supporting 
EditorConfig parsing)"
+arch=(i686 x86_64)
+url="https://github.com/editorconfig/editorconfig-core-c;
+license=(BSD)
+depends=(pcre)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/editorconfig/${pkgname}/archive/v$pkgver.tar.gz;)
+sha256sums=('c7bd714c73f01edde583b059b51078173aa85a36fa05bb9652d35a75fe0ac372')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DINSTALL_HTML_DOC=ON \
+  -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: editorconfig-core-c/repos/extra-x86_64/PKGBUILD (from rev 302884, 
editorconfig-core-c/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2017-08-19 18:21:13 UTC (rev 302885)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Matt Harrison 
+# Contributor: Erik van der Kolk 
+# Contributor: Hong Xu
+
+pkgname=editorconfig-core-c
+pkgver=0.12.1
+pkgrel=2
+pkgdesc="EditorConfig core code written in C (for use by plugins supporting 
EditorConfig parsing)"
+arch=(i686 x86_64)
+url="https://github.com/editorconfig/editorconfig-core-c;
+license=(BSD)
+depends=(pcre)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/editorconfig/${pkgname}/archive/v$pkgver.tar.gz;)
+sha256sums=('c7bd714c73f01edde583b059b51078173aa85a36fa05bb9652d35a75fe0ac372')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DINSTALL_HTML_DOC=ON \
+  -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (3 files)

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 18:20:37
  Author: arojas
Revision: 302884

New ktexteditor dependency

Added:
  editorconfig-core-c/
  editorconfig-core-c/trunk/
  editorconfig-core-c/trunk/PKGBUILD

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

Added: editorconfig-core-c/trunk/PKGBUILD
===
--- editorconfig-core-c/trunk/PKGBUILD  (rev 0)
+++ editorconfig-core-c/trunk/PKGBUILD  2017-08-19 18:20:37 UTC (rev 302884)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Matt Harrison 
+# Contributor: Erik van der Kolk 
+# Contributor: Hong Xu
+
+pkgname=editorconfig-core-c
+pkgver=0.12.1
+pkgrel=2
+pkgdesc="EditorConfig core code written in C (for use by plugins supporting 
EditorConfig parsing)"
+arch=(i686 x86_64)
+url="https://github.com/editorconfig/editorconfig-core-c;
+license=(BSD)
+depends=(pcre)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/editorconfig/${pkgname}/archive/v$pkgver.tar.gz;)
+sha256sums=('c7bd714c73f01edde583b059b51078173aa85a36fa05bb9652d35a75fe0ac372')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DINSTALL_HTML_DOC=ON \
+  -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-pyasn1/repos (testing-any testing-any/PKGBUILD)

2017-08-19 Thread Felix Yan
Date: Saturday, August 19, 2017 @ 18:09:21
  Author: felixonmars
Revision: 302883

archrelease: copy trunk to testing-any

Added:
  python-pyasn1/repos/testing-any/
  python-pyasn1/repos/testing-any/PKGBUILD
(from rev 302882, python-pyasn1/trunk/PKGBUILD)

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

Copied: python-pyasn1/repos/testing-any/PKGBUILD (from rev 302882, 
python-pyasn1/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-08-19 18:09:21 UTC (rev 302883)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgbase=python-pyasn1
+pkgname=('python-pyasn1' 'python2-pyasn1')
+pkgver=0.3.2
+pkgrel=1
+arch=('any')
+url="http://sourceforge.net/projects/pyasn1/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+replaces=('pyasn1')
+provides=('pyasn1')
+source=(https://pypi.io/packages/source/p/pyasn1/pyasn1-$pkgver.tar.gz)
+sha512sums=('afa1482ccfb00c61d13ba0b66347b546f42e56677e34fdf35a3287dda75224f0611f7c65777be0d86c88e657932ee0456f40eb39ace24d7e04a643365ce289e0')
+
+check() {
+  cd pyasn1-${pkgver}
+  python2 setup.py test
+  python setup.py test
+}
+
+package_python-pyasn1() {
+  pkgdesc="ASN.1 library for Python 3"
+  depends=('python')
+
+  cd pyasn1-${pkgver}
+  python setup.py install --root="${pkgdir}"
+  install -D -m 644 LICENSE.rst 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pyasn1() {
+  pkgdesc="ASN.1 library for Python 2"
+  depends=('python2')
+
+  cd pyasn1-${pkgver}
+  python2 setup.py install --root="${pkgdir}"
+  install -D -m 644 LICENSE.rst 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-08-19 Thread Felix Yan
Date: Saturday, August 19, 2017 @ 18:09:05
  Author: felixonmars
Revision: 302882

upgpkg: python-pyasn1 0.3.2-1

Modified:
  python-pyasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 18:07:00 UTC (rev 302881)
+++ PKGBUILD2017-08-19 18:09:05 UTC (rev 302882)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pyasn1
 pkgname=('python-pyasn1' 'python2-pyasn1')
-pkgver=0.3.1
+pkgver=0.3.2
 pkgrel=1
 arch=('any')
 url="http://sourceforge.net/projects/pyasn1/;
@@ -12,7 +12,7 @@
 replaces=('pyasn1')
 provides=('pyasn1')
 source=(https://pypi.io/packages/source/p/pyasn1/pyasn1-$pkgver.tar.gz)
-sha1sums=('41c50f49fa343ee119e2a00f1ced7281dba2760f')
+sha512sums=('afa1482ccfb00c61d13ba0b66347b546f42e56677e34fdf35a3287dda75224f0611f7c65777be0d86c88e657932ee0456f40eb39ace24d7e04a643365ce289e0')
 
 check() {
   cd pyasn1-${pkgver}


[arch-commits] Commit in python-pyasn1-modules/repos (2 files)

2017-08-19 Thread Felix Yan
Date: Saturday, August 19, 2017 @ 18:07:00
  Author: felixonmars
Revision: 302881

archrelease: copy trunk to testing-any

Added:
  python-pyasn1-modules/repos/testing-any/
  python-pyasn1-modules/repos/testing-any/PKGBUILD
(from rev 302880, python-pyasn1-modules/trunk/PKGBUILD)

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

Copied: python-pyasn1-modules/repos/testing-any/PKGBUILD (from rev 302880, 
python-pyasn1-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-08-19 18:07:00 UTC (rev 302881)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pyasn1-modules
+pkgname=('python-pyasn1-modules' 'python2-pyasn1-modules')
+pkgver=0.0.11
+pkgrel=1
+pkgdesc="A collection of ASN.1-based protocols modules"
+arch=('any')
+license=('BSD')
+url="http://pypi.python.org/pypi/pyasn1-modules;
+makedepends=('python-pyasn1' 'python2-pyasn1' 'python-setuptools' 
'python2-setuptools')
+source=("https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules-$pkgver.tar.gz;)
+sha512sums=('0c9943f1fe49453a97ede8aa14248340dc1e331d0d80fa948b507743d3f30fe61d99323b99ca43930d22c863611ae4a2bd9859726620756f345ff2d5873efb8d')
+
+prepare() {
+  cp -a pyasn1-modules-$pkgver{,-py2}
+}
+
+build() {
+  # Build python 3 module
+  cd "$srcdir"/pyasn1-modules-$pkgver
+  python3 setup.py build
+ 
+  # Build python 2 module
+  cd "$srcdir"/pyasn1-modules-$pkgver-py2
+  python2 setup.py build
+}
+ 
+package_python-pyasn1-modules() {
+  depends=('python-pyopenssl' 'python-pyasn1')
+ 
+  cd pyasn1-modules-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+ 
+package_python2-pyasn1-modules() {
+  depends=('python2-pyopenssl' 'python2-pyasn1')
+ 
+  cd pyasn1-modules-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2017-08-19 Thread Felix Yan
Date: Saturday, August 19, 2017 @ 18:06:43
  Author: felixonmars
Revision: 302880

upgpkg: python-pyasn1-modules 0.0.11-1

Modified:
  python-pyasn1-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 14:45:21 UTC (rev 302879)
+++ PKGBUILD2017-08-19 18:06:43 UTC (rev 302880)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pyasn1-modules
 pkgname=('python-pyasn1-modules' 'python2-pyasn1-modules')
-pkgver=0.0.9
+pkgver=0.0.11
 pkgrel=1
 pkgdesc="A collection of ASN.1-based protocols modules"
 arch=('any')
@@ -11,7 +11,7 @@
 url="http://pypi.python.org/pypi/pyasn1-modules;
 makedepends=('python-pyasn1' 'python2-pyasn1' 'python-setuptools' 
'python2-setuptools')
 
source=("https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules-$pkgver.tar.gz;)
-sha512sums=('5f00192493b50998e6d8b44d2f6134124e60166fb8d0ec22a6108fa1cf8f2e5cf134326f94347029fbf15319ff36070bf68eb13c306f3839f36c42df4c7b5f64')
+sha512sums=('0c9943f1fe49453a97ede8aa14248340dc1e331d0d80fa948b507743d3f30fe61d99323b99ca43930d22c863611ae4a2bd9859726620756f345ff2d5873efb8d')
 
 prepare() {
   cp -a pyasn1-modules-$pkgver{,-py2}


[arch-commits] Commit in python2-rpy2 (5 files)

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 18:01:03
  Author: arojas
Revision: 252584

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

Added:
  python2-rpy2/repos/
  python2-rpy2/repos/community-i686/
  python2-rpy2/repos/community-i686/PKGBUILD
(from rev 252583, python2-rpy2/trunk/PKGBUILD)
  python2-rpy2/repos/community-x86_64/
  python2-rpy2/repos/community-x86_64/PKGBUILD
(from rev 252583, python2-rpy2/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   31 +++
 community-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: python2-rpy2/repos/community-i686/PKGBUILD (from rev 252583, 
python2-rpy2/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2017-08-19 18:01:03 UTC (rev 252584)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 231390 2017-05-30 17:11:33Z arojas $
+# Maintainer: Antonio Rojas 
+# Contributor: Oliver Sherouse 
+# Contributor: David Scholl  
+# Contributor: David Pretty  
+
+pkgname=python2-rpy2
+pkgver=2.8.6
+pkgrel=2
+pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
+arch=(i686 x86_64)
+url="http://rpy.sourceforge.net/;
+license=(MPL GPL LGPL)
+depends=(python2-numpy r)
+makedepends=(python2-setuptools)
+source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
+sha256sums=('004d13734a7b9a85cbc1e7a93ec87df741e28db1273ab5b0d9efaac04a9c5f98')
+
+prepare() {
+  cd rpy2-$pkgver
+  sed -i "s:Rlapack:lapack:" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+}
+
+package() {
+  cd rpy2-$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/lib/python2.7/site-packages/rpy2/tests.py
+}

Copied: python2-rpy2/repos/community-x86_64/PKGBUILD (from rev 252583, 
python2-rpy2/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-08-19 18:01:03 UTC (rev 252584)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 231390 2017-05-30 17:11:33Z arojas $
+# Maintainer: Antonio Rojas 
+# Contributor: Oliver Sherouse 
+# Contributor: David Scholl  
+# Contributor: David Pretty  
+
+pkgname=python2-rpy2
+pkgver=2.8.6
+pkgrel=2
+pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
+arch=(i686 x86_64)
+url="http://rpy.sourceforge.net/;
+license=(MPL GPL LGPL)
+depends=(python2-numpy r)
+makedepends=(python2-setuptools)
+source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
+sha256sums=('004d13734a7b9a85cbc1e7a93ec87df741e28db1273ab5b0d9efaac04a9c5f98')
+
+prepare() {
+  cd rpy2-$pkgver
+  sed -i "s:Rlapack:lapack:" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+}
+
+package() {
+  cd rpy2-$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/lib/python2.7/site-packages/rpy2/tests.py
+}


[arch-commits] Commit in (3 files)

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 18:00:18
  Author: arojas
Revision: 252583

Add python2-rpy2 package

Added:
  python2-rpy2/
  python2-rpy2/trunk/
  python2-rpy2/trunk/PKGBUILD

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

Added: python2-rpy2/trunk/PKGBUILD
===
--- python2-rpy2/trunk/PKGBUILD (rev 0)
+++ python2-rpy2/trunk/PKGBUILD 2017-08-19 18:00:18 UTC (rev 252583)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 231390 2017-05-30 17:11:33Z arojas $
+# Maintainer: Antonio Rojas 
+# Contributor: Oliver Sherouse 
+# Contributor: David Scholl  
+# Contributor: David Pretty  
+
+pkgname=python2-rpy2
+pkgver=2.8.6
+pkgrel=2
+pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
+arch=(i686 x86_64)
+url="http://rpy.sourceforge.net/;
+license=(MPL GPL LGPL)
+depends=(python2-numpy r)
+makedepends=(python2-setuptools)
+source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
+sha256sums=('004d13734a7b9a85cbc1e7a93ec87df741e28db1273ab5b0d9efaac04a9c5f98')
+
+prepare() {
+  cd rpy2-$pkgver
+  sed -i "s:Rlapack:lapack:" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+}
+
+package() {
+  cd rpy2-$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/lib/python2.7/site-packages/rpy2/tests.py
+}


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 17:56:56
  Author: arojas
Revision: 252581

Update to 2.9.0, no longer supports Python2

Modified:
  python-rpy2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 16:57:11 UTC (rev 252580)
+++ PKGBUILD2017-08-19 17:56:56 UTC (rev 252581)
@@ -4,17 +4,17 @@
 # Contributor: David Scholl  
 # Contributor: David Pretty  
 
-pkgbase=python-rpy2
-pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.8.6
+pkgname=python-rpy2
+pkgver=2.9.0
 pkgrel=1
 pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
 arch=(i686 x86_64)
 url="http://rpy.sourceforge.net/;
 license=(MPL GPL LGPL)
-makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
+depends=(python-numpy r)
+makedepends=(python-setuptools)
 source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-sha256sums=('004d13734a7b9a85cbc1e7a93ec87df741e28db1273ab5b0d9efaac04a9c5f98')
+sha256sums=('d1e6c109093965f717293b6c3a8d22d9c172c3721b6a8360c84572dcb284112f')
 
 prepare() {
   cd rpy2-$pkgver
@@ -23,18 +23,8 @@
   sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
 }
 
-package_python2-rpy2() {
-  depends=(python2-numpy r python2-singledispatch)
+package() {
   cd rpy2-$pkgver
 
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/lib/python2.7/site-packages/rpy2/tests.py
-}
-
-package_python-rpy2() {
-  depends=(python-numpy r)
-  cd rpy2-$pkgver
-
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
 }
-


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 17:57:34
  Author: arojas
Revision: 252582

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-19 17:56:56 UTC (rev 252581)
+++ community-i686/PKGBUILD 2017-08-19 17:57:34 UTC (rev 252582)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Oliver Sherouse 
-# Contributor: David Scholl  
-# Contributor: David Pretty  
-
-pkgbase=python-rpy2
-pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.8.6
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
-arch=(i686 x86_64)
-url="http://rpy.sourceforge.net/;
-license=(MPL GPL LGPL)
-makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
-source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-sha256sums=('004d13734a7b9a85cbc1e7a93ec87df741e28db1273ab5b0d9efaac04a9c5f98')
-
-prepare() {
-  cd rpy2-$pkgver
-  sed -i "s:Rlapack:lapack:" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
-}
-
-package_python2-rpy2() {
-  depends=(python2-numpy r python2-singledispatch)
-  cd rpy2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/lib/python2.7/site-packages/rpy2/tests.py
-}
-
-package_python-rpy2() {
-  depends=(python-numpy r)
-  cd rpy2-$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-

Copied: python-rpy2/repos/community-i686/PKGBUILD (from rev 252581, 
python-rpy2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-19 17:57:34 UTC (rev 252582)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Oliver Sherouse 
+# Contributor: David Scholl  
+# Contributor: David Pretty  
+
+pkgname=python-rpy2
+pkgver=2.9.0
+pkgrel=1
+pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
+arch=(i686 x86_64)
+url="http://rpy.sourceforge.net/;
+license=(MPL GPL LGPL)
+depends=(python-numpy r)
+makedepends=(python-setuptools)
+source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
+sha256sums=('d1e6c109093965f717293b6c3a8d22d9c172c3721b6a8360c84572dcb284112f')
+
+prepare() {
+  cd rpy2-$pkgver
+  sed -i "s:Rlapack:lapack:" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+}
+
+package() {
+  cd rpy2-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-19 17:56:56 UTC (rev 252581)
+++ community-x86_64/PKGBUILD   2017-08-19 17:57:34 UTC (rev 252582)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Oliver Sherouse 
-# Contributor: David Scholl  
-# Contributor: David Pretty  
-
-pkgbase=python-rpy2
-pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.8.6
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
-arch=(i686 x86_64)
-url="http://rpy.sourceforge.net/;
-license=(MPL GPL LGPL)
-makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
-source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-sha256sums=('004d13734a7b9a85cbc1e7a93ec87df741e28db1273ab5b0d9efaac04a9c5f98')
-
-prepare() {
-  cd rpy2-$pkgver
-  sed -i "s:Rlapack:lapack:" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
-}
-
-package_python2-rpy2() {
-  depends=(python2-numpy r python2-singledispatch)
-  cd rpy2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  sed -e 

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

2017-08-19 Thread Bruno Pagani
Date: Saturday, August 19, 2017 @ 16:57:11
  Author: archange
Revision: 252580

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

Added:
  nodejs-lts-boron/repos/community-i686/PKGBUILD
(from rev 252579, nodejs-lts-boron/trunk/PKGBUILD)
  nodejs-lts-boron/repos/community-x86_64/PKGBUILD
(from rev 252579, nodejs-lts-boron/trunk/PKGBUILD)
Deleted:
  nodejs-lts-boron/repos/community-i686/PKGBUILD
  nodejs-lts-boron/repos/community-i686/fix-gcc7.patch
  nodejs-lts-boron/repos/community-x86_64/PKGBUILD
  nodejs-lts-boron/repos/community-x86_64/fix-gcc7.patch

-+
 /PKGBUILD   |  126 ++
 community-i686/PKGBUILD |   65 ---
 community-i686/fix-gcc7.patch   |   70 -
 community-x86_64/PKGBUILD   |   65 ---
 community-x86_64/fix-gcc7.patch |   70 -
 5 files changed, 126 insertions(+), 270 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-19 16:44:26 UTC (rev 252579)
+++ community-i686/PKGBUILD 2017-08-19 16:57:11 UTC (rev 252580)
@@ -1,65 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-
-pkgname=nodejs-lts-boron
-pkgver=6.11.1
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript (LTS release: Boron)'
-arch=('i686' 'x86_64')
-url='https://nodejs.org/'
-license=('MIT')
-depends=('openssl-1.0' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-provides=('nodejs')
-conflicts=('nodejs')
-source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz"
-'fix-gcc7.patch')
-sha256sums=('6f6655b85919aa54cb045a6d69a226849802fcc26491d0db4ce59873e41cc2b8'
-'f2044670abfda0d17690bb36c4124f97e4a915e726de6fa0a12da70d018863b3')
-
-prepare() {
-  cd node-v${pkgver}
-
-  patch -p1 -i ../fix-gcc7.patch
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v${pkgver}
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---shared-http-parser \
---shared-cares
-
-  make
-}
-
-check() {
-  cd node-v${pkgver}
-  # At least two expected failures because of OpenSSL 1.1 vs 1.0
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-v${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/nodejs/LICENSE
-}

Copied: nodejs-lts-boron/repos/community-i686/PKGBUILD (from rev 252579, 
nodejs-lts-boron/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-19 16:57:11 UTC (rev 252580)
@@ -0,0 +1,63 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+
+pkgname=nodejs-lts-boron
+pkgver=6.11.2
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript (LTS release: Boron)'
+arch=('i686' 'x86_64')
+url='https://nodejs.org/'
+license=('MIT')
+depends=('openssl-1.0' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+provides=('nodejs')
+conflicts=('nodejs')
+source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
+# "${url}/dist/v${pkgver}/SHASUMS256.txt"{,.sig} or .asc to check
+sha256sums=('04af4992238b19124ea56f1bcfda36827613a24eb3b00fc3b50f261a415a26e4')
+#validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8') # Myles Borins 

+
+prepare() {
+  cd node-v${pkgver}
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v${pkgver}
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--shared-http-parser \
+--shared-cares
+
+  make
+}
+
+check() {
+  cd node-v${pkgver}
+  # At least two expected 

[arch-commits] Commit in nodejs-lts-boron/trunk (PKGBUILD fix-gcc7.patch)

2017-08-19 Thread Bruno Pagani
Date: Saturday, August 19, 2017 @ 16:44:26
  Author: archange
Revision: 252579

upgpkg: nodejs-lts-boron 6.11.2-1

Modified:
  nodejs-lts-boron/trunk/PKGBUILD
Deleted:
  nodejs-lts-boron/trunk/fix-gcc7.patch

+
 PKGBUILD   |   12 +++--
 fix-gcc7.patch |   70 ---
 2 files changed, 5 insertions(+), 77 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 16:30:53 UTC (rev 252578)
+++ PKGBUILD2017-08-19 16:44:26 UTC (rev 252579)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
 
 pkgname=nodejs-lts-boron
-pkgver=6.11.1
+pkgver=6.11.2
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript (LTS release: Boron)'
 arch=('i686' 'x86_64')
@@ -12,16 +12,14 @@
 optdepends=('npm: nodejs package manager')
 provides=('nodejs')
 conflicts=('nodejs')
-source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz"
-'fix-gcc7.patch')
-sha256sums=('6f6655b85919aa54cb045a6d69a226849802fcc26491d0db4ce59873e41cc2b8'
-'f2044670abfda0d17690bb36c4124f97e4a915e726de6fa0a12da70d018863b3')
+source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
+# "${url}/dist/v${pkgver}/SHASUMS256.txt"{,.sig} or .asc to check
+sha256sums=('04af4992238b19124ea56f1bcfda36827613a24eb3b00fc3b50f261a415a26e4')
+#validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8') # Myles Borins 

 
 prepare() {
   cd node-v${pkgver}
 
-  patch -p1 -i ../fix-gcc7.patch
-
   msg 'Fixing for python2 name'
   find -type f -exec sed \
 -e 's_^#!/usr/bin/env python$_&2_' \

Deleted: fix-gcc7.patch
===
--- fix-gcc7.patch  2017-08-19 16:30:53 UTC (rev 252578)
+++ fix-gcc7.patch  2017-08-19 16:44:26 UTC (rev 252579)
@@ -1,70 +0,0 @@
 a/deps/v8/src/objects-body-descriptors.h
-+++ b/deps/v8/src/objects-body-descriptors.h
-@@ -99,7 +99,7 @@ class FixedBodyDescriptor final : public BodyDescriptorBase {
- 
-   template 
-   static inline void IterateBody(HeapObject* obj, int object_size) {
--IterateBody(obj);
-+IterateBody(obj);
-   }
- };
- 
 a/deps/v8/src/objects-inl.h
-+++ b/deps/v8/src/objects-inl.h
-@@ -36,6 +36,27 @@
- namespace v8 {
- namespace internal {
- 
-+template 
-+uint32_t HashTable::Hash(Key key) {
-+  if (Shape::UsesSeed) {
-+return Shape::SeededHash(key, GetHeap()->HashSeed());
-+  } else {
-+return Shape::Hash(key);
-+  }
-+}
-+
-+
-+template 
-+uint32_t HashTable::HashForObject(Key key,
-+   Object* object) {
-+  if (Shape::UsesSeed) {
-+return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object);
-+  } else {
-+return Shape::HashForObject(key, object);
-+  }
-+}
-+
-+
- PropertyDetails::PropertyDetails(Smi* smi) {
-   value_ = smi->value();
- }
 a/deps/v8/src/objects.h
-+++ b/deps/v8/src/objects.h
-@@ -3261,22 +3261,10 @@ class HashTableBase : public FixedArray {
- template 
- class HashTable : public HashTableBase {
-  public:
--  // Wrapper methods
--  inline uint32_t Hash(Key key) {
--if (Shape::UsesSeed) {
--  return Shape::SeededHash(key, GetHeap()->HashSeed());
--} else {
--  return Shape::Hash(key);
--}
--  }
--
--  inline uint32_t HashForObject(Key key, Object* object) {
--if (Shape::UsesSeed) {
--  return Shape::SeededHashForObject(key, GetHeap()->HashSeed(), object);
--} else {
--  return Shape::HashForObject(key, object);
--}
--  }
-+  // Wrapper methods.  Defined in src/objects-inl.h
-+  // to break a cycle with src/heap/heap.h.
-+  inline uint32_t Hash(Key key);
-+  inline uint32_t HashForObject(Key key, Object* object);
- 
-   // Returns a new HashTable object.
-   MUST_USE_RESULT static Handle New(


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

2017-08-19 Thread Bruno Pagani
Date: Saturday, August 19, 2017 @ 16:30:53
  Author: archange
Revision: 252578

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

Added:
  libva-utils/repos/community-i686/PKGBUILD
(from rev 252577, libva-utils/trunk/PKGBUILD)
  libva-utils/repos/community-x86_64/PKGBUILD
(from rev 252577, libva-utils/trunk/PKGBUILD)
Deleted:
  libva-utils/repos/community-i686/PKGBUILD
  libva-utils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-19 16:30:03 UTC (rev 252577)
+++ community-i686/PKGBUILD 2017-08-19 16:30:53 UTC (rev 252578)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Sean V Kelley 
-
-pkgname=libva-utils
-pkgver=1.8.2
-pkgrel=1
-pkgdesc="Intel VA-API Media Applications and Scripts for libva"
-arch=('i686' 'x86_64')
-url="https://github.com/01org/libva-utils;
-license=('custom')
-depends=('libva')
-makedepends=('mesa')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('ccae885d9f3b4511081d287816c56bd7dda98e5947e6254ebe60d08e86c6ba4a')
-
-build() {
-cd ${pkgname}-${pkgver}
-./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="$pkgdir" install
-install -Dm644 COPYING "$pkgdir"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libva-utils/repos/community-i686/PKGBUILD (from rev 252577, 
libva-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-19 16:30:53 UTC (rev 252578)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: Sean V Kelley 
+
+pkgname=libva-utils
+pkgver=1.8.3
+pkgrel=1
+pkgdesc="Intel VA-API Media Applications and Scripts for libva"
+arch=('i686' 'x86_64')
+url="https://github.com/01org/libva-utils;
+license=('custom')
+depends=('libva')
+makedepends=('mesa')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('db5df4ae6f6cc572de9ebb2be995f1577226fdd182545793d8de98592c9f7a88')
+
+build() {
+cd ${pkgname}-${pkgver}
+./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="$pkgdir" install
+install -Dm644 COPYING "$pkgdir"/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-19 16:30:03 UTC (rev 252577)
+++ community-x86_64/PKGBUILD   2017-08-19 16:30:53 UTC (rev 252578)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Sean V Kelley 
-
-pkgname=libva-utils
-pkgver=1.8.2
-pkgrel=1
-pkgdesc="Intel VA-API Media Applications and Scripts for libva"
-arch=('i686' 'x86_64')
-url="https://github.com/01org/libva-utils;
-license=('custom')
-depends=('libva')
-makedepends=('mesa')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('ccae885d9f3b4511081d287816c56bd7dda98e5947e6254ebe60d08e86c6ba4a')
-
-build() {
-cd ${pkgname}-${pkgver}
-./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="$pkgdir" install
-install -Dm644 COPYING "$pkgdir"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libva-utils/repos/community-x86_64/PKGBUILD (from rev 252577, 
libva-utils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-19 16:30:53 UTC (rev 252578)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: Sean V Kelley 
+
+pkgname=libva-utils
+pkgver=1.8.3
+pkgrel=1
+pkgdesc="Intel VA-API Media Applications and Scripts for libva"
+arch=('i686' 'x86_64')
+url="https://github.com/01org/libva-utils;
+license=('custom')
+depends=('libva')
+makedepends=('mesa')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('db5df4ae6f6cc572de9ebb2be995f1577226fdd182545793d8de98592c9f7a88')
+
+build() {
+cd ${pkgname}-${pkgver}
+./autogen.sh \
+--prefix=/usr \
+   

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

2017-08-19 Thread Bruno Pagani
Date: Saturday, August 19, 2017 @ 16:30:03
  Author: archange
Revision: 252577

upgpkg: libva-utils 1.8.3-1

Modified:
  libva-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 15:20:36 UTC (rev 252576)
+++ PKGBUILD2017-08-19 16:30:03 UTC (rev 252577)
@@ -2,7 +2,7 @@
 # Contributor: Sean V Kelley 
 
 pkgname=libva-utils
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc="Intel VA-API Media Applications and Scripts for libva"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('libva')
 makedepends=('mesa')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('ccae885d9f3b4511081d287816c56bd7dda98e5947e6254ebe60d08e86c6ba4a')
+sha256sums=('db5df4ae6f6cc572de9ebb2be995f1577226fdd182545793d8de98592c9f7a88')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2017-08-19 Thread Felix Yan
Date: Saturday, August 19, 2017 @ 15:18:46
  Author: felixonmars
Revision: 252574

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

Added:
  hopenpgp-tools/repos/community-staging-i686/
  hopenpgp-tools/repos/community-staging-i686/PKGBUILD
(from rev 252573, hopenpgp-tools/trunk/PKGBUILD)
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 252573, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-i686/PKGBUILD (from rev 252573, 
hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-19 15:18:46 UTC (rev 252574)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=153
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-ansi-wl-pprint" 
"haskell-attoparsec"
+ "haskell-base16-bytestring" "haskell-binary-conduit" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-pubkey" "haskell-cryptohash" 
"haskell-errors"
+ "haskell-fgl" "haskell-graphviz" "haskell-hopenpgp" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-types" "haskell-ixset-typed" 
"haskell-lens"
+ "haskell-monad-loops" "haskell-openpgp-asciiarmor" 
"haskell-optparse-applicative"
+ "haskell-resourcet" "haskell-text" "haskell-time-locale-compat" 
"haskell-wl-pprint-extras"
+ "haskell-wl-pprint-terminfo" "haskell-yaml")
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
252573, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-19 15:18:46 UTC (rev 252574)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=153
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-ansi-wl-pprint" 
"haskell-attoparsec"
+ "haskell-base16-bytestring" "haskell-binary-conduit" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-pubkey" "haskell-cryptohash" 
"haskell-errors"
+ "haskell-fgl" "haskell-graphviz" "haskell-hopenpgp" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-types" "haskell-ixset-typed" 
"haskell-lens"
+ "haskell-monad-loops" "haskell-openpgp-asciiarmor" 
"haskell-optparse-applicative"
+ "haskell-resourcet" "haskell-text" "haskell-time-locale-compat" 
"haskell-wl-pprint-extras"
+ "haskell-wl-pprint-terminfo" "haskell-yaml")
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


  1   2   >