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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 05:54:02
  Author: felixonmars
Revision: 236261

upgpkg: pandoc-citeproc 0.10.4.1-67

rebuild with temporary,1.2.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-12 05:40:56 UTC (rev 236260)
+++ PKGBUILD2017-06-12 05:54:02 UTC (rev 236261)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.10.4.1
-pkgrel=66
+pkgrel=67
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 05:54:25
  Author: felixonmars
Revision: 236262

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

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

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

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 236261, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-12 05:54:25 UTC (rev 236262)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.4.1
+pkgrel=67
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('6e6b0a89a831f9bfaa33dc0f3dff1792ee1626a5e66e1bd34da9447cd3c7de51')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-citeproc() {
+depends=('pandoc' 'icu')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
236261, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-12 05:54:25 UTC (rev 236262)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.4.1
+pkgrel=67
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ 

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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 05:40:56
  Author: felixonmars
Revision: 236260

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

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

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

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 236259, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-12 05:40:56 UTC (rev 236260)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.19.2.1
+pkgrel=71
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-doctemplates" 
"haskell-mtl"
+ "haskell-extensible-exceptions" "haskell-filemanip" 
"haskell-haddock-library"
+ "haskell-skylighting" "haskell-hslua" "haskell-http-client" 
"haskell-syb"
+ "haskell-http-client-tls" "haskell-http-types"  "haskell-text" 
"haskell-texmath"
+ "haskell-network" "haskell-old-time" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-random" "haskell-scientific" "haskell-tagsoup" 
"haskell-temporary"
+ "haskell-network-uri" "haskell-unordered-containers" 
"haskell-zip-archive"
+ "haskell-vector" "haskell-xml" "haskell-yaml" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('08692f3d77bf95bb9ba3407f7af26de7c23134e7efcdafad0bdaf9050e2c7801')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files -f-weigh-pandoc
+runhaskell Setup build
+
+runhaskell Setup haddock --hoogle --html
+
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc() {
+depends=('gmp' 'libffi' 'zlib' 'pcre' 'cmark')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'texlive-core: for pdf output')
+replaces=('pandoc-static')
+conflicts=('pandoc-static')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}
+
+package_haskell-pandoc() {
+pkgdesc="Conversion between markup formats (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc')
+
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 236259, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-12 05:40:56 UTC (rev 236260)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.19.2.1
+pkgrel=71
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" 

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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 05:40:34
  Author: felixonmars
Revision: 236259

upgpkg: pandoc 1.19.2.1-71

rebuild with temporary,1.2.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-12 05:16:37 UTC (rev 236258)
+++ PKGBUILD2017-06-12 05:40:34 UTC (rev 236259)
@@ -5,7 +5,7 @@
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
 pkgver=1.19.2.1
-pkgrel=70
+pkgrel=71
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 05:16:37
  Author: felixonmars
Revision: 236258

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

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

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

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

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
236257, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-12 05:16:37 UTC (rev 236258)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=109
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "haskell-aeson" 
"haskell-ansi-wl-pprint"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-binary-conduit"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-pubkey" 
"haskell-cryptohash"
+ "haskell-errors" "haskell-fgl" "haskell-graphviz" 
"haskell-hopenpgp"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-ixset-typed" "haskell-lens" "haskell-monad-loops" 
"haskell-openpgp-asciiarmor"
+ "haskell-optparse-applicative" "haskell-resourcet" "haskell-text"
+ "haskell-time-locale-compat" "haskell-wl-pprint-extras" 
"haskell-wl-pprint-terminfo"
+ "haskell-yaml")
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--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 hopenpgp-tools/trunk (PKGBUILD)

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 05:16:16
  Author: felixonmars
Revision: 236257

upgpkg: hopenpgp-tools 0.19.4-109

rebuild with temporary,1.2.1

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-12 05:10:56 UTC (rev 236256)
+++ PKGBUILD2017-06-12 05:16:16 UTC (rev 236257)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.4
-pkgrel=108
+pkgrel=109
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 05:10:34
  Author: felixonmars
Revision: 236255

upgpkg: darcs 2.12.5-41

rebuild with temporary,1.2.1

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-12 05:01:41 UTC (rev 236254)
+++ PKGBUILD2017-06-12 05:10:34 UTC (rev 236255)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.12.5
-pkgrel=40
+pkgrel=41
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL")


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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 05:10:56
  Author: felixonmars
Revision: 236256

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

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

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

Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 236255, 
darcs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-12 05:10:56 UTC (rev 236256)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.5
+pkgrel=41
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" 
"haskell-graphviz"
+ "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" 
"haskell-mtl"
+ "haskell-network" "haskell-network-uri" "haskell-old-time" 
"haskell-parsec"
+ "haskell-sandi" "haskell-random" "haskell-regex-applicative"
+ "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text"
+ "haskell-transformers-compat" "haskell-unix-compat" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share/doc}
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 236255, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-12 05:10:56 UTC (rev 236256)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.5
+pkgrel=41
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" 
"haskell-graphviz"
+ "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" 
"haskell-mtl"
+ "haskell-network" "haskell-network-uri" "haskell-old-time" 
"haskell-parsec"
+ "haskell-sandi" "haskell-random" "haskell-regex-applicative"
+ "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text"
+ "haskell-transformers-compat" "haskell-unix-compat" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share/doc}
+chmod 644 

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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 05:01:41
  Author: felixonmars
Revision: 236254

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

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

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

Copied: haskell-graphviz/repos/community-staging-i686/PKGBUILD (from rev 
236253, haskell-graphviz/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-12 05:01:41 UTC (rev 236254)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=graphviz
+pkgname=haskell-graphviz
+pkgver=2999.18.1.2
+pkgrel=10
+pkgdesc="Bindings to Graphviz for graph visualisation."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-colour" "haskell-dlist" "haskell-fgl" 
"haskell-polyparse"
+ "haskell-temporary" "haskell-text" "haskell-wl-pprint-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b08c2026d3810c15f6ad49a07fd7b879978d958fa477b369b719ec00741c85fc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-parsing
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: haskell-graphviz/repos/community-staging-x86_64/PKGBUILD (from rev 
236253, haskell-graphviz/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-12 05:01:41 UTC (rev 236254)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=graphviz
+pkgname=haskell-graphviz
+pkgver=2999.18.1.2
+pkgrel=10
+pkgdesc="Bindings to Graphviz for graph visualisation."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-colour" "haskell-dlist" "haskell-fgl" 
"haskell-polyparse"
+ "haskell-temporary" "haskell-text" "haskell-wl-pprint-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b08c2026d3810c15f6ad49a07fd7b879978d958fa477b369b719ec00741c85fc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-parsing
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s 

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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 05:01:18
  Author: felixonmars
Revision: 236253

upgpkg: haskell-graphviz 2999.18.1.2-10

rebuild with temporary,1.2.1

Modified:
  haskell-graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-12 04:51:43 UTC (rev 236252)
+++ PKGBUILD2017-06-12 05:01:18 UTC (rev 236253)
@@ -5,7 +5,7 @@
 _hkgname=graphviz
 pkgname=haskell-graphviz
 pkgver=2999.18.1.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Bindings to Graphviz for graph visualisation."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 04:51:43
  Author: felixonmars
Revision: 236252

remove flex workaround (FS#54301)

Modified:
  wine/trunk/PKGBUILD
Deleted:
  wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch

--+
 0001-winhlp32-Workaround-a-bug-in-Flex.patch |   33 -
 PKGBUILD |9 +-
 2 files changed, 2 insertions(+), 40 deletions(-)

Deleted: 0001-winhlp32-Workaround-a-bug-in-Flex.patch
===
--- 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-06-12 04:50:59 UTC 
(rev 236251)
+++ 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-06-12 04:51:43 UTC 
(rev 236252)
@@ -1,33 +0,0 @@
-From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
-From: Sebastian Lackner 
-Date: Sat, 14 Jan 2017 05:48:28 +0100
-Subject: winhlp32: Workaround a bug in Flex.
-

- programs/winhlp32/macro.lex.l | 6 +-
- 1 file changed, 1 insertion(+), 5 deletions(-)
-
-diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
-index 8f6945ca988..da2dd22e447 100644
 a/programs/winhlp32/macro.lex.l
-+++ b/programs/winhlp32/macro.lex.l
-@@ -20,7 +20,7 @@
-  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
-  */
- %}
--%option noinput nounput never-interactive 8bit
-+%option noinput nounput never-interactive 8bit noyywrap
- %x quote
- %{
- #include "config.h"
-@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
- {
- return lex_data ? lex_data->window : Globals.active_win;
- }
--
--#ifndef yywrap
--int yywrap(void) { return 1; }
--#endif
--- 
-2.11.0
-

Modified: PKGBUILD
===
--- PKGBUILD2017-06-12 04:50:59 UTC (rev 236251)
+++ PKGBUILD2017-06-12 04:51:43 UTC (rev 236252)
@@ -11,12 +11,10 @@
 _pkgbasever=${pkgver/rc/-rc}
 
 
source=(https://dl.winehq.org/wine/source/2.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
-30-win32-aliases.conf
-0001-winhlp32-Workaround-a-bug-in-Flex.patch)
+30-win32-aliases.conf)
 
sha512sums=('8807e16a571bf45d99097ad5fdfb9fe755f6dbe84010a330fed82f1d48c76b7f19589bfc0e5dde0b9e49a608fd0501db3f7e3e129e4d9d34bcae03bc51a73139'
 'SKIP'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'a6c099fced12271f6ba14f3f93b322f50bc2ecf5cb0b8b7ed0cc1884269569fdd084fe8531dff8db71484f80e62cbd5b69a1a2d04100e9d7485de5b53b9a4bb5')
+
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
   DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
 
@@ -107,9 +105,6 @@
   # Allow ccache to work
   mv $pkgname-$_pkgbasever $pkgname
 
-  # https://bugs.winehq.org/show_bug.cgi?id=42132
-  (cd $pkgname; patch -p1 -i ../0001-winhlp32-Workaround-a-bug-in-Flex.patch)
-
   sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i $pkgname/configure*
 
   # Get rid of old build dirs


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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 04:50:59
  Author: felixonmars
Revision: 236251

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

Added:
  ghc-mod/repos/community-staging-i686/
  ghc-mod/repos/community-staging-i686/PKGBUILD
(from rev 236250, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-x86_64/
  ghc-mod/repos/community-staging-x86_64/PKGBUILD
(from rev 236250, ghc-mod/trunk/PKGBUILD)

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

Copied: ghc-mod/repos/community-staging-i686/PKGBUILD (from rev 236250, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-12 04:50:59 UTC (rev 236251)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.8.0.0
+_commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
+pkgrel=7
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
+ "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
+ "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
+ "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-syb" 
"haskell-temporary" "haskell-text"
+ "haskell-transformers-base")
+source=("$pkgbase-$_commit.tar.gz::https://github.com/DanielG/ghc-mod/archive/$_commit.tar.gz;)
+sha256sums=('75d83356999c2a1e6ea1d9c4340dcf3d260d2b462c4e9691ceb1f28385b3e70b')
+
+prepare() {
+cd $pkgbase-$_commit
+sed -i 's/, optparse-applicative == 0.13.0.*/, optparse-applicative == 
0.13.*/' ghc-mod.cabal
+}
+
+build() {
+cd $pkgbase-$_commit
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_ghc-mod() {
+depends=('cabal-helper' 'ghc')
+
+cd $pkgbase-$_commit
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "COPYING.BSD3" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+}
+
+package_haskell-ghc-mod() {
+pkgdesc="Happy Haskell Programming (docs and libraries)"
+depends=("${makedepends[@]}" 'ghc-mod')
+
+cd $pkgbase-$_commit
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3"
+rm -r "$pkgdir"/usr/{bin,share/$pkgbase}
+}

Copied: ghc-mod/repos/community-staging-x86_64/PKGBUILD (from rev 236250, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-12 04:50:59 UTC (rev 236251)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.8.0.0
+_commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
+pkgrel=7
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
+ "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
+ "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
+ "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-syb" 
"haskell-temporary" "haskell-text"
+

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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 04:50:37
  Author: felixonmars
Revision: 236250

upgpkg: ghc-mod 5.8.0.0-7

rebuild with temporary,1.2.1

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-12 04:38:53 UTC (rev 236249)
+++ PKGBUILD2017-06-12 04:50:37 UTC (rev 236250)
@@ -6,7 +6,7 @@
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=6
+pkgrel=7
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 04:38:53
  Author: felixonmars
Revision: 236249

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

Added:
  cabal-helper/repos/community-staging-i686/
  cabal-helper/repos/community-staging-i686/PKGBUILD
(from rev 236248, cabal-helper/trunk/PKGBUILD)
  cabal-helper/repos/community-staging-x86_64/
  cabal-helper/repos/community-staging-x86_64/PKGBUILD
(from rev 236248, cabal-helper/trunk/PKGBUILD)

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

Copied: cabal-helper/repos/community-staging-i686/PKGBUILD (from rev 236248, 
cabal-helper/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-12 04:38:53 UTC (rev 236249)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=cabal-helper
+pkgname=(cabal-helper haskell-cabal-helper)
+pkgver=0.7.3.0
+pkgrel=2
+pkgdesc="Simple interface to some of Cabals configuration state used by 
ghc-mod"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-mtl" "haskell-temporary" 
"haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('794055f5205dd029aceb2fe9aac183880d2b4ef005d1096ee3052710d01192a4')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--libexecdir="/usr/lib" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_cabal-helper() {
+depends=('gmp' 'libffi')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib/ghc-*,share}
+}
+
+package_haskell-cabal-helper() {
+pkgdesc="Simple interface to some of Cabal's configuration state used by 
ghc-mod (docs and libraries)"
+depends=("${makedepends[@]}" 'cabal-helper')
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+rm 
"$pkgdir"/usr/lib/*-linux-ghc-*/cabal-helper-$pkgver/cabal-helper-wrapper
+}

Copied: cabal-helper/repos/community-staging-x86_64/PKGBUILD (from rev 236248, 
cabal-helper/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-12 04:38:53 UTC (rev 236249)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=cabal-helper
+pkgname=(cabal-helper haskell-cabal-helper)
+pkgver=0.7.3.0
+pkgrel=2
+pkgdesc="Simple interface to some of Cabals configuration state used by 
ghc-mod"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-mtl" "haskell-temporary" 
"haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('794055f5205dd029aceb2fe9aac183880d2b4ef005d1096ee3052710d01192a4')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--libexecdir="/usr/lib" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_cabal-helper() {
+depends=('gmp' 'libffi')
+
+cd 

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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 04:38:32
  Author: felixonmars
Revision: 236248

upgpkg: cabal-helper 0.7.3.0-2

rebuild with temporary,1.2.1

Modified:
  cabal-helper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-12 04:36:59 UTC (rev 236247)
+++ PKGBUILD2017-06-12 04:38:32 UTC (rev 236248)
@@ -5,7 +5,7 @@
 pkgbase=cabal-helper
 pkgname=(cabal-helper haskell-cabal-helper)
 pkgver=0.7.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple interface to some of Cabals configuration state used by 
ghc-mod"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("AGPL3")


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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 04:36:59
  Author: felixonmars
Revision: 236247

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-12 04:36:35 UTC (rev 236246)
+++ PKGBUILD2017-06-12 04:36:59 UTC (rev 236247)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-whatever
-pkgname=('python-whatever' 'python2-whatever')
-pkgver=0.4.2
-pkgrel=2
-pkgdesc='Easy way to make anonymous functions by partial application of 
operators'
-arch=('any')
-license=('BSD')
-url='https://github.com/Suor/whatever'
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("git+https://github.com/Suor/whatever.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a whatever{,-py2}
-}
-
-build() {
-  cd "$srcdir"/whatever
-  python setup.py build
-
-  cd "$srcdir"/whatever-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/whatever
-  python setup.py ptr
-
-  cd "$srcdir"/whatever-py2
-  python2 setup.py ptr
-}
-
-package_python-whatever() {
-  depends=('python')
-
-  cd whatever
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-whatever() {
-  depends=('python2')
-
-  cd whatever-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-whatever/repos/community-any/PKGBUILD (from rev 236246, 
python-whatever/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-12 04:36:59 UTC (rev 236247)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-whatever
+pkgname=('python-whatever' 'python2-whatever')
+pkgver=0.4.3
+pkgrel=1
+pkgdesc='Easy way to make anonymous functions by partial application of 
operators'
+arch=('any')
+license=('BSD')
+url='https://github.com/Suor/whatever'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Suor/whatever/archive/$pkgver.tar.gz;)
+sha512sums=('162d66753ef4fb15279150b7fa953b4ecf086e2b36cc77531dac099ff4a25b3458af627bdf52e168b7b4b2163a1445f35c2c656b1c10c0c73502d2357ba42dd8')
+
+prepare() {
+  cp -a whatever-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/whatever-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/whatever-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/whatever-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/whatever-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-whatever() {
+  depends=('python')
+
+  cd whatever-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-whatever() {
+  depends=('python2')
+
+  cd whatever-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 04:36:35
  Author: felixonmars
Revision: 236246

upgpkg: python-whatever 0.4.3-1

Modified:
  python-whatever/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-12 04:35:44 UTC (rev 236245)
+++ PKGBUILD2017-06-12 04:36:35 UTC (rev 236246)
@@ -3,34 +3,34 @@
 
 pkgbase=python-whatever
 pkgname=('python-whatever' 'python2-whatever')
-pkgver=0.4.2
-pkgrel=2
+pkgver=0.4.3
+pkgrel=1
 pkgdesc='Easy way to make anonymous functions by partial application of 
operators'
 arch=('any')
 license=('BSD')
 url='https://github.com/Suor/whatever'
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
+makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("git+https://github.com/Suor/whatever.git#tag=$pkgver;)
-md5sums=('SKIP')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Suor/whatever/archive/$pkgver.tar.gz;)
+sha512sums=('162d66753ef4fb15279150b7fa953b4ecf086e2b36cc77531dac099ff4a25b3458af627bdf52e168b7b4b2163a1445f35c2c656b1c10c0c73502d2357ba42dd8')
 
 prepare() {
-  cp -a whatever{,-py2}
+  cp -a whatever-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/whatever
+  cd "$srcdir"/whatever-$pkgver
   python setup.py build
 
-  cd "$srcdir"/whatever-py2
+  cd "$srcdir"/whatever-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/whatever
+  cd "$srcdir"/whatever-$pkgver
   python setup.py ptr
 
-  cd "$srcdir"/whatever-py2
+  cd "$srcdir"/whatever-$pkgver-py2
   python2 setup.py ptr
 }
 
@@ -37,7 +37,7 @@
 package_python-whatever() {
   depends=('python')
 
-  cd whatever
+  cd whatever-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
@@ -45,7 +45,7 @@
 package_python2-whatever() {
   depends=('python2')
 
-  cd whatever-py2
+  cd whatever-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 04:35:44
  Author: felixonmars
Revision: 236245

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

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

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

Copied: haskell-temporary/repos/community-staging-i686/PKGBUILD (from rev 
236244, haskell-temporary/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-12 04:35:44 UTC (rev 236245)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=temporary
+pkgname=haskell-temporary
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Portable temporary file and directory support"
+url="http://www.github.com/batterseapower/temporary;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-exceptions")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('cc42c847c34851149890593347f90b2add37240a098d4f7bcdcd3cab1289128e3b48196241394b65edf13bea6e8669f61cab2790d1ec4eb231eb7cfcd3fbbea1')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-temporary/repos/community-staging-x86_64/PKGBUILD (from rev 
236244, haskell-temporary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-12 04:35:44 UTC (rev 236245)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=temporary
+pkgname=haskell-temporary
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Portable temporary file and directory support"
+url="http://www.github.com/batterseapower/temporary;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-exceptions")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('cc42c847c34851149890593347f90b2add37240a098d4f7bcdcd3cab1289128e3b48196241394b65edf13bea6e8669f61cab2790d1ec4eb231eb7cfcd3fbbea1')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 

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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 04:35:20
  Author: felixonmars
Revision: 236244

upgpkg: haskell-temporary 1.2.1-1

rebuild with temporary,1.2.1

Modified:
  haskell-temporary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-12 04:24:05 UTC (rev 236243)
+++ PKGBUILD2017-06-12 04:35:20 UTC (rev 236244)
@@ -4,15 +4,15 @@
 
 _hkgname=temporary
 pkgname=haskell-temporary
-pkgver=1.2.0.4
-pkgrel=3
-pkgdesc="Portable temporary file and directory support for Windows and Unix, 
based on code from Cabal"
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Portable temporary file and directory support"
 url="http://www.github.com/batterseapower/temporary;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-exceptions")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('51e713804246404df8a728919a2e7d1994f8cfda42cfa7a74ea65d8b7d206762')
+sha512sums=('cc42c847c34851149890593347f90b2add37240a098d4f7bcdcd3cab1289128e3b48196241394b65edf13bea6e8669f61cab2790d1ec4eb231eb7cfcd3fbbea1')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-06-11 Thread Jiachen Yang
Date: Monday, June 12, 2017 @ 04:21:41
  Author: farseerfc
Revision: 236241

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

Added:
  qtox/repos/community-staging-i686/PKGBUILD
(from rev 236240, qtox/trunk/PKGBUILD)
  qtox/repos/community-staging-x86_64/PKGBUILD
(from rev 236240, qtox/trunk/PKGBUILD)
Deleted:
  qtox/repos/community-staging-i686/PKGBUILD
  qtox/repos/community-staging-x86_64/PKGBUILD

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-06-12 04:20:26 UTC (rev 236240)
+++ community-staging-i686/PKGBUILD 2017-06-12 04:21:41 UTC (rev 236241)
@@ -1,69 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.10.2
-pkgrel=2
-_gitver='b73603b45a32e63a649294537a62a9f11176c73d'
-pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
-arch=('i686' 'x86_64')
-url='https://github.com/tux3/qTox'
-license=('GPL3')
-depends=('desktop-file-utils'
- 'libxss'
- 'openal'
- 'gtk2'
- 'ffmpeg'
- 'qrencode'
- 'qt5-svg'
- 'sqlcipher'
- 'toxcore')
-makedepends=('qt5-tools' 'git' 'check' 'cmake')
-
-#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
-source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
-
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
-
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz;
-
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
-   
"gcc7fix.patch::https://github.com/qTox/qTox/commit/246e23abf3aa64c494c6abf42c83944eb78f1b16.patch;
-)
-sha512sums=('d0684c35d3aa06d129e3611d0a48c765ffb742cb22053dbc1572ee00bb1c1c1a933f463ad9c7e121b379ef2d63a8e8c3d040424f812733d40ff122864e9fbd84'
-'SKIP'
-
'61d267b721e133573a6fa54d3119c4a9a5f49c0d11db11415dc2b5877ddc841796e6ca23490ebdab0b324fb09a0b69db1aa59997b79b4db0354fc76395db3b36')
-
-# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
-validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

-  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

- '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
- '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
- 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
- '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
- )
-prepare() {
-   patch -p1 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.10.2
+pkgrel=3
+_gitver='b73603b45a32e63a649294537a62a9f11176c73d'
+pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
+arch=('i686' 'x86_64')
+url='https://github.com/tux3/qTox'
+license=('GPL3')
+depends=('desktop-file-utils'
+ 'libxss'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'toxcore')
+makedepends=('qt5-tools' 'git' 'check' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz;
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
+   
"gcc7fix.patch::https://github.com/qTox/qTox/commit/246e23abf3aa64c494c6abf42c83944eb78f1b16.patch;
+)
+sha512sums=('d0684c35d3aa06d129e3611d0a48c765ffb742cb22053dbc1572ee00bb1c1c1a933f463ad9c7e121b379ef2d63a8e8c3d040424f812733d40ff122864e9fbd84'
+'SKIP'
+
'61d267b721e133573a6fa54d3119c4a9a5f49c0d11db11415dc2b5877ddc841796e6ca23490ebdab0b324fb09a0b69db1aa59997b79b4db0354fc76395db3b36')
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  

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

2017-06-11 Thread Jiachen Yang
Date: Monday, June 12, 2017 @ 04:20:26
  Author: farseerfc
Revision: 236240

upgpkg: qtox 1.10.2-3

qtox rebuild for toxcore again

Modified:
  qtox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-12 04:11:32 UTC (rev 236239)
+++ PKGBUILD2017-06-12 04:20:26 UTC (rev 236240)
@@ -6,7 +6,7 @@
 pkgname=qtox
 _pkgname=qTox
 pkgver=1.10.2
-pkgrel=2
+pkgrel=3
 _gitver='b73603b45a32e63a649294537a62a9f11176c73d'
 pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
 arch=('i686' 'x86_64')


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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 04:11:32
  Author: felixonmars
Revision: 236239

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-12 04:11:06 UTC (rev 236238)
+++ PKGBUILD2017-06-12 04:11:32 UTC (rev 236239)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-fs
-pkgname=('python-fs' 'python2-fs')
-pkgver=2.0.3
-pkgrel=1
-pkgdesc="Filesystem abstraction layer"
-arch=('any')
-license=('custom:BSD')
-url="http://pypi.python.org/pypi/fs/;
-makedepends=('python-appdirs' 'python2-appdirs' 'python2-enum34' 'python-pytz' 
'python2-pytz'
- 'python2-scandir' 'python-setuptools' 'python2-setuptools' 
'python-six' 'python2-six')
-checkdepends=('python-nose' 'python2-nose' 'fuse2' 'python-mock' 
'python2-mock' 'python-pyftpdlib'
-  'python2-pyftpdlib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PyFilesystem/pyfilesystem2/archive/v$pkgver.tar.gz;)
-sha512sums=('262a8aa687d89e8b5b775c55d49a63e2e9d88a0a61960871c5443cc4ba47d49ccda5f1a14a5692b6e40a6f4220c0f00205bc2fa3e4700ee0c39b266cd3cd6b77')
-
-prepare() {
-  cp -a pyfilesystem2-$pkgver{,-py2}
-
-  sed -e '/enum34/d' -e '/scandir/d' -i pyfilesystem2-$pkgver/setup.py
-}
-
-build() {
-  cd "$srcdir"/pyfilesystem2-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pyfilesystem2-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  export LC_CTYPE=en_US.UTF-8
-
-  cd "$srcdir"/pyfilesystem2-$pkgver
-  nosetests3 -a "!slow" tests
-
-  cd "$srcdir"/pyfilesystem2-$pkgver-py2
-  nosetests2 -a "!slow" tests
-}
-
-package_python-fs() {
-  depends=('python-appdirs' 'python-pytz' 'python-setuptools' 'python-six')
-
-  cd pyfilesystem2-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-fs() {
-  depends=('python2-appdirs' 'python2-enum34' 'python2-pytz' 'python2-scandir' 
'python2-setuptools'
-   'python2-six')
-
-  cd pyfilesystem2-$pkgver-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-fs/repos/community-any/PKGBUILD (from rev 236238, 
python-fs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-12 04:11:32 UTC (rev 236239)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-fs
+pkgname=('python-fs' 'python2-fs')
+pkgver=2.0.4
+pkgrel=1
+pkgdesc="Filesystem abstraction layer"
+arch=('any')
+license=('custom:BSD')
+url="http://pypi.python.org/pypi/fs/;
+makedepends=('python-appdirs' 'python2-appdirs' 'python2-enum34' 'python-pytz' 
'python2-pytz'
+ 'python2-scandir' 'python-setuptools' 'python2-setuptools' 
'python-six' 'python2-six')
+checkdepends=('python-nose' 'python2-nose' 'fuse2' 'python-mock' 
'python2-mock' 'python-pyftpdlib'
+  'python2-pyftpdlib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyFilesystem/pyfilesystem2/archive/v$pkgver.tar.gz;)
+sha512sums=('6eb0ba671f4da3d96ad2c24ce9aa17b0fe685a7ee98d1732d14a290ce828ff15e5b937db86cb19f700e530593f4372a09cd33818503684cc925c6200a3bfffb3')
+
+prepare() {
+  cp -a pyfilesystem2-$pkgver{,-py2}
+
+  sed -e '/enum34/d' -e '/scandir/d' -i pyfilesystem2-$pkgver/setup.py
+}
+
+build() {
+  cd "$srcdir"/pyfilesystem2-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyfilesystem2-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  export LC_CTYPE=en_US.UTF-8
+
+  cd "$srcdir"/pyfilesystem2-$pkgver
+  nosetests3 -a "!slow" tests
+
+  cd "$srcdir"/pyfilesystem2-$pkgver-py2
+  nosetests2 -a "!slow" tests
+}
+
+package_python-fs() {
+  depends=('python-appdirs' 'python-pytz' 'python-setuptools' 'python-six')
+
+  cd pyfilesystem2-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-fs() {
+  depends=('python2-appdirs' 'python2-enum34' 'python2-pytz' 'python2-scandir' 
'python2-setuptools'
+   'python2-six')
+
+  cd pyfilesystem2-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 04:11:06
  Author: felixonmars
Revision: 236238

upgpkg: python-fs 2.0.4-1

Modified:
  python-fs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-12 04:08:44 UTC (rev 236237)
+++ PKGBUILD2017-06-12 04:11:06 UTC (rev 236238)
@@ -3,7 +3,7 @@
 
 pkgbase=python-fs
 pkgname=('python-fs' 'python2-fs')
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 pkgdesc="Filesystem abstraction layer"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-nose' 'python2-nose' 'fuse2' 'python-mock' 
'python2-mock' 'python-pyftpdlib'
   'python2-pyftpdlib')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PyFilesystem/pyfilesystem2/archive/v$pkgver.tar.gz;)
-sha512sums=('262a8aa687d89e8b5b775c55d49a63e2e9d88a0a61960871c5443cc4ba47d49ccda5f1a14a5692b6e40a6f4220c0f00205bc2fa3e4700ee0c39b266cd3cd6b77')
+sha512sums=('6eb0ba671f4da3d96ad2c24ce9aa17b0fe685a7ee98d1732d14a290ce828ff15e5b937db86cb19f700e530593f4372a09cd33818503684cc925c6200a3bfffb3')
 
 prepare() {
   cp -a pyfilesystem2-$pkgver{,-py2}


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

2017-06-11 Thread Jiachen Yang
Date: Monday, June 12, 2017 @ 04:08:44
  Author: farseerfc
Revision: 236237

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

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

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

Copied: qtox/repos/community-staging-i686/PKGBUILD (from rev 236236, 
qtox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-12 04:08:44 UTC (rev 236237)
@@ -0,0 +1,69 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.10.2
+pkgrel=2
+_gitver='b73603b45a32e63a649294537a62a9f11176c73d'
+pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
+arch=('i686' 'x86_64')
+url='https://github.com/tux3/qTox'
+license=('GPL3')
+depends=('desktop-file-utils'
+ 'libxss'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'toxcore')
+makedepends=('qt5-tools' 'git' 'check' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz;
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
+   
"gcc7fix.patch::https://github.com/qTox/qTox/commit/246e23abf3aa64c494c6abf42c83944eb78f1b16.patch;
+)
+sha512sums=('d0684c35d3aa06d129e3611d0a48c765ffb742cb22053dbc1572ee00bb1c1c1a933f463ad9c7e121b379ef2d63a8e8c3d040424f812733d40ff122864e9fbd84'
+'SKIP'
+
'61d267b721e133573a6fa54d3119c4a9a5f49c0d11db11415dc2b5877ddc841796e6ca23490ebdab0b324fb09a0b69db1aa59997b79b4db0354fc76395db3b36')
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+prepare() {
+   patch -p1 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.10.2
+pkgrel=2
+_gitver='b73603b45a32e63a649294537a62a9f11176c73d'
+pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
+arch=('i686' 'x86_64')
+url='https://github.com/tux3/qTox'
+license=('GPL3')
+depends=('desktop-file-utils'
+ 'libxss'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'toxcore')
+makedepends=('qt5-tools' 'git' 'check' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz;
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
+   
"gcc7fix.patch::https://github.com/qTox/qTox/commit/246e23abf3aa64c494c6abf42c83944eb78f1b16.patch;
+)
+sha512sums=('d0684c35d3aa06d129e3611d0a48c765ffb742cb22053dbc1572ee00bb1c1c1a933f463ad9c7e121b379ef2d63a8e8c3d040424f812733d40ff122864e9fbd84'
+'SKIP'
+
'61d267b721e133573a6fa54d3119c4a9a5f49c0d11db11415dc2b5877ddc841796e6ca23490ebdab0b324fb09a0b69db1aa59997b79b4db0354fc76395db3b36')
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 


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

2017-06-11 Thread Jiachen Yang
Date: Monday, June 12, 2017 @ 04:07:40
  Author: farseerfc
Revision: 236236

upgpkg: qtox 1.10.2-2

qtox rebuild for toxcore

Modified:
  qtox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-12 04:07:29 UTC (rev 236235)
+++ PKGBUILD2017-06-12 04:07:40 UTC (rev 236236)
@@ -6,7 +6,7 @@
 pkgname=qtox
 _pkgname=qTox
 pkgver=1.10.2
-pkgrel=1
+pkgrel=2
 _gitver='b73603b45a32e63a649294537a62a9f11176c73d'
 pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
 arch=('i686' 'x86_64')


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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 04:07:29
  Author: felixonmars
Revision: 236235

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

Added:
  haskell-turtle/repos/community-i686/PKGBUILD
(from rev 236234, haskell-turtle/trunk/PKGBUILD)
  haskell-turtle/repos/community-x86_64/PKGBUILD
(from rev 236234, haskell-turtle/trunk/PKGBUILD)
Deleted:
  haskell-turtle/repos/community-i686/PKGBUILD
  haskell-turtle/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-12 04:07:00 UTC (rev 236234)
+++ community-i686/PKGBUILD 2017-06-12 04:07:29 UTC (rev 236235)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic 
-
-_hkgname=turtle
-pkgname=haskell-turtle
-pkgver=1.3.5
-pkgrel=2
-pkgdesc="Shell programming, Haskell-style"
-url="https://github.com/Gabriel439/Haskell-Turtle-Library;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=8.0.1' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 
'haskell-foldl'
- 'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative' 
'haskell-optional-args'
- 'haskell-semigroups' 'haskell-stm' 'haskell-system-fileio' 
'haskell-system-filepath'
- 'haskell-temporary' 'haskell-text' 'haskell-unix-compat')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('eaec4e3ed8e1209f589f3efdb0aa4987976f25228dfdf97f45bdf77cfc9b2c1d2882d746966a6940d7aed887f0920937b115970148750f4573e603c5380de966')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-turtle/repos/community-i686/PKGBUILD (from rev 236234, 
haskell-turtle/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-12 04:07:29 UTC (rev 236235)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=turtle
+pkgname=haskell-turtle
+pkgver=1.3.6
+pkgrel=1
+pkgdesc="Shell programming, Haskell-style"
+url="https://github.com/Gabriel439/Haskell-Turtle-Library;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 
'haskell-foldl'
+ 'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative' 
'haskell-optional-args'
+ 'haskell-semigroups' 'haskell-stm' 'haskell-system-fileio' 
'haskell-system-filepath'
+ 'haskell-temporary' 'haskell-text' 'haskell-unix-compat')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9f171a7036d98e3cfd8d381b6d3ca58f379d5be704ee3d5583dcbc73511e001dec83890a69a4e0482d113ecde46017c3722bb9a9dd95afbd3d888edeb9be7586')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd 

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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 04:07:00
  Author: felixonmars
Revision: 236234

upgpkg: haskell-turtle 1.3.6-1

Modified:
  haskell-turtle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-12 04:06:31 UTC (rev 236233)
+++ PKGBUILD2017-06-12 04:07:00 UTC (rev 236234)
@@ -4,8 +4,8 @@
 
 _hkgname=turtle
 pkgname=haskell-turtle
-pkgver=1.3.5
-pkgrel=2
+pkgver=1.3.6
+pkgrel=1
 pkgdesc="Shell programming, Haskell-style"
 url="https://github.com/Gabriel439/Haskell-Turtle-Library;
 license=('custom:BSD3')
@@ -15,7 +15,7 @@
  'haskell-semigroups' 'haskell-stm' 'haskell-system-fileio' 
'haskell-system-filepath'
  'haskell-temporary' 'haskell-text' 'haskell-unix-compat')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('eaec4e3ed8e1209f589f3efdb0aa4987976f25228dfdf97f45bdf77cfc9b2c1d2882d746966a6940d7aed887f0920937b115970148750f4573e603c5380de966')
+sha512sums=('9f171a7036d98e3cfd8d381b6d3ca58f379d5be704ee3d5583dcbc73511e001dec83890a69a4e0482d113ecde46017c3722bb9a9dd95afbd3d888edeb9be7586')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 04:06:13
  Author: felixonmars
Revision: 236232

upgpkg: eslint 4.0.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-12 03:53:27 UTC (rev 236231)
+++ PKGBUILD2017-06-12 04:06:13 UTC (rev 236232)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=3.19.0
+pkgver=4.0.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('c7a2c9197582181ff860e0612f8f327a9a594e8f98414342dfb379aaa0a90b56f5924373c9d9501d002d3ee512168652c6021a76bcac4285b61eaeb4d8ffae10')
+sha512sums=('505ba955eb6e6b9c94175735e84ec0543ca78b9b8e9de11ea623116637943b9b23302f25331f5c6966d1d16c4ca768840c35f7aca9aec206a1aa8728f82ba668')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 04:06:31
  Author: felixonmars
Revision: 236233

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 236232, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-12 04:06:13 UTC (rev 236232)
+++ PKGBUILD2017-06-12 04:06:31 UTC (rev 236233)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=3.19.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('c7a2c9197582181ff860e0612f8f327a9a594e8f98414342dfb379aaa0a90b56f5924373c9d9501d002d3ee512168652c6021a76bcac4285b61eaeb4d8ffae10')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-npm link $dep;
-  done
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 236232, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-12 04:06:31 UTC (rev 236233)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs' 'acorn')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
+noextract=("$pkgname-$pkgver.tgz")
+sha512sums=('505ba955eb6e6b9c94175735e84ec0543ca78b9b8e9de11ea623116637943b9b23302f25331f5c6966d1d16c4ca768840c35f7aca9aec206a1aa8728f82ba668')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+npm link $dep;
+  done
+}


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

2017-06-11 Thread Jiachen Yang
Date: Monday, June 12, 2017 @ 03:53:27
  Author: farseerfc
Revision: 236231

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

Added:
  toxcore/repos/community-staging-i686/
  toxcore/repos/community-staging-i686/PKGBUILD
(from rev 236230, toxcore/trunk/PKGBUILD)
  toxcore/repos/community-staging-i686/toxcore.conf
(from rev 236230, toxcore/trunk/toxcore.conf)
  toxcore/repos/community-staging-i686/toxcore.install
(from rev 236230, toxcore/trunk/toxcore.install)
  toxcore/repos/community-staging-x86_64/
  toxcore/repos/community-staging-x86_64/PKGBUILD
(from rev 236230, toxcore/trunk/PKGBUILD)
  toxcore/repos/community-staging-x86_64/toxcore.conf
(from rev 236230, toxcore/trunk/toxcore.conf)
  toxcore/repos/community-staging-x86_64/toxcore.install
(from rev 236230, toxcore/trunk/toxcore.install)

--+
 community-staging-i686/PKGBUILD  |   79 +
 community-staging-i686/toxcore.conf  |2 
 community-staging-i686/toxcore.install   |   15 +
 community-staging-x86_64/PKGBUILD|   79 +
 community-staging-x86_64/toxcore.conf|2 
 community-staging-x86_64/toxcore.install |   15 +
 6 files changed, 192 insertions(+)

Copied: toxcore/repos/community-staging-i686/PKGBUILD (from rev 236230, 
toxcore/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-12 03:53:27 UTC (rev 236231)
@@ -0,0 +1,79 @@
+# Maintainer: Jiachen Yang 
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Håvard Pettersson 
+# Contributor: naxuroqa 
+# Contributor: Boohbah 
+# Contributor: Kevin MacMartin 
+
+pkgname=toxcore
+_pkgname=c-toxcore
+epoch=1
+pkgver=0.1.9
+pkgrel=1
+pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
+arch=('i686' 'x86_64')
+url='https://tox.chat'
+license=('GPL3')
+depends=('systemd' 'libconfig' 'libsodium' 'libvpx' 'opus')
+makedepends=('check' 'cmake')
+conflicts=("tox")
+provides=("tox")
+backup=('etc/tox-bootstrapd.conf')
+install=$pkgname.install
+source=(
+   
"${_pkgname}-v${pkgver}.tar.gz::https://github.com/TokTok/${_pkgname}/archive/v${pkgver}.tar.gz;
+   
"${_pkgname}-v${pkgver}.tar.gz.asc::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz.asc;
+   
#"${_pkgname}-v${pkgver}.tar.lz::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz;
+   
#"${_pkgname}-v${pkgver}.tar.lz.asc::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz.asc;
+   
#"pr504.patch::https://github.com/TokTok/c-toxcore/commit/d4414ffa3acf9e7ab5158e6c7a69c115ccb1a308.patch;
+'toxcore.conf')
+sha512sums=('2ac0661f2d8a1f6b7da8b6ed7eacde31e355cd4426a41e7dff62d319b811bf0c96b3f01035e2cee16d8c83abbf81d80f0379b8c06bce6d054b3dc6092f48e51c'
+'SKIP'
+
'aa1dcfbdf9b613f5d89e238ff5d01e0ea150ad3162792acb806f51ce07fd9ade1270b310b1285a828dcdf578549b95a89fd9bd198fb205c83f5a5be2c969ea63')
+validpgpkeys=(
+'15D3B9A6B3951DF9854FCA93E786548AE0A0B56B'  # 
RobinLindén
+'B7008FF12C079BF6E6EA19D1601A604B7E605776'  # Robin Lindén 

+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+'DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 
+'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+'1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+'31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+'2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+)
+
+prepare() {
+  cd $_pkgname-$pkgver
+  sed -i "s|/usr/local|/usr|" other/bootstrap_daemon/tox-bootstrapd.service
+  sed -i "/Rpath/d;/RPATH/d" CMakeLists.txt
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  #autoreconf -if
+  #./configure \
+  #  --prefix=/usr \
+  #  --enable-daemon \
+  #  --disable-ntox \
+  #  --enable-tests
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DDHT_BOOTSTRAP=on \
+-DBOOTSTRAP_DAEMON=on \
+-DBUILD_NTOX=off
+  make
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  #make check
+  make test
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/toxcore.conf" 
"$pkgdir/usr/lib/sysusers.d/toxcore.conf"
+  install -Dm644 ./other/bootstrap_daemon/tox-bootstrapd.service 
"$pkgdir/usr/lib/systemd/system/tox-bootstrapd.service"
+  install -Dm644 ./other/bootstrap_daemon/tox-bootstrapd.conf 
"$pkgdir/etc/tox-bootstrapd.conf"
+}

Copied: toxcore/repos/community-staging-i686/toxcore.conf (from rev 236230, 
toxcore/trunk/toxcore.conf)

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

2017-06-11 Thread Jiachen Yang
Date: Monday, June 12, 2017 @ 03:52:15
  Author: farseerfc
Revision: 236230

upgpkg: toxcore 1:0.1.9-1

toxcore 1.9.0

Modified:
  toxcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 22:01:47 UTC (rev 236229)
+++ PKGBUILD2017-06-12 03:52:15 UTC (rev 236230)
@@ -9,7 +9,7 @@
 pkgname=toxcore
 _pkgname=c-toxcore
 epoch=1
-pkgver=0.1.8
+pkgver=0.1.9
 pkgrel=1
 pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@

#"${_pkgname}-v${pkgver}.tar.lz.asc::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz.asc;

#"pr504.patch::https://github.com/TokTok/c-toxcore/commit/d4414ffa3acf9e7ab5158e6c7a69c115ccb1a308.patch;
 'toxcore.conf')
-sha512sums=('69b388ba34e5bb58e83fb2d21b82a6781e0eaf7e5858d45267cfb99118101beb6dc93f4b6ec23baa5bddde5803b34b520f95f1dc6cab93829ce31789c85ab1a1'
+sha512sums=('2ac0661f2d8a1f6b7da8b6ed7eacde31e355cd4426a41e7dff62d319b811bf0c96b3f01035e2cee16d8c83abbf81d80f0379b8c06bce6d054b3dc6092f48e51c'
 'SKIP'
 
'aa1dcfbdf9b613f5d89e238ff5d01e0ea150ad3162792acb806f51ce07fd9ade1270b310b1285a828dcdf578549b95a89fd9bd198fb205c83f5a5be2c969ea63')
 validpgpkeys=(


[arch-commits] Commit in systemd/repos (52 files)

2017-06-11 Thread Jan Steffens
Date: Sunday, June 11, 2017 @ 22:15:02
  Author: heftig
Revision: 298622

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

Added:
  systemd/repos/testing-i686/PKGBUILD
(from rev 298621, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/arch.conf
(from rev 298621, systemd/trunk/arch.conf)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 298621, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 298621, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 298621, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/loader.conf
(from rev 298621, systemd/trunk/loader.conf)
  systemd/repos/testing-i686/splash-arch.bmp
(from rev 298621, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-i686/systemd-hwdb.hook
(from rev 298621, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-i686/systemd-sysusers.hook
(from rev 298621, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-i686/systemd-tmpfiles.hook
(from rev 298621, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-i686/systemd-update.hook
(from rev 298621, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-i686/systemd-user.pam
(from rev 298621, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-i686/systemd.install
(from rev 298621, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 298621, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 298621, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 298621, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 298621, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 298621, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 298621, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 298621, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hwdb.hook
(from rev 298621, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-x86_64/systemd-sysusers.hook
(from rev 298621, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
(from rev 298621, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/systemd-update.hook
(from rev 298621, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 298621, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 298621, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/arch.conf
  systemd/repos/testing-i686/initcpio-hook-udev
  systemd/repos/testing-i686/initcpio-install-systemd
  systemd/repos/testing-i686/initcpio-install-udev
  systemd/repos/testing-i686/loader.conf
  systemd/repos/testing-i686/splash-arch.bmp
  systemd/repos/testing-i686/systemd-hwdb.hook
  systemd/repos/testing-i686/systemd-sysusers.hook
  systemd/repos/testing-i686/systemd-tmpfiles.hook
  systemd/repos/testing-i686/systemd-update.hook
  systemd/repos/testing-i686/systemd-user.pam
  systemd/repos/testing-i686/systemd.install
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/arch.conf
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/loader.conf
  systemd/repos/testing-x86_64/splash-arch.bmp
  systemd/repos/testing-x86_64/systemd-hwdb.hook
  systemd/repos/testing-x86_64/systemd-sysusers.hook
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
  systemd/repos/testing-x86_64/systemd-update.hook
  systemd/repos/testing-x86_64/systemd-user.pam
  systemd/repos/testing-x86_64/systemd.install

-+
 /PKGBUILD   |  482 ++
 /arch.conf  |   14 
 /initcpio-hook-udev |   44 ++
 /initcpio-install-systemd   |  394 
 /initcpio-install-udev  |   58 +++
 /loader.conf|2 
 /systemd-hwdb.hook  |   22 +
 /systemd-sysusers.hook  |   22 +
 /systemd-tmpfiles.hook  |   22 +
 /systemd-update.hook|   22 +
 /systemd-user.pam   |   10 
 /systemd.install|  180 +++
 testing-i686/PKGBUILD   |  239 --
 testing-i686/arch.conf  |7 
 testing-i686/initcpio-hook-udev |   22 -
 testing-i686/initcpio-install-systemd   |  197 
 

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

2017-06-11 Thread Jan Steffens
Date: Sunday, June 11, 2017 @ 22:12:26
  Author: heftig
Revision: 298621

233-5: Backport a fix

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 21:43:39 UTC (rev 298620)
+++ PKGBUILD2017-06-11 22:12:26 UTC (rev 298621)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=233
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url="https://www.github.com/systemd/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -45,6 +45,8 @@
   'ff2e33db54719bfe8feea833571652318c6d197c'
   # resolved: do not start LLMNR or mDNS stack when no network enables them
   
'2c7ef56459bf6fe7761595585aa4eed5cd183f27^..2c7ef56459bf6fe7761595585aa4eed5cd183f27^2'
+  # networkd: RFC compliant autonomous prefix handling (#5636)
+  '6554550f35a7976f9110aff94743d3576d5f02dd'
 )
 
 _validate_tag() {


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

2017-06-11 Thread Antonio Rojas
Date: Sunday, June 11, 2017 @ 22:01:47
  Author: arojas
Revision: 236229

archrelease: copy trunk to community-any

Added:
  cimg/repos/community-any/PKGBUILD
(from rev 236228, cimg/trunk/PKGBUILD)
Deleted:
  cimg/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-11 22:01:14 UTC (rev 236228)
+++ PKGBUILD2017-06-11 22:01:47 UTC (rev 236229)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Diego Galizzi 
-# Contributor: zoulnix 
-
-pkgname=cimg
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="Open-source C++ toolkit for image processing"
-arch=('any')
-url="http://cimg.sourceforge.net/;
-license=('CeCiLL-C' 'CeCiLL')
-depends=('fftw' 'graphicsmagick')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dtschump/CImg/archive/v.${pkgver//./}.tar.gz;)
-sha256sums=('a58bbfb83dbac200103d9b96654339bac5b16ace0d2959404d71aa7150f5d0ab')
-
-package() {
-  cd "${srcdir}"/CImg-v.${pkgver//./}
-  install -d "${pkgdir}"/usr/include/CImg/plugins 
${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 CImg.h "${pkgdir}"/usr/include/
-  install -m644 plugins/*.h "${pkgdir}"/usr/include/CImg/plugins/
-  install -m644 Licence_CeCILL*_V*-en.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cimg/repos/community-any/PKGBUILD (from rev 236228, cimg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-11 22:01:47 UTC (rev 236229)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Diego Galizzi 
+# Contributor: zoulnix 
+
+pkgname=cimg
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Open-source C++ toolkit for image processing"
+arch=('any')
+url="http://cimg.eu/;
+license=('CeCiLL-C' 'CeCiLL')
+depends=('fftw' 'graphicsmagick')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dtschump/CImg/archive/v.${pkgver//./}.tar.gz;)
+sha256sums=('4b38e005841f243327570a54f13f8b40d139a811ebe43df0955d3fa9bbaf978e')
+
+package() {
+  cd "${srcdir}"/CImg-v.${pkgver//./}
+  install -d "${pkgdir}"/usr/include/CImg/plugins 
${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 CImg.h "${pkgdir}"/usr/include/
+  install -m644 plugins/*.h "${pkgdir}"/usr/include/CImg/plugins/
+  install -m644 Licence_CeCILL*_V*-en.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2017-06-11 Thread Antonio Rojas
Date: Sunday, June 11, 2017 @ 22:01:14
  Author: arojas
Revision: 236228

Update to 2.0.0

Modified:
  cimg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 21:58:39 UTC (rev 236227)
+++ PKGBUILD2017-06-11 22:01:14 UTC (rev 236228)
@@ -4,15 +4,15 @@
 # Contributor: zoulnix 
 
 pkgname=cimg
-pkgver=1.7.1
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="Open-source C++ toolkit for image processing"
 arch=('any')
-url="http://cimg.sourceforge.net/;
+url="http://cimg.eu/;
 license=('CeCiLL-C' 'CeCiLL')
 depends=('fftw' 'graphicsmagick')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dtschump/CImg/archive/v.${pkgver//./}.tar.gz;)
-sha256sums=('a58bbfb83dbac200103d9b96654339bac5b16ace0d2959404d71aa7150f5d0ab')
+sha256sums=('4b38e005841f243327570a54f13f8b40d139a811ebe43df0955d3fa9bbaf978e')
 
 package() {
   cd "${srcdir}"/CImg-v.${pkgver//./}


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

2017-06-11 Thread Fabio Castelli
Date: Sunday, June 11, 2017 @ 21:56:23
  Author: muflone
Revision: 236225

upgpkg: bluegriffon 2.3.1-3
rebuild for libevent 2.1

Added:
  bluegriffon/trunk/bug_1371991_no_lib_nss_crmf.patch
  bluegriffon/trunk/event__sizeof.patch
Modified:
  bluegriffon/trunk/PKGBUILD

---+
 PKGBUILD  |   19 ++-
 bug_1371991_no_lib_nss_crmf.patch |   23 +++
 event__sizeof.patch   |   18 ++
 3 files changed, 59 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 20:26:09 UTC (rev 236224)
+++ PKGBUILD2017-06-11 21:56:23 UTC (rev 236225)
@@ -5,7 +5,7 @@
 pkgname=bluegriffon
 pkgver=2.3.1
 _mozilla_ver=f14898695ee0
-pkgrel=2
+pkgrel=3
 pkgdesc="The next-generation Web Editor based on the rendering engine of 
Firefox"
 arch=('i686' 'x86_64')
 url="http://bluegriffon.org/;
@@ -18,8 +18,11 @@
 
"mozilla-central-${_mozilla_ver}.tar.bz2"::"https://hg.mozilla.org/mozilla-central/archive/${_mozilla_ver}.tar.bz2;
 
"bug_1329272_icu.patch"::"https://hg.mozilla.org/releases/mozilla-esr45/raw-diff/571b48abf054/build/autoconf/icu.m4;
 
"bug_1290037_update_keybits_in_h2.patch"::"https://hg.mozilla.org/mozilla-central/raw-rev/361ac226da2a;
+
"bug_1269171_mozalloc_in_stl_wrappers.patch"::"https://hg.mozilla.org/mozilla-central/raw-rev/68da139d0866;
+"bug_1371991_no_lib_nss_crmf.patch"
 "${pkgname}_gtk3.patch"
 "bug_1234158_firefox-gtk3-20.patch"
+"event__sizeof.patch"
 "mozconfig"
 "${pkgname}.desktop")
 sha256sums=('1fb0ba05a024be3029fe800ef0297e9e5ff3dcb631d04a95ca30e33e5aa261d7'
@@ -26,8 +29,11 @@
 '0b13213b5f9b3819b56872f7fb4fa7a1170ade06f8797dc4e5f7c8eabca2'
 '93de8102de543bad38dc49d9ffcf7a8a2d9246594a8e7b92c38736ed6c6050cd'
 '87fb92e45f161d47b9e3ca31bcce60555bc33d633116dab4baa3bfba6ad965c4'
+'9d4849338dad39b978f7c15a93c3c255d72d7bfdffa897900a0b771d2e17'
+'08e40f75395d26359ce9bcce42789961900b4dc8fbab8555baba6a2895f7798d'
 '3868f39181a258823c45e7ad62bba8e7b6e8b07c41535dd584c2dc71431f5deb'
 'd5e1b9a702dc693184494899fc4cd57ac206e1fd5415a8e5520b8ff3b822e734'
+'f4440c9d3826f4cda18b9d00129347fe6a22de61e11d593b1a522fa46d685ca0'
 'eaa26dd7e4216f6efd6c98b00154abd102ec60dd920fedb0817286202bb77269'
 '882133b77840356985a81e496b4ddc443f8f33c068cfb7ef0858497820adcfff')
 
@@ -45,6 +51,17 @@
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1290037
   patch -Np1 -i "${srcdir}/bug_1290037_update_keybits_in_h2.patch"
 
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1269171
+  patch -Np1 -i "${srcdir}/bug_1269171_mozalloc_in_stl_wrappers.patch"
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1371991
+  # https://bugs.archlinux.org/task/54395
+  patch -Np1 -i "${srcdir}/bug_1371991_no_lib_nss_crmf.patch"
+
+  # Fix for libevent 2.1
+  # Change _EVENT_SIZEOF to EVENT__SIZEOF
+  patch -Np1 -i "${srcdir}/event__sizeof.patch"
+
   # Move files to their correct location
   cp -r "${srcdir}/${pkgname}-${pkgver}" bluegriffon
   cp "${srcdir}/mozconfig" .mozconfig

Added: bug_1371991_no_lib_nss_crmf.patch
===
--- bug_1371991_no_lib_nss_crmf.patch   (rev 0)
+++ bug_1371991_no_lib_nss_crmf.patch   2017-06-11 21:56:23 UTC (rev 236225)
@@ -0,0 +1,23 @@
+diff -Naur 
mozilla-central-f14898695ee0.orig/config/external/nss/crmf/moz.build 
mozilla-central-f14898695ee0/config/external/nss/crmf/moz.build
+--- mozilla-central-f14898695ee0.orig/config/external/nss/crmf/moz.build   
2016-03-20 05:25:17.0 +0100
 mozilla-central-f14898695ee0/config/external/nss/crmf/moz.build
2017-06-11 21:50:40.989355686 +0200
+@@ -8,7 +8,6 @@
+ 
+ if CONFIG['MOZ_SYSTEM_NSS']:
+ OS_LIBS += [l for l in CONFIG['NSS_LIBS'] if l.startswith('-L')]
+-OS_LIBS += ['-lcrmf']
+ else:
+ USE_LIBS += [
+ # The dependency on nss is not real, but is required to force the
+diff -Naur mozilla-central-f14898695ee0.orig/old-configure.in 
mozilla-central-f14898695ee0/old-configure.in
+--- mozilla-central-f14898695ee0.orig/old-configure.in 2016-03-20 
05:25:17.0 +0100
 mozilla-central-f14898695ee0/old-configure.in  2017-06-11 
21:48:28.725284205 +0200
+@@ -2601,7 +2601,7 @@
+ fi
+ 
+ if test -n "$MOZ_SYSTEM_NSS"; then
+-   NSS_LIBS="$NSS_LIBS -lcrmf"
++   NSS_LIBS="$NSS_LIBS"
+ else
+NSS_CFLAGS="-I${DIST}/include/nss"
+ fi

Added: event__sizeof.patch
===
--- event__sizeof.patch (rev 0)
+++ event__sizeof.patch 2017-06-11 21:56:23 UTC (rev 236225)
@@ -0,0 +1,18 @@
+diff -Naur 
mozilla-central-f14898695ee0.orig/ipc/chromium/src/base/message_pump_libevent.cc
 

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

2017-06-11 Thread Antonio Rojas
Date: Sunday, June 11, 2017 @ 21:43:39
  Author: arojas
Revision: 298620

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

Added:
  unrar/repos/extra-i686/PKGBUILD
(from rev 298619, unrar/trunk/PKGBUILD)
  unrar/repos/extra-i686/unrar-5.3.4-soname.patch
(from rev 298619, unrar/trunk/unrar-5.3.4-soname.patch)
  unrar/repos/extra-x86_64/PKGBUILD
(from rev 298619, unrar/trunk/PKGBUILD)
  unrar/repos/extra-x86_64/unrar-5.3.4-soname.patch
(from rev 298619, unrar/trunk/unrar-5.3.4-soname.patch)
Deleted:
  unrar/repos/extra-i686/PKGBUILD
  unrar/repos/extra-i686/unrar-5.3.4-soname.patch
  unrar/repos/extra-x86_64/PKGBUILD
  unrar/repos/extra-x86_64/unrar-5.3.4-soname.patch

---+
 /PKGBUILD |  102 
 /unrar-5.3.4-soname.patch |   22 ++
 extra-i686/PKGBUILD   |   50 ---
 extra-i686/unrar-5.3.4-soname.patch   |   11 ---
 extra-x86_64/PKGBUILD |   50 ---
 extra-x86_64/unrar-5.3.4-soname.patch |   11 ---
 6 files changed, 124 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-11 21:43:02 UTC (rev 298619)
+++ extra-i686/PKGBUILD 2017-06-11 21:43:39 UTC (rev 298620)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: dorphell 
-
-pkgbase=unrar
-pkgname=('unrar' 'libunrar')
-pkgver=5.5.3
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url="http://www.rarlab.com/rar_add.htm;
-license=('custom')
-makedepends=('hardening-wrapper')
-source=("http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;
-'unrar-5.3.4-soname.patch')
-md5sums=('21aacd1ce6c3e07f89801c78dbc31c01'
- '8c0f28fc9e0c5a974396e82cf053a46b')
-
-prepare() {
-  cd "${srcdir}/${pkgbase}"
-  patch -Np1 -i "${srcdir}/unrar-5.3.4-soname.patch"
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}"
-  cp -a ${srcdir}/unrar ${srcdir}/libunrar
-  make -C "${srcdir}"/libunrar lib libversion=${pkgver} CXXFLAGS="-fPIC 
${CXXFLAGS}"
-  make CXXFLAGS="-fPIC ${CXXFLAGS}" STRIP="true"
-}
-
-package_unrar() {
-  pkgdesc="The RAR uncompression program"
-  depends=('gcc-libs')
-  cd "${srcdir}/${pkgbase}"
-  install -Dm755 unrar "${pkgdir}/usr/bin/unrar"
-  # install license
-  install -Dm644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_libunrar() {
-  pkgdesc="Library and header file for applications that use libunrar"
-  depends=('gcc-libs')
-  cd "${srcdir}/libunrar"
-  install -Dm755 libunrar.so.${pkgver} 
"${pkgdir}/usr/lib/libunrar.so.${pkgver}"
-  install -Dm644 dll.hpp "${pkgdir}/usr/include/unrar/dll.hpp"
-  ln -s libunrar.so.${pkgver} "${pkgdir}/usr/lib/libunrar.so.5"
-  ln -s libunrar.so.${pkgver} "${pkgdir}/usr/lib/libunrar.so"
-  # install license
-  install -Dm644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: unrar/repos/extra-i686/PKGBUILD (from rev 298619, unrar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-11 21:43:39 UTC (rev 298620)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+# Contributor: dorphell 
+
+pkgbase=unrar
+pkgname=('unrar' 'libunrar')
+pkgver=5.5.4
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url="http://www.rarlab.com/rar_add.htm;
+license=('custom')
+makedepends=('hardening-wrapper')
+source=("http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;
+'unrar-5.3.4-soname.patch')
+md5sums=('0def2076d53a65b8243d01fa74259a50'
+ '8c0f28fc9e0c5a974396e82cf053a46b')
+
+prepare() {
+  cd "${srcdir}/${pkgbase}"
+  patch -Np1 -i "${srcdir}/unrar-5.3.4-soname.patch"
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}"
+  cp -a ${srcdir}/unrar ${srcdir}/libunrar
+  make -C "${srcdir}"/libunrar lib libversion=${pkgver} CXXFLAGS="-fPIC 
${CXXFLAGS}"
+  make CXXFLAGS="-fPIC ${CXXFLAGS}" STRIP="true"
+}
+
+package_unrar() {
+  pkgdesc="The RAR uncompression program"
+  depends=('gcc-libs')
+  cd "${srcdir}/${pkgbase}"
+  install -Dm755 unrar "${pkgdir}/usr/bin/unrar"
+  # install license
+  install -Dm644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_libunrar() {
+  pkgdesc="Library and header file for applications that use libunrar"
+  depends=('gcc-libs')
+  cd "${srcdir}/libunrar"
+  install -Dm755 libunrar.so.${pkgver} 
"${pkgdir}/usr/lib/libunrar.so.${pkgver}"
+  install -Dm644 dll.hpp "${pkgdir}/usr/include/unrar/dll.hpp"
+  ln -s libunrar.so.${pkgver} "${pkgdir}/usr/lib/libunrar.so.5"
+  ln -s libunrar.so.${pkgver} "${pkgdir}/usr/lib/libunrar.so"
+  # install license
+  install -Dm644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: 

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

2017-06-11 Thread Antonio Rojas
Date: Sunday, June 11, 2017 @ 21:43:02
  Author: arojas
Revision: 298619

Update to 5.5.4

Modified:
  unrar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 21:17:49 UTC (rev 298618)
+++ PKGBUILD2017-06-11 21:43:02 UTC (rev 298619)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Giovanni Scafora 
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
 # Contributor: dorphell 
 
 pkgbase=unrar
 pkgname=('unrar' 'libunrar')
-pkgver=5.5.3
+pkgver=5.5.4
 pkgrel=1
 epoch=1
 arch=('i686' 'x86_64')
@@ -13,7 +14,7 @@
 makedepends=('hardening-wrapper')
 source=("http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;
 'unrar-5.3.4-soname.patch')
-md5sums=('21aacd1ce6c3e07f89801c78dbc31c01'
+md5sums=('0def2076d53a65b8243d01fa74259a50'
  '8c0f28fc9e0c5a974396e82cf053a46b')
 
 prepare() {


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

2017-06-11 Thread Antonio Rojas
Date: Sunday, June 11, 2017 @ 21:17:49
  Author: arojas
Revision: 298618

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-11 21:17:25 UTC (rev 298617)
+++ extra-i686/PKGBUILD 2017-06-11 21:17:49 UTC (rev 298618)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=17.04.2
-pkgrel=2
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='https://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('kio' 'kitemmodels' 'mariadb')
-makedepends=('extra-cmake-modules' 'postgresql' 'qt5-tools' 'boost' 'python' 
'kdesignerplugin')
-optdepends=('postgresql: PostgreSQL backend')
-conflicts=('akonadi-client')
-provides=('akonadi-client')
-replaces=('akonadi-client')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
-
kdebug-380182.patch::"https://cgit.kde.org/akonadi.git/patch/?id=2dc7fbf5;)
-sha256sums=('cd10074e2791e80dd01b51e79ab033bfe552e2d82ed034d8d0c30fe7b2ef6321'
-'SKIP'
-'f7a1c570466951724809466d01bbeac0ab9b81bbb09787abcae6e68671f7f0d3')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix moving several mails in kmail https://bugs.kde.org/show_bug.cgi?id=380182
-  patch -p1 -i ../kdebug-380182.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi/repos/extra-i686/PKGBUILD (from rev 298617, 
akonadi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-11 21:17:49 UTC (rev 298618)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=17.04.2
+pkgrel=3
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('kio' 'kitemmodels' 'mariadb')
+makedepends=('extra-cmake-modules' 'postgresql' 'qt5-tools' 'boost' 'python' 
'kdesignerplugin')
+optdepends=('postgresql: PostgreSQL backend')
+conflicts=('akonadi-client')
+provides=('akonadi-client')
+replaces=('akonadi-client')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-380182.patch::"https://cgit.kde.org/akonadi.git/patch/?id=2dc7fbf5;)
+sha256sums=('cd10074e2791e80dd01b51e79ab033bfe552e2d82ed034d8d0c30fe7b2ef6321'
+'SKIP'
+'f7a1c570466951724809466d01bbeac0ab9b81bbb09787abcae6e68671f7f0d3')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix moving several mails in kmail https://bugs.kde.org/show_bug.cgi?id=380182
+  patch -p1 -i ../kdebug-380182.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-11 21:17:25 UTC (rev 298617)
+++ extra-x86_64/PKGBUILD   2017-06-11 21:17:49 UTC (rev 298618)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=17.04.2
-pkgrel=2
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='https://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('kio' 'kitemmodels' 

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

2017-06-11 Thread Antonio Rojas
Date: Sunday, June 11, 2017 @ 21:17:25
  Author: arojas
Revision: 298617

Bump

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 21:00:38 UTC (rev 298616)
+++ PKGBUILD2017-06-11 21:17:25 UTC (rev 298617)
@@ -5,7 +5,7 @@
 
 pkgname=akonadi
 pkgver=17.04.2
-pkgrel=2
+pkgrel=3
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
 arch=('i686' 'x86_64')
 url='https://community.kde.org/KDE_PIM/Akonadi'


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

2017-06-11 Thread Antonio Rojas
Date: Sunday, June 11, 2017 @ 21:00:38
  Author: arojas
Revision: 298616

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

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

---+
 /PKGBUILD |   94 
 extra-i686/PKGBUILD   |   41 
 extra-x86_64/PKGBUILD |   41 
 3 files changed, 94 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-11 20:59:55 UTC (rev 298615)
+++ extra-i686/PKGBUILD 2017-06-11 21:00:38 UTC (rev 298616)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=17.04.2
-pkgrel=2
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='https://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('kio' 'kitemmodels' 'mariadb')
-makedepends=('extra-cmake-modules' 'postgresql' 'qt5-tools' 'boost' 'python' 
'kdesignerplugin')
-optdepends=('postgresql: PostgreSQL backend')
-conflicts=('akonadi-client')
-provides=('akonadi-client')
-replaces=('akonadi-client')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('cd10074e2791e80dd01b51e79ab033bfe552e2d82ed034d8d0c30fe7b2ef6321'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: akonadi/repos/extra-i686/PKGBUILD (from rev 298615, 
akonadi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-11 21:00:38 UTC (rev 298616)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=17.04.2
+pkgrel=2
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('kio' 'kitemmodels' 'mariadb')
+makedepends=('extra-cmake-modules' 'postgresql' 'qt5-tools' 'boost' 'python' 
'kdesignerplugin')
+optdepends=('postgresql: PostgreSQL backend')
+conflicts=('akonadi-client')
+provides=('akonadi-client')
+replaces=('akonadi-client')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-380182.patch::"https://cgit.kde.org/akonadi.git/patch/?id=2dc7fbf5;)
+sha256sums=('cd10074e2791e80dd01b51e79ab033bfe552e2d82ed034d8d0c30fe7b2ef6321'
+'SKIP'
+'f7a1c570466951724809466d01bbeac0ab9b81bbb09787abcae6e68671f7f0d3')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix moving several mails in kmail https://bugs.kde.org/show_bug.cgi?id=380182
+  patch -p1 -i ../kdebug-380182.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-11 20:59:55 UTC (rev 298615)
+++ extra-x86_64/PKGBUILD   2017-06-11 21:00:38 UTC (rev 298616)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=17.04.2
-pkgrel=2
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='https://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('kio' 'kitemmodels' 'mariadb')
-makedepends=('extra-cmake-modules' 'postgresql' 'qt5-tools' 'boost' 'python' 
'kdesignerplugin')
-optdepends=('postgresql: PostgreSQL backend')
-conflicts=('akonadi-client')
-provides=('akonadi-client')
-replaces=('akonadi-client')

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

2017-06-11 Thread Antonio Rojas
Date: Sunday, June 11, 2017 @ 20:59:55
  Author: arojas
Revision: 298615

Fix moving messages in kmail (KDEBUG#380182)

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 14:57:35 UTC (rev 298614)
+++ PKGBUILD2017-06-11 20:59:55 UTC (rev 298615)
@@ -16,13 +16,19 @@
 conflicts=('akonadi-client')
 provides=('akonadi-client')
 replaces=('akonadi-client')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-380182.patch::"https://cgit.kde.org/akonadi.git/patch/?id=2dc7fbf5;)
 sha256sums=('cd10074e2791e80dd01b51e79ab033bfe552e2d82ed034d8d0c30fe7b2ef6321'
-'SKIP')
+'SKIP'
+'f7a1c570466951724809466d01bbeac0ab9b81bbb09787abcae6e68671f7f0d3')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix moving several mails in kmail https://bugs.kde.org/show_bug.cgi?id=380182
+  patch -p1 -i ../kdebug-380182.patch
 }
 
 build() {


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

2017-06-11 Thread Maxime Gauduin
Date: Sunday, June 11, 2017 @ 20:25:53
  Author: alucryd
Revision: 236223

upgpkg: wit 2.40a-1

Modified:
  wit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 20:08:16 UTC (rev 236222)
+++ PKGBUILD2017-06-11 20:25:53 UTC (rev 236223)
@@ -3,7 +3,7 @@
 # Contributor: Gordin 
 
 pkgname=wit
-pkgver=2.31a
+pkgver=2.40a
 pkgrel=1
 pkgdesc='Wiimms ISO Tools'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('bash: Update titles lists'
 'wget: Update titles lists')
 install='wit.install'
-source=('wit::svn+http://opensvn.wiimm.de/wii/trunk/wiimms-iso-tools#revision=6005'
+source=('wit::svn+http://opensvn.wiimm.de/wii/trunk/wiimms-iso-tools#revision=7331'
 'wit-titles.patch')
 sha256sums=('SKIP'
 'ace3f1245430e9db8962ecb0d4f459ab73bb43f2d5d536a6fac82ad9b34186fa')


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

2017-06-11 Thread Maxime Gauduin
Date: Sunday, June 11, 2017 @ 20:26:09
  Author: alucryd
Revision: 236224

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

Added:
  wit/repos/community-i686/PKGBUILD
(from rev 236223, wit/trunk/PKGBUILD)
  wit/repos/community-i686/wit-titles.patch
(from rev 236223, wit/trunk/wit-titles.patch)
  wit/repos/community-i686/wit.install
(from rev 236223, wit/trunk/wit.install)
  wit/repos/community-x86_64/PKGBUILD
(from rev 236223, wit/trunk/PKGBUILD)
  wit/repos/community-x86_64/wit-titles.patch
(from rev 236223, wit/trunk/wit-titles.patch)
  wit/repos/community-x86_64/wit.install
(from rev 236223, wit/trunk/wit.install)
Deleted:
  wit/repos/community-i686/PKGBUILD
  wit/repos/community-i686/wit-titles.patch
  wit/repos/community-i686/wit.install
  wit/repos/community-x86_64/PKGBUILD
  wit/repos/community-x86_64/wit-titles.patch
  wit/repos/community-x86_64/wit.install

---+
 /PKGBUILD |   90 
 /wit-titles.patch |   38 +++
 /wit.install  |   20 
 community-i686/PKGBUILD   |   45 --
 community-i686/wit-titles.patch   |   19 ---
 community-i686/wit.install|   10 
 community-x86_64/PKGBUILD |   45 --
 community-x86_64/wit-titles.patch |   19 ---
 community-x86_64/wit.install  |   10 
 9 files changed, 148 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-11 20:25:53 UTC (rev 236223)
+++ community-i686/PKGBUILD 2017-06-11 20:26:09 UTC (rev 236224)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gordin 
-
-pkgname=wit
-pkgver=2.31a
-pkgrel=1
-pkgdesc='Wiimms ISO Tools'
-arch=('i686' 'x86_64')
-url='http://wit.wiimm.de'
-license=('GPL2')
-depends=('fuse' 'zlib')
-makedepends=('subversion')
-optdepends=('bash: Update titles lists'
-'wget: Update titles lists')
-install='wit.install'
-source=('wit::svn+http://opensvn.wiimm.de/wii/trunk/wiimms-iso-tools#revision=6005'
-'wit-titles.patch')
-sha256sums=('SKIP'
-'ace3f1245430e9db8962ecb0d4f459ab73bb43f2d5d536a6fac82ad9b34186fa')
-
-prepare() {
-  cd wit
-
-  patch -Np1 -i ../wit-titles.patch
-}
-
-build() {
-  cd wit
-
-  export LDFLAGS="$LDFLAGS,-z,noexecstack"
-
-  make INSTALL_PATH="${pkgdir}/usr" tools
-  make doc
-}
-
-package () {
-  cd wit
-
-  make install
-  install -dm 755 "${pkgdir}"/usr/share/doc/wit
-  install -m 644 doc/*.txt "${pkgdir}"/usr/share/doc/wit/
-}
-
-# vim: ts=2 sw=2 et:

Copied: wit/repos/community-i686/PKGBUILD (from rev 236223, wit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-11 20:26:09 UTC (rev 236224)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Gordin 
+
+pkgname=wit
+pkgver=2.40a
+pkgrel=1
+pkgdesc='Wiimms ISO Tools'
+arch=('i686' 'x86_64')
+url='http://wit.wiimm.de'
+license=('GPL2')
+depends=('fuse2' 'zlib')
+makedepends=('subversion')
+optdepends=('bash: Update titles lists'
+'wget: Update titles lists')
+install='wit.install'
+source=('wit::svn+http://opensvn.wiimm.de/wii/trunk/wiimms-iso-tools#revision=7331'
+'wit-titles.patch')
+sha256sums=('SKIP'
+'ace3f1245430e9db8962ecb0d4f459ab73bb43f2d5d536a6fac82ad9b34186fa')
+
+prepare() {
+  cd wit
+
+  patch -Np1 -i ../wit-titles.patch
+}
+
+build() {
+  cd wit
+
+  export LDFLAGS="$LDFLAGS,-z,noexecstack"
+
+  make INSTALL_PATH="${pkgdir}/usr" tools
+  make doc
+}
+
+package () {
+  cd wit
+
+  make install
+  install -dm 755 "${pkgdir}"/usr/share/doc/wit
+  install -m 644 doc/*.txt "${pkgdir}"/usr/share/doc/wit/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/wit-titles.patch
===
--- community-i686/wit-titles.patch 2017-06-11 20:25:53 UTC (rev 236223)
+++ community-i686/wit-titles.patch 2017-06-11 20:26:09 UTC (rev 236224)
@@ -1,19 +0,0 @@
-diff -rupN wit.orig/setup/load-titles.sh wit/setup/load-titles.sh
 wit.orig/setup/load-titles.sh  2014-08-19 17:54:05.351879800 +0200
-+++ wit/setup/load-titles.sh   2014-08-19 18:04:14.235375300 +0200
-@@ -30,12 +30,11 @@
- 
- NEEDED="wit wget tr"
- 
--BASE_PATH="@@INSTALL-PATH@@"
--SHARE_PATH="@@SHARE-PATH@@"
--URI_TITLES=@@URI-TITLES@@
-+SHARE_PATH="/usr/share/wit"
-+URI_TITLES="@@URI-TITLES@@"
- LANGUAGES="@@LANGUAGES@@"
- 
--SHARE_DIR=./share
-+SHARE_DIR="/tmp"
- 
- 
#--
- 

Copied: wit/repos/community-i686/wit-titles.patch (from rev 236223, 
wit/trunk/wit-titles.patch)

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

2017-06-11 Thread Jaroslav Lichtblau
Date: Sunday, June 11, 2017 @ 20:08:16
  Author: jlichtblau
Revision: 236222

upgpkg: trickle 1.07-9 - libevent 2.1 rebuild

Modified:
  trickle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 19:40:47 UTC (rev 236221)
+++ PKGBUILD2017-06-11 20:08:16 UTC (rev 236222)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor Romain Bouchaud-Leduc 
 
 pkgname=trickle
 pkgver=1.07
-pkgrel=8
+pkgrel=9
 pkgdesc="Lightweight userspace bandwidth shaper"
 arch=('i686' 'x86_64')
 url="http://monkey.org/~marius/trickle;


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

2017-06-11 Thread Jonathan Steel
Date: Sunday, June 11, 2017 @ 19:40:47
  Author: jsteel
Revision: 236221

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-11 19:40:25 UTC (rev 236220)
+++ community-i686/PKGBUILD 2017-06-11 19:40:47 UTC (rev 236221)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: megadriver 
-# Contributor: Angel Velasquez 
-# Contributor: Daenyth 
-# Contributor: kagan 
-# Contributor: Hans-Kristian Arntzen 
-
-pkgname=mednafen
-pkgver=0.9.45
-pkgrel=1
-pkgdesc="Command-line multi-system gaming emulator"
-url="https://mednafen.github.io;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsndfile' 'sdl' 'zlib')
-makedepends=('mesa' 'glu')
-source=(https://mednafen.github.io/releases/files/$pkgname-$pkgver.tar.xz)
-md5sums=('a34f16b2503b175d86642506ff9902a4')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
-   README{,.DOS,.PORTING} TODO; do
-install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
-  done
-}

Copied: mednafen/repos/community-i686/PKGBUILD (from rev 236220, 
mednafen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-11 19:40:47 UTC (rev 236221)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: megadriver 
+# Contributor: Angel Velasquez 
+# Contributor: Daenyth 
+# Contributor: kagan 
+# Contributor: Hans-Kristian Arntzen 
+
+pkgname=mednafen
+pkgver=0.9.45.1
+pkgrel=1
+pkgdesc="Command-line multi-system gaming emulator"
+url="https://mednafen.github.io;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsndfile' 'sdl' 'zlib')
+makedepends=('mesa' 'glu')
+source=(https://mednafen.github.io/releases/files/$pkgname-$pkgver.tar.xz)
+md5sums=('2ea369e961177e026ac666a52e378422')
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
+   README{,.DOS,.PORTING} TODO; do
+install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-11 19:40:25 UTC (rev 236220)
+++ community-x86_64/PKGBUILD   2017-06-11 19:40:47 UTC (rev 236221)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: megadriver 
-# Contributor: Angel Velasquez 
-# Contributor: Daenyth 
-# Contributor: kagan 
-# Contributor: Hans-Kristian Arntzen 
-
-pkgname=mednafen
-pkgver=0.9.45
-pkgrel=1
-pkgdesc="Command-line multi-system gaming emulator"
-url="https://mednafen.github.io;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsndfile' 'sdl' 'zlib')
-makedepends=('mesa' 'glu')
-source=(https://mednafen.github.io/releases/files/$pkgname-$pkgver.tar.xz)
-md5sums=('a34f16b2503b175d86642506ff9902a4')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
-   README{,.DOS,.PORTING} TODO; do
-install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
-  done
-}

Copied: mednafen/repos/community-x86_64/PKGBUILD (from rev 236220, 
mednafen/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-11 19:40:47 UTC (rev 236221)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: megadriver 
+# Contributor: Angel Velasquez 
+# Contributor: Daenyth 
+# Contributor: kagan 
+# Contributor: Hans-Kristian 

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

2017-06-11 Thread Jonathan Steel
Date: Sunday, June 11, 2017 @ 19:40:25
  Author: jsteel
Revision: 236220

upgpkg: mednafen 0.9.45.1-1

Modified:
  mednafen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 19:02:14 UTC (rev 236219)
+++ PKGBUILD2017-06-11 19:40:25 UTC (rev 236220)
@@ -7,7 +7,7 @@
 # Contributor: Hans-Kristian Arntzen 
 
 pkgname=mednafen
-pkgver=0.9.45
+pkgver=0.9.45.1
 pkgrel=1
 pkgdesc="Command-line multi-system gaming emulator"
 url="https://mednafen.github.io;
@@ -16,7 +16,7 @@
 depends=('libsndfile' 'sdl' 'zlib')
 makedepends=('mesa' 'glu')
 source=(https://mednafen.github.io/releases/files/$pkgname-$pkgver.tar.xz)
-md5sums=('a34f16b2503b175d86642506ff9902a4')
+md5sums=('2ea369e961177e026ac666a52e378422')
 
 build() {
   cd $pkgname


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

2017-06-11 Thread Maxime Gauduin
Date: Sunday, June 11, 2017 @ 19:02:07
  Author: alucryd
Revision: 236218

upgpkg: lollypop 0.9.240-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 18:03:23 UTC (rev 236217)
+++ PKGBUILD2017-06-11 19:02:07 UTC (rev 236218)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.239
+pkgver=0.9.240
 _portal_pkgver=0.9.1
 pkgrel=1
 pkgdesc='Music player for GNOME'
@@ -25,7 +25,7 @@
 _commit='8f3fec20c99498a48f33df00eb64d5af20f81a38'
 
source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;
 
"https://github.com/gnumdk/lollypop-portal/releases/download/${_portal_pkgver}/lollypop-portal-${_portal_pkgver}.tar.xz;)
-sha256sums=('2a806ac2f270d70effcda8b5e7eee57486146ea10159ec09581e58b0d0c82a16'
+sha256sums=('78cbd57c41f5d97f8c9286f7e01c0c3d0fde17a3dc01a4a5bae1bf665e653e58'
 'd7c5ae781eb3a7d24b1303b6f0c618d386e7ee0c977f87220f889c12e2713e6f')
 
 build() {


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

2017-06-11 Thread Maxime Gauduin
Date: Sunday, June 11, 2017 @ 19:02:14
  Author: alucryd
Revision: 236219

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 236218, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-11 19:02:07 UTC (rev 236218)
+++ PKGBUILD2017-06-11 19:02:14 UTC (rev 236219)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.239
-_portal_pkgver=0.9.1
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://github.com/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gst-python' 'gtk3' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
-optdepends=('easytag: Modify tags'
-'flatpak: Flatpak Portal'
-'gst-libav: FFmpeg plugin for GStreamer'
-'kid3-qt: Store covers in tags'
-'libsecret: Last.FM support'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support'
-'youtube-dl: YouTube playback')
-_commit='8f3fec20c99498a48f33df00eb64d5af20f81a38'
-source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;
-
"https://github.com/gnumdk/lollypop-portal/releases/download/${_portal_pkgver}/lollypop-portal-${_portal_pkgver}.tar.xz;)
-sha256sums=('2a806ac2f270d70effcda8b5e7eee57486146ea10159ec09581e58b0d0c82a16'
-'d7c5ae781eb3a7d24b1303b6f0c618d386e7ee0c977f87220f889c12e2713e6f')
-
-build() {
-  cd lollypop-portal-${_portal_pkgver}
-
-  ./configure \
---prefix='/usr' \
---libexecdir='/usr/lib/lollypop'
-  make
-
-  cd ../lollypop-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---libexecdir='/usr/lib/lollypop' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd lollypop-portal-${_portal_pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  cd ../lollypop-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 236218, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-11 19:02:14 UTC (rev 236219)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.240
+_portal_pkgver=0.9.1
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://github.com/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gst-python' 'gtk3' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
+optdepends=('easytag: Modify tags'
+'flatpak: Flatpak Portal'
+'gst-libav: FFmpeg plugin for GStreamer'
+'kid3-qt: Store covers in tags'
+'libsecret: Last.FM support'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support'
+'youtube-dl: YouTube playback')
+_commit='8f3fec20c99498a48f33df00eb64d5af20f81a38'
+source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;
+
"https://github.com/gnumdk/lollypop-portal/releases/download/${_portal_pkgver}/lollypop-portal-${_portal_pkgver}.tar.xz;)
+sha256sums=('78cbd57c41f5d97f8c9286f7e01c0c3d0fde17a3dc01a4a5bae1bf665e653e58'
+'d7c5ae781eb3a7d24b1303b6f0c618d386e7ee0c977f87220f889c12e2713e6f')
+
+build() {
+  cd lollypop-portal-${_portal_pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--libexecdir='/usr/lib/lollypop'
+  make
+
+  cd ../lollypop-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--libexecdir='/usr/lib/lollypop' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-portal-${_portal_pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  cd ../lollypop-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2017-06-11 Thread Maxime Gauduin
Date: Sunday, June 11, 2017 @ 18:03:23
  Author: alucryd
Revision: 236217

archrelease: copy trunk to community-any

Added:
  beets/repos/community-any/PKGBUILD
(from rev 236216, beets/trunk/PKGBUILD)
  beets/repos/community-any/beet
(from rev 236216, beets/trunk/beet)
Deleted:
  beets/repos/community-any/PKGBUILD
  beets/repos/community-any/beet

--+
 PKGBUILD |  120 ++---
 beet |4 +-
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-11 18:03:11 UTC (rev 236216)
+++ PKGBUILD2017-06-11 18:03:23 UTC (rev 236217)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Adrian Sampson 
-
-pkgname=beets
-pkgver=1.4.3
-pkgrel=3
-pkgdesc='Flexible music library manager and tagger'
-arch=('any')
-url='http://beets.radbox.org/'
-license=('MIT')
-depends=('python-jellyfish' 'python-munkres' 'python-musicbrainzngs'
- 'python-mutagen' 'python-setuptools' 'python-six' 'python-unidecode'
- 'python-yaml')
-optdepends=('bash-completion: Bash completion'
-'bs1770gain: ReplayGain plugin'
-'gst-plugins-bad: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-'gst-plugins-good: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-'gst-plugins-ugly: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-'gst-libav: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-'gst-python: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-'imagemagick: Thumbnails plugin'
-'python-beautifulsoup4: Lyrics plugin'
-'python-flask: Web plugin'
-'python-gobject: ReplayGain plugin'
-'python-mpd: MPDStats plugin'
-'python-pyacoustid: Chromaprint/Acoustid plugin'
-'python-pylast: LastGenre plugin'
-'python-requests: Chromaprint/Acoustid, BPD, FetchArt plugins'
-'python-xdg: Thumbnails plugin')
-source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz;
-'beet')
-sha256sums=('b93fbe11998a29cd432b0a88741b9ced0e5ac50e80362d41e13e867d851ae464'
-'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
-
-build() {
-  cd beets-${pkgver}
-
-  python setup.py build
-}
-
-package() {
-  cd beets-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-
-  install -dm 755 "${pkgdir}"/usr/share/bash-completion/completions/
-  install -m 644 ../beet "${pkgdir}"/usr/share/bash-completion/completions/
-  install -dm 755 "${pkgdir}"/usr/share/zsh/site-functions
-  install -m 644 extra/_beet "${pkgdir}"/usr/share/zsh/site-functions/
-
-  install -dm 755 "${pkgdir}"/usr/share/man/man{1,5}
-  install -m 644 man/beet.1 "${pkgdir}"/usr/share/man/man1/
-  install -m 644 man/beetsconfig.5 "${pkgdir}"/usr/share/man/man5/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/beets
-  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/beets/
-}
-
-# vim: ts=2 sw=2 et:

Copied: beets/repos/community-any/PKGBUILD (from rev 236216, 
beets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-11 18:03:23 UTC (rev 236217)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Adrian Sampson 
+
+pkgname=beets
+pkgver=1.4.4
+pkgrel=1
+pkgdesc='Flexible music library manager and tagger'
+arch=('any')
+url='http://beets.radbox.org/'
+license=('MIT')
+depends=('python-jellyfish' 'python-munkres' 'python-musicbrainzngs'
+ 'python-mutagen' 'python-setuptools' 'python-six' 'python-unidecode'
+ 'python-yaml')
+optdepends=('bash-completion: Bash completion'
+'bs1770gain: ReplayGain plugin'
+'gst-plugins-bad: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+'gst-plugins-good: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+'gst-plugins-ugly: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+'gst-libav: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+'gst-python: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+'imagemagick: Thumbnails plugin'
+'python-beautifulsoup4: Lyrics plugin'
+'python-flask: Web plugin'
+'python-gobject: ReplayGain plugin'
+'python-mpd: MPDStats plugin'
+'python-pyacoustid: Chromaprint/Acoustid plugin'
+'python-pylast: LastGenre plugin'
+'python-requests: Chromaprint/Acoustid, BPD, FetchArt plugins'
+'python-xdg: Thumbnails plugin')
+source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz;
+'beet')

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

2017-06-11 Thread Maxime Gauduin
Date: Sunday, June 11, 2017 @ 18:03:11
  Author: alucryd
Revision: 236216

upgpkg: beets 1.4.4-1

Modified:
  beets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 17:18:09 UTC (rev 236215)
+++ PKGBUILD2017-06-11 18:03:11 UTC (rev 236216)
@@ -3,8 +3,8 @@
 # Contributor: Adrian Sampson 
 
 pkgname=beets
-pkgver=1.4.3
-pkgrel=3
+pkgver=1.4.4
+pkgrel=1
 pkgdesc='Flexible music library manager and tagger'
 arch=('any')
 url='http://beets.radbox.org/'
@@ -30,7 +30,7 @@
 'python-xdg: Thumbnails plugin')
 
source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz;
 'beet')
-sha256sums=('b93fbe11998a29cd432b0a88741b9ced0e5ac50e80362d41e13e867d851ae464'
+sha256sums=('0bc4100e548d8b08cf9b09e163af3e274de2dab92b89af3b099b93749b38abb8'
 'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
 
 build() {


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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 17:15:37
  Author: felixonmars
Revision: 236213

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

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

+
 community-staging-i686/PKGBUILD|   87 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   87 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 182 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 236212, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-11 17:15:37 UTC (rev 236213)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.4.0
+pkgrel=75
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base64-bytestring"
+ "haskell-binary-tagged" "haskell-blaze-builder" "haskell-clock" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptonite" 
"haskell-cryptonite-conduit"
+ "haskell-either" "haskell-errors" "haskell-exceptions" 
"haskell-extra"
+ "haskell-fast-logger" "haskell-file-embed" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-generic-deriving" "haskell-gitrev" 
"haskell-hackage-security"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types" "haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-memory" 
"haskell-microlens"
+ "haskell-microlens-mtl" "haskell-monad-control" 
"haskell-monad-logger"
+ "haskell-monad-unlift" "haskell-mtl" "haskell-network-uri" 
"haskell-open-browser"
+ "haskell-optparse-applicative" "haskell-optparse-simple" 
"haskell-path"
+ "haskell-path-io" "haskell-persistent" "haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-pid1" 
"haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;
+
"store-0.4.patch::https://github.com/commercialhaskell/stack/commit/d3637126b9045b266d2e53387e183915cb4a912d.patch;)
+sha256sums=('595d311ad117e41ad908b7065743917542b40f343d1334673e98171ee74d36e6'
+'63d0f620dcbde3a7f236aadab32f5fa3e2b93741dcf462392624bb30b6b49c16')
+
+prepare() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+patch -p1 -i ../store-0.4.patch
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r 

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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 17:15:15
  Author: felixonmars
Revision: 236212

upgpkg: stack 1.4.0-75

rebuild with hpack,0.17.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 16:27:11 UTC (rev 236211)
+++ PKGBUILD2017-06-11 17:15:15 UTC (rev 236212)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.4.0
-pkgrel=74
+pkgrel=75
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 16:27:11
  Author: felixonmars
Revision: 236211

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

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

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

Copied: haskell-hpack/repos/community-staging-i686/PKGBUILD (from rev 236210, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-11 16:27:11 UTC (rev 236211)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.17.1
+pkgrel=1
+pkgdesc="An alternative format for Haskell packages"
+url="https://github.com/sol/hpack#readme;
+license=("MIT")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=8.0.1" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 
'haskell-text'
+ 'haskell-unordered-containers' 'haskell-yaml')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+sha512sums=('59d3763d425797b7e99e12eb9bd9d905e3c3eec65eba50cd30c0a951c26d42a527d43f0fd1aa9724f309f4708f1a09aece00f8bc28874d8e802137c4a7276946')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+  
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}

Copied: haskell-hpack/repos/community-staging-x86_64/PKGBUILD (from rev 236210, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-11 16:27:11 UTC (rev 236211)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.17.1
+pkgrel=1
+pkgdesc="An alternative format for Haskell packages"
+url="https://github.com/sol/hpack#readme;
+license=("MIT")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=8.0.1" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 
'haskell-text'
+ 'haskell-unordered-containers' 'haskell-yaml')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+sha512sums=('59d3763d425797b7e99e12eb9bd9d905e3c3eec65eba50cd30c0a951c26d42a527d43f0fd1aa9724f309f4708f1a09aece00f8bc28874d8e802137c4a7276946')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+  
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE" 

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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 16:26:50
  Author: felixonmars
Revision: 236210

upgpkg: haskell-hpack 0.17.1-1

rebuild with hpack,0.17.1

Modified:
  haskell-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 15:33:40 UTC (rev 236209)
+++ PKGBUILD2017-06-11 16:26:50 UTC (rev 236210)
@@ -5,8 +5,8 @@
 
 pkgname=haskell-hpack
 _hkgname=hpack
-pkgver=0.17.0
-pkgrel=20
+pkgver=0.17.1
+pkgrel=1
 pkgdesc="An alternative format for Haskell packages"
 url="https://github.com/sol/hpack#readme;
 license=("MIT")
@@ -15,7 +15,7 @@
 depends=("ghc=8.0.1" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 
'haskell-text'
  'haskell-unordered-containers' 'haskell-yaml')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
-md5sums=('66b71e2a62c149fa13e507e9d8b1563b')
+sha512sums=('59d3763d425797b7e99e12eb9bd9d905e3c3eec65eba50cd30c0a951c26d42a527d43f0fd1aa9724f309f4708f1a09aece00f8bc28874d8e802137c4a7276946')
 
 build() {
   cd "$srcdir/$_hkgname-$pkgver"


[arch-commits] Commit in msgpack-c/trunk (PKGBUILD test-cflags.patch)

2017-06-11 Thread Baptiste Jonglez
Date: Sunday, June 11, 2017 @ 15:33:19
  Author: zorun
Revision: 236208

msgpack-c: Clean up and update to 2.1.2

- use a proper tarball
- don't treat warnings as errors in tests (since it makes the build fail...)
- set CMAKE_BUILD_TYPE=Release (although I'm not sure it changes anything)
- general syntax cleanup

Added:
  msgpack-c/trunk/test-cflags.patch
Modified:
  msgpack-c/trunk/PKGBUILD

---+
 PKGBUILD  |   39 +--
 test-cflags.patch |   11 +++
 2 files changed, 36 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 14:28:18 UTC (rev 236207)
+++ PKGBUILD2017-06-11 15:33:19 UTC (rev 236208)
@@ -1,33 +1,44 @@
-# Maintainer: Anatol Pomozov
+# Maintainer: Baptiste Jonglez
 # Contributor: Leen Jewel 
 # Contributor: Auguste Pop 
 
 pkgname=msgpack-c
-pkgver=2.1.1
-_tag=cpp-$pkgver
+pkgver=2.1.2
 pkgrel=1
 pkgdesc='An efficient object serialization library'
-arch=(i686 x86_64)
+arch=("i686" "x86_64")
 url='http://msgpack.org/'
-license=(Apache)
-depends=(glibc)
-checkdepends=(gtest)
-makedepends=(cmake)
-source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
-sha1sums=('9e8911ae670e879c4210aa939ffcbd353c1f78c5')
+license=("Apache")
+depends=("glibc")
+checkdepends=("gtest")
+makedepends=("cmake")
+source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz;
+"test-cflags.patch")
+sha256sums=('4f855ac251e927a478aa69e4d3087ec2d5eb62e034e3a7897c1d5d2df97b7863'
+'0e6bd401c3ff6f6c68e8beca682b1ecb1b125092a1b1739757294c3c040ba481')
 
+prepare() {
+  cd "msgpack-${pkgver}"
+  # Remove -Werror when building tests (useless and makes build fail)
+  patch -p0 < ../test-cflags.patch
+}
+
 build() {
-  cd msgpack-c-$_tag 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DMSGPACK_CXX11=ON .
+  cd "msgpack-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DMSGPACK_CXX11=ON \
+-DMSGPACK_BUILD_EXAMPLES=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+.
   make
 }
 
 check() {
-  cd msgpack-c-$_tag
+  cd "msgpack-${pkgver}"
   make test 
 }
 
 package() {
-  cd msgpack-c-$_tag
+  cd "msgpack-${pkgver}"
   make DESTDIR="$pkgdir" install
 }

Added: test-cflags.patch
===
--- test-cflags.patch   (rev 0)
+++ test-cflags.patch   2017-06-11 15:33:19 UTC (rev 236208)
@@ -0,0 +1,11 @@
+--- test/CMakeLists.txt.old2017-06-11 17:11:18.413443078 +0200
 test/CMakeLists.txt2017-06-11 17:11:39.383317557 +0200
+@@ -80,7 +80,7 @@
+ )
+ ADD_TEST (${source_file_we} ${source_file_we})
+ IF ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" OR 
"${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
+-SET_PROPERTY (TARGET ${source_file_we} APPEND_STRING PROPERTY 
COMPILE_FLAGS "-Wall -Wextra -Werror -g -O3 ")
++SET_PROPERTY (TARGET ${source_file_we} APPEND_STRING PROPERTY 
COMPILE_FLAGS "-Wall -Wextra -g -O3 ")
+ ENDIF ()
+ IF ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
+ SET_PROPERTY (TARGET ${source_file_we} APPEND_STRING PROPERTY 
COMPILE_FLAGS " -Wno-mismatched-tags")


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

2017-06-11 Thread Baptiste Jonglez
Date: Sunday, June 11, 2017 @ 15:33:40
  Author: zorun
Revision: 236209

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

Added:
  msgpack-c/repos/community-i686/PKGBUILD
(from rev 236208, msgpack-c/trunk/PKGBUILD)
  msgpack-c/repos/community-i686/test-cflags.patch
(from rev 236208, msgpack-c/trunk/test-cflags.patch)
  msgpack-c/repos/community-x86_64/PKGBUILD
(from rev 236208, msgpack-c/trunk/PKGBUILD)
  msgpack-c/repos/community-x86_64/test-cflags.patch
(from rev 236208, msgpack-c/trunk/test-cflags.patch)
Deleted:
  msgpack-c/repos/community-i686/PKGBUILD
  msgpack-c/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |   88 +++
 community-i686/PKGBUILD|   33 -
 community-i686/test-cflags.patch   |   11 
 community-x86_64/PKGBUILD  |   33 -
 community-x86_64/test-cflags.patch |   11 
 5 files changed, 110 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-11 15:33:19 UTC (rev 236208)
+++ community-i686/PKGBUILD 2017-06-11 15:33:40 UTC (rev 236209)
@@ -1,33 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Leen Jewel 
-# Contributor: Auguste Pop 
-
-pkgname=msgpack-c
-pkgver=2.1.1
-_tag=cpp-$pkgver
-pkgrel=1
-pkgdesc='An efficient object serialization library'
-arch=(i686 x86_64)
-url='http://msgpack.org/'
-license=(Apache)
-depends=(glibc)
-checkdepends=(gtest)
-makedepends=(cmake)
-source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
-sha1sums=('9e8911ae670e879c4210aa939ffcbd353c1f78c5')
-
-build() {
-  cd msgpack-c-$_tag 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DMSGPACK_CXX11=ON .
-  make
-}
-
-check() {
-  cd msgpack-c-$_tag
-  make test 
-}
-
-package() {
-  cd msgpack-c-$_tag
-  make DESTDIR="$pkgdir" install
-}

Copied: msgpack-c/repos/community-i686/PKGBUILD (from rev 236208, 
msgpack-c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-11 15:33:40 UTC (rev 236209)
@@ -0,0 +1,44 @@
+# Maintainer: Baptiste Jonglez
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=("i686" "x86_64")
+url='http://msgpack.org/'
+license=("Apache")
+depends=("glibc")
+checkdepends=("gtest")
+makedepends=("cmake")
+source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz;
+"test-cflags.patch")
+sha256sums=('4f855ac251e927a478aa69e4d3087ec2d5eb62e034e3a7897c1d5d2df97b7863'
+'0e6bd401c3ff6f6c68e8beca682b1ecb1b125092a1b1739757294c3c040ba481')
+
+prepare() {
+  cd "msgpack-${pkgver}"
+  # Remove -Werror when building tests (useless and makes build fail)
+  patch -p0 < ../test-cflags.patch
+}
+
+build() {
+  cd "msgpack-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DMSGPACK_CXX11=ON \
+-DMSGPACK_BUILD_EXAMPLES=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+.
+  make
+}
+
+check() {
+  cd "msgpack-${pkgver}"
+  make test 
+}
+
+package() {
+  cd "msgpack-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}

Copied: msgpack-c/repos/community-i686/test-cflags.patch (from rev 236208, 
msgpack-c/trunk/test-cflags.patch)
===
--- community-i686/test-cflags.patch(rev 0)
+++ community-i686/test-cflags.patch2017-06-11 15:33:40 UTC (rev 236209)
@@ -0,0 +1,11 @@
+--- test/CMakeLists.txt.old2017-06-11 17:11:18.413443078 +0200
 test/CMakeLists.txt2017-06-11 17:11:39.383317557 +0200
+@@ -80,7 +80,7 @@
+ )
+ ADD_TEST (${source_file_we} ${source_file_we})
+ IF ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" OR 
"${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
+-SET_PROPERTY (TARGET ${source_file_we} APPEND_STRING PROPERTY 
COMPILE_FLAGS "-Wall -Wextra -Werror -g -O3 ")
++SET_PROPERTY (TARGET ${source_file_we} APPEND_STRING PROPERTY 
COMPILE_FLAGS "-Wall -Wextra -g -O3 ")
+ ENDIF ()
+ IF ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
+ SET_PROPERTY (TARGET ${source_file_we} APPEND_STRING PROPERTY 
COMPILE_FLAGS " -Wno-mismatched-tags")

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-11 15:33:19 UTC (rev 236208)
+++ community-x86_64/PKGBUILD   2017-06-11 15:33:40 UTC (rev 236209)
@@ -1,33 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Leen Jewel 
-# Contributor: Auguste Pop 
-
-pkgname=msgpack-c
-pkgver=2.1.1
-_tag=cpp-$pkgver
-pkgrel=1
-pkgdesc='An efficient object serialization 

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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 14:28:18
  Author: felixonmars
Revision: 236207

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-11 14:28:02 UTC (rev 236206)
+++ PKGBUILD2017-06-11 14:28:18 UTC (rev 236207)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Mario Danic 
-
-pkgbase=python-paramiko
-pkgname=(python-paramiko python2-paramiko)
-pkgver=2.1.2
-pkgrel=2
-pkgdesc="Python module that implements the SSH2 protocol"
-url="https://github.com/paramiko/paramiko/;
-license=('LGPL')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cryptography'
- 'python2-cryptography' 'python-pyasn1' 'python2-pyasn1' 'git')
-source=("git+https://github.com/paramiko/paramiko.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a paramiko{,-py2}
-
-  find paramiko-py2 -name '*.py' -print0 | xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-}
-
-check() {
-  cd "$srcdir/paramiko"
-  LANG=en_US.UTF-8 python test.py
-
-  cd "$srcdir/paramiko-py2"
-  LANG=en_US.UTF-8 python2 test.py
-}
-
-package_python-paramiko() {
-  depends=('python-setuptools' 'python-cryptography' 'python-pyasn1')
-  cd "$srcdir/paramiko"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
-  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
-  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
-}
-
-package_python2-paramiko() {
-  depends=('python2-setuptools' 'python2-cryptography' 'python2-pyasn1')
-  cd "$srcdir/paramiko-py2"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
-  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
-  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
-}

Copied: python-paramiko/repos/community-any/PKGBUILD (from rev 236206, 
python-paramiko/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-11 14:28:18 UTC (rev 236207)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Mario Danic 
+
+pkgbase=python-paramiko
+pkgname=(python-paramiko python2-paramiko)
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Python module that implements the SSH2 protocol"
+url="https://github.com/paramiko/paramiko/;
+license=('LGPL')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-bcrypt' 
'python2-bcrypt'
+ 'python-cryptography' 'python2-cryptography' 'python-pyasn1' 
'python2-pyasn1'
+ 'python-pynacl' 'python2-pynacl')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/paramiko/paramiko/archive/$pkgver.tar.gz;)
+sha512sums=('b4b74f13af33cdc1ccd76fdb3846edf7659ab50641d0fc634aec7d560e4bf741a8c4e8b86bffc52f2eb9c62758be5a04c7028031f058fc7b0604c70ece2d70b7')
+
+prepare() {
+  cp -a paramiko-$pkgver{,-py2}
+
+  find paramiko-$pkgver-py2 -name '*.py' -print0 | xargs -0 \
+sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
+-e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
+}
+
+check() {
+  cd "$srcdir"/paramiko-$pkgver
+  LANG=en_US.UTF-8 python test.py
+
+  cd "$srcdir"/paramiko-$pkgver-py2
+  LANG=en_US.UTF-8 python2 test.py
+}
+
+package_python-paramiko() {
+  depends=('python-bcrypt' 'python-cryptography' 'python-pyasn1' 
'python-pynacl')
+
+  cd paramiko-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -dm755 "$pkgdir"/usr/share/doc/$pkgname/demos
+  install -m644 demos/* "$pkgdir"/usr/share/doc/$pkgname/demos
+  chmod 755 "$pkgdir"/usr/share/doc/$pkgname/demos/*.py
+}
+
+package_python2-paramiko() {
+  depends=('python2-bcrypt' 'python2-cryptography' 'python2-pyasn1' 
'python2-pynacl')
+
+  cd paramiko-$pkgver-py2
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -dm755 "$pkgdir"/usr/share/doc/$pkgname/demos
+  install -m644 demos/* "$pkgdir"/usr/share/doc/$pkgname/demos
+  chmod 755 "$pkgdir"/usr/share/doc/$pkgname/demos/*.py
+}


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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 14:28:02
  Author: felixonmars
Revision: 236206

upgpkg: python-paramiko 2.2.0-1

Modified:
  python-paramiko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 14:23:50 UTC (rev 236205)
+++ PKGBUILD2017-06-11 14:28:02 UTC (rev 236206)
@@ -6,49 +6,52 @@
 
 pkgbase=python-paramiko
 pkgname=(python-paramiko python2-paramiko)
-pkgver=2.1.2
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="Python module that implements the SSH2 protocol"
 url="https://github.com/paramiko/paramiko/;
 license=('LGPL')
 arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cryptography'
- 'python2-cryptography' 'python-pyasn1' 'python2-pyasn1' 'git')
-source=("git+https://github.com/paramiko/paramiko.git#tag=$pkgver;)
-md5sums=('SKIP')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-bcrypt' 
'python2-bcrypt'
+ 'python-cryptography' 'python2-cryptography' 'python-pyasn1' 
'python2-pyasn1'
+ 'python-pynacl' 'python2-pynacl')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/paramiko/paramiko/archive/$pkgver.tar.gz;)
+sha512sums=('b4b74f13af33cdc1ccd76fdb3846edf7659ab50641d0fc634aec7d560e4bf741a8c4e8b86bffc52f2eb9c62758be5a04c7028031f058fc7b0604c70ece2d70b7')
 
 prepare() {
-  cp -a paramiko{,-py2}
+  cp -a paramiko-$pkgver{,-py2}
 
-  find paramiko-py2 -name '*.py' -print0 | xargs -0 \
+  find paramiko-$pkgver-py2 -name '*.py' -print0 | xargs -0 \
 sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
 -e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
 }
 
 check() {
-  cd "$srcdir/paramiko"
+  cd "$srcdir"/paramiko-$pkgver
   LANG=en_US.UTF-8 python test.py
 
-  cd "$srcdir/paramiko-py2"
+  cd "$srcdir"/paramiko-$pkgver-py2
   LANG=en_US.UTF-8 python2 test.py
 }
 
 package_python-paramiko() {
-  depends=('python-setuptools' 'python-cryptography' 'python-pyasn1')
-  cd "$srcdir/paramiko"
+  depends=('python-bcrypt' 'python-cryptography' 'python-pyasn1' 
'python-pynacl')
 
+  cd paramiko-$pkgver
+
   python setup.py install --root="$pkgdir" --optimize=1
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
-  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
-  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
+  install -dm755 "$pkgdir"/usr/share/doc/$pkgname/demos
+  install -m644 demos/* "$pkgdir"/usr/share/doc/$pkgname/demos
+  chmod 755 "$pkgdir"/usr/share/doc/$pkgname/demos/*.py
 }
 
 package_python2-paramiko() {
-  depends=('python2-setuptools' 'python2-cryptography' 'python2-pyasn1')
-  cd "$srcdir/paramiko-py2"
+  depends=('python2-bcrypt' 'python2-cryptography' 'python2-pyasn1' 
'python2-pynacl')
 
+  cd paramiko-$pkgver-py2
+
   python2 setup.py install --root="$pkgdir" --optimize=1
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
-  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
-  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
+  install -dm755 "$pkgdir"/usr/share/doc/$pkgname/demos
+  install -m644 demos/* "$pkgdir"/usr/share/doc/$pkgname/demos
+  chmod 755 "$pkgdir"/usr/share/doc/$pkgname/demos/*.py
 }


[arch-commits] Commit in adapta-gtk-theme (3 files)

2017-06-11 Thread Maxime Gauduin
Date: Sunday, June 11, 2017 @ 14:23:50
  Author: alucryd
Revision: 236205

archrelease: copy trunk to community-any

Added:
  adapta-gtk-theme/repos/
  adapta-gtk-theme/repos/community-any/
  adapta-gtk-theme/repos/community-any/PKGBUILD
(from rev 236204, adapta-gtk-theme/trunk/PKGBUILD)

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

Copied: adapta-gtk-theme/repos/community-any/PKGBUILD (from rev 236204, 
adapta-gtk-theme/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2017-06-11 14:23:50 UTC (rev 236205)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Phillip Schichtel 
+
+pkgname=adapta-gtk-theme
+pkgver=3.90.1.21
+pkgrel=1
+pkgdesc='An adaptive Gtk+ theme based on Material Design Guidelines'
+arch=('any')
+url='https://github.com/tista500/Adapta'
+license=('GPL2')
+depends=('gtk-engine-murrine' 'gtk3')
+makedepends=('git' 'gnome-shell' 'inkscape' 'libxml2' 'parallel' 'sassc')
+optdepends=('budgie-desktop: The Budgie desktop'
+'cinnamon: The Cinnamon desktop'
+'gnome-shell: The GNOME Shell'
+'gnome-flashback: The GNOME flashback shell'
+'noto-fonts: Recommended font'
+'ttf-roboto: Recommended font'
+'xfdesktop: The Xfce desktop')
+source=("adapta-gtk-theme::git+https://github.com/tista500/Adapta.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+  cd adapta-gtk-theme
+
+  ./autogen.sh \
+--prefix='/usr' \
+--enable-parallel \
+--enable-chrome \
+--enable-plank \
+--enable-telegram \
+--disable-unity
+  make
+}
+
+package() {
+  cd adapta-gtk-theme
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/plank/themes
+  ln -s /usr/share/themes/Adapta/plank 
"${pkgdir}"/usr/share/plank/themes/Adapta
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (3 files)

2017-06-11 Thread Maxime Gauduin
Date: Sunday, June 11, 2017 @ 14:09:51
  Author: alucryd
Revision: 236204

Add adapta-gtk-theme

Added:
  adapta-gtk-theme/
  adapta-gtk-theme/trunk/
  adapta-gtk-theme/trunk/PKGBUILD

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

Added: adapta-gtk-theme/trunk/PKGBUILD
===
--- adapta-gtk-theme/trunk/PKGBUILD (rev 0)
+++ adapta-gtk-theme/trunk/PKGBUILD 2017-06-11 14:09:51 UTC (rev 236204)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Phillip Schichtel 
+
+pkgname=adapta-gtk-theme
+pkgver=3.90.1.21
+pkgrel=1
+pkgdesc='An adaptive Gtk+ theme based on Material Design Guidelines'
+arch=('any')
+url='https://github.com/tista500/Adapta'
+license=('GPL2')
+depends=('gtk-engine-murrine' 'gtk3')
+makedepends=('git' 'gnome-shell' 'inkscape' 'libxml2' 'parallel' 'sassc')
+optdepends=('budgie-desktop: The Budgie desktop'
+'cinnamon: The Cinnamon desktop'
+'gnome-shell: The GNOME Shell'
+'gnome-flashback: The GNOME flashback shell'
+'noto-fonts: Recommended font'
+'ttf-roboto: Recommended font'
+'xfdesktop: The Xfce desktop')
+source=("adapta-gtk-theme::git+https://github.com/tista500/Adapta.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+  cd adapta-gtk-theme
+
+  ./autogen.sh \
+--prefix='/usr' \
+--enable-parallel \
+--enable-chrome \
+--enable-plank \
+--enable-telegram \
+--disable-unity
+  make
+}
+
+package() {
+  cd adapta-gtk-theme
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/plank/themes
+  ln -s /usr/share/themes/Adapta/plank 
"${pkgdir}"/usr/share/plank/themes/Adapta
+}
+
+# vim: ts=2 sw=2 et:


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


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

2017-06-11 Thread Tobias Powalowski
Date: Sunday, June 11, 2017 @ 14:02:40
  Author: tpowa
Revision: 298613

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/90-linux.hook
(from rev 298612, linux/trunk/90-linux.hook)
  linux/repos/testing-i686/PKGBUILD
(from rev 298612, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/config.i686
(from rev 298612, linux/trunk/config.i686)
  linux/repos/testing-i686/config.x86_64
(from rev 298612, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 298612, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 298612, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/90-linux.hook
(from rev 298612, linux/trunk/90-linux.hook)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 298612, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config.i686
(from rev 298612, linux/trunk/config.i686)
  linux/repos/testing-x86_64/config.x86_64
(from rev 298612, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 298612, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 298612, linux/trunk/linux.preset)

--+
 testing-i686/90-linux.hook   |   11 
 testing-i686/PKGBUILD|  289 +
 testing-i686/config.i686 | 8404 +
 testing-i686/config.x86_64   | 8158 +++
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/90-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  289 +
 testing-x86_64/config.i686   | 8404 +
 testing-x86_64/config.x86_64 | 8158 +++
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 33806 insertions(+)

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


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

2017-06-11 Thread Tobias Powalowski
Date: Sunday, June 11, 2017 @ 14:02:17
  Author: tpowa
Revision: 298612

upgpkg: linux 4.11.4-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 13:52:28 UTC (rev 298611)
+++ PKGBUILD2017-06-11 14:02:17 UTC (rev 298612)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.11
-pkgver=4.11.3
+pkgver=4.11.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/;
@@ -25,7 +25,7 @@
 
 sha256sums=('b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6'
 'SKIP'
-'5847b5d2a3252cd19a28ed1dc13a238d041396792c7863e9ff0bbf5b79cd5e90'
+'7b36a573cce74d8e5312c88595bc0c0a60957c1fb79758303c9de9e944e2d339'
 'SKIP'
 'e4e928488d35ba2b4049bd224dee87be9eb574ed3c1882f22c8fd5d8674c9abd'
 '2e38528bd2f1be712f5a274b66882c41d2a9cf996b3a05b4a772c8ba7309b261'


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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 13:52:28
  Author: felixonmars
Revision: 298611

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

Added:
  twisted/repos/testing-i686/
  twisted/repos/testing-i686/PKGBUILD
(from rev 298610, twisted/trunk/PKGBUILD)
  twisted/repos/testing-x86_64/
  twisted/repos/testing-x86_64/PKGBUILD
(from rev 298610, twisted/trunk/PKGBUILD)

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

Copied: twisted/repos/testing-i686/PKGBUILD (from rev 298610, 
twisted/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-06-11 13:52:28 UTC (rev 298611)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Juergen Hoetzel 
+# Contributor:  Douglas Soares de Andrade 
+
+pkgbase=twisted
+pkgname=(python-twisted python2-twisted)
+pkgver=17.5.0
+pkgrel=1
+pkgdesc="Asynchronous networking framework written in Python"
+arch=('i686' 'x86_64')
+url="http://twistedmatrix.com/;
+license=('MIT')
+makedepends=('python-zope-interface' 'python2-zope-interface' 
'python-setuptools'
+ 'python2-setuptools' 'python-service-identity' 
'python2-service-identity'
+ 'python-incremental' 'python2-incremental' 'python-constantly' 
'python2-constantly'
+ 'python-automat' 'python2-automat' 'python-hyperlink' 
'python2-hyperlink')
+checkdepends=('subversion' 'python2-sphinx' 'pygtk' 'xorg-server-xvfb' 'tk' 
'openssh' 'gtk3'
+  'python-gobject' 'python2-gobject' 'python-gobject2' 
'python2-gobject2'
+  'python2-soappy' 'python-subunit' 'python2-subunit' 'python-h2' 
'python2-h2'
+  'python-priority' 'python2-priority' 'python-crypto' 
'python2-crypto'
+  'python-cryptography' 'python2-cryptography' 'python-idna' 
'python2-idna'
+  'python-pyserial' 'python2-pyserial')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/twisted/twisted/archive/twisted-$pkgver.tar.gz;)
+sha512sums=('ecff04601623925ab3e1dde270fe0bfdf44ee2716c200cf573315d57c5c07378e61fe4b27d23b69923fccb8389ae3f2194bf9523be6f4acb67ada6e2837370d5')
+
+prepare() {
+  cp -a twisted-twisted-$pkgver{,-py2}
+
+  sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \
+twisted-twisted-$pkgver-py2/src/twisted/mail/test/pop3testserver.py \
+twisted-twisted-$pkgver-py2/src/twisted/trial/test/scripttest.py
+}
+
+build() {
+  cd "$srcdir"/twisted-twisted-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/twisted-twisted-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  export LC_CTYPE=en_US.UTF-8
+
+  cd "$srcdir"/twisted-twisted-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" xvfb-run python -m 
twisted.trial twisted
+
+  cd "$srcdir"/twisted-twisted-$pkgver-py2
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" xvfb-run python2 -m 
twisted.trial twisted || warning "Tests failed"
+}
+
+package_python-twisted() {
+  depends=('python-zope-interface' 'python-incremental' 'python-constantly' 
'python-automat'
+   'python-hyperlink')
+  optdepends=('python-pyopenssl: for TLS client hostname verification'
+  'python-service-identity: for TLS client hostname verification'
+  'python-idna: for TLS client hostname verification'
+  'python-cryptography: for using conch'
+  'python-pyasn1: for using conch'
+  'python-appdirs: for using conch'
+  'python-h2: for http2 support'
+  'python-priority: for http2 support'
+  'python-pyserial: for serial support'
+  'tk: for using tkconch')
+
+  cd twisted-twisted-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  # twisted in python 3 supports only few command line tools for now.
+  # Let's rename the tools the other way round after the python 3 version 
supports all.
+  for name in trial twistd twist ckeygen cftp conch pyhtmlizer tkconch; do
+mv "$pkgdir"/usr/bin/${name}{,3}
+  done
+
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-twisted() {
+  depends=('python2-zope-interface' 'python2-incremental' 'python2-constantly' 
'python2-automat'
+   'python2-hyperlink')
+  optdepends=('python2-pyopenssl: for TLS client hostname verification'
+  'python2-service-identity: for TLS client hostname verification'
+  'python2-idna: for TLS client hostname verification'
+  'python2-cryptography: for using conch'
+  'python2-pyasn1: for using conch'
+  'python2-appdirs: for using conch'
+  

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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 13:52:06
  Author: felixonmars
Revision: 298610

upgpkg: twisted 17.5.0-1

Modified:
  twisted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 13:04:54 UTC (rev 298609)
+++ PKGBUILD2017-06-11 13:52:06 UTC (rev 298610)
@@ -6,36 +6,38 @@
 
 pkgbase=twisted
 pkgname=(python-twisted python2-twisted)
-pkgver=17.1.0
+pkgver=17.5.0
 pkgrel=1
 pkgdesc="Asynchronous networking framework written in Python"
 arch=('i686' 'x86_64')
 url="http://twistedmatrix.com/;
 license=('MIT')
-makedepends=('python-zope-interface' 'python2-zope-interface' 'git'
- 'python-setuptools' 'python2-setuptools' 'python-service-identity'
- 'python2-service-identity' 'python-incremental' 
'python2-incremental'
- 'python-constantly' 'python2-constantly' 'python-automat' 
'python2-automat')
-checkdepends=('subversion' 'python2-sphinx' 'pygtk' 'xorg-server-xvfb' 'tk' 
'openssh'
+makedepends=('python-zope-interface' 'python2-zope-interface' 
'python-setuptools'
+ 'python2-setuptools' 'python-service-identity' 
'python2-service-identity'
+ 'python-incremental' 'python2-incremental' 'python-constantly' 
'python2-constantly'
+ 'python-automat' 'python2-automat' 'python-hyperlink' 
'python2-hyperlink')
+checkdepends=('subversion' 'python2-sphinx' 'pygtk' 'xorg-server-xvfb' 'tk' 
'openssh' 'gtk3'
   'python-gobject' 'python2-gobject' 'python-gobject2' 
'python2-gobject2'
   'python2-soappy' 'python-subunit' 'python2-subunit' 'python-h2' 
'python2-h2'
-  'python-crypto' 'python2-crypto')
-source=("git+https://github.com/twisted/twisted.git#tag=twisted-$pkgver;)
-sha1sums=('SKIP')
+  'python-priority' 'python2-priority' 'python-crypto' 
'python2-crypto'
+  'python-cryptography' 'python2-cryptography' 'python-idna' 
'python2-idna'
+  'python-pyserial' 'python2-pyserial')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/twisted/twisted/archive/twisted-$pkgver.tar.gz;)
+sha512sums=('ecff04601623925ab3e1dde270fe0bfdf44ee2716c200cf573315d57c5c07378e61fe4b27d23b69923fccb8389ae3f2194bf9523be6f4acb67ada6e2837370d5')
 
 prepare() {
-  cp -a twisted{,-py2}
+  cp -a twisted-twisted-$pkgver{,-py2}
 
   sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \
-twisted-py2/src/twisted/mail/test/pop3testserver.py \
-twisted-py2/src/twisted/trial/test/scripttest.py
+twisted-twisted-$pkgver-py2/src/twisted/mail/test/pop3testserver.py \
+twisted-twisted-$pkgver-py2/src/twisted/trial/test/scripttest.py
 }
 
 build() {
-  cd "$srcdir"/twisted
+  cd "$srcdir"/twisted-twisted-$pkgver
   python setup.py build
 
-  cd "$srcdir"/twisted-py2
+  cd "$srcdir"/twisted-twisted-$pkgver-py2
   python2 setup.py build
 }
 
@@ -42,23 +44,28 @@
 check() {
   export LC_CTYPE=en_US.UTF-8
 
-  cd "$srcdir"/twisted
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" xvfb-run python -m 
twisted.trial twisted || warning "Tests failed"
+  cd "$srcdir"/twisted-twisted-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" xvfb-run python -m 
twisted.trial twisted
 
-  cd "$srcdir"/twisted-py2
+  cd "$srcdir"/twisted-twisted-$pkgver-py2
   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" xvfb-run python2 -m 
twisted.trial twisted || warning "Tests failed"
 }
 
 package_python-twisted() {
-  depends=('python-zope-interface' 'python-incremental' 'python-constantly' 
'python-automat')
+  depends=('python-zope-interface' 'python-incremental' 'python-constantly' 
'python-automat'
+   'python-hyperlink')
   optdepends=('python-pyopenssl: for TLS client hostname verification'
   'python-service-identity: for TLS client hostname verification'
   'python-idna: for TLS client hostname verification'
   'python-cryptography: for using conch'
+  'python-pyasn1: for using conch'
+  'python-appdirs: for using conch'
   'python-h2: for http2 support'
+  'python-priority: for http2 support'
+  'python-pyserial: for serial support'
   'tk: for using tkconch')
 
-  cd twisted
+  cd twisted-twisted-$pkgver
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
 
   # twisted in python 3 supports only few command line tools for now.
@@ -71,20 +78,22 @@
 }
 
 package_python2-twisted() {
-  depends=('python2-zope-interface' 'python2-incremental' 'python2-constantly' 
'python2-automat')
+  depends=('python2-zope-interface' 'python2-incremental' 'python2-constantly' 
'python2-automat'
+   'python2-hyperlink')
   optdepends=('python2-pyopenssl: for TLS client hostname verification'
   'python2-service-identity: for TLS client 

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

2017-06-11 Thread Bartłomiej Piotrowski
Date: Sunday, June 11, 2017 @ 13:04:54
  Author: bpiotrowski
Revision: 298609

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

Added:
  boost/repos/staging-i686/
  boost/repos/staging-i686/PKGBUILD
(from rev 298608, boost/trunk/PKGBUILD)
  boost/repos/staging-i686/boost-serialization-1.64.0-fixes.patch
(from rev 298608, boost/trunk/boost-serialization-1.64.0-fixes.patch)
  boost/repos/staging-x86_64/
  boost/repos/staging-x86_64/PKGBUILD
(from rev 298608, boost/trunk/PKGBUILD)
  boost/repos/staging-x86_64/boost-serialization-1.64.0-fixes.patch
(from rev 298608, boost/trunk/boost-serialization-1.64.0-fixes.patch)

---+
 staging-i686/PKGBUILD |  132 
 staging-i686/boost-serialization-1.64.0-fixes.patch   |  102 
 staging-x86_64/PKGBUILD   |  132 
 staging-x86_64/boost-serialization-1.64.0-fixes.patch |  102 
 4 files changed, 468 insertions(+)

Copied: boost/repos/staging-i686/PKGBUILD (from rev 298608, 
boost/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-06-11 13:04:54 UTC (rev 298609)
@@ -0,0 +1,132 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Stéphane Gaudreault 
+# Contributor: kevin 
+# Contributor: Giovanni Scafora 
+# Contributor: Kritoke 
+# Contributor: Luca Roccia 
+
+pkgbase=boost
+pkgname=('boost-libs' 'boost')
+pkgver=1.64.0
+_boostver=${pkgver//./_}
+pkgrel=2
+url='http://www.boost.org/'
+arch=('i686' 'x86_64')
+license=('custom')
+makedepends=('icu>=55.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
+source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2
+boost-serialization-1.64.0-fixes.patch)
+sha256sums=('7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332'
+'e2ee2500c3bcbd6f53eb7a55830dc58795f321874737dd0846e36323dfbdea26')
+
+build() {
+   export _stagedir="${srcdir}/stagedir"
+   local JOBS="$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/' <<< ${MAKEFLAGS})"
+
+   cd ${pkgbase}_${_boostver}
+   patch -p2 -i "$srcdir/boost-serialization-1.64.0-fixes.patch"
+
+   ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2
+
+   _bindir="bin.linuxx86"
+   [[ "${CARCH}" = "x86_64" ]] && _bindir="bin.linuxx86_64"
+   install -Dm755 tools/build/src/engine/$_bindir/b2 "${_stagedir}"/bin/b2
+
+   # Support for OpenMPI
+   echo "using mpi ;" >> project-config.jam
+
+   # boostbook is needed by quickbook
+   install -dm755 "${_stagedir}"/share/boostbook
+   cp -a tools/boostbook/{xsl,dtd} "${_stagedir}"/share/boostbook/
+
+   # default "minimal" install: "release link=shared,static
+   # runtime-link=shared threading=single,multi"
+   # --layout=tagged will add the "-mt" suffix for multithreaded libraries
+   # and installs includes in /usr/include/boost.
+   # --layout=system no longer adds the -mt suffix for multi-threaded libs.
+   # install to ${_stagedir} in preparation for split packaging
+   "${_stagedir}"/bin/b2 \
+  variant=release \
+  debug-symbols=off \
+  threading=multi \
+  runtime-link=shared \
+  link=shared,static \
+  toolset=gcc \
+  python=2.7 \
+  cflags="${CPPFLAGS} ${CFLAGS} -fPIC -O3" \
+  cxxflags="${CPPFLAGS} ${CXXFLAGS} -std=c++14 -fPIC -O3" \
+  linkflags="${LDFLAGS}" \
+  --layout=system \
+  ${JOBS} \
+  \
+  --prefix="${_stagedir}" \
+  install
+
+   # because b2 in boost 1.62.0 doesn't seem to respect python parameter, we
+   # need another run for liboost_python3.so
+   sed -e '/using python/ s@;@: 
/usr/include/python${PYTHON_VERSION/3*/${PYTHON_VERSION}m} ;@' \
+  -i bootstrap.sh
+
+   ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python3 
\
+  --with-libraries=python
+
+   "${_stagedir}"/bin/b2 clean
+   "${_stagedir}"/bin/b2 \
+  variant=release \
+  debug-symbols=off \
+  threading=multi \
+  runtime-link=shared \
+  link=shared,static \
+  toolset=gcc \
+  python=3.6 \
+  cflags="${CPPFLAGS} ${CFLAGS} -fPIC -O3" \
+  cxxflags="${CPPFLAGS} ${CXXFLAGS} -std=c++14 -fPIC -O3" \
+  linkflags="${LDFLAGS}" \
+  --layout=system \
+  ${JOBS} \
+  \
+  --prefix="${_stagedir}/python3" \
+  --with-python \
+  install
+}
+
+package_boost() {
+   pkgdesc='Free peer-reviewed portable C++ source libraries - development 
headers'
+   depends=("boost-libs=${pkgver}")
+   optdepends=('python: for python bindings'
+   'python2: for python2 bindings')
+   

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

2017-06-11 Thread Bartłomiej Piotrowski
Date: Sunday, June 11, 2017 @ 13:04:43
  Author: bpiotrowski
Revision: 298608

1.64.0-2: rebuild against openmpi 2.1

Modified:
  boost/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 12:56:56 UTC (rev 298607)
+++ PKGBUILD2017-06-11 13:04:43 UTC (rev 298608)
@@ -11,7 +11,7 @@
 pkgname=('boost-libs' 'boost')
 pkgver=1.64.0
 _boostver=${pkgver//./_}
-pkgrel=1
+pkgrel=2
 url='http://www.boost.org/'
 arch=('i686' 'x86_64')
 license=('custom')


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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 13:04:34
  Author: felixonmars
Revision: 236203

archrelease: copy trunk to community-any

Added:
  python-priority/repos/community-any/
  python-priority/repos/community-any/PKGBUILD
(from rev 236202, python-priority/trunk/PKGBUILD)

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

Copied: python-priority/repos/community-any/PKGBUILD (from rev 236202, 
python-priority/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-06-11 13:04:34 UTC (rev 236203)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-priority
+pkgname=('python-priority' 'python2-priority')
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='A pure-Python implementation of the HTTP/2 priority tree'
+arch=('any')
+license=('MIT')
+url='https://github.com/python-hyper/priority'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis'
+  'python2-hypothesis')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-hyper/priority/archive/v$pkgver.tar.gz;)
+sha512sums=('bd60db8e1f524a2c445227576d53c70dbf5764e9ecb0e75d320e3652941f9e915f9d130815a781a8d4e50c4c3f68e05c9458225926e80d588e210037a1c6ed5f')
+
+prepare() {
+  cp -a priority-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/priority-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/priority-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/priority-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/priority-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-priority() {
+  depends=('python')
+
+  cd priority-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-priority() {
+  depends=('python2')
+
+  cd priority-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 13:04:04
  Author: felixonmars
Revision: 236201

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  152 ++---
 1 file changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-11 13:03:48 UTC (rev 236200)
+++ PKGBUILD2017-06-11 13:04:04 UTC (rev 236201)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.11.1
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' '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-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('a1c5263a47cfef93c92a97e3f2b2815efc06129ad39b05ef35b48a9c4c0cd7d6e90c779ca6b76f862c79f5edb18bdcf1aa5b390c6ac189025b6b456aefe731aa')
-
-prepare() {
-  # Always fail :/
-  sed -i 's/max_runs=5/max_runs=50/' 
hypothesis-python-$pkgver/tests/numpy/test_gen_data.py
-
-  cp -a hypothesis-python-$pkgver{,-py2}
-
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  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')
-  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')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('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')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 236200, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-11 13:04:04 UTC (rev 236201)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.11.3
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' '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-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
+sha512sums=('06b3ac69c48afa62caed5373f084db388d20f1cb10350e440a90cad1d3386fbd47dc830122fdb780ceb5144ac42382869d1ad8bf063e88d0e0b81f098763af0c')
+
+prepare() {
+  # Always fail :/
+  sed -i 's/max_runs=5/max_runs=50/' 
hypothesis-python-$pkgver/tests/numpy/test_gen_data.py
+
+  cp -a hypothesis-python-$pkgver{,-py2}
+
+  rm -r hypothesis-python-$pkgver/tests/py2
+  rm -r 

[arch-commits] Commit in (4 files)

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 13:04:12
  Author: felixonmars
Revision: 236202

addpkg: python-priority 1.3.0-1

Added:
  python-priority/
  python-priority/repos/
  python-priority/trunk/
  python-priority/trunk/PKGBUILD

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

Added: python-priority/trunk/PKGBUILD
===
--- python-priority/trunk/PKGBUILD  (rev 0)
+++ python-priority/trunk/PKGBUILD  2017-06-11 13:04:12 UTC (rev 236202)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-priority
+pkgname=('python-priority' 'python2-priority')
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='A pure-Python implementation of the HTTP/2 priority tree'
+arch=('any')
+license=('MIT')
+url='https://github.com/python-hyper/priority'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis'
+  'python2-hypothesis')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-hyper/priority/archive/v$pkgver.tar.gz;)
+sha512sums=('bd60db8e1f524a2c445227576d53c70dbf5764e9ecb0e75d320e3652941f9e915f9d130815a781a8d4e50c4c3f68e05c9458225926e80d588e210037a1c6ed5f')
+
+prepare() {
+  cp -a priority-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/priority-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/priority-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/priority-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/priority-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-priority() {
+  depends=('python')
+
+  cd priority-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-priority() {
+  depends=('python2')
+
+  cd priority-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 13:03:48
  Author: felixonmars
Revision: 236200

upgpkg: python-hypothesis 3.11.3-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 12:57:43 UTC (rev 236199)
+++ PKGBUILD2017-06-11 13:03:48 UTC (rev 236200)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.11.1
+pkgver=3.11.3
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -15,7 +15,7 @@
   'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('a1c5263a47cfef93c92a97e3f2b2815efc06129ad39b05ef35b48a9c4c0cd7d6e90c779ca6b76f862c79f5edb18bdcf1aa5b390c6ac189025b6b456aefe731aa')
+sha512sums=('06b3ac69c48afa62caed5373f084db388d20f1cb10350e440a90cad1d3386fbd47dc830122fdb780ceb5144ac42382869d1ad8bf063e88d0e0b81f098763af0c')
 
 prepare() {
   # Always fail :/


[arch-commits] Commit in (python-hyperlink)

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 12:57:43
  Author: felixonmars
Revision: 236199

community2extra: Moving python-hyperlink from community to extra

Deleted:
  python-hyperlink/


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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 12:56:56
  Author: felixonmars
Revision: 298607

archrelease: copy trunk to extra-any

Added:
  python-hyperlink/repos/extra-any/
  python-hyperlink/repos/extra-any/PKGBUILD
(from rev 298606, python-hyperlink/trunk/PKGBUILD)

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

Copied: python-hyperlink/repos/extra-any/PKGBUILD (from rev 298606, 
python-hyperlink/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2017-06-11 12:56:56 UTC (rev 298607)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hyperlink
+pkgname=('python-hyperlink' 'python2-hyperlink')
+pkgver=17.1.1
+pkgrel=1
+pkgdesc='A featureful, correct URL for Python'
+arch=('any')
+license=('BSD')
+url='https://github.com/python-hyper/hyperlink'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-hyper/hyperlink/archive/v$pkgver.tar.gz;)
+sha512sums=('abf433672dd42e90ebe14b89eff9150ea42c15aa446e24995e625be81a19b727cb2bb5723cb84446d09936266b1957d7cb4df461665650430bda12720ae192d1')
+
+prepare() {
+  cp -a hyperlink-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/hyperlink-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/hyperlink-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/hyperlink-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/hyperlink-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-hyperlink() {
+  depends=('python')
+
+  cd hyperlink-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-hyperlink() {
+  depends=('python2')
+
+  cd hyperlink-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 12:56:40
  Author: felixonmars
Revision: 298606

community2extra: Moving python-hyperlink from community to extra

Added:
  python-hyperlink/
  python-hyperlink/repos/
  python-hyperlink/trunk/
  python-hyperlink/trunk/PKGBUILD

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

Added: python-hyperlink/trunk/PKGBUILD
===
--- python-hyperlink/trunk/PKGBUILD (rev 0)
+++ python-hyperlink/trunk/PKGBUILD 2017-06-11 12:56:40 UTC (rev 298606)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hyperlink
+pkgname=('python-hyperlink' 'python2-hyperlink')
+pkgver=17.1.1
+pkgrel=1
+pkgdesc='A featureful, correct URL for Python'
+arch=('any')
+license=('BSD')
+url='https://github.com/python-hyper/hyperlink'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-hyper/hyperlink/archive/v$pkgver.tar.gz;)
+sha512sums=('abf433672dd42e90ebe14b89eff9150ea42c15aa446e24995e625be81a19b727cb2bb5723cb84446d09936266b1957d7cb4df461665650430bda12720ae192d1')
+
+prepare() {
+  cp -a hyperlink-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/hyperlink-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/hyperlink-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/hyperlink-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/hyperlink-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-hyperlink() {
+  depends=('python')
+
+  cd hyperlink-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-hyperlink() {
+  depends=('python2')
+
+  cd hyperlink-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 12:54:33
  Author: felixonmars
Revision: 236197

archrelease: copy trunk to community-any

Added:
  python-hyperlink/repos/community-any/
  python-hyperlink/repos/community-any/PKGBUILD
(from rev 236196, python-hyperlink/trunk/PKGBUILD)

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

Copied: python-hyperlink/repos/community-any/PKGBUILD (from rev 236196, 
python-hyperlink/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-06-11 12:54:33 UTC (rev 236197)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hyperlink
+pkgname=('python-hyperlink' 'python2-hyperlink')
+pkgver=17.1.1
+pkgrel=1
+pkgdesc='A featureful, correct URL for Python'
+arch=('any')
+license=('BSD')
+url='https://github.com/python-hyper/hyperlink'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-hyper/hyperlink/archive/v$pkgver.tar.gz;)
+sha512sums=('abf433672dd42e90ebe14b89eff9150ea42c15aa446e24995e625be81a19b727cb2bb5723cb84446d09936266b1957d7cb4df461665650430bda12720ae192d1')
+
+prepare() {
+  cp -a hyperlink-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/hyperlink-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/hyperlink-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/hyperlink-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/hyperlink-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-hyperlink() {
+  depends=('python')
+
+  cd hyperlink-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-hyperlink() {
+  depends=('python2')
+
+  cd hyperlink-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 12:54:07
  Author: felixonmars
Revision: 236196

addpkg: python-hyperlink 17.1.1-1

Added:
  python-hyperlink/
  python-hyperlink/repos/
  python-hyperlink/trunk/
  python-hyperlink/trunk/PKGBUILD

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

Added: python-hyperlink/trunk/PKGBUILD
===
--- python-hyperlink/trunk/PKGBUILD (rev 0)
+++ python-hyperlink/trunk/PKGBUILD 2017-06-11 12:54:07 UTC (rev 236196)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hyperlink
+pkgname=('python-hyperlink' 'python2-hyperlink')
+pkgver=17.1.1
+pkgrel=1
+pkgdesc='A featureful, correct URL for Python'
+arch=('any')
+license=('BSD')
+url='https://github.com/python-hyper/hyperlink'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-hyper/hyperlink/archive/v$pkgver.tar.gz;)
+sha512sums=('abf433672dd42e90ebe14b89eff9150ea42c15aa446e24995e625be81a19b727cb2bb5723cb84446d09936266b1957d7cb4df461665650430bda12720ae192d1')
+
+prepare() {
+  cp -a hyperlink-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/hyperlink-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/hyperlink-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/hyperlink-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/hyperlink-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-hyperlink() {
+  depends=('python')
+
+  cd hyperlink-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-hyperlink() {
+  depends=('python2')
+
+  cd hyperlink-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2017-06-11 Thread Laurent Carlier
Date: Sunday, June 11, 2017 @ 12:05:13
  Author: lcarlier
Revision: 236194

upgpkg: lib32-sqlite 3.19.3-1

upstream update 3.19.3

Modified:
  lib32-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 11:58:56 UTC (rev 236193)
+++ PKGBUILD2017-06-11 12:05:13 UTC (rev 236194)
@@ -5,9 +5,9 @@
 
 _pkgbasename=sqlite
 pkgname=lib32-sqlite
-_srcver=318
+_srcver=3190300
 _docver=${_srcver}
-pkgver=3.18.0
+pkgver=3.19.3
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine (32-bit)"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
 source=(https://www.sqlite.org/2017/sqlite-src-${_srcver}.zip)
-sha256sums=('eab4d137abd5aa1164244a5d558c9a02122071daf36984b236f8441d749b9ba6')
+sha256sums=('5595bbf59e7bb6bb43a6e816b9dd2ee74369c6ae3cd60284e24d5f7957286120')
 options=('!makeflags')
 
 prepare() {
@@ -39,7 +39,8 @@
  -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
  -DSQLITE_ENABLE_RTREE=1 \
  -DSQLITE_SECURE_DELETE \
- -DSQLITE_MAX_VARIABLE_NUMBER=25"
+ -DSQLITE_MAX_VARIABLE_NUMBER=25 \
+ -DSQLITE_MAX_EXPR_DEPTH=1"
 
   ./configure --prefix=/usr \
 --libdir=/usr/lib32 \


[arch-commits] Commit in lib32-sqlite/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2017-06-11 Thread Laurent Carlier
Date: Sunday, June 11, 2017 @ 12:05:18
  Author: lcarlier
Revision: 236195

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sqlite/repos/multilib-x86_64/PKGBUILD
(from rev 236194, lib32-sqlite/trunk/PKGBUILD)
Deleted:
  lib32-sqlite/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-11 12:05:13 UTC (rev 236194)
+++ PKGBUILD2017-06-11 12:05:18 UTC (rev 236195)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Biru Ionut 
-# Contributor: Mikko Seppälä 
-# Contributor: Kaos < gianlucaatlas dot gmail dot com >
-
-_pkgbasename=sqlite
-pkgname=lib32-sqlite
-_srcver=318
-_docver=${_srcver}
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine (32-bit)"
-arch=('x86_64')
-license=('custom')
-url="http://www.sqlite.org/;
-depends=(lib32-glibc $_pkgbasename)
-makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
-source=(https://www.sqlite.org/2017/sqlite-src-${_srcver}.zip)
-sha256sums=('eab4d137abd5aa1164244a5d558c9a02122071daf36984b236f8441d749b9ba6')
-options=('!makeflags')
-
-prepare() {
-  cd "$srcdir"/sqlite-src-$_srcver
-  autoreconf -vfi
-}
-
-build() {
-  cd "$srcdir"/sqlite-src-$_srcver
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  export LTLINK_EXTRAS="-ldl"
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
- -DSQLITE_ENABLE_COLUMN_METADATA=1 \
- -DSQLITE_ENABLE_UNLOCK_NOTIFY \
- -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
- -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
- -DSQLITE_ENABLE_RTREE=1 \
- -DSQLITE_SECURE_DELETE \
- -DSQLITE_MAX_VARIABLE_NUMBER=25"
-
-  ./configure --prefix=/usr \
---libdir=/usr/lib32 \
---disable-tcl \
---disable-static
-
-  make
-}
-
-package() {
-  cd "$srcdir"/sqlite-src-$_srcver
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-sqlite/repos/multilib-x86_64/PKGBUILD (from rev 236194, 
lib32-sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-11 12:05:18 UTC (rev 236195)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Biru Ionut 
+# Contributor: Mikko Seppälä 
+# Contributor: Kaos < gianlucaatlas dot gmail dot com >
+
+_pkgbasename=sqlite
+pkgname=lib32-sqlite
+_srcver=3190300
+_docver=${_srcver}
+pkgver=3.19.3
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine (32-bit)"
+arch=('x86_64')
+license=('custom')
+url="http://www.sqlite.org/;
+depends=(lib32-glibc $_pkgbasename)
+makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
+source=(https://www.sqlite.org/2017/sqlite-src-${_srcver}.zip)
+sha256sums=('5595bbf59e7bb6bb43a6e816b9dd2ee74369c6ae3cd60284e24d5f7957286120')
+options=('!makeflags')
+
+prepare() {
+  cd "$srcdir"/sqlite-src-$_srcver
+  autoreconf -vfi
+}
+
+build() {
+  cd "$srcdir"/sqlite-src-$_srcver
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  export LTLINK_EXTRAS="-ldl"
+  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
+ -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
+ -DSQLITE_ENABLE_RTREE=1 \
+ -DSQLITE_SECURE_DELETE \
+ -DSQLITE_MAX_VARIABLE_NUMBER=25 \
+ -DSQLITE_MAX_EXPR_DEPTH=1"
+
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
+--disable-tcl \
+--disable-static
+
+  make
+}
+
+package() {
+  cd "$srcdir"/sqlite-src-$_srcver
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2017-06-11 Thread Laurent Carlier
Date: Sunday, June 11, 2017 @ 11:58:51
  Author: lcarlier
Revision: 236192

upgpkg: lib32-libtasn1 4.12-1

upstream update 4.12

Modified:
  lib32-libtasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 10:05:53 UTC (rev 236191)
+++ PKGBUILD2017-06-11 11:58:51 UTC (rev 236192)
@@ -5,7 +5,7 @@
 
 _pkgbase=libtasn1
 pkgname=lib32-${_pkgbase}
-pkgver=4.10
+pkgver=4.12
 pkgrel=1
 pkgdesc="The ASN.1 library used in GNUTLS (32 bit)"
 arch=('x86_64')
@@ -15,8 +15,8 @@
 makedepends=('gcc-multilib')
 options=('!libtool')
 source=(https://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
-md5sums=('f4faffdf63969d0e4e6df43b9679e8e5'
- 'SKIP')
+sha256sums=('6753da2e621257f33f5b051cc114d417e5206a0818fe0b1ecfd6153f70934753'
+'SKIP')
 validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos 
 
 build() {


[arch-commits] Commit in lib32-libtasn1/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2017-06-11 Thread Laurent Carlier
Date: Sunday, June 11, 2017 @ 11:58:56
  Author: lcarlier
Revision: 236193

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libtasn1/repos/multilib-x86_64/PKGBUILD
(from rev 236192, lib32-libtasn1/trunk/PKGBUILD)
Deleted:
  lib32-libtasn1/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-11 11:58:51 UTC (rev 236192)
+++ PKGBUILD2017-06-11 11:58:56 UTC (rev 236193)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Florian Pritz 
-# Contributor: josephgbr 
-
-_pkgbase=libtasn1
-pkgname=lib32-${_pkgbase}
-pkgver=4.10
-pkgrel=1
-pkgdesc="The ASN.1 library used in GNUTLS (32 bit)"
-arch=('x86_64')
-license=('GPL3' 'LGPL')
-url="https://www.gnu.org/software/libtasn1/;
-depends=('lib32-glibc' ${_pkgbase})
-makedepends=('gcc-multilib')
-options=('!libtool')
-source=(https://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
-md5sums=('f4faffdf63969d0e4e6df43b9679e8e5'
- 'SKIP')
-validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos 
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd ${_pkgbase}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib32 \
-  --with-packager=Archlinux \
-  --with-packager-bug-reports="http://bugs.archlinux.org/; \
-  --with-packager-version=${pkgver}-${pkgrel}
-  make
-}
-
-package() {
-  cd ${_pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/"{bin,include,share}
-}

Copied: lib32-libtasn1/repos/multilib-x86_64/PKGBUILD (from rev 236192, 
lib32-libtasn1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-11 11:58:56 UTC (rev 236193)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Florian Pritz 
+# Contributor: josephgbr 
+
+_pkgbase=libtasn1
+pkgname=lib32-${_pkgbase}
+pkgver=4.12
+pkgrel=1
+pkgdesc="The ASN.1 library used in GNUTLS (32 bit)"
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+url="https://www.gnu.org/software/libtasn1/;
+depends=('lib32-glibc' ${_pkgbase})
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(https://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
+sha256sums=('6753da2e621257f33f5b051cc114d417e5206a0818fe0b1ecfd6153f70934753'
+'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos 
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd ${_pkgbase}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib32 \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports="http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+package() {
+  cd ${_pkgbase}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/"{bin,include,share}
+}


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

2017-06-11 Thread Florian Pritz
Date: Sunday, June 11, 2017 @ 11:55:52
  Author: bluewind
Revision: 298604

upgpkg: transmission 2.92-7

libeven 2.1 rebuild

Modified:
  transmission/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 11:34:36 UTC (rev 298603)
+++ PKGBUILD2017-06-11 11:55:52 UTC (rev 298604)
@@ -5,7 +5,7 @@
 pkgbase=transmission
 pkgname=(transmission-cli transmission-gtk transmission-qt)
 pkgver=2.92
-pkgrel=6
+pkgrel=7
 arch=(i686 x86_64)
 url="http://www.transmissionbt.com/;
 license=(MIT)


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

2017-06-11 Thread Florian Pritz
Date: Sunday, June 11, 2017 @ 11:55:59
  Author: bluewind
Revision: 298605

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

Added:
  transmission/repos/staging-i686/
  transmission/repos/staging-i686/PKGBUILD
(from rev 298604, transmission/trunk/PKGBUILD)
  transmission/repos/staging-i686/transmission-2.90-libsystemd.patch
(from rev 298604, transmission/trunk/transmission-2.90-libsystemd.patch)
  transmission/repos/staging-i686/transmission-2.92-openssl-1.1.0.patch
(from rev 298604, transmission/trunk/transmission-2.92-openssl-1.1.0.patch)
  transmission/repos/staging-i686/transmission-cli.sysusers
(from rev 298604, transmission/trunk/transmission-cli.sysusers)
  transmission/repos/staging-i686/transmission-cli.tmpfiles
(from rev 298604, transmission/trunk/transmission-cli.tmpfiles)
  transmission/repos/staging-x86_64/
  transmission/repos/staging-x86_64/PKGBUILD
(from rev 298604, transmission/trunk/PKGBUILD)
  transmission/repos/staging-x86_64/transmission-2.90-libsystemd.patch
(from rev 298604, transmission/trunk/transmission-2.90-libsystemd.patch)
  transmission/repos/staging-x86_64/transmission-2.92-openssl-1.1.0.patch
(from rev 298604, transmission/trunk/transmission-2.92-openssl-1.1.0.patch)
  transmission/repos/staging-x86_64/transmission-cli.sysusers
(from rev 298604, transmission/trunk/transmission-cli.sysusers)
  transmission/repos/staging-x86_64/transmission-cli.tmpfiles
(from rev 298604, transmission/trunk/transmission-cli.tmpfiles)

--+
 staging-i686/PKGBUILD|   96 ++
 staging-i686/transmission-2.90-libsystemd.patch  |   13 
 staging-i686/transmission-2.92-openssl-1.1.0.patch   |  261 +
 staging-i686/transmission-cli.sysusers   |1 
 staging-i686/transmission-cli.tmpfiles   |1 
 staging-x86_64/PKGBUILD  |   96 ++
 staging-x86_64/transmission-2.90-libsystemd.patch|   13 
 staging-x86_64/transmission-2.92-openssl-1.1.0.patch |  261 +
 staging-x86_64/transmission-cli.sysusers |1 
 staging-x86_64/transmission-cli.tmpfiles |1 
 10 files changed, 744 insertions(+)

Copied: transmission/repos/staging-i686/PKGBUILD (from rev 298604, 
transmission/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-06-11 11:55:59 UTC (rev 298605)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer : Tom Gundersen 
+# Maintainer : Ionut Biru 
+
+pkgbase=transmission
+pkgname=(transmission-cli transmission-gtk transmission-qt)
+pkgver=2.92
+pkgrel=7
+arch=(i686 x86_64)
+url="http://www.transmissionbt.com/;
+license=(MIT)
+makedepends=(gtk3 intltool curl qt5-base libevent systemd qt5-tools)
+source=(https://github.com/transmission/transmission-releases/raw/master/transmission-${pkgver}.tar.xz
+transmission-2.90-libsystemd.patch
+transmission-2.92-openssl-1.1.0.patch
+transmission-cli.sysusers
+transmission-cli.tmpfiles)
+sha256sums=('3a8d045c306ad9acb7bf81126939b9594553a388482efa0ec1bfb67b22acd35f'
+'9f8f4bb532e0e46776dbd90e75557364f495ec95896ee35900ea222d69bda411'
+'efd41985f60c977a95744ee44dfbb628424765caee83c6af3e29a5b1cbfadc98'
+'641310fb0590d40e00bea1b5b9c843953ab78edf019109f276be9c6a7bdaf5b2'
+'1266032bb07e47d6bcdc7dabd74df2557cc466c33bf983a5881316a4cc098451')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  patch -p1 -i "$srcdir/transmission-2.90-libsystemd.patch"
+  patch -p1 -i "$srcdir/transmission-2.92-openssl-1.1.0.patch"
+
+  rm -f m4/glib-gettext.m4
+  autoreconf -fi
+
+  sed -i '/^Icon=/ s/$/-qt/' qt/transmission-qt.desktop
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr
+  make
+
+  cd qt
+  qmake qtr.pro \
+
DEFINES+=TRANSLATIONS_DIR=\\\"/usr/share/transmission-qt/translations\\\"
+  make
+  lrelease translations/*.ts
+}
+
+package_transmission-cli() {
+  pkgdesc='Fast, easy, and free BitTorrent client (CLI tools, daemon and web 
client)'
+  depends=(curl libevent systemd)
+
+  cd $pkgbase-$pkgver
+
+  for dir in daemon cli web utils; do
+make -C "$dir" DESTDIR="$pkgdir" install
+  done
+
+  install -Dm644 daemon/transmission-daemon.service \
+"$pkgdir/usr/lib/systemd/system/transmission.service"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/transmission-cli/COPYING"
+
+  install -Dm644 "$srcdir/$pkgname.sysusers" \
+"$pkgdir/usr/lib/sysusers.d/transmission.conf"
+  install -Dm644 "$srcdir/$pkgname.tmpfiles" \
+"$pkgdir/usr/lib/tmpfiles.d/transmission.conf"
+}
+
+package_transmission-gtk() {
+  pkgdesc='Fast, easy, and free BitTorrent client (GTK+ GUI)'
+  depends=(curl libevent gtk3 desktop-file-utils hicolor-icon-theme)
+  

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

2017-06-11 Thread Evangelos Foutras
Date: Sunday, June 11, 2017 @ 11:34:25
  Author: foutrelis
Revision: 298602

upgpkg: garcon 0.6.1-1

New upstream release.

Modified:
  garcon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 10:16:30 UTC (rev 298601)
+++ PKGBUILD2017-06-11 11:34:25 UTC (rev 298602)
@@ -3,7 +3,7 @@
 # Contributor: Xavier Devlamynck 
 
 pkgname=garcon
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="Implementation of the freedesktop.org menu specification"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('intltool')
 replaces=('libxfce4menu')
 
source=(http://archive.xfce.org/src/xfce/garcon/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e825036b874ad856378a61e2360b19b0a6e32cbda5df64060674a215e1427796')
+sha256sums=('41c31ba0498c2cc39de4a8e0c2367510adbf4bc2104c17feee358e51e6acf603')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-06-11 Thread Evangelos Foutras
Date: Sunday, June 11, 2017 @ 11:34:36
  Author: foutrelis
Revision: 298603

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-11 11:34:25 UTC (rev 298602)
+++ extra-i686/PKGBUILD 2017-06-11 11:34:36 UTC (rev 298603)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Xavier Devlamynck 
-
-pkgname=garcon
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="Implementation of the freedesktop.org menu specification"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('LGPL')
-groups=('xfce4')
-depends=('libxfce4ui')
-makedepends=('intltool')
-replaces=('libxfce4menu')
-source=(http://archive.xfce.org/src/xfce/garcon/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e825036b874ad856378a61e2360b19b0a6e32cbda5df64060674a215e1427796')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: garcon/repos/extra-i686/PKGBUILD (from rev 298602, 
garcon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-11 11:34:36 UTC (rev 298603)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Xavier Devlamynck 
+
+pkgname=garcon
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Implementation of the freedesktop.org menu specification"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/;
+license=('LGPL')
+groups=('xfce4')
+depends=('libxfce4ui')
+makedepends=('intltool')
+replaces=('libxfce4menu')
+source=(http://archive.xfce.org/src/xfce/garcon/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('41c31ba0498c2cc39de4a8e0c2367510adbf4bc2104c17feee358e51e6acf603')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-11 11:34:25 UTC (rev 298602)
+++ extra-x86_64/PKGBUILD   2017-06-11 11:34:36 UTC (rev 298603)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Xavier Devlamynck 
-
-pkgname=garcon
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="Implementation of the freedesktop.org menu specification"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('LGPL')
-groups=('xfce4')
-depends=('libxfce4ui')
-makedepends=('intltool')
-replaces=('libxfce4menu')
-source=(http://archive.xfce.org/src/xfce/garcon/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e825036b874ad856378a61e2360b19b0a6e32cbda5df64060674a215e1427796')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: garcon/repos/extra-x86_64/PKGBUILD (from rev 298602, 
garcon/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-06-11 11:34:36 UTC (rev 298603)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Xavier Devlamynck 
+
+pkgname=garcon
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Implementation of the freedesktop.org menu specification"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/;
+license=('LGPL')
+groups=('xfce4')
+depends=('libxfce4ui')
+makedepends=('intltool')
+replaces=('libxfce4menu')
+source=(http://archive.xfce.org/src/xfce/garcon/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)

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

2017-06-11 Thread Gaëtan Bisson
Date: Sunday, June 11, 2017 @ 10:16:30
  Author: bisson
Revision: 298601

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

Added:
  postfix/repos/extra-i686/PKGBUILD
(from rev 298600, postfix/trunk/PKGBUILD)
  postfix/repos/extra-i686/aliases.patch
(from rev 298600, postfix/trunk/aliases.patch)
  postfix/repos/extra-i686/install
(from rev 298600, postfix/trunk/install)
  postfix/repos/extra-i686/service
(from rev 298600, postfix/trunk/service)
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 298600, postfix/trunk/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 298600, postfix/trunk/aliases.patch)
  postfix/repos/extra-x86_64/install
(from rev 298600, postfix/trunk/install)
  postfix/repos/extra-x86_64/service
(from rev 298600, postfix/trunk/service)
Deleted:
  postfix/repos/extra-i686/PKGBUILD
  postfix/repos/extra-i686/aliases.patch
  postfix/repos/extra-i686/install
  postfix/repos/extra-i686/service
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/install
  postfix/repos/extra-x86_64/service

+
 /PKGBUILD  |  202 +++
 /aliases.patch |   36 +++
 /install   |   32 ++
 /service   |   28 +
 extra-i686/PKGBUILD|  101 -
 extra-i686/aliases.patch   |   18 ---
 extra-i686/install |   16 ---
 extra-i686/service |   14 --
 extra-x86_64/PKGBUILD  |  101 -
 extra-x86_64/aliases.patch |   18 ---
 extra-x86_64/install   |   16 ---
 extra-x86_64/service   |   14 --
 12 files changed, 298 insertions(+), 298 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-11 10:15:26 UTC (rev 298600)
+++ extra-i686/PKGBUILD 2017-06-11 10:16:30 UTC (rev 298601)
@@ -1,101 +0,0 @@
-# $Id$
-# Contributor: Jeff Brodnax 
-# Contributor: Paul Mattal 
-# Maintainer: Gaetan Bisson 
-
-pkgname=postfix
-pkgver=3.2.0
-pkgrel=4
-url='http://www.postfix.org/'
-pkgdesc='Fast, easy to administer, secure mail server'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
- 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
-source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
-'aliases.patch'
-'service')
-sha256sums=('420726e79622620394fd17799e49268dada7041ea067ca3aa1c8bf155b9aa487'
-'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
-'52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
-
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-
-conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-replaces=('postfix-tools')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   CCARGS='
--DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
--DHAS_LDAP
--DUSE_TLS
--DHAS_MYSQL -I/usr/include/mysql
--DHAS_PGSQL -I/usr/include/postgresql
--DHAS_SQLITE
--DHAS_CDB
--DDEF_COMMAND_DIR=\"/usr/bin\"
--DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
--DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
--DDEF_README_DIR=\"/usr/share/doc/postfix\"
--DDEF_MANPAGE_DIR=\"/usr/share/man\"
-'
-   AUXLIBS='
--lsasl2
--lldap -llber
--lssl -lcrypto
--lmysqlclient -lz -lm
--lpq
--lsqlite3 -lpthread
--lcdb
-'
-   make makefiles \
-   DEBUG='' \
-   pie=yes \
-   shared=yes \
-   CCARGS="${CCARGS//$'\n'/}" \
-   AUXLIBS="${AUXLIBS//$'\n'/}" \
-   OPT="${CFLAGS} ${LDFLAGS}" \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/postfix-${pkgver}"
-
-   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
-   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
-   sh postfix-install -non-interactive install_root="${pkgdir}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-
-   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
-   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
-   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
-   done
-
-   # now set permissions 

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

2017-06-11 Thread Gaëtan Bisson
Date: Sunday, June 11, 2017 @ 10:15:26
  Author: bisson
Revision: 298600

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 06:20:38 UTC (rev 298599)
+++ PKGBUILD2017-06-11 10:15:26 UTC (rev 298600)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.2.0
-pkgrel=6
+pkgver=3.2.1
+pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -15,7 +15,7 @@
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha256sums=('420726e79622620394fd17799e49268dada7041ea067ca3aa1c8bf155b9aa487'
+sha256sums=('79f8a468e24f7fd7568161e7579e3dde76c1941a0f3e9f8e50bf9a8d6aa41918'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
 
@@ -48,7 +48,7 @@
 -lsasl2
 -lldap -llber
 -lssl -lcrypto
--lmariadb -lz -lm
+-lmysqlclient -lz -lm
 -lpq
 -lsqlite3 -lpthread
 -lcdb


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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 10:05:53
  Author: felixonmars
Revision: 236191

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

Added:
  ibus-libpinyin/repos/community-testing-i686/
  ibus-libpinyin/repos/community-testing-i686/PKGBUILD
(from rev 236190, ibus-libpinyin/trunk/PKGBUILD)
  ibus-libpinyin/repos/community-testing-x86_64/
  ibus-libpinyin/repos/community-testing-x86_64/PKGBUILD
(from rev 236190, ibus-libpinyin/trunk/PKGBUILD)

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

Copied: ibus-libpinyin/repos/community-testing-i686/PKGBUILD (from rev 236190, 
ibus-libpinyin/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-06-11 10:05:53 UTC (rev 236191)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor:  Yangtse Su
+# Contributor:  Jekyll Wu
+# Contributor: riverscn
+# Contributor: rainy
+# Contributor: Lee.MaRS
+
+pkgname=ibus-libpinyin
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="Intelligent Pinyin engine based on libpinyin for IBus"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="https://github.com/libpinyin/ibus-libpinyin;
+depends=('ibus' 'libpinyin' 'python-xdg')
+makedepends=('git' 'intltool' 'gnome-common')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libpinyin/ibus-libpinyin/archive/$pkgver.tar.gz;)
+sha512sums=('cf90fd5233ca7a77d45b69efc76a211ff69895eed09998bec09b362f6b67a91687510144f55ee67e31897ee81c47e86e2e1258ee1771bae1f04d8aa398b13e1e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make NO_INDEX=true DESTDIR="$pkgdir" install
+}

Copied: ibus-libpinyin/repos/community-testing-x86_64/PKGBUILD (from rev 
236190, ibus-libpinyin/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-06-11 10:05:53 UTC (rev 236191)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor:  Yangtse Su
+# Contributor:  Jekyll Wu
+# Contributor: riverscn
+# Contributor: rainy
+# Contributor: Lee.MaRS
+
+pkgname=ibus-libpinyin
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="Intelligent Pinyin engine based on libpinyin for IBus"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="https://github.com/libpinyin/ibus-libpinyin;
+depends=('ibus' 'libpinyin' 'python-xdg')
+makedepends=('git' 'intltool' 'gnome-common')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libpinyin/ibus-libpinyin/archive/$pkgver.tar.gz;)
+sha512sums=('cf90fd5233ca7a77d45b69efc76a211ff69895eed09998bec09b362f6b67a91687510144f55ee67e31897ee81c47e86e2e1258ee1771bae1f04d8aa398b13e1e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make NO_INDEX=true DESTDIR="$pkgdir" install
+}


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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 10:05:33
  Author: felixonmars
Revision: 236190

upgpkg: ibus-libpinyin 1.9.0-1

Modified:
  ibus-libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 10:00:10 UTC (rev 236189)
+++ PKGBUILD2017-06-11 10:05:33 UTC (rev 236190)
@@ -7,7 +7,7 @@
 # Contributor: Lee.MaRS
 
 pkgname=ibus-libpinyin
-pkgver=1.8.92
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="Intelligent Pinyin engine based on libpinyin for IBus"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('ibus' 'libpinyin' 'python-xdg')
 makedepends=('git' 'intltool' 'gnome-common')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/libpinyin/ibus-libpinyin/archive/$pkgver.tar.gz;)
-sha512sums=('2c959caedac61f0c9d745df9d4b89c846c81dc64c46b28200906673d2cd08caf69d236fa183b037765a3e6d8710a02ccd7d2bd1d97c0b86a23a2f1588dfc9556')
+sha512sums=('cf90fd5233ca7a77d45b69efc76a211ff69895eed09998bec09b362f6b67a91687510144f55ee67e31897ee81c47e86e2e1258ee1771bae1f04d8aa398b13e1e')
 
 build() {
   cd $pkgname-$pkgver


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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 10:00:10
  Author: felixonmars
Revision: 236189

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

Added:
  fcitx-libpinyin/repos/community-testing-i686/
  fcitx-libpinyin/repos/community-testing-i686/PKGBUILD
(from rev 236188, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-testing-x86_64/
  fcitx-libpinyin/repos/community-testing-x86_64/PKGBUILD
(from rev 236188, fcitx-libpinyin/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   35 +++
 community-testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: fcitx-libpinyin/repos/community-testing-i686/PKGBUILD (from rev 236188, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-06-11 10:00:10 UTC (rev 236189)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+
+pkgname=fcitx-libpinyin
+pkgver=0.5.1
+_model=model.text.20161206.tar.gz
+pkgrel=4
+pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-libpinyin;
+license=('GPL')
+depends=('fcitx' 'libpinyin' 'fcitx-qt5' 'qt5-webengine')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-libpinyin/archive/$pkgver.tar.gz;
+"$pkgname-$_model::http://download.fcitx-im.org/data/$_model;)
+sha512sums=('5847d98c639584aa53be630c7d96f529fa03f5c88f2e2dc657256c7192d09e93abc36be5c77da2a3b6f57674a4a9e0f666df9da9d5b18e02a42d914c5cc4aacf'
+
'26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429')
+
+prepare() {
+  mkdir build
+  ln -s "$srcdir"/$pkgname-$_model fcitx-libpinyin-$pkgver/data/$_model
+}
+
+build() {
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: fcitx-libpinyin/repos/community-testing-x86_64/PKGBUILD (from rev 
236188, fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-06-11 10:00:10 UTC (rev 236189)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+
+pkgname=fcitx-libpinyin
+pkgver=0.5.1
+_model=model.text.20161206.tar.gz
+pkgrel=4
+pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-libpinyin;
+license=('GPL')
+depends=('fcitx' 'libpinyin' 'fcitx-qt5' 'qt5-webengine')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-libpinyin/archive/$pkgver.tar.gz;
+"$pkgname-$_model::http://download.fcitx-im.org/data/$_model;)
+sha512sums=('5847d98c639584aa53be630c7d96f529fa03f5c88f2e2dc657256c7192d09e93abc36be5c77da2a3b6f57674a4a9e0f666df9da9d5b18e02a42d914c5cc4aacf'
+
'26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429')
+
+prepare() {
+  mkdir build
+  ln -s "$srcdir"/$pkgname-$_model fcitx-libpinyin-$pkgver/data/$_model
+}
+
+build() {
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 09:59:49
  Author: felixonmars
Revision: 236188

upgpkg: fcitx-libpinyin 0.5.1-4

rebuild with new libpinyin

Modified:
  fcitx-libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 09:57:05 UTC (rev 236187)
+++ PKGBUILD2017-06-11 09:59:49 UTC (rev 236188)
@@ -5,7 +5,7 @@
 pkgname=fcitx-libpinyin
 pkgver=0.5.1
 _model=model.text.20161206.tar.gz
-pkgrel=3
+pkgrel=4
 pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
 arch=('i686' 'x86_64')
 url="https://github.com/fcitx/fcitx-libpinyin;


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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 09:57:05
  Author: felixonmars
Revision: 236187

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

Added:
  libpinyin/repos/community-testing-i686/
  libpinyin/repos/community-testing-i686/PKGBUILD
(from rev 236186, libpinyin/trunk/PKGBUILD)
  libpinyin/repos/community-testing-x86_64/
  libpinyin/repos/community-testing-x86_64/PKGBUILD
(from rev 236186, libpinyin/trunk/PKGBUILD)

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

Copied: libpinyin/repos/community-testing-i686/PKGBUILD (from rev 236186, 
libpinyin/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-06-11 09:57:05 UTC (rev 236187)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Yangtse  
+# Contributor: WU Jun 
+
+pkgname=libpinyin
+pkgver=2.0.91
+_modelver=14
+pkgrel=1
+pkgdesc="Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/libpinyin/libpinyin;
+license=('GPL')
+depends=('kyotocabinet' 'glib2')
+makedepends=('gnome-common')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz;
+
"$pkgname-model$_modelver.text.tar.gz::http://downloads.sourceforge.net/libpinyin/model$_modelver.text.tar.gz;)
+noextract=("$pkgname-model$_modelver.text.tar.gz")
+sha512sums=('c262f968ea0c1bad6d4ccee6b056e01635a3ce274f6ac8df79bb321fd4ad730bfeb73b35e06e1cf9d2a7e3bf2a503b1da8763787c97c097d76f1ebe378775b66'
+
'792d3cf7ab7fdea701737cea66d18f697015f19d18b6d26273db2da0ae28291f38b3d8a5717f595da63fbe573921c552bdce10c4bec9a0834947dfec92265da9')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  ln -s "$srcdir"/$pkgname-model$_modelver.text.tar.gz 
data/model$_modelver.text.tar.gz
+  sed -i "/wget.*model$_modelver\.text\.tar\.gz/ d" data/Makefile.am
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --with-dbm=KyotoCabinet --enable-libzhuyin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libpinyin/repos/community-testing-x86_64/PKGBUILD (from rev 236186, 
libpinyin/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-06-11 09:57:05 UTC (rev 236187)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Yangtse  
+# Contributor: WU Jun 
+
+pkgname=libpinyin
+pkgver=2.0.91
+_modelver=14
+pkgrel=1
+pkgdesc="Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/libpinyin/libpinyin;
+license=('GPL')
+depends=('kyotocabinet' 'glib2')
+makedepends=('gnome-common')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz;
+
"$pkgname-model$_modelver.text.tar.gz::http://downloads.sourceforge.net/libpinyin/model$_modelver.text.tar.gz;)
+noextract=("$pkgname-model$_modelver.text.tar.gz")
+sha512sums=('c262f968ea0c1bad6d4ccee6b056e01635a3ce274f6ac8df79bb321fd4ad730bfeb73b35e06e1cf9d2a7e3bf2a503b1da8763787c97c097d76f1ebe378775b66'
+
'792d3cf7ab7fdea701737cea66d18f697015f19d18b6d26273db2da0ae28291f38b3d8a5717f595da63fbe573921c552bdce10c4bec9a0834947dfec92265da9')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  ln -s "$srcdir"/$pkgname-model$_modelver.text.tar.gz 
data/model$_modelver.text.tar.gz
+  sed -i "/wget.*model$_modelver\.text\.tar\.gz/ d" data/Makefile.am
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --with-dbm=KyotoCabinet --enable-libzhuyin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 09:56:43
  Author: felixonmars
Revision: 236186

upgpkg: libpinyin 2.0.91-1

Modified:
  libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 09:31:48 UTC (rev 236185)
+++ PKGBUILD2017-06-11 09:56:43 UTC (rev 236186)
@@ -4,7 +4,7 @@
 # Contributor: WU Jun 
 
 pkgname=libpinyin
-pkgver=2.0.0
+pkgver=2.0.91
 _modelver=14
 pkgrel=1
 pkgdesc="Library to deal with pinyin"
@@ -16,7 +16,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz;
 
"$pkgname-model$_modelver.text.tar.gz::http://downloads.sourceforge.net/libpinyin/model$_modelver.text.tar.gz;)
 noextract=("$pkgname-model$_modelver.text.tar.gz")
-sha512sums=('6a64c7f8378da1f1e364738f9cc9caaeb47b8bdc617ba916c807ff9336272d2d473697216bfc2820f515d6a9784d927f000914cb2004c339747ec33c58083f2a'
+sha512sums=('c262f968ea0c1bad6d4ccee6b056e01635a3ce274f6ac8df79bb321fd4ad730bfeb73b35e06e1cf9d2a7e3bf2a503b1da8763787c97c097d76f1ebe378775b66'
 
'792d3cf7ab7fdea701737cea66d18f697015f19d18b6d26273db2da0ae28291f38b3d8a5717f595da63fbe573921c552bdce10c4bec9a0834947dfec92265da9')
 
 prepare() {
@@ -28,7 +28,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --with-dbm=KyotoCabinet
+  ./autogen.sh --prefix=/usr --with-dbm=KyotoCabinet --enable-libzhuyin
   make
 }
 


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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 09:31:33
  Author: felixonmars
Revision: 236184

upgpkg: python-hypothesis 3.11.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 09:29:38 UTC (rev 236183)
+++ PKGBUILD2017-06-11 09:31:33 UTC (rev 236184)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.8.2
+pkgver=3.11.1
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -11,14 +11,16 @@
 url="https://hypothesis.readthedocs.org;
 makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 
'python-fake-factory'
-  'python2-fake-factory' 'python-flaky' 'python2-flaky' 
'python-pytest-benchmark'
-  'python2-pytest-benchmark' 'python-django' 'python2-django' 
'python-pytest-xdist'
-  'python2-pytest-xdist')
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('9db0bdcb32eb39fe64add3942648d7d38d12392869aebdd0512668e241c2b182ce8c917ed1f65a262f3ddbc9a3fdd9fbaa7c220e06f5cc152f1c302c7fa8c2c1')
+sha512sums=('a1c5263a47cfef93c92a97e3f2b2815efc06129ad39b05ef35b48a9c4c0cd7d6e90c779ca6b76f862c79f5edb18bdcf1aa5b390c6ac189025b6b456aefe731aa')
 
 prepare() {
+  # Always fail :/
+  sed -i 's/max_runs=5/max_runs=50/' 
hypothesis-python-$pkgver/tests/numpy/test_gen_data.py
+
   cp -a hypothesis-python-$pkgver{,-py2}
 
   rm -r hypothesis-python-$pkgver/tests/py2
@@ -52,7 +54,7 @@
 package_python-hypothesis() {
   depends=('python')
   optdepends=('python-pytz: for datetime and django module'
-  'python-fake-factory: for fakefactory 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')
@@ -64,7 +66,7 @@
 package_python2-hypothesis() {
   depends=('python2-enum34')
   optdepends=('python2-pytz: for datetime and django module'
-  'python2-fake-factory: for fakefactory 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')


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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 09:31:48
  Author: felixonmars
Revision: 236185

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-11 09:31:33 UTC (rev 236184)
+++ PKGBUILD2017-06-11 09:31:48 UTC (rev 236185)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.8.2
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 
'python-fake-factory'
-  'python2-fake-factory' 'python-flaky' 'python2-flaky' 
'python-pytest-benchmark'
-  'python2-pytest-benchmark' 'python-django' 'python2-django' 
'python-pytest-xdist'
-  'python2-pytest-xdist')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('9db0bdcb32eb39fe64add3942648d7d38d12392869aebdd0512668e241c2b182ce8c917ed1f65a262f3ddbc9a3fdd9fbaa7c220e06f5cc152f1c302c7fa8c2c1')
-
-prepare() {
-  cp -a hypothesis-python-$pkgver{,-py2}
-
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  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')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-fake-factory: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-fake-factory: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 236184, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-11 09:31:48 UTC (rev 236185)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.11.1
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' '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-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
+sha512sums=('a1c5263a47cfef93c92a97e3f2b2815efc06129ad39b05ef35b48a9c4c0cd7d6e90c779ca6b76f862c79f5edb18bdcf1aa5b390c6ac189025b6b456aefe731aa')
+
+prepare() {
+  # Always fail :/
+  sed -i 's/max_runs=5/max_runs=50/' 
hypothesis-python-$pkgver/tests/numpy/test_gen_data.py
+
+  cp -a hypothesis-python-$pkgver{,-py2}
+
+  rm -r hypothesis-python-$pkgver/tests/py2
+  rm -r hypothesis-python-$pkgver-py2/tests/py3
+
+  export LC_CTYPE=en_US.UTF-8
+}
+

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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 09:29:11
  Author: felixonmars
Revision: 236182

upgpkg: haskell-hakyll 4.9.7.0-1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 09:19:27 UTC (rev 236181)
+++ PKGBUILD2017-06-11 09:29:11 UTC (rev 236182)
@@ -4,8 +4,8 @@
 
 _hkgname=hakyll
 pkgname=haskell-hakyll
-pkgver=4.9.5.1
-pkgrel=79
+pkgver=4.9.7.0
+pkgrel=1
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")
@@ -19,7 +19,7 @@
  "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
  "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('8deca33939717372ca227559dfe82aa0b02af49b19e9ea60051f555dcee2cfe6')
+sha512sums=('33c0ef353fce4eb98fb90b09e6a1e06f677306de47c88629d438de648a21de19b03e8bff696cc0535db74aef9906871849596a96be165e40198eab9d3e02a5ce')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 09:29:38
  Author: felixonmars
Revision: 236183

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

Added:
  haskell-hakyll/repos/community-i686/PKGBUILD
(from rev 236182, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-x86_64/PKGBUILD
(from rev 236182, haskell-hakyll/trunk/PKGBUILD)
Deleted:
  haskell-hakyll/repos/community-i686/PKGBUILD
  haskell-hakyll/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-11 09:29:11 UTC (rev 236182)
+++ community-i686/PKGBUILD 2017-06-11 09:29:38 UTC (rev 236183)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=hakyll
-pkgname=haskell-hakyll
-pkgver=4.9.5.1
-pkgrel=79
-pkgdesc="A static website compiler library"
-url="http://jaspervdj.be/hakyll;
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
- "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
- "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
- "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
- "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
- "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
- "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
- "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('8deca33939717372ca227559dfe82aa0b02af49b19e9ea60051f555dcee2cfe6')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid \
--fcheckexternal -fwatchserver -fpreviewserver
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-hakyll/repos/community-i686/PKGBUILD (from rev 236182, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-11 09:29:38 UTC (rev 236183)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.7.0
+pkgrel=1
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)

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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 09:16:51
  Author: felixonmars
Revision: 236171

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

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

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

Copied: idris/repos/community-staging-i686/PKGBUILD (from rev 236170, 
idris/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-11 09:16:51 UTC (rev 236171)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.0
+pkgrel=33
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-async" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-cheapskate" 
"haskell-code-page"
+ "haskell-fingertree" "haskell-fsnotify" "haskell-ieee754" 
"haskell-mtl"
+ "haskell-libffi" "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-split" 
"haskell-terminal-size"
+ "haskell-text" "haskell-transformers-compat" "haskell-trifecta" 
"haskell-uniplate"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;)
+sha512sums=('a350004a8510f01d1cc8f965a9a4e2dab219f003980b98354ebb5ae42f73b32c90c98dce193943e9709d994cb92ad35814a46b79412a1afc85d42e1018c6ba10')
+
+build() {
+cd "$srcdir"/Idris-dev-$pkgver
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+cd "$srcdir"/Idris-dev-$pkgver
+runhaskell Setup copy --destdir="$pkgdir"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 236170, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-11 09:16:51 UTC (rev 236171)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.0
+pkgrel=33
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-async" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-cheapskate" 
"haskell-code-page"
+ "haskell-fingertree" "haskell-fsnotify" "haskell-ieee754" 
"haskell-mtl"
+ "haskell-libffi" "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-split" 
"haskell-terminal-size"
+ "haskell-text" "haskell-transformers-compat" "haskell-trifecta" 
"haskell-uniplate"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;)
+sha512sums=('a350004a8510f01d1cc8f965a9a4e2dab219f003980b98354ebb5ae42f73b32c90c98dce193943e9709d994cb92ad35814a46b79412a1afc85d42e1018c6ba10')
+
+build() {
+cd "$srcdir"/Idris-dev-$pkgver
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly

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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 09:16:31
  Author: felixonmars
Revision: 236170

upgpkg: idris 1.0-33

rebuild with lens,4.15.3

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 08:30:39 UTC (rev 236169)
+++ PKGBUILD2017-06-11 09:16:31 UTC (rev 236170)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=1.0
-pkgrel=32
+pkgrel=33
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("custom:BSD3")


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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 08:30:39
  Author: felixonmars
Revision: 236169

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

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

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

Copied: haskell-trifecta/repos/community-staging-i686/PKGBUILD (from rev 
236168, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-11 08:30:39 UTC (rev 236169)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.6.2.1
+pkgrel=25
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="http://github.com/ekmett/trifecta/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('bab3724de8ed4f5283deb99013debf2e223e9e2c3c975e7d9b9bd44a9b30fbe5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 
236168, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-11 08:30:39 UTC (rev 236169)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.6.2.1
+pkgrel=25
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="http://github.com/ekmett/trifecta/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('bab3724de8ed4f5283deb99013debf2e223e9e2c3c975e7d9b9bd44a9b30fbe5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ 

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

2017-06-11 Thread Felix Yan
Date: Sunday, June 11, 2017 @ 08:30:18
  Author: felixonmars
Revision: 236168

upgpkg: haskell-trifecta 1.6.2.1-25

rebuild with lens,4.15.3

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 08:25:42 UTC (rev 236167)
+++ PKGBUILD2017-06-11 08:30:18 UTC (rev 236168)
@@ -5,7 +5,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=1.6.2.1
-pkgrel=24
+pkgrel=25
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="http://github.com/ekmett/trifecta/;
 license=("custom:BSD3")


  1   2   >