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

2017-05-19 Thread Felix Yan
Date: Saturday, May 20, 2017 @ 06:59:35
  Author: felixonmars
Revision: 228672

upgpkg: hopenpgp-tools 0.19.4-89

rebuild with conduit-extra,1.1.16

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-20 06:54:08 UTC (rev 228671)
+++ PKGBUILD2017-05-20 06:59:35 UTC (rev 228672)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.4
-pkgrel=88
+pkgrel=89
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools";
 license=("AGPL3")


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

2017-05-19 Thread Felix Yan
Date: Saturday, May 20, 2017 @ 06:54:08
  Author: felixonmars
Revision: 228671

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

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

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

Copied: haskell-hopenpgp/repos/community-staging-i686/PKGBUILD (from rev 
228670, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-20 06:54:08 UTC (rev 228671)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=64
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 
'haskell-bzlib'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-data-default-class' 
'haskell-errors'
+ 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 
'haskell-resourcet'
+ 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-wl-pprint-extras'
+ 'haskell-zlib')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('f480201a10f14150adc290c81d38e7b6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
228670, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-20 06:54:08 UTC (rev 228671)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=64
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 
'haskell-bzlib'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-data-default-class' 
'haskell-errors'
+ 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 
'haskell-resourcet'
+ 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-wl-pprint-extras'
+ 'haskell-zlib')
+source=

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

2017-05-19 Thread Felix Yan
Date: Saturday, May 20, 2017 @ 06:53:46
  Author: felixonmars
Revision: 228670

upgpkg: haskell-hopenpgp 2.5.5-64

rebuild with conduit-extra,1.1.16

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-20 06:52:59 UTC (rev 228669)
+++ PKGBUILD2017-05-20 06:53:46 UTC (rev 228670)
@@ -4,7 +4,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.5.5
-pkgrel=63
+pkgrel=64
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/";
 license=('MIT')


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

2017-05-19 Thread Felix Yan
Date: Saturday, May 20, 2017 @ 06:52:32
  Author: felixonmars
Revision: 228668

upgpkg: git-annex 6.20170519-1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-20 06:38:57 UTC (rev 228667)
+++ PKGBUILD2017-05-20 06:52:32 UTC (rev 228668)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=6.20170510
-pkgrel=6
+pkgver=6.20170519
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")
@@ -18,13 +18,13 @@
  "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions" 
"haskell-fdo-notify"
  "haskell-feed" "haskell-hinotify" "haskell-hslogger" 
"haskell-http-client"
  "haskell-http-conduit" "haskell-http-types" "haskell-ifelse" 
"haskell-magic"
- "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" 
"haskell-mountpoints"
+ "haskell-memory" "haskell-monad-control" "haskell-monad-logger" 
"haskell-mountpoints"
  "haskell-mtl" "haskell-network" "haskell-network-info" 
"haskell-network-multicast"
  "haskell-network-uri" "haskell-old-locale" 
"haskell-optparse-applicative"
  "haskell-path-pieces" "haskell-persistent" 
"haskell-persistent-sqlite"
  "haskell-persistent-template" "haskell-quickcheck" 
"haskell-random"
  "haskell-regex-tdfa" "haskell-resourcet" "haskell-safesemaphore" 
"haskell-sandi"
- "haskell-securemem" "haskell-shakespeare" "haskell-socks" 
"haskell-stm"
+ "haskell-securemem" "haskell-shakespeare" "haskell-socks" 
"haskell-split" "haskell-stm"
  "haskell-stm-chans" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
  "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
  "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-uuid" "haskell-wai"


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

2017-05-19 Thread Felix Yan
Date: Saturday, May 20, 2017 @ 06:52:59
  Author: felixonmars
Revision: 228669

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

Added:
  git-annex/repos/community-i686/PKGBUILD
(from rev 228668, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-x86_64/PKGBUILD
(from rev 228668, git-annex/trunk/PKGBUILD)
Deleted:
  git-annex/repos/community-i686/PKGBUILD
  git-annex/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-20 06:52:32 UTC (rev 228668)
+++ community-i686/PKGBUILD 2017-05-20 06:52:59 UTC (rev 228669)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=git-annex
-pkgver=6.20170510
-pkgrel=5
-pkgdesc="Manage files with git, without checking their contents into git"
-url="http://git-annex.branchable.com/";
-license=("AGPL3")
-arch=('i686' 'x86_64')
-depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
-makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
- "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
- "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
- "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" 
"haskell-dav"
- "haskell-dbus" "haskell-disk-free-space" "haskell-dlist" 
"haskell-dns"
- "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions" 
"haskell-fdo-notify"
- "haskell-feed" "haskell-hinotify" "haskell-hslogger" 
"haskell-http-client"
- "haskell-http-conduit" "haskell-http-types" "haskell-ifelse" 
"haskell-magic"
- "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" 
"haskell-mountpoints"
- "haskell-mtl" "haskell-network" "haskell-network-info" 
"haskell-network-multicast"
- "haskell-network-uri" "haskell-old-locale" 
"haskell-optparse-applicative"
- "haskell-path-pieces" "haskell-persistent" 
"haskell-persistent-sqlite"
- "haskell-persistent-template" "haskell-quickcheck" 
"haskell-random"
- "haskell-regex-tdfa" "haskell-resourcet" "haskell-safesemaphore" 
"haskell-sandi"
- "haskell-securemem" "haskell-shakespeare" "haskell-socks" 
"haskell-stm"
- "haskell-stm-chans" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
- "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
- "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-uuid" "haskell-wai"
- "haskell-wai-extra" "haskell-warp" "haskell-warp-tls" 
"haskell-yesod"
- "haskell-yesod-core" "haskell-yesod-default" "haskell-yesod-form"
- "haskell-yesod-static")
-source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";)
-sha512sums=('SKIP')
-
-build() {
-  cd git-annex
-  
-  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
--fnetwork-uri -fconcurrentoutput -ftorrentparser \
--ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
--fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
-  runhaskell Setup build
-}
-
-package() {
-  cd git-annex
-  runhaskell Setup copy --destdir="$pkgdir"
-  make DESTDIR="$pkgdir" install-misc
-
-  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
-  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
-}

Copied: git-annex/repos/community-i686/PKGBUILD (from rev 228668, 
git-annex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-20 06:52:59 UTC (rev 228669)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170519
+pkgrel=1
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" 
"haskell-dav"
+ "haskell-dbus" "haskell-disk-free-space" "haskell-dlist" 
"haskell-dns"
+ "haskell-edit-distance" "haskell-esqueleto" "haskell-exception

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

2017-05-19 Thread Felix Yan
Date: Saturday, May 20, 2017 @ 06:38:57
  Author: felixonmars
Revision: 228667

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

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

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

Copied: haskell-dns/repos/community-staging-i686/PKGBUILD (from rev 228666, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-20 06:38:57 UTC (rev 228667)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=2.0.10
+pkgrel=22
+pkgdesc="DNS library in Haskell"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-iproute" "haskell-mtl" "haskell-network" "haskell-random" 
"haskell-resourcet"
+ "haskell-safe")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ba03bc8fe25b58fd066588569eb5707a245cb098181e2d5cca72c239849aa6a3')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-dns/repos/community-staging-x86_64/PKGBUILD (from rev 228666, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-20 06:38:57 UTC (rev 228667)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=2.0.10
+pkgrel=22
+pkgdesc="DNS library in Haskell"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-iproute" "haskell-mtl" "haskell-network" "haskell-random" 
"haskell-resourcet"
+ "haskell-safe")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ba03bc8fe25b58fd066588569eb5707a245cb098181e2d5cca72c239849aa6a3')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/u

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

2017-05-19 Thread Felix Yan
Date: Saturday, May 20, 2017 @ 06:38:34
  Author: felixonmars
Revision: 228666

upgpkg: haskell-dns 2.0.10-22

rebuild with conduit-extra,1.1.16

Modified:
  haskell-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-20 06:36:21 UTC (rev 228665)
+++ PKGBUILD2017-05-20 06:38:34 UTC (rev 228666)
@@ -5,7 +5,7 @@
 _hkgname=dns
 pkgname=haskell-dns
 pkgver=2.0.10
-pkgrel=21
+pkgrel=22
 pkgdesc="DNS library in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


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

2017-05-19 Thread Felix Yan
Date: Saturday, May 20, 2017 @ 06:36:21
  Author: felixonmars
Revision: 228665

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

Added:
  haskell-cryptonite-conduit/repos/community-staging-i686/
  haskell-cryptonite-conduit/repos/community-staging-i686/PKGBUILD
(from rev 228664, haskell-cryptonite-conduit/trunk/PKGBUILD)
  haskell-cryptonite-conduit/repos/community-staging-x86_64/
  haskell-cryptonite-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 228664, haskell-cryptonite-conduit/trunk/PKGBUILD)

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

Copied: haskell-cryptonite-conduit/repos/community-staging-i686/PKGBUILD (from 
rev 228664, haskell-cryptonite-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-20 06:36:21 UTC (rev 228665)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=cryptonite-conduit
+pkgname=haskell-cryptonite-conduit
+pkgver=0.2.0
+pkgrel=15
+pkgdesc="Conduit bridge for cryptonite"
+url="https://github.com/haskell-crypto/cryptonite-conduit";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite' 'haskell-memory'
+ 'haskell-resourcet')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('e46e2022b1e214c00c790caf95791e02')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-cryptonite-conduit/repos/community-staging-x86_64/PKGBUILD 
(from rev 228664, haskell-cryptonite-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-20 06:36:21 UTC (rev 228665)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=cryptonite-conduit
+pkgname=haskell-cryptonite-conduit
+pkgver=0.2.0
+pkgrel=15
+pkgdesc="Conduit bridge for cryptonite"
+url="https://github.com/haskell-crypto/cryptonite-conduit";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite' 'haskell-memory'
+ 'haskell-resourcet')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('e46e2022b1e214c00c790caf95791e02')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-05-19 Thread Felix Yan
Date: Saturday, May 20, 2017 @ 06:35:55
  Author: felixonmars
Revision: 228664

upgpkg: haskell-cryptonite-conduit 0.2.0-15

rebuild with conduit-extra,1.1.16

Modified:
  haskell-cryptonite-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-20 06:34:13 UTC (rev 228663)
+++ PKGBUILD2017-05-20 06:35:55 UTC (rev 228664)
@@ -4,7 +4,7 @@
 _hkgname=cryptonite-conduit
 pkgname=haskell-cryptonite-conduit
 pkgver=0.2.0
-pkgrel=14
+pkgrel=15
 pkgdesc="Conduit bridge for cryptonite"
 url="https://github.com/haskell-crypto/cryptonite-conduit";
 license=('custom:BSD3')


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

2017-05-19 Thread Felix Yan
Date: Saturday, May 20, 2017 @ 06:34:13
  Author: felixonmars
Revision: 228663

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

Added:
  haskell-cryptohash-conduit/repos/community-staging-i686/
  haskell-cryptohash-conduit/repos/community-staging-i686/PKGBUILD
(from rev 228662, haskell-cryptohash-conduit/trunk/PKGBUILD)
  haskell-cryptohash-conduit/repos/community-staging-x86_64/
  haskell-cryptohash-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 228662, haskell-cryptohash-conduit/trunk/PKGBUILD)

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

Copied: haskell-cryptohash-conduit/repos/community-staging-i686/PKGBUILD (from 
rev 228662, haskell-cryptohash-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-20 06:34:13 UTC (rev 228663)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash-conduit
+pkgname=haskell-cryptohash-conduit
+pkgver=0.1.1
+pkgrel=72
+pkgdesc="cryptohash conduit"
+url="http://github.com/vincenthz/hs-cryptohash-conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-conduit" "haskell-conduit-extra" 
"haskell-cryptohash"
+ "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ea516d898d3e34dae6be3e8bc59c9f61a61cb133dbfe84a84bb0ded4b4ce')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-cryptohash-conduit/repos/community-staging-x86_64/PKGBUILD 
(from rev 228662, haskell-cryptohash-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-20 06:34:13 UTC (rev 228663)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash-conduit
+pkgname=haskell-cryptohash-conduit
+pkgver=0.1.1
+pkgrel=72
+pkgdesc="cryptohash conduit"
+url="http://github.com/vincenthz/hs-cryptohash-conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-conduit" "haskell-conduit-extra" 
"haskell-cryptohash"
+ "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ea516d898d3e34dae6be3e8bc59c9f61a61cb133dbfe84a84bb0ded4b4ce')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/$

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

2017-05-19 Thread Felix Yan
Date: Saturday, May 20, 2017 @ 06:33:50
  Author: felixonmars
Revision: 228662

upgpkg: haskell-cryptohash-conduit 0.1.1-72

rebuild with conduit-extra,1.1.16

Modified:
  haskell-cryptohash-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-20 06:32:00 UTC (rev 228661)
+++ PKGBUILD2017-05-20 06:33:50 UTC (rev 228662)
@@ -5,7 +5,7 @@
 _hkgname=cryptohash-conduit
 pkgname=haskell-cryptohash-conduit
 pkgver=0.1.1
-pkgrel=71
+pkgrel=72
 pkgdesc="cryptohash conduit"
 url="http://github.com/vincenthz/hs-cryptohash-conduit";
 license=("custom:BSD3")


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

2017-05-19 Thread Felix Yan
Date: Saturday, May 20, 2017 @ 06:32:00
  Author: felixonmars
Revision: 228661

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

Added:
  haskell-conduit-combinators/repos/community-staging-i686/
  haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD
(from rev 228660, haskell-conduit-combinators/trunk/PKGBUILD)
  haskell-conduit-combinators/repos/community-staging-x86_64/
  haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD
(from rev 228660, haskell-conduit-combinators/trunk/PKGBUILD)

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

Copied: haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD (from 
rev 228660, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-20 06:32:00 UTC (rev 228661)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.1.1
+pkgrel=14
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/snoyberg/mono-traversable";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('a022e80d54d6cae017ae69e04b44fd6f57f8bac6b889e574dc09d30170ac0918')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fmonotrav1
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD 
(from rev 228660, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-20 06:32:00 UTC (rev 228661)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.1.1
+pkgrel=14
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/snoyberg/mono-traversable";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('a022e80d54d6cae017ae69e04b44fd6f57f8bac6b889e574dc09d30170ac0918')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fmonotrav1
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+   

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

2017-05-19 Thread Felix Yan
Date: Saturday, May 20, 2017 @ 06:31:29
  Author: felixonmars
Revision: 228660

upgpkg: haskell-conduit-combinators 1.1.1-14

rebuild with conduit-extra,1.1.16

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-20 06:31:15 UTC (rev 228659)
+++ PKGBUILD2017-05-20 06:31:29 UTC (rev 228660)
@@ -5,7 +5,7 @@
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
 pkgver=1.1.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/snoyberg/mono-traversable";
 license=("MIT")


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

2017-05-19 Thread Felix Yan
Date: Saturday, May 20, 2017 @ 06:31:15
  Author: felixonmars
Revision: 228659

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-20 06:30:48 UTC (rev 228658)
+++ PKGBUILD2017-05-20 06:31:15 UTC (rev 228659)
@@ -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.14.6
-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")
-sha256sums=('f431206d5e89e803b7cf0dd232683eaec769ec168707e9b3d8297dba35137d40')
-
-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 228658, 
ruby-bundler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-20 06:31:15 UTC (rev 228659)
@@ -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.0
+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=('eff2334ad13513416250a8f9b635d010defa00c81a4ee7054e1d139fa3ef27960697ea06ae5c4ecc2ec36c835164e4bb696ebbce62684ecb79bdaf99452c5889')
+
+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 ruby-bundler/trunk (PKGBUILD)

2017-05-19 Thread Felix Yan
Date: Saturday, May 20, 2017 @ 06:30:48
  Author: felixonmars
Revision: 228658

upgpkg: ruby-bundler 1.15.0-1

Modified:
  ruby-bundler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-20 06:28:19 UTC (rev 228657)
+++ PKGBUILD2017-05-20 06:30:48 UTC (rev 228658)
@@ -7,7 +7,7 @@
 
 pkgname=ruby-bundler
 _gemname=${pkgname#ruby-}
-pkgver=1.14.6
+pkgver=1.15.0
 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")
-sha256sums=('f431206d5e89e803b7cf0dd232683eaec769ec168707e9b3d8297dba35137d40')
+sha512sums=('eff2334ad13513416250a8f9b635d010defa00c81a4ee7054e1d139fa3ef27960697ea06ae5c4ecc2ec36c835164e4bb696ebbce62684ecb79bdaf99452c5889')
 
 package() {
   cd "$srcdir"


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

2017-05-19 Thread Felix Yan
Date: Saturday, May 20, 2017 @ 06:28:19
  Author: felixonmars
Revision: 228657

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 228656, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 228656, 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-05-20 06:28:02 UTC (rev 228656)
+++ PKGBUILD2017-05-20 06:28:19 UTC (rev 228657)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.0.8
-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=('2996f9ac53c258c631994850196edfa882ed225130da50a208185c4e50da83c57ad0b438ddee4d6005be8cba24fb05e984cef477c8707213b1effb5bc4cc6ead')
-
-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 228656, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-20 06:28:19 UTC (rev 228657)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.0.9
+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=('7ad05736125377d7a644f4095bc236d92f63e4d70766365ebc85978324f7222747c77c7200f1c10b1a040867bb1c08d8ad05a4f7462543b214a15f02c7d7aa5e')
+
+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-05-20 06:28:02 UTC (rev 228656)
+++ uglify-js.install   2017-05-20 06:28:19 UTC (rev 228657)
@@ -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 228656, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2017-05-20 06:28:19 UTC (rev 228657)
@@ -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-05-19 Thread Felix Yan
Date: Saturday, May 20, 2017 @ 06:28:02
  Author: felixonmars
Revision: 228656

upgpkg: uglify-js 3.0.9-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-20 06:27:05 UTC (rev 228655)
+++ PKGBUILD2017-05-20 06:28:02 UTC (rev 228656)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.0.8
+pkgver=3.0.9
 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=('2996f9ac53c258c631994850196edfa882ed225130da50a208185c4e50da83c57ad0b438ddee4d6005be8cba24fb05e984cef477c8707213b1effb5bc4cc6ead')
+sha512sums=('7ad05736125377d7a644f4095bc236d92f63e4d70766365ebc85978324f7222747c77c7200f1c10b1a040867bb1c08d8ad05a4f7462543b214a15f02c7d7aa5e')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-05-19 Thread Felix Yan
Date: Saturday, May 20, 2017 @ 06:27:05
  Author: felixonmars
Revision: 228655

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

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

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

Copied: haskell-conduit-extra/repos/community-staging-i686/PKGBUILD (from rev 
228654, haskell-conduit-extra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-20 06:27:05 UTC (rev 228655)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-extra
+pkgname=haskell-conduit-extra
+pkgver=1.1.16
+pkgrel=1
+pkgdesc="Batteries included conduit: adapters for common libraries."
+url="http://github.com/snoyberg/conduit";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-blaze-builder" "haskell-conduit"
+ "haskell-exceptions" "haskell-monad-control" "haskell-network" 
"haskell-primitive"
+ "haskell-resourcet" "haskell-stm" "haskell-streaming-commons" 
"haskell-text"
+ "haskell-transformers-base")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('c2272e0eebd101b9e3542c40da9c8ddb7e2840e9e6adb440457dfd9c57a68a9ce52648839771b02a96bac7100a1c66391444c4ff1a56cbee80d74bc4b5c2716e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-conduit-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
228654, haskell-conduit-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-20 06:27:05 UTC (rev 228655)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-extra
+pkgname=haskell-conduit-extra
+pkgver=1.1.16
+pkgrel=1
+pkgdesc="Batteries included conduit: adapters for common libraries."
+url="http://github.com/snoyberg/conduit";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-blaze-builder" "haskell-conduit"
+ "haskell-exceptions" "haskell-monad-control" "haskell-network" 
"haskell-primitive"
+ "haskell-resourcet" "haskell-stm" "haskell-streaming-commons" 
"haskell-text"
+ "haskell-transformers-base")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('c2272e0eebd101b9e3542c40da9c8ddb7e2840e9e6adb440457dfd9c57a68a9ce52648839771b02a96bac7100a1c66391444c4ff1a56cbee80d74bc4b5c2716e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd 

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

2017-05-19 Thread Felix Yan
Date: Saturday, May 20, 2017 @ 06:26:41
  Author: felixonmars
Revision: 228654

upgpkg: haskell-conduit-extra 1.1.16-1

rebuild with conduit-extra,1.1.16

Modified:
  haskell-conduit-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 22:32:22 UTC (rev 228653)
+++ PKGBUILD2017-05-20 06:26:41 UTC (rev 228654)
@@ -4,8 +4,8 @@
 
 _hkgname=conduit-extra
 pkgname=haskell-conduit-extra
-pkgver=1.1.15
-pkgrel=17
+pkgver=1.1.16
+pkgrel=1
 pkgdesc="Batteries included conduit: adapters for common libraries."
 url="http://github.com/snoyberg/conduit";
 license=("MIT")
@@ -15,7 +15,7 @@
  "haskell-resourcet" "haskell-stm" "haskell-streaming-commons" 
"haskell-text"
  "haskell-transformers-base")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('7bef29eb0db59c236519b0c5cac82183ed7741a535a57e0772aac1158e90bb8d')
+sha512sums=('c2272e0eebd101b9e3542c40da9c8ddb7e2840e9e6adb440457dfd9c57a68a9ce52648839771b02a96bac7100a1c66391444c4ff1a56cbee80d74bc4b5c2716e')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-05-19 Thread Jaroslav Lichtblau
Date: Friday, May 19, 2017 @ 22:32:22
  Author: jlichtblau
Revision: 228653

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

Added:
  glob2/repos/community-staging-i686/
  glob2/repos/community-staging-i686/PKGBUILD
(from rev 228652, glob2/trunk/PKGBUILD)
  glob2/repos/community-staging-i686/fix-ftbfs-gcc49.diff
(from rev 228652, glob2/trunk/fix-ftbfs-gcc49.diff)
  glob2/repos/community-staging-i686/glob2-0.9.4.1-gcc44.patch
(from rev 228652, glob2/trunk/glob2-0.9.4.1-gcc44.patch)
  glob2/repos/community-staging-x86_64/
  glob2/repos/community-staging-x86_64/PKGBUILD
(from rev 228652, glob2/trunk/PKGBUILD)
  glob2/repos/community-staging-x86_64/fix-ftbfs-gcc49.diff
(from rev 228652, glob2/trunk/fix-ftbfs-gcc49.diff)
  glob2/repos/community-staging-x86_64/glob2-0.9.4.1-gcc44.patch
(from rev 228652, glob2/trunk/glob2-0.9.4.1-gcc44.patch)

+
 community-staging-i686/PKGBUILD|   46 ++
 community-staging-i686/fix-ftbfs-gcc49.diff|   14 +++
 community-staging-i686/glob2-0.9.4.1-gcc44.patch   |   87 +++
 community-staging-x86_64/PKGBUILD  |   46 ++
 community-staging-x86_64/fix-ftbfs-gcc49.diff  |   14 +++
 community-staging-x86_64/glob2-0.9.4.1-gcc44.patch |   87 +++
 6 files changed, 294 insertions(+)

Copied: glob2/repos/community-staging-i686/PKGBUILD (from rev 228652, 
glob2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 22:32:22 UTC (rev 228653)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Roman Kyrylych 
+# Contributor: Jaroslav Lichtblau 
+
+pkgname=glob2
+pkgver=0.9.4.4
+pkgrel=32
+pkgdesc='An innovative Real-Time Strategy game which reduces micro-management 
by automatically assigning tasks to units'
+arch=('x86_64' 'i686')
+url='http://www.globulation2.org/'
+license=('GPL3')
+depends=('boost-libs' 'sdl_net' 'sdl_image' 'sdl_ttf' 'libvorbis' 'speex' 'glu'
+ 'fribidi' 'xdg-utils' 'libgl' 'hicolor-icon-theme')
+makedepends=('scons' 'boost' 'mesa' 'patch')
+source=(http://dl.sv.nongnu.org/releases/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz
+glob2-0.9.4.1-gcc44.patch fix-ftbfs-gcc49.diff
+
glob2-gcc6.patch::"https://bitbucket.org/giszmo/glob2/commits/a9a16d8631db0176267b4f4aefd8e93767f8d247/raw/";)
+sha256sums=('0f4d898ec6b05ce27b4a12ef242cc26571304b90d2509932a4743c71311314b8'
+'3a0cfc06696d1aaf2d7948b5f6a09a8ce96492767039dc09bfc25182b92d7b7a'
+'2bf0e51ca5de8c6f4910b68522a0265e07bb32beefe13b9912b59e5954c5bfba'
+'40013ef6805694f3d96407ca5df46c4083f0d13677c75c8f05c53efbe3d33e20')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  patch -p0 -i "$srcdir/glob2-0.9.4.1-gcc44.patch"
+  patch -p1 -i "$srcdir/fix-ftbfs-gcc49.diff"
+  patch -p1 -i "$srcdir/glob2-gcc6.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  scons LINKFLAGS="-lboost_system"
+}
+
+package () {
+  cd "$pkgname-$pkgver"
+
+  scons install BINDIR="$pkgdir/usr/bin" INSTALLDIR="$pkgdir/usr/share"
+  find "$pkgdir/usr/share" -type f -exec chmod 644 '{}' \;
+  install -Dm644 "data/icons/$pkgname-icon-48x48.png" \
+"$pkgdir/usr/share/pixmaps/$pkgname-icon-48x48.png"
+}

Copied: glob2/repos/community-staging-i686/fix-ftbfs-gcc49.diff (from rev 
228652, glob2/trunk/fix-ftbfs-gcc49.diff)
===
--- community-staging-i686/fix-ftbfs-gcc49.diff (rev 0)
+++ community-staging-i686/fix-ftbfs-gcc49.diff 2017-05-19 22:32:22 UTC (rev 
228653)
@@ -0,0 +1,14 @@
+Index: glob2-0.9.4.4/src/Game.h
+===
+--- glob2-0.9.4.4.orig/src/Game.h  2014-07-14 10:36:36.705074927 +0800
 glob2-0.9.4.4/src/Game.h   2014-07-14 10:38:28.733077827 +0800
+@@ -148,7 +148,8 @@
+   TOP_TO_BOTTOM,
+   BOTTOM_TO_TOP
+   };
+-  
++
++public:
+   struct BuildProject
+   {
+   int posX;

Copied: glob2/repos/community-staging-i686/glob2-0.9.4.1-gcc44.patch (from rev 
228652, glob2/trunk/glob2-0.9.4.1-gcc44.patch)
===
--- community-staging-i686/glob2-0.9.4.1-gcc44.patch
(rev 0)
+++ community-staging-i686/glob2-0.9.4.1-gcc44.patch2017-05-19 22:32:22 UTC 
(rev 228653)
@@ -0,0 +1,87 @@
+diff -up libgag/include/StreamBackend.h.orig libgag/include/StreamBackend.h
+--- libgag/include/StreamBackend.h.orig2009-03-18 03:46:47.0 
+0100
 libgag/include/StreamBackend.h 2009-06-20 14:21:10.0 +0200
+@@ -43,7 +43,7 @@ namespace GAGCore
+   virtual void flush(void) = 0;
+   

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

2017-05-19 Thread Jaroslav Lichtblau
Date: Friday, May 19, 2017 @ 22:32:03
  Author: jlichtblau
Revision: 228652

upgpkg: glob2 0.9.4.4-32 - boost 1.64.0 rebuild

Modified:
  glob2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 22:15:24 UTC (rev 228651)
+++ PKGBUILD2017-05-19 22:32:03 UTC (rev 228652)
@@ -6,7 +6,7 @@
 
 pkgname=glob2
 pkgver=0.9.4.4
-pkgrel=31
+pkgrel=32
 pkgdesc='An innovative Real-Time Strategy game which reduces micro-management 
by automatically assigning tasks to units'
 arch=('x86_64' 'i686')
 url='http://www.globulation2.org/'


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

2017-05-19 Thread Jaroslav Lichtblau
Date: Friday, May 19, 2017 @ 22:15:24
  Author: jlichtblau
Revision: 228651

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

Added:
  glom/repos/community-staging-i686/
  glom/repos/community-staging-i686/PKGBUILD
(from rev 228650, glom/trunk/PKGBUILD)
  glom/repos/community-staging-i686/glom.changelog
(from rev 228650, glom/trunk/glom.changelog)
  glom/repos/community-staging-x86_64/
  glom/repos/community-staging-x86_64/PKGBUILD
(from rev 228650, glom/trunk/PKGBUILD)
  glom/repos/community-staging-x86_64/glom.changelog
(from rev 228650, glom/trunk/glom.changelog)

-+
 community-staging-i686/PKGBUILD |   36 ++
 community-staging-i686/glom.changelog   |   26 +
 community-staging-x86_64/PKGBUILD   |   36 ++
 community-staging-x86_64/glom.changelog |   26 +
 4 files changed, 124 insertions(+)

Copied: glom/repos/community-staging-i686/PKGBUILD (from rev 228650, 
glom/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 22:15:24 UTC (rev 228651)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Roman Kyrylych 
+# Contributor: William Rea 
+
+pkgname=glom
+pkgver=1.31.6
+pkgrel=2
+pkgdesc="An easy-to-use database designer and user interface"
+arch=('i686' 'x86_64')
+url="https://www.glom.org/";
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python-gobject'
+ 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
+makedepends=('intltool' 'python-sphinx' 'boost' 'itstool' 'libgda-postgres' 
'libgda-mysql')
+changelog=$pkgname.changelog
+source=(https://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6c5bb163e66d487f979763c3ca3437b56322581872429f1fc3af95f11a2eace0')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-postgres-utils=/usr/bin \
+--disable-update-mime-database \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: glom/repos/community-staging-i686/glom.changelog (from rev 228650, 
glom/trunk/glom.changelog)
===
--- community-staging-i686/glom.changelog   (rev 0)
+++ community-staging-i686/glom.changelog   2017-05-19 22:15:24 UTC (rev 
228651)
@@ -0,0 +1,26 @@
+2017-05-19 Jaroslav Lichtblau 
+* glom-1.31.6-2 boost 1.64 rebuild
+
+2016-10-07 Jaroslav Lichtblau 
+* glom-1.30.4-3 boost 1.62 rebuild
+
+2016-08-18 Jaroslav Lichtblau 
+* glom-1.30.4-2 boost 1.61 rebuild
+
+2016-04-30 Jaroslav Lichtblau 
+* glom-1.30.3-2 pacman hooks rebuild
+
+2016-04-11 Jaroslav Lichtblau 
+* glom-1.30.3-1
+
+2015-07-13 Jaroslav Lichtblau 
+* glom-1.28.5-1
+
+2015-03-28 Jaroslav Lichtblau 
+* glom-1.28.4-1
+
+2014-11-05 Jaroslav Lichtblau 
+* glom-1.28.0-1
+
+2013-11-11 Jaroslav Lichtblau 
+* glom-1.24.2-1

Copied: glom/repos/community-staging-x86_64/PKGBUILD (from rev 228650, 
glom/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-19 22:15:24 UTC (rev 228651)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Roman Kyrylych 
+# Contributor: William Rea 
+
+pkgname=glom
+pkgver=1.31.6
+pkgrel=2
+pkgdesc="An easy-to-use database designer and user interface"
+arch=('i686' 'x86_64')
+url="https://www.glom.org/";
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python-gobject'
+ 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
+makedepends=('intltool' 'python-sphinx' 'boost' 'itstool' 'libgda-postgres' 
'libgda-mysql')
+changelog=$pkgname.changelog
+source=(https://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6c5bb163e66d487f979763c3ca3437b56322581872429f1fc3af95f11a2eace0')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-postgres-utils=/usr/bin \
+--disable-update-mime-database \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: glom/repos/community-staging-x86_64/glom.changelog (from rev 228650, 
glom/trunk/glom.changelog)
===
--- community-staging-x86_64/glom.changelog (rev 0)
+++ community-stag

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

2017-05-19 Thread Jaroslav Lichtblau
Date: Friday, May 19, 2017 @ 22:15:09
  Author: jlichtblau
Revision: 228650

upgpkg: glom 1.31.6-2 - boost 1.64.0 rebuild

Modified:
  glom/trunk/PKGBUILD
  glom/trunk/glom.changelog

+
 PKGBUILD   |2 +-
 glom.changelog |6 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 21:38:59 UTC (rev 228649)
+++ PKGBUILD2017-05-19 22:15:09 UTC (rev 228650)
@@ -5,7 +5,7 @@
 
 pkgname=glom
 pkgver=1.31.6
-pkgrel=1
+pkgrel=2
 pkgdesc="An easy-to-use database designer and user interface"
 arch=('i686' 'x86_64')
 url="https://www.glom.org/";

Modified: glom.changelog
===
--- glom.changelog  2017-05-19 21:38:59 UTC (rev 228649)
+++ glom.changelog  2017-05-19 22:15:09 UTC (rev 228650)
@@ -1,3 +1,9 @@
+2017-05-19 Jaroslav Lichtblau 
+* glom-1.31.6-2 boost 1.64 rebuild
+
+2016-10-07 Jaroslav Lichtblau 
+* glom-1.30.4-3 boost 1.62 rebuild
+
 2016-08-18 Jaroslav Lichtblau 
 * glom-1.30.4-2 boost 1.61 rebuild
 


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 21:38:59
  Author: arojas
Revision: 228649

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-19 21:38:38 UTC (rev 228648)
+++ PKGBUILD2017-05-19 21:38:59 UTC (rev 228649)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Thomas Dziedzic 
-# Contributor: Chris Baker 
-
-pkgbase=python-nltk
-pkgname=('python2-nltk' 'python-nltk')
-pkgver=3.2.2
-pkgrel=1
-pkgdesc='Natural language processing in Python'
-arch=('any')
-url='http://www.nltk.org/'
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-source=("git+https://github.com/nltk/nltk#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -r nltk nltk-py2
-  # python 2 fix
-  cd nltk-py2
-  find . -type f -exec sed -i 's:^#.*env python:#!/usr/bin/env python2:' {} +
-}
-
-build() {
-  (cd nltk; python setup.py build)
-  (cd nltk-py2; python2 setup.py build)
-}
-
-package_python-nltk() {
-  optdepends=('nltk-data: test data'
-  'python-numpy: used for calculations'
-  'python-matplotlib: used for plotting')
-  depends=('python-yaml')
-
-  (cd nltk; python setup.py install --root="$pkgdir" --optimize=1)
-}
-
-package_python2-nltk() {
-  optdepends=('nltk-data: test data'
-  'python2-numpy: used for calculations'
-  'python2-matplotlib: used for plotting')
-  depends=('python2-yaml')
-
-  (cd nltk-py2; python2 setup.py install --root="$pkgdir" --optimize=1)
-}
-
-# getver: pypi.python.org/pypi/nltk
-# vim:set ts=2 sw=2 et:

Copied: python-nltk/repos/community-any/PKGBUILD (from rev 228648, 
python-nltk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-19 21:38:59 UTC (rev 228649)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Thomas Dziedzic 
+# Contributor: Chris Baker 
+
+pkgbase=python-nltk
+pkgname=('python2-nltk' 'python-nltk')
+pkgver=3.2.3
+pkgrel=1
+pkgdesc='Natural language processing in Python'
+arch=('any')
+url='http://www.nltk.org/'
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgbase-$pkgver.tar.gz::"https://github.com/nltk/nltk/archive/$pkgver.tar.gz";)
+md5sums=('90502efd00f1652895e646a9ec88de7b')
+
+prepare() {
+  cp -r nltk-$pkgver nltk-py2-$pkgver
+  # python 2 fix
+  cd nltk-py2-$pkgver
+  find . -type f -exec sed -i 's:^#.*env python:#!/usr/bin/env python2:' {} +
+}
+
+build() {
+  (cd nltk-$pkgver; python setup.py build)
+  (cd nltk-py2-$pkgver; python2 setup.py build)
+}
+
+package_python-nltk() {
+  optdepends=('nltk-data: test data'
+  'python-numpy: used for calculations'
+  'python-matplotlib: used for plotting')
+  depends=('python-yaml')
+
+  (cd nltk-$pkgver; python setup.py install --root="$pkgdir" --optimize=1)
+}
+
+package_python2-nltk() {
+  optdepends=('nltk-data: test data'
+  'python2-numpy: used for calculations'
+  'python2-matplotlib: used for plotting')
+  depends=('python2-yaml')
+
+  (cd nltk-py2-$pkgver; python2 setup.py install --root="$pkgdir" --optimize=1)
+}


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 21:38:38
  Author: arojas
Revision: 228648

Update to 3.2.3

Modified:
  python-nltk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 21:33:27 UTC (rev 228647)
+++ PKGBUILD2017-05-19 21:38:38 UTC (rev 228648)
@@ -5,26 +5,26 @@
 
 pkgbase=python-nltk
 pkgname=('python2-nltk' 'python-nltk')
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 pkgdesc='Natural language processing in Python'
 arch=('any')
 url='http://www.nltk.org/'
 license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-source=("git+https://github.com/nltk/nltk#tag=$pkgver";)
-md5sums=('SKIP')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgbase-$pkgver.tar.gz::"https://github.com/nltk/nltk/archive/$pkgver.tar.gz";)
+md5sums=('90502efd00f1652895e646a9ec88de7b')
 
 prepare() {
-  cp -r nltk nltk-py2
+  cp -r nltk-$pkgver nltk-py2-$pkgver
   # python 2 fix
-  cd nltk-py2
+  cd nltk-py2-$pkgver
   find . -type f -exec sed -i 's:^#.*env python:#!/usr/bin/env python2:' {} +
 }
 
 build() {
-  (cd nltk; python setup.py build)
-  (cd nltk-py2; python2 setup.py build)
+  (cd nltk-$pkgver; python setup.py build)
+  (cd nltk-py2-$pkgver; python2 setup.py build)
 }
 
 package_python-nltk() {
@@ -33,7 +33,7 @@
   'python-matplotlib: used for plotting')
   depends=('python-yaml')
 
-  (cd nltk; python setup.py install --root="$pkgdir" --optimize=1)
+  (cd nltk-$pkgver; python setup.py install --root="$pkgdir" --optimize=1)
 }
 
 package_python2-nltk() {
@@ -42,8 +42,5 @@
   'python2-matplotlib: used for plotting')
   depends=('python2-yaml')
 
-  (cd nltk-py2; python2 setup.py install --root="$pkgdir" --optimize=1)
+  (cd nltk-py2-$pkgver; python2 setup.py install --root="$pkgdir" --optimize=1)
 }
-
-# getver: pypi.python.org/pypi/nltk
-# vim:set ts=2 sw=2 et:


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

2017-05-19 Thread Gaëtan Bisson
Date: Friday, May 19, 2017 @ 21:34:11
  Author: bisson
Revision: 296310

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 296309, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 296309, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 296309, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 296309, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 296309, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 296309, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 296309, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 296309, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  120 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   60 ---
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   60 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-19 21:33:19 UTC (rev 296309)
+++ extra-i686/PKGBUILD 2017-05-19 21:34:11 UTC (rev 296310)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.20.7
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia'
- 'libgme')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha256sums=('005ac663b39a76701ba043cce4caef82ac6b0c2f16aae12fdc28e1b3b5b6c780'
-'SKIP'
-'c1683ba35774c85e16c70e89f7e2ed1c09619512b1a273daabbd5e34d40439bd'
-'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 296309, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-19 21:34:11 UTC (rev 296310)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.20.8
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 's

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 21:33:04
  Author: arojas
Revision: 228646

Update to 17.5.14

Modified:
  python-pycountry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 20:40:22 UTC (rev 228645)
+++ PKGBUILD2017-05-19 21:33:04 UTC (rev 228646)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pycountry
 pkgname=(python-pycountry python2-pycountry)
-pkgver=17.1.8
+pkgver=17.5.14
 pkgrel=1
 pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
 arch=('any')
@@ -12,7 +12,7 @@
 license=('LGPL2.1')
 makedepends=('python2-setuptools' 'python-setuptools')
 
source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz";)
-md5sums=('f81e41dbde1c3d730cc8232482df595d')
+md5sums=('f65e60896d77bf8791e15259cd34709e')
 
 package_python2-pycountry() {
   depends=(python2-lxml)


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 21:33:27
  Author: arojas
Revision: 228647

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-19 21:33:04 UTC (rev 228646)
+++ PKGBUILD2017-05-19 21:33:27 UTC (rev 228647)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor:  Pawel "kTT" Salata 
-
-pkgbase=python-pycountry
-pkgname=(python-pycountry python2-pycountry)
-pkgver=17.1.8
-pkgrel=1
-pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
-arch=('any')
-url="http://pypi.python.org/pypi/pycountry";
-license=('LGPL2.1')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz";)
-md5sums=('f81e41dbde1c3d730cc8232482df595d')
-
-package_python2-pycountry() {
-  depends=(python2-lxml)
-  cd "${srcdir}/pycountry-${pkgver}"
-
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python-pycountry() {
-  depends=(python-lxml)
-  cd "${srcdir}/pycountry-${pkgver}"
-
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-

Copied: python-pycountry/repos/community-any/PKGBUILD (from rev 228646, 
python-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-19 21:33:27 UTC (rev 228647)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgbase=python-pycountry
+pkgname=(python-pycountry python2-pycountry)
+pkgver=17.5.14
+pkgrel=1
+pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
+arch=('any')
+url="http://pypi.python.org/pypi/pycountry";
+license=('LGPL2.1')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz";)
+md5sums=('f65e60896d77bf8791e15259cd34709e')
+
+package_python2-pycountry() {
+  depends=(python2-lxml)
+  cd "${srcdir}/pycountry-${pkgver}"
+
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python-pycountry() {
+  depends=(python-lxml)
+  cd "${srcdir}/pycountry-${pkgver}"
+
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+


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

2017-05-19 Thread Gaëtan Bisson
Date: Friday, May 19, 2017 @ 21:33:19
  Author: bisson
Revision: 296309

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 20:39:47 UTC (rev 296308)
+++ PKGBUILD2017-05-19 21:33:19 UTC (rev 296309)
@@ -6,7 +6,7 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.20.7
+pkgver=0.20.8
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='https://www.musicpd.org/'
@@ -22,7 +22,7 @@
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
 'tmpfiles.d'
 'conf')
-sha256sums=('005ac663b39a76701ba043cce4caef82ac6b0c2f16aae12fdc28e1b3b5b6c780'
+sha256sums=('7d177f29663c4a0997413401e52bbf11d2bb472773bbcf9294f839c4b8751e35'
 'SKIP'
 'c1683ba35774c85e16c70e89f7e2ed1c09619512b1a273daabbd5e34d40439bd'
 'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')


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

2017-05-19 Thread Jaroslav Lichtblau
Date: Friday, May 19, 2017 @ 20:40:22
  Author: jlichtblau
Revision: 228645

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

Added:
  luminancehdr/repos/community-staging-i686/
  luminancehdr/repos/community-staging-i686/PKGBUILD
(from rev 228644, luminancehdr/trunk/PKGBUILD)
  luminancehdr/repos/community-staging-i686/luminancehdr.changelog
(from rev 228644, luminancehdr/trunk/luminancehdr.changelog)
  luminancehdr/repos/community-staging-x86_64/
  luminancehdr/repos/community-staging-x86_64/PKGBUILD
(from rev 228644, luminancehdr/trunk/PKGBUILD)
  luminancehdr/repos/community-staging-x86_64/luminancehdr.changelog
(from rev 228644, luminancehdr/trunk/luminancehdr.changelog)

-+
 community-staging-i686/PKGBUILD |   33 
 community-staging-i686/luminancehdr.changelog   |   81 ++
 community-staging-x86_64/PKGBUILD   |   33 
 community-staging-x86_64/luminancehdr.changelog |   81 ++
 4 files changed, 228 insertions(+)

Copied: luminancehdr/repos/community-staging-i686/PKGBUILD (from rev 228644, 
luminancehdr/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 20:40:22 UTC (rev 228645)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dmitry N. Shilov 
+
+pkgname=luminancehdr
+pkgver=2.5.0
+pkgrel=3
+pkgdesc='Open source graphical user interface application that aims to provide 
a workflow for HDR imaging'
+arch=('i686' 'x86_64')
+url='http://qtpfsgui.sourceforge.net/'
+license=('GPL')
+depends=('exiv2' 'fftw' 'gsl' 'lcms2' 'libraw' 'openexr' 'qt5-webengine' 
'qt5-svg'
+ 'qt5-webkit' 'ccfits' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('cmake' 'boost' 'gtest' 'qt5-tools' 'patch')
+optdepends=('hugin: align image stack functionality')
+changelog=$pkgname.changelog
+options=('!emptydirs')
+source=(http://sourceforge.net/projects/qtpfsgui/files/luminance/$pkgver/luminance-hdr-$pkgver.tar.bz2)
+sha256sums=('f5caf3316d1763058b1b0f2a6963df34465fbf918b7abeee5245a51fc14a7942')
+
+build() {
+  cd "${srcdir}"/luminance-hdr-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/luminance-hdr-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: luminancehdr/repos/community-staging-i686/luminancehdr.changelog (from 
rev 228644, luminancehdr/trunk/luminancehdr.changelog)
===
--- community-staging-i686/luminancehdr.changelog   
(rev 0)
+++ community-staging-i686/luminancehdr.changelog   2017-05-19 20:40:22 UTC 
(rev 228645)
@@ -0,0 +1,81 @@
+2017-05-19 Jaroslav Lichtblau 
+   * luminancehdr 2.5.0-3 boost 1.64.0 rebuild
+
+2017-04-18 Jaroslav Lichtblau 
+   * luminancehdr 2.5.0-1
+
+2017-01-07 Jaroslav Lichtblau 
+   * luminancehdr 2.4.0-9 libraw 0.18 rebuild
+
+2016-05-01 Jaroslav Lichtblau 
+   * luminancehdr 2.4.0-8 pacman hooks rebuild
+
+2016-02-20 Jaroslav Lichtblau 
+   * luminancehdr 2.4.0-7 gsl 2.1 rebuild
+
+2015-08-27 Jaroslav Lichtblau 
+   * luminancehdr 2.4.0-5 libraw 0.17 rebuild
+
+2015-07-03 Jaroslav Lichtblau 
+   * luminancehdr 2.4.0-4 exiv2-0.25 rebuild
+
+2015-05-14 Jaroslav Lichtblau 
+   * luminancehdr 2.4.0-3
+
+2014-02-04 Jaroslav Lichtblau 
+   * luminancehdr 2.4.0-1
+
+2014-01-20 Jaroslav Lichtblau 
+   * luminancehdr 2.3.1-4 libraw rebuild
+
+2013-06-15 Jaroslav Lichtblau 
+   * luminancehdr 2.3.1-3 libraw rebuild
+
+2013-04-20 Jaroslav Lichtblau 
+   * luminancehdr 2.3.1-1
+
+2012-07-30 Jaroslav Lichtblau 
+   * luminancehdr 2.3.0-2 exiv2-0.23 rebuild
+
+2012-07-07 Jaroslav Lichtblau 
+   * luminancehdr 2.3.0-1
+
+2012-03-18 Jaroslav Lichtblau 
+   * luminancehdr 2.2.1-1
+
+2012-01-27 Eric Belanger  
+   * Rebuild against libpng 1.5 and libtiff 4.0
+
+2011-08-21 Jaroslav Lichtblau 
+   * luminancehdr 2.1.0-1
+
+2011-05-01 Jaroslav Lichtblau 
+   * luminancehdr 2.0.2-1
+
+2010-10-19 Jaroslav Lichtblau 
+   * exiv2 0.20 rebuild
+
+2010-10-17 Jaroslav Lichtblau 
+   * Update to major release 2.0.1
+
+2010-06-27 Jaroslav Lichtblau 
+   * Package renamed to LuminanceHDR
+   * Update to major release 2.0.0
+
+2010-03-09 Andrea Scarpino 
+   * exiv2 0.19 rebuild
+
+2009-11-02 Biru Ionut 
+   * add translation and fix segfault on old i686 procesors
+
+2009-04-29 Jaroslav Lichtblau 
+   * Update to major release v1.9.3
+
+2009-04-04 Jaroslav Lichtblau 
+   * Minor version (v1.9.2-3) update caused by exiv2 upgrade.
+
+2008-11-04 Jaroslav Lichtblau 
+   * Minor version (v1.9.2-2) update caused by openexr upgrade.
+
+2008-09-17 Jaroslav Lichtblau 
+   * Pack

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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 20:39:47
  Author: alucryd
Revision: 296308

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

Added:
  mkvtoolnix/repos/staging-i686/
  mkvtoolnix/repos/staging-i686/PKGBUILD
(from rev 296307, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/staging-x86_64/
  mkvtoolnix/repos/staging-x86_64/PKGBUILD
(from rev 296307, mkvtoolnix/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   59 ++
 staging-x86_64/PKGBUILD |   59 ++
 2 files changed, 118 insertions(+)

Copied: mkvtoolnix/repos/staging-i686/PKGBUILD (from rev 296307, 
mkvtoolnix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-05-19 20:39:47 UTC (rev 296308)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
+pkgver=11.0.0
+pkgrel=3
+pkgdesc='Set of tools to create, edit and inspect Matroska files'
+arch=('i686' 'x86_64')
+url='https://www.bunkus.org/videotools/mkvtoolnix/'
+license=('GPL')
+makedepends=('boost' 'boost-libs' 'docbook-xsl' 'file' 'flac' 'libebml'
+ 'libmatroska' 'libogg' 'libvorbis' 'qt5-multimedia' 'ruby' 'zlib')
+source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz";)
+sha256sums=('bb642e1eb2c402c4f93a962f41a1832c99ee5b782f1596dc20f996e9a4aa426d')
+
+build() {
+  cd mkvtoolnix-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-qt
+  rake apps:mkvinfo $MAKEFLAGS
+  mv src/mkvinfo{,-cli}
+
+  ./configure \
+--prefix='/usr'
+  rake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  depends=('boost-libs' 'file' 'flac' 'gcc-libs' 'glibc' 'libogg' 'zlib'
+   'libebml.so' 'libmatroska.so' 'libvorbis.so')
+
+  cd mkvtoolnix-${pkgver}
+
+  rake DESTDIR="${pkgdir}" install
+  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime,mkvtoolnix}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {
+  depends=('desktop-file-utils' 'hicolor-icon-theme' 'mkvtoolnix-cli'
+   'qt5-multimedia' 'shared-mime-info' 'xdg-utils')
+  replaces=('mkvtoolnix-gtk')
+
+  cd mkvtoolnix-${pkgver}
+
+  rake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/locale
+  for t in mkv{extract,info,merge,propedit}; do
+find "${pkgdir}" -name $t* -delete
+  done
+}
+
+# vim: ts=2 sw=2 et:

Copied: mkvtoolnix/repos/staging-x86_64/PKGBUILD (from rev 296307, 
mkvtoolnix/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-05-19 20:39:47 UTC (rev 296308)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
+pkgver=11.0.0
+pkgrel=3
+pkgdesc='Set of tools to create, edit and inspect Matroska files'
+arch=('i686' 'x86_64')
+url='https://www.bunkus.org/videotools/mkvtoolnix/'
+license=('GPL')
+makedepends=('boost' 'boost-libs' 'docbook-xsl' 'file' 'flac' 'libebml'
+ 'libmatroska' 'libogg' 'libvorbis' 'qt5-multimedia' 'ruby' 'zlib')
+source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz";)
+sha256sums=('bb642e1eb2c402c4f93a962f41a1832c99ee5b782f1596dc20f996e9a4aa426d')
+
+build() {
+  cd mkvtoolnix-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-qt
+  rake apps:mkvinfo $MAKEFLAGS
+  mv src/mkvinfo{,-cli}
+
+  ./configure \
+--prefix='/usr'
+  rake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  depends=('boost-libs' 'file' 'flac' 'gcc-libs' 'glibc' 'libogg' 'zlib'
+   'libebml.so' 'libmatroska.so' 'libvorbis.so')
+
+  cd mkvtoolnix-${pkgver}
+
+  rake DESTDIR="${pkgdir}" install
+  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime,mkvtoolnix}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {
+  depends=('desktop-file-utils' 'hicolor-icon-theme' 'mkvtoolnix-cli'
+   'qt5-multimedia' 'shared-mime-info' 'xdg-utils')
+  replaces=('mkvtoolnix-gtk')
+
+  cd mkvtoolnix-${pkgver}
+
+  rake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/locale
+  for t in mkv{extract,info,merge,propedit}; do
+find "${pkgdir}" -name $t* -delete
+  done
+}
+
+# vim: ts=2 sw=2 et:


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

2017-05-19 Thread Jaroslav Lichtblau
Date: Friday, May 19, 2017 @ 20:39:44
  Author: jlichtblau
Revision: 228644

upgpkg: luminancehdr 2.5.0-3 - boost 1.64.0 rebuild

Modified:
  luminancehdr/trunk/PKGBUILD
  luminancehdr/trunk/luminancehdr.changelog

+
 PKGBUILD   |2 +-
 luminancehdr.changelog |3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 20:37:06 UTC (rev 228643)
+++ PKGBUILD2017-05-19 20:39:44 UTC (rev 228644)
@@ -5,7 +5,7 @@
 
 pkgname=luminancehdr
 pkgver=2.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Open source graphical user interface application that aims to provide 
a workflow for HDR imaging'
 arch=('i686' 'x86_64')
 url='http://qtpfsgui.sourceforge.net/'

Modified: luminancehdr.changelog
===
--- luminancehdr.changelog  2017-05-19 20:37:06 UTC (rev 228643)
+++ luminancehdr.changelog  2017-05-19 20:39:44 UTC (rev 228644)
@@ -1,3 +1,6 @@
+2017-05-19 Jaroslav Lichtblau 
+   * luminancehdr 2.5.0-3 boost 1.64.0 rebuild
+
 2017-04-18 Jaroslav Lichtblau 
* luminancehdr 2.5.0-1
 


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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 20:39:35
  Author: alucryd
Revision: 296307

boost 1.64: mkvtoolnix 11.0.0-3

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 20:36:49 UTC (rev 296306)
+++ PKGBUILD2017-05-19 20:39:35 UTC (rev 296307)
@@ -6,7 +6,7 @@
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
 pkgver=11.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Set of tools to create, edit and inspect Matroska files'
 arch=('i686' 'x86_64')
 url='https://www.bunkus.org/videotools/mkvtoolnix/'
@@ -14,7 +14,7 @@
 makedepends=('boost' 'boost-libs' 'docbook-xsl' 'file' 'flac' 'libebml'
  'libmatroska' 'libogg' 'libvorbis' 'qt5-multimedia' 'ruby' 'zlib')
 
source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz";)
-md5sums=('b506c1decfaa2255778b40ff5d18f31e')
+sha256sums=('bb642e1eb2c402c4f93a962f41a1832c99ee5b782f1596dc20f996e9a4aa426d')
 
 build() {
   cd mkvtoolnix-${pkgver}


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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 20:37:06
  Author: alucryd
Revision: 228643

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

Added:
  aegisub/repos/community-staging-i686/PKGBUILD
(from rev 228642, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-i686/icu59.patch
(from rev 228642, aegisub/trunk/icu59.patch)
  aegisub/repos/community-staging-x86_64/PKGBUILD
(from rev 228642, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-x86_64/icu59.patch
(from rev 228642, aegisub/trunk/icu59.patch)
Deleted:
  aegisub/repos/community-staging-i686/PKGBUILD
  aegisub/repos/community-staging-i686/icu59.patch
  aegisub/repos/community-staging-x86_64/PKGBUILD
  aegisub/repos/community-staging-x86_64/icu59.patch

--+
 /PKGBUILD|   94 +
 /icu59.patch |   22 +++
 community-staging-i686/PKGBUILD  |   47 
 community-staging-i686/icu59.patch   |   11 ---
 community-staging-x86_64/PKGBUILD|   47 
 community-staging-x86_64/icu59.patch |   11 ---
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-05-19 20:18:57 UTC (rev 228642)
+++ community-staging-i686/PKGBUILD 2017-05-19 20:37:06 UTC (rev 228643)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kozec 
-# Contributor: Limao Luo 
-
-pkgname=aegisub
-pkgver=3.2.2
-pkgrel=21
-pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
-arch=('i686' 'x86_64')
-url='http://www.aegisub.org'
-license=('GPL' 'BSD')
-depends=('boost-libs' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
-makedepends=('boost' 'intltool' 'mesa')
-source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz";
-'icu59.patch')
-sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885'
-'29d8cc91e73602d5e3c8517c977dcc77cb84af7d42787f510d487d0a6abf7fa6')
-
-prepare() {
-  cd aegisub-${pkgver}
-
-  patch -Np1 -i ../icu59.patch
-
-  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
-}
-
-build() {
-  cd aegisub-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---without-{portaudio,openal,oss} \
---disable-update-checker
-  make
-}
-
-package() {
-  cd aegisub-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
-  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-i686/PKGBUILD (from rev 228642, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 20:37:06 UTC (rev 228643)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kozec 
+# Contributor: Limao Luo 
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=21
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('boost-libs' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz";
+'icu59.patch')
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885'
+'29d8cc91e73602d5e3c8517c977dcc77cb84af7d42787f510d487d0a6abf7fa6')
+
+prepare() {
+  cd aegisub-${pkgver}
+
+  patch -Np1 -i ../icu59.patch
+
+  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
+}
+
+build() {
+  cd aegisub-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-staging-i686/icu59.patch
===
--- community-staging-i686/icu59.patch  2017-05-19 20:18:57 UTC (rev 228642)
+++ community-staging-i686/icu59.patch  2017-05-19 20:37:06 UTC (rev 228643)
@@ -1,11 +0,0 @@
-diff -upr aegisub-3.2.2.orig/src/utils.cpp aegisub-3.2.2/src/utils.cpp
 aegisub-3.2.2.orig/src/utils.cpp   2014-12-08 02:07:09.0 +0200
-+++ aegisub-3.2.2/src/utils.cpp2017-04-26 11:11:15.438239182 +0300
-@@ -44,6 +44,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 

Copied: aegisub/repos/community-staging-i686/icu59.patch (from rev 228642, 
aegisub/trunk/icu59.patch)
=

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 20:36:49
  Author: arojas
Revision: 296306

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

Added:
  licq/repos/staging-i686/
  licq/repos/staging-i686/PKGBUILD
(from rev 296305, licq/trunk/PKGBUILD)
  licq/repos/staging-i686/licq-gcc6.patch
(from rev 296305, licq/trunk/licq-gcc6.patch)
  licq/repos/staging-x86_64/
  licq/repos/staging-x86_64/PKGBUILD
(from rev 296305, licq/trunk/PKGBUILD)
  licq/repos/staging-x86_64/licq-gcc6.patch
(from rev 296305, licq/trunk/licq-gcc6.patch)

+
 staging-i686/PKGBUILD  |   53 +++
 staging-i686/licq-gcc6.patch   |   24 +
 staging-x86_64/PKGBUILD|   53 +++
 staging-x86_64/licq-gcc6.patch |   24 +
 4 files changed, 154 insertions(+)

Copied: licq/repos/staging-i686/PKGBUILD (from rev 296305, licq/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-05-19 20:36:49 UTC (rev 296306)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+
+pkgname=licq
+pkgver=1.8.2
+pkgrel=17
+pkgdesc="Advanced graphical ICQ clone and more for Unix"
+arch=('i686' 'x86_64')
+url="http://www.licq.org";
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt4' 'openssl-1.0')
+makedepends=('cmake' 'boost' 'optipng')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2
 licq-gcc6.patch)
+md5sums=('46af2bc95865ee61a103d27812fe6e6a'
+ '8af303d8d31573246470f0ba0ccba428')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  mkdir build
+
+  # Fix invalid PNG images to work with libpng 1.6
+  # https://github.com/licq-im/licq/pull/32
+  optipng -quiet -force -fix plugins/qt4-gui/share/skins/Mirabilis/*.png
+
+  # Fix build with GCC 6
+  patch -p1 -i ../licq-gcc6.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  local licq_plugins="auto-reply icq rms msn qt4-gui" # osd jabber aosd
+  
+  local plugins="" _plugin
+  for _plugin in ${licq_plugins}; do
+plugins+=" ${_plugin}\/CMakeLists.txt"
+  done
+  sed -i -e "s/file(GLOB cmake_plugins.*$/set(cmake_plugins ${plugins})/" 
plugins/CMakeLists.txt
+
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_FIFO=ON -DBUILD_PLUGINS=ON 
-DBUILD_TESTS=OFF \
+-DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 \
+-DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so \
+-DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+}

Copied: licq/repos/staging-i686/licq-gcc6.patch (from rev 296305, 
licq/trunk/licq-gcc6.patch)
===
--- staging-i686/licq-gcc6.patch(rev 0)
+++ staging-i686/licq-gcc6.patch2017-05-19 20:36:49 UTC (rev 296306)
@@ -0,0 +1,24 @@
+--- licq-1.8.2/src/licq.cpp.orig   2016-05-12 15:27:35.927500283 +
 licq-1.8.2/src/licq.cpp2016-05-12 15:28:01.107415744 +
+@@ -568,18 +568,18 @@
+ if (!licqConf.get(szKey, pluginName))
+   continue;
+ 
+-bool loaded = LoadPlugin(pluginName, argc, argv);
++bool loaded= (bool)LoadPlugin(pluginName, argc, argv);
+ 
+ // Make upgrade from 1.3.x and older easier by automatically 
switching from kde/qt-gui to kde4/qt4-gui
+ if (!loaded && pluginName == "kde-gui")
+ {
+   gLog.warning(tr("Plugin kde-gui is no longer available, trying to 
load kde4-gui instead."));
+-  loaded = LoadPlugin("kde4-gui", argc, argv);
++  loaded= (bool)LoadPlugin("kde4-gui", argc, argv);
+ }
+ if (!loaded && (pluginName == "qt-gui" || pluginName == "kde-gui"))
+ {
+   gLog.warning(tr("Plugin %s is no longer available, trying to load 
qt4-gui instead."), pluginName.c_str());
+-  loaded = LoadPlugin("qt4-gui", argc, argv);
++  loaded= (bool)LoadPlugin("qt4-gui", argc, argv);
+ }
+ 
+ if (!loaded)

Copied: licq/repos/staging-x86_64/PKGBUILD (from rev 296305, 
licq/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-05-19 20:36:49 UTC (rev 296306)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+
+pkgname=licq
+pkgver=1.8.2
+pkgrel=17
+pkgdesc="Advanced graphical ICQ clone and more for Unix"
+arch=('i686' 'x86_64')
+url="http://www.licq.org";
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt4' 'openssl-1.0')
+makedepends=('cmake' 'boost' 'optipng')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2
 licq-gcc6.patch)
+md5sums=('46af2bc95865ee61a103d27812fe6e6a'
+

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 20:36:26
  Author: arojas
Revision: 296305

boost 1.64 rebuild

Modified:
  licq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 20:32:31 UTC (rev 296304)
+++ PKGBUILD2017-05-19 20:36:26 UTC (rev 296305)
@@ -3,7 +3,7 @@
 
 pkgname=licq
 pkgver=1.8.2
-pkgrel=16
+pkgrel=17
 pkgdesc="Advanced graphical ICQ clone and more for Unix"
 arch=('i686' 'x86_64')
 url="http://www.licq.org";


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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 20:32:31
  Author: alucryd
Revision: 296304

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

Added:
  libebml/repos/staging-i686/
  libebml/repos/staging-i686/PKGBUILD
(from rev 296303, libebml/trunk/PKGBUILD)
  libebml/repos/staging-x86_64/
  libebml/repos/staging-x86_64/PKGBUILD
(from rev 296303, libebml/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libebml/repos/staging-i686/PKGBUILD (from rev 296303, 
libebml/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-05-19 20:32:31 UTC (rev 296304)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: 03/08/04 
+
+pkgname=libebml
+pkgver=1.3.4
+pkgrel=2
+pkgdesc='Extensible Binary Meta Language library'
+arch=('i686' 'x86_64')
+url='https://dl.matroska.org/downloads/libebml/'
+license=('LGPL')
+depends=('gcc-libs')
+provides=('libebml.so')
+source=("https://dl.matroska.org/downloads/libebml/libebml-${pkgver}.tar.bz2";)
+sha256sums=('c50d3ecf133742c6549c0669c3873f968e11a365a5ba17b2f4dc339bbe51f387')
+
+build() {
+  cd libebml-${pkgver}
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  cd libebml-${pkgver}
+
+  make prefix="${pkgdir}/usr" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: libebml/repos/staging-x86_64/PKGBUILD (from rev 296303, 
libebml/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-05-19 20:32:31 UTC (rev 296304)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: 03/08/04 
+
+pkgname=libebml
+pkgver=1.3.4
+pkgrel=2
+pkgdesc='Extensible Binary Meta Language library'
+arch=('i686' 'x86_64')
+url='https://dl.matroska.org/downloads/libebml/'
+license=('LGPL')
+depends=('gcc-libs')
+provides=('libebml.so')
+source=("https://dl.matroska.org/downloads/libebml/libebml-${pkgver}.tar.bz2";)
+sha256sums=('c50d3ecf133742c6549c0669c3873f968e11a365a5ba17b2f4dc339bbe51f387')
+
+build() {
+  cd libebml-${pkgver}
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  cd libebml-${pkgver}
+
+  make prefix="${pkgdir}/usr" install
+}
+
+# vim: ts=2 sw=2 et:


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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 20:32:16
  Author: alucryd
Revision: 296303

boost 1.64 rebuild: libebml 1.3.4-2

Modified:
  libebml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 20:22:57 UTC (rev 296302)
+++ PKGBUILD2017-05-19 20:32:16 UTC (rev 296303)
@@ -5,7 +5,7 @@
 
 pkgname=libebml
 pkgver=1.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Extensible Binary Meta Language library'
 arch=('i686' 'x86_64')
 url='https://dl.matroska.org/downloads/libebml/'


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 20:22:57
  Author: arojas
Revision: 296302

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

Added:
  source-highlight/repos/staging-i686/
  source-highlight/repos/staging-i686/PKGBUILD
(from rev 296301, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/staging-x86_64/
  source-highlight/repos/staging-x86_64/PKGBUILD
(from rev 296301, source-highlight/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: source-highlight/repos/staging-i686/PKGBUILD (from rev 296301, 
source-highlight/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-05-19 20:22:57 UTC (rev 296302)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=source-highlight
+pkgver=3.1.8
+pkgrel=12
+pkgdesc="Convert source code to syntax highlighted document"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/src-highlite/";
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('3243470706ef5fefdc3e43b5306a4e41')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}/usr" 
bash_completiondir="${pkgdir}/usr/share/bash-completion/completions" install
+
+  # PKGBUILD syntax highlighting
+  echo -e "\npkgbuild = sh.lang" >> "${pkgdir}"/usr/share/${pkgname}/lang.map
+}

Copied: source-highlight/repos/staging-x86_64/PKGBUILD (from rev 296301, 
source-highlight/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-05-19 20:22:57 UTC (rev 296302)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=source-highlight
+pkgver=3.1.8
+pkgrel=12
+pkgdesc="Convert source code to syntax highlighted document"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/src-highlite/";
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('3243470706ef5fefdc3e43b5306a4e41')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}/usr" 
bash_completiondir="${pkgdir}/usr/share/bash-completion/completions" install
+
+  # PKGBUILD syntax highlighting
+  echo -e "\npkgbuild = sh.lang" >> "${pkgdir}"/usr/share/${pkgname}/lang.map
+}


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 20:22:34
  Author: arojas
Revision: 296301

boost 1.64 rebuild

Modified:
  source-highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 19:48:48 UTC (rev 296300)
+++ PKGBUILD2017-05-19 20:22:34 UTC (rev 296301)
@@ -4,7 +4,7 @@
 
 pkgname=source-highlight
 pkgver=3.1.8
-pkgrel=11
+pkgrel=12
 pkgdesc="Convert source code to syntax highlighted document"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/src-highlite/";


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 20:18:57
  Author: arojas
Revision: 228642

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

Added:
  python2-exiv2/repos/community-staging-i686/
  python2-exiv2/repos/community-staging-i686/PKGBUILD
(from rev 228641, python2-exiv2/trunk/PKGBUILD)
  python2-exiv2/repos/community-staging-x86_64/
  python2-exiv2/repos/community-staging-x86_64/PKGBUILD
(from rev 228641, python2-exiv2/trunk/PKGBUILD)

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

Copied: python2-exiv2/repos/community-staging-i686/PKGBUILD (from rev 228641, 
python2-exiv2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 20:18:57 UTC (rev 228642)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Archie 
+# Contributor: Byron Clark 
+
+_pkgname=pyexiv2
+pkgname=python2-exiv2
+pkgver=0.3.2
+pkgrel=14
+pkgdesc="pyexiv2 is a Python binding to exiv2, the C++ library for 
manipulation of EXIF, IPTC and XMP image metadata."
+url="http://tilloy.net/dev/pyexiv2";
+arch=('i686' 'x86_64')
+depends=('python2' 'boost-libs' 'exiv2')
+makedepends=('scons' 'boost')
+replaces=('pyexiv2')
+conflicts=('pyexiv2')
+provides=('pyexiv2')
+license=('GPL')
+source=("http://launchpad.net/${_pkgname}/0.3.x/${pkgver}/+download/${_pkgname}-${pkgver}.tar.bz2";)
+md5sums=('9c0377ca4cf7d5c994af0b5536ae')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+scons
+}
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+scons DESTDIR="${pkgdir}" install
+}

Copied: python2-exiv2/repos/community-staging-x86_64/PKGBUILD (from rev 228641, 
python2-exiv2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-19 20:18:57 UTC (rev 228642)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Archie 
+# Contributor: Byron Clark 
+
+_pkgname=pyexiv2
+pkgname=python2-exiv2
+pkgver=0.3.2
+pkgrel=14
+pkgdesc="pyexiv2 is a Python binding to exiv2, the C++ library for 
manipulation of EXIF, IPTC and XMP image metadata."
+url="http://tilloy.net/dev/pyexiv2";
+arch=('i686' 'x86_64')
+depends=('python2' 'boost-libs' 'exiv2')
+makedepends=('scons' 'boost')
+replaces=('pyexiv2')
+conflicts=('pyexiv2')
+provides=('pyexiv2')
+license=('GPL')
+source=("http://launchpad.net/${_pkgname}/0.3.x/${pkgver}/+download/${_pkgname}-${pkgver}.tar.bz2";)
+md5sums=('9c0377ca4cf7d5c994af0b5536ae')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+scons
+}
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+scons DESTDIR="${pkgdir}" install
+}


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 20:18:29
  Author: arojas
Revision: 228641

boost 1.64 rebuild

Modified:
  python2-exiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 20:15:54 UTC (rev 228640)
+++ PKGBUILD2017-05-19 20:18:29 UTC (rev 228641)
@@ -6,7 +6,7 @@
 _pkgname=pyexiv2
 pkgname=python2-exiv2
 pkgver=0.3.2
-pkgrel=13
+pkgrel=14
 pkgdesc="pyexiv2 is a Python binding to exiv2, the C++ library for 
manipulation of EXIF, IPTC and XMP image metadata."
 url="http://tilloy.net/dev/pyexiv2";
 arch=('i686' 'x86_64')


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 20:15:54
  Author: arojas
Revision: 228640

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

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

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

Copied: guitarix2/repos/community-staging-i686/PKGBUILD (from rev 228639, 
guitarix2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 20:15:54 UTC (rev 228640)
@@ -0,0 +1,34 @@
+# $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-staging-x86_64/PKGBUILD (from rev 228639, 
guitarix2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-19 20:15:54 UTC (rev 228640)
@@ -0,0 +1,34 @@
+# $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"
+}


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 20:14:45
  Author: arojas
Revision: 228639

boost 1.64 rebuild

Modified:
  guitarix2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 20:11:41 UTC (rev 228638)
+++ PKGBUILD2017-05-19 20:14:45 UTC (rev 228639)
@@ -2,8 +2,8 @@
 # Maintainer: speps 
 
 pkgname=guitarix2
-pkgver=0.35.2
-pkgrel=3
+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/";
@@ -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=('34c9becf43145eac7281abad5de4540f')
+md5sums=('d073e551b2da7d339e738f932150d581')
 
 build() {
   cd guitarix-$pkgver


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

2017-05-19 Thread Jaroslav Lichtblau
Date: Friday, May 19, 2017 @ 20:11:41
  Author: jlichtblau
Revision: 228638

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

Added:
  mapnik/repos/community-staging-i686/
  mapnik/repos/community-staging-i686/PKGBUILD
(from rev 228637, mapnik/trunk/PKGBUILD)
  mapnik/repos/community-staging-i686/icu59.patch
(from rev 228637, mapnik/trunk/icu59.patch)
  mapnik/repos/community-staging-i686/mapnik.install
(from rev 228637, mapnik/trunk/mapnik.install)
  mapnik/repos/community-staging-x86_64/
  mapnik/repos/community-staging-x86_64/PKGBUILD
(from rev 228637, mapnik/trunk/PKGBUILD)
  mapnik/repos/community-staging-x86_64/icu59.patch
(from rev 228637, mapnik/trunk/icu59.patch)
  mapnik/repos/community-staging-x86_64/mapnik.install
(from rev 228637, mapnik/trunk/mapnik.install)

-+
 community-staging-i686/PKGBUILD |   52 ++
 community-staging-i686/icu59.patch  |   26 +++
 community-staging-i686/mapnik.install   |   11 ++
 community-staging-x86_64/PKGBUILD   |   52 ++
 community-staging-x86_64/icu59.patch|   26 +++
 community-staging-x86_64/mapnik.install |   11 ++
 6 files changed, 178 insertions(+)

Copied: mapnik/repos/community-staging-i686/PKGBUILD (from rev 228637, 
mapnik/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 20:11:41 UTC (rev 228638)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: David Dent 
+# Contributor: orbisvicis 
+
+pkgname=mapnik
+pkgver=3.0.13
+pkgrel=3
+pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps"
+arch=('i686' 'x86_64')
+url="http://mapnik.org/";
+license=('LGPL')
+depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
+'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
+'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
+optdepends=('libxslt: Web Map Service'
+'python2-lxml:Web Map Service'
+'python2-pillow:  Web Map Service'
+'python-nose: Web Map Service'
+'apache:  Web Map Service'
+'mod_fastcgi: Web Map Service - or:'
+'mod_fcgid:   Web Map Service - or:'
+'mod_wsgi2:   Web Map Service')
+makedepends=('scons' 'boost' 'git')
+install="mapnik.install"
+source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.bz2";
+'icu59.patch')
+sha256sums=('d6213d514a0e3cd84d9bfcb6d97208d169ffcaae1f36250f6555655cdfe57bcc'
+'b391a775f28ec9bc7d5d2a8ef429789d8c6158bdf8023f395501fbfc8137cc22')
+
+prepare() {
+  cd "$srcdir/$pkgname-v$pkgver"
+  patch -Np1 -i ../icu59.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-v$pkgver"
+  PYTHON=python2
+  scons configure \
+PREFIX="/usr" \
+INPUT_PLUGINS=all \
+XMLPARSER=libxml2 \
+DESTDIR="$pkgdir" \
+
CUSTOM_CXXFLAGS="-DBOOST_OPTIONAL_CONFIG_USE_OLD_IMPLEMENTATION_OF_OPTIONAL"
+  scons $MAKEFLAGS
+}
+
+package(){
+  cd "$srcdir/$pkgname-v$pkgver"
+  scons install
+}

Copied: mapnik/repos/community-staging-i686/icu59.patch (from rev 228637, 
mapnik/trunk/icu59.patch)
===
--- community-staging-i686/icu59.patch  (rev 0)
+++ community-staging-i686/icu59.patch  2017-05-19 20:11:41 UTC (rev 228638)
@@ -0,0 +1,26 @@
+diff -upr mapnik-v3.0.13.orig/include/mapnik/text/harfbuzz_shaper.hpp 
mapnik-v3.0.13/include/mapnik/text/harfbuzz_shaper.hpp
+--- mapnik-v3.0.13.orig/include/mapnik/text/harfbuzz_shaper.hpp
2017-02-08 15:13:58.0 +0200
 mapnik-v3.0.13/include/mapnik/text/harfbuzz_shaper.hpp 2017-04-26 
12:14:46.156921035 +0300
+@@ -55,11 +55,7 @@ static inline hb_script_t _icu_script_to
+ static inline const uint16_t * uchar_to_utf16(const UChar* src)
+ {
+static_assert(sizeof(UChar) == sizeof(uint16_t),"UChar is eq size to 
uint16_t");
+-#if defined(_MSC_VER)
+return reinterpret_cast(src);
+-#else
+-   return src;
+-#endif
+ }
+ 
+ struct harfbuzz_shaper
+diff -upr mapnik-v3.0.13.orig/src/unicode.cpp mapnik-v3.0.13/src/unicode.cpp
+--- mapnik-v3.0.13.orig/src/unicode.cpp2017-02-08 15:13:58.0 
+0200
 mapnik-v3.0.13/src/unicode.cpp 2017-04-26 12:14:20.346507663 +0300
+@@ -30,6 +30,7 @@
+ #pragma GCC diagnostic push
+ #include 
+ #include 
++#include 
+ #pragma GCC diagnostic pop
+ 
+ namespace mapnik {

Copied: mapnik/repos/community-staging-i686/mapnik.install (from rev 228637, 
mapnik/trunk/mapnik.install)
===
--- community-staging-i686/mapnik.install  

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

2017-05-19 Thread Jaroslav Lichtblau
Date: Friday, May 19, 2017 @ 20:10:29
  Author: jlichtblau
Revision: 228637

upgpkg: mapnik 3.0.13-3 - boost 1.64.0 rebuild

Modified:
  mapnik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 20:05:59 UTC (rev 228636)
+++ PKGBUILD2017-05-19 20:10:29 UTC (rev 228637)
@@ -6,7 +6,7 @@
 
 pkgname=mapnik
 pkgver=3.0.13
-pkgrel=2
+pkgrel=3
 pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps"
 arch=('i686' 'x86_64')
 url="http://mapnik.org/";


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 20:05:59
  Author: arojas
Revision: 228636

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

Added:
  electricsheep/repos/community-staging-i686/
  electricsheep/repos/community-staging-i686/PKGBUILD
(from rev 228635, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-staging-i686/electricsheep-ffmpeg30.patch
(from rev 228635, electricsheep/trunk/electricsheep-ffmpeg30.patch)
  electricsheep/repos/community-staging-i686/electricsheep-no-wxgtk.patch
(from rev 228635, electricsheep/trunk/electricsheep-no-wxgtk.patch)
  electricsheep/repos/community-staging-x86_64/
  electricsheep/repos/community-staging-x86_64/PKGBUILD
(from rev 228635, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-staging-x86_64/electricsheep-ffmpeg30.patch
(from rev 228635, electricsheep/trunk/electricsheep-ffmpeg30.patch)
  electricsheep/repos/community-staging-x86_64/electricsheep-no-wxgtk.patch
(from rev 228635, electricsheep/trunk/electricsheep-no-wxgtk.patch)

---+
 community-staging-i686/PKGBUILD   |   70 
 community-staging-i686/electricsheep-ffmpeg30.patch   |   89 
 community-staging-i686/electricsheep-no-wxgtk.patch   |   77 +
 community-staging-x86_64/PKGBUILD |   70 
 community-staging-x86_64/electricsheep-ffmpeg30.patch |   89 
 community-staging-x86_64/electricsheep-no-wxgtk.patch |   77 +
 6 files changed, 472 insertions(+)

Copied: electricsheep/repos/community-staging-i686/PKGBUILD (from rev 228635, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 20:05:59 UTC (rev 228636)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=31
+pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
+arch=('i686' 'x86_64')
+url="http://community.electricsheep.org/";
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'lua51' 'libgtop' 'boost-libs' 'freeglut' 
'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(https://sources.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+electricsheep-no-wxgtk.patch
+electricsheep-ffmpeg30.patch)
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'SKIP'
+  'b186318902dd0abac6e72a81fa374434d7244ac3'
+  'c28e8a1ad5738c56615bdb431d80eff7f9e2a554')
+validpgpkeys=('5357F3B111688D88C1D88119FCF2CB179205AC90')
+
+# source PKGBUILD && mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
+  _svnver=r125
+  _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic";
+  _svnmod="${pkgname}-${pkgver}"
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+# Do not build broken electricsheep-preferences
+  patch -p0 -i "${srcdir}/electricsheep-no-wxgtk.patch"
+  patch -p1 -i "${srcdir}/electricsheep-ffmpeg30.patch"
+
+  sed -i -e 's/av_close_input_file( m_pFormatContext )/avformat_close_input( 
\&m_pFormatContext )/' ContentDecoder/ContentDecoder.cpp
+  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
+  sed -i '12 i\
+#include ' Common/Singleton.h
+  mkdir m4
+
+  sed -e 's|\[lua5.1\]|\[lua51\]|g' -i configure.ac
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  CPPFLAGS+=" -I/usr/include/lua5.1" ./configure --prefix=/usr
+  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile
+  make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1" GLEE_LIBS="-lGLee"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
"${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop"
+  install -D -m644 Runtime/logo.png 
"${pkgdir}/usr/share/icons/electricsheep.png"
+}

Copied: electricsheep/repos/community-staging-i686/electricsheep-ffmpeg30.patch 
(from rev 228635, electricsheep/trunk/electricsheep-ffmpeg30.patch)
===
--- community-staging-i686/electricsheep-ffmpeg30.patch 

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 20:05:32
  Author: arojas
Revision: 228635

boost 1.64 rebuild

Modified:
  electricsheep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 19:36:26 UTC (rev 228634)
+++ PKGBUILD2017-05-19 20:05:32 UTC (rev 228635)
@@ -3,7 +3,7 @@
 
 pkgname=electricsheep
 pkgver=2.7b33
-pkgrel=30
+pkgrel=31
 pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
 arch=('i686' 'x86_64')
 url="http://community.electricsheep.org/";


[arch-commits] Commit in qt5-base/repos/kde-unstable-x86_64 (4 files)

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 19:48:48
  Author: arojas
Revision: 296300

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-base/repos/kde-unstable-x86_64/PKGBUILD
(from rev 296299, qt5-base/kde-unstable/PKGBUILD)
  qt5-base/repos/kde-unstable-x86_64/rebuild.list
(from rev 296299, qt5-base/kde-unstable/rebuild.list)
Deleted:
  qt5-base/repos/kde-unstable-x86_64/PKGBUILD
  qt5-base/repos/kde-unstable-x86_64/rebuild.list

--+
 PKGBUILD |  232 -
 rebuild.list |   30 +++
 2 files changed, 131 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-19 19:48:24 UTC (rev 296299)
+++ PKGBUILD2017-05-19 19:48:48 UTC (rev 296300)
@@ -1,116 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.9.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig'
- 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu' 
'pcre2'
- 'tslib' 'libinput' 'libsm' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'openssl-1.0')
-makedepends=('libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds')
-optdepends=('qt5-svg: to use SVG icon themes'
-'postgresql-libs: PostgreSQL driver'
-'libmariadbclient: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgbase/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('cd86733618e4439192197f182788bad99a92b892be86aae8ce7ee9f7a13da22d')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  # Build qmake using Arch {C,LD}FLAGS
-  # This also sets default {C,CXX,LD}FLAGS for projects built using qmake
-  sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${CFLAGS}|" \
-mkspecs/common/gcc-base.conf
-  sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
-mkspecs/common/g++-unix.conf
-
-  # Use python2 for Python 2.x
-  find . -name '*.py' -exec sed -i \
-'s|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
-
-  # Fix missing private includes https://bugreports.qt.io/browse/QTBUG-37417
-  sed -e '/CMAKE_NO_PRIVATE_INCLUDES\ \=\ true/d' -i 
mkspecs/features/create_cmake.prf
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  # FS#38796
-  [[ "${CARCH}" = "i686" ]] && SSE2="-no-sse2"
-
-  echo "INCLUDEPATH += /usr/include/openssl-1.0" >> src/network/network.pro
-  export OPENSSL_LIBS='-L/usr/lib/openssl-1.0 -lssl -lcrypto'
-
-  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--optimized-qmake \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-use-gold-linker \
--reduce-relocations ${SSE2}
-
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -D -m644 LGPL_EXCEPTION.txt \
-"${pkgdir}"/usr/share/licenses/${pkgbase}/LGPL_EXCEPTION.txt
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s /usr/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-
-package_qt5-xcb-private-headers() {
-  pkgdesc='Private headers for Qt5 Xcb'
-
-  depends=("qt5-base=$pkgver")
-  optdepends=()
-  groups=()
-  conflicts=()
-
-  cd ${_pkgfqn}
-  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
-  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
-}

Copied: qt5-base/repos/kde-unstable-x86_64/PKGBUILD (from rev 296299, 
qt5-base/kde-unstable/PKGBUILD)
===
--- PKGBUILD  

[arch-commits] Commit in qt5-base/kde-unstable (PKGBUILD)

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 19:48:24
  Author: arojas
Revision: 296299

openssl 1.0 rebuild

Modified:
  qt5-base/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 19:33:00 UTC (rev 296298)
+++ PKGBUILD2017-05-19 19:48:24 UTC (rev 296299)
@@ -6,7 +6,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.9.0-beta3
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 19:36:26
  Author: alucryd
Revision: 228634

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

Added:
  aegisub/repos/community-staging-i686/PKGBUILD
(from rev 228633, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-i686/icu59.patch
(from rev 228633, aegisub/trunk/icu59.patch)
  aegisub/repos/community-staging-x86_64/PKGBUILD
(from rev 228633, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-x86_64/icu59.patch
(from rev 228633, aegisub/trunk/icu59.patch)
Deleted:
  aegisub/repos/community-staging-i686/PKGBUILD
  aegisub/repos/community-staging-i686/icu59.patch
  aegisub/repos/community-staging-x86_64/PKGBUILD
  aegisub/repos/community-staging-x86_64/icu59.patch

--+
 /PKGBUILD|   94 +
 /icu59.patch |   22 +++
 community-staging-i686/PKGBUILD  |   47 
 community-staging-i686/icu59.patch   |   11 ---
 community-staging-x86_64/PKGBUILD|   47 
 community-staging-x86_64/icu59.patch |   11 ---
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-05-19 19:36:16 UTC (rev 228633)
+++ community-staging-i686/PKGBUILD 2017-05-19 19:36:26 UTC (rev 228634)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kozec 
-# Contributor: Limao Luo 
-
-pkgname=aegisub
-pkgver=3.2.2
-pkgrel=20
-pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
-arch=('i686' 'x86_64')
-url='http://www.aegisub.org'
-license=('GPL' 'BSD')
-depends=('boost-libs' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
-makedepends=('boost' 'intltool' 'mesa')
-source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz";
-'icu59.patch')
-sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885'
-'29d8cc91e73602d5e3c8517c977dcc77cb84af7d42787f510d487d0a6abf7fa6')
-
-prepare() {
-  cd aegisub-${pkgver}
-
-  patch -Np1 -i ../icu59.patch
-
-  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
-}
-
-build() {
-  cd aegisub-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---without-{portaudio,openal,oss} \
---disable-update-checker
-  make
-}
-
-package() {
-  cd aegisub-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
-  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-i686/PKGBUILD (from rev 228633, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 19:36:26 UTC (rev 228634)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kozec 
+# Contributor: Limao Luo 
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=21
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('boost-libs' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz";
+'icu59.patch')
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885'
+'29d8cc91e73602d5e3c8517c977dcc77cb84af7d42787f510d487d0a6abf7fa6')
+
+prepare() {
+  cd aegisub-${pkgver}
+
+  patch -Np1 -i ../icu59.patch
+
+  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
+}
+
+build() {
+  cd aegisub-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-staging-i686/icu59.patch
===
--- community-staging-i686/icu59.patch  2017-05-19 19:36:16 UTC (rev 228633)
+++ community-staging-i686/icu59.patch  2017-05-19 19:36:26 UTC (rev 228634)
@@ -1,11 +0,0 @@
-diff -upr aegisub-3.2.2.orig/src/utils.cpp aegisub-3.2.2/src/utils.cpp
 aegisub-3.2.2.orig/src/utils.cpp   2014-12-08 02:07:09.0 +0200
-+++ aegisub-3.2.2/src/utils.cpp2017-04-26 11:11:15.438239182 +0300
-@@ -44,6 +44,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 

Copied: aegisub/repos/community-staging-i686/icu59.patch (from rev 228633, 
aegisub/trunk/icu59.patch)
=

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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 19:36:16
  Author: alucryd
Revision: 228633

upgpkg: aegisub 3.2.2-21

Modified:
  aegisub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 19:35:16 UTC (rev 228632)
+++ PKGBUILD2017-05-19 19:36:16 UTC (rev 228633)
@@ -5,7 +5,7 @@
 
 pkgname=aegisub
 pkgver=3.2.2
-pkgrel=20
+pkgrel=21
 pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
 arch=('i686' 'x86_64')
 url='http://www.aegisub.org'


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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 19:28:47
  Author: alucryd
Revision: 228608

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

Added:
  aegisub/repos/community-staging-i686/
  aegisub/repos/community-staging-i686/PKGBUILD
(from rev 228607, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-i686/icu59.patch
(from rev 228607, aegisub/trunk/icu59.patch)
  aegisub/repos/community-staging-x86_64/
  aegisub/repos/community-staging-x86_64/PKGBUILD
(from rev 228607, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-x86_64/icu59.patch
(from rev 228607, aegisub/trunk/icu59.patch)

--+
 community-staging-i686/PKGBUILD  |   47 +
 community-staging-i686/icu59.patch   |   11 +++
 community-staging-x86_64/PKGBUILD|   47 +
 community-staging-x86_64/icu59.patch |   11 +++
 4 files changed, 116 insertions(+)

Copied: aegisub/repos/community-staging-i686/PKGBUILD (from rev 228607, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 19:28:47 UTC (rev 228608)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kozec 
+# Contributor: Limao Luo 
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=20
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('boost-libs' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz";
+'icu59.patch')
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885'
+'29d8cc91e73602d5e3c8517c977dcc77cb84af7d42787f510d487d0a6abf7fa6')
+
+prepare() {
+  cd aegisub-${pkgver}
+
+  patch -Np1 -i ../icu59.patch
+
+  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
+}
+
+build() {
+  cd aegisub-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-i686/icu59.patch (from rev 228607, 
aegisub/trunk/icu59.patch)
===
--- community-staging-i686/icu59.patch  (rev 0)
+++ community-staging-i686/icu59.patch  2017-05-19 19:28:47 UTC (rev 228608)
@@ -0,0 +1,11 @@
+diff -upr aegisub-3.2.2.orig/src/utils.cpp aegisub-3.2.2/src/utils.cpp
+--- aegisub-3.2.2.orig/src/utils.cpp   2014-12-08 02:07:09.0 +0200
 aegisub-3.2.2/src/utils.cpp2017-04-26 11:11:15.438239182 +0300
+@@ -44,6 +44,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

Copied: aegisub/repos/community-staging-x86_64/PKGBUILD (from rev 228607, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-19 19:28:47 UTC (rev 228608)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kozec 
+# Contributor: Limao Luo 
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=20
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('boost-libs' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz";
+'icu59.patch')
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885'
+'29d8cc91e73602d5e3c8517c977dcc77cb84af7d42787f510d487d0a6abf7fa6')
+
+prepare() {
+  cd aegisub-${pkgver}
+
+  patch -Np1 -i ../icu59.patch
+
+  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
+}
+
+build() {
+  cd aegisub-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-x86_64/icu59.patch (from rev 228607, 
aegisub/trunk/icu59.patch)
===
--- community-staging-x86_64/icu59.patch(rev 0)
+++ c

[arch-commits] Commit in ruby2.3/repos (4 files)

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 19:28:12
  Author: arojas
Revision: 228607

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

Added:
  ruby2.3/repos/community-staging-i686/
  ruby2.3/repos/community-staging-i686/PKGBUILD
(from rev 228606, ruby2.3/trunk/PKGBUILD)
  ruby2.3/repos/community-staging-x86_64/
  ruby2.3/repos/community-staging-x86_64/PKGBUILD
(from rev 228606, ruby2.3/trunk/PKGBUILD)

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

Copied: ruby2.3/repos/community-staging-i686/PKGBUILD (from rev 228606, 
ruby2.3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 19:28:12 UTC (rev 228607)
@@ -0,0 +1,65 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sergey Shatunov 
+# Contributor: Jonne Haß 
+# Contributor: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+_rubyver=2.3
+pkgname=ruby2.3
+pkgver=${_rubyver}.4
+pkgdesc='An object-oriented language for quick and easy programming'
+pkgrel=3
+arch=(i686 x86_64)
+url='http://www.ruby-lang.org/en/'
+license=(BSD custom)
+depends=(gdbm openssl-1.0 libffi libyaml gmp zlib)
+optdepends=('tk: for Ruby/TK')
+makedepends=(gdbm openssl-1.0 libffi doxygen graphviz libyaml ttf-dejavu tk)
+options=(!emptydirs)
+source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
+sha512sums=('9e3adc2de6703e50e75db37db2981006d4c69759929d61db6a0d63627cfe5977d0ad66d2c69d7161cfc0c0d1c2cb38e5181a06ccd2790df2f72ec25c2ad01e02')
+
+build() {
+  cd ruby-${pkgver}
+
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/opt/ruby${_rubyver} \
+--program-suffix=-${_rubyver} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sharedstatedir=/var/lib \
+--libexecdir=/usr/lib/ruby \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make ruby
+}
+
+check() {
+  cd ruby-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ruby-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -dm755 $pkgdir/usr/bin
+  install -dm755 $pkgdir/usr/lib
+
+  for i in erb irb rdoc ri ruby testrb rake gem; do
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/usr/bin/$i-${_rubyver}
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/opt/$pkgname/bin/$i
+  done
+
+  ln -s /opt/$pkgname/lib/libruby.so.${_rubyver} 
$pkgdir/usr/lib/libruby.so.${_rubyver}
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/$pkgname/BSDL"
+}

Copied: ruby2.3/repos/community-staging-x86_64/PKGBUILD (from rev 228606, 
ruby2.3/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-19 19:28:12 UTC (rev 228607)
@@ -0,0 +1,65 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sergey Shatunov 
+# Contributor: Jonne Haß 
+# Contributor: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+_rubyver=2.3
+pkgname=ruby2.3
+pkgver=${_rubyver}.4
+pkgdesc='An object-oriented language for quick and easy programming'
+pkgrel=3
+arch=(i686 x86_64)
+url='http://www.ruby-lang.org/en/'
+license=(BSD custom)
+depends=(gdbm openssl-1.0 libffi libyaml gmp zlib)
+optdepends=('tk: for Ruby/TK')
+makedepends=(gdbm openssl-1.0 libffi doxygen graphviz libyaml ttf-dejavu tk)
+options=(!emptydirs)
+source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
+sha512sums=('9e3adc2de6703e50e75db37db2981006d4c69759929d61db6a0d63627cfe5977d0ad66d2c69d7161cfc0c0d1c2cb38e5181a06ccd2790df2f72ec25c2ad01e02')
+
+build() {
+  cd ruby-${pkgver}
+
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/opt/ruby${_rubyver} \
+--program-suffix=-${_rubyver} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sharedstatedir=/var/lib \
+--libexecdir=/usr/lib/ruby \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make ruby
+}
+
+check() {
+  cd ruby-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ruby-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -dm755 $pkgdir/usr/bin
+  install -dm755 $pkgdir/usr/lib
+
+  for i in erb irb rdoc ri ruby testrb rake gem; do
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/usr/bin/$i-${_rubyver}
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/opt/$pkgname/bin/$i
+  done
+
+  ln -s /opt/$pkgname/lib/libruby.so.${_rubyver}

[arch-commits] Commit in ruby2.3/trunk (PKGBUILD)

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 19:27:33
  Author: arojas
Revision: 228606

openssl 1.0 rebuild

Modified:
  ruby2.3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 19:18:11 UTC (rev 228605)
+++ PKGBUILD2017-05-19 19:27:33 UTC (rev 228606)
@@ -10,7 +10,7 @@
 pkgname=ruby2.3
 pkgver=${_rubyver}.4
 pkgdesc='An object-oriented language for quick and easy programming'
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 url='http://www.ruby-lang.org/en/'
 license=(BSD custom)


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 19:18:11
  Author: arojas
Revision: 228605

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

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

-+
 community-staging-i686/PKGBUILD |   73 ++
 community-staging-i686/rethinkdb-tmpfile.conf   |1 
 community-staging-i686/rethinkdb.install|   15 
 community-staging-i686/rethinkdb.service|   12 +++
 community-staging-i686/rethinkdb.sysusers   |1 
 community-staging-x86_64/PKGBUILD   |   73 ++
 community-staging-x86_64/rethinkdb-tmpfile.conf |1 
 community-staging-x86_64/rethinkdb.install  |   15 
 community-staging-x86_64/rethinkdb.service  |   12 +++
 community-staging-x86_64/rethinkdb.sysusers |1 
 10 files changed, 204 insertions(+)

Copied: rethinkdb/repos/community-staging-i686/PKGBUILD (from rev 228604, 
rethinkdb/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 19:18:11 UTC (rev 228605)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Sigmund Lahn 
+
+pkgname=rethinkdb
+pkgver=2.3.5
+_tag=rethinkdb-$pkgver
+pkgrel=8
+pkgdesc='Distributed powerful and scalable NoSQL database'
+arch=(i686 x86_64)
+url='http://www.rethinkdb.com/'
+license=(AGPL)
+depends=(protobuf ncurses curl openssl-1.0)
+makedepends=(boost python2 wget gcc5) # gcc5 is workaround for 
https://github.com/rethinkdb/rethinkdb/issues/5757
+backup=(etc/rethinkdb/instances.d/default.conf)
+install=rethinkdb.install
+options=(!emptydirs)
+source=(
+  https://download.rethinkdb.com/dist/$_tag.tgz
+  rethinkdb-tmpfile.conf
+  rethinkdb.service
+  rethinkdb.sysusers
+)
+sha256sums=('dd8aeee169b177179bfe080725f0560443e0f26dae875b32ae25d90cf2f8ee10'
+'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
+'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2'
+'0660e0c7c093b440718486e1d0138322cf393da43e1fc92fb712b8282db76b5c')
+
+prepare() {
+  cd $_tag
+
+  sed \
+-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+-e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+-i scripts/*.py external/v8_*/tools/*.py
+  sed -e 's|exec python|exec python2|g' -i external/v8_*/build/gyp/gyp
+  sed -e 's|\bpython\b|python2|g' -i 
external/v8_*/{Makefile,*/*.gyp,*/*.gypi,*/*/*.gyp}
+
+}
+
+build() {
+  cd $_tag
+  export PYTHON=/usr/bin/python2
+  CXX=g++-5 ./configure --fetch v8 --fetch jemalloc --dynamic all 
--enable-precompiled-web --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
CXXFLAGS="$CXXFLAGS -I/usr/include/openssl-1.0" LDFLAGS="$LDFLAGS 
-L/usr/lib/openssl-1.0"
+  make ALLOW_WARNINGS=1
+}
+
+check() {
+  cd $_tag
+
+  # these tests are flaky and extremely slow in Arch chroot
+  # make build/release/rethinkdb-unittest
+  # ./build/release/rethinkdb-unittest 
--gtest_filter=-RDBBtree.*:RDBInterrupt.*
+  # some tests might be flaky on btrfs filesystem
+}
+
+package() {
+  cd $_tag
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/rethinkdb.sysusers 
"$pkgdir"/usr/lib/sysusers.d/rethinkdb.conf
+  install -Dm644 "$srcdir"/rethinkdb-tmpfile.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rethinkdb.conf
+  install -Dm644 "$srcdir"/rethinkdb.service 
"$pkgdir"/usr/lib/systemd/system/rethinkdb@.service
+
+  # create 'default' database instance
+  mv "$pkgdir"/etc/rethinkdb/default.conf.sample 
"$pkgdir"/etc/rethinkdb/instances.d/default.conf
+  sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' 

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 19:17:39
  Author: arojas
Revision: 228604

openssl 1.0 rebuild

Modified:
  rethinkdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 18:31:23 UTC (rev 228603)
+++ PKGBUILD2017-05-19 19:17:39 UTC (rev 228604)
@@ -6,7 +6,7 @@
 pkgname=rethinkdb
 pkgver=2.3.5
 _tag=rethinkdb-$pkgver
-pkgrel=7
+pkgrel=8
 pkgdesc='Distributed powerful and scalable NoSQL database'
 arch=(i686 x86_64)
 url='http://www.rethinkdb.com/'


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

2017-05-19 Thread Florian Pritz
Date: Friday, May 19, 2017 @ 18:31:23
  Author: bluewind
Revision: 228603

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-19 18:31:18 UTC (rev 228602)
+++ community-i686/PKGBUILD 2017-05-19 18:31:23 UTC (rev 228603)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Contributor: Foster McLane 
-# Contributor: Jonathan Thomas 
-
-pkgname=libopenshot
-pkgver=0.1.5
-pkgrel=1
-pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
-arch=('i686' 'x86_64')
-url="http://openshot.org/";
-license=('LGPL3')
-depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'python' 
'jsoncpp' 'qt5-multimedia' 'zeromq')
-makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot/archive/v$pkgver.tar.gz";)
-sha256sums=('72eb75e1853e7ec0f123242bf86ca1f84c7f0260e11f830d76103cab6b7076ff')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   mkdir build
-   cd build
-   export CXXFLAGS+=" -std=gnu++98"
-   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 
-DMAGICKCORE_QUANTUM_DEPTH=16 \
- -DUSE_SYSTEM_JSONCPP=ON -DENABLE_RUBY=OFF ../
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: libopenshot/repos/community-i686/PKGBUILD (from rev 228602, 
libopenshot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-19 18:31:23 UTC (rev 228603)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Foster McLane 
+# Contributor: Jonathan Thomas 
+
+pkgname=libopenshot
+pkgver=0.1.6
+pkgrel=1
+pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
+arch=('i686' 'x86_64')
+url="http://openshot.org/";
+license=('LGPL3')
+depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'python' 
'jsoncpp' 'qt5-multimedia' 'zeromq')
+makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot/archive/v$pkgver.tar.gz";)
+sha256sums=('c3f9713b7d64629a2a446ffe77a743bef036d050fb3057fe4dc6e61beb25f26f')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   mkdir build
+   cd build
+   export CXXFLAGS+=" -std=gnu++98"
+   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 
-DMAGICKCORE_QUANTUM_DEPTH=16 \
+ -DUSE_SYSTEM_JSONCPP=ON -DENABLE_RUBY=OFF ../
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd build
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-19 18:31:18 UTC (rev 228602)
+++ community-x86_64/PKGBUILD   2017-05-19 18:31:23 UTC (rev 228603)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Contributor: Foster McLane 
-# Contributor: Jonathan Thomas 
-
-pkgname=libopenshot
-pkgver=0.1.5
-pkgrel=1
-pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
-arch=('i686' 'x86_64')
-url="http://openshot.org/";
-license=('LGPL3')
-depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'python' 
'jsoncpp' 'qt5-multimedia' 'zeromq')
-makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot/archive/v$pkgver.tar.gz";)
-sha256sums=('72eb75e1853e7ec0f123242bf86ca1f84c7f0260e11f830d76103cab6b7076ff')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   mkdir build
-   cd build
-   export CXXFLAGS+=" -std=gnu++98"
-   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 
-DMAGICKCORE_QUANTUM_DEPTH=16 \
- -DUSE_SYSTEM_JSONCPP=ON -DENABLE_RUBY=OFF ../
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: libopenshot/repos/community-x86_64/PKGBUILD (from rev 228602, 
libopenshot/trunk/

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

2017-05-19 Thread Florian Pritz
Date: Friday, May 19, 2017 @ 18:31:18
  Author: bluewind
Revision: 228602

upgpkg: libopenshot 0.1.6-1

upstream update

Modified:
  libopenshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 18:26:32 UTC (rev 228601)
+++ PKGBUILD2017-05-19 18:31:18 UTC (rev 228602)
@@ -4,7 +4,7 @@
 # Contributor: Jonathan Thomas 
 
 pkgname=libopenshot
-pkgver=0.1.5
+pkgver=0.1.6
 pkgrel=1
 pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'python' 
'jsoncpp' 'qt5-multimedia' 'zeromq')
 makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot/archive/v$pkgver.tar.gz";)
-sha256sums=('72eb75e1853e7ec0f123242bf86ca1f84c7f0260e11f830d76103cab6b7076ff')
+sha256sums=('c3f9713b7d64629a2a446ffe77a743bef036d050fb3057fe4dc6e61beb25f26f')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-05-19 Thread Laurent Carlier
Date: Friday, May 19, 2017 @ 18:26:24
  Author: lcarlier
Revision: 228600

upgpkg: performous 1.1-9

boost 1.64.0 rebuild

Modified:
  performous/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 18:22:32 UTC (rev 228599)
+++ PKGBUILD2017-05-19 18:26:24 UTC (rev 228600)
@@ -4,7 +4,7 @@
 
 pkgname=performous
 pkgver=1.1
-pkgrel=8
+pkgrel=9
 pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
 arch=('i686' 'x86_64')
 url="http://performous.org/";


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

2017-05-19 Thread Laurent Carlier
Date: Friday, May 19, 2017 @ 18:26:32
  Author: lcarlier
Revision: 228601

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

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

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

Copied: performous/repos/community-staging-i686/PKGBUILD (from rev 228600, 
performous/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 18:26:32 UTC (rev 228601)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: Christoph Zeiler 
+
+pkgname=performous
+pkgver=1.1
+pkgrel=9
+pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
+arch=('i686' 'x86_64')
+url="http://performous.org/";
+license=('GPL')
+depends=('boost-libs' 'libepoxy' 'libxml++2.6' 'portaudio' 'portmidi' 
'librsvg' 'ffmpeg' 'opencv' 'sdl2')
+makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
+optdepends=('performous-freesongs: free songs for performous')
+source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('cf31d0973cd88b3cd626d312d6d3f5b2')
+
+build() {
+  cd performous-${pkgver}
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd performous-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}

Copied: performous/repos/community-staging-x86_64/PKGBUILD (from rev 228600, 
performous/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-19 18:26:32 UTC (rev 228601)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: Christoph Zeiler 
+
+pkgname=performous
+pkgver=1.1
+pkgrel=9
+pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
+arch=('i686' 'x86_64')
+url="http://performous.org/";
+license=('GPL')
+depends=('boost-libs' 'libepoxy' 'libxml++2.6' 'portaudio' 'portmidi' 
'librsvg' 'ffmpeg' 'opencv' 'sdl2')
+makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
+optdepends=('performous-freesongs: free songs for performous')
+source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('cf31d0973cd88b3cd626d312d6d3f5b2')
+
+build() {
+  cd performous-${pkgver}
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd performous-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 18:22:32
  Author: arojas
Revision: 228599

archrelease: copy trunk to community-staging-x86_64

Added:
  rubinius/repos/community-staging-x86_64/
  rubinius/repos/community-staging-x86_64/PKGBUILD
(from rev 228598, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-staging-x86_64/dirs.patch
(from rev 228598, rubinius/trunk/dirs.patch)
  rubinius/repos/community-staging-x86_64/gemrc
(from rev 228598, rubinius/trunk/gemrc)

+
 PKGBUILD   |   87 +++
 dirs.patch |   21 ++
 gemrc  |5 +++
 3 files changed, 113 insertions(+)

Copied: rubinius/repos/community-staging-x86_64/PKGBUILD (from rev 228598, 
rubinius/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-19 18:22:32 UTC (rev 228599)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=3.78
+pkgrel=2
+pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
+arch=(x86_64)
+url="http://rubinius.com";
+license=(custom)
+depends=(libffi openssl-1.0 libyaml)
+makedepends=(llvm ruby clang valgrind)
+options=(!emptydirs)
+source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
+gemrc dirs.patch)
+sha256sums=('d285d798226fa6d80db7fd5afc2ceb2860546378772beccab154b8b7612446c9'
+'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
+'1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
+
+_common() {
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8" TMPDIR="$srcdir"
+  cd $pkgbase-$pkgver
+}
+
+prepare() {
+  _common
+
+  patch -Np1 -i ../dirs.patch
+
+  mkdir -p "$GEM_HOME"
+  gem install --no-user-install -N vendor/cache/bundler-*.gem
+
+  "$GEM_HOME/bin/bundle" install --local
+}
+
+build() {
+  _common
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--includedir=/usr/include/rubinius \
+--appdir=/usr/lib/rubinius \
+--gemsdir=/usr/lib/rubinius/gems \
+--preserve-prefix \
+--without-rpath \
+--bin-link bundle --bin-link bundler
+  "$GEM_HOME/bin/bundle" exec rake build
+}
+
+check() {
+  _common
+  rake vm:test || :
+}
+
+package_rubinius() {
+  optdepends=('ruby-docs: Ruby documentation')
+
+  _common
+
+  DESTDIR="$pkgdir" "$GEM_HOME/bin/bundle" exec rake install
+
+  mkdir -p "$pkgdir/usr/share/ri"
+  ln -s 2.4.0 "$pkgdir/usr/share/ri/2.3"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/rubinius/LICENSE"
+
+### Split rubinius-ruby
+  mkdir -p "$srcdir/ruby/usr/bin"
+  for _f in "$pkgdir"/usr/bin/*; do
+[[ $_f == */rbx ]] && continue
+mv $_f "$srcdir/ruby/usr/bin"
+  done
+}
+
+package_rubinius-ruby() {
+  pkgdesc="Ruby compat for Rubinius"
+  depends=("rubinius=$pkgver-$pkgrel")
+  provides=(ruby)
+  conflicts=(ruby)
+  backup=(etc/gemrc)
+
+  mv ruby/* "$pkgdir"
+  install -Dm644 gemrc "$pkgdir/etc/gemrc"
+  install -d "$pkgdir/usr/share/licenses/rubinius-ruby"
+  ln -s ../rubinius/LICENSE "$pkgdir/usr/share/licenses/rubinius-ruby/LICENSE"
+}

Copied: rubinius/repos/community-staging-x86_64/dirs.patch (from rev 228598, 
rubinius/trunk/dirs.patch)
===
--- community-staging-x86_64/dirs.patch (rev 0)
+++ community-staging-x86_64/dirs.patch 2017-05-19 18:22:32 UTC (rev 228599)
@@ -0,0 +1,21 @@
+diff --git i/core/rbconfig.rb w/core/rbconfig.rb
+index 8d23097..acd6ed8 100644
+--- i/core/rbconfig.rb
 w/core/rbconfig.rb
+@@ -14,12 +14,12 @@ module RbConfig
+   CONFIG["exec_prefix"]= "$(prefix)"
+   CONFIG["bindir"] = Rubinius::BIN_PATH.dup
+   CONFIG["sbindir"]= "$(exec_prefix)/sbin"
+-  CONFIG["libexecdir"] = "$(exec_prefix)/libexec"
++  CONFIG["libexecdir"] = "/usr/lib/rubinius"
+   CONFIG["datarootdir"]= "$(prefix)/share"
+   CONFIG["datadir"]= "$(datarootdir)"
+-  CONFIG["sysconfdir"] = "$(prefix)/etc"
+-  CONFIG["sharedstatedir"] = "$(prefix)/com"
+-  CONFIG["localstatedir"]  = "$(prefix)/var"
++  CONFIG["sysconfdir"] = "/etc"
++  CONFIG["sharedstatedir"] = "/var/lib"
++  CONFIG["localstatedir"]  = "/var"
+   CONFIG["includedir"] = "$(prefix)/include"
+   CONFIG["oldincludedir"]  = "/usr/include"
+   CONFIG["docdir"] = "$(datarootdir)/doc/$(PACKAGE)"

Copied: rubinius/repos/community-staging-x86_64/gemrc (from rev 228598, 
rubinius/trunk/gemrc)
===
--- community-staging-x86_64/gemrc  (rev 0)
+++ community-staging-x86_64/gemrc  2017-05-19 18:22:32 UTC (rev 228599)
@@ -0,0 +1,5 @@
+# Read about the gemrc for

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 18:21:56
  Author: arojas
Revision: 228598

openssl 1.0 rebuild

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 18:20:41 UTC (rev 228597)
+++ PKGBUILD2017-05-19 18:21:56 UTC (rev 228598)
@@ -4,7 +4,7 @@
 pkgbase=rubinius
 pkgname=(rubinius rubinius-ruby)
 pkgver=3.78
-pkgrel=1
+pkgrel=2
 pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
 arch=(x86_64)
 url="http://rubinius.com";
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
 gemrc dirs.patch)
-sha256sums=('b524542f604babb2bac4c33200aa5c08d9f28515bfdd8a732111cc21a09b53b8'
+sha256sums=('d285d798226fa6d80db7fd5afc2ceb2860546378772beccab154b8b7612446c9'
 '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
 '1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
 


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

2017-05-19 Thread Laurent Carlier
Date: Friday, May 19, 2017 @ 18:20:41
  Author: lcarlier
Revision: 228597

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

Added:
  pingus/repos/community-staging-i686/
  pingus/repos/community-staging-i686/ChangeLog
(from rev 228596, pingus/trunk/ChangeLog)
  pingus/repos/community-staging-i686/PKGBUILD
(from rev 228596, pingus/trunk/PKGBUILD)
  pingus/repos/community-staging-i686/missing-header.patch
(from rev 228596, pingus/trunk/missing-header.patch)
  pingus/repos/community-staging-i686/pingus-0.7.6-gcc470-udl.patch
(from rev 228596, pingus/trunk/pingus-0.7.6-gcc470-udl.patch)
  pingus/repos/community-staging-i686/pingus.desktop
(from rev 228596, pingus/trunk/pingus.desktop)
  pingus/repos/community-staging-x86_64/
  pingus/repos/community-staging-x86_64/ChangeLog
(from rev 228596, pingus/trunk/ChangeLog)
  pingus/repos/community-staging-x86_64/PKGBUILD
(from rev 228596, pingus/trunk/PKGBUILD)
  pingus/repos/community-staging-x86_64/missing-header.patch
(from rev 228596, pingus/trunk/missing-header.patch)
  pingus/repos/community-staging-x86_64/pingus-0.7.6-gcc470-udl.patch
(from rev 228596, pingus/trunk/pingus-0.7.6-gcc470-udl.patch)
  pingus/repos/community-staging-x86_64/pingus.desktop
(from rev 228596, pingus/trunk/pingus.desktop)

+
 community-staging-i686/ChangeLog   |   21 +++
 community-staging-i686/PKGBUILD|   42 +++
 community-staging-i686/missing-header.patch|   22 +++
 community-staging-i686/pingus-0.7.6-gcc470-udl.patch   |   22 +++
 community-staging-i686/pingus.desktop  |9 +++
 community-staging-x86_64/ChangeLog |   21 +++
 community-staging-x86_64/PKGBUILD  |   42 +++
 community-staging-x86_64/missing-header.patch  |   22 +++
 community-staging-x86_64/pingus-0.7.6-gcc470-udl.patch |   22 +++
 community-staging-x86_64/pingus.desktop|9 +++
 10 files changed, 232 insertions(+)

Copied: pingus/repos/community-staging-i686/ChangeLog (from rev 228596, 
pingus/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2017-05-19 18:20:41 UTC (rev 228597)
@@ -0,0 +1,21 @@
+2010-03-18  Jaroslav Lichtblau  
+
+* pingus 0.7.2-8
+* Rebuilt against boost 1.41.0
+
+2010-02-23  Eric Belanger  
+
+   * pingus 0.7.2-7
+   * Rebuilt against boost 1.42.0
+
+2010-01-20  Eric Belanger  
+
+   * pingus 0.7.2-6
+   * Rebuilt against libpng 1.4/libjpeg 8
+
+2009-07-13  Eric Belanger  
+
+   * pingus 0.7.2-2
+   * Rebuilt against boost 1.39
+   * Added gcc 4.4 patch
+   * Added ChangeLog

Copied: pingus/repos/community-staging-i686/PKGBUILD (from rev 228596, 
pingus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 18:20:41 UTC (rev 228597)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Belanger 
+
+pkgname=pingus
+pkgver=0.7.6
+pkgrel=21
+pkgdesc="A Lemmings clone, i.e. a level-based puzzle game."
+arch=('i686' 'x86_64')
+url="http://pingus.seul.org";
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs>=1.49')
+makedepends=('scons' 'boost>=1.49' 'mesa' 'glu')
+source=("$pkgname-$pkgver.tgz::https://github.com/Pingus/pingus/archive/v$pkgver.tar.gz";
+'pingus.desktop'
+'pingus-0.7.6-gcc470-udl.patch'
+'missing-header.patch')
+sha1sums=('c888c277995bed84052b62d0eacbd77d0346a276'
+  '579a1144f161ce89e6e024cea37210149b89c0c0'
+  '143dd9969e8d100d29ed4f5b2039dde627afeb06'
+  '9e1402d43ac5e2423c573b3b3afada3a20709dd5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # fedora patch to fix error due to new standards
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282
+  patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch
+  # manpage must be in man6, not man1
+  sed -i "s#/man1/#/man6/#g" Makefile
+  # missing header
+  patch -Np1 -i ../missing-header.patch
+
+  scons prefix=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make install DESTDIR="${pkgdir}" PREFIX="/usr"
+
+  install -D -m644 "${srcdir}/pingus.desktop" 
"${pkgdir}/usr/share/applications/pingus.desktop"
+}

Copied: pingus/repos/community-staging-i686/missing-header.patch (from rev 
228596, pingus/trunk/missing-header.patch)
===
--- community-staging-i686/missing-header.patch (rev 0)
+++ community-staging-i686/missing-header.patch 2017-05-19 18:20:41 UTC (rev 
228597)
@@ -0,0 +1,22 @@
+From df6e2f445d3e2925a94d22faeb17be9444513e92 Mon Sep 17 00:0

[arch-commits] Commit in pingus/trunk (PKGBUILD missing-header.patch)

2017-05-19 Thread Laurent Carlier
Date: Friday, May 19, 2017 @ 18:20:30
  Author: lcarlier
Revision: 228596

upgpkg: pingus 0.7.6-21

boost 1.64.0 rebuild

Added:
  pingus/trunk/missing-header.patch
Modified:
  pingus/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 missing-header.patch |   22 ++
 2 files changed, 29 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 17:51:38 UTC (rev 228595)
+++ PKGBUILD2017-05-19 18:20:30 UTC (rev 228596)
@@ -3,7 +3,7 @@
 
 pkgname=pingus
 pkgver=0.7.6
-pkgrel=20
+pkgrel=21
 pkgdesc="A Lemmings clone, i.e. a level-based puzzle game."
 arch=('i686' 'x86_64')
 url="http://pingus.seul.org";
@@ -12,10 +12,12 @@
 makedepends=('scons' 'boost>=1.49' 'mesa' 'glu')
 
source=("$pkgname-$pkgver.tgz::https://github.com/Pingus/pingus/archive/v$pkgver.tar.gz";
 'pingus.desktop'
-'pingus-0.7.6-gcc470-udl.patch')
+'pingus-0.7.6-gcc470-udl.patch'
+'missing-header.patch')
 sha1sums=('c888c277995bed84052b62d0eacbd77d0346a276'
   '579a1144f161ce89e6e024cea37210149b89c0c0'
-  '143dd9969e8d100d29ed4f5b2039dde627afeb06')
+  '143dd9969e8d100d29ed4f5b2039dde627afeb06'
+  '9e1402d43ac5e2423c573b3b3afada3a20709dd5')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -25,6 +27,8 @@
   patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch
   # manpage must be in man6, not man1
   sed -i "s#/man1/#/man6/#g" Makefile
+  # missing header
+  patch -Np1 -i ../missing-header.patch
 
   scons prefix=/usr
 }

Added: missing-header.patch
===
--- missing-header.patch(rev 0)
+++ missing-header.patch2017-05-19 18:20:30 UTC (rev 228596)
@@ -0,0 +1,22 @@
+From df6e2f445d3e2925a94d22faeb17be9444513e92 Mon Sep 17 00:00:00 2001
+From: Jonathan Wakely 
+Date: Mon, 30 Jan 2017 15:41:53 +
+Subject: [PATCH] Add missing header for std::function and std::bind
+
+---
+ src/pingus/screens/demo_session.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/pingus/screens/demo_session.cpp 
b/src/pingus/screens/demo_session.cpp
+index e3ec49a2c..f887e50f0 100644
+--- a/src/pingus/screens/demo_session.cpp
 b/src/pingus/screens/demo_session.cpp
+@@ -18,6 +18,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ #include "engine/gui/gui_manager.hpp"
+ #include "engine/gui/surface_button.hpp"
+


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

2017-05-19 Thread Lukas Fleischer
Date: Friday, May 19, 2017 @ 17:51:38
  Author: lfleischer
Revision: 228595

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

Added:
  easystroke/repos/community-staging-i686/
  easystroke/repos/community-staging-i686/PKGBUILD
(from rev 228594, easystroke/trunk/PKGBUILD)
  easystroke/repos/community-staging-i686/easystroke-0.6.0-gcc7-build-fix.patch
(from rev 228594, easystroke/trunk/easystroke-0.6.0-gcc7-build-fix.patch)
  easystroke/repos/community-staging-i686/replace-sigc-group-with-lambda.patch
(from rev 228594, easystroke/trunk/replace-sigc-group-with-lambda.patch)
  easystroke/repos/community-staging-x86_64/
  easystroke/repos/community-staging-x86_64/PKGBUILD
(from rev 228594, easystroke/trunk/PKGBUILD)
  
easystroke/repos/community-staging-x86_64/easystroke-0.6.0-gcc7-build-fix.patch
(from rev 228594, easystroke/trunk/easystroke-0.6.0-gcc7-build-fix.patch)
  easystroke/repos/community-staging-x86_64/replace-sigc-group-with-lambda.patch
(from rev 228594, easystroke/trunk/replace-sigc-group-with-lambda.patch)

+
 community-staging-i686/PKGBUILD|   45 
++
 community-staging-i686/easystroke-0.6.0-gcc7-build-fix.patch   |   40 
 community-staging-i686/replace-sigc-group-with-lambda.patch|   40 
 community-staging-x86_64/PKGBUILD  |   45 
++
 community-staging-x86_64/easystroke-0.6.0-gcc7-build-fix.patch |   40 
 community-staging-x86_64/replace-sigc-group-with-lambda.patch  |   40 
 6 files changed, 250 insertions(+)

Copied: easystroke/repos/community-staging-i686/PKGBUILD (from rev 228594, 
easystroke/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 17:51:38 UTC (rev 228595)
@@ -0,0 +1,45 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kevin Sullivan 
+
+pkgname=easystroke
+pkgver=0.6.0
+pkgrel=15
+pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
+arch=('i686' 'x86_64')
+url='http://easystroke.sourceforge.net/'
+license=('custom:ISC')
+depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
+makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
+source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz";
+'easystroke-0.6.0-gcc7-build-fix.patch'
+'replace-sigc-group-with-lambda.patch')
+md5sums=('3b4f25d02a6b5ac57a8b7a06545869db'
+ '4b0cb9354798cfab1ce21d04bb1ff002'
+ '4a27e1336df773e2f1cd67788477cc3b')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  # Fix compilation with GCC 7.
+  patch -Np1 -i ../easystroke-0.6.0-gcc7-build-fix.patch
+
+  # fix build with libsigc++ 2.6; also build in C++11 mode
+  # (not sure if the lambda is correct, but seems to work)
+  patch -Np1 -i ../replace-sigc-group-with-lambda.patch
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  make
+  make man
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+
+  install -Dm0644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: 
easystroke/repos/community-staging-i686/easystroke-0.6.0-gcc7-build-fix.patch 
(from rev 228594, easystroke/trunk/easystroke-0.6.0-gcc7-build-fix.patch)
===
--- community-staging-i686/easystroke-0.6.0-gcc7-build-fix.patch
(rev 0)
+++ community-staging-i686/easystroke-0.6.0-gcc7-build-fix.patch
2017-05-19 17:51:38 UTC (rev 228595)
@@ -0,0 +1,40 @@
+From 9e2c32390c5c253aade3bb703e51841748d2c37e Mon Sep 17 00:00:00 2001
+From: Jonathan Wakely 
+Date: Sat, 28 Jan 2017 01:26:00 +
+Subject: [PATCH] Remove abs(float) function that clashes with std::abs(float)
+
+Depending on which C++ standard library headers have been included there
+might an abs(float) function already declared in the global namespace,
+so the definition in this file conflicts with it. This cause a build
+failure with GCC 7, which conforms more closely to the C++ standard with
+respect to overloads of abs.
+
+Including  and adding a using-declaration for std::abs ensures
+that the standard std::abs(float) function is available. This solution
+should be portable to all compilers.
+---
+ handler.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/handler.cc b/handler.cc
+index 8830ea2..685b1ff 100644
+--- a/handler.cc
 b/handler.cc
+@@ -23,6 +23,8 @@
+ #include 
+ #include 
+ #include 
++#include   // std::abs(float)
++using std::abs;
+ 
+ XState *xstate = nullptr;
+ 
+@@ -533,8 +535,6 @@ class WaitForPongHandler : public Handler, protected 
Timeout {
+   virtual Grab

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

2017-05-19 Thread Lukas Fleischer
Date: Friday, May 19, 2017 @ 17:51:24
  Author: lfleischer
Revision: 228594

upgpkg: easystroke 0.6.0-15

Rebuild against boost 1.64.0.

Added:
  easystroke/trunk/easystroke-0.6.0-gcc7-build-fix.patch
Modified:
  easystroke/trunk/PKGBUILD

---+
 PKGBUILD  |8 +-
 easystroke-0.6.0-gcc7-build-fix.patch |   40 
 2 files changed, 47 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 17:50:35 UTC (rev 228593)
+++ PKGBUILD2017-05-19 17:51:24 UTC (rev 228594)
@@ -3,7 +3,7 @@
 
 pkgname=easystroke
 pkgver=0.6.0
-pkgrel=14
+pkgrel=15
 pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
 arch=('i686' 'x86_64')
 url='http://easystroke.sourceforge.net/'
@@ -11,12 +11,18 @@
 depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
 makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
 
source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz";
+'easystroke-0.6.0-gcc7-build-fix.patch'
 'replace-sigc-group-with-lambda.patch')
 md5sums=('3b4f25d02a6b5ac57a8b7a06545869db'
+ '4b0cb9354798cfab1ce21d04bb1ff002'
  '4a27e1336df773e2f1cd67788477cc3b')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
+
+  # Fix compilation with GCC 7.
+  patch -Np1 -i ../easystroke-0.6.0-gcc7-build-fix.patch
+
   # fix build with libsigc++ 2.6; also build in C++11 mode
   # (not sure if the lambda is correct, but seems to work)
   patch -Np1 -i ../replace-sigc-group-with-lambda.patch

Added: easystroke-0.6.0-gcc7-build-fix.patch
===
--- easystroke-0.6.0-gcc7-build-fix.patch   (rev 0)
+++ easystroke-0.6.0-gcc7-build-fix.patch   2017-05-19 17:51:24 UTC (rev 
228594)
@@ -0,0 +1,40 @@
+From 9e2c32390c5c253aade3bb703e51841748d2c37e Mon Sep 17 00:00:00 2001
+From: Jonathan Wakely 
+Date: Sat, 28 Jan 2017 01:26:00 +
+Subject: [PATCH] Remove abs(float) function that clashes with std::abs(float)
+
+Depending on which C++ standard library headers have been included there
+might an abs(float) function already declared in the global namespace,
+so the definition in this file conflicts with it. This cause a build
+failure with GCC 7, which conforms more closely to the C++ standard with
+respect to overloads of abs.
+
+Including  and adding a using-declaration for std::abs ensures
+that the standard std::abs(float) function is available. This solution
+should be portable to all compilers.
+---
+ handler.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/handler.cc b/handler.cc
+index 8830ea2..685b1ff 100644
+--- a/handler.cc
 b/handler.cc
+@@ -23,6 +23,8 @@
+ #include 
+ #include 
+ #include 
++#include   // std::abs(float)
++using std::abs;
+ 
+ XState *xstate = nullptr;
+ 
+@@ -533,8 +535,6 @@ class WaitForPongHandler : public Handler, protected 
Timeout {
+   virtual Grabber::State grab_mode() { return parent->grab_mode(); }
+ };
+ 
+-static inline float abs(float x) { return x > 0 ? x : -x; }
+-
+ class AbstractScrollHandler : public Handler {
+   bool have_x, have_y;
+   float last_x, last_y;


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:50:35
  Author: arojas
Revision: 228593

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

Added:
  sslscan/repos/community-staging-i686/
  sslscan/repos/community-staging-i686/PKGBUILD
(from rev 228592, sslscan/trunk/PKGBUILD)
  sslscan/repos/community-staging-i686/add-checks-for-ssl3.patch
(from rev 228592, sslscan/trunk/add-checks-for-ssl3.patch)
  sslscan/repos/community-staging-x86_64/
  sslscan/repos/community-staging-x86_64/PKGBUILD
(from rev 228592, sslscan/trunk/PKGBUILD)
  sslscan/repos/community-staging-x86_64/add-checks-for-ssl3.patch
(from rev 228592, sslscan/trunk/add-checks-for-ssl3.patch)

+
 community-staging-i686/PKGBUILD|   33 
 community-staging-i686/add-checks-for-ssl3.patch   |  133 +++
 community-staging-x86_64/PKGBUILD  |   33 
 community-staging-x86_64/add-checks-for-ssl3.patch |  133 +++
 4 files changed, 332 insertions(+)

Copied: sslscan/repos/community-staging-i686/PKGBUILD (from rev 228592, 
sslscan/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 17:50:35 UTC (rev 228593)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+# Contributor: Remi Gacogne 
+
+pkgname=sslscan
+pkgver=1.10.2
+pkgrel=6
+pkgdesc="A fast tools to scan SSL services, such as HTTPS to determine the 
ciphers that are supported"
+url="https://github.com/DinoTools/sslscan/";
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('openssl-1.0')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/DinoTools/${pkgname}/archive/${pkgver}.tar.gz
+add-checks-for-ssl3.patch)
+sha512sums=('b7bf9a12c0469893bf1ada53f42cf0a7c286d6bcb5db260ea0ecd6c332ccb8ec6caafa07cd78d15582af5d154b6f4c84cee55ba2fe5a286cb9bd3f9c83e60c34'
+
'2cc720dfc12ba8e50b5dc9665cb34a567f26b9685da36dcd56b937a2b3aa9b8199f241074558ed870fdd7b77415396723edff040904c585d519d0b66582dca29')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../add-checks-for-ssl3.patch
+  sed -e 's/CFLAGS ?=/CFLAGS +=/' -e 's/LDFLAGS ?=/LDFLAGS +=/' -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make OPENSSL_INCLUDE=/usr/include/openssl-1.0 
OPENSSL_LIB=/usr/lib/openssl-1.0
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make BINPATH="${pkgdir}/usr/bin" MANPATH="${pkgdir}/usr/share/man" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sslscan/repos/community-staging-i686/add-checks-for-ssl3.patch (from 
rev 228592, sslscan/trunk/add-checks-for-ssl3.patch)
===
--- community-staging-i686/add-checks-for-ssl3.patch
(rev 0)
+++ community-staging-i686/add-checks-for-ssl3.patch2017-05-19 17:50:35 UTC 
(rev 228593)
@@ -0,0 +1,133 @@
+diff -uprb sslscan-1.10.2.orig/sslscan.c sslscan-1.10.2/sslscan.c
+--- sslscan-1.10.2.orig/sslscan.c  2014-02-14 16:59:08.0 +0200
 sslscan-1.10.2/sslscan.c   2016-03-02 22:24:34.714187733 +0200
+@@ -1083,8 +1083,9 @@ int testCipher(struct sslCheckOptions *o
+ }
+ if (options->xmlOutput != 0)
+ fprintf(options->xmlOutput, " sslversion=\"");
++if (0) {}
+ #ifndef OPENSSL_NO_SSL2
+-if (sslCipherPointer->sslMethod == SSLv2_client_method())
++else if (sslCipherPointer->sslMethod == 
SSLv2_client_method())
+ {
+ if (options->xmlOutput != 0)
+ fprintf(options->xmlOutput, "SSLv2\" bits=\"");
+@@ -1093,10 +1094,9 @@ int testCipher(struct sslCheckOptions *o
+ else
+ printf("SSLv2  ");
+ }
+-else if (sslCipherPointer->sslMethod == 
SSLv3_client_method())
+-#else
+-if (sslCipherPointer->sslMethod == SSLv3_client_method())
+ #endif
++#ifndef OPENSSL_NO_SSL3
++else if (sslCipherPointer->sslMethod == 
SSLv3_client_method())
+ {
+ if (options->xmlOutput != 0)
+ fprintf(options->xmlOutput, "SSLv3\" bits=\"");
+@@ -1105,6 +1105,7 @@ int testCipher(struct sslCheckOptions *o
+ else
+ printf("SSLv3  ");
+ }
++#endif
+ else if (sslCipherPointer->sslMethod == 
TLSv1_client_method())
+ {
+ if (options->xmlOutput != 0)
+@@ -1238,8 +1239,9 @@ int defaultCipher(struct sslCheckOptions
+ cipherStatus = SSL_connect(ssl);
+ if (cipherStatus == 0 || cipherStatus == 1)
+ {
++

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:49:52
  Author: arojas
Revision: 228591

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

Added:
  wvstreams/repos/community-staging-i686/
  wvstreams/repos/community-staging-i686/PKGBUILD
(from rev 228590, wvstreams/trunk/PKGBUILD)
  wvstreams/repos/community-staging-i686/gcc-6.patch
(from rev 228590, wvstreams/trunk/gcc-6.patch)
  wvstreams/repos/community-staging-i686/openssl-buildfix.patch
(from rev 228590, wvstreams/trunk/openssl-buildfix.patch)
  wvstreams/repos/community-staging-i686/wvstreams-4.6.1-gcc47.patch
(from rev 228590, wvstreams/trunk/wvstreams-4.6.1-gcc47.patch)
  wvstreams/repos/community-staging-i686/wvstreams-4.6.1-glibc212.patch
(from rev 228590, wvstreams/trunk/wvstreams-4.6.1-glibc212.patch)
  wvstreams/repos/community-staging-x86_64/
  wvstreams/repos/community-staging-x86_64/PKGBUILD
(from rev 228590, wvstreams/trunk/PKGBUILD)
  wvstreams/repos/community-staging-x86_64/gcc-6.patch
(from rev 228590, wvstreams/trunk/gcc-6.patch)
  wvstreams/repos/community-staging-x86_64/openssl-buildfix.patch
(from rev 228590, wvstreams/trunk/openssl-buildfix.patch)
  wvstreams/repos/community-staging-x86_64/wvstreams-4.6.1-gcc47.patch
(from rev 228590, wvstreams/trunk/wvstreams-4.6.1-gcc47.patch)
  wvstreams/repos/community-staging-x86_64/wvstreams-4.6.1-glibc212.patch
(from rev 228590, wvstreams/trunk/wvstreams-4.6.1-glibc212.patch)

-+
 community-staging-i686/PKGBUILD |   61 ++
 community-staging-i686/gcc-6.patch  |   42 +
 community-staging-i686/openssl-buildfix.patch   |   14 +++
 community-staging-i686/wvstreams-4.6.1-gcc47.patch  |   50 +++
 community-staging-i686/wvstreams-4.6.1-glibc212.patch   |   24 +
 community-staging-x86_64/PKGBUILD   |   61 ++
 community-staging-x86_64/gcc-6.patch|   42 +
 community-staging-x86_64/openssl-buildfix.patch |   14 +++
 community-staging-x86_64/wvstreams-4.6.1-gcc47.patch|   50 +++
 community-staging-x86_64/wvstreams-4.6.1-glibc212.patch |   24 +
 10 files changed, 382 insertions(+)

Copied: wvstreams/repos/community-staging-i686/PKGBUILD (from rev 228590, 
wvstreams/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 17:49:52 UTC (rev 228591)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+
+pkgname=wvstreams
+pkgver=4.6.1
+pkgrel=13
+pkgdesc="A network programming library written in C++"
+arch=('i686' 'x86_64')
+url="http://alumnit.ca/wiki/?page=WvStreams";
+license=('LGPL')
+depends=('zlib' 'pam' 'xplc' 'openssl-1.0' 'readline')
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wvstreams/wvstreams-$pkgver.tar.gz
+wvstreams-4.6.1-glibc212.patch
+wvstreams-4.6.1-gcc47.patch
+openssl-buildfix.patch
+gcc-6.patch)
+md5sums=('2760dac31a43d452a19a3147bfde571c'
+ '5f6e24864209055239cb4e7c9bbd4a41'
+ '217e5dedd7f1d50588a5a67d637fc8a1'
+ 'df423c68134a09439b3961c34635e0b4'
+ 'bc728af9421e04d0c1f358415b6c1421')
+options=('!makeflags')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  patch -p0 -i "$srcdir/wvstreams-4.6.1-glibc212.patch"
+  patch -p0 -i "$srcdir/wvstreams-4.6.1-gcc47.patch"
+  patch -p1 -i "$srcdir/openssl-buildfix.patch"
+  patch -p1 -i "$srcdir/gcc-6.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  CPPFLAGS=-I/usr/include/openssl-1.0 \
+  LDFLAGS=-L/usr/lib/openssl-1.0 \
+  ./configure --prefix=/usr \
+ --sbin=/usr/bin \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --without-dbus \
+ --with-pam \
+ --with-openssl \
+ --without-tcl \
+ --without-qt
+  make COPTS="$CFLAGS -fPIC" CXXOPTS="$CXXFLAGS -fPIC -fpermissive 
-fno-tree-dce -fno-optimize-sibling-calls" VERBOSE=1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  
+  # FS#15974
+  # --without-dbus still installs the pkg-config file
+  rm "${pkgdir}/usr/lib/pkgconfig/libwvdbus.pc"
+  # --without-qt still installs the pkg-config file
+  rm "${pkgdir}/usr/lib/pkgconfig/libwvqt.pc"
+}

Copied: wvstreams/repos/community-staging-i686/gcc-6.patch (from rev 228590, 
wvstreams/trunk/gcc-6.patch)
===
--- community-staging-i686/gcc-6.patch  (rev 0)
+++ community-staging-i686/gcc-6.patch  2017-05-19 17:49:52 UTC (rev 228591)
@@ -0,0 +1,42 @@
+Description: Fix compilation with gcc-6
+Author: Gert Wollny 
+Last-Updated: 2016-07-26
+Forwarded: No
+Bug-Debian: https://bugs.debian.org/811659
+Bug-Debian: https:/

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:50:14
  Author: arojas
Revision: 228592

openssl-1.0 rebuild

Modified:
  sslscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 17:49:52 UTC (rev 228591)
+++ PKGBUILD2017-05-19 17:50:14 UTC (rev 228592)
@@ -3,7 +3,7 @@
 
 pkgname=sslscan
 pkgver=1.10.2
-pkgrel=5
+pkgrel=6
 pkgdesc="A fast tools to scan SSL services, such as HTTPS to determine the 
ciphers that are supported"
 url="https://github.com/DinoTools/sslscan/";
 arch=('i686' 'x86_64')


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:49:16
  Author: arojas
Revision: 228590

openssl-1.0 rebuild

Modified:
  wvstreams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 17:44:41 UTC (rev 228589)
+++ PKGBUILD2017-05-19 17:49:16 UTC (rev 228590)
@@ -5,7 +5,7 @@
 
 pkgname=wvstreams
 pkgver=4.6.1
-pkgrel=12
+pkgrel=13
 pkgdesc="A network programming library written in C++"
 arch=('i686' 'x86_64')
 url="http://alumnit.ca/wiki/?page=WvStreams";


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:44:41
  Author: arojas
Revision: 228589

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

Added:
  mongodb-tools/repos/community-staging-i686/
  mongodb-tools/repos/community-staging-i686/PKGBUILD
(from rev 228588, mongodb-tools/trunk/PKGBUILD)
  mongodb-tools/repos/community-staging-i686/disable-sslv3.patch
(from rev 228588, mongodb-tools/trunk/disable-sslv3.patch)
  mongodb-tools/repos/community-staging-x86_64/
  mongodb-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 228588, mongodb-tools/trunk/PKGBUILD)
  mongodb-tools/repos/community-staging-x86_64/disable-sslv3.patch
(from rev 228588, mongodb-tools/trunk/disable-sslv3.patch)

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/disable-sslv3.patch   |   13 
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/disable-sslv3.patch |   13 
 4 files changed, 102 insertions(+)

Copied: mongodb-tools/repos/community-staging-i686/PKGBUILD (from rev 228588, 
mongodb-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 17:44:41 UTC (rev 228589)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=mongodb-tools
+pkgver=3.4.2
+pkgrel=3
+pkgdesc="The MongoDB tools provide import, export, and diagnostic 
capabilities."
+arch=('i686' 'x86_64')
+url="https://github.com/mongodb/mongo-tools";
+license=('Apache')
+depends=('libsasl' 'libpcap' 'openssl-1.0')
+makedepends=('go')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-tools/archive/r$pkgver.tar.gz";
+"disable-sslv3.patch")
+sha512sums=('5ad4b5421acb10010f72f6b9f8342c095c4f571ac3cb9dc3db78251262f8285a4e2bddbeed3ad26c64f36d5b33ed7f43a759c74e00d2878c0ac6a71069508a2f'
+
'674af43ebf9e73f1eae4f81c160cec4c4ea657b7e38f97929a0845d8981f9af904eca79e2144e6150774799a58074cee5b67e4385d082630c471e438981d9ea5')
+
+prepare() {
+  cd mongo-tools-r$pkgver
+  . ./set_gopath.sh
+  mkdir bin
+
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+}
+
+build() {
+  cd mongo-tools-r$pkgver
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog mongoreplay; do
+go build -o bin/$i -tags "ssl sasl" $i/main/$i.go
+  done
+}
+
+package() {
+  cd mongo-tools-r$pkgver
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog mongoreplay; do
+install -Dm755 bin/$i "$pkgdir/usr/bin/$i"
+  done
+}

Copied: mongodb-tools/repos/community-staging-i686/disable-sslv3.patch (from 
rev 228588, mongodb-tools/trunk/disable-sslv3.patch)
===
--- community-staging-i686/disable-sslv3.patch  (rev 0)
+++ community-staging-i686/disable-sslv3.patch  2017-05-19 17:44:41 UTC (rev 
228589)
@@ -0,0 +1,13 @@
+diff --git i/vendor/src/github.com/spacemonkeygo/openssl/ctx.go 
w/vendor/src/github.com/spacemonkeygo/openssl/ctx.go
+index 22d6dd1..25b0eec 100644
+--- i/vendor/src/github.com/spacemonkeygo/openssl/ctx.go
 w/vendor/src/github.com/spacemonkeygo/openssl/ctx.go
+@@ -141,7 +141,7 @@ func NewCtxWithVersion(version SSLVersion) (*Ctx, error) {
+   var method *C.SSL_METHOD
+   switch version {
+   case SSLv3:
+-  method = C.SSLv3_method()
++  method = C.SSLv23_method()
+   case TLSv1:
+   method = C.TLSv1_method()
+   case TLSv1_1:

Copied: mongodb-tools/repos/community-staging-x86_64/PKGBUILD (from rev 228588, 
mongodb-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-19 17:44:41 UTC (rev 228589)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=mongodb-tools
+pkgver=3.4.2
+pkgrel=3
+pkgdesc="The MongoDB tools provide import, export, and diagnostic 
capabilities."
+arch=('i686' 'x86_64')
+url="https://github.com/mongodb/mongo-tools";
+license=('Apache')
+depends=('libsasl' 'libpcap' 'openssl-1.0')
+makedepends=('go')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-tools/archive/r$pkgver.tar.gz";
+"disable-sslv3.patch")
+sha512sums=('5ad4b5421acb10010f72f6b9f8342c095c4f571ac3cb9dc3db78251262f8285a4e2bddbeed3ad26c64f36d5b33ed7f43a759c74e00d2878c0ac6a71069508a2f'
+
'674af43ebf9e73f1eae4f81c160cec4c4ea657b7e38f97929a0845d8981f9af904eca79e2144e6150774799a58074cee5b67e4385d082630c471e438981d9ea5')
+
+prepare() {
+  cd mongo-tools-r$pkgver
+  . ./set_gopath.sh
+  mkdir bin
+
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+}
+
+build() {
+  

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

2017-05-19 Thread Lukas Fleischer
Date: Friday, May 19, 2017 @ 17:44:26
  Author: lfleischer
Revision: 228588

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

Added:
  opensmtpd/repos/community-staging-i686/
  opensmtpd/repos/community-staging-i686/PKGBUILD
(from rev 228587, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-staging-i686/opensmtpd.install
(from rev 228587, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-staging-i686/smtpd.service
(from rev 228587, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-staging-i686/smtpd.socket
(from rev 228587, opensmtpd/trunk/smtpd.socket)
  opensmtpd/repos/community-staging-x86_64/
  opensmtpd/repos/community-staging-x86_64/PKGBUILD
(from rev 228587, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-staging-x86_64/opensmtpd.install
(from rev 228587, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-staging-x86_64/smtpd.service
(from rev 228587, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-staging-x86_64/smtpd.socket
(from rev 228587, opensmtpd/trunk/smtpd.socket)

+
 community-staging-i686/PKGBUILD|   68 +++
 community-staging-i686/opensmtpd.install   |   26 ++
 community-staging-i686/smtpd.service   |   10 +++
 community-staging-i686/smtpd.socket|8 +++
 community-staging-x86_64/PKGBUILD  |   68 +++
 community-staging-x86_64/opensmtpd.install |   26 ++
 community-staging-x86_64/smtpd.service |   10 +++
 community-staging-x86_64/smtpd.socket  |8 +++
 8 files changed, 224 insertions(+)

Copied: opensmtpd/repos/community-staging-i686/PKGBUILD (from rev 228587, 
opensmtpd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 17:44:26 UTC (rev 228588)
@@ -0,0 +1,68 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Sébastien Luttringer
+# Contributor: parchd 
+
+pkgname=opensmtpd
+pkgver=6.0.2p1
+pkgrel=4
+pkgdesc='Free implementation of the server-side SMTP protocol'
+arch=('i686' 'x86_64')
+url='http://www.opensmtpd.org/'
+license=('custom')
+depends=('libasr' 'libevent' 'openssl-1.0' 'pam')
+provides=('smtp-server' 'smtp-forwarder')
+conflicts=('smtp-server' 'smtp-forwarder')
+backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases')
+options=('emptydirs')
+install=opensmtpd.install
+source=("https://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz";
+'smtpd.service'
+'smtpd.socket')
+sha256sums=('2af9b6d08784c7e546bf124bb61e311a6aa0c9835507710a76f5c242383190ac'
+'3760f7268e776b696548e57f5f9e4d18ed19e8854dc0631c176a69d558a8b362'
+'32d46de5562d01de445d04c93bcc9f94bf103539b676e449c32e3603a3866cf8')
+
+prepare() {
+  sed -ri 's,/etc/mail,/etc/smtpd,g' "$pkgname-$pkgver/smtpd/smtpd.conf"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/smtpd \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib/smtpd \
+--with-path-mbox=/var/spool/mail \
+--with-path-empty=/var/empty \
+--with-path-socket=/run \
+--with-path-CAfile=/etc/ssl/certs/ca-certificates.crt \
+--with-user-smtpd=smtpd \
+--with-user-queue=smtpq \
+--with-group-queue=smtpq \
+--with-auth-pam \
+--with-libssl='/usr/lib/openssl-1.0' \
+--with-cflags='-I/usr/include/openssl-1.0'
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+
+  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/sendmail"
+  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/mailq"
+  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/newaliases"
+  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/makemap"
+
+  # install license and systemd unit files
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 "$srcdir/smtpd.service" 
"$pkgdir/usr/lib/systemd/system/smtpd.service"
+  install -Dm644 "$srcdir/smtpd.socket" 
"$pkgdir/usr/lib/systemd/system/smtpd.socket"
+
+  # install an empty aliases file (used by the default config)
+  install -Dm644 /dev/null "$pkgdir/etc/smtpd/aliases"
+}

Copied: opensmtpd/repos/community-staging-i686/opensmtpd.install (from rev 
228587, opensmtpd/trunk/opensmtpd.install)
===
--- community-staging-i686/opensmtpd.install(rev 0)
+++ community-staging-i686/opensmtpd.install2017-05-19 17:44:26 UTC (rev 
228588)
@@ -0,0 +1,26 @@
+# arg 1:  the new package version
+post_install() {
+  # create users
+  getent group smtpq >/dev/null || groupadd  -r smtpq
+  getent passwd smtpd >/dev/null || useradd -c "SMTP Daemon" -d /var/empty -u 
91 -g 1 -s /bin/nologin smtpd
+  getent passwd smtpq >/dev/null || useradd -c "SMTPD Queue" -d /var/empty -u 
92 -g smtpq -s/bin/nologin smt

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

2017-05-19 Thread Lukas Fleischer
Date: Friday, May 19, 2017 @ 17:44:17
  Author: lfleischer
Revision: 228587

upgpkg: opensmtpd 6.0.2p1-4

OpenSSL rebuild (against openssl-1.0 1.0.2.k-4).

Modified:
  opensmtpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 17:44:14 UTC (rev 228586)
+++ PKGBUILD2017-05-19 17:44:17 UTC (rev 228587)
@@ -4,7 +4,7 @@
 
 pkgname=opensmtpd
 pkgver=6.0.2p1
-pkgrel=3
+pkgrel=4
 pkgdesc='Free implementation of the server-side SMTP protocol'
 arch=('i686' 'x86_64')
 url='http://www.opensmtpd.org/'


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:44:14
  Author: arojas
Revision: 228586

openssl-1.0 rebuild

Modified:
  mongodb-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 17:38:15 UTC (rev 228585)
+++ PKGBUILD2017-05-19 17:44:14 UTC (rev 228586)
@@ -3,7 +3,7 @@
 
 pkgname=mongodb-tools
 pkgver=3.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc="The MongoDB tools provide import, export, and diagnostic 
capabilities."
 arch=('i686' 'x86_64')
 url="https://github.com/mongodb/mongo-tools";


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:38:15
  Author: arojas
Revision: 228585

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

Added:
  dnssec-tools/repos/community-staging-i686/
  dnssec-tools/repos/community-staging-i686/PKGBUILD
(from rev 228584, dnssec-tools/trunk/PKGBUILD)
  dnssec-tools/repos/community-staging-i686/dnssec-tools-link.patch
(from rev 228584, dnssec-tools/trunk/dnssec-tools-link.patch)
  dnssec-tools/repos/community-staging-i686/dnssec-tools.install
(from rev 228584, dnssec-tools/trunk/dnssec-tools.install)
  dnssec-tools/repos/community-staging-i686/glibc-2.25.patch
(from rev 228584, dnssec-tools/trunk/glibc-2.25.patch)
  dnssec-tools/repos/community-staging-i686/makefile-dependency.patch
(from rev 228584, dnssec-tools/trunk/makefile-dependency.patch)
  dnssec-tools/repos/community-staging-x86_64/
  dnssec-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 228584, dnssec-tools/trunk/PKGBUILD)
  dnssec-tools/repos/community-staging-x86_64/dnssec-tools-link.patch
(from rev 228584, dnssec-tools/trunk/dnssec-tools-link.patch)
  dnssec-tools/repos/community-staging-x86_64/dnssec-tools.install
(from rev 228584, dnssec-tools/trunk/dnssec-tools.install)
  dnssec-tools/repos/community-staging-x86_64/glibc-2.25.patch
(from rev 228584, dnssec-tools/trunk/glibc-2.25.patch)
  dnssec-tools/repos/community-staging-x86_64/makefile-dependency.patch
(from rev 228584, dnssec-tools/trunk/makefile-dependency.patch)

+
 community-staging-i686/PKGBUILD|  101 ++
 community-staging-i686/dnssec-tools-link.patch |   22 +++
 community-staging-i686/dnssec-tools.install|9 +
 community-staging-i686/glibc-2.25.patch|  128 +++
 community-staging-i686/makefile-dependency.patch   |   11 +
 community-staging-x86_64/PKGBUILD  |  101 ++
 community-staging-x86_64/dnssec-tools-link.patch   |   22 +++
 community-staging-x86_64/dnssec-tools.install  |9 +
 community-staging-x86_64/glibc-2.25.patch  |  128 +++
 community-staging-x86_64/makefile-dependency.patch |   11 +
 10 files changed, 542 insertions(+)

Copied: dnssec-tools/repos/community-staging-i686/PKGBUILD (from rev 228584, 
dnssec-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 17:38:15 UTC (rev 228585)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Luca Fulchir 
+
+pkgname=dnssec-tools
+pkgver=2.2
+pkgrel=8
+pkgdesc="libval & dnssec management tools"
+arch=('i686' 'x86_64')
+url="http://www.dnssec-tools.org";
+license=('BSD')
+conflicts=('libval' 'libval_shim' 'libsres')
+backup=('etc/dnssec-tools/dnssec-tools.conf' 'etc/dnssec-tools/resolv.conf' 
'etc/dnssec-tools/root.hints' 'etc/dnssec-tools/dnsval.conf')
+depends=('dnsutils' 'perl' 'perl-timedate' 'perl-net-dns' 'perl-net-dns-sec' 
'perl-mailtools' 'bind' 'openssl-1.0' 'glibc' 'pth')
+optdepends=('perl-tk: for GUI components'
+'perl-graphviz: for GUI components')
+options=('!emptydirs')
+source=(http://www.dnssec-tools.org/download/${pkgname}-${pkgver}.tar.gz
+makefile-dependency.patch
+dnssec-tools-link.patch
+glibc-2.25.patch)
+sha256sums=('4f45033a7a27382fe5284de705a1792277dfbe9a149d369b95d787865a44ef66'
+'fb23565ff9afabf85dc812ab500a3652add4537e9519a49214e329de3d2171f9'
+'c499ce75b27d89b456c9b79d7051d63bdfeb35835e95e0cd312f1a55b1881c85'
+'d5485691e4d1604bc2e0d06a66068f9f930c94cb2012e4d89ffee5615542d296')
+install="dnssec-tools.install"
+
+prepare() {
+  # patch for race condition with -j 2+
+  cd "$srcdir/${pkgname}-${pkgver}"
+  patch -p0 -i "$srcdir/makefile-dependency.patch"
+
+  # patch for linking errors
+  patch -p1 -i "$srcdir/dnssec-tools-link.patch"
+
+  # patch for glibc 2.25 compatibility
+  patch -p1 -i "$srcdir/glibc-2.25.patch"
+
+  sed -e '/^maninstall:/,+3s:$(MKPATH) $(mandir)/$(man1dir):$(MKPATH) 
$(DESTDIR)/$(mandir)/$(man1dir):' \
+  -i Makefile.in
+  sed -e 's:/usr/local/etc:/etc:g' \
+  -e 's:/usr/local:/usr:g' \
+  -i tools/donuts/donuts \
+  -i tools/etc/dnssec-tools/dnssec-tools.conf \
+  -i tools/scripts/genkrf
+  sed -e 's:/usr/bin/genkrf:/usr/bin/vendor_perl/genkrf:' \
+  -e 's:/usr/bin/keyarch:/usr/bin/vendor_perl/keyarch:' \
+  -e 's:/usr/bin/rollchk:/usr/bin/vendor_perl/rollchk:' \
+  -e 's:/usr/bin/rollctl:/usr/bin/vendor_perl/rollctl:' \
+  -e 's:/usr/bin/zonesigner:/usr/bin/vendor_perl/zonesigner:' \
+  -e 's:/usr/sbin/dnssec-keygen:/usr/bin/dnssec-keygen:' \
+  -e 's:/usr/sbin/rndc:/usr/bin/rndc:' \
+  -e 's:/usr/sbin/named-checkzone:/usr/bin/named-checkzone:' \
+  -e 's:/usr/sbin/dnssec-signzone:/usr/bin/dnssec-signz

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:37:43
  Author: arojas
Revision: 228584

openssl-1.0 rebuild

Modified:
  dnssec-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 17:35:29 UTC (rev 228583)
+++ PKGBUILD2017-05-19 17:37:43 UTC (rev 228584)
@@ -4,7 +4,7 @@
 
 pkgname=dnssec-tools
 pkgver=2.2
-pkgrel=7
+pkgrel=8
 pkgdesc="libval & dnssec management tools"
 arch=('i686' 'x86_64')
 url="http://www.dnssec-tools.org";


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:35:29
  Author: arojas
Revision: 228583

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

Added:
  pound/repos/community-staging-i686/
  pound/repos/community-staging-i686/ChangeLog
(from rev 228582, pound/trunk/ChangeLog)
  pound/repos/community-staging-i686/PKGBUILD
(from rev 228582, pound/trunk/PKGBUILD)
  pound/repos/community-staging-i686/pound.cfg
(from rev 228582, pound/trunk/pound.cfg)
  pound/repos/community-staging-i686/pound.runit
(from rev 228582, pound/trunk/pound.runit)
  pound/repos/community-staging-i686/pound.service
(from rev 228582, pound/trunk/pound.service)
  pound/repos/community-staging-x86_64/
  pound/repos/community-staging-x86_64/ChangeLog
(from rev 228582, pound/trunk/ChangeLog)
  pound/repos/community-staging-x86_64/PKGBUILD
(from rev 228582, pound/trunk/PKGBUILD)
  pound/repos/community-staging-x86_64/pound.cfg
(from rev 228582, pound/trunk/pound.cfg)
  pound/repos/community-staging-x86_64/pound.runit
(from rev 228582, pound/trunk/pound.runit)
  pound/repos/community-staging-x86_64/pound.service
(from rev 228582, pound/trunk/pound.service)

+
 community-staging-i686/ChangeLog   |   22 
 community-staging-i686/PKGBUILD|   48 +
 community-staging-i686/pound.cfg   |   85 +++
 community-staging-i686/pound.runit |   23 
 community-staging-i686/pound.service   |   10 +++
 community-staging-x86_64/ChangeLog |   22 
 community-staging-x86_64/PKGBUILD  |   48 +
 community-staging-x86_64/pound.cfg |   85 +++
 community-staging-x86_64/pound.runit   |   23 
 community-staging-x86_64/pound.service |   10 +++
 10 files changed, 376 insertions(+)

Copied: pound/repos/community-staging-i686/ChangeLog (from rev 228582, 
pound/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2017-05-19 17:35:29 UTC (rev 228583)
@@ -0,0 +1,22 @@
+
+2009-03-22  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.4.4
+   * Fixed an issue with the rc.d pound script
+
+2008-06-22  Mateusz Herych 
+
+   * Adding for x86_64 community - 2.4.3
+
+2008-06-22  Douglas Soares de Andrade  
+
+   * Adding for i686 community - 2.4.3
+
+2008-05-22  Mateusz Herych 
+
+   * Adding to community for x86_64
+
+2008-05-21  Douglas Soares de Andrade  
+
+   * Adding to community for i686
+

Copied: pound/repos/community-staging-i686/PKGBUILD (from rev 228582, 
pound/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 17:35:29 UTC (rev 228583)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Douglas Soares de Andrade 
+# Contributor: Roberto Alsina 
+
+pkgname=pound
+pkgver=2.7
+pkgrel=5
+pkgdesc="A reverse proxy, load balancer, and SSL wrapper"
+arch=('i686' 'x86_64')
+url="http://www.apsis.ch/pound/index_html";
+license=('GPL')
+depends=('pcre' 'openssl-1.0')
+backup=(etc/pound/pound.cfg)
+source=(http://www.apsis.ch/pound/Pound-$pkgver.tgz
+   pound.runit
+   pound.service
+   pound.cfg)
+md5sums=('ec8298aa3e4aee3ffbecdc0639d7f14a'
+ '2a555ee5871a849cb1f6e6ba2ff054df'
+ 'c0d0726a96dfda0e83843362e401b3dc'
+ '8937808acd22c6391ebe4340af8df854')
+
+prepare() {
+  cd "$srcdir"/Pound-$pkgver
+  sed -i -e 's/openssl/openssl-1.0/' Makefile.in
+}
+
+build() {
+  cd "$srcdir"/Pound-$pkgver
+  CPPFLAGS+=" -I/usr/include/openssl-1.0" \
+  LDFLAGS+=" -L/usr/lib/openssl-1.0" \
+  ./configure --prefix=/usr --sysconfdir=/etc/pound --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir"/Pound-$pkgver
+  install -d "$pkgdir"/usr/sbin
+  make DESTDIR="$pkgdir" install 
+  chown root.root -R "$pkgdir"/usr
+  install -d "$pkgdir"/etc/sv
+  install -d "$pkgdir"/etc/sv/pound
+  install -m0755 "$srcdir"/pound.runit "$pkgdir"/etc/sv/pound/run
+  install -D -m0644 "$srcdir"/pound.cfg "$pkgdir"/etc/pound/pound.cfg
+  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  rmdir "$pkgdir"/usr/sbin
+}

Copied: pound/repos/community-staging-i686/pound.cfg (from rev 228582, 
pound/trunk/pound.cfg)
===
--- community-staging-i686/pound.cfg(rev 0)
+++ community-staging-i686/pound.cfg2017-05-19 17:35:29 UTC (rev 228583)
@@ -0,0 +1,85 @@
+###
+## Pound configration file
+###
+##
+##
+## GLOBAL SETTINGS
+##
+

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:34:59
  Author: arojas
Revision: 228582

openssl-1.0 rebuild

Modified:
  pound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 17:28:29 UTC (rev 228581)
+++ PKGBUILD2017-05-19 17:34:59 UTC (rev 228582)
@@ -5,7 +5,7 @@
 
 pkgname=pound
 pkgver=2.7
-pkgrel=4
+pkgrel=5
 pkgdesc="A reverse proxy, load balancer, and SSL wrapper"
 arch=('i686' 'x86_64')
 url="http://www.apsis.ch/pound/index_html";


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:28:29
  Author: arojas
Revision: 228581

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

Added:
  python2-m2crypto/repos/community-staging-i686/
  python2-m2crypto/repos/community-staging-i686/LICENSE
(from rev 228580, python2-m2crypto/trunk/LICENSE)
  python2-m2crypto/repos/community-staging-i686/PKGBUILD
(from rev 228580, python2-m2crypto/trunk/PKGBUILD)
  python2-m2crypto/repos/community-staging-i686/openssl-1.1.0-force.patch
(from rev 228580, python2-m2crypto/trunk/openssl-1.1.0-force.patch)
  python2-m2crypto/repos/community-staging-x86_64/
  python2-m2crypto/repos/community-staging-x86_64/LICENSE
(from rev 228580, python2-m2crypto/trunk/LICENSE)
  python2-m2crypto/repos/community-staging-x86_64/PKGBUILD
(from rev 228580, python2-m2crypto/trunk/PKGBUILD)
  python2-m2crypto/repos/community-staging-x86_64/openssl-1.1.0-force.patch
(from rev 228580, python2-m2crypto/trunk/openssl-1.1.0-force.patch)

+
 community-staging-i686/LICENSE |   26 
 community-staging-i686/PKGBUILD|   40 +++
 community-staging-i686/openssl-1.1.0-force.patch   |   33 +++
 community-staging-x86_64/LICENSE   |   26 
 community-staging-x86_64/PKGBUILD  |   40 +++
 community-staging-x86_64/openssl-1.1.0-force.patch |   33 +++
 6 files changed, 198 insertions(+)

Copied: python2-m2crypto/repos/community-staging-i686/LICENSE (from rev 228580, 
python2-m2crypto/trunk/LICENSE)
===
--- community-staging-i686/LICENSE  (rev 0)
+++ community-staging-i686/LICENSE  2017-05-19 17:28:29 UTC (rev 228581)
@@ -0,0 +1,26 @@
+Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
+
+Portions copyright (c) 2004-2006 Open Source Applications Foundation. 
+All rights reserved.
+
+Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam. 
+All rights reserved.
+
+Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation.
+
+THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR 
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: python2-m2crypto/repos/community-staging-i686/PKGBUILD (from rev 
228580, python2-m2crypto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 17:28:29 UTC (rev 228581)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 140196 2011-10-09 08:27:16Z angvp $
+# Maintainer: Angel Velasquez  
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=python2-m2crypto
+pkgver=0.24.0
+pkgrel=4
+pkgdesc="A crypto and SSL toolkit for Python"
+arch=('i686' 'x86_64')
+url="https://pypi.python.org/pypi/M2Crypto";
+license=('BSD')
+depends=('python2' 'openssl-1.0')
+makedepends=('swig' 'python2-setuptools')
+#source=("m2crypto-${pkgver}.tar.gz::https://github.com/martinpaljak/M2Crypto/archive/v$pkgver.tar.gz";
+source=("https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-$pkgver.tar.gz";
+"openssl-1.1.0-force.patch"
+   "LICENSE")
+md5sums=('8e87235942c76d1ba9f999ee33764fdb'
+ '6fde6efbc37fcb971e23125a396f4963'
+ 'b0e1f0b7d0ce8a62c18b1287b991800e')
+
+prepare() {
+  cd "${srcdir}/M2Crypto-${pkgver}"
+  patch -Np1 -i $srcdir/openssl-1.1.0-force.patch
+}
+
+build() {
+  cd "${srcdir}/M2Crypto-${pkgver}"
+  export CFLAGS="$CFLASG -I/usr/include/openssl-1.0"
+  export LDFLAGS="$LDFLAGS -L/usr/lib/openssl-1.0 -lssl -lcrypto"
+
+  python2 setup.py build
+}
+
+package() {
+  cd "${srcdir}/M2Crypto-${pkgver}"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+  install -D -m644 "$srcdir"/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: python2-m2crypto/repos/community-staging-i686/openssl-1.1.0-force.patch 
(from rev 228580, python2-m2

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:27:56
  Author: arojas
Revision: 228580

openssl-1.0 rebuild

Modified:
  python2-m2crypto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 17:22:07 UTC (rev 228579)
+++ PKGBUILD2017-05-19 17:27:56 UTC (rev 228580)
@@ -5,7 +5,7 @@
 
 pkgname=python2-m2crypto
 pkgver=0.24.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A crypto and SSL toolkit for Python"
 arch=('i686' 'x86_64')
 url="https://pypi.python.org/pypi/M2Crypto";


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:15:42
  Author: arojas
Revision: 228564

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

Added:
  squid/repos/community-staging-i686/
  squid/repos/community-staging-i686/PKGBUILD
(from rev 228563, squid/trunk/PKGBUILD)
  squid/repos/community-staging-i686/squid-rotate.service
(from rev 228563, squid/trunk/squid-rotate.service)
  squid/repos/community-staging-i686/squid-rotate.timer
(from rev 228563, squid/trunk/squid-rotate.timer)
  squid/repos/community-staging-i686/squid.install
(from rev 228563, squid/trunk/squid.install)
  squid/repos/community-staging-i686/squid.pam
(from rev 228563, squid/trunk/squid.pam)
  squid/repos/community-staging-i686/squid.service
(from rev 228563, squid/trunk/squid.service)
  squid/repos/community-staging-i686/squid.sysusers
(from rev 228563, squid/trunk/squid.sysusers)
  squid/repos/community-staging-i686/squid.tmpfiles
(from rev 228563, squid/trunk/squid.tmpfiles)
  squid/repos/community-staging-x86_64/
  squid/repos/community-staging-x86_64/PKGBUILD
(from rev 228563, squid/trunk/PKGBUILD)
  squid/repos/community-staging-x86_64/squid-rotate.service
(from rev 228563, squid/trunk/squid-rotate.service)
  squid/repos/community-staging-x86_64/squid-rotate.timer
(from rev 228563, squid/trunk/squid-rotate.timer)
  squid/repos/community-staging-x86_64/squid.install
(from rev 228563, squid/trunk/squid.install)
  squid/repos/community-staging-x86_64/squid.pam
(from rev 228563, squid/trunk/squid.pam)
  squid/repos/community-staging-x86_64/squid.service
(from rev 228563, squid/trunk/squid.service)
  squid/repos/community-staging-x86_64/squid.sysusers
(from rev 228563, squid/trunk/squid.sysusers)
  squid/repos/community-staging-x86_64/squid.tmpfiles
(from rev 228563, squid/trunk/squid.tmpfiles)

---+
 community-staging-i686/PKGBUILD   |  108 
 community-staging-i686/squid-rotate.service   |9 ++
 community-staging-i686/squid-rotate.timer |   10 ++
 community-staging-i686/squid.install  |   14 +++
 community-staging-i686/squid.pam  |4 
 community-staging-i686/squid.service  |   13 ++
 community-staging-i686/squid.sysusers |1 
 community-staging-i686/squid.tmpfiles |2 
 community-staging-x86_64/PKGBUILD |  108 
 community-staging-x86_64/squid-rotate.service |9 ++
 community-staging-x86_64/squid-rotate.timer   |   10 ++
 community-staging-x86_64/squid.install|   14 +++
 community-staging-x86_64/squid.pam|4 
 community-staging-x86_64/squid.service|   13 ++
 community-staging-x86_64/squid.sysusers   |1 
 community-staging-x86_64/squid.tmpfiles   |2 
 16 files changed, 322 insertions(+)

Copied: squid/repos/community-staging-i686/PKGBUILD (from rev 228563, 
squid/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 17:15:42 UTC (rev 228564)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Mark Coolen 
+# Contributor: Tom Newsom 
+# Contributor: Kevin Piche 
+
+pkgname=squid
+pkgver=3.5.25
+pkgrel=3
+pkgdesc='Full-featured Web proxy cache server'
+arch=('x86_64' 'i686')
+url='http://www.squid-cache.org'
+depends=('openssl-1.0' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls')
+makedepends=('krb5')
+license=('GPL')
+options=('emptydirs')
+backup=('etc/squid/squid.conf'
+   'etc/squid/cachemgr.conf'
+   'etc/squid/errorpage.css'
+   'etc/squid/mime.conf')
+install=$pkgname.install
+validpgpkeys=('EA31CC5E9488E5168D2DCC5EB268E706FF5CF463')
+source=("http://www.squid-cache.org/Versions/v3/3.5/$pkgname-$pkgver.tar.xz"{,.asc}
+'squid.pam'
+'squid.service'
+'squid.tmpfiles'
+'squid.sysusers'
+'squid-rotate.service'
+'squid-rotate.timer')
+sha256sums=('28959254c32b8cd87e9599b6beb97352cf0638524e0f5ac3e1754f08462f3585'
+'SKIP'
+'11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
+'b0cf95652d56c62ae0ceba8912d11ac248bdb3eb91f062bceadd99f80c4b160e'
+'0d7db4e078a2a6d8d8e46537054aa84523efdf95dd92a78189e81606200f48a5'
+'c903eb86e6968b9d3bd0a9ad3335e8ce76a718b6217251e9dd7e66d5cf1ac94a'
+'3a97aa6bf6dcdc427e73bb2f36afdeaaf2bbf7dd2c0bbb7f1a948850198a8b7c'
+'8bc77fa1f653a17a4956feac042be9577ba30a8a43480b443fbd67640ae711ee')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig \
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--datadir=/usr/share/squid \
+--sysconfdir=/etc/squid \
+--libexecdir=/usr/lib/sq

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 17:15:00
  Author: arojas
Revision: 228563

openssl-1.0 rebuild

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 17:02:50 UTC (rev 228562)
+++ PKGBUILD2017-05-19 17:15:00 UTC (rev 228563)
@@ -6,7 +6,7 @@
 
 pkgname=squid
 pkgver=3.5.25
-pkgrel=2
+pkgrel=3
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
 url='http://www.squid-cache.org'


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

2017-05-19 Thread Anatol Pomozov
Date: Friday, May 19, 2017 @ 17:02:50
  Author: anatolik
Revision: 228562

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-19 17:02:05 UTC (rev 228561)
+++ community-i686/PKGBUILD 2017-05-19 17:02:50 UTC (rev 228562)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.19
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs ceph)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('1fa5c00ed25cdfa96b0740ee4898cf1e2aacc3df3513922364045379be794dcd')
-
-prepare() {
-  cd fio-fio-$pkgver
-
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
-}
-
-build() {
-  cd fio-fio-$pkgver
-  ./configure --enable-gfio --extra-cflags="$CFLAGS"
-  make
-}
-
-package() {
-  cd fio-fio-$pkgver
-  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
-
-  # documentation
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # examples
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
-  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
-}

Copied: fio/repos/community-i686/PKGBUILD (from rev 228561, fio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-19 17:02:50 UTC (rev 228562)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=2.20
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python2 numactl glusterfs ceph)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('06060c2579c1d3ebc3b9949f85abc7e35dc644f08d19dae9c98fe7875ab051dd')
+
+prepare() {
+  cd fio-fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
+}
+
+build() {
+  cd fio-fio-$pkgver
+  ./configure --enable-gfio --extra-cflags="$CFLAGS"
+  make
+}
+
+package() {
+  cd fio-fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-19 17:02:05 UTC (rev 228561)
+++ community-x86_64/PKGBUILD   2017-05-19 17:02:50 UTC (rev 228562)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.19
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs ceph)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('1fa5c00ed25cdfa96b0740ee4898cf1e2aacc3df3513922364045379be794dcd')
-
-prepare() {
-  cd fio-fio-$pkgver
-
-  sed -e 's|#!/usr/bin/env

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

2017-05-19 Thread Anatol Pomozov
Date: Friday, May 19, 2017 @ 17:02:05
  Author: anatolik
Revision: 228561

upgpkg: fio 2.20-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 16:58:31 UTC (rev 228560)
+++ PKGBUILD2017-05-19 17:02:05 UTC (rev 228561)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.19
+pkgver=2.20
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('1fa5c00ed25cdfa96b0740ee4898cf1e2aacc3df3513922364045379be794dcd')
+sha256sums=('06060c2579c1d3ebc3b9949f85abc7e35dc644f08d19dae9c98fe7875ab051dd')
 
 prepare() {
   cd fio-fio-$pkgver


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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 16:51:52
  Author: arojas
Revision: 228557

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

Added:
  snownews/repos/community-staging-i686/
  snownews/repos/community-staging-i686/PKGBUILD
(from rev 228556, snownews/trunk/PKGBUILD)
  snownews/repos/community-staging-i686/openssl-pkgconfig.patch
(from rev 228556, snownews/trunk/openssl-pkgconfig.patch)
  snownews/repos/community-staging-x86_64/
  snownews/repos/community-staging-x86_64/PKGBUILD
(from rev 228556, snownews/trunk/PKGBUILD)
  snownews/repos/community-staging-x86_64/openssl-pkgconfig.patch
(from rev 228556, snownews/trunk/openssl-pkgconfig.patch)

--+
 community-staging-i686/PKGBUILD  |   33 +
 community-staging-i686/openssl-pkgconfig.patch   |   19 
 community-staging-x86_64/PKGBUILD|   33 +
 community-staging-x86_64/openssl-pkgconfig.patch |   19 
 4 files changed, 104 insertions(+)

Copied: snownews/repos/community-staging-i686/PKGBUILD (from rev 228556, 
snownews/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 16:51:52 UTC (rev 228557)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Christoph 'delmonico' Neuroth 
+
+pkgname=snownews
+pkgver=1.5.12
+pkgrel=10
+pkgdesc="Text mode RSS newsreader for Linux and Unix."
+arch=(i686 x86_64)
+url="http://kiza.kcore.de/software/snownews/";
+license=('GPL')
+depends=('libxml2' 'ncurses' 'perl-xml-libxml' 'perl-xml-libxslt' 
'openssl-1.0')
+source=(http://kiza.kcore.de/software/snownews/download/$pkgname-$pkgver.tar.gz
+openssl-pkgconfig.patch)
+sha256sums=('26dd96e9345d9cbc1c0c9470417080dd0c3eb31e7ea944f78f3302d7060ecb90'
+'847b4bc3139b4a1d0b49c95fe0378cd9d941f3219d8a9510cb206276abcc')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -Np0 -i ../openssl-pkgconfig.patch
+}
+  
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+  ln -fs /usr/bin/opml2snow "$pkgdir"/usr/bin/snow2opml
+}

Copied: snownews/repos/community-staging-i686/openssl-pkgconfig.patch (from rev 
228556, snownews/trunk/openssl-pkgconfig.patch)
===
--- community-staging-i686/openssl-pkgconfig.patch  
(rev 0)
+++ community-staging-i686/openssl-pkgconfig.patch  2017-05-19 16:51:52 UTC 
(rev 228557)
@@ -0,0 +1,19 @@
+--- configure.orig 2017-03-22 10:11:04.082473251 +
 configure  2017-03-22 10:14:19.083251343 +
+@@ -10,10 +10,14 @@
+ chomp($xmlcflags);
+ my $xmlldflags = `xml2-config --libs`;
+ chomp($xmlldflags);
++my $cryptocflags = `pkg-config libcrypto --cflags`;
++chomp($cryptocflags);
++my $cryptoldflags = `pkg-config libcrypto --libs`;
++chomp($cryptoldflags);
+ 
+ my $prefix = "/usr/local";
+-my $cflags = "-Wall -Wno-format-y2k -O2 
-DLOCALEPATH=\"\\\"\$(LOCALEPATH)\\\"\" -DOS=\\\"$os\\\" $xmlcflags 
\$(EXTRA_CFLAGS) ";
+-my $ldflags = "-lncurses -lcrypto $xmlldflags \$(EXTRA_LDFLAGS) ";
++my $cflags = "-Wall -Wno-format-y2k -O2 
-DLOCALEPATH=\"\\\"\$(LOCALEPATH)\\\"\" -DOS=\\\"$os\\\" $cryptocflags 
$xmlcflags \$(EXTRA_CFLAGS) ";
++my $ldflags = "-lncurses $cryptoldflags $xmlldflags \$(EXTRA_LDFLAGS) ";
+ 
+ my $use_nls = 1;
+ parse_cmdl_line();

Copied: snownews/repos/community-staging-x86_64/PKGBUILD (from rev 228556, 
snownews/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-19 16:51:52 UTC (rev 228557)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Christoph 'delmonico' Neuroth 
+
+pkgname=snownews
+pkgver=1.5.12
+pkgrel=10
+pkgdesc="Text mode RSS newsreader for Linux and Unix."
+arch=(i686 x86_64)
+url="http://kiza.kcore.de/software/snownews/";
+license=('GPL')
+depends=('libxml2' 'ncurses' 'perl-xml-libxml' 'perl-xml-libxslt' 
'openssl-1.0')
+source=(http://kiza.kcore.de/software/snownews/download/$pkgname-$pkgver.tar.gz
+openssl-pkgconfig.patch)
+sha256sums=('26dd96e9345d9cbc1c0c9470417080dd0c3eb31e7ea944f78f3302d7060ecb90'
+'847b4bc3139b4a1d0b49c95fe0378cd9d941f3219d8a9510cb206276abcc')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -Np0 -i ../openssl-pkgconfig.patch
+}
+  
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+  ln -fs /usr/bin/opml2snow "$pk

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

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 16:51:24
  Author: arojas
Revision: 228556

openssl-1.0 rebuild

Modified:
  snownews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 16:01:39 UTC (rev 228555)
+++ PKGBUILD2017-05-19 16:51:24 UTC (rev 228556)
@@ -4,7 +4,7 @@
 
 pkgname=snownews
 pkgver=1.5.12
-pkgrel=9
+pkgrel=10
 pkgdesc="Text mode RSS newsreader for Linux and Unix."
 arch=(i686 x86_64)
 url="http://kiza.kcore.de/software/snownews/";


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

2017-05-19 Thread Florian Pritz
Date: Friday, May 19, 2017 @ 16:01:39
  Author: bluewind
Revision: 228555

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

Added:
  freecad/repos/community-staging-i686/
  freecad/repos/community-staging-i686/PKGBUILD
(from rev 228554, freecad/trunk/PKGBUILD)
  freecad/repos/community-staging-i686/freecad.desktop
(from rev 228554, freecad/trunk/freecad.desktop)
  freecad/repos/community-staging-i686/freecad.xml
(from rev 228554, freecad/trunk/freecad.xml)
  freecad/repos/community-staging-i686/remove-qtwebkit.patch
(from rev 228554, freecad/trunk/remove-qtwebkit.patch)
  freecad/repos/community-staging-i686/remove-webgui.patch
(from rev 228554, freecad/trunk/remove-webgui.patch)
  freecad/repos/community-staging-x86_64/
  freecad/repos/community-staging-x86_64/PKGBUILD
(from rev 228554, freecad/trunk/PKGBUILD)
  freecad/repos/community-staging-x86_64/freecad.desktop
(from rev 228554, freecad/trunk/freecad.desktop)
  freecad/repos/community-staging-x86_64/freecad.xml
(from rev 228554, freecad/trunk/freecad.xml)
  freecad/repos/community-staging-x86_64/remove-qtwebkit.patch
(from rev 228554, freecad/trunk/remove-qtwebkit.patch)
  freecad/repos/community-staging-x86_64/remove-webgui.patch
(from rev 228554, freecad/trunk/remove-webgui.patch)

+
 community-staging-i686/PKGBUILD|   88 
 community-staging-i686/freecad.desktop |   14 ++
 community-staging-i686/remove-qtwebkit.patch   |   23 
 community-staging-i686/remove-webgui.patch |  124 +++
 community-staging-x86_64/PKGBUILD  |   88 
 community-staging-x86_64/freecad.desktop   |   14 ++
 community-staging-x86_64/remove-qtwebkit.patch |   23 
 community-staging-x86_64/remove-webgui.patch   |  124 +++
 8 files changed, 498 insertions(+)

Copied: freecad/repos/community-staging-i686/PKGBUILD (from rev 228554, 
freecad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-19 16:01:39 UTC (rev 228555)
@@ -0,0 +1,88 @@
+# Maintainer: Florian Pritz 
+# Contributor: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+# Contributor: Jordi De Groof 
+# Contributor: mickele
+# Contributor: manwithgrenade
+# Contributor: bricem13
+# Contributor: gborzi
+
+pkgname=freecad
+pkgver=0.16
+pkgrel=10
+pkgdesc='A general purpose 3D CAD modeler'
+arch=('i686' 'x86_64')
+url='http://www.freecadweb.org/'
+license=('LGPL')
+depends=('boost-libs' 'curl' 'opencascade>=6.6.0' 'python2-pivy' 'xerces-c'
+ 'libspnav' 'shared-mime-info' 'hicolor-icon-theme'
+ 'python2-matplotlib' 'python2-shiboken' 'python2-pyside-tools' 
'pyside-tools-common' 'qt4')
+makedepends=('boost' 'eigen' 'gcc-fortran' 'swig' 'xerces-c' 
'desktop-file-utils' 'cmake' 'coin>=3.1.3-9')
+# TODO add reasons
+optdepends=('python2-matplotlib' 'pycollada-git' 'python2-pyqt4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FreeCAD/FreeCAD/archive/$pkgver.tar.gz";
+   "${pkgname}.desktop"
+   "${pkgname}.xml"
+"remove-qtwebkit.patch"
+"remove-webgui.patch")
+md5sums=('6e992c98ae2b8448bcf428e3e9efb02f'
+ 'b7bd72a67073c2869da263d8df61f205'
+ 'c2f4154c8e4678825411de8e7fa54c6b'
+ '19e9cd7d41a1ddd557cef05a6b23bdee'
+ '6b5f9253c559c7aacaa277b2973fbaf3')
+
+prepare() {
+  cd "${srcdir}/FreeCAD-${pkgver}/"
+
+  # Remove QtWebkit dependency
+  patch -Np1 -i ../remove-qtwebkit.patch
+
+  # Remove features depending on Web module
+  patch -Np1 -i ../remove-webgui.patch
+
+  # http://www.freecadweb.org/tracker/view.php?id=2347
+  sed -i 's/boost::re_detail/boost::BOOST_REGEX_DETAIL_NS/' \
+src/Mod/Drawing/App/FeaturePage.cpp
+}
+
+build() {
+  cd "${srcdir}/FreeCAD-${pkgver}/"
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX:PATH="/usr/lib/freecad" \
+-DCMAKE_INSTALL_DOCDIR:PATH="/usr/share/freecad/doc" \
+-DCMAKE_INSTALL_DATADIR:PATH="/usr/share/freecad" \
+-DOCC_INCLUDE_DIR:PATH=/opt/opencascade/inc/ \
+-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 \
+-DFREECAD_USE_EXTERNAL_PIVY:BOOL=ON \
+-DBUILD_START=OFF \
+-DBUILD_WEB=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}/FreeCAD-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # Symlink to /usr/bin
+  install -dm755 "$pkgdir/usr/bin"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCAD" "${pkgdir}/usr/bin/freecad"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCAD" "${pkgdir}/usr/bin/FreeCAD"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCADCmd" 
"${pkgdir}/usr/bin/freecadcmd"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCADCmd" 
"${pkgdir}/usr/bin/FreeCADCmd"
+
+  # Install pixmaps and desktop shortcut
+  desktop-file-install \
+--dir="${pkgdir}/usr/share/applications" \

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

2017-05-19 Thread Florian Pritz
Date: Friday, May 19, 2017 @ 16:01:14
  Author: bluewind
Revision: 228554

remove wrong repo

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


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

2017-05-19 Thread Florian Pritz
Date: Friday, May 19, 2017 @ 16:00:45
  Author: bluewind
Revision: 228553

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

Added:
  freecad/repos/staging-i686/PKGBUILD
(from rev 228552, freecad/trunk/PKGBUILD)
  freecad/repos/staging-i686/freecad.desktop
(from rev 228552, freecad/trunk/freecad.desktop)
  freecad/repos/staging-i686/freecad.xml
(from rev 228552, freecad/trunk/freecad.xml)
  freecad/repos/staging-i686/remove-qtwebkit.patch
(from rev 228552, freecad/trunk/remove-qtwebkit.patch)
  freecad/repos/staging-i686/remove-webgui.patch
(from rev 228552, freecad/trunk/remove-webgui.patch)
  freecad/repos/staging-x86_64/PKGBUILD
(from rev 228552, freecad/trunk/PKGBUILD)
  freecad/repos/staging-x86_64/freecad.desktop
(from rev 228552, freecad/trunk/freecad.desktop)
  freecad/repos/staging-x86_64/freecad.xml
(from rev 228552, freecad/trunk/freecad.xml)
  freecad/repos/staging-x86_64/remove-qtwebkit.patch
(from rev 228552, freecad/trunk/remove-qtwebkit.patch)
  freecad/repos/staging-x86_64/remove-webgui.patch
(from rev 228552, freecad/trunk/remove-webgui.patch)
Deleted:
  freecad/repos/staging-i686/PKGBUILD
  freecad/repos/staging-i686/freecad.desktop
  freecad/repos/staging-i686/freecad.xml
  freecad/repos/staging-i686/remove-qtwebkit.patch
  freecad/repos/staging-i686/remove-webgui.patch
  freecad/repos/staging-x86_64/PKGBUILD
  freecad/repos/staging-x86_64/freecad.desktop
  freecad/repos/staging-x86_64/freecad.xml
  freecad/repos/staging-x86_64/remove-qtwebkit.patch
  freecad/repos/staging-x86_64/remove-webgui.patch

--+
 /PKGBUILD|  176 +++
 /freecad.desktop |   28 +++
 /remove-qtwebkit.patch   |   46 ++
 /remove-webgui.patch |  248 +
 staging-i686/PKGBUILD|   88 ---
 staging-i686/freecad.desktop |   14 -
 staging-i686/remove-qtwebkit.patch   |   23 ---
 staging-i686/remove-webgui.patch |  124 
 staging-x86_64/PKGBUILD  |   88 ---
 staging-x86_64/freecad.desktop   |   14 -
 staging-x86_64/remove-qtwebkit.patch |   23 ---
 staging-x86_64/remove-webgui.patch   |  124 
 12 files changed, 498 insertions(+), 498 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2017-05-19 15:53:41 UTC (rev 228552)
+++ staging-i686/PKGBUILD   2017-05-19 16:00:45 UTC (rev 228553)
@@ -1,88 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-# Contributor: Jordi De Groof 
-# Contributor: mickele
-# Contributor: manwithgrenade
-# Contributor: bricem13
-# Contributor: gborzi
-
-pkgname=freecad
-pkgver=0.16
-pkgrel=10
-pkgdesc='A general purpose 3D CAD modeler'
-arch=('i686' 'x86_64')
-url='http://www.freecadweb.org/'
-license=('LGPL')
-depends=('boost-libs' 'curl' 'opencascade>=6.6.0' 'python2-pivy' 'xerces-c'
- 'libspnav' 'shared-mime-info' 'hicolor-icon-theme'
- 'python2-matplotlib' 'python2-shiboken' 'python2-pyside-tools' 
'pyside-tools-common' 'qt4')
-makedepends=('boost' 'eigen' 'gcc-fortran' 'swig' 'xerces-c' 
'desktop-file-utils' 'cmake' 'coin>=3.1.3-9')
-# TODO add reasons
-optdepends=('python2-matplotlib' 'pycollada-git' 'python2-pyqt4')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FreeCAD/FreeCAD/archive/$pkgver.tar.gz";
-   "${pkgname}.desktop"
-   "${pkgname}.xml"
-"remove-qtwebkit.patch"
-"remove-webgui.patch")
-md5sums=('6e992c98ae2b8448bcf428e3e9efb02f'
- 'b7bd72a67073c2869da263d8df61f205'
- 'c2f4154c8e4678825411de8e7fa54c6b'
- '19e9cd7d41a1ddd557cef05a6b23bdee'
- '6b5f9253c559c7aacaa277b2973fbaf3')
-
-prepare() {
-  cd "${srcdir}/FreeCAD-${pkgver}/"
-
-  # Remove QtWebkit dependency
-  patch -Np1 -i ../remove-qtwebkit.patch
-
-  # Remove features depending on Web module
-  patch -Np1 -i ../remove-webgui.patch
-
-  # http://www.freecadweb.org/tracker/view.php?id=2347
-  sed -i 's/boost::re_detail/boost::BOOST_REGEX_DETAIL_NS/' \
-src/Mod/Drawing/App/FeaturePage.cpp
-}
-
-build() {
-  cd "${srcdir}/FreeCAD-${pkgver}/"
-  cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX:PATH="/usr/lib/freecad" \
--DCMAKE_INSTALL_DOCDIR:PATH="/usr/share/freecad/doc" \
--DCMAKE_INSTALL_DATADIR:PATH="/usr/share/freecad" \
--DOCC_INCLUDE_DIR:PATH=/opt/opencascade/inc/ \
--DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 \
--DFREECAD_USE_EXTERNAL_PIVY:BOOL=ON \
--DBUILD_START=OFF \
--DBUILD_WEB=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}/FreeCAD-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # Symlink to /usr/bin
-  install -dm755 "$pkgdir/usr/bin"
-  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCAD" "${pkgdir}/usr/bin/freecad"
-  ln -srf "$pkgdir/usr/

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

2017-05-19 Thread Florian Pritz
Date: Friday, May 19, 2017 @ 15:53:41
  Author: bluewind
Revision: 228552

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

Added:
  freecad/repos/staging-i686/
  freecad/repos/staging-i686/PKGBUILD
(from rev 228551, freecad/trunk/PKGBUILD)
  freecad/repos/staging-i686/freecad.desktop
(from rev 228551, freecad/trunk/freecad.desktop)
  freecad/repos/staging-i686/freecad.xml
(from rev 228551, freecad/trunk/freecad.xml)
  freecad/repos/staging-i686/remove-qtwebkit.patch
(from rev 228551, freecad/trunk/remove-qtwebkit.patch)
  freecad/repos/staging-i686/remove-webgui.patch
(from rev 228551, freecad/trunk/remove-webgui.patch)
  freecad/repos/staging-x86_64/
  freecad/repos/staging-x86_64/PKGBUILD
(from rev 228551, freecad/trunk/PKGBUILD)
  freecad/repos/staging-x86_64/freecad.desktop
(from rev 228551, freecad/trunk/freecad.desktop)
  freecad/repos/staging-x86_64/freecad.xml
(from rev 228551, freecad/trunk/freecad.xml)
  freecad/repos/staging-x86_64/remove-qtwebkit.patch
(from rev 228551, freecad/trunk/remove-qtwebkit.patch)
  freecad/repos/staging-x86_64/remove-webgui.patch
(from rev 228551, freecad/trunk/remove-webgui.patch)

--+
 staging-i686/PKGBUILD|   88 +++
 staging-i686/freecad.desktop |   14 +++
 staging-i686/remove-qtwebkit.patch   |   23 ++
 staging-i686/remove-webgui.patch |  124 +
 staging-x86_64/PKGBUILD  |   88 +++
 staging-x86_64/freecad.desktop   |   14 +++
 staging-x86_64/remove-qtwebkit.patch |   23 ++
 staging-x86_64/remove-webgui.patch   |  124 +
 8 files changed, 498 insertions(+)

Copied: freecad/repos/staging-i686/PKGBUILD (from rev 228551, 
freecad/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-05-19 15:53:41 UTC (rev 228552)
@@ -0,0 +1,88 @@
+# Maintainer: Florian Pritz 
+# Contributor: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+# Contributor: Jordi De Groof 
+# Contributor: mickele
+# Contributor: manwithgrenade
+# Contributor: bricem13
+# Contributor: gborzi
+
+pkgname=freecad
+pkgver=0.16
+pkgrel=10
+pkgdesc='A general purpose 3D CAD modeler'
+arch=('i686' 'x86_64')
+url='http://www.freecadweb.org/'
+license=('LGPL')
+depends=('boost-libs' 'curl' 'opencascade>=6.6.0' 'python2-pivy' 'xerces-c'
+ 'libspnav' 'shared-mime-info' 'hicolor-icon-theme'
+ 'python2-matplotlib' 'python2-shiboken' 'python2-pyside-tools' 
'pyside-tools-common' 'qt4')
+makedepends=('boost' 'eigen' 'gcc-fortran' 'swig' 'xerces-c' 
'desktop-file-utils' 'cmake' 'coin>=3.1.3-9')
+# TODO add reasons
+optdepends=('python2-matplotlib' 'pycollada-git' 'python2-pyqt4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FreeCAD/FreeCAD/archive/$pkgver.tar.gz";
+   "${pkgname}.desktop"
+   "${pkgname}.xml"
+"remove-qtwebkit.patch"
+"remove-webgui.patch")
+md5sums=('6e992c98ae2b8448bcf428e3e9efb02f'
+ 'b7bd72a67073c2869da263d8df61f205'
+ 'c2f4154c8e4678825411de8e7fa54c6b'
+ '19e9cd7d41a1ddd557cef05a6b23bdee'
+ '6b5f9253c559c7aacaa277b2973fbaf3')
+
+prepare() {
+  cd "${srcdir}/FreeCAD-${pkgver}/"
+
+  # Remove QtWebkit dependency
+  patch -Np1 -i ../remove-qtwebkit.patch
+
+  # Remove features depending on Web module
+  patch -Np1 -i ../remove-webgui.patch
+
+  # http://www.freecadweb.org/tracker/view.php?id=2347
+  sed -i 's/boost::re_detail/boost::BOOST_REGEX_DETAIL_NS/' \
+src/Mod/Drawing/App/FeaturePage.cpp
+}
+
+build() {
+  cd "${srcdir}/FreeCAD-${pkgver}/"
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX:PATH="/usr/lib/freecad" \
+-DCMAKE_INSTALL_DOCDIR:PATH="/usr/share/freecad/doc" \
+-DCMAKE_INSTALL_DATADIR:PATH="/usr/share/freecad" \
+-DOCC_INCLUDE_DIR:PATH=/opt/opencascade/inc/ \
+-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 \
+-DFREECAD_USE_EXTERNAL_PIVY:BOOL=ON \
+-DBUILD_START=OFF \
+-DBUILD_WEB=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}/FreeCAD-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # Symlink to /usr/bin
+  install -dm755 "$pkgdir/usr/bin"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCAD" "${pkgdir}/usr/bin/freecad"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCAD" "${pkgdir}/usr/bin/FreeCAD"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCADCmd" 
"${pkgdir}/usr/bin/freecadcmd"
+  ln -srf "$pkgdir/usr/lib/freecad/bin/FreeCADCmd" 
"${pkgdir}/usr/bin/FreeCADCmd"
+
+  # Install pixmaps and desktop shortcut
+  desktop-file-install \
+--dir="${pkgdir}/usr/share/applications" \
+"${srcdir}/${pkgname}.desktop"
+  for i in 16 32 48 64; do
+ install -Dm644 "src/Gui/Icons/freecad-icon-${i}.png" \
+ "$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/freecad.png"
+  done

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

2017-05-19 Thread Florian Pritz
Date: Friday, May 19, 2017 @ 15:53:31
  Author: bluewind
Revision: 228551

upgpkg: freecad 0.16-10

rebuild for boost 1.64.0

Modified:
  freecad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 14:57:51 UTC (rev 228550)
+++ PKGBUILD2017-05-19 15:53:31 UTC (rev 228551)
@@ -9,7 +9,7 @@
 
 pkgname=freecad
 pkgver=0.16
-pkgrel=9
+pkgrel=10
 pkgdesc='A general purpose 3D CAD modeler'
 arch=('i686' 'x86_64')
 url='http://www.freecadweb.org/'


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

2017-05-19 Thread Florian Pritz
Date: Friday, May 19, 2017 @ 14:57:47
  Author: bluewind
Revision: 228549

upgpkg: openshot 2.3.3-1

upstream update

Modified:
  openshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 14:01:35 UTC (rev 228548)
+++ PKGBUILD2017-05-19 14:57:47 UTC (rev 228549)
@@ -4,7 +4,7 @@
 # Contributor: Asa Marco 
 
 pkgname=openshot
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 pkgdesc="an open-source, non-linear video editor for Linux based on MLT 
framework"
 arch=('any')
@@ -18,7 +18,7 @@
'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack')
 makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/openshot-qt/archive/v$pkgver.tar.gz";)
-sha256sums=('f4032cc89fac222d9f5d315841e8a50d2d1c2386f4fe54a19e7102a1d5db33fd')
+sha256sums=('79a712398847b998729a9ff26e560151064ee39453b5f6d46fa9bd5ec6962b3d')
 
 package() {
   cd "$srcdir"/openshot-qt-$pkgver


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

2017-05-19 Thread Florian Pritz
Date: Friday, May 19, 2017 @ 14:57:51
  Author: bluewind
Revision: 228550

archrelease: copy trunk to community-any

Added:
  openshot/repos/community-any/PKGBUILD
(from rev 228549, openshot/trunk/PKGBUILD)
Deleted:
  openshot/repos/community-any/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-19 14:57:47 UTC (rev 228549)
+++ PKGBUILD2017-05-19 14:57:51 UTC (rev 228550)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Florian Pritz 
-# Contributor: Asa Marco 
-
-pkgname=openshot
-pkgver=2.3.2
-pkgrel=1
-pkgdesc="an open-source, non-linear video editor for Linux based on MLT 
framework"
-arch=('any')
-url="http://www.openshotvideo.com/";
-license=('GPL')
-depends=('mlt-python-bindings' 'sdl' 'librsvg' 'mplayer'
-'pyxdg' 'python-pyqt5' 'python-httplib2' 'python-pillow' 'dvgrab'
-'ladspa' 'sox' 'vid.stab' 'qt5-svg' 'sdl_image'
-'libopenshot' 'python-pyzmq' 'qt5-webkit' 'python-setuptools')
-optdepends=('frei0r-plugins: effects'
-   'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/openshot-qt/archive/v$pkgver.tar.gz";)
-sha256sums=('f4032cc89fac222d9f5d315841e8a50d2d1c2386f4fe54a19e7102a1d5db33fd')
-
-package() {
-  cd "$srcdir"/openshot-qt-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: openshot/repos/community-any/PKGBUILD (from rev 228549, 
openshot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-19 14:57:51 UTC (rev 228550)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Florian Pritz 
+# Contributor: Asa Marco 
+
+pkgname=openshot
+pkgver=2.3.3
+pkgrel=1
+pkgdesc="an open-source, non-linear video editor for Linux based on MLT 
framework"
+arch=('any')
+url="http://www.openshotvideo.com/";
+license=('GPL')
+depends=('mlt-python-bindings' 'sdl' 'librsvg' 'mplayer'
+'pyxdg' 'python-pyqt5' 'python-httplib2' 'python-pillow' 'dvgrab'
+'ladspa' 'sox' 'vid.stab' 'qt5-svg' 'sdl_image'
+'libopenshot' 'python-pyzmq' 'qt5-webkit' 'python-setuptools')
+optdepends=('frei0r-plugins: effects'
+   'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/openshot-qt/archive/v$pkgver.tar.gz";)
+sha256sums=('79a712398847b998729a9ff26e560151064ee39453b5f6d46fa9bd5ec6962b3d')
+
+package() {
+  cd "$srcdir"/openshot-qt-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}


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

2017-05-19 Thread Laurent Carlier
Date: Friday, May 19, 2017 @ 14:01:17
  Author: lcarlier
Revision: 228547

upgpkg: beignet 1.3.1-3

now beignet provides opencl-driver

Modified:
  beignet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 13:57:04 UTC (rev 228546)
+++ PKGBUILD2017-05-19 14:01:17 UTC (rev 228547)
@@ -5,14 +5,14 @@
 
 pkgname=beignet
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="An open source OpenCL implementation for Intel IvyBridge+ iGPUs"
 arch=('x86_64')
 url="https://01.org/${pkgname}";
 license=('LGPL')
-depends=('glu' 'llvm' 'mesa' 'ocl-icd' 'opencl-headers')
-makedepends=('clang' 'cmake' 'python')
-provides=('opencl-intel')
+depends=('glu' 'llvm' 'mesa' 'opencl-headers')
+makedepends=('clang' 'cmake' 'python' 'ocl-icd')
+provides=('opencl-intel' 'opencl-driver')
 conflicts=('opencl-intel')
 source=("https://01.org/sites/default/files/${pkgname}-${pkgver}-source.tar.gz";
 '0001-Backend-Remove-old-llvm-support-code.patch'


[arch-commits] Commit in retroarch-autoconfig-udev/repos/community-any (2 files)

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 13:57:04
  Author: alucryd
Revision: 228546

archrelease: copy trunk to community-any

Added:
  retroarch-autoconfig-udev/repos/community-any/PKGBUILD
(from rev 228545, retroarch-autoconfig-udev/trunk/PKGBUILD)
Deleted:
  retroarch-autoconfig-udev/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-19 13:56:56 UTC (rev 228545)
+++ PKGBUILD2017-05-19 13:57:04 UTC (rev 228546)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=retroarch-autoconfig-udev
-pkgver=1172
-pkgrel=1
-pkgdesc='udev joypad autoconfig for RetroArch'
-arch=('any')
-url='http://www.libretro.com/'
-license=('GPL')
-groups=('libretro')
-depends=('retroarch')
-makedepends=('git')
-_commit='d907d13fbf47a07e25030ee6372d367eab3af4a8'
-source=("git+https://github.com/libretro/retroarch-joypad-autoconfig.git#commit=${_commit}";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd retroarch-joypad-autoconfig
-
-  git rev-list --count HEAD
-}
-
-package() {
-  cd retroarch-joypad-autoconfig
-
-  install -dm 755 "${pkgdir}"/usr/share/libretro/autoconfig
-  cp -dr --no-preserve='ownership' udev 
"${pkgdir}"/usr/share/libretro/autoconfig/
-}
-
-# vim: ts=2 sw=2 et:

Copied: retroarch-autoconfig-udev/repos/community-any/PKGBUILD (from rev 
228545, retroarch-autoconfig-udev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-19 13:57:04 UTC (rev 228546)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=retroarch-autoconfig-udev
+pkgver=1174
+pkgrel=1
+pkgdesc='udev joypad autoconfig for RetroArch'
+arch=('any')
+url='http://www.libretro.com/'
+license=('GPL')
+groups=('libretro')
+depends=('retroarch')
+makedepends=('git')
+_commit='1bf15c5a20d35198e5913593090dd6e2c75ffbb0'
+source=("git+https://github.com/libretro/retroarch-joypad-autoconfig.git#commit=${_commit}";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd retroarch-joypad-autoconfig
+
+  git rev-list --count HEAD
+}
+
+package() {
+  cd retroarch-joypad-autoconfig
+
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/autoconfig
+  cp -dr --no-preserve='ownership' udev 
"${pkgdir}"/usr/share/retroarch/autoconfig/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in retroarch-autoconfig-udev/trunk (PKGBUILD)

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 13:56:56
  Author: alucryd
Revision: 228545

upgpkg: retroarch-autoconfig-udev 1174-1

Modified:
  retroarch-autoconfig-udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 13:51:27 UTC (rev 228544)
+++ PKGBUILD2017-05-19 13:56:56 UTC (rev 228545)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=retroarch-autoconfig-udev
-pkgver=1172
+pkgver=1174
 pkgrel=1
 pkgdesc='udev joypad autoconfig for RetroArch'
 arch=('any')
@@ -11,7 +11,7 @@
 groups=('libretro')
 depends=('retroarch')
 makedepends=('git')
-_commit='d907d13fbf47a07e25030ee6372d367eab3af4a8'
+_commit='1bf15c5a20d35198e5913593090dd6e2c75ffbb0'
 
source=("git+https://github.com/libretro/retroarch-joypad-autoconfig.git#commit=${_commit}";)
 sha256sums=('SKIP')
 
@@ -24,8 +24,8 @@
 package() {
   cd retroarch-joypad-autoconfig
 
-  install -dm 755 "${pkgdir}"/usr/share/libretro/autoconfig
-  cp -dr --no-preserve='ownership' udev 
"${pkgdir}"/usr/share/libretro/autoconfig/
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/autoconfig
+  cp -dr --no-preserve='ownership' udev 
"${pkgdir}"/usr/share/retroarch/autoconfig/
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in retroarch-assets-xmb/trunk (PKGBUILD)

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 13:51:19
  Author: alucryd
Revision: 228543

upgpkg: retroarch-assets-xmb 433-1

Modified:
  retroarch-assets-xmb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 13:48:13 UTC (rev 228542)
+++ PKGBUILD2017-05-19 13:51:19 UTC (rev 228543)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=retroarch-assets-xmb
-pkgver=401
+pkgver=433
 pkgrel=1
 pkgdesc='XMB menu assets for RetroArch'
 arch=('any')
@@ -11,7 +11,7 @@
 groups=('libretro')
 depends=('retroarch')
 makedepends=('git')
-_commit='926527c79138cbb82727350248dfa4ad39f2fc72'
+_commit='92c58f06ce92e5bb5df17b1dc8ab4844eb839fd5'
 
source=("git+https://github.com/libretro/retroarch-assets.git#commit=${_commit}";)
 sha256sums=('SKIP')
 
@@ -24,8 +24,8 @@
 package() {
   cd retroarch-assets
 
-  install -dm 755 "${pkgdir}"/usr/share/libretro/assets
-  cp -dr --no-preserve='ownership' xmb "${pkgdir}"/usr/share/libretro/assets/
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
+  cp -dr --no-preserve='ownership' xmb "${pkgdir}"/usr/share/retroarch/assets/
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in retroarch-assets-xmb/repos/community-any (PKGBUILD PKGBUILD)

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 13:51:27
  Author: alucryd
Revision: 228544

archrelease: copy trunk to community-any

Added:
  retroarch-assets-xmb/repos/community-any/PKGBUILD
(from rev 228543, retroarch-assets-xmb/trunk/PKGBUILD)
Deleted:
  retroarch-assets-xmb/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-19 13:51:19 UTC (rev 228543)
+++ PKGBUILD2017-05-19 13:51:27 UTC (rev 228544)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=retroarch-assets-xmb
-pkgver=401
-pkgrel=1
-pkgdesc='XMB menu assets for RetroArch'
-arch=('any')
-url='http://www.libretro.com/'
-license=('GPL')
-groups=('libretro')
-depends=('retroarch')
-makedepends=('git')
-_commit='926527c79138cbb82727350248dfa4ad39f2fc72'
-source=("git+https://github.com/libretro/retroarch-assets.git#commit=${_commit}";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd retroarch-assets
-
-  git rev-list --count HEAD
-}
-
-package() {
-  cd retroarch-assets
-
-  install -dm 755 "${pkgdir}"/usr/share/libretro/assets
-  cp -dr --no-preserve='ownership' xmb "${pkgdir}"/usr/share/libretro/assets/
-}
-
-# vim: ts=2 sw=2 et:

Copied: retroarch-assets-xmb/repos/community-any/PKGBUILD (from rev 228543, 
retroarch-assets-xmb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-19 13:51:27 UTC (rev 228544)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=retroarch-assets-xmb
+pkgver=433
+pkgrel=1
+pkgdesc='XMB menu assets for RetroArch'
+arch=('any')
+url='http://www.libretro.com/'
+license=('GPL')
+groups=('libretro')
+depends=('retroarch')
+makedepends=('git')
+_commit='92c58f06ce92e5bb5df17b1dc8ab4844eb839fd5'
+source=("git+https://github.com/libretro/retroarch-assets.git#commit=${_commit}";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd retroarch-assets
+
+  git rev-list --count HEAD
+}
+
+package() {
+  cd retroarch-assets
+
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
+  cp -dr --no-preserve='ownership' xmb "${pkgdir}"/usr/share/retroarch/assets/
+}
+
+# vim: ts=2 sw=2 et:


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

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 13:48:13
  Author: alucryd
Revision: 228542

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

Added:
  retroarch/repos/community-i686/PKGBUILD
(from rev 228541, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-i686/retroarch-paths.patch
(from rev 228541, retroarch/trunk/retroarch-paths.patch)
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 228541, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-paths.patch
(from rev 228541, retroarch/trunk/retroarch-paths.patch)
Deleted:
  retroarch/repos/community-i686/PKGBUILD
  retroarch/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |  136 +++
 community-i686/PKGBUILD|   60 -
 community-i686/retroarch-paths.patch   |   43 +
 community-x86_64/PKGBUILD  |   60 -
 community-x86_64/retroarch-paths.patch |   43 +
 5 files changed, 222 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-19 13:47:59 UTC (rev 228541)
+++ community-i686/PKGBUILD 2017-05-19 13:48:13 UTC (rev 228542)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.5.0
-pkgrel=2
-pkgdesc='Reference frontend for the libretro API'
-arch=('i686' 'x86_64')
-url='http://www.libretro.com/'
-license=('GPL')
-groups=('libretro')
-depends=('alsa-lib' 'gcc-libs' 'glibc' 'libdrm' 'libgl' 'libpulse' 'libusb'
- 'libx11' 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon' 'libxv'
- 'libxxf86vm' 'mesa' 'openal' 'sdl2' 'wayland' 'zlib'
- 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
- 'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so')
-makedepends=('vulkan-icd-loader')
-optdepends=('libretro-desmume: Nintendo DS core'
-'libretro-gambatte: Nintendo Game Boy/Game Boy Color core'
-'libretro-genesis-plus: Sega Master System/Genesis/Game 
Gear/CD/32X core'
-'libretro-mgba: Nintendo Game Boy Advance core'
-'libretro-mupen64plus: Nintendo 64 core'
-'libretro-nestopia: Nintendo Entertainment System core'
-'libretro-pcsx-rearmed: Sony PlayStation core'
-'libretro-reicast: Sega Dreamcast core'
-'libretro-snes9x: Super Nintendo Entertainment System core'
-'libretro-yabause: Sega Saturn core'
-'libretro-overlays: Collection of overlays'
-'libretro-shaders: Collection of shaders'
-'retroarch-assets-xmb: XMB menu assets'
-'retroarch-autoconfig-udev: udev joypad autoconfig')
-backup=('etc/retroarch.cfg')
-source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz";)
-sha256sums=('5de6385d4a0031709ef133d04a8573309e1090f0fda2917678be8e1147576de5')
-
-build() {
-  cd RetroArch-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-cg \
---disable-jack \
---disable-oss \
---disable-sdl
-  make
-  make -C gfx/video_filters
-}
-
-package() {
-  cd RetroArch-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/lib/retroarch/filters/video
-  install -m 644 gfx/video_filters/*.{filt,so} 
"${pkgdir}"/usr/lib/retroarch/filters/video/
-}
-
-# vim: ts=2 sw=2 et:

Copied: retroarch/repos/community-i686/PKGBUILD (from rev 228541, 
retroarch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-19 13:48:13 UTC (rev 228542)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.5.0
+pkgrel=3
+pkgdesc='Reference frontend for the libretro API'
+arch=('i686' 'x86_64')
+url='http://www.libretro.com/'
+license=('GPL')
+groups=('libretro')
+depends=('alsa-lib' 'gcc-libs' 'glibc' 'libdrm' 'libgl' 'libpulse' 'libusb'
+ 'libx11' 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon' 'libxv'
+ 'libxxf86vm' 'mesa' 'openal' 'sdl2' 'wayland' 'zlib'
+ 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
+ 'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so')
+makedepends=('vulkan-icd-loader')
+optdepends=('libretro-desmume: Nintendo DS core'
+'libretro-gambatte: Nintendo Game Boy/Game Boy Color core'
+'libretro-genesis-plus: Sega Master System/Genesis/Game 
Gear/CD/32X core'
+'libretro-mgba: Nintendo Game Boy Advance core'
+'libretro-mupen64plus: Nintendo 64 core'
+'libretro-nestopia: Nintendo Entertainment System core'
+'libretro-pcsx-rearmed: Sony PlayStation core'
+ 

  1   2   >