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

2016-12-16 Thread Felix Yan
Date: Saturday, December 17, 2016 @ 07:44:44
  Author: felixonmars
Revision: 199915

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

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

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

Copied: haskell-fsnotify/repos/community-staging-i686/PKGBUILD (from rev 
199914, haskell-fsnotify/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-17 07:44:44 UTC (rev 199915)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fsnotify
+pkgname=haskell-fsnotify
+pkgver=0.2.1
+pkgrel=8
+pkgdesc="Cross platform library for file change notification."
+url="https://github.com/haskell-fswatch/hfsnotify;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-hinotify" "haskell-text"
+ "haskell-unix-compat")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ebcf1b7bd825f269510850f20508a2ba0f640a41af08de0c171d8ba24618542b')
+
+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-fsnotify/repos/community-staging-x86_64/PKGBUILD (from rev 
199914, haskell-fsnotify/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-17 07:44:44 UTC (rev 199915)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fsnotify
+pkgname=haskell-fsnotify
+pkgver=0.2.1
+pkgrel=8
+pkgdesc="Cross platform library for file change notification."
+url="https://github.com/haskell-fswatch/hfsnotify;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-hinotify" "haskell-text"
+ "haskell-unix-compat")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ebcf1b7bd825f269510850f20508a2ba0f640a41af08de0c171d8ba24618542b')
+
+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" 

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

2016-12-16 Thread Felix Yan
Date: Saturday, December 17, 2016 @ 07:44:14
  Author: felixonmars
Revision: 199914

upgpkg: haskell-fsnotify 0.2.1-8

rebuild with hinotify-0.3.9

Modified:
  haskell-fsnotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-17 07:42:34 UTC (rev 199913)
+++ PKGBUILD2016-12-17 07:44:14 UTC (rev 199914)
@@ -5,7 +5,7 @@
 _hkgname=fsnotify
 pkgname=haskell-fsnotify
 pkgver=0.2.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Cross platform library for file change notification."
 url="https://github.com/haskell-fswatch/hfsnotify;
 license=("custom:BSD3")


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

2016-12-16 Thread Felix Yan
Date: Saturday, December 17, 2016 @ 07:42:34
  Author: felixonmars
Revision: 199913

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

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

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

Copied: haskell-hinotify/repos/community-staging-i686/PKGBUILD (from rev 
199912, haskell-hinotify/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-17 07:42:34 UTC (rev 199913)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hinotify
+pkgname=haskell-hinotify
+pkgver=0.3.9
+pkgrel=1
+pkgdesc="Haskell binding to inotify"
+url="https://github.com/kolmodin/hinotify.git;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f2480e4c08a516831c2221eebc6a9d3242e892932d9315c34cbe92a101c5df99')
+
+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-hinotify/repos/community-staging-x86_64/PKGBUILD (from rev 
199912, haskell-hinotify/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-17 07:42:34 UTC (rev 199913)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hinotify
+pkgname=haskell-hinotify
+pkgver=0.3.9
+pkgrel=1
+pkgdesc="Haskell binding to inotify"
+url="https://github.com/kolmodin/hinotify.git;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f2480e4c08a516831c2221eebc6a9d3242e892932d9315c34cbe92a101c5df99')
+
+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"
+}


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

2016-12-16 Thread Felix Yan
Date: Saturday, December 17, 2016 @ 07:42:06
  Author: felixonmars
Revision: 199912

upgpkg: haskell-hinotify 0.3.9-1

rebuild with hinotify-0.3.9

Modified:
  haskell-hinotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-17 07:38:29 UTC (rev 199911)
+++ PKGBUILD2016-12-17 07:42:06 UTC (rev 199912)
@@ -4,15 +4,15 @@
 
 _hkgname=hinotify
 pkgname=haskell-hinotify
-pkgver=0.3.8.1
-pkgrel=2
+pkgver=0.3.9
+pkgrel=1
 pkgdesc="Haskell binding to inotify"
 url="https://github.com/kolmodin/hinotify.git;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1")
+depends=("ghc=8.0.1" "haskell-async")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('37d46e32c362ff1e2d9c8d79a553e0d2e59e009d46708163fb05a07e1a71810d')
+sha256sums=('f2480e4c08a516831c2221eebc6a9d3242e892932d9315c34cbe92a101c5df99')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-12-16 Thread Felix Yan
Date: Saturday, December 17, 2016 @ 07:38:10
  Author: felixonmars
Revision: 199910

upgpkg: python-faker 0.7.5-1

Modified:
  python-faker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-17 07:06:37 UTC (rev 199909)
+++ PKGBUILD2016-12-17 07:38:10 UTC (rev 199910)
@@ -3,9 +3,10 @@
 # Contributor: Jeremy "Ichimonji10" Audet 
 # Contributor: dnuux 
 
-pkgbase=python-fake-factory
-pkgname=(python-fake-factory python2-fake-factory)
-pkgver=0.7.2
+pkgbase=python-faker
+pkgname=(python-faker python2-faker)
+pkgver=0.7.5
+_commit=c921d966a0ba6732272009773a36c5e0daf0f924
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')
@@ -15,7 +16,7 @@
 checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser' 
'python-nose' 'python2-nose'
   'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
   'python2-ipaddress')
-source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver;)
+source=("git+https://github.com/joke2k/faker.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 prepare() {
@@ -38,8 +39,11 @@
   nosetests2
 }
 
-package_python-fake-factory() {
+package_python-faker() {
   depends=('python-setuptools' 'python-dateutil')
+  provides=("python-fake-factory=$pkgver")
+  conflicts=('python-fake-factory')
+  replaces=('python-fake-factory')
 
   cd "$srcdir"/faker
   python setup.py install --root="$pkgdir" --optimize=1
@@ -46,8 +50,11 @@
   install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
 }
 
-package_python2-fake-factory() {
+package_python2-faker() {
   depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
+  provides=("python2-fake-factory=$pkgver")
+  conflicts=('python2-fake-factory')
+  replaces=('python2-fake-factory')
 
   cd "$srcdir"/faker-py2
   python2 setup.py install --root="$pkgdir" --optimize=1


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

2016-12-16 Thread Felix Yan
Date: Saturday, December 17, 2016 @ 07:38:29
  Author: felixonmars
Revision: 199911

archrelease: copy trunk to community-any

Added:
  python-faker/repos/community-any/
  python-faker/repos/community-any/PKGBUILD
(from rev 199910, python-faker/trunk/PKGBUILD)

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

Copied: python-faker/repos/community-any/PKGBUILD (from rev 199910, 
python-faker/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-12-17 07:38:29 UTC (rev 199911)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: dnuux 
+
+pkgbase=python-faker
+pkgname=(python-faker python2-faker)
+pkgver=0.7.5
+_commit=c921d966a0ba6732272009773a36c5e0daf0f924
+pkgrel=1
+pkgdesc='Faker generates fake data for you.'
+arch=('any')
+url='http://www.joke2k.net/faker/'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil' 'git')
+checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser' 
'python-nose' 'python2-nose'
+  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
+  'python2-ipaddress')
+source=("git+https://github.com/joke2k/faker.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a faker{,-py2}
+}
+
+build() {
+  cd "$srcdir"/faker
+  python setup.py build
+
+  cd "$srcdir"/faker-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/faker
+  nosetests3
+
+  cd "$srcdir"/faker-py2
+  nosetests2
+}
+
+package_python-faker() {
+  depends=('python-setuptools' 'python-dateutil')
+  provides=("python-fake-factory=$pkgver")
+  conflicts=('python-fake-factory')
+  replaces=('python-fake-factory')
+
+  cd "$srcdir"/faker
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+package_python2-faker() {
+  depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
+  provides=("python2-fake-factory=$pkgver")
+  conflicts=('python2-fake-factory')
+  replaces=('python2-fake-factory')
+
+  cd "$srcdir"/faker-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/faker{,2}
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (python-fake-factory python-faker)

2016-12-16 Thread Felix Yan
Date: Saturday, December 17, 2016 @ 07:06:37
  Author: felixonmars
Revision: 199909

upstream rename

Added:
  python-faker/
Deleted:
  python-fake-factory/


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

2016-12-16 Thread Jaroslav Lichtblau
Date: Saturday, December 17, 2016 @ 02:29:17
  Author: jlichtblau
Revision: 199907

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

Added:
  yaz/repos/community-i686/PKGBUILD
(from rev 199906, yaz/trunk/PKGBUILD)
  yaz/repos/community-i686/yaz.changelog
(from rev 199906, yaz/trunk/yaz.changelog)
  yaz/repos/community-x86_64/PKGBUILD
(from rev 199906, yaz/trunk/PKGBUILD)
  yaz/repos/community-x86_64/yaz.changelog
(from rev 199906, yaz/trunk/yaz.changelog)
Deleted:
  yaz/repos/community-i686/PKGBUILD
  yaz/repos/community-i686/yaz.changelog
  yaz/repos/community-x86_64/PKGBUILD
  yaz/repos/community-x86_64/yaz.changelog

+
 /PKGBUILD  |   70 +
 /yaz.changelog |   94 +++
 community-i686/PKGBUILD|   35 --
 community-i686/yaz.changelog   |   44 --
 community-x86_64/PKGBUILD  |   35 --
 community-x86_64/yaz.changelog |   44 --
 6 files changed, 164 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-17 02:28:42 UTC (rev 199906)
+++ community-i686/PKGBUILD 2016-12-17 02:29:17 UTC (rev 199907)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: Stefan Husmann 
-# Contributor: William Rea 
-# Contributor: Robert Emil Berge 
-
-pkgname=yaz
-pkgver=5.18.0
-pkgrel=3
-pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
-arch=('i686' 'x86_64')
-url="http://www.indexdata.dk/yaz;
-license=('BSD')
-depends=('gnutls' 'libxslt' 'icu')
-changelog=$pkgname.changelog
-source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('b37ebbfc5b88ddb4fc5d8aefca345b48acac196211d35b11f292aafe636f660c')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-shared=yaz
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#License
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: yaz/repos/community-i686/PKGBUILD (from rev 199906, yaz/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-17 02:29:17 UTC (rev 199907)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Stefan Husmann 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=yaz
+pkgver=5.19.0
+pkgrel=1
+pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
+arch=('i686' 'x86_64')
+url="http://www.indexdata.dk/yaz;
+license=('BSD')
+depends=('gnutls' 'libxslt' 'icu')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('68e5b31517f09c6f6b548d24e70b72b5faeb9dd9b2e47b1ef13e32bf15b2ff18')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-shared=yaz
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#License
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/yaz.changelog
===
--- community-i686/yaz.changelog2016-12-17 02:28:42 UTC (rev 199906)
+++ community-i686/yaz.changelog2016-12-17 02:29:17 UTC (rev 199907)
@@ -1,44 +0,0 @@
-2016-11-06 Jaroslav Lichtblau 
-   * yaz 5.18.0-2 readline 7.0 rebuild
-
-2016-10-17 Jaroslav Lichtblau 
-   * yaz 5.18.0-1
-
-2016-10-04 Jaroslav Lichtblau 
-   * yaz 5.17.0-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * yaz 5.16.0-1
-
-2016-01-16 Jaroslav Lichtblau 
-   * yaz 5.15.2-1
-
-2015-12-04 Jaroslav Lichtblau 
-   * yaz 5.15.1-1
-
-2015-10-05 Jaroslav Lichtblau 
-   * yaz 5.14.11-1
-
-2014-12-30 Jaroslav Lichtblau 
-   * yaz 5.7.2-1
-
-2014-10-21 Jaroslav Lichtblau 
-   * yaz 5.4.4-1
-
-2014-05-25 Jaroslav Lichtblau 
-   * yaz 5.1.1-1
-
-2014-02-06 Jaroslav Lichtblau 
-   * yaz 

[arch-commits] Commit in yaz/trunk (PKGBUILD yaz.changelog)

2016-12-16 Thread Jaroslav Lichtblau
Date: Saturday, December 17, 2016 @ 02:28:42
  Author: jlichtblau
Revision: 199906

upgpkg: yaz 5.19.0-1 - new upstream release

Modified:
  yaz/trunk/PKGBUILD
  yaz/trunk/yaz.changelog

---+
 PKGBUILD  |6 +++---
 yaz.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-17 00:25:41 UTC (rev 199905)
+++ PKGBUILD2016-12-17 02:28:42 UTC (rev 199906)
@@ -7,8 +7,8 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=yaz
-pkgver=5.18.0
-pkgrel=3
+pkgver=5.19.0
+pkgrel=1
 pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
 arch=('i686' 'x86_64')
 url="http://www.indexdata.dk/yaz;
@@ -16,7 +16,7 @@
 depends=('gnutls' 'libxslt' 'icu')
 changelog=$pkgname.changelog
 source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('b37ebbfc5b88ddb4fc5d8aefca345b48acac196211d35b11f292aafe636f660c')
+sha256sums=('68e5b31517f09c6f6b548d24e70b72b5faeb9dd9b2e47b1ef13e32bf15b2ff18')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: yaz.changelog
===
--- yaz.changelog   2016-12-17 00:25:41 UTC (rev 199905)
+++ yaz.changelog   2016-12-17 02:28:42 UTC (rev 199906)
@@ -1,3 +1,6 @@
+2016-12-17 Jaroslav Lichtblau 
+   * yaz 5.19.0-1
+
 2016-11-06 Jaroslav Lichtblau 
* yaz 5.18.0-2 readline 7.0 rebuild
 


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

2016-12-16 Thread Antonio Rojas
Date: Saturday, December 17, 2016 @ 00:19:21
  Author: arojas
Revision: 283874

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

Added:
  gsl/repos/testing-i686/
  gsl/repos/testing-i686/PKGBUILD
(from rev 283873, gsl/trunk/PKGBUILD)
  gsl/repos/testing-x86_64/
  gsl/repos/testing-x86_64/PKGBUILD
(from rev 283873, gsl/trunk/PKGBUILD)

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

Copied: gsl/repos/testing-i686/PKGBUILD (from rev 283873, gsl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-17 00:19:21 UTC (rev 283874)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Juergen Hoetzel 
+# Contributor: Tom Newsom 
+
+pkgname=gsl
+pkgver=2.3
+pkgrel=1
+pkgdesc="The GNU Scientific Library (GSL) is a modern numerical library for C 
and C++ programmers"
+url="http://www.gnu.org/software/gsl/gsl.html;
+source=("http://ftp.gnu.org/gnu/gsl/$pkgname-$pkgver.tar.gz;)
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('glibc' 'bash')
+sha1sums=('7aa27dd7e5d6e3d4e4dc8b2daec18a6e68615fb9')
+
+build() {
+unset LDFLAGS
+
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr
+make
+}
+
+check() {
+[[ $CARCH = 'i686' ]] && return 0 # 
https://lists.gnu.org/archive/html/bug-gsl/2015-11/msg00011.html
+cd "${srcdir}/${pkgname}-${pkgver}"
+make check
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: gsl/repos/testing-x86_64/PKGBUILD (from rev 283873, gsl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-12-17 00:19:21 UTC (rev 283874)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Juergen Hoetzel 
+# Contributor: Tom Newsom 
+
+pkgname=gsl
+pkgver=2.3
+pkgrel=1
+pkgdesc="The GNU Scientific Library (GSL) is a modern numerical library for C 
and C++ programmers"
+url="http://www.gnu.org/software/gsl/gsl.html;
+source=("http://ftp.gnu.org/gnu/gsl/$pkgname-$pkgver.tar.gz;)
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('glibc' 'bash')
+sha1sums=('7aa27dd7e5d6e3d4e4dc8b2daec18a6e68615fb9')
+
+build() {
+unset LDFLAGS
+
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr
+make
+}
+
+check() {
+[[ $CARCH = 'i686' ]] && return 0 # 
https://lists.gnu.org/archive/html/bug-gsl/2015-11/msg00011.html
+cd "${srcdir}/${pkgname}-${pkgver}"
+make check
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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

2016-12-16 Thread Antonio Rojas
Date: Saturday, December 17, 2016 @ 00:18:42
  Author: arojas
Revision: 283873

Update to 2.3

Modified:
  gsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 23:50:13 UTC (rev 283872)
+++ PKGBUILD2016-12-17 00:18:42 UTC (rev 283873)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=gsl
-pkgver=2.2.1
+pkgver=2.3
 pkgrel=1
 pkgdesc="The GNU Scientific Library (GSL) is a modern numerical library for C 
and C++ programmers"
 url="http://www.gnu.org/software/gsl/gsl.html;
@@ -12,7 +12,7 @@
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('glibc' 'bash')
-sha1sums=('2612a898aada49e90aa3069c712f172530f8d38f')
+sha1sums=('7aa27dd7e5d6e3d4e4dc8b2daec18a6e68615fb9')
 
 build() {
 unset LDFLAGS


[arch-commits] Commit in calligra/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 23:50:13
  Author: foutrelis
Revision: 283872

poppler 0.50.0 rebuild (done manually for repos/extra-*)

Modified:
  calligra/repos/extra-i686/PKGBUILD
  calligra/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |2 +-
 extra-x86_64/PKGBUILD |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-16 23:30:42 UTC (rev 283871)
+++ extra-i686/PKGBUILD 2016-12-16 23:50:13 UTC (rev 283872)
@@ -20,7 +20,7 @@
  'calligra-stage'
  'calligra-words')
 pkgver=2.9.11
-pkgrel=9
+pkgrel=10
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-12-16 23:30:42 UTC (rev 283871)
+++ extra-x86_64/PKGBUILD   2016-12-16 23:50:13 UTC (rev 283872)
@@ -20,7 +20,7 @@
  'calligra-stage'
  'calligra-words')
 pkgver=2.9.11
-pkgrel=9
+pkgrel=10
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')


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

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 23:29:23
  Author: foutrelis
Revision: 283863

poppler 0.50.0 rebuild

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 23:00:59 UTC (rev 283862)
+++ PKGBUILD2016-12-16 23:29:23 UTC (rev 283863)
@@ -18,7 +18,7 @@
  'calligra-stage'
  'calligra-words')
 pkgver=3.0.0
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')


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

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 23:29:36
  Author: foutrelis
Revision: 283864

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

Added:
  calligra/repos/staging-i686/
  calligra/repos/staging-i686/PKGBUILD
(from rev 283863, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 283863, calligra/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |  165 ++
 staging-x86_64/PKGBUILD |  165 ++
 2 files changed, 330 insertions(+)

Copied: calligra/repos/staging-i686/PKGBUILD (from rev 283863, 
calligra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-12-16 23:29:36 UTC (rev 283864)
@@ -0,0 +1,165 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgbase=calligra
+pkgname=('braindump'
+ 'calligra-devtools'
+ 'calligra-extras'
+ 'calligra-filters'
+ 'calligra-handbook'
+ 'karbon'
+ 'calligra-libs'
+ 'calligra-plan'
+ 'calligra-plugins'
+ 'calligra-sheets'
+ 'calligra-stage'
+ 'calligra-words')
+pkgver=3.0.0
+pkgrel=4
+arch=('i686' 'x86_64')
+url='http://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+makedepends=('extra-cmake-modules' 'kcmutils' 'kdoctools' 'python' 
'kdelibs4support' 'knotifyconfig'
+ 'kdesignerplugin' 'kross' 'ktexteditor' 'threadweaver' 
'kactivities' 'khtml' 'boost'
+ 'libwpg' 'poppler-qt5' 'kdiagram' 'kreport' 'eigen' 'marble' 
'openjpeg' 'pstoedit' 'libspnav'
+ 'libvisio' 'libetonyek' 'libodfgen' 'libwps' 'gsl' 'openexr' 
'akonadi-contacts' 'kcalcore'
+ 'vc' 'qca-qt5' 'git')
+groups=('calligra')
+source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('e1380e00acb92db59d4a24ee856acaa9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_UNMAINTAINED=ON
+  make
+}
+
+package_calligra-filters() {
+  pkgdesc="Filters for the Calligra office suite"
+  depends=('calligra-sheets' 'calligra-words' 'karbon' 'libodfgen')
+  optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+  'libwps: Microsoft Works file word processor format import'
+  'libvisio: Microsoft Visio import filter'
+  'libetonyek: Apple Keynote import filter'
+  'pstoedit: EPS to SVG filter'
+  'poppler: PDF to SVG filter'
+  'khtml: HTML to ODS filter'
+  'openjpeg: PDF to SVG filer')
+  cd build/filters
+  make DESTDIR="$pkgdir" install
+}
+
+package_braindump() {
+  pkgdesc="Notes and idea gathering"
+  depends=('qt5-webkit' 'hicolor-icon-theme' 'calligra-libs')
+  conflicts=('calligra-braindump')
+  replaces=('calligra-braindump')
+
+  cd build/braindump
+  make DESTDIR="$pkgdir" install
+}
+
+package_calligra-libs() {
+  pkgdesc="Libraries for the Calligra office suite"
+  depends=('akonadi-contacts' 'ilmbase' 'kactivities' 'qca-qt5')
+
+  for _d in interfaces libs pics servicetypes; do
+cd "$srcdir"/build/$_d
+make DESTDIR="$pkgdir" install
+  done
+}
+
+package_calligra-plugins() {
+  pkgdesc="Plugins for the Calligra office suite"
+  depends=('calligra-filters' 'libspnav' 'kdiagram')
+
+  cd build/plugins
+  make DESTDIR="$pkgdir" install
+}
+
+package_karbon() {
+  pkgdesc="Create scalable vector drawings"
+  depends=('calligra-libs' 'hicolor-icon-theme')
+  optdepends=('calligra-filters: import/export filters'
+  'calligra-extras: extra calligra tools')
+  conflicts=('calligra-karbon')
+  replaces=('calligra-karbon')
+
+  cd build/karbon
+  make DESTDIR="$pkgdir" install
+}
+
+package_calligra-plan() {
+  pkgdesc="Calligra Project Management Component"
+  depends=('calligra-words' 'kreport' 'kcalcore' 'khtml' 'kdiagram')
+
+  cd build/plan
+  make DESTDIR="$pkgdir" install
+}
+
+package_calligra-stage() {
+  pkgdesc="Write presentation documents"
+  depends=('calligra-libs' 'qt5-webkit' 'hicolor-icon-theme')
+
+  cd build/stage
+  make DESTDIR="$pkgdir" install
+}
+
+package_calligra-sheets() {
+  pkgdesc="Write spreadsheet documents"
+  depends=('calligra-libs' 'gsl' 'kdelibs4support' 'kcmutils' 'knotifyconfig' 
'hicolor-icon-theme')
+  optdepends=('calligra-filters: import/export filters'
+  'calligra-plugins: extra calligra plugins'
+  'calligra-extras: extra calligra tools')
+
+  cd build/sheets
+  make DESTDIR="$pkgdir" install
+}
+

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

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 23:00:59
  Author: foutrelis
Revision: 283862

Update checksum

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 22:55:07 UTC (rev 283861)
+++ PKGBUILD2016-12-16 23:00:59 UTC (rev 283862)
@@ -29,7 +29,7 @@
  'vc' 'qca-qt5' 'git')
 groups=('calligra')
 
source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('d658ed72aa7d5f2b0ebd8844007d4ac6')
+md5sums=('e1380e00acb92db59d4a24ee856acaa9')
 
 prepare() {
   mkdir -p build


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

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 22:56:07
  Author: foutrelis
Revision: 199899

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

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

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

Copied: pdf2djvu/repos/community-staging-i686/PKGBUILD (from rev 199898, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-16 22:56:07 UTC (rev 199899)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.9.4
+pkgrel=6
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://jwilk.net/software/pdf2djvu;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'gcc-libs' 'graphicsmagick' 'exiv2')
+makedepends=('python2-nose' 'ttf-liberation')
+source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+md5sums=('bb4ce32b199301b754c77d0c4aa83410'
+ 'SKIP')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+}

Copied: pdf2djvu/repos/community-staging-x86_64/PKGBUILD (from rev 199898, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-16 22:56:07 UTC (rev 199899)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.9.4
+pkgrel=6
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://jwilk.net/software/pdf2djvu;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'gcc-libs' 'graphicsmagick' 'exiv2')
+makedepends=('python2-nose' 'ttf-liberation')
+source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+md5sums=('bb4ce32b199301b754c77d0c4aa83410'
+ 'SKIP')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+}


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

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 22:55:58
  Author: foutrelis
Revision: 199898

poppler 0.50.0 rebuild

Modified:
  pdf2djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 21:47:59 UTC (rev 199897)
+++ PKGBUILD2016-12-16 22:55:58 UTC (rev 199898)
@@ -4,7 +4,7 @@
 
 pkgname=pdf2djvu
 pkgver=0.9.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Creates DjVu files from PDF files"
 arch=('i686' 'x86_64')
 url="http://jwilk.net/software/pdf2djvu;


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

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 22:55:07
  Author: foutrelis
Revision: 283861

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

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

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

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

Copied: cups-filters/repos/staging-x86_64/PKGBUILD (from rev 283860, 
cups-filters/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-12-16 22:55:07 UTC (rev 283861)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.13.0
+pkgrel=2
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+sha256sums=('fb6434030fb762981601a23da8d2f478f71174f4ea19c67fbaaad1392c6959d4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+

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

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 22:54:59
  Author: foutrelis
Revision: 283860

poppler 0.50.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 22:53:02 UTC (rev 283859)
+++ PKGBUILD2016-12-16 22:54:59 UTC (rev 283860)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;


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

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 22:53:02
  Author: foutrelis
Revision: 283859

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

Added:
  libreoffice-fresh/repos/staging-i686/
  libreoffice-fresh/repos/staging-i686/PKGBUILD
(from rev 283858, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.csh
(from rev 283858, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.sh
(from rev 283858, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 283858, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-fresh/repos/staging-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff
(from rev 283858, 
libreoffice-fresh/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff)
  libreoffice-fresh/repos/staging-i686/update_liborcus_to_0.11.0.diff
(from rev 283858, libreoffice-fresh/trunk/update_liborcus_to_0.11.0.diff)
  libreoffice-fresh/repos/staging-x86_64/
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD
(from rev 283858, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh
(from rev 283858, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh
(from rev 283858, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 283858, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-fresh/repos/staging-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff
(from rev 283858, 
libreoffice-fresh/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff)
  libreoffice-fresh/repos/staging-x86_64/update_liborcus_to_0.11.0.diff
(from rev 283858, libreoffice-fresh/trunk/update_liborcus_to_0.11.0.diff)

+
 staging-i686/PKGBUILD  |  
358 +
 staging-i686/libreoffice-fresh.csh |   
 6 
 staging-i686/libreoffice-fresh.sh  |   
 6 
 staging-i686/make-pyuno-work-with-system-wide-module-install.diff  |   
44 
 staging-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff   |  
124 
 staging-i686/update_liborcus_to_0.11.0.diff| 
1983 ++
 staging-x86_64/PKGBUILD|  
358 +
 staging-x86_64/libreoffice-fresh.csh   |   
 6 
 staging-x86_64/libreoffice-fresh.sh|   
 6 
 staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff|   
44 
 staging-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff |  
124 
 staging-x86_64/update_liborcus_to_0.11.0.diff  | 
1983 ++
 12 files changed, 5042 insertions(+)

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


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

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 22:52:38
  Author: foutrelis
Revision: 283858

poppler 0.50.0 rebuild

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 20:56:55 UTC (rev 283857)
+++ PKGBUILD2016-12-16 22:52:38 UTC (rev 283858)
@@ -13,7 +13,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=5.2.3.3
 pkgver=5.2.3
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;


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

2016-12-16 Thread Antonio Rojas
Date: Friday, December 16, 2016 @ 21:47:59
  Author: arojas
Revision: 199897

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

Added:
  flite/repos/community-i686/PKGBUILD
(from rev 199896, flite/trunk/PKGBUILD)
  flite/repos/community-i686/flite-ldflags.patch
(from rev 199896, flite/trunk/flite-ldflags.patch)
  flite/repos/community-x86_64/PKGBUILD
(from rev 199896, flite/trunk/PKGBUILD)
  flite/repos/community-x86_64/flite-ldflags.patch
(from rev 199896, flite/trunk/flite-ldflags.patch)
Deleted:
  flite/repos/community-i686/PKGBUILD
  flite/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   84 +
 community-i686/PKGBUILD  |   42 
 community-i686/flite-ldflags.patch   |   35 +
 community-x86_64/PKGBUILD|   42 
 community-x86_64/flite-ldflags.patch |   35 +
 5 files changed, 154 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-16 21:47:15 UTC (rev 199896)
+++ community-i686/PKGBUILD 2016-12-16 21:47:59 UTC (rev 199897)
@@ -1,42 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Steven Honeyman 
-
-pkgname=flite
-pkgver=2.0.0
-pkgrel=3
-pkgdesc="A lighweight speech synthesis engine"
-arch=(i686 x86_64)
-url="http://cmuflite.org;
-license=(custom)
-depends=(alsa-lib)
-makedepends=(chrpath)
-source=(http://festvox.org/flite/packed/flite-${pkgver%.*}/flite-$pkgver-release.tar.bz2
 flite-ldflags.patch)
-md5sums=('645db96ffc296cbb6d37f231cc1cc6b2'
- '3fa25aa18b0b256c7324ada0f7f6f730')
-
-prepare() {
-  cd $pkgname-$pkgver-release
-  sed '/^#VOXES.*$/d; s/+//g; s/cmu_indic_lex/&\nVOXES = cmu_us_kal16 
cmu_us_slt/' config/android.lv >config/archlinux.lv
-  sed -i '/$(INSTALL) -m 755 $(BINDIR)\/flite_time 
$(DESTDIR)$(INSTALLBINDIR)/d' main/Makefile
-
-# Fix linking (Gentoo)
-  patch -p1 -i ../flite-ldflags.patch
-}
-
-build() {
-  cd $pkgname-$pkgver-release
-  ./configure --prefix=/usr --enable-shared \
-   --with-audio=alsa \
-   --with-vox=cmu_us_kal16 \
-   --with-langvox=archlinux
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver-release
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-# Fix rpath
-  chrpath -d "$pkgdir"/usr/bin/*
-}

Copied: flite/repos/community-i686/PKGBUILD (from rev 199896, 
flite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-16 21:47:59 UTC (rev 199897)
@@ -0,0 +1,42 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Steven Honeyman 
+
+pkgname=flite
+pkgver=2.0.0
+pkgrel=3
+pkgdesc="A lighweight speech synthesis engine"
+arch=(i686 x86_64)
+url="http://cmuflite.org;
+license=(custom)
+depends=(alsa-lib)
+makedepends=(chrpath)
+source=(http://festvox.org/flite/packed/flite-${pkgver%.*}/flite-$pkgver-release.tar.bz2
 flite-ldflags.patch)
+md5sums=('645db96ffc296cbb6d37f231cc1cc6b2'
+ '3fa25aa18b0b256c7324ada0f7f6f730')
+
+prepare() {
+  cd $pkgname-$pkgver-release
+  sed '/^#VOXES.*$/d; s/+//g; s/cmu_indic_lex/&\nVOXES = cmu_us_kal16 
cmu_us_slt/' config/android.lv >config/archlinux.lv
+  sed -i '/$(INSTALL) -m 755 $(BINDIR)\/flite_time 
$(DESTDIR)$(INSTALLBINDIR)/d' main/Makefile
+
+# Fix linking (Gentoo)
+  patch -p1 -i ../flite-ldflags.patch
+}
+
+build() {
+  cd $pkgname-$pkgver-release
+  ./configure --prefix=/usr --enable-shared \
+   --with-audio=alsa \
+   --with-vox=cmu_us_kal16 \
+   --with-langvox=archlinux
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver-release
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+# Fix rpath
+  chrpath -d "$pkgdir"/usr/bin/*
+}

Copied: flite/repos/community-i686/flite-ldflags.patch (from rev 199896, 
flite/trunk/flite-ldflags.patch)
===
--- community-i686/flite-ldflags.patch  (rev 0)
+++ community-i686/flite-ldflags.patch  2016-12-16 21:47:59 UTC (rev 199897)
@@ -0,0 +1,35 @@
+diff -Naur flite-1.4-release/config/common_make_rules 
flite-1.4-release.new/config/common_make_rules
+--- flite-1.4-release/config/common_make_rules 2009-07-30 14:52:56.0 
+
 flite-1.4-release.new/config/common_make_rules 2011-03-26 
20:22:59.0 +
+@@ -68,7 +68,7 @@
+ 
+ FLITELIBS = $(BUILDDIR)/lib/libflite.a
+ FLITELIBFLAGS = -L$(BUILDDIR)/lib -lflite 
+-LDFLAGS += -lm $(AUDIOLIBS) $(OTHERLIBS)
++LDLIBS += -lm $(AUDIOLIBS) $(OTHERLIBS)
+ 
+ FULLOBJS = 

[arch-commits] Commit in flite/trunk (flite-ldflags.patch)

2016-12-16 Thread Antonio Rojas
Date: Friday, December 16, 2016 @ 21:47:14
  Author: arojas
Revision: 199895

Add patch

Added:
  flite/trunk/flite-ldflags.patch

-+
 flite-ldflags.patch |   35 +++
 1 file changed, 35 insertions(+)

Added: flite-ldflags.patch
===
--- flite-ldflags.patch (rev 0)
+++ flite-ldflags.patch 2016-12-16 21:47:14 UTC (rev 199895)
@@ -0,0 +1,35 @@
+diff -Naur flite-1.4-release/config/common_make_rules 
flite-1.4-release.new/config/common_make_rules
+--- flite-1.4-release/config/common_make_rules 2009-07-30 14:52:56.0 
+
 flite-1.4-release.new/config/common_make_rules 2011-03-26 
20:22:59.0 +
+@@ -68,7 +68,7 @@
+ 
+ FLITELIBS = $(BUILDDIR)/lib/libflite.a
+ FLITELIBFLAGS = -L$(BUILDDIR)/lib -lflite 
+-LDFLAGS += -lm $(AUDIOLIBS) $(OTHERLIBS)
++LDLIBS += -lm $(AUDIOLIBS) $(OTHERLIBS)
+ 
+ FULLOBJS = $(OBJS:%=$(OBJDIR)/%)
+ ifdef SHFLAGS
+@@ -123,7 +123,7 @@
+   @ rm -rf shared_os && mkdir shared_os
+   @ rm -f $@ $@.${PROJECT_VERSION} $@.${PROJECT_SHLIB_VERSION} 
+   @ (cd shared_os && ar x ../$<)
+-  @ (cd shared_os && $(CC) -shared -Wl,-soname,`basename 
$@`.${PROJECT_SHLIB_VERSION} -o ../$@.${PROJECT_VERSION} *.os)
++  @ (cd shared_os && $(CC) ${LDFLAGS} -shared -Wl,-soname,`basename 
$@`.${PROJECT_SHLIB_VERSION} -o ../$@.${PROJECT_VERSION} *.os $(LDLIBS))
+   @ (cd $(LIBDIR) && ln -s `basename $@.${PROJECT_VERSION}` `basename 
$@.${PROJECT_SHLIB_VERSION}` )
+   @ (cd $(LIBDIR) && ln -s `basename $@.${PROJECT_SHLIB_VERSION}` 
`basename $@` )
+   @ rm -rf shared_os
+--- flite-1.4-release/tools/Makefile~  2009-08-22 20:19:01.0 +0100
 flite-1.4-release.new/tools/Makefile   2013-01-20 20:06:34.259527220 
+
+@@ -62,9 +62,9 @@
+ LOCAL_CLEAN = $(BINDIR)/find_sts $(BINDIR)/flite_sort
+ 
+ $(BINDIR)/find_sts: find_sts_main.o $(FLITELIBS) 
+-  $(CC) $(CFLAGS) -o $@ find_sts_main.o $(FLITELIBFLAGS) $(LDFLAGS)
++  $(CC) $(CFLAGS) ${LDFLAGS} -o $@ find_sts_main.o $(FLITELIBFLAGS) 
$(LDLIBS)
+ $(BINDIR)/flite_sort: flite_sort_main.o $(FLITELIBS)
+-  $(CC) $(CFLAGS) -o $@ flite_sort_main.o $(FLITELIBFLAGS) $(LDFLAGS)
++  $(CC) $(CFLAGS) ${LDFLAGS} -o $@ flite_sort_main.o $(FLITELIBFLAGS) 
$(LDLIBS)
+ makescripts:
+   @ cp -p $(SCRIPTS) $(TOP)/bin
+ 


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

2016-12-16 Thread Antonio Rojas
Date: Friday, December 16, 2016 @ 21:47:15
  Author: arojas
Revision: 199896

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-16 21:47:14 UTC (rev 199895)
+++ community-i686/PKGBUILD 2016-12-16 21:47:15 UTC (rev 199896)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Steven Honeyman 
-
-pkgname=flite
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="A lighweight speech synthesis engine (text to speech)"
-arch=(i686 x86_64)
-url="http://cmuflite.org;
-license=(custom)
-depends=(alsa-lib)
-makedepends=(chrpath)
-source=(http://festvox.org/flite/packed/flite-${pkgver%.*}/flite-$pkgver-release.tar.bz2)
-md5sums=('645db96ffc296cbb6d37f231cc1cc6b2')
-
-prepare() {
-  cd $pkgname-$pkgver-release
-  sed '/^#VOXES.*$/d; s/+//g; s/cmu_indic_lex/&\nVOXES = cmu_us_kal16 
cmu_us_slt/' config/android.lv >config/archlinux.lv
-  sed -i '/$(INSTALL) -m 755 $(BINDIR)\/flite_time 
$(DESTDIR)$(INSTALLBINDIR)/d' main/Makefile
-}
-
-build() {
-  cd $pkgname-$pkgver-release
-  ./configure --prefix=/usr --enable-shared \
-   --with-audio=alsa \
-   --with-vox=cmu_us_kal16 \
-   --with-langvox=archlinux
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver-release
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-# Fix rpath
-  chrpath -d "$pkgdir"/usr/bin/*
-}

Copied: flite/repos/community-i686/PKGBUILD (from rev 199894, 
flite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-16 21:47:15 UTC (rev 199896)
@@ -0,0 +1,42 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Steven Honeyman 
+
+pkgname=flite
+pkgver=2.0.0
+pkgrel=3
+pkgdesc="A lighweight speech synthesis engine"
+arch=(i686 x86_64)
+url="http://cmuflite.org;
+license=(custom)
+depends=(alsa-lib)
+makedepends=(chrpath)
+source=(http://festvox.org/flite/packed/flite-${pkgver%.*}/flite-$pkgver-release.tar.bz2
 flite-ldflags.patch)
+md5sums=('645db96ffc296cbb6d37f231cc1cc6b2'
+ '3fa25aa18b0b256c7324ada0f7f6f730')
+
+prepare() {
+  cd $pkgname-$pkgver-release
+  sed '/^#VOXES.*$/d; s/+//g; s/cmu_indic_lex/&\nVOXES = cmu_us_kal16 
cmu_us_slt/' config/android.lv >config/archlinux.lv
+  sed -i '/$(INSTALL) -m 755 $(BINDIR)\/flite_time 
$(DESTDIR)$(INSTALLBINDIR)/d' main/Makefile
+
+# Fix linking (Gentoo)
+  patch -p1 -i ../flite-ldflags.patch
+}
+
+build() {
+  cd $pkgname-$pkgver-release
+  ./configure --prefix=/usr --enable-shared \
+   --with-audio=alsa \
+   --with-vox=cmu_us_kal16 \
+   --with-langvox=archlinux
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver-release
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+# Fix rpath
+  chrpath -d "$pkgdir"/usr/bin/*
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-16 21:47:14 UTC (rev 199895)
+++ community-x86_64/PKGBUILD   2016-12-16 21:47:15 UTC (rev 199896)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Steven Honeyman 
-
-pkgname=flite
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="A lighweight speech synthesis engine (text to speech)"
-arch=(i686 x86_64)
-url="http://cmuflite.org;
-license=(custom)
-depends=(alsa-lib)
-makedepends=(chrpath)
-source=(http://festvox.org/flite/packed/flite-${pkgver%.*}/flite-$pkgver-release.tar.bz2)
-md5sums=('645db96ffc296cbb6d37f231cc1cc6b2')
-
-prepare() {
-  cd $pkgname-$pkgver-release
-  sed '/^#VOXES.*$/d; s/+//g; s/cmu_indic_lex/&\nVOXES = cmu_us_kal16 
cmu_us_slt/' config/android.lv >config/archlinux.lv
-  sed -i '/$(INSTALL) -m 755 $(BINDIR)\/flite_time 
$(DESTDIR)$(INSTALLBINDIR)/d' main/Makefile
-}
-
-build() {
-  cd $pkgname-$pkgver-release
-  ./configure --prefix=/usr --enable-shared \
-   --with-audio=alsa \
-   --with-vox=cmu_us_kal16 \
-   --with-langvox=archlinux
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver-release
-  make DESTDIR="$pkgdir" install
-  install 

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

2016-12-16 Thread Antonio Rojas
Date: Friday, December 16, 2016 @ 21:42:39
  Author: arojas
Revision: 199894

Fix linking to alsa

Modified:
  flite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 21:18:12 UTC (rev 199893)
+++ PKGBUILD2016-12-16 21:42:39 UTC (rev 199894)
@@ -3,20 +3,24 @@
 
 pkgname=flite
 pkgver=2.0.0
-pkgrel=2
-pkgdesc="A lighweight speech synthesis engine (text to speech)"
+pkgrel=3
+pkgdesc="A lighweight speech synthesis engine"
 arch=(i686 x86_64)
 url="http://cmuflite.org;
 license=(custom)
 depends=(alsa-lib)
 makedepends=(chrpath)
-source=(http://festvox.org/flite/packed/flite-${pkgver%.*}/flite-$pkgver-release.tar.bz2)
-md5sums=('645db96ffc296cbb6d37f231cc1cc6b2')
+source=(http://festvox.org/flite/packed/flite-${pkgver%.*}/flite-$pkgver-release.tar.bz2
 flite-ldflags.patch)
+md5sums=('645db96ffc296cbb6d37f231cc1cc6b2'
+ '3fa25aa18b0b256c7324ada0f7f6f730')
 
 prepare() {
   cd $pkgname-$pkgver-release
   sed '/^#VOXES.*$/d; s/+//g; s/cmu_indic_lex/&\nVOXES = cmu_us_kal16 
cmu_us_slt/' config/android.lv >config/archlinux.lv
   sed -i '/$(INSTALL) -m 755 $(BINDIR)\/flite_time 
$(DESTDIR)$(INSTALLBINDIR)/d' main/Makefile
+
+# Fix linking (Gentoo)
+  patch -p1 -i ../flite-ldflags.patch
 }
 
 build() {


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

2016-12-16 Thread Jonathan Steel
Date: Friday, December 16, 2016 @ 21:18:12
  Author: jsteel
Revision: 199893

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 199892, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-16 21:18:05 UTC (rev 199892)
+++ PKGBUILD2016-12-16 21:18:12 UTC (rev 199893)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.11.28
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli;
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('be4e92aa6bf3f1bdef5cca6c389fe74f')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 199892, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-16 21:18:12 UTC (rev 199893)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.11.30
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli;
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('beb42ff2214a9a7190852aa529975cda')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


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

2016-12-16 Thread Jonathan Steel
Date: Friday, December 16, 2016 @ 21:17:58
  Author: jsteel
Revision: 199891

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-16 21:17:51 UTC (rev 199890)
+++ PKGBUILD2016-12-16 21:17:58 UTC (rev 199891)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.4.85
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('b137db3b4c6b0b961d2bf6b40a4a9b3d')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 199890, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-16 21:17:58 UTC (rev 199891)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.4.87
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('7f7f4bdfe38dd2dfd612691ca9ba3b63')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-12-16 Thread Jonathan Steel
Date: Friday, December 16, 2016 @ 21:18:05
  Author: jsteel
Revision: 199892

upgpkg: aws-cli 1.11.30-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 21:17:58 UTC (rev 199891)
+++ PKGBUILD2016-12-16 21:18:05 UTC (rev 199892)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.11.28
+pkgver=1.11.30
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('be4e92aa6bf3f1bdef5cca6c389fe74f')
+md5sums=('beb42ff2214a9a7190852aa529975cda')
 
 build() {
   cd $pkgname-$pkgver


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

2016-12-16 Thread Jonathan Steel
Date: Friday, December 16, 2016 @ 21:17:51
  Author: jsteel
Revision: 199890

upgpkg: python-botocore 1.4.87-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 21:17:35 UTC (rev 199889)
+++ PKGBUILD2016-12-16 21:17:51 UTC (rev 199890)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.4.85
+pkgver=1.4.87
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('b137db3b4c6b0b961d2bf6b40a4a9b3d')
+md5sums=('7f7f4bdfe38dd2dfd612691ca9ba3b63')
 
 build() {
   cd botocore-$pkgver


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

2016-12-16 Thread Jonathan Steel
Date: Friday, December 16, 2016 @ 21:17:35
  Author: jsteel
Revision: 199889

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-16 21:16:38 UTC (rev 199888)
+++ PKGBUILD2016-12-16 21:17:35 UTC (rev 199889)
@@ -1,28 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-
-pkgname=python-s3transfer
-pkgver=0.1.9
-pkgrel=1
-pkgdesc='Amazon S3 Transfer Manager for Python'
-arch=('any')
-url="https://github.com/boto/s3transfer;
-license=('Apache')
-depends=('python-botocore')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('dbc343d0f87036387dd8548cf589ddd5')
-
-build() {
-  cd s3transfer-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd s3transfer-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-s3transfer/repos/community-any/PKGBUILD (from rev 199888, 
python-s3transfer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-16 21:17:35 UTC (rev 199889)
@@ -0,0 +1,28 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+
+pkgname=python-s3transfer
+pkgver=0.1.10
+pkgrel=1
+pkgdesc='Amazon S3 Transfer Manager for Python'
+arch=('any')
+url="https://github.com/boto/s3transfer;
+license=('Apache')
+depends=('python-botocore')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('25d8d4d134d9b820b58e139803330e8a')
+
+build() {
+  cd s3transfer-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd s3transfer-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-12-16 Thread Jonathan Steel
Date: Friday, December 16, 2016 @ 21:16:38
  Author: jsteel
Revision: 199888

upgpkg: python-s3transfer 0.1.10-1

Modified:
  python-s3transfer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 20:57:23 UTC (rev 199887)
+++ PKGBUILD2016-12-16 21:16:38 UTC (rev 199888)
@@ -2,7 +2,7 @@
 # Contributor: Chris Severance aur.severach AatT spamgourmet.com
 
 pkgname=python-s3transfer
-pkgver=0.1.9
+pkgver=0.1.10
 pkgrel=1
 pkgdesc='Amazon S3 Transfer Manager for Python'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python-botocore')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('dbc343d0f87036387dd8548cf589ddd5')
+md5sums=('25d8d4d134d9b820b58e139803330e8a')
 
 build() {
   cd s3transfer-$pkgver


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

2016-12-16 Thread Maxime Gauduin
Date: Friday, December 16, 2016 @ 20:57:23
  Author: alucryd
Revision: 199887

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

Added:
  pantheon-files/repos/community-i686/PKGBUILD
(from rev 199886, pantheon-files/trunk/PKGBUILD)
  pantheon-files/repos/community-x86_64/PKGBUILD
(from rev 199886, pantheon-files/trunk/PKGBUILD)
Deleted:
  pantheon-files/repos/community-i686/PKGBUILD
  pantheon-files/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-16 20:56:51 UTC (rev 199886)
+++ community-i686/PKGBUILD 2016-12-16 20:57:23 UTC (rev 199887)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-files
-pkgver=0.3.0.4
-pkgrel=1
-pkgdesc='The Pantheon File Manager'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-files'
-license=('GPL3')
-depends=('atk' 'cairo' 'dbus-glib' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
- 'libcanberra' 'libgee' 'pango' 'sqlite' 'zeitgeist'
- 'libgranite.so')
-makedepends=('cmake' 'gnome-common' 'vala')
-optdepends=('contractor: Various context menu entries'
-'tumbler: Thumbnails generation')
-source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz;)
-sha256sums=('3c69487a41948b738543de28ce6f9733d4aad59d6ca754bca2979d9509c44677')
-
-prepare() {
-  cd pantheon-files-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd pantheon-files-${pkgver}/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_LIBDIR='/usr/lib' \
--DCMAKE_SKIP_RPATH='TRUE' \
--DGSETTINGS_COMPILE='FALSE'
-  make
-}
-
-package() {
-  cd pantheon-files-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-files/repos/community-i686/PKGBUILD (from rev 199886, 
pantheon-files/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-16 20:57:23 UTC (rev 199887)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-files
+pkgver=0.3.0.5
+pkgrel=1
+pkgdesc='The Pantheon File Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-files'
+license=('GPL3')
+depends=('atk' 'cairo' 'dbus-glib' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
+ 'libcanberra' 'libgee' 'pango' 'sqlite' 'zeitgeist'
+ 'libgranite.so')
+makedepends=('cmake' 'gnome-common' 'vala')
+optdepends=('contractor: Various context menu entries'
+'tumbler: Thumbnails generation')
+source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz;)
+sha256sums=('18754da6dfdc999370dd5179e10b40ef35b9275395f9c7709e3728969b502e76')
+
+prepare() {
+  cd pantheon-files-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd pantheon-files-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DCMAKE_SKIP_RPATH='TRUE' \
+-DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd pantheon-files-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-16 20:56:51 UTC (rev 199886)
+++ community-x86_64/PKGBUILD   2016-12-16 20:57:23 UTC (rev 199887)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-files
-pkgver=0.3.0.4
-pkgrel=1
-pkgdesc='The Pantheon File Manager'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-files'
-license=('GPL3')
-depends=('atk' 'cairo' 'dbus-glib' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
- 'libcanberra' 'libgee' 'pango' 'sqlite' 'zeitgeist'
- 'libgranite.so')
-makedepends=('cmake' 'gnome-common' 'vala')
-optdepends=('contractor: Various context menu entries'
-'tumbler: Thumbnails generation')
-source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz;)
-sha256sums=('3c69487a41948b738543de28ce6f9733d4aad59d6ca754bca2979d9509c44677')
-
-prepare() {
-  cd pantheon-files-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd pantheon-files-${pkgver}/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
-

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

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 20:56:55
  Author: foutrelis
Revision: 283857

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

Added:
  libreoffice-still/repos/staging-i686/
  libreoffice-still/repos/staging-i686/PKGBUILD
(from rev 283856, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-i686/buildfix.diff
(from rev 283856, libreoffice-still/trunk/buildfix.diff)
  libreoffice-still/repos/staging-i686/gcc6_buildfix.diff
(from rev 283856, libreoffice-still/trunk/gcc6_buildfix.diff)
  libreoffice-still/repos/staging-i686/liborcus-0.11.2.diff
(from rev 283856, libreoffice-still/trunk/liborcus-0.11.2.diff)
  libreoffice-still/repos/staging-i686/libreoffice-still.csh
(from rev 283856, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-i686/libreoffice-still.sh
(from rev 283856, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 283856, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-still/repos/staging-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff
(from rev 283856, 
libreoffice-still/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff)
  libreoffice-still/repos/staging-i686/update_liborcus_to_0.11.0.diff
(from rev 283856, libreoffice-still/trunk/update_liborcus_to_0.11.0.diff)
  libreoffice-still/repos/staging-x86_64/
  libreoffice-still/repos/staging-x86_64/PKGBUILD
(from rev 283856, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-x86_64/buildfix.diff
(from rev 283856, libreoffice-still/trunk/buildfix.diff)
  libreoffice-still/repos/staging-x86_64/gcc6_buildfix.diff
(from rev 283856, libreoffice-still/trunk/gcc6_buildfix.diff)
  libreoffice-still/repos/staging-x86_64/liborcus-0.11.2.diff
(from rev 283856, libreoffice-still/trunk/liborcus-0.11.2.diff)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.csh
(from rev 283856, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.sh
(from rev 283856, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 283856, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-still/repos/staging-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff
(from rev 283856, 
libreoffice-still/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff)
  libreoffice-still/repos/staging-x86_64/update_liborcus_to_0.11.0.diff
(from rev 283856, libreoffice-still/trunk/update_liborcus_to_0.11.0.diff)

+
 staging-i686/PKGBUILD  |  
399 ++
 staging-i686/buildfix.diff |   
27 
 staging-i686/gcc6_buildfix.diff|   
12 
 staging-i686/liborcus-0.11.2.diff  |  
118 
 staging-i686/libreoffice-still.csh |   
 6 
 staging-i686/libreoffice-still.sh  |   
 6 
 staging-i686/make-pyuno-work-with-system-wide-module-install.diff  |   
44 
 staging-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff   |  
124 
 staging-i686/update_liborcus_to_0.11.0.diff| 
1983 ++
 staging-x86_64/PKGBUILD|  
399 ++
 staging-x86_64/buildfix.diff   |   
27 
 staging-x86_64/gcc6_buildfix.diff  |   
12 
 staging-x86_64/liborcus-0.11.2.diff|  
118 
 staging-x86_64/libreoffice-still.csh   |   
 6 
 staging-x86_64/libreoffice-still.sh|   
 6 
 staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff|   
44 
 staging-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff |  
124 
 staging-x86_64/update_liborcus_to_0.11.0.diff  | 
1983 ++
 18 files changed, 5438 insertions(+)

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


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

2016-12-16 Thread Maxime Gauduin
Date: Friday, December 16, 2016 @ 20:56:51
  Author: alucryd
Revision: 199886

upgpkg: pantheon-files 0.3.0.5-1

Modified:
  pantheon-files/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 20:39:33 UTC (rev 199885)
+++ PKGBUILD2016-12-16 20:56:51 UTC (rev 199886)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-files
-pkgver=0.3.0.4
+pkgver=0.3.0.5
 pkgrel=1
 pkgdesc='The Pantheon File Manager'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('contractor: Various context menu entries'
 'tumbler: Thumbnails generation')
 
source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz;)
-sha256sums=('3c69487a41948b738543de28ce6f9733d4aad59d6ca754bca2979d9509c44677')
+sha256sums=('18754da6dfdc999370dd5179e10b40ef35b9275395f9c7709e3728969b502e76')
 
 prepare() {
   cd pantheon-files-${pkgver}


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

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 20:56:23
  Author: foutrelis
Revision: 283856

poppler 0.50.0 rebuild

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 18:03:44 UTC (rev 283855)
+++ PKGBUILD2016-12-16 20:56:23 UTC (rev 283856)
@@ -13,7 +13,7 @@
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=5.1.6.2
 pkgver=5.1.6
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;


[arch-commits] Commit in flite (5 files)

2016-12-16 Thread Antonio Rojas
Date: Friday, December 16, 2016 @ 20:39:33
  Author: arojas
Revision: 199885

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

Added:
  flite/repos/
  flite/repos/community-i686/
  flite/repos/community-i686/PKGBUILD
(from rev 199884, flite/trunk/PKGBUILD)
  flite/repos/community-x86_64/
  flite/repos/community-x86_64/PKGBUILD
(from rev 199884, flite/trunk/PKGBUILD)

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

Copied: flite/repos/community-i686/PKGBUILD (from rev 199884, 
flite/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-12-16 20:39:33 UTC (rev 199885)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Steven Honeyman 
+
+pkgname=flite
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="A lighweight speech synthesis engine (text to speech)"
+arch=(i686 x86_64)
+url="http://cmuflite.org;
+license=(custom)
+depends=(alsa-lib)
+makedepends=(chrpath)
+source=(http://festvox.org/flite/packed/flite-${pkgver%.*}/flite-$pkgver-release.tar.bz2)
+md5sums=('645db96ffc296cbb6d37f231cc1cc6b2')
+
+prepare() {
+  cd $pkgname-$pkgver-release
+  sed '/^#VOXES.*$/d; s/+//g; s/cmu_indic_lex/&\nVOXES = cmu_us_kal16 
cmu_us_slt/' config/android.lv >config/archlinux.lv
+  sed -i '/$(INSTALL) -m 755 $(BINDIR)\/flite_time 
$(DESTDIR)$(INSTALLBINDIR)/d' main/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver-release
+  ./configure --prefix=/usr --enable-shared \
+   --with-audio=alsa \
+   --with-vox=cmu_us_kal16 \
+   --with-langvox=archlinux
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver-release
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+# Fix rpath
+  chrpath -d "$pkgdir"/usr/bin/*
+}

Copied: flite/repos/community-x86_64/PKGBUILD (from rev 199884, 
flite/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-12-16 20:39:33 UTC (rev 199885)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Steven Honeyman 
+
+pkgname=flite
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="A lighweight speech synthesis engine (text to speech)"
+arch=(i686 x86_64)
+url="http://cmuflite.org;
+license=(custom)
+depends=(alsa-lib)
+makedepends=(chrpath)
+source=(http://festvox.org/flite/packed/flite-${pkgver%.*}/flite-$pkgver-release.tar.bz2)
+md5sums=('645db96ffc296cbb6d37f231cc1cc6b2')
+
+prepare() {
+  cd $pkgname-$pkgver-release
+  sed '/^#VOXES.*$/d; s/+//g; s/cmu_indic_lex/&\nVOXES = cmu_us_kal16 
cmu_us_slt/' config/android.lv >config/archlinux.lv
+  sed -i '/$(INSTALL) -m 755 $(BINDIR)\/flite_time 
$(DESTDIR)$(INSTALLBINDIR)/d' main/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver-release
+  ./configure --prefix=/usr --enable-shared \
+   --with-audio=alsa \
+   --with-vox=cmu_us_kal16 \
+   --with-langvox=archlinux
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver-release
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+# Fix rpath
+  chrpath -d "$pkgdir"/usr/bin/*
+}


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

2016-12-16 Thread Antonio Rojas
Date: Friday, December 16, 2016 @ 20:38:44
  Author: arojas
Revision: 199884

Add flite, new Qt dependency

Added:
  flite/
  flite/trunk/
  flite/trunk/PKGBUILD

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

Added: flite/trunk/PKGBUILD
===
--- flite/trunk/PKGBUILD(rev 0)
+++ flite/trunk/PKGBUILD2016-12-16 20:38:44 UTC (rev 199884)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Steven Honeyman 
+
+pkgname=flite
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="A lighweight speech synthesis engine (text to speech)"
+arch=(i686 x86_64)
+url="http://cmuflite.org;
+license=(custom)
+depends=(alsa-lib)
+makedepends=(chrpath)
+source=(http://festvox.org/flite/packed/flite-${pkgver%.*}/flite-$pkgver-release.tar.bz2)
+md5sums=('645db96ffc296cbb6d37f231cc1cc6b2')
+
+prepare() {
+  cd $pkgname-$pkgver-release
+  sed '/^#VOXES.*$/d; s/+//g; s/cmu_indic_lex/&\nVOXES = cmu_us_kal16 
cmu_us_slt/' config/android.lv >config/archlinux.lv
+  sed -i '/$(INSTALL) -m 755 $(BINDIR)\/flite_time 
$(DESTDIR)$(INSTALLBINDIR)/d' main/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver-release
+  ./configure --prefix=/usr --enable-shared \
+   --with-audio=alsa \
+   --with-vox=cmu_us_kal16 \
+   --with-langvox=archlinux
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver-release
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+# Fix rpath
+  chrpath -d "$pkgdir"/usr/bin/*
+}


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

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 18:03:22
  Author: foutrelis
Revision: 283854

poppler 0.50.0 rebuild

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 17:52:01 UTC (rev 283853)
+++ PKGBUILD2016-12-16 18:03:22 UTC (rev 283854)
@@ -4,7 +4,7 @@
 
 pkgname=('texlive-bin' 'libsynctex')
 pkgver=2016.41290
-pkgrel=9
+pkgrel=10
 license=('GPL')
 arch=('i686' 'x86_64')
 makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'


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

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 18:03:44
  Author: foutrelis
Revision: 283855

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

Added:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-i686/PKGBUILD
(from rev 283854, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-i686/mktexlsr.hook
(from rev 283854, texlive-bin/trunk/mktexlsr.hook)
  texlive-bin/repos/staging-i686/mktexlsr.script
(from rev 283854, texlive-bin/trunk/mktexlsr.script)
  texlive-bin/repos/staging-i686/texlive-fmtutil.hook
(from rev 283854, texlive-bin/trunk/texlive-fmtutil.hook)
  texlive-bin/repos/staging-i686/texlive-fmtutil.script
(from rev 283854, texlive-bin/trunk/texlive-fmtutil.script)
  texlive-bin/repos/staging-i686/texlive-updmap.hook
(from rev 283854, texlive-bin/trunk/texlive-updmap.hook)
  texlive-bin/repos/staging-i686/texlive-updmap.script
(from rev 283854, texlive-bin/trunk/texlive-updmap.script)
  texlive-bin/repos/staging-x86_64/
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 283854, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/mktexlsr.hook
(from rev 283854, texlive-bin/trunk/mktexlsr.hook)
  texlive-bin/repos/staging-x86_64/mktexlsr.script
(from rev 283854, texlive-bin/trunk/mktexlsr.script)
  texlive-bin/repos/staging-x86_64/texlive-fmtutil.hook
(from rev 283854, texlive-bin/trunk/texlive-fmtutil.hook)
  texlive-bin/repos/staging-x86_64/texlive-fmtutil.script
(from rev 283854, texlive-bin/trunk/texlive-fmtutil.script)
  texlive-bin/repos/staging-x86_64/texlive-updmap.hook
(from rev 283854, texlive-bin/trunk/texlive-updmap.hook)
  texlive-bin/repos/staging-x86_64/texlive-updmap.script
(from rev 283854, texlive-bin/trunk/texlive-updmap.script)

---+
 staging-i686/PKGBUILD |  363 
 staging-i686/mktexlsr.hook|   16 +
 staging-i686/mktexlsr.script  |   12 +
 staging-i686/texlive-fmtutil.hook |   12 +
 staging-i686/texlive-fmtutil.script   |   19 +
 staging-i686/texlive-updmap.hook  |   13 +
 staging-i686/texlive-updmap.script|   13 +
 staging-x86_64/PKGBUILD   |  363 
 staging-x86_64/mktexlsr.hook  |   16 +
 staging-x86_64/mktexlsr.script|   12 +
 staging-x86_64/texlive-fmtutil.hook   |   12 +
 staging-x86_64/texlive-fmtutil.script |   19 +
 staging-x86_64/texlive-updmap.hook|   13 +
 staging-x86_64/texlive-updmap.script  |   13 +
 14 files changed, 896 insertions(+)

Copied: texlive-bin/repos/staging-i686/PKGBUILD (from rev 283854, 
texlive-bin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-12-16 18:03:44 UTC (rev 283855)
@@ -0,0 +1,363 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: francois 
+
+pkgname=('texlive-bin' 'libsynctex')
+pkgver=2016.41290
+pkgrel=10
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
+ 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
+ 'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
+ 'perl' 'clisp' 'ffcall')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/texlive-bin-source-${pkgver}.tar.xz;
+"mktexlsr.hook"
+"mktexlsr.script"
+"texlive-updmap.hook"
+"texlive-updmap.script"
+"texlive-fmtutil.hook"
+"texlive-fmtutil.script")
+md5sums=('7303361f2d441eb5c962a996fd77e8fa'
+ 'a4e54f0cb05f401728b2b230fd63b300'
+ '2bbbef810687f4b2804a4b8cb91ce02f'
+ '0ecdbd88cae12dbeb5d0d63127c5fc38'
+ 'c64d77b5111a26b9995263b49df4937c'
+ '582af708588fd09eeaa0f08111e60091'
+ '3f05fa08f84b94fcb3a76be271116a95')
+
+build() {
+   cd "$srcdir"
+
+   # t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
+   sed -i s/SELFAUTOPARENT/TEXMFROOT/ source/texk/tex4htk/t4ht.c
+   #
+   ### configure
+   cd source
+   ## prevent compiling Xdvi with libXp
+   sed -i~ 's|-lXp ||' texk/xdvik/configure
+   test ! -d Work && mkdir Work
+   cd Work
+   echo "--> Initial configuration..."
+   # we use temporary prefix to avoid messing the existing
+   # $pkgdir/usr/share/texmf tree
+   ../configure --prefix=/usr -C \
+ --sysconfdir=/etc \
+ --datarootdir=/usr/share \
+ --datadir=/usr/share \
+ --mandir=/usr/share/man \
+ --disable-native-texlive-build \
+ --with-banner-add="/Arch Linux" \
+ --disable-multiplatform \
+ --disable-dialog \
+ --disable-psutils \
+ --disable-t1utils \
+ --disable-bibtexu \
+ --disable-xz \
+ --enable-shared \
+ --disable-static \
+ --with-system-zlib \
+ --with-system-zziplib \
+ 

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

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 17:51:52
  Author: foutrelis
Revision: 283852

poppler 0.50.0 rebuild

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 16:50:23 UTC (rev 283851)
+++ PKGBUILD2016-12-16 17:51:52 UTC (rev 283852)
@@ -5,7 +5,7 @@
 
 pkgname=inkscape
 pkgver=0.91
-pkgrel=20
+pkgrel=21
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')


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

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 17:52:01
  Author: foutrelis
Revision: 283853

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 283852, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 283852, inkscape/trunk/PKGBUILD)

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

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 283852, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-12-16 17:52:01 UTC (rev 283853)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=21
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+ 'ttf-dejavu' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+source=("https://inkscape.org/en/gallery/item/3860/inkscape-0.91.tar.bz2;
+
'https://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
+sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
+  'f61909a58c185ed9249b19f71242af2edd32ef9a')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|"python"|"python2"|g' src/main.cpp
+
+   # FS#43744
+   mv ../markers_strokepaint.inx.disabled 
share/extensions/markers_strokepaint.inx
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # glibmm 2.46 uses C++11 features
+   CXXFLAGS+=' -std=c++11'
+
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-strict-build \
+   --disable-dependency-tracking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 283852, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-12-16 17:52:01 UTC (rev 283853)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=21
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+ 'ttf-dejavu' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+source=("https://inkscape.org/en/gallery/item/3860/inkscape-0.91.tar.bz2;
+
'https://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
+sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
+  'f61909a58c185ed9249b19f71242af2edd32ef9a')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|"python" },|"python2" },|g' 

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

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 17:38:49
  Author: foutrelis
Revision: 199883

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

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

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

Copied: gambas3/repos/community-staging-i686/PKGBUILD (from rev 199882, 
gambas3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-16 17:38:49 UTC (rev 199883)
@@ -0,0 +1,1165 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor : sebikul 
+
+pkgbase=gambas3
+pkgname=('gambas3-gb-args' 'gambas3-gb-cairo' 'gambas3-gb-chart' 
'gambas3-gb-clipper' 'gambas3-gb-complex' 'gambas3-gb-compress' 
'gambas3-gb-crypt' 'gambas3-gb-dbus'
+ 'gambas3-gb-data' 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 
'gambas3-gb-db-odbc' 'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite2' 
'gambas3-gb-db-sqlite3' 'gambas3-gb-db' 
+ 'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 
'gambas3-gb-desktop' 'gambas3-gb-eval-highlight' 'gambas3-gb-httpd' 
'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 'gambas3-gb-form-terminal'  
+ 'gambas3-gb-form-stock' 'gambas3-gb-form-editor' 'gambas3-gb-form' 
'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk-opengl' 'gambas3-gb-gtk' 
'gambas3-gb-gtk3' 'gambas3-gb-image-effect'
+ 'gambas3-gb-image-imlib' 'gambas3-gb-image-io' 'gambas3-gb-image' 
'gambas3-gb-inotify' 'gambas3-gb-libxml' 'gambas3-gb-logging' 'gambas3-gb-map' 
'gambas3-gb-markdown'
+ 'gambas3-gb-media-form' 'gambas3-gb-media' 'gambas3-gb-memcached' 
'gambas3-gb-mime' 'gambas3-gb-mysql' 'gambas3-gb-ncurses' 'gambas3-gb-net-curl' 
'gambas3-gb-net-pop3'
+ 'gambas3-gb-net-smtp' 'gambas3-gb-net' 'gambas3-gb-openal' 
'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-glsl' 'gambas3-gb-opengl-sge' 
'gambas3-gb-opengl'
+ 'gambas3-gb-option' 'gambas3-gb-pcre' 'gambas3-gb-pdf' 
'gambas3-gb-qt4-ext' 'gambas3-gb-qt4-opengl' 'gambas3-gb-qt4-webkit' 
'gambas3-gb-qt4'
+ 'gambas3-gb-qt5-opengl' 'gambas3-gb-qt5-webkit' 'gambas3-gb-qt5' 
'gambas3-gb-openssl' 'gambas3-gb-report' 'gambas3-gb-scanner'
+ 'gambas3-gb-sdl2-audio' 'gambas3-gb-sdl2' 'gambas3-gb-sdl-sound' 
'gambas3-gb-sdl' 'gambas3-gb-settings' 'gambas3-gb-signal' 
+ 'gambas3-gb-util-web' 'gambas3-gb-util' 'gambas3-gb-v4l' 
'gambas3-gb-vb' 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 
'gambas3-gb-xml-xslt' 'gambas3-gb-xml'
+ 'gambas3-gb-web-form' 'gambas3-gb-web'  'gambas3-runtime' 
'gambas3-devel' 'gambas3-ide' 'gambas3-script')
+pkgver=3.9.1
+pkgrel=4
+pkgdesc="A free development environment based on a Basic interpreter."
+arch=('i686' 'x86_64')
+url="http://gambas.sourceforge.net/;
+license=('GPL2')
+groups=('gambas3')
+makedepends=('intltool' 'mariadb' 'postgresql' 'libffi' 'bzip2' 'glib2' 
'v4l-utils'
+ 'zlib' 'mesa' 'glew' 'xdg-utils' 'gtk2' 'imlib2' 'gdk-pixbuf2' 'gtk3'
+ 'postgresql-libs' 'libmariadbclient' 'unixodbc' 'sqlite2' 'sqlite' 
'librsvg'
+ 'curl' 'poppler-glib' 'sdl_mixer' 'sdl_ttf' 'sdl2_mixer' 'sdl2_image' 
'sdl2_ttf' 'libxtst'
+ 'pcre' 'qtwebkit' 'qt5-webkit' 'qt5-x11extras' 'qt5-svg' 'libxcursor' 
'libsm' 'dbus' 'libxml2'
+ 'libxslt' 'libgnome-keyring' 'gsl' 'gst-plugins-base-libs' 'alure' 
'gtkglext' 'ncurses'
+'gmime')
+options=('!emptydirs' 'libtool')
+source=("http://downloads.sourceforge.net/gambas/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('68949413f2ffc523e5b88ebaf3e3944a')
+
+create_dirs() {
+  install -dm755 ${pkgdir}/usr/lib/gambas3
+  install -dm755 ${pkgdir}/usr/share/gambas3/info/control
+}
+
+prepare() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  ./reconf-all
+}
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  ./configure --prefix=/usr
+
+  make bindir=${pkgdir}/usr/bin
+  
+  mkdir -p ${srcdir}/fakeinstall
+  make -j1 XDG_UTILS='' DESTDIR=${srcdir}/fakeinstall install
+}
+
+package_gambas3-gb-args() {
+  depends=('gambas3-runtime')
+  pkgdesc="Command-line options analyzer component"
+
+  cd ${srcdir}/fakeinstall
+  
+  create_dirs
+  
+  mv -v usr/lib/gambas3/gb.args.* ${pkgdir}/usr/lib/gambas3/
+  mv -v usr/share/gambas3/info/gb.args.* ${pkgdir}/usr/share/gambas3/info/
+}
+
+package_gambas3-gb-cairo() {
+  depends=('gambas3-runtime' 'cairo')
+  pkgdesc="Cairo component"
+
+  cd ${srcdir}/fakeinstall
+  
+  create_dirs
+  
+  mv -v usr/lib/gambas3/gb.cairo.* 

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

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 17:38:09
  Author: foutrelis
Revision: 199882

poppler 0.50.0 rebuild

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 17:18:43 UTC (rev 199881)
+++ PKGBUILD2016-12-16 17:38:09 UTC (rev 199882)
@@ -16,7 +16,7 @@
  'gambas3-gb-util-web' 'gambas3-gb-util' 'gambas3-gb-v4l' 
'gambas3-gb-vb' 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 
'gambas3-gb-xml-xslt' 'gambas3-gb-xml'
  'gambas3-gb-web-form' 'gambas3-gb-web'  'gambas3-runtime' 
'gambas3-devel' 'gambas3-ide' 'gambas3-script')
 pkgver=3.9.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('i686' 'x86_64')
 url="http://gambas.sourceforge.net/;


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

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 17:18:43
  Author: foutrelis
Revision: 199881

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

Added:
  gdal/repos/community-staging-i686/
  gdal/repos/community-staging-i686/PKGBUILD
(from rev 199880, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-i686/gdal.changelog
(from rev 199880, gdal/trunk/gdal.changelog)
  gdal/repos/community-staging-x86_64/
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 199880, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 199880, gdal/trunk/gdal.changelog)

-+
 community-staging-i686/PKGBUILD |   77 ++
 community-staging-i686/gdal.changelog   |   77 ++
 community-staging-x86_64/PKGBUILD   |   77 ++
 community-staging-x86_64/gdal.changelog |   77 ++
 4 files changed, 308 insertions(+)

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

Copied: gdal/repos/community-staging-i686/gdal.changelog (from rev 199880, 
gdal/trunk/gdal.changelog)
===
--- community-staging-i686/gdal.changelog   (rev 0)
+++ community-staging-i686/gdal.changelog   2016-12-16 17:18:43 UTC (rev 
199881)
@@ -0,0 +1,77 @@
+2016-08-02 Jaroslav Lichtblau 
+   * gdal 2.1.1-1 glew 2.0.0 / poppler 0.46.0 rebuilds rebuild
+
+2016-06-05 Jaroslav Lichtblau 
+   * gdal 2.1.0-2 cfitsio 3.390 rebuild
+
+2016-05-22 Jaroslav Lichtblau 
+   * gdal 2.1.0-1
+
+2016-04-12 

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

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 17:18:33
  Author: foutrelis
Revision: 199880

poppler 0.50.0 rebuild

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 17:12:21 UTC (rev 199879)
+++ PKGBUILD2016-12-16 17:18:33 UTC (rev 199880)
@@ -5,7 +5,7 @@
 
 pkgname=gdal
 pkgver=2.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A translator library for raster geospatial data formats"
 arch=('i686' 'x86_64')
 url="http://www.gdal.org/;


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

2016-12-16 Thread Timothy Redaelli
Date: Friday, December 16, 2016 @ 17:12:21
  Author: tredaelli
Revision: 199879

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

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 199878, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/do_not_use_svn_version.patch
(from rev 199878, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-i686/wireshark.install
(from rev 199878, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 199878, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 199878, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 199878, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/do_not_use_svn_version.patch
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install

---+
 /PKGBUILD |  202 
 /do_not_use_svn_version.patch |   26 +++
 /wireshark.install|   20 ++
 community-i686/PKGBUILD   |  101 
 community-i686/do_not_use_svn_version.patch   |   13 -
 community-i686/wireshark.install  |   10 -
 community-x86_64/PKGBUILD |  101 
 community-x86_64/do_not_use_svn_version.patch |   13 -
 community-x86_64/wireshark.install|   10 -
 9 files changed, 248 insertions(+), 248 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-16 17:11:40 UTC (rev 199878)
+++ community-i686/PKGBUILD 2016-12-16 17:12:21 UTC (rev 199879)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.2.2
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
- 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
-options=(!emptydirs)
-url='https://www.wireshark.org/'
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-do_not_use_svn_version.patch)
-sha1sums=('b92a292b95e2ea010014364ff513d86afdc8e5a6'
-  '489a176a7b90f7ae6f0985510c0c9038de54d9d6')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "$srcdir"/do_not_use_svn_version.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --with-c-ares \
-  --with-geoip
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('c-ares' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 config.h register.h ws_diag_control.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark-gtk 

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

2016-12-16 Thread Timothy Redaelli
Date: Friday, December 16, 2016 @ 17:11:40
  Author: tredaelli
Revision: 199878

upgpkg: wireshark 2.2.3-1

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 17:09:51 UTC (rev 199877)
+++ PKGBUILD2016-12-16 17:11:40 UTC (rev 199878)
@@ -4,7 +4,7 @@
 # Contributor: Florian Pritz 
 pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -14,7 +14,7 @@
 url='https://www.wireshark.org/'
 source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
 do_not_use_svn_version.patch)
-sha1sums=('b92a292b95e2ea010014364ff513d86afdc8e5a6'
+sha1sums=('98fa058e0b07ab97b6f0a670e5277203f0b80715'
   '489a176a7b90f7ae6f0985510c0c9038de54d9d6')
 
 prepare() {


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

2016-12-16 Thread Gaëtan Bisson
Date: Friday, December 16, 2016 @ 17:09:51
  Author: bisson
Revision: 199877

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

Added:
  unbound/repos/community-i686/PKGBUILD
(from rev 199876, unbound/trunk/PKGBUILD)
  unbound/repos/community-i686/conf
(from rev 199876, unbound/trunk/conf)
  unbound/repos/community-i686/install
(from rev 199876, unbound/trunk/install)
  unbound/repos/community-i686/service
(from rev 199876, unbound/trunk/service)
  unbound/repos/community-x86_64/PKGBUILD
(from rev 199876, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 199876, unbound/trunk/conf)
  unbound/repos/community-x86_64/install
(from rev 199876, unbound/trunk/install)
  unbound/repos/community-x86_64/service
(from rev 199876, unbound/trunk/service)
Deleted:
  unbound/repos/community-i686/PKGBUILD
  unbound/repos/community-i686/conf
  unbound/repos/community-i686/install
  unbound/repos/community-i686/service
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/install
  unbound/repos/community-x86_64/service

---+
 /PKGBUILD |  106 
 /conf |   10 
 /install  |8 +++
 /service  |   26 ++
 community-i686/PKGBUILD   |   53 --
 community-i686/conf   |5 --
 community-i686/install|4 -
 community-i686/service|   13 -
 community-x86_64/PKGBUILD |   53 --
 community-x86_64/conf |5 --
 community-x86_64/install  |4 -
 community-x86_64/service  |   13 -
 12 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-16 17:08:59 UTC (rev 199876)
+++ community-i686/PKGBUILD 2016-12-16 17:09:51 UTC (rev 199877)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.5.10
-pkgrel=1
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='http://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'service'
-'conf')
-sha1sums=('6102849c400db3a4195b1f16df8f312568a6ec57'
-  'SKIP'
-  '63fcc187cec6f262d81600e66c6747285c72ad15'
-  '98515708441cb831890a0b6d1986fd40649646c0')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --with-libevent \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --enable-relro-now \
-   --enable-pie \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-}

Copied: unbound/repos/community-i686/PKGBUILD (from rev 199876, 
unbound/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-16 17:09:51 UTC (rev 199877)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='https://unbound.net/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
+source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'service'
+'conf')
+sha1sums=('9b7606b016b447dc837efc108cee94f3fecf4ede'
+  'SKIP'
+  '63fcc187cec6f262d81600e66c6747285c72ad15'
+  

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

2016-12-16 Thread Gaëtan Bisson
Date: Friday, December 16, 2016 @ 17:08:59
  Author: bisson
Revision: 199876

upstream update

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 16:08:06 UTC (rev 199875)
+++ PKGBUILD2016-12-16 17:08:59 UTC (rev 199876)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.5.10
+pkgver=1.6.0
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
@@ -18,7 +18,7 @@
 source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'service'
 'conf')
-sha1sums=('6102849c400db3a4195b1f16df8f312568a6ec57'
+sha1sums=('9b7606b016b447dc837efc108cee94f3fecf4ede'
   'SKIP'
   '63fcc187cec6f262d81600e66c6747285c72ad15'
   '98515708441cb831890a0b6d1986fd40649646c0')


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

2016-12-16 Thread Andreas Radke
Date: Friday, December 16, 2016 @ 16:50:23
  Author: andyrtr
Revision: 283851

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

Added:
  poppler/repos/staging-i686/
  poppler/repos/staging-i686/PKGBUILD
(from rev 283850, poppler/trunk/PKGBUILD)
  poppler/repos/staging-x86_64/
  poppler/repos/staging-x86_64/PKGBUILD
(from rev 283850, poppler/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   94 ++
 staging-x86_64/PKGBUILD |   94 ++
 2 files changed, 188 insertions(+)

Copied: poppler/repos/staging-i686/PKGBUILD (from rev 283850, 
poppler/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-12-16 16:50:23 UTC (rev 283851)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
+pkgver=0.50.0
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk2' 
'qt4' 'pkgconfig' 'lcms2' 'gobject-introspection' 'icu' 'qt5-base' 'git' 
'python2')
+options=('!emptydirs')
+url="https://poppler.freedesktop.org/;
+source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
+test::git+https://cgit.freedesktop.org/poppler/test/#commit=0d2bfd4)
+sha256sums=('c9c93318b789d3933f6e0bad3bc65110280c28eac3f0666284bb9c9a0ab4bc36'
+'SKIP')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-qt5 \
+  --enable-poppler-glib \
+  --enable-libopenjpeg=openjpeg2
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  LANG=en_US.UTF8 make check
+}
+
+package_poppler() {
+  pkgdesc="PDF rendering library based on xpdf 3.0"
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'lcms2')
+  optdepends=('poppler-data: encoding data to display PDF documents containing 
CJK characters')
+  conflicts=("poppler-qt3<${pkgver}")
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -e 's/^glib_subdir =.*/glib_subdir =/' \
+  -e 's/^qt4_subdir =.*/qt4_subdir =/' \
+  -e 's/^qt5_subdir =.*/qt5_subdir =/' -i Makefile
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt4,qt5}.pc
+}
+
+package_poppler-glib() {
+  pkgdesc="Poppler glib bindings"
+  depends=("poppler=${pkgver}" 'glib2')
+
+  cd "${pkgbase}-${pkgver}"
+  make -C poppler DESTDIR="${pkgdir}" install-libLTLIBRARIES
+  make -C glib DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-glib.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -f "${pkgdir}"/usr/lib/libpoppler.*
+  rm -f "${pkgdir}/usr/bin/poppler-glib-demo"
+}
+
+package_poppler-qt4() {
+  pkgdesc="Poppler Qt4 bindings"
+  provides=("poppler-qt=${pkgver}")
+  replaces=('poppler-qt')
+  conflicts=('poppler-qt')
+  depends=("poppler=${pkgver}" 'qt4')
+
+  cd "${pkgbase}-${pkgver}"
+  make -C poppler DESTDIR="${pkgdir}" install-libLTLIBRARIES
+  make -C qt4 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-qt4.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -f "${pkgdir}"/usr/lib/libpoppler.*
+}
+
+package_poppler-qt5() {
+  pkgdesc="Poppler Qt5 bindings"
+  depends=("poppler=${pkgver}" 'qt5-base')
+
+  cd "${pkgbase}-${pkgver}"
+  make -C poppler DESTDIR="${pkgdir}" install-libLTLIBRARIES
+  make -C qt5 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-qt5.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -f "${pkgdir}"/usr/lib/libpoppler.*
+}

Copied: poppler/repos/staging-x86_64/PKGBUILD (from rev 283850, 
poppler/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-12-16 16:50:23 UTC (rev 283851)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
+pkgver=0.50.0
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk2' 
'qt4' 'pkgconfig' 'lcms2' 'gobject-introspection' 'icu' 'qt5-base' 'git' 
'python2')
+options=('!emptydirs')
+url="https://poppler.freedesktop.org/;
+source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
+

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

2016-12-16 Thread Andreas Radke
Date: Friday, December 16, 2016 @ 16:49:45
  Author: andyrtr
Revision: 283850

upgpkg: poppler 0.50.0-1

upstream update 0.50.0

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 16:07:14 UTC (rev 283849)
+++ PKGBUILD2016-12-16 16:49:45 UTC (rev 283850)
@@ -4,7 +4,7 @@
 
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
-pkgver=0.49.0
+pkgver=0.50.0
 pkgrel=1
 arch=(i686 x86_64)
 license=('GPL')
@@ -13,7 +13,7 @@
 url="https://poppler.freedesktop.org/;
 source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
 test::git+https://cgit.freedesktop.org/poppler/test/#commit=0d2bfd4)
-sha256sums=('14485f0e1e43dcddf49cfc02c2ccb92910ba3e0e91e06f4bd2642ec00cb3a79f'
+sha256sums=('c9c93318b789d3933f6e0bad3bc65110280c28eac3f0666284bb9c9a0ab4bc36'
 'SKIP')
 
 build() {


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

2016-12-16 Thread Timothy Redaelli
Date: Friday, December 16, 2016 @ 16:08:06
  Author: tredaelli
Revision: 199875

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

Added:
  tinc/repos/community-i686/0001-Remove-ExecStop-in-tinc-.service.patch
(from rev 199874, tinc/trunk/0001-Remove-ExecStop-in-tinc-.service.patch)
  tinc/repos/community-i686/PKGBUILD
(from rev 199874, tinc/trunk/PKGBUILD)
  tinc/repos/community-x86_64/0001-Remove-ExecStop-in-tinc-.service.patch
(from rev 199874, tinc/trunk/0001-Remove-ExecStop-in-tinc-.service.patch)
  tinc/repos/community-x86_64/PKGBUILD
(from rev 199874, tinc/trunk/PKGBUILD)
Deleted:
  tinc/repos/community-i686/PKGBUILD
  tinc/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   86 ++
 community-i686/0001-Remove-ExecStop-in-tinc-.service.patch   |   26 +++
 community-i686/PKGBUILD  |   35 
 community-x86_64/0001-Remove-ExecStop-in-tinc-.service.patch |   26 +++
 community-x86_64/PKGBUILD|   35 
 5 files changed, 138 insertions(+), 70 deletions(-)

Copied: tinc/repos/community-i686/0001-Remove-ExecStop-in-tinc-.service.patch 
(from rev 199874, tinc/trunk/0001-Remove-ExecStop-in-tinc-.service.patch)
===
--- community-i686/0001-Remove-ExecStop-in-tinc-.service.patch  
(rev 0)
+++ community-i686/0001-Remove-ExecStop-in-tinc-.service.patch  2016-12-16 
16:08:06 UTC (rev 199875)
@@ -0,0 +1,26 @@
+From c443a1c5d64d4827e12bd914b3925150fc202692 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?=C3=89lie=20Bouttier?= 
+Date: Mon, 31 Oct 2016 21:06:32 +0100
+Subject: [PATCH] Remove ExecStop in tinc@.service
+
+This avoid tinc to receive SIGTERM twice (through ExecStop and through systemd
+directly) which prevented tinc-down script to be executed.
+---
+ distro/tinc@.service | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/distro/tinc@.service b/distro/tinc@.service
+index 4bb4d2dd..c823fa5a 100644
+--- a/distro/tinc@.service
 b/distro/tinc@.service
+@@ -8,7 +8,6 @@ Type=simple
+ WorkingDirectory=/etc/tinc/%i
+ ExecStart=/usr/sbin/tincd -n %i -D
+ ExecReload=/usr/sbin/tincd -n %i -kHUP
+-ExecStop=/usr/sbin/tincd -n %i -k
+ TimeoutStopSec=5
+ Restart=always
+ RestartSec=60
+-- 
+2.10.2
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-16 16:07:57 UTC (rev 199874)
+++ community-i686/PKGBUILD 2016-12-16 16:08:06 UTC (rev 199875)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: helios
-# Contributor: Lothar Gesslein
-# Contributor: Dominik George 
-
-pkgname=tinc
-pkgver=1.0.30
-pkgrel=1
-pkgdesc="VPN (Virtual Private Network) daemon"
-arch=('i686' 'x86_64')
-url="http://www.tinc-vpn.org/;
-license=('GPL')
-depends=('lzo' 'openssl' 'zlib')
-source=(https://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig})
-md5sums=('f3ca1fc1154ed1f2cac408ea06a1c1ca'
- 'SKIP')
-validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  install -dm755 "$pkgdir"/usr/share/tinc/examples
-  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
-  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
-  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
-}

Copied: tinc/repos/community-i686/PKGBUILD (from rev 199874, 
tinc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-16 16:08:06 UTC (rev 199875)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: helios
+# Contributor: Lothar Gesslein
+# Contributor: Dominik George 
+
+pkgname=tinc
+pkgver=1.0.30
+pkgrel=2
+pkgdesc="VPN (Virtual Private Network) daemon"
+arch=('i686' 'x86_64')
+url="http://www.tinc-vpn.org/;
+license=('GPL')
+depends=('lzo' 'openssl' 'zlib')
+source=(https://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
+0001-Remove-ExecStop-in-tinc-.service.patch)
+md5sums=('f3ca1fc1154ed1f2cac408ea06a1c1ca'
+ 'SKIP'
+ 'eb61a50de5125a39ac47c29b450210a4')
+validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  patch -Np1 -i "$srcdir/0001-Remove-ExecStop-in-tinc-.service.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr 

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

2016-12-16 Thread Timothy Redaelli
Date: Friday, December 16, 2016 @ 16:07:57
  Author: tredaelli
Revision: 199874

upgpkg: tinc 1.0.30-2

FS#52170

Added:
  tinc/trunk/0001-Remove-ExecStop-in-tinc-.service.patch
Modified:
  tinc/trunk/PKGBUILD

-+
 0001-Remove-ExecStop-in-tinc-.service.patch |   26 ++
 PKGBUILD|   14 +++---
 2 files changed, 37 insertions(+), 3 deletions(-)

Added: 0001-Remove-ExecStop-in-tinc-.service.patch
===
--- 0001-Remove-ExecStop-in-tinc-.service.patch (rev 0)
+++ 0001-Remove-ExecStop-in-tinc-.service.patch 2016-12-16 16:07:57 UTC (rev 
199874)
@@ -0,0 +1,26 @@
+From c443a1c5d64d4827e12bd914b3925150fc202692 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?=C3=89lie=20Bouttier?= 
+Date: Mon, 31 Oct 2016 21:06:32 +0100
+Subject: [PATCH] Remove ExecStop in tinc@.service
+
+This avoid tinc to receive SIGTERM twice (through ExecStop and through systemd
+directly) which prevented tinc-down script to be executed.
+---
+ distro/tinc@.service | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/distro/tinc@.service b/distro/tinc@.service
+index 4bb4d2dd..c823fa5a 100644
+--- a/distro/tinc@.service
 b/distro/tinc@.service
+@@ -8,7 +8,6 @@ Type=simple
+ WorkingDirectory=/etc/tinc/%i
+ ExecStart=/usr/sbin/tincd -n %i -D
+ ExecReload=/usr/sbin/tincd -n %i -kHUP
+-ExecStop=/usr/sbin/tincd -n %i -k
+ TimeoutStopSec=5
+ Restart=always
+ RestartSec=60
+-- 
+2.10.2
+

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 14:17:30 UTC (rev 199873)
+++ PKGBUILD2016-12-16 16:07:57 UTC (rev 199874)
@@ -6,17 +6,25 @@
 
 pkgname=tinc
 pkgver=1.0.30
-pkgrel=1
+pkgrel=2
 pkgdesc="VPN (Virtual Private Network) daemon"
 arch=('i686' 'x86_64')
 url="http://www.tinc-vpn.org/;
 license=('GPL')
 depends=('lzo' 'openssl' 'zlib')
-source=(https://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig})
+source=(https://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
+0001-Remove-ExecStop-in-tinc-.service.patch)
 md5sums=('f3ca1fc1154ed1f2cac408ea06a1c1ca'
- 'SKIP')
+ 'SKIP'
+ 'eb61a50de5125a39ac47c29b450210a4')
 validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  patch -Np1 -i "$srcdir/0001-Remove-ExecStop-in-tinc-.service.patch"
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 


[arch-commits] Commit in kde-l10n/repos/testing-any (PKGBUILD PKGBUILD)

2016-12-16 Thread Antonio Rojas
Date: Friday, December 16, 2016 @ 16:07:14
  Author: arojas
Revision: 283849

archrelease: copy trunk to testing-any

Added:
  kde-l10n/repos/testing-any/PKGBUILD
(from rev 283848, kde-l10n/trunk/PKGBUILD)
Deleted:
  kde-l10n/repos/testing-any/PKGBUILD

--+
 PKGBUILD |  330 ++---
 1 file changed, 165 insertions(+), 165 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-16 16:05:12 UTC (rev 283848)
+++ PKGBUILD2016-12-16 16:07:14 UTC (rev 283849)
@@ -1,165 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kde-l10n
-pkgver=16.12.0
-pkgrel=1
-arch=('any')
-url='http://www.kde.org/'
-license=('GPL')
-depends=('qt5-translations') # needed for RTL languages FS#50780
-makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4' 'kconfig' 
'ki18n' 'qt5-tools' 'python')
-options=('docs')
-
-_languages=(
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'bg "Bulgarian"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'ca@valencia "Catalan (Valencian)"'
-  'cs "Czech"'
-  'da "Danish"'
-  'de "German"'
-  'el "Greek"'
-  'en_GB  "British English"'
-  'eo "Esperanto"'
-  'es "Spanish"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Farsi"'
-  'fi "Finnish"'
-  'fr "French"'
-  'ga "Irish"'
-  'gl "Galician"'
-  'he "Hebrew"'
-  'hi "Hindi"'
-  'hr "Croatian"'
-  'hu "Hungarian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'ko "Korean"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mr "Marathi"'
-  'nb "Norwegian Bokmal"'
-  'nds"Low Saxon"'
-  'nl "Dutch"'
-  'nn "Norwegian Nynorsk"'
-  'pa "Panjabi/Punjabi"'
-  'pl "Polish"'
-  'pt "Portuguese"'
-  'pt_BR  "Brazilian Portuguese"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'sr "Serbian"'
-  'sv "Swedish"'
-  'tr "Turkish"'
-  'ug "Uyghur"'
-  'uk "Ukrainian"'
-  'wa "Walloon"'
-  'zh_CN  "Chinese Simplified"'
-  'zh_TW  "Chinese Traditional"'
-)
-
-pkgname=()
-source=()
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=kde-l10n-${_locale,,}
-  
-  pkgname+=($_pkgname)
-  
source+=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase/$pkgbase-$_locale-$pkgver.tar.xz;)
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-md5sums=('dba3a0fe8ee4a2f1ca916778a42451a2'
- '0bb51f6e2054466d25bfe2c6af479772'
- '8f312b4385ce0faed13a810e04c6928b'
- '859d4b8e9b818f08dfc6e6d16615825a'
- '76c7925a1012ef8ff23fcdf7fee15855'
- '3eda1f72dc49cc2b79662d378d180b2e'
- '61734ddd5b915069194cee85517e2d8e'
- '65bbfd86992c79aada4424def933f6f4'
- '0aede2e49532c78baac04ab8df59e622'
- '131899f0041fc992f06c22cdd7d6e42a'
- '195da0a39c159d66ef9f643b86c5196e'
- 'd68e694677bafb55478a40b0baba89cc'
- '965ab549c482429a0085724f80afd3f6'
- '18572f80f61f7d777646008c6fede349'
- '2d3d76557fb62bd81bb4067d171cfe3c'
- '8be3646b5a63b5ec87c8d92a12e9ebec'
- 'd9dccedfedc2dbb8b29171aa94471c5b'
- 'c7bc7611ad893aa49206e580011f5029'
- 'b1f94b8cac63fe29fe826479bf54e0b9'
- '496ac2ee203440ed465d067ad33ae397'
- 'eddae342829295d1b599ba77'
- '5e5031113af4b04533b731dfc27256e0'
- '69b618981f256af477f2bf01e5f4cdcc'
- 'e0cc5159927403c331aa1fddee522403'
- '731c742aab3b226c8ab81ccb155ebf41'
- 'a1de83d3da34be50164b5435fadaece0'
- 'fb20ccb82af337eb3399bd35903d55e0'
- '38f0854dc974ab4a5fb04e9b59b30ab0'
- 'de95d996b3088112dd56f5b8b034f512'
- 'de7f95e6b149c3f09c49737698e87291'
- 'd520c63e51ce9217ec07ebafc4ca6d89'
- '91e372741b28cbfeac4a2a3bd29b803f'
- 'fab4268f20eadcd9cfcb5015952c1127'
- '496c1e7fdaadc2c0b7c93a24ead7677c'
- 'd61cb5759ef9a1ce6ff9dcfd8ca004b8'
- '6510e4c074010a505ba7344b6936c941'
- '54f54fc3c901d27515bcc570f5982de3'
- 'a41305fea053302ff16a96554048a392'
- '6ed402c5d155181815c0dc1000d9a09a'
- 'ff96f9d45b88ca29500c5545b2f92c53'
- '2ed2e53251f348e9cd1d8c40c7f8f9c4'
- 'ac710b85d4a491ec8f13ccd519486f69'
- '063d8f651567230dfae6fa15a80dc086'
- 'fc2b9248d1691cb61fc760b6e6617723'
- '06226993cfcee74d98ba91a22c5570c0'
- '777a53dca066f01d49d355e27515e442'
- '4d794a42533d5c3048a13a882e397787'
- 'a680eb81350fc627f56c29da40f897d5'
- '2902b6919a96435fbc7a5d2811cce4de'
- '53c3882fd6b58d1964e8dc215de95f3b'
- 

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

2016-12-16 Thread Antonio Rojas
Date: Friday, December 16, 2016 @ 16:05:12
  Author: arojas
Revision: 283848

Fix typo (FS#52176)

Modified:
  kde-l10n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 14:05:50 UTC (rev 283847)
+++ PKGBUILD2016-12-16 16:05:12 UTC (rev 283848)
@@ -5,7 +5,7 @@
 
 pkgbase=kde-l10n
 pkgver=16.12.0
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='http://www.kde.org/'
 license=('GPL')
@@ -161,5 +161,5 @@
   make DESTDIR="$pkgdir" install
 
 # Fix conflicts
-  rm -fr "$pkgdir"/usr/share/doc/HTML/*/{kdesu,ketattach,kcontrol/kcm_ssl}
+  rm -fr "$pkgdir"/usr/share/doc/HTML/*/{kdesu,knetattach,kcontrol/kcm_ssl}
 }


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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 14:17:30
  Author: felixonmars
Revision: 199873

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

Added:
  deepin-desktop/repos/community-staging-i686/
  deepin-desktop/repos/community-staging-i686/PKGBUILD
(from rev 199872, deepin-desktop/trunk/PKGBUILD)
  deepin-desktop/repos/community-staging-x86_64/
  deepin-desktop/repos/community-staging-x86_64/PKGBUILD
(from rev 199872, deepin-desktop/trunk/PKGBUILD)

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

Copied: deepin-desktop/repos/community-staging-i686/PKGBUILD (from rev 199872, 
deepin-desktop/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-16 14:17:30 UTC (rev 199873)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Desktop module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-desktop;
+license=('GPL3')
+depends=('deepin-file-manager-backend' 'deepin-nautilus-properties' 
'gsettings-qt'
+ 'deepin-daemon' 'deepin-tool-kit' 'startdde' 'deepin-dock' 'gtk2' 
'qt5-svg'
+ 'qt5-x11extras' 'libqtxdg' 'deepin-file-manager')
+makedepends=('git' 'boost' 'qt5-tools')
+conflicts=('dde-desktop')
+replaces=('dde-desktop')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-desktop.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-desktop
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-desktop
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: deepin-desktop/repos/community-staging-x86_64/PKGBUILD (from rev 
199872, deepin-desktop/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-16 14:17:30 UTC (rev 199873)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Desktop module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-desktop;
+license=('GPL3')
+depends=('deepin-file-manager-backend' 'deepin-nautilus-properties' 
'gsettings-qt'
+ 'deepin-daemon' 'deepin-tool-kit' 'startdde' 'deepin-dock' 'gtk2' 
'qt5-svg'
+ 'qt5-x11extras' 'libqtxdg' 'deepin-file-manager')
+makedepends=('git' 'boost' 'qt5-tools')
+conflicts=('dde-desktop')
+replaces=('dde-desktop')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-desktop.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-desktop
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-desktop
+  make INSTALL_ROOT="${pkgdir}" install
+}


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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 14:17:02
  Author: felixonmars
Revision: 199872

upgpkg: deepin-desktop 4.0.0-1

Modified:
  deepin-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 14:07:47 UTC (rev 199871)
+++ PKGBUILD2016-12-16 14:17:02 UTC (rev 199872)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop
-pkgver=3.0.15
-pkgrel=2
+pkgver=4.0.0
+pkgrel=1
 pkgdesc='Deepin desktop-environment - Desktop module'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-desktop;
@@ -12,7 +12,7 @@
 license=('GPL3')
 depends=('deepin-file-manager-backend' 'deepin-nautilus-properties' 
'gsettings-qt'
  'deepin-daemon' 'deepin-tool-kit' 'startdde' 'deepin-dock' 'gtk2' 
'qt5-svg'
- 'qt5-x11extras' 'libqtxdg')
+ 'qt5-x11extras' 'libqtxdg' 'deepin-file-manager')
 makedepends=('git' 'boost' 'qt5-tools')
 conflicts=('dde-desktop')
 replaces=('dde-desktop')


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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 14:07:18
  Author: felixonmars
Revision: 199870

upgpkg: deepin-file-manager 1:1.3.4-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 13:51:44 UTC (rev 199869)
+++ PKGBUILD2016-12-16 14:07:18 UTC (rev 199870)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=1.3.3
-pkgrel=2
+pkgver=1.3.4
+pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
 arch=('i686' 'x86_64')


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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 14:07:47
  Author: felixonmars
Revision: 199871

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

Added:
  deepin-file-manager/repos/community-staging-i686/
  deepin-file-manager/repos/community-staging-i686/PKGBUILD
(from rev 199870, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-staging-x86_64/
  deepin-file-manager/repos/community-staging-x86_64/PKGBUILD
(from rev 199870, deepin-file-manager/trunk/PKGBUILD)

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

Copied: deepin-file-manager/repos/community-staging-i686/PKGBUILD (from rev 
199870, deepin-file-manager/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-16 14:07:47 UTC (rev 199871)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=1.3.4
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-file-manager
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: deepin-file-manager/repos/community-staging-x86_64/PKGBUILD (from rev 
199870, deepin-file-manager/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-16 14:07:47 UTC (rev 199871)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=1.3.4
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-file-manager
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 13:51:44
  Author: felixonmars
Revision: 199869

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

Added:
  deepin-tool-kit/repos/community-staging-i686/
  deepin-tool-kit/repos/community-staging-i686/PKGBUILD
(from rev 199868, deepin-tool-kit/trunk/PKGBUILD)
  deepin-tool-kit/repos/community-staging-x86_64/
  deepin-tool-kit/repos/community-staging-x86_64/PKGBUILD
(from rev 199868, deepin-tool-kit/trunk/PKGBUILD)

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

Copied: deepin-tool-kit/repos/community-staging-i686/PKGBUILD (from rev 199868, 
deepin-tool-kit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-16 13:51:44 UTC (rev 199869)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-tool-kit
+pkgver=0.2.0
+_commit=324a84c7187609212339ac983bc158083c9ca4b2
+pkgrel=1
+pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-tool-kit;
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification')
+makedepends=('git')
+replaces=('libdui')
+source=("git+https://github.com/linuxdeepin/deepin-tool-kit.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+build() {
+  cd deepin-tool-kit
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-tool-kit
+  make INSTALL_ROOT="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/tests
+}

Copied: deepin-tool-kit/repos/community-staging-x86_64/PKGBUILD (from rev 
199868, deepin-tool-kit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-16 13:51:44 UTC (rev 199869)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-tool-kit
+pkgver=0.2.0
+_commit=324a84c7187609212339ac983bc158083c9ca4b2
+pkgrel=1
+pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-tool-kit;
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification')
+makedepends=('git')
+replaces=('libdui')
+source=("git+https://github.com/linuxdeepin/deepin-tool-kit.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+build() {
+  cd deepin-tool-kit
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-tool-kit
+  make INSTALL_ROOT="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/tests
+}


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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 13:51:03
  Author: felixonmars
Revision: 199868

upgpkg: deepin-tool-kit 0.2.0-1

Modified:
  deepin-tool-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 13:38:46 UTC (rev 199867)
+++ PKGBUILD2016-12-16 13:51:03 UTC (rev 199868)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-tool-kit
-pkgver=0.1.7
-_commit=2c0cbabd28452fc77f2bab20ea39d52ec552d1fe
+pkgver=0.2.0
+_commit=324a84c7187609212339ac983bc158083c9ca4b2
 pkgrel=1
 pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
 arch=('i686' 'x86_64')


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

2016-12-16 Thread NicoHood
Date: Friday, December 16, 2016 @ 13:38:46
  Author: nicohood
Revision: 199867

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

Added:
  arduino-builder/repos/community-i686/PKGBUILD
(from rev 199866, arduino-builder/trunk/PKGBUILD)
  arduino-builder/repos/community-x86_64/PKGBUILD
(from rev 199866, arduino-builder/trunk/PKGBUILD)
Deleted:
  arduino-builder/repos/community-i686/PKGBUILD
  arduino-builder/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-16 13:38:31 UTC (rev 199866)
+++ community-i686/PKGBUILD 2016-12-16 13:38:46 UTC (rev 199867)
@@ -1,40 +0,0 @@
-# Maintainer: NicoHood 
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-
-pkgname=arduino-builder
-pkgver=1.3.22
-pkgrel=2
-pkgdesc="A command line tool for compiling Arduino sketches"
-arch=('i686' 'x86_64')
-url="https://github.com/arduino/arduino-builder;
-license=('GPL')
-makedepends=('go' 'git' 'unzip')
-options=(!strip)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/arduino/arduino-builder/archive/${pkgver}.tar.gz;)
-sha512sums=('1e569825ea9ab4915ff676579480d8806e4a14ff1afd284fd3e839d11fda6c049ec0f0cbb832c8eb034364fac47ab7d94a01bd0b40f167526da968d13fddabf0')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export GOPATH="${srcdir}/${pkgname}-${pkgver}"
-   go get -fix github.com/go-errors/errors
-   go get -fix github.com/stretchr/testify
-   go get -fix github.com/jstemmer/go-junit-report
-   go build arduino.cc/arduino-builder
-}
-
-check() {
-   # Test will download ~1GB of testfiles
-echo "Running check() for the first time might take a while as it 
downloads ~1GB of testfiles. Skip with --nocheck"
-   export GOPATH="${srcdir}/${pkgname}-${pkgver}"
-   go test -timeout 60m arduino.cc/...
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # Install main tool
-   install -Dm755 "arduino-builder" "${pkgdir}/usr/bin/arduino-builder"
-
-   # Add documentation
-   install -Dm644 -t "${pkgdir}/usr/share/doc/${pkgname}" README.md
-}

Copied: arduino-builder/repos/community-i686/PKGBUILD (from rev 199866, 
arduino-builder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-16 13:38:46 UTC (rev 199867)
@@ -0,0 +1,40 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+
+pkgname=arduino-builder
+pkgver=1.3.23
+pkgrel=1
+pkgdesc="A command line tool for compiling Arduino sketches"
+arch=('i686' 'x86_64')
+url="https://github.com/arduino/arduino-builder;
+license=('GPL')
+makedepends=('go' 'git' 'unzip')
+options=(!strip)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/arduino/arduino-builder/archive/${pkgver}.tar.gz;)
+sha512sums=('e9b5dd06c7c2149aa715b1de5385c4c919c9f8857d350b051a62a3f36ab41af19e0d5d7367956206d03b273dc8ff75d6297828c12c88295edd546d6af99b62d6')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export GOPATH="${srcdir}/${pkgname}-${pkgver}"
+   go get -fix github.com/go-errors/errors
+   go get -fix github.com/stretchr/testify
+   go get -fix github.com/jstemmer/go-junit-report
+   go build arduino.cc/arduino-builder
+}
+
+check() {
+   # Test will download ~1GB of testfiles
+echo "Running check() for the first time might take a while as it 
downloads ~1GB of testfiles. Skip with --nocheck"
+   export GOPATH="${srcdir}/${pkgname}-${pkgver}"
+   go test -timeout 60m arduino.cc/...
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # Install main tool
+   install -Dm755 "arduino-builder" "${pkgdir}/usr/bin/arduino-builder"
+
+   # Add documentation
+   install -Dm644 -t "${pkgdir}/usr/share/doc/${pkgname}" README.md
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-16 13:38:31 UTC (rev 199866)
+++ community-x86_64/PKGBUILD   2016-12-16 13:38:46 UTC (rev 199867)
@@ -1,40 +0,0 @@
-# Maintainer: NicoHood 
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-
-pkgname=arduino-builder
-pkgver=1.3.22
-pkgrel=2
-pkgdesc="A command line tool for compiling Arduino sketches"
-arch=('i686' 'x86_64')
-url="https://github.com/arduino/arduino-builder;
-license=('GPL')
-makedepends=('go' 'git' 'unzip')
-options=(!strip)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/arduino/arduino-builder/archive/${pkgver}.tar.gz;)

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

2016-12-16 Thread NicoHood
Date: Friday, December 16, 2016 @ 13:38:31
  Author: nicohood
Revision: 199866

upgpkg: arduino-builder 1.3.23-1

Modified:
  arduino-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 11:59:17 UTC (rev 199865)
+++ PKGBUILD2016-12-16 13:38:31 UTC (rev 199866)
@@ -2,8 +2,8 @@
 # PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
 
 pkgname=arduino-builder
-pkgver=1.3.22
-pkgrel=2
+pkgver=1.3.23
+pkgrel=1
 pkgdesc="A command line tool for compiling Arduino sketches"
 arch=('i686' 'x86_64')
 url="https://github.com/arduino/arduino-builder;
@@ -11,7 +11,7 @@
 makedepends=('go' 'git' 'unzip')
 options=(!strip)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/arduino/arduino-builder/archive/${pkgver}.tar.gz;)
-sha512sums=('1e569825ea9ab4915ff676579480d8806e4a14ff1afd284fd3e839d11fda6c049ec0f0cbb832c8eb034364fac47ab7d94a01bd0b40f167526da968d13fddabf0')
+sha512sums=('e9b5dd06c7c2149aa715b1de5385c4c919c9f8857d350b051a62a3f36ab41af19e0d5d7367956206d03b273dc8ff75d6297828c12c88295edd546d6af99b62d6')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in xf86-video-ati/repos (4 files)

2016-12-16 Thread Andreas Radke
Date: Friday, December 16, 2016 @ 13:37:24
  Author: andyrtr
Revision: 283843

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

Added:
  xf86-video-ati/repos/testing-i686/PKGBUILD
(from rev 283842, xf86-video-ati/trunk/PKGBUILD)
  xf86-video-ati/repos/testing-x86_64/PKGBUILD
(from rev 283842, xf86-video-ati/trunk/PKGBUILD)
Deleted:
  xf86-video-ati/repos/testing-i686/PKGBUILD
  xf86-video-ati/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-12-16 13:37:11 UTC (rev 283842)
+++ testing-i686/PKGBUILD   2016-12-16 13:37:24 UTC (rev 283843)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=xf86-video-ati
-pkgver=7.8.0
-epoch=1
-pkgrel=2
-pkgdesc="X.org ati video driver"
-arch=('i686' 'x86_64')
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('libsystemd' 'mesa')
-makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=23')
-conflicts=('xorg-server<1.19.0' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
-groups=('xorg-drivers')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('f34d04a755e761e03b459155fa3ddcbb'
- 'SKIP')
-validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---enable-glamor
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make "DESTDIR=${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-ati/repos/testing-i686/PKGBUILD (from rev 283842, 
xf86-video-ati/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-16 13:37:24 UTC (rev 283843)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-ati
+_commit=404c647 # 7 digits
+pkgver=7.8.99.r13.g404c6475
+epoch=1
+pkgrel=1
+pkgdesc="X.org ati video driver"
+arch=('i686' 'x86_64')
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('libsystemd' 'mesa')
+makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=23'
+ # additional for git snapshot
+ 'git')
+conflicts=('xorg-server<1.19.0' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+#source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+source=("git://anongit.freedesktop.org/xorg/driver/xf86-video-ati#commit=${_commit}")
+sha256sums=('SKIP')
+#validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

+
+pkgver() {
+  cd $pkgname
+  # from ati-git AUR pkg
+  # git describe --long | sed 's/^xf86-video-ati-//;s/\([^-]*-g\)/r\1/;s/-/./g'
+  # use version already commited into configure.ac "7.8.99"
+  git describe --long | sed 
's/^xf86-video-ati-7.8.0/7.8.99/;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd ${pkgname} #-${pkgver}
+
+  ./configure --prefix=/usr \
+--enable-glamor
+  make
+}
+
+package() {
+  cd ${pkgname} #-${pkgver}
+
+  make "DESTDIR=${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-12-16 13:37:11 UTC (rev 283842)
+++ testing-x86_64/PKGBUILD 2016-12-16 13:37:24 UTC (rev 283843)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=xf86-video-ati
-pkgver=7.8.0
-epoch=1
-pkgrel=2
-pkgdesc="X.org ati video driver"
-arch=('i686' 'x86_64')
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('libsystemd' 'mesa')
-makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=23')
-conflicts=('xorg-server<1.19.0' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
-groups=('xorg-drivers')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('f34d04a755e761e03b459155fa3ddcbb'
- 'SKIP')
-validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure 

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

2016-12-16 Thread Andreas Radke
Date: Friday, December 16, 2016 @ 13:37:11
  Author: andyrtr
Revision: 283842

upgpkg: xf86-video-ati 1:7.8.99.r13.g404c6475-1

switch to latest git commit status

Modified:
  xf86-video-ati/trunk/PKGBUILD

--+
 PKGBUILD |   34 +-
 1 file changed, 25 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 13:26:39 UTC (rev 283841)
+++ PKGBUILD2016-12-16 13:37:11 UTC (rev 283842)
@@ -3,24 +3,40 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xf86-video-ati
-pkgver=7.8.0
+_commit=404c647 # 7 digits
+pkgver=7.8.99.r13.g404c6475
 epoch=1
-pkgrel=2
+pkgrel=1
 pkgdesc="X.org ati video driver"
 arch=('i686' 'x86_64')
 url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('libsystemd' 'mesa')
-makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=23')
+makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=23'
+ # additional for git snapshot
+ 'git')
 conflicts=('xorg-server<1.19.0' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
 groups=('xorg-drivers')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('f34d04a755e761e03b459155fa3ddcbb'
- 'SKIP')
-validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

+#source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+source=("git://anongit.freedesktop.org/xorg/driver/xf86-video-ati#commit=${_commit}")
+sha256sums=('SKIP')
+#validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

 
+pkgver() {
+  cd $pkgname
+  # from ati-git AUR pkg
+  # git describe --long | sed 's/^xf86-video-ati-//;s/\([^-]*-g\)/r\1/;s/-/./g'
+  # use version already commited into configure.ac "7.8.99"
+  git describe --long | sed 
's/^xf86-video-ati-7.8.0/7.8.99/;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname} #-${pkgver}
 
   ./configure --prefix=/usr \
 --enable-glamor
@@ -28,7 +44,7 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname} #-${pkgver}
 
   make "DESTDIR=${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"


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

2016-12-16 Thread Jan Steffens
Date: Friday, December 16, 2016 @ 13:26:39
  Author: heftig
Revision: 283841

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-16 13:25:45 UTC (rev 283840)
+++ extra-i686/PKGBUILD 2016-12-16 13:26:39 UTC (rev 283841)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Alexander Fehr 
-
-pkgbase=tracker
-pkgname=(tracker libtracker-sparql)
-pkgver=1.10.2
-pkgrel=1
-pkgdesc="Desktop-neutral user information store, search tool and indexer"
-url="https://wiki.gnome.org/Projects/Tracker;
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(libgee libsecret upower libexif exempi poppler-glib libgsf icu 
enca networkmanager
- gtk3 gobject-introspection intltool giflib gst-plugins-base-libs 
totem-plparser taglib
- libvorbis flac vala libgxps libnautilus-extension libmediaart 
libxslt libiptcdata
- libosinfo libcue libstemmer git gtk-doc libgrss)
-options=('!emptydirs')
-_commit=436331aa63c045422424bf4032cd3fe2bab6837b  # tags/1.10.2^0
-source=("git://git.gnome.org/tracker#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/tracker \
---disable-unit-tests \
---disable-miner-user-guides \
---enable-libflac \
---enable-libvorbis \
---enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_tracker() {
-  depends=("libtracker-sparql=$pkgver-$pkgrel" libgee libsecret
-   upower libexif exempi poppler-glib libgsf enca libiptcdata libcue 
libosinfo
-   networkmanager gtk3 libmediaart libgxps taglib flac libvorbis 
totem-plparser
-   gst-plugins-base-libs giflib libgrss gvfs)
-  optdepends=("nautilus: edit files' tracker tags")
-  groups=('gnome')
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-
-  make DESTDIR="$pkgdir" -C src/libtracker-sparql uninstall
-  make DESTDIR="$pkgdir" -C src/libtracker-sparql-backend uninstall
-  make DESTDIR="$pkgdir" -C src/libtracker-data 
uninstall-libtracker_dataLTLIBRARIES
-  make DESTDIR="$pkgdir" -C src/libtracker-common 
uninstall-libtracker_commonLTLIBRARIES
-}
-
-package_libtracker-sparql() {
-  pkgdesc="$pkgdesc (SPARQL library)"
-  depends=(sqlite icu glib2 libffi pcre util-linux libstemmer)
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" -C src/libtracker-common 
install-libtracker_commonLTLIBRARIES
-  make DESTDIR="$pkgdir" -C src/libtracker-data 
install-libtracker_dataLTLIBRARIES
-  make DESTDIR="$pkgdir" -C src/libtracker-sparql install
-  make DESTDIR="$pkgdir" -C src/libtracker-sparql-backend install
-}

Copied: tracker/repos/extra-i686/PKGBUILD (from rev 283840, 
tracker/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-16 13:26:39 UTC (rev 283841)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Alexander Fehr 
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=1.10.3
+pkgrel=1
+pkgdesc="Desktop-neutral user information store, search tool and indexer"
+url="https://wiki.gnome.org/Projects/Tracker;
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(libgee libsecret upower libexif exempi poppler-glib libgsf icu 
enca networkmanager
+ gtk3 gobject-introspection intltool giflib gst-plugins-base-libs 
totem-plparser taglib
+ libvorbis flac vala libgxps libnautilus-extension libmediaart 
libxslt libiptcdata
+ libosinfo libcue libstemmer git gtk-doc libgrss libseccomp)
+options=('!emptydirs')
+_commit=b75639990b1974bc3fb3b4cc3c2358e1e13246e2  # tags/1.10.3^0
+source=("git+https://git.gnome.org/browse/tracker#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+
+  ./configure \
+--prefix=/usr \

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

2016-12-16 Thread Jan Steffens
Date: Friday, December 16, 2016 @ 13:25:45
  Author: heftig
Revision: 283840

Add missing libseccomp dep

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 13:20:22 UTC (rev 283839)
+++ PKGBUILD2016-12-16 13:25:45 UTC (rev 283840)
@@ -14,7 +14,7 @@
 makedepends=(libgee libsecret upower libexif exempi poppler-glib libgsf icu 
enca networkmanager
  gtk3 gobject-introspection intltool giflib gst-plugins-base-libs 
totem-plparser taglib
  libvorbis flac vala libgxps libnautilus-extension libmediaart 
libxslt libiptcdata
- libosinfo libcue libstemmer git gtk-doc libgrss)
+ libosinfo libcue libstemmer git gtk-doc libgrss libseccomp)
 options=('!emptydirs')
 _commit=b75639990b1974bc3fb3b4cc3c2358e1e13246e2  # tags/1.10.3^0
 source=("git+https://git.gnome.org/browse/tracker#commit=$_commit;)
@@ -67,7 +67,7 @@
 
 package_libtracker-sparql() {
   pkgdesc="$pkgdesc (SPARQL library)"
-  depends=(sqlite icu glib2 libffi pcre util-linux libstemmer)
+  depends=(sqlite icu glib2 libffi pcre util-linux libstemmer libseccomp)
 
   cd $pkgbase
   make DESTDIR="$pkgdir" -C src/libtracker-common 
install-libtracker_commonLTLIBRARIES


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

2016-12-16 Thread Jan Steffens
Date: Friday, December 16, 2016 @ 13:20:22
  Author: heftig
Revision: 283839

1.10.3-1

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 13:02:50 UTC (rev 283838)
+++ PKGBUILD2016-12-16 13:20:22 UTC (rev 283839)
@@ -5,7 +5,7 @@
 
 pkgbase=tracker
 pkgname=(tracker libtracker-sparql)
-pkgver=1.10.2
+pkgver=1.10.3
 pkgrel=1
 pkgdesc="Desktop-neutral user information store, search tool and indexer"
 url="https://wiki.gnome.org/Projects/Tracker;
@@ -16,8 +16,8 @@
  libvorbis flac vala libgxps libnautilus-extension libmediaart 
libxslt libiptcdata
  libosinfo libcue libstemmer git gtk-doc libgrss)
 options=('!emptydirs')
-_commit=436331aa63c045422424bf4032cd3fe2bab6837b  # tags/1.10.2^0
-source=("git://git.gnome.org/tracker#commit=$_commit")
+_commit=b75639990b1974bc3fb3b4cc3c2358e1e13246e2  # tags/1.10.3^0
+source=("git+https://git.gnome.org/browse/tracker#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2016-12-16 Thread Jan Steffens
Date: Friday, December 16, 2016 @ 13:02:50
  Author: heftig
Revision: 283838

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

Added:
  networkmanager/repos/extra-i686/NetworkManager.conf
(from rev 283837, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/extra-i686/PKGBUILD
(from rev 283837, networkmanager/trunk/PKGBUILD)
  networkmanager/repos/extra-x86_64/NetworkManager.conf
(from rev 283837, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/extra-x86_64/PKGBUILD
(from rev 283837, networkmanager/trunk/PKGBUILD)
Deleted:
  networkmanager/repos/extra-i686/NetworkManager.conf
  networkmanager/repos/extra-i686/PKGBUILD
  networkmanager/repos/extra-x86_64/NetworkManager.conf
  networkmanager/repos/extra-x86_64/PKGBUILD

--+
 /NetworkManager.conf |   16 ++
 /PKGBUILD|  248 +
 extra-i686/NetworkManager.conf   |8 -
 extra-i686/PKGBUILD  |  124 --
 extra-x86_64/NetworkManager.conf |8 -
 extra-x86_64/PKGBUILD|  124 --
 6 files changed, 264 insertions(+), 264 deletions(-)

Deleted: extra-i686/NetworkManager.conf
===
--- extra-i686/NetworkManager.conf  2016-12-16 13:02:21 UTC (rev 283837)
+++ extra-i686/NetworkManager.conf  2016-12-16 13:02:50 UTC (rev 283838)
@@ -1,8 +0,0 @@
-[main]
-plugins=keyfile
-dns=default
-
-## HTTP-based connectivity check
-#[connectivity]
-#uri=http://nmcheck.gnome.org/check_network_status.txt
-#interval=100

Copied: networkmanager/repos/extra-i686/NetworkManager.conf (from rev 283837, 
networkmanager/trunk/NetworkManager.conf)
===
--- extra-i686/NetworkManager.conf  (rev 0)
+++ extra-i686/NetworkManager.conf  2016-12-16 13:02:50 UTC (rev 283838)
@@ -0,0 +1,8 @@
+[main]
+plugins=keyfile
+dns=default
+
+## HTTP-based connectivity check
+#[connectivity]
+#uri=http://nmcheck.gnome.org/check_network_status.txt
+#interval=100

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-16 13:02:21 UTC (rev 283837)
+++ extra-i686/PKGBUILD 2016-12-16 13:02:50 UTC (rev 283838)
@@ -1,124 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgbase=networkmanager
-pkgname=(networkmanager libnm-glib)
-pkgver=1.4.2
-pkgrel=2
-pkgdesc="Network connection manager and user applications"
-arch=(i686 x86_64)
-license=(GPL2 LGPL2.1)
-url="https://wiki.gnome.org/Projects/NetworkManager;
-_pppver=2.4.7
-makedepends=(intltool dhclient iptables gobject-introspection gtk-doc
- "ppp=$_pppver" modemmanager dbus-glib iproute2 nss polkit
- wpa_supplicant libsoup systemd libgudev libmm-glib rp-pppoe
- libnewt libndp libteam vala perl-yaml python-gobject git)
-checkdepends=(libx11 python-dbus)
-_commit=c2c006fca869fccf9ce8c2a63a738174269872e2  # tags/1.4.2^0
-source=("git://anongit.freedesktop.org/NetworkManager/NetworkManager#commit=$_commit"
-NetworkManager.conf)
-sha256sums=('SKIP'
-'67f112c1ac8ee3726eb229f5cd783de19f09cc252af49e157343d82b324b923f')
-
-prepare() {
-  cd NetworkManager
-
-  2to3 -w libnm src tools
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd NetworkManager
-  git describe | sed 's/-dev/dev/;s/-/+/g'
-}
-
-build() {
-  cd NetworkManager
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/networkmanager \
---with-crypto=nss \
---with-dhclient=/usr/bin/dhclient \
---without-dhcpcd \
---with-dnsmasq=/usr/bin/dnsmasq \
---with-iptables=/usr/bin/iptables \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---with-udev-dir=/usr/lib/udev \
---with-resolvconf=/usr/bin/resolvconf \
---with-pppd=/usr/bin/pppd \
---with-pppd-plugin-dir=/usr/lib/pppd/$_pppver \
---with-pppoe=/usr/bin/pppoe \
---with-kernel-firmware-dir=/usr/lib/firmware \
---with-session-tracking=systemd \
---with-modem-manager-1 \
---disable-static \
---enable-more-warnings=no \
---disable-wimax \
---enable-modify-system \
---enable-doc \
---enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
-  make
-}
-
-check() {
-  cd NetworkManager
-  

[arch-commits] Commit in evolution-data-server/repos (4 files)

2016-12-16 Thread Jan Steffens
Date: Friday, December 16, 2016 @ 13:01:55
  Author: heftig
Revision: 283836

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

Added:
  evolution-data-server/repos/extra-i686/PKGBUILD
(from rev 283835, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 283835, evolution-data-server/trunk/PKGBUILD)
Deleted:
  evolution-data-server/repos/extra-i686/PKGBUILD
  evolution-data-server/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 2016-12-16 13:01:28 UTC (rev 283835)
+++ extra-i686/PKGBUILD 2016-12-16 13:01:55 UTC (rev 283836)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.22.2
-pkgrel=2
-pkgdesc="Centralized access to appointments and contacts"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git 
gnome-common)
-license=(GPL)
-_commit=828f3d954f3ca5ded5bc89c0231ff74a58114dcf  # 
tags/EVOLUTION_DATA_SERVER_3_22_2^0
-source=("git://git.gnome.org/evolution-data-server#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr --with-phonenumber=/usr \
-  --enable-vala-bindings --disable-uoa \
-  --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # libedata-book tests fail because they try to
-  # mkdir /usr/lib/evolution-data-server/camel-providers
-  make check -k || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution-data-server/repos/extra-i686/PKGBUILD (from rev 283835, 
evolution-data-server/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-16 13:01:55 UTC (rev 283836)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.22.3
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git 
gnome-common)
+license=(GPL)
+_commit=9d0d40d02034e37b6589f463f4e2a07fc6e5a782  # 
tags/EVOLUTION_DATA_SERVER_3_22_3^0
+source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr --with-phonenumber=/usr \
+  --enable-vala-bindings --disable-uoa \
+  --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # libedata-book tests fail because they try to
+  # mkdir /usr/lib/evolution-data-server/camel-providers
+  make check -k || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-12-16 13:01:28 UTC (rev 283835)
+++ extra-x86_64/PKGBUILD   2016-12-16 13:01:55 UTC (rev 283836)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.22.2
-pkgrel=2
-pkgdesc="Centralized access to appointments and contacts"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git 
gnome-common)
-license=(GPL)
-_commit=828f3d954f3ca5ded5bc89c0231ff74a58114dcf  # 
tags/EVOLUTION_DATA_SERVER_3_22_2^0
-source=("git://git.gnome.org/evolution-data-server#commit=$_commit")
-sha256sums=('SKIP')
-

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

2016-12-16 Thread Jan Steffens
Date: Friday, December 16, 2016 @ 13:02:21
  Author: heftig
Revision: 283837

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

Added:
  evolution-ews/repos/extra-i686/PKGBUILD
(from rev 283836, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 283836, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-i686/PKGBUILD
  evolution-ews/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-16 13:01:55 UTC (rev 283836)
+++ extra-i686/PKGBUILD 2016-12-16 13:02:21 UTC (rev 283837)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.22.2
-pkgrel=1
-pkgdesc="MS Exchange integration through Exchange Web Services"
-url="https://wiki.gnome.org/Apps/Evolution/EWS;
-arch=(i686 x86_64)
-license=(LGPL2.1)
-depends=(libmspack evolution)
-makedepends=(intltool gnome-common git)
-options=(!emptydirs)
-_commit=804233badf685810207f5eeed30e0e53caaa5d47  # tags/EVOLUTION_EWS_3_22_2^0
-source=("git://git.gnome.org/evolution-ews#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution-ews/repos/extra-i686/PKGBUILD (from rev 283836, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-16 13:02:21 UTC (rev 283837)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.22.3
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+url="https://wiki.gnome.org/Apps/Evolution/EWS;
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(libmspack evolution)
+makedepends=(intltool gnome-common git)
+options=(!emptydirs)
+_commit=f757be17382c55cc4039cbc71fbd974600101d14  # tags/EVOLUTION_EWS_3_22_3^0
+source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-12-16 13:01:55 UTC (rev 283836)
+++ extra-x86_64/PKGBUILD   2016-12-16 13:02:21 UTC (rev 283837)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.22.2
-pkgrel=1
-pkgdesc="MS Exchange integration through Exchange Web Services"
-url="https://wiki.gnome.org/Apps/Evolution/EWS;
-arch=(i686 x86_64)
-license=(LGPL2.1)
-depends=(libmspack evolution)
-makedepends=(intltool gnome-common git)
-options=(!emptydirs)
-_commit=804233badf685810207f5eeed30e0e53caaa5d47  # tags/EVOLUTION_EWS_3_22_2^0
-source=("git://git.gnome.org/evolution-ews#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  make
-}
-

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

2016-12-16 Thread Jan Steffens
Date: Friday, December 16, 2016 @ 13:01:28
  Author: heftig
Revision: 283835

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-16 12:59:35 UTC (rev 283834)
+++ extra-i686/PKGBUILD 2016-12-16 13:01:28 UTC (rev 283835)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=evolution
-pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.22.2
-pkgrel=1
-pkgdesc="Manage your email, contacts and schedule"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
- dconf gtkspell3 libcryptui)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
- spamassassin highlight gnome-common gtk-doc yelp-tools git)
-options=(!emptydirs)
-_commit=3e9d4e052a55dfaad2adce06d907f2c3a33ff634  # tags/EVOLUTION_3_22_2^0
-source=("git://git.gnome.org/evolution#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --disable-schemas-compile \
-  --disable-autoar \
-  --enable-gtk-doc
-  
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_evolution() {
-  optdepends=('highlight: text highlight plugin'
-  'evolution-spamassassin: Spamassassin spam check plugin'
-  'evolution-bogofilter: Bogofilter spam check plugin')
-  groups=(gnome-extra)
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-
-  mkdir ../plugins
-  mv "$pkgdir/usr/lib/evolution/modules/module-bogofilter.so" ../plugins/
-  mv "$pkgdir/usr/lib/evolution/modules/module-spamassassin.so" ../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml" ../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml" 
../plugins/
-}
-
-
-package_evolution-bogofilter() {
-  pkgdesc="Spam filtering for Evolution, using Bogofilter"
-  depends=("evolution=$pkgver" bogofilter)
-
-  install -Dm755 plugins/module-bogofilter.so 
"$pkgdir/usr/lib/evolution/modules/module-bogofilter.so"
-  install -Dm644 plugins/evolution-bogofilter.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml"
-}
-
-package_evolution-spamassassin() {
-  pkgdesc="Spam filtering for Evolution, using SpamAssassin"
-  depends=("evolution=$pkgver" spamassassin)
-
-  install -Dm755 plugins/module-spamassassin.so 
"$pkgdir/usr/lib/evolution/modules/module-spamassassin.so"
-  install -Dm644 plugins/evolution-spamassassin.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml"
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 283834, 
evolution/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-16 13:01:28 UTC (rev 283835)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=evolution
+pkgname=(evolution evolution-bogofilter evolution-spamassassin)
+pkgver=3.22.3
+pkgrel=1
+pkgdesc="Manage your email, contacts and schedule"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
+ dconf gtkspell3 libcryptui)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
+ spamassassin highlight gnome-common gtk-doc yelp-tools git)
+options=(!emptydirs)
+_commit=a32b010ed714b69e6159fb4ef64b51fff9859de1  # tags/EVOLUTION_3_22_3^0
+source=("git+https://git.gnome.org/browse/evolution#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+
+  ./configure --prefix=/usr --sysconfdir=/etc \

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

2016-12-16 Thread Jan Steffens
Date: Friday, December 16, 2016 @ 12:59:35
  Author: heftig
Revision: 283834

3.22.3-1

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 12:59:26 UTC (rev 283833)
+++ PKGBUILD2016-12-16 12:59:35 UTC (rev 283834)
@@ -4,7 +4,7 @@
 
 pkgbase=evolution
 pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.22.2
+pkgver=3.22.3
 pkgrel=1
 pkgdesc="Manage your email, contacts and schedule"
 url="https://wiki.gnome.org/Apps/Evolution;
@@ -15,8 +15,8 @@
 makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
  spamassassin highlight gnome-common gtk-doc yelp-tools git)
 options=(!emptydirs)
-_commit=3e9d4e052a55dfaad2adce06d907f2c3a33ff634  # tags/EVOLUTION_3_22_2^0
-source=("git://git.gnome.org/evolution#commit=$_commit")
+_commit=a32b010ed714b69e6159fb4ef64b51fff9859de1  # tags/EVOLUTION_3_22_3^0
+source=("git+https://git.gnome.org/browse/evolution#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2016-12-16 Thread Jan Steffens
Date: Friday, December 16, 2016 @ 12:59:26
  Author: heftig
Revision: 283833

3.22.3-1

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 12:42:35 UTC (rev 283832)
+++ PKGBUILD2016-12-16 12:59:26 UTC (rev 283833)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.22.2
+pkgver=3.22.3
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,8 +11,8 @@
 depends=(libmspack evolution)
 makedepends=(intltool gnome-common git)
 options=(!emptydirs)
-_commit=804233badf685810207f5eeed30e0e53caaa5d47  # tags/EVOLUTION_EWS_3_22_2^0
-source=("git://git.gnome.org/evolution-ews#commit=$_commit")
+_commit=f757be17382c55cc4039cbc71fbd974600101d14  # tags/EVOLUTION_EWS_3_22_3^0
+source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2016-12-16 Thread Jan Steffens
Date: Friday, December 16, 2016 @ 12:42:20
  Author: heftig
Revision: 283831

1.4.4-1

Modified:
  networkmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 11:59:19 UTC (rev 283830)
+++ PKGBUILD2016-12-16 12:42:20 UTC (rev 283831)
@@ -8,8 +8,8 @@
 
 pkgbase=networkmanager
 pkgname=(networkmanager libnm-glib)
-pkgver=1.4.2
-pkgrel=2
+pkgver=1.4.4
+pkgrel=1
 pkgdesc="Network connection manager and user applications"
 arch=(i686 x86_64)
 license=(GPL2 LGPL2.1)
@@ -20,7 +20,7 @@
  wpa_supplicant libsoup systemd libgudev libmm-glib rp-pppoe
  libnewt libndp libteam vala perl-yaml python-gobject git)
 checkdepends=(libx11 python-dbus)
-_commit=fa4913a5210586c47806c0833ffdaf3beb486541  # tags/1.4.2^0
+_commit=3c70a03cf5be420afaaf44f3a0bab5d00cc4e993  # tags/1.4.4^0
 
source=("git+https://anongit.freedesktop.org/git/NetworkManager/NetworkManager#commit=$_commit;
 NetworkManager.conf)
 sha256sums=('SKIP'


[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2016-12-16 Thread Jan Steffens
Date: Friday, December 16, 2016 @ 12:42:35
  Author: heftig
Revision: 283832

3.22.3-1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 12:42:20 UTC (rev 283831)
+++ PKGBUILD2016-12-16 12:42:35 UTC (rev 283832)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.22.2
-pkgrel=2
+pkgver=3.22.3
+pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution;
 arch=(i686 x86_64)
@@ -10,8 +10,8 @@
 depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
 makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git 
gnome-common)
 license=(GPL)
-_commit=828f3d954f3ca5ded5bc89c0231ff74a58114dcf  # 
tags/EVOLUTION_DATA_SERVER_3_22_2^0
-source=("git://git.gnome.org/evolution-data-server#commit=$_commit")
+_commit=9d0d40d02034e37b6589f463f4e2a07fc6e5a782  # 
tags/EVOLUTION_DATA_SERVER_3_22_3^0
+source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2016-12-16 Thread Sven-Hendrik Haase
Date: Friday, December 16, 2016 @ 11:59:08
  Author: svenstaro
Revision: 199864

upgpkg: lib32-nvidia-utils 375.26-2

Add nvidia-egl-wayland.so (Fixes FS#51911)

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 10:21:00 UTC (rev 199863)
+++ PKGBUILD2016-12-16 11:59:08 UTC (rev 199864)
@@ -6,7 +6,7 @@
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
 pkgver=375.26
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="http://www.nvidia.com/;
 makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
@@ -87,6 +87,10 @@
 install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"
 ln -s "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_indirect.so.0"
 
+# Wayland stuff
+install -D -m755 "libnvidia-egl-wayland.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-egl-wayland.so.${pkgver}"
+ln -s "libnvidia-egl-wayland.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-egl-wayland.so.0"
+
 # OpenGL libraries
 install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"
 install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM_nvidia.so.${pkgver}"


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

2016-12-16 Thread Sven-Hendrik Haase
Date: Friday, December 16, 2016 @ 11:59:19
  Author: svenstaro
Revision: 283830

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

Added:
  nvidia-utils/repos/extra-i686/PKGBUILD
(from rev 283829, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-i686/nvidia-utils.install
(from rev 283829, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/extra-x86_64/PKGBUILD
(from rev 283829, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install
(from rev 283829, nvidia-utils/trunk/nvidia-utils.install)
Deleted:
  nvidia-utils/repos/extra-i686/PKGBUILD
  nvidia-utils/repos/extra-i686/nvidia-utils.install
  nvidia-utils/repos/extra-x86_64/PKGBUILD
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install

---+
 /PKGBUILD |  380 
 /nvidia-utils.install |   20 +
 extra-i686/PKGBUILD   |  186 -
 extra-i686/nvidia-utils.install   |   10 
 extra-x86_64/PKGBUILD |  186 -
 extra-x86_64/nvidia-utils.install |   10 
 6 files changed, 400 insertions(+), 392 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-16 11:58:51 UTC (rev 283829)
+++ extra-i686/PKGBUILD 2016-12-16 11:59:19 UTC (rev 283830)
@@ -1,186 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-pkgbase=nvidia-utils
-pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
-pkgver=375.26
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha512sums_i686=('3bc859a95469a45f3c627018248d83e178d160385c3d17d9f890b0d142ecd1220fb21c442e4fe7755b831227a9c820736f447b162acd9699819c6e8145d6d841')
-sha512sums_x86_64=('f52f6597daa1eaf4cbd934d785da6028ef23ecef98e14746143e3738504f8d65b73788abbcf9fd812317fc2c53cdf1c4d4839de57fafdea1930a08c6b21f1992')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-create_links() {
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-bsdtar -xf nvidia-persistenced-init.tar.bz2
-}
-
-package_opencl-nvidia() {
-pkgdesc="OpenCL implemention for NVIDIA"
-depends=('zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-provides=('opencl-driver')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
-}
-
-package_nvidia-libgl() {
-pkgdesc="NVIDIA drivers libraries symlinks"
-depends=('nvidia-utils')
-conflicts=('libgl' 'libegl' 'libgles')
-provides=('libgl' 'libegl' 'libgles')
-cd "${_pkg}"
-
-mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"
-ln -s "/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so"
-
-ln -s "/usr/lib/nvidia/libGL.so.1" "${pkgdir}/usr/lib/libGL.so.1"
-ln -s "libGL.so.1" "${pkgdir}/usr/lib/libGL.so"
-
-ln -s "/usr/lib/nvidia/libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so.1"
-ln -s "libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so"
-
-ln -s "/usr/lib/nvidia/libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib/libGLESv1_CM.so.1"
-ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib/libGLESv1_CM.so"
-
-ln -s "/usr/lib/nvidia/libGLESv2.so.2" "${pkgdir}/usr/lib/libGLESv2.so.2"
-ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib/libGLESv2.so"
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/nvidia-libgl"
-}
-
-package_nvidia-utils() {
-

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

2016-12-16 Thread Sven-Hendrik Haase
Date: Friday, December 16, 2016 @ 11:59:17
  Author: svenstaro
Revision: 199865

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD
(from rev 199864, lib32-nvidia-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  264 ++---
 1 file changed, 134 insertions(+), 130 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-16 11:59:08 UTC (rev 199864)
+++ PKGBUILD2016-12-16 11:59:17 UTC (rev 199865)
@@ -1,130 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-_pkgbasename=nvidia-utils
-pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
-pkgver=375.26
-pkgrel=1
-arch=('x86_64')
-url="http://www.nvidia.com/;
-makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-sha512sums=('3bc859a95469a45f3c627018248d83e178d160385c3d17d9f890b0d142ecd1220fb21c442e4fe7755b831227a9c820736f447b162acd9699819c6e8145d6d841')
-
-create_links() {
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-build() {
-sh ${_pkg}.run --extract-only
-}
-
-package_lib32-opencl-nvidia() {
-pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
-depends=('lib32-zlib' 'lib32-gcc-libs')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-provides=('lib32-opencl-driver')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}" 
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
-}
-
-package_lib32-nvidia-libgl() {
-pkgdesc="NVIDIA drivers libraries symlinks (32-bit)"
-depends=('lib32-nvidia-utils' 'nvidia-libgl')
-replaces=('lib32-nvidia-utils<=313.26-1')
-conflicts=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
-provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
-cd "${_pkg}"
-
-mkdir -p "${pkgdir}/usr/lib32"
-ln -s "/usr/lib32/nvidia/libGL.so.1" "${pkgdir}/usr/lib32/libGL.so.1"
-ln -s "libGL.so.1" "${pkgdir}/usr/lib32/libGL.so"
-
-ln -s "/usr/lib32/nvidia/libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so.1"
-ln -s "libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so"
-
-ln -s "/usr/lib32/nvidia/libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib32/libGLESv1_CM.so.1"
-ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib32/libGLESv1_CM.so"
-
-ln -s "/usr/lib32/nvidia/libGLESv2.so.2" 
"${pkgdir}/usr/lib32/libGLESv2.so.2"
-ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib32/libGLESv2.so"
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-nvidia-libgl"
-}
-
-package_lib32-nvidia-utils() {
-pkgdesc="NVIDIA drivers utilities (32-bit)"
-depends=('lib32-zlib' 'lib32-gcc-libs' 'lib32-libglvnd' 'nvidia-utils')
-optdepends=('lib32-opencl-nvidia')
-provides=('lib32-vulkan-driver')
-cd "${_pkg}"
-
-# GLX extension module for X
-install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so" # X doesn't find 
glx otherwise
-install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"
-ln -s "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_indirect.so.0"
-
-# OpenGL libraries
-install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"
-install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM_nvidia.so.${pkgver}"
-install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2_nvidia.so.${pkgver}"
-
-# OpenGL core library
-install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
-install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}"
-install -D -m755 "libnvidia-glsi.so.${pkgver}" 

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

2016-12-16 Thread Sven-Hendrik Haase
Date: Friday, December 16, 2016 @ 11:58:51
  Author: svenstaro
Revision: 283829

upgpkg: nvidia-utils 375.26-2

Add nvidia-egl-wayland.so (Fixes FS#51911)

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 11:13:24 UTC (rev 283828)
+++ PKGBUILD2016-12-16 11:58:51 UTC (rev 283829)
@@ -6,7 +6,7 @@
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
 pkgver=375.26
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -100,6 +100,10 @@
 install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLX_nvidia.so.${pkgver}"
 ln -s "libGLX_nvidia.so.${pkgver}" "${pkgdir}/usr/lib/libGLX_indirect.so.0"
 
+# Wayland stuff
+install -D -m755 "libnvidia-egl-wayland.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-egl-wayland.so.${pkgver}"
+ln -s "libnvidia-egl-wayland.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-egl-wayland.so.0"
+
 # OpenGL libraries
 install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libEGL_nvidia.so.${pkgver}"
 install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLESv1_CM_nvidia.so.${pkgver}"
@@ -110,7 +114,7 @@
 install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-glcore.so.${pkgver}"
 install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-eglcore.so.${pkgver}"
 install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-glsi.so.${pkgver}"
-
+
 # misc
 install -D -m755 "libnvidia-ifr.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-ifr.so.${pkgver}"
 install -D -m755 "libnvidia-fbc.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-fbc.so.${pkgver}"
@@ -178,9 +182,9 @@
 install -D -m644 NVIDIA_Changelog 
"${pkgdir}/usr/share/doc/nvidia/NVIDIA_Changelog"
 cp -r html "${pkgdir}/usr/share/doc/nvidia/"
 ln -s nvidia "${pkgdir}/usr/share/doc/nvidia-utils"
-
+
 # distro specific files must be installed in /usr/share/X11/xorg.conf.d
 install -D -m644 nvidia-drm-outputclass.conf 
"${pkgdir}/usr/share/X11/xorg.conf.d/nvidia-drm-outputclass.conf"
-
+
 create_links
 }


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

2016-12-16 Thread Antonio Rojas
Date: Friday, December 16, 2016 @ 11:13:24
  Author: arojas
Revision: 283828

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

Added:
  audiocd-kio/repos/testing-i686/PKGBUILD
(from rev 283827, audiocd-kio/trunk/PKGBUILD)
  audiocd-kio/repos/testing-x86_64/PKGBUILD
(from rev 283827, audiocd-kio/trunk/PKGBUILD)
Deleted:
  audiocd-kio/repos/testing-i686/PKGBUILD
  audiocd-kio/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-12-16 11:12:27 UTC (rev 283827)
+++ testing-i686/PKGBUILD   2016-12-16 11:13:24 UTC (rev 283828)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=audiocd-kio
-pkgver=16.12.0
-pkgrel=1
-pkgdesc="Kioslave for accessing audio CDs"
-url='https://www.kde.org/applications/multimedia/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(kdelibs4support libkcddb libkcompactdisc lame)
-makedepends=(extra-cmake-modules kdoctools kdesignerplugin python)
-groups=(kde-applications kdemultimedia)
-replaces=(kdemultimedia-audiocd-kio)
-conflicts=(kdemultimedia-audiocd-kio)
-source=("http://download.kde.org/stable/applications/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz"{,.sig})
-sha1sums=('763d33f62ece5acfa896966955415b9e595fc513'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: audiocd-kio/repos/testing-i686/PKGBUILD (from rev 283827, 
audiocd-kio/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-16 11:13:24 UTC (rev 283828)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=audiocd-kio
+pkgver=16.12.0
+pkgrel=2
+pkgdesc="Kioslave for accessing audio CDs"
+url='https://www.kde.org/applications/multimedia/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kdelibs4support libkcddb libkcompactdisc lame)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin python)
+groups=(kde-applications kdemultimedia)
+replaces=(kdemultimedia-audiocd-kio)
+conflicts=(kdemultimedia-audiocd-kio)
+source=("http://download.kde.org/stable/applications/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz"{,.sig})
+sha1sums=('763d33f62ece5acfa896966955415b9e595fc513'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-12-16 11:12:27 UTC (rev 283827)
+++ testing-x86_64/PKGBUILD 2016-12-16 11:13:24 UTC (rev 283828)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=audiocd-kio
-pkgver=16.12.0
-pkgrel=1
-pkgdesc="Kioslave for accessing audio CDs"
-url='https://www.kde.org/applications/multimedia/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(kdelibs4support libkcddb libkcompactdisc lame)
-makedepends=(extra-cmake-modules kdoctools kdesignerplugin python)
-groups=(kde-applications kdemultimedia)
-replaces=(kdemultimedia-audiocd-kio)
-conflicts=(kdemultimedia-audiocd-kio)
-source=("http://download.kde.org/stable/applications/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz"{,.sig})
-sha1sums=('763d33f62ece5acfa896966955415b9e595fc513'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}


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

2016-12-16 Thread Antonio Rojas
Date: Friday, December 16, 2016 @ 11:12:27
  Author: arojas
Revision: 283827

Rebuild (FS#52173)

Modified:
  audiocd-kio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 10:18:25 UTC (rev 283826)
+++ PKGBUILD2016-12-16 11:12:27 UTC (rev 283827)
@@ -4,7 +4,7 @@
 
 pkgname=audiocd-kio
 pkgver=16.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Kioslave for accessing audio CDs"
 url='https://www.kde.org/applications/multimedia/'
 arch=(i686 x86_64)


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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 10:20:19
  Author: felixonmars
Revision: 199860

upgpkg: haskell-wai-websockets 3.0.1.1-4

rebuild with websockets-0.10.0.0

Modified:
  haskell-wai-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 10:18:55 UTC (rev 199859)
+++ PKGBUILD2016-12-16 10:20:19 UTC (rev 199860)
@@ -5,7 +5,7 @@
 _hkgname=wai-websockets
 pkgname=haskell-wai-websockets
 pkgver=3.0.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Provide a bridge between WAI and the websockets package."
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 10:20:37
  Author: felixonmars
Revision: 199861

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

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

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

Copied: haskell-wai-websockets/repos/community-staging-i686/PKGBUILD (from rev 
199860, haskell-wai-websockets/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-16 10:20:37 UTC (rev 199861)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-websockets
+pkgname=haskell-wai-websockets
+pkgver=3.0.1.1
+pkgrel=4
+pkgdesc="Provide a bridge between WAI and the websockets package."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-case-insensitive" 
"haskell-http-types"
+ "haskell-network" "haskell-wai" "haskell-websockets")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6abeafea574d9e8f4d41de091afec4594489877aa8717f97e91af5543fd38a31')
+
+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-example
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-wai-websockets/repos/community-staging-x86_64/PKGBUILD (from 
rev 199860, haskell-wai-websockets/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-16 10:20:37 UTC (rev 199861)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-websockets
+pkgname=haskell-wai-websockets
+pkgver=3.0.1.1
+pkgrel=4
+pkgdesc="Provide a bridge between WAI and the websockets package."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-case-insensitive" 
"haskell-http-types"
+ "haskell-network" "haskell-wai" "haskell-websockets")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6abeafea574d9e8f4d41de091afec4594489877aa8717f97e91af5543fd38a31')
+
+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-example
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s 

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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 10:18:55
  Author: felixonmars
Revision: 199859

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

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

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

Copied: haskell-websockets/repos/community-staging-i686/PKGBUILD (from rev 
199858, haskell-websockets/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-16 10:18:55 UTC (rev 199859)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=websockets
+pkgname=haskell-websockets
+pkgver=0.10.0.0
+pkgrel=1
+pkgdesc="A sensible and clean way to write WebSocket-capable servers in 
Haskell."
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-base64-bytestring" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-entropy" "haskell-network" 
"haskell-random"
+ "haskell-sha" "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('3ee56fa6683912928a7d336d591c43e4948886037b5aa72cbab2f33fb43fa2eb')
+
+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-Example
+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 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
+}

Copied: haskell-websockets/repos/community-staging-x86_64/PKGBUILD (from rev 
199858, haskell-websockets/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-16 10:18:55 UTC (rev 199859)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=websockets
+pkgname=haskell-websockets
+pkgver=0.10.0.0
+pkgrel=1
+pkgdesc="A sensible and clean way to write WebSocket-capable servers in 
Haskell."
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-base64-bytestring" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-entropy" "haskell-network" 
"haskell-random"
+ "haskell-sha" "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('3ee56fa6683912928a7d336d591c43e4948886037b5aa72cbab2f33fb43fa2eb')
+
+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-Example
+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 

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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 10:18:31
  Author: felixonmars
Revision: 199858

upgpkg: haskell-websockets 0.10.0.0-1

rebuild with websockets-0.10.0.0

Modified:
  haskell-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 10:14:00 UTC (rev 199857)
+++ PKGBUILD2016-12-16 10:18:31 UTC (rev 199858)
@@ -4,7 +4,7 @@
 
 _hkgname=websockets
 pkgname=haskell-websockets
-pkgver=0.9.8.0
+pkgver=0.10.0.0
 pkgrel=1
 pkgdesc="A sensible and clean way to write WebSocket-capable servers in 
Haskell."
 url="http://hackage.haskell.org/package/${_hkgname};
@@ -14,7 +14,7 @@
  "haskell-case-insensitive" "haskell-entropy" "haskell-network" 
"haskell-random"
  "haskell-sha" "haskell-text")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('162e287bf16b714f71076b644b65d06298759380ad2ef23ffde4674e97dc65d8')
+sha256sums=('3ee56fa6683912928a7d336d591c43e4948886037b5aa72cbab2f33fb43fa2eb')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 10:14:00
  Author: felixonmars
Revision: 199857

archrelease: copy trunk to community-any

Added:
  coffee-script/repos/community-any/PKGBUILD
(from rev 199856, coffee-script/trunk/PKGBUILD)
Deleted:
  coffee-script/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-16 10:13:39 UTC (rev 199856)
+++ PKGBUILD2016-12-16 10:14:00 UTC (rev 199857)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: sloppybench 
-# Contributor: der_FeniX 
-# Contributor: Anatol Pomozov 
-# Contributor: Gordin <9ordin @t gmail dot com>
-# Contributor: Simon Lipp 
-# Contributor: Chris Bolton 
-# Contributor: Sergei Lebedev 
-# Contributor: flying sheep 
-
-pkgname=coffee-script
-pkgver=1.12.1
-pkgrel=1
-pkgdesc='CoffeeScript is a little language that compiles into JavaScript'
-arch=('any')
-url='http://coffeescript.org'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('80fc1aefb1792a09c59376c91a3c37562380202d1f984993be94a0b3b4baa7a9')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: coffee-script/repos/community-any/PKGBUILD (from rev 199856, 
coffee-script/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-16 10:14:00 UTC (rev 199857)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: sloppybench 
+# Contributor: der_FeniX 
+# Contributor: Anatol Pomozov 
+# Contributor: Gordin <9ordin @t gmail dot com>
+# Contributor: Simon Lipp 
+# Contributor: Chris Bolton 
+# Contributor: Sergei Lebedev 
+# Contributor: flying sheep 
+
+pkgname=coffee-script
+pkgver=1.12.2
+pkgrel=1
+pkgdesc='CoffeeScript is a little language that compiles into JavaScript'
+arch=('any')
+url='http://coffeescript.org'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('c77cc751c5a9f13d75eb337fbb0adec99e7bfdd383f12e2789ddaabb64d14880')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 10:13:39
  Author: felixonmars
Revision: 199856

upgpkg: coffee-script 1.12.2-1

Modified:
  coffee-script/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 10:11:05 UTC (rev 199855)
+++ PKGBUILD2016-12-16 10:13:39 UTC (rev 199856)
@@ -10,7 +10,7 @@
 # Contributor: flying sheep 
 
 pkgname=coffee-script
-pkgver=1.12.1
+pkgver=1.12.2
 pkgrel=1
 pkgdesc='CoffeeScript is a little language that compiles into JavaScript'
 arch=('any')
@@ -20,7 +20,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('80fc1aefb1792a09c59376c91a3c37562380202d1f984993be94a0b3b4baa7a9')
+sha256sums=('c77cc751c5a9f13d75eb337fbb0adec99e7bfdd383f12e2789ddaabb64d14880')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 10:11:05
  Author: felixonmars
Revision: 199855

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-16 10:10:43 UTC (rev 199854)
+++ community-i686/PKGBUILD 2016-12-16 10:11:05 UTC (rev 199855)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-mutter
-pkgver=3.20.5
-pkgrel=1
-pkgdesc="Base window manager for deepin, fork of gnome mutter"
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-mutter;
-license=('GPL3')
-depends=('clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
- 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
- 'libxkbcommon-x11' 'libgudev')
-makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool' 'git')
-options=('!emptydirs')
-source=("git+https://github.com/linuxdeepin/deepin-mutter.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd deepin-mutter
-  ./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/deepin-mutter \
---localstatedir=/var \
---enable-gtk-doc \
---enable-wayland \
---enable-native-backend \
---disable-static \
---disable-schemas-compile \
---enable-compile-warnings=minimum
-  make
-}
-
-package() {
-  cd deepin-mutter
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-mutter/repos/community-i686/PKGBUILD (from rev 199854, 
deepin-mutter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-16 10:11:05 UTC (rev 199855)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-mutter
+pkgver=3.20.6
+pkgrel=1
+pkgdesc="Base window manager for deepin, fork of gnome mutter"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-mutter;
+license=('GPL3')
+depends=('clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
+ 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
+ 'libxkbcommon-x11' 'libgudev' 'deepin-cogl')
+makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool' 'git')
+options=('!emptydirs')
+source=("git+https://github.com/linuxdeepin/deepin-mutter.git#branch=release/3.20;)
+md5sums=('SKIP')
+
+build() {
+  cd deepin-mutter
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/deepin-mutter \
+--localstatedir=/var \
+--enable-gtk-doc \
+--enable-wayland \
+--enable-native-backend \
+--disable-static \
+--disable-schemas-compile \
+--enable-compile-warnings=minimum
+  make
+}
+
+package() {
+  cd deepin-mutter
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-16 10:10:43 UTC (rev 199854)
+++ community-x86_64/PKGBUILD   2016-12-16 10:11:05 UTC (rev 199855)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-mutter
-pkgver=3.20.5
-pkgrel=1
-pkgdesc="Base window manager for deepin, fork of gnome mutter"
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-mutter;
-license=('GPL3')
-depends=('clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
- 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
- 'libxkbcommon-x11' 'libgudev')
-makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool' 'git')
-options=('!emptydirs')
-source=("git+https://github.com/linuxdeepin/deepin-mutter.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd deepin-mutter
-  ./autogen.sh \
-

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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 10:10:43
  Author: felixonmars
Revision: 199854

upgpkg: deepin-mutter 3.20.6-1

Modified:
  deepin-mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 10:06:10 UTC (rev 199853)
+++ PKGBUILD2016-12-16 10:10:43 UTC (rev 199854)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-mutter
-pkgver=3.20.5
+pkgver=3.20.6
 pkgrel=1
 pkgdesc="Base window manager for deepin, fork of gnome mutter"
 arch=('i686' 'x86_64')
@@ -12,10 +12,10 @@
 license=('GPL3')
 depends=('clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
  'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
- 'libxkbcommon-x11' 'libgudev')
+ 'libxkbcommon-x11' 'libgudev' 'deepin-cogl')
 makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool' 'git')
 options=('!emptydirs')
-source=("git+https://github.com/linuxdeepin/deepin-mutter.git#tag=$pkgver;)
+source=("git+https://github.com/linuxdeepin/deepin-mutter.git#branch=release/3.20;)
 md5sums=('SKIP')
 
 build() {


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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 10:06:10
  Author: felixonmars
Revision: 199853

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

Added:
  deepin-cogl/repos/community-i686/
  deepin-cogl/repos/community-i686/PKGBUILD
(from rev 199852, deepin-cogl/trunk/PKGBUILD)
  deepin-cogl/repos/community-x86_64/
  deepin-cogl/repos/community-x86_64/PKGBUILD
(from rev 199852, deepin-cogl/trunk/PKGBUILD)

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

Copied: deepin-cogl/repos/community-i686/PKGBUILD (from rev 199852, 
deepin-cogl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-16 10:06:10 UTC (rev 199853)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-cogl
+pkgver=1.22.3
+pkgrel=1
+pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer for Deepin"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-cogl;
+license=('GPL2')
+depends=('mesa' 'libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 
'pango' 'libxrandr')
+makedepends=('gobject-introspection' 'git' 'gtk-doc')
+provides=("cogl=$pkgver")
+conflicts=("cogl")
+options=(!emptydirs)
+source=("git+https://github.com/linuxdeepin/deepin-cogl.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--enable-gles{1,2} \
+--enable-{kms,wayland}-egl-platform \
+--enable-wayland-egl-server
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make -j1
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: deepin-cogl/repos/community-x86_64/PKGBUILD (from rev 199852, 
deepin-cogl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-16 10:06:10 UTC (rev 199853)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-cogl
+pkgver=1.22.3
+pkgrel=1
+pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer for Deepin"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-cogl;
+license=('GPL2')
+depends=('mesa' 'libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 
'pango' 'libxrandr')
+makedepends=('gobject-introspection' 'git' 'gtk-doc')
+provides=("cogl=$pkgver")
+conflicts=("cogl")
+options=(!emptydirs)
+source=("git+https://github.com/linuxdeepin/deepin-cogl.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--enable-gles{1,2} \
+--enable-{kms,wayland}-egl-platform \
+--enable-wayland-egl-server
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make -j1
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 10:05:41
  Author: felixonmars
Revision: 199852

addpkg: deepin-cogl 1.22.3-1

Added:
  deepin-cogl/
  deepin-cogl/repos/
  deepin-cogl/trunk/
  deepin-cogl/trunk/PKGBUILD

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

Added: deepin-cogl/trunk/PKGBUILD
===
--- deepin-cogl/trunk/PKGBUILD  (rev 0)
+++ deepin-cogl/trunk/PKGBUILD  2016-12-16 10:05:41 UTC (rev 199852)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-cogl
+pkgver=1.22.3
+pkgrel=1
+pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer for Deepin"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-cogl;
+license=('GPL2')
+depends=('mesa' 'libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 
'pango' 'libxrandr')
+makedepends=('gobject-introspection' 'git' 'gtk-doc')
+provides=("cogl=$pkgver")
+conflicts=("cogl")
+options=(!emptydirs)
+source=("git+https://github.com/linuxdeepin/deepin-cogl.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--enable-gles{1,2} \
+--enable-{kms,wayland}-egl-platform \
+--enable-wayland-egl-server
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make -j1
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 10:04:27
  Author: felixonmars
Revision: 199851

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-16 10:04:04 UTC (rev 199850)
+++ community-i686/PKGBUILD 2016-12-16 10:04:27 UTC (rev 199851)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Balló György 
-# Contributor: Jan de Groot 
- 
-pkgname=deepin-metacity
-pkgver=3.20.5
-pkgrel=1
-pkgdesc="2D window manager for Deepin"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity' 'bamf')
-makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python' 
'git')
-url="https://github.com/linuxdeepin/deepin-metacity;
-source=("git+https://github.com/linuxdeepin/deepin-metacity.git#tag=$pkgver;)
-sha256sums=('SKIP')
- 
-prepare() {
-  cd $pkgname
-}
- 
-build() {
-  cd $pkgname
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-   --disable-static --disable-schemas-compile
-  make
-}
- 
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-metacity/repos/community-i686/PKGBUILD (from rev 199850, 
deepin-metacity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-16 10:04:27 UTC (rev 199851)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Balló György 
+# Contributor: Jan de Groot 
+ 
+pkgname=deepin-metacity
+pkgver=3.20.6
+pkgrel=1
+pkgdesc="2D window manager for Deepin"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity' 'bamf')
+makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python' 
'git')
+url="https://github.com/linuxdeepin/deepin-metacity;
+source=("git+https://github.com/linuxdeepin/deepin-metacity.git#tag=$pkgver;)
+sha256sums=('SKIP')
+ 
+prepare() {
+  cd $pkgname
+}
+ 
+build() {
+  cd $pkgname
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+   --disable-static --disable-schemas-compile
+  make
+}
+ 
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-16 10:04:04 UTC (rev 199850)
+++ community-x86_64/PKGBUILD   2016-12-16 10:04:27 UTC (rev 199851)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Balló György 
-# Contributor: Jan de Groot 
- 
-pkgname=deepin-metacity
-pkgver=3.20.5
-pkgrel=1
-pkgdesc="2D window manager for Deepin"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity' 'bamf')
-makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python' 
'git')
-url="https://github.com/linuxdeepin/deepin-metacity;
-source=("git+https://github.com/linuxdeepin/deepin-metacity.git#tag=$pkgver;)
-sha256sums=('SKIP')
- 
-prepare() {
-  cd $pkgname
-}
- 
-build() {
-  cd $pkgname
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-   --disable-static --disable-schemas-compile
-  make
-}
- 
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-metacity/repos/community-x86_64/PKGBUILD (from rev 199850, 
deepin-metacity/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-16 10:04:27 UTC (rev 199851)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Balló György 
+# Contributor: Jan de Groot 

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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 10:04:04
  Author: felixonmars
Revision: 199850

upgpkg: deepin-metacity 3.20.6-1

Modified:
  deepin-metacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 08:33:41 UTC (rev 199849)
+++ PKGBUILD2016-12-16 10:04:04 UTC (rev 199850)
@@ -4,7 +4,7 @@
 # Contributor: Jan de Groot 
  
 pkgname=deepin-metacity
-pkgver=3.20.5
+pkgver=3.20.6
 pkgrel=1
 pkgdesc="2D window manager for Deepin"
 arch=('i686' 'x86_64')


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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 08:30:05
  Author: felixonmars
Revision: 199787

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

Added:
  ghc-mod/repos/community-staging-i686/
  ghc-mod/repos/community-staging-i686/PKGBUILD
(from rev 199786, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-i686/hse-1.18.patch
(from rev 199786, ghc-mod/trunk/hse-1.18.patch)
  ghc-mod/repos/community-staging-x86_64/
  ghc-mod/repos/community-staging-x86_64/PKGBUILD
(from rev 199786, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-x86_64/hse-1.18.patch
(from rev 199786, ghc-mod/trunk/hse-1.18.patch)

-+
 community-staging-i686/PKGBUILD |   69 +++
 community-staging-i686/hse-1.18.patch   |   75 ++
 community-staging-x86_64/PKGBUILD   |   69 +++
 community-staging-x86_64/hse-1.18.patch |   75 ++
 4 files changed, 288 insertions(+)

Copied: ghc-mod/repos/community-staging-i686/PKGBUILD (from rev 199786, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-16 08:30:05 UTC (rev 199787)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.6.0.0
+pkgrel=9
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "git" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
+ "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
+ "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
+ "haskell-old-time" "haskell-optparse-applicative0.12" 
"haskell-pipes" "haskell-safe"
+ "haskell-split" "haskell-syb" "haskell-temporary" "haskell-text"
+ "haskell-transformers-base")
+source=("git+https://github.com/DanielG/ghc-mod.git#tag=v$pkgver;
+hse-1.18.patch)
+sha256sums=('SKIP'
+'d7c598d5d1a2e8bdb35460f8588376eb45d20fce660708f28e685e6aced481ab')
+
+prepare() {
+cd "$srcdir/$pkgbase"
+patch -p1 -i ../hse-1.18.patch
+
+sed -i 's/pipes >= 4.1 && <4.3/pipes >= 4.1 \&\& 
<4.4/' ghc-mod.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--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_ghc-mod() {
+depends=('cabal-helper' 'ghc')
+
+cd "${srcdir}/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "COPYING.BSD3" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+}
+
+package_haskell-ghc-mod() {
+pkgdesc="Happy Haskell Programming (docs and libraries)"
+depends=("${makedepends[@]}" 'ghc-mod')
+
+cd "${srcdir}/${pkgbase}"
+
+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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3"
+rm -r "$pkgdir"/usr/{bin,share/$pkgbase}
+}

Copied: ghc-mod/repos/community-staging-i686/hse-1.18.patch (from rev 199786, 
ghc-mod/trunk/hse-1.18.patch)
===
--- community-staging-i686/hse-1.18.patch   (rev 0)
+++ community-staging-i686/hse-1.18.patch   2016-12-16 08:30:05 UTC (rev 
199787)
@@ -0,0 +1,75 @@
+From afd535df487914152de3356be9a53aaa6311ecc7 Mon Sep 17 00:00:00 2001
+From: Oleg Grenrus 
+Date: Tue, 2 Aug 2016 06:35:56 +0300
+Subject: [PATCH] Support hse-1.18, allow newer extra and pipes too
+
+---
+ Language/Haskell/GhcMod/FillSig.hs  | 4 ++--
+ Language/Haskell/GhcMod/SrcUtils.hs | 4 ++--
+ ghc-mod.cabal   | 6 +++---
+ 3 files changed, 7 insertions(+), 7 deletions(-)
+
+diff --git 

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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 08:29:43
  Author: felixonmars
Revision: 199786

upgpkg: ghc-mod 5.6.0.0-9

rebuild with async-2.1.1

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 08:18:27 UTC (rev 199785)
+++ PKGBUILD2016-12-16 08:29:43 UTC (rev 199786)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.6.0.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 08:18:27
  Author: felixonmars
Revision: 199785

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

Added:
  pandoc-crossref/repos/community-staging-i686/
  pandoc-crossref/repos/community-staging-i686/PKGBUILD
(from rev 199784, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 199784, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 199784, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-16 08:18:27 UTC (rev 199785)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.4.1
+pkgrel=10
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht" 
"haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('2aa2266ac3916677c18bd9a88b99f32622c22c983abaed3598020913ca3912ed')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+
+cd "${srcdir}/${pkgbase}-${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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
199784, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-16 08:18:27 UTC (rev 199785)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.4.1
+pkgrel=10
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht" 
"haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('2aa2266ac3916677c18bd9a88b99f32622c22c983abaed3598020913ca3912ed')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register 

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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 08:17:59
  Author: felixonmars
Revision: 199784

upgpkg: pandoc-crossref 0.2.4.1-10

rebuild with async-2.1.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 08:12:59 UTC (rev 199783)
+++ PKGBUILD2016-12-16 08:17:59 UTC (rev 199784)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.4.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 08:12:41
  Author: felixonmars
Revision: 199782

upgpkg: haskell-hakyll 4.9.1.0-14

rebuild with async-2.1.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 08:07:08 UTC (rev 199781)
+++ PKGBUILD2016-12-16 08:12:41 UTC (rev 199782)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.1.0
-pkgrel=13
+pkgrel=14
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 08:12:59
  Author: felixonmars
Revision: 199783

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

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

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 199782, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-16 08:12:59 UTC (rev 199783)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.1.0
+pkgrel=14
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('47f5b2eb038be6cf8a2fbb0eb3fa012b687ed06104b59169c39bf4662c87bf84')
+
+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 \
+-fcheckexternal -fwatchserver -fpreviewserver
+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-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
199782, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-16 08:12:59 UTC (rev 199783)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.1.0
+pkgrel=14
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")

  1   2   >