[arch-commits] Commit in expect/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-02-04 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, February 5, 2018 @ 07:55:44
  Author: bpiotrowski
Revision: 315891

archrelease: copy trunk to testing-x86_64

Added:
  expect/repos/testing-x86_64/
  expect/repos/testing-x86_64/PKGBUILD
(from rev 315890, expect/trunk/PKGBUILD)

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

Copied: expect/repos/testing-x86_64/PKGBUILD (from rev 315890, 
expect/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-05 07:55:44 UTC (rev 315891)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+
+pkgname=expect
+pkgver=5.45.4
+pkgrel=1
+pkgdesc='A tool for automating interactive applications'
+arch=(x86_64)
+url='http://www.nist.gov/el/msid/expect.cfm'
+license=(custom)
+depends=(tcl)
+source=(https://downloads.sourceforge.net/project/expect/Expect/$pkgver/expect${pkgver}.tar.gz)
+sha256sums=('49a7da83b0bdd9f46d04a04deec19c7767bb9a323e40c4781f89caf760b92c34')
+
+build() {
+  cd expect${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man 
+  make
+}
+
+check() {
+  cd expect${pkgver}
+  make test
+}
+
+package() {
+  cd expect${pkgver}
+  make DESTDIR="$pkgdir" install
+  install -Dm644 README "$pkgdir/usr/share/licenses/$pkgname/README"
+}


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

2018-02-04 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, February 5, 2018 @ 07:55:26
  Author: bpiotrowski
Revision: 315890

5.45.4-1: new upstream patchset

Modified:
  expect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 07:24:20 UTC (rev 315889)
+++ PKGBUILD2018-02-05 07:55:26 UTC (rev 315890)
@@ -3,7 +3,7 @@
 # Contributor: Allan McRae 
 
 pkgname=expect
-pkgver=5.45.3
+pkgver=5.45.4
 pkgrel=1
 pkgdesc='A tool for automating interactive applications'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(custom)
 depends=(tcl)
 
source=(https://downloads.sourceforge.net/project/expect/Expect/$pkgver/expect${pkgver}.tar.gz)
-sha256sums=('c520717b7195944a69ce1492ec82ca0ac3f3baf060804e6c5ee6d505ea512be9')
+sha256sums=('49a7da83b0bdd9f46d04a04deec19c7767bb9a323e40c4781f89caf760b92c34')
 
 build() {
   cd expect${pkgver}


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

2018-02-04 Thread Christian Hesse via arch-commits
Date: Monday, February 5, 2018 @ 07:24:10
  Author: eworm
Revision: 315888

upgpkg: htop 2.1.0-1

new upstream release

Modified:
  htop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 05:49:29 UTC (rev 315887)
+++ PKGBUILD2018-02-05 07:24:10 UTC (rev 315888)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=htop
-pkgver=2.0.2
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="Interactive process viewer"
 arch=('x86_64')
 url="http://hisham.hm/htop/;
@@ -18,7 +18,7 @@
 options=('!emptydirs' debug)
 validpgpkeys=('8460980B2B79786DE0C7FCC83FD8F43C2BB3C478') # Hisham Muhammad 

 
source=("https://hisham.hm/$pkgname/releases/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('179be9dccb80cee0c5e1a1f58c8f72ce7b2328ede30fb71dcdf336539be2f487'
+sha256sums=('3260be990d26e25b6b49fc9d96dbc935ad46e61083c0b7f6df413e513bf80748'
 'SKIP')
 
 build() {


[arch-commits] Commit in htop/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-02-04 Thread Christian Hesse via arch-commits
Date: Monday, February 5, 2018 @ 07:24:20
  Author: eworm
Revision: 315889

archrelease: copy trunk to testing-x86_64

Added:
  htop/repos/testing-x86_64/
  htop/repos/testing-x86_64/PKGBUILD
(from rev 315888, htop/trunk/PKGBUILD)

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

Copied: htop/repos/testing-x86_64/PKGBUILD (from rev 315888, 
htop/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-05 07:24:20 UTC (rev 315889)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Maintainer: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Daniel J Griffiths 
+
+pkgname=htop
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Interactive process viewer"
+arch=('x86_64')
+url="http://hisham.hm/htop/;
+license=('GPL')
+depends=('ncurses')
+makedepends=('python')
+optdepends=('lsof: show files opened by a process'
+'strace: attach to a running process')
+options=('!emptydirs' debug)
+validpgpkeys=('8460980B2B79786DE0C7FCC83FD8F43C2BB3C478') # Hisham Muhammad 

+source=("https://hisham.hm/$pkgname/releases/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('3260be990d26e25b6b49fc9d96dbc935ad46e61083c0b7f6df413e513bf80748'
+'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --enable-unicode \
+  --enable-openvz \
+  --enable-vserver \
+  --enable-cgroup
+
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}


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

2018-02-04 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, February 5, 2018 @ 07:20:17
  Author: bpiotrowski
Revision: 289131

archrelease: copy trunk to community-testing-x86_64

Added:
  mc/repos/community-testing-x86_64/
  mc/repos/community-testing-x86_64/PKGBUILD
(from rev 289130, mc/trunk/PKGBUILD)

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

Copied: mc/repos/community-testing-x86_64/PKGBUILD (from rev 289130, 
mc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-02-05 07:20:17 UTC (rev 289131)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Daniel J Griffiths 
+
+pkgname=mc
+pkgver=4.8.20
+pkgrel=2
+pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
+arch=('x86_64')
+url="http://www.ibiblio.org/mc/;
+license=('GPL')
+depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'ncurses')
+makedepends=('libxt' 'libx11' 'unzip')
+optdepends=('aspell: spelling corrections'
+'cabextract: ucab extfs'
+'cdparanoia: audio extfs'
+'cdrkit: iso9660 extfs'
+'cvs: CVS support'
+'gawk: hp48+ extfs'
+'mtools: a+ extfs'
+'p7zip: support for 7zip archives'
+'perl: needed by several extfs scripts'
+'python2-boto: s3+ extfs'
+'python2-pytz: s3+ extfs'
+'samba: VFS support'
+'unace: uace extfs'
+'unarj: uarj extfs'
+'unrar: urar extfs'
+'zip: uzip extfs')
+backup=('etc/mc/edit.indent.rc'
+'etc/mc/filehighlight.ini'
+'etc/mc/mc.ext'
+'etc/mc/mc.keymap'
+'etc/mc/mc.menu'
+'etc/mc/mcedit.menu'
+'etc/mc/sfs.ini')
+options=('!emptydirs')
+source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('017ee7f4f8ae420a04f4d6fcebaabe5b494661075c75442c76e9c8b1923d501c')
+
+build() {
+  export PYTHON=/usr/bin/python2
+
+  cd ${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --sysconfdir=/etc \
+  --enable-vfs-smb \
+  --with-screen=ncurses \
+  --with-x
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # Replace mc.keymap symlink with target file to fix backup mechanism 
(FS#50889).
+  rm "${pkgdir}"/etc/mc/mc.keymap && cp "${pkgdir}"/etc/mc/mc{.default,}.keymap
+}


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

2018-02-04 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, February 5, 2018 @ 07:20:09
  Author: bpiotrowski
Revision: 289130

4.8.20-2: replace slang with ncurses

Modified:
  mc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 07:14:21 UTC (rev 289129)
+++ PKGBUILD2018-02-05 07:20:09 UTC (rev 289130)
@@ -4,12 +4,12 @@
 
 pkgname=mc
 pkgver=4.8.20
-pkgrel=1
+pkgrel=2
 pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
 arch=('x86_64')
 url="http://www.ibiblio.org/mc/;
 license=('GPL')
-depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'slang')
+depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'ncurses')
 makedepends=('libxt' 'libx11' 'unzip')
 optdepends=('aspell: spelling corrections'
 'cabextract: ucab extfs'
@@ -47,6 +47,7 @@
   --libexecdir=/usr/lib \
   --sysconfdir=/etc \
   --enable-vfs-smb \
+  --with-screen=ncurses \
   --with-x
   make
 }


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 07:14:21
  Author: felixonmars
Revision: 289129

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-checkers/repos/community-staging-x86_64/
  haskell-checkers/repos/community-staging-x86_64/PKGBUILD
(from rev 289128, haskell-checkers/trunk/PKGBUILD)

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

Copied: haskell-checkers/repos/community-staging-x86_64/PKGBUILD (from rev 
289128, haskell-checkers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-05 07:14:21 UTC (rev 289129)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=checkers
+pkgname=haskell-checkers
+pkgver=0.4.9.5
+pkgrel=6
+pkgdesc="Check properties on standard classes and data structures"
+url="https://github.com/conal/checkers;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-random' 'haskell-quickcheck' 
'haskell-semigroupoids')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('bd45794c0a162b410ba01dc4eecf45e8bd7e744f65796506d34527e63434851b5492f215a17bbfb8a3b7fc19cc58bf4a2a41433d026e42234aca1d992e648995')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 07:14:01
  Author: felixonmars
Revision: 289128

upgpkg: haskell-checkers 0.4.9.5-6

rebuild with stm,2.4.5.0

Modified:
  haskell-checkers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 07:13:23 UTC (rev 289127)
+++ PKGBUILD2018-02-05 07:14:01 UTC (rev 289128)
@@ -4,7 +4,7 @@
 _hkgname=checkers
 pkgname=haskell-checkers
 pkgver=0.4.9.5
-pkgrel=5
+pkgrel=6
 pkgdesc="Check properties on standard classes and data structures"
 url="https://github.com/conal/checkers;
 license=('custom:BSD3')


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 07:13:23
  Author: felixonmars
Revision: 289127

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-semigroupoids/repos/community-staging-x86_64/
  haskell-semigroupoids/repos/community-staging-x86_64/PKGBUILD
(from rev 289126, haskell-semigroupoids/trunk/PKGBUILD)

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

Copied: haskell-semigroupoids/repos/community-staging-x86_64/PKGBUILD (from rev 
289126, haskell-semigroupoids/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-05 07:13:23 UTC (rev 289127)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=semigroupoids
+pkgname=haskell-semigroupoids
+pkgver=5.2.2
+pkgrel=4
+pkgdesc="Semigroupoids: Category sans id"
+url="https://github.com/ekmett/semigroupoids;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-bifunctors' 
'haskell-comonad' 'haskell-contravariant'
+ 'haskell-distributive' 'haskell-hashable' 'haskell-semigroups' 
'haskell-tagged'
+ 'haskell-transformers-compat' 'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8a972716a0d74bf9e539864614cd7b0ccede283efdb7a4f84ca691ec89fbe1aa9e2322e79c608adce9904a06457294a071007ba1eb84475896e41d629c60b90c')
+
+prepare() {
+sed -i '/test-suite doctests/a \  x-doctest-options: -dynamic' 
$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-ftagged -fcomonad -fdoctests -fdistributive -fcontravariant 
-fcontainers -funordered-containers
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 07:13:03
  Author: felixonmars
Revision: 289126

upgpkg: haskell-semigroupoids 5.2.2-4

rebuild with stm,2.4.5.0

Modified:
  haskell-semigroupoids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 07:09:01 UTC (rev 289125)
+++ PKGBUILD2018-02-05 07:13:03 UTC (rev 289126)
@@ -5,7 +5,7 @@
 _hkgname=semigroupoids
 pkgname=haskell-semigroupoids
 pkgver=5.2.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Semigroupoids: Category sans id"
 url="https://github.com/ekmett/semigroupoids;
 license=("custom:BSD3")


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

2018-02-04 Thread Antonio Rojas via arch-commits
Date: Monday, February 5, 2018 @ 07:09:01
  Author: arojas
Revision: 289125

archrelease: copy trunk to community-x86_64

Added:
  cryfs/repos/community-x86_64/PKGBUILD
(from rev 289124, cryfs/trunk/PKGBUILD)
Deleted:
  cryfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-05 07:08:32 UTC (rev 289124)
+++ PKGBUILD2018-02-05 07:09:01 UTC (rev 289125)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andy Weidenbaum 
-# Contributor: kaylyn
-# Contributor: Giuseppe Calà 
-
-pkgname=cryfs
-pkgver=0.9.8
-pkgrel=3
-pkgdesc="Cryptographic filesystem for the cloud"
-arch=(x86_64)
-depends=(crypto++ fuse2 curl)
-makedepends=(cmake python boost)
-url="https://www.cryfs.org;
-license=(LGPL3)
-source=("https://github.com/cryfs/cryfs/releases/download/$pkgver/cryfs-$pkgver.tar.xz"{,.asc})
-sha256sums=('e4669aa79f8d419bb2580121a118b8993ee3493a08c5b1e0b80b8a8a4b54da65'
-'SKIP')
-validpgpkeys=(C3111FE656732704EF6DF059017DC932549E65B2) # CryFS Team 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCRYFS_UPDATE_CHECKS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm 644 "$srcdir"/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-  install -Dm 644 "$srcdir"/README.md -t "$pkgdir"/usr/share/doc/$pkgname
-}

Copied: cryfs/repos/community-x86_64/PKGBUILD (from rev 289124, 
cryfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-05 07:09:01 UTC (rev 289125)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andy Weidenbaum 
+# Contributor: kaylyn
+# Contributor: Giuseppe Calà 
+
+pkgname=cryfs
+pkgver=0.9.9
+pkgrel=1
+pkgdesc="Cryptographic filesystem for the cloud"
+arch=(x86_64)
+depends=(crypto++ fuse2 curl)
+makedepends=(cmake python boost)
+url="https://www.cryfs.org;
+license=(LGPL3)
+source=("https://github.com/cryfs/cryfs/releases/download/$pkgver/cryfs-$pkgver.tar.xz"{,.asc})
+sha256sums=('aa8d90bb4c821cf8347f0f4cbc5f68a1e0f4eb461ffd8f1ee093c4d37eac2908'
+'SKIP')
+validpgpkeys=(C3111FE656732704EF6DF059017DC932549E65B2) # CryFS Team 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCRYFS_UPDATE_CHECKS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm 644 "$srcdir"/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+  install -Dm 644 "$srcdir"/README.md -t "$pkgdir"/usr/share/doc/$pkgname
+}


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

2018-02-04 Thread Antonio Rojas via arch-commits
Date: Monday, February 5, 2018 @ 07:08:32
  Author: arojas
Revision: 289124

Update to 0.9.9

Modified:
  cryfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 06:15:35 UTC (rev 289123)
+++ PKGBUILD2018-02-05 07:08:32 UTC (rev 289124)
@@ -4,8 +4,8 @@
 # Contributor: Giuseppe Calà 
 
 pkgname=cryfs
-pkgver=0.9.8
-pkgrel=3
+pkgver=0.9.9
+pkgrel=1
 pkgdesc="Cryptographic filesystem for the cloud"
 arch=(x86_64)
 depends=(crypto++ fuse2 curl)
@@ -13,7 +13,7 @@
 url="https://www.cryfs.org;
 license=(LGPL3)
 
source=("https://github.com/cryfs/cryfs/releases/download/$pkgver/cryfs-$pkgver.tar.xz"{,.asc})
-sha256sums=('e4669aa79f8d419bb2580121a118b8993ee3493a08c5b1e0b80b8a8a4b54da65'
+sha256sums=('aa8d90bb4c821cf8347f0f4cbc5f68a1e0f4eb461ffd8f1ee093c4d37eac2908'
 'SKIP')
 validpgpkeys=(C3111FE656732704EF6DF059017DC932549E65B2) # CryFS Team 

 


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:15:11
  Author: felixonmars
Revision: 289122

upgpkg: haskell-foldl 1.3.5-8

rebuild with stm,2.4.5.0

Modified:
  haskell-foldl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 06:14:32 UTC (rev 289121)
+++ PKGBUILD2018-02-05 06:15:11 UTC (rev 289122)
@@ -5,7 +5,7 @@
 _hkgname=foldl
 pkgname=haskell-foldl
 pkgver=1.3.5
-pkgrel=7
+pkgrel=8
 pkgdesc="Composable, streaming, and efficient left folds"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:15:35
  Author: felixonmars
Revision: 289123

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-foldl/repos/community-staging-x86_64/
  haskell-foldl/repos/community-staging-x86_64/PKGBUILD
(from rev 289122, haskell-foldl/trunk/PKGBUILD)

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

Copied: haskell-foldl/repos/community-staging-x86_64/PKGBUILD (from rev 289122, 
haskell-foldl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-05 06:15:35 UTC (rev 289123)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=foldl
+pkgname=haskell-foldl
+pkgver=1.3.5
+pkgrel=8
+pkgdesc="Composable, streaming, and efficient left folds"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-comonad" "haskell-contravariant" 
"haskell-mwc-random" "haskell-primitive"
+ "haskell-profunctors" "haskell-semigroups" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-vector" "haskell-vector-builder")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e9e81698a0eb1a97e94848cc76d0b4f1c9f247b4d0630f05dd16158331f4b09f9c74ac887ffbaf4da28c7a607b119cf1182dd7b0d315107097e3d79743fcd07a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:14:32
  Author: felixonmars
Revision: 289121

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-profunctors/repos/community-staging-x86_64/
  haskell-profunctors/repos/community-staging-x86_64/PKGBUILD
(from rev 289120, haskell-profunctors/trunk/PKGBUILD)

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

Copied: haskell-profunctors/repos/community-staging-x86_64/PKGBUILD (from rev 
289120, haskell-profunctors/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-05 06:14:32 UTC (rev 289121)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=profunctors
+pkgname=haskell-profunctors
+pkgver=5.2.2
+pkgrel=3
+pkgdesc="Profunctors"
+url="https://github.com/ekmett/profunctors/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-bifunctors' 
'haskell-comonad'
+ 'haskell-contravariant' 'haskell-distributive' 'haskell-semigroups' 
'haskell-tagged')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5b67bb2a63b618e0efaf2aa889a80349549f136670ae598cd90e5f20e9d6dce4ad7b2cdf3af08b03c73ca1e1355fc7dc99a9efc885458037329d81e1b59fe1e0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:14:12
  Author: felixonmars
Revision: 289120

upgpkg: haskell-profunctors 5.2.2-3

rebuild with stm,2.4.5.0

Modified:
  haskell-profunctors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 06:13:32 UTC (rev 289119)
+++ PKGBUILD2018-02-05 06:14:12 UTC (rev 289120)
@@ -5,7 +5,7 @@
 _hkgname=profunctors
 pkgname=haskell-profunctors
 pkgver=5.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Profunctors"
 url="https://github.com/ekmett/profunctors/;
 license=("custom:BSD3")


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:13:13
  Author: felixonmars
Revision: 289118

upgpkg: haskell-lrucache 1.2.0.0-25

rebuild with stm,2.4.5.0

Modified:
  haskell-lrucache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 06:12:39 UTC (rev 289117)
+++ PKGBUILD2018-02-05 06:13:13 UTC (rev 289118)
@@ -5,7 +5,7 @@
 _hkgname=lrucache
 pkgname=haskell-lrucache
 pkgver=1.2.0.0
-pkgrel=24
+pkgrel=25
 pkgdesc="a simple, pure LRU cache"
 url="https://github.com/chowells79/lrucache;
 license=("custom:BSD3")


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:13:32
  Author: felixonmars
Revision: 289119

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-lrucache/repos/community-staging-x86_64/
  haskell-lrucache/repos/community-staging-x86_64/PKGBUILD
(from rev 289118, haskell-lrucache/trunk/PKGBUILD)

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

Copied: haskell-lrucache/repos/community-staging-x86_64/PKGBUILD (from rev 
289118, haskell-lrucache/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-05 06:13:32 UTC (rev 289119)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lrucache
+pkgname=haskell-lrucache
+pkgver=1.2.0.0
+pkgrel=25
+pkgdesc="a simple, pure LRU cache"
+url="https://github.com/chowells79/lrucache;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-contravariant")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('efbd2fe79188a0fb06cb9b3c0603d03d643cc38d7e067d9413889a8cc3546094f09928c4451efd4215d24aa8a48ce02dcb5b65b6b82b540ae86a3a8da5bd9567')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:12:19
  Author: felixonmars
Revision: 289116

upgpkg: haskell-contravariant-extras 0.3.3.1-12

rebuild with stm,2.4.5.0

Modified:
  haskell-contravariant-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 06:11:40 UTC (rev 289115)
+++ PKGBUILD2018-02-05 06:12:19 UTC (rev 289116)
@@ -5,7 +5,7 @@
 _hkgname=contravariant-extras
 pkgname=haskell-contravariant-extras
 pkgver=0.3.3.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Extras for the \"contravariant\" package"
 url="https://github.com/nikita-volkov/contravariant-extras;
 license=("MIT")


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:12:39
  Author: felixonmars
Revision: 289117

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-contravariant-extras/repos/community-staging-x86_64/
  haskell-contravariant-extras/repos/community-staging-x86_64/PKGBUILD
(from rev 289116, haskell-contravariant-extras/trunk/PKGBUILD)

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

Copied: haskell-contravariant-extras/repos/community-staging-x86_64/PKGBUILD 
(from rev 289116, haskell-contravariant-extras/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-05 06:12:39 UTC (rev 289117)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=contravariant-extras
+pkgname=haskell-contravariant-extras
+pkgver=0.3.3.1
+pkgrel=12
+pkgdesc="Extras for the \"contravariant\" package"
+url="https://github.com/nikita-volkov/contravariant-extras;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-base-prelude" "haskell-contravariant" 
"haskell-tuple-th")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('23656af8fd866b2459fe9e2b503d814316213f0bff5c92fbb1af1f64e27faceb81f07ce92eb82a9766e47c9b9bc0342fa7ede424c470af9de042d612b9801c26')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:11:20
  Author: felixonmars
Revision: 289114

upgpkg: haskell-descriptive 0.9.4-75

rebuild with stm,2.4.5.0

Modified:
  haskell-descriptive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 06:10:36 UTC (rev 289113)
+++ PKGBUILD2018-02-05 06:11:20 UTC (rev 289114)
@@ -5,7 +5,7 @@
 _hkgname=descriptive
 pkgname=haskell-descriptive
 pkgver=0.9.4
-pkgrel=74
+pkgrel=75
 pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
 url="https://github.com/chrisdone/descriptive;
 license=("custom:BSD3")


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:11:40
  Author: felixonmars
Revision: 289115

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-descriptive/repos/community-staging-x86_64/
  haskell-descriptive/repos/community-staging-x86_64/PKGBUILD
(from rev 289114, haskell-descriptive/trunk/PKGBUILD)

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

Copied: haskell-descriptive/repos/community-staging-x86_64/PKGBUILD (from rev 
289114, haskell-descriptive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-05 06:11:40 UTC (rev 289115)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=descriptive
+pkgname=haskell-descriptive
+pkgver=0.9.4
+pkgrel=75
+pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
+url="https://github.com/chrisdone/descriptive;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-bifunctors" "haskell-mtl" 
"haskell-scientific"
+ "haskell-text" "haskell-vector")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('795ec65756bf87ec6ea4c92d85a25d0eb0d8cfa1df40685ddcf74b83099bba2f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" 
+}


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:10:36
  Author: felixonmars
Revision: 289113

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-bifunctors/repos/community-staging-x86_64/
  haskell-bifunctors/repos/community-staging-x86_64/PKGBUILD
(from rev 289112, haskell-bifunctors/trunk/PKGBUILD)

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

Copied: haskell-bifunctors/repos/community-staging-x86_64/PKGBUILD (from rev 
289112, haskell-bifunctors/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-05 06:10:36 UTC (rev 289113)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bifunctors
+pkgname=haskell-bifunctors
+pkgver=5.5
+pkgrel=4
+pkgdesc="Bifunctors"
+url="https://github.com/ekmett/bifunctors/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-comonad' 
'haskell-semigroups' 'haskell-tagged'
+ 'haskell-th-abstraction' 'haskell-transformers-compat')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e2b5717876a649ac33d18cb401677cfd4b1ea55061035023af101f2b7fdd60db0eeedf7dacfc55ba070e28d726973c28a1ce1dcdf52b7140bd8bfc6777c8d9e2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-ftagged -fsemigroups
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:10:14
  Author: felixonmars
Revision: 289112

upgpkg: haskell-bifunctors 5.5-4

rebuild with stm,2.4.5.0

Modified:
  haskell-bifunctors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 06:09:28 UTC (rev 289111)
+++ PKGBUILD2018-02-05 06:10:14 UTC (rev 289112)
@@ -5,7 +5,7 @@
 _hkgname=bifunctors
 pkgname=haskell-bifunctors
 pkgver=5.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Bifunctors"
 url="https://github.com/ekmett/bifunctors/;
 license=("custom:BSD3")


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:09:06
  Author: felixonmars
Revision: 289110

upgpkg: haskell-hspec-smallcheck 0.5.0-3

rebuild with stm,2.4.5.0

Modified:
  haskell-hspec-smallcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 06:08:29 UTC (rev 289109)
+++ PKGBUILD2018-02-05 06:09:06 UTC (rev 289110)
@@ -4,7 +4,7 @@
 _hkgname=hspec-smallcheck
 pkgname=haskell-hspec-smallcheck
 pkgver=0.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc="SmallCheck support for the Hspec testing framework"
 url="http://hspec.github.io/;
 license=('MIT')


[arch-commits] Commit in haskell-hspec-smallcheck/repos (2 files)

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:09:28
  Author: felixonmars
Revision: 289111

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-smallcheck/repos/community-staging-x86_64/
  haskell-hspec-smallcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 289110, haskell-hspec-smallcheck/trunk/PKGBUILD)

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

Copied: haskell-hspec-smallcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 289110, haskell-hspec-smallcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-05 06:09:28 UTC (rev 289111)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 189385 2016-09-16 04:01:47Z felixonmars $
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-smallcheck
+pkgname=haskell-hspec-smallcheck
+pkgver=0.5.0
+pkgrel=3
+pkgdesc="SmallCheck support for the Hspec testing framework"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-call-stack' 'haskell-hspec-core' 'haskell-hunit' 
'haskell-smallcheck')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('7f793866d11795bd7e790b08c3754735df5cfd376a7adb892d7a5f011e20c64efa9f153a294a6e3c32e3410a26de3d6d398b2880bcba584d902b9c9a6f7b574b')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:08:09
  Author: felixonmars
Revision: 289108

upgpkg: haskell-hspec 2.4.7-3

rebuild with stm,2.4.5.0

Modified:
  haskell-hspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 06:07:33 UTC (rev 289107)
+++ PKGBUILD2018-02-05 06:08:09 UTC (rev 289108)
@@ -4,7 +4,7 @@
 _hkgname=hspec
 pkgname=haskell-hspec
 pkgver=2.4.7
-pkgrel=2
+pkgrel=3
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/;
 license=('MIT')


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:08:29
  Author: felixonmars
Revision: 289109

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec/repos/community-staging-x86_64/
  haskell-hspec/repos/community-staging-x86_64/PKGBUILD
(from rev 289108, haskell-hspec/trunk/PKGBUILD)

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

Copied: haskell-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 289108, 
haskell-hspec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-05 06:08:29 UTC (rev 289109)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hspec
+pkgname=haskell-hspec
+pkgver=2.4.7
+pkgrel=3
+pkgdesc="A Testing Framework for Haskell"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-quickcheck' 'haskell-call-stack' 
'haskell-hspec-core'
+ 'haskell-hspec-discover' 'haskell-hspec-expectations')
+makedepends=('ghc' 'haskell-hspec-meta' 'haskell-stringbuilder')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('0fe3e210f44c114d5ee816db45d836a4388fd411cbc4dd7ed5a73296fb745d99b8b6de6f7607286bf7497387eddb6c3155e7c0905f9366b52f6b861da8716571')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:07:13
  Author: felixonmars
Revision: 289106

upgpkg: haskell-hspec-core 2.4.7-3

rebuild with stm,2.4.5.0

Modified:
  haskell-hspec-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 06:06:14 UTC (rev 289105)
+++ PKGBUILD2018-02-05 06:07:13 UTC (rev 289106)
@@ -4,7 +4,7 @@
 _hkgname=hspec-core
 pkgname=haskell-hspec-core
 pkgver=2.4.7
-pkgrel=2
+pkgrel=3
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/;
 license=('MIT')


[arch-commits] Commit in haskell-hspec-core/repos (2 files)

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:07:33
  Author: felixonmars
Revision: 289107

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-core/repos/community-staging-x86_64/
  haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD
(from rev 289106, haskell-hspec-core/trunk/PKGBUILD)

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

Copied: haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD (from rev 
289106, haskell-hspec-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-05 06:07:33 UTC (rev 289107)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-core
+pkgname=haskell-hspec-core
+pkgver=2.4.7
+pkgrel=3
+pkgdesc="A Testing Framework for Haskell"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-ansi-terminal' 'haskell-async'
+ 'haskell-call-stack' 'haskell-hspec-expectations' 
'haskell-quickcheck-io'
+ 'haskell-random' 'haskell-setenv' 'haskell-tf-random')
+makedepends=('ghc' 'haskell-hspec-meta' 'haskell-silently' 'haskell-temporary')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('d3f4dc6e109443839a7c4f38200a846ea3302344cac954b1fb74f4d64bf641a3f3cd8a39ffd347291ca4260b6bff074887ba77e248373d1079df3dbe98632b74')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:06:14
  Author: felixonmars
Revision: 289105

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-temporary/repos/community-staging-x86_64/
  haskell-temporary/repos/community-staging-x86_64/PKGBUILD
(from rev 289104, haskell-temporary/trunk/PKGBUILD)

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

Copied: haskell-temporary/repos/community-staging-x86_64/PKGBUILD (from rev 
289104, haskell-temporary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-05 06:06:14 UTC (rev 289105)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=temporary
+pkgname=haskell-temporary
+pkgver=1.2.1.1
+pkgrel=5
+pkgdesc="Portable temporary file and directory support"
+url="http://www.github.com/batterseapower/temporary;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-exceptions")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f7604d641057887e9f6285ae04a0da8bc3aa5e8adff3ab2a1c56a099f8aba1ad0d62734ffbfeb698046bd433aab161d3861f6822bc3cc2f620ef945e0b2d28f2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:05:53
  Author: felixonmars
Revision: 289104

upgpkg: haskell-temporary 1.2.1.1-5

rebuild with stm,2.4.5.0

Modified:
  haskell-temporary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 06:03:29 UTC (rev 289103)
+++ PKGBUILD2018-02-05 06:05:53 UTC (rev 289104)
@@ -5,7 +5,7 @@
 _hkgname=temporary
 pkgname=haskell-temporary
 pkgver=1.2.1.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Portable temporary file and directory support"
 url="http://www.github.com/batterseapower/temporary;
 license=("custom:BSD3")


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:03:29
  Author: felixonmars
Revision: 289103

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-exceptions/repos/community-staging-x86_64/
  haskell-exceptions/repos/community-staging-x86_64/PKGBUILD
(from rev 289102, haskell-exceptions/trunk/PKGBUILD)

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

Copied: haskell-exceptions/repos/community-staging-x86_64/PKGBUILD (from rev 
289102, haskell-exceptions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-05 06:03:29 UTC (rev 289103)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=exceptions
+pkgname=haskell-exceptions
+pkgver=0.8.3
+pkgrel=6
+pkgdesc="Extensible optionally-pure exceptions"
+url="https://github.com/ekmett/exceptions/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-mtl" "haskell-stm" "haskell-transformers-compat")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1b650d979e27c3307a7b58ea09fe19bfd97a35fb75aa526237cfe4fe68c99560794dc8985b601da1fc6cefb8358c76f60df822b709c621172785343233cee89a')
+
+prepare() {
+sed -i 's/template-haskell   >= 2.2  && < 
2.12,/template-haskell   >= 2.2,/' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:03:08
  Author: felixonmars
Revision: 289102

upgpkg: haskell-exceptions 0.8.3-6

rebuild with stm,2.4.5.0

Modified:
  haskell-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 06:02:25 UTC (rev 289101)
+++ PKGBUILD2018-02-05 06:03:08 UTC (rev 289102)
@@ -5,7 +5,7 @@
 _hkgname=exceptions
 pkgname=haskell-exceptions
 pkgver=0.8.3
-pkgrel=5
+pkgrel=6
 pkgdesc="Extensible optionally-pure exceptions"
 url="https://github.com/ekmett/exceptions/;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-hspec-meta/repos (2 files)

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:02:25
  Author: felixonmars
Revision: 289101

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-meta/repos/community-staging-x86_64/
  haskell-hspec-meta/repos/community-staging-x86_64/PKGBUILD
(from rev 289100, haskell-hspec-meta/trunk/PKGBUILD)

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

Copied: haskell-hspec-meta/repos/community-staging-x86_64/PKGBUILD (from rev 
289100, haskell-hspec-meta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-05 06:02:25 UTC (rev 289101)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-meta
+pkgname=haskell-hspec-meta
+pkgver=2.4.6
+pkgrel=3
+pkgdesc="A version of Hspec which is used to test Hspec itself"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hspec-expectations' 
'haskell-hunit'
+ 'haskell-setenv' 'haskell-random' 'haskell-quickcheck-io' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-call-stack')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('8e62dd923e943a3242034d838016280ed3e2d6767c5c22fac76c71433433a938f5e290cd79400cdc659706c54f21a06805b54e91702acdb0daea20c8513e8d8f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 06:02:05
  Author: felixonmars
Revision: 289100

upgpkg: haskell-hspec-meta 2.4.6-3

rebuild with stm,2.4.5.0

Modified:
  haskell-hspec-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 05:49:55 UTC (rev 289099)
+++ PKGBUILD2018-02-05 06:02:05 UTC (rev 289100)
@@ -4,7 +4,7 @@
 _hkgname=hspec-meta
 pkgname=haskell-hspec-meta
 pkgver=2.4.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A version of Hspec which is used to test Hspec itself"
 url="http://hspec.github.io/;
 license=('MIT')


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 05:49:55
  Author: felixonmars
Revision: 289099

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 289098, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 289098, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 289098, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 289098, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 289098, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 289098, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 289098, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 115 insertions(+), 115 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-02-05 05:49:02 UTC (rev 289098)
+++ LICENSE 2018-02-05 05:49:55 UTC (rev 289099)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 289098, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-02-05 05:49:55 UTC (rev 289099)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-05 05:49:02 UTC (rev 289098)
+++ PKGBUILD2018-02-05 05:49:55 UTC (rev 289099)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.104
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime>=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')

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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 05:49:02
  Author: felixonmars
Revision: 289098

upgpkg: jenkins 2.105-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 05:41:12 UTC (rev 289097)
+++ PKGBUILD2018-02-05 05:49:02 UTC (rev 289098)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.104
+pkgver=2.105
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('7a2bc0e85f64148731fa48916cce214d841cc2b181de127f31e785f04afa164f5b6d507851e74268c7f43e3b82ead4c39714a72757c91d4170c042666bec0198'
+sha512sums=('124275b47c149e8472c23847ac5bd1ec5b5dd50eea77bfc75ef35c4766c4dcd04840887e04e787a3d0e210cb3bdc49a310fd20fbb42340fcd2a64b6bebe15c3e'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


[arch-commits] Commit in python-setuptools/repos/extra-any (PKGBUILD PKGBUILD)

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 05:49:29
  Author: felixonmars
Revision: 315887

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 315886, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-05 05:49:04 UTC (rev 315886)
+++ PKGBUILD2018-02-05 05:49:29 UTC (rev 315887)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=38.4.1
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
- 'python2-pip')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'python-mock' 'python2-mock' 
'python-pytest-fixture-config'
-  'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
-  'python-wheel' 'python2-wheel' 'git')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('96311703444118205ac2f47ea2277236bc3249ef60827a6329862abaf6289cc925e4f62bd46cdebe889d43195c26a06a5ce82b4583fd366febfda3cd0ceefb0c')
-
-prepare() {
-  # Don't download and install deps
-  sed -i '/pip.main(args)/d' setuptools-$pkgver/bootstrap.py
-
-  rm -r setuptools-$pkgver/pkg_resources/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools-$pkgver/setup.cfg
-
-  # 'Clean' installation is expected to fail since we removed bundled packages
-  sed -i '/^def test_clean_env_install/i import 
pytest\n\n...@pytest.mark.xfail' 
setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  # Tests failed. Importing an unbundled new setuptools in a virtualenv does 
not work, but this won't
-  # affect normal virtualenv usage (which don't have to import the unbundled 
setuptools in *current*
-  # dir.
-  sed -e '/^def test_pip_upgrade_from_source/i @pytest.mark.xfail' \
-  -e '/^def test_test_command_install_requirements/i @pytest.mark.xfail' \
-  -i setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  cp -a setuptools-$pkgver{,-py2}
-
-  cd "$srcdir"/setuptools-$pkgver
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-
-  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-}
-
-build() {
-  cd "$srcdir"/setuptools-$pkgver
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py pytest
-)}
-
-package_python-setuptools() {
-  depends=('python-packaging' 'python-appdirs')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
-
-package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-appdirs')
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 315886, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-05 05:49:29 UTC (rev 315887)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=38.5.0
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
+  

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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 05:49:04
  Author: felixonmars
Revision: 315886

upgpkg: python-setuptools 1:38.5.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 05:26:23 UTC (rev 315885)
+++ PKGBUILD2018-02-05 05:49:04 UTC (rev 315886)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=38.4.1
+pkgver=38.5.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
   'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
   'python-wheel' 'python2-wheel' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('96311703444118205ac2f47ea2277236bc3249ef60827a6329862abaf6289cc925e4f62bd46cdebe889d43195c26a06a5ce82b4583fd366febfda3cd0ceefb0c')
+sha512sums=('c853865d454958ffd29d86388f5cb1ed1516fe0779dec571a84bfe1daf946ae245e2ebf7077981429ec000aad30003045a9cd5eb6a7a910eb11f66cb0b824726')
 
 prepare() {
   # Don't download and install deps


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 05:40:51
  Author: felixonmars
Revision: 289096

upgpkg: haskell-async 2.1.1.1-6

rebuild with stm,2.4.5.0

Modified:
  haskell-async/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 05:26:08 UTC (rev 289095)
+++ PKGBUILD2018-02-05 05:40:51 UTC (rev 289096)
@@ -5,7 +5,7 @@
 _hkgname=async
 pkgname=haskell-async
 pkgver=2.1.1.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Run IO operations asynchronously and wait for their results"
 url="https://github.com/simonmar/async;
 license=("custom:BSD3")


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 05:41:12
  Author: felixonmars
Revision: 289097

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-async/repos/community-staging-x86_64/
  haskell-async/repos/community-staging-x86_64/PKGBUILD
(from rev 289096, haskell-async/trunk/PKGBUILD)

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

Copied: haskell-async/repos/community-staging-x86_64/PKGBUILD (from rev 289096, 
haskell-async/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-05 05:41:12 UTC (rev 289097)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=async
+pkgname=haskell-async
+pkgver=2.1.1.1
+pkgrel=6
+pkgdesc="Run IO operations asynchronously and wait for their results"
+url="https://github.com/simonmar/async;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-stm")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6c617e6028e6b10dfa19a1157f3fd8521190725e9aafa60f6668c6c40f88445f03de4fa70a824aada2b008fc8a5d49e7d1aade1843ba990a382ffb9d3ef9ec21')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-04 Thread Gaëtan Bisson via arch-commits
Date: Monday, February 5, 2018 @ 05:24:06
  Author: bisson
Revision: 315882

build gtk2 too

Modified:
  unison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 05:00:27 UTC (rev 315881)
+++ PKGBUILD2018-02-05 05:24:06 UTC (rev 315882)
@@ -5,13 +5,14 @@
 pkgname=unison
 _pkgver=2.48.15v4
 pkgver=${_pkgver%v*}
-pkgrel=1
+pkgrel=2
 pkgdesc='File-synchronization tool'
 #url='https://github.com/bcpierce00/unison/'
 url='https://www.cis.upenn.edu/~bcpierce/unison/'
 arch=('x86_64')
 license=('GPL2')
-makedepends=('ocaml' 'emacs')
+optdepends=('gtk2: graphical interface')
+makedepends=('ocaml' 'emacs' 'lablgtk2')
 source=("https://github.com/bcpierce00/unison/archive/v${_pkgver}.tar.gz;
 'large.patch'
 'desktop')
@@ -23,20 +24,28 @@
 
 prepare() {
cd "${srcdir}/${pkgname}-${_pkgver}"
+   sed 's/region_of_string/region_of_bytes/' -i src/uigtk2.ml
patch -p0 -i ../large.patch
 }
 
 build() {
cd "${srcdir}/${pkgname}-${_pkgver}"
-   export CFLAGS=
-   make UISTYLE=text DEBUGGING=false THREADS=true
-   mv src/unison src/unison-text
+   for ui in gtk2 text; do
+   cp -a . build || true
+   pushd build
+   export CFLAGS=
+   make UISTYLE=$ui DEBUGGING=false THREADS=true
+   mv src/unison src/unison-$ui
+   mv src/unison-* ..
+   popd
+   rm -fr build
+   done
 }
 
 package() {
cd "${srcdir}/${pkgname}-${_pkgver}"
install -d "${pkgdir}"/usr/bin
-   install -m755 src/unison-* "${pkgdir}"/usr/bin
+   install -m755 unison-* "${pkgdir}"/usr/bin
ln -s unison-text "${pkgdir}"/usr/bin/unison
 
install -d "${pkgdir}"/usr/share/{pixmaps,applications}


[arch-commits] Commit in unison/repos/testing-x86_64 (6 files)

2018-02-04 Thread Gaëtan Bisson via arch-commits
Date: Monday, February 5, 2018 @ 05:24:22
  Author: bisson
Revision: 315883

archrelease: copy trunk to testing-x86_64

Added:
  unison/repos/testing-x86_64/PKGBUILD
(from rev 315882, unison/trunk/PKGBUILD)
  unison/repos/testing-x86_64/desktop
(from rev 315882, unison/trunk/desktop)
  unison/repos/testing-x86_64/large.patch
(from rev 315882, unison/trunk/large.patch)
Deleted:
  unison/repos/testing-x86_64/PKGBUILD
  unison/repos/testing-x86_64/desktop
  unison/repos/testing-x86_64/large.patch

-+
 PKGBUILD|   99 +++---
 desktop |   22 ++--
 large.patch |   98 -
 3 files changed, 114 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-05 05:24:06 UTC (rev 315882)
+++ PKGBUILD2018-02-05 05:24:22 UTC (rev 315883)
@@ -1,45 +0,0 @@
-# $Id$
-#Maintainer: Gaetan Bisson 
-#Contributor: Tobias Powalowski 
-
-pkgname=unison
-_pkgver=2.48.15v4
-pkgver=${_pkgver%v*}
-pkgrel=1
-pkgdesc='File-synchronization tool'
-#url='https://github.com/bcpierce00/unison/'
-url='https://www.cis.upenn.edu/~bcpierce/unison/'
-arch=('x86_64')
-license=('GPL2')
-makedepends=('ocaml' 'emacs')
-source=("https://github.com/bcpierce00/unison/archive/v${_pkgver}.tar.gz;
-'large.patch'
-'desktop')
-sha256sums=('f8c7e982634bbe1ed6510fe5b36b6c5c55c06caefddafdd9edc08812305fdeec'
-'2a971cf17e0a7303e99a793829e2b7b03533d17041e3b2ebba53555a5bd62284'
-'e9ef4e8b845453e21abafa8c9d153080375024d2465e3bf65f0e5a2ca1f5ea4a')
-
-options=('!makeflags')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${_pkgver}"
-   patch -p0 -i ../large.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${_pkgver}"
-   export CFLAGS=
-   make UISTYLE=text DEBUGGING=false THREADS=true
-   mv src/unison src/unison-text
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${_pkgver}"
-   install -d "${pkgdir}"/usr/bin
-   install -m755 src/unison-* "${pkgdir}"/usr/bin
-   ln -s unison-text "${pkgdir}"/usr/bin/unison
-
-   install -d "${pkgdir}"/usr/share/{pixmaps,applications}
-   install -m644 icons/U.32x32x16m.png 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-   install -m644 ../desktop 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-}

Copied: unison/repos/testing-x86_64/PKGBUILD (from rev 315882, 
unison/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-05 05:24:22 UTC (rev 315883)
@@ -0,0 +1,54 @@
+# $Id$
+#Maintainer: Gaetan Bisson 
+#Contributor: Tobias Powalowski 
+
+pkgname=unison
+_pkgver=2.48.15v4
+pkgver=${_pkgver%v*}
+pkgrel=2
+pkgdesc='File-synchronization tool'
+#url='https://github.com/bcpierce00/unison/'
+url='https://www.cis.upenn.edu/~bcpierce/unison/'
+arch=('x86_64')
+license=('GPL2')
+optdepends=('gtk2: graphical interface')
+makedepends=('ocaml' 'emacs' 'lablgtk2')
+source=("https://github.com/bcpierce00/unison/archive/v${_pkgver}.tar.gz;
+'large.patch'
+'desktop')
+sha256sums=('f8c7e982634bbe1ed6510fe5b36b6c5c55c06caefddafdd9edc08812305fdeec'
+'2a971cf17e0a7303e99a793829e2b7b03533d17041e3b2ebba53555a5bd62284'
+'e9ef4e8b845453e21abafa8c9d153080375024d2465e3bf65f0e5a2ca1f5ea4a')
+
+options=('!makeflags')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${_pkgver}"
+   sed 's/region_of_string/region_of_bytes/' -i src/uigtk2.ml
+   patch -p0 -i ../large.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${_pkgver}"
+   for ui in gtk2 text; do
+   cp -a . build || true
+   pushd build
+   export CFLAGS=
+   make UISTYLE=$ui DEBUGGING=false THREADS=true
+   mv src/unison src/unison-$ui
+   mv src/unison-* ..
+   popd
+   rm -fr build
+   done
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${_pkgver}"
+   install -d "${pkgdir}"/usr/bin
+   install -m755 unison-* "${pkgdir}"/usr/bin
+   ln -s unison-text "${pkgdir}"/usr/bin/unison
+
+   install -d "${pkgdir}"/usr/share/{pixmaps,applications}
+   install -m644 icons/U.32x32x16m.png 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+   install -m644 ../desktop 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+}

Deleted: desktop
===
--- desktop 2018-02-05 05:24:06 UTC (rev 315882)
+++ desktop 2018-02-05 05:24:22 UTC (rev 315883)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=unison
-Comment=File synchronisation tool for X11
-TryExec=unison-x11
-Exec=unison-x11
-Terminal=false
-Type=Application
-Categories=GTK;Application;Network;

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

2018-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 5, 2018 @ 05:00:27
  Author: heftig
Revision: 315881

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 315880, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/fix-abi.patch
(from rev 315880, nvidia/trunk/fix-abi.patch)

---+
 PKGBUILD  |   81 
 fix-abi.patch |   12 
 2 files changed, 93 insertions(+)

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 315880, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-02-05 05:00:27 UTC (rev 315881)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=390.25
+_extramodules=extramodules-4.15-ARCH
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.15' 'linux-headers<4.16')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+sha256sums=('02263bc81b66e68fc8224447b249f4f0ca4ae201c467e236d917be2fe187f3d6')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.15' 'linux<4.16' "nvidia-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia/repos/staging-x86_64/fix-abi.patch (from rev 315880, 
nvidia/trunk/fix-abi.patch)
===
--- staging-x86_64/fix-abi.patch(rev 0)
+++ staging-x86_64/fix-abi.patch2018-02-05 05:00:27 UTC (rev 315881)
@@ -0,0 +1,12 @@
+diff -u -r kernel/nvidia-drm/nvidia-drm-fence.c 
kernel-patched/nvidia-drm/nvidia-drm-fence.c
+--- kernel/nvidia-drm/nvidia-drm-fence.c   2016-08-09 01:43:19.0 
+0200
 kernel-patched/nvidia-drm/nvidia-drm-fence.c   2016-08-25 
14:31:34.419655564 +0200
+@@ -325,7 +325,7 @@
+ struct nvidia_drm_gem_object *nv_gem;
+ };
+ 
+-static void nvidia_drm_gem_prime_soft_fence_event
++static void NVKMS_KAPI_CALL nvidia_drm_gem_prime_soft_fence_event
+ (
+ void *dataPtr,
+ NvU32 dataU32


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

2018-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 5, 2018 @ 05:00:03
  Author: heftig
Revision: 289089

archrelease: copy trunk to community-staging-x86_64

Added:
  acpi_call/repos/community-staging-x86_64/
  acpi_call/repos/community-staging-x86_64/PKGBUILD
(from rev 289088, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 289088, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   62 
 dkms.conf |9 
 2 files changed, 71 insertions(+)

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 289088, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-05 05:00:03 UTC (rev 289089)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=99
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+depends=('linux>=4.15' 'linux<4.16')
+makedepends=('linux-headers>=4.15' 'linux-headers<4.16')
+_extramodules=extramodules-4.15-ARCH
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;
+dkms.conf)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
+'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KVERSION="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_acpi_call() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+package_acpi_call-dkms() {
+  depends=(dkms)
+  provides=("acpi_call=$pkgver-$pkgrel")
+  conflicts=(acpi_call)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile acpi_call.c 
../dkms.conf
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+# vim:set ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-x86_64/dkms.conf (from rev 289088, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-02-05 05:00:03 UTC (rev 289089)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="acpi_call"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KVERSION=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="acpi_call"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"


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

2018-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 5, 2018 @ 04:59:39
  Author: heftig
Revision: 289088

archrelease: copy trunk to community-staging-x86_64

Added:
  vhba-module/repos/community-staging-x86_64/
  vhba-module/repos/community-staging-x86_64/60-vhba.rules
(from rev 289087, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 289087, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 289087, vhba-module/trunk/dkms.conf)

---+
 60-vhba.rules |1 +
 PKGBUILD  |   52 
 dkms.conf |9 +
 3 files changed, 62 insertions(+)

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
289087, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2018-02-05 04:59:39 UTC (rev 
289088)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-staging-x86_64/PKGBUILD (from rev 289087, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-05 04:59:39 UTC (rev 289088)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20170610
+pkgrel=40
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/;
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.15' 'linux<4.16')
+makedepends=('linux-headers>=4.15' 'linux-headers<4.16')
+_extramodules=extramodules-4.15-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_vhba-module() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}
+
+package_vhba-module-dkms() {
+  depends=(dkms)
+  provides=("vhba-module=$pkgver-$pkgrel")
+  conflicts=(vhba-module)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-x86_64/dkms.conf (from rev 289087, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-02-05 04:59:39 UTC (rev 289088)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"


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

2018-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 5, 2018 @ 04:59:17
  Author: heftig
Revision: 289087

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 289086, r8168/trunk/PKGBUILD)
  r8168/repos/community-staging-x86_64/linux-4.15.patch
(from rev 289086, r8168/trunk/linux-4.15.patch)

--+
 PKGBUILD |   49 
 linux-4.15.patch |   81 +
 2 files changed, 130 insertions(+)

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 289086, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-05 04:59:17 UTC (rev 289087)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.045.08
+pkgrel=27
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.15.patch)
+sha256sums=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31'
+'6434f0d1fcb08e3605a17859d3b8946c65bcf14737e223315b6468b3394c5cd7')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -Np1 -i ../linux-4.15.patch
+}
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg2 "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+
+   cd "$pkgname-$pkgver"
+   install -Dt "$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH" -m644 
src/*.ko
+   find "$pkgdir" -name '*.ko' -exec xz {} +
+
+   echo "blacklist r8169" | \
+   install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/r8168.conf"
+}

Copied: r8168/repos/community-staging-x86_64/linux-4.15.patch (from rev 289086, 
r8168/trunk/linux-4.15.patch)
===
--- community-staging-x86_64/linux-4.15.patch   (rev 0)
+++ community-staging-x86_64/linux-4.15.patch   2018-02-05 04:59:17 UTC (rev 
289087)
@@ -0,0 +1,81 @@
+diff -u -r r8168-8.045.08/src/r8168_n.c r8168-8.045.08-4.15/src/r8168_n.c
+--- r8168-8.045.08/src/r8168_n.c   2017-09-22 17:31:17.0 +0200
 r8168-8.045.08-4.15/src/r8168_n.c  2018-01-29 12:33:34.283394438 +0100
+@@ -407,8 +407,13 @@
+ static void rtl8168_sleep_rx_enable(struct net_device *dev);
+ static void rtl8168_dsm(struct net_device *dev, int dev_state);
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ static void rtl8168_esd_timer(unsigned long __opaque);
+ static void rtl8168_link_timer(unsigned long __opaque);
++#else
++static void rtl8168_esd_timer(struct timer_list *timer_list);
++static void rtl8168_link_timer(struct timer_list *timer_list);
++#endif
+ static void rtl8168_tx_clear(struct rtl8168_private *tp);
+ static void rtl8168_rx_clear(struct rtl8168_private *tp);
+ 
+@@ -22964,7 +22969,11 @@
+ struct rtl8168_private *tp = netdev_priv(dev);
+ struct timer_list *timer = >esd_timer;
+ 
+-setup_timer(timer, rtl8168_esd_timer, (unsigned long)dev);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
++setup_timer(timer, rtl8168_esd_timer, (unsigned long)tp);
++#else
++timer_setup(timer, rtl8168_esd_timer, 0);
++#endif
+ mod_timer(timer, jiffies + RTL8168_ESD_TIMEOUT);
+ }
+ 
+@@ -22978,7 +22987,11 @@
+ struct rtl8168_private *tp = netdev_priv(dev);
+ struct timer_list *timer = >link_timer;
+ 
+-setup_timer(timer, rtl8168_link_timer, (unsigned long)dev);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
++setup_timer(timer, rtl8168_link_timer, (unsigned long)tp);
++#else
++timer_setup(timer, rtl8168_link_timer, 0);
++#endif
+ mod_timer(timer, jiffies + RTL8168_LINK_TIMEOUT);
+ }
+ 
+@@ -24717,10 +24730,16 @@
+ #define PCI_DEVICE_SERIAL_NUMBER (0x0164)
+ 
+ static void
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ 

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

2018-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 5, 2018 @ 04:58:46
  Author: heftig
Revision: 315878

archrelease: copy trunk to extra-x86_64

Added:
  libmediaart/repos/extra-x86_64/PKGBUILD
(from rev 315877, libmediaart/trunk/PKGBUILD)
Deleted:
  libmediaart/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-05 04:52:52 UTC (rev 315877)
+++ PKGBUILD2018-02-05 04:58:46 UTC (rev 315878)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libmediaart
-pkgver=1.9.4
-pkgrel=1
-pkgdesc="Library tasked with managing, extracting and handling media art 
caches"
-url="https://git.gnome.org/browse/libmediaart;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gdk-pixbuf2)
-makedepends=(vala gobject-introspection git gtk-doc meson)
-_commit=7077be9ee9a698550216f07cb0b8ca6ec5ca1eb3  # tags/1.9.4^0
-source=("git+https://git.gnome.org/browse/libmediaart#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libmediaart/repos/extra-x86_64/PKGBUILD (from rev 315877, 
libmediaart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-05 04:58:46 UTC (rev 315878)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libmediaart
+pkgver=1.9.4+1+ga704d0b
+pkgrel=1
+pkgdesc="Library tasked with managing, extracting and handling media art 
caches"
+url="https://git.gnome.org/browse/libmediaart;
+arch=(x86_64)
+license=(LGPL)
+depends=(gdk-pixbuf2)
+makedepends=(vala gobject-introspection git gtk-doc meson)
+_commit=a704d0b6cfea091274bd79aca6d15f19b4f6e5b5  # master
+source=("git+https://git.gnome.org/browse/libmediaart#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


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

2018-02-04 Thread Gaëtan Bisson via arch-commits
Date: Monday, February 5, 2018 @ 04:59:03
  Author: bisson
Revision: 315880

archrelease: copy trunk to testing-any

Added:
  iana-etc/repos/testing-any/
  iana-etc/repos/testing-any/LICENSE
(from rev 315879, iana-etc/trunk/LICENSE)
  iana-etc/repos/testing-any/PKGBUILD
(from rev 315879, iana-etc/trunk/PKGBUILD)

--+
 LICENSE  |1 +
 PKGBUILD |   51 +++
 2 files changed, 52 insertions(+)

Copied: iana-etc/repos/testing-any/LICENSE (from rev 315879, 
iana-etc/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2018-02-05 04:59:03 UTC (rev 315880)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/testing-any/PKGBUILD (from rev 315879, 
iana-etc/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-02-05 04:59:03 UTC (rev 315880)
@@ -0,0 +1,51 @@
+# $Id$
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20180131
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='http://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
+
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
+'LICENSE')
+sha256sums=('59285ddb71cd7816184911ac9732956ea320d9a4ab3caf4cdc8d44eae86348f9'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+pkgver() {
+   cd "${srcdir}"
+   awk -F"[<>]" '/updated/{print$3;nextfile}' * |
+   sort -n | tail -n 1 | tr -d -
+}
+
+package() {
+   cd "${srcdir}"
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
+(/ "${pkgdir}/etc/services"
+
+}


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

2018-02-04 Thread Gaëtan Bisson via arch-commits
Date: Monday, February 5, 2018 @ 04:58:52
  Author: bisson
Revision: 315879

upstream update

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 04:58:46 UTC (rev 315878)
+++ PKGBUILD2018-02-05 04:58:52 UTC (rev 315879)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=iana-etc
-pkgver=20170824
+pkgver=20180131
 pkgrel=1
 pkgdesc='/etc/protocols and /etc/services provided by IANA'
 url='http://www.iana.org/protocols'
@@ -13,8 +13,8 @@
 
source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
 
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
 'LICENSE')
-sha256sums=('222bfbe9b4d7834b387a7cfa7223f717be48dc7f1d5eadc79979ef07a743a69a'
-'5f1868355c828163dbfd61161e4f4050e026a28076fdd9a7c89ac54da7a71abd'
+sha256sums=('59285ddb71cd7816184911ac9732956ea320d9a4ab3caf4cdc8d44eae86348f9'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
 'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
 
 pkgver() {


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

2018-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 5, 2018 @ 04:58:18
  Author: heftig
Revision: 289086

archrelease: copy trunk to community-staging-x86_64

Added:
  bbswitch/repos/community-staging-x86_64/
  bbswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 289085, bbswitch/trunk/PKGBUILD)

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 289085, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-05 04:58:18 UTC (rev 289086)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=105
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux>=4.15' 'linux<4.16')
+makedepends=('linux-headers>=4.15' 'linux-headers<4.16')
+_extramodules=extramodules-4.15-ARCH
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 *.ko
+  find "${pkgdir}" -name '*.ko' -exec xz {} +
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+  conflicts=('bbswitch')
+  provides=('bbswitch')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/src/${pkgbase}-${pkgver}" -m644 Makefile 
bbswitch.c dkms/dkms.conf
+}


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

2018-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 5, 2018 @ 04:57:40
  Author: heftig
Revision: 289085

archrelease: copy trunk to community-staging-x86_64

Added:
  virtualbox-modules-arch/repos/community-staging-x86_64/
  virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 289084, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 289084, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-05 04:57:40 UTC (rev 289085)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.2.6
+pkgrel=6
+_linux_major=4
+_linux_minor=15
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=("linux>=${_linux_major}.${_linux_minor}"
+ "linux<${_linux_major}.$((_linux_minor+1))"
+ "linux-headers>=${_linux_major}.${_linux_minor}"
+ "linux-headers<${_linux_major}.$((_linux_minor+1))"
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-${_linux_major}.${_linux_minor}-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=("linux>=${_linux_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=("linux>=${_linux_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+
+  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf "vboxguest\nvboxsf\nvboxvideo\n" |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 5, 2018 @ 04:57:01
  Author: heftig
Revision: 289084

archrelease: copy trunk to community-staging-x86_64

Added:
  tp_smapi/repos/community-staging-x86_64/
  tp_smapi/repos/community-staging-x86_64/PKGBUILD
(from rev 289083, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 289083, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-05 04:57:01 UTC (rev 289084)
@@ -0,0 +1,49 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.42+7+g76c5120
+_extradir=/usr/lib/modules/extramodules-4.15-ARCH
+pkgrel=3
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.15' 'linux<4.16')
+makedepends=('linux-headers>=4.15' 'linux-headers<4.16' 'git')
+_commit=76c5120f7be4880cf2c6801f872327e4e70c449f  # master
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd $pkgname
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec xz {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


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

2018-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 5, 2018 @ 04:52:52
  Author: heftig
Revision: 315877

1.9.4+1+ga704d0b-1

Modified:
  libmediaart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 04:51:07 UTC (rev 315876)
+++ PKGBUILD2018-02-05 04:52:52 UTC (rev 315877)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libmediaart
-pkgver=1.9.4
+pkgver=1.9.4+1+ga704d0b
 pkgrel=1
 pkgdesc="Library tasked with managing, extracting and handling media art 
caches"
 url="https://git.gnome.org/browse/libmediaart;
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(gdk-pixbuf2)
 makedepends=(vala gobject-introspection git gtk-doc meson)
-_commit=7077be9ee9a698550216f07cb0b8ca6ec5ca1eb3  # tags/1.9.4^0
+_commit=a704d0b6cfea091274bd79aca6d15f19b4f6e5b5  # master
 source=("git+https://git.gnome.org/browse/libmediaart#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -20,22 +20,19 @@
 }
 
 prepare() {
-  mkdir build
   cd $pkgname
 }
 
 build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname
-  ninja
+  arch-meson $pkgname build
+  ninja -C build
 }
 
 check() {
   cd build
-  mesontest
+  meson test
 }
 
 package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
+  DESTDIR="$pkgdir" ninja -C build install
 }


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

2018-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 5, 2018 @ 04:51:07
  Author: heftig
Revision: 315876

390.25-4: kernel 4.15.1-2

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 00:12:59 UTC (rev 315875)
+++ PKGBUILD2018-02-05 04:51:07 UTC (rev 315876)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=390.25
 _extramodules=extramodules-4.15-ARCH
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 5, 2018 @ 04:50:56
  Author: heftig
Revision: 289083

5.2.6-6: kernel 4.15.1-2

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 04:50:49 UTC (rev 289082)
+++ PKGBUILD2018-02-05 04:50:56 UTC (rev 289083)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.2.6
-pkgrel=5
+pkgrel=6
 _linux_major=4
 _linux_minor=15
 arch=('x86_64')


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

2018-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 5, 2018 @ 04:50:49
  Author: heftig
Revision: 289082

20170610-40: kernel 4.15.1-2

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 04:49:46 UTC (rev 289081)
+++ PKGBUILD2018-02-05 04:50:49 UTC (rev 289082)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-pkgrel=39
+pkgrel=40
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)


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

2018-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 5, 2018 @ 04:49:32
  Author: heftig
Revision: 289080

8.045.08-27: kernel 4.15.1-2

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 04:49:23 UTC (rev 289079)
+++ PKGBUILD2018-02-05 04:49:32 UTC (rev 289080)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.045.08
-pkgrel=26
+pkgrel=27
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2018-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 5, 2018 @ 04:49:46
  Author: heftig
Revision: 289081

0.42+7+g76c5120-3: kernel 4.15.1-2

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 04:49:32 UTC (rev 289080)
+++ PKGBUILD2018-02-05 04:49:46 UTC (rev 289081)
@@ -10,7 +10,7 @@
 pkgname=tp_smapi
 pkgver=0.42+7+g76c5120
 _extradir=/usr/lib/modules/extramodules-4.15-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2018-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 5, 2018 @ 04:49:23
  Author: heftig
Revision: 289079

0.8-105: kernel 4.15.1-2

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 04:48:46 UTC (rev 289078)
+++ PKGBUILD2018-02-05 04:49:23 UTC (rev 289079)
@@ -6,7 +6,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=104
+pkgrel=105
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2018-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 5, 2018 @ 04:48:46
  Author: heftig
Revision: 289078

1.1.0-99: kernel 4.15.1-2

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 01:56:38 UTC (rev 289077)
+++ PKGBUILD2018-02-05 04:48:46 UTC (rev 289078)
@@ -6,7 +6,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=98
+pkgrel=99
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


[arch-commits] Commit in (4 files)

2018-02-04 Thread Eli Schwartz via arch-commits
Date: Monday, February 5, 2018 @ 01:56:12
  Author: eschwartz
Revision: 289076

addpkg: conflict 20150705-3

Added:
  conflict/
  conflict/repos/
  conflict/trunk/
  conflict/trunk/PKGBUILD

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

Added: conflict/trunk/PKGBUILD
===
--- conflict/trunk/PKGBUILD (rev 0)
+++ conflict/trunk/PKGBUILD 2018-02-05 01:56:12 UTC (rev 289076)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+
+pkgname=conflict
+pkgver=20150705
+pkgrel=3
+pkgdesc='filename conflict listing'
+arch=('x86_64')
+url="https://invisible-island.net/${pkgname}/${pkgname}.html;
+license=('MIT')
+source=("https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz"{,.asc})
+sha256sums=('30e14808768a938df139a1b76f8f7397e1b3bf46a18ceabcc8b1b1a70d5ea8a9'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

+
+build() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+install -Dm0644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+}


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


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

2018-02-04 Thread Eli Schwartz via arch-commits
Date: Monday, February 5, 2018 @ 01:56:38
  Author: eschwartz
Revision: 289077

archrelease: copy trunk to community-x86_64

Added:
  conflict/repos/community-x86_64/
  conflict/repos/community-x86_64/PKGBUILD
(from rev 289076, conflict/trunk/PKGBUILD)

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

Copied: conflict/repos/community-x86_64/PKGBUILD (from rev 289076, 
conflict/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-02-05 01:56:38 UTC (rev 289077)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+
+pkgname=conflict
+pkgver=20150705
+pkgrel=3
+pkgdesc='filename conflict listing'
+arch=('x86_64')
+url="https://invisible-island.net/${pkgname}/${pkgname}.html;
+license=('MIT')
+source=("https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz"{,.asc})
+sha256sums=('30e14808768a938df139a1b76f8f7397e1b3bf46a18ceabcc8b1b1a70d5ea8a9'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

+
+build() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+install -Dm0644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+}


[arch-commits] Commit in linux/repos (9 files)

2018-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 5, 2018 @ 00:12:59
  Author: heftig
Revision: 315875

archrelease: copy trunk to staging-x86_64

Added:
  linux/repos/staging-x86_64/
  
linux/repos/staging-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 315874, 
linux/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  
linux/repos/staging-x86_64/0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch
(from rev 315874, 
linux/trunk/0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch)
  linux/repos/staging-x86_64/60-linux.hook
(from rev 315874, linux/trunk/60-linux.hook)
  linux/repos/staging-x86_64/90-linux.hook
(from rev 315874, linux/trunk/90-linux.hook)
  linux/repos/staging-x86_64/PKGBUILD
(from rev 315874, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config
(from rev 315874, linux/trunk/config)
  linux/repos/staging-x86_64/linux.install
(from rev 315874, linux/trunk/linux.install)
  linux/repos/staging-x86_64/linux.preset
(from rev 315874, linux/trunk/linux.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  103 
 0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch |   42 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  239 
 config  | 9527 
++
 linux.install   |   10 
 linux.preset|   14 
 8 files changed, 9958 insertions(+)

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


[arch-commits] Commit in linux-zen/repos/testing-x86_64 (12 files)

2018-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 5, 2018 @ 00:12:02
  Author: heftig
Revision: 315874

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/60-linux.hook
(from rev 315873, linux-zen/trunk/60-linux.hook)
  linux-zen/repos/testing-x86_64/90-linux.hook
(from rev 315873, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 315873, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 315873, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 315873, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 315873, linux-zen/trunk/linux.preset)
Deleted:
  linux-zen/repos/testing-x86_64/60-linux.hook
  linux-zen/repos/testing-x86_64/90-linux.hook
  linux-zen/repos/testing-x86_64/PKGBUILD
  linux-zen/repos/testing-x86_64/config
  linux-zen/repos/testing-x86_64/linux.install
  linux-zen/repos/testing-x86_64/linux.preset

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  476 -
 config|19132 
 linux.install |   20 
 linux.preset  |   28 
 6 files changed, 9851 insertions(+), 9851 deletions(-)

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


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

2018-02-04 Thread Morten Linderud via arch-commits
Date: Sunday, February 4, 2018 @ 23:58:39
  Author: foxboron
Revision: 289074

upgpkg: jgmenu 0.8-2

Added jgmenu to community

Modified:
  jgmenu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-04 23:57:24 UTC (rev 289073)
+++ PKGBUILD2018-02-04 23:58:39 UTC (rev 289074)
@@ -3,7 +3,7 @@
 
 pkgname=jgmenu
 pkgver=0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Small X11 menu intended to be used with openbox and tint2"
 arch=('i686' 'x86_64')
 url="http://www.github.com/johanmalm/jgmenu;


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

2018-02-04 Thread Morten Linderud via arch-commits
Date: Sunday, February 4, 2018 @ 23:58:56
  Author: foxboron
Revision: 289075

archrelease: copy trunk to community-x86_64

Added:
  jgmenu/repos/community-x86_64/
  jgmenu/repos/community-x86_64/PKGBUILD
(from rev 289074, jgmenu/trunk/PKGBUILD)

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

Copied: jgmenu/repos/community-x86_64/PKGBUILD (from rev 289074, 
jgmenu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-02-04 23:58:56 UTC (rev 289075)
@@ -0,0 +1,23 @@
+# Maintainer: Mortne Linderu 
+# Contributor: Johan Malm 
+
+pkgname=jgmenu
+pkgver=0.8
+pkgrel=2
+pkgdesc="Small X11 menu intended to be used with openbox and tint2"
+arch=('i686' 'x86_64')
+url="http://www.github.com/johanmalm/jgmenu;
+license=('GPL')
+depends=('libx11' 'cairo' 'pango' 'libxinerama' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
+source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz;)
+sha256sums=('9ab2bbaa5b65d27961872c25a1cdda2486842455f49030612e6ac9e46df4cae1')
+
+build() {
+   cd "$pkgname-$pkgver"
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" prefix=/usr install
+}


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

2018-02-04 Thread Morten Linderud via arch-commits
Date: Sunday, February 4, 2018 @ 23:57:24
  Author: foxboron
Revision: 289073

Added jgmenu to community

Added:
  jgmenu/
  jgmenu/repos/
  jgmenu/trunk/
  jgmenu/trunk/PKGBUILD

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

Added: jgmenu/trunk/PKGBUILD
===
--- jgmenu/trunk/PKGBUILD   (rev 0)
+++ jgmenu/trunk/PKGBUILD   2018-02-04 23:57:24 UTC (rev 289073)
@@ -0,0 +1,23 @@
+# Maintainer: Mortne Linderu 
+# Contributor: Johan Malm 
+
+pkgname=jgmenu
+pkgver=0.8
+pkgrel=1
+pkgdesc="Small X11 menu intended to be used with openbox and tint2"
+arch=('i686' 'x86_64')
+url="http://www.github.com/johanmalm/jgmenu;
+license=('GPL')
+depends=('libx11' 'cairo' 'pango' 'libxinerama' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
+source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz;)
+sha256sums=('9ab2bbaa5b65d27961872c25a1cdda2486842455f49030612e6ac9e46df4cae1')
+
+build() {
+   cd "$pkgname-$pkgver"
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" prefix=/usr install
+}


[arch-commits] Commit in linux-zen/trunk (PKGBUILD config)

2018-02-04 Thread Jan Steffens via arch-commits
Date: Sunday, February 4, 2018 @ 23:56:57
  Author: heftig
Revision: 315873

4.15.1-2

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config

--+
 PKGBUILD |4 ++--
 config   |6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-04 23:56:53 UTC (rev 315872)
+++ PKGBUILD2018-02-04 23:56:57 UTC (rev 315873)
@@ -8,7 +8,7 @@
 _srcname=linux-4.15
 _zenpatch=zen-4.15.1-055cf9dd86d188d8a929228794a7695210231580.diff
 pkgver=4.15.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
 license=('GPL2')
@@ -34,7 +34,7 @@
 'SKIP'
 '4184278fd05b8b1f405591459d7a1dc073589f2dfb15d8fdf7a23c6fad4ff8cd'
 'SKIP'
-'1d66844a347c9910600648258eeca15b50001c4b3f8224fdac271a3c6814624e'
+'9a27fb469cbdd6ac93b19b626bec9e113b94ca2b7cf1fcfd3a29a5c627b8f395'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2018-02-04 23:56:53 UTC (rev 315872)
+++ config  2018-02-04 23:56:57 UTC (rev 315873)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.15.0-1 Kernel Configuration
+# Linux/x86 4.15.1-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -878,8 +878,8 @@
 # CONFIG_PCIEAER_INJECT is not set
 CONFIG_PCIEASPM=y
 # CONFIG_PCIEASPM_DEBUG is not set
-# CONFIG_PCIEASPM_DEFAULT is not set
-CONFIG_PCIEASPM_POWERSAVE=y
+CONFIG_PCIEASPM_DEFAULT=y
+# CONFIG_PCIEASPM_POWERSAVE is not set
 # CONFIG_PCIEASPM_POWER_SUPERSAVE is not set
 # CONFIG_PCIEASPM_PERFORMANCE is not set
 CONFIG_PCIE_PME=y


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

2018-02-04 Thread Jan Steffens via arch-commits
Date: Sunday, February 4, 2018 @ 23:56:53
  Author: heftig
Revision: 315872

4.15.1-2

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

--+
 PKGBUILD |4 ++--
 config   |6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-04 21:42:05 UTC (rev 315871)
+++ PKGBUILD2018-02-04 23:56:53 UTC (rev 315872)
@@ -6,7 +6,7 @@
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.15
 pkgver=4.15.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://www.kernel.org/;
 license=('GPL2')
@@ -30,7 +30,7 @@
 'SKIP'
 '202a0a34f221ae335de096c292927d7a7d4bcdbc2dd46d43b8a5f6420f95a0cf'
 'SKIP'
-'991672fadc4b0346a4cede2cd51e6c8760cde996780e56f7e372d1d5ab66fb3a'
+'76fdf8b3a2451cb38ec5b66cd266d5b2411353bc5e7a9d3bdefc7cf113b32e5c'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'

Modified: config
===
--- config  2018-02-04 21:42:05 UTC (rev 315871)
+++ config  2018-02-04 23:56:53 UTC (rev 315872)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.15.0-1 Kernel Configuration
+# Linux/x86 4.15.1-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -850,8 +850,8 @@
 # CONFIG_PCIEAER_INJECT is not set
 CONFIG_PCIEASPM=y
 # CONFIG_PCIEASPM_DEBUG is not set
-# CONFIG_PCIEASPM_DEFAULT is not set
-CONFIG_PCIEASPM_POWERSAVE=y
+CONFIG_PCIEASPM_DEFAULT=y
+# CONFIG_PCIEASPM_POWERSAVE is not set
 # CONFIG_PCIEASPM_POWER_SUPERSAVE is not set
 # CONFIG_PCIEASPM_PERFORMANCE is not set
 CONFIG_PCIE_PME=y


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

2018-02-04 Thread Baptiste Jonglez via arch-commits
Date: Sunday, February 4, 2018 @ 23:10:26
  Author: zorun
Revision: 289071

upgpkg: yaml-cpp 0.6.1-2

Don't build and install tests, avoids file conflicts (FS#57361)

Modified:
  yaml-cpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-04 20:08:57 UTC (rev 289070)
+++ PKGBUILD2018-02-04 23:10:26 UTC (rev 289071)
@@ -4,7 +4,7 @@
 
 pkgname=yaml-cpp
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
 url="https://github.com/jbeder/yaml-cpp;
 arch=('x86_64')
@@ -17,7 +17,7 @@
 build() {
 cd yaml-cpp-yaml-cpp-$pkgver
 
-cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON 
-DYAML_CPP_BUILD_TESTS=OFF
 make
 }
 


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

2018-02-04 Thread Baptiste Jonglez via arch-commits
Date: Sunday, February 4, 2018 @ 23:10:38
  Author: zorun
Revision: 289072

archrelease: copy trunk to community-x86_64

Added:
  yaml-cpp/repos/community-x86_64/PKGBUILD
(from rev 289071, yaml-cpp/trunk/PKGBUILD)
Deleted:
  yaml-cpp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-04 23:10:26 UTC (rev 289071)
+++ PKGBUILD2018-02-04 23:10:38 UTC (rev 289072)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Markus Martin 
-
-pkgname=yaml-cpp
-pkgver=0.6.1
-pkgrel=1
-pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
-url="https://github.com/jbeder/yaml-cpp;
-arch=('x86_64')
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cmake')
-source=(https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-${pkgver}.tar.gz)
-sha512sums=('606482d1d38c6747e22604a24c119adb4b70287da7deadb94cc20d70df47122f1714ec9bfc8f566ecf075b94d48771df17430c50039cb984bdf1980f3b445791')
-
-build() {
-cd yaml-cpp-yaml-cpp-$pkgver
-
-cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
-make
-}
-
-package() {
-cd yaml-cpp-yaml-cpp-$pkgver
-
-make DESTDIR=$pkgdir install
-
-install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: yaml-cpp/repos/community-x86_64/PKGBUILD (from rev 289071, 
yaml-cpp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-04 23:10:38 UTC (rev 289072)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Markus Martin 
+
+pkgname=yaml-cpp
+pkgver=0.6.1
+pkgrel=2
+pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
+url="https://github.com/jbeder/yaml-cpp;
+arch=('x86_64')
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=(https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-${pkgver}.tar.gz)
+sha512sums=('606482d1d38c6747e22604a24c119adb4b70287da7deadb94cc20d70df47122f1714ec9bfc8f566ecf075b94d48771df17430c50039cb984bdf1980f3b445791')
+
+build() {
+cd yaml-cpp-yaml-cpp-$pkgver
+
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON 
-DYAML_CPP_BUILD_TESTS=OFF
+make
+}
+
+package() {
+cd yaml-cpp-yaml-cpp-$pkgver
+
+make DESTDIR=$pkgdir install
+
+install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-02-04 Thread Antonio Rojas via arch-commits
Date: Sunday, February 4, 2018 @ 21:42:05
  Author: arojas
Revision: 315871

archrelease: copy trunk to extra-x86_64

Added:
  konsole/repos/extra-x86_64/PKGBUILD
(from rev 315870, konsole/trunk/PKGBUILD)
Deleted:
  konsole/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-04 21:41:33 UTC (rev 315870)
+++ PKGBUILD2018-02-04 21:42:05 UTC (rev 315871)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=konsole
-pkgver=17.12.1
-pkgrel=1
-arch=(x86_64)
-url='https://kde.org/applications/system/konsole/'
-pkgdesc="KDE's terminal emulator"
-license=(GPL LGPL FDL)
-groups=(kde-applications kdebase)
-depends=(knotifyconfig kpty kparts kinit)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('keditbookmarks: to manage bookmarks')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('806008fb4337e6dd1041057609cbabe151ee1c31c12e27000fb72c4caa2a0d4d'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: konsole/repos/extra-x86_64/PKGBUILD (from rev 315870, 
konsole/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-04 21:42:05 UTC (rev 315871)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=konsole
+pkgver=17.12.1
+pkgrel=2
+arch=(x86_64)
+url='https://kde.org/applications/system/konsole/'
+pkgdesc="KDE's terminal emulator"
+license=(GPL LGPL FDL)
+groups=(kde-applications kdebase)
+depends=(knotifyconfig kpty kparts kinit)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('keditbookmarks: to manage bookmarks')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-384620.patch::"https://cgit.kde.org/konsole.git/patch/?id=b8a2f0cf;)
+sha256sums=('806008fb4337e6dd1041057609cbabe151ee1c31c12e27000fb72c4caa2a0d4d'
+'SKIP'
+'dfbc53016665dd9681addc5c110952c2430de5a92f2bf9bfd1c893f3b3720158')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-384620.patch # Add support for ECMA-48 REP
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-02-04 Thread Antonio Rojas via arch-commits
Date: Sunday, February 4, 2018 @ 21:41:33
  Author: arojas
Revision: 315870

Add support for ECMA-48 REP (FS#55322)

Modified:
  konsole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-04 21:18:44 UTC (rev 315869)
+++ PKGBUILD2018-02-04 21:41:33 UTC (rev 315870)
@@ -5,7 +5,7 @@
 
 pkgname=konsole
 pkgver=17.12.1
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://kde.org/applications/system/konsole/'
 pkgdesc="KDE's terminal emulator"
@@ -14,14 +14,19 @@
 depends=(knotifyconfig kpty kparts kinit)
 makedepends=(extra-cmake-modules kdoctools python)
 optdepends=('keditbookmarks: to manage bookmarks')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-384620.patch::"https://cgit.kde.org/konsole.git/patch/?id=b8a2f0cf;)
 sha256sums=('806008fb4337e6dd1041057609cbabe151ee1c31c12e27000fb72c4caa2a0d4d'
-'SKIP')
+'SKIP'
+'dfbc53016665dd9681addc5c110952c2430de5a92f2bf9bfd1c893f3b3720158')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-384620.patch # Add support for ECMA-48 REP
 }
 
 build() {


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

2018-02-04 Thread Andreas Radke via arch-commits
Date: Sunday, February 4, 2018 @ 21:18:25
  Author: andyrtr
Revision: 315868

upgpkg: man-pages 4.15-1

upstream update 4.15

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-04 21:15:34 UTC (rev 315867)
+++ PKGBUILD2018-02-04 21:18:25 UTC (rev 315868)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=4.14
+pkgver=4.15
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -14,7 +14,7 @@
 
source=(https://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.{xz,sign})
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
-sha256sums=('3052b87898c313c089848a913e5cf44a0565cc4d21d94119ef6586d971f5c971'
+sha256sums=('ce707f2a28ee49496595af163d0cac24a9b7b88ab9aa5e5057abaa3d03cec106'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


[arch-commits] Commit in man-pages/repos (testing-any testing-any/PKGBUILD)

2018-02-04 Thread Andreas Radke via arch-commits
Date: Sunday, February 4, 2018 @ 21:18:44
  Author: andyrtr
Revision: 315869

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 315868, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 315868, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-02-04 21:18:44 UTC (rev 315869)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=man-pages
+pkgver=4.15
+_posixver=2013-a
+pkgrel=1
+pkgdesc="Linux man pages"
+arch=('any')
+license=('GPL' 'custom')
+url="http://man7.org/linux/man-pages/index.html;
+groups=('base')
+depends=()
+source=(https://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
+
https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.{xz,sign})
+# https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
+sha256sums=('ce707f2a28ee49496595af163d0cac24a9b7b88ab9aa5e5057abaa3d03cec106'
+'SKIP'
+'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
+'SKIP')
+validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) 
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i "/^\.so /s/man${sect}p/man$sect/" 
"${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/*
+mv -iv "${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/* 
"${srcdir}/$pkgname-$pkgver/man$sect/"
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+  
+  # posix pages have a custom license
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT"
+  
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+  # this is included in attr
+  rm -f man5/attr.5 
+  # this is included in lirc
+  rm -f man4/lirc.4
+  # included in keyutils
+  rm -f 
man7/{keyrings.7,persistent-keyring.7,process-keyring.7,session-keyring.7,thread-keyring.7,user-keyring.7,user-session-keyring.7}
+}


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

2018-02-04 Thread Andreas Radke via arch-commits
Date: Sunday, February 4, 2018 @ 21:14:50
  Author: andyrtr
Revision: 315866

archrelease: copy trunk to testing-x86_64

Added:
  man-db/repos/testing-x86_64/
  man-db/repos/testing-x86_64/PKGBUILD
(from rev 315865, man-db/trunk/PKGBUILD)
  man-db/repos/testing-x86_64/convert-mans
(from rev 315865, man-db/trunk/convert-mans)
  man-db/repos/testing-x86_64/man-db.install
(from rev 315865, man-db/trunk/man-db.install)
  man-db/repos/testing-x86_64/man-db.service
(from rev 315865, man-db/trunk/man-db.service)
  man-db/repos/testing-x86_64/man-db.timer
(from rev 315865, man-db/trunk/man-db.timer)

+
 PKGBUILD   |   66 +++
 convert-mans   |   11 +
 man-db.install |   11 +
 man-db.service |   12 ++
 man-db.timer   |7 +
 5 files changed, 107 insertions(+)

Copied: man-db/repos/testing-x86_64/PKGBUILD (from rev 315865, 
man-db/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-04 21:14:50 UTC (rev 315866)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Sergej Pupykin 
+
+pkgname=man-db
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="A utility for reading man pages"
+arch=('x86_64')
+url="http://www.nongnu.org/man-db/;
+license=('GPL' 'LGPL')
+groups=('base')
+depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline' 'less' 'libseccomp')
+makedepends=('po4a')
+optdepends=('gzip')
+backup=('etc/man_db.conf')
+conflicts=('man')
+provides=('man')
+replaces=('man')
+install=${pkgname}.install
+source=(https://download-mirror.savannah.gnu.org/releases/man-db/$pkgname-$pkgver.tar.xz{,.sig}
+convert-mans
+man-db.{timer,service})
+sha512sums=('06f52ecd6e7ced858a32117ea4be3ed5fc3d4428cb810d31b85dd75556e999f5badc6eb81f642b56afe2a697462ccca9fd8cc5ecfbd40f132d5a74f84f316d39'
+'SKIP'
+
'0b159285da20008f0fc0afb21f1eaebd39e8df5b0594880aa0e8a913b656608b8d16bb8d279d9e62d7aae52f62cb9b2fc49e237c6711f4a5170972b38d345535'
+
'2ed529500fbe18ba00ac7a6fc4c9da59e396464afb256db33f462b1127e497916602370e65e485c8d788c839f5b1b1130028502f61e1cc9ec8571ad6dd993738'
+
'76f8d51866418b612a72deaf3b07134d416a6d014dd3883fa78e08683c6b08553f483a4384ac87da25ac9896faa4807842fc69c42950cefe3c1c0590883aa600')
+validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--with-db=gdbm \
+--disable-setuid \
+--enable-cache-owner=root \
+--enable-mandirs=GNU \
+--with-sections="1 n l 8 3 0 2 5 4 9 6 7"
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # part of groff pkg
+  rm -f ${pkgdir}/usr/bin/zsoelim
+
+  # script from LFS to convert manpages, see
+  # http://www.linuxfromscratch.org/lfs/view/6.4/chapter06/man-db.html
+  install -D -m755 ${srcdir}/convert-mans  ${pkgdir}/usr/bin/convert-mans
+
+  # install man-db update timer
+  install -D -m644 ${srcdir}/man-db.timer 
${pkgdir}/usr/lib/systemd/system/man-db.timer
+  install -D -m644 ${srcdir}/man-db.service 
${pkgdir}/usr/lib/systemd/system/man-db.service
+  install -d -m755 ${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
+  ln -s ../man-db.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/man-db.timer
+}

Copied: man-db/repos/testing-x86_64/convert-mans (from rev 315865, 
man-db/trunk/convert-mans)
===
--- testing-x86_64/convert-mans (rev 0)
+++ testing-x86_64/convert-mans 2018-02-04 21:14:50 UTC (rev 315866)
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+FROM="$1"
+TO="$2"
+shift ; shift
+while [ $# -gt 0 ]
+do
+FILE="$1"
+shift
+iconv -f "$FROM" -t "$TO" "$FILE" >.tmp.iconv
+mv .tmp.iconv "$FILE"
+done

Copied: man-db/repos/testing-x86_64/man-db.install (from rev 315865, 
man-db/trunk/man-db.install)
===
--- testing-x86_64/man-db.install   (rev 0)
+++ testing-x86_64/man-db.install   2018-02-04 21:14:50 UTC (rev 315866)
@@ -0,0 +1,11 @@
+post_upgrade() {
+  # force database rebuild as recommended per upstream
+  if [ "`vercmp $2 2.7.0`" -lt 0 ]; then
+ echo "(re)building database..."
+ mandb -c --quiet
+  fi
+}
+
+post_remove() {
+  rm -rf /var/cache/man
+}

Copied: man-db/repos/testing-x86_64/man-db.service (from rev 315865, 
man-db/trunk/man-db.service)
===
--- testing-x86_64/man-db.service   (rev 0)
+++ 

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

2018-02-04 Thread Andreas Radke via arch-commits
Date: Sunday, February 4, 2018 @ 21:14:28
  Author: andyrtr
Revision: 315865

upgpkg: man-db 2.8.0-1

upstream update 2.8.0

Modified:
  man-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-04 18:57:38 UTC (rev 315864)
+++ PKGBUILD2018-02-04 21:14:28 UTC (rev 315865)
@@ -3,14 +3,14 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=man-db
-pkgver=2.7.6.1
-pkgrel=3
+pkgver=2.8.0
+pkgrel=1
 pkgdesc="A utility for reading man pages"
 arch=('x86_64')
 url="http://www.nongnu.org/man-db/;
 license=('GPL' 'LGPL')
 groups=('base')
-depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline' 'less')
+depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline' 'less' 'libseccomp')
 makedepends=('po4a')
 optdepends=('gzip')
 backup=('etc/man_db.conf')
@@ -21,7 +21,7 @@
 
source=(https://download-mirror.savannah.gnu.org/releases/man-db/$pkgname-$pkgver.tar.xz{,.sig}
 convert-mans
 man-db.{timer,service})
-sha512sums=('623c5e7f8b7c289908b2c926f8777293b8d39aeceef0d2509d701a8b0bfa81408650f655c8608318221786c751a79ee91124b07993de5298cd7fa6d8bb737301'
+sha512sums=('06f52ecd6e7ced858a32117ea4be3ed5fc3d4428cb810d31b85dd75556e999f5badc6eb81f642b56afe2a697462ccca9fd8cc5ecfbd40f132d5a74f84f316d39'
 'SKIP'
 
'0b159285da20008f0fc0afb21f1eaebd39e8df5b0594880aa0e8a913b656608b8d16bb8d279d9e62d7aae52f62cb9b2fc49e237c6711f4a5170972b38d345535'
 
'2ed529500fbe18ba00ac7a6fc4c9da59e396464afb256db33f462b1127e497916602370e65e485c8d788c839f5b1b1130028502f61e1cc9ec8571ad6dd993738'
@@ -28,13 +28,6 @@
 
'76f8d51866418b612a72deaf3b07134d416a6d014dd3883fa78e08683c6b08553f483a4384ac87da25ac9896faa4807842fc69c42950cefe3c1c0590883aa600')
 validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson 

 
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # fix group in systemd tempfile
-  sed -i 's/man\ man/root\ root/' init/systemd/man-db.conf
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \


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

2018-02-04 Thread Fabio Castelli via arch-commits
Date: Sunday, February 4, 2018 @ 20:08:57
  Author: muflone
Revision: 289070

archrelease: copy trunk to community-testing-x86_64

Added:
  sweethome3d/repos/community-testing-x86_64/
  sweethome3d/repos/community-testing-x86_64/PKGBUILD
(from rev 289069, sweethome3d/trunk/PKGBUILD)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.desktop
(from rev 289069, sweethome3d/trunk/sweethome3d.desktop)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.install
(from rev 289069, sweethome3d/trunk/sweethome3d.install)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.sh
(from rev 289069, sweethome3d/trunk/sweethome3d.sh)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.xml
(from rev 289069, sweethome3d/trunk/sweethome3d.xml)

-+
 PKGBUILD|   54 ++
 sweethome3d.desktop |   11 ++
 sweethome3d.install |   10 +
 sweethome3d.sh  |   44 
 4 files changed, 119 insertions(+)

Copied: sweethome3d/repos/community-testing-x86_64/PKGBUILD (from rev 289069, 
sweethome3d/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-02-04 20:08:57 UTC (rev 289070)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: jsteel 
+# Contributor: Daniel YC Lin 
+# Contributor: Tdy  
+# Contributor: Biginoz 
+# Contributor: Archan Paul 
+
+pkgname=sweethome3d
+pkgver=5.7
+pkgrel=1
+pkgdesc="An interior design application to draw the plan of your house in a 3D 
environment"
+arch=('x86_64')
+url="http://www.sweethome3d.com/;
+license=('GPL' 'custom')
+depends=('java-runtime>=8' 'shared-mime-info' 'desktop-file-utils' 'libxext' 
'libgl' 'libxrender')
+source=("SweetHome3D-${pkgver}-linux-x64.tgz"::"http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}-linux-x64.tgz;
+"${pkgname}.sh"
+"${pkgname}.desktop"
+"${pkgname}.xml")
+sha256sums=('e6912b03e4c0ac990c10995d0d29a82c089021b2446ca16517650a3214f096ff'
+'c1a76d4131ddf04375bab3e98d646543b4967af623a6aee0e19bac7d40d7ecef'
+'5eea3337d956d773b05ddef69fe9d34b940ff550370dc92bf307f1b9a3957f9e'
+'ec0ad1a0671f708af68ced46bec1f4ab377e24ca1a0a9984867ee5fe484f57c5')
+install="${pkgname}.install"
+
+package() {
+  # Desktop and launchers
+  cd "${srcdir}"
+  install -m 755 -D "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
+  install -m 755 -D "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -m 644 -D "${pkgname}.xml" 
"${pkgdir}/usr/share/mime/packages/${pkgname}.xml"
+  # Install licenses
+  cd "SweetHome3D-${pkgver}"
+  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m 755 -t "${pkgdir}/usr/share/licenses/${pkgname}" 
THIRDPARTY-LICENSE-*
+  # Install icon
+  install -m 644 -D "SweetHome3DIcon.png" 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+  # Install javaws.jar from jre8
+  install -m 755 -d "${pkgdir}/usr/share/java/${pkgname}"
+  install -m 644 -t "${pkgdir}/usr/share/java/${pkgname}" jre8/lib/javaws.jar
+  # Install main program and libraries
+  cd "lib"
+  install -m 644 -t "${pkgdir}/usr/share/java/${pkgname}" *.jar
+  # Java3D 1.5 libraries
+  install -m 755 -d "${pkgdir}/usr/lib/${pkgname}/java3d-1.5"
+  mv -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.5" \
+
"${pkgdir}"/usr/share/java/${pkgname}/{j3dcore.jar,j3dutils.jar,vecmath.jar}
+  install -m 755 -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.5" libj3dcore-ogl.so
+  # Java3D 1.6 libraries
+  install -m 755 -d "${pkgdir}/usr/lib/${pkgname}/java3d-1.6"
+  install -m 644 -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.6" java3d-1.6/*.jar
+  install -m 755 -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.6" java3d-1.6/*.so
+}

Copied: sweethome3d/repos/community-testing-x86_64/sweethome3d.desktop (from 
rev 289069, sweethome3d/trunk/sweethome3d.desktop)
===
--- community-testing-x86_64/sweethome3d.desktop
(rev 0)
+++ community-testing-x86_64/sweethome3d.desktop2018-02-04 20:08:57 UTC 
(rev 289070)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Sweet Home 3D
+Comment=An interior design application
+TryExec=sweethome3d
+Exec=sweethome3d %f
+Icon=sweethome3d
+Categories=Office;Java;
+StartupWMClass=com-eteks-sweethome3d-SweetHome3D
+MimeType=application/x-sweethome3d

Copied: sweethome3d/repos/community-testing-x86_64/sweethome3d.install (from 
rev 289069, sweethome3d/trunk/sweethome3d.install)
===
--- community-testing-x86_64/sweethome3d.install
(rev 0)
+++ 

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

2018-02-04 Thread Fabio Castelli via arch-commits
Date: Sunday, February 4, 2018 @ 20:08:31
  Author: muflone
Revision: 289069

upgpkg: sweethome3d 5.7-1

Modified:
  sweethome3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-04 20:00:39 UTC (rev 289068)
+++ PKGBUILD2018-02-04 20:08:31 UTC (rev 289069)
@@ -7,7 +7,7 @@
 # Contributor: Archan Paul 
 
 pkgname=sweethome3d
-pkgver=5.6
+pkgver=5.7
 pkgrel=1
 pkgdesc="An interior design application to draw the plan of your house in a 3D 
environment"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 "${pkgname}.sh"
 "${pkgname}.desktop"
 "${pkgname}.xml")
-sha256sums=('22e5c985ee881775fa4de305dbd7299f7e278c54a93db807b416be920fed5388'
+sha256sums=('e6912b03e4c0ac990c10995d0d29a82c089021b2446ca16517650a3214f096ff'
 'c1a76d4131ddf04375bab3e98d646543b4967af623a6aee0e19bac7d40d7ecef'
 '5eea3337d956d773b05ddef69fe9d34b940ff550370dc92bf307f1b9a3957f9e'
 'ec0ad1a0671f708af68ced46bec1f4ab377e24ca1a0a9984867ee5fe484f57c5')


[arch-commits] Commit in vdirsyncer/repos (5 files)

2018-02-04 Thread David Runge via arch-commits
Date: Sunday, February 4, 2018 @ 20:00:39
  Author: dvzrv
Revision: 289068

archrelease: copy trunk to community-testing-any

Added:
  vdirsyncer/repos/community-testing-any/
  vdirsyncer/repos/community-testing-any/PKGBUILD
(from rev 289067, vdirsyncer/trunk/PKGBUILD)
  vdirsyncer/repos/community-testing-any/remove-broken-test.diff
(from rev 289067, vdirsyncer/trunk/remove-broken-test.diff)
  vdirsyncer/repos/community-testing-any/vdirsyncer.service
(from rev 289067, vdirsyncer/trunk/vdirsyncer.service)
  vdirsyncer/repos/community-testing-any/vdirsyncer.timer
(from rev 289067, vdirsyncer/trunk/vdirsyncer.timer)

-+
 PKGBUILD|   60 ++
 remove-broken-test.diff |   23 +
 vdirsyncer.service  |7 +
 vdirsyncer.timer|   10 +++
 4 files changed, 100 insertions(+)

Copied: vdirsyncer/repos/community-testing-any/PKGBUILD (from rev 289067, 
vdirsyncer/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-02-04 20:00:39 UTC (rev 289068)
@@ -0,0 +1,60 @@
+# Maintainer: David Runge 
+# Contributor: Hugo Osvaldo Barrera 
+
+pkgname=vdirsyncer
+pkgver=0.16.3
+pkgrel=2
+pkgdesc="Synchronize CalDAV and CardDAV."
+arch=('any')
+url="https://vdirsyncer.readthedocs.org/;
+license=('BSD')
+depends=('python-click' 'python-setuptools' 'python-requests-toolbelt'
+'python-atomicwrites' 'python-click-threading' 'python-click-log')
+makedepends=('python-setuptools-scm')
+optdepends=('python-requests-oauthlib: Google support'
+'python-etesync: Etesync support')
+checkdepends=('python-pytest' 'python-wsgi-intercept' 'radicale'
+'python-pytest-xprocess' 'python-pytest-localserver' 'python-hypothesis'
+'python-pytest-subtesthack')
+source=("${pkgname}-${pkgver}.tar.gz::https://pypi.io/packages/source/v/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'remove-broken-test.diff'
+
"https://raw.githubusercontent.com/pimutils/${pkgname}/${pkgver}/contrib/${pkgname}.service;
+
"https://raw.githubusercontent.com/pimutils/${pkgname}/${pkgver}/contrib/${pkgname}.timer;)
+sha512sums=('8f71cc71527d68836405722b4be03695b9010f72729c1c9b6d016bcf6821628a26297ff2d3a45047910618d570566e00edefccc428d29ba9fc9033caddff'
+
'5875127cf637bdefda4e733edb03e4455cde44e368183b289788343961c536e6bf8c8332f17e46ace2c3c662857cab20a79abe6b366d77e92f0aab80f5198d07'
+
'f0d1f9755b21358b0371d94cb0d2f1fc12b8dc095d2536c7fc9025906d666ec33b85b3a3924b16a3311dc81e136e0790d50f84c7c8f9f65aaed80613fa69d066'
+
'ac2656edc5ad39dbdc31a71117d98bfdc4ab5001729fc6a76f54e1e34ff81192f29e6162b2f8e429a5e02b8842fe1f2f51b00e84637eda53ba1448b8f08c6b80')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/remove-broken-test.diff"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+#  make DETERMINISTIC_TESTS=true test
+  make test
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" -vDm644 
{AUTHORS,CHANGELOG,README}.rst
+  install -vDm644 "${srcdir}/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
+  install -vDm644 "${srcdir}/${pkgname}.timer" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.timer"
+}
+

Copied: vdirsyncer/repos/community-testing-any/remove-broken-test.diff (from 
rev 289067, vdirsyncer/trunk/remove-broken-test.diff)
===
--- community-testing-any/remove-broken-test.diff   
(rev 0)
+++ community-testing-any/remove-broken-test.diff   2018-02-04 20:00:39 UTC 
(rev 289068)
@@ -0,0 +1,23 @@
+diff -ruN vdirsyncer-0.16.3-a/tests/storage/__init__.py 
vdirsyncer-0.16.3-b/tests/storage/__init__.py
+--- vdirsyncer-0.16.3-a/tests/storage/__init__.py  2017-10-03 
10:50:44.0 +0200
 vdirsyncer-0.16.3-b/tests/storage/__init__.py  2018-02-04 
20:48:29.051827826 +0100
+@@ -297,19 +297,6 @@
+ assert rv == x
+ assert isinstance(rv, str)
+ 
+-@given(value=st.one_of(
+-st.none(),
+-printable_characters_strategy.filter(lambda x: x.strip() != x)
+-))
+-def test_metadata_normalization(self, requires_metadata, s, value):
+-x = s.get_meta('displayname')
+-assert x == normalize_meta_value(x)
+-
+-if not getattr(self, 'dav_server', None):
+-# ownCloud replaces "" with "unnamed"
+-s.set_meta('displayname', value)
+- 

[arch-commits] Commit in (7 files)

2018-02-04 Thread David Runge via arch-commits
Date: Sunday, February 4, 2018 @ 19:57:03
  Author: dvzrv
Revision: 289067

Adding vdirsyncer 0.16.3 from AUR.

Added:
  vdirsyncer/
  vdirsyncer/repos/
  vdirsyncer/trunk/
  vdirsyncer/trunk/PKGBUILD
  vdirsyncer/trunk/remove-broken-test.diff
  vdirsyncer/trunk/vdirsyncer.service
  vdirsyncer/trunk/vdirsyncer.timer

-+
 PKGBUILD|   60 ++
 remove-broken-test.diff |   23 +
 vdirsyncer.service  |7 +
 vdirsyncer.timer|   10 +++
 4 files changed, 100 insertions(+)

Added: vdirsyncer/trunk/PKGBUILD
===
--- vdirsyncer/trunk/PKGBUILD   (rev 0)
+++ vdirsyncer/trunk/PKGBUILD   2018-02-04 19:57:03 UTC (rev 289067)
@@ -0,0 +1,60 @@
+# Maintainer: David Runge 
+# Contributor: Hugo Osvaldo Barrera 
+
+pkgname=vdirsyncer
+pkgver=0.16.3
+pkgrel=2
+pkgdesc="Synchronize CalDAV and CardDAV."
+arch=('any')
+url="https://vdirsyncer.readthedocs.org/;
+license=('BSD')
+depends=('python-click' 'python-setuptools' 'python-requests-toolbelt'
+'python-atomicwrites' 'python-click-threading' 'python-click-log')
+makedepends=('python-setuptools-scm')
+optdepends=('python-requests-oauthlib: Google support'
+'python-etesync: Etesync support')
+checkdepends=('python-pytest' 'python-wsgi-intercept' 'radicale'
+'python-pytest-xprocess' 'python-pytest-localserver' 'python-hypothesis'
+'python-pytest-subtesthack')
+source=("${pkgname}-${pkgver}.tar.gz::https://pypi.io/packages/source/v/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'remove-broken-test.diff'
+
"https://raw.githubusercontent.com/pimutils/${pkgname}/${pkgver}/contrib/${pkgname}.service;
+
"https://raw.githubusercontent.com/pimutils/${pkgname}/${pkgver}/contrib/${pkgname}.timer;)
+sha512sums=('8f71cc71527d68836405722b4be03695b9010f72729c1c9b6d016bcf6821628a26297ff2d3a45047910618d570566e00edefccc428d29ba9fc9033caddff'
+
'5875127cf637bdefda4e733edb03e4455cde44e368183b289788343961c536e6bf8c8332f17e46ace2c3c662857cab20a79abe6b366d77e92f0aab80f5198d07'
+
'f0d1f9755b21358b0371d94cb0d2f1fc12b8dc095d2536c7fc9025906d666ec33b85b3a3924b16a3311dc81e136e0790d50f84c7c8f9f65aaed80613fa69d066'
+
'ac2656edc5ad39dbdc31a71117d98bfdc4ab5001729fc6a76f54e1e34ff81192f29e6162b2f8e429a5e02b8842fe1f2f51b00e84637eda53ba1448b8f08c6b80')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/remove-broken-test.diff"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+#  make DETERMINISTIC_TESTS=true test
+  make test
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" -vDm644 
{AUTHORS,CHANGELOG,README}.rst
+  install -vDm644 "${srcdir}/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
+  install -vDm644 "${srcdir}/${pkgname}.timer" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.timer"
+}
+


Property changes on: vdirsyncer/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: vdirsyncer/trunk/remove-broken-test.diff
===
--- vdirsyncer/trunk/remove-broken-test.diff(rev 0)
+++ vdirsyncer/trunk/remove-broken-test.diff2018-02-04 19:57:03 UTC (rev 
289067)
@@ -0,0 +1,23 @@
+diff -ruN vdirsyncer-0.16.3-a/tests/storage/__init__.py 
vdirsyncer-0.16.3-b/tests/storage/__init__.py
+--- vdirsyncer-0.16.3-a/tests/storage/__init__.py  2017-10-03 
10:50:44.0 +0200
 vdirsyncer-0.16.3-b/tests/storage/__init__.py  2018-02-04 
20:48:29.051827826 +0100
+@@ -297,19 +297,6 @@
+ assert rv == x
+ assert isinstance(rv, str)
+ 
+-@given(value=st.one_of(
+-st.none(),
+-printable_characters_strategy.filter(lambda x: x.strip() != x)
+-))
+-def test_metadata_normalization(self, requires_metadata, s, value):
+-x = s.get_meta('displayname')
+-assert x == normalize_meta_value(x)
+-
+-if not getattr(self, 'dav_server', None):
+-# ownCloud replaces "" with "unnamed"
+-s.set_meta('displayname', value)
+-assert s.get_meta('displayname') == normalize_meta_value(value)
+-
+ def test_recurring_events(self, s, item_type):
+ if item_type != 'VEVENT':
+ pytest.skip('This storage instance doesn\'t support iCalendar.')

Added: vdirsyncer/trunk/vdirsyncer.service

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

2018-02-04 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, February 4, 2018 @ 19:52:23
  Author: aginiewicz
Revision: 289066

archrelease: copy trunk to community-any

Added:
  python-requests-file/repos/community-any/PKGBUILD
(from rev 289065, python-requests-file/trunk/PKGBUILD)
Deleted:
  python-requests-file/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-04 19:52:18 UTC (rev 289065)
+++ PKGBUILD2018-02-04 19:52:23 UTC (rev 289066)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: lilydjwg 
-
-pkgbase=python-requests-file
-pkgname=('python2-requests-file' 'python-requests-file')
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="File transport adapter for Requests"
-arch=('any')
-url="https://github.com/dashea/requests-file;
-license=('Apache')
-makedepends=('python-setuptools' 'python-requests' 'python-six'
- 'python2-setuptools' 'python2-requests' 'python2-six')
-source=("https://github.com/dashea/requests-file/archive/${pkgver}.tar.gz;)
-md5sums=('42320dc06b115e2a003b87c86b5c6949')
-
-prepare() {
-  cd "$srcdir"
-  cp -a requests-file-${pkgver} requests-file-py2-${pkgver}
-  cd requests-file-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/requests-file-py2-${pkgver}
-  python2 setup.py build_ext --inplace
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/requests-file-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package_python2-requests-file() {
-  depends=('python2-six' 'python2-requests')
-
-  cd "$srcdir"/requests-file-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
-
-package_python-requests-file() {
-  depends=('python-six' 'python-requests')
-
-  cd "$srcdir"/requests-file-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
-

Copied: python-requests-file/repos/community-any/PKGBUILD (from rev 289065, 
python-requests-file/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-04 19:52:23 UTC (rev 289066)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: lilydjwg 
+
+pkgbase=python-requests-file
+pkgname=('python2-requests-file' 'python-requests-file')
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="File transport adapter for Requests"
+arch=('any')
+url="https://github.com/dashea/requests-file;
+license=('Apache')
+makedepends=('python-setuptools' 'python-requests' 'python-six'
+ 'python2-setuptools' 'python2-requests' 'python2-six')
+source=("https://github.com/dashea/requests-file/archive/${pkgver}.tar.gz;)
+md5sums=('54ec29f29540b43b9b2c8a392dc96abc')
+
+prepare() {
+  cd "$srcdir"
+  cp -a requests-file-${pkgver} requests-file-py2-${pkgver}
+  cd requests-file-py2-${pkgver}
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/requests-file-py2-${pkgver}
+  python2 setup.py build_ext --inplace
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/requests-file-${pkgver}
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package_python2-requests-file() {
+  depends=('python2-six' 'python2-requests')
+
+  cd "$srcdir"/requests-file-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+
+package_python-requests-file() {
+  depends=('python-six' 'python-requests')
+
+  cd "$srcdir"/requests-file-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+


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

2018-02-04 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, February 4, 2018 @ 19:52:18
  Author: aginiewicz
Revision: 289065

upgpkg: python-requests-file 1.4.3-1

python-requests-file: new upstream release

Modified:
  python-requests-file/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-04 19:49:36 UTC (rev 289064)
+++ PKGBUILD2018-02-04 19:52:18 UTC (rev 289065)
@@ -4,7 +4,7 @@
 
 pkgbase=python-requests-file
 pkgname=('python2-requests-file' 'python-requests-file')
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc="File transport adapter for Requests"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python-requests' 'python-six'
  'python2-setuptools' 'python2-requests' 'python2-six')
 source=("https://github.com/dashea/requests-file/archive/${pkgver}.tar.gz;)
-md5sums=('42320dc06b115e2a003b87c86b5c6949')
+md5sums=('54ec29f29540b43b9b2c8a392dc96abc')
 
 prepare() {
   cd "$srcdir"


[arch-commits] Commit in python-pandas-datareader/repos/community-any (2 files)

2018-02-04 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, February 4, 2018 @ 19:49:36
  Author: aginiewicz
Revision: 289064

archrelease: copy trunk to community-any

Added:
  python-pandas-datareader/repos/community-any/PKGBUILD
(from rev 289063, python-pandas-datareader/trunk/PKGBUILD)
Deleted:
  python-pandas-datareader/repos/community-any/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-04 19:49:28 UTC (rev 289063)
+++ PKGBUILD2018-02-04 19:49:36 UTC (rev 289064)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-
-pkgbase=python-pandas-datareader
-pkgname=('python2-pandas-datareader' 'python-pandas-datareader')
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="Data readers extracted from the pandas codebase"
-arch=('any')
-url="https://github.com/pydata/pandas-datareader;
-license=('BSD')
-makedepends=('python-setuptools' 'python-pandas' 'python-requests-file' 
'python-requests-ftp'
- 'python2-setuptools' 'python2-pandas' 'python2-requests-file' 
'python2-requests-ftp')
-source=("https://github.com/pydata/pandas-datareader/archive/v${pkgver}.tar.gz;)
-md5sums=('fcebccd08223348e751b63b4f4c1b681')
-
-prepare() {
-  cd "$srcdir"
-  cp -a pandas-datareader-${pkgver} pandas-datareader-py2-${pkgver}
-  cd pandas-datareader-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/pandas-datareader-py2-${pkgver}
-  python2 setup.py build_ext --inplace
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/pandas-datareader-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package_python2-pandas-datareader() {
-  depends=('python2-pandas' 'python2-requests-file' 'python2-requests-ftp')
-
-  cd "$srcdir"/pandas-datareader-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-pandas-datareader() {
-  depends=('python-pandas' 'python-requests-file' 'python-requests-ftp')
-
-  cd "$srcdir"/pandas-datareader-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-pandas-datareader/repos/community-any/PKGBUILD (from rev 289063, 
python-pandas-datareader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-04 19:49:36 UTC (rev 289064)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgbase=python-pandas-datareader
+pkgname=('python2-pandas-datareader' 'python-pandas-datareader')
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Data readers extracted from the pandas codebase"
+arch=('any')
+url="https://github.com/pydata/pandas-datareader;
+license=('BSD')
+makedepends=('python-setuptools' 'python-pandas' 'python-requests-file' 
'python-requests-ftp'
+ 'python2-setuptools' 'python2-pandas' 'python2-requests-file' 
'python2-requests-ftp')
+source=("https://github.com/pydata/pandas-datareader/archive/v${pkgver}.tar.gz;)
+md5sums=('47109510321acdae48d1760cd52ac11e')
+
+prepare() {
+  cd "$srcdir"
+  cp -a pandas-datareader-${pkgver} pandas-datareader-py2-${pkgver}
+  cd pandas-datareader-py2-${pkgver}
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/pandas-datareader-py2-${pkgver}
+  python2 setup.py build_ext --inplace
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/pandas-datareader-${pkgver}
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package_python2-pandas-datareader() {
+  depends=('python2-pandas' 'python2-requests-file' 'python2-requests-ftp')
+
+  cd "$srcdir"/pandas-datareader-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-pandas-datareader() {
+  depends=('python-pandas' 'python-requests-file' 'python-requests-ftp')
+
+  cd "$srcdir"/pandas-datareader-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2018-02-04 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, February 4, 2018 @ 19:49:28
  Author: aginiewicz
Revision: 289063

upgpkg: python-pandas-datareader 0.6.0-1

python-pandas-datareader: new upstream release

Modified:
  python-pandas-datareader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-04 19:47:43 UTC (rev 289062)
+++ PKGBUILD2018-02-04 19:49:28 UTC (rev 289063)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pandas-datareader
 pkgname=('python2-pandas-datareader' 'python-pandas-datareader')
-pkgver=0.5.0
+pkgver=0.6.0
 pkgrel=1
 pkgdesc="Data readers extracted from the pandas codebase"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python-pandas' 'python-requests-file' 
'python-requests-ftp'
  'python2-setuptools' 'python2-pandas' 'python2-requests-file' 
'python2-requests-ftp')
 
source=("https://github.com/pydata/pandas-datareader/archive/v${pkgver}.tar.gz;)
-md5sums=('fcebccd08223348e751b63b4f4c1b681')
+md5sums=('47109510321acdae48d1760cd52ac11e')
 
 prepare() {
   cd "$srcdir"


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

2018-02-04 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, February 4, 2018 @ 19:47:43
  Author: aginiewicz
Revision: 289062

archrelease: copy trunk to community-any

Added:
  python-openpyxl/repos/community-any/LICENCE
(from rev 289061, python-openpyxl/trunk/LICENCE)
  python-openpyxl/repos/community-any/PKGBUILD
(from rev 289061, python-openpyxl/trunk/PKGBUILD)
Deleted:
  python-openpyxl/repos/community-any/LICENCE
  python-openpyxl/repos/community-any/PKGBUILD

--+
 LICENCE  |   70 -
 PKGBUILD |  126 ++---
 2 files changed, 98 insertions(+), 98 deletions(-)

Deleted: LICENCE
===
--- LICENCE 2018-02-04 19:47:38 UTC (rev 289061)
+++ LICENCE 2018-02-04 19:47:43 UTC (rev 289062)
@@ -1,35 +0,0 @@
-This software is under the MIT Licence
-==
-
-Copyright (c) 2010 openpyxl
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Odict implementation in openpyxl/writer/odict.py uses the following licence:
-
-Copyright (c) 2001-2011 Python Software Foundation
-  2011 Raymond Hettinger
-License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
- See http://www.opensource.org/licenses/Python-2.0 for full terms
-Note: backport changes by Raymond were originally distributed under MIT
-  license, but since the original license for Python is more
-  restrictive than MIT, code cannot be released under its terms and
-  still adheres to the limitations of Python license.
-

Copied: python-openpyxl/repos/community-any/LICENCE (from rev 289061, 
python-openpyxl/trunk/LICENCE)
===
--- LICENCE (rev 0)
+++ LICENCE 2018-02-04 19:47:43 UTC (rev 289062)
@@ -0,0 +1,35 @@
+This software is under the MIT Licence
+==
+
+Copyright (c) 2010 openpyxl
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Odict implementation in openpyxl/writer/odict.py uses the following licence:
+
+Copyright (c) 2001-2011 Python Software Foundation
+  2011 Raymond Hettinger
+License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+ See http://www.opensource.org/licenses/Python-2.0 for full terms
+Note: backport changes by Raymond were originally distributed under MIT
+  license, but since the original license for Python is more
+  restrictive than MIT, code cannot be released under its terms and
+  still adheres to the limitations of Python license.
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-04 19:47:38 UTC (rev 289061)
+++ PKGBUILD2018-02-04 19:47:43 UTC (rev 289062)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Nishit Joseph (reachjlight at gmail dot com)
-# Contributor: Martin Corley 
-

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

2018-02-04 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, February 4, 2018 @ 19:47:38
  Author: aginiewicz
Revision: 289061

upgpkg: python-openpyxl 2.5.0-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-04 19:45:40 UTC (rev 289060)
+++ PKGBUILD2018-02-04 19:47:38 UTC (rev 289061)
@@ -5,8 +5,8 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.4.9
-_pkgtag='2b77055eecb3'
+pkgver=2.5.0
+_pkgtag='ebba397b98d5'
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2;
 "LICENCE")
-md5sums=('50d19140cea6f94bae0bca7776faa1d4'
+md5sums=('26273177a2231ad91d2cab011737b7e7'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


[arch-commits] Commit in python-google-api-python-client/repos/community-any (2 files)

2018-02-04 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, February 4, 2018 @ 19:45:40
  Author: aginiewicz
Revision: 289060

archrelease: copy trunk to community-any

Added:
  python-google-api-python-client/repos/community-any/PKGBUILD
(from rev 289059, python-google-api-python-client/trunk/PKGBUILD)
Deleted:
  python-google-api-python-client/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-04 19:45:34 UTC (rev 289059)
+++ PKGBUILD2018-02-04 19:45:40 UTC (rev 289060)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: shadyabhi 
-
-# TODO: create package for 
https://github.com/GoogleCloudPlatform/google-auth-library-python
-# and make it optional backend together with oauth2client
-
-pkgbase=python-google-api-python-client
-pkgname=('python2-google-api-python-client' 'python-google-api-python-client')
-pkgver=1.6.4
-pkgrel=1
-pkgdesc="Google API Client Library for Python"
-arch=('any')
-url="https://github.com/google/google-api-python-client;
-license=('Apache')
-makedepends=('python2-setuptools' 'python-setuptools' 'python2-httplib2'
- 'python2-oauth2client' 'python2-uritemplate' 'python2-six'
- 'python-httplib2' 'python-oauth2client' 'python-uritemplate'
- 'python-six')
-source=("https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
-md5sums=('63b46dd73512474ac2b0f244c2d7c4d3')
-
-prepare() {
-  cd "$srcdir"
-  cp -a google-api-python-client-${pkgver} 
google-api-python-client-py2-${pkgver}
-  cd google-api-python-client-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  cd "$srcdir/google-api-python-client-$pkgver"
-
-  msg "Building Python2"
-  cd "$srcdir"/google-api-python-client-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/google-api-python-client-${pkgver}
-  python setup.py build
-}
- 
-package_python2-google-api-python-client() {
-  depends=('python2-httplib2' 'python2-oauth2client' 'python2-uritemplate' 
'python2-six')
-  cd "$srcdir/google-api-python-client-py2-$pkgver"
- 
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  # Workaround for FS#47243
-  _site_packages=`python2 -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
-  chmod -R a+r "$pkgdir$_site_packages"
-}
-
-package_python-google-api-python-client() {
-  depends=('python-httplib2' 'python-oauth2client' 'python-uritemplate' 
'python-six')
-  cd "$srcdir/google-api-python-client-$pkgver"
- 
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  # Workaround for FS#47243
-  _site_packages=`python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
-  chmod -R a+r "$pkgdir$_site_packages"
-}
-

Copied: python-google-api-python-client/repos/community-any/PKGBUILD (from rev 
289059, python-google-api-python-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-04 19:45:40 UTC (rev 289060)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: shadyabhi 
+
+# TODO: create package for 
https://github.com/GoogleCloudPlatform/google-auth-library-python
+# and make it optional backend together with oauth2client
+
+pkgbase=python-google-api-python-client
+pkgname=('python2-google-api-python-client' 'python-google-api-python-client')
+pkgver=1.6.5
+pkgrel=1
+pkgdesc="Google API Client Library for Python"
+arch=('any')
+url="https://github.com/google/google-api-python-client;
+license=('Apache')
+makedepends=('python2-setuptools' 'python-setuptools' 'python2-httplib2'
+ 'python2-oauth2client' 'python2-uritemplate' 'python2-six'
+ 'python-httplib2' 'python-oauth2client' 'python-uritemplate'
+ 'python-six')
+source=("https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
+md5sums=('7afc71cec424302587b347847f97da69')
+
+prepare() {
+  cd "$srcdir"
+  cp -a google-api-python-client-${pkgver} 
google-api-python-client-py2-${pkgver}
+  cd google-api-python-client-py2-${pkgver}
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  cd "$srcdir/google-api-python-client-$pkgver"
+
+  msg "Building Python2"
+  cd "$srcdir"/google-api-python-client-py2-${pkgver}
+  python2 

[arch-commits] Commit in python-google-api-python-client/trunk (PKGBUILD)

2018-02-04 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, February 4, 2018 @ 19:45:34
  Author: aginiewicz
Revision: 289059

upgpkg: python-google-api-python-client 1.6.5-1

python-google-api-python-client: new upstream release

Modified:
  python-google-api-python-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-04 19:42:58 UTC (rev 289058)
+++ PKGBUILD2018-02-04 19:45:34 UTC (rev 289059)
@@ -7,7 +7,7 @@
 
 pkgbase=python-google-api-python-client
 pkgname=('python2-google-api-python-client' 'python-google-api-python-client')
-pkgver=1.6.4
+pkgver=1.6.5
 pkgrel=1
 pkgdesc="Google API Client Library for Python"
 arch=('any')
@@ -18,7 +18,7 @@
  'python-httplib2' 'python-oauth2client' 'python-uritemplate'
  'python-six')
 
source=("https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
-md5sums=('63b46dd73512474ac2b0f244c2d7c4d3')
+md5sums=('7afc71cec424302587b347847f97da69')
 
 prepare() {
   cd "$srcdir"


[arch-commits] Commit in python2-backports.lzma/repos/community-x86_64 (2 files)

2018-02-04 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, February 4, 2018 @ 19:42:58
  Author: aginiewicz
Revision: 289058

archrelease: copy trunk to community-x86_64

Added:
  python2-backports.lzma/repos/community-x86_64/PKGBUILD
(from rev 289057, python2-backports.lzma/trunk/PKGBUILD)
Deleted:
  python2-backports.lzma/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-04 19:42:49 UTC (rev 289057)
+++ PKGBUILD2018-02-04 19:42:58 UTC (rev 289058)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Philipp Schmitt 
-
-pkgname=python2-backports.lzma
-pkgver=0.0.8
-pkgrel=1
-pkgdesc="Backport of Python 3.3's 'lzma' module for XZ/LZMA compressed files."
-arch=('x86_64' 'i686')
-url="https://github.com/peterjc/backports.lzma;
-license=('BSD')
-depends=('python2-backports' 'xz')
-makedepends=('python2-setuptools')
-source=("https://github.com/peterjc/backports.lzma/archive/backports.lzma.v${pkgver}.tar.gz;)
-md5sums=('9bf2df4c4ead876f1b4e962f841e8b18')
-
-prepare() {
-  cd "${srcdir}"/backports.lzma-backports.lzma.v$pkgver
-
-  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-$(find "${srcdir}" -name '*.py')
-}
-
-build() {
-  cd "${srcdir}"/backports.lzma-backports.lzma.v$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd "${srcdir}"/backports.lzma-backports.lzma.v$pkgver
-
-  python2 setup.py install --skip-build --prefix=/usr --root="${pkgdir}" 
--optimize=1
-
-  # in python2-backports  
-  rm "$pkgdir/usr/lib/python2.7/site-packages/backports/__init__.py"*
-
-  install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python2-backports.lzma/repos/community-x86_64/PKGBUILD (from rev 
289057, python2-backports.lzma/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-04 19:42:58 UTC (rev 289058)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Philipp Schmitt 
+
+pkgname=python2-backports.lzma
+pkgver=0.0.10
+pkgrel=1
+pkgdesc="Backport of Python 3.3's 'lzma' module for XZ/LZMA compressed files."
+arch=('x86_64')
+url="https://github.com/peterjc/backports.lzma;
+license=('BSD')
+depends=('python2-backports' 'xz')
+makedepends=('python2-setuptools')
+source=("https://github.com/peterjc/backports.lzma/archive/backports.lzma.v${pkgver}.tar.gz;)
+md5sums=('c660cce7cd4a94ad1778adf941e7535f')
+
+prepare() {
+  cd "${srcdir}"/backports.lzma-backports.lzma.v$pkgver
+
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find "${srcdir}" -name '*.py')
+}
+
+build() {
+  cd "${srcdir}"/backports.lzma-backports.lzma.v$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd "${srcdir}"/backports.lzma-backports.lzma.v$pkgver
+
+  python2 setup.py install --skip-build --prefix=/usr --root="${pkgdir}" 
--optimize=1
+
+  # in python2-backports  
+  rm "$pkgdir/usr/lib/python2.7/site-packages/backports/__init__.py"*
+
+  install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


[arch-commits] Commit in python2-backports.lzma/trunk (PKGBUILD)

2018-02-04 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, February 4, 2018 @ 19:42:49
  Author: aginiewicz
Revision: 289057

upgpkg: python2-backports.lzma 0.0.10-1

python2-backports.lzma: new upstream release

Modified:
  python2-backports.lzma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-04 19:39:05 UTC (rev 289056)
+++ PKGBUILD2018-02-04 19:42:49 UTC (rev 289057)
@@ -3,7 +3,7 @@
 # Contributor: Philipp Schmitt 
 
 pkgname=python2-backports.lzma
-pkgver=0.0.8
+pkgver=0.0.10
 pkgrel=1
 pkgdesc="Backport of Python 3.3's 'lzma' module for XZ/LZMA compressed files."
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('python2-backports' 'xz')
 makedepends=('python2-setuptools')
 
source=("https://github.com/peterjc/backports.lzma/archive/backports.lzma.v${pkgver}.tar.gz;)
-md5sums=('9bf2df4c4ead876f1b4e962f841e8b18')
+md5sums=('c660cce7cd4a94ad1778adf941e7535f')
 
 prepare() {
   cd "${srcdir}"/backports.lzma-backports.lzma.v$pkgver


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

2018-02-04 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, February 4, 2018 @ 19:39:05
  Author: aginiewicz
Revision: 289056

archrelease: copy trunk to community-x86_64

Added:
  blosc/repos/community-x86_64/PKGBUILD
(from rev 289055, blosc/trunk/PKGBUILD)
Deleted:
  blosc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-04 19:38:46 UTC (rev 289055)
+++ PKGBUILD2018-02-04 19:39:05 UTC (rev 289056)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-
-pkgname=blosc
-pkgver=1.12.1
-pkgrel=2
-pkgdesc='A blocking, shuffling and loss-less compression library.'
-arch=('x86_64')
-url='http://blosc.org/'
-license=('BSD')
-depends=('snappy' 'zstd')
-makedepends=('cmake')
-options=(staticlibs)
-source=("https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
-md5sums=('6fa4ecb7ef70803a190dd386bf4a2e93')
-
-build() {
-  cd "${srcdir}"
-  rm -rf build
-  mkdir build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
--DPREFER_EXTERNAL_LZ4="ON" \
-   -DPREFER_EXTERNAL_ZLIB="ON" \
-   -DPREFER_EXTERNAL_SNAPPY="ON" \
-   -DPREFER_EXTERNAL_ZSTD="ON" \
--DBUILD_TESTS="OFF" \
-../c-blosc-${pkgver}
-
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "$srcdir"/c-blosc-${pkgver}/LICENSES/BLOSC.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-}

Copied: blosc/repos/community-x86_64/PKGBUILD (from rev 289055, 
blosc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-04 19:39:05 UTC (rev 289056)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=blosc
+pkgver=1.13.7
+pkgrel=1
+pkgdesc='A blocking, shuffling and loss-less compression library.'
+arch=('x86_64')
+url='http://blosc.org/'
+license=('BSD')
+depends=('snappy' 'zstd')
+makedepends=('cmake')
+options=(staticlibs)
+source=("https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
+md5sums=('8a28308034701683014a8d51adb035e8')
+
+build() {
+  cd "${srcdir}"
+  rm -rf build
+  mkdir build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+-DPREFER_EXTERNAL_LZ4="ON" \
+   -DPREFER_EXTERNAL_ZLIB="ON" \
+   -DPREFER_EXTERNAL_SNAPPY="ON" \
+   -DPREFER_EXTERNAL_ZSTD="ON" \
+-DBUILD_TESTS="OFF" \
+../c-blosc-${pkgver}
+
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "$srcdir"/c-blosc-${pkgver}/LICENSES/BLOSC.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+}


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

2018-02-04 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, February 4, 2018 @ 19:38:46
  Author: aginiewicz
Revision: 289055

upgpkg: blosc 1.13.7-1

blosc: new upstream release

Modified:
  blosc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-04 19:20:08 UTC (rev 289054)
+++ PKGBUILD2018-02-04 19:38:46 UTC (rev 289055)
@@ -2,8 +2,8 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname=blosc
-pkgver=1.12.1
-pkgrel=2
+pkgver=1.13.7
+pkgrel=1
 pkgdesc='A blocking, shuffling and loss-less compression library.'
 arch=('x86_64')
 url='http://blosc.org/'
@@ -12,7 +12,7 @@
 makedepends=('cmake')
 options=(staticlibs)
 source=("https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
-md5sums=('6fa4ecb7ef70803a190dd386bf4a2e93')
+md5sums=('8a28308034701683014a8d51adb035e8')
 
 build() {
   cd "${srcdir}"


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Sunday, February 4, 2018 @ 19:20:08
  Author: felixonmars
Revision: 289054

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-comonad/repos/community-staging-x86_64/
  haskell-comonad/repos/community-staging-x86_64/PKGBUILD
(from rev 289053, haskell-comonad/trunk/PKGBUILD)

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

Copied: haskell-comonad/repos/community-staging-x86_64/PKGBUILD (from rev 
289053, haskell-comonad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-04 19:20:08 UTC (rev 289054)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=comonad
+pkgname=haskell-comonad
+pkgver=5.0.2
+pkgrel=7
+pkgdesc="Comonads"
+url="https://github.com/ekmett/comonad/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-contravariant" "haskell-distributive" 
"haskell-semigroups"
+ "haskell-tagged" "haskell-transformers-compat")
+makedepends=('haskell-cabal-doctest' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('78969422bcd78792a612398ef04639d6296e5db5181dc54dcc6efd4f50ed9caada67b75263268dc70030a0861ac8624242f77e3313fffae042451e05f49d1499')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fdistributive -fcontravariant -fcontainers -ftest-doctests
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Sunday, February 4, 2018 @ 19:19:49
  Author: felixonmars
Revision: 289053

upgpkg: haskell-comonad 5.0.2-7

rebuild with stm,2.4.5.0

Modified:
  haskell-comonad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-04 19:19:14 UTC (rev 289052)
+++ PKGBUILD2018-02-04 19:19:49 UTC (rev 289053)
@@ -5,7 +5,7 @@
 _hkgname=comonad
 pkgname=haskell-comonad
 pkgver=5.0.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Comonads"
 url="https://github.com/ekmett/comonad/;
 license=("custom:BSD3")


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Sunday, February 4, 2018 @ 19:19:14
  Author: felixonmars
Revision: 289052

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-contravariant/repos/community-staging-x86_64/
  haskell-contravariant/repos/community-staging-x86_64/PKGBUILD
(from rev 289051, haskell-contravariant/trunk/PKGBUILD)

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

Copied: haskell-contravariant/repos/community-staging-x86_64/PKGBUILD (from rev 
289051, haskell-contravariant/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-04 19:19:14 UTC (rev 289052)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=contravariant
+pkgname=haskell-contravariant
+pkgver=1.4.1
+pkgrel=2
+pkgdesc="Contravariant functors"
+url="https://github.com/ekmett/contravariant/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-statevar' 'haskell-transformers-compat')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('df7f6f1999eb1a99a383cca6435781270d05e08a583fd3927707baba2d1553976b604ef6b66473cde9026784bc44bfa38b59ac15e91ff5f1437ce7d80e68e405')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fstatevar -fsemigroups -ftagged -f-safe
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Sunday, February 4, 2018 @ 19:18:53
  Author: felixonmars
Revision: 289051

upgpkg: haskell-contravariant 1.4.1-2

rebuild with stm,2.4.5.0

Modified:
  haskell-contravariant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-04 19:18:18 UTC (rev 289050)
+++ PKGBUILD2018-02-04 19:18:53 UTC (rev 289051)
@@ -5,7 +5,7 @@
 _hkgname=contravariant
 pkgname=haskell-contravariant
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Contravariant functors"
 url="https://github.com/ekmett/contravariant/;
 license=("custom:BSD3")


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Sunday, February 4, 2018 @ 19:18:18
  Author: felixonmars
Revision: 289050

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-statevar/repos/community-staging-x86_64/
  haskell-statevar/repos/community-staging-x86_64/PKGBUILD
(from rev 289049, haskell-statevar/trunk/PKGBUILD)

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

Copied: haskell-statevar/repos/community-staging-x86_64/PKGBUILD (from rev 
289049, haskell-statevar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-04 19:18:18 UTC (rev 289050)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=StateVar
+pkgname=haskell-statevar
+pkgver=1.1.0.4
+pkgrel=7
+pkgdesc="State variables"
+url="https://github.com/haskell-opengl/StateVar;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-stm")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2d9f958dc2d1b749c5e2b661958cd38b58a1048603dc48a585a2f32ca386cef42db99e39c033194376f6f3de15841de048dc39804d236f6e10c90c5e3f0b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


  1   2   3   >