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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 08:56:41
  Author: fyan
Revision: 163376

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

Added:
  pandoc-crossref/repos/community-staging-i686/
  pandoc-crossref/repos/community-staging-i686/PKGBUILD
(from rev 163375, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install
(from rev 163375, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 163375, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/haskell-pandoc-crossref.install
(from rev 163375, pandoc-crossref/trunk/haskell-pandoc-crossref.install)

--+
 community-staging-i686/PKGBUILD  |   54 +
 community-staging-i686/haskell-pandoc-crossref.install   |   18 
 community-staging-x86_64/PKGBUILD|   54 +
 community-staging-x86_64/haskell-pandoc-crossref.install |   18 
 4 files changed, 144 insertions(+)

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 163375, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-25 07:56:41 UTC (rev 163376)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.1.6.5
+pkgrel=10
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-data-accessor"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc"
+ "haskell-pandoc-types" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('6b92a2730ed28c0242b81e47c0e21902321f98eb2b580d2114d906ca89a451e2')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$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_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+install="haskell-pandoc-crossref.install"
+
+cd "${srcdir}/${pkgbase}-${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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: 
pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install 
(from rev 163375, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
===
--- community-staging-i686/haskell-pandoc-crossref.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-crossref.install  2016-02-25 
07:56:41 UTC (rev 163376)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-crossref
+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: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
163375, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-25 07:56:41 UTC (rev 

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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 08:56:18
  Author: fyan
Revision: 163375

upgpkg: pandoc-crossref 0.1.6.5-10

rebuild with cryptohash-0.11.7, cryptonite-0.13, hjsmin-0.1.5.3, http2-1.5.0, 
warp-3.2.3

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-25 07:39:59 UTC (rev 163374)
+++ PKGBUILD2016-02-25 07:56:18 UTC (rev 163375)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.1.6.5
-pkgrel=9
+pkgrel=10
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 08:39:59
  Author: fyan
Revision: 163374

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libssh2/repos/multilib-x86_64/PKGBUILD
(from rev 163373, lib32-libssh2/trunk/PKGBUILD)
Deleted:
  lib32-libssh2/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-25 07:39:42 UTC (rev 163373)
+++ PKGBUILD2016-02-25 07:39:59 UTC (rev 163374)
@@ -1,40 +0,0 @@
-# Maintainer: Florian Pritz 
-# $Id$
-# Contributor: Angel Velasquez  
-# Contributor: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: ice-man 
-
-_pkgbasename=libssh2
-pkgname=lib32-$_pkgbasename
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="A library implementing the SSH2 protocol as defined by Internet 
Drafts (32-bit)"
-url="http://www.libssh2.org/;
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('lib32-openssl' $_pkgbasename)
-provides=('libssh2.so')
-makedepends=('zlib' "gcc-multilib")
-options=('!libtool')
-source=("http://www.libssh2.org/download/${_pkgbasename}-${pkgver}.tar.gz;)
-md5sums=('00aabd6e714a5f42a4fb82ace20db1dd')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-libssh2/repos/multilib-x86_64/PKGBUILD (from rev 163373, 
lib32-libssh2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-25 07:39:59 UTC (rev 163374)
@@ -0,0 +1,39 @@
+# Maintainer: Florian Pritz 
+# $Id$
+# Contributor: Angel Velasquez  
+# Contributor: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: ice-man 
+
+_pkgbasename=libssh2
+pkgname=lib32-$_pkgbasename
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="A library implementing the SSH2 protocol as defined by Internet 
Drafts (32-bit)"
+url="http://www.libssh2.org/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('lib32-openssl' $_pkgbasename)
+provides=('libssh2.so')
+makedepends=('zlib')
+source=("http://www.libssh2.org/download/${_pkgbasename}-${pkgver}.tar.gz;)
+md5sums=('b01662a210e94cccf2f76094db7dac5c')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 08:39:42
  Author: fyan
Revision: 163373

upgpkg: lib32-libssh2 1.7.0-1

Modified:
  lib32-libssh2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-25 06:52:57 UTC (rev 163372)
+++ PKGBUILD2016-02-25 07:39:42 UTC (rev 163373)
@@ -7,7 +7,7 @@
 
 _pkgbasename=libssh2
 pkgname=lib32-$_pkgbasename
-pkgver=1.6.0
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="A library implementing the SSH2 protocol as defined by Internet 
Drafts (32-bit)"
 url="http://www.libssh2.org/;
@@ -15,10 +15,9 @@
 license=('BSD')
 depends=('lib32-openssl' $_pkgbasename)
 provides=('libssh2.so')
-makedepends=('zlib' "gcc-multilib")
-options=('!libtool')
+makedepends=('zlib')
 source=("http://www.libssh2.org/download/${_pkgbasename}-${pkgver}.tar.gz;)
-md5sums=('00aabd6e714a5f42a4fb82ace20db1dd')
+md5sums=('b01662a210e94cccf2f76094db7dac5c')
 
 build() {
   export CC="gcc -m32"


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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 07:52:57
  Author: fyan
Revision: 163372

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

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

--+
 community-staging-i686/PKGBUILD  |   51 +
 community-staging-i686/haskell-dav.install   |   18 
 community-staging-x86_64/PKGBUILD|   51 +
 community-staging-x86_64/haskell-dav.install |   18 
 4 files changed, 138 insertions(+)

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 163371, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-25 06:52:57 UTC (rev 163372)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=19
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lens"
+ "haskell-mtl" "haskell-network" "haskell-network-uri" 
"haskell-optparse-applicative"
+ "haskell-transformers-base" "haskell-transformers-compat" 
"haskell-utf8-string"
+ "haskell-xml-conduit" "haskell-xml-hamlet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('1a07c8ef17cd4207c6f889e7eb5c45d9f025374f2cdacc1e34e6d71fe103b746')
+
+prepare() {
+sed -i '/mtl-compat/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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-dav/repos/community-staging-i686/haskell-dav.install (from rev 
163371, haskell-dav/trunk/haskell-dav.install)
===
--- community-staging-i686/haskell-dav.install  (rev 0)
+++ community-staging-i686/haskell-dav.install  2016-02-25 06:52:57 UTC (rev 
163372)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-dav
+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-dav/repos/community-staging-x86_64/PKGBUILD (from rev 163371, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-25 06:52:57 UTC (rev 163372)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=19
+pkgdesc="RFC 4918 WebDAV support"

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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 07:52:34
  Author: fyan
Revision: 163371

upgpkg: haskell-dav 1.2-19

rebuild with cryptohash-0.11.7, cryptonite-0.13, hjsmin-0.1.5.3, http2-1.5.0, 
warp-3.2.3

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-25 06:47:09 UTC (rev 163370)
+++ PKGBUILD2016-02-25 06:52:34 UTC (rev 163371)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.2
-pkgrel=18
+pkgrel=19
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 07:47:09
  Author: fyan
Revision: 163370

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

Added:
  haskell-yesod-static/repos/community-staging-i686/
  haskell-yesod-static/repos/community-staging-i686/PKGBUILD
(from rev 163369, haskell-yesod-static/trunk/PKGBUILD)
  haskell-yesod-static/repos/community-staging-i686/haskell-yesod-static.install
(from rev 163369, haskell-yesod-static/trunk/haskell-yesod-static.install)
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 163369, haskell-yesod-static/trunk/PKGBUILD)
  
haskell-yesod-static/repos/community-staging-x86_64/haskell-yesod-static.install
(from rev 163369, haskell-yesod-static/trunk/haskell-yesod-static.install)

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

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
163369, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-25 06:47:09 UTC (rev 163370)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.0.3
+pkgrel=19
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" 
"haskell-cryptohash-conduit"
+ "haskell-css-text" "haskell-data-default" "haskell-file-embed"
+ "haskell-hashable" "haskell-hjsmin" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-old-time" "haskell-resourcet" "haskell-text" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-app-static"
+ "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('a46f952593fc36323aba1352b4b7a2703bb609ec19b709447268e7be24f8ce74')
+
+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-yesod-static/repos/community-staging-i686/haskell-yesod-static.install 
(from rev 163369, haskell-yesod-static/trunk/haskell-yesod-static.install)
===
--- community-staging-i686/haskell-yesod-static.install 
(rev 0)
+++ community-staging-i686/haskell-yesod-static.install 2016-02-25 06:47:09 UTC 
(rev 163370)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-static
+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-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
163369, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   

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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 07:46:46
  Author: fyan
Revision: 163369

upgpkg: haskell-yesod-static 1.5.0.3-19

rebuild with cryptohash-0.11.7, cryptonite-0.13, hjsmin-0.1.5.3, http2-1.5.0, 
warp-3.2.3

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-25 03:18:37 UTC (rev 163368)
+++ PKGBUILD2016-02-25 06:46:46 UTC (rev 163369)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.0.3
-pkgrel=18
+pkgrel=19
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 04:18:37
  Author: fyan
Revision: 163368

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-25 03:18:00 UTC (rev 163367)
+++ PKGBUILD2016-02-25 03:18:37 UTC (rev 163368)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: razer 
-# Contributor: pzl 
-# Contributor: Dennis Fink 
-# Contributor: Simon Sapin 
-
-pkgname=(python-cairosvg python2-cairosvg)
-pkgver=1.0.19
-pkgrel=1
-pkgdesc="A Simple SVG Converter for Cairo"
-arch=('any')
-url="http://cairosvg.org/;
-license=('LGPL3')
-makedepends=('python-cairocffi' 'python2-cairocffi' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-pillow' 'python2-pillow' 
'python-lxml'
-  'python2-lxml' 'python-tinycss' 'python2-tinycss' 
'python-cssselect'
-  'python2-cssselect')
-source=("git+https://github.com/Kozea/CairoSVG.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a CairoSVG{,-py2}
-}
-
-build() {
-  cd "$srcdir/CairoSVG"
-  python setup.py build
-
-  cd "$srcdir/CairoSVG-py2"
-  python2 setup.py build
-}
-
-check() {(
-  cd "$srcdir/CairoSVG"
-  nosetests3
-
-  cd "$srcdir/CairoSVG-py2"
-  nosetests2
-  ) || warning "Tests failed"
-  # Tests require special fonts that are not in the repos
-}
-
-package_python-cairosvg() {
-  depends=('python-cairocffi')
-  optdepends=('python-lxml: To use lxml to parse SVG files'
-  'python-tinycss: Apply CSS not included in the style attribute 
of the tags'
-  'python-cssselect: Apply CSS not included in the style attribute 
of the tags'
-  'python-pillow: To handle embedded raster images other than PNG')
-
-  cd "$srcdir/CairoSVG"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-cairosvg() {
-  depends=('python2-cairocffi')
-  optdepends=('python2-lxml: To use lxml to parse SVG files'
-  'python2-tinycss: Apply CSS not included in the style attribute 
of the tags'
-  'python2-cssselect: Apply CSS not included in the style 
attribute of the tags'
-  'python2-pillow: To handle embedded raster images other than 
PNG')
-
-  cd "$srcdir/CairoSVG-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cairosvg{,2}
-}

Copied: python-cairosvg/repos/community-any/PKGBUILD (from rev 163367, 
python-cairosvg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-25 03:18:37 UTC (rev 163368)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: razer 
+# Contributor: pzl 
+# Contributor: Dennis Fink 
+# Contributor: Simon Sapin 
+
+pkgname=(python-cairosvg python2-cairosvg)
+pkgver=1.0.20
+pkgrel=1
+pkgdesc="A Simple SVG Converter for Cairo"
+arch=('any')
+url="http://cairosvg.org/;
+license=('LGPL3')
+makedepends=('python-cairocffi' 'python2-cairocffi' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-pillow' 'python2-pillow' 
'python-lxml'
+  'python2-lxml' 'python-tinycss' 'python2-tinycss' 
'python-cssselect'
+  'python2-cssselect' 'gnu-free-fonts')
+source=("git+https://github.com/Kozea/CairoSVG.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a CairoSVG{,-py2}
+}
+
+build() {
+  cd "$srcdir/CairoSVG"
+  python setup.py build
+
+  cd "$srcdir/CairoSVG-py2"
+  python2 setup.py build
+}
+
+check() {(
+  # 
+
+  cd "$srcdir/CairoSVG"
+  nosetests3
+
+  cd "$srcdir/CairoSVG-py2"
+  nosetests2
+  ) || warning "Tests failed"
+  # Tests require special fonts that are not in the repos
+}
+
+package_python-cairosvg() {
+  depends=('python-cairocffi')
+  optdepends=('python-lxml: To use lxml to parse SVG files'
+  'python-tinycss: Apply CSS not included in the style attribute 
of the tags'
+  'python-cssselect: Apply CSS not included in the style attribute 
of the tags'
+  'python-pillow: To handle embedded raster images other than PNG')
+
+  cd "$srcdir/CairoSVG"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-cairosvg() {
+  depends=('python2-cairocffi')
+  optdepends=('python2-lxml: To use lxml to parse SVG files'
+  'python2-tinycss: Apply CSS not included in the style attribute 
of the tags'
+  'python2-cssselect: Apply CSS not included in the style 
attribute of the tags'
+  

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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 04:18:00
  Author: fyan
Revision: 163367

upgpkg: python-cairosvg 1.0.20-1

Modified:
  python-cairosvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-25 03:17:42 UTC (rev 163366)
+++ PKGBUILD2016-02-25 03:18:00 UTC (rev 163367)
@@ -6,7 +6,7 @@
 # Contributor: Simon Sapin 
 
 pkgname=(python-cairosvg python2-cairosvg)
-pkgver=1.0.19
+pkgver=1.0.20
 pkgrel=1
 pkgdesc="A Simple SVG Converter for Cairo"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-cairocffi' 'python2-cairocffi' 'git')
 checkdepends=('python-nose' 'python2-nose' 'python-pillow' 'python2-pillow' 
'python-lxml'
   'python2-lxml' 'python-tinycss' 'python2-tinycss' 
'python-cssselect'
-  'python2-cssselect')
+  'python2-cssselect' 'gnu-free-fonts')
 source=("git+https://github.com/Kozea/CairoSVG.git#tag=$pkgver;)
 md5sums=('SKIP')
 
@@ -32,6 +32,8 @@
 }
 
 check() {(
+  # 
+
   cd "$srcdir/CairoSVG"
   nosetests3
 


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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 04:17:42
  Author: fyan
Revision: 163366

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

Added:
  pandoc-citeproc/repos/community-staging-i686/
  pandoc-citeproc/repos/community-staging-i686/PKGBUILD
(from rev 163365, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
(from rev 163365, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 163365, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-x86_64/haskell-pandoc-citeproc.install
(from rev 163365, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)

--+
 community-staging-i686/PKGBUILD  |   64 +
 community-staging-i686/haskell-pandoc-citeproc.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   64 +
 community-staging-x86_64/haskell-pandoc-citeproc.install |   18 +++
 4 files changed, 164 insertions(+)

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 163365, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-25 03:17:42 UTC (rev 163366)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.9
+pkgrel=30
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('ae880aa27b5fcaf93886844bd9473c764329dc96211482bf014f350335887fbd')
+
+prepare() {
+sed -e 's/aeson >= 0.7 && < 0.11/aeson >= 0.7 \&\& < 0.12/' \
+-i ${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+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_pandoc-citeproc() {
+depends=('pandoc' 'icu')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+install="haskell-pandoc-citeproc.install"
+
+cd "${srcdir}/${pkgbase}-${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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install 
(from rev 163365, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===
--- community-staging-i686/haskell-pandoc-citeproc.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-citeproc.install  2016-02-25 
03:17:42 UTC (rev 163366)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
+post_install() {
+  ${HS_DIR}/register.sh
+ 

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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 04:16:50
  Author: fyan
Revision: 163363

upgpkg: haskell-uuid 1.3.11-5

rebuild with cryptohash-0.11.7, cryptonite-0.13, hjsmin-0.1.5.3, http2-1.5.0, 
warp-3.2.3

Modified:
  haskell-uuid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-25 03:16:38 UTC (rev 163362)
+++ PKGBUILD2016-02-25 03:16:50 UTC (rev 163363)
@@ -5,7 +5,7 @@
 _hkgname=uuid
 pkgname=haskell-uuid
 pkgver=1.3.11
-pkgrel=4
+pkgrel=5
 pkgdesc="For creating, comparing, parsing and printing Universally Unique 
Identifiers"
 url="https://github.com/aslatter/uuid;
 license=("custom:BSD3")


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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 04:17:19
  Author: fyan
Revision: 163365

upgpkg: pandoc-citeproc 0.9-30

rebuild with cryptohash-0.11.7, cryptonite-0.13, hjsmin-0.1.5.3, http2-1.5.0, 
warp-3.2.3

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-25 03:17:13 UTC (rev 163364)
+++ PKGBUILD2016-02-25 03:17:19 UTC (rev 163365)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.9
-pkgrel=29
+pkgrel=30
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 04:17:13
  Author: fyan
Revision: 163364

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

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

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

Copied: haskell-uuid/repos/community-staging-i686/PKGBUILD (from rev 163363, 
haskell-uuid/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-25 03:17:13 UTC (rev 163364)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=uuid
+pkgname=haskell-uuid
+pkgver=1.3.11
+pkgrel=5
+pkgdesc="For creating, comparing, parsing and printing Universally Unique 
Identifiers"
+url="https://github.com/aslatter/uuid;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cryptohash" "haskell-network-info" 
"haskell-random"
+ "haskell-text" "haskell-uuid-types")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('671876d2f848c9155bfe661eb138d585897ab5b0a2f2e143ef85114d459814d5')
+
+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-uuid/repos/community-staging-i686/haskell-uuid.install (from 
rev 163363, haskell-uuid/trunk/haskell-uuid.install)
===
--- community-staging-i686/haskell-uuid.install (rev 0)
+++ community-staging-i686/haskell-uuid.install 2016-02-25 03:17:13 UTC (rev 
163364)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-uuid
+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-uuid/repos/community-staging-x86_64/PKGBUILD (from rev 163363, 
haskell-uuid/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-25 03:17:13 UTC (rev 163364)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=uuid
+pkgname=haskell-uuid
+pkgver=1.3.11
+pkgrel=5
+pkgdesc="For creating, comparing, parsing and printing Universally Unique 
Identifiers"
+url="https://github.com/aslatter/uuid;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cryptohash" "haskell-network-info" 
"haskell-random"
+ "haskell-text" "haskell-uuid-types")
+options=('staticlibs')

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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 04:16:15
  Author: fyan
Revision: 163361

upgpkg: haskell-warp-tls 3.2.0-11

rebuild with cryptohash-0.11.7, cryptonite-0.13, hjsmin-0.1.5.3, http2-1.5.0, 
warp-3.2.3

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-25 03:16:09 UTC (rev 163360)
+++ PKGBUILD2016-02-25 03:16:15 UTC (rev 163361)
@@ -5,7 +5,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.0
-pkgrel=10
+pkgrel=11
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 04:16:38
  Author: fyan
Revision: 163362

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

Added:
  haskell-warp-tls/repos/community-staging-i686/
  haskell-warp-tls/repos/community-staging-i686/PKGBUILD
(from rev 163361, haskell-warp-tls/trunk/PKGBUILD)
  haskell-warp-tls/repos/community-staging-i686/haskell-warp-tls.install
(from rev 163361, haskell-warp-tls/trunk/haskell-warp-tls.install)
  haskell-warp-tls/repos/community-staging-x86_64/
  haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 163361, haskell-warp-tls/trunk/PKGBUILD)
  haskell-warp-tls/repos/community-staging-x86_64/haskell-warp-tls.install
(from rev 163361, haskell-warp-tls/trunk/haskell-warp-tls.install)

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

Copied: haskell-warp-tls/repos/community-staging-i686/PKGBUILD (from rev 
163361, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-25 03:16:38 UTC (rev 163362)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.0
+pkgrel=11
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cprng-aes" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('1751b8fc4e24c909ed94db39a2aa20048e694ddf6e68c4acbdfe8924773f3dd8')
+
+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-warp-tls/repos/community-staging-i686/haskell-warp-tls.install 
(from rev 163361, haskell-warp-tls/trunk/haskell-warp-tls.install)
===
--- community-staging-i686/haskell-warp-tls.install 
(rev 0)
+++ community-staging-i686/haskell-warp-tls.install 2016-02-25 03:16:38 UTC 
(rev 163362)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-warp-tls
+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-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
163361, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-25 03:16:38 UTC (rev 163362)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.0
+pkgrel=11
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cprng-aes" "haskell-data-default-class" 
"haskell-network"
+ 

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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 04:15:45
  Author: fyan
Revision: 163358

upgpkg: haskell-yesod-default 1.2.0-19

rebuild with cryptohash-0.11.7, cryptonite-0.13, hjsmin-0.1.5.3, http2-1.5.0, 
warp-3.2.3

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-25 03:15:24 UTC (rev 163357)
+++ PKGBUILD2016-02-25 03:15:45 UTC (rev 163358)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=18
+pkgrel=19
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 04:16:09
  Author: fyan
Revision: 163360

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

Added:
  haskell-yesod-default/repos/community-staging-i686/
  haskell-yesod-default/repos/community-staging-i686/PKGBUILD
(from rev 163358, haskell-yesod-default/trunk/PKGBUILD)
  
haskell-yesod-default/repos/community-staging-i686/haskell-yesod-default.install
(from rev 163359, haskell-yesod-default/trunk/haskell-yesod-default.install)
  haskell-yesod-default/repos/community-staging-x86_64/
  haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD
(from rev 163359, haskell-yesod-default/trunk/PKGBUILD)
  
haskell-yesod-default/repos/community-staging-x86_64/haskell-yesod-default.install
(from rev 163359, haskell-yesod-default/trunk/haskell-yesod-default.install)

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

Copied: haskell-yesod-default/repos/community-staging-i686/PKGBUILD (from rev 
163358, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-25 03:16:09 UTC (rev 163360)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=19
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+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-yesod-default/repos/community-staging-i686/haskell-yesod-default.install
 (from rev 163359, haskell-yesod-default/trunk/haskell-yesod-default.install)
===
--- community-staging-i686/haskell-yesod-default.install
(rev 0)
+++ community-staging-i686/haskell-yesod-default.install2016-02-25 
03:16:09 UTC (rev 163360)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-default
+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-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
163359, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-25 03:16:09 UTC (rev 163360)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=19
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')

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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 04:15:51
  Author: fyan
Revision: 163359

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

Added:
  docker-compose/repos/community-i686/PKGBUILD
(from rev 163357, docker-compose/trunk/PKGBUILD)
  docker-compose/repos/community-i686/remove-requires-upper-bound.patch
(from rev 163357, docker-compose/trunk/remove-requires-upper-bound.patch)
  docker-compose/repos/community-x86_64/PKGBUILD
(from rev 163357, docker-compose/trunk/PKGBUILD)
  docker-compose/repos/community-x86_64/remove-requires-upper-bound.patch
(from rev 163357, docker-compose/trunk/remove-requires-upper-bound.patch)
Deleted:
  docker-compose/repos/community-i686/PKGBUILD
  docker-compose/repos/community-i686/remove-requires-upper-bound.patch
  docker-compose/repos/community-x86_64/PKGBUILD
  docker-compose/repos/community-x86_64/remove-requires-upper-bound.patch

+
 /PKGBUILD  |   86 +++
 /remove-requires-upper-bound.patch |   58 
 community-i686/PKGBUILD|   43 -
 community-i686/remove-requires-upper-bound.patch   |   29 --
 community-x86_64/PKGBUILD  |   43 -
 community-x86_64/remove-requires-upper-bound.patch |   29 --
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-25 03:15:45 UTC (rev 163358)
+++ community-i686/PKGBUILD 2016-02-25 03:15:51 UTC (rev 163359)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Iwan Timmer 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=docker-compose
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="Fast, isolated development environments using Docker"
-arch=('i686' 'x86_64')
-url="https://www.docker.com/;
-depends=('python-docopt' 'python-yaml' 'python-requests' 'python-six' 
'python-texttable'
- 'python-websocket-client' 'python-docker-py' 'python-dockerpty' 
'python-setuptools'
- 'python-jsonschema' 'python-cached-property')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;
-"remove-requires-upper-bound.patch")
-license=("BSD")
-sha256sums=('7616e561cc986073c0ac163e6d64cdf63b0817052560beaa737e1c8fb3886528'
-'2c36ce2f440f31bd0d2c560f97557b3b57036aa377c3423e87df6647b31faebe')
-
-[[ "$CARCH" == "x86_64" ]] && depends+=('docker')
-
-prepare() {
-  cd "$srcdir/compose-$pkgver"
-
-  # Remove upper bound on requires
-  patch -p1 -i "$srcdir/remove-requires-upper-bound.patch"
-  sed -i 's/==/>=/g' requirements.txt
-}
-
-build() {
-  cd "$srcdir/compose-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/compose-$pkgver"
-
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 contrib/completion/bash/docker-compose 
"$pkgdir/usr/share/bash-completion/completions/docker-compose"
-}

Copied: docker-compose/repos/community-i686/PKGBUILD (from rev 163357, 
docker-compose/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-25 03:15:51 UTC (rev 163359)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Iwan Timmer 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=docker-compose
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Fast, isolated development environments using Docker"
+arch=('i686' 'x86_64')
+url="https://www.docker.com/;
+depends=('python-docopt' 'python-yaml' 'python-requests' 'python-six' 
'python-texttable'
+ 'python-websocket-client' 'python-docker-py' 'python-dockerpty' 
'python-setuptools'
+ 'python-jsonschema' 'python-cached-property')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;
+"remove-requires-upper-bound.patch")
+license=("BSD")
+sha256sums=('1c318cdf12bdc97e079224fb0cab45ed0f6ec2d1ce87599eff549b1aafa27837'
+'2c36ce2f440f31bd0d2c560f97557b3b57036aa377c3423e87df6647b31faebe')
+
+[[ "$CARCH" == "x86_64" ]] && depends+=('docker')
+
+prepare() {
+  cd "$srcdir/compose-$pkgver"
+
+  # Remove upper bound on requires
+  patch -p1 -i "$srcdir/remove-requires-upper-bound.patch"
+  sed -i 's/==/>=/g' requirements.txt
+}
+
+build() {
+  cd "$srcdir/compose-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/compose-$pkgver"
+
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  

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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 04:15:24
  Author: fyan
Revision: 163357

upgpkg: docker-compose 1.6.2-1

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-25 02:55:10 UTC (rev 163356)
+++ PKGBUILD2016-02-25 03:15:24 UTC (rev 163357)
@@ -5,7 +5,7 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=docker-compose
-pkgver=1.6.0
+pkgver=1.6.2
 pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;
 "remove-requires-upper-bound.patch")
 license=("BSD")
-sha256sums=('7616e561cc986073c0ac163e6d64cdf63b0817052560beaa737e1c8fb3886528'
+sha256sums=('1c318cdf12bdc97e079224fb0cab45ed0f6ec2d1ce87599eff549b1aafa27837'
 '2c36ce2f440f31bd0d2c560f97557b3b57036aa377c3423e87df6647b31faebe')
 
 [[ "$CARCH" == "x86_64" ]] && depends+=('docker')


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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 03:55:10
  Author: fyan
Revision: 163356

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

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

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

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 163355, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-25 02:55:10 UTC (rev 163356)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.2
+pkgrel=22
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" "haskell-streaming-commons"
+ "haskell-text" "haskell-unordered-containers" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" "haskell-yaml"
+ "haskell-yesod-auth" "haskell-yesod-core" "haskell-yesod-form"
+ "haskell-yesod-persistent")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('d6d13e608af954de23721261b39ee79569907beb173477db8820acc5e9f45757')
+
+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-yesod/repos/community-staging-i686/haskell-yesod.install (from 
rev 163355, haskell-yesod/trunk/haskell-yesod.install)
===
--- community-staging-i686/haskell-yesod.install
(rev 0)
+++ community-staging-i686/haskell-yesod.install2016-02-25 02:55:10 UTC 
(rev 163356)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod
+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-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 163355, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-25 02:55:10 UTC (rev 163356)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 

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

2016-02-24 Thread Felix Yan
Date: Thursday, February 25, 2016 @ 03:54:46
  Author: fyan
Revision: 163355

upgpkg: haskell-yesod 1.4.2-22

rebuild with cryptohash-0.11.7, cryptonite-0.13, hjsmin-0.1.5.3, http2-1.5.0, 
warp-3.2.3

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-25 02:53:31 UTC (rev 163354)
+++ PKGBUILD2016-02-25 02:54:46 UTC (rev 163355)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.2
-pkgrel=21
+pkgrel=22
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-02-24 Thread Kyle Keen
Date: Thursday, February 25, 2016 @ 03:46:02
  Author: kkeen
Revision: 163351

upgpkg: python-xmltodict 0.10.1-1

Modified:
  python-xmltodict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-25 02:25:15 UTC (rev 163350)
+++ PKGBUILD2016-02-25 02:46:02 UTC (rev 163351)
@@ -5,8 +5,8 @@
 
 pkgbase=python-xmltodict
 pkgname=('python-xmltodict' 'python2-xmltodict')
-pkgver=0.9.2
-pkgrel=2
+pkgver=0.10.1
+pkgrel=1
 pkgdesc="Python module that makes working with XML feel like working with JSON"
 url="https://github.com/martinblech/xmltodict;
 arch=('any')
@@ -13,7 +13,7 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=(https://pypi.python.org/packages/source/x/xmltodict/xmltodict-$pkgver.tar.gz)
-md5sums=('ab17e53214a8613ad87968e9674d75dd')
+md5sums=('cb538f606811d9e8d108fd15675b492f')
 
 package_python-xmltodict () {
   pkgdesc+=" (py3)"


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

2016-02-24 Thread Sven-Hendrik Haase
Date: Thursday, February 25, 2016 @ 02:18:04
  Author: svenstaro
Revision: 163348

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

Added:
  emscripten/repos/community-i686/PKGBUILD
(from rev 163347, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-i686/emscripten.install
(from rev 163347, emscripten/trunk/emscripten.install)
  emscripten/repos/community-i686/emscripten.sh
(from rev 163347, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 163347, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 163347, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 163347, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-i686/PKGBUILD
  emscripten/repos/community-i686/emscripten.install
  emscripten/repos/community-i686/emscripten.sh
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

-+
 /PKGBUILD   |  172 ++
 /emscripten.install |   22 
 /emscripten.sh  |   14 ++
 community-i686/PKGBUILD |   86 -
 community-i686/emscripten.install   |   11 --
 community-i686/emscripten.sh|7 -
 community-x86_64/PKGBUILD   |   86 -
 community-x86_64/emscripten.install |   11 --
 community-x86_64/emscripten.sh  |7 -
 9 files changed, 208 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-25 01:17:52 UTC (rev 163347)
+++ community-i686/PKGBUILD 2016-02-25 01:18:04 UTC (rev 163348)
@@ -1,86 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.35.23
-pkgrel=2
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format"
-arch=('i686' 'x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure (optimized builds)'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-"emscripten.sh")
-sha256sums=('66b176203f82a52f511ffa1a47baa9d6a033b61dc5486b4034655912d8224c38'
-'89901c882684f6ff3745b15a5994c77ec2df6a957f4525d786e14c0bd6165e20'
-'cb39e052177b1461f7404d4d0601e0276982e847cc5054c813ed48d5e0ed082d'
-'556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  CC=gcc CXX=g++ cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd "$srcdir"/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
"$pkgdir"/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* "$pkgdir"/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
-
-  # remove clutter
-  rm "$pkgdir"/usr/lib/emscripten-fastcomp/{*-test,llvm-lit}
-  rm "$pkgdir"/usr/lib/emscripten/*.bat

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

2016-02-24 Thread Sven-Hendrik Haase
Date: Thursday, February 25, 2016 @ 02:17:52
  Author: svenstaro
Revision: 163347

upgpkg: emscripten 1.36.0-1

upstream release 1.36.0

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 23:14:59 UTC (rev 163346)
+++ PKGBUILD2016-02-25 01:17:52 UTC (rev 163347)
@@ -4,8 +4,8 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.35.23
-pkgrel=2
+pkgver=1.36.0
+pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format"
 arch=('i686' 'x86_64')
 url="http://emscripten.org;
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 "emscripten.sh")
-sha256sums=('66b176203f82a52f511ffa1a47baa9d6a033b61dc5486b4034655912d8224c38'
-'89901c882684f6ff3745b15a5994c77ec2df6a957f4525d786e14c0bd6165e20'
-'cb39e052177b1461f7404d4d0601e0276982e847cc5054c813ed48d5e0ed082d'
+sha256sums=('358c767c88b55f0c6ccfe3607b5beda68e8158fd830fdbdc9de81255db3d913b'
+'61421d8e80938da806eda0fd4ea8e48e08afe51579ef84c8fef68b39cc89a71b'
+'d881bde9986c50318781c2ba0064507e87ba5eb1516f3076c0e80e3e18bc0d6f'
 '556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
 
 prepare() {


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

2016-02-24 Thread Sébastien Luttringer
Date: Thursday, February 25, 2016 @ 00:20:31
  Author: seblu
Revision: 260238

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

Added:
  ulogd/repos/extra-i686/01-fix-FS#48318.patch
(from rev 260237, ulogd/trunk/01-fix-FS#48318.patch)
  ulogd/repos/extra-i686/PKGBUILD
(from rev 260237, ulogd/trunk/PKGBUILD)
  ulogd/repos/extra-i686/ulogd.conf
(from rev 260237, ulogd/trunk/ulogd.conf)
  ulogd/repos/extra-i686/ulogd.logrotate
(from rev 260237, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/extra-i686/ulogd.service
(from rev 260237, ulogd/trunk/ulogd.service)
  ulogd/repos/extra-x86_64/01-fix-FS#48318.patch
(from rev 260237, ulogd/trunk/01-fix-FS#48318.patch)
  ulogd/repos/extra-x86_64/PKGBUILD
(from rev 260237, ulogd/trunk/PKGBUILD)
  ulogd/repos/extra-x86_64/ulogd.conf
(from rev 260237, ulogd/trunk/ulogd.conf)
  ulogd/repos/extra-x86_64/ulogd.logrotate
(from rev 260237, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/extra-x86_64/ulogd.service
(from rev 260237, ulogd/trunk/ulogd.service)
Deleted:
  ulogd/repos/extra-i686/PKGBUILD
  ulogd/repos/extra-i686/ulogd
  ulogd/repos/extra-i686/ulogd.conf
  ulogd/repos/extra-i686/ulogd.logrotate
  ulogd/repos/extra-i686/ulogd.service
  ulogd/repos/extra-x86_64/PKGBUILD
  ulogd/repos/extra-x86_64/ulogd
  ulogd/repos/extra-x86_64/ulogd.conf
  ulogd/repos/extra-x86_64/ulogd.logrotate
  ulogd/repos/extra-x86_64/ulogd.service

+
 /PKGBUILD  |  154 +++
 /ulogd.conf|   40 +
 /ulogd.logrotate   |   20 
 /ulogd.service |   22 +
 extra-i686/01-fix-FS#48318.patch   |   25 +
 extra-i686/PKGBUILD|   66 ---
 extra-i686/ulogd   |   54 
 extra-i686/ulogd.conf  |   20 
 extra-i686/ulogd.logrotate |   10 --
 extra-i686/ulogd.service   |   10 --
 extra-x86_64/01-fix-FS#48318.patch |   25 +
 extra-x86_64/PKGBUILD  |   66 ---
 extra-x86_64/ulogd |   54 
 extra-x86_64/ulogd.conf|   20 
 extra-x86_64/ulogd.logrotate   |   10 --
 extra-x86_64/ulogd.service |   10 --
 16 files changed, 286 insertions(+), 320 deletions(-)

Copied: ulogd/repos/extra-i686/01-fix-FS#48318.patch (from rev 260237, 
ulogd/trunk/01-fix-FS#48318.patch)
===
--- extra-i686/01-fix-FS#48318.patch(rev 0)
+++ extra-i686/01-fix-FS#48318.patch2016-02-24 23:20:31 UTC (rev 260238)
@@ -0,0 +1,25 @@
+From a82d9cfe03679b82ab4d9586c93ad377e9e27149 Mon Sep 17 00:00:00 2001
+From: Eric Leblond 
+Date: Fri, 5 Feb 2016 11:55:26 +0100
+Subject: [PATCH 2/2] ulogd: add missing newline in log message
+
+---
+ src/ulogd.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/ulogd.c b/src/ulogd.c
+index c8d9376..5b9a586 100644
+--- a/src/ulogd.c
 b/src/ulogd.c
+@@ -1515,7 +1515,7 @@ int main(int argc, char* argv[])
+ 
+   if (daemonize){
+   if (daemon(0, 0) < 0) {
+-  ulogd_log(ULOGD_FATAL, "can't daemonize: %s (%d)",
++  ulogd_log(ULOGD_FATAL, "can't daemonize: %s (%d)\n",
+ errno, strerror(errno));
+   warn_and_exit(daemonize);
+   }
+-- 
+2.7.1
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-24 23:19:54 UTC (rev 260237)
+++ extra-i686/PKGBUILD 2016-02-24 23:20:31 UTC (rev 260238)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Sergej Pupykin 
-# Contributor: Dale Blount 
-
-pkgname=ulogd
-pkgver=2.0.5
-pkgrel=2
-pkgdesc='Userspace Packet Logging for netfilter'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/ulogd/index.html'
-license=('GPL2')
-depends=('libmnl'
- 'libnetfilter_acct'
- 'libnetfilter_conntrack'
- 'libnetfilter_log'
- 'libnfnetlink')
-backup=('etc/ulogd.conf')
-makedepends=('libmariadbclient'
- 'libpcap'
- 'libdbi'
- 'postgresql-libs'
- 'sqlite'
- 'jansson')
-optdepends=('libmariadbclient: MySQL databases support'
-'sqlite: SQLite3 databases support'
-'postgresql-libs: PostgreSQL databases support'
-'libdbi: DBI abstraction databases support'
-'libpcap: PCAP output support'
-'jansson: JSON output support')
-validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC') # Netfilter Core Team
-source=("http://www.netfilter.org/projects/ulogd/files/$pkgname-$pkgver.tar.bz2"{,.sig}
-"$pkgname.logrotate"
-"$pkgname.conf"
-

[arch-commits] Commit in ulogd/repos (community-i686 community-x86_64)

2016-02-24 Thread Sébastien Luttringer
Date: Thursday, February 25, 2016 @ 00:19:54
  Author: seblu
Revision: 260237

Idiot!

Deleted:
  ulogd/repos/community-i686/
  ulogd/repos/community-x86_64/


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

2016-02-24 Thread Sébastien Luttringer
Date: Thursday, February 25, 2016 @ 00:18:32
  Author: seblu
Revision: 260236

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

Added:
  ulogd/repos/community-i686/
  ulogd/repos/community-i686/01-fix-FS#48318.patch
(from rev 260235, ulogd/trunk/01-fix-FS#48318.patch)
  ulogd/repos/community-i686/PKGBUILD
(from rev 260235, ulogd/trunk/PKGBUILD)
  ulogd/repos/community-i686/ulogd.conf
(from rev 260235, ulogd/trunk/ulogd.conf)
  ulogd/repos/community-i686/ulogd.logrotate
(from rev 260235, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/community-i686/ulogd.service
(from rev 260235, ulogd/trunk/ulogd.service)
  ulogd/repos/community-x86_64/
  ulogd/repos/community-x86_64/01-fix-FS#48318.patch
(from rev 260235, ulogd/trunk/01-fix-FS#48318.patch)
  ulogd/repos/community-x86_64/PKGBUILD
(from rev 260235, ulogd/trunk/PKGBUILD)
  ulogd/repos/community-x86_64/ulogd.conf
(from rev 260235, ulogd/trunk/ulogd.conf)
  ulogd/repos/community-x86_64/ulogd.logrotate
(from rev 260235, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/community-x86_64/ulogd.service
(from rev 260235, ulogd/trunk/ulogd.service)

+
 community-i686/01-fix-FS#48318.patch   |   25 ++
 community-i686/PKGBUILD|   77 +++
 community-i686/ulogd.conf  |   20 
 community-i686/ulogd.logrotate |   10 
 community-i686/ulogd.service   |   11 
 community-x86_64/01-fix-FS#48318.patch |   25 ++
 community-x86_64/PKGBUILD  |   77 +++
 community-x86_64/ulogd.conf|   20 
 community-x86_64/ulogd.logrotate   |   10 
 community-x86_64/ulogd.service |   11 
 10 files changed, 286 insertions(+)

Copied: ulogd/repos/community-i686/01-fix-FS#48318.patch (from rev 260235, 
ulogd/trunk/01-fix-FS#48318.patch)
===
--- community-i686/01-fix-FS#48318.patch(rev 0)
+++ community-i686/01-fix-FS#48318.patch2016-02-24 23:18:32 UTC (rev 
260236)
@@ -0,0 +1,25 @@
+From a82d9cfe03679b82ab4d9586c93ad377e9e27149 Mon Sep 17 00:00:00 2001
+From: Eric Leblond 
+Date: Fri, 5 Feb 2016 11:55:26 +0100
+Subject: [PATCH 2/2] ulogd: add missing newline in log message
+
+---
+ src/ulogd.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/ulogd.c b/src/ulogd.c
+index c8d9376..5b9a586 100644
+--- a/src/ulogd.c
 b/src/ulogd.c
+@@ -1515,7 +1515,7 @@ int main(int argc, char* argv[])
+ 
+   if (daemonize){
+   if (daemon(0, 0) < 0) {
+-  ulogd_log(ULOGD_FATAL, "can't daemonize: %s (%d)",
++  ulogd_log(ULOGD_FATAL, "can't daemonize: %s (%d)\n",
+ errno, strerror(errno));
+   warn_and_exit(daemonize);
+   }
+-- 
+2.7.1
+

Copied: ulogd/repos/community-i686/PKGBUILD (from rev 260235, 
ulogd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-24 23:18:32 UTC (rev 260236)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Sergej Pupykin 
+# Contributor: Dale Blount 
+
+pkgname=ulogd
+pkgver=2.0.5
+pkgrel=3
+pkgdesc='Userspace Packet Logging for netfilter'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/ulogd/index.html'
+license=('GPL2')
+depends=('libmnl'
+ 'libnetfilter_acct'
+ 'libnetfilter_conntrack'
+ 'libnetfilter_log'
+ 'libnfnetlink')
+backup=('etc/ulogd.conf')
+makedepends=('libmariadbclient'
+ 'libpcap'
+ 'libdbi'
+ 'postgresql-libs'
+ 'sqlite'
+ 'jansson')
+optdepends=('libmariadbclient: MySQL databases support'
+'sqlite: SQLite3 databases support'
+'postgresql-libs: PostgreSQL databases support'
+'libdbi: DBI abstraction databases support'
+'libpcap: PCAP output support'
+'jansson: JSON output support')
+validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC') # Netfilter Core Team
+source=("http://www.netfilter.org/projects/ulogd/files/$pkgname-$pkgver.tar.bz2"{,.sig}
+"$pkgname.logrotate"
+"$pkgname.conf"
+"$pkgname.service"
+'01-fix-FS#48318.patch')
+md5sums=('f0f8fe1371fa28b5e06cb16aaa0111dd'
+ 'SKIP'
+ '50c392d3668ee9c69281f05f55430d0f'
+ '2c8cbedb2fb455cba220ca35186ad846'
+ '23a13ee4c118cb40b086bdb23d25eac2'
+ '8a9c41fc01bf65a798e44c7548dce8ac')
+
+prepare() {
+  for _f in "${source[@]}"; do
+if [[ "$_f" =~ \.patch$ ]]; then
+  msg2 "Apply patch $_f"
+  patch -t -p1 -d 

[arch-commits] Commit in ulogd/trunk (5 files)

2016-02-24 Thread Sébastien Luttringer
Date: Thursday, February 25, 2016 @ 00:18:14
  Author: seblu
Revision: 260235

upgpkg: ulogd 2.0.5-3

- FS#48242
- FS#48318

Added:
  ulogd/trunk/01-fix-FS#48318.patch
Modified:
  ulogd/trunk/PKGBUILD
  ulogd/trunk/ulogd.logrotate
  ulogd/trunk/ulogd.service
Deleted:
  ulogd/trunk/ulogd

---+
 01-fix-FS#48318.patch |   25 ++
 PKGBUILD  |   19 +---
 ulogd |   54 
 ulogd.logrotate   |2 -
 ulogd.service |1 
 5 files changed, 42 insertions(+), 59 deletions(-)

Added: 01-fix-FS#48318.patch
===
--- 01-fix-FS#48318.patch   (rev 0)
+++ 01-fix-FS#48318.patch   2016-02-24 23:18:14 UTC (rev 260235)
@@ -0,0 +1,25 @@
+From a82d9cfe03679b82ab4d9586c93ad377e9e27149 Mon Sep 17 00:00:00 2001
+From: Eric Leblond 
+Date: Fri, 5 Feb 2016 11:55:26 +0100
+Subject: [PATCH 2/2] ulogd: add missing newline in log message
+
+---
+ src/ulogd.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/ulogd.c b/src/ulogd.c
+index c8d9376..5b9a586 100644
+--- a/src/ulogd.c
 b/src/ulogd.c
+@@ -1515,7 +1515,7 @@ int main(int argc, char* argv[])
+ 
+   if (daemonize){
+   if (daemon(0, 0) < 0) {
+-  ulogd_log(ULOGD_FATAL, "can't daemonize: %s (%d)",
++  ulogd_log(ULOGD_FATAL, "can't daemonize: %s (%d)\n",
+ errno, strerror(errno));
+   warn_and_exit(daemonize);
+   }
+-- 
+2.7.1
+

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 20:58:56 UTC (rev 260234)
+++ PKGBUILD2016-02-24 23:18:14 UTC (rev 260235)
@@ -5,7 +5,7 @@
 
 pkgname=ulogd
 pkgver=2.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Userspace Packet Logging for netfilter'
 arch=('i686' 'x86_64')
 url='http://www.netfilter.org/projects/ulogd/index.html'
@@ -32,13 +32,24 @@
 
source=("http://www.netfilter.org/projects/ulogd/files/$pkgname-$pkgver.tar.bz2"{,.sig}
 "$pkgname.logrotate"
 "$pkgname.conf"
-"$pkgname.service")
+"$pkgname.service"
+'01-fix-FS#48318.patch')
 md5sums=('f0f8fe1371fa28b5e06cb16aaa0111dd'
  'SKIP'
- '95f05af0a0c8f5fdea5bd92ccb2fd465'
+ '50c392d3668ee9c69281f05f55430d0f'
  '2c8cbedb2fb455cba220ca35186ad846'
- '2181602f38e165280b970ff80653c7b2')
+ '23a13ee4c118cb40b086bdb23d25eac2'
+ '8a9c41fc01bf65a798e44c7548dce8ac')
 
+prepare() {
+  for _f in "${source[@]}"; do
+if [[ "$_f" =~ \.patch$ ]]; then
+  msg2 "Apply patch $_f"
+  patch -t -p1 -d $pkgname-$pkgver < "$_f"
+fi
+  done
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure \

Deleted: ulogd
===
--- ulogd   2016-02-24 20:58:56 UTC (rev 260234)
+++ ulogd   2016-02-24 23:18:14 UTC (rev 260235)
@@ -1,54 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-get_pid() {
-   pidof /usr/sbin/ulogd
-}
-
-case "$1" in
-  start)
-stat_busy "Starting ulogd daemon"
-
-[ -f /var/run/ulog.pid ] && rm -f /var/run/ulog.pid
-PID=`get_pid`
-if [ -z "$PID" ]; then
-   /usr/sbin/ulogd -d
-  if [ $? -gt 0 ]; then
-stat_fail
-exit 1
-  else
-echo `get_pid` > /var/run/ulogd.pid
-add_daemon ulogd
-stat_done
-  fi
-else
-  stat_fail
-  exit 1
-fi
-;;
-
-  stop)
-stat_busy "Stopping ulog daemon"
-PID=`get_pid`
-[ ! -z "$PID" ] && kill $PID &> /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-  exit 1
-else
-  rm -f /var/run/ulogd.pid &> /dev/null
-  rm_daemon ulogd
-  stat_done
-fi
-;;
-
-  restart)
-$0 stop
-sleep 3
-$0 start
-;;
-  *)
-echo "usage: $0 {start|stop|restart}"  
-esac
-exit 0

Modified: ulogd.logrotate
===
--- ulogd.logrotate 2016-02-24 20:58:56 UTC (rev 260234)
+++ ulogd.logrotate 2016-02-24 23:18:14 UTC (rev 260235)
@@ -5,6 +5,6 @@
   create 0640 root root
 
   postrotate
-systemctl kill --signal=SIGHUP ulogd.service || true
+systemctl reload ulogd.service || true
   endscript
 }

Modified: ulogd.service
===
--- ulogd.service   2016-02-24 20:58:56 UTC (rev 260234)
+++ ulogd.service   2016-02-24 23:18:14 UTC (rev 260235)
@@ -5,6 +5,7 @@
 
 [Service]
 ExecStart=/usr/bin/ulogd
+ExecReload=/usr/bin/kill --signal HUP ${MAINPID}
 
 [Install]
 WantedBy=multi-user.target


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

2016-02-24 Thread Sébastien Luttringer
Date: Thursday, February 25, 2016 @ 00:14:59
  Author: seblu
Revision: 163346

db-move: moved dkms from [community-testing] to [community] (any)

Added:
  dkms/repos/community-any/02-no-kernel-hook.patch
(from rev 163345, dkms/repos/community-testing-any/02-no-kernel-hook.patch)
  dkms/repos/community-any/PKGBUILD
(from rev 163345, dkms/repos/community-testing-any/PKGBUILD)
  dkms/repos/community-any/dkms.install
(from rev 163345, dkms/repos/community-testing-any/dkms.install)
  dkms/repos/community-any/hook.install
(from rev 163345, dkms/repos/community-testing-any/hook.install)
  dkms/repos/community-any/hook.remove
(from rev 163345, dkms/repos/community-testing-any/hook.remove)
  dkms/repos/community-any/hook.sh
(from rev 163345, dkms/repos/community-testing-any/hook.sh)
Deleted:
  dkms/repos/community-any/02-no-kernel-hook.patch
  dkms/repos/community-any/PKGBUILD
  dkms/repos/community-any/dkms.default
  dkms/repos/community-any/dkms.install
  dkms/repos/community-any/dkms.service
  dkms/repos/community-any/dkms.systemd
  dkms/repos/community-testing-any/

---+
 /02-no-kernel-hook.patch  |   13 ++
 /PKGBUILD |   60 +++
 /dkms.install |   13 ++
 community-any/02-no-kernel-hook.patch |   13 --
 community-any/PKGBUILD|   60 ---
 community-any/dkms.default|9 
 community-any/dkms.install|   13 --
 community-any/dkms.service|   11 -
 community-any/dkms.systemd|   61 
 community-any/hook.install|   13 ++
 community-any/hook.remove |   13 ++
 community-any/hook.sh |   60 +++
 12 files changed, 172 insertions(+), 167 deletions(-)

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

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

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2016-02-24 22:11:37 UTC (rev 163345)
+++ community-any/PKGBUILD  2016-02-24 23:14:59 UTC (rev 163346)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
-
-pkgname=dkms
-pkgver=2.2.0.3+git151023
-pkgrel=1
-pkgdesc='Dynamic Kernel Modules System'
-arch=('any')
-url='http://linux.dell.com/dkms/'
-license=('GPL2')
-depends=('bash' 'kmod' 'gcc' 'make' 'patch')
-makedepends=('git')
-optdepends=('linux-headers: build modules against Arch kernel'
-'linux-lts-headers: build modules against LTS Arch kernel')
-backup=('etc/dkms/framework.conf' 'etc/default/dkms')
-install=$pkgname.install
-source=('git+git://linux.dell.com/dkms.git#commit=7b6e78f'
-'02-no-kernel-hook.patch'
-"$pkgname.default"
-"$pkgname.service"
-"$pkgname.systemd")
-md5sums=('SKIP'
- '82d520c39c99c34977e48b313a189c6c'
- '33be2fbf1bcc1b3fb2f38d9e7eaa809d'
- 

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

2016-02-24 Thread Antonio Rojas
Date: Wednesday, February 24, 2016 @ 21:58:56
  Author: arojas
Revision: 260234

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

Added:
  ffmpegthumbs/repos/testing-i686/PKGBUILD
(from rev 260233, ffmpegthumbs/trunk/PKGBUILD)
  ffmpegthumbs/repos/testing-x86_64/PKGBUILD
(from rev 260233, ffmpegthumbs/trunk/PKGBUILD)
Deleted:
  ffmpegthumbs/repos/testing-i686/PKGBUILD
  ffmpegthumbs/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-02-24 20:58:00 UTC (rev 260233)
+++ testing-i686/PKGBUILD   2016-02-24 20:58:56 UTC (rev 260234)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=ffmpegthumbs
-pkgver=15.12.2
-pkgrel=2
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://projects.kde.org/ffmpegthumbs'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdemultimedia)
-depends=(kio ffmpeg)
-makedepends=(extra-cmake-modules git)
-replaces=(kdemultimedia-ffmpegthumbs)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
-   
ffmpegthumbs-ffmpeg3.patch::"https://git.reviewboard.kde.org/r/126992/diff/raw/;)
-md5sums=('3e56e870a963fbc7e0c1b873628e56e7'
- '0e3a9b044e2d94be9c608ad6369e9c7f')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix build against ffmpeg 3.0
-  patch -p1 -i ../ffmpegthumbs-ffmpeg3.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ffmpegthumbs/repos/testing-i686/PKGBUILD (from rev 260233, 
ffmpegthumbs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-24 20:58:56 UTC (rev 260234)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=ffmpegthumbs
+pkgver=15.12.2
+pkgrel=3
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/ffmpegthumbs'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdemultimedia)
+depends=(kio ffmpeg2.8)
+makedepends=(extra-cmake-modules git)
+replaces=(kdemultimedia-ffmpegthumbs)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('3e56e870a963fbc7e0c1b873628e56e7')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix build against ffmpeg 3.0
+# patch -p1 -i ../ffmpegthumbs-ffmpeg3.patch
+}
+
+build() {
+  cd build
+  export PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig"
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-02-24 20:58:00 UTC (rev 260233)
+++ testing-x86_64/PKGBUILD 2016-02-24 20:58:56 UTC (rev 260234)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=ffmpegthumbs
-pkgver=15.12.2
-pkgrel=2
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://projects.kde.org/ffmpegthumbs'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdemultimedia)
-depends=(kio ffmpeg)
-makedepends=(extra-cmake-modules git)
-replaces=(kdemultimedia-ffmpegthumbs)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
-   
ffmpegthumbs-ffmpeg3.patch::"https://git.reviewboard.kde.org/r/126992/diff/raw/;)
-md5sums=('3e56e870a963fbc7e0c1b873628e56e7'
- '0e3a9b044e2d94be9c608ad6369e9c7f')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix build against ffmpeg 3.0
-  patch -p1 -i ../ffmpegthumbs-ffmpeg3.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: 

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

2016-02-24 Thread Antonio Rojas
Date: Wednesday, February 24, 2016 @ 21:58:00
  Author: arojas
Revision: 260233

Build with ffmpeg 2.8, patch doesn't work

Modified:
  ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 20:30:00 UTC (rev 260232)
+++ PKGBUILD2016-02-24 20:58:00 UTC (rev 260233)
@@ -4,19 +4,17 @@
 
 pkgname=ffmpegthumbs
 pkgver=15.12.2
-pkgrel=2
+pkgrel=3
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/ffmpegthumbs'
 arch=(i686 x86_64)
 license=(GPL LGPL FDL)
 groups=(kde-applications kdemultimedia)
-depends=(kio ffmpeg)
+depends=(kio ffmpeg2.8)
 makedepends=(extra-cmake-modules git)
 replaces=(kdemultimedia-ffmpegthumbs)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
-   
ffmpegthumbs-ffmpeg3.patch::"https://git.reviewboard.kde.org/r/126992/diff/raw/;)
-md5sums=('3e56e870a963fbc7e0c1b873628e56e7'
- '0e3a9b044e2d94be9c608ad6369e9c7f')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('3e56e870a963fbc7e0c1b873628e56e7')
 
 prepare() {
   mkdir -p build
@@ -23,11 +21,12 @@
 
   cd $pkgname-$pkgver
 # Fix build against ffmpeg 3.0
-  patch -p1 -i ../ffmpegthumbs-ffmpeg3.patch
+# patch -p1 -i ../ffmpegthumbs-ffmpeg3.patch
 }
 
 build() {
   cd build
+  export PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig"
   cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DBUILD_TESTING=OFF \


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

2016-02-24 Thread Jelle van der Waa
Date: Wednesday, February 24, 2016 @ 21:29:05
  Author: jelle
Revision: 163335

upgpkg: pdf2djvu 0.9.4-1

Modified:
  pdf2djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 20:26:34 UTC (rev 163334)
+++ PKGBUILD2016-02-24 20:29:05 UTC (rev 163335)
@@ -3,8 +3,8 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=pdf2djvu
-pkgver=0.9.3
-pkgrel=3
+pkgver=0.9.4
+pkgrel=1
 pkgdesc="Creates DjVu files from PDF files"
 arch=('i686' 'x86_64')
 url="http://pdf2djvu.googlecode.com;
@@ -13,7 +13,7 @@
 makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
 
source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
 validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
-md5sums=('346ec06dc57a35fc09a2780aefbe9280'
+md5sums=('bb4ce32b199301b754c77d0c4aa83410'
  'SKIP')
 
 build() {


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

2016-02-24 Thread Jelle van der Waa
Date: Wednesday, February 24, 2016 @ 21:29:21
  Author: jelle
Revision: 163336

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

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

Copied: pdf2djvu/repos/community-i686/PKGBUILD (from rev 163335, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-24 20:29:21 UTC (rev 163336)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.9.4
+pkgrel=1
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://pdf2djvu.googlecode.com;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+md5sums=('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}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}

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

Copied: pdf2djvu/repos/community-x86_64/PKGBUILD (from rev 163335, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-24 20:29:21 UTC (rev 163336)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 

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

2016-02-24 Thread Jiachen Yang
Date: Wednesday, February 24, 2016 @ 21:26:34
  Author: farseerfc
Revision: 163334

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

Added:
  powerline/repos/community-i686/
  powerline/repos/community-i686/PKGBUILD
(from rev 16, powerline/trunk/PKGBUILD)
  powerline/repos/community-i686/powerline-fonts.install
(from rev 16, powerline/trunk/powerline-fonts.install)
  powerline/repos/community-x86_64/
  powerline/repos/community-x86_64/PKGBUILD
(from rev 16, powerline/trunk/PKGBUILD)
  powerline/repos/community-x86_64/powerline-fonts.install
(from rev 16, powerline/trunk/powerline-fonts.install)

--+
 community-i686/PKGBUILD  |  171 +
 community-i686/powerline-fonts.install   |9 +
 community-x86_64/PKGBUILD|  171 +
 community-x86_64/powerline-fonts.install |9 +
 4 files changed, 360 insertions(+)

Copied: powerline/repos/community-i686/PKGBUILD (from rev 16, 
powerline/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-24 20:26:34 UTC (rev 163334)
@@ -0,0 +1,171 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Swift Geek
+# AUR Maintainer: Timothée Ravier 
+# AUR Maintainer: Stefan Tatschner 
+# Contributor: Swift Geek
+# Contributor: Pablo Olmos de Aguilera C. pablo+aur at odac dot co
+
+_pkgname="powerline"
+pkgbase="powerline"
+pkgname=("powerline" "powerline2" "python-powerline" "python2-powerline" 
"powerline-common" "powerline-vim" "powerline-fonts")
+pkgdesc='Statusline plugin for vim, and provides statuslines and prompts for 
several other applications, including zsh, bash, tmux, IPython, Awesome, i3 and 
Qtile'
+pkgver=2.3
+pkgrel=3
+url="https://github.com/${_pkgname}/${_pkgname};
+license=('MIT')
+arch=('x86_64' 'i686')
+makedepends=(
+'python2-setuptools'
+'python-setuptools'
+'python-sphinx'
+)
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('edd7018391a567de26743caf15adfc2c4c87d458202e98c5371fd77225dbbdb8a87fd41b2c6f0bb91dbdd61d432a8a2115c3be2708f1d8a3dd309dcd478f6938')
+
+
+
+prepare() {
+cp -r ${srcdir}/${_pkgname}-${pkgver}{,-py2}
+# prepare python2 scripts
+cd ${srcdir}/${_pkgname}-${pkgver}-py2
+find scripts -type f -iname "powerline-*" -print0 | xargs -0 sed -i 
"1s/python/python2/"
+find ${_pkgname}/bindings -type f -iname "*.py" -print0 | xargs -0 sed -i 
"1s/python/python2/" 
+}
+
+build(){
+# build main pages
+cd ${srcdir}/${_pkgname}-${pkgver}/docs
+make man
+
+# build C client
+cd ${srcdir}/${_pkgname}-${pkgver}
+python setup.py build
+
+cd ${srcdir}/${_pkgname}-${pkgver}-py2
+python2 setup.py build
+}
+
+
+# FIXME Currently test will fail with dividers and other errors
+# check(){
+# cd ${srcdir}/${_pkgname}-${pkgver}
+# LC_ALL=C python setup.py test
+# cd ${srcdir}/${_pkgname}-${pkgver}-py2
+# LC_ALL=C python2 setup.py test
+# }
+
+package_powerline(){
+depends=('python-powerline')
+conflicts=('powerline2' 'python-powerline<=2.3-1')
+replaces=('python-powerline<=2.3-1')
+
+cd ${srcdir}/${_pkgname}-${pkgver}/scripts
+install -Dm755 powerline "${pkgdir}/usr/bin/powerline"
+install -Dm755 powerline-config "${pkgdir}/usr/bin/powerline-config"
+install -Dm755 powerline-daemon "${pkgdir}/usr/bin/powerline-daemon"
+install -Dm755 powerline-lint "${pkgdir}/usr/bin/powerline-lint"
+install -Dm755 powerline-render "${pkgdir}/usr/bin/powerline-render"
+
+# license is installed by powerline-common
+}
+
+package_powerline2(){
+depends=('python2-powerline')
+conflicts=('powerline' 'python2-powerline<=2.3-1')
+provides=('powerline')
+replaces=('python2-powerline<=2.3-1')
+
+cd ${srcdir}/${_pkgname}-${pkgver}-py2/scripts
+install -Dm755 powerline{,-config,-daemon,-lint,-render} -t 
"${pkgdir}/usr/bin/"
+
+install -dm755 "${pkgdir}/usr/share/licenses/"
+ln -s "/usr/share/licenses/${_pkgname}" 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+
+package_python-powerline() {
+pkgdesc='python library for powerline'
+depends=('python>=3.2' 'powerline-common')
+optdepends=('python-psutil: improved system information'
+'python-pygit2: improved git support'
+'powerline-vim: vim plugin'
+'powerline-fonts: patched fonts for powerline'
+)
+
+# install by redirect scripts and binaries
+cd ${srcdir}/${_pkgname}-${pkgver}
+python setup.py install --skip-build --root="${pkgdir}" --install-data=tmp 
--install-scripts=tmp --optimize=1
+# remove redirected scripts and binaries
+rm -rf "${pkgdir}/tmp" 
+
+

[arch-commits] Commit in (5 files)

2016-02-24 Thread Jiachen Yang
Date: Wednesday, February 24, 2016 @ 21:25:14
  Author: farseerfc
Revision: 16

add powerline

Added:
  powerline/
  powerline/repos/
  powerline/trunk/
  powerline/trunk/PKGBUILD
  powerline/trunk/powerline-fonts.install

-+
 PKGBUILD|  171 ++
 powerline-fonts.install |9 ++
 2 files changed, 180 insertions(+)

Added: powerline/trunk/PKGBUILD
===
--- powerline/trunk/PKGBUILD(rev 0)
+++ powerline/trunk/PKGBUILD2016-02-24 20:25:14 UTC (rev 16)
@@ -0,0 +1,171 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Swift Geek
+# AUR Maintainer: Timothée Ravier 
+# AUR Maintainer: Stefan Tatschner 
+# Contributor: Swift Geek
+# Contributor: Pablo Olmos de Aguilera C. pablo+aur at odac dot co
+
+_pkgname="powerline"
+pkgbase="powerline"
+pkgname=("powerline" "powerline2" "python-powerline" "python2-powerline" 
"powerline-common" "powerline-vim" "powerline-fonts")
+pkgdesc='Statusline plugin for vim, and provides statuslines and prompts for 
several other applications, including zsh, bash, tmux, IPython, Awesome, i3 and 
Qtile'
+pkgver=2.3
+pkgrel=3
+url="https://github.com/${_pkgname}/${_pkgname};
+license=('MIT')
+arch=('x86_64' 'i686')
+makedepends=(
+'python2-setuptools'
+'python-setuptools'
+'python-sphinx'
+)
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('edd7018391a567de26743caf15adfc2c4c87d458202e98c5371fd77225dbbdb8a87fd41b2c6f0bb91dbdd61d432a8a2115c3be2708f1d8a3dd309dcd478f6938')
+
+
+
+prepare() {
+cp -r ${srcdir}/${_pkgname}-${pkgver}{,-py2}
+# prepare python2 scripts
+cd ${srcdir}/${_pkgname}-${pkgver}-py2
+find scripts -type f -iname "powerline-*" -print0 | xargs -0 sed -i 
"1s/python/python2/"
+find ${_pkgname}/bindings -type f -iname "*.py" -print0 | xargs -0 sed -i 
"1s/python/python2/" 
+}
+
+build(){
+# build main pages
+cd ${srcdir}/${_pkgname}-${pkgver}/docs
+make man
+
+# build C client
+cd ${srcdir}/${_pkgname}-${pkgver}
+python setup.py build
+
+cd ${srcdir}/${_pkgname}-${pkgver}-py2
+python2 setup.py build
+}
+
+
+# FIXME Currently test will fail with dividers and other errors
+# check(){
+# cd ${srcdir}/${_pkgname}-${pkgver}
+# LC_ALL=C python setup.py test
+# cd ${srcdir}/${_pkgname}-${pkgver}-py2
+# LC_ALL=C python2 setup.py test
+# }
+
+package_powerline(){
+depends=('python-powerline')
+conflicts=('powerline2' 'python-powerline<=2.3-1')
+replaces=('python-powerline<=2.3-1')
+
+cd ${srcdir}/${_pkgname}-${pkgver}/scripts
+install -Dm755 powerline "${pkgdir}/usr/bin/powerline"
+install -Dm755 powerline-config "${pkgdir}/usr/bin/powerline-config"
+install -Dm755 powerline-daemon "${pkgdir}/usr/bin/powerline-daemon"
+install -Dm755 powerline-lint "${pkgdir}/usr/bin/powerline-lint"
+install -Dm755 powerline-render "${pkgdir}/usr/bin/powerline-render"
+
+# license is installed by powerline-common
+}
+
+package_powerline2(){
+depends=('python2-powerline')
+conflicts=('powerline' 'python2-powerline<=2.3-1')
+provides=('powerline')
+replaces=('python2-powerline<=2.3-1')
+
+cd ${srcdir}/${_pkgname}-${pkgver}-py2/scripts
+install -Dm755 powerline{,-config,-daemon,-lint,-render} -t 
"${pkgdir}/usr/bin/"
+
+install -dm755 "${pkgdir}/usr/share/licenses/"
+ln -s "/usr/share/licenses/${_pkgname}" 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+
+package_python-powerline() {
+pkgdesc='python library for powerline'
+depends=('python>=3.2' 'powerline-common')
+optdepends=('python-psutil: improved system information'
+'python-pygit2: improved git support'
+'powerline-vim: vim plugin'
+'powerline-fonts: patched fonts for powerline'
+)
+
+# install by redirect scripts and binaries
+cd ${srcdir}/${_pkgname}-${pkgver}
+python setup.py install --skip-build --root="${pkgdir}" --install-data=tmp 
--install-scripts=tmp --optimize=1
+# remove redirected scripts and binaries
+rm -rf "${pkgdir}/tmp" 
+
+install -dm755 "${pkgdir}/usr/share/licenses/"
+ln -s "/usr/share/licenses/${_pkgname}" 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_python2-powerline() {
+pkgdesc='python2 library for powerline'
+depends=('python2>=2.6' 'powerline-common')
+optdepends=('python2-psutil: improved system information'
+'python2-pygit2: improved git support'
+'powerline-vim: vim plugin'
+'powerline-fonts: patched fonts for powerline'
+)
+
+# install by redirect scripts and binaries
+cd ${srcdir}/${_pkgname}-${pkgver}-py2
+python2 setup.py install 

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

2016-02-24 Thread Jelle van der Waa
Date: Wednesday, February 24, 2016 @ 19:40:28
  Author: jelle
Revision: 163331

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

Added:
  xmobar/repos/community-i686/PKGBUILD
(from rev 163330, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-i686/disable-ewmh-plugin.patch
(from rev 163330, xmobar/trunk/disable-ewmh-plugin.patch)
  xmobar/repos/community-x86_64/PKGBUILD
(from rev 163330, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-x86_64/disable-ewmh-plugin.patch
(from rev 163330, xmobar/trunk/disable-ewmh-plugin.patch)
Deleted:
  xmobar/repos/community-i686/PKGBUILD
  xmobar/repos/community-i686/disable-ewmh-plugin.patch
  xmobar/repos/community-x86_64/PKGBUILD
  xmobar/repos/community-x86_64/disable-ewmh-plugin.patch

+
 /PKGBUILD  |   62 ++
 /disable-ewmh-plugin.patch |   92 +++
 community-i686/PKGBUILD|   31 -
 community-i686/disable-ewmh-plugin.patch   |   46 -
 community-x86_64/PKGBUILD  |   31 -
 community-x86_64/disable-ewmh-plugin.patch |   46 -
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-24 18:40:13 UTC (rev 163330)
+++ community-i686/PKGBUILD 2016-02-24 18:40:28 UTC (rev 163331)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Arch Haskell Team 
-
-pkgname=xmobar
-pkgver=0.23.1
-pkgrel=10
-pkgdesc="A Minimalistic Text Based Status Bar"
-url="http://hackage.haskell.org/package/xmobar;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
-makedepends=('ghc=7.10.3' 'haskell-x11' 'haskell-x11-xft' 
'haskell-utf8-string' 'haskell-network-uri'
- 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat' 'haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-
-build() {
-cd ${srcdir}/xmobar-$pkgver
-
-runhaskell Setup configure --disable-optimization  --prefix=/usr 
--flags="with_utf8 with_xft with_iwlib with_xpm"
-runhaskell Setup build
-}
-
-package() {
-cd ${srcdir}/xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('f97a10f049796f55cc3d13ee68d07eac')

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 163330, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-24 18:40:28 UTC (rev 163331)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.23.1
+pkgrel=11
+pkgdesc="A Minimalistic Text Based Status Bar"
+url="http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
+makedepends=('ghc=7.10.3' 'haskell-x11' 'haskell-x11-xft' 
'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat' 'haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+cd xmobar-$pkgver
+
+runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft 
with_iwlib with_xpm"
+runhaskell Setup build
+}
+
+package() {
+cd xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('f97a10f049796f55cc3d13ee68d07eac')

Deleted: community-i686/disable-ewmh-plugin.patch
===
--- community-i686/disable-ewmh-plugin.patch2016-02-24 18:40:13 UTC (rev 
163330)
+++ community-i686/disable-ewmh-plugin.patch2016-02-24 18:40:28 UTC (rev 
163331)
@@ -1,46 +0,0 @@
-diff --git a/src/Config.hs b/src/Config.hs
-index 59d6bd4..c788e6a 100644
 a/src/Config.hs
-+++ b/src/Config.hs
-@@ -34,7 +34,6 @@ import Plugins.MarqueePipeReader
- import Plugins.CommandReader
- import Plugins.StdinReader
- import Plugins.XMonadLog
--import Plugins.EWMH
- import Plugins.Kbd
- import Plugins.Locks
-
-@@ -147,7 +146,7 @@ infixr :*:
- -- the 'Runnable.Runnable' Read instance. To install a plugin just add
- -- the plugin's type to the list of types (separated by ':*:') appearing in
- -- this function's type signature.
--runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader 

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

2016-02-24 Thread Jelle van der Waa
Date: Wednesday, February 24, 2016 @ 19:40:13
  Author: jelle
Revision: 163330

Resolve FS#48081

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 17:38:06 UTC (rev 163329)
+++ PKGBUILD2016-02-24 18:40:13 UTC (rev 163330)
@@ -4,7 +4,7 @@
 
 pkgname=xmobar
 pkgver=0.23.1
-pkgrel=10
+pkgrel=11
 pkgdesc="A Minimalistic Text Based Status Bar"
 url="http://hackage.haskell.org/package/xmobar;
 license=('custom:BSD3')
@@ -16,14 +16,14 @@
 
source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
 
 build() {
-cd ${srcdir}/xmobar-$pkgver
+cd xmobar-$pkgver
 
-runhaskell Setup configure --disable-optimization  --prefix=/usr 
--flags="with_utf8 with_xft with_iwlib with_xpm"
+runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft 
with_iwlib with_xpm"
 runhaskell Setup build
 }
 
 package() {
-cd ${srcdir}/xmobar-$pkgver
+cd xmobar-$pkgver
 runhaskell Setup copy --destdir=${pkgdir}
 install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }


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

2016-02-24 Thread Jan Steffens
Date: Wednesday, February 24, 2016 @ 19:21:58
  Author: heftig
Revision: 260229

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 260228, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk-update-icon-cache.install
(from rev 260228, gtk3/trunk/gtk-update-icon-cache.install)
  gtk3/repos/extra-i686/gtk3.install
(from rev 260228, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 260228, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 260228, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.install
(from rev 260228, gtk3/trunk/gtk-update-icon-cache.install)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 260228, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 260228, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-i686/0001-file-chooser-Avoid-a-crash.patch
  
gtk3/repos/extra-i686/0001-file-chooser-Use-the-right-model-when-getting-the-se.patch
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk-update-icon-cache.install
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-x86_64/0001-file-chooser-Avoid-a-crash.patch
  
gtk3/repos/extra-x86_64/0001-file-chooser-Use-the-right-model-when-getting-the-se.patch
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.install
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

--+
 /PKGBUILD| 
 132 ++
 /gtk-update-icon-cache.install   | 
   6 
 /gtk3.install| 
  36 ++
 /settings.ini| 
   8 
 extra-i686/0001-file-chooser-Avoid-a-crash.patch | 
  46 ---
 extra-i686/0001-file-chooser-Use-the-right-model-when-getting-the-se.patch   | 
  42 ---
 extra-i686/PKGBUILD  | 
  76 -
 extra-i686/gtk-update-icon-cache.install | 
   3 
 extra-i686/gtk3.install  | 
  18 -
 extra-i686/settings.ini  | 
   4 
 extra-x86_64/0001-file-chooser-Avoid-a-crash.patch   | 
  46 ---
 extra-x86_64/0001-file-chooser-Use-the-right-model-when-getting-the-se.patch | 
  42 ---
 extra-x86_64/PKGBUILD| 
  76 -
 extra-x86_64/gtk-update-icon-cache.install   | 
   3 
 extra-x86_64/gtk3.install| 
  18 -
 extra-x86_64/settings.ini| 
   4 
 16 files changed, 182 insertions(+), 378 deletions(-)

Deleted: extra-i686/0001-file-chooser-Avoid-a-crash.patch
===
--- extra-i686/0001-file-chooser-Avoid-a-crash.patch2016-02-24 18:16:21 UTC 
(rev 260228)
+++ extra-i686/0001-file-chooser-Avoid-a-crash.patch2016-02-24 18:21:58 UTC 
(rev 260229)
@@ -1,46 +0,0 @@
-From f793da54a992d87da42c1f98e3cd5e9556c670ab Mon Sep 17 00:00:00 2001
-From: Matthias Clasen 
-Date: Sat, 30 Jan 2016 23:07:56 -0500
-Subject: [PATCH] file chooser: Avoid a crash
-
-Since 39c2d12330b6d4405ca8a5599c12017c58626fcf,
-priv->operation_mode == OPERATION_MODE_BROWSE no longer
-guarantees that priv->browse_files_model is the current
-model of the list - we are only switching the models after
-loading the new directory. Avoid triggering the assertion
-in show_and_select_files by checking if we have right model
-before calling it.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=761209

- gtk/gtkfilechooserwidget.c | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c
-index 127e18b..d1a2ed8 100644
 a/gtk/gtkfilechooserwidget.c
-+++ b/gtk/gtkfilechooserwidget.c
-@@ -5630,15 +5630,19 @@ gtk_file_chooser_widget_select_file (GtkFileChooser  
*chooser,
-   GtkFileChooserWidgetPrivate *priv = impl->priv;
-   GFile *parent_file;
-   gboolean same_path;
-+  GtkFileSystemModel *fsmodel;
- 
-   parent_file = g_file_get_parent (file);
- 
-   if (!parent_file)
- return gtk_file_chooser_set_current_folder_file (chooser, file, error);
- 
-+  fsmodel = GTK_FILE_SYSTEM_MODEL (gtk_tree_view_get_model (GTK_TREE_VIEW 
(priv->browse_files_tree_view)));
-+
-   if (priv->operation_mode == OPERATION_MODE_SEARCH ||
-   priv->operation_mode == OPERATION_MODE_RECENT ||
--  priv->load_state == LOAD_EMPTY)
-+  priv->load_state == LOAD_EMPTY ||
-+  

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

2016-02-24 Thread Jan Steffens
Date: Wednesday, February 24, 2016 @ 19:16:21
  Author: heftig
Revision: 260228

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

Added:
  
glib2/repos/testing-i686/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch
(from rev 260227, 
glib2/trunk/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch)
  glib2/repos/testing-i686/PKGBUILD
(from rev 260227, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/memleak.patch
(from rev 260227, glib2/trunk/memleak.patch)
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
(from rev 260227, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  
glib2/repos/testing-x86_64/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch
(from rev 260227, 
glib2/trunk/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch)
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 260227, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/memleak.patch
(from rev 260227, glib2/trunk/memleak.patch)
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 260227, glib2/trunk/revert-warn-glib-compile-schemas.patch)
Deleted:
  glib2/repos/testing-i686/PKGBUILD
  glib2/repos/testing-i686/glib2.install
  glib2/repos/testing-i686/memleak.patch
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
  glib2/repos/testing-x86_64/PKGBUILD
  glib2/repos/testing-x86_64/glib2.install
  glib2/repos/testing-x86_64/memleak.patch
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch

---+
 /PKGBUILD 
|  144 ++
 /memleak.patch
|   50 +++
 /revert-warn-glib-compile-schemas.patch   
|   66 
 testing-i686/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch   
|   49 +++
 testing-i686/PKGBUILD 
|   70 
 testing-i686/glib2.install
|   13 
 testing-i686/memleak.patch
|   25 -
 testing-i686/revert-warn-glib-compile-schemas.patch   
|   33 --
 testing-x86_64/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch 
|   49 +++
 testing-x86_64/PKGBUILD   
|   70 
 testing-x86_64/glib2.install  
|   13 
 testing-x86_64/memleak.patch  
|   25 -
 testing-x86_64/revert-warn-glib-compile-schemas.patch 
|   33 --
 13 files changed, 358 insertions(+), 282 deletions(-)

Copied: 
glib2/repos/testing-i686/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch
 (from rev 260227, 
glib2/trunk/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch)
===
--- testing-i686/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch 
(rev 0)
+++ testing-i686/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch 
2016-02-24 18:16:21 UTC (rev 260228)
@@ -0,0 +1,49 @@
+From 4850cb55d3415b7d95c80c80ceb60f221f5dddf5 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Wed, 24 Feb 2016 18:58:25 +0100
+Subject: [PATCH] gsettings: Don't crash when no schemas are installed
+
+Still doesn't behave well ("gsettings help" causes an error),
+but at least there's no segfault anymore.
+---
+ gio/gsettings-tool.c | 10 --
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+diff --git a/gio/gsettings-tool.c b/gio/gsettings-tool.c
+index 6a302ce..0026f55 100644
+--- a/gio/gsettings-tool.c
 b/gio/gsettings-tool.c
+@@ -697,7 +697,7 @@ main (int argc, char **argv)
+   if (argc < 2)
+ return gsettings_help (FALSE, NULL);
+ 
+-  global_schema_source = g_settings_schema_source_ref 
(g_settings_schema_source_get_default ());
++  global_schema_source = g_settings_schema_source_get_default ();
+ 
+   if (argc > 3 && g_str_equal (argv[1], "--schemadir"))
+ {
+@@ -705,7 +705,6 @@ main (int argc, char **argv)
+   GError *error = NULL;
+ 
+   global_schema_source = g_settings_schema_source_new_from_directory 
(argv[2], parent, FALSE, );
+-  g_settings_schema_source_unref (parent);
+ 
+   if (global_schema_source == NULL)
+ {
+@@ -719,6 +718,13 @@ main (int argc, char **argv)
+   argv = argv + 2;
+   argc -= 2;
+ }
++  else if (global_schema_source == NULL)
++{
++  g_printerr (_("No schemas installed\n"));
++  return 1;
++}
++  else
++g_settings_schema_source_ref (global_schema_source);
+ 
+   need_settings = TRUE;
+ 
+-- 
+2.7.1
+

Deleted: testing-i686/PKGBUILD

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

2016-02-24 Thread Jan Steffens
Date: Wednesday, February 24, 2016 @ 19:13:21
  Author: heftig
Revision: 260227

2.46.2-4

Added:
  glib2/trunk/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch
Modified:
  glib2/trunk/PKGBUILD
Deleted:
  glib2/trunk/glib2.install

+
 0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch |   49 
++
 PKGBUILD   |6 -
 glib2.install  |   13 --
 3 files changed, 53 insertions(+), 15 deletions(-)

Added: 0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch
===
--- 0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch  
(rev 0)
+++ 0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch  
2016-02-24 18:13:21 UTC (rev 260227)
@@ -0,0 +1,49 @@
+From 4850cb55d3415b7d95c80c80ceb60f221f5dddf5 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Wed, 24 Feb 2016 18:58:25 +0100
+Subject: [PATCH] gsettings: Don't crash when no schemas are installed
+
+Still doesn't behave well ("gsettings help" causes an error),
+but at least there's no segfault anymore.
+---
+ gio/gsettings-tool.c | 10 --
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+diff --git a/gio/gsettings-tool.c b/gio/gsettings-tool.c
+index 6a302ce..0026f55 100644
+--- a/gio/gsettings-tool.c
 b/gio/gsettings-tool.c
+@@ -697,7 +697,7 @@ main (int argc, char **argv)
+   if (argc < 2)
+ return gsettings_help (FALSE, NULL);
+ 
+-  global_schema_source = g_settings_schema_source_ref 
(g_settings_schema_source_get_default ());
++  global_schema_source = g_settings_schema_source_get_default ();
+ 
+   if (argc > 3 && g_str_equal (argv[1], "--schemadir"))
+ {
+@@ -705,7 +705,6 @@ main (int argc, char **argv)
+   GError *error = NULL;
+ 
+   global_schema_source = g_settings_schema_source_new_from_directory 
(argv[2], parent, FALSE, );
+-  g_settings_schema_source_unref (parent);
+ 
+   if (global_schema_source == NULL)
+ {
+@@ -719,6 +718,13 @@ main (int argc, char **argv)
+   argv = argv + 2;
+   argc -= 2;
+ }
++  else if (global_schema_source == NULL)
++{
++  g_printerr (_("No schemas installed\n"));
++  return 1;
++}
++  else
++g_settings_schema_source_ref (global_schema_source);
+ 
+   need_settings = TRUE;
+ 
+-- 
+2.7.1
+

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 18:12:28 UTC (rev 260226)
+++ PKGBUILD2016-02-24 18:13:21 UTC (rev 260227)
@@ -4,14 +4,16 @@
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
 pkgver=2.46.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Common C routines used by GTK+ and other libs"
 url="http://www.gtk.org/;
 arch=(i686 x86_64)
 makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'libelf')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver:0:4}/glib-$pkgver.tar.xz
+0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch
 revert-warn-glib-compile-schemas.patch memleak.patch)
 sha256sums=('5031722e37036719c1a09163cc6cf7c326e4c4f1f1e074b433c156862bd733db'
+'06520be36842422fddcad839c07f15f04910b3dc3b6f8f146cfcaa86e9bc983b'
 '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97'
 '8337eeba4a32133d41575c8338fca32ac6a867e6e4a4e021355fcdeb606420a6')
 
@@ -19,6 +21,7 @@
   cd glib-$pkgver
   patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
   patch -Np1 -i ../memleak.patch
+  patch -Np1 -i 
../0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch
 }
   
 build() {
@@ -41,7 +44,6 @@
   'libelf: gresource inspection tool')
   options=('!docs' '!emptydirs')
   license=('LGPL')
-  install=glib2.install
 
   cd glib-$pkgver
   make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" 
install

Deleted: glib2.install
===
--- glib2.install   2016-02-24 18:12:28 UTC (rev 260226)
+++ glib2.install   2016-02-24 18:13:21 UTC (rev 260227)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_remove() {
-if [ -f /usr/share/glib-2.0/schemas/gschemas.compiled ]; then
-rm /usr/share/glib-2.0/schemas/gschemas.compiled
-fi
-}


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

2016-02-24 Thread Jan Steffens
Date: Wednesday, February 24, 2016 @ 19:12:28
  Author: heftig
Revision: 260226

3.18.8

Modified:
  gtk3/trunk/PKGBUILD
Deleted:
  gtk3/trunk/0001-file-chooser-Avoid-a-crash.patch
  gtk3/trunk/0001-file-chooser-Use-the-right-model-when-getting-the-se.patch

-+
 0001-file-chooser-Avoid-a-crash.patch   |   46 
--
 0001-file-chooser-Use-the-right-model-when-getting-the-se.patch |   42 
-
 PKGBUILD|   16 ---
 3 files changed, 3 insertions(+), 101 deletions(-)

Deleted: 0001-file-chooser-Avoid-a-crash.patch
===
--- 0001-file-chooser-Avoid-a-crash.patch   2016-02-24 17:19:05 UTC (rev 
260225)
+++ 0001-file-chooser-Avoid-a-crash.patch   2016-02-24 18:12:28 UTC (rev 
260226)
@@ -1,46 +0,0 @@
-From f793da54a992d87da42c1f98e3cd5e9556c670ab Mon Sep 17 00:00:00 2001
-From: Matthias Clasen 
-Date: Sat, 30 Jan 2016 23:07:56 -0500
-Subject: [PATCH] file chooser: Avoid a crash
-
-Since 39c2d12330b6d4405ca8a5599c12017c58626fcf,
-priv->operation_mode == OPERATION_MODE_BROWSE no longer
-guarantees that priv->browse_files_model is the current
-model of the list - we are only switching the models after
-loading the new directory. Avoid triggering the assertion
-in show_and_select_files by checking if we have right model
-before calling it.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=761209

- gtk/gtkfilechooserwidget.c | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c
-index 127e18b..d1a2ed8 100644
 a/gtk/gtkfilechooserwidget.c
-+++ b/gtk/gtkfilechooserwidget.c
-@@ -5630,15 +5630,19 @@ gtk_file_chooser_widget_select_file (GtkFileChooser  
*chooser,
-   GtkFileChooserWidgetPrivate *priv = impl->priv;
-   GFile *parent_file;
-   gboolean same_path;
-+  GtkFileSystemModel *fsmodel;
- 
-   parent_file = g_file_get_parent (file);
- 
-   if (!parent_file)
- return gtk_file_chooser_set_current_folder_file (chooser, file, error);
- 
-+  fsmodel = GTK_FILE_SYSTEM_MODEL (gtk_tree_view_get_model (GTK_TREE_VIEW 
(priv->browse_files_tree_view)));
-+
-   if (priv->operation_mode == OPERATION_MODE_SEARCH ||
-   priv->operation_mode == OPERATION_MODE_RECENT ||
--  priv->load_state == LOAD_EMPTY)
-+  priv->load_state == LOAD_EMPTY ||
-+  priv->browse_files_model != fsmodel)
- {
-   same_path = FALSE;
- }
--- 
-2.7.1
-

Deleted: 0001-file-chooser-Use-the-right-model-when-getting-the-se.patch
===
--- 0001-file-chooser-Use-the-right-model-when-getting-the-se.patch 
2016-02-24 17:19:05 UTC (rev 260225)
+++ 0001-file-chooser-Use-the-right-model-when-getting-the-se.patch 
2016-02-24 18:12:28 UTC (rev 260226)
@@ -1,42 +0,0 @@
-From 811a9b21c1bb226236d2a880f9cbbcbcf6028c2e Mon Sep 17 00:00:00 2001
-From: Matthias Clasen 
-Date: Fri, 12 Feb 2016 20:35:26 -0500
-Subject: [PATCH] file chooser: Use the right model when getting the selection
-
-We don't need to make assumptions about which model is currently
-used since gtk_tree_selection_get_selection hands us the model.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=761757

- gtk/gtkfilechooserwidget.c | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c
-index c77a8b7..6ef25b6 100644
 a/gtk/gtkfilechooserwidget.c
-+++ b/gtk/gtkfilechooserwidget.c
-@@ -6266,10 +6266,11 @@ get_selected_file_info_from_file_list 
(GtkFileChooserWidget *impl,
-   GtkTreeSelection *selection;
-   GtkTreeIter iter;
-   GFileInfo *info;
-+  GtkTreeModel *model;
- 
-   g_assert (!priv->select_multiple);
-   selection = gtk_tree_view_get_selection (GTK_TREE_VIEW 
(priv->browse_files_tree_view));
--  if (!gtk_tree_selection_get_selected (selection, NULL, ))
-+  if (!gtk_tree_selection_get_selected (selection, , ))
- {
-   *had_selection = FALSE;
-   return NULL;
-@@ -6277,7 +6278,7 @@ get_selected_file_info_from_file_list 
(GtkFileChooserWidget *impl,
- 
-   *had_selection = TRUE;
- 
--  info = _gtk_file_system_model_get_info (priv->browse_files_model, );
-+  info = _gtk_file_system_model_get_info (GTK_FILE_SYSTEM_MODEL (model), 
);
-   return info;
- }
- 
--- 
-2.7.1
-

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 17:19:05 UTC (rev 260225)
+++ PKGBUILD2016-02-24 18:12:28 UTC (rev 260226)
@@ -4,8 +4,8 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.18.7
-pkgrel=2
+pkgver=3.18.8
+pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(i686 x86_64)
 url="http://www.gtk.org/;
@@ -15,23 +15,13 @@
 makedepends=(gobject-introspection libcanberra gtk-doc)
 license=(LGPL)
 

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

2016-02-24 Thread Timothy Redaelli
Date: Wednesday, February 24, 2016 @ 18:38:06
  Author: tredaelli
Revision: 163329

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

Added:
  miniupnpd/repos/community-i686/PKGBUILD
(from rev 163328, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-i686/miniupnpd.systemd
(from rev 163328, miniupnpd/trunk/miniupnpd.systemd)
  miniupnpd/repos/community-x86_64/PKGBUILD
(from rev 163328, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-x86_64/miniupnpd.systemd
(from rev 163328, miniupnpd/trunk/miniupnpd.systemd)
Deleted:
  miniupnpd/repos/community-i686/PKGBUILD
  miniupnpd/repos/community-i686/miniupnpd.systemd
  miniupnpd/repos/community-x86_64/PKGBUILD
  miniupnpd/repos/community-x86_64/miniupnpd.systemd

+
 /PKGBUILD  |   82 +++
 /miniupnpd.systemd |   28 +++
 community-i686/PKGBUILD|   41 -
 community-i686/miniupnpd.systemd   |   14 -
 community-x86_64/PKGBUILD  |   41 -
 community-x86_64/miniupnpd.systemd |   14 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-24 17:37:53 UTC (rev 163328)
+++ community-i686/PKGBUILD 2016-02-24 17:38:06 UTC (rev 163329)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: fauno 
-pkgname=miniupnpd
-pkgver=1.9.20151212
-pkgrel=1
-pkgdesc="Lightweight UPnP IGD daemon"
-arch=('i686' 'x86_64')
-url="http://miniupnp.free.fr;
-license=('BSD')
-backup=(etc/miniupnpd/miniupnpd.conf)
-depends=('iptables' 'net-tools' 'util-linux')
-makedepends=('lsb-release')
-source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;
-miniupnpd.systemd)
-sha256sums=('5284651a387bf58bf8ffd6f634aa9cfcf0da2cda0ae9a470960fbbe2036fc7ab'
-'66cd1ed0ae55c683910d46c2e486a8b52e48088b70248323cf894bc962ede48f')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  CONFIG_OPTIONS="--ipv6 --leasefile" make -f Makefile.linux config.h
-  make -f Makefile.linux
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  mkdir -p "$pkgdir/usr/share/man/man8"
-
-  make PREFIX="$pkgdir/" SBININSTALLDIR="$pkgdir/usr/bin" -f Makefile.linux 
install
-
-  rm -r "${pkgdir}/etc/init.d"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "${srcdir}/miniupnpd.systemd" 
"${pkgdir}/usr/lib/systemd/system/miniupnpd.service"
-
-  sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
-  s:eth0:"`cat /etc/miniupnpd/miniupnpd.conf | '"awk -F= 
'/^ext_ifname/ { print \$2 }'"'`":' "${pkgdir}"/etc/miniupnpd/*.sh
-  sed -i -e "s/^uuid=[-0-9a-f]*/uuid=----/
- s/make genuuid/uuidgen/" "${pkgdir}/etc/miniupnpd/miniupnpd.conf"
-}

Copied: miniupnpd/repos/community-i686/PKGBUILD (from rev 163328, 
miniupnpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-24 17:38:06 UTC (rev 163329)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: fauno 
+pkgname=miniupnpd
+pkgver=1.9.20160222
+pkgrel=1
+pkgdesc="Lightweight UPnP IGD daemon"
+arch=('i686' 'x86_64')
+url="http://miniupnp.free.fr;
+license=('BSD')
+backup=(etc/miniupnpd/miniupnpd.conf)
+depends=('iptables' 'net-tools' 'util-linux')
+makedepends=('lsb-release')
+source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;
+miniupnpd.systemd)
+sha256sums=('e7d9d071876ac2ed41a04fe4436f8a8d4329c5c31d940e98cca26823c960'
+'66cd1ed0ae55c683910d46c2e486a8b52e48088b70248323cf894bc962ede48f')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  CONFIG_OPTIONS="--ipv6 --leasefile" make -f Makefile.linux config.h
+  make -f Makefile.linux
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  mkdir -p "$pkgdir/usr/share/man/man8"
+
+  make PREFIX="$pkgdir/" SBININSTALLDIR="$pkgdir/usr/bin" -f Makefile.linux 
install
+
+  rm -r "${pkgdir}/etc/init.d"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 "${srcdir}/miniupnpd.systemd" 
"${pkgdir}/usr/lib/systemd/system/miniupnpd.service"
+
+  sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
+  s:eth0:"`cat /etc/miniupnpd/miniupnpd.conf | '"awk -F= 
'/^ext_ifname/ { print \$2 }'"'`":' "${pkgdir}"/etc/miniupnpd/*.sh
+  sed -i -e "s/^uuid=[-0-9a-f]*/uuid=----/
+ s/make genuuid/uuidgen/" "${pkgdir}/etc/miniupnpd/miniupnpd.conf"
+}

Deleted: community-i686/miniupnpd.systemd
===
--- community-i686/miniupnpd.systemd2016-02-24 17:37:53 UTC (rev 163328)
+++ 

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

2016-02-24 Thread Timothy Redaelli
Date: Wednesday, February 24, 2016 @ 18:37:53
  Author: tredaelli
Revision: 163328

upgpkg: miniupnpd 1.9.20160222-1

Modified:
  miniupnpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 17:36:16 UTC (rev 163327)
+++ PKGBUILD2016-02-24 17:37:53 UTC (rev 163328)
@@ -2,7 +2,7 @@
 # Maintainer: Timothy Redaelli 
 # Contributor: fauno 
 pkgname=miniupnpd
-pkgver=1.9.20151212
+pkgver=1.9.20160222
 pkgrel=1
 pkgdesc="Lightweight UPnP IGD daemon"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('lsb-release')
 source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;
 miniupnpd.systemd)
-sha256sums=('5284651a387bf58bf8ffd6f634aa9cfcf0da2cda0ae9a470960fbbe2036fc7ab'
+sha256sums=('e7d9d071876ac2ed41a04fe4436f8a8d4329c5c31d940e98cca26823c960'
 '66cd1ed0ae55c683910d46c2e486a8b52e48088b70248323cf894bc962ede48f')
 
 build() {


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

2016-02-24 Thread Sergej Pupykin
Date: Wednesday, February 24, 2016 @ 18:36:16
  Author: spupykin
Revision: 163327

archrelease: copy trunk to community-any

Added:
  cacti/repos/community-any/PKGBUILD
(from rev 163326, cacti/trunk/PKGBUILD)
  cacti/repos/community-any/cacti.install
(from rev 163326, cacti/trunk/cacti.install)
Deleted:
  cacti/repos/community-any/PKGBUILD
  cacti/repos/community-any/cacti.install

---+
 PKGBUILD  |   76 
 cacti.install |   14 +-
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-24 17:36:07 UTC (rev 163326)
+++ PKGBUILD2016-02-24 17:36:16 UTC (rev 163327)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: tuxbubling 
-
-pkgname=cacti
-pkgver=0.8.8_f
-pkgrel=3
-pkgdesc="complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality"
-arch=(any)
-url="http://www.cacti.net;
-license=('GPL')
-depends=('rrdtool' 'mariadb' 'php' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi')
-backup=('etc/webapps/cacti/.htaccess'
-   'etc/webapps/cacti/config.php')
-install=cacti.install
-source=("http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz;)
-md5sums=('8d90642b362f80c46c489c5531e2ba90')
-
-prepare() {
-  cd $srcdir/$pkgname-${pkgver/_/}
-}
-
-package() {
-  mkdir -p $pkgdir/usr/share/webapps/cacti $pkgdir/etc/webapps/cacti
-  mv $srcdir/$pkgname-${pkgver/_/}/* $pkgdir/usr/share/webapps/cacti
-  echo "Require all denied" >> $pkgdir/etc/webapps/cacti/.htaccess
-  mv $pkgdir/usr/share/webapps/cacti/include/config.php 
$pkgdir/etc/webapps/cacti
-  ln -s /etc/webapps/cacti/.htaccess $pkgdir/usr/share/webapps/cacti/.htaccess
-  ln -s /etc/webapps/cacti/config.php 
$pkgdir/usr/share/webapps/cacti/include/config.php
-
-  install -dm0755 $pkgdir/var/log/ $pkgdir/var/lib/cacti/
-
-  mv $pkgdir/usr/share/webapps/cacti/rra $pkgdir/var/lib/cacti/rra
-  ln -s /var/lib/cacti/rra $pkgdir/usr/share/webapps/cacti/rra
-
-  mv $pkgdir/usr/share/webapps/cacti/log $pkgdir/var/log/cacti
-  ln -s /var/log/cacti $pkgdir/usr/share/webapps/cacti/log
-}

Copied: cacti/repos/community-any/PKGBUILD (from rev 163326, 
cacti/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-24 17:36:16 UTC (rev 163327)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: tuxbubling 
+
+pkgname=cacti
+pkgver=0.8.8_g
+pkgrel=1
+pkgdesc="complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality"
+arch=(any)
+url="http://www.cacti.net;
+license=('GPL')
+depends=('rrdtool' 'mariadb' 'php' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi')
+backup=('etc/webapps/cacti/.htaccess'
+   'etc/webapps/cacti/config.php')
+install=cacti.install
+source=("http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz;)
+md5sums=('75f660d54152182e1dbbf0db73143098')
+
+prepare() {
+  cd $srcdir/$pkgname-${pkgver/_/}
+}
+
+package() {
+  mkdir -p $pkgdir/usr/share/webapps/cacti $pkgdir/etc/webapps/cacti
+  mv $srcdir/$pkgname-${pkgver/_/}/* $pkgdir/usr/share/webapps/cacti
+  echo "Require all denied" >> $pkgdir/etc/webapps/cacti/.htaccess
+  mv $pkgdir/usr/share/webapps/cacti/include/config.php 
$pkgdir/etc/webapps/cacti
+  ln -s /etc/webapps/cacti/.htaccess $pkgdir/usr/share/webapps/cacti/.htaccess
+  ln -s /etc/webapps/cacti/config.php 
$pkgdir/usr/share/webapps/cacti/include/config.php
+
+  install -dm0755 $pkgdir/var/log/ $pkgdir/var/lib/cacti/
+
+  mv $pkgdir/usr/share/webapps/cacti/rra $pkgdir/var/lib/cacti/rra
+  ln -s /var/lib/cacti/rra $pkgdir/usr/share/webapps/cacti/rra
+
+  mv $pkgdir/usr/share/webapps/cacti/log $pkgdir/var/log/cacti
+  ln -s /var/log/cacti $pkgdir/usr/share/webapps/cacti/log
+}

Deleted: cacti.install
===
--- cacti.install   2016-02-24 17:36:07 UTC (rev 163326)
+++ cacti.install   2016-02-24 17:36:16 UTC (rev 163327)
@@ -1,7 +0,0 @@
-post_upgrade() {
-  post_install
-}
-
-post_install() {
-  chown -R http:http var/log/cacti var/lib/cacti/rra
-}

Copied: cacti/repos/community-any/cacti.install (from rev 163326, 
cacti/trunk/cacti.install)
===
--- cacti.install   (rev 0)
+++ cacti.install   2016-02-24 17:36:16 UTC (rev 163327)
@@ -0,0 +1,7 @@
+post_upgrade() {
+  post_install
+}
+
+post_install() {
+  chown -R http:http var/log/cacti var/lib/cacti/rra
+}


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

2016-02-24 Thread Sergej Pupykin
Date: Wednesday, February 24, 2016 @ 18:36:07
  Author: spupykin
Revision: 163326

upgpkg: cacti 0.8.8_g-1

upd

Modified:
  cacti/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 17:35:28 UTC (rev 163325)
+++ PKGBUILD2016-02-24 17:36:07 UTC (rev 163326)
@@ -3,8 +3,8 @@
 # Contributor: tuxbubling 
 
 pkgname=cacti
-pkgver=0.8.8_f
-pkgrel=3
+pkgver=0.8.8_g
+pkgrel=1
 pkgdesc="complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality"
 arch=(any)
 url="http://www.cacti.net;
@@ -14,7 +14,7 @@
'etc/webapps/cacti/config.php')
 install=cacti.install
 source=("http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz;)
-md5sums=('8d90642b362f80c46c489c5531e2ba90')
+md5sums=('75f660d54152182e1dbbf0db73143098')
 
 prepare() {
   cd $srcdir/$pkgname-${pkgver/_/}


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

2016-02-24 Thread Jaroslav Lichtblau
Date: Wednesday, February 24, 2016 @ 18:35:28
  Author: jlichtblau
Revision: 163325

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

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

+
 /PKGBUILD  |   92 +
 /skrooge.changelog |  130 +++
 /skrooge.install   |   28 ++
 community-i686/PKGBUILD|   38 -
 community-i686/skrooge-gcc-fix.patch   |   63 +++
 community-i686/skrooge.changelog   |   62 --
 community-i686/skrooge.install |   14 ---
 community-x86_64/PKGBUILD  |   38 -
 community-x86_64/skrooge-gcc-fix.patch |   63 +++
 community-x86_64/skrooge.changelog |   62 --
 community-x86_64/skrooge.install   |   14 ---
 11 files changed, 376 insertions(+), 228 deletions(-)

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

Copied: skrooge/repos/community-i686/PKGBUILD (from rev 163324, 
skrooge/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-24 17:35:28 UTC (rev 163325)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: neuromante 
+
+pkgname=skrooge
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="A personal finances manager for KDE"
+arch=('i686' 'x86_64')
+url="http://skrooge.org/;
+license=('GPL')
+depends=('qt5-base' 'qt5-tools' 'qca-qt5' 'qt5-script' 'libofx' 'grantlee-qt5'
+ 'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'kdelibs4support' 
'sqlcipher')
+makedepends=('cmake' 'kdoctools' 'extra-cmake-modules')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz
+$pkgname-gcc-fix.patch)
+sha256sums=('76f57e2cede320848f1f1bef41b3be128aec9d59a8e643701b30bcae61f8a11a'
+'9fce467043903e4e82b75cc95c96fa57facef99867bb08243adb910bbca990b8')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+#https://bugs.kde.org/show_bug.cgi?id=359679
+  patch -Np1 -i "${srcdir}"/$pkgname-gcc-fix.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export
+  cmake . 

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

2016-02-24 Thread Jaroslav Lichtblau
Date: Wednesday, February 24, 2016 @ 18:35:02
  Author: jlichtblau
Revision: 163324

upgpkg: skrooge 2.3.0-1 - new upstream release

Added:
  skrooge/trunk/skrooge-gcc-fix.patch
Modified:
  skrooge/trunk/PKGBUILD
  skrooge/trunk/skrooge.changelog

---+
 PKGBUILD  |   16 +---
 skrooge-gcc-fix.patch |   63 
 skrooge.changelog |3 ++
 3 files changed, 78 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 17:31:06 UTC (rev 163323)
+++ PKGBUILD2016-02-24 17:35:02 UTC (rev 163324)
@@ -5,8 +5,8 @@
 # Contributor: neuromante 
 
 pkgname=skrooge
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.3.0
+pkgrel=1
 pkgdesc="A personal finances manager for KDE"
 arch=('i686' 'x86_64')
 url="http://skrooge.org/;
@@ -17,9 +17,17 @@
 options=('!emptydirs')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('c711a63cff0874fdb0c9a1be954d6013dc77cafc30e779252fc50533ebae7eef')
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz
+$pkgname-gcc-fix.patch)
+sha256sums=('76f57e2cede320848f1f1bef41b3be128aec9d59a8e643701b30bcae61f8a11a'
+'9fce467043903e4e82b75cc95c96fa57facef99867bb08243adb910bbca990b8')
 
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+#https://bugs.kde.org/show_bug.cgi?id=359679
+  patch -Np1 -i "${srcdir}"/$pkgname-gcc-fix.patch
+}
+
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 

Added: skrooge-gcc-fix.patch
===
--- skrooge-gcc-fix.patch   (rev 0)
+++ skrooge-gcc-fix.patch   2016-02-24 17:35:02 UTC (rev 163324)
@@ -0,0 +1,63 @@
+--- a/skgbasemodeler/skgdocument.cpp
 b/skgbasemodeler/skgdocument.cpp
+@@ -42,7 +42,6 @@
+ #include 
+ 
+ #include 
+-#include 
+ #include 
+ 
+ #include "skgtraces.h"
+@@ -51,11 +50,6 @@
+ #include "skgpropertyobject.h"
+ #include "skgtransactionmng.h"
+ #include "skgreport.h"
+-
+-#ifdef Q_OS_WIN
+-#define isnan(a) _isnan(a)
+-#define isinf(a) !_finite(a)
+-#endif
+ 
+ #ifdef SKGCIPHER
+ #define SQLDRIVERNAME QStringLiteral("SKGSQLCIPHER")
+@@ -2693,7 +2687,7 @@
+ if (iValue > 0) {
+ p = '+' % p;
+ }
+-if (p.count() > 10 || isnan(iValue) || isinf(iValue)) {
++if (p.count() > 10 || std::isnan(iValue) || std::isinf(iValue)) {
+ p = QChar(8734);
+ }
+ return "
+ #include 
+-#include 
+ #include 
+ 
+ #include "skgtraces.h"
+@@ -36,11 +35,6 @@
+ #include "skgobjectbase.h"
+ #include "skgpayeeobject.h"
+ #include "skgimportexportmanager.h"
+-
+-#ifdef Q_OS_WIN
+-#define isnan(a) _isnan(a)
+-#define isinf(a) !_finite(a)
+-#endif
+ 
+ /**
+  * This plugin factory.
+@@ -386,7 +380,7 @@
+ }
+ }
+ 
+-if (!isnan(info.value)) {
++if (!std::isnan(info.value)) {
+ QChar accountType = 
mapIdType[info.account.text()];
+ if (accountType == 'C') {
+ 
suboperationsList.push_front(info);

Modified: skrooge.changelog
===
--- skrooge.changelog   2016-02-24 17:31:06 UTC (rev 163323)
+++ skrooge.changelog   2016-02-24 17:35:02 UTC (rev 163324)
@@ -1,3 +1,6 @@
+2016-02-22 Jaroslav Lichtblau 
+   * skrooge 2.3.0-1
+
 2015-11-30 Jaroslav Lichtblau 
* skrooge 2.2.0-1
 


[arch-commits] Commit in arm-none-eabi-gdb/repos (4 files)

2016-02-24 Thread Anatol Pomozov
Date: Wednesday, February 24, 2016 @ 18:31:06
  Author: anatolik
Revision: 163323

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

Added:
  arm-none-eabi-gdb/repos/community-testing-i686/
  arm-none-eabi-gdb/repos/community-testing-i686/PKGBUILD
(from rev 163322, arm-none-eabi-gdb/trunk/PKGBUILD)
  arm-none-eabi-gdb/repos/community-testing-x86_64/
  arm-none-eabi-gdb/repos/community-testing-x86_64/PKGBUILD
(from rev 163322, arm-none-eabi-gdb/trunk/PKGBUILD)

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

Copied: arm-none-eabi-gdb/repos/community-testing-i686/PKGBUILD (from rev 
163322, arm-none-eabi-gdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-02-24 17:31:06 UTC (rev 163323)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-gdb
+pkgver=7.11
+pkgrel=1
+pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python guile)
+optdepends=('openocd: for debugging JTAG targets'
+'stlink: for debugging over STLINK')
+options=(!emptydirs)
+source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha256sums=('7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  ./configure \
+--target=$_target \
+--prefix=/usr \
+--enable-languages=c,c++ \
+--enable-multilib \
+--enable-interwork \
+--with-system-readline \
+--disable-nls \
+--with-python=/usr/bin/python3 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Following files conflict with 'gdb' package
+  rm -r "$pkgdir"/usr/share/info
+  # TOTHINK: we remove python module used for debugging. It means arm-*-gdb 
alone will not be able to debug and 'gdb' package
+  # should be installed. File a bug upstream - ask a separate python module 
folder for cross tools.
+  rm -r "$pkgdir"/usr/share/gdb
+  rm -r "$pkgdir"/usr/include/gdb
+  rm -r "$pkgdir"/usr/share/man/man5
+}

Copied: arm-none-eabi-gdb/repos/community-testing-x86_64/PKGBUILD (from rev 
163322, arm-none-eabi-gdb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-02-24 17:31:06 UTC (rev 163323)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-gdb
+pkgver=7.11
+pkgrel=1
+pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python guile)
+optdepends=('openocd: for debugging JTAG targets'
+'stlink: for debugging over STLINK')
+options=(!emptydirs)
+source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha256sums=('7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  ./configure \
+--target=$_target \
+--prefix=/usr \
+--enable-languages=c,c++ \
+--enable-multilib \
+--enable-interwork \
+--with-system-readline \
+--disable-nls \
+--with-python=/usr/bin/python3 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Following files conflict with 'gdb' package
+  rm -r "$pkgdir"/usr/share/info
+  # TOTHINK: we remove python module used for debugging. It means arm-*-gdb 
alone will not be able to debug and 'gdb' package
+  # should be installed. File a bug upstream - ask a separate python module 
folder for cross tools.
+  rm -r "$pkgdir"/usr/share/gdb
+  rm -r "$pkgdir"/usr/include/gdb
+  rm -r "$pkgdir"/usr/share/man/man5
+}


[arch-commits] Commit in arm-none-eabi-gdb/trunk (PKGBUILD)

2016-02-24 Thread Anatol Pomozov
Date: Wednesday, February 24, 2016 @ 18:30:33
  Author: anatolik
Revision: 163322

upgpkg: arm-none-eabi-gdb 7.11-1

Use python3

Modified:
  arm-none-eabi-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 17:27:07 UTC (rev 163321)
+++ PKGBUILD2016-02-24 17:30:33 UTC (rev 163322)
@@ -4,18 +4,18 @@
 
 _target=arm-none-eabi
 pkgname=$_target-gdb
-pkgver=7.10.1
+pkgver=7.11
 pkgrel=1
 pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
 arch=(i686 x86_64)
 url='http://www.gnu.org/software/gdb/'
 license=(GPL3)
-depends=(xz ncurses expat python2 guile)
+depends=(xz ncurses expat python guile)
 optdepends=('openocd: for debugging JTAG targets'
 'stlink: for debugging over STLINK')
 options=(!emptydirs)
 source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha256sums=('25c72f3d41c7c8554d61cacbeacd5f40993276d2ccdec43279ac546e3993d6d5'
+sha256sums=('7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1'
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

 
@@ -35,7 +35,7 @@
 --enable-interwork \
 --with-system-readline \
 --disable-nls \
---with-python=/usr/bin/python2 \
+--with-python=/usr/bin/python3 \
 --with-system-gdbinit=/etc/gdb/gdbinit
 
   make


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

2016-02-24 Thread Anatol Pomozov
Date: Wednesday, February 24, 2016 @ 18:27:07
  Author: anatolik
Revision: 163321

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

Added:
  avr-gdb/repos/community-testing-i686/
  avr-gdb/repos/community-testing-i686/PKGBUILD
(from rev 163320, avr-gdb/trunk/PKGBUILD)
  avr-gdb/repos/community-testing-x86_64/
  avr-gdb/repos/community-testing-x86_64/PKGBUILD
(from rev 163320, avr-gdb/trunk/PKGBUILD)

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

Copied: avr-gdb/repos/community-testing-i686/PKGBUILD (from rev 163320, 
avr-gdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-02-24 17:27:07 UTC (rev 163321)
@@ -0,0 +1,52 @@
+# Maintainer: schuay 
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Laszlo Papp 
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Vladimir Cerny 
+# Contributor: 4javier <4javieregATgmailDOTcom>
+
+_target=avr
+pkgname=$_target-gdb
+pkgver=7.11
+pkgrel=1
+pkgdesc='The GNU Debugger for AVR'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(python guile xz)
+options=(!emptydirs)
+source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha256sums=('7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  ./configure \
+--disable-nls \
+--enable-languages=c,c++ \
+--prefix=/usr \
+--target=$_target \
+--with-python=/usr/bin/python3 \
+--with-system-readline \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/share/info
+  rm -r "$pkgdir"/usr/share/man
+  rm -r "$pkgdir"/usr/share/gdb
+  rm -r "$pkgdir"/usr/include/gdb
+}

Copied: avr-gdb/repos/community-testing-x86_64/PKGBUILD (from rev 163320, 
avr-gdb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-02-24 17:27:07 UTC (rev 163321)
@@ -0,0 +1,52 @@
+# Maintainer: schuay 
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Laszlo Papp 
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Vladimir Cerny 
+# Contributor: 4javier <4javieregATgmailDOTcom>
+
+_target=avr
+pkgname=$_target-gdb
+pkgver=7.11
+pkgrel=1
+pkgdesc='The GNU Debugger for AVR'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(python guile xz)
+options=(!emptydirs)
+source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha256sums=('7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  ./configure \
+--disable-nls \
+--enable-languages=c,c++ \
+--prefix=/usr \
+--target=$_target \
+--with-python=/usr/bin/python3 \
+--with-system-readline \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/share/info
+  rm -r "$pkgdir"/usr/share/man
+  rm -r "$pkgdir"/usr/share/gdb
+  rm -r "$pkgdir"/usr/include/gdb
+}


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

2016-02-24 Thread Sergej Pupykin
Date: Wednesday, February 24, 2016 @ 18:25:49
  Author: spupykin
Revision: 163318

upgpkg: sdlmame 0.171-1

upd

Modified:
  sdlmame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 16:53:06 UTC (rev 163317)
+++ PKGBUILD2016-02-24 17:25:49 UTC (rev 163318)
@@ -4,7 +4,7 @@
 # Maintainer: JJDaNiMoTh 
 
 pkgname=sdlmame
-pkgver=0.170
+pkgver=0.171
 pkgrel=1
 pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
 url="http://mamedev.org/;
@@ -17,7 +17,7 @@
"sdlmame.sh"
"extras.tar.gz"
${_patches})
-md5sums=('a8e51d44d9e62b944a5a8e243d72b93b'
+md5sums=('8c54c70628b8151ab44713af2bdb2b28'
  '0cced0fe9868cc56129600fb4bd5b9ed'
  '420b61240bf5ae11615ba7c6100ee00d')
 


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

2016-02-24 Thread Anatol Pomozov
Date: Wednesday, February 24, 2016 @ 18:26:35
  Author: anatolik
Revision: 163320

upgpkg: avr-gdb 7.11-1

Use python3

Modified:
  avr-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 17:26:12 UTC (rev 163319)
+++ PKGBUILD2016-02-24 17:26:35 UTC (rev 163320)
@@ -7,16 +7,16 @@
 
 _target=avr
 pkgname=$_target-gdb
-pkgver=7.10.1
+pkgver=7.11
 pkgrel=1
 pkgdesc='The GNU Debugger for AVR'
 arch=(i686 x86_64)
 url='http://www.gnu.org/software/gdb/'
 license=(GPL3)
-depends=(python2 guile xz)
+depends=(python guile xz)
 options=(!emptydirs)
 source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha256sums=('25c72f3d41c7c8554d61cacbeacd5f40993276d2ccdec43279ac546e3993d6d5'
+sha256sums=('7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1'
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

 
@@ -33,7 +33,7 @@
 --enable-languages=c,c++ \
 --prefix=/usr \
 --target=$_target \
---with-python=/usr/bin/python2 \
+--with-python=/usr/bin/python3 \
 --with-system-readline \
 --with-system-gdbinit=/etc/gdb/gdbinit
 


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

2016-02-24 Thread Sergej Pupykin
Date: Wednesday, February 24, 2016 @ 18:26:12
  Author: spupykin
Revision: 163319

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

Added:
  sdlmame/repos/community-i686/PKGBUILD
(from rev 163318, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-i686/extras.tar.gz
(from rev 163318, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-i686/sdlmame.install
(from rev 163318, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-i686/sdlmame.sh
(from rev 163318, sdlmame/trunk/sdlmame.sh)
  sdlmame/repos/community-x86_64/PKGBUILD
(from rev 163318, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-x86_64/extras.tar.gz
(from rev 163318, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-x86_64/sdlmame.install
(from rev 163318, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-x86_64/sdlmame.sh
(from rev 163318, sdlmame/trunk/sdlmame.sh)
Deleted:
  sdlmame/repos/community-i686/PKGBUILD
  sdlmame/repos/community-i686/extras.tar.gz
  sdlmame/repos/community-i686/sdlmame.install
  sdlmame/repos/community-i686/sdlmame.sh
  sdlmame/repos/community-x86_64/PKGBUILD
  sdlmame/repos/community-x86_64/extras.tar.gz
  sdlmame/repos/community-x86_64/sdlmame.install
  sdlmame/repos/community-x86_64/sdlmame.sh

--+
 /PKGBUILD|  174 +
 /sdlmame.install |   16 +++
 /sdlmame.sh  |  112 +++
 community-i686/PKGBUILD  |   87 --
 community-i686/sdlmame.install   |8 -
 community-i686/sdlmame.sh|   56 ---
 community-x86_64/PKGBUILD|   87 --
 community-x86_64/sdlmame.install |8 -
 community-x86_64/sdlmame.sh  |   56 ---
 9 files changed, 302 insertions(+), 302 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-24 17:25:49 UTC (rev 163318)
+++ community-i686/PKGBUILD 2016-02-24 17:26:12 UTC (rev 163319)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: robb_force 
-# Maintainer: JJDaNiMoTh 
-
-pkgname=sdlmame
-pkgver=0.170
-pkgrel=1
-pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
-url="http://mamedev.org/;
-license=('custom:MAME License')
-arch=('i686' 'x86_64')
-depends=('sdl2' 'libxinerama' 'sdl2_ttf' 'alsa-lib' 'qt5-base')
-makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')
-install=sdlmame.install
-source=("mame${pkgver/./}s.zip::http://mamedev.org/downloader.php?file=mame${pkgver/./}/mame${pkgver/./}s.zip;
-   "sdlmame.sh"
-   "extras.tar.gz"
-   ${_patches})
-md5sums=('a8e51d44d9e62b944a5a8e243d72b93b'
- '0cced0fe9868cc56129600fb4bd5b9ed'
- '420b61240bf5ae11615ba7c6100ee00d')
-
-prepare() {
-  cd $srcdir/
-  unzip mame.zip
-#  find . -type f -not -name \*.png | xargs -i_arg_ perl -pi -e 's/\r\n?/\n/g' 
"_arg_"
-}
-
-build() {
-  cd $srcdir/
-  make NOWERROR=1 OPTIMIZE=2 PYTHON_EXECUTABLE=/usr/bin/python2 TOOLS=1
-}
-
-package() {
-  cd $srcdir/
-  # Install the sdlmame script
-  install -Dm755 $srcdir/${pkgname}.sh $pkgdir/usr/bin/${pkgname}
-
-  # Install the applications and the UI font in /usr/share
-  install -Dm755 mame $pkgdir/usr/lib/${pkgname}/${pkgname} || \
-  install -Dm755 mame64 $pkgdir/usr/lib/${pkgname}/${pkgname}
-
-  install -m755 chdman $pkgdir/usr/lib/${pkgname}/chdman
-  install -m755 jedutil $pkgdir/usr/lib/${pkgname}/jedutil
-  install -m755 regrep $pkgdir/usr/lib/${pkgname}/regrep
-  install -m755 romcmp $pkgdir/usr/lib/${pkgname}/romcmp
-  install -m755 testkeys $pkgdir/usr/lib/${pkgname}/testkeys
-  install -m755 src2html $pkgdir/usr/lib/${pkgname}/src2html
-  install -m755 srcclean $pkgdir/usr/lib/${pkgname}/srcclean
-  install -m755 ldverify $pkgdir/usr/lib/${pkgname}/ldverify
-  install -m755 ldresample $pkgdir/usr/lib/${pkgname}/ldresample
-
-  # ln binaries
-  install -dm755 $pkgdir/usr/share/${pkgname}
-  for i in $pkgname chdman jedutil regrep romcmp testkeys src2html srcclean 
ldverify ldresample; do
-ln -s /usr/lib/$pkgname/$i $pkgdir/usr/share/$pkgname/$i
-  done
-
-  # Install the extra bits
-  install -d $pkgdir/usr/share/${pkgname}/{artwork,ctrlr,hash,keymaps,shader}
-  install -d $pkgdir/usr/share/man/man1
-  install -d $pkgdir/usr/share/man/man6
-  install -m644 src/osd/modules/opengl/shader/glsl*.*h 
$pkgdir/usr/share/${pkgname}/shader/
-  install -m644 src/osd/sdl/man/*.1* $pkgdir/usr/share/man/man1/
-  install -m644 src/osd/sdl/man/*.6* $pkgdir/usr/share/man/man6/
-
-  install -m644 $srcdir/artwork/* $pkgdir/usr/share/${pkgname}/artwork/
-  install -m644 $srcdir/ctrlr/* $pkgdir/usr/share/${pkgname}/ctrlr/
-  install -m644 src/osd/sdl/keymaps/* $pkgdir/usr/share/${pkgname}/keymaps/
-  install -m644 

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

2016-02-24 Thread Anatol Pomozov
Date: Wednesday, February 24, 2016 @ 18:18:36
  Author: anatolik
Revision: 260224

upgpkg: gdb 7.11-1

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 12:55:28 UTC (rev 260223)
+++ PKGBUILD2016-02-24 17:18:36 UTC (rev 260224)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gdb
-pkgver=7.10.1
+pkgver=7.11
 pkgrel=1
 pkgdesc='The GNU Debugger'
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 backup=(etc/gdb/gdbinit)
 install=gdb.install
 source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('7d67703b31444ae41d8b8707455b97d3fac4ad65'
+sha1sums=('466208d771d97d3dfcf965d5c835a669cff8d847'
   'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
 


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

2016-02-24 Thread Anatol Pomozov
Date: Wednesday, February 24, 2016 @ 18:19:05
  Author: anatolik
Revision: 260225

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

Added:
  gdb/repos/testing-i686/
  gdb/repos/testing-i686/PKGBUILD
(from rev 260224, gdb/trunk/PKGBUILD)
  gdb/repos/testing-i686/gdb.install
(from rev 260224, gdb/trunk/gdb.install)
  gdb/repos/testing-x86_64/
  gdb/repos/testing-x86_64/PKGBUILD
(from rev 260224, gdb/trunk/PKGBUILD)
  gdb/repos/testing-x86_64/gdb.install
(from rev 260224, gdb/trunk/gdb.install)

+
 testing-i686/PKGBUILD  |   50 +++
 testing-i686/gdb.install   |   20 +
 testing-x86_64/PKGBUILD|   50 +++
 testing-x86_64/gdb.install |   20 +
 4 files changed, 140 insertions(+)

Copied: gdb/repos/testing-i686/PKGBUILD (from rev 260224, gdb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-24 17:19:05 UTC (rev 260225)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Jan de Groot 
+
+pkgname=gdb
+pkgver=7.11
+pkgrel=1
+pkgdesc='The GNU Debugger'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(ncurses expat python xz guile)
+makedepends=(texinfo)
+backup=(etc/gdb/gdbinit)
+install=gdb.install
+source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('466208d771d97d3dfcf965d5c835a669cff8d847'
+  'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+
+prepare() {
+  cd gdb-$pkgver
+
+  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+  
+  ./configure --prefix=/usr --disable-nls \
+--with-system-readline \
+--with-python=/usr/bin/python3 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install "custom" system gdbinit
+  install -dm755 $pkgdir/etc/gdb
+  touch $pkgdir/etc/gdb/gdbinit
+
+  # resolve conflicts with binutils
+  rm $pkgdir/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat}.h
+  rm $pkgdir/usr/share/info/bfd.info
+  rm $pkgdir/usr/lib/{libbfd,libopcodes}.a
+}

Copied: gdb/repos/testing-i686/gdb.install (from rev 260224, 
gdb/trunk/gdb.install)
===
--- testing-i686/gdb.install(rev 0)
+++ testing-i686/gdb.install2016-02-24 17:19:05 UTC (rev 260225)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(annotate.info gdb.info{,-{1,2,3,4,5,6}} stabs.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Copied: gdb/repos/testing-x86_64/PKGBUILD (from rev 260224, gdb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-24 17:19:05 UTC (rev 260225)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Jan de Groot 
+
+pkgname=gdb
+pkgver=7.11
+pkgrel=1
+pkgdesc='The GNU Debugger'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(ncurses expat python xz guile)
+makedepends=(texinfo)
+backup=(etc/gdb/gdbinit)
+install=gdb.install
+source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('466208d771d97d3dfcf965d5c835a669cff8d847'
+  'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+
+prepare() {
+  cd gdb-$pkgver
+
+  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+  
+  ./configure --prefix=/usr --disable-nls \
+--with-system-readline \
+--with-python=/usr/bin/python3 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install "custom" system gdbinit
+  install -dm755 $pkgdir/etc/gdb
+  touch $pkgdir/etc/gdb/gdbinit
+
+  # resolve conflicts with binutils
+  rm $pkgdir/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat}.h
+  rm $pkgdir/usr/share/info/bfd.info
+  rm $pkgdir/usr/lib/{libbfd,libopcodes}.a
+}

Copied: gdb/repos/testing-x86_64/gdb.install (from rev 260224, 

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

2016-02-24 Thread Sergej Pupykin
Date: Wednesday, February 24, 2016 @ 17:53:06
  Author: spupykin
Revision: 163317

archrelease: copy trunk to community-any

Added:
  phpmyadmin/repos/community-any/PKGBUILD
(from rev 163316, phpmyadmin/trunk/PKGBUILD)
Deleted:
  phpmyadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-24 16:52:56 UTC (rev 163316)
+++ PKGBUILD2016-02-24 16:53:06 UTC (rev 163317)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Sergej Pupykin 
-# Contributor: tobias 
-# Contributor: Manolis Tzanidakis 
-# Contributor: Simon Lackerbauer 
-
-pkgname=phpmyadmin
-pkgver=4.5.4.1
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mariadb-clients' 'php')
-optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-md5sums=('79091ddaee2cfec7f4639625a3a5332c')
-
-package() {
-  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
-  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
-  cd "$_instdir"
-
-  cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
-  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 163316, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-24 16:53:06 UTC (rev 163317)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sergej Pupykin 
+# Contributor: tobias 
+# Contributor: Manolis Tzanidakis 
+# Contributor: Simon Lackerbauer 
+
+pkgname=phpmyadmin
+pkgver=4.5.5
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='http://www.phpmyadmin.net'
+license=('GPL')
+depends=('mariadb-clients' 'php')
+optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
+md5sums=('a8304dfef0b1a56b72657ad9163182d6')
+
+package() {
+  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
+  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
+  cd "$_instdir"
+
+  cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
+  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
+}


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

2016-02-24 Thread Sergej Pupykin
Date: Wednesday, February 24, 2016 @ 17:52:51
  Author: spupykin
Revision: 163315

archrelease: copy trunk to community-any

Added:
  arandr/repos/community-any/PKGBUILD
(from rev 163314, arandr/trunk/PKGBUILD)
Deleted:
  arandr/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-24 16:52:33 UTC (rev 163314)
+++ PKGBUILD2016-02-24 16:52:51 UTC (rev 163315)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Clément DEMOULINS 
-
-pkgname=arandr
-pkgver=0.1.8
-pkgrel=1
-pkgdesc="Provide a simple visual front end for XRandR 1.2."
-arch=('any')
-url="http://christian.amsuess.com/tools/arandr/;
-license=('GPL3')
-depends=('pygtk' 'xorg-xrandr')
-makedepends=('python2-docutils')
-source=(http://christian.amsuess.com/tools/$pkgname/files/$pkgname-$pkgver.tar.gz)
-md5sums=('9e1e1b83afcb3e22ac4f0545d80af9f8')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-}

Copied: arandr/repos/community-any/PKGBUILD (from rev 163314, 
arandr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-24 16:52:51 UTC (rev 163315)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Clément DEMOULINS 
+
+pkgname=arandr
+pkgver=0.1.9
+pkgrel=1
+pkgdesc="Provide a simple visual front end for XRandR 1.2."
+arch=('any')
+url="http://christian.amsuess.com/tools/arandr/;
+license=('GPL3')
+depends=('pygtk' 'xorg-xrandr')
+makedepends=('python2-docutils')
+source=(http://christian.amsuess.com/tools/$pkgname/files/${pkgname}_$pkgver.orig.tar.gz)
+md5sums=('d53faecdc02292b648f554658d9bd99e')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+}


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

2016-02-24 Thread Sergej Pupykin
Date: Wednesday, February 24, 2016 @ 17:52:56
  Author: spupykin
Revision: 163316

upgpkg: phpmyadmin 4.5.5-1

upd

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 16:52:51 UTC (rev 163315)
+++ PKGBUILD2016-02-24 16:52:56 UTC (rev 163316)
@@ -7,7 +7,7 @@
 # Contributor: Simon Lackerbauer 
 
 pkgname=phpmyadmin
-pkgver=4.5.4.1
+pkgver=4.5.5
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -17,7 +17,7 @@
 optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 
source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-md5sums=('79091ddaee2cfec7f4639625a3a5332c')
+md5sums=('a8304dfef0b1a56b72657ad9163182d6')
 
 package() {
   _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin


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

2016-02-24 Thread Sergej Pupykin
Date: Wednesday, February 24, 2016 @ 17:52:33
  Author: spupykin
Revision: 163314

upgpkg: arandr 0.1.9-1

upd

Modified:
  arandr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 15:08:18 UTC (rev 163313)
+++ PKGBUILD2016-02-24 16:52:33 UTC (rev 163314)
@@ -3,7 +3,7 @@
 # Maintainer: Clément DEMOULINS 
 
 pkgname=arandr
-pkgver=0.1.8
+pkgver=0.1.9
 pkgrel=1
 pkgdesc="Provide a simple visual front end for XRandR 1.2."
 arch=('any')
@@ -11,8 +11,8 @@
 license=('GPL3')
 depends=('pygtk' 'xorg-xrandr')
 makedepends=('python2-docutils')
-source=(http://christian.amsuess.com/tools/$pkgname/files/$pkgname-$pkgver.tar.gz)
-md5sums=('9e1e1b83afcb3e22ac4f0545d80af9f8')
+source=(http://christian.amsuess.com/tools/$pkgname/files/${pkgname}_$pkgver.orig.tar.gz)
+md5sums=('d53faecdc02292b648f554658d9bd99e')
 
 package() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in elasticsearch/repos/community-any (16 files)

2016-02-24 Thread Massimiliano Torromeo
Date: Wednesday, February 24, 2016 @ 16:08:18
  Author: mtorromeo
Revision: 163313

archrelease: copy trunk to community-any

Added:
  elasticsearch/repos/community-any/PKGBUILD
(from rev 163312, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
(from rev 163312, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
(from rev 163312, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-any/elasticsearch-user.conf
(from rev 163312, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-any/elasticsearch.default
(from rev 163312, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-any/elasticsearch.install
(from rev 163312, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-any/elasticsearch.service
(from rev 163312, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-any/elasticsearch@.service
(from rev 163312, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-any/PKGBUILD
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-any/elasticsearch-user.conf
  elasticsearch/repos/community-any/elasticsearch.default
  elasticsearch/repos/community-any/elasticsearch.install
  elasticsearch/repos/community-any/elasticsearch.service
  elasticsearch/repos/community-any/elasticsearch@.service

+
 PKGBUILD   |  156 +--
 elasticsearch-sysctl.conf  |2 
 elasticsearch-tmpfile.conf |4 -
 elasticsearch-user.conf|2 
 elasticsearch.default  |   26 +++
 elasticsearch.install  |   28 +++
 elasticsearch.service  |   78 ++---
 elasticsearch@.service |   78 ++---
 8 files changed, 187 insertions(+), 187 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-24 15:05:24 UTC (rev 163312)
+++ PKGBUILD2016-02-24 15:08:18 UTC (rev 163313)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hrastnik 
-
-pkgname=elasticsearch
-pkgver=2.2.0
-pkgrel=3
-pkgdesc="Distributed RESTful search engine built on top of Lucene"
-arch=('any')
-url="https://www.elastic.co/products/elasticsearch;
-license=('APACHE')
-depends=('java-runtime-headless' 'systemd')
-install='elasticsearch.install'
-source=(
-  
"http://download.elasticsearch.org/$pkgname/release/org/$pkgname/distribution/tar/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-sysctl.conf
-  elasticsearch-user.conf
-  elasticsearch-tmpfile.conf
-  elasticsearch.default
-)
-sha256sums=('ed70cc81e1f55cd5f0032beea2907227b6ad8e7457dcb75ddc97a2cc6e054d30'
-'339a16452c89d55dba3c693e5979fd331981e79decc5eceb2e9be25670d946d9'
-'5705be6546922d5c0c7aded3b839af25b369ace2af7024ea11e2bce9426ae2f6'
-'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
-'a76c03afe30dc3434bf55b5b50f0867c3670dcaebcc8b522f42277ff523b7277'
-'39ab5801b45c0f49af43c4d1826a655a981bfa07e4b3791d7a0719f8c191d8d9'
-'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/logging.yml'
-'etc/default/elasticsearch')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  for script in plugin elasticsearch; do
-sed -e 's|^ES_HOME=.*dirname.*|ES_HOME=/usr/share/elasticsearch|' \
--e '/^ES_HOME=.*pwd/d' \
--e 's|$ES_HOME/config|/etc/elasticsearch|' \
--i bin/$script
-  done
-
-  sed -re 's;#\s*(path\.conf:).*$;\1 /etc/elasticsearch;' \
--e '0,/#\s*(path\.data:).*$/s;;\1 /var/lib/elasticsearch;' \
--e 's;#\s*(path\.work:).*$;\1 /tmp/elasticsearch;' \
--e 's;#\s*(path\.logs:).*$;\1 /var/log/elasticsearch;' \
--i config/elasticsearch.yml
-}
-
-package() {
-  install -dm755 "$pkgdir"/etc
-  install -dm750 -g 114 "$pkgdir"/etc/elasticsearch/scripts
-
-  cd "$srcdir"/$pkgname-$pkgver
-  install -dm755 "$pkgdir"/usr/share/elasticsearch
-  cp -R lib "$pkgdir"/usr/share/elasticsearch/lib
-  cp config/* "$pkgdir"/etc/elasticsearch/
-
-  install -Dm755 bin/elasticsearch "$pkgdir"/usr/bin/elasticsearch
-  install -Dm755 bin/plugin "$pkgdir"/usr/bin/elasticsearch-plugin
-  install -Dm644 bin/elasticsearch.in.sh 
"$pkgdir"/usr/share/elasticsearch/bin/elasticsearch.in.sh
-
-  cd "$pkgdir"
-  install -dm750 -g 114 etc/elasticsearch/scripts
-  install -Dm644 "$srcdir"/elasticsearch.service 

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

2016-02-24 Thread Massimiliano Torromeo
Date: Wednesday, February 24, 2016 @ 16:05:24
  Author: mtorromeo
Revision: 163312

upgpkg: elasticsearch 2.2.0-4

Fixed FS#48321

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 12:47:34 UTC (rev 163311)
+++ PKGBUILD2016-02-24 15:05:24 UTC (rev 163312)
@@ -5,7 +5,7 @@
 
 pkgname=elasticsearch
 pkgver=2.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('any')
 url="https://www.elastic.co/products/elasticsearch;
@@ -56,7 +56,7 @@
 
   cd "$srcdir"/$pkgname-$pkgver
   install -dm755 "$pkgdir"/usr/share/elasticsearch
-  cp -R lib "$pkgdir"/usr/share/elasticsearch/lib
+  cp -R lib modules "$pkgdir"/usr/share/elasticsearch/
   cp config/* "$pkgdir"/etc/elasticsearch/
 
   install -Dm755 bin/elasticsearch "$pkgdir"/usr/bin/elasticsearch
@@ -74,5 +74,5 @@
 
   chgrp -R 114 etc/elasticsearch
   ln -s ../../../etc/elasticsearch usr/share/elasticsearch/config
-  install -o 114 -g 114 -dm755 usr/share/elasticsearch/{plugins,modules}
+  install -o 114 -g 114 -dm755 usr/share/elasticsearch/plugins
 }


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

2016-02-24 Thread Antonio Rojas
Date: Wednesday, February 24, 2016 @ 13:55:28
  Author: arojas
Revision: 260223

Build with gcc again, flex has been fixed

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 12:54:54 UTC (rev 260222)
+++ PKGBUILD2016-02-24 12:55:28 UTC (rev 260223)
@@ -14,7 +14,7 @@
 makedepends=('kdepimlibs4' 'libkexiv2_4' 'libkdcraw4' 'libkipi4' 'libksane4' 
'liblqr'
  'opencv' 'boost' 'libgpod' 'libkvkontakte' 'hugin' 'libgphoto2'
  'cmake' 'automoc4' 'doxygen' 'lensfun' 'imagemagick' 'eigen' 
-'libbaloo4' 'libpgf' 'libusb-compat' 'libkface4' 'libkgeomap4' 
'libmediawiki' 'clang')
+'libbaloo4' 'libpgf' 'libusb-compat' 'libkface4' 'libkgeomap4' 
'libmediawiki')
 
source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;

lensfun-0.3.2.patch::"https://quickgit.kde.org/?p=digikam.git=commitdiff=0f15998=plain;)
 sha1sums=('08bbded5433e442dce8ac00eb301606ef0924e8c'
@@ -21,8 +21,6 @@
   'b2e262ea5060ad5ffd7d92d41a9badcea6e6c299')
 
 prepare() {
-# Fix compilation with clang
-  sed -e '/fno-tree-pre/d' -i $pkgname-$pkgver/core/CMakeLists.txt
 # Fix build with lensfun 0.3.2
   cd $pkgbase-$pkgver/core
   patch -p1 -i "$srcdir"/lensfun-0.3.2.patch
@@ -35,8 +33,7 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=ON \
--DBUILD_tests=OFF \
--DCMAKE_C_COMPILER=clang # Fix build with flex 2.6
+-DBUILD_tests=OFF
   make
 }
 


[arch-commits] Commit in digikam/kde-unstable (PKGBUILD)

2016-02-24 Thread Antonio Rojas
Date: Wednesday, February 24, 2016 @ 13:54:54
  Author: arojas
Revision: 260222

Build with gcc again, flex has been fixed

Modified:
  digikam/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 12:29:17 UTC (rev 260221)
+++ PKGBUILD2016-02-24 12:54:54 UTC (rev 260222)
@@ -15,7 +15,7 @@
 makedepends=('extra-cmake-modules' 'libkipi' 'libksane' 'liblqr' 'opencv' 
'boost'
  'libgpod' 'hugin' 'opencv' 'qt5-webkit' 'doxygen' 'lensfun' 
'imagemagick' 'eigen' 'libpgf'
  'libusb' 'kio' 'kdoctools' 'marble' 'kfilemetadata' 
'akonadi-contact' 'qt5-multimedia'
- 'threadweaver' 'kcalcore' 'knotifyconfig' 'kdelibs4support' 
'clang') # 'libmediawiki' 'libkvkontakte'
+ 'threadweaver' 'kcalcore' 'knotifyconfig' 'kdelibs4support') # 
'libmediawiki' 'libkvkontakte'
 
source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;)
 sha1sums=('811ddc2936fc58ff970446d715046636c004bb2a')
 
@@ -36,8 +36,7 @@
 -DENABLE_KFILEMETADATASUPPORT=ON \
 -DENABLE_MEDIAPLAYER=ON \
 -DENABLE_AKONADICONTACTSUPPORT=ON \
--DENABLE_MYSQLSUPPORT=ON \
--DCMAKE_C_COMPILER=clang # Fix error: C++ style comments are not allowed 
in ISO C90
+-DENABLE_MYSQLSUPPORT=ON
   make
 }
 
@@ -81,3 +80,4 @@
   cd ../../../build/doc/kipi-plugins
   make DESTDIR="${pkgdir}" install
 }
+


[arch-commits] Commit in puddletag/trunk (puddletag-pyqt4.11.4.patch)

2016-02-24 Thread Maxime Gauduin
Date: Wednesday, February 24, 2016 @ 13:47:27
  Author: alucryd
Revision: 163310

upgpkg: puddletag 1.1.1-1

Deleted:
  puddletag/trunk/puddletag-pyqt4.11.4.patch

+
 puddletag-pyqt4.11.4.patch |   22 --
 1 file changed, 22 deletions(-)

Deleted: puddletag-pyqt4.11.4.patch
===
--- puddletag-pyqt4.11.4.patch  2016-02-24 12:46:58 UTC (rev 163309)
+++ puddletag-pyqt4.11.4.patch  2016-02-24 12:47:27 UTC (rev 163310)
@@ -1,22 +0,0 @@
-From 489acd2ee62eb5fbff95f8220dc8958c14871931 Mon Sep 17 00:00:00 2001
-From: keithgg 
-Date: Tue, 16 Jun 2015 20:47:19 +0200
-Subject: [PATCH] Fixes #261
-

- source/puddlestuff/puddleobjects.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/source/puddlestuff/puddleobjects.py 
b/source/puddlestuff/puddleobjects.py
-index ffc6bf7..436b7b8 100644
 a/source/puddlestuff/puddleobjects.py
-+++ b/source/puddlestuff/puddleobjects.py
-@@ -1418,7 +1418,7 @@ def __init__(self, *args, **kwargs):
- super(ArtworkLabel, self).__init__(*args, **kwargs)
- 
- pal = self.palette()
--pal.setBrush(self.backgroundRole(), QBrush(QPalette.Window))
-+pal.setBrush(self.backgroundRole(), QBrush(pal.window()))
- self.setAutoFillBackground(True)
- self.setPalette(pal)
- 


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

2016-02-24 Thread Maxime Gauduin
Date: Wednesday, February 24, 2016 @ 13:47:34
  Author: alucryd
Revision: 163311

archrelease: copy trunk to community-any

Added:
  puddletag/repos/community-any/PKGBUILD
(from rev 163310, puddletag/trunk/PKGBUILD)
Deleted:
  puddletag/repos/community-any/PKGBUILD
  puddletag/repos/community-any/puddletag-pyqt4.11.4.patch

+
 PKGBUILD   |   79 ---
 puddletag-pyqt4.11.4.patch |   22 ---
 2 files changed, 38 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-24 12:47:27 UTC (rev 163310)
+++ PKGBUILD2016-02-24 12:47:34 UTC (rev 163311)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Lucky 
-# Contributor: Farhad Shahbazi 
-
-pkgname=puddletag
-pkgver=1.0.5
-pkgrel=2
-pkgdesc='A tag editor for GNU/Linux'
-url='http://puddletag.sourceforge.net'
-license=('GPL')
-arch=('any')
-depends=('chromaprint' 'mutagen' 'python2-configobj' 'python2-musicbrainz2'
- 'python2-pyparsing' 'python2-pyqt4')
-optdepends=('python2-pillow: FLAC cover art'
-'quodlibet: QuodLibet library support')
-source=("http://sourceforge.net/projects/puddletag/files/puddletag-${pkgver}.tar.gz;
-'puddletag-pyqt4.11.4.patch')
-sha256sums=('4698d5effe8f265446b356068bad7ced0b29c1f66824dc94a5688f3fffc389e2'
-'fce0cfce4d4477cde4827a0a4d3ef74fbabf630ada2d0cf035cf155a17c37a68')
-
-prepare() {
-  cd puddletag-${pkgver}
-
-  patch -Np2 -i ../puddletag-pyqt4.11.4.patch
-  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
-}
-
-build() {
-  cd puddletag-${pkgver}
-
-  python2 setup.py config
-}
-
-package() {
-  cd puddletag-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-# vim: ts=2 sw=2 et:

Copied: puddletag/repos/community-any/PKGBUILD (from rev 163310, 
puddletag/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-24 12:47:34 UTC (rev 163311)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Lucky 
+# Contributor: Farhad Shahbazi 
+
+pkgname=puddletag
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='A tag editor for GNU/Linux'
+url='http://puddletag.sourceforge.net'
+license=('GPL')
+arch=('any')
+depends=('chromaprint' 'mutagen' 'python2-configobj' 'python2-musicbrainz2'
+ 'python2-pyparsing' 'python2-pyqt4')
+optdepends=('python2-pillow: FLAC cover art'
+'quodlibet: QuodLibet library support')
+source=("https://github.com/keithgg/puddletag/releases/download/${pkgver}/puddletag-${pkgver}.tar.gz;)
+sha256sums=('0e944800ac37a854418ebfead1ae2e9d9c218db99fcdfe31c1bdb2fb803dc6ac')
+
+prepare() {
+  cd puddletag-${pkgver}
+
+  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
+}
+
+build() {
+  cd puddletag-${pkgver}
+
+  python2 setup.py config
+}
+
+package() {
+  cd puddletag-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:

Deleted: puddletag-pyqt4.11.4.patch
===
--- puddletag-pyqt4.11.4.patch  2016-02-24 12:47:27 UTC (rev 163310)
+++ puddletag-pyqt4.11.4.patch  2016-02-24 12:47:34 UTC (rev 163311)
@@ -1,22 +0,0 @@
-From 489acd2ee62eb5fbff95f8220dc8958c14871931 Mon Sep 17 00:00:00 2001
-From: keithgg 
-Date: Tue, 16 Jun 2015 20:47:19 +0200
-Subject: [PATCH] Fixes #261
-

- source/puddlestuff/puddleobjects.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/source/puddlestuff/puddleobjects.py 
b/source/puddlestuff/puddleobjects.py
-index ffc6bf7..436b7b8 100644
 a/source/puddlestuff/puddleobjects.py
-+++ b/source/puddlestuff/puddleobjects.py
-@@ -1418,7 +1418,7 @@ def __init__(self, *args, **kwargs):
- super(ArtworkLabel, self).__init__(*args, **kwargs)
- 
- pal = self.palette()
--pal.setBrush(self.backgroundRole(), QBrush(QPalette.Window))
-+pal.setBrush(self.backgroundRole(), QBrush(pal.window()))
- self.setAutoFillBackground(True)
- self.setPalette(pal)
- 


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

2016-02-24 Thread Maxime Gauduin
Date: Wednesday, February 24, 2016 @ 13:46:58
  Author: alucryd
Revision: 163309

upgpkg: puddletag 1.1.1-1

Modified:
  puddletag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 12:38:23 UTC (rev 163308)
+++ PKGBUILD2016-02-24 12:46:58 UTC (rev 163309)
@@ -4,8 +4,8 @@
 # Contributor: Farhad Shahbazi 
 
 pkgname=puddletag
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc='A tag editor for GNU/Linux'
 url='http://puddletag.sourceforge.net'
 license=('GPL')
@@ -14,15 +14,12 @@
  'python2-pyparsing' 'python2-pyqt4')
 optdepends=('python2-pillow: FLAC cover art'
 'quodlibet: QuodLibet library support')
-source=("http://sourceforge.net/projects/puddletag/files/puddletag-${pkgver}.tar.gz;
-'puddletag-pyqt4.11.4.patch')
-sha256sums=('4698d5effe8f265446b356068bad7ced0b29c1f66824dc94a5688f3fffc389e2'
-'fce0cfce4d4477cde4827a0a4d3ef74fbabf630ada2d0cf035cf155a17c37a68')
+source=("https://github.com/keithgg/puddletag/releases/download/${pkgver}/puddletag-${pkgver}.tar.gz;)
+sha256sums=('0e944800ac37a854418ebfead1ae2e9d9c218db99fcdfe31c1bdb2fb803dc6ac')
 
 prepare() {
   cd puddletag-${pkgver}
 
-  patch -Np2 -i ../puddletag-pyqt4.11.4.patch
   sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
 }
 


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

2016-02-24 Thread Antonio Rojas
Date: Wednesday, February 24, 2016 @ 13:38:23
  Author: arojas
Revision: 163308

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

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

---+
 /PKGBUILD |   72 
 /partitionmanager.install |   22 
 community-i686/PKGBUILD   |   36 --
 community-i686/partitionmanager.install   |   11 
 community-x86_64/PKGBUILD |   36 --
 community-x86_64/partitionmanager.install |   11 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-24 12:37:55 UTC (rev 163307)
+++ community-i686/PKGBUILD 2016-02-24 12:38:23 UTC (rev 163308)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Tobias Powalowski 
-# Contributor: Nick B 
-
-pkgname=partitionmanager
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/kdepartitionmanager/;
-license=(GPL2)
-depends=(kpmcore hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('d50698661f443fa5ac99de6329f9d0cf')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: partitionmanager/repos/community-i686/PKGBUILD (from rev 163307, 
partitionmanager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-24 12:38:23 UTC (rev 163308)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tobias Powalowski 
+# Contributor: Nick B 
+
+pkgname=partitionmanager
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/;
+license=(GPL2)
+depends=(kpmcore hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('75570bfacf05ef55bdad7d60c1e9d0f6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/partitionmanager.install
===
--- community-i686/partitionmanager.install 2016-02-24 12:37:55 UTC (rev 
163307)
+++ community-i686/partitionmanager.install 2016-02-24 12:38:23 UTC (rev 
163308)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: partitionmanager/repos/community-i686/partitionmanager.install (from 
rev 163307, partitionmanager/trunk/partitionmanager.install)
===
--- community-i686/partitionmanager.install (rev 0)
+++ community-i686/partitionmanager.install 2016-02-24 12:38:23 UTC (rev 
163308)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-24 

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

2016-02-24 Thread Antonio Rojas
Date: Wednesday, February 24, 2016 @ 13:37:55
  Author: arojas
Revision: 163307

Update to 2.0.1

Modified:
  partitionmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 12:35:57 UTC (rev 163306)
+++ PKGBUILD2016-02-24 12:37:55 UTC (rev 163307)
@@ -4,7 +4,7 @@
 # Contributor: Nick B 
 
 pkgname=partitionmanager
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 makedepends=(extra-cmake-modules kdoctools)
 install=$pkgname.install
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('d50698661f443fa5ac99de6329f9d0cf')
+md5sums=('75570bfacf05ef55bdad7d60c1e9d0f6')
 
 prepare() {
   mkdir -p build


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

2016-02-24 Thread Antonio Rojas
Date: Wednesday, February 24, 2016 @ 13:35:57
  Author: arojas
Revision: 163306

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-24 12:35:28 UTC (rev 163305)
+++ community-i686/PKGBUILD 2016-02-24 12:35:57 UTC (rev 163306)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kpmcore
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="Library for managing partitions."
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/kdepartitionmanager/;
-license=(GPL2)
-depends=(kio parted)
-makedepends=(extra-cmake-modules)
-optdepends=('e2fsprogs: ext2/3/4 support'
-   'xfsprogs: XFS support'
-   'jfsutils: JFS support'
-   'reiserfsprogs: Reiser support'
-   'ntfs-3g: NTFS support'
-   'dosfstools: FAT32 support')
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('14570132ef88df21060198fdcc4b8e7a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kpmcore/repos/community-i686/PKGBUILD (from rev 163305, 
kpmcore/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-24 12:35:57 UTC (rev 163306)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kpmcore
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Library for managing partitions"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/;
+license=(GPL2)
+depends=(kio parted)
+makedepends=(extra-cmake-modules)
+optdepends=('e2fsprogs: ext2/3/4 support'
+   'xfsprogs: XFS support'
+   'jfsutils: JFS support'
+   'reiserfsprogs: Reiser support'
+   'ntfs-3g: NTFS support'
+   'dosfstools: FAT32 support')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('ed0e3bc4a4065386ae22317ea7774d23')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-24 12:35:28 UTC (rev 163305)
+++ community-x86_64/PKGBUILD   2016-02-24 12:35:57 UTC (rev 163306)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kpmcore
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="Library for managing partitions."
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/kdepartitionmanager/;
-license=(GPL2)
-depends=(kio parted)
-makedepends=(extra-cmake-modules)
-optdepends=('e2fsprogs: ext2/3/4 support'
-   'xfsprogs: XFS support'
-   'jfsutils: JFS support'
-   'reiserfsprogs: Reiser support'
-   'ntfs-3g: NTFS support'
-   'dosfstools: FAT32 support')
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('14570132ef88df21060198fdcc4b8e7a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kpmcore/repos/community-x86_64/PKGBUILD (from rev 163305, 
kpmcore/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-24 12:35:57 UTC (rev 163306)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kpmcore
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Library for managing partitions"
+arch=(i686 x86_64)

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

2016-02-24 Thread Antonio Rojas
Date: Wednesday, February 24, 2016 @ 13:35:28
  Author: arojas
Revision: 163305

Update to 2.0.1

Modified:
  kpmcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 12:30:49 UTC (rev 163304)
+++ PKGBUILD2016-02-24 12:35:28 UTC (rev 163305)
@@ -2,9 +2,9 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kpmcore
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
-pkgdesc="Library for managing partitions."
+pkgdesc="Library for managing partitions"
 arch=(i686 x86_64)
 url="http://kde.org/applications/system/kdepartitionmanager/;
 license=(GPL2)
@@ -17,7 +17,7 @@
'ntfs-3g: NTFS support'
'dosfstools: FAT32 support')
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('14570132ef88df21060198fdcc4b8e7a')
+md5sums=('ed0e3bc4a4065386ae22317ea7774d23')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in coin-or-cgl/repos (4 files)

2016-02-24 Thread Antonio Rojas
Date: Wednesday, February 24, 2016 @ 13:30:49
  Author: arojas
Revision: 163304

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

Added:
  coin-or-cgl/repos/community-i686/PKGBUILD
(from rev 163303, coin-or-cgl/trunk/PKGBUILD)
  coin-or-cgl/repos/community-x86_64/PKGBUILD
(from rev 163303, coin-or-cgl/trunk/PKGBUILD)
Deleted:
  coin-or-cgl/repos/community-i686/PKGBUILD
  coin-or-cgl/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-24 12:30:23 UTC (rev 163303)
+++ community-i686/PKGBUILD 2016-02-24 12:30:49 UTC (rev 163304)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: spider-mario 
-# Contributor: Daniel Ehlers 
-
-pkgname=coin-or-cgl
-pkgver=0.59.8
-pkgrel=1
-pkgdesc="COIN-OR Cut Generation Library"
-arch=(i686 x86_64)
-url="https://projects.coin-or.org/Cgl;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-clp)
-source=("http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
-sha1sums=('a7b75ac16dfa730c4229e907f7ef43a6bc4b5bb7')
-
-build() {
-  cd Cgl-$pkgver/Cgl
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr \
-  --with-osi-lib="$(pkg-config --libs osi)" \
-  --with-osi-incdir="/usr/include/coin/" \
-  --with-clp-lib="$(pkg-config --libs clp)" \
-  --with-clp-incdir="/usr/include/coin/" \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/" \
-  --enable-dependency-linking
-  make
-}
-
-check() {
-  cd Cgl-$pkgver/Cgl
-  make test
-}
-
-package() {
-  cd Cgl-$pkgver/Cgl
-  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-cgl/repos/community-i686/PKGBUILD (from rev 163303, 
coin-or-cgl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-24 12:30:49 UTC (rev 163304)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-cgl
+pkgver=0.59.9
+pkgrel=1
+pkgdesc="COIN-OR Cut Generation Library"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Cgl;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-clp)
+source=("http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
+sha1sums=('ebe87d6ba1cab31a8223c187fe8e7f7f141989d9')
+
+build() {
+  cd Cgl-$pkgver/Cgl
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --enable-dependency-linking
+  make
+}
+
+check() {
+  cd Cgl-$pkgver/Cgl
+  make test
+}
+
+package() {
+  cd Cgl-$pkgver/Cgl
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-24 12:30:23 UTC (rev 163303)
+++ community-x86_64/PKGBUILD   2016-02-24 12:30:49 UTC (rev 163304)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: spider-mario 
-# Contributor: Daniel Ehlers 
-
-pkgname=coin-or-cgl
-pkgver=0.59.8
-pkgrel=1
-pkgdesc="COIN-OR Cut Generation Library"
-arch=(i686 x86_64)
-url="https://projects.coin-or.org/Cgl;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-clp)
-source=("http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
-sha1sums=('a7b75ac16dfa730c4229e907f7ef43a6bc4b5bb7')
-
-build() {
-  cd Cgl-$pkgver/Cgl
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr \
-  --with-osi-lib="$(pkg-config --libs osi)" \
-  --with-osi-incdir="/usr/include/coin/" \
-  --with-clp-lib="$(pkg-config --libs clp)" \
-  --with-clp-incdir="/usr/include/coin/" \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/" \
-  --enable-dependency-linking
-  make
-}
-
-check() {
-  cd Cgl-$pkgver/Cgl
-  

[arch-commits] Commit in coin-or-cgl/trunk (PKGBUILD)

2016-02-24 Thread Antonio Rojas
Date: Wednesday, February 24, 2016 @ 13:30:23
  Author: arojas
Revision: 163303

Update to 0.59.9

Modified:
  coin-or-cgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 12:28:14 UTC (rev 163302)
+++ PKGBUILD2016-02-24 12:30:23 UTC (rev 163303)
@@ -4,7 +4,7 @@
 # Contributor: Daniel Ehlers 
 
 pkgname=coin-or-cgl
-pkgver=0.59.8
+pkgver=0.59.9
 pkgrel=1
 pkgdesc="COIN-OR Cut Generation Library"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=(coin-or)
 depends=(coin-or-clp)
 source=("http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
-sha1sums=('a7b75ac16dfa730c4229e907f7ef43a6bc4b5bb7')
+sha1sums=('ebe87d6ba1cab31a8223c187fe8e7f7f141989d9')
 
 build() {
   cd Cgl-$pkgver/Cgl


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

2016-02-24 Thread Maxime Gauduin
Date: Wednesday, February 24, 2016 @ 13:29:17
  Author: alucryd
Revision: 260221

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

Added:
  mkvtoolnix/repos/extra-i686/PKGBUILD
(from rev 260220, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/extra-i686/mkvtoolnix-gui.install
(from rev 260220, mkvtoolnix/trunk/mkvtoolnix-gui.install)
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
(from rev 260220, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix-gui.install
(from rev 260220, mkvtoolnix/trunk/mkvtoolnix-gui.install)
Deleted:
  mkvtoolnix/repos/extra-i686/PKGBUILD
  mkvtoolnix/repos/extra-i686/mkvtoolnix-gui.install
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix-gui.install

-+
 /PKGBUILD   |  120 ++
 /mkvtoolnix-gui.install |   30 
 extra-i686/PKGBUILD |   60 -
 extra-i686/mkvtoolnix-gui.install   |   15 
 extra-x86_64/PKGBUILD   |   60 -
 extra-x86_64/mkvtoolnix-gui.install |   15 
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-24 12:28:56 UTC (rev 260220)
+++ extra-i686/PKGBUILD 2016-02-24 12:29:17 UTC (rev 260221)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: xduugu 
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
-pkgver=8.8.0
-pkgrel=1
-pkgdesc='Set of tools to create, edit and inspect Matroska files'
-arch=('i686' 'x86_64')
-url='https://www.bunkus.org/videotools/mkvtoolnix/'
-license=('GPL')
-makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
- 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
-source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz;)
-md5sums=('2d5ae6bce426e9736137beecfb0cabd0')
-
-build() {
-  cd mkvtoolnix-${pkgver}
-
-  ./configure --prefix='/usr' \
-  --without-curl \
-  --disable-qt
-  ./drake apps:mkvinfo $MAKEFLAGS
-  mv src/mkvinfo{,-cli}
-
-  ./configure --prefix='/usr' \
-  --without-curl
-  ./drake $MAKEFLAGS
-}
-
-package_mkvtoolnix-cli() {
-  depends=('boost-libs' 'file' 'flac' 'gcc-libs' 'glibc' 'libogg' 'zlib'
-   'libebml.so' 'libmatroska.so' 'libvorbis.so')
-
-  cd mkvtoolnix-${pkgver}
-
-  ./drake DESTDIR="${pkgdir}" install
-  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
-  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
-  find "${pkgdir}" -name mkvtoolnix-gui* -delete
-}
-
-package_mkvtoolnix-gui() {
-  depends=('desktop-file-utils' 'hicolor-icon-theme' 'mkvtoolnix-cli'
-   'qt5-base' 'shared-mime-info' 'xdg-utils')
-  replaces=('mkvtoolnix-gtk')
-  install='mkvtoolnix-gui.install'
-
-  cd mkvtoolnix-${pkgver}
-
-  ./drake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/locale
-  for t in mkv{extract,info,merge,propedit}; do
-find "${pkgdir}" -name $t* -delete
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 260220, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-24 12:29:17 UTC (rev 260221)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
+pkgver=8.9.0
+pkgrel=1
+pkgdesc='Set of tools to create, edit and inspect Matroska files'
+arch=('i686' 'x86_64')
+url='https://www.bunkus.org/videotools/mkvtoolnix/'
+license=('GPL')
+makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
+ 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
+source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz;)
+md5sums=('a272f79a1449ccf6c335ee3afddb6ce2')
+
+build() {
+  cd mkvtoolnix-${pkgver}
+
+  ./configure --prefix='/usr' \
+  --without-curl \
+  --disable-qt
+  ./drake apps:mkvinfo $MAKEFLAGS
+  mv src/mkvinfo{,-cli}
+
+  ./configure --prefix='/usr' \
+  --without-curl
+  ./drake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  depends=('boost-libs' 'file' 'flac' 'gcc-libs' 'glibc' 'libogg' 'zlib'
+   'libebml.so' 'libmatroska.so' 'libvorbis.so')
+
+  cd mkvtoolnix-${pkgver}
+
+  ./drake DESTDIR="${pkgdir}" install
+  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {
+  depends=('desktop-file-utils' 

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

2016-02-24 Thread Maxime Gauduin
Date: Wednesday, February 24, 2016 @ 13:28:56
  Author: alucryd
Revision: 260220

upgpkg: mkvtoolnix 8.9.0-1

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 12:06:43 UTC (rev 260219)
+++ PKGBUILD2016-02-24 12:28:56 UTC (rev 260220)
@@ -5,7 +5,7 @@
 
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
-pkgver=8.8.0
+pkgver=8.9.0
 pkgrel=1
 pkgdesc='Set of tools to create, edit and inspect Matroska files'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
  'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
 
source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz;)
-md5sums=('2d5ae6bce426e9736137beecfb0cabd0')
+md5sums=('a272f79a1449ccf6c335ee3afddb6ce2')
 
 build() {
   cd mkvtoolnix-${pkgver}


[arch-commits] Commit in coin-or-osi/repos (4 files)

2016-02-24 Thread Antonio Rojas
Date: Wednesday, February 24, 2016 @ 13:28:14
  Author: arojas
Revision: 163302

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

Added:
  coin-or-osi/repos/community-i686/PKGBUILD
(from rev 163301, coin-or-osi/trunk/PKGBUILD)
  coin-or-osi/repos/community-x86_64/PKGBUILD
(from rev 163301, coin-or-osi/trunk/PKGBUILD)
Deleted:
  coin-or-osi/repos/community-i686/PKGBUILD
  coin-or-osi/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-24 12:27:32 UTC (rev 163301)
+++ community-i686/PKGBUILD 2016-02-24 12:28:14 UTC (rev 163302)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=coin-or-osi
-pkgver=0.107.7
-pkgrel=1
-pkgdesc="COIN-OR Open Solver Interface"
-arch=(i686 x86_64)
-url="https://projects.coin-or.org/Osi;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-coinutils)
-makedepends=(gcc-fortran)
-source=("http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
-sha1sums=('05f295b48f21c75a3832f661fa958d99cfb6e356')
-
-
-build() {
-  cd Osi-$pkgver
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr --enable-dependency-linking \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/"
-  make
-}
-
-package() {
-  cd Osi-$pkgver
-  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-osi/repos/community-i686/PKGBUILD (from rev 163301, 
coin-or-osi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-24 12:28:14 UTC (rev 163302)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=coin-or-osi
+pkgver=0.107.8
+pkgrel=1
+pkgdesc="COIN-OR Open Solver Interface"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Osi;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-coinutils)
+makedepends=(gcc-fortran)
+source=("http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
+sha1sums=('7e163d3b45ef4244df103d3ab06e2edb4f301c7e')
+
+
+build() {
+  cd Osi-$pkgver
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr --enable-dependency-linking \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/"
+  make
+}
+
+package() {
+  cd Osi-$pkgver
+  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-24 12:27:32 UTC (rev 163301)
+++ community-x86_64/PKGBUILD   2016-02-24 12:28:14 UTC (rev 163302)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=coin-or-osi
-pkgver=0.107.7
-pkgrel=1
-pkgdesc="COIN-OR Open Solver Interface"
-arch=(i686 x86_64)
-url="https://projects.coin-or.org/Osi;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-coinutils)
-makedepends=(gcc-fortran)
-source=("http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
-sha1sums=('05f295b48f21c75a3832f661fa958d99cfb6e356')
-
-
-build() {
-  cd Osi-$pkgver
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr --enable-dependency-linking \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/"
-  make
-}
-
-package() {
-  cd Osi-$pkgver
-  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-osi/repos/community-x86_64/PKGBUILD (from rev 163301, 
coin-or-osi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-24 12:28:14 UTC (rev 163302)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=coin-or-osi
+pkgver=0.107.8
+pkgrel=1
+pkgdesc="COIN-OR Open Solver Interface"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Osi;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-coinutils)
+makedepends=(gcc-fortran)
+source=("http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
+sha1sums=('7e163d3b45ef4244df103d3ab06e2edb4f301c7e')
+
+
+build() {
+  cd Osi-$pkgver
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr --enable-dependency-linking \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  

[arch-commits] Commit in coin-or-osi/trunk (PKGBUILD)

2016-02-24 Thread Antonio Rojas
Date: Wednesday, February 24, 2016 @ 13:27:32
  Author: arojas
Revision: 163301

Update to 0.107.8

Modified:
  coin-or-osi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 12:26:14 UTC (rev 163300)
+++ PKGBUILD2016-02-24 12:27:32 UTC (rev 163301)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=coin-or-osi
-pkgver=0.107.7
+pkgver=0.107.8
 pkgrel=1
 pkgdesc="COIN-OR Open Solver Interface"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(coin-or-coinutils)
 makedepends=(gcc-fortran)
 source=("http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
-sha1sums=('05f295b48f21c75a3832f661fa958d99cfb6e356')
+sha1sums=('7e163d3b45ef4244df103d3ab06e2edb4f301c7e')
 
 
 build() {


[arch-commits] Commit in sbt/repos/community-any (5 files)

2016-02-24 Thread Guillaume Alaux
Date: Wednesday, February 24, 2016 @ 13:26:14
  Author: guillaume
Revision: 163300

archrelease: copy trunk to community-any

Added:
  sbt/repos/community-any/PKGBUILD
(from rev 163299, sbt/trunk/PKGBUILD)
Deleted:
  sbt/repos/community-any/PKGBUILD
  sbt/repos/community-any/sbt.conf.csh
  sbt/repos/community-any/sbt.conf.sh
  sbt/repos/community-any/sbt.sh

--+
 PKGBUILD |   78 +
 sbt.conf.csh |1 
 sbt.conf.sh  |1 
 sbt.sh   |3 --
 4 files changed, 35 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-24 12:24:52 UTC (rev 163299)
+++ PKGBUILD2016-02-24 12:26:14 UTC (rev 163300)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Andrea Scarpino 
-# Contributor: Leif Warner 
-
-# TODO: remove old files from svn (Licenses, sbt, …)
-
-pkgname=sbt
-epoch=1
-pkgver=0.13.9
-pkgrel=1
-pkgdesc="A minimally intrusive build tool for Scala projects"
-arch=('any')
-url='http://www.scala-sbt.org/'
-license=('BSD')
-depends=('java-runtime-headless' 'sh')
-IFS='.' read -a _pkgver <<< "${pkgver}"
-source=(https://dl.bintray.com/${pkgname}/native-packages/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tgz
-
https://raw.githubusercontent.com/${pkgname}/${pkgname}/${_pkgver[0]}.${_pkgver[1]}/LICENSE
-sbt.sh
-sbt.conf.sh
-sbt.conf.csh)
-sha256sums=('148f2801f2993773de6f8859fe0e6520fcabe649d66bb316e13aff8b2fd7f504'
-'70b7b72694a56a3e922deaf5482273e7c33bab2c00c0c67fc0ccc5d33927ffed'
-'68f25719dde7e7de53e5f42eddd5d36e275a83cbb9f6a28208f245404233a6c7'
-'b90676fc30faa4ad2ec3beb7815491bb58cd6e057ec0593664344d6711482357'
-'b8825593744535787d2c227b61e4ffa2e95a7da071a6488c108ad79abeb9e182')
-
-package() {
-  install -d "${pkgdir}"/usr/share
-  cp -r "${srcdir}/${pkgname}" "${pkgdir}"/usr/share
-  rm "${pkgdir}/usr/share/${pkgname}/bin/sbt.bat"
-  rm "${pkgdir}/usr/share/${pkgname}/conf/sbtconfig.txt"
-  find "${pkgdir}/usr/share/${pkgname}" -type f ! -name sbt -exec chmod -x {} 
\;
-
-  install -d "${pkgdir}"/usr/bin
-  ln -s "/usr/share/${pkgname}/bin/sbt" "${pkgdir}"/usr/bin/sbt
-
-  install -d "${pkgdir}/etc/${pkgname}"
-  ln -s "/usr/share/${pkgname}/conf/sbtopts" "${pkgdir}/etc/${pkgname}/sbtopts"
-
-  install -D -m644 "${srcdir}"/LICENSE 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: sbt/repos/community-any/PKGBUILD (from rev 163299, sbt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-24 12:26:14 UTC (rev 163300)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+# Contributor: Andrea Scarpino 
+# Contributor: Leif Warner 
+
+pkgname=sbt
+epoch=1
+pkgver=0.13.11
+pkgrel=1
+pkgdesc="A minimally intrusive build tool for Scala projects"
+arch=('any')
+url='http://www.scala-sbt.org/'
+license=('BSD')
+depends=('java-runtime-headless' 'sh')
+IFS='.' read -a _pkgver <<< "${pkgver}"
+source=(https://dl.bintray.com/${pkgname}/native-packages/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tgz
+
https://raw.githubusercontent.com/${pkgname}/${pkgname}/${_pkgver[0]}.${_pkgver[1]}/LICENSE)
+sha256sums=('a36a6fbf6dd70afd93fb8db16c40e8ac00798fdddfa0b4c678786dc15617afa6'
+'70b7b72694a56a3e922deaf5482273e7c33bab2c00c0c67fc0ccc5d33927ffed')
+
+package() {
+  install -d "${pkgdir}"/usr/share
+  cp -r "${srcdir}/${pkgname}" "${pkgdir}"/usr/share
+  rm "${pkgdir}/usr/share/${pkgname}/bin/sbt.bat"
+  rm "${pkgdir}/usr/share/${pkgname}/conf/sbtconfig.txt"
+  find "${pkgdir}/usr/share/${pkgname}" -type f ! -name sbt -exec chmod -x {} 
\;
+
+  install -d "${pkgdir}"/usr/bin
+  ln -s "/usr/share/${pkgname}/bin/sbt" "${pkgdir}"/usr/bin/sbt
+
+  install -d "${pkgdir}/etc/${pkgname}"
+  ln -s "/usr/share/${pkgname}/conf/sbtopts" "${pkgdir}/etc/${pkgname}/sbtopts"
+
+  install -D -m644 "${srcdir}"/LICENSE 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: sbt.conf.csh
===
--- sbt.conf.csh2016-02-24 12:24:52 UTC (rev 163299)
+++ sbt.conf.csh2016-02-24 12:26:14 UTC (rev 163300)
@@ -1 +0,0 @@
-setenv SBT_OPTS "-Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled 
-XX:MaxPermSize=256M"

Deleted: sbt.conf.sh
===
--- sbt.conf.sh 2016-02-24 12:24:52 UTC (rev 163299)
+++ sbt.conf.sh 2016-02-24 12:26:14 UTC (rev 163300)
@@ -1 +0,0 @@
-export SBT_OPTS="-Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled 
-XX:MaxPermSize=256M"

Deleted: sbt.sh
===
--- sbt.sh  2016-02-24 12:24:52 

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

2016-02-24 Thread Guillaume Alaux
Date: Wednesday, February 24, 2016 @ 13:24:52
  Author: guillaume
Revision: 163299

Upstream release 0.13.11

Modified:
  sbt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 12:19:20 UTC (rev 163298)
+++ PKGBUILD2016-02-24 12:24:52 UTC (rev 163299)
@@ -5,7 +5,7 @@
 
 pkgname=sbt
 epoch=1
-pkgver=0.13.9
+pkgver=0.13.11
 pkgrel=1
 pkgdesc="A minimally intrusive build tool for Scala projects"
 arch=('any')
@@ -15,7 +15,7 @@
 IFS='.' read -a _pkgver <<< "${pkgver}"
 
source=(https://dl.bintray.com/${pkgname}/native-packages/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tgz
 
https://raw.githubusercontent.com/${pkgname}/${pkgname}/${_pkgver[0]}.${_pkgver[1]}/LICENSE)
-sha256sums=('148f2801f2993773de6f8859fe0e6520fcabe649d66bb316e13aff8b2fd7f504'
+sha256sums=('a36a6fbf6dd70afd93fb8db16c40e8ac00798fdddfa0b4c678786dc15617afa6'
 '70b7b72694a56a3e922deaf5482273e7c33bab2c00c0c67fc0ccc5d33927ffed')
 
 package() {


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

2016-02-24 Thread Laurent Carlier
Date: Wednesday, February 24, 2016 @ 13:19:20
  Author: lcarlier
Revision: 163298

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-systemd/repos/multilib-x86_64/PKGBUILD
(from rev 163297, lib32-systemd/trunk/PKGBUILD)
Deleted:
  lib32-systemd/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  151 -
 1 file changed, 81 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-24 12:19:14 UTC (rev 163297)
+++ PKGBUILD2016-02-24 12:19:20 UTC (rev 163298)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Maintainer: Tom Gundersen 
-
-pkgname=lib32-systemd
-_pkgbasename=systemd
-pkgver=228
-pkgrel=1
-pkgdesc="system and service manager (32-bit)"
-arch=('x86_64')
-url="http://www.freedesktop.org/wiki/Software/systemd;
-license=('GPL2' 'LGPL2.1' 'MIT')
-depends=('lib32-libgcrypt' 'lib32-xz' 'lib32-libcap' 'lib32-acl' 
'lib32-libidn' 'lib32-gcc-libs' 'systemd')
-makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libidn' 'lib32-glib2' 
'intltool' 'gperf'
- 'lib32-curl' 'lib32-bzip2' 'git')
-source=("git://github.com/systemd/systemd.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd systemd
-
-  ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd systemd
-
-  local timeservers=({0..3}.arch.pool.ntp.org)
-
-  ./configure \
---libexecdir=/usr/lib32 \
---libdir=/usr/lib32 \
---localstatedir=/var \
---sysconfdir=/etc \
---enable-compat-libs \
---disable-audit \
---disable-tests \
---disable-ima \
---disable-seccomp \
---disable-pam \
---disable-kmod \
---disable-networkd \
---disable-blkid \
---disable-libiptc \
---disable-lz4 \
---disable-manpages \
---without-python \
---disable-libcryptsetup \
---with-sysvinit-path= \
---with-sysvrcnd-path= \
---with-ntp-servers="${timeservers[*]}"
-
-  make
-}
-
-package() {
-  cd systemd
-
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "${pkgdir}"/{etc,var}
-  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
-
-  install -m755 -d "${pkgdir}/usr/share/licenses"
-  ln -s systemd "$pkgdir/usr/share/licenses/lib32-systemd"
-}

Copied: lib32-systemd/repos/multilib-x86_64/PKGBUILD (from rev 163297, 
lib32-systemd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-24 12:19:20 UTC (rev 163298)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+pkgver=229
+pkgrel=1
+pkgdesc="system and service manager (32-bit)"
+arch=('x86_64')
+url="http://www.freedesktop.org/wiki/Software/systemd;
+license=('GPL2' 'LGPL2.1' 'MIT')
+depends=('lib32-libgcrypt' 'lib32-xz' 'lib32-libcap' 'lib32-acl' 
'lib32-libidn' 'lib32-gcc-libs' 'systemd')
+makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libidn' 'lib32-glib2' 
'intltool' 'gperf'
+ 'lib32-curl' 'lib32-bzip2' 'git')
+source=("git://github.com/systemd/systemd.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd systemd
+
+  # networkd: FIONREAD is not reliable on some sockets
+  git cherry-pick -n 4edc2c9b6b5b921873eb82e58719ed4d9e0d69bf
+
+  # fix assertion failure in src/core/timer.c on bootup (FS#48197)
+  git cherry-pick -n 3f51aec8647fe13f4b1e46b2f75ff635403adf91
+
+  # fix udevd error checking from cg_unified() (FS#48188)
+  git cherry-pick -n 6d2353394fc33e923d1ab464c8f88df2a5105ffb
+
+  # revert "core: resolve specifier in config_parse_exec()"
+  git cherry-pick -n bd1b973fb326e9b7587494fd6108e5ded46e9163
+
+  ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd systemd
+
+  local timeservers=({0..3}.arch.pool.ntp.org)
+
+  ./configure \
+--libexecdir=/usr/lib32 \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--disable-audit \
+--disable-tests \
+--disable-ima \
+--disable-seccomp \
+--disable-pam \
+--disable-kmod \
+--disable-networkd \
+--disable-blkid \
+--disable-libiptc \
+--disable-lz4 \
+--disable-manpages \
+--without-python \
+--disable-libcryptsetup \
+--with-sysvinit-path= \
+--with-sysvrcnd-path= \
+--with-ntp-servers="${timeservers[*]}"
+
+  make
+}
+
+package() {
+  cd systemd
+
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/{etc,var}
+  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+
+  install -m755 -d "${pkgdir}/usr/share/licenses"
+  ln -s systemd "$pkgdir/usr/share/licenses/lib32-systemd"
+}


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

2016-02-24 Thread Laurent Carlier
Date: Wednesday, February 24, 2016 @ 13:19:14
  Author: lcarlier
Revision: 163297

upgpkg: lib32-systemd 229-1

upstream update 229

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 12:02:36 UTC (rev 163296)
+++ PKGBUILD2016-02-24 12:19:14 UTC (rev 163297)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-pkgver=228
+pkgver=229
 pkgrel=1
 pkgdesc="system and service manager (32-bit)"
 arch=('x86_64')
@@ -19,6 +19,18 @@
 prepare() {
   cd systemd
 
+  # networkd: FIONREAD is not reliable on some sockets
+  git cherry-pick -n 4edc2c9b6b5b921873eb82e58719ed4d9e0d69bf
+
+  # fix assertion failure in src/core/timer.c on bootup (FS#48197)
+  git cherry-pick -n 3f51aec8647fe13f4b1e46b2f75ff635403adf91
+
+  # fix udevd error checking from cg_unified() (FS#48188)
+  git cherry-pick -n 6d2353394fc33e923d1ab464c8f88df2a5105ffb
+
+  # revert "core: resolve specifier in config_parse_exec()"
+  git cherry-pick -n bd1b973fb326e9b7587494fd6108e5ded46e9163
+
   ./autogen.sh
 }
 
@@ -36,7 +48,6 @@
 --libdir=/usr/lib32 \
 --localstatedir=/var \
 --sysconfdir=/etc \
---enable-compat-libs \
 --disable-audit \
 --disable-tests \
 --disable-ima \


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

2016-02-24 Thread Laurent Carlier
Date: Wednesday, February 24, 2016 @ 13:06:43
  Author: lcarlier
Revision: 260219

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

Added:
  libzip/repos/testing-i686/
  libzip/repos/testing-i686/PKGBUILD
(from rev 260218, libzip/trunk/PKGBUILD)
  libzip/repos/testing-x86_64/
  libzip/repos/testing-x86_64/PKGBUILD
(from rev 260218, libzip/trunk/PKGBUILD)

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

Copied: libzip/repos/testing-i686/PKGBUILD (from rev 260218, 
libzip/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-24 12:06:43 UTC (rev 260219)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libzip
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="A C library for reading, creating, and modifying zip archives"
+url="http://www.nih.at/libzip/index.html;
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('zlib')
+source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('d79c12d2405366cd954dd8e2144efbf7')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  # preserve old header path for compatibility
+  ln -s /usr/lib/libzip/include/zipconf.h "${pkgdir}/usr/include/zipconf.h"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: libzip/repos/testing-x86_64/PKGBUILD (from rev 260218, 
libzip/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-24 12:06:43 UTC (rev 260219)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libzip
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="A C library for reading, creating, and modifying zip archives"
+url="http://www.nih.at/libzip/index.html;
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('zlib')
+source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('d79c12d2405366cd954dd8e2144efbf7')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  # preserve old header path for compatibility
+  ln -s /usr/lib/libzip/include/zipconf.h "${pkgdir}/usr/include/zipconf.h"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in libzip/trunk (PKGBUILD fix-headers.patch)

2016-02-24 Thread Laurent Carlier
Date: Wednesday, February 24, 2016 @ 13:06:36
  Author: lcarlier
Revision: 260218

upgpkg: libzip 1.1.2-1

upstream update 1.1.2

Modified:
  libzip/trunk/PKGBUILD
Deleted:
  libzip/trunk/fix-headers.patch

---+
 PKGBUILD  |4 ++--
 fix-headers.patch |   15 ---
 2 files changed, 2 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 11:36:37 UTC (rev 260217)
+++ PKGBUILD2016-02-24 12:06:36 UTC (rev 260218)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=libzip
-pkgver=1.0.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="A C library for reading, creating, and modifying zip archives"
 url="http://www.nih.at/libzip/index.html;
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('zlib')
 source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('e2371fc6f04a46efdaf8cbf4118ffafd')
+md5sums=('d79c12d2405366cd954dd8e2144efbf7')
 
 build() {
   cd ${pkgname}-${pkgver}

Deleted: fix-headers.patch
===
--- fix-headers.patch   2016-02-24 11:36:37 UTC (rev 260217)
+++ fix-headers.patch   2016-02-24 12:06:36 UTC (rev 260218)
@@ -1,15 +0,0 @@
-diff -urN libzip-0.10rc1.old/lib/Makefile.am libzip-0.10rc1/lib/Makefile.am
 libzip-0.10rc1.old/lib/Makefile.am 2011-03-05 01:07:33.921722002 +0100
-+++ libzip-0.10rc1/lib/Makefile.am 2011-03-05 20:29:30.349388003 +0100
-@@ -2,8 +2,9 @@
- 
- lib_LTLIBRARIES = libzip.la
- noinst_HEADERS = zipint.h
--include_HEADERS = zip.h
--libinclude_HEADERS = zipconf.h
-+include_HEADERS = \
-+  zip.h \
-+  zipconf.h
- 
- # also update CMakeLists.txt when changing version
- libzip_la_LDFLAGS=-no-undefined -version-info 2:0


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

2016-02-24 Thread Maxime Gauduin
Date: Wednesday, February 24, 2016 @ 13:02:36
  Author: alucryd
Revision: 163296

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

Added:
  clementine/repos/community-testing-i686/PKGBUILD
(from rev 163295, clementine/trunk/PKGBUILD)
  clementine/repos/community-testing-i686/clementine-gcc5.1.patch
(from rev 163295, clementine/trunk/clementine-gcc5.1.patch)
  clementine/repos/community-testing-i686/clementine-udisks-namespace.patch
(from rev 163295, clementine/trunk/clementine-udisks-namespace.patch)
  clementine/repos/community-testing-i686/clementine.install
(from rev 163295, clementine/trunk/clementine.install)
  clementine/repos/community-testing-x86_64/PKGBUILD
(from rev 163295, clementine/trunk/PKGBUILD)
  clementine/repos/community-testing-x86_64/clementine-gcc5.1.patch
(from rev 163295, clementine/trunk/clementine-gcc5.1.patch)
  clementine/repos/community-testing-x86_64/clementine-udisks-namespace.patch
(from rev 163295, clementine/trunk/clementine-udisks-namespace.patch)
  clementine/repos/community-testing-x86_64/clementine.install
(from rev 163295, clementine/trunk/clementine.install)
Deleted:
  clementine/repos/community-testing-i686/PKGBUILD
  clementine/repos/community-testing-i686/clementine-gcc5.1.patch
  clementine/repos/community-testing-i686/clementine-udisks-namespace.patch
  clementine/repos/community-testing-i686/clementine.install
  clementine/repos/community-testing-x86_64/PKGBUILD
  clementine/repos/community-testing-x86_64/clementine-gcc5.1.patch
  clementine/repos/community-testing-x86_64/clementine-udisks-namespace.patch
  clementine/repos/community-testing-x86_64/clementine.install

+
 /PKGBUILD  |  116 +++
 /clementine-gcc5.1.patch   |   46 
 /clementine-udisks-namespace.patch |   76 +++
 /clementine.install|   30 ++
 community-testing-i686/PKGBUILD|   58 -
 community-testing-i686/clementine-gcc5.1.patch |   23 --
 community-testing-i686/clementine-udisks-namespace.patch   |   38 ---
 community-testing-i686/clementine.install  |   15 -
 community-testing-x86_64/PKGBUILD  |   58 -
 community-testing-x86_64/clementine-gcc5.1.patch   |   23 --
 community-testing-x86_64/clementine-udisks-namespace.patch |   38 ---
 community-testing-x86_64/clementine.install|   15 -
 12 files changed, 268 insertions(+), 268 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-02-24 12:02:19 UTC (rev 163295)
+++ community-testing-i686/PKGBUILD 2016-02-24 12:02:36 UTC (rev 163296)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Stéphane Gaudreault 
-# Contributor: BlackEagle 
-# Contributor: Dany Martineau 
-
-pkgname=clementine
-pkgver=1.2.3
-pkgrel=9
-pkgdesc='A modern music player and library organizer'
-url='http://www.clementine-player.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod'
- 'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-qt4' 'taglib')
-makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
-optdepends=('gstreamer0.10-base-plugins: "Base" plugin libraries'
-'gstreamer0.10-good-plugins: "Good" plugin libraries'
-'gstreamer0.10-bad-plugins: "Bad" plugin libraries'
-'gstreamer0.10-ugly-plugins: "Ugly" plugin libraries'
-'gstreamer0.10-ffmpeg: FFmpeg plugin'
-'gvfs: Various devices support')
-install='clementine.install'
-source=("clementine-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz;
-'clementine-gcc5.1.patch'
-'clementine-udisks-namespace.patch')
-sha256sums=('7df5650445a005c09f5f0e1a1b0d077037c37ecbe4ee77baf9d45f121308a1bf'
-'b03c190b881520c3233ed8f5804b518e9e699c6f773ab227f36133f422b786e1'
-'a7c2764576cee303a57e4efe6a5dbd583a66de8a15aee738bd92d4bb21786008')
-
-prepare() {
-  cd Clementine-${pkgver}
-
-  patch -Np1 -i ../clementine-gcc5.1.patch
-  patch -Np1 -i ../clementine-udisks-namespace.patch
-}
-
-build() {
-  cd Clementine-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr'
-  make
-}
-
-package() {
-  cd Clementine-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-testing-i686/PKGBUILD (from rev 163295, 
clementine/trunk/PKGBUILD)

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

2016-02-24 Thread Maxime Gauduin
Date: Wednesday, February 24, 2016 @ 13:02:19
  Author: alucryd
Revision: 163295

upgpkg: clementine 1.2.3-10

Modified:
  clementine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 11:03:11 UTC (rev 163294)
+++ PKGBUILD2016-02-24 12:02:19 UTC (rev 163295)
@@ -6,7 +6,7 @@
 
 pkgname=clementine
 pkgver=1.2.3
-pkgrel=9
+pkgrel=10
 pkgdesc='A modern music player and library organizer'
 url='http://www.clementine-player.org/'
 license=('GPL')


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

2016-02-24 Thread Laurent Carlier
Date: Wednesday, February 24, 2016 @ 12:36:24
  Author: lcarlier
Revision: 260216

upgpkg: libfbclient 2.5.5.26952-1

upstream update 2.5.5.26952

Modified:
  libfbclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 09:13:32 UTC (rev 260215)
+++ PKGBUILD2016-02-24 11:36:24 UTC (rev 260216)
@@ -3,8 +3,8 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=libfbclient
-pkgver=2.5.4.26856
-pkgrel=3
+pkgver=2.5.5.26952
+pkgrel=1
 pkgdesc="Client library for Firebird."
 arch=('i686' 'x86_64')
 url="http://www.firebirdsql.org/;
@@ -13,7 +13,7 @@
 options=('!makeflags')
 source=(http://downloads.sourceforge.net/firebird/Firebird-$pkgver-0.tar.bz2
 LICENSE)
-md5sums=('7a17ec9889424b98baa29e001a054434'
+md5sums=('b0b5293991fcf07347b38431c80be1d4'
  '0d61798861e159c85dbdf0f30fe2f2ce')
 
 build() {


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

2016-02-24 Thread Laurent Carlier
Date: Wednesday, February 24, 2016 @ 12:36:37
  Author: lcarlier
Revision: 260217

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

Added:
  libfbclient/repos/extra-i686/ChangeLog
(from rev 260216, libfbclient/trunk/ChangeLog)
  libfbclient/repos/extra-i686/LICENSE
(from rev 260216, libfbclient/trunk/LICENSE)
  libfbclient/repos/extra-i686/PKGBUILD
(from rev 260216, libfbclient/trunk/PKGBUILD)
  libfbclient/repos/extra-x86_64/ChangeLog
(from rev 260216, libfbclient/trunk/ChangeLog)
  libfbclient/repos/extra-x86_64/LICENSE
(from rev 260216, libfbclient/trunk/LICENSE)
  libfbclient/repos/extra-x86_64/PKGBUILD
(from rev 260216, libfbclient/trunk/PKGBUILD)
Deleted:
  libfbclient/repos/extra-i686/ChangeLog
  libfbclient/repos/extra-i686/LICENSE
  libfbclient/repos/extra-i686/PKGBUILD
  libfbclient/repos/extra-x86_64/ChangeLog
  libfbclient/repos/extra-x86_64/LICENSE
  libfbclient/repos/extra-x86_64/PKGBUILD

+
 /ChangeLog |   52 ++
 /LICENSE   |   88 
 /PKGBUILD  |   94 +++
 extra-i686/ChangeLog   |   26 -
 extra-i686/LICENSE |   44 --
 extra-i686/PKGBUILD|   47 ---
 extra-x86_64/ChangeLog |   26 -
 extra-x86_64/LICENSE   |   44 --
 extra-x86_64/PKGBUILD  |   47 ---
 9 files changed, 234 insertions(+), 234 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2016-02-24 11:36:24 UTC (rev 260216)
+++ extra-i686/ChangeLog2016-02-24 11:36:37 UTC (rev 260217)
@@ -1,26 +0,0 @@
-
-2009-06-08  Douglas Soares de Andrade  
-
-   * Rebuilt for the new icu
-
-2009-04-09  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.1.2
-
-2008-08-10  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.1.1
-
-2008-05-10  Mateusz Herych 
-
-   * Updated for x86_64 - 2.1.0
-
-2008-04-28  Douglas Soares de Andrade  
-
-   * Updated for i686 - 2.1.0
-   * Sure, firebird is the hell to build. Waiting contributions ;-)
-
-2007-07-06  tardo  
-   
-   * Built for x86_64
-   * This is the most fucked up pkg evar.

Copied: libfbclient/repos/extra-i686/ChangeLog (from rev 260216, 
libfbclient/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2016-02-24 11:36:37 UTC (rev 260217)
@@ -0,0 +1,26 @@
+
+2009-06-08  Douglas Soares de Andrade  
+
+   * Rebuilt for the new icu
+
+2009-04-09  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.1.2
+
+2008-08-10  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.1.1
+
+2008-05-10  Mateusz Herych 
+
+   * Updated for x86_64 - 2.1.0
+
+2008-04-28  Douglas Soares de Andrade  
+
+   * Updated for i686 - 2.1.0
+   * Sure, firebird is the hell to build. Waiting contributions ;-)
+
+2007-07-06  tardo  
+   
+   * Built for x86_64
+   * This is the most fucked up pkg evar.

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2016-02-24 11:36:24 UTC (rev 260216)
+++ extra-i686/LICENSE  2016-02-24 11:36:37 UTC (rev 260217)
@@ -1,44 +0,0 @@
-
-LICENSES
-
-
-The applicable and approved licenses for the source files
-of the Firebird RDBMS project are:
-
-  1) InterBase Public License (IPL), version 1.0
- http://bdn.borland.com/article/0,1410,30198,00.html
-
-  2) Initial Developer's Public License (IDPL), version 1.0
- http://www.ibphoenix.com/main.nfs?a=ibphoenix=ibp_idpl
-
-The IPL is copyright of Borland Corp., the other licenses are copyright
-by the source code authors and contributors.
-
-
-USAGE RULES

-
-1) The source code which was released under the IPL must keep this license.
-   All modifications / adaptations of this code are still subjects of the IPL.
-
-2) The files that are derived from the IPL covered code, must also keep
-   this license. It means that if any new file contains some code covered by
-   the IPL, then this file should be released under the IPL too.
-
-3) The new files developed by the members of the Firebird project should
-   be released under the IDPL.
-
-4) The new files contributed by people who are not members of the Firebird
-   project should follow the rule #3. If an author (initial developer) doesn't
-   specify the license to be used, the person who applies the contributed code
-   to the CVS 

[arch-commits] Commit in squid/repos (32 files)

2016-02-24 Thread Sergej Pupykin
Date: Wednesday, February 24, 2016 @ 12:03:11
  Author: spupykin
Revision: 163294

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

Added:
  squid/repos/community-i686/PKGBUILD
(from rev 163293, squid/trunk/PKGBUILD)
  squid/repos/community-i686/squid-rotate.service
(from rev 163293, squid/trunk/squid-rotate.service)
  squid/repos/community-i686/squid-rotate.timer
(from rev 163293, squid/trunk/squid-rotate.timer)
  squid/repos/community-i686/squid.install
(from rev 163293, squid/trunk/squid.install)
  squid/repos/community-i686/squid.pam
(from rev 163293, squid/trunk/squid.pam)
  squid/repos/community-i686/squid.service
(from rev 163293, squid/trunk/squid.service)
  squid/repos/community-i686/squid.sysusers
(from rev 163293, squid/trunk/squid.sysusers)
  squid/repos/community-i686/squid.tmpfiles
(from rev 163293, squid/trunk/squid.tmpfiles)
  squid/repos/community-x86_64/PKGBUILD
(from rev 163293, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid-rotate.service
(from rev 163293, squid/trunk/squid-rotate.service)
  squid/repos/community-x86_64/squid-rotate.timer
(from rev 163293, squid/trunk/squid-rotate.timer)
  squid/repos/community-x86_64/squid.install
(from rev 163293, squid/trunk/squid.install)
  squid/repos/community-x86_64/squid.pam
(from rev 163293, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.service
(from rev 163293, squid/trunk/squid.service)
  squid/repos/community-x86_64/squid.sysusers
(from rev 163293, squid/trunk/squid.sysusers)
  squid/repos/community-x86_64/squid.tmpfiles
(from rev 163293, squid/trunk/squid.tmpfiles)
Deleted:
  squid/repos/community-i686/PKGBUILD
  squid/repos/community-i686/squid-rotate.service
  squid/repos/community-i686/squid-rotate.timer
  squid/repos/community-i686/squid.install
  squid/repos/community-i686/squid.pam
  squid/repos/community-i686/squid.service
  squid/repos/community-i686/squid.sysusers
  squid/repos/community-i686/squid.tmpfiles
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid-rotate.service
  squid/repos/community-x86_64/squid-rotate.timer
  squid/repos/community-x86_64/squid.install
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.service
  squid/repos/community-x86_64/squid.sysusers
  squid/repos/community-x86_64/squid.tmpfiles

---+
 /PKGBUILD |  212 
 /squid-rotate.service |   18 ++
 /squid-rotate.timer   |   14 ++
 /squid.install|   24 +++
 /squid.pam|8 +
 /squid.service|   26 +++
 /squid.sysusers   |2 
 /squid.tmpfiles   |2 
 community-i686/PKGBUILD   |  107 
 community-i686/squid-rotate.service   |9 -
 community-i686/squid-rotate.timer |7 -
 community-i686/squid.install  |   12 -
 community-i686/squid.pam  |4 
 community-i686/squid.service  |   13 -
 community-i686/squid.sysusers |1 
 community-i686/squid.tmpfiles |1 
 community-x86_64/PKGBUILD |  107 
 community-x86_64/squid-rotate.service |9 -
 community-x86_64/squid-rotate.timer   |7 -
 community-x86_64/squid.install|   12 -
 community-x86_64/squid.pam|4 
 community-x86_64/squid.service|   13 -
 community-x86_64/squid.sysusers   |1 
 community-x86_64/squid.tmpfiles   |1 
 24 files changed, 306 insertions(+), 308 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-24 11:02:32 UTC (rev 163293)
+++ community-i686/PKGBUILD 2016-02-24 11:03:11 UTC (rev 163294)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Mark Coolen 
-# Contributor: Tom Newsom 
-# Contributor: Kevin Piche 
-
-pkgname=squid
-pkgver=3.5.14
-pkgrel=1
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64' 'i686')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle')
-makedepends=('libcap' 'krb5')
-optdepends=('gnutls: for squidclient')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-'etc/squid/mime.conf'
-'etc/squid/errorpage.css'
-'etc/squid/cachemgr.conf'
-'etc/squid/msntauth.conf')
-install=$pkgname.install
-source=("http://www.squid-cache.org/Versions/v3/3.5/$pkgname-$pkgver.tar.gz;
-'squid.pam'
-'squid.service'
-'squid.tmpfiles'
-'squid.sysusers'
-'squid-rotate.service'
-'squid-rotate.timer')
-md5sums=('2f4ae90d765215913616e2c85d0e7c51'
- 

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

2016-02-24 Thread Sergej Pupykin
Date: Wednesday, February 24, 2016 @ 12:02:32
  Author: spupykin
Revision: 163293

upgpkg: squid 3.5.15-1

upd

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 11:02:27 UTC (rev 163292)
+++ PKGBUILD2016-02-24 11:02:32 UTC (rev 163293)
@@ -5,7 +5,7 @@
 # Contributor: Kevin Piche 
 
 pkgname=squid
-pkgver=3.5.14
+pkgver=3.5.15
 pkgrel=1
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
@@ -16,12 +16,11 @@
 license=('GPL')
 options=('emptydirs')
 backup=('etc/squid/squid.conf'
-'etc/squid/mime.conf'
-'etc/squid/errorpage.css'
-'etc/squid/cachemgr.conf'
-'etc/squid/msntauth.conf')
+   'etc/squid/cachemgr.conf'
+   'etc/squid/errorpage.css'
+   'etc/squid/mime.conf')
 install=$pkgname.install
-source=("http://www.squid-cache.org/Versions/v3/3.5/$pkgname-$pkgver.tar.gz;
+source=("http://www.squid-cache.org/Versions/v3/3.5/$pkgname-$pkgver.tar.xz;
 'squid.pam'
 'squid.service'
 'squid.tmpfiles'
@@ -28,7 +27,7 @@
 'squid.sysusers'
 'squid-rotate.service'
 'squid-rotate.timer')
-md5sums=('2f4ae90d765215913616e2c85d0e7c51'
+md5sums=('997084b40aaed7d0fa9db11904638ea9'
  '270977cdd9b47ef44c0c427ab9034777'
  'ceeb57c69ebb165676219222f109a24e'
  'd243da117c1aee03c0cc6052f023a380'


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

2016-02-24 Thread Sergej Pupykin
Date: Wednesday, February 24, 2016 @ 12:02:27
  Author: spupykin
Revision: 163292

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

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

--+
 /PKGBUILD|  166 ++
 /network-script  |  390 +
 /tools.conf  |2 
 /vmtoolsd.service|   18 +
 /vmware-guestd   |   12 
 /vmware-vmblock-fuse.service |   24 +
 /xautostart.conf |   12 
 community-i686/PKGBUILD  |   83 -
 community-i686/network-script|  195 
 community-i686/tools.conf|1 
 community-i686/vmtoolsd.service  |9 
 community-i686/vmware-guestd |6 
 community-i686/vmware-vmblock-fuse.service   |   12 
 community-i686/xautostart.conf   |6 
 community-x86_64/PKGBUILD|   83 -
 community-x86_64/network-script  |  195 
 community-x86_64/tools.conf  |1 
 community-x86_64/vmtoolsd.service|9 
 community-x86_64/vmware-guestd   |6 
 community-x86_64/vmware-vmblock-fuse.service |   12 
 community-x86_64/xautostart.conf |6 
 21 files changed, 624 insertions(+), 624 deletions(-)

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


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

2016-02-24 Thread Sergej Pupykin
Date: Wednesday, February 24, 2016 @ 12:01:50
  Author: spupykin
Revision: 163291

upgpkg: open-vm-tools 6:10.0.7-1

upd

Modified:
  open-vm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 11:01:45 UTC (rev 163290)
+++ PKGBUILD2016-02-24 11:01:50 UTC (rev 163291)
@@ -4,7 +4,7 @@
 
 pkgname=open-vm-tools
 epoch=6
-pkgver=10.0.5
+pkgver=10.0.7
 pkgrel=1
 pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools"
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
xautostart.conf
vmtoolsd.service
vmware-vmblock-fuse.service)
-md5sums=('e513720eb19783b1539d90da1492'
+md5sums=('f865c9cfc9732360f6e1b08cdbd16483'
  'cbfa69ead382bc527e6f6ddfed8e5c4d'
  'b55d15e2c4be396aad709aeca91033d3'
  '1b9ae908fce4c623269f100ee9bdfdef'


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

2016-02-24 Thread Sergej Pupykin
Date: Wednesday, February 24, 2016 @ 12:01:45
  Author: spupykin
Revision: 163290

archrelease: copy trunk to community-any

Added:
  elixir/repos/community-any/PKGBUILD
(from rev 163289, elixir/trunk/PKGBUILD)
Deleted:
  elixir/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-24 11:01:31 UTC (rev 163289)
+++ PKGBUILD2016-02-24 11:01:45 UTC (rev 163290)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Old maintainer: Gilbert Kennen 
-
-pkgname=elixir
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
-url="http://elixir-lang.org;
-arch=('any')
-license=('Apache' 'custom:EPL')
-depends=('erlang-nox')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/tarball/v${pkgver};)
-md5sums=('1b089872829bc8da85f1e67d9325bea7')
-
-build() {
-  cd "${srcdir}/"elixir-lang*
-  make
-}
-
-check() {
-  cd "${srcdir}/"elixir-lang*
-  make test_erlang
-}
-
-package() {
-  cd "${srcdir}/"elixir-lang*
-  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}

Copied: elixir/repos/community-any/PKGBUILD (from rev 163289, 
elixir/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-24 11:01:45 UTC (rev 163290)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Old maintainer: Gilbert Kennen 
+
+pkgname=elixir
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
+url="http://elixir-lang.org;
+arch=('any')
+license=('Apache' 'custom:EPL')
+depends=('erlang-nox')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/tarball/v${pkgver};)
+md5sums=('b673dc660bcfb8f222f718a8a1ed9c26')
+
+build() {
+  cd "${srcdir}/"elixir-lang*
+  make
+}
+
+check() {
+  cd "${srcdir}/"elixir-lang*
+  make test_erlang
+}
+
+package() {
+  cd "${srcdir}/"elixir-lang*
+  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}


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

2016-02-24 Thread Sergej Pupykin
Date: Wednesday, February 24, 2016 @ 12:01:31
  Author: spupykin
Revision: 163289

upgpkg: elixir 1.2.3-1

upd

Modified:
  elixir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 10:32:55 UTC (rev 163288)
+++ PKGBUILD2016-02-24 11:01:31 UTC (rev 163289)
@@ -3,7 +3,7 @@
 # Old maintainer: Gilbert Kennen 
 
 pkgname=elixir
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
 url="http://elixir-lang.org;
@@ -11,7 +11,7 @@
 license=('Apache' 'custom:EPL')
 depends=('erlang-nox')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/tarball/v${pkgver};)
-md5sums=('1b089872829bc8da85f1e67d9325bea7')
+md5sums=('b673dc660bcfb8f222f718a8a1ed9c26')
 
 build() {
   cd "${srcdir}/"elixir-lang*


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

2016-02-24 Thread Felix Yan
Date: Wednesday, February 24, 2016 @ 11:32:55
  Author: fyan
Revision: 163288

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

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

--+
 community-staging-i686/PKGBUILD  |   56 +
 community-staging-i686/haskell-aws.install   |   18 
 community-staging-x86_64/PKGBUILD|   56 +
 community-staging-x86_64/haskell-aws.install |   18 
 4 files changed, 148 insertions(+)

Copied: haskell-aws/repos/community-staging-i686/PKGBUILD (from rev 163287, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-24 10:32:55 UTC (rev 163288)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.13.0
+pkgrel=16
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default"
+ "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-safe" "haskell-scientific" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('3504c96a00d12fa0fe4ae5ab4dafa3eec7ca576a02ed7906cff70a75625a75a6')
+
+prepare() {
+sed -e 's/cereal   >= 0.3 && < 0.5,/cereal   
>= 0.3 \&\& < 0.6,/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-examples
+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-aws/repos/community-staging-i686/haskell-aws.install (from rev 
163287, haskell-aws/trunk/haskell-aws.install)
===
--- community-staging-i686/haskell-aws.install  (rev 0)
+++ community-staging-i686/haskell-aws.install  2016-02-24 10:32:55 UTC (rev 
163288)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-aws
+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-aws/repos/community-staging-x86_64/PKGBUILD (from rev 163287, 
haskell-aws/trunk/PKGBUILD)
===
--- 

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

2016-02-24 Thread Felix Yan
Date: Wednesday, February 24, 2016 @ 11:32:35
  Author: fyan
Revision: 163287

upgpkg: haskell-aws 0.13.0-16

rebuild with cryptohash-0.11.7, cryptonite-0.13, hjsmin-0.1.5.3, http2-1.5.0, 
warp-3.2.3

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 10:32:21 UTC (rev 163286)
+++ PKGBUILD2016-02-24 10:32:35 UTC (rev 163287)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.13.0
-pkgrel=15
+pkgrel=16
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="http://github.com/aristidb/aws;
 license=("custom:BSD3")


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

2016-02-24 Thread Felix Yan
Date: Wednesday, February 24, 2016 @ 11:32:21
  Author: fyan
Revision: 163286

archrelease: copy trunk to community-any

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

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

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

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


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

2016-02-24 Thread Felix Yan
Date: Wednesday, February 24, 2016 @ 11:27:56
  Author: fyan
Revision: 163285

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

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

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

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


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

2016-02-24 Thread Felix Yan
Date: Wednesday, February 24, 2016 @ 11:27:48
  Author: fyan
Revision: 163284

upgpkg: python-pytest-mock 0.11.0-1

Modified:
  python-pytest-mock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 10:26:49 UTC (rev 163283)
+++ PKGBUILD2016-02-24 10:27:48 UTC (rev 163284)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-mock
 pkgname=('python-pytest-mock' 'python2-pytest-mock')
-pkgver=0.10.1
+pkgver=0.11.0
 pkgrel=1
 pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
 arch=('any')


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

2016-02-24 Thread Felix Yan
Date: Wednesday, February 24, 2016 @ 11:26:49
  Author: fyan
Revision: 163283

upgpkg: deepin-daemon 3.0.11-1

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 10:26:35 UTC (rev 163282)
+++ PKGBUILD2016-02-24 10:26:49 UTC (rev 163283)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=3.0.10
+pkgver=3.0.11
 _golibver=0.4.8
 _deepinapiver=3.0.6
 _dbusfactoryver=3.0.2


[arch-commits] Commit in deepin-file-manager/repos (8 files)

2016-02-24 Thread Felix Yan
Date: Wednesday, February 24, 2016 @ 11:26:35
  Author: fyan
Revision: 163282

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

Added:
  deepin-file-manager/repos/community-i686/PKGBUILD
(from rev 163281, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-i686/deepin-file-manager.install
(from rev 163281, deepin-file-manager/trunk/deepin-file-manager.install)
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 163281, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/deepin-file-manager.install
(from rev 163281, deepin-file-manager/trunk/deepin-file-manager.install)
Deleted:
  deepin-file-manager/repos/community-i686/PKGBUILD
  deepin-file-manager/repos/community-i686/deepin-file-manager.install
  deepin-file-manager/repos/community-x86_64/PKGBUILD
  deepin-file-manager/repos/community-x86_64/deepin-file-manager.install

--+
 /PKGBUILD|  120 +
 /deepin-file-manager.install |   22 
 community-i686/PKGBUILD  |   60 
 community-i686/deepin-file-manager.install   |   11 --
 community-x86_64/PKGBUILD|   60 
 community-x86_64/deepin-file-manager.install |   11 --
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-24 10:26:09 UTC (rev 163281)
+++ community-i686/PKGBUILD 2016-02-24 10:26:35 UTC (rev 163282)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=0.1.10
-_golibver=0.4.8
-_deepinapiver=3.0.6
-_dbusfactoryver=3.0.2
-_girgeneratorver=0.9.2
-pkgrel=3
-pkgdesc='deepin file manager backend'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-file-manager;
-license=('GPL3')
-depends=('deepin-metacity' 'libcanberra' 'poppler-glib' 'gcc-libs>=5.3.0-3')
-makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'gcc-go')
-replaces=('deepin-file-manager-backend')
-install="${pkgname}.install"
-source=("git+https://cr.deepin.io/deepin-file-manager.git#tag=$pkgver;
-"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
-"git+https://cr.deepin.io/dde/dde-api.git#tag=$_deepinapiver;
-"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
-"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
deepin-file-manager/Makefile
-  sed -i 's| generator$||' go-gir-generator/makefile
-
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  go get github.com/howeyc/fsnotify github.com/mattn/go-sqlite3
-}
-
-build() {
-  cd "$srcdir/dbus-factory"
-  make install-golang
-
-  cd "$srcdir/go-gir-generator"
-  make GENERATOR=gir-generator build
-  make copyfile
-  cp -r out/src/gir "$GOPATH/src"/
-
-  cd "$srcdir/$pkgname"
-  make USE_GCCGO=1
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" do-install
-}

Copied: deepin-file-manager/repos/community-i686/PKGBUILD (from rev 163281, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-24 10:26:35 UTC (rev 163282)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=0.1.11
+_golibver=0.4.8
+_deepinapiver=3.0.6
+_dbusfactoryver=3.0.2
+_girgeneratorver=0.9.2
+pkgrel=3
+pkgdesc='deepin file manager backend'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-file-manager;
+license=('GPL3')
+depends=('deepin-metacity' 'libcanberra' 'poppler-glib' 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'gcc-go')
+replaces=('deepin-file-manager-backend')
+install="${pkgname}.install"
+source=("git+https://cr.deepin.io/deepin-file-manager.git#tag=$pkgver;
+"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
+"git+https://cr.deepin.io/dde/dde-api.git#tag=$_deepinapiver;
+"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
+"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i 

  1   2   >