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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:55:36
  Author: felixonmars
Revision: 303507

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 303506, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-07 07:55:36 UTC (rev 303507)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.16.3
+pkgrel=4
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-extra' 'haskell-hashable' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-primitive' 'haskell-random' 'haskell-unordered-containers' 
'haskell-utf8-string')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a102a09b505fc99dcf6a5a2594ae7273cefb4087e26f520af791fcee4dbf2118eb81b356e88d53ce7f08bea180851d0e7c6b589b077b891705707a8b59b77b9a')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/ghc --make/ghc -dynamic --make/' src/Test/Command.hs
+sed -e 's/runhaskell Setup.hs configure/runhaskell Setup.hs configure 
--enable-executable-dynamic --disable-library-vanilla/' \
+-e 's/ghc -fno-code/ghc -dynamic -fno-code/' \
+-i src/Test/Docs.hs
+sed -i 's/cmd "ghc" flags/cmd "ghc" "-dynamic" flags/' src/Test/Self.hs
+sed -i 's/ghc --make/ghc -dynamic --make/' docs/manual/build.sh
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"  --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-portable
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:55:14
  Author: felixonmars
Revision: 303506

upgpkg: haskell-shake 0.16.3-4

rebuild with extra,1.6.4

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:48:20 UTC (rev 303505)
+++ PKGBUILD2018-03-07 07:55:14 UTC (rev 303506)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:48:20
  Author: felixonmars
Revision: 303505

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-api/repos/community-staging-x86_64/
  hledger-api/repos/community-staging-x86_64/PKGBUILD
(from rev 303504, hledger-api/trunk/PKGBUILD)

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

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 303504, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-07 07:48:20 UTC (rev 303505)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.5
+pkgrel=80
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-decimal'
+ 'haskell-docopt' 'haskell-either' 'haskell-microlens' 
'haskell-microlens-platform'
+ 'haskell-safe' 'haskell-servant-server' 'haskell-servant-swagger' 
'haskell-swagger2'
+ 'haskell-text' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('237eb5f6b88c1d8fc3647e6ce5d2d1db70abaf4c5f3b3c3392327333a539df49227d2063f0d55ac9cd4c9982c566f3733412b683a87c762b064f4b1c5aa1daae')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:47:55
  Author: felixonmars
Revision: 303504

upgpkg: hledger-api 1.5-80

rebuild with extra,1.6.4

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:46:42 UTC (rev 303503)
+++ PKGBUILD2018-03-07 07:47:55 UTC (rev 303504)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-api
 pkgver=1.5
-pkgrel=79
+pkgrel=80
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:46:19
  Author: felixonmars
Revision: 303502

upgpkg: hledger-ui 1.5-48

rebuild with extra,1.6.4

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:45:20 UTC (rev 303501)
+++ PKGBUILD2018-03-07 07:46:19 UTC (rev 303502)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-ui
 pkgver=1.5
-pkgrel=47
+pkgrel=48
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:46:42
  Author: felixonmars
Revision: 303503

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-ui/repos/community-staging-x86_64/
  hledger-ui/repos/community-staging-x86_64/PKGBUILD
(from rev 303502, hledger-ui/trunk/PKGBUILD)

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 303502, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-07 07:46:42 UTC (rev 303503)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.5
+pkgrel=48
+pkgdesc="Curses-style user interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat' 'haskell-cmdargs' 'haskell-data-default' 
'haskell-fsnotify'
+ 'haskell-hunit' 'haskell-microlens' 'haskell-microlens-platform' 
'haskell-megaparsec'
+ 'haskell-pretty-show' 'haskell-safe' 'haskell-split' 'haskell-text' 
'haskell-text-zipper'
+ 'haskell-vector' 'haskell-brick' 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('6f2c09df0af5c5643922d325443ccdcc2f4d1bc83e958959d377145118862be72f3709947ddd4ed09aa2cdb0cb2c9144f3fa2a22893f53fb860fb2b1423746a3')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+-fthreaded
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:45:20
  Author: felixonmars
Revision: 303501

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-web/repos/community-staging-x86_64/
  hledger-web/repos/community-staging-x86_64/PKGBUILD
(from rev 303500, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 303500, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-07 07:45:20 UTC (rev 303501)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.5
+pkgrel=90
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-base-compat' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-clientsession' 'haskell-cmdargs' 
'haskell-data-default'
+ 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 
'haskell-hunit'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'haskell-text' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-json'
+ 'haskell-megaparsec' 'haskell-mtl' 'haskell-parsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('3ba0b9e7d03a9d813e41f7f36ca0fa34decf6f04163abea850cb5ff6e322387b60952bfb30f46be817f52b2c79641fba03e62a5d6483b78a7e094c91fbb273a6')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:44:58
  Author: felixonmars
Revision: 303500

upgpkg: hledger-web 1.5-90

rebuild with extra,1.6.4

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:43:34 UTC (rev 303499)
+++ PKGBUILD2018-03-07 07:44:58 UTC (rev 303500)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.5
-pkgrel=89
+pkgrel=90
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:43:34
  Author: felixonmars
Revision: 303499

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:43:11
  Author: felixonmars
Revision: 303498

upgpkg: hoogle 5.0.16-27

rebuild with extra,1.6.4

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:41:27 UTC (rev 303497)
+++ PKGBUILD2018-03-07 07:43:11 UTC (rev 303498)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.16
-pkgrel=26
+pkgrel=27
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:41:27
  Author: felixonmars
Revision: 303497

archrelease: copy trunk to community-staging-x86_64

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

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

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

Copied: 

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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:41:02
  Author: felixonmars
Revision: 303496

upgpkg: stack 1.6.5-20

rebuild with extra,1.6.4

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:40:43 UTC (rev 303495)
+++ PKGBUILD2018-03-07 07:41:02 UTC (rev 303496)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.6.5
-pkgrel=19
+pkgrel=20
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:40:43
  Author: felixonmars
Revision: 303495

archrelease: copy trunk to community-testing-x86_64

Added:
  startdde/repos/community-testing-x86_64/
  startdde/repos/community-testing-x86_64/PKGBUILD
(from rev 303494, startdde/trunk/PKGBUILD)

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

Copied: startdde/repos/community-testing-x86_64/PKGBUILD (from rev 303494, 
startdde/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-03-07 07:40:43 UTC (rev 303495)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=3.1.25
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/startdde;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-wm-switcher' 'libgnome-keyring')
+makedepends=('cmake' 'coffeescript' 'deepin-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
+ 'deepin-api' 'go-pie' 'python2' 'git')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
+sha512sums=('bf013362100ed6bedd7b860bb38d67250bc3416f842607b018e5082a3e8fa88367ff873ee2f1538aacb125fc8e304051f7b457ee16a6023fecf3810ace61d69f')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify \
+ github.com/cryptix/wav
+
+  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
+}
+
+build() {
+  cd startdde-$pkgver
+  make
+}
+
+package() {
+  cd startdde-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:40:15
  Author: felixonmars
Revision: 303494

upgpkg: startdde 3.1.25-1

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:35:00 UTC (rev 303493)
+++ PKGBUILD2018-03-07 07:40:15 UTC (rev 303494)
@@ -4,23 +4,25 @@
 # Contributor: Xu Fasheng 
 
 pkgname=startdde
-pkgver=3.1.24
+pkgver=3.1.25
 pkgrel=1
 pkgdesc="starter of deepin desktop environment"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/startdde;
 license=('GPL3')
-depends=('deepin-daemon' 'deepin-wm-switcher')
+depends=('deepin-daemon' 'deepin-wm-switcher' 'libgnome-keyring')
 makedepends=('cmake' 'coffeescript' 'deepin-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
  'deepin-api' 'go-pie' 'python2' 'git')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
-sha512sums=('03cf16c1595e39205e08d531d808923c0845e824658b3606bd55fb6336f4d0b19dd0d8d5b626623ec6414bf591fd4327815688b01448a2278fbf2d9aeb99e2b0')
+sha512sums=('bf013362100ed6bedd7b860bb38d67250bc3416f842607b018e5082a3e8fa88367ff873ee2f1538aacb125fc8e304051f7b457ee16a6023fecf3810ace61d69f')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"
   go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify \
  github.com/cryptix/wav
+
+  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
 }
 
 build() {


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:35:00
  Author: felixonmars
Revision: 303493

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 303492, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-07 07:35:00 UTC (rev 303493)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.24.5
+pkgrel=35
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm' 
'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri' 
'haskell-hinotify'
+ 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/xmobar/${pkgver}/xmobar-${pkgver}.tar.gz)
+sha512sums=('b7f4c8b206640d7d0fc60e326fffdc31f4c00df0ffac86102d40035bc632c808cfa19485073059a9c9a01c45b7a9e0aa2bba8dfa27ce9df79d1247a3a13073d4')
+
+build() {
+  cd xmobar-${pkgver}
+  runhaskell Setup configure -O \
+--enable-shared \
+--prefix=/usr \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus"
+  runhaskell Setup build
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:34:10
  Author: felixonmars
Revision: 303492

upgpkg: xmobar 0.24.5-35

rebuild with extra,1.6.4

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:32:54 UTC (rev 303491)
+++ PKGBUILD2018-03-07 07:34:10 UTC (rev 303492)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.24.5
-pkgrel=34
+pkgrel=35
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('custom:BSD3')


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:32:32
  Author: felixonmars
Revision: 303490

upgpkg: haskell-fdo-notify 0.3.1-35

rebuild with extra,1.6.4

Modified:
  haskell-fdo-notify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:31:44 UTC (rev 303489)
+++ PKGBUILD2018-03-07 07:32:32 UTC (rev 303490)
@@ -5,7 +5,7 @@
 _hkgname=fdo-notify
 pkgname=haskell-fdo-notify
 pkgver=0.3.1
-pkgrel=34
+pkgrel=35
 pkgdesc="Desktop Notifications client"
 url="http://bitbucket.org/taejo/fdo-notify/;
 license=("custom:BSD3")


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:32:54
  Author: felixonmars
Revision: 303491

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-fdo-notify/repos/community-staging-x86_64/
  haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD
(from rev 303490, haskell-fdo-notify/trunk/PKGBUILD)

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

Copied: haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD (from rev 
303490, haskell-fdo-notify/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-07 07:32:54 UTC (rev 303491)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fdo-notify
+pkgname=haskell-fdo-notify
+pkgver=0.3.1
+pkgrel=35
+pkgdesc="Desktop Notifications client"
+url="http://bitbucket.org/taejo/fdo-notify/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-dbus")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d9193899d5eebd7c36e9464571827bd5b560fcc156e89822877b3b67a1f376c7abea9958f7e0aa6f79da06ad5f35a8738ad30a40d447b64ad557ed341054e6b6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:31:44
  Author: felixonmars
Revision: 303489

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:31:22
  Author: felixonmars
Revision: 303488

upgpkg: haskell-sbv 7.5-19

rebuild with extra,1.6.4

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:29:43 UTC (rev 303487)
+++ PKGBUILD2018-03-07 07:31:22 UTC (rev 303488)
@@ -5,7 +5,7 @@
 _hkgname=sbv
 pkgname=haskell-sbv
 pkgver=7.5
-pkgrel=18
+pkgrel=19
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
 url="http://leventerkok.github.com/sbv;
 license=("custom:BSD3")


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

2018-03-06 Thread Ronald van Haren via arch-commits
Date: Wednesday, March 7, 2018 @ 07:30:37
  Author: ronald
Revision: 317960

archrelease: copy trunk to extra-x86_64

Added:
  efl/repos/extra-x86_64/PKGBUILD
(from rev 317959, efl/trunk/PKGBUILD)
  efl/repos/extra-x86_64/eina_doxygen.patch
(from rev 317959, efl/trunk/eina_doxygen.patch)
Deleted:
  efl/repos/extra-x86_64/PKGBUILD
  efl/repos/extra-x86_64/eina_doxygen.patch

+
 PKGBUILD   |  135 +--
 eina_doxygen.patch |   20 +++
 2 files changed, 78 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-07 07:30:24 UTC (rev 317959)
+++ PKGBUILD2018-03-07 07:30:37 UTC (rev 317960)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgbase=efl
-pkgname=('efl' 'efl-docs')
-pkgver=1.20.6
-pkgrel=1
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('x86_64')
-url="https://www.enlightenment.org;
-license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
- 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
- 'libxinerama' 'libxrandr' 'libxss' 'libinput'
- 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi'
- 'libspectre' 'libraw' 'librsvg' 'wayland-protocols')
-optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 
'mesa')
-options=('!emptydirs')
-source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
-sha1sums=('946f82fa5dfffbbe62c4e5b67430d1e8602cb340')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr \
-  --disable-static --disable-tslib --enable-fb \
-  --enable-xinput22 --enable-multisense --enable-systemd \
-  --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
-  --enable-liblz4 --enable-drm --enable-elput --enable-egl --with-opengl=es
-
-  make
-  make -j1 doc || return 0  # don't fail on the docs
-}
-
-package_efl(){
-  replaces=('elementary' 'evas_generic_loaders' 'emotion_generic_players')
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR=${pkgdir} install
-
-  # install non-standard license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
-}
-
-package_efl-docs() {
-  pkgdesc="Documentation for the Enlightenment Foundation Libraries"
-  depends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
-}
-

Copied: efl/repos/extra-x86_64/PKGBUILD (from rev 317959, efl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-07 07:30:37 UTC (rev 317960)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.20.7
+pkgrel=1
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('x86_64')
+url="https://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
+ 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+ 'libxinerama' 'libxrandr' 'libxss' 'libinput'
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
+ 'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi'
+ 'libspectre' 'libraw' 'librsvg' 'wayland-protocols'
+'mesa')
+optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
+makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
+options=('!emptydirs')
+source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
+sha512sums=('c1bf18b74316cf9bd0bc16635c216ca0d8005b2ded1c014b22590388e37368343e5e5318f526dcb042cfce8ab2c7a82655e4718cbcac5dd1ed0d2522a7a2d7de')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr \
+  --disable-static --disable-tslib --enable-fb \
+  --enable-xinput22 --enable-multisense 

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

2018-03-06 Thread Ronald van Haren via arch-commits
Date: Wednesday, March 7, 2018 @ 07:30:24
  Author: ronald
Revision: 317959

upgpkg: efl 1.20.7-1

update to 1.20.7

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:28:49 UTC (rev 317958)
+++ PKGBUILD2018-03-07 07:30:24 UTC (rev 317959)
@@ -4,7 +4,7 @@
 
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
-pkgver=1.20.6
+pkgver=1.20.7
 pkgrel=1
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('x86_64')
@@ -15,12 +15,13 @@
  'libxinerama' 'libxrandr' 'libxss' 'libinput'
  'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
  'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi'
- 'libspectre' 'libraw' 'librsvg' 'wayland-protocols')
+ 'libspectre' 'libraw' 'librsvg' 'wayland-protocols'
+'mesa')
 optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 
'mesa')
+makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
 options=('!emptydirs')
 
source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
-sha1sums=('946f82fa5dfffbbe62c4e5b67430d1e8602cb340')
+sha512sums=('c1bf18b74316cf9bd0bc16635c216ca0d8005b2ded1c014b22590388e37368343e5e5318f526dcb042cfce8ab2c7a82655e4718cbcac5dd1ed0d2522a7a2d7de')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in deepin-desktop-schemas/repos (2 files)

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:29:43
  Author: felixonmars
Revision: 303487

archrelease: copy trunk to community-testing-any

Added:
  deepin-desktop-schemas/repos/community-testing-any/
  deepin-desktop-schemas/repos/community-testing-any/PKGBUILD
(from rev 303486, deepin-desktop-schemas/trunk/PKGBUILD)

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

Copied: deepin-desktop-schemas/repos/community-testing-any/PKGBUILD (from rev 
303486, deepin-desktop-schemas/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-03-07 07:29:43 UTC (rev 303487)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=3.2.7
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas;
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
+makedepends=('python')
+conflicts=('deepin-artwork-themes')
+replaces=('deepin-artwork-themes')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;)
+sha512sums=('b3aa0feede22fa445cbc40300735d3e5f690dfd12dbf07dde700a75ae85932c7203bf864a8ea2e5ca45debf1a05653a46f5a4e695ffbdf49e517df2e165c3f7a')
+
+prepare() {
+  cd deepin-desktop-schemas-$pkgver
+  # fix default background url
+  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
+}
+
+build() {
+  cd deepin-desktop-schemas-$pkgver
+  make ARCH=x86
+}
+
+check() {
+  cd deepin-desktop-schemas-$pkgver
+  make test
+}
+
+package() {
+  cd deepin-desktop-schemas-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in deepin-desktop-schemas/trunk (PKGBUILD)

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:29:21
  Author: felixonmars
Revision: 303486

upgpkg: deepin-desktop-schemas 3.2.7-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:28:22 UTC (rev 303485)
+++ PKGBUILD2018-03-07 07:29:21 UTC (rev 303486)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=3.2.6
-pkgrel=3
+pkgver=3.2.7
+pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-desktop-schemas;
@@ -16,7 +16,7 @@
 replaces=('deepin-artwork-themes')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;)
-sha512sums=('eda889e2ccffb80d4bc25bb7e271ae9c258495fc39a7a5f7220f05c21b62db66b08aad80a1bbe212d1992fc1c2402956eb82b5a2508f749c2241d6ee1cddb178')
+sha512sums=('b3aa0feede22fa445cbc40300735d3e5f690dfd12dbf07dde700a75ae85932c7203bf864a8ea2e5ca45debf1a05653a46f5a4e695ffbdf49e517df2e165c3f7a')
 
 prepare() {
   cd deepin-desktop-schemas-$pkgver


[arch-commits] Commit in amarok/repos/extra-x86_64 (5 files)

2018-03-06 Thread Antonio Rojas via arch-commits
Date: Wednesday, March 7, 2018 @ 07:28:49
  Author: arojas
Revision: 317958

archrelease: copy trunk to extra-x86_64

Added:
  amarok/repos/extra-x86_64/PKGBUILD
(from rev 317957, amarok/trunk/PKGBUILD)
Deleted:
  amarok/repos/extra-x86_64/PKGBUILD
  amarok/repos/extra-x86_64/amarok-no-qtwebkit.patch
  amarok/repos/extra-x86_64/amarok-plasma5.7.patch
  amarok/repos/extra-x86_64/taglib_version_detect.patch

-+
 PKGBUILD|  104 ++
 amarok-no-qtwebkit.patch|   39 ---
 amarok-plasma5.7.patch  |   18 ---
 taglib_version_detect.patch |   26 --
 4 files changed, 46 insertions(+), 141 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-07 07:28:13 UTC (rev 317957)
+++ PKGBUILD2018-03-07 07:28:49 UTC (rev 317958)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Andrea Scarpino 
-# Contributor: damir 
-
-pkgname=amarok
-pkgver=2.8.0
-pkgrel=19
-pkgdesc="The powerful music player for KDE"
-arch=(x86_64)
-url="http://amarok.kde.org/;
-license=('GPL2' 'LGPL2.1' 'FDL')
-depends=('kdebase-runtime' 'mariadb' 'taglib-extras'
-'liblastfm' 'ffmpeg' 'libofa' 'qjson' 'qtscriptgenerator')
-makedepends=('automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth' 'libmygpo-qt' 
'qca-qt4')
-optdepends=("libgpod: support for Apple iPod audio devices"
-"libmtp: support for portable media devices"
-"loudmouth: backend needed by mp3tunes for syncing"
-"ifuse: support for Apple iPod Touch and iPhone"
-"libmygpo-qt: gpodder.net Internet Service"
-"gst-libav: MP3 codecs")
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
-taglib_version_detect.patch 
amarok-ffmpeg3.patch::"https://git.reviewboard.kde.org/r/126682/diff/raw/;
-amarok-no-qtwebkit.patch amarok-plasma5.7.patch)
-sha1sums=('e76ccd53c05d57f9457d74cd08c2c41383c00937'
-  '8b2752a0fe78621bdb9ccdb763919ea265b52b06'
-  '819cb060cd9c63b576cc433f835cb4c175b07fd0'
-  '9f905eba9e5ead6d704f0cd28e389857c29dc15d'
-  '9908c154bf583a1755acf59f9d2790aaff503162')
-
-prepare() {
-  mkdir build
-
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../taglib_version_detect.patch
-# Fix build against ffmpeg 3.0
-  patch -p1 -i ../amarok-ffmpeg3.patch
-# Disable applets that require qtwebkit
-  patch -p1 -i ../amarok-no-qtwebkit.patch
-# Fix tooltips MPRIS controls in Plasma 5.7
-  patch -p1 -i ../amarok-plasma5.7.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_NepomukCore=OFF \
--DWITH_Soprano=OFF
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: amarok/repos/extra-x86_64/PKGBUILD (from rev 317957, 
amarok/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-07 07:28:49 UTC (rev 317958)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=amarok
+pkgver=2.9.0
+pkgrel=1
+pkgdesc="The powerful music player for KDE"
+arch=(x86_64)
+url="http://amarok.kde.org/;
+license=(GPL2 LGPL2.1 FDL)
+depends=(kdebase-runtime mariadb taglib-extras liblastfm ffmpeg libofa qjson 
qtscriptgenerator)
+makedepends=('automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth' 'libmygpo-qt' 
'qca-qt4')
+optdepends=('libgpod: support for Apple iPod audio devices'
+'libmtp: support for portable media devices'
+'loudmouth: backend needed by mp3tunes for syncing'
+'ifuse: support for Apple iPod Touch and iPhone'
+'libmygpo-qt: gpodder.net Internet Service'
+'gst-libav: MP3 codecs'
+'qca-qt4: Ampache support')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e3678de79db36956bc8588b9905726ace1b9188e7fdf89eaea265f1cb03116fd'
+'SKIP')
+validpgpkeys=(D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF \
+-DWITH_Soprano=OFF \
+-DWITH_QTWEBKIT=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: amarok-no-qtwebkit.patch
===
--- amarok-no-qtwebkit.patch2018-03-07 07:28:13 UTC (rev 317957)
+++ 

[arch-commits] Commit in amarok/trunk (PKGBUILD amarok-plasma5.7.patch)

2018-03-06 Thread Antonio Rojas via arch-commits
Date: Wednesday, March 7, 2018 @ 07:28:13
  Author: arojas
Revision: 317957

Update to 2.9.0

Modified:
  amarok/trunk/PKGBUILD
Deleted:
  amarok/trunk/amarok-plasma5.7.patch

+
 PKGBUILD   |   45 +++--
 amarok-plasma5.7.patch |   18 --
 2 files changed, 15 insertions(+), 48 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-06 21:53:21 UTC (rev 317956)
+++ PKGBUILD2018-03-07 07:28:13 UTC (rev 317957)
@@ -1,17 +1,17 @@
 # $Id$
 # Maintainer: Ronald van Haren 
+# Maintainer: Antonio Rojas 
 # Contributor: Andrea Scarpino 
 # Contributor: damir 
 
 pkgname=amarok
-pkgver=2.8.0
-pkgrel=19
+pkgver=2.9.0
+pkgrel=1
 pkgdesc="The powerful music player for KDE"
 arch=(x86_64)
 url="http://amarok.kde.org/;
-license=('GPL2' 'LGPL2.1' 'FDL')
-depends=('kdebase-runtime' 'mariadb' 'taglib-extras'
-'liblastfm' 'ffmpeg' 'libofa' 'qjson' 'qtscriptgenerator')
+license=(GPL2 LGPL2.1 FDL)
+depends=(kdebase-runtime mariadb taglib-extras liblastfm ffmpeg libofa qjson 
qtscriptgenerator)
 makedepends=('automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth' 'libmygpo-qt' 
'qca-qt4')
 optdepends=('libgpod: support for Apple iPod audio devices'
 'libmtp: support for portable media devices'
@@ -18,35 +18,20 @@
 'loudmouth: backend needed by mp3tunes for syncing'
 'ifuse: support for Apple iPod Touch and iPhone'
 'libmygpo-qt: gpodder.net Internet Service'
-'gst-libav: MP3 codecs')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
-
taglib_version_detect.patch::"https://cgit.kde.org/amarok.git/patch/?id=fec8817c;
 
-
amarok-ffmpeg3.patch::"https://git.reviewboard.kde.org/r/126682/diff/raw/;
-
amarok-no-qtwebkit.patch::"https://cgit.kde.org/amarok.git/patch/?id=d65ce101;
-
amarok-plasma5.7.patch::"https://cgit.kde.org/amarok.git/patch/?id=9449ec56;)
-sha256sums=('f4b89b28f217a6d947e55fb0890de22fad8c404794c6beeb2dcaf2711b4f8ec6'
-'bd7034e51b6522e72e3961ca758630ad9b4db88557f795cf08956ea3dfee'
-'fbb18f1ff234716f6f8d3afd710b50f337453e536eb8288c3a9c4613edd6570f'
-'6880a314a437100a3496540f2f9a0f2d14a4ff61de07a42ba3f4beb1432b'
-'acc0fa104c99be046fa07b01a142f77c323b99943833d2e2139bfdcbec39e4a5')
+'gst-libav: MP3 codecs'
+'qca-qt4: Ampache support')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e3678de79db36956bc8588b9905726ace1b9188e7fdf89eaea265f1cb03116fd'
+'SKIP')
+validpgpkeys=(D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

 
 prepare() {
-  mkdir build
-
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../taglib_version_detect.patch
-# Fix build against ffmpeg 3.0
-  patch -p1 -i ../amarok-ffmpeg3.patch
-# Disable applets that require qtwebkit
-  patch -p1 -i ../amarok-no-qtwebkit.patch
-# Fix tooltips MPRIS controls in Plasma 5.7
-  patch -p1 -i ../amarok-plasma5.7.patch
+  mkdir -p build
 }
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
+  cmake ../$pkgname-$pkgver \
 -DKDE4_BUILD_TESTS=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DWITH_NepomukCore=OFF \
@@ -55,7 +40,7 @@
   make
 }
 
-package(){
+package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }

Deleted: amarok-plasma5.7.patch
===
--- amarok-plasma5.7.patch  2018-03-06 21:53:21 UTC (rev 317956)
+++ amarok-plasma5.7.patch  2018-03-07 07:28:13 UTC (rev 317957)
@@ -1,18 +0,0 @@
-diff --git a/src/dbus/mpris2/MediaPlayer2.cpp 
b/src/dbus/mpris2/MediaPlayer2.cpp
-index cbe1a2a..a1d1bda 100644
 a/src/dbus/mpris2/MediaPlayer2.cpp
-+++ b/src/dbus/mpris2/MediaPlayer2.cpp
-@@ -94,11 +94,7 @@ QString MediaPlayer2::Identity() const
- 
- QString MediaPlayer2::DesktopEntry() const
- {
--// Amarok desktop file is installed in $prefix/share/applications/kde4/
--// rather than in $prefix/share/applications. The standard way to
--// represent this dir is with a "kde4-" prefix. See:
--// 
http://standards.freedesktop.org/menu-spec/1.0/go01.html#term-desktop-file-id
--return QLatin1String("kde4-amarok");
-+return QLatin1String("amarok");
- }
- 
- QStringList MediaPlayer2::SupportedUriSchemes() const
-


[arch-commits] Commit in deepin-daemon/repos/community-testing-x86_64 (7 files)

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:28:22
  Author: felixonmars
Revision: 303485

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-daemon/repos/community-testing-x86_64/PKGBUILD
(from rev 303484, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.install
(from rev 303484, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.sysusers
(from rev 303484, deepin-daemon/trunk/deepin-daemon.sysusers)
Deleted:
  deepin-daemon/repos/community-testing-x86_64/PKGBUILD
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.sysusers
  deepin-daemon/repos/community-testing-x86_64/fix-lockservice.patch

+
 PKGBUILD   |  133 ---
 deepin-daemon.install  |6 +-
 deepin-daemon.sysusers |4 -
 fix-lockservice.patch  |   73 -
 4 files changed, 73 insertions(+), 143 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-07 07:27:53 UTC (rev 303484)
+++ PKGBUILD2018-03-07 07:28:22 UTC (rev 303485)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-daemon
-pkgver=3.2.10
-pkgrel=1
-pkgdesc='Daemon handling the DDE session settings'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-daemon;
-license=('GPL3')
-depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 'poppler-glib'
- 'rfkill' 'bluez' 'deepin-notifications' 'iso-codes' 'lsb-release'
- 'mobile-broadband-provider-info' 'deepin-polkit-agent' 'udisks2' 
'upower'
- 'libxkbfile' 'accountsservice' 'deepin-desktop-base' 'bamf' 
'pulseaudio'
- 'gnome-keyring' 'noto-fonts')
-makedepends=('deepin-dbus-factory' 'deepin-gir-generator' 'deepin-go-lib' 
'deepin-api' 'sqlite'
- 'deepin-gettext-tools' 'git' 'mercurial' 'python-gobject' 
'networkmanager' 'go-pie')
-optdepends=('networkmanager: for network management support'
-'deepin-grub2-themes: theme for grub module'
-'iw: for miracast module'
-'proxychains-ng: for proxy configuration module')
-conflicts=('dde-daemon')
-replaces=('dde-daemon')
-groups=('deepin')
-install="${pkgname}.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-daemon/archive/$pkgver.tar.gz;
-
https://raw.githubusercontent.com/jouyouyun/tap-gesture-patches/master/patches/dde-daemon_3.2.3.patch
-'deepin-daemon.sysusers')
-sha512sums=('621b6318ea7976be216fb4d16088264deadc2e00c48f2d6913768c54c4cdf4a3a5b2c9e0e04e4ce33b589151d8f991a621b9ec85c3eea077c520672548df4fa4'
-
'29874d6b316bb678b6656827e696d65eef174a53bb8226ed4c2d3bc89e42d5edb466df3c2ac647a1f2eb05d6e2a199b8d07dcaa9302b9227a0692fde0d50bb52'
-
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-
-  # https://github.com/niemeyer/gopkg/issues/50
-  git config --global http.https://gopkg.in.followRedirects true
-
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/linuxdeepin/go-x11-client \
- github.com/mattn/go-sqlite3 gopkg.in/alecthomas/kingpin.v2 
github.com/disintegration/imaging \
- github.com/BurntSushi/freetype-go/freetype 
github.com/BurntSushi/freetype-go/freetype/truetype \
- github.com/BurntSushi/graphics-go/graphics 
github.com/fsnotify/fsnotify golang.org/x/sys/unix \
- gopkg.in/yaml.v2 github.com/axgle/mahonia github.com/msteinert/pam 
github.com/nfnt/resize \
- golang.org/x/text/encoding/charmap github.com/cryptix/wav
-
-  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 dde-daemon-$pkgver/accounts/user.go
-
-  cd dde-daemon-$pkgver
-  patch -p1 -i ../dde-daemon_3.2.3.patch
-}
-
-build() {
-  cd dde-daemon-$pkgver
-  make -C network/nm_generator gen-nm-code
-  make
-}
-
-package() {
-  cd dde-daemon-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 ../deepin-daemon.sysusers 
"$pkgdir/usr/lib/sysusers.d/deepin-daemon.conf"
-}

Copied: deepin-daemon/repos/community-testing-x86_64/PKGBUILD (from rev 303484, 
deepin-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-07 07:28:22 UTC (rev 303485)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-daemon
+pkgver=3.2.10
+pkgrel=2
+pkgdesc='Daemon handling the DDE session settings'

[arch-commits] Commit in deepin-daemon/trunk (PKGBUILD fix-lockservice.patch)

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:27:53
  Author: felixonmars
Revision: 303484

upgpkg: deepin-daemon 3.2.10-2

fix installation path

Modified:
  deepin-daemon/trunk/PKGBUILD
Deleted:
  deepin-daemon/trunk/fix-lockservice.patch

---+
 PKGBUILD  |   13 +---
 fix-lockservice.patch |   73 
 2 files changed, 8 insertions(+), 78 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:26:06 UTC (rev 303483)
+++ PKGBUILD2018-03-07 07:27:53 UTC (rev 303484)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-daemon
 pkgver=3.2.10
-pkgrel=1
+pkgrel=2
 pkgdesc='Daemon handling the DDE session settings'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-daemon;
@@ -33,6 +33,9 @@
 
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
 
 prepare() {
+  cd dde-daemon-$pkgver
+  patch -p1 -i ../dde-daemon_3.2.3.patch
+
   export GOPATH="$srcdir/build:/usr/share/gocode"
 
   # https://github.com/niemeyer/gopkg/issues/50
@@ -45,10 +48,7 @@
  gopkg.in/yaml.v2 github.com/axgle/mahonia github.com/msteinert/pam 
github.com/nfnt/resize \
  golang.org/x/text/encoding/charmap github.com/cryptix/wav
 
-  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 dde-daemon-$pkgver/accounts/user.go
-
-  cd dde-daemon-$pkgver
-  patch -p1 -i ../dde-daemon_3.2.3.patch
+  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 accounts/user.go
 }
 
 build() {
@@ -61,5 +61,8 @@
   cd dde-daemon-$pkgver
   make DESTDIR="$pkgdir" install
 
+  mv "$pkgdir"{,/usr}/lib/systemd
+  rmdir "$pkgdir"/lib
+
   install -Dm644 ../deepin-daemon.sysusers 
"$pkgdir/usr/lib/sysusers.d/deepin-daemon.conf"
 }

Deleted: fix-lockservice.patch
===
--- fix-lockservice.patch   2018-03-07 07:26:06 UTC (rev 303483)
+++ fix-lockservice.patch   2018-03-07 07:27:53 UTC (rev 303484)
@@ -1,73 +0,0 @@
-From b5c7466e498c341d33410dca3d4d84f83ad53ec9 Mon Sep 17 00:00:00 2001
-From: jouyouyun 
-Date: Tue, 27 Feb 2018 15:13:07 +0800
-Subject: [PATCH] fix(lockservice): fix event crash after the frequent unlocking
-
-Change-Id: Ib045d91eb1c3c89bcc2bf6c8716aebc14fbcd271

-
-diff --git a/bin/dde-lockservice/manager.go b/bin/dde-lockservice/manager.go
-index dfa4167..ba60787 100644
 a/bin/dde-lockservice/manager.go
-+++ b/bin/dde-lockservice/manager.go
-@@ -164,6 +164,7 @@
-   id := getId(pid, username)
-   _, ok := m.authUserTable[id]
-   if ok {
-+  log.Println("In authenticating:", id)
-   m.authLocker.Unlock()
-   return nil
-   }
-@@ -216,6 +217,12 @@
-   //  // TODO: read data from input
-   //  return "", nil
-   case pam.PromptEchoOff, pam.PromptEchoOn:
-+  if password != "" {
-+  tmp := password
-+  password = ""
-+  return tmp, nil
-+  }
-+
-   if msg != "" {
-   if style == pam.PromptEchoOff {
-   log.Println("Echo off:", msg)
-@@ -224,12 +231,6 @@
-   log.Println("Echo on:", msg)
-   m.sendEvent(PromptQuestion, pid, 
username, msg)
-   }
--  }
--
--  if password != "" {
--  tmp := password
--  password = ""
--  return tmp, nil
-   }
- 
-   id := getId(pid, username)
-@@ -241,7 +242,17 @@
-   }
-   log.Println("Join select:", id)
-   select {
--  case tmp := <-v:
-+  case tmp, ok := <-v:
-+  if !ok {
-+  log.Println("Invalid select channel")
-+  return "", nil
-+  }
-+
-+  m.authLocker.Lock()
-+  delete(m.authUserTable, id)
-+  m.authLocker.Unlock()
-+  close(v)
-+  v = nil
-   return tmp, nil
-   }
-   case pam.ErrorMsg:
-@@ -273,6 +284,7 @@
-   if ok {
-   if v != nil {
-   close(v)
-+  v = nil
-   }
-   delete(m.authUserTable, id)
-   }


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:26:06
  Author: felixonmars
Revision: 303483

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger/repos/community-staging-x86_64/
  hledger/repos/community-staging-x86_64/PKGBUILD
(from rev 303482, hledger/trunk/PKGBUILD)

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

Copied: hledger/repos/community-staging-x86_64/PKGBUILD (from rev 303482, 
hledger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-07 07:26:06 UTC (rev 303483)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger
+pkgver=1.5
+pkgrel=32
+pkgdesc="Command-line interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat' 
'haskell-cmdargs'
+ 'haskell-decimal' 'haskell-diff' 'haskell-file-embed' 'haskell-here' 
'haskell-pretty-show'
+ 'haskell-temporary' 'haskell-tabular' 'haskell-hledger-lib' 
'haskell-unordered-containers'
+ 'haskell-csv' 'haskell-data-default' 'haskell-hashable' 
'haskell-hunit' 'haskell-mtl'
+ 'haskell-old-time' 'haskell-megaparsec' 'haskell-regex-tdfa' 
'haskell-safe'
+ 'haskell-shakespeare' 'haskell-split' 'haskell-text' 
'haskell-utf8-string'
+ 'haskell-utility-ht' 'haskell-wizards')
+makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('252c515c1cec094266888ae6ba8ebc166abbfe0b2681b4f0cca07e3b21488f6ce36a2ac5ffa4a7629414c1720c73016b8a45921c4c336923b21bb15352630c39')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fterminfo -fthreaded
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:25:44
  Author: felixonmars
Revision: 303482

upgpkg: hledger 1.5-32

rebuild with extra,1.6.4

Modified:
  hledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:24:38 UTC (rev 303481)
+++ PKGBUILD2018-03-07 07:25:44 UTC (rev 303482)
@@ -4,7 +4,7 @@
 
 pkgname=hledger
 pkgver=1.5
-pkgrel=31
+pkgrel=32
 pkgdesc="Command-line interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:24:15
  Author: felixonmars
Revision: 303480

upgpkg: haskell-dbus 0.10.15-15

rebuild with extra,1.6.4

Modified:
  haskell-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:16:17 UTC (rev 303479)
+++ PKGBUILD2018-03-07 07:24:15 UTC (rev 303480)
@@ -5,7 +5,7 @@
 _hkgname=dbus
 pkgname=haskell-dbus
 pkgver=0.10.15
-pkgrel=14
+pkgrel=15
 pkgdesc="A client library for the D-Bus IPC system"
 url="https://john-millikin.com/software/haskell-dbus/;
 license=("GPL3")


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:24:38
  Author: felixonmars
Revision: 303481

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-dbus/repos/community-staging-x86_64/PKGBUILD (from rev 303480, 
haskell-dbus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-07 07:24:38 UTC (rev 303481)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dbus
+pkgname=haskell-dbus
+pkgver=0.10.15
+pkgrel=15
+pkgdesc="A client library for the D-Bus IPC system"
+url="https://john-millikin.com/software/haskell-dbus/;
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cereal' 'haskell-libxml-sax' 'haskell-network' 
'haskell-parsec'
+ 'haskell-random' 'haskell-text' 'haskell-vector' 'haskell-xml-types')
+makedepends=('ghc' 'haskell-extra' 'haskell-quickcheck' 'haskell-resourcet' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5c81c1f8599b80cdb16bee63b97cd1aa5d6b0698095b2c366ad4e4f03b44f9166bd5d770f8a47a0c7dd746a9a734379dc20a77f7846a862bd1c213eb12559b0b')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:16:17
  Author: felixonmars
Revision: 303479

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hledger-lib/repos/community-staging-x86_64/
  haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD
(from rev 303478, haskell-hledger-lib/trunk/PKGBUILD)

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

Copied: haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD (from rev 
303478, haskell-hledger-lib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-07 07:16:17 UTC (rev 303479)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hledger-lib
+pkgname=haskell-hledger-lib
+pkgver=1.5
+pkgrel=22
+pkgdesc="Core data types, parsers and functionality for the hledger accounting 
tools"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat' 
'haskell-blaze-markup'
+ 'haskell-cmdargs' 'haskell-csv' 'haskell-data-default' 
'haskell-decimal' 'haskell-extra'
+ 'haskell-hashtables' 'haskell-megaparsec' 'haskell-mtl' 
'haskell-old-time'
+ 'haskell-pretty-show' 'haskell-regex-tdfa' 'haskell-safe' 
'haskell-split' 'haskell-text'
+ 'haskell-uglymemo' 'haskell-utf8-string' 'haskell-hunit' 
'haskell-parsec'
+ 'haskell-semigroups')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'haskell-test-framework'
+ 'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b9f134ad4ffdfdbd79c3a477397062db7a3610a56e842244c371db1b59c50c83d7b710e54b3c0b73067f57a36f7838bcae080490fbc1389882af9f59bd450588')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+
+sed -i 's/++ fs2$/++ fs2 ++ ["-dynamic"]/' 
${_hkgname}-${pkgver}/tests/doctests.hs
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:15:54
  Author: felixonmars
Revision: 303478

upgpkg: haskell-hledger-lib 1.5-22

rebuild with extra,1.6.4

Modified:
  haskell-hledger-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:14:49 UTC (rev 303477)
+++ PKGBUILD2018-03-07 07:15:54 UTC (rev 303478)
@@ -5,7 +5,7 @@
 _hkgname=hledger-lib
 pkgname=haskell-hledger-lib
 pkgver=1.5
-pkgrel=21
+pkgrel=22
 pkgdesc="Core data types, parsers and functionality for the hledger accounting 
tools"
 url="http://hledger.org;
 license=("GPL")


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:14:49
  Author: felixonmars
Revision: 303477

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-daemon/repos/community-testing-x86_64/
  deepin-daemon/repos/community-testing-x86_64/PKGBUILD
(from rev 303476, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.install
(from rev 303476, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.sysusers
(from rev 303476, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-testing-x86_64/fix-lockservice.patch
(from rev 303476, deepin-daemon/trunk/fix-lockservice.patch)

+
 PKGBUILD   |   65 +
 deepin-daemon.install  |3 +
 deepin-daemon.sysusers |2 +
 fix-lockservice.patch  |   73 +++
 4 files changed, 143 insertions(+)

Copied: deepin-daemon/repos/community-testing-x86_64/PKGBUILD (from rev 303476, 
deepin-daemon/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-03-07 07:14:49 UTC (rev 303477)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-daemon
+pkgver=3.2.10
+pkgrel=1
+pkgdesc='Daemon handling the DDE session settings'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-daemon;
+license=('GPL3')
+depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 'poppler-glib'
+ 'rfkill' 'bluez' 'deepin-notifications' 'iso-codes' 'lsb-release'
+ 'mobile-broadband-provider-info' 'deepin-polkit-agent' 'udisks2' 
'upower'
+ 'libxkbfile' 'accountsservice' 'deepin-desktop-base' 'bamf' 
'pulseaudio'
+ 'gnome-keyring' 'noto-fonts')
+makedepends=('deepin-dbus-factory' 'deepin-gir-generator' 'deepin-go-lib' 
'deepin-api' 'sqlite'
+ 'deepin-gettext-tools' 'git' 'mercurial' 'python-gobject' 
'networkmanager' 'go-pie')
+optdepends=('networkmanager: for network management support'
+'deepin-grub2-themes: theme for grub module'
+'iw: for miracast module'
+'proxychains-ng: for proxy configuration module')
+conflicts=('dde-daemon')
+replaces=('dde-daemon')
+groups=('deepin')
+install="${pkgname}.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-daemon/archive/$pkgver.tar.gz;
+
https://raw.githubusercontent.com/jouyouyun/tap-gesture-patches/master/patches/dde-daemon_3.2.3.patch
+'deepin-daemon.sysusers')
+sha512sums=('621b6318ea7976be216fb4d16088264deadc2e00c48f2d6913768c54c4cdf4a3a5b2c9e0e04e4ce33b589151d8f991a621b9ec85c3eea077c520672548df4fa4'
+
'29874d6b316bb678b6656827e696d65eef174a53bb8226ed4c2d3bc89e42d5edb466df3c2ac647a1f2eb05d6e2a199b8d07dcaa9302b9227a0692fde0d50bb52'
+
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+
+  # https://github.com/niemeyer/gopkg/issues/50
+  git config --global http.https://gopkg.in.followRedirects true
+
+  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/linuxdeepin/go-x11-client \
+ github.com/mattn/go-sqlite3 gopkg.in/alecthomas/kingpin.v2 
github.com/disintegration/imaging \
+ github.com/BurntSushi/freetype-go/freetype 
github.com/BurntSushi/freetype-go/freetype/truetype \
+ github.com/BurntSushi/graphics-go/graphics 
github.com/fsnotify/fsnotify golang.org/x/sys/unix \
+ gopkg.in/yaml.v2 github.com/axgle/mahonia github.com/msteinert/pam 
github.com/nfnt/resize \
+ golang.org/x/text/encoding/charmap github.com/cryptix/wav
+
+  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 dde-daemon-$pkgver/accounts/user.go
+
+  cd dde-daemon-$pkgver
+  patch -p1 -i ../dde-daemon_3.2.3.patch
+}
+
+build() {
+  cd dde-daemon-$pkgver
+  make -C network/nm_generator gen-nm-code
+  make
+}
+
+package() {
+  cd dde-daemon-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 ../deepin-daemon.sysusers 
"$pkgdir/usr/lib/sysusers.d/deepin-daemon.conf"
+}

Copied: deepin-daemon/repos/community-testing-x86_64/deepin-daemon.install 
(from rev 303476, deepin-daemon/trunk/deepin-daemon.install)
===
--- community-testing-x86_64/deepin-daemon.install  
(rev 0)
+++ community-testing-x86_64/deepin-daemon.install  2018-03-07 07:14:49 UTC 
(rev 303477)
@@ -0,0 +1,3 @@
+post_remove() {
+  rm -f /var/cache/deepin/mark-setup-network-services
+}

Copied: 

[arch-commits] Commit in deepin-daemon/trunk (PKGBUILD fix-lockservice.patch)

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:14:18
  Author: felixonmars
Revision: 303476

upgpkg: deepin-daemon 3.2.10-1

Added:
  deepin-daemon/trunk/fix-lockservice.patch
Modified:
  deepin-daemon/trunk/PKGBUILD

---+
 PKGBUILD  |   11 +++
 fix-lockservice.patch |   73 
 2 files changed, 78 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:09:57 UTC (rev 303475)
+++ PKGBUILD2018-03-07 07:14:18 UTC (rev 303476)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=3.2.9
+pkgver=3.2.10
 pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('x86_64')
@@ -12,12 +12,11 @@
 license=('GPL3')
 depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 'poppler-glib'
  'rfkill' 'bluez' 'deepin-notifications' 'iso-codes' 'lsb-release'
- 'mobile-broadband-provider-info' 'deepin-polkit-agent' 'udisks2' 
'upower' # 'gcc-libs>=5.3.0-3'
+ 'mobile-broadband-provider-info' 'deepin-polkit-agent' 'udisks2' 
'upower'
  'libxkbfile' 'accountsservice' 'deepin-desktop-base' 'bamf' 
'pulseaudio'
  'gnome-keyring' 'noto-fonts')
 makedepends=('deepin-dbus-factory' 'deepin-gir-generator' 'deepin-go-lib' 
'deepin-api' 'sqlite'
  'deepin-gettext-tools' 'git' 'mercurial' 'python-gobject' 
'networkmanager' 'go-pie')
- # 'gcc-go')
 optdepends=('networkmanager: for network management support'
 'deepin-grub2-themes: theme for grub module'
 'iw: for miracast module'
@@ -29,7 +28,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-daemon/archive/$pkgver.tar.gz;
 
https://raw.githubusercontent.com/jouyouyun/tap-gesture-patches/master/patches/dde-daemon_3.2.3.patch
 'deepin-daemon.sysusers')
-sha512sums=('a1cccec281f3d3930ccac455e3999ff464cc6fc30b5ce533fb81323b179de3ab0ec3e9c74556d9a5c76f1e009f68f652f255522a75c1c2bbf511e8680b81414a'
+sha512sums=('621b6318ea7976be216fb4d16088264deadc2e00c48f2d6913768c54c4cdf4a3a5b2c9e0e04e4ce33b589151d8f991a621b9ec85c3eea077c520672548df4fa4'
 
'29874d6b316bb678b6656827e696d65eef174a53bb8226ed4c2d3bc89e42d5edb466df3c2ac647a1f2eb05d6e2a199b8d07dcaa9302b9227a0692fde0d50bb52'
 
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
 
@@ -55,12 +54,12 @@
 build() {
   cd dde-daemon-$pkgver
   make -C network/nm_generator gen-nm-code
-  make # USE_GCCGO=1
+  make
 }
 
 package() {
   cd dde-daemon-$pkgver
-  make DESTDIR="$pkgdir" install # USE_GCCGO=1
+  make DESTDIR="$pkgdir" install
 
   install -Dm644 ../deepin-daemon.sysusers 
"$pkgdir/usr/lib/sysusers.d/deepin-daemon.conf"
 }

Added: fix-lockservice.patch
===
--- fix-lockservice.patch   (rev 0)
+++ fix-lockservice.patch   2018-03-07 07:14:18 UTC (rev 303476)
@@ -0,0 +1,73 @@
+From b5c7466e498c341d33410dca3d4d84f83ad53ec9 Mon Sep 17 00:00:00 2001
+From: jouyouyun 
+Date: Tue, 27 Feb 2018 15:13:07 +0800
+Subject: [PATCH] fix(lockservice): fix event crash after the frequent unlocking
+
+Change-Id: Ib045d91eb1c3c89bcc2bf6c8716aebc14fbcd271
+---
+
+diff --git a/bin/dde-lockservice/manager.go b/bin/dde-lockservice/manager.go
+index dfa4167..ba60787 100644
+--- a/bin/dde-lockservice/manager.go
 b/bin/dde-lockservice/manager.go
+@@ -164,6 +164,7 @@
+   id := getId(pid, username)
+   _, ok := m.authUserTable[id]
+   if ok {
++  log.Println("In authenticating:", id)
+   m.authLocker.Unlock()
+   return nil
+   }
+@@ -216,6 +217,12 @@
+   //  // TODO: read data from input
+   //  return "", nil
+   case pam.PromptEchoOff, pam.PromptEchoOn:
++  if password != "" {
++  tmp := password
++  password = ""
++  return tmp, nil
++  }
++
+   if msg != "" {
+   if style == pam.PromptEchoOff {
+   log.Println("Echo off:", msg)
+@@ -224,12 +231,6 @@
+   log.Println("Echo on:", msg)
+   m.sendEvent(PromptQuestion, pid, 
username, msg)
+   }
+-  }
+-
+-  if password != "" {
+-  tmp := password
+-  password = ""
+-  return tmp, nil
+   }
+ 
+   id := getId(pid, username)
+@@ -241,7 +242,17 @@
+   }
+ 

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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:09:57
  Author: felixonmars
Revision: 303475

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:09:33
  Author: felixonmars
Revision: 303474

upgpkg: hlint 2.1-10

rebuild with extra,1.6.4

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:08:44 UTC (rev 303473)
+++ PKGBUILD2018-03-07 07:09:33 UTC (rev 303474)
@@ -4,7 +4,7 @@
 
 pkgname=hlint
 pkgver=2.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/;
 license=("custom:BSD3")


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:08:44
  Author: felixonmars
Revision: 303473

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-api/repos/community-testing-x86_64/
  deepin-api/repos/community-testing-x86_64/PKGBUILD
(from rev 303472, deepin-api/trunk/PKGBUILD)

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

Copied: deepin-api/repos/community-testing-x86_64/PKGBUILD (from rev 303472, 
deepin-api/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-03-07 07:08:44 UTC (rev 303473)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=3.1.21
+pkgrel=1
+pkgdesc='Go-lang bindings for dde-daemon'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-api;
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill'
+ 'poppler-glib' 'xcur2png' 'blur-effect') # 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-gettext-tools' 'deepin-dbus-factory' 
'deepin-gir-generator'
+ 'deepin-go-lib' 'bzr' 'go-pie') # 'gcc-go')
+conflicts=('dde-api')
+replaces=('dde-api')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-api/archive/$pkgver.tar.gz;)
+sha512sums=('8d07197a7296cf7e9b7403180d329e26d52be50ace27607da7eea4910603f307ddacb85d0d415c39efa4d5bf595332b29406744aa14ff31df6f71e13152b659c')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p build/src/pkg.deepin.io/dde/api
+  cp -a dde-api-$pkgver/* build/src/pkg.deepin.io/dde/api/
+
+  # https://github.com/niemeyer/gopkg/issues/50
+  git config --global http.https://gopkg.in.followRedirects true
+
+  cd "$srcdir"/dde-api-$pkgver
+  make build-dep
+  go get gopkg.in/alecthomas/kingpin.v2 github.com/nfnt/resize 
github.com/cryptix/wav
+}
+
+build(){
+  cd dde-api-$pkgver
+  make # USE_GCCGO=1
+}
+
+package() {
+  cd dde-api-$pkgver
+  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:08:19
  Author: felixonmars
Revision: 303472

upgpkg: deepin-api 3.1.21-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:07:39 UTC (rev 303471)
+++ PKGBUILD2018-03-07 07:08:19 UTC (rev 303472)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-api
-pkgver=3.1.20
+pkgver=3.1.21
 pkgrel=1
 pkgdesc='Go-lang bindings for dde-daemon'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 replaces=('dde-api')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-api/archive/$pkgver.tar.gz;)
-sha512sums=('fde59393cf9602288ad5631ae7721cdd8acf4ad7d946578066fe5c781faea52f36a507a7a1ace380a8deb3683bde3703598689935f999c1d68b241cadef22023')
+sha512sums=('8d07197a7296cf7e9b7403180d329e26d52be50ace27607da7eea4910603f307ddacb85d0d415c39efa4d5bf595332b29406744aa14ff31df6f71e13152b659c')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:07:39
  Author: felixonmars
Revision: 303471

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-extra/repos/community-staging-x86_64/PKGBUILD (from rev 303470, 
haskell-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-07 07:07:39 UTC (rev 303471)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=extra
+pkgname=haskell-extra
+pkgver=1.6.4
+pkgrel=1
+pkgdesc="Extra functions I use."
+url="https://github.com/ndmitchell/extra#readme;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-clock')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('54be96bfa25f7dfa0d3816ee730ab41fb066f6ed0fe8b2e05a3ebf6677b3fbb7beea87abbebba2a5eb7a088c0e92680a8af21fa12154e2837e05ae1f959604a3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:06:54
  Author: felixonmars
Revision: 303470

upgpkg: haskell-extra 1.6.4-1

rebuild with extra,1.6.4

Modified:
  haskell-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:03:34 UTC (rev 303469)
+++ PKGBUILD2018-03-07 07:06:54 UTC (rev 303470)
@@ -4,7 +4,7 @@
 
 _hkgname=extra
 pkgname=haskell-extra
-pkgver=1.6.3
+pkgver=1.6.4
 pkgrel=1
 pkgdesc="Extra functions I use."
 url="https://github.com/ndmitchell/extra#readme;
@@ -13,7 +13,7 @@
 depends=('ghc-libs' 'haskell-clock')
 makedepends=('ghc' 'haskell-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('17c3ff9cbce676a87754f472eb9b4efdc2b034a25d762118a8771ce3dd1c83d14838215722ab593801fe38d587bf040a8f3cd063281c7345d715acc79d794524')
+sha512sums=('54be96bfa25f7dfa0d3816ee730ab41fb066f6ed0fe8b2e05a3ebf6677b3fbb7beea87abbebba2a5eb7a088c0e92680a8af21fa12154e2837e05ae1f959604a3')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in deepin-dbus-factory/trunk (PKGBUILD)

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:03:11
  Author: felixonmars
Revision: 303468

upgpkg: deepin-dbus-factory 3.1.14-1

Modified:
  deepin-dbus-factory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:00:22 UTC (rev 303467)
+++ PKGBUILD2018-03-07 07:03:11 UTC (rev 303468)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dbus-factory
-pkgver=3.1.13
+pkgver=3.1.14
 pkgrel=1
 pkgdesc='GO DBus factory for DDE'
 arch=('any')
@@ -12,7 +12,7 @@
 license=('GPL3')
 makedepends=('go-pie' 'jq' 'libxml2' 'deepin-dbus-generator')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dbus-factory/archive/$pkgver.tar.gz;)
-sha512sums=('87e8741b3e351da3cc6804043a980dbd462867ee6dc92862c93f111edeacbbc90e6389c0fb5e7837bec04fc35d6548d51a3d3f3015468fe83f18f345f5da25d6')
+sha512sums=('25bcb872d15f901d12b139d18012bcb23f348bbe19e288f9b292f7695965dccca056f02d59b46b9eab1bef05fa4946e4b46fbe4c5a01835b3b35e020f8daf726')
 
 build(){
   cd dbus-factory-$pkgver


[arch-commits] Commit in deepin-dbus-factory/repos (2 files)

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 07:03:34
  Author: felixonmars
Revision: 303469

archrelease: copy trunk to community-testing-any

Added:
  deepin-dbus-factory/repos/community-testing-any/
  deepin-dbus-factory/repos/community-testing-any/PKGBUILD
(from rev 303468, deepin-dbus-factory/trunk/PKGBUILD)

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

Copied: deepin-dbus-factory/repos/community-testing-any/PKGBUILD (from rev 
303468, deepin-dbus-factory/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-03-07 07:03:34 UTC (rev 303469)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dbus-factory
+pkgver=3.1.14
+pkgrel=1
+pkgdesc='GO DBus factory for DDE'
+arch=('any')
+url="https://github.com/linuxdeepin/dbus-factory;
+license=('GPL3')
+makedepends=('go-pie' 'jq' 'libxml2' 'deepin-dbus-generator')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dbus-factory/archive/$pkgver.tar.gz;)
+sha512sums=('25bcb872d15f901d12b139d18012bcb23f348bbe19e288f9b292f7695965dccca056f02d59b46b9eab1bef05fa4946e4b46fbe4c5a01835b3b35e020f8daf726')
+
+build(){
+  cd dbus-factory-$pkgver
+  make
+}
+
+package() {
+  cd dbus-factory-$pkgver
+  make GOPATH=/usr/share/gocode DESTDIR="$pkgdir" install
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:41:01
  Author: felixonmars
Revision: 303464

upgpkg: python-xcffib 0.6.0-1

rebuild with xcffib,0.6.0

Modified:
  python-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 06:39:53 UTC (rev 303463)
+++ PKGBUILD2018-03-07 06:41:01 UTC (rev 303464)
@@ -4,7 +4,7 @@
 
 pkgbase=python-xcffib
 pkgname=(python-xcffib python2-xcffib)
-pkgver=0.5.1
+pkgver=0.6.0
 pkgrel=1
 pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
 arch=('any')
@@ -11,30 +11,30 @@
 url="https://pypi.python.org/pypi/xcffib;
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi' 'python-six'
- 'python2-six' 'libxcb' 'git' 'haskell-xcffib')
+ 'python2-six' 'libxcb' 'haskell-xcffib')
 checkdepends=('python-nose' 'python2-nose' 'xorg-server-xvfb' 'xorg-xeyes')
-source=("git+https://github.com/tych0/xcffib.git#tag=v$pkgver;)
-md5sums=('SKIP')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/tych0/xcffib/archive/v$pkgver.tar.gz;)
+sha512sums=('be163991bc68d7e6c08420b97afe227f013014b64a4ab84b44101c01252dbc90778dfc55d1d8a8cc7dc7bdd5209403d4536cddeeac1591be940e915e76daddcf')
 
 prepare() {
-  cp -a xcffib{,-py2}
+  cp -a xcffib-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir/xcffib"
+  cd "$srcdir"/xcffib-$pkgver
   make xcffib GEN=xcffibgen CABAL=true
   python setup.py build
 
-  cd "$srcdir/xcffib-py2"
+  cd "$srcdir"/xcffib-$pkgver-py2
   make xcffib GEN=xcffibgen CABAL=true
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/xcffib"
+  cd "$srcdir"/xcffib-$pkgver
   nosetests3
 
-  cd "$srcdir/xcffib-py2"
+  cd "$srcdir"/xcffib-$pkgver-py2
   nosetests2
 }
 
@@ -41,7 +41,7 @@
 package_python-xcffib() {
   depends=('python-six' 'python-cffi' 'libxcb')
 
-  cd "$srcdir/xcffib"
+  cd xcffib-$pkgver
   python setup.py install --root="$pkgdir/" --optimize=1
 }
 
@@ -48,6 +48,6 @@
 package_python2-xcffib() {
   depends=('python2-six' 'python2-cffi' 'libxcb')
 
-  cd "$srcdir/xcffib-py2"
+  cd xcffib-$pkgver-py2
   python2 setup.py install --root="$pkgdir/" --optimize=1
 }


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:41:23
  Author: felixonmars
Revision: 303465

archrelease: copy trunk to community-staging-any

Added:
  python-xcffib/repos/community-staging-any/
  python-xcffib/repos/community-staging-any/PKGBUILD
(from rev 303464, python-xcffib/trunk/PKGBUILD)
  python-xcffib/repos/community-staging-any/optparse-applicative-0.13.patch
(from rev 303464, python-xcffib/trunk/optparse-applicative-0.13.patch)

-+
 PKGBUILD|   53 ++
 optparse-applicative-0.13.patch |   39 +++
 2 files changed, 92 insertions(+)

Copied: python-xcffib/repos/community-staging-any/PKGBUILD (from rev 303464, 
python-xcffib/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-03-07 06:41:23 UTC (rev 303465)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Roger Duran 
+
+pkgbase=python-xcffib
+pkgname=(python-xcffib python2-xcffib)
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
+arch=('any')
+url="https://pypi.python.org/pypi/xcffib;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi' 'python-six'
+ 'python2-six' 'libxcb' 'haskell-xcffib')
+checkdepends=('python-nose' 'python2-nose' 'xorg-server-xvfb' 'xorg-xeyes')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/tych0/xcffib/archive/v$pkgver.tar.gz;)
+sha512sums=('be163991bc68d7e6c08420b97afe227f013014b64a4ab84b44101c01252dbc90778dfc55d1d8a8cc7dc7bdd5209403d4536cddeeac1591be940e915e76daddcf')
+
+prepare() {
+  cp -a xcffib-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/xcffib-$pkgver
+  make xcffib GEN=xcffibgen CABAL=true
+  python setup.py build
+
+  cd "$srcdir"/xcffib-$pkgver-py2
+  make xcffib GEN=xcffibgen CABAL=true
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/xcffib-$pkgver
+  nosetests3
+
+  cd "$srcdir"/xcffib-$pkgver-py2
+  nosetests2
+}
+
+package_python-xcffib() {
+  depends=('python-six' 'python-cffi' 'libxcb')
+
+  cd xcffib-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-xcffib() {
+  depends=('python2-six' 'python2-cffi' 'libxcb')
+
+  cd xcffib-$pkgver-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}

Copied: 
python-xcffib/repos/community-staging-any/optparse-applicative-0.13.patch (from 
rev 303464, python-xcffib/trunk/optparse-applicative-0.13.patch)
===
--- community-staging-any/optparse-applicative-0.13.patch   
(rev 0)
+++ community-staging-any/optparse-applicative-0.13.patch   2018-03-07 
06:41:23 UTC (rev 303465)
@@ -0,0 +1,39 @@
+From e0bd193a756235e3186b2b7464ee61025ff3e344 Mon Sep 17 00:00:00 2001
+From: Tycho Andersen 
+Date: Sun, 18 Sep 2016 19:30:32 -0600
+Subject: [PATCH] fix build with latest verison of optparse-applicative
+
+Apparently it stopped exporting <>, so let's import that by hand.
+
+Signed-off-by: Tycho Andersen 
+---
+ generator/xcffibgen.hs | 1 +
+ xcffib.cabal   | 3 ++-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/generator/xcffibgen.hs b/generator/xcffibgen.hs
+index 52d89a5..bbad4de 100644
+--- a/generator/xcffibgen.hs
 b/generator/xcffibgen.hs
+@@ -16,6 +16,7 @@
+ module Main where
+ 
+ 
++import Data.Semigroup
+ import Data.XCB.Types
+ import Data.XCB.Python.Parse
+ 
+diff --git a/xcffib.cabal b/xcffib.cabal
+index 711cae3..8ee3222 100644
+--- a/xcffib.cabal
 b/xcffib.cabal
+@@ -54,7 +54,8 @@ executable xcffibgen
+  containers,
+  mtl >= 2.1,
+  attoparsec,
+- bytestring
++ bytestring,
++ semigroups
+   ghc-options: -Wall
+ 
+ test-suite PyHelpersTests


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:39:53
  Author: felixonmars
Revision: 303463

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-xcffib/repos/community-staging-x86_64/PKGBUILD (from rev 
303462, haskell-xcffib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-07 06:39:53 UTC (rev 303463)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=xcffib
+pkgname=haskell-xcffib
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="A cffi-based python binding for X"
+url="https://github.com/tych0/xcffib;
+license=('Apache')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-either' 'haskell-filemanip' 
'haskell-language-python'
+ 'haskell-mtl' 'haskell-optparse-applicative' 'haskell-semigroups' 
'haskell-split'
+ 'haskell-xcb-types')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('99f391e5495ec1bfdef7707b49a783568b8ce610e2a5acb885bb8cb9b9c6608068667291d6b67732ec7b28c820b3cee76fb40cb96a2c952600d6763edf9251dc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:39:31
  Author: felixonmars
Revision: 303462

upgpkg: haskell-xcffib 0.6.0-1

rebuild with xcffib,0.6.0

Modified:
  haskell-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 06:36:08 UTC (rev 303461)
+++ PKGBUILD2018-03-07 06:39:31 UTC (rev 303462)
@@ -3,8 +3,8 @@
 
 _hkgname=xcffib
 pkgname=haskell-xcffib
-pkgver=0.5.1
-pkgrel=77
+pkgver=0.6.0
+pkgrel=1
 pkgdesc="A cffi-based python binding for X"
 url="https://github.com/tych0/xcffib;
 license=('Apache')
@@ -14,7 +14,7 @@
  'haskell-xcb-types')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('d182c203653eeaf2cca2cd27fef585b1882524f4daf1b9fe5c4e5d1123757294418e67ae56256edcafef4e052770e6726a19062e12cfd9ab56a4549f771078d0')
+sha512sums=('99f391e5495ec1bfdef7707b49a783568b8ce610e2a5acb885bb8cb9b9c6608068667291d6b67732ec7b28c820b3cee76fb40cb96a2c952600d6763edf9251dc')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:35:45
  Author: felixonmars
Revision: 303459

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-xcffib/repos/community-staging-x86_64/PKGBUILD (from rev 
303458, haskell-xcffib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-07 06:35:45 UTC (rev 303459)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=xcffib
+pkgname=haskell-xcffib
+pkgver=0.5.1
+pkgrel=77
+pkgdesc="A cffi-based python binding for X"
+url="https://github.com/tych0/xcffib;
+license=('Apache')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-either' 'haskell-filemanip' 
'haskell-language-python'
+ 'haskell-mtl' 'haskell-optparse-applicative' 'haskell-semigroups' 
'haskell-split'
+ 'haskell-xcb-types')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d182c203653eeaf2cca2cd27fef585b1882524f4daf1b9fe5c4e5d1123757294418e67ae56256edcafef4e052770e6726a19062e12cfd9ab56a4549f771078d0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:34:40
  Author: felixonmars
Revision: 303457

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-xcb-types/repos/community-staging-x86_64/
  haskell-xcb-types/repos/community-staging-x86_64/PKGBUILD
(from rev 303456, haskell-xcb-types/trunk/PKGBUILD)

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

Copied: haskell-xcb-types/repos/community-staging-x86_64/PKGBUILD (from rev 
303456, haskell-xcb-types/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-07 06:34:40 UTC (rev 303457)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xcb-types
+pkgname=haskell-xcb-types
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Parses XML files used by the XCB project"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-mtl' 'haskell-xml')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0e2a3b76ec61cb8bcd4625940a50886867c1b88d95db778933162bd856bff5d63017d77c533593253d79fded47e91fd15165814ec91843f402ebe29ddac608c3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fsplit-base
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:35:23
  Author: felixonmars
Revision: 303458

upgpkg: haskell-xcffib 0.5.1-77

rebuild with xcb-types,0.9.0

Modified:
  haskell-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 06:34:40 UTC (rev 303457)
+++ PKGBUILD2018-03-07 06:35:23 UTC (rev 303458)
@@ -4,7 +4,7 @@
 _hkgname=xcffib
 pkgname=haskell-xcffib
 pkgver=0.5.1
-pkgrel=76
+pkgrel=77
 pkgdesc="A cffi-based python binding for X"
 url="https://github.com/tych0/xcffib;
 license=('Apache')


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:34:17
  Author: felixonmars
Revision: 303456

upgpkg: haskell-xcb-types 0.9.0-1

rebuild with xcb-types,0.9.0

Modified:
  haskell-xcb-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 06:33:24 UTC (rev 303455)
+++ PKGBUILD2018-03-07 06:34:17 UTC (rev 303456)
@@ -4,8 +4,8 @@
 
 _hkgname=xcb-types
 pkgname=haskell-xcb-types
-pkgver=0.8.0
-pkgrel=8
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="Parses XML files used by the XCB project"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=('ghc-libs' 'haskell-mtl' 'haskell-xml')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('d89513143dc863417b36c5181159954614d97f14a6386fb595900b964b2883ac7b29d3be7c211ecf81f2080969b1bf2e209c9f505d2e15700bf5d69fd4238592')
+sha512sums=('0e2a3b76ec61cb8bcd4625940a50886867c1b88d95db778933162bd856bff5d63017d77c533593253d79fded47e91fd15165814ec91843f402ebe29ddac608c3')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:33:24
  Author: felixonmars
Revision: 303455

archrelease: copy trunk to community-testing-any

Added:
  python-transaction/repos/community-testing-any/
  python-transaction/repos/community-testing-any/PKGBUILD
(from rev 303454, python-transaction/trunk/PKGBUILD)

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

Copied: python-transaction/repos/community-testing-any/PKGBUILD (from rev 
303454, python-transaction/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-03-07 06:33:24 UTC (rev 303455)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-transaction
+pkgname=('python-transaction' 'python2-transaction')
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Transaction management for Python'
+arch=('any')
+license=('ZPL')
+url='https://github.com/zopefoundation/transaction'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/transaction/archive/$pkgver.tar.gz;)
+sha512sums=('d7ea6228052b8d96cfb7ec7b8af2c63cdca10a1b8c3eb1ae2fbef239e10c63f4904869b0b826d69ebe1dc475be8a2ffca6cbbf7bb92c16e0c1cab4a26f43f60a')
+
+prepare() {
+  cp -a transaction-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/transaction-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/transaction-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/transaction-$pkgver
+  python setup.py nosetests
+
+  cd "$srcdir"/transaction-$pkgver-py2
+  python2 setup.py nosetests
+}
+
+package_python-transaction() {
+  depends=('python-zope-interface')
+
+  cd transaction-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-transaction() {
+  depends=('python2-zope-interface')
+
+  cd transaction-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:32:56
  Author: felixonmars
Revision: 303454

upgpkg: python-transaction 2.2.0-1

Modified:
  python-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 06:31:12 UTC (rev 303453)
+++ PKGBUILD2018-03-07 06:32:56 UTC (rev 303454)
@@ -3,7 +3,7 @@
 
 pkgbase=python-transaction
 pkgname=('python-transaction' 'python2-transaction')
-pkgver=2.1.2
+pkgver=2.2.0
 pkgrel=1
 pkgdesc='Transaction management for Python'
 arch=('any')
@@ -13,7 +13,7 @@
  'python2-zope-interface')
 checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/transaction/archive/$pkgver.tar.gz;)
-sha512sums=('60900d9a0072b800ae832e80de2730883822d673473962553631025efde2e655436e4cc34ba45db1fdb4a6917cab98e0c13cb1a99505a79be9b8ce9d769e0c74')
+sha512sums=('d7ea6228052b8d96cfb7ec7b8af2c63cdca10a1b8c3eb1ae2fbef239e10c63f4904869b0b826d69ebe1dc475be8a2ffca6cbbf7bb92c16e0c1cab4a26f43f60a')
 
 prepare() {
   cp -a transaction-$pkgver{,-py2}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:30:05
  Author: felixonmars
Revision: 303451

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 303450, git-annex/trunk/PKGBUILD)

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

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


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:29:39
  Author: felixonmars
Revision: 303450

upgpkg: git-annex 6.20180227-19

rebuild with dns,3.0.2

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 06:29:29 UTC (rev 303449)
+++ PKGBUILD2018-03-07 06:29:39 UTC (rev 303450)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20180227
-pkgrel=18
+pkgrel=19
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


[arch-commits] Commit in perl-text-template/repos/community-any (PKGBUILD PKGBUILD)

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:29:29
  Author: felixonmars
Revision: 303449

archrelease: copy trunk to community-any

Added:
  perl-text-template/repos/community-any/PKGBUILD
(from rev 303448, perl-text-template/trunk/PKGBUILD)
Deleted:
  perl-text-template/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-07 06:29:01 UTC (rev 303448)
+++ PKGBUILD2018-03-07 06:29:29 UTC (rev 303449)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Sébastien Luttringer 
-
-pkgname=perl-text-template
-pkgver=1.50
-pkgrel=1
-pkgdesc='Expand template text with embedded perl'
-arch=('any')
-url='http://search.cpan.org/dist/Text-Template'
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/Text-Template-$pkgver.tar.gz;)
-sha512sums=('593e3414c45ff80bc12a3e318abd2d742df3597cae7a2277af4c80f2f8b439404245675cc6895e3e662bd444ebba92effb01f6e5c0df4bd7861ff94a3afad115')
-
-build() {
-  cd Text-Template-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Text-Template-$pkgver
-  make test
-}
-
-package() {
-  cd Text-Template-$pkgver
-  make install DESTDIR="$pkgdir/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-text-template/repos/community-any/PKGBUILD (from rev 303448, 
perl-text-template/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-07 06:29:29 UTC (rev 303449)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Sébastien Luttringer 
+
+pkgname=perl-text-template
+pkgver=1.51
+pkgrel=1
+pkgdesc='Expand template text with embedded perl'
+arch=('any')
+url='http://search.cpan.org/dist/Text-Template'
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-test-warnings')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/Text-Template-$pkgver.tar.gz;)
+sha512sums=('038a810746684b26cd6a763cfb8adff57a2ed8dc57e44b170b6ba6c8271d513289546294439cfe1c8b77f40153751596a023079ee79bfc6b59fa9393cfcc04f4')
+
+build() {
+  cd Text-Template-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Text-Template-$pkgver
+  make test
+}
+
+package() {
+  cd Text-Template-$pkgver
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:29:01
  Author: felixonmars
Revision: 303448

upgpkg: perl-text-template 1.51-1

Modified:
  perl-text-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 06:26:34 UTC (rev 303447)
+++ PKGBUILD2018-03-07 06:29:01 UTC (rev 303448)
@@ -2,15 +2,17 @@
 # Contributor: Sébastien Luttringer 
 
 pkgname=perl-text-template
-pkgver=1.50
+pkgver=1.51
 pkgrel=1
 pkgdesc='Expand template text with embedded perl'
 arch=('any')
 url='http://search.cpan.org/dist/Text-Template'
 license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-test-warnings')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/Text-Template-$pkgver.tar.gz;)
-sha512sums=('593e3414c45ff80bc12a3e318abd2d742df3597cae7a2277af4c80f2f8b439404245675cc6895e3e662bd444ebba92effb01f6e5c0df4bd7861ff94a3afad115')
+sha512sums=('038a810746684b26cd6a763cfb8adff57a2ed8dc57e44b170b6ba6c8271d513289546294439cfe1c8b77f40153751596a023079ee79bfc6b59fa9393cfcc04f4')
 
 build() {
   cd Text-Template-$pkgver


[arch-commits] Commit in cldr-emoji-annotation/repos/community-any (PKGBUILD PKGBUILD)

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:26:34
  Author: felixonmars
Revision: 303447

archrelease: copy trunk to community-any

Added:
  cldr-emoji-annotation/repos/community-any/PKGBUILD
(from rev 303446, cldr-emoji-annotation/trunk/PKGBUILD)
Deleted:
  cldr-emoji-annotation/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-07 06:26:04 UTC (rev 303446)
+++ PKGBUILD2018-03-07 06:26:34 UTC (rev 303447)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=cldr-emoji-annotation
-pkgver=32.0.0
-_tag=${pkgver}_1
-pkgrel=1
-pkgdesc="Emoji annotation files in CLDR"
-arch=('any')
-url="https://github.com/fujiwarat/cldr-emoji-annotation;
-license=('custom')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/fujiwarat/cldr-emoji-annotation/archive/$_tag.tar.gz;)
-sha512sums=('3b9db285f42d001626d93bcf8e7fb87bfce4e5a8d6b78d348020171aa6a6d6d93e0222e735e6e76ca068e2cebc05ed794e789cf2c26cdbc87e41044853aabf70')
-
-build() {
-  cd cldr-emoji-annotation-$_tag
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd cldr-emoji-annotation-$_tag
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 unicode-license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/unicode-license.txt
-}

Copied: cldr-emoji-annotation/repos/community-any/PKGBUILD (from rev 303446, 
cldr-emoji-annotation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-07 06:26:34 UTC (rev 303447)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cldr-emoji-annotation
+pkgver=32.90.0
+_tag=${pkgver}_1
+pkgrel=1
+pkgdesc="Emoji annotation files in CLDR"
+arch=('any')
+url="https://github.com/fujiwarat/cldr-emoji-annotation;
+license=('custom')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fujiwarat/cldr-emoji-annotation/archive/$_tag.tar.gz;)
+sha512sums=('399038e9c51cd13c6a5e56591d6cb21eba2ce01e920f9ca1273d73b1e9901803edc0e7c0efe5e722d63811a599469cafdfbc8a6ba1e77b16c75d995e41a7ae90')
+
+build() {
+  cd cldr-emoji-annotation-$_tag
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd cldr-emoji-annotation-$_tag
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 unicode-license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/unicode-license.txt
+}


[arch-commits] Commit in cldr-emoji-annotation/trunk (PKGBUILD)

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:26:04
  Author: felixonmars
Revision: 303446

upgpkg: cldr-emoji-annotation 32.90.0-1

Modified:
  cldr-emoji-annotation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 06:22:55 UTC (rev 303445)
+++ PKGBUILD2018-03-07 06:26:04 UTC (rev 303446)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=cldr-emoji-annotation
-pkgver=32.0.0
+pkgver=32.90.0
 _tag=${pkgver}_1
 pkgrel=1
 pkgdesc="Emoji annotation files in CLDR"
@@ -10,7 +10,7 @@
 url="https://github.com/fujiwarat/cldr-emoji-annotation;
 license=('custom')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/fujiwarat/cldr-emoji-annotation/archive/$_tag.tar.gz;)
-sha512sums=('3b9db285f42d001626d93bcf8e7fb87bfce4e5a8d6b78d348020171aa6a6d6d93e0222e735e6e76ca068e2cebc05ed794e789cf2c26cdbc87e41044853aabf70')
+sha512sums=('399038e9c51cd13c6a5e56591d6cb21eba2ce01e920f9ca1273d73b1e9901803edc0e7c0efe5e722d63811a599469cafdfbc8a6ba1e77b16c75d995e41a7ae90')
 
 build() {
   cd cldr-emoji-annotation-$_tag


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:22:55
  Author: felixonmars
Revision: 303445

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-dns/repos/community-staging-x86_64/PKGBUILD (from rev 303444, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-07 06:22:55 UTC (rev 303445)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="DNS library in Haskell"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-auto-update' 'haskell-attoparsec'
+ 'haskell-base64-bytestring' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-iproute' 'haskell-mtl' 'haskell-network' 'haskell-psqueues' 
'haskell-safe')
+makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-word8' 
'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2e28674c34278cbfcb161d789e8731807760058ceb3edb7f5a3e12f88513bf64d08430eec197a593b0fa2c42f2aed741b353910b42b8712ff29a964a12f7e267')
+
+prepare() {
+sed -i '/doctest/a \"-dynamic",' $_hkgname-$pkgver/test2/doctests.hs
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+# https://github.com/kazu-yamamoto/dns/issues/102
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:22:21
  Author: felixonmars
Revision: 303444

upgpkg: haskell-dns 3.0.2-1

rebuild with dns,3.0.2

Modified:
  haskell-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 06:20:48 UTC (rev 303443)
+++ PKGBUILD2018-03-07 06:22:21 UTC (rev 303444)
@@ -4,8 +4,8 @@
 
 _hkgname=dns
 pkgname=haskell-dns
-pkgver=3.0.1
-pkgrel=19
+pkgver=3.0.2
+pkgrel=1
 pkgdesc="DNS library in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
@@ -15,7 +15,7 @@
  'haskell-iproute' 'haskell-mtl' 'haskell-network' 'haskell-psqueues' 
'haskell-safe')
 makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-word8' 
'haskell-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('71ac67ac0cb6720fe708de02ccea45201e9771537b2a9eb0aab949a111712e245d26baafb3bbc6d71c590e28d439b19a145d3dddea3fe868332dcfb2fc159367')
+sha512sums=('2e28674c34278cbfcb161d789e8731807760058ceb3edb7f5a3e12f88513bf64d08430eec197a593b0fa2c42f2aed741b353910b42b8712ff29a964a12f7e267')
 
 prepare() {
 sed -i '/doctest/a \"-dynamic",' $_hkgname-$pkgver/test2/doctests.hs


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:20:48
  Author: felixonmars
Revision: 303443

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-wm/repos/community-testing-x86_64/
  deepin-wm/repos/community-testing-x86_64/PKGBUILD
(from rev 303442, deepin-wm/trunk/PKGBUILD)

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

Copied: deepin-wm/repos/community-testing-x86_64/PKGBUILD (from rev 303442, 
deepin-wm/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-03-07 06:20:48 UTC (rev 303443)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-wm
+pkgver=1.9.22
+pkgrel=1
+pkgdesc='Deepin Window Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-wm;
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas' 'deepin-menu' 'granite' 
'deepin-mutter'
+ 'gnome-desktop' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz;)
+sha512sums=('16a5aad2e8fc51322a7ffd7fe7193edc2b10babedb11913f8e4dc56c62c911007cad33519ad6bd09342dc921b2aa7e71f3033047310ed8d04140fbf8f6e1ef64')
+
+prepare() {
+  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+
+  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 $pkgname-$pkgver/src/Background/BackgroundSource.vala
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh \
+--prefix='/usr' \
+--disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:20:26
  Author: felixonmars
Revision: 303442

upgpkg: deepin-wm 1.9.22-1

Modified:
  deepin-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 06:19:38 UTC (rev 303441)
+++ PKGBUILD2018-03-07 06:20:26 UTC (rev 303442)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-wm
-pkgver=1.9.21
-pkgrel=2
+pkgver=1.9.22
+pkgrel=1
 pkgdesc='Deepin Window Manager'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-wm;
@@ -14,7 +14,7 @@
  'gnome-desktop' 'libgee')
 makedepends=('gnome-common' 'intltool' 'vala')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz;)
-sha512sums=('90f4b6a94d6227112a153cd51d8af6f53acc07aec6fcba04d2cd553d127626668de7e1e0d66d6cf54412dc9204a8b48fa2c855ab3625e9ee30bf9e7c1ffc4694')
+sha512sums=('16a5aad2e8fc51322a7ffd7fe7193edc2b10babedb11913f8e4dc56c62c911007cad33519ad6bd09342dc921b2aa7e71f3033047310ed8d04140fbf8f6e1ef64')
 
 prepare() {
   export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"


[arch-commits] Commit in haskell-network-protocol-xmpp/repos (2 files)

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:19:12
  Author: felixonmars
Revision: 303437

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-network-protocol-xmpp/repos/community-staging-x86_64/
  haskell-network-protocol-xmpp/repos/community-staging-x86_64/PKGBUILD
(from rev 303436, haskell-network-protocol-xmpp/trunk/PKGBUILD)

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

Copied: haskell-network-protocol-xmpp/repos/community-staging-x86_64/PKGBUILD 
(from rev 303436, haskell-network-protocol-xmpp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-07 06:19:12 UTC (rev 303437)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=network-protocol-xmpp
+pkgname=haskell-network-protocol-xmpp
+pkgver=0.4.8
+pkgrel=27
+pkgdesc="Client library for the XMPP protocol."
+url="https://john-millikin.com/software/haskell-xmpp/;
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-gnuidn" "haskell-gnutls" "haskell-gsasl" 
"haskell-libxml-sax"
+ "haskell-monads-tf" "haskell-network" "haskell-text" 
"haskell-xml-types")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('029cbb1a0ea6691fd886b326eee7a24e8300bbece1f0c0f564b43b0e344f4107ca980d97342271cab0b9c1333fc445ac10f7dfae41dd2b6e6ea995bfb810311e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}


[arch-commits] Commit in haskell-network-protocol-xmpp/trunk (PKGBUILD)

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:18:49
  Author: felixonmars
Revision: 303436

upgpkg: haskell-network-protocol-xmpp 0.4.8-27

rebuild with shelly,1.7.1

Modified:
  haskell-network-protocol-xmpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 06:18:10 UTC (rev 303435)
+++ PKGBUILD2018-03-07 06:18:49 UTC (rev 303436)
@@ -5,7 +5,7 @@
 _hkgname=network-protocol-xmpp
 pkgname=haskell-network-protocol-xmpp
 pkgver=0.4.8
-pkgrel=26
+pkgrel=27
 pkgdesc="Client library for the XMPP protocol."
 url="https://john-millikin.com/software/haskell-xmpp/;
 license=("GPL3")


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:18:10
  Author: felixonmars
Revision: 303435

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-gnuidn/repos/community-staging-x86_64/PKGBUILD (from rev 
303434, haskell-gnuidn/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-07 06:18:10 UTC (rev 303435)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=gnuidn
+pkgname=haskell-gnuidn
+pkgver=0.2.2
+pkgrel=22
+pkgdesc="Bindings for GNU IDN"
+url="https://john-millikin.com/software/haskell-gnuidn/;
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' "libidn" "haskell-text")
+makedepends=('c2hs' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4ac894ba4cc4fb9fd90ccea55fda342cd0dadc863a091d31287b19117ec1e545a23b7fb69db02bbb8ee9eb84856acb51f3ab0d7778f4ca3da290dfcbc7ef27ac')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:17:33
  Author: felixonmars
Revision: 303433

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-mutter/repos/community-testing-x86_64/
  deepin-mutter/repos/community-testing-x86_64/PKGBUILD
(from rev 303432, deepin-mutter/trunk/PKGBUILD)

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

Copied: deepin-mutter/repos/community-testing-x86_64/PKGBUILD (from rev 303432, 
deepin-mutter/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-03-07 06:17:33 UTC (rev 303433)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-mutter
+pkgver=3.20.27
+pkgrel=1
+pkgdesc="Base window manager for deepin, fork of gnome mutter"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-mutter;
+license=('GPL3')
+depends=('deepin-clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
+ 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
+ 'libxkbcommon-x11' 'libgudev' 'deepin-cogl')
+makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz;)
+sha512sums=('e6db990a4a968d0bdfac4c37d4a58fd2e8c7f09a2d151ed104e2295a72c2c54aa8e2411766587dcb55d503109292147f877163914908199e9eae5ed07f16cdb4')
+
+build() {
+  cd deepin-mutter-$pkgver
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/deepin-mutter \
+--localstatedir=/var \
+--enable-gtk-doc \
+--enable-wayland \
+--enable-native-backend \
+--disable-static \
+--disable-schemas-compile \
+--enable-compile-warnings=minimum
+  make
+}
+
+package() {
+  cd deepin-mutter-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:17:44
  Author: felixonmars
Revision: 303434

upgpkg: haskell-gnuidn 0.2.2-22

rebuild with shelly,1.7.1

Modified:
  haskell-gnuidn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 06:17:33 UTC (rev 303433)
+++ PKGBUILD2018-03-07 06:17:44 UTC (rev 303434)
@@ -5,7 +5,7 @@
 _hkgname=gnuidn
 pkgname=haskell-gnuidn
 pkgver=0.2.2
-pkgrel=21
+pkgrel=22
 pkgdesc="Bindings for GNU IDN"
 url="https://john-millikin.com/software/haskell-gnuidn/;
 license=("GPL3")


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:16:54
  Author: felixonmars
Revision: 303431

archrelease: copy trunk to community-staging-x86_64

Added:
  c2hs/repos/community-staging-x86_64/
  c2hs/repos/community-staging-x86_64/PKGBUILD
(from rev 303430, c2hs/trunk/PKGBUILD)

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

Copied: c2hs/repos/community-staging-x86_64/PKGBUILD (from rev 303430, 
c2hs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-07 06:16:54 UTC (rev 303431)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=c2hs
+pkgver=0.28.3
+pkgrel=14
+pkgdesc="C->Haskell FFI tool that gives some cross-language type safety"
+url="https://github.com/haskell/c2hs;
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-dlist" "haskell-language-c")
+makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit' 
'haskell-hunit'
+ 'haskell-shelly' 'haskell-text')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('17306b6ee41623d1c017581ed7aef6118a66c30a4698fa95d588b30ac625a6571906bb1fffecf7b86296667390d18cfe5ee2ade85098075f2ca982922b358b3a')
+
+prepare() {
+sed -i 's/cmd "ghc"/cmd "ghc" "-dynamic"/' c2hs-$pkgver/tests/test-*.hs
+sed -i 's/HC=ghc/HC="ghc -dynamic"/' c2hs-$pkgver/tests/system/Makefile
+sed -i 's/"ghc", \["-/"ghc", ["-dynamic", "-/' c2hs-$pkgver/tests/test-*.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" 
--enable-tests \
+-f-regression -fbase3
+runhaskell Setup build
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:17:10
  Author: felixonmars
Revision: 303432

upgpkg: deepin-mutter 3.20.27-1

Modified:
  deepin-mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 06:16:54 UTC (rev 303431)
+++ PKGBUILD2018-03-07 06:17:10 UTC (rev 303432)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-mutter
-pkgver=3.20.26
+pkgver=3.20.27
 pkgrel=1
 pkgdesc="Base window manager for deepin, fork of gnome mutter"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz;)
-sha512sums=('064789b5f06032abb8089815e9e4aff3715d51dfcc6a39d8db2735b64fea04557b372a6b300f053266e0f3129b1e57afc3a23d54144ea69559c00ea77acf7136')
+sha512sums=('e6db990a4a968d0bdfac4c37d4a58fd2e8c7f09a2d151ed104e2295a72c2c54aa8e2411766587dcb55d503109292147f877163914908199e9eae5ed07f16cdb4')
 
 build() {
   cd deepin-mutter-$pkgver


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:16:31
  Author: felixonmars
Revision: 303430

upgpkg: c2hs 0.28.3-14

rebuild with shelly,1.7.1

Modified:
  c2hs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 06:16:17 UTC (rev 303429)
+++ PKGBUILD2018-03-07 06:16:31 UTC (rev 303430)
@@ -4,7 +4,7 @@
 
 pkgname=c2hs
 pkgver=0.28.3
-pkgrel=13
+pkgrel=14
 pkgdesc="C->Haskell FFI tool that gives some cross-language type safety"
 url="https://github.com/haskell/c2hs;
 license=("GPL2")


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:16:17
  Author: felixonmars
Revision: 303429

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-movie/repos/community-testing-x86_64/
  deepin-movie/repos/community-testing-x86_64/PKGBUILD
(from rev 303428, deepin-movie/trunk/PKGBUILD)

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

Copied: deepin-movie/repos/community-testing-x86_64/PKGBUILD (from rev 303428, 
deepin-movie/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-03-07 06:16:17 UTC (rev 303429)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-movie
+epoch=1
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Movie player based on QtAV'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-movie-reborn;
+license=('GPL3')
+depends=('deepin-qt5integration' 'mpv' 'ffmpegthumbnailer')
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
+sha512sums=('bb52ce490b331f71c58f926f9fff0d6834f2252867bfd5d870c2f370431b41abf87cded701f2be17f43cb3ce5ac9ad625165b91644fe3f7097c3ee33ffbdb105')
+
+build() {
+  cd deepin-movie-reborn-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd deepin-movie-reborn-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:15:54
  Author: felixonmars
Revision: 303428

upgpkg: deepin-movie 1:3.2.1-1

Modified:
  deepin-movie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 06:15:15 UTC (rev 303427)
+++ PKGBUILD2018-03-07 06:15:54 UTC (rev 303428)
@@ -3,7 +3,7 @@
 
 pkgname=deepin-movie
 epoch=1
-pkgver=3.2.0.3
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Movie player based on QtAV'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
-sha512sums=('a207deb46e9b3fb19a9f8f72da9734ac7f3ba1e168517d01d7d227491366eb5c08c0d1d704bc7dc62c1f21a2d3c3a86922939099fe951a82762feac17e4cc0d6')
+sha512sums=('bb52ce490b331f71c58f926f9fff0d6834f2252867bfd5d870c2f370431b41abf87cded701f2be17f43cb3ce5ac9ad625165b91644fe3f7097c3ee33ffbdb105')
 
 build() {
   cd deepin-movie-reborn-$pkgver


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:15:15
  Author: felixonmars
Revision: 303427

archrelease: copy trunk to community-x86_64

Added:
  docker-machine/repos/community-x86_64/PKGBUILD
(from rev 303426, docker-machine/trunk/PKGBUILD)
Deleted:
  docker-machine/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-07 06:14:49 UTC (rev 303426)
+++ PKGBUILD2018-03-07 06:15:15 UTC (rev 303427)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Dmitry Chusovitin 
-
-pkgname=docker-machine
-pkgver=0.13.0
-pkgrel=2
-pkgdesc='Machine management for a container-centric world'
-arch=('i686' 'x86_64')
-url='https://github.com/docker/machine'
-license=('Apache')
-depends=('glibc')
-optdepends=('net-tools: for VirtualBox support')
-makedepends=('go-pie')
-optdepends=('net-tools: required for VirtualBox driver')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/machine/archive/v$pkgver.tar.gz;)
-sha512sums=('c31b3505e475f5e55310cc3b8805db8b94522703956a640954c3898c584fc3a07830c346535855cbb2fb10016dd0e7ef72e7174e919a3651f05e18b652132121')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src
-  mv machine-$pkgver/vendor/* build/src/
-  mkdir -p build/src/github.com/docker
-  ln -s "$srcdir"/machine-$pkgver build/src/github.com/docker/machine
-}
-
-build() {
-  cd machine-$pkgver
-  go build -o bin/docker-machine cmd/machine.go # -gccgoflags "$CFLAGS 
$LDFLAGS"
-}
-
-package() {
-  cd machine-$pkgver
-  install -Dm755 bin/docker-machine "$pkgdir"/usr/bin/docker-machine
-  install -Dm644 contrib/completion/bash/docker-machine.bash 
"$pkgdir"/usr/share/bash-completion/completions/docker-machine
-  install -Dm644 contrib/completion/zsh/_docker-machine 
"$pkgdir"/usr/share/zsh/site-functions/_docker-machine
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: docker-machine/repos/community-x86_64/PKGBUILD (from rev 303426, 
docker-machine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-07 06:15:15 UTC (rev 303427)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Dmitry Chusovitin 
+
+pkgname=docker-machine
+pkgver=0.14.0
+pkgrel=1
+pkgdesc='Machine management for a container-centric world'
+arch=('x86_64')
+url='https://github.com/docker/machine'
+license=('Apache')
+depends=('glibc')
+optdepends=('net-tools: for VirtualBox support')
+makedepends=('go-pie')
+optdepends=('net-tools: required for VirtualBox driver')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/machine/archive/v$pkgver.tar.gz;)
+sha512sums=('8c2e6ee045c5f243da7f3556422a47432c163b0617d882fa1eafb2d35e3c3f3fe3172e8cd3a39d149bcf0f30f75bb76bd591d8342b1e9c212277a103853df668')
+
+prepare() {
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src
+  mv machine-$pkgver/vendor/* build/src/
+  mkdir -p build/src/github.com/docker
+  ln -s "$srcdir"/machine-$pkgver build/src/github.com/docker/machine
+}
+
+build() {
+  cd machine-$pkgver
+  go build -o bin/docker-machine cmd/machine.go # -gccgoflags "$CFLAGS 
$LDFLAGS"
+}
+
+package() {
+  cd machine-$pkgver
+  install -Dm755 bin/docker-machine "$pkgdir"/usr/bin/docker-machine
+  install -Dm644 contrib/completion/bash/docker-machine.bash 
"$pkgdir"/usr/share/bash-completion/completions/docker-machine
+  install -Dm644 contrib/completion/zsh/_docker-machine 
"$pkgdir"/usr/share/zsh/site-functions/_docker-machine
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:14:35
  Author: felixonmars
Revision: 303425

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-shelly/repos/community-staging-x86_64/PKGBUILD (from rev 
303424, haskell-shelly/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-07 06:14:35 UTC (rev 303425)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shelly
+pkgname=haskell-shelly
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="Shell-like (systems) programming in Haskell"
+url="https://github.com/yesodweb/Shelly.hs;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-mtl' 'haskell-unix-compat' 
'haskell-system-filepath'
+ 'haskell-system-fileio' 'haskell-monad-control' 'haskell-lifted-base'
+ 'haskell-lifted-async' 'haskell-exceptions' 
'haskell-enclosed-exceptions' 'haskell-text'
+ 'haskell-async' 'haskell-transformers-base')
+makedepends=('ghc' 'haskell-hunit' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0409be10d66fcd6d283b2032fdc39e674187d7d29a4ef0eb61dd251bc3518b1863ab70185abe963ba0eb4601a0a96013b6f83b5c73255b06aaec9914b1628ffd')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-lifted -f-build-examples
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:14:49
  Author: felixonmars
Revision: 303426

upgpkg: docker-machine 0.14.0-1

Modified:
  docker-machine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 06:14:35 UTC (rev 303425)
+++ PKGBUILD2018-03-07 06:14:49 UTC (rev 303426)
@@ -3,8 +3,8 @@
 # Contributor: Dmitry Chusovitin 
 
 pkgname=docker-machine
-pkgver=0.13.0
-pkgrel=2
+pkgver=0.14.0
+pkgrel=1
 pkgdesc='Machine management for a container-centric world'
 arch=('x86_64')
 url='https://github.com/docker/machine'
@@ -14,7 +14,7 @@
 makedepends=('go-pie')
 optdepends=('net-tools: required for VirtualBox driver')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/machine/archive/v$pkgver.tar.gz;)
-sha512sums=('c31b3505e475f5e55310cc3b8805db8b94522703956a640954c3898c584fc3a07830c346535855cbb2fb10016dd0e7ef72e7174e919a3651f05e18b652132121')
+sha512sums=('8c2e6ee045c5f243da7f3556422a47432c163b0617d882fa1eafb2d35e3c3f3fe3172e8cd3a39d149bcf0f30f75bb76bd591d8342b1e9c212277a103853df668')
 
 prepare() {
   export GOPATH="$srcdir/build"


[arch-commits] Commit in deepin-go-lib/repos (2 files)

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:13:59
  Author: felixonmars
Revision: 303423

archrelease: copy trunk to community-testing-any

Added:
  deepin-go-lib/repos/community-testing-any/
  deepin-go-lib/repos/community-testing-any/PKGBUILD
(from rev 303422, deepin-go-lib/trunk/PKGBUILD)

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

Copied: deepin-go-lib/repos/community-testing-any/PKGBUILD (from rev 303422, 
deepin-go-lib/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-03-07 06:13:59 UTC (rev 303423)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-go-lib
+pkgver=1.2.5
+pkgrel=1
+pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
+arch=('any')
+url="https://github.com/linuxdeepin/go-lib;
+license=('GPL3')
+depends=('libpulse' 'gdk-pixbuf2' 'mobile-broadband-provider-info' 'libx11')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz;)
+sha512sums=('e5637f2cf3fb872e9aa2ce2abb3215981e6c64447abe8e9957f978077ff1c1b96718eb32c526dbc15992e2159979a67c6988d6de245423d8ecf1d060e1f853b5')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
+  cp -a go-lib-$pkgver "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib
+
+  rm -r "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib/debian
+}


[arch-commits] Commit in deepin-go-lib/trunk (PKGBUILD)

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:13:32
  Author: felixonmars
Revision: 303422

upgpkg: deepin-go-lib 1.2.5-1

Modified:
  deepin-go-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 06:11:48 UTC (rev 303421)
+++ PKGBUILD2018-03-07 06:13:32 UTC (rev 303422)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-go-lib
-pkgver=1.2.4
+pkgver=1.2.5
 pkgrel=1
 pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL3')
 depends=('libpulse' 'gdk-pixbuf2' 'mobile-broadband-provider-info' 'libx11')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz;)
-sha512sums=('9584cabbaa5b26a7690f42038711c624d0bb2b46e1f25d253385bac7d89995121fd7f7414868fb4dc02a7eca65a5799488b80691b76c23b0519fa319638a783d')
+sha512sums=('e5637f2cf3fb872e9aa2ce2abb3215981e6c64447abe8e9957f978077ff1c1b96718eb32c526dbc15992e2159979a67c6988d6de245423d8ecf1d060e1f853b5')
 
 package() {
   mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:14:13
  Author: felixonmars
Revision: 303424

upgpkg: haskell-shelly 1.7.1-1

rebuild with shelly,1.7.1

Modified:
  haskell-shelly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 06:13:59 UTC (rev 303423)
+++ PKGBUILD2018-03-07 06:14:13 UTC (rev 303424)
@@ -4,8 +4,8 @@
 
 _hkgname=shelly
 pkgname=haskell-shelly
-pkgver=1.7.0.1
-pkgrel=12
+pkgver=1.7.1
+pkgrel=1
 pkgdesc="Shell-like (systems) programming in Haskell"
 url="https://github.com/yesodweb/Shelly.hs;
 license=("custom:BSD3")
@@ -16,7 +16,7 @@
  'haskell-async' 'haskell-transformers-base')
 makedepends=('ghc' 'haskell-hunit' 'haskell-hspec')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('80d90168e343475cb9aec66c475b1f73e451178c7093f37c7ff3acabde16315cc6af7d238d3ea6fea84250127772ce3b74d7a1ce295ee2e2d8a70147bd382592')
+sha512sums=('0409be10d66fcd6d283b2032fdc39e674187d7d29a4ef0eb61dd251bc3518b1863ab70185abe963ba0eb4601a0a96013b6f83b5c73255b06aaec9914b1628ffd')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:11:20
  Author: felixonmars
Revision: 303417

upgpkg: deepin-calendar 1.2.0-1

Modified:
  deepin-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 06:11:13 UTC (rev 303416)
+++ PKGBUILD2018-03-07 06:11:20 UTC (rev 303417)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-calendar
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc='Calendar for Deepin Desktop Environment'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-calendar;
@@ -14,7 +14,7 @@
 makedepends=('qt5-tools' 'deepin-gettext-tools')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz;)
-sha512sums=('59af8ec9e4273b77366b366b68e6bdb44337de4482f1a2a621706e2aa68d10d759e8e147b876fe4ab7f6b62f653088d86e82014e327f10e0163fb845f145cb73')
+sha512sums=('5ae5ce5627338f1537b1141338bb2eba836f7e8b22bc6bdcd5bb7bb6bf01a6b5096e08c31a6ba0cc117d29f551bfa15a29b6e96fc1a28f6ac82f344f3ad2d836')
 
 build() {
   cd dde-calendar-$pkgver


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:11:48
  Author: felixonmars
Revision: 303421

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-calendar/repos/community-testing-x86_64/
  deepin-calendar/repos/community-testing-x86_64/PKGBUILD
(from rev 303420, deepin-calendar/trunk/PKGBUILD)

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

Copied: deepin-calendar/repos/community-testing-x86_64/PKGBUILD (from rev 
303420, deepin-calendar/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-03-07 06:11:48 UTC (rev 303421)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-calendar
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Calendar for Deepin Desktop Environment'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-calendar;
+license=('GPL3')
+depends=('deepin-qt5integration')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz;)
+sha512sums=('5ae5ce5627338f1537b1141338bb2eba836f7e8b22bc6bdcd5bb7bb6bf01a6b5096e08c31a6ba0cc117d29f551bfa15a29b6e96fc1a28f6ac82f344f3ad2d836')
+
+build() {
+  cd dde-calendar-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-calendar-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:10:58
  Author: felixonmars
Revision: 303414

archrelease: copy trunk to community-any

Added:
  acorn/repos/community-any/PKGBUILD
(from rev 303412, acorn/trunk/PKGBUILD)
Deleted:
  acorn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-07 06:10:53 UTC (rev 303413)
+++ PKGBUILD2018-03-07 06:10:58 UTC (rev 303414)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=acorn
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='A tiny, fast JavaScript parser, written completely in JavaScript.'
-arch=('any')
-url='https://github.com/ternjs/acorn'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('6ab9f9dc5d3b5579a5b38a38a54852cc16b87ef69a80f45eec0559f25ecd1f11565227b60ecb8548130c340920cd194e844873027c5e2b2696573387e31aa9fe')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: acorn/repos/community-any/PKGBUILD (from rev 303412, 
acorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-07 06:10:58 UTC (rev 303414)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=acorn
+pkgver=5.5.1
+pkgrel=1
+pkgdesc='A tiny, fast JavaScript parser, written completely in JavaScript.'
+arch=('any')
+url='https://github.com/ternjs/acorn'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('0ff286882a4cfd53ad4cc0d2fb07e3cb012d87ddba594ac0aebcd8a2fe0de1223bb7edf2f3be3b74fa429a602fae6fd9df282a3079f23f1bd860ed324dd9ff9d')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 7, 2018 @ 06:10:21
  Author: felixonmars
Revision: 303409

upgpkg: acorn 5.5.1-1

Modified:
  acorn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 06:09:36 UTC (rev 303408)
+++ PKGBUILD2018-03-07 06:10:21 UTC (rev 303409)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=acorn
-pkgver=5.5.0
+pkgver=5.5.1
 pkgrel=1
 pkgdesc='A tiny, fast JavaScript parser, written completely in JavaScript.'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('6ab9f9dc5d3b5579a5b38a38a54852cc16b87ef69a80f45eec0559f25ecd1f11565227b60ecb8548130c340920cd194e844873027c5e2b2696573387e31aa9fe')
+sha512sums=('0ff286882a4cfd53ad4cc0d2fb07e3cb012d87ddba594ac0aebcd8a2fe0de1223bb7edf2f3be3b74fa429a602fae6fd9df282a3079f23f1bd860ed324dd9ff9d')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2018-03-06 Thread Sébastien Luttringer via arch-commits
Date: Wednesday, March 7, 2018 @ 00:32:57
  Author: seblu
Revision: 303398

upgpkg: keepalived 1.4.2-1

Modified:
  keepalived/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-06 23:19:09 UTC (rev 303397)
+++ PKGBUILD2018-03-07 00:32:57 UTC (rev 303398)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;)
-md5sums=('0152de89692bd4e1df0d060c945d6978')
+md5sums=('610af6e04071f02d3469191de7499f4e')
 
 build() {
   # trick broken ./configure systemctl test


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

2018-03-06 Thread Sébastien Luttringer via arch-commits
Date: Wednesday, March 7, 2018 @ 00:33:07
  Author: seblu
Revision: 303399

archrelease: copy trunk to community-x86_64

Added:
  keepalived/repos/community-x86_64/PKGBUILD
(from rev 303398, keepalived/trunk/PKGBUILD)
Deleted:
  keepalived/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-07 00:32:57 UTC (rev 303398)
+++ PKGBUILD2018-03-07 00:33:07 UTC (rev 303399)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Andrea Zucchelli 
-
-pkgname=keepalived
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='Failover and monitoring daemon for LVS clusters'
-arch=('x86_64')
-url='http://www.keepalived.org/'
-license=('GPL2')
-backup=('etc/keepalived/keepalived.conf' 'etc/sysconfig/keepalived')
-depends=('openssl' 'popt' 'libnl1' 'ipset' 'iptables')
-optdepends=('ipset: ipset support')
-makedepends=('libnfnetlink' 'ipset' 'systemd')
-options=('!emptydirs')
-source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;)
-md5sums=('0152de89692bd4e1df0d060c945d6978')
-
-build() {
-  # trick broken ./configure systemctl test
-  printf "#!/bin/sh\necho -.mount\n" > systemctl
-  chmod +x systemctl
-  PATH=$PWD:$PATH
-
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---runstatedir=/run
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # move examples to /usr/share
-  install -d -m 755 "$pkgdir/usr/share/$pkgname"
-  mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: keepalived/repos/community-x86_64/PKGBUILD (from rev 303398, 
keepalived/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-07 00:33:07 UTC (rev 303399)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Andrea Zucchelli 
+
+pkgname=keepalived
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='Failover and monitoring daemon for LVS clusters'
+arch=('x86_64')
+url='http://www.keepalived.org/'
+license=('GPL2')
+backup=('etc/keepalived/keepalived.conf' 'etc/sysconfig/keepalived')
+depends=('openssl' 'popt' 'libnl1' 'ipset' 'iptables')
+optdepends=('ipset: ipset support')
+makedepends=('libnfnetlink' 'ipset' 'systemd')
+options=('!emptydirs')
+source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;)
+md5sums=('610af6e04071f02d3469191de7499f4e')
+
+build() {
+  # trick broken ./configure systemctl test
+  printf "#!/bin/sh\necho -.mount\n" > systemctl
+  chmod +x systemctl
+  PATH=$PWD:$PATH
+
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--runstatedir=/run
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # move examples to /usr/share
+  install -d -m 755 "$pkgdir/usr/share/$pkgname"
+  mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-03-06 Thread David Runge via arch-commits
Date: Tuesday, March 6, 2018 @ 23:19:09
  Author: dvzrv
Revision: 303397

archrelease: copy trunk to community-x86_64

Added:
  zita-rev1/repos/community-x86_64/
  zita-rev1/repos/community-x86_64/PKGBUILD
(from rev 303396, zita-rev1/trunk/PKGBUILD)

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

Copied: zita-rev1/repos/community-x86_64/PKGBUILD (from rev 303396, 
zita-rev1/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-03-06 23:19:09 UTC (rev 303397)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+pkgname=zita-rev1
+pkgver=0.2.1
+pkgrel=3
+pkgdesc="A reworked jack version of the reverb originally developed for 
Aeolus."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-rev1-doc/quickguide.html;
+license=('GPL2')
+groups=('pro-audio')
+depends=('cairo' 'clxclient' 'clthreads' 'jack')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('82d3106d9542c65b8249a3e9e0b3c210690e619e182c0521316d280d3cb4829e7ee624d577e09309ff5941bcc4a96113c50d4e40b886cc2f9eb11c43c3bd')
+
+prepare() {
+  cd "${pkgname}-${pkgver}/source"
+  # strip march=native
+  sed -i '/native/d' Makefile
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make DESTDIR="$pkgdir/" PREFIX=/usr install
+  # docs
+  install -t "$pkgdir/usr/share/doc/$pkgname" \
+-vDm644 ../{AUTHORS,README,doc/*}
+}
+# vim:set ts=2 sw=2 et:


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

2018-03-06 Thread David Runge via arch-commits
Date: Tuesday, March 6, 2018 @ 23:18:59
  Author: dvzrv
Revision: 303395

upgpkg: zita-rev1 0.2.1-3

Rebuild for community.

Modified:
  zita-rev1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-06 23:17:24 UTC (rev 303394)
+++ PKGBUILD2018-03-06 23:18:59 UTC (rev 303395)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=zita-rev1
 pkgver=0.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A reworked jack version of the reverb originally developed for 
Aeolus."
 arch=('x86_64')
 
url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-rev1-doc/quickguide.html;
@@ -29,3 +29,4 @@
   install -t "$pkgdir/usr/share/doc/$pkgname" \
 -vDm644 ../{AUTHORS,README,doc/*}
 }
+# vim:set ts=2 sw=2 et:


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

2018-03-06 Thread David Runge via arch-commits
Date: Tuesday, March 6, 2018 @ 23:17:15
  Author: dvzrv
Revision: 303392

upgpkg: zita-njbridge 0.4.1-4

Rebuild for community.

Modified:
  zita-njbridge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-06 23:15:53 UTC (rev 303391)
+++ PKGBUILD2018-03-06 23:17:15 UTC (rev 303392)
@@ -1,8 +1,7 @@
 # Maintainer: David Runge 
 pkgname=zita-njbridge
 pkgver=0.4.1
-pkgrel=3
-epoch=
+pkgrel=4
 pkgdesc="Jack client to transmit audio over a local IP network."
 arch=('x86_64')
 url="https://kokkinizita.linuxaudio.org/linuxaudio/;


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

2018-03-06 Thread David Runge via arch-commits
Date: Tuesday, March 6, 2018 @ 23:17:24
  Author: dvzrv
Revision: 303394

archrelease: copy trunk to community-x86_64

Added:
  zita-njbridge/repos/community-x86_64/
  zita-njbridge/repos/community-x86_64/PKGBUILD
(from rev 303393, zita-njbridge/trunk/PKGBUILD)

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

Copied: zita-njbridge/repos/community-x86_64/PKGBUILD (from rev 303393, 
zita-njbridge/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-03-06 23:17:24 UTC (rev 303394)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+pkgname=zita-njbridge
+pkgver=0.4.1
+pkgrel=4
+pkgdesc="Jack client to transmit audio over a local IP network."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/;
+license=('GPL3')
+groups=('pro-audio')
+depends=('jack' 'zita-resampler')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('b48fc7c12e0b261290175ef6e20728922d19b12318a31b2ee03fd3e388b61c6c28d99d5c8990442ecc8884a2dab7b4585100549f553ee81d5ff4d069909b96df')
+
+prepare() {
+  cd "${pkgname}-${pkgver}/source"
+  # strip march=native
+  sed -e '/native/d' -i Makefile
+  # fix man installation
+  sed -e 's/zita-j2n zita-n2j zita-njbridge.1.gz zita-j2n.1.gz 
zita-n2j.1.gz/zita-j2n zita-n2j/' \
+  -e 's/zita-njbridge.1.gz/zita-njbridge.1 -t/g' \
+  -e 's/zita-j2n.1.gz/zita-j2n.1 -t/g' \
+  -e 's/zita-n2j.1.gz/zita-n2j.1 -t/g' -i Makefile
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm644 ../{AUTHORS,README}
+}
+# vim:set ts=2 sw=2 et:


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

2018-03-06 Thread David Runge via arch-commits
Date: Tuesday, March 6, 2018 @ 23:15:43
  Author: dvzrv
Revision: 303389

upgpkg: zita-mu1 0.2.2-5

Rebuild for community.

Modified:
  zita-mu1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-06 23:15:19 UTC (rev 303388)
+++ PKGBUILD2018-03-06 23:15:43 UTC (rev 303389)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=zita-mu1
 pkgver=0.2.2
-pkgrel=4
+pkgrel=5
 pkgdesc="A simple JACK app used to organise stereo monitoring"
 arch=('x86_64')
 
url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-mu1-doc/quickguide.html;


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

2018-03-06 Thread David Runge via arch-commits
Date: Tuesday, March 6, 2018 @ 23:15:51
  Author: dvzrv
Revision: 303390

archrelease: copy trunk to community-x86_64

Added:
  zita-mu1/repos/community-x86_64/
  zita-mu1/repos/community-x86_64/PKGBUILD
(from rev 303389, zita-mu1/trunk/PKGBUILD)

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

Copied: zita-mu1/repos/community-x86_64/PKGBUILD (from rev 303389, 
zita-mu1/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-03-06 23:15:51 UTC (rev 303390)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge 
+pkgname=zita-mu1
+pkgver=0.2.2
+pkgrel=5
+pkgdesc="A simple JACK app used to organise stereo monitoring"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-mu1-doc/quickguide.html;
+license=('GPL3')
+groups=('pro-audio')
+depends=('cairo' 'clxclient' 'clthreads' 'jack')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('72d3d21ad8c8e597ea54de3c91abfb5783a24dd2e2a316afd2875f761ce51b3e88a010f183b9e0880fffbc61d2ba4ec6ab23e2486fe90058caa4418fd70c21e9')
+
+prepare() {
+  cd "${pkgname}-${pkgver}/source"
+  # strip march=native
+  sed -i '/native/d' Makefile
+  # fix png install dir
+  sed -e 's/png\ \$(DESTDIR)\$(SHARED)/png\ -t\ \$(DESTDIR)\$(SHARED)/' -i 
Makefile
+  # fix binary install
+  sed -e 's|zita-mu1 $(DESTDIR)$(BINDIR)|zita-mu1 
$(DESTDIR)$(BINDIR)/$(PROGRAM)|' -i Makefile
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm644 ../{AUTHORS,README}
+  # html
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/html" \
+-vDm644 ../doc/html/*
+}
+# vim:set ts=2 sw=2 et:


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

2018-03-06 Thread David Runge via arch-commits
Date: Tuesday, March 6, 2018 @ 23:14:06
  Author: dvzrv
Revision: 303385

upgpkg: zita-lrx 0.1.0-4

Rebuild for community.

Modified:
  zita-lrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-06 23:13:47 UTC (rev 303384)
+++ PKGBUILD2018-03-06 23:14:06 UTC (rev 303385)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=zita-lrx
 pkgver=0.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A command line jack application providing 2, 3, or 4-band, 4th order 
crossover filters."
 arch=('x86_64')
 url="https://kokkinizita.linuxaudio.org/linuxaudio/;


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

2018-03-06 Thread David Runge via arch-commits
Date: Tuesday, March 6, 2018 @ 23:14:16
  Author: dvzrv
Revision: 303386

archrelease: copy trunk to community-x86_64

Added:
  zita-lrx/repos/community-x86_64/
  zita-lrx/repos/community-x86_64/PKGBUILD
(from rev 303385, zita-lrx/trunk/PKGBUILD)

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

Copied: zita-lrx/repos/community-x86_64/PKGBUILD (from rev 303385, 
zita-lrx/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-03-06 23:14:16 UTC (rev 303386)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+pkgname=zita-lrx
+pkgver=0.1.0
+pkgrel=4
+pkgdesc="A command line jack application providing 2, 3, or 4-band, 4th order 
crossover filters."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/;
+license=('GPL3')
+groups=('pro-audio')
+depends=('clthreads' 'jack')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('af85b3559390f3efbde13e2f6fe3b7710692b011e2a0bcee87be841515484646c41651263f316c6dc82ec64f8c00e0f97223c7ff9e2f1d96ef3550e23ebefc7d')
+
+prepare() {
+  cd "${pkgname}-${pkgver}/source"
+  # strip -march=native
+  sed -i '/native/d' Makefile
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm644 ../{AUTHORS,README*}
+  # examples
+  install -t "${pkgdir}/usr/share/${pkgname}/examples" \
+-vDm644 ../examples/*
+}


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

2018-03-06 Thread David Runge via arch-commits
Date: Tuesday, March 6, 2018 @ 23:12:51
  Author: dvzrv
Revision: 303382

archrelease: copy trunk to community-x86_64

Added:
  zita-dpl1/repos/community-x86_64/
  zita-dpl1/repos/community-x86_64/PKGBUILD
(from rev 303381, zita-dpl1/trunk/PKGBUILD)

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

Copied: zita-dpl1/repos/community-x86_64/PKGBUILD (from rev 303381, 
zita-dpl1/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-03-06 23:12:51 UTC (rev 303382)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+pkgname=zita-dpl1
+pkgver=0.1.0
+pkgrel=4
+pkgdesc="A look-ahead digital peak level limiter"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/;
+license=('GPL2' 'custom')
+groups=('pro-audio')
+depends=('cairo' 'clthreads' 'clxclient' 'jack')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('e1adf94a3acec5468f5fb2e3ac24ff9671588542754e792cbb73771f3043070ce577f122d21cd7a6c756eec51789b46b9a24fbe6128c274cb4d6554b5c7b37b1')
+
+prepare() {
+  cd "${pkgname}-${pkgver}/source"
+  # split out custom license
+  head -n21 dplimit1.h > LICENSE
+  # strip -march=native
+  sed -i '/native/d' Makefile
+
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX='/usr'
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  # custom LICENSE
+  install -vDm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm644 ../doc/* \
+-vDm644 ../{AUTHORS,README}
+}
+# vim:set ts=2 sw=2 et:


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

2018-03-06 Thread David Runge via arch-commits
Date: Tuesday, March 6, 2018 @ 23:12:42
  Author: dvzrv
Revision: 303380

upgpkg: zita-dpl1 0.1.0-4

Rebuild for community.

Modified:
  zita-dpl1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-06 23:11:21 UTC (rev 303379)
+++ PKGBUILD2018-03-06 23:12:42 UTC (rev 303380)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=zita-dpl1
 pkgver=0.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A look-ahead digital peak level limiter"
 arch=('x86_64')
 url="https://kokkinizita.linuxaudio.org/linuxaudio/;
@@ -22,7 +22,7 @@
 
 build() {
   cd "${pkgname}-${pkgver}/source"
-  make PREFIX=/usr
+  make PREFIX='/usr'
 }
 
 package() {


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

2018-03-06 Thread David Runge via arch-commits
Date: Tuesday, March 6, 2018 @ 23:10:09
  Author: dvzrv
Revision: 303377

archrelease: copy trunk to community-x86_64

Added:
  zita-bls1/repos/community-x86_64/
  zita-bls1/repos/community-x86_64/PKGBUILD
(from rev 303376, zita-bls1/trunk/PKGBUILD)

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

Copied: zita-bls1/repos/community-x86_64/PKGBUILD (from rev 303376, 
zita-bls1/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-03-06 23:10:09 UTC (rev 303377)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+pkgname=zita-bls1
+pkgver=0.1.0
+pkgrel=4
+pkgdesc="Implementation of a Blumlein Shuffler to convert binaural stereo 
signals into a form suitable for reproduction on convential stereo speakers."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio;
+license=('GPL2')
+groups=('pro-audio')
+depends=('cairo' 'clthreads' 'clxclient' 'jack' 'zita-convolver')
+makedepends=()
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('a1b4bd7a7ca56afb627e9f095e5e1f67415a52ae316bdc6ce0eced191830f53eaf5ba3402a44fbbb97529e29a0b007d1f0f8e79c89c863207216bca1fb76435c')
+
+prepare() {
+  cd "${pkgname}-${pkgver}/source"
+  # strip march=native
+  sed -e '/native/d' -i Makefile
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm644 ../doc/html/* \
+-vDm644 ../{AUTHORS,README}
+}


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

2018-03-06 Thread David Runge via arch-commits
Date: Tuesday, March 6, 2018 @ 23:09:52
  Author: dvzrv
Revision: 303375

upgpkg: zita-bls1 0.1.0-4

Rebuild for community.

Modified:
  zita-bls1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-06 23:07:46 UTC (rev 303374)
+++ PKGBUILD2018-03-06 23:09:52 UTC (rev 303375)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=zita-bls1
 pkgver=0.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Implementation of a Blumlein Shuffler to convert binaural stereo 
signals into a form suitable for reproduction on convential stereo speakers."
 arch=('x86_64')
 url="https://kokkinizita.linuxaudio.org/linuxaudio;


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

2018-03-06 Thread David Runge via arch-commits
Date: Tuesday, March 6, 2018 @ 23:07:38
  Author: dvzrv
Revision: 303373

upgpkg: zita-at1 0.6.0-4

Rebuild for community.

Modified:
  zita-at1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-06 23:05:11 UTC (rev 303372)
+++ PKGBUILD2018-03-06 23:07:38 UTC (rev 303373)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=zita-at1
 pkgver=0.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc="An 'autotuner' Jack application."
 arch=('x86_64')
 
url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-at1-doc/quickguide.html;


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

2018-03-06 Thread David Runge via arch-commits
Date: Tuesday, March 6, 2018 @ 23:07:46
  Author: dvzrv
Revision: 303374

archrelease: copy trunk to community-x86_64

Added:
  zita-at1/repos/community-x86_64/
  zita-at1/repos/community-x86_64/PKGBUILD
(from rev 303373, zita-at1/trunk/PKGBUILD)

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

Copied: zita-at1/repos/community-x86_64/PKGBUILD (from rev 303373, 
zita-at1/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-03-06 23:07:46 UTC (rev 303374)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+pkgname=zita-at1
+pkgver=0.6.0
+pkgrel=4
+pkgdesc="An 'autotuner' Jack application."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-at1-doc/quickguide.html;
+license=('GPL2')
+groups=('pro-audio')
+depends=('cairo' 'clxclient' 'clthreads' 'fftw' 'jack' 'zita-resampler')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('835bc336c35c9364753f1adaca9569852ed9eabdff20d618acc128735dafd383dfcb9a8b8c9f631f7bc6fe549dae3af9c5508ad378ed85169406855d37b4608d')
+
+prepare() {
+  cd "${pkgname}-${pkgver}/source"
+  # strip march=native
+  sed -e '/native/d' -i Makefile
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm644 ../{AUTHORS,README} \
+-vDm644 ../doc/*
+}
+# vim:set ts=2 sw=2 et:


  1   2   3   4   5   >