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

2017-02-17 Thread Felix Yan
Date: Saturday, February 18, 2017 @ 07:59:04
  Author: felixonmars
Revision: 213010

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

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

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

Copied: haskell-persistent-template/repos/community-staging-i686/PKGBUILD (from 
rev 213009, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-18 07:59:04 UTC (rev 213010)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.1.6
+pkgrel=30
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces"
+ "haskell-persistent" "haskell-tagged" "haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f88a8735173ba197f8d698a9c1fd5c649234fd60efe493f401432926a55e7b44')
+
+prepare() {
+sed -e 's/http-api-data>= 0.2   && < 0.3/http-api-data 
   >= 0.2   \&\& < 0.4/' \
+-e 's/aeson>= 0.7   && < 0.12/aeson
>= 0.7   \&\& < 1.1/' \
+-i $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 213009, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-18 07:59:04 UTC (rev 213010)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.1.6
+pkgrel=30
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces"
+ "haskell-persistent" "haskell-tagged" "haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f88a8735173ba197f8d698a9c1fd5c649234fd60efe493f401432926a55e7b44')
+
+prepare() {
+sed -e 's/http-api-data>= 0.2   && < 0.3/http-api-data 
   >= 0.2   \&\& < 0.4/' \
+-e 's/aeson>= 0.7   && < 0.12/aeson
>= 0.7   \&\& < 1.1/' \
+-i $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd 

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

2017-02-17 Thread Felix Yan
Date: Saturday, February 18, 2017 @ 07:58:37
  Author: felixonmars
Revision: 213009

upgpkg: haskell-persistent-template 2.5.1.6-30

rebuild with monad-logger,0.3.20.2

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 07:55:50 UTC (rev 213008)
+++ PKGBUILD2017-02-18 07:58:37 UTC (rev 213009)
@@ -5,7 +5,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.5.1.6
-pkgrel=29
+pkgrel=30
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2017-02-17 Thread Felix Yan
Date: Saturday, February 18, 2017 @ 07:55:50
  Author: felixonmars
Revision: 213008

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

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

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

Copied: haskell-persistent-sqlite/repos/community-staging-i686/PKGBUILD (from 
rev 213007, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-18 07:55:50 UTC (rev 213008)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6
+pkgrel=29
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-old-locale" "haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('628670f06cc533adb057649a253e9332aa2b3f69278af8fd32905e9bb00e0ffa')
+
+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-build-sanity-exe -f-systemlib
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 213007, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-18 07:55:50 UTC (rev 213008)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6
+pkgrel=29
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-old-locale" "haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('628670f06cc533adb057649a253e9332aa2b3f69278af8fd32905e9bb00e0ffa')
+
+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-build-sanity-exe -f-systemlib
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   

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

2017-02-17 Thread Felix Yan
Date: Saturday, February 18, 2017 @ 07:55:22
  Author: felixonmars
Revision: 213007

upgpkg: haskell-persistent-sqlite 2.6-29

rebuild with monad-logger,0.3.20.2

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 07:51:27 UTC (rev 213006)
+++ PKGBUILD2017-02-18 07:55:22 UTC (rev 213007)
@@ -5,7 +5,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.6
-pkgrel=28
+pkgrel=29
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2017-02-17 Thread Felix Yan
Date: Saturday, February 18, 2017 @ 07:51:27
  Author: felixonmars
Revision: 213006

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

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

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

Copied: haskell-esqueleto/repos/community-staging-i686/PKGBUILD (from rev 
213005, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-18 07:51:27 UTC (rev 213006)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.1
+pkgrel=7
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('76a75c84c4b4e0d41b28d8f8e73cc746282f5e7e50cfb11fcc252286950c87d9')
+
+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-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
213005, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-18 07:51:27 UTC (rev 213006)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.1
+pkgrel=7
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('76a75c84c4b4e0d41b28d8f8e73cc746282f5e7e50cfb11fcc252286950c87d9')
+
+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-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 

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

2017-02-17 Thread Felix Yan
Date: Saturday, February 18, 2017 @ 07:50:52
  Author: felixonmars
Revision: 213005

upgpkg: haskell-esqueleto 2.5.1-7

rebuild with monad-logger,0.3.20.2

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 07:47:49 UTC (rev 213004)
+++ PKGBUILD2017-02-18 07:50:52 UTC (rev 213005)
@@ -5,7 +5,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.5.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto;
 license=("custom:BSD3")


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

2017-02-17 Thread Felix Yan
Date: Saturday, February 18, 2017 @ 07:47:49
  Author: felixonmars
Revision: 213004

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

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

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

Copied: haskell-persistent/repos/community-staging-i686/PKGBUILD (from rev 
213003, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-18 07:47:49 UTC (rev 213004)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.6
+pkgrel=29
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('42423362de94599581d18be644ba77181e87417087b3953daec2e8512d408e3e')
+
+prepare() {
+sed -i 's/http-api-data>= 0.2   && < 0.3/http-api-data 
   >= 0.2   \&\& < 0.4/' \
+$_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-nooverlap
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
213003, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-18 07:47:49 UTC (rev 213004)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.6
+pkgrel=29
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")

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

2017-02-17 Thread Felix Yan
Date: Saturday, February 18, 2017 @ 07:47:19
  Author: felixonmars
Revision: 213003

upgpkg: haskell-persistent 2.6-29

rebuild with monad-logger,0.3.20.2

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 07:42:22 UTC (rev 213002)
+++ PKGBUILD2017-02-18 07:47:19 UTC (rev 213003)
@@ -5,7 +5,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.6
-pkgrel=28
+pkgrel=29
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2017-02-17 Thread Felix Yan
Date: Saturday, February 18, 2017 @ 07:42:22
  Author: felixonmars
Revision: 213002

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

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

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

Copied: haskell-monad-logger/repos/community-staging-i686/PKGBUILD (from rev 
213001, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-18 07:42:22 UTC (rev 213002)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-logger
+pkgname=haskell-monad-logger
+pkgver=0.3.20.2
+pkgrel=1
+pkgdesc="A class of monads which can log messages."
+url="https://github.com/kazu-yamamoto/logger;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-exceptions" "haskell-fast-logger" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-loops" "haskell-mtl" 
"haskell-resourcet"
+ "haskell-stm" "haskell-stm-chans" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('1f004999b282b3895cc0904053befb48b863efc2899a89e93195b4544cc9c737')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-ftemplate_haskell
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
213001, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-18 07:42:22 UTC (rev 213002)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-logger
+pkgname=haskell-monad-logger
+pkgver=0.3.20.2
+pkgrel=1
+pkgdesc="A class of monads which can log messages."
+url="https://github.com/kazu-yamamoto/logger;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-exceptions" "haskell-fast-logger" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-loops" "haskell-mtl" 
"haskell-resourcet"
+ "haskell-stm" "haskell-stm-chans" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('1f004999b282b3895cc0904053befb48b863efc2899a89e93195b4544cc9c737')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-ftemplate_haskell
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e 

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

2017-02-17 Thread Felix Yan
Date: Saturday, February 18, 2017 @ 07:41:55
  Author: felixonmars
Revision: 213001

upgpkg: haskell-monad-logger 0.3.20.2-1

rebuild with monad-logger,0.3.20.2

Modified:
  haskell-monad-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 07:38:55 UTC (rev 213000)
+++ PKGBUILD2017-02-18 07:41:55 UTC (rev 213001)
@@ -4,8 +4,8 @@
 
 _hkgname=monad-logger
 pkgname=haskell-monad-logger
-pkgver=0.3.20.1
-pkgrel=8
+pkgver=0.3.20.2
+pkgrel=1
 pkgdesc="A class of monads which can log messages."
 url="https://github.com/kazu-yamamoto/logger;
 license=("MIT")
@@ -16,7 +16,7 @@
  "haskell-stm" "haskell-stm-chans" "haskell-text" 
"haskell-transformers-base"
  "haskell-transformers-compat")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('8e7cd3af6a28c6be29ec184d221c60d745d14142794efbd175077ee3e8c0baad')
+sha256sums=('1f004999b282b3895cc0904053befb48b863efc2899a89e93195b4544cc9c737')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in npm-check-updates/repos/community-any (PKGBUILD PKGBUILD)

2017-02-17 Thread Felix Yan
Date: Saturday, February 18, 2017 @ 07:38:55
  Author: felixonmars
Revision: 213000

archrelease: copy trunk to community-any

Added:
  npm-check-updates/repos/community-any/PKGBUILD
(from rev 212999, npm-check-updates/trunk/PKGBUILD)
Deleted:
  npm-check-updates/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-18 07:38:35 UTC (rev 212999)
+++ PKGBUILD2017-02-18 07:38:55 UTC (rev 213000)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm-check-updates
-pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=2.10.2
-pkgrel=1
-arch=('any')
-url='https://github.com/tjunnone/npm-check-updates'
-license=('Apache')
-depends=('semver' 'npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('f48132654737bcd51abce32798907ae9997495c591bc6e72079c28587d3a4bb5')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in npm semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}

Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 212999, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-18 07:38:55 UTC (rev 213000)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=2.10.3
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('semver' 'npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('f73dcef93eaed41ab0f0c7cec66034c67126fffd627688a29c2512ba1fc95ab1')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in npm semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}


[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)

2017-02-17 Thread Felix Yan
Date: Saturday, February 18, 2017 @ 07:38:35
  Author: felixonmars
Revision: 212999

upgpkg: npm-check-updates 2.10.3-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 04:12:22 UTC (rev 212998)
+++ PKGBUILD2017-02-18 07:38:35 UTC (rev 212999)
@@ -3,7 +3,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=2.10.2
+pkgver=2.10.3
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 depends=('semver' 'npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('f48132654737bcd51abce32798907ae9997495c591bc6e72079c28587d3a4bb5')
+sha256sums=('f73dcef93eaed41ab0f0c7cec66034c67126fffd627688a29c2512ba1fc95ab1')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-02-17 Thread Felix Yan
Date: Saturday, February 18, 2017 @ 04:12:22
  Author: felixonmars
Revision: 212998

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

Added:
  deepin-qt5integration/repos/community-i686/PKGBUILD
(from rev 212997, deepin-qt5integration/trunk/PKGBUILD)
  deepin-qt5integration/repos/community-x86_64/PKGBUILD
(from rev 212997, deepin-qt5integration/trunk/PKGBUILD)
Deleted:
  deepin-qt5integration/repos/community-i686/PKGBUILD
  deepin-qt5integration/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-18 04:11:48 UTC (rev 212997)
+++ community-i686/PKGBUILD 2017-02-18 04:12:22 UTC (rev 212998)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5integration
-pkgver=0.0.7
-pkgrel=1
-pkgdesc='Deepin Qt5 platform plugin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/qt5integration;
-license=('GPL3')
-depends=('deepin-tool-kit' 'libqtxdg' 'gtk2')
-makedepends=('git' 'xcb-util-renderutil' 'deepin-file-manager')
-replaces=('qt5dxcb-plugin')
-conflicts=('qt5dxcb-plugin')
-groups=('deepin')
-source=("git+https://cr.deepin.io/qt5integration.git#tag=$pkgver;
-"libqt5xcbqpa-dev::git+https://github.com/zccrs/libqt5xcbqpa-dev.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd qt5integration
-  ln -s ../../libqt5xcbqpa-dev ./platformplugin/libqt5xcbqpa-dev
-}
-
-build() {
-  cd qt5integration
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5integration
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5integration/repos/community-i686/PKGBUILD (from rev 212997, 
deepin-qt5integration/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-18 04:12:22 UTC (rev 212998)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5integration
+pkgver=0.0.7
+_commit=46dae2f2d7b40d4fcf62e48f60c9577634b5fd8d
+pkgrel=2
+pkgdesc='Deepin Qt5 platform plugin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/qt5integration;
+license=('GPL3')
+depends=('deepin-tool-kit' 'libqtxdg' 'gtk2')
+makedepends=('git' 'xcb-util-renderutil' 'deepin-file-manager')
+replaces=('qt5dxcb-plugin')
+conflicts=('qt5dxcb-plugin')
+groups=('deepin')
+source=("git+https://cr.deepin.io/qt5integration.git#commit=$_commit;
+"libqt5xcbqpa-dev::git+https://github.com/zccrs/libqt5xcbqpa-dev.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd qt5integration
+  ln -s ../../libqt5xcbqpa-dev ./platformplugin/libqt5xcbqpa-dev
+}
+
+build() {
+  cd qt5integration
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5integration
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-18 04:11:48 UTC (rev 212997)
+++ community-x86_64/PKGBUILD   2017-02-18 04:12:22 UTC (rev 212998)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5integration
-pkgver=0.0.7
-pkgrel=1
-pkgdesc='Deepin Qt5 platform plugin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/qt5integration;
-license=('GPL3')
-depends=('deepin-tool-kit' 'libqtxdg' 'gtk2')
-makedepends=('git' 'xcb-util-renderutil' 'deepin-file-manager')
-replaces=('qt5dxcb-plugin')
-conflicts=('qt5dxcb-plugin')
-groups=('deepin')
-source=("git+https://cr.deepin.io/qt5integration.git#tag=$pkgver;
-"libqt5xcbqpa-dev::git+https://github.com/zccrs/libqt5xcbqpa-dev.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd qt5integration
-  ln -s ../../libqt5xcbqpa-dev ./platformplugin/libqt5xcbqpa-dev
-}
-
-build() {
-  cd qt5integration
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5integration
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5integration/repos/community-x86_64/PKGBUILD (from rev 212997, 
deepin-qt5integration/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-18 04:12:22 UTC (rev 212998)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5integration
+pkgver=0.0.7
+_commit=46dae2f2d7b40d4fcf62e48f60c9577634b5fd8d
+pkgrel=2
+pkgdesc='Deepin Qt5 platform plugin'
+arch=('i686' 'x86_64')

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

2017-02-17 Thread Felix Yan
Date: Saturday, February 18, 2017 @ 04:11:48
  Author: felixonmars
Revision: 212997

upgpkg: deepin-qt5integration 0.0.7-2

workaround a crash for now

Modified:
  deepin-qt5integration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 00:55:31 UTC (rev 212996)
+++ PKGBUILD2017-02-18 04:11:48 UTC (rev 212997)
@@ -3,7 +3,8 @@
 
 pkgname=deepin-qt5integration
 pkgver=0.0.7
-pkgrel=1
+_commit=46dae2f2d7b40d4fcf62e48f60c9577634b5fd8d
+pkgrel=2
 pkgdesc='Deepin Qt5 platform plugin'
 arch=('i686' 'x86_64')
 url="http://github.com/linuxdeepin/qt5integration;
@@ -13,7 +14,7 @@
 replaces=('qt5dxcb-plugin')
 conflicts=('qt5dxcb-plugin')
 groups=('deepin')
-source=("git+https://cr.deepin.io/qt5integration.git#tag=$pkgver;
+source=("git+https://cr.deepin.io/qt5integration.git#commit=$_commit;
 "libqt5xcbqpa-dev::git+https://github.com/zccrs/libqt5xcbqpa-dev.git;)
 sha256sums=('SKIP'
 'SKIP')


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

2017-02-17 Thread Balló György
Date: Saturday, February 18, 2017 @ 00:55:24
  Author: bgyorgy
Revision: 212995

upgpkg: gnome-flashback 3.22.0-2

Apply some fixes

Added:
  gnome-flashback/trunk/0001-end-session-dialog-ignore-invalid-inhibitor.patch
  gnome-flashback/trunk/0001-menus-Don-t-exclude-any-desktop-files.patch
Modified:
  gnome-flashback/trunk/PKGBUILD

+
 0001-end-session-dialog-ignore-invalid-inhibitor.patch |   27 +++
 0001-menus-Don-t-exclude-any-desktop-files.patch   |  127 +++
 PKGBUILD   |   16 +
 3 files changed, 167 insertions(+), 3 deletions(-)

Added: 0001-end-session-dialog-ignore-invalid-inhibitor.patch
===
--- 0001-end-session-dialog-ignore-invalid-inhibitor.patch  
(rev 0)
+++ 0001-end-session-dialog-ignore-invalid-inhibitor.patch  2017-02-18 
00:55:24 UTC (rev 212995)
@@ -0,0 +1,27 @@
+From 64f6806ec3942f6d2ac431c32883845200b37afc Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Alberts=20Muktup=C4=81vels?= 
+Date: Fri, 18 Nov 2016 17:14:11 +0200
+Subject: end-session-dialog: ignore invalid inhibitor
+
+https://bugzilla.gnome.org/show_bug.cgi?id=771759
+---
+ gnome-flashback/libend-session-dialog/gf-inhibit-dialog.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/gnome-flashback/libend-session-dialog/gf-inhibit-dialog.c 
b/gnome-flashback/libend-session-dialog/gf-inhibit-dialog.c
+index 50b2b36..b5f8fa2 100644
+--- a/gnome-flashback/libend-session-dialog/gf-inhibit-dialog.c
 b/gnome-flashback/libend-session-dialog/gf-inhibit-dialog.c
+@@ -295,6 +295,9 @@ add_inhibitor (GfInhibitDialog *dialog,
+   name = NULL;
+   pixbuf = NULL;
+ 
++  if (app_id == NULL)
++return;
++
+   if (!IS_STRING_EMPTY (app_id))
+ {
+   if (!g_str_has_suffix (app_id, ".desktop"))
+-- 
+cgit v0.12
+

Added: 0001-menus-Don-t-exclude-any-desktop-files.patch
===
--- 0001-menus-Don-t-exclude-any-desktop-files.patch
(rev 0)
+++ 0001-menus-Don-t-exclude-any-desktop-files.patch2017-02-18 00:55:24 UTC 
(rev 212995)
@@ -0,0 +1,127 @@
+From caa6a3c9271b01b11ca1e80bdbf87e500bb0438f Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Sat, 15 Oct 2016 00:28:42 +0200
+Subject: [PATCH] menus: Don't exclude any desktop files
+
+Otherwise these are listed in the "Other" section, which is not the proper 
place.
+---
+ data/menus/gnome-flashback-applications.menu | 96 +---
+ 1 file changed, 1 insertion(+), 95 deletions(-)
+
+diff --git a/data/menus/gnome-flashback-applications.menu 
b/data/menus/gnome-flashback-applications.menu
+index a267f4f..0372835 100644
+--- a/data/menus/gnome-flashback-applications.menu
 b/data/menus/gnome-flashback-applications.menu
+@@ -151,54 +151,7 @@
+   
+ 
+   Settings
+-  
+-
+-  System
+-  X-GNOME-Settings-Panel
+-  X-Unity-Settings-Panel
+-  alacarte.desktop
+-  caribou.desktop
+-  dconf-editor.desktop
+-  fedora-im-chooser.desktop
+-  fedora-release-notes.desktop
+-  firewall-config.desktop
+-  flash-player-properties.desktop
+-  gconf-editor.desktop
+-  gnome-abrt.desktop
+-  fedora-abrt.desktop
+-  gnome-orca.desktop
+-  gnome-power-statistics.desktop
+-  gnome-user-share-properties.desktop
+-  ibus.desktop
+-  ibus-daemon.desktop
+-  ibus-setup-anthy.desktop
+-  ibus-setup.desktop
+-  ibus-setup-hangul.desktop
+-  ibus-setup-libbopomofo.desktop
+-  ibus-setup-libpinyin.desktop
+-  ibus-setup-m17n.desktop
+-  ibus-setup-typing-booster.desktop
+-  im-chooser.desktop
+-  itweb-settings.desktop
+-  jhbuild.desktop
+-  javaws.desktop
+-  java-1.7.0-openjdk-jconsole.desktop
+-  java-1.7.0-openjdk-policytool.desktop
+-  log4j-chainsaw.desktop
+-  log4j-logfactor5.desktop
+-  nm-connection-editor.desktop
+-  orca.desktop
+-  setroubleshoot.desktop
+-  authconfig.desktop
+-  system-config-date.desktop
+-  system-config-firewall.desktop
+-  system-config-keyboard.desktop
+-  system-config-language.desktop
+-  system-config-printer.desktop
+-  system-config-users.desktop
+-  vino-preferences.desktop
+-
+-  
++  System
+ 
+   
+ 
+@@ -209,53 +162,6 @@
+ 
+   Settings
+   System

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

2017-02-17 Thread Balló György
Date: Saturday, February 18, 2017 @ 00:55:31
  Author: bgyorgy
Revision: 212996

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

Added:
  
gnome-flashback/repos/community-i686/0001-end-session-dialog-ignore-invalid-inhibitor.patch
(from rev 212995, 
gnome-flashback/trunk/0001-end-session-dialog-ignore-invalid-inhibitor.patch)
  
gnome-flashback/repos/community-i686/0001-menus-Don-t-exclude-any-desktop-files.patch
(from rev 212995, 
gnome-flashback/trunk/0001-menus-Don-t-exclude-any-desktop-files.patch)
  gnome-flashback/repos/community-i686/PKGBUILD
(from rev 212995, gnome-flashback/trunk/PKGBUILD)
  
gnome-flashback/repos/community-x86_64/0001-end-session-dialog-ignore-invalid-inhibitor.patch
(from rev 212995, 
gnome-flashback/trunk/0001-end-session-dialog-ignore-invalid-inhibitor.patch)
  
gnome-flashback/repos/community-x86_64/0001-menus-Don-t-exclude-any-desktop-files.patch
(from rev 212995, 
gnome-flashback/trunk/0001-menus-Don-t-exclude-any-desktop-files.patch)
  gnome-flashback/repos/community-x86_64/PKGBUILD
(from rev 212995, gnome-flashback/trunk/PKGBUILD)
Deleted:
  gnome-flashback/repos/community-i686/PKGBUILD
  gnome-flashback/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |   80 
++
 community-i686/0001-end-session-dialog-ignore-invalid-inhibitor.patch   |   27 
++
 community-i686/0001-menus-Don-t-exclude-any-desktop-files.patch |  127 
++
 community-i686/PKGBUILD |   30 
--
 community-x86_64/0001-end-session-dialog-ignore-invalid-inhibitor.patch |   27 
++
 community-x86_64/0001-menus-Don-t-exclude-any-desktop-files.patch   |  127 
++
 community-x86_64/PKGBUILD   |   30 
--
 7 files changed, 388 insertions(+), 60 deletions(-)

Copied: 
gnome-flashback/repos/community-i686/0001-end-session-dialog-ignore-invalid-inhibitor.patch
 (from rev 212995, 
gnome-flashback/trunk/0001-end-session-dialog-ignore-invalid-inhibitor.patch)
===
--- community-i686/0001-end-session-dialog-ignore-invalid-inhibitor.patch   
(rev 0)
+++ community-i686/0001-end-session-dialog-ignore-invalid-inhibitor.patch   
2017-02-18 00:55:31 UTC (rev 212996)
@@ -0,0 +1,27 @@
+From 64f6806ec3942f6d2ac431c32883845200b37afc Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Alberts=20Muktup=C4=81vels?= 
+Date: Fri, 18 Nov 2016 17:14:11 +0200
+Subject: end-session-dialog: ignore invalid inhibitor
+
+https://bugzilla.gnome.org/show_bug.cgi?id=771759
+---
+ gnome-flashback/libend-session-dialog/gf-inhibit-dialog.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/gnome-flashback/libend-session-dialog/gf-inhibit-dialog.c 
b/gnome-flashback/libend-session-dialog/gf-inhibit-dialog.c
+index 50b2b36..b5f8fa2 100644
+--- a/gnome-flashback/libend-session-dialog/gf-inhibit-dialog.c
 b/gnome-flashback/libend-session-dialog/gf-inhibit-dialog.c
+@@ -295,6 +295,9 @@ add_inhibitor (GfInhibitDialog *dialog,
+   name = NULL;
+   pixbuf = NULL;
+ 
++  if (app_id == NULL)
++return;
++
+   if (!IS_STRING_EMPTY (app_id))
+ {
+   if (!g_str_has_suffix (app_id, ".desktop"))
+-- 
+cgit v0.12
+

Copied: 
gnome-flashback/repos/community-i686/0001-menus-Don-t-exclude-any-desktop-files.patch
 (from rev 212995, 
gnome-flashback/trunk/0001-menus-Don-t-exclude-any-desktop-files.patch)
===
--- community-i686/0001-menus-Don-t-exclude-any-desktop-files.patch 
(rev 0)
+++ community-i686/0001-menus-Don-t-exclude-any-desktop-files.patch 
2017-02-18 00:55:31 UTC (rev 212996)
@@ -0,0 +1,127 @@
+From caa6a3c9271b01b11ca1e80bdbf87e500bb0438f Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Sat, 15 Oct 2016 00:28:42 +0200
+Subject: [PATCH] menus: Don't exclude any desktop files
+
+Otherwise these are listed in the "Other" section, which is not the proper 
place.
+---
+ data/menus/gnome-flashback-applications.menu | 96 +---
+ 1 file changed, 1 insertion(+), 95 deletions(-)
+
+diff --git a/data/menus/gnome-flashback-applications.menu 
b/data/menus/gnome-flashback-applications.menu
+index a267f4f..0372835 100644
+--- a/data/menus/gnome-flashback-applications.menu
 b/data/menus/gnome-flashback-applications.menu
+@@ -151,54 +151,7 @@
+   
+ 
+   Settings
+-  
+-
+-  System
+-  X-GNOME-Settings-Panel
+-  X-Unity-Settings-Panel
+-  alacarte.desktop
+-  caribou.desktop
+-  dconf-editor.desktop
+-  fedora-im-chooser.desktop
+-  

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

2017-02-17 Thread Alexander Rødseth
Date: Saturday, February 18, 2017 @ 00:46:37
  Author: arodseth
Revision: 212994

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

Added:
  erlang-nox/repos/community-i686/PKGBUILD
(from rev 212993, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-i686/epmd.conf
(from rev 212993, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-i686/epmd.service
(from rev 212993, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-i686/epmd.socket
(from rev 212993, erlang-nox/trunk/epmd.socket)
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 212993, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 212993, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 212993, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 212993, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-i686/PKGBUILD
  erlang-nox/repos/community-i686/epmd.conf
  erlang-nox/repos/community-i686/epmd.service
  erlang-nox/repos/community-i686/epmd.socket
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

---+
 /PKGBUILD |  152 
 /epmd.conf|6 +
 /epmd.service |   22 +
 /epmd.socket  |   18 
 community-i686/PKGBUILD   |   74 ---
 community-i686/epmd.conf  |3 
 community-i686/epmd.service   |   11 --
 community-i686/epmd.socket|9 --
 community-x86_64/PKGBUILD |   74 ---
 community-x86_64/epmd.conf|3 
 community-x86_64/epmd.service |   11 --
 community-x86_64/epmd.socket  |9 --
 12 files changed, 198 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-18 00:44:58 UTC (rev 212993)
+++ community-i686/PKGBUILD 2017-02-18 00:46:37 UTC (rev 212994)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-nox
-pkgver=19.2
-pkgrel=1
-pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('Apache')
-depends=('ncurses' 'openssl')
-makedepends=('perl' 'lksctp-tools' 'unixodbc' 'git' 'libxslt' 'fop'
- 'java-environment')
-conflicts=('erlang')
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=('staticlibs')
-source=("git://github.com/erlang/otp.git#tag=OTP-$pkgver"
-"http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz; # 
${pkgver%.*}
-'epmd.service'
-'epmd.socket'
-'epmd.conf')
-sha256sums=('SKIP'
-'8a76ff3bb40a6d6a1552fa5a4204c8a3c7d99d2ea6f12684f02d038b23ad25cb'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-  ./otp_build setup
-}
-
-build() {
-  cd otp
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package() {
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/COPYRIGHT \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -r "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim:set ts=2 sw=2 et:

Copied: erlang-nox/repos/community-i686/PKGBUILD (from rev 212993, 
erlang-nox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD   

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

2017-02-17 Thread Alexander Rødseth
Date: Saturday, February 18, 2017 @ 00:44:58
  Author: arodseth
Revision: 212993

upgpkg: erlang-nox 19.2.3-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 00:25:47 UTC (rev 212992)
+++ PKGBUILD2017-02-18 00:44:58 UTC (rev 212993)
@@ -7,7 +7,7 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=19.2
+pkgver=19.2.3
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
 arch=('x86_64' 'i686')
@@ -22,7 +22,7 @@
 'lksctp-tools: for SCTP support')
 options=('staticlibs')
 source=("git://github.com/erlang/otp.git#tag=OTP-$pkgver"
-"http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz; # 
${pkgver%.*}
+"http://www.erlang.org/download/otp_doc_man_${pkgver%.*}.tar.gz;
 'epmd.service'
 'epmd.socket'
 'epmd.conf')
@@ -34,11 +34,13 @@
 
 prepare() {
   cd otp
+
   ./otp_build setup
 }
 
 build() {
   cd otp
+
   ./configure --prefix=/usr --enable-smp-support --with-odbc
   make
 }


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

2017-02-17 Thread Balló György
Date: Saturday, February 18, 2017 @ 00:25:47
  Author: bgyorgy
Revision: 212992

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-18 00:25:40 UTC (rev 212991)
+++ community-i686/PKGBUILD 2017-02-18 00:25:47 UTC (rev 212992)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jon Nordby 
-
-pkgname=mypaint
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="A fast and easy painting application for digital painters, with brush 
dynamics"
-arch=('i686' 'x86_64')
-url="http://mypaint.org/;
-license=('GPL' 'LGPL')
-depends=('pygtk' 'python2-numpy' 'python2-protobuf' 'python2' 'json-c'
-'lcms2' 'python2-gobject' 'gtk3' 'hicolor-icon-theme')
-makedepends=('scons>=0.97' 'swig>=1.3.39')
-source=(https://github.com/mypaint/mypaint/releases/download/v$pkgver/mypaint-$pkgver.tar.xz)
-sha256sums=('ed2349382f6a0c583d7defae06427e97ac7d14acb77b9e2c0fc7171ddd96d3c7')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  scons
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  scons prefix="$pkgdir"/usr install
-}

Copied: mypaint/repos/community-i686/PKGBUILD (from rev 212991, 
mypaint/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-18 00:25:47 UTC (rev 212992)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jon Nordby 
+
+pkgname=mypaint
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="A fast and easy painting application for digital painters, with brush 
dynamics"
+arch=('i686' 'x86_64')
+url="http://mypaint.org/;
+license=('GPL' 'LGPL')
+depends=('gtk3' 'json-c' 'lcms2' 'python2-cairo' 'python2-gobject' 
'python2-numpy')
+makedepends=('scons>=0.97' 'swig>=1.3.39')
+source=(https://github.com/mypaint/mypaint/releases/download/v$pkgver/mypaint-$pkgver.tar.xz)
+sha256sums=('ed2349382f6a0c583d7defae06427e97ac7d14acb77b9e2c0fc7171ddd96d3c7')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  scons
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  scons prefix="$pkgdir"/usr install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-18 00:25:40 UTC (rev 212991)
+++ community-x86_64/PKGBUILD   2017-02-18 00:25:47 UTC (rev 212992)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jon Nordby 
-
-pkgname=mypaint
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="A fast and easy painting application for digital painters, with brush 
dynamics"
-arch=('i686' 'x86_64')
-url="http://mypaint.org/;
-license=('GPL' 'LGPL')
-depends=('pygtk' 'python2-numpy' 'python2-protobuf' 'python2' 'json-c'
-'lcms2' 'python2-gobject' 'gtk3' 'hicolor-icon-theme')
-makedepends=('scons>=0.97' 'swig>=1.3.39')
-source=(https://github.com/mypaint/mypaint/releases/download/v$pkgver/mypaint-$pkgver.tar.xz)
-sha256sums=('ed2349382f6a0c583d7defae06427e97ac7d14acb77b9e2c0fc7171ddd96d3c7')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  scons
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  scons prefix="$pkgdir"/usr install
-}

Copied: mypaint/repos/community-x86_64/PKGBUILD (from rev 212991, 
mypaint/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-18 00:25:47 UTC (rev 212992)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jon Nordby 
+
+pkgname=mypaint
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="A fast and easy painting application for digital painters, with brush 
dynamics"
+arch=('i686' 'x86_64')
+url="http://mypaint.org/;
+license=('GPL' 'LGPL')
+depends=('gtk3' 'json-c' 'lcms2' 'python2-cairo' 'python2-gobject' 
'python2-numpy')
+makedepends=('scons>=0.97' 'swig>=1.3.39')
+source=(https://github.com/mypaint/mypaint/releases/download/v$pkgver/mypaint-$pkgver.tar.xz)
+sha256sums=('ed2349382f6a0c583d7defae06427e97ac7d14acb77b9e2c0fc7171ddd96d3c7')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  scons
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  scons 

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

2017-02-17 Thread Balló György
Date: Saturday, February 18, 2017 @ 00:25:40
  Author: bgyorgy
Revision: 212991

upgpkg: mypaint 1.2.1-2

Remove unused dependencies

Modified:
  mypaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 22:45:25 UTC (rev 212990)
+++ PKGBUILD2017-02-18 00:25:40 UTC (rev 212991)
@@ -4,13 +4,12 @@
 
 pkgname=mypaint
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast and easy painting application for digital painters, with brush 
dynamics"
 arch=('i686' 'x86_64')
 url="http://mypaint.org/;
 license=('GPL' 'LGPL')
-depends=('pygtk' 'python2-numpy' 'python2-protobuf' 'python2' 'json-c'
-'lcms2' 'python2-gobject' 'gtk3' 'hicolor-icon-theme')
+depends=('gtk3' 'json-c' 'lcms2' 'python2-cairo' 'python2-gobject' 
'python2-numpy')
 makedepends=('scons>=0.97' 'swig>=1.3.39')
 
source=(https://github.com/mypaint/mypaint/releases/download/v$pkgver/mypaint-$pkgver.tar.xz)
 sha256sums=('ed2349382f6a0c583d7defae06427e97ac7d14acb77b9e2c0fc7171ddd96d3c7')


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

2017-02-17 Thread Antonio Rojas
Date: Friday, February 17, 2017 @ 23:37:40
  Author: arojas
Revision: 289129

Depend on mable-common

Modified:
  kexi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 23:33:42 UTC (rev 289128)
+++ PKGBUILD2017-02-17 23:37:40 UTC (rev 289129)
@@ -9,7 +9,7 @@
 url="http://www.kexi-project.org/;
 license=(GPL2)
 depends=(kdb kreport ktexteditor breeze-icons)
-makedepends=(extra-cmake-modules python qt5-tools marble libmariadbclient 
postgresql qt5-webkit)
+makedepends=(extra-cmake-modules python qt5-tools marble-common 
libmariadbclient postgresql qt5-webkit)
 optdepends=('qt5-webkit: Web browser plugin')
 conflicts=(calligra-kexi)
 replaces=(calligra-kexi)


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

2017-02-17 Thread Antonio Rojas
Date: Friday, February 17, 2017 @ 23:33:42
  Author: arojas
Revision: 289128

Depend on mable-common

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 23:33:16 UTC (rev 289127)
+++ PKGBUILD2017-02-17 23:33:42 UTC (rev 289128)
@@ -14,7 +14,7 @@
 depends=('kcmutils' 'knotifyconfig' 'kross' 'ktexteditor' 'threadweaver' 
'kactivities' 'kdiagram' 'kreport' 'libspnav'
  'gsl' 'openexr' 'kcontacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'khtml' 'boost' 'openjpeg'
- 'libwpg' 'okular' 'eigen' 'marble' 'pstoedit' 'libvisio' 
'libetonyek' 'libodfgen' 'libwps' 'vc')
+ 'libwpg' 'okular' 'eigen' 'marble-common' 'pstoedit' 'libvisio' 
'libetonyek' 'libodfgen' 'libwps' 'vc')
 optdepends=('libwpg: Corel WordPerfect Graphics image importer'
 'libwps: Microsoft Works file word processor format import'
 'libvisio: Microsoft Visio import filter'


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

2017-02-17 Thread Antonio Rojas
Date: Friday, February 17, 2017 @ 23:33:16
  Author: arojas
Revision: 289127

Depend on mable-common

Modified:
  kreport/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 23:32:10 UTC (rev 289126)
+++ PKGBUILD2017-02-17 23:33:16 UTC (rev 289127)
@@ -9,8 +9,8 @@
 url="http://www.kexi-project.org/;
 license=(GPL2)
 depends=(kproperty qt5-declarative)
-makedepends=(extra-cmake-modules python2 ki18n marble)
-optdepends=('marble: support for maps in reports')
+makedepends=(extra-cmake-modules python2 ki18n marble-common)
+optdepends=('marble-common: support for maps in reports')
 
source=("http://download.kde.org/stable/$pkgname/src/$pkgname-$pkgver.tar.xz"{,.sig})
 sha1sums=('7f76aa52952aff2b52d9d5f1e88686f5158a2fc3'
   'SKIP')


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

2017-02-17 Thread Antonio Rojas
Date: Friday, February 17, 2017 @ 23:32:10
  Author: arojas
Revision: 289126

Depend on mable-common

Modified:
  libkgeomap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 23:30:19 UTC (rev 289125)
+++ PKGBUILD2017-02-17 23:32:10 UTC (rev 289126)
@@ -10,7 +10,7 @@
 url="https://www.kde.org/applications/graphics/;
 arch=(i686 x86_64)
 license=(GPL LGPL FDL)
-depends=(marble)
+depends=(marble-common kio)
 makedepends=(extra-cmake-modules python)
 
source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 sha1sums=('0559ce5d78bc3a452bff00268e7f1d98ed541e94'


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

2017-02-17 Thread Antonio Rojas
Date: Friday, February 17, 2017 @ 23:30:19
  Author: arojas
Revision: 289125

Depend on mable-common

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 23:17:19 UTC (rev 289124)
+++ PKGBUILD2017-02-17 23:30:19 UTC (rev 289125)
@@ -13,7 +13,7 @@
 license=('GPL')
 url="http://www.digikam.org/;
 makedepends=('extra-cmake-modules' 'libkipi' 'libksane' 'liblqr' 'opencv' 
'boost'
- 'doxygen' 'lensfun' 'eigen' 'kdoctools' 'marble' 'kdesignerplugin'
+ 'doxygen' 'lensfun' 'eigen' 'kdoctools' 'marble-common' 
'kdesignerplugin'
  'kfilemetadata' 'akonadi-contacts' 'qtav' 'threadweaver' 
'kcalcore'
  'knotifyconfig' 'libmediawiki' 'libkvkontakte')
 
source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${_pkgver}.tar.xz;
 digikam-find-qtav.patch)
@@ -48,7 +48,7 @@
 package_digikam() {
   pkgdesc="Digital photo management application for KDE"
   depends=('liblqr' 'libkipi' 'lensfun' 'opencv' 'akonadi-contacts'
-   'knotifyconfig' 'libksane' 'kfilemetadata' 'qtav' 'marble' 
'threadweaver' 'kcalcore')
+   'knotifyconfig' 'libksane' 'kfilemetadata' 'qtav' 'marble-common' 
'threadweaver' 'kcalcore')
   optdepends=('kipi-plugins: export to various online services'
   'hugin: panorama tool' 'qt5-imageformats: support for additional 
image formats (WEBP, TIFF)')
 


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

2017-02-17 Thread Antonio Rojas
Date: Friday, February 17, 2017 @ 23:17:19
  Author: arojas
Revision: 289124

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

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

---+
 /PKGBUILD |  180 
 extra-i686/PKGBUILD   |   72 ---
 extra-x86_64/PKGBUILD |   72 ---
 3 files changed, 180 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-17 23:16:51 UTC (rev 289123)
+++ extra-i686/PKGBUILD 2017-02-17 23:17:19 UTC (rev 289124)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Gustavo Alvarez 
-
-pkgbase=marble
-pkgname=(marble marble-data)
-pkgver=16.12.2
-pkgrel=2
-pkgdesc="Desktop Globe"
-arch=(i686 x86_64)
-url="https://www.kde.org/applications/system/marble;
-license=(GPL)
-makedepends=(extra-cmake-modules gpsd libwlocate phonon-qt5 qt5-webkit krunner
- kparts knewstuff qt5-tools kdoctools qt5-serialport 
plasma-workspace)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('83bc30b139eca4f4e511e3ea2587dd0d'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-
-  # only build the KDE app
-  sed -e '/mobile/d' \
-  -e '/qt/d'  \
-  -e '/Quick/d' \
-  -e '/touch/d' \
-  -i $pkgname-$pkgver/src/apps/CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_SYSCONFDIR=/etc \
--DQT_PLUGINS_DIR=lib/qt/plugins \
--DBUILD_TESTING=OFF \
--DBUILD_MARBLE_EXAMPLES=OFF \
--DBUILD_MARBLE_TESTS=OFF \
--DMOBILE=OFF
-  make
-}
-
-package_marble() {
-  depends=(marble-data qt5-webkit kparts knewstuff)
-  optdepends=('gpsd: GPS based geolocation'
-'qt5-serialport: APRS plugin'
-'libwlocate: WLAN based geolocation'
-'krunner: Krunner plugin')
-  conflicts=('kdeedu-marble<15.04.3-3' marble-qt libastro libmarble4)
-  replaces=(kdeedu-marble 'marble-qt<15.07' libastro)
-  groups=(kde-applications kdeedu)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# provided by marble-data
-  rm -r "$pkgdir"/usr/share/{icons,marble/data,mime}
-}
-
-package_marble-data() {
-  pkgdesc='Data for Marble'
-  depends=(hicolor-icon-theme)
-  conflicts=('kdeedu-marble<15.07' 'marble<15.07.80-3' marble-qt)
-
-  cd build/data
-  make DESTDIR="$pkgdir" install
-}

Copied: marble/repos/extra-i686/PKGBUILD (from rev 289123, 
marble/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-17 23:17:19 UTC (rev 289124)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Gustavo Alvarez 
+# Contributor: Balló György 
+
+pkgbase=marble
+pkgname=(marble-data marble-common marble-qt marble)
+pkgver=16.12.2
+pkgrel=3
+pkgdesc="Desktop Globe"
+arch=(i686 x86_64)
+url="https://www.kde.org/applications/system/marble;
+license=(GPL)
+makedepends=(extra-cmake-modules gpsd kdoctools knewstuff kparts krunner 
libwlocate phonon-qt5
+ plasma-workspace qt5-serialport qt5-tools qt5-webkit shapelib)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+md5sums=('83bc30b139eca4f4e511e3ea2587dd0d'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_SYSCONFDIR=/etc \
+-DQT_PLUGINS_DIR=lib/qt/plugins \
+-DBUILD_TESTING=OFF \
+-DBUILD_MARBLE_EXAMPLES=OFF \
+-DBUILD_MARBLE_TESTS=OFF \
+-DMOBILE=OFF
+  make
+}
+
+package_marble-data() {
+  pkgdesc='Data for Marble'
+  depends=(hicolor-icon-theme)
+  conflicts=(kdeedu-marble)
+
+  cd build
+  make -C doc DESTDIR="$pkgdir" install
+  make -C data DESTDIR="$pkgdir" install
+}
+
+package_marble-common() {
+  pkgdesc='Common libraries and plugins for Marble'
+  depends=(marble-data qt5-svg qt5-webkit phonon-qt5)
+ 

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

2017-02-17 Thread Antonio Rojas
Date: Friday, February 17, 2017 @ 23:16:51
  Author: arojas
Revision: 289123

Provide pure Qt version (FS#52990)

Modified:
  marble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 23:00:10 UTC (rev 289122)
+++ PKGBUILD2017-02-17 23:16:51 UTC (rev 289123)
@@ -3,18 +3,19 @@
 # Maintainer: Felix Yan 
 # Contributor: Andrea Scarpino 
 # Contributor: Gustavo Alvarez 
+# Contributor: Balló György 
 
 pkgbase=marble
-pkgname=(marble marble-data)
+pkgname=(marble-data marble-common marble-qt marble)
 pkgver=16.12.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Desktop Globe"
 arch=(i686 x86_64)
 url="https://www.kde.org/applications/system/marble;
 license=(GPL)
-makedepends=(extra-cmake-modules gpsd libwlocate phonon-qt5 qt5-webkit krunner
- kparts knewstuff qt5-tools kdoctools qt5-serialport 
plasma-workspace)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+makedepends=(extra-cmake-modules gpsd kdoctools knewstuff kparts krunner 
libwlocate phonon-qt5
+ plasma-workspace qt5-serialport qt5-tools qt5-webkit shapelib)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
 md5sums=('83bc30b139eca4f4e511e3ea2587dd0d'
  'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

@@ -21,13 +22,6 @@
 
 prepare() {
   mkdir -p build
-
-  # only build the KDE app
-  sed -e '/mobile/d' \
-  -e '/qt/d'  \
-  -e '/Quick/d' \
-  -e '/touch/d' \
-  -i $pkgname-$pkgver/src/apps/CMakeLists.txt
 }
 
 build() {
@@ -45,28 +39,52 @@
   make
 }
 
-package_marble() {
-  depends=(marble-data qt5-webkit kparts knewstuff)
+package_marble-data() {
+  pkgdesc='Data for Marble'
+  depends=(hicolor-icon-theme)
+  conflicts=(kdeedu-marble)
+
+  cd build
+  make -C doc DESTDIR="$pkgdir" install
+  make -C data DESTDIR="$pkgdir" install
+}
+
+package_marble-common() {
+  pkgdesc='Common libraries and plugins for Marble'
+  depends=(marble-data qt5-svg qt5-webkit phonon-qt5)
   optdepends=('gpsd: GPS based geolocation'
-'qt5-serialport: APRS plugin'
-'libwlocate: WLAN based geolocation'
-'krunner: Krunner plugin')
-  conflicts=('kdeedu-marble<15.04.3-3' marble-qt libastro libmarble4)
-  replaces=(kdeedu-marble 'marble-qt<15.07' libastro)
-  groups=(kde-applications kdeedu)
+  'libwlocate: WLAN based geolocation'
+  'qt5-serialport: APRS plugin'
+  'shapelib: SHP plugin')
+  conflicts=(kdeedu-marble libastro libmarble4)
+  replaces=(libastro)
 
   cd build
-  make DESTDIR="$pkgdir" install
+  make -C src/lib/marble DESTDIR="$pkgdir" install
+  make -C src/lib/astro DESTDIR="$pkgdir" install
+  make -C src/lib/marble/declarative DESTDIR="$pkgdir" install
+  make -C src/plugins DESTDIR="$pkgdir" install
+}
 
-# provided by marble-data
-  rm -r "$pkgdir"/usr/share/{icons,marble/data,mime}
+package_marble-qt() {
+  pkgdesc+=' (Qt version)'
+  depends=(marble-common)
+
+  cd build
+  make -C src/apps/marble-qt DESTDIR="$pkgdir" install
 }
 
-package_marble-data() {
-  pkgdesc='Data for Marble'
-  depends=(hicolor-icon-theme)
-  conflicts=('kdeedu-marble<15.07' 'marble<15.07.80-3' marble-qt)
+package_marble() {
+  depends=(marble-common knewstuff kparts)
+  optdepends=('krunner: Krunner plugin')
+  conflicts=(kdeedu-marble)
+  replaces=(kdeedu-marble)
+  groups=(kde-applications kdeedu)
 
-  cd build/data
-  make DESTDIR="$pkgdir" install
+  cd build
+  make -C src/apps/marble-kde DESTDIR="$pkgdir" install
+  make -C src/plasma DESTDIR="$pkgdir" install
+  make -C src/plasmarunner DESTDIR="$pkgdir" install
+  make -C src/thumbnailer DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/share/icons
 }


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

2017-02-17 Thread Jan Steffens
Date: Friday, February 17, 2017 @ 23:00:10
  Author: heftig
Revision: 289122

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

Added:
  nss/repos/testing-i686/PKGBUILD
(from rev 289121, nss/trunk/PKGBUILD)
  nss/repos/testing-i686/bundle.sh
(from rev 289121, nss/trunk/bundle.sh)
  nss/repos/testing-i686/certdata2pem.py
(from rev 289121, nss/trunk/certdata2pem.py)
  nss/repos/testing-i686/nss-config.in
(from rev 289121, nss/trunk/nss-config.in)
  nss/repos/testing-i686/nss-config.xml
(from rev 289121, nss/trunk/nss-config.xml)
  nss/repos/testing-i686/nss.pc.in
(from rev 289121, nss/trunk/nss.pc.in)
  nss/repos/testing-x86_64/PKGBUILD
(from rev 289121, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/bundle.sh
(from rev 289121, nss/trunk/bundle.sh)
  nss/repos/testing-x86_64/certdata2pem.py
(from rev 289121, nss/trunk/certdata2pem.py)
  nss/repos/testing-x86_64/nss-config.in
(from rev 289121, nss/trunk/nss-config.in)
  nss/repos/testing-x86_64/nss-config.xml
(from rev 289121, nss/trunk/nss-config.xml)
  nss/repos/testing-x86_64/nss.pc.in
(from rev 289121, nss/trunk/nss.pc.in)
Deleted:
  nss/repos/testing-i686/PKGBUILD
  nss/repos/testing-i686/bundle.sh
  nss/repos/testing-i686/certdata2pem.py
  nss/repos/testing-i686/nss-config.in
  nss/repos/testing-i686/nss-config.xml
  nss/repos/testing-i686/nss.pc.in
  nss/repos/testing-x86_64/PKGBUILD
  nss/repos/testing-x86_64/bundle.sh
  nss/repos/testing-x86_64/certdata2pem.py
  nss/repos/testing-x86_64/nss-config.in
  nss/repos/testing-x86_64/nss-config.xml
  nss/repos/testing-x86_64/nss.pc.in

+
 /PKGBUILD  |  244 +++
 /bundle.sh |  108 ++
 /certdata2pem.py   |  400 +++
 /nss-config.in |  290 
 /nss-config.xml|  264 +
 /nss.pc.in |   22 ++
 testing-i686/PKGBUILD  |  122 ---
 testing-i686/bundle.sh |   54 -
 testing-i686/certdata2pem.py   |  200 ---
 testing-i686/nss-config.in |  145 --
 testing-i686/nss-config.xml|  132 
 testing-i686/nss.pc.in |   11 -
 testing-x86_64/PKGBUILD|  122 ---
 testing-x86_64/bundle.sh   |   54 -
 testing-x86_64/certdata2pem.py |  200 ---
 testing-x86_64/nss-config.in   |  145 --
 testing-x86_64/nss-config.xml  |  132 
 testing-x86_64/nss.pc.in   |   11 -
 18 files changed, 1328 insertions(+), 1328 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-02-17 22:54:48 UTC (rev 289121)
+++ testing-i686/PKGBUILD   2017-02-17 23:00:10 UTC (rev 289122)
@@ -1,122 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=nss
-pkgname=(nss ca-certificates-mozilla)
-pkgver=3.29
-pkgrel=1
-pkgdesc="Network Security Services"
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
-arch=(i686 x86_64)
-license=('MPL' 'GPL')
-_nsprver=4.12
-depends=("nspr>=${_nsprver}" 'sqlite' 'zlib' 'sh' 'p11-kit')
-makedepends=('perl' 'python2' 'xmlto' 'docbook-xsl')
-options=('!strip' '!makeflags' 'staticlibs')
-source=("https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgbase}-${pkgver}.tar.gz;
-certdata2pem.py bundle.sh nss.pc.in nss-config.in nss-config.xml)
-sha256sums=('ee19ebfe7b012dedb71f04a55dd06fa26f8dce435e5980531c790bd42673c6fa'
-'2a2ff9131c21fa3b23ad7c7a2f069eabc783e56c6eb05419ac5f365f48dea0fc'
-'045f520403f715a4cc7f3607b4e2c9bcc88fee5bce58d462fddaa2fdb0e4c180'
-'f2208c4f70373ff9b60f53d733f8071d4e390c384b776dfc04bf26c306882faf'
-'e44ac5095b4d88f24ec7b2e6a9f1581560bd3ad41a3d198596d67ef22f67adb9'
-'98ace873c63e8e870286bce3ed53249aa2655cc1f53e7049061476e650ab06f1')
-
-prepare() {
-  mkdir certs
-
-  echo -n "$(date +"%e %B %Y")" >date.xml
-  echo -n "$pkgver" >version.xml
-
-  cd nss-$pkgver
-
-  # Respect LDFLAGS
-  sed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/' \
-  -i nss/coreconf/rules.mk
-
-  ln -sr nss/lib/ckfw/builtins/certdata.txt ../certs/
-  ln -sr nss/lib/ckfw/builtins/nssckbi.h ../certs/
-}
-
-
-build() {
-  xmlto man nss-config.xml
-
-  cd certs
-  python2 ../certdata2pem.py
-
-  cd ..
-  sh bundle.sh
-
-  cd nss-$pkgver/nss
-  export BUILD_OPT=1
-  export NSS_USE_SYSTEM_SQLITE=1
-  export NSS_ALLOW_SSLKEYLOGFILE=1
-  export NSS_ENABLE_ECC=1
-  export NSPR_INCLUDE_DIR="`nspr-config --includedir`"
-  export NSPR_LIB_DIR="`nspr-config --libdir`"
-  export XCFLAGS="${CFLAGS}"
-
-  [[ $CARCH == x86_64 ]] && export USE_64=1
-
-  make -C coreconf
-  make -C lib/dbm
-  make
-  make clean_docs build_docs
-}
-
-package_nss() {
-  cd nss-$pkgver
-
-  

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

2017-02-17 Thread Jan Steffens
Date: Friday, February 17, 2017 @ 22:54:48
  Author: heftig
Revision: 289121

3.29.1-1

Modified:
  nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 22:42:18 UTC (rev 289120)
+++ PKGBUILD2017-02-17 22:54:48 UTC (rev 289121)
@@ -3,7 +3,7 @@
 
 pkgbase=nss
 pkgname=(nss ca-certificates-mozilla)
-pkgver=3.29
+pkgver=3.29.1
 pkgrel=1
 pkgdesc="Network Security Services"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
@@ -15,7 +15,7 @@
 options=('!strip' '!makeflags' 'staticlibs')
 
source=("https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgbase}-${pkgver}.tar.gz;
 certdata2pem.py bundle.sh nss.pc.in nss-config.in nss-config.xml)
-sha256sums=('ee19ebfe7b012dedb71f04a55dd06fa26f8dce435e5980531c790bd42673c6fa'
+sha256sums=('47259bc5c4439d8228d7c577ea652ed140588f27eae8ebb39cc91057aea37366'
 '2a2ff9131c21fa3b23ad7c7a2f069eabc783e56c6eb05419ac5f365f48dea0fc'
 '045f520403f715a4cc7f3607b4e2c9bcc88fee5bce58d462fddaa2fdb0e4c180'
 'f2208c4f70373ff9b60f53d733f8071d4e390c384b776dfc04bf26c306882faf'


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

2017-02-17 Thread Kyle Keen
Date: Friday, February 17, 2017 @ 22:45:25
  Author: kkeen
Revision: 212990

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

Added:
  hackrf/repos/community-i686/PKGBUILD
(from rev 212989, hackrf/trunk/PKGBUILD)
  hackrf/repos/community-i686/hackrf.conf
(from rev 212989, hackrf/trunk/hackrf.conf)
  hackrf/repos/community-x86_64/PKGBUILD
(from rev 212989, hackrf/trunk/PKGBUILD)
  hackrf/repos/community-x86_64/hackrf.conf
(from rev 212989, hackrf/trunk/hackrf.conf)
Deleted:
  hackrf/repos/community-i686/PKGBUILD
  hackrf/repos/community-i686/hackrf.conf
  hackrf/repos/community-x86_64/PKGBUILD
  hackrf/repos/community-x86_64/hackrf.conf

--+
 /PKGBUILD|   96 +
 /hackrf.conf |4 +
 community-i686/PKGBUILD  |   46 ---
 community-i686/hackrf.conf   |2 
 community-x86_64/PKGBUILD|   46 ---
 community-x86_64/hackrf.conf |2 
 6 files changed, 100 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-17 22:45:04 UTC (rev 212989)
+++ community-i686/PKGBUILD 2017-02-17 22:45:25 UTC (rev 212990)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-pkgname=hackrf
-pkgver=2015.07.2
-pkgrel=2
-pkgdesc="Driver for HackRF, allowing general purpose software defined radio 
(SDR)."
-arch=('i686' 'x86_64')
-url="https://github.com/mossmann/hackrf;
-license=('GPL2')
-depends=('libusb')
-makedepends=('cmake')
-
-#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-source=("https://github.com/mossmann/hackrf/releases/download/v${pkgver}/hackrf-$pkgver.tar.xz;
-'hackrf.conf')
-md5sums=('67595d2dad1c299138baf9a85ec37341'
- '01ad1ba4a27d820e8f9abeb5fa88bfc6')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver/host"
-  # FS#41895
-  sed -i 's|MODE.*$|TAG+="uaccess"|' libhackrf/53-hackrf.rules*
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver/host"
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  pushd host/build
-  make DESTDIR="$pkgdir" install
-  popd
-  pushd host/libhackrf
-  install -vD -m644 53-hackrf.rules 
"$pkgdir/usr/lib/udev/rules.d/53-hackrf.rules"
-  popd
-  pushd firmware-bin
-  install -vD -m644 hackrf_jawbreaker_usb_rom_to_ram.bin 
"$pkgdir/usr/share/hackrf/hackrf_jawbreaker_usb_rom_to_ram.bin"
-  install -vD -m644 hackrf_one_usb_rom_to_ram.bin 
"$pkgdir/usr/share/hackrf/hackrf_usb_rom_to_ram.bin"
-  install -Dm644 "$srcdir/hackrf.conf" "$pkgdir/etc/modprobe.d/hackrf.conf"
-}

Copied: hackrf/repos/community-i686/PKGBUILD (from rev 212989, 
hackrf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-17 22:45:25 UTC (rev 212990)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=hackrf
+pkgver=2017.02.1
+pkgrel=1
+pkgdesc="Driver for HackRF, allowing general purpose software defined radio 
(SDR)."
+arch=('i686' 'x86_64')
+url="https://github.com/mossmann/hackrf;
+license=('GPL2')
+depends=('libusb' 'fftw')
+makedepends=('cmake')
+
+#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+source=("https://github.com/mossmann/hackrf/releases/download/v${pkgver}/hackrf-$pkgver.tar.xz;
+'hackrf.conf')
+md5sums=('7303edc2f6ea710e0e35ad196b485045'
+ '01ad1ba4a27d820e8f9abeb5fa88bfc6')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver/host"
+  # FS#41895
+  sed -i 's|MODE.*$|TAG+="uaccess"|' libhackrf/53-hackrf.rules*
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/host"
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  pushd host/build
+  make DESTDIR="$pkgdir" install
+  popd
+  pushd host/libhackrf
+  install -vD -m644 53-hackrf.rules 
"$pkgdir/usr/lib/udev/rules.d/53-hackrf.rules"
+  popd
+  pushd firmware-bin
+  for i in *.{bin,dfu,xsvf}; do
+install -vDm644 "$i" "$pkgdir/usr/share/hackrf/$i"
+  done
+  popd
+  install -Dm644 "$srcdir/hackrf.conf" "$pkgdir/etc/modprobe.d/hackrf.conf"
+}

Deleted: community-i686/hackrf.conf
===
--- community-i686/hackrf.conf  2017-02-17 22:45:04 UTC (rev 212989)
+++ community-i686/hackrf.conf  2017-02-17 22:45:25 UTC (rev 212990)
@@ -1,2 +0,0 @@
-# disable kernel drivers
-blacklist hackrf

Copied: hackrf/repos/community-i686/hackrf.conf (from rev 212989, 
hackrf/trunk/hackrf.conf)
===
--- community-i686/hackrf.conf   

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

2017-02-17 Thread Kyle Keen
Date: Friday, February 17, 2017 @ 22:45:04
  Author: kkeen
Revision: 212989

upgpkg: hackrf 2017.02.1-1

Modified:
  hackrf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 21:20:15 UTC (rev 212988)
+++ PKGBUILD2017-02-17 22:45:04 UTC (rev 212989)
@@ -2,19 +2,19 @@
 # Maintainer: Kyle Keen 
 # Contributor: Dominik Heidler 
 pkgname=hackrf
-pkgver=2015.07.2
-pkgrel=2
+pkgver=2017.02.1
+pkgrel=1
 pkgdesc="Driver for HackRF, allowing general purpose software defined radio 
(SDR)."
 arch=('i686' 'x86_64')
 url="https://github.com/mossmann/hackrf;
 license=('GPL2')
-depends=('libusb')
+depends=('libusb' 'fftw')
 makedepends=('cmake')
 
 
#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;
 
source=("https://github.com/mossmann/hackrf/releases/download/v${pkgver}/hackrf-$pkgver.tar.xz;
 'hackrf.conf')
-md5sums=('67595d2dad1c299138baf9a85ec37341'
+md5sums=('7303edc2f6ea710e0e35ad196b485045'
  '01ad1ba4a27d820e8f9abeb5fa88bfc6')
 
 prepare() {
@@ -40,7 +40,9 @@
   install -vD -m644 53-hackrf.rules 
"$pkgdir/usr/lib/udev/rules.d/53-hackrf.rules"
   popd
   pushd firmware-bin
-  install -vD -m644 hackrf_jawbreaker_usb_rom_to_ram.bin 
"$pkgdir/usr/share/hackrf/hackrf_jawbreaker_usb_rom_to_ram.bin"
-  install -vD -m644 hackrf_one_usb_rom_to_ram.bin 
"$pkgdir/usr/share/hackrf/hackrf_usb_rom_to_ram.bin"
+  for i in *.{bin,dfu,xsvf}; do
+install -vDm644 "$i" "$pkgdir/usr/share/hackrf/$i"
+  done
+  popd
   install -Dm644 "$srcdir/hackrf.conf" "$pkgdir/etc/modprobe.d/hackrf.conf"
 }


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

2017-02-17 Thread Jan Steffens
Date: Friday, February 17, 2017 @ 22:42:18
  Author: heftig
Revision: 289120

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

Added:
  
grilo-plugins/repos/extra-i686/0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch
(from rev 289119, 
grilo-plugins/trunk/0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch)
  
grilo-plugins/repos/extra-i686/0001-meson-Fix-library-name-of-optical-media-plugin.patch
(from rev 289119, 
grilo-plugins/trunk/0001-meson-Fix-library-name-of-optical-media-plugin.patch)
  
grilo-plugins/repos/extra-i686/0002-lua-factory-Remove-generated-htmlentity.c.patch
(from rev 289119, 
grilo-plugins/trunk/0002-lua-factory-Remove-generated-htmlentity.c.patch)
  grilo-plugins/repos/extra-i686/PKGBUILD
(from rev 289119, grilo-plugins/trunk/PKGBUILD)
  
grilo-plugins/repos/extra-x86_64/0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch
(from rev 289119, 
grilo-plugins/trunk/0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch)
  
grilo-plugins/repos/extra-x86_64/0001-meson-Fix-library-name-of-optical-media-plugin.patch
(from rev 289119, 
grilo-plugins/trunk/0001-meson-Fix-library-name-of-optical-media-plugin.patch)
  
grilo-plugins/repos/extra-x86_64/0002-lua-factory-Remove-generated-htmlentity.c.patch
(from rev 289119, 
grilo-plugins/trunk/0002-lua-factory-Remove-generated-htmlentity.c.patch)
  grilo-plugins/repos/extra-x86_64/PKGBUILD
(from rev 289119, grilo-plugins/trunk/PKGBUILD)
Deleted:
  grilo-plugins/repos/extra-i686/PKGBUILD
  grilo-plugins/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD| 
 112 +
 extra-i686/0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch   | 
  27 
 extra-i686/0001-meson-Fix-library-name-of-optical-media-plugin.patch | 
  25 
 extra-i686/0002-lua-factory-Remove-generated-htmlentity.c.patch  | 
 923 ++
 extra-i686/PKGBUILD  | 
  48 
 extra-x86_64/0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch | 
  27 
 extra-x86_64/0001-meson-Fix-library-name-of-optical-media-plugin.patch   | 
  25 
 extra-x86_64/0002-lua-factory-Remove-generated-htmlentity.c.patch| 
 923 ++
 extra-x86_64/PKGBUILD| 
  48 
 9 files changed, 2062 insertions(+), 96 deletions(-)

Copied: 
grilo-plugins/repos/extra-i686/0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch
 (from rev 289119, 
grilo-plugins/trunk/0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch)
===
--- extra-i686/0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch  
(rev 0)
+++ extra-i686/0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch  
2017-02-17 22:42:18 UTC (rev 289120)
@@ -0,0 +1,27 @@
+From 2fc539daa0e51a280f36c3d3558f15856bc217fd Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Fri, 17 Feb 2017 23:22:59 +0100
+Subject: [PATCH 1/2] lua-factory: Remove bad prototype for html_entity_hash
+
+gperf 3.1 changes the type of the len argument for the generated
+function to size_t, causing a conflict.
+---
+ src/lua-factory/lua-library/htmlentity.gperf | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/src/lua-factory/lua-library/htmlentity.gperf 
b/src/lua-factory/lua-library/htmlentity.gperf
+index cbd326c4f56f3e2d..096bf3e39b106eda 100644
+--- a/src/lua-factory/lua-library/htmlentity.gperf
 b/src/lua-factory/lua-library/htmlentity.gperf
+@@ -35,8 +35,6 @@ struct _EntityEntry {
+   const gchar *name;
+   gulong value;
+ };
+-struct _EntityEntry *
+-html_entity_hash (register const char *str, register unsigned int len);
+ %%
+ Aacute, 193
+ aacute, 225
+-- 
+2.11.1
+

Copied: 
grilo-plugins/repos/extra-i686/0001-meson-Fix-library-name-of-optical-media-plugin.patch
 (from rev 289119, 
grilo-plugins/trunk/0001-meson-Fix-library-name-of-optical-media-plugin.patch)
===
--- extra-i686/0001-meson-Fix-library-name-of-optical-media-plugin.patch
(rev 0)
+++ extra-i686/0001-meson-Fix-library-name-of-optical-media-plugin.patch
2017-02-17 22:42:18 UTC (rev 289120)
@@ -0,0 +1,25 @@
+From 1282d9e3756d38362a5dc34c41ba0dd6c5c3ff71 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Fri, 17 Feb 2017 23:38:48 +0100
+Subject: [PATCH] meson: Fix library name of optical-media plugin
+
+---
+ src/optical-media/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/optical-media/meson.build b/src/optical-media/meson.build
+index aaf6a68786853aec..5a8845e4aecf37bb 

[arch-commits] Commit in grilo-plugins/trunk (4 files)

2017-02-17 Thread Jan Steffens
Date: Friday, February 17, 2017 @ 22:41:29
  Author: heftig
Revision: 289119

0.3.4-1

Added:
  
grilo-plugins/trunk/0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch
  grilo-plugins/trunk/0001-meson-Fix-library-name-of-optical-media-plugin.patch
  grilo-plugins/trunk/0002-lua-factory-Remove-generated-htmlentity.c.patch
Modified:
  grilo-plugins/trunk/PKGBUILD

-+
 0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch |   27 
 0001-meson-Fix-library-name-of-optical-media-plugin.patch   |   25 
 0002-lua-factory-Remove-generated-htmlentity.c.patch|  923 
++
 PKGBUILD|   40 
 4 files changed, 999 insertions(+), 16 deletions(-)

Added: 0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch
===
--- 0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch 
(rev 0)
+++ 0001-lua-factory-Remove-bad-prototype-for-html_entity_has.patch 
2017-02-17 22:41:29 UTC (rev 289119)
@@ -0,0 +1,27 @@
+From 2fc539daa0e51a280f36c3d3558f15856bc217fd Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Fri, 17 Feb 2017 23:22:59 +0100
+Subject: [PATCH 1/2] lua-factory: Remove bad prototype for html_entity_hash
+
+gperf 3.1 changes the type of the len argument for the generated
+function to size_t, causing a conflict.
+---
+ src/lua-factory/lua-library/htmlentity.gperf | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/src/lua-factory/lua-library/htmlentity.gperf 
b/src/lua-factory/lua-library/htmlentity.gperf
+index cbd326c4f56f3e2d..096bf3e39b106eda 100644
+--- a/src/lua-factory/lua-library/htmlentity.gperf
 b/src/lua-factory/lua-library/htmlentity.gperf
+@@ -35,8 +35,6 @@ struct _EntityEntry {
+   const gchar *name;
+   gulong value;
+ };
+-struct _EntityEntry *
+-html_entity_hash (register const char *str, register unsigned int len);
+ %%
+ Aacute, 193
+ aacute, 225
+-- 
+2.11.1
+

Added: 0001-meson-Fix-library-name-of-optical-media-plugin.patch
===
--- 0001-meson-Fix-library-name-of-optical-media-plugin.patch   
(rev 0)
+++ 0001-meson-Fix-library-name-of-optical-media-plugin.patch   2017-02-17 
22:41:29 UTC (rev 289119)
@@ -0,0 +1,25 @@
+From 1282d9e3756d38362a5dc34c41ba0dd6c5c3ff71 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Fri, 17 Feb 2017 23:38:48 +0100
+Subject: [PATCH] meson: Fix library name of optical-media plugin
+
+---
+ src/optical-media/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/optical-media/meson.build b/src/optical-media/meson.build
+index aaf6a68786853aec..5a8845e4aecf37bb 100644
+--- a/src/optical-media/meson.build
 b/src/optical-media/meson.build
+@@ -13,7 +13,7 @@ optical_media_sources = [
+ configure_file(output: 'config.h',
+ configuration: cdata)
+ 
+-shared_library('grlopticalmedia',
++shared_library('grloptical-media',
+ sources: optical_media_sources,
+ install: true,
+ install_dir: pluginsdir,
+-- 
+2.11.1
+

Added: 0002-lua-factory-Remove-generated-htmlentity.c.patch
===
--- 0002-lua-factory-Remove-generated-htmlentity.c.patch
(rev 0)
+++ 0002-lua-factory-Remove-generated-htmlentity.c.patch2017-02-17 
22:41:29 UTC (rev 289119)
@@ -0,0 +1,923 @@
+From 6e5af8909cfa0f93a70c4ed8e6051bcdbdf29cfa Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Fri, 17 Feb 2017 23:26:38 +0100
+Subject: [PATCH 2/2] lua-factory: Remove generated htmlentity.c
+
+Now that gperf is required to build this plugin, the generated
+htmlentity.c should be removed from the source. Otherwise, it
+will be used iff builddir == srcdir.
+---
+ src/lua-factory/Makefile.am  |   8 +-
+ src/lua-factory/lua-library/htmlentity.c | 876 ---
+ 2 files changed, 5 insertions(+), 879 deletions(-)
+ delete mode 100644 src/lua-factory/lua-library/htmlentity.c
+
+diff --git a/src/lua-factory/Makefile.am b/src/lua-factory/Makefile.am
+index 5a57f0e292ca2d05..70747329c7ea0685 100644
+--- a/src/lua-factory/Makefile.am
 b/src/lua-factory/Makefile.am
+@@ -33,14 +33,16 @@ libgrlluafactory_la_SOURCES =  
\
+   grl-lua-library-operations.c\
+   grl-lua-library-operations.h\
+   grl-lua-common.h\
+-  luafactoryresources.c   \
+-  luafactoryresources.h   \
+-  lua-library/htmlentity.c   

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

2017-02-17 Thread Antonio Rojas
Date: Friday, February 17, 2017 @ 22:03:31
  Author: arojas
Revision: 289117

openssl 1.1 rebuild

Modified:
  redland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 21:29:06 UTC (rev 289116)
+++ PKGBUILD2017-02-17 22:03:31 UTC (rev 289117)
@@ -8,7 +8,7 @@
 # maybe rename redland-storage-mysql to redland-storage-mariadb or add a 
provide tag
 pkgname=('redland' 'redland-storage-mysql' 'redland-storage-postgresql' 
'redland-storage-virtuoso' 'redland-storage-sqlite')
 pkgver=1.0.17
-pkgrel=3
+pkgrel=4
 url="http://librdf.org/;
 license=("GPL")
 arch=('i686' 'x86_64')


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

2017-02-17 Thread Antonio Rojas
Date: Friday, February 17, 2017 @ 22:03:54
  Author: arojas
Revision: 289118

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

Added:
  redland/repos/staging-i686/
  redland/repos/staging-i686/PKGBUILD
(from rev 289117, redland/trunk/PKGBUILD)
  redland/repos/staging-i686/rpath.diff
(from rev 289117, redland/trunk/rpath.diff)
  redland/repos/staging-x86_64/
  redland/repos/staging-x86_64/PKGBUILD
(from rev 289117, redland/trunk/PKGBUILD)
  redland/repos/staging-x86_64/rpath.diff
(from rev 289117, redland/trunk/rpath.diff)

---+
 staging-i686/PKGBUILD |   82 
 staging-i686/rpath.diff   |   11 +
 staging-x86_64/PKGBUILD   |   82 
 staging-x86_64/rpath.diff |   11 +
 4 files changed, 186 insertions(+)

Copied: redland/repos/staging-i686/PKGBUILD (from rev 289117, 
redland/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-17 22:03:54 UTC (rev 289118)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: AndyRTR 
+# Contributor: Francois Charette  
+
+pkgbase=redland
+epoch=1
+# maybe rename redland-storage-mysql to redland-storage-mariadb or add a 
provide tag
+pkgname=('redland' 'redland-storage-mysql' 'redland-storage-postgresql' 
'redland-storage-virtuoso' 'redland-storage-sqlite')
+pkgver=1.0.17
+pkgrel=4
+url="http://librdf.org/;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=('rasqal' 'raptor' 'postgresql-libs' 'libmariadbclient' 'unixodbc' 
'sqlite')
+source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz{,.asc}
+rpath.diff)
+sha256sums=('de1847f7b59021c16bdc72abb4d8e2d9187cd6124d69156f3326dd34ee043681'
+'SKIP'
+'9ddf9f7581f5194d73ad908f3b26354c70d3079a7a87c8add8a0d0e4c6974fec')
+validpgpkeys=('F879F0DEDA780198DD08DC6443EC92504F71955A') # Dave Beckett
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+   --enable-release \
+   --disable-static \
+   --with-raptor=system \
+   --with-rasqal=system \
+   --with-sqlite=3 \
+   --with-bdb=no
+
+  # nuke rpath
+  patch -Np0 -i "${srcdir}/rpath.diff"
+
+  make
+}
+
+package_redland() {
+ pkgdesc="Library that provides a high-level interface to RDF data"
+ depends=('rasqal>=0.9.26' 'raptor>=2.0.6' 'libltdl')
+ 
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/usr/lib/redland"
+}
+
+package_redland-storage-mysql() {
+ pkgdesc="MySQL storage support for Redland"
+ depends=('redland' 'libmariadbclient')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  install -dm755 "${pkgdir}/usr/lib/redland"
+  install -m755 src/.libs/librdf_storage_mysql.so 
"${pkgdir}/usr/lib/redland/librdf_storage_mysql.so"
+}
+
+package_redland-storage-postgresql() {
+ pkgdesc="PostgreSQL storage support for Redland"
+ depends=('redland' 'postgresql-libs')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  install -dm755 "${pkgdir}/usr/lib/redland"
+  install -m755 src/.libs/librdf_storage_postgresql.so 
"${pkgdir}/usr/lib/redland/"
+}
+
+package_redland-storage-virtuoso() {
+ pkgdesc="Virtuoso storage support for Redland"
+ depends=('redland' 'unixodbc')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  install -dm755 "${pkgdir}/usr/lib/redland"
+  install -m755 src/.libs/librdf_storage_virtuoso.so 
"${pkgdir}/usr/lib/redland/"
+}
+
+package_redland-storage-sqlite() {
+ pkgdesc="SQLite storage support for Redland"
+ depends=('redland' 'sqlite3')
+ 
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  install -dm755 "${pkgdir}/usr/lib/redland"
+  install -m755 src/.libs/librdf_storage_sqlite.so "${pkgdir}/usr/lib/redland/"
+}

Copied: redland/repos/staging-i686/rpath.diff (from rev 289117, 
redland/trunk/rpath.diff)
===
--- staging-i686/rpath.diff (rev 0)
+++ staging-i686/rpath.diff 2017-02-17 22:03:54 UTC (rev 289118)
@@ -0,0 +1,11 @@
+--- libtool2011-02-20 10:46:47.0 +0100
 libtool.new2011-02-20 10:52:58.285764909 +0100
+@@ -324,7 +324,7 @@
+ 
+ # Flag to hardcode $libdir into a binary during linking.
+ # This must work even if $libdir does not exist
+-hardcode_libdir_flag_spec="\${wl}-rpath \${wl}\$libdir"
++hardcode_libdir_flag_spec=" "
+ 
+ # If ld is used when linking, flag to hardcode $libdir into a binary
+ # during linking.  This must work even if $libdir does not exist.

Copied: redland/repos/staging-x86_64/PKGBUILD (from rev 289117, 
redland/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-02-17 22:03:54 UTC (rev 289118)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Tom 

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

2017-02-17 Thread Antonio Rojas
Date: Friday, February 17, 2017 @ 21:29:06
  Author: arojas
Revision: 289116

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

Added:
  qca/repos/staging-i686/
  qca/repos/staging-i686/PKGBUILD
(from rev 289115, qca/trunk/PKGBUILD)
  qca/repos/staging-x86_64/
  qca/repos/staging-x86_64/PKGBUILD
(from rev 289115, qca/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   63 ++
 staging-x86_64/PKGBUILD |   63 ++
 2 files changed, 126 insertions(+)

Copied: qca/repos/staging-i686/PKGBUILD (from rev 289115, qca/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-17 21:29:06 UTC (rev 289116)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=qca
+pkgname=(qca-qt4 qca-qt5)
+pkgver=2.1.3
+pkgrel=2
+pkgdesc="Qt Cryptographic Architecture"
+arch=(i686 x86_64)
+url="http://delta.affinix.com/qca/;
+license=(LGPL)
+makedepends=(qt4 qt5-base cmake doxygen nss pkcs11-helper botan1.10 
openssl-1.0)
+source=("http://download.kde.org/stable/$pkgbase/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
+md5sums=('5019cc29efcf828681cd93164238ce26')
+
+prepare() {
+  mkdir -p build{4,5}
+}
+
+build() {
+  cd build4
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/lib/pkgconfig
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF \
+-DQCA_LIBRARY_INSTALL_DIR=/usr/lib \
+-DQCA_FEATURE_INSTALL_DIR=/usr/share/qt4/mkspecs/features/ \
+-DQT4_BUILD=ON
+  make
+
+  cd ../build5
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF \
+-DQCA_INSTALL_IN_QT_PREFIX=ON \
+-DQCA_MAN_INSTALL_DIR=/usr/share/man
+  make
+}
+
+package_qca-qt4() {
+  depends=(qt4 nss)
+  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 
'openssl-1.0: SSL plugin')
+  conflicts=(qca qca-gnupg qca-ossl)
+  provides=(qca qca-gnupg qca-ossl)
+  replaces=(qca qca-gnupg qca-ossl)
+
+  cd build4
+  make DESTDIR="$pkgdir" install
+}
+
+package_qca-qt5() {
+  depends=(qt5-base nss ca-certificates)
+  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 
'openssl-1.0: SSL plugin')
+
+  cd build5
+  make DESTDIR="$pkgdir" install
+}
+
+

Copied: qca/repos/staging-x86_64/PKGBUILD (from rev 289115, qca/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-02-17 21:29:06 UTC (rev 289116)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=qca
+pkgname=(qca-qt4 qca-qt5)
+pkgver=2.1.3
+pkgrel=2
+pkgdesc="Qt Cryptographic Architecture"
+arch=(i686 x86_64)
+url="http://delta.affinix.com/qca/;
+license=(LGPL)
+makedepends=(qt4 qt5-base cmake doxygen nss pkcs11-helper botan1.10 
openssl-1.0)
+source=("http://download.kde.org/stable/$pkgbase/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
+md5sums=('5019cc29efcf828681cd93164238ce26')
+
+prepare() {
+  mkdir -p build{4,5}
+}
+
+build() {
+  cd build4
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/lib/pkgconfig
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF \
+-DQCA_LIBRARY_INSTALL_DIR=/usr/lib \
+-DQCA_FEATURE_INSTALL_DIR=/usr/share/qt4/mkspecs/features/ \
+-DQT4_BUILD=ON
+  make
+
+  cd ../build5
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF \
+-DQCA_INSTALL_IN_QT_PREFIX=ON \
+-DQCA_MAN_INSTALL_DIR=/usr/share/man
+  make
+}
+
+package_qca-qt4() {
+  depends=(qt4 nss)
+  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 
'openssl-1.0: SSL plugin')
+  conflicts=(qca qca-gnupg qca-ossl)
+  provides=(qca qca-gnupg qca-ossl)
+  replaces=(qca qca-gnupg qca-ossl)
+
+  cd build4
+  make DESTDIR="$pkgdir" install
+}
+
+package_qca-qt5() {
+  depends=(qt5-base nss ca-certificates)
+  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 
'openssl-1.0: SSL plugin')
+
+  cd build5
+  make DESTDIR="$pkgdir" install
+}
+
+


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

2017-02-17 Thread Antonio Rojas
Date: Friday, February 17, 2017 @ 21:28:34
  Author: arojas
Revision: 289115

Build against openssl-1.0

Modified:
  qca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 20:50:23 UTC (rev 289114)
+++ PKGBUILD2017-02-17 21:28:34 UTC (rev 289115)
@@ -6,12 +6,12 @@
 pkgbase=qca
 pkgname=(qca-qt4 qca-qt5)
 pkgver=2.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt Cryptographic Architecture"
 arch=(i686 x86_64)
 url="http://delta.affinix.com/qca/;
 license=(LGPL)
-makedepends=(qt4 qt5-base cmake doxygen nss pkcs11-helper botan1.10)
+makedepends=(qt4 qt5-base cmake doxygen nss pkcs11-helper botan1.10 
openssl-1.0)
 
source=("http://download.kde.org/stable/$pkgbase/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
 md5sums=('5019cc29efcf828681cd93164238ce26')
 
@@ -21,6 +21,7 @@
 
 build() {
   cd build4
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/lib/pkgconfig
   cmake ../$pkgbase-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
@@ -42,7 +43,7 @@
 
 package_qca-qt4() {
   depends=(qt4 nss)
-  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin')
+  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 
'openssl-1.0: SSL plugin')
   conflicts=(qca qca-gnupg qca-ossl)
   provides=(qca qca-gnupg qca-ossl)
   replaces=(qca qca-gnupg qca-ossl)
@@ -53,7 +54,7 @@
 
 package_qca-qt5() {
   depends=(qt5-base nss ca-certificates)
-  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin')
+  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 
'openssl-1.0: SSL plugin')
 
   cd build5
   make DESTDIR="$pkgdir" install


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

2017-02-17 Thread Sergej Pupykin
Date: Friday, February 17, 2017 @ 21:20:15
  Author: spupykin
Revision: 212988

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

Added:
  unrealircd/repos/community-staging-i686/
  unrealircd/repos/community-staging-i686/PKGBUILD
(from rev 212987, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-staging-i686/install.pl
(from rev 212987, unrealircd/trunk/install.pl)
  unrealircd/repos/community-staging-i686/unrealircd.install
(from rev 212987, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-staging-i686/unrealircd.service
(from rev 212987, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-staging-i686/unrealircd.tmpfiles.d
(from rev 212987, unrealircd/trunk/unrealircd.tmpfiles.d)
  unrealircd/repos/community-staging-x86_64/
  unrealircd/repos/community-staging-x86_64/PKGBUILD
(from rev 212987, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-staging-x86_64/install.pl
(from rev 212987, unrealircd/trunk/install.pl)
  unrealircd/repos/community-staging-x86_64/unrealircd.install
(from rev 212987, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-staging-x86_64/unrealircd.service
(from rev 212987, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-staging-x86_64/unrealircd.tmpfiles.d
(from rev 212987, unrealircd/trunk/unrealircd.tmpfiles.d)

+
 community-staging-i686/PKGBUILD|   68 +++
 community-staging-i686/install.pl  |5 +
 community-staging-i686/unrealircd.install  |   11 +++
 community-staging-i686/unrealircd.service  |   12 
 community-staging-i686/unrealircd.tmpfiles.d   |1 
 community-staging-x86_64/PKGBUILD  |   68 +++
 community-staging-x86_64/install.pl|5 +
 community-staging-x86_64/unrealircd.install|   11 +++
 community-staging-x86_64/unrealircd.service|   12 
 community-staging-x86_64/unrealircd.tmpfiles.d |1 
 10 files changed, 194 insertions(+)

Copied: unrealircd/repos/community-staging-i686/PKGBUILD (from rev 212987, 
unrealircd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 21:20:15 UTC (rev 212988)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Zerial 
+
+pkgname=unrealircd
+pkgver=4.0.11
+pkgrel=2
+pkgdesc="Open Source IRC Server"
+arch=('i686' 'x86_64')
+url="http://unrealircd.com;
+license=('GPL2')
+depends=('openssl' 'curl' 'c-ares' 'tre' 'pcre2')
+conflicts=('ircd')
+provides=('ircd')
+backup=('etc/unrealircd/unrealircd.conf')
+install=unrealircd.install
+source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz
+   unrealircd.service
+   unrealircd.tmpfiles.d
+   install.pl)
+sha256sums=('6733dad62ce29fa082c9901cfadd79f0fdbfcde204979c1264ab29791d2a67ff'
+'0a6d3c269ba5379f967b2ec035ad4c6226d42ce22ffaaf8c3e5b37ba8ee02ddd'
+'2b2efb4b87b5b270e87fc0187ac1c559d41a41e6c81615182dc2bdd18bfcaccd'
+'43f07093ada8eb5c954f9e2e189610575906c690c0953fec041d4f2d31210d85')
+
+prepare() {
+  cd "$srcdir"/unrealircd-$pkgver
+  sed -i \
+-e 's|$(INSTALL) -m 0700|$(INSTALL) -m 0755|g' \
+-e 's|$(INSTALL) -m 0600|$(INSTALL) -m 0644|g' \
+Makefile.in
+}
+
+build() {
+  cd "$srcdir"/unrealircd-$pkgver
+  ./configure \
+--with-pidfile=/run/unrealircd/ircd.pid \
+--with-showlistmodes \
+--enable-ssl=/usr \
+--with-bindir=/usr/bin \
+--with-datadir=/var/lib/unrealircd \
+--with-confdir=/etc/unrealircd \
+--with-modulesdir=/usr/lib/unrealircd \
+--with-logdir=/var/log/unrealircd \
+--with-cachedir=/var/cache/unrealircd \
+--with-docdir=/usr/share/doc/unrealircd \
+--with-tmpdir=/tmp \
+--with-scriptdir=/usr \
+--with-nick-history=2000 \
+--with-sendq=300 \
+--with-permissions=0644 \
+--with-fd-setsize=1024 \
+--enable-dynamic-linking
+  make
+}
+
+package() {
+  cd "$srcdir"/unrealircd-$pkgver
+
+  export pkgdir
+  make INSTALL="$srcdir"/install.pl install
+  mv "$pkgdir"/usr/unrealircd "$pkgdir"/etc/unrealircd/unrealircd
+  cp "$pkgdir"/etc/unrealircd/examples/example.conf 
"$pkgdir"/etc/unrealircd/unrealircd.conf
+  rm -rf "$pkgdir"/tmp
+
+  install -Dm0644 "$srcdir"/unrealircd.service 
"$pkgdir"/usr/lib/systemd/system/unrealircd.service
+  install -Dm0644 "$srcdir"/unrealircd.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/unrealircd.conf
+}

Copied: unrealircd/repos/community-staging-i686/install.pl (from rev 212987, 
unrealircd/trunk/install.pl)
===
--- community-staging-i686/install.pl   (rev 0)
+++ community-staging-i686/install.pl  

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

2017-02-17 Thread Sergej Pupykin
Date: Friday, February 17, 2017 @ 21:19:51
  Author: spupykin
Revision: 212987

upgpkg: unrealircd 4.0.11-2

upd

Modified:
  unrealircd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 21:19:47 UTC (rev 212986)
+++ PKGBUILD2017-02-17 21:19:51 UTC (rev 212987)
@@ -4,7 +4,7 @@
 
 pkgname=unrealircd
 pkgver=4.0.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Source IRC Server"
 arch=('i686' 'x86_64')
 url="http://unrealircd.com;


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

2017-02-17 Thread Sergej Pupykin
Date: Friday, February 17, 2017 @ 21:19:47
  Author: spupykin
Revision: 212986

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

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

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

Copied: slrn/repos/community-staging-i686/PKGBUILD (from rev 212985, 
slrn/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 21:19:47 UTC (rev 212986)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Grigorios Bouzakis 
+
+pkgname=slrn
+pkgver=1.0.3
+pkgrel=2
+pkgdesc="An open source text-based news client"
+arch=('i686' 'x86_64')
+url="http://www.slrn.org/;
+license=('GPL')
+depends=('openssl' 'slang')
+makedepends=('uudeview')
+optdepends=('metamail')
+options=('!makeflags' 'docs' 'zipman')
+backup=(etc/slrnrc)
+source=("http://jedsoft.org/releases/slrn/slrn-${pkgver}a.tar.bz2;)
+sha256sums=('3ba8a4d549201640f2b82d53fb1bec1250f908052a7983f0061c983c634c2dac')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+   --enable-setgid-code \
+   --with-slrnpull --with-ssl --with-uu \
+   --with-uulib=/usr/lib/uudeview \
+   --with-uuinc=/usr/include/uudeview \
+   --enable-spoilers
+  make UUDEVIEW_LIB="/usr/lib/uudeview/*.o"
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 doc/slrn.rc "$pkgdir"/etc/slrnrc
+}

Copied: slrn/repos/community-staging-x86_64/PKGBUILD (from rev 212985, 
slrn/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 21:19:47 UTC (rev 212986)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Grigorios Bouzakis 
+
+pkgname=slrn
+pkgver=1.0.3
+pkgrel=2
+pkgdesc="An open source text-based news client"
+arch=('i686' 'x86_64')
+url="http://www.slrn.org/;
+license=('GPL')
+depends=('openssl' 'slang')
+makedepends=('uudeview')
+optdepends=('metamail')
+options=('!makeflags' 'docs' 'zipman')
+backup=(etc/slrnrc)
+source=("http://jedsoft.org/releases/slrn/slrn-${pkgver}a.tar.bz2;)
+sha256sums=('3ba8a4d549201640f2b82d53fb1bec1250f908052a7983f0061c983c634c2dac')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+   --enable-setgid-code \
+   --with-slrnpull --with-ssl --with-uu \
+   --with-uulib=/usr/lib/uudeview \
+   --with-uuinc=/usr/include/uudeview \
+   --enable-spoilers
+  make UUDEVIEW_LIB="/usr/lib/uudeview/*.o"
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 doc/slrn.rc "$pkgdir"/etc/slrnrc
+}


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

2017-02-17 Thread Sergej Pupykin
Date: Friday, February 17, 2017 @ 21:19:28
  Author: spupykin
Revision: 212984

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

Added:
  pwsafe/repos/community-staging-i686/
  pwsafe/repos/community-staging-i686/PKGBUILD
(from rev 212983, pwsafe/trunk/PKGBUILD)
  pwsafe/repos/community-staging-i686/pwsafe-XChangeProperty.patch
(from rev 212983, pwsafe/trunk/pwsafe-XChangeProperty.patch)
  pwsafe/repos/community-staging-x86_64/
  pwsafe/repos/community-staging-x86_64/PKGBUILD
(from rev 212983, pwsafe/trunk/PKGBUILD)
  pwsafe/repos/community-staging-x86_64/pwsafe-XChangeProperty.patch
(from rev 212983, pwsafe/trunk/pwsafe-XChangeProperty.patch)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-i686/pwsafe-XChangeProperty.patch   |   20 +++
 community-staging-x86_64/PKGBUILD |   41 
 community-staging-x86_64/pwsafe-XChangeProperty.patch |   20 +++
 4 files changed, 122 insertions(+)

Copied: pwsafe/repos/community-staging-i686/PKGBUILD (from rev 212983, 
pwsafe/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 21:19:28 UTC (rev 212984)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+
+pkgname=pwsafe
+pkgver=20160304
+_commit=9d9758fa540ab673376dc855d331aaf80192c6c6
+pkgrel=2
+pkgdesc="A commandline program for managing encrypted password databases"
+arch=('i686' 'x86_64')
+url="https://github.com/nsd20463/pwsafe;
+license=('GPL')
+depends=('openssl' 'libxmu')
+makedepends=('git')
+source=("git://github.com/nsd20463/pwsafe.git#commit=${_commit}"
+   pwsafe-XChangeProperty.patch)
+md5sums=('SKIP'
+ 'cff6aee2e43f5fbe82e8cd7ccfefb099')
+
+prepare() {
+  cd "$srcdir"/${pkgname}
+  # Patch from fedora, fixes FS#28339
+  patch -Np0 -i ../pwsafe-XChangeProperty.patch
+}
+
+build() {
+  cd "$srcdir"/${pkgname}
+  aclocal
+  autoheader
+  automake --add-missing
+  autoconf
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}
+  make DESTDIR="$pkgdir" install
+  # Make pwsafe suid root so it can seed rng as a user
+  chmod +s "$pkgdir"/usr/bin/pwsafe
+}

Copied: pwsafe/repos/community-staging-i686/pwsafe-XChangeProperty.patch (from 
rev 212983, pwsafe/trunk/pwsafe-XChangeProperty.patch)
===
--- community-staging-i686/pwsafe-XChangeProperty.patch 
(rev 0)
+++ community-staging-i686/pwsafe-XChangeProperty.patch 2017-02-17 21:19:28 UTC 
(rev 212984)
@@ -0,0 +1,20 @@
+Index: pwsafe.cpp
+===
+RCS file: /cvsroot/pwsafe/pwsafe/pwsafe.cpp,v
+retrieving revision 1.57
+diff -u -r1.57 pwsafe.cpp
+--- pwsafe.cpp 12 Aug 2007 12:33:06 -  1.57
 pwsafe.cpp 5 Jan 2011 22:16:43 -
+@@ -1820,10 +1820,10 @@
+ if (xev.xselectionrequest.target == XA_TARGETS(xdisplay)) {
+   // tell them what we can supply
+   const Atom targets[] = { XA_TARGETS(xdisplay), 
XA_TIMESTAMP(xdisplay), XA_TEXT(xdisplay), XA_STRING };
+-  XChangeProperty(xdisplay, xev.xselectionrequest.requestor, 
prop, XA_TARGETS(xdisplay), 32, PropModeReplace, reinterpret_cast(), sizeof(targets)/sizeof(targets[0]));
++  XChangeProperty(xdisplay, xev.xselectionrequest.requestor, 
prop, XA_ATOM, 32, PropModeReplace, reinterpret_cast(), sizeof(targets)/sizeof(targets[0]));
+ }
+ else if (xev.xselectionrequest.target == XA_TIMESTAMP(xdisplay)) {
+-  XChangeProperty(xdisplay, xev.xselectionrequest.requestor, 
prop, XA_TIMESTAMP(xdisplay), 32, PropModeReplace, reinterpret_cast(), 1);
++  XChangeProperty(xdisplay, xev.xselectionrequest.requestor, 
prop, XA_INTEGER, 32, PropModeReplace, reinterpret_cast(), 1);
+ }
+ else if (xev.xselectionrequest.target == XA_TEXT(xdisplay) ||
+ xev.xselectionrequest.target == XA_STRING) {

Copied: pwsafe/repos/community-staging-x86_64/PKGBUILD (from rev 212983, 
pwsafe/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 21:19:28 UTC (rev 212984)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+
+pkgname=pwsafe
+pkgver=20160304
+_commit=9d9758fa540ab673376dc855d331aaf80192c6c6
+pkgrel=2
+pkgdesc="A commandline program for managing encrypted password databases"
+arch=('i686' 'x86_64')

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

2017-02-17 Thread Sergej Pupykin
Date: Friday, February 17, 2017 @ 21:19:33
  Author: spupykin
Revision: 212985

upgpkg: slrn 1.0.3-2

upd

Modified:
  slrn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 21:19:28 UTC (rev 212984)
+++ PKGBUILD2017-02-17 21:19:33 UTC (rev 212985)
@@ -4,7 +4,7 @@
 
 pkgname=slrn
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="An open source text-based news client"
 arch=('i686' 'x86_64')
 url="http://www.slrn.org/;


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

2017-02-17 Thread Sergej Pupykin
Date: Friday, February 17, 2017 @ 21:19:13
  Author: spupykin
Revision: 212983

upgpkg: pwsafe 20160304-2

upd

Modified:
  pwsafe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 21:19:09 UTC (rev 212982)
+++ PKGBUILD2017-02-17 21:19:13 UTC (rev 212983)
@@ -5,7 +5,7 @@
 pkgname=pwsafe
 pkgver=20160304
 _commit=9d9758fa540ab673376dc855d331aaf80192c6c6
-pkgrel=1
+pkgrel=2
 pkgdesc="A commandline program for managing encrypted password databases"
 arch=('i686' 'x86_64')
 url="https://github.com/nsd20463/pwsafe;


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

2017-02-17 Thread Sergej Pupykin
Date: Friday, February 17, 2017 @ 21:19:09
  Author: spupykin
Revision: 212982

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

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

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

Copied: psqlodbc/repos/community-staging-i686/PKGBUILD (from rev 212981, 
psqlodbc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 21:19:09 UTC (rev 212982)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Rick Rein 
+
+pkgname=psqlodbc
+pkgver=09.03.0400
+pkgrel=3
+pkgdesc="PostgreSQL ODBC driver"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.postgresql.org;
+depends=('unixodbc' 'postgresql-libs')
+makedepends=('postgresql')
+source=(https://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-$pkgver.tar.gz)
+md5sums=('33d7020d30978089df3914bcbfa5049f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|#define DEFAULT_PGSOCKET_DIR.*|#define DEFAULT_PGSOCKET_DIR 
"/run/postgresql"|' socket.h
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: psqlodbc/repos/community-staging-x86_64/PKGBUILD (from rev 212981, 
psqlodbc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 21:19:09 UTC (rev 212982)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Rick Rein 
+
+pkgname=psqlodbc
+pkgver=09.03.0400
+pkgrel=3
+pkgdesc="PostgreSQL ODBC driver"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.postgresql.org;
+depends=('unixodbc' 'postgresql-libs')
+makedepends=('postgresql')
+source=(https://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-$pkgver.tar.gz)
+md5sums=('33d7020d30978089df3914bcbfa5049f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|#define DEFAULT_PGSOCKET_DIR.*|#define DEFAULT_PGSOCKET_DIR 
"/run/postgresql"|' socket.h
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2017-02-17 Thread Sergej Pupykin
Date: Friday, February 17, 2017 @ 21:18:50
  Author: spupykin
Revision: 212980

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

Added:
  proxytunnel/repos/community-staging-i686/
  proxytunnel/repos/community-staging-i686/PKGBUILD
(from rev 212979, proxytunnel/trunk/PKGBUILD)
  proxytunnel/repos/community-staging-i686/fix-Makefile-ssl-FTBFS.patch
(from rev 212979, proxytunnel/trunk/fix-Makefile-ssl-FTBFS.patch)
  proxytunnel/repos/community-staging-i686/migrate-from-SSLv3.patch
(from rev 212979, proxytunnel/trunk/migrate-from-SSLv3.patch)
  proxytunnel/repos/community-staging-x86_64/
  proxytunnel/repos/community-staging-x86_64/PKGBUILD
(from rev 212979, proxytunnel/trunk/PKGBUILD)
  proxytunnel/repos/community-staging-x86_64/fix-Makefile-ssl-FTBFS.patch
(from rev 212979, proxytunnel/trunk/fix-Makefile-ssl-FTBFS.patch)
  proxytunnel/repos/community-staging-x86_64/migrate-from-SSLv3.patch
(from rev 212979, proxytunnel/trunk/migrate-from-SSLv3.patch)

---+
 community-staging-i686/PKGBUILD   |   36 
 community-staging-i686/fix-Makefile-ssl-FTBFS.patch   |   11 
 community-staging-i686/migrate-from-SSLv3.patch   |   12 +
 community-staging-x86_64/PKGBUILD |   36 
 community-staging-x86_64/fix-Makefile-ssl-FTBFS.patch |   11 
 community-staging-x86_64/migrate-from-SSLv3.patch |   12 +
 6 files changed, 118 insertions(+)

Copied: proxytunnel/repos/community-staging-i686/PKGBUILD (from rev 212979, 
proxytunnel/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 21:18:50 UTC (rev 212980)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Georg Grabler (STiAT) 
+
+pkgname=proxytunnel
+pkgver=1.9.0.253
+pkgrel=2
+pkgdesc="a program that connects stdin and stdout to a server somewhere on the 
network, through a standard HTTPS proxy"
+arch=('i686' 'x86_64')
+url="http://proxytunnel.sourceforge.net;
+license=('GPL')
+depends=('openssl')
+makedepends=('subversion' 'asciidoc' 'xmlto')
+#source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tgz
+source=("svn://svn.code.sf.net/p/proxytunnel/code/trunk/proxytunnel#revision=${pkgver##*.}"
+fix-Makefile-ssl-FTBFS.patch
+migrate-from-SSLv3.patch)
+md5sums=('SKIP'
+ 'facacbf723512e7c94a4d7e6a0d12eeb'
+ '71c403c2bd6fb332bc5839894bcafe76')
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../fix-Makefile-ssl-FTBFS.patch
+  patch -Np1 -i ../migrate-from-SSLv3.patch
+}
+
+build() {
+  cd $pkgname
+  make prefix=/usr
+}
+
+package() {
+  cd $pkgname
+  make prefix=/usr DESTDIR="$pkgdir" install
+}

Copied: proxytunnel/repos/community-staging-i686/fix-Makefile-ssl-FTBFS.patch 
(from rev 212979, proxytunnel/trunk/fix-Makefile-ssl-FTBFS.patch)
===
--- community-staging-i686/fix-Makefile-ssl-FTBFS.patch 
(rev 0)
+++ community-staging-i686/fix-Makefile-ssl-FTBFS.patch 2017-02-17 21:18:50 UTC 
(rev 212980)
@@ -0,0 +1,11 @@
+--- a/Makefile
 b/Makefile
+@@ -48,7 +48,7 @@
+ 
+ # END system dependant block
+ 
+-SSL_LIBS := $(shell pkg-config --libs libssl 2>/dev/null)
++#SSL_LIBS := $(shell pkg-config --libs libssl 2>/dev/null)
+ ifeq ($(SSL_LIBS),)
+ SSL_LIBS := $(shell pkg-config --libs openssl 2>/dev/null)
+ endif

Copied: proxytunnel/repos/community-staging-i686/migrate-from-SSLv3.patch (from 
rev 212979, proxytunnel/trunk/migrate-from-SSLv3.patch)
===
--- community-staging-i686/migrate-from-SSLv3.patch 
(rev 0)
+++ community-staging-i686/migrate-from-SSLv3.patch 2017-02-17 21:18:50 UTC 
(rev 212980)
@@ -0,0 +1,12 @@
+diff -upr proxytunnel-1.9.0.orig/ptstream.c proxytunnel-1.9.0/ptstream.c
+--- proxytunnel-1.9.0.orig/ptstream.c  2008-02-27 01:27:27.0 +0200
 proxytunnel-1.9.0/ptstream.c   2016-03-02 20:43:32.909153946 +0200
+@@ -167,7 +167,7 @@
+   SSLeay_add_ssl_algorithms();
+   SSL_load_error_strings();
+ 
+-  ctx = SSL_CTX_new (SSLv3_client_method());
++  ctx = SSL_CTX_new (SSLv23_client_method());
+   ssl = SSL_new (ctx);
+ 
+   if (args_info.verbose_flag) {

Copied: proxytunnel/repos/community-staging-x86_64/PKGBUILD (from rev 212979, 
proxytunnel/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 21:18:50 UTC (rev 212980)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Georg Grabler 

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

2017-02-17 Thread Sergej Pupykin
Date: Friday, February 17, 2017 @ 21:18:54
  Author: spupykin
Revision: 212981

upgpkg: psqlodbc 09.03.0400-3

upd

Modified:
  psqlodbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 21:18:50 UTC (rev 212980)
+++ PKGBUILD2017-02-17 21:18:54 UTC (rev 212981)
@@ -5,7 +5,7 @@
 
 pkgname=psqlodbc
 pkgver=09.03.0400
-pkgrel=2
+pkgrel=3
 pkgdesc="PostgreSQL ODBC driver"
 arch=('i686' 'x86_64')
 license=('GPL')


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

2017-02-17 Thread Sergej Pupykin
Date: Friday, February 17, 2017 @ 21:18:29
  Author: spupykin
Revision: 212978

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

Added:
  prosody/repos/community-staging-i686/
  prosody/repos/community-staging-i686/PKGBUILD
(from rev 212977, prosody/trunk/PKGBUILD)
  prosody/repos/community-staging-i686/fix-config.patch
(from rev 212977, prosody/trunk/fix-config.patch)
  prosody/repos/community-staging-i686/prosody.install
(from rev 212977, prosody/trunk/prosody.install)
  prosody/repos/community-staging-i686/prosody.logrotated
(from rev 212977, prosody/trunk/prosody.logrotated)
  prosody/repos/community-staging-i686/prosody.service
(from rev 212977, prosody/trunk/prosody.service)
  prosody/repos/community-staging-i686/prosody.tmpfile.d
(from rev 212977, prosody/trunk/prosody.tmpfile.d)
  prosody/repos/community-staging-i686/sysuser.conf
(from rev 212977, prosody/trunk/sysuser.conf)
  prosody/repos/community-staging-x86_64/
  prosody/repos/community-staging-x86_64/PKGBUILD
(from rev 212977, prosody/trunk/PKGBUILD)
  prosody/repos/community-staging-x86_64/fix-config.patch
(from rev 212977, prosody/trunk/fix-config.patch)
  prosody/repos/community-staging-x86_64/prosody.install
(from rev 212977, prosody/trunk/prosody.install)
  prosody/repos/community-staging-x86_64/prosody.logrotated
(from rev 212977, prosody/trunk/prosody.logrotated)
  prosody/repos/community-staging-x86_64/prosody.service
(from rev 212977, prosody/trunk/prosody.service)
  prosody/repos/community-staging-x86_64/prosody.tmpfile.d
(from rev 212977, prosody/trunk/prosody.tmpfile.d)
  prosody/repos/community-staging-x86_64/sysuser.conf
(from rev 212977, prosody/trunk/sysuser.conf)

-+
 community-staging-i686/PKGBUILD |   88 ++
 community-staging-i686/fix-config.patch |   44 +
 community-staging-i686/prosody.install  |   23 ++
 community-staging-i686/prosody.logrotated   |9 ++
 community-staging-i686/prosody.service  |   14 
 community-staging-i686/prosody.tmpfile.d|1 
 community-staging-i686/sysuser.conf |3 
 community-staging-x86_64/PKGBUILD   |   88 ++
 community-staging-x86_64/fix-config.patch   |   44 +
 community-staging-x86_64/prosody.install|   23 ++
 community-staging-x86_64/prosody.logrotated |9 ++
 community-staging-x86_64/prosody.service|   14 
 community-staging-x86_64/prosody.tmpfile.d  |1 
 community-staging-x86_64/sysuser.conf   |3 
 14 files changed, 364 insertions(+)

Copied: prosody/repos/community-staging-i686/PKGBUILD (from rev 212977, 
prosody/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 21:18:29 UTC (rev 212978)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Old Maintainer: Dwayne Bent 
+# Old Maintainer: Tilman Vatteroth 
+# Contributor: Paul-Sebastian Manole 
+# Contributor: Timothée Ravier 
+# Contributor: Christoph Stahl 
+
+pkgname=prosody
+pkgrel=2
+_revision=41f783d4e127
+pkgver=0.10.r7900+.41f783d4e127+
+pkgver() {
+  cd "$srcdir/prosody-hg"
+  printf "0.10.r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
+}
+pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua 
(development build from trunk-branch)"
+arch=('i686' 'x86_64')
+url="https://prosody.im/;
+license=('MIT')
+depends=('lua51' 'lua51-socket' 'lua51-expat' 'lua51-filesystem' 'libidn'
+ 'openssl')
+makedepends=('mercurial')
+conflicts=('prosody')
+provides=('prosody')
+optdepends=('lua51-sec: TLS encryption support'
+   'lua51-bitop: websocket support'
+   'lua51-event: libevent support')
+install=prosody.install
+backup=('etc/prosody/prosody.cfg.lua')
+source=("prosody-hg::hg+https://hg.prosody.im/trunk#revision=${_revision};
+'prosody.tmpfile.d'
+'sysuser.conf'
+'prosody.service')
+md5sums=('SKIP'
+ 'dc8405a6a235b83dc8a0dcdf7b71cbaa'
+ '385ca73d9f6046f3636266ce9bf38797'
+ 'e5957c72ed81f9ade2dd7a08bec21fdb')
+
+prepare() {
+  cd prosody-hg
+
+  # disable logging to output and activate syslog
+  sed -i s/"info = "/"-- info = "/g prosody.cfg.lua.dist
+  sed -i s/"error = "/"-- error = "/g prosody.cfg.lua.dist
+  sed -i s/"--\ \"\*syslog\"\;"/"\"*syslog\"\;"/g prosody.cfg.lua.dist
+
+  # add pidfile and daemonize
+  # daemonize is important for systemd!
+  mv prosody.cfg.lua.dist prosody.cfg.lua.old
+
+  echo --Important for systemd >> prosody.cfg.lua.dist
+  echo -- daemonize is important for systemd. if you set this to false the 
systemd startup will freeze. >> 

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

2017-02-17 Thread Sergej Pupykin
Date: Friday, February 17, 2017 @ 21:18:34
  Author: spupykin
Revision: 212979

upgpkg: proxytunnel 1.9.0.253-2

upd

Modified:
  proxytunnel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 21:18:29 UTC (rev 212978)
+++ PKGBUILD2017-02-17 21:18:34 UTC (rev 212979)
@@ -4,7 +4,7 @@
 
 pkgname=proxytunnel
 pkgver=1.9.0.253
-pkgrel=1
+pkgrel=2
 pkgdesc="a program that connects stdin and stdout to a server somewhere on the 
network, through a standard HTTPS proxy"
 arch=('i686' 'x86_64')
 url="http://proxytunnel.sourceforge.net;


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

2017-02-17 Thread Sergej Pupykin
Date: Friday, February 17, 2017 @ 21:17:58
  Author: spupykin
Revision: 212977

upgpkg: prosody 0.10.r7900+.41f783d4e127+-2

upd

Modified:
  prosody/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 21:14:39 UTC (rev 212976)
+++ PKGBUILD2017-02-17 21:17:58 UTC (rev 212977)
@@ -7,7 +7,7 @@
 # Contributor: Christoph Stahl 
 
 pkgname=prosody
-pkgrel=1
+pkgrel=2
 _revision=41f783d4e127
 pkgver=0.10.r7900+.41f783d4e127+
 pkgver() {


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

2017-02-17 Thread Balló György
Date: Friday, February 17, 2017 @ 21:14:39
  Author: bgyorgy
Revision: 212976

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-17 21:14:33 UTC (rev 212975)
+++ community-i686/PKGBUILD 2017-02-17 21:14:39 UTC (rev 212976)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli   
-
-pkgname=gpsmanshp
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="A Tcl package to read and write shapefiles"
-arch=('i686' 'x86_64')
-url="http://gpsmanshp.sourceforge.net/;
-license=('GPL')
-depends=('glibc' 'shapelib' 'tcl')
-source=("http://sourceforge.net/projects/$pkgname/files/distr/${pkgname}_$pkgver.tgz;)
-md5sums=('ae25451d75c6c2b281074e13c1da29cd')
-
-prepare() {
-  cd "${pkgname}_$pkgver"
-  sed -i "s|8.4|8.6|g" Makefile8.5
-}
-
-build() {
-  cd "${pkgname}_$pkgver"
-  make -f Makefile8.5 TCLVERSION=8.6
-}
-
-package() {
-  cd "${pkgname}_$pkgver"
-  install -d "$pkgdir"/usr/lib/gpsmanshp
-  make -f Makefile8.5 TCLVERSION=8.6 INSTALLDIR="$pkgdir"/usr/lib/gpsmanshp 
install
-}

Copied: gpsmanshp/repos/community-i686/PKGBUILD (from rev 212975, 
gpsmanshp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-17 21:14:39 UTC (rev 212976)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Federico Cinelli   
+
+pkgname=gpsmanshp
+pkgver=1.2.3
+pkgrel=2
+pkgdesc="A Tcl package to read and write shapefiles"
+arch=('i686' 'x86_64')
+url="http://gpsmanshp.sourceforge.net/;
+license=('GPL')
+depends=('glibc' 'shapelib' 'tcl')
+source=("http://sourceforge.net/projects/$pkgname/files/distr/${pkgname}_$pkgver.tgz;)
+md5sums=('ae25451d75c6c2b281074e13c1da29cd')
+
+prepare() {
+  cd "${pkgname}_$pkgver"
+  sed -i "s|8.4|8.6|g" Makefile8.5
+}
+
+build() {
+  cd "${pkgname}_$pkgver"
+  make -f Makefile8.5 TCLVERSION=8.6
+}
+
+package() {
+  cd "${pkgname}_$pkgver"
+  install -d "$pkgdir"/usr/lib/gpsmanshp
+  make -f Makefile8.5 TCLVERSION=8.6 INSTALLDIR="$pkgdir"/usr/lib/gpsmanshp 
install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-17 21:14:33 UTC (rev 212975)
+++ community-x86_64/PKGBUILD   2017-02-17 21:14:39 UTC (rev 212976)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli   
-
-pkgname=gpsmanshp
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="A Tcl package to read and write shapefiles"
-arch=('i686' 'x86_64')
-url="http://gpsmanshp.sourceforge.net/;
-license=('GPL')
-depends=('glibc' 'shapelib' 'tcl')
-source=("http://sourceforge.net/projects/$pkgname/files/distr/${pkgname}_$pkgver.tgz;)
-md5sums=('ae25451d75c6c2b281074e13c1da29cd')
-
-prepare() {
-  cd "${pkgname}_$pkgver"
-  sed -i "s|8.4|8.6|g" Makefile8.5
-}
-
-build() {
-  cd "${pkgname}_$pkgver"
-  make -f Makefile8.5 TCLVERSION=8.6
-}
-
-package() {
-  cd "${pkgname}_$pkgver"
-  install -d "$pkgdir"/usr/lib/gpsmanshp
-  make -f Makefile8.5 TCLVERSION=8.6 INSTALLDIR="$pkgdir"/usr/lib/gpsmanshp 
install
-}

Copied: gpsmanshp/repos/community-x86_64/PKGBUILD (from rev 212975, 
gpsmanshp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-17 21:14:39 UTC (rev 212976)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Federico Cinelli   
+
+pkgname=gpsmanshp
+pkgver=1.2.3
+pkgrel=2
+pkgdesc="A Tcl package to read and write shapefiles"
+arch=('i686' 'x86_64')
+url="http://gpsmanshp.sourceforge.net/;
+license=('GPL')
+depends=('glibc' 'shapelib' 'tcl')
+source=("http://sourceforge.net/projects/$pkgname/files/distr/${pkgname}_$pkgver.tgz;)
+md5sums=('ae25451d75c6c2b281074e13c1da29cd')
+
+prepare() {
+  cd "${pkgname}_$pkgver"
+  sed -i "s|8.4|8.6|g" Makefile8.5
+}
+
+build() {
+  cd "${pkgname}_$pkgver"
+  make -f Makefile8.5 TCLVERSION=8.6
+}
+
+package() {
+  cd "${pkgname}_$pkgver"
+  install -d "$pkgdir"/usr/lib/gpsmanshp
+  make -f Makefile8.5 TCLVERSION=8.6 INSTALLDIR="$pkgdir"/usr/lib/gpsmanshp 
install
+}


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

2017-02-17 Thread Balló György
Date: Friday, February 17, 2017 @ 21:14:33
  Author: bgyorgy
Revision: 212975

upgpkg: gpsmanshp 1.2.3-2

Rebuild with shared shapelib

Modified:
  gpsmanshp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 21:13:11 UTC (rev 212974)
+++ PKGBUILD2017-02-17 21:14:33 UTC (rev 212975)
@@ -3,7 +3,7 @@
 
 pkgname=gpsmanshp
 pkgver=1.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A Tcl package to read and write shapefiles"
 arch=('i686' 'x86_64')
 url="http://gpsmanshp.sourceforge.net/;


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

2017-02-17 Thread Balló György
Date: Friday, February 17, 2017 @ 21:13:11
  Author: bgyorgy
Revision: 212974

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-17 21:13:05 UTC (rev 212973)
+++ community-i686/PKGBUILD 2017-02-17 21:13:11 UTC (rev 212974)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gen2shp
-pkgver=0.3.1
-pkgrel=9
-pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('i686' 'x86_64')
-url='http://www.intevation.de/~jan/gen2shp/'
-license=('GPL')
-depends=('glibc' 'shapelib')
-source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz;)
-md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # fix conflicting function names
-  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
-  sed -i 's:libshp/::' gen2shp.c
-  sed -i 's/-lshp gen2shp.c utils.o/gen2shp.c utils.o -lshp/' Makefile
-  make CFLAGS="$CFLAGS"
-
-}
-
-package() {
-  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
-}

Copied: gen2shp/repos/community-i686/PKGBUILD (from rev 212973, 
gen2shp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-17 21:13:11 UTC (rev 212974)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gen2shp
+pkgver=0.3.1
+pkgrel=10
+pkgdesc='Converts ArcInfo generate format to shapefile format'
+arch=('i686' 'x86_64')
+url='http://www.intevation.de/~jan/gen2shp/'
+license=('GPL')
+depends=('glibc' 'shapelib')
+source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz;)
+md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # fix conflicting function names
+  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
+  sed -i 's:libshp/::' gen2shp.c
+  sed -i 's/-lshp gen2shp.c utils.o/gen2shp.c utils.o -lshp/' Makefile
+  make CFLAGS="$CFLAGS"
+
+}
+
+package() {
+  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-17 21:13:05 UTC (rev 212973)
+++ community-x86_64/PKGBUILD   2017-02-17 21:13:11 UTC (rev 212974)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gen2shp
-pkgver=0.3.1
-pkgrel=9
-pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('i686' 'x86_64')
-url='http://www.intevation.de/~jan/gen2shp/'
-license=('GPL')
-depends=('glibc' 'shapelib')
-source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz;)
-md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # fix conflicting function names
-  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
-  sed -i 's:libshp/::' gen2shp.c
-  sed -i 's/-lshp gen2shp.c utils.o/gen2shp.c utils.o -lshp/' Makefile
-  make CFLAGS="$CFLAGS"
-
-}
-
-package() {
-  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
-}

Copied: gen2shp/repos/community-x86_64/PKGBUILD (from rev 212973, 
gen2shp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-17 21:13:11 UTC (rev 212974)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gen2shp
+pkgver=0.3.1
+pkgrel=10
+pkgdesc='Converts ArcInfo generate format to shapefile format'
+arch=('i686' 'x86_64')
+url='http://www.intevation.de/~jan/gen2shp/'
+license=('GPL')
+depends=('glibc' 'shapelib')
+source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz;)
+md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
+
+build() {
+  cd 

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

2017-02-17 Thread Balló György
Date: Friday, February 17, 2017 @ 21:13:05
  Author: bgyorgy
Revision: 212973

upgpkg: gen2shp 0.3.1-10

Rebuild with shared shapelib

Modified:
  gen2shp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 21:09:41 UTC (rev 212972)
+++ PKGBUILD2017-02-17 21:13:05 UTC (rev 212973)
@@ -4,7 +4,7 @@
 
 pkgname=gen2shp
 pkgver=0.3.1
-pkgrel=9
+pkgrel=10
 pkgdesc='Converts ArcInfo generate format to shapefile format'
 arch=('i686' 'x86_64')
 url='http://www.intevation.de/~jan/gen2shp/'


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

2017-02-17 Thread Balló György
Date: Friday, February 17, 2017 @ 21:09:41
  Author: bgyorgy
Revision: 212972

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

Added:
  shapelib/repos/community-i686/PKGBUILD
(from rev 212971, shapelib/trunk/PKGBUILD)
  shapelib/repos/community-x86_64/PKGBUILD
(from rev 212971, shapelib/trunk/PKGBUILD)
Deleted:
  shapelib/repos/community-i686/LICENSE
  shapelib/repos/community-i686/PKGBUILD
  shapelib/repos/community-x86_64/LICENSE
  shapelib/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-i686/LICENSE|   21 -
 community-i686/PKGBUILD   |   40 -
 community-x86_64/LICENSE  |   21 -
 community-x86_64/PKGBUILD |   40 -
 5 files changed, 52 insertions(+), 122 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2017-02-17 21:09:35 UTC (rev 212971)
+++ community-i686/LICENSE  2017-02-17 21:09:41 UTC (rev 212972)
@@ -1,21 +0,0 @@
-Copyright
-The source for the Shapefile C Library is (c) 1998 Frank Warmerdam, and 
released under the following conditions. The intent is that anyone can do 
anything with the code, but that I do not assume any liability, nor express any 
warranty for this code.
-
-As of Shapelib 1.2.6 the core portions of the library are made available under 
two possible licenses. The licensee can choose to use the code under either the 
Library GNU Public License (LGPL) described in LICENSE.LGPL or under the 
following MIT style license. Any files in the Shapelib distribution without 
explicit copyright license terms (such as this documentation, the Makefile and 
so forth) should be considered to have the following licensing terms. Some 
auxilary portions of Shapelib, notably some of the components in the contrib 
directory come under slightly different license restrictions. Check the source 
files that you are actually using for conditions.
-
-Default License Terms
-Copyright (c) 1999, Frank Warmerdam
-
-This software is available under the following "MIT Style" license, or at the 
option of the licensee under the LGPL (see LICENSE.LGPL). This option is 
discussed in more detail in shapelib.html.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.
-
-Shapelib Modifications
-I am pleased to receive bug fixes, and improvements for Shapelib. Unless the 
submissions indicate otherwise I will assume that changes submitted to me 
remain under the the above "dual license" terms. If changes are made to the 
library with the intention that those changes should be protected by the LGPL 
then I should be informed upon submission. Note that I will not generally 
incorporate changes into the core of Shapelib that are protected under the LGPL 
as this would effectively limit the whole file and distribution to LGPL terms.
-
-Opting for LGPL
-For licensee's opting to use Shapelib under LGPL as opposed to the MIT Style 
license above, and wishing to redistribute the software based on Shapelib, I 
would ask that all "dual license" modules be updated to indicate that only the 
LGPL (and not the MIT Style license) applies. This action represents opting for 
the LGPL, and thereafter LGPL terms apply to any redistribution and 
modification of the affected modules.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-17 21:09:35 UTC (rev 212971)
+++ community-i686/PKGBUILD 2017-02-17 21:09:41 UTC (rev 212972)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Federico Cinelli 
-# Contributor: Bob Finch 
-
-pkgname=shapelib
-pkgver=1.3.0
-pkgrel=5
-pkgdesc='simple C API for reading and writing ESRI Shapefiles'
-arch=('i686' 'x86_64')

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

2017-02-17 Thread Balló György
Date: Friday, February 17, 2017 @ 21:09:35
  Author: bgyorgy
Revision: 212971

upgpkg: shapelib 1.4.0-1

Update to version 1.4.0

Modified:
  shapelib/trunk/PKGBUILD
Deleted:
  shapelib/trunk/LICENSE

--+
 LICENSE  |   21 -
 PKGBUILD |   34 ++
 2 files changed, 10 insertions(+), 45 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-02-17 18:17:47 UTC (rev 212970)
+++ LICENSE 2017-02-17 21:09:35 UTC (rev 212971)
@@ -1,21 +0,0 @@
-Copyright
-The source for the Shapefile C Library is (c) 1998 Frank Warmerdam, and 
released under the following conditions. The intent is that anyone can do 
anything with the code, but that I do not assume any liability, nor express any 
warranty for this code.
-
-As of Shapelib 1.2.6 the core portions of the library are made available under 
two possible licenses. The licensee can choose to use the code under either the 
Library GNU Public License (LGPL) described in LICENSE.LGPL or under the 
following MIT style license. Any files in the Shapelib distribution without 
explicit copyright license terms (such as this documentation, the Makefile and 
so forth) should be considered to have the following licensing terms. Some 
auxilary portions of Shapelib, notably some of the components in the contrib 
directory come under slightly different license restrictions. Check the source 
files that you are actually using for conditions.
-
-Default License Terms
-Copyright (c) 1999, Frank Warmerdam
-
-This software is available under the following "MIT Style" license, or at the 
option of the licensee under the LGPL (see LICENSE.LGPL). This option is 
discussed in more detail in shapelib.html.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.
-
-Shapelib Modifications
-I am pleased to receive bug fixes, and improvements for Shapelib. Unless the 
submissions indicate otherwise I will assume that changes submitted to me 
remain under the the above "dual license" terms. If changes are made to the 
library with the intention that those changes should be protected by the LGPL 
then I should be informed upon submission. Note that I will not generally 
incorporate changes into the core of Shapelib that are protected under the LGPL 
as this would effectively limit the whole file and distribution to LGPL terms.
-
-Opting for LGPL
-For licensee's opting to use Shapelib under LGPL as opposed to the MIT Style 
license above, and wishing to redistribute the software based on Shapelib, I 
would ask that all "dual license" modules be updated to indicate that only the 
LGPL (and not the MIT Style license) applies. This action represents opting for 
the LGPL, and thereafter LGPL terms apply to any redistribution and 
modification of the affected modules.

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 18:17:47 UTC (rev 212970)
+++ PKGBUILD2017-02-17 21:09:35 UTC (rev 212971)
@@ -4,37 +4,23 @@
 # Contributor: Bob Finch 
 
 pkgname=shapelib
-pkgver=1.3.0
-pkgrel=5
-pkgdesc='simple C API for reading and writing ESRI Shapefiles'
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Simple C API for reading and writing ESRI Shapefiles'
 arch=('i686' 'x86_64')
 url='http://shapelib.maptools.org/'
-license=('LGPL' 'MIT')
-options=('staticlibs')
-source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.gz
-LICENSE)
-sha256sums=('23d474016158ab5077db2f599527631706ba5c0dc7c4178a6a1d685bb014f68f'
-'67e45b04045e27a9d6f64f92b295831b8739b32668ce497d3fa02999e349a789')
+license=('LGPL')
+depends=('gcc-libs' 'proj')
+source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('3eddd5f2690f2cf18d8d9798267537a2102a289020b9818f9a31eb626f91a7a1')
 
 build() {
   cd $pkgname-$pkgver
-  
-  sed -i -e s:'-fPIC':"${CFLAGS} -fPIC": Makefile
-  make lib
+  ./configure --prefix=/usr
+  make
 }
 
 package() {
   cd 

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

2017-02-17 Thread Jan Steffens
Date: Friday, February 17, 2017 @ 20:50:23
  Author: heftig
Revision: 289114

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-17 20:49:47 UTC (rev 289113)
+++ extra-i686/PKGBUILD 2017-02-17 20:50:23 UTC (rev 289114)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.22.1
-pkgrel=1
-pkgdesc="Clipboard management system"
-url="http://www.imagination-land.org/tags/GPaste.html;
-license=(GPL3)
-arch=(i686 x86_64)
-depends=(gtk3)
-makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center git)
-optdepends=("wgetpaste: Upload clipboard contents")
-options=(!emptydirs)
-_commit=7fd674ec05104f047a5d74897ff89416f8ef7cb2  # tags/v3.22.1^0
-source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc \
---enable-vala --enable-applet
-  make
-}
-
-check () {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 data/completions/gpaste-client \
-"$pkgdir/usr/share/bash-completion/completions/gpaste-client"
-  install -Dm644 data/completions/_gpaste-client \
-"$pkgdir/usr/share/zsh/site-functions/_gpaste-client"
-
-  # Don't autostart the applet, ever
-  rm "$pkgdir/etc/xdg/autostart/org.gnome.GPaste.Applet.desktop"
-}

Copied: gpaste/repos/extra-i686/PKGBUILD (from rev 289113, 
gpaste/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-17 20:50:23 UTC (rev 289114)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.22.2
+pkgrel=1
+pkgdesc="Clipboard management system"
+url="http://www.imagination-land.org/tags/GPaste.html;
+license=(GPL3)
+arch=(i686 x86_64)
+depends=(gtk3)
+makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center git)
+optdepends=("wgetpaste: Upload clipboard contents")
+options=(!emptydirs)
+_commit=f84c623ba49daeb3ffb8a0853f1716ff1f5ff28d  # tags/v3.22.2^0
+source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc \
+--enable-vala --enable-applet
+  make
+}
+
+check () {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 data/completions/gpaste-client \
+"$pkgdir/usr/share/bash-completion/completions/gpaste-client"
+  install -Dm644 data/completions/_gpaste-client \
+"$pkgdir/usr/share/zsh/site-functions/_gpaste-client"
+
+  # Don't autostart the applet, ever
+  rm "$pkgdir/etc/xdg/autostart/org.gnome.GPaste.Applet.desktop"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-17 20:49:47 UTC (rev 289113)
+++ extra-x86_64/PKGBUILD   2017-02-17 20:50:23 UTC (rev 289114)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.22.1
-pkgrel=1
-pkgdesc="Clipboard management system"
-url="http://www.imagination-land.org/tags/GPaste.html;
-license=(GPL3)
-arch=(i686 x86_64)
-depends=(gtk3)
-makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center git)
-optdepends=("wgetpaste: Upload clipboard contents")
-options=(!emptydirs)
-_commit=7fd674ec05104f047a5d74897ff89416f8ef7cb2  # tags/v3.22.1^0
-source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc \
---enable-vala --enable-applet
-  make

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

2017-02-17 Thread Jan Steffens
Date: Friday, February 17, 2017 @ 20:49:47
  Author: heftig
Revision: 289113

3.22.2-1

Modified:
  gpaste/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 20:02:20 UTC (rev 289112)
+++ PKGBUILD2017-02-17 20:49:47 UTC (rev 289113)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gpaste
-pkgver=3.22.1
+pkgver=3.22.2
 pkgrel=1
 pkgdesc="Clipboard management system"
 url="http://www.imagination-land.org/tags/GPaste.html;
@@ -12,7 +12,7 @@
 makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center git)
 optdepends=("wgetpaste: Upload clipboard contents")
 options=(!emptydirs)
-_commit=7fd674ec05104f047a5d74897ff89416f8ef7cb2  # tags/v3.22.1^0
+_commit=f84c623ba49daeb3ffb8a0853f1716ff1f5ff28d  # tags/v3.22.2^0
 source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in (quazip)

2017-02-17 Thread Antonio Rojas
Date: Friday, February 17, 2017 @ 20:02:20
  Author: arojas
Revision: 289112

No longer needed

Deleted:
  quazip/


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

2017-02-17 Thread Antonio Rojas
Date: Friday, February 17, 2017 @ 20:00:18
  Author: arojas
Revision: 289109

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-17 19:59:42 UTC (rev 289108)
+++ extra-i686/PKGBUILD 2017-02-17 20:00:18 UTC (rev 289109)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Gustavo Alvarez 
-
-pkgbase=marble
-pkgname=(marble marble-data)
-pkgver=16.12.2
-pkgrel=1
-pkgdesc="Desktop Globe"
-arch=(i686 x86_64)
-url="https://www.kde.org/applications/system/marble;
-license=(GPL)
-makedepends=(extra-cmake-modules gpsd quazip libwlocate phonon-qt5 qt5-webkit 
krunner
- kparts knewstuff qt5-tools kdoctools qt5-serialport 
plasma-workspace)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('83bc30b139eca4f4e511e3ea2587dd0d'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-
-  # only build the KDE app
-  sed -e '/mobile/d' \
-  -e '/qt/d'  \
-  -e '/Quick/d' \
-  -e '/touch/d' \
-  -i $pkgname-$pkgver/src/apps/CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_SYSCONFDIR=/etc \
--DQT_PLUGINS_DIR=lib/qt/plugins \
--DBUILD_TESTING=OFF \
--DBUILD_MARBLE_EXAMPLES=OFF \
--DBUILD_MARBLE_TESTS=OFF \
--DMOBILE=OFF
-  make
-}
-
-package_marble() {
-  depends=(marble-data qt5-webkit kparts knewstuff quazip)
-  optdepends=('gpsd: GPS based geolocation'
-'qt5-serialport: APRS plugin'
-'libwlocate: WLAN based geolocation'
-'krunner: Krunner plugin')
-  conflicts=('kdeedu-marble<15.04.3-3' marble-qt libastro libmarble4)
-  replaces=(kdeedu-marble 'marble-qt<15.07' libastro)
-  groups=(kde-applications kdeedu)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# provided by marble-data
-  rm -r "$pkgdir"/usr/share/{icons,marble/data,mime}
-}
-
-package_marble-data() {
-  pkgdesc='Data for Marble'
-  depends=(hicolor-icon-theme)
-  conflicts=('kdeedu-marble<15.07' 'marble<15.07.80-3' marble-qt)
-
-  cd build/data
-  make DESTDIR="$pkgdir" install
-}

Copied: marble/repos/extra-i686/PKGBUILD (from rev 289108, 
marble/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-17 20:00:18 UTC (rev 289109)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Gustavo Alvarez 
+
+pkgbase=marble
+pkgname=(marble marble-data)
+pkgver=16.12.2
+pkgrel=2
+pkgdesc="Desktop Globe"
+arch=(i686 x86_64)
+url="https://www.kde.org/applications/system/marble;
+license=(GPL)
+makedepends=(extra-cmake-modules gpsd libwlocate phonon-qt5 qt5-webkit krunner
+ kparts knewstuff qt5-tools kdoctools qt5-serialport 
plasma-workspace)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('83bc30b139eca4f4e511e3ea2587dd0d'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+
+  # only build the KDE app
+  sed -e '/mobile/d' \
+  -e '/qt/d'  \
+  -e '/Quick/d' \
+  -e '/touch/d' \
+  -i $pkgname-$pkgver/src/apps/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_SYSCONFDIR=/etc \
+-DQT_PLUGINS_DIR=lib/qt/plugins \
+-DBUILD_TESTING=OFF \
+-DBUILD_MARBLE_EXAMPLES=OFF \
+-DBUILD_MARBLE_TESTS=OFF \
+-DMOBILE=OFF
+  make
+}
+
+package_marble() {
+  depends=(marble-data qt5-webkit kparts knewstuff)
+  optdepends=('gpsd: GPS based geolocation'
+'qt5-serialport: APRS plugin'
+'libwlocate: WLAN based geolocation'
+'krunner: Krunner plugin')
+ 

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

2017-02-17 Thread Antonio Rojas
Date: Friday, February 17, 2017 @ 19:59:42
  Author: arojas
Revision: 289108

Drop quazip dependency (FS#52989)

Modified:
  marble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 19:03:09 UTC (rev 289107)
+++ PKGBUILD2017-02-17 19:59:42 UTC (rev 289108)
@@ -7,12 +7,12 @@
 pkgbase=marble
 pkgname=(marble marble-data)
 pkgver=16.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop Globe"
 arch=(i686 x86_64)
 url="https://www.kde.org/applications/system/marble;
 license=(GPL)
-makedepends=(extra-cmake-modules gpsd quazip libwlocate phonon-qt5 qt5-webkit 
krunner
+makedepends=(extra-cmake-modules gpsd libwlocate phonon-qt5 qt5-webkit krunner
  kparts knewstuff qt5-tools kdoctools qt5-serialport 
plasma-workspace)
 
source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 md5sums=('83bc30b139eca4f4e511e3ea2587dd0d'
@@ -46,7 +46,7 @@
 }
 
 package_marble() {
-  depends=(marble-data qt5-webkit kparts knewstuff quazip)
+  depends=(marble-data qt5-webkit kparts knewstuff)
   optdepends=('gpsd: GPS based geolocation'
 'qt5-serialport: APRS plugin'
 'libwlocate: WLAN based geolocation'


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

2017-02-17 Thread Jan Steffens
Date: Friday, February 17, 2017 @ 19:01:18
  Author: heftig
Revision: 289105

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

Added:
  grilo/repos/extra-i686/0001-build-Improve-docs-and-introspection.patch
(from rev 289104, 
grilo/trunk/0001-build-Improve-docs-and-introspection.patch)
  grilo/repos/extra-i686/PKGBUILD
(from rev 289104, grilo/trunk/PKGBUILD)
  grilo/repos/extra-x86_64/0001-build-Improve-docs-and-introspection.patch
(from rev 289104, 
grilo/trunk/0001-build-Improve-docs-and-introspection.patch)
  grilo/repos/extra-x86_64/PKGBUILD
(from rev 289104, grilo/trunk/PKGBUILD)
Deleted:
  grilo/repos/extra-i686/PKGBUILD
  grilo/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   92 
 extra-i686/0001-build-Improve-docs-and-introspection.patch   |  193 ++
 extra-i686/PKGBUILD  |   44 --
 extra-x86_64/0001-build-Improve-docs-and-introspection.patch |  193 ++
 extra-x86_64/PKGBUILD|   44 --
 5 files changed, 478 insertions(+), 88 deletions(-)

Copied: grilo/repos/extra-i686/0001-build-Improve-docs-and-introspection.patch 
(from rev 289104, grilo/trunk/0001-build-Improve-docs-and-introspection.patch)
===
--- extra-i686/0001-build-Improve-docs-and-introspection.patch  
(rev 0)
+++ extra-i686/0001-build-Improve-docs-and-introspection.patch  2017-02-17 
19:01:18 UTC (rev 289105)
@@ -0,0 +1,193 @@
+From 6cee8f8afb1b6c5398faf75b7b96bd2d4eaebde7 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Thu, 16 Feb 2017 01:24:48 +0100
+Subject: [PATCH] build: Improve docs and introspection
+
+---
+ doc/grilo/Makefile.am  | 12 
+ doc/grilo/meson.build  | 10 +-
+ doc/grilo/writing-apps.xml | 10 +-
+ libs/meson.build   |  2 ++
+ libs/net/meson.build   | 13 -
+ libs/pls/meson.build   |  9 ++---
+ src/meson.build|  1 +
+ 7 files changed, 39 insertions(+), 18 deletions(-)
+
+diff --git a/doc/grilo/Makefile.am b/doc/grilo/Makefile.am
+index 11ce4220c45cbec6..4f2ed610cf44df24 100644
+--- a/doc/grilo/Makefile.am
 b/doc/grilo/Makefile.am
+@@ -74,6 +74,18 @@ IGNORE_HFILES=config.h \
+ # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
+ HTML_IMAGES=
+ 
++program_listings = \
++  configuring-plugins.c \
++  browsing.c \
++  searching.c \
++  multivalues.c \
++  efficient-metadata-resolution.c
++
++%.c: $(top_srcdir)/examples/%.c
++  cp -f $< $@
++
++html-build.stamp: $(program_listings)
++
+ # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
+ # e.g. content_files=running.sgml building.sgml changes-2.0.sgml
+ content_files=overview.xml\
+diff --git a/doc/grilo/meson.build b/doc/grilo/meson.build
+index 299c28b6fd4df45a..e86c6784a41dbb6c 100644
+--- a/doc/grilo/meson.build
 b/doc/grilo/meson.build
+@@ -11,7 +11,10 @@ types = configure_file(input : 'grilo.types',
+ 
+ gnome.gtkdoc('grilo',
+ main_sgml: 'grilo-docs.sgml',
+-src_dir: join_paths(meson.source_root(), 'src'),
++src_dir: [
++join_paths(meson.source_root(), 'src'),
++join_paths(meson.source_root(), 'libs'),
++],
+ dependencies: libgrl_dep,
+ gobject_typesfile: types,
+ install: true,
+@@ -22,5 +25,10 @@ gnome.gtkdoc('grilo',
+ 'quick-start.xml',
+ 'writing-apps.xml',
+ 'overview.xml',
++join_paths(meson.source_root(), 'examples', 'configuring-plugins.c'),
++join_paths(meson.source_root(), 'examples', 'browsing.c'),
++join_paths(meson.source_root(), 'examples', 'searching.c'),
++join_paths(meson.source_root(), 'examples', 'multivalues.c'),
++join_paths(meson.source_root(), 'examples', 
'efficient-metadata-resolution.c'),
+ ]
+ )
+diff --git a/doc/grilo/writing-apps.xml b/doc/grilo/writing-apps.xml
+index 3f8a86b2c635535f..a301d283d3ca592b 100644
+--- a/doc/grilo/writing-apps.xml
 b/doc/grilo/writing-apps.xml
+@@ -397,7 +397,7 @@
+ application:
+   
+   
+-http://www.w3.org/2001/XInclude"/>
+   
+@@ -418,7 +418,7 @@
+ content from a particular media source (a similar approach
+ can be used for searching content instead of browsing):
+   
+-http://www.w3.org/2001/XInclude"/>
+   
+@@ -473,7 +473,7 @@
+ content by text from a particular media source (Jamendo
+ in this example):
+   
+-http://www.w3.org/2001/XInclude"/>
+   
+@@ -538,7 +538,7 @@
+ to illustrate how to use it:
+   
+   
+-http://www.w3.org/2001/XInclude"/>
+   
+@@ -637,7 +637,7 @@
+ be an acceptable delay.
+   
+   
+-http://www.w3.org/2001/XInclude"/>

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

2017-02-17 Thread Jan Steffens
Date: Friday, February 17, 2017 @ 19:00:51
  Author: heftig
Revision: 289104

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 289103, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 289103, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 289103, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 289103, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch

--+
 /PKGBUILD|  138 +
 /nm-libexecdir.patch |   24 ++
 extra-i686/PKGBUILD  |   69 --
 extra-i686/nm-libexecdir.patch   |   12 ---
 extra-x86_64/PKGBUILD|   69 --
 extra-x86_64/nm-libexecdir.patch |   12 ---
 6 files changed, 162 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-17 19:00:25 UTC (rev 289103)
+++ extra-i686/PKGBUILD 2017-02-17 19:00:51 UTC (rev 289104)
@@ -1,69 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-# Contributor: Flamelab 
+# Contributor: Flamelab [arch-commits] Commit in mutter/repos (8 files)

Date: Friday, February 17, 2017 @ 19:00:25
  Author: heftig
Revision: 289103

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

Added:
  mutter/repos/extra-i686/PKGBUILD
(from rev 289102, mutter/trunk/PKGBUILD)
  mutter/repos/extra-i686/startup-notification.patch
(from rev 289102, mutter/trunk/startup-notification.patch)
  mutter/repos/extra-x86_64/PKGBUILD
(from rev 289102, mutter/trunk/PKGBUILD)
  mutter/repos/extra-x86_64/startup-notification.patch
(from rev 289102, mutter/trunk/startup-notification.patch)
Deleted:
  mutter/repos/extra-i686/PKGBUILD
  mutter/repos/extra-i686/startup-notification.patch
  mutter/repos/extra-x86_64/PKGBUILD
  mutter/repos/extra-x86_64/startup-notification.patch

-+
 /PKGBUILD   |  114 ++
 /startup-notification.patch |   90 +++
 extra-i686/PKGBUILD |   57 ---
 extra-i686/startup-notification.patch   |   45 ---
 extra-x86_64/PKGBUILD   |   57 ---
 extra-x86_64/startup-notification.patch |   45 ---
 6 files changed, 204 insertions(+), 204 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-17 18:57:21 UTC (rev 289102)
+++ extra-i686/PKGBUILD 2017-02-17 19:00:25 UTC (rev 289103)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Ionut Biru 
-# Contributor: Michael Kanis 
-
-pkgname=mutter
-pkgver=3.22.2+6+g06f5b6b3e
-pkgrel=1
-pkgdesc="A window manager for GNOME"
-url="https://git.gnome.org/browse/mutter;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
- libcanberra startup-notification zenity libsm gnome-desktop upower
- libxkbcommon-x11 gnome-settings-daemon libgudev libinput)
-makedepends=(intltool gobject-introspection git gnome-common)
-groups=(gnome)
-options=(!emptydirs)
-_commit=06f5b6b3e37eb96b91b475b1e57a3f1056ab815a  # gnome-3-22
-source=("git+https://git.gnome.org/browse/mutter#commit=$_commit;
-startup-notification.patch)
-sha256sums=('SKIP'
-'5a35ca4794fc361219658d9fae24a3ca21a365f2cb1901702961ac869c759366')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # https://bugs.archlinux.org/task/51940
-  patch -Np1 -i ../startup-notification.patch
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static \
-  --disable-schemas-compile --enable-compile-warnings=minimum \
-  --enable-gtk-doc
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \
-  -i {.,cogl,clutter}/libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: mutter/repos/extra-i686/PKGBUILD (from rev 289102, 
mutter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-17 19:00:25 UTC (rev 289103)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.22.3
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+url="https://git.gnome.org/browse/mutter;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
+ libcanberra startup-notification zenity libsm gnome-desktop upower
+ libxkbcommon-x11 gnome-settings-daemon libgudev libinput)
+makedepends=(intltool gobject-introspection git gnome-common)
+groups=(gnome)
+options=(!emptydirs)
+_commit=afb4165262ac7b51229663fdf859aee2dcc4b4e8  # tags/3.22.3^0
+source=("git+https://git.gnome.org/browse/mutter#commit=$_commit;
+startup-notification.patch)
+sha256sums=('SKIP'
+'5a35ca4794fc361219658d9fae24a3ca21a365f2cb1901702961ac869c759366')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/51940
+  patch -Np1 -i ../startup-notification.patch
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum \
+  --enable-gtk-doc
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \
+  -i {.,cogl,clutter}/libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: 

[arch-commits] Commit in grilo/trunk (4 files)

Date: Friday, February 17, 2017 @ 18:57:21
  Author: heftig
Revision: 289102

Use meson

Added:
  grilo/trunk/0001-build-Improve-docs-and-introspection.patch
  grilo/trunk/PKGBUILD
(from rev 289101, grilo/trunk/PKGBUILD.meson)
Deleted:
  grilo/trunk/PKGBUILD
  grilo/trunk/PKGBUILD.meson

-+
 0001-build-Improve-docs-and-introspection.patch |  193 ++
 PKGBUILD|   90 +-
 PKGBUILD.meson  |   42 
 3 files changed, 239 insertions(+), 86 deletions(-)

Added: 0001-build-Improve-docs-and-introspection.patch
===
--- 0001-build-Improve-docs-and-introspection.patch 
(rev 0)
+++ 0001-build-Improve-docs-and-introspection.patch 2017-02-17 18:57:21 UTC 
(rev 289102)
@@ -0,0 +1,193 @@
+From 6cee8f8afb1b6c5398faf75b7b96bd2d4eaebde7 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Thu, 16 Feb 2017 01:24:48 +0100
+Subject: [PATCH] build: Improve docs and introspection
+
+---
+ doc/grilo/Makefile.am  | 12 
+ doc/grilo/meson.build  | 10 +-
+ doc/grilo/writing-apps.xml | 10 +-
+ libs/meson.build   |  2 ++
+ libs/net/meson.build   | 13 -
+ libs/pls/meson.build   |  9 ++---
+ src/meson.build|  1 +
+ 7 files changed, 39 insertions(+), 18 deletions(-)
+
+diff --git a/doc/grilo/Makefile.am b/doc/grilo/Makefile.am
+index 11ce4220c45cbec6..4f2ed610cf44df24 100644
+--- a/doc/grilo/Makefile.am
 b/doc/grilo/Makefile.am
+@@ -74,6 +74,18 @@ IGNORE_HFILES=config.h \
+ # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
+ HTML_IMAGES=
+ 
++program_listings = \
++  configuring-plugins.c \
++  browsing.c \
++  searching.c \
++  multivalues.c \
++  efficient-metadata-resolution.c
++
++%.c: $(top_srcdir)/examples/%.c
++  cp -f $< $@
++
++html-build.stamp: $(program_listings)
++
+ # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
+ # e.g. content_files=running.sgml building.sgml changes-2.0.sgml
+ content_files=overview.xml\
+diff --git a/doc/grilo/meson.build b/doc/grilo/meson.build
+index 299c28b6fd4df45a..e86c6784a41dbb6c 100644
+--- a/doc/grilo/meson.build
 b/doc/grilo/meson.build
+@@ -11,7 +11,10 @@ types = configure_file(input : 'grilo.types',
+ 
+ gnome.gtkdoc('grilo',
+ main_sgml: 'grilo-docs.sgml',
+-src_dir: join_paths(meson.source_root(), 'src'),
++src_dir: [
++join_paths(meson.source_root(), 'src'),
++join_paths(meson.source_root(), 'libs'),
++],
+ dependencies: libgrl_dep,
+ gobject_typesfile: types,
+ install: true,
+@@ -22,5 +25,10 @@ gnome.gtkdoc('grilo',
+ 'quick-start.xml',
+ 'writing-apps.xml',
+ 'overview.xml',
++join_paths(meson.source_root(), 'examples', 'configuring-plugins.c'),
++join_paths(meson.source_root(), 'examples', 'browsing.c'),
++join_paths(meson.source_root(), 'examples', 'searching.c'),
++join_paths(meson.source_root(), 'examples', 'multivalues.c'),
++join_paths(meson.source_root(), 'examples', 
'efficient-metadata-resolution.c'),
+ ]
+ )
+diff --git a/doc/grilo/writing-apps.xml b/doc/grilo/writing-apps.xml
+index 3f8a86b2c635535f..a301d283d3ca592b 100644
+--- a/doc/grilo/writing-apps.xml
 b/doc/grilo/writing-apps.xml
+@@ -397,7 +397,7 @@
+ application:
+   
+   
+-http://www.w3.org/2001/XInclude"/>
+   
+@@ -418,7 +418,7 @@
+ content from a particular media source (a similar approach
+ can be used for searching content instead of browsing):
+   
+-http://www.w3.org/2001/XInclude"/>
+   
+@@ -473,7 +473,7 @@
+ content by text from a particular media source (Jamendo
+ in this example):
+   
+-http://www.w3.org/2001/XInclude"/>
+   
+@@ -538,7 +538,7 @@
+ to illustrate how to use it:
+   
+   
+-http://www.w3.org/2001/XInclude"/>
+   
+@@ -637,7 +637,7 @@
+ be an acceptable delay.
+   
+   
+-http://www.w3.org/2001/XInclude"/>
+   
+diff --git a/libs/meson.build b/libs/meson.build
+index 458f21447a0c552e..be874cbe109ed6cd 100644
+--- a/libs/meson.build
 b/libs/meson.build
+@@ -5,6 +5,8 @@
+ #
+ # Copyright (C) 2016 Igalia S.L. All rights reserved.
+ 
++libs_inc = include_directories('.')
++
+ if enable_grlnet
+ subdir('net')
+ endif
+diff --git a/libs/net/meson.build b/libs/net/meson.build
+index fe971db65cae6217..de9b6a6c1513e659 100644
+--- a/libs/net/meson.build
 b/libs/net/meson.build
+@@ -35,20 +35,15 @@ libgrlnet = 
shared_library('grlnet-@0@'.format(grl_majorminor),
+ include_directories: libgrl_inc)
+ 
+ if enable_gir
+-gir_extra_args = [
+-'--c-include=net/grl-net.h',
+-   

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

Date: Friday, February 17, 2017 @ 18:55:43
  Author: heftig
Revision: 289101

3.22.3-1

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 18:55:39 UTC (rev 289100)
+++ PKGBUILD2017-02-17 18:55:43 UTC (rev 289101)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab 

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

Date: Friday, February 17, 2017 @ 18:55:39
  Author: heftig
Revision: 289100

3.22.3-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 14:18:08 UTC (rev 289099)
+++ PKGBUILD2017-02-17 18:55:39 UTC (rev 289100)
@@ -4,7 +4,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.22.2+6+g06f5b6b3e
+pkgver=3.22.3
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://git.gnome.org/browse/mutter;
@@ -16,7 +16,7 @@
 makedepends=(intltool gobject-introspection git gnome-common)
 groups=(gnome)
 options=(!emptydirs)
-_commit=06f5b6b3e37eb96b91b475b1e57a3f1056ab815a  # gnome-3-22
+_commit=afb4165262ac7b51229663fdf859aee2dcc4b4e8  # tags/3.22.3^0
 source=("git+https://git.gnome.org/browse/mutter#commit=$_commit;
 startup-notification.patch)
 sha256sums=('SKIP'


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

Date: Friday, February 17, 2017 @ 18:17:47
  Author: spupykin
Revision: 212970

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

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

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

Copied: pam_mount/repos/community-staging-i686/PKGBUILD (from rev 212969, 
pam_mount/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 18:17:47 UTC (rev 212970)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors: Sirius Bakke 
+
+pkgname=pam_mount
+pkgver=2.16
+pkgrel=2
+pkgdesc="A PAM module that can mount volumes for a user session"
+arch=('i686' 'x86_64')
+url="http://pam-mount.sourceforge.net/;
+license=('GPL')
+depends=('util-linux' 'libhx>=3.12.1' 'libxml2>=2.6' 'openssl>0.9.7' 
'cryptsetup>=1.1.2')
+optdepends=('hxtools: If you have something like  in your config')
+backup=('etc/security/pam_mount.conf.xml')
+options=(!emptydirs)
+source=("http://downloads.sourceforge.net/project/pam-mount/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=('ae0207ea6c96189414f906a7b0880abc7751a98e26b3d0375c9afab3722471e7')
+
+build() {
+  cd -- "$srcdir/$pkgname-$pkgver"
+  aclocal
+  libtoolize
+  automake --add-missing
+  autoreconf
+  ./configure \
+   --prefix=/usr \
+   --with-ssbindir=/usr/bin \
+   --sbindir=/usr/bin \
+   --with-slibdir=/usr/lib \
+   --sysconfdir=/etc \
+   --localstatedir=/var
+  make
+}
+
+package() {
+  cd -- "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: pam_mount/repos/community-staging-x86_64/PKGBUILD (from rev 212969, 
pam_mount/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 18:17:47 UTC (rev 212970)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors: Sirius Bakke 
+
+pkgname=pam_mount
+pkgver=2.16
+pkgrel=2
+pkgdesc="A PAM module that can mount volumes for a user session"
+arch=('i686' 'x86_64')
+url="http://pam-mount.sourceforge.net/;
+license=('GPL')
+depends=('util-linux' 'libhx>=3.12.1' 'libxml2>=2.6' 'openssl>0.9.7' 
'cryptsetup>=1.1.2')
+optdepends=('hxtools: If you have something like  in your config')
+backup=('etc/security/pam_mount.conf.xml')
+options=(!emptydirs)
+source=("http://downloads.sourceforge.net/project/pam-mount/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=('ae0207ea6c96189414f906a7b0880abc7751a98e26b3d0375c9afab3722471e7')
+
+build() {
+  cd -- "$srcdir/$pkgname-$pkgver"
+  aclocal
+  libtoolize
+  automake --add-missing
+  autoreconf
+  ./configure \
+   --prefix=/usr \
+   --with-ssbindir=/usr/bin \
+   --sbindir=/usr/bin \
+   --with-slibdir=/usr/lib \
+   --sysconfdir=/etc \
+   --localstatedir=/var
+  make
+}
+
+package() {
+  cd -- "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

Date: Friday, February 17, 2017 @ 18:17:33
  Author: spupykin
Revision: 212969

upgpkg: pam_mount 2.16-2

upd

Modified:
  pam_mount/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 18:16:33 UTC (rev 212968)
+++ PKGBUILD2017-02-17 18:17:33 UTC (rev 212969)
@@ -4,7 +4,7 @@
 
 pkgname=pam_mount
 pkgver=2.16
-pkgrel=1
+pkgrel=2
 pkgdesc="A PAM module that can mount volumes for a user session"
 arch=('i686' 'x86_64')
 url="http://pam-mount.sourceforge.net/;


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

Date: Friday, February 17, 2017 @ 18:16:33
  Author: spupykin
Revision: 212968

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

Added:
  p3scan/repos/community-staging-i686/
  p3scan/repos/community-staging-i686/PKGBUILD
(from rev 212967, p3scan/trunk/PKGBUILD)
  p3scan/repos/community-staging-i686/p3scan.install
(from rev 212967, p3scan/trunk/p3scan.install)
  p3scan/repos/community-staging-i686/p3scan.service
(from rev 212967, p3scan/trunk/p3scan.service)
  p3scan/repos/community-staging-i686/p3scan.tmpfiles
(from rev 212967, p3scan/trunk/p3scan.tmpfiles)
  p3scan/repos/community-staging-x86_64/
  p3scan/repos/community-staging-x86_64/PKGBUILD
(from rev 212967, p3scan/trunk/PKGBUILD)
  p3scan/repos/community-staging-x86_64/p3scan.install
(from rev 212967, p3scan/trunk/p3scan.install)
  p3scan/repos/community-staging-x86_64/p3scan.service
(from rev 212967, p3scan/trunk/p3scan.service)
  p3scan/repos/community-staging-x86_64/p3scan.tmpfiles
(from rev 212967, p3scan/trunk/p3scan.tmpfiles)

--+
 community-staging-i686/PKGBUILD  |   60 +
 community-staging-i686/p3scan.install|7 +++
 community-staging-i686/p3scan.service|   10 
 community-staging-i686/p3scan.tmpfiles   |1 
 community-staging-x86_64/PKGBUILD|   60 +
 community-staging-x86_64/p3scan.install  |7 +++
 community-staging-x86_64/p3scan.service  |   10 
 community-staging-x86_64/p3scan.tmpfiles |1 
 8 files changed, 156 insertions(+)

Copied: p3scan/repos/community-staging-i686/PKGBUILD (from rev 212967, 
p3scan/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 18:16:33 UTC (rev 212968)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: v01d 
+
+pkgname=p3scan
+pkgver=2.3.2
+pkgrel=12
+pkgdesc="Fully transparent POP3/SMTP proxy with Anti-Virus and SPAM protection"
+arch=('i686' 'x86_64')
+url="http://p3scan.sourceforge.net/;
+depends=('pcre' 'openssl')
+license=('GPL')
+install=p3scan.install
+validpgpkeys=('B312DD49453C18B45332D3D6F7F54A759AE7BF76')
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc}
+   "p3scan.service"
+   "p3scan.tmpfiles")
+sha256sums=('570bdf87132b23120339e247809dc2cf37c2735d504f4e1072528c04d940bb5f'
+'SKIP'
+'0a38655a2f944588529fdb5f47542f6e09c067a615f947cbedabced96d748190'
+'aad248721cb3eb587795bf2e849e3076b6899ad8ecba27b19f69e12d2481a81a')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  # Fix CFLAGS and other options hardcoded in Makefiles
+  unset CFLAGS
+  sed -ri "s|^CFLAGS=-Wall( -g)? -O2|CFLAGS=-Wall $CFLAGS|" Makefile 
ripmime/Makefile ripmime/tnef/Makefile ripmime/ripOLE/Makefile
+  sed -ri 's|^LOCATION=.+$|LOCATION=/usr|' ripmime/Makefile
+  sed -ri 's|\$\(SYSINS\) -v -m 550 --strip p3scan 
\$\(PREFIX\)/sbin/|$(SYSINS) -D -v -m 550 --strip p3scan $(DESTDIR)/usr/bin/|' 
Makefile
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  # Create base dirs, the Makefile assumes they're there
+  install -d "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8 "$pkgdir"/etc/rc.d
+
+  # install with root set on "$pkgdir"
+  make DESTDIR="$pkgdir" install MANDIR=/usr/share/man/man8
+
+  # delete init script provided
+  rm -rf "$pkgdir"/etc/rc.d
+
+  # BUG?: make absolute link a relative one
+  (
+cd "$pkgdir"/etc/p3scan
+ln -sf p3scan-en.mail p3scan.mail
+  )
+
+  # BUG: fix .conf file (the license has C style comments, they should be 
conf-style comments)
+  sed -ri 's|^[/ ]\*/?|# |g' "$pkgdir"/etc/p3scan/p3scan.conf
+
+  mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/
+  rm -rf "$pkgdir"/var/run
+
+  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  install -Dm0644 "$srcdir"/$pkgname.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+}

Copied: p3scan/repos/community-staging-i686/p3scan.install (from rev 212967, 
p3scan/trunk/p3scan.install)
===
--- community-staging-i686/p3scan.install   (rev 0)
+++ community-staging-i686/p3scan.install   2017-02-17 18:16:33 UTC (rev 
212968)
@@ -0,0 +1,7 @@
+post_install() {
+  echo "==> You may want an Anti-Virus program to use with p3scan. Installing 
clamav is recommended."
+}
+
+post_upgrade() {
+  post_install $1 $2
+}

Copied: p3scan/repos/community-staging-i686/p3scan.service (from rev 212967, 
p3scan/trunk/p3scan.service)
===
--- community-staging-i686/p3scan.service   (rev 0)
+++ community-staging-i686/p3scan.service   

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

Date: Friday, February 17, 2017 @ 18:16:14
  Author: spupykin
Revision: 212967

upgpkg: p3scan 2.3.2-12

upd

Modified:
  p3scan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 18:16:03 UTC (rev 212966)
+++ PKGBUILD2017-02-17 18:16:14 UTC (rev 212967)
@@ -4,7 +4,7 @@
 
 pkgname=p3scan
 pkgver=2.3.2
-pkgrel=11
+pkgrel=12
 pkgdesc="Fully transparent POP3/SMTP proxy with Anti-Virus and SPAM protection"
 arch=('i686' 'x86_64')
 url="http://p3scan.sourceforge.net/;


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

Date: Friday, February 17, 2017 @ 18:16:03
  Author: spupykin
Revision: 212966

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

Added:
  openvswitch/repos/community-staging-i686/
  openvswitch/repos/community-staging-i686/PKGBUILD
(from rev 212965, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-staging-i686/openvswitch.install
(from rev 212965, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-staging-i686/openvswitch.tmpfiles
(from rev 212965, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-staging-i686/ovs-vswitchd.service
(from rev 212965, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-staging-i686/ovsdb-server.service
(from rev 212965, openvswitch/trunk/ovsdb-server.service)
  openvswitch/repos/community-staging-x86_64/
  openvswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 212965, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-staging-x86_64/openvswitch.install
(from rev 212965, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-staging-x86_64/openvswitch.tmpfiles
(from rev 212965, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-staging-x86_64/ovs-vswitchd.service
(from rev 212965, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-staging-x86_64/ovsdb-server.service
(from rev 212965, openvswitch/trunk/ovsdb-server.service)

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-i686/openvswitch.install|   13 +
 community-staging-i686/openvswitch.tmpfiles   |1 
 community-staging-i686/ovs-vswitchd.service   |   15 ++
 community-staging-i686/ovsdb-server.service   |7 +++
 community-staging-x86_64/PKGBUILD |   54 
 community-staging-x86_64/openvswitch.install  |   13 +
 community-staging-x86_64/openvswitch.tmpfiles |1 
 community-staging-x86_64/ovs-vswitchd.service |   15 ++
 community-staging-x86_64/ovsdb-server.service |7 +++
 10 files changed, 180 insertions(+)

Copied: openvswitch/repos/community-staging-i686/PKGBUILD (from rev 212965, 
openvswitch/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 18:16:03 UTC (rev 212966)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Pedro Martinez-Julia (pedr...@um.es)
+# Contributor: Matt Monaco 
+
+pkgname=openvswitch
+pkgver=2.6.1
+pkgrel=3
+pkgdesc="Production Quality, Multilayer Open Virtual Switch"
+url="http://openvswitch.org;
+license=('APACHE')
+arch=(x86_64 i686)
+install=openvswitch.install
+source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
+   openvswitch.tmpfiles
+   ovsdb-server.service
+   ovs-vswitchd.service)
+depends=('openssl')
+makedepends=('python2-six')
+optdepends=('python2-six')
+sha256sums=('307b20aba6a179bf13e5da9ac242933c31349073762473a9d4782619c8c1cf0c'
+'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
+'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
+'679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i \
+-e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
+Makefile.am
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./boot.sh
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-rundir=/run/openvswitch \
+--sbindir=/usr/bin \
+PYTHON=/usr/bin/python2
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 "$srcdir"/openvswitch.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
+  install -Dm0644 "$srcdir"/ovsdb-server.service 
"$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
+  install -Dm0644 "$srcdir"/ovs-vswitchd.service 
"$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"
+  install -dm0755 "$pkgdir/etc/openvswitch"
+  rm -rf "$pkgdir"/run
+}

Copied: openvswitch/repos/community-staging-i686/openvswitch.install (from rev 
212965, openvswitch/trunk/openvswitch.install)
===
--- community-staging-i686/openvswitch.install  (rev 0)
+++ community-staging-i686/openvswitch.install  2017-02-17 18:16:03 UTC (rev 
212966)
@@ -0,0 +1,13 @@
+post_install() {
+   if [[ ! -f etc/openvswitch/conf.db ]]; then
+   cmd=(ovsdb-tool create
+   etc/openvswitch/conf.db
+   usr/share/openvswitch/vswitch.ovsschema)
+   printf "Running: %s\n" "${cmd[*]}"
+   

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

Date: Friday, February 17, 2017 @ 18:15:36
  Author: spupykin
Revision: 212964

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

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

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

Copied: open-vm-tools/repos/community-staging-i686/PKGBUILD (from rev 212963, 
open-vm-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 18:15:36 UTC (rev 212964)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Krzysztof Raczkowski 
+
+pkgname=open-vm-tools
+epoch=6
+pkgver=10.1.0
+pkgrel=3
+pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools"
+arch=('i686' 'x86_64')
+url="https://github.com/vmware/open-vm-tools;
+license=('LGPL')
+depends=('libdnet' 'icu' 'procps-ng' 'uriparser' 'libsigc++' 'libxss'
+'iproute2' 'fuse2' 'lsb-release' 'libmspack')
+makedepends=('chrpath' 'doxygen' 'gtkmm' 'libxtst')
+optdepends=('gtkmm: DnD/CP plugin'
+   'libxtst: DnD/CP, resolution set plugins'
+   'netctl: suspend-resume network state'
+   'networkmanager: suspend-resume network state')
+backup=('etc/pam.d/vmware-guestd')
+options=('docs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vmware/open-vm-tools/archive/stable-${pkgver/_/-}.tar.gz
+   network-script
+   tools.conf
+   vmware-guestd
+   xautostart.conf
+   vmtoolsd.service
+   vmware-vmblock-fuse.service)
+md5sums=('46f5a319275f63658f1a44b6c8755f6b'
+ 'cbfa69ead382bc527e6f6ddfed8e5c4d'
+ 'b55d15e2c4be396aad709aeca91033d3'
+ '1b9ae908fce4c623269f100ee9bdfdef'
+ '75a25d83417e683957321f97a00f8465'
+ 'a6c53243d31c765580f6dded7d5fa98f'
+ '84c0e820cb053def1742ea59af9f2dec')
+
+prepare() {
+  cd "$srcdir/$pkgname-"*"/open-vm-tools"
+  sed -i \
+-e 's|-Werror||g' \
+-e 's|.*common-agent/etc/config/Makefile.*||' \
+configure.ac
+  mkdir -p common-agent/etc/config
+  autoreconf -vi
+}
+
+build() {
+  cd "$srcdir/$pkgname-"*"/open-vm-tools"
+
+  # glibmm 2.46 uses 

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

Date: Friday, February 17, 2017 @ 18:15:41
  Author: spupykin
Revision: 212965

upgpkg: openvswitch 2.6.1-3

upd

Modified:
  openvswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 18:15:36 UTC (rev 212964)
+++ PKGBUILD2017-02-17 18:15:41 UTC (rev 212965)
@@ -5,7 +5,7 @@
 
 pkgname=openvswitch
 pkgver=2.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Production Quality, Multilayer Open Virtual Switch"
 url="http://openvswitch.org;
 license=('APACHE')


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

Date: Friday, February 17, 2017 @ 18:15:09
  Author: spupykin
Revision: 212963

upgpkg: open-vm-tools 6:10.1.0-3

upd

Modified:
  open-vm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 18:06:34 UTC (rev 212962)
+++ PKGBUILD2017-02-17 18:15:09 UTC (rev 212963)
@@ -5,7 +5,7 @@
 pkgname=open-vm-tools
 epoch=6
 pkgver=10.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools"
 arch=('i686' 'x86_64')
 url="https://github.com/vmware/open-vm-tools;


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

Date: Friday, February 17, 2017 @ 18:06:34
  Author: spupykin
Revision: 212962

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

Added:
  open-isns/repos/community-staging-i686/
  open-isns/repos/community-staging-i686/PKGBUILD
(from rev 212961, open-isns/trunk/PKGBUILD)
  open-isns/repos/community-staging-x86_64/
  open-isns/repos/community-staging-x86_64/PKGBUILD
(from rev 212961, open-isns/trunk/PKGBUILD)

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

Copied: open-isns/repos/community-staging-i686/PKGBUILD (from rev 212961, 
open-isns/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 18:06:34 UTC (rev 212962)
@@ -0,0 +1,29 @@
+# Maintainer: Christian Hesse 
+
+pkgname=open-isns
+pkgver=0.97
+pkgrel=2
+pkgdesc='iSNS server and client for Linux'
+arch=('i686' 'x86_64')
+depends=('openssl')
+url='https://github.com/gonzoleeman/open-isns'
+license=('GPL')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gonzoleeman/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('c1c9ae740172e55a1ff33bc22151ec3d916562bf5d60c8420cd64496343683a9')
+
+build() {
+   cd "$srcdir"/${pkgname}-${pkgver}
+
+   autoreconf -fi
+   ./configure --prefix=/usr \
+   --bindir=/usr/bin \
+   --sbindir=/usr/bin
+
+   make
+}
+
+package() {
+   cd "$srcdir"/${pkgname}-${pkgver}
+
+   make DESTDIR="${pkgdir}" install install_lib install_hdrs
+}

Copied: open-isns/repos/community-staging-x86_64/PKGBUILD (from rev 212961, 
open-isns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 18:06:34 UTC (rev 212962)
@@ -0,0 +1,29 @@
+# Maintainer: Christian Hesse 
+
+pkgname=open-isns
+pkgver=0.97
+pkgrel=2
+pkgdesc='iSNS server and client for Linux'
+arch=('i686' 'x86_64')
+depends=('openssl')
+url='https://github.com/gonzoleeman/open-isns'
+license=('GPL')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gonzoleeman/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('c1c9ae740172e55a1ff33bc22151ec3d916562bf5d60c8420cd64496343683a9')
+
+build() {
+   cd "$srcdir"/${pkgname}-${pkgver}
+
+   autoreconf -fi
+   ./configure --prefix=/usr \
+   --bindir=/usr/bin \
+   --sbindir=/usr/bin
+
+   make
+}
+
+package() {
+   cd "$srcdir"/${pkgname}-${pkgver}
+
+   make DESTDIR="${pkgdir}" install install_lib install_hdrs
+}


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

Date: Friday, February 17, 2017 @ 18:06:20
  Author: spupykin
Revision: 212961

upgpkg: open-isns 0.97-2

upd

Modified:
  open-isns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 18:06:15 UTC (rev 212960)
+++ PKGBUILD2017-02-17 18:06:20 UTC (rev 212961)
@@ -2,7 +2,7 @@
 
 pkgname=open-isns
 pkgver=0.97
-pkgrel=1
+pkgrel=2
 pkgdesc='iSNS server and client for Linux'
 arch=('i686' 'x86_64')
 depends=('openssl')


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

Date: Friday, February 17, 2017 @ 18:06:15
  Author: spupykin
Revision: 212960

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

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

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

Copied: mktorrent/repos/community-staging-i686/PKGBUILD (from rev 212959, 
mktorrent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 18:06:15 UTC (rev 212960)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Emil Renner Berthing 
+
+pkgname=mktorrent
+pkgver=1.1
+pkgrel=2
+pkgdesc='Simple command line utility to create BitTorrent metainfo files'
+arch=('i686' 'x86_64')
+#url='http://mktorrent.sourceforge.net/'
+url="https://github.com/Rudde/mktorrent;
+license=('GPL')
+depends=('openssl')
+#source=("http://downloads.sourceforge.net/mktorrent/mktorrent-${pkgver}.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Rudde/mktorrent/archive/v$pkgver.tar.gz;)
+sha256sums=('d0f47500192605d01b5a2569c605e51ed319f557d24cfcbcb23a26d51d6138c9')
+
+build() {
+  cd "$srcdir"/mktorrent-${pkgver}
+  make PREFIX=/usr \
+  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1
+}
+
+package() {
+  cd "$srcdir"/mktorrent-${pkgver}
+  make DESTDIR="$pkgdir" PREFIX=/usr \
+  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 \
+  install
+}

Copied: mktorrent/repos/community-staging-x86_64/PKGBUILD (from rev 212959, 
mktorrent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 18:06:15 UTC (rev 212960)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Emil Renner Berthing 
+
+pkgname=mktorrent
+pkgver=1.1
+pkgrel=2
+pkgdesc='Simple command line utility to create BitTorrent metainfo files'
+arch=('i686' 'x86_64')
+#url='http://mktorrent.sourceforge.net/'
+url="https://github.com/Rudde/mktorrent;
+license=('GPL')
+depends=('openssl')
+#source=("http://downloads.sourceforge.net/mktorrent/mktorrent-${pkgver}.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Rudde/mktorrent/archive/v$pkgver.tar.gz;)
+sha256sums=('d0f47500192605d01b5a2569c605e51ed319f557d24cfcbcb23a26d51d6138c9')
+
+build() {
+  cd "$srcdir"/mktorrent-${pkgver}
+  make PREFIX=/usr \
+  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1
+}
+
+package() {
+  cd "$srcdir"/mktorrent-${pkgver}
+  make DESTDIR="$pkgdir" PREFIX=/usr \
+  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 \
+  install
+}


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

Date: Friday, February 17, 2017 @ 18:06:02
  Author: spupykin
Revision: 212959

upgpkg: mktorrent 1.1-2

upd

Modified:
  mktorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 18:05:57 UTC (rev 212958)
+++ PKGBUILD2017-02-17 18:06:02 UTC (rev 212959)
@@ -3,7 +3,7 @@
 
 pkgname=mktorrent
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple command line utility to create BitTorrent metainfo files'
 arch=('i686' 'x86_64')
 #url='http://mktorrent.sourceforge.net/'


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

Date: Friday, February 17, 2017 @ 18:05:57
  Author: spupykin
Revision: 212958

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

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

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

Copied: luasql/repos/community-staging-i686/PKGBUILD (from rev 212957, 
luasql/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 18:05:57 UTC (rev 212958)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sébastien Luttringer 
+# Contributor: Anders Bergh 
+
+pkgbase=luasql
+pkgname=('lua-sql-mysql' 'lua-sql-postgres' 'lua-sql-sqlite')
+pkgver=2.3.0
+pkgrel=7
+arch=('i686' 'x86_64')
+url='http://www.keplerproject.org/luasql/'
+license=('MIT')
+makedepends=('lua' 'libmariadbclient' 'postgresql-libs' 'sqlite')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/keplerproject/luasql/archive/v$pkgver.tar.gz;)
+md5sums=('af9f0f3a2313a1fcf88c40700092048d')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  # Lua 5.3 compat
+  sed 's/luaL_optint/(int)luaL_optinteger/' -i src/ls_mysql.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  msg2 'Building sqlite support'
+  make T=sqlite3 PREFIX=/usr DRIVER_LIBS='-lsqlite3' DRIVER_INCS='-std=c99'
+  msg2 'Building PostgreSQL support'
+  make T=postgres PREFIX=/usr DRIVER_LIBS='-lpq' DRIVER_INCS='-std=c99'
+  msg2 'Building MySQL support'
+  make T=mysql PREFIX=/usr DRIVER_LIBS="$(mysql_config --libs)" \
+DRIVER_INCS="$(mysql_config --include) -std=c99"
+}
+
+package_lua-sql-mysql() {
+  pkgdesc='MySQL module for Lua'
+  depends=('lua' 'libmariadbclient')
+  conflicts=('luasql-mysql')
+  replaces=('luasql-mysql')
+
+  cd $pkgbase-$pkgver
+  install -Dm644 src/mysql.so "$pkgdir/usr/lib/lua/5.3/luasql/mysql.so"
+  install -Dm644 doc/us/license.html 
"$pkgdir/usr/share/licenses/$pkgname/license.html"
+}
+
+package_lua-sql-postgres() {
+  pkgdesc='PostgreSQL module for Lua'
+  depends=('lua' 'postgresql-libs')
+
+  cd $pkgbase-$pkgver
+  install -Dm644 src/postgres.so "$pkgdir/usr/lib/lua/5.3/luasql/postgres.so"
+  install -Dm644 doc/us/license.html 
"$pkgdir/usr/share/licenses/$pkgname/license.html"
+}
+
+package_lua-sql-sqlite() {
+  pkgdesc='SQLite module for Lua'
+  depends=('lua' 'sqlite')
+
+  cd $pkgbase-$pkgver
+  install -Dm644 src/sqlite3.so "$pkgdir/usr/lib/lua/5.3/luasql/sqlite3.so"
+  install -Dm644 doc/us/license.html 
"$pkgdir/usr/share/licenses/$pkgname/license.html"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: luasql/repos/community-staging-x86_64/PKGBUILD (from rev 212957, 
luasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 18:05:57 UTC (rev 212958)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sébastien Luttringer 
+# Contributor: Anders Bergh 
+
+pkgbase=luasql
+pkgname=('lua-sql-mysql' 'lua-sql-postgres' 'lua-sql-sqlite')
+pkgver=2.3.0
+pkgrel=7
+arch=('i686' 'x86_64')
+url='http://www.keplerproject.org/luasql/'
+license=('MIT')
+makedepends=('lua' 'libmariadbclient' 'postgresql-libs' 'sqlite')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/keplerproject/luasql/archive/v$pkgver.tar.gz;)
+md5sums=('af9f0f3a2313a1fcf88c40700092048d')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  # Lua 5.3 compat
+  sed 's/luaL_optint/(int)luaL_optinteger/' -i src/ls_mysql.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  msg2 'Building sqlite support'
+  make T=sqlite3 PREFIX=/usr DRIVER_LIBS='-lsqlite3' DRIVER_INCS='-std=c99'
+  msg2 'Building PostgreSQL support'
+  make T=postgres PREFIX=/usr DRIVER_LIBS='-lpq' DRIVER_INCS='-std=c99'
+  msg2 'Building MySQL support'
+  make T=mysql PREFIX=/usr DRIVER_LIBS="$(mysql_config --libs)" \
+DRIVER_INCS="$(mysql_config --include) -std=c99"
+}
+
+package_lua-sql-mysql() {
+  pkgdesc='MySQL module for Lua'
+  depends=('lua' 'libmariadbclient')
+  conflicts=('luasql-mysql')
+  replaces=('luasql-mysql')
+
+  cd $pkgbase-$pkgver
+  install -Dm644 src/mysql.so "$pkgdir/usr/lib/lua/5.3/luasql/mysql.so"
+  install -Dm644 doc/us/license.html 
"$pkgdir/usr/share/licenses/$pkgname/license.html"
+}
+
+package_lua-sql-postgres() {
+  pkgdesc='PostgreSQL module for Lua'
+  depends=('lua' 'postgresql-libs')
+
+  cd 

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

Date: Friday, February 17, 2017 @ 18:05:42
  Author: spupykin
Revision: 212957

upgpkg: luasql 2.3.0-7

upd

Modified:
  luasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 18:02:29 UTC (rev 212956)
+++ PKGBUILD2017-02-17 18:05:42 UTC (rev 212957)
@@ -6,7 +6,7 @@
 pkgbase=luasql
 pkgname=('lua-sql-mysql' 'lua-sql-postgres' 'lua-sql-sqlite')
 pkgver=2.3.0
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 url='http://www.keplerproject.org/luasql/'
 license=('MIT')


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

Date: Friday, February 17, 2017 @ 18:01:58
  Author: spupykin
Revision: 212954

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

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

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

Copied: hashcash/repos/community-staging-i686/PKGBUILD (from rev 212953, 
hashcash/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 18:01:58 UTC (rev 212954)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=hashcash
+pkgver=1.22
+pkgrel=5
+pkgdesc="a denial-of-service counter measure tool for email/spam."
+arch=('i686' 'x86_64')
+url="http://www.hashcash.org;
+license=('GPL')
+depends=( 'glibc' )
+source=(http://www.hashcash.org/source/${pkgname}-${pkgver}.tgz)
+md5sums=('31fae207061841dffc7b90ee18e3d0fa')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+  if [ "${CARCH}" = "x86_64" ]; then
+make generic-openssl LIBCRYPTO=-lcrypto
+  else
+make x86-openssl LIBCRYPTO=-lcrypto
+  fi
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+  install -Dm755 hashcash "$pkgdir"/usr/bin/hashcash
+  install -Dm755 sha1 "$pkgdir"/usr/bin/sha1
+  install -Dm755 hashcash.1 "$pkgdir"/usr/share/man/man1/hashcash.1
+}

Copied: hashcash/repos/community-staging-x86_64/PKGBUILD (from rev 212953, 
hashcash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 18:01:58 UTC (rev 212954)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=hashcash
+pkgver=1.22
+pkgrel=5
+pkgdesc="a denial-of-service counter measure tool for email/spam."
+arch=('i686' 'x86_64')
+url="http://www.hashcash.org;
+license=('GPL')
+depends=( 'glibc' )
+source=(http://www.hashcash.org/source/${pkgname}-${pkgver}.tgz)
+md5sums=('31fae207061841dffc7b90ee18e3d0fa')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+  if [ "${CARCH}" = "x86_64" ]; then
+make generic-openssl LIBCRYPTO=-lcrypto
+  else
+make x86-openssl LIBCRYPTO=-lcrypto
+  fi
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+  install -Dm755 hashcash "$pkgdir"/usr/bin/hashcash
+  install -Dm755 sha1 "$pkgdir"/usr/bin/sha1
+  install -Dm755 hashcash.1 "$pkgdir"/usr/share/man/man1/hashcash.1
+}


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

Date: Friday, February 17, 2017 @ 18:02:02
  Author: spupykin
Revision: 212955

upgpkg: hostapd 2.6-4

upd

Modified:
  hostapd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 18:01:58 UTC (rev 212954)
+++ PKGBUILD2017-02-17 18:02:02 UTC (rev 212955)
@@ -3,7 +3,7 @@
 
 pkgname=hostapd
 pkgver=2.6
-pkgrel=3
+pkgrel=4
 pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
 arch=('i686' 'x86_64')
 url="http://w1.fi/hostapd/;


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

Date: Friday, February 17, 2017 @ 18:01:25
  Author: spupykin
Revision: 212951

upgpkg: gwenhywfar 4.15.3-2

upd

Modified:
  gwenhywfar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 17:52:05 UTC (rev 212950)
+++ PKGBUILD2017-02-17 18:01:25 UTC (rev 212951)
@@ -5,7 +5,7 @@
 pkgname=gwenhywfar
 pkgver=4.15.3
 _dnrel=201
-pkgrel=1
+pkgrel=2
 pkgdesc="OS abstraction functions for various projects"
 arch=(i686 x86_64)
 url="http://www.aquamaniac.de;


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

Date: Friday, February 17, 2017 @ 18:02:29
  Author: spupykin
Revision: 212956

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

Added:
  hostapd/repos/community-staging-i686/
  hostapd/repos/community-staging-i686/PKGBUILD
(from rev 212955, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-staging-i686/config
(from rev 212955, hostapd/trunk/config)
  hostapd/repos/community-staging-i686/hostapd-2.3-noscan.patch
(from rev 212955, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-staging-i686/hostapd.install
(from rev 212955, hostapd/trunk/hostapd.install)
  hostapd/repos/community-staging-i686/hostapd.service
(from rev 212955, hostapd/trunk/hostapd.service)
  hostapd/repos/community-staging-i686/openvswitch.patch
(from rev 212955, hostapd/trunk/openvswitch.patch)
  hostapd/repos/community-staging-x86_64/
  hostapd/repos/community-staging-x86_64/PKGBUILD
(from rev 212955, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-staging-x86_64/config
(from rev 212955, hostapd/trunk/config)
  hostapd/repos/community-staging-x86_64/hostapd-2.3-noscan.patch
(from rev 212955, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-staging-x86_64/hostapd.install
(from rev 212955, hostapd/trunk/hostapd.install)
  hostapd/repos/community-staging-x86_64/hostapd.service
(from rev 212955, hostapd/trunk/hostapd.service)
  hostapd/repos/community-staging-x86_64/openvswitch.patch
(from rev 212955, hostapd/trunk/openvswitch.patch)

---+
 community-staging-i686/PKGBUILD   |   66 
 community-staging-i686/config |   98 
 community-staging-i686/hostapd-2.3-noscan.patch   |   76 +
 community-staging-i686/hostapd.install|3 
 community-staging-i686/hostapd.service|   10 +
 community-staging-i686/openvswitch.patch  |  153 
 community-staging-x86_64/PKGBUILD |   66 
 community-staging-x86_64/config   |   98 
 community-staging-x86_64/hostapd-2.3-noscan.patch |   76 +
 community-staging-x86_64/hostapd.install  |3 
 community-staging-x86_64/hostapd.service  |   10 +
 community-staging-x86_64/openvswitch.patch|  153 
 12 files changed, 812 insertions(+)

Copied: hostapd/repos/community-staging-i686/PKGBUILD (from rev 212955, 
hostapd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 18:02:29 UTC (rev 212956)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=hostapd
+pkgver=2.6
+pkgrel=4
+pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
+arch=('i686' 'x86_64')
+url="http://w1.fi/hostapd/;
+license=('custom')
+depends=('openssl' 'libnl')
+install=hostapd.install
+options=(emptydirs)
+validpgpkeys=('EC4AA0A991A5F2464582D52D2B6EF432EFC895FA')
+source=(https://w1.fi/releases/$pkgname-$pkgver.tar.gz{,.asc}
+   config
+   hostapd.service
+   hostapd-2.3-noscan.patch
+   openvswitch.patch)
+sha256sums=('01526b90c1d23bec4b0f052039cc4456c2fd19347b4d830d1d58a0a6aea7117d'
+'SKIP'
+'6ecafb0be226b29ba7fe7a080ef3dbc2fe4cb5afa34d2ede2b39d9c32081ba53'
+'989bc6855f44c0b360e3d4cd4a146c35b7c12f8a0ced627b4b033f58edcade8e'
+'c15b4310f21b41254e4d4485bc04e36926572f213e7c4d3a17038fdff19529b5'
+'eeb07b5a3b971b3108ce8c5c947f4600d98ec9b338b8b88a96a7774cef269e49')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 <"$srcdir"/hostapd-2.3-noscan.patch
+  patch -p1 <"$srcdir"/openvswitch.patch
+}
+
+build() {
+  cd $pkgname-$pkgver/hostapd
+  cp ../../config .config
+  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
+  export CFLAGS="$CFLAGS $(pkg-config --cflags libnl-3.0)"
+  make
+}
+
+package() {
+  # Systemd unit
+  install -Dm644 hostapd.service 
"$pkgdir/usr/lib/systemd/system/hostapd.service"
+
+  cd $pkgname-$pkgver
+
+  # License
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  cd hostapd
+
+  # Binaries
+  install -d "$pkgdir/usr/bin"
+  install -t "$pkgdir/usr/bin" hostapd hostapd_cli
+
+  # Configuration
+  install -d "$pkgdir/etc/hostapd"
+  install -d "$pkgdir/usr/share/doc/hostapd"
+  install -m644 -t "$pkgdir/usr/share/doc/hostapd" \
+hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \
+wired.conf hlr_auc_gw.milenage_db
+
+  # Man pages
+  install -Dm644 hostapd.8 "$pkgdir/usr/share/man/man8/hostapd.8"
+  install -Dm644 hostapd_cli.1 "$pkgdir/usr/share/man/man1/hostapd_cli.1"
+}

Copied: hostapd/repos/community-staging-i686/config (from rev 212955, 
hostapd/trunk/config)

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

Date: Friday, February 17, 2017 @ 18:01:39
  Author: spupykin
Revision: 212952

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

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

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

Copied: gwenhywfar/repos/community-staging-i686/PKGBUILD (from rev 212951, 
gwenhywfar/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 18:01:39 UTC (rev 212952)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+
+pkgname=gwenhywfar
+pkgver=4.15.3
+_dnrel=201
+pkgrel=2
+pkgdesc="OS abstraction functions for various projects"
+arch=(i686 x86_64)
+url="http://www.aquamaniac.de;
+license=("LGPL")
+depends=('openssl' 'gnutls' 'libgcrypt')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2' 'qt4')
+source=("gwenhywfar-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=01=${_dnrel}=01=gwenhywfar-$pkgver.tar.gz;)
+md5sums=('4e96e68482a3cf1cfc00bd3645684c82')
+
+build() {
+  pacman -Q gwenhywfar && return 1
+  cd "$srcdir"/gwenhywfar-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-ssl
+  sed -i 's|gnutls_transport_set_lowat||g' src/sio/syncio_tls.c
+  make
+}
+
+package() {
+  cd "$srcdir"/gwenhywfar-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gwenhywfar/repos/community-staging-x86_64/PKGBUILD (from rev 212951, 
gwenhywfar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 18:01:39 UTC (rev 212952)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+
+pkgname=gwenhywfar
+pkgver=4.15.3
+_dnrel=201
+pkgrel=2
+pkgdesc="OS abstraction functions for various projects"
+arch=(i686 x86_64)
+url="http://www.aquamaniac.de;
+license=("LGPL")
+depends=('openssl' 'gnutls' 'libgcrypt')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2' 'qt4')
+source=("gwenhywfar-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=01=${_dnrel}=01=gwenhywfar-$pkgver.tar.gz;)
+md5sums=('4e96e68482a3cf1cfc00bd3645684c82')
+
+build() {
+  pacman -Q gwenhywfar && return 1
+  cd "$srcdir"/gwenhywfar-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-ssl
+  sed -i 's|gnutls_transport_set_lowat||g' src/sio/syncio_tls.c
+  make
+}
+
+package() {
+  cd "$srcdir"/gwenhywfar-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

Date: Friday, February 17, 2017 @ 18:01:44
  Author: spupykin
Revision: 212953

upgpkg: hashcash 1.22-5

upd

Modified:
  hashcash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 18:01:39 UTC (rev 212952)
+++ PKGBUILD2017-02-17 18:01:44 UTC (rev 212953)
@@ -4,7 +4,7 @@
 
 pkgname=hashcash
 pkgver=1.22
-pkgrel=4
+pkgrel=5
 pkgdesc="a denial-of-service counter measure tool for email/spam."
 arch=('i686' 'x86_64')
 url="http://www.hashcash.org;


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

Date: Friday, February 17, 2017 @ 17:52:05
  Author: spupykin
Revision: 212950

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

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

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

Copied: gnubiff/repos/community-staging-i686/PKGBUILD (from rev 212949, 
gnubiff/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 17:52:05 UTC (rev 212950)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Tom K 
+# Contributor: Todd Musall 
+
+pkgname=gnubiff
+pkgver=2.2.17
+pkgrel=3
+pkgdesc="Mail notification program that checks for mail and displays headers 
when new mail has arrived"
+arch=('i686' 'x86_64')
+url="http://gnubiff.sourceforge.net/;
+license=("GPL")
+depends=('gtk3' 'popt')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz)
+md5sums=('6371ca2986efdaf1e47bc5a44249513a')
+
+build() {
+  cd "$srcdir"/gnubiff-$pkgver
+  ./configure --prefix=/usr --with-password 
--with-password-string="65423957eb027b94c9e661611c0e4271" \
+   --disable-fam --disable-gnome
+  make
+}
+
+package() {
+  cd "$srcdir"/gnubiff-$pkgver
+  make DESTDIR="$pkgdir" DATADIRNAME=share install
+}

Copied: gnubiff/repos/community-staging-x86_64/PKGBUILD (from rev 212949, 
gnubiff/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 17:52:05 UTC (rev 212950)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Tom K 
+# Contributor: Todd Musall 
+
+pkgname=gnubiff
+pkgver=2.2.17
+pkgrel=3
+pkgdesc="Mail notification program that checks for mail and displays headers 
when new mail has arrived"
+arch=('i686' 'x86_64')
+url="http://gnubiff.sourceforge.net/;
+license=("GPL")
+depends=('gtk3' 'popt')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz)
+md5sums=('6371ca2986efdaf1e47bc5a44249513a')
+
+build() {
+  cd "$srcdir"/gnubiff-$pkgver
+  ./configure --prefix=/usr --with-password 
--with-password-string="65423957eb027b94c9e661611c0e4271" \
+   --disable-fam --disable-gnome
+  make
+}
+
+package() {
+  cd "$srcdir"/gnubiff-$pkgver
+  make DESTDIR="$pkgdir" DATADIRNAME=share install
+}


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

Date: Friday, February 17, 2017 @ 17:51:46
  Author: spupykin
Revision: 212948

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

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

+
 community-staging-i686/PKGBUILD|   72 +++
 community-staging-i686/glusterfs.install   |3 +
 community-staging-x86_64/PKGBUILD  |   72 +++
 community-staging-x86_64/glusterfs.install |3 +
 4 files changed, 150 insertions(+)

Copied: glusterfs/repos/community-staging-i686/PKGBUILD (from rev 212947, 
glusterfs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 17:51:46 UTC (rev 212948)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=3.9.1
+pkgrel=4
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+backup=('etc/glusterfs/gluterd.vol'
+   'etc/glusterfs/eventsconfig.json'
+   'etc/glusterfs/gluster-rsyslog-5.8.conf'
+   'etc/glusterfs/gluster-rsyslog-7.2.conf'
+   'etc/glusterfs/glusterd.vol'
+   'etc/glusterfs/glusterfs-georep-logrotate'
+   'etc/glusterfs/glusterfs-logrotate')
+depends=(fuse python2 libxml2 libaio liburcu attr which)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
+sha256sums=('896fdbaf6696a90cfd5ce1e338e158669d0f6c839b13f3a1844e44907f88e30a')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make -j1 DESTDIR="$pkgdir" install
+
+  mkdir -p "$pkgdir"/usr/lib/tmpfiles.d
+  echo "d /var/run/glusterfs 0755 root root -" 
>"$pkgdir"/usr/lib/tmpfiles.d/glusterfs.conf
+
+  install -D -m 644 \
+"$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
+"$pkgdir"/usr/share/doc/glusterfs/
+
+  cp -rf \
+"$srcdir"/$pkgname-$pkgver/doc/* \
+"$pkgdir"/usr/share/doc/glusterfs/
+  rm -rf "$pkgdir"/var/run
+}
+
+# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-staging-i686/glusterfs.install (from rev 
212947, glusterfs/trunk/glusterfs.install)
===
--- community-staging-i686/glusterfs.install(rev 0)
+++ community-staging-i686/glusterfs.install2017-02-17 17:51:46 UTC (rev 
212948)
@@ -0,0 +1,3 @@
+post_upgrade() {
+  echo "-- Read http://gluster.readthedocs.io/en/latest/Upgrade-Guide/README/ 
page!"
+}

Copied: glusterfs/repos/community-staging-x86_64/PKGBUILD (from rev 212947, 
glusterfs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 17:51:46 UTC (rev 212948)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=3.9.1
+pkgrel=4
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+backup=('etc/glusterfs/gluterd.vol'
+   'etc/glusterfs/eventsconfig.json'
+   'etc/glusterfs/gluster-rsyslog-5.8.conf'
+   'etc/glusterfs/gluster-rsyslog-7.2.conf'
+   

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

Date: Friday, February 17, 2017 @ 17:51:51
  Author: spupykin
Revision: 212949

upgpkg: gnubiff 2.2.17-3

upd

Modified:
  gnubiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 17:51:46 UTC (rev 212948)
+++ PKGBUILD2017-02-17 17:51:51 UTC (rev 212949)
@@ -5,7 +5,7 @@
 
 pkgname=gnubiff
 pkgver=2.2.17
-pkgrel=2
+pkgrel=3
 pkgdesc="Mail notification program that checks for mail and displays headers 
when new mail has arrived"
 arch=('i686' 'x86_64')
 url="http://gnubiff.sourceforge.net/;


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

Date: Friday, February 17, 2017 @ 17:51:33
  Author: spupykin
Revision: 212947

upgpkg: glusterfs 1:3.9.1-4

upd

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 17:43:19 UTC (rev 212946)
+++ PKGBUILD2017-02-17 17:51:33 UTC (rev 212947)
@@ -7,7 +7,7 @@
 pkgname=glusterfs
 epoch=1
 pkgver=3.9.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
 arch=(i686 x86_64)
 url='http://www.gluster.org/'


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

Date: Friday, February 17, 2017 @ 17:43:19
  Author: spupykin
Revision: 212946

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

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

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

Copied: freerdp/repos/community-staging-i686/PKGBUILD (from rev 212945, 
freerdp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 17:43:19 UTC (rev 212946)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stijn Segers 
+
+pkgname=freerdp
+epoch=1
+pkgver=1.2.0_20170201
+_commit=6001cb710dc67eb8811362b7bf383754257a902b
+_pkgver=${pkgver/_/-}
+_pkgver=${_pkgver/+/-}
+pkgrel=3
+pkgdesc="Free RDP client"
+arch=('i686' 'x86_64')
+url="http://freerdp.sourceforge.net;
+license=('GPL')
+depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
+'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
+'libxrender' 'libxfixes' 'gst-plugins-base-libs')
+makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
+'xmlto' 'docbook-xsl' 'git')
+provides=('libwinpr-tools2.so' 'libfreerdp-client2.so' 'libfreerdp2.so'
+  'libwinpr2.so')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz)
+source=("FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir"/FreeRDP-${_pkgver}
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_PULSE=ON \
+   -DWITH_CUPS=ON \
+   -DWITH_CHANNELS=ON \
+   -DWITH_CLIENT_CHANNELS=ON \
+   -DWITH_SERVER_CHANNELS=ON \
+   -DWITH_WAYLAND=ON \
+   .
+  make
+}
+
+package() {
+  cd "$srcdir"/FreeRDP-${_pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: freerdp/repos/community-staging-x86_64/PKGBUILD (from rev 212945, 
freerdp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 17:43:19 UTC (rev 212946)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stijn Segers 
+
+pkgname=freerdp
+epoch=1
+pkgver=1.2.0_20170201
+_commit=6001cb710dc67eb8811362b7bf383754257a902b
+_pkgver=${pkgver/_/-}
+_pkgver=${_pkgver/+/-}
+pkgrel=3
+pkgdesc="Free RDP client"
+arch=('i686' 'x86_64')
+url="http://freerdp.sourceforge.net;
+license=('GPL')
+depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
+'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
+'libxrender' 'libxfixes' 'gst-plugins-base-libs')
+makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
+'xmlto' 'docbook-xsl' 'git')
+provides=('libwinpr-tools2.so' 'libfreerdp-client2.so' 'libfreerdp2.so'
+  'libwinpr2.so')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz)
+source=("FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir"/FreeRDP-${_pkgver}
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_PULSE=ON \
+   -DWITH_CUPS=ON \
+   -DWITH_CHANNELS=ON \
+   -DWITH_CLIENT_CHANNELS=ON \
+   -DWITH_SERVER_CHANNELS=ON \
+   -DWITH_WAYLAND=ON \
+   .
+  make
+}
+
+package() {
+  cd "$srcdir"/FreeRDP-${_pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

Date: Friday, February 17, 2017 @ 17:43:05
  Author: spupykin
Revision: 212945

upgpkg: freerdp 1:1.2.0_20170201-3

upd

Modified:
  freerdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 17:35:35 UTC (rev 212944)
+++ PKGBUILD2017-02-17 17:43:05 UTC (rev 212945)
@@ -8,7 +8,7 @@
 _commit=6001cb710dc67eb8811362b7bf383754257a902b
 _pkgver=${pkgver/_/-}
 _pkgver=${_pkgver/+/-}
-pkgrel=2
+pkgrel=3
 pkgdesc="Free RDP client"
 arch=('i686' 'x86_64')
 url="http://freerdp.sourceforge.net;


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

Date: Friday, February 17, 2017 @ 17:35:35
  Author: spupykin
Revision: 212944

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

Added:
  cgit/repos/community-staging-i686/
  cgit/repos/community-staging-i686/PKGBUILD
(from rev 212943, cgit/trunk/PKGBUILD)
  cgit/repos/community-staging-i686/apache.example.conf
(from rev 212943, cgit/trunk/apache.example.conf)
  cgit/repos/community-staging-i686/cgit.install
(from rev 212943, cgit/trunk/cgit.install)
  cgit/repos/community-staging-x86_64/
  cgit/repos/community-staging-x86_64/PKGBUILD
(from rev 212943, cgit/trunk/PKGBUILD)
  cgit/repos/community-staging-x86_64/apache.example.conf
(from rev 212943, cgit/trunk/apache.example.conf)
  cgit/repos/community-staging-x86_64/cgit.install
(from rev 212943, cgit/trunk/cgit.install)

--+
 community-staging-i686/PKGBUILD  |   47 +
 community-staging-i686/apache.example.conf   |   23 
 community-staging-i686/cgit.install  |5 ++
 community-staging-x86_64/PKGBUILD|   47 +
 community-staging-x86_64/apache.example.conf |   23 
 community-staging-x86_64/cgit.install|5 ++
 6 files changed, 150 insertions(+)

Copied: cgit/repos/community-staging-i686/PKGBUILD (from rev 212943, 
cgit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 17:35:35 UTC (rev 212944)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Lukas Fleischer 
+# Contributor: Patrick Palka 
+# Contributor: Loui Chang 
+# Contributor: Andreas Baumann 
+
+pkgname=cgit
+pkgver=1.1
+pkgrel=2
+pkgdesc="A web interface for git written in plain C"
+arch=('i686' 'x86_64')
+url="http://git.zx2c4.com/cgit/;
+license=('GPL2')
+depends=('openssl' 'luajit')
+makedepends=('zlib' 'curl' 'asciidoc')
+optdepends=('python-pygments: syntax highlighting support'
+   'python-markdown: about page formated with markdown'
+   'mime-types: serve file with correct content-type header')
+install=cgit.install
+source=("https://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz;
+   "apache.example.conf")
+sha256sums=('0889af29be15fc981481caa09579f982b9740fe9fd2860ab87dff286f4635890'
+'89927d462c0504863c163eb8a210e5d65db30ee6e4300ff6a2f92460e4f20a62')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  make get-git
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+  make doc-man
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR="$pkgdir" prefix=/usr 
install install-man
+
+  install -vd "$pkgdir/var/cache/$pkgname"
+  install -vDm0644 "$srcdir/apache.example.conf" 
"$pkgdir/etc/webapps/cgit/apache.example.conf"
+  mkdir -p "$pkgdir/usr/lib/cgit"
+  mv "$pkgdir/usr/share/webapps/cgit/cgit.cgi" "$pkgdir/usr/lib/cgit"
+  ln -sf ../../../lib/cgit/cgit.cgi "$pkgdir/usr/share/webapps/cgit/cgit.cgi"
+}

Copied: cgit/repos/community-staging-i686/apache.example.conf (from rev 212943, 
cgit/trunk/apache.example.conf)
===
--- community-staging-i686/apache.example.conf  (rev 0)
+++ community-staging-i686/apache.example.conf  2017-02-17 17:35:35 UTC (rev 
212944)
@@ -0,0 +1,23 @@
+ScriptAlias /cgit/ "/usr/lib/cgit/cgit.cgi/"
+
+Alias /cgit-css "/usr/share/webapps/cgit/"
+
+
+   AllowOverride None
+   Options None
+   Require all granted
+   AuthType Basic
+   AuthName cgit
+   AuthUserFile /etc/httpd/conf/passwd
+   Require user root
+
+
+
+   AllowOverride None
+   Options ExecCGI FollowSymlinks
+   Require all granted
+   AuthType Basic
+   AuthName cgit
+   AuthUserFile /etc/httpd/conf/passwd
+   Require user root
+

Copied: cgit/repos/community-staging-i686/cgit.install (from rev 212943, 
cgit/trunk/cgit.install)
===
--- community-staging-i686/cgit.install (rev 0)
+++ community-staging-i686/cgit.install 2017-02-17 17:35:35 UTC (rev 212944)
@@ -0,0 +1,5 @@
+post_install() {
+   chown -v http:http var/cache/cgit
+   echo "==> cgit looks at /etc/cgitrc for configuration. There is"
+   echo "==> an example configuration file in the cgitrc(5) man page."
+}

Copied: cgit/repos/community-staging-x86_64/PKGBUILD (from rev 212943, 
cgit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 17:35:35 UTC (rev 212944)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# 

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

Date: Friday, February 17, 2017 @ 17:35:10
  Author: spupykin
Revision: 212943

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

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

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

Copied: dillo/repos/community-staging-i686/PKGBUILD (from rev 212942, 
dillo/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 17:35:10 UTC (rev 212943)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: dorphell 
+
+pkgname=dillo
+pkgver=3.0.5
+pkgrel=4
+pkgdesc="A small, fast graphical web browser built on FLTK"
+arch=(i686 x86_64)
+url="http://www.dillo.org;
+license=('GPL')
+depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor'
+ 'libxi' 'libxinerama')
+backup=(etc/dillo/{dillorc,dpidrc})
+validpgpkeys=('D91CE08D8679CF2A6F8792E05B1004E936929CEE')
+source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2{,.asc})
+sha256sums=('db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b'
+'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-cookies --enable-dlgui \
+  --enable-ssl
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: dillo/repos/community-staging-x86_64/PKGBUILD (from rev 212942, 
dillo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 17:35:10 UTC (rev 212943)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: dorphell 
+
+pkgname=dillo
+pkgver=3.0.5
+pkgrel=4
+pkgdesc="A small, fast graphical web browser built on FLTK"
+arch=(i686 x86_64)
+url="http://www.dillo.org;
+license=('GPL')
+depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor'
+ 'libxi' 'libxinerama')
+backup=(etc/dillo/{dillorc,dpidrc})
+validpgpkeys=('D91CE08D8679CF2A6F8792E05B1004E936929CEE')
+source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2{,.asc})
+sha256sums=('db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b'
+'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-cookies --enable-dlgui \
+  --enable-ssl
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

Date: Friday, February 17, 2017 @ 17:34:43
  Author: spupykin
Revision: 212941

upgpkg: cgit 1.1-2

upd

Modified:
  cgit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 16:27:29 UTC (rev 212940)
+++ PKGBUILD2017-02-17 17:34:43 UTC (rev 212941)
@@ -7,7 +7,7 @@
 
 pkgname=cgit
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A web interface for git written in plain C"
 arch=('i686' 'x86_64')
 url="http://git.zx2c4.com/cgit/;


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

Date: Friday, February 17, 2017 @ 17:34:52
  Author: spupykin
Revision: 212942

upgpkg: dillo 3.0.5-4

upd

Modified:
  dillo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 17:34:43 UTC (rev 212941)
+++ PKGBUILD2017-02-17 17:34:52 UTC (rev 212942)
@@ -4,7 +4,7 @@
 
 pkgname=dillo
 pkgver=3.0.5
-pkgrel=3
+pkgrel=4
 pkgdesc="A small, fast graphical web browser built on FLTK"
 arch=(i686 x86_64)
 url="http://www.dillo.org;


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

Date: Friday, February 17, 2017 @ 16:27:29
  Author: spupykin
Revision: 212940

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-17 16:27:10 UTC (rev 212939)
+++ community-i686/PKGBUILD 2017-02-17 16:27:29 UTC (rev 212940)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Christian Himpel 
-# Contributor: Johannes Hanika 
-
-pkgname=darktable
-epoch=2
-pkgver=2.2.3
-pkgrel=1
-pkgdesc="Utility to organize and develop raw images"
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
-'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk3' 'pugixml' 'json-glib' 'flickcurl' 'lua52'
-'colord' 'colord-gtk' 'graphicsmagick')
-makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups')
-optdepends=('librsvg' 'osm-gps-map' 'libcups')
-validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9')
-# even releases are stable, do not change source url!
-source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})
-sha256sums=('1b33859585bf283577680c61e3c0ea4e48214371453b9c17a86664d2fbda48a0'
-'SKIP')
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/rc/~rc}"
-  mkdir -p build
-  cd build
-  CXXFLAGS+=" -fpermissive"
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DBUILD_USERMANUAL=False \
-  -DUSE_LIBSECRET=On \
-  -DUSE_LUA=On \
-  -DUSE_GNOME_KEYRING=Off \
-  -DUSE_COLORD=On \
-  -DPROJECT_VERSION=$pkgver \
-  ..
-  make
-
-  cd ../tools/basecurve
-  cmake .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/rc/~rc}/build"
-  make DESTDIR="$pkgdir" install
-  ln -s darktable/libdarktable.so "$pkgdir/usr/lib/libdarktable.so"
-  install -Dm0755 ../tools/basecurve/dt-curve-tool 
"$pkgdir"/usr/bin/dt-curve-tool
-  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper 
"$pkgdir"/usr/bin/dt-curve-tool-helper
-}

Copied: darktable/repos/community-i686/PKGBUILD (from rev 212939, 
darktable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-17 16:27:29 UTC (rev 212940)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Christian Himpel 
+# Contributor: Johannes Hanika 
+
+pkgname=darktable
+epoch=2
+pkgver=2.2.3
+pkgrel=2
+pkgdesc="Utility to organize and develop raw images"
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
+'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk3' 'pugixml' 'json-glib' 'flickcurl' 'lua52'
+'colord' 'colord-gtk' 'graphicsmagick' 'osm-gps-map')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups')
+optdepends=('librsvg' 'libcups')
+validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9')
+# even releases are stable, do not change source url!
+source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})
+sha256sums=('1b33859585bf283577680c61e3c0ea4e48214371453b9c17a86664d2fbda48a0'
+'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/rc/~rc}"
+  mkdir -p build
+  cd build
+  CXXFLAGS+=" -fpermissive"
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DBUILD_USERMANUAL=False \
+  -DUSE_LIBSECRET=On \
+  -DUSE_LUA=On \
+  -DUSE_GNOME_KEYRING=Off \
+  -DUSE_COLORD=On \
+  -DPROJECT_VERSION=$pkgver \
+  ..
+  make
+
+  cd ../tools/basecurve
+  cmake .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/rc/~rc}/build"
+  make DESTDIR="$pkgdir" install
+  ln -s darktable/libdarktable.so "$pkgdir/usr/lib/libdarktable.so"
+  install -Dm0755 ../tools/basecurve/dt-curve-tool 
"$pkgdir"/usr/bin/dt-curve-tool
+  

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

Date: Friday, February 17, 2017 @ 16:27:10
  Author: spupykin
Revision: 212939

upgpkg: darktable 2:2.2.3-2

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 16:22:59 UTC (rev 212938)
+++ PKGBUILD2017-02-17 16:27:10 UTC (rev 212939)
@@ -6,7 +6,7 @@
 pkgname=darktable
 epoch=2
 pkgver=2.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Utility to organize and develop raw images"
 arch=('i686' 'x86_64')
 url=http://darktable.sf.net/
@@ -14,9 +14,9 @@
 depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
 'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
 'libsoup' 'gtk3' 'pugixml' 'json-glib' 'flickcurl' 'lua52'
-'colord' 'colord-gtk' 'graphicsmagick')
+'colord' 'colord-gtk' 'graphicsmagick' 'osm-gps-map')
 makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups')
-optdepends=('librsvg' 'osm-gps-map' 'libcups')
+optdepends=('librsvg' 'libcups')
 validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9')
 # even releases are stable, do not change source url!
 
source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})


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

Date: Friday, February 17, 2017 @ 15:55:23
  Author: arodseth
Revision: 212932

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

Added:
  erlang/repos/community-i686/PKGBUILD
(from rev 212931, erlang/trunk/PKGBUILD)
  erlang/repos/community-i686/epmd.conf
(from rev 212931, erlang/trunk/epmd.conf)
  erlang/repos/community-i686/epmd.service
(from rev 212931, erlang/trunk/epmd.service)
  erlang/repos/community-i686/epmd.socket
(from rev 212931, erlang/trunk/epmd.socket)
  erlang/repos/community-x86_64/PKGBUILD
(from rev 212931, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 212931, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 212931, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 212931, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-i686/PKGBUILD
  erlang/repos/community-i686/epmd.conf
  erlang/repos/community-i686/epmd.service
  erlang/repos/community-i686/epmd.socket
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

---+
 /PKGBUILD |  190 
 /epmd.conf|6 +
 /epmd.service |   22 
 /epmd.socket  |   18 +++
 community-i686/PKGBUILD   |   93 ---
 community-i686/epmd.conf  |3 
 community-i686/epmd.service   |   11 --
 community-i686/epmd.socket|9 -
 community-x86_64/PKGBUILD |   93 ---
 community-x86_64/epmd.conf|3 
 community-x86_64/epmd.service |   11 --
 community-x86_64/epmd.socket  |9 -
 12 files changed, 236 insertions(+), 232 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-17 15:53:30 UTC (rev 212931)
+++ community-i686/PKGBUILD 2017-02-17 15:55:23 UTC (rev 212932)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgbase=erlang
-pkgname=('erlang' 'erlang-unixodbc')
-pkgver=19.2
-pkgrel=1
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('Apache')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'glu' 'git'
- 'libxslt' 'fop' 'java-environment')
-options=('staticlibs')
-source=("git://github.com/erlang/otp.git#tag=OTP-$pkgver"
-"http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz; # 
${pkgver%.*}
-'epmd.service'
-'epmd.socket'
-'epmd.conf')
-sha256sums=('SKIP'
-'8a76ff3bb40a6d6a1552fa5a4204c8a3c7d99d2ea6f12684f02d038b23ad25cb'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-  ./otp_build setup
-}
-
-build() {
-  cd otp
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=('ncurses' 'glu' 'wxgtk' 'openssl')
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=('erlang-nox')
-  conflicts=('erlang-nox')
-
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/COPYRIGHT \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Move over files that will be packaged as erlang-unixodbc
-  mkdir "$srcdir/unixodbc"
-  mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-  mv "$pkgdir/usr/lib/erlang/man/man3/odbc.3.gz" "$srcdir"
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=('unixodbc' 'erlang-nox')
-
-  # Get the files that should be packaged as erlang-unixodbc
-  mkdir -p 

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

Date: Friday, February 17, 2017 @ 15:53:30
  Author: arodseth
Revision: 212931

upgpkg: erlang 19.2.3-1

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 15:52:51 UTC (rev 212930)
+++ PKGBUILD2017-02-17 15:53:30 UTC (rev 212931)
@@ -8,7 +8,7 @@
 
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
-pkgver=19.2
+pkgver=19.2.3
 pkgrel=1
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
@@ -16,8 +16,8 @@
 makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'glu' 'git'
  'libxslt' 'fop' 'java-environment')
 options=('staticlibs')
-source=("git://github.com/erlang/otp.git#tag=OTP-$pkgver"
-"http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz; # 
${pkgver%.*}
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
+"http://www.erlang.org/download/otp_doc_man_${pkgver%.*}.tar.gz;
 'epmd.service'
 'epmd.socket'
 'epmd.conf')
@@ -29,11 +29,13 @@
 
 prepare() {
   cd otp
+
   ./otp_build setup
 }
 
 build() {
   cd otp
+
   ./configure --prefix=/usr --enable-smp-support --with-odbc
   make
 }


  1   2   3   >