[arch-commits] Commit in (4 files)

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 10:43:41
  Author: fyan
Revision: 146794

addpkg: python-chameleon 2.24-1

Added:
  python-chameleon/
  python-chameleon/repos/
  python-chameleon/trunk/
  python-chameleon/trunk/PKGBUILD

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

Added: python-chameleon/trunk/PKGBUILD
===
--- python-chameleon/trunk/PKGBUILD (rev 0)
+++ python-chameleon/trunk/PKGBUILD 2015-11-14 09:43:41 UTC (rev 146794)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-chameleon
+pkgname=('python-chameleon' 'python2-chameleon')
+pkgver=2.24
+pkgrel=1
+pkgdesc="Fast HTML/XML Template Compiler"
+arch=('any')
+license=('custom:BSD' 'ZPL')
+url="http://www.pagetemplates.org/;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=("git+https://github.com/malthe/chameleon.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a chameleon{,-py2}
+}
+
+build() {
+  cd "$srcdir/chameleon"
+  python setup.py build
+
+  cd "$srcdir/chameleon-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/chameleon"
+  python setup.py test
+
+  cd "$srcdir/chameleon-py2"
+  python2 setup.py test
+}
+
+package_python-chameleon() {
+  depends=('python')
+
+  cd chameleon
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}
+
+package_python2-chameleon() {
+  depends=('python2')
+
+  cd chameleon-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}


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


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

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 10:44:04
  Author: fyan
Revision: 146795

archrelease: copy trunk to community-any

Added:
  python-chameleon/repos/community-any/
  python-chameleon/repos/community-any/PKGBUILD
(from rev 146794, python-chameleon/trunk/PKGBUILD)

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

Copied: python-chameleon/repos/community-any/PKGBUILD (from rev 146794, 
python-chameleon/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-14 09:44:04 UTC (rev 146795)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-chameleon
+pkgname=('python-chameleon' 'python2-chameleon')
+pkgver=2.24
+pkgrel=1
+pkgdesc="Fast HTML/XML Template Compiler"
+arch=('any')
+license=('custom:BSD' 'ZPL')
+url="http://www.pagetemplates.org/;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=("git+https://github.com/malthe/chameleon.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a chameleon{,-py2}
+}
+
+build() {
+  cd "$srcdir/chameleon"
+  python setup.py build
+
+  cd "$srcdir/chameleon-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/chameleon"
+  python setup.py test
+
+  cd "$srcdir/chameleon-py2"
+  python2 setup.py test
+}
+
+package_python-chameleon() {
+  depends=('python')
+
+  cd chameleon
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}
+
+package_python2-chameleon() {
+  depends=('python2')
+
+  cd chameleon-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}


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

2015-11-14 Thread Maxime Gauduin
Date: Saturday, November 14, 2015 @ 11:38:26
  Author: alucryd
Revision: 146799

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-14 10:38:20 UTC (rev 146798)
+++ PKGBUILD2015-11-14 10:38:26 UTC (rev 146799)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Maximilian Stein 
-# Contributor: josephgbr 
-
-pkgname=lib32-libsoup
-pkgver=2.52.1
-pkgrel=1
-pkgdesc='GNOME HTTP Library'
-arch=('x86_64')
-url='http://www.gnome.org'
-license=('LGPL')
-depends=('lib32-glib-networking' 'lib32-libxml2' 'lib32-sqlite' 'libsoup')
-makedepends=('gcc-multilib' 'gobject-introspection' 'intltool' 'python'
- 'vala')
-conflicts=('lib32-libsoup-gnome')
-replaces=('lib32-libsoup-gnome')
-options=('!emptydirs')
-source=("http://ftp.gnome.org/pub/gnome/sources/libsoup/${pkgver%.*}/libsoup-${pkgver}.tar.xz;)
-sha256sums=('0e19bca047ad50b28e8ed7663840f9e45a94909148822ca44dcb3e8cafb5cc48')
-
-build() {
-  cd libsoup-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-static
-  make
-}
-
-package() {
-  cd libsoup-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libsoup/repos/multilib-x86_64/PKGBUILD (from rev 146798, 
lib32-libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-14 10:38:26 UTC (rev 146799)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Maximilian Stein 
+# Contributor: josephgbr 
+
+pkgname=lib32-libsoup
+pkgver=2.52.2
+pkgrel=1
+pkgdesc='GNOME HTTP Library'
+arch=('x86_64')
+url='http://www.gnome.org'
+license=('LGPL')
+depends=('lib32-glib-networking' 'lib32-libxml2' 'lib32-sqlite' 'libsoup')
+makedepends=('gcc-multilib' 'gobject-introspection' 'intltool' 'python'
+ 'vala')
+conflicts=('lib32-libsoup-gnome')
+replaces=('lib32-libsoup-gnome')
+options=('!emptydirs')
+source=("http://ftp.gnome.org/pub/gnome/sources/libsoup/${pkgver%.*}/libsoup-${pkgver}.tar.xz;)
+sha256sums=('db55628b5c7d952945bb71b236469057c8dfb8dea0c271513579c6273c2093dc')
+
+build() {
+  cd libsoup-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static
+  make
+}
+
+package() {
+  cd libsoup-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2015-11-14 Thread Maxime Gauduin
Date: Saturday, November 14, 2015 @ 11:38:20
  Author: alucryd
Revision: 146798

upgpkg: lib32-libsoup 2.52.2-1

Modified:
  lib32-libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 10:35:37 UTC (rev 146797)
+++ PKGBUILD2015-11-14 10:38:20 UTC (rev 146798)
@@ -4,7 +4,7 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-libsoup
-pkgver=2.52.1
+pkgver=2.52.2
 pkgrel=1
 pkgdesc='GNOME HTTP Library'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 replaces=('lib32-libsoup-gnome')
 options=('!emptydirs')
 
source=("http://ftp.gnome.org/pub/gnome/sources/libsoup/${pkgver%.*}/libsoup-${pkgver}.tar.xz;)
-sha256sums=('0e19bca047ad50b28e8ed7663840f9e45a94909148822ca44dcb3e8cafb5cc48')
+sha256sums=('db55628b5c7d952945bb71b236469057c8dfb8dea0c271513579c6273c2093dc')
 
 build() {
   cd libsoup-${pkgver}


[arch-commits] Commit in haskell-language-c/trunk (PKGBUILD.orig)

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 09:03:55
  Author: fyan
Revision: 146784

remove useless file

Deleted:
  haskell-language-c/trunk/PKGBUILD.orig

---+
 PKGBUILD.orig |   54 --
 1 file changed, 54 deletions(-)

Deleted: PKGBUILD.orig
===
--- PKGBUILD.orig   2015-11-14 08:03:41 UTC (rev 146783)
+++ PKGBUILD.orig   2015-11-14 08:03:55 UTC (rev 146784)
@@ -1,54 +0,0 @@
-
-
-_hkgname=language-c
-pkgname=haskell-language-c
-pkgver=0.4.7
-pkgrel=1
-pkgdesc="Analysis and generation of C code"
-url="http://www.sivity.net/projects/language.c/;
-license=("BSD3")
-arch=('i686' 'x86_64')
-makedepends=()
-depends=("ghc=7.10.2-2"
- "haskell-syb=0.6_0-1")
-options=('strip' 'staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${_ver}/${_hkgname}-${_ver}.tar.gz;
-"original.cabal")
-install="${pkgname}.install"
-sha256sums=("5f6dc9d86b1f88dec1800e1a4fc43aa52f85fe4bb865ba268aca34b399a512e4"
-"f530cc0f0f068a5ebbb05db9c8fcaeedad7c9af2a6ff8ce9a038ee1df428efb4")
-
-# PKGBUILD functions
-
-prepare() {
-cd "${srcdir}/${_hkgname}-${_ver}"
-cp "${srcdir}/original.cabal" 
"${srcdir}/${_hkgname}-${_ver}/${_hkgname}.cabal"
-
-# no source patch
-}
-
-build() {
-cd "${srcdir}/${_hkgname}-${_ver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid \
--fseparatesyb -fusebytestrings -fsplitbase
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${_ver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}


[arch-commits] Commit in (6 files)

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 09:03:41
  Author: fyan
Revision: 146783

addpkg: haskell-language-c 0.4.7-1

Added:
  haskell-language-c/
  haskell-language-c/repos/
  haskell-language-c/trunk/
  haskell-language-c/trunk/PKGBUILD
  haskell-language-c/trunk/PKGBUILD.orig
  haskell-language-c/trunk/haskell-language-c.install

+
 PKGBUILD   |   46 
 PKGBUILD.orig  |   54 +++
 haskell-language-c.install |   18 ++
 3 files changed, 118 insertions(+)

Added: haskell-language-c/trunk/PKGBUILD
===
--- haskell-language-c/trunk/PKGBUILD   (rev 0)
+++ haskell-language-c/trunk/PKGBUILD   2015-11-14 08:03:41 UTC (rev 146783)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=language-c
+pkgname=haskell-language-c
+pkgver=0.4.7
+pkgrel=1
+pkgdesc="Analysis and generation of C code"
+url="http://www.sivity.net/projects/language.c/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=('happy' 'alex')
+depends=("ghc=7.10.2" "haskell-syb")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('5f6dc9d86b1f88dec1800e1a4fc43aa52f85fe4bb865ba268aca34b399a512e4')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+rm -fr dist
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fseparatesyb -fusebytestrings -fsplitbase
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-language-c/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-language-c/trunk/PKGBUILD.orig
===
--- haskell-language-c/trunk/PKGBUILD.orig  (rev 0)
+++ haskell-language-c/trunk/PKGBUILD.orig  2015-11-14 08:03:41 UTC (rev 
146783)
@@ -0,0 +1,54 @@
+
+
+_hkgname=language-c
+pkgname=haskell-language-c
+pkgver=0.4.7
+pkgrel=1
+pkgdesc="Analysis and generation of C code"
+url="http://www.sivity.net/projects/language.c/;
+license=("BSD3")
+arch=('i686' 'x86_64')
+makedepends=()
+depends=("ghc=7.10.2-2"
+ "haskell-syb=0.6_0-1")
+options=('strip' 'staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${_ver}/${_hkgname}-${_ver}.tar.gz;
+"original.cabal")
+install="${pkgname}.install"
+sha256sums=("5f6dc9d86b1f88dec1800e1a4fc43aa52f85fe4bb865ba268aca34b399a512e4"
+"f530cc0f0f068a5ebbb05db9c8fcaeedad7c9af2a6ff8ce9a038ee1df428efb4")
+
+# PKGBUILD functions
+
+prepare() {
+cd "${srcdir}/${_hkgname}-${_ver}"
+cp "${srcdir}/original.cabal" 
"${srcdir}/${_hkgname}-${_ver}/${_hkgname}.cabal"
+
+# no source patch
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${_ver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fseparatesyb -fusebytestrings -fsplitbase
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${_ver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 

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

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 09:04:39
  Author: fyan
Revision: 146785

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

Added:
  haskell-language-c/repos/community-i686/
  haskell-language-c/repos/community-i686/PKGBUILD
(from rev 146784, haskell-language-c/trunk/PKGBUILD)
  haskell-language-c/repos/community-i686/haskell-language-c.install
(from rev 146784, haskell-language-c/trunk/haskell-language-c.install)
  haskell-language-c/repos/community-x86_64/
  haskell-language-c/repos/community-x86_64/PKGBUILD
(from rev 146784, haskell-language-c/trunk/PKGBUILD)
  haskell-language-c/repos/community-x86_64/haskell-language-c.install
(from rev 146784, haskell-language-c/trunk/haskell-language-c.install)

-+
 community-i686/PKGBUILD |   46 ++
 community-i686/haskell-language-c.install   |   18 ++
 community-x86_64/PKGBUILD   |   46 ++
 community-x86_64/haskell-language-c.install |   18 ++
 4 files changed, 128 insertions(+)

Copied: haskell-language-c/repos/community-i686/PKGBUILD (from rev 146784, 
haskell-language-c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-14 08:04:39 UTC (rev 146785)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=language-c
+pkgname=haskell-language-c
+pkgver=0.4.7
+pkgrel=1
+pkgdesc="Analysis and generation of C code"
+url="http://www.sivity.net/projects/language.c/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=('happy' 'alex')
+depends=("ghc=7.10.2" "haskell-syb")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('5f6dc9d86b1f88dec1800e1a4fc43aa52f85fe4bb865ba268aca34b399a512e4')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+rm -fr dist
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fseparatesyb -fusebytestrings -fsplitbase
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-language-c/repos/community-i686/haskell-language-c.install 
(from rev 146784, haskell-language-c/trunk/haskell-language-c.install)
===
--- community-i686/haskell-language-c.install   (rev 0)
+++ community-i686/haskell-language-c.install   2015-11-14 08:04:39 UTC (rev 
146785)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-language-c
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-language-c/repos/community-x86_64/PKGBUILD (from rev 146784, 
haskell-language-c/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-14 08:04:39 UTC (rev 146785)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=language-c
+pkgname=haskell-language-c
+pkgver=0.4.7
+pkgrel=1
+pkgdesc="Analysis and generation of C code"
+url="http://www.sivity.net/projects/language.c/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=('happy' 'alex')
+depends=("ghc=7.10.2" "haskell-syb")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)

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

2015-11-14 Thread Maxime Gauduin
Date: Saturday, November 14, 2015 @ 09:50:41
  Author: alucryd
Revision: 146793

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

Added:
  renpy/repos/community-i686/PKGBUILD
(from rev 146792, renpy/trunk/PKGBUILD)
  renpy/repos/community-i686/renpy
(from rev 146792, renpy/trunk/renpy)
  renpy/repos/community-i686/renpy.desktop
(from rev 146792, renpy/trunk/renpy.desktop)
  renpy/repos/community-i686/renpy.png
(from rev 146792, renpy/trunk/renpy.png)
  renpy/repos/community-x86_64/PKGBUILD
(from rev 146792, renpy/trunk/PKGBUILD)
  renpy/repos/community-x86_64/renpy
(from rev 146792, renpy/trunk/renpy)
  renpy/repos/community-x86_64/renpy.desktop
(from rev 146792, renpy/trunk/renpy.desktop)
  renpy/repos/community-x86_64/renpy.png
(from rev 146792, renpy/trunk/renpy.png)
Deleted:
  renpy/repos/community-i686/PKGBUILD
  renpy/repos/community-i686/renpy
  renpy/repos/community-i686/renpy.desktop
  renpy/repos/community-i686/renpy.png
  renpy/repos/community-x86_64/PKGBUILD
  renpy/repos/community-x86_64/renpy
  renpy/repos/community-x86_64/renpy.desktop
  renpy/repos/community-x86_64/renpy.png

+
 /PKGBUILD  |  150 +++
 /renpy |6 +
 /renpy.desktop |   18 
 community-i686/PKGBUILD|   75 ---
 community-i686/renpy   |3 
 community-i686/renpy.desktop   |9 --
 community-x86_64/PKGBUILD  |   75 ---
 community-x86_64/renpy |3 
 community-x86_64/renpy.desktop |9 --
 9 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-14 08:50:22 UTC (rev 146792)
+++ community-i686/PKGBUILD 2015-11-14 08:50:41 UTC (rev 146793)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Cravix 
-# Contributor: AlexanderR 
-# Contributor: zhn 
-
-pkgbase=renpy
-pkgname=('renpy' 'renpy-demos')
-pkgver=6.99.6
-pkgrel=1
-pkgdesc="The Ren'Py Visual Novel Engine"
-arch=('i686' 'x86_64')
-url='http://www.renpy.org'
-license=('MIT')
-depends=('ffmpeg' 'glew' 'python2-pygame-sdl2')
-makedepends=('cython2')
-source=("http://www.renpy.org/dl/${pkgver}/renpy-${pkgver}-source.tar.bz2;
-'renpy'
-'renpy.desktop'
-'renpy.png')
-sha256sums=('b21f51c631df02ae641c91debad8520f865248e9c58eb092a95e05f7757b53e8'
-'d12cccb8d5acbe28f6740d7efc58ceb78fb4f303a50724a43c47812d51897c6a'
-'fccde3461617a098a78d938d9db782d403eda410a84ab52825a597498ab95834'
-'611edc07a40ccb8e04e8858847fc1d2a066d29c2ed54e5b357880a0605818dc5')
-
-prepare() {
-  cd renpy-${pkgver}-source
-
-  sed 's/python/python2/' -i renpy.py launcher/game/tkaskdir.py
-}
-
-build() {
-  cd renpy-${pkgver}-source
-
-  export RENPY_CYTHON='cython2'
-
-  python2 module/setup.py build
-}
-
-package_renpy() {
-  optdepends=('renpy-demos: Tutorial and The Question demos'
-  'tk: Set projects directory')
-  replaces=('python-renpy' 'python2-renpy')
-
-  cd renpy-${pkgver}-source
-
-  python2 module/setup.py install --root="${pkgdir}" --prefix='/usr' 
--optimize='1'
-
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,pixmaps,renpy,doc}}
-
-  cp -dr --no-preserve='ownership' doc launcher renpy renpy.py templates 
"${pkgdir}"/usr/share/renpy/
-  ln -s /usr/share/renpy/doc "${pkgdir}"/usr/share/doc/renpy
-
-  install -m 755 ../renpy "${pkgdir}"/usr/bin/
-  install -m 644 ../renpy.desktop "${pkgdir}"/usr/share/applications/
-  install -m 644 ../renpy.png "${pkgdir}"/usr/share/pixmaps/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/renpy
-  install -m 644 LICENSE.txt "${pkgdir}"/usr/share/licenses/renpy/
-}
-
-package_renpy-demos() {
-  depends=('renpy')
-
-  cd renpy-${pkgver}-source
-
-  install -dm 755 "${pkgdir}"/usr/share/renpy
-
-  cp -dr --no-preserve='ownership' the_question tutorial 
"${pkgdir}"/usr/share/renpy/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s renpy "${pkgdir}"/usr/share/licenses/renpy-demos
-}
-
-# vim: ts=2 sw=2 et:

Copied: renpy/repos/community-i686/PKGBUILD (from rev 146792, 
renpy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-14 08:50:41 UTC (rev 146793)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Cravix 
+# Contributor: AlexanderR 
+# Contributor: zhn 
+
+pkgbase=renpy
+pkgname=('renpy' 'renpy-demos')
+pkgver=6.99.7
+pkgrel=1
+pkgdesc="The Ren'Py Visual Novel Engine"
+arch=('i686' 'x86_64')
+url='http://www.renpy.org'
+license=('MIT')

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

2015-11-14 Thread Maxime Gauduin
Date: Saturday, November 14, 2015 @ 09:50:22
  Author: alucryd
Revision: 146792

upgpkg: renpy 6.99.7-1

Modified:
  renpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 08:38:46 UTC (rev 146791)
+++ PKGBUILD2015-11-14 08:50:22 UTC (rev 146792)
@@ -6,7 +6,7 @@
 
 pkgbase=renpy
 pkgname=('renpy' 'renpy-demos')
-pkgver=6.99.6
+pkgver=6.99.7
 pkgrel=1
 pkgdesc="The Ren'Py Visual Novel Engine"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'renpy'
 'renpy.desktop'
 'renpy.png')
-sha256sums=('b21f51c631df02ae641c91debad8520f865248e9c58eb092a95e05f7757b53e8'
+sha256sums=('4ef82135c82df5b92ec94763812ffc2ec0f2004e98525f9813be91e7f99872a2'
 'd12cccb8d5acbe28f6740d7efc58ceb78fb4f303a50724a43c47812d51897c6a'
 'fccde3461617a098a78d938d9db782d403eda410a84ab52825a597498ab95834'
 '611edc07a40ccb8e04e8858847fc1d2a066d29c2ed54e5b357880a0605818dc5')


[arch-commits] Commit in lib32-at-spi2-core/trunk (PKGBUILD)

2015-11-14 Thread Maxime Gauduin
Date: Saturday, November 14, 2015 @ 11:35:27
  Author: alucryd
Revision: 146796

upgpkg: lib32-at-spi2-core 2.18.3-1

Modified:
  lib32-at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 09:44:04 UTC (rev 146795)
+++ PKGBUILD2015-11-14 10:35:27 UTC (rev 146796)
@@ -4,7 +4,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-at-spi2-core
-pkgver=2.18.2
+pkgver=2.18.3
 pkgrel=1
 pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('at-spi2-core' 'lib32-glib2' 'lib32-libxtst')
 makedepends=('gcc-multilib' 'gobject-introspection' 'intltool')
 
source=("http://download.gnome.org/sources/at-spi2-core/${pkgver%.*}/at-spi2-core-${pkgver}.tar.xz;)
-sha256sums=('4eea5ba07912ad955157761c4c9fdb6e3fab6ea91899a4db785eb47ae61f1ee5')
+sha256sums=('ada26add94155f97d0f601a20cb7a0e3fd3ba1588c3520b7288316494027d629')
 
 prepare() {
   cd at-spi2-core-${pkgver}


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

2015-11-14 Thread Maxime Gauduin
Date: Saturday, November 14, 2015 @ 12:22:01
  Author: alucryd
Revision: 146801

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

Added:
  ppsspp/repos/community-i686/PKGBUILD
(from rev 146800, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-i686/ppsspp-ffmpeg.patch
(from rev 146800, ppsspp/trunk/ppsspp-ffmpeg.patch)
  ppsspp/repos/community-i686/ppsspp-gcc5.1.patch
(from rev 146800, ppsspp/trunk/ppsspp-gcc5.1.patch)
  ppsspp/repos/community-i686/ppsspp.desktop
(from rev 146800, ppsspp/trunk/ppsspp.desktop)
  ppsspp/repos/community-x86_64/PKGBUILD
(from rev 146800, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-x86_64/ppsspp-ffmpeg.patch
(from rev 146800, ppsspp/trunk/ppsspp-ffmpeg.patch)
  ppsspp/repos/community-x86_64/ppsspp-gcc5.1.patch
(from rev 146800, ppsspp/trunk/ppsspp-gcc5.1.patch)
  ppsspp/repos/community-x86_64/ppsspp.desktop
(from rev 146800, ppsspp/trunk/ppsspp.desktop)
Deleted:
  ppsspp/repos/community-i686/PKGBUILD
  ppsspp/repos/community-i686/ppsspp-ffmpeg.patch
  ppsspp/repos/community-i686/ppsspp-gcc5.1.patch
  ppsspp/repos/community-x86_64/PKGBUILD
  ppsspp/repos/community-x86_64/ppsspp-ffmpeg.patch
  ppsspp/repos/community-x86_64/ppsspp-gcc5.1.patch

--+
 /PKGBUILD|  168 +++
 /ppsspp-ffmpeg.patch |  360 +
 /ppsspp-gcc5.1.patch |   80 +++
 community-i686/PKGBUILD  |   95 
 community-i686/ppsspp-ffmpeg.patch   |  180 
 community-i686/ppsspp-gcc5.1.patch   |   40 ---
 community-i686/ppsspp.desktop|9 
 community-x86_64/PKGBUILD|   95 
 community-x86_64/ppsspp-ffmpeg.patch |  180 
 community-x86_64/ppsspp-gcc5.1.patch |   40 ---
 community-x86_64/ppsspp.desktop  |9 
 11 files changed, 626 insertions(+), 630 deletions(-)

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


[arch-commits] Commit in atlas-lapack-base/repos (24 files)

2015-11-14 Thread Antonio Rojas
Date: Saturday, November 14, 2015 @ 09:13:06
  Author: arojas
Revision: 146789

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

Added:
  atlas-lapack-base/repos/community-i686/Makefile
(from rev 146788, atlas-lapack-base/trunk/Makefile)
  atlas-lapack-base/repos/community-i686/PKGBUILD
(from rev 146788, atlas-lapack-base/trunk/PKGBUILD)
  atlas-lapack-base/repos/community-i686/atlas-lapack-base.install
(from rev 146788, atlas-lapack-base/trunk/atlas-lapack-base.install)
  atlas-lapack-base/repos/community-i686/atlas-license.txt
(from rev 146788, atlas-lapack-base/trunk/atlas-license.txt)
  atlas-lapack-base/repos/community-i686/blas-license.txt
(from rev 146788, atlas-lapack-base/trunk/blas-license.txt)
  atlas-lapack-base/repos/community-i686/disable-throttling-check.patch
(from rev 146788, atlas-lapack-base/trunk/disable-throttling-check.patch)
  atlas-lapack-base/repos/community-x86_64/Makefile
(from rev 146788, atlas-lapack-base/trunk/Makefile)
  atlas-lapack-base/repos/community-x86_64/PKGBUILD
(from rev 146788, atlas-lapack-base/trunk/PKGBUILD)
  atlas-lapack-base/repos/community-x86_64/atlas-lapack-base.install
(from rev 146788, atlas-lapack-base/trunk/atlas-lapack-base.install)
  atlas-lapack-base/repos/community-x86_64/atlas-license.txt
(from rev 146788, atlas-lapack-base/trunk/atlas-license.txt)
  atlas-lapack-base/repos/community-x86_64/blas-license.txt
(from rev 146788, atlas-lapack-base/trunk/blas-license.txt)
  atlas-lapack-base/repos/community-x86_64/disable-throttling-check.patch
(from rev 146788, atlas-lapack-base/trunk/disable-throttling-check.patch)
Deleted:
  atlas-lapack-base/repos/community-i686/Makefile
  atlas-lapack-base/repos/community-i686/PKGBUILD
  atlas-lapack-base/repos/community-i686/atlas-lapack-base.install
  atlas-lapack-base/repos/community-i686/atlas-license.txt
  atlas-lapack-base/repos/community-i686/blas-license.txt
  atlas-lapack-base/repos/community-i686/disable-throttling-check.patch
  atlas-lapack-base/repos/community-x86_64/Makefile
  atlas-lapack-base/repos/community-x86_64/PKGBUILD
  atlas-lapack-base/repos/community-x86_64/atlas-lapack-base.install
  atlas-lapack-base/repos/community-x86_64/atlas-license.txt
  atlas-lapack-base/repos/community-x86_64/blas-license.txt
  atlas-lapack-base/repos/community-x86_64/disable-throttling-check.patch

-+
 /Makefile   |   48 +++
 /PKGBUILD   |  136 ++
 /atlas-lapack-base.install  |   18 ++
 /atlas-license.txt  |   58 +
 /blas-license.txt   |   40 ++
 /disable-throttling-check.patch |   26 
 community-i686/Makefile |   24 ---
 community-i686/PKGBUILD |   68 ---
 community-i686/atlas-lapack-base.install|9 -
 community-i686/atlas-license.txt|   29 
 community-i686/blas-license.txt |   20 ---
 community-i686/disable-throttling-check.patch   |   13 --
 community-x86_64/Makefile   |   24 ---
 community-x86_64/PKGBUILD   |   68 ---
 community-x86_64/atlas-lapack-base.install  |9 -
 community-x86_64/atlas-license.txt  |   29 
 community-x86_64/blas-license.txt   |   20 ---
 community-x86_64/disable-throttling-check.patch |   13 --
 18 files changed, 326 insertions(+), 326 deletions(-)

Deleted: community-i686/Makefile
===
--- community-i686/Makefile 2015-11-14 08:10:23 UTC (rev 146788)
+++ community-i686/Makefile 2015-11-14 08:13:06 UTC (rev 146789)
@@ -1,24 +0,0 @@
-include Make.inc
-
-all: libatlas.so libf77blas.so libcblas.so libblas.so liblapack.so
-
-
-libatlas.so: libatlas.a
-   ld $(LDFLAGS) -shared -soname $@ -o $@ --whole-archive libatlas.a \
-  --no-whole-archive -lc $(LIBS)
-
-libf77blas.so : libf77blas.a libatlas.so
-   ld $(LDFLAGS) -shared -soname libblas.so.3 -o $@ --whole-archive \
-  libf77blas.a --no-whole-archive $(F77SYSLIB) -L. -latlas
-
-libcblas.so : libcblas.a libatlas.so
-   ld $(LDFLAGS) -shared -soname $@ -o $@ --whole-archive libcblas.a \
-   -L. -latlas
-
-libblas.so: libf77blas.so
-   ln -s $< $@
-
-liblapack.so : liblapack.a libcblas.so libblas.so
-   ld $(LDFLAGS) -shared -soname liblapack.so.3 -o $@ --whole-archive \
-  liblapack.a --no-whole-archive $(F77SYSLIB) -L. -lcblas -lblas 
-lgcc_s
-

Copied: atlas-lapack-base/repos/community-i686/Makefile (from rev 146788, 
atlas-lapack-base/trunk/Makefile)
===
--- community-i686/Makefile (rev 0)
+++ community-i686/Makefile 2015-11-14 

[arch-commits] Commit in python2-pygame-sdl2/repos (8 files)

2015-11-14 Thread Maxime Gauduin
Date: Saturday, November 14, 2015 @ 09:38:46
  Author: alucryd
Revision: 146791

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

Added:
  python2-pygame-sdl2/repos/community-i686/PKGBUILD
(from rev 146790, python2-pygame-sdl2/trunk/PKGBUILD)
  python2-pygame-sdl2/repos/community-i686/cython.patch
(from rev 146790, python2-pygame-sdl2/trunk/cython.patch)
  python2-pygame-sdl2/repos/community-x86_64/PKGBUILD
(from rev 146790, python2-pygame-sdl2/trunk/PKGBUILD)
  python2-pygame-sdl2/repos/community-x86_64/cython.patch
(from rev 146790, python2-pygame-sdl2/trunk/cython.patch)
Deleted:
  python2-pygame-sdl2/repos/community-i686/PKGBUILD
  python2-pygame-sdl2/repos/community-i686/cython.patch
  python2-pygame-sdl2/repos/community-x86_64/PKGBUILD
  python2-pygame-sdl2/repos/community-x86_64/cython.patch

---+
 /PKGBUILD |   80 
 /cython.patch |   22 +++
 community-i686/PKGBUILD   |   40 
 community-i686/cython.patch   |   11 -
 community-x86_64/PKGBUILD |   40 
 community-x86_64/cython.patch |   11 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-14 08:38:30 UTC (rev 146790)
+++ community-i686/PKGBUILD 2015-11-14 08:38:46 UTC (rev 146791)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Cravix 
-
-pkgname=python2-pygame-sdl2
-pkgver=6.99.6
-pkgrel=1
-pkgdesc='Reimplementation of portions of the pygame API using SDL2'
-arch=('i686' 'x86_64')
-url='https://github.com/renpy/pygame_sdl2'
-license=('LGPL2.1' 'zlib')
-depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
-makedepends=('cython2')
-source=("http://www.renpy.org/dl/${pkgver}/pygame_sdl2-for-renpy-${pkgver}.tar.bz2;
-'cython.patch')
-sha256sums=('a3939d753a7481b7316d6fefe4ab3e777a52e4267ba518bf2ae91d50c7de63ec'
-'312c7f5b68aeee404cb60a46c9872cdac9b721af9eb8fb5c0312ed999c0b12c4')
-
-prepare() {
-  cd pygame-sdl2-for-renpy-${pkgver}
-
-  patch -Np0 -i ../cython.patch
-}
-
-build() {
-  cd pygame-sdl2-for-renpy-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd pygame-sdl2-for-renpy-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --prefix='/usr' --optimize='1'
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-pygame-sdl2
-  install -m 644 COPYING.ZLIB 
"${pkgdir}"/usr/share/licenses/python2-pygame-sdl2/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-pygame-sdl2/repos/community-i686/PKGBUILD (from rev 146790, 
python2-pygame-sdl2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-14 08:38:46 UTC (rev 146791)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Cravix 
+
+pkgname=python2-pygame-sdl2
+pkgver=6.99.7
+pkgrel=1
+pkgdesc='Reimplementation of portions of the pygame API using SDL2'
+arch=('i686' 'x86_64')
+url='https://github.com/renpy/pygame_sdl2'
+license=('LGPL2.1' 'zlib')
+depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
+makedepends=('cython2')
+source=("http://www.renpy.org/dl/${pkgver}/pygame_sdl2-for-renpy-${pkgver}.tar.bz2;
+'cython.patch')
+sha256sums=('24830ec6942203a3b859efce3f694a09ed0cfa988258a27301ab16d7e45f068d'
+'312c7f5b68aeee404cb60a46c9872cdac9b721af9eb8fb5c0312ed999c0b12c4')
+
+prepare() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  patch -Np0 -i ../cython.patch
+}
+
+build() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --prefix='/usr' --optimize='1'
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-pygame-sdl2
+  install -m 644 COPYING.ZLIB 
"${pkgdir}"/usr/share/licenses/python2-pygame-sdl2/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/cython.patch
===
--- community-i686/cython.patch 2015-11-14 08:38:30 UTC (rev 146790)
+++ community-i686/cython.patch 2015-11-14 08:38:46 UTC (rev 146791)
@@ -1,11 +0,0 @@
 setuplib.py2015-04-05 18:19:36.869928443 +0800
-+++ setuplib.py.cur2015-04-05 18:20:58.253259520 +0800
-@@ -26,7 +26,7 @@
- import distutils.core
- 
- # The cython command.
--cython_command = "cython"
-+cython_command = "cython2"
- 
- # The include and library dirs that we compile against.
- include_dirs = [ ".", "src" ]

Copied: python2-pygame-sdl2/repos/community-i686/cython.patch (from rev 146790, 
python2-pygame-sdl2/trunk/cython.patch)
===
--- 

[arch-commits] Commit in python2-pygame-sdl2/trunk (PKGBUILD)

2015-11-14 Thread Maxime Gauduin
Date: Saturday, November 14, 2015 @ 09:38:30
  Author: alucryd
Revision: 146790

upgpkg: python2-pygame-sdl2 6.99.7-1

Modified:
  python2-pygame-sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 08:13:06 UTC (rev 146789)
+++ PKGBUILD2015-11-14 08:38:30 UTC (rev 146790)
@@ -3,7 +3,7 @@
 # Contributor: Cravix 
 
 pkgname=python2-pygame-sdl2
-pkgver=6.99.6
+pkgver=6.99.7
 pkgrel=1
 pkgdesc='Reimplementation of portions of the pygame API using SDL2'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cython2')
 
source=("http://www.renpy.org/dl/${pkgver}/pygame_sdl2-for-renpy-${pkgver}.tar.bz2;
 'cython.patch')
-sha256sums=('a3939d753a7481b7316d6fefe4ab3e777a52e4267ba518bf2ae91d50c7de63ec'
+sha256sums=('24830ec6942203a3b859efce3f694a09ed0cfa988258a27301ab16d7e45f068d'
 '312c7f5b68aeee404cb60a46c9872cdac9b721af9eb8fb5c0312ed999c0b12c4')
 
 prepare() {


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

2015-11-14 Thread Maxime Gauduin
Date: Saturday, November 14, 2015 @ 11:24:26
  Author: alucryd
Revision: 251030

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

Added:
  ffmpeg/repos/extra-i686/PKGBUILD
(from rev 251029, ffmpeg/trunk/PKGBUILD)
  
ffmpeg/repos/extra-i686/ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
(from rev 251029, 
ffmpeg/trunk/ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch)
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 251029, ffmpeg/trunk/PKGBUILD)
  
ffmpeg/repos/extra-x86_64/ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
(from rev 251029, 
ffmpeg/trunk/ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch)
Deleted:
  ffmpeg/repos/extra-i686/PKGBUILD
  
ffmpeg/repos/extra-i686/ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
  ffmpeg/repos/extra-x86_64/PKGBUILD
  
ffmpeg/repos/extra-x86_64/ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch

---+
 /PKGBUILD 
|  190 ++
 /ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch 
|   82 
 extra-i686/PKGBUILD   
|   95 -
 extra-i686/ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch   
|   41 --
 extra-x86_64/PKGBUILD 
|   95 -
 extra-x86_64/ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch 
|   41 --
 6 files changed, 272 insertions(+), 272 deletions(-)

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

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 251029, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-14 

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

2015-11-14 Thread Maxime Gauduin
Date: Saturday, November 14, 2015 @ 11:24:12
  Author: alucryd
Revision: 251029

upgpkg: ffmpeg 1:2.8.2-1

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-13 22:40:24 UTC (rev 251028)
+++ PKGBUILD2015-11-14 10:24:12 UTC (rev 251029)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=2.8.1
-pkgrel=4
+pkgver=2.8.2
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc}
 ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch)
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-md5sums=('63b2cfeea930e942ff7579fd0064c5be'
+md5sums=('99f31723326dfe1bfd1bc7521338f2d2'
  'SKIP'
  '71be9bcd297cb9ce833bbc5d425c0470')
 


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

2015-11-14 Thread Maxime Gauduin
Date: Saturday, November 14, 2015 @ 12:20:38
  Author: alucryd
Revision: 146800

upgpkg: ppsspp 1.1.1-1

Added:
  ppsspp/trunk/ppsspp.desktop
Modified:
  ppsspp/trunk/PKGBUILD

+
 PKGBUILD   |   53 +
 ppsspp.desktop |9 +
 2 files changed, 30 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 10:38:26 UTC (rev 146799)
+++ PKGBUILD2015-11-14 11:20:38 UTC (rev 146800)
@@ -7,8 +7,8 @@
 
 pkgbase=ppsspp
 pkgname=('ppsspp' 'ppsspp-qt')
-pkgver=1.0.1
-pkgrel=3
+pkgver=1.1.1
+pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ppsspp.org/'
@@ -16,51 +16,42 @@
 depends=('ffmpeg' 'sdl2')
 makedepends=('cmake' 'git' 'glu' 'qt5-tools')
 source=("git+https://github.com/hrydgard/ppsspp.git#tag=v${pkgver};
-'git+https://github.com/hrydgard/ppsspp-lang.git#commit=52c757e'
-
'ppsspp-native::git+https://github.com/hrydgard/native.git#commit=52ce9c1'
+'git+https://github.com/hrydgard/ppsspp-lang.git#commit=c0db1fc'
 
'ppsspp-armips::git+https://github.com/Kingcom/armips.git#commit=a0b878f'
-'ppsspp-ffmpeg.patch'
-'ppsspp-gcc5.1.patch')
+'ppsspp.desktop')
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
-'SKIP'
-'4d60b99f9e6fe1bb81b2b1b648845f9e76289ba824fcb5e53f2117d0319e086d'
-'f5f946da7eb234a24338aaa990c50e35966231ea931923c35b5c09ae7ee59ad0')
+'1c332702d0aeced07df7e12ba8530bc3f19a52bc76c355f6c84c141becfd46d8')
 
 prepare() {
   cd ppsspp
 
-  for submodule in native lang ext/armips; do
+  for submodule in lang ext/armips; do
 git submodule init ${submodule}
 git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
 git submodule update ${submodule}
   done
 
-  patch -Np1 -i ../ppsspp-ffmpeg.patch
-  patch -Np1 -i ../ppsspp-gcc5.1.patch
+  for ui in sdl qt; do
+if [[ -d build-$ui ]]; then
+  rm -rf build-$ui
+fi
+mkdir build-$ui
+  done
 }
 
 build() {
-  cd ppsspp
+  cd ppsspp/build-sdl
 
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
   cmake .. \
 -DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_SKIP_RPATH='TRUE'
+-DCMAKE_SKIP_RPATH='TRUE' \
+-DUSE_SYSTEM_FFMPEG='TRUE'
   make
 
-  cd ..
+  cd ../build-qt
 
-  if [[ -d build-qt ]]; then
-rm -rf build-qt
-  fi
-  mkdir build-qt && cd build-qt
-
   qmake-qt5 CONFIG+='release' CONFIG+='system_ffmpeg' ../Qt/PPSSPPQt.pro
   make
 }
@@ -68,14 +59,13 @@
 package_ppsspp() {
   conflicts=('ppsspp-qt')
 
-  cd ppsspp/build
+  cd ppsspp/build-sdl
 
-  install -dm 755 
"${pkgdir}"/usr/{bin,share/{applications,man/man1,pixmaps,ppsspp}}
+  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,pixmaps,ppsspp}}
   install -m 755 PPSSPPSDL "${pkgdir}"/usr/bin/ppsspp
   cp -dr --no-preserve='ownership' assets "${pkgdir}"/usr/share/ppsspp/
   install -m 644 ../assets/unix-icons/icon-512.svg 
"${pkgdir}"/usr/share/pixmaps/ppsspp.svg
-  install -m 644 ../debian/ppsspp.desktop "${pkgdir}"/usr/share/applications/
-  install -m 644 ../debian/ppsspp.1 "${pkgdir}"/usr/share/man/man1/
+  install -m 644 ../../ppsspp.desktop "${pkgdir}"/usr/share/applications/
 }
 
 package_ppsspp-qt() {
@@ -85,11 +75,10 @@
 
   cd ppsspp/build-qt
 
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,man/man1,pixmaps}}
+  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,pixmaps}}
   install -m 755 ppsspp "${pkgdir}"/usr/bin/
   install -m 644 ../assets/unix-icons/icon-512.svg 
"${pkgdir}"/usr/share/pixmaps/ppsspp.svg
-  install -m 644 ../debian/ppsspp.desktop "${pkgdir}"/usr/share/applications/
-  install -m 644 ../debian/ppsspp.1 "${pkgdir}"/usr/share/man/man1/
+  install -m 644 ../../ppsspp.desktop "${pkgdir}"/usr/share/applications/
 }
 
 # vim: ts=2 sw=2 et:

Added: ppsspp.desktop
===
--- ppsspp.desktop  (rev 0)
+++ ppsspp.desktop  2015-11-14 11:20:38 UTC (rev 146800)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=PPSSPP
+GenericName=PSP Emulator
+Comment=PlayStation Portable Simulator Suitable for Playing Portably (PPSSPP)
+Exec=ppsspp %f
+Icon=ppsspp
+Categories=Game


Property changes on: ppsspp/trunk/ppsspp.desktop
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


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

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 09:09:39
  Author: fyan
Revision: 146786

addpkg: c2hs 0.26.2-1

Added:
  c2hs/
  c2hs/repos/
  c2hs/trunk/
  c2hs/trunk/PKGBUILD

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

Added: c2hs/trunk/PKGBUILD
===
--- c2hs/trunk/PKGBUILD (rev 0)
+++ c2hs/trunk/PKGBUILD 2015-11-14 08:09:39 UTC (rev 146786)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=c2hs
+pkgver=0.26.2
+pkgrel=1
+pkgdesc="C->Haskell FFI tool that gives some cross-language type safety"
+url="https://github.com/haskell/c2hs;
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('libffi' 'gmp')
+makedepends=("ghc=7.10.2" "haskell-dlist" "haskell-language-c")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('d15d17a9dc69310fc0b350fec6290e3ec75a8c4cd7d004aaeb03374e43d244bd')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-f-regression -fbase3
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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


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

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 09:10:11
  Author: fyan
Revision: 146787

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

Added:
  c2hs/repos/community-i686/
  c2hs/repos/community-i686/PKGBUILD
(from rev 146786, c2hs/trunk/PKGBUILD)
  c2hs/repos/community-x86_64/
  c2hs/repos/community-x86_64/PKGBUILD
(from rev 146786, c2hs/trunk/PKGBUILD)

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

Copied: c2hs/repos/community-i686/PKGBUILD (from rev 146786, 
c2hs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-14 08:10:11 UTC (rev 146787)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=c2hs
+pkgver=0.26.2
+pkgrel=1
+pkgdesc="C->Haskell FFI tool that gives some cross-language type safety"
+url="https://github.com/haskell/c2hs;
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('libffi' 'gmp')
+makedepends=("ghc=7.10.2" "haskell-dlist" "haskell-language-c")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('d15d17a9dc69310fc0b350fec6290e3ec75a8c4cd7d004aaeb03374e43d244bd')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-f-regression -fbase3
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}

Copied: c2hs/repos/community-x86_64/PKGBUILD (from rev 146786, 
c2hs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-14 08:10:11 UTC (rev 146787)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=c2hs
+pkgver=0.26.2
+pkgrel=1
+pkgdesc="C->Haskell FFI tool that gives some cross-language type safety"
+url="https://github.com/haskell/c2hs;
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('libffi' 'gmp')
+makedepends=("ghc=7.10.2" "haskell-dlist" "haskell-language-c")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('d15d17a9dc69310fc0b350fec6290e3ec75a8c4cd7d004aaeb03374e43d244bd')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-f-regression -fbase3
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


[arch-commits] Commit in atlas-lapack-base/trunk (Makefile PKGBUILD)

2015-11-14 Thread Antonio Rojas
Date: Saturday, November 14, 2015 @ 09:10:23
  Author: arojas
Revision: 146788

Fix underlinking (FS#47049)

Modified:
  atlas-lapack-base/trunk/Makefile
  atlas-lapack-base/trunk/PKGBUILD

--+
 Makefile |8 
 PKGBUILD |8 
 2 files changed, 8 insertions(+), 8 deletions(-)

Modified: Makefile
===
--- Makefile2015-11-14 08:10:11 UTC (rev 146787)
+++ Makefile2015-11-14 08:10:23 UTC (rev 146788)
@@ -11,13 +11,13 @@
ld $(LDFLAGS) -shared -soname libblas.so.3 -o $@ --whole-archive \
   libf77blas.a --no-whole-archive $(F77SYSLIB) -L. -latlas
 
-libcblas.so : libcblas.a libatlas.so
-   ld $(LDFLAGS) -shared -soname $@ -o $@ --whole-archive libcblas.a \
-   -L. -latlas
-
 libblas.so: libf77blas.so
ln -s $< $@
 
+libcblas.so : libcblas.a libatlas.so libblas.so
+   ld $(LDFLAGS) -shared -soname $@ -o $@ --whole-archive libcblas.a \
+   -L. -latlas -lblas
+
 liblapack.so : liblapack.a libcblas.so libblas.so
ld $(LDFLAGS) -shared -soname liblapack.so.3 -o $@ --whole-archive \
   liblapack.a --no-whole-archive $(F77SYSLIB) -L. -lcblas -lblas 
-lgcc_s

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 08:10:11 UTC (rev 146787)
+++ PKGBUILD2015-11-14 08:10:23 UTC (rev 146788)
@@ -8,7 +8,7 @@
 pkgname=atlas-lapack-base
 pkgver=3.10.2
 _lapackver=3.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Complete LAPACK and BLAS implementation using optimized ATLAS 
routines"
 url="http://math-atlas.sourceforge.net/;
 depends=(gcc-libs)
@@ -18,8 +18,8 @@
 provides=(blas cblas "lapack=$_lapackver" atlas-lapack)
 license=(custom:blas custom:lapack custom:atlas)
 options=(!makeflags)
-source=(http://www.netlib.org/lapack/lapack-$_lapackver.tgz 
http://downloads.sourceforge.net/math-atlas/atlas${pkgver}.tar.bz2 
blas-license.txt 
-atlas-license.txt Makefile disable-throttling-check.patch)
+source=(http://www.netlib.org/lapack/lapack-$_lapackver.tgz 
http://downloads.sourceforge.net/project/math-atlas/Stable/3.10.2/atlas3.10.2.tar.bz2
 
+blas-license.txt atlas-license.txt Makefile disable-throttling-check.patch)
 noextract=(lapack-$_lapackver.tgz)
 install=$pkgname.install
 md5sums=('b1d3e3e425b2e44a06760ff173104bdf'
@@ -26,7 +26,7 @@
  'a4e21f343dec8f22e7415e339f09f6da'
  'e8e512ee7a2d550139dcd765f127816b'
  '4903eb06072dfbf94710691ccb6660bf'
- 'd598a27d392d41b00f8e440f1f8fc2a4'
+ 'f4c4d7281766b10dadc0179d00b4759f'
  '54f80b9a56f13f960017460c36b725ce')
 
 prepare() {


[arch-commits] Commit in lib32-at-spi2-core/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2015-11-14 Thread Maxime Gauduin
Date: Saturday, November 14, 2015 @ 11:35:37
  Author: alucryd
Revision: 146797

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD
(from rev 146796, lib32-at-spi2-core/trunk/PKGBUILD)
Deleted:
  lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-14 10:35:27 UTC (rev 146796)
+++ PKGBUILD2015-11-14 10:35:37 UTC (rev 146797)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:m Maxime Gauduin 
-# Contributor: jtts 
-# Contributor: Ionut Biru 
-
-pkgname=lib32-at-spi2-core
-pkgver=2.18.2
-pkgrel=1
-pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
-arch=('x86_64')
-url='http://www.gnome.org'
-license=('GPL2')
-depends=('at-spi2-core' 'lib32-glib2' 'lib32-libxtst')
-makedepends=('gcc-multilib' 'gobject-introspection' 'intltool')
-source=("http://download.gnome.org/sources/at-spi2-core/${pkgver%.*}/at-spi2-core-${pkgver}.tar.xz;)
-sha256sums=('4eea5ba07912ad955157761c4c9fdb6e3fab6ea91899a4db785eb47ae61f1ee5')
-
-prepare() {
-  cd at-spi2-core-${pkgver}
-
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf -fi
-}
-
-build() {
-  cd at-spi2-core-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/at-spi2-core' \
---sysconfdir='/etc' \
---disable-xevie
-  make
-}
-
-package() {
-  cd at-spi2-core-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/{etc,usr/{include,share}}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD (from rev 146796, 
lib32-at-spi2-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-14 10:35:37 UTC (rev 146797)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:m Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-at-spi2-core
+pkgver=2.18.3
+pkgrel=1
+pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
+arch=('x86_64')
+url='http://www.gnome.org'
+license=('GPL2')
+depends=('at-spi2-core' 'lib32-glib2' 'lib32-libxtst')
+makedepends=('gcc-multilib' 'gobject-introspection' 'intltool')
+source=("http://download.gnome.org/sources/at-spi2-core/${pkgver%.*}/at-spi2-core-${pkgver}.tar.xz;)
+sha256sums=('ada26add94155f97d0f601a20cb7a0e3fd3ba1588c3520b7288316494027d629')
+
+prepare() {
+  cd at-spi2-core-${pkgver}
+
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf -fi
+}
+
+build() {
+  cd at-spi2-core-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--libexecdir='/usr/lib32/at-spi2-core' \
+--sysconfdir='/etc' \
+--disable-xevie
+  make
+}
+
+package() {
+  cd at-spi2-core-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{include,share}}
+}
+
+# vim: ts=2 sw=2 et:


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

2015-11-14 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 03:57:15
  Author: fyan
Revision: 146844

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

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

--+
 /PKGBUILD|   96 +
 /haskell-pandoc-citeproc.install |   36 
 community-testing-i686/PKGBUILD  |   48 --
 community-testing-i686/haskell-pandoc-citeproc.install   |   18 --
 community-testing-x86_64/PKGBUILD|   48 --
 community-testing-x86_64/haskell-pandoc-citeproc.install |   18 --
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-11-15 02:56:40 UTC (rev 146843)
+++ community-testing-i686/PKGBUILD 2015-11-15 02:57:15 UTC (rev 146844)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=pandoc-citeproc
-pkgname=haskell-pandoc-citeproc
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="Supports using pandoc with citeproc"
-url="http://hackage.haskell.org/package/${_hkgname};
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
- "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
- "haskell-old-locale" "pandoc" "haskell-pandoc-types" "haskell-parsec"
- "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
- "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-unordered-containers"
- "haskell-vector" "haskell-xml-conduit" "haskell-yaml")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
-sha256sums=('8127ea07174621a7cef1b68aac962c9d45828db11c6d192bb9e7f622a61f8c96')
-
-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-debug -f-test_citeproc -f-unicode_collation -f-embed_data_files 
-fbibutils
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-pandoc-citeproc/repos/community-testing-i686/PKGBUILD (from rev 
146843, haskell-pandoc-citeproc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-15 02:57:15 UTC (rev 146844)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-citeproc
+pkgname=haskell-pandoc-citeproc
+pkgver=0.8.1.1
+pkgrel=1
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ 

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

2015-11-14 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 03:56:40
  Author: fyan
Revision: 146843

upgpkg: haskell-pandoc-citeproc 0.8.1.1-1

Modified:
  haskell-pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-15 02:52:24 UTC (rev 146842)
+++ PKGBUILD2015-11-15 02:56:40 UTC (rev 146843)
@@ -4,7 +4,7 @@
 
 _hkgname=pandoc-citeproc
 pkgname=haskell-pandoc-citeproc
-pkgver=0.8.1
+pkgver=0.8.1.1
 pkgrel=1
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${_hkgname};
@@ -19,7 +19,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('8127ea07174621a7cef1b68aac962c9d45828db11c6d192bb9e7f622a61f8c96')
+sha256sums=('0fc5f1f82ce6687f0bc63eb57543a86eecf56cbcd43cec2d0191e6868502b189')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in (5 files)

2015-11-14 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 04:08:05
  Author: fyan
Revision: 146847

addpkg: haskell-regex-compat-tdfa 0.95.1.4-1

Added:
  haskell-regex-compat-tdfa/
  haskell-regex-compat-tdfa/repos/
  haskell-regex-compat-tdfa/trunk/
  haskell-regex-compat-tdfa/trunk/PKGBUILD
  haskell-regex-compat-tdfa/trunk/haskell-regex-compat-tdfa.install

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

Added: haskell-regex-compat-tdfa/trunk/PKGBUILD
===
--- haskell-regex-compat-tdfa/trunk/PKGBUILD(rev 0)
+++ haskell-regex-compat-tdfa/trunk/PKGBUILD2015-11-15 03:08:05 UTC (rev 
146847)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat-tdfa
+pkgname=haskell-regex-compat-tdfa
+pkgver=0.95.1.4
+pkgrel=1
+pkgdesc="One module layer over regex-tdfa to replace Text.Regex."
+url="http://hub.darcs.net/shelarcy/regex-compat-tdfa;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" 'haskell-regex-base' 'haskell-regex-tdfa')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('4fa38ed24ae390eeffe6eef04bbe632d7ecd02b9123729e976e7420f927520dd')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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


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

2015-11-14 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 04:08:39
  Author: fyan
Revision: 146848

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

Added:
  haskell-regex-compat-tdfa/repos/community-i686/
  haskell-regex-compat-tdfa/repos/community-i686/PKGBUILD
(from rev 146847, haskell-regex-compat-tdfa/trunk/PKGBUILD)
  
haskell-regex-compat-tdfa/repos/community-i686/haskell-regex-compat-tdfa.install
(from rev 146847, 
haskell-regex-compat-tdfa/trunk/haskell-regex-compat-tdfa.install)
  haskell-regex-compat-tdfa/repos/community-x86_64/
  haskell-regex-compat-tdfa/repos/community-x86_64/PKGBUILD
(from rev 146847, haskell-regex-compat-tdfa/trunk/PKGBUILD)
  
haskell-regex-compat-tdfa/repos/community-x86_64/haskell-regex-compat-tdfa.install
(from rev 146847, 
haskell-regex-compat-tdfa/trunk/haskell-regex-compat-tdfa.install)

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

Copied: haskell-regex-compat-tdfa/repos/community-i686/PKGBUILD (from rev 
146847, haskell-regex-compat-tdfa/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-15 03:08:39 UTC (rev 146848)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat-tdfa
+pkgname=haskell-regex-compat-tdfa
+pkgver=0.95.1.4
+pkgrel=1
+pkgdesc="One module layer over regex-tdfa to replace Text.Regex."
+url="http://hub.darcs.net/shelarcy/regex-compat-tdfa;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" 'haskell-regex-base' 'haskell-regex-tdfa')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('4fa38ed24ae390eeffe6eef04bbe632d7ecd02b9123729e976e7420f927520dd')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-regex-compat-tdfa/repos/community-i686/haskell-regex-compat-tdfa.install
 (from rev 146847, 
haskell-regex-compat-tdfa/trunk/haskell-regex-compat-tdfa.install)
===
--- community-i686/haskell-regex-compat-tdfa.install
(rev 0)
+++ community-i686/haskell-regex-compat-tdfa.install2015-11-15 03:08:39 UTC 
(rev 146848)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-regex-compat-tdfa
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-regex-compat-tdfa/repos/community-x86_64/PKGBUILD (from rev 
146847, haskell-regex-compat-tdfa/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-15 03:08:39 UTC (rev 146848)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat-tdfa
+pkgname=haskell-regex-compat-tdfa
+pkgver=0.95.1.4
+pkgrel=1
+pkgdesc="One module layer over regex-tdfa to replace Text.Regex."
+url="http://hub.darcs.net/shelarcy/regex-compat-tdfa;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')

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

2015-11-14 Thread Anatol Pomozov
Date: Sunday, November 15, 2015 @ 06:03:38
  Author: anatolik
Revision: 251082

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

Added:
  audacity/repos/testing-i686/
  audacity/repos/testing-i686/PKGBUILD
(from rev 251081, audacity/trunk/PKGBUILD)
  audacity/repos/testing-i686/audacity-ffmpeg.patch
(from rev 251081, audacity/trunk/audacity-ffmpeg.patch)
  audacity/repos/testing-i686/audacity.install
(from rev 251081, audacity/trunk/audacity.install)
  audacity/repos/testing-x86_64/
  audacity/repos/testing-x86_64/PKGBUILD
(from rev 251081, audacity/trunk/PKGBUILD)
  audacity/repos/testing-x86_64/audacity-ffmpeg.patch
(from rev 251081, audacity/trunk/audacity-ffmpeg.patch)
  audacity/repos/testing-x86_64/audacity.install
(from rev 251081, audacity/trunk/audacity.install)

--+
 testing-i686/PKGBUILD|   35 +
 testing-i686/audacity-ffmpeg.patch   |   30 
 testing-i686/audacity.install|   13 
 testing-x86_64/PKGBUILD  |   35 +
 testing-x86_64/audacity-ffmpeg.patch |   30 
 testing-x86_64/audacity.install  |   13 
 6 files changed, 156 insertions(+)

Copied: audacity/repos/testing-i686/PKGBUILD (from rev 251081, 
audacity/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-15 05:03:38 UTC (rev 251082)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=audacity
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="A program that lets you manipulate digital audio waveforms"
+arch=('i686' 'x86_64')
+url="http://audacityteam.org;
+license=('GPL')
+depends=('libmad' 'libid3tag' 'wxgtk2.8' 'lame' 'lilv' 'soundtouch'
+'ffmpeg' 'vamp-plugin-sdk' 'sbsms' 'portsmf' 'desktop-file-utils')
+makedepends=('cmake' 'python2')
+options=('!makeflags')
+install=audacity.install
+source=(https://github.com/audacity/audacity/archive/Audacity-${pkgver}.zip
+audacity-ffmpeg.patch)
+sha1sums=('3ff019e02a8ef9d712166dd1b466c494102a859a'
+  '5f1733a3802bcec7d9b54cb3ec8d7d81fc38fc61')
+
+prepare() {
+  cd audacity-Audacity-${pkgver}
+  patch -p1 -i "${srcdir}/audacity-ffmpeg.patch"
+}
+
+build() {
+  cd audacity-Audacity-${pkgver}
+  WX_CONFIG=/usr/bin/wx-config-2.8 ./configure --prefix=/usr 
--with-libsamplerate
+  make
+}
+
+package() {
+  cd audacity-Audacity-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: audacity/repos/testing-i686/audacity-ffmpeg.patch (from rev 251081, 
audacity/trunk/audacity-ffmpeg.patch)
===
--- testing-i686/audacity-ffmpeg.patch  (rev 0)
+++ testing-i686/audacity-ffmpeg.patch  2015-11-15 05:03:38 UTC (rev 251082)
@@ -0,0 +1,30 @@
+diff -Naur audacity-src-2.0.6-orig/src/FFmpeg.h audacity-src-2.0.6/src/FFmpeg.h
+--- audacity-src-2.0.6-orig/src/FFmpeg.h   2014-09-28 21:54:55.159636208 
-0400
 audacity-src-2.0.6/src/FFmpeg.h2014-09-28 21:55:11.246276766 -0400
+@@ -688,7 +688,7 @@
+FFMPEG_FUNCTION_WITH_RETURN(
+   AVOutputFormat*,
+   av_oformat_next,
+-  (AVOutputFormat *f),
++  (const AVOutputFormat *f),
+   (f)
+);
+FFMPEG_FUNCTION_WITH_RETURN(
+@@ -755,7 +755,7 @@
+FFMPEG_FUNCTION_WITH_RETURN(
+   int,
+   av_fifo_size,
+-  (AVFifoBuffer *f),
++  (const AVFifoBuffer *f),
+   (f)
+);
+FFMPEG_FUNCTION_WITH_RETURN(
+@@ -801,7 +801,7 @@
+FFMPEG_FUNCTION_WITH_RETURN(
+   AVDictionaryEntry *,
+   av_dict_get,
+-  (AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int 
flags),
++  (const AVDictionary *m, const char *key, const AVDictionaryEntry *prev, 
int flags),
+   (m, key, prev, flags)
+);
+FFMPEG_FUNCTION_WITH_RETURN(

Copied: audacity/repos/testing-i686/audacity.install (from rev 251081, 
audacity/trunk/audacity.install)
===
--- testing-i686/audacity.install   (rev 0)
+++ testing-i686/audacity.install   2015-11-15 05:03:38 UTC (rev 251082)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime &> /dev/null
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: audacity/repos/testing-x86_64/PKGBUILD (from rev 251081, 
audacity/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-11-15 05:03:38 UTC (rev 251082)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=audacity

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

2015-11-14 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 03:16:59
  Author: fyan
Revision: 146840

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 146839, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 146839, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-15 02:16:38 UTC (rev 146839)
+++ PKGBUILD2015-11-15 02:16:59 UTC (rev 146840)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: jeneshicc 
-
-pkgname=skk-jisyo
-pkgver=20151108
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('081cc36f89ca1475441d8ae1982f2dda'
- 'e24063430ffc2b7bc85ea297ee134f5d'
- '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
- '53407c1d74036759a7db1fa07dd8e5d4'
- 'efb7f415213e6bdcdffc3a9a2e262f19')
-
-package() {
-  cd "$srcdir"
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 146839, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-15 02:16:59 UTC (rev 146840)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: jeneshicc 
+
+pkgname=skk-jisyo
+pkgver=20151115
+pkgrel=1
+pkgdesc="Dictionaries for the SKK Japanese input method"
+arch=('any')
+url="http://openlab.ring.gr.jp/skk/;
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('03ae04607495e0e2a2592e6791c93b35'
+ 'e24063430ffc2b7bc85ea297ee134f5d'
+ '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ 'efb7f415213e6bdcdffc3a9a2e262f19')
+
+package() {
+  cd "$srcdir"
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2015-11-15 02:16:38 UTC (rev 146839)
+++ skk-jisyo.install   2015-11-15 02:16:59 UTC (rev 146840)
@@ -1,10 +0,0 @@
-post_install() {
-  echo ">>> If you want to merge dictionaries, use skktools"
-  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
-  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 146839, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2015-11-15 02:16:59 UTC (rev 146840)
@@ -0,0 +1,10 @@
+post_install() {
+  echo ">>> If you want to merge dictionaries, use skktools"
+  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
+  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (5 files)

2015-11-14 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 04:02:30
  Author: fyan
Revision: 146845

addpkg: haskell-regex-applicative 0.3.2.1-1

Added:
  haskell-regex-applicative/
  haskell-regex-applicative/repos/
  haskell-regex-applicative/trunk/
  haskell-regex-applicative/trunk/PKGBUILD
  haskell-regex-applicative/trunk/haskell-regex-applicative.install

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

Added: haskell-regex-applicative/trunk/PKGBUILD
===
--- haskell-regex-applicative/trunk/PKGBUILD(rev 0)
+++ haskell-regex-applicative/trunk/PKGBUILD2015-11-15 03:02:30 UTC (rev 
146845)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-applicative
+pkgname=haskell-regex-applicative
+pkgver=0.3.2.1
+pkgrel=1
+pkgdesc="Regex-based parsing with applicative interface"
+url="https://github.com/feuerbach/regex-applicative;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('bf4ab2dc765d8083ac08a72b2221712a942a734b90e4ce433baf4b5c8db35ca7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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


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

2015-11-14 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 04:03:01
  Author: fyan
Revision: 146846

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

Added:
  haskell-regex-applicative/repos/community-i686/
  haskell-regex-applicative/repos/community-i686/PKGBUILD
(from rev 146845, haskell-regex-applicative/trunk/PKGBUILD)
  
haskell-regex-applicative/repos/community-i686/haskell-regex-applicative.install
(from rev 146845, 
haskell-regex-applicative/trunk/haskell-regex-applicative.install)
  haskell-regex-applicative/repos/community-x86_64/
  haskell-regex-applicative/repos/community-x86_64/PKGBUILD
(from rev 146845, haskell-regex-applicative/trunk/PKGBUILD)
  
haskell-regex-applicative/repos/community-x86_64/haskell-regex-applicative.install
(from rev 146845, 
haskell-regex-applicative/trunk/haskell-regex-applicative.install)

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

Copied: haskell-regex-applicative/repos/community-i686/PKGBUILD (from rev 
146845, haskell-regex-applicative/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-15 03:03:01 UTC (rev 146846)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-applicative
+pkgname=haskell-regex-applicative
+pkgver=0.3.2.1
+pkgrel=1
+pkgdesc="Regex-based parsing with applicative interface"
+url="https://github.com/feuerbach/regex-applicative;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('bf4ab2dc765d8083ac08a72b2221712a942a734b90e4ce433baf4b5c8db35ca7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-regex-applicative/repos/community-i686/haskell-regex-applicative.install
 (from rev 146845, 
haskell-regex-applicative/trunk/haskell-regex-applicative.install)
===
--- community-i686/haskell-regex-applicative.install
(rev 0)
+++ community-i686/haskell-regex-applicative.install2015-11-15 03:03:01 UTC 
(rev 146846)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-regex-applicative
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-regex-applicative/repos/community-x86_64/PKGBUILD (from rev 
146845, haskell-regex-applicative/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-15 03:03:01 UTC (rev 146846)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-applicative
+pkgname=haskell-regex-applicative
+pkgver=0.3.2.1
+pkgrel=1
+pkgdesc="Regex-based parsing with applicative interface"
+url="https://github.com/feuerbach/regex-applicative;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')

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

2015-11-14 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 03:16:38
  Author: fyan
Revision: 146839

upgpkg: skk-jisyo 20151115-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-15 00:38:36 UTC (rev 146838)
+++ PKGBUILD2015-11-15 02:16:38 UTC (rev 146839)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc 
 
 pkgname=skk-jisyo
-pkgver=20151108
+pkgver=20151115
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('081cc36f89ca1475441d8ae1982f2dda'
+md5sums=('03ae04607495e0e2a2592e6791c93b35'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'


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

2015-11-14 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 03:52:24
  Author: fyan
Revision: 146842

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

Added:
  haskell-data-ordlist/repos/community-i686/
  haskell-data-ordlist/repos/community-i686/PKGBUILD
(from rev 146841, haskell-data-ordlist/trunk/PKGBUILD)
  haskell-data-ordlist/repos/community-i686/haskell-data-ordlist.install
(from rev 146841, haskell-data-ordlist/trunk/haskell-data-ordlist.install)
  haskell-data-ordlist/repos/community-x86_64/
  haskell-data-ordlist/repos/community-x86_64/PKGBUILD
(from rev 146841, haskell-data-ordlist/trunk/PKGBUILD)
  haskell-data-ordlist/repos/community-x86_64/haskell-data-ordlist.install
(from rev 146841, haskell-data-ordlist/trunk/haskell-data-ordlist.install)

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

Copied: haskell-data-ordlist/repos/community-i686/PKGBUILD (from rev 146841, 
haskell-data-ordlist/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-15 02:52:24 UTC (rev 146842)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-ordlist
+pkgname=haskell-data-ordlist
+pkgver=0.4.7.0
+pkgrel=1
+pkgdesc="This module provides set and multiset operations on ordered lists."
+url="https://hackage.haskell.org/package/data-ordlist;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('6f6c1e7a9a9155ad78ca78cb9abd6f7e2e1c78b3e549b179dc0874e6428f490d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-data-ordlist/repos/community-i686/haskell-data-ordlist.install 
(from rev 146841, haskell-data-ordlist/trunk/haskell-data-ordlist.install)
===
--- community-i686/haskell-data-ordlist.install (rev 0)
+++ community-i686/haskell-data-ordlist.install 2015-11-15 02:52:24 UTC (rev 
146842)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-data-ordlist
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-data-ordlist/repos/community-x86_64/PKGBUILD (from rev 146841, 
haskell-data-ordlist/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-15 02:52:24 UTC (rev 146842)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-ordlist
+pkgname=haskell-data-ordlist
+pkgver=0.4.7.0
+pkgrel=1
+pkgdesc="This module provides set and multiset operations on ordered lists."
+url="https://hackage.haskell.org/package/data-ordlist;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"

[arch-commits] Commit in (5 files)

2015-11-14 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 03:51:55
  Author: fyan
Revision: 146841

addpkg: haskell-data-ordlist 0.4.7.0-1

Added:
  haskell-data-ordlist/
  haskell-data-ordlist/repos/
  haskell-data-ordlist/trunk/
  haskell-data-ordlist/trunk/PKGBUILD
  haskell-data-ordlist/trunk/haskell-data-ordlist.install

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

Added: haskell-data-ordlist/trunk/PKGBUILD
===
--- haskell-data-ordlist/trunk/PKGBUILD (rev 0)
+++ haskell-data-ordlist/trunk/PKGBUILD 2015-11-15 02:51:55 UTC (rev 146841)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-ordlist
+pkgname=haskell-data-ordlist
+pkgver=0.4.7.0
+pkgrel=1
+pkgdesc="This module provides set and multiset operations on ordered lists."
+url="https://hackage.haskell.org/package/data-ordlist;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('6f6c1e7a9a9155ad78ca78cb9abd6f7e2e1c78b3e549b179dc0874e6428f490d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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


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

2015-11-14 Thread Anatol Pomozov
Date: Sunday, November 15, 2015 @ 06:02:47
  Author: anatolik
Revision: 251081

upgpkg: audacity 2.1.1-1

Modified:
  audacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 23:24:31 UTC (rev 251080)
+++ PKGBUILD2015-11-15 05:02:47 UTC (rev 251081)
@@ -2,11 +2,11 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=audacity
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="A program that lets you manipulate digital audio waveforms"
 arch=('i686' 'x86_64')
-url="http://audacity.sourceforge.net/;
+url="http://audacityteam.org;
 license=('GPL')
 depends=('libmad' 'libid3tag' 'wxgtk2.8' 'lame' 'lilv' 'soundtouch'
 'ffmpeg' 'vamp-plugin-sdk' 'sbsms' 'portsmf' 'desktop-file-utils')
@@ -13,23 +13,23 @@
 makedepends=('cmake' 'python2')
 options=('!makeflags')
 install=audacity.install
-source=(http://downloads.sourceforge.net/project/audacity/audacity/${pkgver}/${pkgname}-minsrc-${pkgver}.tar.xz
+source=(https://github.com/audacity/audacity/archive/Audacity-${pkgver}.zip
 audacity-ffmpeg.patch)
-sha1sums=('a53bce0276240bb56f2e3fd1bf235a4ef688caa3'
+sha1sums=('3ff019e02a8ef9d712166dd1b466c494102a859a'
   '5f1733a3802bcec7d9b54cb3ec8d7d81fc38fc61')
 
 prepare() {
-  cd ${pkgname}-minsrc-${pkgver}
+  cd audacity-Audacity-${pkgver}
   patch -p1 -i "${srcdir}/audacity-ffmpeg.patch"
 }
 
 build() {
-  cd ${pkgname}-minsrc-${pkgver}
+  cd audacity-Audacity-${pkgver}
   WX_CONFIG=/usr/bin/wx-config-2.8 ./configure --prefix=/usr 
--with-libsamplerate
   make
 }
 
 package() {
-  cd ${pkgname}-minsrc-${pkgver}
+  cd audacity-Audacity-${pkgver}
   make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in (5 files)

2015-11-14 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 04:32:18
  Author: fyan
Revision: 146849

addpkg: haskell-base16-bytestring 0.1.1.6-1

Added:
  haskell-base16-bytestring/
  haskell-base16-bytestring/repos/
  haskell-base16-bytestring/trunk/
  haskell-base16-bytestring/trunk/PKGBUILD
  haskell-base16-bytestring/trunk/haskell-base16-bytestring.install

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

Added: haskell-base16-bytestring/trunk/PKGBUILD
===
--- haskell-base16-bytestring/trunk/PKGBUILD(rev 0)
+++ haskell-base16-bytestring/trunk/PKGBUILD2015-11-15 03:32:18 UTC (rev 
146849)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=base16-bytestring
+pkgname=haskell-base16-bytestring
+pkgver=0.1.1.6
+pkgrel=1
+pkgdesc="Fast base16 (hex) encoding and decoding for ByteStrings"
+url="http://github.com/bos/base16-bytestring;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('5afe65a152c5418f5f4e3579a5e0d5ca19c279dc9bf31c1a371ccbe84705c449')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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


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

2015-11-14 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 04:32:51
  Author: fyan
Revision: 146850

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

Added:
  haskell-base16-bytestring/repos/community-i686/
  haskell-base16-bytestring/repos/community-i686/PKGBUILD
(from rev 146849, haskell-base16-bytestring/trunk/PKGBUILD)
  
haskell-base16-bytestring/repos/community-i686/haskell-base16-bytestring.install
(from rev 146849, 
haskell-base16-bytestring/trunk/haskell-base16-bytestring.install)
  haskell-base16-bytestring/repos/community-x86_64/
  haskell-base16-bytestring/repos/community-x86_64/PKGBUILD
(from rev 146849, haskell-base16-bytestring/trunk/PKGBUILD)
  
haskell-base16-bytestring/repos/community-x86_64/haskell-base16-bytestring.install
(from rev 146849, 
haskell-base16-bytestring/trunk/haskell-base16-bytestring.install)

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

Copied: haskell-base16-bytestring/repos/community-i686/PKGBUILD (from rev 
146849, haskell-base16-bytestring/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-15 03:32:51 UTC (rev 146850)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=base16-bytestring
+pkgname=haskell-base16-bytestring
+pkgver=0.1.1.6
+pkgrel=1
+pkgdesc="Fast base16 (hex) encoding and decoding for ByteStrings"
+url="http://github.com/bos/base16-bytestring;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('5afe65a152c5418f5f4e3579a5e0d5ca19c279dc9bf31c1a371ccbe84705c449')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-base16-bytestring/repos/community-i686/haskell-base16-bytestring.install
 (from rev 146849, 
haskell-base16-bytestring/trunk/haskell-base16-bytestring.install)
===
--- community-i686/haskell-base16-bytestring.install
(rev 0)
+++ community-i686/haskell-base16-bytestring.install2015-11-15 03:32:51 UTC 
(rev 146850)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-base16-bytestring
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-base16-bytestring/repos/community-x86_64/PKGBUILD (from rev 
146849, haskell-base16-bytestring/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-15 03:32:51 UTC (rev 146850)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=base16-bytestring
+pkgname=haskell-base16-bytestring
+pkgver=0.1.1.6
+pkgrel=1
+pkgdesc="Fast base16 (hex) encoding and decoding for ByteStrings"
+url="http://github.com/bos/base16-bytestring;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')

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

2015-11-14 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 06:10:47
  Author: fyan
Revision: 146853

upgpkg: haskell-pandoc-citeproc 0.8.1.2-1

Modified:
  haskell-pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-15 03:38:41 UTC (rev 146852)
+++ PKGBUILD2015-11-15 05:10:47 UTC (rev 146853)
@@ -4,7 +4,7 @@
 
 _hkgname=pandoc-citeproc
 pkgname=haskell-pandoc-citeproc
-pkgver=0.8.1.1
+pkgver=0.8.1.2
 pkgrel=1
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${_hkgname};
@@ -19,7 +19,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('0fc5f1f82ce6687f0bc63eb57543a86eecf56cbcd43cec2d0191e6868502b189')
+sha256sums=('962539768db788174aa6e126de3fe3b8f5291bc02c4a30bb1589c8ac7b965007')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2015-11-14 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 06:11:21
  Author: fyan
Revision: 146854

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

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

--+
 /PKGBUILD|   96 +
 /haskell-pandoc-citeproc.install |   36 
 community-testing-i686/PKGBUILD  |   48 --
 community-testing-i686/haskell-pandoc-citeproc.install   |   18 --
 community-testing-x86_64/PKGBUILD|   48 --
 community-testing-x86_64/haskell-pandoc-citeproc.install |   18 --
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-11-15 05:10:47 UTC (rev 146853)
+++ community-testing-i686/PKGBUILD 2015-11-15 05:11:21 UTC (rev 146854)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=pandoc-citeproc
-pkgname=haskell-pandoc-citeproc
-pkgver=0.8.1.1
-pkgrel=1
-pkgdesc="Supports using pandoc with citeproc"
-url="http://hackage.haskell.org/package/${_hkgname};
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
- "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
- "haskell-old-locale" "pandoc" "haskell-pandoc-types" "haskell-parsec"
- "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
- "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-unordered-containers"
- "haskell-vector" "haskell-xml-conduit" "haskell-yaml")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
-sha256sums=('0fc5f1f82ce6687f0bc63eb57543a86eecf56cbcd43cec2d0191e6868502b189')
-
-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-debug -f-test_citeproc -f-unicode_collation -f-embed_data_files 
-fbibutils
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-pandoc-citeproc/repos/community-testing-i686/PKGBUILD (from rev 
146853, haskell-pandoc-citeproc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-15 05:11:21 UTC (rev 146854)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-citeproc
+pkgname=haskell-pandoc-citeproc
+pkgver=0.8.1.2
+pkgrel=1
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ 

[arch-commits] Commit in (5 files)

2015-11-14 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 04:37:51
  Author: fyan
Revision: 146851

addpkg: haskell-cryptohash 0.11.6-1

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

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

Added: haskell-cryptohash/trunk/PKGBUILD
===
--- haskell-cryptohash/trunk/PKGBUILD   (rev 0)
+++ haskell-cryptohash/trunk/PKGBUILD   2015-11-15 03:37:51 UTC (rev 146851)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash
+pkgname=haskell-cryptohash
+pkgver=0.11.6
+pkgrel=1
+pkgdesc="Collection of crypto hashes, fast, pure and practical"
+url="http://github.com/vincenthz/hs-cryptohash;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-byteable")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('da382334857a88f3e94ce0fb83f425f0a0787b0644100913c61f6e94bb62df37')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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


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

2015-11-14 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 04:38:41
  Author: fyan
Revision: 146852

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

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

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

Copied: haskell-cryptohash/repos/community-i686/PKGBUILD (from rev 146851, 
haskell-cryptohash/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-15 03:38:41 UTC (rev 146852)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash
+pkgname=haskell-cryptohash
+pkgver=0.11.6
+pkgrel=1
+pkgdesc="Collection of crypto hashes, fast, pure and practical"
+url="http://github.com/vincenthz/hs-cryptohash;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-byteable")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('da382334857a88f3e94ce0fb83f425f0a0787b0644100913c61f6e94bb62df37')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-cryptohash/repos/community-i686/haskell-cryptohash.install 
(from rev 146851, haskell-cryptohash/trunk/haskell-cryptohash.install)
===
--- community-i686/haskell-cryptohash.install   (rev 0)
+++ community-i686/haskell-cryptohash.install   2015-11-15 03:38:41 UTC (rev 
146852)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cryptohash
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-cryptohash/repos/community-x86_64/PKGBUILD (from rev 146851, 
haskell-cryptohash/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-15 03:38:41 UTC (rev 146852)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash
+pkgname=haskell-cryptohash
+pkgver=0.11.6
+pkgrel=1
+pkgdesc="Collection of crypto hashes, fast, pure and practical"
+url="http://github.com/vincenthz/hs-cryptohash;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-byteable")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"

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

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 13:45:16
  Author: fyan
Revision: 146810

upgpkg: letsencrypt-apache 0.0.0.dev20151114-1

Modified:
  letsencrypt-apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 12:44:27 UTC (rev 146809)
+++ PKGBUILD2015-11-14 12:45:16 UTC (rev 146810)
@@ -3,20 +3,18 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=letsencrypt-apache
-pkgver=0.0.0.dev20151108
+pkgver=0.0.0.dev20151114
 pkgrel=1
 pkgdesc="Apache plugin for Let’s Encrypt client"
 arch=('any')
 license=('Apache')
 url="https://pypi.python.org/pypi/${pkgname};
-depends=('letsencrypt' 'python2-acme' 'python2-augeas' 'python2-setuptools'
+depends=("letsencrypt=$pkgver" "python2-acme=$pkgver" 'python2-augeas' 
'python2-setuptools'
  'python2-mock' 'python2-zope-component' 'python2-zope-interface')
 checkdepends=('python2-nose')
-# To be precise: This package, letsencrypt and python2-acme shell all be at 
the same version,
-# though for easier package management, it is omitted in this PKGBUILD
 
source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C')
-md5sums=('bdf7f6d7b98ba2e76e8957eed04ddc4d'
+md5sums=('5f19923447a934183dd3c399909507e1'
  'SKIP')
 
 build() {


[arch-commits] Commit in letsencrypt-apache/repos (2 files)

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 13:45:33
  Author: fyan
Revision: 146811

archrelease: copy trunk to community-staging-any

Added:
  letsencrypt-apache/repos/community-staging-any/
  letsencrypt-apache/repos/community-staging-any/PKGBUILD
(from rev 146810, letsencrypt-apache/trunk/PKGBUILD)

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

Copied: letsencrypt-apache/repos/community-staging-any/PKGBUILD (from rev 
146810, letsencrypt-apache/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-11-14 12:45:33 UTC (rev 146811)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=letsencrypt-apache
+pkgver=0.0.0.dev20151114
+pkgrel=1
+pkgdesc="Apache plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/${pkgname};
+depends=("letsencrypt=$pkgver" "python2-acme=$pkgver" 'python2-augeas' 
'python2-setuptools'
+ 'python2-mock' 'python2-zope-component' 'python2-zope-interface')
+checkdepends=('python2-nose')
+source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C')
+md5sums=('5f19923447a934183dd3c399909507e1'
+ 'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  nosetests2
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+}


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

2015-11-14 Thread Evangelos Foutras
Date: Saturday, November 14, 2015 @ 15:20:48
  Author: foutrelis
Revision: 251033

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

Added:
  pam/repos/testing-i686/
  pam/repos/testing-i686/PKGBUILD
(from rev 251032, pam/trunk/PKGBUILD)
  pam/repos/testing-i686/other
(from rev 251032, pam/trunk/other)
  pam/repos/testing-i686/pam_unix2-glibc216.patch
(from rev 251032, pam/trunk/pam_unix2-glibc216.patch)
  pam/repos/testing-x86_64/
  pam/repos/testing-x86_64/PKGBUILD
(from rev 251032, pam/trunk/PKGBUILD)
  pam/repos/testing-x86_64/other
(from rev 251032, pam/trunk/other)
  pam/repos/testing-x86_64/pam_unix2-glibc216.patch
(from rev 251032, pam/trunk/pam_unix2-glibc216.patch)

-+
 testing-i686/PKGBUILD   |   68 ++
 testing-i686/other  |5 ++
 testing-i686/pam_unix2-glibc216.patch   |   20 
 testing-x86_64/PKGBUILD |   68 ++
 testing-x86_64/other|5 ++
 testing-x86_64/pam_unix2-glibc216.patch |   20 
 6 files changed, 186 insertions(+)

Copied: pam/repos/testing-i686/PKGBUILD (from rev 251032, pam/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-14 14:20:48 UTC (rev 251033)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=pam
+pkgver=1.2.1
+pkgrel=3
+pkgdesc="PAM (Pluggable Authentication Modules) library"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://linux-pam.org;
+depends=('glibc' 'cracklib' 'libtirpc' 'pambase')
+makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
+backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/default/passwd etc/environment)
+source=(http://linux-pam.org/library/Linux-PAM-$pkgver.tar.bz2
+https://sources.archlinux.org/other/pam_unix2/pam_unix2-2.9.1.tar.bz2
+pam_unix2-glibc216.patch)
+md5sums=('9dc53067556d2dd567808fd509519dd6'
+ 'da6a46e5f8cd3eaa7cbc4fc3a7e2b555'
+ 'dac109f68e04a4df37575fda6001ea17')
+
+options=('!emptydirs')
+
+prepare () {
+  cd $srcdir/Linux-PAM-$pkgver
+
+  # fix pam_unix2 building
+  cd $srcdir/pam_unix2-2.9.1
+  patch -Np1 -i "${srcdir}/pam_unix2-glibc216.patch"
+}
+
+build() {
+  cd $srcdir/Linux-PAM-$pkgver
+  ./configure --libdir=/usr/lib --sbindir=/usr/bin --disable-db
+  make
+
+  cd $srcdir/pam_unix2-2.9.1
+  # modify flags to build against the pam compiled here, not a system lib.
+  ./configure \
+  CFLAGS="$CFLAGS -I$srcdir/Linux-PAM-$pkgver/libpam/include/" \
+  LDFLAGS="$LDFLAGS -L$srcdir/Linux-PAM-$pkgver/libpam/.libs/" \
+  --libdir=/usr/lib \
+  --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/Linux-PAM-$pkgver
+  make DESTDIR=$pkgdir SCONFIGDIR=/etc/security install
+
+  # build pam_unix2 module
+  # source ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2
+  cd $srcdir/pam_unix2-2.9.1
+  make DESTDIR=$pkgdir install
+
+  # fix some missing symlinks from old pam for compatibility
+  cd $pkgdir/usr/lib/security
+  ln -s pam_unix.so pam_unix_acct.so
+  ln -s pam_unix.so pam_unix_auth.so
+  ln -s pam_unix.so pam_unix_passwd.so
+  ln -s pam_unix.so pam_unix_session.so
+
+  # set unix_chkpwd uid
+  chmod +s $pkgdir/usr/bin/unix_chkpwd
+  # remove doc which is not used anymore
+  # FS #40749
+  rm $pkgdir/usr/share/doc/Linux-PAM/sag-pam_userdb.html
+}

Copied: pam/repos/testing-i686/other (from rev 251032, pam/trunk/other)
===
--- testing-i686/other  (rev 0)
+++ testing-i686/other  2015-11-14 14:20:48 UTC (rev 251033)
@@ -0,0 +1,5 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+accountrequiredpam_unix.so
+password   requiredpam_unix.so
+sessionrequiredpam_unix.so

Copied: pam/repos/testing-i686/pam_unix2-glibc216.patch (from rev 251032, 
pam/trunk/pam_unix2-glibc216.patch)
===
--- testing-i686/pam_unix2-glibc216.patch   (rev 0)
+++ testing-i686/pam_unix2-glibc216.patch   2015-11-14 14:20:48 UTC (rev 
251033)
@@ -0,0 +1,20 @@
+Index: pam_unix2-2.9.1/src/read-files.c
+===
+--- pam_unix2-2.9.1.orig/src/read-files.c
 pam_unix2-2.9.1/src/read-files.c
+@@ -30,8 +30,14 @@
+ #include 
+ #include 
+ #include 
+-#include 
++#include 
+ #define __libc_lock_t pthread_mutex_t
++#define __libc_lock_define_initialized(CLASS,NAME) \
++  CLASS __libc_lock_t NAME = PTHREAD_MUTEX_INITIALIZER;
++#define __libc_lock_lock(NAME) \
++  pthread_mutex_lock, (&(NAME))
++#define 

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

2015-11-14 Thread Evangelos Foutras
Date: Saturday, November 14, 2015 @ 15:20:30
  Author: foutrelis
Revision: 251032

upgpkg: pam 1.2.1-3

Remove audio-related config from /etc/security/limits.conf (FS#47052).

The JACK packages already ship relevant rules under /etc/security/limits.d
and this configuration was breaking sudo in Docker containers (and possibly
other container-based virtualization systems).

Modified:
  pam/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 1 insertion(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 14:07:38 UTC (rev 251031)
+++ PKGBUILD2015-11-14 14:20:30 UTC (rev 251032)
@@ -4,7 +4,7 @@
 
 pkgname=pam
 pkgver=1.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="PAM (Pluggable Authentication Modules) library"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -53,16 +53,6 @@
   cd $srcdir/pam_unix2-2.9.1
   make DESTDIR=$pkgdir install
 
-  # add the realtime permissions for audio users
-  sed -i 's|# End of file||' $pkgdir/etc/security/limits.conf
-  cat >>$pkgdir/etc/security/limits.conf <<_EOT
-*   -   rtprio  0
-*   -   nice0
-@audio  -   rtprio  65
-@audio  -   nice   -10
-@audio  -   memlock 4
-_EOT
-
   # fix some missing symlinks from old pam for compatibility
   cd $pkgdir/usr/lib/security
   ln -s pam_unix.so pam_unix_acct.so


[arch-commits] Commit in python-acme/repos (2 files)

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 13:40:21
  Author: fyan
Revision: 146803

archrelease: copy trunk to community-staging-any

Added:
  python-acme/repos/community-staging-any/
  python-acme/repos/community-staging-any/PKGBUILD
(from rev 146802, python-acme/trunk/PKGBUILD)

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

Copied: python-acme/repos/community-staging-any/PKGBUILD (from rev 146802, 
python-acme/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-11-14 12:40:21 UTC (rev 146803)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=python-acme
+pkgname=('python-acme' 'python2-acme')
+pkgver=0.0.0.dev20151114
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/letsencrypt/letsencrypt;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyasn1' 
'python2-pyasn1'
+ 'python-cryptography' 'python2-cryptography' 'python-pyopenssl' 
'python2-pyopenssl'
+ 'python-ndg-httpsclient' 'python2-ndg-httpsclient' 
'python-pyrfc3339'
+ 'python2-pyrfc3339' 'python-pytz' 'python2-pytz' 'python-requests'
+ 'python2-requests' 'python-six' 'python2-six' 'python-werkzeug' 
'python2-werkzeug'
+ 'python-mock' 'python2-mock')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.python.org/packages/source/a/acme/acme-$pkgver.tar.gz;)
+sha512sums=('99bab32d72c18ed12f445376560a586cd9b11965f1933e0c2b694de62fc1b6316b88b907f1b904ae7cbd1f99057cda4ea9c37839124a43e7638554c079ec3480')
+
+prepare() {
+  cp -a acme-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/acme-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/acme-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/acme-$pkgver"
+  nosetests3
+
+  cd "$srcdir/acme-$pkgver-py2"
+  nosetests2
+}
+
+package_python-acme() {
+  depends=('python-setuptools' 'python-pyasn1' 'python-cryptography' 
'python-pyopenssl'
+   'python-ndg-httpsclient' 'python-pyrfc3339' 'python-pytz' 
'python-requests'
+   'python-six' 'python-werkzeug' 'python-mock')
+
+  cd acme-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-acme() {
+  depends=('python2-setuptools' 'python2-pyasn1' 'python2-cryptography' 
'python2-pyopenssl'
+   'python2-ndg-httpsclient' 'python2-pyrfc3339' 'python2-pytz' 
'python2-requests'
+   'python2-six' 'python2-werkzeug' 'python2-mock')
+
+  cd acme-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  mv "$pkgdir"/usr/bin/jws{,2}
+}


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

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 13:44:07
  Author: fyan
Revision: 146808

upgpkg: python-fs 0.5.4-1

Modified:
  python-fs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 12:43:53 UTC (rev 146807)
+++ PKGBUILD2015-11-14 12:44:07 UTC (rev 146808)
@@ -3,8 +3,8 @@
 
 pkgbase=python-fs
 pkgname=('python-fs' 'python2-fs')
-pkgver=0.5.3
-pkgrel=2
+pkgver=0.5.4
+pkgrel=1
 pkgdesc="Filesystem abstraction layer"
 arch=('any')
 license=('custom:BSD')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'fuse' 
'python2-paramiko')
 source=("https://pypi.python.org/packages/source/f/fs/fs-$pkgver.tar.gz;)
-sha512sums=('fb0023a22c924b45ef0c4495f2890a3a757f1a2c5d53dba74a5d9e7f5944ee5b0a00f389d5352d7536e54da2a2ac46162f81608d3588bf2eeb16099af1b4fda0')
+sha512sums=('d67c85f2816cf1a84c25664a6cf71dac551c3eec4eb34154bc92d52eb0efa9739adca6d0ec86b9978ff6af408cfa17b913ee8fd4c143cd2adf862ca0a1dd4c5d')
 
 prepare() {
   cp -a fs-$pkgver{,-py2}


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

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 13:44:27
  Author: fyan
Revision: 146809

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-14 12:44:07 UTC (rev 146808)
+++ PKGBUILD2015-11-14 12:44:27 UTC (rev 146809)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-fs
-pkgname=('python-fs' 'python2-fs')
-pkgver=0.5.3
-pkgrel=2
-pkgdesc="Filesystem abstraction layer"
-arch=('any')
-license=('custom:BSD')
-url="http://pypi.python.org/pypi/fs/;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'fuse' 
'python2-paramiko')
-source=("https://pypi.python.org/packages/source/f/fs/fs-$pkgver.tar.gz;)
-sha512sums=('fb0023a22c924b45ef0c4495f2890a3a757f1a2c5d53dba74a5d9e7f5944ee5b0a00f389d5352d7536e54da2a2ac46162f81608d3588bf2eeb16099af1b4fda0')
-
-prepare() {
-  cp -a fs-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/fs-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/fs-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/fs-$pkgver"
-  LC_CTYPE=en_US.utf8 python setup.py ptr || warning "Tests failed"
-
-  cd "$srcdir/fs-$pkgver-py2"
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr || warning "Tests failed"
-}
-
-package_python-fs() {
-  depends=('python-setuptools' 'python-six')
-
-  cd fs-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-fs() {
-  depends=('python2-setuptools' 'python2-six')
-
-  cd fs-$pkgver-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  for f in fscat fscp fsinfo fsls fsmkdir fsmount fsmv fsrm fsserve fstree; do
-mv "$pkgdir/usr/bin/$f"{,2}
-  done
-}

Copied: python-fs/repos/community-any/PKGBUILD (from rev 146808, 
python-fs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-14 12:44:27 UTC (rev 146809)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-fs
+pkgname=('python-fs' 'python2-fs')
+pkgver=0.5.4
+pkgrel=1
+pkgdesc="Filesystem abstraction layer"
+arch=('any')
+license=('custom:BSD')
+url="http://pypi.python.org/pypi/fs/;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'fuse' 
'python2-paramiko')
+source=("https://pypi.python.org/packages/source/f/fs/fs-$pkgver.tar.gz;)
+sha512sums=('d67c85f2816cf1a84c25664a6cf71dac551c3eec4eb34154bc92d52eb0efa9739adca6d0ec86b9978ff6af408cfa17b913ee8fd4c143cd2adf862ca0a1dd4c5d')
+
+prepare() {
+  cp -a fs-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/fs-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/fs-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/fs-$pkgver"
+  LC_CTYPE=en_US.utf8 python setup.py ptr || warning "Tests failed"
+
+  cd "$srcdir/fs-$pkgver-py2"
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr || warning "Tests failed"
+}
+
+package_python-fs() {
+  depends=('python-setuptools' 'python-six')
+
+  cd fs-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-fs() {
+  depends=('python2-setuptools' 'python2-six')
+
+  cd fs-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  for f in fscat fscp fsinfo fsls fsmkdir fsmount fsmv fsrm fsserve fstree; do
+mv "$pkgdir/usr/bin/$f"{,2}
+  done
+}


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

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 13:42:08
  Author: fyan
Revision: 146804

upgpkg: letsencrypt 0.0.0.dev20151114-1

Modified:
  letsencrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 12:40:21 UTC (rev 146803)
+++ PKGBUILD2015-11-14 12:42:08 UTC (rev 146804)
@@ -3,13 +3,13 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=letsencrypt
-pkgver=0.0.0.dev20151108
-pkgrel=3
+pkgver=0.0.0.dev20151114
+pkgrel=1
 pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
 arch=('any')
 license=('Apache')
 url="https://letsencrypt.org/;
-depends=('ca-certificates' 'python2-acme' 'python2-configargparse' 
'python2-configobj'
+depends=('ca-certificates' "python2-acme=$pkgver" 'python2-configargparse' 
'python2-configobj'
  'python2-cryptography' 'python2-pyopenssl' 'python2-mock' 
'python2-parsedatetime'
  'python2-psutil' 'python2-pyrfc3339' 'python2-pythondialog' 
'python2-pytz'
  'python2-requests' 'python2-setuptools' 'python2-six' 
'python2-zope-component'
@@ -17,12 +17,9 @@
 optdepends=("letsencrypt-apache: Apache plugin for Let’s Encrypt client"
 "letsencrypt-nginx: Nginx plugin for Let’s Encrypt client")
 checkdepends=('python2-nose')
-# To be precise: This package, letsencrypt-nginx, letsencrypt-apache and 
python2-acme shell all be at
-# the same version, though for easier package management, it is omitted in 
this PKGBUILD
-conflicts=("${pkgname}-git")
 
source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C')
-md5sums=('0f7ab3da27f96c637a94092a431c571f'
+md5sums=('c1c49f145bd32151b2ba991693d01467'
  'SKIP')
 
 build() {


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

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 13:42:25
  Author: fyan
Revision: 146805

archrelease: copy trunk to community-staging-any

Added:
  letsencrypt/repos/community-staging-any/
  letsencrypt/repos/community-staging-any/PKGBUILD
(from rev 146804, letsencrypt/trunk/PKGBUILD)

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

Copied: letsencrypt/repos/community-staging-any/PKGBUILD (from rev 146804, 
letsencrypt/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-11-14 12:42:25 UTC (rev 146805)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=letsencrypt
+pkgver=0.0.0.dev20151114
+pkgrel=1
+pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
+arch=('any')
+license=('Apache')
+url="https://letsencrypt.org/;
+depends=('ca-certificates' "python2-acme=$pkgver" 'python2-configargparse' 
'python2-configobj'
+ 'python2-cryptography' 'python2-pyopenssl' 'python2-mock' 
'python2-parsedatetime'
+ 'python2-psutil' 'python2-pyrfc3339' 'python2-pythondialog' 
'python2-pytz'
+ 'python2-requests' 'python2-setuptools' 'python2-six' 
'python2-zope-component'
+ 'python2-zope-interface')
+optdepends=("letsencrypt-apache: Apache plugin for Let’s Encrypt client"
+"letsencrypt-nginx: Nginx plugin for Let’s Encrypt client")
+checkdepends=('python2-nose')
+source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C')
+md5sums=('c1c49f145bd32151b2ba991693d01467'
+ 'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py test
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+
+  mkdir -p "${pkgdir}"/{etc,var/lib,var/log}/letsencrypt
+  chmod 700 "${pkgdir}"/var/log/letsencrypt
+}


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

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 13:40:04
  Author: fyan
Revision: 146802

upgpkg: python-acme 0.0.0.dev20151114-1

Modified:
  python-acme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 11:22:01 UTC (rev 146801)
+++ PKGBUILD2015-11-14 12:40:04 UTC (rev 146802)
@@ -4,7 +4,7 @@
 
 pkgbase=python-acme
 pkgname=('python-acme' 'python2-acme')
-pkgver=0.0.0.dev20151108
+pkgver=0.0.0.dev20151114
 pkgrel=1
 pkgdesc="ACME protocol implementation in Python"
 arch=('any')
@@ -18,7 +18,7 @@
  'python-mock' 'python2-mock')
 checkdepends=('python-nose' 'python2-nose')
 source=("https://pypi.python.org/packages/source/a/acme/acme-$pkgver.tar.gz;)
-sha512sums=('1b86f7d81f0b6fc95cdd18cb8411d360e89d0f22703f9f2959107e445569ca23ed9aee2ab675e56b5495b22f55f165cc3cb9ca547cc7125baa45c51ca3ba3f76')
+sha512sums=('99bab32d72c18ed12f445376560a586cd9b11965f1933e0c2b694de62fc1b6316b88b907f1b904ae7cbd1f99057cda4ea9c37839124a43e7638554c079ec3480')
 
 prepare() {
   cp -a acme-$pkgver{,-py2}


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

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 13:43:36
  Author: fyan
Revision: 146806

upgpkg: letsencrypt-nginx 0.0.0.dev20151114-1

Modified:
  letsencrypt-nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 12:42:25 UTC (rev 146805)
+++ PKGBUILD2015-11-14 12:43:36 UTC (rev 146806)
@@ -3,20 +3,18 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=letsencrypt-nginx
-pkgver=0.0.0.dev20151108
+pkgver=0.0.0.dev20151114
 pkgrel=1
 pkgdesc="Nginx plugin for Let’s Encrypt client"
 arch=('any')
 license=('Apache')
 url="https://pypi.python.org/pypi/${pkgname};
-depends=('letsencrypt' 'python2-acme' 'python2-pyopenssl' 'python2-pyparsing'
+depends=("letsencrypt=$pkgver" "python2-acme=$pkgver" 'python2-pyopenssl' 
'python2-pyparsing'
  'python2-setuptools' 'python2-mock' 'python2-zope-interface')
 checkdepends=('python2-nose')
-# To be precise: This package, letsencrypt and python2-acme shell all be at 
the same version,
-# though for easier package management, it is omitted in this PKGBUILD
 
source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C')
-md5sums=('08eaed5e4bf857f25b57e3703ec9a649'
+md5sums=('12b8f7b19809d3f3deaba7adc141c8e1'
  'SKIP')
 
 build() {


[arch-commits] Commit in letsencrypt-nginx/repos (2 files)

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 13:43:53
  Author: fyan
Revision: 146807

archrelease: copy trunk to community-staging-any

Added:
  letsencrypt-nginx/repos/community-staging-any/
  letsencrypt-nginx/repos/community-staging-any/PKGBUILD
(from rev 146806, letsencrypt-nginx/trunk/PKGBUILD)

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

Copied: letsencrypt-nginx/repos/community-staging-any/PKGBUILD (from rev 
146806, letsencrypt-nginx/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-11-14 12:43:53 UTC (rev 146807)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=letsencrypt-nginx
+pkgver=0.0.0.dev20151114
+pkgrel=1
+pkgdesc="Nginx plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/${pkgname};
+depends=("letsencrypt=$pkgver" "python2-acme=$pkgver" 'python2-pyopenssl' 
'python2-pyparsing'
+ 'python2-setuptools' 'python2-mock' 'python2-zope-interface')
+checkdepends=('python2-nose')
+source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C')
+md5sums=('12b8f7b19809d3f3deaba7adc141c8e1'
+ 'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  nosetests2
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+}


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

2015-11-14 Thread Evangelos Foutras
Date: Saturday, November 14, 2015 @ 15:07:38
  Author: foutrelis
Revision: 251031

Remove old patches

Deleted:
  pam/trunk/pam-1.1.8-cve-2013-7041.patch
  pam/trunk/pam-1.1.8-cve-2014-2583.patch

---+
 pam-1.1.8-cve-2013-7041.patch |   52 -
 pam-1.1.8-cve-2014-2583.patch |   56 
 2 files changed, 108 deletions(-)

Deleted: pam-1.1.8-cve-2013-7041.patch
===
--- pam-1.1.8-cve-2013-7041.patch   2015-11-14 10:24:26 UTC (rev 251030)
+++ pam-1.1.8-cve-2013-7041.patch   2015-11-14 14:07:38 UTC (rev 251031)
@@ -1,52 +0,0 @@
-From 57a1e2b274d0a6376d92ada9926e5c5741e7da20 Mon Sep 17 00:00:00 2001
-From: "Dmitry V. Levin" 
-Date: Fri, 24 Jan 2014 22:18:32 +
-Subject: [PATCH] pam_userdb: fix password hash comparison
-
-Starting with commit Linux-PAM-0-77-28-g0b3e583 that introduced hashed
-passwords support in pam_userdb, hashes are compared case-insensitively.
-This bug leads to accepting hashes for completely different passwords in
-addition to those that should be accepted.
-
-Additionally, commit Linux-PAM-1_1_6-13-ge2a8187 that added support for
-modern password hashes with different lengths and settings, did not
-update the hash comparison accordingly, which leads to accepting
-computed hashes longer than stored hashes when the latter is a prefix
-of the former.
-
-* modules/pam_userdb/pam_userdb.c (user_lookup): Reject the computed
-hash whose length differs from the stored hash length.
-Compare computed and stored hashes case-sensitively.
-Fixes CVE-2013-7041.
-
-Bug-Debian: http://bugs.debian.org/731368

- modules/pam_userdb/pam_userdb.c | 9 ++---
- 1 file changed, 6 insertions(+), 3 deletions(-)
-
-diff --git a/modules/pam_userdb/pam_userdb.c b/modules/pam_userdb/pam_userdb.c
-index de8b5b1..ff040e6 100644
 a/modules/pam_userdb/pam_userdb.c
-+++ b/modules/pam_userdb/pam_userdb.c
-@@ -222,12 +222,15 @@ user_lookup (pam_handle_t *pamh, const char *database, 
const char *cryptmode,
- } else {
-   cryptpw = crypt (pass, data.dptr);
- 
--  if (cryptpw) {
--compare = strncasecmp (data.dptr, cryptpw, data.dsize);
-+  if (cryptpw && strlen(cryptpw) == (size_t)data.dsize) {
-+compare = memcmp(data.dptr, cryptpw, data.dsize);
-   } else {
- compare = -2;
- if (ctrl & PAM_DEBUG_ARG) {
--  pam_syslog(pamh, LOG_INFO, "crypt() returned NULL");
-+  if (cryptpw)
-+pam_syslog(pamh, LOG_INFO, "lengths of computed and stored 
hashes differ");
-+  else
-+pam_syslog(pamh, LOG_INFO, "crypt() returned NULL");
- }
-   };
- 
--- 
-1.8.3.1
-

Deleted: pam-1.1.8-cve-2014-2583.patch
===
--- pam-1.1.8-cve-2014-2583.patch   2015-11-14 10:24:26 UTC (rev 251030)
+++ pam-1.1.8-cve-2014-2583.patch   2015-11-14 14:07:38 UTC (rev 251031)
@@ -1,56 +0,0 @@
-From 9dcead87e6d7f66d34e7a56d11a30daca367dffb Mon Sep 17 00:00:00 2001
-From: "Dmitry V. Levin" 
-Date: Wed, 26 Mar 2014 22:17:23 +
-Subject: [PATCH] pam_timestamp: fix potential directory traversal issue
- (ticket #27)
-
-pam_timestamp uses values of PAM_RUSER and PAM_TTY as components of
-the timestamp pathname it creates, so extra care should be taken to
-avoid potential directory traversal issues.
-
-* modules/pam_timestamp/pam_timestamp.c (check_tty): Treat
-"." and ".." tty values as invalid.
-(get_ruser): Treat "." and ".." ruser values, as well as any ruser
-value containing '/', as invalid.
-
-Fixes CVE-2014-2583.
-
-Reported-by: Sebastian Krahmer 

- modules/pam_timestamp/pam_timestamp.c | 13 -
- 1 file changed, 12 insertions(+), 1 deletion(-)
-
-diff --git a/modules/pam_timestamp/pam_timestamp.c 
b/modules/pam_timestamp/pam_timestamp.c
-index 5193733..b3f08b1 100644
 a/modules/pam_timestamp/pam_timestamp.c
-+++ b/modules/pam_timestamp/pam_timestamp.c
-@@ -158,7 +158,7 @@ check_tty(const char *tty)
-   tty = strrchr(tty, '/') + 1;
-   }
-   /* Make sure the tty wasn't actually a directory (no basename). */
--  if (strlen(tty) == 0) {
-+  if (!strlen(tty) || !strcmp(tty, ".") || !strcmp(tty, "..")) {
-   return NULL;
-   }
-   return tty;
-@@ -243,6 +243,17 @@ get_ruser(pam_handle_t *pamh, char *ruserbuf, size_t 
ruserbuflen)
-   if (pwd != NULL) {
-   ruser = pwd->pw_name;
-   }
-+  } else {
-+  /*
-+   * This ruser is used by format_timestamp_name as a component
-+   * of constructed timestamp pathname, so ".", "..", and '/'
-+   * are disallowed to avoid potential path traversal issues.
-+   */
-+  if 

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

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 15:22:44
  Author: fyan
Revision: 146817

archrelease: copy trunk to community-any

Added:
  pigar/repos/community-any/
  pigar/repos/community-any/PKGBUILD
(from rev 146816, pigar/trunk/PKGBUILD)

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

Copied: pigar/repos/community-any/PKGBUILD (from rev 146816, 
pigar/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-14 14:22:44 UTC (rev 146817)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=pigar
+pkgname=("$pkgbase" "python2-$pkgbase")
+pkgver=0.6.3
+pkgrel=1
+pkgdesc="A fantastic tool to generate requirements for your Python project, 
and more than that"
+arch=('any')
+url="https://github.com/Damnever/pigar;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-colorama' 
'python2-colorama'
+ 'python2-futures' 'git')
+source=("git+https://github.com/Damnever/${pkgbase}.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a $pkgbase{,-py2}
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}"
+  python setup.py build
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}"
+  python -m unittest discover pigar/tests/ -t . -v
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 -m unittest discover pigar/tests/ -t . -v
+}
+
+package_pigar() {
+  depends=('python-setuptools' 'python-colorama')
+
+  cd $pkgbase
+  python3 setup.py install -O1 --root="$pkgdir/"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pigar() {
+  depends=('python2-setuptools' 'python2-colorama' 'python2-futures')
+
+  cd $pkgbase-py2
+  python2 setup.py install -O1 --root="$pkgdir/"
+  mv "$pkgdir/usr/bin/pigar" "$pkgdir/usr/bin/pigar2"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 15:22:25
  Author: fyan
Revision: 146816

addpkg: pigar 0.6.3-1

Added:
  pigar/
  pigar/repos/
  pigar/trunk/
  pigar/trunk/PKGBUILD

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

Added: pigar/trunk/PKGBUILD
===
--- pigar/trunk/PKGBUILD(rev 0)
+++ pigar/trunk/PKGBUILD2015-11-14 14:22:25 UTC (rev 146816)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=pigar
+pkgname=("$pkgbase" "python2-$pkgbase")
+pkgver=0.6.3
+pkgrel=1
+pkgdesc="A fantastic tool to generate requirements for your Python project, 
and more than that"
+arch=('any')
+url="https://github.com/Damnever/pigar;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-colorama' 
'python2-colorama'
+ 'python2-futures' 'git')
+source=("git+https://github.com/Damnever/${pkgbase}.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a $pkgbase{,-py2}
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}"
+  python setup.py build
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}"
+  python -m unittest discover pigar/tests/ -t . -v
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 -m unittest discover pigar/tests/ -t . -v
+}
+
+package_pigar() {
+  depends=('python-setuptools' 'python-colorama')
+
+  cd $pkgbase
+  python3 setup.py install -O1 --root="$pkgdir/"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pigar() {
+  depends=('python2-setuptools' 'python2-colorama' 'python2-futures')
+
+  cd $pkgbase-py2
+  python2 setup.py install -O1 --root="$pkgdir/"
+  mv "$pkgdir/usr/bin/pigar" "$pkgdir/usr/bin/pigar2"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 16:10:06
  Author: fyan
Revision: 146818

upgpkg: fail2ban 0.9.3-5

fix permission for egg info

Modified:
  fail2ban/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 14:22:44 UTC (rev 146817)
+++ PKGBUILD2015-11-14 15:10:06 UTC (rev 146818)
@@ -7,7 +7,7 @@
 
 pkgname=fail2ban
 pkgver=0.9.3
-pkgrel=4
+pkgrel=5
 pkgdesc='Bans IPs after too many failed authentication attempts'
 url='http://www.fail2ban.org/'
 license=('GPL')
@@ -30,6 +30,8 @@
   cd $pkgname-$pkgver
   python setup.py install --prefix /usr --root "$pkgdir" --optimize=1
 
+  chmod 644 
"$pkgdir/usr/lib/python3.5/site-packages/fail2ban-$pkgver-py3.5.egg-info"/*
+
   install -Dm644 files/fail2ban.service \
 "$pkgdir"/usr/lib/systemd/system/$pkgname.service
   install -Dm644 files/fail2ban-tmpfiles.conf \


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

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 16:10:27
  Author: fyan
Revision: 146819

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  112 ++---
 fail2ban.install |6 +-
 2 files changed, 60 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-14 15:10:06 UTC (rev 146818)
+++ PKGBUILD2015-11-14 15:10:27 UTC (rev 146819)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Geoffroy Carrier 
-# Contributor: michalzxc
-# Contributor: nbags 
-
-pkgname=fail2ban
-pkgver=0.9.3
-pkgrel=4
-pkgdesc='Bans IPs after too many failed authentication attempts'
-url='http://www.fail2ban.org/'
-license=('GPL')
-arch=('any')
-depends=('iptables' 'python-pyinotify' 'whois' 'sqlite' 'python-systemd')
-makedepends=('python-setuptools')
-checkdepends=('python-setuptools' 'python-coverage')
-backup=(etc/fail2ban/fail2ban.conf)
-install=fail2ban.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('73c87c545cc6474de984b5a05e64ecab')
-
-check() {
-  cd $pkgname-$pkgver
-  ./fail2ban-2to3
-  coverage run bin/fail2ban-testcases || warning "Tests failed"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --prefix /usr --root "$pkgdir" --optimize=1
-
-  install -Dm644 files/fail2ban.service \
-"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 files/fail2ban-tmpfiles.conf \
-"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-  install -Dm644 files/fail2ban-logrotate \
-"$pkgdir"/etc/logrotate.d/fail2ban
-  install -Dm644 files/bash-completion \
-"$pkgdir"/usr/share/bash-completion/completions/fail2ban
-
-  # fix sendmail location
-  sed -i 's/sbin/bin/g' "$pkgdir"/etc/fail2ban/action.d/sendmail*.conf
-
-  install -Dm644 man/fail2ban.1 "$pkgdir"/usr/share/man/man1/fail2ban.1
-  install -Dm644 man/fail2ban-client.1 \
-"$pkgdir"/usr/share/man/man1/fail2ban-client.1
-  install -Dm644 man/fail2ban-regex.1 \
-"$pkgdir"/usr/share/man/man1/fail2ban-regex.1
-  install -Dm644 man/fail2ban-server.1 \
-"$pkgdir"/usr/share/man/man1/fail2ban-server.1
-  install -Dm644 man/jail.conf.5 "$pkgdir"/usr/share/man/man5/jail.conf.5
-
-  rm -r "$pkgdir/run"
-}

Copied: fail2ban/repos/community-any/PKGBUILD (from rev 146818, 
fail2ban/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-14 15:10:27 UTC (rev 146819)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Geoffroy Carrier 
+# Contributor: michalzxc
+# Contributor: nbags 
+
+pkgname=fail2ban
+pkgver=0.9.3
+pkgrel=5
+pkgdesc='Bans IPs after too many failed authentication attempts'
+url='http://www.fail2ban.org/'
+license=('GPL')
+arch=('any')
+depends=('iptables' 'python-pyinotify' 'whois' 'sqlite' 'python-systemd')
+makedepends=('python-setuptools')
+checkdepends=('python-setuptools' 'python-coverage')
+backup=(etc/fail2ban/fail2ban.conf)
+install=fail2ban.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('73c87c545cc6474de984b5a05e64ecab')
+
+check() {
+  cd $pkgname-$pkgver
+  ./fail2ban-2to3
+  coverage run bin/fail2ban-testcases || warning "Tests failed"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --prefix /usr --root "$pkgdir" --optimize=1
+
+  chmod 644 
"$pkgdir/usr/lib/python3.5/site-packages/fail2ban-$pkgver-py3.5.egg-info"/*
+
+  install -Dm644 files/fail2ban.service \
+"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 files/fail2ban-tmpfiles.conf \
+"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+  install -Dm644 files/fail2ban-logrotate \
+"$pkgdir"/etc/logrotate.d/fail2ban
+  install -Dm644 files/bash-completion \
+"$pkgdir"/usr/share/bash-completion/completions/fail2ban
+
+  # fix sendmail location
+  sed -i 's/sbin/bin/g' "$pkgdir"/etc/fail2ban/action.d/sendmail*.conf
+
+  install -Dm644 man/fail2ban.1 "$pkgdir"/usr/share/man/man1/fail2ban.1
+  install -Dm644 man/fail2ban-client.1 \
+"$pkgdir"/usr/share/man/man1/fail2ban-client.1
+  install -Dm644 man/fail2ban-regex.1 \
+"$pkgdir"/usr/share/man/man1/fail2ban-regex.1
+  install -Dm644 man/fail2ban-server.1 \
+

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

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 16:20:49
  Author: fyan
Revision: 146821

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-14 15:20:16 UTC (rev 146820)
+++ community-i686/PKGBUILD 2015-11-14 15:20:49 UTC (rev 146821)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=rclone
-pkgver=1.24.20151108
-_commit=2c66bdd6bb0a4b64ae82d199ae0916470a834993
-pkgrel=1
-pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
-arch=('i686' 'x86_64')
-url="http://rclone.org/;
-license=('MIT')
-depends=('gcc-go')
-makedepends=('git' 'python2' 'pandoc')
-source=("git+https://github.com/ncw/rclone.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  cd rclone
-
-  sed -i "1s/python$/&2/" make_manual.py
-
-  mkdir -p .gopath/src/github.com/ncw
-  ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/ncw/rclone
-}
-
-build() {
-  cd rclone
-
-  go build
-  make doc
-}
-
-check() {
-  cd rclone
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd rclone
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  install -Dm644 rclone.1 "$pkgdir/usr/share/man/man1/rclone.1"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -t "$pkgdir/usr/share/doc/$pkgname" -m644 MANUAL.html MANUAL.txt
-}

Copied: rclone/repos/community-i686/PKGBUILD (from rev 146820, 
rclone/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-14 15:20:49 UTC (rev 146821)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=rclone
+pkgver=1.25
+pkgrel=1
+pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
+arch=('i686' 'x86_64')
+url="http://rclone.org/;
+license=('MIT')
+depends=('gcc-go')
+makedepends=('git' 'python2' 'pandoc')
+source=("git+https://github.com/ncw/rclone.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd rclone
+
+  sed -i "1s/python$/&2/" make_manual.py
+
+  mkdir -p .gopath/src/github.com/ncw
+  ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
+  export GOPATH="$PWD/.gopath"
+
+  go get github.com/ncw/rclone
+}
+
+build() {
+  cd rclone
+
+  go build
+  make doc
+}
+
+check() {
+  cd rclone
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd rclone
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  install -Dm644 rclone.1 "$pkgdir/usr/share/man/man1/rclone.1"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -t "$pkgdir/usr/share/doc/$pkgname" -m644 MANUAL.html MANUAL.txt
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-14 15:20:16 UTC (rev 146820)
+++ community-x86_64/PKGBUILD   2015-11-14 15:20:49 UTC (rev 146821)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=rclone
-pkgver=1.24.20151108
-_commit=2c66bdd6bb0a4b64ae82d199ae0916470a834993
-pkgrel=1
-pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
-arch=('i686' 'x86_64')
-url="http://rclone.org/;
-license=('MIT')
-depends=('gcc-go')
-makedepends=('git' 'python2' 'pandoc')
-source=("git+https://github.com/ncw/rclone.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  cd rclone
-
-  sed -i "1s/python$/&2/" make_manual.py
-
-  mkdir -p .gopath/src/github.com/ncw
-  ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/ncw/rclone
-}
-
-build() {
-  cd rclone
-
-  go build
-  make doc
-}
-
-check() {
-  cd rclone
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd rclone
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  install -Dm644 rclone.1 "$pkgdir/usr/share/man/man1/rclone.1"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -t "$pkgdir/usr/share/doc/$pkgname" -m644 MANUAL.html MANUAL.txt
-}

Copied: rclone/repos/community-x86_64/PKGBUILD (from rev 146820, 

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

2015-11-14 Thread Felix Yan
Date: Saturday, November 14, 2015 @ 16:20:16
  Author: fyan
Revision: 146820

upgpkg: rclone 1.25-1

Modified:
  rclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 15:10:27 UTC (rev 146819)
+++ PKGBUILD2015-11-14 15:20:16 UTC (rev 146820)
@@ -2,8 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=rclone
-pkgver=1.24.20151108
-_commit=2c66bdd6bb0a4b64ae82d199ae0916470a834993
+pkgver=1.25
 pkgrel=1
 pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
 arch=('i686' 'x86_64')
@@ -11,7 +10,7 @@
 license=('MIT')
 depends=('gcc-go')
 makedepends=('git' 'python2' 'pandoc')
-source=("git+https://github.com/ncw/rclone.git#commit=$_commit;)
+source=("git+https://github.com/ncw/rclone.git#tag=v$pkgver;)
 md5sums=('SKIP')
 
 prepare() {


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

2015-11-14 Thread Jaroslav Lichtblau
Date: Saturday, November 14, 2015 @ 18:04:51
  Author: jlichtblau
Revision: 146823

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

Added:
  qmmp/repos/community-i686/PKGBUILD
(from rev 146822, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-i686/qmmp.changelog
(from rev 146822, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-i686/qmmp.install
(from rev 146822, qmmp/trunk/qmmp.install)
  qmmp/repos/community-x86_64/PKGBUILD
(from rev 146822, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-x86_64/qmmp.changelog
(from rev 146822, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-x86_64/qmmp.install
(from rev 146822, qmmp/trunk/qmmp.install)
Deleted:
  qmmp/repos/community-i686/PKGBUILD
  qmmp/repos/community-i686/qmmp.changelog
  qmmp/repos/community-i686/qmmp.install
  qmmp/repos/community-x86_64/PKGBUILD
  qmmp/repos/community-x86_64/qmmp.changelog
  qmmp/repos/community-x86_64/qmmp.install

-+
 /PKGBUILD   |   96 ++
 /qmmp.changelog |  338 ++
 /qmmp.install   |   24 ++
 community-i686/PKGBUILD |   48 -
 community-i686/qmmp.changelog   |  166 --
 community-i686/qmmp.install |   12 -
 community-x86_64/PKGBUILD   |   48 -
 community-x86_64/qmmp.changelog |  166 --
 community-x86_64/qmmp.install   |   12 -
 9 files changed, 458 insertions(+), 452 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-14 17:04:28 UTC (rev 146822)
+++ community-i686/PKGBUILD 2015-11-14 17:04:51 UTC (rev 146823)
@@ -1,48 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=qmmp
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="Qt5 based audio-player"
-arch=('i686' 'x86_64')
-url="http://qmmp.ylsoftware.com/;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg' 
'libxkbcommon-x11' 'taglib' 'xdg-utils' 'qt5-x11extras')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug'
- 'libsndfile' 'wavpack' 'projectm' 'mesa' 'faad2' 'libgme' 
'libsidplayfp' 'opusfile' 'wildmidi' 'qt5-tools')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'faad2: ADTS AAC support'
-'libgme: support for chiptunes from various platforms'
-'libsidplayfp: C64 music support'
-'opusfile: Opus support'
-'wildmidi: MIDI support'
-'ffmpeg' 'libsamplerate' 'wavpack')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('010923f2fbba8b5a75c422eadf9b762b8b3eee10849e49272271262549457e66')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DUSE_HAL:BOOL=FALSE
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: qmmp/repos/community-i686/PKGBUILD (from rev 146822, 
qmmp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-14 17:04:51 UTC (rev 146823)
@@ -0,0 +1,48 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Qt5 based audio-player"
+arch=('i686' 'x86_64')
+url="http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg' 
'libxkbcommon-x11' 'taglib' 'xdg-utils' 'qt5-x11extras')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug'
+ 'libsndfile' 'wavpack' 'projectm' 'mesa' 'faad2' 'libgme' 
'libsidplayfp' 'opusfile' 'wildmidi' 'qt5-tools')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+

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

2015-11-14 Thread Alexander Rødseth
Date: Saturday, November 14, 2015 @ 19:26:57
  Author: arodseth
Revision: 146826

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

Added:
  luasdl2/repos/community-i686/PKGBUILD
(from rev 146825, luasdl2/trunk/PKGBUILD)
  luasdl2/repos/community-x86_64/PKGBUILD
(from rev 146825, luasdl2/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   36 
 community-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: luasdl2/repos/community-i686/PKGBUILD (from rev 146825, 
luasdl2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-14 18:26:57 UTC (rev 146826)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 135876 2015-06-25 20:39:55Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgbase=luasdl2
+pkgname=('lua-sdl2')
+pkgver=v2.0.3_4.0
+pkgrel=1
+pkgdesc='Pure C binding of SDL 2.0 for Lua'
+arch=('x86_64' 'i686')
+url='https://github.com/Tangent128/luasdl2'
+license=('MIT')
+depends=('lua' 'sdl2_gfx' 'sdl2_image' 'sdl2_mixer' 'sdl2_net' 'sdl2_ttf')
+makedepends=('lua' 'git' 'sdl2_gfx' 'sdl2_image' 'sdl2_mixer' 'sdl2_net' 
'sdl2_ttf' 'cmake' 'ninja')
+_luaver=53
+source=("git://github.com/Tangent128/luasdl2#tag=${pkgver/_/-}")
+md5sums=('SKIP')
+
+build() {
+  cd luasdl2
+  mkdir -p build
+  cd build
+  cmake \
+-DWITH_LUAVER=$_luaver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-GNinja \
+..
+  ninja
+}
+
+package_lua-sdl2() {
+  DESTDIR="$pkgdir" ninja -C luasdl2/build install
+  install -Dm644 luasdl2/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  mv "$pkgdir/usr/share/docs/Lua-SDL2" "$pkgdir/usr/share/docs/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: luasdl2/repos/community-x86_64/PKGBUILD (from rev 146825, 
luasdl2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-14 18:26:57 UTC (rev 146826)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 135876 2015-06-25 20:39:55Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgbase=luasdl2
+pkgname=('lua-sdl2')
+pkgver=v2.0.3_4.0
+pkgrel=1
+pkgdesc='Pure C binding of SDL 2.0 for Lua'
+arch=('x86_64' 'i686')
+url='https://github.com/Tangent128/luasdl2'
+license=('MIT')
+depends=('lua' 'sdl2_gfx' 'sdl2_image' 'sdl2_mixer' 'sdl2_net' 'sdl2_ttf')
+makedepends=('lua' 'git' 'sdl2_gfx' 'sdl2_image' 'sdl2_mixer' 'sdl2_net' 
'sdl2_ttf' 'cmake' 'ninja')
+_luaver=53
+source=("git://github.com/Tangent128/luasdl2#tag=${pkgver/_/-}")
+md5sums=('SKIP')
+
+build() {
+  cd luasdl2
+  mkdir -p build
+  cd build
+  cmake \
+-DWITH_LUAVER=$_luaver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-GNinja \
+..
+  ninja
+}
+
+package_lua-sdl2() {
+  DESTDIR="$pkgdir" ninja -C luasdl2/build install
+  install -Dm644 luasdl2/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  mv "$pkgdir/usr/share/docs/Lua-SDL2" "$pkgdir/usr/share/docs/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-14 Thread Alexander Rødseth
Date: Saturday, November 14, 2015 @ 19:26:45
  Author: arodseth
Revision: 146825

upgpkg: luasdl2 v2.0.3_4.0-1

Modified:
  luasdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 18:22:08 UTC (rev 146824)
+++ PKGBUILD2015-11-14 18:26:45 UTC (rev 146825)
@@ -10,7 +10,7 @@
 url='https://github.com/Tangent128/luasdl2'
 license=('MIT')
 depends=('lua' 'sdl2_gfx' 'sdl2_image' 'sdl2_mixer' 'sdl2_net' 'sdl2_ttf')
-makedepends=('lua' 'git' 'sdl2_gfx' 'sdl2_image' 'sdl2_mixer' 'sdl2_net' 
'sdl2_ttf' 'cmake')
+makedepends=('lua' 'git' 'sdl2_gfx' 'sdl2_image' 'sdl2_mixer' 'sdl2_net' 
'sdl2_ttf' 'cmake' 'ninja')
 _luaver=53
 source=("git://github.com/Tangent128/luasdl2#tag=${pkgver/_/-}")
 md5sums=('SKIP')
@@ -27,7 +27,7 @@
   ninja
 }
 
-package() {
+package_lua-sdl2() {
   DESTDIR="$pkgdir" ninja -C luasdl2/build install
   install -Dm644 luasdl2/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
   mv "$pkgdir/usr/share/docs/Lua-SDL2" "$pkgdir/usr/share/docs/$pkgname"


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

2015-11-14 Thread Jaroslav Lichtblau
Date: Saturday, November 14, 2015 @ 20:16:26
  Author: jlichtblau
Revision: 146827

upgpkg: moneymanagerex 1.2.3-2
FS#47032 dependency change implemented

Modified:
  moneymanagerex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 18:26:57 UTC (rev 146826)
+++ PKGBUILD2015-11-14 19:16:26 UTC (rev 146827)
@@ -4,12 +4,12 @@
 
 pkgname=moneymanagerex
 pkgver=1.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="An easy-to-use personal finance suite"
 arch=('i686' 'x86_64')
 url="http://www.moneymanagerex.org/;
 license=('GPL')
-depends=('wxsqlite3' 'webkitgtk2' 'hicolor-icon-theme')
+depends=('wxgtk' 'webkitgtk2' 'hicolor-icon-theme')
 makedepends=('git' 'boost' 'gettext')
 optdepends=('cups: for printing support')
 replaces=('mmex')


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

2015-11-14 Thread Jaroslav Lichtblau
Date: Saturday, November 14, 2015 @ 20:16:46
  Author: jlichtblau
Revision: 146828

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

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

-+
 /PKGBUILD   |   76 ++
 /moneymanagerex.install |   22 
 community-i686/PKGBUILD |   38 ---
 community-i686/moneymanagerex.install   |   11 
 community-x86_64/PKGBUILD   |   38 ---
 community-x86_64/moneymanagerex.install |   11 
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-14 19:16:26 UTC (rev 146827)
+++ community-i686/PKGBUILD 2015-11-14 19:16:46 UTC (rev 146828)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: TDY 
-
-pkgname=moneymanagerex
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="An easy-to-use personal finance suite"
-arch=('i686' 'x86_64')
-url="http://www.moneymanagerex.org/;
-license=('GPL')
-depends=('wxsqlite3' 'webkitgtk2' 'hicolor-icon-theme')
-makedepends=('git' 'boost' 'gettext')
-optdepends=('cups: for printing support')
-replaces=('mmex')
-install=$pkgname.install
-source=(git+https://github.com/moneymanagerex/moneymanagerex.git#tag=v${pkgver})
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}"/$pkgname
-
-  git submodule update --init
-}
-
-build() {
-  cd "${srcdir}"/$pkgname
-
-  ./configure --prefix=/usr --disable-shared --enable-unicode
-  make
-  make po
-}
-
-package() {
-  cd "${srcdir}"/$pkgname
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: moneymanagerex/repos/community-i686/PKGBUILD (from rev 146827, 
moneymanagerex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-14 19:16:46 UTC (rev 146828)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: TDY 
+
+pkgname=moneymanagerex
+pkgver=1.2.3
+pkgrel=2
+pkgdesc="An easy-to-use personal finance suite"
+arch=('i686' 'x86_64')
+url="http://www.moneymanagerex.org/;
+license=('GPL')
+depends=('wxgtk' 'webkitgtk2' 'hicolor-icon-theme')
+makedepends=('git' 'boost' 'gettext')
+optdepends=('cups: for printing support')
+replaces=('mmex')
+install=$pkgname.install
+source=(git+https://github.com/moneymanagerex/moneymanagerex.git#tag=v${pkgver})
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}"/$pkgname
+
+  git submodule update --init
+}
+
+build() {
+  cd "${srcdir}"/$pkgname
+
+  ./configure --prefix=/usr --disable-shared --enable-unicode
+  make
+  make po
+}
+
+package() {
+  cd "${srcdir}"/$pkgname
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/moneymanagerex.install
===
--- community-i686/moneymanagerex.install   2015-11-14 19:16:26 UTC (rev 
146827)
+++ community-i686/moneymanagerex.install   2015-11-14 19:16:46 UTC (rev 
146828)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: moneymanagerex/repos/community-i686/moneymanagerex.install (from rev 
146827, moneymanagerex/trunk/moneymanagerex.install)
===
--- community-i686/moneymanagerex.install   (rev 0)
+++ community-i686/moneymanagerex.install   2015-11-14 19:16:46 UTC (rev 
146828)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-14 19:16:26 UTC (rev 146827)
+++ community-x86_64/PKGBUILD   2015-11-14 19:16:46 UTC (rev 146828)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: TDY 
-
-pkgname=moneymanagerex

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

2015-11-14 Thread Jaroslav Lichtblau
Date: Saturday, November 14, 2015 @ 18:04:28
  Author: jlichtblau
Revision: 146822

upgpkg: qmmp 1.0.2-1 - new upstream release

Modified:
  qmmp/trunk/PKGBUILD
  qmmp/trunk/qmmp.changelog

+
 PKGBUILD   |4 ++--
 qmmp.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 15:20:49 UTC (rev 146821)
+++ PKGBUILD2015-11-14 17:04:28 UTC (rev 146822)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=qmmp
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="Qt5 based audio-player"
 arch=('i686' 'x86_64')
@@ -30,7 +30,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('010923f2fbba8b5a75c422eadf9b762b8b3eee10849e49272271262549457e66')
+sha256sums=('5c3e72f0effa2f2a5c7b41507d751599bf01d80316da6eaef7f2f20b91be8221')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: qmmp.changelog
===
--- qmmp.changelog  2015-11-14 15:20:49 UTC (rev 146821)
+++ qmmp.changelog  2015-11-14 17:04:28 UTC (rev 146822)
@@ -1,3 +1,6 @@
+2015-11-14 Jaroslav Lichtblau 
+   * qmmp 1.0.2-1
+
 2015-10-21 Jaroslav Lichtblau 
* qmmp 1.0.1-1
* FS#46785 and FS#46808 fix


[arch-commits] Commit in (6 files)

2015-11-14 Thread Alexander Rødseth
Date: Saturday, November 14, 2015 @ 19:22:08
  Author: arodseth
Revision: 146824

Adding Lua-SDL2

Added:
  luasdl2/
  luasdl2/repos/
  luasdl2/repos/community-i686/
  luasdl2/repos/community-x86_64/
  luasdl2/trunk/
  luasdl2/trunk/PKGBUILD

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

Added: luasdl2/trunk/PKGBUILD
===
--- luasdl2/trunk/PKGBUILD  (rev 0)
+++ luasdl2/trunk/PKGBUILD  2015-11-14 18:22:08 UTC (rev 146824)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 135876 2015-06-25 20:39:55Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgbase=luasdl2
+pkgname=('lua-sdl2')
+pkgver=v2.0.3_4.0
+pkgrel=1
+pkgdesc='Pure C binding of SDL 2.0 for Lua'
+arch=('x86_64' 'i686')
+url='https://github.com/Tangent128/luasdl2'
+license=('MIT')
+depends=('lua' 'sdl2_gfx' 'sdl2_image' 'sdl2_mixer' 'sdl2_net' 'sdl2_ttf')
+makedepends=('lua' 'git' 'sdl2_gfx' 'sdl2_image' 'sdl2_mixer' 'sdl2_net' 
'sdl2_ttf' 'cmake')
+_luaver=53
+source=("git://github.com/Tangent128/luasdl2#tag=${pkgver/_/-}")
+md5sums=('SKIP')
+
+build() {
+  cd luasdl2
+  mkdir -p build
+  cd build
+  cmake \
+-DWITH_LUAVER=$_luaver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-GNinja \
+..
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C luasdl2/build install
+  install -Dm644 luasdl2/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  mv "$pkgdir/usr/share/docs/Lua-SDL2" "$pkgdir/usr/share/docs/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-14 Thread Jan Steffens
Date: Saturday, November 14, 2015 @ 23:58:38
  Author: heftig
Revision: 146835

9.0.4.0

Modified:
  jruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 21:11:19 UTC (rev 146834)
+++ PKGBUILD2015-11-14 22:58:38 UTC (rev 146835)
@@ -3,7 +3,7 @@
 # Contributor: FaziBear 
 
 pkgname=jruby
-pkgver=9.0.3.0
+pkgver=9.0.4.0
 pkgrel=1
 pkgdesc="100% pure-Java implementation of the Ruby programming language"
 arch=(any)
@@ -12,7 +12,7 @@
 options=(!strip)
 noextract=("$pkgname-bin-${pkgver}.tar.gz")
 
source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
-sha256sums=('e40c06d43cfbdd5b8447d07c0689183c70c4234da26621a177f426ebc5024cc1')
+sha256sums=('fcf828c4ad5b92430a349f1e873c067a15e0952d167d07368135c513fe0d18fb')
 
 package() {
   depends=(java-runtime-headless bash)


[arch-commits] Commit in texlive-bin/repos/extra-x86_64 (6 files)

2015-11-14 Thread Rémy Oudompheng
Date: Sunday, November 15, 2015 @ 00:15:15
  Author: remy
Revision: 251058

archrelease: copy trunk to extra-x86_64

Added:
  texlive-bin/repos/extra-x86_64/PKGBUILD
(from rev 251057, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/extra-x86_64/fix-fontforge-encoding.patch
(from rev 251057, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/extra-x86_64/texlive.install
(from rev 251057, texlive-bin/trunk/texlive.install)
Deleted:
  texlive-bin/repos/extra-x86_64/PKGBUILD
  texlive-bin/repos/extra-x86_64/fix-fontforge-encoding.patch
  texlive-bin/repos/extra-x86_64/texlive.install

--+
 PKGBUILD |  674 -
 fix-fontforge-encoding.patch |   24 -
 texlive.install  |   98 ++---
 3 files changed, 398 insertions(+), 398 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-14 23:15:12 UTC (rev 251057)
+++ PKGBUILD2015-11-14 23:15:15 UTC (rev 251058)
@@ -1,337 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Contributor: francois 
-
-pkgname=texlive-bin
-pkgver=2015.37497
-pkgrel=4
-_biber_ver=2.1 # for biblatex 3.0 only.
-pkgdesc="TeX Live binaries"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
- 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
- 'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper')
-makedepends=('perl' 'clisp' 'ffcall')
-optdepends=('ed: for texconfig')
-provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')
-conflicts=('pdfjam')
-options=('!strip')
-url='http://tug.org/texlive/'
-install="texlive.install"
-source=('fix-fontforge-encoding.patch'
-
"http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-${pkgver}.tar.xz;
-
"http://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/${_biber_ver}/binaries/Linux/biber-linux_x86_64.tar.gz;
-
"http://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/${_biber_ver}/binaries/Linux/biber-linux_x86_32.tar.gz;
-)
-noextract=(biber-linux_x86_64.tar.gz
-   biber-linux_x86_32.tar.gz)
-md5sums=('bfb9716aa00c86c08cd31e5b32edeb98'
- '20be644511704910151560a4d99f6995'
- '498539381540347b246bb047c4303bf5'
- '01cfa6f94549479101b46412fbbabbe8')
-
-prepare() {
-cd source
-true
-}
-
-build() {
-   cd "$srcdir"
-
-   if [ "${CARCH}" = "x86_64" ]; then
- export CFLAGS="${CFLAGS} -fPIC"
- export CXXFLAGS="${CXXFLAGS} -fPIC"
- tar xf biber-linux_x86_64.tar.gz 
-   else
- tar xf biber-linux_x86_32.tar.gz
-   fi
-
-   # this patch removes spurious error message with locale "xx_YY.utf8"
-   #patch -Np0 -i fix-fontforge-encoding.patch
-   # t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
-   sed -i s/SELFAUTOPARENT/TEXMFROOT/ source/texk/tex4htk/t4ht.c
-   #
-   ### configure
-   cd source
-   ## prevent compiling Xdvi with libXp
-   sed -i~ 's|-lXp ||' texk/xdvik/configure
-   test ! -d Work && mkdir Work
-   cd Work
-   echo "--> Initial configuration..."
-   # we use temporary prefix to avoid messing the existing
-   # $pkgdir/usr/share/texmf tree
-   # system zlib is disabled due to issues with zlib 1.2.6 (FS#28221)
-   ../configure --prefix=/usr -C \
- --sysconfdir=/etc \
- --datarootdir=/usr/share \
- --datadir=/usr/share \
- --mandir=/usr/share/man \
- --disable-native-texlive-build \
- --with-banner-add="/Arch Linux" \
- --disable-multiplatform \
- --disable-dialog \
- --disable-psutils \
- --disable-t1utils \
- --disable-bibtexu \
- --disable-xz \
- --enable-shared \
- --disable-static \
- --with-system-zlib \
- --with-system-zziplib \
- --with-system-pnglib \
- --with-system-ncurses \
- --with-system-t1lib \
- --with-system-gd \
- --with-system-poppler \
- --with-system-xpdf \
- --with-system-freetype2 \
- --with-system-pixman \
- --with-system-cairo \
- --with-system-harfbuzz \
- --with-system-graphite \
- --with-system-icu \
- --with-system-gmp \
- --with-system-mpfr \
- --with-system-potrace \
- --with-system-libpaper \
- --with-freetype2-libdir=/usr/lib \
- --with-freetype2-include=/usr/include/freetype2 \
- --with-xdvi-x-toolkit=xaw \
- --disable-dump-share \
- --disable-aleph \
- --enable-luatex \
- --with-clisp-runtime=default \
- --enable-xindy --disable-xindy-rules --disable-xindy-docs
-   #
-   ### make
-   echo "---"
-   echo "--> Building the whole beast ..."
-   echo "---"
-   make
-}
-
-package() {
-   cd "$srcdir"
-
-   

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

2015-11-14 Thread Rémy Oudompheng
Date: Sunday, November 15, 2015 @ 00:15:12
  Author: remy
Revision: 251057

upgpkg: texlive-bin 2015.37497-5

Upgrade biber to version 2.2 (for biblatex 3.1)

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 21:45:52 UTC (rev 251056)
+++ PKGBUILD2015-11-14 23:15:12 UTC (rev 251057)
@@ -4,8 +4,8 @@
 
 pkgname=texlive-bin
 pkgver=2015.37497
-pkgrel=4
-_biber_ver=2.1 # for biblatex 3.0 only.
+pkgrel=5
+_biber_ver=2.2 # for biblatex 3.0 only.
 pkgdesc="TeX Live binaries"
 license=('GPL')
 arch=('i686' 'x86_64')
@@ -28,8 +28,8 @@
biber-linux_x86_32.tar.gz)
 md5sums=('bfb9716aa00c86c08cd31e5b32edeb98'
  '20be644511704910151560a4d99f6995'
- '498539381540347b246bb047c4303bf5'
- '01cfa6f94549479101b46412fbbabbe8')
+ '85e762642861eb6a75798cebe5d839f3'
+ '27931a5e7b3dae0ea4d3794c97c31bf3')
 
 prepare() {
 cd source


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

2015-11-14 Thread Jan Steffens
Date: Sunday, November 15, 2015 @ 00:17:26
  Author: heftig
Revision: 146836

archrelease: copy trunk to community-any

Added:
  jruby/repos/community-any/PKGBUILD
(from rev 146835, jruby/trunk/PKGBUILD)
Deleted:
  jruby/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-14 22:58:38 UTC (rev 146835)
+++ PKGBUILD2015-11-14 23:17:26 UTC (rev 146836)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: FaziBear 
-
-pkgname=jruby
-pkgver=9.0.3.0
-pkgrel=1
-pkgdesc="100% pure-Java implementation of the Ruby programming language"
-arch=(any)
-url="http://www.jruby.org/;
-license=(EPL GPL2 LGPL2.1 custom)
-options=(!strip)
-noextract=("$pkgname-bin-${pkgver}.tar.gz")
-source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
-sha256sums=('e40c06d43cfbdd5b8447d07c0689183c70c4234da26621a177f426ebc5024cc1')
-
-package() {
-  depends=(java-runtime-headless bash)
-
-  cd "$pkgdir"
-
-  mkdir opt
-  bsdtar -C opt -xf "$srcdir/$pkgname-bin-$pkgver.tar.gz"
-  mv opt/jruby-$pkgver opt/jruby
-
-  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete
-  rm -r opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD}
-
-  mkdir -p usr/bin
-  for _file in jirb{,_swing} jgem jruby{,c}; do
-ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
-  done
-
-  mkdir -p usr/share/licenses/$pkgname
-  ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING
-}

Copied: jruby/repos/community-any/PKGBUILD (from rev 146835, 
jruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-14 23:17:26 UTC (rev 146836)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: FaziBear 
+
+pkgname=jruby
+pkgver=9.0.4.0
+pkgrel=1
+pkgdesc="100% pure-Java implementation of the Ruby programming language"
+arch=(any)
+url="http://www.jruby.org/;
+license=(EPL GPL2 LGPL2.1 custom)
+options=(!strip)
+noextract=("$pkgname-bin-${pkgver}.tar.gz")
+source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
+sha256sums=('fcf828c4ad5b92430a349f1e873c067a15e0952d167d07368135c513fe0d18fb')
+
+package() {
+  depends=(java-runtime-headless bash)
+
+  cd "$pkgdir"
+
+  mkdir opt
+  bsdtar -C opt -xf "$srcdir/$pkgname-bin-$pkgver.tar.gz"
+  mv opt/jruby-$pkgver opt/jruby
+
+  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete
+  rm -r opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD}
+
+  mkdir -p usr/bin
+  for _file in jirb{,_swing} jgem jruby{,c}; do
+ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
+  done
+
+  mkdir -p usr/share/licenses/$pkgname
+  ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING
+}


[arch-commits] Commit in texlive-fontsextra/repos/extra-any (6 files)

2015-11-14 Thread Rémy Oudompheng
Date: Sunday, November 15, 2015 @ 00:16:58
  Author: remy
Revision: 251061

archrelease: copy trunk to extra-any

Added:
  texlive-fontsextra/repos/extra-any/PKGBUILD
(from rev 251060, texlive-fontsextra/trunk/PKGBUILD)
  texlive-fontsextra/repos/extra-any/texlive-fontsextra.maps
(from rev 251060, texlive-fontsextra/trunk/texlive-fontsextra.maps)
  texlive-fontsextra/repos/extra-any/texlive.install
(from rev 251060, texlive-fontsextra/trunk/texlive.install)
Deleted:
  texlive-fontsextra/repos/extra-any/PKGBUILD
  texlive-fontsextra/repos/extra-any/texlive-fontsextra.maps
  texlive-fontsextra/repos/extra-any/texlive.install

-+
 PKGBUILD|   94 ++--
 texlive-fontsextra.maps |  338 +++---
 texlive.install |  104 +++---
 3 files changed, 271 insertions(+), 265 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-14 23:16:33 UTC (rev 251060)
+++ PKGBUILD2015-11-14 23:16:58 UTC (rev 251061)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-fontsextra
-pkgver=2015.37556
-_revnr=${pkgver#2015.}
-pkgrel=1
-pkgdesc="TeX Live - all sorts of extra fonts"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
-options=('!emptydirs')
-install=texlive.install
-md5sums=('3e6e37a5ccdd0a8bf73cf15c28cd207d'
- 'cec0968eced04ebb441d555749b13576')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-fontsextra/repos/extra-any/PKGBUILD (from rev 251060, 
texlive-fontsextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-14 23:16:58 UTC (rev 251061)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-fontsextra
+pkgver=2015.38746
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - all sorts of extra fonts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+install=texlive.install
+md5sums=('1b4af2cc9783a3103ab2e372475d2c21'
+ '17d2a0f27eb048bab2b1e7cdd963d7df')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Deleted: texlive-fontsextra.maps
===
--- texlive-fontsextra.maps 2015-11-14 23:16:33 UTC (rev 251060)
+++ texlive-fontsextra.maps 2015-11-14 23:16:58 UTC (rev 251061)
@@ -1,166 +0,0 @@
-Map Acorn.map
-Map Alegreya.map
-Map AnnSton.map
-Map AnonymousPro.map

[arch-commits] Commit in texlive-games/repos/extra-any (8 files)

2015-11-14 Thread Rémy Oudompheng
Date: Sunday, November 15, 2015 @ 00:18:12
  Author: remy
Revision: 251062

archrelease: copy trunk to extra-any

Added:
  texlive-games/repos/extra-any/Changelog
(from rev 251061, texlive-games/trunk/Changelog)
  texlive-games/repos/extra-any/PKGBUILD
(from rev 251061, texlive-games/trunk/PKGBUILD)
  texlive-games/repos/extra-any/texlive-games.maps
(from rev 251061, texlive-games/trunk/texlive-games.maps)
  texlive-games/repos/extra-any/texlive.install
(from rev 251061, texlive-games/trunk/texlive.install)
Deleted:
  texlive-games/repos/extra-any/Changelog
  texlive-games/repos/extra-any/PKGBUILD
  texlive-games/repos/extra-any/texlive-games.maps
  texlive-games/repos/extra-any/texlive.install

+
 Changelog  |   22 +-
 PKGBUILD   |  100 -
 texlive-games.maps |2 
 texlive.install|  104 +--
 4 files changed, 114 insertions(+), 114 deletions(-)

Deleted: Changelog
===
--- Changelog   2015-11-14 23:16:58 UTC (rev 251061)
+++ Changelog   2015-11-14 23:18:12 UTC (rev 251062)
@@ -1,11 +0,0 @@
-texlive-games 2012.28243
-
-- upgrade package chess-problem-diagrams 26206 -> 28243
-
-texlive-games 2011.24714
-
-- upgrade package chess-problem-diagrams 15878 -> 23555
-- new package gamebook
-- new package othelloboard
-- new package schwalbe-chess
-

Copied: texlive-games/repos/extra-any/Changelog (from rev 251061, 
texlive-games/trunk/Changelog)
===
--- Changelog   (rev 0)
+++ Changelog   2015-11-14 23:18:12 UTC (rev 251062)
@@ -0,0 +1,11 @@
+texlive-games 2012.28243
+
+- upgrade package chess-problem-diagrams 26206 -> 28243
+
+texlive-games 2011.24714
+
+- upgrade package chess-problem-diagrams 15878 -> 23555
+- new package gamebook
+- new package othelloboard
+- new package schwalbe-chess
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-14 23:16:58 UTC (rev 251061)
+++ PKGBUILD2015-11-14 23:18:12 UTC (rev 251062)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Maintainer: Firmicus 
-
-pkgname=texlive-games
-pkgver=2015.36531
-_revnr=${pkgver#2015.}
-pkgrel=1
-pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
-options=('!emptydirs')
-install=texlive.install
-md5sums=('d1cb1792a81eb96a8f48c738a88fa5dc'
- '387a994c27b49be1ac3cf64a8f9ab155')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/rubik/rubikrotation.pl 
$pkgdir/usr/bin/rubikrotation
-}

Copied: texlive-games/repos/extra-any/PKGBUILD (from rev 251061, 
texlive-games/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-14 23:18:12 UTC (rev 251062)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Maintainer: Firmicus 
+
+pkgname=texlive-games
+pkgver=2015.38457
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+install=texlive.install
+md5sums=('904716c0c6049896c5f7b805e9caeb77'
+ '387a994c27b49be1ac3cf64a8f9ab155')
+
+build() {
+   cd "$srcdir"
+   for p 

[arch-commits] Commit in texlive-bibtexextra/repos/extra-any (4 files)

2015-11-14 Thread Rémy Oudompheng
Date: Sunday, November 15, 2015 @ 00:16:13
  Author: remy
Revision: 251059

archrelease: copy trunk to extra-any

Added:
  texlive-bibtexextra/repos/extra-any/PKGBUILD
(from rev 251058, texlive-bibtexextra/trunk/PKGBUILD)
  texlive-bibtexextra/repos/extra-any/texlive.install
(from rev 251058, texlive-bibtexextra/trunk/texlive.install)
Deleted:
  texlive-bibtexextra/repos/extra-any/PKGBUILD
  texlive-bibtexextra/repos/extra-any/texlive.install

-+
 PKGBUILD|  122 +++---
 texlive.install |   24 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-14 23:15:15 UTC (rev 251058)
+++ PKGBUILD2015-11-14 23:16:13 UTC (rev 251059)
@@ -1,61 +0,0 @@
-# $Id$
-# Contributor: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-bibtexextra
-pkgver=2015.37536
-_revnr=${pkgver#2015.}
-pkgrel=1
-pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-install=texlive.install
-md5sums=('ff58f587692a19c21d28457bdb537041')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-
-   # link programs from /usr/share/texmf-dist/scripts
-   _linked_scripts="
-bibexport/bibexport.sh
-crossrefware/bibdoiadd.pl
-crossrefware/bibzbladd.pl
-crossrefware/ltx2crossrefxml.pl
-listbib/listbib
-multibibliography/multibibliography.pl
-urlbst/urlbst
-"
-install -m755 -d $pkgdir/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-}

Copied: texlive-bibtexextra/repos/extra-any/PKGBUILD (from rev 251058, 
texlive-bibtexextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-14 23:16:13 UTC (rev 251059)
@@ -0,0 +1,61 @@
+# $Id$
+# Contributor: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-bibtexextra
+pkgver=2015.38806
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+install=texlive.install
+md5sums=('bb8f65591c6821cfc39c2f8e25510bb8')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+
+   # link programs from /usr/share/texmf-dist/scripts
+   _linked_scripts="
+bibexport/bibexport.sh
+crossrefware/bibdoiadd.pl
+crossrefware/bibzbladd.pl
+crossrefware/ltx2crossrefxml.pl
+listbib/listbib
+multibibliography/multibibliography.pl
+urlbst/urlbst
+"

[arch-commits] Commit in texlive-core/repos/extra-any (14 files)

2015-11-14 Thread Rémy Oudompheng
Date: Sunday, November 15, 2015 @ 00:16:33
  Author: remy
Revision: 251060

archrelease: copy trunk to extra-any

Added:
  texlive-core/repos/extra-any/09-texlive-fonts.conf
(from rev 251059, texlive-core/trunk/09-texlive-fonts.conf)
  texlive-core/repos/extra-any/Changelog
(from rev 251059, texlive-core/trunk/Changelog)
  texlive-core/repos/extra-any/PKGBUILD
(from rev 251059, texlive-core/trunk/PKGBUILD)
  texlive-core/repos/extra-any/texlive-core.maps
(from rev 251059, texlive-core/trunk/texlive-core.maps)
  texlive-core/repos/extra-any/texlive.install
(from rev 251059, texlive-core/trunk/texlive.install)
  texlive-core/repos/extra-any/texmf.cnf
(from rev 251059, texlive-core/trunk/texmf.cnf)
  texlive-core/repos/extra-any/texmfcnf.lua
(from rev 251059, texlive-core/trunk/texmfcnf.lua)
Deleted:
  texlive-core/repos/extra-any/09-texlive-fonts.conf
  texlive-core/repos/extra-any/Changelog
  texlive-core/repos/extra-any/PKGBUILD
  texlive-core/repos/extra-any/texlive-core.maps
  texlive-core/repos/extra-any/texlive.install
  texlive-core/repos/extra-any/texmf.cnf
  texlive-core/repos/extra-any/texmfcnf.lua

---+
 Changelog |  752 -
 PKGBUILD  |  578 +--
 texlive-core.maps |  124 ++--
 texlive.install   |  140 ++--
 texmf.cnf | 1564 ++--
 texmfcnf.lua  |  380 ++--
 6 files changed, 1769 insertions(+), 1769 deletions(-)

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


[arch-commits] Commit in texlive-langkorean/repos/extra-any (6 files)

2015-11-14 Thread Rémy Oudompheng
Date: Sunday, November 15, 2015 @ 00:20:22
  Author: remy
Revision: 251071

archrelease: copy trunk to extra-any

Added:
  texlive-langkorean/repos/extra-any/PKGBUILD
(from rev 251070, texlive-langkorean/trunk/PKGBUILD)
  texlive-langkorean/repos/extra-any/texlive-langkorean.maps
(from rev 251070, texlive-langkorean/trunk/texlive-langkorean.maps)
  texlive-langkorean/repos/extra-any/texlive.install
(from rev 251070, texlive-langkorean/trunk/texlive.install)
Deleted:
  texlive-langkorean/repos/extra-any/PKGBUILD
  texlive-langkorean/repos/extra-any/texlive-langkorean.maps
  texlive-langkorean/repos/extra-any/texlive.install

-+
 PKGBUILD|  118 +++---
 texlive-langkorean.maps |4 -
 texlive.install |  104 
 3 files changed, 113 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-14 23:20:13 UTC (rev 251070)
+++ PKGBUILD2015-11-14 23:20:22 UTC (rev 251071)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-langkorean
-pkgver=2015.37007
-_revnr=${pkgver#2015.}
-pkgrel=1
-pkgdesc="TeX Live - Fonts and macro packages to typeset Korean texts"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-lang')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
-options=('!emptydirs')
-install=texlive.install
-md5sums=('60673019e8a0de96ef83f03258f6838a'
- '2d6340a6d762914210c76ac8ad1f4fff')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf tlpkg
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-
-# scripts links
-_linked_scripts="
-kotex-utils/jamo-normalize.pl
-kotex-utils/komkindex.pl
-kotex-utils/ttf2kotexfont.pl
-"
-install -m755 -d $pkgdir/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-}

Copied: texlive-langkorean/repos/extra-any/PKGBUILD (from rev 251070, 
texlive-langkorean/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-14 23:20:22 UTC (rev 251071)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langkorean
+pkgver=2015.38727
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Fonts and macro packages to typeset Korean texts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+install=texlive.install
+md5sums=('2dafdecfd8308bcc40e8fc5d2e5b9941'
+ '2d6340a6d762914210c76ac8ad1f4fff')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf tlpkg
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; 

[arch-commits] Commit in texlive-music/repos/extra-any (6 files)

2015-11-14 Thread Rémy Oudompheng
Date: Sunday, November 15, 2015 @ 00:20:05
  Author: remy
Revision: 251069

archrelease: copy trunk to extra-any

Added:
  texlive-music/repos/extra-any/PKGBUILD
(from rev 251068, texlive-music/trunk/PKGBUILD)
  texlive-music/repos/extra-any/texlive-music.maps
(from rev 251068, texlive-music/trunk/texlive-music.maps)
  texlive-music/repos/extra-any/texlive.install
(from rev 251068, texlive-music/trunk/texlive.install)
Deleted:
  texlive-music/repos/extra-any/PKGBUILD
  texlive-music/repos/extra-any/texlive-music.maps
  texlive-music/repos/extra-any/texlive.install

+
 PKGBUILD   |  118 +--
 texlive-music.maps |2 
 texlive.install|  104 ++--
 3 files changed, 112 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-14 23:19:37 UTC (rev 251068)
+++ PKGBUILD2015-11-14 23:20:05 UTC (rev 251069)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-music
-pkgver=2015.37078
-_revnr=${pkgver#2015.}
-pkgrel=1
-pkgdesc="TeX Live - Music typesetting packages"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-optdepends=('python2: for scripts from the lilyglyphs packages')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
-options=('!emptydirs')
-install=texlive.install
-md5sums=('f18b0081ac533fbce6f94392ca8d1c6b'
- '6af96d016e18492867d6f4ba2eff0a31')
-
-build() {
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   # fix python2 command name in scripts.
-   sed -i 's/env python/env python2/' 
$pkgdir/usr/share/texmf-dist/scripts/lilyglyphs/*.py
-   # script symlinks
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/lilyglyphs/lily-glyph-commands.py 
$pkgdir/usr/bin/lily-glyph-commands
-   ln -s /usr/share/texmf-dist/scripts/lilyglyphs/lily-image-commands.py 
$pkgdir/usr/bin/lily-image-commands
-   ln -s /usr/share/texmf-dist/scripts/lilyglyphs/lily-rebuild-pdfs.py 
$pkgdir/usr/bin/lily-rebuild-pdfs
-   ln -s /usr/share/texmf-dist/scripts/m-tx/m-tx.lua $pkgdir/usr/bin/m-tx
-   ln -s /usr/share/texmf-dist/scripts/musixtex/musixflx.lua 
$pkgdir/usr/bin/musixflx
-   ln -s /usr/share/texmf-dist/scripts/musixtex/musixtex.lua 
$pkgdir/usr/bin/musixtex
-   ln -s /usr/share/texmf-dist/scripts/pmx/pmx2pdf.lua $pkgdir/usr/bin/pmx2pdf
-   ln -s /usr/share/texmf-dist/scripts/pmxchords/pmxchords.lua 
$pkgdir/usr/bin/pmxchords
-}

Copied: texlive-music/repos/extra-any/PKGBUILD (from rev 251068, 
texlive-music/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-14 23:20:05 UTC (rev 251069)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-music
+pkgver=2015.38340
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Music typesetting packages"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+optdepends=('python2: for scripts from the lilyglyphs packages')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+install=texlive.install
+md5sums=('122db9c7f8b55c3caa1f12647c426b3b'
+ '6af96d016e18492867d6f4ba2eff0a31')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps 

[arch-commits] Commit in texlive-pstricks/repos/extra-any (4 files)

2015-11-14 Thread Rémy Oudompheng
Date: Sunday, November 15, 2015 @ 00:19:08
  Author: remy
Revision: 251066

archrelease: copy trunk to extra-any

Added:
  texlive-pstricks/repos/extra-any/PKGBUILD
(from rev 251065, texlive-pstricks/trunk/PKGBUILD)
  texlive-pstricks/repos/extra-any/texlive.install
(from rev 251065, texlive-pstricks/trunk/texlive.install)
Deleted:
  texlive-pstricks/repos/extra-any/PKGBUILD
  texlive-pstricks/repos/extra-any/texlive.install

-+
 PKGBUILD|   92 +++---
 texlive.install |   24 +++---
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-14 23:19:01 UTC (rev 251065)
+++ PKGBUILD2015-11-14 23:19:08 UTC (rev 251066)
@@ -1,46 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-pstricks
-pkgver=2015.37377
-_revnr=${pkgver#2015.}
-pkgrel=1
-pkgdesc="TeX Live - Additional PSTricks packages"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-options=('!emptydirs')
-install=texlive.install
-md5sums=('a3746d1804ec35bba33b40792dae8f3c')
-
-build() {
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl 
$pkgdir/usr/bin/pedigree
-   ln -s /usr/share/texmf-dist/scripts/pst2pdf/pst2pdf.pl 
$pkgdir/usr/bin/pst2pdf
-}

Copied: texlive-pstricks/repos/extra-any/PKGBUILD (from rev 251065, 
texlive-pstricks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-14 23:19:08 UTC (rev 251066)
@@ -0,0 +1,46 @@
+# $Id: PKGBUILD$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-pstricks
+pkgver=2015.38821
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Additional PSTricks packages"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+install=texlive.install
+md5sums=('47e86a2abbb258a1d7a0cb687cf14525')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl 
$pkgdir/usr/bin/pedigree
+   ln -s /usr/share/texmf-dist/scripts/pst2pdf/pst2pdf.pl 
$pkgdir/usr/bin/pst2pdf
+}

Deleted: texlive.install
===
--- texlive.install 2015-11-14 23:19:01 UTC (rev 251065)
+++ texlive.install 2015-11-14 23:19:08 UTC (rev 251066)
@@ -1,12 +0,0 @@
-post_install() {
-   echo">>> texlive: updating the filename database..."
-   /usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  

[arch-commits] Commit in texlive-pictures/repos/extra-any (6 files)

2015-11-14 Thread Rémy Oudompheng
Date: Sunday, November 15, 2015 @ 00:19:37
  Author: remy
Revision: 251068

archrelease: copy trunk to extra-any

Added:
  texlive-pictures/repos/extra-any/PKGBUILD
(from rev 251067, texlive-pictures/trunk/PKGBUILD)
  texlive-pictures/repos/extra-any/texlive-pictures.maps
(from rev 251067, texlive-pictures/trunk/texlive-pictures.maps)
  texlive-pictures/repos/extra-any/texlive.install
(from rev 251067, texlive-pictures/trunk/texlive.install)
Deleted:
  texlive-pictures/repos/extra-any/PKGBUILD
  texlive-pictures/repos/extra-any/texlive-pictures.maps
  texlive-pictures/repos/extra-any/texlive.install

---+
 PKGBUILD  |  126 
 texlive-pictures.maps |4 -
 texlive.install   |  104 +++
 3 files changed, 117 insertions(+), 117 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-14 23:19:16 UTC (rev 251067)
+++ PKGBUILD2015-11-14 23:19:37 UTC (rev 251068)
@@ -1,63 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-pictures
-pkgver=2015.37532
-_revnr=${pkgver#2015.}
-pkgrel=1
-pkgdesc="TeX Live - Packages for drawings graphics"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
-options=('!emptydirs')
-install=texlive.install
-md5sums=('4a4e11d649f1a942509c20efff587f1c'
- '7d08cb8ade87687bd8676f8e8ba20697')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-
-_linked_scripts="
-cachepic/cachepic.tlu
-epspdf/epspdftk.tcl
-epspdf/epspdf.tlu
-fig4latex/fig4latex
-getmap/getmapdl.lua
-mathspic/mathspic.pl
-mkpic/mkpic
-"
-install -m755 -d $pkgdir/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-}

Copied: texlive-pictures/repos/extra-any/PKGBUILD (from rev 251067, 
texlive-pictures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-14 23:19:37 UTC (rev 251068)
@@ -0,0 +1,63 @@
+# $Id: PKGBUILD$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-pictures
+pkgver=2015.38755
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Packages for drawings graphics"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+install=texlive.install
+md5sums=('c7ad951a24dca74a8df811aba81c5343'
+ '7d08cb8ade87687bd8676f8e8ba20697')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi

[arch-commits] Commit in texlive-science/repos/extra-any (6 files)

2015-11-14 Thread Rémy Oudompheng
Date: Sunday, November 15, 2015 @ 00:18:53
  Author: remy
Revision: 251064

archrelease: copy trunk to extra-any

Added:
  texlive-science/repos/extra-any/PKGBUILD
(from rev 251063, texlive-science/trunk/PKGBUILD)
  texlive-science/repos/extra-any/texlive-science.maps
(from rev 251063, texlive-science/trunk/texlive-science.maps)
  texlive-science/repos/extra-any/texlive.install
(from rev 251063, texlive-science/trunk/texlive.install)
Deleted:
  texlive-science/repos/extra-any/PKGBUILD
  texlive-science/repos/extra-any/texlive-science.maps
  texlive-science/repos/extra-any/texlive.install

--+
 PKGBUILD |  102 
 texlive-science.maps |2 
 texlive.install  |  104 -
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-14 23:18:43 UTC (rev 251063)
+++ PKGBUILD2015-11-14 23:18:53 UTC (rev 251064)
@@ -1,51 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-science
-pkgver=2015.37382
-_revnr=${pkgver#2015.}
-pkgrel=1
-pkgdesc="TeX Live - Typesetting for natural and computer sciences"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-optdepends=('python2-pygments: for pygmentex')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
-options=('!emptydirs')
-install=texlive.install
-md5sums=('2c6f7cb7801e1dfa7baf8b10d2c319c9'
- '72206bb981d3d491df018e0e13334be5')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/pygmentex/pygmentex.py 
$pkgdir/usr/bin/pygmentex
-   ln -s /usr/share/texmf-dist/scripts/ulqda/ulqda.pl $pkgdir/usr/bin/ulqda
-}

Copied: texlive-science/repos/extra-any/PKGBUILD (from rev 251063, 
texlive-science/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-14 23:18:53 UTC (rev 251064)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-science
+pkgver=2015.38824
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Typesetting for natural and computer sciences"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+optdepends=('python2-pygments: for pygmentex')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+install=texlive.install
+md5sums=('5a8bba5e3caa0c0cab0a2436f6b52244'
+ '72206bb981d3d491df018e0e13334be5')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts 

[arch-commits] Commit in texlive-publishers/repos/extra-any (4 files)

2015-11-14 Thread Rémy Oudompheng
Date: Sunday, November 15, 2015 @ 00:19:01
  Author: remy
Revision: 251065

archrelease: copy trunk to extra-any

Added:
  texlive-publishers/repos/extra-any/PKGBUILD
(from rev 251064, texlive-publishers/trunk/PKGBUILD)
  texlive-publishers/repos/extra-any/texlive.install
(from rev 251064, texlive-publishers/trunk/texlive.install)
Deleted:
  texlive-publishers/repos/extra-any/PKGBUILD
  texlive-publishers/repos/extra-any/texlive.install

-+
 PKGBUILD|   90 +++---
 texlive.install |   24 +++---
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-14 23:18:53 UTC (rev 251064)
+++ PKGBUILD2015-11-14 23:19:01 UTC (rev 251065)
@@ -1,45 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-publishers
-pkgver=2015.37550
-_revnr=${pkgver#2015.}
-pkgrel=1
-pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-options=('!emptydirs')
-install=texlive.install
-md5sums=('01e8adfbc10b188c4c5b5ed133805ea1')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-publishers/repos/extra-any/PKGBUILD (from rev 251064, 
texlive-publishers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-14 23:19:01 UTC (rev 251065)
@@ -0,0 +1,45 @@
+# $Id: PKGBUILD$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-publishers
+pkgver=2015.38832
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+install=texlive.install
+md5sums=('b953a1182738755d3edf6098a0e0f527')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Deleted: texlive.install
===
--- texlive.install 2015-11-14 23:18:53 UTC (rev 251064)
+++ texlive.install 2015-11-14 23:19:01 UTC (rev 251065)
@@ -1,12 +0,0 @@
-post_install() {
-   echo">>> texlive: updating the filename database..."
-   /usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: texlive-publishers/repos/extra-any/texlive.install (from rev 251064, 
texlive-publishers/trunk/texlive.install)
===
--- texlive.install (rev 0)
+++ texlive.install 2015-11-14 23:19:01 UTC (rev 251065)
@@ 

[arch-commits] Commit in texlive-plainextra/repos/extra-any (4 files)

2015-11-14 Thread Rémy Oudompheng
Date: Sunday, November 15, 2015 @ 00:19:16
  Author: remy
Revision: 251067

archrelease: copy trunk to extra-any

Added:
  texlive-plainextra/repos/extra-any/PKGBUILD
(from rev 251066, texlive-plainextra/trunk/PKGBUILD)
  texlive-plainextra/repos/extra-any/texlive.install
(from rev 251066, texlive-plainextra/trunk/texlive.install)
Deleted:
  texlive-plainextra/repos/extra-any/PKGBUILD
  texlive-plainextra/repos/extra-any/texlive.install

-+
 PKGBUILD|   90 +++---
 texlive.install |   24 +++---
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-14 23:19:08 UTC (rev 251066)
+++ PKGBUILD2015-11-14 23:19:16 UTC (rev 251067)
@@ -1,45 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-plainextra
-pkgver=2015.37342
-_revnr=${pkgver#2015.}
-pkgrel=1
-pkgdesc="TeX Live - A collection of add-on packages and macros for plain TeX"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-options=('!emptydirs')
-install=texlive.install
-md5sums=('62a4e5c872106506faede8b4e8ff321f')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-plainextra/repos/extra-any/PKGBUILD (from rev 251066, 
texlive-plainextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-14 23:19:16 UTC (rev 251067)
@@ -0,0 +1,45 @@
+# $Id: PKGBUILD$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-plainextra
+pkgver=2015.38696
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - A collection of add-on packages and macros for plain TeX"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+install=texlive.install
+md5sums=('a681c4d8b18ea272555d7103207634fd')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Deleted: texlive.install
===
--- texlive.install 2015-11-14 23:19:08 UTC (rev 251066)
+++ texlive.install 2015-11-14 23:19:16 UTC (rev 251067)
@@ -1,12 +0,0 @@
-post_install() {
-   echo">>> texlive: updating the filename database..."
-   /usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: texlive-plainextra/repos/extra-any/texlive.install (from rev 251066, 
texlive-plainextra/trunk/texlive.install)
===
--- texlive.install (rev 0)
+++ texlive.install 2015-11-14 23:19:16 UTC 

[arch-commits] Commit in texlive-latexextra/repos/extra-any (6 files)

2015-11-14 Thread Rémy Oudompheng
Date: Sunday, November 15, 2015 @ 00:20:13
  Author: remy
Revision: 251070

archrelease: copy trunk to extra-any

Added:
  texlive-latexextra/repos/extra-any/PKGBUILD
(from rev 251069, texlive-latexextra/trunk/PKGBUILD)
  texlive-latexextra/repos/extra-any/texlive-latexextra.maps
(from rev 251069, texlive-latexextra/trunk/texlive-latexextra.maps)
  texlive-latexextra/repos/extra-any/texlive.install
(from rev 251069, texlive-latexextra/trunk/texlive.install)
Deleted:
  texlive-latexextra/repos/extra-any/PKGBUILD
  texlive-latexextra/repos/extra-any/texlive-latexextra.maps
  texlive-latexextra/repos/extra-any/texlive.install

-+
 PKGBUILD|  155 +++---
 texlive-latexextra.maps |4 -
 texlive.install |  104 +++---
 3 files changed, 132 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-14 23:20:05 UTC (rev 251069)
+++ PKGBUILD2015-11-14 23:20:13 UTC (rev 251070)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-latexextra
-pkgver=2015.37553
-_revnr=${pkgver#2015.}
-pkgrel=1
-pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
-license=('GPL')
-arch=(any)
-depends=('texlive-core'
- 'perl-file-which' # for pdfannotextractor
-)
-optdepends=(
-  'texlive-genericextra: to use the calctab package'
-  'texlive-pictures: to use the package overpic'
-  'java-environment: to use pdfannotextractor'
-)
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
-options=('!emptydirs')
-install=texlive.install
-md5sums=('456518aa966d23306dfbf23d33fa940a'
- '017fc9ed83747aa8884ca9ae0767531f')
-
-build() {
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d "$pkgdir"/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
"$pkgdir"/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps "$pkgdir"/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d "$pkgdir"/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
"$pkgdir"/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
"$pkgdir"/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 "$pkgdir"/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' "$pkgdir"/usr/share/'{}' 
\;
-   fi
-   if [[ -d "$pkgdir"/usr/share/texmf-dist/scripts ]]; then
- find "$pkgdir"/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' 
\;
-   fi
-
-#add symlinks that were in texlive-bin:
-_linked_scripts="
-authorindex/authorindex
-exceltex/exceltex
-glossaries/makeglossaries
-pax/pdfannotextractor.pl
-perltex/perltex.pl
-pst-pdf/ps4pdf
-splitindex/splitindex.pl
-svn-multi/svn-multi.pl
-vpe/vpe.pl
-yplan/yplan
-"
-install -m755 -d "$pkgdir"/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-
-rm "$pkgdir"/usr/share/texmf-dist/scripts/glossaries/makeglossaries.bat
-rm "$pkgdir"/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf.bat*
-rm "$pkgdir"/usr/share/texmf-dist/scripts/shipunov/biokey2html.bat
-}

Copied: texlive-latexextra/repos/extra-any/PKGBUILD (from rev 251069, 
texlive-latexextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-14 23:20:13 UTC (rev 251070)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-latexextra
+pkgver=2015.38831
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
+license=('GPL')
+arch=(any)
+depends=('texlive-core'
+ 'perl-file-which' # for pdfannotextractor
+)
+optdepends=(
+  'texlive-genericextra: to use the calctab package'
+  'texlive-pictures: to use the package overpic'
+  'java-environment: to use pdfannotextractor'
+)
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+install=texlive.install
+md5sums=('5b41e1277c3e32bae7adb216f641be6b'
+ '017fc9ed83747aa8884ca9ae0767531f')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf 

[arch-commits] Commit in texlive-genericextra/repos/extra-any (4 files)

2015-11-14 Thread Rémy Oudompheng
Date: Sunday, November 15, 2015 @ 00:18:43
  Author: remy
Revision: 251063

archrelease: copy trunk to extra-any

Added:
  texlive-genericextra/repos/extra-any/PKGBUILD
(from rev 251062, texlive-genericextra/trunk/PKGBUILD)
  texlive-genericextra/repos/extra-any/texlive.install
(from rev 251062, texlive-genericextra/trunk/texlive.install)
Deleted:
  texlive-genericextra/repos/extra-any/PKGBUILD
  texlive-genericextra/repos/extra-any/texlive.install

-+
 PKGBUILD|   92 +++---
 texlive.install |   24 +++---
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-14 23:18:12 UTC (rev 251062)
+++ PKGBUILD2015-11-14 23:18:43 UTC (rev 251063)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-genericextra
-pkgver=2015.37262
-_revnr=${pkgver#2015.}
-pkgrel=1
-pkgdesc="TeX Live - mixed bag of generic macro packages and fonts"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-options=('!emptydirs')
-install=texlive.install
-md5sums=('be4e3f97c60c0076a6c14c45c3a54a8c')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-genericextra/repos/extra-any/PKGBUILD (from rev 251062, 
texlive-genericextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-14 23:18:43 UTC (rev 251063)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-genericextra
+pkgver=2015.38503
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - mixed bag of generic macro packages and fonts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+install=texlive.install
+md5sums=('2ba8c573e717f4ced83bf7db1a058086')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Deleted: texlive.install
===
--- texlive.install 2015-11-14 23:18:12 UTC (rev 251062)
+++ texlive.install 2015-11-14 23:18:43 UTC (rev 251063)
@@ -1,12 +0,0 @@
-post_install() {
-   echo">>> texlive: updating the filename database..."
-   /usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: texlive-genericextra/repos/extra-any/texlive.install (from rev 251062, 
texlive-genericextra/trunk/texlive.install)
===
--- texlive.install (rev 0)
+++ texlive.install 2015-11-14 

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

2015-11-14 Thread Antonio Rojas
Date: Saturday, November 14, 2015 @ 21:19:02
  Author: arojas
Revision: 251035

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

Added:
  taglib/repos/testing-i686/
  taglib/repos/testing-i686/PKGBUILD
(from rev 251034, taglib/trunk/PKGBUILD)
  taglib/repos/testing-x86_64/
  taglib/repos/testing-x86_64/PKGBUILD
(from rev 251034, taglib/trunk/PKGBUILD)

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

Copied: taglib/repos/testing-i686/PKGBUILD (from rev 251034, 
taglib/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-14 20:19:02 UTC (rev 251035)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
+# Contributor: Ike Devolder 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=taglib
+pkgver=1.10
+pkgrel=1
+pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
+arch=(i686 x86_64)
+url="http://taglib.github.io/;
+license=(LGPL MPL)
+depends=(zlib)
+makedepends=(cmake)
+source=("http://taglib.github.io/releases/$pkgname-$pkgver.tar.gz;)
+md5sums=('5b4441a15423b046dd92a096e09ea22c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_MP4=ON \
+-DWITH_ASF=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: taglib/repos/testing-x86_64/PKGBUILD (from rev 251034, 
taglib/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-11-14 20:19:02 UTC (rev 251035)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
+# Contributor: Ike Devolder 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=taglib
+pkgver=1.10
+pkgrel=1
+pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
+arch=(i686 x86_64)
+url="http://taglib.github.io/;
+license=(LGPL MPL)
+depends=(zlib)
+makedepends=(cmake)
+source=("http://taglib.github.io/releases/$pkgname-$pkgver.tar.gz;)
+md5sums=('5b4441a15423b046dd92a096e09ea22c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_MP4=ON \
+-DWITH_ASF=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-11-14 Thread Antonio Rojas
Date: Saturday, November 14, 2015 @ 21:18:22
  Author: arojas
Revision: 251034

Update to 1.10

Modified:
  taglib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 14:20:48 UTC (rev 251033)
+++ PKGBUILD2015-11-14 20:18:22 UTC (rev 251034)
@@ -1,28 +1,29 @@
 # $Id$
-# Maintainer: Tom Gundersen 
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
 # Contributor: Ike Devolder 
 # Contributor: Andrea Scarpino 
 # Contributor: Tobias Powalowski 
 
 pkgname=taglib
-pkgver=1.9.1
+pkgver=1.10
 pkgrel=1
 pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://taglib.github.io/;
-license=('LGPL' 'MPL')
-depends=('sh' 'zlib' 'gcc-libs')
-makedepends=('cmake' 'pkg-config')
-source=("http://${pkgname}.github.io/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('0d35df96822bbd564c5504cb3c2e4d86')
+license=(LGPL MPL)
+depends=(zlib)
+makedepends=(cmake)
+source=("http://taglib.github.io/releases/$pkgname-$pkgver.tar.gz;)
+md5sums=('5b4441a15423b046dd92a096e09ea22c')
 
+prepare() {
+  mkdir -p build
+}
+
 build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  cd "${srcdir}"
-  mkdir build
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DWITH_MP4=ON \
@@ -31,6 +32,6 @@
 }
 
 package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
+  cd build
+  make DESTDIR="$pkgdir" install
 }


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

2015-11-14 Thread Rémy Oudompheng
Date: Saturday, November 14, 2015 @ 21:48:06
  Author: remy
Revision: 251036

Upgrade texlive-bibtexextra to revision 38806

- new package archaeologie
- upgrade package beebe 34738 -> 38696
- new package bestpapers
- upgrade package biber 37327 -> 38716
- upgrade package biblatex 37083 -> 38737
- upgrade package biblatex-caspervector 37102 -> 37600
- upgrade package biblatex-fiwi 32629 -> 37721
- upgrade package biblatex-manuscripts-philology 37237 -> 38756
- upgrade package biblatex-opcit-booktitle 37533 -> 38671
- upgrade package biblatex-philosophy 37527 -> 38601
- upgrade package biblatex-source-division 37414 -> 37806
- new package bibtexperllibs
- upgrade package crossrefware 35401 -> 38181
- new package nar
- new package nmbib

Modified:
  texlive-bibtexextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 20:19:02 UTC (rev 251035)
+++ PKGBUILD2015-11-14 20:48:06 UTC (rev 251036)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-bibtexextra
-pkgver=2015.37536
+pkgver=2015.38806
 _revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 install=texlive.install
-md5sums=('ff58f587692a19c21d28457bdb537041')
+md5sums=('bb8f65591c6821cfc39c2f8e25510bb8')
 
 build() {
cd "$srcdir"


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

2015-11-14 Thread Rémy Oudompheng
Date: Saturday, November 14, 2015 @ 22:05:06
  Author: remy
Revision: 251039

Upgrade texlive-games to revision 38457

- upgrade package rubik 32919 -> 38457

Modified:
  texlive-games/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 21:01:59 UTC (rev 251038)
+++ PKGBUILD2015-11-14 21:05:06 UTC (rev 251039)
@@ -3,7 +3,7 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-games
-pkgver=2015.36531
+pkgver=2015.38457
 _revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('d1cb1792a81eb96a8f48c738a88fa5dc'
+md5sums=('904716c0c6049896c5f7b805e9caeb77'
  '387a994c27b49be1ac3cf64a8f9ab155')
 
 build() {


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

2015-11-14 Thread Rémy Oudompheng
Date: Saturday, November 14, 2015 @ 22:05:37
  Author: remy
Revision: 251040

Upgrade texlive-genericextra to revision 38503

- upgrade package barr 23579 -> 38479
- new package gtl
- new package termmenu

Modified:
  texlive-genericextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 21:05:06 UTC (rev 251039)
+++ PKGBUILD2015-11-14 21:05:37 UTC (rev 251040)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-genericextra
-pkgver=2015.37262
+pkgver=2015.38503
 _revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - mixed bag of generic macro packages and fonts"
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
 install=texlive.install
-md5sums=('be4e3f97c60c0076a6c14c45c3a54a8c')
+md5sums=('2ba8c573e717f4ced83bf7db1a058086')
 
 build() {
cd "$srcdir"


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

2015-11-14 Thread Rémy Oudompheng
Date: Saturday, November 14, 2015 @ 22:13:42
  Author: remy
Revision: 251042

Upgrade texlive-humanities to revision 38717

- upgrade package diadia 37330 -> 37656
- upgrade package eledform 27922 -> 38114
- upgrade package eledmac 37555 -> 38639
- upgrade package ledmac 35264 -> 38640
- upgrade package metrix 36376 -> 38280
- upgrade package phonrule 34877 -> 37765
- upgrade package poemscol 31338 -> 37724
- new package reledmac
- new package screenplay-pkg

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 21:13:11 UTC (rev 251041)
+++ PKGBUILD2015-11-14 21:13:42 UTC (rev 251042)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2015.37555
+pkgver=2015.38717
 _revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
 install=texlive.install
-md5sums=('a65cb6dc89e44ea3e56fa0a98cf54706')
+md5sums=('c0dc1eaba3d32a98a7d0ebd1a36eb4bd')
 
 build() {
cd "$srcdir"


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

2015-11-14 Thread Sven-Hendrik Haase
Date: Saturday, November 14, 2015 @ 22:11:19
  Author: svenstaro
Revision: 146834

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-14 21:11:14 UTC (rev 146833)
+++ PKGBUILD2015-11-14 21:11:19 UTC (rev 146834)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Monakov 
-
-pkgname=lib32-primus
-pkgver=20150118
-pkgrel=2
-pkgdesc="Faster OpenGL offloading for Bumblebee (32-bit)"
-arch=('i686' 'x86_64')
-url="https://github.com/amonakov/primus;
-license=('custom:ISC')
-depends=('bumblebee' 'lib32-mesa-libgl')
-makedepends=('git' 'gcc-multilib')
-source=("git://github.com/amonakov/primus.git#commit=7e21554eb2")
-sha1sums=('SKIP')
-
-build() {
-  cd primus
-
-  export CC="g++ -m32"
-  export CXX="g++ -m32"
-
-  LIBDIR=lib32 make
-}
-
-package() {
-  cd primus
-
-  install -D "lib32/libGL.so.1" "$pkgdir/usr/lib32/primus/libGL.so.1"
-
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-primus/repos/multilib-x86_64/PKGBUILD (from rev 146833, 
lib32-primus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-14 21:11:19 UTC (rev 146834)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Monakov 
+
+pkgname=lib32-primus
+pkgver=20151110
+pkgrel=1
+pkgdesc="Faster OpenGL offloading for Bumblebee (32-bit)"
+arch=('i686' 'x86_64')
+url="https://github.com/amonakov/primus;
+license=('custom:ISC')
+depends=('bumblebee' 'lib32-mesa-libgl')
+makedepends=('git' 'gcc-multilib')
+source=("git://github.com/amonakov/primus.git#commit=d1afbf6")
+sha1sums=('SKIP')
+
+build() {
+  cd primus
+
+  export CC="g++ -m32"
+  export CXX="g++ -m32"
+
+  LIBDIR=lib32 make
+}
+
+package() {
+  cd primus
+
+  install -D "lib32/libGL.so.1" "$pkgdir/usr/lib32/primus/libGL.so.1"
+
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-14 Thread Rémy Oudompheng
Date: Saturday, November 14, 2015 @ 22:13:11
  Author: remy
Revision: 251041

Upgrade texlive-htmlxml to revision 38712

- upgrade package tex4ht 38177 -> 38712

Modified:
  texlive-htmlxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 21:05:37 UTC (rev 251040)
+++ PKGBUILD2015-11-14 21:13:11 UTC (rev 251041)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-htmlxml
-pkgver=2015.38177
+pkgver=2015.38712
 _revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Packages to convert LaTeX to XML/HTML, and typeset 
XML/SGML"
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
 install=texlive.install
-md5sums=('3a92e8c33cfd07fd6893701a92ae4c28')
+md5sums=('0c8177b8dbed4e6dbf0fa4201be4a1f7')
 
 build() {
cd "$srcdir"


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

2015-11-14 Thread Rémy Oudompheng
Date: Saturday, November 14, 2015 @ 22:19:28
  Author: remy
Revision: 251044

Upgrade texlive-langcyrillic to revision 38162

- upgrade package disser 35960 -> 38162

Modified:
  texlive-langcyrillic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 21:19:15 UTC (rev 251043)
+++ PKGBUILD2015-11-14 21:19:28 UTC (rev 251044)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langcyrillic
-pkgver=2015.37233
+pkgver=2015.38162
 _revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Cyrillic texts"
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('3f8a85832e156d72426d939b2c1ab0d0'
+md5sums=('6302b780dc8b9927ace911c9b6cf8267'
  'c1e49c9da6302557dff56e8d9d584fa5')
 
 build() {


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

2015-11-14 Thread Rémy Oudompheng
Date: Saturday, November 14, 2015 @ 22:19:15
  Author: remy
Revision: 251043

Upgrade texlive-langchinese to revision 37889

- upgrade package ctex 37467 -> 37720
- upgrade package fandol 31345 -> 37889
- upgrade package zhnumber 35169 -> 37614

Modified:
  texlive-langchinese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 21:13:42 UTC (rev 251042)
+++ PKGBUILD2015-11-14 21:19:15 UTC (rev 251043)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langchinese
-pkgver=2015.37467
+pkgver=2015.37889
 _revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Chinese texts"
@@ -14,7 +14,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('19cc0ff12e6b6f768aadaacab766ad9f'
+md5sums=('8f0db87882054529bfea132a6902fa5b'
  '85b5573d46b8b5651c6de9e69b3434fb')
 
 build() {


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

2015-11-14 Thread Rémy Oudompheng
Date: Saturday, November 14, 2015 @ 22:25:42
  Author: remy
Revision: 251048

Upgrade texlive-langjapanese to revision 38810

- upgrade package bxjscls 28901 -> 38324
- upgrade package jfontmaps 33067 -> 38527
- upgrade package luatexja 37454 -> 38771
- upgrade package ptex 37092 -> 38037
- upgrade package ptex2pdf 37120 -> 37566
- upgrade package pxchfon 37282 -> 38637
- upgrade package uptex 36796 -> 38810

Modified:
  texlive-langjapanese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 21:24:23 UTC (rev 251047)
+++ PKGBUILD2015-11-14 21:25:42 UTC (rev 251048)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langjapanese
-pkgver=2015.37454
+pkgver=2015.38810
 _revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Japanese texts"
@@ -14,7 +14,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('4c59e869ba09488683d93b7a6e960130'
+md5sums=('6bedfe21a727da44a3e349e4eda264fd'
  '32fad480fe677ac23a9e046d881a5bd7')
 
 build() {


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

2015-11-14 Thread Rémy Oudompheng
Date: Saturday, November 14, 2015 @ 22:24:23
  Author: remy
Revision: 251047

Upgrade texlive-langkorean to revision 38727

- upgrade package cjk-ko 36947 -> 37899
- upgrade package kotex-oblivoir 37007 -> 38679
- upgrade package kotex-plain 36990 -> 38630
- upgrade package kotex-utf 36988 -> 38558
- upgrade package kotex-utils 36210 -> 38727

Modified:
  texlive-langkorean/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 21:22:13 UTC (rev 251046)
+++ PKGBUILD2015-11-14 21:24:23 UTC (rev 251047)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langkorean
-pkgver=2015.37007
+pkgver=2015.38727
 _revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Korean texts"
@@ -14,7 +14,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('60673019e8a0de96ef83f03258f6838a'
+md5sums=('2dafdecfd8308bcc40e8fc5d2e5b9941'
  '2d6340a6d762914210c76ac8ad1f4fff')
 
 build() {


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

2015-11-14 Thread Rémy Oudompheng
Date: Saturday, November 14, 2015 @ 22:28:56
  Author: remy
Revision: 251049

Upgrade texlive-music to revision 38340

- upgrade package abc 15878 -> 38340
- upgrade package leadsheets 36029 -> 37982
- upgrade package musixtex 37025 -> 37959
- upgrade package musixtex-fonts 36414 -> 37762
- new package piano
- new package xpiano

Modified:
  texlive-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 21:25:42 UTC (rev 251048)
+++ PKGBUILD2015-11-14 21:28:56 UTC (rev 251049)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-music
-pkgver=2015.37078
+pkgver=2015.38340
 _revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Music typesetting packages"
@@ -16,7 +16,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('f18b0081ac533fbce6f94392ca8d1c6b'
+md5sums=('122db9c7f8b55c3caa1f12647c426b3b'
  '6af96d016e18492867d6f4ba2eff0a31')
 
 build() {


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

2015-11-14 Thread Rémy Oudompheng
Date: Saturday, November 14, 2015 @ 22:38:53
  Author: remy
Revision: 251053

Upgrade texlive-pstricks to revision 38821

- upgrade package pst-barcode 37353 -> 37586
- upgrade package pst-eucl 34104 -> 38678
- upgrade package pst-solides3d 35122 -> 37718
- upgrade package pst-stru 15878 -> 38613
- upgrade package pstricks 35439 -> 38821

Modified:
  texlive-pstricks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 21:38:33 UTC (rev 251052)
+++ PKGBUILD2015-11-14 21:38:53 UTC (rev 251053)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-pstricks
-pkgver=2015.37377
+pkgver=2015.38821
 _revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Additional PSTricks packages"
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
 install=texlive.install
-md5sums=('a3746d1804ec35bba33b40792dae8f3c')
+md5sums=('47e86a2abbb258a1d7a0cb687cf14525')
 
 build() {
for p in *.tar.xz; do


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

2015-11-14 Thread Rémy Oudompheng
Date: Saturday, November 14, 2015 @ 22:38:33
  Author: remy
Revision: 251052

Upgrade texlive-plainextra to revision 38696

- upgrade package font-change 36535 -> 38286
- upgrade package texinfo 37342 -> 38696

Modified:
  texlive-plainextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 21:33:12 UTC (rev 251051)
+++ PKGBUILD2015-11-14 21:38:33 UTC (rev 251052)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-plainextra
-pkgver=2015.37342
+pkgver=2015.38696
 _revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - A collection of add-on packages and macros for plain TeX"
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
 install=texlive.install
-md5sums=('62a4e5c872106506faede8b4e8ff321f')
+md5sums=('a681c4d8b18ea272555d7103207634fd')
 
 build() {
cd "$srcdir"


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

2015-11-14 Thread Rémy Oudompheng
Date: Saturday, November 14, 2015 @ 22:43:34
  Author: remy
Revision: 251055

Upgrade texlive-science to revision 38824

- upgrade package algorithm2e 28749 -> 38805
- upgrade package algorithms 15878 -> 38085
- upgrade package bohr 35530 -> 37657
- upgrade package bytefield 34336 -> 38736
- upgrade package chemformula 36722 -> 38690
- upgrade package chemgreek 36869 -> 38822
- upgrade package chemmacros 36234 -> 38649
- upgrade package computational-complexity 36899 -> 38824
- new package lstbayes
- upgrade package mhchem 37037 -> 37943
- upgrade package siunitx 36118 -> 38653
- upgrade package substances 27182 -> 38684

Modified:
  texlive-science/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 21:43:10 UTC (rev 251054)
+++ PKGBUILD2015-11-14 21:43:34 UTC (rev 251055)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-science
-pkgver=2015.37382
+pkgver=2015.38824
 _revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Typesetting for natural and computer sciences"
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('2c6f7cb7801e1dfa7baf8b10d2c319c9'
+md5sums=('5a8bba5e3caa0c0cab0a2436f6b52244'
  '72206bb981d3d491df018e0e13334be5')
 
 build() {


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

2015-11-14 Thread Rémy Oudompheng
Date: Saturday, November 14, 2015 @ 22:00:06
  Author: remy
Revision: 251037

Upgrade texlive-core to revision 38835

New packages:
babel-macedonian
checklistings
cloze
ctablestack
e-french
make4ht
mcf2graph
nevelok
quran
roundrect
shapes
srcredact
tex4ebook
xebaposter

Removed package: frenchle.

78 updated packages.

Modified:
  texlive-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 20:48:06 UTC (rev 251036)
+++ PKGBUILD2015-11-14 21:00:06 UTC (rev 251037)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-core
-pkgver=2015.37554
+pkgver=2015.38835
 _revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live core distribution"
@@ -42,7 +42,7 @@
etc/texmf/web2c/fmtutil.cnf \
etc/texmf/web2c/mktex.cnf \
etc/texmf/xdvi/XDvi)
-md5sums=('0342ec0740cc11417403efde9c95883d'
+md5sums=('59a48c870b4170926010352b2b402bd0'
  '54a34f8ddbeccec2427e4d5763349f9b'
  'df537245012f3e5f05bdc55644b7a3df'
  '16ad4dc53deb00029baef1b01ba1d984'


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

2015-11-14 Thread Alexander Rødseth
Date: Saturday, November 14, 2015 @ 22:03:31
  Author: arodseth
Revision: 146830

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

Added:
  julia/repos/community-i686/PKGBUILD
(from rev 146829, julia/trunk/PKGBUILD)
  julia/repos/community-i686/sysfix.install
(from rev 146829, julia/trunk/sysfix.install)
  julia/repos/community-x86_64/PKGBUILD
(from rev 146829, julia/trunk/PKGBUILD)
  julia/repos/community-x86_64/sysfix.install
(from rev 146829, julia/trunk/sysfix.install)
Deleted:
  julia/repos/community-i686/PKGBUILD
  julia/repos/community-i686/sysfix.install
  julia/repos/community-x86_64/PKGBUILD
  julia/repos/community-x86_64/sysfix.install

-+
 /PKGBUILD   |  236 ++
 /sysfix.install |   20 +++
 community-i686/PKGBUILD |  119 ---
 community-i686/sysfix.install   |   10 -
 community-x86_64/PKGBUILD   |  119 ---
 community-x86_64/sysfix.install |   10 -
 6 files changed, 256 insertions(+), 258 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-14 21:03:19 UTC (rev 146829)
+++ community-i686/PKGBUILD 2015-11-14 21:03:31 UTC (rev 146830)
@@ -1,119 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Lex Black 
-# Contributor: Michael Jakl 
-# Contributor: devmotion 
-# Contributor: Valentin Churavy 
-
-pkgbase=julia
-pkgname=('julia' 'julia-docs')
-epoch=2
-pkgver=0.4.0
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='High-level, high-performance, dynamic programming language'
-url='http://julialang.org/'
-license=('MIT')
-makedepends=('gcc-fortran' 'python2' 'libuv' 'git' 'blas' 'lapack' 'arpack' 
'libunwind' 'fftw' 'gmp' 'mpfr' 'pcre' 'zlib' 'suitesparse' 'patchelf' 'cmake' 
'pcre2')
-optdepends=('gnuplot: If using the Gaston Package from julia')
-options=('!emptydirs' 'staticlibs')
-source=("git://github.com/JuliaLang/julia.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  # For /etc/ld.so.conf.d/
-  echo '/usr/lib/julia' > julia.conf
-}
-
-build() {
-  # SSE2 is a requirement for Julia on 32-bit x86
-  if [[ $CARCH == i686 ]]; then
-export JULIA_CPU_TARGET=pentium4
-  fi
-
-  make -C "$pkgname" prefix=/usr sysconfdir=/etc \
-MARCH=${CARCH/_/-} \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=0 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=0 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=1 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0
-}
-
-package_julia() {
-  backup=('etc/ld.so.conf.d/julia.conf' 'etc/julia/juliarc.jl')
-  depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'zlib' 
'lapack' 'suitesparse' 'pcre2')
-  install='sysfix.install'
-
-  make -C "$pkgname" DESTDIR="$pkgdir" \
-prefix=/usr sysconfdir=/etc  \
-MARCH=${CARCH/_/-} \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=0 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=0 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=1 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0 \
-install
-
-  # Remove duplicate man-page from julia/doc
-  rm -rvf "$pkgdir/usr/share/julia/doc/man"
-
-  # For /etc/ld.so.conf.d, FS#41731
-  install -Dm644 julia.conf "$pkgdir/etc/ld.so.conf.d/julia.conf"
-
-  # Documentation and examples are in the julia-docs package
-  rm -rvf "$pkgdir/usr/share/doc/"
-  rm -rvf "$pkgdir/usr/share/julia/doc/"
-  rm -rvf "$pkgdir/usr/share/julia/examples/"
-
-  cd "$pkgname"
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-package_julia-docs() {
-  pkgdesc='Documentation and examples for Julia'
-
-  install -d "$pkgdir/usr/share/doc"
-
-  cd "$srcdir/$pkgbase"
-  cp -rv "doc" "$pkgdir/usr/share/doc/$pkgbase"
-  cp -rv "examples" "$pkgdir/usr/share/doc/$pkgbase/examples"
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# getver: julialang.org/downloads
-# vim:set ts=2 sw=2 et:

Copied: julia/repos/community-i686/PKGBUILD (from rev 146829, 
julia/trunk/PKGBUILD)

  1   2   >