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

2016-01-21 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 14:36:41
  Author: fyan
Revision: 158418

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

Added:
  haskell-js-jquery/repos/community-i686/
  haskell-js-jquery/repos/community-i686/PKGBUILD
(from rev 158417, haskell-js-jquery/trunk/PKGBUILD)
  haskell-js-jquery/repos/community-i686/haskell-js-jquery.install
(from rev 158417, haskell-js-jquery/trunk/haskell-js-jquery.install)
  haskell-js-jquery/repos/community-x86_64/
  haskell-js-jquery/repos/community-x86_64/PKGBUILD
(from rev 158417, haskell-js-jquery/trunk/PKGBUILD)
  haskell-js-jquery/repos/community-x86_64/haskell-js-jquery.install
(from rev 158417, haskell-js-jquery/trunk/haskell-js-jquery.install)

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

Copied: haskell-js-jquery/repos/community-i686/PKGBUILD (from rev 158417, 
haskell-js-jquery/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-21 13:36:41 UTC (rev 158418)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=js-jquery
+pkgname=haskell-js-jquery
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="Obtain minified jQuery code"
+url="https://github.com/ndmitchell/js-jquery#readme;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('23535bdcd96bc45f96ac0bdd67ee83b761816612a5dff7d2c13b081fecca59a6')
+
+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-js-jquery/repos/community-i686/haskell-js-jquery.install (from 
rev 158417, haskell-js-jquery/trunk/haskell-js-jquery.install)
===
--- community-i686/haskell-js-jquery.install(rev 0)
+++ community-i686/haskell-js-jquery.install2016-01-21 13:36:41 UTC (rev 
158418)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-js-jquery
+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-js-jquery/repos/community-x86_64/PKGBUILD (from rev 158417, 
haskell-js-jquery/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-21 13:36:41 UTC (rev 158418)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=js-jquery
+pkgname=haskell-js-jquery
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="Obtain minified jQuery code"
+url="https://github.com/ndmitchell/js-jquery#readme;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('23535bdcd96bc45f96ac0bdd67ee83b761816612a5dff7d2c13b081fecca59a6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O 

[arch-commits] Commit in (5 files)

2016-01-21 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 15:03:35
  Author: fyan
Revision: 158419

addpkg: haskell-js-flot 0.8.3-1

Added:
  haskell-js-flot/
  haskell-js-flot/repos/
  haskell-js-flot/trunk/
  haskell-js-flot/trunk/PKGBUILD
  haskell-js-flot/trunk/haskell-js-flot.install

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

Added: haskell-js-flot/trunk/PKGBUILD
===
--- haskell-js-flot/trunk/PKGBUILD  (rev 0)
+++ haskell-js-flot/trunk/PKGBUILD  2016-01-21 14:03:35 UTC (rev 158419)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=js-flot
+pkgname=haskell-js-flot
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="Obtain minified flot code"
+url="https://github.com/ndmitchell/js-flot#readme;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('1ba2f2a6b8d85da76c41f526c98903cbb107f8642e506c072c1e7e3c20fe5e7a')
+
+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-js-flot/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-js-flot/trunk/haskell-js-flot.install
===
--- haskell-js-flot/trunk/haskell-js-flot.install   
(rev 0)
+++ haskell-js-flot/trunk/haskell-js-flot.install   2016-01-21 14:03:35 UTC 
(rev 158419)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-js-flot
+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 bugzilla/repos/community-any (PKGBUILD PKGBUILD)

2016-01-21 Thread Sergej Pupykin
Date: Thursday, January 21, 2016 @ 12:25:04
  Author: spupykin
Revision: 158410

archrelease: copy trunk to community-any

Added:
  bugzilla/repos/community-any/PKGBUILD
(from rev 158409, bugzilla/trunk/PKGBUILD)
Deleted:
  bugzilla/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-21 11:24:53 UTC (rev 158409)
+++ PKGBUILD2016-01-21 11:25:04 UTC (rev 158410)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=bugzilla
-pkgver=5.0.1
-pkgrel=1
-pkgdesc="bug tracker"
-arch=('any')
-url="http://www.bugzilla.org;
-license=("GPL")
-depends=(perl perl-timedate perl-datetime
-perl-chart perl-email-abstract perl-email-address 
perl-email-date-format
-perl-email-messageid perl-email-mime 
perl-email-mime-attachment-stripper
-perl-email-mime-contenttype perl-email-mime-encodings
-perl-email-mime-modifier perl-email-mime-creator perl-email-reply 
perl-email-send perl-email-simple
-perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
-perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
-perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit
-perl-data-dumper perl-math-random-isaac perl-email-sender)
-optdepends=('perl-dbd-pg'
-   'perl-dbd-mysql'
-   'perl-dbd-oracle'
-   'python2'
-   'ruby'
-   'perl-class-trigger'
-   'perl-data-objectdriver'
-   'perl-html-formattext-withlinks'
-   'perl-test-taint'
-   'perl-theschwartz'
-   'perl-xmlrpc-lite')
-options=(!strip)
-backup=('srv/http/bugzilla/.htaccess')
-source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
-md5sums=('429f560410da3fd65c8a750323881fea')
-
-package() {
-  cd $srcdir
-  install -d -m0755 $pkgdir/srv/http
-  find $pkgname-$pkgver -type d -name CVS -exec rm -rf {} \; || true
-  find $pkgname-$pkgver -type f -name .cvsignore -exec rm -f {} \; || true
-  cp -a $pkgname-$pkgver $pkgdir/srv/http/bugzilla
-  rm -rf $pkgdir/srv/http/bugzilla/.bzr
-  rm -rf $pkgdir/srv/http/bugzilla/.bzrrev
-  rm -rf $pkgdir/srv/http/bugzilla/.bzrignore
-  rm -rf $pkgdir/srv/http/bugzilla/.git
-  rm -rf $pkgdir/srv/http/bugzilla/.gitignore
-}

Copied: bugzilla/repos/community-any/PKGBUILD (from rev 158409, 
bugzilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-21 11:25:04 UTC (rev 158410)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=bugzilla
+pkgver=5.0.2
+pkgrel=1
+pkgdesc="bug tracker"
+arch=('any')
+url="http://www.bugzilla.org;
+license=("GPL")
+depends=(perl perl-timedate perl-datetime
+perl-chart perl-email-abstract perl-email-address 
perl-email-date-format
+perl-email-messageid perl-email-mime 
perl-email-mime-attachment-stripper
+perl-email-mime-contenttype perl-email-mime-encodings
+perl-email-mime-modifier perl-email-mime-creator perl-email-reply 
perl-email-send perl-email-simple
+perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
+perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
+perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit
+perl-data-dumper perl-math-random-isaac perl-email-sender)
+optdepends=('perl-dbd-pg'
+   'perl-dbd-mysql'
+   'perl-dbd-oracle'
+   'python2'
+   'ruby'
+   'perl-class-trigger'
+   'perl-data-objectdriver'
+   'perl-html-formattext-withlinks'
+   'perl-test-taint'
+   'perl-theschwartz'
+   'perl-xmlrpc-lite')
+options=(!strip)
+backup=('srv/http/bugzilla/.htaccess')
+source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
+md5sums=('84e6a070d425846d55a1f926e883957e')
+
+package() {
+  cd $srcdir
+  install -d -m0755 $pkgdir/srv/http
+  find $pkgname-$pkgver -type d -name CVS -exec rm -rf {} \; || true
+  find $pkgname-$pkgver -type f -name .cvsignore -exec rm -f {} \; || true
+  cp -a $pkgname-$pkgver $pkgdir/srv/http/bugzilla
+  rm -rf $pkgdir/srv/http/bugzilla/.bzr
+  rm -rf $pkgdir/srv/http/bugzilla/.bzrrev
+  rm -rf $pkgdir/srv/http/bugzilla/.bzrignore
+  rm -rf $pkgdir/srv/http/bugzilla/.git
+  rm -rf $pkgdir/srv/http/bugzilla/.gitignore
+}


[arch-commits] Commit in umlet/repos/community-any (6 files)

2016-01-21 Thread Sergej Pupykin
Date: Thursday, January 21, 2016 @ 12:25:35
  Author: spupykin
Revision: 158414

archrelease: copy trunk to community-any

Added:
  umlet/repos/community-any/PKGBUILD
(from rev 158413, umlet/trunk/PKGBUILD)
  umlet/repos/community-any/UMLet.sh.diff
(from rev 158413, umlet/trunk/UMLet.sh.diff)
  umlet/repos/community-any/umlet.desktop
(from rev 158413, umlet/trunk/umlet.desktop)
Deleted:
  umlet/repos/community-any/PKGBUILD
  umlet/repos/community-any/UMLet.sh.diff
  umlet/repos/community-any/umlet.desktop

---+
 PKGBUILD  |   73 
 UMLet.sh.diff |   32 
 umlet.desktop |   22 
 3 files changed, 64 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-21 11:25:23 UTC (rev 158413)
+++ PKGBUILD2016-01-21 11:25:35 UTC (rev 158414)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Gleidson Echeli 
-
-pkgname=umlet
-pkgver=14.1
-pkgrel=1
-pkgdesc="Free UML Tool for Fast UML Diagrams (stand-alone version)"
-arch=('any')
-url="http://www.umlet.com;
-license=('GPL')
-depends=('java-runtime')
-makedepends=('unzip' 'patch')
-source=("http://www.umlet.com/umlet_${pkgver//./_}/umlet-standalone-${pkgver}.zip;
-   'umlet.desktop'
-   'UMLet.sh.diff')
-md5sums=('a0c0d48e501efb7151eff5f8952ef21e'
- '4efcfeea2f54b849bc86e3f1905449be'
- 'ef9620bd90f0e3bba7133629cf5885c8')
-
-prepare() {
-  cd ${srcdir}/Umlet
-  patch -Np1 -i ../UMLet.sh.diff
-  rm -f umlet.sh.orig
-  rm -f Umlet.exe
-}
-
-package() {
-  cd ${srcdir}/Umlet
-  mkdir -p ${pkgdir}/usr/bin
-  ln -s /usr/share/umlet/umlet.sh ${pkgdir}/usr/bin/umlet
-  install -d -m755 ${pkgdir}/usr/share
-  mv ${srcdir}/Umlet ${pkgdir}/usr/share/umlet
-  install -D -m644 ${srcdir}/umlet.desktop 
$pkgdir/usr/share/applications/umlet.desktop
-  chmod a+x ${pkgdir}/usr/share/umlet/umlet.sh
-}

Copied: umlet/repos/community-any/PKGBUILD (from rev 158413, 
umlet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-21 11:25:35 UTC (rev 158414)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Gleidson Echeli 
+
+pkgname=umlet
+pkgver=14.1.1
+_pkgver=14_1
+pkgrel=1
+pkgdesc="Free UML Tool for Fast UML Diagrams (stand-alone version)"
+arch=('any')
+url="http://www.umlet.com;
+license=('GPL')
+depends=('java-runtime')
+makedepends=('unzip' 'patch')
+source=("http://www.umlet.com/umlet_${_pkgver}/umlet-standalone-${pkgver}.zip;
+   'umlet.desktop'
+   'UMLet.sh.diff')
+md5sums=('73d4f2797599d6f460148ff8d3ea6df4'
+ '4efcfeea2f54b849bc86e3f1905449be'
+ 'ef9620bd90f0e3bba7133629cf5885c8')
+
+prepare() {
+  cd ${srcdir}/Umlet
+  patch -Np1 -i ../UMLet.sh.diff
+  rm -f umlet.sh.orig
+  rm -f Umlet.exe
+}
+
+package() {
+  cd ${srcdir}/Umlet
+  mkdir -p ${pkgdir}/usr/bin
+  ln -s /usr/share/umlet/umlet.sh ${pkgdir}/usr/bin/umlet
+  install -d -m755 ${pkgdir}/usr/share
+  mv ${srcdir}/Umlet ${pkgdir}/usr/share/umlet
+  install -D -m644 ${srcdir}/umlet.desktop 
$pkgdir/usr/share/applications/umlet.desktop
+  chmod a+x ${pkgdir}/usr/share/umlet/umlet.sh
+}

Deleted: UMLet.sh.diff
===
--- UMLet.sh.diff   2016-01-21 11:25:23 UTC (rev 158413)
+++ UMLet.sh.diff   2016-01-21 11:25:35 UTC (rev 158414)
@@ -1,16 +0,0 @@
-diff -wbBur Umlet/umlet.sh Umlet.my/umlet.sh
 Umlet/umlet.sh 2011-02-18 18:27:14.0 +
-+++ Umlet.my/umlet.sh  2011-03-03 15:20:48.0 +
-@@ -2,11 +2,7 @@
- 
- # Shell script for running umlet from the command prompt in linux
- 
--# If you want to put umlet.sh in your home bin directory ($HOME/bin/) to 
start it from anywhere with
--#$ umlet.sh myDiagram.uxf
--# you must specify the programDir directly instead
--#programDir=/path/to/umlet
--programDir=$(cd $(dirname $0);pwd)
-+programDir=/usr/share/umlet
- 
- if [ $# -gt 0 ]
-  then java -jar ${programDir}/umlet.jar -filename="$1"

Copied: umlet/repos/community-any/UMLet.sh.diff (from rev 158413, 
umlet/trunk/UMLet.sh.diff)
===
--- UMLet.sh.diff   (rev 0)
+++ UMLet.sh.diff   2016-01-21 11:25:35 UTC (rev 158414)
@@ -0,0 +1,16 @@
+diff -wbBur Umlet/umlet.sh Umlet.my/umlet.sh
+--- Umlet/umlet.sh 2011-02-18 18:27:14.0 +
 Umlet.my/umlet.sh  2011-03-03 15:20:48.0 +
+@@ -2,11 +2,7 @@
+ 
+ # Shell script for running umlet from the command prompt in linux
+ 
+-# If you want to put umlet.sh in your home bin directory ($HOME/bin/) to 
start it from anywhere with
+-#$ umlet.sh myDiagram.uxf
+-# you must specify the programDir directly instead

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

2016-01-21 Thread Sergej Pupykin
Date: Thursday, January 21, 2016 @ 12:24:53
  Author: spupykin
Revision: 158409

upgpkg: bugzilla 5.0.2-1

upd

Modified:
  bugzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 10:34:01 UTC (rev 158408)
+++ PKGBUILD2016-01-21 11:24:53 UTC (rev 158409)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bugzilla
-pkgver=5.0.1
+pkgver=5.0.2
 pkgrel=1
 pkgdesc="bug tracker"
 arch=('any')
@@ -32,7 +32,7 @@
 options=(!strip)
 backup=('srv/http/bugzilla/.htaccess')
 
source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
-md5sums=('429f560410da3fd65c8a750323881fea')
+md5sums=('84e6a070d425846d55a1f926e883957e')
 
 package() {
   cd $srcdir


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

2016-01-21 Thread Sergej Pupykin
Date: Thursday, January 21, 2016 @ 12:25:17
  Author: spupykin
Revision: 158412

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-21 11:25:08 UTC (rev 158411)
+++ PKGBUILD2016-01-21 11:25:17 UTC (rev 158412)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor : Giedrius Slavinskas 
-
-pkgbase=python-babel
-pkgname=(python-babel python2-babel)
-pkgver=2.1.1
-pkgrel=2
-pkgdesc="A collection of tools for internationalizing Python applications"
-url="http://babel.pocoo.org/;
-license=("BSD")
-arch=('any')
-makedepends=('python' 'python2'
-   'python-setuptools' 'python2-setuptools'
-   'python-pytz' 'python2-pytz')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/mitsuhiko/babel/archive/$pkgver.tar.gz;)
-md5sums=('40cbe93a1ce8c1be06dca47fb8b20963')
-
-package_python-babel() {
-  depends=('python' 'python-pytz')
-
-  cd $srcdir/babel-${pkgver}
-  python3 setup.py import_cldr
-  python3 setup.py install --root=$pkgdir
-  install -D -m0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-babel() {
-  depends=('python2' 'python2-pytz')
-
-  cd $srcdir/babel-${pkgver}
-  python2 setup.py import_cldr
-  python2 setup.py install --root=$pkgdir
-  mv $pkgdir/usr/bin/pybabel $pkgdir/usr/bin/pybabel2
-  install -D -m0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-babel/repos/community-any/PKGBUILD (from rev 158411, 
python-babel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-21 11:25:17 UTC (rev 158412)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor : Giedrius Slavinskas 
+
+pkgbase=python-babel
+pkgname=(python-babel python2-babel)
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="A collection of tools for internationalizing Python applications"
+url="http://babel.pocoo.org/;
+license=("BSD")
+arch=('any')
+makedepends=('python' 'python2'
+   'python-setuptools' 'python2-setuptools'
+   'python-pytz' 'python2-pytz')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/mitsuhiko/babel/archive/$pkgver.tar.gz;)
+md5sums=('44ad7b474978a4976ce5a83e9e33aaa1')
+
+package_python-babel() {
+  depends=('python' 'python-pytz')
+
+  cd $srcdir/babel-${pkgver}
+  python3 setup.py import_cldr
+  python3 setup.py install --root=$pkgdir
+  install -D -m0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-babel() {
+  depends=('python2' 'python2-pytz')
+
+  cd $srcdir/babel-${pkgver}
+  python2 setup.py import_cldr
+  python2 setup.py install --root=$pkgdir
+  mv $pkgdir/usr/bin/pybabel $pkgdir/usr/bin/pybabel2
+  install -D -m0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-01-21 Thread Sergej Pupykin
Date: Thursday, January 21, 2016 @ 12:25:08
  Author: spupykin
Revision: 158411

upgpkg: python-babel 2.2.0-1

upd

Modified:
  python-babel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 11:25:04 UTC (rev 158410)
+++ PKGBUILD2016-01-21 11:25:08 UTC (rev 158411)
@@ -4,8 +4,8 @@
 
 pkgbase=python-babel
 pkgname=(python-babel python2-babel)
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="A collection of tools for internationalizing Python applications"
 url="http://babel.pocoo.org/;
 license=("BSD")
@@ -14,7 +14,7 @@
'python-setuptools' 'python2-setuptools'
'python-pytz' 'python2-pytz')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/mitsuhiko/babel/archive/$pkgver.tar.gz;)
-md5sums=('40cbe93a1ce8c1be06dca47fb8b20963')
+md5sums=('44ad7b474978a4976ce5a83e9e33aaa1')
 
 package_python-babel() {
   depends=('python' 'python-pytz')


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

2016-01-21 Thread Sergej Pupykin
Date: Thursday, January 21, 2016 @ 12:25:23
  Author: spupykin
Revision: 158413

upgpkg: umlet 14.1.1-1

upd

Modified:
  umlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 11:25:17 UTC (rev 158412)
+++ PKGBUILD2016-01-21 11:25:23 UTC (rev 158413)
@@ -3,7 +3,8 @@
 # Contributor: Gleidson Echeli 
 
 pkgname=umlet
-pkgver=14.1
+pkgver=14.1.1
+_pkgver=14_1
 pkgrel=1
 pkgdesc="Free UML Tool for Fast UML Diagrams (stand-alone version)"
 arch=('any')
@@ -11,10 +12,10 @@
 license=('GPL')
 depends=('java-runtime')
 makedepends=('unzip' 'patch')
-source=("http://www.umlet.com/umlet_${pkgver//./_}/umlet-standalone-${pkgver}.zip;
+source=("http://www.umlet.com/umlet_${_pkgver}/umlet-standalone-${pkgver}.zip;
'umlet.desktop'
'UMLet.sh.diff')
-md5sums=('a0c0d48e501efb7151eff5f8952ef21e'
+md5sums=('73d4f2797599d6f460148ff8d3ea6df4'
  '4efcfeea2f54b849bc86e3f1905449be'
  'ef9620bd90f0e3bba7133629cf5885c8')
 


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

2016-01-21 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 15:04:03
  Author: fyan
Revision: 158420

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

Added:
  haskell-js-flot/repos/community-i686/
  haskell-js-flot/repos/community-i686/PKGBUILD
(from rev 158419, haskell-js-flot/trunk/PKGBUILD)
  haskell-js-flot/repos/community-i686/haskell-js-flot.install
(from rev 158419, haskell-js-flot/trunk/haskell-js-flot.install)
  haskell-js-flot/repos/community-x86_64/
  haskell-js-flot/repos/community-x86_64/PKGBUILD
(from rev 158419, haskell-js-flot/trunk/PKGBUILD)
  haskell-js-flot/repos/community-x86_64/haskell-js-flot.install
(from rev 158419, haskell-js-flot/trunk/haskell-js-flot.install)

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

Copied: haskell-js-flot/repos/community-i686/PKGBUILD (from rev 158419, 
haskell-js-flot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-21 14:04:03 UTC (rev 158420)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=js-flot
+pkgname=haskell-js-flot
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="Obtain minified flot code"
+url="https://github.com/ndmitchell/js-flot#readme;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('1ba2f2a6b8d85da76c41f526c98903cbb107f8642e506c072c1e7e3c20fe5e7a')
+
+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-js-flot/repos/community-i686/haskell-js-flot.install (from rev 
158419, haskell-js-flot/trunk/haskell-js-flot.install)
===
--- community-i686/haskell-js-flot.install  (rev 0)
+++ community-i686/haskell-js-flot.install  2016-01-21 14:04:03 UTC (rev 
158420)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-js-flot
+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-js-flot/repos/community-x86_64/PKGBUILD (from rev 158419, 
haskell-js-flot/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-21 14:04:03 UTC (rev 158420)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=js-flot
+pkgname=haskell-js-flot
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="Obtain minified flot code"
+url="https://github.com/ndmitchell/js-flot#readme;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('1ba2f2a6b8d85da76c41f526c98903cbb107f8642e506c072c1e7e3c20fe5e7a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr 

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

2016-01-21 Thread Guillaume Alaux
Date: Thursday, January 21, 2016 @ 13:54:58
  Author: guillaume
Revision: 258467

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

Added:
  java7-openjdk/repos/extra-i686/PKGBUILD
(from rev 258466, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/extra-i686/fontconfig-paths.diff
(from rev 258466, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/extra-i686/jdk7-openjdk.install
(from rev 258466, java7-openjdk/trunk/jdk7-openjdk.install)
  java7-openjdk/repos/extra-i686/jre7-openjdk-headless.install
(from rev 258466, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/extra-i686/jre7-openjdk.install
(from rev 258466, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff
(from rev 258466, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
  java7-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 258466, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff
(from rev 258466, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.install
(from rev 258466, java7-openjdk/trunk/jdk7-openjdk.install)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk-headless.install
(from rev 258466, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.install
(from rev 258466, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff
(from rev 258466, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
Deleted:
  java7-openjdk/repos/extra-i686/PKGBUILD
  java7-openjdk/repos/extra-i686/fontconfig-paths.diff
  java7-openjdk/repos/extra-i686/jdk7-openjdk.install
  java7-openjdk/repos/extra-i686/jre7-openjdk-headless.install
  java7-openjdk/repos/extra-i686/jre7-openjdk.install
  java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff
  java7-openjdk/repos/extra-x86_64/PKGBUILD
  java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.install
  java7-openjdk/repos/extra-x86_64/jre7-openjdk-headless.install
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.install
  java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff

--+
 /PKGBUILD|  624 +
 /fontconfig-paths.diff   |  268 ++
 /jdk7-openjdk.install|  100 
 /jre7-openjdk-headless.install   |   96 +++
 /jre7-openjdk.install|  110 
 /openjdk7_nonreparenting-wm.diff |  116 
 extra-i686/PKGBUILD  |  322 
 extra-i686/fontconfig-paths.diff |  134 -
 extra-i686/jdk7-openjdk.install  |   50 --
 extra-i686/jre7-openjdk-headless.install |   48 -
 extra-i686/jre7-openjdk.install  |   55 --
 extra-i686/openjdk7_nonreparenting-wm.diff   |   58 --
 extra-x86_64/PKGBUILD|  322 
 extra-x86_64/fontconfig-paths.diff   |  134 -
 extra-x86_64/jdk7-openjdk.install|   50 --
 extra-x86_64/jre7-openjdk-headless.install   |   48 -
 extra-x86_64/jre7-openjdk.install|   55 --
 extra-x86_64/openjdk7_nonreparenting-wm.diff |   58 --
 18 files changed, 1314 insertions(+), 1334 deletions(-)

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


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

2016-01-21 Thread Guillaume Alaux
Date: Thursday, January 21, 2016 @ 13:18:28
  Author: guillaume
Revision: 258465

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

Added:
  java8-openjdk/repos/extra-i686/PKGBUILD
(from rev 258464, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/extra-i686/install_jdk8-openjdk.sh
(from rev 258464, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/extra-i686/install_jre8-openjdk-headless.sh
(from rev 258464, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/extra-i686/install_jre8-openjdk.sh
(from rev 258464, java8-openjdk/trunk/install_jre8-openjdk.sh)
  java8-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 258464, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
(from rev 258464, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
(from rev 258464, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh
(from rev 258464, java8-openjdk/trunk/install_jre8-openjdk.sh)
Deleted:
  java8-openjdk/repos/extra-i686/PKGBUILD
  java8-openjdk/repos/extra-i686/install_jdk8-openjdk.sh
  java8-openjdk/repos/extra-i686/install_jre8-openjdk-headless.sh
  java8-openjdk/repos/extra-i686/install_jre8-openjdk.sh
  java8-openjdk/repos/extra-x86_64/PKGBUILD
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh

---+
 /PKGBUILD |  566 
 /install_jdk8-openjdk.sh  |  100 
 /install_jre8-openjdk-headless.sh |   96 
 /install_jre8-openjdk.sh  |  110 
 extra-i686/PKGBUILD   |  283 
 extra-i686/install_jdk8-openjdk.sh|   50 --
 extra-i686/install_jre8-openjdk-headless.sh   |   48 --
 extra-i686/install_jre8-openjdk.sh|   55 --
 extra-x86_64/PKGBUILD |  283 
 extra-x86_64/install_jdk8-openjdk.sh  |   50 --
 extra-x86_64/install_jre8-openjdk-headless.sh |   48 --
 extra-x86_64/install_jre8-openjdk.sh  |   55 --
 12 files changed, 872 insertions(+), 872 deletions(-)

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


[arch-commits] Commit in (5 files)

2016-01-21 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 14:35:54
  Author: fyan
Revision: 158417

addpkg: haskell-js-jquery 1.12.0-1

Added:
  haskell-js-jquery/
  haskell-js-jquery/repos/
  haskell-js-jquery/trunk/
  haskell-js-jquery/trunk/PKGBUILD
  haskell-js-jquery/trunk/haskell-js-jquery.install

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

Added: haskell-js-jquery/trunk/PKGBUILD
===
--- haskell-js-jquery/trunk/PKGBUILD(rev 0)
+++ haskell-js-jquery/trunk/PKGBUILD2016-01-21 13:35:54 UTC (rev 158417)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=js-jquery
+pkgname=haskell-js-jquery
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="Obtain minified jQuery code"
+url="https://github.com/ndmitchell/js-jquery#readme;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('23535bdcd96bc45f96ac0bdd67ee83b761816612a5dff7d2c13b081fecca59a6')
+
+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-js-jquery/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-js-jquery/trunk/haskell-js-jquery.install
===
--- haskell-js-jquery/trunk/haskell-js-jquery.install   
(rev 0)
+++ haskell-js-jquery/trunk/haskell-js-jquery.install   2016-01-21 13:35:54 UTC 
(rev 158417)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-js-jquery
+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 (idris idris/repos idris/trunk idris/trunk/PKGBUILD)

2016-01-21 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 13:48:41
  Author: fyan
Revision: 158415

addpkg: idris 0.10-1

Added:
  idris/
  idris/repos/
  idris/trunk/
  idris/trunk/PKGBUILD

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

Added: idris/trunk/PKGBUILD
===
--- idris/trunk/PKGBUILD(rev 0)
+++ idris/trunk/PKGBUILD2016-01-21 12:48:41 UTC (rev 158415)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.10
+pkgrel=1
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-annotated-wl-pprint" "haskell-ansi-terminal" 
"haskell-ansi-wl-pprint"
+ "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" 
"haskell-mtl" "haskell-libffi"
+ "haskell-network" "haskell-optparse-applicative" "haskell-parsers" 
"haskell-safe"
+ "haskell-split" "haskell-text" "haskell-transformers-compat" 
"haskell-trifecta"
+ "haskell-uniplate" "haskell-unordered-containers" 
"haskell-utf8-string" "haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('5593feca2cdd00ff819f37135da496111b3af06b664f4cd1f4aecba6ac6e6a10')
+
+prepare() {
+sed -i "s/, async < 2.1/, async < 2.2/" 
${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP # -fcurses
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 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() {
+depends=('gmp' 'libffi' 'zlib')
+
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}
+


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


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

2016-01-21 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 13:49:13
  Author: fyan
Revision: 158416

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

Added:
  idris/repos/community-i686/
  idris/repos/community-i686/PKGBUILD
(from rev 158415, idris/trunk/PKGBUILD)
  idris/repos/community-x86_64/
  idris/repos/community-x86_64/PKGBUILD
(from rev 158415, idris/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   48 
 community-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: idris/repos/community-i686/PKGBUILD (from rev 158415, 
idris/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-21 12:49:13 UTC (rev 158416)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.10
+pkgrel=1
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-annotated-wl-pprint" "haskell-ansi-terminal" 
"haskell-ansi-wl-pprint"
+ "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" 
"haskell-mtl" "haskell-libffi"
+ "haskell-network" "haskell-optparse-applicative" "haskell-parsers" 
"haskell-safe"
+ "haskell-split" "haskell-text" "haskell-transformers-compat" 
"haskell-trifecta"
+ "haskell-uniplate" "haskell-unordered-containers" 
"haskell-utf8-string" "haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('5593feca2cdd00ff819f37135da496111b3af06b664f4cd1f4aecba6ac6e6a10')
+
+prepare() {
+sed -i "s/, async < 2.1/, async < 2.2/" 
${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP # -fcurses
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 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() {
+depends=('gmp' 'libffi' 'zlib')
+
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}
+

Copied: idris/repos/community-x86_64/PKGBUILD (from rev 158415, 
idris/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-21 12:49:13 UTC (rev 158416)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.10
+pkgrel=1
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-annotated-wl-pprint" "haskell-ansi-terminal" 
"haskell-ansi-wl-pprint"
+ "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" 
"haskell-mtl" "haskell-libffi"
+ "haskell-network" "haskell-optparse-applicative" "haskell-parsers" 
"haskell-safe"
+ "haskell-split" "haskell-text" "haskell-transformers-compat" 
"haskell-trifecta"
+ "haskell-uniplate" "haskell-unordered-containers" 
"haskell-utf8-string" "haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('5593feca2cdd00ff819f37135da496111b3af06b664f4cd1f4aecba6ac6e6a10')
+
+prepare() {
+sed -i "s/, async < 2.1/, async < 2.2/" 
${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP # -fcurses
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+

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

2016-01-21 Thread Guillaume Alaux
Date: Thursday, January 21, 2016 @ 13:48:33
  Author: guillaume
Revision: 258466

Upstream release 7.u95_2.6.4-1

Modified:
  java7-openjdk/trunk/PKGBUILD

--+
 PKGBUILD |   32 +++-
 1 file changed, 11 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 12:18:28 UTC (rev 258465)
+++ PKGBUILD2016-01-21 12:48:33 UTC (rev 258466)
@@ -6,15 +6,15 @@
 pkgname=('jre7-openjdk-headless' 'jre7-openjdk' 'jdk7-openjdk' 'openjdk7-src' 
'openjdk7-doc')
 pkgbase=java7-openjdk
 _java_ver=7
-_icedtea_ver=2.6.3
+_icedtea_ver=2.6.4
 #pkgver() {
 #  _updatever=$(grep -E "^JDK_UPDATE_VERSION = (.)+" 
${srcdir}/icedtea-${_icedtea_ver}/Makefile.am \
 #| sed -r 's/^JDK_UPDATE_VERSION = (.+)$/\1/')
 #  echo ${_java_ver}.u${_updatever}_${_icedtea_ver}
 #}
-_updatever=91
+_updatever=95
 pkgver=${_java_ver}.u${_updatever}_${_icedtea_ver}
-pkgrel=3
+pkgrel=1
 
 _bootstrap=0 # 0/1 for quick build or full bootstrap
 
@@ -42,14 +42,14 @@
 
 # http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2357
 
-sha256sums=('c19eafacd23c81179934acab123511c424cd07c094739fa33778bf7cc80e14d0'
-'4911adb6d7877b014777b6db6d90f1d1626314bd0c6a2c9cf9911d1e11eb4b49'
-'92fa1e73dc0eb463bccd9ce3636643f492b8935cb7a23b91c5d855f4641382af'
-'94cda3ba29ab3cd36d50f2e6c98a5e250eb6372379e171288b3022b978136fc0'
-'14467736097197a199b483f24f8111e9c76252a2ad2a5f166c97585c0a3930d4'
-'7ad801d5f6b61818c78f2f39931df24d8c6f6a1c821180c998975ac884eb8af1'
-'a53fe8912b8190d82615778cf8bfb77202a55adcdc5bacc56ce7738b6a654335'
-'984918bcb571fecebd490160935bb282c60eb9e17b4fc8fc77733d8da164c33a'
+sha256sums=('ef5dd43c5f87742ac28519420055ad24acaca55b005b5b2e339cf3e451d716c1'
+'bb02e71972ad606e739c79fc11c6dc61b4840a526a41049a600a206cc37152e2'
+'26bbfae0504fb7e83fd5eaba08d9e44e0c07a609cdf7c04fb6832a097b56bc08'
+'097cb0423271b6439b36db190a66bab9d447dd03ee22e42a6089a3b3b8363f62'
+'da7604aaaedaab93ba9ad21ee5ee8f18c807606a97d60037ae8c3647e823dfa1'
+'9d3199c0f9c39238c6920c941026cf8661a92e97845f75d74e9ff277532b5d63'
+'f9b0ce14c73c263276d3dfe78601714869cd2c0463bd01c637c8556d52a7d7cc'
+'3747417c3ba69d1ff7d80dc6df19454c4f4023c35f8b711e47baefe2fc772e65'
 '9ad943ceb3dbcdf45d72974fc3667886a7ed65c69ab9abc17be5412827551a7f'
 '56b919ababb13bd6afdcdaceb112b529b6e82539255f2dae9a7e5eb91645164b')
 
@@ -310,13 +310,3 @@
 cp -a $i "${pkgdir}/usr/share/doc/openjdk7-doc/"
   done
 }
-sha256sums=('89183993d3dd794b4e2a428a8a0a35f1ce77c4ae64563e53f3a08c058ea134cc'
-'9e5d26bb1888a8a1378e078953aa04314d4fb4f263ebbaf7f459110c21f8d46d'
-'1052ae3c70908aa3374818ada320685cb7abdc7bd7bbd3cfb4f26fbbe7435ec6'
-'a0e978bc07371901560a746cae492edf0bcb22ddbb9e47b77319ffda1351806b'
-'55897d92e368ac7df3e04d4f235e9dba12ea8264e20d4bd6b68e8c13e5addc1e'
-'583898549b52e958521474db34f2ce535b6a0926c7df1fa99a3f0321b3a109f5'
-'f14716df84e047b19884ac5b0830e87b6cdf1925d0951195255c9124e89df27e'
-'dd8f3771439b4d51fa84e3f9b384b80e6656cf1a19ee3492b4f2fe09b37eef0e'
-'9ad943ceb3dbcdf45d72974fc3667886a7ed65c69ab9abc17be5412827551a7f'
-'56b919ababb13bd6afdcdaceb112b529b6e82539255f2dae9a7e5eb91645164b')


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

2016-01-21 Thread Guillaume Alaux
Date: Thursday, January 21, 2016 @ 13:17:30
  Author: guillaume
Revision: 258464

Upstream release 8.u72-1

Modified:
  java8-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 08:21:52 UTC (rev 258463)
+++ PKGBUILD2016-01-21 12:17:30 UTC (rev 258464)
@@ -11,8 +11,8 @@
 pkgbase=java8-openjdk
 _java_ver=8
 # Found @ 
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
-_jdk_update=66
-_jdk_build=17
+_jdk_update=72
+_jdk_build=15
 pkgver=${_java_ver}.u${_jdk_update}
 _repo_ver=jdk${_java_ver}u${_jdk_update}-b${_jdk_build}
 pkgrel=1
@@ -31,14 +31,14 @@
 
langtools-${_repo_ver}.tar.gz::${_url_src}/langtools/archive/${_repo_ver}.tar.gz
 
nashorn-${_repo_ver}.tar.gz::${_url_src}/nashorn/archive/${_repo_ver}.tar.gz)
 
-sha256sums=('7bd68bbe99094c46744dbaf5563e3e49b08adc8ed7a8e24d8f10520d42b1a63b'
-'1dfa95d3e5747a48f2acf91b4c3f3b7233f65fd37078c096015ade80ceb5d93d'
-'f552ab7216d233296f64cb2551f43090b4ff1c0383bec365c910a913e25e61bb'
-'a6368996acc5f914acab7b000ce70f387b7994776fb00dc82882bdefc676c77b'
-'317f85ae5af4d2be44b8b5a4318512d344895e978530cc87544bf9987860b0cb'
-'e4a95401c4e45fc0471e42b2b62bdfad025eee57715583ce58b0da785159e2eb'
-'b58d81b7e873c2ebd9f96a6bbd538f68c1f457e4dfea3b262e52973a33f2e6f7'
-'ad5c17b67999179966175caa35684056a48eb74186191e8f1b8ff900b580b25a')
+sha256sums=('94747f09898562db20d77a7a74a063e82caa5a77b07e33b584567831ab4ee68b'
+'d4a995e471c8e825f83fef80e62144bb428d2ed5639a40225d0dca054b8b9320'
+'40fcbc62a57ee17c98a162d9854f83afbd2157a96769903c55f8c8d6125c0d86'
+'8050beb72c180cadf8952d185ec5af3caba580a826b0b042149d99ed9240e346'
+'8e0173a354861aa51ab270a8ddc75768d8f5340f5c51a9dee3c3a77f547c56b8'
+'0b3632c3d9e96b19767c3c4934f52faf6d9fae43da2b95a1844f899c5277a7e6'
+'14f0cde05fb14b49f898e3fa39262bf5f0f7eeb4a32341fcfb0928ca4c3a7c2f'
+'8efe237dca13ac33efedf356fa3fe9286326a1dcbc657c50665283170f474b71')
 
 case "${CARCH}" in
   'x86_64') _JARCH=amd64 ; _DOC_ARCH=x86_64 ;;


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

2016-01-21 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 11:34:01
  Author: fyan
Revision: 158408

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

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

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

Copied: haskell-libffi/repos/community-i686/PKGBUILD (from rev 158407, 
haskell-libffi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-21 10:34:01 UTC (rev 158408)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=libffi
+pkgname=haskell-libffi
+pkgver=0.1
+pkgrel=1
+pkgdesc="A binding to libffi"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('48387067c0f33bcfadf7a3bebbf48a55294202500f2b754229ffc8f12cb4f23c')
+
+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-libffi/repos/community-i686/haskell-libffi.install (from rev 
158407, haskell-libffi/trunk/haskell-libffi.install)
===
--- community-i686/haskell-libffi.install   (rev 0)
+++ community-i686/haskell-libffi.install   2016-01-21 10:34:01 UTC (rev 
158408)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-libffi
+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-libffi/repos/community-x86_64/PKGBUILD (from rev 158407, 
haskell-libffi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-21 10:34:01 UTC (rev 158408)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=libffi
+pkgname=haskell-libffi
+pkgver=0.1
+pkgrel=1
+pkgdesc="A binding to libffi"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('48387067c0f33bcfadf7a3bebbf48a55294202500f2b754229ffc8f12cb4f23c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+   

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

2016-01-21 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 09:21:52
  Author: fyan
Revision: 258463

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

Added:
  cmake/repos/testing-i686/
  cmake/repos/testing-i686/PKGBUILD
(from rev 258462, cmake/trunk/PKGBUILD)
  cmake/repos/testing-i686/cmake.install
(from rev 258462, cmake/trunk/cmake.install)
  cmake/repos/testing-i686/rebuild.list
(from rev 258462, cmake/trunk/rebuild.list)
  cmake/repos/testing-x86_64/
  cmake/repos/testing-x86_64/PKGBUILD
(from rev 258462, cmake/trunk/PKGBUILD)
  cmake/repos/testing-x86_64/cmake.install
(from rev 258462, cmake/trunk/cmake.install)
  cmake/repos/testing-x86_64/rebuild.list
(from rev 258462, cmake/trunk/rebuild.list)

--+
 testing-i686/PKGBUILD|   59 +
 testing-i686/cmake.install   |   12 
 testing-i686/rebuild.list|4 ++
 testing-x86_64/PKGBUILD  |   59 +
 testing-x86_64/cmake.install |   12 
 testing-x86_64/rebuild.list  |4 ++
 6 files changed, 150 insertions(+)

Copied: cmake/repos/testing-i686/PKGBUILD (from rev 258462, 
cmake/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-01-21 08:21:52 UTC (rev 258463)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=3.4.2
+pkgrel=1
+pkgdesc='A cross-platform open-source make system'
+arch=('i686' 'x86_64')
+url="http://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui'
+'libxkbcommon-x11: cmake-gui')
+install="${pkgname}.install"
+source=("http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('04545d3cc3801fe84223b864c4f7a53c')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--sphinx-man \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${vimpath}"/{help,indent,syntax}
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-help.vim \
+"${vimpath}"/help/
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-indent.vim \
+"${vimpath}"/indent/
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-syntax.vim \
+"${vimpath}"/syntax/
+
+  install -d "${pkgdir}"/usr/share/emacs/site-lisp/
+  emacs -batch -f batch-byte-compile \
+"${pkgdir}"/usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el \
+"${pkgdir}"/usr/share/emacs/site-lisp/
+
+  install -Dm644 Copyright.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: cmake/repos/testing-i686/cmake.install (from rev 258462, 
cmake/trunk/cmake.install)
===
--- testing-i686/cmake.install  (rev 0)
+++ testing-i686/cmake.install  2016-01-21 08:21:52 UTC (rev 258463)
@@ -0,0 +1,12 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+[[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || 
true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: cmake/repos/testing-i686/rebuild.list (from rev 258462, 
cmake/trunk/rebuild.list)
===
--- testing-i686/rebuild.list   (rev 0)
+++ testing-i686/rebuild.list   2016-01-21 08:21:52 UTC (rev 258463)
@@ -0,0 +1,4 @@
+quazip
+gluon
+sfml
+wt

Copied: cmake/repos/testing-x86_64/PKGBUILD (from rev 258462, 
cmake/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-01-21 08:21:52 UTC (rev 258463)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=3.4.2
+pkgrel=1
+pkgdesc='A cross-platform open-source make system'
+arch=('i686' 'x86_64')
+url="http://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui'
+'libxkbcommon-x11: cmake-gui')
+install="${pkgname}.install"

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

2016-01-21 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 09:21:03
  Author: fyan
Revision: 258462

upgpkg: cmake 3.4.2-1

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 04:59:34 UTC (rev 258461)
+++ PKGBUILD2016-01-21 08:21:03 UTC (rev 258462)
@@ -4,8 +4,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=cmake
-pkgver=3.4.1
-pkgrel=3
+pkgver=3.4.2
+pkgrel=1
 pkgdesc='A cross-platform open-source make system'
 arch=('i686' 'x86_64')
 url="http://www.cmake.org/;
@@ -16,7 +16,7 @@
 'libxkbcommon-x11: cmake-gui')
 install="${pkgname}.install"
 source=("http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('73acda0d33be9b2729af99893d99a012')
+md5sums=('04545d3cc3801fe84223b864c4f7a53c')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2016-01-21 Thread Christian Hesse
Date: Thursday, January 21, 2016 @ 11:04:46
  Author: eworm
Revision: 158406

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

Added:
  
mysql-workbench/repos/community-i686/0001-mysql-workbench-no-check-for-updates.patch
(from rev 158405, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  mysql-workbench/repos/community-i686/PKGBUILD
(from rev 158405, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-i686/arch_linux_profile.xml
(from rev 158405, mysql-workbench/trunk/arch_linux_profile.xml)
  mysql-workbench/repos/community-i686/mysql-workbench.install
(from rev 158405, mysql-workbench/trunk/mysql-workbench.install)
  
mysql-workbench/repos/community-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(from rev 158405, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  mysql-workbench/repos/community-x86_64/PKGBUILD
(from rev 158405, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-x86_64/arch_linux_profile.xml
(from rev 158405, mysql-workbench/trunk/arch_linux_profile.xml)
  mysql-workbench/repos/community-x86_64/mysql-workbench.install
(from rev 158405, mysql-workbench/trunk/mysql-workbench.install)
Deleted:
  
mysql-workbench/repos/community-i686/0001-mysql-workbench-no-check-for-updates.patch
  mysql-workbench/repos/community-i686/0002-mysql-connector-c++-json.patch
  mysql-workbench/repos/community-i686/PKGBUILD
  mysql-workbench/repos/community-i686/arch_linux_profile.xml
  mysql-workbench/repos/community-i686/mysql-workbench.install
  
mysql-workbench/repos/community-x86_64/0001-mysql-workbench-no-check-for-updates.patch
  mysql-workbench/repos/community-x86_64/0002-mysql-connector-c++-json.patch
  mysql-workbench/repos/community-x86_64/PKGBUILD
  mysql-workbench/repos/community-x86_64/arch_linux_profile.xml
  mysql-workbench/repos/community-x86_64/mysql-workbench.install

--+
 /0001-mysql-workbench-no-check-for-updates.patch |   42 +
 /PKGBUILD|  288 
++
 /mysql-workbench.install |   28 
 community-i686/0001-mysql-workbench-no-check-for-updates.patch   |   21 
 community-i686/0002-mysql-connector-c++-json.patch   |   41 -
 community-i686/PKGBUILD  |  150 -
 community-i686/mysql-workbench.install   |   14 
 community-x86_64/0001-mysql-workbench-no-check-for-updates.patch |   21 
 community-x86_64/0002-mysql-connector-c++-json.patch |   41 -
 community-x86_64/PKGBUILD|  150 -
 community-x86_64/mysql-workbench.install |   14 
 11 files changed, 358 insertions(+), 452 deletions(-)

Deleted: community-i686/0001-mysql-workbench-no-check-for-updates.patch
===
--- community-i686/0001-mysql-workbench-no-check-for-updates.patch  
2016-01-21 10:04:30 UTC (rev 158405)
+++ community-i686/0001-mysql-workbench-no-check-for-updates.patch  
2016-01-21 10:04:46 UTC (rev 158406)
@@ -1,21 +0,0 @@
-diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
-index a32256c..08d9a21 100644
 a/res/wbdata/main_menu.xml
-+++ b/res/wbdata/main_menu.xml
-@@ -2900,6 +2900,7 @@ value type="object" struct-name="app.MenuItem" 
id="com.mysql.wb.menu.view.fkhili
-   action
- 
- 
-+  
- 
- 
-   separator

Copied: 
mysql-workbench/repos/community-i686/0001-mysql-workbench-no-check-for-updates.patch
 (from rev 158405, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
===
--- community-i686/0001-mysql-workbench-no-check-for-updates.patch  
(rev 0)
+++ community-i686/0001-mysql-workbench-no-check-for-updates.patch  
2016-01-21 10:04:46 UTC (rev 158406)
@@ -0,0 +1,21 @@
+diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
+index a32256c..08d9a21 100644
+--- a/res/wbdata/main_menu.xml
 b/res/wbdata/main_menu.xml
+@@ -2900,6 +2900,7 @@ value type="object" struct-name="app.MenuItem" 
id="com.mysql.wb.menu.view.fkhili
+   action
+ 
+ 
++  
+ 
+ 
+   separator

Deleted: community-i686/0002-mysql-connector-c++-json.patch
===
--- community-i686/0002-mysql-connector-c++-json.patch  2016-01-21 10:04:30 UTC 
(rev 158405)
+++ community-i686/0002-mysql-connector-c++-json.patch  2016-01-21 10:04:46 UTC 
(rev 158406)
@@ -1,41 +0,0 @@
-diff --git a/cppconn/datatype.h b/cppconn/datatype.h
-index 7ada3bc..50c71cf 100644
 a/cppconn/datatype.h
-+++ b/cppconn/datatype.h
-@@ -59,7 +59,8 @@ public:
-   GEOMETRY,
-   

[arch-commits] Commit in (5 files)

2016-01-21 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 11:33:32
  Author: fyan
Revision: 158407

addpkg: haskell-libffi 0.1-1

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

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

Added: haskell-libffi/trunk/PKGBUILD
===
--- haskell-libffi/trunk/PKGBUILD   (rev 0)
+++ haskell-libffi/trunk/PKGBUILD   2016-01-21 10:33:32 UTC (rev 158407)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=libffi
+pkgname=haskell-libffi
+pkgver=0.1
+pkgrel=1
+pkgdesc="A binding to libffi"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('48387067c0f33bcfadf7a3bebbf48a55294202500f2b754229ffc8f12cb4f23c')
+
+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-libffi/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-libffi/trunk/haskell-libffi.install
===
--- haskell-libffi/trunk/haskell-libffi.install (rev 0)
+++ haskell-libffi/trunk/haskell-libffi.install 2016-01-21 10:33:32 UTC (rev 
158407)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-libffi
+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 plasma-framework/repos (4 files)

2016-01-21 Thread Antonio Rojas
Date: Thursday, January 21, 2016 @ 16:07:38
  Author: arojas
Revision: 258469

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

Added:
  plasma-framework/repos/extra-i686/PKGBUILD
(from rev 258468, plasma-framework/trunk/PKGBUILD)
  plasma-framework/repos/extra-x86_64/PKGBUILD
(from rev 258468, plasma-framework/trunk/PKGBUILD)
Deleted:
  plasma-framework/repos/extra-i686/PKGBUILD
  plasma-framework/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-21 15:07:08 UTC (rev 258468)
+++ extra-i686/PKGBUILD 2016-01-21 15:07:38 UTC (rev 258469)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-framework
-pkgver=5.18.0
-pkgrel=2
-pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/plasma-framework'
-license=('LGPL')
-depends=('qt5-quickcontrols' 'kactivities')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;
-   
bug358039.patch::"https://quickgit.kde.org/?p=plasma-framework.git=commitdiff=119375=plain;)
-md5sums=('45573350b9f2257a80beaa81bb1b1115'
- '56ac748aa1254e229ffa71fad98853d2')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix applet size breakage http://bugs.kde.org/show_bug.cgi?id=358039
-  patch -p1 -i ../bug358039.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DQML_INSTALL_DIR=lib/qt/qml \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: plasma-framework/repos/extra-i686/PKGBUILD (from rev 258468, 
plasma-framework/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-21 15:07:38 UTC (rev 258469)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-framework
+pkgver=5.18.0
+pkgrel=3
+pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/plasma-framework'
+license=('LGPL')
+depends=('qt5-quickcontrols' 'kactivities')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;
+   
bug358039.patch::"https://quickgit.kde.org/?p=plasma-framework.git=commitdiff=119375=plain;
+   
bug358200.patch::"https://quickgit.kde.org/?p=plasma-framework.git=commitdiff=f688c9=plain;)
+md5sums=('45573350b9f2257a80beaa81bb1b1115'
+ '56ac748aa1254e229ffa71fad98853d2'
+ 'c37964d1685a25213bb28156df276cc7')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix applet size breakage http://bugs.kde.org/show_bug.cgi?id=358039
+  patch -p1 -i ../bug358039.patch
+  patch -p1 -i ../bug358200.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-21 15:07:08 UTC (rev 258468)
+++ extra-x86_64/PKGBUILD   2016-01-21 15:07:38 UTC (rev 258469)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-framework
-pkgver=5.18.0
-pkgrel=2
-pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/plasma-framework'
-license=('LGPL')
-depends=('qt5-quickcontrols' 'kactivities')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;
-   
bug358039.patch::"https://quickgit.kde.org/?p=plasma-framework.git=commitdiff=119375=plain;)
-md5sums=('45573350b9f2257a80beaa81bb1b1115'
- '56ac748aa1254e229ffa71fad98853d2')
-
-prepare() {
-  mkdir -p 

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

2016-01-21 Thread Antonio Rojas
Date: Thursday, January 21, 2016 @ 16:07:08
  Author: arojas
Revision: 258468

Fix more applet size breakage (KDEBUG#358200)

Modified:
  plasma-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 12:54:58 UTC (rev 258467)
+++ PKGBUILD2016-01-21 15:07:08 UTC (rev 258468)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-framework
 pkgver=5.18.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/plasma-framework'
@@ -13,9 +13,11 @@
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;
-   
bug358039.patch::"https://quickgit.kde.org/?p=plasma-framework.git=commitdiff=119375=plain;)
+   
bug358039.patch::"https://quickgit.kde.org/?p=plasma-framework.git=commitdiff=119375=plain;
+   
bug358200.patch::"https://quickgit.kde.org/?p=plasma-framework.git=commitdiff=f688c9=plain;)
 md5sums=('45573350b9f2257a80beaa81bb1b1115'
- '56ac748aa1254e229ffa71fad98853d2')
+ '56ac748aa1254e229ffa71fad98853d2'
+ 'c37964d1685a25213bb28156df276cc7')
 
 prepare() {
   mkdir -p build
@@ -23,6 +25,7 @@
   cd $pkgname-$pkgver
 # Fix applet size breakage http://bugs.kde.org/show_bug.cgi?id=358039
   patch -p1 -i ../bug358039.patch
+  patch -p1 -i ../bug358200.patch
 }
 
 build() {


[arch-commits] Commit in (tidyhtml)

2016-01-21 Thread Antonio Rojas
Date: Thursday, January 21, 2016 @ 16:55:54
  Author: arojas
Revision: 258476

Replaced by tidy

Deleted:
  tidyhtml/


[arch-commits] Commit in (5 files)

2016-01-21 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 15:17:37
  Author: fyan
Revision: 158421

addpkg: haskell-shake 0.15.5-1

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

---+
 PKGBUILD  |   44 
 haskell-shake.install |   18 ++
 2 files changed, 62 insertions(+)

Added: haskell-shake/trunk/PKGBUILD
===
--- haskell-shake/trunk/PKGBUILD(rev 0)
+++ haskell-shake/trunk/PKGBUILD2016-01-21 14:17:37 UTC (rev 158421)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.5
+pkgrel=1
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-old-time" "haskell-random" "haskell-unordered-containers" 
"haskell-utf8-string")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('2c806824c9e8a619f364c3ec6bb910d7b1d0b0d3ba39ab472bffb60311f373a3')
+
+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-portable
+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-shake/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-shake/trunk/haskell-shake.install
===
--- haskell-shake/trunk/haskell-shake.install   (rev 0)
+++ haskell-shake/trunk/haskell-shake.install   2016-01-21 14:17:37 UTC (rev 
158421)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-shake
+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 (hoogle hoogle/repos hoogle/trunk hoogle/trunk/PKGBUILD)

2016-01-21 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 15:41:05
  Author: fyan
Revision: 158423

addpkg: hoogle 4.2.43-1

Added:
  hoogle/
  hoogle/repos/
  hoogle/trunk/
  hoogle/trunk/PKGBUILD

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

Added: hoogle/trunk/PKGBUILD
===
--- hoogle/trunk/PKGBUILD   (rev 0)
+++ hoogle/trunk/PKGBUILD   2016-01-21 14:41:05 UTC (rev 158423)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=1
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
+ "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
+ "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
+ "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


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


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

2016-01-21 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 15:42:04
  Author: fyan
Revision: 158424

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

Added:
  hoogle/repos/community-i686/
  hoogle/repos/community-i686/PKGBUILD
(from rev 158423, hoogle/trunk/PKGBUILD)
  hoogle/repos/community-x86_64/
  hoogle/repos/community-x86_64/PKGBUILD
(from rev 158423, hoogle/trunk/PKGBUILD)

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

Copied: hoogle/repos/community-i686/PKGBUILD (from rev 158423, 
hoogle/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-21 14:42:04 UTC (rev 158424)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=1
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
+ "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
+ "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
+ "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hoogle/repos/community-x86_64/PKGBUILD (from rev 158423, 
hoogle/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-21 14:42:04 UTC (rev 158424)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=1
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
+ "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
+ "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
+ "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


[arch-commits] Commit in (5 files)

2016-01-21 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 15:50:26
  Author: fyan
Revision: 158427

addpkg: agda-stdlib 0.11-1

Added:
  agda-stdlib/
  agda-stdlib/repos/
  agda-stdlib/trunk/
  agda-stdlib/trunk/PKGBUILD
  agda-stdlib/trunk/agda-stdlib.install

-+
 PKGBUILD|   54 ++
 agda-stdlib.install |   18 
 2 files changed, 72 insertions(+)

Added: agda-stdlib/trunk/PKGBUILD
===
--- agda-stdlib/trunk/PKGBUILD  (rev 0)
+++ agda-stdlib/trunk/PKGBUILD  2016-01-21 14:50:26 UTC (rev 158427)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD 152508 2015-12-10 18:09:47Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=agda-stdlib
+pkgver=0.11
+pkgrel=1
+pkgdesc="Agda standard libraries"
+url="https://github.com/agda/agda-stdlib;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "agda")
+makedepends=("git" "haskell-filemanip")
+install=$pkgname.install
+options=('staticlibs')
+source=("git+https://github.com/agda/agda-stdlib.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+cd "${srcdir}/${pkgname}"
+
+runhaskell Setup configure
+runhaskell Setup build
+
+dist/build/GenerateEverything/GenerateEverything
+
+cd ffi
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/agda-lib-ffi" \
+--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
+
+cd ..
+agda -i. -isrc Everything.agda
+agda --html -i. -isrc README.agda
+}
+
+package() {
+cd "${srcdir}/${pkgname}/ffi"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/agda-lib-ffi/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/agda-lib-ffi/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/agda-lib-ffi/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/agda-lib-ffi"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+cd ..
+install -dm755 "$pkgdir/usr/share/agda/lib/prim"
+cp -pr Everything.agda* src/* "$pkgdir/usr/share/agda/lib/prim"
+install -D -m644 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+}

Added: agda-stdlib/trunk/agda-stdlib.install
===
--- agda-stdlib/trunk/agda-stdlib.install   (rev 0)
+++ agda-stdlib/trunk/agda-stdlib.install   2016-01-21 14:50:26 UTC (rev 
158427)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/agda-lib-ffi
+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 agda-stdlib/repos (6 files)

2016-01-21 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 15:51:00
  Author: fyan
Revision: 158428

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

Added:
  agda-stdlib/repos/community-i686/
  agda-stdlib/repos/community-i686/PKGBUILD
(from rev 158427, agda-stdlib/trunk/PKGBUILD)
  agda-stdlib/repos/community-i686/agda-stdlib.install
(from rev 158427, agda-stdlib/trunk/agda-stdlib.install)
  agda-stdlib/repos/community-x86_64/
  agda-stdlib/repos/community-x86_64/PKGBUILD
(from rev 158427, agda-stdlib/trunk/PKGBUILD)
  agda-stdlib/repos/community-x86_64/agda-stdlib.install
(from rev 158427, agda-stdlib/trunk/agda-stdlib.install)

--+
 community-i686/PKGBUILD  |   54 +
 community-i686/agda-stdlib.install   |   18 +++
 community-x86_64/PKGBUILD|   54 +
 community-x86_64/agda-stdlib.install |   18 +++
 4 files changed, 144 insertions(+)

Copied: agda-stdlib/repos/community-i686/PKGBUILD (from rev 158427, 
agda-stdlib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-21 14:51:00 UTC (rev 158428)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD 152508 2015-12-10 18:09:47Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=agda-stdlib
+pkgver=0.11
+pkgrel=1
+pkgdesc="Agda standard libraries"
+url="https://github.com/agda/agda-stdlib;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "agda")
+makedepends=("git" "haskell-filemanip")
+install=$pkgname.install
+options=('staticlibs')
+source=("git+https://github.com/agda/agda-stdlib.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+cd "${srcdir}/${pkgname}"
+
+runhaskell Setup configure
+runhaskell Setup build
+
+dist/build/GenerateEverything/GenerateEverything
+
+cd ffi
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/agda-lib-ffi" \
+--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
+
+cd ..
+agda -i. -isrc Everything.agda
+agda --html -i. -isrc README.agda
+}
+
+package() {
+cd "${srcdir}/${pkgname}/ffi"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/agda-lib-ffi/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/agda-lib-ffi/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/agda-lib-ffi/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/agda-lib-ffi"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+cd ..
+install -dm755 "$pkgdir/usr/share/agda/lib/prim"
+cp -pr Everything.agda* src/* "$pkgdir/usr/share/agda/lib/prim"
+install -D -m644 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+}

Copied: agda-stdlib/repos/community-i686/agda-stdlib.install (from rev 158427, 
agda-stdlib/trunk/agda-stdlib.install)
===
--- community-i686/agda-stdlib.install  (rev 0)
+++ community-i686/agda-stdlib.install  2016-01-21 14:51:00 UTC (rev 158428)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/agda-lib-ffi
+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: agda-stdlib/repos/community-x86_64/PKGBUILD (from rev 158427, 
agda-stdlib/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-21 14:51:00 UTC (rev 158428)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD 152508 2015-12-10 18:09:47Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=agda-stdlib
+pkgver=0.11
+pkgrel=1
+pkgdesc="Agda standard libraries"
+url="https://github.com/agda/agda-stdlib;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "agda")
+makedepends=("git" "haskell-filemanip")
+install=$pkgname.install
+options=('staticlibs')
+source=("git+https://github.com/agda/agda-stdlib.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+cd "${srcdir}/${pkgname}"
+
+runhaskell Setup configure
+runhaskell Setup build
+

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

2016-01-21 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 15:48:06
  Author: fyan
Revision: 158426

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

Added:
  agda/repos/community-i686/
  agda/repos/community-i686/PKGBUILD
(from rev 158425, agda/trunk/PKGBUILD)
  agda/repos/community-i686/haskell-agda.install
(from rev 158425, agda/trunk/haskell-agda.install)
  agda/repos/community-i686/unordered-containers-0.2.6.patch
(from rev 158425, agda/trunk/unordered-containers-0.2.6.patch)
  agda/repos/community-x86_64/
  agda/repos/community-x86_64/PKGBUILD
(from rev 158425, agda/trunk/PKGBUILD)
  agda/repos/community-x86_64/haskell-agda.install
(from rev 158425, agda/trunk/haskell-agda.install)
  agda/repos/community-x86_64/unordered-containers-0.2.6.patch
(from rev 158425, agda/trunk/unordered-containers-0.2.6.patch)

---+
 community-i686/PKGBUILD   |   69 
 community-i686/haskell-agda.install   |   18 +
 community-i686/unordered-containers-0.2.6.patch   |   40 +++
 community-x86_64/PKGBUILD |   69 
 community-x86_64/haskell-agda.install |   18 +
 community-x86_64/unordered-containers-0.2.6.patch |   40 +++
 6 files changed, 254 insertions(+)

Copied: agda/repos/community-i686/PKGBUILD (from rev 158425, 
agda/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-21 14:48:06 UTC (rev 158426)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=Agda
+pkgname=agda
+pkgver=2.4.2.5
+pkgrel=1
+pkgdesc="A dependently typed functional programming language and proof 
assistant"
+url="http://wiki.portal.chalmers.se/agda/;
+license=("custom")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=7.10.3" "alex" "happy" "haskell-boxes" "haskell-cpphs"
+ "haskell-data-hash" "haskell-edit-distance" "haskell-equivalence"
+ "haskell-geniplate-mirror" "haskell-hashable" "haskell-hashtables"
+ "haskell-src-exts" "haskell-mtl" "haskell-parallel" 
"haskell-quickcheck"
+ "haskell-strict" "haskell-text" "haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-zlib")
+optdepends=('agda-stdlib: for standard library')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+unordered-containers-0.2.6.patch)
+sha256sums=('959658a372d93b735d92191b372d221461026c98de4f92e56d198b576dfb67ee'
+'51e2d2160861ec6b8bd879f85cbbd00f9ed7a564b307870992370457e307f3ac')
+
+prepare() {
+sed -i 's/transformers-compat >= 0.3.3.3 && < 0.5/transformers-compat >= 
0.3.3.3 \&\& < 0.6/' \
+${_hkgname}-${pkgver}/${_hkgname}.cabal
+
+cd ${_hkgname}-${pkgver}
+# https://github.com/agda/agda/issues/1779
+patch -p1 -i ../unordered-containers-0.2.6.patch
+
+cd ..
+# TODO: Find a better way!
+# Build it twice to compile the agdai file.
+cp -a ${_hkgname}-${pkgver}{,-tmp}
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcpphs
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 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
+
+cd "${srcdir}/${_hkgname}-${pkgver}-tmp"
+runhaskell Setup configure --prefix="$PWD/target" --datasubdir="$pkgname"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup copy
+target/bin/agda target/share/agda/lib/prim/Agda/Primitive.agda
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -m644 
"${srcdir}/${_hkgname}-${pkgver}-tmp"/target/share/agda/lib/prim/Agda/Primitive.agdai
 "$pkgdir"/usr/share/agda/lib/prim/Agda/Primitive.agdai
+
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: agda/repos/community-i686/haskell-agda.install (from rev 158425, 
agda/trunk/haskell-agda.install)
===
--- community-i686/haskell-agda.install (rev 0)
+++ community-i686/haskell-agda.install 2016-01-21 14:48:06 UTC (rev 158426)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-agda
+post_install() {
+  

[arch-commits] Commit in (6 files)

2016-01-21 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 15:47:29
  Author: fyan
Revision: 158425

addpkg: agda 2.4.2.5-1

Added:
  agda/
  agda/repos/
  agda/trunk/
  agda/trunk/PKGBUILD
  agda/trunk/haskell-agda.install
  agda/trunk/unordered-containers-0.2.6.patch

--+
 PKGBUILD |   69 +
 haskell-agda.install |   18 +
 unordered-containers-0.2.6.patch |   40 +
 3 files changed, 127 insertions(+)

Added: agda/trunk/PKGBUILD
===
--- agda/trunk/PKGBUILD (rev 0)
+++ agda/trunk/PKGBUILD 2016-01-21 14:47:29 UTC (rev 158425)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=Agda
+pkgname=agda
+pkgver=2.4.2.5
+pkgrel=1
+pkgdesc="A dependently typed functional programming language and proof 
assistant"
+url="http://wiki.portal.chalmers.se/agda/;
+license=("custom")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=7.10.3" "alex" "happy" "haskell-boxes" "haskell-cpphs"
+ "haskell-data-hash" "haskell-edit-distance" "haskell-equivalence"
+ "haskell-geniplate-mirror" "haskell-hashable" "haskell-hashtables"
+ "haskell-src-exts" "haskell-mtl" "haskell-parallel" 
"haskell-quickcheck"
+ "haskell-strict" "haskell-text" "haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-zlib")
+optdepends=('agda-stdlib: for standard library')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+unordered-containers-0.2.6.patch)
+sha256sums=('959658a372d93b735d92191b372d221461026c98de4f92e56d198b576dfb67ee'
+'51e2d2160861ec6b8bd879f85cbbd00f9ed7a564b307870992370457e307f3ac')
+
+prepare() {
+sed -i 's/transformers-compat >= 0.3.3.3 && < 0.5/transformers-compat >= 
0.3.3.3 \&\& < 0.6/' \
+${_hkgname}-${pkgver}/${_hkgname}.cabal
+
+cd ${_hkgname}-${pkgver}
+# https://github.com/agda/agda/issues/1779
+patch -p1 -i ../unordered-containers-0.2.6.patch
+
+cd ..
+# TODO: Find a better way!
+# Build it twice to compile the agdai file.
+cp -a ${_hkgname}-${pkgver}{,-tmp}
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcpphs
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 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
+
+cd "${srcdir}/${_hkgname}-${pkgver}-tmp"
+runhaskell Setup configure --prefix="$PWD/target" --datasubdir="$pkgname"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup copy
+target/bin/agda target/share/agda/lib/prim/Agda/Primitive.agda
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -m644 
"${srcdir}/${_hkgname}-${pkgver}-tmp"/target/share/agda/lib/prim/Agda/Primitive.agdai
 "$pkgdir"/usr/share/agda/lib/prim/Agda/Primitive.agdai
+
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


Property changes on: agda/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: agda/trunk/haskell-agda.install
===
--- agda/trunk/haskell-agda.install (rev 0)
+++ agda/trunk/haskell-agda.install 2016-01-21 14:47:29 UTC (rev 158425)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-agda
+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)
+}

Added: agda/trunk/unordered-containers-0.2.6.patch
===
--- agda/trunk/unordered-containers-0.2.6.patch (rev 0)
+++ agda/trunk/unordered-containers-0.2.6.patch 2016-01-21 14:47:29 UTC (rev 
158425)
@@ -0,0 +1,40 @@
+diff --git a/src/full/Agda/Utils/HashMap.hs b/src/full/Agda/Utils/HashMap.hs
+index 5e1da8b..bd14fac 100644
+--- 

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

2016-01-21 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 15:18:05
  Author: fyan
Revision: 158422

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

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

+
 community-i686/PKGBUILD|   44 +++
 community-i686/haskell-shake.install   |   18 
 community-x86_64/PKGBUILD  |   44 +++
 community-x86_64/haskell-shake.install |   18 
 4 files changed, 124 insertions(+)

Copied: haskell-shake/repos/community-i686/PKGBUILD (from rev 158421, 
haskell-shake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-21 14:18:05 UTC (rev 158422)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.5
+pkgrel=1
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-old-time" "haskell-random" "haskell-unordered-containers" 
"haskell-utf8-string")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('2c806824c9e8a619f364c3ec6bb910d7b1d0b0d3ba39ab472bffb60311f373a3')
+
+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-portable
+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-shake/repos/community-i686/haskell-shake.install (from rev 
158421, haskell-shake/trunk/haskell-shake.install)
===
--- community-i686/haskell-shake.install(rev 0)
+++ community-i686/haskell-shake.install2016-01-21 14:18:05 UTC (rev 
158422)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-shake
+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-shake/repos/community-x86_64/PKGBUILD (from rev 158421, 
haskell-shake/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-21 14:18:05 UTC (rev 158422)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.5
+pkgrel=1
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-old-time" "haskell-random" "haskell-unordered-containers" 
"haskell-utf8-string")
+options=('staticlibs')

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

2016-01-21 Thread Anatol Pomozov
Date: Thursday, January 21, 2016 @ 17:17:21
  Author: anatolik
Revision: 158432

archrelease: copy trunk to community-any

Added:
  android-udev/repos/community-any/PKGBUILD
(from rev 158431, android-udev/trunk/PKGBUILD)
  android-udev/repos/community-any/android-udev.install
(from rev 158431, android-udev/trunk/android-udev.install)
Deleted:
  android-udev/repos/community-any/PKGBUILD
  android-udev/repos/community-any/android-udev.install

--+
 PKGBUILD |   56 -
 android-udev.install |8 +++
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-21 16:16:54 UTC (rev 158431)
+++ PKGBUILD2016-01-21 16:17:21 UTC (rev 158432)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: M0Rf30
-# Contributor: marlock
-
-pkgname=android-udev
-pkgver=r182
-pkgrel=1
-pkgdesc='Udev rules to connect Android devices to your linux box'
-arch=(any)
-url='https://github.com/M0Rf30/android-udev-rules'
-license=(GPL3)
-depends=(udev libmtp)
-makedepends=(git)
-install='android-udev.install'
-
-# instead of using HEAD version let's depend on some known revision
-_git_revision=f276ea1be761acb4a5987591a7a9e103e49afe80
-source=(git+https://github.com/M0Rf30/android-udev-rules.git#commit=$_git_revision)
-md5sums=('SKIP')
-
-pkgver() {
-  cd android-udev-rules
-  printf "r%s" "$(git rev-list --count HEAD)"
-}
-
-package() {
-  install -Dm 644 android-udev-rules/51-android.rules 
"$pkgdir"/usr/lib/udev/rules.d/51-android.rules
-}

Copied: android-udev/repos/community-any/PKGBUILD (from rev 158431, 
android-udev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-21 16:17:21 UTC (rev 158432)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: M0Rf30
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=r188
+pkgrel=1
+pkgdesc='Udev rules to connect Android devices to your linux box'
+arch=(any)
+url='https://github.com/M0Rf30/android-udev-rules'
+license=(GPL3)
+depends=(udev libmtp)
+makedepends=(git)
+install='android-udev.install'
+
+# instead of using HEAD version let's depend on some known revision
+_git_revision=76bf29498e2c8f79c946b84097829f20e4aa49ec
+source=(git+https://github.com/M0Rf30/android-udev-rules.git#commit=$_git_revision)
+md5sums=('SKIP')
+
+pkgver() {
+  cd android-udev-rules
+  printf "r%s" "$(git rev-list --count HEAD)"
+}
+
+package() {
+  install -Dm 644 android-udev-rules/51-android.rules 
"$pkgdir"/usr/lib/udev/rules.d/51-android.rules
+}

Deleted: android-udev.install
===
--- android-udev.install2016-01-21 16:16:54 UTC (rev 158431)
+++ android-udev.install2016-01-21 16:17:21 UTC (rev 158432)
@@ -1,4 +0,0 @@
-post_install() {
-  getent group adbusers >/dev/null || groupadd -r adbusers
-  true
-}

Copied: android-udev/repos/community-any/android-udev.install (from rev 158431, 
android-udev/trunk/android-udev.install)
===
--- android-udev.install(rev 0)
+++ android-udev.install2016-01-21 16:17:21 UTC (rev 158432)
@@ -0,0 +1,4 @@
+post_install() {
+  getent group adbusers >/dev/null || groupadd -r adbusers
+  true
+}


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

2016-01-21 Thread Anatol Pomozov
Date: Thursday, January 21, 2016 @ 17:16:54
  Author: anatolik
Revision: 158431

upgpkg: android-udev r188-1

Modified:
  android-udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 16:03:23 UTC (rev 158430)
+++ PKGBUILD2016-01-21 16:16:54 UTC (rev 158431)
@@ -3,7 +3,7 @@
 # Contributor: marlock
 
 pkgname=android-udev
-pkgver=r182
+pkgver=r188
 pkgrel=1
 pkgdesc='Udev rules to connect Android devices to your linux box'
 arch=(any)
@@ -14,7 +14,7 @@
 install='android-udev.install'
 
 # instead of using HEAD version let's depend on some known revision
-_git_revision=f276ea1be761acb4a5987591a7a9e103e49afe80
+_git_revision=76bf29498e2c8f79c946b84097829f20e4aa49ec
 
source=(git+https://github.com/M0Rf30/android-udev-rules.git#commit=$_git_revision)
 md5sums=('SKIP')
 


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

2016-01-21 Thread Jaroslav Lichtblau
Date: Thursday, January 21, 2016 @ 17:58:22
  Author: jlichtblau
Revision: 158435

upgpkg: python-gammu 2.5-1 - new upstream release

Modified:
  python-gammu/trunk/PKGBUILD

--+
 PKGBUILD |   24 +++-
 1 file changed, 11 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 16:57:02 UTC (rev 158434)
+++ PKGBUILD2016-01-21 16:58:22 UTC (rev 158435)
@@ -1,18 +1,18 @@
 # $Id: PKGBUILD 118184 2014-09-02 11:14:17Z fyan $
-# Maintainer: Felix Yan 
 # Maintainer: Jaroslav Lichtblau 
+# Contributor: Felix Yan 
 
 pkgbase=python-gammu
 pkgname=('python-gammu' 'python2-gammu')
-pkgver=2.4
-pkgrel=2
+pkgver=2.5
+pkgrel=1
 pkgdesc="Python bindings for Gammu library"
 arch=('i686' 'x86_64')
 url="http://wammu.eu/python-gammu/;
 license=('GPL')
 makedepends=('python-setuptools' 'python2-setuptools' 'gammu')
-source=("https://pypi.python.org/packages/source/p/python-gammu/python-gammu-$pkgver.tar.gz;)
-md5sums=('a396cd7a8944d1133a2c7713a7333a35')
+source=(https://pypi.python.org/packages/source/p/python-gammu/python-gammu-$pkgver.tar.gz)
+sha256sums=('871e3450a26397d555c92926382edf0e6a58431fe53613563f5a313ad752ff88')
 
 prepare() {
   cp -a python-gammu-$pkgver{,-py2}
@@ -19,18 +19,18 @@
 }
 
 build() {
-  cd "$srcdir/python-gammu-$pkgver"
+  cd "${srcdir}"/python-gammu-$pkgver
   python setup.py build
 
-  cd "$srcdir/python-gammu-$pkgver-py2"
+  cd "${srcdir}"/python-gammu-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/python-gammu-$pkgver"
+  cd "${srcdir}"/python-gammu-$pkgver
   python setup.py test || warning "Tests failed"
 
-  cd "$srcdir/python-gammu-$pkgver-py2"
+  cd "${srcdir}"/python-gammu-$pkgver-py2
   python2 setup.py test || warning "Tests failed"
 }
 
@@ -38,7 +38,7 @@
   depends=('python' 'gammu')
 
   cd python-gammu-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
+  python setup.py install --root="${pkgdir}" --optimize=1
 }
 
 package_python2-gammu() {
@@ -45,7 +45,5 @@
   depends=('python2' 'gammu')
 
   cd python-gammu-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
+  python2 setup.py install --root="${pkgdir}" --optimize=1
 }
-
-# vim:set ts=2 sw=2 et:


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

2016-01-21 Thread Jaroslav Lichtblau
Date: Thursday, January 21, 2016 @ 17:58:40
  Author: jlichtblau
Revision: 158436

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

Added:
  python-gammu/repos/community-i686/PKGBUILD
(from rev 158435, python-gammu/trunk/PKGBUILD)
  python-gammu/repos/community-x86_64/PKGBUILD
(from rev 158435, python-gammu/trunk/PKGBUILD)
Deleted:
  python-gammu/repos/community-i686/PKGBUILD
  python-gammu/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-21 16:58:22 UTC (rev 158435)
+++ community-i686/PKGBUILD 2016-01-21 16:58:40 UTC (rev 158436)
@@ -1,51 +0,0 @@
-# $Id: PKGBUILD 118184 2014-09-02 11:14:17Z fyan $
-# Maintainer: Felix Yan 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgbase=python-gammu
-pkgname=('python-gammu' 'python2-gammu')
-pkgver=2.4
-pkgrel=2
-pkgdesc="Python bindings for Gammu library"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/python-gammu/;
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'gammu')
-source=("https://pypi.python.org/packages/source/p/python-gammu/python-gammu-$pkgver.tar.gz;)
-md5sums=('a396cd7a8944d1133a2c7713a7333a35')
-
-prepare() {
-  cp -a python-gammu-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/python-gammu-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/python-gammu-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/python-gammu-$pkgver"
-  python setup.py test || warning "Tests failed"
-
-  cd "$srcdir/python-gammu-$pkgver-py2"
-  python2 setup.py test || warning "Tests failed"
-}
-
-package_python-gammu() {
-  depends=('python' 'gammu')
-
-  cd python-gammu-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-gammu() {
-  depends=('python2' 'gammu')
-
-  cd python-gammu-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-gammu/repos/community-i686/PKGBUILD (from rev 158435, 
python-gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-21 16:58:40 UTC (rev 158436)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 118184 2014-09-02 11:14:17Z fyan $
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Felix Yan 
+
+pkgbase=python-gammu
+pkgname=('python-gammu' 'python2-gammu')
+pkgver=2.5
+pkgrel=1
+pkgdesc="Python bindings for Gammu library"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/python-gammu/;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'gammu')
+source=(https://pypi.python.org/packages/source/p/python-gammu/python-gammu-$pkgver.tar.gz)
+sha256sums=('871e3450a26397d555c92926382edf0e6a58431fe53613563f5a313ad752ff88')
+
+prepare() {
+  cp -a python-gammu-$pkgver{,-py2}
+}
+
+build() {
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py build
+
+  cd "${srcdir}"/python-gammu-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py test || warning "Tests failed"
+
+  cd "${srcdir}"/python-gammu-$pkgver-py2
+  python2 setup.py test || warning "Tests failed"
+}
+
+package_python-gammu() {
+  depends=('python' 'gammu')
+
+  cd python-gammu-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-gammu() {
+  depends=('python2' 'gammu')
+
+  cd python-gammu-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-21 16:58:22 UTC (rev 158435)
+++ community-x86_64/PKGBUILD   2016-01-21 16:58:40 UTC (rev 158436)
@@ -1,51 +0,0 @@
-# $Id: PKGBUILD 118184 2014-09-02 11:14:17Z fyan $
-# Maintainer: Felix Yan 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgbase=python-gammu
-pkgname=('python-gammu' 'python2-gammu')
-pkgver=2.4
-pkgrel=2
-pkgdesc="Python bindings for Gammu library"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/python-gammu/;
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'gammu')
-source=("https://pypi.python.org/packages/source/p/python-gammu/python-gammu-$pkgver.tar.gz;)
-md5sums=('a396cd7a8944d1133a2c7713a7333a35')
-
-prepare() {
-  cp -a python-gammu-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/python-gammu-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/python-gammu-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd 

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

2016-01-21 Thread Jan Steffens
Date: Thursday, January 21, 2016 @ 17:31:03
  Author: heftig
Revision: 258478

1.6.3

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 16:03:21 UTC (rev 258477)
+++ PKGBUILD2016-01-21 16:31:03 UTC (rev 258478)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/;
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('c75dd400e451526ed71e1c4955e33d470a2581f5e71ecf84920a41c0a5c75322')
+sha256sums=('b6154f8fdba4877e95efd94610ef0ada4f0171cd12eb829a3c3c97345d9c7a75')
 
 build() {
   cd $pkgbase-$pkgver


[arch-commits] Commit in gst-plugins-ugly/trunk (PKGBUILD)

2016-01-21 Thread Jan Steffens
Date: Thursday, January 21, 2016 @ 17:42:17
  Author: heftig
Revision: 258481

1.6.3

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 16:42:13 UTC (rev 258480)
+++ PKGBUILD2016-01-21 16:42:17 UTC (rev 258481)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gst-plugins-ugly
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python' 'gtk-doc' 'x264')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('e7f1b6321c8667fabc0dedce3998a3c6e90ce9ce9dea7186d33dc4359f9e9845')
+sha256sums=('2fecf7b7c7882f8f62f1900048f4013f98c214fb3d3303d8d812245bb41fd064')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gst-plugins-bad/trunk (PKGBUILD)

2016-01-21 Thread Jan Steffens
Date: Thursday, January 21, 2016 @ 17:42:13
  Author: heftig
Revision: 258480

1.6.3

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 16:33:46 UTC (rev 258479)
+++ PKGBUILD2016-01-21 16:42:13 UTC (rev 258480)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gst-plugins-bad
-pkgver=1.6.2
-pkgrel=3
+pkgver=1.6.3
+pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Bad Plugins"
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -16,7 +16,7 @@
  'qt5-declarative' 'qt5-x11extras' 'qt5-wayland')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('650855e39ff56a8bb6cb0c192109c5926ce12f536d06e19ebf829de71ef396fe')
+sha256sums=('971b29101d6a9c5e3fe94d99d977a227f58f0b2d29b6ca2c7f292052542b3a61')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gst-plugins-good/repos (4 files)

2016-01-21 Thread Jan Steffens
Date: Thursday, January 21, 2016 @ 17:47:03
  Author: heftig
Revision: 258485

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

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 258484, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 258484, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-21 16:45:39 UTC (rev 258484)
+++ extra-i686/PKGBUILD 2016-01-21 16:47:03 UTC (rev 258485)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('876e54dfce93274b98e024f353258d35fa4d49d1f9010069e676c530f6eb6a92')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-# Disabled for now: souphttpsrc times out, and takes a damn long time to do so
-#check() {
-#  cd $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 258484, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-21 16:47:03 UTC (rev 258485)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+# Disabled for now: souphttpsrc times out, and takes a damn long time to do so
+#check() {
+#  cd $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-21 16:45:39 UTC (rev 258484)
+++ extra-x86_64/PKGBUILD   2016-01-21 16:47:03 UTC (rev 258485)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo' 'libgudev')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('876e54dfce93274b98e024f353258d35fa4d49d1f9010069e676c530f6eb6a92')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static 

[arch-commits] Commit in gst-plugins-ugly/repos (4 files)

2016-01-21 Thread Jan Steffens
Date: Thursday, January 21, 2016 @ 17:49:23
  Author: heftig
Revision: 258487

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

Added:
  gst-plugins-ugly/repos/extra-i686/PKGBUILD
(from rev 258486, gst-plugins-ugly/trunk/PKGBUILD)
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD
(from rev 258486, gst-plugins-ugly/trunk/PKGBUILD)
Deleted:
  gst-plugins-ugly/repos/extra-i686/PKGBUILD
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-21 16:48:44 UTC (rev 258486)
+++ extra-i686/PKGBUILD 2016-01-21 16:49:23 UTC (rev 258487)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-ugly
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'libx264' 'opencore-amr')
-makedepends=('python' 'gtk-doc' 'x264')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('e7f1b6321c8667fabc0dedce3998a3c6e90ce9ce9dea7186d33dc4359f9e9845')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-plugins-ugly/repos/extra-i686/PKGBUILD (from rev 258486, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-21 16:49:23 UTC (rev 258487)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-ugly
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'libx264' 'opencore-amr')
+makedepends=('python' 'gtk-doc' 'x264')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('2fecf7b7c7882f8f62f1900048f4013f98c214fb3d3303d8d812245bb41fd064')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-21 16:48:44 UTC (rev 258486)
+++ extra-x86_64/PKGBUILD   2016-01-21 16:49:23 UTC (rev 258487)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-ugly
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'libx264' 'opencore-amr')
-makedepends=('python' 'gtk-doc' 'x264')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('e7f1b6321c8667fabc0dedce3998a3c6e90ce9ce9dea7186d33dc4359f9e9845')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-plugins-ugly/repos/extra-x86_64/PKGBUILD (from rev 258486, 

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

2016-01-21 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 17:56:32
  Author: fyan
Revision: 158433

upgpkg: keybase 1.0.9.0-1

Modified:
  keybase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 16:17:21 UTC (rev 158432)
+++ PKGBUILD2016-01-21 16:56:32 UTC (rev 158433)
@@ -4,9 +4,9 @@
 
 pkgname=keybase
 pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.8.0
-_realver=1.0.8-0
-pkgrel=2
+pkgver=1.0.9.0
+_realver=1.0.9-0
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://keybase.io/'
 license=('BSD')


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

2016-01-21 Thread Jan Steffens
Date: Thursday, January 21, 2016 @ 17:44:15
  Author: heftig
Revision: 258483

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-21 16:42:56 UTC (rev 258482)
+++ extra-i686/PKGBUILD 2016-01-21 16:44:15 UTC (rev 258483)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gstreamer
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('libxml2' 'glib2')
-optdepends=('sh: feedback script')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection' 
'python2')
-source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('5896716bd8e089dba452932a2eff2bb6f6c9d58ff64a96635d157f1ffaf8feb2')
-
-build() {
-  cd "${srcdir}/gstreamer-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd "${srcdir}/gstreamer-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/gstreamer-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gstreamer/repos/extra-i686/PKGBUILD (from rev 258482, 
gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-21 16:44:15 UTC (rev 258483)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gstreamer
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('libxml2' 'glib2')
+optdepends=('sh: feedback script')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection' 
'python2')
+source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
+sha256sums=('22f9568d67b87cf700a111f381144bd37cb93790a77e4e331db01fe854a37f24')
+
+build() {
+  cd "${srcdir}/gstreamer-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd "${srcdir}/gstreamer-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/gstreamer-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-21 16:42:56 UTC (rev 258482)
+++ extra-x86_64/PKGBUILD   2016-01-21 16:44:15 UTC (rev 258483)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gstreamer
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('libxml2' 'glib2')
-optdepends=('sh: feedback script')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection' 
'python2')
-source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('5896716bd8e089dba452932a2eff2bb6f6c9d58ff64a96635d157f1ffaf8feb2')
-
-build() {
-  cd "${srcdir}/gstreamer-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd "${srcdir}/gstreamer-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/gstreamer-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gstreamer/repos/extra-x86_64/PKGBUILD (from rev 258482, 
gstreamer/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   

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

2016-01-21 Thread Jan Steffens
Date: Thursday, January 21, 2016 @ 17:49:58
  Author: heftig
Revision: 258488

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

Added:
  gst-libav/repos/extra-i686/PKGBUILD
(from rev 258487, gst-libav/trunk/PKGBUILD)
  gst-libav/repos/extra-x86_64/PKGBUILD
(from rev 258487, gst-libav/trunk/PKGBUILD)
Deleted:
  gst-libav/repos/extra-i686/PKGBUILD
  gst-libav/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-21 16:49:23 UTC (rev 258487)
+++ extra-i686/PKGBUILD 2016-01-21 16:49:58 UTC (rev 258488)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-libav
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="Gstreamer libav Plugin"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'bzip2' 'ffmpeg')
-makedepends=('python' 'yasm')
-options=(!emptydirs)
-provides=("gst-ffmpeg=$pkgver-$pkgrel")
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('2597acc00171006d49f0d300440a87df51b113d557466e532153abc740db3469')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-libav-extra-configure="--enable-runtime-cpudetect" 
\
---with-package-name="GStreamer libav Plugin (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---with-system-libav
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-libav/repos/extra-i686/PKGBUILD (from rev 258487, 
gst-libav/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-21 16:49:58 UTC (rev 258488)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-libav
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="Gstreamer libav Plugin"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'bzip2' 'ffmpeg')
+makedepends=('python' 'yasm')
+options=(!emptydirs)
+provides=("gst-ffmpeg=$pkgver-$pkgrel")
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('857b9c060a0337de38c6d26238c47352433c02eabf26c2f860c854dbc35bd4ab')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --with-libav-extra-configure="--enable-runtime-cpudetect" 
\
+--with-package-name="GStreamer libav Plugin (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--with-system-libav
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-21 16:49:23 UTC (rev 258487)
+++ extra-x86_64/PKGBUILD   2016-01-21 16:49:58 UTC (rev 258488)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-libav
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="Gstreamer libav Plugin"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'bzip2' 'ffmpeg')
-makedepends=('python' 'yasm')
-options=(!emptydirs)
-provides=("gst-ffmpeg=$pkgver-$pkgrel")
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('2597acc00171006d49f0d300440a87df51b113d557466e532153abc740db3469')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-libav-extra-configure="--enable-runtime-cpudetect" 
\
---with-package-name="GStreamer libav Plugin (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---with-system-libav
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-libav/repos/extra-x86_64/PKGBUILD (from rev 258487, 
gst-libav/trunk/PKGBUILD)

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

2016-01-21 Thread Antonio Rojas
Date: Thursday, January 21, 2016 @ 17:02:48
  Author: arojas
Revision: 158429

New source

Modified:
  libwlocate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 14:51:00 UTC (rev 158428)
+++ PKGBUILD2016-01-21 16:02:48 UTC (rev 158429)
@@ -4,8 +4,9 @@
 # Contributor: Bjoern Franke 
 
 pkgname=libwlocate
-pkgver=0.20150623.ef86579
+pkgver=0.1
 pkgrel=1
+epoch=1
 _gitrev=ef865799942243896a4ace5e5b4dae999769b6ff
 pkgdesc="A shared library that can be used for location-based services"
 arch=(i686 x86_64)
@@ -12,19 +13,19 @@
 url="http://sourceforge.net/projects/libwlocate;
 license=(GPL)
 depends=(wireless_tools glibc)
-source=("http://sourceforge.net/code-snapshots/git/l/li/libwlocate/code.git/$pkgname-code-$_gitrev.zip;)
-md5sums=('8b9505abb96daae394b62f608b1c3fd9')
+source=("https://github.com/openwifi-su/lwlocate/archive/v$pkgver.tar.gz;)
+md5sums=('615649a7379968b46248081a4ec014aa')
 
 build() {
-  cd $pkgname-code-$_gitrev/master
+  cd lwlocate-$pkgver/master
   make -f Makelib
   make
 }
 
 package() {
-  cd $pkgname-code-$_gitrev/master
-  install -Dm644 libwlocate.so "$pkgdir/usr/lib/libwlocate.so"
-  install -Dm644 libwlocate.h "$pkgdir/usr/include/libwlocate.h"
-  install -Dm755 lwtrace "$pkgdir/usr/bin/lwtrace"
+  cd lwlocate-$pkgver/master
+  install -Dm644 libwlocate.so "$pkgdir"/usr/lib/libwlocate.so
+  install -Dm644 libwlocate.h "$pkgdir"/usr/include/libwlocate.h
+  install -Dm755 lwtrace "$pkgdir"/usr/bin/lwtrace
 }
 


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

2016-01-21 Thread Jan Steffens
Date: Thursday, January 21, 2016 @ 17:03:21
  Author: heftig
Revision: 258477

1.6.3

Modified:
  gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 15:55:54 UTC (rev 258476)
+++ PKGBUILD2016-01-21 16:03:21 UTC (rev 258477)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gstreamer
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 optdepends=('sh: feedback script')
 makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection' 
'python2')
 source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('5896716bd8e089dba452932a2eff2bb6f6c9d58ff64a96635d157f1ffaf8feb2')
+sha256sums=('22f9568d67b87cf700a111f381144bd37cb93790a77e4e331db01fe854a37f24')
 
 build() {
   cd "${srcdir}/gstreamer-${pkgver}"


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

2016-01-21 Thread Antonio Rojas
Date: Thursday, January 21, 2016 @ 17:03:23
  Author: arojas
Revision: 158430

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-21 16:02:48 UTC (rev 158429)
+++ community-i686/PKGBUILD 2016-01-21 16:03:23 UTC (rev 158430)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: sekret, mail=$(echo c2VrcmV0QHBvc3Rlby5zZQo= | base64 -d)
-# Contributor: Bjoern Franke 
-
-pkgname=libwlocate
-pkgver=0.20150623.ef86579
-pkgrel=1
-_gitrev=ef865799942243896a4ace5e5b4dae999769b6ff
-pkgdesc="A shared library that can be used for location-based services"
-arch=(i686 x86_64)
-url="http://sourceforge.net/projects/libwlocate;
-license=(GPL)
-depends=(wireless_tools glibc)
-source=("http://sourceforge.net/code-snapshots/git/l/li/libwlocate/code.git/$pkgname-code-$_gitrev.zip;)
-md5sums=('8b9505abb96daae394b62f608b1c3fd9')
-
-build() {
-  cd $pkgname-code-$_gitrev/master
-  make -f Makelib
-  make
-}
-
-package() {
-  cd $pkgname-code-$_gitrev/master
-  install -Dm644 libwlocate.so "$pkgdir/usr/lib/libwlocate.so"
-  install -Dm644 libwlocate.h "$pkgdir/usr/include/libwlocate.h"
-  install -Dm755 lwtrace "$pkgdir/usr/bin/lwtrace"
-}
-

Copied: libwlocate/repos/community-i686/PKGBUILD (from rev 158429, 
libwlocate/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-21 16:03:23 UTC (rev 158430)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: sekret, mail=$(echo c2VrcmV0QHBvc3Rlby5zZQo= | base64 -d)
+# Contributor: Bjoern Franke 
+
+pkgname=libwlocate
+pkgver=0.1
+pkgrel=1
+epoch=1
+_gitrev=ef865799942243896a4ace5e5b4dae999769b6ff
+pkgdesc="A shared library that can be used for location-based services"
+arch=(i686 x86_64)
+url="http://sourceforge.net/projects/libwlocate;
+license=(GPL)
+depends=(wireless_tools glibc)
+source=("https://github.com/openwifi-su/lwlocate/archive/v$pkgver.tar.gz;)
+md5sums=('615649a7379968b46248081a4ec014aa')
+
+build() {
+  cd lwlocate-$pkgver/master
+  make -f Makelib
+  make
+}
+
+package() {
+  cd lwlocate-$pkgver/master
+  install -Dm644 libwlocate.so "$pkgdir"/usr/lib/libwlocate.so
+  install -Dm644 libwlocate.h "$pkgdir"/usr/include/libwlocate.h
+  install -Dm755 lwtrace "$pkgdir"/usr/bin/lwtrace
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-21 16:02:48 UTC (rev 158429)
+++ community-x86_64/PKGBUILD   2016-01-21 16:03:23 UTC (rev 158430)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: sekret, mail=$(echo c2VrcmV0QHBvc3Rlby5zZQo= | base64 -d)
-# Contributor: Bjoern Franke 
-
-pkgname=libwlocate
-pkgver=0.20150623.ef86579
-pkgrel=1
-_gitrev=ef865799942243896a4ace5e5b4dae999769b6ff
-pkgdesc="A shared library that can be used for location-based services"
-arch=(i686 x86_64)
-url="http://sourceforge.net/projects/libwlocate;
-license=(GPL)
-depends=(wireless_tools glibc)
-source=("http://sourceforge.net/code-snapshots/git/l/li/libwlocate/code.git/$pkgname-code-$_gitrev.zip;)
-md5sums=('8b9505abb96daae394b62f608b1c3fd9')
-
-build() {
-  cd $pkgname-code-$_gitrev/master
-  make -f Makelib
-  make
-}
-
-package() {
-  cd $pkgname-code-$_gitrev/master
-  install -Dm644 libwlocate.so "$pkgdir/usr/lib/libwlocate.so"
-  install -Dm644 libwlocate.h "$pkgdir/usr/include/libwlocate.h"
-  install -Dm755 lwtrace "$pkgdir/usr/bin/lwtrace"
-}
-

Copied: libwlocate/repos/community-x86_64/PKGBUILD (from rev 158429, 
libwlocate/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-21 16:03:23 UTC (rev 158430)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: sekret, mail=$(echo c2VrcmV0QHBvc3Rlby5zZQo= | base64 -d)
+# Contributor: Bjoern Franke 
+
+pkgname=libwlocate
+pkgver=0.1
+pkgrel=1
+epoch=1
+_gitrev=ef865799942243896a4ace5e5b4dae999769b6ff
+pkgdesc="A shared library that can be used 

[arch-commits] Commit in gst-plugins-bad/repos (4 files)

2016-01-21 Thread Jan Steffens
Date: Thursday, January 21, 2016 @ 17:48:44
  Author: heftig
Revision: 258486

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

Added:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
(from rev 258485, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD
(from rev 258485, gst-plugins-bad/trunk/PKGBUILD)
Deleted:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-21 16:47:03 UTC (rev 258485)
+++ extra-i686/PKGBUILD 2016-01-21 16:48:44 UTC (rev 258486)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-bad
-pkgver=1.6.2
-pkgrel=3
-pkgdesc="GStreamer Multimedia Framework Bad Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca'
- 'soundtouch' 'spandsp' 'libdvdnav' 'libmodplug' 'libgme' 'opus' 
'wayland' 'neon' 'libofa' 'fluidsynth'
- 'openjpeg' 'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc' 
'rtmpdump' 'libgudev' 'graphene')
-makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
- 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb'
- 'qt5-declarative' 'qt5-x11extras' 'qt5-wayland')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('650855e39ff56a8bb6cb0c192109c5926ce12f536d06e19ebf829de71ef396fe')
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -vi
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name="GStreamer Bad Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---with-gtk=3.0
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # don't have a camera for the camerabin test
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-plugins-bad/repos/extra-i686/PKGBUILD (from rev 258485, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-21 16:48:44 UTC (rev 258486)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-bad
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Bad Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca'
+ 'soundtouch' 'spandsp' 'libdvdnav' 'libmodplug' 'libgme' 'opus' 
'wayland' 'neon' 'libofa' 'fluidsynth'
+ 'openjpeg' 'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc' 
'rtmpdump' 'libgudev' 'graphene')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
+ 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb'
+ 'qt5-declarative' 'qt5-x11extras' 'qt5-wayland')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('971b29101d6a9c5e3fe94d99d977a227f58f0b2d29b6ca2c7f292052542b3a61')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--with-gtk=3.0
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # don't have a camera for the camerabin test
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-21 16:47:03 UTC (rev 258485)
+++ extra-x86_64/PKGBUILD   2016-01-21 16:48:44 UTC (rev 258486)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 

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

2016-01-21 Thread Jaroslav Lichtblau
Date: Thursday, January 21, 2016 @ 18:43:52
  Author: jlichtblau
Revision: 158437

upgpkg: kdesvn 1.7.0-1 - new upstream release

Modified:
  kdesvn/trunk/PKGBUILD
  kdesvn/trunk/kdesvn.changelog

--+
 PKGBUILD |   24 ++--
 kdesvn.changelog |3 +++
 2 files changed, 9 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 16:58:40 UTC (rev 158436)
+++ PKGBUILD2016-01-21 17:43:52 UTC (rev 158437)
@@ -2,26 +2,19 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=kdesvn
-pkgver=1.6.0
-pkgrel=5
+pkgver=1.7.0
+pkgrel=1
 pkgdesc="A pure C++ SVN-client for KDE"
 arch=('i686' 'x86_64')
-url="http://kdesvn.alwins-world.de/;
+url="http://projects.kde.org/kdesvn;
 license=('GPL')
 depends=('kdebase-runtime' 'subversion')
-makedepends=('automoc4' 'cmake' 'patch')
+makedepends=('automoc4' 'cmake' 'git')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(https://launchpad.net/ubuntu/+archive/primary/+files/${pkgname}_${pkgver}.orig.tar.bz2
 kdesvn-cmake.patch)
-sha256sums=('05686f246b76810f90a9f80f1d45cdccf812b42e18fa10a16b14e7d27d370f96'
-'2e0b5b67c5bd7e282968766e00bc81ff41680c69fae217e69a794106a065c122')
+source=($pkgname-$pkgver::git://anongit.kde.org/kdesvn.git#commit=1aea688aa8e1ca9219a150d56ea788dd4be4c70b)
+sha256sums=('SKIP')
 
-prepare() {
-  cd $pkgname-$pkgver
-# Fix build failure
-  patch -p1 -i ../kdesvn-cmake.patch
-}
-
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 
@@ -30,10 +23,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_CXX_FLAGS="-DQT_THREAD_SUPPORT" \
 -DLIB_SUFFIX=
-
-#FS#44135 fix
-  sed -i 's|/share/locale|/share/locale/kde4|' po/cmake_install.cmake
-
   make
 }
 
@@ -44,7 +33,6 @@
 
 #removing conflicting files - kdesdk
   rm -f "${pkgdir}"/usr/share/kde4/services/svn*
-
 #removing $srcdir reference
   rm -rf "${pkgdir}"/usr/share/doc
 }

Modified: kdesvn.changelog
===
--- kdesvn.changelog2016-01-21 16:58:40 UTC (rev 158436)
+++ kdesvn.changelog2016-01-21 17:43:52 UTC (rev 158437)
@@ -1,3 +1,6 @@
+2016-01-21 Jaroslav Lichtblau 
+   * Update to major release 1.7.0-1
+
 2015-03-15 Jaroslav Lichtblau 
* kdesvn 1.6.0-4 FS#44135 fix
 


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

2016-01-21 Thread Jaroslav Lichtblau
Date: Thursday, January 21, 2016 @ 18:44:13
  Author: jlichtblau
Revision: 158438

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

Added:
  kdesvn/repos/community-i686/PKGBUILD
(from rev 158437, kdesvn/trunk/PKGBUILD)
  kdesvn/repos/community-i686/kdesvn-cmake.patch
(from rev 158437, kdesvn/trunk/kdesvn-cmake.patch)
  kdesvn/repos/community-i686/kdesvn.changelog
(from rev 158437, kdesvn/trunk/kdesvn.changelog)
  kdesvn/repos/community-i686/kdesvn.install
(from rev 158437, kdesvn/trunk/kdesvn.install)
  kdesvn/repos/community-x86_64/PKGBUILD
(from rev 158437, kdesvn/trunk/PKGBUILD)
  kdesvn/repos/community-x86_64/kdesvn-cmake.patch
(from rev 158437, kdesvn/trunk/kdesvn-cmake.patch)
  kdesvn/repos/community-x86_64/kdesvn.changelog
(from rev 158437, kdesvn/trunk/kdesvn.changelog)
  kdesvn/repos/community-x86_64/kdesvn.install
(from rev 158437, kdesvn/trunk/kdesvn.install)
Deleted:
  kdesvn/repos/community-i686/PKGBUILD
  kdesvn/repos/community-i686/kdesvn-cmake.patch
  kdesvn/repos/community-i686/kdesvn.changelog
  kdesvn/repos/community-i686/kdesvn.install
  kdesvn/repos/community-x86_64/PKGBUILD
  kdesvn/repos/community-x86_64/kdesvn-cmake.patch
  kdesvn/repos/community-x86_64/kdesvn.changelog
  kdesvn/repos/community-x86_64/kdesvn.install

-+
 /PKGBUILD   |   76 
 /kdesvn-cmake.patch |   30 +++
 /kdesvn.changelog   |  128 ++
 /kdesvn.install |   24 ++
 community-i686/PKGBUILD |   50 -
 community-i686/kdesvn-cmake.patch   |   15 ---
 community-i686/kdesvn.changelog |   61 
 community-i686/kdesvn.install   |   12 ---
 community-x86_64/PKGBUILD   |   50 -
 community-x86_64/kdesvn-cmake.patch |   15 ---
 community-x86_64/kdesvn.changelog   |   61 
 community-x86_64/kdesvn.install |   12 ---
 12 files changed, 258 insertions(+), 276 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-21 17:43:52 UTC (rev 158437)
+++ community-i686/PKGBUILD 2016-01-21 17:44:13 UTC (rev 158438)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=kdesvn
-pkgver=1.6.0
-pkgrel=5
-pkgdesc="A pure C++ SVN-client for KDE"
-arch=('i686' 'x86_64')
-url="http://kdesvn.alwins-world.de/;
-license=('GPL')
-depends=('kdebase-runtime' 'subversion')
-makedepends=('automoc4' 'cmake' 'patch')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(https://launchpad.net/ubuntu/+archive/primary/+files/${pkgname}_${pkgver}.orig.tar.bz2
 kdesvn-cmake.patch)
-sha256sums=('05686f246b76810f90a9f80f1d45cdccf812b42e18fa10a16b14e7d27d370f96'
-'2e0b5b67c5bd7e282968766e00bc81ff41680c69fae217e69a794106a065c122')
-
-prepare() {
-  cd $pkgname-$pkgver
-# Fix build failure
-  patch -p1 -i ../kdesvn-cmake.patch
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_CXX_FLAGS="-DQT_THREAD_SUPPORT" \
--DLIB_SUFFIX=
-
-#FS#44135 fix
-  sed -i 's|/share/locale|/share/locale/kde4|' po/cmake_install.cmake
-
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#removing conflicting files - kdesdk
-  rm -f "${pkgdir}"/usr/share/kde4/services/svn*
-
-#removing $srcdir reference
-  rm -rf "${pkgdir}"/usr/share/doc
-}

Copied: kdesvn/repos/community-i686/PKGBUILD (from rev 158437, 
kdesvn/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-21 17:44:13 UTC (rev 158438)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=kdesvn
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="A pure C++ SVN-client for KDE"
+arch=('i686' 'x86_64')
+url="http://projects.kde.org/kdesvn;
+license=('GPL')
+depends=('kdebase-runtime' 'subversion')
+makedepends=('automoc4' 'cmake' 'git')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=($pkgname-$pkgver::git://anongit.kde.org/kdesvn.git#commit=1aea688aa8e1ca9219a150d56ea788dd4be4c70b)
+sha256sums=('SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_CXX_FLAGS="-DQT_THREAD_SUPPORT" \
+-DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#removing conflicting files - kdesdk
+  rm -f "${pkgdir}"/usr/share/kde4/services/svn*
+#removing $srcdir reference
+  rm -rf "${pkgdir}"/usr/share/doc
+}

Deleted: community-i686/kdesvn-cmake.patch

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

2016-01-21 Thread Sven-Hendrik Haase
Date: Thursday, January 21, 2016 @ 19:56:42
  Author: svenstaro
Revision: 158441

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-21 18:56:33 UTC (rev 158440)
+++ community-i686/PKGBUILD 2016-01-21 18:56:42 UTC (rev 158441)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sandy Carter 
-
-pkgname=openmw
-pkgver=0.37.0
-pkgrel=3
-pkgdesc="An open-source engine reimplementation for the role-playing game 
Morrowind"
-arch=('i686' 'x86_64')
-url="http://www.openmw.org;
-license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt4' 'qt5-base' 'ffmpeg' 
'sdl2' 'unshield')
-makedepends=('cmake' 'boost')
-source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
-sha1sums=('192d669ef447d560b93efe70f54838091e0bc92f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openmw/repos/community-i686/PKGBUILD (from rev 158440, 
openmw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-21 18:56:42 UTC (rev 158441)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sandy Carter 
+
+pkgname=openmw
+pkgver=0.38.0
+pkgrel=1
+pkgdesc="An open-source engine reimplementation for the role-playing game 
Morrowind"
+arch=('i686' 'x86_64')
+url="http://www.openmw.org;
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt4' 'qt5-base' 'ffmpeg' 
'sdl2' 'unshield')
+makedepends=('cmake' 'boost')
+source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
+sha1sums=('0df078426503bdb22d4773c0e611894d25f990ad')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-21 18:56:33 UTC (rev 158440)
+++ community-x86_64/PKGBUILD   2016-01-21 18:56:42 UTC (rev 158441)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sandy Carter 
-
-pkgname=openmw
-pkgver=0.37.0
-pkgrel=3
-pkgdesc="An open-source engine reimplementation for the role-playing game 
Morrowind"
-arch=('i686' 'x86_64')
-url="http://www.openmw.org;
-license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt4' 'qt5-base' 'ffmpeg' 
'sdl2' 'unshield')
-makedepends=('cmake' 'boost')
-source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
-sha1sums=('192d669ef447d560b93efe70f54838091e0bc92f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openmw/repos/community-x86_64/PKGBUILD (from rev 158440, 
openmw/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-21 18:56:42 UTC (rev 158441)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sandy Carter 
+
+pkgname=openmw
+pkgver=0.38.0
+pkgrel=1
+pkgdesc="An open-source engine reimplementation for the role-playing game 
Morrowind"
+arch=('i686' 'x86_64')
+url="http://www.openmw.org;
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt4' 'qt5-base' 'ffmpeg' 
'sdl2' 'unshield')
+makedepends=('cmake' 'boost')
+source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
+sha1sums=('0df078426503bdb22d4773c0e611894d25f990ad')
+

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

2016-01-21 Thread Sven-Hendrik Haase
Date: Thursday, January 21, 2016 @ 19:56:33
  Author: svenstaro
Revision: 158440

upgpkg: openmw 0.38.0-1

upstream release 0.38.0

Modified:
  openmw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 18:54:24 UTC (rev 158439)
+++ PKGBUILD2016-01-21 18:56:33 UTC (rev 158440)
@@ -2,8 +2,8 @@
 # Contributor: Sandy Carter 
 
 pkgname=openmw
-pkgver=0.37.0
-pkgrel=3
+pkgver=0.38.0
+pkgrel=1
 pkgdesc="An open-source engine reimplementation for the role-playing game 
Morrowind"
 arch=('i686' 'x86_64')
 url="http://www.openmw.org;
@@ -11,7 +11,7 @@
 depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt4' 'qt5-base' 'ffmpeg' 
'sdl2' 'unshield')
 makedepends=('cmake' 'boost')
 source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
-sha1sums=('192d669ef447d560b93efe70f54838091e0bc92f')
+sha1sums=('0df078426503bdb22d4773c0e611894d25f990ad')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"


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

2016-01-21 Thread Anatol Pomozov
Date: Thursday, January 21, 2016 @ 20:04:23
  Author: anatolik
Revision: 258493

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

Added:
  openmpi/repos/testing-i686/
  openmpi/repos/testing-i686/PKGBUILD
(from rev 258492, openmpi/trunk/PKGBUILD)
  openmpi/repos/testing-i686/system_ltdl.patch
(from rev 258492, openmpi/trunk/system_ltdl.patch)
  openmpi/repos/testing-x86_64/
  openmpi/repos/testing-x86_64/PKGBUILD
(from rev 258492, openmpi/trunk/PKGBUILD)
  openmpi/repos/testing-x86_64/system_ltdl.patch
(from rev 258492, openmpi/trunk/system_ltdl.patch)

--+
 testing-i686/PKGBUILD|   67 +
 testing-i686/system_ltdl.patch   |   66 
 testing-x86_64/PKGBUILD  |   67 +
 testing-x86_64/system_ltdl.patch |   66 
 4 files changed, 266 insertions(+)

Copied: openmpi/repos/testing-i686/PKGBUILD (from rev 258492, 
openmpi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-01-21 19:04:23 UTC (rev 258493)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Stéphane Gaudreault 
+
+pkgname=openmpi
+pkgver=1.10.2
+pkgrel=1
+pkgdesc='High performance message passing library (MPI)'
+arch=(i686 x86_64)
+url='http://www.open-mpi.org'
+license=(custom)
+depends=(libltdl hwloc)
+makedepends=(inetutils valgrind gcc-fortran)
+optdepends=('gcc-fortran: fortran support')
+options=(staticlibs)
+source=(http://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('03934fc0a2dd0d0d2d0459d714a976eabca938fb')
+
+build() {
+   cd $pkgname-$pkgver
+
+   ./autogen.pl
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc/${pkgname} \
+   --enable-mpi-fortran=all \
+   --libdir=/usr/lib/${pkgname} \
+   --with-threads=posix \
+   --enable-smp-locks \
+   --with-valgrind \
+   --enable-memchecker \
+   --enable-pretty-print-stacktrace \
+   --without-slurm \
+   --with-hwloc=/usr \
+   --with-libltdl=/usr  \
+   FC=/usr/bin/gfortran \
+   LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
+
+   make
+}
+
+check() {
+   cd $pkgname-$pkgver
+
+   make check
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir" install
+
+   # FS#28583
+   install -d -m 755 "$pkgdir"/usr/lib/pkgconfig
+   for i in ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc ompi.pc; do
+  ln -sf /usr/lib/openmpi/pkgconfig/$i "$pkgdir"/usr/lib/pkgconfig/
+   done
+
+   # Openmpi's otfinfo conflicts with the one from texlive
+   mv "$pkgdir"/usr/bin/otfinfo{,mpi}
+
+   # Remove dangling symlink and useless file
+   rm "$pkgdir"/usr/share/vampirtrace/config.log
+
+   install -d -m 755 "$pkgdir"/etc/ld.so.conf.d
+   echo "/usr/lib/$pkgname" > "$pkgdir"/etc/ld.so.conf.d/$pkgname.conf
+
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openmpi/repos/testing-i686/system_ltdl.patch (from rev 258492, 
openmpi/trunk/system_ltdl.patch)
===
--- testing-i686/system_ltdl.patch  (rev 0)
+++ testing-i686/system_ltdl.patch  2016-01-21 19:04:23 UTC (rev 258493)
@@ -0,0 +1,66 @@
+diff --git a/config/ltdl.m4 b/config/ltdl.m4
+index ea76f4d..2f1cbfe 100644
+--- a/config/ltdl.m4
 b/config/ltdl.m4
+@@ -162,6 +162,8 @@ m4_defun([_LTDL_INSTALLABLE],
+   fi
+ fi
+ 
++enable_ltdl_install=no
++
+ # If configure.ac declared an installable ltdl, and the user didn't override
+ # with --disable-ltdl-install, we will install the shipped libltdl.
+ case $enable_ltdl_install in
+diff --git a/ompi/debuggers/Makefile.am b/ompi/debuggers/Makefile.am
+index 2adf3fd..5b22a91 100644
+--- a/ompi/debuggers/Makefile.am
 b/ompi/debuggers/Makefile.am
+@@ -46,8 +46,7 @@ headers = \
+ # Simple checks to ensure that the DSOs are functional
+ 
+ dlopen_test_SOURCES = dlopen_test.c
+-dlopen_test_CPPFLAGS = -I$(top_srcdir)/opal/libltdl
+-dlopen_test_LDADD = $(top_builddir)/opal/libltdl/libltdlc.la
++dlopen_test_LDADD = -lltdl
+ 
+ predefined_gap_test_SOURCES = predefined_gap_test.c
+ predefined_gap_test_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS)
+diff --git a/ompi/debuggers/dlopen_test.c b/ompi/debuggers/dlopen_test.c
+index 029a4ee..023afb8 100644
+--- a/ompi/debuggers/dlopen_test.c
 b/ompi/debuggers/dlopen_test.c
+@@ -13,7 +13,7 @@
+ #include 
+ #include 
+ 
+-#include "opal/libltdl/ltdl.h"
++#include "ltdl.h"
+ 
+ static int do_test(void);
+ 
+diff --git a/test/support/components.c b/test/support/components.c
+index 41c4345..6b4b464 100644
+--- a/test/support/components.c
 

[arch-commits] Commit in gst-plugins-good/trunk (PKGBUILD)

2016-01-21 Thread Jan Steffens
Date: Thursday, January 21, 2016 @ 17:33:46
  Author: heftig
Revision: 258479

1.6.3

Modified:
  gst-plugins-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 16:31:03 UTC (rev 258478)
+++ PKGBUILD2016-01-21 16:33:46 UTC (rev 258479)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gst-plugins-good
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Good Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('876e54dfce93274b98e024f353258d35fa4d49d1f9010069e676c530f6eb6a92')
+sha256sums=('24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177')
 
 build() {
   cd $pkgname-$pkgver


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

2016-01-21 Thread Jan Steffens
Date: Thursday, January 21, 2016 @ 17:42:56
  Author: heftig
Revision: 258482

1.6.3

Modified:
  gst-libav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 16:42:17 UTC (rev 258481)
+++ PKGBUILD2016-01-21 16:42:56 UTC (rev 258482)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gst-libav
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc="Gstreamer libav Plugin"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 provides=("gst-ffmpeg=$pkgver-$pkgrel")
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('2597acc00171006d49f0d300440a87df51b113d557466e532153abc740db3469')
+sha256sums=('857b9c060a0337de38c6d26238c47352433c02eabf26c2f860c854dbc35bd4ab')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gst-plugins-base/repos (4 files)

2016-01-21 Thread Jan Steffens
Date: Thursday, January 21, 2016 @ 17:45:39
  Author: heftig
Revision: 258484

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

Added:
  gst-plugins-base/repos/extra-i686/PKGBUILD
(from rev 258483, gst-plugins-base/trunk/PKGBUILD)
  gst-plugins-base/repos/extra-x86_64/PKGBUILD
(from rev 258483, gst-plugins-base/trunk/PKGBUILD)
Deleted:
  gst-plugins-base/repos/extra-i686/PKGBUILD
  gst-plugins-base/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-21 16:44:15 UTC (rev 258483)
+++ extra-i686/PKGBUILD 2016-01-21 16:45:39 UTC (rev 258484)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gst-plugins-base
-pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Base Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection' 'python2')
-options=(!emptydirs)
-url="http://gstreamer.freedesktop.org/;
-source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('c75dd400e451526ed71e1c4955e33d470a2581f5e71ecf84920a41c0a5c75322')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name="GStreamer Base Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-
-  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  # Testsuite fails on one test. Some refcount leak
-  make check
-}
-
-package_gst-plugins-base-libs() {
-  pkgdesc="GStreamer Multimedia Framework Base Plugin libraries"
-  depends=('gstreamer' 'orc' 'libxv')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="${pkgdir}" install
-}
-
-package_gst-plugins-base() {
-  depends=("gst-plugins-base-libs=$pkgver" 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
-
-  cd $pkgbase-$pkgver
-  make -C gst-libs DESTDIR="${pkgdir}" install
-  make -C ext DESTDIR="${pkgdir}" install
-  make -C gst-libs DESTDIR="${pkgdir}" uninstall
-}

Copied: gst-plugins-base/repos/extra-i686/PKGBUILD (from rev 258483, 
gst-plugins-base/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-21 16:45:39 UTC (rev 258484)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gst-plugins-base
+pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Base Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection' 'python2')
+options=(!emptydirs)
+url="http://gstreamer.freedesktop.org/;
+source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('b6154f8fdba4877e95efd94610ef0ada4f0171cd12eb829a3c3c97345d9c7a75')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name="GStreamer Base Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+
+  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  # Testsuite fails on one test. Some refcount leak
+  make check
+}
+
+package_gst-plugins-base-libs() {
+  pkgdesc="GStreamer Multimedia Framework Base Plugin libraries"
+  depends=('gstreamer' 'orc' 'libxv')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+package_gst-plugins-base() {
+  depends=("gst-plugins-base-libs=$pkgver" 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
+
+  cd $pkgbase-$pkgver
+  make -C gst-libs DESTDIR="${pkgdir}" install
+  make -C ext DESTDIR="${pkgdir}" install
+  make -C gst-libs DESTDIR="${pkgdir}" uninstall
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-21 16:44:15 UTC (rev 258483)
+++ extra-x86_64/PKGBUILD   2016-01-21 16:45:39 UTC (rev 258484)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-

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

2016-01-21 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 17:57:02
  Author: fyan
Revision: 158434

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-21 16:56:32 UTC (rev 158433)
+++ community-i686/PKGBUILD 2016-01-21 16:57:02 UTC (rev 158434)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.8.0
-_realver=1.0.8-0
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd client
-  mkdir -p .gopath/src/github.com/keybase
-  ln -sf "$PWD" .gopath/src/github.com/keybase/client
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/keybase/client/go/keybase
-}
-
-build() {
-  cd client/go/keybase
-  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd client
-  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: keybase/repos/community-i686/PKGBUILD (from rev 158433, 
keybase/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-21 16:57:02 UTC (rev 158434)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Hansen 
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=1.0.9.0
+_realver=1.0.9-0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go' 'git' 'mercurial')
+source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd client
+  mkdir -p .gopath/src/github.com/keybase
+  ln -sf "$PWD" .gopath/src/github.com/keybase/client
+  export GOPATH="$PWD/.gopath"
+
+  go get github.com/keybase/client/go/keybase
+}
+
+build() {
+  cd client/go/keybase
+  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd client
+  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-21 16:56:32 UTC (rev 158433)
+++ community-x86_64/PKGBUILD   2016-01-21 16:57:02 UTC (rev 158434)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.8.0
-_realver=1.0.8-0
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd client
-  mkdir -p .gopath/src/github.com/keybase
-  ln -sf "$PWD" .gopath/src/github.com/keybase/client
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/keybase/client/go/keybase
-}
-
-build() {
-  cd client/go/keybase
-  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd client
-  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: keybase/repos/community-x86_64/PKGBUILD (from rev 158433, 
keybase/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-21 16:57:02 UTC (rev 158434)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Hansen 
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=1.0.9.0
+_realver=1.0.9-0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go' 'git' 'mercurial')
+source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd client
+  mkdir -p .gopath/src/github.com/keybase
+  

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

2016-01-21 Thread Jelle van der Waa
Date: Thursday, January 21, 2016 @ 21:40:29
  Author: jelle
Revision: 158445

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

Added:
  python-selenium/repos/community-i686/PKGBUILD
(from rev 158444, python-selenium/trunk/PKGBUILD)
  python-selenium/repos/community-x86_64/PKGBUILD
(from rev 158444, python-selenium/trunk/PKGBUILD)
Deleted:
  python-selenium/repos/community-i686/PKGBUILD
  python-selenium/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-21 20:40:15 UTC (rev 158444)
+++ community-i686/PKGBUILD 2016-01-21 20:40:29 UTC (rev 158445)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Aaron DeVore 
-
-pkgbase=python-selenium
-pkgname=('python-selenium' 'python2-selenium')
-pkgver=2.49.2
-pkgrel=1
-pkgdesc="Python binding for Selenium Remote Control"
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/selenium;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('lib32-glibc: Firefox x86 webdriver support for x86_64')
-source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz;)
-md5sums=('17cfe7c6adb2cad1f64a61cf753f0738')
-
-package_python-selenium() {
-  depends=('python')
-  cd "$srcdir/selenium-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-selenium() {
-  depends=('python2')
-  cd "$srcdir/selenium-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# check() takes too many dependencies to run

Copied: python-selenium/repos/community-i686/PKGBUILD (from rev 158444, 
python-selenium/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-21 20:40:29 UTC (rev 158445)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Aaron DeVore 
+
+pkgbase=python-selenium
+pkgname=('python-selenium' 'python2-selenium')
+pkgver=2.49.2
+pkgrel=2
+pkgdesc="Python binding for Selenium Remote Control"
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/selenium;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('lib32-glibc: Firefox x86 webdriver support for x86_64')
+source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz;)
+md5sums=('17cfe7c6adb2cad1f64a61cf753f0738')
+
+package_python-selenium() {
+  depends=('python')
+  cd "$srcdir/selenium-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-selenium() {
+  depends=('python2')
+  cd "$srcdir/selenium-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# check() takes too many dependencies to run

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-21 20:40:15 UTC (rev 158444)
+++ community-x86_64/PKGBUILD   2016-01-21 20:40:29 UTC (rev 158445)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Aaron DeVore 
-
-pkgbase=python-selenium
-pkgname=('python-selenium' 'python2-selenium')
-pkgver=2.49.2
-pkgrel=1
-pkgdesc="Python binding for Selenium Remote Control"
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/selenium;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('lib32-glibc: Firefox x86 webdriver support for x86_64')
-source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz;)
-md5sums=('17cfe7c6adb2cad1f64a61cf753f0738')
-
-package_python-selenium() {
-  depends=('python')
-  cd "$srcdir/selenium-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-selenium() {
-  depends=('python2')
-  cd "$srcdir/selenium-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# check() takes too many dependencies to run

Copied: python-selenium/repos/community-x86_64/PKGBUILD (from rev 158444, 
python-selenium/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-21 20:40:29 UTC (rev 158445)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Aaron DeVore 
+
+pkgbase=python-selenium
+pkgname=('python-selenium' 'python2-selenium')
+pkgver=2.49.2
+pkgrel=2
+pkgdesc="Python binding for Selenium 

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

2016-01-21 Thread Jelle van der Waa
Date: Thursday, January 21, 2016 @ 21:40:15
  Author: jelle
Revision: 158444

upgpkg: python-selenium 2.49.2-2

fix packager

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 19:32:52 UTC (rev 158443)
+++ PKGBUILD2016-01-21 20:40:15 UTC (rev 158444)
@@ -4,7 +4,7 @@
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
 pkgver=2.49.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
 url="http://pypi.python.org/pypi/selenium;


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

2016-01-21 Thread Jelle van der Waa
Date: Thursday, January 21, 2016 @ 21:56:14
  Author: jelle
Revision: 158447

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  128 ++---
 1 file changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-21 20:56:06 UTC (rev 158446)
+++ PKGBUILD2016-01-21 20:56:14 UTC (rev 158447)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-# Contributor: Kaiting Chen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Armando M. Baratti 
-# Contributor: Florian Richter 
-pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=3.8.1
-pkgrel=1
-pkgdesc="A pythonic, object-oriented web development framework"
-arch=('any')
-url="http://www.cherrypy.org;
-license=('BSD')
-makedepends=('python' 'python2')
-source=("https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz;)
-md5sums=('919301731c9835cf7941f8bdc1aee9aa')
-
-build() {
-  cp -r CherryPy-${pkgver} CherryPy2-${pkgver}
-
-  cd CherryPy-${pkgver}
-  python ./setup.py build
-
-  cd "${srcdir}/CherryPy2-${pkgver}"
-  sed \
--e 's_#! /usr/bin/env python_&2_' \
--i cherrypy/cherryd
-  sed \
--e 's_#!/usr/bin/python_&2_' \
--i cherrypy/test/sessiondemo.py
-  python2 ./setup.py build
-
-}
-
-package_python-cherrypy() {
-  depends=('python')
-
-  cd CherryPy-${pkgver}
-
-  python ./setup.py install --root="${pkgdir}" --optimize=1
-
-  install -Dm644 cherrypy/LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt"
-}
-
-package_python2-cherrypy() {
-  depends=('python2')
-
-  cd CherryPy2-${pkgver}
-
-  python2 ./setup.py install --root="${pkgdir}" --optimize=1
-  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
-
-  install -Dm644 cherrypy/LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt"
-}
-
-check() {
-  cd CherryPy2-${pkgver}
-  python2 ./setup.py test
-
-  cd ../CherryPy-${pkgver}
-  python3 ./setup.py check
-}

Copied: python-cherrypy/repos/community-any/PKGBUILD (from rev 158446, 
python-cherrypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-21 20:56:14 UTC (rev 158447)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Kaiting Chen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Armando M. Baratti 
+# Contributor: Florian Richter 
+pkgname=('python-cherrypy' 'python2-cherrypy')
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="A pythonic, object-oriented web development framework"
+arch=('any')
+url="http://www.cherrypy.org;
+license=('BSD')
+makedepends=('python' 'python2')
+source=("https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz;)
+md5sums=('4b765329b0b4b65ec25811e3febb6c93')
+
+build() {
+  cp -r CherryPy-${pkgver} CherryPy2-${pkgver}
+
+  cd CherryPy-${pkgver}
+  python ./setup.py build
+
+  cd "${srcdir}/CherryPy2-${pkgver}"
+  sed \
+-e 's_#! /usr/bin/env python_&2_' \
+-i cherrypy/cherryd
+  sed \
+-e 's_#!/usr/bin/python_&2_' \
+-i cherrypy/test/sessiondemo.py
+  python2 ./setup.py build
+
+}
+
+package_python-cherrypy() {
+  depends=('python')
+
+  cd CherryPy-${pkgver}
+
+  python ./setup.py install --root="${pkgdir}" --optimize=1
+
+  install -Dm644 cherrypy/LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt"
+}
+
+package_python2-cherrypy() {
+  depends=('python2')
+
+  cd CherryPy2-${pkgver}
+
+  python2 ./setup.py install --root="${pkgdir}" --optimize=1
+  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
+
+  install -Dm644 cherrypy/LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt"
+}
+
+check() {
+  cd CherryPy2-${pkgver}
+  python2 ./setup.py test
+
+  cd ../CherryPy-${pkgver}
+  python3 ./setup.py check
+}


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

2016-01-21 Thread Jelle van der Waa
Date: Thursday, January 21, 2016 @ 21:56:06
  Author: jelle
Revision: 158446

upgpkg: python-cherrypy 4.0.0-1

Modified:
  python-cherrypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 20:40:29 UTC (rev 158445)
+++ PKGBUILD2016-01-21 20:56:06 UTC (rev 158446)
@@ -5,7 +5,7 @@
 # Contributor: Armando M. Baratti 
 # Contributor: Florian Richter 
 pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=3.8.1
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="A pythonic, object-oriented web development framework"
 arch=('any')
@@ -13,7 +13,7 @@
 license=('BSD')
 makedepends=('python' 'python2')
 
source=("https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz;)
-md5sums=('919301731c9835cf7941f8bdc1aee9aa')
+md5sums=('4b765329b0b4b65ec25811e3febb6c93')
 
 build() {
   cp -r CherryPy-${pkgver} CherryPy2-${pkgver}


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

2016-01-21 Thread Михаил Страшун
Date: Friday, January 22, 2016 @ 00:38:04
  Author: dicebot
Revision: 158453

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

Added:
  ldc/repos/community-i686/PKGBUILD
(from rev 158452, ldc/trunk/PKGBUILD)
  ldc/repos/community-i686/ldc2.conf
(from rev 158452, ldc/trunk/ldc2.conf)
  ldc/repos/community-x86_64/PKGBUILD
(from rev 158452, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/ldc2.conf
(from rev 158452, ldc/trunk/ldc2.conf)
Deleted:
  ldc/repos/community-i686/PKGBUILD
  ldc/repos/community-i686/ldc2.conf
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/ldc2.conf

+
 /PKGBUILD  |  164 +++
 /ldc2.conf |   36 +
 community-i686/PKGBUILD|   78 
 community-i686/ldc2.conf   |   18 
 community-x86_64/PKGBUILD  |   78 
 community-x86_64/ldc2.conf |   18 
 6 files changed, 200 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-21 23:35:19 UTC (rev 158452)
+++ community-i686/PKGBUILD 2016-01-21 23:38:04 UTC (rev 158453)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=0.16.1
-epoch=1
-pkgrel=2
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
-arch=('i686' 'x86_64')
-url="https://github.com/ldc-developers/ldc;
-license=('BSD')
-depends=('libconfig')
-makedepends=('git' 'cmake' 'llvm')
-source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}"
-"ldc2.conf"
-   )
-sha1sums=('SKIP'
-  '290689ded66a12a243666d0bac3ffb74180fa490'
- )
-
-build() {
-cd $srcdir/ldc
-
-git submodule update --init --recursive
-
-mkdir build && cd build
-cmake \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DBUILD_SHARED_LIBS=ON \
-..
-make
-}
-
-package_ldc() {
-depends=('liblphobos' 'libconfig')
-backup=("etc/ldc2.conf")
-provides=("d-compiler")
-
-# binaries
-install -D -m755 $srcdir/ldc/build/bin/ldmd2 $pkgdir/usr/bin/ldmd
-ln -s /usr/bin/ldmd $pkgdir/usr/bin/ldmd2
-install -D -m755 $srcdir/ldc/build/bin/ldc2 $pkgdir/usr/bin/ldc
-ln -s /usr/bin/ldc $pkgdir/usr/bin/ldc2
-
-# supplementaries
-install -D -m644 $srcdir/ldc/bash_completion.d/ldc2 
$pkgdir/usr/share/bash-completion/completions/ldc
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# default configuration files
-install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
-}
-
-package_liblphobos() {
-provides=("d-runtime" "d-stdlib")
-replaces=("liblphobos-devel")
-conflicts=("liblphobos-devel")
-depends=("curl")
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# libraries
-install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc.so 
$pkgdir/usr/lib/liblphobos2.so
-install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc.so 
$pkgdir/usr/lib/libldruntime.so
-install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc-debug.so 
$pkgdir/usr/lib/liblphobos2-debug.so
-install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc-debug.so 
$pkgdir/usr/lib/libldruntime-debug.so
-
-# imports
-mkdir -p $pkgdir/usr/include/dlang/ldc
-cp -r $srcdir/ldc/build/import/* $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/std $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/etc $pkgdir/usr/include/dlang/ldc/
-}

Copied: ldc/repos/community-i686/PKGBUILD (from rev 158452, ldc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-21 23:38:04 UTC (rev 158453)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=0.16.1
+epoch=1
+pkgrel=3
+pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
+arch=('i686' 'x86_64')
+url="https://github.com/ldc-developers/ldc;
+license=('BSD')
+depends=('libconfig')
+makedepends=('git' 'cmake' 'llvm')
+source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}"
+"ldc2.conf"
+   )
+sha1sums=('SKIP'
+  '290689ded66a12a243666d0bac3ffb74180fa490'
+ )
+
+build() {
+cd $srcdir/ldc
+
+git submodule update --init --recursive
+
+mkdir -p pkg
+mkdir -p build && cd build
+cmake \
+

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

2016-01-21 Thread Михаил Страшун
Date: Friday, January 22, 2016 @ 00:09:52
  Author: dicebot
Revision: 158450

upgpkg: ldc 1:0.16.1-3

Add gccbuiltins_x86.di to ldc runtime headers

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 21:24:44 UTC (rev 158449)
+++ PKGBUILD2016-01-21 23:09:52 UTC (rev 158450)
@@ -5,7 +5,7 @@
 groups=('dlang' 'dlang-ldc')
 pkgver=0.16.1
 epoch=1
-pkgrel=2
+pkgrel=3
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
 arch=('i686' 'x86_64')
 url="https://github.com/ldc-developers/ldc;
@@ -24,10 +24,11 @@
 
 git submodule update --init --recursive
 
-mkdir build && cd build
+mkdir -p pkg
+mkdir -p build && cd build
 cmake \
 -DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_PREFIX=../pkg/ \
 -DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
 -DBUILD_SHARED_LIBS=ON \
 ..
@@ -39,6 +40,8 @@
 backup=("etc/ldc2.conf")
 provides=("d-compiler")
 
+cd $srcdir/ldc/build
+
 # binaries
 install -D -m755 $srcdir/ldc/build/bin/ldmd2 $pkgdir/usr/bin/ldmd
 ln -s /usr/bin/ldmd $pkgdir/usr/bin/ldmd2
@@ -75,4 +78,5 @@
 cp -r $srcdir/ldc/build/import/* $pkgdir/usr/include/dlang/ldc/
 cp -r $srcdir/ldc/runtime/phobos/std $pkgdir/usr/include/dlang/ldc/
 cp -r $srcdir/ldc/runtime/phobos/etc $pkgdir/usr/include/dlang/ldc/
+cp $srcdir/ldc/build/runtime/gccbuiltins_x86.di 
$pkgdir/usr/include/dlang/ldc/
 }


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

2016-01-21 Thread Sébastien Luttringer
Date: Friday, January 22, 2016 @ 00:28:04
  Author: seblu
Revision: 258497

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

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

--+
 testing-i686/PKGBUILD|   51 +
 testing-i686/coreutils.install   |   17 
 testing-x86_64/PKGBUILD  |   51 +
 testing-x86_64/coreutils.install |   17 
 4 files changed, 136 insertions(+)

Copied: coreutils/repos/testing-i686/PKGBUILD (from rev 258496, 
coreutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-01-21 23:28:04 UTC (rev 258497)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=coreutils
+pkgver=8.25
+pkgrel=1
+pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://www.gnu.org/software/coreutils'
+groups=('base')
+depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
+md5sums=('070e43ba7f618d747414ef56ab248a48'
+ 'SKIP')
+
+prepare() {
+  local _p
+  for _p in *.patch; do
+   [[ -e $_p ]] || continue
+   msg2 "Applying $_p"
+   patch -p1 -d $pkgname-$pkgver < "$_p"
+  done
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --with-openssl \
+  --enable-no-install-program=groups,hostname,kill,uptime
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: coreutils/repos/testing-i686/coreutils.install (from rev 258496, 
coreutils/trunk/coreutils.install)
===
--- testing-i686/coreutils.install  (rev 0)
+++ testing-i686/coreutils.install  2016-01-21 23:28:04 UTC (rev 258497)
@@ -0,0 +1,17 @@
+infodir=usr/share/info
+file=coreutils.info
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+}
+

Copied: coreutils/repos/testing-x86_64/PKGBUILD (from rev 258496, 
coreutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-01-21 23:28:04 UTC (rev 258497)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=coreutils
+pkgver=8.25
+pkgrel=1
+pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://www.gnu.org/software/coreutils'
+groups=('base')
+depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
+md5sums=('070e43ba7f618d747414ef56ab248a48'
+ 'SKIP')
+
+prepare() {
+  local _p
+  for _p in *.patch; do
+   [[ -e $_p ]] || continue
+   msg2 "Applying $_p"
+   patch -p1 -d $pkgname-$pkgver < "$_p"
+  done
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --with-openssl \
+  --enable-no-install-program=groups,hostname,kill,uptime
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: coreutils/repos/testing-x86_64/coreutils.install (from rev 258496, 
coreutils/trunk/coreutils.install)
===
--- 

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

2016-01-21 Thread Sébastien Luttringer
Date: Friday, January 22, 2016 @ 00:27:52
  Author: seblu
Revision: 258496

upgpkg: coreutils 8.25-1

Modified:
  coreutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 21:17:22 UTC (rev 258495)
+++ PKGBUILD2016-01-21 23:27:52 UTC (rev 258496)
@@ -5,7 +5,7 @@
 # Contributor: judd 
 
 pkgname=coreutils
-pkgver=8.24
+pkgver=8.25
 pkgrel=1
 pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 install=$pkgname.install
 source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
 validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
-md5sums=('40efdbce865d2458d8da0a9dcee7c16c'
+md5sums=('070e43ba7f618d747414ef56ab248a48'
  'SKIP')
 
 prepare() {


[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)

2016-01-21 Thread Sébastien Luttringer
Date: Friday, January 22, 2016 @ 00:35:06
  Author: seblu
Revision: 158451

upgpkg: virtualbox-guest-iso 5.0.14-1

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 23:09:52 UTC (rev 158450)
+++ PKGBUILD2016-01-21 23:35:06 UTC (rev 158451)
@@ -7,7 +7,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=virtualbox-guest-iso
-pkgver=5.0.12
+pkgver=5.0.14
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -19,7 +19,7 @@
 replaces=('virtualbox-additions' 'virtualbox-iso-additions')
 conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
 noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('2a48dcce3f53618d078d473bc91cead3'
+md5sums=('875b430362791acdc5c9340220d39b75'
  'b67febd9453cc6c4b8412a0456080e9f')
 
 package() {


[arch-commits] Commit in virtualbox-guest-iso/repos/community-any (6 files)

2016-01-21 Thread Sébastien Luttringer
Date: Friday, January 22, 2016 @ 00:35:19
  Author: seblu
Revision: 158452

archrelease: copy trunk to community-any

Added:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
(from rev 158451, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-any/license
(from rev 158451, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install
(from rev 158451, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)
Deleted:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
  virtualbox-guest-iso/repos/community-any/license
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install

--+
 PKGBUILD |   60 ++--
 license  |   68 -
 virtualbox-guest-iso.install |   36 ++---
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-21 23:35:06 UTC (rev 158451)
+++ PKGBUILD2016-01-21 23:35:19 UTC (rev 158452)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Jonathan Steel 
-# Contributor: Ionut Biru 
-# Contributor: Geoffroy Carrier 
-# Contributor: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-
-pkgname=virtualbox-guest-iso
-pkgver=5.0.12
-pkgrel=1
-pkgdesc='The official VirtualBox Guest Additions ISO image'
-arch=('any')
-url='http://www.virtualbox.org'
-license=('custom:PUEL')
-install=virtualbox-guest-iso.install
-source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
-'license')
-replaces=('virtualbox-additions' 'virtualbox-iso-additions')
-conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
-noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('2a48dcce3f53618d078d473bc91cead3'
- 'b67febd9453cc6c4b8412a0456080e9f')
-
-package() {
-  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
-"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
-  install -Dm 644 "$srcdir/license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: virtualbox-guest-iso/repos/community-any/PKGBUILD (from rev 158451, 
virtualbox-guest-iso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-21 23:35:19 UTC (rev 158452)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=5.0.14
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='http://www.virtualbox.org'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
+'license')
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+md5sums=('875b430362791acdc5c9340220d39b75'
+ 'b67febd9453cc6c4b8412a0456080e9f')
+
+package() {
+  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -Dm 644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: license
===
--- license 2016-01-21 23:35:06 UTC (rev 158451)
+++ license 2016-01-21 23:35:19 UTC (rev 158452)
@@ -1,34 +0,0 @@
-VirtualBox Personal Use and Evaluation License (PUEL) 
-
-This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
-
-In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
-
-* for personal use or, alternatively,
-* for product evaluation. 
-
-In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
-
-If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
-
-If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
-VirtualBox PUEL terms and conditions ¶
-
-Version 1.2, 2007-02-21
-
-InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the software product 

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

2016-01-21 Thread Evangelos Foutras
Date: Thursday, January 21, 2016 @ 22:17:00
  Author: foutrelis
Revision: 258494

upgpkg: chromium 48.0.2564.82-1

New upstream release.

Added:
  chromium/trunk/chromium-use-non-versioned-icu-namespace.patch
Modified:
  chromium/trunk/PKGBUILD
  chromium/trunk/chromium-widevine.patch
Deleted:
  chromium/trunk/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch
  chromium/trunk/0001-Use-kwalletd5-in-KDE-5-environments.patch

--+
 0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch |  218 --
 0001-Use-kwalletd5-in-KDE-5-environments.patch   |  771 --
 PKGBUILD |   34 
 chromium-use-non-versioned-icu-namespace.patch   |   14 
 chromium-widevine.patch  |   57 
 5 files changed, 78 insertions(+), 1016 deletions(-)

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


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

2016-01-21 Thread Evangelos Foutras
Date: Thursday, January 21, 2016 @ 22:17:22
  Author: foutrelis
Revision: 258495

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 258494, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-fix-print-preview-on-en_GB-locale.patch
(from rev 258494, 
chromium/trunk/chromium-fix-print-preview-on-en_GB-locale.patch)
  chromium/repos/extra-i686/chromium-use-non-versioned-icu-namespace.patch
(from rev 258494, 
chromium/trunk/chromium-use-non-versioned-icu-namespace.patch)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 258494, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 258494, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 258494, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 258494, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-fix-print-preview-on-en_GB-locale.patch
(from rev 258494, 
chromium/trunk/chromium-fix-print-preview-on-en_GB-locale.patch)
  chromium/repos/extra-x86_64/chromium-use-non-versioned-icu-namespace.patch
(from rev 258494, 
chromium/trunk/chromium-use-non-versioned-icu-namespace.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 258494, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 258494, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 258494, chromium/trunk/chromium.install)
Deleted:
  
chromium/repos/extra-i686/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch
  chromium/repos/extra-i686/0001-Use-kwalletd5-in-KDE-5-environments.patch
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-fix-print-preview-on-en_GB-locale.patch
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  
chromium/repos/extra-x86_64/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch
  chromium/repos/extra-x86_64/0001-Use-kwalletd5-in-KDE-5-environments.patch
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-fix-print-preview-on-en_GB-locale.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

---+
 /PKGBUILD |  
440 +
 /chromium-fix-print-preview-on-en_GB-locale.patch |   
34 
 /chromium-widevine.patch  |  
106 +
 /chromium.desktop |  
224 ++
 /chromium.install |   
54 
 extra-i686/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch   |  
218 --
 extra-i686/0001-Use-kwalletd5-in-KDE-5-environments.patch |  
771 --
 extra-i686/PKGBUILD   |  
224 --
 extra-i686/chromium-fix-print-preview-on-en_GB-locale.patch   |   
17 
 extra-i686/chromium-use-non-versioned-icu-namespace.patch |   
14 
 extra-i686/chromium-widevine.patch|   
12 
 extra-i686/chromium.desktop   |  
112 -
 extra-i686/chromium.install   |   
27 
 extra-x86_64/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch |  
218 --
 extra-x86_64/0001-Use-kwalletd5-in-KDE-5-environments.patch   |  
771 --
 extra-x86_64/PKGBUILD |  
224 --
 extra-x86_64/chromium-fix-print-preview-on-en_GB-locale.patch |   
17 
 extra-x86_64/chromium-use-non-versioned-icu-namespace.patch   |   
14 
 extra-x86_64/chromium-widevine.patch  |   
12 
 extra-x86_64/chromium.desktop |  
112 -
 extra-x86_64/chromium.install |   
27 
 21 files changed, 886 insertions(+), 2762 deletions(-)

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


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

2016-01-21 Thread Jelle van der Waa
Date: Thursday, January 21, 2016 @ 22:24:30
  Author: jelle
Revision: 158448

Fix: FS#47326

upx links to ucl so add it to depends

Modified:
  upx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 20:56:14 UTC (rev 158447)
+++ PKGBUILD2016-01-21 21:24:30 UTC (rev 158448)
@@ -5,13 +5,12 @@
 
 pkgname=upx
 pkgver=3.91
-pkgrel=2
+pkgrel=3
 pkgdesc='Ultimate executable compressor.'
 arch=('i686' 'x86_64')
 url='http://upx.sourceforge.net/'
 license=('GPL')
-depends=('zlib')
-makedepends=('ucl')
+depends=('zlib' 'ucl')
 source=("http://upx.sourceforge.net/download/${pkgname}-${pkgver}-src.tar.bz2;
 'http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2')
 md5sums=('c6d0b3ea2ecb28cb8031d59a4b087a43'


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

2016-01-21 Thread Jelle van der Waa
Date: Thursday, January 21, 2016 @ 22:24:44
  Author: jelle
Revision: 158449

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-21 21:24:30 UTC (rev 158448)
+++ community-i686/PKGBUILD 2016-01-21 21:24:44 UTC (rev 158449)
@@ -1,30 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Allan McRae 
-# Contributor: bekks 
-# Contributor: Daniel J Griffiths 
-
-pkgname=upx
-pkgver=3.91
-pkgrel=2
-pkgdesc='Ultimate executable compressor.'
-arch=('i686' 'x86_64')
-url='http://upx.sourceforge.net/'
-license=('GPL')
-depends=('zlib')
-makedepends=('ucl')
-source=("http://upx.sourceforge.net/download/${pkgname}-${pkgver}-src.tar.bz2;
-'http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2')
-md5sums=('c6d0b3ea2ecb28cb8031d59a4b087a43'
- '29d5ffd03a5a3e51aef6a74e9eafb759')
-
-build() {
-  cd "${pkgname}-${pkgver}-src"
-  make UPX_LZMA_VERSION=0x465 UPX_LZMADIR="${srcdir}" all
-}
-
-package() {
-  cd "${pkgname}-${pkgver}-src"
-
-  install -Dm0755 src/upx.out "${pkgdir}/usr/bin/upx"
-  install -Dm0644 doc/upx.1 "${pkgdir}/usr/share/man/man1/upx.1"
-}

Copied: upx/repos/community-i686/PKGBUILD (from rev 158448, upx/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-21 21:24:44 UTC (rev 158449)
@@ -0,0 +1,29 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Allan McRae 
+# Contributor: bekks 
+# Contributor: Daniel J Griffiths 
+
+pkgname=upx
+pkgver=3.91
+pkgrel=3
+pkgdesc='Ultimate executable compressor.'
+arch=('i686' 'x86_64')
+url='http://upx.sourceforge.net/'
+license=('GPL')
+depends=('zlib' 'ucl')
+source=("http://upx.sourceforge.net/download/${pkgname}-${pkgver}-src.tar.bz2;
+'http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2')
+md5sums=('c6d0b3ea2ecb28cb8031d59a4b087a43'
+ '29d5ffd03a5a3e51aef6a74e9eafb759')
+
+build() {
+  cd "${pkgname}-${pkgver}-src"
+  make UPX_LZMA_VERSION=0x465 UPX_LZMADIR="${srcdir}" all
+}
+
+package() {
+  cd "${pkgname}-${pkgver}-src"
+
+  install -Dm0755 src/upx.out "${pkgdir}/usr/bin/upx"
+  install -Dm0644 doc/upx.1 "${pkgdir}/usr/share/man/man1/upx.1"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-21 21:24:30 UTC (rev 158448)
+++ community-x86_64/PKGBUILD   2016-01-21 21:24:44 UTC (rev 158449)
@@ -1,30 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Allan McRae 
-# Contributor: bekks 
-# Contributor: Daniel J Griffiths 
-
-pkgname=upx
-pkgver=3.91
-pkgrel=2
-pkgdesc='Ultimate executable compressor.'
-arch=('i686' 'x86_64')
-url='http://upx.sourceforge.net/'
-license=('GPL')
-depends=('zlib')
-makedepends=('ucl')
-source=("http://upx.sourceforge.net/download/${pkgname}-${pkgver}-src.tar.bz2;
-'http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2')
-md5sums=('c6d0b3ea2ecb28cb8031d59a4b087a43'
- '29d5ffd03a5a3e51aef6a74e9eafb759')
-
-build() {
-  cd "${pkgname}-${pkgver}-src"
-  make UPX_LZMA_VERSION=0x465 UPX_LZMADIR="${srcdir}" all
-}
-
-package() {
-  cd "${pkgname}-${pkgver}-src"
-
-  install -Dm0755 src/upx.out "${pkgdir}/usr/bin/upx"
-  install -Dm0644 doc/upx.1 "${pkgdir}/usr/share/man/man1/upx.1"
-}

Copied: upx/repos/community-x86_64/PKGBUILD (from rev 158448, 
upx/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-21 21:24:44 UTC (rev 158449)
@@ -0,0 +1,29 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Allan McRae 
+# Contributor: bekks 
+# Contributor: Daniel J Griffiths 
+
+pkgname=upx
+pkgver=3.91
+pkgrel=3
+pkgdesc='Ultimate executable compressor.'
+arch=('i686' 'x86_64')
+url='http://upx.sourceforge.net/'
+license=('GPL')
+depends=('zlib' 'ucl')

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

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 03:29:10
  Author: fyan
Revision: 158462

upgpkg: pacparser 1.3.6-1

Modified:
  pacparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-22 02:12:26 UTC (rev 158461)
+++ PKGBUILD2016-01-22 02:29:10 UTC (rev 158462)
@@ -1,20 +1,20 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 # Contributor: Max Meyer 
 
 pkgbase=pacparser
 pkgname=('pacparser' 'python2-pacparser')
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.6
+pkgrel=1
 arch=(i686 x86_64)
 url="http://pacparser.googlecode.com;
 license=('LGPL')
-makedepends=('python2')
-options=('!makeflags')
-source=("http://pacparser.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz;)
+makedepends=('python2' 'git')
+source=("git+https://github.com/pacparser/pacparser.git#tag=$pkgver;)
+sha512sums=('SKIP')
 
 build() {
-  cd $pkgbase-$pkgver
+  cd $pkgbase
   PYTHON=python2 make all pymod -C src
 }
 
@@ -21,11 +21,8 @@
 package_pacparser() {
   pkgdesc="Library to parse proxy auto-config (PAC) files"
 
-  cd $pkgbase-$pkgver
+  cd $pkgbase
   make -C src DESTDIR="$pkgdir/" install
-
-  # FS#41709
-  mv "$pkgdir"/usr/share/man/man3/{,pacparser_}deprecated.3
 }
 
 package_python2-pacparser() {
@@ -32,9 +29,8 @@
   depends=('python2')
   pkgdesc="Python 2.x pacparser module"
 
-  cd $pkgbase-$pkgver
+  cd $pkgbase
   PYTHON=python2 make -C src DESTDIR="$pkgdir/" install-pymod
 }
 
 # vim:set ts=2 sw=2 et:
-sha512sums=('20295667d92eb5385429c085c14ca8dc1ba216487ff474304433f99119216934be2dd1647452173418de31f5345679dd7159eafd331e40a2b87564f878d31349')


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

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 03:30:26
  Author: fyan
Revision: 158463

upgpkg: haskell-http-client-tls 0.2.2-23

rebuild with http-client-0.4.27

Modified:
  haskell-http-client-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-22 02:29:10 UTC (rev 158462)
+++ PKGBUILD2016-01-22 02:30:26 UTC (rev 158463)
@@ -5,7 +5,7 @@
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
 pkgver=0.2.2
-pkgrel=22
+pkgrel=23
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")


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

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 03:50:52
  Author: fyan
Revision: 158476

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

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

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/haskell-http-conduit.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/haskell-http-conduit.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
158475, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-22 02:50:52 UTC (rev 158476)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.1.8
+pkgrel=20
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-conduit" "haskell-http-client" 
"haskell-http-client-tls"
+ "haskell-http-types" "haskell-lifted-base" "haskell-monad-control" 
"haskell-mtl"
+ "haskell-resourcet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('550d86ea9ee6dd90994a460c5c85ddc861fb5c0f007304dc4a2e2035f980ea3d')
+
+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-http-conduit/repos/community-staging-i686/haskell-http-conduit.install 
(from rev 158475, haskell-http-conduit/trunk/haskell-http-conduit.install)
===
--- community-staging-i686/haskell-http-conduit.install 
(rev 0)
+++ community-staging-i686/haskell-http-conduit.install 2016-01-22 02:50:52 UTC 
(rev 158476)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-conduit
+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-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
158475, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-22 02:50:52 UTC (rev 158476)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.1.8
+pkgrel=20
+pkgdesc="HTTP client package with conduit 

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

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 03:58:47
  Author: fyan
Revision: 158478

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

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

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

Copied: haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD (from 
rev 158477, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-22 02:58:47 UTC (rev 158478)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.0.3
+pkgrel=7
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('6455b79eda028e12caefc9d89808fbc611ece36ef64bab3426f90a26cacf3b5f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-yesod-persistent/repos/community-staging-i686/haskell-yesod-persistent.install
 (from rev 158477, 
haskell-yesod-persistent/trunk/haskell-yesod-persistent.install)
===
--- community-staging-i686/haskell-yesod-persistent.install 
(rev 0)
+++ community-staging-i686/haskell-yesod-persistent.install 2016-01-22 
02:58:47 UTC (rev 158478)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-persistent
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 158477, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-22 02:58:47 UTC (rev 158478)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent

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

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 04:13:37
  Author: fyan
Revision: 158479

upgpkg: haskell-yesod-form 1.4.6-7

rebuild with http-client-0.4.27, yesod-core-1.4.18.2

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-22 02:58:47 UTC (rev 158478)
+++ PKGBUILD2016-01-22 03:13:37 UTC (rev 158479)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.6
-pkgrel=6
+pkgrel=7
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-01-21 Thread Sven-Hendrik Haase
Date: Friday, January 22, 2016 @ 05:37:17
  Author: svenstaro
Revision: 158491

archrelease: copy trunk to multilib-x86_64

Deleted:
  lib32-primus/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-22 04:37:11 UTC (rev 158490)
+++ PKGBUILD2016-01-22 04:37:17 UTC (rev 158491)
@@ -1,41 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Monakov 
-
-pkgname=lib32-primus
-pkgver=20151110
-pkgrel=2
-pkgdesc="Faster OpenGL offloading for Bumblebee (32-bit)"
-arch=('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"
-"register_cleanup.patch")
-sha1sums=('SKIP'
-  'fd48f89c55c1ad854d7a985781faed2c52c0135f')
-
-prepare() {
-  cd primus
-
-  patch -Np1 < "$srcdir/register_cleanup.patch"
-}
-
-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 lib32-primus/trunk (PKGBUILD)

2016-01-21 Thread Sven-Hendrik Haase
Date: Friday, January 22, 2016 @ 05:37:11
  Author: svenstaro
Revision: 158490

upgpkg: lib32-primus 20151110-3

Fix FS#47851

Modified:
  lib32-primus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-22 04:36:38 UTC (rev 158489)
+++ PKGBUILD2016-01-22 04:37:11 UTC (rev 158490)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-primus
 pkgver=20151110
-pkgrel=2
+pkgrel=3
 pkgdesc="Faster OpenGL offloading for Bumblebee (32-bit)"
 arch=('x86_64')
 url="https://github.com/amonakov/primus;


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

2016-01-21 Thread Sven-Hendrik Haase
Date: Friday, January 22, 2016 @ 05:37:41
  Author: svenstaro
Revision: 158492

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-primus/repos/multilib-x86_64/PKGBUILD
(from rev 158491, lib32-primus/trunk/PKGBUILD)
  lib32-primus/repos/multilib-x86_64/register_cleanup.patch
(from rev 158491, lib32-primus/trunk/register_cleanup.patch)
Deleted:
  lib32-primus/repos/multilib-x86_64/register_cleanup.patch

+
 PKGBUILD   |   41 
 register_cleanup.patch |   94 +++
 2 files changed, 88 insertions(+), 47 deletions(-)

Copied: lib32-primus/repos/multilib-x86_64/PKGBUILD (from rev 158491, 
lib32-primus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-22 04:37:41 UTC (rev 158492)
@@ -0,0 +1,41 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Monakov 
+
+pkgname=lib32-primus
+pkgver=20151110
+pkgrel=3
+pkgdesc="Faster OpenGL offloading for Bumblebee (32-bit)"
+arch=('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"
+"register_cleanup.patch")
+sha1sums=('SKIP'
+  'fd48f89c55c1ad854d7a985781faed2c52c0135f')
+
+prepare() {
+  cd primus
+
+  patch -Np1 < "$srcdir/register_cleanup.patch"
+}
+
+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:

Deleted: register_cleanup.patch
===
--- register_cleanup.patch  2016-01-22 04:37:17 UTC (rev 158491)
+++ register_cleanup.patch  2016-01-22 04:37:41 UTC (rev 158492)
@@ -1,47 +0,0 @@
-diff --git a/libglfork.cpp b/libglfork.cpp
-index 03f514f..bb42f0d 100644
 a/libglfork.cpp
-+++ b/libglfork.cpp
-@@ -259,6 +259,22 @@ static struct PrimusInfo {
-   }
- } primus;
-
-+static void cleanup()
-+{
-+  primus.drawables.clear();
-+}
-+
-+static void register_cleanup_1()
-+{
-+  atexit(cleanup);
-+}
-+
-+static void register_cleanup()
-+{
-+  static pthread_once_t once = PTHREAD_ONCE_INIT;
-+  pthread_once(, register_cleanup_1);
-+}
-+
- // Thread-specific data
- static __thread struct {
-   Display *dpy;
-@@ -622,11 +638,6 @@ GLXContext glXCreateContextAttribsARB(Display *dpy, 
GLXFBConfig config, GLXConte
- void glXDestroyContext(Display *dpy, GLXContext ctx)
- {
-   primus.contexts.erase(ctx);
--  // kludge: reap background tasks when deleting the last context
--  // otherwise something will deadlock during unloading the library
--  if (primus.contexts.empty())
--for (DrawablesInfo::iterator i = primus.drawables.begin(); i != 
primus.drawables.end(); i++)
--  i->second.reap_workers();
-   primus.afns.glXDestroyContext(primus.adpy, ctx);
- }
-
-@@ -720,6 +731,7 @@ void glXSwapBuffers(Display *dpy, GLXDrawable drawable)
- di.actx = ctx;
- di.d.spawn_worker(drawable, display_work);
- di.r.spawn_worker(drawable, readback_work);
-+register_cleanup();
-   }
-   // Readback thread needs a sync object to avoid reading an incomplete frame
-   di.sync = primus.afns.glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0);

Copied: lib32-primus/repos/multilib-x86_64/register_cleanup.patch (from rev 
158491, lib32-primus/trunk/register_cleanup.patch)
===
--- register_cleanup.patch  (rev 0)
+++ register_cleanup.patch  2016-01-22 04:37:41 UTC (rev 158492)
@@ -0,0 +1,47 @@
+diff --git a/libglfork.cpp b/libglfork.cpp
+index 03f514f..bb42f0d 100644
+--- a/libglfork.cpp
 b/libglfork.cpp
+@@ -259,6 +259,22 @@ static struct PrimusInfo {
+   }
+ } primus;
+
++static void cleanup()
++{
++  primus.drawables.clear();
++}
++
++static void register_cleanup_1()
++{
++  atexit(cleanup);
++}
++
++static void register_cleanup()
++{
++  static pthread_once_t once = PTHREAD_ONCE_INIT;
++  pthread_once(, register_cleanup_1);
++}
++
+ // Thread-specific data
+ static __thread struct {
+   Display *dpy;
+@@ -622,11 +638,6 @@ GLXContext glXCreateContextAttribsARB(Display *dpy, 
GLXFBConfig config, GLXConte
+ void glXDestroyContext(Display *dpy, GLXContext ctx)
+ {
+   primus.contexts.erase(ctx);
+-  // kludge: reap background tasks when deleting the last context
+-  // otherwise something will deadlock during unloading the library
+-  if (primus.contexts.empty())
+-for (DrawablesInfo::iterator i = primus.drawables.begin(); i != 
primus.drawables.end(); i++)
+-  i->second.reap_workers();
+   

[arch-commits] Commit in lib32-primus/trunk (PKGBUILD register_cleanup.patch)

2016-01-21 Thread Sven-Hendrik Haase
Date: Friday, January 22, 2016 @ 05:36:32
  Author: svenstaro
Revision: 158488

upgpkg: lib32-primus 20151110-2

Fix FS#47851

Added:
  lib32-primus/trunk/register_cleanup.patch
Modified:
  lib32-primus/trunk/PKGBUILD

+
 PKGBUILD   |   12 ++--
 register_cleanup.patch |   47 +++
 2 files changed, 57 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-22 04:33:46 UTC (rev 158487)
+++ PKGBUILD2016-01-22 04:36:32 UTC (rev 158488)
@@ -10,9 +10,17 @@
 license=('custom:ISC')
 depends=('bumblebee' 'lib32-mesa-libgl')
 makedepends=('git' 'gcc-multilib')
-source=("git://github.com/amonakov/primus.git#commit=d1afbf6")
-sha1sums=('SKIP')
+source=("git://github.com/amonakov/primus.git#commit=d1afbf6"
+"register_cleanup.patch")
+sha1sums=('SKIP'
+  'fd48f89c55c1ad854d7a985781faed2c52c0135f')
 
+prepare() {
+  cd primus
+
+  patch -Np1 < "$srcdir/register_cleanup.patch"
+}
+
 build() {
   cd primus
 

Added: register_cleanup.patch
===
--- register_cleanup.patch  (rev 0)
+++ register_cleanup.patch  2016-01-22 04:36:32 UTC (rev 158488)
@@ -0,0 +1,47 @@
+diff --git a/libglfork.cpp b/libglfork.cpp
+index 03f514f..bb42f0d 100644
+--- a/libglfork.cpp
 b/libglfork.cpp
+@@ -259,6 +259,22 @@ static struct PrimusInfo {
+   }
+ } primus;
+
++static void cleanup()
++{
++  primus.drawables.clear();
++}
++
++static void register_cleanup_1()
++{
++  atexit(cleanup);
++}
++
++static void register_cleanup()
++{
++  static pthread_once_t once = PTHREAD_ONCE_INIT;
++  pthread_once(, register_cleanup_1);
++}
++
+ // Thread-specific data
+ static __thread struct {
+   Display *dpy;
+@@ -622,11 +638,6 @@ GLXContext glXCreateContextAttribsARB(Display *dpy, 
GLXFBConfig config, GLXConte
+ void glXDestroyContext(Display *dpy, GLXContext ctx)
+ {
+   primus.contexts.erase(ctx);
+-  // kludge: reap background tasks when deleting the last context
+-  // otherwise something will deadlock during unloading the library
+-  if (primus.contexts.empty())
+-for (DrawablesInfo::iterator i = primus.drawables.begin(); i != 
primus.drawables.end(); i++)
+-  i->second.reap_workers();
+   primus.afns.glXDestroyContext(primus.adpy, ctx);
+ }
+
+@@ -720,6 +731,7 @@ void glXSwapBuffers(Display *dpy, GLXDrawable drawable)
+ di.actx = ctx;
+ di.d.spawn_worker(drawable, display_work);
+ di.r.spawn_worker(drawable, readback_work);
++register_cleanup();
+   }
+   // Readback thread needs a sync object to avoid reading an incomplete frame
+   di.sync = primus.afns.glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0);


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

2016-01-21 Thread Sven-Hendrik Haase
Date: Friday, January 22, 2016 @ 05:36:38
  Author: svenstaro
Revision: 158489

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-primus/repos/multilib-x86_64/PKGBUILD
(from rev 158488, lib32-primus/trunk/PKGBUILD)
  lib32-primus/repos/multilib-x86_64/register_cleanup.patch
(from rev 158488, lib32-primus/trunk/register_cleanup.patch)
Deleted:
  lib32-primus/repos/multilib-x86_64/PKGBUILD

+
 PKGBUILD   |   74 ++-
 register_cleanup.patch |   47 +
 2 files changed, 88 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-22 04:36:32 UTC (rev 158488)
+++ PKGBUILD2016-01-22 04:36:38 UTC (rev 158489)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Monakov 
-
-pkgname=lib32-primus
-pkgver=20151110
-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=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:

Copied: lib32-primus/repos/multilib-x86_64/PKGBUILD (from rev 158488, 
lib32-primus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-22 04:36:38 UTC (rev 158489)
@@ -0,0 +1,41 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Monakov 
+
+pkgname=lib32-primus
+pkgver=20151110
+pkgrel=2
+pkgdesc="Faster OpenGL offloading for Bumblebee (32-bit)"
+arch=('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"
+"register_cleanup.patch")
+sha1sums=('SKIP'
+  'fd48f89c55c1ad854d7a985781faed2c52c0135f')
+
+prepare() {
+  cd primus
+
+  patch -Np1 < "$srcdir/register_cleanup.patch"
+}
+
+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/register_cleanup.patch (from rev 
158488, lib32-primus/trunk/register_cleanup.patch)
===
--- register_cleanup.patch  (rev 0)
+++ register_cleanup.patch  2016-01-22 04:36:38 UTC (rev 158489)
@@ -0,0 +1,47 @@
+diff --git a/libglfork.cpp b/libglfork.cpp
+index 03f514f..bb42f0d 100644
+--- a/libglfork.cpp
 b/libglfork.cpp
+@@ -259,6 +259,22 @@ static struct PrimusInfo {
+   }
+ } primus;
+
++static void cleanup()
++{
++  primus.drawables.clear();
++}
++
++static void register_cleanup_1()
++{
++  atexit(cleanup);
++}
++
++static void register_cleanup()
++{
++  static pthread_once_t once = PTHREAD_ONCE_INIT;
++  pthread_once(, register_cleanup_1);
++}
++
+ // Thread-specific data
+ static __thread struct {
+   Display *dpy;
+@@ -622,11 +638,6 @@ GLXContext glXCreateContextAttribsARB(Display *dpy, 
GLXFBConfig config, GLXConte
+ void glXDestroyContext(Display *dpy, GLXContext ctx)
+ {
+   primus.contexts.erase(ctx);
+-  // kludge: reap background tasks when deleting the last context
+-  // otherwise something will deadlock during unloading the library
+-  if (primus.contexts.empty())
+-for (DrawablesInfo::iterator i = primus.drawables.begin(); i != 
primus.drawables.end(); i++)
+-  i->second.reap_workers();
+   primus.afns.glXDestroyContext(primus.adpy, ctx);
+ }
+
+@@ -720,6 +731,7 @@ void glXSwapBuffers(Display *dpy, GLXDrawable drawable)
+ di.actx = ctx;
+ di.d.spawn_worker(drawable, display_work);
+ di.r.spawn_worker(drawable, readback_work);
++register_cleanup();
+   }
+   // Readback thread needs a sync object to avoid reading an incomplete frame
+   di.sync = primus.afns.glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0);


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

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 04:20:31
  Author: fyan
Revision: 158482

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

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

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

Copied: haskell-authenticate/repos/community-staging-i686/PKGBUILD (from rev 
158481, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-22 03:20:31 UTC (rev 158482)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
+ "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
+ "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
+ "haskell-unordered-containers" "haskell-xml-conduit")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('6807cd32c5ff9b23cd6f184ffd7fb7f99c4a7f0dc645eae82f2d6dfbd1899bbe')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-authenticate/repos/community-staging-i686/haskell-authenticate.install 
(from rev 158481, haskell-authenticate/trunk/haskell-authenticate.install)
===
--- community-staging-i686/haskell-authenticate.install 
(rev 0)
+++ community-staging-i686/haskell-authenticate.install 2016-01-22 03:20:31 UTC 
(rev 158482)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-authenticate
+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-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
158481, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-22 03:20:31 UTC (rev 158482)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# 

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

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 03:09:36
  Author: fyan
Revision: 158457

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-22 02:08:47 UTC (rev 158456)
+++ community-i686/PKGBUILD 2016-01-22 02:09:36 UTC (rev 158457)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.9.0
-_realver=1.0.9-0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd client
-  mkdir -p .gopath/src/github.com/keybase
-  ln -sf "$PWD" .gopath/src/github.com/keybase/client
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/keybase/client/go/keybase
-}
-
-build() {
-  cd client/go/keybase
-  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd client
-  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: keybase/repos/community-i686/PKGBUILD (from rev 158456, 
keybase/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-22 02:09:36 UTC (rev 158457)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Hansen 
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=1.0.9.1
+_realver=1.0.9-1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go' 'git' 'mercurial')
+source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd client
+  mkdir -p .gopath/src/github.com/keybase
+  ln -sf "$PWD" .gopath/src/github.com/keybase/client
+  export GOPATH="$PWD/.gopath"
+
+  go get github.com/keybase/client/go/keybase
+}
+
+build() {
+  cd client/go/keybase
+  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd client
+  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-22 02:08:47 UTC (rev 158456)
+++ community-x86_64/PKGBUILD   2016-01-22 02:09:36 UTC (rev 158457)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.9.0
-_realver=1.0.9-0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd client
-  mkdir -p .gopath/src/github.com/keybase
-  ln -sf "$PWD" .gopath/src/github.com/keybase/client
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/keybase/client/go/keybase
-}
-
-build() {
-  cd client/go/keybase
-  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd client
-  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: keybase/repos/community-x86_64/PKGBUILD (from rev 158456, 
keybase/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-22 02:09:36 UTC (rev 158457)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Hansen 
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=1.0.9.1
+_realver=1.0.9-1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go' 'git' 'mercurial')
+source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd client
+  mkdir -p .gopath/src/github.com/keybase
+  

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

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 03:55:11
  Author: fyan
Revision: 158477

upgpkg: haskell-yesod-persistent 1.4.0.3-7

rebuild with http-client-0.4.27, yesod-core-1.4.18.2

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-22 02:50:52 UTC (rev 158476)
+++ PKGBUILD2016-01-22 02:55:11 UTC (rev 158477)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.0.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in pacparser/repos (3 files)

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 03:31:00
  Author: fyan
Revision: 158465

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-22 02:30:51 UTC (rev 158464)
+++ community-i686/PKGBUILD 2016-01-22 02:31:00 UTC (rev 158465)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Max Meyer 
-
-pkgbase=pacparser
-pkgname=('pacparser' 'python2-pacparser')
-pkgver=1.3.1
-pkgrel=2
-arch=(i686 x86_64)
-url="http://pacparser.googlecode.com;
-license=('LGPL')
-makedepends=('python2')
-options=('!makeflags')
-source=("http://pacparser.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz;)
-
-build() {
-  cd $pkgbase-$pkgver
-  PYTHON=python2 make all pymod -C src
-}
-
-package_pacparser() {
-  pkgdesc="Library to parse proxy auto-config (PAC) files"
-
-  cd $pkgbase-$pkgver
-  make -C src DESTDIR="$pkgdir/" install
-
-  # FS#41709
-  mv "$pkgdir"/usr/share/man/man3/{,pacparser_}deprecated.3
-}
-
-package_python2-pacparser() {
-  depends=('python2')
-  pkgdesc="Python 2.x pacparser module"
-
-  cd $pkgbase-$pkgver
-  PYTHON=python2 make -C src DESTDIR="$pkgdir/" install-pymod
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('20295667d92eb5385429c085c14ca8dc1ba216487ff474304433f99119216934be2dd1647452173418de31f5345679dd7159eafd331e40a2b87564f878d31349')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-22 02:30:51 UTC (rev 158464)
+++ community-x86_64/PKGBUILD   2016-01-22 02:31:00 UTC (rev 158465)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Max Meyer 
-
-pkgbase=pacparser
-pkgname=('pacparser' 'python2-pacparser')
-pkgver=1.3.1
-pkgrel=2
-arch=(i686 x86_64)
-url="http://pacparser.googlecode.com;
-license=('LGPL')
-makedepends=('python2')
-options=('!makeflags')
-source=("http://pacparser.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz;)
-
-build() {
-  cd $pkgbase-$pkgver
-  PYTHON=python2 make all pymod -C src
-}
-
-package_pacparser() {
-  pkgdesc="Library to parse proxy auto-config (PAC) files"
-
-  cd $pkgbase-$pkgver
-  make -C src DESTDIR="$pkgdir/" install
-
-  # FS#41709
-  mv "$pkgdir"/usr/share/man/man3/{,pacparser_}deprecated.3
-}
-
-package_python2-pacparser() {
-  depends=('python2')
-  pkgdesc="Python 2.x pacparser module"
-
-  cd $pkgbase-$pkgver
-  PYTHON=python2 make -C src DESTDIR="$pkgdir/" install-pymod
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('20295667d92eb5385429c085c14ca8dc1ba216487ff474304433f99119216934be2dd1647452173418de31f5345679dd7159eafd331e40a2b87564f878d31349')

Copied: pacparser/repos/community-x86_64/PKGBUILD (from rev 158462, 
pacparser/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-22 02:31:00 UTC (rev 158465)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Max Meyer 
+
+pkgbase=pacparser
+pkgname=('pacparser' 'python2-pacparser')
+pkgver=1.3.6
+pkgrel=1
+arch=(i686 x86_64)
+url="http://pacparser.googlecode.com;
+license=('LGPL')
+makedepends=('python2' 'git')
+source=("git+https://github.com/pacparser/pacparser.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgbase
+  PYTHON=python2 make all pymod -C src
+}
+
+package_pacparser() {
+  pkgdesc="Library to parse proxy auto-config (PAC) files"
+
+  cd $pkgbase
+  make -C src DESTDIR="$pkgdir/" install
+}
+
+package_python2-pacparser() {
+  depends=('python2')
+  pkgdesc="Python 2.x pacparser module"
+
+  cd $pkgbase
+  PYTHON=python2 make -C src DESTDIR="$pkgdir/" install-pymod
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 03:30:51
  Author: fyan
Revision: 158464

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

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

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

Copied: haskell-http-client-tls/repos/community-staging-i686/PKGBUILD (from rev 
158463, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-22 02:30:51 UTC (rev 158464)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.2.2
+pkgrel=23
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-connection" "haskell-data-default-class" 
"haskell-http-client"
+ "haskell-network" "haskell-tls")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('451e5833a1f07fdc162fde4371ac92986932d5c38f9969ace7babb020bc80128')
+
+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-http-client-tls/repos/community-staging-i686/haskell-http-client-tls.install
 (from rev 158463, 
haskell-http-client-tls/trunk/haskell-http-client-tls.install)
===
--- community-staging-i686/haskell-http-client-tls.install  
(rev 0)
+++ community-staging-i686/haskell-http-client-tls.install  2016-01-22 
02:30:51 UTC (rev 158464)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-client-tls
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 158463, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-22 02:30:51 UTC (rev 158464)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.2.2
+pkgrel=23
+pkgdesc="http-client 

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

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 03:39:51
  Author: fyan
Revision: 158470

upgpkg: haskell-yesod-core 1.4.18.2-1

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-22 02:39:43 UTC (rev 158469)
+++ PKGBUILD2016-01-22 02:39:51 UTC (rev 158470)
@@ -4,8 +4,8 @@
 
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
-pkgver=1.4.18.1
-pkgrel=6
+pkgver=1.4.18.2
+pkgrel=1
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")
@@ -26,7 +26,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('8964a1ce27f7d15037eee05611546a8e5e183640115e92e70fc73e1116beddb0')
+sha256sums=('298088fbccd63a323a5bab689464848cacd014ea73ef845969c898a59c022d64')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in haskell-yesod-core/repos (community-staging-i686)

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 03:40:10
  Author: fyan
Revision: 158472

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

Added:
  haskell-yesod-core/repos/community-staging-i686/


[arch-commits] Commit in haskell-yesod-core/repos/community-staging-i686 (2 files)

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 03:40:46
  Author: fyan
Revision: 158473

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

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

+
 PKGBUILD   |   54 +++
 haskell-yesod-core.install |   18 ++
 2 files changed, 72 insertions(+)

Copied: haskell-yesod-core/repos/community-staging-i686/PKGBUILD (from rev 
158472, haskell-yesod-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-22 02:40:46 UTC (rev 158473)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.18.2
+pkgrel=1
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-clientsession"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-cookie"
+ "haskell-data-default" "haskell-exceptions" "haskell-fast-logger"
+ "haskell-http-types" "haskell-lifted-base" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random"
+ "haskell-old-locale" "haskell-parsec" "haskell-path-pieces"
+ "haskell-primitive" "haskell-random" "haskell-resourcet" 
"haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" 
"haskell-word8")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('298088fbccd63a323a5bab689464848cacd014ea73ef845969c898a59c022d64')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-yesod-core/repos/community-staging-i686/haskell-yesod-core.install 
(from rev 158472, haskell-yesod-core/trunk/haskell-yesod-core.install)
===
--- haskell-yesod-core.install  (rev 0)
+++ haskell-yesod-core.install  2016-01-22 02:40:46 UTC (rev 158473)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-core
+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 lib32-nss/repos/multilib-x86_64 (6 files)

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 03:40:04
  Author: fyan
Revision: 158471

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nss/repos/multilib-x86_64/PKGBUILD
(from rev 158469, lib32-nss/trunk/PKGBUILD)
  lib32-nss/repos/multilib-x86_64/lib32-nss.install
(from rev 158470, lib32-nss/trunk/lib32-nss.install)
  lib32-nss/repos/multilib-x86_64/nss.pc.in
(from rev 158470, lib32-nss/trunk/nss.pc.in)
Deleted:
  lib32-nss/repos/multilib-x86_64/PKGBUILD
  lib32-nss/repos/multilib-x86_64/lib32-nss.install
  lib32-nss/repos/multilib-x86_64/nss.pc.in

---+
 PKGBUILD  |  156 ++--
 lib32-nss.install |   28 -
 nss.pc.in |   22 +++
 3 files changed, 103 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-22 02:39:51 UTC (rev 158470)
+++ PKGBUILD2016-01-22 02:40:04 UTC (rev 158471)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: kfgz 
-# Contributor: Ionut Biru 
-
-_pkgbasename=nss
-pkgname=lib32-${_pkgbasename}
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="Mozilla Network Security Services (32-bit)"
-arch=('x86_64')
-url="http://www.mozilla.org/projects/security/pki/nss/;
-
-#download_url=ftp://ftp.mozilla.org/pub/security/nss/releases/
-#alternative download link
-#ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
-
-license=('MPL' 'GPL')
-install=lib32-nss.install
-_nsprver=4.10.10
-depends=("lib32-nspr>=${_nsprver}" 'lib32-sqlite>=3.6.17' "${_pkgbasename}" 
'lib32-zlib' 'lib32-p11-kit')
-makedepends=('gcc-multilib' 'perl')
-options=('!strip' '!makeflags' staticlibs)
-source=(http://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
-nss.pc.in)
-sha256sums=('ad3c8f11dfd9570c2d04a6140d5ef7c2bdd0fe30d6c9e5548721a4251a5e8c97'
-'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd')
-
-prepare() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}/
-
-  # Respect LDFLAGS
-  sed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/' \
-  -i nss/coreconf/rules.mk
-}
-
-build(){
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}/$_pkgbasename
-
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  export BUILD_OPT=1
-  export NSS_USE_SYSTEM_SQLITE=1
-  export NSS_ENABLE_ECC=1
-  export NSPR_INCLUDE_DIR="`nspr-config --includedir`"
-  export NSPR_LIB_DIR="`nspr-config --libdir`"
-  export XCFLAGS="${CFLAGS}"
-
-  make -C coreconf
-  make -C lib/dbm
-  make
-}
-
-package() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}/$_pkgbasename
-  install -d "$pkgdir"/usr/lib32/pkgconfig
- 
-  NSS_VMAJOR=$(grep '#define.*NSS_VMAJOR' nss/lib/nss/nss.h | awk '{print $3}')
-  NSS_VMINOR=$(grep '#define.*NSS_VMINOR' nss/lib/nss/nss.h | awk '{print $3}')
-  NSS_VPATCH=$(grep '#define.*NSS_VPATCH' nss/lib/nss/nss.h | awk '{print $3}')
- 
-  sed $srcdir/nss.pc.in \
--e "s,%libdir%,/usr/lib32,g" \
--e "s,%prefix%,/usr,g" \
--e "s,%exec_prefix%,/usr/bin,g" \
--e "s,%includedir%,/usr/include/nss,g" \
--e "s,%NSPR_VERSION%,${_nsprver},g" \
--e "s,%NSS_VERSION%,${pkgver},g" \
-> "$pkgdir/usr/lib32/pkgconfig/nss.pc"
-  ln -s nss.pc "$pkgdir/usr/lib32/pkgconfig/mozilla-nss.pc"
- 
- 
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}/dist/*.OBJ/lib
-  install -t "$pkgdir/usr/lib32" *.so
-  install -t "$pkgdir/usr/lib32" -m644 libcrmf.a *.chk
-
-  rm "$pkgdir/usr/lib32/libnssckbi.so"
-  ln -s libnssckbi-p11-kit.so "$pkgdir/usr/lib32/libnssckbi.so"
-}

Copied: lib32-nss/repos/multilib-x86_64/PKGBUILD (from rev 158469, 
lib32-nss/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-22 02:40:04 UTC (rev 158471)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: kfgz 
+# Contributor: Ionut Biru 
+
+_pkgbasename=nss
+pkgname=lib32-${_pkgbasename}
+pkgver=3.21
+pkgrel=1
+pkgdesc="Mozilla Network Security Services (32-bit)"
+arch=('x86_64')
+url="http://www.mozilla.org/projects/security/pki/nss/;
+
+#download_url=ftp://ftp.mozilla.org/pub/security/nss/releases/
+#alternative download link
+#ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
+
+license=('MPL' 'GPL')
+install=lib32-nss.install
+_nsprver=4.10.10
+depends=("lib32-nspr>=${_nsprver}" 'lib32-sqlite>=3.6.17' "${_pkgbasename}" 
'lib32-zlib' 'lib32-p11-kit')
+makedepends=('gcc-multilib' 'perl')
+options=('!strip' '!makeflags' staticlibs)
+source=(http://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
+nss.pc.in)
+sha256sums=('3f7a5b027d7cdd5c0e4ff7544da33fdc6f56c2f8c27fff02938fd4a6fbe87239'
+'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd')
+
+prepare() 

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

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 03:39:43
  Author: fyan
Revision: 158469

upgpkg: lib32-nss 3.21-1

Modified:
  lib32-nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-22 02:34:38 UTC (rev 158468)
+++ PKGBUILD2016-01-22 02:39:43 UTC (rev 158469)
@@ -5,7 +5,7 @@
 
 _pkgbasename=nss
 pkgname=lib32-${_pkgbasename}
-pkgver=3.20.1
+pkgver=3.21
 pkgrel=1
 pkgdesc="Mozilla Network Security Services (32-bit)"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 options=('!strip' '!makeflags' staticlibs)
 
source=(http://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
 nss.pc.in)
-sha256sums=('ad3c8f11dfd9570c2d04a6140d5ef7c2bdd0fe30d6c9e5548721a4251a5e8c97'
+sha256sums=('3f7a5b027d7cdd5c0e4ff7544da33fdc6f56c2f8c27fff02938fd4a6fbe87239'
 'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd')
 
 prepare() {


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

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 04:02:08
  Author: fyan
Revision: 258498

upgpkg: libtorrent-rasterbar 1:1.0.8-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 23:28:04 UTC (rev 258497)
+++ PKGBUILD2016-01-22 03:02:08 UTC (rev 258498)
@@ -4,8 +4,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.0.7
-pkgrel=4
+pkgver=1.0.8
+pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;
@@ -14,19 +14,12 @@
 depends=('boost-libs' 'geoip' 'python2')
 makedepends=('boost')
 options=('!emptydirs')
-source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz
-boost-1.60.patch)
-sha1sums=('db272a0c09a1fad721fe88e6e3942b9160bd0c61'
-  'aeef8300f91b2842776feac8ca3717f62539ac74')
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
+sha1sums=('7b0cc26207e47d833f6e97b356ed33e7d7859184')
 
-prepare() {
-  cd $pkgname-$pkgver
-  # FS#47519
-  patch -p1 -i ../boost-1.60.patch
-}
-
 build() {
-  cd $pkgname-$pkgver
+  cd libtorrent-libtorrent-${pkgver//./_}
+  ./autotool.sh
   PYTHON=/usr/bin/python2 \
   ./configure \
 --prefix=/usr \
@@ -37,7 +30,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd libtorrent-libtorrent-${pkgver//./_}
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2016-01-21 Thread Sven-Hendrik Haase
Date: Friday, January 22, 2016 @ 05:33:46
  Author: svenstaro
Revision: 158487

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

Added:
  primus/repos/community-i686/PKGBUILD
(from rev 158486, primus/trunk/PKGBUILD)
  primus/repos/community-i686/register_cleanup.patch
(from rev 158486, primus/trunk/register_cleanup.patch)
  primus/repos/community-x86_64/PKGBUILD
(from rev 158486, primus/trunk/PKGBUILD)
  primus/repos/community-x86_64/register_cleanup.patch
(from rev 158486, primus/trunk/register_cleanup.patch)
Deleted:
  primus/repos/community-i686/register_cleanup.patch
  primus/repos/community-x86_64/register_cleanup.patch

-+
 /register_cleanup.patch |   94 ++
 community-i686/PKGBUILD |   45 ++
 community-i686/register_cleanup.patch   |   47 ---
 community-x86_64/PKGBUILD   |   45 ++
 community-x86_64/register_cleanup.patch |   47 ---
 5 files changed, 184 insertions(+), 94 deletions(-)

Copied: primus/repos/community-i686/PKGBUILD (from rev 158486, 
primus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-22 04:33:46 UTC (rev 158487)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Monakov 
+
+pkgname=primus
+pkgver=20151110
+pkgrel=5
+pkgdesc="Faster OpenGL offloading for Bumblebee"
+arch=('i686' 'x86_64')
+url="https://github.com/amonakov/primus;
+license=('custom:ISC')
+depends=('bumblebee')
+makedepends=('git')
+source=("git://github.com/amonakov/primus.git#commit=d1afbf6"
+"register_cleanup.patch")
+sha1sums=('SKIP'
+  'fd48f89c55c1ad854d7a985781faed2c52c0135f')
+
+prepare() {
+  cd primus
+
+  patch -Np1 < "$srcdir/register_cleanup.patch"
+}
+
+build() {
+  cd primus
+
+  make
+}
+
+package() {
+  cd primus
+
+  install -D "lib/libGL.so.1" "$pkgdir/usr/lib/primus/libGL.so.1"
+  sed -e 
"s#^PRIMUS_libGL=.*#PRIMUS_libGL='/usr/\$LIB/primus:/usr/lib/nvidia:/usr/lib32/nvidia'#"
 primusrun > primusrun.dist
+  install -D "primusrun.dist" "$pkgdir/usr/bin/primusrun"
+
+  install -D "primus.bash-completion" "$pkgdir/etc/bash_completion.d/primusrun"
+
+  gzip -9 "primusrun.1"
+  install -D "primusrun.1.gz" "$pkgdir/usr/share/man/man1/primusrun.1.gz"
+
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/register_cleanup.patch
===
--- community-i686/register_cleanup.patch   2016-01-22 04:33:10 UTC (rev 
158486)
+++ community-i686/register_cleanup.patch   2016-01-22 04:33:46 UTC (rev 
158487)
@@ -1,47 +0,0 @@
-diff --git a/libglfork.cpp b/libglfork.cpp
-index 03f514f..bb42f0d 100644
 a/libglfork.cpp
-+++ b/libglfork.cpp
-@@ -259,6 +259,22 @@ static struct PrimusInfo {
-   }
- } primus;
-
-+static void cleanup()
-+{
-+  primus.drawables.clear();
-+}
-+
-+static void register_cleanup_1()
-+{
-+  atexit(cleanup);
-+}
-+
-+static void register_cleanup()
-+{
-+  static pthread_once_t once = PTHREAD_ONCE_INIT;
-+  pthread_once(, register_cleanup_1);
-+}
-+
- // Thread-specific data
- static __thread struct {
-   Display *dpy;
-@@ -622,11 +638,6 @@ GLXContext glXCreateContextAttribsARB(Display *dpy, 
GLXFBConfig config, GLXConte
- void glXDestroyContext(Display *dpy, GLXContext ctx)
- {
-   primus.contexts.erase(ctx);
--  // kludge: reap background tasks when deleting the last context
--  // otherwise something will deadlock during unloading the library
--  if (primus.contexts.empty())
--for (DrawablesInfo::iterator i = primus.drawables.begin(); i != 
primus.drawables.end(); i++)
--  i->second.reap_workers();
-   primus.afns.glXDestroyContext(primus.adpy, ctx);
- }
-
-@@ -720,6 +731,7 @@ void glXSwapBuffers(Display *dpy, GLXDrawable drawable)
- di.actx = ctx;
- di.d.spawn_worker(drawable, display_work);
- di.r.spawn_worker(drawable, readback_work);
-+register_cleanup();
-   }
-   // Readback thread needs a sync object to avoid reading an incomplete frame
-   di.sync = primus.afns.glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0);

Copied: primus/repos/community-i686/register_cleanup.patch (from rev 158486, 
primus/trunk/register_cleanup.patch)
===
--- community-i686/register_cleanup.patch   (rev 0)
+++ community-i686/register_cleanup.patch   2016-01-22 04:33:46 UTC (rev 
158487)
@@ -0,0 +1,47 @@
+diff --git a/libglfork.cpp b/libglfork.cpp
+index 03f514f..bb42f0d 100644
+--- a/libglfork.cpp
 b/libglfork.cpp
+@@ -259,6 +259,22 @@ static struct PrimusInfo {
+   }
+ } primus;
+
++static void cleanup()
++{
++  primus.drawables.clear();
++}

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

2016-01-21 Thread Kyle Keen
Date: Friday, January 22, 2016 @ 02:33:52
  Author: kkeen
Revision: 158454

upgpkg: gnuradio-osmosdr 0.1.4-14  FS#47636

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 23:38:04 UTC (rev 158453)
+++ PKGBUILD2016-01-22 01:33:52 UTC (rev 158454)
@@ -4,12 +4,13 @@
 pkgname=gnuradio-osmosdr
 _pkgname=gr-osmosdr
 pkgver=0.1.4
-pkgrel=13
+pkgrel=14
 pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
 url="http://sdr.osmocom.org/trac/;
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf' 'airspy')
+optdepends=('python2-opengl: osmocom_fft')
 makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
 conflicts=('gr-osmosdr-git')
 replaces=('gr-osmosdr')
@@ -18,9 +19,13 @@
 
 # add support for miri, osmo?
 
+prepare() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+}
+
 build() {
   cd "$srcdir/$_pkgname"
-  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
   mkdir build
   cd build
   cmake \


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

2016-01-21 Thread Михаил Страшун
Date: Friday, January 22, 2016 @ 03:11:42
  Author: dicebot
Revision: 158459

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

Added:
  ldc/repos/community-i686/PKGBUILD
(from rev 158458, ldc/trunk/PKGBUILD)
  ldc/repos/community-i686/ldc2.conf
(from rev 158458, ldc/trunk/ldc2.conf)
  ldc/repos/community-x86_64/PKGBUILD
(from rev 158458, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/ldc2.conf
(from rev 158458, ldc/trunk/ldc2.conf)
Deleted:
  ldc/repos/community-i686/PKGBUILD
  ldc/repos/community-i686/ldc2.conf
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/ldc2.conf

+
 /PKGBUILD  |  164 +++
 /ldc2.conf |   36 +
 community-i686/PKGBUILD|   82 -
 community-i686/ldc2.conf   |   18 
 community-x86_64/PKGBUILD  |   82 -
 community-x86_64/ldc2.conf |   18 
 6 files changed, 200 insertions(+), 200 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-22 02:11:25 UTC (rev 158458)
+++ community-i686/PKGBUILD 2016-01-22 02:11:42 UTC (rev 158459)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=0.16.1
-epoch=1
-pkgrel=3
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
-arch=('i686' 'x86_64')
-url="https://github.com/ldc-developers/ldc;
-license=('BSD')
-depends=('libconfig')
-makedepends=('git' 'cmake' 'llvm')
-source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}"
-"ldc2.conf"
-   )
-sha1sums=('SKIP'
-  '290689ded66a12a243666d0bac3ffb74180fa490'
- )
-
-build() {
-cd $srcdir/ldc
-
-git submodule update --init --recursive
-
-mkdir -p pkg
-mkdir -p build && cd build
-cmake \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=../pkg/ \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DBUILD_SHARED_LIBS=ON \
-..
-make
-}
-
-package_ldc() {
-depends=('liblphobos' 'libconfig')
-backup=("etc/ldc2.conf")
-provides=("d-compiler")
-
-cd $srcdir/ldc/build
-
-# binaries
-install -D -m755 $srcdir/ldc/build/bin/ldmd2 $pkgdir/usr/bin/ldmd
-ln -s /usr/bin/ldmd $pkgdir/usr/bin/ldmd2
-install -D -m755 $srcdir/ldc/build/bin/ldc2 $pkgdir/usr/bin/ldc
-ln -s /usr/bin/ldc $pkgdir/usr/bin/ldc2
-
-# supplementaries
-install -D -m644 $srcdir/ldc/bash_completion.d/ldc2 
$pkgdir/usr/share/bash-completion/completions/ldc
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# default configuration files
-install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
-}
-
-package_liblphobos() {
-provides=("d-runtime" "d-stdlib")
-replaces=("liblphobos-devel")
-conflicts=("liblphobos-devel")
-depends=("curl")
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# libraries
-install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc.so 
$pkgdir/usr/lib/liblphobos2.so
-install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc.so 
$pkgdir/usr/lib/libldruntime.so
-install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc-debug.so 
$pkgdir/usr/lib/liblphobos2-debug.so
-install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc-debug.so 
$pkgdir/usr/lib/libldruntime-debug.so
-
-# imports
-mkdir -p $pkgdir/usr/include/dlang/ldc
-cp -r $srcdir/ldc/build/import/* $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/std $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/etc $pkgdir/usr/include/dlang/ldc/
-cp $srcdir/ldc/build/runtime/gccbuiltins_x86.di 
$pkgdir/usr/include/dlang/ldc/
-}

Copied: ldc/repos/community-i686/PKGBUILD (from rev 158458, ldc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-22 02:11:42 UTC (rev 158459)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=0.16.1
+epoch=1
+pkgrel=4
+pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
+arch=('i686' 'x86_64')
+url="https://github.com/ldc-developers/ldc;
+license=('BSD')
+depends=('libconfig')
+makedepends=('git' 'cmake' 'llvm')
+source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}"
+"ldc2.conf"
+   )
+sha1sums=('SKIP'
+  '290689ded66a12a243666d0bac3ffb74180fa490'
+ )
+
+build() {
+cd 

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

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 03:11:43
  Author: fyan
Revision: 158460

upgpkg: haskell-http-client 0.4.27-1

Modified:
  haskell-http-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-22 02:11:42 UTC (rev 158459)
+++ PKGBUILD2016-01-22 02:11:43 UTC (rev 158460)
@@ -4,8 +4,8 @@
 
 _hkgname=http-client
 pkgname=haskell-http-client
-pkgver=0.4.26.2
-pkgrel=7
+pkgver=0.4.27
+pkgrel=1
 pkgdesc="An HTTP client engine, intended as a base layer for more 
user-friendly packages."
 url="https://github.com/snoyberg/http-client;
 license=("MIT")
@@ -17,7 +17,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('5c06c7944da2489d0abb91f8807418e013e77610d2fd3245641f1235371e8c6d')
+sha256sums=('3700731ca44470847b9a6429c61b7501318443ded995c33c7f52c9a7fd23a88b')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-01-21 Thread Михаил Страшун
Date: Friday, January 22, 2016 @ 03:11:25
  Author: dicebot
Revision: 158458

upgpkg: ldc 1:0.16.1-4

Fix gccbuiltins_x86 module path

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-22 02:09:36 UTC (rev 158457)
+++ PKGBUILD2016-01-22 02:11:25 UTC (rev 158458)
@@ -5,7 +5,7 @@
 groups=('dlang' 'dlang-ldc')
 pkgver=0.16.1
 epoch=1
-pkgrel=3
+pkgrel=4
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
 arch=('i686' 'x86_64')
 url="https://github.com/ldc-developers/ldc;
@@ -32,7 +32,7 @@
 -DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
 -DBUILD_SHARED_LIBS=ON \
 ..
-make
+make -j 4
 }
 
 package_ldc() {
@@ -76,7 +76,7 @@
 # imports
 mkdir -p $pkgdir/usr/include/dlang/ldc
 cp -r $srcdir/ldc/build/import/* $pkgdir/usr/include/dlang/ldc/
+cp$srcdir/ldc/build/runtime/gccbuiltins_x86.di 
$pkgdir/usr/include/dlang/ldc/ldc/
 cp -r $srcdir/ldc/runtime/phobos/std $pkgdir/usr/include/dlang/ldc/
 cp -r $srcdir/ldc/runtime/phobos/etc $pkgdir/usr/include/dlang/ldc/
-cp $srcdir/ldc/build/runtime/gccbuiltins_x86.di 
$pkgdir/usr/include/dlang/ldc/
 }


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

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 03:12:26
  Author: fyan
Revision: 158461

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

Added:
  haskell-http-client/repos/community-staging-i686/
  haskell-http-client/repos/community-staging-i686/PKGBUILD
(from rev 158460, haskell-http-client/trunk/PKGBUILD)
  haskell-http-client/repos/community-staging-i686/haskell-http-client.install
(from rev 158460, haskell-http-client/trunk/haskell-http-client.install)
  haskell-http-client/repos/community-staging-x86_64/
  haskell-http-client/repos/community-staging-x86_64/PKGBUILD
(from rev 158460, haskell-http-client/trunk/PKGBUILD)
  haskell-http-client/repos/community-staging-x86_64/haskell-http-client.install
(from rev 158460, haskell-http-client/trunk/haskell-http-client.install)

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

Copied: haskell-http-client/repos/community-staging-i686/PKGBUILD (from rev 
158460, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-22 02:12:26 UTC (rev 158461)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.4.27
+pkgrel=1
+pkgdesc="An HTTP client engine, intended as a base layer for more 
user-friendly packages."
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-cookie" "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-types"
+ "haskell-mime-types" "haskell-network" "haskell-network-uri" 
"haskell-random"
+ "haskell-streaming-commons" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('3700731ca44470847b9a6429c61b7501318443ded995c33c7f52c9a7fd23a88b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-http-client/repos/community-staging-i686/haskell-http-client.install 
(from rev 158460, haskell-http-client/trunk/haskell-http-client.install)
===
--- community-staging-i686/haskell-http-client.install  
(rev 0)
+++ community-staging-i686/haskell-http-client.install  2016-01-22 02:12:26 UTC 
(rev 158461)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-client
+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-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 
158460, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-22 02:12:26 UTC (rev 158461)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

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

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 03:34:21
  Author: fyan
Revision: 158467

upgpkg: lib32-nspr 4.11-1

Modified:
  lib32-nspr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-22 02:32:28 UTC (rev 158466)
+++ PKGBUILD2016-01-22 02:34:21 UTC (rev 158467)
@@ -1,11 +1,12 @@
 #$Id$
-# Maintainer: Daniel Wallace 
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
 # Contributor: kfgz 
 # Contributor: Ionut Biru 
 
 _pkgbasename=nspr
 pkgname=lib32-${_pkgbasename}
-pkgver=4.10.10
+pkgver=4.11
 pkgrel=1
 pkgdesc="Netscape Portable Runtime (32-bit)"
 arch=('x86_64')
@@ -16,7 +17,7 @@
 makedepends=('zip' 'gcc-multilib')
 options=(!emptydirs)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('cf43d04668ab20f12cd0b5fa24315354')
+md5sums=('4f24b2fb88ca03b5d6d6931d6a67ef9a')
 
 build() {
   cd "${srcdir}"/${_pkgbasename}-${pkgver}


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

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 03:34:38
  Author: fyan
Revision: 158468

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-22 02:34:21 UTC (rev 158467)
+++ PKGBUILD2016-01-22 02:34:38 UTC (rev 158468)
@@ -1,42 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace 
-# Contributor: kfgz 
-# Contributor: Ionut Biru 
-
-_pkgbasename=nspr
-pkgname=lib32-${_pkgbasename}
-pkgver=4.10.10
-pkgrel=1
-pkgdesc="Netscape Portable Runtime (32-bit)"
-arch=('x86_64')
-url="http://www.mozilla.org/projects/nspr/;
-#download_url=ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/
-license=('MPL' 'GPL')
-depends=('lib32-glibc' ${_pkgbasename})
-makedepends=('zip' 'gcc-multilib')
-options=(!emptydirs)
-source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('cf43d04668ab20f12cd0b5fa24315354')
-
-build() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}
-
-  ./nspr/configure \
-  --prefix=/usr \
-  --libdir=/usr/lib32 \
-  --includedir=/usr/include/nspr \
-  --enable-optimize \
-  --disable-debug
-  make
-}
-
-package() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  chmod 644 "$pkgdir"/usr/lib32/*.a
-  ln -s nspr.pc "$pkgdir/usr/lib32/pkgconfig/mozilla-nspr.pc"
-  rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \
-"$pkgdir/usr/include/nspr/md"
-  rm -rf "${pkgdir}"/usr/{bin,share,include}
-}

Copied: lib32-nspr/repos/multilib-x86_64/PKGBUILD (from rev 158467, 
lib32-nspr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-22 02:34:38 UTC (rev 158468)
@@ -0,0 +1,43 @@
+#$Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: kfgz 
+# Contributor: Ionut Biru 
+
+_pkgbasename=nspr
+pkgname=lib32-${_pkgbasename}
+pkgver=4.11
+pkgrel=1
+pkgdesc="Netscape Portable Runtime (32-bit)"
+arch=('x86_64')
+url="http://www.mozilla.org/projects/nspr/;
+#download_url=ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/
+license=('MPL' 'GPL')
+depends=('lib32-glibc' ${_pkgbasename})
+makedepends=('zip' 'gcc-multilib')
+options=(!emptydirs)
+source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz)
+md5sums=('4f24b2fb88ca03b5d6d6931d6a67ef9a')
+
+build() {
+  cd "${srcdir}"/${_pkgbasename}-${pkgver}
+
+  ./nspr/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib32 \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug
+  make
+}
+
+package() {
+  cd "${srcdir}"/${_pkgbasename}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  chmod 644 "$pkgdir"/usr/lib32/*.a
+  ln -s nspr.pc "$pkgdir/usr/lib32/pkgconfig/mozilla-nspr.pc"
+  rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \
+"$pkgdir/usr/include/nspr/md"
+  rm -rf "${pkgdir}"/usr/{bin,share,include}
+}


  1   2   >