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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 04:59:18
  Author: felixonmars
Revision: 222574

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

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

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

Copied: haskell-criterion/repos/community-staging-i686/PKGBUILD (from rev 
222573, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-13 04:59:18 UTC (rev 222574)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.1.4.0
+pkgrel=30
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-wl-pprint" 
"haskell-cassava" "haskell-code-page"
+ "haskell-glob" "haskell-hastache" "haskell-js-flot" 
"haskell-js-jquery" "haskell-mtl"
+ "haskell-mwc-random" "haskell-optparse-applicative" "haskell-parsec" 
"haskell-statistics"
+ "haskell-text" "haskell-transformers-compat" "haskell-vector" 
"haskell-vector-algorithms")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('53a243fc759ed3100e71f96a5f6649658d076d91d52ce2853a6f8587aa3cfa76')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-fast
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 
222573, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-13 04:59:18 UTC (rev 222574)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.1.4.0
+pkgrel=30
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-wl-pprint" 
"haskell-cassava" "haskell-code-page"
+ "haskell-glob" "haskell-hastache" "haskell-js-flot" 
"haskell-js-jquery" "haskell-mtl"
+ "haskell-mwc-random" "haskell-optparse-applicative" "haskell-parsec" 
"haskell-statistics"
+ "haskell-text" "haskell-transformers-compat" "haskell-vector" 
"haskell-vector-algorithms")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('53a243fc759ed3100e71f96a5f6649658d076d91d52ce2853a6f8587aa3cfa76')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-fast
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e 

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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 04:58:44
  Author: felixonmars
Revision: 222573

upgpkg: haskell-criterion 1.1.4.0-30

rebuild with vector-binary-instances,0.2.3.5

Modified:
  haskell-criterion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 04:53:19 UTC (rev 222572)
+++ PKGBUILD2017-04-13 04:58:44 UTC (rev 222573)
@@ -5,7 +5,7 @@
 _hkgname=criterion
 pkgname=haskell-criterion
 pkgver=1.1.4.0
-pkgrel=29
+pkgrel=30
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion;
 license=("custom:BSD3")


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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 04:53:19
  Author: felixonmars
Revision: 222572

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

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

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

Copied: haskell-statistics/repos/community-staging-i686/PKGBUILD (from rev 
222571, haskell-statistics/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-13 04:53:19 UTC (rev 222572)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=statistics
+pkgname=haskell-statistics
+pkgver=0.13.3.0
+pkgrel=30
+pkgdesc="A library of statistical types, data, and functions"
+url="https://github.com/bos/statistics;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-erf" "haskell-math-functions"
+ "haskell-monad-par" "haskell-mwc-random" "haskell-primitive" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-vector-binary-instances")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6e7fe0f10086725c696fdd855caf4b6fb58ca5100bd0c9995f575f5b071381ed')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html || warning "Failed to run haddock"
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-statistics/repos/community-staging-x86_64/PKGBUILD (from rev 
222571, haskell-statistics/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-13 04:53:19 UTC (rev 222572)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=statistics
+pkgname=haskell-statistics
+pkgver=0.13.3.0
+pkgrel=30
+pkgdesc="A library of statistical types, data, and functions"
+url="https://github.com/bos/statistics;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-erf" "haskell-math-functions"
+ "haskell-monad-par" "haskell-mwc-random" "haskell-primitive" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-vector-binary-instances")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6e7fe0f10086725c696fdd855caf4b6fb58ca5100bd0c9995f575f5b071381ed')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html || warning "Failed to run haddock"
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 

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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 04:52:46
  Author: felixonmars
Revision: 222571

upgpkg: haskell-statistics 0.13.3.0-30

rebuild with vector-binary-instances,0.2.3.5

Modified:
  haskell-statistics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 04:41:22 UTC (rev 222570)
+++ PKGBUILD2017-04-13 04:52:46 UTC (rev 222571)
@@ -5,7 +5,7 @@
 _hkgname=statistics
 pkgname=haskell-statistics
 pkgver=0.13.3.0
-pkgrel=29
+pkgrel=30
 pkgdesc="A library of statistical types, data, and functions"
 url="https://github.com/bos/statistics;
 license=("custom:BSD3")


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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 04:41:22
  Author: felixonmars
Revision: 222570

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

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

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

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

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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 04:40:36
  Author: felixonmars
Revision: 222569

upgpkg: stack 1.4.0-24

rebuild with vector-binary-instances,0.2.3.5

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 03:51:33 UTC (rev 222568)
+++ PKGBUILD2017-04-13 04:40:36 UTC (rev 222569)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.4.0
-pkgrel=23
+pkgrel=24
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:51:33
  Author: felixonmars
Revision: 222568

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

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

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

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

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

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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:50:52
  Author: felixonmars
Revision: 222567

upgpkg: idris 1.0-7

rebuild with vector-binary-instances,0.2.3.5

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 03:41:53 UTC (rev 222566)
+++ PKGBUILD2017-04-13 03:50:52 UTC (rev 222567)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=1.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("custom:BSD3")


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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:41:53
  Author: felixonmars
Revision: 222566

archrelease: copy trunk to community-any

Added:
  perl-cpanplus/repos/community-any/PKGBUILD
(from rev 222565, perl-cpanplus/trunk/PKGBUILD)
Deleted:
  perl-cpanplus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-13 03:41:10 UTC (rev 222565)
+++ PKGBUILD2017-04-13 03:41:53 UTC (rev 222566)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Florian Pritz 
-
-pkgname=perl-cpanplus
-pkgver=0.9164
-pkgrel=1
-pkgdesc='Ameliorated interface to the CPAN'
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=(!emptydirs)
-depends=('perl' 'perl-log-message' 'perl-archive-extract' 'perl-term-ui' 
'perl-log-message-simple'
- 'perl-module-pluggable' 'perl-object-accessor' 
'perl-package-constants')
-url=https://metacpan.org/release/CPANPLUS
-source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPANPLUS-$pkgver.tar.gz;)
-md5sums=('5508a96e8502775810c2c804bbe6431d')
-sha512sums=('55e3b429f884371fb614f827f97957629d0f88f4478f40a9860d1c453735a5ac9e6d5bbe5d9cd3854699912284f1447960b56f44a2feb6eff59be6a875650606')
-_ddir="CPANPLUS-$pkgver"
-
-build() {
-  cd "$srcdir/$_ddir"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/$_ddir"
-  make test
-}
-
-package() {
-  cd "$srcdir/$_ddir"
-  make install DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-cpanplus/repos/community-any/PKGBUILD (from rev 222565, 
perl-cpanplus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-13 03:41:53 UTC (rev 222566)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Florian Pritz 
+
+pkgname=perl-cpanplus
+pkgver=0.9166
+pkgrel=1
+pkgdesc='Ameliorated interface to the CPAN'
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=(!emptydirs)
+depends=('perl' 'perl-log-message' 'perl-archive-extract' 'perl-term-ui' 
'perl-log-message-simple'
+ 'perl-module-pluggable' 'perl-object-accessor' 
'perl-package-constants')
+url=https://metacpan.org/release/CPANPLUS
+source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPANPLUS-$pkgver.tar.gz;)
+sha512sums=('381db2862be5ffd3da9a4c9a68b2beee7b1c83bdf35d7e34342a1e9b94feee48bafa8f1232c6913d72f7f2df00c6ac262c6d9b85504bbc6092e3c743d8cebe6e')
+_ddir="CPANPLUS-$pkgver"
+
+build() {
+  cd "$srcdir/$_ddir"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/$_ddir"
+  make test
+}
+
+package() {
+  cd "$srcdir/$_ddir"
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-http-cookies/repos/extra-any (PKGBUILD PKGBUILD)

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:41:10
  Author: felixonmars
Revision: 292642

archrelease: copy trunk to extra-any

Added:
  perl-http-cookies/repos/extra-any/PKGBUILD
(from rev 292641, perl-http-cookies/trunk/PKGBUILD)
Deleted:
  perl-http-cookies/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-13 03:40:42 UTC (rev 292641)
+++ PKGBUILD2017-04-13 03:41:10 UTC (rev 292642)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-http-cookies
-pkgver=6.01
-pkgrel=2
-pkgdesc="HTTP cookie jars"
-arch=('any')
-url="http://search.cpan.org/dist/HTTP-Cookies;
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-http-date' 'perl-http-message')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Cookies-$pkgver.tar.gz)
-sha1sums=('a8601a34e62666572bc8a4a98f56822b008afd17')
-
-build() {
-  cd HTTP-Cookies-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd HTTP-Cookies-$pkgver
-  make test
-}
-
-package() {
-  cd HTTP-Cookies-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-http-cookies/repos/extra-any/PKGBUILD (from rev 292641, 
perl-http-cookies/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-13 03:41:10 UTC (rev 292642)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-http-cookies
+pkgver=6.03
+pkgrel=1
+pkgdesc="HTTP cookie jars"
+arch=('any')
+url="http://search.cpan.org/dist/HTTP-Cookies;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-http-date' 'perl-http-message')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/HTTP-Cookies-$pkgver.tar.gz)
+sha1sums=('f7a134490d8b3b2e60d737e57f2752c4d0e82da6')
+
+build() {
+  cd HTTP-Cookies-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd HTTP-Cookies-$pkgver
+  make test
+}
+
+package() {
+  cd HTTP-Cookies-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:41:10
  Author: felixonmars
Revision: 222565

upgpkg: perl-cpanplus 0.9166-1

Modified:
  perl-cpanplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 03:40:29 UTC (rev 222564)
+++ PKGBUILD2017-04-13 03:41:10 UTC (rev 222565)
@@ -3,7 +3,7 @@
 # Contributor: Florian Pritz 
 
 pkgname=perl-cpanplus
-pkgver=0.9164
+pkgver=0.9166
 pkgrel=1
 pkgdesc='Ameliorated interface to the CPAN'
 arch=('any')
@@ -13,8 +13,7 @@
  'perl-module-pluggable' 'perl-object-accessor' 
'perl-package-constants')
 url=https://metacpan.org/release/CPANPLUS
 
source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPANPLUS-$pkgver.tar.gz;)
-md5sums=('5508a96e8502775810c2c804bbe6431d')
-sha512sums=('55e3b429f884371fb614f827f97957629d0f88f4478f40a9860d1c453735a5ac9e6d5bbe5d9cd3854699912284f1447960b56f44a2feb6eff59be6a875650606')
+sha512sums=('381db2862be5ffd3da9a4c9a68b2beee7b1c83bdf35d7e34342a1e9b94feee48bafa8f1232c6913d72f7f2df00c6ac262c6d9b85504bbc6092e3c743d8cebe6e')
 _ddir="CPANPLUS-$pkgver"
 
 build() {


[arch-commits] Commit in perl-http-cookies/trunk (PKGBUILD)

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:40:42
  Author: felixonmars
Revision: 292641

upgpkg: perl-http-cookies 6.03-1

Modified:
  perl-http-cookies/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 18:16:30 UTC (rev 292640)
+++ PKGBUILD2017-04-13 03:40:42 UTC (rev 292641)
@@ -2,8 +2,8 @@
 # Maintainer:
 
 pkgname=perl-http-cookies
-pkgver=6.01
-pkgrel=2
+pkgver=6.03
+pkgrel=1
 pkgdesc="HTTP cookie jars"
 arch=('any')
 url="http://search.cpan.org/dist/HTTP-Cookies;
@@ -10,8 +10,8 @@
 license=('PerlArtistic' 'GPL')
 depends=('perl' 'perl-http-date' 'perl-http-message')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Cookies-$pkgver.tar.gz)
-sha1sums=('a8601a34e62666572bc8a4a98f56822b008afd17')
+source=(http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/HTTP-Cookies-$pkgver.tar.gz)
+sha1sums=('f7a134490d8b3b2e60d737e57f2752c4d0e82da6')
 
 build() {
   cd HTTP-Cookies-$pkgver


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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:39:46
  Author: felixonmars
Revision: 222563

upgpkg: deepin-launcher 4.0.11-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 03:39:06 UTC (rev 222562)
+++ PKGBUILD2017-04-13 03:39:46 UTC (rev 222563)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=4.0.10
+pkgver=4.0.11
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('dde-launcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('53ee02546ff27eab2e3504472d9d9ce5edc4eaf4266fa5ce53fb5f7ef4ef4050ca4b6a53f8be272b951857286399dc4003972e027d19bdd24f668ae890c3fbac')
+sha512sums=('da6185344d053f62f23b11d7f8d279be17cef36dad9f33af16c9616b7f81704949b681edc0754661199c6e54fd68e44897401ab237f945ce3a47fa89fcd38876')
 
 build(){
   cd dde-launcher-$pkgver


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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:40:29
  Author: felixonmars
Revision: 222564

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

Added:
  deepin-launcher/repos/community-i686/PKGBUILD
(from rev 222563, deepin-launcher/trunk/PKGBUILD)
  deepin-launcher/repos/community-x86_64/PKGBUILD
(from rev 222563, deepin-launcher/trunk/PKGBUILD)
Deleted:
  deepin-launcher/repos/community-i686/PKGBUILD
  deepin-launcher/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-13 03:39:46 UTC (rev 222563)
+++ community-i686/PKGBUILD 2017-04-13 03:40:29 UTC (rev 222564)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.0.10
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-tool-kit' 'deepin-menu'
- 'deepin-daemon' 'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('53ee02546ff27eab2e3504472d9d9ce5edc4eaf4266fa5ce53fb5f7ef4ef4050ca4b6a53f8be272b951857286399dc4003972e027d19bdd24f668ae890c3fbac')
-
-build(){
-  cd dde-launcher-$pkgver
-  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
-  make
-}
-
-package() {
-  cd dde-launcher-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-launcher/repos/community-i686/PKGBUILD (from rev 222563, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-13 03:40:29 UTC (rev 222564)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.0.11
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-launcher;
+license=('GPL3')
+depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-tool-kit' 'deepin-menu'
+ 'deepin-daemon' 'deepin-qt-dbus-factory')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
+sha512sums=('da6185344d053f62f23b11d7f8d279be17cef36dad9f33af16c9616b7f81704949b681edc0754661199c6e54fd68e44897401ab237f945ce3a47fa89fcd38876')
+
+build(){
+  cd dde-launcher-$pkgver
+  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
+  make
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-13 03:39:46 UTC (rev 222563)
+++ community-x86_64/PKGBUILD   2017-04-13 03:40:29 UTC (rev 222564)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.0.10
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-tool-kit' 'deepin-menu'
- 'deepin-daemon' 'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('53ee02546ff27eab2e3504472d9d9ce5edc4eaf4266fa5ce53fb5f7ef4ef4050ca4b6a53f8be272b951857286399dc4003972e027d19bdd24f668ae890c3fbac')
-
-build(){
-  cd dde-launcher-$pkgver
-  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
-  make
-}
-
-package() {
-  cd dde-launcher-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 222563, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-13 03:40:29 UTC 

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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:39:06
  Author: felixonmars
Revision: 222562

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

Added:
  deepin-wm/repos/community-i686/PKGBUILD
(from rev 222561, deepin-wm/trunk/PKGBUILD)
  deepin-wm/repos/community-x86_64/PKGBUILD
(from rev 222561, deepin-wm/trunk/PKGBUILD)
Deleted:
  deepin-wm/repos/community-i686/PKGBUILD
  deepin-wm/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-13 03:38:24 UTC (rev 222561)
+++ community-i686/PKGBUILD 2017-04-13 03:39:06 UTC (rev 222562)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-wm
-pkgver=1.9.10
-pkgrel=1
-pkgdesc='Deepin Window Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-wm;
-license=('GPL3')
-depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas' 'granite' 
'deepin-mutter' 'gnome-desktop'
- 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz;)
-sha512sums=('ec59c9233485b0e0e6846f84f7fad05b7f2f27c4124b9114642df2d4ac6a1dbd840c014d84d7cf840b5b30339a538d227faf41f1fa5c5e0d1dc5ef3f34db618d')
-
-prepare() {
-  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-wm/repos/community-i686/PKGBUILD (from rev 222561, 
deepin-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-13 03:39:06 UTC (rev 222562)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-wm
+pkgver=1.9.11
+pkgrel=1
+pkgdesc='Deepin Window Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm;
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas' 'granite' 
'deepin-mutter' 'gnome-desktop'
+ 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz;)
+sha512sums=('7913acccffdd3d1928f3d3890d48a1eeb2e7890ad92b53a53251f98eabd48a349a569f7c2233c9978ed52ae6019db3922c76d592097049beead25b5ff7a87eec')
+
+prepare() {
+  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-13 03:38:24 UTC (rev 222561)
+++ community-x86_64/PKGBUILD   2017-04-13 03:39:06 UTC (rev 222562)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-wm
-pkgver=1.9.10
-pkgrel=1
-pkgdesc='Deepin Window Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-wm;
-license=('GPL3')
-depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas' 'granite' 
'deepin-mutter' 'gnome-desktop'
- 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz;)
-sha512sums=('ec59c9233485b0e0e6846f84f7fad05b7f2f27c4124b9114642df2d4ac6a1dbd840c014d84d7cf840b5b30339a538d227faf41f1fa5c5e0d1dc5ef3f34db618d')
-
-prepare() {
-  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 222561, 
deepin-wm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-13 03:39:06 UTC (rev 222562)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 

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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:38:24
  Author: felixonmars
Revision: 222561

upgpkg: deepin-wm 1.9.11-1

Modified:
  deepin-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 03:37:23 UTC (rev 222560)
+++ PKGBUILD2017-04-13 03:38:24 UTC (rev 222561)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-wm
-pkgver=1.9.10
+pkgver=1.9.11
 pkgrel=1
 pkgdesc='Deepin Window Manager'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
  'libgee')
 makedepends=('gnome-common' 'intltool' 'vala' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz;)
-sha512sums=('ec59c9233485b0e0e6846f84f7fad05b7f2f27c4124b9114642df2d4ac6a1dbd840c014d84d7cf840b5b30339a538d227faf41f1fa5c5e0d1dc5ef3f34db618d')
+sha512sums=('7913acccffdd3d1928f3d3890d48a1eeb2e7890ad92b53a53251f98eabd48a349a569f7c2233c9978ed52ae6019db3922c76d592097049beead25b5ff7a87eec')
 
 prepare() {
   export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"


[arch-commits] Commit in deepin-session-ui/repos (4 files)

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:37:23
  Author: felixonmars
Revision: 222560

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

Added:
  deepin-session-ui/repos/community-i686/PKGBUILD
(from rev 222559, deepin-session-ui/trunk/PKGBUILD)
  deepin-session-ui/repos/community-x86_64/PKGBUILD
(from rev 222559, deepin-session-ui/trunk/PKGBUILD)
Deleted:
  deepin-session-ui/repos/community-i686/PKGBUILD
  deepin-session-ui/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-13 03:36:34 UTC (rev 222559)
+++ community-i686/PKGBUILD 2017-04-13 03:37:23 UTC (rev 222560)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=4.0.4
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui;
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
-makedepends=('qt5-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;)
-sha512sums=('3615db2e7671fe75d80b5742be61bcbada7f1e5439852f0b7e17fe78ed2bf3a3aa17a6baad3ba63736a81ad21778801c41e076d6ea611a72654d7d1ac9ca7a1a')
-
-build() {
-  cd dde-session-ui-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-ui-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-session-ui/repos/community-i686/PKGBUILD (from rev 222559, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-13 03:37:23 UTC (rev 222560)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=4.0.5
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui;
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
+ 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
+makedepends=('qt5-tools')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;)
+sha512sums=('32b35d92cc168b3bc685145fdba3e05965453f7c6be3786123241c66aa8b14f24665cb99569d5d649276a7d4f356d7160a3f26a9ff186df76d4256923cdea4a9')
+
+build() {
+  cd dde-session-ui-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-ui-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-13 03:36:34 UTC (rev 222559)
+++ community-x86_64/PKGBUILD   2017-04-13 03:37:23 UTC (rev 222560)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=4.0.4
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui;
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
-makedepends=('qt5-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;)
-sha512sums=('3615db2e7671fe75d80b5742be61bcbada7f1e5439852f0b7e17fe78ed2bf3a3aa17a6baad3ba63736a81ad21778801c41e076d6ea611a72654d7d1ac9ca7a1a')
-
-build() {
-  cd dde-session-ui-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-ui-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: 

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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:36:34
  Author: felixonmars
Revision: 222559

upgpkg: deepin-session-ui 4.0.5-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 03:24:34 UTC (rev 222558)
+++ PKGBUILD2017-04-13 03:36:34 UTC (rev 222559)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=4.0.4
+pkgver=4.0.5
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 conflicts=('dde-workspace' 'dde-session-ui')
 replaces=('dde-workspace' 'dde-session-ui')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;)
-sha512sums=('3615db2e7671fe75d80b5742be61bcbada7f1e5439852f0b7e17fe78ed2bf3a3aa17a6baad3ba63736a81ad21778801c41e076d6ea611a72654d7d1ac9ca7a1a')
+sha512sums=('32b35d92cc168b3bc685145fdba3e05965453f7c6be3786123241c66aa8b14f24665cb99569d5d649276a7d4f356d7160a3f26a9ff186df76d4256923cdea4a9')
 
 build() {
   cd dde-session-ui-$pkgver


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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:24:34
  Author: felixonmars
Revision: 222558

archrelease: copy trunk to community-any

Added:
  deepin-screenshot/repos/community-any/PKGBUILD
(from rev 222557, deepin-screenshot/trunk/PKGBUILD)
Deleted:
  deepin-screenshot/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-13 03:24:06 UTC (rev 222557)
+++ PKGBUILD2017-04-13 03:24:34 UTC (rev 222558)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-screenshot
-pkgver=3.1.11
-pkgrel=1
-pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-screenshot;
-license=('GPL3')
-depends=('deepin-menu' 'deepin-qml-widgets' 'pygtk' 'qt5-quickcontrols'
- 'qt5-svg' 'python2-pyqt5' 'python2-wnck' 'python2-xpybutil'
- 'python2-opengl')
-makedepends=('deepin-gettext-tools')
-optdepends=('deepin-social-sharing: for "Share" support'
-'deepin-daemon: for sound effect')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz;)
-sha512sums=('66f2df6c491403d170369c7dc8c173adf705da6170f412fffe2a0313cd82bbaed8234decce5278c5f74c0a9232095b0b3ce272ccf074d75f1b292ba0cdff592b')
-
-prepare() {
-  cd deepin-screenshot-$pkgver
-
-  # fix python version
-  find src -type f | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-screenshot-$pkgver
-  make
-}
-
-package() {
-  cd deepin-screenshot-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
- # Local Variables:
- # sh-basic-offset: 2
- # End:

Copied: deepin-screenshot/repos/community-any/PKGBUILD (from rev 222557, 
deepin-screenshot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-13 03:24:34 UTC (rev 222558)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-screenshot
+pkgver=3.1.12
+pkgrel=1
+pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-screenshot;
+license=('GPL3')
+depends=('deepin-menu' 'deepin-qml-widgets' 'pygtk' 'qt5-quickcontrols'
+ 'qt5-svg' 'python2-pyqt5' 'python2-wnck' 'python2-xpybutil'
+ 'python2-opengl')
+makedepends=('deepin-gettext-tools')
+optdepends=('deepin-social-sharing: for "Share" support'
+'deepin-daemon: for sound effect')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz;)
+sha512sums=('ae310f5120cf983329c4678f93a7f4856d6f5cbd6adca3119620ba103b9dc4f0e68040b1b4a21a879f8dd3930ab7fbdcdd434f3751b48655a6cdbd7208c05c22')
+
+prepare() {
+  cd deepin-screenshot-$pkgver
+
+  # fix python version
+  find src -type f | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-screenshot-$pkgver
+  make
+}
+
+package() {
+  cd deepin-screenshot-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+ # Local Variables:
+ # sh-basic-offset: 2
+ # End:


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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:24:06
  Author: felixonmars
Revision: 222557

upgpkg: deepin-screenshot 3.1.12-1

Modified:
  deepin-screenshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 03:23:51 UTC (rev 222556)
+++ PKGBUILD2017-04-13 03:24:06 UTC (rev 222557)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-screenshot
-pkgver=3.1.11
+pkgver=3.1.12
 pkgrel=1
 pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
 arch=('any')
@@ -18,7 +18,7 @@
 'deepin-daemon: for sound effect')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz;)
-sha512sums=('66f2df6c491403d170369c7dc8c173adf705da6170f412fffe2a0313cd82bbaed8234decce5278c5f74c0a9232095b0b3ce272ccf074d75f1b292ba0cdff592b')
+sha512sums=('ae310f5120cf983329c4678f93a7f4856d6f5cbd6adca3119620ba103b9dc4f0e68040b1b4a21a879f8dd3930ab7fbdcdd434f3751b48655a6cdbd7208c05c22')
 
 prepare() {
   cd deepin-screenshot-$pkgver


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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:23:51
  Author: felixonmars
Revision: 222556

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

Added:
  deepin-notifications/repos/community-i686/PKGBUILD
(from rev 222555, deepin-notifications/trunk/PKGBUILD)
  deepin-notifications/repos/community-x86_64/PKGBUILD
(from rev 222555, deepin-notifications/trunk/PKGBUILD)
Deleted:
  deepin-notifications/repos/community-i686/PKGBUILD
  deepin-notifications/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-13 03:23:06 UTC (rev 222555)
+++ community-i686/PKGBUILD 2017-04-13 03:23:51 UTC (rev 222556)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-notifications
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="System notifications for linuxdeepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-notifications;
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'qt5-svg' 'qt5-declarative')
-makedepends=('git')
-provides=('notification-daemon')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-notifications/archive/$pkgver.tar.gz;)
-sha512sums=('b4c99a499cb46bf2941a7219c5c0c7090094f7691846370bb80cf957b4abf66d63927ba117b4a61a9b24d093489c2f752be2a719c84636634551bf3d9f35d2ce')
-
-build() {
-  cd deepin-notifications-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-notifications-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-notifications/repos/community-i686/PKGBUILD (from rev 222555, 
deepin-notifications/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-13 03:23:51 UTC (rev 222556)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-notifications
+pkgver=3.0.4
+pkgrel=1
+pkgdesc="System notifications for linuxdeepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-notifications;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'qt5-svg' 'qt5-declarative')
+makedepends=('git')
+provides=('notification-daemon')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-notifications/archive/$pkgver.tar.gz;)
+sha512sums=('fb68579fef36815bed189c133c9012f4732378f5a2731fb0b78cfe91e1cf6a5bcfd1b56d082adce3cbe358b50f8f303c257a0c4be9571bd7c8059ce645066464')
+
+build() {
+  cd deepin-notifications-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-notifications-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-13 03:23:06 UTC (rev 222555)
+++ community-x86_64/PKGBUILD   2017-04-13 03:23:51 UTC (rev 222556)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-notifications
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="System notifications for linuxdeepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-notifications;
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'qt5-svg' 'qt5-declarative')
-makedepends=('git')
-provides=('notification-daemon')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-notifications/archive/$pkgver.tar.gz;)
-sha512sums=('b4c99a499cb46bf2941a7219c5c0c7090094f7691846370bb80cf957b4abf66d63927ba117b4a61a9b24d093489c2f752be2a719c84636634551bf3d9f35d2ce')
-
-build() {
-  cd deepin-notifications-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-notifications-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-notifications/repos/community-x86_64/PKGBUILD (from rev 222555, 
deepin-notifications/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-13 03:23:51 UTC (rev 222556)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-notifications
+pkgver=3.0.4
+pkgrel=1

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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:23:06
  Author: felixonmars
Revision: 222555

upgpkg: deepin-notifications 3.0.4-1

Modified:
  deepin-notifications/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 03:14:31 UTC (rev 222554)
+++ PKGBUILD2017-04-13 03:23:06 UTC (rev 222555)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-notifications
-pkgver=3.0.3
+pkgver=3.0.4
 pkgrel=1
 pkgdesc="System notifications for linuxdeepin desktop environment"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 provides=('notification-daemon')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-notifications/archive/$pkgver.tar.gz;)
-sha512sums=('b4c99a499cb46bf2941a7219c5c0c7090094f7691846370bb80cf957b4abf66d63927ba117b4a61a9b24d093489c2f752be2a719c84636634551bf3d9f35d2ce')
+sha512sums=('fb68579fef36815bed189c133c9012f4732378f5a2731fb0b78cfe91e1cf6a5bcfd1b56d082adce3cbe358b50f8f303c257a0c4be9571bd7c8059ce645066464')
 
 build() {
   cd deepin-notifications-$pkgver


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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:14:31
  Author: felixonmars
Revision: 222554

archrelease: copy trunk to community-any

Added:
  thefuck/repos/community-any/PKGBUILD
(from rev 222553, thefuck/trunk/PKGBUILD)
Deleted:
  thefuck/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-13 03:14:03 UTC (rev 222553)
+++ PKGBUILD2017-04-13 03:14:31 UTC (rev 222554)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=thefuck
-pkgver=3.15
-pkgrel=1
-pkgdesc="Magnificent app which corrects your previous console command"
-arch=('any')
-url="https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator')
-makedepends=('git' 'python-pip')
-checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
-source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd thefuck
-  python setup.py build
-}
-
-check() {
-  cd thefuck
-
-  # Hack distribution test by installing it and set PYTHONPATH afterwards
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-
-  # Hack $HOME as it's / in the chroot and not writable
-  cp tests/test_conf.py "$srcdir/test_conf.py.bak"
-  sed -i "s|data = {}|data = {'HOME': '$srcdir'}|" tests/test_conf.py
-  LC_CTYPE=en_US.utf8 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test tests
-  mv "$srcdir/test_conf.py.bak" tests/test_conf.py
-}
-
-package() {
-  cd thefuck
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 222553, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-13 03:14:31 UTC (rev 222554)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=thefuck
+pkgver=3.16
+pkgrel=1
+pkgdesc="Magnificent app which corrects your previous console command"
+arch=('any')
+url="https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator')
+makedepends=('python-pip')
+checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
+sha512sums=('f6c383fddcc40d11914b095eb9e00e856c5374ffbbb495f6f07a532e5f6458f8051a2881c80e85c743a7a876c6a70aaa78140aa09cbb1b78460a959752d88aca')
+
+build() {
+  cd thefuck-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd thefuck-$pkgver
+
+  # Hack distribution test by installing it and set PYTHONPATH afterwards
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+
+  # Hack $HOME as it's / in the chroot and not writable
+  cp tests/test_conf.py "$srcdir/test_conf.py.bak"
+  sed -i "s|data = {}|data = {'HOME': '$srcdir'}|" tests/test_conf.py
+  LC_CTYPE=en_US.utf8 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test tests
+  mv "$srcdir/test_conf.py.bak" tests/test_conf.py
+}
+
+package() {
+  cd thefuck-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:14:03
  Author: felixonmars
Revision: 222553

upgpkg: thefuck 3.16-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 03:13:29 UTC (rev 222552)
+++ PKGBUILD2017-04-13 03:14:03 UTC (rev 222553)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.15
+pkgver=3.16
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -9,18 +9,18 @@
 url="https://github.com/nvbn/thefuck;
 license=('MIT')
 depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator')
-makedepends=('git' 'python-pip')
+makedepends=('python-pip')
 checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
-source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
+sha512sums=('f6c383fddcc40d11914b095eb9e00e856c5374ffbbb495f6f07a532e5f6458f8051a2881c80e85c743a7a876c6a70aaa78140aa09cbb1b78460a959752d88aca')
 
 build() {
-  cd thefuck
+  cd thefuck-$pkgver
   python setup.py build
 }
 
 check() {
-  cd thefuck
+  cd thefuck-$pkgver
 
   # Hack distribution test by installing it and set PYTHONPATH afterwards
   python setup.py install --root="$PWD/tmp_install" --optimize=1
@@ -33,10 +33,10 @@
 }
 
 package() {
-  cd thefuck
+  cd thefuck-$pkgver
   python setup.py install -O1 --prefix=/usr --root="$pkgdir"
 
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
 }
 
 # vim:set ts=2 sw=2 et:


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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:13:29
  Author: felixonmars
Revision: 222552

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

Added:
  deepin-mutter/repos/community-i686/PKGBUILD
(from rev 222551, deepin-mutter/trunk/PKGBUILD)
  deepin-mutter/repos/community-x86_64/PKGBUILD
(from rev 222551, deepin-mutter/trunk/PKGBUILD)
Deleted:
  deepin-mutter/repos/community-i686/PKGBUILD
  deepin-mutter/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-13 03:12:42 UTC (rev 222551)
+++ community-i686/PKGBUILD 2017-04-13 03:13:29 UTC (rev 222552)
@@ -1,40 +0,0 @@
-# $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.16
-pkgrel=1
-pkgdesc="Base window manager for deepin, fork of gnome mutter"
-arch=('i686' '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=('8e1ba6f747c8041cdb4d74eae1e48d290c733d38ba3b979ea5dc797f72f1bd7574d61104ee3496c2ce94edf77c27fb84ef86a19f8faad08ee5a6661299678e42')
-
-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
-}

Copied: deepin-mutter/repos/community-i686/PKGBUILD (from rev 222551, 
deepin-mutter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-13 03:13:29 UTC (rev 222552)
@@ -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.17
+pkgrel=1
+pkgdesc="Base window manager for deepin, fork of gnome mutter"
+arch=('i686' '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=('c863132bb7e4890d66ca7991050767deed21e28341fcd368fefe124ee7388680e34291fbb64f93b929fe13b5a88215d65bd977d3d5e6eb9076ba768aba64fb42')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-13 03:12:42 UTC (rev 222551)
+++ community-x86_64/PKGBUILD   2017-04-13 03:13:29 UTC (rev 222552)
@@ -1,40 +0,0 @@
-# $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.16
-pkgrel=1
-pkgdesc="Base window manager for deepin, fork of gnome mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-mutter;
-license=('GPL3')
-depends=('deepin-clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
- 'libcanberra' 'startup-notification' 

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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:12:42
  Author: felixonmars
Revision: 222551

upgpkg: deepin-mutter 3.20.17-1

Modified:
  deepin-mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 03:11:45 UTC (rev 222550)
+++ PKGBUILD2017-04-13 03:12:42 UTC (rev 222551)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-mutter
-pkgver=3.20.16
+pkgver=3.20.17
 pkgrel=1
 pkgdesc="Base window manager for deepin, fork of gnome mutter"
 arch=('i686' '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=('8e1ba6f747c8041cdb4d74eae1e48d290c733d38ba3b979ea5dc797f72f1bd7574d61104ee3496c2ce94edf77c27fb84ef86a19f8faad08ee5a6661299678e42')
+sha512sums=('c863132bb7e4890d66ca7991050767deed21e28341fcd368fefe124ee7388680e34291fbb64f93b929fe13b5a88215d65bd977d3d5e6eb9076ba768aba64fb42')
 
 build() {
   cd deepin-mutter-$pkgver


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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:11:45
  Author: felixonmars
Revision: 222550

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 222549, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-13 03:11:03 UTC (rev 222549)
+++ PKGBUILD2017-04-13 03:11:45 UTC (rev 222550)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=4.4.4
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'semver')
-provides=('nodejs-node-gyp')
-makedepends=('procps-ng' 'marked-man')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/npm/archive/v$pkgver.tar.gz;)
-sha512sums=('de97e0aa4e20cdfcde688ac53385786f5338a2ce35b634fb63924043f5c1fce248c8808e1e940ffa810adcdb8f20c698e32ba35ae85e651ed37d2c96fe0770c3')
-
-prepare() {
-  cd npm-$pkgver
-  ln -s /usr/bin/marked{,-man} node_modules/.bin/
-}
-
-build() {
-  cd npm-$pkgver
-  make
-}
-
-package() {
-  cd npm-$pkgver
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # Fix files owned by nobody:
-  chown -R root "$pkgdir"/usr/lib/node_modules
-
-  # Fix wrong symlinks
-  for _dir in man1 man5 man7; do
-rm -f "$pkgdir"/usr/share/man/$_dir/*
-cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-
-  # Provide node-gyp executable
-  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
-  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-node "$srcdir"/npm-$pkgver/cli.js link $dep;
-  done
-
-  install -Dm644 "$srcdir"/npm-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 222549, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-13 03:11:45 UTC (rev 222550)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=4.5.0
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'semver')
+provides=('nodejs-node-gyp')
+makedepends=('procps-ng' 'marked-man')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/npm/archive/v$pkgver.tar.gz;)
+sha512sums=('e5b1f84c80316ff272024deb418c4c9f736649e58650816f4318c37617469902806e5252aa2301ad6bca59b3bcdaef8cfd9f7b9a2e48a8dddeb04d28eb4fdd43')
+
+prepare() {
+  cd npm-$pkgver
+  ln -s /usr/bin/marked{,-man} node_modules/.bin/
+}
+
+build() {
+  cd npm-$pkgver
+  make
+}
+
+package() {
+  cd npm-$pkgver
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # Fix files owned by nobody:
+  chown -R root "$pkgdir"/usr/lib/node_modules
+
+  # Fix wrong symlinks
+  for _dir in man1 man5 man7; do
+mkdir -p "$pkgdir"/usr/share/man/$_dir
+cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
+done
+  done
+
+  # Provide node-gyp executable
+  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
+  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+node "$srcdir"/npm-$pkgver/cli.js link $dep;
+  done
+
+  install -Dm644 "$srcdir"/npm-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:11:03
  Author: felixonmars
Revision: 222549

upgpkg: npm 4.5.0-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 03:10:23 UTC (rev 222548)
+++ PKGBUILD2017-04-13 03:11:03 UTC (rev 222549)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=4.4.4
+pkgver=4.5.0
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')
@@ -14,7 +14,7 @@
 optdepends=('python2: for node-gyp')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/npm/archive/v$pkgver.tar.gz;)
-sha512sums=('de97e0aa4e20cdfcde688ac53385786f5338a2ce35b634fb63924043f5c1fce248c8808e1e940ffa810adcdb8f20c698e32ba35ae85e651ed37d2c96fe0770c3')
+sha512sums=('e5b1f84c80316ff272024deb418c4c9f736649e58650816f4318c37617469902806e5252aa2301ad6bca59b3bcdaef8cfd9f7b9a2e48a8dddeb04d28eb4fdd43')
 
 prepare() {
   cd npm-$pkgver
@@ -38,7 +38,7 @@
 
   # Fix wrong symlinks
   for _dir in man1 man5 man7; do
-rm -f "$pkgdir"/usr/share/man/$_dir/*
+mkdir -p "$pkgdir"/usr/share/man/$_dir
 cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
 for _file in *; do
   ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/


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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:10:23
  Author: felixonmars
Revision: 222548

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-13 03:09:36 UTC (rev 222547)
+++ PKGBUILD2017-04-13 03:10:23 UTC (rev 222548)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-construct
-pkgname=('python-construct' 'python2-construct')
-pkgver=2.8.10
-_commit=3622db936af6df67ff6421bbbeb3ef492d9808d0
-pkgrel=1
-pkgdesc="A powerful declarative parser/builder for binary data"
-arch=('any')
-license=('MIT')
-url="http://construct.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest' 'python2-pytest' 'python-numpy' 'python2-numpy')
-source=("git+https://github.com/construct/construct.git#commit=$_commit;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a construct{,-py2}
-}
-
-build() {
-  cd "$srcdir"/construct
-  python setup.py build
-
-  cd "$srcdir"/construct-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/construct
-  PYTHONPATH="$PWD" py.test
-
-  cd "$srcdir"/construct-py2
-  PYTHONPATH="$PWD" py.test2
-}
-
-package_python-construct() {
-  depends=('python')
-
-  cd construct
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-construct() {
-  depends=('python2')
-
-  cd construct-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-construct/repos/community-any/PKGBUILD (from rev 222547, 
python-construct/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-13 03:10:23 UTC (rev 222548)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-construct
+pkgname=('python-construct' 'python2-construct')
+pkgver=2.8.11
+pkgrel=1
+pkgdesc="A powerful declarative parser/builder for binary data"
+arch=('any')
+license=('MIT')
+url="http://construct.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-numpy' 
'python2-numpy')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/construct/construct/archive/v$pkgver.tar.gz;)
+sha512sums=('0c073c7b88e548543718812c731196e59bda6bc8bbb5c5a554b447de96d5e0d528f2745e186963e34a09209e9e7cfa222f239fdace805e331a5b2a70b866ba04')
+
+prepare() {
+  cp -a construct-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/construct-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/construct-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/construct-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/construct-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-construct() {
+  depends=('python')
+
+  cd construct-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-construct() {
+  depends=('python2')
+
+  cd construct-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:09:36
  Author: felixonmars
Revision: 222547

upgpkg: python-construct 2.8.11-1

Modified:
  python-construct/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 03:08:48 UTC (rev 222546)
+++ PKGBUILD2017-04-13 03:09:36 UTC (rev 222547)
@@ -3,8 +3,7 @@
 
 pkgbase=python-construct
 pkgname=('python-construct' 'python2-construct')
-pkgver=2.8.10
-_commit=3622db936af6df67ff6421bbbeb3ef492d9808d0
+pkgver=2.8.11
 pkgrel=1
 pkgdesc="A powerful declarative parser/builder for binary data"
 arch=('any')
@@ -11,34 +10,34 @@
 license=('MIT')
 url="http://construct.readthedocs.org;
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest' 'python2-pytest' 'python-numpy' 'python2-numpy')
-source=("git+https://github.com/construct/construct.git#commit=$_commit;)
-sha512sums=('SKIP')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-numpy' 
'python2-numpy')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/construct/construct/archive/v$pkgver.tar.gz;)
+sha512sums=('0c073c7b88e548543718812c731196e59bda6bc8bbb5c5a554b447de96d5e0d528f2745e186963e34a09209e9e7cfa222f239fdace805e331a5b2a70b866ba04')
 
 prepare() {
-  cp -a construct{,-py2}
+  cp -a construct-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/construct
+  cd "$srcdir"/construct-$pkgver
   python setup.py build
 
-  cd "$srcdir"/construct-py2
+  cd "$srcdir"/construct-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/construct
-  PYTHONPATH="$PWD" py.test
+  cd "$srcdir"/construct-$pkgver
+  python setup.py pytest
 
-  cd "$srcdir"/construct-py2
-  PYTHONPATH="$PWD" py.test2
+  cd "$srcdir"/construct-$pkgver-py2
+  python2 setup.py pytest
 }
 
 package_python-construct() {
   depends=('python')
 
-  cd construct
+  cd construct-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
@@ -46,7 +45,7 @@
 package_python2-construct() {
   depends=('python2')
 
-  cd construct-py2
+  cd construct-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:08:48
  Author: felixonmars
Revision: 222546

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-13 03:08:21 UTC (rev 222545)
+++ PKGBUILD2017-04-13 03:08:48 UTC (rev 222546)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-icon-theme
-pkgver=15.12.38
-pkgrel=2
-pkgdesc="Deepin Icons"
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-icon-theme;
-license=('GPL3')
-replaces=('deepin-cursor-theme')
-conflicts=('deepin-cursor-theme')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz;)
-sha512sums=('f25c9662982a323dfe30faa1274d4ad6b1da2573f3a34129ac01fab98128bc950da56224b8fe79aaf6f7345ac2b1c57bd89c61fd8f5afb2ae60300bd724f7e77')
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-icon-theme/repos/community-any/PKGBUILD (from rev 222545, 
deepin-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-13 03:08:48 UTC (rev 222546)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-icon-theme
+pkgver=15.12.39
+pkgrel=1
+pkgdesc="Deepin Icons"
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-icon-theme;
+license=('GPL3')
+replaces=('deepin-cursor-theme')
+conflicts=('deepin-cursor-theme')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz;)
+sha512sums=('8c4d35b9cbde436c48309f58358c0d0da4bb860d95c1deb237447d03af06559cf545d5d37ec2a85480ed6be7a0b175ab37f288a38679279ea4ee9782f1e345c1')
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:08:21
  Author: felixonmars
Revision: 222545

upgpkg: deepin-icon-theme 15.12.39-1

Modified:
  deepin-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 03:06:06 UTC (rev 222544)
+++ PKGBUILD2017-04-13 03:08:21 UTC (rev 222545)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-icon-theme
-pkgver=15.12.38
-pkgrel=2
+pkgver=15.12.39
+pkgrel=1
 pkgdesc="Deepin Icons"
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-icon-theme;
@@ -13,7 +13,7 @@
 replaces=('deepin-cursor-theme')
 conflicts=('deepin-cursor-theme')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz;)
-sha512sums=('f25c9662982a323dfe30faa1274d4ad6b1da2573f3a34129ac01fab98128bc950da56224b8fe79aaf6f7345ac2b1c57bd89c61fd8f5afb2ae60300bd724f7e77')
+sha512sums=('8c4d35b9cbde436c48309f58358c0d0da4bb860d95c1deb237447d03af06559cf545d5d37ec2a85480ed6be7a0b175ab37f288a38679279ea4ee9782f1e345c1')
 
 package() {
   cd $pkgname-$pkgver


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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:06:06
  Author: felixonmars
Revision: 222544

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

Added:
  deepin-metacity/repos/community-i686/PKGBUILD
(from rev 222543, deepin-metacity/trunk/PKGBUILD)
  deepin-metacity/repos/community-x86_64/PKGBUILD
(from rev 222543, deepin-metacity/trunk/PKGBUILD)
Deleted:
  deepin-metacity/repos/community-i686/PKGBUILD
  deepin-metacity/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-13 03:05:18 UTC (rev 222543)
+++ community-i686/PKGBUILD 2017-04-13 03:06:06 UTC (rev 222544)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=deepin-metacity
-pkgver=3.22.7
-pkgrel=1
-pkgdesc="2D window manager for Deepin"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity' 'bamf')
-makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python')
-url="https://github.com/linuxdeepin/deepin-metacity;
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-metacity/archive/$pkgver.tar.gz;)
-sha512sums=('7de54e23f94e7e5f95091cd17b6d396b19516d03555b5d56a4ed4110ce9cef939420d2de3961c0db5841174199b980e58faf7df68ea5202b98f9cea433eb0c57')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-   --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-metacity/repos/community-i686/PKGBUILD (from rev 222543, 
deepin-metacity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-13 03:06:06 UTC (rev 222544)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=deepin-metacity
+pkgver=3.22.8
+pkgrel=1
+pkgdesc="2D window manager for Deepin"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity' 'bamf')
+makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python')
+url="https://github.com/linuxdeepin/deepin-metacity;
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-metacity/archive/$pkgver.tar.gz;)
+sha512sums=('d3fc12fc0f47ea66eef450d946121a03e0b88c3a8279802692331dbb4f9cae6a676762546341f32152948e7fbbcc7b5417e6a8f9a3c0a30346135bad14d9e550')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+   --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-13 03:05:18 UTC (rev 222543)
+++ community-x86_64/PKGBUILD   2017-04-13 03:06:06 UTC (rev 222544)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=deepin-metacity
-pkgver=3.22.7
-pkgrel=1
-pkgdesc="2D window manager for Deepin"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity' 'bamf')
-makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python')
-url="https://github.com/linuxdeepin/deepin-metacity;
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-metacity/archive/$pkgver.tar.gz;)
-sha512sums=('7de54e23f94e7e5f95091cd17b6d396b19516d03555b5d56a4ed4110ce9cef939420d2de3961c0db5841174199b980e58faf7df68ea5202b98f9cea433eb0c57')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-   --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-metacity/repos/community-x86_64/PKGBUILD (from rev 222543, 
deepin-metacity/trunk/PKGBUILD)

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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:05:18
  Author: felixonmars
Revision: 222543

upgpkg: deepin-metacity 3.22.8-1

Modified:
  deepin-metacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 03:03:28 UTC (rev 222542)
+++ PKGBUILD2017-04-13 03:05:18 UTC (rev 222543)
@@ -4,7 +4,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=deepin-metacity
-pkgver=3.22.7
+pkgver=3.22.8
 pkgrel=1
 pkgdesc="2D window manager for Deepin"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python')
 url="https://github.com/linuxdeepin/deepin-metacity;
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-metacity/archive/$pkgver.tar.gz;)
-sha512sums=('7de54e23f94e7e5f95091cd17b6d396b19516d03555b5d56a4ed4110ce9cef939420d2de3961c0db5841174199b980e58faf7df68ea5202b98f9cea433eb0c57')
+sha512sums=('d3fc12fc0f47ea66eef450d946121a03e0b88c3a8279802692331dbb4f9cae6a676762546341f32152948e7fbbcc7b5417e6a8f9a3c0a30346135bad14d9e550')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in haskell-vector-binary-instances/repos (4 files)

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:03:28
  Author: felixonmars
Revision: 222542

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

Added:
  haskell-vector-binary-instances/repos/community-staging-i686/
  haskell-vector-binary-instances/repos/community-staging-i686/PKGBUILD
(from rev 222541, haskell-vector-binary-instances/trunk/PKGBUILD)
  haskell-vector-binary-instances/repos/community-staging-x86_64/
  haskell-vector-binary-instances/repos/community-staging-x86_64/PKGBUILD
(from rev 222541, haskell-vector-binary-instances/trunk/PKGBUILD)

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

Copied: haskell-vector-binary-instances/repos/community-staging-i686/PKGBUILD 
(from rev 222541, haskell-vector-binary-instances/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-13 03:03:28 UTC (rev 222542)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-binary-instances
+pkgname=haskell-vector-binary-instances
+pkgver=0.2.3.5
+pkgrel=1
+pkgdesc="Instances of Data.Binary and Data.Serialize for vector"
+url="https://github.com/bos/vector-binary-instances;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d330acf7911e017581bbae3e429371f5f336c45194f5574bae8d677253b96a430ee40b4ad0327e6bd7f11cd7cd49e29875e4901fa8b9c54e52892c59558ce413')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-vector-binary-instances/repos/community-staging-x86_64/PKGBUILD 
(from rev 222541, haskell-vector-binary-instances/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-13 03:03:28 UTC (rev 222542)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-binary-instances
+pkgname=haskell-vector-binary-instances
+pkgver=0.2.3.5
+pkgrel=1
+pkgdesc="Instances of Data.Binary and Data.Serialize for vector"
+url="https://github.com/bos/vector-binary-instances;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d330acf7911e017581bbae3e429371f5f336c45194f5574bae8d677253b96a430ee40b4ad0327e6bd7f11cd7cd49e29875e4901fa8b9c54e52892c59558ce413')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 

[arch-commits] Commit in haskell-vector-binary-instances/trunk (PKGBUILD)

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:02:50
  Author: felixonmars
Revision: 222541

upgpkg: haskell-vector-binary-instances 0.2.3.5-1

rebuild with vector-binary-instances,0.2.3.5

Modified:
  haskell-vector-binary-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 02:58:23 UTC (rev 222540)
+++ PKGBUILD2017-04-13 03:02:50 UTC (rev 222541)
@@ -4,8 +4,8 @@
 
 _hkgname=vector-binary-instances
 pkgname=haskell-vector-binary-instances
-pkgver=0.2.3.4
-pkgrel=2
+pkgver=0.2.3.5
+pkgrel=1
 pkgdesc="Instances of Data.Binary and Data.Serialize for vector"
 url="https://github.com/bos/vector-binary-instances;
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-vector")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('f3cef04ff645bbf25198c2c0c33d0c13e44bfe63602e1e694c2be9abf0e57d00')
+sha512sums=('d330acf7911e017581bbae3e429371f5f336c45194f5574bae8d677253b96a430ee40b4ad0327e6bd7f11cd7cd49e29875e4901fa8b9c54e52892c59558ce413')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-04-12 Thread Fabio Castelli
Date: Wednesday, April 12, 2017 @ 23:15:40
  Author: muflone
Revision: 222534

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-12 23:15:22 UTC (rev 222533)
+++ PKGBUILD2017-04-12 23:15:40 UTC (rev 222534)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgbase='python-qtawesome'
-_pkgbase='qtawesome'
-pkgname=('python-qtawesome' 'python2-qtawesome')
-pkgver=0.4.3
-pkgrel=1
-pkgdesc='Iconic fonts in PyQt and PySide applications'
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-arch=('any')
-url="https://github.com/spyder-ide/${pkgbase}/;
-license=('MIT')
-source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
-sha256sums=('dc4c954740bb7f73c64be4633d258f04c8329d242962f0f6c09c71de72eb757c')
-
-package_python2-qtawesome() {
-  depends=('python2')
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python-qtawesome() {
-  depends=('python')
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python setup.py build
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-qtawesome/repos/community-any/PKGBUILD (from rev 222533, 
python-qtawesome/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-12 23:15:40 UTC (rev 222534)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgbase='python-qtawesome'
+_pkgbase='qtawesome'
+pkgname=('python-qtawesome' 'python2-qtawesome')
+pkgver=0.4.4
+pkgrel=1
+pkgdesc='Iconic fonts in PyQt and PySide applications'
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+arch=('any')
+url="https://github.com/spyder-ide/${_pkgbase}/;
+license=('MIT')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
+sha256sums=('f6cdc1546906c00019adf748d259ec68055113b65108e90ce7bd8a869eb3daf4')
+
+package_python2-qtawesome() {
+  depends=('python2')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python-qtawesome() {
+  depends=('python')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python setup.py build
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-04-12 Thread Fabio Castelli
Date: Wednesday, April 12, 2017 @ 23:15:22
  Author: muflone
Revision: 222533

upgpkg: python-qtawesome 0.4.4-1

Modified:
  python-qtawesome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 22:16:36 UTC (rev 222532)
+++ PKGBUILD2017-04-12 23:15:22 UTC (rev 222533)
@@ -4,16 +4,16 @@
 pkgbase='python-qtawesome'
 _pkgbase='qtawesome'
 pkgname=('python-qtawesome' 'python2-qtawesome')
-pkgver=0.4.3
+pkgver=0.4.4
 pkgrel=1
 pkgdesc='Iconic fonts in PyQt and PySide applications'
 makedepends=('python' 'python-setuptools'
  'python2' 'python2-setuptools')
 arch=('any')
-url="https://github.com/spyder-ide/${pkgbase}/;
+url="https://github.com/spyder-ide/${_pkgbase}/;
 license=('MIT')
 
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
-sha256sums=('dc4c954740bb7f73c64be4633d258f04c8329d242962f0f6c09c71de72eb757c')
+sha256sums=('f6cdc1546906c00019adf748d259ec68055113b65108e90ce7bd8a869eb3daf4')
 
 package_python2-qtawesome() {
   depends=('python2')


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

2017-04-12 Thread Jelle van der Waa
Date: Wednesday, April 12, 2017 @ 18:24:53
  Author: jelle
Revision: 222531

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

Added:
  sunxi-tools/repos/community-i686/PKGBUILD
(from rev 222530, sunxi-tools/trunk/PKGBUILD)
  sunxi-tools/repos/community-x86_64/PKGBUILD
(from rev 222530, sunxi-tools/trunk/PKGBUILD)
Deleted:
  sunxi-tools/repos/community-i686/PKGBUILD
  sunxi-tools/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-12 18:24:41 UTC (rev 222530)
+++ community-i686/PKGBUILD 2017-04-12 18:24:53 UTC (rev 222531)
@@ -1,23 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Marco Kundt 
-
-pkgname=sunxi-tools
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="Tools to help hacking Allwinner devices."
-arch=('i686' 'x86_64')
-url="https://github.com/linux-sunxi/sunxi-tools;
-license=('GPL')
-depends=(libusb)
-source=(https://github.com/linux-sunxi/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('da5d762608517b4b2e9bd392bd9a63afae3973d9c8264cbcfb757ddac8120d1b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PREFIX="$pkgdir/usr" make install
-}

Copied: sunxi-tools/repos/community-i686/PKGBUILD (from rev 222530, 
sunxi-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-12 18:24:53 UTC (rev 222531)
@@ -0,0 +1,23 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Marco Kundt 
+
+pkgname=sunxi-tools
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="A collection of command line tools for ARM devices with Allwinner 
SoCs"
+arch=('i686' 'x86_64')
+url="https://github.com/linux-sunxi/sunxi-tools;
+license=('GPL')
+depends=(libusb)
+source=(https://github.com/linux-sunxi/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('81f48014a520cb83cac4e17f5ae627a637c4d6a422b60c693c5a705c92e43822')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PREFIX="$pkgdir/usr" make install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-12 18:24:41 UTC (rev 222530)
+++ community-x86_64/PKGBUILD   2017-04-12 18:24:53 UTC (rev 222531)
@@ -1,23 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Marco Kundt 
-
-pkgname=sunxi-tools
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="Tools to help hacking Allwinner devices."
-arch=('i686' 'x86_64')
-url="https://github.com/linux-sunxi/sunxi-tools;
-license=('GPL')
-depends=(libusb)
-source=(https://github.com/linux-sunxi/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('da5d762608517b4b2e9bd392bd9a63afae3973d9c8264cbcfb757ddac8120d1b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PREFIX="$pkgdir/usr" make install
-}

Copied: sunxi-tools/repos/community-x86_64/PKGBUILD (from rev 222530, 
sunxi-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-12 18:24:53 UTC (rev 222531)
@@ -0,0 +1,23 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Marco Kundt 
+
+pkgname=sunxi-tools
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="A collection of command line tools for ARM devices with Allwinner 
SoCs"
+arch=('i686' 'x86_64')
+url="https://github.com/linux-sunxi/sunxi-tools;
+license=('GPL')
+depends=(libusb)
+source=(https://github.com/linux-sunxi/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('81f48014a520cb83cac4e17f5ae627a637c4d6a422b60c693c5a705c92e43822')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PREFIX="$pkgdir/usr" make install
+}


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

2017-04-12 Thread Jelle van der Waa
Date: Wednesday, April 12, 2017 @ 18:24:41
  Author: jelle
Revision: 222530

upgpkg: sunxi-tools 1.4.2-1

Modified:
  sunxi-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 18:18:30 UTC (rev 222529)
+++ PKGBUILD2017-04-12 18:24:41 UTC (rev 222530)
@@ -2,7 +2,7 @@
 # Contributor: Marco Kundt 
 
 pkgname=sunxi-tools
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="A collection of command line tools for ARM devices with Allwinner 
SoCs"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=(libusb)
 source=(https://github.com/linux-sunxi/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('da5d762608517b4b2e9bd392bd9a63afae3973d9c8264cbcfb757ddac8120d1b')
+sha256sums=('81f48014a520cb83cac4e17f5ae627a637c4d6a422b60c693c5a705c92e43822')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in intellij-idea-community-edition/repos/community-any (6 files)

2017-04-12 Thread Lukas Jirkovsky
Date: Wednesday, April 12, 2017 @ 18:18:30
  Author: stativ
Revision: 222529

archrelease: copy trunk to community-any

Added:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
(from rev 222528, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-any/idea.desktop
(from rev 222528, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-any/idea.install
(from rev 222528, intellij-idea-community-edition/trunk/idea.install)
Deleted:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
  intellij-idea-community-edition/repos/community-any/idea.desktop
  intellij-idea-community-edition/repos/community-any/idea.install

--+
 PKGBUILD |   86 -
 idea.desktop |   22 +++---
 idea.install |   18 +--
 3 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-12 18:18:17 UTC (rev 222528)
+++ PKGBUILD2017-04-12 18:18:30 UTC (rev 222529)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-community-edition
-pkgver=2017.1
-_pkgver=171.3780.107
-pkgrel=1
-epoch=2
-pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
-arch=('any')
-url="https://www.jetbrains.com/idea/;
-license=('Apache')
-backup=('usr/share/intellijidea-ce/bin/idea.vmoptions'
-'usr/share/intellijidea-ce/bin/idea64.vmoptions')
-depends=('java-environment' 'giflib' 'libxtst' 'libxft' 'ttf-font')
-conflicts=('intellij-idea-libs')
-replaces=('intellij-idea-libs')
-install=idea.install
-source=("http://download.jetbrains.com/idea/ideaIC-$pkgver-no-jdk.tar.gz;
-idea.desktop)
-sha256sums=('b3fb17b3c6ed52df07c33bbe2a1b7fc0ca84c1e492e986c8707f57425ef76513'
-'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6')
-
-package() {
-  install -d -m755 "$pkgdir/"usr/share
-  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
-
-  # make sure that all files are owned by root
-  chown -R root:root "$pkgdir/usr/share"
-
-  # never wait on user input when starting idea
-  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
-
-  install -d -m755 "$pkgdir"/usr/bin
-  ln -s /usr/share/intellijidea-ce/bin/idea.sh "$pkgdir"/usr/bin/idea.sh
-  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
-  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
-   "$pkgdir"/usr/share/pixmaps/idea.png
-
-  # workaround FS#40934
-  sed -i 's|lcd|on|'  "$pkgdir"/usr/share/intellijidea-ce/bin/*.vmoptions
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-any/PKGBUILD (from rev 
222528, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-12 18:18:30 UTC (rev 222529)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-community-edition
+pkgver=2017.1.1
+_pkgver=171.4073.35
+pkgrel=1
+epoch=2
+pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
+arch=('any')
+url="https://www.jetbrains.com/idea/;
+license=('Apache')
+backup=('usr/share/intellijidea-ce/bin/idea.vmoptions'
+'usr/share/intellijidea-ce/bin/idea64.vmoptions')
+depends=('java-environment' 'giflib' 'libxtst' 'libxft' 'ttf-font')
+conflicts=('intellij-idea-libs')
+replaces=('intellij-idea-libs')
+install=idea.install
+source=("http://download.jetbrains.com/idea/ideaIC-$pkgver-no-jdk.tar.gz;
+idea.desktop)
+sha256sums=('3b7f2b906c2a22b3323aba1f9bd4719147f0534e823d4313265c6bcbf92cda60'
+'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6')
+
+package() {
+  install -d -m755 "$pkgdir/"usr/share
+  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
+
+  # make sure that all files are owned by root
+  chown -R root:root "$pkgdir/usr/share"
+
+  # never wait on user input when starting idea
+  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
+
+  install -d -m755 "$pkgdir"/usr/bin
+  ln -s /usr/share/intellijidea-ce/bin/idea.sh "$pkgdir"/usr/bin/idea.sh
+  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
+  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
+   "$pkgdir"/usr/share/pixmaps/idea.png
+
+  # workaround FS#40934
+  sed -i 's|lcd|on|'  "$pkgdir"/usr/share/intellijidea-ce/bin/*.vmoptions
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: idea.desktop
===
--- idea.desktop2017-04-12 18:18:17 UTC (rev 222528)

[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD)

2017-04-12 Thread Lukas Jirkovsky
Date: Wednesday, April 12, 2017 @ 18:18:17
  Author: stativ
Revision: 222528

upgpkg: intellij-idea-community-edition 2:2017.1.1-1

update to 2017.1.1

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 18:17:12 UTC (rev 222527)
+++ PKGBUILD2017-04-12 18:18:17 UTC (rev 222528)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=intellij-idea-community-edition
-pkgver=2017.1
-_pkgver=171.3780.107
+pkgver=2017.1.1
+_pkgver=171.4073.35
 pkgrel=1
 epoch=2
 pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
@@ -17,7 +17,7 @@
 install=idea.install
 source=("http://download.jetbrains.com/idea/ideaIC-$pkgver-no-jdk.tar.gz;
 idea.desktop)
-sha256sums=('b3fb17b3c6ed52df07c33bbe2a1b7fc0ca84c1e492e986c8707f57425ef76513'
+sha256sums=('3b7f2b906c2a22b3323aba1f9bd4719147f0534e823d4313265c6bcbf92cda60'
 'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6')
 
 package() {


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

2017-04-12 Thread Sven-Hendrik Haase
Date: Wednesday, April 12, 2017 @ 18:17:05
  Author: svenstaro
Revision: 222526

upgpkg: teamspeak3 3.1.3-3

Try fixing FS#53578

Modified:
  teamspeak3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 17:57:33 UTC (rev 222525)
+++ PKGBUILD2017-04-12 18:17:05 UTC (rev 222526)
@@ -4,25 +4,25 @@
 
 pkgname=teamspeak3
 pkgver=3.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc="TeamSpeak is software for quality voice communication via the 
Internet"
-url="http://www.teamspeak.com/;
+url="http://www.teamspeak.com;
 license=('custom')
-depends=('qt5-base' 'libxkbcommon-x11' 'qt5-webengine')
 optdepends=('libpulse')
+makedepends=('chrpath')
 arch=('i686' 'x86_64')
-source=("http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run;
-
"http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run;
-'teamspeak3.desktop'
+source_i686=("http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run;)
+source_x86_64=("http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run;)
+source=('teamspeak3.desktop'
 'teamspeak3.png'
 'teamspeak3.launcher'
 'LICENSE')
-sha512sums=('cbf21cbfed1f5ff213b3ecf0a7ce68107e2d8b6bcd0b5b1821f8c90c863699a2ff1f587dc079852c28209cbb45104bc1a0e50290275a2e1f221c96c18e75d38e'
-
'2a863ea493c8283160cf8d704fb789f0a8d36cace87fe3f977aa3ba7db5015759baa66635593874ad1069f2d9992c9915f456a39f129ca1f767ebf75e6cad359'
-
'4cac0b7446dc3e728b232fdd6c6d75be1d2a5530635eab5918a4e7dd6a4a3fc21d6a75055da919b56e5cf849f4c5ba26ece56759a45bc4850eba3eb73853759d'
+sha512sums=('4cac0b7446dc3e728b232fdd6c6d75be1d2a5530635eab5918a4e7dd6a4a3fc21d6a75055da919b56e5cf849f4c5ba26ece56759a45bc4850eba3eb73853759d'
 
'af18ed36a3c8de90b60a7205ebf91a35d4b517f22f97d541c82debdb12697882469d9771fdf3fb8b081aeb74a01237f3afd4732daccf4b374dc6d39e7df5d444'
 
'2365bf65500a741ca656d27d8fed54dd7151e61e369296e4fa2b5451ee3dd0c4adc67ec1d0f221de0ed7e6efa18c303b63bf2d858060671491bee51c899d'
 
'd6d03f1bda86c90390ce0032e4d30e889977f80ff76ba1e5c443109e93cbedbee92c6fc2759f58d23659c15dba4f2ac718861571239ba117dcfe11f136f556dc')
+sha512sums_i686=('cbf21cbfed1f5ff213b3ecf0a7ce68107e2d8b6bcd0b5b1821f8c90c863699a2ff1f587dc079852c28209cbb45104bc1a0e50290275a2e1f221c96c18e75d38e')
+sha512sums_x86_64=('2a863ea493c8283160cf8d704fb789f0a8d36cace87fe3f977aa3ba7db5015759baa66635593874ad1069f2d9992c9915f456a39f129ca1f767ebf75e6cad359')
 
 [[ "$CARCH" == "i686" ]] && _TSARCH='x86'
 [[ "$CARCH" == "x86_64" ]] && _TSARCH='amd64'
@@ -31,9 +31,6 @@
   mkdir archive && cd archive
   sh ../TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run --tar -xf 2>/dev/null
 
-  # Delete bundled Qt libs to use system-wide ones
-  rm libQt5*
-
   # Fix FS#34190
   sed -i "/export QTDIR.*/d" ts3client_runscript.sh
   sed -i "/export QT_PLUGIN_PATH*/d" ts3client_runscript.sh
@@ -50,20 +47,23 @@
 }
 
 package() {
-  install -d ${pkgdir}/{usr/bin/,opt/teamspeak3}
+  install -d "${pkgdir}"/{usr/bin/,opt/teamspeak3}
 
   cp -r archive/* ${pkgdir}/opt/teamspeak3/
 
   # Install Desktop File
-  install -D -m644 $srcdir/teamspeak3.desktop 
${pkgdir}/usr/share/applications/teamspeak3.desktop
+  install -D -m644 "${srcdir}"/teamspeak3.desktop 
"${pkgdir}"/usr/share/applications/teamspeak3.desktop
 
   # Install Icon File
-  install -D -m644 $srcdir/teamspeak3.png 
${pkgdir}/usr/share/pixmaps/teamspeak3.png
+  install -D -m644 "${srcdir}"/teamspeak3.png 
"${pkgdir}"/usr/share/pixmaps/teamspeak3.png
 
   # Install Custom License
-  install -D -m644 $srcdir/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 "${srcdir}"/LICENSE 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 
   # Install Client Launcher
-  install -D -m755 $srcdir/teamspeak3.launcher ${pkgdir}/usr/bin/teamspeak3
+  install -D -m755 "${srcdir}"/teamspeak3.launcher 
"${pkgdir}"/usr/bin/teamspeak3
+
+  # Remove insecure RPATH
+  chrpath -d "${pkgdir}"/opt/teamspeak3/ts3client_linux_${_TSARCH}
 }
 # vim:set ts=2 sw=2 et:


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

2017-04-12 Thread Sven-Hendrik Haase
Date: Wednesday, April 12, 2017 @ 18:17:12
  Author: svenstaro
Revision: 222527

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

Added:
  teamspeak3/repos/community-testing-i686/
  teamspeak3/repos/community-testing-i686/LICENSE
(from rev 222526, teamspeak3/trunk/LICENSE)
  teamspeak3/repos/community-testing-i686/PERMISSION.eml
(from rev 222526, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-testing-i686/PKGBUILD
(from rev 222526, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-testing-i686/teamspeak3.desktop
(from rev 222526, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-testing-i686/teamspeak3.launcher
(from rev 222526, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-testing-i686/teamspeak3.png
(from rev 222526, teamspeak3/trunk/teamspeak3.png)
  teamspeak3/repos/community-testing-x86_64/
  teamspeak3/repos/community-testing-x86_64/LICENSE
(from rev 222526, teamspeak3/trunk/LICENSE)
  teamspeak3/repos/community-testing-x86_64/PERMISSION.eml
(from rev 222526, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-testing-x86_64/PKGBUILD
(from rev 222526, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-testing-x86_64/teamspeak3.desktop
(from rev 222526, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-testing-x86_64/teamspeak3.launcher
(from rev 222526, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-testing-x86_64/teamspeak3.png
(from rev 222526, teamspeak3/trunk/teamspeak3.png)

--+
 community-testing-i686/LICENSE   |   90 +
 community-testing-i686/PKGBUILD  |   69 +++
 community-testing-i686/teamspeak3.desktop|   12 +++
 community-testing-i686/teamspeak3.launcher   |6 +
 community-testing-x86_64/LICENSE |   90 +
 community-testing-x86_64/PKGBUILD|   69 +++
 community-testing-x86_64/teamspeak3.desktop  |   12 +++
 community-testing-x86_64/teamspeak3.launcher |6 +
 8 files changed, 354 insertions(+)

Copied: teamspeak3/repos/community-testing-i686/LICENSE (from rev 222526, 
teamspeak3/trunk/LICENSE)
===
--- community-testing-i686/LICENSE  (rev 0)
+++ community-testing-i686/LICENSE  2017-04-12 18:17:12 UTC (rev 222527)
@@ -0,0 +1,90 @@
+Framework license agreement for the installation of the TeamSpeak client
+
+This License Agreement ("Agreement") is effective between "you", the person or 
company who/which is using software branded TeamSpeak, developed by TeamSpeak 
Systems GmbH ("TeamSpeak"), and TeamSpeak Systems GmbH (Germany) with 
installation of the TeamSpeak client.
+
+## I. Definitions
+
+  1. "Standard Software" means the object code of the TeamSpeak voice 
communication software version 3.x (binary executable), and all previous 
versions, both client and server, which is provided by TeamSpeak, including all 
standard software enhancements, upgrades or updates, which you will receive if 
and when they are made available.
+  2. "Licensed Material" refers to the standard software, all documentation 
components included with the standard software and other information that 
TeamSpeak provides together with the license for the standard software.
+  3. "Client" refers to the TeamSpeak standard software which connects to the 
TeamSpeak server software via computer network or the Internet. The client 
therefore usually runs on the end user's computer. A client can connect to one 
or more servers at the same time. Multiple clients communicate with each other 
by routing the communication data through the server, which distributes them to 
other clients. Clients thus do not connect directly to each other, but always 
connect only to the server that acts as an intermediary and distributor for 
voice communication.
+
+## II. Indemnity / Warranty
+
+TeamSpeak shall pay compensation or reimbursement of expenses, for whatever 
legal reason (e.g. for legal transactions and legal transaction-related 
obligations, breach of duty and unlawful acts), only to the following extent:
+
+  1. Liability for intentional actions is unlimited.
+  2. TeamSpeak may plea contributory negligence. In particular you have the 
obligation and responsibility to make use of data backup and virus protection 
following the latest technical standards.
+  3. In case of injury to life, body and health, and in case of claims based 
on the Product Liability Act, the statutory provisions apply.
+  4. The software is of the agreed quality which is suitable to perform the 
contractually required functions, and otherwise standard functions, and has the 
usual quality for this type of software; however, it is not error-free. A 
functional impairment of the software which results 

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

2017-04-12 Thread Andreas Radke
Date: Wednesday, April 12, 2017 @ 18:16:30
  Author: andyrtr
Revision: 292640

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

Added:
  nano/repos/testing-i686/
  nano/repos/testing-i686/PKGBUILD
(from rev 292639, nano/trunk/PKGBUILD)
  nano/repos/testing-x86_64/
  nano/repos/testing-x86_64/PKGBUILD
(from rev 292639, nano/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: nano/repos/testing-i686/PKGBUILD (from rev 292639, nano/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-12 18:16:30 UTC (rev 292640)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.8.1
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.nano-editor.org;
+groups=('base')
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+source=(https://www.nano-editor.org/dist/v2.8/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('a48650dab5fc069bb953d020721b6c0f650969abf5a34a27dfd6f038215c5910'
+'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
+  'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/sample.nanorc 
${pkgdir}/etc/nanorc
+}

Copied: nano/repos/testing-x86_64/PKGBUILD (from rev 292639, 
nano/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-04-12 18:16:30 UTC (rev 292640)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.8.1
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.nano-editor.org;
+groups=('base')
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+source=(https://www.nano-editor.org/dist/v2.8/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('a48650dab5fc069bb953d020721b6c0f650969abf5a34a27dfd6f038215c5910'
+'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
+  'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/sample.nanorc 
${pkgdir}/etc/nanorc
+}


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

2017-04-12 Thread Andreas Radke
Date: Wednesday, April 12, 2017 @ 18:16:15
  Author: andyrtr
Revision: 292639

upgpkg: nano 2.8.1-1

upstream update 2.8.1

Modified:
  nano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 17:59:53 UTC (rev 292638)
+++ PKGBUILD2017-04-12 18:16:15 UTC (rev 292639)
@@ -3,7 +3,7 @@
 # Contributor: Judd 
 
 pkgname=nano
-pkgver=2.8.0
+pkgver=2.8.1
 pkgrel=1
 pkgdesc="Pico editor clone with enhancements"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('ncurses' 'file' 'sh')
 backup=('etc/nanorc')
 
source=(https://www.nano-editor.org/dist/v2.8/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('0b7b434805e5e343d2fef75804fc61c59323641d8c8e63d3027b4ac442689136'
+sha256sums=('a48650dab5fc069bb953d020721b6c0f650969abf5a34a27dfd6f038215c5910'
 'SKIP')
 validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
   'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"


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

2017-04-12 Thread Andreas Radke
Date: Wednesday, April 12, 2017 @ 17:59:53
  Author: andyrtr
Revision: 292638

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/90-linux.hook
(from rev 292637, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 292637, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 292637, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 292637, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 292637, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 292637, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 292637, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 292637, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 292637, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 292637, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 292637, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 292637, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 292637, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 292637, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/90-linux.hook   |   11 
 testing-i686/PKGBUILD|  300 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8211 +
 testing-i686/config.x86_64   | 7976 
 testing-i686/linux-lts.install   |   33 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/90-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  300 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8211 +
 testing-x86_64/config.x86_64 | 7976 
 testing-x86_64/linux-lts.install |   33 
 testing-x86_64/linux-lts.preset  |   14 
 14 files changed, 33112 insertions(+)

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


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

2017-04-12 Thread Sven-Hendrik Haase
Date: Wednesday, April 12, 2017 @ 17:57:33
  Author: svenstaro
Revision: 222525

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/0001-Revert-Add-jinja2-version-constraint.patch
(from rev 222524, 
ansible/trunk/0001-Revert-Add-jinja2-version-constraint.patch)
  ansible/repos/community-any/PKGBUILD
(from rev 222524, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/0001-Revert-Add-jinja2-version-constraint.patch
  ansible/repos/community-any/PKGBUILD

-+
 0001-Revert-Add-jinja2-version-constraint.patch |   52 -
 PKGBUILD|  122 +++---
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: 0001-Revert-Add-jinja2-version-constraint.patch
===
--- 0001-Revert-Add-jinja2-version-constraint.patch 2017-04-12 17:57:27 UTC 
(rev 222524)
+++ 0001-Revert-Add-jinja2-version-constraint.patch 2017-04-12 17:57:33 UTC 
(rev 222525)
@@ -1,26 +0,0 @@
-From 3ddaf071d38cf6f1ea2bfdd80cb5de0f549d158c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
-Date: Mon, 16 Jan 2017 19:09:30 +0100
-Subject: [PATCH] Revert "Add jinja2 version constraint."
-
-This reverts commit 06ed25e788a3324214ee3226ca35b5586ee83344.

- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 0eec3da0b..ef7aa3dad 100644
 a/setup.py
-+++ b/setup.py
-@@ -22,7 +22,7 @@ setup(name='ansible',
-   license='GPLv3',
-   # Ansible will also make use of a system copy of python-six if 
installed but use a
-   # Bundled copy if it's not.
--  install_requires=['paramiko', 'jinja2 < 2.9', "PyYAML", 'setuptools', 
'pycrypto >= 2.6'],
-+  install_requires=['paramiko', 'jinja2', "PyYAML", 'setuptools', 
'pycrypto >= 2.6'],
-   package_dir={ '': 'lib' },
-   packages=find_packages('lib'),
-   package_data={
--- 
-2.11.0
-

Copied: 
ansible/repos/community-any/0001-Revert-Add-jinja2-version-constraint.patch 
(from rev 222524, ansible/trunk/0001-Revert-Add-jinja2-version-constraint.patch)
===
--- 0001-Revert-Add-jinja2-version-constraint.patch 
(rev 0)
+++ 0001-Revert-Add-jinja2-version-constraint.patch 2017-04-12 17:57:33 UTC 
(rev 222525)
@@ -0,0 +1,26 @@
+From 3ddaf071d38cf6f1ea2bfdd80cb5de0f549d158c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Mon, 16 Jan 2017 19:09:30 +0100
+Subject: [PATCH] Revert "Add jinja2 version constraint."
+
+This reverts commit 06ed25e788a3324214ee3226ca35b5586ee83344.
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 0eec3da0b..ef7aa3dad 100644
+--- a/setup.py
 b/setup.py
+@@ -22,7 +22,7 @@ setup(name='ansible',
+   license='GPLv3',
+   # Ansible will also make use of a system copy of python-six if 
installed but use a
+   # Bundled copy if it's not.
+-  install_requires=['paramiko', 'jinja2 < 2.9', "PyYAML", 'setuptools', 
'pycrypto >= 2.6'],
++  install_requires=['paramiko', 'jinja2', "PyYAML", 'setuptools', 
'pycrypto >= 2.6'],
+   package_dir={ '': 'lib' },
+   packages=find_packages('lib'),
+   package_data={
+-- 
+2.11.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-12 17:57:27 UTC (rev 222524)
+++ PKGBUILD2017-04-12 17:57:33 UTC (rev 222525)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Daniel Wallace 
-# Contributor: Chris 
-# Contributor: m0ikz 
-# Contributor: atweiden 
-
-pkgname=(ansible python-ansible)
-pkgver=2.2.2.0
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja' 
'python2-crypto')
-optdepends=('python2-passlib: crypt values for vars_prompt'
-'python2-netaddr: for the ipaddr filter'
-'python2-systemd: log to journal'
-'python2-jmespath: json_query support')
-makedepends=('asciidoc' 'fakeroot' 'python' 'python2-setuptools'
- 'python-setuptools') 
-backup=('etc/ansible/ansible.cfg')
-source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz;)
-sha512sums=('e5d902e6c8d67c2b5e1e907dffab7a36505cc96a9748915dd8340f78b6bf5ced2efe2153f621ecceafc75750729d3e2e26c9c7c95b3a6d15838e6c36de8b8b60')
-
-prepare() {
-  cp -r ${pkgname}-${pkgver} "${srcdir}"/${pkgname}-${pkgver}-python
-}
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  python2 

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

2017-04-12 Thread Andreas Radke
Date: Wednesday, April 12, 2017 @ 17:57:39
  Author: andyrtr
Revision: 292637

upgpkg: linux-lts 4.9.22-1

upstream update 4.9.22

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 16:32:54 UTC (rev 292636)
+++ PKGBUILD2017-04-12 17:57:39 UTC (rev 292637)
@@ -4,7 +4,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.9
-pkgver=4.9.21
+pkgver=4.9.22
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/;
@@ -23,7 +23,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
 'SKIP'
-'3c7834d46cb193cf2ab00595eca1592c86ccc536b1b606d3d31eb2bf2109c28d'
+'9f8a8d00a22771602b0c9ddb6bf79d8f215973f1e118e2cf19d8822e0fd183cf'
 'SKIP'
 'd577759532f56b0df073cdc0f2aa3975f1325b8a91851050bb678e18ace6700c'
 '521943d91f3e2a42b9848c429063db2b554e4433366fa8341ab9186a1151d0ca'


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

2017-04-12 Thread Sven-Hendrik Haase
Date: Wednesday, April 12, 2017 @ 17:57:27
  Author: svenstaro
Revision: 222524

upgpkg: ansible 2.3.0.0-1

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 17:50:44 UTC (rev 222523)
+++ PKGBUILD2017-04-12 17:57:27 UTC (rev 222524)
@@ -7,7 +7,7 @@
 # Contributor: atweiden 
 
 pkgname=(ansible python-ansible)
-pkgver=2.2.2.0
+pkgver=2.3.0.0
 pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
@@ -22,7 +22,7 @@
  'python-setuptools') 
 backup=('etc/ansible/ansible.cfg')
 source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz;)
-sha512sums=('e5d902e6c8d67c2b5e1e907dffab7a36505cc96a9748915dd8340f78b6bf5ced2efe2153f621ecceafc75750729d3e2e26c9c7c95b3a6d15838e6c36de8b8b60')
+sha512sums=('88ac28befefd7a70c36d8c33bc1aba1b0a5ffdea4bddd0b9e6c5488c70057662812208c221e47721c5a194fc30282a33490f196a719d9eb6d9b1e7dcfd1ff941')
 
 prepare() {
   cp -r ${pkgname}-${pkgver} "${srcdir}"/${pkgname}-${pkgver}-python


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

2017-04-12 Thread Johannes Löthberg
Date: Wednesday, April 12, 2017 @ 17:50:44
  Author: demize
Revision: 222523

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  254 ++---
 1 file changed, 127 insertions(+), 127 deletions(-)

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

Copied: python-sphinx/repos/community-any/PKGBUILD (from rev 222522, 
python-sphinx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-12 17:50:44 UTC (rev 222523)
@@ -0,0 +1,127 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sébastien Luttringer
+# Contributor: Angel Velasquez 
+# Contributor: Fabio Volpe 
+
+pkgbase=python-sphinx
+pkgname=('python-sphinx' 'python2-sphinx')
+pkgver=1.5.5
+pkgrel=1
+
+arch=('any')
+url='http://sphinx.pocoo.org/'
+license=('BSD')
+
+makedepends=(
+  'python-setuptools'
+  'python-docutils'
+  'python-jinja'
+  'python-pygments'
+  'python-six'
+  'python-imagesize'
+  'python2-setuptools'
+  'python2-docutils'
+  'python2-jinja'
+  'python2-pygments'
+  'python2-six'
+  'python2-imagesize'
+)
+

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

2017-04-12 Thread Johannes Löthberg
Date: Wednesday, April 12, 2017 @ 17:50:30
  Author: demize
Revision: 222522

upgpkg: python-sphinx 1.5.5-1

Modified:
  python-sphinx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 17:43:08 UTC (rev 222521)
+++ PKGBUILD2017-04-12 17:50:30 UTC (rev 222522)
@@ -6,7 +6,7 @@
 
 pkgbase=python-sphinx
 pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.5.4
+pkgver=1.5.5
 pkgrel=1
 
 arch=('any')
@@ -44,7 +44,7 @@
 
 source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz;)
 
-md5sums=('b4c2b44259cf113e953e7d3603153c5f')
+md5sums=('f9581b3556df9722143c47290273bcf8')
 
 prepare() {
   # souce duplication is required because makefile modify source code


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

2017-04-12 Thread Johannes Löthberg
Date: Wednesday, April 12, 2017 @ 17:43:06
  Author: demize
Revision: 222520

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-12 17:42:58 UTC (rev 222519)
+++ community-i686/PKGBUILD 2017-04-12 17:43:06 UTC (rev 222520)
@@ -1,33 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Piotr Gorski 
-# Contributor: Lucy 
-# Contributor: Bartlomiej Piotrowski 
-
-pkgname=pkgconf
-pkgver=1.2.2
-pkgrel=1
-
-pkgdesc='Light pkg-config replacement'
-url='https://github.com/pkgconf/pkgconf'
-arch=('i686' 'x86_64')
-license=('custom:ISC')
-
-conflicts=('pkg-config')
-provides=('pkg-config')
-
-source=("https://distfiles.dereferenced.org/pkgconf/pkgconf-$pkgver.tar.xz;)
-
-sha256sums=('b445d16df8b6e88489039eb2d7d91d5668025cb058a1852f3e0fdee19c8cb104')
-
-build() {
-   cd pkgconf-$pkgver
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd pkgconf-$pkgver
-   make DESTDIR="$pkgdir" install
-   ln -s /usr/bin/pkgconf "$pkgdir"/usr/bin/pkg-config
-   install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: pkgconf/repos/community-i686/PKGBUILD (from rev 222519, 
pkgconf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-12 17:43:06 UTC (rev 222520)
@@ -0,0 +1,33 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Piotr Gorski 
+# Contributor: Lucy 
+# Contributor: Bartlomiej Piotrowski 
+
+pkgname=pkgconf
+pkgver=1.3.5
+pkgrel=1
+
+pkgdesc='Light pkg-config replacement'
+url='https://github.com/pkgconf/pkgconf'
+arch=('i686' 'x86_64')
+license=('custom:ISC')
+
+conflicts=('pkg-config')
+provides=('pkg-config')
+
+source=("https://distfiles.dereferenced.org/pkgconf/pkgconf-$pkgver.tar.xz;)
+
+sha256sums=('886c397b22907209a7483229a8bf473afe151de50527c4b4d04b94fdba0f0c8e')
+
+build() {
+   cd pkgconf-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd pkgconf-$pkgver
+   make DESTDIR="$pkgdir" install
+   ln -s /usr/bin/pkgconf "$pkgdir"/usr/bin/pkg-config
+   install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-12 17:42:58 UTC (rev 222519)
+++ community-x86_64/PKGBUILD   2017-04-12 17:43:06 UTC (rev 222520)
@@ -1,33 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Piotr Gorski 
-# Contributor: Lucy 
-# Contributor: Bartlomiej Piotrowski 
-
-pkgname=pkgconf
-pkgver=1.2.2
-pkgrel=1
-
-pkgdesc='Light pkg-config replacement'
-url='https://github.com/pkgconf/pkgconf'
-arch=('i686' 'x86_64')
-license=('custom:ISC')
-
-conflicts=('pkg-config')
-provides=('pkg-config')
-
-source=("https://distfiles.dereferenced.org/pkgconf/pkgconf-$pkgver.tar.xz;)
-
-sha256sums=('b445d16df8b6e88489039eb2d7d91d5668025cb058a1852f3e0fdee19c8cb104')
-
-build() {
-   cd pkgconf-$pkgver
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd pkgconf-$pkgver
-   make DESTDIR="$pkgdir" install
-   ln -s /usr/bin/pkgconf "$pkgdir"/usr/bin/pkg-config
-   install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: pkgconf/repos/community-x86_64/PKGBUILD (from rev 222519, 
pkgconf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-12 17:43:06 UTC (rev 222520)
@@ -0,0 +1,33 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Piotr Gorski 
+# Contributor: Lucy 
+# Contributor: Bartlomiej Piotrowski 
+
+pkgname=pkgconf
+pkgver=1.3.5
+pkgrel=1
+
+pkgdesc='Light pkg-config replacement'
+url='https://github.com/pkgconf/pkgconf'
+arch=('i686' 'x86_64')
+license=('custom:ISC')
+
+conflicts=('pkg-config')

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

2017-04-12 Thread Jerome Leclanche
Date: Wednesday, April 12, 2017 @ 17:43:08
  Author: jleclanche
Revision: 222521

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

Added:
  sway/repos/community-i686/PKGBUILD
(from rev 222519, sway/trunk/PKGBUILD)
  sway/repos/community-i686/sway.install
(from rev 222519, sway/trunk/sway.install)
  sway/repos/community-x86_64/PKGBUILD
(from rev 222519, sway/trunk/PKGBUILD)
  sway/repos/community-x86_64/sway.install
(from rev 222519, sway/trunk/sway.install)
Deleted:
  sway/repos/community-i686/PKGBUILD
  sway/repos/community-i686/sway.install
  sway/repos/community-x86_64/PKGBUILD
  sway/repos/community-x86_64/sway.install

---+
 /PKGBUILD |  100 
 /sway.install |   14 +
 community-i686/PKGBUILD   |   49 ---
 community-i686/sway.install   |7 --
 community-x86_64/PKGBUILD |   49 ---
 community-x86_64/sway.install |7 --
 6 files changed, 114 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-12 17:43:06 UTC (rev 222520)
+++ community-i686/PKGBUILD 2017-04-12 17:43:08 UTC (rev 222521)
@@ -1,49 +0,0 @@
-# $Id$
-
-pkgname=sway
-pkgver=0.12.1
-pkgrel=1
-pkgdesc="i3 compatible window manager for Wayland"
-arch=("i686" "x86_64")
-url="http://swaywm.org;
-license=("MIT")
-depends=(
-   "wlc" "xorg-server-xwayland" "json-c" "pango" "wayland" "gdk-pixbuf2"
-)
-optdepends=(
-   "rxvt-unicode: Default terminal emulator."
-   "dmenu: Default for launching applications."
-   "imagemagick: For taking screenshots."
-   "ffmpeg: For recording screencasts."
-   "i3status: To display system information with a bar."
-)
-makedepends=("cmake" "asciidoc")
-source=(
-   
"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz;
-   
"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz.sig;
-)
-install="$pkgname.install"
-sha256sums=(
-   "f395ab920733dd5523d1cc887e21a4245f5827ef7c1545ac4f836d69cc60b28c"
-   "SKIP"
-)
-validpgpkeys=(
-   "9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A"
-)
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_SYSCONFDIR=/etc \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   DESTDIR="$pkgdir" make install
-   install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sway/repos/community-i686/PKGBUILD (from rev 222519, 
sway/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-12 17:43:08 UTC (rev 222521)
@@ -0,0 +1,50 @@
+# $Id$
+
+pkgname=sway
+pkgver=0.12.2
+pkgrel=1
+pkgdesc="i3 compatible window manager for Wayland"
+arch=("i686" "x86_64")
+url="http://swaywm.org;
+license=("MIT")
+backup=("etc/sway/security")
+depends=(
+   "wlc" "xorg-server-xwayland" "json-c" "pango" "wayland" "gdk-pixbuf2"
+)
+optdepends=(
+   "rxvt-unicode: Default terminal emulator."
+   "dmenu: Default for launching applications."
+   "imagemagick: For taking screenshots."
+   "ffmpeg: For recording screencasts."
+   "i3status: To display system information with a bar."
+)
+makedepends=("cmake" "asciidoc")
+source=(
+   
"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz;
+   
"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz.sig;
+)
+install="$pkgname.install"
+sha256sums=(
+   "134387d4da1b912f31c0b23f75722d3896cd2560ef5a37775f75e7057cd4a010"
+   "SKIP"
+)
+validpgpkeys=(
+   "9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A"
+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_SYSCONFDIR=/etc \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   DESTDIR="$pkgdir" make install
+   install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-i686/sway.install
===
--- community-i686/sway.install 2017-04-12 17:43:06 UTC (rev 222520)
+++ community-i686/sway.install 2017-04-12 17:43:08 UTC (rev 222521)
@@ -1,7 +0,0 @@
-post_install() {
-   setcap cap_sys_ptrace=eip /usr/bin/sway
-}
-
-post_upgrade() {
-   post_install $1
-}

Copied: sway/repos/community-i686/sway.install (from rev 222519, 
sway/trunk/sway.install)

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

2017-04-12 Thread Johannes Löthberg
Date: Wednesday, April 12, 2017 @ 17:42:58
  Author: demize
Revision: 222519

upgpkg: pkgconf 1.3.5-1

Modified:
  pkgconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 17:20:59 UTC (rev 222518)
+++ PKGBUILD2017-04-12 17:42:58 UTC (rev 222519)
@@ -4,7 +4,7 @@
 # Contributor: Bartlomiej Piotrowski 
 
 pkgname=pkgconf
-pkgver=1.2.2
+pkgver=1.3.5
 pkgrel=1
 
 pkgdesc='Light pkg-config replacement'
@@ -17,7 +17,7 @@
 
 source=("https://distfiles.dereferenced.org/pkgconf/pkgconf-$pkgver.tar.xz;)
 
-sha256sums=('b445d16df8b6e88489039eb2d7d91d5668025cb058a1852f3e0fdee19c8cb104')
+sha256sums=('886c397b22907209a7483229a8bf473afe151de50527c4b4d04b94fdba0f0c8e')
 
 build() {
cd pkgconf-$pkgver


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

2017-04-12 Thread Felix Yan
Date: Wednesday, April 12, 2017 @ 17:20:59
  Author: felixonmars
Revision: 222518

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

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

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

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

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

2017-04-12 Thread Johannes Löthberg
Date: Wednesday, April 12, 2017 @ 17:20:46
  Author: demize
Revision: 222517

archrelease: copy trunk to community-any

Added:
  matrix-synapse/repos/community-any/PKGBUILD
(from rev 222516, matrix-synapse/trunk/PKGBUILD)
  matrix-synapse/repos/community-any/deps-relax-checks.patch
(from rev 222516, matrix-synapse/trunk/deps-relax-checks.patch)
  matrix-synapse/repos/community-any/synapse.install
(from rev 222516, matrix-synapse/trunk/synapse.install)
  matrix-synapse/repos/community-any/sysusers-synapse.conf
(from rev 222516, matrix-synapse/trunk/sysusers-synapse.conf)
Deleted:
  matrix-synapse/repos/community-any/PKGBUILD
  matrix-synapse/repos/community-any/deps-relax-checks.patch
  matrix-synapse/repos/community-any/synapse.install
  matrix-synapse/repos/community-any/sysusers-synapse.conf

-+
 PKGBUILD|  121 +++---
 deps-relax-checks.patch |   76 ++--
 synapse.install |   74 ++--
 sysusers-synapse.conf   |2 
 4 files changed, 137 insertions(+), 136 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-12 17:20:40 UTC (rev 222516)
+++ PKGBUILD2017-04-12 17:20:46 UTC (rev 222517)
@@ -1,60 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgname=matrix-synapse
-pkgver=0.19.3
-pkgrel=1
-
-pkgdesc="Matrix reference homeserver"
-url="https://github.com/matrix-org/synapse;
-arch=('any')
-license=('Apache')
-
-depends=('python2-twisted' 'python2-service-identity'
- 'python2-pyopenssl' 'python2-yaml' 'python2-pyasn1' 'python2-pynacl'
- 'python2-daemonize' 'python2-py-bcrypt' 'python2-frozendict'
- 'python2-pillow' 'python2-pydenticon' 'python2-ujson' 'python2-blist'
- 'python2-pysaml2' 'python2-setuptools'
- 'python2-systemd' 'python2-unpaddedbase64' 'python2-canonicaljson'
- 'python2-signedjson' 'python2-pymacaroons-pynacl'
- 'python2-service-identity' 'python2-msgpack'
- 'systemd')
-makedepends=('python2-mock')
-optdepends=('python2-psycopg2: PostgreSQL support'
-'python2-netaddr: URL previewing'
-'python2-jinja: e-mail notifications'
-'python2-bleach: e-mail notifications'
-'python2-matrix-synapse-ldap3: LDAP support'
-'python2-psutil: metrics'
-'python2-matrix-angular-sdk: built-in web client')
-
-source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz;
-'sysusers-synapse.conf'
-'deps-relax-checks.patch')
-
-md5sums=('f3808627b9ea2bdf8a446dd439dde109'
- 'ecd9f66fb57fe1a2e1e2df07a460a35b'
- '74d3d018e588d70ff0a22863d3d7aa4e')
-
-backup=('etc/synapse/log_config.yaml')
-install=synapse.install
-
-prepare() {
-   cd synapse-$pkgver
-   patch -p1 <"$srcdir/deps-relax-checks.patch"
-}
-
-build() {
-   cd synapse-$pkgver
-   python2 setup.py build 
-}
-
-package() {
-   cd synapse-$pkgver
-   python2 setup.py install --root "$pkgdir" --optimize=1 --skip-build
-
-   install -dm755 -o 198 -g 198 "$pkgdir"/etc/synapse
-   install -Dm644 contrib/systemd/log_config.yaml 
"$pkgdir"/etc/synapse/log_config.yaml
-   install -Dm644 contrib/systemd/synapse.service 
"$pkgdir"/usr/lib/systemd/system/synapse.service
-   install -Dm644 "$srcdir"/sysusers-synapse.conf 
"$pkgdir"/usr/lib/sysusers.d/synapse.conf
-}

Copied: matrix-synapse/repos/community-any/PKGBUILD (from rev 222516, 
matrix-synapse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-12 17:20:46 UTC (rev 222517)
@@ -0,0 +1,61 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgname=matrix-synapse
+pkgver=0.20.0
+pkgrel=1
+
+pkgdesc="Matrix reference homeserver"
+url="https://github.com/matrix-org/synapse;
+arch=('any')
+license=('Apache')
+
+depends=('python2-jsonschema' 'python2-twisted' 'python2-service-identity'
+ 'python2-pyopenssl' 'python2-yaml' 'python2-pyasn1' 'python2-pynacl'
+ 'python2-daemonize' 'python2-py-bcrypt' 'python2-frozendict'
+ 'python2-pillow' 'python2-pydenticon' 'python2-ujson' 'python2-blist'
+ 'python2-pysaml2' 'python2-setuptools'
+ 'python2-systemd' 'python2-unpaddedbase64' 'python2-canonicaljson'
+ 'python2-signedjson' 'python2-pymacaroons-pynacl'
+ 'python2-service-identity' 'python2-msgpack'
+ 'python2-phonenumbers'
+ 'systemd')
+makedepends=('python2-mock')
+optdepends=('python2-psycopg2: PostgreSQL support'
+'python2-netaddr: URL previewing'
+'python2-jinja: e-mail notifications'
+'python2-bleach: e-mail 

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

2017-04-12 Thread Johannes Löthberg
Date: Wednesday, April 12, 2017 @ 17:20:40
  Author: demize
Revision: 222516

upgpkg: matrix-synapse 0.20.0-1

Modified:
  matrix-synapse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 17:20:24 UTC (rev 222515)
+++ PKGBUILD2017-04-12 17:20:40 UTC (rev 222516)
@@ -2,7 +2,7 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=matrix-synapse
-pkgver=0.19.3
+pkgver=0.20.0
 pkgrel=1
 
 pkgdesc="Matrix reference homeserver"
@@ -10,7 +10,7 @@
 arch=('any')
 license=('Apache')
 
-depends=('python2-twisted' 'python2-service-identity'
+depends=('python2-jsonschema' 'python2-twisted' 'python2-service-identity'
  'python2-pyopenssl' 'python2-yaml' 'python2-pyasn1' 'python2-pynacl'
  'python2-daemonize' 'python2-py-bcrypt' 'python2-frozendict'
  'python2-pillow' 'python2-pydenticon' 'python2-ujson' 'python2-blist'
@@ -18,6 +18,7 @@
  'python2-systemd' 'python2-unpaddedbase64' 'python2-canonicaljson'
  'python2-signedjson' 'python2-pymacaroons-pynacl'
  'python2-service-identity' 'python2-msgpack'
+ 'python2-phonenumbers'
  'systemd')
 makedepends=('python2-mock')
 optdepends=('python2-psycopg2: PostgreSQL support'
@@ -32,7 +33,7 @@
 'sysusers-synapse.conf'
 'deps-relax-checks.patch')
 
-md5sums=('f3808627b9ea2bdf8a446dd439dde109'
+md5sums=('150438f1c6819c9c38902c8a635bb981'
  'ecd9f66fb57fe1a2e1e2df07a460a35b'
  '74d3d018e588d70ff0a22863d3d7aa4e')
 
@@ -46,7 +47,7 @@
 
 build() {
cd synapse-$pkgver
-   python2 setup.py build 
+   python2 setup.py build
 }
 
 package() {


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

2017-04-12 Thread Felix Yan
Date: Wednesday, April 12, 2017 @ 17:20:24
  Author: felixonmars
Revision: 222515

upgpkg: stack 1.4.0-23

rebuild with generic-deriving,1.11.2

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 17:19:10 UTC (rev 222514)
+++ PKGBUILD2017-04-12 17:20:24 UTC (rev 222515)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.4.0
-pkgrel=22
+pkgrel=23
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-04-12 Thread Lukas Jirkovsky
Date: Wednesday, April 12, 2017 @ 17:18:58
  Author: stativ
Revision: 222513

upgpkg: krusader 2.6.0-1

update to 2.6.0

Modified:
  krusader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 16:33:40 UTC (rev 222512)
+++ PKGBUILD2017-04-12 17:18:58 UTC (rev 222513)
@@ -1,8 +1,8 @@
 # $Id: PKGBUILD 149613 2012-02-08 20:20:01Z pierre $
 # Maintainer: Lukas Jirkovsky 
 pkgname=krusader
-pkgver=2.5.0
-pkgrel=4
+pkgver=2.6.0
+pkgrel=1
 pkgdesc="Advanced twin panel (commander style) file manager for KDE"
 arch=('i686' 'x86_64')
 url="https://krusader.org/;
@@ -36,7 +36,7 @@
 'ktexteditor: file editing support'
 )
 
source=("http://download.kde.org/stable/krusader/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('5074c7c8dcd7fa8c8509f472bc2e0815')
+md5sums=('a4559041d1b6dfe0830fbe3a3029e524')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-04-12 Thread Lukas Jirkovsky
Date: Wednesday, April 12, 2017 @ 17:19:10
  Author: stativ
Revision: 222514

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-12 17:18:58 UTC (rev 222513)
+++ community-i686/PKGBUILD 2017-04-12 17:19:10 UTC (rev 222514)
@@ -1,53 +0,0 @@
-# $Id: PKGBUILD 149613 2012-02-08 20:20:01Z pierre $
-# Maintainer: Lukas Jirkovsky 
-pkgname=krusader
-pkgver=2.5.0
-pkgrel=4
-pkgdesc="Advanced twin panel (commander style) file manager for KDE"
-arch=('i686' 'x86_64')
-url="https://krusader.org/;
-license=('GPL')
-depends=('karchive' 'kbookmarks' 'kcodecs' 'kcompletion' 'kcoreaddons' 
'kconfig'
- 'kdoctools' 'ki18n' 'kiconthemes' 'kitemviews' 'kio' 'knotifications'
- 'kparts' 'solid' 'ktextwidgets' 'kwallet' 'kwidgetsaddons' 
'kwindowsystem'
- 'kxmlgui' 'kguiaddons' 'hicolor-icon-theme')
-makedepends=('cmake' 'extra-cmake-modules' 'python')
-optdepends=(
-# archive formats
-   # look for KrServices::cmdExist calls
-'xz: LZMA and XZ archive support'
-'unzip: ZIP decompression support'
-'zip: ZIP archive support'
-'lhasa: LHA archive support'
-'cpio: cpio archive support'
-'unrar: RAR decompression support'
-'rar: RAR archive support'
-'arj: ARJ archive support'
-'unarj: ARJ decompression support'
-'unace: ACE decompression support'
-'p7zip: 7z archive support'
-# additional apps
-'keditbookmarks: Manage Bookmarks functionality'
-'kde-cli-tools: manage file associations'
-'kompare: file contents comparison'
-'kdiff3: file contents comparison'
-'krename: advanced rename tool'
-'konsole: terminal'
-'ktexteditor: file editing support'
-)
-source=("http://download.kde.org/stable/krusader/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('5074c7c8dcd7fa8c8509f472bc2e0815')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cmake . \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: krusader/repos/community-i686/PKGBUILD (from rev 222513, 
krusader/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-12 17:19:10 UTC (rev 222514)
@@ -0,0 +1,53 @@
+# $Id: PKGBUILD 149613 2012-02-08 20:20:01Z pierre $
+# Maintainer: Lukas Jirkovsky 
+pkgname=krusader
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="Advanced twin panel (commander style) file manager for KDE"
+arch=('i686' 'x86_64')
+url="https://krusader.org/;
+license=('GPL')
+depends=('karchive' 'kbookmarks' 'kcodecs' 'kcompletion' 'kcoreaddons' 
'kconfig'
+ 'kdoctools' 'ki18n' 'kiconthemes' 'kitemviews' 'kio' 'knotifications'
+ 'kparts' 'solid' 'ktextwidgets' 'kwallet' 'kwidgetsaddons' 
'kwindowsystem'
+ 'kxmlgui' 'kguiaddons' 'hicolor-icon-theme')
+makedepends=('cmake' 'extra-cmake-modules' 'python')
+optdepends=(
+# archive formats
+   # look for KrServices::cmdExist calls
+'xz: LZMA and XZ archive support'
+'unzip: ZIP decompression support'
+'zip: ZIP archive support'
+'lhasa: LHA archive support'
+'cpio: cpio archive support'
+'unrar: RAR decompression support'
+'rar: RAR archive support'
+'arj: ARJ archive support'
+'unarj: ARJ decompression support'
+'unace: ACE decompression support'
+'p7zip: 7z archive support'
+# additional apps
+'keditbookmarks: Manage Bookmarks functionality'
+'kde-cli-tools: manage file associations'
+'kompare: file contents comparison'
+'kdiff3: file contents comparison'
+'krename: advanced rename tool'
+'konsole: terminal'
+'ktexteditor: file editing support'
+)
+source=("http://download.kde.org/stable/krusader/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('a4559041d1b6dfe0830fbe3a3029e524')
+
+build() {
+  cd 

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

2017-04-12 Thread Ike Devolder
Date: Wednesday, April 12, 2017 @ 16:33:40
  Author: idevolder
Revision: 222512

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

Added:
  qt4pas/repos/community-i686/PKGBUILD
(from rev 222511, qt4pas/trunk/PKGBUILD)
  qt4pas/repos/community-i686/qtwebkit.patch
(from rev 222511, qt4pas/trunk/qtwebkit.patch)
  qt4pas/repos/community-x86_64/PKGBUILD
(from rev 222511, qt4pas/trunk/PKGBUILD)
  qt4pas/repos/community-x86_64/qtwebkit.patch
(from rev 222511, qt4pas/trunk/qtwebkit.patch)
Deleted:
  qt4pas/repos/community-i686/PKGBUILD
  qt4pas/repos/community-i686/qtwebkit.patch
  qt4pas/repos/community-x86_64/PKGBUILD
  qt4pas/repos/community-x86_64/qtwebkit.patch

-+
 /PKGBUILD   |   88 ++
 /qtwebkit.patch |  310 ++
 community-i686/PKGBUILD |   44 -
 community-i686/qtwebkit.patch   |  155 ---
 community-x86_64/PKGBUILD   |   44 -
 community-x86_64/qtwebkit.patch |  155 ---
 6 files changed, 398 insertions(+), 398 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-12 16:33:31 UTC (rev 222511)
+++ community-i686/PKGBUILD 2017-04-12 16:33:40 UTC (rev 222512)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: Fabien Wang 
-
-pkgname=qt4pas
-pkgver=2.5
-pkgrel=6
-pkgdesc="Free Pascal Qt4 Binding Library"
-arch=('i686' 'x86_64')
-url="http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html;
-license=('LGPL')
-depends=('qt4')
-source=(
-
'http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.5/qt4pas-V2.5_Qt4.5.3.tar.gz'
-'qtwebkit.patch'
-)
-sha256sums=('825423db80da4df5c21816c0392b3394cddfe2f3293dfd08ace84941726affea'
-'af1721fbf6706931d0b82dd28b3540f56a65e1585b75873c4ac9eaddecf9c921')
-
-prepare() {
-   cd "qt4pas-V2.5_Qt4.5.3/"
-
-patch -p0 -i "$srcdir/qtwebkit.patch"
-}
-
-build() {
-   cd "qt4pas-V2.5_Qt4.5.3/"
-
-   qmake-qt4 -query
-   qmake-qt4
-   make
-}
-
-package() {
-   cd "qt4pas-V2.5_Qt4.5.3/"
-
-   INSTALL_ROOT="$pkgdir" make install
-
-   pushd "$pkgdir/usr/lib"
-   for intflink in 'libqt4intf.so' 'libqt4intf.so.5' 'libqt4intf.so.5.2' 
'libqt4intf.so.5.2.1' 'libqt4intf.so.5.2.5'; do
-   ln -s libQt4Pas.so.5.2.5 $intflink
-   done
-   popd
-}

Copied: qt4pas/repos/community-i686/PKGBUILD (from rev 222511, 
qt4pas/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-12 16:33:40 UTC (rev 222512)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: Fabien Wang 
+
+pkgname=qt4pas
+pkgver=2.5
+pkgrel=8
+pkgdesc="Free Pascal Qt4 Binding Library"
+arch=('i686' 'x86_64')
+url="http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html;
+license=('LGPL')
+depends=('qt4' 'xdg-utils')
+source=(
+
'http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.5/qt4pas-V2.5_Qt4.5.3.tar.gz'
+'qtwebkit.patch'
+)
+sha256sums=('825423db80da4df5c21816c0392b3394cddfe2f3293dfd08ace84941726affea'
+'af1721fbf6706931d0b82dd28b3540f56a65e1585b75873c4ac9eaddecf9c921')
+
+prepare() {
+   cd "qt4pas-V2.5_Qt4.5.3/"
+
+patch -p0 -i "$srcdir/qtwebkit.patch"
+}
+
+build() {
+   cd "qt4pas-V2.5_Qt4.5.3/"
+
+   qmake-qt4 -query
+   qmake-qt4
+   make
+}
+
+package() {
+   cd "qt4pas-V2.5_Qt4.5.3/"
+
+   INSTALL_ROOT="$pkgdir" make install
+
+   pushd "$pkgdir/usr/lib"
+   for intflink in 'libqt4intf.so' 'libqt4intf.so.5' 'libqt4intf.so.5.2' 
'libqt4intf.so.5.2.1' 'libqt4intf.so.5.2.5'; do
+   ln -s libQt4Pas.so.5.2.5 $intflink
+   done
+   popd
+}

Deleted: community-i686/qtwebkit.patch
===
--- community-i686/qtwebkit.patch   2017-04-12 16:33:31 UTC (rev 222511)
+++ community-i686/qtwebkit.patch   2017-04-12 16:33:40 UTC (rev 222512)
@@ -1,155 +0,0 @@
-Index: Qt4Pas.pro
-===
 Qt4Pas.pro (revision 1)
-+++ Qt4Pas.pro (working copy)
-@@ -12,7 +12,6 @@
- 
- VERSION = 5.2.5
- 
--QT += network webkit
- TARGET = Qt4Pas
- TEMPLATE = lib
- DEPENDPATH += src
-@@ -155,21 +154,7 @@
-qprintdialog_hook.h \
-qprintpreviewdialog_hook.h \
-qsystemtrayicon_hook.h \
--   qgraphicsscene_hook.h \
--   qabstractsocket_hook.h \
--   qudpsocket_hook.h \
--   qtcpsocket_hook.h \
--   qtcpserver_hook.h \
--   qnetworkaccessmanager_hook.h \
--   qnetworkreply_hook.h \
--   qwebframe_hook.h \
--   qwebsecurityorigin_hook.h \
-- 

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

2017-04-12 Thread Ike Devolder
Date: Wednesday, April 12, 2017 @ 16:33:31
  Author: idevolder
Revision: 222511

upgpkg: qt4pas 2.5-8

Modified:
  qt4pas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 16:32:35 UTC (rev 222510)
+++ PKGBUILD2017-04-12 16:33:31 UTC (rev 222511)
@@ -4,12 +4,12 @@
 
 pkgname=qt4pas
 pkgver=2.5
-pkgrel=6
+pkgrel=8
 pkgdesc="Free Pascal Qt4 Binding Library"
 arch=('i686' 'x86_64')
 url="http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html;
 license=('LGPL')
-depends=('qt4')
+depends=('qt4' 'xdg-utils')
 source=(
 
'http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.5/qt4pas-V2.5_Qt4.5.3.tar.gz'
 'qtwebkit.patch'


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

2017-04-12 Thread Tobias Powalowski
Date: Wednesday, April 12, 2017 @ 16:32:54
  Author: tpowa
Revision: 292636

db-move: moved linux from [testing] to [core] (i686, x86_64)

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

---+
 /90-linux.hook|   22 
 /PKGBUILD |  578 +
 /config.i686  |16662 
 /config.x86_64|16168 ++
 /linux.install|   54 
 /linux.preset |   28 
 core-i686/90-linux.hook   |   11 
 core-i686/PKGBUILD|  289 
 core-i686/config.i686 | 8331 --
 core-i686/config.x86_64   | 8084 -
 core-i686/linux.install   |   27 
 core-i686/linux.preset|   14 
 core-x86_64/90-linux.hook |   11 
 core-x86_64/PKGBUILD  |  289 
 core-x86_64/config.i686   | 8331 --
 core-x86_64/config.x86_64 | 8084 -
 core-x86_64/linux.install |   27 
 core-x86_64/linux.preset  |   14 
 18 files changed, 33512 insertions(+), 33512 deletions(-)

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


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

2017-04-12 Thread Felix Yan
Date: Wednesday, April 12, 2017 @ 16:32:35
  Author: felixonmars
Revision: 222510

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

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

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 222509, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-12 16:32:35 UTC (rev 222510)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.9
+pkgrel=42
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "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-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" 
"haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('93f584c5f7fc6a57ee50803ae8df5e6c41051a3177044b273cb7fbcd39d11874')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 222509, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-12 16:32:35 UTC (rev 222510)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.9
+pkgrel=42
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "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-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" 
"haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('93f584c5f7fc6a57ee50803ae8df5e6c41051a3177044b273cb7fbcd39d11874')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


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

2017-04-12 Thread Felix Yan
Date: Wednesday, April 12, 2017 @ 16:32:00
  Author: felixonmars
Revision: 222509

upgpkg: hoogle 5.0.9-42

rebuild with generic-deriving,1.11.2

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 16:27:38 UTC (rev 222508)
+++ PKGBUILD2017-04-12 16:32:00 UTC (rev 222509)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.9
-pkgrel=41
+pkgrel=42
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2017-04-12 Thread Felix Yan
Date: Wednesday, April 12, 2017 @ 16:27:38
  Author: felixonmars
Revision: 222508

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

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

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

Copied: cblrepo/repos/community-staging-i686/PKGBUILD (from rev 222507, 
cblrepo/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-12 16:27:38 UTC (rev 222508)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cblrepo
+pkgver=0.24.0
+pkgrel=14
+pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
+url="https://github.com/magthe/cblrepo;
+license=("Apache")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-safe" 
"haskell-stringsearch" "haskell-tar"
+ "haskell-text" "haskell-unixutils" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('03c1728d5f5ac702e334d3b7ccf0ceb42c00f93dba6cce2cdd655f5d74f4af7a')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share
+}

Copied: cblrepo/repos/community-staging-x86_64/PKGBUILD (from rev 222507, 
cblrepo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-12 16:27:38 UTC (rev 222508)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cblrepo
+pkgver=0.24.0
+pkgrel=14
+pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
+url="https://github.com/magthe/cblrepo;
+license=("Apache")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-safe" 
"haskell-stringsearch" "haskell-tar"
+ "haskell-text" "haskell-unixutils" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('03c1728d5f5ac702e334d3b7ccf0ceb42c00f93dba6cce2cdd655f5d74f4af7a')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share
+}


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

2017-04-12 Thread Ike Devolder
Date: Wednesday, April 12, 2017 @ 16:27:04
  Author: idevolder
Revision: 222507

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

Added:
  opera/repos/community-i686/PKGBUILD
(from rev 222505, opera/trunk/PKGBUILD)
  opera/repos/community-i686/default
(from rev 222505, opera/trunk/default)
  opera/repos/community-i686/opera
(from rev 222505, opera/trunk/opera)
  opera/repos/community-i686/opera.install
(from rev 222505, opera/trunk/opera.install)
  opera/repos/community-x86_64/PKGBUILD
(from rev 222505, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 222505, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 222505, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 222505, opera/trunk/opera.install)
Deleted:
  opera/repos/community-i686/PKGBUILD
  opera/repos/community-i686/default
  opera/repos/community-i686/opera
  opera/repos/community-i686/opera.install
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

+
 /PKGBUILD  |  138 +++
 /default   |8 ++
 /opera |   26 +++
 /opera.install |   78 ++
 community-i686/PKGBUILD|   69 ---
 community-i686/default |4 -
 community-i686/opera   |   13 ---
 community-i686/opera.install   |   39 ---
 community-x86_64/PKGBUILD  |   69 ---
 community-x86_64/default   |4 -
 community-x86_64/opera |   13 ---
 community-x86_64/opera.install |   39 ---
 12 files changed, 250 insertions(+), 250 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-12 16:27:01 UTC (rev 222506)
+++ community-i686/PKGBUILD 2017-04-12 16:27:04 UTC (rev 222507)
@@ -1,69 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych 
-# Contributor: ruario 
-# Contributor: Daniel Isenmann 
-# Contributor: dorphell 
-# Contributor: Sigitas Mazaliauskas 
-# Contributor: eworm
-
-pkgname=opera
-pkgver=44.0.2510.1159
-pkgrel=1
-pkgdesc="A fast and secure web browser"
-url="http://www.opera.com/;
-options=(!strip !zipman)
-license=('custom:opera')
-backup=("etc/$pkgname/default")
-arch=('i686' 'x86_64')
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'alsa-lib' 'nss' 'ttf-font' 'libnotify' 'hicolor-icon-theme')
-optdepends=(
-'curl: opera crash reporter and autoupdate checker'
-'opera-ffmpeg-codecs: playback of proprietary video/audio'
-'upower: opera battery save'
-)
-source=(
-"opera"
-"default"
-)
-source_i686=("http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_i386.deb;)
-source_x86_64=("http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;)
-sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
-'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_i686=('9d729d5094a5829bca5ee51660eff0f151811ca4d53b9a38c980feb04f7399b8')
-sha256sums_x86_64=('6e90f1794a152cf1990300bd087502642117421e2b9b5f1b9f88455f02b188ee')
-
-prepare() {
-sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
-sed -e "s/%operabin%/$pkgname\/$pkgname/g" \
--i "$srcdir/opera"
-}
-
-package() {
-tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C "$pkgdir/"
-
-# get rid of the extra subfolder {i386,x86_64}-linux-gnu
-(
-cd "$pkgdir/usr/lib/"*-linux-gnu/
-mv "$pkgname" ../
-)
-rm -rf "$pkgdir/usr/lib/"*-linux-gnu
-
-# suid opera_sandbox
-chmod 4755 "$pkgdir/usr/lib/$pkgname/opera_sandbox"
-
-# install default options
-install -Dm644 "$srcdir/default" "$pkgdir/etc/$pkgname/default"
-
-# install opera wrapper
-rm "$pkgdir/usr/bin/$pkgname"
-install -Dm755 "$srcdir/opera" "$pkgdir/usr/bin/$pkgname"
-
-# license
-install -Dm644 \
-"$pkgdir/usr/share/doc/${pkgname}-stable/copyright" \
-"$pkgdir/usr/share/licenses/$pkgname/copyright"
-}
-

Copied: opera/repos/community-i686/PKGBUILD (from rev 222505, 
opera/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-12 16:27:04 UTC (rev 222507)
@@ -0,0 +1,69 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: 

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

2017-04-12 Thread Felix Yan
Date: Wednesday, April 12, 2017 @ 16:27:01
  Author: felixonmars
Revision: 222506

upgpkg: cblrepo 0.24.0-14

rebuild with generic-deriving,1.11.2

Modified:
  cblrepo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 16:26:51 UTC (rev 222505)
+++ PKGBUILD2017-04-12 16:27:01 UTC (rev 222506)
@@ -3,7 +3,7 @@
 
 pkgname=cblrepo
 pkgver=0.24.0
-pkgrel=13
+pkgrel=14
 pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
 url="https://github.com/magthe/cblrepo;
 license=("Apache")


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

2017-04-12 Thread Ike Devolder
Date: Wednesday, April 12, 2017 @ 16:26:51
  Author: idevolder
Revision: 222505

upgpkg: opera 44.0.2510.1218-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 16:25:30 UTC (rev 222504)
+++ PKGBUILD2017-04-12 16:26:51 UTC (rev 222505)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=44.0.2510.1159
+pkgver=44.0.2510.1218
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/;
@@ -32,8 +32,8 @@
 
source_x86_64=("http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;)
 sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
 '4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_i686=('9d729d5094a5829bca5ee51660eff0f151811ca4d53b9a38c980feb04f7399b8')
-sha256sums_x86_64=('6e90f1794a152cf1990300bd087502642117421e2b9b5f1b9f88455f02b188ee')
+sha256sums_i686=('c483f6a671e33bee80ffb0d774bc73c7256d4e2914bc8a9ad40c108a82346e50')
+sha256sums_x86_64=('7b2294dfd8b54fa1c3f36d52f2f5be0ca86f03355db7b21053fa8005001f62c6')
 
 prepare() {
 sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"


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

2017-04-12 Thread Ike Devolder
Date: Wednesday, April 12, 2017 @ 16:25:30
  Author: idevolder
Revision: 222504

archrelease: copy trunk to community-any

Added:
  closure-compiler/repos/community-any/PKGBUILD
(from rev 222503, closure-compiler/trunk/PKGBUILD)
Deleted:
  closure-compiler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-12 16:25:23 UTC (rev 222503)
+++ PKGBUILD2017-04-12 16:25:30 UTC (rev 222504)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bram Schoenmakers 
-pkgname=closure-compiler
-pkgver=20170218
-pkgrel=1
-pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
-arch=('any')
-url="https://developers.google.com/closure/compiler/;
-license=('APACHE')
-depends=('java-runtime')
-makedepends=('maven' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('f3fca34aefefa7075062b41599ba9290514fa6dd064c1631b80c028b1e77d7e1')
-
-LANG='en_US.UTF-8'
-
-build() {
-   cd "$pkgname-$pkgver"
-
-   mvn -DskipTests
-}
-
-#check() {
-   #cd "$pkgname-$pkgver"
-
-   #ant test
-#}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-install -Dm644 target/closure-compiler-1.0-SNAPSHOT.jar \
-"$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar"
-install -Dm644 target/closure-compiler-linter-1.0-SNAPSHOT.jar \
-"$pkgdir/usr/share/java/closure-compiler/closure-compiler-linter.jar"
-   install -dm755 $pkgdir/usr/bin
-   echo '#!/bin/sh
-   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@' > 
"$pkgdir/usr/bin/closure-compiler"
-   chmod +x "$pkgdir/usr/bin/closure-compiler"
-   echo '#!/bin/sh
-   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler-linter.jar $@' > 
"$pkgdir/usr/bin/closure-compiler-linter"
-   chmod +x "$pkgdir/usr/bin/closure-compiler-linter"
-}
-

Copied: closure-compiler/repos/community-any/PKGBUILD (from rev 222503, 
closure-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-12 16:25:30 UTC (rev 222504)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bram Schoenmakers 
+pkgname=closure-compiler
+pkgver=20170409
+pkgrel=1
+pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
+arch=('any')
+url="https://developers.google.com/closure/compiler/;
+license=('APACHE')
+depends=('java-runtime')
+makedepends=('maven' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('4231129a4ad1c03310cf22aab307c20c19eb715173dc56d8281e639a945a609a')
+
+LANG='en_US.UTF-8'
+
+build() {
+   cd "$pkgname-$pkgver"
+
+   mvn -DskipTests
+}
+
+#check() {
+   #cd "$pkgname-$pkgver"
+
+   #ant test
+#}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+install -Dm644 target/closure-compiler-1.0-SNAPSHOT.jar \
+"$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar"
+install -Dm644 target/closure-compiler-linter-1.0-SNAPSHOT.jar \
+"$pkgdir/usr/share/java/closure-compiler/closure-compiler-linter.jar"
+   install -dm755 $pkgdir/usr/bin
+   echo '#!/bin/sh
+   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@' > 
"$pkgdir/usr/bin/closure-compiler"
+   chmod +x "$pkgdir/usr/bin/closure-compiler"
+   echo '#!/bin/sh
+   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler-linter.jar $@' > 
"$pkgdir/usr/bin/closure-compiler-linter"
+   chmod +x "$pkgdir/usr/bin/closure-compiler-linter"
+}
+


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

2017-04-12 Thread Ike Devolder
Date: Wednesday, April 12, 2017 @ 16:25:23
  Author: idevolder
Revision: 222503

upgpkg: closure-compiler 20170409-1

Modified:
  closure-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 16:24:21 UTC (rev 222502)
+++ PKGBUILD2017-04-12 16:25:23 UTC (rev 222503)
@@ -2,7 +2,7 @@
 # Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
 # Contributor: Bram Schoenmakers 
 pkgname=closure-compiler
-pkgver=20170218
+pkgver=20170409
 pkgrel=1
 pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('java-runtime')
 makedepends=('maven' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('f3fca34aefefa7075062b41599ba9290514fa6dd064c1631b80c028b1e77d7e1')
+sha256sums=('4231129a4ad1c03310cf22aab307c20c19eb715173dc56d8281e639a945a609a')
 
 LANG='en_US.UTF-8'
 


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

2017-04-12 Thread Felix Yan
Date: Wednesday, April 12, 2017 @ 16:24:21
  Author: felixonmars
Revision: 222502

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

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

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

Copied: haskell-unixutils/repos/community-staging-i686/PKGBUILD (from rev 
222501, haskell-unixutils/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-12 16:24:21 UTC (rev 222502)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=Unixutils
+pkgname=haskell-unixutils
+pkgver=1.54.1
+pkgrel=3
+pkgdesc="A crude interface between Haskell and Unix-like operating systems"
+url="https://github.com/seereason/haskell-unixutils;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-exceptions' 'haskell-mtl' 
'haskell-process-extras' 'haskell-puremd5'
+ 'haskell-regex-tdfa' 'haskell-zlib')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('4ed58cb525abffd507714cca1a07108e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}

Copied: haskell-unixutils/repos/community-staging-x86_64/PKGBUILD (from rev 
222501, haskell-unixutils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-12 16:24:21 UTC (rev 222502)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=Unixutils
+pkgname=haskell-unixutils
+pkgver=1.54.1
+pkgrel=3
+pkgdesc="A crude interface between Haskell and Unix-like operating systems"
+url="https://github.com/seereason/haskell-unixutils;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-exceptions' 'haskell-mtl' 
'haskell-process-extras' 'haskell-puremd5'
+ 'haskell-regex-tdfa' 'haskell-zlib')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('4ed58cb525abffd507714cca1a07108e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f 

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

2017-04-12 Thread Felix Yan
Date: Wednesday, April 12, 2017 @ 16:23:49
  Author: felixonmars
Revision: 222501

upgpkg: haskell-unixutils 1.54.1-3

rebuild with generic-deriving,1.11.2

Modified:
  haskell-unixutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 16:21:48 UTC (rev 222500)
+++ PKGBUILD2017-04-12 16:23:49 UTC (rev 222501)
@@ -4,7 +4,7 @@
 _hkgname=Unixutils
 pkgname=haskell-unixutils
 pkgver=1.54.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A crude interface between Haskell and Unix-like operating systems"
 url="https://github.com/seereason/haskell-unixutils;
 license=('custom:BSD3')


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

2017-04-12 Thread Felix Yan
Date: Wednesday, April 12, 2017 @ 16:21:48
  Author: felixonmars
Revision: 222500

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

Added:
  haskell-process-extras/repos/community-staging-i686/
  haskell-process-extras/repos/community-staging-i686/PKGBUILD
(from rev 222499, haskell-process-extras/trunk/PKGBUILD)
  haskell-process-extras/repos/community-staging-x86_64/
  haskell-process-extras/repos/community-staging-x86_64/PKGBUILD
(from rev 222499, haskell-process-extras/trunk/PKGBUILD)

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

Copied: haskell-process-extras/repos/community-staging-i686/PKGBUILD (from rev 
222499, haskell-process-extras/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-12 16:21:48 UTC (rev 222500)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=process-extras
+pkgname=haskell-process-extras
+pkgver=0.7.1
+pkgrel=4
+pkgdesc="Process extras"
+url="https://github.com/seereason/process-extras;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-data-default' 'haskell-generic-deriving' 
'haskell-listlike'
+ 'haskell-mtl' 'haskell-text')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('cd676fa7e659099b52221322c2cbfcc6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-process-extras/repos/community-staging-x86_64/PKGBUILD (from 
rev 222499, haskell-process-extras/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-12 16:21:48 UTC (rev 222500)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=process-extras
+pkgname=haskell-process-extras
+pkgver=0.7.1
+pkgrel=4
+pkgdesc="Process extras"
+url="https://github.com/seereason/process-extras;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-data-default' 'haskell-generic-deriving' 
'haskell-listlike'
+ 'haskell-mtl' 'haskell-text')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('cd676fa7e659099b52221322c2cbfcc6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f 

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

2017-04-12 Thread Felix Yan
Date: Wednesday, April 12, 2017 @ 16:21:13
  Author: felixonmars
Revision: 222499

upgpkg: haskell-process-extras 0.7.1-4

rebuild with generic-deriving,1.11.2

Modified:
  haskell-process-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 16:18:48 UTC (rev 222498)
+++ PKGBUILD2017-04-12 16:21:13 UTC (rev 222499)
@@ -5,7 +5,7 @@
 _hkgname=process-extras
 pkgname=haskell-process-extras
 pkgver=0.7.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Process extras"
 url="https://github.com/seereason/process-extras;
 license=('MIT')


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

2017-04-12 Thread Felix Yan
Date: Wednesday, April 12, 2017 @ 16:18:48
  Author: felixonmars
Revision: 222498

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

Added:
  haskell-generic-deriving/repos/community-staging-i686/
  haskell-generic-deriving/repos/community-staging-i686/PKGBUILD
(from rev 222497, haskell-generic-deriving/trunk/PKGBUILD)
  haskell-generic-deriving/repos/community-staging-x86_64/
  haskell-generic-deriving/repos/community-staging-x86_64/PKGBUILD
(from rev 222497, haskell-generic-deriving/trunk/PKGBUILD)

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

Copied: haskell-generic-deriving/repos/community-staging-i686/PKGBUILD (from 
rev 222497, haskell-generic-deriving/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-12 16:18:48 UTC (rev 222498)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=generic-deriving
+pkgname=haskell-generic-deriving
+pkgver=1.11.2
+pkgrel=1
+pkgdesc="Generic programming library for generalised deriving."
+url="https://github.com/dreixel/generic-deriving;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c114bdc0cfb40dcdd5014f6e34f494e3d3d275b43299a3b51d8afc7927a5879260a458e7c94234cea27f6ad554fd87d8cc934dffb53cfc919837cd6fb9ae3a0e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fbase-4-9
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-generic-deriving/repos/community-staging-x86_64/PKGBUILD (from 
rev 222497, haskell-generic-deriving/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-12 16:18:48 UTC (rev 222498)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=generic-deriving
+pkgname=haskell-generic-deriving
+pkgver=1.11.2
+pkgrel=1
+pkgdesc="Generic programming library for generalised deriving."
+url="https://github.com/dreixel/generic-deriving;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c114bdc0cfb40dcdd5014f6e34f494e3d3d275b43299a3b51d8afc7927a5879260a458e7c94234cea27f6ad554fd87d8cc934dffb53cfc919837cd6fb9ae3a0e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fbase-4-9
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 

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

2017-04-12 Thread Felix Yan
Date: Wednesday, April 12, 2017 @ 16:18:16
  Author: felixonmars
Revision: 222497

upgpkg: haskell-generic-deriving 1.11.2-1

rebuild with generic-deriving,1.11.2

Modified:
  haskell-generic-deriving/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 16:16:11 UTC (rev 222496)
+++ PKGBUILD2017-04-12 16:18:16 UTC (rev 222497)
@@ -4,7 +4,7 @@
 
 _hkgname=generic-deriving
 pkgname=haskell-generic-deriving
-pkgver=1.11.1
+pkgver=1.11.2
 pkgrel=1
 pkgdesc="Generic programming library for generalised deriving."
 url="https://github.com/dreixel/generic-deriving;
@@ -11,8 +11,8 @@
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('b38d427f990f3080108c565a81284217290a47be63bab7bf59036ece2e2cb0e9')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c114bdc0cfb40dcdd5014f6e34f494e3d3d275b43299a3b51d8afc7927a5879260a458e7c94234cea27f6ad554fd87d8cc934dffb53cfc919837cd6fb9ae3a0e')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in perl-sub-identify/repos (4 files)

2017-04-12 Thread Felix Yan
Date: Wednesday, April 12, 2017 @ 16:16:11
  Author: felixonmars
Revision: 222496

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

Added:
  perl-sub-identify/repos/community-i686/PKGBUILD
(from rev 222495, perl-sub-identify/trunk/PKGBUILD)
  perl-sub-identify/repos/community-x86_64/PKGBUILD
(from rev 222495, perl-sub-identify/trunk/PKGBUILD)
Deleted:
  perl-sub-identify/repos/community-i686/PKGBUILD
  perl-sub-identify/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-12 16:15:27 UTC (rev 222495)
+++ community-i686/PKGBUILD 2017-04-12 16:16:11 UTC (rev 222496)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan  
-# Contributor: John D Jones III 
-
-pkgname=perl-sub-identify
-pkgver=0.13
-pkgrel=1
-pkgdesc="Retrieve names of code references"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-checkdepends=('perl-test-pod')
-url='http://search.mcpan.org/dist/Sub-Identify'
-source=("http://search.mcpan.org/CPAN/authors/id/R/RG/RGARCIA/Sub-Identify-$pkgver.tar.gz;)
-sha512sums=('16655ea9324202e578ab44139816d61ef961d61c97e2393c19337692670a3f7a27d8dacb7db7b1130ed762f3b6dfc98fe39fe379b546b32576c19bdfa7df70a0')
-
-build() {
-  cd "$srcdir/Sub-Identify-$pkgver"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/Sub-Identify-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/Sub-Identify-$pkgver"
-  make DESTDIR="$pkgdir"/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-sub-identify/repos/community-i686/PKGBUILD (from rev 222495, 
perl-sub-identify/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-12 16:16:11 UTC (rev 222496)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan  
+# Contributor: John D Jones III 
+
+pkgname=perl-sub-identify
+pkgver=0.14
+pkgrel=1
+pkgdesc="Retrieve names of code references"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+checkdepends=('perl-test-pod')
+url='http://search.mcpan.org/dist/Sub-Identify'
+source=("http://search.mcpan.org/CPAN/authors/id/R/RG/RGARCIA/Sub-Identify-$pkgver.tar.gz;)
+sha512sums=('f69f542c84c5c3ca1f1c7f5f58fd2cf19279a65229f43117c31f24ab0e49d5f329bef2bc00f22252fd2e52b4e17f16b279dac438920668e046e59f2e22e52c14')
+
+build() {
+  cd "$srcdir/Sub-Identify-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/Sub-Identify-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Sub-Identify-$pkgver"
+  make DESTDIR="$pkgdir"/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-12 16:15:27 UTC (rev 222495)
+++ community-x86_64/PKGBUILD   2017-04-12 16:16:11 UTC (rev 222496)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan  
-# Contributor: John D Jones III 
-
-pkgname=perl-sub-identify
-pkgver=0.13
-pkgrel=1
-pkgdesc="Retrieve names of code references"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-checkdepends=('perl-test-pod')
-url='http://search.mcpan.org/dist/Sub-Identify'
-source=("http://search.mcpan.org/CPAN/authors/id/R/RG/RGARCIA/Sub-Identify-$pkgver.tar.gz;)
-sha512sums=('16655ea9324202e578ab44139816d61ef961d61c97e2393c19337692670a3f7a27d8dacb7db7b1130ed762f3b6dfc98fe39fe379b546b32576c19bdfa7df70a0')
-
-build() {
-  cd "$srcdir/Sub-Identify-$pkgver"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/Sub-Identify-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/Sub-Identify-$pkgver"
-  make DESTDIR="$pkgdir"/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-sub-identify/repos/community-x86_64/PKGBUILD (from rev 222495, 
perl-sub-identify/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-12 16:16:11 UTC (rev 222496)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan  
+# Contributor: John D Jones III 
+
+pkgname=perl-sub-identify
+pkgver=0.14
+pkgrel=1
+pkgdesc="Retrieve names of code references"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+checkdepends=('perl-test-pod')
+url='http://search.mcpan.org/dist/Sub-Identify'

[arch-commits] Commit in perl-sub-identify/trunk (PKGBUILD)

2017-04-12 Thread Felix Yan
Date: Wednesday, April 12, 2017 @ 16:15:27
  Author: felixonmars
Revision: 222495

upgpkg: perl-sub-identify 0.14-1

Modified:
  perl-sub-identify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 16:13:02 UTC (rev 222494)
+++ PKGBUILD2017-04-12 16:15:27 UTC (rev 222495)
@@ -3,7 +3,7 @@
 # Contributor: John D Jones III 
 
 pkgname=perl-sub-identify
-pkgver=0.13
+pkgver=0.14
 pkgrel=1
 pkgdesc="Retrieve names of code references"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 checkdepends=('perl-test-pod')
 url='http://search.mcpan.org/dist/Sub-Identify'
 
source=("http://search.mcpan.org/CPAN/authors/id/R/RG/RGARCIA/Sub-Identify-$pkgver.tar.gz;)
-sha512sums=('16655ea9324202e578ab44139816d61ef961d61c97e2393c19337692670a3f7a27d8dacb7db7b1130ed762f3b6dfc98fe39fe379b546b32576c19bdfa7df70a0')
+sha512sums=('f69f542c84c5c3ca1f1c7f5f58fd2cf19279a65229f43117c31f24ab0e49d5f329bef2bc00f22252fd2e52b4e17f16b279dac438920668e046e59f2e22e52c14')
 
 build() {
   cd "$srcdir/Sub-Identify-$pkgver"


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

2017-04-12 Thread Felix Yan
Date: Wednesday, April 12, 2017 @ 16:13:02
  Author: felixonmars
Revision: 222494

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

Added:
  nodejs/repos/community-testing-i686/PKGBUILD
(from rev 222493, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-testing-x86_64/PKGBUILD
(from rev 222493, nodejs/trunk/PKGBUILD)
Deleted:
  nodejs/repos/community-testing-i686/PKGBUILD
  nodejs/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |  144 
 community-testing-i686/PKGBUILD   |   72 --
 community-testing-x86_64/PKGBUILD |   72 --
 3 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-04-12 16:12:13 UTC (rev 222493)
+++ community-testing-i686/PKGBUILD 2017-04-12 16:13:02 UTC (rev 222494)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=7.8.0
-pkgrel=2
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl-1.0' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares') # 'v8')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha256sums=('b5836069ffaa84d8000ea579b8b1f97602eaa8c4883153f718758a4f3da9a4d8')
-
-prepare() {
-  cd node-$pkgver
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-$pkgver
-
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---shared-http-parser \
---shared-cares
-# --shared-v8
-
-  make
-}
-
-check() {
-  cd node-$pkgver
-  # Expected failure: https://github.com/nodejs/node/issues/11627
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-testing-i686/PKGBUILD (from rev 222493, 
nodejs/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-04-12 16:13:02 UTC (rev 222494)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=7.9.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl-1.0' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares') # 'v8')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
+sha256sums=('77b8f773ad7eca17e56e8d25f66be862999d6479a06767efe5ccf64f2dfd03ea')
+
+prepare() {
+  cd node-$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-$pkgver
+
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+

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

2017-04-12 Thread Felix Yan
Date: Wednesday, April 12, 2017 @ 16:12:13
  Author: felixonmars
Revision: 222493

upgpkg: nodejs 7.9.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 12:49:41 UTC (rev 222492)
+++ PKGBUILD2017-04-12 16:12:13 UTC (rev 222493)
@@ -9,8 +9,8 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=7.8.0
-pkgrel=2
+pkgver=7.9.0
+pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'
@@ -19,7 +19,7 @@
 makedepends=('python2' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha256sums=('b5836069ffaa84d8000ea579b8b1f97602eaa8c4883153f718758a4f3da9a4d8')
+sha256sums=('77b8f773ad7eca17e56e8d25f66be862999d6479a06767efe5ccf64f2dfd03ea')
 
 prepare() {
   cd node-$pkgver


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

2017-04-12 Thread Jan de Groot
Date: Wednesday, April 12, 2017 @ 15:03:13
  Author: jgc
Revision: 292635

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-mines/repos/gnome-unstable-i686/
  gnome-mines/repos/gnome-unstable-i686/PKGBUILD
(from rev 292634, gnome-mines/trunk/PKGBUILD)
  gnome-mines/repos/gnome-unstable-x86_64/
  gnome-mines/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292634, gnome-mines/trunk/PKGBUILD)

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

Copied: gnome-mines/repos/gnome-unstable-i686/PKGBUILD (from rev 292634, 
gnome-mines/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-12 15:03:13 UTC (rev 292635)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-mines
+pkgver=3.24.0+1+ga8c3697
+pkgrel=1
+pkgdesc="Clear hidden mines from a minefield"
+url="https://wiki.gnome.org/Apps/Mines;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 librsvg libgnome-games-support)
+makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib 
vala git)
+groups=(gnome-extra)
+_commit=a8c3697a9f5bb7db24222ee22a7eeaf08a2e6277  # gnome-3-24
+source=("git+https://git.gnome.org/browse/gnome-mines#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-mines/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292634, 
gnome-mines/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-12 15:03:13 UTC (rev 292635)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-mines
+pkgver=3.24.0+1+ga8c3697
+pkgrel=1
+pkgdesc="Clear hidden mines from a minefield"
+url="https://wiki.gnome.org/Apps/Mines;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 librsvg libgnome-games-support)
+makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib 
vala git)
+groups=(gnome-extra)
+_commit=a8c3697a9f5bb7db24222ee22a7eeaf08a2e6277  # gnome-3-24
+source=("git+https://git.gnome.org/browse/gnome-mines#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-04-12 Thread Jan de Groot
Date: Wednesday, April 12, 2017 @ 15:03:03
  Author: jgc
Revision: 292634

upgpkg: gnome-mines 3.24.0+1+ga8c3697-1

Modified:
  gnome-mines/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 14:44:34 UTC (rev 292633)
+++ PKGBUILD2017-04-12 15:03:03 UTC (rev 292634)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-mines
-pkgver=3.22.2
+pkgver=3.24.0+1+ga8c3697
 pkgrel=1
 pkgdesc="Clear hidden mines from a minefield"
 url="https://wiki.gnome.org/Apps/Mines;
@@ -12,8 +12,8 @@
 depends=(gtk3 librsvg libgnome-games-support)
 makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib 
vala git)
 groups=(gnome-extra)
-_commit=c55f5b68b5efea15e5aef8ac8155cd270925388c  # tags/3.22.2^0
-source=("git://git.gnome.org/gnome-mines#commit=$_commit")
+_commit=a8c3697a9f5bb7db24222ee22a7eeaf08a2e6277  # gnome-3-24
+source=("git+https://git.gnome.org/browse/gnome-mines#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-04-12 Thread Jan de Groot
Date: Wednesday, April 12, 2017 @ 14:44:34
  Author: jgc
Revision: 292633

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-dictionary/repos/gnome-unstable-i686/
  gnome-dictionary/repos/gnome-unstable-i686/PKGBUILD
(from rev 292632, gnome-dictionary/trunk/PKGBUILD)
  gnome-dictionary/repos/gnome-unstable-x86_64/
  gnome-dictionary/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292632, gnome-dictionary/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   40 +++
 gnome-unstable-x86_64/PKGBUILD |   40 +++
 2 files changed, 80 insertions(+)

Copied: gnome-dictionary/repos/gnome-unstable-i686/PKGBUILD (from rev 292632, 
gnome-dictionary/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-12 14:44:34 UTC (rev 292633)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-dictionary
+pkgver=3.24.0+5+ga7aa054
+pkgrel=1
+pkgdesc="Look up words in dictionary sources"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Apps/Dictionary;
+license=('GPL2')
+depends=('dconf' 'gtk3')
+makedepends=('intltool' 'itstool' 'docbook-xsl' gtk-doc yelp-tools git 
gobject-introspection)
+groups=('gnome')
+_commit=a7aa0541016aeffeafd5adbd123ac669e27c13e8  # gnome-3-24
+source=("git+https://git.gnome.org/browse/gnome-dictionary#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-dictionary/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292632, 
gnome-dictionary/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-12 14:44:34 UTC (rev 292633)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-dictionary
+pkgver=3.24.0+5+ga7aa054
+pkgrel=1
+pkgdesc="Look up words in dictionary sources"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Apps/Dictionary;
+license=('GPL2')
+depends=('dconf' 'gtk3')
+makedepends=('intltool' 'itstool' 'docbook-xsl' gtk-doc yelp-tools git 
gobject-introspection)
+groups=('gnome')
+_commit=a7aa0541016aeffeafd5adbd123ac669e27c13e8  # gnome-3-24
+source=("git+https://git.gnome.org/browse/gnome-dictionary#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-04-12 Thread Jan de Groot
Date: Wednesday, April 12, 2017 @ 14:44:26
  Author: jgc
Revision: 292632

upgpkg: gnome-dictionary 3.24.0+5+ga7aa054-1

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 14:40:59 UTC (rev 292631)
+++ PKGBUILD2017-04-12 14:44:26 UTC (rev 292632)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-dictionary
-pkgver=3.20.0+28+g7dce582
+pkgver=3.24.0+5+ga7aa054
 pkgrel=1
 pkgdesc="Look up words in dictionary sources"
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 depends=('dconf' 'gtk3')
 makedepends=('intltool' 'itstool' 'docbook-xsl' gtk-doc yelp-tools git 
gobject-introspection)
 groups=('gnome')
-_commit=7dce582599f483e6a2e541ce772e8e225341c280  # master
-source=("git://git.gnome.org/gnome-dictionary#commit=$_commit")
+_commit=a7aa0541016aeffeafd5adbd123ac669e27c13e8  # gnome-3-24
+source=("git+https://git.gnome.org/browse/gnome-dictionary#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-04-12 Thread Jan de Groot
Date: Wednesday, April 12, 2017 @ 14:40:59
  Author: jgc
Revision: 292631

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-chess/repos/gnome-unstable-i686/
  gnome-chess/repos/gnome-unstable-i686/PKGBUILD
(from rev 292630, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/gnome-unstable-x86_64/
  gnome-chess/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292630, gnome-chess/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   40 +++
 gnome-unstable-x86_64/PKGBUILD |   40 +++
 2 files changed, 80 insertions(+)

Copied: gnome-chess/repos/gnome-unstable-i686/PKGBUILD (from rev 292630, 
gnome-chess/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-12 14:40:59 UTC (rev 292631)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.24.0+4+g354e433
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+url="https://wiki.gnome.org/Apps/Chess;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 librsvg)
+makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib 
vala git)
+optdepends=('gnuchess: Play against computer')
+groups=(gnome-extra)
+_commit=354e433cf4e488d160ee999758d872fc3ea128a4  # master
+source=("git+https://git.gnome.org/browse/gnome-chess#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-chess/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292630, 
gnome-chess/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-12 14:40:59 UTC (rev 292631)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.24.0+4+g354e433
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+url="https://wiki.gnome.org/Apps/Chess;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 librsvg)
+makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib 
vala git)
+optdepends=('gnuchess: Play against computer')
+groups=(gnome-extra)
+_commit=354e433cf4e488d160ee999758d872fc3ea128a4  # master
+source=("git+https://git.gnome.org/browse/gnome-chess#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-04-12 Thread Jan de Groot
Date: Wednesday, April 12, 2017 @ 14:40:49
  Author: jgc
Revision: 292630

upgpkg: gnome-chess 3.24.0+4+g354e433-1

Modified:
  gnome-chess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 14:34:13 UTC (rev 292629)
+++ PKGBUILD2017-04-12 14:40:49 UTC (rev 292630)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-chess
-pkgver=3.22.2
+pkgver=3.24.0+4+g354e433
 pkgrel=1
 pkgdesc="Play the classic two-player boardgame of chess"
 url="https://wiki.gnome.org/Apps/Chess;
@@ -13,8 +13,8 @@
 makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib 
vala git)
 optdepends=('gnuchess: Play against computer')
 groups=(gnome-extra)
-_commit=9300693e86ae9c17408551cf2a28783cfcd75a35  # tags/3.22.2^0
-source=("git://git.gnome.org/gnome-chess#commit=$_commit")
+_commit=354e433cf4e488d160ee999758d872fc3ea128a4  # master
+source=("git+https://git.gnome.org/browse/gnome-chess#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-04-12 Thread Jan de Groot
Date: Wednesday, April 12, 2017 @ 14:34:13
  Author: jgc
Revision: 292629

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-builder/repos/gnome-unstable-i686/
  gnome-builder/repos/gnome-unstable-i686/PKGBUILD
(from rev 292628, gnome-builder/trunk/PKGBUILD)
  gnome-builder/repos/gnome-unstable-x86_64/
  gnome-builder/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292628, gnome-builder/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   48 +++
 gnome-unstable-x86_64/PKGBUILD |   48 +++
 2 files changed, 96 insertions(+)

Copied: gnome-builder/repos/gnome-unstable-i686/PKGBUILD (from rev 292628, 
gnome-builder/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-12 14:34:13 UTC (rev 292629)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.24.1
+pkgrel=1
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
+ ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak 
gspell)
+makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
+ mm-common)
+optdepends=('gnome-code-assistance: Legacy assistance services')
+groups=(gnome-extra)
+_commit=25a10a49a9fa74a9714a28042ebe7d86591fa88c  # tags/GNOME_BUILDER_3_24_1^0
+source=("git+https://git.gnome.org/browse/gnome-builder#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --enable-gtk-doc --enable-meson-templates
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-builder/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292628, 
gnome-builder/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-12 14:34:13 UTC (rev 292629)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.24.1
+pkgrel=1
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
+ ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak 
gspell)
+makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
+ mm-common)
+optdepends=('gnome-code-assistance: Legacy assistance services')
+groups=(gnome-extra)
+_commit=25a10a49a9fa74a9714a28042ebe7d86591fa88c  # tags/GNOME_BUILDER_3_24_1^0
+source=("git+https://git.gnome.org/browse/gnome-builder#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --enable-gtk-doc --enable-meson-templates
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-04-12 Thread Jan de Groot
Date: Wednesday, April 12, 2017 @ 14:34:04
  Author: jgc
Revision: 292628

upgpkg: gnome-builder 3.24.1-1

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 13:27:20 UTC (rev 292627)
+++ PKGBUILD2017-04-12 14:34:04 UTC (rev 292628)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-builder
-pkgver=3.22.4+10+g4e04a9b1
+pkgver=3.24.1
 pkgrel=1
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder;
@@ -9,12 +9,12 @@
 arch=(i686 x86_64)
 license=(GPL3)
 depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
- ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak)
+ ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak 
gspell)
 makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
  mm-common)
 optdepends=('gnome-code-assistance: Legacy assistance services')
 groups=(gnome-extra)
-_commit=4e04a9b1377cab57da8166292cc872c79934a22a  # gnome-builder-3-22
+_commit=25a10a49a9fa74a9714a28042ebe7d86591fa88c  # tags/GNOME_BUILDER_3_24_1^0
 source=("git+https://git.gnome.org/browse/gnome-builder#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-04-12 Thread Jan de Groot
Date: Wednesday, April 12, 2017 @ 13:27:20
  Author: jgc
Revision: 292627

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gitg/repos/gnome-unstable-i686/
  gitg/repos/gnome-unstable-i686/PKGBUILD
(from rev 292626, gitg/trunk/PKGBUILD)
  gitg/repos/gnome-unstable-x86_64/
  gitg/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292626, gitg/trunk/PKGBUILD)

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

Copied: gitg/repos/gnome-unstable-i686/PKGBUILD (from rev 292626, 
gitg/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-12 13:27:20 UTC (rev 292627)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gitg
+pkgver=3.23.90+21+gf708e719
+pkgrel=1
+pkgdesc='A GIT repository viewer based on GTK+'
+arch=('i686' 'x86_64')
+url='https://git.gnome.org/browse/gitg/'
+license=('GPL')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 
'webkit2gtk' 'libpeas' 'gtkspell3'
+ 'python-gobject')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common' 'glade' 
git)
+groups=('gnome-extra')
+_commit=f708e719274e31f5aa8fb9262ed84e09f411dd97  # master
+source=("git://git.gnome.org/gitg#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-glade-catalog
+
+  # Don't overlink
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Copied: gitg/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292626, 
gitg/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-12 13:27:20 UTC (rev 292627)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gitg
+pkgver=3.23.90+21+gf708e719
+pkgrel=1
+pkgdesc='A GIT repository viewer based on GTK+'
+arch=('i686' 'x86_64')
+url='https://git.gnome.org/browse/gitg/'
+license=('GPL')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 
'webkit2gtk' 'libpeas' 'gtkspell3'
+ 'python-gobject')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common' 'glade' 
git)
+groups=('gnome-extra')
+_commit=f708e719274e31f5aa8fb9262ed84e09f411dd97  # master
+source=("git://git.gnome.org/gitg#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-glade-catalog
+
+  # Don't overlink
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


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

2017-04-12 Thread Jan de Groot
Date: Wednesday, April 12, 2017 @ 13:27:12
  Author: jgc
Revision: 292626

upgpkg: gitg 3.23.90+21+gf708e719-1

Modified:
  gitg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 12:46:27 UTC (rev 292625)
+++ PKGBUILD2017-04-12 13:27:12 UTC (rev 292626)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=gitg
-pkgver=3.22.0
-pkgrel=2
+pkgver=3.23.90+21+gf708e719
+pkgrel=1
 pkgdesc='A GIT repository viewer based on GTK+'
 arch=('i686' 'x86_64')
 url='https://git.gnome.org/browse/gitg/'
@@ -12,7 +12,7 @@
  'python-gobject')
 makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common' 'glade' 
git)
 groups=('gnome-extra')
-_commit=226d5f03f8873a7a8bdaa1984036096604eae078  # tags/v3.22.0^0
+_commit=f708e719274e31f5aa8fb9262ed84e09f411dd97  # master
 source=("git://git.gnome.org/gitg#commit=$_commit")
 sha256sums=('SKIP')
 


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

2017-04-12 Thread Sergej Pupykin
Date: Wednesday, April 12, 2017 @ 12:49:41
  Author: spupykin
Revision: 222492

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

Added:
  lilypond/repos/community-i686/PKGBUILD
(from rev 222491, lilypond/trunk/PKGBUILD)
  lilypond/repos/community-i686/lilyfontsize.patch
(from rev 222491, lilypond/trunk/lilyfontsize.patch)
  lilypond/repos/community-x86_64/PKGBUILD
(from rev 222491, lilypond/trunk/PKGBUILD)
  lilypond/repos/community-x86_64/lilyfontsize.patch
(from rev 222491, lilypond/trunk/lilyfontsize.patch)
Deleted:
  lilypond/repos/community-i686/PKGBUILD
  lilypond/repos/community-i686/lilypond.install
  lilypond/repos/community-x86_64/PKGBUILD
  lilypond/repos/community-x86_64/lilypond.install

-+
 /PKGBUILD   |  142 ++
 community-i686/PKGBUILD |   51 
 community-i686/lilyfontsize.patch   |   13 +++
 community-i686/lilypond.install |   48 ---
 community-x86_64/PKGBUILD   |   51 
 community-x86_64/lilyfontsize.patch |   13 +++
 community-x86_64/lilypond.install   |   48 ---
 7 files changed, 168 insertions(+), 198 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-12 12:49:21 UTC (rev 222491)
+++ community-i686/PKGBUILD 2017-04-12 12:49:41 UTC (rev 222492)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Geoffroy Carrier 
-# Contributor: William Rea 
-# Contributor: Robert Emil Berge 
-
-pkgname=lilypond
-pkgver=2.18.2
-pkgrel=3
-pkgdesc="An automated music engraving system"
-arch=('i686' 'x86_64')
-url="http://lilypond.org;
-license=('GPL')
-depends=('guile1.8' 'python2' 'texlive-core' 'ghostscript' 'pango' 
'fontconfig')
-makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
-'gsfonts' 'texi2html' 'dblatex' 'texlive-langcyrillic' 
'imagemagick'
-'zip' 'rsync' 'netpbm')
-options=('emptydirs')
-install=lilypond.install
-source=(http://download.linuxaudio.org/lilypond/sources/v2.18/$pkgname-$pkgver.tar.gz)
-md5sums=('3c4bcbb708d12644668b32bfe82ebf25')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  sed -i 's|GUILE_CFLAGS=.*|GUILE_CFLAGS="`pkg-config --cflags guile-1.8`"|' 
configure
-  sed -i 's|GUILE_LDFLAGS=.*|GUILE_LDFLAGS="`pkg-config --libs guile-1.8`"|' 
configure
-
-  rm -rf lily/out/ python/out/
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export PYTHON=/usr/bin/python2
-  export GUILE=/usr/bin/guile1.8
-  export GUILE_CONFIG=/usr/bin/guile-config1.8
-  export LDFLAGS="$LDFLAGS -lpthread"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" vimdir="/usr/share/vim/vimfiles" install
-}

Copied: lilypond/repos/community-i686/PKGBUILD (from rev 222491, 
lilypond/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-12 12:49:41 UTC (rev 222492)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Geoffroy Carrier 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=lilypond
+pkgver=2.18.2
+pkgrel=4
+pkgdesc="An automated music engraving system"
+arch=('i686' 'x86_64')
+url="http://lilypond.org;
+license=('GPL')
+depends=('guile1.8' 'python2' 'texlive-core' 'ghostscript' 'pango' 
'fontconfig')
+makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
+'gsfonts' 'texi2html' 'dblatex' 'texlive-langcyrillic' 
'imagemagick'
+'zip' 'rsync' 'netpbm')
+options=('emptydirs')
+source=("http://download.linuxaudio.org/lilypond/sources/v2.18/$pkgname-$pkgver.tar.gz;
+   lilyfontsize.patch
+   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059013l.{pfb,pfm,afm}
+   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059016l.{pfb,pfm,afm}
+   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059033l.{pfb,pfm,afm}
+   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059036l.{pfb,pfm,afm})
+sha256sums=('329d733765b0ba7be1878ae3f457dbbb875cc2840d2b75af4afc48c9454fba07'
+'17b86b7a0b09b73cb5cf8751464571cf6a785c0b1a23db425cc828855a9d8ae6'
+'34218d1c2710553f528cf8296b37eff98119b174aa48e454dc41ad31f855232c'
+'aaf8da7af542c6de7b8a0954a3dbc282dd61fc7c80fd0cf1df31da3aad0aa576'
+

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

2017-04-12 Thread Sergej Pupykin
Date: Wednesday, April 12, 2017 @ 12:49:21
  Author: spupykin
Revision: 222491

upgpkg: lilypond 2.18.2-4

upd

Modified:
  lilypond/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 12:00:05 UTC (rev 222490)
+++ PKGBUILD2017-04-12 12:49:21 UTC (rev 222491)
@@ -17,9 +17,25 @@
 'zip' 'rsync' 'netpbm')
 options=('emptydirs')
 
source=("http://download.linuxaudio.org/lilypond/sources/v2.18/$pkgname-$pkgver.tar.gz;
-   lilyfontsize.patch)
+   lilyfontsize.patch
+   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059013l.{pfb,pfm,afm}
+   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059016l.{pfb,pfm,afm}
+   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059033l.{pfb,pfm,afm}
+   https://arch.p5n.pp.ru/~sergej/dl/2017/gsfonts/c059036l.{pfb,pfm,afm})
 sha256sums=('329d733765b0ba7be1878ae3f457dbbb875cc2840d2b75af4afc48c9454fba07'
-'17b86b7a0b09b73cb5cf8751464571cf6a785c0b1a23db425cc828855a9d8ae6')
+'17b86b7a0b09b73cb5cf8751464571cf6a785c0b1a23db425cc828855a9d8ae6'
+'34218d1c2710553f528cf8296b37eff98119b174aa48e454dc41ad31f855232c'
+'aaf8da7af542c6de7b8a0954a3dbc282dd61fc7c80fd0cf1df31da3aad0aa576'
+'e7775af4c475190d3f9c66be652622e204e5b7dff74ed142010c3b160f2c2d31'
+'1c8b6234cfb14703a33fdb8181c8c0c64d09180e37dc1594c0473425d994'
+'b0aa88a7a87079240a5b89bd45781deacc35bc72ce2ec2b548a8800ec6983605'
+'cb2e0ff8b76afd97c801da65fd3331adb51a3e7fcb69ae1751e7eebd07bec791'
+'2def00a5fb56aeb9e67bb1536eff45e19a898a63510a0104d12e1cd579c7bbc9'
+'0c2753b0e7e107d15b323883d1bef7466466d10f3d2ac9005902e249117f880d'
+'3c8744efa776a819fe04f0f87c9f7f2be6cb8dde8cbfbc122aa73f0d8e5046f1'
+'9a118f78b168a990dbff4788f0fcac33f876d771c06f61682c5c29165d8673be'
+'569645cadb0aaec15786bb67c5f0801154b71d092d138e4f407265a0130752ee'
+'6abb4172ca88db4a1a4cf006cee147f35988153d47e0072b25eb8f54b3be247a')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -43,7 +59,9 @@
   export GUILE=/usr/bin/guile1.8
   export GUILE_CONFIG=/usr/bin/guile-config1.8
   export LDFLAGS="$LDFLAGS -lpthread"
-  ./configure --prefix=/usr
+  ./configure \
+--prefix=/usr \
+--with-ncsb-dir="$srcdir"
   make
 }
 


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

2017-04-12 Thread Jan de Groot
Date: Wednesday, April 12, 2017 @ 12:46:18
  Author: jgc
Revision: 292624

upgpkg: devhelp 3.24.0+7+gefb59e2-1

Modified:
  devhelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 12:07:30 UTC (rev 292623)
+++ PKGBUILD2017-04-12 12:46:18 UTC (rev 292624)
@@ -4,7 +4,7 @@
 # Contributor: Link Dupont 
 
 pkgname=devhelp
-pkgver=3.22.0+2+g0aab69d
+pkgver=3.24.0+7+gefb59e2
 pkgrel=1
 pkgdesc="API documentation browser for GNOME"
 arch=(i686 x86_64)
@@ -11,9 +11,9 @@
 license=(GPL)
 url="https://wiki.gnome.org/Apps/Devhelp;
 depends=(webkit2gtk)
-makedepends=(pkgconfig intltool python gnome-common git)
+makedepends=(pkgconfig python gnome-common git appstream-glib autoconf-archive 
gobject-introspection)
 groups=(gnome-extra)
-_commit=0aab69dce5c508fa532b5d94b260ce1159ad85da  # master
+_commit=efb59e267e097110f20f6c4f4f66bfa5081a3a99  # gnome-3-24
 source=("git://git.gnome.org/devhelp#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -30,7 +30,7 @@
 build() {
   cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
+  --localstatedir=/var --disable-static --disable-Werror 
--disable-maintainer-mode
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }


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

2017-04-12 Thread Jan de Groot
Date: Wednesday, April 12, 2017 @ 12:46:27
  Author: jgc
Revision: 292625

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  devhelp/repos/gnome-unstable-i686/
  devhelp/repos/gnome-unstable-i686/PKGBUILD
(from rev 292624, devhelp/trunk/PKGBUILD)
  devhelp/repos/gnome-unstable-x86_64/
  devhelp/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292624, devhelp/trunk/PKGBUILD)

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

Copied: devhelp/repos/gnome-unstable-i686/PKGBUILD (from rev 292624, 
devhelp/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-12 12:46:27 UTC (rev 292625)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Link Dupont 
+
+pkgname=devhelp
+pkgver=3.24.0+7+gefb59e2
+pkgrel=1
+pkgdesc="API documentation browser for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+url="https://wiki.gnome.org/Apps/Devhelp;
+depends=(webkit2gtk)
+makedepends=(pkgconfig python gnome-common git appstream-glib autoconf-archive 
gobject-introspection)
+groups=(gnome-extra)
+_commit=efb59e267e097110f20f6c4f4f66bfa5081a3a99  # gnome-3-24
+source=("git://git.gnome.org/devhelp#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --disable-Werror 
--disable-maintainer-mode
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Copied: devhelp/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292624, 
devhelp/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-12 12:46:27 UTC (rev 292625)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Link Dupont 
+
+pkgname=devhelp
+pkgver=3.24.0+7+gefb59e2
+pkgrel=1
+pkgdesc="API documentation browser for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+url="https://wiki.gnome.org/Apps/Devhelp;
+depends=(webkit2gtk)
+makedepends=(pkgconfig python gnome-common git appstream-glib autoconf-archive 
gobject-introspection)
+groups=(gnome-extra)
+_commit=efb59e267e097110f20f6c4f4f66bfa5081a3a99  # gnome-3-24
+source=("git://git.gnome.org/devhelp#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --disable-Werror 
--disable-maintainer-mode
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


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

2017-04-12 Thread Jan de Groot
Date: Wednesday, April 12, 2017 @ 12:07:30
  Author: jgc
Revision: 292623

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  dconf-editor/repos/gnome-unstable-i686/
  dconf-editor/repos/gnome-unstable-i686/PKGBUILD
(from rev 292622, dconf-editor/trunk/PKGBUILD)
  dconf-editor/repos/gnome-unstable-x86_64/
  dconf-editor/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292622, dconf-editor/trunk/PKGBUILD)

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

Copied: dconf-editor/repos/gnome-unstable-i686/PKGBUILD (from rev 292622, 
dconf-editor/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-12 12:07:30 UTC (rev 292623)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=dconf-editor
+pkgver=3.23.4+48+g9acdf0a
+pkgrel=1
+pkgdesc="dconf Editor"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/dconf;
+license=(GPL3)
+groups=(gnome-extra)
+depends=(gtk3 dconf)
+makedepends=(vala intltool appstream-glib git)
+_commit=9acdf0a1a79ddc1c5e46ab5535ad07fac877106c  # master
+source=("git+https://git.gnome.org/browse/dconf-editor#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dconf-editor/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292622, 
dconf-editor/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-12 12:07:30 UTC (rev 292623)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=dconf-editor
+pkgver=3.23.4+48+g9acdf0a
+pkgrel=1
+pkgdesc="dconf Editor"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/dconf;
+license=(GPL3)
+groups=(gnome-extra)
+depends=(gtk3 dconf)
+makedepends=(vala intltool appstream-glib git)
+_commit=9acdf0a1a79ddc1c5e46ab5535ad07fac877106c  # master
+source=("git+https://git.gnome.org/browse/dconf-editor#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-04-12 Thread Jan de Groot
Date: Wednesday, April 12, 2017 @ 12:07:22
  Author: jgc
Revision: 292622

upgpkg: dconf-editor 3.23.4+48+g9acdf0a-1

Modified:
  dconf-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 11:56:08 UTC (rev 292621)
+++ PKGBUILD2017-04-12 12:07:22 UTC (rev 292622)
@@ -2,16 +2,16 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=dconf-editor
-pkgver=3.22.3
+pkgver=3.23.4+48+g9acdf0a
 pkgrel=1
 pkgdesc="dconf Editor"
 arch=(i686 x86_64)
 url="https://wiki.gnome.org/Projects/dconf;
 license=(GPL3)
-groups=(gnome)
+groups=(gnome-extra)
 depends=(gtk3 dconf)
 makedepends=(vala intltool appstream-glib git)
-_commit=512fe0b9ec36d6a4425e35436269a022b52d6010  # tags/3.22.3^0
+_commit=9acdf0a1a79ddc1c5e46ab5535ad07fac877106c  # master
 source=("git+https://git.gnome.org/browse/dconf-editor#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-04-12 Thread Felix Yan
Date: Wednesday, April 12, 2017 @ 12:00:05
  Author: felixonmars
Revision: 222490

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

Added:
  deepin-calendar/repos/community-i686/PKGBUILD
(from rev 222489, deepin-calendar/trunk/PKGBUILD)
  deepin-calendar/repos/community-x86_64/PKGBUILD
(from rev 222489, deepin-calendar/trunk/PKGBUILD)
Deleted:
  deepin-calendar/repos/community-i686/PKGBUILD
  deepin-calendar/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-12 11:59:22 UTC (rev 222489)
+++ community-i686/PKGBUILD 2017-04-12 12:00:05 UTC (rev 222490)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-calendar
-pkgver=1.0.5
-pkgrel=1
-pkgdesc='Calendar for Deepin Desktop Environment'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-calendar;
-license=('GPL3')
-depends=('deepin-tool-kit')
-makedepends=('qt5-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz;)
-sha512sums=('0694773f3bcd6a2439284cd264b5916567a6de64edd74beee50c991cc1b2e1118decf2c04a5c0b540656114bf4f9aaad6b55704b79abd4f6a825841c30f4597f')
-
-build() {
-  cd dde-calendar-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-calendar-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-calendar/repos/community-i686/PKGBUILD (from rev 222489, 
deepin-calendar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-12 12:00:05 UTC (rev 222490)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-calendar
+pkgver=1.0.6
+pkgrel=1
+pkgdesc='Calendar for Deepin Desktop Environment'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-calendar;
+license=('GPL3')
+depends=('deepin-tool-kit')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz;)
+sha512sums=('c7ba26d49da7f03c64dfd6bc4e53eb47b9c131ef57a15aa0d6ac9e2a9921801135bc2e97a335f4d806b6cfa76eab37e5bb4e3629d09aada4e6dd4cd5c86d4510')
+
+build() {
+  cd dde-calendar-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-calendar-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-12 11:59:22 UTC (rev 222489)
+++ community-x86_64/PKGBUILD   2017-04-12 12:00:05 UTC (rev 222490)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-calendar
-pkgver=1.0.5
-pkgrel=1
-pkgdesc='Calendar for Deepin Desktop Environment'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-calendar;
-license=('GPL3')
-depends=('deepin-tool-kit')
-makedepends=('qt5-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz;)
-sha512sums=('0694773f3bcd6a2439284cd264b5916567a6de64edd74beee50c991cc1b2e1118decf2c04a5c0b540656114bf4f9aaad6b55704b79abd4f6a825841c30f4597f')
-
-build() {
-  cd dde-calendar-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-calendar-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-calendar/repos/community-x86_64/PKGBUILD (from rev 222489, 
deepin-calendar/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-12 12:00:05 UTC (rev 222490)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-calendar
+pkgver=1.0.6
+pkgrel=1
+pkgdesc='Calendar for Deepin Desktop Environment'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-calendar;
+license=('GPL3')
+depends=('deepin-tool-kit')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz;)

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

2017-04-12 Thread Felix Yan
Date: Wednesday, April 12, 2017 @ 11:59:22
  Author: felixonmars
Revision: 222489

upgpkg: deepin-calendar 1.0.6-1

Modified:
  deepin-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 11:56:41 UTC (rev 222488)
+++ PKGBUILD2017-04-12 11:59:22 UTC (rev 222489)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-calendar
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc='Calendar for Deepin Desktop Environment'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('qt5-tools')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz;)
-sha512sums=('0694773f3bcd6a2439284cd264b5916567a6de64edd74beee50c991cc1b2e1118decf2c04a5c0b540656114bf4f9aaad6b55704b79abd4f6a825841c30f4597f')
+sha512sums=('c7ba26d49da7f03c64dfd6bc4e53eb47b9c131ef57a15aa0d6ac9e2a9921801135bc2e97a335f4d806b6cfa76eab37e5bb4e3629d09aada4e6dd4cd5c86d4510')
 
 build() {
   cd dde-calendar-$pkgver


  1   2   >