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

2015-12-27 Thread Felix Yan
Date: Sunday, December 27, 2015 @ 10:26:34
  Author: fyan
Revision: 154582

upgpkg: haskell-regex-applicative 0.3.3-1

Modified:
  haskell-regex-applicative/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 05:46:31 UTC (rev 154581)
+++ PKGBUILD2015-12-27 09:26:34 UTC (rev 154582)
@@ -4,8 +4,8 @@
 
 _hkgname=regex-applicative
 pkgname=haskell-regex-applicative
-pkgver=0.3.2.1
-pkgrel=2
+pkgver=0.3.3
+pkgrel=1
 pkgdesc="Regex-based parsing with applicative interface"
 url="https://github.com/feuerbach/regex-applicative;
 license=("MIT")
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('bf4ab2dc765d8083ac08a72b2221712a942a734b90e4ce433baf4b5c8db35ca7')
+sha256sums=('6659a2cc1c8137d77ef57f75027723b075d473354d935233d98b1ae1b03c3be6')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2015-12-27 Thread Felix Yan
Date: Sunday, December 27, 2015 @ 10:27:15
  Author: fyan
Revision: 154583

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-27 09:26:34 UTC (rev 154582)
+++ community-i686/PKGBUILD 2015-12-27 09:27:15 UTC (rev 154583)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=regex-applicative
-pkgname=haskell-regex-applicative
-pkgver=0.3.2.1
-pkgrel=2
-pkgdesc="Regex-based parsing with applicative interface"
-url="https://github.com/feuerbach/regex-applicative;
-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=('bf4ab2dc765d8083ac08a72b2221712a942a734b90e4ce433baf4b5c8db35ca7')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-regex-applicative/repos/community-i686/PKGBUILD (from rev 
154582, haskell-regex-applicative/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-27 09:27:15 UTC (rev 154583)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-applicative
+pkgname=haskell-regex-applicative
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Regex-based parsing with applicative interface"
+url="https://github.com/feuerbach/regex-applicative;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('6659a2cc1c8137d77ef57f75027723b075d473354d935233d98b1ae1b03c3be6')
+
+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[^ ]* 

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

2015-12-27 Thread Felix Yan
Date: Sunday, December 27, 2015 @ 10:37:01
  Author: fyan
Revision: 154584

upgpkg: darcs 2.10.2-7

rebuild with regex-applicative-0.3.3

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 09:27:15 UTC (rev 154583)
+++ PKGBUILD2015-12-27 09:37:01 UTC (rev 154584)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.10.2
-pkgrel=6
+pkgrel=7
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL")
@@ -28,7 +28,6 @@
 cd "${srcdir}/${pkgname}-${pkgver}"
 
 runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
---datasubdir="$pkgname" \
 -fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable 
\
 -f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict 
\
 -f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri


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

2015-12-27 Thread Felix Yan
Date: Sunday, December 27, 2015 @ 10:37:43
  Author: fyan
Revision: 154585

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-27 09:37:01 UTC (rev 154584)
+++ community-i686/PKGBUILD 2015-12-27 09:37:43 UTC (rev 154585)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=darcs
-pkgver=2.10.2
-pkgrel=6
-pkgdesc="A distributed, interactive, smart revision control system"
-url="http://darcs.net;
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('curl')
-makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring"
- "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" 
"haskell-html"
- "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
- "haskell-old-time" "haskell-parsec" "haskell-sandi" 
"haskell-random"
- "haskell-regex-applicative" "haskell-regex-compat-tdfa" 
"haskell-tar"
- "haskell-text" "haskell-transformers-compat" "haskell-unix-compat"
- "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" 
"haskell-zlib")
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('6337d3fac04711fa2ef5813558b409c59166c5599b0c9d68c418d21cdccfb327')
-
-prepare() {
-sed -i 's/vector   >= 0.7 && < 0.11,/vector   >= 0.7 \&\& < 
0.12,/' ${pkgname}-${pkgver}/${pkgname}.cabal
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
---datasubdir="$pkgname" \
--fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable 
\
--f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict 
\
--f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri
-runhaskell Setup build
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-runhaskell Setup copy --destdir="${pkgdir}"
-# Remove library and doc (license only)
-rm -r "$pkgdir"/usr/{lib,share/doc}
-chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
-
-install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
-install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
-}

Copied: darcs/repos/community-i686/PKGBUILD (from rev 154584, 
darcs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-27 09:37:43 UTC (rev 154585)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.10.2
+pkgrel=7
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" 
"haskell-html"
+ "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-old-time" "haskell-parsec" "haskell-sandi" 
"haskell-random"
+ "haskell-regex-applicative" "haskell-regex-compat-tdfa" 
"haskell-tar"
+ "haskell-text" "haskell-transformers-compat" "haskell-unix-compat"
+ "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" 
"haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('6337d3fac04711fa2ef5813558b409c59166c5599b0c9d68c418d21cdccfb327')
+
+prepare() {
+sed -i 's/vector   >= 0.7 && < 0.11,/vector   >= 0.7 \&\& < 
0.12,/' ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable 
\
+-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict 
\
+-f-libiconv -f-hashed-storage-diff 

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

2015-12-27 Thread Jaroslav Lichtblau
Date: Sunday, December 27, 2015 @ 10:43:53
  Author: jlichtblau
Revision: 154587

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

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

+
 /PKGBUILD  |   54 +++
 /castget.changelog |   16 ++
 community-i686/PKGBUILD|   27 -
 community-i686/castget.changelog   |6 ---
 community-x86_64/PKGBUILD  |   27 -
 community-x86_64/castget.changelog |6 ---
 6 files changed, 70 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-27 09:43:27 UTC (rev 154586)
+++ community-i686/PKGBUILD 2015-12-27 09:43:53 UTC (rev 154587)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Jeff Mickey 
-
-pkgname=castget
-pkgver=1.1.0
-pkgrel=4
-pkgdesc="A simple, command-line based RSS enclosure downloader"
-arch=('i686' 'x86_64')
-url="http://johndal.com/castget/;
-license=('GPL')
-depends=('glib2' 'libxml2' 'curl' 'id3lib')
-changelog=$pkgname.changelog
-source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('88e62a826f93306635973e0a5bc2080060b70c85fc925af10db8ae75780577f5')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: castget/repos/community-i686/PKGBUILD (from rev 154586, 
castget/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-27 09:43:53 UTC (rev 154587)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Jeff Mickey 
+
+pkgname=castget
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A simple, command-line based RSS enclosure downloader"
+arch=('i686' 'x86_64')
+url="http://johndal.com/castget/;
+license=('GPL')
+depends=('glib2' 'libxml2' 'curl' 'id3lib')
+changelog=$pkgname.changelog
+source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('7caa3a34f008fbf1e74607f6b0516d7a7c4bf44fbc1a3f29ed87400c51362606')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/castget.changelog
===
--- community-i686/castget.changelog2015-12-27 09:43:27 UTC (rev 154586)
+++ community-i686/castget.changelog2015-12-27 09:43:53 UTC (rev 154587)
@@ -1,6 +0,0 @@
-2010-06-30 Jaroslav Lichtblau 
-   * Update to major release 1.1.0
-
-2007-07-02 tardo 
-   * Built for x86_64
-

Copied: castget/repos/community-i686/castget.changelog (from rev 154586, 
castget/trunk/castget.changelog)
===
--- community-i686/castget.changelog(rev 0)
+++ community-i686/castget.changelog2015-12-27 09:43:53 UTC (rev 154587)
@@ -0,0 +1,8 @@
+2015-12-27 Jaroslav Lichtblau 
+   * Update to major release 1.2.0
+
+2010-06-30 Jaroslav Lichtblau 
+   * Update to major release 1.1.0
+
+2007-07-02 tardo 
+   * Built for x86_64

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-27 09:43:27 UTC (rev 154586)
+++ community-x86_64/PKGBUILD   2015-12-27 09:43:53 UTC (rev 154587)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Jeff Mickey 
-
-pkgname=castget
-pkgver=1.1.0
-pkgrel=4
-pkgdesc="A simple, command-line based RSS enclosure downloader"
-arch=('i686' 'x86_64')
-url="http://johndal.com/castget/;
-license=('GPL')
-depends=('glib2' 'libxml2' 'curl' 'id3lib')
-changelog=$pkgname.changelog
-source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)

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

2015-12-27 Thread Jaroslav Lichtblau
Date: Sunday, December 27, 2015 @ 10:43:27
  Author: jlichtblau
Revision: 154586

upgpkg: castget 1.2.0-1 - new upstream release

Modified:
  castget/trunk/PKGBUILD
  castget/trunk/castget.changelog

---+
 PKGBUILD  |6 +++---
 castget.changelog |6 --
 2 files changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 09:37:43 UTC (rev 154585)
+++ PKGBUILD2015-12-27 09:43:27 UTC (rev 154586)
@@ -3,8 +3,8 @@
 # Contributor: Jeff Mickey 
 
 pkgname=castget
-pkgver=1.1.0
-pkgrel=4
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="A simple, command-line based RSS enclosure downloader"
 arch=('i686' 'x86_64')
 url="http://johndal.com/castget/;
@@ -12,7 +12,7 @@
 depends=('glib2' 'libxml2' 'curl' 'id3lib')
 changelog=$pkgname.changelog
 source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('88e62a826f93306635973e0a5bc2080060b70c85fc925af10db8ae75780577f5')
+sha256sums=('7caa3a34f008fbf1e74607f6b0516d7a7c4bf44fbc1a3f29ed87400c51362606')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: castget.changelog
===
--- castget.changelog   2015-12-27 09:37:43 UTC (rev 154585)
+++ castget.changelog   2015-12-27 09:43:27 UTC (rev 154586)
@@ -1,6 +1,8 @@
-2010-06-30 Jaroslav Lichtblau 
+2015-12-27 Jaroslav Lichtblau 
+   * Update to major release 1.2.0
+
+2010-06-30 Jaroslav Lichtblau 
* Update to major release 1.1.0
 
 2007-07-02 tardo 
* Built for x86_64
-


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

2015-12-27 Thread Bartłomiej Piotrowski
Date: Sunday, December 27, 2015 @ 20:00:50
  Author: bpiotrowski
Revision: 154594

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

Added:
  haproxy/repos/community-i686/PKGBUILD
(from rev 154593, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-i686/haproxy.cfg
(from rev 154593, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-i686/haproxy.install
(from rev 154593, haproxy/trunk/haproxy.install)
  haproxy/repos/community-x86_64/PKGBUILD
(from rev 154593, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-x86_64/haproxy.cfg
(from rev 154593, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-x86_64/haproxy.install
(from rev 154593, haproxy/trunk/haproxy.install)
Deleted:
  haproxy/repos/community-i686/PKGBUILD
  haproxy/repos/community-i686/haproxy.cfg
  haproxy/repos/community-i686/haproxy.install
  haproxy/repos/community-x86_64/PKGBUILD
  haproxy/repos/community-x86_64/haproxy.cfg
  haproxy/repos/community-x86_64/haproxy.install

--+
 /PKGBUILD|  124 +
 /haproxy.cfg |  104 +++
 /haproxy.install |8 ++
 community-i686/PKGBUILD  |   62 --
 community-i686/haproxy.cfg   |   52 ---
 community-i686/haproxy.install   |4 -
 community-x86_64/PKGBUILD|   62 --
 community-x86_64/haproxy.cfg |   52 ---
 community-x86_64/haproxy.install |4 -
 9 files changed, 236 insertions(+), 236 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-27 19:00:35 UTC (rev 154593)
+++ community-i686/PKGBUILD 2015-12-27 19:00:50 UTC (rev 154594)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-
-pkgname=haproxy
-pkgver=1.6.2
-pkgrel=1
-pkgdesc='Reliable, high performance TCP/HTTP load balancer'
-arch=('i686' 'x86_64')
-url='http://haproxy.org/'
-license=('GPL')
-depends=('openssl' 'pcre' 'zlib' 'lua')
-backup=('etc/haproxy/haproxy.cfg')
-install=haproxy.install
-source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
-haproxy.cfg)
-md5sums=('d0ebd3d123191a8136e2e5eb8aaff039'
- '7e41518332eeae70fa30dc30861c17c8')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make CPU=generic TARGET=linux2628 \
-USE_GETADDRINFO=1 \
-USE_OPENSSL=1 \
-USE_PCRE=1 USE_PCRE_JIT=1 \
-USE_ZLIB=1 \
-USE_LUA=1
-
-  for contrib in halog iprange systemd; do
-make -C contrib/$contrib SBINDIR=/usr/bin
-  done
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make \
-EXTRA=haproxy-systemd-wrapper \
-PREFIX="$pkgdir"/usr \
-SBINDIR="$pkgdir"/usr/bin \
-DOCDIR="$pkgdir"/usr/share/$pkgname \
-install
-
-  for contrib in halog iprange; do
-install -Dm755 contrib/$contrib/$contrib "$pkgdir"/usr/bin/$contrib
-  done
-
-  install -Dm644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
-  install -Dm644 contrib/systemd/haproxy.service \
-"$pkgdir"/usr/lib/systemd/system/haproxy.service
-
-  install -d "$pkgdir"/usr/share/haproxy/examples/errorfiles
-  install -m644 examples/*.cfg "$pkgdir"/usr/share/haproxy/examples/
-  install -m644 examples/errorfiles/*.http \
-"$pkgdir"/usr/share/haproxy/examples/errorfiles/
-
-  install -Dm644 examples/haproxy.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/haproxy.vim
-}

Copied: haproxy/repos/community-i686/PKGBUILD (from rev 154593, 
haproxy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-27 19:00:50 UTC (rev 154594)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=1.6.3
+pkgrel=1
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+arch=('i686' 'x86_64')
+url='http://haproxy.org/'
+license=('GPL')
+depends=('openssl' 'pcre' 'zlib' 'lua')
+backup=('etc/haproxy/haproxy.cfg')
+install=haproxy.install
+source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg)
+md5sums=('3362d1e268c78155c2474cb73e7f03f9'
+ '7e41518332eeae70fa30dc30861c17c8')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make CPU=generic TARGET=linux2628 \
+USE_GETADDRINFO=1 \
+USE_OPENSSL=1 \
+USE_PCRE=1 USE_PCRE_JIT=1 \
+USE_ZLIB=1 \
+USE_LUA=1
+
+  for contrib in halog iprange systemd; do
+make -C contrib/$contrib SBINDIR=/usr/bin
+  done
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make \
+EXTRA=haproxy-systemd-wrapper \
+

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

2015-12-27 Thread Bartłomiej Piotrowski
Date: Sunday, December 27, 2015 @ 20:00:35
  Author: bpiotrowski
Revision: 154593

upgpkg: haproxy 1.6.3-1

new upstream release

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 16:32:04 UTC (rev 154592)
+++ PKGBUILD2015-12-27 19:00:35 UTC (rev 154593)
@@ -2,7 +2,7 @@
 # Maintainer:  Bartłomiej Piotrowski 
 
 pkgname=haproxy
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=haproxy.install
 source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
 haproxy.cfg)
-md5sums=('d0ebd3d123191a8136e2e5eb8aaff039'
+md5sums=('3362d1e268c78155c2474cb73e7f03f9'
  '7e41518332eeae70fa30dc30861c17c8')
 
 prepare() {


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

2015-12-27 Thread Jan Steffens
Date: Sunday, December 27, 2015 @ 21:08:51
  Author: heftig
Revision: 154599

2.10

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 19:54:03 UTC (rev 154598)
+++ PKGBUILD2015-12-27 20:08:51 UTC (rev 154599)
@@ -3,7 +3,7 @@
 
 pkgbase=rubinius
 pkgname=(rubinius rubinius-ruby)
-pkgver=2.9
+pkgver=2.10
 pkgrel=1
 pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
 gemrc dirs.patch)
-sha256sums=('9f8ad067ce494d201dae359d132ddac275d0bd13315dc8fdd094c9aa661ce8b1'
+sha256sums=('ca85b47e5067e024ab172f7fdf3a09c643027bc53e849a99826495efcebe503e'
 '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
 'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9')
 


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

2015-12-27 Thread Kyle Keen
Date: Sunday, December 27, 2015 @ 22:32:57
  Author: kkeen
Revision: 154608

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

Added:
  gnuradio-osmosdr/repos/community-i686/PKGBUILD
(from rev 154607, gnuradio-osmosdr/trunk/PKGBUILD)
  gnuradio-osmosdr/repos/community-x86_64/PKGBUILD
(from rev 154607, gnuradio-osmosdr/trunk/PKGBUILD)
Deleted:
  gnuradio-osmosdr/repos/community-i686/PKGBUILD
  gnuradio-osmosdr/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-27 21:32:38 UTC (rev 154607)
+++ community-i686/PKGBUILD 2015-12-27 21:32:57 UTC (rev 154608)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-pkgname=gnuradio-osmosdr
-_pkgname=gr-osmosdr
-pkgver=0.1.4
-pkgrel=11
-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')
-makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
-conflicts=('gr-osmosdr-git')
-replaces=('gr-osmosdr')
-source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
-md5sums=('SKIP')
-
-# add support for miri, osmo?
-
-build() {
-  cd "$srcdir/$_pkgname"
-  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
-  mkdir build
-  cd build
-  cmake \
--Wno-dev \
--DCMAKE_BUILD_TYPE=Release \
--DPYTHON_EXECUTABLE=$(which python2) \
--DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
--DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
--DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd "$srcdir/$_pkgname/build/"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnuradio-osmosdr/repos/community-i686/PKGBUILD (from rev 154607, 
gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-27 21:32:57 UTC (rev 154608)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.4
+pkgrel=12
+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')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add support for miri, osmo?
+
+build() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-27 21:32:38 UTC (rev 154607)
+++ community-x86_64/PKGBUILD   2015-12-27 21:32:57 UTC (rev 154608)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-pkgname=gnuradio-osmosdr
-_pkgname=gr-osmosdr
-pkgver=0.1.4
-pkgrel=11
-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')
-makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
-conflicts=('gr-osmosdr-git')
-replaces=('gr-osmosdr')
-source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
-md5sums=('SKIP')
-
-# add support for miri, osmo?
-
-build() {
-  cd "$srcdir/$_pkgname"
-  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
-  mkdir build
-  cd build
-  cmake \
--Wno-dev \
--DCMAKE_BUILD_TYPE=Release \
--DPYTHON_EXECUTABLE=$(which python2) \
--DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
--DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
--DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-

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

2015-12-27 Thread Kyle Keen
Date: Sunday, December 27, 2015 @ 20:44:21
  Author: kkeen
Revision: 154595

upgpkg: airspy 1.0.7-1 FS#47169

Modified:
  airspy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 19:00:50 UTC (rev 154594)
+++ PKGBUILD2015-12-27 19:44:21 UTC (rev 154595)
@@ -1,7 +1,8 @@
+# $Id$
 # Maintainer: Kyle Keen 
 
 pkgname=airspy
-pkgver=1.0.6
+pkgver=1.0.7
 pkgrel=1
 pkgdesc="Host code for Airspy SDR."
 arch=('i686' 'x86_64')
@@ -11,9 +12,15 @@
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/airspy/host/archive/v$pkgver.tar.gz;
 "airspy.conf")
-md5sums=('d42d454d07881e768ea944a68a1e28ff'
+md5sums=('c1e2c859ce1cc355e5f09f633f1e49d8'
  '29e481d56bfc56cface4f1457ca6df23')
 
+prepare() {
+  cd "$srcdir/host-$pkgver"
+  # FS#47169
+  sed -i 's|MODE.*$|TAG+="uaccess"|' airspy-tools/52-airspy.rules
+}
+
 build() {
   cd "$srcdir/host-$pkgver"
   mkdir -p build


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

2015-12-27 Thread Kyle Keen
Date: Sunday, December 27, 2015 @ 20:44:37
  Author: kkeen
Revision: 154596

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

Added:
  airspy/repos/community-staging-i686/
  airspy/repos/community-staging-i686/PKGBUILD
(from rev 154595, airspy/trunk/PKGBUILD)
  airspy/repos/community-staging-i686/airspy.conf
(from rev 154595, airspy/trunk/airspy.conf)
  airspy/repos/community-staging-x86_64/
  airspy/repos/community-staging-x86_64/PKGBUILD
(from rev 154595, airspy/trunk/PKGBUILD)
  airspy/repos/community-staging-x86_64/airspy.conf
(from rev 154595, airspy/trunk/airspy.conf)

--+
 community-staging-i686/PKGBUILD  |   39 +
 community-staging-i686/airspy.conf   |3 ++
 community-staging-x86_64/PKGBUILD|   39 +
 community-staging-x86_64/airspy.conf |3 ++
 4 files changed, 84 insertions(+)

Copied: airspy/repos/community-staging-i686/PKGBUILD (from rev 154595, 
airspy/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-27 19:44:37 UTC (rev 154596)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=airspy
+pkgver=1.0.7
+pkgrel=1
+pkgdesc="Host code for Airspy SDR."
+arch=('i686' 'x86_64')
+url="http://www.airspy.com;
+license=('GPL2')
+depends=('libusb>=1.0')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/airspy/host/archive/v$pkgver.tar.gz;
+"airspy.conf")
+md5sums=('c1e2c859ce1cc355e5f09f633f1e49d8'
+ '29e481d56bfc56cface4f1457ca6df23')
+
+prepare() {
+  cd "$srcdir/host-$pkgver"
+  # FS#47169
+  sed -i 's|MODE.*$|TAG+="uaccess"|' airspy-tools/52-airspy.rules
+}
+
+build() {
+  cd "$srcdir/host-$pkgver"
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -Wno-dev ../
+  make
+}
+
+package() {
+  cd "$srcdir/host-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../airspy-tools/52-airspy.rules" 
"$pkgdir/usr/lib/udev/rules.d/52-airspy.rules"
+  install -Dm644 "$srcdir/airspy.conf" "$pkgdir/etc/modprobe.d/airspy.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: airspy/repos/community-staging-i686/airspy.conf (from rev 154595, 
airspy/trunk/airspy.conf)
===
--- community-staging-i686/airspy.conf  (rev 0)
+++ community-staging-i686/airspy.conf  2015-12-27 19:44:37 UTC (rev 154596)
@@ -0,0 +1,3 @@
+# disable official kernel driver
+# (remove this when Airspy supports kernel driver)
+blacklist airspy

Copied: airspy/repos/community-staging-x86_64/PKGBUILD (from rev 154595, 
airspy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-27 19:44:37 UTC (rev 154596)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=airspy
+pkgver=1.0.7
+pkgrel=1
+pkgdesc="Host code for Airspy SDR."
+arch=('i686' 'x86_64')
+url="http://www.airspy.com;
+license=('GPL2')
+depends=('libusb>=1.0')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/airspy/host/archive/v$pkgver.tar.gz;
+"airspy.conf")
+md5sums=('c1e2c859ce1cc355e5f09f633f1e49d8'
+ '29e481d56bfc56cface4f1457ca6df23')
+
+prepare() {
+  cd "$srcdir/host-$pkgver"
+  # FS#47169
+  sed -i 's|MODE.*$|TAG+="uaccess"|' airspy-tools/52-airspy.rules
+}
+
+build() {
+  cd "$srcdir/host-$pkgver"
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -Wno-dev ../
+  make
+}
+
+package() {
+  cd "$srcdir/host-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../airspy-tools/52-airspy.rules" 
"$pkgdir/usr/lib/udev/rules.d/52-airspy.rules"
+  install -Dm644 "$srcdir/airspy.conf" "$pkgdir/etc/modprobe.d/airspy.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: airspy/repos/community-staging-x86_64/airspy.conf (from rev 154595, 
airspy/trunk/airspy.conf)
===
--- community-staging-x86_64/airspy.conf(rev 0)
+++ community-staging-x86_64/airspy.conf2015-12-27 19:44:37 UTC (rev 
154596)
@@ -0,0 +1,3 @@
+# disable official kernel driver
+# (remove this when Airspy supports kernel driver)
+blacklist airspy


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

2015-12-27 Thread Kyle Keen
Date: Sunday, December 27, 2015 @ 22:32:38
  Author: kkeen
Revision: 154607

upgpkg: gnuradio-osmosdr 0.1.4-12 gnuradio rebuild

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 21:28:18 UTC (rev 154606)
+++ PKGBUILD2015-12-27 21:32:38 UTC (rev 154607)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-osmosdr
 _pkgname=gr-osmosdr
 pkgver=0.1.4
-pkgrel=11
+pkgrel=12
 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')


[arch-commits] Commit in dwarffortress/repos/multilib-x86_64 (10 files)

2015-12-27 Thread Sven-Hendrik Haase
Date: Sunday, December 27, 2015 @ 17:32:04
  Author: svenstaro
Revision: 154592

archrelease: copy trunk to multilib-x86_64

Added:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
(from rev 154591, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/multilib-x86_64/dwarffortress
(from rev 154591, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
(from rev 154591, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
(from rev 154591, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/multilib-x86_64/dwarffortress.png
(from rev 154591, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
  dwarffortress/repos/multilib-x86_64/dwarffortress
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
  dwarffortress/repos/multilib-x86_64/dwarffortress.png

---+
 PKGBUILD  |  146 
 dwarffortress |   40 ++---
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |   16 ++---
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-27 16:31:44 UTC (rev 154591)
+++ PKGBUILD2015-12-27 16:32:04 UTC (rev 154592)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: djnm 
-pkgname=dwarffortress
-pkgver=0.42.03
-_pkgver=42_03
-pkgrel=1
-pkgdesc="A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world."
-arch=(i686 x86_64)
-url="http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#tag=${pkgver}
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('6bc36b3562da0a8d6e1f14d269e2a4ce04b8f2f6ffc516b542bc7ac8ae50b3cc'
-'SKIP'
-'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == "x86_64" ]] && ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == "i686" ]] && ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i "s/^pkgname=.*/pkgname=$pkgname/" $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/"$pkgname".desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/"$pkgname".png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/multilib-x86_64/PKGBUILD (from rev 154591, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-27 16:32:04 UTC (rev 

[arch-commits] Commit in dwarffortress/repos/community-i686 (10 files)

2015-12-27 Thread Sven-Hendrik Haase
Date: Sunday, December 27, 2015 @ 17:31:44
  Author: svenstaro
Revision: 154591

archrelease: copy trunk to community-i686

Added:
  dwarffortress/repos/community-i686/PKGBUILD
(from rev 154590, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/community-i686/dwarffortress
(from rev 154590, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/community-i686/dwarffortress.desktop
(from rev 154590, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/community-i686/dwarffortress.install
(from rev 154590, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/community-i686/dwarffortress.png
(from rev 154590, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/community-i686/PKGBUILD
  dwarffortress/repos/community-i686/dwarffortress
  dwarffortress/repos/community-i686/dwarffortress.desktop
  dwarffortress/repos/community-i686/dwarffortress.install
  dwarffortress/repos/community-i686/dwarffortress.png

---+
 PKGBUILD  |  146 
 dwarffortress |   40 ++---
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |   16 ++---
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-27 16:31:36 UTC (rev 154590)
+++ PKGBUILD2015-12-27 16:31:44 UTC (rev 154591)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: djnm 
-pkgname=dwarffortress
-pkgver=0.42.03
-_pkgver=42_03
-pkgrel=1
-pkgdesc="A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world."
-arch=(i686 x86_64)
-url="http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#tag=${pkgver}
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('6bc36b3562da0a8d6e1f14d269e2a4ce04b8f2f6ffc516b542bc7ac8ae50b3cc'
-'SKIP'
-'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == "x86_64" ]] && ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == "i686" ]] && ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i "s/^pkgname=.*/pkgname=$pkgname/" $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/"$pkgname".desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/"$pkgname".png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/community-i686/PKGBUILD (from rev 154590, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-27 16:31:44 UTC (rev 154591)
@@ 

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

2015-12-27 Thread Sven-Hendrik Haase
Date: Sunday, December 27, 2015 @ 17:31:36
  Author: svenstaro
Revision: 154590

upgpkg: dwarffortress 0.42.04-1

upstream release 0.42.04

Modified:
  dwarffortress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 11:34:21 UTC (rev 154589)
+++ PKGBUILD2015-12-27 16:31:36 UTC (rev 154590)
@@ -3,8 +3,8 @@
 # Contributor: Daenyth 
 # Contributor: djnm 
 pkgname=dwarffortress
-pkgver=0.42.03
-_pkgver=42_03
+pkgver=0.42.04
+_pkgver=42_04
 pkgrel=1
 pkgdesc="A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world."
 arch=(i686 x86_64)
@@ -30,7 +30,7 @@
 dwarffortress
 dwarffortress.desktop
 dwarffortress.png)
-sha256sums=('6bc36b3562da0a8d6e1f14d269e2a4ce04b8f2f6ffc516b542bc7ac8ae50b3cc'
+sha256sums=('f281f7e8b477abe37cc1423258be2ea56b5c1d12b0843ed3a66994ce0e7924ce'
 'SKIP'
 '7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
 'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'


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

2015-12-27 Thread Jan Steffens
Date: Sunday, December 27, 2015 @ 21:14:58
  Author: heftig
Revision: 154600

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

Added:
  rubinius/repos/community-i686/PKGBUILD
(from rev 154599, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-i686/dirs.patch
(from rev 154599, rubinius/trunk/dirs.patch)
  rubinius/repos/community-i686/gemrc
(from rev 154599, rubinius/trunk/gemrc)
  rubinius/repos/community-x86_64/PKGBUILD
(from rev 154599, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-x86_64/dirs.patch
(from rev 154599, rubinius/trunk/dirs.patch)
  rubinius/repos/community-x86_64/gemrc
(from rev 154599, rubinius/trunk/gemrc)
Deleted:
  rubinius/repos/community-i686/PKGBUILD
  rubinius/repos/community-i686/dirs.patch
  rubinius/repos/community-i686/gemrc
  rubinius/repos/community-x86_64/PKGBUILD
  rubinius/repos/community-x86_64/dirs.patch
  rubinius/repos/community-x86_64/gemrc

-+
 /PKGBUILD   |  174 ++
 /dirs.patch |   42 ++
 /gemrc  |   10 ++
 community-i686/PKGBUILD |   87 -
 community-i686/dirs.patch   |   21 -
 community-i686/gemrc|5 -
 community-x86_64/PKGBUILD   |   87 -
 community-x86_64/dirs.patch |   21 -
 community-x86_64/gemrc  |5 -
 9 files changed, 226 insertions(+), 226 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-27 20:08:51 UTC (rev 154599)
+++ community-i686/PKGBUILD 2015-12-27 20:14:58 UTC (rev 154600)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=rubinius
-pkgname=(rubinius rubinius-ruby)
-pkgver=2.9
-pkgrel=1
-pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
-arch=(i686 x86_64)
-url="http://rubinius.com;
-license=(custom)
-depends=(llvm35-libs libffi openssl libyaml)
-makedepends=(llvm35 ruby)
-options=(!emptydirs)
-source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
-gemrc dirs.patch)
-sha256sums=('9f8ad067ce494d201dae359d132ddac275d0bd13315dc8fdd094c9aa661ce8b1'
-'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
-'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9')
-
-_common() {
-  export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8"
-  cd $pkgbase-$pkgver
-}
-
-prepare() {
-  _common
-
-  patch -Np1 -i ../dirs.patch
-
-  mkdir -p "$GEM_HOME"
-  gem install --no-user-install -N vendor/cache/bundler-*.gem
-
-  "$GEM_HOME/bin/bundle" install --local
-}
-
-build() {
-  _common
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---includedir=/usr/include/rubinius \
---appdir=/usr/lib/rubinius \
---gemsdir=/usr/lib/rubinius/gems \
---llvm-shared \
---preserve-prefix \
---without-rpath \
---bin-link bundle --bin-link bundler
-  rake build
-}
-
-check() {
-  _common
-  rake vm:test || :
-}
-
-package_rubinius() {
-  optdepends=('ruby-docs: Ruby documentation')
-
-  _common
-
-  DESTDIR="$pkgdir" rake install
-
-  mkdir -p "$pkgdir/usr/share/ri"
-  ln -s 2.2.0 "$pkgdir/usr/share/ri/2.1"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/rubinius/LICENSE"
-
-### Split rubinius-ruby
-  mkdir -p "$srcdir/ruby/usr/bin"
-  for _f in "$pkgdir"/usr/bin/*; do
-[[ $_f == */rbx ]] && continue
-mv $_f "$srcdir/ruby/usr/bin"
-  done
-}
-
-package_rubinius-ruby() {
-  pkgdesc="Ruby compat for Rubinius"
-  depends=("rubinius=$pkgver-$pkgrel")
-  provides=(ruby)
-  conflicts=(ruby)
-  backup=(etc/gemrc)
-
-  mv ruby/* "$pkgdir"
-  install -Dm644 gemrc "$pkgdir/etc/gemrc"
-  install -d "$pkgdir/usr/share/licenses/rubinius-ruby"
-  ln -s ../rubinius/LICENSE "$pkgdir/usr/share/licenses/rubinius-ruby/LICENSE"
-}

Copied: rubinius/repos/community-i686/PKGBUILD (from rev 154599, 
rubinius/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-27 20:14:58 UTC (rev 154600)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=2.10
+pkgrel=1
+pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
+arch=(i686 x86_64)
+url="http://rubinius.com;
+license=(custom)
+depends=(llvm35-libs libffi openssl libyaml)
+makedepends=(llvm35 ruby)
+options=(!emptydirs)
+source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
+gemrc dirs.patch)
+sha256sums=('ca85b47e5067e024ab172f7fdf3a09c643027bc53e849a99826495efcebe503e'
+'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
+'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9')
+
+_common() {
+  export 

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

2015-12-27 Thread Kyle Keen
Date: Sunday, December 27, 2015 @ 22:37:07
  Author: kkeen
Revision: 154610

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

Added:
  gnuradio-osmosdr/repos/community-staging-i686/
  gnuradio-osmosdr/repos/community-staging-i686/PKGBUILD
(from rev 154609, gnuradio-osmosdr/trunk/PKGBUILD)
  gnuradio-osmosdr/repos/community-staging-x86_64/
  gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD
(from rev 154609, gnuradio-osmosdr/trunk/PKGBUILD)

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

Copied: gnuradio-osmosdr/repos/community-staging-i686/PKGBUILD (from rev 
154609, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-27 21:37:07 UTC (rev 154610)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.4
+pkgrel=13
+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')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add support for miri, osmo?
+
+build() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD (from rev 
154609, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-27 21:37:07 UTC (rev 154610)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.4
+pkgrel=13
+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')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add support for miri, osmo?
+
+build() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-27 Thread Kyle Keen
Date: Sunday, December 27, 2015 @ 22:36:50
  Author: kkeen
Revision: 154609

upgpkg: gnuradio-osmosdr 0.1.4-13 gnuradio rebuild

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 21:32:57 UTC (rev 154608)
+++ PKGBUILD2015-12-27 21:36:50 UTC (rev 154609)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-osmosdr
 _pkgname=gr-osmosdr
 pkgver=0.1.4
-pkgrel=12
+pkgrel=13
 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')


[arch-commits] Commit in libva-intel-driver/repos (4 files)

2015-12-27 Thread Bartłomiej Piotrowski
Date: Sunday, December 27, 2015 @ 19:53:03
  Author: bpiotrowski
Revision: 257304

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

Added:
  libva-intel-driver/repos/extra-i686/PKGBUILD
(from rev 257303, libva-intel-driver/trunk/PKGBUILD)
  libva-intel-driver/repos/extra-x86_64/PKGBUILD
(from rev 257303, libva-intel-driver/trunk/PKGBUILD)
Deleted:
  libva-intel-driver/repos/extra-i686/PKGBUILD
  libva-intel-driver/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-27 18:52:49 UTC (rev 257303)
+++ extra-i686/PKGBUILD 2015-12-27 18:53:03 UTC (rev 257304)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=libva-intel-driver
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libva')
-replaces=('libva-driver-intel')
-source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('ed1b04c1a3c029ad389b7e23822a2762')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Only relevant if intel-gpu-tools is installed,
-  # since then the shaders will be recompiled
-  sed -i '1s/python$/&2/' src/shaders/gpp.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: libva-intel-driver/repos/extra-i686/PKGBUILD (from rev 257303, 
libva-intel-driver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-27 18:53:03 UTC (rev 257304)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libva-intel-driver
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libva')
+replaces=('libva-driver-intel')
+source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('80ea2e1db7f90489d033f0dc32fbf4dd')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Only relevant if intel-gpu-tools is installed,
+  # since then the shaders will be recompiled
+  sed -i '1s/python$/&2/' src/shaders/gpp.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-27 18:52:49 UTC (rev 257303)
+++ extra-x86_64/PKGBUILD   2015-12-27 18:53:03 UTC (rev 257304)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=libva-intel-driver
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libva')
-replaces=('libva-driver-intel')
-source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('ed1b04c1a3c029ad389b7e23822a2762')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Only relevant if intel-gpu-tools is installed,
-  # since then the shaders will be recompiled
-  sed -i '1s/python$/&2/' src/shaders/gpp.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: libva-intel-driver/repos/extra-x86_64/PKGBUILD (from rev 257303, 
libva-intel-driver/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-27 18:53:03 UTC (rev 257304)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libva-intel-driver
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'

[arch-commits] Commit in libva-intel-driver/trunk (PKGBUILD)

2015-12-27 Thread Bartłomiej Piotrowski
Date: Sunday, December 27, 2015 @ 19:52:49
  Author: bpiotrowski
Revision: 257303

upgpkg: libva-intel-driver 1.6.2-1

new upstream release

Modified:
  libva-intel-driver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 18:51:39 UTC (rev 257302)
+++ PKGBUILD2015-12-27 18:52:49 UTC (rev 257303)
@@ -3,7 +3,7 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=libva-intel-driver
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libva')
 replaces=('libva-driver-intel')
 
source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('ed1b04c1a3c029ad389b7e23822a2762')
+md5sums=('80ea2e1db7f90489d033f0dc32fbf4dd')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-12-27 Thread Kyle Keen
Date: Sunday, December 27, 2015 @ 22:19:42
  Author: kkeen
Revision: 154604

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

Added:
  gnuradio-iqbal/repos/community-staging-i686/
  gnuradio-iqbal/repos/community-staging-i686/PKGBUILD
(from rev 154603, gnuradio-iqbal/trunk/PKGBUILD)
  gnuradio-iqbal/repos/community-staging-x86_64/
  gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD
(from rev 154603, gnuradio-iqbal/trunk/PKGBUILD)

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

Copied: gnuradio-iqbal/repos/community-staging-i686/PKGBUILD (from rev 154603, 
gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-27 21:19:42 UTC (rev 154604)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=15
+pkgdesc="Gnuradio I/Q balancing"
+arch=('i686' 'x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/;
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD (from rev 
154603, gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-27 21:19:42 UTC (rev 154604)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=15
+pkgdesc="Gnuradio I/Q balancing"
+arch=('i686' 'x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/;
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-27 Thread Kyle Keen
Date: Sunday, December 27, 2015 @ 22:19:22
  Author: kkeen
Revision: 154603

upgpkg: gnuradio-iqbal 0.37.2-15 gnuradio rebuild

Modified:
  gnuradio-iqbal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 21:09:57 UTC (rev 154602)
+++ PKGBUILD2015-12-27 21:19:22 UTC (rev 154603)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-iqbal
 _pkgname=gr-iqbal
 pkgver=0.37.2
-pkgrel=14
+pkgrel=15
 pkgdesc="Gnuradio I/Q balancing"
 arch=('i686' 'x86_64')
 url="http://cgit.osmocom.org/gr-iqbal/;


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

2015-12-27 Thread Bartłomiej Piotrowski
Date: Sunday, December 27, 2015 @ 19:55:16
  Author: bpiotrowski
Revision: 257306

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-27 18:54:56 UTC (rev 257305)
+++ extra-i686/PKGBUILD 2015-12-27 18:55:16 UTC (rev 257306)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: dorphell 
-# Contributor: Travis Willard 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=libpng
-pkgver=1.6.19
-_apngver=1.6.19
-pkgrel=1
-pkgdesc="A collection of routines used to create PNG format graphics files"
-arch=('i686' 'x86_64')
-url="http://www.libpng.org/pub/png/libpng.html;
-license=('custom')
-depends=('zlib' 'sh')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
-
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
-md5sums=('1e6a458429e850fc93c1f3b6dc00a48f'
- 'SKIP'
- 'b215830867151242fb4ef9d246f050c4')
-validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Add animated PNG (apng) support. Required by Firefox
-  # see http://sourceforge.net/projects/libpng-apng/
-  patch -Np1 -i ../libpng-$_apngver-apng.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  cd contrib/pngminus
-  make PNGLIB="-L$pkgdir/usr/lib -lpng" -f makefile.std png2pnm pnm2png
-  install -m755 png2pnm pnm2png "$pkgdir/usr/bin/"
-  install -D -m644 ../../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libpng/repos/extra-i686/PKGBUILD (from rev 257305, 
libpng/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-27 18:55:16 UTC (rev 257306)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: dorphell 
+# Contributor: Travis Willard 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=libpng
+pkgver=1.6.20
+_apngver=1.6.20
+pkgrel=1
+pkgdesc="A collection of routines used to create PNG format graphics files"
+arch=('i686' 'x86_64')
+url="http://www.libpng.org/pub/png/libpng.html;
+license=('custom')
+depends=('zlib' 'sh')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
+
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
+md5sums=('3968acb7c66ef81a9dab867f35d0eb4b'
+ 'SKIP'
+ 'b2186d5e7853890e25b34b03c7f2ddde')
+validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Add animated PNG (apng) support. Required by Firefox
+  # see http://sourceforge.net/projects/libpng-apng/
+  patch -Np1 -i ../libpng-$_apngver-apng.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cd contrib/pngminus
+  make PNGLIB="-L$pkgdir/usr/lib -lpng" -f makefile.std png2pnm pnm2png
+  install -m755 png2pnm pnm2png "$pkgdir/usr/bin/"
+  install -D -m644 ../../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-27 18:54:56 UTC (rev 257305)
+++ extra-x86_64/PKGBUILD   2015-12-27 18:55:16 UTC (rev 257306)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: dorphell 
-# Contributor: Travis Willard 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=libpng
-pkgver=1.6.19
-_apngver=1.6.19
-pkgrel=1
-pkgdesc="A collection of routines used to create PNG format graphics files"
-arch=('i686' 'x86_64')
-url="http://www.libpng.org/pub/png/libpng.html;
-license=('custom')
-depends=('zlib' 'sh')

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

2015-12-27 Thread Bartłomiej Piotrowski
Date: Sunday, December 27, 2015 @ 19:54:56
  Author: bpiotrowski
Revision: 257305

upgpkg: libpng 1.6.20-1

new upstream release

Modified:
  libpng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 18:53:03 UTC (rev 257304)
+++ PKGBUILD2015-12-27 18:54:56 UTC (rev 257305)
@@ -5,8 +5,8 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=libpng
-pkgver=1.6.19
-_apngver=1.6.19
+pkgver=1.6.20
+_apngver=1.6.20
 pkgrel=1
 pkgdesc="A collection of routines used to create PNG format graphics files"
 arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@
 depends=('zlib' 'sh')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
 
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
-md5sums=('1e6a458429e850fc93c1f3b6dc00a48f'
+md5sums=('3968acb7c66ef81a9dab867f35d0eb4b'
  'SKIP'
- 'b215830867151242fb4ef9d246f050c4')
+ 'b2186d5e7853890e25b34b03c7f2ddde')
 validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F')
 
 prepare() {


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

2015-12-27 Thread Bartłomiej Piotrowski
Date: Sunday, December 27, 2015 @ 19:51:20
  Author: bpiotrowski
Revision: 257301

upgpkg: libva 1.6.2-1

new upstream release

Modified:
  libva/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 13:33:29 UTC (rev 257300)
+++ PKGBUILD2015-12-27 18:51:20 UTC (rev 257301)
@@ -3,7 +3,7 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=libva
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc='Video Acceleration (VA) API for Linux'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
 'libva-intel-driver: backend for Intel cards')
 
source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('7a5eb1fdf531f987211b7228a6a46428')
+md5sums=('430cc2742df60204f121409c06039d09')
 
 build() {
   cd $pkgname-$pkgver


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

2015-12-27 Thread Bartłomiej Piotrowski
Date: Sunday, December 27, 2015 @ 19:51:39
  Author: bpiotrowski
Revision: 257302

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-27 18:51:20 UTC (rev 257301)
+++ extra-i686/PKGBUILD 2015-12-27 18:51:39 UTC (rev 257302)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=libva
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libgl' 'libdrm' 'libxfixes')
-makedepends=('mesa')
-optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
-'libva-intel-driver: backend for Intel cards')
-source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('7a5eb1fdf531f987211b7228a6a46428')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: libva/repos/extra-i686/PKGBUILD (from rev 257301, libva/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-27 18:51:39 UTC (rev 257302)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libva
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libgl' 'libdrm' 'libxfixes')
+makedepends=('mesa')
+optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
+'libva-intel-driver: backend for Intel cards')
+source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('430cc2742df60204f121409c06039d09')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-27 18:51:20 UTC (rev 257301)
+++ extra-x86_64/PKGBUILD   2015-12-27 18:51:39 UTC (rev 257302)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=libva
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libgl' 'libdrm' 'libxfixes')
-makedepends=('mesa')
-optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
-'libva-intel-driver: backend for Intel cards')
-source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('7a5eb1fdf531f987211b7228a6a46428')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: libva/repos/extra-x86_64/PKGBUILD (from rev 257301, 
libva/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-27 18:51:39 UTC (rev 257302)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libva
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libgl' 'libdrm' 'libxfixes')
+makedepends=('mesa')
+optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
+'libva-intel-driver: backend for Intel cards')
+source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('430cc2742df60204f121409c06039d09')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+

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

2015-12-27 Thread Kyle Keen
Date: Sunday, December 27, 2015 @ 20:53:31
  Author: kkeen
Revision: 154597

upgpkg: hackrf 2015.07.2-2

Modified:
  hackrf/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 19:44:37 UTC (rev 154596)
+++ PKGBUILD2015-12-27 19:53:31 UTC (rev 154597)
@@ -3,7 +3,7 @@
 # Contributor: Dominik Heidler 
 pkgname=hackrf
 pkgver=2015.07.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Driver for HackRF, allowing general purpose software defined radio 
(SDR)."
 arch=('i686' 'x86_64')
 url="https://github.com/mossmann/hackrf;
@@ -17,6 +17,12 @@
 md5sums=('67595d2dad1c299138baf9a85ec37341'
  '01ad1ba4a27d820e8f9abeb5fa88bfc6')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver/host"
+  # FS#41895
+  sed -i 's|MODE.*$|TAG+="uaccess"|' libhackrf/53-hackrf.rules*
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver/host"
   mkdir -p build


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

2015-12-27 Thread Kyle Keen
Date: Sunday, December 27, 2015 @ 20:54:03
  Author: kkeen
Revision: 154598

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-27 19:53:31 UTC (rev 154597)
+++ community-i686/PKGBUILD 2015-12-27 19:54:03 UTC (rev 154598)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-pkgname=hackrf
-pkgver=2015.07.2
-pkgrel=1
-pkgdesc="Driver for HackRF, allowing general purpose software defined radio 
(SDR)."
-arch=('i686' 'x86_64')
-url="https://github.com/mossmann/hackrf;
-license=('GPL2')
-depends=('libusb')
-makedepends=('cmake')
-
-#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-source=("https://github.com/mossmann/hackrf/releases/download/v${pkgver}/hackrf-$pkgver.tar.xz;
-'hackrf.conf')
-md5sums=('67595d2dad1c299138baf9a85ec37341'
- '01ad1ba4a27d820e8f9abeb5fa88bfc6')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver/host"
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  pushd host/build
-  make DESTDIR="$pkgdir" install
-  popd
-  pushd host/libhackrf
-  install -vD -m644 53-hackrf.rules 
"$pkgdir/usr/lib/udev/rules.d/53-hackrf.rules"
-  popd
-  pushd firmware-bin
-  install -vD -m644 hackrf_jawbreaker_usb_rom_to_ram.bin 
"$pkgdir/usr/share/hackrf/hackrf_jawbreaker_usb_rom_to_ram.bin"
-  install -vD -m644 hackrf_one_usb_rom_to_ram.bin 
"$pkgdir/usr/share/hackrf/hackrf_usb_rom_to_ram.bin"
-  install -Dm644 "$srcdir/hackrf.conf" "$pkgdir/etc/modprobe.d/hackrf.conf"
-}

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

Deleted: community-i686/hackrf.conf
===
--- community-i686/hackrf.conf  2015-12-27 19:53:31 UTC (rev 154597)
+++ community-i686/hackrf.conf  2015-12-27 19:54:03 UTC (rev 154598)
@@ -1,2 +0,0 @@
-# disable kernel drivers
-blacklist hackrf

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

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

2015-12-27 Thread Kyle Keen
Date: Sunday, December 27, 2015 @ 22:09:57
  Author: kkeen
Revision: 154602

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

Added:
  gnuradio/repos/community-staging-i686/
  gnuradio/repos/community-staging-i686/21-fcd.rules
(from rev 154601, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-i686/PKGBUILD
(from rev 154601, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-i686/gnuradio-companion.install
(from rev 154601, gnuradio/trunk/gnuradio-companion.install)
  gnuradio/repos/community-staging-i686/gnuradio.install
(from rev 154601, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-staging-x86_64/
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
(from rev 154601, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-x86_64/PKGBUILD
(from rev 154601, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-x86_64/gnuradio-companion.install
(from rev 154601, gnuradio/trunk/gnuradio-companion.install)
  gnuradio/repos/community-staging-x86_64/gnuradio.install
(from rev 154601, gnuradio/trunk/gnuradio.install)

-+
 community-staging-i686/21-fcd.rules |9 +
 community-staging-i686/PKGBUILD |  104 ++
 community-staging-i686/gnuradio-companion.install   |   16 ++
 community-staging-i686/gnuradio.install |   16 ++
 community-staging-x86_64/21-fcd.rules   |9 +
 community-staging-x86_64/PKGBUILD   |  104 ++
 community-staging-x86_64/gnuradio-companion.install |   16 ++
 community-staging-x86_64/gnuradio.install   |   16 ++
 8 files changed, 290 insertions(+)

Copied: gnuradio/repos/community-staging-i686/21-fcd.rules (from rev 154601, 
gnuradio/trunk/21-fcd.rules)
===
--- community-staging-i686/21-fcd.rules (rev 0)
+++ community-staging-i686/21-fcd.rules 2015-12-27 21:09:57 UTC (rev 154602)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-staging-i686/PKGBUILD (from rev 154601, 
gnuradio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-27 21:09:57 UTC (rev 154602)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+# Contributor: Jonatan Sastre 
+pkgbase=gnuradio
+pkgname=(gnuradio gnuradio-companion)
+pkgver=3.7.9
+pkgrel=1
+pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
+arch=('i686' 'x86_64')
+url="http://gnuradio.org;
+license=('GPL')
+depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'boost-libs>=1.53' 
'libusbx' 'portaudio' 'libuhd' 'zeromq')
+makedepends=('boost' 'cmake' 'python2-lxml' 'python2-cheetah' 'glu' 'swig'
+'pygtk' 'wxpython' 'python2-pyqwt' 'qwtplot3d')
+install=gnuradio.install
+
+# todo
+# split the gui components?
+# build doxygen docs?
+# gr-video-sdl ?
+# icons
+
+# comedilib: gr-comedi
+# zeroc-ice: gr-ctrlport
+# doxygen: C++ autogenerated documentation
+# python2-sphinx: Python autogenerated documentation
+
+# secret release directory
+#source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz;
+source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz;
+"21-fcd.rules")
+md5sums=('bf1a2abd0abc492c7f67cba1080ceb8c'
+ '465e12c454c6a22ebec9849181af7bdc')
+
+prepare() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  msg "Replacing filenames to use python2."
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find ./ -name '*.py') \
+$(find ./ -name 'gnuradio-companion' -o -name 'flow_graph.tmpl')
+  sed -i -e "s|#![ ]*/usr/bin/env /usr/bin/python$|#!/usr/bin/env python2|" \
+$(find ./ -name '*.py')
+}
+
+build() {
+  export PYTHON=python2
+  cd "$srcdir/$pkgbase-$pkgver"
+  sed -i -e "s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR|" 
grc/freedesktop/CMakeLists.txt
+  sed -i -e "s|/qwt$|/qwt5|" -e "s| qwt | qwt5 |" cmake/Modules/FindQwt.cmake
+  sed -i -e "s| sphinx-build$| sphinx-build2|" cmake/Modules/FindSphinx.cmake
+  msg "Starting build."
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \

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

2015-12-27 Thread Kyle Keen
Date: Sunday, December 27, 2015 @ 22:09:27
  Author: kkeen
Revision: 154601

upgpkg: gnuradio 3.7.9-1

Modified:
  gnuradio/trunk/PKGBUILD
  gnuradio/trunk/gnuradio-companion.install
  gnuradio/trunk/gnuradio.install

+
 PKGBUILD   |   28 ++--
 gnuradio-companion.install |   11 ++-
 gnuradio.install   |   37 -
 3 files changed, 20 insertions(+), 56 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 20:14:58 UTC (rev 154600)
+++ PKGBUILD2015-12-27 21:09:27 UTC (rev 154601)
@@ -4,8 +4,8 @@
 # Contributor: Jonatan Sastre 
 pkgbase=gnuradio
 pkgname=(gnuradio gnuradio-companion)
-pkgver=3.7.8.1
-pkgrel=3
+pkgver=3.7.9
+pkgrel=1
 pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
 arch=('i686' 'x86_64')
 url="http://gnuradio.org;
@@ -30,9 +30,19 @@
 #source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz;
 source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz;
 "21-fcd.rules")
-md5sums=('961d5ba5089f409f0c9e5e5b7f6ee0f2'
+md5sums=('bf1a2abd0abc492c7f67cba1080ceb8c'
  '465e12c454c6a22ebec9849181af7bdc')
 
+prepare() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  msg "Replacing filenames to use python2."
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find ./ -name '*.py') \
+$(find ./ -name 'gnuradio-companion' -o -name 'flow_graph.tmpl')
+  sed -i -e "s|#![ ]*/usr/bin/env /usr/bin/python$|#!/usr/bin/env python2|" \
+$(find ./ -name '*.py')
+}
+
 build() {
   export PYTHON=python2
   cd "$srcdir/$pkgbase-$pkgver"
@@ -64,21 +74,12 @@
   'swig: gr_modtool'
   'cmake: gr_modtool'
   'pkgconfig: libuhd')
-  conflicts=('gnuradio-git')
   cd "$srcdir"
   install -Dm644 21-fcd.rules "$pkgdir/usr/lib/udev/rules.d/21-fcd.rules"
   cd "$srcdir/$pkgbase-$pkgver/grc/freedesktop"
-  install -Dm644 gnuradio-grc.desktop 
"$pkgdir/usr/share/applications/$pkgbase.desktop"
+  install -Dm644 gnuradio-grc.desktop 
"$pkgdir/usr/share/applications/gnuradio-grc.desktop"
   cd "$srcdir/$pkgbase-$pkgver/build"
   make DESTDIR="$pkgdir" install
-  msg "Replacing filenames to use python2."
-  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-$(find "$pkgdir" -name '*.py') \
-$(find "$pkgdir" -name 'gnuradio-companion' -o -name 'flow_graph.tmpl')
-  sed -i -e "s|#![ ]*/usr/bin/env /usr/bin/python$|#!/usr/bin/env python2|" \
-$(find "$pkgdir" -name '*.py')
-  find "$pkgdir/" -name '*.pyc' -delete
-  find "$pkgdir/" -name '*.pyo' -delete
 }
 
 package_gnuradio-companion() {
@@ -86,7 +87,6 @@
   depends=('gnuradio' 'python2-cheetah' 'python2-lxml'
   'pygtk' 'wxpython' 'python2-opengl' 'python2-pyqwt' 'qwtplot3d')
   optdepends=('python2-numarray: filter design tool')
-  conflicts=()
   install="gnuradio-companion.install"
   # Yup, nothing in the package except dependencies,
   # because more than five optdeps is too many for most people.

Modified: gnuradio-companion.install
===
--- gnuradio-companion.install  2015-12-27 20:14:58 UTC (rev 154600)
+++ gnuradio-companion.install  2015-12-27 21:09:27 UTC (rev 154601)
@@ -1,15 +1,16 @@
 
-# null file because devtools breaks without it
+post_upgrade() {
 
-post_upgrade() {
-  true
+  if [[ -e /usr/bin/update-desktop-database ]]; then
+update-desktop-database -q
+  fi
 }
 
 post_install() {
-  true
+  post_upgrade $1
 }
 
 pre_remove() {
-  true
+  post_upgrade $1
 }
 

Modified: gnuradio.install
===
--- gnuradio.install2015-12-27 20:14:58 UTC (rev 154600)
+++ gnuradio.install2015-12-27 21:09:27 UTC (rev 154601)
@@ -1,42 +1,5 @@
 
-# clean up for anyone silly enough to run this as root
-
-# it would be great if pkgname and not just pkgver was passed in the arg list
-
-_pkg='gnuradio'
-_cpython='cpython-35'
-
 post_upgrade() {
-  while read _f; do
-if [[ "${_f:(-3)}" != ".py" ]]; then
-  continue
-fi
-if [[ ! -f "$_f" ]]; then
-  continue
-fi
-if [[ -e "${_f}c" ]]; then
-  rm -f "${_f}c"
-fi
-if [[ -e "${_f}o" ]]; then
-  rm -f "${_f}o"
-fi
-continue
-_thisdir="$(dirname "$_f")/__pycache__"
-if [[ ! -d "$_thisdir" ]]; then
-  continue
-fi
-_thisfile="$(basename "$_f")"
-_thisfile="${_thisfile/%.py/.${_cpython}.py}"
-if [[ -e "${_thisdir}/${_thisfile}c" ]]; then
-  rm -f "${_thisdir}/${_thisfile}c"
-fi
-if [[ -e "${_thisdir}/${_thisfile}o" ]]; then
-  rm -f "${_thisdir}/${_thisfile}o"
-fi
-# no good way to test for empty dir
-# would be 25% faster if there were
-rmdir --ignore-fail-on-non-empty "$_thisdir" &> /dev/null
-  done <<<  "$(pacman -Qql $_pkg | grep '\.py$')"
 
   if [[ -e 

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

2015-12-27 Thread Evangelos Foutras
Date: Sunday, December 27, 2015 @ 14:33:29
  Author: foutrelis
Revision: 257300

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

Added:
  wpa_supplicant/repos/testing-i686/
  
wpa_supplicant/repos/testing-i686/0001-wpa_supplicant-Do-not-wait-for-monitor-on-P2P-Device-interface.patch
(from rev 257299, 
wpa_supplicant/trunk/0001-wpa_supplicant-Do-not-wait-for-monitor-on-P2P-Device-interface.patch)
  wpa_supplicant/repos/testing-i686/PKGBUILD
(from rev 257299, wpa_supplicant/trunk/PKGBUILD)
  wpa_supplicant/repos/testing-i686/config
(from rev 257299, wpa_supplicant/trunk/config)
  wpa_supplicant/repos/testing-x86_64/
  
wpa_supplicant/repos/testing-x86_64/0001-wpa_supplicant-Do-not-wait-for-monitor-on-P2P-Device-interface.patch
(from rev 257299, 
wpa_supplicant/trunk/0001-wpa_supplicant-Do-not-wait-for-monitor-on-P2P-Device-interface.patch)
  wpa_supplicant/repos/testing-x86_64/PKGBUILD
(from rev 257299, wpa_supplicant/trunk/PKGBUILD)
  wpa_supplicant/repos/testing-x86_64/config
(from rev 257299, wpa_supplicant/trunk/config)

--+
 
testing-i686/0001-wpa_supplicant-Do-not-wait-for-monitor-on-P2P-Device-interface.patch
   |   13 
 testing-i686/PKGBUILD  
  |   59 +
 testing-i686/config
  |  514 ++
 
testing-x86_64/0001-wpa_supplicant-Do-not-wait-for-monitor-on-P2P-Device-interface.patch
 |   13 
 testing-x86_64/PKGBUILD
  |   59 +
 testing-x86_64/config  
  |  514 ++
 6 files changed, 1172 insertions(+)

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


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

2015-12-27 Thread Evangelos Foutras
Date: Sunday, December 27, 2015 @ 14:33:20
  Author: foutrelis
Revision: 257299

upgpkg: wpa_supplicant 1:2.5-2

Fix issue that was preventing netctl-auto from working (FS#44731).

Added:
  
wpa_supplicant/trunk/0001-wpa_supplicant-Do-not-wait-for-monitor-on-P2P-Device-interface.patch
Modified:
  wpa_supplicant/trunk/PKGBUILD

---+
 0001-wpa_supplicant-Do-not-wait-for-monitor-on-P2P-Device-interface.patch |   
13 ++
 PKGBUILD  |   
10 ++-
 2 files changed, 21 insertions(+), 2 deletions(-)

Added: 0001-wpa_supplicant-Do-not-wait-for-monitor-on-P2P-Device-interface.patch
===
--- 0001-wpa_supplicant-Do-not-wait-for-monitor-on-P2P-Device-interface.patch   
(rev 0)
+++ 0001-wpa_supplicant-Do-not-wait-for-monitor-on-P2P-Device-interface.patch   
2015-12-27 13:33:20 UTC (rev 257299)
@@ -0,0 +1,13 @@
+diff --git a/wpa_supplicant/wpa_supplicant.c b/wpa_supplicant/wpa_supplicant.c
+index 29683bc..e588992 100644
+--- a/wpa_supplicant/wpa_supplicant.c
 b/wpa_supplicant/wpa_supplicant.c
+@@ -5227,7 +5227,7 @@ int wpa_supplicant_run(struct wpa_global *global)
+ 
+   if (global->params.wait_for_monitor) {
+   for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next)
+-  if (wpa_s->ctrl_iface)
++  if (wpa_s->ctrl_iface && !wpa_s->p2p_mgmt)
+   wpa_supplicant_ctrl_iface_wait(
+   wpa_s->ctrl_iface);
+   }

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 05:59:37 UTC (rev 257298)
+++ PKGBUILD2015-12-27 13:33:20 UTC (rev 257299)
@@ -3,7 +3,7 @@
 
 pkgname=wpa_supplicant
 pkgver=2.5
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A utility providing key negotiation for WPA wireless networks"
 url="http://hostap.epitest.fi/wpa_supplicant;
@@ -13,13 +13,19 @@
 license=('GPL')
 backup=('etc/wpa_supplicant/wpa_supplicant.conf')
 source=("http://w1.fi/releases/${pkgname}-${pkgver}.tar.gz;
+   
0001-wpa_supplicant-Do-not-wait-for-monitor-on-P2P-Device-interface.patch
config)
 sha256sums=('cce55bae483b364eae55c35ba567c279be442ed8bab5b80a3c7fb0d057b9b316'
+'00526474954fb174b7a3a130fd814954ddc76103e110429672ea838bc335d2b9'
 '5163609e133851dfbbee5982954fab22e45bf2c9093e43eb466d8a2c39f8a012')
 
 prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}/"
+  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
   cp "${srcdir}/config" ./.config
+
+  # http://lists.infradead.org/pipermail/hostap/2015-December/034409.html
+  # http://patchwork.ozlabs.org/patch/561146/
+  patch -Np2 -i 
"$srcdir/0001-wpa_supplicant-Do-not-wait-for-monitor-on-P2P-Device-interface.patch"
 }
 
 build() {


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

2015-12-27 Thread Kyle Keen
Date: Sunday, December 27, 2015 @ 22:27:40
  Author: kkeen
Revision: 154605

upgpkg: gnuradio-fcdproplus 3.7.4-20  gnuradio rebuild, FS#47059

Modified:
  gnuradio-fcdproplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 21:19:42 UTC (rev 154604)
+++ PKGBUILD2015-12-27 21:27:40 UTC (rev 154605)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-fcdproplus
 _pkgname=gr-fcdproplus
 pkgver=3.7.4
-pkgrel=19
+pkgrel=20
 _tag=v3.7_hidraw
 pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
 arch=('i686' 'x86_64')
@@ -18,9 +18,15 @@
 md5sums=('SKIP'
  '465e12c454c6a22ebec9849181af7bdc')
 
+prepare() {
+  cd "$srcdir/$_pkgname"
+  # FS#47059, patch from git, remove at 3.7.5
+  echo 'Version: 0.0.1' >> gnuradio-fcdproplus.pc.in
+}
+
 build() {
   cd "$srcdir/$_pkgname"
-  mkdir build
+  mkdir -p build
   cd build
   cmake \
 -DPYTHON_EXECUTABLE=$(which python2) \


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

2015-12-27 Thread Laurent Carlier
Date: Sunday, December 27, 2015 @ 22:27:21
  Author: lcarlier
Revision: 257308

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 257307, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 257307, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/LICENSE
(from rev 257307, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 257307, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  164 ++
 /PKGBUILD |  346 
 extra-i686/LICENSE|   82 ---
 extra-i686/PKGBUILD   |  172 ---
 extra-x86_64/LICENSE  |   82 ---
 extra-x86_64/PKGBUILD |  172 ---
 6 files changed, 510 insertions(+), 508 deletions(-)

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


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

2015-12-27 Thread Kyle Keen
Date: Sunday, December 27, 2015 @ 22:28:18
  Author: kkeen
Revision: 154606

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

Added:
  gnuradio-fcdproplus/repos/community-staging-i686/
  gnuradio-fcdproplus/repos/community-staging-i686/88-fcdproplus.rules
(from rev 154605, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD
(from rev 154605, gnuradio-fcdproplus/trunk/PKGBUILD)
  gnuradio-fcdproplus/repos/community-staging-x86_64/
  gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules
(from rev 154605, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD
(from rev 154605, gnuradio-fcdproplus/trunk/PKGBUILD)

--+
 community-staging-i686/88-fcdproplus.rules   |9 +
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-x86_64/88-fcdproplus.rules |9 +
 community-staging-x86_64/PKGBUILD|   43 +
 4 files changed, 104 insertions(+)

Copied: gnuradio-fcdproplus/repos/community-staging-i686/88-fcdproplus.rules 
(from rev 154605, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-i686/88-fcdproplus.rules  (rev 0)
+++ community-staging-i686/88-fcdproplus.rules  2015-12-27 21:28:18 UTC (rev 
154606)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD (from rev 
154605, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-27 21:28:18 UTC (rev 154606)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.4
+pkgrel=20
+_tag=v3.7_hidraw
+pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
+arch=('i686' 'x86_64')
+url="https://github.com/dl1ksv/gr-fcdproplus;
+license=('GPL3')
+depends=('gnuradio' 'libusb' 'alsa-lib' 'boost-libs')
+makedepends=('git' 'cmake' 'boost' 'swig')
+replaces=('gr-fcdproplus')
+source=("git://github.com/dl1ksv/gr-fcdproplus.git#tag=$_tag"
+"88-fcdproplus.rules")
+md5sums=('SKIP'
+ '465e12c454c6a22ebec9849181af7bdc')
+
+prepare() {
+  cd "$srcdir/$_pkgname"
+  # FS#47059, patch from git, remove at 3.7.5
+  echo 'Version: 0.0.1' >> gnuradio-fcdproplus.pc.in
+}
+
+build() {
+  cd "$srcdir/$_pkgname"
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 "$srcdir/88-fcdproplus.rules" 
"$pkgdir/etc/udev/rules.d/88-fcdproplus.rules"
+}

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules 
(from rev 154605, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-x86_64/88-fcdproplus.rules
(rev 0)
+++ community-staging-x86_64/88-fcdproplus.rules2015-12-27 21:28:18 UTC 
(rev 154606)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD (from rev 
154605, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-27 21:28:18 UTC (rev 154606)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 

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

2015-12-27 Thread Laurent Carlier
Date: Sunday, December 27, 2015 @ 22:26:19
  Author: lcarlier
Revision: 257307

upgpkg: mesa 11.1.0-2

Add libgcrypt dependency (FS#47540)

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 18:55:16 UTC (rev 257306)
+++ PKGBUILD2015-12-27 21:26:19 UTC (rev 257307)
@@ -5,11 +5,11 @@
 pkgbase=mesa
 pkgname=('opencl-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl')
 pkgver=11.1.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 
'wayland' 'elfutils' 'llvm'
- 'systemd' 'libomxil-bellagio' 'libclc' 'clang')
+ 'systemd' 'libomxil-bellagio' 'libgcrypt' 'libclc' 'clang')
 url="http://mesa3d.sourceforge.net;
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
@@ -37,6 +37,7 @@
 --with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast \
 --with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
 --with-egl-platforms=x11,drm,wayland \
+--with-sha1=libgcrypt \
 --enable-llvm-shared-libs \
 --enable-egl \
 --enable-gbm \
@@ -106,7 +107,7 @@
 package_mesa() {
   pkgdesc="an open-source implementation of the OpenGL specification"
   depends=('libdrm' 'wayland' 'libxxf86vm' 'libxdamage' 'libxshmfence' 
'systemd' 'elfutils' 
-   'libomxil-bellagio' 'expat' 'libtxc_dxtn' 'llvm-libs')
+   'libomxil-bellagio' 'expat' 'libgcrypt' 'libtxc_dxtn' 'llvm-libs')
   optdepends=('opengl-man-pages: for the OpenGL API man pages'
   'mesa-vdpau: for accelerated video playback'
   'libva-mesa-driver: for accelerated video playback')


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

2015-12-27 Thread Kyle Keen
Date: Sunday, December 27, 2015 @ 22:46:42
  Author: kkeen
Revision: 154612

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

Added:
  gqrx/repos/community-staging-i686/
  gqrx/repos/community-staging-i686/PKGBUILD
(from rev 154611, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-staging-i686/gqrx.desktop
(from rev 154611, gqrx/trunk/gqrx.desktop)
  gqrx/repos/community-staging-i686/gqrx.png
(from rev 154611, gqrx/trunk/gqrx.png)
  gqrx/repos/community-staging-x86_64/
  gqrx/repos/community-staging-x86_64/PKGBUILD
(from rev 154611, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-staging-x86_64/gqrx.desktop
(from rev 154611, gqrx/trunk/gqrx.desktop)
  gqrx/repos/community-staging-x86_64/gqrx.png
(from rev 154611, gqrx/trunk/gqrx.png)

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-i686/gqrx.desktop   |   10 +
 community-staging-x86_64/PKGBUILD |   54 
 community-staging-x86_64/gqrx.desktop |   10 +
 4 files changed, 128 insertions(+)

Copied: gqrx/repos/community-staging-i686/PKGBUILD (from rev 154611, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-27 21:46:42 UTC (rev 154612)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.4
+pkgrel=3
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/;
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;
+"$pkgname.png"
+"$pkgname.desktop")
+md5sums=('a9f14dfa153ddf2b370d98ee8f0e7c9d'
+ 'f7032a8883c89bd80e0d0fd36f861c59'
+ '810f89195231c18f32af92522aade721')
+
+prepare() {
+  cd "$srcdir"
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd "$srcdir"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make install INSTALL_ROOT="$pkgdir"
+
+  cd "$srcdir/$pkgname-$pkgver-alsa/build"
+  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
+}
+

Copied: gqrx/repos/community-staging-i686/gqrx.desktop (from rev 154611, 
gqrx/trunk/gqrx.desktop)
===
--- community-staging-i686/gqrx.desktop (rev 0)
+++ community-staging-i686/gqrx.desktop 2015-12-27 21:46:42 UTC (rev 154612)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=GQRX SDR
+GenericName=Funcube SDR Software
+Comment=Controller application for the Funcube Dongle and operating 
application.
+Exec=gqrx
+Icon=gqrx
+Terminal=false
+Type=Application
+Categories=AudioVideo;Audio;HamRadio;
+StartupNotify=false

Copied: gqrx/repos/community-staging-i686/gqrx.png (from rev 154611, 
gqrx/trunk/gqrx.png)
===
(Binary files differ)

Copied: gqrx/repos/community-staging-x86_64/PKGBUILD (from rev 154611, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-27 21:46:42 UTC (rev 154612)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.4
+pkgrel=3
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/;
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;
+"$pkgname.png"
+"$pkgname.desktop")
+md5sums=('a9f14dfa153ddf2b370d98ee8f0e7c9d'
+ 'f7032a8883c89bd80e0d0fd36f861c59'
+ '810f89195231c18f32af92522aade721')
+
+prepare() {
+  cd "$srcdir"
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make

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

2015-12-27 Thread Levente Polyak
Date: Monday, December 28, 2015 @ 03:00:03
  Author: anthraxx
Revision: 154628

upgpkg: python-engineio 0.8.4-1

upgpkg: python-engineio 0.8.4-1

Modified:
  python-engineio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-28 01:54:37 UTC (rev 154627)
+++ PKGBUILD2015-12-28 02:00:03 UTC (rev 154628)
@@ -2,8 +2,8 @@
 
 pkgbase=python-engineio
 pkgname=('python-engineio' 'python2-engineio')
-pkgver=0.8.3
-pkgrel=2
+pkgver=0.8.4
+pkgrel=1
 pkgdesc='Python implementation of the Engine.IO realtime server'
 url='https://github.com/miguelgrinberg/python-engineio'
 arch=('any')
@@ -14,7 +14,7 @@
   'python2-mock' 'python2-eventlet' 'python2-pytest')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
-sha512sums=('d9d136d9cad76c7c31b72482b772f501c7d06c6e7099634f3e1ae31e22a9523e9e77e1e5407f759e720934aeb52edd3b8579f7ae3b3695da81903f1f4462285b')
+sha512sums=('6ec614b27b1a1cba83cbd6277376c0d7187e7869b85a6cfe77b5a9e30459e71ea6e857bd961ac35f162af82a36cf256020f76270f75f27ebc7b06673e48ada0e')
 
 prepare() {
   cp -ra ${pkgbase}-${pkgver}{,-py2}


[arch-commits] Commit in rabbitmq/repos/community-any (8 files)

2015-12-27 Thread Levente Polyak
Date: Monday, December 28, 2015 @ 03:48:49
  Author: anthraxx
Revision: 154631

archrelease: copy trunk to community-any

Added:
  rabbitmq/repos/community-any/PKGBUILD
(from rev 154630, rabbitmq/trunk/PKGBUILD)
  rabbitmq/repos/community-any/rabbitmq-env.conf
(from rev 154630, rabbitmq/trunk/rabbitmq-env.conf)
  rabbitmq/repos/community-any/rabbitmq.install
(from rev 154630, rabbitmq/trunk/rabbitmq.install)
  rabbitmq/repos/community-any/rabbitmq.service
(from rev 154630, rabbitmq/trunk/rabbitmq.service)
Deleted:
  rabbitmq/repos/community-any/PKGBUILD
  rabbitmq/repos/community-any/rabbitmq-env.conf
  rabbitmq/repos/community-any/rabbitmq.install
  rabbitmq/repos/community-any/rabbitmq.service

---+
 PKGBUILD  |  114 ++--
 rabbitmq-env.conf |   12 ++---
 rabbitmq.install  |   50 +++---
 rabbitmq.service  |   30 ++---
 4 files changed, 103 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-28 02:48:42 UTC (rev 154630)
+++ PKGBUILD2015-12-28 02:48:49 UTC (rev 154631)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Marcello "mereghost" Rocha 
-# Contributor: Gianni Vialetto 
-# Contributor: Stefan J. Betz 
-# Contributor: p2k 
-# Contributor: Jonathan Liu 
-# Contributor: Christopher Grebs 
-# Contributor: mutantmonkey
-
-pkgname=rabbitmq
-pkgver=3.5.6
-pkgrel=1
-pkgdesc="Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP"
-url="https://rabbitmq.com;
-arch=('any')
-license=('MPL')
-depends=('erlang-nox' 'systemd')
-backup=('etc/rabbitmq/rabbitmq-env.conf')
-install=rabbitmq.install
-source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.gz{,.asc}
-rabbitmq-env.conf
-rabbitmq.service)
-sha512sums=('ea855575903ca9e49285cbd56bd870a276c4635f79fa5dd78878bbc7b22996827b7f48978a01dc95ce53b02e4487030b41b5140527c996f7f0e772dd3a03'
-'SKIP'
-
'4872ff514c9f841fe4c93bc442ec4e3177d1bfa3834e8d8a26fc77a63aff1cdc14944827673a59556e26210b2b4c0091f93c8e93a334710e5bc3336a64e77140'
-
'd51b43f948febb23cdd5b0c7736f966d8433b05ccd95778e90d280d45ccfd9a714e888762f458337a784fff4b86430151adb0f81d779d6b99c9154fcd7e0e319')
-validpgpkeys=('F78372A06FF50C80464FC1B4F7B8CEA6056E8E56') # RabbitMQ Release 
Signing Key 
-
-prepare() {
-  cd ${pkgname}_server-${pkgver}
-  sed -r 's|^(SYS_PREFIX=).*$|\1""|' -i sbin/rabbitmq-defaults
-}
-
-package() {
-  cd ${pkgname}_server-${pkgver}
-  local libdir="${pkgdir}/usr/lib/rabbitmq/lib/rabbitmq-server-${pkgver}"
-
-  install -d "${libdir}"
-  install -d "${pkgdir}/usr/bin"
-  install -dm 750 "${pkgdir}/var/log/rabbitmq"
-  install -dm 750 "${pkgdir}/var/lib/rabbitmq"
-   
-  cp -R ebin ${libdir}
-  cp -R include ${libdir}
-  cp -R plugins ${libdir}
-  cp -R sbin ${libdir}
-  cp -R share "${pkgdir}/usr"
-
-  for script in ${libdir}/sbin/*; do
-ln -s "${script#${pkgdir}}" "${pkgdir}/usr/bin/"
-  done
- 
-  install -Dm 644 "${srcdir}/rabbitmq-env.conf" 
"${pkgdir}/etc/rabbitmq/rabbitmq-env.conf"
-  install -Dm 644 "${srcdir}/rabbitmq.service" 
"${pkgdir}/usr/lib/systemd/system/rabbitmq.service"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rabbitmq/repos/community-any/PKGBUILD (from rev 154630, 
rabbitmq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-28 02:48:49 UTC (rev 154631)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Marcello "mereghost" Rocha 
+# Contributor: Gianni Vialetto 
+# Contributor: Stefan J. Betz 
+# Contributor: p2k 
+# Contributor: Jonathan Liu 
+# Contributor: Christopher Grebs 
+# Contributor: mutantmonkey
+
+pkgname=rabbitmq
+pkgver=3.5.7
+pkgrel=1
+pkgdesc="Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP"
+url="https://rabbitmq.com;
+arch=('any')
+license=('MPL')
+depends=('erlang-nox' 'systemd')
+backup=('etc/rabbitmq/rabbitmq-env.conf')
+install=rabbitmq.install
+source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.gz{,.asc}
+rabbitmq-env.conf
+rabbitmq.service)
+sha512sums=('188ae064f1ae4422bdb4b88ebbc5b5cc41b3c9b829660242cd68e19ab110419abf63168b5fbf30b5255b27fb36590a6ecf9734a4511b63aef4a6512d3c93b11b'
+'SKIP'
+
'4872ff514c9f841fe4c93bc442ec4e3177d1bfa3834e8d8a26fc77a63aff1cdc14944827673a59556e26210b2b4c0091f93c8e93a334710e5bc3336a64e77140'
+

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

2015-12-27 Thread Levente Polyak
Date: Monday, December 28, 2015 @ 03:48:42
  Author: anthraxx
Revision: 154630

upgpkg: rabbitmq 3.5.7-1

upgpkg: rabbitmq 3.5.7-1

Modified:
  rabbitmq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-28 02:00:11 UTC (rev 154629)
+++ PKGBUILD2015-12-28 02:48:42 UTC (rev 154630)
@@ -8,7 +8,7 @@
 # Contributor: mutantmonkey
 
 pkgname=rabbitmq
-pkgver=3.5.6
+pkgver=3.5.7
 pkgrel=1
 pkgdesc="Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP"
 url="https://rabbitmq.com;
@@ -20,7 +20,7 @@
 
source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.gz{,.asc}
 rabbitmq-env.conf
 rabbitmq.service)
-sha512sums=('ea855575903ca9e49285cbd56bd870a276c4635f79fa5dd78878bbc7b22996827b7f48978a01dc95ce53b02e4487030b41b5140527c996f7f0e772dd3a03'
+sha512sums=('188ae064f1ae4422bdb4b88ebbc5b5cc41b3c9b829660242cd68e19ab110419abf63168b5fbf30b5255b27fb36590a6ecf9734a4511b63aef4a6512d3c93b11b'
 'SKIP'
 
'4872ff514c9f841fe4c93bc442ec4e3177d1bfa3834e8d8a26fc77a63aff1cdc14944827673a59556e26210b2b4c0091f93c8e93a334710e5bc3336a64e77140'
 
'd51b43f948febb23cdd5b0c7736f966d8433b05ccd95778e90d280d45ccfd9a714e888762f458337a784fff4b86430151adb0f81d779d6b99c9154fcd7e0e319')


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

2015-12-27 Thread Levente Polyak
Date: Monday, December 28, 2015 @ 04:20:42
  Author: anthraxx
Revision: 154632

upgpkg: diffoscope 44-1

upgpkg: diffoscope 44-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-28 02:48:49 UTC (rev 154631)
+++ PKGBUILD2015-12-28 03:20:42 UTC (rev 154632)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=40
-pkgrel=4
+pkgver=44
+pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
 arch=('x86_64')
@@ -16,7 +16,9 @@
   'cpio: cpio archive support'
   'e2fsprogs: Ext2/3/4 filesystem utilities support'
   'fpc: Free Pascal utilities support'
+  #'enjarify: Android dex file support'
   'java-environment: java utilities support'
+  #'libcaca: image compare support'
   'fontforge: bitmap font utilities support'
   'gettext: GNU internationalization utilities support'
   'ghc: haskell utilities support'
@@ -25,6 +27,8 @@
   'poppler: PDF utilities support'
   'sqlite: SQLite support'
   'squashfs-tools: squashfs filesystem support'
+  #'python-guestfs: guestfs filesystem support'
+  'tlsh: fuzzy matching supprt'
   'unzip: zip utilities support'
   'gzip: gzip utilities support'
   'tar: tar utilities support'
@@ -31,21 +35,17 @@
   'vim: Vi IMproved (xxd) utilities support'
   'xz: XZ and LZMA utilities support'
 )
+#'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'cpio' 'e2fsprogs' 
'enjarify' 'fpc' 'java-environment' 'fontforge' 'gettext' 'ghc' 'gnupg'
+# TODO: readd fpc cpio
 checkdepends=(
-  'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'cpio' 'e2fsprogs' 
'java-environment' 'fontforge' 'gettext' 'ghc' 'gnupg'
-  'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'unzip' 'gzip' 'tar' 'vim' 
'xz')
-source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz
-
ppu.patch::https://anonscm.debian.org/cgit/reproducible/diffoscope.git/patch/?id=5460a95556701712deb0fe5423344d5cd797ae5a
-
fix-import.patch::https://anonscm.debian.org/cgit/reproducible/diffoscope.git/patch/?id=939b4b06b96ef6cfb910517070bda690f45f2cd3)
-sha512sums=('b40e042769cc87056bdde5306c8630043995c16bd4f5b28a51eba3fd08c06f4975ff82b4b19c9fd7b203c5fa7d541ba69c734c787bdae09f0bf35facc376f533'
-
'ba72fa3d46619ee2b36dff9e033a12bbd8e85dfd6599c9e5dc99180b004050eefc1760952ef906e0eef8ec321873b6dfcc2ae0a5047548cb209c76090f7ba9d8'
-
'4d5ba2b0f9e6088ee6cf8fea5f2517dca31b1222b267e2e34418b8bc22b9bb478fa5517044e40f53972a62b9f48bf469d03cfd86a6481bab51b0545b2b38045a')
+  'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'e2fsprogs' 
'java-environment' 'fontforge' 'gettext' 'ghc' 'gnupg'
+  'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'tlsh' 'unzip' 'gzip' 'tar' 
'vim' 'xz')
+source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
+sha512sums=('430e4c9282b4772d2bb80ed68d330bb40fcdeced126361d9fe41c5f3db875b6330e772c6fef3130d38f47d469c9bd280362e395398dc6432531d10a67040e776')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   sed '/python-magic/d' -i setup.py
-  patch -p1 < "${srcdir}/ppu.patch"
-  patch -p1 < "${srcdir}/fix-import.patch"
 }
 
 build() {


[arch-commits] Commit in diffoscope/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-12-27 Thread Levente Polyak
Date: Monday, December 28, 2015 @ 04:20:47
  Author: anthraxx
Revision: 154633

archrelease: copy trunk to community-x86_64

Added:
  diffoscope/repos/community-x86_64/PKGBUILD
(from rev 154632, diffoscope/trunk/PKGBUILD)
Deleted:
  diffoscope/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-28 03:20:42 UTC (rev 154632)
+++ PKGBUILD2015-12-28 03:20:47 UTC (rev 154633)
@@ -1,67 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=diffoscope
-pkgver=40
-pkgrel=4
-pkgdesc='Tool for in-depth comparison of files, archives, and directories'
-url='https://diffoscope.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-setuptools')
-optdepends=(
-  'acl: access control list utilities support'
-  'binutils: binary utilities support'
-  'bzip2: bzip2 utilities support'
-  'cdrkit: ISO utilities support'
-  'cpio: cpio archive support'
-  'e2fsprogs: Ext2/3/4 filesystem utilities support'
-  'fpc: Free Pascal utilities support'
-  'java-environment: java utilities support'
-  'fontforge: bitmap font utilities support'
-  'gettext: GNU internationalization utilities support'
-  'ghc: haskell utilities support'
-  'gnupg: GNU privacy guard support'
-  'mono-tools: mono utilities support'
-  'poppler: PDF utilities support'
-  'sqlite: SQLite support'
-  'squashfs-tools: squashfs filesystem support'
-  'unzip: zip utilities support'
-  'gzip: gzip utilities support'
-  'tar: tar utilities support'
-  'vim: Vi IMproved (xxd) utilities support'
-  'xz: XZ and LZMA utilities support'
-)
-checkdepends=(
-  'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'cpio' 'e2fsprogs' 
'java-environment' 'fontforge' 'gettext' 'ghc' 'gnupg'
-  'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'unzip' 'gzip' 'tar' 'vim' 
'xz')
-source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz
-
ppu.patch::https://anonscm.debian.org/cgit/reproducible/diffoscope.git/patch/?id=5460a95556701712deb0fe5423344d5cd797ae5a
-
fix-import.patch::https://anonscm.debian.org/cgit/reproducible/diffoscope.git/patch/?id=939b4b06b96ef6cfb910517070bda690f45f2cd3)
-sha512sums=('b40e042769cc87056bdde5306c8630043995c16bd4f5b28a51eba3fd08c06f4975ff82b4b19c9fd7b203c5fa7d541ba69c734c787bdae09f0bf35facc376f533'
-
'ba72fa3d46619ee2b36dff9e033a12bbd8e85dfd6599c9e5dc99180b004050eefc1760952ef906e0eef8ec321873b6dfcc2ae0a5047548cb209c76090f7ba9d8'
-
'4d5ba2b0f9e6088ee6cf8fea5f2517dca31b1222b267e2e34418b8bc22b9bb478fa5517044e40f53972a62b9f48bf469d03cfd86a6481bab51b0545b2b38045a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/python-magic/d' -i setup.py
-  patch -p1 < "${srcdir}/ppu.patch"
-  patch -p1 < "${srcdir}/fix-import.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  PYTHONPATH=".:${PYTHONPATH}" py.test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: diffoscope/repos/community-x86_64/PKGBUILD (from rev 154632, 
diffoscope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-28 03:20:47 UTC (rev 154633)
@@ -0,0 +1,67 @@
+# Maintainer: Levente Polyak 
+
+pkgname=diffoscope
+pkgver=44
+pkgrel=1
+pkgdesc='Tool for in-depth comparison of files, archives, and directories'
+url='https://diffoscope.org/'
+arch=('x86_64')
+license=('GPL3')
+depends=('python-magic' 'python-libarchive-c' 'python-setuptools')
+optdepends=(
+  'acl: access control list utilities support'
+  'binutils: binary utilities support'
+  'bzip2: bzip2 utilities support'
+  'cdrkit: ISO utilities support'
+  'cpio: cpio archive support'
+  'e2fsprogs: Ext2/3/4 filesystem utilities support'
+  'fpc: Free Pascal utilities support'
+  #'enjarify: Android dex file support'
+  'java-environment: java utilities support'
+  #'libcaca: image compare support'
+  'fontforge: bitmap font utilities support'
+  'gettext: GNU internationalization utilities support'
+  'ghc: haskell utilities support'
+  'gnupg: GNU privacy guard support'
+  'mono-tools: mono utilities support'
+  'poppler: PDF utilities support'
+  'sqlite: SQLite support'
+  'squashfs-tools: squashfs filesystem support'
+  #'python-guestfs: guestfs filesystem support'
+  'tlsh: fuzzy matching supprt'
+  'unzip: zip utilities support'
+  'gzip: gzip utilities support'
+  'tar: tar utilities support'
+  'vim: Vi IMproved (xxd) utilities support'
+  'xz: XZ and LZMA 

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

2015-12-27 Thread Levente Polyak
Date: Monday, December 28, 2015 @ 02:54:37
  Author: anthraxx
Revision: 154627

archrelease: copy trunk to community-any

Added:
  gradle/repos/community-any/PKGBUILD
(from rev 154626, gradle/trunk/PKGBUILD)
  gradle/repos/community-any/gradle.sh
(from rev 154626, gradle/trunk/gradle.sh)
Deleted:
  gradle/repos/community-any/PKGBUILD
  gradle/repos/community-any/gradle.sh

---+
 PKGBUILD  |  148 ++--
 gradle.sh |4 -
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-28 01:54:32 UTC (rev 154626)
+++ PKGBUILD2015-12-28 01:54:37 UTC (rev 154627)
@@ -1,74 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Simon Legner 
-# Contributor: Chris Molozian (novabyte) 
-# Contributor: Sanjuro Makabe (itti) 
-
-pkgbase=gradle
-pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=2.9
-pkgrel=1
-pkgdesc=('A powerful build system for the JVM')
-url='https://gradle.org/'
-arch=('any')
-license=('Apache')
-depends=('java-environment' 'bash')
-source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
-${pkgbase}.sh)
-sha512sums=('c73218fa822971afe148ffdb79c5b05fe86f3ba894b3c9c6c0b3c31d4ac5a51e948fa80c4a42e77c96a3e657c316cd2c213ef5d92147e233b46fa94a1f584234'
-
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
-
-package_gradle() {
-  cd ${pkgbase}-${pkgver}
-
-  # install profile.d script
-  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/init.d"
-  install -d "${pkgdir}/usr/bin"
-
-  # copy across jar files
-  install -Dm 644 lib/*.jar "${pkgdir}/usr/share/java/${pkgname}/lib"
-  install -Dm 644 lib/plugins/*.jar 
"${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-
-  # copy across supporting text documentation and scripts
-  install -m 644 NOTICE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 LICENSE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 *.txt "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 *.html "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 755 bin/gradle "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -m 644 init.d/*.* "${pkgdir}/usr/share/java/${pkgname}/init.d"
-
-  # link gradle script to /usr/bin
-  ln -s /usr/share/java/${pkgname}/bin/${pkgname} "${pkgdir}/usr/bin"
-}
-
-package_gradle-doc() {
-  pkgdesc=('A powerful build system for the JVM (documentation and samples)')
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/gradle/docs"
-  install -d "${pkgdir}/usr/share/java/gradle/samples"
-
-  # copy across documentation and samples
-  cp -r docs/* "${pkgdir}/usr/share/java/gradle/docs"
-  cp -r samples/* "${pkgdir}/usr/share/java/gradle/samples"
-}
-
-package_gradle-src() {
-  pkgdesc=('A powerful build system for the JVM (sources)')
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-  install -d "${pkgdir}/usr/share/java/gradle/src"
-  cp -r src/* "${pkgdir}/usr/share/java/gradle/src"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gradle/repos/community-any/PKGBUILD (from rev 154626, 
gradle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-28 01:54:37 UTC (rev 154627)
@@ -0,0 +1,74 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Legner 
+# Contributor: Chris Molozian (novabyte) 
+# Contributor: Sanjuro Makabe (itti) 
+
+pkgbase=gradle
+pkgname=('gradle' 'gradle-doc' 'gradle-src')
+pkgver=2.10
+pkgrel=1
+pkgdesc=('A powerful build system for the JVM')
+url='https://gradle.org/'
+arch=('any')
+license=('Apache')
+depends=('java-environment' 'bash')
+source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
+${pkgbase}.sh)
+sha512sums=('4977eae3763f1f7e85ff30cbc6949ef7d15d239f4379476e7c416f4794811e64e60e04c3ddc01ca87673a742f8ca8e1e45ed52330c06f83ac8a19df8611f6fa3'
+
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
+
+package_gradle() {
+  cd ${pkgbase}-${pkgver}
+
+  # install profile.d script
+  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
+
+  # create the necessary directory structure
+  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
+  install -d 

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

2015-12-27 Thread Felix Yan
Date: Monday, December 28, 2015 @ 02:52:40
  Author: fyan
Revision: 154625

archrelease: copy trunk to community-any

Added:
  python2-monotonic/repos/community-any/PKGBUILD
(from rev 154624, python2-monotonic/trunk/PKGBUILD)
Deleted:
  python2-monotonic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-28 01:52:18 UTC (rev 154624)
+++ PKGBUILD2015-12-28 01:52:40 UTC (rev 154625)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=python2-monotonic
-pkgver=0.4
-pkgrel=1
-pkgdesc="An implementation of time.monotonic() for Python 2 & < 3.3"
-arch=('any')
-url='http://pypi.python.org/pypi/monotonic'
-license=('PSF')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=("https://pypi.python.org/packages/source/m/monotonic/monotonic-${pkgver}.tar.gz;)
-sha256sums=('852f656adbf623ee859def6ca2f5498f4cae3256f8320d5c50570ee8a0592ab6')
-
-package() {
-  cd monotonic-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-monotonic/repos/community-any/PKGBUILD (from rev 154624, 
python2-monotonic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-28 01:52:40 UTC (rev 154625)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python2-monotonic
+pkgver=0.5
+pkgrel=1
+pkgdesc="An implementation of time.monotonic() for Python 2 & < 3.3"
+arch=('any')
+url='http://pypi.python.org/pypi/monotonic'
+license=('Apache')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://pypi.python.org/packages/source/m/monotonic/monotonic-${pkgver}.tar.gz;)
+sha256sums=('8c1f882aa66c41daffa701cbf7121d8d264d0cb7722bbb78a6eccd2d8b12c880')
+
+package() {
+  cd monotonic-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:


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

2015-12-27 Thread Felix Yan
Date: Monday, December 28, 2015 @ 02:52:18
  Author: fyan
Revision: 154624

upgpkg: python2-monotonic 0.5-1

Modified:
  python2-monotonic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-28 01:45:36 UTC (rev 154623)
+++ PKGBUILD2015-12-28 01:52:18 UTC (rev 154624)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python2-monotonic
-pkgver=0.4
+pkgver=0.5
 pkgrel=1
 pkgdesc="An implementation of time.monotonic() for Python 2 & < 3.3"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python2')
 makedepends=('python2-setuptools')
 
source=("https://pypi.python.org/packages/source/m/monotonic/monotonic-${pkgver}.tar.gz;)
-sha256sums=('852f656adbf623ee859def6ca2f5498f4cae3256f8320d5c50570ee8a0592ab6')
+sha256sums=('8c1f882aa66c41daffa701cbf7121d8d264d0cb7722bbb78a6eccd2d8b12c880')
 
 package() {
   cd monotonic-${pkgver}


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

2015-12-27 Thread Levente Polyak
Date: Monday, December 28, 2015 @ 02:54:32
  Author: anthraxx
Revision: 154626

upgpkg: gradle 2.10-1

upgpkg: gradle 2.10-1

Modified:
  gradle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-28 01:52:40 UTC (rev 154625)
+++ PKGBUILD2015-12-28 01:54:32 UTC (rev 154626)
@@ -5,7 +5,7 @@
 
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=2.9
+pkgver=2.10
 pkgrel=1
 pkgdesc=('A powerful build system for the JVM')
 url='https://gradle.org/'
@@ -14,7 +14,7 @@
 depends=('java-environment' 'bash')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
 ${pkgbase}.sh)
-sha512sums=('c73218fa822971afe148ffdb79c5b05fe86f3ba894b3c9c6c0b3c31d4ac5a51e948fa80c4a42e77c96a3e657c316cd2c213ef5d92147e233b46fa94a1f584234'
+sha512sums=('4977eae3763f1f7e85ff30cbc6949ef7d15d239f4379476e7c416f4794811e64e60e04c3ddc01ca87673a742f8ca8e1e45ed52330c06f83ac8a19df8611f6fa3'
 
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
 
 package_gradle() {


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

2015-12-27 Thread Kyle Keen
Date: Sunday, December 27, 2015 @ 22:46:21
  Author: kkeen
Revision: 154611

upgpkg: gqrx 2.4-3 gnuradio rebuild

Modified:
  gqrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 21:37:07 UTC (rev 154610)
+++ PKGBUILD2015-12-27 21:46:21 UTC (rev 154611)
@@ -4,7 +4,7 @@
 
 pkgname=gqrx
 pkgver=2.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Interactive SDR receiver waterfall for many devices."
 arch=('i686' 'x86_64')
 url="http://gqrx.dk/;


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

2015-12-27 Thread Levente Polyak
Date: Monday, December 28, 2015 @ 02:45:36
  Author: anthraxx
Revision: 154623

archrelease: copy trunk to community-any

Added:
  zaproxy/repos/community-any/PKGBUILD
(from rev 154622, zaproxy/trunk/PKGBUILD)
Deleted:
  zaproxy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-28 01:45:30 UTC (rev 154622)
+++ PKGBUILD2015-12-28 01:45:36 UTC (rev 154623)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Joris Steyn 
-# Contributor: fnord0 
-
-pkgname=zaproxy
-pkgver=2.4.2
-pkgrel=1
-pkgdesc="Integrated penetration testing tool for finding vulnerabilities in 
web applications"
-url="https://www.owasp.org/index.php/ZAP;
-arch=('any')
-license=('Apache')
-depends=('java-runtime' 'ttf-font')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zaproxy/zaproxy/releases/download/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
-sha512sums=('b10028f8e3175ec34fd082de7b1b9b49a00781f50f071433345a7a8b8622b109447ac366e596cccef4b5b5cb504421d77894b8d63f6d0e0babe9320334c10b92')
-
-prepare() {
-  cd ZAP_${pkgver}
-  cat > ${pkgname} <
+# Contributor: Joris Steyn 
+# Contributor: fnord0 
+
+pkgname=zaproxy
+pkgver=2.4.3
+pkgrel=1
+pkgdesc="Integrated penetration testing tool for finding vulnerabilities in 
web applications"
+url="https://www.owasp.org/index.php/ZAP;
+arch=('any')
+license=('Apache')
+depends=('java-runtime' 'ttf-font')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zaproxy/zaproxy/releases/download/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
+sha512sums=('ec28e3acd8eb71707984bd0cf55099bcec21dfaf4ce515b3d47573ea349d1935ad44cfc64e1fdd4bf09fa58fee6eb6229e1640e0c9d6a910fdbbc0d4b6254ca2')
+
+prepare() {
+  cd ZAP_${pkgver}
+  cat > ${pkgname} <

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

2015-12-27 Thread Levente Polyak
Date: Monday, December 28, 2015 @ 02:45:30
  Author: anthraxx
Revision: 154622

upgpkg: zaproxy 2.4.3-1

upgpkg: 2.4.3-1

Modified:
  zaproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-28 01:42:58 UTC (rev 154621)
+++ PKGBUILD2015-12-28 01:45:30 UTC (rev 154622)
@@ -3,7 +3,7 @@
 # Contributor: fnord0 
 
 pkgname=zaproxy
-pkgver=2.4.2
+pkgver=2.4.3
 pkgrel=1
 pkgdesc="Integrated penetration testing tool for finding vulnerabilities in 
web applications"
 url="https://www.owasp.org/index.php/ZAP;
@@ -11,7 +11,7 @@
 license=('Apache')
 depends=('java-runtime' 'ttf-font')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zaproxy/zaproxy/releases/download/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
-sha512sums=('b10028f8e3175ec34fd082de7b1b9b49a00781f50f071433345a7a8b8622b109447ac366e596cccef4b5b5cb504421d77894b8d63f6d0e0babe9320334c10b92')
+sha512sums=('ec28e3acd8eb71707984bd0cf55099bcec21dfaf4ce515b3d47573ea349d1935ad44cfc64e1fdd4bf09fa58fee6eb6229e1640e0c9d6a910fdbbc0d4b6254ca2')
 
 prepare() {
   cd ZAP_${pkgver}


[arch-commits] Commit in pidgin-xmpp-receipts/trunk (PKGBUILD makefile.patch)

2015-12-27 Thread Levente Polyak
Date: Monday, December 28, 2015 @ 02:42:58
  Author: anthraxx
Revision: 154621

remove obsolete patch file

Modified:
  pidgin-xmpp-receipts/trunk/PKGBUILD
Deleted:
  pidgin-xmpp-receipts/trunk/makefile.patch

+
 PKGBUILD   |   19 ++-
 makefile.patch |   45 -
 2 files changed, 6 insertions(+), 58 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 23:07:30 UTC (rev 154620)
+++ PKGBUILD2015-12-28 01:42:58 UTC (rev 154621)
@@ -2,30 +2,23 @@
 # Contributor: 
 
 pkgname=pidgin-xmpp-receipts
-pkgver=0.6
-pkgrel=3
+pkgver=0.7
+pkgrel=1
 pkgdesc="This pidgin-plugin implements xmpp message delivery receipts 
(XEP-0184)"
 url="http://devel.kondorgulasch.de/pidgin-xmpp-receipts/;
 arch=('i686' 'x86_64')
 license=('GPL3')
 depends=('pidgin' 'libpurple')
-source=(http://devel.kondorgulasch.de/pidgin-xmpp-receipts/files/pidgin-xmpp-receipts-${pkgver}.tar.gz
-makefile.patch)
-sha512sums=('160270206d0d6394bddaa15ca59896756ab3a546f7c74cc9e3d4ec634f70b829ae3b013ee6086a5d4a5376b7d2b81341c44c3ef0ecab2a66d612b96fd37dfeff'
-
'4dbc5dede45446339357908395ec8447c407c1c18af514cf67cb2b7cca372c95937c2a9c8edd032e20e8ab1cf5e74493f4f12c11af417d1b9af1aee4aae05859')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/noonien-d/pidgin-xmpp-receipts/archive/release_${pkgver}.tar.gz)
+sha512sums=('3aa9c8defaac784a05e9d2cd8a315c951e5f2d09a8471e16d7d50644d9bc94bd81ac2e64563b7e20ea2b98cd699310a6dbcb3e05b459f32bee43e45e60bc5c20')
 
-prepare() {
-   cd ${pkgname}-${pkgver}
-  patch -p1 < "${srcdir}/makefile.patch"
-}
-
 build() {
-   cd ${pkgname}-${pkgver}
+   cd ${pkgname}-release_${pkgver}
make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-release_${pkgver}
   make DESTDIR="${pkgdir}" PLUGINDIR="/usr/lib/pidgin" install
 }
 

Deleted: makefile.patch
===
--- makefile.patch  2015-12-27 23:07:30 UTC (rev 154620)
+++ makefile.patch  2015-12-28 01:42:58 UTC (rev 154621)
@@ -1,45 +0,0 @@
-From fbea49705cbac8554d4cdc99ef04a1c9288e7033 Mon Sep 17 00:00:00 2001
-From: anthraxx 
-Date: Mon, 14 Dec 2015 23:43:29 +0100
-Subject: [PATCH] improve Makefile with adaptive and overridable variables
-

- Makefile | 14 --
- 1 file changed, 8 insertions(+), 6 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 1581be4..92dbeaa 100644
 a/Makefile
-+++ b/Makefile
-@@ -1,20 +1,22 @@
- GTK_PIDGIN_INCLUDES= `pkg-config --cflags gtk+-2.0 pidgin`
- 
--CFLAGS= -O2 -Wall -fpic -g
--LDFLAGS= -shared
-+CC ?= gcc
-+CFLAGS += -O2 -Wall -fpic
-+LDFLAGS += -shared
-+DESTDIR =
-+PLUGINDIR = ~/.purple/plugins/
- 
- INCLUDES = \
-   $(GTK_PIDGIN_INCLUDES)
- 
- xmpp-receipts.so: xmpp-receipts.c
--  gcc xmpp-receipts.c $(CFLAGS) $(INCLUDES) $(LDFLAGS) -o xmpp-receipts.so
-+  $(CC) xmpp-receipts.c $(CFLAGS) $(INCLUDES) $(LDFLAGS) -o 
xmpp-receipts.so
- 
- install: xmpp-receipts.so
--  mkdir -p ~/.purple/plugins
--  cp xmpp-receipts.so ~/.purple/plugins/
-+  install -Dm755 xmpp-receipts.so -t $(DESTDIR)$(PLUGINDIR)
- 
- uninstall:
--  rm -f ~/.purple/plugins/xmpp-receipts.so
-+  rm -f $(DESTDIR)$(PLUGINDIR)/xmpp-receipts.so
- 
- clean:
-   rm -f xmpp-receipts.so
--- 
-2.6.4
-


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

2015-12-27 Thread Levente Polyak
Date: Monday, December 28, 2015 @ 03:00:11
  Author: anthraxx
Revision: 154629

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-28 02:00:03 UTC (rev 154628)
+++ PKGBUILD2015-12-28 02:00:11 UTC (rev 154629)
@@ -1,65 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-engineio
-pkgname=('python-engineio' 'python2-engineio')
-pkgver=0.8.3
-pkgrel=2
-pkgdesc='Python implementation of the Engine.IO realtime server'
-url='https://github.com/miguelgrinberg/python-engineio'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-six'
- 'python2-setuptools' 'python2-sphinx' 'python2-six')
-checkdepends=('python-mock' 'python-eventlet' 'python-pytest'
-  'python2-mock' 'python2-eventlet' 'python2-pytest')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
-sha512sums=('d9d136d9cad76c7c31b72482b772f501c7d06c6e7099634f3e1ae31e22a9523e9e77e1e5407f759e720934aeb52edd3b8579f7ae3b3695da81903f1f4462285b')
-
-prepare() {
-  cp -ra ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${pkgbase}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${pkgbase}-${pkgver}
-py.test
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-py.test2
-  )
-}
-
-package_python-engineio() {
-  depends=('python-six')
-
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-engineio() {
-  depends=('python2-six')
-
-  cd ${pkgbase}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-engineio/repos/community-any/PKGBUILD (from rev 154628, 
python-engineio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-28 02:00:11 UTC (rev 154629)
@@ -0,0 +1,65 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-engineio
+pkgname=('python-engineio' 'python2-engineio')
+pkgver=0.8.4
+pkgrel=1
+pkgdesc='Python implementation of the Engine.IO realtime server'
+url='https://github.com/miguelgrinberg/python-engineio'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-six'
+ 'python2-setuptools' 'python2-sphinx' 'python2-six')
+checkdepends=('python-mock' 'python-eventlet' 'python-pytest'
+  'python2-mock' 'python2-eventlet' 'python2-pytest')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
+sha512sums=('6ec614b27b1a1cba83cbd6277376c0d7187e7869b85a6cfe77b5a9e30459e71ea6e857bd961ac35f162af82a36cf256020f76270f75f27ebc7b06673e48ada0e')
+
+prepare() {
+  cp -ra ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${pkgbase}-${pkgver}
+py.test
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-engineio() {
+  depends=('python-six')
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
+  install -Dm 644 docs/_build/man/engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+

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

2015-12-27 Thread Maxime Gauduin
Date: Monday, December 28, 2015 @ 00:07:08
  Author: alucryd
Revision: 154619

upgpkg: emby-server 3.0.5782.0-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 21:47:56 UTC (rev 154618)
+++ PKGBUILD2015-12-27 23:07:08 UTC (rev 154619)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.0.5781.8
-pkgrel=2
+pkgver=3.0.5782.0
+pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('i686' 'x86_64')
 url='http://emby.media'
@@ -17,7 +17,7 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('2daf580ee10265164adb6fcbf3e9f22f49b099d8a13fd0dc9cc36b1ccac82bdf'
+sha256sums=('08a23bdf0b0f609abf960374e53a144bcec63c55367915072e6f668fbbec6cda'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'


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

2015-12-27 Thread Maxime Gauduin
Date: Monday, December 28, 2015 @ 00:07:30
  Author: alucryd
Revision: 154620

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

Added:
  emby-server/repos/community-i686/PKGBUILD
(from rev 154619, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 154619, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 154619, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 154619, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 154619, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 154619, emby-server/trunk/emby-server.service)
  emby-server/repos/community-x86_64/PKGBUILD
(from rev 154619, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-x86_64/emby-migrate-database
(from rev 154619, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-x86_64/emby-server
(from rev 154619, emby-server/trunk/emby-server)
  emby-server/repos/community-x86_64/emby-server.conf
(from rev 154619, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-x86_64/emby-server.install
(from rev 154619, emby-server/trunk/emby-server.install)
  emby-server/repos/community-x86_64/emby-server.service
(from rev 154619, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-i686/PKGBUILD
  emby-server/repos/community-i686/emby-migrate-database
  emby-server/repos/community-i686/emby-server
  emby-server/repos/community-i686/emby-server.conf
  emby-server/repos/community-i686/emby-server.install
  emby-server/repos/community-i686/emby-server.service
  emby-server/repos/community-x86_64/PKGBUILD
  emby-server/repos/community-x86_64/emby-migrate-database
  emby-server/repos/community-x86_64/emby-server
  emby-server/repos/community-x86_64/emby-server.conf
  emby-server/repos/community-x86_64/emby-server.install
  emby-server/repos/community-x86_64/emby-server.service

+
 /PKGBUILD  |  112 +++
 /emby-migrate-database |  112 +++
 /emby-server   |6 +
 /emby-server.conf  |8 ++
 /emby-server.install   |   62 +
 /emby-server.service   |   32 
 community-i686/PKGBUILD|   56 ---
 community-i686/emby-migrate-database   |   56 ---
 community-i686/emby-server |3 
 community-i686/emby-server.conf|4 -
 community-i686/emby-server.install |   31 
 community-i686/emby-server.service |   16 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/emby-migrate-database |   56 ---
 community-x86_64/emby-server   |3 
 community-x86_64/emby-server.conf  |4 -
 community-x86_64/emby-server.install   |   31 
 community-x86_64/emby-server.service   |   16 
 18 files changed, 332 insertions(+), 332 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-27 23:07:08 UTC (rev 154619)
+++ community-i686/PKGBUILD 2015-12-27 23:07:30 UTC (rev 154620)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.0.5781.8
-pkgrel=2
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'mono' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/MediaBrowser/archive/${pkgver}.tar.gz;
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-sha256sums=('2daf580ee10265164adb6fcbf3e9f22f49b099d8a13fd0dc9cc36b1ccac82bdf'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.Mono.sln
-  mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
-}
-

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

2015-12-27 Thread Anatol Pomozov
Date: Monday, December 28, 2015 @ 07:13:48
  Author: anatolik
Revision: 154635

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

Added:
  rofi/repos/community-testing-i686/
  rofi/repos/community-testing-i686/PKGBUILD
(from rev 154634, rofi/trunk/PKGBUILD)
  rofi/repos/community-testing-x86_64/
  rofi/repos/community-testing-x86_64/PKGBUILD
(from rev 154634, rofi/trunk/PKGBUILD)

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

Copied: rofi/repos/community-testing-i686/PKGBUILD (from rev 154634, 
rofi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-28 06:13:48 UTC (rev 154635)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Benjamin Chrétien 
+# Contributor: Eric Engestrom 
+# Contributor: Rasi 
+# Contributor: Sean Pringle 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=rofi
+pkgver=0.15.12
+pkgrel=1
+pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
+arch=(i686 x86_64)
+url='https://davedavenport.github.io/rofi/'
+license=(MIT)
+depends=(libx11 libxft freetype2 libxdg-basedir libxinerama pango 
startup-notification)
+makedepends=(i3-wm)
+optdepends=('i3-wm: use as a window switcher')
+source=(rofi-$pkgver.zip::https://github.com/DaveDavenport/rofi/archive/$pkgver.zip)
+sha256sums=('e52a2ded1cf2e9681ed5946aba22c8d2810ef9987f7cf7dbc81d18e401d96c6e')
+
+build() {
+  cd rofi-$pkgver
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd rofi-$pkgver
+  make test
+}
+
+package() {
+  cd rofi-$pkgver
+  make install install-man DESTDIR="$pkgdir"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/rofi/COPYING"
+  install -dm755 "$pkgdir/usr/share/doc/rofi/examples"
+  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/rofi/examples"
+}

Copied: rofi/repos/community-testing-x86_64/PKGBUILD (from rev 154634, 
rofi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-28 06:13:48 UTC (rev 154635)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Benjamin Chrétien 
+# Contributor: Eric Engestrom 
+# Contributor: Rasi 
+# Contributor: Sean Pringle 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=rofi
+pkgver=0.15.12
+pkgrel=1
+pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
+arch=(i686 x86_64)
+url='https://davedavenport.github.io/rofi/'
+license=(MIT)
+depends=(libx11 libxft freetype2 libxdg-basedir libxinerama pango 
startup-notification)
+makedepends=(i3-wm)
+optdepends=('i3-wm: use as a window switcher')
+source=(rofi-$pkgver.zip::https://github.com/DaveDavenport/rofi/archive/$pkgver.zip)
+sha256sums=('e52a2ded1cf2e9681ed5946aba22c8d2810ef9987f7cf7dbc81d18e401d96c6e')
+
+build() {
+  cd rofi-$pkgver
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd rofi-$pkgver
+  make test
+}
+
+package() {
+  cd rofi-$pkgver
+  make install install-man DESTDIR="$pkgdir"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/rofi/COPYING"
+  install -dm755 "$pkgdir/usr/share/doc/rofi/examples"
+  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/rofi/examples"
+}


[arch-commits] Commit in (5 files)

2015-12-27 Thread Felix Yan
Date: Monday, December 28, 2015 @ 08:18:58
  Author: fyan
Revision: 154636

addpkg: haskell-statevar 1.1.0.2-1

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

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

Added: haskell-statevar/trunk/PKGBUILD
===
--- haskell-statevar/trunk/PKGBUILD (rev 0)
+++ haskell-statevar/trunk/PKGBUILD 2015-12-28 07:18:58 UTC (rev 154636)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=StateVar
+pkgname=haskell-statevar
+pkgver=1.1.0.2
+pkgrel=1
+pkgdesc="State variables"
+url="https://github.com/haskell-opengl/StateVar;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-stm")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('051c4b98bc4456afe4eb26f775ab0aa370e9e12b1588d5865abd5b0aea83c3f9')
+
+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-statevar/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-statevar/trunk/haskell-statevar.install
===
--- haskell-statevar/trunk/haskell-statevar.install 
(rev 0)
+++ haskell-statevar/trunk/haskell-statevar.install 2015-12-28 07:18:58 UTC 
(rev 154636)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-statevar
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2015-12-27 Thread Felix Yan
Date: Monday, December 28, 2015 @ 08:19:29
  Author: fyan
Revision: 154637

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

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

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

Copied: haskell-statevar/repos/community-i686/PKGBUILD (from rev 154636, 
haskell-statevar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-28 07:19:29 UTC (rev 154637)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=StateVar
+pkgname=haskell-statevar
+pkgver=1.1.0.2
+pkgrel=1
+pkgdesc="State variables"
+url="https://github.com/haskell-opengl/StateVar;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-stm")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('051c4b98bc4456afe4eb26f775ab0aa370e9e12b1588d5865abd5b0aea83c3f9')
+
+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-statevar/repos/community-i686/haskell-statevar.install (from 
rev 154636, haskell-statevar/trunk/haskell-statevar.install)
===
--- community-i686/haskell-statevar.install (rev 0)
+++ community-i686/haskell-statevar.install 2015-12-28 07:19:29 UTC (rev 
154637)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-statevar
+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-statevar/repos/community-x86_64/PKGBUILD (from rev 154636, 
haskell-statevar/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-28 07:19:29 UTC (rev 154637)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=StateVar
+pkgname=haskell-statevar
+pkgver=1.1.0.2
+pkgrel=1
+pkgdesc="State variables"
+url="https://github.com/haskell-opengl/StateVar;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-stm")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('051c4b98bc4456afe4eb26f775ab0aa370e9e12b1588d5865abd5b0aea83c3f9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling 

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

2015-12-27 Thread Felix Yan
Date: Monday, December 28, 2015 @ 08:44:42
  Author: fyan
Revision: 154645

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-28 07:44:20 UTC (rev 154644)
+++ PKGBUILD2015-12-28 07:44:42 UTC (rev 154645)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Llewelyn Trahaearn 
-# Contributor: kokoko3k 
-# Contributor: Ionut Biru 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=lib32-libva
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux (32-bit)'
-arch=('x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('lib32-libdrm' 'lib32-libgl' 'lib32-wayland' 'lib32-libxext' 
'lib32-libxfixes' 'libva')
-makedepends=('mesa' 'gcc-multilib')
-optdepends=('lib32-libva-vdpau-driver: vdpau back-end for nvidia'
-'lib32-libva-intel-driver: back-end for intel cards')
-source=(http://freedesktop.org/software/vaapi/releases/libva/libva-${pkgver}.tar.bz2)
-sha512sums=('cd21c27b89c975cbf6cc77125625dca77332467b291536e0fa4640618871be9dbd1c51e7bd09d15b1af8dbd9166a29113f2dd10a50558ffa00d21161cb9d7958')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd "${pkgname#*-}-${pkgver}"
-  ./configure --prefix=/usr --libdir='/usr/lib32' 
-  make
-}
-
-package() {
-  cd "${pkgname#*-}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  rm -rfv "${pkgdir}/usr/"{include,bin}
-  install -m644 -D COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: lib32-libva/repos/multilib-x86_64/PKGBUILD (from rev 154644, 
lib32-libva/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-28 07:44:42 UTC (rev 154645)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Llewelyn Trahaearn 
+# Contributor: kokoko3k 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=lib32-libva
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux (32-bit)'
+arch=('x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('lib32-libdrm' 'lib32-libgl' 'lib32-wayland' 'lib32-libxext' 
'lib32-libxfixes' 'libva')
+makedepends=('mesa' 'gcc-multilib')
+optdepends=('lib32-libva-vdpau-driver: vdpau back-end for nvidia'
+'lib32-libva-intel-driver: back-end for intel cards')
+source=(http://freedesktop.org/software/vaapi/releases/libva/libva-${pkgver}.tar.bz2)
+sha512sums=('7e69c44cc1aaa94f0a9e8662ac10974b9e5ab2b29cb2b230370ef1449d8926ea4d4571593c6fa78c6601da4322716c7ab3d1ff42e889252c4769cc267bdc04be')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd "${pkgname#*-}-${pkgver}"
+  ./configure --prefix=/usr --libdir='/usr/lib32' 
+  make
+}
+
+package() {
+  cd "${pkgname#*-}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -rfv "${pkgdir}/usr/"{include,bin}
+  install -m644 -D COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2015-12-27 Thread Felix Yan
Date: Monday, December 28, 2015 @ 08:44:20
  Author: fyan
Revision: 154644

upgpkg: lib32-libva 1.6.2-1

Modified:
  lib32-libva/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-28 07:28:36 UTC (rev 154643)
+++ PKGBUILD2015-12-28 07:44:20 UTC (rev 154644)
@@ -6,7 +6,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=lib32-libva
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc='Video Acceleration (VA) API for Linux (32-bit)'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 optdepends=('lib32-libva-vdpau-driver: vdpau back-end for nvidia'
 'lib32-libva-intel-driver: back-end for intel cards')
 
source=(http://freedesktop.org/software/vaapi/releases/libva/libva-${pkgver}.tar.bz2)
-sha512sums=('cd21c27b89c975cbf6cc77125625dca77332467b291536e0fa4640618871be9dbd1c51e7bd09d15b1af8dbd9166a29113f2dd10a50558ffa00d21161cb9d7958')
+sha512sums=('7e69c44cc1aaa94f0a9e8662ac10974b9e5ab2b29cb2b230370ef1449d8926ea4d4571593c6fa78c6601da4322716c7ab3d1ff42e889252c4769cc267bdc04be')
 
 build() {
   export CC='gcc -m32'


[arch-commits] Commit in (5 files)

2015-12-27 Thread Felix Yan
Date: Monday, December 28, 2015 @ 08:28:06
  Author: fyan
Revision: 154642

addpkg: haskell-lrucache 1.2.0.0-1

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

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

Added: haskell-lrucache/trunk/PKGBUILD
===
--- haskell-lrucache/trunk/PKGBUILD (rev 0)
+++ haskell-lrucache/trunk/PKGBUILD 2015-12-28 07:28:06 UTC (rev 154642)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lrucache
+pkgname=haskell-lrucache
+pkgver=1.2.0.0
+pkgrel=1
+pkgdesc="a simple, pure LRU cache"
+url="http://github.com/chowells79/lrucache;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-contravariant")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('5f17a9e026e198152d13830a0eae0df21be437c238a3f157f7c188fe27a37616')
+
+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-lrucache/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-lrucache/trunk/haskell-lrucache.install
===
--- haskell-lrucache/trunk/haskell-lrucache.install 
(rev 0)
+++ haskell-lrucache/trunk/haskell-lrucache.install 2015-12-28 07:28:06 UTC 
(rev 154642)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-lrucache
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2015-12-27 Thread Felix Yan
Date: Monday, December 28, 2015 @ 08:28:36
  Author: fyan
Revision: 154643

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

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

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

Copied: haskell-lrucache/repos/community-i686/PKGBUILD (from rev 154642, 
haskell-lrucache/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-28 07:28:36 UTC (rev 154643)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lrucache
+pkgname=haskell-lrucache
+pkgver=1.2.0.0
+pkgrel=1
+pkgdesc="a simple, pure LRU cache"
+url="http://github.com/chowells79/lrucache;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-contravariant")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('5f17a9e026e198152d13830a0eae0df21be437c238a3f157f7c188fe27a37616')
+
+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-lrucache/repos/community-i686/haskell-lrucache.install (from 
rev 154642, haskell-lrucache/trunk/haskell-lrucache.install)
===
--- community-i686/haskell-lrucache.install (rev 0)
+++ community-i686/haskell-lrucache.install 2015-12-28 07:28:36 UTC (rev 
154643)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-lrucache
+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-lrucache/repos/community-x86_64/PKGBUILD (from rev 154642, 
haskell-lrucache/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-28 07:28:36 UTC (rev 154643)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lrucache
+pkgname=haskell-lrucache
+pkgver=1.2.0.0
+pkgrel=1
+pkgdesc="a simple, pure LRU cache"
+url="http://github.com/chowells79/lrucache;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-contravariant")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('5f17a9e026e198152d13830a0eae0df21be437c238a3f157f7c188fe27a37616')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O 

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

2015-12-27 Thread Felix Yan
Date: Monday, December 28, 2015 @ 08:46:13
  Author: fyan
Revision: 154647

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

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

-+
 community-i686/PKGBUILD |   48 ++
 community-i686/haskell-hakyll.install   |   18 +++
 community-x86_64/PKGBUILD   |   48 ++
 community-x86_64/haskell-hakyll.install |   18 +++
 4 files changed, 132 insertions(+)

Copied: haskell-hakyll/repos/community-i686/PKGBUILD (from rev 154646, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-28 07:46:13 UTC (rev 154647)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.7.5.0
+pkgrel=1
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-tagsoup" "haskell-text" "haskell-time-locale-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('e3079667f07f6355f9dbc0a10623670b323a6bec1fd632d114f5350023b65eb8')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -f-watchserver -f-previewserver
+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-hakyll/repos/community-i686/haskell-hakyll.install (from rev 
154646, haskell-hakyll/trunk/haskell-hakyll.install)
===
--- community-i686/haskell-hakyll.install   (rev 0)
+++ community-i686/haskell-hakyll.install   2015-12-28 07:46:13 UTC (rev 
154647)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hakyll
+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-hakyll/repos/community-x86_64/PKGBUILD (from rev 154646, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-28 07:46:13 UTC (rev 154647)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.7.5.0
+pkgrel=1
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;

[arch-commits] Commit in (5 files)

2015-12-27 Thread Felix Yan
Date: Monday, December 28, 2015 @ 08:45:40
  Author: fyan
Revision: 154646

addpkg: haskell-hakyll 4.7.5.0-1

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

+
 PKGBUILD   |   48 +++
 haskell-hakyll.install |   18 +
 2 files changed, 66 insertions(+)

Added: haskell-hakyll/trunk/PKGBUILD
===
--- haskell-hakyll/trunk/PKGBUILD   (rev 0)
+++ haskell-hakyll/trunk/PKGBUILD   2015-12-28 07:45:40 UTC (rev 154646)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.7.5.0
+pkgrel=1
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-tagsoup" "haskell-text" "haskell-time-locale-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('e3079667f07f6355f9dbc0a10623670b323a6bec1fd632d114f5350023b65eb8')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -f-watchserver -f-previewserver
+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-hakyll/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-hakyll/trunk/haskell-hakyll.install
===
--- haskell-hakyll/trunk/haskell-hakyll.install (rev 0)
+++ haskell-hakyll/trunk/haskell-hakyll.install 2015-12-28 07:45:40 UTC (rev 
154646)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hakyll
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2015-12-27 Thread Felix Yan
Date: Monday, December 28, 2015 @ 08:25:47
  Author: fyan
Revision: 154641

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

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

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

Copied: haskell-contravariant/repos/community-i686/PKGBUILD (from rev 154640, 
haskell-contravariant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-28 07:25:47 UTC (rev 154641)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=contravariant
+pkgname=haskell-contravariant
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="Contravariant functors"
+url="http://github.com/ekmett/contravariant/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-statevar" "haskell-semigroups" 
"haskell-transformers-compat"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('65390e2bde01c1cc91cfe414b5ad0aa9dcb26e527f0646719d19dbaf616590a0')
+
+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 \
+-fstatevar -fsemigroups -ftagged
+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-contravariant/repos/community-i686/haskell-contravariant.install (from 
rev 154640, haskell-contravariant/trunk/haskell-contravariant.install)
===
--- community-i686/haskell-contravariant.install
(rev 0)
+++ community-i686/haskell-contravariant.install2015-12-28 07:25:47 UTC 
(rev 154641)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-contravariant
+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-contravariant/repos/community-x86_64/PKGBUILD (from rev 154640, 
haskell-contravariant/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-28 07:25:47 UTC (rev 154641)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=contravariant
+pkgname=haskell-contravariant
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="Contravariant functors"
+url="http://github.com/ekmett/contravariant/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-statevar" "haskell-semigroups" 
"haskell-transformers-compat"
+ 

[arch-commits] Commit in (5 files)

2015-12-27 Thread Felix Yan
Date: Monday, December 28, 2015 @ 08:25:13
  Author: fyan
Revision: 154640

addpkg: haskell-contravariant 1.3.3-1

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

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

Added: haskell-contravariant/trunk/PKGBUILD
===
--- haskell-contravariant/trunk/PKGBUILD(rev 0)
+++ haskell-contravariant/trunk/PKGBUILD2015-12-28 07:25:13 UTC (rev 
154640)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=contravariant
+pkgname=haskell-contravariant
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="Contravariant functors"
+url="http://github.com/ekmett/contravariant/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-statevar" "haskell-semigroups" 
"haskell-transformers-compat"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('65390e2bde01c1cc91cfe414b5ad0aa9dcb26e527f0646719d19dbaf616590a0')
+
+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 \
+-fstatevar -fsemigroups -ftagged
+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-contravariant/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-contravariant/trunk/haskell-contravariant.install
===
--- haskell-contravariant/trunk/haskell-contravariant.install   
(rev 0)
+++ haskell-contravariant/trunk/haskell-contravariant.install   2015-12-28 
07:25:13 UTC (rev 154640)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-contravariant
+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 rofi/trunk (PKGBUILD)

2015-12-27 Thread Anatol Pomozov
Date: Monday, December 28, 2015 @ 07:13:13
  Author: anatolik
Revision: 154634

upgpkg: rofi 0.15.12-1

Modified:
  rofi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-28 03:20:47 UTC (rev 154633)
+++ PKGBUILD2015-12-28 06:13:13 UTC (rev 154634)
@@ -7,7 +7,7 @@
 # Contributor: SanskritFritz (gmail)
 
 pkgname=rofi
-pkgver=0.15.11
+pkgver=0.15.12
 pkgrel=1
 pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
 makedepends=(i3-wm)
 optdepends=('i3-wm: use as a window switcher')
 
source=(rofi-$pkgver.zip::https://github.com/DaveDavenport/rofi/archive/$pkgver.zip)
-sha256sums=('dd1f86cffd07f24bd74fca80a31f3f67e0d19bd2fb7427bcca17c19b74e3e0a7')
+sha256sums=('e52a2ded1cf2e9681ed5946aba22c8d2810ef9987f7cf7dbc81d18e401d96c6e')
 
 build() {
   cd rofi-$pkgver


[arch-commits] Commit in (5 files)

2015-12-27 Thread Felix Yan
Date: Monday, December 28, 2015 @ 08:22:26
  Author: fyan
Revision: 154638

addpkg: haskell-void 0.7.1-1

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

--+
 PKGBUILD |   43 +++
 haskell-void.install |   18 ++
 2 files changed, 61 insertions(+)

Added: haskell-void/trunk/PKGBUILD
===
--- haskell-void/trunk/PKGBUILD (rev 0)
+++ haskell-void/trunk/PKGBUILD 2015-12-28 07:22:26 UTC (rev 154638)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=void
+pkgname=haskell-void
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="A Haskell 98 logically uninhabited data type"
+url="http://github.com/ekmett/void;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-hashable" "haskell-semigroups")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('c9f0fd93680c029abb9654b5464be260652829961b18b7046f96a0df95e825f4')
+
+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-safe
+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-void/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-void/trunk/haskell-void.install
===
--- haskell-void/trunk/haskell-void.install (rev 0)
+++ haskell-void/trunk/haskell-void.install 2015-12-28 07:22:26 UTC (rev 
154638)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-void
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2015-12-27 Thread Felix Yan
Date: Monday, December 28, 2015 @ 08:22:54
  Author: fyan
Revision: 154639

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

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

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

Copied: haskell-void/repos/community-i686/PKGBUILD (from rev 154638, 
haskell-void/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-28 07:22:54 UTC (rev 154639)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=void
+pkgname=haskell-void
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="A Haskell 98 logically uninhabited data type"
+url="http://github.com/ekmett/void;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-hashable" "haskell-semigroups")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('c9f0fd93680c029abb9654b5464be260652829961b18b7046f96a0df95e825f4')
+
+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-safe
+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-void/repos/community-i686/haskell-void.install (from rev 
154638, haskell-void/trunk/haskell-void.install)
===
--- community-i686/haskell-void.install (rev 0)
+++ community-i686/haskell-void.install 2015-12-28 07:22:54 UTC (rev 154639)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-void
+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-void/repos/community-x86_64/PKGBUILD (from rev 154638, 
haskell-void/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-28 07:22:54 UTC (rev 154639)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=void
+pkgname=haskell-void
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="A Haskell 98 logically uninhabited data type"
+url="http://github.com/ekmett/void;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-hashable" "haskell-semigroups")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('c9f0fd93680c029abb9654b5464be260652829961b18b7046f96a0df95e825f4')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr 

[arch-commits] Commit in lib32-libva-intel-driver/repos/multilib-x86_64 (2 files)

2015-12-27 Thread Felix Yan
Date: Monday, December 28, 2015 @ 08:46:45
  Author: fyan
Revision: 154649

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libva-intel-driver/repos/multilib-x86_64/PKGBUILD
(from rev 154648, lib32-libva-intel-driver/trunk/PKGBUILD)
Deleted:
  lib32-libva-intel-driver/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-28 07:46:22 UTC (rev 154648)
+++ PKGBUILD2015-12-28 07:46:45 UTC (rev 154649)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ionut Biru 
-# Contributor: Bartłomiej Piotrowski 
-
-_pkgbasename=libva-intel-driver
-pkgname=lib32-libva-intel-driver
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='VA-API implementation for Intel G45 and HD Graphics family (32-bit)'
-arch=('x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('lib32-libva')
-source=(http://freedesktop.org/software/vaapi/releases/$_pkgbasename/$_pkgbasename-$pkgver.tar.bz2)
-md5sums=('ed1b04c1a3c029ad389b7e23822a2762')
-
-prepare() {
-  cd $_pkgbasename-$pkgver
-
-  # Only relevant if intel-gpu-tools is installed,
-  # since then the shaders will be recompiled
-  sed -i '1s/python$/&2/' src/shaders/gpp.py
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd $_pkgbasename-$pkgver
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make 
-}
-
-package() {
-  cd $_pkgbasename-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: lib32-libva-intel-driver/repos/multilib-x86_64/PKGBUILD (from rev 
154648, lib32-libva-intel-driver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-28 07:46:45 UTC (rev 154649)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+
+_pkgbasename=libva-intel-driver
+pkgname=lib32-libva-intel-driver
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='VA-API implementation for Intel G45 and HD Graphics family (32-bit)'
+arch=('x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('lib32-libva')
+source=(http://freedesktop.org/software/vaapi/releases/$_pkgbasename/$_pkgbasename-$pkgver.tar.bz2)
+md5sums=('80ea2e1db7f90489d033f0dc32fbf4dd')
+
+prepare() {
+  cd $_pkgbasename-$pkgver
+
+  # Only relevant if intel-gpu-tools is installed,
+  # since then the shaders will be recompiled
+  sed -i '1s/python$/&2/' src/shaders/gpp.py
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make 
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


[arch-commits] Commit in lib32-libva-intel-driver/trunk (PKGBUILD)

2015-12-27 Thread Felix Yan
Date: Monday, December 28, 2015 @ 08:46:22
  Author: fyan
Revision: 154648

upgpkg: lib32-libva-intel-driver 1.6.2-1

Modified:
  lib32-libva-intel-driver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-28 07:46:13 UTC (rev 154647)
+++ PKGBUILD2015-12-28 07:46:22 UTC (rev 154648)
@@ -5,7 +5,7 @@
 
 _pkgbasename=libva-intel-driver
 pkgname=lib32-libva-intel-driver
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc='VA-API implementation for Intel G45 and HD Graphics family (32-bit)'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('MIT')
 depends=('lib32-libva')
 
source=(http://freedesktop.org/software/vaapi/releases/$_pkgbasename/$_pkgbasename-$pkgver.tar.bz2)
-md5sums=('ed1b04c1a3c029ad389b7e23822a2762')
+md5sums=('80ea2e1db7f90489d033f0dc32fbf4dd')
 
 prepare() {
   cd $_pkgbasename-$pkgver