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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 07:55:05
  Author: fyan
Revision: 169330

upgpkg: haskell-persistent 2.2.4.1-9

rebuild with conduit-extra-1.1.13.1, uuid-1.3.12, uuid-types-1.0.3

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-03 05:49:20 UTC (rev 169329)
+++ PKGBUILD2016-04-03 05:55:05 UTC (rev 169330)
@@ -5,7 +5,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.2.4.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 07:55:23
  Author: fyan
Revision: 169331

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

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

-+
 community-staging-i686/PKGBUILD |   49 ++
 community-staging-i686/haskell-persistent.install   |   18 ++
 community-staging-x86_64/PKGBUILD   |   49 ++
 community-staging-x86_64/haskell-persistent.install |   18 ++
 4 files changed, 134 insertions(+)

Copied: haskell-persistent/repos/community-staging-i686/PKGBUILD (from rev 
169330, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-03 05:55:23 UTC (rev 169331)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.2.4.1
+pkgrel=9
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('1473bdd952854d7f5fdb5896d2df07ef1ecf301c7fdb136054f49625329d50db')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-nooverlap
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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-persistent/repos/community-staging-i686/haskell-persistent.install 
(from rev 169330, haskell-persistent/trunk/haskell-persistent.install)
===
--- community-staging-i686/haskell-persistent.install   
(rev 0)
+++ community-staging-i686/haskell-persistent.install   2016-04-03 05:55:23 UTC 
(rev 169331)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-persistent
+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-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
169330, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ 

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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 07:49:20
  Author: fyan
Revision: 169329

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

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

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-i686/haskell-monad-logger.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   47 
 community-staging-x86_64/haskell-monad-logger.install |   18 ++
 4 files changed, 130 insertions(+)

Copied: haskell-monad-logger/repos/community-staging-i686/PKGBUILD (from rev 
169328, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-03 05:49:20 UTC (rev 169329)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-logger
+pkgname=haskell-monad-logger
+pkgver=0.3.18
+pkgrel=12
+pkgdesc="A class of monads which can log messages."
+url="https://github.com/kazu-yamamoto/logger;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-exceptions" "haskell-fast-logger" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-loops" "haskell-mtl" 
"haskell-resourcet"
+ "haskell-stm" "haskell-stm-chans" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('81497c19d08df93e6de5914f3adf0feecf4fcd9412e3004d2b19b4bfba05497e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-ftemplate_haskell
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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-monad-logger/repos/community-staging-i686/haskell-monad-logger.install 
(from rev 169328, haskell-monad-logger/trunk/haskell-monad-logger.install)
===
--- community-staging-i686/haskell-monad-logger.install 
(rev 0)
+++ community-staging-i686/haskell-monad-logger.install 2016-04-03 05:49:20 UTC 
(rev 169329)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-monad-logger
+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-monad-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
169328, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-03 05:49:20 UTC (rev 169329)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: 

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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 07:49:00
  Author: fyan
Revision: 169328

upgpkg: haskell-monad-logger 0.3.18-12

rebuild with conduit-extra-1.1.13.1, uuid-1.3.12, uuid-types-1.0.3

Modified:
  haskell-monad-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-03 05:46:30 UTC (rev 169327)
+++ PKGBUILD2016-04-03 05:49:00 UTC (rev 169328)
@@ -5,7 +5,7 @@
 _hkgname=monad-logger
 pkgname=haskell-monad-logger
 pkgver=0.3.18
-pkgrel=11
+pkgrel=12
 pkgdesc="A class of monads which can log messages."
 url="https://github.com/kazu-yamamoto/logger;
 license=("MIT")


[arch-commits] Commit in wine-staging/repos/multilib-x86_64 (6 files)

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 07:46:30
  Author: fyan
Revision: 169327

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 169326, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 169326, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/multilib-x86_64/wine-staging.install
(from rev 169326, wine-staging/trunk/wine-staging.install)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD
  wine-staging/repos/multilib-x86_64/wine-staging.install

--+
 PKGBUILD |  370 -
 wine-staging.install |   24 +--
 2 files changed, 197 insertions(+), 197 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
169326, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-03 05:44:08 UTC (rev 169326)
+++ PKGBUILD2016-04-03 05:46:30 UTC (rev 169327)
@@ -1,185 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=1.9.6
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha1sums=('1055f68d7b30608052b0548deee1b02db8df47d8'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine-staging.install
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')
-fi

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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 07:44:08
  Author: fyan
Revision: 169326

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

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

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

Copied: haskell-conduit-extra/repos/community-staging-i686/PKGBUILD (from rev 
169325, haskell-conduit-extra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-03 05:44:08 UTC (rev 169326)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-extra
+pkgname=haskell-conduit-extra
+pkgver=1.1.13.1
+pkgrel=1
+pkgdesc="Batteries included conduit: adapters for common libraries."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" 
"haskell-blaze-builder" "haskell-conduit"
+ "haskell-exceptions" "haskell-monad-control" "haskell-network" 
"haskell-primitive"
+ "haskell-resourcet" "haskell-stm" "haskell-streaming-commons" 
"haskell-text"
+ "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('16910191be60a573a3dd933655ced6bc91564fd96e61e89e4d97ac52e6d75810')
+
+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-conduit-extra/repos/community-staging-i686/haskell-conduit-extra.install
 (from rev 169325, haskell-conduit-extra/trunk/haskell-conduit-extra.install)
===
--- community-staging-i686/haskell-conduit-extra.install
(rev 0)
+++ community-staging-i686/haskell-conduit-extra.install2016-04-03 
05:44:08 UTC (rev 169326)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit-extra
+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-conduit-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
169325, haskell-conduit-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-03 05:44:08 UTC (rev 169326)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 

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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 07:43:47
  Author: fyan
Revision: 169325

upgpkg: haskell-conduit-extra 1.1.13.1-1

rebuild with conduit-extra-1.1.13.1, uuid-1.3.12, uuid-types-1.0.3

Modified:
  haskell-conduit-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-03 05:36:36 UTC (rev 169324)
+++ PKGBUILD2016-04-03 05:43:47 UTC (rev 169325)
@@ -4,7 +4,7 @@
 
 _hkgname=conduit-extra
 pkgname=haskell-conduit-extra
-pkgver=1.1.12.1
+pkgver=1.1.13.1
 pkgrel=1
 pkgdesc="Batteries included conduit: adapters for common libraries."
 url="http://github.com/snoyberg/conduit;
@@ -17,7 +17,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('b87844f818c7e87b09470f650e0c7fa4c68eca04869571ba9a80be8f422773da')
+sha256sums=('16910191be60a573a3dd933655ced6bc91564fd96e61e89e4d97ac52e6d75810')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in hhvm/repos (9 files)

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 07:36:36
  Author: fyan
Revision: 169324

archrelease: copy trunk to community-staging-x86_64

Added:
  hhvm/repos/community-staging-x86_64/
  hhvm/repos/community-staging-x86_64/PKGBUILD
(from rev 169323, hhvm/trunk/PKGBUILD)
  hhvm/repos/community-staging-x86_64/hhvm.install
(from rev 169323, hhvm/trunk/hhvm.install)
  hhvm/repos/community-staging-x86_64/hhvm.service
(from rev 169323, hhvm/trunk/hhvm.service)
  hhvm/repos/community-staging-x86_64/hhvm.tmpfile
(from rev 169323, hhvm/trunk/hhvm.tmpfile)
  hhvm/repos/community-staging-x86_64/hhvm@.service
(from rev 169323, hhvm/trunk/hhvm@.service)
  hhvm/repos/community-staging-x86_64/namespaces.patch
(from rev 169323, hhvm/trunk/namespaces.patch)
  hhvm/repos/community-staging-x86_64/php.ini
(from rev 169323, hhvm/trunk/php.ini)
  hhvm/repos/community-staging-x86_64/server.ini
(from rev 169323, hhvm/trunk/server.ini)

--+
 PKGBUILD |  151 +
 hhvm.install |9 +++
 hhvm.service |   15 +
 hhvm.tmpfile |2 
 hhvm@.service|   15 +
 namespaces.patch |  143 ++
 php.ini  |   10 +++
 server.ini   |6 ++
 8 files changed, 351 insertions(+)

Copied: hhvm/repos/community-staging-x86_64/PKGBUILD (from rev 169323, 
hhvm/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-03 05:36:36 UTC (rev 169324)
@@ -0,0 +1,151 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: James Miller 
+
+pkgname=hhvm
+pkgver=3.13.0
+pkgrel=2
+
+_thirdparty_commit=57ddc7942877befb97ecc3df2581a4de119049aa
+_folly_commit=add5a7aeacacb050c4b0bad84aac1475fa2658c9
+_mcrouter_commit=fa3892ced1a5525b947828c9860861f8d97c8ae0
+_proxygen_commit=61e339de02b1537c943506fa1a0570c4f8fa3cc0
+_squangle_commit=e0fc74959076c552efb56b4c62aa373364640421
+_thrift_commit=f6da2972faf97639f96e2d879b4649ab3b5b6d17
+_wangle_commit=ec31c0496f606a3c8e6f90f7d5441db9f2a74618
+_webscalesql_commit=a9e580b5a0baa768210ef10544c8fab52003ec0b
+
+pkgdesc="Virtual Machine, Runtime, and JIT for PHP"
+arch=('x86_64')
+url="http://hhvm.com;
+license=('PHP')
+depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
+ 'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 
'libvpx'
+ 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi' 're2'
+ 'gperf' 'c-client' 'unixodbc')
+makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb'
+ 'ragel' 'libmariadbclient')
+source=("https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz;
+
"https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit/hhvm-third-party-$_thirdparty_commit.tar.gz;
+
"https://github.com/facebook/folly/archive/$_folly_commit/folly-$_folly_commit.tar.gz;
+
"https://github.com/facebook/fbthrift/archive/$_thrift_commit/thrift-$_thrift_commit.tar.gz;
+
"https://github.com/facebook/proxygen/archive/$_proxygen_commit/proxygen-$_proxygen_commit.tar.gz;
+
"https://github.com/facebook/mysql-5.6/archive/$_webscalesql_commit/webscalesql-$_webscalesql_commit.tar.gz;
+
"https://github.com/facebook/mcrouter/archive/$_mcrouter_commit/mcrouter-$_mcrouter_commit.tar.gz;
+
"https://github.com/facebook/squangle/archive/$_squangle_commit/squangle-$_squangle_commit.tar.gz;
+
"https://github.com/facebook/wangle/archive/$_wangle_commit/wangle-$_wangle_commit.tar.gz;
+'hhvm.tmpfile'
+'hhvm.service'
+'hhvm@.service'
+'php.ini'
+'server.ini'
+'namespaces.patch')
+install=hhvm.install
+backup=(etc/hhvm/{php,server}.ini)
+options+=('!buildflags')
+
+prepare() {
+cd "$srcdir"/$pkgname-HHVM-$pkgver
+
+patch -p1 -i "$srcdir"/namespaces.patch
+
+sed -r 's/service hhvm (start|stop|restart)/systemctl \1 hhvm.service/' \
+-i hphp/tools/oss-repo-mode
+
+# Fix sendmail path
+sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \
+hphp/runtime/base/runtime-option.cpp
+
+rm -rf third-party
+ln -s "$srcdir"/hhvm-third-party-$_thirdparty_commit third-party
+
+cd third-party/folly
+rm -rf src
+ln -s "$srcdir"/folly-$_folly_commit src
+
+cd ../thrift
+rm -rf src
+ln -s "$srcdir"/fbthrift-$_thrift_commit src
+
+cd ../proxygen
+rm -rf src
+ln -s "$srcdir"/proxygen-$_proxygen_commit src
+
+cd ../mcrouter
+rm -rf src
+ln -s "$srcdir"/mcrouter-$_mcrouter_commit src
+
+cd ../wangle
+rm -rf src
+ln -s "$srcdir"/wangle-$_wangle_commit src
+
+cd ../squangle
+rm -rf src squangle
+ln -s "$srcdir"/squangle-$_squangle_commit src
+ln -s 

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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 07:36:05
  Author: fyan
Revision: 169323

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  hhvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-03 05:33:28 UTC (rev 169322)
+++ PKGBUILD2016-04-03 05:36:05 UTC (rev 169323)
@@ -4,7 +4,7 @@
 
 pkgname=hhvm
 pkgver=3.13.0
-pkgrel=1
+pkgrel=2
 
 _thirdparty_commit=57ddc7942877befb97ecc3df2581a4de119049aa
 _folly_commit=add5a7aeacacb050c4b0bad84aac1475fa2658c9


[arch-commits] Commit in wine-staging/repos/community-i686 (6 files)

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 07:33:28
  Author: fyan
Revision: 169322

archrelease: copy trunk to community-i686

Added:
  wine-staging/repos/community-i686/30-win32-aliases.conf
(from rev 169321, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/community-i686/PKGBUILD
(from rev 169321, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/community-i686/wine-staging.install
(from rev 169321, wine-staging/trunk/wine-staging.install)
Deleted:
  wine-staging/repos/community-i686/30-win32-aliases.conf
  wine-staging/repos/community-i686/PKGBUILD
  wine-staging/repos/community-i686/wine-staging.install

--+
 PKGBUILD |  370 -
 wine-staging.install |   24 +--
 2 files changed, 197 insertions(+), 197 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/community-i686/30-win32-aliases.conf (from rev 
169321, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-03 05:33:11 UTC (rev 169321)
+++ PKGBUILD2016-04-03 05:33:28 UTC (rev 169322)
@@ -1,185 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=1.9.6
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha1sums=('1055f68d7b30608052b0548deee1b02db8df47d8'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine-staging.install
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')
-fi
-

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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 07:33:11
  Author: fyan
Revision: 169321

upgpkg: wine-staging 1.9.7-1

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-03 05:29:17 UTC (rev 169320)
+++ PKGBUILD2016-04-03 05:33:11 UTC (rev 169321)
@@ -6,7 +6,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=1.9.6
+pkgver=1.9.7
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -13,7 +13,7 @@
 
 
source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
 30-win32-aliases.conf)
-sha1sums=('1055f68d7b30608052b0548deee1b02db8df47d8'
+sha1sums=('d9bc16bf1a10a50f6abd17c6c647b42f39cf1d2a'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 
 pkgdesc="A compatibility layer for running Windows programs - Staging branch"


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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 07:29:17
  Author: fyan
Revision: 169320

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-03 05:28:54 UTC (rev 169319)
+++ community-i686/PKGBUILD 2016-04-03 05:29:17 UTC (rev 169320)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: namelessjon 
-# Contributor: Alessio Sergi 
-
-pkgname=libsodium
-pkgver=1.0.8
-pkgrel=1
-pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
-arch=('i686' 'x86_64')
-url="https://github.com/jedisct1/libsodium;
-license=('custom:ISC')
-depends=('glibc')
-source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz;)
-sha512sums=('8f85e85e699c2b45674befd466e018c9f2ff1333c8fa806da49d9674068c33929bd3463e8908ffcd9c6154d430737e08e0522ac8ed4219e4fffe2e0a7a611c65')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # install license
-  install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname"
-  install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libsodium/repos/community-i686/PKGBUILD (from rev 169319, 
libsodium/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-03 05:29:17 UTC (rev 169320)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: namelessjon 
+# Contributor: Alessio Sergi 
+
+pkgname=libsodium
+pkgver=1.0.9
+pkgrel=1
+pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
+arch=('i686' 'x86_64')
+url="https://github.com/jedisct1/libsodium;
+license=('custom:ISC')
+depends=('glibc')
+source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('3bff0c518eedf76e0e458baa2b5a790cbda33fe4963ea4ffbf713be3baf27ee948d9ba9682b9fb0f2fe57ef20cc896b5758083c074aa9449a75c71710566c96c')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license
+  install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname"
+  install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-03 05:28:54 UTC (rev 169319)
+++ community-x86_64/PKGBUILD   2016-04-03 05:29:17 UTC (rev 169320)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: namelessjon 
-# Contributor: Alessio Sergi 
-
-pkgname=libsodium
-pkgver=1.0.8
-pkgrel=1
-pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
-arch=('i686' 'x86_64')
-url="https://github.com/jedisct1/libsodium;
-license=('custom:ISC')
-depends=('glibc')
-source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz;)
-sha512sums=('8f85e85e699c2b45674befd466e018c9f2ff1333c8fa806da49d9674068c33929bd3463e8908ffcd9c6154d430737e08e0522ac8ed4219e4fffe2e0a7a611c65')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # install license
-  install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname"
-  install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libsodium/repos/community-x86_64/PKGBUILD (from rev 169319, 
libsodium/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-03 05:29:17 UTC (rev 169320)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: namelessjon 
+# Contributor: Alessio Sergi 
+
+pkgname=libsodium
+pkgver=1.0.9
+pkgrel=1

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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 07:28:54
  Author: fyan
Revision: 169319

upgpkg: libsodium 1.0.9-1

Modified:
  libsodium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-03 05:21:44 UTC (rev 169318)
+++ PKGBUILD2016-04-03 05:28:54 UTC (rev 169319)
@@ -4,7 +4,7 @@
 # Contributor: Alessio Sergi 
 
 pkgname=libsodium
-pkgver=1.0.8
+pkgver=1.0.9
 pkgrel=1
 pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('custom:ISC')
 depends=('glibc')
 
source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz;)
-sha512sums=('8f85e85e699c2b45674befd466e018c9f2ff1333c8fa806da49d9674068c33929bd3463e8908ffcd9c6154d430737e08e0522ac8ed4219e4fffe2e0a7a611c65')
+sha512sums=('3bff0c518eedf76e0e458baa2b5a790cbda33fe4963ea4ffbf713be3baf27ee948d9ba9682b9fb0f2fe57ef20cc896b5758083c074aa9449a75c71710566c96c')
 
 build() {
   cd "$pkgname-$pkgver"


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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 07:21:21
  Author: fyan
Revision: 169317

upgpkg: ruby-cairo 1.15.2-1

Modified:
  ruby-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-03 05:19:18 UTC (rev 169316)
+++ PKGBUILD2016-04-03 05:21:21 UTC (rev 169317)
@@ -3,8 +3,8 @@
 
 _gemname=cairo
 pkgname=ruby-$_gemname
-pkgver=1.14.3
-pkgrel=2
+pkgver=1.15.2
+pkgrel=1
 pkgdesc='Ruby bindings for cairo'
 arch=(i686 x86_64)
 url='http://cairographics.org/rcairo'
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('95801969f90ab2e7e1f349f80b4f5e64a49952e8')
+sha1sums=('5195057042ed9432c2e2104b0c90f31547e40401')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 07:21:44
  Author: fyan
Revision: 169318

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

Added:
  ruby-cairo/repos/community-i686/PKGBUILD
(from rev 169317, ruby-cairo/trunk/PKGBUILD)
  ruby-cairo/repos/community-x86_64/PKGBUILD
(from rev 169317, ruby-cairo/trunk/PKGBUILD)
Deleted:
  ruby-cairo/repos/community-i686/PKGBUILD
  ruby-cairo/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-03 05:21:21 UTC (rev 169317)
+++ community-i686/PKGBUILD 2016-04-03 05:21:44 UTC (rev 169318)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=cairo
-pkgname=ruby-$_gemname
-pkgver=1.14.3
-pkgrel=2
-pkgdesc='Ruby bindings for cairo'
-arch=(i686 x86_64)
-url='http://cairographics.org/rcairo'
-license=(Ruby)
-depends=(ruby cairo ruby-pkgconfig)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('95801969f90ab2e7e1f349f80b4f5e64a49952e8')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: ruby-cairo/repos/community-i686/PKGBUILD (from rev 169317, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-03 05:21:44 UTC (rev 169318)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo
+pkgname=ruby-$_gemname
+pkgver=1.15.2
+pkgrel=1
+pkgdesc='Ruby bindings for cairo'
+arch=(i686 x86_64)
+url='http://cairographics.org/rcairo'
+license=(Ruby)
+depends=(ruby cairo ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('5195057042ed9432c2e2104b0c90f31547e40401')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-03 05:21:21 UTC (rev 169317)
+++ community-x86_64/PKGBUILD   2016-04-03 05:21:44 UTC (rev 169318)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=cairo
-pkgname=ruby-$_gemname
-pkgver=1.14.3
-pkgrel=2
-pkgdesc='Ruby bindings for cairo'
-arch=(i686 x86_64)
-url='http://cairographics.org/rcairo'
-license=(Ruby)
-depends=(ruby cairo ruby-pkgconfig)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('95801969f90ab2e7e1f349f80b4f5e64a49952e8')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: ruby-cairo/repos/community-x86_64/PKGBUILD (from rev 169317, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-03 05:21:44 UTC (rev 169318)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo
+pkgname=ruby-$_gemname
+pkgver=1.15.2
+pkgrel=1
+pkgdesc='Ruby bindings for cairo'
+arch=(i686 x86_64)
+url='http://cairographics.org/rcairo'
+license=(Ruby)
+depends=(ruby cairo ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('5195057042ed9432c2e2104b0c90f31547e40401')
+
+package() {
+  local 

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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 07:19:18
  Author: fyan
Revision: 169316

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-03 05:19:04 UTC (rev 169315)
+++ PKGBUILD2016-04-03 05:19:18 UTC (rev 169316)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-runner
-pkgname=('python-pytest-runner' 'python2-pytest-runner')
-pkgver=2.7
-pkgrel=1
-pkgdesc="Invoke py.test as distutils command with dependency resolution"
-arch=('any')
-license=('MIT')
-url="https://github.com/pytest-dev/pytest-runner;
-makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm' 'git')
-source=("git+https://github.com/pytest-dev/pytest-runner.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a pytest-runner{,-py2}
-}
-
-build() {
-  cd "$srcdir/pytest-runner"
-  python setup.py build
-
-  cd "$srcdir/pytest-runner-py2"
-  python2 setup.py build
-}
-
-package_python-pytest-runner() {
-  depends=('python-pytest')
-
-  cd pytest-runner
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-pytest-runner() {
-  depends=('python2-pytest')
-
-  cd pytest-runner-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-pytest-runner/repos/community-any/PKGBUILD (from rev 169315, 
python-pytest-runner/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-03 05:19:18 UTC (rev 169316)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-runner
+pkgname=('python-pytest-runner' 'python2-pytest-runner')
+pkgver=2.7.1
+pkgrel=1
+pkgdesc="Invoke py.test as distutils command with dependency resolution"
+arch=('any')
+license=('MIT')
+url="https://github.com/pytest-dev/pytest-runner;
+makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm' 'git')
+source=("git+https://github.com/pytest-dev/pytest-runner.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a pytest-runner{,-py2}
+}
+
+build() {
+  cd "$srcdir/pytest-runner"
+  python setup.py build
+
+  cd "$srcdir/pytest-runner-py2"
+  python2 setup.py build
+}
+
+package_python-pytest-runner() {
+  depends=('python-pytest')
+
+  cd pytest-runner
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-pytest-runner() {
+  depends=('python2-pytest')
+
+  cd pytest-runner-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 07:19:04
  Author: fyan
Revision: 169315

upgpkg: python-pytest-runner 2.7.1-1

Modified:
  python-pytest-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-03 05:16:59 UTC (rev 169314)
+++ PKGBUILD2016-04-03 05:19:04 UTC (rev 169315)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-runner
 pkgname=('python-pytest-runner' 'python2-pytest-runner')
-pkgver=2.7
+pkgver=2.7.1
 pkgrel=1
 pkgdesc="Invoke py.test as distutils command with dependency resolution"
 arch=('any')


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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 07:16:44
  Author: fyan
Revision: 169313

upgpkg: python-keyring 8.7-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-03 04:28:28 UTC (rev 169312)
+++ PKGBUILD2016-04-03 05:16:44 UTC (rev 169313)
@@ -8,7 +8,7 @@
 
 pkgbase=python-keyring
 pkgname=('python-keyring' 'python2-keyring')
-pkgver=8.5.1
+pkgver=8.7
 pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
@@ -17,7 +17,7 @@
 
source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
 makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
-md5sums=('f358ae5f121d169424d32fcd7bd309f7')
+md5sums=('20f022b8d329821e760600f5893e297e')
 
 prepare() {
   cp -a keyring-$pkgver{,-py2}
@@ -24,18 +24,18 @@
 }
 
 build() {
-  cd "$srcdir/keyring-$pkgver"
+  cd "$srcdir"/keyring-$pkgver
   python setup.py build
 
-  cd "$srcdir/keyring-$pkgver-py2"
+  cd "$srcdir"/keyring-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/keyring-$pkgver"
+  cd "$srcdir"/keyring-$pkgver
   python setup.py ptr
 
-  cd "$srcdir/keyring-$pkgver-py2"
+  cd "$srcdir"/keyring-$pkgver-py2
   python2 setup.py ptr
 }
 
@@ -44,8 +44,8 @@
   optdepends=('python-secretstorage: SecretService DBus API (GNOME/KDE)'
   'python-keyrings-alt: Alternative backends')
 
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py install --root=$pkgdir --optimize=1
+  cd keyring-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
 }
 
 package_python2-keyring() {
@@ -53,8 +53,8 @@
   optdepends=('python2-secretstorage: SecretService DBus API (GNOME/KDE)'
   'python2-keyrings-alt: Alternative backends')
 
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py install --root=$pkgdir --optimize=1
+  cd keyring-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
 
   mv "$pkgdir"/usr/bin/keyring{,2}
 }


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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 07:16:59
  Author: fyan
Revision: 169314

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-03 05:16:44 UTC (rev 169313)
+++ PKGBUILD2016-04-03 05:16:59 UTC (rev 169314)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgbase=python-keyring
-pkgname=('python-keyring' 'python2-keyring')
-pkgver=8.5.1
-pkgrel=1
-pkgdesc="Store and access your passwords safely."
-arch=('any')
-url="http://pypi.python.org/pypi/keyring;
-license=('PSF' 'MIT')
-source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
-makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
-md5sums=('f358ae5f121d169424d32fcd7bd309f7')
-
-prepare() {
-  cp -a keyring-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py ptr
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py ptr
-}
-
-package_python-keyring() {
-  depends=('python-setuptools')
-  optdepends=('python-secretstorage: SecretService DBus API (GNOME/KDE)'
-  'python-keyrings-alt: Alternative backends')
-
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-package_python2-keyring() {
-  depends=('python2-setuptools')
-  optdepends=('python2-secretstorage: SecretService DBus API (GNOME/KDE)'
-  'python2-keyrings-alt: Alternative backends')
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  mv "$pkgdir"/usr/bin/keyring{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 169313, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-03 05:16:59 UTC (rev 169314)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgbase=python-keyring
+pkgname=('python-keyring' 'python2-keyring')
+pkgver=8.7
+pkgrel=1
+pkgdesc="Store and access your passwords safely."
+arch=('any')
+url="http://pypi.python.org/pypi/keyring;
+license=('PSF' 'MIT')
+source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
+makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
+md5sums=('20f022b8d329821e760600f5893e297e')
+
+prepare() {
+  cp -a keyring-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/keyring-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/keyring-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/keyring-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/keyring-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-keyring() {
+  depends=('python-setuptools')
+  optdepends=('python-secretstorage: SecretService DBus API (GNOME/KDE)'
+  'python-keyrings-alt: Alternative backends')
+
+  cd keyring-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-keyring() {
+  depends=('python2-setuptools')
+  optdepends=('python2-secretstorage: SecretService DBus API (GNOME/KDE)'
+  'python2-keyrings-alt: Alternative backends')
+
+  cd keyring-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/keyring{,2}
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in murmur/repos (28 files)

2016-04-02 Thread Sven-Hendrik Haase
Date: Sunday, April 3, 2016 @ 06:28:28
  Author: svenstaro
Revision: 169312

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

Added:
  murmur/repos/community-i686/0003-fix-long-username-query.patch
(from rev 169311, murmur/trunk/0003-fix-long-username-query.patch)
  murmur/repos/community-i686/0004-fix-username-validation.patch
(from rev 169311, murmur/trunk/0004-fix-username-validation.patch)
  murmur/repos/community-i686/ChangeLog
(from rev 169311, murmur/trunk/ChangeLog)
  murmur/repos/community-i686/PKGBUILD
(from rev 169311, murmur/trunk/PKGBUILD)
  murmur/repos/community-i686/murmur.dbus.conf
(from rev 169311, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-i686/murmur.install
(from rev 169311, murmur/trunk/murmur.install)
  murmur/repos/community-i686/murmur.service
(from rev 169311, murmur/trunk/murmur.service)
  murmur/repos/community-x86_64/0003-fix-long-username-query.patch
(from rev 169311, murmur/trunk/0003-fix-long-username-query.patch)
  murmur/repos/community-x86_64/0004-fix-username-validation.patch
(from rev 169311, murmur/trunk/0004-fix-username-validation.patch)
  murmur/repos/community-x86_64/ChangeLog
(from rev 169311, murmur/trunk/ChangeLog)
  murmur/repos/community-x86_64/PKGBUILD
(from rev 169311, murmur/trunk/PKGBUILD)
  murmur/repos/community-x86_64/murmur.dbus.conf
(from rev 169311, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-x86_64/murmur.install
(from rev 169311, murmur/trunk/murmur.install)
  murmur/repos/community-x86_64/murmur.service
(from rev 169311, murmur/trunk/murmur.service)
Deleted:
  murmur/repos/community-i686/0003-fix-long-username-query.patch
  murmur/repos/community-i686/0004-fix-username-validation.patch
  murmur/repos/community-i686/ChangeLog
  murmur/repos/community-i686/PKGBUILD
  murmur/repos/community-i686/murmur.dbus.conf
  murmur/repos/community-i686/murmur.install
  murmur/repos/community-i686/murmur.service
  murmur/repos/community-x86_64/0003-fix-long-username-query.patch
  murmur/repos/community-x86_64/0004-fix-username-validation.patch
  murmur/repos/community-x86_64/ChangeLog
  murmur/repos/community-x86_64/PKGBUILD
  murmur/repos/community-x86_64/murmur.dbus.conf
  murmur/repos/community-x86_64/murmur.install
  murmur/repos/community-x86_64/murmur.service

-+
 /0003-fix-long-username-query.patch |   84 +++
 /0004-fix-username-validation.patch |   72 
 /ChangeLog  |   72 
 /PKGBUILD   |  100 ++
 /murmur.dbus.conf   |   44 +++
 /murmur.install |   18 +++
 /murmur.service |   24 
 community-i686/0003-fix-long-username-query.patch   |   42 ---
 community-i686/0004-fix-username-validation.patch   |   36 --
 community-i686/ChangeLog|   36 --
 community-i686/PKGBUILD |   50 -
 community-i686/murmur.dbus.conf |   22 ---
 community-i686/murmur.install   |9 -
 community-i686/murmur.service   |   11 -
 community-x86_64/0003-fix-long-username-query.patch |   42 ---
 community-x86_64/0004-fix-username-validation.patch |   36 --
 community-x86_64/ChangeLog  |   36 --
 community-x86_64/PKGBUILD   |   50 -
 community-x86_64/murmur.dbus.conf   |   22 ---
 community-x86_64/murmur.install |9 -
 community-x86_64/murmur.service |   11 -
 21 files changed, 414 insertions(+), 412 deletions(-)

Deleted: community-i686/0003-fix-long-username-query.patch
===
--- community-i686/0003-fix-long-username-query.patch   2016-04-03 04:28:12 UTC 
(rev 169311)
+++ community-i686/0003-fix-long-username-query.patch   2016-04-03 04:28:28 UTC 
(rev 169312)
@@ -1,42 +0,0 @@
-commit 6b33dda344f89e5a039b7d79eb43925040654242
-Author: Benjamin Jemlich 
-Date:   Tue Jun 29 14:49:14 2010 +0200
-
-Don't crash on long usernames
-
-diff --git a/src/murmur/Messages.cpp b/src/murmur/Messages.cpp
-index f12867a..de307ea 100644
 a/src/murmur/Messages.cpp
-+++ b/src/murmur/Messages.cpp
-@@ -1231,6 +1231,9 @@ void Server::msgQueryUsers(ServerUser *uSource, 
MumbleProto::QueryUsers ) {
- 
-   for (int i=0;i= 0) {
-   name = getUserName(id);
-diff --git 

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

2016-04-02 Thread Sven-Hendrik Haase
Date: Sunday, April 3, 2016 @ 06:28:12
  Author: svenstaro
Revision: 169311

upgpkg: murmur 1.2.15-2

Add stupid delay before starting mumble because it fails horribly when it 
starts too early

Modified:
  murmur/trunk/PKGBUILD
  murmur/trunk/murmur.service

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-03 01:14:26 UTC (rev 169310)
+++ PKGBUILD2016-04-03 04:28:12 UTC (rev 169311)
@@ -5,7 +5,7 @@
 
 pkgname=murmur
 pkgver=1.2.15
-pkgrel=1
+pkgrel=2
 pkgdesc="The voice chat application server for Mumble"
 arch=('i686' 'x86_64')
 url="http://mumble.sourceforge.net;
@@ -19,7 +19,7 @@
 "murmur.service")
 md5sums=('3052ed64d1f4d4e5bf60095df53c7758'
  'eddea4cdbd0bde4b960a67e16b5d5478'
- 'd27a9adcd7561859e7b033046729bc0e')
+ '776f0f93b82f78114ad66b30d2fd731c')
 
 build() {
   cd ${srcdir}/mumble-$pkgver

Modified: murmur.service
===
--- murmur.service  2016-04-03 01:14:26 UTC (rev 169310)
+++ murmur.service  2016-04-03 04:28:12 UTC (rev 169311)
@@ -4,6 +4,7 @@
 
 [Service]
 Type=simple
+ExecStartPre=/usr/bin/sleep 10
 ExecStart=/usr/bin/murmurd -ini /etc/murmur.ini -fg
 Restart=always
 


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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 04:39:21
  Author: foutrelis
Revision: 263816

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

Added:
  cups-filters/repos/staging-i686/
  cups-filters/repos/staging-i686/PKGBUILD
(from rev 263815, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/staging-x86_64/
  cups-filters/repos/staging-x86_64/PKGBUILD
(from rev 263815, cups-filters/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   59 ++
 staging-x86_64/PKGBUILD |   59 ++
 2 files changed, 118 insertions(+)

Copied: cups-filters/repos/staging-i686/PKGBUILD (from rev 263815, 
cups-filters/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-03 02:39:21 UTC (rev 263816)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.8.3
+pkgrel=2
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis')
+makedepends=('ghostscript' 'ttf-dejavu' 'python') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('6554a92ae338cbfe40a45819d65c3738')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|cups.service|org.cups.cupsd.service|g" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  
+  # use lp group from cups pkg FS#36769
+  chgrp -R lp ${pkgdir}/etc/cups
+
+  # license
+  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}

Copied: cups-filters/repos/staging-x86_64/PKGBUILD (from rev 263815, 
cups-filters/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-04-03 02:39:21 UTC (rev 263816)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.8.3
+pkgrel=2
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis')
+makedepends=('ghostscript' 'ttf-dejavu' 'python') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('6554a92ae338cbfe40a45819d65c3738')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+

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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 04:39:14
  Author: foutrelis
Revision: 263815

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-03 02:36:45 UTC (rev 263814)
+++ PKGBUILD2016-04-03 02:39:14 UTC (rev 263815)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting;


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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 04:36:45
  Author: foutrelis
Revision: 263814

Update build dep for gdbus-codegen for glib 2.48.0

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-03 02:19:57 UTC (rev 263813)
+++ PKGBUILD2016-04-03 02:36:45 UTC (rev 263814)
@@ -9,7 +9,7 @@
 url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
 license=('custom')
 depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis')
-makedepends=('ghostscript' 'ttf-dejavu' 'python2') # ttf-dejavu for make check
+makedepends=('ghostscript' 'ttf-dejavu' 'python') # ttf-dejavu for make check
 optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'


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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 04:19:57
  Author: fyan
Revision: 263813

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

Added:
  webkitgtk/repos/staging-i686/
  webkitgtk/repos/staging-i686/PKGBUILD
(from rev 263812, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/staging-x86_64/
  webkitgtk/repos/staging-x86_64/PKGBUILD
(from rev 263812, webkitgtk/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   73 ++
 staging-x86_64/PKGBUILD |   73 ++
 2 files changed, 146 insertions(+)

Copied: webkitgtk/repos/staging-i686/PKGBUILD (from rev 263812, 
webkitgtk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-03 02:19:57 UTC (rev 263813)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgbase=webkitgtk
+pkgname=(webkitgtk webkitgtk2)
+pkgver=2.4.10
+pkgrel=2
+pkgdesc="GTK+ Web content engine library"
+arch=(i686 x86_64)
+url="http://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 
gst-plugins-base-libs
+ libsecret libwebp harfbuzz-icu)
+makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby)
+optdepends=('gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=(!emptydirs)
+source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('33fda4b20d7fec2d6e9399ba03ef3f6d2a733c628bd77d397880c44e4bf7c614')
+
+prepare() {
+  mkdir build-gtk{,2} path
+  ln -s /usr/bin/python2 path/python
+}
+
+_build() (
+  _ver="$1"; shift
+  cd build-${_ver}
+
+  PATH="$srcdir/path:$PATH"
+
+  ../$pkgbase-$pkgver/configure --prefix=/usr \
+--libexecdir=/usr/lib/webkit${_ver} \
+--enable-introspection \
+--disable-webkit2 \
+--disable-gtk-doc \
+"$@"
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make all stamp-po
+)
+
+build() {
+  _build gtk
+  _build gtk2 --with-gtk=2.0
+}
+
+package_webkitgtk() {
+  depends+=(gtk3)
+  optdepends+=('gtk2: Netscape plugin support')
+  provides=("webkitgtk3=${pkgver}" "libwebkit3=${pkgver}")
+  conflicts=(webkitgtk3 libwebkit3)
+  replaces=(webkitgtk3 libwebkit3)
+
+  make -C build-gtk -j1 DESTDIR="$pkgdir" install
+  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
+"$pkgdir/usr/share/licenses/webkitgtk/LICENSE"
+}
+
+package_webkitgtk2() {
+  pkgdesc+=" for GTK2"
+  depends+=(gtk2)
+  provides=("libwebkit=${pkgver}")
+  conflicts=(libwebkit)
+  replaces=(libwebkit)
+
+  make -C build-gtk2 -j1 DESTDIR="$pkgdir" install
+  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
+"$pkgdir/usr/share/licenses/webkitgtk2/LICENSE"
+}

Copied: webkitgtk/repos/staging-x86_64/PKGBUILD (from rev 263812, 
webkitgtk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-04-03 02:19:57 UTC (rev 263813)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgbase=webkitgtk
+pkgname=(webkitgtk webkitgtk2)
+pkgver=2.4.10
+pkgrel=2
+pkgdesc="GTK+ Web content engine library"
+arch=(i686 x86_64)
+url="http://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 
gst-plugins-base-libs
+ libsecret libwebp harfbuzz-icu)
+makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby)
+optdepends=('gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=(!emptydirs)
+source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('33fda4b20d7fec2d6e9399ba03ef3f6d2a733c628bd77d397880c44e4bf7c614')
+
+prepare() {
+  mkdir build-gtk{,2} path
+  ln -s /usr/bin/python2 path/python
+}
+
+_build() (
+  _ver="$1"; shift
+  cd build-${_ver}
+
+  PATH="$srcdir/path:$PATH"
+
+  ../$pkgbase-$pkgver/configure --prefix=/usr \
+--libexecdir=/usr/lib/webkit${_ver} \
+--enable-introspection \
+--disable-webkit2 \
+--disable-gtk-doc \
+"$@"
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make all stamp-po
+)
+
+build() {
+  _build gtk
+  _build gtk2 --with-gtk=2.0
+}
+
+package_webkitgtk() {
+  depends+=(gtk3)
+  optdepends+=('gtk2: Netscape plugin support')
+  provides=("webkitgtk3=${pkgver}" "libwebkit3=${pkgver}")
+  conflicts=(webkitgtk3 libwebkit3)
+  replaces=(webkitgtk3 libwebkit3)
+
+  make -C build-gtk -j1 DESTDIR="$pkgdir" install
+  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
+"$pkgdir/usr/share/licenses/webkitgtk/LICENSE"
+}
+

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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 04:19:21
  Author: fyan
Revision: 263812

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  webkitgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-03 01:22:04 UTC (rev 263811)
+++ PKGBUILD2016-04-03 02:19:21 UTC (rev 263812)
@@ -4,7 +4,7 @@
 pkgbase=webkitgtk
 pkgname=(webkitgtk webkitgtk2)
 pkgver=2.4.10
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK+ Web content engine library"
 arch=(i686 x86_64)
 url="http://webkitgtk.org/;


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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 03:21:56
  Author: foutrelis
Revision: 263810

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-03 01:01:06 UTC (rev 263809)
+++ PKGBUILD2016-04-03 01:21:56 UTC (rev 263810)
@@ -3,7 +3,7 @@
 
 pkgname=webkit2gtk
 pkgver=2.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK+ Web content engine library"
 arch=('i686' 'x86_64')
 url="http://webkitgtk.org/;


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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 03:22:04
  Author: foutrelis
Revision: 263811

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

Added:
  webkit2gtk/repos/staging-i686/
  webkit2gtk/repos/staging-i686/PKGBUILD
(from rev 263810, webkit2gtk/trunk/PKGBUILD)
  webkit2gtk/repos/staging-i686/isnan.patch
(from rev 263810, webkit2gtk/trunk/isnan.patch)
  webkit2gtk/repos/staging-x86_64/
  webkit2gtk/repos/staging-x86_64/PKGBUILD
(from rev 263810, webkit2gtk/trunk/PKGBUILD)
  webkit2gtk/repos/staging-x86_64/isnan.patch
(from rev 263810, webkit2gtk/trunk/isnan.patch)

+
 staging-i686/PKGBUILD  |   51 +++
 staging-i686/isnan.patch   |   12 ++
 staging-x86_64/PKGBUILD|   51 +++
 staging-x86_64/isnan.patch |   12 ++
 4 files changed, 126 insertions(+)

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

Copied: webkit2gtk/repos/staging-i686/isnan.patch (from rev 263810, 
webkit2gtk/trunk/isnan.patch)
===
--- staging-i686/isnan.patch(rev 0)
+++ staging-i686/isnan.patch2016-04-03 01:22:04 UTC (rev 263811)
@@ -0,0 +1,12 @@
+diff -u -r webkitgtk-2.10.8/Source/JavaScriptCore/runtime/Options.cpp 
webkitgtk-2.10.8-isnan/Source/JavaScriptCore/runtime/Options.cpp
+--- webkitgtk-2.10.8/Source/JavaScriptCore/runtime/Options.cpp 2016-03-11 
09:59:07.0 +0100
 webkitgtk-2.10.8-isnan/Source/JavaScriptCore/runtime/Options.cpp   
2016-03-13 13:51:55.114836547 +0100
+@@ -610,7 +610,7 @@
+ case Options::Type::unsignedType:
+ return m_entry.unsignedVal == other.m_entry.unsignedVal;
+ case Options::Type::doubleType:
+-return (m_entry.doubleVal == other.m_entry.doubleVal) || 
(isnan(m_entry.doubleVal) && isnan(other.m_entry.doubleVal));
++return (m_entry.doubleVal == other.m_entry.doubleVal) || 
(std::isnan(m_entry.doubleVal) && std::isnan(other.m_entry.doubleVal));
+ case Options::Type::int32Type:
+ return m_entry.int32Val == other.m_entry.int32Val;
+ case Options::Type::optionRangeType:

Copied: webkit2gtk/repos/staging-x86_64/PKGBUILD (from rev 263810, 
webkit2gtk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-04-03 01:22:04 UTC (rev 263811)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.12.0
+pkgrel=2
+pkgdesc="GTK+ Web content engine library"
+arch=('i686' 'x86_64')
+url="http://webkitgtk.org/;
+license=('custom')
+depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
+'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify' 'hyphen')
+makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python')
+optdepends=('gtk2: Netscape plugin support'
+   

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

2016-04-02 Thread Sven-Hendrik Haase
Date: Sunday, April 3, 2016 @ 03:14:26
  Author: svenstaro
Revision: 169310

archrelease: copy trunk to community-x86_64

Added:
  0ad/repos/community-x86_64/PKGBUILD
(from rev 169309, 0ad/trunk/PKGBUILD)
Deleted:
  0ad/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-03 01:14:21 UTC (rev 169309)
+++ PKGBUILD2016-04-03 01:14:26 UTC (rev 169310)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: t3ddy  
-# Contributor: Adrián Chaves Fernández (Gallaecio) 
-pkgname=0ad
-pkgver=a20
-_pkgver=0.0.20-alpha
-pkgrel=1
-pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
-arch=('i686' 'x86_64')
-url="http://play0ad.com/;
-license=('GPL2' 'CCPL')
-depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
- 'libxml2' 'openal' 'sdl2' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
- 'gloox' 'miniupnpc' 'icu' 'nspr')
-makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
-source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
-md5sums=('3218564020a07ce905a3db84476a3408')
-
-prepare() {
-  cd "$srcdir/$pkgname-$_pkgver/"
-  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.4/bin/cxxtestgen
-}
-
-build() {
-  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
-
-  unset CPPFLAGS # for le spidermonkey
-
-  export WX_CONFIG=/usr/bin/wx-config-2.8
-  ./update-workspaces.sh \
-  --bindir=/usr/bin \
-  --libdir=/usr/lib/0ad \
-  --datadir=/usr/share/${pkgname}/data
-
-  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
-
-  make
-}
-
-package() {
-  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
-  cd "$srcdir/$pkgname-$_pkgver"
-
-  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
-  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
-
-  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
-
-  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 build/resources/${pkgname}.desktop \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -Dm644 build/resources/${pkgname}.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}
-
-# Fails
-#check() {
-#  cd "$srcdir/$pkgname-$_pkgver"
-#  LD_LIBRARY_PATH=binaries/system binaries/system/test
-#}

Copied: 0ad/repos/community-x86_64/PKGBUILD (from rev 169309, 
0ad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-03 01:14:26 UTC (rev 169310)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a20
+_pkgver=0.0.20-alpha
+pkgrel=2
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('i686' 'x86_64')
+url="http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl2' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'icu' 'nspr')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
+md5sums=('3218564020a07ce905a3db84476a3408')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver/"
+  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.4/bin/cxxtestgen
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
+
+  unset CPPFLAGS # for le spidermonkey
+
+  export WX_CONFIG=/usr/bin/wx-config-2.8
+  ./update-workspaces.sh \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
+
+  make
+}
+
+package() {
+  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
+  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
+
+  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
+
+  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 build/resources/${pkgname}.desktop \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -Dm644 build/resources/${pkgname}.png \
+"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}
+
+# Fails
+#check() {
+#  cd "$srcdir/$pkgname-$_pkgver"
+#  LD_LIBRARY_PATH=binaries/system binaries/system/test
+#}


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

2016-04-02 Thread Sven-Hendrik Haase
Date: Sunday, April 3, 2016 @ 03:14:21
  Author: svenstaro
Revision: 169309

upgpkg: 0ad a20-2

upstream release a20

Modified:
  0ad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 23:51:34 UTC (rev 169308)
+++ PKGBUILD2016-04-03 01:14:21 UTC (rev 169309)
@@ -5,7 +5,7 @@
 pkgname=0ad
 pkgver=a20
 _pkgver=0.0.20-alpha
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
 arch=('i686' 'x86_64')
 url="http://play0ad.com/;


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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 03:01:06
  Author: fyan
Revision: 263809

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

Added:
  chromium/repos/staging-i686/
  chromium/repos/staging-i686/PKGBUILD
(from rev 263808, chromium/trunk/PKGBUILD)
  chromium/repos/staging-i686/chromium-widevine.patch
(from rev 263808, chromium/trunk/chromium-widevine.patch)
  chromium/repos/staging-i686/chromium.desktop
(from rev 263808, chromium/trunk/chromium.desktop)
  chromium/repos/staging-i686/chromium.install
(from rev 263808, chromium/trunk/chromium.install)
  chromium/repos/staging-x86_64/
  chromium/repos/staging-x86_64/PKGBUILD
(from rev 263808, chromium/trunk/PKGBUILD)
  chromium/repos/staging-x86_64/chromium-widevine.patch
(from rev 263808, chromium/trunk/chromium-widevine.patch)
  chromium/repos/staging-x86_64/chromium.desktop
(from rev 263808, chromium/trunk/chromium.desktop)
  chromium/repos/staging-x86_64/chromium.install
(from rev 263808, chromium/trunk/chromium.install)

+
 staging-i686/PKGBUILD  |  211 +++
 staging-i686/chromium-widevine.patch   |   53 +++
 staging-i686/chromium.desktop  |  112 
 staging-i686/chromium.install  |   27 +++
 staging-x86_64/PKGBUILD|  211 +++
 staging-x86_64/chromium-widevine.patch |   53 +++
 staging-x86_64/chromium.desktop|  112 
 staging-x86_64/chromium.install|   27 +++
 8 files changed, 806 insertions(+)

Copied: chromium/repos/staging-i686/PKGBUILD (from rev 263808, 
chromium/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-03 01:01:06 UTC (rev 263809)
@@ -0,0 +1,211 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Pierre Schmitz 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: Daniel J Griffiths 
+
+pkgname=chromium
+pkgver=49.0.2623.110
+pkgrel=2
+_launcher_ver=3
+pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
+arch=('i686' 'x86_64')
+url="http://www.chromium.org/;
+license=('BSD')
+depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent' 'libxss' 'icu'
+ 'libexif' 'libgcrypt' 'ttf-font' 'systemd' 'dbus' 'flac' 'snappy'
+ 'speech-dispatcher' 'pciutils' 'libpulse' 'harfbuzz' 'libsecret'
+ 'libvpx' 'perl' 'perl-file-basedir' 'desktop-file-utils'
+ 'hicolor-icon-theme')
+makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja')
+makedepends_x86_64=('lib32-gcc-libs' 'lib32-zlib')
+optdepends=('kdebase-kdialog: needed for file dialogs in KDE'
+'gnome-keyring: for storing passwords in GNOME keyring'
+'kwallet: for storing passwords in KWallet')
+options=('!strip')
+install=chromium.install
+source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
+
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
+chromium.desktop
+chromium-widevine.patch)
+sha256sums=('41840925d3769555ce4ebd780ee0dc6789ffae27b1684006c9b543bcaa35bbd2'
+'8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28'
+'028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
+'4660344789c45c9b9e52cb6d86f7cb6edb297b39320d04f6947e5216d6e5f64c')
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
+_google_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+# We can't build (P)NaCL on i686 because the toolchain is x86_64 only and the
+# instructions on how to build the toolchain from source don't work that well
+# (at least not from within the Chromium 39 source tree).
+# 
https://sites.google.com/a/chromium.org/dev/nativeclient/pnacl/building-pnacl-components-for-distribution-packagers
+_build_nacl=1
+if [[ $CARCH == i686 ]]; then
+  _build_nacl=0
+fi
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # 
https://groups.google.com/a/chromium.org/d/topic/chromium-packagers/9JX1N2nf4PU/discussion
+  touch chrome/test/data/webui/i18n_process_css_test.html
+
+  # https://code.google.com/p/chromium/issues/detail?id=541273
+  sed -i "/'target_name': 'libvpx'/s/libvpx/&_new/" 
build/linux/unbundle/libvpx.gyp
+
+  # Enable support for the Widevine CDM plugin
+  # libwidevinecdm.so is not included, but can 

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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 03:00:02
  Author: fyan
Revision: 263808

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 23:44:39 UTC (rev 263807)
+++ PKGBUILD2016-04-03 01:00:02 UTC (rev 263808)
@@ -6,7 +6,7 @@
 
 pkgname=chromium
 pkgver=49.0.2623.110
-pkgrel=1
+pkgrel=2
 _launcher_ver=3
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
 arch=('i686' 'x86_64')


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

2016-04-02 Thread Sven-Hendrik Haase
Date: Sunday, April 3, 2016 @ 01:51:27
  Author: svenstaro
Revision: 169307

upgpkg: 0ad a20-1

upstream release a20

Modified:
  0ad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 23:46:39 UTC (rev 169306)
+++ PKGBUILD2016-04-02 23:51:27 UTC (rev 169307)
@@ -3,9 +3,9 @@
 # Contributor: t3ddy  
 # Contributor: Adrián Chaves Fernández (Gallaecio) 
 pkgname=0ad
-pkgver=a19
-_pkgver=0.0.19-alpha
-pkgrel=4
+pkgver=a20
+_pkgver=0.0.20-alpha
+pkgrel=1
 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
 arch=('i686' 'x86_64')
 url="http://play0ad.com/;
@@ -15,7 +15,7 @@
  'gloox' 'miniupnpc' 'icu' 'nspr')
 makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
 
source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
-md5sums=('1c16fdab6886ee21b076c69903054374')
+md5sums=('3218564020a07ce905a3db84476a3408')
 
 prepare() {
   cd "$srcdir/$pkgname-$_pkgver/"


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

2016-04-02 Thread Sven-Hendrik Haase
Date: Sunday, April 3, 2016 @ 01:51:34
  Author: svenstaro
Revision: 169308

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

Added:
  0ad/repos/community-i686/PKGBUILD
(from rev 169307, 0ad/trunk/PKGBUILD)
  0ad/repos/community-x86_64/PKGBUILD
(from rev 169307, 0ad/trunk/PKGBUILD)
Deleted:
  0ad/repos/community-i686/PKGBUILD
  0ad/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-02 23:51:27 UTC (rev 169307)
+++ community-i686/PKGBUILD 2016-04-02 23:51:34 UTC (rev 169308)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: t3ddy  
-# Contributor: Adrián Chaves Fernández (Gallaecio) 
-pkgname=0ad
-pkgver=a19
-_pkgver=0.0.19-alpha
-pkgrel=3
-pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
-arch=('i686' 'x86_64')
-url="http://play0ad.com/;
-license=('GPL2' 'CCPL')
-depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
- 'libxml2' 'openal' 'sdl2' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
- 'gloox' 'miniupnpc' 'icu' 'nspr')
-makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
-source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
-md5sums=('1c16fdab6886ee21b076c69903054374')
-
-prepare() {
-  cd "$srcdir/$pkgname-$_pkgver/"
-  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.4/bin/cxxtestgen
-}
-
-build() {
-  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
-
-  unset CPPFLAGS # for le spidermonkey
-
-  export WX_CONFIG=/usr/bin/wx-config-2.8
-  ./update-workspaces.sh \
-  --bindir=/usr/bin \
-  --libdir=/usr/lib/0ad \
-  --datadir=/usr/share/${pkgname}/data
-
-  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
-
-  make
-}
-
-package() {
-  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
-  cd "$srcdir/$pkgname-$_pkgver"
-
-  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
-  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
-
-  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
-
-  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 build/resources/${pkgname}.desktop \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -Dm644 build/resources/${pkgname}.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}
-
-# Fails
-#check() {
-#  cd "$srcdir/$pkgname-$_pkgver"
-#  LD_LIBRARY_PATH=binaries/system binaries/system/test
-#}

Copied: 0ad/repos/community-i686/PKGBUILD (from rev 169307, 0ad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-02 23:51:34 UTC (rev 169308)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a20
+_pkgver=0.0.20-alpha
+pkgrel=1
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('i686' 'x86_64')
+url="http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl2' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'icu' 'nspr')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
+md5sums=('3218564020a07ce905a3db84476a3408')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver/"
+  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.4/bin/cxxtestgen
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
+
+  unset CPPFLAGS # for le spidermonkey
+
+  export WX_CONFIG=/usr/bin/wx-config-2.8
+  ./update-workspaces.sh \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
+
+  make
+}
+
+package() {
+  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
+  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
+
+  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
+
+  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 build/resources/${pkgname}.desktop \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install 

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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 01:46:39
  Author: foutrelis
Revision: 169306

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

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

-+
 community-staging-i686/PKGBUILD |   33 ++
 community-staging-i686/poedit.install   |   12 ++
 community-staging-x86_64/PKGBUILD   |   33 ++
 community-staging-x86_64/poedit.install |   12 ++
 4 files changed, 90 insertions(+)

Copied: poedit/repos/community-staging-i686/PKGBUILD (from rev 169305, 
poedit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-02 23:46:39 UTC (rev 169306)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=poedit
+pkgver=1.8.7.1
+pkgrel=2
+pkgdesc="Cross-platform gettext catalogs (.po files) editor"
+arch=('i686' 'x86_64')
+url="http://www.poedit.net/;
+license=('MIT')
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
+makedepends=('boost' 'libsm')
+install=poedit.install
+#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
+#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
+md5sums=('9365961105c52c031330731d530861ac')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: poedit/repos/community-staging-i686/poedit.install (from rev 169305, 
poedit/trunk/poedit.install)
===
--- community-staging-i686/poedit.install   (rev 0)
+++ community-staging-i686/poedit.install   2016-04-02 23:46:39 UTC (rev 
169306)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: poedit/repos/community-staging-x86_64/PKGBUILD (from rev 169305, 
poedit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-02 23:46:39 UTC (rev 169306)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=poedit
+pkgver=1.8.7.1
+pkgrel=2
+pkgdesc="Cross-platform gettext catalogs (.po files) editor"
+arch=('i686' 'x86_64')
+url="http://www.poedit.net/;
+license=('MIT')
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
+makedepends=('boost' 'libsm')
+install=poedit.install
+#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
+#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
+md5sums=('9365961105c52c031330731d530861ac')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: poedit/repos/community-staging-x86_64/poedit.install (from rev 169305, 
poedit/trunk/poedit.install)
===
--- community-staging-x86_64/poedit.install (rev 0)
+++ community-staging-x86_64/poedit.install 2016-04-02 23:46:39 UTC (rev 
169306)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f 

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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 01:46:32
  Author: foutrelis
Revision: 169305

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  poedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 23:42:19 UTC (rev 169304)
+++ PKGBUILD2016-04-02 23:46:32 UTC (rev 169305)
@@ -7,7 +7,7 @@
 
 pkgname=poedit
 pkgver=1.8.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform gettext catalogs (.po files) editor"
 arch=('i686' 'x86_64')
 url="http://www.poedit.net/;


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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 01:44:29
  Author: foutrelis
Revision: 263806

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 23:37:13 UTC (rev 263805)
+++ PKGBUILD2016-04-02 23:44:29 UTC (rev 263806)
@@ -7,7 +7,7 @@
 
 pkgname=mpd
 pkgver=0.19.14
-pkgrel=1
+pkgrel=2
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
 license=('GPL')


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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 01:44:39
  Author: foutrelis
Revision: 263807

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

Added:
  mpd/repos/staging-i686/
  mpd/repos/staging-i686/PKGBUILD
(from rev 263806, mpd/trunk/PKGBUILD)
  mpd/repos/staging-i686/conf
(from rev 263806, mpd/trunk/conf)
  mpd/repos/staging-i686/install
(from rev 263806, mpd/trunk/install)
  mpd/repos/staging-i686/tmpfiles.d
(from rev 263806, mpd/trunk/tmpfiles.d)
  mpd/repos/staging-x86_64/
  mpd/repos/staging-x86_64/PKGBUILD
(from rev 263806, mpd/trunk/PKGBUILD)
  mpd/repos/staging-x86_64/conf
(from rev 263806, mpd/trunk/conf)
  mpd/repos/staging-x86_64/install
(from rev 263806, mpd/trunk/install)
  mpd/repos/staging-x86_64/tmpfiles.d
(from rev 263806, mpd/trunk/tmpfiles.d)

---+
 staging-i686/PKGBUILD |   62 
 staging-i686/conf |6 
 staging-i686/install  |   11 +++
 staging-i686/tmpfiles.d   |1 
 staging-x86_64/PKGBUILD   |   62 
 staging-x86_64/conf   |6 
 staging-x86_64/install|   11 +++
 staging-x86_64/tmpfiles.d |1 
 8 files changed, 160 insertions(+)

Copied: mpd/repos/staging-i686/PKGBUILD (from rev 263806, mpd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-02 23:44:39 UTC (rev 263807)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.14
+pkgrel=2
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
+makedepends=('boost' 'doxygen')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('2faf8664ae5c9183e73185c9dcfe0be50579f5e8' 'SKIP'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  '291fd5cda9f0845834a553017327c4586bd853f6')
+
+backup=('etc/mpd.conf')
+install=install
+
+prepare() {
+   # Temporary; see FS#48372
+   install -d "${srcdir}"/pkg-config
+   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-libmpdclient \
+   --enable-jack \
+   --enable-soundcloud \
+   --enable-pipe-output \
+   --enable-pulse \
+   --disable-sidplay \
+   --with-systemdsystemunitdir=/usr/lib/systemd/system
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
+   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
+   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
+
+   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
+   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
+   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
+}

Copied: mpd/repos/staging-i686/conf (from rev 263806, mpd/trunk/conf)
===
--- staging-i686/conf   (rev 0)
+++ staging-i686/conf   2016-04-02 23:44:39 UTC (rev 263807)
@@ -0,0 +1,6 @@
+# See: /usr/share/doc/mpd/mpdconf.example
+
+pid_file "/run/mpd/mpd.pid"
+db_file "/var/lib/mpd/mpd.db"
+state_file "/var/lib/mpd/mpdstate"
+playlist_directory "/var/lib/mpd/playlists"

Copied: mpd/repos/staging-i686/install (from rev 263806, mpd/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2016-04-02 23:44:39 UTC (rev 263807)
@@ -0,0 +1,11 @@
+post_install() {
+   getent group mpd &>/dev/null || groupadd -r -g 45 mpd >/dev/null
+   getent passwd mpd &>/dev/null || useradd -r -u 45 -g mpd -d 
/var/lib/mpd -s /bin/false -G audio mpd >/dev/null
+   usr/bin/systemd-tmpfiles --create mpd.conf || true
+}

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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 01:42:12
  Author: foutrelis
Revision: 169303

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  ncmpcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 23:39:29 UTC (rev 169302)
+++ PKGBUILD2016-04-02 23:42:12 UTC (rev 169303)
@@ -6,7 +6,7 @@
 
 pkgname=ncmpcpp
 pkgver=0.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Almost exact clone of ncmpc with some new features'
 url='http://ncmpcpp.rybczak.net/'
 arch=('i686' 'x86_64')


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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 01:42:19
  Author: foutrelis
Revision: 169304

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

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

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

Copied: ncmpcpp/repos/community-staging-i686/PKGBUILD (from rev 169303, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-02 23:42:19 UTC (rev 169304)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: graysky 
+# Contributor: Mateusz Herych 
+# Contributor: Army 
+
+pkgname=ncmpcpp
+pkgver=0.7.3
+pkgrel=2
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.bz2::http://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('6314b97f36014ade92b3a73640bf529625d75d20a68fb9b2999de579095e37c46e1951b22b0a849bd8e23998e72cfa77f717cff914b7e20dccc0a918cb739732')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+  make -C extras
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 755 extras/artist_to_albumartist -t "${pkgdir}/usr/bin"
+}
+
+# vim: ts=2 sw=2 et:

Copied: ncmpcpp/repos/community-staging-x86_64/PKGBUILD (from rev 169303, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-02 23:42:19 UTC (rev 169304)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: graysky 
+# Contributor: Mateusz Herych 
+# Contributor: Army 
+
+pkgname=ncmpcpp
+pkgver=0.7.3
+pkgrel=2
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.bz2::http://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('6314b97f36014ade92b3a73640bf529625d75d20a68fb9b2999de579095e37c46e1951b22b0a849bd8e23998e72cfa77f717cff914b7e20dccc0a918cb739732')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+  make -C extras
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 755 extras/artist_to_albumartist -t "${pkgdir}/usr/bin"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 01:39:29
  Author: foutrelis
Revision: 169302

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 169301, pdf2djvu/trunk/PKGBUILD)
  pdf2djvu/repos/community-staging-x86_64/
  pdf2djvu/repos/community-staging-x86_64/PKGBUILD
(from rev 169301, pdf2djvu/trunk/PKGBUILD)

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

Copied: pdf2djvu/repos/community-staging-i686/PKGBUILD (from rev 169301, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-02 23:39:29 UTC (rev 169302)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.9.4
+pkgrel=3
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://jwilk.net/software/pdf2djvu;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'gcc-libs' 'graphicsmagick' 'exiv2')
+makedepends=('python2-nose' 'ttf-liberation')
+source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+md5sums=('bb4ce32b199301b754c77d0c4aa83410'
+ '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}
+}

Copied: pdf2djvu/repos/community-staging-x86_64/PKGBUILD (from rev 169301, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-02 23:39:29 UTC (rev 169302)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.9.4
+pkgrel=3
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://jwilk.net/software/pdf2djvu;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'gcc-libs' 'graphicsmagick' 'exiv2')
+makedepends=('python2-nose' 'ttf-liberation')
+source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+md5sums=('bb4ce32b199301b754c77d0c4aa83410'
+ '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}
+}


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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 01:39:21
  Author: foutrelis
Revision: 169301

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  pdf2djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 23:06:47 UTC (rev 169300)
+++ PKGBUILD2016-04-02 23:39:21 UTC (rev 169301)
@@ -4,7 +4,7 @@
 
 pkgname=pdf2djvu
 pkgver=0.9.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Creates DjVu files from PDF files"
 arch=('i686' 'x86_64')
 url="http://jwilk.net/software/pdf2djvu;


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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 01:36:57
  Author: foutrelis
Revision: 263804

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 23:23:00 UTC (rev 263803)
+++ PKGBUILD2016-04-02 23:36:57 UTC (rev 263804)
@@ -6,7 +6,7 @@
 
 pkgname=thunderbird
 pkgver=38.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Standalone Mail/News reader"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL')


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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 01:37:13
  Author: foutrelis
Revision: 263805

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

Added:
  thunderbird/repos/staging-i686/
  thunderbird/repos/staging-i686/PKGBUILD
(from rev 263804, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/staging-i686/mozconfig
(from rev 263804, thunderbird/trunk/mozconfig)
  thunderbird/repos/staging-i686/thunderbird-install-dir.patch
(from rev 263804, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/staging-i686/thunderbird.desktop
(from rev 263804, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/staging-i686/thunderbird.install
(from rev 263804, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/staging-i686/vendor.js
(from rev 263804, thunderbird/trunk/vendor.js)
  thunderbird/repos/staging-x86_64/
  thunderbird/repos/staging-x86_64/PKGBUILD
(from rev 263804, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/staging-x86_64/mozconfig
(from rev 263804, thunderbird/trunk/mozconfig)
  thunderbird/repos/staging-x86_64/thunderbird-install-dir.patch
(from rev 263804, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/staging-x86_64/thunderbird.desktop
(from rev 263804, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/staging-x86_64/thunderbird.install
(from rev 263804, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/staging-x86_64/vendor.js
(from rev 263804, thunderbird/trunk/vendor.js)

--+
 staging-i686/PKGBUILD|   76 ++
 staging-i686/mozconfig   |   43 ++
 staging-i686/thunderbird-install-dir.patch   |   12 +
 staging-i686/thunderbird.desktop |  173 +
 staging-i686/thunderbird.install |   12 +
 staging-i686/vendor.js   |9 +
 staging-x86_64/PKGBUILD  |   76 ++
 staging-x86_64/mozconfig |   43 ++
 staging-x86_64/thunderbird-install-dir.patch |   12 +
 staging-x86_64/thunderbird.desktop   |  173 +
 staging-x86_64/thunderbird.install   |   12 +
 staging-x86_64/vendor.js |9 +
 12 files changed, 650 insertions(+)

Copied: thunderbird/repos/staging-i686/PKGBUILD (from rev 263804, 
thunderbird/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-02 23:37:13 UTC (rev 263805)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Alexander Baldeck 
+# Contributor: Dale Blount 
+# Contributor: Anders Bostrom 
+
+pkgname=thunderbird
+pkgver=38.7.1
+pkgrel=2
+pkgdesc="Standalone Mail/News reader"
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL')
+url="http://www.mozilla.org/thunderbird/;
+depends=('gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
+ 'dbus-glib' 'alsa-lib' 'desktop-file-utils' 'hicolor-icon-theme'
+ 'libvpx' 'icu' 'libevent' 'nss' 'hunspell' 'sqlite')
+makedepends=('unzip' 'zip' 'python2' 'wireless_tools' 'yasm' 'mesa' 'libpulse')
+optdepends=('libcanberra: for sound support')
+install=thunderbird.install
+source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.bz2
+mozconfig
+thunderbird.desktop
+thunderbird-install-dir.patch
+vendor.js)
+options=('!emptydirs' '!makeflags')
+sha256sums=('46985ab53f1d1fab9a6c7dd0b34ccf38f8401d507bf686ee56dc28a0555d9328'
+'6d60c77705baae25dc9324765c420e8623173390e8d2abea66f3d0d30ce388e4'
+'3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb'
+'24599eab8862476744fe1619a9a53a5b8cdcab30b3fc5767512f31d3529bd05d'
+'e4ea8e6788163d9f8db8f1f40023db3ea0a1358f9a4510169f2d4c4fe6a887ed')
+
+prepare() {
+  cd comm-esr${pkgver%%.*}
+  patch -Np1 -i ../thunderbird-install-dir.patch
+
+  cp "$srcdir/mozconfig" .mozconfig
+
+  # configure script misdetects the preprocessor without an optimization level
+  # https://bugs.archlinux.org/task/34644
+  sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' mozilla/configure
+}
+
+build() {
+  cd comm-esr${pkgver%%.*}
+
+  export PYTHON="/usr/bin/python2"
+
+  make -f client.mk build
+}
+
+package() {
+  cd comm-esr${pkgver%%.*}
+  make -f client.mk DESTDIR="$pkgdir" install
+
+  install -Dm644 ../vendor.js 
"$pkgdir/usr/lib/thunderbird/defaults/preferences/vendor.js"
+
+  for i in 16 22 24 32 48 256; do
+  install -Dm644 other-licenses/branding/thunderbird/mailicon$i.png \
+  "$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/thunderbird.png"
+  done
+
+  install -Dm644 ../thunderbird.desktop \
+  "$pkgdir/usr/share/applications/thunderbird.desktop"

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

2016-04-02 Thread Sven-Hendrik Haase
Date: Sunday, April 3, 2016 @ 01:23:00
  Author: svenstaro
Revision: 263803

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-02 23:22:53 UTC (rev 263802)
+++ extra-i686/PKGBUILD 2016-04-02 23:23:00 UTC (rev 263803)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=sdl2_net
-epoch=1
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="A small sample cross-platform networking library (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org/projects/SDL_net;
-license=('MIT')
-depends=(sdl2)
-source=("$url/release/SDL2_net-${pkgver}.tar.gz")
-md5sums=('83bcd0e67796b81b35b08a014c677200')
-
-build() {
-  cd "${srcdir}/SDL2_net-${pkgver}/"
-
-  ./configure --disable-static --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/SDL2_net-${pkgver}/"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: sdl2_net/repos/extra-i686/PKGBUILD (from rev 263802, 
sdl2_net/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-02 23:23:00 UTC (rev 263803)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=sdl2_net
+epoch=1
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="A small sample cross-platform networking library (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org/projects/SDL_net;
+license=('MIT')
+depends=(sdl2)
+source=("$url/release/SDL2_net-${pkgver}.tar.gz")
+md5sums=('5c1d9d1cfa63301b141cb5c0de2ea7c4')
+
+build() {
+  cd "${srcdir}/SDL2_net-${pkgver}/"
+
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/SDL2_net-${pkgver}/"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-02 23:22:53 UTC (rev 263802)
+++ extra-x86_64/PKGBUILD   2016-04-02 23:23:00 UTC (rev 263803)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=sdl2_net
-epoch=1
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="A small sample cross-platform networking library (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org/projects/SDL_net;
-license=('MIT')
-depends=(sdl2)
-source=("$url/release/SDL2_net-${pkgver}.tar.gz")
-md5sums=('83bcd0e67796b81b35b08a014c677200')
-
-build() {
-  cd "${srcdir}/SDL2_net-${pkgver}/"
-
-  ./configure --disable-static --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/SDL2_net-${pkgver}/"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: sdl2_net/repos/extra-x86_64/PKGBUILD (from rev 263802, 
sdl2_net/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-04-02 23:23:00 UTC (rev 263803)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=sdl2_net
+epoch=1
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="A small sample cross-platform networking library (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org/projects/SDL_net;
+license=('MIT')
+depends=(sdl2)
+source=("$url/release/SDL2_net-${pkgver}.tar.gz")
+md5sums=('5c1d9d1cfa63301b141cb5c0de2ea7c4')
+
+build() {
+  cd "${srcdir}/SDL2_net-${pkgver}/"
+
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/SDL2_net-${pkgver}/"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-04-02 Thread Sven-Hendrik Haase
Date: Sunday, April 3, 2016 @ 01:22:53
  Author: svenstaro
Revision: 263802

upgpkg: sdl2_net 1:2.0.1-1

upstream release 2.0.1

Modified:
  sdl2_net/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 23:12:30 UTC (rev 263801)
+++ PKGBUILD2016-04-02 23:22:53 UTC (rev 263802)
@@ -3,7 +3,7 @@
 
 pkgname=sdl2_net
 epoch=1
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="A small sample cross-platform networking library (Version 2)"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('MIT')
 depends=(sdl2)
 source=("$url/release/SDL2_net-${pkgver}.tar.gz")
-md5sums=('83bcd0e67796b81b35b08a014c677200')
+md5sums=('5c1d9d1cfa63301b141cb5c0de2ea7c4')
 
 build() {
   cd "${srcdir}/SDL2_net-${pkgver}/"


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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 01:12:30
  Author: foutrelis
Revision: 263801

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

Added:
  php/repos/staging-i686/
  php/repos/staging-i686/PKGBUILD
(from rev 263800, php/trunk/PKGBUILD)
  php/repos/staging-i686/apache.conf
(from rev 263800, php/trunk/apache.conf)
  php/repos/staging-i686/apache.patch
(from rev 263800, php/trunk/apache.patch)
  php/repos/staging-i686/generate_patches
(from rev 263800, php/trunk/generate_patches)
  php/repos/staging-i686/php-fpm.install
(from rev 263800, php/trunk/php-fpm.install)
  php/repos/staging-i686/php-fpm.patch
(from rev 263800, php/trunk/php-fpm.patch)
  php/repos/staging-i686/php-fpm.tmpfiles
(from rev 263800, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-i686/php.ini.patch
(from rev 263800, php/trunk/php.ini.patch)
  php/repos/staging-x86_64/
  php/repos/staging-x86_64/PKGBUILD
(from rev 263800, php/trunk/PKGBUILD)
  php/repos/staging-x86_64/apache.conf
(from rev 263800, php/trunk/apache.conf)
  php/repos/staging-x86_64/apache.patch
(from rev 263800, php/trunk/apache.patch)
  php/repos/staging-x86_64/generate_patches
(from rev 263800, php/trunk/generate_patches)
  php/repos/staging-x86_64/php-fpm.install
(from rev 263800, php/trunk/php-fpm.install)
  php/repos/staging-x86_64/php-fpm.patch
(from rev 263800, php/trunk/php-fpm.patch)
  php/repos/staging-x86_64/php-fpm.tmpfiles
(from rev 263800, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-x86_64/php.ini.patch
(from rev 263800, php/trunk/php.ini.patch)

-+
 staging-i686/PKGBUILD   |  334 ++
 staging-i686/apache.conf|   13 +
 staging-i686/apache.patch   |   20 ++
 staging-i686/generate_patches   |   48 +
 staging-i686/php-fpm.install|9 +
 staging-i686/php-fpm.patch  |   74 
 staging-i686/php-fpm.tmpfiles   |1 
 staging-i686/php.ini.patch  |   96 ++
 staging-x86_64/PKGBUILD |  334 ++
 staging-x86_64/apache.conf  |   13 +
 staging-x86_64/apache.patch |   20 ++
 staging-x86_64/generate_patches |   48 +
 staging-x86_64/php-fpm.install  |9 +
 staging-x86_64/php-fpm.patch|   74 
 staging-x86_64/php-fpm.tmpfiles |1 
 staging-x86_64/php.ini.patch|   96 ++
 16 files changed, 1190 insertions(+)

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


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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 01:12:07
  Author: foutrelis
Revision: 263800

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 22:58:59 UTC (rev 263799)
+++ PKGBUILD2016-04-02 23:12:07 UTC (rev 263800)
@@ -22,7 +22,7 @@
  'php-tidy'
  'php-xsl')
 pkgver=7.0.5
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'


[arch-commits] Commit in 0ad-data/repos/community-any (PKGBUILD PKGBUILD)

2016-04-02 Thread Sven-Hendrik Haase
Date: Sunday, April 3, 2016 @ 01:06:47
  Author: svenstaro
Revision: 169300

archrelease: copy trunk to community-any

Added:
  0ad-data/repos/community-any/PKGBUILD
(from rev 169299, 0ad-data/trunk/PKGBUILD)
Deleted:
  0ad-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-02 23:06:33 UTC (rev 169299)
+++ PKGBUILD2016-04-02 23:06:47 UTC (rev 169300)
@@ -1,22 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: t3ddy  
-# Contributor: Adrián Chaves Fernández (Gallaecio) 
-pkgname=0ad-data
-_pkgname=0ad
-pkgver=a19
-_pkgver=0.0.19-alpha
-pkgrel=1
-pkgdesc="Cross-platform, 3D and historically-based real-time strategy game 
(data files)"
-arch=('any')
-url="http://play0ad.com/;
-license=('GPL2' 'CCPL')
-depends=()
-makedepends=()
-source=("http://releases.wildfiregames.com/0ad-${_pkgver}-unix-data.tar.xz;)
-md5sums=('c8f9a92b992a9045031356f4276cf905')
-
-package(){
-  install -d ${pkgdir}/usr/share/${_pkgname}/data
-
-  cp -r ${srcdir}/${_pkgname}-${_pkgver}/binaries/data 
${pkgdir}/usr/share/${_pkgname}
-}

Copied: 0ad-data/repos/community-any/PKGBUILD (from rev 169299, 
0ad-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-02 23:06:47 UTC (rev 169300)
@@ -0,0 +1,22 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad-data
+_pkgname=0ad
+pkgver=a20
+_pkgver=0.0.20-alpha
+pkgrel=1
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game 
(data files)"
+arch=('any')
+url="http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=()
+makedepends=()
+source=("http://releases.wildfiregames.com/0ad-${_pkgver}-unix-data.tar.xz;)
+md5sums=('d33bd8eccfc40ba1ed004f9f0920b51e')
+
+package(){
+  install -d ${pkgdir}/usr/share/${_pkgname}/data
+
+  cp -r ${srcdir}/${_pkgname}-${_pkgver}/binaries/data 
${pkgdir}/usr/share/${_pkgname}
+}


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

2016-04-02 Thread Sven-Hendrik Haase
Date: Sunday, April 3, 2016 @ 01:06:33
  Author: svenstaro
Revision: 169299

upgpkg: 0ad-data a20-1

upstream release a20

Modified:
  0ad-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 23:05:34 UTC (rev 169298)
+++ PKGBUILD2016-04-02 23:06:33 UTC (rev 169299)
@@ -3,8 +3,8 @@
 # Contributor: Adrián Chaves Fernández (Gallaecio) 
 pkgname=0ad-data
 _pkgname=0ad
-pkgver=a19
-_pkgver=0.0.19-alpha
+pkgver=a20
+_pkgver=0.0.20-alpha
 pkgrel=1
 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game 
(data files)"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=()
 makedepends=()
 source=("http://releases.wildfiregames.com/0ad-${_pkgver}-unix-data.tar.xz;)
-md5sums=('c8f9a92b992a9045031356f4276cf905')
+md5sums=('d33bd8eccfc40ba1ed004f9f0920b51e')
 
 package(){
   install -d ${pkgdir}/usr/share/${_pkgname}/data


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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 01:05:24
  Author: foutrelis
Revision: 169297

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  gnustep-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 23:02:39 UTC (rev 169296)
+++ PKGBUILD2016-04-02 23:05:24 UTC (rev 169297)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-gui
 pkgver=0.24.1
-pkgrel=2
+pkgrel=3
 pkgdesc="The GNUstep GUI class library"
 arch=('i686' 'x86_64')
 url="http://www.gnustep.org/;


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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 01:05:34
  Author: foutrelis
Revision: 169298

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

Added:
  gnustep-gui/repos/community-staging-i686/
  gnustep-gui/repos/community-staging-i686/ChangeLog
(from rev 169297, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-i686/PKGBUILD
(from rev 169297, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-i686/giflib-5.1.patch
(from rev 169297, gnustep-gui/trunk/giflib-5.1.patch)
  gnustep-gui/repos/community-staging-x86_64/
  gnustep-gui/repos/community-staging-x86_64/ChangeLog
(from rev 169297, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-x86_64/PKGBUILD
(from rev 169297, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-x86_64/giflib-5.1.patch
(from rev 169297, gnustep-gui/trunk/giflib-5.1.patch)

---+
 community-staging-i686/ChangeLog  |2 +
 community-staging-i686/PKGBUILD   |   38 
 community-staging-i686/giflib-5.1.patch   |   30 ++
 community-staging-x86_64/ChangeLog|2 +
 community-staging-x86_64/PKGBUILD |   38 
 community-staging-x86_64/giflib-5.1.patch |   30 ++
 6 files changed, 140 insertions(+)

Copied: gnustep-gui/repos/community-staging-i686/ChangeLog (from rev 169297, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2016-04-02 23:05:34 UTC (rev 169298)
@@ -0,0 +1,2 @@
+2007-06-27 tardo 
+* version upgrade

Copied: gnustep-gui/repos/community-staging-i686/PKGBUILD (from rev 169297, 
gnustep-gui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-02 23:05:34 UTC (rev 169298)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-gui
+pkgver=0.24.1
+pkgrel=3
+pkgdesc="The GNUstep GUI class library"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/;
+license=('LGPL')
+depends=('gnustep-back' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 
'giflib' 'libao')
+makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
+conflicts=('gnustep-gui-svn')
+groups=('gnustep-core')
+options=('!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
+giflib-5.1.patch)
+md5sums=('0ff1d513ba4159ba39f16229a9a87eaa'
+ '78b6470b9a43ac7025621fef07d2faef')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+#  patch -Np1 -i ../giflib-5.1.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnustep-gui/repos/community-staging-i686/giflib-5.1.patch (from rev 
169297, gnustep-gui/trunk/giflib-5.1.patch)
===
--- community-staging-i686/giflib-5.1.patch (rev 0)
+++ community-staging-i686/giflib-5.1.patch 2016-04-02 23:05:34 UTC (rev 
169298)
@@ -0,0 +1,30 @@
+diff -wbBur gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m 
gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m
+--- gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m   2013-11-24 
15:56:33.0 +0400
 gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m2014-05-29 
18:48:13.333993653 +0400
+@@ -161,7 +161,7 @@
+   return NO;
+ }
+ 
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+   return YES;
+ }
+ 
+@@ -180,7 +180,7 @@
+SET_ERROR_MSG(msg); \
+if (file != NULL) \
+  {\
+-   DGifCloseFile(file); \
++   DGifCloseFile(file, NULL); \
+  }\
+if (imgBuffer != NULL) \
+  {\
+@@ -392,7 +392,7 @@
+   withValue: [NSNumber numberWithInt: 0]];
+ 
+   /* don't forget to close the gif */
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+ 
+   return self;
+ }

Copied: gnustep-gui/repos/community-staging-x86_64/ChangeLog (from rev 169297, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2016-04-02 23:05:34 UTC (rev 169298)
@@ -0,0 +1,2 @@
+2007-06-27 tardo 
+* version upgrade

Copied: gnustep-gui/repos/community-staging-x86_64/PKGBUILD (from rev 169297, 
gnustep-gui/trunk/PKGBUILD)
===
--- 

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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 01:02:39
  Author: foutrelis
Revision: 169296

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

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

+
 community-staging-i686/PKGBUILD|   41 +++
 community-staging-i686/tesseract.install   |7 
 community-staging-x86_64/PKGBUILD  |   41 +++
 community-staging-x86_64/tesseract.install |7 
 4 files changed, 96 insertions(+)

Copied: tesseract/repos/community-staging-i686/PKGBUILD (from rev 169295, 
tesseract/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-02 23:02:39 UTC (rev 169296)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Hauser 
+
+_langs=(afr ara aze bel ben bul cat ces chi_sim chi_tra chr dan deu ell
+eng enm epo epo_alt equ est eus fin fra frk frm glg grc heb hin hrv hun
+ind isl ita ita_old jpn kan kor lav lit mal mkd mlt msa nld nor pol por
+ron rus slk slv spa spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
+
+pkgname=tesseract
+pkgver=3.04.00
+pkgrel=5
+pkgdesc="An OCR program"
+arch=(i686 x86_64)
+#url="http://code.google.com/p/tesseract-ocr;
+url="https://github.com/tesseract-ocr/tesseract;
+license=("APACHE")
+depends=(libpng libtiff libjpeg zlib giflib gcc-libs leptonica)
+makedepends=(icu cairo pango)
+install=tesseract.install
+optdepends=('icu' 'cairo' 'pango'
+   $(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
+source=($pkgname-$pkgver.tar.gz::https://github.com/tesseract-ocr/tesseract/archive/$pkgver.tar.gz
+   https://github.com/tesseract-ocr/tessdata/raw/master/osd.traineddata)
+md5sums=('078130b9c7d28c558a0e49d432505864'
+ 'd7c06843a771f30fb64b4109a1b059f9')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make
+  make training
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir training-install
+  mkdir -p $pkgdir/usr/share/tessdata
+  install -Dm0644 $srcdir/osd.traineddata 
$pkgdir/usr/share/tessdata/osd.traineddata
+}

Copied: tesseract/repos/community-staging-i686/tesseract.install (from rev 
169295, tesseract/trunk/tesseract.install)
===
--- community-staging-i686/tesseract.install(rev 0)
+++ community-staging-i686/tesseract.install2016-04-02 23:02:39 UTC (rev 
169296)
@@ -0,0 +1,7 @@
+post_install() {
+  echo "You must install one of tesseract-data-* packages or whole 
tesseract-data group"
+}
+
+post_upgrade() {
+  post_install
+}

Copied: tesseract/repos/community-staging-x86_64/PKGBUILD (from rev 169295, 
tesseract/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-02 23:02:39 UTC (rev 169296)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Hauser 
+
+_langs=(afr ara aze bel ben bul cat ces chi_sim chi_tra chr dan deu ell
+eng enm epo epo_alt equ est eus fin fra frk frm glg grc heb hin hrv hun
+ind isl ita ita_old jpn kan kor lav lit mal mkd mlt msa nld nor pol por
+ron rus slk slv spa spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
+
+pkgname=tesseract
+pkgver=3.04.00
+pkgrel=5
+pkgdesc="An OCR program"
+arch=(i686 x86_64)
+#url="http://code.google.com/p/tesseract-ocr;
+url="https://github.com/tesseract-ocr/tesseract;
+license=("APACHE")
+depends=(libpng libtiff libjpeg zlib giflib gcc-libs leptonica)
+makedepends=(icu cairo pango)
+install=tesseract.install
+optdepends=('icu' 'cairo' 'pango'
+   $(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
+source=($pkgname-$pkgver.tar.gz::https://github.com/tesseract-ocr/tesseract/archive/$pkgver.tar.gz
+   https://github.com/tesseract-ocr/tessdata/raw/master/osd.traineddata)
+md5sums=('078130b9c7d28c558a0e49d432505864'
+ 'd7c06843a771f30fb64b4109a1b059f9')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make
+  make training
+}
+
+package() {
+  

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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 01:02:32
  Author: foutrelis
Revision: 169295

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  tesseract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 22:53:07 UTC (rev 169294)
+++ PKGBUILD2016-04-02 23:02:32 UTC (rev 169295)
@@ -9,7 +9,7 @@
 
 pkgname=tesseract
 pkgver=3.04.00
-pkgrel=4
+pkgrel=5
 pkgdesc="An OCR program"
 arch=(i686 x86_64)
 #url="http://code.google.com/p/tesseract-ocr;


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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 00:58:59
  Author: foutrelis
Revision: 263799

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

Added:
  libvisio/repos/staging-i686/
  libvisio/repos/staging-i686/PKGBUILD
(from rev 263798, libvisio/trunk/PKGBUILD)
  libvisio/repos/staging-x86_64/
  libvisio/repos/staging-x86_64/PKGBUILD
(from rev 263798, libvisio/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: libvisio/repos/staging-i686/PKGBUILD (from rev 263798, 
libvisio/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-02 22:58:59 UTC (rev 263799)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: ponsfoot 
+# Contributor: philacs
+
+pkgname=libvisio
+pkgver=0.1.5
+pkgrel=2
+pkgdesc='Library providing ability to interpret and import visio diagrams'
+arch=('i686' 'x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio;
+license=('LGPL')
+depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge')
+makedepends=('boost' 'gperf' 'doxygen' 'cppunit')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('691522167fe3b0c94becfe5d957883be')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Need to set timezone to CET to work around a test failure
+  # https://bugs.documentfoundation.org/show_bug.cgi?id=92396
+  make -k check TZ=CET
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libvisio/repos/staging-x86_64/PKGBUILD (from rev 263798, 
libvisio/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-04-02 22:58:59 UTC (rev 263799)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: ponsfoot 
+# Contributor: philacs
+
+pkgname=libvisio
+pkgver=0.1.5
+pkgrel=2
+pkgdesc='Library providing ability to interpret and import visio diagrams'
+arch=('i686' 'x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio;
+license=('LGPL')
+depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge')
+makedepends=('boost' 'gperf' 'doxygen' 'cppunit')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('691522167fe3b0c94becfe5d957883be')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Need to set timezone to CET to work around a test failure
+  # https://bugs.documentfoundation.org/show_bug.cgi?id=92396
+  make -k check TZ=CET
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 00:58:53
  Author: foutrelis
Revision: 263798

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  libvisio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 22:57:36 UTC (rev 263797)
+++ PKGBUILD2016-04-02 22:58:53 UTC (rev 263798)
@@ -6,7 +6,7 @@
 
 pkgname=libvisio
 pkgver=0.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Library providing ability to interpret and import visio diagrams'
 arch=('i686' 'x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio;


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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 00:57:36
  Author: foutrelis
Revision: 263797

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

Added:
  dovecot/repos/staging-i686/
  dovecot/repos/staging-i686/PKGBUILD
(from rev 263796, dovecot/trunk/PKGBUILD)
  dovecot/repos/staging-i686/dovecot.install
(from rev 263796, dovecot/trunk/dovecot.install)
  dovecot/repos/staging-i686/dovecot.tmpfilesd
(from rev 263796, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/staging-x86_64/
  dovecot/repos/staging-x86_64/PKGBUILD
(from rev 263796, dovecot/trunk/PKGBUILD)
  dovecot/repos/staging-x86_64/dovecot.install
(from rev 263796, dovecot/trunk/dovecot.install)
  dovecot/repos/staging-x86_64/dovecot.tmpfilesd
(from rev 263796, dovecot/trunk/dovecot.tmpfilesd)

--+
 staging-i686/PKGBUILD|   95 +
 staging-i686/dovecot.install |   10 +++
 staging-i686/dovecot.tmpfilesd   |1 
 staging-x86_64/PKGBUILD  |   95 +
 staging-x86_64/dovecot.install   |   10 +++
 staging-x86_64/dovecot.tmpfilesd |1 
 6 files changed, 212 insertions(+)

Copied: dovecot/repos/staging-i686/PKGBUILD (from rev 263796, 
dovecot/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-02 22:57:36 UTC (rev 263797)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Paul Mattal 
+# Contributor: Federico Quagliata (quaqo) 
+# Contributor: GARETTE Emmanuel 
+
+
+# --->>> remember to rebuild/bump pigeonhole in one step <<<---
+
+pkgname=dovecot
+pkgver=2.2.23
+pkgrel=2
+pkgdesc="An IMAP and POP3 server written with security primarily in mind"
+arch=('i686' 'x86_64')
+url="http://dovecot.org/;
+license=("LGPL")
+depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
+'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
+makedepends=('libcap' 'libldap' 'clucene')
+optdepends=('libldap: ldap plugin'
+'xz: imap zlib  plugin'
+'clucene: alternative FTS indexer')
+provides=('imap-server' 'pop3-server')
+install=$pkgname.install
+source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
+dovecot.tmpfilesd)
+md5sums=('0d2855c19b0603b417cd70613b4a9f36'
+ 'SKIP'
+ '342a28251d40f983c98c0d1f1bf3d07d')
+validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 

+
+prepare() {
+  cd $pkgname-$pkgver
+  # fix path in helper script
+  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  # configure with openssl, mysql, and postgresql support
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+   --libexecdir=/usr/lib \
+   --with-moduledir=/usr/lib/dovecot/modules \
+   --with-systemdsystemunitdir=/usr/lib/systemd/system \
+   --disable-static \
+   --with-nss \
+   --with-pam \
+   --with-mysql \
+   --with-pgsql \
+   --with-sqlite \
+   --with-ssl=openssl \
+   --with-ssldir=/etc/ssl \
+   --with-gssapi \
+   --with-ldap=plugin \
+   --with-zlib \
+   --with-bzlib \
+   --with-lzma \
+   --with-lz4 \
+   --with-libcap \
+   --with-solr \
+   --with-lucene \
+   --with-docs #--help
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+   
+  # system user/group dovenull - 74
+  # system user/group dovecot  - 76
+  
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  # install example conf files and ssl.conf
+  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
+  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
+  install -d -m755 ${pkgdir}/etc/ssl
+  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
+
+  # install mkcert helper script
+  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
+
+  rm ${pkgdir}/etc/dovecot/README
+  
+  # systemd tmpfile
+  install -d -m755 ${pkgdir}/usr/lib/tmpfiles.d
+  install -m 644  ${srcdir}/dovecot.tmpfilesd 
${pkgdir}/usr/lib/tmpfiles.d/dovecot.conf
+}

Copied: dovecot/repos/staging-i686/dovecot.install (from rev 263796, 
dovecot/trunk/dovecot.install)
===
--- staging-i686/dovecot.install(rev 0)
+++ staging-i686/dovecot.install2016-04-02 22:57:36 UTC (rev 263797)
@@ -0,0 +1,10 @@
+post_install() {
+  getent group dovenull &> /dev/null || groupadd -g 74 dovenull &> /dev/null
+  getent group dovecot &> 

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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 00:57:27
  Author: foutrelis
Revision: 263796

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 22:52:04 UTC (rev 263795)
+++ PKGBUILD2016-04-02 22:57:27 UTC (rev 263796)
@@ -9,7 +9,7 @@
 
 pkgname=dovecot
 pkgver=2.2.23
-pkgrel=1
+pkgrel=2
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 arch=('i686' 'x86_64')
 url="http://dovecot.org/;


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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 00:53:07
  Author: foutrelis
Revision: 169294

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-harfbuzz/repos/multilib-staging-x86_64/
  lib32-harfbuzz/repos/multilib-staging-x86_64/PKGBUILD
(from rev 169293, lib32-harfbuzz/trunk/PKGBUILD)

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

Copied: lib32-harfbuzz/repos/multilib-staging-x86_64/PKGBUILD (from rev 169293, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2016-04-02 22:53:07 UTC (rev 169294)
@@ -0,0 +1,42 @@
+# Maintainer: Florian Pritz 
+
+_pkgbasename=harfbuzz
+pkgname=lib32-$_pkgbasename
+pkgver=1.2.4
+pkgrel=2
+pkgdesc="OpenType text shaping engine. (32-bit)"
+arch=('x86_64')
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
+makedepends=('gcc-multilib' 'ragel')
+source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('449dbdf12a8f94aedbdefaac831d8b1bf45e7decaa9192eaa4f74104ef9de491')
+
+prepare() {
+  cd ${_pkgbasename}-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+ 
+  CFLAGS+=' -DNDEBUG'
+  CXXFLAGS+=' -DNDEBUG'
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 00:53:02
  Author: foutrelis
Revision: 169293

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 22:50:49 UTC (rev 169292)
+++ PKGBUILD2016-04-02 22:53:02 UTC (rev 169293)
@@ -3,7 +3,7 @@
 _pkgbasename=harfbuzz
 pkgname=lib32-$_pkgbasename
 pkgver=1.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenType text shaping engine. (32-bit)"
 arch=('x86_64')
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz;


[arch-commits] Commit in firefox/repos (22 files)

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 00:52:04
  Author: foutrelis
Revision: 263795

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

Added:
  firefox/repos/staging-i686/
  firefox/repos/staging-i686/PKGBUILD
(from rev 263794, firefox/trunk/PKGBUILD)
  firefox/repos/staging-i686/firefox-fixed-loading-icon.png
(from rev 263794, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/staging-i686/firefox-gtk3-20.patch
(from rev 263794, firefox/trunk/firefox-gtk3-20.patch)
  firefox/repos/staging-i686/firefox-install-dir.patch
(from rev 263794, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/staging-i686/firefox-symbolic.svg
(from rev 263794, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/staging-i686/firefox.desktop
(from rev 263794, firefox/trunk/firefox.desktop)
  firefox/repos/staging-i686/firefox.install
(from rev 263794, firefox/trunk/firefox.install)
  firefox/repos/staging-i686/mozconfig
(from rev 263794, firefox/trunk/mozconfig)
  firefox/repos/staging-i686/no-libnotify.patch
(from rev 263794, firefox/trunk/no-libnotify.patch)
  firefox/repos/staging-i686/vendor.js
(from rev 263794, firefox/trunk/vendor.js)
  firefox/repos/staging-x86_64/
  firefox/repos/staging-x86_64/PKGBUILD
(from rev 263794, firefox/trunk/PKGBUILD)
  firefox/repos/staging-x86_64/firefox-fixed-loading-icon.png
(from rev 263794, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/staging-x86_64/firefox-gtk3-20.patch
(from rev 263794, firefox/trunk/firefox-gtk3-20.patch)
  firefox/repos/staging-x86_64/firefox-install-dir.patch
(from rev 263794, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/staging-x86_64/firefox-symbolic.svg
(from rev 263794, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/staging-x86_64/firefox.desktop
(from rev 263794, firefox/trunk/firefox.desktop)
  firefox/repos/staging-x86_64/firefox.install
(from rev 263794, firefox/trunk/firefox.install)
  firefox/repos/staging-x86_64/mozconfig
(from rev 263794, firefox/trunk/mozconfig)
  firefox/repos/staging-x86_64/no-libnotify.patch
(from rev 263794, firefox/trunk/no-libnotify.patch)
  firefox/repos/staging-x86_64/vendor.js
(from rev 263794, firefox/trunk/vendor.js)

--+
 staging-i686/PKGBUILD|  136 ++
 staging-i686/firefox-gtk3-20.patch   | 1626 +
 staging-i686/firefox-install-dir.patch   |   12 
 staging-i686/firefox-symbolic.svg|   30 
 staging-i686/firefox.desktop |  352 ++
 staging-i686/firefox.install |   13 
 staging-i686/mozconfig   |   39 
 staging-i686/no-libnotify.patch  |   51 
 staging-i686/vendor.js   |9 
 staging-x86_64/PKGBUILD  |  136 ++
 staging-x86_64/firefox-gtk3-20.patch | 1626 +
 staging-x86_64/firefox-install-dir.patch |   12 
 staging-x86_64/firefox-symbolic.svg  |   30 
 staging-x86_64/firefox.desktop   |  352 ++
 staging-x86_64/firefox.install   |   13 
 staging-x86_64/mozconfig |   39 
 staging-x86_64/no-libnotify.patch|   51 
 staging-x86_64/vendor.js |9 
 18 files changed, 4536 insertions(+)

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


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

2016-04-02 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 00:51:39
  Author: foutrelis
Revision: 263794

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 22:34:20 UTC (rev 263793)
+++ PKGBUILD2016-04-02 22:51:39 UTC (rev 263794)
@@ -4,7 +4,7 @@
 
 pkgname=firefox
 pkgver=45.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Standalone web browser from mozilla.org"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')


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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 00:50:49
  Author: fyan
Revision: 169292

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

Added:
  gdal/repos/community-staging-i686/
  gdal/repos/community-staging-i686/PKGBUILD
(from rev 169291, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-i686/gdal-python-install.patch
(from rev 169291, gdal/trunk/gdal-python-install.patch)
  gdal/repos/community-staging-i686/gdal.changelog
(from rev 169291, gdal/trunk/gdal.changelog)
  gdal/repos/community-staging-x86_64/
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 169291, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal-python-install.patch
(from rev 169291, gdal/trunk/gdal-python-install.patch)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 169291, gdal/trunk/gdal.changelog)

+
 community-staging-i686/PKGBUILD|   79 +++
 community-staging-i686/gdal-python-install.patch   |   10 ++
 community-staging-i686/gdal.changelog  |   64 +++
 community-staging-x86_64/PKGBUILD  |   79 +++
 community-staging-x86_64/gdal-python-install.patch |   10 ++
 community-staging-x86_64/gdal.changelog|   64 +++
 6 files changed, 306 insertions(+)

Copied: gdal/repos/community-staging-i686/PKGBUILD (from rev 169291, 
gdal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-02 22:50:49 UTC (rev 169292)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=gdal
+pkgver=2.0.2
+pkgrel=4
+pkgdesc="A translator library for raster geospatial data formats"
+arch=('i686' 'x86_64')
+url="http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 
'libspatialite' 'libtiff' 'netcdf'
+ 'openjpeg2' 'poppler' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 
'libmariadbclient' 'postgresql-libs')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
+gdal-python-install.patch)
+sha256sums=('db7722caf8d9dd798ec18012b9cacf40a518918466126a88b9fd277bd7d40cc4'
+'823199fdedf5953d9b6bffb0e58a810490e958054f5a9da9d5cd1818f89cd51a')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  patch -Np0 -i "${srcdir}"/gdal-python-install.patch
+
+# python2 fixes
+  sed -i 's_python python1.5_python2 python python1.5_' configure
+  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+# Fix mandir
+  sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
+# bug #23654
+  export LDFLAGS="$LDFLAGS -Wl,--as-needed" 
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 
--with-geotiff \
+  --with-mysql --with-python --with-curl --with-hdf5 --with-perl 
--with-geos \
+  --with-png --with-poppler --with-spatialite --with-openjpeg
+
+# workaround for bug #13646
+  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+  make man
+}
+
+package () {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-man
+
+# install license
+  install -Dm644 LICENSE.TXT "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+
+#FS15477 clean up junks
+  rm -f "${pkgdir}"/usr/bin/*.dox
+  rm -f "${pkgdir}"/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
+#FS#46581 no better way found yet
+  mv "${pkgdir}"/usr/man/man3 "${pkgdir}"/usr/share/man
+  rm -rf "${pkgdir}"/usr/man
+
+# Remove RPATH
+  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
+  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
+  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
+  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
+}

Copied: gdal/repos/community-staging-i686/gdal-python-install.patch (from rev 
169291, gdal/trunk/gdal-python-install.patch)
===
--- 

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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 00:49:56
  Author: fyan
Revision: 169291

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 22:39:31 UTC (rev 169290)
+++ PKGBUILD2016-04-02 22:49:56 UTC (rev 169291)
@@ -5,7 +5,7 @@
 
 pkgname=gdal
 pkgver=2.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A translator library for raster geospatial data formats"
 arch=('i686' 'x86_64')
 url="http://www.gdal.org/;


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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 00:39:31
  Author: fyan
Revision: 169290

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

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

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

Copied: sword/repos/community-staging-i686/PKGBUILD (from rev 169289, 
sword/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-02 22:39:31 UTC (rev 169290)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: SanskritFritz (gmail)
+# Contributor: Alexander Rødseth
+# Contributor: Andrea Scarpino
+# Contributor: Stefan Husmann 
+# Contributor: TripleE 
+# Contributor: Dominic Tubach
+
+pkgbase=sword
+pkgname=(sword python-sword python2-sword)
+_mainver=1.7
+pkgver=1.7.4
+pkgrel=7
+pkgdesc="Library for Bible study programs"
+arch=('x86_64' 'i686')
+url="http://www.crosswire.org/sword/;
+license=('GPL')
+makedepends=('curl' 'clucene' 'swig' 'cmake' 'python' 'python2')
+source=("http://www.crosswire.org/ftpmirror/pub/$pkgbase/source/v$_mainver/$pkgbase-$pkgver.tar.gz;)
+md5sums=('1677f02a86cbf07713d4e1d4c39791e6')
+
+prepare() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  mkdir build
+}
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver/build"
+  
+  #./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc
+  cmake .. -DLIBSWORD_LIBRARY_TYPE="Shared" -DSYSCONF_INSTALL_DIR='/etc' \
+   -DSWORD_BUILD_TESTS="Yes" -DSWORD_BINDINGS="Python" 
-DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cp -a bindings/swig/python bindings/swig/python2
+  cd bindings/swig/python2
+  python2 setup.py build
+}
+
+package_sword() {
+  depends=('curl' 'clucene' 'swig')
+  backup=('etc/sword.conf')
+
+  cd "$srcdir/$pkgbase-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+
+  # Move it into a separated package
+  rm -r "$pkgdir/usr/lib/python3.5"
+}
+
+package_python-sword() {
+  depends=('sword' 'python')
+
+  cd "$srcdir/$pkgbase-$pkgver/build/bindings/swig/python"
+  python setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build
+}
+
+package_python2-sword() {
+  depends=('sword' 'python2')
+
+  cd "$srcdir/$pkgbase-$pkgver/build/bindings/swig/python2"
+  python2 setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build
+}

Copied: sword/repos/community-staging-x86_64/PKGBUILD (from rev 169289, 
sword/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-02 22:39:31 UTC (rev 169290)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: SanskritFritz (gmail)
+# Contributor: Alexander Rødseth
+# Contributor: Andrea Scarpino
+# Contributor: Stefan Husmann 
+# Contributor: TripleE 
+# Contributor: Dominic Tubach
+
+pkgbase=sword
+pkgname=(sword python-sword python2-sword)
+_mainver=1.7
+pkgver=1.7.4
+pkgrel=7
+pkgdesc="Library for Bible study programs"
+arch=('x86_64' 'i686')
+url="http://www.crosswire.org/sword/;
+license=('GPL')
+makedepends=('curl' 'clucene' 'swig' 'cmake' 'python' 'python2')
+source=("http://www.crosswire.org/ftpmirror/pub/$pkgbase/source/v$_mainver/$pkgbase-$pkgver.tar.gz;)
+md5sums=('1677f02a86cbf07713d4e1d4c39791e6')
+
+prepare() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  mkdir build
+}
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver/build"
+  
+  #./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc
+  cmake .. -DLIBSWORD_LIBRARY_TYPE="Shared" -DSYSCONF_INSTALL_DIR='/etc' \
+   -DSWORD_BUILD_TESTS="Yes" -DSWORD_BINDINGS="Python" 
-DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cp -a bindings/swig/python bindings/swig/python2
+  cd bindings/swig/python2
+  python2 setup.py build
+}
+
+package_sword() {
+  depends=('curl' 'clucene' 'swig')
+  backup=('etc/sword.conf')
+
+  cd "$srcdir/$pkgbase-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+
+  # Move it into a separated package
+  rm -r "$pkgdir/usr/lib/python3.5"
+}
+
+package_python-sword() {
+  depends=('sword' 'python')
+
+  cd "$srcdir/$pkgbase-$pkgver/build/bindings/swig/python"
+  python setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build
+}
+
+package_python2-sword() {
+  depends=('sword' 'python2')
+
+  cd "$srcdir/$pkgbase-$pkgver/build/bindings/swig/python2"
+  python2 setup.py install --root="$pkgdir" 

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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 00:39:00
  Author: fyan
Revision: 169289

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  sword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 21:36:31 UTC (rev 169288)
+++ PKGBUILD2016-04-02 22:39:00 UTC (rev 169289)
@@ -11,7 +11,7 @@
 pkgname=(sword python-sword python2-sword)
 _mainver=1.7
 pkgver=1.7.4
-pkgrel=6
+pkgrel=7
 pkgdesc="Library for Bible study programs"
 arch=('x86_64' 'i686')
 url="http://www.crosswire.org/sword/;


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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 00:34:20
  Author: fyan
Revision: 263793

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

Added:
  libphonenumber/repos/staging-i686/
  libphonenumber/repos/staging-i686/PKGBUILD
(from rev 263792, libphonenumber/trunk/PKGBUILD)
  libphonenumber/repos/staging-x86_64/
  libphonenumber/repos/staging-x86_64/PKGBUILD
(from rev 263792, libphonenumber/trunk/PKGBUILD)

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

Copied: libphonenumber/repos/staging-i686/PKGBUILD (from rev 263792, 
libphonenumber/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-02 22:34:20 UTC (rev 263793)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libphonenumber
+pkgver=7.2.5
+pkgrel=2
+pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
+arch=(i686 x86_64)
+depends=(icu protobuf boost-libs)
+makedepends=(boost cmake gtest)
+url="https://github.com/googlei18n/libphonenumber;
+license=("Apache")
+source=("$url/archive/$pkgname-$pkgver.tar.gz")
+sha256sums=('2d9d613bfb3611909ec681fd3e328bb0ec5e2fbcf12539599ae67a4446361d3a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver/cpp
+  make generate_geocoding_data all
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libphonenumber/repos/staging-x86_64/PKGBUILD (from rev 263792, 
libphonenumber/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-04-02 22:34:20 UTC (rev 263793)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libphonenumber
+pkgver=7.2.5
+pkgrel=2
+pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
+arch=(i686 x86_64)
+depends=(icu protobuf boost-libs)
+makedepends=(boost cmake gtest)
+url="https://github.com/googlei18n/libphonenumber;
+license=("Apache")
+source=("$url/archive/$pkgname-$pkgver.tar.gz")
+sha256sums=('2d9d613bfb3611909ec681fd3e328bb0ec5e2fbcf12539599ae67a4446361d3a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver/cpp
+  make generate_geocoding_data all
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 00:33:50
  Author: fyan
Revision: 263792

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  libphonenumber/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 22:27:33 UTC (rev 263791)
+++ PKGBUILD2016-04-02 22:33:50 UTC (rev 263792)
@@ -3,7 +3,7 @@
 
 pkgname=libphonenumber
 pkgver=7.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
 arch=(i686 x86_64)
 depends=(icu protobuf boost-libs)


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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 00:27:33
  Author: fyan
Revision: 263791

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

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

+
 staging-i686/PKGBUILD  |   70 +++
 staging-i686/tracker.install   |   13 +++
 staging-x86_64/PKGBUILD|   70 +++
 staging-x86_64/tracker.install |   13 +++
 4 files changed, 166 insertions(+)

Copied: tracker/repos/staging-i686/PKGBUILD (from rev 263790, 
tracker/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-02 22:27:33 UTC (rev 263791)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Alexander Fehr 
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=1.8.0
+pkgrel=2
+pkgdesc="All-in-one indexer, search tool and metadata database"
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(libgee libsecret upower libexif exempi poppler-glib libgsf icu 
enca networkmanager
+ gtk3 desktop-file-utils hicolor-icon-theme gobject-introspection 
intltool giflib
+ gst-plugins-base-libs totem-plparser taglib libvorbis flac vala 
libgxps
+ libnautilus-extension libmediaart libxslt libiptcdata libosinfo 
libcue libstemmer)
+url="http://www.gnome.org;
+options=('!emptydirs')
+source=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('a11f31a373bfec3abae38ae719d0a59f666f1f067d8789ade2ed7032a152907d')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/tracker \
+--disable-unit-tests \
+--enable-libflac \
+--enable-libvorbis
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
+  make
+}
+
+package_tracker() {
+  depends=("libtracker-sparql=$pkgver-$pkgrel" libgee libsecret
+   upower libexif exempi poppler-glib libgsf enca libiptcdata libcue 
libosinfo
+   networkmanager gtk3 desktop-file-utils hicolor-icon-theme 
libmediaart libgxps
+   taglib flac libvorbis totem-plparser gst-plugins-base-libs giflib)
+  optdepends=("nautilus: edit files' tracker tags")
+  groups=('gnome')
+  install=tracker.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  make DESTDIR="$pkgdir" -C src/libtracker-sparql uninstall
+  make DESTDIR="$pkgdir" -C src/libtracker-sparql-backend uninstall
+  make DESTDIR="$pkgdir" -C src/libtracker-data 
uninstall-libtracker_dataLTLIBRARIES
+  make DESTDIR="$pkgdir" -C src/libtracker-common 
uninstall-libtracker_commonLTLIBRARIES
+}
+
+package_libtracker-sparql() {
+  pkgdesc="$pkgdesc (SPARQL library)"
+  depends=(sqlite icu glib2 libffi pcre util-linux libstemmer)
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" -C src/libtracker-common 
install-libtracker_commonLTLIBRARIES
+  make DESTDIR="$pkgdir" -C src/libtracker-data 
install-libtracker_dataLTLIBRARIES
+  make DESTDIR="$pkgdir" -C src/libtracker-sparql install
+  make DESTDIR="$pkgdir" -C src/libtracker-sparql-backend install
+}

Copied: tracker/repos/staging-i686/tracker.install (from rev 263790, 
tracker/trunk/tracker.install)
===
--- staging-i686/tracker.install(rev 0)
+++ staging-i686/tracker.install2016-04-02 22:27:33 UTC (rev 263791)
@@ -0,0 +1,13 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: tracker/repos/staging-x86_64/PKGBUILD (from rev 263790, 
tracker/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-04-02 22:27:33 UTC (rev 263791)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej 

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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 00:26:59
  Author: fyan
Revision: 263790

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 22:22:43 UTC (rev 263789)
+++ PKGBUILD2016-04-02 22:26:59 UTC (rev 263790)
@@ -6,7 +6,7 @@
 pkgbase=tracker
 pkgname=(tracker libtracker-sparql)
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="All-in-one indexer, search tool and metadata database"
 arch=(i686 x86_64)
 license=(GPL)


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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 00:22:11
  Author: fyan
Revision: 263788

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  libcdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 22:20:04 UTC (rev 263787)
+++ PKGBUILD2016-04-02 22:22:11 UTC (rev 263788)
@@ -5,7 +5,7 @@
 
 pkgname=libcdr
 pkgver=0.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="CorelDraw file format importer library for LibreOffice"
 arch=('i686' 'x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr;


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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 00:22:43
  Author: fyan
Revision: 263789

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

Added:
  libcdr/repos/staging-i686/
  libcdr/repos/staging-i686/PKGBUILD
(from rev 263788, libcdr/trunk/PKGBUILD)
  libcdr/repos/staging-x86_64/
  libcdr/repos/staging-x86_64/PKGBUILD
(from rev 263788, libcdr/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libcdr/repos/staging-i686/PKGBUILD (from rev 263788, 
libcdr/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-02 22:22:43 UTC (rev 263789)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: megadriver 
+# Contributor: Luca Bennati 
+
+pkgname=libcdr
+pkgver=0.1.2
+pkgrel=2
+pkgdesc="CorelDraw file format importer library for LibreOffice"
+arch=('i686' 'x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr;
+license=('GPL2' 'LGPL2.1' 'MPL')
+depends=('libwpd' 'lcms2' 'icu' 'librevenge')
+makedepends=('libwpg' 'boost' 'doxygen' 'cppunit')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('c8f6c5e3b5769c9814e07ce5b9d07fba')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libcdr/repos/staging-x86_64/PKGBUILD (from rev 263788, 
libcdr/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-04-02 22:22:43 UTC (rev 263789)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: megadriver 
+# Contributor: Luca Bennati 
+
+pkgname=libcdr
+pkgver=0.1.2
+pkgrel=2
+pkgdesc="CorelDraw file format importer library for LibreOffice"
+arch=('i686' 'x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr;
+license=('GPL2' 'LGPL2.1' 'MPL')
+depends=('libwpd' 'lcms2' 'icu' 'librevenge')
+makedepends=('libwpg' 'boost' 'doxygen' 'cppunit')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('c8f6c5e3b5769c9814e07ce5b9d07fba')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 00:20:04
  Author: fyan
Revision: 263787

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

Added:
  libe-book/repos/staging-i686/
  libe-book/repos/staging-i686/PKGBUILD
(from rev 263786, libe-book/trunk/PKGBUILD)
  libe-book/repos/staging-i686/boost159.patch
(from rev 263786, libe-book/trunk/boost159.patch)
  libe-book/repos/staging-x86_64/
  libe-book/repos/staging-x86_64/PKGBUILD
(from rev 263786, libe-book/trunk/PKGBUILD)
  libe-book/repos/staging-x86_64/boost159.patch
(from rev 263786, libe-book/trunk/boost159.patch)

---+
 staging-i686/PKGBUILD |   40 
 staging-i686/boost159.patch   |   24 
 staging-x86_64/PKGBUILD   |   40 
 staging-x86_64/boost159.patch |   24 
 4 files changed, 128 insertions(+)

Copied: libe-book/repos/staging-i686/PKGBUILD (from rev 263786, 
libe-book/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-02 22:20:04 UTC (rev 263787)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Thomas Arnhold 
+
+pkgname=libe-book
+pkgver=0.1.2
+pkgrel=5
+pkgdesc="Library for import of reflowable e-book formats."
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/libebook/;
+license=('LGPL2.1' 'MPL')
+depends=('librevenge' 'libxml2')
+makedepends=('gperf' 'boost' 'cppunit' 'doxygen')
+source=(https://sourceforge.net/projects/${pkgname//-/}/files//${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz
+boost159.patch)
+sha1sums=('950ee08e7a41585636aebb7774fdc6f05817a18c'
+  '8b5b88a05db43773aae486c8410c9bb79e0f6d16')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../boost159.patch
+  autoreconf -vi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr #--disable-werror
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+

Copied: libe-book/repos/staging-i686/boost159.patch (from rev 263786, 
libe-book/trunk/boost159.patch)
===
--- staging-i686/boost159.patch (rev 0)
+++ staging-i686/boost159.patch 2016-04-02 22:20:04 UTC (rev 263787)
@@ -0,0 +1,24 @@
+From b903d0dc91f482b348e5840e5a1df599ebd5e6f9 Mon Sep 17 00:00:00 2001
+From: David Tardon 
+Date: Sun, 30 Aug 2015 13:57:14 +0200
+Subject: [PATCH] fix build with boost 1.59
+
+---
+ src/lib/Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
+index 9931a22..35d35be 100644
+--- a/src/lib/Makefile.am
 b/src/lib/Makefile.am
+@@ -64,6 +64,7 @@ 
libe_book_@EBOOK_MAJOR_VERSION@_@EBOOK_MINOR_VERSION@_la_LDFLAGS = $(version_inf
+ libe_book_@EBOOK_MAJOR_VERSION@_@EBOOK_MINOR_VERSION@_la_SOURCES = \
+   EBOOKDocument.cpp
+ 
++libe_book_internal_la_CPPFLAGS = -DBOOST_ERROR_CODE_HEADER_ONLY
+ libe_book_internal_la_SOURCES = \
+   EBOOKBitStream.cpp \
+   EBOOKBitStream.h \
+-- 
+2.6.2
+

Copied: libe-book/repos/staging-x86_64/PKGBUILD (from rev 263786, 
libe-book/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-04-02 22:20:04 UTC (rev 263787)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Thomas Arnhold 
+
+pkgname=libe-book
+pkgver=0.1.2
+pkgrel=5
+pkgdesc="Library for import of reflowable e-book formats."
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/libebook/;
+license=('LGPL2.1' 'MPL')
+depends=('librevenge' 'libxml2')
+makedepends=('gperf' 'boost' 'cppunit' 'doxygen')
+source=(https://sourceforge.net/projects/${pkgname//-/}/files//${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz
+boost159.patch)
+sha1sums=('950ee08e7a41585636aebb7774fdc6f05817a18c'
+  '8b5b88a05db43773aae486c8410c9bb79e0f6d16')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../boost159.patch
+  autoreconf -vi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr #--disable-werror
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+

Copied: libe-book/repos/staging-x86_64/boost159.patch (from rev 263786, 
libe-book/trunk/boost159.patch)
===
--- staging-x86_64/boost159.patch   (rev 0)
+++ staging-x86_64/boost159.patch   2016-04-02 22:20:04 UTC (rev 263787)
@@ -0,0 +1,24 @@
+From b903d0dc91f482b348e5840e5a1df599ebd5e6f9 Mon Sep 17 00:00:00 2001
+From: 

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

2016-04-02 Thread Felix Yan
Date: Sunday, April 3, 2016 @ 00:19:30
  Author: fyan
Revision: 263786

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  libe-book/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 21:29:46 UTC (rev 263785)
+++ PKGBUILD2016-04-02 22:19:30 UTC (rev 263786)
@@ -4,7 +4,7 @@
 
 pkgname=libe-book
 pkgver=0.1.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Library for import of reflowable e-book formats."
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/libebook/;


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

2016-04-02 Thread Felix Yan
Date: Saturday, April 2, 2016 @ 23:36:31
  Author: fyan
Revision: 169288

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

Added:
  0ad/repos/community-staging-i686/
  0ad/repos/community-staging-i686/PKGBUILD
(from rev 169287, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-x86_64/
  0ad/repos/community-staging-x86_64/PKGBUILD
(from rev 169287, 0ad/trunk/PKGBUILD)

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

Copied: 0ad/repos/community-staging-i686/PKGBUILD (from rev 169287, 
0ad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-02 21:36:31 UTC (rev 169288)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a19
+_pkgver=0.0.19-alpha
+pkgrel=4
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('i686' 'x86_64')
+url="http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl2' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'icu' 'nspr')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
+md5sums=('1c16fdab6886ee21b076c69903054374')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver/"
+  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.4/bin/cxxtestgen
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
+
+  unset CPPFLAGS # for le spidermonkey
+
+  export WX_CONFIG=/usr/bin/wx-config-2.8
+  ./update-workspaces.sh \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
+
+  make
+}
+
+package() {
+  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
+  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
+
+  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
+
+  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 build/resources/${pkgname}.desktop \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -Dm644 build/resources/${pkgname}.png \
+"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}
+
+# Fails
+#check() {
+#  cd "$srcdir/$pkgname-$_pkgver"
+#  LD_LIBRARY_PATH=binaries/system binaries/system/test
+#}

Copied: 0ad/repos/community-staging-x86_64/PKGBUILD (from rev 169287, 
0ad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-02 21:36:31 UTC (rev 169288)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a19
+_pkgver=0.0.19-alpha
+pkgrel=4
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('i686' 'x86_64')
+url="http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl2' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'icu' 'nspr')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
+md5sums=('1c16fdab6886ee21b076c69903054374')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver/"
+  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.4/bin/cxxtestgen
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
+
+  unset CPPFLAGS # for le spidermonkey
+
+  export WX_CONFIG=/usr/bin/wx-config-2.8
+  ./update-workspaces.sh \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
+
+  make
+}
+
+package() {
+  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
+  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
+
+  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
+
+  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 build/resources/${pkgname}.desktop \
+

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

2016-04-02 Thread Felix Yan
Date: Saturday, April 2, 2016 @ 23:35:56
  Author: fyan
Revision: 169287

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  0ad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 21:02:26 UTC (rev 169286)
+++ PKGBUILD2016-04-02 21:35:56 UTC (rev 169287)
@@ -5,7 +5,7 @@
 pkgname=0ad
 pkgver=a19
 _pkgver=0.0.19-alpha
-pkgrel=3
+pkgrel=4
 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
 arch=('i686' 'x86_64')
 url="http://play0ad.com/;


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

2016-04-02 Thread Evangelos Foutras
Date: Saturday, April 2, 2016 @ 23:29:46
  Author: foutrelis
Revision: 263785

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

Added:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-i686/PKGBUILD
(from rev 263784, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-i686/fix-fontforge-encoding.patch
(from rev 263784, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-i686/texlive.install
(from rev 263784, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-x86_64/
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 263784, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/fix-fontforge-encoding.patch
(from rev 263784, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-x86_64/texlive.install
(from rev 263784, texlive-bin/trunk/texlive.install)

-+
 staging-i686/PKGBUILD   |  356 ++
 staging-i686/fix-fontforge-encoding.patch   |   12 
 staging-i686/texlive.install|   49 +++
 staging-x86_64/PKGBUILD |  356 ++
 staging-x86_64/fix-fontforge-encoding.patch |   12 
 staging-x86_64/texlive.install  |   49 +++
 6 files changed, 834 insertions(+)

Copied: texlive-bin/repos/staging-i686/PKGBUILD (from rev 263784, 
texlive-bin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-02 21:29:46 UTC (rev 263785)
@@ -0,0 +1,356 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: francois 
+
+pkgname=('texlive-bin' 'libsynctex')
+pkgver=2015.37497
+pkgrel=11
+_biber_ver=2.2 # for biblatex 3.0 only.
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
+ 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
+ 'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
+ 'perl' 'clisp' 'ffcall')
+url='http://tug.org/texlive/'
+source=('fix-fontforge-encoding.patch'
+
"http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-${pkgver}.tar.xz;
+
"http://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/${_biber_ver}/binaries/Linux/biber-linux_x86_64.tar.gz;
+
"http://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/${_biber_ver}/binaries/Linux/biber-linux_x86_32.tar.gz;
+)
+noextract=(biber-linux_x86_64.tar.gz
+   biber-linux_x86_32.tar.gz)
+md5sums=('bfb9716aa00c86c08cd31e5b32edeb98'
+ '20be644511704910151560a4d99f6995'
+ '85e762642861eb6a75798cebe5d839f3'
+ '27931a5e7b3dae0ea4d3794c97c31bf3')
+
+prepare() {
+cd source
+true
+}
+
+build() {
+   cd "$srcdir"
+
+   if [ "${CARCH}" = "x86_64" ]; then
+ export CFLAGS="${CFLAGS} -fPIC"
+ export CXXFLAGS="${CXXFLAGS} -fPIC"
+ tar xf biber-linux_x86_64.tar.gz 
+   else
+ tar xf biber-linux_x86_32.tar.gz
+   fi
+
+   # this patch removes spurious error message with locale "xx_YY.utf8"
+   #patch -Np0 -i fix-fontforge-encoding.patch
+   # t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
+   sed -i s/SELFAUTOPARENT/TEXMFROOT/ source/texk/tex4htk/t4ht.c
+   #
+   ### configure
+   cd source
+   ## prevent compiling Xdvi with libXp
+   sed -i~ 's|-lXp ||' texk/xdvik/configure
+   test ! -d Work && mkdir Work
+   cd Work
+   echo "--> Initial configuration..."
+   # we use temporary prefix to avoid messing the existing
+   # $pkgdir/usr/share/texmf tree
+   # system zlib is disabled due to issues with zlib 1.2.6 (FS#28221)
+   ../configure --prefix=/usr -C \
+ --sysconfdir=/etc \
+ --datarootdir=/usr/share \
+ --datadir=/usr/share \
+ --mandir=/usr/share/man \
+ --disable-native-texlive-build \
+ --with-banner-add="/Arch Linux" \
+ --disable-multiplatform \
+ --disable-dialog \
+ --disable-psutils \
+ --disable-t1utils \
+ --disable-bibtexu \
+ --disable-xz \
+ --enable-shared \
+ --disable-static \
+ --with-system-zlib \
+ --with-system-zziplib \
+ --with-system-pnglib \
+ --with-system-ncurses \
+ --with-system-t1lib \
+ --with-system-gd \
+ --with-system-poppler \
+ --with-system-xpdf \
+ --with-system-freetype2 \
+ --with-system-pixman \
+ --with-system-cairo \
+ --with-system-harfbuzz \
+ --with-system-graphite \
+ --with-system-icu \
+ --with-system-gmp \
+ --with-system-mpfr \
+ --with-system-potrace \
+ --with-system-libpaper \
+ --with-freetype2-libdir=/usr/lib \
+ --with-freetype2-include=/usr/include/freetype2 \
+ --with-xdvi-x-toolkit=xaw \
+ --disable-dump-share \
+ --disable-aleph \
+ --enable-luatex \
+ 

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

2016-04-02 Thread Evangelos Foutras
Date: Saturday, April 2, 2016 @ 23:29:36
  Author: foutrelis
Revision: 263784

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 20:16:27 UTC (rev 263783)
+++ PKGBUILD2016-04-02 21:29:36 UTC (rev 263784)
@@ -4,7 +4,7 @@
 
 pkgname=('texlive-bin' 'libsynctex')
 pkgver=2015.37497
-pkgrel=10
+pkgrel=11
 _biber_ver=2.2 # for biblatex 3.0 only.
 license=('GPL')
 arch=('i686' 'x86_64')


[arch-commits] Commit in open-vm-tools/repos (16 files)

2016-04-02 Thread Felix Yan
Date: Saturday, April 2, 2016 @ 23:02:26
  Author: fyan
Revision: 169286

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

Added:
  open-vm-tools/repos/community-staging-i686/
  open-vm-tools/repos/community-staging-i686/PKGBUILD
(from rev 169285, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-staging-i686/network-script
(from rev 169285, open-vm-tools/trunk/network-script)
  open-vm-tools/repos/community-staging-i686/tools.conf
(from rev 169285, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-staging-i686/vmtoolsd.service
(from rev 169285, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-staging-i686/vmware-guestd
(from rev 169285, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-staging-i686/vmware-vmblock-fuse.service
(from rev 169285, open-vm-tools/trunk/vmware-vmblock-fuse.service)
  open-vm-tools/repos/community-staging-i686/xautostart.conf
(from rev 169285, open-vm-tools/trunk/xautostart.conf)
  open-vm-tools/repos/community-staging-x86_64/
  open-vm-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 169285, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-staging-x86_64/network-script
(from rev 169285, open-vm-tools/trunk/network-script)
  open-vm-tools/repos/community-staging-x86_64/tools.conf
(from rev 169285, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-staging-x86_64/vmtoolsd.service
(from rev 169285, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-staging-x86_64/vmware-guestd
(from rev 169285, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-staging-x86_64/vmware-vmblock-fuse.service
(from rev 169285, open-vm-tools/trunk/vmware-vmblock-fuse.service)
  open-vm-tools/repos/community-staging-x86_64/xautostart.conf
(from rev 169285, open-vm-tools/trunk/xautostart.conf)

--+
 community-staging-i686/PKGBUILD  |   83 +++
 community-staging-i686/network-script|  195 +
 community-staging-i686/tools.conf|1 
 community-staging-i686/vmtoolsd.service  |9 
 community-staging-i686/vmware-guestd |6 
 community-staging-i686/vmware-vmblock-fuse.service   |   12 +
 community-staging-i686/xautostart.conf   |6 
 community-staging-x86_64/PKGBUILD|   83 +++
 community-staging-x86_64/network-script  |  195 +
 community-staging-x86_64/tools.conf  |1 
 community-staging-x86_64/vmtoolsd.service|9 
 community-staging-x86_64/vmware-guestd   |6 
 community-staging-x86_64/vmware-vmblock-fuse.service |   12 +
 community-staging-x86_64/xautostart.conf |6 
 14 files changed, 624 insertions(+)

Copied: open-vm-tools/repos/community-staging-i686/PKGBUILD (from rev 169285, 
open-vm-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-02 21:02:26 UTC (rev 169286)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Krzysztof Raczkowski 
+
+pkgname=open-vm-tools
+epoch=6
+pkgver=10.0.7
+pkgrel=4
+pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools"
+arch=('i686' 'x86_64')
+url="https://github.com/vmware/open-vm-tools;
+license=('LGPL')
+depends=('libdnet' 'icu' 'procps-ng' 'uriparser' 'libsigc++' 'libxss'
+'iproute2' 'fuse' 'lsb-release' 'libmspack')
+makedepends=('chrpath' 'doxygen' 'gtkmm' 'libxtst')
+optdepends=('gtkmm: DnD/CP plugin'
+   'libxtst: DnD/CP, resolution set plugins'
+   'netctl: suspend-resume network state'
+   'networkmanager: suspend-resume network state')
+backup=('etc/pam.d/vmware-guestd')
+options=('docs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vmware/open-vm-tools/archive/stable-${pkgver/_/-}.tar.gz
+   network-script
+   tools.conf
+   vmware-guestd
+   xautostart.conf
+   vmtoolsd.service
+   vmware-vmblock-fuse.service)
+md5sums=('f865c9cfc9732360f6e1b08cdbd16483'
+ 'cbfa69ead382bc527e6f6ddfed8e5c4d'
+ 'b55d15e2c4be396aad709aeca91033d3'
+ '1b9ae908fce4c623269f100ee9bdfdef'
+ '75a25d83417e683957321f97a00f8465'
+ 'a6c53243d31c765580f6dded7d5fa98f'
+ '84c0e820cb053def1742ea59af9f2dec')
+
+prepare() {
+  cd "$srcdir/$pkgname-"*"/open-vm-tools"
+  autoreconf -vi
+}
+
+build() {
+  cd "$srcdir/$pkgname-"*"/open-vm-tools"
+
+  # glibmm 2.46 uses C++11 features
+  CXXFLAGS+=' -std=gnu++11'
+
+  sh ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--without-xmlsecurity \
+

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

2016-04-02 Thread Felix Yan
Date: Saturday, April 2, 2016 @ 23:01:05
  Author: fyan
Revision: 169285

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  open-vm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 20:55:54 UTC (rev 169284)
+++ PKGBUILD2016-04-02 21:01:05 UTC (rev 169285)
@@ -5,7 +5,7 @@
 pkgname=open-vm-tools
 epoch=6
 pkgver=10.0.7
-pkgrel=3
+pkgrel=4
 pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools"
 arch=('i686' 'x86_64')
 url="https://github.com/vmware/open-vm-tools;


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

2016-04-02 Thread Felix Yan
Date: Saturday, April 2, 2016 @ 22:55:54
  Author: fyan
Revision: 169284

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

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

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/openttd.install   |   17 
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/openttd.install |   17 
 4 files changed, 110 insertions(+)

Copied: openttd/repos/community-staging-i686/PKGBUILD (from rev 169283, 
openttd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-02 20:55:54 UTC (rev 169284)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+
+pkgname=openttd
+pkgver=1.5.3
+pkgrel=2
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('i686' 'x86_64')
+url='http://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
+install=openttd.install
+optdepends=('openttd-opengfx: free graphics' 
+'openttd-opensfx: free soundset')
+source=("http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
+sha256sums=('d8b9a7aaca7c9f3ff69b1d210daf1e2658402941bb9b30cb2789a9df73d1ba63')
+
+build() {
+  cd ${pkgname}-${pkgver} 
+
+ ./configure \
+--prefix-dir=/usr \
+--binary-name=${pkgname} \
+--binary-dir=bin \
+--data-dir=share/${pkgname} \
+--install-dir=${pkgdir} \
+--doc-dir=share/doc/${pkgname} \
+--menu-name="OpenTTD" \
+--personal-dir=.${pkgname}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
+  make install
+}

Copied: openttd/repos/community-staging-i686/openttd.install (from rev 169283, 
openttd/trunk/openttd.install)
===
--- community-staging-i686/openttd.install  (rev 0)
+++ community-staging-i686/openttd.install  2016-04-02 20:55:54 UTC (rev 
169284)
@@ -0,0 +1,17 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1
+  update-desktop-database > /dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  update-desktop-database > /dev/null 2>&1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1 
+  update-desktop-database > /dev/null 2>&1
+}

Copied: openttd/repos/community-staging-x86_64/PKGBUILD (from rev 169283, 
openttd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-02 20:55:54 UTC (rev 169284)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+
+pkgname=openttd
+pkgver=1.5.3
+pkgrel=2
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('i686' 'x86_64')
+url='http://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
+install=openttd.install
+optdepends=('openttd-opengfx: free graphics' 
+'openttd-opensfx: free soundset')
+source=("http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
+sha256sums=('d8b9a7aaca7c9f3ff69b1d210daf1e2658402941bb9b30cb2789a9df73d1ba63')
+
+build() {
+  cd ${pkgname}-${pkgver} 
+
+ ./configure \
+--prefix-dir=/usr \
+--binary-name=${pkgname} \
+--binary-dir=bin \
+--data-dir=share/${pkgname} \
+--install-dir=${pkgdir} \
+--doc-dir=share/doc/${pkgname} \
+--menu-name="OpenTTD" \
+--personal-dir=.${pkgname}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
+  make install
+}

Copied: openttd/repos/community-staging-x86_64/openttd.install (from rev 
169283, openttd/trunk/openttd.install)
===
--- community-staging-x86_64/openttd.install(rev 0)
+++ community-staging-x86_64/openttd.install2016-04-02 20:55:54 UTC (rev 
169284)
@@ -0,0 +1,17 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1
+  update-desktop-database > /dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}

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

2016-04-02 Thread Felix Yan
Date: Saturday, April 2, 2016 @ 22:55:24
  Author: fyan
Revision: 169283

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  openttd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 20:50:47 UTC (rev 169282)
+++ PKGBUILD2016-04-02 20:55:24 UTC (rev 169283)
@@ -3,7 +3,7 @@
 
 pkgname=openttd
 pkgver=1.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc='An engine for running Transport Tycoon Deluxe.'
 arch=('i686' 'x86_64')
 url='http://www.openttd.org'


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

2016-04-02 Thread Felix Yan
Date: Saturday, April 2, 2016 @ 22:50:47
  Author: fyan
Revision: 169282

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

Added:
  phantomjs/repos/community-staging-i686/
  phantomjs/repos/community-staging-i686/PKGBUILD
(from rev 169281, phantomjs/trunk/PKGBUILD)
  phantomjs/repos/community-staging-i686/gcc-5.patch
(from rev 169281, phantomjs/trunk/gcc-5.patch)
  phantomjs/repos/community-staging-x86_64/
  phantomjs/repos/community-staging-x86_64/PKGBUILD
(from rev 169281, phantomjs/trunk/PKGBUILD)
  phantomjs/repos/community-staging-x86_64/gcc-5.patch
(from rev 169281, phantomjs/trunk/gcc-5.patch)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/gcc-5.patch   |   17 +
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/gcc-5.patch |   17 +
 4 files changed, 120 insertions(+)

Copied: phantomjs/repos/community-staging-i686/PKGBUILD (from rev 169281, 
phantomjs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-02 20:50:47 UTC (rev 169282)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: grimsock 
+# Contributor: Dieter Plaetinck 
+# Contributor: Vladimir Chizhov 
+# Contributor: Henry Tang 
+
+pkgname=phantomjs
+pkgver=2.1.1
+pkgrel=3
+pkgdesc="Headless WebKit with JavaScript API"
+url="http://www.phantomjs.org/;
+license=('BSD' 'LGPL' 'MIT')
+arch=('i686' 'x86_64')
+depends=('icu' 'libjpeg-turbo' 'libpng' 'fontconfig' 'gperf' 'ruby' 'python2')
+makedepends=('git')
+source=("git+https://github.com/ariya/${pkgname}.git#tag=$pkgver;
+gcc-5.patch)
+
+prepare() {
+  mkdir "$srcdir/python2-path"
+  ln -s /usr/bin/python2 "$srcdir/python2-path/python"
+}
+
+build() {
+  cd $pkgname
+  export PATH="$srcdir/python2-path:$PATH" PYTHON=/usr/bin/python2 
+  
+  python2 build.py --confirm --release --qt-config='-no-rpath'
+}
+
+package() {
+  install -Dm755 "$srcdir/$pkgname/bin/phantomjs" "$pkgdir/usr/bin/phantomjs"
+
+  mkdir -p "$pkgdir/usr/share/$pkgname"
+  cp -r "$srcdir/$pkgname/examples" "$pkgdir/usr/share/$pkgname"/
+
+  install -Dm644 "$srcdir/$pkgname/LICENSE.BSD" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.BSD"
+  install -Dm644 "$srcdir/$pkgname/third-party.txt" 
"$pkgdir/usr/share/licenses/$pkgname/third-party.txt"
+}
+
+sha512sums=('SKIP'
+
'9c584fb049c1c32d9ca640c44ed42beb0706833ee11d689fa738f9b6543f24e315fa707a61efaefe7fccaa88478cbe5bdcc6d490c2b0cfac580bd96e534bc2eb')

Copied: phantomjs/repos/community-staging-i686/gcc-5.patch (from rev 169281, 
phantomjs/trunk/gcc-5.patch)
===
--- community-staging-i686/gcc-5.patch  (rev 0)
+++ community-staging-i686/gcc-5.patch  2016-04-02 20:50:47 UTC (rev 169282)
@@ -0,0 +1,17 @@
+diff -up 
qtwebkit-opensource-src-5.4.0/Source/JavaScriptCore/runtime/JSObject.cpp.than 
+qtwebkit-opensource-src-5.4.0/Source/JavaScriptCore/runtime/JSObject.cpp
+--- 
qtwebkit-opensource-src-5.4.0/Source/JavaScriptCore/runtime/JSObject.cpp.than   
   2015-03-18 10:24:38.683352327 
+-0400
 qtwebkit-opensource-src-5.4.0/Source/JavaScriptCore/runtime/JSObject.cpp   
2015-03-18 10:25:21.953352327 -0400
+@@ -1909,6 +1909,10 @@ void JSObject::putByIndexBeyondVectorLen
+ }
+ }
+ 
++template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributes(ExecState*
 exec, unsigned i, JSValue value);
++template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributes(ExecState* 
exec, unsigned i, JSValue value);
++template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributes(ExecState* 
exec, unsigned i, JSValue value);
++
+ void JSObject::putByIndexBeyondVectorLengthWithArrayStorage(ExecState* exec, 
unsigned i, JSValue value, bool shouldThrow, ArrayStorage* storage)
+ {
+ VM& vm = exec->vm();
+

Copied: phantomjs/repos/community-staging-x86_64/PKGBUILD (from rev 169281, 
phantomjs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-02 20:50:47 UTC (rev 169282)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: grimsock 
+# Contributor: Dieter Plaetinck 
+# Contributor: Vladimir Chizhov 
+# Contributor: Henry Tang 
+
+pkgname=phantomjs
+pkgver=2.1.1
+pkgrel=3
+pkgdesc="Headless WebKit with JavaScript API"
+url="http://www.phantomjs.org/;
+license=('BSD' 'LGPL' 'MIT')
+arch=('i686' 'x86_64')
+depends=('icu' 'libjpeg-turbo' 'libpng' 

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

2016-04-02 Thread Felix Yan
Date: Saturday, April 2, 2016 @ 22:50:13
  Author: fyan
Revision: 169281

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  phantomjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 20:01:20 UTC (rev 169280)
+++ PKGBUILD2016-04-02 20:50:13 UTC (rev 169281)
@@ -7,7 +7,7 @@
 
 pkgname=phantomjs
 pkgver=2.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Headless WebKit with JavaScript API"
 url="http://www.phantomjs.org/;
 license=('BSD' 'LGPL' 'MIT')


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

2016-04-02 Thread Jan Steffens
Date: Saturday, April 2, 2016 @ 22:16:27
  Author: heftig
Revision: 263783

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

Added:
  rygel/repos/testing-i686/PKGBUILD
(from rev 263782, rygel/trunk/PKGBUILD)
  rygel/repos/testing-i686/org.gnome.Rygel1.service
(from rev 263782, rygel/trunk/org.gnome.Rygel1.service)
  rygel/repos/testing-i686/rygel.install
(from rev 263782, rygel/trunk/rygel.install)
  rygel/repos/testing-i686/rygel.service
(from rev 263782, rygel/trunk/rygel.service)
  rygel/repos/testing-x86_64/PKGBUILD
(from rev 263782, rygel/trunk/PKGBUILD)
  rygel/repos/testing-x86_64/org.gnome.Rygel1.service
(from rev 263782, rygel/trunk/org.gnome.Rygel1.service)
  rygel/repos/testing-x86_64/rygel.install
(from rev 263782, rygel/trunk/rygel.install)
  rygel/repos/testing-x86_64/rygel.service
(from rev 263782, rygel/trunk/rygel.service)
Deleted:
  rygel/repos/testing-i686/PKGBUILD
  rygel/repos/testing-i686/rygel.install
  rygel/repos/testing-x86_64/PKGBUILD
  rygel/repos/testing-x86_64/rygel.install

-+
 /PKGBUILD   |   94 ++
 /rygel.install  |   22 +++
 testing-i686/PKGBUILD   |   42 -
 testing-i686/org.gnome.Rygel1.service   |4 +
 testing-i686/rygel.install  |   11 ---
 testing-i686/rygel.service  |   10 +++
 testing-x86_64/PKGBUILD |   42 -
 testing-x86_64/org.gnome.Rygel1.service |4 +
 testing-x86_64/rygel.install|   11 ---
 testing-x86_64/rygel.service|   10 +++
 10 files changed, 144 insertions(+), 106 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-04-02 20:15:10 UTC (rev 263782)
+++ testing-i686/PKGBUILD   2016-04-02 20:16:27 UTC (rev 263783)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-
-pkgname=rygel
-pkgver=0.30.0
-pkgrel=1
-pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
-arch=(i686 x86_64)
-url="http://live.gnome.org/Rygel;
-license=(LGPL)
-depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils libmediaart)
-makedepends=(vala intltool python2 gobject-introspection)
-optdepends=('gst-plugins-base: Extra media codecs'
-'gst-plugins-good: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs'
-'tracker: Share indexed media files')
-backup=(etc/rygel.conf)
-install=rygel.install
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a5344ec726d21e2af1b43491fb3a90450733f2c716f1097eb1ca392b611b5683')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
-  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: rygel/repos/testing-i686/PKGBUILD (from rev 263782, 
rygel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-02 20:16:27 UTC (rev 263783)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=rygel
+pkgver=0.30.0
+pkgrel=2
+pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
+arch=(i686 x86_64)
+url="http://live.gnome.org/Rygel;
+license=(LGPL)
+depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils libmediaart)
+makedepends=(vala intltool python2 gobject-introspection)
+optdepends=('gst-plugins-base: Extra media codecs'
+'gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'tracker: Share indexed media files')
+backup=(etc/rygel.conf)
+install=rygel.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+org.gnome.Rygel1.service rygel.service)

[arch-commits] Commit in rygel/trunk (PKGBUILD org.gnome.Rygel1.service rygel.service)

2016-04-02 Thread Jan Steffens
Date: Saturday, April 2, 2016 @ 22:15:10
  Author: heftig
Revision: 263782

Add user service, enablable for servers

Added:
  rygel/trunk/org.gnome.Rygel1.service
  rygel/trunk/rygel.service
Modified:
  rygel/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 org.gnome.Rygel1.service |4 
 rygel.service|   10 ++
 3 files changed, 22 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 20:00:40 UTC (rev 263781)
+++ PKGBUILD2016-04-02 20:15:10 UTC (rev 263782)
@@ -4,7 +4,7 @@
 
 pkgname=rygel
 pkgver=0.30.0
-pkgrel=1
+pkgrel=2
 pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
 arch=(i686 x86_64)
 url="http://live.gnome.org/Rygel;
@@ -20,8 +20,11 @@
 backup=(etc/rygel.conf)
 install=rygel.install
 groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a5344ec726d21e2af1b43491fb3a90450733f2c716f1097eb1ca392b611b5683')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+org.gnome.Rygel1.service rygel.service)
+sha256sums=('a5344ec726d21e2af1b43491fb3a90450733f2c716f1097eb1ca392b611b5683'
+'0997df280adf182772e30613986c6fdbb4b76626182aa7ac03e4315f745499fe'
+'5fdb7b439e5b69407d0d1a24ee2543657a76ec39eb5d8a8271405b74a1fa9061')
 
 build() {
   cd $pkgname-$pkgver
@@ -39,4 +42,6 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
+  install -Dm644 ../rygel.service "$pkgdir/usr/lib/systemd/user/rygel.service"
+  install -m644 ../org.gnome.Rygel1.service 
"$pkgdir/usr/share/dbus-1/services/"
 }

Added: org.gnome.Rygel1.service
===
--- org.gnome.Rygel1.service(rev 0)
+++ org.gnome.Rygel1.service2016-04-02 20:15:10 UTC (rev 263782)
@@ -0,0 +1,4 @@
+[D-BUS Service]
+Name=org.gnome.Rygel1
+Exec=/usr/bin/rygel
+SystemdService=rygel.service

Added: rygel.service
===
--- rygel.service   (rev 0)
+++ rygel.service   2016-04-02 20:15:10 UTC (rev 263782)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Rygel DLNA Media Server
+
+[Service]
+Type=dbus
+BusName=org.gnome.Rygel1
+ExecStart=/usr/bin/rygel
+
+[Install]
+WantedBy=default.target


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

2016-04-02 Thread Felix Yan
Date: Saturday, April 2, 2016 @ 22:01:20
  Author: fyan
Revision: 169280

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

Added:
  ibus-qt/repos/community-staging-i686/
  ibus-qt/repos/community-staging-i686/PKGBUILD
(from rev 169279, ibus-qt/trunk/PKGBUILD)
  ibus-qt/repos/community-staging-x86_64/
  ibus-qt/repos/community-staging-x86_64/PKGBUILD
(from rev 169279, ibus-qt/trunk/PKGBUILD)

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

Copied: ibus-qt/repos/community-staging-i686/PKGBUILD (from rev 169279, 
ibus-qt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-02 20:01:20 UTC (rev 169280)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: garion < garion @ mailoo.org >
+# Contributor: leemars
+
+pkgname=ibus-qt
+pkgver=1.3.3
+pkgrel=6
+pkgdesc='IBus qt library and IBus qt input method plugin'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://ibus.googlecode.com'
+depends=('qt4' 'ibus' 'icu')
+makedepends=('cmake' 'automoc4' 'doxygen' 'git')
+source=("git+https://github.com/ibus/ibus-qt.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="${pkgdir}" install
+}
+

Copied: ibus-qt/repos/community-staging-x86_64/PKGBUILD (from rev 169279, 
ibus-qt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-02 20:01:20 UTC (rev 169280)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: garion < garion @ mailoo.org >
+# Contributor: leemars
+
+pkgname=ibus-qt
+pkgver=1.3.3
+pkgrel=6
+pkgdesc='IBus qt library and IBus qt input method plugin'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://ibus.googlecode.com'
+depends=('qt4' 'ibus' 'icu')
+makedepends=('cmake' 'automoc4' 'doxygen' 'git')
+source=("git+https://github.com/ibus/ibus-qt.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="${pkgdir}" install
+}
+


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

2016-04-02 Thread Evangelos Foutras
Date: Saturday, April 2, 2016 @ 22:00:40
  Author: foutrelis
Revision: 263781

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

Added:
  libmspub/repos/staging-i686/
  libmspub/repos/staging-i686/PKGBUILD
(from rev 263780, libmspub/trunk/PKGBUILD)
  libmspub/repos/staging-x86_64/
  libmspub/repos/staging-x86_64/PKGBUILD
(from rev 263780, libmspub/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   26 ++
 staging-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: libmspub/repos/staging-i686/PKGBUILD (from rev 263780, 
libmspub/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-02 20:00:40 UTC (rev 263781)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Simone Sclavi 'Ito' 
+
+pkgname=libmspub
+pkgver=0.1.2
+pkgrel=5
+pkgdesc="Microsoft Publisher file format parser library (latest snapshot)"
+arch=('i686' 'x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libmspub;
+license=('GPL2' 'LGPL2.1' 'MPL')
+depends=('libwpd' 'icu' 'librevenge')
+makedepends=('libwpg' 'boost' 'doxygen')
+source=(http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('050b8b29c2620fdbfb5d8561d4d08a11')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr --with-docs
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR=$pkgdir install
+}

Copied: libmspub/repos/staging-x86_64/PKGBUILD (from rev 263780, 
libmspub/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-04-02 20:00:40 UTC (rev 263781)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Simone Sclavi 'Ito' 
+
+pkgname=libmspub
+pkgver=0.1.2
+pkgrel=5
+pkgdesc="Microsoft Publisher file format parser library (latest snapshot)"
+arch=('i686' 'x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libmspub;
+license=('GPL2' 'LGPL2.1' 'MPL')
+depends=('libwpd' 'icu' 'librevenge')
+makedepends=('libwpg' 'boost' 'doxygen')
+source=(http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('050b8b29c2620fdbfb5d8561d4d08a11')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr --with-docs
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR=$pkgdir install
+}


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

2016-04-02 Thread Felix Yan
Date: Saturday, April 2, 2016 @ 22:00:42
  Author: fyan
Revision: 169279

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  ibus-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 19:59:20 UTC (rev 169278)
+++ PKGBUILD2016-04-02 20:00:42 UTC (rev 169279)
@@ -6,7 +6,7 @@
 
 pkgname=ibus-qt
 pkgver=1.3.3
-pkgrel=5
+pkgrel=6
 pkgdesc='IBus qt library and IBus qt input method plugin'
 arch=('i686' 'x86_64')
 license=('LGPL')


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

2016-04-02 Thread Evangelos Foutras
Date: Saturday, April 2, 2016 @ 22:00:33
  Author: foutrelis
Revision: 263780

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  libmspub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 19:56:06 UTC (rev 263779)
+++ PKGBUILD2016-04-02 20:00:33 UTC (rev 263780)
@@ -4,7 +4,7 @@
 
 pkgname=libmspub
 pkgver=0.1.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Microsoft Publisher file format parser library (latest snapshot)"
 arch=('i686' 'x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libmspub;


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

2016-04-02 Thread Evangelos Foutras
Date: Saturday, April 2, 2016 @ 21:59:20
  Author: foutrelis
Revision: 169278

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

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

--+
 community-staging-i686/PKGBUILD  |   44 +
 community-staging-i686/aegisub.install   |   14 +
 community-staging-x86_64/PKGBUILD|   44 +
 community-staging-x86_64/aegisub.install |   14 +
 4 files changed, 116 insertions(+)

Copied: aegisub/repos/community-staging-i686/PKGBUILD (from rev 169277, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-02 19:59:20 UTC (rev 169278)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kozec 
+# Contributor: Limao Luo 
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=9
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+install='aegisub.install'
+source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz;)
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885')
+
+prepare() {
+  cd aegisub-${pkgver}
+
+  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
+}
+
+build() {
+  cd aegisub-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-i686/aegisub.install (from rev 169277, 
aegisub/trunk/aegisub.install)
===
--- community-staging-i686/aegisub.install  (rev 0)
+++ community-staging-i686/aegisub.install  2016-04-02 19:59:20 UTC (rev 
169278)
@@ -0,0 +1,14 @@
+post_install() {
+gtk-update-icon-cache -ftq usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-x86_64/PKGBUILD (from rev 169277, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-02 19:59:20 UTC (rev 169278)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kozec 
+# Contributor: Limao Luo 
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=9
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+install='aegisub.install'
+source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz;)
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885')
+
+prepare() {
+  cd aegisub-${pkgver}
+
+  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
+}
+
+build() {
+  cd aegisub-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-x86_64/aegisub.install (from rev 
169277, aegisub/trunk/aegisub.install)
===
--- community-staging-x86_64/aegisub.install(rev 0)
+++ community-staging-x86_64/aegisub.install2016-04-02 19:59:20 UTC (rev 
169278)
@@ -0,0 +1,14 

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

2016-04-02 Thread Evangelos Foutras
Date: Saturday, April 2, 2016 @ 21:59:11
  Author: foutrelis
Revision: 169277

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  aegisub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 19:19:17 UTC (rev 169276)
+++ PKGBUILD2016-04-02 19:59:11 UTC (rev 169277)
@@ -5,7 +5,7 @@
 
 pkgname=aegisub
 pkgver=3.2.2
-pkgrel=8
+pkgrel=9
 pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
 arch=('i686' 'x86_64')
 url='http://www.aegisub.org'


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

2016-04-02 Thread Felix Yan
Date: Saturday, April 2, 2016 @ 21:56:06
  Author: fyan
Revision: 263779

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

Added:
  evas_generic_loaders/repos/staging-i686/
  evas_generic_loaders/repos/staging-i686/PKGBUILD
(from rev 263778, evas_generic_loaders/trunk/PKGBUILD)
  evas_generic_loaders/repos/staging-x86_64/
  evas_generic_loaders/repos/staging-x86_64/PKGBUILD
(from rev 263778, evas_generic_loaders/trunk/PKGBUILD)

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

Copied: evas_generic_loaders/repos/staging-i686/PKGBUILD (from rev 263778, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-02 19:56:06 UTC (rev 263779)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=evas_generic_loaders
+pkgver=1.17.0
+pkgrel=2
+pkgdesc="Additional generic loaders for Evas"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org;
+license=('GPL2')
+depends=('librsvg' 'poppler' 'libraw' 'libspectre' 'efl')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('7f5eb10fd7bd9d9b2409300e21935ab0e9dcbab8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+

Copied: evas_generic_loaders/repos/staging-x86_64/PKGBUILD (from rev 263778, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-04-02 19:56:06 UTC (rev 263779)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=evas_generic_loaders
+pkgver=1.17.0
+pkgrel=2
+pkgdesc="Additional generic loaders for Evas"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org;
+license=('GPL2')
+depends=('librsvg' 'poppler' 'libraw' 'libspectre' 'efl')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('7f5eb10fd7bd9d9b2409300e21935ab0e9dcbab8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+


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

2016-04-02 Thread Felix Yan
Date: Saturday, April 2, 2016 @ 19:17:26
  Author: fyan
Revision: 169272

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

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

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

Copied: nodejs/repos/community-staging-i686/PKGBUILD (from rev 169271, 
nodejs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-02 17:17:26 UTC (rev 169272)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=5.10.0
+pkgrel=2
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser') # 'v8')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;)
+sha256sums=('8faeb9af5bde641b6e5dfae32bfa99253df2bccf59cf8a62162760026411762b')
+
+prepare() {
+  cd node-v$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--shared-http-parser
+# --shared-v8
+
+  make
+}
+
+check() {
+  cd node-v$pkgver
+  make test
+}
+
+package() {
+  cd node-v$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # install docs as per user request
+  install -d "$pkgdir"/usr/share/doc/nodejs
+  cp -r doc/api/{*.html,assets} \
+"$pkgdir"/usr/share/doc/nodejs
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-staging-x86_64/PKGBUILD (from rev 169271, 
nodejs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-02 17:17:26 UTC (rev 169272)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=5.10.0
+pkgrel=2
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser') # 'v8')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;)
+sha256sums=('8faeb9af5bde641b6e5dfae32bfa99253df2bccf59cf8a62162760026411762b')
+
+prepare() {
+  cd node-v$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--shared-http-parser
+# --shared-v8
+
+  make
+}
+
+check() {
+  cd node-v$pkgver
+  make test
+}
+
+package() {
+  cd node-v$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # install docs as 

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

2016-04-02 Thread Felix Yan
Date: Saturday, April 2, 2016 @ 19:16:50
  Author: fyan
Revision: 169271

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 17:15:49 UTC (rev 169270)
+++ PKGBUILD2016-04-02 17:16:50 UTC (rev 169271)
@@ -10,7 +10,7 @@
 
 pkgname=nodejs
 pkgver=5.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'


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

2016-04-02 Thread Jiachen Yang
Date: Saturday, April 2, 2016 @ 19:15:49
  Author: farseerfc
Revision: 169270

change license to custom:Tumbolia

Modified:
  python-ghp-import/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 17:05:08 UTC (rev 169269)
+++ PKGBUILD2016-04-02 17:15:49 UTC (rev 169270)
@@ -8,7 +8,7 @@
 pkgdesc='Copy your docs directly to the gh-pages branch'
 arch=('any')
 url="https://pypi.python.org/pypi/ghp-import;
-license=(custom)
+license=(custom:Tumbolia)
 depends=('python')
 makedepends=('python-setuptools' 'git')
 replaces=('ghp-import')


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

2016-04-02 Thread Evangelos Foutras
Date: Saturday, April 2, 2016 @ 19:06:58
  Author: foutrelis
Revision: 263762

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

Added:
  brltty/repos/staging-i686/
  brltty/repos/staging-i686/PKGBUILD
(from rev 263761, brltty/trunk/PKGBUILD)
  brltty/repos/staging-i686/brltty.install
(from rev 263761, brltty/trunk/brltty.install)
  brltty/repos/staging-i686/brltty.service
(from rev 263761, brltty/trunk/brltty.service)
  brltty/repos/staging-x86_64/
  brltty/repos/staging-x86_64/PKGBUILD
(from rev 263761, brltty/trunk/PKGBUILD)
  brltty/repos/staging-x86_64/brltty.install
(from rev 263761, brltty/trunk/brltty.install)
  brltty/repos/staging-x86_64/brltty.service
(from rev 263761, brltty/trunk/brltty.service)

---+
 staging-i686/PKGBUILD |   42 
 staging-i686/brltty.install   |   20 +++
 staging-i686/brltty.service   |   12 +++
 staging-x86_64/PKGBUILD   |   42 
 staging-x86_64/brltty.install |   20 +++
 staging-x86_64/brltty.service |   12 +++
 6 files changed, 148 insertions(+)

Copied: brltty/repos/staging-i686/PKGBUILD (from rev 263761, 
brltty/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-02 17:06:58 UTC (rev 263762)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Jan de Groot 
+# Contributor: Giovanni Scafora 
+
+pkgname=brltty
+pkgver=5.3.1
+pkgrel=3
+pkgdesc="Braille display driver for Linux/Unix"
+arch=(i686 x86_64)
+url="http://mielke.cc/brltty;
+license=(GPL LGPL)
+depends=(libxaw gpm icu tcl cython bluez-libs espeak)
+makedepends=(at-spi2-core tcl speech-dispatcher)
+optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
+'atk: ATK bridge for X11/GNOME accessibility')
+backup=(etc/brltty.conf)
+options=('!emptydirs')
+install=brltty.install
+source=(http://mielke.cc/brltty/archive/brltty-$pkgver.tar.xz
+brltty.service)
+md5sums=('7835871c911effd286040225bf5355f8'
+ '0cad54bb5470122535f5e3a11d5ca123')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--mandir=/usr/share/man \
+--with-tables-directory=/usr/share/brltty \
+--with-screen-driver=lx \
+--enable-gpm \
+--disable-java-bindings \
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+  install -Dm644 Documents/brltty.conf "$pkgdir/etc/brltty.conf"
+  install -Dm644 ../brltty.service 
"$pkgdir/usr/lib/systemd/system/brltty.service"
+}

Copied: brltty/repos/staging-i686/brltty.install (from rev 263761, 
brltty/trunk/brltty.install)
===
--- staging-i686/brltty.install (rev 0)
+++ staging-i686/brltty.install 2016-04-02 17:06:58 UTC (rev 263762)
@@ -0,0 +1,20 @@
+post_install () {
+ getent group brlapi  &>/dev/null || groupadd -r brlapi
+ if [ ! -e /etc/brlapi.key ]; then
+ mcookie >/etc/brlapi.key
+ chmod 0640 /etc/brlapi.key
+ chgrp brlapi /etc/brlapi.key
+ echo "Please add your user to the brlapi group."
+ fi
+}
+
+post_upgrade () {
+post_install
+}
+
+post_remove () {
+getent group brlapi >/dev/null 2>&1 && groupdel brlapi
+if [ -e /etc/brlapi.key ]; then
+rm -f /etc/brlapi.key
+fi
+}

Copied: brltty/repos/staging-i686/brltty.service (from rev 263761, 
brltty/trunk/brltty.service)
===
--- staging-i686/brltty.service (rev 0)
+++ staging-i686/brltty.service 2016-04-02 17:06:58 UTC (rev 263762)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Braille Console Driver
+DefaultDependencies=no
+Before=sysinit.target
+
+[Service]
+ExecStart=/usr/bin/brltty --pid-file=/run/brltty.pid
+Type=forking
+PIDFile=/run/brltty.pid
+
+[Install]
+WantedBy=sysinit.target

Copied: brltty/repos/staging-x86_64/PKGBUILD (from rev 263761, 
brltty/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-04-02 17:06:58 UTC (rev 263762)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Jan de Groot 
+# Contributor: Giovanni Scafora 
+
+pkgname=brltty
+pkgver=5.3.1
+pkgrel=3
+pkgdesc="Braille display driver for Linux/Unix"
+arch=(i686 x86_64)
+url="http://mielke.cc/brltty;
+license=(GPL LGPL)
+depends=(libxaw gpm icu tcl cython bluez-libs espeak)
+makedepends=(at-spi2-core tcl speech-dispatcher)
+optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
+'atk: ATK 

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

2016-04-02 Thread Evangelos Foutras
Date: Saturday, April 2, 2016 @ 19:06:49
  Author: foutrelis
Revision: 263761

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  brltty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 17:05:22 UTC (rev 263760)
+++ PKGBUILD2016-04-02 17:06:49 UTC (rev 263761)
@@ -5,7 +5,7 @@
 
 pkgname=brltty
 pkgver=5.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Braille display driver for Linux/Unix"
 arch=(i686 x86_64)
 url="http://mielke.cc/brltty;


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

2016-04-02 Thread Evangelos Foutras
Date: Saturday, April 2, 2016 @ 19:05:08
  Author: foutrelis
Revision: 169269

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

Added:
  gnustep-base/repos/community-staging-i686/
  gnustep-base/repos/community-staging-i686/ChangeLog
(from rev 169268, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-i686/PKGBUILD
(from rev 169268, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-staging-x86_64/
  gnustep-base/repos/community-staging-x86_64/ChangeLog
(from rev 169268, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-x86_64/PKGBUILD
(from rev 169268, gnustep-base/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |6 +
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-x86_64/ChangeLog |6 +
 community-staging-x86_64/PKGBUILD  |   36 +++
 4 files changed, 84 insertions(+)

Copied: gnustep-base/repos/community-staging-i686/ChangeLog (from rev 169268, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2016-04-02 17:05:08 UTC (rev 169269)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman 
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo 
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-i686/PKGBUILD (from rev 169268, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-02 17:05:08 UTC (rev 169269)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-base
+pkgver=1.24.8
+pkgrel=3
+pkgdesc="The GNUstep base package"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/;
+license=("GPL" "LGPL")
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('d0a22c87d506319c604a5c436c2dc0eb')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
+  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
+  make VERBOSE=1
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  chown -R root.root "$pkgdir/"
+}

Copied: gnustep-base/repos/community-staging-x86_64/ChangeLog (from rev 169268, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2016-04-02 17:05:08 UTC (rev 169269)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman 
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo 
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-x86_64/PKGBUILD (from rev 169268, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-02 17:05:08 UTC (rev 169269)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-base
+pkgver=1.24.8
+pkgrel=3
+pkgdesc="The GNUstep base package"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/;
+license=("GPL" "LGPL")
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('d0a22c87d506319c604a5c436c2dc0eb')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf 

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

2016-04-02 Thread Evangelos Foutras
Date: Saturday, April 2, 2016 @ 19:05:01
  Author: foutrelis
Revision: 169268

icu 57.1 / poppler 0.42.0 rebuild

Modified:
  gnustep-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 17:04:46 UTC (rev 169267)
+++ PKGBUILD2016-04-02 17:05:01 UTC (rev 169268)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-base
 pkgver=1.24.8
-pkgrel=2
+pkgrel=3
 pkgdesc="The GNUstep base package"
 arch=('i686' 'x86_64')
 url="http://www.gnustep.org/;


  1   2   >