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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 03:22:34
  Author: felixonmars
Revision: 313831

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 313830, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
313830, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-02 03:22:34 UTC (rev 313831)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.0.3
+pkgrel=13
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-file-embed' 
'haskell-mtl'
+ 'haskell-open-browser' 'haskell-optparse-applicative' 'pandoc' 
'haskell-pandoc-types'
+ 'haskell-roman-numerals' 'haskell-syb' 'haskell-text' 
'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('98eb97fd3501c1259afc6e9ee27c6b8ef72e9f9dc957e8c94505f8e0602017d2697d640ad16e5eb266b7559040bbf0ef10c7de862c538ba33c0a980c58354547')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 03:22:14
  Author: felixonmars
Revision: 313830

upgpkg: pandoc-crossref 0.3.0.3-13

rebuild with yaml,0.8.29

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-02 03:20:25 UTC (rev 313829)
+++ PKGBUILD2018-04-02 03:22:14 UTC (rev 313830)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.0.3
-pkgrel=12
+pkgrel=13
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 03:20:25
  Author: felixonmars
Revision: 313829

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 313828, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 313828, stack/trunk/stack.install)

---+
 PKGBUILD  |   76 
 stack.install |4 ++
 2 files changed, 80 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 313828, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-02 03:20:25 UTC (rev 313829)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.6.5
+pkgrel=64
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-bindings-uname'
+ 'haskell-blaze-builder' 'haskell-clock' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo' 
'haskell-exceptions'
+ 'haskell-extra' 'haskell-fast-logger' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-gitrev' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hastache' 'haskell-hpack' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-microlens-mtl' 'haskell-mintty' 
'haskell-monad-logger'
+ 'haskell-mono-traversable' 'haskell-mtl' 'haskell-neat-interpolation' 
'haskell-network-uri'
+ 'haskell-open-browser' 'haskell-optparse-applicative' 
'haskell-optparse-simple'
+ 'haskell-path' 'haskell-path-io' 'haskell-persistent' 
'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-pid1' 'haskell-primitive' 
'haskell-project-template'
+ 'haskell-regex-applicative-text' 'haskell-resourcet' 'haskell-retry' 
'haskell-semigroups'
+ 'haskell-split' 'haskell-stm' 'haskell-store' 'haskell-store-core'
+ 'haskell-streaming-commons' 'haskell-tar' 'haskell-temporary' 
'haskell-text'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-unicode-transforms'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-yaml' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;)
+sha512sums=('416e2e128554c7acd2896a915af6d47d9bf7743c98175b897c4b3714431203283f9706d1ceeed2fe64c4b403cdaca3fb0d1d3d5c8e6edfde3b80c1aa515fb351')
+
+prepare() {
+  cd $pkgname-$pkgver
+  hpack
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: 

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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 03:20:06
  Author: felixonmars
Revision: 313828

upgpkg: stack 1.6.5-64

rebuild with yaml,0.8.29

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-02 03:14:13 UTC (rev 313827)
+++ PKGBUILD2018-04-02 03:20:06 UTC (rev 313828)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.6.5
-pkgrel=63
+pkgrel=64
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 03:14:13
  Author: felixonmars
Revision: 313827

archrelease: copy trunk to community-staging-x86_64

Added:
  stylish-haskell/repos/community-staging-x86_64/
  stylish-haskell/repos/community-staging-x86_64/PKGBUILD
(from rev 313826, stylish-haskell/trunk/PKGBUILD)

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

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
313826, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-02 03:14:13 UTC (rev 313827)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.9.0.2
+pkgrel=19
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 'haskell-mtl' 
'haskell-optparse-applicative'
+ 'haskell-src-exts' 'haskell-strict' 'haskell-syb' 'haskell-yaml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('da7a72d87778d9a9846c7fdde25538e8e83e742229416eb037ad366209521a25fe8cd28e3bc7afbb8d3ec996f5be7b0bbc0332090aef3c8f30d960828122cdca')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-old_base
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 03:13:54
  Author: felixonmars
Revision: 313826

upgpkg: stylish-haskell 0.9.0.2-19

rebuild with yaml,0.8.29

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-02 03:12:53 UTC (rev 313825)
+++ PKGBUILD2018-04-02 03:13:54 UTC (rev 313826)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.9.0.2
-pkgrel=18
+pkgrel=19
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("custom:BSD3")


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 03:12:32
  Author: felixonmars
Revision: 313824

upgpkg: haskell-hpack 0.27.0-34

rebuild with yaml,0.8.29

Modified:
  haskell-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-02 03:10:32 UTC (rev 313823)
+++ PKGBUILD2018-04-02 03:12:32 UTC (rev 313824)
@@ -6,7 +6,7 @@
 pkgname=haskell-hpack
 _hkgname=hpack
 pkgver=0.27.0
-pkgrel=33
+pkgrel=34
 pkgdesc="An alternative format for Haskell packages"
 url="https://github.com/sol/hpack#readme;
 license=("MIT")


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 03:12:53
  Author: felixonmars
Revision: 313825

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hpack/repos/community-staging-x86_64/
  haskell-hpack/repos/community-staging-x86_64/PKGBUILD
(from rev 313824, haskell-hpack/trunk/PKGBUILD)

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

Copied: haskell-hpack/repos/community-staging-x86_64/PKGBUILD (from rev 313824, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-02 03:12:53 UTC (rev 313825)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.27.0
+pkgrel=34
+pkgdesc="An alternative format for Haskell packages"
+url="https://github.com/sol/hpack#readme;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-bifunctors' 'haskell-cryptonite' 
'haskell-glob'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-scientific'
+ 'haskell-text' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-yaml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-interpolate'
+ 'haskell-mockery' 'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+sha512sums=('fd52e986ba1b5746cda14cf9159927fe6122cc277243cf87e7bb89a3a52c9d0f4195dfd1bd0d2bd3cb87f8359f9011af94a1df1e0518a077d38f356e0a2f07db')
+
+build() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 03:10:32
  Author: felixonmars
Revision: 313823

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-sbv/repos/community-staging-x86_64/
  haskell-sbv/repos/community-staging-x86_64/PKGBUILD
(from rev 313822, haskell-sbv/trunk/PKGBUILD)

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

Copied: haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 313822, 
haskell-sbv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-02 03:10:32 UTC (rev 313823)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sbv
+pkgname=haskell-sbv
+pkgver=7.6
+pkgrel=6
+pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
+url="http://leventerkok.github.com/sbv;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 
'haskell-async'
+ 'haskell-mtl' 'haskell-random' 'haskell-syb' 
'haskell-data-binary-ieee754'
+ 'haskell-generic-deriving')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7d4a61f5d8812b2529d1a8cb9dfa9e192efd64586c0618f1b62e7325ea8741525f7763d30bc4468167658625f457de0465094167a4e38bba849e060ec004e13f')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 03:10:13
  Author: felixonmars
Revision: 313822

upgpkg: haskell-sbv 7.6-6

rebuild with yaml,0.8.29

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-02 03:05:22 UTC (rev 313821)
+++ PKGBUILD2018-04-02 03:10:13 UTC (rev 313822)
@@ -5,7 +5,7 @@
 _hkgname=sbv
 pkgname=haskell-sbv
 pkgver=7.6
-pkgrel=5
+pkgrel=6
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
 url="http://leventerkok.github.com/sbv;
 license=("custom:BSD3")


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 03:05:22
  Author: felixonmars
Revision: 313821

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod/repos/community-staging-x86_64/
  haskell-yesod/repos/community-staging-x86_64/PKGBUILD
(from rev 313820, haskell-yesod/trunk/PKGBUILD)

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 313820, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-02 03:05:22 UTC (rev 313821)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.5
+pkgrel=243
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-blaze-html" "haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 03:05:02
  Author: felixonmars
Revision: 313820

upgpkg: haskell-yesod 1.4.5-243

rebuild with yaml,0.8.29

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-02 03:04:08 UTC (rev 313819)
+++ PKGBUILD2018-04-02 03:05:02 UTC (rev 313820)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.5
-pkgrel=242
+pkgrel=243
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 03:04:08
  Author: felixonmars
Revision: 313819

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 313818, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
313818, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-02 03:04:08 UTC (rev 313819)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.13.0.1
+pkgrel=54
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-data-default' 'haskell-hs-bibutils' 'haskell-mtl' 
'haskell-old-locale' 'pandoc'
+ 'haskell-pandoc-types' 'haskell-parsec' 'haskell-rfc5051' 
'haskell-setenv' 'haskell-split'
+ 'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' 'haskell-text' 
'haskell-text-icu'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-xml-conduit' 
'haskell-yaml')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('40c1ebe932127775d74cc082ef0156d765a21d28bfc33766e03fd77257e30f4f98e9d389eb81e1fd17846b0a8013f169d458dce7994d7c667f022e5edce181eb')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 03:03:47
  Author: felixonmars
Revision: 313818

upgpkg: pandoc-citeproc 0.13.0.1-54

rebuild with yaml,0.8.29

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-02 03:01:06 UTC (rev 313817)
+++ PKGBUILD2018-04-02 03:03:47 UTC (rev 313818)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.13.0.1
-pkgrel=53
+pkgrel=54
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("custom:BSD3")


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 03:01:06
  Author: felixonmars
Revision: 313817

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 03:00:15
  Author: felixonmars
Revision: 313814

upgpkg: librime 1:1.3.1-1

Modified:
  librime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-02 02:58:01 UTC (rev 313813)
+++ PKGBUILD2018-04-02 03:00:15 UTC (rev 313814)
@@ -4,7 +4,7 @@
 # Contributor: 網軍總司令
 
 pkgname=librime
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 epoch=1
 pkgdesc="Rime input method engine"
@@ -15,7 +15,7 @@
 optdepends=('brise: Rime schema repository')
 makedepends=('cmake' 'boost' 'gtest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rime/librime/archive/rime-$pkgver.tar.gz;)
-sha512sums=('08bf47d04d9bb8c9112ba27921be693b76ef608b5b783c79fe592694d29868f282c202a43e920033cdb95a7844caf7b232d4d990267ecd489709b2fbebf01cef')
+sha512sums=('7df91eea6715312c564a739edd85e89b4abdc0493d9727304595897f1b8637fc07b71077b818cac4ebd75b864759c711c12f826a6d7fe52caad88cc72b5640cf')
 
 build() {
   cd $pkgname-rime-$pkgver


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 03:00:37
  Author: felixonmars
Revision: 313815

archrelease: copy trunk to community-x86_64

Added:
  librime/repos/community-x86_64/PKGBUILD
(from rev 313814, librime/trunk/PKGBUILD)
Deleted:
  librime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-02 03:00:15 UTC (rev 313814)
+++ PKGBUILD2018-04-02 03:00:37 UTC (rev 313815)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: GONG Chen 
-# Contributor: 網軍總司令
-
-pkgname=librime
-pkgver=1.3.0
-pkgrel=1
-epoch=1
-pkgdesc="Rime input method engine"
-arch=('x86_64')
-url="https://github.com/rime/librime;
-license=('GPL3')
-depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
-optdepends=('brise: Rime schema repository')
-makedepends=('cmake' 'boost' 'gtest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rime/librime/archive/rime-$pkgver.tar.gz;)
-sha512sums=('08bf47d04d9bb8c9112ba27921be693b76ef608b5b783c79fe592694d29868f282c202a43e920033cdb95a7844caf7b232d4d990267ecd489709b2fbebf01cef')
-
-build() {
-  cd $pkgname-rime-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-rime-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: librime/repos/community-x86_64/PKGBUILD (from rev 313814, 
librime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-02 03:00:37 UTC (rev 313815)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.3.1
+pkgrel=1
+epoch=1
+pkgdesc="Rime input method engine"
+arch=('x86_64')
+url="https://github.com/rime/librime;
+license=('GPL3')
+depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost' 'gtest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rime/librime/archive/rime-$pkgver.tar.gz;)
+sha512sums=('7df91eea6715312c564a739edd85e89b4abdc0493d9727304595897f1b8637fc07b71077b818cac4ebd75b864759c711c12f826a6d7fe52caad88cc72b5640cf')
+
+build() {
+  cd $pkgname-rime-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-rime-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 03:00:46
  Author: felixonmars
Revision: 313816

upgpkg: hlint 2.1-20

rebuild with yaml,0.8.29

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-02 03:00:37 UTC (rev 313815)
+++ PKGBUILD2018-04-02 03:00:46 UTC (rev 313816)
@@ -4,7 +4,7 @@
 
 pkgname=hlint
 pkgver=2.1
-pkgrel=19
+pkgrel=20
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/;
 license=("custom:BSD3")


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 02:58:01
  Author: felixonmars
Revision: 313813

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 313812, pandoc/trunk/PKGBUILD)

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 313812, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-02 02:58:01 UTC (rev 313813)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.1.3
+pkgrel=12
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-base-compat' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cmark-gfm'
+ 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 
'haskell-glob'
+ 'haskell-mtl' 'haskell-haddock-library' 'haskell-skylighting' 
'haskell-hslua'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-http-client-tls'
+ 'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-text' 
'haskell-texmath'
+ 'haskell-network' 'haskell-pandoc-types' 'haskell-parsec' 
'haskell-random'
+ 'haskell-scientific' 'haskell-tagsoup' 'haskell-temporary' 
'haskell-network-uri'
+ 'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 
'haskell-xml'
+ 'haskell-yaml' 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-golden' 'haskell-quickcheck' 
'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('73014f734ce1aa45157eeec2fbbda7273be25ff4c73ef73804b416fbea4ec7bb24ba4a224b6cf0fbba9f1f3eae41959c7c83d83971ca555228244a77bcb691fe')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 02:57:42
  Author: felixonmars
Revision: 313812

upgpkg: pandoc 2.1.3-12

rebuild with yaml,0.8.29

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-02 02:55:56 UTC (rev 313811)
+++ PKGBUILD2018-04-02 02:57:42 UTC (rev 313812)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=2.1.3
-pkgrel=11
+pkgrel=12
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 02:55:33
  Author: felixonmars
Revision: 313810

upgpkg: python-peewee 3.2.2-1

Modified:
  python-peewee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-02 02:52:12 UTC (rev 313809)
+++ PKGBUILD2018-04-02 02:55:33 UTC (rev 313810)
@@ -6,7 +6,7 @@
 
 pkgbase=python-peewee
 pkgname=('python-peewee' 'python2-peewee')
-pkgver=3.2.0
+pkgver=3.2.2
 pkgrel=1
 pkgdesc="a little orm"
 url="https://pypi.python.org/pypi/peewee/;
@@ -16,7 +16,7 @@
 checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask')
  # 'python-psycopg2' 'python2-psycopg2')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
-sha512sums=('9b396983afdb3196110d0b19db63ff5937881225c191e7595d125aed1b672378377bb04b978af5a96f143cf2a329975fb9a1d980771f56a3cba149b85dc792d0')
+sha512sums=('bdc32a9eb8023f799b8812eb0840e93379d7515f3653968e2328d636d4883ec0d21544ef06b2b946a8026aeea3bd8272d5d23c18ded27b3f8d3ca07500b82974')
 
 prepare() {
   cp -a peewee-$pkgver{,-py2}


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 02:55:56
  Author: felixonmars
Revision: 313811

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-02 02:55:33 UTC (rev 313810)
+++ PKGBUILD2018-04-02 02:55:56 UTC (rev 313811)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Blackleg 
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgbase=python-peewee
-pkgname=('python-peewee' 'python2-peewee')
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="a little orm"
-url="https://pypi.python.org/pypi/peewee/;
-arch=('x86_64')
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 
'sqlite')
-checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask')
- # 'python-psycopg2' 'python2-psycopg2')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
-sha512sums=('9b396983afdb3196110d0b19db63ff5937881225c191e7595d125aed1b672378377bb04b978af5a96f143cf2a329975fb9a1d980771f56a3cba149b85dc792d0')
-
-prepare() {
-  cp -a peewee-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/peewee-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/peewee-$pkgver
-  python runtests.py
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 runtests.py
-}
-
-package_python-peewee() {
-  depends=('python' 'sqlite')
-  optdepends=('python-psycopg2: for PostgreSQL database support'
-  'mysql-python: for MySQL database support')
-
-  cd "$srcdir"/peewee-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-peewee() {
-  depends=('python2')
-  optdepends=('python2-psycopg2: for PostgreSQL database support')
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/pwiz{,2}.py
-}

Copied: python-peewee/repos/community-x86_64/PKGBUILD (from rev 313810, 
python-peewee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-02 02:55:56 UTC (rev 313811)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Blackleg 
+# Contributor: Nidhogg
+# Contributor: juantascon
+
+pkgbase=python-peewee
+pkgname=('python-peewee' 'python2-peewee')
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="a little orm"
+url="https://pypi.python.org/pypi/peewee/;
+arch=('x86_64')
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 
'sqlite')
+checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask')
+ # 'python-psycopg2' 'python2-psycopg2')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
+sha512sums=('bdc32a9eb8023f799b8812eb0840e93379d7515f3653968e2328d636d4883ec0d21544ef06b2b946a8026aeea3bd8272d5d23c18ded27b3f8d3ca07500b82974')
+
+prepare() {
+  cp -a peewee-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/peewee-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/peewee-$pkgver
+  python runtests.py
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 runtests.py
+}
+
+package_python-peewee() {
+  depends=('python' 'sqlite')
+  optdepends=('python-psycopg2: for PostgreSQL database support'
+  'mysql-python: for MySQL database support')
+
+  cd "$srcdir"/peewee-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-peewee() {
+  depends=('python2')
+  optdepends=('python2-psycopg2: for PostgreSQL database support')
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/pwiz{,2}.py
+}


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 02:52:12
  Author: felixonmars
Revision: 313809

archrelease: copy trunk to community-any

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

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 115 insertions(+), 115 deletions(-)

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-02 02:51:23 UTC (rev 313808)
+++ PKGBUILD2018-04-02 02:52:12 UTC (rev 313809)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.113
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime>=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')

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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 02:51:23
  Author: felixonmars
Revision: 313808

upgpkg: jenkins 2.114-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-02 02:47:58 UTC (rev 313807)
+++ PKGBUILD2018-04-02 02:51:23 UTC (rev 313808)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.113
+pkgver=2.114
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('4f9287d7ae0322ac62643617910453d2699a7f8be8a18c9218ee24a9ad7d3e5152824b0defe375c60943f744813425a97b6fcf5e7e2fa2668605ed524b5d1452'
+sha512sums=('a20d7a2181507b038ecfc1b92ec01422d03eed2e7a8bb5fe983a89d1895d46c2e44309c50bdc186cdac682096d0c42975c011776be42dc3d340bb5e0ac89'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 02:47:58
  Author: felixonmars
Revision: 313807

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yaml/repos/community-staging-x86_64/
  haskell-yaml/repos/community-staging-x86_64/PKGBUILD
(from rev 313806, haskell-yaml/trunk/PKGBUILD)

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

Copied: haskell-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 313806, 
haskell-yaml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-02 02:47:58 UTC (rev 313807)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yaml
+pkgname=haskell-yaml
+pkgver=0.8.29
+pkgrel=1
+pkgdesc="Support for parsing and rendering YAML documents."
+url="https://github.com/snoyberg/yaml/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-conduit' 
'haskell-vector'
+ 'haskell-resourcet' 'haskell-scientific' 'haskell-semigroups' 
'haskell-text'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-mockery' 
'haskell-base-compat'
+ 'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9e7ed6a097f6d6a508be82fcb187087b083fbd3266104fe17405d616346dd6ab6e0bc39543737a6246f650fc6171c38d4c31522ec9448cbc0f69e73b2e3c0bb7')
+
+prepare() {
+# Needed only for examples, which won't be built
+sed -i '/raw-strings-qq/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-no-unicode -f-system-libyaml -f-no-exe -fno-examples
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 02:47:14
  Author: felixonmars
Revision: 313806

upgpkg: haskell-yaml 0.8.29-1

rebuild with yaml,0.8.29

Modified:
  haskell-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-02 02:42:39 UTC (rev 313805)
+++ PKGBUILD2018-04-02 02:47:14 UTC (rev 313806)
@@ -4,8 +4,8 @@
 
 _hkgname=yaml
 pkgname=haskell-yaml
-pkgver=0.8.28
-pkgrel=25
+pkgver=0.8.29
+pkgrel=1
 pkgdesc="Support for parsing and rendering YAML documents."
 url="https://github.com/snoyberg/yaml/;
 license=("custom:BSD3")
@@ -16,7 +16,7 @@
 makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-mockery' 
'haskell-base-compat'
  'haskell-temporary')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('f58d535f13f257d872576d9ff6c1f0c3749a487cc38958792fb66601240c66ffe6fafd16c93af357a47a6c952dc574921be09fdd82435d6fa9928eacf1579c02')
+sha512sums=('9e7ed6a097f6d6a508be82fcb187087b083fbd3266104fe17405d616346dd6ab6e0bc39543737a6246f650fc6171c38d4c31522ec9448cbc0f69e73b2e3c0bb7')
 
 prepare() {
 # Needed only for examples, which won't be built


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 02:42:17
  Author: felixonmars
Revision: 313804

upgpkg: python-softlayer 5.4.3-1

Modified:
  python-softlayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-02 02:05:13 UTC (rev 313803)
+++ PKGBUILD2018-04-02 02:42:17 UTC (rev 313804)
@@ -3,7 +3,7 @@
 
 pkgbase=python-softlayer
 pkgname=('python-softlayer' 'python2-softlayer')
-pkgver=5.4.2
+pkgver=5.4.3
 pkgrel=1
 pkgdesc="A library for SoftLayer's API"
 arch=('any')
@@ -15,7 +15,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
   'python-testtools' 'python2-testtools')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz;)
-sha512sums=('11335ebfc71752729b02d764433c8bdc27d0d0807d0ed6e4aac9a58947313d7663e137631573bb473396b205b8b686aaed076207cc6dfc9cc227fd3172d4dbfe')
+sha512sums=('63dad2bcc1d18f4d22991b9fc94a3e2903b1073d9f15d3853ff57c7d46930d38b9ceac48633e4ceb51362bdf9b62cdc3082185a3f500c13037d43377555d2b86')
 
 prepare() {
   cp -a softlayer-python-$pkgver{,-py2}


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Monday, April 2, 2018 @ 02:42:39
  Author: felixonmars
Revision: 313805

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-02 02:42:17 UTC (rev 313804)
+++ PKGBUILD2018-04-02 02:42:39 UTC (rev 313805)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-softlayer
-pkgname=('python-softlayer' 'python2-softlayer')
-pkgver=5.4.2
-pkgrel=1
-pkgdesc="A library for SoftLayer's API"
-arch=('any')
-license=('MIT')
-url='https://github.com/softlayer/softlayer-python'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-prettytable' 
'python2-prettytable'
- 'python-click' 'python2-click' 'python-requests' 
'python2-requests'
- 'python-prompt_toolkit' 'python2-prompt_toolkit' 
'python-pygments' 'python2-pygments')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-testtools' 'python2-testtools')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz;)
-sha512sums=('11335ebfc71752729b02d764433c8bdc27d0d0807d0ed6e4aac9a58947313d7663e137631573bb473396b205b8b686aaed076207cc6dfc9cc227fd3172d4dbfe')
-
-prepare() {
-  cp -a softlayer-python-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/softlayer-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/softlayer-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/softlayer-python-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/softlayer-python-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-softlayer() {
-  depends=('python-setuptools' 'python-prettytable' 'python-click' 
'python-requests'
-   'python-prompt_toolkit' 'python-pygments')
-
-  cd softlayer-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-softlayer() {
-  depends=('python2-setuptools' 'python2-prettytable' 'python2-click' 
'python2-requests'
-   'python2-prompt_toolkit' 'python2-pygments')
-
-  cd softlayer-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/sl{,2}
-  mv "$pkgdir"/usr/bin/slcli{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-softlayer/repos/community-any/PKGBUILD (from rev 313804, 
python-softlayer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-02 02:42:39 UTC (rev 313805)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-softlayer
+pkgname=('python-softlayer' 'python2-softlayer')
+pkgver=5.4.3
+pkgrel=1
+pkgdesc="A library for SoftLayer's API"
+arch=('any')
+license=('MIT')
+url='https://github.com/softlayer/softlayer-python'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-prettytable' 
'python2-prettytable'
+ 'python-click' 'python2-click' 'python-requests' 
'python2-requests'
+ 'python-prompt_toolkit' 'python2-prompt_toolkit' 
'python-pygments' 'python2-pygments')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-testtools' 'python2-testtools')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz;)
+sha512sums=('63dad2bcc1d18f4d22991b9fc94a3e2903b1073d9f15d3853ff57c7d46930d38b9ceac48633e4ceb51362bdf9b62cdc3082185a3f500c13037d43377555d2b86')
+
+prepare() {
+  cp -a softlayer-python-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/softlayer-python-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/softlayer-python-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/softlayer-python-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/softlayer-python-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-softlayer() {
+  depends=('python-setuptools' 'python-prettytable' 'python-click' 
'python-requests'
+   'python-prompt_toolkit' 'python-pygments')
+
+  cd softlayer-python-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-softlayer() {
+  depends=('python2-setuptools' 'python2-prettytable' 'python2-click' 
'python2-requests'
+   'python2-prompt_toolkit' 'python2-pygments')
+
+  cd softlayer-python-$pkgver-py2
+  python2 setup.py install 

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

2018-04-01 Thread Dan Printzell via arch-commits
Date: Monday, April 2, 2018 @ 02:05:13
  Author: wild
Revision: 313803

archrelease: copy trunk to community-x86_64

Added:
  dscanner/repos/community-x86_64/PKGBUILD
(from rev 313802, dscanner/trunk/PKGBUILD)
Deleted:
  dscanner/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-02 02:05:03 UTC (rev 313802)
+++ PKGBUILD2018-04-02 02:05:13 UTC (rev 313803)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-
-pkgname=('dscanner')
-pkgver=0.4.2
-pkgrel=1
-_pkgcommit=401ee0e7c27fa78a032d4962baf81ec57d8a7b8f
-pkgdesc="Swiss-army knife for D source code"
-arch=('x86_64')
-url="https://github.com/dlang-community/D-Scanner;
-license=("custom")
-groups=('dlang')
-makedepends=('dmd' 'git')
-depends=('libphobos')
-
-source=(
-   "git+https://github.com/dlang-community/D-Scanner#commit=$_pkgcommit;
-   "git+https://github.com/dlang-community/libdparse;
-   "git+https://github.com/burner/inifiled;
-   "git+https://github.com/economicmodeling/containers;
-   "git+https://github.com/dlang-community/dsymbol;
-   "git+https://github.com/economicmodeling/libddoc;
-)
-sha256sums=(
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-)
-
-prepare() {
-   cd "$srcdir/D-Scanner"
-
-   git submodule init
-   git config submodule.libdparse.url "$srcdir/libdparse"
-   git config submodule.inifiled.url "$srcdir/inifiled"
-   git config submodule.containers.url "$srcdir/containers"
-   git config submodule.dsymbol.url "$srcdir/dsymbol"
-   git config submodule.libddoc.url "$srcdir/libddoc"
-   git submodule update
-}
-
-build() {
-   cd "$srcdir/D-Scanner"
-   make
-}
-
-package() {
-   # binaries
-   install -Dm755 "$srcdir/D-Scanner/bin/dscanner" 
"$pkgdir/usr/bin/dscanner"
-
-   # license
-   install -Dm644 "$srcdir/D-Scanner/LICENSE_1_0.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: dscanner/repos/community-x86_64/PKGBUILD (from rev 313802, 
dscanner/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-02 02:05:13 UTC (rev 313803)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Dan Printzell 
+
+pkgname=('dscanner')
+pkgver=0.5.0
+pkgrel=1
+_pkgcommit=845f363d79c2797a0b8962bca23bf8e684284e12
+pkgdesc="Swiss-army knife for D source code"
+arch=('x86_64')
+url="https://github.com/dlang-community/D-Scanner;
+license=("custom")
+groups=('dlang')
+makedepends=('dmd' 'git')
+depends=('libphobos')
+
+source=(
+   "git+https://github.com/dlang-community/D-Scanner#commit=$_pkgcommit;
+   "git+https://github.com/dlang-community/libdparse;
+   "git+https://github.com/burner/inifiled;
+   "git+https://github.com/economicmodeling/containers;
+   "git+https://github.com/dlang-community/dsymbol;
+   "git+https://github.com/economicmodeling/libddoc;
+)
+sha256sums=(
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+)
+
+prepare() {
+   cd "$srcdir/D-Scanner"
+
+   git submodule init
+   git config submodule.libdparse.url "$srcdir/libdparse"
+   git config submodule.inifiled.url "$srcdir/inifiled"
+   git config submodule.containers.url "$srcdir/containers"
+   git config submodule.dsymbol.url "$srcdir/dsymbol"
+   git config submodule.libddoc.url "$srcdir/libddoc"
+   git submodule update
+}
+
+build() {
+   cd "$srcdir/D-Scanner"
+   make
+}
+
+package() {
+   # binaries
+   install -Dm755 "$srcdir/D-Scanner/bin/dscanner" 
"$pkgdir/usr/bin/dscanner"
+
+   # license
+   install -Dm644 "$srcdir/D-Scanner/LICENSE_1_0.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-04-01 Thread Dan Printzell via arch-commits
Date: Monday, April 2, 2018 @ 02:05:03
  Author: wild
Revision: 313802

upgpkg: dscanner 0.5.0-1

Updated to 0.5.0

Modified:
  dscanner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-02 01:55:30 UTC (rev 313801)
+++ PKGBUILD2018-04-02 02:05:03 UTC (rev 313802)
@@ -2,9 +2,9 @@
 # Maintainer: Dan Printzell 
 
 pkgname=('dscanner')
-pkgver=0.4.2
+pkgver=0.5.0
 pkgrel=1
-_pkgcommit=401ee0e7c27fa78a032d4962baf81ec57d8a7b8f
+_pkgcommit=845f363d79c2797a0b8962bca23bf8e684284e12
 pkgdesc="Swiss-army knife for D source code"
 arch=('x86_64')
 url="https://github.com/dlang-community/D-Scanner;


[arch-commits] Commit in gitlab/trunk (4 files)

2018-04-01 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 2, 2018 @ 01:55:18
  Author: svenstaro
Revision: 313800

upgpkg: gitlab 10.6.2-3

Modified:
  gitlab/trunk/PKGBUILD
  gitlab/trunk/gitlab-mailroom.service
  gitlab/trunk/gitlab-sidekiq.service
  gitlab/trunk/gitlab-unicorn.service

-+
 PKGBUILD|8 
 gitlab-mailroom.service |1 +
 gitlab-sidekiq.service  |1 +
 gitlab-unicorn.service  |1 +
 4 files changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-02 01:18:42 UTC (rev 313799)
+++ PKGBUILD2018-04-02 01:55:18 UTC (rev 313800)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=10.6.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce;
@@ -38,10 +38,10 @@
 a951b96be2862ce660dc715a364f574c2f5f72e1.patch)
 install='gitlab.install'
 
sha512sums=('c361605186a2a0cccec7167d47be458f06a0627864d58bdd77f2ebf0edf0faebedc29a908dd7116733b74be4c94825f2317ed2057d28ecd246907f4be9dc8794'
-
'c3ef56956fd0d8af1710d0c992f936c79477de35d65107eb5fde2611c65f1bf4e36a954c089a7588bac92c774e38af4581501b861decdb2193a5c08eeac92d32'
-
'cd1ae4fb5827bcace7e80db788f637a60e29666f02b642cc6fdaacb9b69910598bab2da195fe6453ed77861544d8f3e0953b0809dba58ba21c160babe2fe2a15'
+
'e91f0c8c9ab04bd34d692b11259ed2c2c312fae9d8e3978b25a4136852c00802e6a56b58bebb7d259ea5d916590d12262f97b0203548cf3048e3c254f771b69f'
+
'3d3938b67f41751d2580306d178586167c5b9a45c2fc5093abac4b0b864a520b7e96c18ef1cb17ab42b5e4f274b97917bb4a4eaf70f9f982a79137949d020a7c'
 
'bfc98f3890dfbe11a6f7fa3275f2b04b54b8e31455dcf70abfdc7f1021ff9acb1243f7af8381465346cd780bc76fa2b1c80fada860b8c3c87c7c56bb5229c1ee'
-
'a720df93dee2a4705411578e28ff00dc0af9ecdc2a7fdd11b63c533108ed6017dcbcf099604ea27599e0099d3b05e984e2549146bb8d852eaf09e33542003358'
+
'f0c2cd929f1984c71ff4c47245a86eb3123e9410b9550a62094efb18c8c2a179a58fd1d26d87fe5daa8fd0817f5d1852a7dd0d22c19c37d653f8a6d7d1c6a22b'
 
'c11d2c59da8325551a465227096e8d39b0e4bcd5b1db21565cf3439e431838c04bc00aa6f07f4d493f3f47fd6b4e25aeb0fe0fc1a05756064706bf5708c960ec'
 
'bf33b818e4ea671c16f58563997ba5fe0a09090e5c03577ff974d31324d4e9782b85a9bb4f1749b97257ce93400c692de935f003770d52b5994c9cab9aee57c6'
 
'abacbff0d7be918337a17b56481c84e6bf3eddd9551efe78ba9fb74337179e95c9b60f41c49f275e05074a4074a616be36fa208a48fc12d5b940f0554fbd89c3'

Modified: gitlab-mailroom.service
===
--- gitlab-mailroom.service 2018-04-02 01:18:42 UTC (rev 313799)
+++ gitlab-mailroom.service 2018-04-02 01:55:18 UTC (rev 313800)
@@ -15,6 +15,7 @@
 ExecStop=/usr/bin/kill -QUIT $MAINPID
 Restart=on-failure
 RestartSec=1
+StartLimitIntervalSec=100s
 
 [Install]
 WantedBy=multi-user.target

Modified: gitlab-sidekiq.service
===
--- gitlab-sidekiq.service  2018-04-02 01:18:42 UTC (rev 313799)
+++ gitlab-sidekiq.service  2018-04-02 01:55:18 UTC (rev 313800)
@@ -24,6 +24,7 @@
 ExecStop=/usr/bin/bundle-2.3 exec sidekiqctl stop /run/gitlab/sidekiq.pid
 Restart=on-failure
 RestartSec=1
+StartLimitIntervalSec=100s
 
 [Install]
 WantedBy=multi-user.target

Modified: gitlab-unicorn.service
===
--- gitlab-unicorn.service  2018-04-02 01:18:42 UTC (rev 313799)
+++ gitlab-unicorn.service  2018-04-02 01:55:18 UTC (rev 313800)
@@ -27,6 +27,7 @@
 ExecReload=/usr/bin/kill -USR2 $MAINPID
 Restart=on-failure
 RestartSec=1
+StartLimitIntervalSec=100s
 
 [Install]
 WantedBy=multi-user.target


[arch-commits] Commit in gitlab/repos/community-x86_64 (26 files)

2018-04-01 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 2, 2018 @ 01:55:30
  Author: svenstaro
Revision: 313801

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 313800, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
(from rev 313800, 
gitlab/trunk/a951b96be2862ce660dc715a364f574c2f5f72e1.patch)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 313800, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 313800, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 313800, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 313800, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 313800, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 313800, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 313800, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 313800, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 313800, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 313800, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/yarn.lock
(from rev 313800, gitlab/trunk/yarn.lock)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example
  gitlab/repos/community-x86_64/yarn.lock

+
 PKGBUILD   |  440 
 a951b96be2862ce660dc715a364f574c2f5f72e1.patch |   56 
 gitlab-backup.service  |   38 
 gitlab-backup.timer|   20 
 gitlab-mailroom.service|   41 
 gitlab-sidekiq.service |   59 
 gitlab-unicorn.service |   65 
 gitlab.install |   40 
 gitlab.logrotate   |   22 
 gitlab.target  |   14 
 gitlab.tmpfiles.d  |2 
 lighttpd.conf.example  |   70 
 yarn.lock  |13204 +++
 13 files changed, 7037 insertions(+), 7034 deletions(-)

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


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

2018-04-01 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 2, 2018 @ 01:18:37
  Author: svenstaro
Revision: 313798

upgpkg: luxrender 1.6-13

Modified:
  luxrender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-02 01:14:41 UTC (rev 313797)
+++ PKGBUILD2018-04-02 01:18:37 UTC (rev 313798)
@@ -5,7 +5,7 @@
 pkgname=luxrender
 pkgver=1.6
 _pkgver=b3f85cf7742f
-pkgrel=12
+pkgrel=13
 pkgdesc="Rendering system for physically correct, unbiased image synthesis"
 arch=('x86_64')
 url="http://www.luxrender.net/;


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

2018-04-01 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 2, 2018 @ 01:18:42
  Author: svenstaro
Revision: 313799

archrelease: copy trunk to community-x86_64

Added:
  luxrender/repos/community-x86_64/PKGBUILD
(from rev 313798, luxrender/trunk/PKGBUILD)
  luxrender/repos/community-x86_64/fix_deprecated_native.diff
(from rev 313798, luxrender/trunk/fix_deprecated_native.diff)
  luxrender/repos/community-x86_64/force_python3.diff
(from rev 313798, luxrender/trunk/force_python3.diff)
  luxrender/repos/community-x86_64/luxrender-gcc7.patch
(from rev 313798, luxrender/trunk/luxrender-gcc7.patch)
Deleted:
  luxrender/repos/community-x86_64/PKGBUILD
  luxrender/repos/community-x86_64/fix_deprecated_native.diff
  luxrender/repos/community-x86_64/force_python3.diff
  luxrender/repos/community-x86_64/luxrender-gcc7.patch

+
 PKGBUILD   |  118 +--
 fix_deprecated_native.diff |   24 
 force_python3.diff |   24 
 luxrender-gcc7.patch   |   26 -
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-02 01:18:37 UTC (rev 313798)
+++ PKGBUILD2018-04-02 01:18:42 UTC (rev 313799)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-# Contributor: flixie <69...@gmx.net>
-# Contributor: Imanol Celaya 
-pkgname=luxrender
-pkgver=1.6
-_pkgver=b3f85cf7742f
-pkgrel=12
-pkgdesc="Rendering system for physically correct, unbiased image synthesis"
-arch=('x86_64')
-url="http://www.luxrender.net/;
-license=('GPL')
-depends=('boost-libs' 'embree' 'freeimage' 'openexr' 'openimageio' 'libpng' 
'opencl-icd-loader' 'libgl' 'fftw')
-optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI'
-'python: pylux Python interface')
-makedepends=('cmake' 'boost' 'mesa' 'qt4' "luxrays=$pkgver" 'python' 
'opencl-headers')
-source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/lux/get/v${pkgver/./}.tar.bz2
 \
-force_python3.diff luxrender-gcc7.patch fix_deprecated_native.diff)
-sha256sums=('29144f657087644086928a66421df5d25fc4dccd05970200932f5693650ddecf'
-'916a45aec1326e6990c1ff9f141080c17a33ed793c44d1af9a2dacb9b21c19d2'
-'e51e33ac85c247696a0cab7751b5e91a23df5dac45af05b9ee68299e4a37dc6d'
-'0a35caff0cb72fb57c13ba932403849b9280f56506676d0144eceaf13e470209')
-
-prepare() {
-  cd "$srcdir"/luxrender-lux-$_pkgver
-
-  patch -Np1 < ../force_python3.diff
-  # fix build with GCC 7 (Fedora)
-  patch -Np1 < ../luxrender-gcc7.patch
-  # fix build with boost 1.66 (the deprecated native() method was removed)
-  patch -Np1 < ../fix_deprecated_native.diff
-}
-
-build() {
-  cd "$srcdir"/luxrender-lux-$_pkgver
-
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLUXRAYS_DISABLE_OPENCL=OFF \
--DPYTHON_CUSTOM=ON \
--DPYTHON_LIBRARIES=/usr/lib/libpython3.6m.so \
--DPYTHON_INCLUDE_PATH=/usr/include/python3.6m/ \
--DCMAKE_EXE_LINKER_FLAGS=-lpthread
-  make
-}
-
-package() {
-  cd "$srcdir"/luxrender-lux-$_pkgver
-  make DESTDIR="$pkgdir" install
-
-  # fix library path on x86_64
-  [ "$CARCH" = "x86_64" ] && mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib
-
-  # install pylux
-  install -D -m644 pylux.so "$pkgdir"/usr/lib/python3.6/pylux.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxrender/repos/community-x86_64/PKGBUILD (from rev 313798, 
luxrender/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-02 01:18:42 UTC (rev 313799)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: flixie <69...@gmx.net>
+# Contributor: Imanol Celaya 
+pkgname=luxrender
+pkgver=1.6
+_pkgver=b3f85cf7742f
+pkgrel=13
+pkgdesc="Rendering system for physically correct, unbiased image synthesis"
+arch=('x86_64')
+url="http://www.luxrender.net/;
+license=('GPL')
+depends=('boost-libs' 'embree' 'freeimage' 'openexr' 'openimageio' 'libpng' 
'opencl-icd-loader' 'libgl' 'fftw')
+optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI'
+'python: pylux Python interface')
+makedepends=('cmake' 'boost' 'mesa' 'qt4' "luxrays=$pkgver" 'python' 
'opencl-headers')
+source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/lux/get/v${pkgver/./}.tar.bz2
 \
+force_python3.diff luxrender-gcc7.patch fix_deprecated_native.diff)
+sha256sums=('29144f657087644086928a66421df5d25fc4dccd05970200932f5693650ddecf'
+'916a45aec1326e6990c1ff9f141080c17a33ed793c44d1af9a2dacb9b21c19d2'
+'e51e33ac85c247696a0cab7751b5e91a23df5dac45af05b9ee68299e4a37dc6d'
+'0a35caff0cb72fb57c13ba932403849b9280f56506676d0144eceaf13e470209')
+
+prepare() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+
+  patch -Np1 < ../force_python3.diff
+  # fix build with GCC 7 

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

2018-04-01 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 2, 2018 @ 01:14:41
  Author: svenstaro
Revision: 313797

archrelease: copy trunk to community-any

Added:
  mopidy/repos/community-any/PKGBUILD
(from rev 313796, mopidy/trunk/PKGBUILD)
  mopidy/repos/community-any/logging.conf
(from rev 313796, mopidy/trunk/logging.conf)
  mopidy/repos/community-any/mopidy.conf
(from rev 313796, mopidy/trunk/mopidy.conf)
  mopidy/repos/community-any/mopidy.sysusers
(from rev 313796, mopidy/trunk/mopidy.sysusers)
Deleted:
  mopidy/repos/community-any/PKGBUILD
  mopidy/repos/community-any/logging.conf
  mopidy/repos/community-any/mopidy.conf
  mopidy/repos/community-any/mopidy.sysusers

-+
 PKGBUILD|  126 +++---
 logging.conf|   42 +-
 mopidy.conf |   30 ++--
 mopidy.sysusers |4 -
 4 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-02 01:14:35 UTC (rev 313796)
+++ PKGBUILD2018-04-02 01:14:41 UTC (rev 313797)
@@ -1,63 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexandre Petitjean 
-
-pkgname=mopidy
-pkgver=2.1.0
-pkgrel=4
-pkgdesc="An extensible music server written in Python"
-arch=('any')
-url="http://www.mopidy.com;
-license=('APACHE')
-depends=('python2' 'python2-pykka>=1.1' 'python2-setuptools' 
'python2-requests' 'gstreamer'
- 'gst-python2' 'gst-plugins-good' 'gst-plugins-ugly' 
'python2-tornado>=2.3')
-makedepends=('python2-sphinx')
-backup=('etc/mopidy/mopidy.conf')
-source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
-'mopidy.conf'
-'logging.conf'
-'mopidy.sysusers')
-sha512sums=('4d8c48180fb6402a64e16ac0d6448f354a3655a6924da7a55b70c8b2420cc1ede211ebaec7cfba0a365ca7595ae3d177a10184951c2203cc6e9a1a9631ce90de'
-
'eb66e8e826640a939b1ba51569ab7fab041b8b5e8823ea2d5f05596faf1de8882fd8c1c32bdb92534e759243fb5ff741bda0d2ebb3282af542d1287c8c68b5ea'
-
'0c438058500ab7559baae21b03b10e2b80b10c6b240b2100da1f4c84ea8efe24dc7a38a95034e75605eaf5d21604d13e5b8c7358778c555ddb6372a49388'
-
'ff6c9f0406dfc1cc01ac6edcc6bae429342437397321ab9205ca273a63b28611d08005a0a5dba639b5ae2157a4f03a1d58c2199f7dbc6965864685b4b71f0b6f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make -C docs SPHINXBUILD=sphinx-build2 man
-  make -C docs SPHINXBUILD=sphinx-build2 html
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -Dm755 extra/mopidyctl/mopidyctl "${pkgdir}/usr/bin/mopidyctl"
-
-  install -dm755 "${pkgdir}/usr/share/doc/mopidy"
-  cp -r docs/_build/html "${pkgdir}/usr/share/doc/mopidy"
-
-  install -dm755 "${pkgdir}/usr/share/man/man1/"
-  gzip -c docs/_build/man/mopidy.1 > "${pkgdir}/usr/share/man/man1/mopidy.1.gz"
-
-  install -dm755 "${pkgdir}/usr/share/man/man8/"
-  gzip -c extra/mopidyctl/mopidyctl.8 > 
"${pkgdir}/usr/share/man/man8/mopidyctl.8.gz"
-
-  install -Dm644 "${srcdir}/mopidy.conf" "${pkgdir}/etc/mopidy/mopidy.conf"
-  install -Dm644 "${srcdir}/logging.conf" "${pkgdir}/etc/mopidy/logging.conf"
-
-  install -Dm644 "extra/systemd/mopidy.service" 
"${pkgdir}/usr/lib/systemd/system/mopidy.service"
-  install -Dm644 "extra/desktop/mopidy.desktop" 
"${pkgdir}/usr/share/applications/mopidy.desktop"
-
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/cache/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/log/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/local"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/media"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/playlists"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "${srcdir}/mopidy.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mopidy/repos/community-any/PKGBUILD (from rev 313796, 
mopidy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-02 01:14:41 UTC (rev 313797)
@@ -0,0 +1,63 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexandre Petitjean 
+
+pkgname=mopidy
+pkgver=2.1.0
+pkgrel=5
+pkgdesc="An extensible music server written in Python"
+arch=('any')
+url="http://www.mopidy.com;
+license=('APACHE')
+depends=('python2' 'python2-pykka>=1.1' 'python2-setuptools' 
'python2-requests' 'gstreamer'
+ 'gst-python2' 'gst-plugins-good' 'gst-plugins-ugly' 
'python2-tornado>=2.3' 'gst-plugins-base')
+makedepends=('python2-sphinx')
+backup=('etc/mopidy/mopidy.conf')
+source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
+'mopidy.conf'
+'logging.conf'
+'mopidy.sysusers')

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

2018-04-01 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 2, 2018 @ 01:14:35
  Author: svenstaro
Revision: 313796

upgpkg: mopidy 2.1.0-5

Add gst-plugins-base to deps (FS#58053)

Modified:
  mopidy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-02 01:05:37 UTC (rev 313795)
+++ PKGBUILD2018-04-02 01:14:35 UTC (rev 313796)
@@ -3,13 +3,13 @@
 
 pkgname=mopidy
 pkgver=2.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc="An extensible music server written in Python"
 arch=('any')
 url="http://www.mopidy.com;
 license=('APACHE')
 depends=('python2' 'python2-pykka>=1.1' 'python2-setuptools' 
'python2-requests' 'gstreamer'
- 'gst-python2' 'gst-plugins-good' 'gst-plugins-ugly' 
'python2-tornado>=2.3')
+ 'gst-python2' 'gst-plugins-good' 'gst-plugins-ugly' 
'python2-tornado>=2.3' 'gst-plugins-base')
 makedepends=('python2-sphinx')
 backup=('etc/mopidy/mopidy.conf')
 source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;


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

2018-04-01 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 2, 2018 @ 01:05:37
  Author: svenstaro
Revision: 313795

archrelease: copy trunk to community-x86_64

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

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

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

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

Deleted: force_python3.diff
===
--- force_python3.diff  2018-04-02 01:05:29 UTC (rev 313794)
+++ force_python3.diff  2018-04-02 01:05:37 UTC (rev 313795)
@@ -1,12 +0,0 @@
-diff -rup 

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

2018-04-01 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 2, 2018 @ 01:05:29
  Author: svenstaro
Revision: 313794

upgpkg: luxrays 1.6-16

Modified:
  luxrays/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-02 00:32:30 UTC (rev 313793)
+++ PKGBUILD2018-04-02 01:05:29 UTC (rev 313794)
@@ -3,7 +3,7 @@
 pkgname='luxrays'
 pkgver=1.6
 _pkgver=61352e6aae3f
-pkgrel=15
+pkgrel=16
 pkgdesc="Accelerate the ray intersection process by using GPUs"
 arch=('x86_64')
 url="http://www.luxrender.net/;


[arch-commits] Commit in perl-pdf-api2/repos (2 files)

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Monday, April 2, 2018 @ 00:32:30
  Author: muflone
Revision: 313793

archrelease: copy trunk to community-testing-any

Added:
  perl-pdf-api2/repos/community-testing-any/
  perl-pdf-api2/repos/community-testing-any/PKGBUILD
(from rev 313792, perl-pdf-api2/trunk/PKGBUILD)

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

Copied: perl-pdf-api2/repos/community-testing-any/PKGBUILD (from rev 313792, 
perl-pdf-api2/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-04-02 00:32:30 UTC (rev 313793)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Chad Harp 
+# Contributor: FadeMind 
+# Contributor: TDY 
+# Contributor: Sven Salzwedel 
+# Contributor: Olaf Leidinger 
+
+pkgname=perl-pdf-api2
+_perl_namespace=PDF
+_perl_module=API2
+pkgver=2.033
+pkgrel=2
+pkgdesc="Faciliates the creation and modification of PDF files"
+arch=('any')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('LGPL')
+depends=('perl' 'perl-font-ttf')
+checkdepends=('perl-test-exception' 'perl-test-memory-cycle')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('9c0866ec1a3053f73afaca5f5cdbe6925903b4ce606f4bf4ac317731a69d27a0')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}


[arch-commits] Commit in (4 files)

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Monday, April 2, 2018 @ 00:31:56
  Author: muflone
Revision: 313792

new package perl-pdf-api2 2.033-2

Added:
  perl-pdf-api2/
  perl-pdf-api2/repos/
  perl-pdf-api2/trunk/
  perl-pdf-api2/trunk/PKGBUILD

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

Added: perl-pdf-api2/trunk/PKGBUILD
===
--- perl-pdf-api2/trunk/PKGBUILD(rev 0)
+++ perl-pdf-api2/trunk/PKGBUILD2018-04-02 00:31:56 UTC (rev 313792)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Chad Harp 
+# Contributor: FadeMind 
+# Contributor: TDY 
+# Contributor: Sven Salzwedel 
+# Contributor: Olaf Leidinger 
+
+pkgname=perl-pdf-api2
+_perl_namespace=PDF
+_perl_module=API2
+pkgver=2.033
+pkgrel=2
+pkgdesc="Faciliates the creation and modification of PDF files"
+arch=('any')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('LGPL')
+depends=('perl' 'perl-font-ttf')
+checkdepends=('perl-test-exception' 'perl-test-memory-cycle')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('9c0866ec1a3053f73afaca5f5cdbe6925903b4ce606f4bf4ac317731a69d27a0')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}


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


[arch-commits] Commit in perl-test-memory-cycle/repos (2 files)

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Monday, April 2, 2018 @ 00:26:02
  Author: muflone
Revision: 313791

archrelease: copy trunk to community-testing-any

Added:
  perl-test-memory-cycle/repos/community-testing-any/
  perl-test-memory-cycle/repos/community-testing-any/PKGBUILD
(from rev 313790, perl-test-memory-cycle/trunk/PKGBUILD)

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

Copied: perl-test-memory-cycle/repos/community-testing-any/PKGBUILD (from rev 
313790, perl-test-memory-cycle/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-04-02 00:26:02 UTC (rev 313791)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: John D Jones III AKA jnbek 
+
+pkgname=perl-test-memory-cycle
+_perl_namespace=Test
+_perl_module=Memory-Cycle
+pkgver=1.06
+pkgrel=1
+pkgdesc="Verifies code hasn't left circular references"
+arch=('any')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('PerlArtistic' 'GPL')
+depends=('perl-devel-cycle' 'perl-padwalker' 'perl-cgi')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('9d53ddfdc964cd8454cb0da4c695b6a3ae47b45839291c34cb9d8d1cfaab3202')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}


[arch-commits] Commit in perl-test-memory-cycle/trunk (PKGBUILD)

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Monday, April 2, 2018 @ 00:25:33
  Author: muflone
Revision: 313790

upgpkg: perl-test-memory-cycle 1.06-1

Modified:
  perl-test-memory-cycle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-02 00:23:56 UTC (rev 313789)
+++ PKGBUILD2018-04-02 00:25:33 UTC (rev 313790)
@@ -5,8 +5,8 @@
 pkgname=perl-test-memory-cycle
 _perl_namespace=Test
 _perl_module=Memory-Cycle
-pkgver=1.04
-pkgrel=2
+pkgver=1.06
+pkgrel=1
 pkgdesc="Verifies code hasn't left circular references"
 arch=('any')
 url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
@@ -13,7 +13,7 @@
 license=('PerlArtistic' 'GPL')
 depends=('perl-devel-cycle' 'perl-padwalker' 'perl-cgi')
 
source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
-sha256sums=('e5a65d2d001be8bf97ba64323d7c7b6936c84eefc18a30417dbd08591f221227')
+sha256sums=('9d53ddfdc964cd8454cb0da4c695b6a3ae47b45839291c34cb9d8d1cfaab3202')
 options=('!emptydirs')
 
 build() {


[arch-commits] Commit in perl-test-memory-cycle/trunk (PKGBUILD)

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Monday, April 2, 2018 @ 00:23:56
  Author: muflone
Revision: 313789

Modified:
  perl-test-memory-cycle/trunk/PKGBUILD (properties)

Index: perl-test-memory-cycle/trunk/PKGBUILD
===
--- perl-test-memory-cycle/trunk/PKGBUILD   2018-04-02 00:23:14 UTC (rev 
313788)
+++ perl-test-memory-cycle/trunk/PKGBUILD   2018-04-02 00:23:56 UTC (rev 
313789)

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


[arch-commits] Commit in (4 files)

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Monday, April 2, 2018 @ 00:23:14
  Author: muflone
Revision: 313788

new package perl-test-memory-cycle 1.04-2

Added:
  perl-test-memory-cycle/
  perl-test-memory-cycle/repos/
  perl-test-memory-cycle/trunk/
  perl-test-memory-cycle/trunk/PKGBUILD

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

Added: perl-test-memory-cycle/trunk/PKGBUILD
===
--- perl-test-memory-cycle/trunk/PKGBUILD   (rev 0)
+++ perl-test-memory-cycle/trunk/PKGBUILD   2018-04-02 00:23:14 UTC (rev 
313788)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: John D Jones III AKA jnbek 
+
+pkgname=perl-test-memory-cycle
+_perl_namespace=Test
+_perl_module=Memory-Cycle
+pkgver=1.04
+pkgrel=2
+pkgdesc="Verifies code hasn't left circular references"
+arch=('any')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('PerlArtistic' 'GPL')
+depends=('perl-devel-cycle' 'perl-padwalker' 'perl-cgi')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('e5a65d2d001be8bf97ba64323d7c7b6936c84eefc18a30417dbd08591f221227')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}


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

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Monday, April 2, 2018 @ 00:07:51
  Author: muflone
Revision: 313787

archrelease: copy trunk to community-testing-x86_64

Added:
  perl-padwalker/repos/community-testing-x86_64/
  perl-padwalker/repos/community-testing-x86_64/PKGBUILD
(from rev 313786, perl-padwalker/trunk/PKGBUILD)

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

Copied: perl-padwalker/repos/community-testing-x86_64/PKGBUILD (from rev 
313786, perl-padwalker/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-02 00:07:51 UTC (rev 313787)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: John D Jones III AKA jnbek 
+
+pkgname=perl-padwalker
+_perl_module=PadWalker
+pkgver=2.3
+pkgrel=1
+pkgdesc="Play with other peoples' lexical variables"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_module};
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+source=("https://cpan.metacpan.org/authors/id/R/RO/ROBIN/${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('2a6c44fb600861e54568e74081a8d1f121f0060076069ceab34b1ae89d6588cf')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+}


[arch-commits] Commit in (4 files)

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Monday, April 2, 2018 @ 00:05:31
  Author: muflone
Revision: 313786

new package perl-padwalker 2.3-1

Added:
  perl-padwalker/
  perl-padwalker/repos/
  perl-padwalker/trunk/
  perl-padwalker/trunk/PKGBUILD

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

Added: perl-padwalker/trunk/PKGBUILD
===
--- perl-padwalker/trunk/PKGBUILD   (rev 0)
+++ perl-padwalker/trunk/PKGBUILD   2018-04-02 00:05:31 UTC (rev 313786)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: John D Jones III AKA jnbek 
+
+pkgname=perl-padwalker
+_perl_module=PadWalker
+pkgver=2.3
+pkgrel=1
+pkgdesc="Play with other peoples' lexical variables"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_module};
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+source=("https://cpan.metacpan.org/authors/id/R/RO/ROBIN/${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('2a6c44fb600861e54568e74081a8d1f121f0060076069ceab34b1ae89d6588cf')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+}


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


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

2018-04-01 Thread Gaëtan Bisson via arch-commits
Date: Sunday, April 1, 2018 @ 23:53:36
  Author: bisson
Revision: 320840

db-move: moved s-nail from [testing] to [core] (x86_64)

Added:
  s-nail/repos/core-x86_64/PKGBUILD
(from rev 320839, s-nail/repos/testing-x86_64/PKGBUILD)
Deleted:
  s-nail/repos/core-x86_64/PKGBUILD
  s-nail/repos/testing-x86_64/

--+
 /PKGBUILD|   53 +
 core-x86_64/PKGBUILD |   53 -
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-04-01 22:32:13 UTC (rev 320839)
+++ core-x86_64/PKGBUILD2018-04-01 23:53:36 UTC (rev 320840)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=s-nail
-pkgver=14.9.9
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://www.sdaoden.eu/code.html#s-nail'
-license=('custom:BSD')
-arch=('x86_64')
-depends=('openssl' 'krb5' 'libidn2')
-optdepends=('smtp-forwarder: for sending mail')
-validpgpkeys=('EE19E1C1F2F7054F8D3954D8308964B51883A0DD')
-source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('3d2546ec97602ad51d2f9d6ece8ecf4d52de74b3141f109592a741ef3efba5d1'
-'SKIP')
-
-groups=('base')
-backup=('etc/mail.rc')
-replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   CFLAGS+=" $CPPFLAGS"
-   make \
-   VAL_PREFIX=/usr \
-   VAL_SYSCONFDIR=/etc \
-   VAL_LIBEXECDIR=/usr/lib \
-   VAL_MAIL=/var/spool/mail \
-   VAL_SID= VAL_MAILX=mail \
-   OPT_AUTOCC=0 \
-   config
-
-   make MAKEJOBS=--jobs build
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make test < /dev/null
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -sf mail "${pkgdir}"/usr/bin/mailx
-   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: s-nail/repos/core-x86_64/PKGBUILD (from rev 320839, 
s-nail/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2018-04-01 23:53:36 UTC (rev 320840)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.9.10
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://www.sdaoden.eu/code.html#s-nail'
+license=('custom:BSD')
+arch=('x86_64')
+depends=('openssl' 'krb5' 'libidn2')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('EE19E1C1F2F7054F8D3954D8308964B51883A0DD')
+source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('a60f465a4d55b556ccd3e922b8053f0b05cb5fbf6a7c16a064f51b6c77cce9c2'
+'SKIP')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CFLAGS+=" $CPPFLAGS"
+   make \
+   VAL_PREFIX=/usr \
+   VAL_SYSCONFDIR=/etc \
+   VAL_LIBEXECDIR=/usr/lib \
+   VAL_MAIL=/var/spool/mail \
+   VAL_SID= VAL_MAILX=mail \
+   OPT_AUTOCC=0 \
+   config
+
+   make MAKEJOBS=--jobs build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test < /dev/null
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in linux-tools/repos/community-x86_64 (12 files)

2018-04-01 Thread Sébastien Luttringer via arch-commits
Date: Sunday, April 1, 2018 @ 23:45:44
  Author: seblu
Revision: 313785

archrelease: copy trunk to community-x86_64

Added:
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 313784, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 313784, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 313784, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 313784, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 313784, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 313784, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.default
  linux-tools/repos/community-x86_64/cpupower.install
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/usbipd.service

--+
 PKGBUILD |  528 ++---
 cpupower.default |   58 ++---
 cpupower.install |   26 +-
 cpupower.service |   22 +-
 cpupower.systemd |   60 +++---
 usbipd.service   |   18 -
 6 files changed, 356 insertions(+), 356 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 23:44:54 UTC (rev 313784)
+++ PKGBUILD2018-04-01 23:45:44 UTC (rev 313785)
@@ -1,264 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=linux-tools
-pkgname=(
-  'cgroup_event_listener'
-  'cpupower'
-  'hyperv'
-  'libtraceevent'
-  'linux-tools-meta'
-  'perf'
-  'tmon'
-  'turbostat'
-  'usbip'
-  'x86_energy_perf_policy'
-)
-pkgver=4.16
-pkgrel=1
-license=('GPL2')
-arch=('x86_64')
-url='https://www.kernel.org'
-options=('!strip')
-makedepends=('git')
-# split packages need all package dependencies set manually in makedepends
-# kernel source deps
-makedepends+=('asciidoc' 'xmlto')
-# perf deps
-makedepends+=('perl' 'python2' 'slang' 'elfutils' 'libunwind' 'numactl' 
'audit' 'gtk2')
-# cpupower deps
-makedepends+=('pciutils')
-# usbip deps
-makedepends+=('glib2' 'sysfsutils' 'udev')
-# tmon deps
-makedepends+=('ncurses')
-groups=("$pkgbase")
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v$pkgver;
-#'https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.12.2.xz'
-'cpupower.default'
-'cpupower.systemd'
-'cpupower.service'
-'usbipd.service')
-md5sums=('SKIP'
- '56883c159381ba89e50ab8ea65efec77'
- '34f5ecc19770a1abbcd0fd65bfd1f065'
- '86c4e419e4ba80835c330d49ba3f56ad'
- 'bb35634f480325a78b943f7e10165e86')
-
-prepare() {
-  cd linux
-
-  # Fix "unwind-libunwind.c:109:11: error: ‘EINVAL’ undeclared" on i686
-  # Not sure why this wasn't an issue until now...
-  sed -i '1i #include ' tools/perf/arch/x86/util/unwind-libunwind.c
-
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-filename="${filename##*/}"
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
-elif [[ "$filename" =~ ^patch- ]]; then
-  msg2 "Applying linux $filename"
-  patch -p1 -N -i "$srcdir/${filename%.*}"
-fi
-  done
-}
-
-build() {
-  msg2 'libtraceevent'
-  pushd linux/tools/lib/traceevent
-  make
-  popd
-
-  msg2 'perf'
-  pushd linux/tools/perf
-  make -f Makefile.perf \
-prefix=/usr \
-lib=lib/perf \
-perfexecdir=lib/perf \
-NO_SDT=1 \
-PYTHON=python2 \
-PYTHON_CONFIG=python2-config \
-PERF_VERSION=$pkgver-$pkgrel \
-DESTDIR="$pkgdir" \
-all man
-  popd
-
-  msg2 'cpupower'
-  pushd linux/tools/power/cpupower
-  make VERSION=$pkgver-$pkgrel
-  popd
-
-  msg2 'x86_energy_perf_policy'
-  pushd linux/tools/power/x86/x86_energy_perf_policy
-  make
-  popd
-
-  msg2 'usbip'
-  pushd linux/tools/usb/usbip
-  ./autogen.sh
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-  popd
-
-  msg2 'tmon'
-  pushd linux/tools/thermal/tmon
-  make
-  popd
-
-  msg2 'cgroup_event_listener'
-  pushd linux/tools/cgroup
-  make
-  popd
-
-  msg2 'turbostat'
-  pushd linux/tools/power/x86/turbostat
-  make
-  popd
-
-  msg2 'hv'
-  pushd linux/tools/hv
-  CFLAGS+=' -DKVP_SCRIPTS_PATH=/usr/lib/hyperv/kvp_scripts/' make
-  popd
-}
-
-package_linux-tools-meta() {
-  pkgdesc='Linux kernel tools meta package'
-  groups=()
-  depends=(
-'cgroup_event_listener'
-'cpupower'
-'hyperv'
-'libtraceevent'
-'perf'
-'tmon'
-'turbostat'
-'usbip'
-'x86_energy_perf_policy'
-  )
-  conflicts=(
-'acpidump'
-  )
-}
-
-package_libtraceevent() {
-  pkgdesc='Linux kernel trace event library'
-  depends=('glibc')
-
-  cd 

[arch-commits] Commit in perl-devel-cycle/repos (2 files)

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 23:44:54
  Author: muflone
Revision: 313784

archrelease: copy trunk to community-testing-any

Added:
  perl-devel-cycle/repos/community-testing-any/
  perl-devel-cycle/repos/community-testing-any/PKGBUILD
(from rev 313783, perl-devel-cycle/trunk/PKGBUILD)

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

Copied: perl-devel-cycle/repos/community-testing-any/PKGBUILD (from rev 313783, 
perl-devel-cycle/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-04-01 23:44:54 UTC (rev 313784)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: John D Jones III AKA jnbek 
+
+pkgname=perl-devel-cycle
+_perl_namespace=Devel
+_perl_module=Cycle
+pkgver=1.12
+pkgrel=2
+pkgdesc="Find memory cycles in objects"
+arch=('any')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('fd3365c4d898b2b2bddbb78a46d507a18cca8490a290199547dab7f1e7390bc2')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}


[arch-commits] Commit in (4 files)

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 23:43:57
  Author: muflone
Revision: 313782

new package perl-devel-cycle 1.12-2

Added:
  perl-devel-cycle/
  perl-devel-cycle/repos/
  perl-devel-cycle/trunk/
  perl-devel-cycle/trunk/PKGBUILD

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

Added: perl-devel-cycle/trunk/PKGBUILD
===
--- perl-devel-cycle/trunk/PKGBUILD (rev 0)
+++ perl-devel-cycle/trunk/PKGBUILD 2018-04-01 23:43:57 UTC (rev 313782)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: John D Jones III AKA jnbek 
+
+pkgname=perl-devel-cycle
+_perl_namespace=Devel
+_perl_module=Cycle
+pkgver=1.12
+pkgrel=2
+pkgdesc="Find memory cycles in objects"
+arch=('any')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('fd3365c4d898b2b2bddbb78a46d507a18cca8490a290199547dab7f1e7390bc2')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}


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


[arch-commits] Commit in wine/repos/multilib-x86_64 (10 files)

2018-04-01 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 1, 2018 @ 23:43:59
  Author: svenstaro
Revision: 313783

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 313781, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 313781, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/harmony-fix.diff
(from rev 313781, wine/trunk/harmony-fix.diff)
  wine/repos/multilib-x86_64/wine-binfmt.conf
(from rev 313781, wine/trunk/wine-binfmt.conf)
  wine/repos/multilib-x86_64/wine.install
(from rev 313781, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/harmony-fix.diff
  wine/repos/multilib-x86_64/wine-binfmt.conf
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  338 
 harmony-fix.diff  |  126 -
 wine-binfmt.conf  |4 
 wine.install  |   14 -
 5 files changed, 261 insertions(+), 261 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2018-04-01 23:43:57 UTC (rev 313782)
+++ 30-win32-aliases.conf   2018-04-01 23:43:59 UTC (rev 313783)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 313781, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2018-04-01 23:43:59 UTC (rev 313783)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 23:43:57 UTC (rev 313782)
+++ PKGBUILD2018-04-01 23:43:59 UTC (rev 313783)
@@ -1,169 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=3.4
-pkgrel=2
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/3.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
-harmony-fix.diff
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('5787bf3fa13d363302ee26f86b96ed728b2b06184572021efdbb00b2c8ebd088056c6d9e22c6c78f0edc0a0b12e26fa51f08970c8c5eaab4309e86b4286c'
-'SKIP'
-
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs 

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

2018-04-01 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 1, 2018 @ 23:43:51
  Author: svenstaro
Revision: 313781

upgpkg: wine 3.5-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 23:42:02 UTC (rev 313780)
+++ PKGBUILD2018-04-01 23:43:51 UTC (rev 313781)
@@ -5,8 +5,8 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=3.4
-pkgrel=2
+pkgver=3.5
+pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
 
@@ -14,7 +14,7 @@
 harmony-fix.diff
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('5787bf3fa13d363302ee26f86b96ed728b2b06184572021efdbb00b2c8ebd088056c6d9e22c6c78f0edc0a0b12e26fa51f08970c8c5eaab4309e86b4286c'
+sha512sums=('c1e36f3db862fdedd00c3ac20c84c6eb799b53fe32e959b481a6168baf7d9725ed9bd0a97e7f9b651e3ccfba4f8fb623445369be03fde5010ed0fcb0a53e7d3f'
 'SKIP'
 
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'


[arch-commits] Commit in linux-tools/repos/community-x86_64 (12 files)

2018-04-01 Thread Sébastien Luttringer via arch-commits
Date: Sunday, April 1, 2018 @ 23:42:02
  Author: seblu
Revision: 313780

archrelease: copy trunk to community-x86_64

Added:
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 313779, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 313779, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 313779, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 313779, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 313779, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 313779, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.default
  linux-tools/repos/community-x86_64/cpupower.install
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/usbipd.service

--+
 PKGBUILD |  528 ++---
 cpupower.default |   58 ++---
 cpupower.install |   26 +-
 cpupower.service |   22 +-
 cpupower.systemd |   60 +++---
 usbipd.service   |   18 -
 6 files changed, 356 insertions(+), 356 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 23:41:48 UTC (rev 313779)
+++ PKGBUILD2018-04-01 23:42:02 UTC (rev 313780)
@@ -1,264 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=linux-tools
-pkgname=(
-  'cgroup_event_listener'
-  'cpupower'
-  'hyperv'
-  'libtraceevent'
-  'linux-tools-meta'
-  'perf'
-  'tmon'
-  'turbostat'
-  'usbip'
-  'x86_energy_perf_policy'
-)
-pkgver=4.15
-pkgrel=1
-license=('GPL2')
-arch=('x86_64')
-url='https://www.kernel.org'
-options=('!strip')
-makedepends=('git')
-# split packages need all package dependencies set manually in makedepends
-# kernel source deps
-makedepends+=('asciidoc' 'xmlto')
-# perf deps
-makedepends+=('perl' 'python2' 'slang' 'elfutils' 'libunwind' 'numactl' 
'audit' 'gtk2')
-# cpupower deps
-makedepends+=('pciutils')
-# usbip deps
-makedepends+=('glib2' 'sysfsutils' 'udev')
-# tmon deps
-makedepends+=('ncurses')
-groups=("$pkgbase")
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v$pkgver;
-#'https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.12.2.xz'
-'cpupower.default'
-'cpupower.systemd'
-'cpupower.service'
-'usbipd.service')
-md5sums=('SKIP'
- '56883c159381ba89e50ab8ea65efec77'
- '34f5ecc19770a1abbcd0fd65bfd1f065'
- '86c4e419e4ba80835c330d49ba3f56ad'
- 'bb35634f480325a78b943f7e10165e86')
-
-prepare() {
-  cd linux
-
-  # Fix "unwind-libunwind.c:109:11: error: ‘EINVAL’ undeclared" on i686
-  # Not sure why this wasn't an issue until now...
-  sed -i '1i #include ' tools/perf/arch/x86/util/unwind-libunwind.c
-
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-filename="${filename##*/}"
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
-elif [[ "$filename" =~ ^patch- ]]; then
-  msg2 "Applying linux $filename"
-  patch -p1 -N -i "$srcdir/${filename%.*}"
-fi
-  done
-}
-
-build() {
-  msg2 'libtraceevent'
-  pushd linux/tools/lib/traceevent
-  make
-  popd
-
-  msg2 'perf'
-  pushd linux/tools/perf
-  make -f Makefile.perf \
-prefix=/usr \
-lib=lib/perf \
-perfexecdir=lib/perf \
-NO_SDT=1 \
-PYTHON=python2 \
-PYTHON_CONFIG=python2-config \
-PERF_VERSION=$pkgver-$pkgrel \
-DESTDIR="$pkgdir" \
-all man
-  popd
-
-  msg2 'cpupower'
-  pushd linux/tools/power/cpupower
-  make VERSION=$pkgver-$pkgrel
-  popd
-
-  msg2 'x86_energy_perf_policy'
-  pushd linux/tools/power/x86/x86_energy_perf_policy
-  make
-  popd
-
-  msg2 'usbip'
-  pushd linux/tools/usb/usbip
-  ./autogen.sh
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-  popd
-
-  msg2 'tmon'
-  pushd linux/tools/thermal/tmon
-  make
-  popd
-
-  msg2 'cgroup_event_listener'
-  pushd linux/tools/cgroup
-  make
-  popd
-
-  msg2 'turbostat'
-  pushd linux/tools/power/x86/turbostat
-  make
-  popd
-
-  msg2 'hv'
-  pushd linux/tools/hv
-  CFLAGS+=' -DKVP_SCRIPTS_PATH=/usr/lib/hyperv/kvp_scripts/' make
-  popd
-}
-
-package_linux-tools-meta() {
-  pkgdesc='Linux kernel tools meta package'
-  groups=()
-  depends=(
-'cgroup_event_listener'
-'cpupower'
-'hyperv'
-'libtraceevent'
-'perf'
-'tmon'
-'turbostat'
-'usbip'
-'x86_energy_perf_policy'
-  )
-  conflicts=(
-'acpidump'
-  )
-}
-
-package_libtraceevent() {
-  pkgdesc='Linux kernel trace event library'
-  depends=('glibc')
-
-  cd 

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

2018-04-01 Thread Sébastien Luttringer via arch-commits
Date: Sunday, April 1, 2018 @ 23:41:48
  Author: seblu
Revision: 313779

upgpkg: linux-tools 4.16-1

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 23:31:48 UTC (rev 313778)
+++ PKGBUILD2018-04-01 23:41:48 UTC (rev 313779)
@@ -14,7 +14,7 @@
   'usbip'
   'x86_energy_perf_policy'
 )
-pkgver=4.15
+pkgver=4.16
 pkgrel=1
 license=('GPL2')
 arch=('x86_64')


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

2018-04-01 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 1, 2018 @ 23:31:43
  Author: svenstaro
Revision: 313777

upgpkg: dwarffortress 0.44.09-1

Modified:
  dwarffortress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 23:28:18 UTC (rev 313776)
+++ PKGBUILD2018-04-01 23:31:43 UTC (rev 313777)
@@ -3,8 +3,8 @@
 # Contributor: Daenyth 
 # Contributor: djnm 
 pkgname=dwarffortress
-pkgver=0.44.08
-_pkgver=44_08
+pkgver=0.44.09
+_pkgver=44_09
 pkgrel=1
 pkgdesc="A single-player fantasy game in which you build a dwarven outpost or 
play an adventurer in a randomly generated world"
 arch=(x86_64)
@@ -28,7 +28,7 @@
 '211eaec6559d4fd5c08341dbed1f27bfab997a57bdf61fd268f9940e244652c5'
 'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
 '83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f'
-'1c28d2ece43161796aa68c9fb531465ff362cc2ae59f983921dd5c5218dd577c')
+'beb11c4e2757eb2edd8079a18b51e1dc8c9b42ed384cfc7ff6f88637ad9f51c1')
 
 build() {
   cd $srcdir/dwarf_fortress_unfuck


[arch-commits] Commit in dwarffortress/repos/community-x86_64 (10 files)

2018-04-01 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 1, 2018 @ 23:31:48
  Author: svenstaro
Revision: 313778

archrelease: copy trunk to community-x86_64

Added:
  dwarffortress/repos/community-x86_64/PKGBUILD
(from rev 313777, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/community-x86_64/dwarffortress
(from rev 313777, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/community-x86_64/dwarffortress.desktop
(from rev 313777, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/community-x86_64/dwarffortress.install
(from rev 313777, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/community-x86_64/dwarffortress.png
(from rev 313777, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/community-x86_64/PKGBUILD
  dwarffortress/repos/community-x86_64/dwarffortress
  dwarffortress/repos/community-x86_64/dwarffortress.desktop
  dwarffortress/repos/community-x86_64/dwarffortress.install
  dwarffortress/repos/community-x86_64/dwarffortress.png

---+
 PKGBUILD  |  132 
 dwarffortress |   40 +++---
 dwarffortress.desktop |   18 +++---
 dwarffortress.install |   18 +++---
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 23:31:43 UTC (rev 313777)
+++ PKGBUILD2018-04-01 23:31:48 UTC (rev 313778)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: djnm 
-pkgname=dwarffortress
-pkgver=0.44.08
-_pkgver=44_08
-pkgrel=1
-pkgdesc="A single-player fantasy game in which you build a dwarven outpost or 
play an adventurer in a randomly generated world"
-arch=(x86_64)
-url="http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs glib2)
-makedepends=(git cmake)
-optdepends=('nvidia-utils: If you have nvidia graphics'
-'alsa-lib: for alsa sound'
-'libpulse: for pulse sound')
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(git://github.com/svenstaro/dwarf_fortress_unfuck.git#tag=${pkgver}
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png
-http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2)
-sha256sums=('SKIP'
-'211eaec6559d4fd5c08341dbed1f27bfab997a57bdf61fd268f9940e244652c5'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f'
-'1c28d2ece43161796aa68c9fb531465ff362cc2ae59f983921dd5c5218dd577c')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  ln -s /usr/lib/libpng.so $pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i "s/^pkgname=.*/pkgname=$pkgname/" $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/"$pkgname".desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/"$pkgname".png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/community-x86_64/PKGBUILD (from rev 313777, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 23:31:48 UTC (rev 313778)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: djnm 
+pkgname=dwarffortress
+pkgver=0.44.09
+_pkgver=44_09
+pkgrel=1
+pkgdesc="A single-player fantasy game in which you build a dwarven outpost or 
play an adventurer in a randomly generated world"
+arch=(x86_64)
+url="http://www.bay12games.com/dwarves/;

[arch-commits] Commit in perl-set-intspan/repos/community-testing-any (2 files)

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 23:28:18
  Author: muflone
Revision: 313776

archrelease: copy trunk to community-testing-any

Added:
  perl-set-intspan/repos/community-testing-any/PKGBUILD
(from rev 313775, perl-set-intspan/trunk/PKGBUILD)
Deleted:
  perl-set-intspan/repos/community-testing-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 23:27:42 UTC (rev 313775)
+++ PKGBUILD2018-04-01 23:28:18 UTC (rev 313776)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Jason St. John 
-# Contributor: yugrotavele 
-
-pkgname=perl-set-intspan
-_perl_namespace=Set
-_perl_module=IntSpan
-pkgver=1.19
-pkgrel=6
-pkgdesc="Manages sets of integers, newsrc style"
-arch=('any')
-url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
-sha256sums=('11b7549b13ec5d87cc695dd4c777cd02983dd5fe9866012877fb530f48b3dfd0')
-options=('!emptydirs')
-
-build() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1
-  make test
-}
-
-package() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-  # Delete unuseful files
-  find "${pkgdir}" -name '.packlist' -delete
-}

Copied: perl-set-intspan/repos/community-testing-any/PKGBUILD (from rev 313775, 
perl-set-intspan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 23:28:18 UTC (rev 313776)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Jason St. John 
+# Contributor: yugrotavele 
+
+pkgname=perl-set-intspan
+_perl_namespace=Set
+_perl_module=IntSpan
+pkgver=1.19
+pkgrel=7
+pkgdesc="Manages sets of integers, newsrc style"
+arch=('any')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('11b7549b13ec5d87cc695dd4c777cd02983dd5fe9866012877fb530f48b3dfd0')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}


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

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 23:27:42
  Author: muflone
Revision: 313775

upgpkg: perl-set-intspan 1.19-7

Modified:
  perl-set-intspan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 23:26:32 UTC (rev 313774)
+++ PKGBUILD2018-04-01 23:27:42 UTC (rev 313775)
@@ -7,7 +7,7 @@
 _perl_namespace=Set
 _perl_module=IntSpan
 pkgver=1.19
-pkgrel=6
+pkgrel=7
 pkgdesc="Manages sets of integers, newsrc style"
 arch=('any')
 url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};


[arch-commits] Commit in perl-set-intspan/repos/community-testing-any (2 files)

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 23:26:32
  Author: muflone
Revision: 313774

archrelease: copy trunk to community-testing-any

Added:
  perl-set-intspan/repos/community-testing-any/PKGBUILD
(from rev 313773, perl-set-intspan/trunk/PKGBUILD)
Deleted:
  perl-set-intspan/repos/community-testing-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 23:23:09 UTC (rev 313773)
+++ PKGBUILD2018-04-01 23:26:32 UTC (rev 313774)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Jason St. John 
-# Contributor: yugrotavele 
-
-pkgname=perl-set-intspan
-_perl_namespace=Set
-_perl_module=IntSpan
-pkgver=1.19
-pkgrel=6
-pkgdesc="Manages sets of integers, newsrc style"
-arch=('any')
-url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
-sha256sums=('11b7549b13ec5d87cc695dd4c777cd02983dd5fe9866012877fb530f48b3dfd0')
-options=('!emptydirs')
-
-build() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1
-  make test
-}
-
-package() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-  # Delete unuseful files
-  find "${pkgdir}" -name '.packlist' -delete
-}

Copied: perl-set-intspan/repos/community-testing-any/PKGBUILD (from rev 313773, 
perl-set-intspan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 23:26:32 UTC (rev 313774)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Jason St. John 
+# Contributor: yugrotavele 
+
+pkgname=perl-set-intspan
+_perl_namespace=Set
+_perl_module=IntSpan
+pkgver=1.19
+pkgrel=6
+pkgdesc="Manages sets of integers, newsrc style"
+arch=('any')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('11b7549b13ec5d87cc695dd4c777cd02983dd5fe9866012877fb530f48b3dfd0')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}


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

2018-04-01 Thread Bruno Pagani via arch-commits
Date: Sunday, April 1, 2018 @ 23:23:09
  Author: archange
Revision: 313773

archrelease: copy trunk to community-any

Added:
  adapta-kde/repos/community-any/PKGBUILD
(from rev 313772, adapta-kde/trunk/PKGBUILD)
Deleted:
  adapta-kde/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 23:22:55 UTC (rev 313772)
+++ PKGBUILD2018-04-01 23:23:09 UTC (rev 313773)
@@ -1,37 +0,0 @@
-# Maintainer: Bruno Pagani <archa...@archlinux.org>
-
-pkgbase=adapta-kde
-pkgname=('adapta-kde' 'kvantum-theme-adapta')
-pkgver=20180201
-pkgrel=1
-pkgdesc="Adapta theme for KDE Plasma 5"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/${pkgbase};
-license=('GPL3')
-options=('!strip')
-source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('98550147484b0a853c0850636221e7a542d67ce264fb3b68da74fabfe1a0cedb')
-
-package_adapta-kde() {
-optdepends=('adapta-gtk-theme: Matching GTK theme'
-'kvantum-theme-adapta: Adapta theme for Kvantum Qt style 
(recommended)')
-
-cd ${pkgbase}-${pkgver}
-install -d "${pkgdir}"/usr/share
-
-cp -r plasma "${pkgdir}"/usr/share
-cp -r aurorae "${pkgdir}"/usr/share
-cp -r color-schemes "${pkgdir}"/usr/share
-cp -r konsole "${pkgdir}"/usr/share
-cp -r yakuake "${pkgdir}"/usr/share
-}
-
-package_kvantum-theme-adapta() {
-pkgdesc="Adapta theme for KDE Plasma 5"
-depends=('kvantum-qt5')
-
-cd ${pkgbase}-${pkgver}
-install -d "${pkgdir}"/usr/share
-
-cp -r Kvantum "${pkgdir}"/usr/share
-}

Copied: adapta-kde/repos/community-any/PKGBUILD (from rev 313772, 
adapta-kde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 23:23:09 UTC (rev 313773)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani <archa...@archlinux.org>
+
+pkgbase=adapta-kde
+pkgname=('adapta-kde' 'kvantum-theme-adapta')
+pkgver=20180401
+pkgrel=1
+pkgdesc="Adapta theme for KDE Plasma 5"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/${pkgbase};
+license=('GPL3')
+options=('!strip')
+source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('282056ac5c29bafc007a42fc4ef385643d82234416af722c43afe4f37cf5251f')
+
+package_adapta-kde() {
+optdepends=('adapta-gtk-theme: Matching GTK theme'
+'kvantum-theme-adapta: Adapta theme for Kvantum Qt style 
(recommended)')
+
+cd ${pkgbase}-${pkgver}
+install -d "${pkgdir}"/usr/share
+
+cp -r plasma "${pkgdir}"/usr/share
+cp -r aurorae "${pkgdir}"/usr/share
+cp -r color-schemes "${pkgdir}"/usr/share
+cp -r konsole "${pkgdir}"/usr/share
+cp -r yakuake "${pkgdir}"/usr/share
+}
+
+package_kvantum-theme-adapta() {
+pkgdesc="Adapta theme for KDE Plasma 5"
+depends=('kvantum-qt5')
+
+cd ${pkgbase}-${pkgver}
+install -d "${pkgdir}"/usr/share
+
+cp -r Kvantum "${pkgdir}"/usr/share
+}


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

2018-04-01 Thread Bruno Pagani via arch-commits
Date: Sunday, April 1, 2018 @ 23:22:55
  Author: archange
Revision: 313772

upgpkg: adapta-kde 20180401-1

Modified:
  adapta-kde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 23:21:30 UTC (rev 313771)
+++ PKGBUILD2018-04-01 23:22:55 UTC (rev 313772)
@@ -2,7 +2,7 @@
 
 pkgbase=adapta-kde
 pkgname=('adapta-kde' 'kvantum-theme-adapta')
-pkgver=20180201
+pkgver=20180401
 pkgrel=1
 pkgdesc="Adapta theme for KDE Plasma 5"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL3')
 options=('!strip')
 source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('98550147484b0a853c0850636221e7a542d67ce264fb3b68da74fabfe1a0cedb')
+sha256sums=('282056ac5c29bafc007a42fc4ef385643d82234416af722c43afe4f37cf5251f')
 
 package_adapta-kde() {
 optdepends=('adapta-gtk-theme: Matching GTK theme'


[arch-commits] Commit in perl-image-sane/repos (2 files)

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 23:21:30
  Author: muflone
Revision: 313771

archrelease: copy trunk to community-testing-x86_64

Added:
  perl-image-sane/repos/community-testing-x86_64/
  perl-image-sane/repos/community-testing-x86_64/PKGBUILD
(from rev 313770, perl-image-sane/trunk/PKGBUILD)

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

Copied: perl-image-sane/repos/community-testing-x86_64/PKGBUILD (from rev 
313770, perl-image-sane/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-01 23:21:30 UTC (rev 313771)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: John D Jones III AKA jnbek 
+# Contributor: Stefan Husmann 
+
+pkgname=perl-image-sane
+_perl_namespace=Image
+_perl_module=Sane
+pkgver=0.14
+pkgrel=1
+pkgdesc="Perl extension for the SANE (Scanner Access Now Easy) Project"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('PerlArtistic' 'GPL')
+makedepends=('imagemagick')
+depends=('perl' 'sane' 'perl-extutils-depends' 'perl-extutils-pkgconfig' 
'perl-readonly' 'perl-test-requires' 'perl-exception-class' 'perl-try-tiny')
+provides=('perl-sane')
+replaces=('perl-sane')
+conflicts=('perl-sane')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('a4b027c9b7650291f1acb0eb93861a7fc45aef4e08f6726843f174fa113c8ba5')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}


[arch-commits] Commit in (4 files)

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 23:20:43
  Author: muflone
Revision: 313770

new package perl-image-sane 0.14-1

Added:
  perl-image-sane/
  perl-image-sane/repos/
  perl-image-sane/trunk/
  perl-image-sane/trunk/PKGBUILD

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

Added: perl-image-sane/trunk/PKGBUILD
===
--- perl-image-sane/trunk/PKGBUILD  (rev 0)
+++ perl-image-sane/trunk/PKGBUILD  2018-04-01 23:20:43 UTC (rev 313770)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: John D Jones III AKA jnbek 
+# Contributor: Stefan Husmann 
+
+pkgname=perl-image-sane
+_perl_namespace=Image
+_perl_module=Sane
+pkgver=0.14
+pkgrel=1
+pkgdesc="Perl extension for the SANE (Scanner Access Now Easy) Project"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('PerlArtistic' 'GPL')
+makedepends=('imagemagick')
+depends=('perl' 'sane' 'perl-extutils-depends' 'perl-extutils-pkgconfig' 
'perl-readonly' 'perl-test-requires' 'perl-exception-class' 'perl-try-tiny')
+provides=('perl-sane')
+replaces=('perl-sane')
+conflicts=('perl-sane')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('a4b027c9b7650291f1acb0eb93861a7fc45aef4e08f6726843f174fa113c8ba5')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}


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


[arch-commits] Commit in perl-config-general/repos (2 files)

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 22:54:23
  Author: muflone
Revision: 313769

archrelease: copy trunk to community-testing-any

Added:
  perl-config-general/repos/community-testing-any/
  perl-config-general/repos/community-testing-any/PKGBUILD
(from rev 313768, perl-config-general/trunk/PKGBUILD)

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

Copied: perl-config-general/repos/community-testing-any/PKGBUILD (from rev 
313768, perl-config-general/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-04-01 22:54:23 UTC (rev 313769)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Brian Bidulock 
+# Contributor: Jason St. John 
+
+pkgname=perl-config-general
+_perl_namespace=Config
+_perl_module=General
+pkgver=2.63
+pkgrel=3
+pkgdesc="Generic Config Module"
+arch=('any')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('0a9bf977b8aabe76343e88095d2296c8a422410fd2a05a1901f2b20e2e1f6fad')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}


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

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 22:53:58
  Author: muflone
Revision: 313768

upgpkg: perl-config-general 2.63-3

Modified:
  perl-config-general/trunk/PKGBUILD(properties)

Index: perl-config-general/trunk/PKGBUILD
===
--- perl-config-general/trunk/PKGBUILD  2018-04-01 22:53:33 UTC (rev 313767)
+++ perl-config-general/trunk/PKGBUILD  2018-04-01 22:53:58 UTC (rev 313768)

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


[arch-commits] Commit in (4 files)

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 22:53:33
  Author: muflone
Revision: 313767

updated package perl-config-general 2.63-3

Added:
  perl-config-general/
  perl-config-general/repos/
  perl-config-general/trunk/
  perl-config-general/trunk/PKGBUILD

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

Added: perl-config-general/trunk/PKGBUILD
===
--- perl-config-general/trunk/PKGBUILD  (rev 0)
+++ perl-config-general/trunk/PKGBUILD  2018-04-01 22:53:33 UTC (rev 313767)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Brian Bidulock 
+# Contributor: Jason St. John 
+
+pkgname=perl-config-general
+_perl_namespace=Config
+_perl_module=General
+pkgver=2.63
+pkgrel=3
+pkgdesc="Generic Config Module"
+arch=('any')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('0a9bf977b8aabe76343e88095d2296c8a422410fd2a05a1901f2b20e2e1f6fad')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}


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

2018-04-01 Thread David Runge via arch-commits
Date: Sunday, April 1, 2018 @ 22:43:59
  Author: dvzrv
Revision: 313766

archrelease: copy trunk to community-testing-x86_64

Added:
  freewheeling/repos/community-testing-x86_64/
  freewheeling/repos/community-testing-x86_64/PKGBUILD
(from rev 313765, freewheeling/trunk/PKGBUILD)

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

Copied: freewheeling/repos/community-testing-x86_64/PKGBUILD (from rev 313765, 
freewheeling/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-01 22:43:59 UTC (rev 313766)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+pkgname=freewheeling
+pkgver=0.6.4
+pkgrel=1
+pkgdesc="A highly configurable, intuitive, and fluid user interface for 
instrumentalists to capture audio loops in real-time"
+arch=('x86_64')
+url="https://github.com/free-wheeling/freewheeling;
+license=('GPL2')
+groups=('pro-audio')
+depends=('fluidsynth' 'liblo' 'libxml2' 'nettle' 'sdl_gfx' 'sdl_ttf')
+makedepends=('gendesk')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/free-wheeling/${pkgname}/archive/v${pkgver}.tar.gz;
+
"$pkgname.jpg::https://raw.githubusercontent.com/wiki/free-wheeling/${pkgname}/${pkgname}-logo-1.jpg;)
+sha512sums=('e4c948293363976c8dfc6ba508f7b7a0b01746f3d7d3bbf6e5464dc9da0ff4ac92466389a85ce7751b026ff3208ca0fee62aeb4d7ff94eae7582fba534d4d99a'
+
'9f8386bff7b34c8ca44d0ad5b87d4e74a0b901a64e50bc5d8d99dd1f1ad10eb5b6b29f7b6fc8f106c425b2de0285517af3158472654abb2c914d48645dab0913')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name Freewheeling \
+  --exec fweelin \
+  --categories "Audio;Sequencer"
+  # fix broken SDL/SDL.h include
+  export CPPFLAGS="-I/usr/include/SDL"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # XDG desktop integration
+  install -vDm 644 "${pkgname}.desktop" -t "${pkgdir}/usr/share/applications/"
+  install -vDm 644 "../${pkgname}.jpg" -t "${pkgdir}/usr/share/pixmaps/"
+  #docs
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README.md,THANKS,TUNING} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  #examples
+  install -vDm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+}


[arch-commits] Commit in perl-set-intspan/repos (2 files)

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 22:43:44
  Author: muflone
Revision: 313765

archrelease: copy trunk to community-testing-any

Added:
  perl-set-intspan/repos/community-testing-any/
  perl-set-intspan/repos/community-testing-any/PKGBUILD
(from rev 313764, perl-set-intspan/trunk/PKGBUILD)

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

Copied: perl-set-intspan/repos/community-testing-any/PKGBUILD (from rev 313764, 
perl-set-intspan/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-04-01 22:43:44 UTC (rev 313765)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Jason St. John 
+# Contributor: yugrotavele 
+
+pkgname=perl-set-intspan
+_perl_namespace=Set
+_perl_module=IntSpan
+pkgver=1.19
+pkgrel=6
+pkgdesc="Manages sets of integers, newsrc style"
+arch=('any')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('11b7549b13ec5d87cc695dd4c777cd02983dd5fe9866012877fb530f48b3dfd0')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}


[arch-commits] Commit in (4 files)

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 22:42:46
  Author: muflone
Revision: 313764

new package perl-set-intspan 1.19-6

Added:
  perl-set-intspan/
  perl-set-intspan/repos/
  perl-set-intspan/trunk/
  perl-set-intspan/trunk/PKGBUILD

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

Added: perl-set-intspan/trunk/PKGBUILD
===
--- perl-set-intspan/trunk/PKGBUILD (rev 0)
+++ perl-set-intspan/trunk/PKGBUILD 2018-04-01 22:42:46 UTC (rev 313764)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Jason St. John 
+# Contributor: yugrotavele 
+
+pkgname=perl-set-intspan
+_perl_namespace=Set
+_perl_module=IntSpan
+pkgver=1.19
+pkgrel=6
+pkgdesc="Manages sets of integers, newsrc style"
+arch=('any')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('11b7549b13ec5d87cc695dd4c777cd02983dd5fe9866012877fb530f48b3dfd0')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}


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


[arch-commits] Commit in (4 files)

2018-04-01 Thread David Runge via arch-commits
Date: Sunday, April 1, 2018 @ 22:40:19
  Author: dvzrv
Revision: 313763

Adding freewheeling 0.6.4.

Added:
  freewheeling/
  freewheeling/repos/
  freewheeling/trunk/
  freewheeling/trunk/PKGBUILD

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

Added: freewheeling/trunk/PKGBUILD
===
--- freewheeling/trunk/PKGBUILD (rev 0)
+++ freewheeling/trunk/PKGBUILD 2018-04-01 22:40:19 UTC (rev 313763)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+pkgname=freewheeling
+pkgver=0.6.4
+pkgrel=1
+pkgdesc="A highly configurable, intuitive, and fluid user interface for 
instrumentalists to capture audio loops in real-time"
+arch=('x86_64')
+url="https://github.com/free-wheeling/freewheeling;
+license=('GPL2')
+groups=('pro-audio')
+depends=('fluidsynth' 'liblo' 'libxml2' 'nettle' 'sdl_gfx' 'sdl_ttf')
+makedepends=('gendesk')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/free-wheeling/${pkgname}/archive/v${pkgver}.tar.gz;
+
"$pkgname.jpg::https://raw.githubusercontent.com/wiki/free-wheeling/${pkgname}/${pkgname}-logo-1.jpg;)
+sha512sums=('e4c948293363976c8dfc6ba508f7b7a0b01746f3d7d3bbf6e5464dc9da0ff4ac92466389a85ce7751b026ff3208ca0fee62aeb4d7ff94eae7582fba534d4d99a'
+
'9f8386bff7b34c8ca44d0ad5b87d4e74a0b901a64e50bc5d8d99dd1f1ad10eb5b6b29f7b6fc8f106c425b2de0285517af3158472654abb2c914d48645dab0913')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name Freewheeling \
+  --exec fweelin \
+  --categories "Audio;Sequencer"
+  # fix broken SDL/SDL.h include
+  export CPPFLAGS="-I/usr/include/SDL"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # XDG desktop integration
+  install -vDm 644 "${pkgname}.desktop" -t "${pkgdir}/usr/share/applications/"
+  install -vDm 644 "../${pkgname}.jpg" -t "${pkgdir}/usr/share/pixmaps/"
+  #docs
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README.md,THANKS,TUNING} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  #examples
+  install -vDm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+}


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


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

2018-04-01 Thread Anatol Pomozov via arch-commits
Date: Sunday, April 1, 2018 @ 22:32:13
  Author: anatolik
Revision: 320839

archrelease: copy trunk to testing-x86_64

Added:
  apache/repos/testing-x86_64/
  apache/repos/testing-x86_64/PKGBUILD
(from rev 320838, apache/trunk/PKGBUILD)
  apache/repos/testing-x86_64/apache-2.2-optionsbleed-CVE-2017-9798.patch
(from rev 320838, apache/trunk/apache-2.2-optionsbleed-CVE-2017-9798.patch)
  apache/repos/testing-x86_64/apache.tmpfiles.conf
(from rev 320838, apache/trunk/apache.tmpfiles.conf)
  apache/repos/testing-x86_64/arch.layout
(from rev 320838, apache/trunk/arch.layout)
  apache/repos/testing-x86_64/httpd.logrotate
(from rev 320838, apache/trunk/httpd.logrotate)
  apache/repos/testing-x86_64/httpd.service
(from rev 320838, apache/trunk/httpd.service)
  apache/repos/testing-x86_64/nohttp2forprefork.patch
(from rev 320838, apache/trunk/nohttp2forprefork.patch)
  apache/repos/testing-x86_64/openssl-malloc-init.patch
(from rev 320838, apache/trunk/openssl-malloc-init.patch)
  apache/repos/testing-x86_64/script_name.patch
(from rev 320838, apache/trunk/script_name.patch)

-+
 PKGBUILD|  129 ++
 apache-2.2-optionsbleed-CVE-2017-9798.patch |   21 +
 apache.tmpfiles.conf|1 
 arch.layout |   22 +
 httpd.logrotate |7 
 httpd.service   |   15 
 nohttp2forprefork.patch |  506 ++
 openssl-malloc-init.patch   |   20 +
 script_name.patch   |   84 
 9 files changed, 805 insertions(+)

Copied: apache/repos/testing-x86_64/PKGBUILD (from rev 320838, 
apache/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-01 22:32:13 UTC (rev 320839)
@@ -0,0 +1,129 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=apache
+pkgver=2.4.33
+pkgrel=2
+pkgdesc='A high performance Unix-based HTTP server'
+arch=('x86_64')
+url='http://www.apache.org/dist/httpd'
+license=('APACHE')
+backup=(
+etc/httpd/conf/httpd.conf
+etc/httpd/conf/extra/httpd-{autoindex,dav,default,info,languages}.conf
+etc/httpd/conf/extra/httpd-{manual,mpm,multilang-errordoc}.conf
+etc/httpd/conf/extra/httpd-{ssl,userdir,vhosts}.conf
+etc/httpd/conf/extra/proxy-html.conf
+etc/httpd/conf/{mime.types,magic}
+etc/logrotate.d/httpd
+)
+provides=('mod_proxy_uwsgi')
+depends=('zlib' 'apr-util' 'pcre' 'libnghttp2' 'openssl')
+makedepends=('libxml2' 'lua' 'curl' 'brotli' 'jansson')
+optdepends=(
+'lua: for mod_lua module'
+'libxml2: for mod_proxy_html, mod_xml2enc modules'
+'curl: for mod_md module'
+'jansson: for mod_md module'
+'brotli: for mod_brotli module'
+'lynx: apachectl status'
+)
+source=(
+https://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2{,.asc}
+openssl-malloc-init.patch
+apache.tmpfiles.conf
+httpd.logrotate
+httpd.service
+arch.layout
+)
+sha256sums=('de02511859b00d17845b9abdd1f975d5ccb5d0b280c567da5bf2ad4b70846f05'
+'SKIP'
+'d305f8b52ac2a9bbda7bb0776496471e69e9d30642740f594d00086a8c7e344c'
+'63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
+'0bbbfae23a917b2fce0bf8f900f60319b50769224a96314e9301a75ccd078e16'
+'f574bac6d5f398e7a649fc0e1ca66ff01ad4ef34dac71258e93d8a9d9a2b3960'
+'dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3')
+validpgpkeys=('A93D62ECC3C8EA12DB220EC934EA76E6791485A8' # Jim Jagielski
+  'B9E8213AEFB861AF35A41F2C995E35221AD84DFF') # Daniel Ruggeri 
+
+prepare() {
+  cd httpd-${pkgver}
+
+  # set default user
+  sed -e 's#User daemon#User http#' \
+  -e 's#Group daemon#Group http#' \
+  -i docs/conf/httpd.conf.in
+
+  cat "${srcdir}/arch.layout" >> config.layout
+
+  # https://github.com/openssl/openssl/issues/2865
+  patch -Np1 -i ../openssl-malloc-init.patch
+}
+
+build() {
+  cd httpd-${pkgver}
+
+  ./configure --sbindir=/usr/bin \
+  --enable-layout=Arch \
+  --enable-mpms-shared=all \
+  --enable-modules=all \
+  --enable-mods-shared=all \
+  --enable-so \
+  --enable-suexec \
+  --with-suexec-caller=http \
+  --with-suexec-docroot=/srv/http \
+  --with-suexec-logfile=/var/log/httpd/suexec.log \
+  --with-suexec-bin=/usr/bin/suexec \
+  --with-suexec-uidmin=99 --with-suexec-gidmin=99 \
+  --enable-ldap --enable-authnz-ldap --enable-authnz-fcgi \
+  --enable-cache --enable-disk-cache --enable-mem-cache 
--enable-file-cache \
+  --enable-ssl --with-ssl \
+  --enable-deflate --enable-cgi --enable-cgid \
+ 

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

2018-04-01 Thread Anatol Pomozov via arch-commits
Date: Sunday, April 1, 2018 @ 22:31:12
  Author: anatolik
Revision: 320838

FS#58005: apache now provides mod_proxy_uwsgi module

Enable other new modules mod_brotli, mod_proxy_http2 and mod_md

Modified:
  apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 18:24:45 UTC (rev 320837)
+++ PKGBUILD2018-04-01 22:31:12 UTC (rev 320838)
@@ -5,7 +5,7 @@
 
 pkgname=apache
 pkgver=2.4.33
-pkgrel=1
+pkgrel=2
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('x86_64')
 url='http://www.apache.org/dist/httpd'
@@ -19,11 +19,15 @@
 etc/httpd/conf/{mime.types,magic}
 etc/logrotate.d/httpd
 )
+provides=('mod_proxy_uwsgi')
 depends=('zlib' 'apr-util' 'pcre' 'libnghttp2' 'openssl')
-makedepends=('libxml2' 'lua')
+makedepends=('libxml2' 'lua' 'curl' 'brotli' 'jansson')
 optdepends=(
 'lua: for mod_lua module'
 'libxml2: for mod_proxy_html, mod_xml2enc modules'
+'curl: for mod_md module'
+'jansson: for mod_md module'
+'brotli: for mod_brotli module'
 'lynx: apachectl status'
 )
 source=(
@@ -81,6 +85,7 @@
   --enable-proxy-http --enable-proxy-ftp \
   --enable-dbd --enable-imagemap --enable-ident --enable-cern-meta \
   --enable-lua --enable-xml2enc --enable-http2 \
+  --enable-proxy-http2 --enable-md --enable-brotli \
   --with-apr=/usr/bin/apr-1-config \
   --with-apr-util=/usr/bin/apu-1-config \
   --with-pcre=/usr


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

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 22:22:37
  Author: muflone
Revision: 313761

upgpkg: perl-filesys-df 0.92-7

Modified:
  perl-filesys-df/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 22:16:40 UTC (rev 313760)
+++ PKGBUILD2018-04-01 22:22:37 UTC (rev 313761)
@@ -7,7 +7,7 @@
 _perl_namespace=Filesys
 _perl_module=Df
 pkgver=0.92
-pkgrel=6
+pkgrel=7
 pkgdesc="Perl extension for filesystem disk space information"
 arch=('x86_64')
 url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
@@ -19,6 +19,8 @@
 
 build() {
   cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
   perl Makefile.PL
   make
 }
@@ -25,10 +27,13 @@
 
 check() {
   cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
   make test
 }
 
 package() {
   cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  make pure_install DESTDIR="${pkgdir}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
 }


[arch-commits] Commit in perl-filesys-df/repos/community-testing-x86_64 (2 files)

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 22:23:11
  Author: muflone
Revision: 313762

archrelease: copy trunk to community-testing-x86_64

Added:
  perl-filesys-df/repos/community-testing-x86_64/PKGBUILD
(from rev 313761, perl-filesys-df/trunk/PKGBUILD)
Deleted:
  perl-filesys-df/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 22:22:37 UTC (rev 313761)
+++ PKGBUILD2018-04-01 22:23:11 UTC (rev 313762)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Ian Guthrie 
-# Contributor: der_FeniX 
-
-pkgname=perl-filesys-df
-_perl_namespace=Filesys
-_perl_module=Df
-pkgver=0.92
-pkgrel=6
-pkgdesc="Perl extension for filesystem disk space information"
-arch=('x86_64')
-url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
-sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
-options=('!emptydirs')
-
-build() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  make pure_install DESTDIR="${pkgdir}"
-}

Copied: perl-filesys-df/repos/community-testing-x86_64/PKGBUILD (from rev 
313761, perl-filesys-df/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 22:23:11 UTC (rev 313762)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Ian Guthrie 
+# Contributor: der_FeniX 
+
+pkgname=perl-filesys-df
+_perl_namespace=Filesys
+_perl_module=Df
+pkgver=0.92
+pkgrel=7
+pkgdesc="Perl extension for filesystem disk space information"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+}


[arch-commits] Commit in perl-data-uuid/repos/community-testing-x86_64 (2 files)

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 22:16:40
  Author: muflone
Revision: 313760

archrelease: copy trunk to community-testing-x86_64

Added:
  perl-data-uuid/repos/community-testing-x86_64/PKGBUILD
(from rev 313759, perl-data-uuid/trunk/PKGBUILD)
Deleted:
  perl-data-uuid/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 22:16:02 UTC (rev 313759)
+++ PKGBUILD2018-04-01 22:16:40 UTC (rev 313760)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgname=perl-data-uuid
-_perl_namespace=Data
-_perl_module=UUID
-pkgver=1.221
-pkgrel=4
-pkgdesc="Globally/Universally Unique Identifiers (GUIDs/UUIDs)"
-arch=('x86_64')
-url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
-license=('BSD')
-depends=('perl')
-source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
-sha256sums=('3cc7b2a3a7b74b45a059e013f7fd878078500ea4b7269036f84556b022078667')
-options=('!emptydirs')
-
-build() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  /usr/bin/perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1
-  make test
-}
-
-package() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-  # Install license file
-  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "LICENSE"
-}

Copied: perl-data-uuid/repos/community-testing-x86_64/PKGBUILD (from rev 
313759, perl-data-uuid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 22:16:40 UTC (rev 313760)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=perl-data-uuid
+_perl_namespace=Data
+_perl_module=UUID
+pkgver=1.221
+pkgrel=4
+pkgdesc="Globally/Universally Unique Identifiers (GUIDs/UUIDs)"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('BSD')
+depends=('perl')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('3cc7b2a3a7b74b45a059e013f7fd878078500ea4b7269036f84556b022078667')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Install license file
+  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "LICENSE"
+}


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

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 22:16:02
  Author: muflone
Revision: 313759

upgpkg: perl-data-uuid 1.221-4

Modified:
  perl-data-uuid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 22:14:10 UTC (rev 313758)
+++ PKGBUILD2018-04-01 22:16:02 UTC (rev 313759)
@@ -19,7 +19,7 @@
   cd "${_perl_namespace}-${_perl_module}-${pkgver}"
   unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  /usr/bin/perl Makefile.PL
+  perl Makefile.PL
   make
 }
 


[arch-commits] Commit in perl-data-uuid/repos/community-testing-x86_64 (2 files)

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 22:14:10
  Author: muflone
Revision: 313758

archrelease: copy trunk to community-testing-x86_64

Added:
  perl-data-uuid/repos/community-testing-x86_64/PKGBUILD
(from rev 313757, perl-data-uuid/trunk/PKGBUILD)
Deleted:
  perl-data-uuid/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 22:13:03 UTC (rev 313757)
+++ PKGBUILD2018-04-01 22:14:10 UTC (rev 313758)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgname=perl-data-uuid
-_perl_namespace=Data
-_perl_module=UUID
-pkgver=1.221
-pkgrel=3
-pkgdesc="Globally/Universally Unique Identifiers (GUIDs/UUIDs)"
-arch=('x86_64')
-url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
-license=('BSD')
-depends=('perl')
-source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
-sha256sums=('3cc7b2a3a7b74b45a059e013f7fd878078500ea4b7269036f84556b022078667')
-options=('!emptydirs')
-
-build() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  make pure_install DESTDIR="${pkgdir}"
-  # Install license file
-  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "LICENSE"
-}

Copied: perl-data-uuid/repos/community-testing-x86_64/PKGBUILD (from rev 
313757, perl-data-uuid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 22:14:10 UTC (rev 313758)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=perl-data-uuid
+_perl_namespace=Data
+_perl_module=UUID
+pkgver=1.221
+pkgrel=4
+pkgdesc="Globally/Universally Unique Identifiers (GUIDs/UUIDs)"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('BSD')
+depends=('perl')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('3cc7b2a3a7b74b45a059e013f7fd878078500ea4b7269036f84556b022078667')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Install license file
+  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "LICENSE"
+}


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

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 22:13:03
  Author: muflone
Revision: 313757

upgpkg: perl-data-uuid 1.221-4

Modified:
  perl-data-uuid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 19:33:08 UTC (rev 313756)
+++ PKGBUILD2018-04-01 22:13:03 UTC (rev 313757)
@@ -5,7 +5,7 @@
 _perl_namespace=Data
 _perl_module=UUID
 pkgver=1.221
-pkgrel=3
+pkgrel=4
 pkgdesc="Globally/Universally Unique Identifiers (GUIDs/UUIDs)"
 arch=('x86_64')
 url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
@@ -17,18 +17,23 @@
 
 build() {
   cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  perl Makefile.PL
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  /usr/bin/perl Makefile.PL
   make
 }
 
 check() {
   cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
   make test
 }
 
 package() {
   cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  make pure_install DESTDIR="${pkgdir}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
   # Install license file
   install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "LICENSE"


[arch-commits] Commit in ir.lv2/repos (2 files)

2018-04-01 Thread David Runge via arch-commits
Date: Sunday, April 1, 2018 @ 19:33:08
  Author: dvzrv
Revision: 313756

archrelease: copy trunk to community-testing-x86_64

Added:
  ir.lv2/repos/community-testing-x86_64/
  ir.lv2/repos/community-testing-x86_64/PKGBUILD
(from rev 313755, ir.lv2/trunk/PKGBUILD)

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

Copied: ir.lv2/repos/community-testing-x86_64/PKGBUILD (from rev 313755, 
ir.lv2/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-01 19:33:08 UTC (rev 313756)
@@ -0,0 +1,25 @@
+# Maintainer: David Runge 
+pkgname=ir.lv2
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="A no-latency/low-latency, realtime, high performance signal convolver 
especially for creating reverb effects"
+arch=('x86_64')
+url="https://tomszilagyi.github.io/plugins/ir.lv2/;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gtk2' 'libsamplerate' 'zita-convolver')
+makedepends=('lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tomszilagyi/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('9ed7dd7fb0099cb71ef259345dcff4007bf28fd2e19c29b5566816cf7f53426d8956d342610d92a3e031a53017a5224add28719c298c107630ccde3392ddfb06')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 {ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in ir.lv2/trunk (PKGBUILD)

2018-04-01 Thread David Runge via arch-commits
Date: Sunday, April 1, 2018 @ 19:32:57
  Author: dvzrv
Revision: 313755

upgpkg: ir.lv2 1.3.3-1

Adding ir.lv2 1.3.3.

Modified:
  ir.lv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 19:30:49 UTC (rev 313754)
+++ PKGBUILD2018-04-01 19:32:57 UTC (rev 313755)
@@ -7,7 +7,7 @@
 url="https://tomszilagyi.github.io/plugins/ir.lv2/;
 license=('GPL2')
 groups=('lv2-plugins' 'pro-audio')
-depends=('gtk2' 'libsamplerate' 'libsndfile' 'zita-convolver')
+depends=('gtk2' 'libsamplerate' 'zita-convolver')
 makedepends=('lv2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tomszilagyi/${pkgname}/archive/${pkgver}.tar.gz;)
 
sha512sums=('9ed7dd7fb0099cb71ef259345dcff4007bf28fd2e19c29b5566816cf7f53426d8956d342610d92a3e031a53017a5224add28719c298c107630ccde3392ddfb06')


[arch-commits] Commit in gitlab/repos/community-x86_64 (25 files)

2018-04-01 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 1, 2018 @ 19:30:49
  Author: svenstaro
Revision: 313754

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 313753, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
(from rev 313753, 
gitlab/trunk/a951b96be2862ce660dc715a364f574c2f5f72e1.patch)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 313753, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 313753, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 313753, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 313753, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 313753, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 313753, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 313753, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 313753, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 313753, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 313753, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/yarn.lock
(from rev 313753, gitlab/trunk/yarn.lock)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example
  gitlab/repos/community-x86_64/yarn.lock

+
 PKGBUILD   |  436 
 a951b96be2862ce660dc715a364f574c2f5f72e1.patch |   28 
 gitlab-backup.service  |   38 
 gitlab-backup.timer|   20 
 gitlab-mailroom.service|   40 
 gitlab-sidekiq.service |   58 
 gitlab-unicorn.service |   64 
 gitlab.install |   40 
 gitlab.logrotate   |   22 
 gitlab.target  |   14 
 gitlab.tmpfiles.d  |2 
 lighttpd.conf.example  |   70 
 yarn.lock  |13204 +++
 13 files changed, 7034 insertions(+), 7002 deletions(-)

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


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

2018-04-01 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 1, 2018 @ 19:30:34
  Author: svenstaro
Revision: 313753

upgpkg: gitlab 10.6.2-2

Added:
  gitlab/trunk/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
Modified:
  gitlab/trunk/PKGBUILD

+
 PKGBUILD   |   10 +---
 a951b96be2862ce660dc715a364f574c2f5f72e1.patch |   28 +++
 2 files changed, 35 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 19:19:53 UTC (rev 313752)
+++ PKGBUILD2018-04-01 19:30:34 UTC (rev 313753)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=10.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce;
@@ -34,7 +34,8 @@
 gitlab.target
 gitlab.tmpfiles.d
 gitlab.logrotate
-yarn.lock)
+yarn.lock
+a951b96be2862ce660dc715a364f574c2f5f72e1.patch)
 install='gitlab.install'
 
sha512sums=('c361605186a2a0cccec7167d47be458f06a0627864d58bdd77f2ebf0edf0faebedc29a908dd7116733b74be4c94825f2317ed2057d28ecd246907f4be9dc8794'
 
'c3ef56956fd0d8af1710d0c992f936c79477de35d65107eb5fde2611c65f1bf4e36a954c089a7588bac92c774e38af4581501b861decdb2193a5c08eeac92d32'
@@ -45,7 +46,8 @@
 
'bf33b818e4ea671c16f58563997ba5fe0a09090e5c03577ff974d31324d4e9782b85a9bb4f1749b97257ce93400c692de935f003770d52b5994c9cab9aee57c6'
 
'abacbff0d7be918337a17b56481c84e6bf3eddd9551efe78ba9fb74337179e95c9b60f41c49f275e05074a4074a616be36fa208a48fc12d5b940f0554fbd89c3'
 
'20b93eab504e82cc4401685b59e6311b4d2c0285bc594d47ce4106d3f418a3e2ba92c4f49732748c0ba913aa3e3299126166e37d2a2d5b4d327d66bae4b8abda'
-
'ef4a91d2e5db3aabf83092d9fdff5cd830d291b78d05b4fc9ea991fc5f3299c1a70bbde2632935f899dbf0be084348d125e62df0e87d7925e2ea8068b3463d4d')
+
'ef4a91d2e5db3aabf83092d9fdff5cd830d291b78d05b4fc9ea991fc5f3299c1a70bbde2632935f899dbf0be084348d125e62df0e87d7925e2ea8068b3463d4d'
+
'd7946c9c336e8d148479c1034e0058f2c6f8810e66a5369d531de3050ae7c0ff53be8789bc592afddba16a2acb660670fb687badc7eb65b7db5a445151140cb7')
 
 _datadir="/usr/share/webapps/${pkgname}"
 _etcdir="/etc/webapps/${pkgname}"
@@ -62,6 +64,8 @@
 
   cd "${_srcdir}"*
 
+  patch -Np1 -i "${srcdir}"/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
+
   # Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/36397
   # We used to need this but now the package doesn't build anymore with this. 
Leaving it commented for now.
   # See also https://gitlab.com/gitlab-org/gitlab-ce/issues/38525

Added: a951b96be2862ce660dc715a364f574c2f5f72e1.patch
===
--- a951b96be2862ce660dc715a364f574c2f5f72e1.patch  
(rev 0)
+++ a951b96be2862ce660dc715a364f574c2f5f72e1.patch  2018-04-01 19:30:34 UTC 
(rev 313753)
@@ -0,0 +1,28 @@
+From a951b96be2862ce660dc715a364f574c2f5f72e1 Mon Sep 17 00:00:00 2001
+From: Zeger-Jan van de Weg 
+Date: Fri, 30 Mar 2018 12:32:26 +0200
+Subject: [PATCH] Update charlock_holmes to 0.76
+
+Didn't compile against newer icu4c versions and was fixed upstream in
+https://github.com/brianmario/charlock_holmes/pull/129, which was
+releaed in the versions its now locked to.
+---
+ Gemfile.lock | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Gemfile.lock b/Gemfile.lock
+index fcffe45..5271d65 100644
+--- a/Gemfile.lock
 b/Gemfile.lock
+@@ -120,7 +120,7 @@ GEM
+   activesupport (>= 4.0.0)
+   mime-types (>= 1.16)
+ cause (0.1)
+-charlock_holmes (0.7.5)
++charlock_holmes (0.7.6)
+ childprocess (0.7.0)
+   ffi (~> 1.0, >= 1.0.11)
+ chronic (0.10.2)
+--
+libgit2 0.26.0
+


[arch-commits] Commit in (ir.lv2 ir.lv2/repos ir.lv2/trunk ir.lv2/trunk/PKGBUILD)

2018-04-01 Thread David Runge via arch-commits
Date: Sunday, April 1, 2018 @ 19:19:53
  Author: dvzrv
Revision: 313752

Adding ir.lv2 1.3.3.

Added:
  ir.lv2/
  ir.lv2/repos/
  ir.lv2/trunk/
  ir.lv2/trunk/PKGBUILD

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

Added: ir.lv2/trunk/PKGBUILD
===
--- ir.lv2/trunk/PKGBUILD   (rev 0)
+++ ir.lv2/trunk/PKGBUILD   2018-04-01 19:19:53 UTC (rev 313752)
@@ -0,0 +1,25 @@
+# Maintainer: David Runge 
+pkgname=ir.lv2
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="A no-latency/low-latency, realtime, high performance signal convolver 
especially for creating reverb effects"
+arch=('x86_64')
+url="https://tomszilagyi.github.io/plugins/ir.lv2/;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gtk2' 'libsamplerate' 'libsndfile' 'zita-convolver')
+makedepends=('lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tomszilagyi/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('9ed7dd7fb0099cb71ef259345dcff4007bf28fd2e19c29b5566816cf7f53426d8956d342610d92a3e031a53017a5224add28719c298c107630ccde3392ddfb06')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 {ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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


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

2018-04-01 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 1, 2018 @ 19:03:38
  Author: svenstaro
Revision: 313750

upgpkg: gitlab-gitaly 0.92.0-2

Added:
  gitlab-gitaly/trunk/90cbe1dcdbd7439de7475394f8f20890ce68081b.patch
Modified:
  gitlab-gitaly/trunk/PKGBUILD

+
 90cbe1dcdbd7439de7475394f8f20890ce68081b.patch |   25 +++
 PKGBUILD   |   10 ++---
 2 files changed, 32 insertions(+), 3 deletions(-)

Added: 90cbe1dcdbd7439de7475394f8f20890ce68081b.patch
===
--- 90cbe1dcdbd7439de7475394f8f20890ce68081b.patch  
(rev 0)
+++ 90cbe1dcdbd7439de7475394f8f20890ce68081b.patch  2018-04-01 19:03:38 UTC 
(rev 313750)
@@ -0,0 +1,25 @@
+From 90cbe1dcdbd7439de7475394f8f20890ce68081b Mon Sep 17 00:00:00 2001
+From: Matija Čupić 
+Date: Fri, 30 Mar 2018 18:23:07 +0200
+Subject: [PATCH] Bump charlock_holmes
+
+---
+ ruby/Gemfile.lock | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
+index 2b5287b..91efe4f 100644
+--- a/ruby/Gemfile.lock
 b/ruby/Gemfile.lock
+@@ -9,7 +9,7 @@ GEM
+ addressable (2.5.2)
+   public_suffix (>= 2.0.2, < 4.0)
+ ast (2.3.0)
+-charlock_holmes (0.7.5)
++charlock_holmes (0.7.6)
+ concurrent-ruby (1.0.5)
+ diff-lcs (1.3)
+ escape_utils (1.1.1)
+--
+libgit2 0.26.0
+

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 17:02:12 UTC (rev 313749)
+++ PKGBUILD2018-04-01 19:03:38 UTC (rev 313750)
@@ -2,7 +2,7 @@
 
 pkgname=gitlab-gitaly
 pkgver=0.92.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitaly;
@@ -12,9 +12,11 @@
 makedepends=(go ruby2.3-bundler cmake)
 backup=("etc/gitlab-gitaly/config.toml")
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-gitaly.service")
+"gitlab-gitaly.service"
+90cbe1dcdbd7439de7475394f8f20890ce68081b.patch)
 
sha512sums=('29cf0adf944f4f3d5c7fc41ac4c89f97b7a8a07562bd19a80ba5aeffd7e3b66d75a2130e6191c423bd3a96b5f5bbb614916509100576e9927e4afba7470f4b1b'
-
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
+
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28'
+
'cad360f504b028468060474e7a8d68081f19aa9b5d95bf63206e64ad0484767f07af3298b63c12b5d4281ac775a30afe153531634a0f66bbc625c54e0cbfa273')
 
 _homedir="/var/lib/gitlab"
 
@@ -21,6 +23,8 @@
 prepare() {
   cd "gitaly-v${pkgver}-"*
 
+  patch -Np1 -i "${srcdir}"/90cbe1dcdbd7439de7475394f8f20890ce68081b.patch
+
   sed -i "s/bundle install/bundle-2.3 install/" Makefile
   sed -i "s/bundle config/bundle-2.3 config/" Makefile
   sed -i "s/bundle/bundle-2.3/" internal/rubyserver/rubyserver.go


[arch-commits] Commit in gitlab-gitaly/repos/community-x86_64 (5 files)

2018-04-01 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 1, 2018 @ 19:03:50
  Author: svenstaro
Revision: 313751

archrelease: copy trunk to community-x86_64

Added:
  
gitlab-gitaly/repos/community-x86_64/90cbe1dcdbd7439de7475394f8f20890ce68081b.patch
(from rev 313750, 
gitlab-gitaly/trunk/90cbe1dcdbd7439de7475394f8f20890ce68081b.patch)
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
(from rev 313750, gitlab-gitaly/trunk/PKGBUILD)
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service
(from rev 313750, gitlab-gitaly/trunk/gitlab-gitaly.service)
Deleted:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service

+
 90cbe1dcdbd7439de7475394f8f20890ce68081b.patch |   25 
 PKGBUILD   |  126 +++
 gitlab-gitaly.service  |   50 -
 3 files changed, 115 insertions(+), 86 deletions(-)

Copied: 
gitlab-gitaly/repos/community-x86_64/90cbe1dcdbd7439de7475394f8f20890ce68081b.patch
 (from rev 313750, 
gitlab-gitaly/trunk/90cbe1dcdbd7439de7475394f8f20890ce68081b.patch)
===
--- 90cbe1dcdbd7439de7475394f8f20890ce68081b.patch  
(rev 0)
+++ 90cbe1dcdbd7439de7475394f8f20890ce68081b.patch  2018-04-01 19:03:50 UTC 
(rev 313751)
@@ -0,0 +1,25 @@
+From 90cbe1dcdbd7439de7475394f8f20890ce68081b Mon Sep 17 00:00:00 2001
+From: Matija Čupić 
+Date: Fri, 30 Mar 2018 18:23:07 +0200
+Subject: [PATCH] Bump charlock_holmes
+
+---
+ ruby/Gemfile.lock | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
+index 2b5287b..91efe4f 100644
+--- a/ruby/Gemfile.lock
 b/ruby/Gemfile.lock
+@@ -9,7 +9,7 @@ GEM
+ addressable (2.5.2)
+   public_suffix (>= 2.0.2, < 4.0)
+ ast (2.3.0)
+-charlock_holmes (0.7.5)
++charlock_holmes (0.7.6)
+ concurrent-ruby (1.0.5)
+ diff-lcs (1.3)
+ escape_utils (1.1.1)
+--
+libgit2 0.26.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 19:03:38 UTC (rev 313750)
+++ PKGBUILD2018-04-01 19:03:50 UTC (rev 313751)
@@ -1,61 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=gitlab-gitaly
-pkgver=0.92.0
-pkgrel=1
-pkgdesc="Speed up Git access using caching"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitaly;
-license=('MIT')
-depends=(glibc ruby2.3 libxml2 libxslt)
-options=(!buildflags)
-makedepends=(go ruby2.3-bundler cmake)
-backup=("etc/gitlab-gitaly/config.toml")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-gitaly.service")
-sha512sums=('29cf0adf944f4f3d5c7fc41ac4c89f97b7a8a07562bd19a80ba5aeffd7e3b66d75a2130e6191c423bd3a96b5f5bbb614916509100576e9927e4afba7470f4b1b'
-
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
-
-_homedir="/var/lib/gitlab"
-
-prepare() {
-  cd "gitaly-v${pkgver}-"*
-
-  sed -i "s/bundle install/bundle-2.3 install/" Makefile
-  sed -i "s/bundle config/bundle-2.3 config/" Makefile
-  sed -i "s/bundle/bundle-2.3/" internal/rubyserver/rubyserver.go
-  sed -i "s/bundle/bundle-2.3/" internal/linguist/linguist.go
-  sed -i "s/\"ruby\"/\"ruby-2.3\"/" internal/linguist/linguist.go
-  sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
-  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/gitaly-ruby
-  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/ruby-cd
-  sed -i "s|dir = \"/home/git/gitaly/ruby\"|dir = 
\"/usr/share/webapps/gitlab-gitaly/ruby\"|" config.toml.example
-  sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = 
\"/usr/share/webapps/gitlab-shell\"|" config.toml.example
-  sed -i "s|bin_dir = \"/home/git/gitaly\"|bin_dir = \"/usr/bin\"|" 
config.toml.example
-}
-
-build() {
-  cd "gitaly-v${pkgver}-"*
-
-  make build
-}
-
-package() {
-  cd "gitaly-v${pkgver}-"*
-
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-  mkdir -p "${pkgdir}/etc/${pkgname}"
-  sed \
--e "s|^socket_path =.*|socket_path = 
\"${_homedir}/sockets/gitlab-gitaly.socket\"|" \
--e "s|^path =.*|path = \"${_homedir}/repositories\"|" \
-config.toml.example > "${pkgdir}/etc/${pkgname}/config.toml"
-
-  mkdir -p ${pkgdir}/usr/share/webapps/gitlab-gitaly
-  cp -r ruby ${pkgdir}/usr/share/webapps/gitlab-gitaly/ruby
-
-  install -Dm644 config.toml.example 
"${pkgdir}/usr/share/${pkgname}/config.toml.example"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-gitaly.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-gitaly/repos/community-x86_64/PKGBUILD (from rev 313750, 
gitlab-gitaly/trunk/PKGBUILD)

[arch-commits] Commit in sdl2/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-04-01 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 1, 2018 @ 18:24:45
  Author: svenstaro
Revision: 320837

archrelease: copy trunk to extra-x86_64

Added:
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 320836, sdl2/trunk/PKGBUILD)
Deleted:
  sdl2/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 18:24:34 UTC (rev 320836)
+++ PKGBUILD2018-04-01 18:24:45 UTC (rev 320837)
@@ -1,48 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.8
-pkgrel=5
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('x86_64')
-url="http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
- 'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
-sha512sums=('673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869'
-'SKIP')
-validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
-
-prepare() {
-  cd SDL2-${pkgver}
-  rm -rf build
-  mkdir build
-}
-
-build() {
-  cd SDL2-${pkgver}/build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSDL_DLOPEN=ON \
-  -DARTS=OFF \
-  -DESD=OFF \
-  -DNAS=OFF \
-  -DALSA=OFF \
-  -DPULSEAUDIO_SHARED=ON \
-  -DVIDEO_WAYLAND=ON \
-  -DRPATH=OFF \
-  -DCLOCK_GETTIME=ON
-  make
-}
-
-package() {
-  cd SDL2-${pkgver}/build
-
-  make DESTDIR="$pkgdir" install
-
-  sed -i "s/libSDL2\.a/libSDL2main.a/g" 
"$pkgdir"/usr/lib/cmake/SDL2/SDL2Targets-noconfig.cmake
-  install -Dm644 ../COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 320836, sdl2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 18:24:45 UTC (rev 320837)
@@ -0,0 +1,48 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=sdl2
+pkgver=2.0.8
+pkgrel=6
+pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
+arch=('x86_64')
+url="http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
+ 'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
+sha512sums=('673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869'
+'SKIP')
+validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
+
+prepare() {
+  cd SDL2-${pkgver}
+  rm -rf build
+  mkdir build
+}
+
+build() {
+  cd SDL2-${pkgver}/build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_DLOPEN=ON \
+  -DARTS=OFF \
+  -DESD=OFF \
+  -DNAS=OFF \
+  -DALSA=ON \
+  -DPULSEAUDIO_SHARED=ON \
+  -DVIDEO_WAYLAND=ON \
+  -DRPATH=OFF \
+  -DCLOCK_GETTIME=ON
+  make
+}
+
+package() {
+  cd SDL2-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+
+  sed -i "s/libSDL2\.a/libSDL2main.a/g" 
"$pkgdir"/usr/lib/cmake/SDL2/SDL2Targets-noconfig.cmake
+  install -Dm644 ../COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-04-01 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 1, 2018 @ 18:24:34
  Author: svenstaro
Revision: 320836

upgpkg: sdl2 2.0.8-6

Re-enable ALSA

Modified:
  sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 17:57:42 UTC (rev 320835)
+++ PKGBUILD2018-04-01 18:24:34 UTC (rev 320836)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=sdl2
 pkgver=2.0.8
-pkgrel=5
+pkgrel=6
 pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
 arch=('x86_64')
 url="http://www.libsdl.org;
@@ -30,7 +30,7 @@
   -DARTS=OFF \
   -DESD=OFF \
   -DNAS=OFF \
-  -DALSA=OFF \
+  -DALSA=ON \
   -DPULSEAUDIO_SHARED=ON \
   -DVIDEO_WAYLAND=ON \
   -DRPATH=OFF \


[arch-commits] Commit in libvirt/repos/community-x86_64 (10 files)

2018-04-01 Thread Christian Rebischke via arch-commits
Date: Sunday, April 1, 2018 @ 17:02:12
  Author: shibumi
Revision: 313749

archrelease: copy trunk to community-x86_64

Added:
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 313748, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 313748, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.sysusers.d
(from rev 313748, libvirt/trunk/libvirt.sysusers.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 313748, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 313748, libvirt/trunk/libvirtd.conf.d)
Deleted:
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.sysusers.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

+
 PKGBUILD   |  284 +++
 libvirt.install|   18 +-
 libvirt.sysusers.d |2 
 libvirtd-guests.conf.d |   18 +-
 libvirtd.conf.d|2 
 5 files changed, 162 insertions(+), 162 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 17:01:45 UTC (rev 313748)
+++ PKGBUILD2018-04-01 17:02:12 UTC (rev 313749)
@@ -1,142 +0,0 @@
-# ${Id}: PKGBUILD 274316 2017-12-13 22:56:42Z anatolik ${}
-# Maintainer: Christian Rebischke 
-# Contributor: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgname=libvirt
-pkgver=4.1.0
-pkgrel=1
-pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
-arch=('x86_64')
-url="http://libvirt.org/;
-license=('LGPL')
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
-'libiscsi' 'open-iscsi' 'perl-xml-xpath' 'libxslt' 'qemu'
-   'ceph-libs' 'glusterfs' 'netcf' 'yajl')
-options=('emptydirs')
-validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
-source=("https://libvirt.org/sources/${pkgname}-${pkgver}.tar.xz"{,.asc}
-   'libvirtd.conf.d'
-   'libvirtd-guests.conf.d'
-   'libvirt.sysusers.d')
-#  
"ae102b5d7bccd29bc6015a3e0acefeaa90d097ac.patch::https://libvirt.org/git/?p=libvirt.git;a=patch;h=ae102b5d7bccd29bc6015a3e0acefeaa90d097ac;)
-sha512sums=('62d1a228adf3270cc6defe3cbf92dac8c4ce2c434c4d97219571ccef799a4f6304cfd1ba9938338356641285f53ac71145d7b398523021c5ea1dc8e3d49cf894'
-'SKIP'
-
'fc0e16e045a2c84d168d42c97d9e14ca32ba0d86025135967f4367cf3fa663882eefb6923ebf04676ae763f4f459e5156d7221b36b47c835f9e531c6b6e0cd9d'
-
'ef221bae994ad0a15ab5186b7469132896156d82bfdc3ef3456447d5cf1af347401ef33e8665d5b2f76451f5457aee7ea01064d7b9223d6691c90c4456763258'
-
'7d1d535aaf739a6753f6819c49272c8d9b5f488e0a8553797499334a76b8631474e222b6048f2125b858e5ecc21e602face45dd02121f833d605b9ae58322982')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' "${file}"
-sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' "${file}"
-  done
-
-  sed -i 's|/sysconfig/|/conf.d/|g' \
-src/remote/libvirtd.service.in \
-tools/{libvirt-guests.service,libvirt-guests.sh,virt-pki-validate}.in \
-src/locking/virtlockd.service.in
-  sed -i 's|@sbindir@|/usr/bin|g' src/locking/virtlockd.service.in
-  sed -i 
's|/usr/libexec/qemu-bridge-helper|/usr/lib/qemu/qemu-bridge-helper|g' \
-src/qemu/qemu{.conf,_conf.c} \
-src/qemu/test_libvirtd_qemu.aug.in
-
-  sed -i 's|libsystemd-daemon|libsystemd|g' configure
-  sed -i 's/notify/simple/' src/remote/libvirtd.service.in
-
-#  patch -p1 -i "${srcdir}"/ae102b5d7bccd29bc6015a3e0acefeaa90d097ac.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export PYTHON=`which python2`
-  export LDFLAGS=-lX11
-  export RADVD=/usr/bin/radvd
-  [ -f Makefile ] || ./configure --prefix=/usr --libexec=/usr/lib/"${pkgname}" 
--sbindir=/usr/bin \
-   --with-storage-lvm --without-xen --with-udev --without-hal 
--disable-static \
-   --with-init-script=systemd --with-storage-gluster \
-   --with-qemu-user=nobody --with-qemu-group=kvm \
-   --with-netcf --with-interface --with-lxc --with-storage-iscsi
-   # --with-audit
-  make
-}
-
-package_libvirt() {
-  depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 
'python2'
- 'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 'libpcap' 
'libcap-ng'
- 'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 'gcc-libs'
- 'iproute2' 'libnl' 'libx11' 'numactl' 'gettext' 'ceph-libs' 'libssh2'
- 'netcf' 'fuse2')
-  optdepends=('ebtables: required for default NAT networking'
-'dnsmasq: required for default NAT/DHCP for guests'
-'bridge-utils: for bridged networking'
-'netcat: 

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

2018-04-01 Thread Christian Rebischke via arch-commits
Date: Sunday, April 1, 2018 @ 17:01:45
  Author: shibumi
Revision: 313748

upgpkg: libvirt 4.2.0-1

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 16:37:19 UTC (rev 313747)
+++ PKGBUILD2018-04-01 17:01:45 UTC (rev 313748)
@@ -4,7 +4,7 @@
 # Contributor: Jonathan Wiersma 
 
 pkgname=libvirt
-pkgver=4.1.0
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('x86_64')
@@ -20,7 +20,7 @@
'libvirtd-guests.conf.d'
'libvirt.sysusers.d')
 #  
"ae102b5d7bccd29bc6015a3e0acefeaa90d097ac.patch::https://libvirt.org/git/?p=libvirt.git;a=patch;h=ae102b5d7bccd29bc6015a3e0acefeaa90d097ac;)
-sha512sums=('62d1a228adf3270cc6defe3cbf92dac8c4ce2c434c4d97219571ccef799a4f6304cfd1ba9938338356641285f53ac71145d7b398523021c5ea1dc8e3d49cf894'
+sha512sums=('ced3a7408e95f1663deec03b095780d0f805126506a064a11063d1f313f923eb0ff0ea95f99826514d8cb4e51c850f6f02904e06e5ef8106c38898a0cfe7f9ed'
 'SKIP'
 
'fc0e16e045a2c84d168d42c97d9e14ca32ba0d86025135967f4367cf3fa663882eefb6923ebf04676ae763f4f459e5156d7221b36b47c835f9e531c6b6e0cd9d'
 
'ef221bae994ad0a15ab5186b7469132896156d82bfdc3ef3456447d5cf1af347401ef33e8665d5b2f76451f5457aee7ea01064d7b9223d6691c90c4456763258'


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

2018-04-01 Thread Felix Yan via arch-commits
Date: Sunday, April 1, 2018 @ 16:37:19
  Author: felixonmars
Revision: 313747

archrelease: copy trunk to community-any

Added:
  debootstrap/repos/community-any/PKGBUILD
(from rev 313746, debootstrap/trunk/PKGBUILD)
  debootstrap/repos/community-any/arch-detect.patch
(from rev 313746, debootstrap/trunk/arch-detect.patch)
Deleted:
  debootstrap/repos/community-any/PKGBUILD
  debootstrap/repos/community-any/arch-detect.patch

---+
 PKGBUILD  |   74 ++--
 arch-detect.patch |   42 ++---
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 16:36:55 UTC (rev 313746)
+++ PKGBUILD2018-04-01 16:37:19 UTC (rev 313747)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=debootstrap
-pkgver=1.0.93
-pkgrel=2
-pkgdesc="Bootstrap a basic Debian system"
-arch=('any')
-license=('GPL')
-url="https://tracker.debian.org/pkg/debootstrap;
-depends=('wget' 'binutils')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/debootstrap/archive/$pkgver.tar.gz;
-arch-detect.patch)
-optdepends=('gnupg: check release signatures'
-'debian-archive-keyring: check release signatures for Debian'
-'ubuntu-keyring: check release signatures for Ubuntu')
-sha512sums=('57a6aa5d27b1b600f49db847b238e412a9819c45e4dbc63943bb7c6a738f4d97befc2a9d25575a6d619bdc64e838654fa629573ee5fe95c6bc56758a1b8b'
-
'824109b2ea138d0dd1a31039a165cb4079da856cb11c664fc5a7f49a42de08ff56a620887d3c0914b69140849799f4473b1f27a05cd14cd60ef2a41627f8d5e1')
-
-prepare() {
-  cd debootstrap-$pkgver
-
-  sed -i 's/sbin/bin/g' Makefile
-
-  # Debian defaults
-  sed -i 's|export PATH|export 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"|' 
debootstrap
-
-  # Detect Architecture
-  patch -p1 -i ../arch-detect.patch
-}
-
-package() {
-  cd debootstrap-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 debootstrap.8 "$pkgdir"/usr/share/man/man8/debootstrap.8
-}

Copied: debootstrap/repos/community-any/PKGBUILD (from rev 313746, 
debootstrap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 16:37:19 UTC (rev 313747)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=debootstrap
+pkgver=1.0.95
+pkgrel=1
+pkgdesc="Bootstrap a basic Debian system"
+arch=('any')
+license=('GPL')
+url="https://tracker.debian.org/pkg/debootstrap;
+depends=('wget' 'binutils')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/debootstrap/archive/$pkgver.tar.gz;
+arch-detect.patch)
+optdepends=('gnupg: check release signatures'
+'debian-archive-keyring: check release signatures for Debian'
+'ubuntu-keyring: check release signatures for Ubuntu')
+sha512sums=('0ad947f90bdabea2624fa5089eef997c94c6ea3bb3359bb6ca2acb5a705c09ba50a5398b21b2b1c147d1bfa51cecb5e58988e539475969bd674d9e9ea0767ea8'
+
'824109b2ea138d0dd1a31039a165cb4079da856cb11c664fc5a7f49a42de08ff56a620887d3c0914b69140849799f4473b1f27a05cd14cd60ef2a41627f8d5e1')
+
+prepare() {
+  cd debootstrap-$pkgver
+
+  sed -i 's/sbin/bin/g' Makefile
+
+  # Debian defaults
+  sed -i 's|export PATH|export 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"|' 
debootstrap
+
+  # Detect Architecture
+  patch -p1 -i ../arch-detect.patch
+}
+
+package() {
+  cd debootstrap-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 debootstrap.8 "$pkgdir"/usr/share/man/man8/debootstrap.8
+}

Deleted: arch-detect.patch
===
--- arch-detect.patch   2018-04-01 16:36:55 UTC (rev 313746)
+++ arch-detect.patch   2018-04-01 16:37:19 UTC (rev 313747)
@@ -1,21 +0,0 @@
-diff --git a/debootstrap b/debootstrap
-index fcdb20f..184900d 100755
 a/debootstrap
-+++ b/debootstrap
-@@ -427,6 +427,16 @@ elif in_path udpkg && \
-   HOST_ARCH=`/usr/bin/udpkg --print-architecture`
- elif [ -e $DEBOOTSTRAP_DIR/arch ]; then
-   HOST_ARCH=`cat $DEBOOTSTRAP_DIR/arch`
-+elif in_path pacman; then
-+  # pacman 5.1 will have `pacman-conf Architecture`
-+  CARCH="$(bash -c '. /etc/makepkg.conf && echo $CARCH')"
-+  case "$CARCH" in
-+  "i686")   HOST_ARCH="i386" ;;
-+  "x86_64") HOST_ARCH="amd64" ;;
-+  "armv7h") HOST_ARCH="armhf" ;;
-+  "aarch64") HOST_ARCH="arm64" ;;
-+  *) echo "Unknown architecture: $CARCH" && exit 1
-+  esac
- fi
- HOST_OS="$HOST_ARCH"
- # basic host OS guessing for non-Debian systems

Copied: debootstrap/repos/community-any/arch-detect.patch (from rev 313746, 
debootstrap/trunk/arch-detect.patch)
===

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

2018-04-01 Thread Felix Yan via arch-commits
Date: Sunday, April 1, 2018 @ 16:36:55
  Author: felixonmars
Revision: 313746

upgpkg: debootstrap 1.0.95-1

Modified:
  debootstrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 15:39:47 UTC (rev 313745)
+++ PKGBUILD2018-04-01 16:36:55 UTC (rev 313746)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=debootstrap
-pkgver=1.0.93
-pkgrel=2
+pkgver=1.0.95
+pkgrel=1
 pkgdesc="Bootstrap a basic Debian system"
 arch=('any')
 license=('GPL')
@@ -14,7 +14,7 @@
 optdepends=('gnupg: check release signatures'
 'debian-archive-keyring: check release signatures for Debian'
 'ubuntu-keyring: check release signatures for Ubuntu')
-sha512sums=('57a6aa5d27b1b600f49db847b238e412a9819c45e4dbc63943bb7c6a738f4d97befc2a9d25575a6d619bdc64e838654fa629573ee5fe95c6bc56758a1b8b'
+sha512sums=('0ad947f90bdabea2624fa5089eef997c94c6ea3bb3359bb6ca2acb5a705c09ba50a5398b21b2b1c147d1bfa51cecb5e58988e539475969bd674d9e9ea0767ea8'
 
'824109b2ea138d0dd1a31039a165cb4079da856cb11c664fc5a7f49a42de08ff56a620887d3c0914b69140849799f4473b1f27a05cd14cd60ef2a41627f8d5e1')
 
 prepare() {


[arch-commits] Commit in grafana/repos/community-x86_64 (10 files)

2018-04-01 Thread Sébastien Luttringer via arch-commits
Date: Sunday, April 1, 2018 @ 15:39:47
  Author: seblu
Revision: 313745

archrelease: copy trunk to community-x86_64

Added:
  grafana/repos/community-x86_64/PKGBUILD
(from rev 313744, grafana/trunk/PKGBUILD)
  grafana/repos/community-x86_64/grafana.install
(from rev 313744, grafana/trunk/grafana.install)
  grafana/repos/community-x86_64/grafana.service
(from rev 313744, grafana/trunk/grafana.service)
  grafana/repos/community-x86_64/grafana.sysusers
(from rev 313744, grafana/trunk/grafana.sysusers)
  grafana/repos/community-x86_64/grafana.tmpfiles
(from rev 313744, grafana/trunk/grafana.tmpfiles)
Deleted:
  grafana/repos/community-x86_64/PKGBUILD
  grafana/repos/community-x86_64/grafana.install
  grafana/repos/community-x86_64/grafana.service
  grafana/repos/community-x86_64/grafana.sysusers
  grafana/repos/community-x86_64/grafana.tmpfiles

--+
 PKGBUILD |  150 ++---
 grafana.install  |   44 +++
 grafana.service  |   30 +-
 grafana.sysusers |2 
 grafana.tmpfiles |6 +-
 5 files changed, 116 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 15:39:35 UTC (rev 313744)
+++ PKGBUILD2018-04-01 15:39:47 UTC (rev 313745)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=5.0.3
-pkgrel=1
-pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
-url='http://grafana.org'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'freetype2' 'fontconfig')
-makedepends=('git' 'go' 'npm' 'grunt-cli' 'python2')
-backup=("etc/grafana.ini")
-source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver;
-"grafana.service"
-"grafana.sysusers"
-"grafana.tmpfiles"
-   )
-install=$pkgname.install
-md5sums=('SKIP'
- '2f1d73689923ecee92a102a65b91003a'
- 'e991d8cdf91c1e25652cdbc51fc726c5'
- 'b9b576d1959fc063b3399892e201488c')
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'GOPATH setup'
-  export GOPATH="$srcdir/gopath"
-  export PATH+=":$GOPATH/bin"
-  mkdir -p "$GOPATH/src/github.com/grafana/"
-  ln -fsrT "$srcdir/grafana/" "$GOPATH/src/github.com/grafana/grafana"
-  cd "$GOPATH/src/github.com/grafana/grafana"
-
-  msg2 'building the backend'
-  go run build.go setup build
-
-  msg2 'building the frontend'
-  export NPM_CONFIG_PREFIX="$srcdir/npm"
-  export PATH+=":$NPM_CONFIG_PREFIX/bin"
-  npm install -g yarn
-  yarn install --pure-lockfile --no-progress
-  npm run build release
-}
-
-package() {
-  install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf"
-  install -Dm644 grafana.sysusers "$pkgdir/usr/lib/sysusers.d/grafana.conf"
-  install -Dm644 grafana.service 
"$pkgdir/usr/lib/systemd/system/grafana.service"
-  cd $pkgname
-  install -Dsm755 bin/grafana-server "$pkgdir/usr/bin/grafana-server"
-  install -Dsm755 bin/grafana-cli "$pkgdir/usr/bin/grafana-cli"
-  install -Dm640 -o207 -g207 conf/sample.ini "$pkgdir/etc/$pkgname.ini"
-  install -Dm644 conf/defaults.ini 
"$pkgdir/usr/share/$pkgname/conf/defaults.ini"
-  install -dm755 "$pkgdir/usr/share/grafana/"
-  for i in vendor public tools; do
-cp -r "$i" "$pkgdir/usr/share/grafana/$i"
-  done
-  ln -s ../../../var/lib/grafana "$pkgdir/usr/share/grafana/data"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: grafana/repos/community-x86_64/PKGBUILD (from rev 313744, 
grafana/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 15:39:47 UTC (rev 313745)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Carsten Feuls 
+# Contributor: Gilles Hamel 
+
+pkgname=grafana
+pkgver=5.0.4
+pkgrel=1
+pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
+url='http://grafana.org'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc' 'freetype2' 'fontconfig')
+makedepends=('git' 'go' 'npm' 'grunt-cli' 'python2')
+backup=("etc/grafana.ini")
+source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver;
+"grafana.service"
+"grafana.sysusers"
+"grafana.tmpfiles"
+   )
+install=$pkgname.install
+md5sums=('SKIP'
+ '2f1d73689923ecee92a102a65b91003a'
+ 'e991d8cdf91c1e25652cdbc51fc726c5'
+ 'b9b576d1959fc063b3399892e201488c')
+
+prepare() {
+  cd $pkgname
+  # apply patch from the source array (should be a pacman 

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

2018-04-01 Thread Sébastien Luttringer via arch-commits
Date: Sunday, April 1, 2018 @ 15:39:35
  Author: seblu
Revision: 313744

upgpkg: grafana 5.0.4-1

Modified:
  grafana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 14:28:39 UTC (rev 313743)
+++ PKGBUILD2018-04-01 15:39:35 UTC (rev 313744)
@@ -4,7 +4,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=5.0.3
+pkgver=5.0.4
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='http://grafana.org'


[arch-commits] Commit in re2/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-04-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, April 1, 2018 @ 14:49:11
  Author: foutrelis
Revision: 320831

archrelease: copy trunk to extra-x86_64

Added:
  re2/repos/extra-x86_64/PKGBUILD
(from rev 320830, re2/trunk/PKGBUILD)
Deleted:
  re2/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 14:49:03 UTC (rev 320830)
+++ PKGBUILD2018-04-01 14:49:11 UTC (rev 320831)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Anatol Pomozov 
-# Contributor: Gustavo Alvarez 
-# Contributor: Alexandre Bique 
-
-pkgname=re2
-_re2ver=2018-03-01
-pkgver=${_re2ver//-}
-pkgrel=1
-pkgdesc="Fast, safe, thread-friendly regular expression engine"
-arch=('x86_64')
-url="https://github.com/google/re2;
-license=('BSD')
-depends=('gcc-libs')
-source=(re2-$pkgver.tar.gz::https://github.com/google/re2/archive/$_re2ver.tar.gz)
-sha256sums=('51dc7ee9d1a68ee0209672ac4bdff56766c56606dfcdd57aed022015c4784178')
-
-build() {
-  cd $pkgname-$_re2ver
-  make
-}
-
-check() {
-  cd $pkgname-$_re2ver
-  make test
-}
-
-package() {
-  cd $pkgname-$_re2ver
-  make prefix=/usr DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: re2/repos/extra-x86_64/PKGBUILD (from rev 320830, re2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 14:49:11 UTC (rev 320831)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Anatol Pomozov 
+# Contributor: Gustavo Alvarez 
+# Contributor: Alexandre Bique 
+
+pkgname=re2
+_re2ver=2018-04-01
+pkgver=${_re2ver//-}
+pkgrel=1
+pkgdesc="Fast, safe, thread-friendly regular expression engine"
+arch=('x86_64')
+url="https://github.com/google/re2;
+license=('BSD')
+depends=('gcc-libs')
+source=(re2-$pkgver.tar.gz::https://github.com/google/re2/archive/$_re2ver.tar.gz)
+sha256sums=('2f945446b71336e7f5a2bcace1abcf0b23fbba368266c6a1be33de3de3b3c912')
+
+build() {
+  cd $pkgname-$_re2ver
+  make
+}
+
+check() {
+  cd $pkgname-$_re2ver
+  make test
+}
+
+package() {
+  cd $pkgname-$_re2ver
+  make prefix=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-04-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, April 1, 2018 @ 14:49:03
  Author: foutrelis
Revision: 320830

upgpkg: re2 20180401-1

New upstream release.

Modified:
  re2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 13:38:13 UTC (rev 320829)
+++ PKGBUILD2018-04-01 14:49:03 UTC (rev 320830)
@@ -5,7 +5,7 @@
 # Contributor: Alexandre Bique <bique.alexan...@gmail.com>
 
 pkgname=re2
-_re2ver=2018-03-01
+_re2ver=2018-04-01
 pkgver=${_re2ver//-}
 pkgrel=1
 pkgdesc="Fast, safe, thread-friendly regular expression engine"
@@ -14,7 +14,7 @@
 license=('BSD')
 depends=('gcc-libs')
 
source=(re2-$pkgver.tar.gz::https://github.com/google/re2/archive/$_re2ver.tar.gz)
-sha256sums=('51dc7ee9d1a68ee0209672ac4bdff56766c56606dfcdd57aed022015c4784178')
+sha256sums=('2f945446b71336e7f5a2bcace1abcf0b23fbba368266c6a1be33de3de3b3c912')
 
 build() {
   cd $pkgname-$_re2ver


[arch-commits] Commit in kodi-addon-visualization-spectrum/trunk (PKGBUILD)

2018-04-01 Thread Ike Devolder via arch-commits
Date: Sunday, April 1, 2018 @ 14:28:39
  Author: idevolder
Revision: 313743

upgpkg: kodi-addon-visualization-spectrum 1:2.0.2-1

Modified:
  kodi-addon-visualization-spectrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 14:28:12 UTC (rev 313742)
+++ PKGBUILD2018-04-01 14:28:39 UTC (rev 313743)
@@ -3,7 +3,7 @@
 
 pkgname=kodi-addon-visualization-spectrum
 epoch=1
-pkgver=1.1.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="Spectrum visualizer for Kodi"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('kodi')
 makedepends=('cmake' 'kodi-dev')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/notspiff/visualization.spectrum/archive/v$pkgver.tar.gz;)
-sha512sums=('7288f6d383a34415cb147c5263a20d79a4ee399ef85bdef86f115667967d4a71340dce911f8e7f3ff34a9dd58cd3784b5f97595231c5df6df3e813f16d09258c')
+sha512sums=('f2913626303a746964387c25917a8914fb7105974b4652ce93442a1bd2985bea5ca2f6d73274f95238bad94ec00098333687311e9a48bdb013598d87f40707d8')
 
 build() {
 cd "visualization.spectrum-$pkgver"


[arch-commits] Commit in opera-ffmpeg-codecs/repos/community-x86_64 (11 files)

2018-04-01 Thread Ike Devolder via arch-commits
Date: Sunday, April 1, 2018 @ 14:27:51
  Author: idevolder
Revision: 313740

archrelease: copy trunk to community-x86_64

Added:
  opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD
(from rev 313739, opera-ffmpeg-codecs/trunk/PKGBUILD)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-FORTIFY_SOURCE-r2.patch
(from rev 313739, 
opera-ffmpeg-codecs/trunk/chromium-FORTIFY_SOURCE-r2.patch)
  
opera-ffmpeg-codecs/repos/community-x86_64/chromium-last-commit-position-r1.patch
(from rev 313739, 
opera-ffmpeg-codecs/trunk/chromium-last-commit-position-r1.patch)
Deleted:
  opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-FORTIFY_SOURCE-r2.patch
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-angle-r0.patch
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-gcc5-r2.patch
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-gcc5-r4.patch
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-gn-bootstrap-r17.patch
  
opera-ffmpeg-codecs/repos/community-x86_64/chromium-last-commit-position-r1.patch
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-memcpy-r0.patch

+
 PKGBUILD   |  137 +++
 chromium-FORTIFY_SOURCE-r2.patch   |   60 ++---
 chromium-angle-r0.patch|   89 
 chromium-gcc5-r2.patch |   36 
 chromium-gcc5-r4.patch |   98 --
 chromium-gn-bootstrap-r17.patch|   68 ---
 chromium-last-commit-position-r1.patch |   52 +--
 chromium-memcpy-r0.patch   |   35 ---
 8 files changed, 123 insertions(+), 452 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 14:27:43 UTC (rev 313739)
+++ PKGBUILD2018-04-01 14:27:51 UTC (rev 313740)
@@ -1,70 +0,0 @@
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-
-pkgname=opera-ffmpeg-codecs
-pkgver=64.0.3282.186
-pkgrel=1
-pkgdesc="additional support for proprietary codecs for opera"
-arch=('x86_64')
-url="https://ffmpeg.org/;
-license=('LGPL2.1')
-depends=('glibc')
-makedepends=(
-  'gtk3' 'libexif' 'libxss' 'ninja' 'nss' 'pciutils' 'python2'
-  'xdg-utils'
-)
-options=('!strip')
-source=(
-  
"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz;
-  'chromium-last-commit-position-r1.patch'
-  'chromium-FORTIFY_SOURCE-r2.patch'
-  'chromium-memcpy-r0.patch'
-  'chromium-angle-r0.patch'
-)
-sha512sums=('a8a435ee8506cfefaaf2df7447010df5db69fa6907844872d00643f55723a9bd7771649658f5151c857ac037adcbc8bdf2a5375dd105f78d068277ef021af7d8'
-
'8f63366ca998e3ee06a79c6df5b4454707bd9865913ecde2f79fcb49fdd86d291f678b9f21807e4eb61d15497cdbe4a4bdc06637882e708f34f6804453bdfd41'
-
'2d78092a700788c74b86db636af303fdb63a28ce5b7b0431dd81f6b7ce501e5d0234a6327a1b49bc23e1c1d00ba98fd5334dd07d9a20bb0d81d1a4ca4487a26c'
-
'1aeeb70929acee529dea66860b42f106afe18c0f6219eb03c9c710faf8d20a997135550e289839599ec325d8f032243fd70c07d397bd89302a192c41e8c4660a'
-
'c5fa18dbaa82a0fc089c6c88857089f19c83f6d3ff7c7034e6ca3cde20f1615cd84ac13fde14b55dcfa7d3c85eb0f023fbe337bb96d7d8199b5729b269a5ccc7')
-
-prepare() {
-  cd "$srcdir/chromium-$pkgver"
-
-  # Use Python 2
-  find . -name '*.py' -exec sed -r 's|/usr/bin/python$|&2|g' -i {} +
-  find . -name '*.py' -exec sed -r 's|/usr/bin/env python$|&2|g' -i {} +
-  # There are still a lot of relative calls which need a workaround
-  [[ -d "$srcdir/python2-path" ]] && rm -rf "$srcdir/python2-path"
-  mkdir "$srcdir/python2-path"
-  ln -s /usr/bin/python2 "$srcdir/python2-path/python"
-
-  # chromium 46 gives an error about a missing file
-  # workaround create empty
-  touch chrome/test/data/webui/i18n_process_css_test.html
-
-  patch -p1 -i "$srcdir/chromium-last-commit-position-r1.patch"
-  patch -p1 -i "$srcdir/chromium-FORTIFY_SOURCE-r2.patch"
-  patch -p1 -i "$srcdir/chromium-memcpy-r0.patch"
-  patch -p1 -i "$srcdir/chromium-angle-r0.patch"
-}
-
-build() {
-  cd "$srcdir/chromium-$pkgver"
-
-  export PATH="$srcdir/python2-path:$PATH"
-
-  local args="ffmpeg_branding=\"ChromeOS\" proprietary_codecs=true 
enable_hevc_demuxing=true use_gconf=false use_gio=false use_gnome_keyring=false 
use_pulseaudio=false link_pulseaudio=false use_kerberos=false use_cups=false 
use_sysroot=false use_gold=false use_allocator=\"none\" 
linux_use_bundled_binutils=false fatal_linker_warnings=false 
treat_warnings_as_errors=false enable_nacl=false enable_nacl_nonsfi=false 
is_clang=false clang_use_chrome_plugins=false is_component_build=true 
is_debug=false symbol_level=0 use_custom_libcxx=false"
-
-  python2 tools/gn/bootstrap/bootstrap.py -v -s
-  out/Release/gn gen out/Release -v --args="$args" 
--script-executable=/usr/bin/python2
-
-  ninja -C out/Release -v media/ffmpeg
-}
-
-package() {
-  

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

2018-04-01 Thread Ike Devolder via arch-commits
Date: Sunday, April 1, 2018 @ 14:28:03
  Author: idevolder
Revision: 313741

upgpkg: qcad 3.19.2.8-1

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 14:27:51 UTC (rev 313740)
+++ PKGBUILD2018-04-01 14:28:03 UTC (rev 313741)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=qcad
-pkgver=3.19.2.3
+pkgver=3.19.2.8
 pkgrel=1
 pkgdesc='A 2D CAD package based upon Qt'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
 makedepends=('glu')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
-sha512sums=('d386b547f09e13935ebd5cf425c51531260f065fdec431091b305899aa18fcbc056ecdb58b2cc4119233e6f04a2bf2f35c7eb775fed49fd459f4d4d3e91efbde')
+sha512sums=('9318e73859ee72aa9cf61b3db2b48d7ba8f2e00f18fd7bc2dff9082120aeb9eaa84864b1055f12dab30a3dc6e7321f7a17d3dcbf20469e6b59da6d683fcd9c30')
 
 prepare() {
   rm *.tar.gz


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

2018-04-01 Thread Ike Devolder via arch-commits
Date: Sunday, April 1, 2018 @ 14:28:12
  Author: idevolder
Revision: 313742

archrelease: copy trunk to community-x86_64

Added:
  qcad/repos/community-x86_64/PKGBUILD
(from rev 313741, qcad/trunk/PKGBUILD)
Deleted:
  qcad/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  184 ++---
 1 file changed, 92 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 14:28:03 UTC (rev 313741)
+++ PKGBUILD2018-04-01 14:28:12 UTC (rev 313742)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: Sergej Pupykin 
-# Contributor: Stefan Husmann 
-# Contributor: Giovanni Scafora 
-# Contributor: Daniel J Griffiths 
-
-pkgname=qcad
-pkgver=3.19.2.3
-pkgrel=1
-pkgdesc='A 2D CAD package based upon Qt'
-arch=('x86_64')
-url="http://www.qcad.org;
-license=('GPL3')
-depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
-makedepends=('glu')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
-sha512sums=('d386b547f09e13935ebd5cf425c51531260f065fdec431091b305899aa18fcbc056ecdb58b2cc4119233e6f04a2bf2f35c7eb775fed49fd459f4d4d3e91efbde')
-
-prepare() {
-  rm *.tar.gz
-  cd qcad-$pkgver
-  sed -e 's|$${QT_VERSION}|5.5.0|g' \
-  -i src/3rdparty/3rdparty.pro # Don't require specific Qt version
-}
-
-build() {
-  cd qcad-$pkgver
-  qmake-qt5 qcad.pro
-  make
-}
-
-package() {
-  cd qcad-$pkgver
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 "$pkgdir"/usr/lib/qcad
-  cp -r examples fonts libraries linetypes patterns scripts themes ts \
-  "$pkgdir"/usr/lib/qcad
-  cp release/{*.so,qcad-bin} "$pkgdir"/usr/lib/qcad
-
-  # install man
-  install -Dm644 qcad.1 "$pkgdir"/usr/share/man/man1/qcad.1
-
-  # readme
-  install -Dm644 readme.txt "$pkgdir"/usr/lib/qcad/readme.txt
-
-  # qt
-  cp -r plugins platforminputcontexts platforms xcbglintegrations \
-  "$pkgdir"/usr/lib/qcad
-  #install -dm755 
"$pkgdir"/usr/lib/qcad/plugins/{designer,imageformats,printsupport,sqldrivers}
-  #for sofiles in /usr/lib/qt/plugins/designer/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/plugins/designer/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/imageformats/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/imageformats/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/printsupport/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/printsupport/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/sqldrivers/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/sqldrivers/${sofiles##/*/}
-  #done
-  #install -dm755 
"$pkgdir"/usr/lib/qcad/{platforminputcontexts,platforms,xcbglintegrations}
-  #for sofiles in /usr/lib/qt/plugins/platforminputcontexts/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/platforminputcontexts/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/platforms/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/platforms/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/xcbglintegrations/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/xcbglintegrations/${sofiles##/*/}
-  #done
-
-  install -Dm644 scripts/qcad_icon.png 
"$pkgdir"/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 qcad.desktop "$pkgdir"/usr/share/applications/qcad.desktop
-
-  install -dm755 "$pkgdir"/usr/bin
-  echo -e 
'#!/bin/sh\nLD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"/usr/lib/qcad"
 exec /usr/lib/qcad/qcad-bin "$@"' >"$pkgdir"/usr/bin/qcad
-
-  chmod 0755 "$pkgdir"/usr/bin/qcad
-}

Copied: qcad/repos/community-x86_64/PKGBUILD (from rev 313741, 
qcad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 14:28:12 UTC (rev 313742)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefan Husmann 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel J Griffiths 
+
+pkgname=qcad
+pkgver=3.19.2.8
+pkgrel=1
+pkgdesc='A 2D CAD package based upon Qt'
+arch=('x86_64')
+url="http://www.qcad.org;
+license=('GPL3')
+depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
+makedepends=('glu')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
+sha512sums=('9318e73859ee72aa9cf61b3db2b48d7ba8f2e00f18fd7bc2dff9082120aeb9eaa84864b1055f12dab30a3dc6e7321f7a17d3dcbf20469e6b59da6d683fcd9c30')
+
+prepare() {
+  rm *.tar.gz
+  cd 

[arch-commits] Commit in opera-ffmpeg-codecs/trunk (PKGBUILD)

2018-04-01 Thread Ike Devolder via arch-commits
Date: Sunday, April 1, 2018 @ 14:27:43
  Author: idevolder
Revision: 313739

upgpkg: opera-ffmpeg-codecs 65.0.3325.181-1

Modified:
  opera-ffmpeg-codecs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 14:26:45 UTC (rev 313738)
+++ PKGBUILD2018-04-01 14:27:43 UTC (rev 313739)
@@ -1,7 +1,7 @@
 # Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
 
 pkgname=opera-ffmpeg-codecs
-pkgver=64.0.3282.186
+pkgver=65.0.3325.181
 pkgrel=1
 pkgdesc="additional support for proprietary codecs for opera"
 arch=('x86_64')
@@ -14,46 +14,43 @@
 )
 options=('!strip')
 source=(
+  
"https://repo.herecura.eu/herecura/x86_64/ncurses5-compat-libs-6.1-1-x86_64.pkg.tar.xz;
   
"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz;
   'chromium-last-commit-position-r1.patch'
   'chromium-FORTIFY_SOURCE-r2.patch'
-  'chromium-memcpy-r0.patch'
-  'chromium-angle-r0.patch'
 )
-sha512sums=('a8a435ee8506cfefaaf2df7447010df5db69fa6907844872d00643f55723a9bd7771649658f5151c857ac037adcbc8bdf2a5375dd105f78d068277ef021af7d8'
+sha512sums=('c2bc35f4a7a571c51b5ea0b3307094209ba663d1ef519ca61dadd8bc570128793c18a1d317a54c98ac58737f6c87a61aca262b7c01797f4df9a838cc40191b4f'
+
'52472127b46da48699f401ab9c64f80975398bc3e97d032c517736babc327bfa0a0ce6415831ff3f585cd309e2e05e48d5252b15d0873fee118adf70f54d1a05'
 
'8f63366ca998e3ee06a79c6df5b4454707bd9865913ecde2f79fcb49fdd86d291f678b9f21807e4eb61d15497cdbe4a4bdc06637882e708f34f6804453bdfd41'
-
'2d78092a700788c74b86db636af303fdb63a28ce5b7b0431dd81f6b7ce501e5d0234a6327a1b49bc23e1c1d00ba98fd5334dd07d9a20bb0d81d1a4ca4487a26c'
-
'1aeeb70929acee529dea66860b42f106afe18c0f6219eb03c9c710faf8d20a997135550e289839599ec325d8f032243fd70c07d397bd89302a192c41e8c4660a'
-
'c5fa18dbaa82a0fc089c6c88857089f19c83f6d3ff7c7034e6ca3cde20f1615cd84ac13fde14b55dcfa7d3c85eb0f023fbe337bb96d7d8199b5729b269a5ccc7')
+
'2d78092a700788c74b86db636af303fdb63a28ce5b7b0431dd81f6b7ce501e5d0234a6327a1b49bc23e1c1d00ba98fd5334dd07d9a20bb0d81d1a4ca4487a26c')
 
 prepare() {
   cd "$srcdir/chromium-$pkgver"
 
   # Use Python 2
-  find . -name '*.py' -exec sed -r 's|/usr/bin/python$|&2|g' -i {} +
-  find . -name '*.py' -exec sed -r 's|/usr/bin/env python$|&2|g' -i {} +
-  # There are still a lot of relative calls which need a workaround
-  [[ -d "$srcdir/python2-path" ]] && rm -rf "$srcdir/python2-path"
-  mkdir "$srcdir/python2-path"
-  ln -s /usr/bin/python2 "$srcdir/python2-path/python"
+  find -name '*.py' | xargs sed -e 's|env python|&2|g' -e 's|bin/python|&2|g' 
-i
 
-  # chromium 46 gives an error about a missing file
-  # workaround create empty
-  touch chrome/test/data/webui/i18n_process_css_test.html
+  # force some 'older' binaries in the path
+  [[ -d "$srcdir/path" ]] && rm -rf "$srcdir/path"
+  mkdir "$srcdir/path"
+  ln -s /usr/bin/python2 "$srcdir/path/python"
 
   patch -p1 -i "$srcdir/chromium-last-commit-position-r1.patch"
   patch -p1 -i "$srcdir/chromium-FORTIFY_SOURCE-r2.patch"
-  patch -p1 -i "$srcdir/chromium-memcpy-r0.patch"
-  patch -p1 -i "$srcdir/chromium-angle-r0.patch"
 }
 
 build() {
   cd "$srcdir/chromium-$pkgver"
 
-  export PATH="$srcdir/python2-path:$PATH"
+  python2 tools/clang/scripts/update.py --without-android
 
-  local args="ffmpeg_branding=\"ChromeOS\" proprietary_codecs=true 
enable_hevc_demuxing=true use_gconf=false use_gio=false use_gnome_keyring=false 
use_pulseaudio=false link_pulseaudio=false use_kerberos=false use_cups=false 
use_sysroot=false use_gold=false use_allocator=\"none\" 
linux_use_bundled_binutils=false fatal_linker_warnings=false 
treat_warnings_as_errors=false enable_nacl=false enable_nacl_nonsfi=false 
is_clang=false clang_use_chrome_plugins=false is_component_build=true 
is_debug=false symbol_level=0 use_custom_libcxx=false"
+  cp -a "$srcdir/usr/lib/libncursesw.so.5.9" 
'third_party/llvm-build/Release+Asserts/lib/'
+  ( cd 'third_party/llvm-build/Release+Asserts/lib/'; ln -s libncursesw.so.5.9 
libtinfo.so.5 )
 
+  export PATH="$srcdir/path:$PATH"
+
+  local args="ffmpeg_branding=\"ChromeOS\" proprietary_codecs=true 
enable_hevc_demuxing=true use_gnome_keyring=false use_sysroot=false 
use_gold=false use_allocator=\"none\" linux_use_bundled_binutils=false 
fatal_linker_warnings=false treat_warnings_as_errors=false enable_nacl=false 
enable_nacl_nonsfi=false is_clang=true clang_use_chrome_plugins=true 
is_component_build=true is_debug=false symbol_level=0 use_custom_libcxx=false 
use_lld=false use_jumbo_build=false"
+
   python2 tools/gn/bootstrap/bootstrap.py -v -s
   out/Release/gn gen out/Release -v --args="$args" 
--script-executable=/usr/bin/python2
 


  1   2   >