[arch-commits] Commit in (qca-gnupg qca-ossl qca-qt5)

2015-10-09 Thread Antonio Rojas
Date: Friday, October 9, 2015 @ 11:16:32
  Author: arojas
Revision: 248679

Merged in qca

Deleted:
  qca-gnupg/
  qca-ossl/
  qca-qt5/


[arch-commits] Commit in (5 files)

2015-10-09 Thread Felix Yan
Date: Friday, October 9, 2015 @ 10:41:28
  Author: fyan
Revision: 143480

addpkg: haskell-hslua 0.4.1-1

Added:
  haskell-hslua/
  haskell-hslua/repos/
  haskell-hslua/trunk/
  haskell-hslua/trunk/PKGBUILD
  haskell-hslua/trunk/haskell-hslua.install

---+
 PKGBUILD  |   43 +++
 haskell-hslua.install |   18 ++
 2 files changed, 61 insertions(+)

Added: haskell-hslua/trunk/PKGBUILD
===
--- haskell-hslua/trunk/PKGBUILD(rev 0)
+++ haskell-hslua/trunk/PKGBUILD2015-10-09 08:41:28 UTC (rev 143480)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hslua
+pkgname=haskell-hslua
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="A Lua language interpreter embedding in Haskell"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('2df2b4f0566ef2244506f9830e0207fce3bece7c331129f69f446c722136173f')
+
+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-luajit -f-apicheck -f-system-lua
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
+}


Property changes on: haskell-hslua/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-hslua/trunk/haskell-hslua.install
===
--- haskell-hslua/trunk/haskell-hslua.install   (rev 0)
+++ haskell-hslua/trunk/haskell-hslua.install   2015-10-09 08:41:28 UTC (rev 
143480)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hslua
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


[arch-commits] Commit in (5 files)

2015-10-09 Thread Felix Yan
Date: Friday, October 9, 2015 @ 11:09:43
  Author: fyan
Revision: 143486

addpkg: haskell-transformers-compat 0.4.0.4-1

Added:
  haskell-transformers-compat/
  haskell-transformers-compat/repos/
  haskell-transformers-compat/trunk/
  haskell-transformers-compat/trunk/PKGBUILD
  haskell-transformers-compat/trunk/haskell-transformers-compat.install

-+
 PKGBUILD|   45 ++
 haskell-transformers-compat.install |   18 +
 2 files changed, 63 insertions(+)

Added: haskell-transformers-compat/trunk/PKGBUILD
===
--- haskell-transformers-compat/trunk/PKGBUILD  (rev 0)
+++ haskell-transformers-compat/trunk/PKGBUILD  2015-10-09 09:09:43 UTC (rev 
143486)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: William J. Bowman 
+# Contributer: Leif Warner 
+
+_hkgname=transformers-compat
+pkgname=haskell-transformers-compat
+pkgver=0.4.0.4
+pkgrel=1
+pkgdesc="A small compatibility shim exposing the new types from transformers 
0.3 to older Haskell platforms."
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.2')
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+sha512sums=('5850fa8ed63684b3dc37897c22d1d32d7412374dcd892e42db7ed975d493fdc8e216630735813ed00203f83dcd17722484a6ec182ccffb6fc8794b4b82b6c951')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup configure -O \
+  ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } \
+  --enable-split-objs \
+  --enable-shared \
+  --prefix=/usr\
+  --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s /usr/share/doc/${pkgname}/html 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-transformers-compat/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-transformers-compat/trunk/haskell-transformers-compat.install
===
--- haskell-transformers-compat/trunk/haskell-transformers-compat.install   
(rev 0)
+++ haskell-transformers-compat/trunk/haskell-transformers-compat.install   
2015-10-09 09:09:43 UTC (rev 143486)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-transformers-compat
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2015-10-09 Thread Felix Yan
Date: Friday, October 9, 2015 @ 11:14:25
  Author: fyan
Revision: 143489

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

Added:
  haskell-exceptions/repos/community-i686/
  haskell-exceptions/repos/community-i686/PKGBUILD
(from rev 143488, haskell-exceptions/trunk/PKGBUILD)
  haskell-exceptions/repos/community-i686/haskell-exceptions.install
(from rev 143488, haskell-exceptions/trunk/haskell-exceptions.install)
  haskell-exceptions/repos/community-x86_64/
  haskell-exceptions/repos/community-x86_64/PKGBUILD
(from rev 143488, haskell-exceptions/trunk/PKGBUILD)
  haskell-exceptions/repos/community-x86_64/haskell-exceptions.install
(from rev 143488, haskell-exceptions/trunk/haskell-exceptions.install)

-+
 community-i686/PKGBUILD |   42 ++
 community-i686/haskell-exceptions.install   |   18 +++
 community-x86_64/PKGBUILD   |   42 ++
 community-x86_64/haskell-exceptions.install |   18 +++
 4 files changed, 120 insertions(+)

Copied: haskell-exceptions/repos/community-i686/PKGBUILD (from rev 143488, 
haskell-exceptions/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-09 09:14:25 UTC (rev 143489)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=exceptions
+pkgname=haskell-exceptions
+pkgver=0.8.0.2
+pkgrel=1
+pkgdesc="Extensible optionally-pure exceptions"
+url="http://github.com/ekmett/exceptions/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-mtl" "haskell-stm" 
"haskell-transformers-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('070a3e0d1495243770fb3a629d5187ce898f069cb3621c5f7c610ae264982bf4')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-exceptions/repos/community-i686/haskell-exceptions.install 
(from rev 143488, haskell-exceptions/trunk/haskell-exceptions.install)
===
--- community-i686/haskell-exceptions.install   (rev 0)
+++ community-i686/haskell-exceptions.install   2015-10-09 09:14:25 UTC (rev 
143489)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-exceptions
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-exceptions/repos/community-x86_64/PKGBUILD (from rev 143488, 
haskell-exceptions/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-09 09:14:25 UTC (rev 143489)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=exceptions
+pkgname=haskell-exceptions
+pkgver=0.8.0.2
+pkgrel=1
+pkgdesc="Extensible optionally-pure exceptions"
+url="http://github.com/ekmett/exceptions/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-mtl" "haskell-stm" 
"haskell-transformers-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"

[arch-commits] Commit in (5 files)

2015-10-09 Thread Felix Yan
Date: Friday, October 9, 2015 @ 11:13:43
  Author: fyan
Revision: 143488

addpkg: haskell-exceptions 0.8.0.2-1

Added:
  haskell-exceptions/
  haskell-exceptions/repos/
  haskell-exceptions/trunk/
  haskell-exceptions/trunk/PKGBUILD
  haskell-exceptions/trunk/haskell-exceptions.install

+
 PKGBUILD   |   42 ++
 haskell-exceptions.install |   18 ++
 2 files changed, 60 insertions(+)

Added: haskell-exceptions/trunk/PKGBUILD
===
--- haskell-exceptions/trunk/PKGBUILD   (rev 0)
+++ haskell-exceptions/trunk/PKGBUILD   2015-10-09 09:13:43 UTC (rev 143488)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=exceptions
+pkgname=haskell-exceptions
+pkgver=0.8.0.2
+pkgrel=1
+pkgdesc="Extensible optionally-pure exceptions"
+url="http://github.com/ekmett/exceptions/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-mtl" "haskell-stm" 
"haskell-transformers-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('070a3e0d1495243770fb3a629d5187ce898f069cb3621c5f7c610ae264982bf4')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-exceptions/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-exceptions/trunk/haskell-exceptions.install
===
--- haskell-exceptions/trunk/haskell-exceptions.install 
(rev 0)
+++ haskell-exceptions/trunk/haskell-exceptions.install 2015-10-09 09:13:43 UTC 
(rev 143488)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-exceptions
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


[arch-commits] Commit in (4 files)

2015-10-09 Thread Antonio Rojas
Date: Friday, October 9, 2015 @ 11:23:32
  Author: arojas
Revision: 143490

Update qca dependencies

Modified:
  choqok/trunk/PKGBUILD
  clementine/trunk/PKGBUILD
  kdeconnect/trunk/PKGBUILD
  rekonq/trunk/PKGBUILD

---+
 choqok/trunk/PKGBUILD |2 +-
 clementine/trunk/PKGBUILD |2 +-
 kdeconnect/trunk/PKGBUILD |2 +-
 rekonq/trunk/PKGBUILD |3 +--
 4 files changed, 4 insertions(+), 5 deletions(-)

Modified: choqok/trunk/PKGBUILD
===
--- choqok/trunk/PKGBUILD   2015-10-09 09:14:25 UTC (rev 143489)
+++ choqok/trunk/PKGBUILD   2015-10-09 09:23:32 UTC (rev 143490)
@@ -11,7 +11,7 @@
 url='http://choqok.gnufolks.org/'
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('kdebase-runtime' 'qjson' 'qoauth' 'qca-ossl')
+depends=('kdebase-runtime' 'qjson' 'qoauth')
 makedepends=('cmake' 'automoc4' 'telepathy-qt')
 optdepends=('kdebase-konqueror: proxy support'
 'telepathy-qt: IMstatus plugin')

Modified: clementine/trunk/PKGBUILD
===
--- clementine/trunk/PKGBUILD   2015-10-09 09:14:25 UTC (rev 143489)
+++ clementine/trunk/PKGBUILD   2015-10-09 09:23:32 UTC (rev 143490)
@@ -12,7 +12,7 @@
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod'
- 'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib')
+ 'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-qt4' 'taglib')
 makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
 optdepends=('gstreamer0.10-base-plugins: "Base" plugin libraries'
 'gstreamer0.10-good-plugins: "Good" plugin libraries'

Modified: kdeconnect/trunk/PKGBUILD
===
--- kdeconnect/trunk/PKGBUILD   2015-10-09 09:14:25 UTC (rev 143489)
+++ kdeconnect/trunk/PKGBUILD   2015-10-09 09:23:32 UTC (rev 143490)
@@ -10,7 +10,7 @@
 url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
 license=(GPL)
 arch=(i686 x86_64)
-depends=(kdebase-runtime qca-ossl libfakekey qjson)
+depends=(kdebase-runtime libfakekey qjson)
 makedepends=(automoc4 cmake)
 optdepends=('sshfs: remote filesystem browser')
 install="${pkgname}.install"

Modified: rekonq/trunk/PKGBUILD
===
--- rekonq/trunk/PKGBUILD   2015-10-09 09:14:25 UTC (rev 143489)
+++ rekonq/trunk/PKGBUILD   2015-10-09 09:23:32 UTC (rev 143490)
@@ -13,8 +13,7 @@
 license=('GPL')
 depends=('kdebase-keditbookmarks' 'qoauth')
 makedepends=('cmake' 'automoc4')
-optdepends=('kdebase-konqueror: search engines support'
-'qca-ossl: to use the sync handler')
+optdepends=('kdebase-konqueror: search engines support')
 install=${pkgname}.install
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;
 'with-nepomuk.patch')


[arch-commits] Commit in haskell-case-insensitive/repos (6 files)

2015-10-09 Thread Felix Yan
Date: Friday, October 9, 2015 @ 10:56:19
  Author: fyan
Revision: 143483

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

Added:
  haskell-case-insensitive/repos/community-i686/
  haskell-case-insensitive/repos/community-i686/PKGBUILD
(from rev 143482, haskell-case-insensitive/trunk/PKGBUILD)
  haskell-case-insensitive/repos/community-i686/haskell-case-insensitive.install
(from rev 143482, 
haskell-case-insensitive/trunk/haskell-case-insensitive.install)
  haskell-case-insensitive/repos/community-x86_64/
  haskell-case-insensitive/repos/community-x86_64/PKGBUILD
(from rev 143482, haskell-case-insensitive/trunk/PKGBUILD)
  
haskell-case-insensitive/repos/community-x86_64/haskell-case-insensitive.install
(from rev 143482, 
haskell-case-insensitive/trunk/haskell-case-insensitive.install)

---+
 community-i686/PKGBUILD   |   38 
 community-i686/haskell-case-insensitive.install   |   18 +
 community-x86_64/PKGBUILD |   38 
 community-x86_64/haskell-case-insensitive.install |   18 +
 4 files changed, 112 insertions(+)

Copied: haskell-case-insensitive/repos/community-i686/PKGBUILD (from rev 
143482, haskell-case-insensitive/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-09 08:56:19 UTC (rev 143483)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=case-insensitive
+pkgname=haskell-case-insensitive
+pkgver=1.2.0.3
+pkgrel=1
+pkgdesc="Case insensitive string comparison"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.2' 'haskell-hashable' 'haskell-text')
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('0d06bfcf77f0fba85424b87a61775a78')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-case-insensitive/repos/community-i686/haskell-case-insensitive.install 
(from rev 143482, 
haskell-case-insensitive/trunk/haskell-case-insensitive.install)
===
--- community-i686/haskell-case-insensitive.install 
(rev 0)
+++ community-i686/haskell-case-insensitive.install 2015-10-09 08:56:19 UTC 
(rev 143483)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-case-insensitive
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-case-insensitive/repos/community-x86_64/PKGBUILD (from rev 
143482, haskell-case-insensitive/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-09 08:56:19 UTC (rev 143483)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=case-insensitive
+pkgname=haskell-case-insensitive
+pkgver=1.2.0.3
+pkgrel=1
+pkgdesc="Case insensitive string comparison"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.2' 'haskell-hashable' 'haskell-text')
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)

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

2015-10-09 Thread Felix Yan
Date: Friday, October 9, 2015 @ 11:03:58
  Author: fyan
Revision: 143485

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

Added:
  haskell-cookie/repos/community-i686/
  haskell-cookie/repos/community-i686/PKGBUILD
(from rev 143484, haskell-cookie/trunk/PKGBUILD)
  haskell-cookie/repos/community-i686/haskell-cookie.install
(from rev 143484, haskell-cookie/trunk/haskell-cookie.install)
  haskell-cookie/repos/community-x86_64/
  haskell-cookie/repos/community-x86_64/PKGBUILD
(from rev 143484, haskell-cookie/trunk/PKGBUILD)
  haskell-cookie/repos/community-x86_64/haskell-cookie.install
(from rev 143484, haskell-cookie/trunk/haskell-cookie.install)

-+
 community-i686/PKGBUILD |   40 ++
 community-i686/haskell-cookie.install   |   18 +
 community-x86_64/PKGBUILD   |   40 ++
 community-x86_64/haskell-cookie.install |   18 +
 4 files changed, 116 insertions(+)

Copied: haskell-cookie/repos/community-i686/PKGBUILD (from rev 143484, 
haskell-cookie/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-09 09:03:58 UTC (rev 143485)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: hauzer 
+
+_hkgname=cookie
+pkgname=haskell-cookie
+pkgver=0.4.1.4
+pkgrel=1
+pkgdesc="HTTP cookie parsing and rendering"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.2' 'haskell-blaze-builder' 'haskell-data-default' 
'haskell-old-locale' 'haskell-text')
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('488c3a187fb1e3c4d60557c45d97cbf2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-cookie/repos/community-i686/haskell-cookie.install (from rev 
143484, haskell-cookie/trunk/haskell-cookie.install)
===
--- community-i686/haskell-cookie.install   (rev 0)
+++ community-i686/haskell-cookie.install   2015-10-09 09:03:58 UTC (rev 
143485)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cookie
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-cookie/repos/community-x86_64/PKGBUILD (from rev 143484, 
haskell-cookie/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-09 09:03:58 UTC (rev 143485)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: hauzer 
+
+_hkgname=cookie
+pkgname=haskell-cookie
+pkgver=0.4.1.4
+pkgrel=1
+pkgdesc="HTTP cookie parsing and rendering"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.2' 'haskell-blaze-builder' 'haskell-data-default' 
'haskell-old-locale' 'haskell-text')
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('488c3a187fb1e3c4d60557c45d97cbf2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup 

[arch-commits] Commit in (5 files)

2015-10-09 Thread Felix Yan
Date: Friday, October 9, 2015 @ 11:03:12
  Author: fyan
Revision: 143484

addpkg: haskell-cookie 0.4.1.4-1

Added:
  haskell-cookie/
  haskell-cookie/repos/
  haskell-cookie/trunk/
  haskell-cookie/trunk/PKGBUILD
  haskell-cookie/trunk/haskell-cookie.install

+
 PKGBUILD   |   40 
 haskell-cookie.install |   18 ++
 2 files changed, 58 insertions(+)

Added: haskell-cookie/trunk/PKGBUILD
===
--- haskell-cookie/trunk/PKGBUILD   (rev 0)
+++ haskell-cookie/trunk/PKGBUILD   2015-10-09 09:03:12 UTC (rev 143484)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: hauzer 
+
+_hkgname=cookie
+pkgname=haskell-cookie
+pkgver=0.4.1.4
+pkgrel=1
+pkgdesc="HTTP cookie parsing and rendering"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.2' 'haskell-blaze-builder' 'haskell-data-default' 
'haskell-old-locale' 'haskell-text')
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('488c3a187fb1e3c4d60557c45d97cbf2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s /usr/share/doc/${pkgname}/html 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-cookie/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-cookie/trunk/haskell-cookie.install
===
--- haskell-cookie/trunk/haskell-cookie.install (rev 0)
+++ haskell-cookie/trunk/haskell-cookie.install 2015-10-09 09:03:12 UTC (rev 
143484)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cookie
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


[arch-commits] Commit in haskell-transformers-compat/repos (6 files)

2015-10-09 Thread Felix Yan
Date: Friday, October 9, 2015 @ 11:10:15
  Author: fyan
Revision: 143487

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

Added:
  haskell-transformers-compat/repos/community-i686/
  haskell-transformers-compat/repos/community-i686/PKGBUILD
(from rev 143486, haskell-transformers-compat/trunk/PKGBUILD)
  
haskell-transformers-compat/repos/community-i686/haskell-transformers-compat.install
(from rev 143486, 
haskell-transformers-compat/trunk/haskell-transformers-compat.install)
  haskell-transformers-compat/repos/community-x86_64/
  haskell-transformers-compat/repos/community-x86_64/PKGBUILD
(from rev 143486, haskell-transformers-compat/trunk/PKGBUILD)
  
haskell-transformers-compat/repos/community-x86_64/haskell-transformers-compat.install
(from rev 143486, 
haskell-transformers-compat/trunk/haskell-transformers-compat.install)

--+
 community-i686/PKGBUILD  |   45 +
 community-i686/haskell-transformers-compat.install   |   18 ++
 community-x86_64/PKGBUILD|   45 +
 community-x86_64/haskell-transformers-compat.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-transformers-compat/repos/community-i686/PKGBUILD (from rev 
143486, haskell-transformers-compat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-09 09:10:15 UTC (rev 143487)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: William J. Bowman 
+# Contributer: Leif Warner 
+
+_hkgname=transformers-compat
+pkgname=haskell-transformers-compat
+pkgver=0.4.0.4
+pkgrel=1
+pkgdesc="A small compatibility shim exposing the new types from transformers 
0.3 to older Haskell platforms."
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.2')
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+sha512sums=('5850fa8ed63684b3dc37897c22d1d32d7412374dcd892e42db7ed975d493fdc8e216630735813ed00203f83dcd17722484a6ec182ccffb6fc8794b4b82b6c951')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup configure -O \
+  ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } \
+  --enable-split-objs \
+  --enable-shared \
+  --prefix=/usr\
+  --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-transformers-compat/repos/community-i686/haskell-transformers-compat.install
 (from rev 143486, 
haskell-transformers-compat/trunk/haskell-transformers-compat.install)
===
--- community-i686/haskell-transformers-compat.install  
(rev 0)
+++ community-i686/haskell-transformers-compat.install  2015-10-09 09:10:15 UTC 
(rev 143487)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-transformers-compat
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-transformers-compat/repos/community-x86_64/PKGBUILD (from rev 
143486, haskell-transformers-compat/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-09 09:10:15 UTC (rev 143487)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: William J. Bowman 
+# Contributer: Leif Warner 
+

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

2015-10-09 Thread Antonio Rojas
Date: Friday, October 9, 2015 @ 11:21:13
  Author: arojas
Revision: 248682

Update qca dependencies

Modified:
  kdelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 09:21:01 UTC (rev 248681)
+++ PKGBUILD2015-10-09 09:21:13 UTC (rev 248682)
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
 license=('GPL' 'LGPL' 'FDL')
-depends=('attica-qt4' 'libxss' 'krb5' 'qca' 'libdbusmenu-qt4' 'polkit-qt4'
+depends=('attica-qt4' 'libxss' 'krb5' 'qca-qt4' 'libdbusmenu-qt4' 'polkit-qt4'
 'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'strigi'
 'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon-qt4'
 'media-player-info' 'libxtst' 'libutempter' 'qtwebkit' 'icu')


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

2015-10-09 Thread Antonio Rojas
Date: Friday, October 9, 2015 @ 11:21:01
  Author: arojas
Revision: 248681

Update qca dependencies

Modified:
  kdenetwork-kopete/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 09:19:42 UTC (rev 248680)
+++ PKGBUILD2015-10-09 09:21:01 UTC (rev 248681)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'kdepimlibs4' 'qca-ossl' 'libotr' 'qimageblitz' 
'jsoncpp')
+depends=('kdebase-runtime' 'kdepimlibs4' 'libotr' 'qimageblitz' 'jsoncpp')
 makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
 optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
 install=${pkgname}.install


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

2015-10-09 Thread Felix Yan
Date: Friday, October 9, 2015 @ 10:41:58
  Author: fyan
Revision: 143481

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

Added:
  haskell-hslua/repos/community-i686/
  haskell-hslua/repos/community-i686/PKGBUILD
(from rev 143480, haskell-hslua/trunk/PKGBUILD)
  haskell-hslua/repos/community-i686/haskell-hslua.install
(from rev 143480, haskell-hslua/trunk/haskell-hslua.install)
  haskell-hslua/repos/community-x86_64/
  haskell-hslua/repos/community-x86_64/PKGBUILD
(from rev 143480, haskell-hslua/trunk/PKGBUILD)
  haskell-hslua/repos/community-x86_64/haskell-hslua.install
(from rev 143480, haskell-hslua/trunk/haskell-hslua.install)

+
 community-i686/PKGBUILD|   43 +++
 community-i686/haskell-hslua.install   |   18 
 community-x86_64/PKGBUILD  |   43 +++
 community-x86_64/haskell-hslua.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-hslua/repos/community-i686/PKGBUILD (from rev 143480, 
haskell-hslua/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-09 08:41:58 UTC (rev 143481)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hslua
+pkgname=haskell-hslua
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="A Lua language interpreter embedding in Haskell"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('2df2b4f0566ef2244506f9830e0207fce3bece7c331129f69f446c722136173f')
+
+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-luajit -f-apicheck -f-system-lua
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
+}

Copied: haskell-hslua/repos/community-i686/haskell-hslua.install (from rev 
143480, haskell-hslua/trunk/haskell-hslua.install)
===
--- community-i686/haskell-hslua.install(rev 0)
+++ community-i686/haskell-hslua.install2015-10-09 08:41:58 UTC (rev 
143481)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hslua
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-hslua/repos/community-x86_64/PKGBUILD (from rev 143480, 
haskell-hslua/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-09 08:41:58 UTC (rev 143481)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hslua
+pkgname=haskell-hslua
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="A Lua language interpreter embedding in Haskell"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('2df2b4f0566ef2244506f9830e0207fce3bece7c331129f69f446c722136173f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+ 

[arch-commits] Commit in (5 files)

2015-10-09 Thread Felix Yan
Date: Friday, October 9, 2015 @ 10:55:33
  Author: fyan
Revision: 143482

addpkg: haskell-case-insensitive 1.2.0.3-1

Added:
  haskell-case-insensitive/
  haskell-case-insensitive/repos/
  haskell-case-insensitive/trunk/
  haskell-case-insensitive/trunk/PKGBUILD
  haskell-case-insensitive/trunk/haskell-case-insensitive.install

--+
 PKGBUILD |   38 +
 haskell-case-insensitive.install |   18 +
 2 files changed, 56 insertions(+)

Added: haskell-case-insensitive/trunk/PKGBUILD
===
--- haskell-case-insensitive/trunk/PKGBUILD (rev 0)
+++ haskell-case-insensitive/trunk/PKGBUILD 2015-10-09 08:55:33 UTC (rev 
143482)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=case-insensitive
+pkgname=haskell-case-insensitive
+pkgver=1.2.0.3
+pkgrel=1
+pkgdesc="Case insensitive string comparison"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.2' 'haskell-hashable' 'haskell-text')
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('0d06bfcf77f0fba85424b87a61775a78')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s /usr/share/doc/${pkgname}/html 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-case-insensitive/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-case-insensitive/trunk/haskell-case-insensitive.install
===
--- haskell-case-insensitive/trunk/haskell-case-insensitive.install 
(rev 0)
+++ haskell-case-insensitive/trunk/haskell-case-insensitive.install 
2015-10-09 08:55:33 UTC (rev 143482)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-case-insensitive
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


[arch-commits] Commit in (3 files)

2015-10-09 Thread Antonio Rojas
Date: Friday, October 9, 2015 @ 11:19:42
  Author: arojas
Revision: 248680

Update qca dependencies

Modified:
  kdeplasma4-addons/trunk/PKGBUILD
  psi/trunk/PKGBUILD
  qoauth/trunk/PKGBUILD

--+
 kdeplasma4-addons/trunk/PKGBUILD |2 +-
 psi/trunk/PKGBUILD   |2 +-
 qoauth/trunk/PKGBUILD|2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Modified: kdeplasma4-addons/trunk/PKGBUILD
===
--- kdeplasma4-addons/trunk/PKGBUILD2015-10-09 09:16:32 UTC (rev 248679)
+++ kdeplasma4-addons/trunk/PKGBUILD2015-10-09 09:19:42 UTC (rev 248680)
@@ -320,7 +320,7 @@
 
 package_kdeplasma-addons-applets-microblog() {
pkgdesc='Update and view your microblog status.'
-   depends=('kdeplasma-addons-libs' 'qoauth' 'qca-ossl')
+   depends=('kdeplasma-addons-libs' 'qoauth')
cd $srcdir/build/applets/microblog
make DESTDIR=$pkgdir install
 }

Modified: psi/trunk/PKGBUILD
===
--- psi/trunk/PKGBUILD  2015-10-09 09:16:32 UTC (rev 248679)
+++ psi/trunk/PKGBUILD  2015-10-09 09:19:42 UTC (rev 248680)
@@ -8,7 +8,7 @@
 url='http://psi-im.org/'
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('qca-ossl' 'qca-gnupg' 'enchant' 'libxss' 'xdg-utils')
+depends=('qca-qt4' 'enchant' 'libxss' 'xdg-utils')
 makedepends=('icu')
 install='psi.install'
 source=("http://downloads.sourceforge.net/psi/psi-${pkgver}.tar.bz2;

Modified: qoauth/trunk/PKGBUILD
===
--- qoauth/trunk/PKGBUILD   2015-10-09 09:16:32 UTC (rev 248679)
+++ qoauth/trunk/PKGBUILD   2015-10-09 09:19:42 UTC (rev 248680)
@@ -9,7 +9,7 @@
 url='http://github.com/ayoy/qoauth'
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('qca')
+depends=('qca-qt4')
 makedepends=('cmake' 'automoc4')
 
source=("http://files.ayoy.net/qoauth/release/current/src/${pkgname}-${pkgver}-src.tar.bz2;)
 md5sums=('bcb6d01e6c9a6fb22099c9e0f5889578')


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

2015-10-09 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 03:51:18
  Author: fyan
Revision: 143521

upgpkg: python-pyperclip 1.5.14-1

Added:
  python-pyperclip/trunk/fix-test_copyUnicode.patch
Modified:
  python-pyperclip/trunk/PKGBUILD
Deleted:
  python-pyperclip/trunk/LICENSE.txt

+
 LICENSE.txt|   27 ---
 PKGBUILD   |   30 --
 fix-test_copyUnicode.patch |   37 +
 3 files changed, 53 insertions(+), 41 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2015-10-10 01:20:01 UTC (rev 143520)
+++ LICENSE.txt 2015-10-10 01:51:18 UTC (rev 143521)
@@ -1,27 +0,0 @@
-Copyright (c) 2014, Al Sweigart
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, this
-  list of conditions and the following disclaimer.
-
-* Redistributions in binary form must reproduce the above copyright notice,
-  this list of conditions and the following disclaimer in the documentation
-  and/or other materials provided with the distribution.
-
-* Neither the name of the {organization} nor the names of its
-  contributors may be used to endorse or promote products derived from
-  this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 01:20:01 UTC (rev 143520)
+++ PKGBUILD2015-10-10 01:51:18 UTC (rev 143521)
@@ -6,28 +6,30 @@
 pkgbase=python-pyperclip
 pkgname=('python-pyperclip' 'python2-pyperclip')
 _pypiname=pyperclip
-pkgver=1.5.13
+pkgver=1.5.14
+_commit=43a8668987165f82d95c95ed57adf7c59f94a92c
 pkgrel=1
 pkgdesc="A cross-platform clipboard module for Python"
 arch=('any')
-url="http://coffeeghost.net/2010/10/09/pyperclip-a-cross-platform-clipboard-module-for-python/;
+url="https://github.com/asweigart/pyperclip;
 license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'xclip')
+makedepends=('python-setuptools' 'python2-setuptools' 'xclip' 'git')
 checkdepends=('xorg-server-xvfb')
-source=("https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.zip;
-LICENSE.txt)
-md5sums=('ad66fbf747e9ccf68d7fb14390744242'
- 'b6cd06fd72984ac1f8428337aec8cff7')
+source=("git+https://github.com/asweigart/pyperclip.git#commit=$_commit;
+fix-test_copyUnicode.patch)
+md5sums=('SKIP'
+ '473ee868530cc1d6e579f9df63085588')
 
 prepare() {
-  cp -a $_pypiname-$pkgver{,-py2}
+  (cd $_pypiname; git apply ../fix-test_copyUnicode.patch)
+  cp -a $_pypiname{,-py2}
 }
 
 check() {
-  cd "$srcdir/$_pypiname-$pkgver"
+  cd "$srcdir/$_pypiname"
   xvfb-run python tests/basicTests.py
 
-  cd "$srcdir/$_pypiname-$pkgver-py2"
+  cd "$srcdir/$_pypiname-py2"
   xvfb-run python2 tests/basicTests.py
 }
 
@@ -34,17 +36,17 @@
 package_python-pyperclip() {
   depends=('python' 'xclip')
 
-  cd "$srcdir/$_pypiname-$pkgver"
+  cd "$srcdir/$_pypiname"
   python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 ../LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
 }
 
 package_python2-pyperclip() {
   depends=('python2' 'xclip')
 
-  cd "$srcdir/$_pypiname-$pkgver-py2"
+  cd "$srcdir/$_pypiname-py2"
   python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 ../LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
 }
 
 # vim:set ts=2 sw=2 et:

Added: fix-test_copyUnicode.patch
===
--- fix-test_copyUnicode.patch  (rev 0)
+++ fix-test_copyUnicode.patch  2015-10-10 01:51:18 UTC (rev 143521)
@@ -0,0 +1,37 @@
+commit dbd1d58ba6c350db3aa7d154e9a940d835ee52a4
+Author: Felix Yan 
+Date:   Sat Oct 10 09:34:35 2015 +0800
+
+Fix test_copyUnicode under 

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

2015-10-09 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 04:04:25
  Author: fyan
Revision: 248713

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

Added:
  gcin/repos/extra-i686/PKGBUILD
(from rev 248712, gcin/trunk/PKGBUILD)
  gcin/repos/extra-i686/install
(from rev 248712, gcin/trunk/install)
  gcin/repos/extra-i686/qt-5.5.patch
(from rev 248712, gcin/trunk/qt-5.5.patch)
  gcin/repos/extra-x86_64/PKGBUILD
(from rev 248712, gcin/trunk/PKGBUILD)
  gcin/repos/extra-x86_64/install
(from rev 248712, gcin/trunk/install)
  gcin/repos/extra-x86_64/qt-5.5.patch
(from rev 248712, gcin/trunk/qt-5.5.patch)
Deleted:
  gcin/repos/extra-i686/PKGBUILD
  gcin/repos/extra-i686/install
  gcin/repos/extra-i686/qt-5.5.patch
  gcin/repos/extra-x86_64/PKGBUILD
  gcin/repos/extra-x86_64/install
  gcin/repos/extra-x86_64/qt-5.5.patch

---+
 /PKGBUILD |  108 
 /install  |   28 +++
 /qt-5.5.patch |   26 ++
 extra-i686/PKGBUILD   |   54 --
 extra-i686/install|   14 -
 extra-i686/qt-5.5.patch   |   13 -
 extra-x86_64/PKGBUILD |   54 --
 extra-x86_64/install  |   14 -
 extra-x86_64/qt-5.5.patch |   13 -
 9 files changed, 162 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-10 02:03:44 UTC (rev 248712)
+++ extra-i686/PKGBUILD 2015-10-10 02:04:25 UTC (rev 248713)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Gaetan Bisson 
-# Contributor: Andreas Radke 
-# Contributor: damir 
-
-pkgname=gcin
-pkgver=2.8.3
-pkgrel=4
-pkgdesc='Input method server supporting various input methods'
-url='http://hyperrate.com/dir.php?eid=67'
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('gtk2' 'libxtst')
-makedepends=('qt5-base' 'qt4' 'gtk3' 'anthy' 'libchewing')
-optdepends=('qt5-base: support for qt5 input method'
-'qt4: support for qt4 input method'
-'gtk3: support for gtk3 input method'
-'anthy: support for anthy input method'
-'libchewing: support for chewing input method')
-source=("http://hyperrate.com/gcin-source/${pkgname}-${pkgver}.tar.xz;
-   qt-5.5.patch)
-sha1sums=('95b980f7cf9dc2ad91803113cdbb4ac831f056de'
-  'fd29b91d7b573546ecb3a8cb0341d4f11364cd1a')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed 's/lib64/lib/g' -i configure
-   sed '/include suffixes-rule/a \
-   CFLAGS+='"${CFLAGS}"' \
-   LDFLAGS+='"${LDFLAGS}"' \
-   OPTFLAGS=' \
-   -i Makefile
-   sed \
-   -e 's:qt5/QtGui/5.2.1:qt/QtGui/5.5.0:g' \
-   -e 's:QT=qt5:QT=qt:' \
-   -i qt5-im/Makefile
-
-   # FS#45732
-   patch -p1 -i ../qt-5.5.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --use_i18n=Y
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: gcin/repos/extra-i686/PKGBUILD (from rev 248712, gcin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-10 02:04:25 UTC (rev 248713)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gaetan Bisson 
+# Contributor: Andreas Radke 
+# Contributor: damir 
+
+pkgname=gcin
+pkgver=2.8.4
+pkgrel=1
+pkgdesc='Input method server supporting various input methods'
+url='http://hyperrate.com/dir.php?eid=67'
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('gtk2' 'libxtst')
+makedepends=('qt5-base' 'qt4' 'gtk3' 'anthy' 'libchewing')
+optdepends=('qt5-base: support for qt5 input method'
+'qt4: support for qt4 input method'
+'gtk3: support for gtk3 input method'
+'anthy: support for anthy input method'
+'libchewing: support for chewing input method')
+source=("http://hyperrate.com/gcin-source/${pkgname}-${pkgver}.tar.xz;
+   qt-5.5.patch)
+sha1sums=('f422d58aecf65f1d674c79c5c5d346ae568d52d3'
+  'fd29b91d7b573546ecb3a8cb0341d4f11364cd1a')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's/lib64/lib/g' -i configure
+   sed '/include suffixes-rule/a \
+   CFLAGS+='"${CFLAGS}"' \
+   LDFLAGS+='"${LDFLAGS}"' \
+   OPTFLAGS=' \
+   -i Makefile
+   sed \
+   -e 's:usr/include/qt5:usr/include/qt:g' \
+   -e 's:QT=qt5:QT=qt:' \
+   -i qt5-im/Makefile
+
+   # 

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

2015-10-09 Thread Gaetan Bisson
Date: Saturday, October 10, 2015 @ 04:03:05
  Author: bisson
Revision: 143523

db-move: moved pdf2djvu from [community-testing] to [community] (i686, x86_64)

Added:
  pdf2djvu/repos/community-i686/PKGBUILD
(from rev 143522, pdf2djvu/repos/community-testing-i686/PKGBUILD)
  pdf2djvu/repos/community-x86_64/PKGBUILD
(from rev 143522, pdf2djvu/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  pdf2djvu/repos/community-i686/PKGBUILD
  pdf2djvu/repos/community-testing-i686/
  pdf2djvu/repos/community-testing-x86_64/
  pdf2djvu/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 2015-10-10 01:51:39 UTC (rev 143522)
+++ community-i686/PKGBUILD 2015-10-10 02:03:05 UTC (rev 143523)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Paulo Matias 
-# Maintainer: Jelle van der Waa 
-
-pkgname=pdf2djvu
-pkgver=0.8.2
-pkgrel=2
-pkgdesc="Creates DjVu files from PDF files"
-arch=('i686' 'x86_64')
-url="http://pdf2djvu.googlecode.com;
-license=('GPL')
-depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
-makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
-source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
-validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
-md5sums=('ca8d2ba1646bfe371f58db67311e909a'
- 'SKIP')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure --prefix=/usr
-make
-}
-
-check() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-sed -i 's/nosetests/nosetests2/' tests/Makefile
-make test
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=${pkgdir}
-install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
-}
-

Copied: pdf2djvu/repos/community-i686/PKGBUILD (from rev 143522, 
pdf2djvu/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 02:03:05 UTC (rev 143523)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.8.2
+pkgrel=3
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://pdf2djvu.googlecode.com;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+md5sums=('ca8d2ba1646bfe371f58db67311e909a'
+ 'SKIP')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-10 01:51:39 UTC (rev 143522)
+++ community-x86_64/PKGBUILD   2015-10-10 02:03:05 UTC (rev 143523)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Paulo Matias 
-# Maintainer: Jelle van der Waa 
-
-pkgname=pdf2djvu
-pkgver=0.8.2
-pkgrel=2
-pkgdesc="Creates DjVu files from PDF files"
-arch=('i686' 'x86_64')
-url="http://pdf2djvu.googlecode.com;
-license=('GPL')
-depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
-makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
-source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
-validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
-md5sums=('ca8d2ba1646bfe371f58db67311e909a'
- 'SKIP')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure --prefix=/usr
-make
-}
-
-check() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-sed -i 's/nosetests/nosetests2/' tests/Makefile
-make test
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=${pkgdir}
-install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
-}
-

Copied: pdf2djvu/repos/community-x86_64/PKGBUILD (from rev 143522, 
pdf2djvu/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   

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

2015-10-09 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 04:03:44
  Author: fyan
Revision: 248712

upgpkg: gcin 2.8.4-1

Modified:
  gcin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 20:40:44 UTC (rev 248711)
+++ PKGBUILD2015-10-10 02:03:44 UTC (rev 248712)
@@ -5,8 +5,8 @@
 # Contributor: damir 
 
 pkgname=gcin
-pkgver=2.8.3
-pkgrel=4
+pkgver=2.8.4
+pkgrel=1
 pkgdesc='Input method server supporting various input methods'
 url='http://hyperrate.com/dir.php?eid=67'
 license=('LGPL')
@@ -20,7 +20,7 @@
 'libchewing: support for chewing input method')
 source=("http://hyperrate.com/gcin-source/${pkgname}-${pkgver}.tar.xz;
qt-5.5.patch)
-sha1sums=('95b980f7cf9dc2ad91803113cdbb4ac831f056de'
+sha1sums=('f422d58aecf65f1d674c79c5c5d346ae568d52d3'
   'fd29b91d7b573546ecb3a8cb0341d4f11364cd1a')
 
 install=install
@@ -34,7 +34,7 @@
OPTFLAGS=' \
-i Makefile
sed \
-   -e 's:qt5/QtGui/5.2.1:qt/QtGui/5.5.0:g' \
+   -e 's:usr/include/qt5:usr/include/qt:g' \
-e 's:QT=qt5:QT=qt:' \
-i qt5-im/Makefile
 


[arch-commits] Commit in python-kombu/trunk (PKGBUILD fix-test-sqs.patch)

2015-10-09 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 03:13:51
  Author: fyan
Revision: 143517

upgpkg: python-kombu 3.0.27-1

Added:
  python-kombu/trunk/fix-test-sqs.patch
Modified:
  python-kombu/trunk/PKGBUILD

+
 PKGBUILD   |   42 ++---
 fix-test-sqs.patch |   83 +++
 2 files changed, 106 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 20:39:03 UTC (rev 143516)
+++ PKGBUILD2015-10-10 01:13:51 UTC (rev 143517)
@@ -4,32 +4,36 @@
 
 pkgbase=python-kombu
 pkgname=('python-kombu' 'python2-kombu')
-pkgver=3.0.26
-pkgrel=2
+pkgver=3.0.27
+pkgrel=1
 pkgdesc='A messaging library for Python'
 arch=('any')
 url="http://kombu.readthedocs.org/;
 license=('BSD')
 options=('!emptydirs')
-makedepends=('python-anyjson' 'python2-anyjson')
+makedepends=('python-anyjson' 'python2-anyjson' 'git')
 checkdepends=('python-redis' 'python2-redis' 'python-yaml' 'python2-yaml' 
'python-msgpack' 'python2-msgpack'
   'python-boto' 'python2-boto' 'python-pycurl' 'python2-pycurl' 
'python-nose' 'python2-nose'
-  'python-amqp' 'python2-amqp' 'python-mock' 'python2-mock')
-source=("http://pypi.python.org/packages/source/k/kombu/kombu-${pkgver}.tar.gz;)
-sha256sums=('1f565abd44c4b7dfaa4dd543d52f982d2f006aba0a2b3830542b4d25a801fe09')
+  'python-amqp' 'python2-amqp' 'python-mock' 'python2-mock' 
'python-pymongo' 'python2-pymongo'
+  'python2-librabbitmq' 'python-couchdb' 'python2-couchdb' 
'python-sqlalchemy' 'python2-sqlalchemy')
+source=("git+https://github.com/celery/kombu.git#tag=v$pkgver;
+fix-test-sqs.patch)
+sha256sums=('SKIP'
+'f95a2342227117d0b695dac320654909ba5e29fb23005979c34bb5fb404a3a81')
 
 prepare() {
-  cp -a kombu-$pkgver{,-py2}
+  # https://github.com/celery/kombu/pull/525
+  (cd kombu; patch -p1 -i ../fix-test-sqs.patch)
+
+  cp -a kombu{,-py2}
 }
 
 check() {
-  cd kombu-$pkgver
-  # Tests are not python 3 compatible
-  nosetests3 || warning "Tests failed"
+  cd kombu
+  nosetests3 -v
 
-  cd ../kombu-$pkgver-py2
-  # Ignoring missing assert_* errors, as this only affects tests
-  nosetests2 || warning "Tests failed"
+  cd ../kombu-py2
+  nosetests2 -v
 }
 
 package_python-kombu() {
@@ -41,14 +45,14 @@
   'python-sqlalchemy: for SQLAlchemy support'
   'python-boto: for Amazon SQS support'
   'python-yaml: for YAML support'
-  'python-pyzmq: for ZeroMQ support')
-  # 'python-couchdb: for CouchDB support': Not packaged yet
+  'python-pyzmq: for ZeroMQ support'
+  'python-couchdb: for CouchDB support')
   # 'python-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
   # 'python-kazoo: for Zookeeper support': Not packaged yet
   # 'python-librabbitmq: C optimization for AMQP transport' Not 
available for python 3 yet
   # 'python-beanstalkc: for Beanstalk Support' Not available for 
python 3 yet
 
-  cd "$srcdir/kombu-$pkgver"
+  cd "$srcdir/kombu"
   python setup.py install --root="$pkgdir/" --optimize=1
   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
@@ -63,13 +67,13 @@
   'python2-boto: for Amazon SQS support'
   'python2-yaml: for YAML support'
   'python2-pyzmq: for ZeroMQ support'
-  'python2-librabbitmq: C optimization for AMQP transport')
-  # 'python2-couchdb: for CouchDB support': In AUR
+  'python2-librabbitmq: C optimization for AMQP transport'
+  'python2-couchdb: for CouchDB support')
   # 'python2-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
   # 'python2-kazoo: for Zookeeper support': Not packaged yet
   # 'python2-beanstalkc: for Beanstalk Support' Not packaged yet
 
-  cd "$srcdir/kombu-$pkgver-py2"
+  cd "$srcdir/kombu-py2"
   python2 setup.py install --root="$pkgdir/" --optimize=1
   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }

Added: fix-test-sqs.patch
===
--- fix-test-sqs.patch  (rev 0)
+++ fix-test-sqs.patch  2015-10-10 01:13:51 UTC (rev 143517)
@@ -0,0 +1,83 @@
+From 6510b1dd322dd76cb9dcd7587be8b4b22513b107 Mon Sep 17 00:00:00 2001
+From: Felix Yan 
+Date: Sat, 10 Oct 2015 09:07:44 +0800
+Subject: [PATCH] Fix test_sqs for python 3.x
+
+---
+ kombu/tests/transport/test_SQS.py | 16 
+ requirements/test-ci3.txt |  1 +
+ 2 files changed, 9 insertions(+), 8 deletions(-)
+
+diff --git a/kombu/tests/transport/test_SQS.py 
b/kombu/tests/transport/test_SQS.py
+index 69704d5..0a33fb5 100644
+--- a/kombu/tests/transport/test_SQS.py
 

[arch-commits] Commit in python-kombu/repos/community-any (3 files)

2015-10-09 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 03:14:13
  Author: fyan
Revision: 143518

archrelease: copy trunk to community-any

Added:
  python-kombu/repos/community-any/PKGBUILD
(from rev 143517, python-kombu/trunk/PKGBUILD)
  python-kombu/repos/community-any/fix-test-sqs.patch
(from rev 143517, python-kombu/trunk/fix-test-sqs.patch)
Deleted:
  python-kombu/repos/community-any/PKGBUILD

+
 PKGBUILD   |  158 ++-
 fix-test-sqs.patch |   83 ++
 2 files changed, 164 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-10 01:13:51 UTC (rev 143517)
+++ PKGBUILD2015-10-10 01:14:13 UTC (rev 143518)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: mutantmonkey 
-
-pkgbase=python-kombu
-pkgname=('python-kombu' 'python2-kombu')
-pkgver=3.0.26
-pkgrel=2
-pkgdesc='A messaging library for Python'
-arch=('any')
-url="http://kombu.readthedocs.org/;
-license=('BSD')
-options=('!emptydirs')
-makedepends=('python-anyjson' 'python2-anyjson')
-checkdepends=('python-redis' 'python2-redis' 'python-yaml' 'python2-yaml' 
'python-msgpack' 'python2-msgpack'
-  'python-boto' 'python2-boto' 'python-pycurl' 'python2-pycurl' 
'python-nose' 'python2-nose'
-  'python-amqp' 'python2-amqp' 'python-mock' 'python2-mock')
-source=("http://pypi.python.org/packages/source/k/kombu/kombu-${pkgver}.tar.gz;)
-sha256sums=('1f565abd44c4b7dfaa4dd543d52f982d2f006aba0a2b3830542b4d25a801fe09')
-
-prepare() {
-  cp -a kombu-$pkgver{,-py2}
-}
-
-check() {
-  cd kombu-$pkgver
-  # Tests are not python 3 compatible
-  nosetests3 || warning "Tests failed"
-
-  cd ../kombu-$pkgver-py2
-  # Ignoring missing assert_* errors, as this only affects tests
-  nosetests2 || warning "Tests failed"
-}
-
-package_python-kombu() {
-  depends=('python-amqp' 'python-anyjson')
-  optdepends=('python-pymongo: for MongoDB support'
-  'python-msgpack: for MessagePack support'
-  'python-pyro: for Pyro support'
-  'python-redis: for Redis support'
-  'python-sqlalchemy: for SQLAlchemy support'
-  'python-boto: for Amazon SQS support'
-  'python-yaml: for YAML support'
-  'python-pyzmq: for ZeroMQ support')
-  # 'python-couchdb: for CouchDB support': Not packaged yet
-  # 'python-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-  # 'python-kazoo: for Zookeeper support': Not packaged yet
-  # 'python-librabbitmq: C optimization for AMQP transport' Not 
available for python 3 yet
-  # 'python-beanstalkc: for Beanstalk Support' Not available for 
python 3 yet
-
-  cd "$srcdir/kombu-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-kombu() {
-  depends=('python2-amqp' 'python2-anyjson')
-  optdepends=('python2-pymongo: for MongoDB support'
-  'python2-msgpack: for MessagePack support'
-  'python2-pyro: for Pyro support'
-  'python2-redis: for Redis support'
-  'python2-sqlalchemy: for SQLAlchemy support'
-  'python2-boto: for Amazon SQS support'
-  'python2-yaml: for YAML support'
-  'python2-pyzmq: for ZeroMQ support'
-  'python2-librabbitmq: C optimization for AMQP transport')
-  # 'python2-couchdb: for CouchDB support': In AUR
-  # 'python2-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-  # 'python2-kazoo: for Zookeeper support': Not packaged yet
-  # 'python2-beanstalkc: for Beanstalk Support' Not packaged yet
-
-  cd "$srcdir/kombu-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-kombu/repos/community-any/PKGBUILD (from rev 143517, 
python-kombu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-10 01:14:13 UTC (rev 143518)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgbase=python-kombu
+pkgname=('python-kombu' 'python2-kombu')
+pkgver=3.0.27
+pkgrel=1
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="http://kombu.readthedocs.org/;
+license=('BSD')
+options=('!emptydirs')
+makedepends=('python-anyjson' 'python2-anyjson' 'git')
+checkdepends=('python-redis' 'python2-redis' 'python-yaml' 'python2-yaml' 
'python-msgpack' 'python2-msgpack'
+  'python-boto' 'python2-boto' 'python-pycurl' 

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

2015-10-09 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 03:19:41
  Author: fyan
Revision: 143519

upgpkg: python-phonenumbers 7.1.0-1

Modified:
  python-phonenumbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 01:14:13 UTC (rev 143518)
+++ PKGBUILD2015-10-10 01:19:41 UTC (rev 143519)
@@ -4,8 +4,8 @@
 pkgname=python-phonenumbers
 pkgname=(python-phonenumbers python2-phonenumbers)
 _pypiname=phonenumbers
-pkgver=7.0.11
-pkgrel=2
+pkgver=7.1.0
+pkgrel=1
 pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
 arch=('any')
 url="https://github.com/daviddrysdale/python-phonenumbers;
@@ -12,7 +12,7 @@
 license=('Apache')
 makedepends=("python-setuptools" "python2-setuptools")
 
source=("https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.tar.gz;)
-sha512sums=('0ba02af4111bd1457c29565248ee8bc6a0c39a4a1df0bf853707d861604f80a0afcc18d801c6cccb644b8812100319f41c0d90d541862d3631921cff1bbd9088')
+sha512sums=('fd1f0ce645a7651fbcae7dd5ff8c9ae3602d28ae2fd8e7317af4fe3606a8ca3935ec9b3a566522e3c64f1a8b82df4f71823fdb506fe288233cebcf308b8c910c')
 
 prepare() {
   cp -a $_pypiname-$pkgver{,-py2}


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

2015-10-09 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 03:20:01
  Author: fyan
Revision: 143520

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-10 01:19:41 UTC (rev 143519)
+++ PKGBUILD2015-10-10 01:20:01 UTC (rev 143520)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=python-phonenumbers
-pkgname=(python-phonenumbers python2-phonenumbers)
-_pypiname=phonenumbers
-pkgver=7.0.11
-pkgrel=2
-pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
-arch=('any')
-url="https://github.com/daviddrysdale/python-phonenumbers;
-license=('Apache')
-makedepends=("python-setuptools" "python2-setuptools")
-source=("https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.tar.gz;)
-sha512sums=('0ba02af4111bd1457c29565248ee8bc6a0c39a4a1df0bf853707d861604f80a0afcc18d801c6cccb644b8812100319f41c0d90d541862d3631921cff1bbd9088')
-
-prepare() {
-  cp -a $_pypiname-$pkgver{,-py2}
-}
-
-build() {
-  cd $_pypiname-$pkgver
-  python setup.py build
-
-  cd ../$_pypiname-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd $_pypiname-$pkgver
-  python setup.py test
-
-  cd ../$_pypiname-$pkgver
-  python2 setup.py test
-}
-
-package_python-phonenumbers() {
-  depends=('python')
-
-  cd $_pypiname-$pkgver
-  python setup.py install -O1 --root "${pkgdir}"
-}
-
-package_python2-phonenumbers() {
-  depends=('python2')
-
-  cd $_pypiname-$pkgver
-  python2 setup.py install -O1 --root "${pkgdir}"
-}

Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 143519, 
python-phonenumbers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-10 01:20:01 UTC (rev 143520)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-phonenumbers
+pkgname=(python-phonenumbers python2-phonenumbers)
+_pypiname=phonenumbers
+pkgver=7.1.0
+pkgrel=1
+pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
+arch=('any')
+url="https://github.com/daviddrysdale/python-phonenumbers;
+license=('Apache')
+makedepends=("python-setuptools" "python2-setuptools")
+source=("https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.tar.gz;)
+sha512sums=('fd1f0ce645a7651fbcae7dd5ff8c9ae3602d28ae2fd8e7317af4fe3606a8ca3935ec9b3a566522e3c64f1a8b82df4f71823fdb506fe288233cebcf308b8c910c')
+
+prepare() {
+  cp -a $_pypiname-$pkgver{,-py2}
+}
+
+build() {
+  cd $_pypiname-$pkgver
+  python setup.py build
+
+  cd ../$_pypiname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd $_pypiname-$pkgver
+  python setup.py test
+
+  cd ../$_pypiname-$pkgver
+  python2 setup.py test
+}
+
+package_python-phonenumbers() {
+  depends=('python')
+
+  cd $_pypiname-$pkgver
+  python setup.py install -O1 --root "${pkgdir}"
+}
+
+package_python2-phonenumbers() {
+  depends=('python2')
+
+  cd $_pypiname-$pkgver
+  python2 setup.py install -O1 --root "${pkgdir}"
+}


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

2015-10-09 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 03:51:39
  Author: fyan
Revision: 143522

archrelease: copy trunk to community-any

Added:
  python-pyperclip/repos/community-any/PKGBUILD
(from rev 143521, python-pyperclip/trunk/PKGBUILD)
  python-pyperclip/repos/community-any/fix-test_copyUnicode.patch
(from rev 143521, python-pyperclip/trunk/fix-test_copyUnicode.patch)
Deleted:
  python-pyperclip/repos/community-any/LICENSE.txt
  python-pyperclip/repos/community-any/PKGBUILD

+
 LICENSE.txt|   27 ---
 PKGBUILD   |  102 +--
 fix-test_copyUnicode.patch |   37 +++
 3 files changed, 89 insertions(+), 77 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2015-10-10 01:51:18 UTC (rev 143521)
+++ LICENSE.txt 2015-10-10 01:51:39 UTC (rev 143522)
@@ -1,27 +0,0 @@
-Copyright (c) 2014, Al Sweigart
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, this
-  list of conditions and the following disclaimer.
-
-* Redistributions in binary form must reproduce the above copyright notice,
-  this list of conditions and the following disclaimer in the documentation
-  and/or other materials provided with the distribution.
-
-* Neither the name of the {organization} nor the names of its
-  contributors may be used to endorse or promote products derived from
-  this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-10 01:51:18 UTC (rev 143521)
+++ PKGBUILD2015-10-10 01:51:39 UTC (rev 143522)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jim Bridgewater 
-# Contributor: delta48  
-
-pkgbase=python-pyperclip
-pkgname=('python-pyperclip' 'python2-pyperclip')
-_pypiname=pyperclip
-pkgver=1.5.13
-pkgrel=1
-pkgdesc="A cross-platform clipboard module for Python"
-arch=('any')
-url="http://coffeeghost.net/2010/10/09/pyperclip-a-cross-platform-clipboard-module-for-python/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'xclip')
-checkdepends=('xorg-server-xvfb')
-source=("https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.zip;
-LICENSE.txt)
-md5sums=('ad66fbf747e9ccf68d7fb14390744242'
- 'b6cd06fd72984ac1f8428337aec8cff7')
-
-prepare() {
-  cp -a $_pypiname-$pkgver{,-py2}
-}
-
-check() {
-  cd "$srcdir/$_pypiname-$pkgver"
-  xvfb-run python tests/basicTests.py
-
-  cd "$srcdir/$_pypiname-$pkgver-py2"
-  xvfb-run python2 tests/basicTests.py
-}
-
-package_python-pyperclip() {
-  depends=('python' 'xclip')
-
-  cd "$srcdir/$_pypiname-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 ../LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_python2-pyperclip() {
-  depends=('python2' 'xclip')
-
-  cd "$srcdir/$_pypiname-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 ../LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyperclip/repos/community-any/PKGBUILD (from rev 143521, 
python-pyperclip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-10 01:51:39 UTC (rev 143522)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jim Bridgewater 
+# Contributor: delta48  
+
+pkgbase=python-pyperclip
+pkgname=('python-pyperclip' 'python2-pyperclip')
+_pypiname=pyperclip
+pkgver=1.5.14
+_commit=43a8668987165f82d95c95ed57adf7c59f94a92c
+pkgrel=1
+pkgdesc="A cross-platform clipboard module for Python"
+arch=('any')
+url="https://github.com/asweigart/pyperclip;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 

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

2015-10-09 Thread Jelle van der Waa
Date: Friday, October 9, 2015 @ 10:01:37
  Author: jelle
Revision: 143478

upgpkg: pidgin-sipe 1.20.0-2

Modified:
  pidgin-sipe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 06:07:18 UTC (rev 143477)
+++ PKGBUILD2015-10-09 08:01:37 UTC (rev 143478)
@@ -8,7 +8,7 @@
 
 pkgname=pidgin-sipe
 pkgver=1.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
 arch=('i686' 'x86_64')
 license=('GPL2')


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

2015-10-09 Thread Jelle van der Waa
Date: Friday, October 9, 2015 @ 10:01:50
  Author: jelle
Revision: 143479

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

Added:
  pidgin-sipe/repos/community-i686/PKGBUILD
(from rev 143478, pidgin-sipe/trunk/PKGBUILD)
  pidgin-sipe/repos/community-x86_64/PKGBUILD
(from rev 143478, pidgin-sipe/trunk/PKGBUILD)
Deleted:
  pidgin-sipe/repos/community-i686/PKGBUILD
  pidgin-sipe/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-09 08:01:37 UTC (rev 143478)
+++ community-i686/PKGBUILD 2015-10-09 08:01:50 UTC (rev 143479)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Gicu Gorodenco 
-# Contributor: MaLiK 
-# Contributor: dpevp 
-# Contributor: Magnus Therning 
-# Contributor: Anthony 
-
-pkgname=pidgin-sipe
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://sipe.sourceforge.net/;
-depends=('gmime' 'libpurple')
-makedepends=('intltool')
-options=('!buildflags')
-source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('888fb9178af0f2e2912fc28084ca07a9')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-telepathy
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: pidgin-sipe/repos/community-i686/PKGBUILD (from rev 143478, 
pidgin-sipe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-09 08:01:50 UTC (rev 143479)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Gicu Gorodenco 
+# Contributor: MaLiK 
+# Contributor: dpevp 
+# Contributor: Magnus Therning 
+# Contributor: Anthony 
+
+pkgname=pidgin-sipe
+pkgver=1.20.0
+pkgrel=2
+pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://sipe.sourceforge.net/;
+depends=('gmime' 'libpurple')
+makedepends=('intltool')
+options=('!buildflags')
+source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('888fb9178af0f2e2912fc28084ca07a9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-telepathy
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-09 08:01:37 UTC (rev 143478)
+++ community-x86_64/PKGBUILD   2015-10-09 08:01:50 UTC (rev 143479)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Gicu Gorodenco 
-# Contributor: MaLiK 
-# Contributor: dpevp 
-# Contributor: Magnus Therning 
-# Contributor: Anthony 
-
-pkgname=pidgin-sipe
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://sipe.sourceforge.net/;
-depends=('gmime' 'libpurple')
-makedepends=('intltool')
-options=('!buildflags')
-source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('888fb9178af0f2e2912fc28084ca07a9')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-telepathy
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: pidgin-sipe/repos/community-x86_64/PKGBUILD (from rev 143478, 
pidgin-sipe/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-09 08:01:50 UTC (rev 143479)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Gicu Gorodenco 
+# Contributor: MaLiK 
+# Contributor: dpevp 
+# Contributor: Magnus Therning 
+# Contributor: Anthony 
+
+pkgname=pidgin-sipe
+pkgver=1.20.0
+pkgrel=2
+pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
+arch=('i686' 'x86_64')

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

2015-10-09 Thread Felix Yan
Date: Friday, October 9, 2015 @ 08:06:55
  Author: fyan
Revision: 143476

addpkg: gulp 3.9.0-1

Added:
  gulp/
  gulp/repos/
  gulp/trunk/
  gulp/trunk/PKGBUILD

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

Added: gulp/trunk/PKGBUILD
===
--- gulp/trunk/PKGBUILD (rev 0)
+++ gulp/trunk/PKGBUILD 2015-10-09 06:06:55 UTC (rev 143476)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Micha Alt 
+
+pkgname=gulp
+pkgver=3.9.0
+pkgrel=1
+pkgdesc="The streaming build system"
+arch=('any')
+url="http://gulpjs.com/;
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('5b35a2a4187c45f6ea4e74a5f47de0f9')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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


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

2015-10-09 Thread Felix Yan
Date: Friday, October 9, 2015 @ 08:07:18
  Author: fyan
Revision: 143477

archrelease: copy trunk to community-any

Added:
  gulp/repos/community-any/
  gulp/repos/community-any/PKGBUILD
(from rev 143476, gulp/trunk/PKGBUILD)

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

Copied: gulp/repos/community-any/PKGBUILD (from rev 143476, gulp/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-09 06:07:18 UTC (rev 143477)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Micha Alt 
+
+pkgname=gulp
+pkgver=3.9.0
+pkgrel=1
+pkgdesc="The streaming build system"
+arch=('any')
+url="http://gulpjs.com/;
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('5b35a2a4187c45f6ea4e74a5f47de0f9')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2015-10-09 Thread Andrzej Giniewicz
Date: Friday, October 9, 2015 @ 22:39:03
  Author: aginiewicz
Revision: 143516

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

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

---+
 /PKGBUILD |  210 
 community-i686/PKGBUILD   |   97 
 community-x86_64/PKGBUILD |   97 
 3 files changed, 210 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-09 20:38:52 UTC (rev 143515)
+++ community-i686/PKGBUILD 2015-10-09 20:39:03 UTC (rev 143516)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Keith Hughitt 
-
-pkgbase=python-pandas
-pkgname=('python2-pandas' 'python-pandas')
-pkgver=0.16.2
-pkgrel=2
-pkgdesc="Cross-section and time series data analysis toolkit"
-arch=('i686' 'x86_64')
-url="http://pandas.pydata.org/;
-license=('BSD')
-makedepends=('python-setuptools' 'python-dateutil' 'python-numpy' 'python-pytz'
- 'python2-setuptools' 'python2-dateutil' 'python2-numpy' 
'python2-pytz')
-source=("https://pypi.python.org/packages/source/p/pandas/pandas-${pkgver}.tar.gz;)
-md5sums=('a92787bcdf0fc0c6d5f4fe4877335ab5')
-
-prepare() {
-  cd "$srcdir"
-  cp -a pandas-${pkgver} pandas-py2-${pkgver}
-  cd pandas-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/pandas-py2-${pkgver}
-  python2 setup.py build_ext --inplace
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package_python2-pandas() {
-  depends=('python2-numpy' 'python2-dateutil' 'python2-pytz' 
'python2-setuptools')
-  optdepends=('python2-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-  'python2-bottleneck: needed for accelerating certain types of 
nan evaluations (recommended)'
-  'python2-scipy: needed for miscellaneous statistical functions'
-  'python2-pytables: needed for HDF5-based storage'
-  'python2-sqlalchemy: needed for SQL database support'
-  'python2-matplotlib: needed for plotting'
-  'python2-statsmodels: needed for parts of pandas.stats'
-  'python2-openpyxl: needed for Excel XLSX input/output'
-  'python2-xlsxwriter: alternative Excel XLSX output'
-  'python2-xlrd: needed for Excel XLS input'
-  'python2-xlwt: needed for Excel XLS output'
-  'python2-boto: needed for access to Amazon S3 storage'
-  'python2-beautifulsoup4: needed for read_html function'
-  'python2-lxml: needed for read_html function (and/or 
python2-html5lib)'
-  'python2-html5lib: needed for read_hmlt function (and/or 
python2-lxml)'
-  'python2-httplib2: needed for gbq'
-  'python2-google-api-python-client: needed for gbq'
-  'python2-gflags: needed for gbq'
-  'xsel: needed for read_clipboard function (or xclip)'
-  'xclip: needed for read_clipboard function (or xsel)')
-
-  cd "$srcdir"/pandas-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-pandas() {
-  depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-setuptools')
-  optdepends=('python-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-  'python-bottleneck: needed for accelerating certain types of nan 
evaluations (recommended)'
-  'python-scipy: needed for miscellaneous statistical functions'
-  'python-pytables: needed for HDF5-based storage'
-  'python-sqlalchemy: needed for SQL database support'
-  'python-matplotlib: needed for plotting'
-  'python-statsmodels: needed for parts of pandas.stats'
-  'python-openpyxl: needed for Excel XLSX input/output'
-  'python-xlsxwriter: alternative Excel XLSX output'
-  'python-xlrd: needed for Excel XLS input'
-  'python-xlwt: needed for Excel XLS output'
-  'python-boto: needed for access to Amazon S3 storage'
-  'python-beautifulsoup4: needed for read_html function'
- 

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

2015-10-09 Thread Jan Steffens
Date: Friday, October 9, 2015 @ 22:39:52
  Author: heftig
Revision: 248710

enable lastfm, try to fix FS#46626

Modified:
  gnome-online-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 19:25:14 UTC (rev 248709)
+++ PKGBUILD2015-10-09 20:39:52 UTC (rev 248710)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-online-accounts
 pkgver=3.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME service to access online accounts"
 arch=(i686 x86_64)
 url="http://www.gnome.org;
@@ -17,10 +17,7 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
---enable-exchange --enable-facebook --enable-flickr \
---enable-google --enable-imap-smtp --enable-kerberos \
---enable-owncloud --enable-telepathy --enable-windows-live \
---enable-media-server --enable-foursquare
+--enable-media-server --enable-kerberos --enable-lastfm
   make
 }
 


[arch-commits] Commit in gnome-online-accounts/repos (8 files)

2015-10-09 Thread Jan Steffens
Date: Friday, October 9, 2015 @ 22:40:44
  Author: heftig
Revision: 248711

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

Added:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
(from rev 248710, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install
(from rev 248710, gnome-online-accounts/trunk/gnome-online-accounts.install)
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD
(from rev 248710, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/extra-x86_64/gnome-online-accounts.install
(from rev 248710, gnome-online-accounts/trunk/gnome-online-accounts.install)
Deleted:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
  gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD
  gnome-online-accounts/repos/extra-x86_64/gnome-online-accounts.install

+
 /PKGBUILD  |   58 +++
 /gnome-online-accounts.install |   24 +++
 extra-i686/PKGBUILD|   32 --
 extra-i686/gnome-online-accounts.install   |   12 -
 extra-x86_64/PKGBUILD  |   32 --
 extra-x86_64/gnome-online-accounts.install |   12 -
 6 files changed, 82 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-09 20:39:52 UTC (rev 248710)
+++ extra-i686/PKGBUILD 2015-10-09 20:40:44 UTC (rev 248711)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-online-accounts
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="GNOME service to access online accounts"
-arch=(i686 x86_64)
-url="http://www.gnome.org;
-license=('GPL')
-depends=('webkit2gtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 
'telepathy-glib' 'krb5' 'gcr')
-makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fc2dac96551746576759bd14f9b322bae1dd0aeedc0e755065ddf5eaaefacd34')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
---enable-exchange --enable-facebook --enable-flickr \
---enable-google --enable-imap-smtp --enable-kerberos \
---enable-owncloud --enable-telepathy --enable-windows-live \
---enable-media-server --enable-foursquare
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/extra-i686/PKGBUILD (from rev 248710, 
gnome-online-accounts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-09 20:40:44 UTC (rev 248711)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-online-accounts
+pkgver=3.18.0
+pkgrel=2
+pkgdesc="GNOME service to access online accounts"
+arch=(i686 x86_64)
+url="http://www.gnome.org;
+license=('GPL')
+depends=('webkit2gtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 
'telepathy-glib' 'krb5' 'gcr')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fc2dac96551746576759bd14f9b322bae1dd0aeedc0e755065ddf5eaaefacd34')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
+--enable-media-server --enable-kerberos --enable-lastfm
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-online-accounts.install
===
--- extra-i686/gnome-online-accounts.install2015-10-09 20:39:52 UTC (rev 
248710)
+++ extra-i686/gnome-online-accounts.install2015-10-09 20:40:44 UTC (rev 
248711)
@@ -1,12 +0,0 @@
-post_install () {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install 
(from rev 248710, gnome-online-accounts/trunk/gnome-online-accounts.install)
===
--- extra-i686/gnome-online-accounts.install(rev 0)
+++ extra-i686/gnome-online-accounts.install2015-10-09 20:40:44 UTC (rev 
248711)
@@ -0,0 +1,12 @@
+post_install () {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+glib-compile-schemas /usr/share/glib-2.0/schemas

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

2015-10-09 Thread Andrzej Giniewicz
Date: Friday, October 9, 2015 @ 22:38:52
  Author: aginiewicz
Revision: 143515

upgpkg: python-pandas 0.17.0-1

python-pandas: new upstream release

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 19:25:46 UTC (rev 143514)
+++ PKGBUILD2015-10-09 20:38:52 UTC (rev 143515)
@@ -2,10 +2,12 @@
 # Maintainer: Andrzej Giniewicz 
 # Contributor: Keith Hughitt 
 
+# TODO: new optional dependencies --- python-blosc, python-pandas-datareader
+
 pkgbase=python-pandas
 pkgname=('python2-pandas' 'python-pandas')
-pkgver=0.16.2
-pkgrel=2
+pkgver=0.17.0
+pkgrel=1
 pkgdesc="Cross-section and time series data analysis toolkit"
 arch=('i686' 'x86_64')
 url="http://pandas.pydata.org/;
@@ -13,7 +15,7 @@
 makedepends=('python-setuptools' 'python-dateutil' 'python-numpy' 'python-pytz'
  'python2-setuptools' 'python2-dateutil' 'python2-numpy' 
'python2-pytz')
 
source=("https://pypi.python.org/packages/source/p/pandas/pandas-${pkgver}.tar.gz;)
-md5sums=('a92787bcdf0fc0c6d5f4fe4877335ab5')
+md5sums=('55d34c4d5655c94ca30a59dea6b36316')
 
 prepare() {
   cd "$srcdir"
@@ -39,7 +41,7 @@
 }
 
 package_python2-pandas() {
-  depends=('python2-numpy' 'python2-dateutil' 'python2-pytz' 
'python2-setuptools')
+  depends=('python2-numpy' 'python2-dateutil' 'python2-pytz')
   optdepends=('python2-numexpr: needed for accelerating certain numerical 
operations (recommended)'
   'python2-bottleneck: needed for accelerating certain types of 
nan evaluations (recommended)'
   'python2-scipy: needed for miscellaneous statistical functions'
@@ -48,18 +50,22 @@
   'python2-matplotlib: needed for plotting'
   'python2-statsmodels: needed for parts of pandas.stats'
   'python2-openpyxl: needed for Excel XLSX input/output'
-  'python2-xlsxwriter: alternative Excel XLSX output'
   'python2-xlrd: needed for Excel XLS input'
   'python2-xlwt: needed for Excel XLS output'
+  'python2-xlsxwriter: alternative Excel XLSX output'
   'python2-boto: needed for access to Amazon S3 storage'
+  'python2-pyqt4: needed for read_clipboard function (only one 
needed)'
+  'python2-pyside: needed for read_clipboard function (only one 
needed)'
+  'pygtk: needed for read_clipboard function (only one needed)'
+  'xsel: needed for read_clipboard function (only one needed)'
+  'xclip: needed for read_clipboard function (only one needed)'
+  'python2-gflags: needed for gbq'
+  'python2-google-api-python-client: needed for gbq'
+  'python2-setuptools: needed for gbq'
+  'python2-httplib2: needed for gbq'
   'python2-beautifulsoup4: needed for read_html function'
   'python2-lxml: needed for read_html function (and/or 
python2-html5lib)'
-  'python2-html5lib: needed for read_hmlt function (and/or 
python2-lxml)'
-  'python2-httplib2: needed for gbq'
-  'python2-google-api-python-client: needed for gbq'
-  'python2-gflags: needed for gbq'
-  'xsel: needed for read_clipboard function (or xclip)'
-  'xclip: needed for read_clipboard function (or xsel)')
+  'python2-html5lib: needed for read_hmlt function (and/or 
python2-lxml)')
 
   cd "$srcdir"/pandas-py2-${pkgver}
 
@@ -69,7 +75,7 @@
 }
 
 package_python-pandas() {
-  depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-setuptools')
+  depends=('python-numpy' 'python-dateutil' 'python-pytz')
   optdepends=('python-numexpr: needed for accelerating certain numerical 
operations (recommended)'
   'python-bottleneck: needed for accelerating certain types of nan 
evaluations (recommended)'
   'python-scipy: needed for miscellaneous statistical functions'
@@ -78,15 +84,17 @@
   'python-matplotlib: needed for plotting'
   'python-statsmodels: needed for parts of pandas.stats'
   'python-openpyxl: needed for Excel XLSX input/output'
-  'python-xlsxwriter: alternative Excel XLSX output'
   'python-xlrd: needed for Excel XLS input'
   'python-xlwt: needed for Excel XLS output'
+  'python-xlsxwriter: alternative Excel XLSX output'
   'python-boto: needed for access to Amazon S3 storage'
+  'python-pyqt4: needed for read_clipboard function (only one 
needed)'
+  'python-pyside: needed for read_clipboard function (only one 
needed)'
+  'xsel: needed for read_clipboard function (only one needed)'
+  'xclip: needed for read_clipboard function (only one 

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

2015-10-09 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 06:34:08
  Author: fyan
Revision: 143524

upgpkg: python-shapely 1.5.13-1

Modified:
  python-shapely/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 02:03:05 UTC (rev 143523)
+++ PKGBUILD2015-10-10 04:34:08 UTC (rev 143524)
@@ -5,8 +5,8 @@
 
 pkgbase=python-shapely
 pkgname=(python-shapely python2-shapely)
-pkgver=1.5.12
-pkgrel=2
+pkgver=1.5.13
+pkgrel=1
 pkgdesc="Manipulation and analysis of geometric objects in the Cartesian plane"
 arch=('i686' 'x86_64')
 url="https://pypi.python.org/pypi/Shapely;
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-packaging' 
'python2-packaging' 'geos' 'python-numpy' 'python2-numpy' 'cython' 'cython2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("https://pypi.python.org/packages/source/S/Shapely/Shapely-${pkgver}.tar.gz;)
-md5sums=('928d1fda2db064d82288092ea32ef3a9')
+md5sums=('5ee549862ae84326f5f5525bbd0b8a50')
 
 prepare() {
   cp -a Shapely-$pkgver{,-py2}


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

2015-10-09 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 06:34:39
  Author: fyan
Revision: 143525

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 04:34:08 UTC (rev 143524)
+++ community-i686/PKGBUILD 2015-10-10 04:34:39 UTC (rev 143525)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: David Verelst 
-# Contributor: richli
-
-pkgbase=python-shapely
-pkgname=(python-shapely python2-shapely)
-pkgver=1.5.12
-pkgrel=2
-pkgdesc="Manipulation and analysis of geometric objects in the Cartesian plane"
-arch=('i686' 'x86_64')
-url="https://pypi.python.org/pypi/Shapely;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-packaging' 
'python2-packaging' 'geos' 'python-numpy' 'python2-numpy' 'cython' 'cython2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.python.org/packages/source/S/Shapely/Shapely-${pkgver}.tar.gz;)
-md5sums=('928d1fda2db064d82288092ea32ef3a9')
-
-prepare() {
-  cp -a Shapely-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Shapely-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Shapely-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # TODO: make the hack less dirty...
-
-  cd "$srcdir"/Shapely-$pkgver
-  mv shapely shapely.bak
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
-  mv shapely.bak shapely
-
-  cd "$srcdir"/Shapely-$pkgver-py2
-  mv shapely shapely.bak
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
-  mv shapely.bak shapely
-}
-
-package_python-shapely() {
-  depends=('geos' 'python')
-  optdepends=('python-numpy: for shapely.vectorized submodule')
-
-  cd "$srcdir"/Shapely-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Temporary workaround for file conflict, also the path was not following FHS
-  # https://github.com/Toblerity/Shapely/issues/287
-  mv "$pkgdir"/usr/{shapely,lib/$pkgname}
-}
- 
-package_python2-shapely() {
-  depends=('geos' 'python2')
-  optdepends=('python2-numpy: for shapely.vectorized submodule')
-
-  cd "$srcdir"/Shapely-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/{shapely,lib/$pkgname}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-shapely/repos/community-i686/PKGBUILD (from rev 143524, 
python-shapely/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 04:34:39 UTC (rev 143525)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: David Verelst 
+# Contributor: richli
+
+pkgbase=python-shapely
+pkgname=(python-shapely python2-shapely)
+pkgver=1.5.13
+pkgrel=1
+pkgdesc="Manipulation and analysis of geometric objects in the Cartesian plane"
+arch=('i686' 'x86_64')
+url="https://pypi.python.org/pypi/Shapely;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-packaging' 
'python2-packaging' 'geos' 'python-numpy' 'python2-numpy' 'cython' 'cython2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.python.org/packages/source/S/Shapely/Shapely-${pkgver}.tar.gz;)
+md5sums=('5ee549862ae84326f5f5525bbd0b8a50')
+
+prepare() {
+  cp -a Shapely-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Shapely-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Shapely-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # TODO: make the hack less dirty...
+
+  cd "$srcdir"/Shapely-$pkgver
+  mv shapely shapely.bak
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
+  mv shapely.bak shapely
+
+  cd "$srcdir"/Shapely-$pkgver-py2
+  mv shapely shapely.bak
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
+  mv shapely.bak shapely
+}
+
+package_python-shapely() {
+  depends=('geos' 'python')
+  optdepends=('python-numpy: for shapely.vectorized submodule')
+
+  cd "$srcdir"/Shapely-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # Temporary 

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

2015-10-09 Thread Maxime Gauduin
Date: Friday, October 9, 2015 @ 14:36:47
  Author: alucryd
Revision: 143498

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-pango/repos/multilib-x86_64/PKGBUILD
(from rev 143497, lib32-pango/trunk/PKGBUILD)
  lib32-pango/repos/multilib-x86_64/pango.install
(from rev 143497, lib32-pango/trunk/pango.install)
Deleted:
  lib32-pango/repos/multilib-x86_64/PKGBUILD
  lib32-pango/repos/multilib-x86_64/pango.install

---+
 PKGBUILD  |   96 
 pango.install |   40 +++
 2 files changed, 67 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-09 12:36:34 UTC (rev 143497)
+++ PKGBUILD2015-10-09 12:36:47 UTC (rev 143498)
@@ -1,48 +0,0 @@
-# $Id$
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-# Maintainer: Biru Ionut 
-
-_pkgbasename=pango
-pkgname=lib32-$_pkgbasename
-pkgver=1.36.8
-pkgrel=1
-pkgdesc="A library for layout and rendering of text (32-bit)"
-arch=('x86_64')
-license=('LGPL')
-makedepends=("gcc-multilib" 'lib32-fontconfig' \
- 'lib32-mesa-libgl' 'lib32-cairo' 'lib32-libxft' 'lib32-harfbuzz' 
$_pkgbasename)
-install=pango.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
-url="http://www.pango.org/;
-sha256sums=('18dbb51b8ae12bae0ab7a958e7cf3317c9acfc8a1e1103ec2f147164a0fc2d07')
-
-prepare() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  sed -i 's#"pango.modules"#"pango.modules-32"#' pango/modules.c
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc \
-  
--with-dynamic-modules=arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,tibetan-fc
 \
-  --disable-introspection
-  make
-}
-
-package() {
-  depends=('lib32-cairo' 'lib32-libxft' 'lib32-harfbuzz' $_pkgbasename)
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "$pkgdir"/etc
-  rm -rf "$pkgdir"/usr/{bin/pango-view,share,include}
-  mv "$pkgdir"/usr/bin/pango-querymodules 
"$pkgdir"/usr/bin/pango-querymodules-32
-}

Copied: lib32-pango/repos/multilib-x86_64/PKGBUILD (from rev 143497, 
lib32-pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-09 12:36:47 UTC (rev 143498)
@@ -0,0 +1,48 @@
+# $Id$
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+# Maintainer: Biru Ionut 
+
+_pkgbasename=pango
+pkgname=lib32-$_pkgbasename
+pkgver=1.38.0
+pkgrel=1
+pkgdesc="A library for layout and rendering of text (32-bit)"
+arch=('x86_64')
+license=('LGPL')
+depends=('lib32-libthai' 'lib32-mesa-libgl' 'lib32-cairo' 'lib32-libxft'
+ $_pkgbasename)
+makedepends=('gcc-multilib')
+options=('!emptydirs')
+install=pango.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
+url="http://www.pango.org/;
+sha256sums=('1d4e75974bad853ee9ac5fc5caee5e7ab235abbd945d51d01f3806e04e7c226c')
+
+prepare() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  sed -i 's#"pango.modules"#"pango.modules-32"#' pango/modules.c
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc \
+  
--with-dynamic-modules=arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,tibetan-fc
 \
+  --disable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "$pkgdir"/etc
+  rm -rf "$pkgdir"/usr/{bin/pango-view,share,include}
+}

Deleted: pango.install
===
--- pango.install   2015-10-09 12:36:34 UTC (rev 143497)
+++ pango.install   2015-10-09 12:36:47 UTC (rev 143498)
@@ -1,21 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-   # we need to ldconfig first, in case xfree86's libs aren't
-   # in ld.so.cache yet
-   sbin/ldconfig -r .
-   usr/bin/pango-querymodules-32 >etc/pango/pango.modules-32
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-   if [ -f etc/pango/pango.modules-32 ]; then
-   rm 

[arch-commits] Commit in lib32-libthai (3 files)

2015-10-09 Thread Maxime Gauduin
Date: Friday, October 9, 2015 @ 14:36:34
  Author: alucryd
Revision: 143497

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libthai/repos/
  lib32-libthai/repos/multilib-x86_64/
  lib32-libthai/repos/multilib-x86_64/PKGBUILD
(from rev 143496, lib32-libthai/trunk/PKGBUILD)

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

Copied: lib32-libthai/repos/multilib-x86_64/PKGBUILD (from rev 143496, 
lib32-libthai/trunk/PKGBUILD)
===
--- repos/multilib-x86_64/PKGBUILD  (rev 0)
+++ repos/multilib-x86_64/PKGBUILD  2015-10-09 12:36:34 UTC (rev 143497)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan de Groot 
+# Contributor: Chaiwat Suttipongsakul 
+
+pkgname=lib32-libthai
+pkgver=0.1.22
+pkgrel=1
+pkgdesc='Thai language support routines'
+url='http://linux.thai.net/projects/libthai'
+arch=('x86_64')
+license=('LGPL')
+depends=('lib32-libdatrie')
+makedepends=('gcc-multilib')
+source=("http://linux.thai.net/pub/thailinux/software/libthai/libthai-${pkgver}.tar.xz;)
+sha256sums=('bdb291dcc3a6784e86b1b342ec75005e9ab487f8c1decc7c3e7d18d1bbc9b7b7')
+
+build() {
+  cd libthai-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static
+  make
+}
+
+package() {
+  cd libthai-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2015-10-09 Thread Timothy Redaelli
Date: Friday, October 9, 2015 @ 12:24:49
  Author: tredaelli
Revision: 143491

upgpkg: miniupnpc 1.9.20151008-1

FS#46612

Modified:
  miniupnpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 09:23:32 UTC (rev 143490)
+++ PKGBUILD2015-10-09 10:24:49 UTC (rev 143491)
@@ -2,7 +2,7 @@
 # Maintainer: Timothy Redaelli 
 # Contributor: Florian Loitsch 
 pkgname=miniupnpc
-pkgver=1.9.20150730
+pkgver=1.9.20151008
 pkgrel=1
 pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('sh')
 source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
-sha256sums=('1d64fab1fd3b4c8545139341ba197f19329a863f4f21b578fc2a228ab586a604')
+sha256sums=('e444ac3b587ce82709c4d0cfca1fe71f44f9fc433e9f946b12b9e1bfe667a633')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-10-09 Thread Timothy Redaelli
Date: Friday, October 9, 2015 @ 12:25:35
  Author: tredaelli
Revision: 143492

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

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

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

Copied: miniupnpc/repos/community-staging-i686/PKGBUILD (from rev 143491, 
miniupnpc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-09 10:25:35 UTC (rev 143492)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Florian Loitsch 
+pkgname=miniupnpc
+pkgver=1.9.20151008
+pkgrel=1
+pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices"
+arch=('i686' 'x86_64')
+url="http://miniupnp.free.fr;
+license=('BSD')
+depends=('sh')
+source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('e444ac3b587ce82709c4d0cfca1fe71f44f9fc433e9f946b12b9e1bfe667a633')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX="$pkgdir/" install
+  install -Dm644 man3/miniupnpc.3 "${pkgdir}"/usr/share/man/man3/miniupnpc.3
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: miniupnpc/repos/community-staging-x86_64/PKGBUILD (from rev 143491, 
miniupnpc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-10-09 10:25:35 UTC (rev 143492)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Florian Loitsch 
+pkgname=miniupnpc
+pkgver=1.9.20151008
+pkgrel=1
+pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices"
+arch=('i686' 'x86_64')
+url="http://miniupnp.free.fr;
+license=('BSD')
+depends=('sh')
+source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('e444ac3b587ce82709c4d0cfca1fe71f44f9fc433e9f946b12b9e1bfe667a633')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX="$pkgdir/" install
+  install -Dm644 man3/miniupnpc.3 "${pkgdir}"/usr/share/man/man3/miniupnpc.3
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-10-09 Thread Maxime Gauduin
Date: Friday, October 9, 2015 @ 13:10:30
  Author: alucryd
Revision: 248686

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

Added:
  ffmpeg/repos/testing-i686/
  ffmpeg/repos/testing-i686/PKGBUILD
(from rev 248685, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/testing-x86_64/
  ffmpeg/repos/testing-x86_64/PKGBUILD
(from rev 248685, ffmpeg/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   86 ++
 testing-x86_64/PKGBUILD |   86 ++
 2 files changed, 172 insertions(+)

Copied: ffmpeg/repos/testing-i686/PKGBUILD (from rev 248685, 
ffmpeg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-09 11:10:30 UTC (rev 248686)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer:  Maxime Gauduin 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=2.8
+pkgrel=2
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'
+  'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora'
+  'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus'
+  'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
+  'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so'
+)
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+optdepends=('ladspa: LADSPA filters')
+provides=(
+  'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
+  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
+  'libswscale.so'
+)
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
+md5sums=('5eb3839e23c9ca396fabd0ebbe293ea2'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-avisynth \
+--enable-avresample \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+--enable-ladspa \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-libschroedinger \
+--enable-libsoxr \
+--enable-libspeex \
+--enable-libssh \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libwebp \
+--enable-libx264 \
+--enable-libx265 \
+--enable-libxvid \
+--enable-shared \
+--enable-version3 \
+--enable-x11grab \
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install install-man
+  install -Dm755 tools/qt-faststart "$pkgdir"/usr/bin/qt-faststart
+}

Copied: ffmpeg/repos/testing-x86_64/PKGBUILD (from rev 248685, 
ffmpeg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-09 11:10:30 UTC (rev 248686)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer:  Maxime Gauduin 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=2.8
+pkgrel=2
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'
+  'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora'
+  'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus'
+  'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
+  'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so'
+)
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+optdepends=('ladspa: LADSPA filters')
+provides=(
+  'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
+  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
+  'libswscale.so'
+)
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})

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

2015-10-09 Thread Maxime Gauduin
Date: Friday, October 9, 2015 @ 13:11:04
  Author: alucryd
Revision: 248687

upgpkg: vlc 2.2.1-8

Rebuild against x265 1.8

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 11:10:30 UTC (rev 248686)
+++ PKGBUILD2015-10-09 11:11:04 UTC (rev 248687)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.1
-pkgrel=7
+pkgrel=8
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/;


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

2015-10-09 Thread Maxime Gauduin
Date: Friday, October 9, 2015 @ 13:10:18
  Author: alucryd
Revision: 248685

upgpkg: ffmpeg 1:2.8-2

Rebuild against x265 1.8

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 11:09:46 UTC (rev 248684)
+++ PKGBUILD2015-10-09 11:10:18 UTC (rev 248685)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=2.8
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')


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

2015-10-09 Thread Maxime Gauduin
Date: Friday, October 9, 2015 @ 13:09:46
  Author: alucryd
Revision: 248684

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

Added:
  x265/repos/testing-i686/
  x265/repos/testing-i686/PKGBUILD
(from rev 248683, x265/trunk/PKGBUILD)
  x265/repos/testing-i686/x265-1.7-fix-slowness-with-gcc-5.1.patch
(from rev 248683, x265/trunk/x265-1.7-fix-slowness-with-gcc-5.1.patch)
  x265/repos/testing-x86_64/
  x265/repos/testing-x86_64/PKGBUILD
(from rev 248683, x265/trunk/PKGBUILD)
  x265/repos/testing-x86_64/x265-1.7-fix-slowness-with-gcc-5.1.patch
(from rev 248683, x265/trunk/x265-1.7-fix-slowness-with-gcc-5.1.patch)

-+
 testing-i686/PKGBUILD   |   85 ++
 testing-i686/x265-1.7-fix-slowness-with-gcc-5.1.patch   |   28 
 testing-x86_64/PKGBUILD |   85 ++
 testing-x86_64/x265-1.7-fix-slowness-with-gcc-5.1.patch |   28 
 4 files changed, 226 insertions(+)

Copied: x265/repos/testing-i686/PKGBUILD (from rev 248683, x265/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-09 11:09:46 UTC (rev 248684)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer: Maxime Gauduin 
+# Contributor: kfgz 
+
+pkgname=x265
+pkgver=1.8
+pkgrel=1
+pkgdesc='Open Source H265/HEVC video encoder'
+arch=('i686' 'x86_64')
+url='https://bitbucket.org/multicoreware/x265'
+license=('GPL')
+depends=('gcc-libs')
+makedepends=('yasm' 'cmake')
+provides=('libx265.so')
+source=("https://bitbucket.org/multicoreware/x265/downloads/x265_${pkgver}.tar.gz;)
+md5sums=('8b7ef9bc0b5bd26965d05a4508effeed')
+
+prepare() {
+  cd x265_11047
+
+  for d in 8 $([[ $CARCH == 'x86_64' ]] && echo "10 12"); do
+if [[ -d build-$d ]]; then
+  rm -rf build-$d
+fi
+mkdir build-$d
+  done
+}
+
+build() {
+  if [[ $CARCH == x86_64 ]]; then
+
+cd x265_11047/build-12
+
+cmake ../source \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DHIGH_BIT_DEPTH='TRUE' \
+  -DMAIN12='TRUE' \
+  -DEXPORT_C_API='FALSE' \
+  -DENABLE_CLI='FALSE' \
+  -DENABLE_SHARED='FALSE'
+make
+
+cd ../build-10
+
+cmake ../source \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DHIGH_BIT_DEPTH='TRUE' \
+  -DEXPORT_C_API='FALSE' \
+  -DENABLE_CLI='FALSE' \
+  -DENABLE_SHARED='FALSE'
+make
+
+cd ../build-8
+
+ln -s ../build-10/libx265.a libx265_main10.a
+ln -s ../build-12/libx265.a libx265_main12.a
+
+cmake ../source \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DENABLE_SHARED='TRUE' \
+  -DEXTRA_LIB='x265_main10.a;x265_main12.a' \
+  -DEXTRA_LINK_FLAGS='-L.' \
+  -DLINKED_10BIT='TRUE' \
+  -DLINKED_12BIT='TRUE'
+make
+
+  else
+
+cd x265_11047/build-8
+
+cmake ../source \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DENABLE_SHARED='TRUE'
+
+  fi
+}
+
+package() {
+  cd x265_11047/build-8
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: x265/repos/testing-i686/x265-1.7-fix-slowness-with-gcc-5.1.patch (from 
rev 248683, x265/trunk/x265-1.7-fix-slowness-with-gcc-5.1.patch)
===
--- testing-i686/x265-1.7-fix-slowness-with-gcc-5.1.patch   
(rev 0)
+++ testing-i686/x265-1.7-fix-slowness-with-gcc-5.1.patch   2015-10-09 
11:09:46 UTC (rev 248684)
@@ -0,0 +1,28 @@
+# HG changeset patch
+# User Deepthi Nandakumar 
+# Date 1434559454 -19800
+#  Wed Jun 17 22:14:14 2015 +0530
+# Branch stable
+# Node ID 98325f22a1bad500e6a0c3372bf8177e81167cae
+# Parent  e0738af788da598a3cdf4458dbb46fbb07563534
+fix issue #143 x265 is slow when it is build with GCC 5.1
+
+diff -r e0738af788da -r 98325f22a1ba source/common/vec/vec-primitives.cpp
+--- a/source/common/vec/vec-primitives.cpp Wed May 20 10:29:09 2015 -0500
 b/source/common/vec/vec-primitives.cpp Wed Jun 17 22:14:14 2015 +0530
+@@ -32,12 +32,13 @@
+ #define HAVE_SSE4
+ #define HAVE_AVX2
+ #elif defined(__GNUC__)
+-#if __clang__ || (__GNUC__ >= 4 && __GNUC_MINOR__ >= 3)
++#define GCC_VERSION (__GNUC__ * 1 + __GNUC_MINOR__ * 100 + 
__GNUC_PATCHLEVEL__)
++#if __clang__ || GCC_VERSION >= 40300 /* gcc_version >= gcc-4.3.0 */
+ #define HAVE_SSE3
+ #define HAVE_SSSE3
+ #define HAVE_SSE4
+ #endif
+-#if __clang__ || (__GNUC__ >= 4 && __GNUC_MINOR__ >= 7)
++#if __clang__ || GCC_VERSION >= 40700 /* gcc_version >= gcc-4.7.0 */
+ #define HAVE_AVX2
+ #endif
+ #elif defined(_MSC_VER)

Copied: x265/repos/testing-x86_64/PKGBUILD (from rev 248683, 
x265/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ 

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

2015-10-09 Thread Maxime Gauduin
Date: Friday, October 9, 2015 @ 12:59:24
  Author: alucryd
Revision: 248683

upgpkg: x265 1.8-1

Add 10 and 12 bit depths to the x86_64 build

Modified:
  x265/trunk/PKGBUILD

--+
 PKGBUILD |   80 +
 1 file changed, 65 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 09:21:13 UTC (rev 248682)
+++ PKGBUILD2015-10-09 10:59:24 UTC (rev 248683)
@@ -1,10 +1,11 @@
 # $Id$
 # Maintainer:  Bartłomiej Piotrowski 
-# Contributor: kfgz 
+# Maintainer: Maxime Gauduin 
+# Contributor: kfgz 
 
 pkgname=x265
-pkgver=1.7
-pkgrel=2
+pkgver=1.8
+pkgrel=1
 pkgdesc='Open Source H265/HEVC video encoder'
 arch=('i686' 'x86_64')
 url='https://bitbucket.org/multicoreware/x265'
@@ -12,24 +13,73 @@
 depends=('gcc-libs')
 makedepends=('yasm' 'cmake')
 provides=('libx265.so')
-source=($pkgname-$pkgver.tar.bz2::$url/get/$pkgver.tar.bz2
-x265-1.7-fix-slowness-with-gcc-5.1.patch)
-md5sums=('d6020c277b05ab44f8222342aaa9c99f'
- '30c7fc491f22cbdec1ee17caab7d620a')
+source=("https://bitbucket.org/multicoreware/x265/downloads/x265_${pkgver}.tar.gz;)
+md5sums=('8b7ef9bc0b5bd26965d05a4508effeed')
 
 prepare() {
-  cd multicoreware-x265-*
-  patch -p1 -i "$srcdir"/x265-1.7-fix-slowness-with-gcc-5.1.patch
+  cd x265_11047
+
+  for d in 8 $([[ $CARCH == 'x86_64' ]] && echo "10 12"); do
+if [[ -d build-$d ]]; then
+  rm -rf build-$d
+fi
+mkdir build-$d
+  done
 }
 
 build() {
-  cd multicoreware-x265-*/build/linux
-  [[ $CARCH == x86_64 ]] && LDFLAGS+=',-z,noexecstack'
-  cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr ../../source
-  make
+  if [[ $CARCH == x86_64 ]]; then
+
+cd x265_11047/build-12
+
+cmake ../source \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DHIGH_BIT_DEPTH='TRUE' \
+  -DMAIN12='TRUE' \
+  -DEXPORT_C_API='FALSE' \
+  -DENABLE_CLI='FALSE' \
+  -DENABLE_SHARED='FALSE'
+make
+
+cd ../build-10
+
+cmake ../source \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DHIGH_BIT_DEPTH='TRUE' \
+  -DEXPORT_C_API='FALSE' \
+  -DENABLE_CLI='FALSE' \
+  -DENABLE_SHARED='FALSE'
+make
+
+cd ../build-8
+
+ln -s ../build-10/libx265.a libx265_main10.a
+ln -s ../build-12/libx265.a libx265_main12.a
+
+cmake ../source \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DENABLE_SHARED='TRUE' \
+  -DEXTRA_LIB='x265_main10.a;x265_main12.a' \
+  -DEXTRA_LINK_FLAGS='-L.' \
+  -DLINKED_10BIT='TRUE' \
+  -DLINKED_12BIT='TRUE'
+make
+
+  else
+
+cd x265_11047/build-8
+
+cmake ../source \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DENABLE_SHARED='TRUE'
+
+  fi
 }
 
 package() {
-  cd multicoreware-x265-*/build/linux
-  make DESTDIR="$pkgdir" install
+  cd x265_11047/build-8
+
+  make DESTDIR="${pkgdir}" install
 }
+
+# vim: ts=2 sw=2 et:


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

2015-10-09 Thread Timothy Redaelli
Date: Friday, October 9, 2015 @ 12:36:47
  Author: tredaelli
Revision: 143494

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

Added:
  bitcoin/repos/community-staging-i686/
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 143493, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-i686/bitcoin-qt.install
(from rev 143493, bitcoin/trunk/bitcoin-qt.install)
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 143493, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/bitcoin-qt.install
(from rev 143493, bitcoin/trunk/bitcoin-qt.install)

-+
 community-staging-i686/PKGBUILD |   87 ++
 community-staging-i686/bitcoin-qt.install   |   11 +++
 community-staging-x86_64/PKGBUILD   |   87 ++
 community-staging-x86_64/bitcoin-qt.install |   11 +++
 4 files changed, 196 insertions(+)

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 143493, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-09 10:36:47 UTC (rev 143494)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt')
+pkgver=0.11.0
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/;
+makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')
+license=('MIT')
+source=(http://bitcoin.org/bin/bitcoin-core-$pkgver/bitcoin-$pkgver.tar.gz
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/share/pixmaps/bitcoin128.png
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5
+   
https://github.com/bitcoin/bitcoin/commit/9f3e48e5219a09b5ddfd6883d1f0498910eff4b6.patch)
+sha256sums=('51ba1756addfa71567559e3f22331c1d908a63571891287689fff7113035d09f'
+'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
+'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
+'7b9001258d0781b8ae6fba31b7fb99d8009af8cda5a005f4854aa8b20f55b214'
+'829d5d38c8c3145b6debcb569bfa75acdfcfab5d914495b56ceb4d02060f130f'
+'9acf7f46052f6e508af4f38be4574f34bf0f57d2cf462f072606d3f177b4c957'
+'0910004577764c2251a33c4868c7358a42da68f94d6462e44bbcb1945cefd748')
+
+# Upstream should be more coherent!
+case "$pkgver" in
+*.*.*.*)
+  _pkgver=${pkgver%.*}
+  ;;
+*)
+  _pkgver=$pkgver
+  ;;
+esac
+
+prepare() {
+  cd "$pkgbase-$pkgver"
+  patch -Np1 -i "$srcdir"/9f3e48e5219a09b5ddfd6883d1f0498910eff4b6.patch
+}
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  CXXFLAGS="$CXXFLAGS -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT=1 
-UUPNPDISCOVER_SUCCESS"
+  ./configure --prefix=/usr --with-incompatible-bdb --with-gui=qt4
+  make
+}
+
+package_bitcoin-qt() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
+  depends=(boost-libs qt4 miniupnpc qrencode protobuf)
+  install=bitcoin-qt.install
+
+  cd "$pkgbase-$pkgver"
+  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
+  install -Dm644 "$srcdir"/bitcoin-qt.desktop \
+"$pkgdir"/usr/share/applications/bitcoin.desktop
+  install -Dm644 "$srcdir"/bitcoin128.png \
+"$pkgdir"/usr/share/pixmaps/bitcoin128.png
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-daemon() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
+  depends=(boost-libs miniupnpc openssl)
+
+  cd "$pkgbase-$pkgver"
+  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
+  install -Dm644 "$srcdir"/bitcoin.conf \
+"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
+  install -Dm644 "$srcdir"/bitcoind.1 \
+"$pkgdir"/usr/share/man/man1/bitcoind.1
+  install -Dm644 "$srcdir"/bitcoin.conf.5 \
+"$pkgdir"/usr/share/man/man5/bitcoin.conf.5
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-cli() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - RPC 
client"
+  depends=(boost-libs openssl)
+
+  cd "$pkgbase-$pkgver"
+  install -Dm755 src/bitcoin-cli "$pkgdir"/usr/bin/bitcoin-cli
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: bitcoin/repos/community-staging-i686/bitcoin-qt.install (from rev 
143493, bitcoin/trunk/bitcoin-qt.install)

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

2015-10-09 Thread Timothy Redaelli
Date: Friday, October 9, 2015 @ 12:36:34
  Author: tredaelli
Revision: 143493

upgpkg: bitcoin 0.11.0-3

Todo List: miniupnpc 1.9.20151008 (fix for a remote code execution)

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 10:25:35 UTC (rev 143492)
+++ PKGBUILD2015-10-09 10:36:34 UTC (rev 143493)
@@ -5,7 +5,7 @@
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt')
 pkgver=0.11.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.bitcoin.org/;
 makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')


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

2015-10-09 Thread Maxime Gauduin
Date: Friday, October 9, 2015 @ 13:11:13
  Author: alucryd
Revision: 248688

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

Added:
  vlc/repos/testing-i686/
  vlc/repos/testing-i686/PKGBUILD
(from rev 248687, vlc/trunk/PKGBUILD)
  vlc/repos/testing-i686/lua53_compat.patch
(from rev 248687, vlc/trunk/lua53_compat.patch)
  vlc/repos/testing-i686/vlc.install
(from rev 248687, vlc/trunk/vlc.install)
  vlc/repos/testing-x86_64/
  vlc/repos/testing-x86_64/PKGBUILD
(from rev 248687, vlc/trunk/PKGBUILD)
  vlc/repos/testing-x86_64/lua53_compat.patch
(from rev 248687, vlc/trunk/lua53_compat.patch)
  vlc/repos/testing-x86_64/vlc.install
(from rev 248687, vlc/trunk/vlc.install)

---+
 testing-i686/PKGBUILD |  106 
 testing-i686/lua53_compat.patch   |   30 ++
 testing-i686/vlc.install  |   18 ++
 testing-x86_64/PKGBUILD   |  106 
 testing-x86_64/lua53_compat.patch |   30 ++
 testing-x86_64/vlc.install|   18 ++
 6 files changed, 308 insertions(+)

Copied: vlc/repos/testing-i686/PKGBUILD (from rev 248687, vlc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-09 11:11:13 UTC (rev 248688)
@@ -0,0 +1,106 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Sarah Hay 
+# Contributor: Martin Sandsmark 
+
+pkgname=vlc
+pkgver=2.2.1
+pkgrel=8
+pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
+arch=('i686' 'x86_64')
+url="http://www.videolan.org/vlc/;
+license=('LGPL2.1' 'GPL2')
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy'
+ 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska'
+ 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
+ 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar'
+ 'libxinerama')
+makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
+ 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2'
+ 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm'
+ 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs'
+ 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa')
+optdepends=('avahi: for service discovery using bonjour protocol'
+'libnotify: for notification plugin'
+'gtk2: for notify plugin'
+'ncurses: for ncurses interface support'
+'libdvdcss: for decoding encrypted DVDs'
+'lirc: for lirc plugin'
+'libavc1394: for devices using the 1394ta AV/C'
+'libdc1394: for IEEE 1394 plugin'
+'kdelibs: KDE Solid hardware integration'
+'libva-vdpau-driver: vdpau back-end for nvidia'
+'libva-intel-driver: back-end for intel cards'
+'libbluray: for Blu-Ray support'
+'flac: for Free Lossless Audio Codec plugin'
+'portaudio: for portaudio support'
+'twolame: for TwoLAME mpeg2 encoder plugin'
+'projectm: for ProjectM visualisation plugin'
+'libcaca: for colored ASCII art video output'
+'libgme: for libgme plugin'
+'librsvg: for SVG plugin'
+'gnome-vfs: for GNOME Virtual File System support'
+'libgoom2: for libgoom plugin'
+'vcdimager: navigate VCD with libvcdinfo'
+'aalib: for ASCII art plugin'
+'libmtp: for MTP devices support'
+'smbclient: for SMB access plugin'
+'libcdio: for audio CD playback support'
+'ttf-freefont: for subtitle font '
+'ttf-dejavu: for subtitle font'
+'opus: for opus support'
+'libssh2: for sftp support'
+'lua-socket: for http interface')
+conflicts=('vlc-plugin')
+replaces=('vlc-plugin')
+backup=('usr/share/vlc/lua/http/.hosts'
+'usr/share/vlc/lua/http/dialogs/.hosts')
+options=('!emptydirs')
+install=vlc.install
+source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;
+"lua53_compat.patch")
+md5sums=('42273945758b521c408fabc7fd6d9946'
+ '96d3b346d9149ffb1b430066dfb6249a')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
+  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
+
+  patch -p1 < "${srcdir}/lua53_compat.patch"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  CFLAGS+=" -I/usr/include/samba-4.0" CPPFLAGS+=" -I/usr/include/samba-4.0" \
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --disable-rpath \
+  --enable-faad \
+  --enable-nls \
+  --enable-lirc \
+  

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

2015-10-09 Thread Maxime Gauduin
Date: Friday, October 9, 2015 @ 16:02:41
  Author: alucryd
Revision: 143500

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-pango/repos/multilib-x86_64/PKGBUILD
(from rev 143499, lib32-pango/trunk/PKGBUILD)
  lib32-pango/repos/multilib-x86_64/pango.install
(from rev 143499, lib32-pango/trunk/pango.install)
Deleted:
  lib32-pango/repos/multilib-x86_64/PKGBUILD
  lib32-pango/repos/multilib-x86_64/pango.install

---+
 PKGBUILD  |   96 
 pango.install |   38 +++---
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-09 14:02:36 UTC (rev 143499)
+++ PKGBUILD2015-10-09 14:02:41 UTC (rev 143500)
@@ -1,48 +0,0 @@
-# $Id$
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-# Maintainer: Biru Ionut 
-
-_pkgbasename=pango
-pkgname=lib32-$_pkgbasename
-pkgver=1.38.0
-pkgrel=1
-pkgdesc="A library for layout and rendering of text (32-bit)"
-arch=('x86_64')
-license=('LGPL')
-depends=('lib32-libthai' 'lib32-mesa-libgl' 'lib32-cairo' 'lib32-libxft'
- $_pkgbasename)
-makedepends=('gcc-multilib')
-options=('!emptydirs')
-install=pango.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
-url="http://www.pango.org/;
-sha256sums=('1d4e75974bad853ee9ac5fc5caee5e7ab235abbd945d51d01f3806e04e7c226c')
-
-prepare() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  sed -i 's#"pango.modules"#"pango.modules-32"#' pango/modules.c
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc \
-  
--with-dynamic-modules=arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,tibetan-fc
 \
-  --disable-introspection
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "$pkgdir"/etc
-  rm -rf "$pkgdir"/usr/{bin/pango-view,share,include}
-}

Copied: lib32-pango/repos/multilib-x86_64/PKGBUILD (from rev 143499, 
lib32-pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-09 14:02:41 UTC (rev 143500)
@@ -0,0 +1,48 @@
+# $Id$
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+# Maintainer: Biru Ionut 
+
+_pkgbasename=pango
+pkgname=lib32-$_pkgbasename
+pkgver=1.38.0
+pkgrel=2
+pkgdesc="A library for layout and rendering of text (32-bit)"
+arch=('x86_64')
+license=('LGPL')
+depends=('lib32-libthai' 'lib32-libgl' 'lib32-cairo' 'lib32-libxft'
+ $_pkgbasename)
+makedepends=('gcc-multilib' 'lib32-mesa-libgl')
+options=('!emptydirs')
+install=pango.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
+url="http://www.pango.org/;
+sha256sums=('1d4e75974bad853ee9ac5fc5caee5e7ab235abbd945d51d01f3806e04e7c226c')
+
+prepare() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  sed -i 's#"pango.modules"#"pango.modules-32"#' pango/modules.c
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc \
+  
--with-dynamic-modules=arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,tibetan-fc
 \
+  --disable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "$pkgdir"/etc
+  rm -rf "$pkgdir"/usr/{bin/pango-view,share,include}
+}

Deleted: pango.install
===
--- pango.install   2015-10-09 14:02:36 UTC (rev 143499)
+++ pango.install   2015-10-09 14:02:41 UTC (rev 143500)
@@ -1,19 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-   # we need to ldconfig first, in case xfree86's libs aren't
-   # in ld.so.cache yet
-   sbin/ldconfig -r .
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-   if [ -f etc/pango/pango.modules-32 ]; then
-   rm etc/pango/pango.modules-32
-   fi
-}
-
-# arg 1:  the old package version
-pre_remove() {
-   post_upgrade
-}

Copied: lib32-pango/repos/multilib-x86_64/pango.install (from rev 143499, 

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

2015-10-09 Thread Maxime Gauduin
Date: Friday, October 9, 2015 @ 16:02:36
  Author: alucryd
Revision: 143499

FS#46627: lib32-pango 1.38.0-2

Modified:
  lib32-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 12:36:47 UTC (rev 143498)
+++ PKGBUILD2015-10-09 14:02:36 UTC (rev 143499)
@@ -6,13 +6,13 @@
 _pkgbasename=pango
 pkgname=lib32-$_pkgbasename
 pkgver=1.38.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for layout and rendering of text (32-bit)"
 arch=('x86_64')
 license=('LGPL')
-depends=('lib32-libthai' 'lib32-mesa-libgl' 'lib32-cairo' 'lib32-libxft'
+depends=('lib32-libthai' 'lib32-libgl' 'lib32-cairo' 'lib32-libxft'
  $_pkgbasename)
-makedepends=('gcc-multilib')
+makedepends=('gcc-multilib' 'lib32-mesa-libgl')
 options=('!emptydirs')
 install=pango.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)


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

2015-10-09 Thread Maxime Gauduin
Date: Friday, October 9, 2015 @ 15:58:39
  Author: alucryd
Revision: 248690

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

Added:
  gst-plugins-bad/repos/testing-i686/
  gst-plugins-bad/repos/testing-i686/PKGBUILD
(from rev 248689, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/testing-x86_64/
  gst-plugins-bad/repos/testing-x86_64/PKGBUILD
(from rev 248689, gst-plugins-bad/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   47 ++
 testing-x86_64/PKGBUILD |   47 ++
 2 files changed, 94 insertions(+)

Copied: gst-plugins-bad/repos/testing-i686/PKGBUILD (from rev 248689, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-09 13:58:39 UTC (rev 248690)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-bad
+pkgver=1.6.0
+pkgrel=2
+pkgdesc="GStreamer Multimedia Framework Bad Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc' 'rtmpdump' 'libgudev')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
+ 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('d8ff26128d4ecd2ffeb28e14843808d2d971b09056b7cee6f08afcae01fc0f49')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--with-gtk=3.0
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # don't have a camera for the camerabin test
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: gst-plugins-bad/repos/testing-x86_64/PKGBUILD (from rev 248689, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-09 13:58:39 UTC (rev 248690)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-bad
+pkgver=1.6.0
+pkgrel=2
+pkgdesc="GStreamer Multimedia Framework Bad Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc' 'rtmpdump' 'libgudev')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
+ 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('d8ff26128d4ecd2ffeb28e14843808d2d971b09056b7cee6f08afcae01fc0f49')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--with-gtk=3.0
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # don't have a camera for the camerabin test
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-09 Thread Jan Steffens
Date: Friday, October 9, 2015 @ 16:38:23
  Author: heftig
Revision: 248692

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

Added:
  baobab/repos/extra-i686/PKGBUILD
(from rev 248691, baobab/trunk/PKGBUILD)
  baobab/repos/extra-i686/baobab.install
(from rev 248691, baobab/trunk/baobab.install)
  baobab/repos/extra-x86_64/PKGBUILD
(from rev 248691, baobab/trunk/PKGBUILD)
  baobab/repos/extra-x86_64/baobab.install
(from rev 248691, baobab/trunk/baobab.install)
Deleted:
  baobab/repos/extra-i686/PKGBUILD
  baobab/repos/extra-i686/baobab.install
  baobab/repos/extra-x86_64/PKGBUILD
  baobab/repos/extra-x86_64/baobab.install

-+
 /PKGBUILD   |   64 ++
 /baobab.install |   26 +
 extra-i686/PKGBUILD |   32 -
 extra-i686/baobab.install   |   13 
 extra-x86_64/PKGBUILD   |   32 -
 extra-x86_64/baobab.install |   13 
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-09 14:37:47 UTC (rev 248691)
+++ extra-i686/PKGBUILD 2015-10-09 14:38:23 UTC (rev 248692)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=baobab
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="A graphical directory tree analyzer"
-arch=(i686 x86_64)
-url="http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils' 'librsvg')
-makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
-groups=('gnome')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('75924c53dd0e94d97c2f0ec30270fa3ffc59adfab7e21aac3ed9c6c088760b5a')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # https://bugs.archlinux.org/task/31861
-  sed -i '/MimeType/d' 
"$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: baobab/repos/extra-i686/PKGBUILD (from rev 248691, 
baobab/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-09 14:38:23 UTC (rev 248692)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=baobab
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="A graphical directory tree analyzer"
+arch=(i686 x86_64)
+url="http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils' 'librsvg')
+makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
+groups=('gnome')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c2ac90426390e77147446a290c1480c49936c0a224f740b555ddaec2675b44b5')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # https://bugs.archlinux.org/task/31861
+  sed -i '/MimeType/d' 
"$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/baobab.install
===
--- extra-i686/baobab.install   2015-10-09 14:37:47 UTC (rev 248691)
+++ extra-i686/baobab.install   2015-10-09 14:38:23 UTC (rev 248692)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: baobab/repos/extra-i686/baobab.install (from rev 248691, 
baobab/trunk/baobab.install)
===
--- extra-i686/baobab.install   (rev 0)
+++ extra-i686/baobab.install   2015-10-09 14:38:23 UTC (rev 248692)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-09 14:37:47 UTC (rev 248691)
+++ extra-x86_64/PKGBUILD   2015-10-09 14:38:23 UTC (rev 248692)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=baobab
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="A graphical directory tree analyzer"
-arch=(i686 x86_64)
-url="http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3' 

[arch-commits] Commit in (8 files)

2015-10-09 Thread Maxime Gauduin
Date: Friday, October 9, 2015 @ 14:35:59
  Author: alucryd
Revision: 143495

Bump lib32-pango and add new deps

Added:
  lib32-libdatrie/
  lib32-libdatrie/trunk/
  lib32-libdatrie/trunk/PKGBUILD
  lib32-libthai/
  lib32-libthai/trunk/
  lib32-libthai/trunk/PKGBUILD
Modified:
  lib32-pango/trunk/PKGBUILD
  lib32-pango/trunk/pango.install

-+
 lib32-libdatrie/trunk/PKGBUILD  |   39 ++
 lib32-libthai/trunk/PKGBUILD|   39 ++
 lib32-pango/trunk/PKGBUILD  |   12 +--
 lib32-pango/trunk/pango.install |4 ---
 4 files changed, 85 insertions(+), 9 deletions(-)

Added: lib32-libdatrie/trunk/PKGBUILD
===
--- lib32-libdatrie/trunk/PKGBUILD  (rev 0)
+++ lib32-libdatrie/trunk/PKGBUILD  2015-10-09 12:35:59 UTC (rev 143495)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan de Groot 
+# Contributor: Chaiwat Suttipongsakul 
+
+pkgname=lib32-libdatrie
+pkgver=0.2.9
+pkgrel=1
+pkgdesc='Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe.'
+url='http://linux.thai.net/projects/datrie'
+license=('LGPL')
+arch=('x86_64')
+depends=('lib32-glibc' 'libdatrie')
+makedepends=('gcc-multilib')
+source=("http://linux.thai.net/pub/thailinux/software/libthai/libdatrie-${pkgver}.tar.xz;)
+sha256sums=('d980713e7ad8e19cf3b54ee0173782b94332af8e7e4e936dde01d2cd72e1da1d')
+
+build() {
+  cd libdatrie-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static
+  make
+}
+
+package() {
+  cd libdatrie-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-libdatrie/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-libthai/trunk/PKGBUILD
===
--- lib32-libthai/trunk/PKGBUILD(rev 0)
+++ lib32-libthai/trunk/PKGBUILD2015-10-09 12:35:59 UTC (rev 143495)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan de Groot 
+# Contributor: Chaiwat Suttipongsakul 
+
+pkgname=lib32-libthai
+pkgver=0.1.22
+pkgrel=1
+pkgdesc='Thai language support routines'
+url='http://linux.thai.net/projects/libthai'
+arch=('x86_64')
+license=('LGPL')
+depends=('lib32-libdatrie')
+makedepends=('gcc-multilib')
+source=("http://linux.thai.net/pub/thailinux/software/libthai/libthai-${pkgver}.tar.xz;)
+sha256sums=('bdb291dcc3a6784e86b1b342ec75005e9ab487f8c1decc7c3e7d18d1bbc9b7b7')
+
+build() {
+  cd libthai-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static
+  make
+}
+
+package() {
+  cd libthai-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-libthai/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: lib32-pango/trunk/PKGBUILD
===
--- lib32-pango/trunk/PKGBUILD  2015-10-09 10:36:47 UTC (rev 143494)
+++ lib32-pango/trunk/PKGBUILD  2015-10-09 12:35:59 UTC (rev 143495)
@@ -5,17 +5,19 @@
 
 _pkgbasename=pango
 pkgname=lib32-$_pkgbasename
-pkgver=1.36.8
+pkgver=1.38.0
 pkgrel=1
 pkgdesc="A library for layout and rendering of text (32-bit)"
 arch=('x86_64')
 license=('LGPL')
-makedepends=("gcc-multilib" 'lib32-fontconfig' \
- 'lib32-mesa-libgl' 'lib32-cairo' 'lib32-libxft' 'lib32-harfbuzz' 
$_pkgbasename)
+depends=('lib32-libthai' 'lib32-mesa-libgl' 'lib32-cairo' 'lib32-libxft'
+ $_pkgbasename)
+makedepends=('gcc-multilib')
+options=('!emptydirs')
 install=pango.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
 url="http://www.pango.org/;
-sha256sums=('18dbb51b8ae12bae0ab7a958e7cf3317c9acfc8a1e1103ec2f147164a0fc2d07')
+sha256sums=('1d4e75974bad853ee9ac5fc5caee5e7ab235abbd945d51d01f3806e04e7c226c')
 
 prepare() {
   cd "${srcdir}/${_pkgbasename}-${pkgver}"
@@ -38,11 +40,9 @@
 }
 
 package() {
-  depends=('lib32-cairo' 'lib32-libxft' 'lib32-harfbuzz' $_pkgbasename)
   cd "${srcdir}/${_pkgbasename}-${pkgver}"
 
   make DESTDIR="${pkgdir}" install
   rm -rf "$pkgdir"/etc
   rm -rf 

[arch-commits] Commit in lib32-libdatrie (3 files)

2015-10-09 Thread Maxime Gauduin
Date: Friday, October 9, 2015 @ 14:36:19
  Author: alucryd
Revision: 143496

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libdatrie/repos/
  lib32-libdatrie/repos/multilib-x86_64/
  lib32-libdatrie/repos/multilib-x86_64/PKGBUILD
(from rev 143495, lib32-libdatrie/trunk/PKGBUILD)

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

Copied: lib32-libdatrie/repos/multilib-x86_64/PKGBUILD (from rev 143495, 
lib32-libdatrie/trunk/PKGBUILD)
===
--- repos/multilib-x86_64/PKGBUILD  (rev 0)
+++ repos/multilib-x86_64/PKGBUILD  2015-10-09 12:36:19 UTC (rev 143496)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan de Groot 
+# Contributor: Chaiwat Suttipongsakul 
+
+pkgname=lib32-libdatrie
+pkgver=0.2.9
+pkgrel=1
+pkgdesc='Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe.'
+url='http://linux.thai.net/projects/datrie'
+license=('LGPL')
+arch=('x86_64')
+depends=('lib32-glibc' 'libdatrie')
+makedepends=('gcc-multilib')
+source=("http://linux.thai.net/pub/thailinux/software/libthai/libdatrie-${pkgver}.tar.xz;)
+sha256sums=('d980713e7ad8e19cf3b54ee0173782b94332af8e7e4e936dde01d2cd72e1da1d')
+
+build() {
+  cd libdatrie-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static
+  make
+}
+
+package() {
+  cd libdatrie-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2015-10-09 Thread Levente Polyak
Date: Friday, October 9, 2015 @ 16:39:56
  Author: anthraxx
Revision: 143502

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

Added:
  0ad/repos/community-staging-i686/
  
0ad/repos/community-staging-i686/9f24795fa4935aa1adcdea8c1008541011b3964f.patch
(from rev 143501, 0ad/trunk/9f24795fa4935aa1adcdea8c1008541011b3964f.patch)
  0ad/repos/community-staging-i686/PKGBUILD
(from rev 143501, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-i686/miniupnpc14.patch
(from rev 143501, 0ad/trunk/miniupnpc14.patch)
  0ad/repos/community-staging-x86_64/
  
0ad/repos/community-staging-x86_64/9f24795fa4935aa1adcdea8c1008541011b3964f.patch
(from rev 143501, 0ad/trunk/9f24795fa4935aa1adcdea8c1008541011b3964f.patch)
  0ad/repos/community-staging-x86_64/PKGBUILD
(from rev 143501, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-x86_64/miniupnpc14.patch
(from rev 143501, 0ad/trunk/miniupnpc14.patch)

-+
 community-staging-i686/9f24795fa4935aa1adcdea8c1008541011b3964f.patch   |  351 
++
 community-staging-i686/PKGBUILD |   68 
+
 community-staging-i686/miniupnpc14.patch|   15 
 community-staging-x86_64/9f24795fa4935aa1adcdea8c1008541011b3964f.patch |  351 
++
 community-staging-x86_64/PKGBUILD   |   68 
+
 community-staging-x86_64/miniupnpc14.patch  |   15 
 6 files changed, 868 insertions(+)

Copied: 
0ad/repos/community-staging-i686/9f24795fa4935aa1adcdea8c1008541011b3964f.patch 
(from rev 143501, 0ad/trunk/9f24795fa4935aa1adcdea8c1008541011b3964f.patch)
===
--- community-staging-i686/9f24795fa4935aa1adcdea8c1008541011b3964f.patch   
(rev 0)
+++ community-staging-i686/9f24795fa4935aa1adcdea8c1008541011b3964f.patch   
2015-10-09 14:39:56 UTC (rev 143502)
@@ -0,0 +1,351 @@
+From 9f24795fa4935aa1adcdea8c1008541011b3964f Mon Sep 17 00:00:00 2001
+From: leper 
+Date: Mon, 25 May 2015 01:23:09 +
+Subject: [PATCH] Fix SM build with GCC 5.1.
+
+git-svn-id: http://svn.wildfiregames.com/public/ps/trunk@16673 
3db68df2-c116-0410-a063-a993310a9797
+---
+ libraries/source/spidermonkey/FixBug1021171.diff | 245 +++
+ libraries/source/spidermonkey/FixBug1119228.diff |  65 ++
+ libraries/source/spidermonkey/build.sh   |   4 +
+ 3 files changed, 314 insertions(+)
+ create mode 100644 libraries/source/spidermonkey/FixBug1021171.diff
+ create mode 100644 libraries/source/spidermonkey/FixBug1119228.diff
+
+diff --git a/libraries/source/spidermonkey/FixBug1021171.diff 
b/libraries/source/spidermonkey/FixBug1021171.diff
+new file mode 100644
+index 000..b322e44
+--- /dev/null
 b/libraries/source/spidermonkey/FixBug1021171.diff
+@@ -0,0 +1,245 @@
++# Based on
++# HG changeset patch
++# User Trevor Saunders 
++# Date 1402083090 14400
++# Node ID fc756706366d983e5d70345cab419fbf72db3d36
++# Parent  78c20dbe259e808fb58d65731efd4f05e8921820
++bug 1021171 - don't return nulllptr in functions returning bool r=bz,waldo
++
++diff --git a/js/src/builtin/TypedObject.cpp b/js/src/builtin/TypedObject.cpp
++--- a/js/src/builtin/TypedObject.cpp
+ b/js/src/builtin/TypedObject.cpp
++@@ -705,35 +705,35 @@ ArrayMetaTypeDescr::construct(JSContext 
++ 
++ // Construct a canonical string `new ArrayType()`:
++ StringBuffer contents(cx);
++ contents.append("new ArrayType(");
++ contents.append(>stringRepr());
++ contents.append(")");
++ RootedAtom stringRepr(cx, contents.finishAtom());
++ if (!stringRepr)
++-return nullptr;
+++return false;
++ 
++ // Extract ArrayType.prototype
++ RootedObject arrayTypePrototype(cx, GetPrototype(cx, arrayTypeGlobal));
++ if (!arrayTypePrototype)
++-return nullptr;
+++return false;
++ 
++ // Create the instance of ArrayType
++ Rooted obj(cx);
++ obj = create(cx, arrayTypePrototype, elementType,
++ stringRepr, 0);
++ if (!obj)
++ return false;
++ 
++ // Add `length` property, which is undefined for an unsized array.
++ if (!JSObject::defineProperty(cx, obj, cx->names().length,
++   UndefinedHandleValue, nullptr, nullptr,
++   JSPROP_READONLY | JSPROP_PERMANENT))
++-return nullptr;
+++return false;
++ 
++ args.rval().setObject(*obj);
++ return true;
++ }
++ 
++ /*static*/ bool
++ UnsizedArrayTypeDescr::dimension(JSContext *cx, unsigned int argc, jsval *vp)
++ {
++@@ -757,30 +757,30 @@ UnsizedArrayTypeDescr::dimension(JSConte
++ int32_t length = args[0].toInt32();
++ Rooted elementType(cx, 

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

2015-10-09 Thread Levente Polyak
Date: Friday, October 9, 2015 @ 16:39:48
  Author: anthraxx
Revision: 143501

upgpkg: 0ad a18-6

miniupnpc 1.9.20151008 rebuild

Modified:
  0ad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 14:02:41 UTC (rev 143500)
+++ PKGBUILD2015-10-09 14:39:48 UTC (rev 143501)
@@ -5,7 +5,7 @@
 pkgname=0ad
 pkgver=a18
 _pkgver=0.0.18-alpha
-pkgrel=5
+pkgrel=6
 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
 arch=('i686' 'x86_64')
 url="http://play0ad.com/;


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

2015-10-09 Thread Jan Steffens
Date: Friday, October 9, 2015 @ 16:37:47
  Author: heftig
Revision: 248691

3.18.1

Modified:
  baobab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 13:58:39 UTC (rev 248690)
+++ PKGBUILD2015-10-09 14:37:47 UTC (rev 248691)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=baobab
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('75924c53dd0e94d97c2f0ec30270fa3ffc59adfab7e21aac3ed9c6c088760b5a')
+sha256sums=('c2ac90426390e77147446a290c1480c49936c0a224f740b555ddaec2675b44b5')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-10-09 Thread Levente Polyak
Date: Friday, October 9, 2015 @ 16:40:30
  Author: anthraxx
Revision: 143504

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

Added:
  megaglest/repos/community-staging-i686/
  megaglest/repos/community-staging-i686/PKGBUILD
(from rev 143503, megaglest/trunk/PKGBUILD)
  megaglest/repos/community-staging-i686/miniupnpc14.patch
(from rev 143503, megaglest/trunk/miniupnpc14.patch)
  megaglest/repos/community-staging-x86_64/
  megaglest/repos/community-staging-x86_64/PKGBUILD
(from rev 143503, megaglest/trunk/PKGBUILD)
  megaglest/repos/community-staging-x86_64/miniupnpc14.patch
(from rev 143503, megaglest/trunk/miniupnpc14.patch)

+
 community-staging-i686/PKGBUILD|   47 +++
 community-staging-i686/miniupnpc14.patch   |   22 
 community-staging-x86_64/PKGBUILD  |   47 +++
 community-staging-x86_64/miniupnpc14.patch |   22 
 4 files changed, 138 insertions(+)

Copied: megaglest/repos/community-staging-i686/PKGBUILD (from rev 143503, 
megaglest/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-09 14:40:30 UTC (rev 143504)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Larry Hajali 
+
+pkgname=megaglest
+pkgver=3.11.1
+pkgrel=4
+pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/megaglest/;
+license=('GPL3')
+depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 
'lua51' 'icu' 'ftgl' 'glew'
+'libircclient' 'miniupnpc' 'wxgtk2.8' 'glu' 'libx11')
+makedepends=('ftjam' 'cmake' 'mesa' 'git')
+source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver};
+"miniupnpc14.patch")
+md5sums=('SKIP'
+ '9774a0ab4daa635d3ea7bb6d3ec9834c')
+
+prepare() {
+  cd megaglest-source
+  patch -Np1 -i ../miniupnpc14.patch
+}
+
+build() {
+  cd megaglest-source
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_CXX_FLAGS="-lX11" \
+-DWANT_GIT_STAMP=0 \
+-DwxWidgets_CONFIG_EXECUTABLE="/usr/bin/wx-config-2.8" \
+-DwxWidgets_wxrc_EXECUTABLE="/usr/bin/wxrc-2.8"
+  make VERBOSE=1
+}
+
+package() {
+  cd megaglest-source/build
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: sw=2:ts=2 et:

Copied: megaglest/repos/community-staging-i686/miniupnpc14.patch (from rev 
143503, megaglest/trunk/miniupnpc14.patch)
===
--- community-staging-i686/miniupnpc14.patch(rev 0)
+++ community-staging-i686/miniupnpc14.patch2015-10-09 14:40:30 UTC (rev 
143504)
@@ -0,0 +1,22 @@
+diff --git a/source/shared_lib/sources/platform/posix/socket.cpp 
b/source/shared_lib/sources/platform/posix/socket.cpp
+index a5d4b92..4cac74f 100644
+--- a/source/shared_lib/sources/platform/posix/socket.cpp
 b/source/shared_lib/sources/platform/posix/socket.cpp
+@@ -2563,10 +2563,17 @@ int UPNP_Tools::upnp_init(void *param) {
+   const char *upnp_minissdpdsock = NULL;
+   int upnp_sameport = 0;
+   int upnp_ipv6 = 0;
++#if defined(MINIUPNPC_API_VERSION) && MINIUPNPC_API_VERSION >= 14
++  unsigned char upnp_ttl = 2;
++#endif
+   int upnp_error = 0;
+ 
+ #ifndef MINIUPNPC_VERSION_PRE1_6
++# if defined(MINIUPNPC_API_VERSION) && MINIUPNPC_API_VERSION >= 14
++  devlist = upnpDiscover(upnp_delay, upnp_multicastif, 
upnp_minissdpdsock, upnp_sameport, upnp_ipv6, upnp_ttl, _error);
++# else
+   devlist = upnpDiscover(upnp_delay, upnp_multicastif, 
upnp_minissdpdsock, upnp_sameport, upnp_ipv6, _error);
++# endif
+ 
+   
if(SystemFlags::getSystemSettingType(SystemFlags::debugNetwork).enabled) 
SystemFlags::OutputDebug(SystemFlags::debugNetwork,"UPnP discover returned 
upnp_error = %d.\n",upnp_error);
+   if(SystemFlags::VERBOSE_MODE_ENABLED) printf("UPnP discover 
returned upnp_error = %d.\n",upnp_error);

Copied: megaglest/repos/community-staging-x86_64/PKGBUILD (from rev 143503, 
megaglest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-10-09 14:40:30 UTC (rev 143504)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Larry Hajali 
+
+pkgname=megaglest
+pkgver=3.11.1
+pkgrel=4
+pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/megaglest/;
+license=('GPL3')

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

2015-10-09 Thread Levente Polyak
Date: Friday, October 9, 2015 @ 16:40:25
  Author: anthraxx
Revision: 143503

upgpkg: megaglest 3.11.1-4

miniupnpc 1.9.20151008 rebuild

Modified:
  megaglest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 14:39:56 UTC (rev 143502)
+++ PKGBUILD2015-10-09 14:40:25 UTC (rev 143503)
@@ -4,7 +4,7 @@
 
 pkgname=megaglest
 pkgver=3.11.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/megaglest/;


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

2015-10-09 Thread Gaetan Bisson
Date: Friday, October 9, 2015 @ 18:52:17
  Author: bisson
Revision: 248701

upstream update

Modified:
  graphicsmagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 15:17:59 UTC (rev 248700)
+++ PKGBUILD2015-10-09 16:52:17 UTC (rev 248701)
@@ -5,8 +5,8 @@
 # Contributor: Anton Leontiev 
 
 pkgname=graphicsmagick
-pkgver=1.3.21
-pkgrel=2
+pkgver=1.3.22
+pkgrel=1
 pkgdesc='Image processing system'
 url='http://www.graphicsmagick.org/'
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
 depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
-sha1sums=('bd3c543520b810999348e52d4abad6b59069f78b')
+sha1sums=('d397bcec3eb5d18364037e3aa167f6069d1df4ff')
 
 options=('!emptydirs' 'libtool')
 


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

2015-10-09 Thread Gaetan Bisson
Date: Friday, October 9, 2015 @ 18:53:22
  Author: bisson
Revision: 248702

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

Added:
  graphicsmagick/repos/staging-i686/
  graphicsmagick/repos/staging-i686/PKGBUILD
(from rev 248701, graphicsmagick/trunk/PKGBUILD)
  graphicsmagick/repos/staging-x86_64/
  graphicsmagick/repos/staging-x86_64/PKGBUILD
(from rev 248701, graphicsmagick/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   61 ++
 staging-x86_64/PKGBUILD |   61 ++
 2 files changed, 122 insertions(+)

Copied: graphicsmagick/repos/staging-i686/PKGBUILD (from rev 248701, 
graphicsmagick/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-10-09 16:53:22 UTC (rev 248702)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Gaetan Bisson 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Anton Leontiev 
+
+pkgname=graphicsmagick
+pkgver=1.3.22
+pkgrel=1
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+optdepends=('jasper: jp2 module'
+'libpng: png module'
+'libwmf: wmf module'
+'libxml2: msl, svg, url modules'
+'libtiff: ps2, ps3, tiff modules'
+'ghostscript: pdf, ps modules')
+makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
+depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha1sums=('d397bcec3eb5d18364037e3aa167f6069d1df4ff')
+
+options=('!emptydirs' 'libtool')
+
+build() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --enable-shared \
+   --with-modules \
+   --with-perl \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+   --with-quantum-depth=16 \
+   --with-threads
+   make
+}
+
+package() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   # Install MIT license
+   install -Dm644 "Copyright.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt"
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary path into LD_RUN_PATH
+   cd PerlMagick
+   sed -i -e "s:'LDDLFLAGS'  => \"\(.*\)\":'LDDLFLAGS'  => 
\"-L${pkgdir}/usr/lib \1\":" Makefile.PL
+   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR="${pkgdir}"
+   sed -i -e "s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/" Makefile
+   make
+   make install
+
+   # Remove perllocal.pod and .packlist
+   rm -rf "${pkgdir}/usr/lib/perl5/core_perl"
+   rm "${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist"
+}

Copied: graphicsmagick/repos/staging-x86_64/PKGBUILD (from rev 248701, 
graphicsmagick/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-10-09 16:53:22 UTC (rev 248702)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Gaetan Bisson 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Anton Leontiev 
+
+pkgname=graphicsmagick
+pkgver=1.3.22
+pkgrel=1
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+optdepends=('jasper: jp2 module'
+'libpng: png module'
+'libwmf: wmf module'
+'libxml2: msl, svg, url modules'
+'libtiff: ps2, ps3, tiff modules'
+'ghostscript: pdf, ps modules')
+makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
+depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha1sums=('d397bcec3eb5d18364037e3aa167f6069d1df4ff')
+
+options=('!emptydirs' 'libtool')
+
+build() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --enable-shared \
+   --with-modules \
+   --with-perl \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+   --with-quantum-depth=16 \
+   --with-threads
+   make
+}
+
+package() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   # Install MIT license
+

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

2015-10-09 Thread Maxime Gauduin
Date: Friday, October 9, 2015 @ 15:58:28
  Author: alucryd
Revision: 248689

upgpkg: gst-plugins-bad 1.6.0-2

Rebuild against x265 1.8

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 11:11:13 UTC (rev 248688)
+++ PKGBUILD2015-10-09 13:58:28 UTC (rev 248689)
@@ -3,7 +3,7 @@
 
 pkgname=gst-plugins-bad
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer Multimedia Framework Bad Plugins"
 arch=('i686' 'x86_64')
 license=('LGPL')


[arch-commits] Commit in pidgin/repos (10 files)

2015-10-09 Thread Evangelos Foutras
Date: Friday, October 9, 2015 @ 20:11:02
  Author: foutrelis
Revision: 248704

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

Added:
  pidgin/repos/extra-i686/PKGBUILD
(from rev 248703, pidgin/trunk/PKGBUILD)
  pidgin/repos/extra-i686/pidgin.install
(from rev 248703, pidgin/trunk/pidgin.install)
  pidgin/repos/extra-x86_64/PKGBUILD
(from rev 248703, pidgin/trunk/PKGBUILD)
  pidgin/repos/extra-x86_64/pidgin.install
(from rev 248703, pidgin/trunk/pidgin.install)
Deleted:
  pidgin/repos/extra-i686/PKGBUILD
  pidgin/repos/extra-i686/pidgin-2.10.11-gstreamer1.patch
  pidgin/repos/extra-i686/pidgin.install
  pidgin/repos/extra-x86_64/PKGBUILD
  pidgin/repos/extra-x86_64/pidgin-2.10.11-gstreamer1.patch
  pidgin/repos/extra-x86_64/pidgin.install

--+
 /PKGBUILD|  202 
 /pidgin.install  |   22 
 extra-i686/PKGBUILD  |  105 --
 extra-i686/pidgin-2.10.11-gstreamer1.patch   | 1144 -
 extra-i686/pidgin.install|   11 
 extra-x86_64/PKGBUILD|  105 --
 extra-x86_64/pidgin-2.10.11-gstreamer1.patch | 1144 -
 extra-x86_64/pidgin.install  |   11 
 8 files changed, 224 insertions(+), 2520 deletions(-)

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


[arch-commits] Commit in pidgin/trunk (PKGBUILD pidgin-2.10.11-gstreamer1.patch)

2015-10-09 Thread Evangelos Foutras
Date: Friday, October 9, 2015 @ 20:10:52
  Author: foutrelis
Revision: 248703

upgpkg: pidgin 2.10.11-5

SIPE was unhappy with our simple backport of GStreamer 1.0 support to
Pidgin 2.10.11. Apparently, more patches are needed but that's no fun;
package the tip of the release-2.x.y branch for now and switch back to
tarballs once Pidgin 2.10.12 is available (FS#46607).

Modified:
  pidgin/trunk/PKGBUILD
Deleted:
  pidgin/trunk/pidgin-2.10.11-gstreamer1.patch

-+
 PKGBUILD|   28 
 pidgin-2.10.11-gstreamer1.patch | 1144 --
 2 files changed, 12 insertions(+), 1160 deletions(-)

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


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

2015-10-09 Thread Evangelos Foutras
Date: Friday, October 9, 2015 @ 20:16:03
  Author: foutrelis
Revision: 143508

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

Added:
  pidgin-sipe/repos/community-i686/PKGBUILD
(from rev 143507, pidgin-sipe/trunk/PKGBUILD)
  pidgin-sipe/repos/community-x86_64/PKGBUILD
(from rev 143507, pidgin-sipe/trunk/PKGBUILD)
Deleted:
  pidgin-sipe/repos/community-i686/PKGBUILD
  pidgin-sipe/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-09 18:15:56 UTC (rev 143507)
+++ community-i686/PKGBUILD 2015-10-09 18:16:03 UTC (rev 143508)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Gicu Gorodenco 
-# Contributor: MaLiK 
-# Contributor: dpevp 
-# Contributor: Magnus Therning 
-# Contributor: Anthony 
-
-pkgname=pidgin-sipe
-pkgver=1.20.0
-pkgrel=2
-pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://sipe.sourceforge.net/;
-depends=('gmime' 'libpurple')
-makedepends=('intltool')
-options=('!buildflags')
-source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('888fb9178af0f2e2912fc28084ca07a9')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-telepathy
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: pidgin-sipe/repos/community-i686/PKGBUILD (from rev 143507, 
pidgin-sipe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-09 18:16:03 UTC (rev 143508)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Gicu Gorodenco 
+# Contributor: MaLiK 
+# Contributor: dpevp 
+# Contributor: Magnus Therning 
+# Contributor: Anthony 
+
+pkgname=pidgin-sipe
+pkgver=1.20.0
+pkgrel=3
+pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://sipe.sourceforge.net/;
+depends=('gmime' 'libpurple')
+makedepends=('intltool')
+options=('!buildflags')
+source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('888fb9178af0f2e2912fc28084ca07a9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-telepathy
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-09 18:15:56 UTC (rev 143507)
+++ community-x86_64/PKGBUILD   2015-10-09 18:16:03 UTC (rev 143508)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Gicu Gorodenco 
-# Contributor: MaLiK 
-# Contributor: dpevp 
-# Contributor: Magnus Therning 
-# Contributor: Anthony 
-
-pkgname=pidgin-sipe
-pkgver=1.20.0
-pkgrel=2
-pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://sipe.sourceforge.net/;
-depends=('gmime' 'libpurple')
-makedepends=('intltool')
-options=('!buildflags')
-source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('888fb9178af0f2e2912fc28084ca07a9')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-telepathy
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: pidgin-sipe/repos/community-x86_64/PKGBUILD (from rev 143507, 
pidgin-sipe/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-09 18:16:03 UTC (rev 143508)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Gicu Gorodenco 
+# Contributor: MaLiK 
+# Contributor: dpevp 
+# Contributor: Magnus Therning 
+# Contributor: Anthony 
+
+pkgname=pidgin-sipe
+pkgver=1.20.0
+pkgrel=3
+pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
+arch=('i686' 'x86_64')

[arch-commits] Commit in dolphin-emu/trunk (PKGBUILD dolphin-emu-gcc49.patch)

2015-10-09 Thread Evangelos Foutras
Date: Friday, October 9, 2015 @ 20:40:01
  Author: foutrelis
Revision: 143509

upgpkg: dolphin-emu 1:4.0.2-11

miniupnpc 1.9.20151008 rebuild.

Modified:
  dolphin-emu/trunk/PKGBUILD
  dolphin-emu/trunk/dolphin-emu-gcc49.patch (properties)

-+
 PKGBUILD|2 +-
 dolphin-emu-gcc49.patch |1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 18:16:03 UTC (rev 143508)
+++ PKGBUILD2015-10-09 18:40:01 UTC (rev 143509)
@@ -5,7 +5,7 @@
 
 pkgname=dolphin-emu
 pkgver=4.0.2
-pkgrel=10
+pkgrel=11
 epoch=1
 pkgdesc='A Gamecube / Wii / Triforce emulator'
 arch=('i686' 'x86_64')

Index: dolphin-emu/trunk/dolphin-emu-gcc49.patch
===
--- dolphin-emu-gcc49.patch 2015-10-09 18:16:03 UTC (rev 143508)
+++ dolphin-emu-gcc49.patch 2015-10-09 18:40:01 UTC (rev 143509)

Property changes on: dolphin-emu/trunk/dolphin-emu-gcc49.patch
___
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property


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

2015-10-09 Thread Evangelos Foutras
Date: Friday, October 9, 2015 @ 20:40:09
  Author: foutrelis
Revision: 143510

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

Added:
  dolphin-emu/repos/community-staging-i686/
  dolphin-emu/repos/community-staging-i686/PKGBUILD
(from rev 143509, dolphin-emu/trunk/PKGBUILD)
  dolphin-emu/repos/community-staging-i686/dolphin-emu-findx11.patch
(from rev 143509, dolphin-emu/trunk/dolphin-emu-findx11.patch)
  dolphin-emu/repos/community-staging-i686/dolphin-emu-gcc49.patch
(from rev 143509, dolphin-emu/trunk/dolphin-emu-gcc49.patch)
  dolphin-emu/repos/community-staging-x86_64/
  dolphin-emu/repos/community-staging-x86_64/PKGBUILD
(from rev 143509, dolphin-emu/trunk/PKGBUILD)
  dolphin-emu/repos/community-staging-x86_64/dolphin-emu-findx11.patch
(from rev 143509, dolphin-emu/trunk/dolphin-emu-findx11.patch)
  dolphin-emu/repos/community-staging-x86_64/dolphin-emu-gcc49.patch
(from rev 143509, dolphin-emu/trunk/dolphin-emu-gcc49.patch)

+
 community-staging-i686/PKGBUILD|   55 +++
 community-staging-i686/dolphin-emu-findx11.patch   |   11 +++
 community-staging-i686/dolphin-emu-gcc49.patch |   17 +
 community-staging-x86_64/PKGBUILD  |   55 +++
 community-staging-x86_64/dolphin-emu-findx11.patch |   11 +++
 community-staging-x86_64/dolphin-emu-gcc49.patch   |   17 +
 6 files changed, 166 insertions(+)

Copied: dolphin-emu/repos/community-staging-i686/PKGBUILD (from rev 143509, 
dolphin-emu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-09 18:40:09 UTC (rev 143510)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: schuay 
+# Maintainer: Maxime Gauduin 
+# Contributor: Jeremy Newton (Mystro256) 
+
+pkgname=dolphin-emu
+pkgver=4.0.2
+pkgrel=11
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce emulator'
+arch=('i686' 'x86_64')
+url='http://dolphin-emu.org'
+license=('GPL2')
+
+makedepends=('cmake' 'opencl-headers')
+depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'miniupnpc' 'openal' 'portaudio'
+ 'sdl2' 'soundtouch' 'wxgtk')
+optdepends=('pulseaudio: PulseAudio backend')
+
+options=('!emptydirs')
+
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dolphin-emu/dolphin/archive/${pkgver}.tar.gz;
+'dolphin-emu-findx11.patch'
+'dolphin-emu-gcc49.patch')
+md5sums=('95436ade64fc8ed2fe4b2ed5306dc879'
+ 'f9a692b76263f3efae9793c4879bc2c5'
+ '5fead49fc3a0ff9a9d1435368b5df1f9')
+
+prepare() {
+  cd dolphin-${pkgver}
+
+  patch -Np1 -i ../dolphin-emu-findx11.patch
+  patch -Np1 -i ../dolphin-emu-gcc49.patch
+
+  # Compatibility with miniupnpc 1.9.20150730, which requires a new ttl 
argument.
+  sed -i 's:upnpDiscover(2000, NULL, NULL, 0, 0, 
);:upnpDiscover(2000, NULL, NULL, 0, 0, 2, \);:' \
+  Source/Core/Core/Src/NetPlayServer.cpp
+}
+
+build() {
+  cd dolphin-${pkgver}
+
+  mkdir build && cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_CXX_FLAGS='-fno-inline-functions -fpermissive'
+  make
+}
+
+package() {
+  cd dolphin-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/usr/lib/libpolarssl.a"
+}

Copied: dolphin-emu/repos/community-staging-i686/dolphin-emu-findx11.patch 
(from rev 143509, dolphin-emu/trunk/dolphin-emu-findx11.patch)
===
--- community-staging-i686/dolphin-emu-findx11.patch
(rev 0)
+++ community-staging-i686/dolphin-emu-findx11.patch2015-10-09 18:40:09 UTC 
(rev 143510)
@@ -0,0 +1,11 @@
+diff -rupN dolphin-4.0.2.orig/CMakeLists.txt dolphin-4.0.2/CMakeLists.txt
+--- dolphin-4.0.2.orig/CMakeLists.txt  2015-03-31 15:05:43.953995860 +0200
 dolphin-4.0.2/CMakeLists.txt   2015-03-31 15:06:53.379078333 +0200
+@@ -417,6 +417,7 @@ if(NOT ANDROID)
+ 
+   # Note: We do not need to explicitly check for X11 as it is 
done in the cmake
+   # FindOpenGL module on linux.
++  include(FindX11)
+   if(USE_X11 AND X11_FOUND)
+   set(USE_X11 1)
+   add_definitions(-DHAVE_X11=1)

Copied: dolphin-emu/repos/community-staging-i686/dolphin-emu-gcc49.patch (from 
rev 143509, dolphin-emu/trunk/dolphin-emu-gcc49.patch)
===
--- community-staging-i686/dolphin-emu-gcc49.patch  
(rev 0)
+++ community-staging-i686/dolphin-emu-gcc49.patch  2015-10-09 18:40:09 UTC 
(rev 143510)
@@ -0,0 +1,17 @@
+diff -rupN dolphin.orig/Source/Core/Common/Src/CommonFuncs.h 
dolphin/Source/Core/Common/Src/CommonFuncs.h
+--- dolphin.orig/Source/Core/Common/Src/CommonFuncs.h  2014-08-19 

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

2015-10-09 Thread Evangelos Foutras
Date: Friday, October 9, 2015 @ 20:15:56
  Author: foutrelis
Revision: 143507

upgpkg: pidgin-sipe 1.20.0-3

Rebuild against libpurple 2.10.11-5.

Modified:
  pidgin-sipe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 15:09:30 UTC (rev 143506)
+++ PKGBUILD2015-10-09 18:15:56 UTC (rev 143507)
@@ -8,7 +8,7 @@
 
 pkgname=pidgin-sipe
 pkgver=1.20.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
 arch=('i686' 'x86_64')
 license=('GPL2')


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

2015-10-09 Thread Gaetan Bisson
Date: Friday, October 9, 2015 @ 21:12:39
  Author: bisson
Revision: 143513

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

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

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

Copied: pdf2djvu/repos/community-staging-i686/PKGBUILD (from rev 143512, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-09 19:12:39 UTC (rev 143513)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.8.2
+pkgrel=3
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://pdf2djvu.googlecode.com;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+md5sums=('ca8d2ba1646bfe371f58db67311e909a'
+ 'SKIP')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+

Copied: pdf2djvu/repos/community-staging-x86_64/PKGBUILD (from rev 143512, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-10-09 19:12:39 UTC (rev 143513)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.8.2
+pkgrel=3
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://pdf2djvu.googlecode.com;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+md5sums=('ca8d2ba1646bfe371f58db67311e909a'
+ 'SKIP')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+


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

2015-10-09 Thread Gaetan Bisson
Date: Friday, October 9, 2015 @ 21:12:07
  Author: bisson
Revision: 143512

rebuild for graphicsmagick-1.3.22

Modified:
  pdf2djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 19:04:06 UTC (rev 143511)
+++ PKGBUILD2015-10-09 19:12:07 UTC (rev 143512)
@@ -4,7 +4,7 @@
 
 pkgname=pdf2djvu
 pkgver=0.8.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Creates DjVu files from PDF files"
 arch=('i686' 'x86_64')
 url="http://pdf2djvu.googlecode.com;


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

2015-10-09 Thread Gaetan Bisson
Date: Friday, October 9, 2015 @ 21:13:02
  Author: bisson
Revision: 248706

rebuild for graphicsmagick-1.3.22

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 19:03:51 UTC (rev 248705)
+++ PKGBUILD2015-10-09 19:13:02 UTC (rev 248706)
@@ -5,7 +5,7 @@
 
 pkgname=octave
 pkgver=4.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('i686' 'x86_64')
 url="http://www.octave.org;


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

2015-10-09 Thread Gaetan Bisson
Date: Friday, October 9, 2015 @ 21:13:26
  Author: bisson
Revision: 248707

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

Added:
  octave/repos/staging-i686/
  octave/repos/staging-i686/PKGBUILD
(from rev 248706, octave/trunk/PKGBUILD)
  octave/repos/staging-i686/octave.install
(from rev 248706, octave/trunk/octave.install)
  octave/repos/staging-x86_64/
  octave/repos/staging-x86_64/PKGBUILD
(from rev 248706, octave/trunk/PKGBUILD)
  octave/repos/staging-x86_64/octave.install
(from rev 248706, octave/trunk/octave.install)

---+
 staging-i686/PKGBUILD |   47 
 staging-i686/octave.install   |   20 +
 staging-x86_64/PKGBUILD   |   47 
 staging-x86_64/octave.install |   20 +
 4 files changed, 134 insertions(+)

Copied: octave/repos/staging-i686/PKGBUILD (from rev 248706, 
octave/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-10-09 19:13:26 UTC (rev 248707)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.0.0
+pkgrel=4
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' 'x86_64')
+url="http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript' 'suitesparse' 'gl2ps' 'qscintilla')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig})
+options=('!emptydirs')
+install=octave.install
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha1sums=('795c7ef1fb8d92f4cf9cae9eabba374a0328b1a9'
+  'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  autoreconf -vfi
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-quantum-depth=16 \
+  --with-umfpack="-lumfpack -lsuitesparseconfig"  \
+  MOC=moc-qt4 UIC=uic-qt4
+# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
+
+  LANG=C make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}

Copied: octave/repos/staging-i686/octave.install (from rev 248706, 
octave/trunk/octave.install)
===
--- staging-i686/octave.install (rev 0)
+++ staging-i686/octave.install 2015-10-09 19:13:26 UTC (rev 248707)
@@ -0,0 +1,20 @@
+info_dir=/usr/share/info
+info_files=(octave.info octave.info-1 octave.info-2 octave.info-3 
octave.info-4 octave.info-5 octave.info-6 octave.info-7 octave.info-8)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Copied: octave/repos/staging-x86_64/PKGBUILD (from rev 248706, 
octave/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-10-09 19:13:26 UTC (rev 248707)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.0.0
+pkgrel=4
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' 'x86_64')
+url="http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript' 'suitesparse' 'gl2ps' 'qscintilla')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig})
+options=('!emptydirs')
+install=octave.install
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha1sums=('795c7ef1fb8d92f4cf9cae9eabba374a0328b1a9'
+  'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  autoreconf -vfi
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared 

[arch-commits] Commit in octave/repos (10 files)

2015-10-09 Thread Gaetan Bisson
Date: Friday, October 9, 2015 @ 21:25:14
  Author: bisson
Revision: 248709

db-move: moved octave from [staging] to [extra] (i686, x86_64)

Added:
  octave/repos/extra-i686/PKGBUILD
(from rev 248708, octave/repos/staging-i686/PKGBUILD)
  octave/repos/extra-i686/octave.install
(from rev 248708, octave/repos/staging-i686/octave.install)
  octave/repos/extra-x86_64/PKGBUILD
(from rev 248708, octave/repos/staging-x86_64/PKGBUILD)
  octave/repos/extra-x86_64/octave.install
(from rev 248708, octave/repos/staging-x86_64/octave.install)
Deleted:
  octave/repos/extra-i686/PKGBUILD
  octave/repos/extra-i686/octave.install
  octave/repos/extra-x86_64/PKGBUILD
  octave/repos/extra-x86_64/octave.install
  octave/repos/staging-i686/
  octave/repos/staging-x86_64/

-+
 /PKGBUILD   |   94 ++
 /octave.install |   40 +
 extra-i686/PKGBUILD |   47 -
 extra-i686/octave.install   |   20 
 extra-x86_64/PKGBUILD   |   47 -
 extra-x86_64/octave.install |   20 
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-09 19:25:12 UTC (rev 248708)
+++ extra-i686/PKGBUILD 2015-10-09 19:25:14 UTC (rev 248709)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor : shining 
-# Contributor : cyberdune 
-
-pkgname=octave
-pkgver=4.0.0
-pkgrel=3
-pkgdesc="A high-level language, primarily intended for numerical computations."
-arch=('i686' 'x86_64')
-url="http://www.octave.org;
-license=('GPL')
-depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript' 'suitesparse' 'gl2ps' 'qscintilla')
-makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
-optdepends=('texinfo: for help-support in octave'
-'gnuplot: alternative plotting')
-source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig})
-options=('!emptydirs')
-install=octave.install
-validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
-sha1sums=('795c7ef1fb8d92f4cf9cae9eabba374a0328b1a9'
-  'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  autoreconf -vfi
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib \
-  --enable-shared --disable-static \
-  --with-quantum-depth=16 \
-  --with-umfpack="-lumfpack -lsuitesparseconfig"  \
-  MOC=moc-qt4 UIC=uic-qt4
-# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
-
-  LANG=C make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # add octave library path to ld.so.conf.d
-  install -d "${pkgdir}/etc/ld.so.conf.d"
-  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
-}

Copied: octave/repos/extra-i686/PKGBUILD (from rev 248708, 
octave/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-09 19:25:14 UTC (rev 248709)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.0.0
+pkgrel=4
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' 'x86_64')
+url="http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript' 'suitesparse' 'gl2ps' 'qscintilla')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig})
+options=('!emptydirs')
+install=octave.install
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha1sums=('795c7ef1fb8d92f4cf9cae9eabba374a0328b1a9'
+  'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  autoreconf -vfi
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-quantum-depth=16 \
+  --with-umfpack="-lumfpack -lsuitesparseconfig"  \
+  MOC=moc-qt4 UIC=uic-qt4
+# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
+
+  LANG=C make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}

Deleted: extra-i686/octave.install
===
--- extra-i686/octave.install   2015-10-09 19:25:12 UTC 

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

2015-10-09 Thread Gaetan Bisson
Date: Friday, October 9, 2015 @ 21:25:12
  Author: bisson
Revision: 248708

db-move: moved graphicsmagick from [staging] to [extra] (i686, x86_64)

Added:
  graphicsmagick/repos/extra-i686/PKGBUILD
(from rev 248707, graphicsmagick/repos/staging-i686/PKGBUILD)
  graphicsmagick/repos/extra-x86_64/PKGBUILD
(from rev 248707, graphicsmagick/repos/staging-x86_64/PKGBUILD)
Deleted:
  graphicsmagick/repos/extra-i686/PKGBUILD
  graphicsmagick/repos/extra-x86_64/PKGBUILD
  graphicsmagick/repos/staging-i686/
  graphicsmagick/repos/staging-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-09 19:13:26 UTC (rev 248707)
+++ extra-i686/PKGBUILD 2015-10-09 19:25:12 UTC (rev 248708)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Maintainer: Gaetan Bisson 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Anton Leontiev 
-
-pkgname=graphicsmagick
-pkgver=1.3.21
-pkgrel=2
-pkgdesc='Image processing system'
-url='http://www.graphicsmagick.org/'
-arch=('i686' 'x86_64')
-license=('MIT')
-optdepends=('jasper: jp2 module'
-'libpng: png module'
-'libwmf: wmf module'
-'libxml2: msl, svg, url modules'
-'libtiff: ps2, ps3, tiff modules'
-'ghostscript: pdf, ps modules')
-makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
-depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
-sha1sums=('bd3c543520b810999348e52d4abad6b59069f78b')
-
-options=('!emptydirs' 'libtool')
-
-build() {
-   cd "${srcdir}/GraphicsMagick-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --enable-shared \
-   --with-modules \
-   --with-perl \
-   --with-gs-font-dir=/usr/share/fonts/Type1 \
-   --with-quantum-depth=16 \
-   --with-threads
-   make
-}
-
-package() {
-   cd "${srcdir}/GraphicsMagick-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-
-   # Install MIT license
-   install -Dm644 "Copyright.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt"
-
-   # Install perl bindings
-   # The patching was introduced in order to build perl module without 
installing package itself and
-   # not to introduce unnecessary path into LD_RUN_PATH
-   cd PerlMagick
-   sed -i -e "s:'LDDLFLAGS'  => \"\(.*\)\":'LDDLFLAGS'  => 
\"-L${pkgdir}/usr/lib \1\":" Makefile.PL
-   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR="${pkgdir}"
-   sed -i -e "s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/" Makefile
-   make
-   make install
-
-   # Remove perllocal.pod and .packlist
-   rm -rf "${pkgdir}/usr/lib/perl5/core_perl"
-   rm "${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist"
-}

Copied: graphicsmagick/repos/extra-i686/PKGBUILD (from rev 248707, 
graphicsmagick/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-09 19:25:12 UTC (rev 248708)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Gaetan Bisson 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Anton Leontiev 
+
+pkgname=graphicsmagick
+pkgver=1.3.22
+pkgrel=1
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+optdepends=('jasper: jp2 module'
+'libpng: png module'
+'libwmf: wmf module'
+'libxml2: msl, svg, url modules'
+'libtiff: ps2, ps3, tiff modules'
+'ghostscript: pdf, ps modules')
+makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
+depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha1sums=('d397bcec3eb5d18364037e3aa167f6069d1df4ff')
+
+options=('!emptydirs' 'libtool')
+
+build() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --enable-shared \
+   --with-modules \
+   --with-perl \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+   --with-quantum-depth=16 \
+   --with-threads
+   make
+}
+
+package() {
+   cd 

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

2015-10-09 Thread Gaetan Bisson
Date: Friday, October 9, 2015 @ 21:25:46
  Author: bisson
Revision: 143514

db-move: moved pdf2djvu from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  pdf2djvu/repos/community-testing-i686/
  pdf2djvu/repos/community-testing-i686/PKGBUILD
(from rev 143513, pdf2djvu/repos/community-staging-i686/PKGBUILD)
  pdf2djvu/repos/community-testing-x86_64/
  pdf2djvu/repos/community-testing-x86_64/PKGBUILD
(from rev 143513, pdf2djvu/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  pdf2djvu/repos/community-staging-i686/
  pdf2djvu/repos/community-staging-x86_64/

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

Copied: pdf2djvu/repos/community-testing-i686/PKGBUILD (from rev 143513, 
pdf2djvu/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-10-09 19:25:46 UTC (rev 143514)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.8.2
+pkgrel=3
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://pdf2djvu.googlecode.com;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+md5sums=('ca8d2ba1646bfe371f58db67311e909a'
+ 'SKIP')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+

Copied: pdf2djvu/repos/community-testing-x86_64/PKGBUILD (from rev 143513, 
pdf2djvu/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-10-09 19:25:46 UTC (rev 143514)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.8.2
+pkgrel=3
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://pdf2djvu.googlecode.com;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+md5sums=('ca8d2ba1646bfe371f58db67311e909a'
+ 'SKIP')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+


[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2015-10-09 Thread Laurent Carlier
Date: Friday, October 9, 2015 @ 17:17:37
  Author: lcarlier
Revision: 248699

upgpkg: xf86-video-intel 1:2.99.917+478+gdf72bc5-1

update to lastest git commit, should fix some mouse cursor problems

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 15:07:26 UTC (rev 248698)
+++ PKGBUILD2015-10-09 15:17:37 UTC (rev 248699)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-intel
-pkgver=2.99.917+476+g4e668dd
+pkgver=2.99.917+478+gdf72bc5
 pkgrel=1
 epoch=1
 arch=(i686 x86_64)
@@ -27,7 +27,7 @@
'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
 groups=('xorg-drivers' 'xorg')
 #source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-source=('git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=4e668dd')
+source=('git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=df72bc5')
 sha256sums=('SKIP')
 
 pkgver() {


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

2015-10-09 Thread Anatol Pomozov
Date: Friday, October 9, 2015 @ 17:08:31
  Author: anatolik
Revision: 143505

upgpkg: mldonkey 3.1.5-5

miniupnpc 1.9.20151008 rebuild

Modified:
  mldonkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 14:40:30 UTC (rev 143504)
+++ PKGBUILD2015-10-09 15:08:31 UTC (rev 143505)
@@ -3,7 +3,7 @@
 
 pkgname=mldonkey
 pkgver=3.1.5
-pkgrel=4
+pkgrel=5
 pkgdesc='A multi-network P2P client'
 arch=(i686 x86_64)
 url='http://mldonkey.sourceforge.net/'


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

2015-10-09 Thread Anatol Pomozov
Date: Friday, October 9, 2015 @ 17:09:30
  Author: anatolik
Revision: 143506

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

Added:
  mldonkey/repos/community-staging-i686/
  mldonkey/repos/community-staging-i686/PKGBUILD
(from rev 143505, mldonkey/trunk/PKGBUILD)
  mldonkey/repos/community-staging-i686/fix_upnpDiscover.patch
(from rev 143505, mldonkey/trunk/fix_upnpDiscover.patch)
  mldonkey/repos/community-staging-i686/mldonkey.conf
(from rev 143505, mldonkey/trunk/mldonkey.conf)
  mldonkey/repos/community-staging-i686/mldonkey.install
(from rev 143505, mldonkey/trunk/mldonkey.install)
  mldonkey/repos/community-staging-i686/mldonkey.service
(from rev 143505, mldonkey/trunk/mldonkey.service)
  mldonkey/repos/community-staging-i686/mldonkey.tmpfiles
(from rev 143505, mldonkey/trunk/mldonkey.tmpfiles)
  mldonkey/repos/community-staging-x86_64/
  mldonkey/repos/community-staging-x86_64/PKGBUILD
(from rev 143505, mldonkey/trunk/PKGBUILD)
  mldonkey/repos/community-staging-x86_64/fix_upnpDiscover.patch
(from rev 143505, mldonkey/trunk/fix_upnpDiscover.patch)
  mldonkey/repos/community-staging-x86_64/mldonkey.conf
(from rev 143505, mldonkey/trunk/mldonkey.conf)
  mldonkey/repos/community-staging-x86_64/mldonkey.install
(from rev 143505, mldonkey/trunk/mldonkey.install)
  mldonkey/repos/community-staging-x86_64/mldonkey.service
(from rev 143505, mldonkey/trunk/mldonkey.service)
  mldonkey/repos/community-staging-x86_64/mldonkey.tmpfiles
(from rev 143505, mldonkey/trunk/mldonkey.tmpfiles)

-+
 community-staging-i686/PKGBUILD |   55 ++
 community-staging-i686/fix_upnpDiscover.patch   |   13 +
 community-staging-i686/mldonkey.conf|2 
 community-staging-i686/mldonkey.install |   29 +++
 community-staging-i686/mldonkey.service |   10 
 community-staging-i686/mldonkey.tmpfiles|1 
 community-staging-x86_64/PKGBUILD   |   55 ++
 community-staging-x86_64/fix_upnpDiscover.patch |   13 +
 community-staging-x86_64/mldonkey.conf  |2 
 community-staging-x86_64/mldonkey.install   |   29 +++
 community-staging-x86_64/mldonkey.service   |   10 
 community-staging-x86_64/mldonkey.tmpfiles  |1 
 12 files changed, 220 insertions(+)

Copied: mldonkey/repos/community-staging-i686/PKGBUILD (from rev 143505, 
mldonkey/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-09 15:09:30 UTC (rev 143506)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+pkgname=mldonkey
+pkgver=3.1.5
+pkgrel=5
+pkgdesc='A multi-network P2P client'
+arch=(i686 x86_64)
+url='http://mldonkey.sourceforge.net/'
+license=(GPL)
+depends=(file gd miniupnpc libnatpmp)
+makedepends=(gtk2 librsvg) # we build our own version of ocaml and lablgtk2
+optdepends=('librsvg: GUI support'
+'gtk2: GUI support')
+backup=(etc/conf.d/mldonkey)
+install=mldonkey.install
+source=(http://downloads.sourceforge.net/sourceforge/mldonkey/$pkgname-$pkgver.tar.bz2
+mldonkey.conf
+mldonkey.service
+mldonkey.tmpfiles
+http://caml.inria.fr/distrib/ocaml-3.12/ocaml-3.12.0.tar.gz
+https://forge.ocamlcore.org/frs/download.php/561/lablgtk-2.14.2.tar.gz
+   fix_upnpDiscover.patch)
+sha256sums=('74f9d4bcc72356aa28d0812767ef5b9daa03efc5d1ddabf56447dc04969911cb'
+'f1d9401cefd591662d49011c53fdb2788755a6f745a963e46d8037b990edeb6a'
+'778cebe8edcffd63db3594054c2daa62ce571644a96ad235b8c95470b55c0415'
+'45f45d2a3c064d5bbc0b6b9b70fa3497ed47cfecdd1ec52e175311f48eaa89dc'
+'d964b385e110c1517c9de1c6331476d5e7a3585cc692b6b6b8973f3a9be7da4b'
+'4981abedabdc462303f345104042c88af227ccd50fd30a9bf48fd353ab02d0ba'
+'d304bb2eca218dcfbcf7c420bc7375fa2316d5c360325a4e9b48d78d7cf1b7c7')
+
+prepare() {
+  cd mldonkey-$pkgver
+  patch -p1 < ../fix_upnpDiscover.patch
+}
+
+build() {
+  cd mldonkey-$pkgver
+  # mldonkey hardcodes its dependencies to some specific version
+  ln -s "$srcdir"/ocaml-3.12.0.tar.gz "$srcdir"/lablgtk-2.14.2.tar.gz patches/
+  ./configure --prefix=/usr --enable-gui=newgui2 --enable-upnp-natpmp 
--enable-batch
+  make
+}
+
+package() {
+  cd mldonkey-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 icons/rsvg/type_source_normal.svg 
"$pkgdir"/usr/share/icons/mldonkey.svg
+  install -Dm644 distrib/mldonkey.desktop 
"$pkgdir"/usr/share/applications/mldonkey.desktop
+
+  install -Dm644 "$srcdir"/mldonkey.conf "$pkgdir"/etc/conf.d/mldonkey
+  install -Dm644 "$srcdir"/mldonkey.service 
"$pkgdir"/usr/lib/systemd/system/mldonkey.service
+  install -Dm644 "$srcdir"/mldonkey.tmpfiles 

[arch-commits] Commit in xf86-video-intel/repos (8 files)

2015-10-09 Thread Laurent Carlier
Date: Friday, October 9, 2015 @ 17:17:59
  Author: lcarlier
Revision: 248700

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

Added:
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 248699, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 248699, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 248699, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 248699, xf86-video-intel/trunk/xf86-video-intel.install)
Deleted:
  xf86-video-intel/repos/testing-i686/PKGBUILD
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install

-+
 /PKGBUILD   |  124 ++
 /xf86-video-intel.install   |   40 +
 testing-i686/PKGBUILD   |   62 ---
 testing-i686/xf86-video-intel.install   |   20 
 testing-x86_64/PKGBUILD |   62 ---
 testing-x86_64/xf86-video-intel.install |   20 
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-10-09 15:17:37 UTC (rev 248699)
+++ testing-i686/PKGBUILD   2015-10-09 15:17:59 UTC (rev 248700)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-video-intel
-pkgver=2.99.917+476+g4e668dd
-pkgrel=1
-epoch=1
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/;
-license=('custom')
-install=$pkgname.install
-pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
-depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'libx11' 
'libxrender'
- # additional deps for intel-virtual-output
- 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst'
- # additional for git snapshot
- 'git')
-optdepends=('libxrandr: for intel-virtual-output'
-'libxinerama: for intel-virtual-output'
-'libxcursor: for intel-virtual-output'
-'libxtst: for intel-virtual-output')
-replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20'
-   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
-groups=('xorg-drivers' 'xorg')
-#source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-source=('git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=4e668dd')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --long | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib \
---with-default-dri=3
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 248699, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-09 15:17:59 UTC (rev 248700)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.99.917+478+gdf72bc5
+pkgrel=1
+epoch=1
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+ 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst'
+ # additional for git snapshot
+ 'git')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')