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

2016-07-04 Thread Felix Yan
Date: Tuesday, July 5, 2016 @ 05:58:45
  Author: felixonmars
Revision: 182261

upgpkg: haskell-wai-extra 3.0.15.3-1

rebuild with aeson-compat-0.3.5.0, chunked-data-0.3.0, 
conduit-combinators-1.0.4, conduit-extra-1.1.13.2, http-client-0.5.0, 
http-client-tls-0.3.0, http-conduit-2.2.0, monad-logger-0.3.19, 
mono-traversable-1.0.0, wai-extra-3.0.15.3, wai-logger-2.3.0, warp-3.2.7

Modified:
  haskell-wai-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 05:57:09 UTC (rev 182260)
+++ PKGBUILD2016-07-05 05:58:45 UTC (rev 182261)
@@ -4,8 +4,8 @@
 
 _hkgname=wai-extra
 pkgname=haskell-wai-extra
-pkgver=3.0.15.2
-pkgrel=4
+pkgver=3.0.15.3
+pkgrel=1
 pkgdesc="Provides some basic WAI handlers and middleware."
 url="http://github.com/yesodweb/wai;
 license=("MIT")
@@ -18,7 +18,7 @@
  "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-void" 
"haskell-wai"
  "haskell-wai-logger" "haskell-word8" "haskell-zlib")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('367973347c3cfb4378b4b6c118dc0423779799df01a228fd518899acc4716bf8')
+sha256sums=('e841c5f101b0d436c1e54dd197e1e245b8b5ca4d3db18c48a837db1db3d5c1b3')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-07-04 Thread Anatol Pomozov
Date: Tuesday, July 5, 2016 @ 05:57:09
  Author: anatolik
Revision: 182260

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-05 05:56:30 UTC (rev 182259)
+++ community-i686/PKGBUILD 2016-07-05 05:57:09 UTC (rev 182260)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Jonne Haß 
-
-pkgname=crystal
-pkgver=0.18.6
-pkgrel=1
-_binary_rel=1
-pkgdesc='The Crystal Programming Language'
-arch=(i686 x86_64)
-url='http://crystal-lang.org'
-license=(Apache)
-depends=(gc libatomic_ops pcre libevent libffi)
-# depend on previous llvm version until 
https://github.com/crystal-lang/crystal/issues/1614 is resolved
-makedepends=(libxml2 llvm35)
-checkdepends=(libyaml libxml2 gmp inetutils git)
-optdepends=('shards: crystal language package manager'
-'libyaml: For YAML support'
-'gmp: For BigInt support'
-'libxml2: For XML support')
-source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
-source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
-source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('3954f6d1ff414ff55f694690c62fce5e2d12a78c0243cd76ed8457498fcef993')
-sha256sums_i686=('1654c675017e208790e971892c96ec2ba3cdb2e95f78b7bc1a7e2c999b11d3d6')
-sha256sums_x86_64=('72ad5f5623d8cde0ad51d151de6720fac759cde14e3eb37bc0d0b8b2925633af')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please 
install shards: pacman -S shards|' src/compiler/crystal/command.cr
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  make release=1 \
-   PATH="$srcdir/$pkgname-$pkgver-$_binary_rel/bin:$PATH" \
-   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-   CRYSTAL_CONFIG_VERSION="$pkgver" \
-   CRYSTAL_CONFIG_PATH="libs:/usr/lib/crystal" \
-   CRYSTAL_CACHE_DIR="/tmp/crystal"
-  make doc CRYSTAL_CACHE_DIR="/tmp/crystal"
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  # splitting all_spec into 'compiler_spec std_spec' as a workaround for
-  # https://github.com/crystal-lang/crystal/issues/2789
-  make compiler_spec std_spec \
-CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-CRYSTAL_CONFIG_VERSION="$pkgver" \
-CRYSTAL_CACHE_DIR="/tmp/crystal"
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # /usr/bin/crystalcompiled executable
-  # /usr/lib/crystal/   compiler src & core libs
-  # /usr/share/doc/crystal/api  api docs
-  # /usr/share/doc/crystal/samples/ samples
-
-  install -Dm755 ".build/crystal" "$pkgdir/usr/bin/crystal"
-
-  install -dm755 "$pkgdir/usr/lib"
-  cp -r src "$pkgdir/usr/lib/crystal"
-
-  install -dm755 "$pkgdir/usr/share/doc/crystal"
-  cp -r doc "$pkgdir/usr/share/doc/crystal/api"
-  cp -r samples "$pkgdir/usr/share/doc/crystal/"
-
-  install -Dm644 etc/completion.bash 
"$pkgdir/usr/share/bash-completion/completions/crystal"
-  install -Dm644 etc/completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_crystal"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: crystal/repos/community-i686/PKGBUILD (from rev 182259, 
crystal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-05 05:57:09 UTC (rev 182260)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.18.7
+pkgrel=1
+_binary_rel=1
+pkgdesc='The Crystal Programming Language'
+arch=(i686 x86_64)
+url='http://crystal-lang.org'
+license=(Apache)
+depends=(gc libatomic_ops pcre libevent libffi)
+# depend on previous llvm version until 
https://github.com/crystal-lang/crystal/issues/1614 is resolved
+makedepends=(libxml2 llvm35)
+checkdepends=(libyaml libxml2 gmp inetutils git)
+optdepends=('shards: crystal language package manager'
+'libyaml: For YAML support'
+'gmp: For BigInt support'
+'libxml2: For XML support')

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

2016-07-04 Thread Anatol Pomozov
Date: Tuesday, July 5, 2016 @ 05:56:27
  Author: anatolik
Revision: 182258

upgpkg: crystal 0.18.7-1

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 05:56:12 UTC (rev 182257)
+++ PKGBUILD2016-07-05 05:56:27 UTC (rev 182258)
@@ -3,7 +3,7 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=0.18.6
+pkgver=0.18.7
 pkgrel=1
 _binary_rel=1
 pkgdesc='The Crystal Programming Language'
@@ -21,9 +21,9 @@
 
source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
 
source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
 
source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('3954f6d1ff414ff55f694690c62fce5e2d12a78c0243cd76ed8457498fcef993')
-sha256sums_i686=('1654c675017e208790e971892c96ec2ba3cdb2e95f78b7bc1a7e2c999b11d3d6')
-sha256sums_x86_64=('72ad5f5623d8cde0ad51d151de6720fac759cde14e3eb37bc0d0b8b2925633af')
+sha256sums=('72b33fd4bd903a9f0957c74c2f95429e8c0f94c04df86396711b5560f540805d')
+sha256sums_i686=('b84e9d4050b4667012bd7f59f4802f690a2933188370703558a57c51b7661eb2')
+sha256sums_x86_64=('8be06d53e91d14ad05417c5504931b0ac8485a101a98711181b6a40f008f3fa8')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-07-04 Thread Felix Yan
Date: Tuesday, July 5, 2016 @ 05:56:30
  Author: felixonmars
Revision: 182259

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-05 05:56:27 UTC (rev 182258)
+++ PKGBUILD2016-07-05 05:56:30 UTC (rev 182259)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-update_checker
-pkgname=('python-update_checker' 'python2-update_checker')
-pkgver=0.11
-pkgrel=2
-pkgdesc="A python module that will check for package updates"
-arch=('any')
-license=('BSD')
-url='https://github.com/bboe/update_checker'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
-source=("https://pypi.python.org/packages/source/u/update_checker/update_checker-${pkgver}.tar.gz;)
-md5sums=('1daa54bac316be6624d7ee77373144bb')
-
-prepare() {
-  cp -a update_checker-$pkgver{,-py2}
-}
-
-check() {
-  cd "$srcdir/update_checker-${pkgver}"
-  python setup.py test
-
-  cd "$srcdir/update_checker-${pkgver}-py2"
-  python2 setup.py test
-}
-
-package_python-update_checker() {
-  depends=('python-requests')
-
-  cd "${srcdir}/update_checker-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}
-
-package_python2-update_checker() {
-  depends=('python2-requests')
-
-  cd "${srcdir}/update_checker-${pkgver}-py2"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}

Copied: python-update_checker/repos/community-any/PKGBUILD (from rev 182257, 
python-update_checker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-05 05:56:30 UTC (rev 182259)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-update_checker
+pkgname=('python-update_checker' 'python2-update_checker')
+pkgver=0.12
+pkgrel=1
+pkgdesc="A python module that will check for package updates"
+arch=('any')
+license=('BSD')
+url='https://github.com/bboe/update_checker'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
+source=("https://pypi.io/packages/source/u/update_checker/update_checker-$pkgver.tar.gz;)
+md5sums=('7d28258ef9db4ca7123c44c80740aaf1')
+
+prepare() {
+  cp -a update_checker-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/update_checker-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/update_checker-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/update_checker-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/update_checker-$pkgver-py2"
+  python2 setup.py test
+}
+
+package_python-update_checker() {
+  depends=('python-requests')
+
+  cd update_checker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-update_checker() {
+  depends=('python2-requests')
+
+  cd update_checker-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2016-07-04 Thread Felix Yan
Date: Tuesday, July 5, 2016 @ 05:56:12
  Author: felixonmars
Revision: 182257

upgpkg: python-update_checker 0.12-1

Modified:
  python-update_checker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 05:54:39 UTC (rev 182256)
+++ PKGBUILD2016-07-05 05:56:12 UTC (rev 182257)
@@ -3,25 +3,33 @@
 
 pkgbase=python-update_checker
 pkgname=('python-update_checker' 'python2-update_checker')
-pkgver=0.11
-pkgrel=2
+pkgver=0.12
+pkgrel=1
 pkgdesc="A python module that will check for package updates"
 arch=('any')
 license=('BSD')
 url='https://github.com/bboe/update_checker'
 makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
-source=("https://pypi.python.org/packages/source/u/update_checker/update_checker-${pkgver}.tar.gz;)
-md5sums=('1daa54bac316be6624d7ee77373144bb')
+source=("https://pypi.io/packages/source/u/update_checker/update_checker-$pkgver.tar.gz;)
+md5sums=('7d28258ef9db4ca7123c44c80740aaf1')
 
 prepare() {
   cp -a update_checker-$pkgver{,-py2}
 }
 
+build() {
+  cd "$srcdir/update_checker-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/update_checker-$pkgver-py2"
+  python2 setup.py build
+}
+
 check() {
-  cd "$srcdir/update_checker-${pkgver}"
+  cd "$srcdir/update_checker-$pkgver"
   python setup.py test
 
-  cd "$srcdir/update_checker-${pkgver}-py2"
+  cd "$srcdir/update_checker-$pkgver-py2"
   python2 setup.py test
 }
 
@@ -28,15 +36,15 @@
 package_python-update_checker() {
   depends=('python-requests')
 
-  cd "${srcdir}/update_checker-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+  cd update_checker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
 }
 
 package_python2-update_checker() {
   depends=('python2-requests')
 
-  cd "${srcdir}/update_checker-${pkgver}-py2"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+  cd update_checker-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
 }


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

2016-07-04 Thread Felix Yan
Date: Tuesday, July 5, 2016 @ 05:54:39
  Author: felixonmars
Revision: 182256

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

Added:
  haskell-http-client/repos/community-staging-i686/
  haskell-http-client/repos/community-staging-i686/PKGBUILD
(from rev 182255, haskell-http-client/trunk/PKGBUILD)
  haskell-http-client/repos/community-staging-x86_64/
  haskell-http-client/repos/community-staging-x86_64/PKGBUILD
(from rev 182255, haskell-http-client/trunk/PKGBUILD)

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

Copied: haskell-http-client/repos/community-staging-i686/PKGBUILD (from rev 
182255, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-05 05:54:39 UTC (rev 182256)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="An HTTP client engine"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-cookie" "haskell-exceptions" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-network" "haskell-network-uri" "haskell-random" 
"haskell-streaming-commons"
+ "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5915ab9377690d4cb497440d7294e5e14265f2fe74d79b7e484a3883a383ca9a')
+
+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-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 
182255, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-05 05:54:39 UTC (rev 182256)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="An HTTP client engine"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-cookie" "haskell-exceptions" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-network" "haskell-network-uri" "haskell-random" 
"haskell-streaming-commons"
+ "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5915ab9377690d4cb497440d7294e5e14265f2fe74d79b7e484a3883a383ca9a')
+
+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   

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

2016-07-04 Thread Felix Yan
Date: Tuesday, July 5, 2016 @ 05:54:16
  Author: felixonmars
Revision: 182255

upgpkg: haskell-http-client 0.5.0-1

rebuild with aeson-compat-0.3.5.0, chunked-data-0.3.0, 
conduit-combinators-1.0.4, conduit-extra-1.1.13.2, http-client-0.5.0, 
http-client-tls-0.3.0, http-conduit-2.2.0, monad-logger-0.3.19, 
mono-traversable-1.0.0, wai-extra-3.0.15.3, wai-logger-2.3.0, warp-3.2.7

Modified:
  haskell-http-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 05:53:50 UTC (rev 182254)
+++ PKGBUILD2016-07-05 05:54:16 UTC (rev 182255)
@@ -4,18 +4,18 @@
 
 _hkgname=http-client
 pkgname=haskell-http-client
-pkgver=0.4.30
+pkgver=0.5.0
 pkgrel=1
-pkgdesc="An HTTP client engine, intended as a base layer for more 
user-friendly packages."
+pkgdesc="An HTTP client engine"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
- "haskell-cookie" "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-types"
- "haskell-mime-types" "haskell-network" "haskell-network-uri" 
"haskell-random"
- "haskell-streaming-commons" "haskell-text")
+ "haskell-cookie" "haskell-exceptions" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-network" "haskell-network-uri" "haskell-random" 
"haskell-streaming-commons"
+ "haskell-text")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('4ebd1e4a1d98f4a5f37e004684679cbdc974c1801219900f258b246b713a6926')
+sha256sums=('5915ab9377690d4cb497440d7294e5e14265f2fe74d79b7e484a3883a383ca9a')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-07-04 Thread Felix Yan
Date: Tuesday, July 5, 2016 @ 05:53:25
  Author: felixonmars
Revision: 182253

upgpkg: haskell-persistent 2.5-5

rebuild with aeson-compat-0.3.5.0, chunked-data-0.3.0, 
conduit-combinators-1.0.4, conduit-extra-1.1.13.2, http-client-0.5.0, 
http-client-tls-0.3.0, http-conduit-2.2.0, monad-logger-0.3.19, 
mono-traversable-1.0.0, wai-extra-3.0.15.3, wai-logger-2.3.0, warp-3.2.7

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 05:51:48 UTC (rev 182252)
+++ PKGBUILD2016-07-05 05:53:25 UTC (rev 182253)
@@ -5,7 +5,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2016-07-04 Thread Felix Yan
Date: Tuesday, July 5, 2016 @ 05:53:50
  Author: felixonmars
Revision: 182254

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

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

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

Copied: haskell-persistent/repos/community-staging-i686/PKGBUILD (from rev 
182253, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-05 05:53:50 UTC (rev 182254)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.5
+pkgrel=5
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('de34feeb6e9fb3a181f204e8fdf6ad2adebe781a88182cd136e0d330c2455375')
+
+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-nooverlap
+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-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
182253, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-05 05:53:50 UTC (rev 182254)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.5
+pkgrel=5
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('de34feeb6e9fb3a181f204e8fdf6ad2adebe781a88182cd136e0d330c2455375')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O 

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

2016-07-04 Thread Felix Yan
Date: Tuesday, July 5, 2016 @ 05:51:48
  Author: felixonmars
Revision: 182252

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-05 05:50:35 UTC (rev 182251)
+++ PKGBUILD2016-07-05 05:51:48 UTC (rev 182252)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pifpaf
-pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Suite of tools and fixtures to manage daemons for testing'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/pifpaf'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
- 'python2-cliff' 'python-stevedore' 'python2-stevedore' 
'python-six' 'python2-six'
- 'python-fixtures' 'python2-fixtures' 'python-xattr' 
'python2-xattr' 'git')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
-  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest')
-source=("git+https://github.com/jd/pifpaf.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a pifpaf{,-py2}
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/pifpaf
-  python setup.py build
-
-  cd "$srcdir"/pifpaf-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pifpaf
-  python setup.py testr
-
-  cd "$srcdir"/pifpaf-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-pifpaf() {
-  depends=('python-pbr' 'python-cliff' 'python-stevedore' 'python-six' 
'python-fixtures'
-   'python-xattr')
-
-  cd "$srcdir"/pifpaf
-  python setup.py install --root="$pkgdir"/ --optimize=1
-}
-
-package_python2-pifpaf() {
-  depends=('python2-pbr' 'python2-cliff' 'python2-stevedore' 'python2-six' 
'python2-fixtures'
-   'python2-xattr')
-
-  cd "$srcdir"/pifpaf-py2
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-
-  mv "$pkgdir"/usr/bin/pifpaf{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pifpaf/repos/community-any/PKGBUILD (from rev 182251, 
python-pifpaf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-05 05:51:48 UTC (rev 182252)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pifpaf
+pkgname=('python-pifpaf' 'python2-pifpaf')
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Suite of tools and fixtures to manage daemons for testing'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/pifpaf'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
+ 'python2-cliff' 'python-stevedore' 'python2-stevedore' 
'python-six' 'python2-six'
+ 'python-fixtures' 'python2-fixtures' 'python-xattr' 
'python2-xattr' 'git')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
+  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest')
+source=("git+https://github.com/jd/pifpaf.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a pifpaf{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/pifpaf
+  python setup.py build
+
+  cd "$srcdir"/pifpaf-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pifpaf
+  python setup.py testr
+
+  cd "$srcdir"/pifpaf-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-pifpaf() {
+  depends=('python-pbr' 'python-cliff' 'python-stevedore' 'python-six' 
'python-fixtures'
+   'python-xattr')
+
+  cd "$srcdir"/pifpaf
+  python setup.py install --root="$pkgdir"/ --optimize=1
+}
+
+package_python2-pifpaf() {
+  depends=('python2-pbr' 'python2-cliff' 'python2-stevedore' 'python2-six' 
'python2-fixtures'
+   'python2-xattr')
+
+  cd "$srcdir"/pifpaf-py2
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+
+  mv "$pkgdir"/usr/bin/pifpaf{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-04 Thread Felix Yan
Date: Tuesday, July 5, 2016 @ 05:50:35
  Author: felixonmars
Revision: 182251

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

Added:
  haskell-aeson-compat/repos/community-staging-i686/
  haskell-aeson-compat/repos/community-staging-i686/PKGBUILD
(from rev 182250, haskell-aeson-compat/trunk/PKGBUILD)
  haskell-aeson-compat/repos/community-staging-x86_64/
  haskell-aeson-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 182250, haskell-aeson-compat/trunk/PKGBUILD)

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

Copied: haskell-aeson-compat/repos/community-staging-i686/PKGBUILD (from rev 
182250, haskell-aeson-compat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-05 05:50:35 UTC (rev 182251)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-compat
+pkgname=haskell-aeson-compat
+pkgver=0.3.5.0
+pkgrel=1
+pkgdesc="Compatibility layer for aeson"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base-compat" "haskell-exceptions"
+ "haskell-hashable" "haskell-scientific" "haskell-semigroups" 
"haskell-text"
+ "haskell-tagged" "haskell-time-locale-compat" 
"haskell-unordered-containers"
+ "haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('41d1f49aecc72061afef3b018eb210c306c7ba6b469c6721a08b7adf3014346b')
+
+prepare() {
+# nats is an empty package in new GHC
+sed -e '/nats/d' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+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-aeson-compat/repos/community-staging-x86_64/PKGBUILD (from rev 
182250, haskell-aeson-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-05 05:50:35 UTC (rev 182251)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-compat
+pkgname=haskell-aeson-compat
+pkgver=0.3.5.0
+pkgrel=1
+pkgdesc="Compatibility layer for aeson"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base-compat" "haskell-exceptions"
+ "haskell-hashable" "haskell-scientific" "haskell-semigroups" 
"haskell-text"
+ "haskell-tagged" "haskell-time-locale-compat" 
"haskell-unordered-containers"
+ "haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('41d1f49aecc72061afef3b018eb210c306c7ba6b469c6721a08b7adf3014346b')
+
+prepare() {
+# nats is an empty package in new GHC
+sed -e '/nats/d' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+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 

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

2016-07-04 Thread Felix Yan
Date: Tuesday, July 5, 2016 @ 05:50:11
  Author: felixonmars
Revision: 182250

upgpkg: haskell-aeson-compat 0.3.5.0-1

rebuild with aeson-compat-0.3.5.0, chunked-data-0.3.0, 
conduit-combinators-1.0.4, conduit-extra-1.1.13.2, http-client-0.5.0, 
http-client-tls-0.3.0, http-conduit-2.2.0, monad-logger-0.3.19, 
mono-traversable-1.0.0, wai-extra-3.0.15.3, wai-logger-2.3.0, warp-3.2.7

Modified:
  haskell-aeson-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 05:49:52 UTC (rev 182249)
+++ PKGBUILD2016-07-05 05:50:11 UTC (rev 182250)
@@ -4,8 +4,8 @@
 
 _hkgname=aeson-compat
 pkgname=haskell-aeson-compat
-pkgver=0.3.4.0
-pkgrel=5
+pkgver=0.3.5.0
+pkgrel=1
 pkgdesc="Compatibility layer for aeson"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
@@ -15,7 +15,7 @@
  "haskell-tagged" "haskell-time-locale-compat" 
"haskell-unordered-containers"
  "haskell-vector")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('47edd45ac71bbbcd4f8a7349a02ae5d3672107f3a4f37e06e7a856a0ac3e88c9')
+sha256sums=('41d1f49aecc72061afef3b018eb210c306c7ba6b469c6721a08b7adf3014346b')
 
 prepare() {
 # nats is an empty package in new GHC


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

2016-07-04 Thread Felix Yan
Date: Tuesday, July 5, 2016 @ 05:49:52
  Author: felixonmars
Revision: 182249

upgpkg: python-pifpaf 0.8.0-1

Modified:
  python-pifpaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 05:47:28 UTC (rev 182248)
+++ PKGBUILD2016-07-05 05:49:52 UTC (rev 182249)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pifpaf
 pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=0.7.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc='Suite of tools and fixtures to manage daemons for testing'
 arch=('any')


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

2016-07-04 Thread Felix Yan
Date: Tuesday, July 5, 2016 @ 05:47:28
  Author: felixonmars
Revision: 182248

archrelease: copy trunk to community-any

Added:
  twine/repos/community-any/PKGBUILD
(from rev 182247, twine/trunk/PKGBUILD)
Deleted:
  twine/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-05 05:47:10 UTC (rev 182247)
+++ PKGBUILD2016-07-05 05:47:28 UTC (rev 182248)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.6.5
-_commit=cce0be4334379a04c7e2b958abdebd5d91cb8d01
-pkgrel=1
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt' 'python2-requests-toolbelt'
- 'python-pkginfo' 'python2-pkginfo' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
-options=('!emptydirs')
-source=("git+https://github.com/pypa/twine.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}/${pkgbase}"
-  cp -a "${srcdir}/${pkgbase}" "${srcdir}/${pkgbase}-py2"
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py build
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py ptr
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py ptr
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd "${srcdir}/${pkgbase}"
-  python3 setup.py install --root="${pkgdir}/" --optimize=1
-  ln -s ${pkgbase} "${pkgdir}/usr/bin/${pkgbase}3"
-}
-
-package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo')
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-  mv "${pkgdir}/usr/bin/${pkgbase}" "${pkgdir}/usr/bin/${pkgbase}2"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 182247, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-05 05:47:28 UTC (rev 182248)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-clint' 
'python2-clint'
+ 'python-requests-toolbelt' 'python2-requests-toolbelt' 
'python-pkginfo'
+ 'python2-pkginfo' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
+source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a twine{,-py2}
+}
+
+build() {
+  cd "$srcdir"/twine
+  python setup.py build
+
+  cd "$srcdir"/twine-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/twine
+  python setup.py ptr
+
+  cd "$srcdir"/twine-py2
+  python2 setup.py ptr
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-clint')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd twine
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  ln -s twine "$pkgdir"/usr/bin/twine3
+}
+
+package_python2-twine() {
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-clint')
+
+  cd twine-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/twine{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-04 Thread Felix Yan
Date: Tuesday, July 5, 2016 @ 05:47:10
  Author: felixonmars
Revision: 182247

upgpkg: twine 1.7.0-1

Modified:
  twine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 05:43:58 UTC (rev 182246)
+++ PKGBUILD2016-07-05 05:47:10 UTC (rev 182247)
@@ -4,58 +4,56 @@
 
 pkgbase=twine
 pkgname=('twine' 'python2-twine')
-pkgver=1.6.5
-_commit=cce0be4334379a04c7e2b958abdebd5d91cb8d01
+pkgver=1.7.0
 pkgrel=1
 pkgdesc='Collection of utilities for interacting with PyPI'
 arch=('any')
 url='https://pypi.python.org/pypi/twine'
 license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt' 'python2-requests-toolbelt'
- 'python-pkginfo' 'python2-pkginfo' 'git')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-clint' 
'python2-clint'
+ 'python-requests-toolbelt' 'python2-requests-toolbelt' 
'python-pkginfo'
+ 'python2-pkginfo' 'git')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
-options=('!emptydirs')
-source=("git+https://github.com/pypa/twine.git#commit=$_commit;)
+source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
 md5sums=('SKIP')
 
 prepare() {
-  cd "${srcdir}/${pkgbase}"
-  cp -a "${srcdir}/${pkgbase}" "${srcdir}/${pkgbase}-py2"
+  cp -a twine{,-py2}
 }
 
 build() {
-  cd "${srcdir}/${pkgbase}"
+  cd "$srcdir"/twine
   python setup.py build
 
-  cd "${srcdir}/${pkgbase}-py2"
+  cd "$srcdir"/twine-py2
   python2 setup.py build
 }
 
 check() {
-  cd "${srcdir}/${pkgbase}"
+  cd "$srcdir"/twine
   python setup.py ptr
 
-  cd "${srcdir}/${pkgbase}-py2"
+  cd "$srcdir"/twine-py2
   python2 setup.py ptr
 }
 
 package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo')
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-clint')
   provides=('python-twine')
   conflicts=('python-twine')
   replaces=('python-twine')
 
-  cd "${srcdir}/${pkgbase}"
-  python3 setup.py install --root="${pkgdir}/" --optimize=1
-  ln -s ${pkgbase} "${pkgdir}/usr/bin/${pkgbase}3"
+  cd twine
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  ln -s twine "$pkgdir"/usr/bin/twine3
 }
 
 package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo')
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-clint')
 
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-  mv "${pkgdir}/usr/bin/${pkgbase}" "${pkgdir}/usr/bin/${pkgbase}2"
+  cd twine-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/twine{,2}
 }
 
 # vim:set ts=2 sw=2 et:


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

2016-07-04 Thread Felix Yan
Date: Tuesday, July 5, 2016 @ 05:43:58
  Author: felixonmars
Revision: 182246

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

Added:
  haskell-wai-logger/repos/community-staging-i686/
  haskell-wai-logger/repos/community-staging-i686/PKGBUILD
(from rev 182245, haskell-wai-logger/trunk/PKGBUILD)
  haskell-wai-logger/repos/community-staging-x86_64/
  haskell-wai-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 182245, haskell-wai-logger/trunk/PKGBUILD)

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

Copied: haskell-wai-logger/repos/community-staging-i686/PKGBUILD (from rev 
182245, haskell-wai-logger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-05 05:43:58 UTC (rev 182246)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-logger
+pkgname=haskell-wai-logger
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="A logging system for WAI"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-byteorder" 
"haskell-case-insensitive"
+ "haskell-fast-logger" "haskell-http-types" "haskell-network" 
"haskell-unix-time"
+ "haskell-wai")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('90cd993c657e72a0480a988220b288aeb2561efa53d2c8f819197b6de3060bf0')
+
+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-wai-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
182245, haskell-wai-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-05 05:43:58 UTC (rev 182246)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-logger
+pkgname=haskell-wai-logger
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="A logging system for WAI"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-byteorder" 
"haskell-case-insensitive"
+ "haskell-fast-logger" "haskell-http-types" "haskell-network" 
"haskell-unix-time"
+ "haskell-wai")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('90cd993c657e72a0480a988220b288aeb2561efa53d2c8f819197b6de3060bf0')
+
+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 

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

2016-07-04 Thread Felix Yan
Date: Tuesday, July 5, 2016 @ 05:43:26
  Author: felixonmars
Revision: 182244

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

Added:
  haskell-monad-logger/repos/community-staging-i686/
  haskell-monad-logger/repos/community-staging-i686/PKGBUILD
(from rev 182243, haskell-monad-logger/trunk/PKGBUILD)
  haskell-monad-logger/repos/community-staging-x86_64/
  haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 182243, haskell-monad-logger/trunk/PKGBUILD)

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

Copied: haskell-monad-logger/repos/community-staging-i686/PKGBUILD (from rev 
182243, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-05 05:43:26 UTC (rev 182244)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-logger
+pkgname=haskell-monad-logger
+pkgver=0.3.19
+pkgrel=1
+pkgdesc="A class of monads which can log messages."
+url="https://github.com/kazu-yamamoto/logger;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-exceptions" "haskell-fast-logger" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-loops" "haskell-mtl" 
"haskell-resourcet"
+ "haskell-stm" "haskell-stm-chans" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a7b74d8df0db08e3ab231cba649febac0599b4b6b6bbe03828914669d1b085f0')
+
+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 \
+-ftemplate_haskell
+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-monad-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
182243, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-05 05:43:26 UTC (rev 182244)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-logger
+pkgname=haskell-monad-logger
+pkgver=0.3.19
+pkgrel=1
+pkgdesc="A class of monads which can log messages."
+url="https://github.com/kazu-yamamoto/logger;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-exceptions" "haskell-fast-logger" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-loops" "haskell-mtl" 
"haskell-resourcet"
+ "haskell-stm" "haskell-stm-chans" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a7b74d8df0db08e3ab231cba649febac0599b4b6b6bbe03828914669d1b085f0')
+
+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 \
+-ftemplate_haskell
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* 

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

2016-07-04 Thread Felix Yan
Date: Tuesday, July 5, 2016 @ 05:43:33
  Author: felixonmars
Revision: 182245

upgpkg: haskell-wai-logger 2.3.0-1

rebuild with aeson-compat-0.3.5.0, chunked-data-0.3.0, 
conduit-combinators-1.0.4, conduit-extra-1.1.13.2, http-client-0.5.0, 
http-client-tls-0.3.0, http-conduit-2.2.0, monad-logger-0.3.19, 
mono-traversable-1.0.0, wai-extra-3.0.15.3, wai-logger-2.3.0, warp-3.2.7

Modified:
  haskell-wai-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 05:43:26 UTC (rev 182244)
+++ PKGBUILD2016-07-05 05:43:33 UTC (rev 182245)
@@ -4,8 +4,8 @@
 
 _hkgname=wai-logger
 pkgname=haskell-wai-logger
-pkgver=2.2.7
-pkgrel=6
+pkgver=2.3.0
+pkgrel=1
 pkgdesc="A logging system for WAI"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
  "haskell-fast-logger" "haskell-http-types" "haskell-network" 
"haskell-unix-time"
  "haskell-wai")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('f4718c7661373b6a93fb7ac4b4662617f9e161f6b9297d0f665f71391e489607')
+sha256sums=('90cd993c657e72a0480a988220b288aeb2561efa53d2c8f819197b6de3060bf0')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-07-04 Thread Felix Yan
Date: Tuesday, July 5, 2016 @ 05:43:01
  Author: felixonmars
Revision: 182243

upgpkg: haskell-monad-logger 0.3.19-1

rebuild with aeson-compat-0.3.5.0, chunked-data-0.3.0, 
conduit-combinators-1.0.4, conduit-extra-1.1.13.2, http-client-0.5.0, 
http-client-tls-0.3.0, http-conduit-2.2.0, monad-logger-0.3.19, 
mono-traversable-1.0.0, wai-extra-3.0.15.3, wai-logger-2.3.0, warp-3.2.7

Modified:
  haskell-monad-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 05:38:54 UTC (rev 182242)
+++ PKGBUILD2016-07-05 05:43:01 UTC (rev 182243)
@@ -4,8 +4,8 @@
 
 _hkgname=monad-logger
 pkgname=haskell-monad-logger
-pkgver=0.3.18
-pkgrel=23
+pkgver=0.3.19
+pkgrel=1
 pkgdesc="A class of monads which can log messages."
 url="https://github.com/kazu-yamamoto/logger;
 license=("MIT")
@@ -16,7 +16,7 @@
  "haskell-stm" "haskell-stm-chans" "haskell-text" 
"haskell-transformers-base"
  "haskell-transformers-compat")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('81497c19d08df93e6de5914f3adf0feecf4fcd9412e3004d2b19b4bfba05497e')
+sha256sums=('a7b74d8df0db08e3ab231cba649febac0599b4b6b6bbe03828914669d1b085f0')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-07-04 Thread Felix Yan
Date: Tuesday, July 5, 2016 @ 05:38:21
  Author: felixonmars
Revision: 182241

upgpkg: haskell-conduit-extra 1.1.13.2-1

rebuild with aeson-compat-0.3.5.0, chunked-data-0.3.0, 
conduit-combinators-1.0.4, conduit-extra-1.1.13.2, http-client-0.5.0, 
http-client-tls-0.3.0, http-conduit-2.2.0, monad-logger-0.3.19, 
mono-traversable-1.0.0, wai-extra-3.0.15.3, wai-logger-2.3.0, warp-3.2.7

Modified:
  haskell-conduit-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 03:58:39 UTC (rev 182240)
+++ PKGBUILD2016-07-05 05:38:21 UTC (rev 182241)
@@ -4,8 +4,8 @@
 
 _hkgname=conduit-extra
 pkgname=haskell-conduit-extra
-pkgver=1.1.13.1
-pkgrel=8
+pkgver=1.1.13.2
+pkgrel=1
 pkgdesc="Batteries included conduit: adapters for common libraries."
 url="http://github.com/snoyberg/conduit;
 license=("MIT")
@@ -15,7 +15,7 @@
  "haskell-resourcet" "haskell-stm" "haskell-streaming-commons" 
"haskell-text"
  "haskell-transformers-base")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('16910191be60a573a3dd933655ced6bc91564fd96e61e89e4d97ac52e6d75810')
+sha256sums=('9fccd20c45b017c5b5b12a933b1cedd9088f27375c6b7bb2dadce9db92d51b81')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-07-04 Thread Felix Yan
Date: Tuesday, July 5, 2016 @ 05:38:54
  Author: felixonmars
Revision: 182242

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

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

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

Copied: haskell-conduit-extra/repos/community-staging-i686/PKGBUILD (from rev 
182241, haskell-conduit-extra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-05 05:38:54 UTC (rev 182242)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-extra
+pkgname=haskell-conduit-extra
+pkgver=1.1.13.2
+pkgrel=1
+pkgdesc="Batteries included conduit: adapters for common libraries."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-blaze-builder" "haskell-conduit"
+ "haskell-exceptions" "haskell-monad-control" "haskell-network" 
"haskell-primitive"
+ "haskell-resourcet" "haskell-stm" "haskell-streaming-commons" 
"haskell-text"
+ "haskell-transformers-base")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('9fccd20c45b017c5b5b12a933b1cedd9088f27375c6b7bb2dadce9db92d51b81')
+
+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-conduit-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
182241, haskell-conduit-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-05 05:38:54 UTC (rev 182242)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-extra
+pkgname=haskell-conduit-extra
+pkgver=1.1.13.2
+pkgrel=1
+pkgdesc="Batteries included conduit: adapters for common libraries."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-blaze-builder" "haskell-conduit"
+ "haskell-exceptions" "haskell-monad-control" "haskell-network" 
"haskell-primitive"
+ "haskell-resourcet" "haskell-stm" "haskell-streaming-commons" 
"haskell-text"
+ "haskell-transformers-base")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('9fccd20c45b017c5b5b12a933b1cedd9088f27375c6b7bb2dadce9db92d51b81')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd 

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

2016-07-04 Thread Daniel Micay
Date: Tuesday, July 5, 2016 @ 03:58:39
  Author: thestinger
Revision: 182240

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 182239, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 182239, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 182239, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 182239, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 182239, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 182239, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 182239, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 182239, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 182239, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 182239, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 182239, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 182239, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  624 
 /change-default-console-loglevel.patch |   22 
 /config|16148 +++
 /config.x86_64 |15560 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  312 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8071 ---
 community-i686/config.x86_64   |  ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  312 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8071 ---
 community-x86_64/config.x86_64 |  ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 32456 insertions(+), 32444 deletions(-)

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


[arch-commits] Commit in linux-grsec/trunk (PKGBUILD config config.x86_64)

2016-07-04 Thread Daniel Micay
Date: Tuesday, July 5, 2016 @ 03:57:33
  Author: thestinger
Revision: 182239

upgpkg: linux-grsec 4.5.7.201606302132-1

Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/config
  linux-grsec/trunk/config.x86_64

---+
 PKGBUILD  |8 
 config|5 -
 config.x86_64 |   11 +++
 3 files changed, 15 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 22:18:24 UTC (rev 182238)
+++ PKGBUILD2016-07-05 03:57:33 UTC (rev 182239)
@@ -9,7 +9,7 @@
 _srcname=linux-4.5
 _pkgver=4.5.7
 _grsecver=3.1
-_timestamp=201606280009
+_timestamp=201606302132
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -34,10 +34,10 @@
 'SKIP'
 '8fc8b46b44e49d5472745484751ba653be0c0e04554749ad276f3d0bc56a9bb3'
 'SKIP'
-'6eed0b2e622ab5e0f841a03766832c2a6c4511215c1790a9db506ce80d8252b6'
+'1fd45ee86a7de30ccbb56758d5f03204dfd8fb8a3eb33d73b6f0fd8f9d6d13ff'
 'SKIP'
-'1406610d5d8f3e5af1e5c462209724769a52c69e70b3c8008fdec68c1ac407e0'
-'d9f9f734c133f3a9ad3945eedd074492890e9959cfae1feb707d520f5db56ef2'
+'cc278dfb238a905cca6b4827789dae7619de9da0cecf76a0b0c73c8df34f559f'
+'1c0d8a309a0466d01cf75fea5ce9bd042c0dfdf255b91584c6e56e0356880a97'
 'ca7e718375b3790888756cc0a64a7500cd57dddb9bf7e10a0df22c860d91f74d'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(

Modified: config
===
--- config  2016-07-04 22:18:24 UTC (rev 182238)
+++ config  2016-07-05 03:57:33 UTC (rev 182239)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.5.5.201605291201-1 Kernel Configuration
+# Linux/x86 4.5.7.201606302132-1 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -7534,6 +7534,9 @@
 CONFIG_EARLY_PRINTK_EFI=y
 # CONFIG_X86_PTDUMP_CORE is not set
 # CONFIG_EFI_PGT_DUMP is not set
+CONFIG_DEBUG_RODATA=y
+# CONFIG_DEBUG_RODATA_TEST is not set
+# CONFIG_DEBUG_WX is not set
 # CONFIG_DEBUG_NX_TEST is not set
 CONFIG_DOUBLEFAULT=y
 # CONFIG_DEBUG_TLBFLUSH is not set

Modified: config.x86_64
===
--- config.x86_64   2016-07-04 22:18:24 UTC (rev 182238)
+++ config.x86_64   2016-07-05 03:57:33 UTC (rev 182239)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.5.5.201605291201-1 Kernel Configuration
+# Linux/x86 4.5.7.201606302132-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -12,8 +12,8 @@
 CONFIG_LOCKDEP_SUPPORT=y
 CONFIG_STACKTRACE_SUPPORT=y
 CONFIG_MMU=y
-CONFIG_ARCH_MMAP_RND_BITS_MIN=28
-CONFIG_ARCH_MMAP_RND_BITS_MAX=32
+CONFIG_ARCH_MMAP_RND_BITS_MIN=27
+CONFIG_ARCH_MMAP_RND_BITS_MAX=27
 CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
 CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16
 CONFIG_NEED_DMA_MAP_STATE=y
@@ -285,7 +285,7 @@
 CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
 CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
 CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
-CONFIG_ARCH_MMAP_RND_BITS=28
+CONFIG_ARCH_MMAP_RND_BITS=27
 CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y
 CONFIG_ARCH_MMAP_RND_COMPAT_BITS=8
 CONFIG_HAVE_COPY_THREAD_TLS=y
@@ -7219,6 +7219,9 @@
 CONFIG_EARLY_PRINTK_EFI=y
 # CONFIG_X86_PTDUMP_CORE is not set
 # CONFIG_EFI_PGT_DUMP is not set
+CONFIG_DEBUG_RODATA=y
+# CONFIG_DEBUG_RODATA_TEST is not set
+# CONFIG_DEBUG_WX is not set
 # CONFIG_DEBUG_NX_TEST is not set
 CONFIG_DOUBLEFAULT=y
 # CONFIG_DEBUG_TLBFLUSH is not set


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

2016-07-04 Thread Florian Pritz
Date: Monday, July 4, 2016 @ 22:18:24
  Author: bluewind
Revision: 182238

archrelease: copy trunk to community-any

Added:
  fb-client/repos/community-any/PKGBUILD
(from rev 182237, fb-client/trunk/PKGBUILD)
Deleted:
  fb-client/repos/community-any/PKGBUILD
  fb-client/repos/community-i686/
  fb-client/repos/community-x86_64/

+
 /PKGBUILD  |   29 +
 community-any/PKGBUILD |   29 -
 2 files changed, 29 insertions(+), 29 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2016-07-04 22:18:10 UTC (rev 182237)
+++ community-any/PKGBUILD  2016-07-04 22:18:24 UTC (rev 182238)
@@ -1,29 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz 
-
-pkgname=fb-client
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="Client for paste.xinu.at"
-arch=("any")
-url="https://paste.xinu.at;
-license=('GPL3')
-depends=('python' 'python-pycurl')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(https://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('44ebebf093e0c0a49084c80322ff7c1f'
- 'SKIP')
-validpgpkeys=("CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E")
-
-build() {
-  cd "$srcdir/fb-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/fb-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fb-client/repos/community-any/PKGBUILD (from rev 182237, 
fb-client/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-07-04 22:18:24 UTC (rev 182238)
@@ -0,0 +1,29 @@
+# Maintainer: Florian "Bluewind" Pritz 
+
+pkgname=fb-client
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="Client for paste.xinu.at"
+arch=("any")
+url="https://paste.xinu.at;
+license=('GPL3')
+depends=('python' 'python-pycurl')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(https://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('44ebebf093e0c0a49084c80322ff7c1f'
+ 'SKIP')
+validpgpkeys=("CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E")
+
+build() {
+  cd "$srcdir/fb-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/fb-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-04 Thread Florian Pritz
Date: Monday, July 4, 2016 @ 22:18:10
  Author: bluewind
Revision: 182237

archrelease: copy trunk to community-any

Added:
  fb-client/repos/community-any/
  fb-client/repos/community-any/PKGBUILD
(from rev 182236, fb-client/trunk/PKGBUILD)

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

Copied: fb-client/repos/community-any/PKGBUILD (from rev 182236, 
fb-client/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-07-04 22:18:10 UTC (rev 182237)
@@ -0,0 +1,29 @@
+# Maintainer: Florian "Bluewind" Pritz 
+
+pkgname=fb-client
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="Client for paste.xinu.at"
+arch=("any")
+url="https://paste.xinu.at;
+license=('GPL3')
+depends=('python' 'python-pycurl')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(https://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('44ebebf093e0c0a49084c80322ff7c1f'
+ 'SKIP')
+validpgpkeys=("CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E")
+
+build() {
+  cd "$srcdir/fb-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/fb-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-04 Thread Florian Pritz
Date: Monday, July 4, 2016 @ 22:18:07
  Author: bluewind
Revision: 182236

upgpkg: fb-client 2.0.0-2

upstream update

Modified:
  fb-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 22:17:20 UTC (rev 182235)
+++ PKGBUILD2016-07-04 22:18:07 UTC (rev 182236)
@@ -2,9 +2,9 @@
 
 pkgname=fb-client
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Client for paste.xinu.at"
-arch=('i686' 'x86_64')
+arch=("any")
 url="https://paste.xinu.at;
 license=('GPL3')
 depends=('python' 'python-pycurl')


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

2016-07-04 Thread Florian Pritz
Date: Monday, July 4, 2016 @ 22:17:20
  Author: bluewind
Revision: 182235

archrelease: copy trunk to community-x86_64

Added:
  fb-client/repos/community-x86_64/PKGBUILD
(from rev 182234, fb-client/trunk/PKGBUILD)
Deleted:
  fb-client/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-04 22:17:17 UTC (rev 182234)
+++ PKGBUILD2016-07-04 22:17:20 UTC (rev 182235)
@@ -1,29 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz 
-
-pkgname=fb-client
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="Client for paste.xinu.at"
-arch=('i686' 'x86_64')
-url="http://paste.xinu.at;
-license=('GPL3')
-depends=('curl' 'bash')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('749c4afd3430f1bbd4bb049c590f6351'
- 'SKIP')
-validpgpkeys=("CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E")
-
-build() {
-  cd "$srcdir/fb-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/fb-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fb-client/repos/community-x86_64/PKGBUILD (from rev 182234, 
fb-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-04 22:17:20 UTC (rev 182235)
@@ -0,0 +1,29 @@
+# Maintainer: Florian "Bluewind" Pritz 
+
+pkgname=fb-client
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Client for paste.xinu.at"
+arch=('i686' 'x86_64')
+url="https://paste.xinu.at;
+license=('GPL3')
+depends=('python' 'python-pycurl')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(https://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('44ebebf093e0c0a49084c80322ff7c1f'
+ 'SKIP')
+validpgpkeys=("CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E")
+
+build() {
+  cd "$srcdir/fb-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/fb-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-04 Thread Florian Pritz
Date: Monday, July 4, 2016 @ 22:17:17
  Author: bluewind
Revision: 182234

upgpkg: fb-client 2.0.0-1

upstream update

Modified:
  fb-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 19:28:51 UTC (rev 182233)
+++ PKGBUILD2016-07-04 22:17:17 UTC (rev 182234)
@@ -1,16 +1,16 @@
 # Maintainer: Florian "Bluewind" Pritz 
 
 pkgname=fb-client
-pkgver=1.5.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="Client for paste.xinu.at"
 arch=('i686' 'x86_64')
-url="http://paste.xinu.at;
+url="https://paste.xinu.at;
 license=('GPL3')
-depends=('curl' 'bash')
+depends=('python' 'python-pycurl')
 optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('749c4afd3430f1bbd4bb049c590f6351'
+source=(https://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('44ebebf093e0c0a49084c80322ff7c1f'
  'SKIP')
 validpgpkeys=("CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E")
 


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

2016-07-04 Thread Bartłomiej Piotrowski
Date: Monday, July 4, 2016 @ 19:47:34
  Author: bpiotrowski
Revision: 270946

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

Added:
  expat/repos/testing-i686/PKGBUILD
(from rev 270945, expat/trunk/PKGBUILD)
  
expat/repos/testing-i686/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283
(from rev 270945, 
expat/trunk/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283)
  expat/repos/testing-x86_64/PKGBUILD
(from rev 270945, expat/trunk/PKGBUILD)
  
expat/repos/testing-x86_64/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283
(from rev 270945, 
expat/trunk/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283)
Deleted:
  expat/repos/testing-i686/PKGBUILD
  
expat/repos/testing-i686/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283
  expat/repos/testing-x86_64/PKGBUILD
  
expat/repos/testing-x86_64/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283

-+
 /PKGBUILD  
 |   66 
 /expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283  
 |   74 ++
 testing-i686/PKGBUILD  
 |   33 
 testing-i686/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283  
 |   37 -
 testing-x86_64/PKGBUILD
 |   33 
 
testing-x86_64/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283 
|   37 -
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-07-04 19:47:30 UTC (rev 270945)
+++ testing-i686/PKGBUILD   2016-07-04 19:47:34 UTC (rev 270946)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Allan McRae 
-# Contributor: Judd Vinet 
-
-pkgname=expat
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='An XML parser library'
-arch=('i686' 'x86_64')
-url='http://expat.sourceforge.net/'
-license=('custom')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/expat/$pkgname-$pkgver.tar.bz2
-expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283)
-md5sums=('2f47841c829facb346eb6e3fab5212e2'
- '216b1b11e155b11a84f11149bc476d30')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: expat/repos/testing-i686/PKGBUILD (from rev 270945, 
expat/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-04 19:47:34 UTC (rev 270946)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: Judd Vinet 
+
+pkgname=expat
+pkgver=2.2.0
+pkgrel=2
+pkgdesc='An XML parser library'
+arch=('i686' 'x86_64')
+url='http://expat.sourceforge.net/'
+license=('custom')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/expat/$pkgname-$pkgver.tar.bz2
+expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283)
+md5sums=('2f47841c829facb346eb6e3fab5212e2'
+ '216b1b11e155b11a84f11149bc476d30')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: 
testing-i686/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283
===
--- 
testing-i686/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283   
2016-07-04 19:47:30 UTC (rev 270945)
+++ 
testing-i686/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283   
2016-07-04 19:47:34 UTC (rev 270946)
@@ -1,37 +0,0 @@
-From f0bec73b018caa07d3e75ec8dd967f3785d71bde Mon Sep 17 00:00:00 2001
-From: Pascal Cuoq 
-Date: Sun, 15 May 2016 09:05:46 +0200
-Subject: [PATCH] Avoid relying on undefined behavior in CVE-2015-1283 fix. It
- does not really work: https://godbolt.org/g/Zl8gdF
-

- expat/lib/xmlparse.c | 6 --
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/expat/lib/xmlparse.c b/expat/lib/xmlparse.c
-index 7586b24..620a820 100644
 a/expat/lib/xmlparse.c
-+++ b/expat/lib/xmlparse.c
-@@ -1730,7 +1730,8 @@ XML_GetBuffer(XML_Parser parser, int 

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

2016-07-04 Thread Bartłomiej Piotrowski
Date: Monday, July 4, 2016 @ 19:47:30
  Author: bpiotrowski
Revision: 270945

upgpkg: expat 2.2.0-2

bump pkgrel

Modified:
  expat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 19:46:22 UTC (rev 270944)
+++ PKGBUILD2016-07-04 19:47:30 UTC (rev 270945)
@@ -5,7 +5,7 @@
 
 pkgname=expat
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An XML parser library'
 arch=('i686' 'x86_64')
 url='http://expat.sourceforge.net/'


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

2016-07-04 Thread Bartłomiej Piotrowski
Date: Monday, July 4, 2016 @ 19:46:18
  Author: bpiotrowski
Revision: 270943

upgpkg: expat 2.2.0-1

There is a possibility that fix for CVE-2015-1283 could have been
optimized by gcc. Applied patch fixes that. (CVE-2016-4472)

Added:
  expat/trunk/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283
Modified:
  expat/trunk/PKGBUILD

--+
 PKGBUILD |6 +
 expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283 |   37 
++
 2 files changed, 41 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 19:20:37 UTC (rev 270942)
+++ PKGBUILD2016-07-04 19:46:18 UTC (rev 270943)
@@ -11,8 +11,10 @@
 url='http://expat.sourceforge.net/'
 license=('custom')
 depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/expat/$pkgname-$pkgver.tar.bz2)
-md5sums=('2f47841c829facb346eb6e3fab5212e2')
+source=(http://downloads.sourceforge.net/sourceforge/expat/$pkgname-$pkgver.tar.bz2
+expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283)
+md5sums=('2f47841c829facb346eb6e3fab5212e2'
+ '216b1b11e155b11a84f11149bc476d30')
 
 build() {
   cd $pkgname-$pkgver

Added: expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283
===
--- expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283
(rev 0)
+++ expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283
2016-07-04 19:46:18 UTC (rev 270943)
@@ -0,0 +1,37 @@
+From f0bec73b018caa07d3e75ec8dd967f3785d71bde Mon Sep 17 00:00:00 2001
+From: Pascal Cuoq 
+Date: Sun, 15 May 2016 09:05:46 +0200
+Subject: [PATCH] Avoid relying on undefined behavior in CVE-2015-1283 fix. It
+ does not really work: https://godbolt.org/g/Zl8gdF
+
+---
+ expat/lib/xmlparse.c | 6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/expat/lib/xmlparse.c b/expat/lib/xmlparse.c
+index 7586b24..620a820 100644
+--- a/expat/lib/xmlparse.c
 b/expat/lib/xmlparse.c
+@@ -1730,7 +1730,8 @@ XML_GetBuffer(XML_Parser parser, int len)
+ #ifdef XML_CONTEXT_BYTES
+ int keep;
+ #endif  /* defined XML_CONTEXT_BYTES */
+-int neededSize = len + (int)(bufferEnd - bufferPtr);
++/* Do not invoke signed arithmetic overflow: */
++int neededSize = (int) ((unsigned)len + (unsigned)(bufferEnd - 
bufferPtr));
+ if (neededSize < 0) {
+   errorCode = XML_ERROR_NO_MEMORY;
+   return NULL;
+@@ -1761,7 +1762,8 @@ XML_GetBuffer(XML_Parser parser, int len)
+   if (bufferSize == 0)
+ bufferSize = INIT_BUFFER_SIZE;
+   do {
+-bufferSize *= 2;
++/* Do not invoke signed arithmetic overflow: */
++bufferSize = (int) (2U * (unsigned) bufferSize);
+   } while (bufferSize < neededSize && bufferSize > 0);
+   if (bufferSize <= 0) {
+ errorCode = XML_ERROR_NO_MEMORY;
+-- 
+2.9.0
+


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

2016-07-04 Thread Bartłomiej Piotrowski
Date: Monday, July 4, 2016 @ 19:46:22
  Author: bpiotrowski
Revision: 270944

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

Added:
  expat/repos/testing-i686/
  expat/repos/testing-i686/PKGBUILD
(from rev 270943, expat/trunk/PKGBUILD)
  
expat/repos/testing-i686/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283
(from rev 270943, 
expat/trunk/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283)
  expat/repos/testing-x86_64/
  expat/repos/testing-x86_64/PKGBUILD
(from rev 270943, expat/trunk/PKGBUILD)
  
expat/repos/testing-x86_64/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283
(from rev 270943, 
expat/trunk/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283)

-+
 testing-i686/PKGBUILD  
 |   33 
 testing-i686/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283  
 |   37 ++
 testing-x86_64/PKGBUILD
 |   33 
 
testing-x86_64/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283 
|   37 ++
 4 files changed, 140 insertions(+)

Copied: expat/repos/testing-i686/PKGBUILD (from rev 270943, 
expat/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-04 19:46:22 UTC (rev 270944)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: Judd Vinet 
+
+pkgname=expat
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='An XML parser library'
+arch=('i686' 'x86_64')
+url='http://expat.sourceforge.net/'
+license=('custom')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/expat/$pkgname-$pkgver.tar.bz2
+expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283)
+md5sums=('2f47841c829facb346eb6e3fab5212e2'
+ '216b1b11e155b11a84f11149bc476d30')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Copied: 
expat/repos/testing-i686/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283
 (from rev 270943, 
expat/trunk/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283)
===
--- 
testing-i686/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283   
(rev 0)
+++ 
testing-i686/expat-2.2.0-Avoid-relying-on-undefined-behavior-in-CVE-2015-1283   
2016-07-04 19:46:22 UTC (rev 270944)
@@ -0,0 +1,37 @@
+From f0bec73b018caa07d3e75ec8dd967f3785d71bde Mon Sep 17 00:00:00 2001
+From: Pascal Cuoq 
+Date: Sun, 15 May 2016 09:05:46 +0200
+Subject: [PATCH] Avoid relying on undefined behavior in CVE-2015-1283 fix. It
+ does not really work: https://godbolt.org/g/Zl8gdF
+
+---
+ expat/lib/xmlparse.c | 6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/expat/lib/xmlparse.c b/expat/lib/xmlparse.c
+index 7586b24..620a820 100644
+--- a/expat/lib/xmlparse.c
 b/expat/lib/xmlparse.c
+@@ -1730,7 +1730,8 @@ XML_GetBuffer(XML_Parser parser, int len)
+ #ifdef XML_CONTEXT_BYTES
+ int keep;
+ #endif  /* defined XML_CONTEXT_BYTES */
+-int neededSize = len + (int)(bufferEnd - bufferPtr);
++/* Do not invoke signed arithmetic overflow: */
++int neededSize = (int) ((unsigned)len + (unsigned)(bufferEnd - 
bufferPtr));
+ if (neededSize < 0) {
+   errorCode = XML_ERROR_NO_MEMORY;
+   return NULL;
+@@ -1761,7 +1762,8 @@ XML_GetBuffer(XML_Parser parser, int len)
+   if (bufferSize == 0)
+ bufferSize = INIT_BUFFER_SIZE;
+   do {
+-bufferSize *= 2;
++/* Do not invoke signed arithmetic overflow: */
++bufferSize = (int) (2U * (unsigned) bufferSize);
+   } while (bufferSize < neededSize && bufferSize > 0);
+   if (bufferSize <= 0) {
+ errorCode = XML_ERROR_NO_MEMORY;
+-- 
+2.9.0
+

Copied: expat/repos/testing-x86_64/PKGBUILD (from rev 270943, 
expat/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-07-04 19:46:22 UTC (rev 270944)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: Judd Vinet 
+
+pkgname=expat
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='An XML parser library'
+arch=('i686' 'x86_64')
+url='http://expat.sourceforge.net/'

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

2016-07-04 Thread Jiachen Yang
Date: Monday, July 4, 2016 @ 19:28:51
  Author: farseerfc
Revision: 182233

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

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

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-07-04 19:24:28 UTC (rev 182232)
+++ community-staging-i686/PKGBUILD 2016-07-04 19:28:51 UTC (rev 182233)
@@ -1,39 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.4.1
-pkgrel=2
-pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
-arch=('i686' 'x86_64')
-url='https://github.com/tux3/qTox'
-license=('GPL3')
-depends=('libxss'
- 'desktop-file-utils'
- 'openal'
- 'gtk2'
- 'ffmpeg'
- 'qrencode'
- 'qt5-svg'
- 'sqlcipher'
- 'toxcore')
-makedepends=('qt5-tools')
-source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('79281f8a7c9b7836a3cfd3054434b4a27ceed0543894361142ca473f0500790d262f7e1547ce0bde3f4e78c99a99f4770fbe346ec98ae594291e7c538f70792d')
-
-build() {
-  cd $_pkgname-$pkgver
-  install -d build
-  cd build
-  qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO ..
-  make
-}
-
-package() {
-  # executable
-  cd $_pkgname-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: qtox/repos/community-staging-i686/PKGBUILD (from rev 182232, 
qtox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-04 19:28:51 UTC (rev 182233)
@@ -0,0 +1,39 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.4.1
+pkgrel=2
+pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
+arch=('i686' 'x86_64')
+url='https://github.com/tux3/qTox'
+license=('GPL3')
+depends=('libxss'
+ 'desktop-file-utils'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'toxcore')
+makedepends=('qt5-tools')
+source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('79281f8a7c9b7836a3cfd3054434b4a27ceed0543894361142ca473f0500790d262f7e1547ce0bde3f4e78c99a99f4770fbe346ec98ae594291e7c538f70792d')
+
+build() {
+  cd $_pkgname-$pkgver
+  install -d build
+  cd build
+  qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO ..
+  make
+}
+
+package() {
+  # executable
+  cd $_pkgname-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-07-04 19:24:28 UTC (rev 182232)
+++ community-staging-x86_64/PKGBUILD   2016-07-04 19:28:51 UTC (rev 182233)
@@ -1,39 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.4.1
-pkgrel=2
-pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
-arch=('i686' 'x86_64')
-url='https://github.com/tux3/qTox'
-license=('GPL3')
-depends=('libxss'
- 'desktop-file-utils'
- 'openal'
- 'gtk2'
- 'ffmpeg'
- 'qrencode'
- 'qt5-svg'
- 'sqlcipher'
- 'toxcore')
-makedepends=('qt5-tools')
-source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('79281f8a7c9b7836a3cfd3054434b4a27ceed0543894361142ca473f0500790d262f7e1547ce0bde3f4e78c99a99f4770fbe346ec98ae594291e7c538f70792d')
-
-build() {
-  cd $_pkgname-$pkgver
-  install -d build
-  cd build
-  qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO ..
-  make
-}
-
-package() {
-  # executable
-  cd $_pkgname-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: qtox/repos/community-staging-x86_64/PKGBUILD (from rev 182232, 
qtox/trunk/PKGBUILD)

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

2016-07-04 Thread Jaroslav Lichtblau
Date: Monday, July 4, 2016 @ 19:24:28
  Author: jlichtblau
Revision: 182232

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

Added:
  skrooge/repos/community-i686/PKGBUILD
(from rev 182231, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-i686/skrooge-qt57.patch
(from rev 182231, skrooge/trunk/skrooge-qt57.patch)
  skrooge/repos/community-i686/skrooge.changelog
(from rev 182231, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-i686/skrooge.install
(from rev 182231, skrooge/trunk/skrooge.install)
  skrooge/repos/community-x86_64/PKGBUILD
(from rev 182231, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-x86_64/skrooge-qt57.patch
(from rev 182231, skrooge/trunk/skrooge-qt57.patch)
  skrooge/repos/community-x86_64/skrooge.changelog
(from rev 182231, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-x86_64/skrooge.install
(from rev 182231, skrooge/trunk/skrooge.install)
Deleted:
  skrooge/repos/community-i686/PKGBUILD
  skrooge/repos/community-i686/skrooge.changelog
  skrooge/repos/community-i686/skrooge.install
  skrooge/repos/community-x86_64/PKGBUILD
  skrooge/repos/community-x86_64/skrooge.changelog
  skrooge/repos/community-x86_64/skrooge.install

-+
 /PKGBUILD   |   90 +
 /skrooge.changelog  |  148 +
 /skrooge.install|   22 +++
 community-i686/PKGBUILD |   38 -
 community-i686/skrooge-qt57.patch   |  231 ++
 community-i686/skrooge.changelog|   71 --
 community-i686/skrooge.install  |   11 -
 community-x86_64/PKGBUILD   |   38 -
 community-x86_64/skrooge-qt57.patch |  231 ++
 community-x86_64/skrooge.changelog  |   71 --
 community-x86_64/skrooge.install|   11 -
 11 files changed, 722 insertions(+), 240 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-04 19:22:17 UTC (rev 182231)
+++ community-i686/PKGBUILD 2016-07-04 19:24:28 UTC (rev 182232)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: neuromante 
-
-pkgname=skrooge
-pkgver=2.4.0
-pkgrel=2
-pkgdesc="A personal finances manager for KDE"
-arch=('i686' 'x86_64')
-url="http://skrooge.org/;
-license=('GPL')
-depends=('qt5-base' 'qt5-tools' 'qca-qt5' 'qt5-script' 'libofx' 'grantlee-qt5'
- 'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'kdelibs4support' 
'sqlcipher')
-makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'python' 
'kdesignerplugin')
-options=('!emptydirs')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('132d022337140f841f51420536c31dfe07c90fa3a38878279026825f5d2526fe')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  export
-  cmake . -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` \
-  -DKDE_INSTALL_QTPLUGINDIR=`kf5-config --qt-plugins` \
-  -DKDE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: skrooge/repos/community-i686/PKGBUILD (from rev 182231, 
skrooge/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-04 19:24:28 UTC (rev 182232)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: neuromante 
+
+pkgname=skrooge
+pkgver=2.4.0
+pkgrel=3
+pkgdesc="A personal finances manager for KDE"
+arch=('i686' 'x86_64')
+url="http://skrooge.org/;
+license=('GPL')
+depends=('qt5-base' 'qt5-tools' 'qca-qt5' 'qt5-script'  'qt5-webkit' 'libofx' 
'grantlee-qt5'
+ 'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'kdelibs4support' 
'sqlcipher')
+makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'python' 
'kdesignerplugin' 'patch')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz
+skrooge-qt57.patch)
+sha256sums=('132d022337140f841f51420536c31dfe07c90fa3a38878279026825f5d2526fe'
+'3d86a4f4933fffceb5bb7dc5b2ecd1cc69713c5fe87eb4097b2d2c4bfa3ef3f2')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  patch -Np1 -i "${srcdir}"/$pkgname-qt57.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export
+  cmake . -DCMAKE_BUILD_TYPE=Release \
+  

[arch-commits] Commit in skrooge/trunk (PKGBUILD skrooge-qt57.patch skrooge.changelog)

2016-07-04 Thread Jaroslav Lichtblau
Date: Monday, July 4, 2016 @ 19:22:17
  Author: jlichtblau
Revision: 182231

upgpkg: skrooge 2.4.0-3 - FS#49880 fix

Added:
  skrooge/trunk/skrooge-qt57.patch
Modified:
  skrooge/trunk/PKGBUILD
  skrooge/trunk/skrooge.changelog

+
 PKGBUILD   |   17 ++-
 skrooge-qt57.patch |  231 +++
 skrooge.changelog  |3 
 3 files changed, 246 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 19:19:36 UTC (rev 182230)
+++ PKGBUILD2016-07-04 19:22:17 UTC (rev 182231)
@@ -6,20 +6,27 @@
 
 pkgname=skrooge
 pkgver=2.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A personal finances manager for KDE"
 arch=('i686' 'x86_64')
 url="http://skrooge.org/;
 license=('GPL')
-depends=('qt5-base' 'qt5-tools' 'qca-qt5' 'qt5-script' 'libofx' 'grantlee-qt5'
+depends=('qt5-base' 'qt5-tools' 'qca-qt5' 'qt5-script'  'qt5-webkit' 'libofx' 
'grantlee-qt5'
  'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'kdelibs4support' 
'sqlcipher')
-makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'python' 
'kdesignerplugin')
+makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'python' 
'kdesignerplugin' 'patch')
 options=('!emptydirs')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('132d022337140f841f51420536c31dfe07c90fa3a38878279026825f5d2526fe')
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz
+skrooge-qt57.patch)
+sha256sums=('132d022337140f841f51420536c31dfe07c90fa3a38878279026825f5d2526fe'
+'3d86a4f4933fffceb5bb7dc5b2ecd1cc69713c5fe87eb4097b2d2c4bfa3ef3f2')
 
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  patch -Np1 -i "${srcdir}"/$pkgname-qt57.patch
+}
+
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 

Added: skrooge-qt57.patch
===
--- skrooge-qt57.patch  (rev 0)
+++ skrooge-qt57.patch  2016-07-04 19:22:17 UTC (rev 182231)
@@ -0,0 +1,231 @@
+diff --git a/skgbasemodeler/skgdefine.h b/skgbasemodeler/skgdefine.h
+index 5c0a207..7a216ae 100644
+--- a/skgbasemodeler/skgdefine.h
 b/skgbasemodeler/skgdefine.h
+@@ -28,6 +28,7 @@
+ 
+ #include "skgbasemodeler_export.h"
+ 
++#if QT_VERSION < QT_VERSION_CHECK(5, 7, 0)
+ 
+ template  struct QAddConst {
+ typedef const T Type;
+@@ -37,6 +38,8 @@ template  struct QAddConst {
+ template 
+ Q_DECL_CONSTEXPR typename QAddConst::Type& qAsConst(T& t) Q_DECL_NOTHROW { 
return t; }
+ 
++#endif
++
+ /**
+  * @var OBJECTSEPARATOR
+  * Define the separator between object and subobject
+diff --git a/skgbasemodeler/skgdocument.cpp b/skgbasemodeler/skgdocument.cpp
+index cec76e9..5fb275a 100644
+--- a/skgbasemodeler/skgdocument.cpp
 b/skgbasemodeler/skgdocument.cpp
+@@ -854,7 +854,8 @@ QStringList SKGDocument::getImpactedViews(const QString& 
iTable)
+ for (int i = 0; i < l.count(); ++i) {  // Warning: the size of l 
will change in the loop
+ QString item = l.at(i);
+ if (m_ImpactedViews.contains(item)) {
+-for (const auto& name : 
qAsConst(m_ImpactedViews.value(item)))
++QStringList impactedView = m_ImpactedViews.value(item);
++for (const auto& name : qAsConst(impactedView))
+ if (!l.contains(name)) {
+ l.push_back(name);
+ }
+diff --git a/skgsqlcipher/qsql_sqlite.cpp b/skgsqlcipher/qsql_sqlite.cpp
+index 482cd35..ee1fcf6 100644
+--- a/skgsqlcipher/qsql_sqlite.cpp
 b/skgsqlcipher/qsql_sqlite.cpp
+@@ -130,7 +130,10 @@ protected:
+ void virtual_hook(int id, void* data) Q_DECL_OVERRIDE;
+ 
+ private:
+-QSQLiteResultPrivate* d;
++#if QT_VERSION < QT_VERSION_CHECK(5, 7, 0)
++QSQLiteResultPrivate* d_ptr;
++#endif
++Q_DECLARE_PRIVATE(QSQLiteResult)
+ };
+ 
+ class QSQLiteDriverPrivate : public QSqlDriverPrivate
+@@ -145,17 +148,25 @@ public:
+ };
+ 
+ 
++#if QT_VERSION >= QT_VERSION_CHECK(5, 7, 0)
++class QSQLiteResultPrivate : public QSqlCachedResultPrivate
++#else
+ class QSQLiteResultPrivate
++#endif
+ {
+ public:
+-QSQLiteResultPrivate(QSQLiteResult* res);
++#if QT_VERSION >= QT_VERSION_CHECK(5, 7, 0)
++QSQLiteResultPrivate(QSQLiteResult *res, const QSQLiteDriver *drv);
++#else
++QSQLiteResultPrivate(QSQLiteResult *res);
++QSQLiteResult* q_ptr;
++#endif
+ void cleanup();
+ bool fetchNext(QSqlCachedResult::ValueCache& values, int idx, bool 
initialFetch);
+ // initializes the recordInfo and the cache
+ void initColumns(bool emptyResultset);
+ void finalize();
+ 
+-QSQLiteResult* q;
+ sqlite3* access;
+ 
+ sqlite3_stmt* stmt;
+@@ -164,15 +175,27 @@ public:
+ bool skipRow; // skip the next fetchNext()?
+ QSqlRecord rInf;
+ QVector firstRow;
++
++

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

2016-07-04 Thread Jiachen Yang
Date: Monday, July 4, 2016 @ 19:19:36
  Author: farseerfc
Revision: 182230

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

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

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

Copied: qtox/repos/community-staging-i686/PKGBUILD (from rev 182229, 
qtox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-04 19:19:36 UTC (rev 182230)
@@ -0,0 +1,39 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.4.1
+pkgrel=2
+pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
+arch=('i686' 'x86_64')
+url='https://github.com/tux3/qTox'
+license=('GPL3')
+depends=('libxss'
+ 'desktop-file-utils'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'toxcore')
+makedepends=('qt5-tools')
+source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('79281f8a7c9b7836a3cfd3054434b4a27ceed0543894361142ca473f0500790d262f7e1547ce0bde3f4e78c99a99f4770fbe346ec98ae594291e7c538f70792d')
+
+build() {
+  cd $_pkgname-$pkgver
+  install -d build
+  cd build
+  qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO ..
+  make
+}
+
+package() {
+  # executable
+  cd $_pkgname-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: qtox/repos/community-staging-x86_64/PKGBUILD (from rev 182229, 
qtox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-04 19:19:36 UTC (rev 182230)
@@ -0,0 +1,39 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.4.1
+pkgrel=2
+pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
+arch=('i686' 'x86_64')
+url='https://github.com/tux3/qTox'
+license=('GPL3')
+depends=('libxss'
+ 'desktop-file-utils'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'toxcore')
+makedepends=('qt5-tools')
+source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('79281f8a7c9b7836a3cfd3054434b4a27ceed0543894361142ca473f0500790d262f7e1547ce0bde3f4e78c99a99f4770fbe346ec98ae594291e7c538f70792d')
+
+build() {
+  cd $_pkgname-$pkgver
+  install -d build
+  cd build
+  qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO ..
+  make
+}
+
+package() {
+  # executable
+  cd $_pkgname-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2016-07-04 Thread Jiachen Yang
Date: Monday, July 4, 2016 @ 19:09:00
  Author: farseerfc
Revision: 182229

upgpkg: qtox 1.4.1-2

qtox: ffmpeg3.1 rebuild

Modified:
  qtox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 17:31:24 UTC (rev 182228)
+++ PKGBUILD2016-07-04 19:09:00 UTC (rev 182229)
@@ -6,7 +6,7 @@
 pkgname=qtox
 _pkgname=qTox
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
 arch=('i686' 'x86_64')
 url='https://github.com/tux3/qTox'


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

2016-07-04 Thread Andreas Radke
Date: Monday, July 4, 2016 @ 18:45:19
  Author: andyrtr
Revision: 270940

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

Added:
  libcmis/repos/extra-i686/PKGBUILD
(from rev 270939, libcmis/trunk/PKGBUILD)
  libcmis/repos/extra-i686/google_drive.diff
(from rev 270939, libcmis/trunk/google_drive.diff)
  libcmis/repos/extra-x86_64/PKGBUILD
(from rev 270939, libcmis/trunk/PKGBUILD)
  libcmis/repos/extra-x86_64/google_drive.diff
(from rev 270939, libcmis/trunk/google_drive.diff)
Deleted:
  libcmis/repos/extra-i686/PKGBUILD
  libcmis/repos/extra-x86_64/PKGBUILD

+
 /PKGBUILD  |   78 
 extra-i686/PKGBUILD|   31 ---
 extra-i686/google_drive.diff   |  106 +++
 extra-x86_64/PKGBUILD  |   31 ---
 extra-x86_64/google_drive.diff |  106 +++
 5 files changed, 290 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-04 18:45:08 UTC (rev 270939)
+++ extra-i686/PKGBUILD 2016-07-04 18:45:19 UTC (rev 270940)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=libcmis
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="a C/C++ client library for the CMIS protocol"
-arch=('x86_64' 'i686')
-url="https://github.com/tdf/libcmis;
-license=('GPL2' 'LGPL2.1' 'MPL')
-depends=('boost-libs' 'curl' 'libxml2')
-makedepends=('docbook2x' 'cppunit' 'boost')
-source=("https://github.com/tdf/libcmis/releases/download/v${pkgver}/$pkgname-$pkgver.tar.gz;)
-md5sums=('3270154f0f40d86fce849b161f914101')
-validpgpkeys=()
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure --prefix=/usr DOCBOOK2MAN='docbook2man'
-   make
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   make check
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir/" install
-}

Copied: libcmis/repos/extra-i686/PKGBUILD (from rev 270939, 
libcmis/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-04 18:45:19 UTC (rev 270940)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=libcmis
+pkgver=0.5.1
+pkgrel=2
+pkgdesc="a C/C++ client library for the CMIS protocol"
+arch=('x86_64' 'i686')
+url="https://github.com/tdf/libcmis;
+license=('GPL2' 'LGPL2.1' 'MPL')
+depends=('boost-libs' 'curl' 'libxml2')
+makedepends=('docbook2x' 'cppunit' 'boost')
+source=("https://github.com/tdf/libcmis/releases/download/v${pkgver}/$pkgname-$pkgver.tar.gz;
+google_drive.diff)
+md5sums=('3270154f0f40d86fce849b161f914101'
+ '57eede4fdbd4709f48beee9e7b5f1509')
+validpgpkeys=()
+
+prepare() {
+cd "$pkgname-$pkgver"
+patch -Np1 -i ${srcdir}/google_drive.diff
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure --prefix=/usr DOCBOOK2MAN='docbook2man'
+   make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+# fails a google drive check - fix will be included in the next release
+   make check || /bin/true
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+}

Copied: libcmis/repos/extra-i686/google_drive.diff (from rev 270939, 
libcmis/trunk/google_drive.diff)
===
--- extra-i686/google_drive.diff(rev 0)
+++ extra-i686/google_drive.diff2016-07-04 18:45:19 UTC (rev 270940)
@@ -0,0 +1,106 @@
+diff --git a/src/libcmis/oauth2-providers.cxx 
b/src/libcmis/oauth2-providers.cxx
+index 5e7f3bf..68a6aa5 100644
+--- a/src/libcmis/oauth2-providers.cxx
 b/src/libcmis/oauth2-providers.cxx
+@@ -37,11 +37,28 @@ using namespace std;
+ string OAuth2Providers::OAuth2Gdrive( HttpSession* session, const string& 
authUrl,
+   const string& username, const string& 
password )
+ {
++/* This member function implements 'Google OAuth 2.0'
++ *
++ * The interaction is carried out by libcmis, with no web browser 
involved.
++ *
++ * Normal sequence (without 2FA) is:
++ * 1) a get to activate login page
++ *receive first login page, html format
++ * 2) subsequent post to sent email
++ *receive html page for password input
++ * 3) subsequent post to send password
++ *receive html page for application consent
++ * 4) subsequent post to send a consent for the application
++ *receive a single-use authorization code
++ *this code is returned as a string
++ */
++
+ static const string CONTENT_TYPE( "application/x-www-form-urlencoded" );
+ // STEP 1: Log in
+ string res;
+ try
+ {
++// send the first get, receive the html login page
+ res = session->httpGetRequest( authUrl 

[arch-commits] Commit in libcmis/trunk (PKGBUILD google_drive.diff)

2016-07-04 Thread Andreas Radke
Date: Monday, July 4, 2016 @ 18:45:08
  Author: andyrtr
Revision: 270939

upgpkg: libcmis 0.5.1-2

fix broken google drive login

Added:
  libcmis/trunk/google_drive.diff
Modified:
  libcmis/trunk/PKGBUILD

---+
 PKGBUILD  |   16 +--
 google_drive.diff |  106 
 2 files changed, 118 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 15:53:57 UTC (rev 270938)
+++ PKGBUILD2016-07-04 18:45:08 UTC (rev 270939)
@@ -3,7 +3,7 @@
 
 pkgname=libcmis
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="a C/C++ client library for the CMIS protocol"
 arch=('x86_64' 'i686')
 url="https://github.com/tdf/libcmis;
@@ -10,10 +10,17 @@
 license=('GPL2' 'LGPL2.1' 'MPL')
 depends=('boost-libs' 'curl' 'libxml2')
 makedepends=('docbook2x' 'cppunit' 'boost')
-source=("https://github.com/tdf/libcmis/releases/download/v${pkgver}/$pkgname-$pkgver.tar.gz;)
-md5sums=('3270154f0f40d86fce849b161f914101')
+source=("https://github.com/tdf/libcmis/releases/download/v${pkgver}/$pkgname-$pkgver.tar.gz;
+google_drive.diff)
+md5sums=('3270154f0f40d86fce849b161f914101'
+ '57eede4fdbd4709f48beee9e7b5f1509')
 validpgpkeys=()
 
+prepare() {
+cd "$pkgname-$pkgver"
+patch -Np1 -i ${srcdir}/google_drive.diff
+}
+
 build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr DOCBOOK2MAN='docbook2man'
@@ -22,7 +29,8 @@
 
 check() {
cd "$pkgname-$pkgver"
-   make check
+# fails a google drive check - fix will be included in the next release
+   make check || /bin/true
 }
 
 package() {

Added: google_drive.diff
===
--- google_drive.diff   (rev 0)
+++ google_drive.diff   2016-07-04 18:45:08 UTC (rev 270939)
@@ -0,0 +1,106 @@
+diff --git a/src/libcmis/oauth2-providers.cxx 
b/src/libcmis/oauth2-providers.cxx
+index 5e7f3bf..68a6aa5 100644
+--- a/src/libcmis/oauth2-providers.cxx
 b/src/libcmis/oauth2-providers.cxx
+@@ -37,11 +37,28 @@ using namespace std;
+ string OAuth2Providers::OAuth2Gdrive( HttpSession* session, const string& 
authUrl,
+   const string& username, const string& 
password )
+ {
++/* This member function implements 'Google OAuth 2.0'
++ *
++ * The interaction is carried out by libcmis, with no web browser 
involved.
++ *
++ * Normal sequence (without 2FA) is:
++ * 1) a get to activate login page
++ *receive first login page, html format
++ * 2) subsequent post to sent email
++ *receive html page for password input
++ * 3) subsequent post to send password
++ *receive html page for application consent
++ * 4) subsequent post to send a consent for the application
++ *receive a single-use authorization code
++ *this code is returned as a string
++ */
++
+ static const string CONTENT_TYPE( "application/x-www-form-urlencoded" );
+ // STEP 1: Log in
+ string res;
+ try
+ {
++// send the first get, receive the html login page
+ res = session->httpGetRequest( authUrl )->getStream( )->str( );
+ }
+ catch ( const CurlException& e )
+@@ -49,20 +66,39 @@ string OAuth2Providers::OAuth2Gdrive( HttpSession* 
session, const string& authUr
+ return string( );
+ }
+ 
+-string loginPost, loginLink; 
+-if ( !parseResponse( res.c_str( ), loginPost, loginLink ) ) 
++string loginEmailPost, loginEmailLink;
++if ( !parseResponse( res.c_str( ), loginEmailPost, loginEmailLink ) )
+ return string( );
+-
+-loginPost += "Email=";  
+-loginPost += string( username );
+-loginPost += "=";
+-loginPost += string( password );
+-
+-istringstream loginIs( loginPost );
+-string loginRes;
+-try 
++
++loginEmailPost += "Email=";
++loginEmailPost += string( username );
++
++istringstream loginEmailIs( loginEmailPost );
++string loginEmailRes;
++try
++{
++// send a post with user email, receive the html page for password 
input
++loginEmailRes = session->httpPostRequest ( loginEmailLink, 
loginEmailIs, CONTENT_TYPE )
++->getStream( )->str( );
++}
++catch ( const CurlException& e )
++{
++return string( );
++}
++
++string loginPasswdPost, loginPasswdLink;
++if ( !parseResponse( loginEmailRes.c_str( ), loginPasswdPost, 
loginPasswdLink ) )
++return string( );
++
++loginPasswdPost += "Passwd=";
++loginPasswdPost += string( password );
++
++istringstream loginPasswdIs( loginPasswdPost );
++string loginPasswdRes;
++try
+ {
+-loginRes = session->httpPostRequest ( loginLink, loginIs, 
CONTENT_TYPE )
++// send a post with user password, receive the application consent 
page
++

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

2016-07-04 Thread Sven-Hendrik Haase
Date: Monday, July 4, 2016 @ 17:31:24
  Author: svenstaro
Revision: 182228

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

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

--+
 community-staging-i686/PKGBUILD  |  101 +
 community-staging-i686/blender.install   |   13 +++
 community-staging-x86_64/PKGBUILD|  101 +
 community-staging-x86_64/blender.install |   13 +++
 4 files changed, 228 insertions(+)

Copied: blender/repos/community-staging-i686/PKGBUILD (from rev 182227, 
blender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-04 17:31:24 UTC (rev 182228)
@@ -0,0 +1,101 @@
+# $Id$
+# Contributor: John Sowiak 
+# Contributor: tobias 
+# Maintainer: Sven-Hendrik Haase 
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
+
+_gittag=v2.77a
+#_gitcommit=abf6f081c4cd5248e174caa8c1c765aa69b8cd96
+
+pkgname=blender
+pkgver=2.77.a
+#[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
+pkgrel=4
+epoch=17
+pkgdesc="A fully integrated 3D graphics creation suite"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
+ 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus')
+makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
+[[ $CARCH == x86_64 ]] && makedepends+=('cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+install=blender.install
+source=("git://git.blender.org/blender-addons.git"
+"git://git.blender.org/blender-addons-contrib.git"
+"git://git.blender.org/blender-translations.git"
+"git://git.blender.org/scons.git")
+if [[ -n $_gittag ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
+elif [[ -n $_gitcommit ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
+fi
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  git submodule init
+  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
+  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
+  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
+  git config submodule."scons".url ${srcdir}/scons
+  git submodule update
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir build && cd build
+
+  [[ $CARCH == i686 ]] && BUILDCUDA="OFF" || BUILDCUDA="ON"
+  BUILDCUDA="OFF" # Disabled due to gcc 6.1 not being supported by cuda as of 
right now
+
+  cmake -C../build_files/cmake/config/blender_full.cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DOPENIMAGEIO_ROOT_DIR=/usr \
+-DWITH_LLVM=ON \
+-DWITH_SYSTEM_OPENJPEG=ON \
+-DWITH_GL_PROFILE_CORE=OFF \
+-DWITH_GL_PROFILE_ES20=OFF \
+-DLLVM_VERSION=3.5 \
+-DLLVM_STATIC=ON \
+-DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
+-DWITH_CYCLES_OSL=ON \
+-DWITH_CYCLES_PTEX=OFF \
+-DWITH_OPENSUBDIV=ON \
+-DPYTHON_VERSION=3.5 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.5m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.5m
+  make # -j5 needs 48 GB of RAM while -j9 needs 64 GB
+
+  # PTEX is currently broken and experimental in blender anyway
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  make DESTDIR="${pkgdir}" install
+ 

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

2016-07-04 Thread Sven-Hendrik Haase
Date: Monday, July 4, 2016 @ 17:31:04
  Author: svenstaro
Revision: 182227

upgpkg: blender 17:2.77.a-4

ffmpeg rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 17:23:47 UTC (rev 182226)
+++ PKGBUILD2016-07-04 17:31:04 UTC (rev 182227)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.77.a
 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=3
+pkgrel=4
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('i686' 'x86_64')


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

2016-07-04 Thread Sven-Hendrik Haase
Date: Monday, July 4, 2016 @ 17:23:40
  Author: svenstaro
Revision: 182225

upgpkg: openmw 0.39.0-2

ffmpeg rebuild

Modified:
  openmw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 16:13:02 UTC (rev 182224)
+++ PKGBUILD2016-07-04 17:23:40 UTC (rev 182225)
@@ -3,7 +3,7 @@
 
 pkgname=openmw
 pkgver=0.39.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An open-source engine reimplementation for the role-playing game 
Morrowind"
 arch=('i686' 'x86_64')
 url="http://www.openmw.org;


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

2016-07-04 Thread Sven-Hendrik Haase
Date: Monday, July 4, 2016 @ 17:23:47
  Author: svenstaro
Revision: 182226

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

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

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

Copied: openmw/repos/community-staging-i686/PKGBUILD (from rev 182225, 
openmw/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-04 17:23:47 UTC (rev 182226)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sandy Carter 
+
+pkgname=openmw
+pkgver=0.39.0
+pkgrel=2
+pkgdesc="An open-source engine reimplementation for the role-playing game 
Morrowind"
+arch=('i686' 'x86_64')
+url="http://www.openmw.org;
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 
'unshield')
+makedepends=('cmake' 'boost' 'doxygen')
+source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
+sha1sums=('5987fe2fbeb1b2253bfb7106806288436d97b2e2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DDESIRED_QT_VERSION=5
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: openmw/repos/community-staging-x86_64/PKGBUILD (from rev 182225, 
openmw/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-04 17:23:47 UTC (rev 182226)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sandy Carter 
+
+pkgname=openmw
+pkgver=0.39.0
+pkgrel=2
+pkgdesc="An open-source engine reimplementation for the role-playing game 
Morrowind"
+arch=('i686' 'x86_64')
+url="http://www.openmw.org;
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 
'unshield')
+makedepends=('cmake' 'boost' 'doxygen')
+source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
+sha1sums=('5987fe2fbeb1b2253bfb7106806288436d97b2e2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DDESIRED_QT_VERSION=5
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in lib32-libjpeg-turbo/repos/multilib-x86_64 (4 files)

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 16:13:02
  Author: felixonmars
Revision: 182224

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libjpeg-turbo/repos/multilib-x86_64/PKGBUILD
(from rev 182223, lib32-libjpeg-turbo/trunk/PKGBUILD)
Deleted:
  lib32-libjpeg-turbo/repos/multilib-x86_64/PKGBUILD
  lib32-libjpeg-turbo/repos/multilib-x86_64/jstdhuff.patch
  lib32-libjpeg-turbo/repos/multilib-x86_64/overrun.patch

+
 PKGBUILD   |  100 --
 jstdhuff.patch |  301 ---
 overrun.patch  |   21 ---
 3 files changed, 49 insertions(+), 373 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-04 16:12:40 UTC (rev 182223)
+++ PKGBUILD2016-07-04 16:13:02 UTC (rev 182224)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Simone Sclavi 'Ito' 
-
-_pkgbasename=libjpeg-turbo
-pkgname=lib32-$_pkgbasename
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="libjpeg derivative with accelerated baseline JPEG compression and 
decompression (32-bit)"
-arch=('x86_64')
-url="http://libjpeg-turbo.virtualgl.org/;
-license=('custom')
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=('nasm' gcc-multilib)
-provides=('lib32-libjpeg=8.0.2' 'lib32-turbojpeg')
-conflicts=('lib32-libjpeg' 'lib32-turbojpeg')
-replaces=('lib32-libjpeg' 'lib32-turbojpeg')
-options=('!libtool')
-source=(http://sourceforge.net/projects/$_pkgbasename/files/$pkgver/$_pkgbasename-$pkgver.tar.gz)
-sha1sums=('2666158ccd5318513f875867bbc4af52f6eb9f0b')
-
-build() {
-  cd "$_pkgbasename-$pkgver"
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  # it doesn't seem necessary
-  # sed -i "s|NAFLAGS='-felf64 -DELF -D__x86_64__'|NAFLAGS='-felf32 -DELF 
-D__x86_64__'|" configure
-  ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man 
--libdir=/usr/lib32 --without-simd
-
-  make
-}
-
-check() {
-  cd "$_pkgbasename-$pkgver"
-  make test
-  }
-
-package() {
-  cd "$_pkgbasename-$pkgver"
-
-  make DESTDIR="$pkgdir/" docdir=/usr/share/doc/libjpeg-turbo \
-exampledir=/usr/share/doc/libjpeg-turbo install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
-
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-libjpeg-turbo/repos/multilib-x86_64/PKGBUILD (from rev 182223, 
lib32-libjpeg-turbo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-04 16:13:02 UTC (rev 182224)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Simone Sclavi 'Ito' 
+
+_pkgbasename=libjpeg-turbo
+pkgname=lib32-$_pkgbasename
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="libjpeg derivative with accelerated baseline JPEG compression and 
decompression (32-bit)"
+arch=('x86_64')
+url="http://libjpeg-turbo.virtualgl.org/;
+license=('custom')
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=('nasm' gcc-multilib)
+provides=('lib32-libjpeg=8.1.2' 'lib32-turbojpeg')
+conflicts=('lib32-libjpeg' 'lib32-turbojpeg')
+replaces=('lib32-libjpeg' 'lib32-turbojpeg')
+options=('!libtool')
+source=(http://sourceforge.net/projects/$_pkgbasename/files/$pkgver/$_pkgbasename-$pkgver.tar.gz)
+sha1sums=('9adc21b927e48e4c6889e77079f6c1f3eecf98ab')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man 
--libdir=/usr/lib32 --without-simd
+
+  make
+}
+
+check() {
+  cd "$_pkgbasename-$pkgver"
+  make test
+  }
+
+package() {
+  cd "$_pkgbasename-$pkgver"
+
+  make DESTDIR="$pkgdir/" docdir=/usr/share/doc/libjpeg-turbo \
+exampledir=/usr/share/doc/libjpeg-turbo install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}

Deleted: jstdhuff.patch
===
--- jstdhuff.patch  2016-07-04 16:12:40 UTC (rev 182223)
+++ jstdhuff.patch  2016-07-04 16:13:02 UTC (rev 182224)
@@ -1,301 +0,0 @@
-Index: jcparam.c
-===
 jcparam.c  (revision 1103)
-+++ jcparam.c  (revision 1104)
-@@ -16,6 +16,7 @@
- #define JPEG_INTERNALS
- #include "jinclude.h"
- #include "jpeglib.h"
-+#include "jstdhuff.c"
- 
- 
- /*
-@@ -166,116 +167,6 @@
- 
- 
- /*
-- * Huffman table setup routines
-- */
--
--LOCAL(void)
--add_huff_table (j_compress_ptr cinfo,
--  JHUFF_TBL **htblptr, const UINT8 *bits, const UINT8 *val)
--/* Define a Huffman table */
--{
--  int nsymbols, len;
--
--  if (*htblptr == NULL)
--*htblptr = jpeg_alloc_huff_table((j_common_ptr) cinfo);
--
-- 

[arch-commits] Commit in lib32-libjpeg-turbo/trunk (3 files)

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 16:12:40
  Author: felixonmars
Revision: 182223

upgpkg: lib32-libjpeg-turbo 1.5.0-1

Modified:
  lib32-libjpeg-turbo/trunk/PKGBUILD
Deleted:
  lib32-libjpeg-turbo/trunk/jstdhuff.patch
  lib32-libjpeg-turbo/trunk/overrun.patch

+
 PKGBUILD   |8 -
 jstdhuff.patch |  301 ---
 overrun.patch  |   21 ---
 3 files changed, 3 insertions(+), 327 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 15:51:24 UTC (rev 18)
+++ PKGBUILD2016-07-04 16:12:40 UTC (rev 182223)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libjpeg-turbo
 pkgname=lib32-$_pkgbasename
-pkgver=1.4.2
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="libjpeg derivative with accelerated baseline JPEG compression and 
decompression (32-bit)"
 arch=('x86_64')
@@ -12,12 +12,12 @@
 license=('custom')
 depends=('lib32-glibc' $_pkgbasename)
 makedepends=('nasm' gcc-multilib)
-provides=('lib32-libjpeg=8.0.2' 'lib32-turbojpeg')
+provides=('lib32-libjpeg=8.1.2' 'lib32-turbojpeg')
 conflicts=('lib32-libjpeg' 'lib32-turbojpeg')
 replaces=('lib32-libjpeg' 'lib32-turbojpeg')
 options=('!libtool')
 
source=(http://sourceforge.net/projects/$_pkgbasename/files/$pkgver/$_pkgbasename-$pkgver.tar.gz)
-sha1sums=('2666158ccd5318513f875867bbc4af52f6eb9f0b')
+sha1sums=('9adc21b927e48e4c6889e77079f6c1f3eecf98ab')
 
 build() {
   cd "$_pkgbasename-$pkgver"
@@ -26,8 +26,6 @@
   export CXX="g++ -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
-  # it doesn't seem necessary
-  # sed -i "s|NAFLAGS='-felf64 -DELF -D__x86_64__'|NAFLAGS='-felf32 -DELF 
-D__x86_64__'|" configure
   ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man 
--libdir=/usr/lib32 --without-simd
 
   make

Deleted: jstdhuff.patch
===
--- jstdhuff.patch  2016-07-04 15:51:24 UTC (rev 18)
+++ jstdhuff.patch  2016-07-04 16:12:40 UTC (rev 182223)
@@ -1,301 +0,0 @@
-Index: jcparam.c
-===
 jcparam.c  (revision 1103)
-+++ jcparam.c  (revision 1104)
-@@ -16,6 +16,7 @@
- #define JPEG_INTERNALS
- #include "jinclude.h"
- #include "jpeglib.h"
-+#include "jstdhuff.c"
- 
- 
- /*
-@@ -166,116 +167,6 @@
- 
- 
- /*
-- * Huffman table setup routines
-- */
--
--LOCAL(void)
--add_huff_table (j_compress_ptr cinfo,
--  JHUFF_TBL **htblptr, const UINT8 *bits, const UINT8 *val)
--/* Define a Huffman table */
--{
--  int nsymbols, len;
--
--  if (*htblptr == NULL)
--*htblptr = jpeg_alloc_huff_table((j_common_ptr) cinfo);
--
--  /* Copy the number-of-symbols-of-each-code-length counts */
--  MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
--
--  /* Validate the counts.  We do this here mainly so we can copy the right
--   * number of symbols from the val[] array, without risking marching off
--   * the end of memory.  jchuff.c will do a more thorough test later.
--   */
--  nsymbols = 0;
--  for (len = 1; len <= 16; len++)
--nsymbols += bits[len];
--  if (nsymbols < 1 || nsymbols > 256)
--ERREXIT(cinfo, JERR_BAD_HUFF_TABLE);
--
--  MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
--
--  /* Initialize sent_table FALSE so table will be written to JPEG file. */
--  (*htblptr)->sent_table = FALSE;
--}
--
--
--LOCAL(void)
--std_huff_tables (j_compress_ptr cinfo)
--/* Set up the standard Huffman tables (cf. JPEG standard section K.3) */
--/* IMPORTANT: these are only valid for 8-bit data precision! */
--{
--  static const UINT8 bits_dc_luminance[17] =
--{ /* 0-base */ 0, 0, 1, 5, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 };
--  static const UINT8 val_dc_luminance[] =
--{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 };
--  
--  static const UINT8 bits_dc_chrominance[17] =
--{ /* 0-base */ 0, 0, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0 };
--  static const UINT8 val_dc_chrominance[] =
--{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 };
--  
--  static const UINT8 bits_ac_luminance[17] =
--{ /* 0-base */ 0, 0, 2, 1, 3, 3, 2, 4, 3, 5, 5, 4, 4, 0, 0, 1, 0x7d };
--  static const UINT8 val_ac_luminance[] =
--{ 0x01, 0x02, 0x03, 0x00, 0x04, 0x11, 0x05, 0x12,
--  0x21, 0x31, 0x41, 0x06, 0x13, 0x51, 0x61, 0x07,
--  0x22, 0x71, 0x14, 0x32, 0x81, 0x91, 0xa1, 0x08,
--  0x23, 0x42, 0xb1, 0xc1, 0x15, 0x52, 0xd1, 0xf0,
--  0x24, 0x33, 0x62, 0x72, 0x82, 0x09, 0x0a, 0x16,
--  0x17, 0x18, 0x19, 0x1a, 0x25, 0x26, 0x27, 0x28,
--  0x29, 0x2a, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39,
--  0x3a, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48, 0x49,
--  0x4a, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58, 0x59,
--  0x5a, 0x63, 0x64, 0x65, 0x66, 0x67, 0x68, 0x69,
--  0x6a, 0x73, 0x74, 0x75, 0x76, 0x77, 0x78, 0x79,
--  0x7a, 0x83, 0x84, 0x85, 0x86, 0x87, 0x88, 0x89,
--  0x8a, 0x92, 0x93, 0x94, 0x95, 0x96, 0x97, 0x98,
--  0x99, 0x9a, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6, 0xa7,

[arch-commits] Commit in libc++abi/trunk (PKGBUILD)

2016-07-04 Thread Bartłomiej Piotrowski
Date: Monday, July 4, 2016 @ 15:51:20
  Author: bpiotrowski
Revision: 182221

upgpkg: libc++abi 3.8.0-1

new upstream release

Modified:
  libc++abi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 15:50:39 UTC (rev 182220)
+++ PKGBUILD2016-07-04 15:51:20 UTC (rev 182221)
@@ -3,16 +3,17 @@
 # Contributor: Benno Fünfstück 
 
 pkgname=libc++abi
-pkgver=3.7.1
+pkgver=3.8.0
 pkgrel=1
 pkgdesc='A new implementation of low level support for a standard C++ library'
 arch=('i686' 'x86_64')
 url="http://libcxxabi.llvm.org/;
 license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
+depends=('gcc-libs')
 makedepends=(libunwind clang libc++)
 source=("http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz;
 
"http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz.sig;)
-md5sums=('52d925afac9f97e9dcac90745255c169'
+md5sums=('bbe6b4d72c7c5978550d370af529bcf7'
  'SKIP')
 validpgpkeys=(
   # Bill Wendling 


[arch-commits] Commit in libc++abi/repos (4 files)

2016-07-04 Thread Bartłomiej Piotrowski
Date: Monday, July 4, 2016 @ 15:51:24
  Author: bpiotrowski
Revision: 18

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

Added:
  libc++abi/repos/community-i686/PKGBUILD
(from rev 182221, libc++abi/trunk/PKGBUILD)
  libc++abi/repos/community-x86_64/PKGBUILD
(from rev 182221, libc++abi/trunk/PKGBUILD)
Deleted:
  libc++abi/repos/community-i686/PKGBUILD
  libc++abi/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 community-i686/PKGBUILD   |   42 -
 community-x86_64/PKGBUILD |   42 -
 3 files changed, 86 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-04 15:51:20 UTC (rev 182221)
+++ community-i686/PKGBUILD 2016-07-04 15:51:24 UTC (rev 18)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Benno Fünfstück 
-
-pkgname=libc++abi
-pkgver=3.7.1
-pkgrel=1
-pkgdesc='A new implementation of low level support for a standard C++ library'
-arch=('i686' 'x86_64')
-url="http://libcxxabi.llvm.org/;
-license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
-makedepends=(libunwind clang libc++)
-source=("http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz;
-
"http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz.sig;)
-md5sums=('52d925afac9f97e9dcac90745255c169'
- 'SKIP')
-validpgpkeys=(
-  # Bill Wendling 
-  54E3BDE33185D9F69664D22455F5CD70BB5A0569
-  # Tom Stellard 
-  11E521D646982372EB577A1F8F0871F202119294
-  # Hans Wennborg 
-  B6C8F98282B944E3B0D5C2530FC3042E345AD05D
-)
-
-build() {
-  cd libcxxabi-${pkgver}.src/lib
-  ./buildit
-}
-
-package() {
-  cd libcxxabi-${pkgver}.src/
-  mkdir -p "$pkgdir/usr/include"
-  install -Dm644 lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so.1.0"
-  ln -s /usr/lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so.1"
-  ln -s /usr/lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so"
-  cp -a include/ "$pkgdir/usr/include/cxxabi"
-  install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # fix incorrect permissions
-  chmod -R o=g "$pkgdir/usr/include"
-}

Copied: libc++abi/repos/community-i686/PKGBUILD (from rev 182221, 
libc++abi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-04 15:51:24 UTC (rev 18)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Benno Fünfstück 
+
+pkgname=libc++abi
+pkgver=3.8.0
+pkgrel=1
+pkgdesc='A new implementation of low level support for a standard C++ library'
+arch=('i686' 'x86_64')
+url="http://libcxxabi.llvm.org/;
+license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
+depends=('gcc-libs')
+makedepends=(libunwind clang libc++)
+source=("http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz;
+
"http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz.sig;)
+md5sums=('bbe6b4d72c7c5978550d370af529bcf7'
+ 'SKIP')
+validpgpkeys=(
+  # Bill Wendling 
+  54E3BDE33185D9F69664D22455F5CD70BB5A0569
+  # Tom Stellard 
+  11E521D646982372EB577A1F8F0871F202119294
+  # Hans Wennborg 
+  B6C8F98282B944E3B0D5C2530FC3042E345AD05D
+)
+
+build() {
+  cd libcxxabi-${pkgver}.src/lib
+  ./buildit
+}
+
+package() {
+  cd libcxxabi-${pkgver}.src/
+  mkdir -p "$pkgdir/usr/include"
+  install -Dm644 lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so.1.0"
+  ln -s /usr/lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so.1"
+  ln -s /usr/lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so"
+  cp -a include/ "$pkgdir/usr/include/cxxabi"
+  install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # fix incorrect permissions
+  chmod -R o=g "$pkgdir/usr/include"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-04 15:51:20 UTC (rev 182221)
+++ community-x86_64/PKGBUILD   2016-07-04 15:51:24 UTC (rev 18)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Benno Fünfstück 
-
-pkgname=libc++abi
-pkgver=3.7.1
-pkgrel=1
-pkgdesc='A new implementation of low level support for a standard C++ library'
-arch=('i686' 'x86_64')
-url="http://libcxxabi.llvm.org/;
-license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
-makedepends=(libunwind clang 

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

2016-07-04 Thread Bartłomiej Piotrowski
Date: Monday, July 4, 2016 @ 15:50:39
  Author: bpiotrowski
Revision: 182220

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

Added:
  libc++/repos/community-i686/PKGBUILD
(from rev 182219, libc++/trunk/PKGBUILD)
  libc++/repos/community-i686/libc++.install
(from rev 182219, libc++/trunk/libc++.install)
  libc++/repos/community-x86_64/PKGBUILD
(from rev 182219, libc++/trunk/PKGBUILD)
  libc++/repos/community-x86_64/libc++.install
(from rev 182219, libc++/trunk/libc++.install)
Deleted:
  libc++/repos/community-i686/PKGBUILD
  libc++/repos/community-i686/libc++.install
  libc++/repos/community-x86_64/PKGBUILD
  libc++/repos/community-x86_64/libc++.install

-+
 /PKGBUILD   |   80 ++
 /libc++.install |   14 ++
 community-i686/PKGBUILD |   40 ---
 community-i686/libc++.install   |7 ---
 community-x86_64/PKGBUILD   |   40 ---
 community-x86_64/libc++.install |7 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-04 15:50:32 UTC (rev 182219)
+++ community-i686/PKGBUILD 2016-07-04 15:50:39 UTC (rev 182220)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: MThinkCpp 
-pkgname=libc++
-pkgver=3.7.1
-pkgrel=1
-pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
-url='http://libcxx.llvm.org'
-license=('custom:University of Illinois/NCSA Open Source License')
-arch=('i686' 'x86_64')
-# gcc-libs needed for libgcc_s, because Arch doesn't use a pure compiler-rt 
clang
-depends=('glibc' 'libc++abi' 'gcc-libs')
-makedepends=('clang' 'subversion' 'cmake')
-source=("http://www.llvm.org/releases/$pkgver/libcxx-${pkgver}.src.tar.xz;
-"http://www.llvm.org/releases/$pkgver/libcxx-${pkgver}.src.tar.xz.sig;)
-md5sums=('f9c43fa552a10e14ff53b94d04bea140'
- 'SKIP')
-install=${pkgname}.install
-validpgpkeys=(
-  # Bill Wendling 
-  54E3BDE33185D9F69664D22455F5CD70BB5A0569
-  # Tom Stellard 
-  11E521D646982372EB577A1F8F0871F202119294
-  # Hans Wennborg 
-  B6C8F98282B944E3B0D5C2530FC3042E345AD05D
-)
-
-build() {
-  mkdir -p libcxx-${pkgver}.src/build
-  cd libcxx-${pkgver}.src/build
-  CC=clang CXX=clang++ cmake -G "Unix Makefiles" -DLIBCXX_CXX_ABI=libcxxabi \
--DLIBCXX_CXX_ABI_INCLUDE_PATHS=/usr/include/cxxabi \
--DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
"$srcdir/libcxx-${pkgver}.src"
-  make
-}
-package() {
-  install -Dm644 libcxx-${pkgver}.src/LICENSE.TXT 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
-  cd libcxx-${pkgver}.src/build
-  make DESTDIR="$pkgdir" install
-}

Copied: libc++/repos/community-i686/PKGBUILD (from rev 182219, 
libc++/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-04 15:50:39 UTC (rev 182220)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: MThinkCpp 
+pkgname=libc++
+pkgver=3.8.0
+pkgrel=1
+pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
+url='http://libcxx.llvm.org'
+license=('custom:University of Illinois/NCSA Open Source License')
+arch=('i686' 'x86_64')
+# gcc-libs needed for libgcc_s, because Arch doesn't use a pure compiler-rt 
clang
+depends=('glibc' 'libc++abi' 'gcc-libs')
+makedepends=('clang' 'subversion' 'cmake')
+source=("http://www.llvm.org/releases/$pkgver/libcxx-${pkgver}.src.tar.xz;
+"http://www.llvm.org/releases/$pkgver/libcxx-${pkgver}.src.tar.xz.sig;)
+md5sums=('d6e0bdbbee39f7907ad74fd56d03b88a'
+ 'SKIP')
+install=${pkgname}.install
+validpgpkeys=(
+  # Bill Wendling 
+  54E3BDE33185D9F69664D22455F5CD70BB5A0569
+  # Tom Stellard 
+  11E521D646982372EB577A1F8F0871F202119294
+  # Hans Wennborg 
+  B6C8F98282B944E3B0D5C2530FC3042E345AD05D
+)
+
+build() {
+  mkdir -p libcxx-${pkgver}.src/build
+  cd libcxx-${pkgver}.src/build
+  CC=clang CXX=clang++ cmake -G "Unix Makefiles" -DLIBCXX_CXX_ABI=libcxxabi \
+-DLIBCXX_CXX_ABI_INCLUDE_PATHS=/usr/include/cxxabi \
+-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
"$srcdir/libcxx-${pkgver}.src"
+  make
+}
+package() {
+  install -Dm644 libcxx-${pkgver}.src/LICENSE.TXT 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
+  cd libcxx-${pkgver}.src/build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/libc++.install

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

2016-07-04 Thread Bartłomiej Piotrowski
Date: Monday, July 4, 2016 @ 15:50:32
  Author: bpiotrowski
Revision: 182219

upgpkg: libc++ 3.8.0-1

new upstream release

Modified:
  libc++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 15:48:40 UTC (rev 182218)
+++ PKGBUILD2016-07-04 15:50:32 UTC (rev 182219)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay 
 # Contributor: MThinkCpp 
 pkgname=libc++
-pkgver=3.7.1
+pkgver=3.8.0
 pkgrel=1
 pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
 url='http://libcxx.llvm.org'
@@ -13,7 +13,7 @@
 makedepends=('clang' 'subversion' 'cmake')
 source=("http://www.llvm.org/releases/$pkgver/libcxx-${pkgver}.src.tar.xz;
 "http://www.llvm.org/releases/$pkgver/libcxx-${pkgver}.src.tar.xz.sig;)
-md5sums=('f9c43fa552a10e14ff53b94d04bea140'
+md5sums=('d6e0bdbbee39f7907ad74fd56d03b88a'
  'SKIP')
 install=${pkgname}.install
 validpgpkeys=(


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

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 15:49:26
  Author: felixonmars
Revision: 270936

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-04 15:49:01 UTC (rev 270935)
+++ PKGBUILD2016-07-04 15:49:26 UTC (rev 270936)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=24.0.1
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'git')
-source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Remove vendored packages
-  rm -rv setuptools/pkg_resources/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools/setup.cfg
-
-  cp -a setuptools{,-py2}
-
-  cd "$srcdir"/setuptools
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd "$srcdir"/setuptools
-  python setup.py build
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  cd "$srcdir"/setuptools
-  LC_CTYPE=en_US.utf8 python setup.py ptr
-
-  cd "$srcdir"/setuptools-py2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 270935, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-04 15:49:26 UTC (rev 270936)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=24.0.2
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove vendored packages
+  rm -rv setuptools/pkg_resources/_vendor
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  cd "$srcdir"/setuptools
+  python setup.py build
+
+  cd "$srcdir"/setuptools-py2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  cd "$srcdir"/setuptools
+  LC_CTYPE=en_US.utf8 python setup.py ptr
+
+  cd "$srcdir"/setuptools-py2
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+}
+ 
+package_python-setuptools() {
+  depends=('python-packaging')
+  provides=('python-distribute')
+  replaces=('python-distribute')
+
+  cd "$srcdir"/setuptools
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
+}
+ 
+package_python2-setuptools() {
+  depends=('python2-packaging')
+  provides=('python2-distribute' 'setuptools')
+  replaces=('python2-distribute' 'setuptools')
+
+  cd "$srcdir"/setuptools-py2
+  

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

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 15:49:01
  Author: felixonmars
Revision: 270935

upgpkg: python-setuptools 1:24.0.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 13:47:23 UTC (rev 270934)
+++ PKGBUILD2016-07-04 15:49:01 UTC (rev 270935)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=24.0.1
+pkgver=24.0.2
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"


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

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 15:48:40
  Author: felixonmars
Revision: 182218

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-04 15:48:17 UTC (rev 182217)
+++ PKGBUILD2016-07-04 15:48:40 UTC (rev 182218)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pifpaf
-pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='Suite of tools and fixtures to manage daemons for testing'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/pifpaf'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
- 'python2-cliff' 'python-stevedore' 'python2-stevedore' 
'python-six' 'python2-six'
- 'python-fixtures' 'python2-fixtures' 'python-xattr' 
'python2-xattr' 'git')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
-  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest')
-source=("git+https://github.com/jd/pifpaf.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a pifpaf{,-py2}
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/pifpaf
-  python setup.py build
-
-  cd "$srcdir"/pifpaf-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pifpaf
-  python setup.py testr
-
-  cd "$srcdir"/pifpaf-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-pifpaf() {
-  depends=('python-pbr' 'python-cliff' 'python-stevedore' 'python-six' 
'python-fixtures'
-   'python-xattr')
-
-  cd "$srcdir"/pifpaf
-  python setup.py install --root="$pkgdir"/ --optimize=1
-}
-
-package_python2-pifpaf() {
-  depends=('python2-pbr' 'python2-cliff' 'python2-stevedore' 'python2-six' 
'python2-fixtures'
-   'python2-xattr')
-
-  cd "$srcdir"/pifpaf-py2
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-
-  mv "$pkgdir"/usr/bin/pifpaf{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pifpaf/repos/community-any/PKGBUILD (from rev 182217, 
python-pifpaf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-04 15:48:40 UTC (rev 182218)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pifpaf
+pkgname=('python-pifpaf' 'python2-pifpaf')
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Suite of tools and fixtures to manage daemons for testing'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/pifpaf'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
+ 'python2-cliff' 'python-stevedore' 'python2-stevedore' 
'python-six' 'python2-six'
+ 'python-fixtures' 'python2-fixtures' 'python-xattr' 
'python2-xattr' 'git')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
+  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest')
+source=("git+https://github.com/jd/pifpaf.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a pifpaf{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/pifpaf
+  python setup.py build
+
+  cd "$srcdir"/pifpaf-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pifpaf
+  python setup.py testr
+
+  cd "$srcdir"/pifpaf-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-pifpaf() {
+  depends=('python-pbr' 'python-cliff' 'python-stevedore' 'python-six' 
'python-fixtures'
+   'python-xattr')
+
+  cd "$srcdir"/pifpaf
+  python setup.py install --root="$pkgdir"/ --optimize=1
+}
+
+package_python2-pifpaf() {
+  depends=('python2-pbr' 'python2-cliff' 'python2-stevedore' 'python2-six' 
'python2-fixtures'
+   'python2-xattr')
+
+  cd "$srcdir"/pifpaf-py2
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+
+  mv "$pkgdir"/usr/bin/pifpaf{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 15:48:17
  Author: felixonmars
Revision: 182217

upgpkg: python-pifpaf 0.7.0-1

Modified:
  python-pifpaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 15:37:21 UTC (rev 182216)
+++ PKGBUILD2016-07-04 15:48:17 UTC (rev 182217)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pifpaf
 pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=0.6.0
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='Suite of tools and fixtures to manage daemons for testing'
 arch=('any')


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

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 15:37:21
  Author: felixonmars
Revision: 182216

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-04 15:36:57 UTC (rev 182215)
+++ PKGBUILD2016-07-04 15:37:21 UTC (rev 182216)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=2.5.4
-pkgrel=4
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'pep8' 'python2-pep8' 'python-mccabe' 'python2-mccabe')
-checkdepends=('python-nose' 'python2-nose' 'python2-mock')
-source=("https://pypi.python.org/packages/source/f/flake8/flake8-$pkgver.tar.gz;)
-md5sums=('a4585b3569b95c3f66acb8294a7f06ef')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
-  cp -a flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py test
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'pep8')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pep8')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 182215, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-04 15:37:21 UTC (rev 182216)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=2.6.2
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python2-mock')
+source=("https://pypi.io/packages/source/f/flake8/flake8-$pkgver.tar.gz;)
+md5sums=('cf4f63730fd35e736a8a99583b9158fd')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
+  cp -a flake8-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py test
+}
+
+package_flake8() {
+  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  mv "$pkgdir"/usr/bin/flake8{,-python2}
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 15:36:57
  Author: felixonmars
Revision: 182215

upgpkg: flake8 1:2.6.2-1

Modified:
  flake8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 15:36:13 UTC (rev 182214)
+++ PKGBUILD2016-07-04 15:36:57 UTC (rev 182215)
@@ -6,8 +6,8 @@
 
 pkgbase=flake8
 pkgname=(flake8 python2-flake8)
-pkgver=2.5.4
-pkgrel=4
+pkgver=2.6.2
+pkgrel=1
 epoch=1
 pkgdesc="The modular source code checker: pep8, pyflakes and co"
 arch=('any')
@@ -14,10 +14,10 @@
 url="http://bitbucket.org/tarek/flake8;
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'pep8' 'python2-pep8' 'python-mccabe' 'python2-mccabe')
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe')
 checkdepends=('python-nose' 'python2-nose' 'python2-mock')
-source=("https://pypi.python.org/packages/source/f/flake8/flake8-$pkgver.tar.gz;)
-md5sums=('a4585b3569b95c3f66acb8294a7f06ef')
+source=("https://pypi.io/packages/source/f/flake8/flake8-$pkgver.tar.gz;)
+md5sums=('cf4f63730fd35e736a8a99583b9158fd')
 
 prepare() {
   sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
@@ -41,7 +41,7 @@
 }
 
 package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'pep8')
+  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
   provides=('flake8-python3')
   replaces=('flake8-python3')
   conflicts=('flake8-python3')
@@ -52,7 +52,7 @@
 }
 
 package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pep8')
+  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle')
   provides=('flake8-python2')
   replaces=('flake8-python2')
   conflicts=('flake8-python2')


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

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 15:35:50
  Author: felixonmars
Revision: 182213

upgpkg: autopep8 2.0a1-1

Modified:
  autopep8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 15:32:13 UTC (rev 182212)
+++ PKGBUILD2016-07-04 15:35:50 UTC (rev 182213)
@@ -5,14 +5,15 @@
 
 pkgbase=autopep8
 pkgname=(autopep8 python2-autopep8)
-pkgver=1.2.4
+pkgver=2.0a1
+_commit=152dcbcba066848c3c6dd333821f66a05ab60b95
 pkgrel=1
 pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 
style guide"
 arch=('any')
 url="http://github.com/hhatto/autopep8;
 license=('MIT')
-makedepends=('pep8' 'python2-pep8' 'git')
-source=("git+https://github.com/hhatto/autopep8.git#tag=v$pkgver;)
+makedepends=('python-pycodestyle' 'python2-pycodestyle' 'git')
+source=("git+https://github.com/hhatto/autopep8.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 prepare() {
@@ -38,7 +39,7 @@
 }
 
 package_autopep8() {
-  depends=('pep8')
+  depends=('python-pycodestyle')
 
   cd autopep8
   python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
@@ -47,7 +48,7 @@
 }
 
 package_python2-autopep8() {
-  depends=('python2-pep8')
+  depends=('python2-pycodestyle')
 
   cd autopep8-py2
   python2 setup.py install -O1 --prefix=/usr --root="$pkgdir/"


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

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 15:36:13
  Author: felixonmars
Revision: 182214

archrelease: copy trunk to community-any

Added:
  autopep8/repos/community-any/PKGBUILD
(from rev 182213, autopep8/trunk/PKGBUILD)
Deleted:
  autopep8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-04 15:35:50 UTC (rev 182213)
+++ PKGBUILD2016-07-04 15:36:13 UTC (rev 182214)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ismael Carnales 
-# Contributor: Sergey Mastykov 
-
-pkgbase=autopep8
-pkgname=(autopep8 python2-autopep8)
-pkgver=1.2.4
-pkgrel=1
-pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 
style guide"
-arch=('any')
-url="http://github.com/hhatto/autopep8;
-license=('MIT')
-makedepends=('pep8' 'python2-pep8' 'git')
-source=("git+https://github.com/hhatto/autopep8.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a autopep8{,-py2}
-}
-
-build() {
-  cd "$srcdir"/autopep8
-  python setup.py build
-
-  cd "$srcdir"/autopep8-py2
-  python2 setup.py build
-}
-
-check() {
-  export LC_CTYPE=en_US.UTF-8
-
-  cd "$srcdir"/autopep8
-  python setup.py test
-
-  cd "$srcdir"/autopep8-py2
-  python2 setup.py test
-}
-
-package_autopep8() {
-  depends=('pep8')
-
-  cd autopep8
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-autopep8() {
-  depends=('python2-pep8')
-
-  cd autopep8-py2
-  python2 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-  mv "$pkgdir/usr/bin/autopep8" "$pkgdir/usr/bin/autopep8-python2"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: autopep8/repos/community-any/PKGBUILD (from rev 182213, 
autopep8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-04 15:36:13 UTC (rev 182214)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ismael Carnales 
+# Contributor: Sergey Mastykov 
+
+pkgbase=autopep8
+pkgname=(autopep8 python2-autopep8)
+pkgver=2.0a1
+_commit=152dcbcba066848c3c6dd333821f66a05ab60b95
+pkgrel=1
+pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 
style guide"
+arch=('any')
+url="http://github.com/hhatto/autopep8;
+license=('MIT')
+makedepends=('python-pycodestyle' 'python2-pycodestyle' 'git')
+source=("git+https://github.com/hhatto/autopep8.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a autopep8{,-py2}
+}
+
+build() {
+  cd "$srcdir"/autopep8
+  python setup.py build
+
+  cd "$srcdir"/autopep8-py2
+  python2 setup.py build
+}
+
+check() {
+  export LC_CTYPE=en_US.UTF-8
+
+  cd "$srcdir"/autopep8
+  python setup.py test
+
+  cd "$srcdir"/autopep8-py2
+  python2 setup.py test
+}
+
+package_autopep8() {
+  depends=('python-pycodestyle')
+
+  cd autopep8
+  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-autopep8() {
+  depends=('python2-pycodestyle')
+
+  cd autopep8-py2
+  python2 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+  mv "$pkgdir/usr/bin/autopep8" "$pkgdir/usr/bin/autopep8-python2"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 15:32:13
  Author: felixonmars
Revision: 182212

archrelease: copy trunk to community-any

Added:
  python-pycodestyle/repos/community-any/LICENSE
(from rev 182211, python-pycodestyle/trunk/LICENSE)
  python-pycodestyle/repos/community-any/PKGBUILD
(from rev 182211, python-pycodestyle/trunk/PKGBUILD)
Deleted:
  python-pycodestyle/repos/community-any/LICENSE
  python-pycodestyle/repos/community-any/PKGBUILD

--+
 LICENSE  |   48 +++
 PKGBUILD |  126 +
 2 files changed, 85 insertions(+), 89 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-07-04 15:31:48 UTC (rev 182211)
+++ LICENSE 2016-07-04 15:32:13 UTC (rev 182212)
@@ -1,24 +0,0 @@
-Copyright © 2006-2009 Johann C. Rocholl 
-Copyright © 2009-2013 Florent Xicluna 
-
-Licensed under the terms of the Expat License
-
-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-pycodestyle/repos/community-any/LICENSE (from rev 182211, 
python-pycodestyle/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-07-04 15:32:13 UTC (rev 182212)
@@ -0,0 +1,24 @@
+Copyright © 2006-2009 Johann C. Rocholl 
+Copyright © 2009-2013 Florent Xicluna 
+
+Licensed under the terms of the Expat License
+
+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-07-04 15:31:48 UTC (rev 182211)
+++ PKGBUILD2016-07-04 15:32:13 UTC (rev 182212)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ismael Carnales 
-# Contributor: Sergey Mastykov 
-
-pkgbase=pep8
-pkgname=("$pkgbase" "python2-$pkgbase")
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="Python style guide checker"
-arch=('any')
-url="http://github.com/jcrocholl/pep8/;
-license=('custom:Expat')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-source=("git+https://github.com/jcrocholl/${pkgbase}.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a $pkgbase{,-py2}
-
-  sed -i '1s/env python$/python2/' $pkgbase-py2/pep8.py
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py build
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py test
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py test
-}
-
-package_pep8() {
-  depends=('python' 'python-setuptools')
-  provides=('pep8-python3')
-  conflicts=('pep8-python3')
-  replaces=('pep8-python3')
-
-  cd $pkgbase
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

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

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 15:31:48
  Author: felixonmars
Revision: 182211

upgpkg: python-pycodestyle 2.0.0-1

Modified:
  python-pycodestyle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 15:26:03 UTC (rev 182210)
+++ PKGBUILD2016-07-04 15:31:48 UTC (rev 182211)
@@ -3,63 +3,59 @@
 # Contributor: Ismael Carnales 
 # Contributor: Sergey Mastykov 
 
-pkgbase=pep8
-pkgname=("$pkgbase" "python2-$pkgbase")
-pkgver=1.7.0
+pkgbase=python-pycodestyle
+pkgname=('python-pycodestyle' 'python2-pycodestyle')
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="Python style guide checker"
 arch=('any')
-url="http://github.com/jcrocholl/pep8/;
+url="https://github.com/PyCQA/pycodestyle;
 license=('custom:Expat')
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
-source=("git+https://github.com/jcrocholl/${pkgbase}.git#tag=$pkgver;)
+source=("git+https://github.com/PyCQA/pycodestyle.git#tag=$pkgver;)
 sha256sums=('SKIP')
 
 prepare() {
-  cp -a $pkgbase{,-py2}
+  cp -a pycodestyle{,-py2}
 
-  sed -i '1s/env python$/python2/' $pkgbase-py2/pep8.py
+  sed -i '1s/env python$/python2/' pycodestyle-py2/pycodestyle.py
 }
 
 build() {
-  cd "${srcdir}/${pkgbase}"
+  cd "$srcdir"/pycodestyle
   python setup.py build
 
-  cd "${srcdir}/${pkgbase}-py2"
+  cd "$srcdir"/pycodestyle-py2
   python2 setup.py build
 }
 
 check() {
-  cd "${srcdir}/${pkgbase}"
+  cd "$srcdir"/pycodestyle
   python setup.py test
 
-  cd "${srcdir}/${pkgbase}-py2"
+  cd "$srcdir"/pycodestyle-py2
   python2 setup.py test
 }
 
-package_pep8() {
-  depends=('python' 'python-setuptools')
-  provides=('pep8-python3')
-  conflicts=('pep8-python3')
-  replaces=('pep8-python3')
+package_python-pycodestyle() {
+  depends=('python-setuptools')
+  replaces=('pep8-python3' 'pep8')
 
-  cd $pkgbase
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+  cd pycodestyle
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir/"
 
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
-package_python2-pep8() {
-  depends=('python2' 'python2-setuptools')
-  provides=('pep8-python2')
-  conflicts=('pep8-python2')
-  replaces=('pep8-python2')
+package_python2-pycodestyle() {
+  depends=('python2-setuptools')
+  replaces=('pep8-python2' 'python2-pep8')
 
-  cd $pkgbase-py2
+  cd pycodestyle-py2
   python2 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-  mv "$pkgdir/usr/bin/pep8" "$pkgdir/usr/bin/pep8-python2"
+  mv "$pkgdir"/usr/bin/pycodestyle{,2}
 
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:


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

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 15:25:56
  Author: felixonmars
Revision: 182209

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

Added:
  deepin-daemon/repos/community-i686/PKGBUILD
(from rev 182208, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-i686/deepin-daemon.install
(from rev 182208, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-i686/deepin-daemon.sysusers
(from rev 182208, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-i686/launcher.patch
(from rev 182208, deepin-daemon/trunk/launcher.patch)
  
deepin-daemon/repos/community-i686/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 182208, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)
  deepin-daemon/repos/community-x86_64/PKGBUILD
(from rev 182208, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
(from rev 182208, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
(from rev 182208, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-x86_64/launcher.patch
(from rev 182208, deepin-daemon/trunk/launcher.patch)
  
deepin-daemon/repos/community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 182208, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)
Deleted:
  deepin-daemon/repos/community-i686/PKGBUILD
  deepin-daemon/repos/community-i686/deepin-daemon.install
  deepin-daemon/repos/community-i686/deepin-daemon.sysusers
  deepin-daemon/repos/community-i686/launcher.patch
  
deepin-daemon/repos/community-i686/polkit-gnome-authentication-agent-1-deepin.desktop
  deepin-daemon/repos/community-x86_64/PKGBUILD
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
  deepin-daemon/repos/community-x86_64/launcher.patch
  
deepin-daemon/repos/community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop

-+
 /PKGBUILD   |  154 
 /deepin-daemon.install  |   22 
 /deepin-daemon.sysusers |4 
 /launcher.patch |11352 
++
 /polkit-gnome-authentication-agent-1-deepin.desktop |  174 
 community-i686/PKGBUILD |   77 
 community-i686/deepin-daemon.install|   11 
 community-i686/deepin-daemon.sysusers   |2 
 community-i686/launcher.patch   | 5676 
-
 community-i686/polkit-gnome-authentication-agent-1-deepin.desktop   |   87 
 community-x86_64/PKGBUILD   |   77 
 community-x86_64/deepin-daemon.install  |   11 
 community-x86_64/deepin-daemon.sysusers |2 
 community-x86_64/launcher.patch | 5676 
-
 community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop |   87 
 15 files changed, 11706 insertions(+), 11706 deletions(-)

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


[arch-commits] Commit in (pep8 python-pycodestyle)

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 15:26:03
  Author: felixonmars
Revision: 182210

follow upstream renaming

Added:
  python-pycodestyle/
Deleted:
  pep8/


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

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 15:24:43
  Author: felixonmars
Revision: 182208

upgpkg: deepin-daemon 3.0.16-3

rebuild with go to workaround memory leaks

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 15:11:18 UTC (rev 182207)
+++ PKGBUILD2016-07-04 15:24:43 UTC (rev 182208)
@@ -9,7 +9,7 @@
 _deepinapiver=3.0.8
 _dbusfactoryver=3.0.3
 _girgeneratorver=0.9.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Daemon handling the DDE session settings'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-daemon;
@@ -16,9 +16,9 @@
 license=('GPL3')
 depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 'poppler-glib'
  'rfkill' 'acpid' 'bluez' 'deepin-notifications' 'iso-codes' 
'lsb-release'
- 'mobile-broadband-provider-info' 'polkit-gnome' 'udisks2' 'upower' 
'gcc-libs>=5.3.0-3'
+ 'mobile-broadband-provider-info' 'polkit-gnome' 'udisks2' 'upower' # 
'gcc-libs>=5.3.0-3'
  'libxkbfile' 'accountsservice' 'deepin-desktop-base' 'bamf' 
'pulseaudio')
-makedepends=('deepin-dbus-generator' 'deepin-gir-generator' 'sqlite' 'git' 
'mercurial' 'gcc-go')
+makedepends=('deepin-dbus-generator' 'deepin-gir-generator' 'sqlite' 'git' 
'mercurial' 'go') # 'gcc-go')
 optdepends=('networkmanager: Network Management daemon'
 'deepin-grub2-themes: deepin theme for grub menu')
 conflicts=('dde-daemon')
@@ -65,12 +65,12 @@
   cp -r out/src/gir "$GOPATH/src"/
 
   cd "$srcdir/dde-daemon"
-  make USE_GCCGO=1
+  make # USE_GCCGO=1
 }
 
 package() {
   cd dde-daemon
-  make USE_GCCGO=1 DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install # USE_GCCGO=1
 
   install -Dm644 ../polkit-gnome-authentication-agent-1-deepin.desktop 
"$pkgdir/etc/xdg/autostart/polkit-gnome-authentication-agent-1-deepin.desktop"
   install -Dm644 ../deepin-daemon.sysusers 
"$pkgdir/usr/lib/sysusers.d/deepin-daemon.conf"


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

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 15:11:18
  Author: felixonmars
Revision: 182207

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-04 15:10:42 UTC (rev 182206)
+++ community-i686/PKGBUILD 2016-07-04 15:11:18 UTC (rev 182207)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=rclone
-pkgver=1.29
-pkgrel=1
-pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
-arch=('i686' 'x86_64')
-url="http://rclone.org/;
-license=('MIT')
-depends=('glibc')
-makedepends=('git' 'python2' 'pandoc' 'go')
-source=("git+https://github.com/ncw/rclone.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd rclone
-
-  sed -i "1s/python$/&2/" make_manual.py
-
-  mkdir -p .gopath/src/github.com/ncw
-  ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/ncw/rclone
-}
-
-build() {
-  cd rclone
-
-  #go build -gccgoflags "$CFLAGS $LDFLAGS"
-  go build
-  make doc
-}
-
-check() {
-  cd rclone
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd rclone
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  install -Dm644 rclone.1 "$pkgdir/usr/share/man/man1/rclone.1"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -t "$pkgdir/usr/share/doc/$pkgname" -m644 MANUAL.html MANUAL.txt
-}

Copied: rclone/repos/community-i686/PKGBUILD (from rev 182206, 
rclone/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-04 15:11:18 UTC (rev 182207)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=rclone
+pkgver=1.30
+pkgrel=1
+pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
+arch=('i686' 'x86_64')
+url="http://rclone.org/;
+license=('MIT')
+depends=('glibc')
+makedepends=('git' 'python2' 'pandoc' 'go')
+source=("git+https://github.com/ncw/rclone.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd rclone
+
+  sed -i "1s/python$/&2/" make_manual.py
+
+  mkdir -p .gopath/src/github.com/ncw
+  ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
+  export GOPATH="$PWD/.gopath"
+
+  go get github.com/go-ini/ini github.com/jmespath/go-jmespath
+  go get github.com/ncw/rclone
+}
+
+build() {
+  cd rclone
+
+  go build # -gccgoflags "$CFLAGS $LDFLAGS"
+  make doc
+}
+
+check() {
+  cd rclone
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd rclone
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  install -Dm644 rclone.1 "$pkgdir/usr/share/man/man1/rclone.1"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -t "$pkgdir/usr/share/doc/$pkgname" -m644 MANUAL.html MANUAL.txt
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-04 15:10:42 UTC (rev 182206)
+++ community-x86_64/PKGBUILD   2016-07-04 15:11:18 UTC (rev 182207)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=rclone
-pkgver=1.29
-pkgrel=1
-pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
-arch=('i686' 'x86_64')
-url="http://rclone.org/;
-license=('MIT')
-depends=('glibc')
-makedepends=('git' 'python2' 'pandoc' 'go')
-source=("git+https://github.com/ncw/rclone.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd rclone
-
-  sed -i "1s/python$/&2/" make_manual.py
-
-  mkdir -p .gopath/src/github.com/ncw
-  ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/ncw/rclone
-}
-
-build() {
-  cd rclone
-
-  #go build -gccgoflags "$CFLAGS $LDFLAGS"
-  go build
-  make doc
-}
-
-check() {
-  cd rclone
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd rclone
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  install -Dm644 rclone.1 "$pkgdir/usr/share/man/man1/rclone.1"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -t "$pkgdir/usr/share/doc/$pkgname" -m644 MANUAL.html 

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

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 15:10:42
  Author: felixonmars
Revision: 182206

upgpkg: rclone 1.30-1

switch to go for now, since it doesn't build with gccgo

Modified:
  rclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 14:30:21 UTC (rev 182205)
+++ PKGBUILD2016-07-04 15:10:42 UTC (rev 182206)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=rclone
-pkgver=1.29
+pkgver=1.30
 pkgrel=1
 pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
 arch=('i686' 'x86_64')
@@ -22,6 +22,7 @@
   ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
   export GOPATH="$PWD/.gopath"
 
+  go get github.com/go-ini/ini github.com/jmespath/go-jmespath
   go get github.com/ncw/rclone
 }
 
@@ -28,8 +29,7 @@
 build() {
   cd rclone
 
-  #go build -gccgoflags "$CFLAGS $LDFLAGS"
-  go build
+  go build # -gccgoflags "$CFLAGS $LDFLAGS"
   make doc
 }
 


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

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 14:30:21
  Author: felixonmars
Revision: 182205

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-04 14:29:40 UTC (rev 182204)
+++ community-i686/PKGBUILD 2016-07-04 14:30:21 UTC (rev 182205)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Dmitry Chusovitin 
-
-pkgname=docker-machine
-pkgver=0.7.0
-pkgrel=2
-pkgdesc='Machine management for a container-centric world'
-arch=('i686' 'x86_64')
-url='https://github.com/docker/machine'
-license=('Apache')
-depends=('gcc-libs')
-optdepends=('net-tools: for VirtualBox support')
-makedepends=('gcc-go' 'git')
-optdepends=('net-tools: required for VirtualBox driver')
-source=("git+https://github.com/docker/machine.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src
-  mv machine/vendor/* build/src/
-  mkdir -p build/src/github.com/docker
-  mv machine build/src/github.com/docker/machine
-}
-
-build() {
-  cd build/src/github.com/docker/machine
-  go build -o bin/docker-machine -gccgoflags "$CFLAGS $LDFLAGS" cmd/machine.go
-}
-
-package() {
-  cd build/src/github.com/docker/machine
-  install -Dm755 bin/docker-machine "$pkgdir"/usr/bin/docker-machine
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: docker-machine/repos/community-i686/PKGBUILD (from rev 182204, 
docker-machine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-04 14:30:21 UTC (rev 182205)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Dmitry Chusovitin 
+
+pkgname=docker-machine
+pkgver=0.7.0
+pkgrel=3
+pkgdesc='Machine management for a container-centric world'
+arch=('i686' 'x86_64')
+url='https://github.com/docker/machine'
+license=('Apache')
+depends=('gcc-libs')
+optdepends=('net-tools: for VirtualBox support')
+makedepends=('gcc-go' 'git')
+optdepends=('net-tools: required for VirtualBox driver')
+source=("git+https://github.com/docker/machine.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src
+  mv machine/vendor/* build/src/
+  mkdir -p build/src/github.com/docker
+  mv machine build/src/github.com/docker/machine
+}
+
+build() {
+  cd build/src/github.com/docker/machine
+  go build -o bin/docker-machine -gccgoflags "$CFLAGS $LDFLAGS" cmd/machine.go
+}
+
+package() {
+  cd build/src/github.com/docker/machine
+  install -Dm755 bin/docker-machine "$pkgdir"/usr/bin/docker-machine
+  install -Dm644 contrib/completion/bash/docker-machine.bash 
"$pkgdir"/usr/share/bash-completion/completions/docker-machine
+  #install -Dm644 contrib/completion/zsh/_docker-machine 
"$pkgdir"/usr/share/zsh/site-functions/_docker-machine
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-04 14:29:40 UTC (rev 182204)
+++ community-x86_64/PKGBUILD   2016-07-04 14:30:21 UTC (rev 182205)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Dmitry Chusovitin 
-
-pkgname=docker-machine
-pkgver=0.7.0
-pkgrel=2
-pkgdesc='Machine management for a container-centric world'
-arch=('i686' 'x86_64')
-url='https://github.com/docker/machine'
-license=('Apache')
-depends=('gcc-libs')
-optdepends=('net-tools: for VirtualBox support')
-makedepends=('gcc-go' 'git')
-optdepends=('net-tools: required for VirtualBox driver')
-source=("git+https://github.com/docker/machine.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src
-  mv machine/vendor/* build/src/
-  mkdir -p build/src/github.com/docker
-  mv machine build/src/github.com/docker/machine
-}
-
-build() {
-  cd build/src/github.com/docker/machine
-  go build -o bin/docker-machine -gccgoflags "$CFLAGS $LDFLAGS" cmd/machine.go
-}
-
-package() {
-  cd build/src/github.com/docker/machine
-  install -Dm755 bin/docker-machine 

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

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 14:29:40
  Author: felixonmars
Revision: 182204

upgpkg: docker-machine 0.7.0-3

include bash completions

Modified:
  docker-machine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 13:35:21 UTC (rev 182203)
+++ PKGBUILD2016-07-04 14:29:40 UTC (rev 182204)
@@ -4,7 +4,7 @@
 
 pkgname=docker-machine
 pkgver=0.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Machine management for a container-centric world'
 arch=('i686' 'x86_64')
 url='https://github.com/docker/machine'
@@ -32,5 +32,7 @@
 package() {
   cd build/src/github.com/docker/machine
   install -Dm755 bin/docker-machine "$pkgdir"/usr/bin/docker-machine
+  install -Dm644 contrib/completion/bash/docker-machine.bash 
"$pkgdir"/usr/share/bash-completion/completions/docker-machine
+  #install -Dm644 contrib/completion/zsh/_docker-machine 
"$pkgdir"/usr/share/zsh/site-functions/_docker-machine
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2016-07-04 Thread Dave Reisner
Date: Monday, July 4, 2016 @ 13:47:23
  Author: dreisner
Revision: 270934

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

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/PKGBUILD
(from rev 270933, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/arch.conf
(from rev 270933, systemd/trunk/arch.conf)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 270933, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 270933, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 270933, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/loader.conf
(from rev 270933, systemd/trunk/loader.conf)
  systemd/repos/testing-i686/splash-arch.bmp
(from rev 270933, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-i686/systemd.install
(from rev 270933, systemd/trunk/systemd.install)
  systemd/repos/testing-i686/udev-hwdb.hook
(from rev 270933, systemd/trunk/udev-hwdb.hook)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 270933, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 270933, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 270933, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 270933, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 270933, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 270933, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 270933, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd.install
(from rev 270933, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/udev-hwdb.hook
(from rev 270933, systemd/trunk/udev-hwdb.hook)

-+
 testing-i686/PKGBUILD   |  211 ++
 testing-i686/arch.conf  |7 
 testing-i686/initcpio-hook-udev |   22 +++
 testing-i686/initcpio-install-systemd   |  187 ++
 testing-i686/initcpio-install-udev  |   28 +++
 testing-i686/loader.conf|1 
 testing-i686/systemd.install|  209 +
 testing-i686/udev-hwdb.hook |   11 +
 testing-x86_64/PKGBUILD |  211 ++
 testing-x86_64/arch.conf|7 
 testing-x86_64/initcpio-hook-udev   |   22 +++
 testing-x86_64/initcpio-install-systemd |  187 ++
 testing-x86_64/initcpio-install-udev|   28 +++
 testing-x86_64/loader.conf  |1 
 testing-x86_64/systemd.install  |  209 +
 testing-x86_64/udev-hwdb.hook   |   11 +
 16 files changed, 1352 insertions(+)

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


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

2016-07-04 Thread Dave Reisner
Date: Monday, July 4, 2016 @ 13:46:25
  Author: dreisner
Revision: 270933

upgpkg: systemd 230-6

- backport some more trivial fixes
- ensure udevd runs with --resolve-names=never in early userspace (FS#49849)

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/initcpio-install-systemd

--+
 PKGBUILD |   10 --
 initcpio-install-systemd |   13 +
 2 files changed, 21 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 07:55:14 UTC (rev 270932)
+++ PKGBUILD2016-07-04 13:46:25 UTC (rev 270933)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=230
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -22,7 +22,7 @@
 'udev-hwdb.hook')
 md5sums=('SKIP'
  '90ea67a7bb237502094914622a39e281'
- '8a093826cbce909e34f15dccd73974c4'
+ 'bee7fd6ccda39582259708e3f262ea6d'
  '1b3aa3a0551b08af9305d33f85b5c2fc'
  '20ead378f5d6df4b2a3e670301510a7d'
  'ddaef54f68f6c86c6c07835fc668f62a'
@@ -47,6 +47,12 @@
 
   # resolved: when restarting a transaction make sure to not touch it anymore 
(#3553)
   5278bbfe0c79c1f2b5bf8a215d8e7d63f1900ce9
+
+  # basic: pass flags to the fnmatch
+  2027927b1002a74d24300704a655614f8ea48e45
+
+  # nspawn: fix uid patching logic
+  0c6aeb4609f619328b9dcf8d8d815bd06e412ac5
 )
 
 prepare() {

Modified: initcpio-install-systemd
===
--- initcpio-install-systemd2016-07-04 07:55:14 UTC (rev 270932)
+++ initcpio-install-systemd2016-07-04 13:46:25 UTC (rev 270933)
@@ -93,6 +93,13 @@
 fi
 }
 
+add_systemd_drop_in() {
+local unit=$1 dropin_name=$2
+
+mkdir -p "$BUILDROOT/etc/systemd/system/$unit.d"
+cat >"$BUILDROOT/etc/systemd/system/$unit.d/$2.conf"
+}
+
 build() {
 local rules unit
 
@@ -159,6 +166,12 @@
 echo "root:x:0:0:root:/:/bin/sh" >"$BUILDROOT/etc/passwd"
 echo "root:x:0:root" >"$BUILDROOT/etc/group"
 echo "root" >"$BUILDROOT/etc/shadow"
+
+add_systemd_drop_in systemd-udevd.service resolve-names <

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

2016-07-04 Thread Sergej Pupykin
Date: Monday, July 4, 2016 @ 13:35:07
  Author: spupykin
Revision: 182202

upgpkg: passenger 5.0.29-2

upd

Modified:
  passenger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 13:21:20 UTC (rev 182201)
+++ PKGBUILD2016-07-04 13:35:07 UTC (rev 182202)
@@ -3,7 +3,7 @@
 
 pkgname=passenger
 pkgver=5.0.29
-pkgrel=1
+pkgrel=2
 pkgdesc="mod_rails passenger"
 arch=('i686' 'x86_64')
 url="http://www.modrails.com;
@@ -13,17 +13,17 @@
 makedepends=('apache')
 install=passenger.install
 options=('!emptydirs' 'staticlibs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
-md5sums=('206e0011fc32c54518aaed4f2d3e49c2')
+source=($pkgname-$pkgver.tar.gz::http://s3.amazonaws.com/phusion-passenger/releases/passenger-$pkgver.tar.gz)
+md5sums=('bfed504ce2168dd6974b5c5f45df2296')
 
 build(){
-  cd $srcdir/passenger-release-$pkgver
+  cd $srcdir/passenger-$pkgver
   rake nginx CACHING=false
   ./bin/passenger-install-apache2-module -a
 }
 
 package() {
-  cd $srcdir/passenger-release-$pkgver
+  cd $srcdir/passenger-$pkgver
 
   mkdir -p $pkgdir/usr/lib/passenger/
   cp -R * $pkgdir/usr/lib/passenger/


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

2016-07-04 Thread Sergej Pupykin
Date: Monday, July 4, 2016 @ 13:35:21
  Author: spupykin
Revision: 182203

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

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

+
 /PKGBUILD  |   66 +++
 /passenger.install |   64 +
 community-i686/PKGBUILD|   33 -
 community-i686/passenger.install   |   32 
 community-x86_64/PKGBUILD  |   33 -
 community-x86_64/passenger.install |   32 
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-04 13:35:07 UTC (rev 182202)
+++ community-i686/PKGBUILD 2016-07-04 13:35:21 UTC (rev 182203)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=passenger
-pkgver=5.0.29
-pkgrel=1
-pkgdesc="mod_rails passenger"
-arch=('i686' 'x86_64')
-url="http://www.modrails.com;
-_watch="https://github.com/phusion/passenger/releases;
-license=('GPL')
-depends=('ruby' 'ruby-rack' 'curl')
-makedepends=('apache')
-install=passenger.install
-options=('!emptydirs' 'staticlibs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
-md5sums=('206e0011fc32c54518aaed4f2d3e49c2')
-
-build(){
-  cd $srcdir/passenger-release-$pkgver
-  rake nginx CACHING=false
-  ./bin/passenger-install-apache2-module -a
-}
-
-package() {
-  cd $srcdir/passenger-release-$pkgver
-
-  mkdir -p $pkgdir/usr/lib/passenger/
-  cp -R * $pkgdir/usr/lib/passenger/
-
-  mkdir -p $pkgdir/usr/lib/httpd/modules
-  ln -sf /usr/lib/passenger/buildout/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
-}

Copied: passenger/repos/community-i686/PKGBUILD (from rev 182202, 
passenger/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-04 13:35:21 UTC (rev 182203)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=passenger
+pkgver=5.0.29
+pkgrel=2
+pkgdesc="mod_rails passenger"
+arch=('i686' 'x86_64')
+url="http://www.modrails.com;
+_watch="https://github.com/phusion/passenger/releases;
+license=('GPL')
+depends=('ruby' 'ruby-rack' 'curl')
+makedepends=('apache')
+install=passenger.install
+options=('!emptydirs' 'staticlibs')
+source=($pkgname-$pkgver.tar.gz::http://s3.amazonaws.com/phusion-passenger/releases/passenger-$pkgver.tar.gz)
+md5sums=('bfed504ce2168dd6974b5c5f45df2296')
+
+build(){
+  cd $srcdir/passenger-$pkgver
+  rake nginx CACHING=false
+  ./bin/passenger-install-apache2-module -a
+}
+
+package() {
+  cd $srcdir/passenger-$pkgver
+
+  mkdir -p $pkgdir/usr/lib/passenger/
+  cp -R * $pkgdir/usr/lib/passenger/
+
+  mkdir -p $pkgdir/usr/lib/httpd/modules
+  ln -sf /usr/lib/passenger/buildout/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
+}

Deleted: community-i686/passenger.install
===
--- community-i686/passenger.install2016-07-04 13:35:07 UTC (rev 182202)
+++ community-i686/passenger.install2016-07-04 13:35:21 UTC (rev 182203)
@@ -1,32 +0,0 @@
-post_install() {
-   echo "Please edit your Apache configuration file, and add these lines:"
-   echo ""
-   echo "LoadModule passenger_module 
/usr/lib/httpd/modules/mod_passenger.so"
-   echo "PassengerRoot /usr/lib/passenger"
-   echo "PassengerRuby /usr/bin/ruby"
-   echo ""
-   echo "After you restart Apache, you are ready to deploy any number of 
Ruby on Rails"
-   echo "applications on Apache, without any further Ruby on 
Rails-specific"
-   echo "configuration!"
-   echo ""
-   echo ""
-   echo "Deploying a Ruby on Rails application: an example"
-   echo ""
-   echo "Suppose you have a Ruby on Rails application in /somewhere. Add a 
virtual host"
-   echo "to your Apache configuration file, and set its DocumentRoot to"
-   echo "/somewhere/public, like this:"
-   echo ""
-   echo ""
-   echo "  ServerName www.yourhost.com"
-   echo "  DocumentRoot /somewhere/public# <-- be sure 

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

2016-07-04 Thread Sergej Pupykin
Date: Monday, July 4, 2016 @ 13:21:20
  Author: spupykin
Revision: 182201

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

Added:
  pitivi/repos/community-i686/ChangeLog
(from rev 182200, pitivi/trunk/ChangeLog)
  pitivi/repos/community-i686/PKGBUILD
(from rev 182200, pitivi/trunk/PKGBUILD)
  pitivi/repos/community-x86_64/ChangeLog
(from rev 182200, pitivi/trunk/ChangeLog)
  pitivi/repos/community-x86_64/PKGBUILD
(from rev 182200, pitivi/trunk/PKGBUILD)
Deleted:
  pitivi/repos/community-i686/ChangeLog
  pitivi/repos/community-i686/PKGBUILD
  pitivi/repos/community-x86_64/ChangeLog
  pitivi/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   82 +++
 /PKGBUILD  |   68 +++
 community-i686/ChangeLog   |   41 -
 community-i686/PKGBUILD|   34 -
 community-x86_64/ChangeLog |   41 -
 community-x86_64/PKGBUILD  |   34 -
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-07-04 13:21:06 UTC (rev 182200)
+++ community-i686/ChangeLog2016-07-04 13:21:20 UTC (rev 182201)
@@ -1,41 +0,0 @@
-pitivi (0.13.1-2)
-
-  * Update hicolor icon cache.
-  * Update mime database.
-
- -- Abhishek Dasgupta  Thu, 23 Jul 2009 11:57:49 +0530
-
-pitivi (0.13.1-1)
-
-  * New upstream version.
-  * Removed: fix-as-problems.diff pitivi.desktop
-
- -- Abhishek Dasgupta  Wed, 24 Jun 2009 16:01:42 +0530
-
-pitivi (0.11.3-1)
-
-  * New upstream version.
-  * fix-as-problems.diff: Fixed the problem caused by "as" in
-pitivi/timeline/timeline.py
-
- -- Abhishek Dasgupta  Sat, 13 Dec 2008 16:29:24 +0530
-
-pitivi (0.11.2-4)
-
-  * Added gnome-icon-theme as dependency. Closes: FS# 12292.
-
- -- Abhishek Dasgupta  Mon, 01 Dec 2008 23:08:28 +0530
-
-pitivi (0.11.2-3)
-
-  * fix-as.diff: Fixed the error 
-in pitivi/objectfactory.py caused by the line
-as = self.audio_info_stream
-
- -- Abhishek Dasgupta  Sun, 09 Nov 2008 00:34:22 +0530
-
-pitivi (0.11.2-2)
-
-  * Added dbus-python as dependency.
-
- -- Abhishek Dasgupta  Sun, 26 Oct 2008 14:08:06 +0530

Copied: pitivi/repos/community-i686/ChangeLog (from rev 182200, 
pitivi/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2016-07-04 13:21:20 UTC (rev 182201)
@@ -0,0 +1,41 @@
+pitivi (0.13.1-2)
+
+  * Update hicolor icon cache.
+  * Update mime database.
+
+ -- Abhishek Dasgupta  Thu, 23 Jul 2009 11:57:49 +0530
+
+pitivi (0.13.1-1)
+
+  * New upstream version.
+  * Removed: fix-as-problems.diff pitivi.desktop
+
+ -- Abhishek Dasgupta  Wed, 24 Jun 2009 16:01:42 +0530
+
+pitivi (0.11.3-1)
+
+  * New upstream version.
+  * fix-as-problems.diff: Fixed the problem caused by "as" in
+pitivi/timeline/timeline.py
+
+ -- Abhishek Dasgupta  Sat, 13 Dec 2008 16:29:24 +0530
+
+pitivi (0.11.2-4)
+
+  * Added gnome-icon-theme as dependency. Closes: FS# 12292.
+
+ -- Abhishek Dasgupta  Mon, 01 Dec 2008 23:08:28 +0530
+
+pitivi (0.11.2-3)
+
+  * fix-as.diff: Fixed the error 
+in pitivi/objectfactory.py caused by the line
+as = self.audio_info_stream
+
+ -- Abhishek Dasgupta  Sun, 09 Nov 2008 00:34:22 +0530
+
+pitivi (0.11.2-2)
+
+  * Added dbus-python as dependency.
+
+ -- Abhishek Dasgupta  Sun, 26 Oct 2008 14:08:06 +0530

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-04 13:21:06 UTC (rev 182200)
+++ community-i686/PKGBUILD 2016-07-04 13:21:20 UTC (rev 182201)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Abhishek Dasgupta 
-# Contributor: Gabor Nyekhelyi (n0gabor) 
-
-pkgname=pitivi
-pkgver=0.96
-pkgrel=1
-pkgdesc="Editor for audio/video projects using the GStreamer framework"
-arch=('i686' 'x86_64')
-url="http://www.pitivi.org/;
-license=('LGPL')
-depends=('gtk3' 'gst-editing-services' 'gst-plugins-good' 'gst-python'
- 'libnotify' 'python-gobject' 'python-numpy' 'python-cairo'
- 'desktop-file-utils' 'python-matplotlib' 'gst-plugins-bad'
- 'python-dbus')
-makedepends=('intltool' 'itstool')
-optdepends=('frei0r-plugins: additional video effects, clip transformation 
feature'
-'gst-libav: additional multimedia codecs'
-'gst-plugins-ugly: additional multimedia codecs'
-'gnome-desktop: file thumbnails provided by GNOME'\''s 

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

2016-07-04 Thread Sergej Pupykin
Date: Monday, July 4, 2016 @ 13:21:06
  Author: spupykin
Revision: 182200

upgpkg: pitivi 0.96-2

upd

Modified:
  pitivi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 13:21:02 UTC (rev 182199)
+++ PKGBUILD2016-07-04 13:21:06 UTC (rev 182200)
@@ -5,7 +5,7 @@
 
 pkgname=pitivi
 pkgver=0.96
-pkgrel=1
+pkgrel=2
 pkgdesc="Editor for audio/video projects using the GStreamer framework"
 arch=('i686' 'x86_64')
 url="http://www.pitivi.org/;
@@ -13,7 +13,7 @@
 depends=('gtk3' 'gst-editing-services' 'gst-plugins-good' 'gst-python'
  'libnotify' 'python-gobject' 'python-numpy' 'python-cairo'
  'desktop-file-utils' 'python-matplotlib' 'gst-plugins-bad'
- 'python-dbus')
+ 'python-dbus' 'gst-transcoder')
 makedepends=('intltool' 'itstool')
 optdepends=('frei0r-plugins: additional video effects, clip transformation 
feature'
 'gst-libav: additional multimedia codecs'


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

2016-07-04 Thread Sergej Pupykin
Date: Monday, July 4, 2016 @ 13:21:02
  Author: spupykin
Revision: 182199

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

Added:
  gst-transcoder/repos/community-i686/
  gst-transcoder/repos/community-i686/PKGBUILD
(from rev 182198, gst-transcoder/trunk/PKGBUILD)
  gst-transcoder/repos/community-x86_64/
  gst-transcoder/repos/community-x86_64/PKGBUILD
(from rev 182198, gst-transcoder/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   27 +++
 community-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: gst-transcoder/repos/community-i686/PKGBUILD (from rev 182198, 
gst-transcoder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-04 13:21:02 UTC (rev 182199)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Thibault Saunier 
+
+pkgname=gst-transcoder
+pkgver=1.8.0
+pkgrel=0
+pkgdesc="GStreamer Transcoding API"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs')
+makedepends=('meson')
+options=(!libtool !emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz;)
+md5sums=('d059cc9a8325a9bd63d9d12fd07b2ad4')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --libdir=lib/
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gst-transcoder/repos/community-x86_64/PKGBUILD (from rev 182198, 
gst-transcoder/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-04 13:21:02 UTC (rev 182199)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Thibault Saunier 
+
+pkgname=gst-transcoder
+pkgver=1.8.0
+pkgrel=0
+pkgdesc="GStreamer Transcoding API"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs')
+makedepends=('meson')
+options=(!libtool !emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz;)
+md5sums=('d059cc9a8325a9bd63d9d12fd07b2ad4')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --libdir=lib/
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}


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

2016-07-04 Thread Sergej Pupykin
Date: Monday, July 4, 2016 @ 13:20:47
  Author: spupykin
Revision: 182197

archrelease: copy trunk to community-any

Added:
  awstats/repos/community-any/PKGBUILD
(from rev 182196, awstats/trunk/PKGBUILD)
  awstats/repos/community-any/cron.awstats
(from rev 182196, awstats/trunk/cron.awstats)
Deleted:
  awstats/repos/community-any/PKGBUILD
  awstats/repos/community-any/cron.awstats

--+
 PKGBUILD |  136 -
 cron.awstats |8 +--
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-04 13:20:39 UTC (rev 182196)
+++ PKGBUILD2016-07-04 13:20:47 UTC (rev 182197)
@@ -1,68 +0,0 @@
-# Maintainer: Phillip Smith 
-# http://github.com/fukawi2/aur-packages
-# Contributor: Piotr Beling 
-
-pkgname=awstats
-pkgver=7.5
-pkgrel=1
-pkgdesc="tool that generates web, streaming, ftp and mail server statistics, 
graphically"
-arch=('any')
-license=('GPL')
-url="http://awstats.sourceforge.net/;
-depends=('perl')
-backup=('etc/awstats/awstats.model.conf'
-   'etc/httpd/conf/extra/httpd-awstats.conf')
-#source=("http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz;
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-   "cron.awstats")
-md5sums=('1b11916a0a369a014abeb128289bf6b9'
- '82cce2b660251588872060e8cd20573a')
-
-build() {
-  msg "Nothing to compile for $pkgname"
-}
-
-package() {
-  _SYSCONFDIR="etc"
-  _WWWROOT="usr/share/webapps/${pkgname}"
-  _INSTDIR="usr/share/${pkgname}"
-  _DOCDIR="usr/share/doc/${pkgname}-${pkgver}"
-
-  cd $srcdir/${pkgname}-${pkgver}
-
-  mkdir -p $pkgdir/${_INSTDIR}/tools/webmin/
-  mkdir -p $pkgdir/${_INSTDIR}/tools/xslt/
-  mkdir -p $pkgdir/${_WWWROOT}/
-  mkdir -p $pkgdir/${_DOCDIR}/
-  mkdir -p $pkgdir/var/lib/$pkgname
-
-  # Arch Linux specific path:
-  install -Dm644 tools/httpd_conf 
$pkgdir/${_SYSCONFDIR}/httpd/conf/extra/httpd-awstats.conf
-  install -Dm644 wwwroot/cgi-bin/awstats.model.conf 
$pkgdir/${_SYSCONFDIR}/awstats/awstats.model.conf
-  install -Dm744 $srcdir/cron.awstats 
$pkgdir/${_SYSCONFDIR}/cron.hourly/awstats
-
-  install -m 755 tools/logresolvemerge.pl 
$pkgdir/${_INSTDIR}/tools/logresolvemerge.pl
-  install -m 755 tools/maillogconvert.pl 
$pkgdir/${_INSTDIR}/tools/maillogconvert.pl
-  install -m 755 tools/urlaliasbuilder.pl 
$pkgdir/${_INSTDIR}/tools/urlaliasbuilder.pl
-  install -m 755 tools/awstats_buildstaticpages.pl 
$pkgdir/${_INSTDIR}/tools/awstats_buildstaticpages.pl
-  install -m 755 tools/awstats_configure.pl 
$pkgdir/${_INSTDIR}/tools/awstats_configure.pl
-  install -m 755 tools/awstats_exportlib.pl 
$pkgdir/${_INSTDIR}/tools/awstats_exportlib.pl
-  install -m 755 tools/awstats_updateall.pl 
$pkgdir/${_INSTDIR}/tools/awstats_updateall.pl
-  install -m 755 tools/webmin/* $pkgdir/${_INSTDIR}/tools/webmin
-  install -m 755 tools/xslt/* $pkgdir/${_INSTDIR}/tools/xslt
-
-  # install the documentation
-  cp -ra docs/* $pkgdir/${_DOCDIR}/
-
-  # www files
-  cp -ra wwwroot/* $pkgdir/${_WWWROOT}/
-  rm -f $pkgdir/${_WWWROOT}/cgi-bin/awstats.model.conf
-  install -Dm444 README.md $pkgdir/${_INSTDIR}/README.md
-
-  # fix the default http config
-  sed \
-   -e "s|/usr/local/awstats/wwwroot|/${_WWWROOT}|g" \
-   -i $pkgdir/${_SYSCONFDIR}/httpd/conf/extra/httpd-awstats.conf
-
-  echo "deny from all" > $pkgdir/${_WWWROOT}/.htaccess
-}

Copied: awstats/repos/community-any/PKGBUILD (from rev 182196, 
awstats/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-04 13:20:47 UTC (rev 182197)
@@ -0,0 +1,68 @@
+# Maintainer: Phillip Smith 
+# http://github.com/fukawi2/aur-packages
+# Contributor: Piotr Beling 
+
+pkgname=awstats
+pkgver=7.5
+pkgrel=2
+pkgdesc="tool that generates web, streaming, ftp and mail server statistics, 
graphically"
+arch=('any')
+license=('GPL')
+url="http://awstats.sourceforge.net/;
+depends=('perl')
+backup=('etc/awstats/awstats.model.conf'
+   'etc/httpd/conf/extra/httpd-awstats.conf')
+#source=("http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz;
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+   "cron.awstats")
+md5sums=('1b11916a0a369a014abeb128289bf6b9'
+ '82cce2b660251588872060e8cd20573a')
+
+build() {
+  msg "Nothing to compile for $pkgname"
+}
+
+package() {
+  _SYSCONFDIR="etc"
+  _WWWROOT="usr/share/webapps/${pkgname}"
+  _INSTDIR="usr/share/${pkgname}"
+  _DOCDIR="usr/share/doc/${pkgname}-${pkgver}"
+
+  cd $srcdir/${pkgname}-${pkgver}
+
+  mkdir -p $pkgdir/${_INSTDIR}/tools/webmin/
+  mkdir -p $pkgdir/${_INSTDIR}/tools/xslt/
+  mkdir -p $pkgdir/${_WWWROOT}/
+  mkdir -p $pkgdir/${_DOCDIR}/
+  mkdir -p $pkgdir/var/lib/$pkgname
+
+  # Arch Linux specific 

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

2016-07-04 Thread Sergej Pupykin
Date: Monday, July 4, 2016 @ 13:20:51
  Author: spupykin
Revision: 182198

upgpkg: gst-transcoder 1.8.0-0

upd

Modified:
  gst-transcoder/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 13:20:47 UTC (rev 182197)
+++ PKGBUILD2016-07-04 13:20:51 UTC (rev 182198)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
 # Maintainer: Thibault Saunier 
 
 pkgname=gst-transcoder
@@ -10,10 +12,9 @@
 depends=('gst-plugins-base-libs')
 makedepends=('meson')
 options=(!libtool !emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz;)
+md5sums=('d059cc9a8325a9bd63d9d12fd07b2ad4')
 
-source=(https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('e63923e29f57fd40d9cab75079867a73052c0775705ee3b4abecdcdaa2c9ef45')
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --libdir=lib/


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


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

2016-07-04 Thread Sergej Pupykin
Date: Monday, July 4, 2016 @ 13:20:39
  Author: spupykin
Revision: 182196

upgpkg: awstats 7.5-2

upd

Modified:
  awstats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 13:17:39 UTC (rev 182195)
+++ PKGBUILD2016-07-04 13:20:39 UTC (rev 182196)
@@ -4,7 +4,7 @@
 
 pkgname=awstats
 pkgver=7.5
-pkgrel=1
+pkgrel=2
 pkgdesc="tool that generates web, streaming, ftp and mail server statistics, 
graphically"
 arch=('any')
 license=('GPL')
@@ -39,7 +39,7 @@
   # Arch Linux specific path:
   install -Dm644 tools/httpd_conf 
$pkgdir/${_SYSCONFDIR}/httpd/conf/extra/httpd-awstats.conf
   install -Dm644 wwwroot/cgi-bin/awstats.model.conf 
$pkgdir/${_SYSCONFDIR}/awstats/awstats.model.conf
-  install -Dm744 $srcdir/cron.awstats 
$pkgdir/${_SYSCONFDIR}/cron.hourly/awstats
+  install -Dm644 $srcdir/cron.awstats $pkgdir/${_DOCDIR}/cron.hourly
 
   install -m 755 tools/logresolvemerge.pl 
$pkgdir/${_INSTDIR}/tools/logresolvemerge.pl
   install -m 755 tools/maillogconvert.pl 
$pkgdir/${_INSTDIR}/tools/maillogconvert.pl


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

2016-07-04 Thread Jonathan Steel
Date: Monday, July 4, 2016 @ 13:17:39
  Author: jsteel
Revision: 182195

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

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

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

Copied: mgba/repos/community-staging-i686/PKGBUILD (from rev 182194, 
mgba/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-04 13:17:39 UTC (rev 182195)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer:  Jonathan Steel 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Duck Hunt 
+
+pkgbase=mgba
+pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
+pkgver=0.4.0
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://mgba.io'
+license=('custom:MPL2')
+makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
+ 'ffmpeg' 'imagemagick' 'desktop-file-utils')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
+md5sums=('b37fcab5e7139b7c161d880576d2d1cc')
+
+prepare() {
+  [[ ! -d build ]] && mkdir build || rm -rf build
+}
+
+build() {
+  cd build
+  cmake "$srcdir"/mgba-$pkgver -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_libmgba() {
+  pkgdesc='Shared library of mGBA'
+  depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'imagemagick')
+
+  cmake -DCOMPONENT=libmgba mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
+-P build/cmake_install.cmake
+  install -Dm644 mgba-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_mgba-sdl() {
+  pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and 
accuracy'
+  depends=('libmgba' 'sdl2')
+
+  cmake -DCOMPONENT=mgba-sdl mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" 
\
+-P build/cmake_install.cmake
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s /usr/share/licenses/libmgba/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_mgba-qt() {
+  pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and 
accuracy. Qt5 UI.'
+  depends=('libmgba' 'qt5-multimedia' 'sdl2')
+
+  cmake -DCOMPONENT=mgba-qt mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
+-P build/cmake_install.cmake
+
+  desktop-file-install mgba-$pkgver/res/mgba-qt.desktop --dir 
"$pkgdir"/usr/share/applications/
+  install -Dm644 mgba-$pkgver/res/mgba-256.png 
"$pkgdir"/usr/share/pixmaps/mgba.png
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s /usr/share/licenses/libmgba/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: mgba/repos/community-staging-x86_64/PKGBUILD (from rev 182194, 
mgba/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-04 13:17:39 UTC (rev 182195)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer:  Jonathan Steel 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Duck Hunt 
+
+pkgbase=mgba
+pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
+pkgver=0.4.0
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://mgba.io'
+license=('custom:MPL2')
+makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
+ 'ffmpeg' 'imagemagick' 'desktop-file-utils')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
+md5sums=('b37fcab5e7139b7c161d880576d2d1cc')
+
+prepare() {
+  [[ ! -d build ]] && mkdir build || rm -rf build
+}
+
+build() {
+  cd build
+  cmake "$srcdir"/mgba-$pkgver -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_libmgba() {
+  pkgdesc='Shared library of mGBA'
+  depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'imagemagick')
+
+  cmake -DCOMPONENT=libmgba mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
+-P build/cmake_install.cmake
+  install -Dm644 mgba-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_mgba-sdl() {
+  pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and 
accuracy'
+  depends=('libmgba' 'sdl2')
+
+  cmake -DCOMPONENT=mgba-sdl mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" 
\
+-P build/cmake_install.cmake
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s /usr/share/licenses/libmgba/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_mgba-qt() {
+  pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and 

[arch-commits] Commit in mgba/trunk (PKGBUILD mgba.install)

2016-07-04 Thread Jonathan Steel
Date: Monday, July 4, 2016 @ 13:16:45
  Author: jsteel
Revision: 182194

upgpkg: mgba 0.4.0-3

Hooks + FFmpeg 3.1 rebuild

Modified:
  mgba/trunk/PKGBUILD
Deleted:
  mgba/trunk/mgba.install

--+
 PKGBUILD |3 +--
 mgba.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 13:12:17 UTC (rev 182193)
+++ PKGBUILD2016-07-04 13:16:45 UTC (rev 182194)
@@ -6,13 +6,12 @@
 pkgbase=mgba
 pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://mgba.io'
 license=('custom:MPL2')
 makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
  'ffmpeg' 'imagemagick' 'desktop-file-utils')
-install=$pkgbase.install
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
 md5sums=('b37fcab5e7139b7c161d880576d2d1cc')
 

Deleted: mgba.install
===
--- mgba.install2016-07-04 13:12:17 UTC (rev 182193)
+++ mgba.install2016-07-04 13:16:45 UTC (rev 182194)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in (4 files)

2016-07-04 Thread Sergej Pupykin
Date: Monday, July 4, 2016 @ 13:12:17
  Author: spupykin
Revision: 182193

Added:
  gst-transcoder/
  gst-transcoder/repos/
  gst-transcoder/trunk/
  gst-transcoder/trunk/PKGBUILD

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

Added: gst-transcoder/trunk/PKGBUILD
===
--- gst-transcoder/trunk/PKGBUILD   (rev 0)
+++ gst-transcoder/trunk/PKGBUILD   2016-07-04 13:12:17 UTC (rev 182193)
@@ -0,0 +1,26 @@
+# Maintainer: Thibault Saunier 
+
+pkgname=gst-transcoder
+pkgver=1.8.0
+pkgrel=0
+pkgdesc="GStreamer Transcoding API"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs')
+makedepends=('meson')
+options=(!libtool !emptydirs)
+
+source=(https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('e63923e29f57fd40d9cab75079867a73052c0775705ee3b4abecdcdaa2c9ef45')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --libdir=lib/
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}


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

2016-07-04 Thread Sergej Pupykin
Date: Monday, July 4, 2016 @ 13:08:42
  Author: spupykin
Revision: 182192

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-04 13:08:23 UTC (rev 182191)
+++ community-i686/PKGBUILD 2016-07-04 13:08:42 UTC (rev 182192)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: JJDaNiMoTh 
-
-pkgname=qmc2
-pkgver=0.64
-pkgrel=1
-pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
-url="http://qmc2.batcom-it.net/;
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('qtwebkit' 'phonon' 'sdl')
-makedepends=('rsync' 'mesa')
-source=("http://downloads.sourceforge.net/project/qmc2/qmc2/$pkgver/qmc2-$pkgver.tar.bz2;)
-md5sums=('4429ad33db6c3b2b47942825759ef34e')
-
-build() {
-  cd "$srcdir/$pkgname"
-  export CTIME=0
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/share/{applications,pixmaps}
-  install -D -m644 "$srcdir/qmc2/data/img/mame.png" "$pkgdir/usr/share/pixmaps"
-}

Copied: qmc2/repos/community-i686/PKGBUILD (from rev 182191, 
qmc2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-04 13:08:42 UTC (rev 182192)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: JJDaNiMoTh 
+
+pkgname=qmc2
+pkgver=0.65
+pkgrel=1
+pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
+url="http://qmc2.batcom-it.net/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('qtwebkit' 'phonon' 'sdl')
+makedepends=('rsync' 'mesa')
+source=("http://downloads.sourceforge.net/project/qmc2/qmc2/$pkgver/qmc2-$pkgver.tar.bz2;)
+md5sums=('750c4c7d7fe4328a62e8858cbb4e7e69')
+
+build() {
+  cd "$srcdir/$pkgname"
+  export CTIME=0
+  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
+  install -d $pkgdir/usr/share/{applications,pixmaps}
+  install -D -m644 "$srcdir/qmc2/data/img/mame.png" "$pkgdir/usr/share/pixmaps"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-04 13:08:23 UTC (rev 182191)
+++ community-x86_64/PKGBUILD   2016-07-04 13:08:42 UTC (rev 182192)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: JJDaNiMoTh 
-
-pkgname=qmc2
-pkgver=0.64
-pkgrel=1
-pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
-url="http://qmc2.batcom-it.net/;
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('qtwebkit' 'phonon' 'sdl')
-makedepends=('rsync' 'mesa')
-source=("http://downloads.sourceforge.net/project/qmc2/qmc2/$pkgver/qmc2-$pkgver.tar.bz2;)
-md5sums=('4429ad33db6c3b2b47942825759ef34e')
-
-build() {
-  cd "$srcdir/$pkgname"
-  export CTIME=0
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/share/{applications,pixmaps}
-  install -D -m644 "$srcdir/qmc2/data/img/mame.png" "$pkgdir/usr/share/pixmaps"
-}

Copied: qmc2/repos/community-x86_64/PKGBUILD (from rev 182191, 
qmc2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-04 13:08:42 UTC (rev 182192)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: JJDaNiMoTh 
+
+pkgname=qmc2
+pkgver=0.65
+pkgrel=1
+pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
+url="http://qmc2.batcom-it.net/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('qtwebkit' 'phonon' 'sdl')
+makedepends=('rsync' 'mesa')

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

2016-07-04 Thread Sergej Pupykin
Date: Monday, July 4, 2016 @ 13:08:23
  Author: spupykin
Revision: 182191

upgpkg: qmc2 0.65-1

upd

Modified:
  qmc2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 13:00:01 UTC (rev 182190)
+++ PKGBUILD2016-07-04 13:08:23 UTC (rev 182191)
@@ -3,7 +3,7 @@
 # Contributor: JJDaNiMoTh 
 
 pkgname=qmc2
-pkgver=0.64
+pkgver=0.65
 pkgrel=1
 pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
 url="http://qmc2.batcom-it.net/;
@@ -12,7 +12,7 @@
 depends=('qtwebkit' 'phonon' 'sdl')
 makedepends=('rsync' 'mesa')
 
source=("http://downloads.sourceforge.net/project/qmc2/qmc2/$pkgver/qmc2-$pkgver.tar.bz2;)
-md5sums=('4429ad33db6c3b2b47942825759ef34e')
+md5sums=('750c4c7d7fe4328a62e8858cbb4e7e69')
 
 build() {
   cd "$srcdir/$pkgname"


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

2016-07-04 Thread Jonathan Steel
Date: Monday, July 4, 2016 @ 13:00:01
  Author: jsteel
Revision: 182190

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

Added:
  obs-studio/repos/community-staging-i686/
  obs-studio/repos/community-staging-i686/PKGBUILD
(from rev 182189, obs-studio/trunk/PKGBUILD)
  obs-studio/repos/community-staging-x86_64/
  obs-studio/repos/community-staging-x86_64/PKGBUILD
(from rev 182189, obs-studio/trunk/PKGBUILD)

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

Copied: obs-studio/repos/community-staging-i686/PKGBUILD (from rev 182189, 
obs-studio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-04 13:00:01 UTC (rev 182190)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Benjamin Klettbach 
+
+pkgname=obs-studio
+pkgver=0.14.2
+pkgrel=2
+pkgdesc="Free, open source software for live streaming and recording"
+arch=('i686' 'x86_64')
+url="https://obsproject.com;
+license=('GPL2')
+depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
+ 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
+makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264')
+optdepends=('libfdk-aac: FDK AAC codec support'
+'libxcomposite: XComposite capture support')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
+md5sums=('a4ce86ab895665f1d5d54ee00af0d545')
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build; cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+-DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make install DESTDIR="$pkgdir"
+}

Copied: obs-studio/repos/community-staging-x86_64/PKGBUILD (from rev 182189, 
obs-studio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-04 13:00:01 UTC (rev 182190)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Benjamin Klettbach 
+
+pkgname=obs-studio
+pkgver=0.14.2
+pkgrel=2
+pkgdesc="Free, open source software for live streaming and recording"
+arch=('i686' 'x86_64')
+url="https://obsproject.com;
+license=('GPL2')
+depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
+ 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
+makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264')
+optdepends=('libfdk-aac: FDK AAC codec support'
+'libxcomposite: XComposite capture support')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
+md5sums=('a4ce86ab895665f1d5d54ee00af0d545')
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build; cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+-DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make install DESTDIR="$pkgdir"
+}


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

2016-07-04 Thread Jonathan Steel
Date: Monday, July 4, 2016 @ 12:59:48
  Author: jsteel
Revision: 182189

upgpkg: obs-studio 0.14.2-2

FFmpeg 3.1 rebuild

Modified:
  obs-studio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 12:28:08 UTC (rev 182188)
+++ PKGBUILD2016-07-04 12:59:48 UTC (rev 182189)
@@ -3,7 +3,7 @@
 
 pkgname=obs-studio
 pkgver=0.14.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Free, open source software for live streaming and recording"
 arch=('i686' 'x86_64')
 url="https://obsproject.com;


[arch-commits] Commit in eric-i18n/trunk (ChangeLog PKGBUILD)

2016-07-04 Thread Evgeniy Alekseev
Date: Monday, July 4, 2016 @ 12:27:51
  Author: arcanis
Revision: 182187

upgpkg: eric-i18n 6.1.7-1

Modified:
  eric-i18n/trunk/ChangeLog
  eric-i18n/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |   22 +++---
 2 files changed, 14 insertions(+), 11 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2016-07-04 12:24:36 UTC (rev 182186)
+++ ChangeLog   2016-07-04 12:27:51 UTC (rev 182187)
@@ -1,3 +1,6 @@
+6.1.7-1:
+upstream update
+
 6.1.6-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 12:24:36 UTC (rev 182186)
+++ PKGBUILD2016-07-04 12:27:51 UTC (rev 182187)
@@ -3,7 +3,7 @@
 # Contributor: M0Rf30
 
 pkgbase=eric-i18n
-pkgver=6.1.6
+pkgver=6.1.7
 pkgrel=1
 pkgdesc="Language pack for the Eric IDE"
 arch=('any')
@@ -51,13 +51,13 @@
  "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
 }
 
-md5sums=('3ef51a60d4a9ee1064b07e97c62e4185'
- '12ea3367f95817e63365baa88ff76d6a'
- '5e9ad593eb7f9db5dfe86996742b3d5d'
- '118a8fec54eea5a023698bdabf1e768e'
- 'dd3f8bf9e087583cc4978594f00984c3'
- 'f00f5d2995a8972d8b11057e6784901e'
- '3083d072c1678c3bcd8397ab111c274f'
- 'fa801ea0135d2090d91be821814e40df'
- '6317980457ac22157f7f2c0c5b9b9b58'
- '627d9736fe442bde640e3058f9714ac4')
+md5sums=('004b9c9879d3f5936456b43fd3a5ccea'
+ 'e20d3bbf9b19971dc5010dffe2170d1c'
+ '45937b86ab14e84fd96ac43975986cab'
+ 'e90f5b0710eeb930c23352d4b4f035d4'
+ '43b0612a66bc3923483f2b73a48a25a3'
+ 'd11208fce2b5d5a2c5892c1a04c48810'
+ '4ee8cc5924b5abb030ee31b2795a4ac1'
+ '0ae0cb427f863a57bf4bdd65237cc13e'
+ 'a6c944102234fcbff901ec364e8b4ef7'
+ '004c5c7217b074690cec4d44871ce55c')


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

2016-07-04 Thread Evgeniy Alekseev
Date: Monday, July 4, 2016 @ 12:28:08
  Author: arcanis
Revision: 182188

archrelease: copy trunk to community-any

Added:
  eric-i18n/repos/community-any/ChangeLog
(from rev 182187, eric-i18n/trunk/ChangeLog)
  eric-i18n/repos/community-any/PKGBUILD
(from rev 182187, eric-i18n/trunk/PKGBUILD)
Deleted:
  eric-i18n/repos/community-any/ChangeLog
  eric-i18n/repos/community-any/PKGBUILD

---+
 ChangeLog |  165 ++--
 PKGBUILD  |  126 ++---
 2 files changed, 147 insertions(+), 144 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2016-07-04 12:27:51 UTC (rev 182187)
+++ ChangeLog   2016-07-04 12:28:08 UTC (rev 182188)
@@ -1,81 +0,0 @@
-6.1.6-1:
-upstream update
-
-6.1.5-2:
-fix broken Qt4 translations
-
-6.1.5-1:
-upstream update
-
-6.1.4-1:
-upstream update
-
-6.1.3-1:
-upstream update
-
-6.1.2-3:
-* rename zh_CN package to zh_cn
-* fix description
-
-6.1.2-2:
-rebuild in clean chroot for .BUILDINFO
-
-6.1.2-1:
-upstream update
-
-6.1.1-2:
-fix FS#47677
-
-6.1.1-1:
-upstream update
-
-6.1.0-1:
-upsream update
-
-6.0.11-1:
-upstream update
-
-6.0.10-1:
-upstream update
-
-6.0.9-1:
-upstream update
-
-6.0.8-1:
-upstream update
-
-6.0.7-1:
-upstream update
-
-6.0.6-1:
-upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.0-1:
-upstream update
-
-6.0.0-2:
-rename qt4 packages to more pretty name
-
-6.0.0-1:
-upstream update
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-upstream update. Create package

Copied: eric-i18n/repos/community-any/ChangeLog (from rev 182187, 
eric-i18n/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-07-04 12:28:08 UTC (rev 182188)
@@ -0,0 +1,84 @@
+6.1.7-1:
+upstream update
+
+6.1.6-1:
+upstream update
+
+6.1.5-2:
+fix broken Qt4 translations
+
+6.1.5-1:
+upstream update
+
+6.1.4-1:
+upstream update
+
+6.1.3-1:
+upstream update
+
+6.1.2-3:
+* rename zh_CN package to zh_cn
+* fix description
+
+6.1.2-2:
+rebuild in clean chroot for .BUILDINFO
+
+6.1.2-1:
+upstream update
+
+6.1.1-2:
+fix FS#47677
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upsream update
+
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.0-1:
+upstream update
+
+6.0.0-2:
+rename qt4 packages to more pretty name
+
+6.0.0-1:
+upstream update
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+upstream update. Create package

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-04 12:27:51 UTC (rev 182187)
+++ PKGBUILD2016-07-04 12:28:08 UTC (rev 182188)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: M0Rf30
-
-pkgbase=eric-i18n
-pkgver=6.1.6
-pkgrel=1
-pkgdesc="Language pack for the Eric IDE"
-arch=('any')
-makedepends=("eric-common>=${pkgver}" "eric-common-qt4>=${pkgver}")
-depends=()
-url="http://eric-ide.python-projects.org/index.html;
-license=('GPL3')
-depends=()
-changelog=ChangeLog
-
-_languages=('cs "Czech"'
-'de "German"'
-'en "English"'
-'es "Spanish"'
-'fr "French"'
-'it "Italian"'
-'pt "Portuguese"'
-'ru "Russian"'
-'tr "Turkish"'
-'zh_CN  "Chinese (Simplified)"')
-
-pkgname=()
-source=()
-_url=http://downloads.sourceforge.net/eric-ide/
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-
-  pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
-  source+=("${_url}/eric6-i18n-${_locale}-${pkgver}.tar.gz")
-
-  for _qtver in '-qt4' ''; do
-eval "package_eric${_qtver}-i18n-${_locale,,}() {
-  _package ${_locale} ${_qtver}
-}"
-  done
-done
-
-_package() {
-  pkgdesc="${1} language pack for Eric IDE"
-  depends=("eric-common${2}>=${pkgver}")
-
-  [ -z ${2} ] && _qtver="qt" || _qtver="qt4"
-  install -Dm644 "eric6-${pkgver}/eric/i18n/eric6_${1}.qm" \
- "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
-}
-
-md5sums=('3ef51a60d4a9ee1064b07e97c62e4185'
- '12ea3367f95817e63365baa88ff76d6a'
- '5e9ad593eb7f9db5dfe86996742b3d5d'
- '118a8fec54eea5a023698bdabf1e768e'
- 'dd3f8bf9e087583cc4978594f00984c3'
- 'f00f5d2995a8972d8b11057e6784901e'
- '3083d072c1678c3bcd8397ab111c274f'
- 'fa801ea0135d2090d91be821814e40df'
- '6317980457ac22157f7f2c0c5b9b9b58'
- 

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

2016-07-04 Thread Timothy Redaelli
Date: Monday, July 4, 2016 @ 12:24:29
  Author: tredaelli
Revision: 182185

upgpkg: parallel 20160622-1

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 12:03:34 UTC (rev 182184)
+++ PKGBUILD2016-07-04 12:24:29 UTC (rev 182185)
@@ -4,7 +4,7 @@
 # Contributor: Peter Simons 
 
 pkgname=parallel
-pkgver=20160522
+pkgver=20160622
 pkgrel=1
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('perl' 'procps')
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('cbf15979ca431452ceecb8e638d5bf13'
+md5sums=('2050d01356921fee8b07c531576b5541'
  'SKIP')
-sha1sums=('d0450ee0d30ff069b9376209b69b388f4ebec00b'
+sha1sums=('8c2e7a7bb6afef106df5a3e6729797985d92522b'
   'SKIP')
 validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
 


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

2016-07-04 Thread Timothy Redaelli
Date: Monday, July 4, 2016 @ 12:24:36
  Author: tredaelli
Revision: 182186

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 182185, parallel/trunk/PKGBUILD)
Deleted:
  parallel/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-04 12:24:29 UTC (rev 182185)
+++ PKGBUILD2016-07-04 12:24:36 UTC (rev 182186)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Vianney le Clément 
-# Contributor: Peter Simons 
-
-pkgname=parallel
-pkgver=20160522
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl' 'procps')
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('cbf15979ca431452ceecb8e638d5bf13'
- 'SKIP')
-sha1sums=('d0450ee0d30ff069b9376209b69b388f4ebec00b'
-  'SKIP')
-validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 182185, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-04 12:24:36 UTC (rev 182186)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Vianney le Clément 
+# Contributor: Peter Simons 
+
+pkgname=parallel
+pkgver=20160622
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl' 'procps')
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('2050d01356921fee8b07c531576b5541'
+ 'SKIP')
+sha1sums=('8c2e7a7bb6afef106df5a3e6729797985d92522b'
+  'SKIP')
+validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-04 Thread Evgeniy Alekseev
Date: Monday, July 4, 2016 @ 12:03:34
  Author: arcanis
Revision: 182184

archrelease: copy trunk to community-any

Added:
  eric/repos/community-any/.contrib
(from rev 182183, eric/trunk/.contrib)
  eric/repos/community-any/ChangeLog
(from rev 182183, eric/trunk/ChangeLog)
  eric/repos/community-any/PKGBUILD
(from rev 182183, eric/trunk/PKGBUILD)
Deleted:
  eric/repos/community-any/.contrib
  eric/repos/community-any/ChangeLog
  eric/repos/community-any/PKGBUILD

---+
 .contrib  |   14 +--
 ChangeLog |  163 +--
 PKGBUILD  |  277 +---
 3 files changed, 228 insertions(+), 226 deletions(-)

Deleted: .contrib
===
--- .contrib2016-07-04 12:03:15 UTC (rev 182183)
+++ .contrib2016-07-04 12:03:34 UTC (rev 182184)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger 
-riai 
-Ben 
-Daniel J Griffiths 
-Felix Rohrbach 

Copied: eric/repos/community-any/.contrib (from rev 182183, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2016-07-04 12:03:34 UTC (rev 182184)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger 
+riai 
+Ben 
+Daniel J Griffiths 
+Felix Rohrbach 

Deleted: ChangeLog
===
--- ChangeLog   2016-07-04 12:03:15 UTC (rev 182183)
+++ ChangeLog   2016-07-04 12:03:34 UTC (rev 182184)
@@ -1,80 +0,0 @@
-6.1.6-1:
-upstream update
-
-6.1.5-1:
-upstream update
-
-6.1.4-2:
-drop install file, move to pacman hooks
-
-6.1.4-1:
-upstream update
-
-6.1.3-1:
-upstream update
-
-6.1.2-1:
-upstream update
-
-6.1.1-1:
-upstream update
-
-6.1.0-1:
-upstream update
-
-6.0.11-1:
-upstream update
-
-6.0.10-1:
-upstream update
-
-6.0.9-2:
-python3.5 rebuild
-
-6.0.9-1:
-upstream update
-
-6.0.8-1:
-upstream update
-
-6.0.7-1:
-upstream update
-
-6.0.6-1:
-upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.1-2:
-* fix FS#43573
-* fix API path
-
-6.0.1-1:
-upstream update
-
-6.0.0-1:
-* upstream update
-* split to qt5 and qt4 packages
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-* upstream update
-* create python2-eric package
-
-5.4.7-1:
-upstream update. Create eric-common package

Copied: eric/repos/community-any/ChangeLog (from rev 182183, 
eric/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-07-04 12:03:34 UTC (rev 182184)
@@ -0,0 +1,83 @@
+6.1.7-1:
+upstream update
+
+6.1.6-1:
+upstream update
+
+6.1.5-1:
+upstream update
+
+6.1.4-2:
+drop install file, move to pacman hooks
+
+6.1.4-1:
+upstream update
+
+6.1.3-1:
+upstream update
+
+6.1.2-1:
+upstream update
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upstream update
+
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+6.0.9-2:
+python3.5 rebuild
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.1-2:
+* fix FS#43573
+* fix API path
+
+6.0.1-1:
+upstream update
+
+6.0.0-1:
+* upstream update
+* split to qt5 and qt4 packages
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
+5.4.7-1:
+upstream update. Create eric-common package

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-04 12:03:15 UTC (rev 182183)
+++ PKGBUILD2016-07-04 12:03:34 UTC (rev 182184)
@@ -1,139 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Ray Rashif 
-# Contributor: Brad Fanella 
-# See .contrib for older/other contributors
-
-pkgbase=eric
-pkgname=('eric-common' 'eric' 'python2-eric'
- 'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.1.6
-pkgrel=1
-pkgdesc="A full-featured Python and Ruby IDE in PyQt"
-arch=('any')
-url="http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla' 'python2-qscintilla'
- 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
- 'qt5-svg' 'qt5-webkit')
-source=("http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz;)
-md5sums=('be9628766d863d3918cec7d90592249e')
-changelog=ChangeLog
-
-prepare() {
-  cp -r "${srcdir}/eric6-${pkgver}"{,_py2}
-
-  cd "${srcdir}/eric6-${pkgver}_py2/eric"
-  find . -name 

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

2016-07-04 Thread Evgeniy Alekseev
Date: Monday, July 4, 2016 @ 12:03:15
  Author: arcanis
Revision: 182183

upgpkg: eric 6.1.7-1

Modified:
  eric/trunk/ChangeLog
  eric/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |5 ++---
 2 files changed, 5 insertions(+), 3 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2016-07-04 11:45:37 UTC (rev 182182)
+++ ChangeLog   2016-07-04 12:03:15 UTC (rev 182183)
@@ -1,3 +1,6 @@
+6.1.7-1:
+upstream update
+
 6.1.6-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 11:45:37 UTC (rev 182182)
+++ PKGBUILD2016-07-04 12:03:15 UTC (rev 182183)
@@ -7,7 +7,7 @@
 pkgbase=eric
 pkgname=('eric-common' 'eric' 'python2-eric'
  'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.1.6
+pkgver=6.1.7
 pkgrel=1
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
@@ -17,7 +17,7 @@
  'python-qscintilla-qt5' 'python2-qscintilla-qt5'
  'qt5-svg' 'qt5-webkit')
 source=("http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz;)
-md5sums=('be9628766d863d3918cec7d90592249e')
+md5sums=('b9940586c83622c32c94132fb9df2af9')
 changelog=ChangeLog
 
 prepare() {
@@ -136,4 +136,3 @@
 }
 
 # vim:set ts=2 sw=2 et:
-md5sums=('a958118b4e91293f7d619e2a2994266a')


[arch-commits] Commit in dropbear/trunk (PKGBUILD dropbear.service)

2016-07-04 Thread Timothy Redaelli
Date: Monday, July 4, 2016 @ 11:45:28
  Author: tredaelli
Revision: 182181

upgpkg: dropbear 2016.73-2

FS#49941

Modified:
  dropbear/trunk/PKGBUILD
  dropbear/trunk/dropbear.service

--+
 PKGBUILD |4 ++--
 dropbear.service |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 11:33:24 UTC (rev 182180)
+++ PKGBUILD2016-07-04 11:45:28 UTC (rev 182181)
@@ -9,7 +9,7 @@
 
 pkgname=dropbear
 pkgver=2016.73
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight replacement for sshd"
 arch=('i686' 'x86_64')
 url="http://matt.ucc.asn.au/dropbear/dropbear.html;
@@ -18,7 +18,7 @@
 source=(http://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2
 $pkgname.service)
 sha256sums=('5c61a4f69b093b688629cd365be38701485ff63cfb23642dab7a05ad250aefd7'
-'1920dc2d9a1dd86b3137ae4348196f9b95142d6eee484ee536bc7dfed7f0def0')
+'8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
 
 prepare() {
   sed -i 's|usr/libexec/sftp|usr/lib/ssh/sftp|' $pkgname-$pkgver/options.h

Modified: dropbear.service
===
--- dropbear.service2016-07-04 11:33:24 UTC (rev 182180)
+++ dropbear.service2016-07-04 11:45:28 UTC (rev 182181)
@@ -4,7 +4,7 @@
 
 [Service]
 Type=simple
-ExecStart=/usr/bin/dropbear -F -P /run/dropbear.pid
+ExecStart=/usr/bin/dropbear -F -P /run/dropbear.pid -R
 
 [Install]
 WantedBy=multi-user.target


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

2016-07-04 Thread Timothy Redaelli
Date: Monday, July 4, 2016 @ 11:45:37
  Author: tredaelli
Revision: 182182

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

Added:
  dropbear/repos/community-i686/PKGBUILD
(from rev 182181, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-i686/dropbear.service
(from rev 182181, dropbear/trunk/dropbear.service)
  dropbear/repos/community-x86_64/PKGBUILD
(from rev 182181, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-x86_64/dropbear.service
(from rev 182181, dropbear/trunk/dropbear.service)
Deleted:
  dropbear/repos/community-i686/PKGBUILD
  dropbear/repos/community-i686/dropbear.service
  dropbear/repos/community-x86_64/PKGBUILD
  dropbear/repos/community-x86_64/dropbear.service

---+
 /PKGBUILD |   92 
 /dropbear.service |   20 +++
 community-i686/PKGBUILD   |   46 --
 community-i686/dropbear.service   |   10 ---
 community-x86_64/PKGBUILD |   46 --
 community-x86_64/dropbear.service |   10 ---
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-04 11:45:28 UTC (rev 182181)
+++ community-i686/PKGBUILD 2016-07-04 11:45:37 UTC (rev 182182)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Simon Perry 
-# Contributor: Bartlomiej Piotrowski 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jason Pierce <`echo 'moc tod liamg ta nosaj tod ecreip' | rev`>
-# Contributor: Jeremy Cowgar 
-# Contributor: Simon Perry 
-
-pkgname=dropbear
-pkgver=2016.73
-pkgrel=1
-pkgdesc="Lightweight replacement for sshd"
-arch=('i686' 'x86_64')
-url="http://matt.ucc.asn.au/dropbear/dropbear.html;
-license=('MIT')
-depends=('zlib')
-source=(http://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2
-$pkgname.service)
-sha256sums=('5c61a4f69b093b688629cd365be38701485ff63cfb23642dab7a05ad250aefd7'
-'1920dc2d9a1dd86b3137ae4348196f9b95142d6eee484ee536bc7dfed7f0def0')
-
-prepare() {
-  sed -i 's|usr/libexec/sftp|usr/lib/ssh/sftp|' $pkgname-$pkgver/options.h
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install DESTDIR="${pkgdir}/"
-
-  # Configuration files
-  install -d "${pkgdir}/etc/$pkgname"
-  install -D -m644 "${srcdir}/$pkgname.service" 
"${pkgdir}/usr/lib/systemd/system/$pkgname.service"
-
-  # License file
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: dropbear/repos/community-i686/PKGBUILD (from rev 182181, 
dropbear/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-04 11:45:37 UTC (rev 182182)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Simon Perry 
+# Contributor: Bartlomiej Piotrowski 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jason Pierce <`echo 'moc tod liamg ta nosaj tod ecreip' | rev`>
+# Contributor: Jeremy Cowgar 
+# Contributor: Simon Perry 
+
+pkgname=dropbear
+pkgver=2016.73
+pkgrel=2
+pkgdesc="Lightweight replacement for sshd"
+arch=('i686' 'x86_64')
+url="http://matt.ucc.asn.au/dropbear/dropbear.html;
+license=('MIT')
+depends=('zlib')
+source=(http://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2
+$pkgname.service)
+sha256sums=('5c61a4f69b093b688629cd365be38701485ff63cfb23642dab7a05ad250aefd7'
+'8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
+
+prepare() {
+  sed -i 's|usr/libexec/sftp|usr/lib/ssh/sftp|' $pkgname-$pkgver/options.h
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="${pkgdir}/"
+
+  # Configuration files
+  install -d "${pkgdir}/etc/$pkgname"
+  install -D -m644 "${srcdir}/$pkgname.service" 
"${pkgdir}/usr/lib/systemd/system/$pkgname.service"
+
+  # License file
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}
+

Deleted: community-i686/dropbear.service
===
--- community-i686/dropbear.service 2016-07-04 11:45:28 UTC (rev 182181)
+++ community-i686/dropbear.service 2016-07-04 11:45:37 UTC (rev 182182)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Dropbear SSH Daemon
-After=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/dropbear -F -P /run/dropbear.pid
-
-[Install]

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

2016-07-04 Thread Evgeniy Alekseev
Date: Monday, July 4, 2016 @ 11:33:24
  Author: arcanis
Revision: 182180

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-04 11:33:07 UTC (rev 182179)
+++ PKGBUILD2016-07-04 11:33:24 UTC (rev 182180)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Tom 
-
-pkgname=pdfsam
-pkgver=3.0.3
-_pkgver="${pkgver}.RELEASE"
-pkgrel=2
-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")
-md5sums=('177423a32f5ee137e283f9cd471c24eb'
- 'e98c7828d1d8b4fdb7ba76c0e0f180db'
- '033e0e52c29624ce31d86b8a8b43adb6')
-
-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"
-}

Copied: pdfsam/repos/community-any/PKGBUILD (from rev 182179, 
pdfsam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-04 11:33:24 UTC (rev 182180)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Tom 
+
+pkgname=pdfsam
+pkgver=3.1.0
+_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")
+md5sums=('fa30c0ef0b9fa25407064a49c0b707c6'
+ 'e98c7828d1d8b4fdb7ba76c0e0f180db'
+ '033e0e52c29624ce31d86b8a8b43adb6')
+
+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"
+}

Deleted: pdfsam
===
--- pdfsam  2016-07-04 11:33:07 UTC (rev 182179)
+++ pdfsam  2016-07-04 11:33:24 UTC (rev 182180)
@@ -1,36 +0,0 @@
-#!/bin/sh
-# run application with java env >= 8
-

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

2016-07-04 Thread Evgeniy Alekseev
Date: Monday, July 4, 2016 @ 11:33:07
  Author: arcanis
Revision: 182179

upgpkg: pdfsam 3.1.0-1

Modified:
  pdfsam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 11:32:35 UTC (rev 182178)
+++ PKGBUILD2016-07-04 11:33:07 UTC (rev 182179)
@@ -3,9 +3,9 @@
 # Contributor: Tom 
 
 pkgname=pdfsam
-pkgver=3.0.3
+pkgver=3.1.0
 _pkgver="${pkgver}.RELEASE"
-pkgrel=2
+pkgrel=1
 pkgdesc="A free open source tool to split and merge pdf documents"
 arch=('any')
 url="http://www.pdfsam.org/;
@@ -16,7 +16,7 @@
 
source=("https://github.com/torakiki/${pkgname}/releases/download/v${_pkgver}/${pkgname}-${_pkgver}-bin.zip;
 "pdfsam"
 "pdfsam.png")
-md5sums=('177423a32f5ee137e283f9cd471c24eb'
+md5sums=('fa30c0ef0b9fa25407064a49c0b707c6'
  'e98c7828d1d8b4fdb7ba76c0e0f180db'
  '033e0e52c29624ce31d86b8a8b43adb6')
 


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

2016-07-04 Thread Maxime Gauduin
Date: Monday, July 4, 2016 @ 11:32:35
  Author: alucryd
Revision: 182178

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

Added:
  libretro-nestopia/repos/community-i686/PKGBUILD
(from rev 182177, libretro-nestopia/trunk/PKGBUILD)
  libretro-nestopia/repos/community-x86_64/PKGBUILD
(from rev 182177, libretro-nestopia/trunk/PKGBUILD)
Deleted:
  libretro-nestopia/repos/community-i686/PKGBUILD
  libretro-nestopia/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-04 11:32:19 UTC (rev 182177)
+++ community-i686/PKGBUILD 2016-07-04 11:32:35 UTC (rev 182178)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-nestopia
-pkgver=626
-pkgrel=1
-pkgdesc='Nintendo Entertainment System core'
-arch=('i686' 'x86_64')
-url='https://github.com/libretro/nestopia'
-license=('GPL2')
-groups=('libretro')
-depends=('gcc-libs' 'glibc')
-makedepends=('git')
-source=('libretro-nestopia::git+https://github.com/libretro/nestopia.git'
-
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/nestopia_libretro.info')
-sha256sums=('SKIP'
-'eea21d5c2fb0fe95c2f84c8e957b18a7898699a3899e784f94feb87f68c847b1')
-
-pkgver() {
-  cd libretro-nestopia
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-nestopia/libretro
-
-  make
-}
-
-package() {
-  cd libretro-nestopia/libretro
-
-  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
-  install -m 644 nestopia_libretro.so "${pkgdir}"/usr/lib/libretro/
-  install -m 644 ../../nestopia_libretro.info 
"${pkgdir}"/usr/share/libretro/info/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-nestopia/repos/community-i686/PKGBUILD (from rev 182177, 
libretro-nestopia/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-04 11:32:35 UTC (rev 182178)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-nestopia
+pkgver=646
+pkgrel=1
+pkgdesc='Nintendo Entertainment System core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/nestopia'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc')
+makedepends=('git')
+source=('libretro-nestopia::git+https://github.com/libretro/nestopia.git'
+
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/nestopia_libretro.info')
+sha256sums=('SKIP'
+'72585a62b7cefa3b8a5e050f696c3d174b798f21fa69131643bb62a0a1acd937')
+
+pkgver() {
+  cd libretro-nestopia
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-nestopia/libretro
+
+  make
+}
+
+package() {
+  cd libretro-nestopia/libretro
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 nestopia_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../../nestopia_libretro.info 
"${pkgdir}"/usr/share/libretro/info/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-04 11:32:19 UTC (rev 182177)
+++ community-x86_64/PKGBUILD   2016-07-04 11:32:35 UTC (rev 182178)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-nestopia
-pkgver=626
-pkgrel=1
-pkgdesc='Nintendo Entertainment System core'
-arch=('i686' 'x86_64')
-url='https://github.com/libretro/nestopia'
-license=('GPL2')
-groups=('libretro')
-depends=('gcc-libs' 'glibc')
-makedepends=('git')
-source=('libretro-nestopia::git+https://github.com/libretro/nestopia.git'
-
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/nestopia_libretro.info')
-sha256sums=('SKIP'
-'eea21d5c2fb0fe95c2f84c8e957b18a7898699a3899e784f94feb87f68c847b1')
-
-pkgver() {
-  cd libretro-nestopia
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-nestopia/libretro
-
-  make
-}
-
-package() {
-  cd libretro-nestopia/libretro
-
-  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
-  install -m 644 nestopia_libretro.so "${pkgdir}"/usr/lib/libretro/
-  install -m 644 ../../nestopia_libretro.info 
"${pkgdir}"/usr/share/libretro/info/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-nestopia/repos/community-x86_64/PKGBUILD (from rev 182177, 
libretro-nestopia/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-04 11:32:35 UTC 

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

2016-07-04 Thread Maxime Gauduin
Date: Monday, July 4, 2016 @ 11:32:19
  Author: alucryd
Revision: 182177

upgpkg: libretro-nestopia 646-1

Modified:
  libretro-nestopia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 11:28:11 UTC (rev 182176)
+++ PKGBUILD2016-07-04 11:32:19 UTC (rev 182177)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-nestopia
-pkgver=626
+pkgver=646
 pkgrel=1
 pkgdesc='Nintendo Entertainment System core'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 source=('libretro-nestopia::git+https://github.com/libretro/nestopia.git'
 
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/nestopia_libretro.info')
 sha256sums=('SKIP'
-'eea21d5c2fb0fe95c2f84c8e957b18a7898699a3899e784f94feb87f68c847b1')
+'72585a62b7cefa3b8a5e050f696c3d174b798f21fa69131643bb62a0a1acd937')
 
 pkgver() {
   cd libretro-nestopia


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

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 11:28:11
  Author: felixonmars
Revision: 182176

archrelease: copy trunk to multilib-x86_64

Added:
  wine_gecko/repos/multilib-x86_64/PKGBUILD
(from rev 182175, wine_gecko/trunk/PKGBUILD)
Deleted:
  wine_gecko/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-04 11:27:44 UTC (rev 182175)
+++ PKGBUILD2016-07-04 11:28:11 UTC (rev 182176)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Nicky726 (Nicky726  gmail  com)
-# Contributor: Allan McRae (allan  archlinux  org)
-# Contributor: Alexander 'bas' Brovikov (bas  it-core  org)
-
-pkgname=wine_gecko
-pkgver=2.44
-pkgrel=1
-pkgdesc="Wine's built-in replacement for Microsoft's Internet Explorer"
-arch=(i686 x86_64)
-url="http://wiki.winehq.org/Gecko;
-license=(MPL)
-depends=('wine>=1.9.3')
-source=(http://dl.winehq.org/wine/wine-gecko/$pkgver/wine_gecko-$pkgver-x86{,_64}.msi)
-md5sums=('f6ff2bb5dddc144726bd9a955fb16649'
- '59e7a37dcdc87f5e4f030bfafbb1c0d6')
-
-if [[ $CARCH == i686 ]]; then
-  # Strip x86_64 msi
-  source=(${source[0]})
-  md5sums=(${md5sums[0]})
-fi
-
-package() {
-  _geckodir="$pkgdir/usr/share/wine/gecko"
-
-  install -Dm644 $pkgname-$pkgver-x86.msi "$_geckodir/$pkgname-$pkgver-x86.msi"
-  if [[ $CARCH == x86_64 ]]; then
-install -m644 $pkgname-$pkgver-x86_64.msi "$_geckodir/"
-  fi
-}

Copied: wine_gecko/repos/multilib-x86_64/PKGBUILD (from rev 182175, 
wine_gecko/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-04 11:28:11 UTC (rev 182176)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Nicky726 (Nicky726  gmail  com)
+# Contributor: Allan McRae (allan  archlinux  org)
+# Contributor: Alexander 'bas' Brovikov (bas  it-core  org)
+
+pkgname=wine_gecko
+pkgver=2.47
+pkgrel=1
+pkgdesc="Wine's built-in replacement for Microsoft's Internet Explorer"
+arch=('i686' 'x86_64')
+url="http://wiki.winehq.org/Gecko;
+license=('MPL')
+depends=('wine')
+source=(http://dl.winehq.org/wine/wine-gecko/$pkgver/wine_gecko-$pkgver-x86.msi)
+source_x86_64=(http://dl.winehq.org/wine/wine-gecko/$pkgver/wine_gecko-$pkgver-x86_64.msi)
+md5sums=('5ebc4ec71c92b3db3d84b334a1db385d')
+md5sums_x86_64=('d93ac0d2e6aceafe9113a9918916df45')
+
+package() {
+  _geckodir="$pkgdir/usr/share/wine/gecko"
+
+  install -Dm644 $pkgname-$pkgver-x86.msi "$_geckodir/$pkgname-$pkgver-x86.msi"
+  if [[ $CARCH == x86_64 ]]; then
+install -m644 $pkgname-$pkgver-x86_64.msi "$_geckodir/"
+  fi
+}


[arch-commits] Commit in wine_gecko/repos/community-i686 (PKGBUILD PKGBUILD)

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 11:27:44
  Author: felixonmars
Revision: 182175

archrelease: copy trunk to community-i686

Added:
  wine_gecko/repos/community-i686/PKGBUILD
(from rev 182174, wine_gecko/trunk/PKGBUILD)
Deleted:
  wine_gecko/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-04 11:27:19 UTC (rev 182174)
+++ PKGBUILD2016-07-04 11:27:44 UTC (rev 182175)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Nicky726 (Nicky726  gmail  com)
-# Contributor: Allan McRae (allan  archlinux  org)
-# Contributor: Alexander 'bas' Brovikov (bas  it-core  org)
-
-pkgname=wine_gecko
-pkgver=2.44
-pkgrel=1
-pkgdesc="Wine's built-in replacement for Microsoft's Internet Explorer"
-arch=(i686 x86_64)
-url="http://wiki.winehq.org/Gecko;
-license=(MPL)
-depends=('wine>=1.9.3')
-source=(http://dl.winehq.org/wine/wine-gecko/$pkgver/wine_gecko-$pkgver-x86{,_64}.msi)
-md5sums=('f6ff2bb5dddc144726bd9a955fb16649'
- '59e7a37dcdc87f5e4f030bfafbb1c0d6')
-
-if [[ $CARCH == i686 ]]; then
-  # Strip x86_64 msi
-  source=(${source[0]})
-  md5sums=(${md5sums[0]})
-fi
-
-package() {
-  _geckodir="$pkgdir/usr/share/wine/gecko"
-
-  install -Dm644 $pkgname-$pkgver-x86.msi "$_geckodir/$pkgname-$pkgver-x86.msi"
-  if [[ $CARCH == x86_64 ]]; then
-install -m644 $pkgname-$pkgver-x86_64.msi "$_geckodir/"
-  fi
-}

Copied: wine_gecko/repos/community-i686/PKGBUILD (from rev 182174, 
wine_gecko/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-04 11:27:44 UTC (rev 182175)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Nicky726 (Nicky726  gmail  com)
+# Contributor: Allan McRae (allan  archlinux  org)
+# Contributor: Alexander 'bas' Brovikov (bas  it-core  org)
+
+pkgname=wine_gecko
+pkgver=2.47
+pkgrel=1
+pkgdesc="Wine's built-in replacement for Microsoft's Internet Explorer"
+arch=('i686' 'x86_64')
+url="http://wiki.winehq.org/Gecko;
+license=('MPL')
+depends=('wine')
+source=(http://dl.winehq.org/wine/wine-gecko/$pkgver/wine_gecko-$pkgver-x86.msi)
+source_x86_64=(http://dl.winehq.org/wine/wine-gecko/$pkgver/wine_gecko-$pkgver-x86_64.msi)
+md5sums=('5ebc4ec71c92b3db3d84b334a1db385d')
+md5sums_x86_64=('d93ac0d2e6aceafe9113a9918916df45')
+
+package() {
+  _geckodir="$pkgdir/usr/share/wine/gecko"
+
+  install -Dm644 $pkgname-$pkgver-x86.msi "$_geckodir/$pkgname-$pkgver-x86.msi"
+  if [[ $CARCH == x86_64 ]]; then
+install -m644 $pkgname-$pkgver-x86_64.msi "$_geckodir/"
+  fi
+}


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

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 11:27:19
  Author: felixonmars
Revision: 182174

upgpkg: wine_gecko 2.47-1

Modified:
  wine_gecko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 11:25:34 UTC (rev 182173)
+++ PKGBUILD2016-07-04 11:27:19 UTC (rev 182174)
@@ -5,23 +5,18 @@
 # Contributor: Alexander 'bas' Brovikov (bas  it-core  org)
 
 pkgname=wine_gecko
-pkgver=2.44
+pkgver=2.47
 pkgrel=1
 pkgdesc="Wine's built-in replacement for Microsoft's Internet Explorer"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://wiki.winehq.org/Gecko;
-license=(MPL)
-depends=('wine>=1.9.3')
-source=(http://dl.winehq.org/wine/wine-gecko/$pkgver/wine_gecko-$pkgver-x86{,_64}.msi)
-md5sums=('f6ff2bb5dddc144726bd9a955fb16649'
- '59e7a37dcdc87f5e4f030bfafbb1c0d6')
+license=('MPL')
+depends=('wine')
+source=(http://dl.winehq.org/wine/wine-gecko/$pkgver/wine_gecko-$pkgver-x86.msi)
+source_x86_64=(http://dl.winehq.org/wine/wine-gecko/$pkgver/wine_gecko-$pkgver-x86_64.msi)
+md5sums=('5ebc4ec71c92b3db3d84b334a1db385d')
+md5sums_x86_64=('d93ac0d2e6aceafe9113a9918916df45')
 
-if [[ $CARCH == i686 ]]; then
-  # Strip x86_64 msi
-  source=(${source[0]})
-  md5sums=(${md5sums[0]})
-fi
-
 package() {
   _geckodir="$pkgdir/usr/share/wine/gecko"
 


[arch-commits] Commit in lightdm-gtk-greeter-settings/trunk (PKGBUILD)

2016-07-04 Thread Maxime Gauduin
Date: Monday, July 4, 2016 @ 11:25:18
  Author: alucryd
Revision: 182172

upgpkg: lightdm-gtk-greeter-settings 1.2.1-4

Modified:
  lightdm-gtk-greeter-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 11:23:34 UTC (rev 182171)
+++ PKGBUILD2016-07-04 11:25:18 UTC (rev 182172)
@@ -4,7 +4,7 @@
 # Contributor: andrew.p 
 
 pkgname=lightdm-gtk-greeter-settings
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=4
 pkgdesc='Settings editor for the LightDM GTK+ Greeter'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('gtk-update-icon-cache' 'lightdm-gtk-greeter' 'python-gobject')
 makedepends=('python-distutils-extra')
 
source=("https://launchpad.net/lightdm-gtk-greeter-settings/${pkgver%.*}/${pkgver}/+download/lightdm-gtk-greeter-settings-${pkgver}.tar.gz;)
-sha256sums=('0450202639b947434695d5ff60b4c4b655d7399f52e5b56db4593241c8080a55')
+sha256sums=('ab91027b56ca0e0c98a38169acc453c08801bc4937dc1a53bd6e98b7aaceea96')
 
 build() {
   cd lightdm-gtk-greeter-settings-${pkgver}


[arch-commits] Commit in lightdm-gtk-greeter-settings/repos/community-any (2 files)

2016-07-04 Thread Maxime Gauduin
Date: Monday, July 4, 2016 @ 11:25:34
  Author: alucryd
Revision: 182173

archrelease: copy trunk to community-any

Added:
  lightdm-gtk-greeter-settings/repos/community-any/PKGBUILD
(from rev 182172, lightdm-gtk-greeter-settings/trunk/PKGBUILD)
Deleted:
  lightdm-gtk-greeter-settings/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-04 11:25:18 UTC (rev 182172)
+++ PKGBUILD2016-07-04 11:25:34 UTC (rev 182173)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Arthur Zamarin 
-# Contributor: andrew.p 
-
-pkgname=lightdm-gtk-greeter-settings
-pkgver=1.2.0
-pkgrel=4
-pkgdesc='Settings editor for the LightDM GTK+ Greeter'
-arch=('any')
-url='https://launchpad.net/lightdm-gtk-greeter-settings'
-license=('GPL3')
-depends=('gtk-update-icon-cache' 'lightdm-gtk-greeter' 'python-gobject')
-makedepends=('python-distutils-extra')
-source=("https://launchpad.net/lightdm-gtk-greeter-settings/${pkgver%.*}/${pkgver}/+download/lightdm-gtk-greeter-settings-${pkgver}.tar.gz;)
-sha256sums=('0450202639b947434695d5ff60b4c4b655d7399f52e5b56db4593241c8080a55')
-
-build() {
-  cd lightdm-gtk-greeter-settings-${pkgver}
-
-  python setup.py build
-}
-
-package() {
-  cd lightdm-gtk-greeter-settings-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-# vim: ts=2 sw=2 et:

Copied: lightdm-gtk-greeter-settings/repos/community-any/PKGBUILD (from rev 
182172, lightdm-gtk-greeter-settings/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-04 11:25:34 UTC (rev 182173)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Arthur Zamarin 
+# Contributor: andrew.p 
+
+pkgname=lightdm-gtk-greeter-settings
+pkgver=1.2.1
+pkgrel=4
+pkgdesc='Settings editor for the LightDM GTK+ Greeter'
+arch=('any')
+url='https://launchpad.net/lightdm-gtk-greeter-settings'
+license=('GPL3')
+depends=('gtk-update-icon-cache' 'lightdm-gtk-greeter' 'python-gobject')
+makedepends=('python-distutils-extra')
+source=("https://launchpad.net/lightdm-gtk-greeter-settings/${pkgver%.*}/${pkgver}/+download/lightdm-gtk-greeter-settings-${pkgver}.tar.gz;)
+sha256sums=('ab91027b56ca0e0c98a38169acc453c08801bc4937dc1a53bd6e98b7aaceea96')
+
+build() {
+  cd lightdm-gtk-greeter-settings-${pkgver}
+
+  python setup.py build
+}
+
+package() {
+  cd lightdm-gtk-greeter-settings-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


  1   2   >