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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 05:51:21
  Author: felixonmars
Revision: 194630

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

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

+
 /PKGBUILD  |  168 +++
 /stack.install |8 +
 community-i686/PKGBUILD|   80 --
 community-i686/stack.install   |4 
 community-x86_64/PKGBUILD  |   80 --
 community-x86_64/stack.install |4 
 6 files changed, 176 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-04 05:50:58 UTC (rev 194629)
+++ community-i686/PKGBUILD 2016-11-04 05:51:21 UTC (rev 194630)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgbase=stack
-pkgname=(stack haskell-stack)
-pkgver=1.2.0
-pkgrel=10
-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-base16-bytestring"
- "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
- "haskell-byteable" "haskell-clock" "haskell-conduit" 
"haskell-conduit-extra"
- "haskell-cryptohash" "haskell-cryptohash-conduit" 
"haskell-edit-distance"
- "haskell-either" "haskell-enclosed-exceptions" "haskell-errors" 
"haskell-exceptions"
- "haskell-extra" "haskell-fast-logger" "haskell-filelock" 
"haskell-fsnotify"
- "haskell-generic-deriving" "haskell-gitrev" "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-microlens" "haskell-monad-control" "haskell-monad-logger"
- "haskell-monad-unlift" "haskell-mtl" "haskell-open-browser"
- "haskell-optparse-applicative" "haskell-optparse-simple" 
"haskell-path"
- "haskell-path-io" "haskell-persistent" "haskell-persistent-sqlite"
- "haskell-persistent-template" "haskell-project-template"
- "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
- "haskell-semigroups" "haskell-split" "haskell-stm" "haskell-store"
- "haskell-streaming-commons" "haskell-tar" "haskell-temporary" 
"haskell-text"
- "haskell-text-binary" "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=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('6a13a98413ea5f1a0642d9080892e6bcd996a17baa4d61521c0e0f3d9bb810b3')
-
-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 "$pkgdir"/usr/{lib,share/doc}
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
-install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
-}
-

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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 05:50:58
  Author: felixonmars
Revision: 194629

upgpkg: stack 1.2.0-11

rebuild with unicode-transforms-0.2.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-04 05:29:42 UTC (rev 194628)
+++ PKGBUILD2016-11-04 05:50:58 UTC (rev 194629)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.2.0
-pkgrel=10
+pkgrel=11
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")
@@ -35,6 +35,10 @@
 
source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
 sha256sums=('6a13a98413ea5f1a0642d9080892e6bcd996a17baa4d61521c0e0f3d9bb810b3')
 
+prepare() {
+sed -i 's/unicode-transforms ==0.1.\*,/unicode-transforms >=0.1,/' 
stack-$pkgver/stack.cabal
+}
+
 build() {
 cd "${srcdir}/${pkgbase}-${pkgver}"
 


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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 05:29:04
  Author: felixonmars
Revision: 194623

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

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

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

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

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


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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 05:28:45
  Author: felixonmars
Revision: 194622

upgpkg: hopenpgp-tools 0.19.4-5

rebuild with network-multicast-0.2.0, safecopy-0.9.2

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-04 05:24:08 UTC (rev 194621)
+++ PKGBUILD2016-11-04 05:28:45 UTC (rev 194622)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.4
-pkgrel=4
+pkgrel=5
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 05:24:08
  Author: felixonmars
Revision: 194621

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

Added:
  haskell-network-multicast/repos/community-staging-i686/
  haskell-network-multicast/repos/community-staging-i686/PKGBUILD
(from rev 194620, haskell-network-multicast/trunk/PKGBUILD)
  haskell-network-multicast/repos/community-staging-x86_64/
  haskell-network-multicast/repos/community-staging-x86_64/PKGBUILD
(from rev 194620, haskell-network-multicast/trunk/PKGBUILD)

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

Copied: haskell-network-multicast/repos/community-staging-i686/PKGBUILD (from 
rev 194620, haskell-network-multicast/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-04 05:24:08 UTC (rev 194621)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=network-multicast
+pkgname=haskell-network-multicast
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="Simple multicast library"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:PublicDomain")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-network")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('0f3b50abc3a401c20cc6a0ec51a49d2a48e5b467d9fbd63b7cf803165fe975f2')
+
+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-network-multicast/repos/community-staging-x86_64/PKGBUILD (from 
rev 194620, haskell-network-multicast/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-04 05:24:08 UTC (rev 194621)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=network-multicast
+pkgname=haskell-network-multicast
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="Simple multicast library"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:PublicDomain")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-network")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('0f3b50abc3a401c20cc6a0ec51a49d2a48e5b467d9fbd63b7cf803165fe975f2')
+
+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-hopenpgp/trunk (PKGBUILD)

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 05:23:13
  Author: felixonmars
Revision: 194618

upgpkg: haskell-hopenpgp 2.5.5-4

rebuild with network-multicast-0.2.0, safecopy-0.9.2

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-04 05:21:28 UTC (rev 194617)
+++ PKGBUILD2016-11-04 05:23:13 UTC (rev 194618)
@@ -4,7 +4,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.5.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/;
 license=('MIT')


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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 05:23:33
  Author: felixonmars
Revision: 194619

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

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

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

Copied: haskell-hopenpgp/repos/community-staging-i686/PKGBUILD (from rev 
194618, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-04 05:23:33 UTC (rev 194619)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=4
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 
'haskell-bzlib'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-data-default-class' 
'haskell-errors'
+ 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 
'haskell-resourcet'
+ 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-wl-pprint-extras'
+ 'haskell-zlib')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('f480201a10f14150adc290c81d38e7b6')
+
+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 \
+-fnetwork-uri
+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-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
194618, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-04 05:23:33 UTC (rev 194619)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=4
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 
'haskell-bzlib'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-data-default-class' 
'haskell-errors'
+ 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 
'haskell-resourcet'
+ 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 

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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 05:23:45
  Author: felixonmars
Revision: 194620

upgpkg: haskell-network-multicast 0.2.0-1

rebuild with network-multicast-0.2.0, safecopy-0.9.2

Modified:
  haskell-network-multicast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-04 05:23:33 UTC (rev 194619)
+++ PKGBUILD2016-11-04 05:23:45 UTC (rev 194620)
@@ -4,7 +4,7 @@
 
 _hkgname=network-multicast
 pkgname=haskell-network-multicast
-pkgver=0.1.2
+pkgver=0.2.0
 pkgrel=1
 pkgdesc="Simple multicast library"
 url="http://hackage.haskell.org/package/${_hkgname};
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-network")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('82dcd07dd7f62d0ba23f4b37469768f07bcf6bd888dd54ebe61603f6fd2ccefb')
+sha256sums=('0f3b50abc3a401c20cc6a0ec51a49d2a48e5b467d9fbd63b7cf803165fe975f2')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 05:21:28
  Author: felixonmars
Revision: 194617

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

Added:
  haskell-unicode-transforms/repos/community-i686/PKGBUILD
(from rev 194616, haskell-unicode-transforms/trunk/PKGBUILD)
  haskell-unicode-transforms/repos/community-x86_64/PKGBUILD
(from rev 194616, haskell-unicode-transforms/trunk/PKGBUILD)
Deleted:
  haskell-unicode-transforms/repos/community-i686/PKGBUILD
  haskell-unicode-transforms/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-04 05:21:04 UTC (rev 194616)
+++ community-i686/PKGBUILD 2016-11-04 05:21:28 UTC (rev 194617)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-_hkgname=unicode-transforms
-pkgname=haskell-unicode-transforms
-pkgver=0.1.0.1
-pkgrel=1
-pkgdesc="Unicode transforms (normalization NFC/NFD/NFKC/NFKD)"
-url="http://github.com/ekmett/unicode-transforms/;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=8.0.1' 'haskell-text')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('8bffc0a315abae89f962105384286349')
-
-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-bench-icu
-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-unicode-transforms/repos/community-i686/PKGBUILD (from rev 
194616, haskell-unicode-transforms/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-04 05:21:28 UTC (rev 194617)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=unicode-transforms
+pkgname=haskell-unicode-transforms
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="Unicode transforms (normalization NFC/NFD/NFKC/NFKD)"
+url="http://github.com/ekmett/unicode-transforms/;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-bitarray' 'haskell-text')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('3f51e6b40ec2a7b795d999586b554c93')
+
+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-dev -f-has-icu -f-has-llvm
+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"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   

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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 05:21:04
  Author: felixonmars
Revision: 194616

upgpkg: haskell-unicode-transforms 0.2.0-1

Modified:
  haskell-unicode-transforms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-04 05:07:18 UTC (rev 194615)
+++ PKGBUILD2016-11-04 05:21:04 UTC (rev 194616)
@@ -3,15 +3,15 @@
 
 _hkgname=unicode-transforms
 pkgname=haskell-unicode-transforms
-pkgver=0.1.0.1
+pkgver=0.2.0
 pkgrel=1
 pkgdesc="Unicode transforms (normalization NFC/NFD/NFKC/NFKD)"
 url="http://github.com/ekmett/unicode-transforms/;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=8.0.1' 'haskell-text')
+depends=('ghc=8.0.1' 'haskell-bitarray' 'haskell-text')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('8bffc0a315abae89f962105384286349')
+md5sums=('3f51e6b40ec2a7b795d999586b554c93')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -19,7 +19,7 @@
 runhaskell Setup configure -O --enable-library-profiling --enable-shared \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid \
--f-bench-icu
+-f-dev -f-has-icu -f-has-llvm
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script


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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 05:07:18
  Author: felixonmars
Revision: 194615

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

Added:
  haskell-ixset-typed/repos/community-staging-i686/
  haskell-ixset-typed/repos/community-staging-i686/PKGBUILD
(from rev 194614, haskell-ixset-typed/trunk/PKGBUILD)
  haskell-ixset-typed/repos/community-staging-x86_64/
  haskell-ixset-typed/repos/community-staging-x86_64/PKGBUILD
(from rev 194614, haskell-ixset-typed/trunk/PKGBUILD)

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

Copied: haskell-ixset-typed/repos/community-staging-i686/PKGBUILD (from rev 
194614, haskell-ixset-typed/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-04 05:07:18 UTC (rev 194615)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=ixset-typed
+pkgname=haskell-ixset-typed
+pkgver=0.3.1
+pkgrel=2
+pkgdesc="Efficient relational queries on Haskell sets"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-safecopy' 'haskell-syb')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('b0634f1718dab13145775cec0a826d8f')
+
+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-ixset-typed/repos/community-staging-x86_64/PKGBUILD (from rev 
194614, haskell-ixset-typed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-04 05:07:18 UTC (rev 194615)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=ixset-typed
+pkgname=haskell-ixset-typed
+pkgver=0.3.1
+pkgrel=2
+pkgdesc="Efficient relational queries on Haskell sets"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-safecopy' 'haskell-syb')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('b0634f1718dab13145775cec0a826d8f')
+
+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"
+}


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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 05:06:59
  Author: felixonmars
Revision: 194614

upgpkg: haskell-ixset-typed 0.3.1-2

rebuild with network-multicast-0.2.0, safecopy-0.9.2

Modified:
  haskell-ixset-typed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-04 05:04:28 UTC (rev 194613)
+++ PKGBUILD2016-11-04 05:06:59 UTC (rev 194614)
@@ -4,7 +4,7 @@
 _hkgname=ixset-typed
 pkgname=haskell-ixset-typed
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Efficient relational queries on Haskell sets"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 05:04:28
  Author: felixonmars
Revision: 194613

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

Added:
  haskell-bitarray/repos/community-i686/
  haskell-bitarray/repos/community-i686/PKGBUILD
(from rev 194612, haskell-bitarray/trunk/PKGBUILD)
  haskell-bitarray/repos/community-x86_64/
  haskell-bitarray/repos/community-x86_64/PKGBUILD
(from rev 194612, haskell-bitarray/trunk/PKGBUILD)

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

Copied: haskell-bitarray/repos/community-i686/PKGBUILD (from rev 194612, 
haskell-bitarray/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-04 05:04:28 UTC (rev 194613)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=bitarray
+pkgname=haskell-bitarray
+pkgver=0.0.1.1
+pkgrel=1
+pkgdesc="Mutable and immutable bit arrays"
+url="http://code.haskell.org/~bkomuves/;
+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)
+md5sums=('7cab4ee3f34aefb29b63b0951d3a30c6')
+
+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-bitarray/repos/community-x86_64/PKGBUILD (from rev 194612, 
haskell-bitarray/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-04 05:04:28 UTC (rev 194613)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=bitarray
+pkgname=haskell-bitarray
+pkgver=0.0.1.1
+pkgrel=1
+pkgdesc="Mutable and immutable bit arrays"
+url="http://code.haskell.org/~bkomuves/;
+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)
+md5sums=('7cab4ee3f34aefb29b63b0951d3a30c6')
+
+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"
+}


[arch-commits] Commit in (4 files)

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 05:04:07
  Author: felixonmars
Revision: 194612

addpkg: haskell-bitarray 0.0.1.1-1

Added:
  haskell-bitarray/
  haskell-bitarray/repos/
  haskell-bitarray/trunk/
  haskell-bitarray/trunk/PKGBUILD

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

Added: haskell-bitarray/trunk/PKGBUILD
===
--- haskell-bitarray/trunk/PKGBUILD (rev 0)
+++ haskell-bitarray/trunk/PKGBUILD 2016-11-04 05:04:07 UTC (rev 194612)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=bitarray
+pkgname=haskell-bitarray
+pkgver=0.0.1.1
+pkgrel=1
+pkgdesc="Mutable and immutable bit arrays"
+url="http://code.haskell.org/~bkomuves/;
+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)
+md5sums=('7cab4ee3f34aefb29b63b0951d3a30c6')
+
+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"
+}


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


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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 05:02:45
  Author: felixonmars
Revision: 194611

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

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

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

Copied: haskell-safecopy/repos/community-staging-i686/PKGBUILD (from rev 
194610, haskell-safecopy/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-04 05:02:45 UTC (rev 194611)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=safecopy
+pkgname=haskell-safecopy
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="Binary serialization with version control."
+url="http://acid-state.seize.it/safecopy;
+license=('custom:PublicDomain')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-cereal' 'haskell-old-time' 'haskell-text' 
'haskell-vector')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('415a2544ddc37cd150fee96f08452c0a')
+
+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}"
+}

Copied: haskell-safecopy/repos/community-staging-x86_64/PKGBUILD (from rev 
194610, haskell-safecopy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-04 05:02:45 UTC (rev 194611)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=safecopy
+pkgname=haskell-safecopy
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="Binary serialization with version control."
+url="http://acid-state.seize.it/safecopy;
+license=('custom:PublicDomain')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-cereal' 'haskell-old-time' 'haskell-text' 
'haskell-vector')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('415a2544ddc37cd150fee96f08452c0a')
+
+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}"
+}


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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 05:02:26
  Author: felixonmars
Revision: 194610

upgpkg: haskell-safecopy 0.9.2-1

rebuild with network-multicast-0.2.0, safecopy-0.9.2

Modified:
  haskell-safecopy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-04 03:00:31 UTC (rev 194609)
+++ PKGBUILD2016-11-04 05:02:26 UTC (rev 194610)
@@ -3,7 +3,7 @@
 
 _hkgname=safecopy
 pkgname=haskell-safecopy
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc="Binary serialization with version control."
 url="http://acid-state.seize.it/safecopy;
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'haskell-cereal' 'haskell-old-time' 'haskell-text' 
'haskell-vector')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-md5sums=('9eba38cfa1b3e9827a174043b8401ad3')
+md5sums=('415a2544ddc37cd150fee96f08452c0a')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 03:00:31
  Author: felixonmars
Revision: 194609

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

Added:
  python-billiard/repos/community-i686/PKGBUILD
(from rev 194608, python-billiard/trunk/PKGBUILD)
  python-billiard/repos/community-x86_64/PKGBUILD
(from rev 194608, python-billiard/trunk/PKGBUILD)
Deleted:
  python-billiard/repos/community-i686/PKGBUILD
  python-billiard/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 2016-11-04 02:59:36 UTC (rev 194608)
+++ community-i686/PKGBUILD 2016-11-04 03:00:31 UTC (rev 194609)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Benjamin A. Shelton 
-# Source: https://github.com/zancarius/archlinux-pkgbuilds
-
-pkgbase=python-billiard
-pkgname=('python-billiard' 'python2-billiard')
-pkgver=3.5.0.1
-pkgrel=1
-pkgdesc="Python multiprocessing fork with improvements and bugfixes."
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/billiard;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-case' 
'python2-case')
-source=("https://pypi.io/packages/source/b/billiard/billiard-$pkgver.tar.gz;)
-md5sums=('8192bc8dc918e7cb7bd4cc8b63e5e04b')
-
-prepare() {
-  cp -a billiard-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/billiard-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/billiard-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/billiard-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/billiard-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-billiard() {
-  depends=('python')
-
-  cd "$srcdir"/billiard-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-billiard() {
-  depends=('python2')
-
-  cd "$srcdir"/billiard-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-billiard/repos/community-i686/PKGBUILD (from rev 194608, 
python-billiard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-04 03:00:31 UTC (rev 194609)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Benjamin A. Shelton 
+# Source: https://github.com/zancarius/archlinux-pkgbuilds
+
+pkgbase=python-billiard
+pkgname=('python-billiard' 'python2-billiard')
+pkgver=3.5.0.2
+pkgrel=1
+pkgdesc="Python multiprocessing fork with improvements and bugfixes."
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/billiard;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-case' 
'python2-case')
+source=("https://pypi.io/packages/source/b/billiard/billiard-$pkgver.tar.gz;)
+md5sums=('301a16643bc51d73869df81c9aa1e082')
+
+prepare() {
+  cp -a billiard-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/billiard-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/billiard-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/billiard-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/billiard-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-billiard() {
+  depends=('python')
+
+  cd "$srcdir"/billiard-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-billiard() {
+  depends=('python2')
+
+  cd "$srcdir"/billiard-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-04 02:59:36 UTC (rev 194608)
+++ community-x86_64/PKGBUILD   2016-11-04 03:00:31 UTC (rev 194609)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Benjamin A. Shelton 
-# Source: https://github.com/zancarius/archlinux-pkgbuilds
-
-pkgbase=python-billiard
-pkgname=('python-billiard' 'python2-billiard')

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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 02:59:36
  Author: felixonmars
Revision: 194608

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-04 02:59:22 UTC (rev 194607)
+++ PKGBUILD2016-11-04 02:59:36 UTC (rev 194608)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Benjamin A. Shelton 
-# Source: https://github.com/zancarius/archlinux-pkgbuilds
-
-pkgbase=python-billiard
-pkgname=('python-billiard' 'python2-billiard')
-pkgver=3.5.0.1
-pkgrel=1
-pkgdesc="Python multiprocessing fork with improvements and bugfixes."
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/billiard;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-case' 
'python2-case')
-source=("https://pypi.io/packages/source/b/billiard/billiard-$pkgver.tar.gz;)
-md5sums=('8192bc8dc918e7cb7bd4cc8b63e5e04b')
-
-prepare() {
-  cp -a billiard-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/billiard-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/billiard-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/billiard-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/billiard-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-billiard() {
-  depends=('python')
-
-  cd "$srcdir"/billiard-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-billiard() {
-  depends=('python2')
-
-  cd "$srcdir"/billiard-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-billiard/repos/community-x86_64/PKGBUILD (from rev 194607, 
python-billiard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-04 02:59:36 UTC (rev 194608)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Benjamin A. Shelton 
+# Source: https://github.com/zancarius/archlinux-pkgbuilds
+
+pkgbase=python-billiard
+pkgname=('python-billiard' 'python2-billiard')
+pkgver=3.5.0.2
+pkgrel=1
+pkgdesc="Python multiprocessing fork with improvements and bugfixes."
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/billiard;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-case' 
'python2-case')
+source=("https://pypi.io/packages/source/b/billiard/billiard-$pkgver.tar.gz;)
+md5sums=('301a16643bc51d73869df81c9aa1e082')
+
+prepare() {
+  cp -a billiard-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/billiard-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/billiard-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/billiard-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/billiard-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-billiard() {
+  depends=('python')
+
+  cd "$srcdir"/billiard-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-billiard() {
+  depends=('python2')
+
+  cd "$srcdir"/billiard-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 02:59:22
  Author: felixonmars
Revision: 194607

upgpkg: python-billiard 3.5.0.2-1

Modified:
  python-billiard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-04 02:55:14 UTC (rev 194606)
+++ PKGBUILD2016-11-04 02:59:22 UTC (rev 194607)
@@ -5,7 +5,7 @@
 
 pkgbase=python-billiard
 pkgname=('python-billiard' 'python2-billiard')
-pkgver=3.5.0.1
+pkgver=3.5.0.2
 pkgrel=1
 pkgdesc="Python multiprocessing fork with improvements and bugfixes."
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-case' 
'python2-case')
 source=("https://pypi.io/packages/source/b/billiard/billiard-$pkgver.tar.gz;)
-md5sums=('8192bc8dc918e7cb7bd4cc8b63e5e04b')
+md5sums=('301a16643bc51d73869df81c9aa1e082')
 
 prepare() {
   cp -a billiard-$pkgver{,-py2}


[arch-commits] Commit in python-urllib3/repos/extra-any (4 files)

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 02:57:03
  Author: felixonmars
Revision: 279826

archrelease: copy trunk to extra-any

Added:
  python-urllib3/repos/extra-any/LICENSE
(from rev 279825, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/extra-any/PKGBUILD
(from rev 279825, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/extra-any/LICENSE
  python-urllib3/repos/extra-any/PKGBUILD

--+
 LICENSE  |   64 +-
 PKGBUILD |  148 ++---
 2 files changed, 106 insertions(+), 106 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-11-04 02:56:47 UTC (rev 279825)
+++ LICENSE 2016-11-04 02:57:03 UTC (rev 279826)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c)  
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-urllib3/repos/extra-any/LICENSE (from rev 279825, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-11-04 02:57:03 UTC (rev 279826)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c)  
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-04 02:56:47 UTC (rev 279825)
+++ PKGBUILD2016-11-04 02:57:03 UTC (rev 279826)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: Chris Brannon 
-# Contributor: BorgHunter 
-
-pkgbase=python-urllib3
-pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
-pkgver=1.18.1
-pkgrel=1
-pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
-arch=("any")
-url="https://github.com/shazow/urllib3;
-license=("MIT")
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-sphinx' 
'python-ndg-httpsclient'
- 'python2-ndg-httpsclient' 'python-pyasn1' 'python2-pyasn1' 
'python-pyopenssl'
- 'python2-pyopenssl' 'python-pysocks' 'python2-pysocks' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
-  'python-tornado' 'python2-tornado' 'python-coverage' 
'python2-coverage')

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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 02:56:47
  Author: felixonmars
Revision: 279825

upgpkg: python-urllib3 1.19-1

Modified:
  python-urllib3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-04 02:40:11 UTC (rev 279824)
+++ PKGBUILD2016-11-04 02:56:47 UTC (rev 279825)
@@ -6,7 +6,7 @@
 
 pkgbase=python-urllib3
 pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
-pkgver=1.18.1
+pkgver=1.19
 pkgrel=1
 pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
 arch=("any")


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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 02:55:14
  Author: felixonmars
Revision: 194606

archrelease: copy trunk to community-any

Added:
  typescript/repos/community-any/PKGBUILD
(from rev 194605, typescript/trunk/PKGBUILD)
Deleted:
  typescript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-04 02:54:58 UTC (rev 194605)
+++ PKGBUILD2016-11-04 02:55:14 UTC (rev 194606)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bruno Galeotti 
-
-pkgname=typescript
-pkgver=2.0.6
-pkgrel=1
-pkgdesc="TypeScript is a language for application scale JavaScript development"
-arch=('any')
-url="http://typescriptlang.org/;
-license=('Apache')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('41e27165e62ad199f8e4cf2370a39e6413b7ca93a509a477014f49787f5b8f77')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: typescript/repos/community-any/PKGBUILD (from rev 194605, 
typescript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-04 02:55:14 UTC (rev 194606)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bruno Galeotti 
+
+pkgname=typescript
+pkgver=2.0.7
+pkgrel=1
+pkgdesc="TypeScript is a language for application scale JavaScript development"
+arch=('any')
+url="http://typescriptlang.org/;
+license=('Apache')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('3159c893dcf8b422c6184f7c03e51e72ef2bbabe6ec657504c692c216ec1d747')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 02:54:58
  Author: felixonmars
Revision: 194605

upgpkg: typescript 2.0.7-1

Modified:
  typescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-04 02:49:27 UTC (rev 194604)
+++ PKGBUILD2016-11-04 02:54:58 UTC (rev 194605)
@@ -3,7 +3,7 @@
 # Contributor: Bruno Galeotti 
 
 pkgname=typescript
-pkgver=2.0.6
+pkgver=2.0.7
 pkgrel=1
 pkgdesc="TypeScript is a language for application scale JavaScript development"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('41e27165e62ad199f8e4cf2370a39e6413b7ca93a509a477014f49787f5b8f77')
+sha256sums=('3159c893dcf8b422c6184f7c03e51e72ef2bbabe6ec657504c692c216ec1d747')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 02:49:07
  Author: felixonmars
Revision: 194603

upgpkg: python-pytest-mock 1.4.0-1

Modified:
  python-pytest-mock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 20:47:13 UTC (rev 194602)
+++ PKGBUILD2016-11-04 02:49:07 UTC (rev 194603)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-mock
 pkgname=('python-pytest-mock' 'python2-pytest-mock')
-pkgver=1.3.0
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
 arch=('any')
@@ -18,10 +18,10 @@
 }
 
 build() {
-  cd "$srcdir/pytest-mock"
+  cd "$srcdir"/pytest-mock
   python setup.py build
 
-  cd "$srcdir/pytest-mock-py2"
+  cd "$srcdir"/pytest-mock-py2
   python2 setup.py build
 }
 
@@ -28,11 +28,11 @@
 check() {
   # Hack entry points by installing it
 
-  cd "$srcdir/pytest-mock"
+  cd "$srcdir"/pytest-mock
   python setup.py install --root="$PWD/tmp_install" --optimize=1
   
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
 
-  cd "$srcdir/pytest-mock-py2"
+  cd "$srcdir"/pytest-mock-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1
   
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2
 }


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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 02:49:27
  Author: felixonmars
Revision: 194604

archrelease: copy trunk to community-any

Added:
  python-pytest-mock/repos/community-any/PKGBUILD
(from rev 194603, python-pytest-mock/trunk/PKGBUILD)
Deleted:
  python-pytest-mock/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-04 02:49:07 UTC (rev 194603)
+++ PKGBUILD2016-11-04 02:49:27 UTC (rev 194604)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-mock
-pkgname=('python-pytest-mock' 'python2-pytest-mock')
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
-arch=('any')
-license=('LGPL3')
-url="https://github.com/pytest-dev/pytest-mock/;
-makedepends=('python-pytest' 'python2-pytest' 'python2-mock' 'git')
-source=("git+https://github.com/pytest-dev/pytest-mock.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a pytest-mock{,-py2}
-}
-
-build() {
-  cd "$srcdir/pytest-mock"
-  python setup.py build
-
-  cd "$srcdir/pytest-mock-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir/pytest-mock"
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
-
-  cd "$srcdir/pytest-mock-py2"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2
-}
-
-package_python-pytest-mock() {
-  depends=('python-pytest')
-
-  cd pytest-mock
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-pytest-mock() {
-  depends=('python2-pytest' 'python2-mock')
-
-  cd pytest-mock-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-pytest-mock/repos/community-any/PKGBUILD (from rev 194603, 
python-pytest-mock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-04 02:49:27 UTC (rev 194604)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-mock
+pkgname=('python-pytest-mock' 'python2-pytest-mock')
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
+arch=('any')
+license=('LGPL3')
+url="https://github.com/pytest-dev/pytest-mock/;
+makedepends=('python-pytest' 'python2-pytest' 'python2-mock' 'git')
+source=("git+https://github.com/pytest-dev/pytest-mock.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a pytest-mock{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest-mock
+  python setup.py build
+
+  cd "$srcdir"/pytest-mock-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-mock
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
+
+  cd "$srcdir"/pytest-mock-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2
+}
+
+package_python-pytest-mock() {
+  depends=('python-pytest')
+
+  cd pytest-mock
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-pytest-mock() {
+  depends=('python2-pytest' 'python2-mock')
+
+  cd pytest-mock-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 02:39:54
  Author: felixonmars
Revision: 279823

upgpkg: python-mako 1.0.5-1

Modified:
  python-mako/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-04 00:12:58 UTC (rev 279822)
+++ PKGBUILD2016-11-04 02:39:54 UTC (rev 279823)
@@ -3,7 +3,7 @@
 
 pkgbase=python-mako
 pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
 arch=('any')
@@ -14,8 +14,8 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
   'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
   'python-dogpile.cache' 'python2-dogpile.cache')
-source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
-sha1sums=('64f9cadffd5cc264ea91d81df6e24ce660a15836'
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha1sums=('8eec6877da978ae356e4c5faca5006fe03670621'
   'SKIP')
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
 


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

2016-11-03 Thread Felix Yan
Date: Friday, November 4, 2016 @ 02:40:11
  Author: felixonmars
Revision: 279824

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-04 02:39:54 UTC (rev 279823)
+++ PKGBUILD2016-11-04 02:40:11 UTC (rev 279824)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-mako
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.4
-pkgrel=1
-pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
-arch=('any')
-url="http://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
-  'python-dogpile.cache' 'python2-dogpile.cache')
-source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
-sha1sums=('64f9cadffd5cc264ea91d81df6e24ce660a15836'
-  'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-  cp -a Mako-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-mako() {
-  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-
-package_python2-mako() {
-  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-  cd Mako-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-
-  mv "$pkgdir"/usr/bin/mako-render{,2}
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 279823, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-04 02:40:11 UTC (rev 279824)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-mako
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
+arch=('any')
+url="http://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
+  'python-dogpile.cache' 'python2-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha1sums=('8eec6877da978ae356e4c5faca5006fe03670621'
+  'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+  cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-mako() {
+  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
+
+package_python2-mako() {
+  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+  cd Mako-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  mv "$pkgdir"/usr/bin/mako-render{,2}
+}


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

2016-11-03 Thread Dave Reisner
Date: Friday, November 4, 2016 @ 00:12:58
  Author: dreisner
Revision: 279822

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

Added:
  c-ares/repos/extra-i686/LICENSE
(from rev 279821, c-ares/trunk/LICENSE)
  c-ares/repos/extra-i686/PKGBUILD
(from rev 279821, c-ares/trunk/PKGBUILD)
  c-ares/repos/extra-x86_64/LICENSE
(from rev 279821, c-ares/trunk/LICENSE)
  c-ares/repos/extra-x86_64/PKGBUILD
(from rev 279821, c-ares/trunk/PKGBUILD)
Deleted:
  c-ares/repos/extra-i686/LICENSE
  c-ares/repos/extra-i686/PKGBUILD
  c-ares/repos/extra-x86_64/LICENSE
  c-ares/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |   20 +
 /PKGBUILD |   70 
 extra-i686/LICENSE|   10 --
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/LICENSE  |   10 --
 extra-x86_64/PKGBUILD |   35 
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2016-11-04 00:12:06 UTC (rev 279821)
+++ extra-i686/LICENSE  2016-11-04 00:12:58 UTC (rev 279822)
@@ -1,10 +0,0 @@
-Copyright 1998 by the Massachusetts Institute of Technology.
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted, provided that
-the above copyright notice appear in all copies and that both that copyright
-notice and this permission notice appear in supporting documentation, and that
-the name of M.I.T. not be used in advertising or publicity pertaining to
-distribution of the software without specific, written prior permission.
-M.I.T. makes no representations about the suitability of this software for any
-purpose.  It is provided "as is" without express or implied warranty.

Copied: c-ares/repos/extra-i686/LICENSE (from rev 279821, c-ares/trunk/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2016-11-04 00:12:58 UTC (rev 279822)
@@ -0,0 +1,10 @@
+Copyright 1998 by the Massachusetts Institute of Technology.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted, provided that
+the above copyright notice appear in all copies and that both that copyright
+notice and this permission notice appear in supporting documentation, and that
+the name of M.I.T. not be used in advertising or publicity pertaining to
+distribution of the software without specific, written prior permission.
+M.I.T. makes no representations about the suitability of this software for any
+purpose.  It is provided "as is" without express or implied warranty.

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-04 00:12:06 UTC (rev 279821)
+++ extra-i686/PKGBUILD 2016-11-04 00:12:58 UTC (rev 279822)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Daniel J Griffiths 
-# Contributor: Jeff Mickey 
-# Contributor: Alexander Fehr 
-
-pkgname=c-ares
-pkgver=1.12.0
-pkgrel=1
-pkgdesc='C library that performs DNS requests and name resolves asynchronously'
-arch=('i686' 'x86_64')
-url='http://c-ares.haxx.se/'
-license=('custom')
-depends=('glibc')
-source=("http://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
-'LICENSE')
-md5sums=('2ca44be1715cd2c5666a165d35788424'
- 'SKIP'
- 'c69f2042941b708ce3e7121424d0b7e6')
-validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
-  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: c-ares/repos/extra-i686/PKGBUILD (from rev 279821, 
c-ares/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-04 00:12:58 UTC (rev 279822)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Daniel J Griffiths 
+# Contributor: Jeff Mickey 
+# Contributor: Alexander Fehr 
+
+pkgname=c-ares
+pkgver=1.12.0
+pkgrel=1
+pkgdesc='C library that performs DNS requests and name resolves asynchronously'
+arch=('i686' 'x86_64')
+url='https://c-ares.haxx.se/'
+license=('custom')
+depends=('glibc')
+source=("https://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+'LICENSE')

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

2016-11-03 Thread Dave Reisner
Date: Friday, November 4, 2016 @ 00:12:06
  Author: dreisner
Revision: 279821

use https for sources and URLs

Modified:
  c-ares/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 21:04:13 UTC (rev 279820)
+++ PKGBUILD2016-11-04 00:12:06 UTC (rev 279821)
@@ -9,14 +9,14 @@
 pkgrel=1
 pkgdesc='C library that performs DNS requests and name resolves asynchronously'
 arch=('i686' 'x86_64')
-url='http://c-ares.haxx.se/'
+url='https://c-ares.haxx.se/'
 license=('custom')
 depends=('glibc')
-source=("http://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+source=("https://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
 'LICENSE')
-md5sums=('2ca44be1715cd2c5666a165d35788424'
- 'SKIP'
- 'c69f2042941b708ce3e7121424d0b7e6')
+sha512sums=('3da0fadb04eccab49b4e6eff3f087a392dd76238d47e74e2ede723883468da688e41f679ee8ca38613fc4f80d3bd7c29e69d3d6c711f988a02fd5d21a3ee1dc6'
+'SKIP'
+
'55e8607392c5f82ed85e3580fa632dfdc2dcd0b1a5e918dc61d00532c15c11ecb709f6007b65805c1fbe8fcd21ee794c9e4a9638c97ac1f4960b2654010a4d0a')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
   '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg
 


[arch-commits] Commit in dkms/repos (7 files)

2016-11-03 Thread Sébastien Luttringer
Date: Thursday, November 3, 2016 @ 21:04:13
  Author: seblu
Revision: 279820

archrelease: copy trunk to testing-any

Added:
  dkms/repos/testing-any/
  dkms/repos/testing-any/02-no-kernel-hook.patch
(from rev 279819, dkms/trunk/02-no-kernel-hook.patch)
  dkms/repos/testing-any/PKGBUILD
(from rev 279819, dkms/trunk/PKGBUILD)
  dkms/repos/testing-any/dkms.install
(from rev 279819, dkms/trunk/dkms.install)
  dkms/repos/testing-any/hook.install
(from rev 279819, dkms/trunk/hook.install)
  dkms/repos/testing-any/hook.remove
(from rev 279819, dkms/trunk/hook.remove)
  dkms/repos/testing-any/hook.sh
(from rev 279819, dkms/trunk/hook.sh)

-+
 02-no-kernel-hook.patch |   13 
 PKGBUILD|   64 ++
 dkms.install|   13 
 hook.install|   14 
 hook.remove |   16 +
 hook.sh |  133 ++
 6 files changed, 253 insertions(+)

Copied: dkms/repos/testing-any/02-no-kernel-hook.patch (from rev 279819, 
dkms/trunk/02-no-kernel-hook.patch)
===
--- testing-any/02-no-kernel-hook.patch (rev 0)
+++ testing-any/02-no-kernel-hook.patch 2016-11-03 21:04:13 UTC (rev 279820)
@@ -0,0 +1,13 @@
+# Author: Sébastien Luttringer 
+--- a/Makefile 2011-12-07 19:23:51.0 +0100
 b/Makefile 2013-05-13 00:48:19.62000 +0200
+@@ -46,9 +46,6 @@
+   gzip -c -9 dkms.8 > $(MAN)/dkms.8.gz
+   chmod 0644 $(MAN)/dkms.8.gz
+   touch --reference=dkms.8 $(MAN)/dkms.8.gz
+-  mkdir   -p -m 0755 $(KCONF)/prerm.d $(KCONF)/postinst.d
+-  install -p -m 0755 kernel_prerm.d_dkms  $(KCONF)/prerm.d/dkms
+-  install -p -m 0755 kernel_postinst.d_dkms $(KCONF)/postinst.d/dkms
+ 
+ DOCFILES=sample.spec sample.conf AUTHORS COPYING README.dkms 
sample-suse-9-mkkmp.spec sample-suse-10-mkkmp.spec
+ 

Copied: dkms/repos/testing-any/PKGBUILD (from rev 279819, dkms/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-11-03 21:04:13 UTC (rev 279820)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
+
+pkgname=dkms
+pkgver=2.3
+pkgrel=1
+pkgdesc='Dynamic Kernel Modules System'
+arch=('any')
+url='https://github.com/dell/dkms'
+license=('GPL2')
+depends=('bash' 'kmod' 'gcc' 'make' 'patch')
+makedepends=('git')
+optdepends=('linux-headers: build modules against the Arch kernel'
+'linux-lts-headers: build modules against the LTS kernel'
+'linux-zen-headers: build modules against the ZEN kernel'
+'linux-grsec-headers: build modules against the GRSEC kernel')
+backup=('etc/dkms/framework.conf')
+install=$pkgname.install
+source=("git+https://github.com/dell/dkms.git#tag=$pkgver;
+'02-no-kernel-hook.patch'
+'hook.install'
+'hook.remove'
+'hook.sh')
+md5sums=('SKIP'
+ '82d520c39c99c34977e48b313a189c6c'
+ '2dfc9905738199bf1fdbaa08d306e265'
+ '4d959fdd4f168b5a6921712404066566'
+ 'c3971151a2945e5491b786579810cd15')
+
+prepare() {
+  cd dkms
+
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+
+  # /usr move
+  msg2 '/usr move patching'
+  for i in dkms{,_framework.conf,.bash-completion,.8,_common.postinst}; do
+sed -ri 's,/lib/modules,/usr/lib/modules,g' "$i"
+  done
+}
+
+package() {
+  # alpm hook
+  install -D -m 644 hook.install 
"$pkgdir/usr/share/libalpm/hooks/70-dkms-install.hook"
+  install -D -m 644 hook.remove 
"$pkgdir/usr/share/libalpm/hooks/70-dkms-remove.hook"
+  install -D -m 755 hook.sh "$pkgdir/usr/lib/dkms/alpm-hook"
+  # upstream installer
+  cd dkms
+  make \
+DESTDIR="$pkgdir" \
+SBIN="$pkgdir/usr/bin" \
+BASHDIR="$pkgdir/usr/share/bash-completion/completions" \
+install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dkms/repos/testing-any/dkms.install (from rev 279819, 
dkms/trunk/dkms.install)
===
--- testing-any/dkms.install(rev 0)
+++ testing-any/dkms.install2016-11-03 21:04:13 UTC (rev 279820)
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if (( "$(vercmp $2 '2.2.0.3+git151023-2')" < 0 )); then
+echo '===> dkms systemd startup service has been removed'
+echo '===> modules building is now handled by alpm hooks at install time'
+echo '===> startup modules loading must be done via modules-load.d'
+  fi
+}
+
+# vim:set 

[arch-commits] Commit in dkms/trunk (PKGBUILD hook.install hook.remove hook.sh)

2016-11-03 Thread Sébastien Luttringer
Date: Thursday, November 3, 2016 @ 21:03:56
  Author: seblu
Revision: 279819

upgpkg: dkms 2.3-1

- fix FS#50404
- fix FS#50370
- fix FS#51635

Modified:
  dkms/trunk/PKGBUILD
  dkms/trunk/hook.install
  dkms/trunk/hook.remove
  dkms/trunk/hook.sh

--+
 PKGBUILD |   18 +-
 hook.install |5 ++---
 hook.remove  |5 ++---
 hook.sh  |   50 ++
 4 files changed, 47 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 20:55:37 UTC (rev 279818)
+++ PKGBUILD2016-11-03 21:03:56 UTC (rev 279819)
@@ -3,11 +3,11 @@
 # Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
 
 pkgname=dkms
-pkgver=2.2.0.3+git151023
-pkgrel=12
+pkgver=2.3
+pkgrel=1
 pkgdesc='Dynamic Kernel Modules System'
 arch=('any')
-url='http://linux.dell.com/dkms/'
+url='https://github.com/dell/dkms'
 license=('GPL2')
 depends=('bash' 'kmod' 'gcc' 'make' 'patch')
 makedepends=('git')
@@ -17,7 +17,7 @@
 'linux-grsec-headers: build modules against the GRSEC kernel')
 backup=('etc/dkms/framework.conf')
 install=$pkgname.install
-source=('git+git://linux.dell.com/dkms.git#commit=7b6e78f'
+source=("git+https://github.com/dell/dkms.git#tag=$pkgver;
 '02-no-kernel-hook.patch'
 'hook.install'
 'hook.remove'
@@ -24,9 +24,9 @@
 'hook.sh')
 md5sums=('SKIP'
  '82d520c39c99c34977e48b313a189c6c'
- 'e6eada07fc3a56a491e14dfeafec746f'
- '094e692184902a7ee584c84f3a9e375d'
- 'f2a86ab70daba2e8623156f5221152a9')
+ '2dfc9905738199bf1fdbaa08d306e265'
+ '4d959fdd4f168b5a6921712404066566'
+ 'c3971151a2945e5491b786579810cd15')
 
 prepare() {
   cd dkms
@@ -35,8 +35,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
 

Modified: hook.install
===
--- hook.install2016-11-03 20:55:37 UTC (rev 279818)
+++ hook.install2016-11-03 21:03:56 UTC (rev 279819)
@@ -3,9 +3,8 @@
 Operation = Upgrade
 Type = File
 Target = usr/src/*/dkms.conf
-Target = usr/lib/modules/*/
-Target = !usr/lib/modules/extramodules-*
-Target = !usr/lib/modules/*/?*
+Target = usr/lib/modules/*/build/include/
+Target = usr/lib/modules/*/kernel/
 
 [Action]
 Description = Install DKMS modules

Modified: hook.remove
===
--- hook.remove 2016-11-03 20:55:37 UTC (rev 279818)
+++ hook.remove 2016-11-03 21:03:56 UTC (rev 279819)
@@ -3,9 +3,8 @@
 Operation = Remove
 Type = File
 Target = usr/src/*/dkms.conf
-Target = usr/lib/modules/*/
-Target = !usr/lib/modules/extramodules-*
-Target = !usr/lib/modules/*/?*
+Target = usr/lib/modules/*/build/include/
+Target = usr/lib/modules/*/kernel/
 
 [Action]
 Description = Remove DKMS modules

Modified: hook.sh
===
--- hook.sh 2016-11-03 20:55:37 UTC (rev 279818)
+++ hook.sh 2016-11-03 21:03:56 UTC (rev 279819)
@@ -41,17 +41,13 @@
 # handle actions on module addition/upgrade/removal
 # $1: module name
 # $2: module version
-# $*: dkms args
-do_module() {
-   local modname="$1"; shift
-   local modver="$1"; shift
+# $3: dkms action
+parse_module() {
pushd "$install_tree" >/dev/null
-   # do $@ for each kernel with headers for $modname v$modver
local path
for path in */build/; do
local kver="${path%%/*}"
-   check_kernel "$kver" || continue
-   run dkms "$@" -m "$modname" -v "$modver" -k "$kver"
+   dkms_register "$1" "$2" "$kver" "$3"
done
popd >/dev/null
 }
@@ -58,21 +54,38 @@
 
 # handle actions on kernel addition/upgrade/removal
 # $1: kernel version
-# $*: dkms args
-do_kernel() {
-   local kver="$1"; shift
-   check_kernel "$kver" || return
-   # do $@ once for each dkms module in $source_tree
+# $2: dkms action
+parse_kernel() {
local path
for path in "$source_tree"/*-*/dkms.conf; do
-   if [[ "$path" =~ ^$source_tree/([^/]+)-([^/]+)/dkms\.conf$ ]]; 
then
-   run dkms "$@" -m "${BASH_REMATCH[1]}" -v 
"${BASH_REMATCH[2]}" -k "$kver"
+   if [[ -f "$path" && "$path" =~ 
^$source_tree/([^/]+)-([^/]+)/dkms\.conf$ ]]; then
+   dkms_register "${BASH_REMATCH[1]}" "${BASH_REMATCH[2]}" 
"$1" "$2"
fi
done
 }
 
+# register a dkms call
+# this function suppress echo call for a module
+# $1: module name, $2: module version, $3: kernel version, $4: action
+dkms_register() {
+   DKMS_ACTION["$1/$2/$3"]="$4"
+}
+
+# run 

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

2016-11-03 Thread Andreas Radke
Date: Thursday, November 3, 2016 @ 20:55:37
  Author: andyrtr
Revision: 279818

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

Added:
  pigeonhole/repos/extra-i686/PKGBUILD
(from rev 279817, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/extra-i686/dovecot.conf
(from rev 279817, pigeonhole/trunk/dovecot.conf)
  pigeonhole/repos/extra-x86_64/PKGBUILD
(from rev 279817, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/extra-x86_64/dovecot.conf
(from rev 279817, pigeonhole/trunk/dovecot.conf)
Deleted:
  pigeonhole/repos/extra-i686/PKGBUILD
  pigeonhole/repos/extra-i686/dovecot.conf
  pigeonhole/repos/extra-x86_64/PKGBUILD
  pigeonhole/repos/extra-x86_64/dovecot.conf

---+
 /PKGBUILD |   98 
 /dovecot.conf |2 
 extra-i686/PKGBUILD   |   49 --
 extra-i686/dovecot.conf   |1 
 extra-x86_64/PKGBUILD |   49 --
 extra-x86_64/dovecot.conf |1 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-03 20:55:22 UTC (rev 279817)
+++ extra-i686/PKGBUILD 2016-11-03 20:55:37 UTC (rev 279818)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-# Contributorr: Peter Lewis 
-# Contributor: Sebastian Köhler 
-
-# This must be built against the version of dovecot being used,
-# else mail delivery will fail.
-# Specify the version of dovecot to be used here:
-_dcpkgver=2.2.26.0
-# Make sure to bump pkgrel if changing this.
-
-pkgname=pigeonhole
-pkgver=0.4.15
-pkgrel=2
-pkgdesc="Sieve implementation for Dovecot"
-arch=('i686' 'x86_64')
-url="http://pigeonhole.dovecot.org/;
-license=('LGPL')
-depends=('dovecot='$_dcpkgver)
-conflicts=('dovecot-sieve' 'pigeonhole-hg')
-source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
-"dovecot.conf")
-sha256sums=('c99ace6ead310c6c3b639922da618f90d846307da4fe252d994e5e51bf8a3de3'
-'SKIP'
-'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
-validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

-
-build() {
-  cd dovecot-2.2-$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---with-dovecot=/usr/lib/dovecot \
---with-moduledir=/usr/lib/dovecot/modules \
---disable-static
-  make
-}
-
-check() {
-  cd dovecot-2.2-$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd dovecot-2.2-$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir/" install
-  install -m 644 -D "$srcdir/dovecot.conf" 
"$pkgdir/etc/ld.so.conf.d/dovecot.conf"
-}

Copied: pigeonhole/repos/extra-i686/PKGBUILD (from rev 279817, 
pigeonhole/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-03 20:55:37 UTC (rev 279818)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+# Contributorr: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.2.26.0
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.16
+pkgrel=1
+pkgdesc="Sieve implementation for Dovecot"
+arch=('i686' 'x86_64')
+url="http://pigeonhole.dovecot.org/;
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
+"dovecot.conf")
+sha256sums=('8f0b98f18062d6e241eef74ebe16cc167cd246361cbe6657d94f0ecc5d7d3234'
+'SKIP'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

+
+build() {
+  cd dovecot-2.2-$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+check() {
+  cd dovecot-2.2-$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd dovecot-2.2-$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir/" install
+  install -m 644 -D "$srcdir/dovecot.conf" 
"$pkgdir/etc/ld.so.conf.d/dovecot.conf"
+}

Deleted: extra-i686/dovecot.conf
===
--- extra-i686/dovecot.conf 2016-11-03 20:55:22 UTC (rev 279817)
+++ extra-i686/dovecot.conf 2016-11-03 20:55:37 UTC (rev 279818)
@@ -1 +0,0 @@
-/usr/lib/dovecot

Copied: pigeonhole/repos/extra-i686/dovecot.conf (from rev 279817, 
pigeonhole/trunk/dovecot.conf)

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

2016-11-03 Thread Andreas Radke
Date: Thursday, November 3, 2016 @ 20:55:22
  Author: andyrtr
Revision: 279817

upgpkg: pigeonhole 0.4.16-1

upstream update 0.4.16

Modified:
  pigeonhole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 20:20:38 UTC (rev 279816)
+++ PKGBUILD2016-11-03 20:55:22 UTC (rev 279817)
@@ -11,8 +11,8 @@
 # Make sure to bump pkgrel if changing this.
 
 pkgname=pigeonhole
-pkgver=0.4.15
-pkgrel=2
+pkgver=0.4.16
+pkgrel=1
 pkgdesc="Sieve implementation for Dovecot"
 arch=('i686' 'x86_64')
 url="http://pigeonhole.dovecot.org/;
@@ -21,7 +21,7 @@
 conflicts=('dovecot-sieve' 'pigeonhole-hg')
 
source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
 "dovecot.conf")
-sha256sums=('c99ace6ead310c6c3b639922da618f90d846307da4fe252d994e5e51bf8a3de3'
+sha256sums=('8f0b98f18062d6e241eef74ebe16cc167cd246361cbe6657d94f0ecc5d7d3234'
 'SKIP'
 'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
 validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 



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

2016-11-03 Thread Maxime Gauduin
Date: Thursday, November 3, 2016 @ 20:42:44
  Author: alucryd
Revision: 194599

upgpkg: emby-server 3.0.8500-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 17:56:12 UTC (rev 194598)
+++ PKGBUILD2016-11-03 20:42:44 UTC (rev 194599)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.0.8400
+pkgver=3.0.8500
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('46ff1343ecb733cf43155d88ff824b4f9ac6b7a46ee558e5ac3c89ac2a925e61'
+sha256sums=('0c6ae2716916f9079300c147bf8b60e7127642fd0d23f2c2b89a6be8f9f6a26e'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'


[arch-commits] Commit in emby-server/repos (18 files)

2016-11-03 Thread Maxime Gauduin
Date: Thursday, November 3, 2016 @ 20:47:13
  Author: alucryd
Revision: 194602

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

Added:
  emby-server/repos/community-i686/PKGBUILD
(from rev 194601, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 194601, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 194601, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 194601, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 194601, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 194601, emby-server/trunk/emby-server.service)
  emby-server/repos/community-x86_64/PKGBUILD
(from rev 194601, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-x86_64/emby-migrate-database
(from rev 194601, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-x86_64/emby-server
(from rev 194601, emby-server/trunk/emby-server)
  emby-server/repos/community-x86_64/emby-server.conf
(from rev 194601, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-x86_64/emby-server.install
(from rev 194601, emby-server/trunk/emby-server.install)
  emby-server/repos/community-x86_64/emby-server.service
(from rev 194601, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-i686/PKGBUILD
  emby-server/repos/community-i686/emby-migrate-database
  emby-server/repos/community-i686/emby-server
  emby-server/repos/community-i686/emby-server.conf
  emby-server/repos/community-i686/emby-server.install
  emby-server/repos/community-i686/emby-server.service

+
 /PKGBUILD  |   56 +++
 /emby-migrate-database |   56 +++
 /emby-server   |3 +
 /emby-server.conf  |4 ++
 /emby-server.install   |   31 +
 /emby-server.service   |   16 
 community-i686/PKGBUILD|   56 ---
 community-i686/emby-migrate-database   |   56 ---
 community-i686/emby-server |3 -
 community-i686/emby-server.conf|4 --
 community-i686/emby-server.install |   31 -
 community-i686/emby-server.service |   16 
 community-x86_64/PKGBUILD  |   56 +++
 community-x86_64/emby-migrate-database |   56 +++
 community-x86_64/emby-server   |3 +
 community-x86_64/emby-server.conf  |4 ++
 community-x86_64/emby-server.install   |   31 +
 community-x86_64/emby-server.service   |   16 
 18 files changed, 332 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-03 20:46:11 UTC (rev 194601)
+++ community-i686/PKGBUILD 2016-11-03 20:47:13 UTC (rev 194602)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.0.8500
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'mono' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/Emby/archive/${pkgver}.tar.gz;
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-sha256sums=('0c6ae2716916f9079300c147bf8b60e7127642fd0d23f2c2b89a6be8f9f6a26e'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.Mono.sln
-  mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/{etc/conf.d,usr/{bin,lib/systemd/system}}
-  cp -dr --no-preserve='ownership' build "${pkgdir}"/usr/lib/emby-server
-  find "${pkgdir}" -type f -name *.dylib -delete
-  install -m 755 emby-server 

[arch-commits] Commit in emby-server/repos/community-i686 (12 files)

2016-11-03 Thread Maxime Gauduin
Date: Thursday, November 3, 2016 @ 20:46:11
  Author: alucryd
Revision: 194601

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

Added:
  emby-server/repos/community-i686/PKGBUILD
(from rev 194600, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 194600, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 194600, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 194600, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 194600, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 194600, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-i686/PKGBUILD
  emby-server/repos/community-i686/emby-migrate-database
  emby-server/repos/community-i686/emby-server
  emby-server/repos/community-i686/emby-server.conf
  emby-server/repos/community-i686/emby-server.install
  emby-server/repos/community-i686/emby-server.service

---+
 PKGBUILD  |  112 
 emby-migrate-database |  112 
 emby-server   |6 +-
 emby-server.conf  |8 +--
 emby-server.install   |   62 +-
 emby-server.service   |   32 ++---
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-03 20:43:03 UTC (rev 194600)
+++ PKGBUILD2016-11-03 20:46:11 UTC (rev 194601)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.0.8500
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'mono' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/Emby/archive/${pkgver}.tar.gz;
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-sha256sums=('0c6ae2716916f9079300c147bf8b60e7127642fd0d23f2c2b89a6be8f9f6a26e'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.Mono.sln
-  mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/{etc/conf.d,usr/{bin,lib/systemd/system}}
-  cp -dr --no-preserve='ownership' build "${pkgdir}"/usr/lib/emby-server
-  find "${pkgdir}" -type f -name *.dylib -delete
-  install -m 755 emby-server "${pkgdir}"/usr/bin/
-  install -m 755 emby-migrate-database "${pkgdir}"/usr/bin/
-  install -m 644 emby-server.service "${pkgdir}"/usr/lib/systemd/system/
-  install -m 644 emby-server.conf "${pkgdir}"/etc/conf.d/emby-server
-
-  install -dm 755 "${pkgdir}"/var/lib/emby
-  chown 422:422 -R "${pkgdir}"/var/lib/emby
-}
-
-# vim: ts=2 sw=2 et:

Copied: emby-server/repos/community-i686/PKGBUILD (from rev 194600, 
emby-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-03 20:46:11 UTC (rev 194601)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Seymour 
+
+pkgname=emby-server
+pkgver=3.0.8500
+pkgrel=1
+pkgdesc='Bring together your videos, music, photos, and live television'
+arch=('i686' 'x86_64')
+url='http://emby.media'
+license=('GPL2')
+depends=('ffmpeg' 'imagemagick' 'mono' 'sqlite')
+install='emby-server.install'
+source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/Emby/archive/${pkgver}.tar.gz;
+'emby-server'
+'emby-migrate-database'
+'emby-server.conf'
+'emby-server.service')
+backup=('etc/conf.d/emby-server')
+sha256sums=('0c6ae2716916f9079300c147bf8b60e7127642fd0d23f2c2b89a6be8f9f6a26e'
+'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
+'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
+

[arch-commits] Commit in emby-server/repos (18 files)

2016-11-03 Thread Maxime Gauduin
Date: Thursday, November 3, 2016 @ 20:43:03
  Author: alucryd
Revision: 194600

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

Added:
  emby-server/repos/community-i686/PKGBUILD
(from rev 194599, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 194599, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 194599, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 194599, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 194599, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 194599, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-i686/PKGBUILD
  emby-server/repos/community-i686/emby-migrate-database
  emby-server/repos/community-i686/emby-server
  emby-server/repos/community-i686/emby-server.conf
  emby-server/repos/community-i686/emby-server.install
  emby-server/repos/community-i686/emby-server.service
  emby-server/repos/community-x86_64/PKGBUILD
  emby-server/repos/community-x86_64/emby-migrate-database
  emby-server/repos/community-x86_64/emby-server
  emby-server/repos/community-x86_64/emby-server.conf
  emby-server/repos/community-x86_64/emby-server.install
  emby-server/repos/community-x86_64/emby-server.service

+
 /PKGBUILD  |   56 +++
 /emby-migrate-database |   56 +++
 /emby-server   |3 +
 /emby-server.conf  |4 ++
 /emby-server.install   |   31 +
 /emby-server.service   |   16 
 community-i686/PKGBUILD|   56 ---
 community-i686/emby-migrate-database   |   56 ---
 community-i686/emby-server |3 -
 community-i686/emby-server.conf|4 --
 community-i686/emby-server.install |   31 -
 community-i686/emby-server.service |   16 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/emby-migrate-database |   56 ---
 community-x86_64/emby-server   |3 -
 community-x86_64/emby-server.conf  |4 --
 community-x86_64/emby-server.install   |   31 -
 community-x86_64/emby-server.service   |   16 
 18 files changed, 166 insertions(+), 332 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-03 20:42:44 UTC (rev 194599)
+++ community-i686/PKGBUILD 2016-11-03 20:43:03 UTC (rev 194600)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.0.8400
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'mono' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/Emby/archive/${pkgver}.tar.gz;
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-sha256sums=('46ff1343ecb733cf43155d88ff824b4f9ac6b7a46ee558e5ac3c89ac2a925e61'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.Mono.sln
-  mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/{etc/conf.d,usr/{bin,lib/systemd/system}}
-  cp -dr --no-preserve='ownership' build "${pkgdir}"/usr/lib/emby-server
-  find "${pkgdir}" -type f -name *.dylib -delete
-  install -m 755 emby-server "${pkgdir}"/usr/bin/
-  install -m 755 emby-migrate-database "${pkgdir}"/usr/bin/
-  install -m 644 emby-server.service "${pkgdir}"/usr/lib/systemd/system/
-  install -m 644 emby-server.conf "${pkgdir}"/etc/conf.d/emby-server
-
-  install -dm 755 "${pkgdir}"/var/lib/emby
-  chown 422:422 -R "${pkgdir}"/var/lib/emby
-}
-
-# vim: ts=2 sw=2 et:

Copied: 

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

2016-11-03 Thread Andreas Radke
Date: Thursday, November 3, 2016 @ 20:20:38
  Author: andyrtr
Revision: 279816

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

Added:
  libreoffice-fresh/repos/testing-i686/
  libreoffice-fresh/repos/testing-i686/PKGBUILD
(from rev 279815, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/testing-i686/libreoffice-fresh.csh
(from rev 279815, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/testing-i686/libreoffice-fresh.sh
(from rev 279815, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 279815, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-fresh/repos/testing-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff
(from rev 279815, 
libreoffice-fresh/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff)
  libreoffice-fresh/repos/testing-i686/update_liborcus_to_0.11.0.diff
(from rev 279815, libreoffice-fresh/trunk/update_liborcus_to_0.11.0.diff)
  libreoffice-fresh/repos/testing-x86_64/
  libreoffice-fresh/repos/testing-x86_64/PKGBUILD
(from rev 279815, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.csh
(from rev 279815, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.sh
(from rev 279815, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 279815, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-fresh/repos/testing-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff
(from rev 279815, 
libreoffice-fresh/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff)
  libreoffice-fresh/repos/testing-x86_64/update_liborcus_to_0.11.0.diff
(from rev 279815, libreoffice-fresh/trunk/update_liborcus_to_0.11.0.diff)

+
 testing-i686/PKGBUILD  |  
355 +
 testing-i686/libreoffice-fresh.csh |   
 6 
 testing-i686/libreoffice-fresh.sh  |   
 6 
 testing-i686/make-pyuno-work-with-system-wide-module-install.diff  |   
44 
 testing-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff   |  
124 
 testing-i686/update_liborcus_to_0.11.0.diff| 
1983 ++
 testing-x86_64/PKGBUILD|  
355 +
 testing-x86_64/libreoffice-fresh.csh   |   
 6 
 testing-x86_64/libreoffice-fresh.sh|   
 6 
 testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff|   
44 
 testing-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff |  
124 
 testing-x86_64/update_liborcus_to_0.11.0.diff  | 
1983 ++
 12 files changed, 5036 insertions(+)

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


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

2016-11-03 Thread Andreas Radke
Date: Thursday, November 3, 2016 @ 20:20:14
  Author: andyrtr
Revision: 279815

upgpkg: libreoffice-fresh 5.2.3-1

upstream update 5.2.3

Modified:
  libreoffice-fresh/trunk/PKGBUILD
Deleted:
  libreoffice-fresh/trunk/gtk3-lot-of-style-updated-signals.diff
  libreoffice-fresh/trunk/gtk3-use-style-updated-signal.diff

+
 PKGBUILD   |   91 +
 gtk3-lot-of-style-updated-signals.diff |  134 ---
 gtk3-use-style-updated-signal.diff |   94 -
 3 files changed, 41 insertions(+), 278 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 19:35:01 UTC (rev 279814)
+++ PKGBUILD2016-11-03 20:20:14 UTC (rev 279815)
@@ -11,9 +11,9 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=5.2.2.2
-pkgver=5.2.2
-pkgrel=2
+_LOver=5.2.3.3
+pkgver=5.2.3
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -31,7 +31,7 @@
'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liborcus' 'liblangtag'
'libexttextcat' 'libfbclient' 'libcmis' 'gobject-introspection')
 
-_mirror="http://download.documentfoundation.org/libreoffice/src/${pkgver};
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
 #_mirror="http://dev-builds.libreoffice.org/pre-releases/src;
 _additional_source_url="http://dev-www.libreoffice.org/src;
 _additional_source_url2="http://dev-www.libreoffice.org/extern;
@@ -64,9 +64,7 @@
make-pyuno-work-with-system-wide-module-install.diff
libreoffice-fresh.sh libreoffice-fresh.csh
update_liborcus_to_0.11.0.diff
-   remove_unnecessary_orcus_external_usage_from_makefiles.diff
-   gtk3-use-style-updated-signal.diff
-   gtk3-lot-of-style-updated-signals.diff)
+   remove_unnecessary_orcus_external_usage_from_makefiles.diff)
 noextract=(boost_1_60_0.tar.bz2
ce12af00283eb90d9281956524250d6e-xmlsec1-1.2.20.tar.gz
35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
@@ -93,44 +91,42 @@
libfreehand-0.1.1.tar.bz2
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-md5sums=('4a001b0b43e58a3e584cb703d72cf19d'
- 'SKIP'
- 'ea273836b1e1b670eee6f211bd5d9acf'
- 'SKIP'
- '2b4d20576fbf5c26f57d268791bfa84c'
- 'SKIP'
- '65a840e1a0b13a558ff19eeb2c4f0cbe'
- 'ce12af00283eb90d9281956524250d6e'
- '35c94d2df8893241173de1d16b6034c0'
- '798b2ffdc8bcfe7bca2cf92b62caf685'
- 'a7983f859eafb2677d7ff386a023bc40'
- 'ce977548f1cbf46918e93cd38ac35163'
- 'eeb2c7ddf0d302fba4bfc6e97eac9624'
- '39bb3fcea1514f1369fcfc87542390fd'
- '3404ab6b1792ae5f16bbd603bd1e1d03'
- '97b2d4dba862397f446b217e2b623e71'
- 'f94d9870737518e3b597f9265f4e9803'
- '8ce2fcd72becf06c41f7201d15373ed9'
- '3bdf40c0d199af31923e900d082ca2dd'
- 'ace6ab49184e329db254e454a010f56d'
- 'db60e4fde8dd6d6807523deb71ee34dc'
- '0168229624cfac409e766913506961a8'
- 'bf5986dbfa1c9a0f26cf1b00ed369484'
- '4b87018f7fff1d054939d19920b751a0'
- '4ca8a6ef0afeefc864e9ef21b9f14bd6'
- '17410483b5b5f267aa18b7e00b65e6e0'
- 'd63a9f47ab048f5009d90693d6aa6424'
- 'd8bd5eed178db6e2b18eeed243f85aa8'
- 'ba2930200c9f019c2d93a8c88c651a0f'
- '8cf70c5dc4d24d2dc4a107f509d2d6d7'
- '185d60944ea767075d27247c3162b3bc'
- 'dcb5ad3e5f7139227677ea064b075422'
- '4195735a80876ae812fca5736b50192a'
- 'e7e4b3e70e99e5cba8f8dfcacf3b0d87'
- '3f526b966a672d1237cfcbadae0e3f95'
- 'ac71e21ecc0976b2ea6e233854963d4b'
- '3de4a8ba02b43f13dbd96cb9db240c60'
- '0093815dfd534ac47a38aee8ac72bd0d')
+sha256sums=('a8f1365d166bf24ac4b97ed8466f46cca29cf72e7e992bb84d24c3dc8e1c32c1'
+'SKIP'
+'443be26b35c6b454d5d1ca17c58cc33ae90946f8e1003a98118467b49989cd3a'
+'SKIP'
+'8401e51c4b91cd47f103ba09519f0b5b9213561b7d6296ff5bdc2d1622950a48'
+'SKIP'
+'686a989ac2488f79a97b9479efb9f2abae035b5ed4d8226de6857933fd3b'
+'3221593ca50f362b546a0888a1431ad24be1470f96b2469c0e0df5e1c55e7305'
+'64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'
+'1fb458d6aab06932693cc8a9b6e4e70944ee1ff052fa63606e3131df34e21753'
+'75823776fb51a9c526af904f1503a7afaaab900fba83eda64f8a41073724c870'
+'49665da5a60d033e6dff40fe0a7f9173e886ae859ce6096c1afe34c48b677c81'
+'75c80359c9ce343c20aab8a36a45cb3b9ee7c61cf92c13ae45399d854423a9ba'
+'085f2112c51fa8c1783fac12fbd452650596415121348393bb51f0f7e85a9045'
+

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

2016-11-03 Thread Antonio Rojas
Date: Thursday, November 3, 2016 @ 19:35:01
  Author: arojas
Revision: 279814

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

Added:
  vlc/repos/extra-i686/PKGBUILD
(from rev 279813, vlc/trunk/PKGBUILD)
  vlc/repos/extra-i686/lua53_compat.patch
(from rev 279813, vlc/trunk/lua53_compat.patch)
  vlc/repos/extra-i686/update-vlc-plugin-cache.hook
(from rev 279813, vlc/trunk/update-vlc-plugin-cache.hook)
  vlc/repos/extra-x86_64/PKGBUILD
(from rev 279813, vlc/trunk/PKGBUILD)
  vlc/repos/extra-x86_64/lua53_compat.patch
(from rev 279813, vlc/trunk/lua53_compat.patch)
  vlc/repos/extra-x86_64/update-vlc-plugin-cache.hook
(from rev 279813, vlc/trunk/update-vlc-plugin-cache.hook)
Deleted:
  vlc/repos/extra-i686/PKGBUILD
  vlc/repos/extra-i686/lua53_compat.patch
  vlc/repos/extra-i686/update-vlc-plugin-cache.hook
  vlc/repos/extra-x86_64/PKGBUILD
  vlc/repos/extra-x86_64/lua53_compat.patch
  vlc/repos/extra-x86_64/update-vlc-plugin-cache.hook

---+
 /PKGBUILD |  224 
 /lua53_compat.patch   |   60 +++
 /update-vlc-plugin-cache.hook |   34 
 extra-i686/PKGBUILD   |  112 --
 extra-i686/lua53_compat.patch |   30 ---
 extra-i686/update-vlc-plugin-cache.hook   |   11 -
 extra-x86_64/PKGBUILD |  112 --
 extra-x86_64/lua53_compat.patch   |   30 ---
 extra-x86_64/update-vlc-plugin-cache.hook |   11 -
 9 files changed, 318 insertions(+), 306 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-03 19:32:16 UTC (rev 279813)
+++ extra-i686/PKGBUILD 2016-11-03 19:35:01 UTC (rev 279814)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Sarah Hay 
-# Contributor: Martin Sandsmark 
-
-pkgname=vlc
-pkgver=2.2.4
-pkgrel=4
-pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
-arch=('i686' 'x86_64')
-url="http://www.videolan.org/vlc/;
-license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy'
- 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska'
- 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg2.8' 'faad2' 'libupnp'
- 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar'
- 'libxinerama')
-makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
- 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2'
- 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm'
- 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs'
- 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa' 'qt4')
-optdepends=('avahi: for service discovery using bonjour protocol'
-'libnotify: for notification plugin'
-'gtk2: for notify plugin'
-'ncurses: for ncurses interface support'
-'libdvdcss: for decoding encrypted DVDs'
-'lirc: for lirc plugin'
-'libavc1394: for devices using the 1394ta AV/C'
-'libdc1394: for IEEE 1394 plugin'
-'kdelibs: KDE Solid hardware integration'
-'libva-vdpau-driver: vdpau back-end for nvidia'
-'libva-intel-driver: back-end for intel cards'
-'libbluray: for Blu-Ray support'
-'flac: for Free Lossless Audio Codec plugin'
-'portaudio: for portaudio support'
-'twolame: for TwoLAME mpeg2 encoder plugin'
-'projectm: for ProjectM visualisation plugin'
-'libcaca: for colored ASCII art video output'
-'libgme: for libgme plugin'
-'librsvg: for SVG plugin'
-'gnome-vfs: for GNOME Virtual File System support'
-'libgoom2: for libgoom plugin'
-'vcdimager: navigate VCD with libvcdinfo'
-'aalib: for ASCII art plugin'
-'libmtp: for MTP devices support'
-'smbclient: for SMB access plugin'
-'libcdio: for audio CD playback support'
-'ttf-freefont: for subtitle font '
-'ttf-dejavu: for subtitle font'
-'opus: for opus support'
-'libssh2: for sftp support'
-'lua-socket: for http interface'
-'qt4: for the GUI')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!emptydirs')
-source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
-update-vlc-plugin-cache.hook "lua53_compat.patch")
-validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release 
Signing Key
-md5sums=('55666c9898f658c7fcca12725bf7dd1b'
- 'SKIP'
- '6fdaca3aa56c0676e9c88049b8650324'
- '96d3b346d9149ffb1b430066dfb6249a')
-

[arch-commits] Commit in vlc/trunk (PKGBUILD update-vlc-plugin-cache.hook)

2016-11-03 Thread Antonio Rojas
Date: Thursday, November 3, 2016 @ 19:32:16
  Author: arojas
Revision: 279813

Trigger plugin cache update when installing qt4 (FS#51541)

Modified:
  vlc/trunk/PKGBUILD
  vlc/trunk/update-vlc-plugin-cache.hook

--+
 PKGBUILD |4 ++--
 update-vlc-plugin-cache.hook |6 ++
 2 files changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 19:24:38 UTC (rev 279812)
+++ PKGBUILD2016-11-03 19:32:16 UTC (rev 279813)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.4
-pkgrel=4
+pkgrel=5
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/;
@@ -62,7 +62,7 @@
 validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release 
Signing Key
 md5sums=('55666c9898f658c7fcca12725bf7dd1b'
  'SKIP'
- '6fdaca3aa56c0676e9c88049b8650324'
+ '6449d0d26bd34bca009eed58a4c20c83'
  '96d3b346d9149ffb1b430066dfb6249a')
 
 prepare() {

Modified: update-vlc-plugin-cache.hook
===
--- update-vlc-plugin-cache.hook2016-11-03 19:24:38 UTC (rev 279812)
+++ update-vlc-plugin-cache.hook2016-11-03 19:32:16 UTC (rev 279813)
@@ -5,6 +5,12 @@
 Operation = Remove
 Target = usr/lib/vlc/plugins/*
 
+[Trigger]
+Type = Package
+Operation = Install
+Operation = Remove
+Target = qt4
+
 [Action]
 Description = Updating the vlc plugin cache...
 When = PostTransaction


[arch-commits] Commit in libreoffice-fresh-i18n/repos (2 files)

2016-11-03 Thread Andreas Radke
Date: Thursday, November 3, 2016 @ 19:24:38
  Author: andyrtr
Revision: 279812

archrelease: copy trunk to testing-any

Added:
  libreoffice-fresh-i18n/repos/testing-any/
  libreoffice-fresh-i18n/repos/testing-any/PKGBUILD
(from rev 279811, libreoffice-fresh-i18n/trunk/PKGBUILD)

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

Copied: libreoffice-fresh-i18n/repos/testing-any/PKGBUILD (from rev 279811, 
libreoffice-fresh-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-11-03 19:24:38 UTC (rev 279812)
@@ -0,0 +1,361 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgbase=libreoffice-fresh-i18n
+
+pkgver=5.2.3
+pkgrel=1
+_rcver=${pkgver}.3
+#_oodlver=${pkgver}.0.beta1
+_oodlver=${pkgver}
+
+arch=('any')
+url="http://www.documentfoundation.org;
+license=('LGPL')
+makedepends=('rpmextract')
+
+#http://download.documentfoundation.org/mirrors/all.html
+_url="https://download.documentfoundation.org/libreoffice/stable;
+#_url="http://download.documentfoundation.org/libreoffice/testing;
+#_url="http://dev-builds.libreoffice.org/pre-releases;
+#_url="http://www.libreoffice.org/download/pre-releases;
+
+#_url+="/${pkgver}-rc2/rpm/x86"
+_url+="/${pkgver}/rpm/x86"
+#_url+="/rpm/x86"
+
+_languages=(
+  'af"Afrikaans"'
+  'am"Amharic"'
+  'ar"Arabic"'
+  'as"Assamese (India)"'
+  'ast   "Asturianu"'
+  'be"Belarusian"'
+  'bg"Bulgarian"'
+  'bn"Bengali"'
+  'bn-IN "Bengali (India)"'
+  'bo"Tibetan"'
+  'br"Breton"'
+  'brx   "Bodo"'
+  'bs"Bosnian"'
+  'ca"Catalan"'
+  'ca-valencia   "Catalan (Valencia)"'
+  'cs"Czech"'
+  'cy"Welsh"'
+  'da"Danish"'
+  'de"German"'
+  'dgo   "Dogri"'
+  'dz"Dzongkha"'
+  'el"Greek"'
+  'en-GB "English (GB)"'
+  'en-ZA "English (ZA)"'
+  'eo"Esperanto"'
+  'es"Spanish"'
+  'et"Estonian"'
+  'eu"Basque"'
+  'fa"Persian"'
+  'fi"Finnish"'
+  'fr"French"'
+  'ga"Irish"'
+  'gd"Gaelic (Scottish)"'
+  'gl"Galician"'
+  'gu"Gujarati"'
+  'he"Hebrew"'
+  'hi"Hindi"'
+  'hr"Croatian"'
+  'hu"Hungarian"'
+  'id"Indonesian"'
+  'is"Icelandic"'
+  'it"Italian"'
+  'ja"Japanese"'
+  'ka"Georgian"'
+  'kk"Kazakh"'
+  'km"Khmer (Cambodia)"'
+  'kmr-Latn  "Kurdish"'
+  'kn"Kannada"'
+  'ko"Korean"'
+  'kok   "Konkani"'
+  'ks"Kashmiri"'
+  'lb"Luxembourgish"'
+  'lo"Lao"'
+  'lt"Lithuanian"'
+  'lv"Latvian"'
+  'mai   "Maithili"'
+  'mk"Macedonian"'
+  'ml"Malayalam"'
+  'mn"Mongolian"'
+  'mni   "Manipuri"'
+  'mr"Marathi"'
+  'my"Burmese"'
+  'nb"Norwegian Bokmal"'
+  'ne"Nepali"'
+  'nl"Dutch"'
+  'nn"Norwegian Nynorsk"'
+  'nr"Ndebele (South)"'
+  'nso   "Northern Sotho"'
+  'oc"Occitan"'
+  'om"Oromo"'
+  'or"Oriya"'
+  'pa-IN "Punjabi (India)"'
+  'pl"Polish"'
+  'pt"Portuguese"'
+  'pt-BR "Portuguese (Brasil)"'
+  'ro"Romanian"'
+  'ru"Russian"'
+  'rw"Kinyarwanda"'
+  'sa-IN "Sanskrit (India)"'
+  'sat   "Santali"'
+  'sd"Sindhi"'
+  'si"Singhalese"'
+  'sid   "Sidama"'
+  'sk"Slovak"'
+  'sl"Slovenian"'
+  'sq"Albanien"'
+  'sr"Serbian"'
+  'sr-Latn   "Serbian (Latin)"'
+  'ss"Swati"'
+  'st"Southern Sotho"'
+  'sv"Swedish"'
+  'sw-TZ "Swahili (Tanzania)"'
+  'ta"Tamil"'
+  'te"Telugu"'
+  'tg"Tajik"'
+  'th"Thai"'
+  'tn"Tswana"'
+  'tr"Turkish"'
+  'ts"Tsonga"'
+  'tt"Tatar"'
+  'ug"Uighur"'
+  'uk"Ukrainian"'
+  'uz"Uzbek"'
+  've"Venda"'
+  'vi"Vietnamese"'
+  'xh"Xhosa"'
+  'zh-CN "Chinese (simplified)"'
+  'zh-TW "Chinese (traditional)"'
+  'zu"Zulu"'
+)
+sha256sums=('cb4bae86635d44db6ab6937cf42ba37a11c8826aac098d5a2cd9bad02d0400a0'
+

[arch-commits] Commit in libreoffice-fresh-i18n/trunk (PKGBUILD)

2016-11-03 Thread Andreas Radke
Date: Thursday, November 3, 2016 @ 19:23:29
  Author: andyrtr
Revision: 279811

upgpkg: libreoffice-fresh-i18n 5.2.3-1

upstream update 5.2.3

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  345 +++--
 1 file changed, 176 insertions(+), 169 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 18:40:27 UTC (rev 279810)
+++ PKGBUILD2016-11-03 19:23:29 UTC (rev 279811)
@@ -4,9 +4,9 @@
 
 pkgbase=libreoffice-fresh-i18n
 
-pkgver=5.2.2
+pkgver=5.2.3
 pkgrel=1
-_rcver=${pkgver}.2
+_rcver=${pkgver}.3
 #_oodlver=${pkgver}.0.beta1
 _oodlver=${pkgver}
 
@@ -16,7 +16,7 @@
 makedepends=('rpmextract')
 
 #http://download.documentfoundation.org/mirrors/all.html
-_url="http://download.documentfoundation.org/libreoffice/stable;
+_url="https://download.documentfoundation.org/libreoffice/stable;
 #_url="http://download.documentfoundation.org/libreoffice/testing;
 #_url="http://dev-builds.libreoffice.org/pre-releases;
 #_url="http://www.libreoffice.org/download/pre-releases;
@@ -136,172 +136,179 @@
   'zh-TW "Chinese (traditional)"'
   'zu"Zulu"'
 )
-md5sums=('c4d7ff9821e0b64932c74dd56a1d1235'
- '9c73f30023755cb85943c035f2a2b998'
- 'b66b67d9cb0e4f31978e3692146b527d'
- 'e8162c959fed4306080c3d6c635ea29d'
- 'ccc543a7c0f8a6b898a081a617819e83'
- '45bdddf9782dce4fcc238cd91881f45b'
- 'bdc68b80198e79f6dd17fa7f823f3dbd'
- '8818f8c36630506ff373151b7d019e2f'
- 'bb85c67579a4eddb42db777f691f09f8'
- '16c3529726c89268b1fbfa799a5f6bbe'
- 'abbce2a30f71830a1a9876f135d02beb'
- '1f7183faf4375bd24d33714fd853186e'
- '6f5df9e0e850e4487776a252c8db2268'
- 'cb4d2de7700c7ce318fcef8b5485a569'
- '1114be182ef05642f93bf2eda5a152c3'
- '8349593dc2c21ecbba83458272459768'
- '0ec1f33f56d8501c1be7266ba90dd627'
- '2dcae0bc2efac42b314193dc665a0a5c'
- '7000bcc65dae626922b714fcb63524c5'
- '1cb28b74d0c2e5603b9e243a60f2e1a9'
- 'd18ceff35cc25f162459634242edb5df'
- 'db5f88eb421332d0a1be18970e84b015'
- 'ff288ce1aa01b8ff1b559ba9578cadd5'
- '014f98eb8e56713e0ba50a6e1ed0bfe8'
- 'ac6739d087f6c46dd7c42e5f3b70dea5'
- 'e4e69b0c4fc3b13bf67b046f74523407'
- '4c0c71b628c659f086f66d2844d33c53'
- 'acff1aa296f922bb59fa0a1b61afa077'
- '746b934e57b1a918d376f065b10c72a6'
- '433bfe3397b4a6f0c41894fd1d49f648'
- '6eb072d49063c80fa2c9fecb2eade598'
- '51330350fdbfe1593e3e17e09828b7d7'
- '24fee141e46e5fa9ae1e7501009d270f'
- 'e00d132848586d04d9273df22f7449df'
- '65086f86689e74a74cb1286ec499869e'
- '18458f17f82d64e020a3d6453bcb39bf'
- '592d8b8b0b114574c924f62dcc6801c0'
- '1b9b0bad7392a6d62ef79d32ad05157b'
- '5df864f4580e9a57f658e72a800e4f6d'
- '8d8baf6939cda25ef4e448108296c899'
- 'd76ad18d4932394f6ab0946023bfa584'
- '31909058047d78db219c0226d9ac3652'
- 'd3b296953fa1bf67f7b34cbaddc3c549'
- 'ee85f1d241d0228249bd84562c04b34f'
- '2dc9630efe5c9e58629ded2df7773e62'
- 'c66c114f9f38464c8b90bb02a75ac4e7'
- 'fabeb9d488c53b43d91f2b794db90405'
- '32d088e05a9ac2868b8b3763e826ad00'
- '40715d10aeb6665e9c1858cb32cbea22'
- 'f00b5074146c903a321c99ddb0ecbd36'
- '638f0502ed9a658578d7b6678edd41da'
- '2066a0b26dc6be48704100e2e0b26b6f'
- 'e944a13676d75035c78f704f154e8d0d'
- '0011533a852874e0b6cbdfe15476f321'
- '27025bd3d025fd9db837e2a88762d4ba'
- '13ec0aecf40dead0e6575db37c4ffd06'
- '410e41dd4ace54a392bf1603c94549fe'
- '3fa56fd6e2f367fb0c4786b2d1c5df40'
- 'f40cb6a29f0263d8ac5175b8ea0fbb03'
- 'e7f6fb6852690810f58c4960e2d23697'
- 'e3ba2eecdf0acc589651621c7bfcd9a3'
- 'd24a4789466a21ef28c28dad469f76e9'
- 'fbc790574e071626457fcdf046add3fd'
- '4a24b7b9fdb95713b377e15df3e820c2'
- 'f4c9aed9e5daaa249b0f77feb53648ba'
- '3f7668b86b2324a849d56a3bb32fcdac'
- '1d743694ffdc2ce7a3d685bb312d8180'
- '4b4c691951bc28bf0ddc2e457f4cdd89'
- '72a0cc976ea24e7a0901855565338a0e'
- '4b65e516ff351d275deb0e440ba9724a'
- 'ab2c79f721a01a3717bb70be7e980833'
- 'c489c91b96346993bf6d6b2ca4e08892'
- '0d592ced2a49e632f4910d216d2e85bd'
- 'efaaa22cfc63ee4d22e6ee07e4bbecdb'
- '7df7f7a9a1a7f372e11afd54c22678fc'
- 'c0172f6bae9247572b40cac3f24379b5'
- 'f7bf53203b6aec9b44bb18407ea74e18'
- 'ea0baa002c4ce0d855bcd990c12a046d'
- '512d0d48c7df9606b200db34da04420b'
- '1f66c79515c4ca225fc883d834481bb4'
- '55faabfcd28d6cb3d7d08db2fef7c676'
- '2534b49db1001ededa149d1a835d1adf'
- '865d86c86e444e660d81fc77cd787e33'
- 

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

2016-11-03 Thread Antonio Rojas
Date: Thursday, November 3, 2016 @ 18:40:27
  Author: arojas
Revision: 279810

Package extra tools (FS#51676)

Modified:
  cfitsio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 17:55:38 UTC (rev 279809)
+++ PKGBUILD2016-11-03 18:40:27 UTC (rev 279810)
@@ -5,7 +5,7 @@
 
 pkgname=cfitsio
 pkgver=3.390
-pkgrel=2
+pkgrel=3
 pkgdesc="A library of C and Fortran subroutines for reading and writing data 
files in FITS (Flexible Image Transport System) data format"
 arch=(i686 x86_64)
 url="http://heasarc.gsfc.nasa.gov/fitsio/;
@@ -34,7 +34,7 @@
   make DESTDIR="$pkgdir" install
 
   install -d "$pkgdir"/usr/bin
-  install -m755 {fpack,funpack,cookbook,fitscopy,imcopy,smem,speed} 
"$pkgdir"/usr/bin/
+  install -m755 {fpack,funpack,fitscopy,imcopy,smem,speed} "$pkgdir"/usr/bin/
 
   install -D -m644 License.txt \
 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE


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

2016-11-03 Thread Antonio Rojas
Date: Thursday, November 3, 2016 @ 17:53:58
  Author: arojas
Revision: 279807

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-03 17:53:26 UTC (rev 279806)
+++ extra-i686/PKGBUILD 2016-11-03 17:53:58 UTC (rev 279807)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=cfitsio
-pkgver=3.390
-pkgrel=1
-pkgdesc="A library of C and Fortran subroutines for reading and writing data 
files in FITS (Flexible Image Transport System) data format"
-arch=(i686 x86_64)
-url="http://heasarc.gsfc.nasa.gov/fitsio/;
-license=(custom)
-depends=(glibc)
-source=("ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${pkgname}${pkgver/./}.tar.gz;)
-sha512sums=('9e72fe58e1b2e45dfad23c5a60f9056a4e958b3b567751c5284d5d89992f0a2721aa44ede8655f0e1595eaea9d6ba4644b001c54274764f9d05f890d471e4534')
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---enable-reentrant
-  make shared
-
-  # Build extra utils
-  make fpack
-  make funpack
-}
-
-check() {
-  cd $pkgname
-  make testprog
-  LD_LIBRARY_PATH=. ./testprog > testprog.lis
-  [[ -z $(diff testprog.lis testprog.out) ]] || return 1
-  [[ -z $(cmp testprog.fit testprog.std) ]] || return 1
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/bin
-  install -m755 {fpack,funpack} "$pkgdir"/usr/bin/
-
-  install -D -m644 License.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: cfitsio/repos/extra-i686/PKGBUILD (from rev 279806, 
cfitsio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-03 17:53:58 UTC (rev 279807)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=cfitsio
+pkgver=3.390
+pkgrel=2
+pkgdesc="A library of C and Fortran subroutines for reading and writing data 
files in FITS (Flexible Image Transport System) data format"
+arch=(i686 x86_64)
+url="http://heasarc.gsfc.nasa.gov/fitsio/;
+license=(custom)
+depends=(glibc)
+source=("ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${pkgname}${pkgver/./}.tar.gz;)
+sha512sums=('9e72fe58e1b2e45dfad23c5a60f9056a4e958b3b567751c5284d5d89992f0a2721aa44ede8655f0e1595eaea9d6ba4644b001c54274764f9d05f890d471e4534')
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--enable-reentrant
+  make shared
+  make utils
+}
+
+check() {
+  cd $pkgname
+  LD_LIBRARY_PATH=. ./testprog > testprog.lis
+  [[ -z $(diff testprog.lis testprog.out) ]] || return 1
+  [[ -z $(cmp testprog.fit testprog.std) ]] || return 1
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/bin
+  install -m755 {fpack,funpack,cookbook,fitscopy,imcopy,smem,speed} 
"$pkgdir"/usr/bin/
+
+  install -D -m644 License.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-03 17:53:26 UTC (rev 279806)
+++ extra-x86_64/PKGBUILD   2016-11-03 17:53:58 UTC (rev 279807)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=cfitsio
-pkgver=3.390
-pkgrel=1
-pkgdesc="A library of C and Fortran subroutines for reading and writing data 
files in FITS (Flexible Image Transport System) data format"
-arch=(i686 x86_64)
-url="http://heasarc.gsfc.nasa.gov/fitsio/;
-license=(custom)
-depends=(glibc)
-source=("ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${pkgname}${pkgver/./}.tar.gz;)
-sha512sums=('9e72fe58e1b2e45dfad23c5a60f9056a4e958b3b567751c5284d5d89992f0a2721aa44ede8655f0e1595eaea9d6ba4644b001c54274764f9d05f890d471e4534')
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---enable-reentrant
-  make shared
-
-  # Build extra utils
-  make fpack
-  make funpack
-}
-
-check() {
-  cd $pkgname
-  make testprog
-  LD_LIBRARY_PATH=. ./testprog > testprog.lis
-  [[ -z $(diff testprog.lis testprog.out) ]] || return 1
-  [[ -z $(cmp testprog.fit testprog.std) ]] || return 1
-}
-
-package() {
-  cd $pkgname
-  make 

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

2016-11-03 Thread Antonio Rojas
Date: Thursday, November 3, 2016 @ 17:53:26
  Author: arojas
Revision: 279806

Package extra tools (FS#51676)

Modified:
  cfitsio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 17:39:45 UTC (rev 279805)
+++ PKGBUILD2016-11-03 17:53:26 UTC (rev 279806)
@@ -5,7 +5,7 @@
 
 pkgname=cfitsio
 pkgver=3.390
-pkgrel=1
+pkgrel=2
 pkgdesc="A library of C and Fortran subroutines for reading and writing data 
files in FITS (Flexible Image Transport System) data format"
 arch=(i686 x86_64)
 url="http://heasarc.gsfc.nasa.gov/fitsio/;
@@ -19,15 +19,11 @@
   ./configure --prefix=/usr \
 --enable-reentrant
   make shared
-
-  # Build extra utils
-  make fpack
-  make funpack
+  make utils
 }
 
 check() {
   cd $pkgname
-  make testprog
   LD_LIBRARY_PATH=. ./testprog > testprog.lis
   [[ -z $(diff testprog.lis testprog.out) ]] || return 1
   [[ -z $(cmp testprog.fit testprog.std) ]] || return 1
@@ -38,7 +34,7 @@
   make DESTDIR="$pkgdir" install
 
   install -d "$pkgdir"/usr/bin
-  install -m755 {fpack,funpack} "$pkgdir"/usr/bin/
+  install -m755 {fpack,funpack,cookbook,fitscopy,imcopy,smem,speed} 
"$pkgdir"/usr/bin/
 
   install -D -m644 License.txt \
 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE


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

2016-11-03 Thread Pierre Schmitz
Date: Thursday, November 3, 2016 @ 17:39:45
  Author: pierre
Revision: 279805

archrelease: copy trunk to extra-any

Added:
  composer/repos/extra-any/PKGBUILD
(from rev 279804, composer/trunk/PKGBUILD)
Deleted:
  composer/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-03 17:39:32 UTC (rev 279804)
+++ PKGBUILD2016-11-03 17:39:45 UTC (rev 279805)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=composer
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Dependency Manager for PHP"
-arch=('any')
-license=('MIT')
-url='https://getcomposer.org/'
-depends=('php')
-makedepends=('git')
-replaces=('php-composer')
-conflicts=('php-composer')
-provides=('php-composer')
-source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
-
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
-md5sums=('SKIP'
- '2e232b14055952d1c4e026fdec5ed882')
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-
-   php ${srcdir}/${pkgname}-${pkgver}.phar -n install --no-dev 
--prefer-dist
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   php -d phar.readonly=Off bin/compile
-}
-
-check() {
-   cd ${srcdir}/${pkgname}
-
-   # check if the upstream build and ours differ
-   diff -q ${srcdir}/${pkgname}-${pkgver}.phar composer.phar
-
-   # Install the dev dependencies to run the unit tests
-   bin/composer -n install --prefer-dist
-   vendor/bin/phpunit
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
-}

Copied: composer/repos/extra-any/PKGBUILD (from rev 279804, 
composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-03 17:39:45 UTC (rev 279805)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=composer
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="Dependency Manager for PHP"
+arch=('any')
+license=('MIT')
+url='https://getcomposer.org/'
+depends=('php')
+makedepends=('git')
+replaces=('php-composer')
+conflicts=('php-composer')
+provides=('php-composer')
+source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
+
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
+md5sums=('SKIP'
+ '6d0a8f0db40db8567996dc590ddf5a74')
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+
+   php ${srcdir}/${pkgname}-${pkgver}.phar -n install --no-dev 
--prefer-dist
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   php -d phar.readonly=Off bin/compile
+}
+
+check() {
+   cd ${srcdir}/${pkgname}
+
+   # check if the upstream build and ours differ
+   diff -q ${srcdir}/${pkgname}-${pkgver}.phar composer.phar
+
+   # Install the dev dependencies to run the unit tests
+   bin/composer -n install --prefer-dist
+   vendor/bin/phpunit
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
+}


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

2016-11-03 Thread Pierre Schmitz
Date: Thursday, November 3, 2016 @ 17:39:32
  Author: pierre
Revision: 279804

upgpkg: composer 1.2.2-1

Modified:
  composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 16:57:02 UTC (rev 279803)
+++ PKGBUILD2016-11-03 17:39:32 UTC (rev 279804)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -16,7 +16,7 @@
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
 md5sums=('SKIP'
- '2e232b14055952d1c4e026fdec5ed882')
+ '6d0a8f0db40db8567996dc590ddf5a74')
 
 prepare() {
cd ${srcdir}/${pkgname}


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

2016-11-03 Thread Jaroslav Lichtblau
Date: Thursday, November 3, 2016 @ 17:36:58
  Author: jlichtblau
Revision: 194596

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

Added:
  python-pygit2/repos/community-i686/PKGBUILD
(from rev 194595, python-pygit2/trunk/PKGBUILD)
  python-pygit2/repos/community-x86_64/PKGBUILD
(from rev 194595, python-pygit2/trunk/PKGBUILD)
Deleted:
  python-pygit2/repos/community-i686/PKGBUILD
  python-pygit2/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-03 17:36:39 UTC (rev 194595)
+++ community-i686/PKGBUILD 2016-11-03 17:36:58 UTC (rev 194596)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Maintainer: Daniel Micay 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgbase=python-pygit2
-pkgname=('python-pygit2' 'python2-pygit2')
-pkgver=0.24.1
-pkgrel=1
-pkgdesc='Python bindings for libgit2'
-arch=('i686' 'x86_64')
-url="https://github.com/libgit2/pygit2;
-license=('GPL2')
-depends=('libgit2>=1:0.24.0')
-makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git' 'python-six' 'python2-six')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
-sha256sums=('e62bd35c39b4dec64a8a35ab688e98352603c21a6b254473763868a45110fb47')
-
-package_python-pygit2() {
-  depends+=('python-cffi' 'python-six')
-  replaces=('python-libgit2')
-  conflicts=('python-libgit2')
-
-  cd "pygit2-$pkgver"
-  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pygit2() {
-  depends+=('python2-cffi' 'python2-six')
-  replaces=('python2-libgit2')
-  conflicts=('python2-libgit2')
-
-  cd "pygit2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pygit2/repos/community-i686/PKGBUILD (from rev 194595, 
python-pygit2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-03 17:36:58 UTC (rev 194596)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Maintainer: Daniel Micay 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgbase=python-pygit2
+pkgname=('python-pygit2' 'python2-pygit2')
+pkgver=0.24.2
+pkgrel=1
+pkgdesc='Python bindings for libgit2'
+arch=('i686' 'x86_64')
+url="https://github.com/libgit2/pygit2;
+license=('GPL2')
+depends=('libgit2>=1:0.24.0')
+makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git' 'python-six' 'python2-six')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
+sha256sums=('8a779484728e5036a366bcc9f46746a27700f2587dfef066c59c58bdc49fffc8')
+
+package_python-pygit2() {
+  depends+=('python-cffi' 'python-six')
+  replaces=('python-libgit2')
+  conflicts=('python-libgit2')
+
+  cd "pygit2-$pkgver"
+  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygit2() {
+  depends+=('python2-cffi' 'python2-six')
+  replaces=('python2-libgit2')
+  conflicts=('python2-libgit2')
+
+  cd "pygit2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-03 17:36:39 UTC (rev 194595)
+++ community-x86_64/PKGBUILD   2016-11-03 17:36:58 UTC (rev 194596)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Maintainer: Daniel Micay 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgbase=python-pygit2
-pkgname=('python-pygit2' 'python2-pygit2')
-pkgver=0.24.1
-pkgrel=1
-pkgdesc='Python bindings for libgit2'
-arch=('i686' 'x86_64')
-url="https://github.com/libgit2/pygit2;
-license=('GPL2')
-depends=('libgit2>=1:0.24.0')
-makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git' 'python-six' 'python2-six')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
-sha256sums=('e62bd35c39b4dec64a8a35ab688e98352603c21a6b254473763868a45110fb47')
-
-package_python-pygit2() {
-  depends+=('python-cffi' 'python-six')
-  replaces=('python-libgit2')
-  conflicts=('python-libgit2')
-
-  cd "pygit2-$pkgver"
-  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pygit2() {
-  depends+=('python2-cffi' 'python2-six')
-  replaces=('python2-libgit2')
-  

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

2016-11-03 Thread Jaroslav Lichtblau
Date: Thursday, November 3, 2016 @ 17:36:39
  Author: jlichtblau
Revision: 194595

upgpkg: python-pygit2 0.24.2-1 - new upstream release

Modified:
  python-pygit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 17:12:41 UTC (rev 194594)
+++ PKGBUILD2016-11-03 17:36:39 UTC (rev 194595)
@@ -5,7 +5,7 @@
 
 pkgbase=python-pygit2
 pkgname=('python-pygit2' 'python2-pygit2')
-pkgver=0.24.1
+pkgver=0.24.2
 pkgrel=1
 pkgdesc='Python bindings for libgit2'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('libgit2>=1:0.24.0')
 makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git' 'python-six' 'python2-six')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
-sha256sums=('e62bd35c39b4dec64a8a35ab688e98352603c21a6b254473763868a45110fb47')
+sha256sums=('8a779484728e5036a366bcc9f46746a27700f2587dfef066c59c58bdc49fffc8')
 
 package_python-pygit2() {
   depends+=('python-cffi' 'python-six')


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

2016-11-03 Thread Sergej Pupykin
Date: Thursday, November 3, 2016 @ 17:12:25
  Author: spupykin
Revision: 194593

upgpkg: mediainfo-gui 0.7.90-1

upd

Modified:
  mediainfo-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 17:12:21 UTC (rev 194592)
+++ PKGBUILD2016-11-03 17:12:25 UTC (rev 194593)
@@ -3,7 +3,7 @@
 # Maintainer: hydro 
 
 pkgname=mediainfo-gui
-pkgver=0.7.89
+pkgver=0.7.90
 pkgrel=1
 pkgdesc="GUI for mediainfo"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
 makedepends=('imagemagick')
 
source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('2b3774a2d292dc5abde60384a8025b4a')
+md5sums=('52cbb2dc76287fc526fd9b1bee8cc97c')
 
 build() {
   cd MediaInfo/Project/GNU/GUI


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

2016-11-03 Thread Sergej Pupykin
Date: Thursday, November 3, 2016 @ 17:12:21
  Author: spupykin
Revision: 194592

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-03 17:12:05 UTC (rev 194591)
+++ community-i686/PKGBUILD 2016-11-03 17:12:21 UTC (rev 194592)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo
-pkgver=0.7.89
-pkgrel=1
-pkgdesc="supplies technical and tag information about a video or audio file"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net;
-license=('GPL')
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('2b3774a2d292dc5abde60384a8025b4a')
-
-build() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  make DESTDIR=$pkgdir install
-}

Copied: mediainfo/repos/community-i686/PKGBUILD (from rev 194591, 
mediainfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-03 17:12:21 UTC (rev 194592)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: hydro 
+
+pkgname=mediainfo
+pkgver=0.7.90
+pkgrel=1
+pkgdesc="supplies technical and tag information about a video or audio file"
+arch=('i686' 'x86_64')
+url="http://mediaarea.net;
+license=('GPL')
+depends=('libmediainfo')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
+md5sums=('52cbb2dc76287fc526fd9b1bee8cc97c')
+
+build() {
+  cd "$srcdir"/MediaInfo/Project/GNU/CLI
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd "$srcdir"/MediaInfo/Project/GNU/CLI
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-03 17:12:05 UTC (rev 194591)
+++ community-x86_64/PKGBUILD   2016-11-03 17:12:21 UTC (rev 194592)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo
-pkgver=0.7.89
-pkgrel=1
-pkgdesc="supplies technical and tag information about a video or audio file"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net;
-license=('GPL')
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('2b3774a2d292dc5abde60384a8025b4a')
-
-build() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  make DESTDIR=$pkgdir install
-}

Copied: mediainfo/repos/community-x86_64/PKGBUILD (from rev 194591, 
mediainfo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-03 17:12:21 UTC (rev 194592)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: hydro 
+
+pkgname=mediainfo
+pkgver=0.7.90
+pkgrel=1
+pkgdesc="supplies technical and tag information about a video or audio file"
+arch=('i686' 'x86_64')
+url="http://mediaarea.net;
+license=('GPL')
+depends=('libmediainfo')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
+md5sums=('52cbb2dc76287fc526fd9b1bee8cc97c')
+
+build() {
+  cd "$srcdir"/MediaInfo/Project/GNU/CLI
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd "$srcdir"/MediaInfo/Project/GNU/CLI
+  make DESTDIR="$pkgdir" install
+}


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

2016-11-03 Thread Sergej Pupykin
Date: Thursday, November 3, 2016 @ 17:12:41
  Author: spupykin
Revision: 194594

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

Added:
  mediainfo-gui/repos/community-i686/PKGBUILD
(from rev 194593, mediainfo-gui/trunk/PKGBUILD)
  mediainfo-gui/repos/community-x86_64/PKGBUILD
(from rev 194593, mediainfo-gui/trunk/PKGBUILD)
Deleted:
  mediainfo-gui/repos/community-i686/PKGBUILD
  mediainfo-gui/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-03 17:12:25 UTC (rev 194593)
+++ community-i686/PKGBUILD 2016-11-03 17:12:41 UTC (rev 194594)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo-gui
-pkgver=0.7.89
-pkgrel=1
-pkgdesc="GUI for mediainfo"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net;
-license=('GPL')
-depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
-makedepends=('imagemagick')
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('2b3774a2d292dc5abde60384a8025b4a')
-
-build() {
-  cd MediaInfo/Project/GNU/GUI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd MediaInfo/Project/GNU/GUI
-  make DESTDIR="$pkgdir" install
-  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
-  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
-"$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png"
-  install -m 644 
"$srcdir/MediaInfo/Source/Resource/Image/MediaInfo."{svg,ico,xpm} 
"$pkgdir/usr/share/icons/"
-  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
-"$pkgdir/usr/share/pixmaps/mediainfo-gui.png"
-  install -Dm 644 "$srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop" \
-"$pkgdir/usr/share/applications/mediainfo-gui.desktop"
-}

Copied: mediainfo-gui/repos/community-i686/PKGBUILD (from rev 194593, 
mediainfo-gui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-03 17:12:41 UTC (rev 194594)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: hydro 
+
+pkgname=mediainfo-gui
+pkgver=0.7.90
+pkgrel=1
+pkgdesc="GUI for mediainfo"
+arch=('i686' 'x86_64')
+url="http://mediaarea.net;
+license=('GPL')
+depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
+makedepends=('imagemagick')
+source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
+md5sums=('52cbb2dc76287fc526fd9b1bee8cc97c')
+
+build() {
+  cd MediaInfo/Project/GNU/GUI
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd MediaInfo/Project/GNU/GUI
+  make DESTDIR="$pkgdir" install
+  _iconsize=`identify "$srcdir"/MediaInfo/Source/Resource/Image/MediaInfo.png 
| grep -oP ' \d+x\d+ ' | tr -d ' '`
+  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
+"$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png"
+  install -m 644 
"$srcdir/MediaInfo/Source/Resource/Image/MediaInfo."{svg,ico,xpm} 
"$pkgdir/usr/share/icons/"
+  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
+"$pkgdir/usr/share/pixmaps/mediainfo-gui.png"
+  install -Dm 644 "$srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop" \
+"$pkgdir/usr/share/applications/mediainfo-gui.desktop"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-03 17:12:25 UTC (rev 194593)
+++ community-x86_64/PKGBUILD   2016-11-03 17:12:41 UTC (rev 194594)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo-gui
-pkgver=0.7.89
-pkgrel=1
-pkgdesc="GUI for mediainfo"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net;
-license=('GPL')
-depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
-makedepends=('imagemagick')
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('2b3774a2d292dc5abde60384a8025b4a')
-
-build() {
-  cd MediaInfo/Project/GNU/GUI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd MediaInfo/Project/GNU/GUI
-  make DESTDIR="$pkgdir" install
-  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
-  install -Dm 644 

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

2016-11-03 Thread Sergej Pupykin
Date: Thursday, November 3, 2016 @ 17:12:00
  Author: spupykin
Revision: 194590

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

Added:
  libmediainfo/repos/community-i686/PKGBUILD
(from rev 194589, libmediainfo/trunk/PKGBUILD)
  libmediainfo/repos/community-i686/libmediainfo-0.7.50-libmms.patch
(from rev 194589, libmediainfo/trunk/libmediainfo-0.7.50-libmms.patch)
  libmediainfo/repos/community-x86_64/PKGBUILD
(from rev 194589, libmediainfo/trunk/PKGBUILD)
  libmediainfo/repos/community-x86_64/libmediainfo-0.7.50-libmms.patch
(from rev 194589, libmediainfo/trunk/libmediainfo-0.7.50-libmms.patch)
Deleted:
  libmediainfo/repos/community-i686/PKGBUILD
  libmediainfo/repos/community-i686/libmediainfo-0.7.50-libmms.patch
  libmediainfo/repos/community-x86_64/PKGBUILD
  libmediainfo/repos/community-x86_64/libmediainfo-0.7.50-libmms.patch

---+
 /PKGBUILD |   76 +++
 /libmediainfo-0.7.50-libmms.patch |  100 
 community-i686/PKGBUILD   |   38 ---
 community-i686/libmediainfo-0.7.50-libmms.patch   |   50 --
 community-x86_64/PKGBUILD |   38 ---
 community-x86_64/libmediainfo-0.7.50-libmms.patch |   50 --
 6 files changed, 176 insertions(+), 176 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-03 17:11:42 UTC (rev 194589)
+++ community-i686/PKGBUILD 2016-11-03 17:12:00 UTC (rev 194590)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:  hydro 
-
-pkgname=libmediainfo
-pkgver=0.7.89
-pkgrel=1
-pkgdesc="shared library for mediainfo"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net;
-license=('GPL')
-depends=( 'curl' 'libmms' 'libzen')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.bz2
-   libmediainfo-0.7.50-libmms.patch)
-md5sums=('6b0ef80823a2e1914057ece67eab2477'
- '2f4b21cc250f663d52b497dedb963e3b')
-
-build() {
-  cd $srcdir/MediaInfoLib/Project/GNU/Library
-  sh ./autogen.sh
-  ./configure --prefix=/usr --enable-shared --disable-static --with-libcurl 
--with-libmms
-  make clean
-  (cd ../../.. && patch -p1 <$srcdir/libmediainfo-0.7.50-libmms.patch)
-  make
-}
-
-package() {
-  cd $srcdir/MediaInfoLib/Project/GNU/Library
-  make DESTDIR=$pkgdir install
-  for i in MediaInfo MediaInfoDLL; do
-install -dm 755 $pkgdir/usr/include/$i
-install -m 644 $srcdir/MediaInfoLib/Source/$i/*.h $pkgdir/usr/include/$i
-  done
-  install -dm 755 $pkgdir/usr/lib/pkgconfig
-  install -m 644 $srcdir/MediaInfoLib/Project/GNU/Library/libmediainfo.pc 
$pkgdir/usr/lib/pkgconfig
-  sed -i -e 's|Version: |Version: '$pkgver'|g' 
$pkgdir/usr/lib/pkgconfig/libmediainfo.pc
-}

Copied: libmediainfo/repos/community-i686/PKGBUILD (from rev 194589, 
libmediainfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-03 17:12:00 UTC (rev 194590)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:  hydro 
+
+pkgname=libmediainfo
+pkgver=0.7.90
+pkgrel=1
+pkgdesc="shared library for mediainfo"
+arch=('i686' 'x86_64')
+url="http://mediaarea.net;
+license=('GPL')
+depends=( 'curl' 'libmms' 'libzen')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.bz2
+   libmediainfo-0.7.50-libmms.patch)
+md5sums=('800b61d3a02663363b278ccca4caaf56'
+ '2f4b21cc250f663d52b497dedb963e3b')
+
+build() {
+  cd "$srcdir"/MediaInfoLib/Project/GNU/Library
+  sh ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --disable-static --with-libcurl 
--with-libmms
+  make clean
+  (cd ../../.. && patch -p1 <"$srcdir"/libmediainfo-0.7.50-libmms.patch)
+  make
+}
+
+package() {
+  cd "$srcdir"/MediaInfoLib/Project/GNU/Library
+  make DESTDIR="$pkgdir" install
+  for i in MediaInfo MediaInfoDLL; do
+install -dm 755 "$pkgdir"/usr/include/$i
+install -m 644 "$srcdir"/MediaInfoLib/Source/$i/*.h 
"$pkgdir"/usr/include/$i
+  done
+  install -dm 755 "$pkgdir"/usr/lib/pkgconfig
+  install -m 644 "$srcdir"/MediaInfoLib/Project/GNU/Library/libmediainfo.pc 
"$pkgdir"/usr/lib/pkgconfig
+  sed -i -e 's|Version: |Version: '$pkgver'|g' 
"$pkgdir"/usr/lib/pkgconfig/libmediainfo.pc
+}

Deleted: community-i686/libmediainfo-0.7.50-libmms.patch
===
--- community-i686/libmediainfo-0.7.50-libmms.patch 2016-11-03 17:11:42 UTC 
(rev 194589)
+++ community-i686/libmediainfo-0.7.50-libmms.patch 2016-11-03 

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

2016-11-03 Thread Sergej Pupykin
Date: Thursday, November 3, 2016 @ 17:12:05
  Author: spupykin
Revision: 194591

upgpkg: mediainfo 0.7.90-1

upd

Modified:
  mediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 17:12:00 UTC (rev 194590)
+++ PKGBUILD2016-11-03 17:12:05 UTC (rev 194591)
@@ -3,7 +3,7 @@
 # Maintainer: hydro 
 
 pkgname=mediainfo
-pkgver=0.7.89
+pkgver=0.7.90
 pkgrel=1
 pkgdesc="supplies technical and tag information about a video or audio file"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libmediainfo')
 makedepends=('libtool' 'automake' 'autoconf')
 
source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('2b3774a2d292dc5abde60384a8025b4a')
+md5sums=('52cbb2dc76287fc526fd9b1bee8cc97c')
 
 build() {
   cd "$srcdir"/MediaInfo/Project/GNU/CLI


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

2016-11-03 Thread Sergej Pupykin
Date: Thursday, November 3, 2016 @ 17:11:42
  Author: spupykin
Revision: 194589

upgpkg: libmediainfo 0.7.90-1

upd

Modified:
  libmediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 16:08:23 UTC (rev 194588)
+++ PKGBUILD2016-11-03 17:11:42 UTC (rev 194589)
@@ -3,7 +3,7 @@
 # Maintainer:  hydro 
 
 pkgname=libmediainfo
-pkgver=0.7.89
+pkgver=0.7.90
 pkgrel=1
 pkgdesc="shared library for mediainfo"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('libtool' 'automake' 'autoconf')
 
source=(http://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.bz2
libmediainfo-0.7.50-libmms.patch)
-md5sums=('6b0ef80823a2e1914057ece67eab2477'
+md5sums=('800b61d3a02663363b278ccca4caaf56'
  '2f4b21cc250f663d52b497dedb963e3b')
 
 build() {


[arch-commits] Commit in (20 files)

2016-11-03 Thread Sébastien Luttringer
Date: Thursday, November 3, 2016 @ 16:57:02
  Author: seblu
Revision: 279803

Update extra packages

- https://www.archlinux.org/todo/use-gpg-signatures-and-https-sources/
- support remote patch

Modified:
  bind/trunk/PKGBUILD
  ceph/trunk/PKGBUILD
  conntrack-tools/trunk/PKGBUILD
  ipset/trunk/PKGBUILD
  libnetfilter_acct/trunk/PKGBUILD
  libnetfilter_conntrack/trunk/PKGBUILD
  libnetfilter_cthelper/trunk/PKGBUILD
  libnetfilter_cttimeout/trunk/PKGBUILD
  libnetfilter_log/trunk/PKGBUILD
  libnetfilter_queue/trunk/PKGBUILD
  libnfnetlink/trunk/PKGBUILD
  nfacct/trunk/PKGBUILD
  nftables/trunk/PKGBUILD
  nginx-mainline/trunk/PKGBUILD
  nginx/trunk/PKGBUILD
  quagga/trunk/PKGBUILD
  radvd/trunk/PKGBUILD
  ulogd/trunk/PKGBUILD
  wayland-protocols/trunk/PKGBUILD
  wayland/trunk/PKGBUILD

---+
 bind/trunk/PKGBUILD   |4 ++--
 ceph/trunk/PKGBUILD   |8 
 conntrack-tools/trunk/PKGBUILD|2 +-
 ipset/trunk/PKGBUILD  |6 +++---
 libnetfilter_acct/trunk/PKGBUILD  |3 ++-
 libnetfilter_conntrack/trunk/PKGBUILD |3 ++-
 libnetfilter_cthelper/trunk/PKGBUILD  |3 ++-
 libnetfilter_cttimeout/trunk/PKGBUILD |3 ++-
 libnetfilter_log/trunk/PKGBUILD   |3 ++-
 libnetfilter_queue/trunk/PKGBUILD |3 ++-
 libnfnetlink/trunk/PKGBUILD   |2 +-
 nfacct/trunk/PKGBUILD |3 ++-
 nftables/trunk/PKGBUILD   |7 ---
 nginx-mainline/trunk/PKGBUILD |2 +-
 nginx/trunk/PKGBUILD  |2 +-
 quagga/trunk/PKGBUILD |8 +---
 radvd/trunk/PKGBUILD  |4 ++--
 ulogd/trunk/PKGBUILD  |7 ---
 wayland-protocols/trunk/PKGBUILD  |4 ++--
 wayland/trunk/PKGBUILD|4 ++--
 20 files changed, 46 insertions(+), 35 deletions(-)

Modified: bind/trunk/PKGBUILD
===
--- bind/trunk/PKGBUILD 2016-11-03 14:51:58 UTC (rev 279802)
+++ bind/trunk/PKGBUILD 2016-11-03 16:57:02 UTC (rev 279803)
@@ -9,7 +9,7 @@
 _pkgver=9.11.0-P1
 pkgver=${_pkgver//-/.}
 pkgrel=1
-url='http://www.isc.org/software/bind/'
+url='https://www.isc.org/software/bind/'
 license=('custom:ISC')
 arch=('i686' 'x86_64')
 options=('!emptydirs')
@@ -17,7 +17,7 @@
  'idnkit' 'geoip' 'dnssec-anchors' 'python' 'json-c' 'python-ply' 'libseccomp')
 validpgpkeys=('2B48A38AE1CF9886435F89EE45AC7857189CDBC5'
   'ADBE9446286C794905F1E0756FA6EBC9911A4C02') #ISC, Inc
-source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
+source=("https://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
 'tmpfiles.conf'
 'sysusers.conf'
 'named.conf'

Modified: ceph/trunk/PKGBUILD
===
--- ceph/trunk/PKGBUILD 2016-11-03 14:51:58 UTC (rev 279802)
+++ ceph/trunk/PKGBUILD 2016-11-03 16:57:02 UTC (rev 279803)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc='Distributed, fault-tolerant storage platform delivering object, 
block, and file system'
 arch=('x86_64' 'i686')
-url='http://ceph.com/'
+url='https://ceph.com/'
 license=('GPL')
 makedepends=('boost' 'systemd' 'xfsprogs' 'python2-setuptools' 'python2-sphinx'
  'python2-virtualenv' 'cython2')
@@ -16,7 +16,7 @@
 optdepends=('xfsprogs: support xfs backend')
 options=('emptydirs')
 install=ceph.install
-source=("http://ceph.com/download/$pkgname-$pkgver.tar.gz;
+source=("https://ceph.com/download/$pkgname-$pkgver.tar.gz;
 'ceph.sysusers'
 '01-virtualenv2.patch'
 '02-setup-python2.patch'
@@ -35,8 +35,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
   :

Modified: conntrack-tools/trunk/PKGBUILD
===
--- conntrack-tools/trunk/PKGBUILD  2016-11-03 14:51:58 UTC (rev 279802)
+++ conntrack-tools/trunk/PKGBUILD  2016-11-03 16:57:02 UTC (rev 279803)
@@ -9,7 +9,7 @@
 pkgrel=1
 pkgdesc='Userspace tools to interact with the Netfilter connection tracking 
system'
 arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/conntrack-tools'
+url='https://www.netfilter.org/projects/conntrack-tools/'
 license=('GPL2')
 depends=('libnetfilter_conntrack'
  'libnetfilter_cttimeout'

Modified: ipset/trunk/PKGBUILD
===
--- ipset/trunk/PKGBUILD2016-11-03 14:51:58 UTC (rev 279802)
+++ ipset/trunk/PKGBUILD2016-11-03 16:57:02 UTC (rev 279803)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
-url='http://ipset.netfilter.org'

[arch-commits] Commit in lib32-gdk-pixbuf2/repos/multilib-x86_64 (5 files)

2016-11-03 Thread Levente Polyak
Date: Thursday, November 3, 2016 @ 16:08:23
  Author: anthraxx
Revision: 194588

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD
(from rev 194587, lib32-gdk-pixbuf2/trunk/PKGBUILD)
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf-query-loaders-32.hook
(from rev 194587, lib32-gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders-32.hook)
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install
(from rev 194587, lib32-gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install

--+
 PKGBUILD |  111 -
 gdk-pixbuf-query-loaders-32.hook |   11 +++
 gdk-pixbuf2.install  |   14 +---
 3 files changed, 76 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-03 16:07:59 UTC (rev 194587)
+++ PKGBUILD2016-11-03 16:08:23 UTC (rev 194588)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-_pkgbasename=gdk-pixbuf2
-pkgname=lib32-$_pkgbasename
-pkgver=2.34.0
-pkgrel=1
-pkgdesc="An image loading library (32-bit)"
-arch=('x86_64')
-url="http://www.gtk.org/;
-license=('LGPL2.1')
-depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11
- $_pkgbasename)
-makedepends=(gcc-multilib)
-options=('!docs')
-install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
-sha256sums=('d55e5b383ee219bd0e23bf6ed4427d56a7db5379729a6e3e0a0e0eba9a8d8879')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  export CFLAGS="-I/usr/include/libtiff32 $CFLAGS"
-
-  cd "${srcdir}/gdk-pixbuf-${pkgver}"
-
-  ./configure --prefix=/usr  --libdir=/usr/lib32 \
---without-libjasper \
---with-x11 \
---with-included-loaders=png
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "${srcdir}/gdk-pixbuf-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/etc
-  rm -rf "${pkgdir}"/usr/{include,share}
-
-  cd "${pkgdir}"/usr/bin
-  mv gdk-pixbuf-query-loaders gdk-pixbuf-query-loaders-32
-  rm gdk-pixbuf-pixdata
-  rm gdk-pixbuf-csource
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD (from rev 194587, 
lib32-gdk-pixbuf2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-03 16:08:23 UTC (rev 194588)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+
+_pkgbasename=gdk-pixbuf2
+pkgname=lib32-$_pkgbasename
+pkgver=2.36.0+2+ga7c869a
+pkgrel=1
+pkgdesc="An image loading library (32-bit)"
+arch=('x86_64')
+url="http://www.gtk.org/;
+license=('LGPL2.1')
+depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11
+ $_pkgbasename)
+makedepends=('gtk-doc' 'gobject-introspection' 'git')
+options=('!docs')
+install=gdk-pixbuf2.install
+_commit=a7c869a8882336d9a720c2ca607173acbdfffb47
+source=("git://git.gnome.org/gdk-pixbuf#commit=$_commit"
+gdk-pixbuf-query-loaders-32.hook)
+sha256sums=('SKIP'
+'b9a1e5b0d18a4259b9b87ccb3f055402c89c85f7bddb5ed9d8b407de537f7d86')
+
+pkgver() {
+  cd gdk-pixbuf
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gdk-pixbuf
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  export CFLAGS="-I/usr/include/libtiff32 $CFLAGS"
+
+  cd gdk-pixbuf
+  ./configure --prefix=/usr  --libdir=/usr/lib32 \
+--without-libjasper \
+--with-x11 \
+--with-included-loaders=png
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd gdk-pixbuf
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/etc
+  rm -rf "${pkgdir}"/usr/{include,share}
+
+  cd "${pkgdir}"/usr/bin
+  mv gdk-pixbuf-query-loaders gdk-pixbuf-query-loaders-32
+  rm gdk-pixbuf-pixdata gdk-pixbuf-csource
+  install -Dm644 "${srcdir}/gdk-pixbuf-query-loaders-32.hook" -t 
"$pkgdir/usr/share/libalpm/hooks"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf-query-loaders-32.hook (from 
rev 194587, lib32-gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders-32.hook)
===
--- gdk-pixbuf-query-loaders-32.hook(rev 0)
+++ gdk-pixbuf-query-loaders-32.hook2016-11-03 16:08:23 UTC (rev 194588)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/*.so
+
+[Action]
+Description 

[arch-commits] Commit in lib32-gdk-pixbuf2/trunk (3 files)

2016-11-03 Thread Levente Polyak
Date: Thursday, November 3, 2016 @ 16:07:59
  Author: anthraxx
Revision: 194587

updpkg: lib32-gdk-pixbuf 2.36.0+2+ga7c869a-1

Added:
  lib32-gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders-32.hook
Modified:
  lib32-gdk-pixbuf2/trunk/PKGBUILD
  lib32-gdk-pixbuf2/trunk/gdk-pixbuf2.install

--+
 PKGBUILD |   35 ---
 gdk-pixbuf-query-loaders-32.hook |   11 +++
 gdk-pixbuf2.install  |8 
 3 files changed, 35 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 15:21:03 UTC (rev 194586)
+++ PKGBUILD2016-11-03 16:07:59 UTC (rev 194587)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Ionut Biru 
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
 
 _pkgbasename=gdk-pixbuf2
 pkgname=lib32-$_pkgbasename
-pkgver=2.34.0
+pkgver=2.36.0+2+ga7c869a
 pkgrel=1
 pkgdesc="An image loading library (32-bit)"
 arch=('x86_64')
@@ -11,12 +12,25 @@
 license=('LGPL2.1')
 depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11
  $_pkgbasename)
-makedepends=(gcc-multilib)
+makedepends=('gtk-doc' 'gobject-introspection' 'git')
 options=('!docs')
 install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
-sha256sums=('d55e5b383ee219bd0e23bf6ed4427d56a7db5379729a6e3e0a0e0eba9a8d8879')
+_commit=a7c869a8882336d9a720c2ca607173acbdfffb47
+source=("git://git.gnome.org/gdk-pixbuf#commit=$_commit"
+gdk-pixbuf-query-loaders-32.hook)
+sha256sums=('SKIP'
+'b9a1e5b0d18a4259b9b87ccb3f055402c89c85f7bddb5ed9d8b407de537f7d86')
 
+pkgver() {
+  cd gdk-pixbuf
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gdk-pixbuf
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
   export CC="gcc -m32"
   export CXX="g++ -m32"
@@ -23,8 +37,7 @@
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
   export CFLAGS="-I/usr/include/libtiff32 $CFLAGS"
 
-  cd "${srcdir}/gdk-pixbuf-${pkgver}"
-
+  cd gdk-pixbuf
   ./configure --prefix=/usr  --libdir=/usr/lib32 \
 --without-libjasper \
 --with-x11 \
@@ -34,16 +47,16 @@
 }
 
 package() {
-  cd "${srcdir}/gdk-pixbuf-${pkgver}"
+  cd gdk-pixbuf
+  make DESTDIR="$pkgdir" install
 
-  make DESTDIR="${pkgdir}" install
   rm -rf "${pkgdir}"/etc
   rm -rf "${pkgdir}"/usr/{include,share}
 
   cd "${pkgdir}"/usr/bin
   mv gdk-pixbuf-query-loaders gdk-pixbuf-query-loaders-32
-  rm gdk-pixbuf-pixdata
-  rm gdk-pixbuf-csource
+  rm gdk-pixbuf-pixdata gdk-pixbuf-csource
+  install -Dm644 "${srcdir}/gdk-pixbuf-query-loaders-32.hook" -t 
"$pkgdir/usr/share/libalpm/hooks"
 }
 
 # vim:set ts=2 sw=2 et:

Added: gdk-pixbuf-query-loaders-32.hook
===
--- gdk-pixbuf-query-loaders-32.hook(rev 0)
+++ gdk-pixbuf-query-loaders-32.hook2016-11-03 16:07:59 UTC (rev 194587)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/*.so
+
+[Action]
+Description = Probing GDK-Pixbuf loader lib32 modules...
+When = PostTransaction
+Exec = /usr/bin/gdk-pixbuf-query-loaders-32 --update-cache

Modified: gdk-pixbuf2.install
===
--- gdk-pixbuf2.install 2016-11-03 15:21:03 UTC (rev 194586)
+++ gdk-pixbuf2.install 2016-11-03 16:07:59 UTC (rev 194587)
@@ -1,11 +1,3 @@
-post_install() {
-usr/bin/gdk-pixbuf-query-loaders-32 --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
 pre_remove() {
 rm -f usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
 }


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

2016-11-03 Thread Felix Yan
Date: Thursday, November 3, 2016 @ 15:20:36
  Author: felixonmars
Revision: 194585

upgpkg: python-requests-kerberos 0.11.0-1

Modified:
  python-requests-kerberos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 14:26:45 UTC (rev 194584)
+++ PKGBUILD2016-11-03 15:20:36 UTC (rev 194585)
@@ -3,7 +3,7 @@
 
 pkgbase=python-requests-kerberos
 pkgname=('python-requests-kerberos' 'python2-requests-kerberos')
-pkgver=0.10.0
+pkgver=0.11.0
 pkgrel=1
 pkgdesc="A kerberos of useful classes and functions to be used with 
python-requests."
 arch=('any')


[arch-commits] Commit in python-requests-kerberos/repos/community-any (2 files)

2016-11-03 Thread Felix Yan
Date: Thursday, November 3, 2016 @ 15:21:03
  Author: felixonmars
Revision: 194586

archrelease: copy trunk to community-any

Added:
  python-requests-kerberos/repos/community-any/PKGBUILD
(from rev 194585, python-requests-kerberos/trunk/PKGBUILD)
Deleted:
  python-requests-kerberos/repos/community-any/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-03 15:20:36 UTC (rev 194585)
+++ PKGBUILD2016-11-03 15:21:03 UTC (rev 194586)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-requests-kerberos
-pkgname=('python-requests-kerberos' 'python2-requests-kerberos')
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="A kerberos of useful classes and functions to be used with 
python-requests."
-arch=('any')
-url="https://github.com/requests/requests-kerberos;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
- 'python-pykerberos' 'python2-pykerberos' 'git')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
-source=("git+https://github.com/requests/requests-kerberos.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a requests-kerberos{,-py2}
-}
-
-build() {
-  cd "$srcdir"/requests-kerberos
-  python setup.py build
-
-  cd "$srcdir"/requests-kerberos-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/requests-kerberos
-  py.test
-
-  cd "$srcdir"/requests-kerberos-py2
-  py.test2
-}
-
-package_python-requests-kerberos() {
-  depends=('python-requests' 'python-pykerberos')
-
-  cd "$srcdir"/requests-kerberos
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-requests-kerberos() {
-  depends=('python2-requests' 'python2-pykerberos')
-
-  cd "$srcdir"/requests-kerberos-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-requests-kerberos/repos/community-any/PKGBUILD (from rev 194585, 
python-requests-kerberos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-03 15:21:03 UTC (rev 194586)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-requests-kerberos
+pkgname=('python-requests-kerberos' 'python2-requests-kerberos')
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="A kerberos of useful classes and functions to be used with 
python-requests."
+arch=('any')
+url="https://github.com/requests/requests-kerberos;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
+ 'python-pykerberos' 'python2-pykerberos' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
+source=("git+https://github.com/requests/requests-kerberos.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a requests-kerberos{,-py2}
+}
+
+build() {
+  cd "$srcdir"/requests-kerberos
+  python setup.py build
+
+  cd "$srcdir"/requests-kerberos-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/requests-kerberos
+  py.test
+
+  cd "$srcdir"/requests-kerberos-py2
+  py.test2
+}
+
+package_python-requests-kerberos() {
+  depends=('python-requests' 'python-pykerberos')
+
+  cd "$srcdir"/requests-kerberos
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-requests-kerberos() {
+  depends=('python2-requests' 'python2-pykerberos')
+
+  cd "$srcdir"/requests-kerberos-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2016-11-03 Thread Jan Steffens
Date: Thursday, November 3, 2016 @ 14:51:58
  Author: heftig
Revision: 279802

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-03 14:47:13 UTC (rev 279801)
+++ extra-i686/PKGBUILD 2016-11-03 14:51:58 UTC (rev 279802)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=webkit2gtk
-pkgver=2.14.1
-pkgrel=1
-pkgdesc="GTK+ Web content engine library"
-arch=('i686' 'x86_64')
-url="http://webkitgtk.org/;
-license=('custom')
-depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
-'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify' 'hyphen')
-makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python' 'python2')
-optdepends=('gtk2: Netscape plugin support'
-'gst-plugins-base: free media decoding'
-'gst-plugins-good: media decoding'
-'gst-libav: nonfree media decoding')
-options=('!emptydirs')
-
-# webkitgtk's signature scheme (sha1-file-as-pgp-message) is bananas and not 
supported
-source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
-sha1sums=('46f1af500b01f8dead80d349e422f7184022d363')
-
-prepare() {
-  mkdir build
-
-  cd webkitgtk-$pkgver
-  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
-  rm -r Source/ThirdParty/gtest/
-  rm -r Source/ThirdParty/qunit/
-}
-
-build() {
-  cd build
-  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
--DENABLE_GTKDOC=ON -DPYTHON_EXECUTABLE=/usr/bin/python2 
../webkitgtk-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -m755 -d "$pkgdir/usr/share/licenses/webkit2gtk"
-  cd "$srcdir/webkitgtk-$pkgver/Source"
-  for f in $(find -name 'COPYING*' -or -name 'LICENSE*'); do
-echo $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
-cat $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
-echo "" >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
-  done
-}

Copied: webkit2gtk/repos/extra-i686/PKGBUILD (from rev 279801, 
webkit2gtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-03 14:51:58 UTC (rev 279802)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.14.2
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=('i686' 'x86_64')
+url="http://webkitgtk.org/;
+license=('custom')
+depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
+'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify' 'hyphen')
+makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python' 'python2')
+optdepends=('gtk2: Netscape plugin support'
+'gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=('!emptydirs')
+
+# webkitgtk's signature scheme (sha1-file-as-pgp-message) is bananas and not 
supported
+source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
+sha1sums=('857590669ed1c6278413dfbf0619e8473664537f')
+
+prepare() {
+  mkdir build
+
+  cd webkitgtk-$pkgver
+  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
+  rm -r Source/ThirdParty/gtest/
+  rm -r Source/ThirdParty/qunit/
+}
+
+build() {
+  cd build
+  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
+-DENABLE_GTKDOC=ON -DPYTHON_EXECUTABLE=/usr/bin/python2 
../webkitgtk-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -m755 -d "$pkgdir/usr/share/licenses/webkit2gtk"
+  cd "$srcdir/webkitgtk-$pkgver/Source"
+  for f in $(find -name 'COPYING*' -or -name 'LICENSE*'); do
+echo $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+cat $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+echo "" >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   

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

2016-11-03 Thread Jan Steffens
Date: Thursday, November 3, 2016 @ 14:47:13
  Author: heftig
Revision: 279801

2.14.2-1

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 14:04:28 UTC (rev 279800)
+++ PKGBUILD2016-11-03 14:47:13 UTC (rev 279801)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=webkit2gtk
-pkgver=2.14.1
+pkgver=2.14.2
 pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
 options=('!emptydirs')
 
 # webkitgtk's signature scheme (sha1-file-as-pgp-message) is bananas and not 
supported
-source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
-sha1sums=('46f1af500b01f8dead80d349e422f7184022d363')
+source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
+sha1sums=('857590669ed1c6278413dfbf0619e8473664537f')
 
 prepare() {
   mkdir build


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

2016-11-03 Thread Felix Yan
Date: Thursday, November 3, 2016 @ 14:26:45
  Author: felixonmars
Revision: 194584

archrelease: copy trunk to community-any

Added:
  you-get/repos/community-any/PKGBUILD
(from rev 194583, you-get/trunk/PKGBUILD)
Deleted:
  you-get/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-03 14:26:18 UTC (rev 194583)
+++ PKGBUILD2016-11-03 14:26:45 UTC (rev 194584)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=you-get
-pkgver=0.4.555
-pkgrel=1
-pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
-url="http://www.soimort.org/you-get/;
-arch=('any')
-license=('MIT')
-depends=('python-setuptools')
-makedepends=('git')
-source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname
-  LC_CTYPE=en_US.UTF-8 python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname
-  python setup.py install --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: you-get/repos/community-any/PKGBUILD (from rev 194583, 
you-get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-03 14:26:45 UTC (rev 194584)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=you-get
+pkgver=0.4.575
+pkgrel=1
+pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
+url="http://www.soimort.org/you-get/;
+arch=('any')
+license=('MIT')
+depends=('python-setuptools')
+makedepends=('git')
+source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd you-get
+  python setup.py build
+}
+
+check() {
+  cd you-get
+  LC_CTYPE=en_US.UTF-8 python setup.py test
+}
+
+package() {
+  cd you-get
+  python setup.py install --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2016-11-03 Thread Felix Yan
Date: Thursday, November 3, 2016 @ 14:26:18
  Author: felixonmars
Revision: 194583

upgpkg: you-get 0.4.575-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 13:39:30 UTC (rev 194582)
+++ PKGBUILD2016-11-03 14:26:18 UTC (rev 194583)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.555
+pkgver=0.4.575
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/;
@@ -14,17 +14,17 @@
 sha256sums=('SKIP')
 
 build() {
-  cd "$srcdir"/$pkgname
+  cd you-get
   python setup.py build
 }
 
 check() {
-  cd "$srcdir"/$pkgname
+  cd you-get
   LC_CTYPE=en_US.UTF-8 python setup.py test
 }
 
 package() {
-  cd "$srcdir"/$pkgname
+  cd you-get
   python setup.py install --root="$pkgdir"
 
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt


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

2016-11-03 Thread Jan de Groot
Date: Thursday, November 3, 2016 @ 14:04:28
  Author: jgc
Revision: 279800

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-03 14:04:23 UTC (rev 279799)
+++ extra-i686/PKGBUILD 2016-11-03 14:04:28 UTC (rev 279800)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tobias Kieslich 
-
-pkgname=ghex
-pkgver=3.18.2
-pkgrel=1
-pkgdesc="A simple binary editor for the Gnome desktop"
-url="https://wiki.gnome.org/Apps/Ghex;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3')
-makedepends=('intltool' 'itstool' 'docbook-xsl')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ebd341c49e2cc4e710230703cd20e9febb29b64e34a1b5396d6aa818936e55bf')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile --enable-compile-warnings=minimum
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ghex/repos/extra-i686/PKGBUILD (from rev 279799, ghex/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-03 14:04:28 UTC (rev 279800)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tobias Kieslich 
+
+pkgname=ghex
+pkgver=3.18.3
+pkgrel=1
+pkgdesc="A simple binary editor for the Gnome desktop"
+url="https://wiki.gnome.org/Apps/Ghex;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool' 'docbook-xsl' gnome-common git)
+options=('!emptydirs')
+_commit=6615481532da7d378ef79b0f498ecc43dd0e1d40  # tags/3.18.3^0
+source=("git://git.gnome.org/ghex#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-schemas-compile --enable-compile-warnings=minimum
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-03 14:04:23 UTC (rev 279799)
+++ extra-x86_64/PKGBUILD   2016-11-03 14:04:28 UTC (rev 279800)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tobias Kieslich 
-
-pkgname=ghex
-pkgver=3.18.2
-pkgrel=1
-pkgdesc="A simple binary editor for the Gnome desktop"
-url="https://wiki.gnome.org/Apps/Ghex;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3')
-makedepends=('intltool' 'itstool' 'docbook-xsl')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ebd341c49e2cc4e710230703cd20e9febb29b64e34a1b5396d6aa818936e55bf')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile --enable-compile-warnings=minimum
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ghex/repos/extra-x86_64/PKGBUILD (from rev 279799, ghex/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-03 14:04:28 UTC (rev 279800)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tobias Kieslich 
+
+pkgname=ghex
+pkgver=3.18.3
+pkgrel=1
+pkgdesc="A simple binary editor for the Gnome desktop"
+url="https://wiki.gnome.org/Apps/Ghex;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool' 'docbook-xsl' gnome-common git)

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

2016-11-03 Thread Jan de Groot
Date: Thursday, November 3, 2016 @ 14:04:23
  Author: jgc
Revision: 279799

upgpkg: ghex 3.18.3-1

Modified:
  ghex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 13:53:03 UTC (rev 279798)
+++ PKGBUILD2016-11-03 14:04:23 UTC (rev 279799)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=ghex
-pkgver=3.18.2
+pkgver=3.18.3
 pkgrel=1
 pkgdesc="A simple binary editor for the Gnome desktop"
 url="https://wiki.gnome.org/Apps/Ghex;
@@ -10,17 +10,24 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('gtk3')
-makedepends=('intltool' 'itstool' 'docbook-xsl')
+makedepends=('intltool' 'itstool' 'docbook-xsl' gnome-common git)
 options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ebd341c49e2cc4e710230703cd20e9febb29b64e34a1b5396d6aa818936e55bf')
+_commit=6615481532da7d378ef79b0f498ecc43dd0e1d40  # tags/3.18.3^0
+source=("git://git.gnome.org/ghex#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
 prepare() {
-  cd $pkgname-$pkgver
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
 
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
@@ -32,6 +39,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


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

2016-11-03 Thread Jan de Groot
Date: Thursday, November 3, 2016 @ 13:53:03
  Author: jgc
Revision: 279798

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

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

---+
 /PKGBUILD |   92 
 extra-i686/PKGBUILD   |   35 --
 extra-x86_64/PKGBUILD |   35 --
 3 files changed, 92 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-03 13:52:57 UTC (rev 279797)
+++ extra-i686/PKGBUILD 2016-11-03 13:53:03 UTC (rev 279798)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-
-pkgbase=atkmm
-pkgname=(atkmm atkmm-docs)
-pkgver=2.24.2
-pkgrel=2
-arch=('i686' 'x86_64')
-makedepends=('atk' 'glibmm' 'glibmm-docs' 'libsigc++')
-license=('LGPL')
-options=('!emptydirs')
-url="http://gtkmm.sourceforge.net/;
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/${pkgver:0:4}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('ff95385759e2af23828d4056356f25376cfabc41e690ac1df055371537e458bd')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package_atkmm() {
-  pkgdesc="C++ bindings for atk"
-  depends=('atk' 'glibmm' 'libsigc++')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="${pkgdir}" install
-}
-
-package_atkmm-docs() {
-  pkgdesc="Developer documentation for atkmm"
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make -C doc DESTDIR="${pkgdir}" install
-}

Copied: atkmm/repos/extra-i686/PKGBUILD (from rev 279797, atkmm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-03 13:53:03 UTC (rev 279798)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgbase=atkmm
+pkgname=(atkmm atkmm-docs)
+pkgver=2.24.2+1+gf30b47f
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('atk' 'glibmm' 'glibmm-docs' 'libsigc++' git mm-common perl)
+license=('LGPL')
+options=('!emptydirs' '!makeflags')
+url="http://gtkmm.sourceforge.net/;
+_commit=f30b47ffcecdac60b3c890da08fbf485f891f5c9  # master
+source=("git://git.gnome.org/atkmm#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "${srcdir}/$pkgbase"
+  ./configure --prefix=/usr --disable-silent-rules --enable-maintainer-mode 
--enable-gtk-doc
+  make
+}
+
+package_atkmm() {
+  pkgdesc="C++ bindings for atk"
+  depends=('atk' 'glibmm' 'libsigc++')
+
+  cd "${srcdir}/$pkgbase"
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="${pkgdir}" install
+}
+
+package_atkmm-docs() {
+  pkgdesc="Developer documentation for atkmm"
+  cd "${srcdir}/$pkgbase"
+  make -C doc DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-03 13:52:57 UTC (rev 279797)
+++ extra-x86_64/PKGBUILD   2016-11-03 13:53:03 UTC (rev 279798)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-
-pkgbase=atkmm
-pkgname=(atkmm atkmm-docs)
-pkgver=2.24.2
-pkgrel=2
-arch=('i686' 'x86_64')
-makedepends=('atk' 'glibmm' 'glibmm-docs' 'libsigc++')
-license=('LGPL')
-options=('!emptydirs')
-url="http://gtkmm.sourceforge.net/;
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/${pkgver:0:4}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('ff95385759e2af23828d4056356f25376cfabc41e690ac1df055371537e458bd')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package_atkmm() {
-  pkgdesc="C++ bindings for atk"
-  depends=('atk' 'glibmm' 'libsigc++')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="${pkgdir}" install
-}
-
-package_atkmm-docs() {
-  pkgdesc="Developer documentation for atkmm"
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make -C doc DESTDIR="${pkgdir}" install
-}

Copied: atkmm/repos/extra-x86_64/PKGBUILD (from rev 279797, 
atkmm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-03 13:53:03 UTC (rev 279798)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgbase=atkmm
+pkgname=(atkmm atkmm-docs)
+pkgver=2.24.2+1+gf30b47f
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('atk' 'glibmm' 'glibmm-docs' 'libsigc++' git mm-common perl)

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

2016-11-03 Thread Jan de Groot
Date: Thursday, November 3, 2016 @ 13:52:57
  Author: jgc
Revision: 279797

upgpkg: atkmm 2.24.2+1+gf30b47f-1

Modified:
  atkmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 13:32:10 UTC (rev 279796)
+++ PKGBUILD2016-11-03 13:52:57 UTC (rev 279797)
@@ -3,19 +3,30 @@
 
 pkgbase=atkmm
 pkgname=(atkmm atkmm-docs)
-pkgver=2.24.2
-pkgrel=2
+pkgver=2.24.2+1+gf30b47f
+pkgrel=1
 arch=('i686' 'x86_64')
-makedepends=('atk' 'glibmm' 'glibmm-docs' 'libsigc++')
+makedepends=('atk' 'glibmm' 'glibmm-docs' 'libsigc++' git mm-common perl)
 license=('LGPL')
-options=('!emptydirs')
+options=('!emptydirs' '!makeflags')
 url="http://gtkmm.sourceforge.net/;
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/${pkgver:0:4}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('ff95385759e2af23828d4056356f25376cfabc41e690ac1df055371537e458bd')
+_commit=f30b47ffcecdac60b3c890da08fbf485f891f5c9  # master
+source=("git://git.gnome.org/atkmm#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr
+  cd "${srcdir}/$pkgbase"
+  ./configure --prefix=/usr --disable-silent-rules --enable-maintainer-mode 
--enable-gtk-doc
   make
 }
 
@@ -23,7 +34,7 @@
   pkgdesc="C++ bindings for atk"
   depends=('atk' 'glibmm' 'libsigc++')
 
-  cd "${srcdir}/${pkgbase}-${pkgver}"
+  cd "${srcdir}/$pkgbase"
   sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
   make DESTDIR="${pkgdir}" install
 }
@@ -30,6 +41,6 @@
 
 package_atkmm-docs() {
   pkgdesc="Developer documentation for atkmm"
-  cd "${srcdir}/${pkgbase}-${pkgver}"
+  cd "${srcdir}/$pkgbase"
   make -C doc DESTDIR="${pkgdir}" install
 }


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

2016-11-03 Thread Christian Hesse
Date: Thursday, November 3, 2016 @ 13:18:54
  Author: eworm
Revision: 279793

upgpkg: openvpn 2.3.13-1

new upstream release

Modified:
  openvpn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 13:14:49 UTC (rev 279792)
+++ PKGBUILD2016-11-03 13:18:54 UTC (rev 279793)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=openvpn
-pkgver=2.3.12
+pkgver=2.3.13
 pkgrel=1
 pkgdesc="An easy-to-use, robust, and highly configurable VPN (Virtual Private 
Network)"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 license=('custom')
 
source=(https://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.xz{,.asc}
 openvpn@.service)
-sha256sums=('13b963414e2430215981868c77b9795d93653ee535a2d73576f7bb2c28200abc'
+sha256sums=('9cde0c8000fd32d5275adb55f8bb1d8ba429ff3de35f60a36e81f3859b7537e0'
 'SKIP'
 '28840ef1e4c7c80da1d9de3224fad8e8540e0cf58326d65227cf3ce7ab867990')
 validpgpkeys=('03300E11FED16F59715F9996C29D97ED198D22A3')  # Samuli Seppänen


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

2016-11-03 Thread Christian Hesse
Date: Thursday, November 3, 2016 @ 13:18:59
  Author: eworm
Revision: 279794

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

Added:
  openvpn/repos/testing-i686/
  openvpn/repos/testing-i686/PKGBUILD
(from rev 279793, openvpn/trunk/PKGBUILD)
  openvpn/repos/testing-i686/openvpn@.service
(from rev 279793, openvpn/trunk/openvpn@.service)
  openvpn/repos/testing-x86_64/
  openvpn/repos/testing-x86_64/PKGBUILD
(from rev 279793, openvpn/trunk/PKGBUILD)
  openvpn/repos/testing-x86_64/openvpn@.service
(from rev 279793, openvpn/trunk/openvpn@.service)

-+
 testing-i686/PKGBUILD   |   56 ++
 testing-i686/openvpn@.service   |   17 +++
 testing-x86_64/PKGBUILD |   56 ++
 testing-x86_64/openvpn@.service |   17 +++
 4 files changed, 146 insertions(+)

Copied: openvpn/repos/testing-i686/PKGBUILD (from rev 279793, 
openvpn/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-03 13:18:59 UTC (rev 279794)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=openvpn
+pkgver=2.3.13
+pkgrel=1
+pkgdesc="An easy-to-use, robust, and highly configurable VPN (Virtual Private 
Network)"
+arch=(i686 x86_64)
+url="http://openvpn.net/index.php/open-source.html;
+depends=('openssl' 'lzo' 'iproute2' 'libsystemd' 'pkcs11-helper')
+optdepends=('easy-rsa: easy CA and certificate handling')
+makedepends=('systemd')
+license=('custom')
+source=(https://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.xz{,.asc}
+openvpn@.service)
+sha256sums=('9cde0c8000fd32d5275adb55f8bb1d8ba429ff3de35f60a36e81f3859b7537e0'
+'SKIP'
+'28840ef1e4c7c80da1d9de3224fad8e8540e0cf58326d65227cf3ce7ab867990')
+validpgpkeys=('03300E11FED16F59715F9996C29D97ED198D22A3')  # Samuli Seppänen
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  CFLAGS="$CFLAGS -DPLUGIN_LIBDIR=\\\"/usr/lib/openvpn\\\"" ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--enable-password-save \
+--mandir=/usr/share/man \
+--enable-iproute2 \
+--enable-systemd \
+--enable-pkcs11 \
+--enable-x509-alt-username
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  # Install openvpn
+  make DESTDIR="${pkgdir}" install
+  install -d -m755 "${pkgdir}"/etc/openvpn
+
+  # Install examples
+  install -d -m755 "${pkgdir}"/usr/share/openvpn
+  cp -r sample/sample-config-files "${pkgdir}"/usr/share/openvpn/examples
+
+  # Install license
+  install -d -m755 "${pkgdir}"/usr/share/licenses/${pkgname}/
+  ln -sf /usr/share/doc/${pkgname}/{COPYING,COPYRIGHT.GPL} 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+
+  # Install contrib
+  install -d -m755 "${pkgdir}"/usr/share/openvpn/contrib
+  cp -r contrib "${pkgdir}"/usr/share/openvpn
+
+  # Install systemd service
+  install -D -m644 "${srcdir}"/openvpn@.service 
"${pkgdir}"/usr/lib/systemd/system/openvpn@.service
+}

Copied: openvpn/repos/testing-i686/openvpn@.service (from rev 279793, 
openvpn/trunk/openvpn@.service)
===
--- testing-i686/openvpn@.service   (rev 0)
+++ testing-i686/openvpn@.service   2016-11-03 13:18:59 UTC (rev 279794)
@@ -0,0 +1,17 @@
+[Unit]
+Description=OpenVPN connection to %I
+After=syslog.target network.target network-online.target
+Documentation=man:openvpn(8)
+
+[Service]
+PrivateTmp=true
+Type=forking
+ExecStart=/usr/bin/openvpn --cd /etc/openvpn --config %i.conf --daemon 
openvpn@%i --writepid /run/openvpn@%i.pid --status-version 2
+PIDFile=/run/openvpn@%i.pid
+CapabilityBoundingSet=CAP_IPC_LOCK CAP_NET_ADMIN CAP_NET_BIND_SERVICE 
CAP_NET_RAW CAP_SETGID CAP_SETUID CAP_SYS_CHROOT CAP_DAC_READ_SEARCH
+LimitNPROC=10
+DeviceAllow=/dev/null rw
+DeviceAllow=/dev/net/tun rw
+
+[Install]
+WantedBy=multi-user.target

Copied: openvpn/repos/testing-x86_64/PKGBUILD (from rev 279793, 
openvpn/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-11-03 13:18:59 UTC (rev 279794)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=openvpn
+pkgver=2.3.13
+pkgrel=1
+pkgdesc="An easy-to-use, robust, and highly configurable VPN (Virtual Private 
Network)"
+arch=(i686 x86_64)
+url="http://openvpn.net/index.php/open-source.html;
+depends=('openssl' 'lzo' 'iproute2' 'libsystemd' 'pkcs11-helper')
+optdepends=('easy-rsa: easy CA and certificate handling')
+makedepends=('systemd')
+license=('custom')
+source=(https://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.xz{,.asc}
+openvpn@.service)

[arch-commits] Commit in stone-soup/repos/community-i686 (4 files)

2016-11-03 Thread Jakob Gruber
Date: Thursday, November 3, 2016 @ 13:15:19
  Author: schuay
Revision: 194578

archrelease: copy trunk to community-i686

Added:
  stone-soup/repos/community-i686/PKGBUILD
(from rev 194577, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-i686/stone-soup.install
(from rev 194577, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-i686/PKGBUILD
  stone-soup/repos/community-i686/stone-soup.install

+
 PKGBUILD   |  149 +--
 stone-soup.install |   22 +++
 2 files changed, 85 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-03 13:15:09 UTC (rev 194577)
+++ PKGBUILD2016-11-03 13:15:19 UTC (rev 194578)
@@ -1,75 +0,0 @@
-# Maintainer: Jakob Gruber 
-
-pkgname=stone-soup
-pkgver=0.18.1
-pkgrel=1
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('i686' 'x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=("http://crawl.develz.org/release/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd "$srcdir"
-gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
-
-cd "stone_soup-${pkgver}/source"
-
-# 0.16.0 weirdness
-sed -i 's|SDL_main.h|SDL2/&|' main.cc
-
-# git tarball weirdness
-echo "$pkgver" > util/release_ver
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
-
-# then build and install console version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../licence.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-install -D -m644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-}
-
-md5sums=('c05d6aa9a7715d14fe4eb20b45bd3346')

Copied: stone-soup/repos/community-i686/PKGBUILD (from rev 194577, 
stone-soup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-03 13:15:19 UTC (rev 194578)
@@ -0,0 +1,74 @@
+# Maintainer: Jakob Gruber 
+
+pkgname=stone-soup
+pkgver=0.19.0
+pkgrel=1
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('i686' 'x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=("https://crawl.develz.org/release/stone_soup-${pkgver}-nodeps.tar.xz;)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd "$srcdir"
+gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
+
+cd "stone_soup-${pkgver}/source"
+
+# 0.16.0 weirdness
+sed -i 's|SDL_main.h|SDL2/&|' main.cc
+
+# git tarball weirdness
+echo "$pkgver" > util/release_ver
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
+sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
+sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
+
+# first build and install tiles version
+
+make DESTDIR="${pkgdir}" \
+ SAVEDIR="~/.crawl/" \
+ DATADIR="/usr/share/${pkgname}/data" \
+ 

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

2016-11-03 Thread Jakob Gruber
Date: Thursday, November 3, 2016 @ 13:15:25
  Author: schuay
Revision: 194579

archrelease: copy trunk to community-x86_64

Added:
  stone-soup/repos/community-x86_64/PKGBUILD
(from rev 194578, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-x86_64/stone-soup.install
(from rev 194578, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-x86_64/PKGBUILD
  stone-soup/repos/community-x86_64/stone-soup.install

+
 PKGBUILD   |  149 +--
 stone-soup.install |   22 +++
 2 files changed, 85 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-03 13:15:19 UTC (rev 194578)
+++ PKGBUILD2016-11-03 13:15:25 UTC (rev 194579)
@@ -1,75 +0,0 @@
-# Maintainer: Jakob Gruber 
-
-pkgname=stone-soup
-pkgver=0.18.1
-pkgrel=1
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('i686' 'x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=("http://crawl.develz.org/release/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd "$srcdir"
-gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
-
-cd "stone_soup-${pkgver}/source"
-
-# 0.16.0 weirdness
-sed -i 's|SDL_main.h|SDL2/&|' main.cc
-
-# git tarball weirdness
-echo "$pkgver" > util/release_ver
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
-
-# then build and install console version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../licence.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-install -D -m644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-}
-
-md5sums=('c05d6aa9a7715d14fe4eb20b45bd3346')

Copied: stone-soup/repos/community-x86_64/PKGBUILD (from rev 194578, 
stone-soup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-03 13:15:25 UTC (rev 194579)
@@ -0,0 +1,74 @@
+# Maintainer: Jakob Gruber 
+
+pkgname=stone-soup
+pkgver=0.19.0
+pkgrel=1
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('i686' 'x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=("https://crawl.develz.org/release/stone_soup-${pkgver}-nodeps.tar.xz;)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd "$srcdir"
+gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
+
+cd "stone_soup-${pkgver}/source"
+
+# 0.16.0 weirdness
+sed -i 's|SDL_main.h|SDL2/&|' main.cc
+
+# git tarball weirdness
+echo "$pkgver" > util/release_ver
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
+sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
+sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
+
+# first build and install tiles version
+
+make DESTDIR="${pkgdir}" \
+ SAVEDIR="~/.crawl/" \
+ DATADIR="/usr/share/${pkgname}/data" \
+   

[arch-commits] Commit in (14 files)

2016-11-03 Thread Sébastien Luttringer
Date: Thursday, November 3, 2016 @ 13:14:49
  Author: seblu
Revision: 279792

Core packages cleanup

- https://www.archlinux.org/todo/use-gpg-signatures-and-https-sources/
- support remote patch

Modified:
  btrfs-progs/trunk/PKGBUILD
  coreutils/trunk/PKGBUILD
  diffutils/trunk/PKGBUILD
  file/trunk/PKGBUILD
  filesystem/trunk/PKGBUILD
  grep/trunk/PKGBUILD
  gzip/trunk/PKGBUILD
  libmnl/trunk/PKGBUILD
  libnftnl/trunk/PKGBUILD
  patch/trunk/PKGBUILD
  pcre/trunk/PKGBUILD
  sed/trunk/PKGBUILD
  tar/trunk/PKGBUILD
  which/trunk/PKGBUILD

+
 btrfs-progs/trunk/PKGBUILD |2 +-
 coreutils/trunk/PKGBUILD   |8 
 diffutils/trunk/PKGBUILD   |4 ++--
 file/trunk/PKGBUILD|6 +++---
 filesystem/trunk/PKGBUILD  |4 ++--
 grep/trunk/PKGBUILD|4 ++--
 gzip/trunk/PKGBUILD|8 
 libmnl/trunk/PKGBUILD  |3 ++-
 libnftnl/trunk/PKGBUILD|3 ++-
 patch/trunk/PKGBUILD   |8 
 pcre/trunk/PKGBUILD|6 +++---
 sed/trunk/PKGBUILD |4 ++--
 tar/trunk/PKGBUILD |6 +++---
 which/trunk/PKGBUILD   |4 ++--
 14 files changed, 36 insertions(+), 34 deletions(-)

Modified: btrfs-progs/trunk/PKGBUILD
===
--- btrfs-progs/trunk/PKGBUILD  2016-11-03 13:13:02 UTC (rev 279791)
+++ btrfs-progs/trunk/PKGBUILD  2016-11-03 13:14:49 UTC (rev 279792)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
 makedepends=('git' 'asciidoc' 'xmlto' 'systemd')
-url='http://btrfs.wiki.kernel.org/'
+url='https://btrfs.wiki.kernel.org'
 replaces=('btrfs-progs-unstable')
 conflicts=('btrfs-progs-unstable')
 provides=('btrfs-progs-unstable')

Modified: coreutils/trunk/PKGBUILD
===
--- coreutils/trunk/PKGBUILD2016-11-03 13:13:02 UTC (rev 279791)
+++ coreutils/trunk/PKGBUILD2016-11-03 13:14:49 UTC (rev 279792)
@@ -10,10 +10,10 @@
 pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
 arch=('i686' 'x86_64')
 license=('GPL3')
-url='http://www.gnu.org/software/coreutils'
+url='https://www.gnu.org/software/coreutils/'
 groups=('base')
 depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
-source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
 validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
 md5sums=('070e43ba7f618d747414ef56ab248a48'
  'SKIP')
@@ -24,8 +24,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
   :

Modified: diffutils/trunk/PKGBUILD
===
--- diffutils/trunk/PKGBUILD2016-11-03 13:13:02 UTC (rev 279791)
+++ diffutils/trunk/PKGBUILD2016-11-03 13:14:49 UTC (rev 279792)
@@ -8,12 +8,12 @@
 pkgrel=1
 pkgdesc='Utility programs used for creating patch files'
 arch=('i686' 'x86_64')
-url='http://www.gnu.org/software/diffutils'
+url='https://www.gnu.org/software/diffutils'
 license=('GPL3')
 groups=('base')
 depends=('glibc' 'bash')
 validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
-source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
 md5sums=('569354697ff1cfc9a9de3781361015fa'
  'SKIP')
 

Modified: file/trunk/PKGBUILD
===
--- file/trunk/PKGBUILD 2016-11-03 13:13:02 UTC (rev 279791)
+++ file/trunk/PKGBUILD 2016-11-03 13:14:49 UTC (rev 279792)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('custom')
 groups=('base' 'base-devel')
-url='http://www.darwinsys.com/file/'
+url='https://www.darwinsys.com/file/'
 depends=('glibc' 'zlib')
 source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
 md5sums=('b7b57b36b577c9cede2f2d1342203302')
@@ -21,8 +21,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
   :

Modified: filesystem/trunk/PKGBUILD
===
--- filesystem/trunk/PKGBUILD   2016-11-03 13:13:02 UTC (rev 279791)
+++ filesystem/trunk/PKGBUILD   2016-11-03 13:14:49 UTC (rev 279792)
@@ -7,7 +7,7 @@
 pkgdesc='Base filesystem'
 arch=('i686' 'x86_64')
 license=('GPL')
-url='http://www.archlinux.org'
+url='https://www.archlinux.org'
 groups=('base')
 

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

2016-11-03 Thread Jakob Gruber
Date: Thursday, November 3, 2016 @ 13:15:09
  Author: schuay
Revision: 194577

stone-soup-0.19.0-1

Modified:
  stone-soup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 12:44:48 UTC (rev 194576)
+++ PKGBUILD2016-11-03 13:15:09 UTC (rev 194577)
@@ -1,7 +1,7 @@
 # Maintainer: Jakob Gruber 
 
 pkgname=stone-soup
-pkgver=0.18.1
+pkgver=0.19.0
 pkgrel=1
 pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
 license=('custom')
 install=stone-soup.install
-source=("http://crawl.develz.org/release/stone_soup-${pkgver}-nodeps.tar.xz;)
+source=("https://crawl.develz.org/release/stone_soup-${pkgver}-nodeps.tar.xz;)
 
 # used by gendesk to create .desktop file
 _exec=('crawl-tiles')
@@ -71,5 +71,4 @@
 "${pkgdir}/usr/share/applications/${pkgname}.desktop"
 
 }
-
-md5sums=('c05d6aa9a7715d14fe4eb20b45bd3346')
+md5sums=('37d6514c55356c549c8e089cd027c1b8')


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

2016-11-03 Thread Christian Hesse
Date: Thursday, November 3, 2016 @ 13:13:02
  Author: eworm
Revision: 279791

make iptables a make dependency

Modified:
  iproute2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 13:11:12 UTC (rev 279790)
+++ PKGBUILD2016-11-03 13:13:02 UTC (rev 279791)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL2')
 url='http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2'
-makedepends=('linux-atm' 'linuxdoc-tools' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
+makedepends=('iptables' 'linux-atm' 'linuxdoc-tools' 'texlive-bin' 
'texlive-core' 'texlive-latexextra')
 options=('staticlibs' '!makeflags')
 validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') # Stephen Hemminger
 
source=("https://www.kernel.org/pub/linux/utils/net/${pkgbase}/${pkgbase}-${pkgver}.tar."{xz,sign}


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

2016-11-03 Thread Sébastien Luttringer
Date: Thursday, November 3, 2016 @ 13:11:12
  Author: seblu
Revision: 279790

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

Added:
  tar/repos/core-i686/01-When-extracting-skip-.-members.patch
(from rev 279789, 
tar/repos/testing-i686/01-When-extracting-skip-.-members.patch)
  tar/repos/core-i686/PKGBUILD
(from rev 279789, tar/repos/testing-i686/PKGBUILD)
  tar/repos/core-x86_64/01-When-extracting-skip-.-members.patch
(from rev 279789, 
tar/repos/testing-x86_64/01-When-extracting-skip-.-members.patch)
  tar/repos/core-x86_64/PKGBUILD
(from rev 279789, tar/repos/testing-x86_64/PKGBUILD)
Deleted:
  tar/repos/core-i686/PKGBUILD
  tar/repos/core-x86_64/PKGBUILD
  tar/repos/testing-i686/
  tar/repos/testing-x86_64/

-+
 /PKGBUILD   |  104 ++
 core-i686/01-When-extracting-skip-.-members.patch   |   25 
 core-i686/PKGBUILD  |   37 --
 core-x86_64/01-When-extracting-skip-.-members.patch |   25 
 core-x86_64/PKGBUILD|   37 --
 5 files changed, 154 insertions(+), 74 deletions(-)

Copied: tar/repos/core-i686/01-When-extracting-skip-.-members.patch (from rev 
279789, tar/repos/testing-i686/01-When-extracting-skip-.-members.patch)
===
--- core-i686/01-When-extracting-skip-.-members.patch   
(rev 0)
+++ core-i686/01-When-extracting-skip-.-members.patch   2016-11-03 13:11:12 UTC 
(rev 279790)
@@ -0,0 +1,25 @@
+diff --git a/src/extract.c b/src/extract.c
+index f982433..7904148 100644
+--- a/src/extract.c
 b/src/extract.c
+@@ -1629,12 +1629,20 @@ extract_archive (void)
+ {
+   char typeflag;
+   tar_extractor_t fun;
++  bool skip_dotdot_name;
+ 
+   fatal_exit_hook = extract_finish;
+ 
+   set_next_block_after (current_header);
+ 
++  skip_dotdot_name = (!absolute_names_option
++&& contains_dot_dot (current_stat_info.orig_file_name));
++  if (skip_dotdot_name)
++ERROR ((0, 0, _("%s: Member name contains '..'"),
++  quotearg_colon (current_stat_info.orig_file_name)));
++
+   if (!current_stat_info.file_name[0]
++  || skip_dotdot_name
+   || (interactive_option
+ && !confirm ("extract", current_stat_info.file_name)))
+ {

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-11-03 13:10:51 UTC (rev 279789)
+++ core-i686/PKGBUILD  2016-11-03 13:11:12 UTC (rev 279790)
@@ -1,37 +0,0 @@
-# $Id$
-# Mainainer: Sébastien "Seblu" Luttringer 
-# Contributor: Allan McRae 
-# Contributor: Andreas Radke 
-
-pkgname=tar
-pkgver=1.29
-pkgrel=1
-pkgdesc='Utility used to store, backup, and transport files'
-arch=('i686' 'x86_64')
-url='http://www.gnu.org/software/tar/tar.html'
-license=('GPL3')
-groups=('base')
-depends=('glibc' 'acl' 'attr')
-options=('!emptydirs')
-validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff
-source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('a1802fec550baaeecff6c381629653ef'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/tar
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tar/repos/core-i686/PKGBUILD (from rev 279789, 
tar/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-11-03 13:11:12 UTC (rev 279790)
@@ -0,0 +1,52 @@
+# $Id$
+# Mainainer: Sébastien "Seblu" Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=tar
+pkgver=1.29
+pkgrel=2
+pkgdesc='Utility used to store, backup, and transport files'
+arch=('i686' 'x86_64')
+url='https://www.gnu.org/software/tar/tar.html'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'acl' 'attr')
+options=('!emptydirs')
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
+'01-When-extracting-skip-.-members.patch')
+md5sums=('a1802fec550baaeecff6c381629653ef'
+ 'SKIP'
+ '21f9b5b3642b5476bd972189c33d06ca')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch $filename"
+  patch -p1 -N -i "$srcdir/$filename"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr 

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

2016-11-03 Thread Maxime Gauduin
Date: Thursday, November 3, 2016 @ 12:44:27
  Author: alucryd
Revision: 194575

upgpkg: emby-server 3.0.8400-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 11:50:34 UTC (rev 194574)
+++ PKGBUILD2016-11-03 12:44:27 UTC (rev 194575)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.0.8300
+pkgver=3.0.8400
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('c84992cf1b6e7b575f9cf1f9b9d6344a34a86995dfce4c129c137198e541198e'
+sha256sums=('46ff1343ecb733cf43155d88ff824b4f9ac6b7a46ee558e5ac3c89ac2a925e61'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'


[arch-commits] Commit in emby-server/repos (24 files)

2016-11-03 Thread Maxime Gauduin
Date: Thursday, November 3, 2016 @ 12:44:48
  Author: alucryd
Revision: 194576

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

Added:
  emby-server/repos/community-i686/PKGBUILD
(from rev 194575, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 194575, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 194575, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 194575, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 194575, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 194575, emby-server/trunk/emby-server.service)
  emby-server/repos/community-x86_64/PKGBUILD
(from rev 194575, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-x86_64/emby-migrate-database
(from rev 194575, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-x86_64/emby-server
(from rev 194575, emby-server/trunk/emby-server)
  emby-server/repos/community-x86_64/emby-server.conf
(from rev 194575, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-x86_64/emby-server.install
(from rev 194575, emby-server/trunk/emby-server.install)
  emby-server/repos/community-x86_64/emby-server.service
(from rev 194575, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-i686/PKGBUILD
  emby-server/repos/community-i686/emby-migrate-database
  emby-server/repos/community-i686/emby-server
  emby-server/repos/community-i686/emby-server.conf
  emby-server/repos/community-i686/emby-server.install
  emby-server/repos/community-i686/emby-server.service
  emby-server/repos/community-x86_64/PKGBUILD
  emby-server/repos/community-x86_64/emby-migrate-database
  emby-server/repos/community-x86_64/emby-server
  emby-server/repos/community-x86_64/emby-server.conf
  emby-server/repos/community-x86_64/emby-server.install
  emby-server/repos/community-x86_64/emby-server.service

+
 /PKGBUILD  |  112 +++
 /emby-migrate-database |  112 +++
 /emby-server   |6 +
 /emby-server.conf  |8 ++
 /emby-server.install   |   62 +
 /emby-server.service   |   32 
 community-i686/PKGBUILD|   56 ---
 community-i686/emby-migrate-database   |   56 ---
 community-i686/emby-server |3 
 community-i686/emby-server.conf|4 -
 community-i686/emby-server.install |   31 
 community-i686/emby-server.service |   16 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/emby-migrate-database |   56 ---
 community-x86_64/emby-server   |3 
 community-x86_64/emby-server.conf  |4 -
 community-x86_64/emby-server.install   |   31 
 community-x86_64/emby-server.service   |   16 
 18 files changed, 332 insertions(+), 332 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-03 12:44:27 UTC (rev 194575)
+++ community-i686/PKGBUILD 2016-11-03 12:44:48 UTC (rev 194576)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.0.8300
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'mono' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/Emby/archive/${pkgver}.tar.gz;
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-sha256sums=('c84992cf1b6e7b575f9cf1f9b9d6344a34a86995dfce4c129c137198e541198e'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.Mono.sln
-  mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
-}
-
-package() {
-  

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

2016-11-03 Thread Levente Polyak
Date: Thursday, November 3, 2016 @ 12:40:47
  Author: anthraxx
Revision: 279788

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

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

---+
 /PKGBUILD |  142 
 extra-i686/PKGBUILD   |   70 ---
 extra-x86_64/PKGBUILD |   70 ---
 3 files changed, 142 insertions(+), 140 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-03 12:24:24 UTC (rev 279787)
+++ extra-i686/PKGBUILD 2016-11-03 12:40:47 UTC (rev 279788)
@@ -1,70 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Eric Bélanger 
-
-pkgbase=avidemux
-pkgname=('avidemux-cli' 'avidemux-qt')
-pkgver=2.6.14
-pkgrel=1
-pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
-url='http://fixounet.free.fr/avidemux/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('cmake' 'libxslt' 'qt5-base' 'jack' 'libvorbis' 'libxv' 'opus' 
'desktop-file-utils'
- 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 'libx264' 
'x265' 'libsamplerate'
- 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva' 
'intltool' 'sqlite'
- 'libvdpau' 'libdca' 'fribidi' 'glu' 'qt5-tools' 'pkg-config')
-options=('!emptydirs')
-source=(https://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
-sha512sums=('c940850df93e77b3176850cfdd7851c1e133835802a2bc979a497d825d85ca2fd394e2dc813242b9009f1b6ec2904f63163bd9afda9478be064518e4572449a1')
-
-prepare() {
-  cd ${pkgbase}_${pkgver}
-  sed -i 's|../avidemux/qt4|../avidemux/qt4 
-DLRELEASE_EXECUTABLE=/usr/bin/lrelease-qt5|' bootStrap.bash
-}
-
-build() {
-  cd ${pkgbase}_${pkgver}
-  bash bootStrap.bash --with-core --with-cli --with-plugins
-}
-
-package_avidemux-cli() {
-  depends=('libxml2' 'fontconfig' 'libvpx' 'libva' 'sqlite')
-  optdepends=('lame: for the corresponding audio encoder plugin'
-  'faac: for the corresponding audio encoder plugin'
-  'faad2: for the corresponding audio decoder plugin'
-  'opus: for the corresponding audio decoder plugin'
-  'opencore-amr: for the corresponding audio decoder plugin'
-  'jack: for the corresponding audio device plugin'
-  'libpulse: for the corresponding audio device plugin'
-  'x264: for the corresponding video encoder plugin'
-  'libx264: for the corresponding video encoder plugin'
-  'x265: for the corresponding video encoder plugin'
-  'xvidcore: for the corresponding video encoder plugin'
-  'qt5-base: for the QtScript scripting support'
-  'libdca: for the corresponding audio decoder plugin'
-  'fribidi: for the corresponding video filter plugin')
-
-  cd ${pkgbase}_${pkgver}
-  (cd buildCli; make DESTDIR="${pkgdir}" install)
-  (cd buildCore; make DESTDIR="${pkgdir}" install)
-  (cd buildPluginsCLI; make DESTDIR="${pkgdir}" install)
-  (cd buildPluginsCommon; make DESTDIR="${pkgdir}" install)
-
-  install -Dm 644 avidemux_icon.png "${pkgdir}/usr/share/pixmaps/avidemux.png"
-  install -Dm 644 man/avidemux.1 "${pkgdir}/usr/share/man/man1/avidemux.1"
-}
-
-package_avidemux-qt() {
-  pkgdesc='Graphical tool to edit video (filter/re-encode/split) - Qt GUI'
-  depends=("avidemux-cli=${pkgver}" 'qt5-base' 'x264' 'x265' 'libx264' 'glu' 
'libxv' 'desktop-file-utils')
-  replaces=('avidemux-gtk')
-
-  cd ${pkgbase}_${pkgver}
-  (cd buildQt5; make DESTDIR="${pkgdir}" install)
-  (cd buildPluginsQt5; make DESTDIR="${pkgdir}" install)
-
-  install -Dm 644 avidemux2.desktop 
"${pkgdir}/usr/share/applications/avidemux-qt.desktop"
-  sed -i 's|gtk|qt5|' "${pkgdir}/usr/share/applications/avidemux-qt.desktop"
-}
-
-# vim: ts=2 sw=2 et:

Copied: avidemux/repos/extra-i686/PKGBUILD (from rev 279787, 
avidemux/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-03 12:40:47 UTC (rev 279788)
@@ -0,0 +1,71 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Eric Bélanger 
+
+pkgbase=avidemux
+pkgname=('avidemux-cli' 'avidemux-qt')
+pkgver=2.6.14
+pkgrel=2
+pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
+url='http://fixounet.free.fr/avidemux/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('cmake' 'libxslt' 'qt5-base' 'jack' 'libvorbis' 'libxv' 'opus' 
'desktop-file-utils'
+ 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 'libx264' 
'x265' 'libsamplerate'
+ 

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

2016-11-03 Thread Levente Polyak
Date: Thursday, November 3, 2016 @ 12:24:24
  Author: anthraxx
Revision: 279787

upgpkg: avidemux 2.6.14-2

Modified:
  avidemux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 10:59:29 UTC (rev 279786)
+++ PKGBUILD2016-11-03 12:24:24 UTC (rev 279787)
@@ -4,7 +4,7 @@
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-qt')
 pkgver=2.6.14
-pkgrel=1
+pkgrel=2
 pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
 url='http://fixounet.free.fr/avidemux/'
 arch=('i686' 'x86_64')
@@ -20,6 +20,9 @@
 prepare() {
   cd ${pkgbase}_${pkgver}
   sed -i 's|../avidemux/qt4|../avidemux/qt4 
-DLRELEASE_EXECUTABLE=/usr/bin/lrelease-qt5|' bootStrap.bash
+  cp avidemux2.desktop avidemux-qt.desktop
+  sed -ri 's|(Name=).*|\1avidemux (Qt)|' avidemux-qt.desktop
+  sed -ri 's|(Exec=).*|\1avidemux3_qt5|' avidemux-qt.desktop
 }
 
 build() {
@@ -45,13 +48,13 @@
   'fribidi: for the corresponding video filter plugin')
 
   cd ${pkgbase}_${pkgver}
-  (cd buildCli; make DESTDIR="${pkgdir}" install)
-  (cd buildCore; make DESTDIR="${pkgdir}" install)
-  (cd buildPluginsCLI; make DESTDIR="${pkgdir}" install)
-  (cd buildPluginsCommon; make DESTDIR="${pkgdir}" install)
+  make -C buildCli DESTDIR="${pkgdir}" install
+  make -C buildCore DESTDIR="${pkgdir}" install
+  make -C buildPluginsCLI DESTDIR="${pkgdir}" install
+  make -C buildPluginsCommon DESTDIR="${pkgdir}" install
 
   install -Dm 644 avidemux_icon.png "${pkgdir}/usr/share/pixmaps/avidemux.png"
-  install -Dm 644 man/avidemux.1 "${pkgdir}/usr/share/man/man1/avidemux.1"
+  install -Dm 644 man/avidemux.1 -t "${pkgdir}/usr/share/man/man1"
 }
 
 package_avidemux-qt() {
@@ -60,11 +63,9 @@
   replaces=('avidemux-gtk')
 
   cd ${pkgbase}_${pkgver}
-  (cd buildQt5; make DESTDIR="${pkgdir}" install)
-  (cd buildPluginsQt5; make DESTDIR="${pkgdir}" install)
-
-  install -Dm 644 avidemux2.desktop 
"${pkgdir}/usr/share/applications/avidemux-qt.desktop"
-  sed -i 's|gtk|qt5|' "${pkgdir}/usr/share/applications/avidemux-qt.desktop"
+  make -C buildQt5 DESTDIR="${pkgdir}" install
+  make -C buildPluginsQt5 DESTDIR="${pkgdir}" install
+  install -Dm 644 avidemux-qt.desktop -t "${pkgdir}/usr/share/applications"
 }
 
 # vim: ts=2 sw=2 et:


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

2016-11-03 Thread Sébastien Luttringer
Date: Thursday, November 3, 2016 @ 11:50:34
  Author: seblu
Revision: 194574

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

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

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   26 -
 community-x86_64/PKGBUILD |   26 -
 3 files changed, 82 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-03 11:50:13 UTC (rev 194573)
+++ community-i686/PKGBUILD 2016-11-03 11:50:34 UTC (rev 194574)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=ext4magic
-pkgver=0.3.2
-pkgrel=1
-pkgdesc='Recover deleted or overwritten files on ext3 and ext4 filesystems'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/ext4magic/'
-license=('GPL2')
-depends=('bzip2' 'file' 'util-linux' 'e2fsprogs')
-source=("$url/files/$pkgname-$pkgver.tar.gz")
-md5sums=('8351cb27598fb8ffa7d2175ab74e7a53')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ext4magic/repos/community-i686/PKGBUILD (from rev 194573, 
ext4magic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-03 11:50:34 UTC (rev 194574)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ext4magic
+pkgver=0.3.2
+pkgrel=2
+pkgdesc='Recover deleted or overwritten files on ext3 and ext4 filesystems'
+arch=('i686' 'x86_64')
+url='https://sourceforge.net/projects/ext4magic/'
+license=('GPL2')
+depends=('bzip2' 'file' 'util-linux' 'e2fsprogs')
+source=("$url/files/$pkgname-$pkgver.tar.gz"
+"$url/files/Patches/workaround.patch")
+md5sums=('8351cb27598fb8ffa7d2175ab74e7a53'
+ 'e96c1fff3b8d59f93a0557b0a8190167')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-03 11:50:13 UTC (rev 194573)
+++ community-x86_64/PKGBUILD   2016-11-03 11:50:34 UTC (rev 194574)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=ext4magic
-pkgver=0.3.2
-pkgrel=1
-pkgdesc='Recover deleted or overwritten files on ext3 and ext4 filesystems'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/ext4magic/'
-license=('GPL2')
-depends=('bzip2' 'file' 'util-linux' 'e2fsprogs')
-source=("$url/files/$pkgname-$pkgver.tar.gz")
-md5sums=('8351cb27598fb8ffa7d2175ab74e7a53')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ext4magic/repos/community-x86_64/PKGBUILD (from rev 194573, 
ext4magic/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-03 11:50:34 UTC (rev 194574)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ext4magic
+pkgver=0.3.2
+pkgrel=2
+pkgdesc='Recover deleted or overwritten files on ext3 and ext4 filesystems'
+arch=('i686' 'x86_64')
+url='https://sourceforge.net/projects/ext4magic/'
+license=('GPL2')
+depends=('bzip2' 'file' 'util-linux' 'e2fsprogs')
+source=("$url/files/$pkgname-$pkgver.tar.gz"
+"$url/files/Patches/workaround.patch")
+md5sums=('8351cb27598fb8ffa7d2175ab74e7a53'
+ 'e96c1fff3b8d59f93a0557b0a8190167')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  

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

2016-11-03 Thread Sébastien Luttringer
Date: Thursday, November 3, 2016 @ 11:50:13
  Author: seblu
Revision: 194573

upgpkg: ext4magic 0.3.2-2

- fix FS#51663

Modified:
  ext4magic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 10:30:17 UTC (rev 194572)
+++ PKGBUILD2016-11-03 11:50:13 UTC (rev 194573)
@@ -3,15 +3,30 @@
 
 pkgname=ext4magic
 pkgver=0.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Recover deleted or overwritten files on ext3 and ext4 filesystems'
 arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/ext4magic/'
+url='https://sourceforge.net/projects/ext4magic/'
 license=('GPL2')
 depends=('bzip2' 'file' 'util-linux' 'e2fsprogs')
-source=("$url/files/$pkgname-$pkgver.tar.gz")
-md5sums=('8351cb27598fb8ffa7d2175ab74e7a53')
+source=("$url/files/$pkgname-$pkgver.tar.gz"
+"$url/files/Patches/workaround.patch")
+md5sums=('8351cb27598fb8ffa7d2175ab74e7a53'
+ 'e96c1fff3b8d59f93a0557b0a8190167')
 
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sbindir=/usr/bin


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

2016-11-03 Thread Sébastien Luttringer
Date: Thursday, November 3, 2016 @ 10:59:29
  Author: seblu
Revision: 279786

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

Added:
  tar/repos/testing-i686/
  tar/repos/testing-i686/01-When-extracting-skip-.-members.patch
(from rev 279785, tar/trunk/01-When-extracting-skip-.-members.patch)
  tar/repos/testing-i686/PKGBUILD
(from rev 279785, tar/trunk/PKGBUILD)
  tar/repos/testing-x86_64/
  tar/repos/testing-x86_64/01-When-extracting-skip-.-members.patch
(from rev 279785, tar/trunk/01-When-extracting-skip-.-members.patch)
  tar/repos/testing-x86_64/PKGBUILD
(from rev 279785, tar/trunk/PKGBUILD)

+
 testing-i686/01-When-extracting-skip-.-members.patch   |   25 +++
 testing-i686/PKGBUILD  |   52 +++
 testing-x86_64/01-When-extracting-skip-.-members.patch |   25 +++
 testing-x86_64/PKGBUILD|   52 +++
 4 files changed, 154 insertions(+)

Copied: tar/repos/testing-i686/01-When-extracting-skip-.-members.patch (from 
rev 279785, tar/trunk/01-When-extracting-skip-.-members.patch)
===
--- testing-i686/01-When-extracting-skip-.-members.patch
(rev 0)
+++ testing-i686/01-When-extracting-skip-.-members.patch2016-11-03 
10:59:29 UTC (rev 279786)
@@ -0,0 +1,25 @@
+diff --git a/src/extract.c b/src/extract.c
+index f982433..7904148 100644
+--- a/src/extract.c
 b/src/extract.c
+@@ -1629,12 +1629,20 @@ extract_archive (void)
+ {
+   char typeflag;
+   tar_extractor_t fun;
++  bool skip_dotdot_name;
+ 
+   fatal_exit_hook = extract_finish;
+ 
+   set_next_block_after (current_header);
+ 
++  skip_dotdot_name = (!absolute_names_option
++&& contains_dot_dot (current_stat_info.orig_file_name));
++  if (skip_dotdot_name)
++ERROR ((0, 0, _("%s: Member name contains '..'"),
++  quotearg_colon (current_stat_info.orig_file_name)));
++
+   if (!current_stat_info.file_name[0]
++  || skip_dotdot_name
+   || (interactive_option
+ && !confirm ("extract", current_stat_info.file_name)))
+ {

Copied: tar/repos/testing-i686/PKGBUILD (from rev 279785, tar/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-03 10:59:29 UTC (rev 279786)
@@ -0,0 +1,52 @@
+# $Id$
+# Mainainer: Sébastien "Seblu" Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=tar
+pkgver=1.29
+pkgrel=2
+pkgdesc='Utility used to store, backup, and transport files'
+arch=('i686' 'x86_64')
+url='https://www.gnu.org/software/tar/tar.html'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'acl' 'attr')
+options=('!emptydirs')
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
+'01-When-extracting-skip-.-members.patch')
+md5sums=('a1802fec550baaeecff6c381629653ef'
+ 'SKIP'
+ '21f9b5b3642b5476bd972189c33d06ca')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch $filename"
+  patch -p1 -N -i "$srcdir/$filename"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/tar
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: tar/repos/testing-x86_64/01-When-extracting-skip-.-members.patch (from 
rev 279785, tar/trunk/01-When-extracting-skip-.-members.patch)
===
--- testing-x86_64/01-When-extracting-skip-.-members.patch  
(rev 0)
+++ testing-x86_64/01-When-extracting-skip-.-members.patch  2016-11-03 
10:59:29 UTC (rev 279786)
@@ -0,0 +1,25 @@
+diff --git a/src/extract.c b/src/extract.c
+index f982433..7904148 100644
+--- a/src/extract.c
 b/src/extract.c
+@@ -1629,12 +1629,20 @@ extract_archive (void)
+ {
+   char typeflag;
+   tar_extractor_t fun;
++  bool skip_dotdot_name;
+ 
+   fatal_exit_hook = extract_finish;
+ 
+   set_next_block_after (current_header);
+ 
++  skip_dotdot_name = (!absolute_names_option
++&& contains_dot_dot (current_stat_info.orig_file_name));
++  if (skip_dotdot_name)
++ERROR ((0, 0, _("%s: Member name contains '..'"),
++  quotearg_colon (current_stat_info.orig_file_name)));
++
+   if (!current_stat_info.file_name[0]
++  || skip_dotdot_name
+   || (interactive_option
+ && 

[arch-commits] Commit in pdfsam/repos/community-any (6 files)

2016-11-03 Thread Evgeniy Alekseev
Date: Thursday, November 3, 2016 @ 10:30:17
  Author: arcanis
Revision: 194572

archrelease: copy trunk to community-any

Added:
  pdfsam/repos/community-any/PKGBUILD
(from rev 194571, pdfsam/trunk/PKGBUILD)
  pdfsam/repos/community-any/pdfsam
(from rev 194571, pdfsam/trunk/pdfsam)
  pdfsam/repos/community-any/pdfsam.png
(from rev 194571, pdfsam/trunk/pdfsam.png)
Deleted:
  pdfsam/repos/community-any/PKGBUILD
  pdfsam/repos/community-any/pdfsam
  pdfsam/repos/community-any/pdfsam.png

--+
 PKGBUILD |   99 ++---
 pdfsam   |   72 ++--
 2 files changed, 85 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-03 10:30:01 UTC (rev 194571)
+++ PKGBUILD2016-11-03 10:30:17 UTC (rev 194572)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Tom 
-
-pkgname=pdfsam
-pkgver=3.2.2
-_pkgver="${pkgver}.RELEASE"
-pkgrel=1
-pkgdesc="A free open source tool to split and merge pdf documents"
-arch=('any')
-url="http://www.pdfsam.org/;
-license=('AGPL3')
-depends=('java-environment>=8' 'java-openjfx>=8' 'sh')
-makedepends=('desktop-file-utils' 'gendesk')
-#optdepends=('java-openjfx: required if openjdk is used')
-source=("https://github.com/torakiki/${pkgname}/releases/download/v${_pkgver}/${pkgname}-${_pkgver}-bin.zip;
-"pdfsam"
-"pdfsam.png")
-
-prepare() {
-  # create *.desktop file
-  gendesk -f -n \
-  --pkgname="${pkgname}" \
-  --pkgdesc="${pkgdesk}" \
-  --name="PDFsam" \
-  --categories="Office"
-}
-
-package() {
-  install -dm755 "${pkgdir}/usr/share/java/${pkgname}/modules"
-  install -Dm644 "${pkgname}-${_pkgver}/pdfsam-community-${_pkgver}.jar" \
- "${pkgdir}/usr/share/java/${pkgname}/"
-  install -Dm755 "${pkgname}-${_pkgver}/bin/pdfsam.sh" \
- "${pkgdir}/usr/share/java/${pkgname}/bin/pdfsam.sh"
-  install -Dm755 "${pkgname}-${_pkgver}/etc/logback.xml" \
- "${pkgdir}/usr/share/java/${pkgname}/etc/logback.xml"
-  install -Dm755 "${pkgname}-${_pkgver}/resources/splash.gif" \
- "${pkgdir}/usr/share/java/${pkgname}/resources/splash.gif"
-
-  # exec
-  install -Dm755 "pdfsam" "${pkgdir}/usr/bin/pdfsam"
-
-  # desktop
-  install -Dm644 "pdfsam.png" "${pkgdir}/usr/share/pixmaps/pdfsam.png"
-  install -Dm644 "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-}
-
-md5sums=('478430fb5675e8f04d968af7b02139b8'
- 'e98c7828d1d8b4fdb7ba76c0e0f180db'
- '033e0e52c29624ce31d86b8a8b43adb6')

Copied: pdfsam/repos/community-any/PKGBUILD (from rev 194571, 
pdfsam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-03 10:30:17 UTC (rev 194572)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Tom 
+
+pkgname=pdfsam
+pkgver=3.2.4
+_pkgver="${pkgver}.RELEASE"
+pkgrel=1
+pkgdesc="A free open source tool to split and merge pdf documents"
+arch=('any')
+url="http://www.pdfsam.org/;
+license=('AGPL3')
+depends=('java-environment>=8' 'java-openjfx>=8' 'sh')
+makedepends=('desktop-file-utils' 'gendesk')
+source=("https://github.com/torakiki/${pkgname}/releases/download/v${_pkgver}/${pkgname}-${_pkgver}-bin.zip;
+"pdfsam"
+"pdfsam.png")
+
+prepare() {
+  # create *.desktop file
+  gendesk -f -n \
+  --pkgname="${pkgname}" \
+  --pkgdesc="${pkgdesk}" \
+  --name="PDFsam" \
+  --categories="Office"
+}
+
+package() {
+  install -dm755 "${pkgdir}/usr/share/java/${pkgname}/modules"
+  install -Dm644 "${pkgname}-${_pkgver}/pdfsam-community-${_pkgver}.jar" \
+ "${pkgdir}/usr/share/java/${pkgname}/"
+  install -Dm755 "${pkgname}-${_pkgver}/bin/pdfsam.sh" \
+ "${pkgdir}/usr/share/java/${pkgname}/bin/pdfsam.sh"
+  install -Dm755 "${pkgname}-${_pkgver}/etc/logback.xml" \
+ "${pkgdir}/usr/share/java/${pkgname}/etc/logback.xml"
+  install -Dm755 "${pkgname}-${_pkgver}/resources/splash.gif" \
+ "${pkgdir}/usr/share/java/${pkgname}/resources/splash.gif"
+
+  # exec
+  install -Dm755 "pdfsam" "${pkgdir}/usr/bin/pdfsam"
+
+  # desktop
+  install -Dm644 "pdfsam.png" "${pkgdir}/usr/share/pixmaps/pdfsam.png"
+  install -Dm644 "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+}
+
+md5sums=('34fb2b9615e506c80929d0f7c49e8fd1'
+ 'e98c7828d1d8b4fdb7ba76c0e0f180db'
+ '033e0e52c29624ce31d86b8a8b43adb6')

Deleted: pdfsam
===
--- pdfsam  2016-11-03 10:30:01 UTC (rev 194571)
+++ pdfsam  2016-11-03 10:30:17 UTC (rev 194572)
@@ -1,36 +0,0 @@
-#!/bin/sh
-# run application with java env >= 8
-

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

2016-11-03 Thread Evgeniy Alekseev
Date: Thursday, November 3, 2016 @ 10:30:01
  Author: arcanis
Revision: 194571

upgpkg: pdfsam 3.2.4-1

Modified:
  pdfsam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 09:31:57 UTC (rev 194570)
+++ PKGBUILD2016-11-03 10:30:01 UTC (rev 194571)
@@ -3,7 +3,7 @@
 # Contributor: Tom 
 
 pkgname=pdfsam
-pkgver=3.2.2
+pkgver=3.2.4
 _pkgver="${pkgver}.RELEASE"
 pkgrel=1
 pkgdesc="A free open source tool to split and merge pdf documents"
@@ -12,7 +12,6 @@
 license=('AGPL3')
 depends=('java-environment>=8' 'java-openjfx>=8' 'sh')
 makedepends=('desktop-file-utils' 'gendesk')
-#optdepends=('java-openjfx: required if openjdk is used')
 
source=("https://github.com/torakiki/${pkgname}/releases/download/v${_pkgver}/${pkgname}-${_pkgver}-bin.zip;
 "pdfsam"
 "pdfsam.png")
@@ -45,6 +44,6 @@
   install -Dm644 "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
 }
 
-md5sums=('478430fb5675e8f04d968af7b02139b8'
+md5sums=('34fb2b9615e506c80929d0f7c49e8fd1'
  'e98c7828d1d8b4fdb7ba76c0e0f180db'
  '033e0e52c29624ce31d86b8a8b43adb6')


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

2016-11-03 Thread Nicola Squartini
Date: Thursday, November 3, 2016 @ 09:31:57
  Author: tensor5
Revision: 194570

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

Added:
  solidity/repos/community-i686/PKGBUILD
(from rev 194569, solidity/trunk/PKGBUILD)
  solidity/repos/community-x86_64/PKGBUILD
(from rev 194569, solidity/trunk/PKGBUILD)
Deleted:
  solidity/repos/community-i686/PKGBUILD
  solidity/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 2016-11-03 09:31:24 UTC (rev 194569)
+++ community-i686/PKGBUILD 2016-11-03 09:31:57 UTC (rev 194570)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=solidity
-pkgver=0.4.3
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('i686' 'x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('boost-libs' 'jsoncpp')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/ethereum/solidity.git#tag=v${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-cd ${pkgname}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
-..
-make
-}
-
-package() {
-cd ${pkgname}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-i686/PKGBUILD (from rev 194569, 
solidity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-03 09:31:57 UTC (rev 194570)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.4.4
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('i686' 'x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('boost-libs' 'jsoncpp')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#tag=v${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+cd ${pkgname}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+make
+}
+
+package() {
+cd ${pkgname}/build
+
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-03 09:31:24 UTC (rev 194569)
+++ community-x86_64/PKGBUILD   2016-11-03 09:31:57 UTC (rev 194570)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=solidity
-pkgver=0.4.3
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('i686' 'x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('boost-libs' 'jsoncpp')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/ethereum/solidity.git#tag=v${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-cd ${pkgname}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
-..
-make
-}
-
-package() {
-cd ${pkgname}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-x86_64/PKGBUILD (from rev 194569, 
solidity/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-03 09:31:57 UTC (rev 194570)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.4.4
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('i686' 'x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('boost-libs' 'jsoncpp')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#tag=v${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+cd ${pkgname}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+make
+}
+
+package() {
+cd ${pkgname}/build
+
+make DESTDIR="${pkgdir}" install
+}


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

2016-11-03 Thread Nicola Squartini
Date: Thursday, November 3, 2016 @ 09:31:24
  Author: tensor5
Revision: 194569

upgpkg: solidity 0.4.4-1

Modified:
  solidity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 07:21:53 UTC (rev 194568)
+++ PKGBUILD2016-11-03 09:31:24 UTC (rev 194569)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=solidity
-pkgver=0.4.3
+pkgver=0.4.4
 pkgrel=1
 pkgdesc='Contract-Oriented Programming Language'
 arch=('i686' 'x86_64')


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

2016-11-03 Thread Sven-Hendrik Haase
Date: Thursday, November 3, 2016 @ 07:21:33
  Author: svenstaro
Revision: 194567

upgpkg: gitlab 8.13.3-1

upstream release 8.13.3

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 05:55:01 UTC (rev 194566)
+++ PKGBUILD2016-11-03 07:21:33 UTC (rev 194567)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=8.13.2
+pkgver=8.13.3
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
@@ -41,7 +41,7 @@
 nginx-ssl.conf.example
 lighttpd.conf.example)
 install='gitlab.install'
-sha256sums=('78c66923d66e27cfeba21618bed055f2d2bba0a9b1a2695789ebf766c2c502a9'
+sha256sums=('a8cf636ee7ed4207789ceb9056e023372a2000ec99701cd5ba802ba5fbbc5b05'
 '0dabb9c10f6ba49404c13d6be2d0d6cf1bf7e5a0b95f0dea566e33c356997307'
 'a348d69cf0d08a1aa0713deb615815ae5a2305a1a1c386bcee29f49eae446757'
 'e16a68539eeb49d24d2ab4a53ff95e33c67264a674b611c006dc5c8a24f41e0e'