[arch-commits] Commit in (4 files)

2019-02-03 Thread Levente Polyak via arch-commits
Date: Monday, February 4, 2019 @ 00:35:22
  Author: anthraxx
Revision: 429534

addpkg: ruby-sqlite3 1.3.13-2

Added:
  ruby-sqlite3/
  ruby-sqlite3/repos/
  ruby-sqlite3/trunk/
  ruby-sqlite3/trunk/PKGBUILD

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

Added: ruby-sqlite3/trunk/PKGBUILD
===
--- ruby-sqlite3/trunk/PKGBUILD (rev 0)
+++ ruby-sqlite3/trunk/PKGBUILD 2019-02-04 00:35:22 UTC (rev 429534)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+
+_gemname=sqlite3
+pkgname=ruby-${_gemname}
+pkgver=1.3.13
+pkgrel=2
+pkgdesc='Ruby bindings for the SQLite3 embedded database'
+url='http://github.com/luislavena/sqlite3-ruby'
+arch=('x86_64')
+license=('BSD')
+depends=('ruby' 'sqlite')
+options=('!emptydirs')
+makedepends=('ruby-rdoc' 'ruby-rake' 'ruby-rake-compiler' 'ruby-hoe' 
'ruby-mini_portile')
+source=(https://github.com/sparklemotion/sqlite3-ruby/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz)
+sha256sums=('4ba98fec37d6828aaa68fc9779c20f124121f3965254b1bf1bc2fa3b1e7caa08')
+sha512sums=('7099ee6420af22d064cecd8c35e2275f958162bf088d03b00504cc6efd2cf5a720302b7c803a55e9e162432cf5d767ea3f6528b254e474ac0f7ff8a932cc8787')
+
+prepare() {
+  cd ${_gemname}-ruby-${pkgver}
+  sed 's|~>|>=|g' -i Gemfile
+}
+
+build() {
+  cd ${_gemname}-ruby-${pkgver}
+  rake gem
+}
+
+package() {
+  cd ${_gemname}-ruby-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" \
+-n "${pkgdir}/usr/bin" pkg/${_gemname}-${pkgver}.gem
+
+  install -Dm 644 README.rdoc CHANGELOG.rdoc API_CHANGES.rdoc -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  cd "${pkgdir}/${_gemdir}"
+  rm -r cache gems/${_gemname}-${pkgver}/{ext,lib/*/*.so} \
+extensions/*/*/${_gemname}-${pkgver}/{mkmf.log,gem_make.out}
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-03 Thread Levente Polyak via arch-commits
Date: Monday, February 4, 2019 @ 00:35:31
  Author: anthraxx
Revision: 429535

archrelease: copy trunk to community-x86_64

Added:
  ruby-sqlite3/repos/community-x86_64/
  ruby-sqlite3/repos/community-x86_64/PKGBUILD
(from rev 429534, ruby-sqlite3/trunk/PKGBUILD)

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

Copied: ruby-sqlite3/repos/community-x86_64/PKGBUILD (from rev 429534, 
ruby-sqlite3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-02-04 00:35:31 UTC (rev 429535)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+
+_gemname=sqlite3
+pkgname=ruby-${_gemname}
+pkgver=1.3.13
+pkgrel=2
+pkgdesc='Ruby bindings for the SQLite3 embedded database'
+url='http://github.com/luislavena/sqlite3-ruby'
+arch=('x86_64')
+license=('BSD')
+depends=('ruby' 'sqlite')
+options=('!emptydirs')
+makedepends=('ruby-rdoc' 'ruby-rake' 'ruby-rake-compiler' 'ruby-hoe' 
'ruby-mini_portile')
+source=(https://github.com/sparklemotion/sqlite3-ruby/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz)
+sha256sums=('4ba98fec37d6828aaa68fc9779c20f124121f3965254b1bf1bc2fa3b1e7caa08')
+sha512sums=('7099ee6420af22d064cecd8c35e2275f958162bf088d03b00504cc6efd2cf5a720302b7c803a55e9e162432cf5d767ea3f6528b254e474ac0f7ff8a932cc8787')
+
+prepare() {
+  cd ${_gemname}-ruby-${pkgver}
+  sed 's|~>|>=|g' -i Gemfile
+}
+
+build() {
+  cd ${_gemname}-ruby-${pkgver}
+  rake gem
+}
+
+package() {
+  cd ${_gemname}-ruby-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" \
+-n "${pkgdir}/usr/bin" pkg/${_gemname}-${pkgver}.gem
+
+  install -Dm 644 README.rdoc CHANGELOG.rdoc API_CHANGES.rdoc -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  cd "${pkgdir}/${_gemdir}"
+  rm -r cache gems/${_gemname}-${pkgver}/{ext,lib/*/*.so} \
+extensions/*/*/${_gemname}-${pkgver}/{mkmf.log,gem_make.out}
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-03 Thread Levente Polyak via arch-commits
Date: Sunday, February 3, 2019 @ 23:44:30
  Author: anthraxx
Revision: 429533

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 23:44:23 UTC (rev 429532)
+++ PKGBUILD2019-02-03 23:44:30 UTC (rev 429533)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=mini_portile
-pkgname=ruby-${_gemname}
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='Simple autoconf builder for developers'
-url='https://github.com/flavorjones/mini_portile'
-arch=('any')
-license=('MIT')
-depends=('ruby')
-makedepends=('ruby-rdoc' 'ruby-rake')
-options=('!emptydirs')
-source=(https://github.com/flavorjones/mini_portile/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz)
-sha256sums=('359feeb4c18f172ea4eafc0ef0646b85787a6ce210733c6a58b85d54b46f4a13')
-sha512sums=('7b9bd79d42af9aa146c21b59d1beaad623e0f981b8d849653e3f2f8bb69d986ffbf0661bf0867cb1ce0aee48ca6ff613b9e9f1cc4b280d85b27e9c8195d48a24')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  rake gem
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
\
--n "${pkgdir}/usr/bin" pkg/${_gemname}-${pkgver}.gem
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rdoc History.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-mini_portile/repos/community-any/PKGBUILD (from rev 429532, 
ruby-mini_portile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 23:44:30 UTC (rev 429533)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+
+_gemname=mini_portile
+pkgname=ruby-${_gemname}
+pkgver=0.6.2
+pkgrel=2
+pkgdesc='Simple autoconf builder for developers'
+url='https://github.com/flavorjones/mini_portile'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+makedepends=('ruby-rdoc' 'ruby-rake')
+options=('!emptydirs')
+source=(https://github.com/flavorjones/mini_portile/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz)
+sha256sums=('359feeb4c18f172ea4eafc0ef0646b85787a6ce210733c6a58b85d54b46f4a13')
+sha512sums=('7b9bd79d42af9aa146c21b59d1beaad623e0f981b8d849653e3f2f8bb69d986ffbf0661bf0867cb1ce0aee48ca6ff613b9e9f1cc4b280d85b27e9c8195d48a24')
+
+build() {
+  cd ${_gemname}-${pkgver}
+  rake gem
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
\
+-n "${pkgdir}/usr/bin" pkg/${_gemname}-${pkgver}.gem
+
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rdoc History.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-03 Thread Levente Polyak via arch-commits
Date: Sunday, February 3, 2019 @ 23:44:23
  Author: anthraxx
Revision: 429532

upgpkg: ruby-mini_portile 0.6.2-2 (cleanup)

Modified:
  ruby-mini_portile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 23:42:03 UTC (rev 429531)
+++ PKGBUILD2019-02-03 23:44:23 UTC (rev 429532)
@@ -3,7 +3,7 @@
 _gemname=mini_portile
 pkgname=ruby-${_gemname}
 pkgver=0.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple autoconf builder for developers'
 url='https://github.com/flavorjones/mini_portile'
 arch=('any')
@@ -15,10 +15,6 @@
 sha256sums=('359feeb4c18f172ea4eafc0ef0646b85787a6ce210733c6a58b85d54b46f4a13')
 
sha512sums=('7b9bd79d42af9aa146c21b59d1beaad623e0f981b8d849653e3f2f8bb69d986ffbf0661bf0867cb1ce0aee48ca6ff613b9e9f1cc4b280d85b27e9c8195d48a24')
 
-prepare() {
-  cd ${_gemname}-${pkgver}
-}
-
 build() {
   cd ${_gemname}-${pkgver}
   rake gem
@@ -29,10 +25,12 @@
   local _gemdir="$(gem env gemdir)"
   gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
\
 -n "${pkgdir}/usr/bin" pkg/${_gemname}-${pkgver}.gem
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+
   install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 README.rdoc History.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
 }
 
 # vim: ts=2 sw=2 et:


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

2019-02-03 Thread Levente Polyak via arch-commits
Date: Sunday, February 3, 2019 @ 23:41:55
  Author: anthraxx
Revision: 429530

upgpkg: cobalt 0.15.4-1

Modified:
  cobalt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 23:30:25 UTC (rev 429529)
+++ PKGBUILD2019-02-03 23:41:55 UTC (rev 429530)
@@ -2,8 +2,8 @@
 # Contributor: Stas Rudakou 
 
 pkgname=cobalt
-pkgver=0.15.0
-pkgrel=2
+pkgver=0.15.4
+pkgrel=1
 pkgdesc='Static site generator written in Rust'
 url='https://cobalt-org.github.io/'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('openssl')
 makedepends=('rust' 'cargo')
 
source=(https://github.com/cobalt-org/cobalt.rs/archive/v${pkgver}/${pkgname}.rs-v${pkgver}.tar.gz)
-sha512sums=('70d414088feb99314514298d9bf9f4833c5217537449a5447014cb58a0b3ec7ee7770fdb88d1d67acebc960aeaec6832e163d13de26e9a649f984628b497f290')
+sha512sums=('ff7d81d0880d6b31c0183e778ee2640f28224854d204e8ab24dde8ff80dac9a0c735b5c4790dfde62e17bc1658589a42ea867f5ed107097822a053813ae5b552')
 
 build() {
   cd ${pkgname}.rs-${pkgver}
@@ -18,7 +18,7 @@
   cargo build --release --locked --features 'syntax-highlight sass'
 }
 
-cheeck() {
+check() {
   cd ${pkgname}.rs-${pkgver}
   cargo test --release --locked
 }


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

2019-02-03 Thread Levente Polyak via arch-commits
Date: Sunday, February 3, 2019 @ 23:42:03
  Author: anthraxx
Revision: 429531

archrelease: copy trunk to community-x86_64

Added:
  cobalt/repos/community-x86_64/PKGBUILD
(from rev 429530, cobalt/trunk/PKGBUILD)
Deleted:
  cobalt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 23:41:55 UTC (rev 429530)
+++ PKGBUILD2019-02-03 23:42:03 UTC (rev 429531)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Stas Rudakou 
-
-pkgname=cobalt
-pkgver=0.15.0
-pkgrel=2
-pkgdesc='Static site generator written in Rust'
-url='https://cobalt-org.github.io/'
-arch=('x86_64')
-license=('MIT')
-depends=('openssl')
-makedepends=('rust' 'cargo')
-source=(https://github.com/cobalt-org/cobalt.rs/archive/v${pkgver}/${pkgname}.rs-v${pkgver}.tar.gz)
-sha512sums=('70d414088feb99314514298d9bf9f4833c5217537449a5447014cb58a0b3ec7ee7770fdb88d1d67acebc960aeaec6832e163d13de26e9a649f984628b497f290')
-
-build() {
-  cd ${pkgname}.rs-${pkgver}
-  cargo build --release --locked --features 'syntax-highlight sass'
-}
-
-cheeck() {
-  cd ${pkgname}.rs-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}.rs-${pkgver}
-  install -Dm 755 target/release/cobalt -t "${pkgdir}/usr/bin"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cobalt/repos/community-x86_64/PKGBUILD (from rev 429530, 
cobalt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 23:42:03 UTC (rev 429531)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: Stas Rudakou 
+
+pkgname=cobalt
+pkgver=0.15.4
+pkgrel=1
+pkgdesc='Static site generator written in Rust'
+url='https://cobalt-org.github.io/'
+arch=('x86_64')
+license=('MIT')
+depends=('openssl')
+makedepends=('rust' 'cargo')
+source=(https://github.com/cobalt-org/cobalt.rs/archive/v${pkgver}/${pkgname}.rs-v${pkgver}.tar.gz)
+sha512sums=('ff7d81d0880d6b31c0183e778ee2640f28224854d204e8ab24dde8ff80dac9a0c735b5c4790dfde62e17bc1658589a42ea867f5ed107097822a053813ae5b552')
+
+build() {
+  cd ${pkgname}.rs-${pkgver}
+  cargo build --release --locked --features 'syntax-highlight sass'
+}
+
+check() {
+  cd ${pkgname}.rs-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}.rs-${pkgver}
+  install -Dm 755 target/release/cobalt -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2019-02-03 Thread Levente Polyak via arch-commits
Date: Sunday, February 3, 2019 @ 23:30:14
  Author: anthraxx
Revision: 429528

addpkg: ruby-rake-compiler 1.0.7-2

Added:
  ruby-rake-compiler/
  ruby-rake-compiler/repos/
  ruby-rake-compiler/trunk/
  ruby-rake-compiler/trunk/PKGBUILD

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

Added: ruby-rake-compiler/trunk/PKGBUILD
===
--- ruby-rake-compiler/trunk/PKGBUILD   (rev 0)
+++ ruby-rake-compiler/trunk/PKGBUILD   2019-02-03 23:30:14 UTC (rev 429528)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+_gemname=rake-compiler
+pkgname=ruby-${_gemname}
+pkgver=1.0.7
+pkgrel=2
+pkgdesc='Rake-based Ruby Extension (C, Java) task generator'
+url='https://github.com/rake-compiler/rake-compiler'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'rubygems' 'ruby-rake')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=(https://github.com/rake-compiler/rake-compiler/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz)
+sha256sums=('034476284c7caaffcf15f6ba8d94362b14f0289c64488149dd7a08538f0225b4')
+sha512sums=('fa901f5cc48891f07bd8d9a27cf4e745e87d5a667dbee0c9f4b43f9564fdfe3067b9c658f10ea8bcacd32ea7320a542ef0fca9373147057472f5572a4a4c5268')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
\
+-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rdoc History.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-03 Thread Levente Polyak via arch-commits
Date: Sunday, February 3, 2019 @ 23:30:25
  Author: anthraxx
Revision: 429529

archrelease: copy trunk to community-any

Added:
  ruby-rake-compiler/repos/community-any/
  ruby-rake-compiler/repos/community-any/PKGBUILD
(from rev 429528, ruby-rake-compiler/trunk/PKGBUILD)

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

Copied: ruby-rake-compiler/repos/community-any/PKGBUILD (from rev 429528, 
ruby-rake-compiler/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-02-03 23:30:25 UTC (rev 429529)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+_gemname=rake-compiler
+pkgname=ruby-${_gemname}
+pkgver=1.0.7
+pkgrel=2
+pkgdesc='Rake-based Ruby Extension (C, Java) task generator'
+url='https://github.com/rake-compiler/rake-compiler'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'rubygems' 'ruby-rake')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=(https://github.com/rake-compiler/rake-compiler/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz)
+sha256sums=('034476284c7caaffcf15f6ba8d94362b14f0289c64488149dd7a08538f0225b4')
+sha512sums=('fa901f5cc48891f07bd8d9a27cf4e745e87d5a667dbee0c9f4b43f9564fdfe3067b9c658f10ea8bcacd32ea7320a542ef0fca9373147057472f5572a4a4c5268')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
\
+-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rdoc History.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in gtk-sharp-2/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-02-03 Thread Jan de Groot via arch-commits
Date: Sunday, February 3, 2019 @ 22:42:04
  Author: jgc
Revision: 345202

archrelease: copy trunk to extra-x86_64

Added:
  gtk-sharp-2/repos/extra-x86_64/PKGBUILD
(from rev 345201, gtk-sharp-2/trunk/PKGBUILD)
Deleted:
  gtk-sharp-2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 22:42:01 UTC (rev 345201)
+++ PKGBUILD2019-02-03 22:42:04 UTC (rev 345202)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: tobias 
-
-pkgname=gtk-sharp-2
-pkgver=2.12.45
-pkgrel=1
-pkgdesc="gtk2 bindings for C#"
-arch=(x86_64)
-license=('LGPL')
-url="http://www.mono-project.com/docs/gui/gtksharp/;
-depends=('mono' 'libglade' 'gtk2')
-makedepends=('pkgconfig' 'monodoc')
-conflicts=('gtk#')
-options=('!makeflags')
-source=(https://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-${pkgver}.tar.gz)
-sha256sums=('02680578e4535441064aac21d33315daa009d742cab8098ac8b2749d86fffb6a')
-
-build() {
-  cd gtk-sharp-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd gtk-sharp-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: gtk-sharp-2/repos/extra-x86_64/PKGBUILD (from rev 345201, 
gtk-sharp-2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 22:42:04 UTC (rev 345202)
@@ -0,0 +1,28 @@
+# Maintainer: tobias 
+
+pkgname=gtk-sharp-2
+pkgver=2.12.45
+pkgrel=2
+pkgdesc="gtk2 bindings for C#"
+arch=(x86_64)
+license=('LGPL')
+url="https://www.mono-project.com/docs/gui/gtksharp/;
+depends=('mono' 'libglade' 'gtk2')
+makedepends=('pkgconfig' 'monodoc')
+options=('!makeflags')
+source=(https://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-${pkgver}.tar.gz)
+sha256sums=('02680578e4535441064aac21d33315daa009d742cab8098ac8b2749d86fffb6a')
+
+build() {
+  cd gtk-sharp-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd gtk-sharp-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2019-02-03 Thread Jan de Groot via arch-commits
Date: Sunday, February 3, 2019 @ 22:42:01
  Author: jgc
Revision: 345201

upgpkg: gtk-sharp-2 2.12.45-2

Change URL to HTTPS, remove gtk# conflict, as # is invalid now in package names 
(FS#60806)

Modified:
  gtk-sharp-2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 21:35:32 UTC (rev 345200)
+++ PKGBUILD2019-02-03 22:42:01 UTC (rev 345201)
@@ -2,14 +2,13 @@
 
 pkgname=gtk-sharp-2
 pkgver=2.12.45
-pkgrel=1
+pkgrel=2
 pkgdesc="gtk2 bindings for C#"
 arch=(x86_64)
 license=('LGPL')
-url="http://www.mono-project.com/docs/gui/gtksharp/;
+url="https://www.mono-project.com/docs/gui/gtksharp/;
 depends=('mono' 'libglade' 'gtk2')
 makedepends=('pkgconfig' 'monodoc')
-conflicts=('gtk#')
 options=('!makeflags')
 
source=(https://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-${pkgver}.tar.gz)
 sha256sums=('02680578e4535441064aac21d33315daa009d742cab8098ac8b2749d86fffb6a')


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 22:35:02
  Author: felixonmars
Revision: 429526

upgpkg: python-hypothesis 4.5.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 21:40:21 UTC (rev 429525)
+++ PKGBUILD2019-02-03 22:35:02 UTC (rev 429526)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.4.6
+pkgver=4.5.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-lark-parser' 'python2-lark-parser')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('45cd0d0ae463009bbea8dfc0063840969e2548992becaaecad3aa1649d4c2db539b059d47bcd908a7b21cee621763130c2a555942f0fd6046fb2728694ab2d12')
+sha512sums=('5db8fc2c85cf44b2d6638503a5d44326a3e3f7fc8d9246b108eb1ce7eea57d71037fbedf6c8fdfc98faaf509a68a7bbbf08cc05030086d057834a0c9897bbf82')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
@@ -43,11 +43,12 @@
   mv tests/django ../
   python setup.py pytest
   mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django || warning "Tests failed"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
 
   cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
   mv tests/django ../
-  python2 setup.py pytest
+  # https://github.com/python/typing/issues/612
+  python2 setup.py pytest || warning "Tests failed"
   mv ../django tests/
   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
 }


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 22:35:20
  Author: felixonmars
Revision: 429527

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 22:35:02 UTC (rev 429526)
+++ PKGBUILD2019-02-03 22:35:20 UTC (rev 429527)
@@ -1,79 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.4.6
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
-  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
-  'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-lark-parser' 'python2-lark-parser')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('45cd0d0ae463009bbea8dfc0063840969e2548992becaaecad3aa1649d4c2db539b059d47bcd908a7b21cee621763130c2a555942f0fd6046fb2728694ab2d12')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django || warning "Tests failed"
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module'
-  'python-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module'
-  'python2-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 429526, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 22:35:20 UTC (rev 429527)
@@ -0,0 +1,80 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.5.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
+  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
+  'python2-dpcontracts' 

[arch-commits] Commit in (4 files)

2019-02-03 Thread Levente Polyak via arch-commits
Date: Sunday, February 3, 2019 @ 21:36:28
  Author: anthraxx
Revision: 429520

addpkg: ruby-mini_portile 0.6.2-1

Added:
  ruby-mini_portile/
  ruby-mini_portile/repos/
  ruby-mini_portile/trunk/
  ruby-mini_portile/trunk/PKGBUILD

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

Added: ruby-mini_portile/trunk/PKGBUILD
===
--- ruby-mini_portile/trunk/PKGBUILD(rev 0)
+++ ruby-mini_portile/trunk/PKGBUILD2019-02-03 21:36:28 UTC (rev 429520)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+_gemname=mini_portile
+pkgname=ruby-${_gemname}
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='Simple autoconf builder for developers'
+url='https://github.com/flavorjones/mini_portile'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+makedepends=('ruby-rdoc' 'ruby-rake')
+options=('!emptydirs')
+source=(https://github.com/flavorjones/mini_portile/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz)
+sha256sums=('359feeb4c18f172ea4eafc0ef0646b85787a6ce210733c6a58b85d54b46f4a13')
+sha512sums=('7b9bd79d42af9aa146c21b59d1beaad623e0f981b8d849653e3f2f8bb69d986ffbf0661bf0867cb1ce0aee48ca6ff613b9e9f1cc4b280d85b27e9c8195d48a24')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  rake gem
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
\
+-n "${pkgdir}/usr/bin" pkg/${_gemname}-${pkgver}.gem
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rdoc History.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 21:40:21
  Author: felixonmars
Revision: 429525

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-snap-core/repos/community-staging-x86_64/
  haskell-snap-core/repos/community-staging-x86_64/PKGBUILD
(from rev 429524, haskell-snap-core/trunk/PKGBUILD)

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

Copied: haskell-snap-core/repos/community-staging-x86_64/PKGBUILD (from rev 
429524, haskell-snap-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-03 21:40:21 UTC (rev 429525)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=snap-core
+pkgname=haskell-snap-core
+pkgver=1.0.4.0
+pkgrel=1
+pkgdesc="A Haskell Web Framework (core interfaces and types)"
+url="https://github.com/JustusAdam/snap-core;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-old-locale' 'haskell-hunit' 'haskell-attoparsec'
+ 'haskell-case-insensitive' 'haskell-lifted-base' 'haskell-io-streams' 
'haskell-hashable'
+ 'haskell-monad-control' 'haskell-random' 'haskell-readable' 
'haskell-regex-posix'
+ 'haskell-transformers-base' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-network' 'haskell-network-uri')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-parallel' 
'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2' 'haskell-zlib')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('12ec31c36feab136f9cbc4b025c35ec8dc717de57adae3060f5a33e929fc0a5b0f0e487c90f56153dccebf36cb3b8b85d4ce2b25c3cc4c51d1ab82ad3e430fd1')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' $_hkgname.cabal
+}
+
+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 flake8/repos/community-any (PKGBUILD PKGBUILD)

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 21:39:33
  Author: felixonmars
Revision: 429523

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 429522, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 21:39:16 UTC (rev 429522)
+++ PKGBUILD2019-02-03 21:39:33 UTC (rev 429523)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.7.3
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://flake8.pycqa.org;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
- 'python2-functools32' 'python2-typing')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
-sha512sums=('ea165d2a006266cc820f81304b128c93900ed98548ebf52b7b61a6388ec5fae0499455f20ec3e6260b675b0b3f16bd86981829af7d373bcdb870a85e0dbebe44')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
-  cp -a flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle' 
'python-entrypoints')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-entrypoints'
-   'python2-enum34' 'python2-configparser' 'python2-functools32' 
'python2-typing')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 429522, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 21:39:33 UTC (rev 429523)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.7.4
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://flake8.pycqa.org;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
+ 'python2-functools32' 'python2-typing')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
+sha512sums=('52ee28f9084fcb7ffc0c9a0035f89f09aded8e21f7b90fcb0daf48412a3d92dd07a6b2033435d9fca4df835d318901f5d19a2d0613b5099df06cca3b46df65f3')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
+  cp -a flake8-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" 
py.test
+
+  cd 

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

2019-02-03 Thread Levente Polyak via arch-commits
Date: Sunday, February 3, 2019 @ 21:36:40
  Author: anthraxx
Revision: 429521

archrelease: copy trunk to community-any

Added:
  ruby-mini_portile/repos/community-any/
  ruby-mini_portile/repos/community-any/PKGBUILD
(from rev 429520, ruby-mini_portile/trunk/PKGBUILD)

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

Copied: ruby-mini_portile/repos/community-any/PKGBUILD (from rev 429520, 
ruby-mini_portile/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-02-03 21:36:40 UTC (rev 429521)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+_gemname=mini_portile
+pkgname=ruby-${_gemname}
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='Simple autoconf builder for developers'
+url='https://github.com/flavorjones/mini_portile'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+makedepends=('ruby-rdoc' 'ruby-rake')
+options=('!emptydirs')
+source=(https://github.com/flavorjones/mini_portile/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz)
+sha256sums=('359feeb4c18f172ea4eafc0ef0646b85787a6ce210733c6a58b85d54b46f4a13')
+sha512sums=('7b9bd79d42af9aa146c21b59d1beaad623e0f981b8d849653e3f2f8bb69d986ffbf0661bf0867cb1ce0aee48ca6ff613b9e9f1cc4b280d85b27e9c8195d48a24')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  rake gem
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
\
+-n "${pkgdir}/usr/bin" pkg/${_gemname}-${pkgver}.gem
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rdoc History.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 21:40:04
  Author: felixonmars
Revision: 429524

upgpkg: haskell-snap-core 1.0.4.0-1

rebuild with snap-core 1.0.4.0, snap-server 1.1.1.0

Modified:
  haskell-snap-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 21:39:33 UTC (rev 429523)
+++ PKGBUILD2019-02-03 21:40:04 UTC (rev 429524)
@@ -2,8 +2,8 @@
 
 _hkgname=snap-core
 pkgname=haskell-snap-core
-pkgver=1.0.3.2
-pkgrel=41
+pkgver=1.0.4.0
+pkgrel=1
 pkgdesc="A Haskell Web Framework (core interfaces and types)"
 url="https://github.com/JustusAdam/snap-core;
 license=('BSD')
@@ -16,11 +16,11 @@
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-parallel' 
'haskell-test-framework'
  'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2' 'haskell-zlib')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('83f60dd07e6f75779ebf44601fa7bb3d3e67936409d00df46dd03b9353325e74a90c0f915e3787991383047508dff507e1d7d09ee8eed62988abf6aca0594326')
+sha512sums=('12ec31c36feab136f9cbc4b025c35ec8dc717de57adae3060f5a33e929fc0a5b0f0e487c90f56153dccebf36cb3b8b85d4ce2b25c3cc4c51d1ab82ad3e430fd1')
 
 prepare() {
 cd $_hkgname-$pkgver
-sed -i -e '/bytestring-builder/d' -e 's/<.*2.7/<3/' $_hkgname.cabal
+sed -i -e '/bytestring-builder/d' $_hkgname.cabal
 }
 
 build() {


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 21:39:16
  Author: felixonmars
Revision: 429522

upgpkg: flake8 1:3.7.4-1

Modified:
  flake8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 21:36:40 UTC (rev 429521)
+++ PKGBUILD2019-02-03 21:39:16 UTC (rev 429522)
@@ -5,7 +5,7 @@
 
 pkgbase=flake8
 pkgname=(flake8 python2-flake8)
-pkgver=3.7.3
+pkgver=3.7.4
 pkgrel=1
 epoch=1
 pkgdesc="The modular source code checker: pep8, pyflakes and co"
@@ -18,7 +18,7 @@
  'python2-functools32' 'python2-typing')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
-sha512sums=('ea165d2a006266cc820f81304b128c93900ed98548ebf52b7b61a6388ec5fae0499455f20ec3e6260b675b0b3f16bd86981829af7d373bcdb870a85e0dbebe44')
+sha512sums=('52ee28f9084fcb7ffc0c9a0035f89f09aded8e21f7b90fcb0daf48412a3d92dd07a6b2033435d9fca4df835d318901f5d19a2d0613b5099df06cca3b46df65f3')
 
 prepare() {
   sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 21:35:32
  Author: felixonmars
Revision: 345200

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  218 ++---
 1 file changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 21:35:14 UTC (rev 345199)
+++ PKGBUILD2019-02-03 21:35:32 UTC (rev 345200)
@@ -1,109 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Eli Schwartz 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.7.2
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="https://pypi.org/project/setuptools/;
-_deps=('appdirs' 'packaging')
-makedepends=("${_deps[@]/#/python-}" "${_deps[@]/#/python2-}" 'git')
-_checkdeps=('mock' 'pip' 'pytest-fixture-config' 'pytest-flake8'
-'pytest-runner' 'pytest-virtualenv' 'wheel')
-checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver'
-  'python2-futures' 'git')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('cd7c9955572aca0f87db01a7981bf91908a3d2d2eaf72c826a551ae89cfed444aa252685133e0ac11a2b756fdb57bdc8feb6c3a27b5bfee29b5c02ec10661e05')
-
-export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-
-prepare() {
-  rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
-
-  # Upstream devendoring logic is badly broken, see:
-  # https://bugs.archlinux.org/task/58670
-  # https://github.com/pypa/pip/issues/5429
-  # https://github.com/pypa/setuptools/issues/1383
-  # The simplest fix is to simply rewrite import paths to use the canonical
-  # location in the first place
-  for _module in setuptools pkg_resources '' ; do
-  find setuptools-$pkgver/$_module -name \*.py -exec sed -i \
-  -e 's/from '$_module.extern' import/import/' \
-  -e 's/from '$_module.extern'./from /' \
-  -e 's/import '$_module.extern'./import /' \
-  -e "s/__import__('$_module.extern./__import__('/" \
-  {} +
-done
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools-$pkgver/setup.cfg
-
-  # 'Clean' installation is expected to fail since we removed bundled packages
-  sed -i '/^def test_clean_env_install/i import 
pytest\n\n...@pytest.mark.xfail' 
setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  # Tests failed. Importing an unbundled new setuptools in a virtualenv does 
not work, but this won't
-  # affect normal virtualenv usage (which don't have to import the unbundled 
setuptools in *current*
-  # dir.
-  sed -e '/^def test_pip_upgrade_from_source/i @pytest.mark.xfail' \
-  -e '/^def test_test_command_install_requirements/i @pytest.mark.xfail' \
-  -e '/^def test_no_missing_dependencies/i @pytest.mark.xfail' \
-  -i setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  cp -a setuptools-$pkgver{,-py2}
-
-  cd "$srcdir"/setuptools-$pkgver
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd "$srcdir"/setuptools-$pkgver
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py pytest
-)}
-
-package_python-setuptools() {
-  depends=("${_deps[@]/#/python-}")
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
-
-package_python2-setuptools() {
-  depends=("${_deps[@]/#/python2-}")
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 345199, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 21:35:32 UTC (rev 345200)
@@ -0,0 

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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 21:35:14
  Author: felixonmars
Revision: 345199

upgpkg: python-setuptools 1:40.7.3-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 21:04:46 UTC (rev 345198)
+++ PKGBUILD2019-02-03 21:35:14 UTC (rev 345199)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.7.2
+pkgver=40.7.3
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver'
   'python2-futures' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('cd7c9955572aca0f87db01a7981bf91908a3d2d2eaf72c826a551ae89cfed444aa252685133e0ac11a2b756fdb57bdc8feb6c3a27b5bfee29b5c02ec10661e05')
+sha512sums=('e8c2e89b72becc8e3bf7063fa7ca77f92c9e3d229b5f4f43b36ce0e60b9e1827a7523fe9aa440a31b55da49b262aba06c8caa947130257679f8e7ef7efe7d655')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


[arch-commits] Commit in deepin-file-manager/trunk (PKGBUILD)

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 21:32:20
  Author: felixonmars
Revision: 429518

upgpkg: deepin-file-manager 1:4.7.5-3

move dbus conf to correct dir

Modified:
  deepin-file-manager/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 21:07:55 UTC (rev 429517)
+++ PKGBUILD2019-02-03 21:32:20 UTC (rev 429518)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-file-manager
 pkgver=4.7.5
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Deepin File Manager'
 arch=('x86_64')
@@ -23,6 +23,11 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
 
sha512sums=('752d23b31db44d99228691534ca1455a8dd87273b3ca078922b7812293fa25119c8500a488e3dc1236a2c9682d695409d71419ce1f4d4ba533ca07f7a6016b8a')
 
+prepare() {
+  cd dde-file-manager-$pkgver
+  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
+}
+
 build() {
   cd dde-file-manager-$pkgver
   qmake-qt5 PREFIX=/usr


[arch-commits] Commit in deepin-file-manager/repos/community-testing-x86_64 (4 files)

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 21:32:37
  Author: felixonmars
Revision: 429519

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-file-manager/repos/community-testing-x86_64/PKGBUILD
(from rev 429518, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-testing-x86_64/fix-plugin-link.patch
(from rev 429518, deepin-file-manager/trunk/fix-plugin-link.patch)
Deleted:
  deepin-file-manager/repos/community-testing-x86_64/PKGBUILD
  deepin-file-manager/repos/community-testing-x86_64/fix-plugin-link.patch

---+
 PKGBUILD  |   75 +---
 fix-plugin-link.patch |   26 
 2 files changed, 53 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 21:32:20 UTC (rev 429518)
+++ PKGBUILD2019-02-03 21:32:37 UTC (rev 429519)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.7.5
-pkgrel=2
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 
'file' 'avfs'
- 'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'xdg-user-dirs'
- 'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 
'deepin-terminal'
- 'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie' 'jemalloc' 
'kcodecs')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
-optdepends=('deepin-manual: view the help manual')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('752d23b31db44d99228691534ca1455a8dd87273b3ca078922b7812293fa25119c8500a488e3dc1236a2c9682d695409d71419ce1f4d4ba533ca07f7a6016b8a')
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-testing-x86_64/PKGBUILD (from rev 
429518, deepin-file-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 21:32:37 UTC (rev 429519)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.7.5
+pkgrel=3
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 
'file' 'avfs'
+ 'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'xdg-user-dirs'
+ 'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 
'deepin-terminal'
+ 'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie' 'jemalloc' 
'kcodecs')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+optdepends=('deepin-manual: view the help manual')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('752d23b31db44d99228691534ca1455a8dd87273b3ca078922b7812293fa25119c8500a488e3dc1236a2c9682d695409d71419ce1f4d4ba533ca07f7a6016b8a')
+
+prepare() {
+  cd dde-file-manager-$pkgver
+  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
+}
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: fix-plugin-link.patch
===
--- fix-plugin-link.patch   2019-02-03 21:32:20 UTC (rev 429518)
+++ fix-plugin-link.patch   2019-02-03 21:32:37 UTC (rev 429519)
@@ -1,13 +0,0 @@
-diff --git a/dde-dock-plugins/disk-mount/disk-mount.pro 
b/dde-dock-plugins/disk-mount/disk-mount.pro
-index c5d336e8..c9575b15 100644
 a/dde-dock-plugins/disk-mount/disk-mount.pro
-+++ b/dde-dock-plugins/disk-mount/disk-mount.pro
-@@ -15,7 +15,7 @@ DISTFILES   += disk-mount.json
- 
- DEFINES += QT_MESSAGELOGCONTEXT DFM_NO_FILE_WATCHER
- 
--#unix: LIBS += -L$$OUT_PWD/../../dde-file-manager-lib -ldde-file-manager
-+LIBS += -L$$OUT_PWD/../../dde-file-manager-lib -ldde-file-manager
- 
- HEADERS += \
- diskmountplugin.h \

Copied: 
deepin-file-manager/repos/community-testing-x86_64/fix-plugin-link.patch (from 
rev 429518, deepin-file-manager/trunk/fix-plugin-link.patch)

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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 21:07:55
  Author: felixonmars
Revision: 429517

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 429516, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 429516, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 429516, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 429516, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 429516, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 429516, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 429516, 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 |   88 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 114 insertions(+), 114 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-02-03 21:07:22 UTC (rev 429516)
+++ LICENSE 2019-02-03 21:07:55 UTC (rev 429517)
@@ -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 429516, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-02-03 21:07:55 UTC (rev 429517)
@@ -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
===
--- PKGBUILD2019-02-03 21:07:22 UTC (rev 429516)
+++ PKGBUILD2019-02-03 21:07:55 UTC (rev 429517)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.162
-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')
-backup=('etc/conf.d/jenkins')

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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 21:07:22
  Author: felixonmars
Revision: 429516

upgpkg: jenkins 2.163-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 21:00:02 UTC (rev 429515)
+++ PKGBUILD2019-02-03 21:07:22 UTC (rev 429516)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.162
+pkgver=2.163
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('70f40b49eee7f17b77ec0a82d6a67278477c976449ead94750fe63d08977d1e3fd7b2778f35ed28b335f860707b1b9e6be61391bd562f16d75d4de524de8a9ac'
+sha512sums=('83ad14dfa988a697e54f78431e87fc0fedfaf68d5ceb807aae29bf81db003130534a03b9bd0ef8f0f9a27d5bddefb1f6d6b2673003eaeca716f20d75373f986a'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


[arch-commits] Commit in perl-xml-libxml/repos/extra-x86_64 (4 files)

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 21:04:46
  Author: felixonmars
Revision: 345198

archrelease: copy trunk to extra-x86_64

Added:
  perl-xml-libxml/repos/extra-x86_64/PKGBUILD
(from rev 345197, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/extra-x86_64/perl-xml-libxml.install
(from rev 345197, perl-xml-libxml/trunk/perl-xml-libxml.install)
Deleted:
  perl-xml-libxml/repos/extra-x86_64/PKGBUILD
  perl-xml-libxml/repos/extra-x86_64/perl-xml-libxml.install

-+
 PKGBUILD|   73 ++
 perl-xml-libxml.install |   46 ++--
 2 files changed, 59 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 21:04:28 UTC (rev 345197)
+++ PKGBUILD2019-02-03 21:04:46 UTC (rev 345198)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonathan Steel 
-# Contributor: Justin "juster" Davis 
-# Contributor: François Charette 
-
-pkgname=perl-xml-libxml
-pkgver=2.0132
-pkgrel=2
-pkgdesc="Interface to the libxml library"
-arch=('x86_64')
-url="http://search.cpan.org/dist/XML-LibXML;
-license=('GPL')
-depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
-checkdepends=('perl-test-pod' 'perl-test-leaktrace' 'perl-cpan-changes' 
'perl-uri')
-provides=('perl-libxml' 'perl-xml-libxml-common')
-replaces=('perl-libxml' 'perl-xml-libxml-common')
-options=('!emptydirs')
-install=perl-xml-libxml.install
-source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-sha512sums=('3df1cb67ea955133492f2b6f8def2b28079c59e99170a31820aca69ea81686c4b67171509f1b311faab9389d200c4a24942b3950d7c0730ff1233a009b398fce')
-
-build() {
-  cd "$srcdir"/XML-LibXML-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir"/XML-LibXML-$pkgver
-  make test
-}
-
-package() {
-  cd "$srcdir"/XML-LibXML-$pkgver
-  make pure_install doc_install DESTDIR="$pkgdir"/
-}

Copied: perl-xml-libxml/repos/extra-x86_64/PKGBUILD (from rev 345197, 
perl-xml-libxml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 21:04:46 UTC (rev 345198)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Steel 
+# Contributor: Justin "juster" Davis 
+# Contributor: François Charette 
+
+pkgname=perl-xml-libxml
+pkgver=2.0133
+pkgrel=1
+pkgdesc="Interface to the libxml library"
+arch=('x86_64')
+url="http://search.cpan.org/dist/XML-LibXML;
+license=('GPL')
+depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
+checkdepends=('perl-test-pod' 'perl-test-leaktrace' 'perl-cpan-changes' 
'perl-uri')
+provides=('perl-libxml' 'perl-xml-libxml-common')
+replaces=('perl-libxml' 'perl-xml-libxml-common')
+options=('!emptydirs')
+install=perl-xml-libxml.install
+source=(https://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
+sha512sums=('ba4685fe99e2b540461663212a43b0eb8c59e19f6b49d8c7e7738bc6b373c2b0506d8190cdd50fb13edb65db543da4095af3d70c2a6916d3fca0a738d2c9b1eb')
+
+build() {
+  cd XML-LibXML-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-LibXML-$pkgver
+  make test
+}
+
+package() {
+  cd XML-LibXML-$pkgver
+  make pure_install doc_install DESTDIR="$pkgdir"/
+}

Deleted: perl-xml-libxml.install
===
--- perl-xml-libxml.install 2019-02-03 21:04:28 UTC (rev 345197)
+++ perl-xml-libxml.install 2019-02-03 21:04:46 UTC (rev 345198)
@@ -1,23 +0,0 @@
-post_install() {
-  echo ":: Installing SAX XML Parsers"
-  perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
-  perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::LibXML::SAX))->save_parsers()"
-}
-
-post_upgrade() {
-  if [[ ! -f /usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini ]]; then
-post_install
-  else
-libxmlcount=`grep -c XML::LibXML::SAX 
/usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini`
-if [[ $libxmlcount == 0 ]]; then
-  post_install
-fi
-  fi
-}
-
-pre_remove() {
-  if [[ -f /usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini ]]; then
-perl -MXML::SAX -e 
"XML::SAX->remove_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
-perl -MXML::SAX -e 
"XML::SAX->remove_parser(q(XML::LibXML::SAX))->save_parsers()"
-  fi
-}

Copied: perl-xml-libxml/repos/extra-x86_64/perl-xml-libxml.install (from rev 
345197, perl-xml-libxml/trunk/perl-xml-libxml.install)
===
--- perl-xml-libxml.install (rev 0)
+++ perl-xml-libxml.install 2019-02-03 21:04:46 UTC (rev 345198)
@@ -0,0 +1,23 @@
+post_install() {
+  echo ":: Installing SAX XML Parsers"
+  perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
+  perl -MXML::SAX -e 

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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 21:04:28
  Author: felixonmars
Revision: 345197

upgpkg: perl-xml-libxml 2.0133-1

Modified:
  perl-xml-libxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 20:58:41 UTC (rev 345196)
+++ PKGBUILD2019-02-03 21:04:28 UTC (rev 345197)
@@ -4,8 +4,8 @@
 # Contributor: François Charette 
 
 pkgname=perl-xml-libxml
-pkgver=2.0132
-pkgrel=2
+pkgver=2.0133
+pkgrel=1
 pkgdesc="Interface to the libxml library"
 arch=('x86_64')
 url="http://search.cpan.org/dist/XML-LibXML;
@@ -17,7 +17,7 @@
 options=('!emptydirs')
 install=perl-xml-libxml.install
 source=(https://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-sha512sums=('3df1cb67ea955133492f2b6f8def2b28079c59e99170a31820aca69ea81686c4b67171509f1b311faab9389d200c4a24942b3950d7c0730ff1233a009b398fce')
+sha512sums=('ba4685fe99e2b540461663212a43b0eb8c59e19f6b49d8c7e7738bc6b373c2b0506d8190cdd50fb13edb65db543da4095af3d70c2a6916d3fca0a738d2c9b1eb')
 
 build() {
   cd XML-LibXML-$pkgver


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 20:58:41
  Author: felixonmars
Revision: 345196

archrelease: copy trunk to extra-x86_64

Added:
  cmake/repos/extra-x86_64/PKGBUILD
(from rev 345195, cmake/trunk/PKGBUILD)
  cmake/repos/extra-x86_64/rebuild.list
(from rev 345195, cmake/trunk/rebuild.list)
Deleted:
  cmake/repos/extra-x86_64/PKGBUILD
  cmake/repos/extra-x86_64/rebuild.list

--+
 PKGBUILD |  106 -
 rebuild.list |4 +-
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 20:58:03 UTC (rev 345195)
+++ PKGBUILD2019-02-03 20:58:41 UTC (rev 345196)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=cmake
-pkgver=3.13.3
-pkgrel=2
-pkgdesc='A cross-platform open-source make system'
-arch=('x86_64')
-url="http://www.cmake.org/;
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp' 'libuv' 'rhash')
-makedepends=('qt5-base' 'python-sphinx' 'emacs')
-optdepends=('qt5-base: cmake-gui'
-'libxkbcommon-x11: cmake-gui')
-source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('3033c434b6880d76a1496c9b1a32835307296a68e4c677acbe09cadb6562088dc9b04fb314d28b4611a1f4ea4d5a1e41c94e7ccf135f21c372a0eadc25aba585')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---sphinx-man \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -d "${vimpath}"/{indent,syntax}
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/indent/cmake.vim \
-"${vimpath}"/indent/
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/syntax/cmake.vim \
-"${vimpath}"/syntax/
-
-  install -d "${pkgdir}"/usr/share/emacs/site-lisp/
-  emacs -batch -f batch-byte-compile \
-"${pkgdir}"/usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el \
-"${pkgdir}"/usr/share/emacs/site-lisp/
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.elc \
-"${pkgdir}"/usr/share/emacs/site-lisp/
-
-  install -Dm644 Copyright.txt \
-"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-x86_64/PKGBUILD (from rev 345195, 
cmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 20:58:41 UTC (rev 345196)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=3.13.4
+pkgrel=1
+pkgdesc='A cross-platform open-source make system'
+arch=('x86_64')
+url="http://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp' 'libuv' 'rhash')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui'
+'libxkbcommon-x11: cmake-gui')
+source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('5a2cc092109652ced5a3a6ae00fe0c7d134efa7d90d59f376368408bb684343db9e144ee53b184f3437f8a86cf9976a130a1e1676c993d56b278a6640a418c93')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--sphinx-man \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${vimpath}"/{indent,syntax}
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/indent/cmake.vim \
+"${vimpath}"/indent/
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/syntax/cmake.vim \
+"${vimpath}"/syntax/
+
+  install -d "${pkgdir}"/usr/share/emacs/site-lisp/
+  emacs -batch -f batch-byte-compile \
+"${pkgdir}"/usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el \
+"${pkgdir}"/usr/share/emacs/site-lisp/
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.elc \
+"${pkgdir}"/usr/share/emacs/site-lisp/
+
+  install -Dm644 Copyright.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: rebuild.list
===
--- rebuild.list2019-02-03 20:58:03 UTC (rev 345195)
+++ rebuild.list2019-02-03 20:58:41 UTC (rev 345196)
@@ -1,2 +0,0 @@
-cmake-fedora
-uranium

Copied: cmake/repos/extra-x86_64/rebuild.list (from rev 345195, 
cmake/trunk/rebuild.list)

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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 20:58:03
  Author: felixonmars
Revision: 345195

upgpkg: cmake 3.13.4-1

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 20:52:10 UTC (rev 345194)
+++ PKGBUILD2019-02-03 20:58:03 UTC (rev 345195)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=cmake
-pkgver=3.13.3
-pkgrel=2
+pkgver=3.13.4
+pkgrel=1
 pkgdesc='A cross-platform open-source make system'
 arch=('x86_64')
 url="http://www.cmake.org/;
@@ -14,7 +14,7 @@
 optdepends=('qt5-base: cmake-gui'
 'libxkbcommon-x11: cmake-gui')
 
source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('3033c434b6880d76a1496c9b1a32835307296a68e4c677acbe09cadb6562088dc9b04fb314d28b4611a1f4ea4d5a1e41c94e7ccf135f21c372a0eadc25aba585')
+sha512sums=('5a2cc092109652ced5a3a6ae00fe0c7d134efa7d90d59f376368408bb684343db9e144ee53b184f3437f8a86cf9976a130a1e1676c993d56b278a6640a418c93')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2019-02-03 Thread Daniel M. Capella via arch-commits
Date: Sunday, February 3, 2019 @ 20:30:17
  Author: polyzen
Revision: 429501

archrelease: copy trunk to community-any

Added:
  firefox-decentraleyes/repos/community-any/PKGBUILD
(from rev 429500, firefox-decentraleyes/trunk/PKGBUILD)
Deleted:
  firefox-decentraleyes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 20:29:46 UTC (rev 429500)
+++ PKGBUILD2019-02-03 20:30:17 UTC (rev 429501)
@@ -1,19 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-decentraleyes
-pkgver=2.0.8
-pkgrel=2
-pkgdesc='Local emulation of Content Delivery Networks'
-url=https://decentraleyes.org/
-arch=('any')
-license=('MPL2')
-groups=('firefox-addons')
-source=("https://addons.cdn.mozilla.net/user-media/addons/521554/decentraleyes-$pkgver-an+fx.xpi;)
-noextract=("${source##*/}")
-sha256sums=('351f369eefc041019efdd5746eeff76e914e316a2dc3c39c726c26c74336dce4')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/jid1-bofifl9vbdl...@jetpack.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-decentraleyes/repos/community-any/PKGBUILD (from rev 429500, 
firefox-decentraleyes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 20:30:17 UTC (rev 429501)
@@ -0,0 +1,19 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-decentraleyes
+pkgver=2.0.9
+pkgrel=1
+pkgdesc='Local emulation of Content Delivery Networks'
+url=https://decentraleyes.org/
+arch=('any')
+license=('MPL2')
+groups=('firefox-addons')
+source=("https://addons.cdn.mozilla.net/user-media/addons/521554/decentraleyes-$pkgver-an+fx.xpi;)
+noextract=("${source##*/}")
+sha256sums=('988cca1c532c0e19f3a14d7b31ea5e1327b6c66d3b4dd1e061ef336e3994c09b')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/jid1-bofifl9vbdl...@jetpack.xpi
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-02-03 Thread Daniel M. Capella via arch-commits
Date: Sunday, February 3, 2019 @ 20:29:46
  Author: polyzen
Revision: 429500

upgpkg: firefox-decentraleyes 2.0.9-1

Modified:
  firefox-decentraleyes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 20:24:13 UTC (rev 429499)
+++ PKGBUILD2019-02-03 20:29:46 UTC (rev 429500)
@@ -1,8 +1,8 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=firefox-decentraleyes
-pkgver=2.0.8
-pkgrel=2
+pkgver=2.0.9
+pkgrel=1
 pkgdesc='Local emulation of Content Delivery Networks'
 url=https://decentraleyes.org/
 arch=('any')
@@ -10,7 +10,7 @@
 groups=('firefox-addons')
 
source=("https://addons.cdn.mozilla.net/user-media/addons/521554/decentraleyes-$pkgver-an+fx.xpi;)
 noextract=("${source##*/}")
-sha256sums=('351f369eefc041019efdd5746eeff76e914e316a2dc3c39c726c26c74336dce4')
+sha256sums=('988cca1c532c0e19f3a14d7b31ea5e1327b6c66d3b4dd1e061ef336e3994c09b')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/jid1-bofifl9vbdl...@jetpack.xpi


[arch-commits] Commit in bitcoin/repos/community-x86_64 (6 files)

2019-02-03 Thread Christian Rebischke via arch-commits
Date: Sunday, February 3, 2019 @ 20:24:13
  Author: shibumi
Revision: 429499

archrelease: copy trunk to community-x86_64

Added:
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 429498, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/bitcoin.sysusers
(from rev 429498, bitcoin/trunk/bitcoin.sysusers)
  bitcoin/repos/community-x86_64/bitcoin.tmpfiles
(from rev 429498, bitcoin/trunk/bitcoin.tmpfiles)
Deleted:
  bitcoin/repos/community-x86_64/PKGBUILD
  bitcoin/repos/community-x86_64/bitcoin.sysusers
  bitcoin/repos/community-x86_64/bitcoin.tmpfiles

--+
 PKGBUILD |  190 ++---
 bitcoin.sysusers |2 
 bitcoin.tmpfiles |4 -
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 20:24:00 UTC (rev 429498)
+++ PKGBUILD2019-02-03 20:24:13 UTC (rev 429499)
@@ -1,95 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Timothy Redaelli 
-# Contributor: shahid 
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.17.0
-pkgrel=1
-arch=('x86_64')
-url="https://www.bitcoin.org/;
-makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf' 'zeromq')
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz;
-"bitcoin.sysusers"
-"bitcoin.tmpfiles")
-sha256sums=('4c22320f1787508d4d22356b26e2859c60242597f54aa1381c33f22a50e17155'
-'6f70b0d3d5e4a3f78b15d8f49515cd33cbf0c9d2ac22f94f0d3fabb3f620e458'
-'b769c977b193680f2f549997fd8e07f6aa507071dfd519d59255ab4c687ebfcd')
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-
-prepare() {
-  cd "$pkgbase-$pkgver"
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --with-gui=qt5 --with-incompatible-bdb 
#LDFLAGS="-L$srcdir/db4/lib/ $LDFLAGS" CPPFLAGS="-I$srcdir/db4/include/ 
$CPPFLAGS"
-  make
-}
-
-package_bitcoin-qt() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
-  depends=(boost-libs libevent qt5-base miniupnpc libminiupnpc.so qrencode 
protobuf zeromq)
-
-  cd $pkgbase-$pkgver
-  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
-  install -Dm644 doc/man/bitcoin-qt.1 \
-"$pkgdir"/usr/share/man/man1/bitcoin-qt.1
-  install -Dm644 share/pixmaps/bitcoin128.png \
-"$pkgdir"/usr/share/pixmaps/bitcoin128.png
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-daemon() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
-  depends=(boost-libs libevent miniupnpc libminiupnpc.so zeromq)
-
-  cd $pkgbase-$pkgver
-  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
-  install -Dm644 contrib/bitcoind.bash-completion \
-"$pkgdir"/usr/share/bash-completion/completions/bitcoind
-  install -Dm644 doc/man/bitcoind.1 \
-"$pkgdir"/usr/share/man/man1/bitcoind.1
-  install -Dm644 contrib/init/bitcoind.service \
-"$pkgdir/usr/lib/systemd/system/bitcoind.service"
-  install -Dm644 "$srcdir/bitcoin.sysusers" \
-"$pkgdir/usr/lib/sysusers.d/bitcoin.conf"
-  install -Dm644 "$srcdir/bitcoin.tmpfiles" \
-"$pkgdir/usr/lib/tmpfiles.d/bitcoin.conf"
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-cli() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - RPC 
client"
-  depends=(boost-libs libevent)
-
-  cd $pkgbase-$pkgver
-  install -Dm755 src/bitcoin-cli "$pkgdir"/usr/bin/bitcoin-cli
-  install -Dm644 contrib/bitcoin-cli.bash-completion \
-"$pkgdir"/usr/share/bash-completion/completions/bitcoin-cli
-  install -Dm644 doc/man/bitcoin-cli.1 \
-"$pkgdir"/usr/share/man/man1/bitcoin-cli.1
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-tx() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - 
Transaction tool"
-  depends=(boost-libs openssl)
-
-  cd $pkgbase-$pkgver
-  install -Dm755 src/bitcoin-tx "$pkgdir"/usr/bin/bitcoin-tx
-  install -Dm644 contrib/bitcoin-tx.bash-completion \
-"$pkgdir"/usr/share/bash-completion/completions/bitcoin-tx
-  install -Dm644 doc/man/bitcoin-tx.1 \
-"$pkgdir"/usr/share/man/man1/bitcoin-tx.1
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bitcoin/repos/community-x86_64/PKGBUILD (from rev 429498, 
bitcoin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 20:24:13 UTC (rev 429499)
@@ -0,0 +1,95 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Timothy Redaelli 
+# Contributor: shahid 
+
+#_dbver=4.8.30
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 

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

2019-02-03 Thread Christian Rebischke via arch-commits
Date: Sunday, February 3, 2019 @ 20:24:00
  Author: shibumi
Revision: 429498

upgpkg: bitcoin 0.17.1-1

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 20:18:11 UTC (rev 429497)
+++ PKGBUILD2019-02-03 20:24:00 UTC (rev 429498)
@@ -5,7 +5,7 @@
 #_dbver=4.8.30
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.17.0
+pkgver=0.17.1
 pkgrel=1
 arch=('x86_64')
 url="https://www.bitcoin.org/;
@@ -14,7 +14,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz;
 "bitcoin.sysusers"
 "bitcoin.tmpfiles")
-sha256sums=('4c22320f1787508d4d22356b26e2859c60242597f54aa1381c33f22a50e17155'
+sha256sums=('d51bae80fc0a460ce752d04097c4a1271a66b55260d53165d82313488117d290'
 '6f70b0d3d5e4a3f78b15d8f49515cd33cbf0c9d2ac22f94f0d3fabb3f620e458'
 'b769c977b193680f2f549997fd8e07f6aa507071dfd519d59255ab4c687ebfcd')
 validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)


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

2019-02-03 Thread Levente Polyak via arch-commits
Date: Sunday, February 3, 2019 @ 20:18:03
  Author: anthraxx
Revision: 429496

upgpkg: ruby-hoe 3.17.1-2

Modified:
  ruby-hoe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 19:17:30 UTC (rev 429495)
+++ PKGBUILD2019-02-03 20:18:03 UTC (rev 429496)
@@ -6,7 +6,7 @@
 pkgname=ruby-${_gemname}
 _gitcommit=a4cb51d8eaec7d7083cef7b3a83a024cb5a7b9c9
 pkgver=3.17.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Hoe is a rake/rubygems helper for project Rakefiles'
 url='https://www.zenspider.com/projects/hoe.html'
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('ruby')
 makedepends=('git' 'ruby-rdoc' 'ruby-rake')
 options=('!emptydirs')
-source=(git+https://github.com/seattlerb/hoe)
+source=("git+https://github.com/seattlerb/hoe#commit=${_gitcommit};)
 sha512sums=('SKIP')
 
 pkgver() {
@@ -30,7 +30,8 @@
 package() {
   cd ${_gemname}
   local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" pkg/${_gemname}-${pkgver}.gem
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
\
+-n "${pkgdir}/usr/bin" pkg/${_gemname}-${pkgver}.gem
   install -Dm 644 README.rdoc -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 README.rdoc -t "${pkgdir}/usr/share/licenses/${pkgname}"
   rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"


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

2019-02-03 Thread Levente Polyak via arch-commits
Date: Sunday, February 3, 2019 @ 20:18:11
  Author: anthraxx
Revision: 429497

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 20:18:03 UTC (rev 429496)
+++ PKGBUILD2019-02-03 20:18:11 UTC (rev 429497)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bernhard Landauer 
-# Contributor: Alexsandr Pavlov 
-
-_gemname=hoe
-pkgname=ruby-${_gemname}
-_gitcommit=a4cb51d8eaec7d7083cef7b3a83a024cb5a7b9c9
-pkgver=3.17.1
-pkgrel=1
-pkgdesc='Hoe is a rake/rubygems helper for project Rakefiles'
-url='https://www.zenspider.com/projects/hoe.html'
-arch=('any')
-license=('MIT')
-depends=('ruby')
-makedepends=('git' 'ruby-rdoc' 'ruby-rake')
-options=('!emptydirs')
-source=(git+https://github.com/seattlerb/hoe)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${_gemname}
-  grep 'VERSION = "' lib/hoe.rb|sed -E 's|.*"(.+)"|\1|'
-}
-
-build() {
-  cd ${_gemname}
-  rake gem
-}
-
-package() {
-  cd ${_gemname}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" pkg/${_gemname}-${pkgver}.gem
-  install -Dm 644 README.rdoc -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 README.rdoc -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-hoe/repos/community-any/PKGBUILD (from rev 429496, 
ruby-hoe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 20:18:11 UTC (rev 429497)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bernhard Landauer 
+# Contributor: Alexsandr Pavlov 
+
+_gemname=hoe
+pkgname=ruby-${_gemname}
+_gitcommit=a4cb51d8eaec7d7083cef7b3a83a024cb5a7b9c9
+pkgver=3.17.1
+pkgrel=2
+pkgdesc='Hoe is a rake/rubygems helper for project Rakefiles'
+url='https://www.zenspider.com/projects/hoe.html'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+makedepends=('git' 'ruby-rdoc' 'ruby-rake')
+options=('!emptydirs')
+source=("git+https://github.com/seattlerb/hoe#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${_gemname}
+  grep 'VERSION = "' lib/hoe.rb|sed -E 's|.*"(.+)"|\1|'
+}
+
+build() {
+  cd ${_gemname}
+  rake gem
+}
+
+package() {
+  cd ${_gemname}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
\
+-n "${pkgdir}/usr/bin" pkg/${_gemname}-${pkgver}.gem
+  install -Dm 644 README.rdoc -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.rdoc -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-03 Thread Brett Cornwall via arch-commits
Date: Sunday, February 3, 2019 @ 19:17:11
  Author: ainola
Revision: 429494

upgpkg: wlroots 0.3-1

Modified:
  wlroots/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 17:11:41 UTC (rev 429493)
+++ PKGBUILD2019-02-03 19:17:11 UTC (rev 429494)
@@ -1,8 +1,8 @@
-# Maintainer: Ainola
+# Maintainer: Ainola 
 
 pkgname=wlroots
-pkgver=0.2
-pkgrel=3
+pkgver=0.3
+pkgrel=1
 license=('MIT')
 pkgdesc='Modular Wayland compositor library'
 url='https://github.com/swaywm/wlroots'
@@ -18,7 +18,7 @@
 )
 makedepends=('meson' 'ninja' 'wayland-protocols')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;)
-sha256sums=('0b690c5db5a1f11051a28f0349655322fe54d92f7c2dc8d3c6e5559b1098bfd8')
+sha256sums=('6fe527dcaf223015276f6e8592becd1cc5215166d943d636a9fa578f57db684e')
 
 build() {
 arch-meson "$pkgname-$pkgver" build \


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

2019-02-03 Thread Brett Cornwall via arch-commits
Date: Sunday, February 3, 2019 @ 19:17:30
  Author: ainola
Revision: 429495

archrelease: copy trunk to community-x86_64

Added:
  wlroots/repos/community-x86_64/PKGBUILD
(from rev 429494, wlroots/trunk/PKGBUILD)
Deleted:
  wlroots/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 19:17:11 UTC (rev 429494)
+++ PKGBUILD2019-02-03 19:17:30 UTC (rev 429495)
@@ -1,39 +0,0 @@
-# Maintainer: Ainola
-
-pkgname=wlroots
-pkgver=0.2
-pkgrel=3
-license=('MIT')
-pkgdesc='Modular Wayland compositor library'
-url='https://github.com/swaywm/wlroots'
-arch=('x86_64')
-depends=(
-'libinput'
-'libxkbcommon'
-'opengl-driver'
-'pixman'
-'xcb-util-errors'
-'xcb-util-image'
-'xcb-util-wm'
-)
-makedepends=('meson' 'ninja' 'wayland-protocols')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;)
-sha256sums=('0b690c5db5a1f11051a28f0349655322fe54d92f7c2dc8d3c6e5559b1098bfd8')
-
-build() {
-arch-meson "$pkgname-$pkgver" build \
--Dlibcap=enabled \
--Dlogind=enabled \
--Dlogind-provider=systemd \
--Dxcb-errors=enabled \
--Dxcb-icccm=enabled \
--Dxcb-xkb=enabled \
--Dxwayland=enabled \
--Dx11-backend=enabled
-ninja -C build
-}
-
-package() {
-DESTDIR="$pkgdir" ninja -C build install
-install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: wlroots/repos/community-x86_64/PKGBUILD (from rev 429494, 
wlroots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 19:17:30 UTC (rev 429495)
@@ -0,0 +1,39 @@
+# Maintainer: Ainola 
+
+pkgname=wlroots
+pkgver=0.3
+pkgrel=1
+license=('MIT')
+pkgdesc='Modular Wayland compositor library'
+url='https://github.com/swaywm/wlroots'
+arch=('x86_64')
+depends=(
+'libinput'
+'libxkbcommon'
+'opengl-driver'
+'pixman'
+'xcb-util-errors'
+'xcb-util-image'
+'xcb-util-wm'
+)
+makedepends=('meson' 'ninja' 'wayland-protocols')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;)
+sha256sums=('6fe527dcaf223015276f6e8592becd1cc5215166d943d636a9fa578f57db684e')
+
+build() {
+arch-meson "$pkgname-$pkgver" build \
+-Dlibcap=enabled \
+-Dlogind=enabled \
+-Dlogind-provider=systemd \
+-Dxcb-errors=enabled \
+-Dxcb-icccm=enabled \
+-Dxcb-xkb=enabled \
+-Dxwayland=enabled \
+-Dx11-backend=enabled
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2019-02-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, February 3, 2019 @ 17:11:41
  Author: jelle
Revision: 429493

initial commit

Dependency of schleuder.

Added:
  ruby-sinatra/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 17:11:41 UTC (rev 429493)
@@ -0,0 +1,34 @@
+# Maintainer: Jelle van der Waa 
+
+_gemname=sinatra
+pkgname=ruby-${_gemname}
+pkgver=2.0.5
+pkgrel=1
+pkgdesc="Classy web-development dressed in a DSL"
+arch=(any)
+url="http://sinatrarb.com;
+license=(MIT)
+depends=('ruby' 'ruby-rack' 'ruby-tilt' 'ruby-rack-protection' 
'ruby-mustermann')
+options=(!emptydirs)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sinatra/sinatra/archive/v${pkgver}.tar.gz)
+sha512sums=('da626d584f065f924fa5a42802b0e7a03e40e780cfd92e9cb072c86e9cb6d8ba4a699d7383a81b13ac0ffd0ce427900cdf059b77565ace5961dbd00c088ce0f9')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  # https://github.com/sinatra/sinatra/issues/1082
+  gem install --ignore-dependencies --no-user-install --no-ri --no-rdoc -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-02-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, February 3, 2019 @ 17:02:19
  Author: jelle
Revision: 429492

remove unrequired dep glibc

Modified:
  ruby-mustermann/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 16:46:15 UTC (rev 429491)
+++ PKGBUILD2019-02-03 17:02:19 UTC (rev 429492)
@@ -8,7 +8,7 @@
 arch=(any)
 url="https://github.com/sinatra/mustermann;
 license=('MIT')
-depends=('glibc' 'ruby')
+depends=('ruby')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sinatra/mustermann/archive/v${pkgver}.tar.gz)
 md5sums=('b14ca6ccee20d62002764bf836b30329')


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

2019-02-03 Thread Levente Polyak via arch-commits
Date: Sunday, February 3, 2019 @ 16:46:15
  Author: anthraxx
Revision: 429491

archrelease: copy trunk to community-any

Added:
  ruby-hoe/repos/community-any/
  ruby-hoe/repos/community-any/PKGBUILD
(from rev 429490, ruby-hoe/trunk/PKGBUILD)

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

Copied: ruby-hoe/repos/community-any/PKGBUILD (from rev 429490, 
ruby-hoe/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-02-03 16:46:15 UTC (rev 429491)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bernhard Landauer 
+# Contributor: Alexsandr Pavlov 
+
+_gemname=hoe
+pkgname=ruby-${_gemname}
+_gitcommit=a4cb51d8eaec7d7083cef7b3a83a024cb5a7b9c9
+pkgver=3.17.1
+pkgrel=1
+pkgdesc='Hoe is a rake/rubygems helper for project Rakefiles'
+url='https://www.zenspider.com/projects/hoe.html'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+makedepends=('git' 'ruby-rdoc' 'ruby-rake')
+options=('!emptydirs')
+source=(git+https://github.com/seattlerb/hoe)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${_gemname}
+  grep 'VERSION = "' lib/hoe.rb|sed -E 's|.*"(.+)"|\1|'
+}
+
+build() {
+  cd ${_gemname}
+  rake gem
+}
+
+package() {
+  cd ${_gemname}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" pkg/${_gemname}-${pkgver}.gem
+  install -Dm 644 README.rdoc -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.rdoc -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2019-02-03 Thread Levente Polyak via arch-commits
Date: Sunday, February 3, 2019 @ 16:46:04
  Author: anthraxx
Revision: 429490

addpkg: ruby-hoe 3.17.1-1

Added:
  ruby-hoe/
  ruby-hoe/repos/
  ruby-hoe/trunk/
  ruby-hoe/trunk/PKGBUILD

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

Added: ruby-hoe/trunk/PKGBUILD
===
--- ruby-hoe/trunk/PKGBUILD (rev 0)
+++ ruby-hoe/trunk/PKGBUILD 2019-02-03 16:46:04 UTC (rev 429490)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bernhard Landauer 
+# Contributor: Alexsandr Pavlov 
+
+_gemname=hoe
+pkgname=ruby-${_gemname}
+_gitcommit=a4cb51d8eaec7d7083cef7b3a83a024cb5a7b9c9
+pkgver=3.17.1
+pkgrel=1
+pkgdesc='Hoe is a rake/rubygems helper for project Rakefiles'
+url='https://www.zenspider.com/projects/hoe.html'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+makedepends=('git' 'ruby-rdoc' 'ruby-rake')
+options=('!emptydirs')
+source=(git+https://github.com/seattlerb/hoe)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${_gemname}
+  grep 'VERSION = "' lib/hoe.rb|sed -E 's|.*"(.+)"|\1|'
+}
+
+build() {
+  cd ${_gemname}
+  rake gem
+}
+
+package() {
+  cd ${_gemname}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" pkg/${_gemname}-${pkgver}.gem
+  install -Dm 644 README.rdoc -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.rdoc -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (ruby-sinatra ruby-sinatra/repos ruby-sinatra/trunk)

2019-02-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, February 3, 2019 @ 16:44:48
  Author: jelle
Revision: 429489

initial commit

Added:
  ruby-sinatra/
  ruby-sinatra/repos/
  ruby-sinatra/trunk/


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

2019-02-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, February 3, 2019 @ 16:31:58
  Author: jelle
Revision: 429488

archrelease: copy trunk to community-any

Added:
  ruby-mustermann/repos/community-any/
  ruby-mustermann/repos/community-any/PKGBUILD
(from rev 429487, ruby-mustermann/trunk/PKGBUILD)

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

Copied: ruby-mustermann/repos/community-any/PKGBUILD (from rev 429487, 
ruby-mustermann/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-02-03 16:31:58 UTC (rev 429488)
@@ -0,0 +1,34 @@
+# Maintainer: Jelle van der Waa 
+
+_gemname=mustermann
+pkgname=ruby-${_gemname}
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Your personal string matching expert"
+arch=(any)
+url="https://github.com/sinatra/mustermann;
+license=('MIT')
+depends=('glibc' 'ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sinatra/mustermann/archive/v${pkgver}.tar.gz)
+md5sums=('b14ca6ccee20d62002764bf836b30329')
+
+prepare() {
+  cd ${_gemname}-${pkgver}/${_gemname}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}/${_gemname}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}/${_gemname}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+
+  install -Dm 644 ../LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-02-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, February 3, 2019 @ 16:31:36
  Author: jelle
Revision: 429487

upgpkg: ruby-mustermann 1.0.3-1

Initial commit of mustermann an implicit dependency of schleuder.

Modified:
  ruby-mustermann/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 16:27:13 UTC (rev 429486)
+++ PKGBUILD2019-02-03 16:31:36 UTC (rev 429487)
@@ -29,5 +29,6 @@
   local _gemdir="$(gem env gemdir)"
   gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
   rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+
   install -Dm 644 ../LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
 }


[arch-commits] Commit in (4 files)

2019-02-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, February 3, 2019 @ 16:27:13
  Author: jelle
Revision: 429486

ruby-mustermann: initial commit

Added:
  ruby-mustermann/
  ruby-mustermann/repos/
  ruby-mustermann/trunk/
  ruby-mustermann/trunk/PKGBUILD

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

Added: ruby-mustermann/trunk/PKGBUILD
===
--- ruby-mustermann/trunk/PKGBUILD  (rev 0)
+++ ruby-mustermann/trunk/PKGBUILD  2019-02-03 16:27:13 UTC (rev 429486)
@@ -0,0 +1,33 @@
+# Maintainer: Jelle van der Waa 
+
+_gemname=mustermann
+pkgname=ruby-${_gemname}
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Your personal string matching expert"
+arch=(any)
+url="https://github.com/sinatra/mustermann;
+license=('MIT')
+depends=('glibc' 'ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sinatra/mustermann/archive/v${pkgver}.tar.gz)
+md5sums=('b14ca6ccee20d62002764bf836b30329')
+
+prepare() {
+  cd ${_gemname}-${pkgver}/${_gemname}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}/${_gemname}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}/${_gemname}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  install -Dm 644 ../LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-02-03 Thread Jan de Groot via arch-commits
Date: Sunday, February 3, 2019 @ 16:22:37
  Author: jgc
Revision: 345189

upgpkg: glibmm 2.58.0-1

Modified:
  glibmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 16:17:36 UTC (rev 345188)
+++ PKGBUILD2019-02-03 16:22:37 UTC (rev 345189)
@@ -3,7 +3,7 @@
 
 pkgbase=glibmm
 pkgname=(glibmm glibmm-docs)
-pkgver=2.56.0
+pkgver=2.58.0
 pkgrel=1
 pkgdesc="C++ bindings for GLib"
 url="http://www.gtkmm.org/;
@@ -11,8 +11,8 @@
 license=(LGPL)
 depends=(glib2 libsigc++)
 makedepends=(git mm-common perl-xml-parser clang)
-_commit=8236b0f457e6ede0511f5e197017baa31eb953b4  # tags/2.56.0^0
-source=("git+https://git.gnome.org/browse/glibmm#commit=$_commit;)
+_commit=17ee1d96b852ff74ca85c05448afb63e02488594  # tags/2.58.0^0
+source=("git+https://gitlab.gnome.org/GNOME/glibmm.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2019-02-03 Thread Jan de Groot via arch-commits
Date: Sunday, February 3, 2019 @ 16:22:40
  Author: jgc
Revision: 345190

archrelease: copy trunk to extra-x86_64

Added:
  glibmm/repos/extra-x86_64/PKGBUILD
(from rev 345189, glibmm/trunk/PKGBUILD)
Deleted:
  glibmm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 16:22:37 UTC (rev 345189)
+++ PKGBUILD2019-02-03 16:22:40 UTC (rev 345190)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom Newsom 
-
-pkgbase=glibmm
-pkgname=(glibmm glibmm-docs)
-pkgver=2.56.0
-pkgrel=1
-pkgdesc="C++ bindings for GLib"
-url="http://www.gtkmm.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libsigc++)
-makedepends=(git mm-common perl-xml-parser clang)
-_commit=8236b0f457e6ede0511f5e197017baa31eb953b4  # tags/2.56.0^0
-source=("git+https://git.gnome.org/browse/glibmm#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-  ./configure --prefix=/usr --enable-maintainer-mode
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_glibmm() {
-  cd $pkgbase
-  sed -i -e '/^doc_subdirs/s/^/#/' Makefile
-  make DESTDIR="$pkgdir" install
-}
-
-package_glibmm-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  cd $pkgbase
-  make -C docs DESTDIR="$pkgdir" install
-}

Copied: glibmm/repos/extra-x86_64/PKGBUILD (from rev 345189, 
glibmm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 16:22:40 UTC (rev 345190)
@@ -0,0 +1,47 @@
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+
+pkgbase=glibmm
+pkgname=(glibmm glibmm-docs)
+pkgver=2.58.0
+pkgrel=1
+pkgdesc="C++ bindings for GLib"
+url="http://www.gtkmm.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libsigc++)
+makedepends=(git mm-common perl-xml-parser clang)
+_commit=17ee1d96b852ff74ca85c05448afb63e02488594  # tags/2.58.0^0
+source=("git+https://gitlab.gnome.org/GNOME/glibmm.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure --prefix=/usr --enable-maintainer-mode
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_glibmm() {
+  cd $pkgbase
+  sed -i -e '/^doc_subdirs/s/^/#/' Makefile
+  make DESTDIR="$pkgdir" install
+}
+
+package_glibmm-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  cd $pkgbase
+  make -C docs DESTDIR="$pkgdir" install
+}


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

2019-02-03 Thread Jan de Groot via arch-commits
Date: Sunday, February 3, 2019 @ 16:17:31
  Author: jgc
Revision: 345187

upgpkg: gnome-devel-docs 3.30.2-1

Modified:
  gnome-devel-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 15:41:28 UTC (rev 345186)
+++ PKGBUILD2019-02-03 16:17:31 UTC (rev 345187)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-devel-docs
-pkgver=3.30.1
+pkgver=3.30.2
 pkgrel=1
 pkgdesc="Developer documentation for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-devel-docs;
@@ -11,7 +11,7 @@
 depends=(yelp)
 makedepends=(yelp-tools git)
 groups=(gnome-extra)
-_commit=2b22c9aaf018c878471909b5638907bdfe2bd665  # tags/3.30.1^0
+_commit=f61b49e846f67b29998c0245eb4b3aab2233100b  # tags/3.30.2^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-devel-docs.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-02-03 Thread David Runge via arch-commits
Date: Sunday, February 3, 2019 @ 16:17:00
  Author: dvzrv
Revision: 429485

archrelease: copy trunk to community-any

Added:
  rtirq/repos/community-any/PKGBUILD
(from rev 429484, rtirq/trunk/PKGBUILD)
Deleted:
  rtirq/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 16:16:52 UTC (rev 429484)
+++ PKGBUILD2019-02-03 16:17:00 UTC (rev 429485)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Corey Mwamba 
-# Contributor: Corey Mwamba 
-
-pkgname=rtirq
-pkgver=20180209
-pkgrel=3
-pkgdesc="Realtime IRQ thread system tuning."
-arch=('any')
-url="https://www.rncbc.org/archive/#rtirq;
-license=('GPL2')
-groups=('realtime')
-depends=('bash')
-backup=('etc/rtirq.conf')
-source=("https://www.rncbc.org/archive/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('9de924e627b91d6df162b6c8c0c3421fbab11f08162abe98b0fac8742ea924a7e0a18aab23d828e19fe81dfdb70f2f6814c7195acbcbc93af9a339dc549190b2')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # fix executable location in systemd service
-  sed -e "s|etc/init.d|usr/bin|" -i "${pkgname}.service"
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -vDm 755 "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
-  install -vDm 644 "${pkgname}.conf" "${pkgdir}/etc/${pkgname}.conf"
-  install -vDm 644 "${pkgname}.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-}
-

Copied: rtirq/repos/community-any/PKGBUILD (from rev 429484, 
rtirq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 16:17:00 UTC (rev 429485)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+# Contributor: Corey Mwamba 
+
+pkgname=rtirq
+pkgver=20190129
+pkgrel=1
+pkgdesc="Realtime IRQ thread system tuning."
+arch=('any')
+url="http://www.rncbc.org/archive/#rtirq;
+license=('GPL2')
+groups=('realtime')
+depends=('bash')
+backup=('etc/rtirq.conf')
+source=("http://www.rncbc.org/archive/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('e433716ef7269a8bb921b1f3e9bb7b75ed521c482172d1bf43e19a4f11b5a211949f1a2b952aee0a1b8b54c456fe629d97d6766bd287b71fd73c22d2c0ed746e'
+'SKIP')
+validpgpkeys=('0E89694D1D4F7883B98DEFA19D0514152A8E5EC4') # Rui Nuno Capela 

+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # fix executable location in systemd service
+  sed -e "s|etc/init.d|usr/bin|" -i *".service"
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -vDm 755 "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
+  install -vDm 644 "${pkgname}.conf" -t "${pkgdir}/etc/"
+  install -vDm 644 *".service" -t \
+"${pkgdir}/usr/lib/systemd/system/"
+}
+


[arch-commits] Commit in gnome-devel-docs/repos/extra-any (PKGBUILD PKGBUILD)

2019-02-03 Thread Jan de Groot via arch-commits
Date: Sunday, February 3, 2019 @ 16:17:36
  Author: jgc
Revision: 345188

archrelease: copy trunk to extra-any

Added:
  gnome-devel-docs/repos/extra-any/PKGBUILD
(from rev 345187, gnome-devel-docs/trunk/PKGBUILD)
Deleted:
  gnome-devel-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 16:17:31 UTC (rev 345187)
+++ PKGBUILD2019-02-03 16:17:36 UTC (rev 345188)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-devel-docs
-pkgver=3.30.1
-pkgrel=1
-pkgdesc="Developer documentation for GNOME"
-url="https://gitlab.gnome.org/GNOME/gnome-devel-docs;
-arch=(any)
-license=(FDL)
-depends=(yelp)
-makedepends=(yelp-tools git)
-groups=(gnome-extra)
-_commit=2b22c9aaf018c878471909b5638907bdfe2bd665  # tags/3.30.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-devel-docs.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-devel-docs/repos/extra-any/PKGBUILD (from rev 345187, 
gnome-devel-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 16:17:36 UTC (rev 345188)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-devel-docs
+pkgver=3.30.2
+pkgrel=1
+pkgdesc="Developer documentation for GNOME"
+url="https://gitlab.gnome.org/GNOME/gnome-devel-docs;
+arch=(any)
+license=(FDL)
+depends=(yelp)
+makedepends=(yelp-tools git)
+groups=(gnome-extra)
+_commit=f61b49e846f67b29998c0245eb4b3aab2233100b  # tags/3.30.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-devel-docs.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2019-02-03 Thread David Runge via arch-commits
Date: Sunday, February 3, 2019 @ 16:16:52
  Author: dvzrv
Revision: 429484

upgpkg: rtirq 20190129-1

Upgrading to 20190129. Making modifications and installation of service files 
more generic to cater for additional ones.

Modified:
  rtirq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 15:30:06 UTC (rev 429483)
+++ PKGBUILD2019-02-03 16:16:52 UTC (rev 429484)
@@ -1,31 +1,32 @@
 # Maintainer: David Runge 
 # Contributor: Corey Mwamba 
-# Contributor: Corey Mwamba 
 
 pkgname=rtirq
-pkgver=20180209
-pkgrel=3
+pkgver=20190129
+pkgrel=1
 pkgdesc="Realtime IRQ thread system tuning."
 arch=('any')
-url="https://www.rncbc.org/archive/#rtirq;
+url="http://www.rncbc.org/archive/#rtirq;
 license=('GPL2')
 groups=('realtime')
 depends=('bash')
 backup=('etc/rtirq.conf')
-source=("https://www.rncbc.org/archive/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('9de924e627b91d6df162b6c8c0c3421fbab11f08162abe98b0fac8742ea924a7e0a18aab23d828e19fe81dfdb70f2f6814c7195acbcbc93af9a339dc549190b2')
+source=("http://www.rncbc.org/archive/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('e433716ef7269a8bb921b1f3e9bb7b75ed521c482172d1bf43e19a4f11b5a211949f1a2b952aee0a1b8b54c456fe629d97d6766bd287b71fd73c22d2c0ed746e'
+'SKIP')
+validpgpkeys=('0E89694D1D4F7883B98DEFA19D0514152A8E5EC4') # Rui Nuno Capela 

 
 prepare() {
   cd "${pkgname}-${pkgver}"
   # fix executable location in systemd service
-  sed -e "s|etc/init.d|usr/bin|" -i "${pkgname}.service"
+  sed -e "s|etc/init.d|usr/bin|" -i *".service"
 }
 
 package() {
   cd "${pkgname}-${pkgver}"
   install -vDm 755 "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
-  install -vDm 644 "${pkgname}.conf" "${pkgdir}/etc/${pkgname}.conf"
-  install -vDm 644 "${pkgname}.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+  install -vDm 644 "${pkgname}.conf" -t "${pkgdir}/etc/"
+  install -vDm 644 *".service" -t \
+"${pkgdir}/usr/lib/systemd/system/"
 }
 


[arch-commits] Commit in cyrus-sasl/repos (13 files)

2019-02-03 Thread Jan de Groot via arch-commits
Date: Sunday, February 3, 2019 @ 15:41:28
  Author: jgc
Revision: 345186

archrelease: copy trunk to testing-x86_64

Added:
  cyrus-sasl/repos/testing-x86_64/
  
cyrus-sasl/repos/testing-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch
(from rev 345185, 
cyrus-sasl/trunk/0003-Update-saslauthd.conf-location-in-documentation.patch)
  cyrus-sasl/repos/testing-x86_64/0006-Enable-autoconf-maintainer-mode.patch
(from rev 345185, 
cyrus-sasl/trunk/0006-Enable-autoconf-maintainer-mode.patch)
  
cyrus-sasl/repos/testing-x86_64/0010-Update-required-libraries-when-ld-as-needed-is-used.patch
(from rev 345185, 
cyrus-sasl/trunk/0010-Update-required-libraries-when-ld-as-needed-is-used.patch)
  
cyrus-sasl/repos/testing-x86_64/0013-Don-t-use-la-files-for-opening-plugins.patch
(from rev 345185, 
cyrus-sasl/trunk/0013-Don-t-use-la-files-for-opening-plugins.patch)
  
cyrus-sasl/repos/testing-x86_64/0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch
(from rev 345185, 
cyrus-sasl/trunk/0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch)
  cyrus-sasl/repos/testing-x86_64/0022-Fix-keytab-option-for-MIT-Kerberos.patch
(from rev 345185, 
cyrus-sasl/trunk/0022-Fix-keytab-option-for-MIT-Kerberos.patch)
  
cyrus-sasl/repos/testing-x86_64/0032-Add-with_pgsql-include-postgresql-to-include-path.patch
(from rev 345185, 
cyrus-sasl/trunk/0032-Add-with_pgsql-include-postgresql-to-include-path.patch)
  cyrus-sasl/repos/testing-x86_64/PKGBUILD
(from rev 345185, cyrus-sasl/trunk/PKGBUILD)
  cyrus-sasl/repos/testing-x86_64/gdbm-errno.patch
(from rev 345185, cyrus-sasl/trunk/gdbm-errno.patch)
  cyrus-sasl/repos/testing-x86_64/saslauthd.conf.d
(from rev 345185, cyrus-sasl/trunk/saslauthd.conf.d)
  cyrus-sasl/repos/testing-x86_64/saslauthd.service
(from rev 345185, cyrus-sasl/trunk/saslauthd.service)
  cyrus-sasl/repos/testing-x86_64/tmpfiles.conf
(from rev 345185, cyrus-sasl/trunk/tmpfiles.conf)

-+
 0003-Update-saslauthd.conf-location-in-documentation.patch  |   41 ++
 0006-Enable-autoconf-maintainer-mode.patch  |   22 +
 0010-Update-required-libraries-when-ld-as-needed-is-used.patch  |   37 ++
 0013-Don-t-use-la-files-for-opening-plugins.patch   |  153 
 0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch |   26 +
 0022-Fix-keytab-option-for-MIT-Kerberos.patch   |   66 +++
 0032-Add-with_pgsql-include-postgresql-to-include-path.patch|   23 +
 PKGBUILD|  179 
++
 gdbm-errno.patch|   29 +
 saslauthd.conf.d|1 
 saslauthd.service   |   11 
 tmpfiles.conf   |1 
 12 files changed, 589 insertions(+)

Copied: 
cyrus-sasl/repos/testing-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch
 (from rev 345185, 
cyrus-sasl/trunk/0003-Update-saslauthd.conf-location-in-documentation.patch)
===
--- testing-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch   
(rev 0)
+++ testing-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch   
2019-02-03 15:41:28 UTC (rev 345186)
@@ -0,0 +1,41 @@
+From: Debian Cyrus SASL Team
+ 
+Date: Thu, 24 Mar 2016 11:35:03 +0100
+Subject: Update saslauthd.conf location in documentation
+
+date format (cosmetic).
+---
+ saslauthd/saslauthd.mdoc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/saslauthd/saslauthd.mdoc b/saslauthd/saslauthd.mdoc
+index 0c2209e..17c9284 100644
+--- a/saslauthd/saslauthd.mdoc
 b/saslauthd/saslauthd.mdoc
+@@ -10,7 +10,7 @@
+ .\" manpage in saslauthd.8 whenever you change this source
+ .\" version. Only the pre-formatted manpage is installed.
+ .\"
+-.Dd 12 12 2005
++.Dd December 12 2005
+ .Dt SASLAUTHD 8
+ .Os "CMU-SASL"
+ .Sh NAME
+@@ -245,7 +245,7 @@ instead.
+ .Em (All platforms that support OpenLDAP 2.0 or higher)
+ .Pp
+ Authenticate against an ldap server.  The ldap configuration parameters are
+-read from /usr/local/etc/saslauthd.conf.  The location of this file can be
++read from /etc/saslauthd.conf.  The location of this file can be
+ changed with the -O parameter. See the LDAP_SASLAUTHD file included with the
+ distribution for the list of available parameters.
+ .It Li sia
+@@ -278,7 +278,7 @@ was never intended to be used in this manner, anyway.)
+ .Bl -tag -width "/var/run/saslauthd/mux"
+ .It Pa /var/run/saslauthd/mux
+ The default communications socket.
+-.It Pa /usr/local/etc/saslauthd.conf
++.It Pa /etc/saslauthd.conf
+ The default configuration file for ldap support.
+ .El
+ .Sh SEE ALSO

Copied: 

[arch-commits] Commit in libsasl/repos/testing-x86_64 (24 files)

2019-02-03 Thread Jan de Groot via arch-commits
Date: Sunday, February 3, 2019 @ 15:39:41
  Author: jgc
Revision: 345185

archrelease: copy trunk to testing-x86_64

Added:
  
libsasl/repos/testing-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch
(from rev 345184, 
libsasl/trunk/0003-Update-saslauthd.conf-location-in-documentation.patch)
  libsasl/repos/testing-x86_64/0006-Enable-autoconf-maintainer-mode.patch
(from rev 345184, libsasl/trunk/0006-Enable-autoconf-maintainer-mode.patch)
  
libsasl/repos/testing-x86_64/0010-Update-required-libraries-when-ld-as-needed-is-used.patch
(from rev 345184, 
libsasl/trunk/0010-Update-required-libraries-when-ld-as-needed-is-used.patch)
  libsasl/repos/testing-x86_64/0013-Don-t-use-la-files-for-opening-plugins.patch
(from rev 345184, 
libsasl/trunk/0013-Don-t-use-la-files-for-opening-plugins.patch)
  
libsasl/repos/testing-x86_64/0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch
(from rev 345184, 
libsasl/trunk/0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch)
  libsasl/repos/testing-x86_64/0022-Fix-keytab-option-for-MIT-Kerberos.patch
(from rev 345184, 
libsasl/trunk/0022-Fix-keytab-option-for-MIT-Kerberos.patch)
  
libsasl/repos/testing-x86_64/0032-Add-with_pgsql-include-postgresql-to-include-path.patch
(from rev 345184, 
libsasl/trunk/0032-Add-with_pgsql-include-postgresql-to-include-path.patch)
  libsasl/repos/testing-x86_64/PKGBUILD
(from rev 345184, libsasl/trunk/PKGBUILD)
  libsasl/repos/testing-x86_64/gdbm-errno.patch
(from rev 345184, libsasl/trunk/gdbm-errno.patch)
  libsasl/repos/testing-x86_64/saslauthd.conf.d
(from rev 345184, libsasl/trunk/saslauthd.conf.d)
  libsasl/repos/testing-x86_64/saslauthd.service
(from rev 345184, libsasl/trunk/saslauthd.service)
  libsasl/repos/testing-x86_64/tmpfiles.conf
(from rev 345184, libsasl/trunk/tmpfiles.conf)
Deleted:
  
libsasl/repos/testing-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch
  libsasl/repos/testing-x86_64/0006-Enable-autoconf-maintainer-mode.patch
  
libsasl/repos/testing-x86_64/0010-Update-required-libraries-when-ld-as-needed-is-used.patch
  libsasl/repos/testing-x86_64/0013-Don-t-use-la-files-for-opening-plugins.patch
  
libsasl/repos/testing-x86_64/0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch
  libsasl/repos/testing-x86_64/0022-Fix-keytab-option-for-MIT-Kerberos.patch
  
libsasl/repos/testing-x86_64/0032-Add-with_pgsql-include-postgresql-to-include-path.patch
  libsasl/repos/testing-x86_64/PKGBUILD
  libsasl/repos/testing-x86_64/gdbm-errno.patch
  libsasl/repos/testing-x86_64/saslauthd.conf.d
  libsasl/repos/testing-x86_64/saslauthd.service
  libsasl/repos/testing-x86_64/tmpfiles.conf

-+
 0003-Update-saslauthd.conf-location-in-documentation.patch  |   82 +-
 0006-Enable-autoconf-maintainer-mode.patch  |   44 -
 0010-Update-required-libraries-when-ld-as-needed-is-used.patch  |   74 +-
 0013-Don-t-use-la-files-for-opening-plugins.patch   |  306 
 0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch |   52 -
 0022-Fix-keytab-option-for-MIT-Kerberos.patch   |  132 +--
 0032-Add-with_pgsql-include-postgresql-to-include-path.patch|   46 -
 PKGBUILD|  358 
+-
 gdbm-errno.patch|   58 -
 saslauthd.conf.d|2 
 saslauthd.service   |   22 
 tmpfiles.conf   |2 
 12 files changed, 589 insertions(+), 589 deletions(-)

Deleted: 0003-Update-saslauthd.conf-location-in-documentation.patch
===
--- 0003-Update-saslauthd.conf-location-in-documentation.patch  2019-02-03 
15:39:35 UTC (rev 345184)
+++ 0003-Update-saslauthd.conf-location-in-documentation.patch  2019-02-03 
15:39:41 UTC (rev 345185)
@@ -1,41 +0,0 @@
-From: Debian Cyrus SASL Team
- 
-Date: Thu, 24 Mar 2016 11:35:03 +0100
-Subject: Update saslauthd.conf location in documentation
-
-date format (cosmetic).

- saslauthd/saslauthd.mdoc | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/saslauthd/saslauthd.mdoc b/saslauthd/saslauthd.mdoc
-index 0c2209e..17c9284 100644
 a/saslauthd/saslauthd.mdoc
-+++ b/saslauthd/saslauthd.mdoc
-@@ -10,7 +10,7 @@
- .\" manpage in saslauthd.8 whenever you change this source
- .\" version. Only the pre-formatted manpage is installed.
- .\"
--.Dd 12 12 2005
-+.Dd December 12 2005
- .Dt SASLAUTHD 8
- .Os "CMU-SASL"
- .Sh NAME
-@@ -245,7 +245,7 @@ instead.
- .Em (All platforms that support OpenLDAP 2.0 or higher)
- .Pp
- Authenticate against an ldap server.  The ldap configuration parameters are
--read from /usr/local/etc/saslauthd.conf.  The location of this file 

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

2019-02-03 Thread Jan de Groot via arch-commits
Date: Sunday, February 3, 2019 @ 15:39:35
  Author: jgc
Revision: 345184

upgpkg: libsasl 2.1.27-1

Use correct pkgbase

Modified:
  libsasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 15:35:32 UTC (rev 345183)
+++ PKGBUILD2019-02-03 15:39:35 UTC (rev 345184)
@@ -3,7 +3,7 @@
 # This package spans multiple repositories.
 # Always build from cyrus-sasl/trunk and merge changes to libsasl/trunk.
 
-pkgbase=('cyrus-sasl')
+#pkgbase=('cyrus-sasl')
 #pkgname=('cyrus-sasl' 'cyrus-sasl-gssapi' 'cyrus-sasl-ldap' 'cyrus-sasl-sql')
 pkgname=libsasl
 pkgver=2.1.27


[arch-commits] Commit in libsasl/repos (13 files)

2019-02-03 Thread Jan de Groot via arch-commits
Date: Sunday, February 3, 2019 @ 15:35:32
  Author: jgc
Revision: 345183

archrelease: copy trunk to testing-x86_64

Added:
  libsasl/repos/testing-x86_64/
  
libsasl/repos/testing-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch
(from rev 345182, 
libsasl/trunk/0003-Update-saslauthd.conf-location-in-documentation.patch)
  libsasl/repos/testing-x86_64/0006-Enable-autoconf-maintainer-mode.patch
(from rev 345182, libsasl/trunk/0006-Enable-autoconf-maintainer-mode.patch)
  
libsasl/repos/testing-x86_64/0010-Update-required-libraries-when-ld-as-needed-is-used.patch
(from rev 345182, 
libsasl/trunk/0010-Update-required-libraries-when-ld-as-needed-is-used.patch)
  libsasl/repos/testing-x86_64/0013-Don-t-use-la-files-for-opening-plugins.patch
(from rev 345182, 
libsasl/trunk/0013-Don-t-use-la-files-for-opening-plugins.patch)
  
libsasl/repos/testing-x86_64/0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch
(from rev 345182, 
libsasl/trunk/0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch)
  libsasl/repos/testing-x86_64/0022-Fix-keytab-option-for-MIT-Kerberos.patch
(from rev 345182, 
libsasl/trunk/0022-Fix-keytab-option-for-MIT-Kerberos.patch)
  
libsasl/repos/testing-x86_64/0032-Add-with_pgsql-include-postgresql-to-include-path.patch
(from rev 345182, 
libsasl/trunk/0032-Add-with_pgsql-include-postgresql-to-include-path.patch)
  libsasl/repos/testing-x86_64/PKGBUILD
(from rev 345182, libsasl/trunk/PKGBUILD)
  libsasl/repos/testing-x86_64/gdbm-errno.patch
(from rev 345182, libsasl/trunk/gdbm-errno.patch)
  libsasl/repos/testing-x86_64/saslauthd.conf.d
(from rev 345182, libsasl/trunk/saslauthd.conf.d)
  libsasl/repos/testing-x86_64/saslauthd.service
(from rev 345182, libsasl/trunk/saslauthd.service)
  libsasl/repos/testing-x86_64/tmpfiles.conf
(from rev 345182, libsasl/trunk/tmpfiles.conf)

-+
 0003-Update-saslauthd.conf-location-in-documentation.patch  |   41 ++
 0006-Enable-autoconf-maintainer-mode.patch  |   22 +
 0010-Update-required-libraries-when-ld-as-needed-is-used.patch  |   37 ++
 0013-Don-t-use-la-files-for-opening-plugins.patch   |  153 
 0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch |   26 +
 0022-Fix-keytab-option-for-MIT-Kerberos.patch   |   66 +++
 0032-Add-with_pgsql-include-postgresql-to-include-path.patch|   23 +
 PKGBUILD|  179 
++
 gdbm-errno.patch|   29 +
 saslauthd.conf.d|1 
 saslauthd.service   |   11 
 tmpfiles.conf   |1 
 12 files changed, 589 insertions(+)

Copied: 
libsasl/repos/testing-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch
 (from rev 345182, 
libsasl/trunk/0003-Update-saslauthd.conf-location-in-documentation.patch)
===
--- testing-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch   
(rev 0)
+++ testing-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch   
2019-02-03 15:35:32 UTC (rev 345183)
@@ -0,0 +1,41 @@
+From: Debian Cyrus SASL Team
+ 
+Date: Thu, 24 Mar 2016 11:35:03 +0100
+Subject: Update saslauthd.conf location in documentation
+
+date format (cosmetic).
+---
+ saslauthd/saslauthd.mdoc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/saslauthd/saslauthd.mdoc b/saslauthd/saslauthd.mdoc
+index 0c2209e..17c9284 100644
+--- a/saslauthd/saslauthd.mdoc
 b/saslauthd/saslauthd.mdoc
+@@ -10,7 +10,7 @@
+ .\" manpage in saslauthd.8 whenever you change this source
+ .\" version. Only the pre-formatted manpage is installed.
+ .\"
+-.Dd 12 12 2005
++.Dd December 12 2005
+ .Dt SASLAUTHD 8
+ .Os "CMU-SASL"
+ .Sh NAME
+@@ -245,7 +245,7 @@ instead.
+ .Em (All platforms that support OpenLDAP 2.0 or higher)
+ .Pp
+ Authenticate against an ldap server.  The ldap configuration parameters are
+-read from /usr/local/etc/saslauthd.conf.  The location of this file can be
++read from /etc/saslauthd.conf.  The location of this file can be
+ changed with the -O parameter. See the LDAP_SASLAUTHD file included with the
+ distribution for the list of available parameters.
+ .It Li sia
+@@ -278,7 +278,7 @@ was never intended to be used in this manner, anyway.)
+ .Bl -tag -width "/var/run/saslauthd/mux"
+ .It Pa /var/run/saslauthd/mux
+ The default communications socket.
+-.It Pa /usr/local/etc/saslauthd.conf
++.It Pa /etc/saslauthd.conf
+ The default configuration file for ldap support.
+ .El
+ .Sh SEE ALSO


Property changes on: 
libsasl/repos/testing-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch

[arch-commits] Commit in libsasl/trunk (22 files)

2019-02-03 Thread Jan de Groot via arch-commits
Date: Sunday, February 3, 2019 @ 15:35:26
  Author: jgc
Revision: 345182

upgpkg: cyrus-sasl 2.1.27-1

Added:
  libsasl/trunk/0003-Update-saslauthd.conf-location-in-documentation.patch
(from rev 345181, 
cyrus-sasl/trunk/0003-Update-saslauthd.conf-location-in-documentation.patch)
  libsasl/trunk/0006-Enable-autoconf-maintainer-mode.patch
(from rev 345181, 
cyrus-sasl/trunk/0006-Enable-autoconf-maintainer-mode.patch)
  libsasl/trunk/0010-Update-required-libraries-when-ld-as-needed-is-used.patch
(from rev 345181, 
cyrus-sasl/trunk/0010-Update-required-libraries-when-ld-as-needed-is-used.patch)
  libsasl/trunk/0013-Don-t-use-la-files-for-opening-plugins.patch
(from rev 345181, 
cyrus-sasl/trunk/0013-Don-t-use-la-files-for-opening-plugins.patch)
  libsasl/trunk/0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch
(from rev 345181, 
cyrus-sasl/trunk/0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch)
  libsasl/trunk/0022-Fix-keytab-option-for-MIT-Kerberos.patch
(from rev 345181, 
cyrus-sasl/trunk/0022-Fix-keytab-option-for-MIT-Kerberos.patch)
  libsasl/trunk/0032-Add-with_pgsql-include-postgresql-to-include-path.patch
(from rev 345181, 
cyrus-sasl/trunk/0032-Add-with_pgsql-include-postgresql-to-include-path.patch)
  libsasl/trunk/gdbm-errno.patch
(from rev 345181, cyrus-sasl/trunk/gdbm-errno.patch)
Modified:
  libsasl/trunk/PKGBUILD
Deleted:
  libsasl/trunk/0010_maintainer_mode.patch
  libsasl/trunk/0011_saslauthd_ac_prog_libtool.patch
  libsasl/trunk/0025_ld_as_needed.patch
  libsasl/trunk/0026_drop_krb5support_dependency.patch
  libsasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch
  libsasl/trunk/CVE-2013-4122.patch
  libsasl/trunk/cyrus-sasl-2.1.22-as-needed.patch
  libsasl/trunk/cyrus-sasl-2.1.22-qa.patch
  libsasl/trunk/cyrus-sasl-2.1.26-size_t.patch
  libsasl/trunk/cyrus-sasl-2.1.27-openssl-1.1.0.patch
  libsasl/trunk/cyrus-sasl-gssapi.patch
  libsasl/trunk/cyrus-sasl-sql.patch
  libsasl/trunk/fix-pkgconfig.patch

-+
 0003-Update-saslauthd.conf-location-in-documentation.patch  |   41 
 0006-Enable-autoconf-maintainer-mode.patch  |   22 
 0010-Update-required-libraries-when-ld-as-needed-is-used.patch  |   37 
 0010_maintainer_mode.patch  |   19 
 0011_saslauthd_ac_prog_libtool.patch|   15 
 0013-Don-t-use-la-files-for-opening-plugins.patch   |  153 +++
 0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch |   26 
 0022-Fix-keytab-option-for-MIT-Kerberos.patch   |   66 +
 0025_ld_as_needed.patch |   27 
 0026_drop_krb5support_dependency.patch  |   14 
 0030-dont_use_la_files_for_opening_plugins.patch|  134 ---
 0032-Add-with_pgsql-include-postgresql-to-include-path.patch|   23 
 CVE-2013-4122.patch |  116 --
 PKGBUILD|   97 --
 cyrus-sasl-2.1.22-as-needed.patch   |   11 
 cyrus-sasl-2.1.22-qa.patch  |   22 
 cyrus-sasl-2.1.26-size_t.patch  |   11 
 cyrus-sasl-2.1.27-openssl-1.1.0.patch   |  435 
--
 cyrus-sasl-gssapi.patch |   16 
 cyrus-sasl-sql.patch|   39 
 fix-pkgconfig.patch |   27 
 gdbm-errno.patch|   29 
 22 files changed, 434 insertions(+), 946 deletions(-)

Copied: 
libsasl/trunk/0003-Update-saslauthd.conf-location-in-documentation.patch (from 
rev 345181, 
cyrus-sasl/trunk/0003-Update-saslauthd.conf-location-in-documentation.patch)
===
--- 0003-Update-saslauthd.conf-location-in-documentation.patch  
(rev 0)
+++ 0003-Update-saslauthd.conf-location-in-documentation.patch  2019-02-03 
15:35:26 UTC (rev 345182)
@@ -0,0 +1,41 @@
+From: Debian Cyrus SASL Team
+ 
+Date: Thu, 24 Mar 2016 11:35:03 +0100
+Subject: Update saslauthd.conf location in documentation
+
+date format (cosmetic).
+---
+ saslauthd/saslauthd.mdoc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/saslauthd/saslauthd.mdoc b/saslauthd/saslauthd.mdoc
+index 0c2209e..17c9284 100644
+--- a/saslauthd/saslauthd.mdoc
 b/saslauthd/saslauthd.mdoc
+@@ -10,7 +10,7 @@
+ .\" manpage in saslauthd.8 whenever you change this source
+ .\" version. Only the pre-formatted manpage is installed.
+ .\"
+-.Dd 12 12 2005
++.Dd December 12 2005
+ .Dt SASLAUTHD 8
+ .Os "CMU-SASL"
+ .Sh NAME
+@@ -245,7 +245,7 @@ instead.
+ .Em (All platforms that support OpenLDAP 2.0 or higher)
+ .Pp
+ Authenticate against an 

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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 15:30:06
  Author: felixonmars
Revision: 429483

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-gtk/repos/community-staging-x86_64/PKGBUILD (from rev 429482, 
haskell-gtk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-03 15:30:06 UTC (rev 429483)
@@ -0,0 +1,37 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-gtk
+pkgver=0.15.0
+pkgrel=9
+pkgdesc="Binding to the gtk library for Gtk2Hs."
+url="https://hackage.haskell.org/package/gtk3;
+license=('LGPL2.1')
+arch=('x86_64')
+depends=('ghc-libs' 'gtk3' 'haskell-pango')
+makedepends=('ghc' 'haskell-gtk2hs-buildtools')
+provides=('gtk2hs-gtk')
+replaces=('gtk2hs-gtk')
+conflicts=('gtk2hs-gtk')
+source=("https://hackage.haskell.org/packages/archive/gtk3/${pkgver}/gtk3-${pkgver}.tar.gz;)
+sha512sums=('0dade0d67fce09121881fc56b18c7cc53ae8b3dad7c2adf4d404a84969e725287d5ed4f104ba91ad694b0fae29f18311be4c1307811b7d7d2a6fe7e7c2ffd8ab')
+
+build() {
+cd "${srcdir}/gtk3-${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
+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}/gtk3-${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"
+}


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 15:29:48
  Author: felixonmars
Revision: 429482

upgpkg: haskell-gtk 0.15.0-9

rebuild with glib 0.13.7.0

Modified:
  haskell-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 15:25:31 UTC (rev 429481)
+++ PKGBUILD2019-02-03 15:29:48 UTC (rev 429482)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-gtk
 pkgver=0.15.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Binding to the gtk library for Gtk2Hs."
 url="https://hackage.haskell.org/package/gtk3;
 license=('LGPL2.1')


[arch-commits] Commit in cyrus-sasl/trunk (22 files)

2019-02-03 Thread Jan de Groot via arch-commits
Date: Sunday, February 3, 2019 @ 15:26:46
  Author: jgc
Revision: 345181

Update to 2.1.27
Fix FS#59173
Fix FS#59873
Refresh patches from debian, remove obsolete patches

Added:
  cyrus-sasl/trunk/0003-Update-saslauthd.conf-location-in-documentation.patch
  cyrus-sasl/trunk/0006-Enable-autoconf-maintainer-mode.patch
  
cyrus-sasl/trunk/0010-Update-required-libraries-when-ld-as-needed-is-used.patch
  cyrus-sasl/trunk/0013-Don-t-use-la-files-for-opening-plugins.patch
  
cyrus-sasl/trunk/0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch
  cyrus-sasl/trunk/0022-Fix-keytab-option-for-MIT-Kerberos.patch
  cyrus-sasl/trunk/0032-Add-with_pgsql-include-postgresql-to-include-path.patch
  cyrus-sasl/trunk/gdbm-errno.patch
Modified:
  cyrus-sasl/trunk/PKGBUILD
Deleted:
  cyrus-sasl/trunk/0010_maintainer_mode.patch
  cyrus-sasl/trunk/0011_saslauthd_ac_prog_libtool.patch
  cyrus-sasl/trunk/0025_ld_as_needed.patch
  cyrus-sasl/trunk/0026_drop_krb5support_dependency.patch
  cyrus-sasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch
  cyrus-sasl/trunk/CVE-2013-4122.patch
  cyrus-sasl/trunk/cyrus-sasl-2.1.22-as-needed.patch
  cyrus-sasl/trunk/cyrus-sasl-2.1.22-qa.patch
  cyrus-sasl/trunk/cyrus-sasl-2.1.26-size_t.patch
  cyrus-sasl/trunk/cyrus-sasl-2.1.27-openssl-1.1.0.patch
  cyrus-sasl/trunk/cyrus-sasl-gssapi.patch
  cyrus-sasl/trunk/cyrus-sasl-sql.patch
  cyrus-sasl/trunk/fix-pkgconfig.patch

-+
 0003-Update-saslauthd.conf-location-in-documentation.patch  |   41 
 0006-Enable-autoconf-maintainer-mode.patch  |   22 
 0010-Update-required-libraries-when-ld-as-needed-is-used.patch  |   37 
 0010_maintainer_mode.patch  |   19 
 0011_saslauthd_ac_prog_libtool.patch|   15 
 0013-Don-t-use-la-files-for-opening-plugins.patch   |  153 +++
 0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch |   26 
 0022-Fix-keytab-option-for-MIT-Kerberos.patch   |   66 +
 0025_ld_as_needed.patch |   27 
 0026_drop_krb5support_dependency.patch  |   14 
 0030-dont_use_la_files_for_opening_plugins.patch|  134 ---
 0032-Add-with_pgsql-include-postgresql-to-include-path.patch|   23 
 CVE-2013-4122.patch |  116 --
 PKGBUILD|   93 --
 cyrus-sasl-2.1.22-as-needed.patch   |   11 
 cyrus-sasl-2.1.22-qa.patch  |   22 
 cyrus-sasl-2.1.26-size_t.patch  |   11 
 cyrus-sasl-2.1.27-openssl-1.1.0.patch   |  435 
--
 cyrus-sasl-gssapi.patch |   16 
 cyrus-sasl-sql.patch|   39 
 fix-pkgconfig.patch |   27 
 gdbm-errno.patch|   29 
 22 files changed, 432 insertions(+), 944 deletions(-)

Added: 0003-Update-saslauthd.conf-location-in-documentation.patch
===
--- 0003-Update-saslauthd.conf-location-in-documentation.patch  
(rev 0)
+++ 0003-Update-saslauthd.conf-location-in-documentation.patch  2019-02-03 
15:26:46 UTC (rev 345181)
@@ -0,0 +1,41 @@
+From: Debian Cyrus SASL Team
+ 
+Date: Thu, 24 Mar 2016 11:35:03 +0100
+Subject: Update saslauthd.conf location in documentation
+
+date format (cosmetic).
+---
+ saslauthd/saslauthd.mdoc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/saslauthd/saslauthd.mdoc b/saslauthd/saslauthd.mdoc
+index 0c2209e..17c9284 100644
+--- a/saslauthd/saslauthd.mdoc
 b/saslauthd/saslauthd.mdoc
+@@ -10,7 +10,7 @@
+ .\" manpage in saslauthd.8 whenever you change this source
+ .\" version. Only the pre-formatted manpage is installed.
+ .\"
+-.Dd 12 12 2005
++.Dd December 12 2005
+ .Dt SASLAUTHD 8
+ .Os "CMU-SASL"
+ .Sh NAME
+@@ -245,7 +245,7 @@ instead.
+ .Em (All platforms that support OpenLDAP 2.0 or higher)
+ .Pp
+ Authenticate against an ldap server.  The ldap configuration parameters are
+-read from /usr/local/etc/saslauthd.conf.  The location of this file can be
++read from /etc/saslauthd.conf.  The location of this file can be
+ changed with the -O parameter. See the LDAP_SASLAUTHD file included with the
+ distribution for the list of available parameters.
+ .It Li sia
+@@ -278,7 +278,7 @@ was never intended to be used in this manner, anyway.)
+ .Bl -tag -width "/var/run/saslauthd/mux"
+ .It Pa /var/run/saslauthd/mux
+ The default communications socket.
+-.It Pa /usr/local/etc/saslauthd.conf
++.It Pa /etc/saslauthd.conf
+ The default configuration file for ldap support.
+ .El
+ .Sh SEE ALSO

Added: 

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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 15:25:13
  Author: felixonmars
Revision: 429480

upgpkg: haskell-pango 0.13.5.0-14

rebuild with glib 0.13.7.0

Modified:
  haskell-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 15:24:09 UTC (rev 429479)
+++ PKGBUILD2019-02-03 15:25:13 UTC (rev 429480)
@@ -3,7 +3,7 @@
 _hkgname=pango
 pkgname=haskell-pango
 pkgver=0.13.5.0
-pkgrel=13
+pkgrel=14
 pkgdesc="Binding to the pango library for Gtk2Hs."
 url="https://hackage.haskell.org/package/pango;
 license=('LGPL2.1')


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 15:24:09
  Author: felixonmars
Revision: 429479

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-glib/repos/community-staging-x86_64/PKGBUILD (from rev 429478, 
haskell-glib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-03 15:24:09 UTC (rev 429479)
@@ -0,0 +1,37 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-glib
+pkgver=0.13.7.0
+pkgrel=1
+pkgdesc="Binding to the GLIB library for Gtk2Hs."
+url="https://hackage.haskell.org/package/glib;
+license=('LGPL2.1')
+arch=('x86_64')
+depends=('ghc-libs' 'glib2' 'haskell-utf8-string')
+makedepends=('ghc' "haskell-gtk2hs-buildtools")
+provides=('gtk2hs-glib')
+replaces=('gtk2hs-glib')
+conflicts=('gtk2hs-glib')
+source=(https://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz)
+sha512sums=('507fdcc6d686ea25b46d9d6f112aa29ebf751b3db99a19c9938ebd8675a8c167aafe151c96fe115662d15696c79aada93a0b197450159e8f45bc329e3de4455a')
+
+build() {
+cd "${srcdir}/glib-${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}/glib-${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"
+}


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 15:25:31
  Author: felixonmars
Revision: 429481

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-pango/repos/community-staging-x86_64/PKGBUILD (from rev 429480, 
haskell-pango/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-03 15:25:31 UTC (rev 429481)
@@ -0,0 +1,38 @@
+# Maintainer: Sergej Pupykin 
+
+_hkgname=pango
+pkgname=haskell-pango
+pkgver=0.13.5.0
+pkgrel=14
+pkgdesc="Binding to the pango library for Gtk2Hs."
+url="https://hackage.haskell.org/package/pango;
+license=('LGPL2.1')
+arch=('x86_64')
+depends=('ghc-libs' 'pango' 'haskell-glib' 'haskell-cairo')
+makedepends=('ghc' "haskell-gtk2hs-buildtools" "mesa")
+provides=('gtk2hs-pango')
+replaces=('gtk2hs-pango')
+conflicts=('gtk2hs-pango')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d1d6e61118f193d0849e44a2f589391e36f9e6bc80cbf45071d01384e12f600158cad11a49b194388baa1c8c8941a16f8b147a67982016bd9b95035a5f108827')
+
+build() {
+cd $_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 $_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"
+}


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 15:23:51
  Author: felixonmars
Revision: 429478

upgpkg: haskell-glib 0.13.7.0-1

rebuild with glib 0.13.7.0

Modified:
  haskell-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 15:18:20 UTC (rev 429477)
+++ PKGBUILD2019-02-03 15:23:51 UTC (rev 429478)
@@ -1,8 +1,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=haskell-glib
-pkgver=0.13.6.0
-pkgrel=12
+pkgver=0.13.7.0
+pkgrel=1
 pkgdesc="Binding to the GLIB library for Gtk2Hs."
 url="https://hackage.haskell.org/package/glib;
 license=('LGPL2.1')
@@ -13,7 +13,7 @@
 replaces=('gtk2hs-glib')
 conflicts=('gtk2hs-glib')
 
source=(https://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz)
-sha512sums=('f1f777a35002767004281c5d26e15e82980edadefa9e697da6537b7f376b8c81ef89d1a3cb2f89ccbe466f0e4aaeadb266052c562c4d20127214b5bfdc05fb44')
+sha512sums=('507fdcc6d686ea25b46d9d6f112aa29ebf751b3db99a19c9938ebd8675a8c167aafe151c96fe115662d15696c79aada93a0b197450159e8f45bc329e3de4455a')
 
 build() {
 cd "${srcdir}/glib-${pkgver}"


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 15:18:20
  Author: felixonmars
Revision: 429477

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 15:18:02 UTC (rev 429476)
+++ PKGBUILD2019-02-03 15:18:20 UTC (rev 429477)
@@ -1,79 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.4.5
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
-  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
-  'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-lark-parser' 'python2-lark-parser')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('ca9bc0c9235eb20f42ec9c44cd4ae1657b06399b9da976423f86d4631c616d665e75fb5f023c200dbd0d1f53f9c89cd90a04ee1fc2103ced7afbffc66f5ee093')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django || warning "Tests failed"
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module'
-  'python-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module'
-  'python2-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 429476, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 15:18:20 UTC (rev 429477)
@@ -0,0 +1,79 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.4.6
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
+  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
+  'python2-dpcontracts' 

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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 15:18:02
  Author: felixonmars
Revision: 429476

upgpkg: python-hypothesis 4.4.6-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 15:02:00 UTC (rev 429475)
+++ PKGBUILD2019-02-03 15:18:02 UTC (rev 429476)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.4.5
+pkgver=4.4.6
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-lark-parser' 'python2-lark-parser')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('ca9bc0c9235eb20f42ec9c44cd4ae1657b06399b9da976423f86d4631c616d665e75fb5f023c200dbd0d1f53f9c89cd90a04ee1fc2103ced7afbffc66f5ee093')
+sha512sums=('45cd0d0ae463009bbea8dfc0063840969e2548992becaaecad3aa1649d4c2db539b059d47bcd908a7b21cee621763130c2a555942f0fd6046fb2728694ab2d12')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2019-02-03 Thread Johannes Löthberg via arch-commits
Date: Sunday, February 3, 2019 @ 15:02:00
  Author: demize
Revision: 429475

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  298 ++---
 1 file changed, 149 insertions(+), 149 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 15:01:50 UTC (rev 429474)
+++ PKGBUILD2019-02-03 15:02:00 UTC (rev 429475)
@@ -1,149 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Sébastien Luttringer
-# Contributor: Angel Velasquez 
-# Contributor: Fabio Volpe 
-
-pkgbase=python-sphinx
-pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.8.3
-pkgrel=1
-
-arch=('any')
-url='http://www.sphinx-doc.org/'
-license=('BSD')
-
-makedepends=(
-  'python-setuptools'
-  'python-docutils'
-  'python-jinja'
-  'python-pygments'
-  'python-six'
-  'python-imagesize'
-  'python-sphinxcontrib-websupport'
-  'python-sqlalchemy'
-  'python-whoosh'
-  'python2-setuptools'
-  'python2-docutils'
-  'python2-jinja'
-  'python2-pygments'
-  'python2-six'
-  'python2-imagesize'
-  'python2-sphinxcontrib-websupport'
-  'python2-sqlalchemy'
-  'python2-whoosh'
-  'python2-typing'
-)
-
-checkdepends=(
-  'texlive-latexextra'
-  'python-nose' 'python2-nose'
-  'python-snowballstemmer' 'python2-snowballstemmer'
-  'python-babel' 'python2-babel'
-  'python-sphinx-alabaster-theme' 'python2-sphinx-alabaster-theme'
-  'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme'
-  'python-mock' 'python2-mock'
-  'python-html5lib' 'python2-html5lib'
-  'python-requests' 'python2-requests'
-  'python2-pytest' 'python-pytest'
-  'python2-enum34'
-  'python-sphinxcontrib-websupport' 'python2-sphinxcontrib-websupport'
-  'imagemagick' 'librsvg'
-)
-
-source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
-
-validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'
-  'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07')
-sha512sums=('f0a0aa9f6c57001c0c5326d941aa81cd49ec79abd15b217b121750c405a8f5bd6ab965e5eaf15c8be3d681aa711bac0405ff13f2b0a1d58b03c44be4335ed8e3'
-'SKIP')
-
-prepare() {
-  # souce duplication is required because makefile modify source code
-  # setyp.py --build tricks don't works well
-  cp -a Sphinx-$pkgver Sphinx-${pkgver}2
-  # change python2 interpreter
-  find Sphinx-${pkgver}2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-  # change sphinx-binaries name in source code
-  find Sphinx-${pkgver}2 -type f -name '*.py' -exec \
-sed -ri 's,(sphinx-(:?build|apidoc|autogen|quickstart)),\12,' {} \;
-}
-
-build() {
-  msg2 'Python 3 version'
-  cd "$srcdir"/Sphinx-$pkgver
-  make PYTHON=python3 build
-
-  msg2 'Python 2 version'
-  cd "$srcdir"/Sphinx-${pkgver}2
-  make PYTHON=python2 build
-}
-
-#check() {
-#  msg2 'Python 3 version'
-#  cd "$srcdir"/Sphinx-$pkgver
-#  LC_ALL="en_US.UTF-8" make PYTHON=python3 test
-#  rm -r tests
-#
-#  msg2 'Python 2 version'
-#  cd "$srcdir"/Sphinx-${pkgver}2
-#  LC_ALL="en_US.UTF-8" make PYTHON=python2 test
-#  rm -r tests
-#}
-
-package_python-sphinx() {
-  pkgdesc='Python3 documentation generator'
-  depends=(
-'python-setuptools'
-'python-jinja'
-'python-pygments'
-'python-docutils'
-'python-sphinx_rtd_theme'
-'python-sphinx-alabaster-theme'
-'python-babel'
-'python-snowballstemmer'
-'python-six'
-'python-imagesize'
-'python-requests'
-'python-sphinxcontrib-websupport'
-'python-sqlalchemy'
-'python-whoosh'
-  )
-  optdepends=('texlive-latexextra: for generation of PDF documentation'
-  'imagemagick: ext.imageconverter')
-
-  cd Sphinx-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/python-sphinx/LICENSE
-}
-
-package_python2-sphinx() {
-  pkgdesc='Python2 documentation generator'
-  depends=(
-'python2-setuptools'
-'python2-jinja'
-'python2-pygments'
-'python2-docutils'
-'python2-sphinx_rtd_theme'
-'python2-sphinx-alabaster-theme'
-'python2-babel'
-'python2-snowballstemmer'
-'python2-six'
-'python2-imagesize'
-'python2-requests'
-'python2-sphinxcontrib-websupport'
-'python2-sqlalchemy'
-'python2-whoosh'
-'python2-typing'
-  )
-  optdepends=('texlive-latexextra: for generation of PDF documentation'
-  'imagemagick: ext.imageconverter')
-
-  cd Sphinx-${pkgver}2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/python2-sphinx/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinx/repos/community-any/PKGBUILD (from rev 429474, 
python-sphinx/trunk/PKGBUILD)

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

2019-02-03 Thread Johannes Löthberg via arch-commits
Date: Sunday, February 3, 2019 @ 15:01:50
  Author: demize
Revision: 429474

upgpkg: python-sphinx 1.8.4-1

Modified:
  python-sphinx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 12:46:44 UTC (rev 429473)
+++ PKGBUILD2019-02-03 15:01:50 UTC (rev 429474)
@@ -5,7 +5,7 @@
 
 pkgbase=python-sphinx
 pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.8.3
+pkgver=1.8.4
 pkgrel=1
 
 arch=('any')
@@ -54,7 +54,7 @@
 
 validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'
   'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07')
-sha512sums=('f0a0aa9f6c57001c0c5326d941aa81cd49ec79abd15b217b121750c405a8f5bd6ab965e5eaf15c8be3d681aa711bac0405ff13f2b0a1d58b03c44be4335ed8e3'
+sha512sums=('6821bb56c30b52f357ae55f5db45f056883c457eae62a0751a2b654519a07bca9edccb7678b29fa380379f059c9d8899d9e7b06ceccca5ec26962e6f83bb8578'
 'SKIP')
 
 prepare() {


[arch-commits] Commit in ffnvcodec-headers/repos/extra-any (PKGBUILD PKGBUILD)

2019-02-03 Thread Maxime Gauduin via arch-commits
Date: Sunday, February 3, 2019 @ 14:59:06
  Author: alucryd
Revision: 345180

archrelease: copy trunk to extra-any

Added:
  ffnvcodec-headers/repos/extra-any/PKGBUILD
(from rev 345179, ffnvcodec-headers/trunk/PKGBUILD)
Deleted:
  ffnvcodec-headers/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 14:58:58 UTC (rev 345179)
+++ PKGBUILD2019-02-03 14:59:06 UTC (rev 345180)
@@ -1,26 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Bermond 
-
-pkgname=ffnvcodec-headers
-pkgver=8.2.15.6
-pkgrel=1
-pkgdesc='FFmpeg version of headers required to interface with Nvidias codec 
APIs'
-arch=('any')
-url='https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git'
-license=('MIT')
-makedepends=('git')
-source=("git+https://git.videolan.org/git/ffmpeg/nv-codec-headers.git#tag=n${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-  make PREFIX='/usr' -C nv-codec-headers
-  sed -n '4,25p' nv-codec-headers/include/ffnvcodec/nvEncodeAPI.h > LICENSE # 
Extract license
-  sed -i '1,22s/^.\{,3\}//' LICENSE # Delete C comments
-}
-
-package() {
-  make PREFIX='/usr' DESTDIR="${pkgdir}" -C nv-codec-headers install
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/ffnvcodec-headers/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffnvcodec-headers/repos/extra-any/PKGBUILD (from rev 345179, 
ffnvcodec-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 14:59:06 UTC (rev 345180)
@@ -0,0 +1,26 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Bermond 
+
+pkgname=ffnvcodec-headers
+pkgver=8.2.15.7
+pkgrel=1
+pkgdesc='FFmpeg version of headers required to interface with Nvidias codec 
APIs'
+arch=('any')
+url='https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git'
+license=('MIT')
+makedepends=('git')
+source=("git+https://git.videolan.org/git/ffmpeg/nv-codec-headers.git#tag=n${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+  make PREFIX='/usr' -C nv-codec-headers
+  sed -n '4,25p' nv-codec-headers/include/ffnvcodec/nvEncodeAPI.h > LICENSE # 
Extract license
+  sed -i '1,22s/^.\{,3\}//' LICENSE # Delete C comments
+}
+
+package() {
+  make PREFIX='/usr' DESTDIR="${pkgdir}" -C nv-codec-headers install
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/ffnvcodec-headers/
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-03 Thread Maxime Gauduin via arch-commits
Date: Sunday, February 3, 2019 @ 14:58:58
  Author: alucryd
Revision: 345179

upgpkg: ffnvcodec-headers 8.2.15.7-1

Modified:
  ffnvcodec-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 11:10:57 UTC (rev 345178)
+++ PKGBUILD2019-02-03 14:58:58 UTC (rev 345179)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Bermond 
 
 pkgname=ffnvcodec-headers
-pkgver=8.2.15.6
+pkgver=8.2.15.7
 pkgrel=1
 pkgdesc='FFmpeg version of headers required to interface with Nvidias codec 
APIs'
 arch=('any')


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

2019-02-03 Thread Maxim Baz via arch-commits
Date: Sunday, February 3, 2019 @ 12:46:44
  Author: maximbaz
Revision: 429473

archrelease: copy trunk to community-any

Added:
  prettier/repos/community-any/PKGBUILD
(from rev 429472, prettier/trunk/PKGBUILD)
Deleted:
  prettier/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 12:45:59 UTC (rev 429472)
+++ PKGBUILD2019-02-03 12:46:44 UTC (rev 429473)
@@ -1,31 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=prettier
-pkgver=1.16.4
-pkgrel=1
-pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
-arch=("any")
-url="https://prettier.io/;
-license=("MIT")
-depends=("nodejs")
-makedepends=("yarn")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('3563854af97e9f04058c39f73516c134e42950072331c97419419a333a75b3a9')
-
-
-build() {
-   cd "$pkgname-$pkgver"
-   yarn
-   yarn build
-}
-
-
-package() {
-   install -d "$pkgdir/usr/lib/$pkgname"
-   cd "$pkgdir/usr/lib/$pkgname"
-   cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
-   install -d "$pkgdir/usr/bin"
-   ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
-   install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$srcdir/$pkgname-$pkgver/LICENSE"
-}

Copied: prettier/repos/community-any/PKGBUILD (from rev 429472, 
prettier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 12:46:44 UTC (rev 429473)
@@ -0,0 +1,31 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=prettier
+pkgver=1.16.4
+pkgrel=1
+pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
+arch=("any")
+url="https://prettier.io/;
+license=("MIT")
+depends=("nodejs")
+makedepends=("yarn")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('3563854af97e9f04058c39f73516c134e42950072331c97419419a333a75b3a9')
+
+
+build() {
+   cd "$pkgname-$pkgver"
+   yarn
+   yarn build
+}
+
+
+package() {
+   install -d "$pkgdir/usr/lib/$pkgname"
+   cd "$pkgdir/usr/lib/$pkgname"
+   cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
+   install -d "$pkgdir/usr/bin"
+   ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
+   install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$srcdir/$pkgname-$pkgver/LICENSE"
+}


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

2019-02-03 Thread Maxim Baz via arch-commits
Date: Sunday, February 3, 2019 @ 12:45:59
  Author: maximbaz
Revision: 429472

archrelease: copy trunk to community-any

Added:
  prettier/repos/community-any/PKGBUILD
(from rev 429471, prettier/trunk/PKGBUILD)
Deleted:
  prettier/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 12:45:53 UTC (rev 429471)
+++ PKGBUILD2019-02-03 12:45:59 UTC (rev 429472)
@@ -1,31 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=prettier
-pkgver=1.16.3
-pkgrel=1
-pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
-arch=("any")
-url="https://prettier.io/;
-license=("MIT")
-depends=("nodejs")
-makedepends=("yarn")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('13103aba7934c1f8fc124090f1465d0b849b62f80c45414cc0d9ef9436f4c4a6')
-
-
-build() {
-   cd "$pkgname-$pkgver"
-   yarn
-   yarn build
-}
-
-
-package() {
-   install -d "$pkgdir/usr/lib/$pkgname"
-   cd "$pkgdir/usr/lib/$pkgname"
-   cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
-   install -d "$pkgdir/usr/bin"
-   ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
-   install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$srcdir/$pkgname-$pkgver/LICENSE"
-}

Copied: prettier/repos/community-any/PKGBUILD (from rev 429471, 
prettier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 12:45:59 UTC (rev 429472)
@@ -0,0 +1,31 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=prettier
+pkgver=1.16.4
+pkgrel=1
+pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
+arch=("any")
+url="https://prettier.io/;
+license=("MIT")
+depends=("nodejs")
+makedepends=("yarn")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('3563854af97e9f04058c39f73516c134e42950072331c97419419a333a75b3a9')
+
+
+build() {
+   cd "$pkgname-$pkgver"
+   yarn
+   yarn build
+}
+
+
+package() {
+   install -d "$pkgdir/usr/lib/$pkgname"
+   cd "$pkgdir/usr/lib/$pkgname"
+   cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
+   install -d "$pkgdir/usr/bin"
+   ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
+   install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$srcdir/$pkgname-$pkgver/LICENSE"
+}


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

2019-02-03 Thread Maxim Baz via arch-commits
Date: Sunday, February 3, 2019 @ 12:45:53
  Author: maximbaz
Revision: 429471

upgpkg: prettier 1.16.4-1

Modified:
  prettier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 12:38:55 UTC (rev 429470)
+++ PKGBUILD2019-02-03 12:45:53 UTC (rev 429471)
@@ -2,7 +2,7 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=prettier
-pkgver=1.16.3
+pkgver=1.16.4
 pkgrel=1
 pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
 arch=("any")
@@ -11,7 +11,7 @@
 depends=("nodejs")
 makedepends=("yarn")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('13103aba7934c1f8fc124090f1465d0b849b62f80c45414cc0d9ef9436f4c4a6')
+sha256sums=('3563854af97e9f04058c39f73516c134e42950072331c97419419a333a75b3a9')
 
 
 build() {


[arch-commits] Commit in postgrest/repos/community-x86_64 (3 files)

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 12:38:55
  Author: felixonmars
Revision: 429470

archrelease: copy trunk to community-x86_64

Added:
  postgrest/repos/community-x86_64/PKGBUILD
(from rev 429469, postgrest/trunk/PKGBUILD)
Deleted:
  postgrest/repos/community-x86_64/PKGBUILD
  postgrest/repos/community-x86_64/new-hasql.patch

-+
 PKGBUILD|  144 +++-
 new-hasql.patch |  477 --
 2 files changed, 70 insertions(+), 551 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 12:38:30 UTC (rev 429469)
+++ PKGBUILD2019-02-03 12:38:55 UTC (rev 429470)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=postgrest
-pkgver=5.1.0
-pkgrel=7
-pkgdesc="REST API for any Postgres database"
-url="https://github.com/begriffs/postgrest;
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-auto-update' 'haskell-hasql' 'haskell-hasql-pool' 
'haskell-protolude'
- 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
- 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
- 'haskell-configurator-ng' 'haskell-contravariant' 
'haskell-contravariant-extras'
- 'haskell-either' 'haskell-gitrev' 'haskell-hasql-transaction' 
'haskell-heredoc'
- 'haskell-http' 'haskell-http-types' 
'haskell-insert-ordered-containers'
- 'haskell-interpolatedstring-perl6' 'haskell-jose' 'haskell-lens' 
'haskell-lens-aeson'
- 'haskell-network-uri' 'haskell-optparse-applicative' 
'haskell-ranged-sets'
- 'haskell-regex-tdfa' 'haskell-scientific' 'haskell-swagger2' 
'haskell-unordered-containers'
- 'haskell-vector' 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra'
- 'haskell-wai-middleware-static' 'haskell-cookie')
-makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
- 'haskell-hspec-wai-json' 'haskell-hjsonschema')
-checkdepends=('pifpaf' 'postgresql' 'procps-ng')
-source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;
-new-hasql.patch)
-sha512sums=('d4e7ef6dab26e93fe7edb9714cdf245e85ed58556f03d2d14b8e40e0456bf62247d3fe97cdd59db59f76b2a31e7086a2e6f0fc6a4780251bd091f16e8ee28fc2'
-
'53bbac6d2ef850ca66809f971b67d5ffd9b8d210d7561978a088c287e434beef1ba09bae65dc14048caf9b8c8d8eb9c329e618092c62c09dae836a9857ede470')
-
-prepare() {
-cd $pkgname-$pkgver
-patch -p1 -i ../new-hasql.patch
-
-sed -i -e 's/==/>=/' -e 's/< *4.10/<5/' $pkgname.cabal
-}
-
-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-CI
-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
-
-eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
-createdb postgrest_test
-
-# TODO: it shouldn't take this long to finish
-# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
-
-# Disabled: uses stack
-# test/io-tests.sh
-
-pifpaf_stop
-}
-
-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"
-}

Copied: postgrest/repos/community-x86_64/PKGBUILD (from rev 429469, 
postgrest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 12:38:55 UTC (rev 429470)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=5.2.0
+pkgrel=1
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-hasql' 'haskell-hasql-pool' 
'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 

[arch-commits] Commit in postgrest/trunk (PKGBUILD new-hasql.patch)

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 12:38:30
  Author: felixonmars
Revision: 429469

upgpkg: postgrest 5.2.0-1

Modified:
  postgrest/trunk/PKGBUILD
Deleted:
  postgrest/trunk/new-hasql.patch

-+
 PKGBUILD|   12 -
 new-hasql.patch |  477 --
 2 files changed, 4 insertions(+), 485 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 12:14:43 UTC (rev 429468)
+++ PKGBUILD2019-02-03 12:38:30 UTC (rev 429469)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=postgrest
-pkgver=5.1.0
-pkgrel=7
+pkgver=5.2.0
+pkgrel=1
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")
@@ -22,15 +22,11 @@
 makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
  'haskell-hspec-wai-json' 'haskell-hjsonschema')
 checkdepends=('pifpaf' 'postgresql' 'procps-ng')
-source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;
-new-hasql.patch)
-sha512sums=('d4e7ef6dab26e93fe7edb9714cdf245e85ed58556f03d2d14b8e40e0456bf62247d3fe97cdd59db59f76b2a31e7086a2e6f0fc6a4780251bd091f16e8ee28fc2'
-
'53bbac6d2ef850ca66809f971b67d5ffd9b8d210d7561978a088c287e434beef1ba09bae65dc14048caf9b8c8d8eb9c329e618092c62c09dae836a9857ede470')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('7c2bba89457dd8b3d681ccc032482055144b5ee17336b2e90dda6bbed6c229f36cf521cf66aafd7923ca6c147a1f2bb26567a3109079dae65d726e85f85b32ed')
 
 prepare() {
 cd $pkgname-$pkgver
-patch -p1 -i ../new-hasql.patch
-
 sed -i -e 's/==/>=/' -e 's/< *4.10/<5/' $pkgname.cabal
 }
 

Deleted: new-hasql.patch
===
--- new-hasql.patch 2019-02-03 12:14:43 UTC (rev 429468)
+++ new-hasql.patch 2019-02-03 12:38:30 UTC (rev 429469)
@@ -1,477 +0,0 @@
-From e0cc4d157106fb8978b00456181347cdb96ae1c7 Mon Sep 17 00:00:00 2001
-From: Ben Gamari 
-Date: Thu, 28 Jun 2018 01:02:09 -0400
-Subject: [PATCH] Update hasql
-
-Move to hasql 1.3.

- postgrest.cabal   |   6 +-
- src/PostgREST/App.hs  |  16 ++---
- src/PostgREST/DbStructure.hs  | 126 +-
- src/PostgREST/Error.hs|  11 +--
- src/PostgREST/QueryBuilder.hs |  30 
- 5 files changed, 96 insertions(+), 93 deletions(-)
-
-diff --git a/postgrest.cabal b/postgrest.cabal
-index 25231474..acfe7af9 100644
 a/postgrest.cabal
-+++ b/postgrest.cabal
-@@ -64,9 +64,9 @@ library
-  , contravariant-extras
-  , either
-  , gitrev
-- , hasql == 1.1
-- , hasql-pool == 0.4.3
-- , hasql-transaction == 0.5.2
-+ , hasql >= 1.3
-+ , hasql-pool >= 0.5
-+ , hasql-transaction >= 0.7
-  , heredoc
-  , HTTP
-  , http-types
-diff --git a/src/PostgREST/App.hs b/src/PostgREST/App.hs
-index 022d95ac..ff12b6dd 100644
 a/src/PostgREST/App.hs
-+++ b/src/PostgREST/App.hs
-@@ -102,7 +102,7 @@ findProc qi payloadKeys paramsAsSingleObject allProcs =
-  else payloadKeys `S.isSubsetOf` S.fromList (pgaName <$> pdArgs 
x))
-   ) <$> procs
- 
--transactionMode :: Maybe ProcDescription -> Action -> H.Mode
-+transactionMode :: Maybe ProcDescription -> Action -> HT.Mode
- transactionMode proc action =
-   case action of
- ActionRead -> HT.Read
-@@ -131,7 +131,7 @@ app dbStructure proc conf apiRequest =
- Right ((q, cq), bField) -> do
-   let stm = createReadStatement q cq (contentType == 
CTSingularJSON) shouldCount
- (contentType == CTTextCSV) bField
--  row <- H.query () stm
-+  row <- H.statement () stm
-   let (tableTotal, queryTotal, _ , body) = row
-   (status, contentRange) = rangeHeader queryTotal tableTotal
-   canonical = iCanonicalQS apiRequest
-@@ -162,7 +162,7 @@ app dbStructure proc conf apiRequest =
-   stm = createWriteStatement sq mq
- (contentType == CTSingularJSON) isSingle
- (contentType == CTTextCSV) (iPreferRepresentation 
apiRequest) pkCols
--  row <- H.query (toS pjRaw) stm
-+  row <- H.statement (toS pjRaw) stm
-   let (_, _, fs, body) = extractQueryResult row
-   headers = catMaybes [
-   if null fs
-@@ -191,7 +191,7 @@ app dbStructure proc conf apiRequest =
-   let stm = createWriteStatement sq mq
- (contentType == CTSingularJSON) False (contentType == 
CTTextCSV)

[arch-commits] Commit in papirus-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 12:14:43
  Author: felixonmars
Revision: 429468

archrelease: copy trunk to community-any

Added:
  papirus-icon-theme/repos/community-any/PKGBUILD
(from rev 429467, papirus-icon-theme/trunk/PKGBUILD)
Deleted:
  papirus-icon-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 12:13:59 UTC (rev 429467)
+++ PKGBUILD2019-02-03 12:14:43 UTC (rev 429468)
@@ -1,19 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: kitsunyan 
-# Contributor: Grigorii Horos 
-
-pkgname=papirus-icon-theme
-pkgver=20190106
-pkgrel=1
-pkgdesc="Papirus icon theme"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme;
-license=("LGPL3")
-depends=('gtk-update-icon-cache')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('ec9de316c13067e2928c3c9d501b6160c1aeb43dfef0e6a6ee55d3b194383634472bc54b40a662160051375487519346a63518c91f95872af6a16dee8e739b1d')
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: papirus-icon-theme/repos/community-any/PKGBUILD (from rev 429467, 
papirus-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 12:14:43 UTC (rev 429468)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan 
+# Contributor: kitsunyan 
+# Contributor: Grigorii Horos 
+
+pkgname=papirus-icon-theme
+pkgver=20190203
+pkgrel=1
+pkgdesc="Papirus icon theme"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme;
+license=("LGPL3")
+depends=('gtk-update-icon-cache')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('40e274b31cf3f78512229c68c9fc52efcf7f2cb36db4c474052fd954e31ad5ca4f2345df9cc26017056a0604cc1cc9ccd77b4b703d6020da1a8aede571a82926')
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in papirus-icon-theme/trunk (PKGBUILD)

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 12:13:59
  Author: felixonmars
Revision: 429467

upgpkg: papirus-icon-theme 20190203-1

Modified:
  papirus-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 11:57:58 UTC (rev 429466)
+++ PKGBUILD2019-02-03 12:13:59 UTC (rev 429467)
@@ -3,7 +3,7 @@
 # Contributor: Grigorii Horos 
 
 pkgname=papirus-icon-theme
-pkgver=20190106
+pkgver=20190203
 pkgrel=1
 pkgdesc="Papirus icon theme"
 arch=('any')
@@ -11,7 +11,7 @@
 license=("LGPL3")
 depends=('gtk-update-icon-cache')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('ec9de316c13067e2928c3c9d501b6160c1aeb43dfef0e6a6ee55d3b194383634472bc54b40a662160051375487519346a63518c91f95872af6a16dee8e739b1d')
+sha512sums=('40e274b31cf3f78512229c68c9fc52efcf7f2cb36db4c474052fd954e31ad5ca4f2345df9cc26017056a0604cc1cc9ccd77b4b703d6020da1a8aede571a82926')
 
 package() {
   cd $pkgname-$pkgver


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

2019-02-03 Thread Antonio Rojas via arch-commits
Date: Sunday, February 3, 2019 @ 11:10:57
  Author: arojas
Revision: 345178

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 11:10:33 UTC (rev 345177)
+++ PKGBUILD2019-02-03 11:10:57 UTC (rev 345178)
@@ -1,37 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Angelo Theodorou 
-# Contributor: Vinay S Shastry 
-
-pkgname=wxmaxima
-pkgver=18.11.4
-pkgrel=1
-pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
-arch=('x86_64')
-url="https://wxmaxima-developers.github.io/wxmaxima/;
-license=('GPL2')
-depends=('maxima' 'wxgtk3' 'ttf-linux-libertine')
-makedepends=('cmake')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz;)
-sha256sums=('6a2931a14b9491fb0900cf6127943c6f596ed97bb560f1e84c95303909a1fa71')
-
-build() {
-  cd ${pkgname}-Version-${pkgver}
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
-  make
-}
-
-#check() {
-#  cd ${pkgname}-Version-${pkgver}
-#  ./src/wxmaxima test/testbench_simple.wxmx
-#}
-
-package() {
-  cd ${pkgname}-Version-${pkgver}
-
-  make DESTDIR="${pkgdir}" install 
-
-  # Fix category in .desktop file
-  sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop
-}

Copied: wxmaxima/repos/extra-x86_64/PKGBUILD (from rev 345177, 
wxmaxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 11:10:57 UTC (rev 345178)
@@ -0,0 +1,34 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Angelo Theodorou 
+# Contributor: Vinay S Shastry 
+
+pkgname=wxmaxima
+pkgver=19.01.3
+pkgrel=1
+pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
+arch=('x86_64')
+url="https://wxmaxima-developers.github.io/wxmaxima/;
+license=('GPL2')
+depends=('maxima' 'wxgtk3' 'ttf-linux-libertine')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz;)
+sha256sums=('235dfbac6614aea331c1e051e0705ce191122f050b9cbac74cc5750a718497a0')
+
+build() {
+  cd ${pkgname}-Version-${pkgver}
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+  make
+}
+
+#check() {
+#  cd ${pkgname}-Version-${pkgver}
+#  ./src/wxmaxima test/testbench_simple.wxmx
+#}
+
+package() {
+  cd ${pkgname}-Version-${pkgver}
+
+  make DESTDIR="${pkgdir}" install 
+}


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

2019-02-03 Thread Antonio Rojas via arch-commits
Date: Sunday, February 3, 2019 @ 11:10:33
  Author: arojas
Revision: 345177

Update to 19.01.3

Modified:
  wxmaxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 06:31:06 UTC (rev 345176)
+++ PKGBUILD2019-02-03 11:10:33 UTC (rev 345177)
@@ -3,7 +3,7 @@
 # Contributor: Vinay S Shastry 
 
 pkgname=wxmaxima
-pkgver=18.11.4
+pkgver=19.01.3
 pkgrel=1
 pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('maxima' 'wxgtk3' 'ttf-linux-libertine')
 makedepends=('cmake')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz;)
-sha256sums=('6a2931a14b9491fb0900cf6127943c6f596ed97bb560f1e84c95303909a1fa71')
+sha256sums=('235dfbac6614aea331c1e051e0705ce191122f050b9cbac74cc5750a718497a0')
 
 build() {
   cd ${pkgname}-Version-${pkgver}
@@ -31,7 +31,4 @@
   cd ${pkgname}-Version-${pkgver}
 
   make DESTDIR="${pkgdir}" install 
-
-  # Fix category in .desktop file
-  sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop
 }


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 09:25:06
  Author: felixonmars
Revision: 429391

archrelease: copy trunk to community-staging-x86_64

Added:
  xmobar/repos/community-staging-x86_64/
  xmobar/repos/community-staging-x86_64/PKGBUILD
(from rev 429390, xmobar/trunk/PKGBUILD)

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 429390, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-03 09:25:06 UTC (rev 429391)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.29.4
+pkgrel=15
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('BSD')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
+ 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib'
+ 'wireless_tools' 'haskell-text' 'haskell-async' 
'haskell-extensible-exceptions')
+makedepends=('ghc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz)
+sha512sums=('d56ce2ec6014f9bd1d224980524d91c0f72030d4559c001dfbc049902931541b9abd3c8f055cacc10fd3e7cdd067686cdc4f15fcdc37d4c50dfc59d6edcb036e')
+
+prepare() {
+  cd xmobar-$pkgver
+  sed -i -e 's/==.*0.3/== 0.4/' -e 's/< *4.12/<5/' -e 's/< *2.5/<3/' 
xmobar.cabal
+}
+
+build() {
+  cd xmobar-${pkgver}
+  runhaskell setup configure -O \
+--enable-shared \
+--prefix=/usr \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus with_mpris"
+  runhaskell setup build
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 09:24:48
  Author: felixonmars
Revision: 429390

upgpkg: xmobar 0.29.4-15

rebuild with mono-traversable 1.0.11.0

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 09:23:29 UTC (rev 429389)
+++ PKGBUILD2019-02-03 09:24:48 UTC (rev 429390)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.29.4
-pkgrel=14
+pkgrel=15
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('BSD')


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 09:23:29
  Author: felixonmars
Revision: 429389

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 429388, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
429388, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-03 09:23:29 UTC (rev 429389)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.1
+pkgrel=16
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 'haskell-binary-orphans'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-threads'
+ 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 
'haskell-yesod-static'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha512sums=('4d3aeae02be5d430bff6c55d78656e3c9a648674d235bfeb36ce227a39abd3054a132b99ff8040abf05d8e26506fe85d21ecfb6fce73062dd45b5ba98d941144')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 09:23:11
  Author: felixonmars
Revision: 429388

upgpkg: tamarin-prover 1.4.1-16

rebuild with mono-traversable 1.0.11.0

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 09:21:36 UTC (rev 429387)
+++ PKGBUILD2019-02-03 09:23:11 UTC (rev 429388)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.1
-pkgrel=15
+pkgrel=16
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 09:21:36
  Author: felixonmars
Revision: 429387

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 429386, stylish-haskell/trunk/PKGBUILD)

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

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
429386, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-03 09:21:36 UTC (rev 429387)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.9.2.1
+pkgrel=3
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 
'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=('580353475fbd400bae4d7e7e4177ce3799b657601f29ad8158959ea8a40f875a9575b8b02a1a36f4e9c364ab5e266408ef2b3a004a09db6286e139e67c954d6d')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' -e 's/< *1.21/<2/' $pkgname.cabal
+}
+
+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)

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 09:21:17
  Author: felixonmars
Revision: 429386

upgpkg: stylish-haskell 0.9.2.1-3

rebuild with mono-traversable 1.0.11.0

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 09:19:47 UTC (rev 429385)
+++ PKGBUILD2019-02-03 09:21:17 UTC (rev 429386)
@@ -3,7 +3,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.9.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("BSD")


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 09:19:47
  Author: felixonmars
Revision: 429385

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   75 
 stack.install |4 ++
 2 files changed, 79 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 429384, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-03 09:19:47 UTC (rev 429385)
@@ -0,0 +1,75 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.9.3
+pkgrel=52
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-exceptions' 'haskell-extra' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hpack' 'haskell-hpc' 'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-monad-logger' 
'haskell-mono-traversable'
+ 'haskell-mustache' '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-primitive' 'haskell-project-template' 
'haskell-regex-applicative-text'
+ 'haskell-resourcet' 'haskell-retry' 'haskell-rio' 'haskell-split' 
'haskell-store'
+ 'haskell-store-core' 'haskell-streaming-commons' 'haskell-tar' 
'haskell-temporary'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
+ 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
+ 'haskell-zlib' 'haskell-bindings-uname')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  hpack
+  sed -i '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+  cd $pkgname
+
+  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
+  # 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 $pkgname
+
+  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: stack/repos/community-staging-x86_64/stack.install (from rev 429384, 
stack/trunk/stack.install)
===
--- community-staging-x86_64/stack.install  (rev 0)
+++ community-staging-x86_64/stack.install  2019-02-03 09:19:47 UTC (rev 
429385)
@@ -0,0 +1,4 @@
+post_install() {
+  

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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 09:19:29
  Author: felixonmars
Revision: 429384

upgpkg: stack 1.9.3-52

rebuild with mono-traversable 1.0.11.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 09:13:01 UTC (rev 429383)
+++ PKGBUILD2019-02-03 09:19:29 UTC (rev 429384)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.9.3
-pkgrel=51
+pkgrel=52
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 09:13:01
  Author: felixonmars
Revision: 429383

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 429382, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 429382, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-03 09:13:01 UTC (rev 429383)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.6.0
+pkgrel=34
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('4e9575985fe914cb35444995212ac1afaa40b004dbbc86b5987bf8b65e20b14a0102c9c601dc061d604129a8e978021f22a11d682545cb7f07ec974495cfa387')
+
+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 \
+--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
+
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+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 shellcheck/trunk (PKGBUILD)

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 09:12:44
  Author: felixonmars
Revision: 429382

upgpkg: shellcheck 0.6.0-34

rebuild with mono-traversable 1.0.11.0

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 09:09:39 UTC (rev 429381)
+++ PKGBUILD2019-02-03 09:12:44 UTC (rev 429382)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.6.0
-pkgrel=33
+pkgrel=34
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net;
 license=("GPL")


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 09:09:39
  Author: felixonmars
Revision: 429381

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 429380, postgrest/trunk/PKGBUILD)
  postgrest/repos/community-staging-x86_64/new-hasql.patch
(from rev 429380, postgrest/trunk/new-hasql.patch)

-+
 PKGBUILD|   74 
 new-hasql.patch |  477 ++
 2 files changed, 551 insertions(+)

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 429380, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-03 09:09:39 UTC (rev 429381)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=5.1.0
+pkgrel=7
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-hasql' 'haskell-hasql-pool' 
'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-either' 'haskell-gitrev' 'haskell-hasql-transaction' 
'haskell-heredoc'
+ 'haskell-http' 'haskell-http-types' 
'haskell-insert-ordered-containers'
+ 'haskell-interpolatedstring-perl6' 'haskell-jose' 'haskell-lens' 
'haskell-lens-aeson'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 
'haskell-ranged-sets'
+ 'haskell-regex-tdfa' 'haskell-scientific' 'haskell-swagger2' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra'
+ 'haskell-wai-middleware-static' 'haskell-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;
+new-hasql.patch)
+sha512sums=('d4e7ef6dab26e93fe7edb9714cdf245e85ed58556f03d2d14b8e40e0456bf62247d3fe97cdd59db59f76b2a31e7086a2e6f0fc6a4780251bd091f16e8ee28fc2'
+
'53bbac6d2ef850ca66809f971b67d5ffd9b8d210d7561978a088c287e434beef1ba09bae65dc14048caf9b8c8d8eb9c329e618092c62c09dae836a9857ede470')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../new-hasql.patch
+
+sed -i -e 's/==/>=/' -e 's/< *4.10/<5/' $pkgname.cabal
+}
+
+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-CI
+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
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+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"
+}

Copied: postgrest/repos/community-staging-x86_64/new-hasql.patch (from rev 
429380, postgrest/trunk/new-hasql.patch)
===
--- community-staging-x86_64/new-hasql.patch(rev 0)
+++ community-staging-x86_64/new-hasql.patch2019-02-03 09:09:39 UTC (rev 
429381)
@@ -0,0 +1,477 @@
+From e0cc4d157106fb8978b00456181347cdb96ae1c7 Mon Sep 17 00:00:00 2001
+From: Ben Gamari 
+Date: Thu, 28 Jun 2018 01:02:09 -0400
+Subject: [PATCH] Update hasql
+
+Move to hasql 1.3.
+---
+ postgrest.cabal   |   6 +-
+ src/PostgREST/App.hs  |  16 ++---
+ src/PostgREST/DbStructure.hs  | 126 +-
+ 

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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 09:09:22
  Author: felixonmars
Revision: 429380

upgpkg: postgrest 5.1.0-7

rebuild with mono-traversable 1.0.11.0

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 09:06:21 UTC (rev 429379)
+++ PKGBUILD2019-02-03 09:09:22 UTC (rev 429380)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=5.1.0
-pkgrel=6
+pkgrel=7
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 09:06:21
  Author: felixonmars
Revision: 429379

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 429378, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
429378, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-03 09:06:21 UTC (rev 429379)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.4.0
+pkgrel=37
+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-gitrev' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' '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=('d3a666880f0cad0ef7c1e784f2d52f9bb8bfde9e6be6de04c8f094e2a87e99a740f97951c5ffd74b2a1b001e8a977bc9dd3e28be84c3442d3447beadd879e82c')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/< *2.5/<3/' $pkgname.cabal
+}
+
+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-enable_flaky_tests
+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)

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 09:06:03
  Author: felixonmars
Revision: 429378

upgpkg: pandoc-crossref 0.3.4.0-37

rebuild with mono-traversable 1.0.11.0

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 09:04:42 UTC (rev 429377)
+++ PKGBUILD2019-02-03 09:06:03 UTC (rev 429378)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.4.0
-pkgrel=36
+pkgrel=37
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 09:04:42
  Author: felixonmars
Revision: 429377

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
429376, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-03 09:04:42 UTC (rev 429377)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.5.0
+pkgrel=6
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('89153b0f68c745e82a17400037ccf32e2a462fe710746d3665c72f202dade7b7308b7d79e508c6fb89dada1a03058738a634c1609d15474b7342883457658d00')
+
+build() {
+cd $_hkgname-$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 \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+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 || warning 
"https://github.com/jaspervdj/hakyll/issues/682;
+}
+
+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-hakyll/trunk (PKGBUILD)

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 09:04:24
  Author: felixonmars
Revision: 429376

upgpkg: haskell-hakyll 4.12.5.0-6

rebuild with mono-traversable 1.0.11.0

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 09:02:37 UTC (rev 429375)
+++ PKGBUILD2019-02-03 09:04:24 UTC (rev 429376)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.5.0
-pkgrel=5
+pkgrel=6
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("BSD")


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 09:02:20
  Author: felixonmars
Revision: 429374

upgpkg: pandoc-citeproc 0.15.0.1-35

rebuild with mono-traversable 1.0.11.0

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 08:59:28 UTC (rev 429373)
+++ PKGBUILD2019-02-03 09:02:20 UTC (rev 429374)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.15.0.1
-pkgrel=34
+pkgrel=35
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 09:02:37
  Author: felixonmars
Revision: 429375

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 429374, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
429374, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-03 09:02:37 UTC (rev 429375)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.15.0.1
+pkgrel=35
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-attoparsec' 'haskell-base-compat'
+ 'haskell-data-default' 'haskell-hs-bibutils' 'haskell-old-locale' 
'pandoc'
+ 'haskell-pandoc-types' 'haskell-rfc5051' 'haskell-setenv' 
'haskell-split'
+ 'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' '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=('7a7bc7431c6afcec7a1b825f972d5bcda975e23f770b92c13bdaeb42bb6cc0f267ed71b58047ca263f0537e1b3ff3a095e80747f714a1d256234a6e44ec7254f')
+
+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
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || warning "Tests failed"
+}
+
+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/repos (2 files)

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 08:59:28
  Author: felixonmars
Revision: 429373

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 429372, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-03 08:59:28 UTC (rev 429373)
@@ -0,0 +1,66 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.5
+pkgrel=34
+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-haddock-library' 'haskell-skylighting' 'haskell-hslua'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml' 'haskell-http-client-tls'
+ 'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-texmath'
+ 'haskell-network' 'haskell-pandoc-types' 'haskell-random'
+ 'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri' 
'haskell-unicode-transforms'
+ 'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 
'haskell-xml'
+ '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=('40a47680437288253888c6b943192bfcfa402d4bf797962aaa15b8fc43d0ab1887f717c724f71c901c97dcb9bb42322bbb54fdbd9906f0da1187e95b50cfca92')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+sed -i -e 's/< *0.10/<1/' -e 's/< *0.6/<1/' -e 's/< *0.4/<1/' 
$pkgname.cabal
+
+# 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 \
+-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)

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 08:59:10
  Author: felixonmars
Revision: 429372

upgpkg: pandoc 2.5-34

rebuild with mono-traversable 1.0.11.0

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 08:49:09 UTC (rev 429371)
+++ PKGBUILD2019-02-03 08:59:10 UTC (rev 429372)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.5
-pkgrel=33
+pkgrel=34
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 08:48:51
  Author: felixonmars
Revision: 429370

upgpkg: hopenpgp-tools 0.21.3-2

rebuild with mono-traversable 1.0.11.0

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 08:47:22 UTC (rev 429369)
+++ PKGBUILD2019-02-03 08:48:51 UTC (rev 429370)
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.21.3
-pkgrel=1
+pkgrel=2
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 08:49:09
  Author: felixonmars
Revision: 429371

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
429370, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-03 08:49:09 UTC (rev 429371)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.21.3
+pkgrel=2
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-crypto-pubkey'
+ 'haskell-cryptohash' 'haskell-errors' 'haskell-fgl' 
'haskell-graphviz' 'haskell-hopenpgp'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-ixset-typed'
+ 'haskell-lens' 'haskell-monad-loops' 'haskell-openpgp-asciiarmor'
+ 'haskell-optparse-applicative' 'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 
'haskell-prettyprinter-convert-ansi-wl-pprint'
+ 'haskell-resourcet' 'haskell-time-locale-compat' 'haskell-yaml')
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('c19c9164879df7be62e08b69ce9175834044c2d7c0c3a890340e2a10444ac43fc6d2b63fb958925921056ef1e13ec9c7cfe08f20cdc430cfa2b9584fdd625d19')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 08:47:05
  Author: felixonmars
Revision: 429368

upgpkg: hoogle 5.0.17.4-3

rebuild with mono-traversable 1.0.11.0

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 08:45:27 UTC (rev 429367)
+++ PKGBUILD2019-02-03 08:47:05 UTC (rev 429368)
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.17.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("BSD")


  1   2   >