[arch-commits] Commit in virtualbox/trunk (009-linux-4-10.patch PKGBUILD)

2017-02-26 Thread Christian Hesse
Date: Monday, February 27, 2017 @ 07:53:54
  Author: eworm
Revision: 213972

upgpkg: virtualbox 5.1.14-3

build fix for linux 4.10

Added:
  virtualbox/trunk/009-linux-4-10.patch
Modified:
  virtualbox/trunk/PKGBUILD

--+
 009-linux-4-10.patch |   24 
 PKGBUILD |4 +++-
 2 files changed, 27 insertions(+), 1 deletion(-)

Added: 009-linux-4-10.patch
===
--- 009-linux-4-10.patch(rev 0)
+++ 009-linux-4-10.patch2017-02-27 07:53:54 UTC (rev 213972)
@@ -0,0 +1,24 @@
+From d9bd947b1fa1d7c47cd1cdb894dadfa07f51e446 Mon Sep 17 00:00:00 2001
+From: vboxsync 
+Date: Tue, 24 Jan 2017 08:13:25 +
+Subject: [PATCH] Additions/linux/sharedfolders: Linux 4.10 fix
+
+git-svn-id: http://www.virtualbox.org/svn/vbox@65409 
cfe28804-0f27-0410-a406-dd0f0b0b656f
+---
+ trunk/src/VBox/Additions/linux/sharedfolders/lnkops.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/VBox/Additions/linux/sharedfolders/lnkops.c 
b/src/VBox/Additions/linux/sharedfolders/lnkops.c
+index 66ddecd..e43b84c 100644
+--- a/src/VBox/Additions/linux/sharedfolders/lnkops.c
 b/src/VBox/Additions/linux/sharedfolders/lnkops.c
+@@ -90,7 +90,9 @@ static const char *sf_get_link(struct dentry *dentry, struct 
inode *inode,
+ 
+ struct inode_operations sf_lnk_iops =
+ {
++# if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+ .readlink   = generic_readlink,
++# endif
+ # if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 5, 0)
+ .get_link   = sf_get_link
+ # elif LINUX_VERSION_CODE >= KERNEL_VERSION(4, 2, 0)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 07:49:53 UTC (rev 213971)
+++ PKGBUILD2017-02-27 07:53:54 UTC (rev 213972)
@@ -11,7 +11,7 @@
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
 pkgver=5.1.14
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL' 'custom')
@@ -70,6 +70,7 @@
 '006-rdesktop-vrdp-keymap-path.patch'
 '007-python2-path.patch'
 '008-no-vboxvideo.patch'
+'009-linux-4-10.patch'
 )
 md5sums=('21eaec9f21477d59a63761779880'
  'a19774e8c56f2c4d12c528992525c444'
@@ -89,6 +90,7 @@
  'd82a6f19be739341ed7f1cf4ee8070ca'
  '188ea65918309f737ce28216c2b07c3b'
  '62242fc0474646e8039afae356df2593'
+ '22ac21e608eed91463309edf47be4982'
  )
 
 prepare() {


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

2017-02-26 Thread Evgeniy Alekseev
Date: Monday, February 27, 2017 @ 07:04:25
  Author: arcanis
Revision: 213955

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

Added:
  libmatio/repos/community-testing-i686/
  libmatio/repos/community-testing-i686/ChangeLog
(from rev 213954, libmatio/trunk/ChangeLog)
  libmatio/repos/community-testing-i686/PKGBUILD
(from rev 213954, libmatio/trunk/PKGBUILD)
  libmatio/repos/community-testing-x86_64/
  libmatio/repos/community-testing-x86_64/ChangeLog
(from rev 213954, libmatio/trunk/ChangeLog)
  libmatio/repos/community-testing-x86_64/PKGBUILD
(from rev 213954, libmatio/trunk/PKGBUILD)

+
 community-testing-i686/ChangeLog   |   17 +
 community-testing-i686/PKGBUILD|   31 +++
 community-testing-x86_64/ChangeLog |   17 +
 community-testing-x86_64/PKGBUILD  |   31 +++
 4 files changed, 96 insertions(+)

Copied: libmatio/repos/community-testing-i686/ChangeLog (from rev 213954, 
libmatio/trunk/ChangeLog)
===
--- community-testing-i686/ChangeLog(rev 0)
+++ community-testing-i686/ChangeLog2017-02-27 07:04:25 UTC (rev 213955)
@@ -0,0 +1,17 @@
+1.5.10-1:
+upstream update
+
+1.5.9-1:
+upstream update
+
+1.5.8-1:
+upstream update
+
+1.5.6-2:
+rebuild against the newest hdf5
+
+1.5.6-1:
+upstream update
+
+1.5.2-3:
+move from AUR to [community]

Copied: libmatio/repos/community-testing-i686/PKGBUILD (from rev 213954, 
libmatio/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-02-27 07:04:25 UTC (rev 213955)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Stefan Husmann 
+# Contributor: Alexander Rødseth 
+# Contributor: William Rea 
+
+pkgname=libmatio
+pkgver=1.5.10
+pkgrel=1
+pkgdesc='C library with a fortran 90/95 module interface for reading/writing 
MATLAB MAT-files'
+arch=('x86_64' 'i686')
+license=('custom:BSD')
+url='http://sourceforge.net/projects/matio'
+depends=('zlib' 'hdf5')
+options=('!libtool' '!emptydirs')
+source=("http://downloads.sourceforge.net/matio/matio-${pkgver}.tar.gz;)
+changelog=ChangeLog
+md5sums=('d3b6e9d24a04c56036ef57e8010c80f1')
+
+build() {
+  cd "matio-${pkgver}"
+  ./configure --prefix=/usr --enable-shared --with-hdf5
+  make
+}
+
+package() {
+  cd "matio-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+

Copied: libmatio/repos/community-testing-x86_64/ChangeLog (from rev 213954, 
libmatio/trunk/ChangeLog)
===
--- community-testing-x86_64/ChangeLog  (rev 0)
+++ community-testing-x86_64/ChangeLog  2017-02-27 07:04:25 UTC (rev 213955)
@@ -0,0 +1,17 @@
+1.5.10-1:
+upstream update
+
+1.5.9-1:
+upstream update
+
+1.5.8-1:
+upstream update
+
+1.5.6-2:
+rebuild against the newest hdf5
+
+1.5.6-1:
+upstream update
+
+1.5.2-3:
+move from AUR to [community]

Copied: libmatio/repos/community-testing-x86_64/PKGBUILD (from rev 213954, 
libmatio/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-02-27 07:04:25 UTC (rev 213955)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Stefan Husmann 
+# Contributor: Alexander Rødseth 
+# Contributor: William Rea 
+
+pkgname=libmatio
+pkgver=1.5.10
+pkgrel=1
+pkgdesc='C library with a fortran 90/95 module interface for reading/writing 
MATLAB MAT-files'
+arch=('x86_64' 'i686')
+license=('custom:BSD')
+url='http://sourceforge.net/projects/matio'
+depends=('zlib' 'hdf5')
+options=('!libtool' '!emptydirs')
+source=("http://downloads.sourceforge.net/matio/matio-${pkgver}.tar.gz;)
+changelog=ChangeLog
+md5sums=('d3b6e9d24a04c56036ef57e8010c80f1')
+
+build() {
+  cd "matio-${pkgver}"
+  ./configure --prefix=/usr --enable-shared --with-hdf5
+  make
+}
+
+package() {
+  cd "matio-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+


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

2017-02-26 Thread Evgeniy Alekseev
Date: Monday, February 27, 2017 @ 07:04:08
  Author: arcanis
Revision: 213954

upgpkg: libmatio 1.5.10-1

Modified:
  libmatio/trunk/ChangeLog
  libmatio/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2017-02-27 06:56:26 UTC (rev 213953)
+++ ChangeLog   2017-02-27 07:04:08 UTC (rev 213954)
@@ -1,3 +1,6 @@
+1.5.10-1:
+upstream update
+
 1.5.9-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 06:56:26 UTC (rev 213953)
+++ PKGBUILD2017-02-27 07:04:08 UTC (rev 213954)
@@ -5,7 +5,7 @@
 # Contributor: William Rea 
 
 pkgname=libmatio
-pkgver=1.5.9
+pkgver=1.5.10
 pkgrel=1
 pkgdesc='C library with a fortran 90/95 module interface for reading/writing 
MATLAB MAT-files'
 arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 source=("http://downloads.sourceforge.net/matio/matio-${pkgver}.tar.gz;)
 changelog=ChangeLog
-md5sums=('aab5b4219a3c0262afe7eeb7bdd2f463')
+md5sums=('d3b6e9d24a04c56036ef57e8010c80f1')
 
 build() {
   cd "matio-${pkgver}"


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

2017-02-26 Thread Jiachen Yang
Date: Monday, February 27, 2017 @ 06:56:26
  Author: farseerfc
Revision: 213953

archrelease: copy trunk to community-any

Added:
  python-ghp-import/repos/community-any/PKGBUILD
(from rev 213952, python-ghp-import/trunk/PKGBUILD)
Deleted:
  python-ghp-import/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-27 06:55:17 UTC (rev 213952)
+++ PKGBUILD2017-02-27 06:56:26 UTC (rev 213953)
@@ -1,29 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: valère monseur 
-
-pkgname=python-ghp-import
-_pkgname=ghp-import
-pkgver=0.5.4
-pkgrel=2
-pkgdesc='Copy your docs directly to the gh-pages branch'
-arch=('any')
-url="https://pypi.python.org/pypi/ghp-import;
-license=(custom:Tumbolia)
-depends=('python')
-makedepends=('python-setuptools' 'git')
-replaces=('ghp-import')
-conflicts=('ghp-import')
-source=("https://github.com/davisp/${_pkgname}/archive/${pkgver}.tar.gz;)
-#source=("${_pkgname}-${pkgver}::git+https://github.com/davisp/ghp-import.git#commit=ab2637fb7a84ed79d6baeb74db7f9e544a448a04;)
-sha512sums=('1607c679e2c8a9772e47472a35f4206f9e6bbcc3190d4ccc79de4d88a38396ec08badf030f0cda76a01e2d71f84f32d61c733fef361b8e3dbd52cd3e166932fc')
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  LC_CTYPE=en_US.UTF-8 python setup.py build
-}
-
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  LC_CTYPE=en_US.UTF-8 python setup.py install --root="$pkgdir" -O1
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-ghp-import/repos/community-any/PKGBUILD (from rev 213952, 
python-ghp-import/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-27 06:56:26 UTC (rev 213953)
@@ -0,0 +1,29 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: valère monseur 
+
+pkgname=python-ghp-import
+_pkgname=ghp-import
+pkgver=0.5.5
+pkgrel=1
+pkgdesc='Copy your docs directly to the gh-pages branch'
+arch=('any')
+url="https://pypi.python.org/pypi/ghp-import;
+license=(custom:Tumbolia)
+depends=('python')
+makedepends=('python-setuptools' 'git')
+replaces=('ghp-import')
+conflicts=('ghp-import')
+source=("https://github.com/davisp/${_pkgname}/archive/${pkgver}.tar.gz;)
+#source=("${_pkgname}-${pkgver}::git+https://github.com/davisp/ghp-import.git#commit=ab2637fb7a84ed79d6baeb74db7f9e544a448a04;)
+sha512sums=('2c8204c38fe63417f59cad064e2080606974764e0ae014b13577db0f17686abdce947e6a086784019a658545c302dbf46dc6df958f44e64ddae95032f718684a')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  LC_CTYPE=en_US.UTF-8 python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  LC_CTYPE=en_US.UTF-8 python setup.py install --root="$pkgdir" -O1
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-02-26 Thread Jiachen Yang
Date: Monday, February 27, 2017 @ 06:55:17
  Author: farseerfc
Revision: 213952

upgpkg: python-ghp-import 0.5.5-1

python-ghp-import 0.5.5

Modified:
  python-ghp-import/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 06:54:08 UTC (rev 213951)
+++ PKGBUILD2017-02-27 06:55:17 UTC (rev 213952)
@@ -3,8 +3,8 @@
 
 pkgname=python-ghp-import
 _pkgname=ghp-import
-pkgver=0.5.4
-pkgrel=2
+pkgver=0.5.5
+pkgrel=1
 pkgdesc='Copy your docs directly to the gh-pages branch'
 arch=('any')
 url="https://pypi.python.org/pypi/ghp-import;
@@ -15,7 +15,7 @@
 conflicts=('ghp-import')
 source=("https://github.com/davisp/${_pkgname}/archive/${pkgver}.tar.gz;)
 
#source=("${_pkgname}-${pkgver}::git+https://github.com/davisp/ghp-import.git#commit=ab2637fb7a84ed79d6baeb74db7f9e544a448a04;)
-sha512sums=('1607c679e2c8a9772e47472a35f4206f9e6bbcc3190d4ccc79de4d88a38396ec08badf030f0cda76a01e2d71f84f32d61c733fef361b8e3dbd52cd3e166932fc')
+sha512sums=('2c8204c38fe63417f59cad064e2080606974764e0ae014b13577db0f17686abdce947e6a086784019a658545c302dbf46dc6df958f44e64ddae95032f718684a')
 
 build() {
   cd "${srcdir}/${_pkgname}-${pkgver}"


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

2017-02-26 Thread Evgeniy Alekseev
Date: Monday, February 27, 2017 @ 06:54:08
  Author: arcanis
Revision: 213951

archrelease: copy trunk to community-any

Added:
  zsh-completions/repos/community-any/ChangeLog
(from rev 213950, zsh-completions/trunk/ChangeLog)
  zsh-completions/repos/community-any/LICENSE
(from rev 213950, zsh-completions/trunk/LICENSE)
  zsh-completions/repos/community-any/PKGBUILD
(from rev 213950, zsh-completions/trunk/PKGBUILD)
Deleted:
  zsh-completions/repos/community-any/ChangeLog
  zsh-completions/repos/community-any/LICENSE
  zsh-completions/repos/community-any/PKGBUILD

---+
 ChangeLog |   79 +++-
 LICENSE   |   48 ++--
 PKGBUILD  |   50 ++---
 3 files changed, 90 insertions(+), 87 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2017-02-27 06:53:51 UTC (rev 213950)
+++ ChangeLog   2017-02-27 06:54:08 UTC (rev 213951)
@@ -1,38 +0,0 @@
-0.22.0-1:
-upstream update
-
-0.21.0-1:
-upstream update
-
-0.20.0-1:
-upstream update
-
-0.19.0-2:
-fix FS#50243
-
-0.19.0-1:
-upstream update
-
-0.18.0-1:
-upstream update
-
-0.17.0-1:
-upstream update
-
-0.16.0-1:
-upstream update
-
-0.15.0-1:
-upstream update
-
-0.14.0-2:
-fix build
-
-0.14.0-1:
-upstream update
-
-0.12.0-2:
-drop _salt completions since it is provided by upstream
-
-0.12.0-1:
-ustream update

Copied: zsh-completions/repos/community-any/ChangeLog (from rev 213950, 
zsh-completions/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2017-02-27 06:54:08 UTC (rev 213951)
@@ -0,0 +1,41 @@
+0.23.0-1:
+upstream update
+
+0.22.0-1:
+upstream update
+
+0.21.0-1:
+upstream update
+
+0.20.0-1:
+upstream update
+
+0.19.0-2:
+fix FS#50243
+
+0.19.0-1:
+upstream update
+
+0.18.0-1:
+upstream update
+
+0.17.0-1:
+upstream update
+
+0.16.0-1:
+upstream update
+
+0.15.0-1:
+upstream update
+
+0.14.0-2:
+fix build
+
+0.14.0-1:
+upstream update
+
+0.12.0-2:
+drop _salt completions since it is provided by upstream
+
+0.12.0-1:
+ustream update

Deleted: LICENSE
===
--- LICENSE 2017-02-27 06:53:51 UTC (rev 213950)
+++ LICENSE 2017-02-27 06:54:08 UTC (rev 213951)
@@ -1,24 +0,0 @@
-Copyright (c) 2011 Github zsh-users - http://github.com/zsh-users
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-* Redistributions of source code must retain the above copyright
-  notice, this list of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the above copyright
-  notice, this list of conditions and the following disclaimer in the
-  documentation and/or other materials provided with the distribution.
-* Neither the name of the zsh-users nor the
-  names of its contributors may be used to endorse or promote products
-  derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL ZSH-USERS BE LIABLE FOR ANY
-DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: zsh-completions/repos/community-any/LICENSE (from rev 213950, 
zsh-completions/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-02-27 06:54:08 UTC (rev 213951)
@@ -0,0 +1,24 @@
+Copyright (c) 2011 Github zsh-users - http://github.com/zsh-users
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+* Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in the
+  documentation and/or other materials provided with the distribution.
+* Neither the name of the zsh-users nor the
+  names of its contributors may be used to endorse or promote products
+  derived from 

[arch-commits] Commit in zsh-completions/trunk (ChangeLog PKGBUILD)

2017-02-26 Thread Evgeniy Alekseev
Date: Monday, February 27, 2017 @ 06:53:51
  Author: arcanis
Revision: 213950

upgpkg: zsh-completions 0.23.0-1

Modified:
  zsh-completions/trunk/ChangeLog
  zsh-completions/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2017-02-27 06:42:00 UTC (rev 213949)
+++ ChangeLog   2017-02-27 06:53:51 UTC (rev 213950)
@@ -1,3 +1,6 @@
+0.23.0-1:
+upstream update
+
 0.22.0-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 06:42:00 UTC (rev 213949)
+++ PKGBUILD2017-02-27 06:53:51 UTC (rev 213950)
@@ -3,7 +3,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=zsh-completions
-pkgver=0.22.0
+pkgver=0.23.0
 pkgrel=1
 pkgdesc="Additional completion definitions for Zsh"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('zsh')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver};
 "LICENSE")
-md5sums=('9e424aff0fe7315a26188bbe3c0b1f1d'
+md5sums=('0a511aa26fa3ad8315f9f0e3c0dc295f'
  '4f686c32a301905655f945fbbdd56880')
 changelog=ChangeLog
 


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

2017-02-26 Thread Christian Hesse
Date: Monday, February 27, 2017 @ 06:42:00
  Author: eworm
Revision: 213949

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-27 06:41:37 UTC (rev 213948)
+++ community-i686/PKGBUILD 2017-02-27 06:42:00 UTC (rev 213949)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Robert Knauer 
-
-pkgbase=python-pyodbc
-pkgname=(python-pyodbc python2-pyodbc)
-_srcname=pyodbc
-pkgver=4.0.13
-pkgrel=1
-pkgdesc='ODBC module for Python'
-arch=('i686' 'x86_64')
-url='https://github.com/mkleehammer/pyodbc'
-license=('MIT')
-makedepends=('python' 'python2' 'unixodbc')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
-sha256sums=('0cb884bb739f70947f5740e2a0cdff48b253a1728da0f64674dcaa13329e9587')
-
-prepare() {
-   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
-}
-
-package_python-pyodbc() {
-   pkgdesc='ODBC module for Python 3.x'
-   depends=('python' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python setup.py install --root="${pkgdir}/" --optimize=1
-}
-
-package_python2-pyodbc() {
-   pkgdesc='ODBC module for Python 2.x'
-   depends=('python2' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python2 setup.py install --root="${pkgdir}/" --optimize=1
-}
-

Copied: python-pyodbc/repos/community-i686/PKGBUILD (from rev 213948, 
python-pyodbc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-27 06:42:00 UTC (rev 213949)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Robert Knauer 
+
+pkgbase=python-pyodbc
+pkgname=(python-pyodbc python2-pyodbc)
+_srcname=pyodbc
+pkgver=4.0.13
+pkgrel=1
+pkgdesc='ODBC module for Python'
+arch=('i686' 'x86_64')
+url='https://github.com/mkleehammer/pyodbc'
+license=('MIT')
+makedepends=('python' 'python2' 'unixodbc')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
+sha256sums=('0cb884bb739f70947f5740e2a0cdff48b253a1728da0f64674dcaa13329e9587')
+
+prepare() {
+   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
+}
+
+package_python-pyodbc() {
+   pkgdesc='ODBC module for Python 3.x'
+   depends=('python' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python setup.py install --root="${pkgdir}/" --optimize=1
+}
+
+package_python2-pyodbc() {
+   pkgdesc='ODBC module for Python 2.x'
+   depends=('python2' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python2 setup.py install --root="${pkgdir}/" --optimize=1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-27 06:41:37 UTC (rev 213948)
+++ community-x86_64/PKGBUILD   2017-02-27 06:42:00 UTC (rev 213949)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Robert Knauer 
-
-pkgbase=python-pyodbc
-pkgname=(python-pyodbc python2-pyodbc)
-_srcname=pyodbc
-pkgver=4.0.13
-pkgrel=1
-pkgdesc='ODBC module for Python'
-arch=('i686' 'x86_64')
-url='https://github.com/mkleehammer/pyodbc'
-license=('MIT')
-makedepends=('python' 'python2' 'unixodbc')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
-sha256sums=('0cb884bb739f70947f5740e2a0cdff48b253a1728da0f64674dcaa13329e9587')
-
-prepare() {
-   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
-}
-
-package_python-pyodbc() {
-   pkgdesc='ODBC module for Python 3.x'
-   depends=('python' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python setup.py install --root="${pkgdir}/" --optimize=1
-}
-
-package_python2-pyodbc() {
-   pkgdesc='ODBC module for Python 2.x'
-   depends=('python2' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python2 setup.py install --root="${pkgdir}/" --optimize=1
-}
-

Copied: 

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

2017-02-26 Thread Christian Hesse
Date: Monday, February 27, 2017 @ 06:41:32
  Author: eworm
Revision: 213947

upgpkg: python-pyodbc 4.0.13-1

new upstream release

Modified:
  python-pyodbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 06:40:42 UTC (rev 213946)
+++ PKGBUILD2017-02-27 06:41:32 UTC (rev 213947)
@@ -5,7 +5,7 @@
 pkgbase=python-pyodbc
 pkgname=(python-pyodbc python2-pyodbc)
 _srcname=pyodbc
-pkgver=4.0.11
+pkgver=4.0.13
 pkgrel=1
 pkgdesc='ODBC module for Python'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('MIT')
 makedepends=('python' 'python2' 'unixodbc')
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
-sha256sums=('edd9df440ffa5d6289200d8b3724bded4260e5193b4761b69be1bcc0c0cd5130')
+sha256sums=('0cb884bb739f70947f5740e2a0cdff48b253a1728da0f64674dcaa13329e9587')
 
 prepare() {
echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"


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

2017-02-26 Thread Christian Hesse
Date: Monday, February 27, 2017 @ 06:41:37
  Author: eworm
Revision: 213948

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-27 06:41:32 UTC (rev 213947)
+++ community-i686/PKGBUILD 2017-02-27 06:41:37 UTC (rev 213948)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Robert Knauer 
-
-pkgbase=python-pyodbc
-pkgname=(python-pyodbc python2-pyodbc)
-_srcname=pyodbc
-pkgver=4.0.11
-pkgrel=1
-pkgdesc='ODBC module for Python'
-arch=('i686' 'x86_64')
-url='https://github.com/mkleehammer/pyodbc'
-license=('MIT')
-makedepends=('python' 'python2' 'unixodbc')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
-sha256sums=('edd9df440ffa5d6289200d8b3724bded4260e5193b4761b69be1bcc0c0cd5130')
-
-prepare() {
-   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
-}
-
-package_python-pyodbc() {
-   pkgdesc='ODBC module for Python 3.x'
-   depends=('python' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python setup.py install --root="${pkgdir}/" --optimize=1
-}
-
-package_python2-pyodbc() {
-   pkgdesc='ODBC module for Python 2.x'
-   depends=('python2' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python2 setup.py install --root="${pkgdir}/" --optimize=1
-}
-

Copied: python-pyodbc/repos/community-i686/PKGBUILD (from rev 213947, 
python-pyodbc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-27 06:41:37 UTC (rev 213948)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Robert Knauer 
+
+pkgbase=python-pyodbc
+pkgname=(python-pyodbc python2-pyodbc)
+_srcname=pyodbc
+pkgver=4.0.13
+pkgrel=1
+pkgdesc='ODBC module for Python'
+arch=('i686' 'x86_64')
+url='https://github.com/mkleehammer/pyodbc'
+license=('MIT')
+makedepends=('python' 'python2' 'unixodbc')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
+sha256sums=('0cb884bb739f70947f5740e2a0cdff48b253a1728da0f64674dcaa13329e9587')
+
+prepare() {
+   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
+}
+
+package_python-pyodbc() {
+   pkgdesc='ODBC module for Python 3.x'
+   depends=('python' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python setup.py install --root="${pkgdir}/" --optimize=1
+}
+
+package_python2-pyodbc() {
+   pkgdesc='ODBC module for Python 2.x'
+   depends=('python2' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python2 setup.py install --root="${pkgdir}/" --optimize=1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-27 06:41:32 UTC (rev 213947)
+++ community-x86_64/PKGBUILD   2017-02-27 06:41:37 UTC (rev 213948)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Robert Knauer 
-
-pkgbase=python-pyodbc
-pkgname=(python-pyodbc python2-pyodbc)
-_srcname=pyodbc
-pkgver=4.0.11
-pkgrel=1
-pkgdesc='ODBC module for Python'
-arch=('i686' 'x86_64')
-url='https://github.com/mkleehammer/pyodbc'
-license=('MIT')
-makedepends=('python' 'python2' 'unixodbc')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
-sha256sums=('edd9df440ffa5d6289200d8b3724bded4260e5193b4761b69be1bcc0c0cd5130')
-
-prepare() {
-   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
-}
-
-package_python-pyodbc() {
-   pkgdesc='ODBC module for Python 3.x'
-   depends=('python' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python setup.py install --root="${pkgdir}/" --optimize=1
-}
-
-package_python2-pyodbc() {
-   pkgdesc='ODBC module for Python 2.x'
-   depends=('python2' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python2 setup.py install --root="${pkgdir}/" --optimize=1
-}
-

Copied: 

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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 06:40:42
  Author: felixonmars
Revision: 213946

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

Added:
  stack/repos/community-staging-i686/
  stack/repos/community-staging-i686/PKGBUILD
(from rev 213945, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/stack.install
(from rev 213945, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 213945, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 213945, stack/trunk/stack.install)

+
 community-staging-i686/PKGBUILD|   83 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   83 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 174 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 213945, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-27 06:40:42 UTC (rev 213946)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.3.2
+pkgrel=46
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-clock" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" 
"haskell-either" "haskell-errors"
+ "haskell-exceptions" "haskell-extra" "haskell-fast-logger" 
"haskell-file-embed"
+ "haskell-filelock" "haskell-fsnotify" "haskell-generic-deriving" 
"haskell-gitrev"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types" "haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-microlens"
+ "haskell-monad-control" "haskell-monad-logger" 
"haskell-monad-unlift" "haskell-mtl"
+ "haskell-open-browser" "haskell-optparse-applicative" 
"haskell-optparse-simple"
+ "haskell-path" "haskell-path-io" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-pid1" 
"haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('488b9292ea605c92f6ebf79b233e8e374d857b21053051cb44b305dad8f0d3f7')
+
+prepare() {
+sed -i 's/hpack >=0.14.0 && <0.16,/hpack >=0.14.0 \&\& <0.17,/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+install -Dm644 

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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 06:40:14
  Author: felixonmars
Revision: 213945

upgpkg: stack 1.3.2-46

rebuild with http-client-tls,0.3.4

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 06:38:24 UTC (rev 213944)
+++ PKGBUILD2017-02-27 06:40:14 UTC (rev 213945)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.3.2
-pkgrel=45
+pkgrel=46
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-02-26 Thread Christian Hesse
Date: Monday, February 27, 2017 @ 06:38:16
  Author: eworm
Revision: 213943

upgpkg: python-pyscard 1.9.5-1

new upstream release

Modified:
  python-pyscard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 05:50:03 UTC (rev 213942)
+++ PKGBUILD2017-02-27 06:38:16 UTC (rev 213943)
@@ -1,11 +1,11 @@
 # $Id$
 # Maintainer: Christian Hesse 
-# Maintainer: Bruno Parmentier 
+# Contributor: Bruno Parmentier 
 
 pkgname=python-pyscard
 _pyname=pyscard
-pkgver=1.9.4
-pkgrel=2
+pkgver=1.9.5
+pkgrel=1
 pkgdesc='Framework for building smart card aware applications in Python'
 arch=('i686' 'x86_64')
 url='http://pyscard.sourceforge.net/'
@@ -12,14 +12,14 @@
 license=('LGPL')
 depends=('python' 'pcsclite')
 makedepends=('swig' 'python-setuptools')
-validpgpkeys=('535E3696356979F4932CB7443F4A8A8FE07F1CF9') # Ludovic Rousseau 

-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/LudovicRousseau/${_pyname}/archive/release-${pkgver}.tar.gz;
-   
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/LudovicRousseau/${_pyname}/releases/download/release-${pkgver}/${_pyname}-release-${pkgver}.tar.gz.asc;)
-sha256sums=('c3c7d0667909cd3884fe9550c63647311fc3299439caba440e87dd3b3f4d88e8'
+validpgpkeys=('535E3696356979F4932CB7443F4A8A8FE07F1CF9'  # Ludovic Rousseau 

+  'F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

+source=("https://downloads.sourceforge.net/project/pyscard/pyscard/pyscard%201.9.5/pyscard-1.9.5.tar.gz"{,.asc})
+sha256sums=('7eef027e1939b7595fc13c03616f262f90d118594fdb6f7620af46b54fa06835'
 'SKIP')
 
 package() {
-   cd "${srcdir}/${_pyname}-release-${pkgver}/"
+   cd "${srcdir}/${_pyname}-${pkgver}/"
 
python setup.py build_ext install --root="${pkgdir}/" --optimize=1
install -D -m0644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"


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

2017-02-26 Thread Christian Hesse
Date: Monday, February 27, 2017 @ 06:38:24
  Author: eworm
Revision: 213944

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-27 06:38:16 UTC (rev 213943)
+++ community-i686/PKGBUILD 2017-02-27 06:38:24 UTC (rev 213944)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Maintainer: Bruno Parmentier 
-
-pkgname=python-pyscard
-_pyname=pyscard
-pkgver=1.9.4
-pkgrel=2
-pkgdesc='Framework for building smart card aware applications in Python'
-arch=('i686' 'x86_64')
-url='http://pyscard.sourceforge.net/'
-license=('LGPL')
-depends=('python' 'pcsclite')
-makedepends=('swig' 'python-setuptools')
-validpgpkeys=('535E3696356979F4932CB7443F4A8A8FE07F1CF9') # Ludovic Rousseau 

-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/LudovicRousseau/${_pyname}/archive/release-${pkgver}.tar.gz;
-   
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/LudovicRousseau/${_pyname}/releases/download/release-${pkgver}/${_pyname}-release-${pkgver}.tar.gz.asc;)
-sha256sums=('c3c7d0667909cd3884fe9550c63647311fc3299439caba440e87dd3b3f4d88e8'
-'SKIP')
-
-package() {
-   cd "${srcdir}/${_pyname}-release-${pkgver}/"
-
-   python setup.py build_ext install --root="${pkgdir}/" --optimize=1
-   install -D -m0644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python-pyscard/repos/community-i686/PKGBUILD (from rev 213943, 
python-pyscard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-27 06:38:24 UTC (rev 213944)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Bruno Parmentier 
+
+pkgname=python-pyscard
+_pyname=pyscard
+pkgver=1.9.5
+pkgrel=1
+pkgdesc='Framework for building smart card aware applications in Python'
+arch=('i686' 'x86_64')
+url='http://pyscard.sourceforge.net/'
+license=('LGPL')
+depends=('python' 'pcsclite')
+makedepends=('swig' 'python-setuptools')
+validpgpkeys=('535E3696356979F4932CB7443F4A8A8FE07F1CF9'  # Ludovic Rousseau 

+  'F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

+source=("https://downloads.sourceforge.net/project/pyscard/pyscard/pyscard%201.9.5/pyscard-1.9.5.tar.gz"{,.asc})
+sha256sums=('7eef027e1939b7595fc13c03616f262f90d118594fdb6f7620af46b54fa06835'
+'SKIP')
+
+package() {
+   cd "${srcdir}/${_pyname}-${pkgver}/"
+
+   python setup.py build_ext install --root="${pkgdir}/" --optimize=1
+   install -D -m0644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-27 06:38:16 UTC (rev 213943)
+++ community-x86_64/PKGBUILD   2017-02-27 06:38:24 UTC (rev 213944)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Maintainer: Bruno Parmentier 
-
-pkgname=python-pyscard
-_pyname=pyscard
-pkgver=1.9.4
-pkgrel=2
-pkgdesc='Framework for building smart card aware applications in Python'
-arch=('i686' 'x86_64')
-url='http://pyscard.sourceforge.net/'
-license=('LGPL')
-depends=('python' 'pcsclite')
-makedepends=('swig' 'python-setuptools')
-validpgpkeys=('535E3696356979F4932CB7443F4A8A8FE07F1CF9') # Ludovic Rousseau 

-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/LudovicRousseau/${_pyname}/archive/release-${pkgver}.tar.gz;
-   
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/LudovicRousseau/${_pyname}/releases/download/release-${pkgver}/${_pyname}-release-${pkgver}.tar.gz.asc;)
-sha256sums=('c3c7d0667909cd3884fe9550c63647311fc3299439caba440e87dd3b3f4d88e8'
-'SKIP')
-
-package() {
-   cd "${srcdir}/${_pyname}-release-${pkgver}/"
-
-   python setup.py build_ext install --root="${pkgdir}/" --optimize=1
-   install -D -m0644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python-pyscard/repos/community-x86_64/PKGBUILD (from rev 213943, 
python-pyscard/trunk/PKGBUILD)

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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 05:50:03
  Author: felixonmars
Revision: 213942

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

Added:
  purescript/repos/community-staging-i686/
  purescript/repos/community-staging-i686/PKGBUILD
(from rev 213941, purescript/trunk/PKGBUILD)
  purescript/repos/community-staging-i686/http-client-0.5.patch
(from rev 213941, purescript/trunk/http-client-0.5.patch)
  purescript/repos/community-staging-x86_64/
  purescript/repos/community-staging-x86_64/PKGBUILD
(from rev 213941, purescript/trunk/PKGBUILD)
  purescript/repos/community-staging-x86_64/http-client-0.5.patch
(from rev 213941, purescript/trunk/http-client-0.5.patch)

+
 community-staging-i686/PKGBUILD|   57 ++
 community-staging-i686/http-client-0.5.patch   |   90 +++
 community-staging-x86_64/PKGBUILD  |   57 ++
 community-staging-x86_64/http-client-0.5.patch |   90 +++
 4 files changed, 294 insertions(+)

Copied: purescript/repos/community-staging-i686/PKGBUILD (from rev 213941, 
purescript/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-27 05:50:03 UTC (rev 213942)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.10.7
+pkgrel=5
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-aeson-pretty"
+ "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-base-compat"
+ "haskell-blaze-html" "haskell-bower-json" "haskell-boxes" 
"haskell-cheapskate"
+ "haskell-clock" "haskell-data-ordlist" "haskell-dlist" 
"haskell-edit-distance"
+ "haskell-file-embed" "haskell-foldl" "haskell-fsnotify" 
"haskell-glob"
+ "haskell-http-client" "haskell-http-types" 
"haskell-language-javascript"
+ "haskell-lens" "haskell-lifted-base" "haskell-monad-control" 
"haskell-monad-logger"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-parallel" 
"haskell-parsec"
+ "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" 
"haskell-protolude"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-semigroups" 
"haskell-sourcemap"
+ "haskell-spdx" "haskell-split" "haskell-stm" "haskell-syb" 
"haskell-system-filepath"
+ "haskell-text" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-turtle" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-wai" "haskell-wai-websockets" 
"haskell-warp"
+ "haskell-websockets")
+optdepends=('pulp: for development environment')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+http-client-0.5.patch)
+sha256sums=('85dff2f4b6916e9d45b6a1b2674dc6c91c56ac6c1597f627d5f1cbee9d0b3a9d'
+'2e8ac0165d8dfde7f2ec27f4b77fb4139a435cf2148d3853ec95455334601b03')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+patch -p1 -i ../http-client-0.5.patch
+
+sed -e 's/pipes >= 4.0.0 && < 4.3.0,/pipes >= 4.0.0 \&\& < 4.4.0,/' \
+-e 's/websockets >= 0.9 && <0.10/websockets >= 0.9 \&\& <0.11/' \
+-e 's/aeson >= 0.8 && < 1.0,/aeson >= 0.8,/' \
+-i purescript.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}

Copied: purescript/repos/community-staging-i686/http-client-0.5.patch (from rev 
213941, purescript/trunk/http-client-0.5.patch)
===
--- community-staging-i686/http-client-0.5.patch
(rev 0)
+++ community-staging-i686/http-client-0.5.patch2017-02-27 05:50:03 UTC 
(rev 213942)
@@ -0,0 +1,90 @@
+From e0527fb7f10721870014d7c08b1a2f8f5bf2edcf Mon Sep 17 00:00:00 2001
+From: Oleg Grenrus 
+Date: Mon, 22 Aug 2016 17:51:42 +0300
+Subject: [PATCH] Support http-client-0.5
+
+---
+ purescript.cabal   |  2 +-
+ src/Language/PureScript/Ide/Pursuit.hs | 44 --
+ stack.yaml 

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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 05:49:35
  Author: felixonmars
Revision: 213941

upgpkg: purescript 0.10.7-5

rebuild with http-client-tls,0.3.4

Modified:
  purescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 05:36:14 UTC (rev 213940)
+++ PKGBUILD2017-02-27 05:49:35 UTC (rev 213941)
@@ -4,7 +4,7 @@
 
 pkgname=purescript
 pkgver=0.10.7
-pkgrel=4
+pkgrel=5
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/;
 license=("custom:BSD3")


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 05:35:54
  Author: felixonmars
Revision: 213939

upgpkg: python-txaio 2.6.1-1

Modified:
  python-txaio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 05:33:50 UTC (rev 213938)
+++ PKGBUILD2017-02-27 05:35:54 UTC (rev 213939)
@@ -3,7 +3,7 @@
 
 pkgbase=python-txaio
 pkgname=(python-txaio python2-txaio)
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc='Utilities to support code that runs unmodified on Twisted and asyncio'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted 
python2-twisted)
 source=(https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz)
-sha1sums=('bca77609fe219a7ed37a0864974b6597dd121c99')
+sha1sums=('791d5ce2f4f0ab711c5eb7aedcb763b3afd1')
 
 prepare() {
   cp -a txaio-$pkgver{,-py2}


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 05:36:14
  Author: felixonmars
Revision: 213940

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-27 05:35:54 UTC (rev 213939)
+++ PKGBUILD2017-02-27 05:36:14 UTC (rev 213940)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-
-pkgbase=python-txaio
-pkgname=(python-txaio python2-txaio)
-pkgver=2.6.0
-pkgrel=1
-pkgdesc='Utilities to support code that runs unmodified on Twisted and asyncio'
-arch=(any)
-url='https://github.com/tavendo/txaio'
-license=(MIT)
-makedepends=(python-setuptools python2-setuptools python-twisted 
python2-twisted)
-source=(https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz)
-sha1sums=('bca77609fe219a7ed37a0864974b6597dd121c99')
-
-prepare() {
-  cp -a txaio-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/txaio-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/txaio-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/txaio-$pkgver"
-  python setup.py test
-
-  cd "$srcdir/txaio-$pkgver-py2"
-  python2 setup.py test
-}
-
-package_python-txaio() {
-  depends=(python python-six python-twisted)
-
-  cd "$srcdir/txaio-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-txaio() {
-  depends=(python2 python2-six python2-twisted)
-
-  cd "$srcdir/txaio-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-txaio/repos/community-any/PKGBUILD (from rev 213939, 
python-txaio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-27 05:36:14 UTC (rev 213940)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+
+pkgbase=python-txaio
+pkgname=(python-txaio python2-txaio)
+pkgver=2.6.1
+pkgrel=1
+pkgdesc='Utilities to support code that runs unmodified on Twisted and asyncio'
+arch=(any)
+url='https://github.com/tavendo/txaio'
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools python-twisted 
python2-twisted)
+source=(https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz)
+sha1sums=('791d5ce2f4f0ab711c5eb7aedcb763b3afd1')
+
+prepare() {
+  cp -a txaio-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/txaio-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/txaio-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/txaio-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/txaio-$pkgver-py2"
+  python2 setup.py test
+}
+
+package_python-txaio() {
+  depends=(python python-six python-twisted)
+
+  cd "$srcdir/txaio-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-txaio() {
+  depends=(python2 python2-six python2-twisted)
+
+  cd "$srcdir/txaio-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 05:33:50
  Author: felixonmars
Revision: 213938

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-27 05:33:17 UTC (rev 213937)
+++ community-i686/PKGBUILD 2017-02-27 05:33:50 UTC (rev 213938)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Ray Rashif 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Eric Belanger 
-# Contributor: Roberto Alsina 
-# Contributor: Julien Duponchelle 
-
-pkgbase=python-cx_freeze
-pkgname=('python-cx_freeze' 'python2-cx_freeze')
-pkgver=5.0
-pkgrel=2
-pkgdesc='Utilities for freezing Python scripts into executables'
-arch=('x86_64' 'i686')
-url='http://cx-freeze.sourceforge.net/'
-license=('PSF')
-makedepends=('python' 'python2')
-source=("https://pypi.io/packages/source/c/cx_Freeze/cx_Freeze-$pkgver.tar.gz;)
-md5sums=('f98633b35703da8be0565c2009b51955')
-
-package_python-cx_freeze() {
-  depends=('python')
-  conflicts=('cx_freeze' 'python2-cx_freeze')
-
-  cd "cx_Freeze-$pkgver"
-  python setup.py install --root "$pkgdir" --optimize 1
-}
-
-package_python2-cx_freeze() {
-  depends=('python2')
-  conflicts=('cx_freeze' 'python-cx_freeze')
-  replaces=('cx_freeze')
-
-  cd "cx_Freeze-$pkgver"
-  python2 setup.py install --root "$pkgdir" --optimize 1
-
-  # Python 2 fix
-  find "$pkgdir" -name qotd.py -exec sed -i '0,/on/s//on2/' {} \;
-}

Copied: python-cx_freeze/repos/community-i686/PKGBUILD (from rev 213937, 
python-cx_freeze/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-27 05:33:50 UTC (rev 213938)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Ray Rashif 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Eric Belanger 
+# Contributor: Roberto Alsina 
+# Contributor: Julien Duponchelle 
+
+pkgbase=python-cx_freeze
+pkgname=('python-cx_freeze' 'python2-cx_freeze')
+pkgver=5.0.1
+pkgrel=1
+pkgdesc='Utilities for freezing Python scripts into executables'
+arch=('x86_64' 'i686')
+url='http://cx-freeze.sourceforge.net/'
+license=('PSF')
+makedepends=('python' 'python2')
+source=("https://pypi.io/packages/source/c/cx_Freeze/cx_Freeze-$pkgver.tar.gz;)
+md5sums=('e2fe0559a4f7464b3a6ea4cd3ca62022')
+
+package_python-cx_freeze() {
+  depends=('python')
+  conflicts=('cx_freeze' 'python2-cx_freeze')
+
+  cd "cx_Freeze-$pkgver"
+  python setup.py install --root "$pkgdir" --optimize 1
+}
+
+package_python2-cx_freeze() {
+  depends=('python2')
+  conflicts=('cx_freeze' 'python-cx_freeze')
+  replaces=('cx_freeze')
+
+  cd "cx_Freeze-$pkgver"
+  python2 setup.py install --root "$pkgdir" --optimize 1
+
+  # Python 2 fix
+  find "$pkgdir" -name qotd.py -exec sed -i '0,/on/s//on2/' {} \;
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-27 05:33:17 UTC (rev 213937)
+++ community-x86_64/PKGBUILD   2017-02-27 05:33:50 UTC (rev 213938)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Ray Rashif 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Eric Belanger 
-# Contributor: Roberto Alsina 
-# Contributor: Julien Duponchelle 
-
-pkgbase=python-cx_freeze
-pkgname=('python-cx_freeze' 'python2-cx_freeze')
-pkgver=5.0
-pkgrel=2
-pkgdesc='Utilities for freezing Python scripts into executables'
-arch=('x86_64' 'i686')
-url='http://cx-freeze.sourceforge.net/'
-license=('PSF')
-makedepends=('python' 'python2')
-source=("https://pypi.io/packages/source/c/cx_Freeze/cx_Freeze-$pkgver.tar.gz;)
-md5sums=('f98633b35703da8be0565c2009b51955')
-
-package_python-cx_freeze() {
-  depends=('python')
-  conflicts=('cx_freeze' 'python2-cx_freeze')
-
-  cd "cx_Freeze-$pkgver"
-  python setup.py install --root "$pkgdir" --optimize 1
-}
-

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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 05:33:17
  Author: felixonmars
Revision: 213937

upgpkg: python-cx_freeze 5.0.1-1

Modified:
  python-cx_freeze/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 05:23:40 UTC (rev 213936)
+++ PKGBUILD2017-02-27 05:33:17 UTC (rev 213937)
@@ -8,8 +8,8 @@
 
 pkgbase=python-cx_freeze
 pkgname=('python-cx_freeze' 'python2-cx_freeze')
-pkgver=5.0
-pkgrel=2
+pkgver=5.0.1
+pkgrel=1
 pkgdesc='Utilities for freezing Python scripts into executables'
 arch=('x86_64' 'i686')
 url='http://cx-freeze.sourceforge.net/'
@@ -16,7 +16,7 @@
 license=('PSF')
 makedepends=('python' 'python2')
 source=("https://pypi.io/packages/source/c/cx_Freeze/cx_Freeze-$pkgver.tar.gz;)
-md5sums=('f98633b35703da8be0565c2009b51955')
+md5sums=('e2fe0559a4f7464b3a6ea4cd3ca62022')
 
 package_python-cx_freeze() {
   depends=('python')


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 05:23:37
  Author: felixonmars
Revision: 289587

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

Added:
  libvoikko/repos/testing-i686/
  libvoikko/repos/testing-i686/PKGBUILD
(from rev 289586, libvoikko/trunk/PKGBUILD)
  libvoikko/repos/testing-x86_64/
  libvoikko/repos/testing-x86_64/PKGBUILD
(from rev 289586, libvoikko/trunk/PKGBUILD)

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

Copied: libvoikko/repos/testing-i686/PKGBUILD (from rev 289586, 
libvoikko/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-27 05:23:37 UTC (rev 289587)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: 
+# Contributor: Jesse Jaara 
+# Contributor: Jussi Timperi   
+
+pkgname=libvoikko
+pkgver=4.1
+pkgrel=1
+pkgdesc="A spelling and grammar checker, hyphenator and collection of related 
linguistic data for Finnish language"
+arch=(i686 x86_64)
+url="http://voikko.sourceforge.net;
+license=(GPL2)
+depends=(gcc-libs)
+makedepends=(python)
+source=(http://www.puimula.org/voikko-sources/libvoikko/$pkgname-$pkgver.tar.gz)
+md5sums=('8233671012d5661555c9efe1e2f06696')
+
+build() {
+  cd $pkgname-$pkgver
+
+# Workaround encoding error
+  export LANG=en_US.UTF-8
+  ./configure --prefix=/usr --enable-hfst=false 
--with-dictionary-path=/usr/share/voikko
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  mkdir -p "$pkgdir"/usr/lib/python3.6/site-packages
+  cp python/libvoikko.py "$pkgdir"/usr/lib/python3.6/site-packages/libvoikko.py
+}
+

Copied: libvoikko/repos/testing-x86_64/PKGBUILD (from rev 289586, 
libvoikko/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-02-27 05:23:37 UTC (rev 289587)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: 
+# Contributor: Jesse Jaara 
+# Contributor: Jussi Timperi   
+
+pkgname=libvoikko
+pkgver=4.1
+pkgrel=1
+pkgdesc="A spelling and grammar checker, hyphenator and collection of related 
linguistic data for Finnish language"
+arch=(i686 x86_64)
+url="http://voikko.sourceforge.net;
+license=(GPL2)
+depends=(gcc-libs)
+makedepends=(python)
+source=(http://www.puimula.org/voikko-sources/libvoikko/$pkgname-$pkgver.tar.gz)
+md5sums=('8233671012d5661555c9efe1e2f06696')
+
+build() {
+  cd $pkgname-$pkgver
+
+# Workaround encoding error
+  export LANG=en_US.UTF-8
+  ./configure --prefix=/usr --enable-hfst=false 
--with-dictionary-path=/usr/share/voikko
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  mkdir -p "$pkgdir"/usr/lib/python3.6/site-packages
+  cp python/libvoikko.py "$pkgdir"/usr/lib/python3.6/site-packages/libvoikko.py
+}
+


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 05:23:40
  Author: felixonmars
Revision: 213936

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-27 05:23:08 UTC (rev 213935)
+++ community-i686/PKGBUILD 2017-02-27 05:23:40 UTC (rev 213936)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Contributor: T. Jameson Little 
-# Contributor: Usagi Ito 
-# Contributor: siasia 
-# Contributor: Julien Nicoulaud 
-
-pkgname=dart
-pkgver=1.22.0
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
-source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-sha512sums_x86_64=('f9dbf1695108e81f290819636fa1c31126e7f46ee66afaa59dbd3b543cb92a3c996a4ed6b9a4eaa3d27ef37cfa8990248a050f6e2b0543c68041d5d38dca8d52')
-sha512sums_i686=('8bfba1c04729f5183f16509c890d0748c30cf68088e1785100e3aaa715c5df631024f2ae476063dce97895043869978cff8ee28e88c4902007e74d8f575b6ee9')
-
-prepare() {
-  # Fix permissions
-  find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
--or -type f -exec chmod 0644 '{}' +
-  chmod +x "$pkgname-sdk/bin/"*
-
-  cd "$pkgname-sdk/bin"
-
-  # Configure paths
-  setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
-  setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname-sdk/bin"
-  setconf pub BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf pub SDK_DIR "/opt/$pkgname-sdk/"
-  setconf dartfmt BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf dartfmt SDK_DIR "/opt/$pkgname-sdk/"
-
-  # Extract license (AUTHORS and LICENSE files are missing)
-  head -n5 "../include/dart_api.h" > ../../LICENSE
-}
-
-package() {
-  # Create directories
-  install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}}
-
-  # Package the files
-  cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer pub dartfmt dartdevc; do
-ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
-  done
-
-  # Package samples and documentation
-  for f in samples about.html about_files; do
-echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/"
-  done
-
-  # BSD License
-  install -Dm644 LICENSE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-i686/PKGBUILD (from rev 213935, 
dart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-27 05:23:40 UTC (rev 213936)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Contributor: T. Jameson Little 
+# Contributor: Usagi Ito 
+# Contributor: siasia 
+# Contributor: Julien Nicoulaud 
+
+pkgname=dart
+pkgver=1.22.1
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
+source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
+sha512sums_x86_64=('8b5df92dcd398d896716d785e45682d55984370c334204d01eb0fe01907e883207cdcff18c68d78b39baa28afe97860c3be6b5fd4e165d795bcf5ed6c9c9c903')
+sha512sums_i686=('9288f70ae48380105a20cbb9cfb78fec3aa426bbe2fa86ed315706c48edb33209341a4eb09c3a94efdce687936865f10c11cb497795e510a44363767e7cde349')
+
+prepare() {
+  # Fix permissions
+  find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
+-or -type f -exec 

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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 05:23:08
  Author: felixonmars
Revision: 213935

upgpkg: dart 1.22.1-1

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 05:16:35 UTC (rev 213934)
+++ PKGBUILD2017-02-27 05:23:08 UTC (rev 213935)
@@ -7,7 +7,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=dart
-pkgver=1.22.0
+pkgver=1.22.1
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64' 'i686')
@@ -17,8 +17,8 @@
 options=('!strip')
 
source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
 
source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-sha512sums_x86_64=('f9dbf1695108e81f290819636fa1c31126e7f46ee66afaa59dbd3b543cb92a3c996a4ed6b9a4eaa3d27ef37cfa8990248a050f6e2b0543c68041d5d38dca8d52')
-sha512sums_i686=('8bfba1c04729f5183f16509c890d0748c30cf68088e1785100e3aaa715c5df631024f2ae476063dce97895043869978cff8ee28e88c4902007e74d8f575b6ee9')
+sha512sums_x86_64=('8b5df92dcd398d896716d785e45682d55984370c334204d01eb0fe01907e883207cdcff18c68d78b39baa28afe97860c3be6b5fd4e165d795bcf5ed6c9c9c903')
+sha512sums_i686=('9288f70ae48380105a20cbb9cfb78fec3aa426bbe2fa86ed315706c48edb33209341a4eb09c3a94efdce687936865f10c11cb497795e510a44363767e7cde349')
 
 prepare() {
   # Fix permissions


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 05:23:10
  Author: felixonmars
Revision: 289586

upgpkg: libvoikko 4.1-1

Modified:
  libvoikko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 22:42:16 UTC (rev 289585)
+++ PKGBUILD2017-02-27 05:23:10 UTC (rev 289586)
@@ -4,8 +4,8 @@
 # Contributor: Jussi Timperi   
 
 pkgname=libvoikko
-pkgver=4.0.2
-pkgrel=2
+pkgver=4.1
+pkgrel=1
 pkgdesc="A spelling and grammar checker, hyphenator and collection of related 
linguistic data for Finnish language"
 arch=(i686 x86_64)
 url="http://voikko.sourceforge.net;
@@ -13,7 +13,7 @@
 depends=(gcc-libs)
 makedepends=(python)
 
source=(http://www.puimula.org/voikko-sources/libvoikko/$pkgname-$pkgver.tar.gz)
-md5sums=('67f168ac77c552945380a06a9e73bbda')
+md5sums=('8233671012d5661555c9efe1e2f06696')
 
 build() {
   cd $pkgname-$pkgver


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 05:16:35
  Author: felixonmars
Revision: 213934

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

Added:
  haskell-pipes-http/repos/community-staging-i686/
  haskell-pipes-http/repos/community-staging-i686/PKGBUILD
(from rev 213933, haskell-pipes-http/trunk/PKGBUILD)
  haskell-pipes-http/repos/community-staging-x86_64/
  haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD
(from rev 213933, haskell-pipes-http/trunk/PKGBUILD)

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

Copied: haskell-pipes-http/repos/community-staging-i686/PKGBUILD (from rev 
213933, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-27 05:16:35 UTC (rev 213934)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.5
+pkgrel=12
+pkgdesc="HTTP client with pipes interface"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('49a196466de1638f3806a49bf10fef9eb3c06456ababf09ffd025b6b64f23055')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD (from rev 
213933, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-27 05:16:35 UTC (rev 213934)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.5
+pkgrel=12
+pkgdesc="HTTP client with pipes interface"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('49a196466de1638f3806a49bf10fef9eb3c06456ababf09ffd025b6b64f23055')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f 

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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 05:16:04
  Author: felixonmars
Revision: 213933

upgpkg: haskell-pipes-http 1.0.5-12

rebuild with http-client-tls,0.3.4

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 05:13:43 UTC (rev 213932)
+++ PKGBUILD2017-02-27 05:16:04 UTC (rev 213933)
@@ -5,7 +5,7 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.5
-pkgrel=11
+pkgrel=12
 pkgdesc="HTTP client with pipes interface"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 05:13:43
  Author: felixonmars
Revision: 213932

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

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

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

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 213931, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-27 05:13:43 UTC (rev 213932)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.4.2
+pkgrel=11
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('fe1121698b9b9804f8ccc43cbbb2e77e40948caa543b42e129bf4ce872a7cd3f')
+
+prepare() {
+sed -i 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
213931, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-27 05:13:43 UTC (rev 213932)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.4.2
+pkgrel=11
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('fe1121698b9b9804f8ccc43cbbb2e77e40948caa543b42e129bf4ce872a7cd3f')
+
+prepare() {
+sed -i 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+

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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 05:13:12
  Author: felixonmars
Revision: 213931

upgpkg: pandoc-crossref 0.2.4.2-11

rebuild with http-client-tls,0.3.4

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 05:11:59 UTC (rev 213930)
+++ PKGBUILD2017-02-27 05:13:12 UTC (rev 213931)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.4.2
-pkgrel=10
+pkgrel=11
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 05:11:59
  Author: felixonmars
Revision: 213930

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-27 05:11:39 UTC (rev 213929)
+++ PKGBUILD2017-02-27 05:11:59 UTC (rev 213930)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jeremy "Ichimonji10" Audet 
-# Contributor: dnuux 
-
-pkgbase=python-faker
-pkgname=(python-faker python2-faker)
-pkgver=0.7.8
-pkgrel=1
-pkgdesc='Faker generates fake data for you.'
-arch=('any')
-url='http://www.joke2k.net/faker/'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil' 'git')
-checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser' 
'python-nose' 'python2-nose'
-  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
-  'python2-ipaddress')
-source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a faker{,-py2}
-}
-
-build() {
-  cd "$srcdir"/faker
-  python setup.py build
-
-  cd "$srcdir"/faker-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/faker
-  nosetests3
-
-  cd "$srcdir"/faker-py2
-  nosetests2
-}
-
-package_python-faker() {
-  depends=('python-setuptools' 'python-dateutil')
-  provides=("python-fake-factory=$pkgver")
-  conflicts=('python-fake-factory')
-  replaces=('python-fake-factory')
-
-  cd "$srcdir"/faker
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-package_python2-faker() {
-  depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
-  provides=("python2-fake-factory=$pkgver")
-  conflicts=('python2-fake-factory')
-  replaces=('python2-fake-factory')
-
-  cd "$srcdir"/faker-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/faker{,2}
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

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


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 05:11:39
  Author: felixonmars
Revision: 213929

upgpkg: python-faker 0.7.9-1

Modified:
  python-faker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 05:10:09 UTC (rev 213928)
+++ PKGBUILD2017-02-27 05:11:39 UTC (rev 213929)
@@ -5,7 +5,7 @@
 
 pkgbase=python-faker
 pkgname=(python-faker python2-faker)
-pkgver=0.7.8
+pkgver=0.7.9
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')


[arch-commits] Commit in diff-so-fancy/repos/community-any (4 files)

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 05:10:09
  Author: felixonmars
Revision: 213928

archrelease: copy trunk to community-any

Added:
  diff-so-fancy/repos/community-any/PKGBUILD
(from rev 213927, diff-so-fancy/trunk/PKGBUILD)
  diff-so-fancy/repos/community-any/system-diff_highlight.patch
(from rev 213927, diff-so-fancy/trunk/system-diff_highlight.patch)
Deleted:
  diff-so-fancy/repos/community-any/PKGBUILD
  diff-so-fancy/repos/community-any/system-diff_highlight.patch

-+
 PKGBUILD|  102 +-
 system-diff_highlight.patch |   44 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-27 05:09:49 UTC (rev 213927)
+++ PKGBUILD2017-02-27 05:10:09 UTC (rev 213928)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: icasdri 
-
-pkgname=diff-so-fancy
-pkgver=0.11.2
-pkgrel=1
-pkgdesc="Good-looking diffs with diff-highlight and more"
-arch=('any')
-url="https://github.com/so-fancy/diff-so-fancy;
-license=('MIT')
-depends=('git')
-checkdepends=('bash-bats')
-source=("git+https://github.com/so-fancy/diff-so-fancy.git#tag=v$pkgver;
-"git+https://github.com/ztombol/bats-support.git;
-"git+https://github.com/ztombol/bats-assert.git;
-system-diff_highlight.patch)
-sha384sums=('SKIP'
-'SKIP'
-'SKIP'
-
'9ec860b54a91f4852d9426e7e471de918132c29e846772cc3d65b33ff5be78b95875ba994f96882e0ce9f5c6dccac998')
-
-prepare() {
-  cd "$srcdir"/$pkgname
-  git config submodule."test/test_helper/bats-support".url 
"$srcdir"/bats-support
-  git config submodule."test/test_helper/bats-assert".url "$srcdir"/bats-assert
-  git submodule update --init
-
-  sed -i 's/libexec/lib/g' diff-so-fancy readme.md
-  mv libexec lib
-
-  patch -p1 -i ../system-diff_highlight.patch
-  rm -r third_party
-  rm test/diff-highlight.bats
-}
-
-check() {
-  cd "$srcdir"/$pkgname
-  bats test/*.bats
-}
-
-package() {
-  cd "$srcdir"/$pkgname
-
-  sed -i 
's|$(get_script_dir)/lib/diff-so-fancy.pl|/usr/share/diff-so-fancy/diff-so-fancy.pl|'
 diff-so-fancy
-  
-  install -Dm755 'diff-so-fancy' "$pkgdir"/usr/bin/diff-so-fancy
-  install -Dm755 'lib/diff-so-fancy.pl' 
"$pkgdir"/usr/share/diff-so-fancy/diff-so-fancy.pl
-
-  install -Dm644 readme.md "$pkgdir"/usr/share/doc/diff-so-fancy/readme.md
-}

Copied: diff-so-fancy/repos/community-any/PKGBUILD (from rev 213927, 
diff-so-fancy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-27 05:10:09 UTC (rev 213928)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: icasdri 
+
+pkgname=diff-so-fancy
+pkgver=0.11.3
+pkgrel=1
+pkgdesc="Good-looking diffs with diff-highlight and more"
+arch=('any')
+url="https://github.com/so-fancy/diff-so-fancy;
+license=('MIT')
+depends=('git')
+checkdepends=('bash-bats')
+source=("git+https://github.com/so-fancy/diff-so-fancy.git#tag=v$pkgver;
+"git+https://github.com/ztombol/bats-support.git;
+"git+https://github.com/ztombol/bats-assert.git;
+system-diff_highlight.patch)
+sha384sums=('SKIP'
+'SKIP'
+'SKIP'
+
'9ec860b54a91f4852d9426e7e471de918132c29e846772cc3d65b33ff5be78b95875ba994f96882e0ce9f5c6dccac998')
+
+prepare() {
+  cd "$srcdir"/$pkgname
+  git config submodule."test/test_helper/bats-support".url 
"$srcdir"/bats-support
+  git config submodule."test/test_helper/bats-assert".url "$srcdir"/bats-assert
+  git submodule update --init
+
+  sed -i 's/libexec/lib/g' diff-so-fancy readme.md
+  mv libexec lib
+
+  patch -p1 -i ../system-diff_highlight.patch
+  rm -r third_party
+  rm test/diff-highlight.bats
+}
+
+check() {
+  cd "$srcdir"/$pkgname
+  bats test/*.bats
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+
+  sed -i 
's|$(get_script_dir)/lib/diff-so-fancy.pl|/usr/share/diff-so-fancy/diff-so-fancy.pl|'
 diff-so-fancy
+  
+  install -Dm755 'diff-so-fancy' "$pkgdir"/usr/bin/diff-so-fancy
+  install -Dm755 'lib/diff-so-fancy.pl' 
"$pkgdir"/usr/share/diff-so-fancy/diff-so-fancy.pl
+
+  install -Dm644 readme.md "$pkgdir"/usr/share/doc/diff-so-fancy/readme.md
+}

Deleted: system-diff_highlight.patch
===
--- system-diff_highlight.patch 2017-02-27 05:09:49 UTC (rev 213927)
+++ system-diff_highlight.patch 2017-02-27 05:10:09 UTC (rev 213928)
@@ -1,22 +0,0 @@
-From 10175a16b762282acd90ee624a73b55a362fbbca Mon Sep 17 00:00:00 2001
-From: Felix Yan 
-Date: Sun, 14 Feb 2016 17:07:07 +0800
-Subject: [PATCH] Use system git's diff_highlight
-

- diff-so-fancy | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/diff-so-fancy b/diff-so-fancy
-index 

[arch-commits] Commit in diff-so-fancy/trunk (PKGBUILD)

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 05:09:49
  Author: felixonmars
Revision: 213927

upgpkg: diff-so-fancy 0.11.3-1

Modified:
  diff-so-fancy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 05:06:55 UTC (rev 213926)
+++ PKGBUILD2017-02-27 05:09:49 UTC (rev 213927)
@@ -3,7 +3,7 @@
 # Contributor: icasdri 
 
 pkgname=diff-so-fancy
-pkgver=0.11.2
+pkgver=0.11.3
 pkgrel=1
 pkgdesc="Good-looking diffs with diff-highlight and more"
 arch=('any')


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 05:06:55
  Author: felixonmars
Revision: 213926

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

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

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 213925, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-27 05:06:55 UTC (rev 213926)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.1
+pkgrel=11
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('8deca33939717372ca227559dfe82aa0b02af49b19e9ea60051f555dcee2cfe6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
213925, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-27 05:06:55 UTC (rev 213926)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.1
+pkgrel=11
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")

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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 05:06:25
  Author: felixonmars
Revision: 213925

upgpkg: haskell-hakyll 4.9.5.1-11

rebuild with http-client-tls,0.3.4

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 05:00:02 UTC (rev 213924)
+++ PKGBUILD2017-02-27 05:06:25 UTC (rev 213925)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.5.1
-pkgrel=10
+pkgrel=11
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 05:00:02
  Author: felixonmars
Revision: 213924

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

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

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

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 213923, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-27 05:00:02 UTC (rev 213924)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.4.1
+pkgrel=5
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('6e6b0a89a831f9bfaa33dc0f3dff1792ee1626a5e66e1bd34da9447cd3c7de51')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-citeproc() {
+depends=('pandoc' 'icu')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
213923, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-27 05:00:02 UTC (rev 213924)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.4.1
+pkgrel=5
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"

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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 04:59:35
  Author: felixonmars
Revision: 213923

upgpkg: pandoc-citeproc 0.10.4.1-5

rebuild with http-client-tls,0.3.4

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 04:46:34 UTC (rev 213922)
+++ PKGBUILD2017-02-27 04:59:35 UTC (rev 213923)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.10.4.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 04:46:34
  Author: felixonmars
Revision: 213922

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

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

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

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 213921, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-27 04:46:34 UTC (rev 213922)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.19.2.1
+pkgrel=15
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-doctemplates" 
"haskell-mtl"
+ "haskell-extensible-exceptions" "haskell-filemanip" 
"haskell-haddock-library"
+ "haskell-skylighting" "haskell-hslua" "haskell-http-client" 
"haskell-syb"
+ "haskell-http-client-tls" "haskell-http-types"  "haskell-text" 
"haskell-texmath"
+ "haskell-network" "haskell-old-time" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-random" "haskell-scientific" "haskell-tagsoup" 
"haskell-temporary"
+ "haskell-network-uri" "haskell-unordered-containers" 
"haskell-zip-archive"
+ "haskell-vector" "haskell-xml" "haskell-yaml" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('08692f3d77bf95bb9ba3407f7af26de7c23134e7efcdafad0bdaf9050e2c7801')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files -f-weigh-pandoc
+runhaskell Setup build
+
+runhaskell Setup haddock --hoogle --html
+
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc() {
+depends=('gmp' 'libffi' 'zlib' 'pcre' 'cmark')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'texlive-core: for pdf output')
+replaces=('pandoc-static')
+conflicts=('pandoc-static')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}
+
+package_haskell-pandoc() {
+pkgdesc="Conversion between markup formats (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 213921, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-27 04:46:34 UTC (rev 213922)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.19.2.1
+pkgrel=15
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" 

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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 04:46:08
  Author: felixonmars
Revision: 213921

upgpkg: pandoc 1.19.2.1-15

rebuild with http-client-tls,0.3.4

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 04:21:46 UTC (rev 213920)
+++ PKGBUILD2017-02-27 04:46:08 UTC (rev 213921)
@@ -5,7 +5,7 @@
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
 pkgver=1.19.2.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 04:21:46
  Author: felixonmars
Revision: 213920

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

Added:
  haskell-yesod-auth/repos/community-staging-i686/
  haskell-yesod-auth/repos/community-staging-i686/PKGBUILD
(from rev 213919, haskell-yesod-auth/trunk/PKGBUILD)
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 213919, haskell-yesod-auth/trunk/PKGBUILD)

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

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
213919, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-27 04:21:46 UTC (rev 213920)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.16
+pkgrel=19
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a2c76409522ac276b92d31e13ffa94ae51194ffdb902a41f979d25181a5182d2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
213919, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-27 04:21:46 UTC (rev 213920)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.16
+pkgrel=19
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 

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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 04:21:19
  Author: felixonmars
Revision: 213919

upgpkg: haskell-yesod-auth 1.4.16-19

rebuild with http-client-tls,0.3.4

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 04:15:08 UTC (rev 213918)
+++ PKGBUILD2017-02-27 04:21:19 UTC (rev 213919)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.16
-pkgrel=18
+pkgrel=19
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 04:15:08
  Author: felixonmars
Revision: 213918

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

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

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 213917, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-27 04:15:08 UTC (rev 213918)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.9
+pkgrel=17
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" 
"haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('93f584c5f7fc6a57ee50803ae8df5e6c41051a3177044b273cb7fbcd39d11874')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 213917, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-27 04:15:08 UTC (rev 213918)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.9
+pkgrel=17
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" 
"haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('93f584c5f7fc6a57ee50803ae8df5e6c41051a3177044b273cb7fbcd39d11874')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 04:14:44
  Author: felixonmars
Revision: 213917

upgpkg: hoogle 5.0.9-17

rebuild with http-client-tls,0.3.4

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 04:10:06 UTC (rev 213916)
+++ PKGBUILD2017-02-27 04:14:44 UTC (rev 213917)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.9
-pkgrel=16
+pkgrel=17
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 04:10:06
  Author: felixonmars
Revision: 213916

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

Added:
  git-annex/repos/community-staging-i686/
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 213915, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 213915, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 213915, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-27 04:10:06 UTC (rev 213916)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170214
+pkgrel=9
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" 
"haskell-dav"
+ "haskell-dbus" "haskell-disk-free-space" "haskell-dlist" 
"haskell-dns"
+ "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions" 
"haskell-fdo-notify"
+ "haskell-feed" "haskell-hinotify" "haskell-hslogger" 
"haskell-http-client"
+ "haskell-http-conduit" "haskell-http-types" "haskell-ifelse" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" 
"haskell-mountpoints"
+ "haskell-mtl" "haskell-network" "haskell-network-info" 
"haskell-network-multicast"
+ "haskell-network-uri" "haskell-old-locale" 
"haskell-optparse-applicative"
+ "haskell-path-pieces" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-quickcheck" 
"haskell-random"
+ "haskell-regex-tdfa" "haskell-resourcet" "haskell-safesemaphore" 
"haskell-sandi"
+ "haskell-securemem" "haskell-shakespeare" "haskell-socks" 
"haskell-stm"
+ "haskell-stm-chans" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-uuid" "haskell-wai"
+ "haskell-wai-extra" "haskell-warp" "haskell-warp-tls" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-default" "haskell-yesod-form"
+ "haskell-yesod-static")
+source=("git+https://github.com/joeyh/git-annex.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fcryptonite -fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make DESTDIR="$pkgdir" install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 213915, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-27 04:10:06 UTC (rev 213916)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170214
+pkgrel=9
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" 

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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 04:09:41
  Author: felixonmars
Revision: 213915

upgpkg: git-annex 6.20170214-9

rebuild with http-client-tls,0.3.4

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 03:53:41 UTC (rev 213914)
+++ PKGBUILD2017-02-27 04:09:41 UTC (rev 213915)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170214
-pkgrel=8
+pkgrel=9
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 03:53:41
  Author: felixonmars
Revision: 213914

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

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

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

Copied: haskell-aws/repos/community-staging-i686/PKGBUILD (from rev 213913, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-27 03:53:41 UTC (rev 213914)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.16
+pkgrel=3
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default"
+ "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-safe" "haskell-scientific" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('84b5c60227f3c9eddc0abf0881aee22443fc4a211b8a95f18be628eaa492209c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-examples
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 213913, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-27 03:53:41 UTC (rev 213914)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.16
+pkgrel=3
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default"
+ "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-safe" "haskell-scientific" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('84b5c60227f3c9eddc0abf0881aee22443fc4a211b8a95f18be628eaa492209c')
+
+build() {
+   

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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 03:53:09
  Author: felixonmars
Revision: 213913

upgpkg: haskell-aws 0.16-3

rebuild with http-client-tls,0.3.4

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 03:43:11 UTC (rev 213912)
+++ PKGBUILD2017-02-27 03:53:09 UTC (rev 213913)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.16
-pkgrel=2
+pkgrel=3
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="http://github.com/aristidb/aws;
 license=("custom:BSD3")


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 03:43:11
  Author: felixonmars
Revision: 213912

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

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

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

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

Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
213911, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-27 03:43:11 UTC (rev 213912)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=49
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
+ "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
+ "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
+ "haskell-unordered-containers" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ 

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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 03:42:44
  Author: felixonmars
Revision: 213911

upgpkg: haskell-authenticate 1.3.3.2-49

rebuild with http-client-tls,0.3.4

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 03:40:14 UTC (rev 213910)
+++ PKGBUILD2017-02-27 03:42:44 UTC (rev 213911)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=48
+pkgrel=49
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 03:40:14
  Author: felixonmars
Revision: 213910

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

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

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

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
213909, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-27 03:40:14 UTC (rev 213910)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3
+pkgrel=30
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('eee51e80fe76b3bf4b4041545f452e126e0593f70a0623a5a35ee47d72fe0dc3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
213909, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-27 03:40:14 UTC (rev 213910)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3
+pkgrel=30
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('eee51e80fe76b3bf4b4041545f452e126e0593f70a0623a5a35ee47d72fe0dc3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   

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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 03:39:43
  Author: felixonmars
Revision: 213909

upgpkg: haskell-http-conduit 2.2.3-30

rebuild with http-client-tls,0.3.4

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 03:37:01 UTC (rev 213908)
+++ PKGBUILD2017-02-27 03:39:43 UTC (rev 213909)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.2.3
-pkgrel=29
+pkgrel=30
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit;
 license=("custom:BSD3")


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 03:37:01
  Author: felixonmars
Revision: 213908

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

Added:
  hopenpgp-tools/repos/community-staging-i686/
  hopenpgp-tools/repos/community-staging-i686/PKGBUILD
(from rev 213907, hopenpgp-tools/trunk/PKGBUILD)
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 213907, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-i686/PKGBUILD (from rev 213907, 
hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-27 03:37:01 UTC (rev 213908)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=46
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "haskell-aeson" 
"haskell-ansi-wl-pprint"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-binary-conduit"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-pubkey" 
"haskell-cryptohash"
+ "haskell-errors" "haskell-fgl" "haskell-graphviz" 
"haskell-hopenpgp"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-ixset-typed" "haskell-lens" "haskell-monad-loops" 
"haskell-openpgp-asciiarmor"
+ "haskell-optparse-applicative" "haskell-resourcet" "haskell-text"
+ "haskell-time-locale-compat" "haskell-wl-pprint-extras" 
"haskell-wl-pprint-terminfo"
+ "haskell-yaml")
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
213907, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-27 03:37:01 UTC (rev 213908)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=46
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "haskell-aeson" 
"haskell-ansi-wl-pprint"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-binary-conduit"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-pubkey" 
"haskell-cryptohash"
+ "haskell-errors" "haskell-fgl" "haskell-graphviz" 
"haskell-hopenpgp"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-ixset-typed" "haskell-lens" "haskell-monad-loops" 
"haskell-openpgp-asciiarmor"
+ "haskell-optparse-applicative" "haskell-resourcet" "haskell-text"
+ "haskell-time-locale-compat" "haskell-wl-pprint-extras" 
"haskell-wl-pprint-terminfo"
+ "haskell-yaml")
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 03:36:31
  Author: felixonmars
Revision: 213907

upgpkg: hopenpgp-tools 0.19.4-46

rebuild with http-client-tls,0.3.4

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 03:31:01 UTC (rev 213906)
+++ PKGBUILD2017-02-27 03:36:31 UTC (rev 213907)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.4
-pkgrel=45
+pkgrel=46
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 03:30:32
  Author: felixonmars
Revision: 213905

upgpkg: haskell-dav 1.3.1-56

rebuild with http-client-tls,0.3.4

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 03:27:06 UTC (rev 213904)
+++ PKGBUILD2017-02-27 03:30:32 UTC (rev 213905)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=55
+pkgrel=56
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 03:31:01
  Author: felixonmars
Revision: 213906

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

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

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

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 213905, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-27 03:31:01 UTC (rev 213906)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=56
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 213905, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-27 03:31:01 UTC (rev 213906)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=56
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed 

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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 03:27:06
  Author: felixonmars
Revision: 213904

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

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

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

Copied: haskell-http-client-tls/repos/community-staging-i686/PKGBUILD (from rev 
213903, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-27 03:27:06 UTC (rev 213904)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.4
+pkgrel=1
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" 
"haskell-network-uri"
+ "haskell-text" "haskell-tls")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('37693b0ebcfa6ce796abf39647ff4df17361ab1ab1f999ac10faba67d3042bc1')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 213903, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-27 03:27:06 UTC (rev 213904)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.4
+pkgrel=1
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" 
"haskell-network-uri"
+ "haskell-text" "haskell-tls")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('37693b0ebcfa6ce796abf39647ff4df17361ab1ab1f999ac10faba67d3042bc1')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd 

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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 03:26:23
  Author: felixonmars
Revision: 213903

upgpkg: haskell-http-client-tls 0.3.4-1

rebuild with http-client-tls,0.3.4

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 03:22:20 UTC (rev 213902)
+++ PKGBUILD2017-02-27 03:26:23 UTC (rev 213903)
@@ -4,8 +4,8 @@
 
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
-pkgver=0.3.3.1
-pkgrel=6
+pkgver=0.3.4
+pkgrel=1
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")
@@ -12,9 +12,10 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
  "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
- "haskell-http-types" "haskell-memory" "haskell-network" "haskell-tls")
+ "haskell-http-types" "haskell-memory" "haskell-network" 
"haskell-network-uri"
+ "haskell-text" "haskell-tls")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('56317378785688a129fdc7abdf5d721fe15e46178f89f457878aa3acd1ac7d12')
+sha256sums=('37693b0ebcfa6ce796abf39647ff4df17361ab1ab1f999ac10faba67d3042bc1')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 03:22:20
  Author: felixonmars
Revision: 213902

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 213901, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 213901, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 213901, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 213901, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 213901, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 213901, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 213901, 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  |   18 +-
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 117 insertions(+), 117 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-02-27 03:21:29 UTC (rev 213901)
+++ LICENSE 2017-02-27 03:22:20 UTC (rev 213902)
@@ -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 213901, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-02-27 03:22:20 UTC (rev 213902)
@@ -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
===
--- PKGBUILD2017-02-27 03:21:29 UTC (rev 213901)
+++ PKGBUILD2017-02-27 03:22:20 UTC (rev 213902)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.47
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')

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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 03:21:29
  Author: felixonmars
Revision: 213901

upgpkg: jenkins 2.48-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 01:21:12 UTC (rev 213900)
+++ PKGBUILD2017-02-27 03:21:29 UTC (rev 213901)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.47
+pkgver=2.48
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('4cdb5c8310cd45d5635cec92ca81fc36c0d9a032b7e2f55ef7be3439afb6fd95b6c43b03d0ead102cbc08a661ab418e8bd4bcc13f8870d52c6db158f0bce7ffd'
+sha512sums=('cbe325945a9e9d604c6b40652c832eca13751dd35c804eea327df15dee41dab1d9f8af9d7c267de443aa55e8284ee4e9140bb5abb214c5e94512297b7fc19cda'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 01:21:12
  Author: felixonmars
Revision: 213900

archrelease: copy trunk to community-any

Added:
  python-karellen-geventws/repos/community-any/PKGBUILD
(from rev 213899, python-karellen-geventws/trunk/PKGBUILD)
Deleted:
  python-karellen-geventws/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-27 01:20:50 UTC (rev 213899)
+++ PKGBUILD2017-02-27 01:21:12 UTC (rev 213900)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=python-karellen-geventws
-pkgver=1.0.1
-pkgrel=3
-pkgdesc="Websocket handler for the gevent pywsgi server, a Python network 
library"
-arch=('any')
-url="https://github.com/karellen/karellen-geventws;
-license=('Apache')
-depends=('python-gevent')
-makedepends=('python-pybuilder' 'python-karellen-pyb-plugin' 'python-cram' 
'flake8' 'python-sphinx'
- 'python-unittest-xml-reporting' 'python-wsaccel' 'git')
-optdepends=('python-wsaccel: for better performance')
-source=("git+https://github.com/karellen/karellen-geventws.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-check() {
-  cd "$srcdir"/karellen-geventws
-  pyb -v analyze
-}
-
-package() {
-  cd karellen-geventws
-  pyb -v -o package
-  cd target/dist/karellen-geventws-$pkgver
-  python setup.py install --root="$pkgdir" -O1
-}

Copied: python-karellen-geventws/repos/community-any/PKGBUILD (from rev 213899, 
python-karellen-geventws/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-27 01:21:12 UTC (rev 213900)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-karellen-geventws
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Websocket handler for the gevent pywsgi server, a Python network 
library"
+arch=('any')
+url="https://github.com/karellen/karellen-geventws;
+license=('Apache')
+depends=('python-gevent')
+makedepends=('python-pybuilder' 'python-karellen-pyb-plugin' 'python-cram' 
'flake8' 'python-sphinx'
+ 'python-unittest-xml-reporting' 'python-wsaccel' 'git')
+optdepends=('python-wsaccel: for better performance')
+source=("git+https://github.com/karellen/karellen-geventws.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+check() {
+  cd "$srcdir"/karellen-geventws
+  pyb -v analyze
+}
+
+package() {
+  cd karellen-geventws
+  pyb -v -o package
+  cd target/dist/karellen-geventws-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+}


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 01:20:50
  Author: felixonmars
Revision: 213899

upgpkg: python-karellen-geventws 1.0.2-1

Modified:
  python-karellen-geventws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 22:41:17 UTC (rev 213898)
+++ PKGBUILD2017-02-27 01:20:50 UTC (rev 213899)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-karellen-geventws
-pkgver=1.0.1
-pkgrel=3
+pkgver=1.0.2
+pkgrel=1
 pkgdesc="Websocket handler for the gevent pywsgi server, a Python network 
library"
 arch=('any')
 url="https://github.com/karellen/karellen-geventws;


[arch-commits] Commit in nvidia-340xx/repos (10 files)

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 22:42:16
  Author: heftig
Revision: 289585

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

Added:
  nvidia-340xx/repos/testing-i686/
  nvidia-340xx/repos/testing-i686/4.10.0_kernel.patch
(from rev 289584, nvidia-340xx/trunk/4.10.0_kernel.patch)
  nvidia-340xx/repos/testing-i686/PKGBUILD
(from rev 289584, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-i686/fs52243.patch
(from rev 289584, nvidia-340xx/trunk/fs52243.patch)
  nvidia-340xx/repos/testing-i686/nvidia-340xx.install
(from rev 289584, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/testing-x86_64/
  nvidia-340xx/repos/testing-x86_64/4.10.0_kernel.patch
(from rev 289584, nvidia-340xx/trunk/4.10.0_kernel.patch)
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
(from rev 289584, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-x86_64/fs52243.patch
(from rev 289584, nvidia-340xx/trunk/fs52243.patch)
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install
(from rev 289584, nvidia-340xx/trunk/nvidia-340xx.install)

-+
 testing-i686/4.10.0_kernel.patch|  131 ++
 testing-i686/PKGBUILD   |   74 +++
 testing-i686/fs52243.patch  |   14 +++
 testing-i686/nvidia-340xx.install   |   13 +++
 testing-x86_64/4.10.0_kernel.patch  |  131 ++
 testing-x86_64/PKGBUILD |   74 +++
 testing-x86_64/fs52243.patch|   14 +++
 testing-x86_64/nvidia-340xx.install |   13 +++
 8 files changed, 464 insertions(+)

Copied: nvidia-340xx/repos/testing-i686/4.10.0_kernel.patch (from rev 289584, 
nvidia-340xx/trunk/4.10.0_kernel.patch)
===
--- testing-i686/4.10.0_kernel.patch(rev 0)
+++ testing-i686/4.10.0_kernel.patch2017-02-26 22:42:16 UTC (rev 289585)
@@ -0,0 +1,131 @@
+From 983a2ca221a371e08bb5ad11758a729cfa5aa88c Mon Sep 17 00:00:00 2001
+From: Alberto Milone 
+Date: Wed, 15 Feb 2017 17:05:55 +0100
+Subject: [PATCH 1/1] Add support for Linux 4.10
+
+---
+ nv-linux.h|  7 +++
+ nv-pat.c  | 40 
+ uvm/nvidia_uvm_lite.c |  4 
+ 3 files changed, 51 insertions(+)
+
+diff --git a/kernel/nv-linux.h b/kernel/nv-linux.h
+index e7068e3..2d62492 100644
+--- a/kernel/nv-linux.h
 b/kernel/nv-linux.h
+@@ -2082,6 +2082,8 @@ static inline NvU64 nv_node_end_pfn(int nid)
+  *2016 Dec 14:5b56d49fc31dbb0487e14ead790fc81ca9fb2c99
+  */
+ 
++#include 
++
+ #if defined(NV_GET_USER_PAGES_REMOTE_PRESENT)
+ #if defined(NV_GET_USER_PAGES_HAS_WRITE_AND_FORCE_ARGS)
+ #define NV_GET_USER_PAGES   get_user_pages
+@@ -2129,8 +2131,13 @@ static inline NvU64 nv_node_end_pfn(int nid)
+ 
+ #else
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+return get_user_pages_remote(tsk, mm, start, nr_pages, flags,
+ pages, vmas);
++#else
++   return get_user_pages_remote(tsk, mm, start, nr_pages, flags,
++pages, vmas, NULL);
++#endif
+ 
+ #endif
+ 
+diff --git a/kernel/nv-pat.c b/kernel/nv-pat.c
+index a725533..cec6f3f 100644
+--- a/kernel/nv-pat.c
 b/kernel/nv-pat.c
+@@ -203,6 +203,7 @@ void nv_disable_pat_support(void)
+ }
+ 
+ #if defined(NV_ENABLE_PAT_SUPPORT) && defined(NV_ENABLE_HOTPLUG_CPU)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+ static int
+ nvidia_cpu_callback(struct notifier_block *nfb, unsigned long action, void 
*hcpu)
+ {
+@@ -234,6 +235,34 @@ static struct notifier_block nv_hotcpu_nfb = {
+ .notifier_call = nvidia_cpu_callback,
+ .priority = 0
+ };
++#else
++static int nvidia_cpu_online(unsigned int hcpu)
++{
++unsigned int cpu = get_cpu();
++if (cpu == hcpu)
++nv_setup_pat_entries(NULL);
++else
++NV_SMP_CALL_FUNCTION(nv_setup_pat_entries, (void *)(long int)hcpu, 1);
++
++put_cpu();
++
++return 0;
++}
++
++static int nvidia_cpu_down_prep(unsigned int hcpu)
++{
++unsigned int cpu = get_cpu();
++if (cpu == hcpu)
++nv_restore_pat_entries(NULL);
++else
++NV_SMP_CALL_FUNCTION(nv_restore_pat_entries, (void *)(long int)hcpu, 
1);
++
++put_cpu();
++
++return 0;
++}
++#endif
++
+ #endif
+ 
+ int nv_init_pat_support(nv_stack_t *sp)
+@@ -255,7 +284,14 @@ int nv_init_pat_support(nv_stack_t *sp)
+ #if defined(NV_ENABLE_PAT_SUPPORT) && defined(NV_ENABLE_HOTPLUG_CPU)
+ if (nv_pat_mode == NV_PAT_MODE_BUILTIN)
+ {
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+ if (register_hotcpu_notifier(_hotcpu_nfb) != 0)
++#else
++if (cpuhp_setup_state(CPUHP_AP_ONLINE_DYN,
++  "gpu/nvidia:online",
++  

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

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 22:41:48
  Author: heftig
Revision: 289584

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

Added:
  nvidia/repos/testing-i686/
  nvidia/repos/testing-i686/PKGBUILD
(from rev 289583, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/fix-abi.patch
(from rev 289583, nvidia/trunk/fix-abi.patch)
  nvidia/repos/testing-i686/kernel_4.10.patch
(from rev 289583, nvidia/trunk/kernel_4.10.patch)
  nvidia/repos/testing-i686/nvidia.install
(from rev 289583, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 289583, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/fix-abi.patch
(from rev 289583, nvidia/trunk/fix-abi.patch)
  nvidia/repos/testing-x86_64/kernel_4.10.patch
(from rev 289583, nvidia/trunk/kernel_4.10.patch)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 289583, nvidia/trunk/nvidia.install)

--+
 testing-i686/PKGBUILD|   88 
 testing-i686/fix-abi.patch   |   12 +
 testing-i686/kernel_4.10.patch   |  382 +
 testing-i686/nvidia.install  |   13 +
 testing-x86_64/PKGBUILD  |   88 
 testing-x86_64/fix-abi.patch |   12 +
 testing-x86_64/kernel_4.10.patch |  382 +
 testing-x86_64/nvidia.install|   13 +
 8 files changed, 990 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 289583, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-26 22:41:48 UTC (rev 289584)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=378.13
+_extramodules=extramodules-4.10-ARCH
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.10' 'linux-headers<4.11')
+license=('custom')
+options=('!strip')
+source=('kernel_4.10.patch')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('e81769b830b7a1e60c635e3bbe559f59')
+md5sums_i686=('dd1077750af9a067739ec291fb24175f')
+md5sums_x86_64=('fe4d25b19a780a690cafc8e3b7c0113f')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+patch -Np1 --no-backup-if-mismatch -i ../kernel_4.10.patch
+
+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
+}
+
+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.10' 'linux<4.11' "nvidia-utils=${pkgver}" 'libgl')
+install=nvidia.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
+ "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-modeset.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
+ "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
+
+if [[ "$CARCH" = "x86_64" ]]; then
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}
+
+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 

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

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 22:41:17
  Author: heftig
Revision: 213898

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

Added:
  acpi_call/repos/community-testing-i686/
  acpi_call/repos/community-testing-i686/PKGBUILD
(from rev 213897, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-i686/acpi_call.install
(from rev 213897, acpi_call/trunk/acpi_call.install)
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 213897, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-x86_64/acpi_call.install
(from rev 213897, acpi_call/trunk/acpi_call.install)

+
 community-testing-i686/PKGBUILD|   47 +++
 community-testing-i686/acpi_call.install   |   14 
 community-testing-x86_64/PKGBUILD  |   47 +++
 community-testing-x86_64/acpi_call.install |   14 
 4 files changed, 122 insertions(+)

Copied: acpi_call/repos/community-testing-i686/PKGBUILD (from rev 213897, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-02-26 22:41:17 UTC (rev 213898)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=59
+_extramodules=extramodules-4.10-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.10' 'linux<4.11')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo acpi_call > "${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/acpi_call
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/acpi_call/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-i686/acpi_call.install (from rev 
213897, acpi_call/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2017-02-26 22:41:17 UTC (rev 
213898)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.10-ARCH
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 213897, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-02-26 22:41:17 UTC (rev 213898)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=59
+_extramodules=extramodules-4.10-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.10' 'linux<4.11')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  

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

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 22:40:56
  Author: heftig
Revision: 213897

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

Added:
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 213896, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 213896, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 213896, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 213896, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 213896, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 213896, vhba-module/trunk/vhba-module.install)

--+
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   44 +
 community-testing-i686/vhba-module.install   |   21 +++
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   44 +
 community-testing-x86_64/vhba-module.install |   21 +++
 6 files changed, 132 insertions(+)

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
213896, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2017-02-26 22:40:56 UTC (rev 
213897)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 213896, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-02-26 22:40:56 UTC (rev 213897)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20161009
+_extramodules=extramodules-4.10-ARCH
+pkgrel=10
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux>=4.10' 'linux<4.11')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
+options=(!makeflags)
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+'60-vhba.rules')
+sha256sums=('cd062d8bd61ccb8137622f837a0dadb771cc935981d8bccb2ad4de0bd11f33d9'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
+  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
+
+  cd $startdir
+  cp -f $install ${install}.pkg
+  true && install=${install}.pkg
+  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/vhba-module.install (from rev 
213896, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2017-02-26 22:40:56 UTC (rev 
213897)
@@ -0,0 +1,21 @@
+EXTRAMODULES=
+
+_updatemod() {
+  echo "  > Updating module dependencies..."
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  getent group cdemu &>/dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_upgrade() {
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
213896, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2017-02-26 22:40:56 UTC (rev 
213897)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 213896, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD 

[arch-commits] Commit in nvidia-304xx/repos (12 files)

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 22:40:12
  Author: heftig
Revision: 289583

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

Added:
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 289582, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/disable-mtrr.patch
(from rev 289582, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/testing-i686/drm-driver-legacy.patch
(from rev 289582, nvidia-304xx/trunk/drm-driver-legacy.patch)
  nvidia-304xx/repos/testing-i686/kernel_4.10.patch
(from rev 289582, nvidia-304xx/trunk/kernel_4.10.patch)
  nvidia-304xx/repos/testing-i686/nvidia-304xx.install
(from rev 289582, nvidia-304xx/trunk/nvidia-304xx.install)
  nvidia-304xx/repos/testing-x86_64/
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 289582, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/disable-mtrr.patch
(from rev 289582, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/testing-x86_64/drm-driver-legacy.patch
(from rev 289582, nvidia-304xx/trunk/drm-driver-legacy.patch)
  nvidia-304xx/repos/testing-x86_64/kernel_4.10.patch
(from rev 289582, nvidia-304xx/trunk/kernel_4.10.patch)
  nvidia-304xx/repos/testing-x86_64/nvidia-304xx.install
(from rev 289582, nvidia-304xx/trunk/nvidia-304xx.install)

+
 testing-i686/PKGBUILD  |   78 +++
 testing-i686/disable-mtrr.patch|   24 +++
 testing-i686/drm-driver-legacy.patch   |   20 +
 testing-i686/kernel_4.10.patch |  105 +++
 testing-i686/nvidia-304xx.install  |   13 +++
 testing-x86_64/PKGBUILD|   78 +++
 testing-x86_64/disable-mtrr.patch  |   24 +++
 testing-x86_64/drm-driver-legacy.patch |   20 +
 testing-x86_64/kernel_4.10.patch   |  105 +++
 testing-x86_64/nvidia-304xx.install|   13 +++
 10 files changed, 480 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 289582, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-26 22:40:12 UTC (rev 289583)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-304xx
+pkgname=(nvidia-304xx nvidia-304xx-dkms)
+pkgver=304.135
+_extramodules=extramodules-4.10-ARCH
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('linux' 'linux-headers>=4.10' 'linux-headers<4.11')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=('disable-mtrr.patch'
+'drm-driver-legacy.patch'
+'kernel_4.10.patch')
+source_i686+=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64+=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+sha512sums=('54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774'
+
'fa39dee5c9f1ea98286c87165f683ee194b2cb4056aa6b556e822b9ee760dcf3683ea001c3704e79b9ac9712314d7df5690dc7f68440cda7a96791f94425455d'
+
'68dabbf6ad889c46bd0c01ebb697b80f4aa526ef1cdc53de008343a243adefc6ce7f2778be7005f2d79f3d23c0a3ff69f67ecdb9f97c0feb0ec99405a0c1046a')
+sha512sums_i686=('c2645cc9a6f23641d8b6da51e72e203980068c05e365fcc73b32322a6875ce95e81f4e0d893276e14e84e93464488539c16db6b3be04f5324cf7d7a12bb557f8')
+sha512sums_x86_64=('a5aa48baa75eb267bd193e59328aa5fbc15d41045bb7e97aa1b96b918b9e68a1c1bf95624d9d494336256e0af2c41e188d30fe91be4967084de3387f50d3805c')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+patch -Np1 --no-backup-if-mismatch -i ../kernel_4.10.patch
+
+# FS#47092
+#(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/disable-mtrr.patch)
+(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/drm-driver-legacy.patch)
+
+cp -a kernel kernel-dkms
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-304xx() {
+pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
+depends=('linux>=4.10' 'linux<4.11' 'libgl' "nvidia-304xx-utils=${pkgver}")
+   conflicts+=('nvidia-304xx-dkms')
+install=nvidia-304xx.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"

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

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 22:40:31
  Author: heftig
Revision: 213896

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

Added:
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 213895, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/r8168.install
(from rev 213895, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 213895, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 213895, r8168/trunk/r8168.install)

+
 community-testing-i686/PKGBUILD|   44 +++
 community-testing-i686/r8168.install   |   17 +++
 community-testing-x86_64/PKGBUILD  |   44 +++
 community-testing-x86_64/r8168.install |   17 +++
 4 files changed, 122 insertions(+)

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 213895, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-02-26 22:40:31 UTC (rev 213896)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.044.02
+pkgrel=4
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/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)")
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
+}

Copied: r8168/repos/community-testing-i686/r8168.install (from rev 213895, 
r8168/trunk/r8168.install)
===
--- community-testing-i686/r8168.install(rev 0)
+++ community-testing-i686/r8168.install2017-02-26 22:40:31 UTC (rev 
213896)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.10-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 213895, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-02-26 22:40:31 UTC (rev 213896)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.044.02
+pkgrel=4
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 

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

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 22:39:41
  Author: heftig
Revision: 213895

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

Added:
  bbswitch/repos/community-testing-i686/
  bbswitch/repos/community-testing-i686/PKGBUILD
(from rev 213894, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-i686/bbswitch.install
(from rev 213894, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 213894, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-x86_64/bbswitch.install
(from rev 213894, bbswitch/trunk/bbswitch.install)

---+
 community-testing-i686/PKGBUILD   |   45 
 community-testing-i686/bbswitch.install   |   12 +++
 community-testing-x86_64/PKGBUILD |   45 
 community-testing-x86_64/bbswitch.install |   12 +++
 4 files changed, 114 insertions(+)

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 213894, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-02-26 22:39:41 UTC (rev 213895)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+_extramodules=extramodules-4.10-ARCH # Don't forget to update bbswitch.install
+pkgrel=64
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11' 'linux>=4.10' 
'linux<4.11')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  depends=('linux>=4.10' 'linux<4.11')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -dm755 "${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+
+  install -Dm644 Makefile bbswitch.c dkms/dkms.conf 
"${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
213894, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2017-02-26 22:39:41 UTC (rev 
213895)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.10-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 213894, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-02-26 22:39:41 UTC (rev 213895)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+_extramodules=extramodules-4.10-ARCH # Don't forget to update bbswitch.install
+pkgrel=64
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11' 'linux>=4.10' 
'linux<4.11')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  depends=('linux>=4.10' 'linux<4.11')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install 

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

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 22:39:18
  Author: heftig
Revision: 213894

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

Added:
  tp_smapi/repos/community-testing-i686/
  tp_smapi/repos/community-testing-i686/PKGBUILD
(from rev 213893, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-i686/tp_smapi.install
(from rev 213893, tp_smapi/trunk/tp_smapi.install)
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 213893, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-x86_64/tp_smapi.install
(from rev 213893, tp_smapi/trunk/tp_smapi.install)

---+
 community-testing-i686/PKGBUILD   |   53 
 community-testing-i686/tp_smapi.install   |   13 ++
 community-testing-x86_64/PKGBUILD |   53 
 community-testing-x86_64/tp_smapi.install |   13 ++
 4 files changed, 132 insertions(+)

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 213893, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-02-26 22:39:18 UTC (rev 213894)
@@ -0,0 +1,53 @@
+# 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
+_pkgname=tp-smapi
+pkgver=0.42
+_extramodules=extramodules-4.10-ARCH
+pkgrel=13
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.10' 'linux<4.11')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgname-$pkgver"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C "/usr/lib/modules/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/usr" \
+M="$srcdir/$pkgname-$_pkgname-$pkgver" modules_install
+
+  cd "${pkgdir}/usr/lib/modules"
+  mv "${_kernver}/extra" "${_extramodules}"
+  rmdir "${_kernver}"
+
+  # compress kernel modules
+  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi > "${srcdir}/${pkgname}.conf"
+  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
+
+  # update kernel version in install file
+  sed -ri "s|^(extramodules=).*\$|\1/usr/lib/modules/${_extramodules}|" \
+"${startdir}/${pkgname}.install"
+}

Copied: tp_smapi/repos/community-testing-i686/tp_smapi.install (from rev 
213893, tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2017-02-26 22:39:18 UTC (rev 
213894)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-4.10-ARCH
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 213893, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-02-26 22:39:18 UTC (rev 213894)
@@ -0,0 +1,53 @@
+# 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
+_pkgname=tp-smapi
+pkgver=0.42
+_extramodules=extramodules-4.10-ARCH
+pkgrel=13
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.10' 'linux<4.11')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgname-$pkgver"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C 

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

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 22:24:40
  Author: heftig
Revision: 213893

20161009-10

Modified:
  vhba-module/trunk/PKGBUILD
  vhba-module/trunk/vhba-module.install

-+
 PKGBUILD|8 
 vhba-module.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 22:23:45 UTC (rev 213892)
+++ PKGBUILD2017-02-26 22:24:40 UTC (rev 213893)
@@ -5,14 +5,14 @@
 
 pkgname=vhba-module
 pkgver=20161009
-_extramodules=extramodules-4.9-ARCH
-pkgrel=9
+_extramodules=extramodules-4.10-ARCH
+pkgrel=10
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/;
 license=('GPL')
-depends=('linux>=4.9' 'linux<4.10')
-makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
+depends=('linux>=4.10' 'linux<4.11')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
 options=(!makeflags)
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;

Modified: vhba-module.install
===
--- vhba-module.install 2017-02-26 22:23:45 UTC (rev 213892)
+++ vhba-module.install 2017-02-26 22:24:40 UTC (rev 213893)
@@ -1,4 +1,4 @@
-EXTRAMODULES=extramodules-4.9-ARCH
+EXTRAMODULES=
 
 _updatemod() {
   echo "  > Updating module dependencies..."


[arch-commits] Commit in nvidia-304xx/trunk (3 files)

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 22:23:35
  Author: heftig
Revision: 289582

304.135-2

Added:
  nvidia-304xx/trunk/kernel_4.10.patch
Modified:
  nvidia-304xx/trunk/PKGBUILD
  nvidia-304xx/trunk/nvidia-304xx.install

--+
 PKGBUILD |   15 ---
 kernel_4.10.patch|  105 +
 nvidia-304xx.install |2 
 3 files changed, 115 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 22:21:36 UTC (rev 289581)
+++ PKGBUILD2017-02-26 22:23:35 UTC (rev 289582)
@@ -5,20 +5,22 @@
 pkgbase=nvidia-304xx
 pkgname=(nvidia-304xx nvidia-304xx-dkms)
 pkgver=304.135
-_extramodules=extramodules-4.9-ARCH
-pkgrel=1
+_extramodules=extramodules-4.10-ARCH
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-makedepends=('linux' 'linux-headers>=4.9' 'linux-headers<4.10')
+makedepends=('linux' 'linux-headers>=4.10' 'linux-headers<4.11')
 conflicts=('nvidia')
 license=('custom')
 options=('!strip')
 source=('disable-mtrr.patch'
-'drm-driver-legacy.patch')
+'drm-driver-legacy.patch'
+'kernel_4.10.patch')
 
source_i686+=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
 
source_x86_64+=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
 
sha512sums=('54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774'
-
'fa39dee5c9f1ea98286c87165f683ee194b2cb4056aa6b556e822b9ee760dcf3683ea001c3704e79b9ac9712314d7df5690dc7f68440cda7a96791f94425455d')
+
'fa39dee5c9f1ea98286c87165f683ee194b2cb4056aa6b556e822b9ee760dcf3683ea001c3704e79b9ac9712314d7df5690dc7f68440cda7a96791f94425455d'
+
'68dabbf6ad889c46bd0c01ebb697b80f4aa526ef1cdc53de008343a243adefc6ce7f2778be7005f2d79f3d23c0a3ff69f67ecdb9f97c0feb0ec99405a0c1046a')
 
sha512sums_i686=('c2645cc9a6f23641d8b6da51e72e203980068c05e365fcc73b32322a6875ce95e81f4e0d893276e14e84e93464488539c16db6b3be04f5324cf7d7a12bb557f8')
 
sha512sums_x86_64=('a5aa48baa75eb267bd193e59328aa5fbc15d41045bb7e97aa1b96b918b9e68a1c1bf95624d9d494336256e0af2c41e188d30fe91be4967084de3387f50d3805c')
 
@@ -30,6 +32,7 @@
 sh "${_pkg}.run" --extract-only
 cd "${_pkg}"
 # patches here
+patch -Np1 --no-backup-if-mismatch -i ../kernel_4.10.patch
 
 # FS#47092
 #(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/disable-mtrr.patch)
@@ -46,7 +49,7 @@
 
 package_nvidia-304xx() {
 pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
-depends=('linux>=4.9' 'linux<4.10' 'libgl' "nvidia-304xx-utils=${pkgver}")
+depends=('linux>=4.10' 'linux<4.11' 'libgl' "nvidia-304xx-utils=${pkgver}")
conflicts+=('nvidia-304xx-dkms')
 install=nvidia-304xx.install
 

Added: kernel_4.10.patch
===
--- kernel_4.10.patch   (rev 0)
+++ kernel_4.10.patch   2017-02-26 22:23:35 UTC (rev 289582)
@@ -0,0 +1,105 @@
+From d270372bf8abcf45409b30cdb33069280527b0ff Mon Sep 17 00:00:00 2001
+From: Alberto Milone 
+Date: Wed, 15 Feb 2017 18:01:02 +0100
+Subject: [PATCH 1/1] Add support for Linux 4.10
+
+---
+ nv-linux.h |  5 +
+ nv-pat.c   | 40 
+ 2 files changed, 45 insertions(+)
+
+diff --git a/kernel/nv-linux.h b/kernel/nv-linux.h
+index b46e71f..3081c06 100644
+--- a/kernel/nv-linux.h
 b/kernel/nv-linux.h
+@@ -1895,8 +1895,13 @@ static inline NvU64 nv_node_end_pfn(int nid)
+ 
+ #else
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+return get_user_pages_remote(tsk, mm, start, nr_pages, flags,
+ pages, vmas);
++#else
++   return get_user_pages_remote(tsk, mm, start, nr_pages, flags,
++pages, vmas, NULL);
++#endif
+ 
+ #endif
+ 
+diff --git a/kernel/nv-pat.c b/kernel/nv-pat.c
+index e71e81c..d742789 100644
+--- a/kernel/nv-pat.c
 b/kernel/nv-pat.c
+@@ -203,6 +203,7 @@ void nv_disable_pat_support(void)
+ }
+ 
+ #if defined(NV_ENABLE_PAT_SUPPORT) && defined(NV_ENABLE_HOTPLUG_CPU)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+ static int
+ nv_kern_cpu_callback(struct notifier_block *nfb, unsigned long action, void 
*hcpu)
+ {
+@@ -234,6 +235,34 @@ static struct notifier_block nv_hotcpu_nfb = {
+ .notifier_call = nv_kern_cpu_callback,
+ .priority = 0
+ };
++#else
++static int nvidia_cpu_online(unsigned int hcpu)
++{
++unsigned int cpu = get_cpu();
++if (cpu == hcpu)
++nv_setup_pat_entries(NULL);
++else
++NV_SMP_CALL_FUNCTION(nv_setup_pat_entries, (void *)(long int)hcpu, 1);
++
++put_cpu();
++
++return 0;
++}
++
++static int 

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

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 22:23:45
  Author: heftig
Revision: 213892

0.42-13

Modified:
  tp_smapi/trunk/PKGBUILD
  tp_smapi/trunk/tp_smapi.install

--+
 PKGBUILD |8 
 tp_smapi.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 22:20:46 UTC (rev 213891)
+++ PKGBUILD2017-02-26 22:23:45 UTC (rev 213892)
@@ -10,14 +10,14 @@
 pkgname=tp_smapi
 _pkgname=tp-smapi
 pkgver=0.42
-_extramodules=extramodules-4.9-ARCH
-pkgrel=12
+_extramodules=extramodules-4.10-ARCH
+pkgrel=13
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux>=4.9' 'linux<4.10')
-makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
+depends=('linux>=4.10' 'linux<4.11')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
 install="${pkgname}.install"
 source=("https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
 md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')

Modified: tp_smapi.install
===
--- tp_smapi.install2017-02-26 22:20:46 UTC (rev 213891)
+++ tp_smapi.install2017-02-26 22:23:45 UTC (rev 213892)
@@ -1,4 +1,4 @@
-extramodules=/usr/lib/modules/extramodules-4.9-ARCH
+extramodules=/usr/lib/modules/extramodules-4.10-ARCH
 
 post_install() {
   depmod -v $(< "$extramodules/version") &>/dev/null


[arch-commits] Commit in nvidia-340xx/trunk (3 files)

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 22:21:36
  Author: heftig
Revision: 289581

340.102-4

Added:
  nvidia-340xx/trunk/4.10.0_kernel.patch
Modified:
  nvidia-340xx/trunk/PKGBUILD
  nvidia-340xx/trunk/nvidia-340xx.install

--+
 4.10.0_kernel.patch  |  131 +
 PKGBUILD |   14 ++---
 nvidia-340xx.install |2 
 3 files changed, 140 insertions(+), 7 deletions(-)

Added: 4.10.0_kernel.patch
===
--- 4.10.0_kernel.patch (rev 0)
+++ 4.10.0_kernel.patch 2017-02-26 22:21:36 UTC (rev 289581)
@@ -0,0 +1,131 @@
+From 983a2ca221a371e08bb5ad11758a729cfa5aa88c Mon Sep 17 00:00:00 2001
+From: Alberto Milone 
+Date: Wed, 15 Feb 2017 17:05:55 +0100
+Subject: [PATCH 1/1] Add support for Linux 4.10
+
+---
+ nv-linux.h|  7 +++
+ nv-pat.c  | 40 
+ uvm/nvidia_uvm_lite.c |  4 
+ 3 files changed, 51 insertions(+)
+
+diff --git a/kernel/nv-linux.h b/kernel/nv-linux.h
+index e7068e3..2d62492 100644
+--- a/kernel/nv-linux.h
 b/kernel/nv-linux.h
+@@ -2082,6 +2082,8 @@ static inline NvU64 nv_node_end_pfn(int nid)
+  *2016 Dec 14:5b56d49fc31dbb0487e14ead790fc81ca9fb2c99
+  */
+ 
++#include 
++
+ #if defined(NV_GET_USER_PAGES_REMOTE_PRESENT)
+ #if defined(NV_GET_USER_PAGES_HAS_WRITE_AND_FORCE_ARGS)
+ #define NV_GET_USER_PAGES   get_user_pages
+@@ -2129,8 +2131,13 @@ static inline NvU64 nv_node_end_pfn(int nid)
+ 
+ #else
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+return get_user_pages_remote(tsk, mm, start, nr_pages, flags,
+ pages, vmas);
++#else
++   return get_user_pages_remote(tsk, mm, start, nr_pages, flags,
++pages, vmas, NULL);
++#endif
+ 
+ #endif
+ 
+diff --git a/kernel/nv-pat.c b/kernel/nv-pat.c
+index a725533..cec6f3f 100644
+--- a/kernel/nv-pat.c
 b/kernel/nv-pat.c
+@@ -203,6 +203,7 @@ void nv_disable_pat_support(void)
+ }
+ 
+ #if defined(NV_ENABLE_PAT_SUPPORT) && defined(NV_ENABLE_HOTPLUG_CPU)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+ static int
+ nvidia_cpu_callback(struct notifier_block *nfb, unsigned long action, void 
*hcpu)
+ {
+@@ -234,6 +235,34 @@ static struct notifier_block nv_hotcpu_nfb = {
+ .notifier_call = nvidia_cpu_callback,
+ .priority = 0
+ };
++#else
++static int nvidia_cpu_online(unsigned int hcpu)
++{
++unsigned int cpu = get_cpu();
++if (cpu == hcpu)
++nv_setup_pat_entries(NULL);
++else
++NV_SMP_CALL_FUNCTION(nv_setup_pat_entries, (void *)(long int)hcpu, 1);
++
++put_cpu();
++
++return 0;
++}
++
++static int nvidia_cpu_down_prep(unsigned int hcpu)
++{
++unsigned int cpu = get_cpu();
++if (cpu == hcpu)
++nv_restore_pat_entries(NULL);
++else
++NV_SMP_CALL_FUNCTION(nv_restore_pat_entries, (void *)(long int)hcpu, 
1);
++
++put_cpu();
++
++return 0;
++}
++#endif
++
+ #endif
+ 
+ int nv_init_pat_support(nv_stack_t *sp)
+@@ -255,7 +284,14 @@ int nv_init_pat_support(nv_stack_t *sp)
+ #if defined(NV_ENABLE_PAT_SUPPORT) && defined(NV_ENABLE_HOTPLUG_CPU)
+ if (nv_pat_mode == NV_PAT_MODE_BUILTIN)
+ {
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+ if (register_hotcpu_notifier(_hotcpu_nfb) != 0)
++#else
++if (cpuhp_setup_state(CPUHP_AP_ONLINE_DYN,
++  "gpu/nvidia:online",
++  nvidia_cpu_online,
++  nvidia_cpu_down_prep) != 0)
++#endif
+ {
+ nv_disable_pat_support();
+ nv_printf(NV_DBG_ERRORS,
+@@ -280,7 +316,11 @@ void nv_teardown_pat_support(void)
+ {
+ nv_disable_pat_support();
+ #if defined(NV_ENABLE_PAT_SUPPORT) && defined(NV_ENABLE_HOTPLUG_CPU)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+ unregister_hotcpu_notifier(_hotcpu_nfb);
++#else
++cpuhp_remove_state_nocalls(CPUHP_AP_ONLINE_DYN);
++#endif
+ #endif
+ }
+ }
+diff --git a/kernel/uvm/nvidia_uvm_lite.c b/kernel/uvm/nvidia_uvm_lite.c
+index 9627f60..2158b45 100644
+--- a/kernel/uvm/nvidia_uvm_lite.c
 b/kernel/uvm/nvidia_uvm_lite.c
+@@ -820,7 +820,11 @@ done:
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
+ int _fault(struct vm_area_struct *vma, struct vm_fault *vmf)
+ {
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+ unsigned long vaddr = (unsigned long)vmf->virtual_address;
++#else
++unsigned long vaddr = (unsigned long)vmf->address;
++#endif
+ struct page *page = NULL;
+ int retval;
+ 
+-- 
+2.7.4
+

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 22:16:25 UTC (rev 289580)
+++ PKGBUILD2017-02-26 22:21:36 UTC 

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

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 22:20:46
  Author: heftig
Revision: 213891

8.044.02-4

Modified:
  r8168/trunk/PKGBUILD
  r8168/trunk/r8168.install

---+
 PKGBUILD  |2 +-
 r8168.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 22:05:49 UTC (rev 213890)
+++ PKGBUILD2017-02-26 22:20:46 UTC (rev 213891)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.044.02
-pkgrel=3
+pkgrel=4
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")

Modified: r8168.install
===
--- r8168.install   2017-02-26 22:05:49 UTC (rev 213890)
+++ r8168.install   2017-02-26 22:20:46 UTC (rev 213891)
@@ -1,5 +1,5 @@
 rebuild_module_dependencies() {
-   EXTRAMODULES='extramodules-4.9-ARCH'
+   EXTRAMODULES='extramodules-4.10-ARCH'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


[arch-commits] Commit in nvidia/trunk (PKGBUILD kernel_4.10.patch nvidia.install)

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 22:16:25
  Author: heftig
Revision: 289580

378.13-3

Added:
  nvidia/trunk/kernel_4.10.patch
Modified:
  nvidia/trunk/PKGBUILD
  nvidia/trunk/nvidia.install

---+
 PKGBUILD  |   12 +
 kernel_4.10.patch |  382 
 nvidia.install|2 
 3 files changed, 391 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 22:00:32 UTC (rev 289579)
+++ PKGBUILD2017-02-26 22:16:25 UTC (rev 289580)
@@ -6,16 +6,18 @@
 pkgbase=nvidia
 pkgname=(nvidia nvidia-dkms)
 pkgver=378.13
-_extramodules=extramodules-4.9-ARCH
-pkgrel=2
+_extramodules=extramodules-4.10-ARCH
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.9' 'linux-headers<4.10')
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.10' 'linux-headers<4.11')
 license=('custom')
 options=('!strip')
+source=('kernel_4.10.patch')
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('e81769b830b7a1e60c635e3bbe559f59')
 md5sums_i686=('dd1077750af9a067739ec291fb24175f')
 md5sums_x86_64=('fe4d25b19a780a690cafc8e3b7c0113f')
 
@@ -26,6 +28,8 @@
 sh "${_pkg}.run" --extract-only
 cd "${_pkg}"
 
+patch -Np1 --no-backup-if-mismatch -i ../kernel_4.10.patch
+
 cp -a kernel kernel-dkms
 cd kernel-dkms
 sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
@@ -49,7 +53,7 @@
 
 package_nvidia() {
 pkgdesc="NVIDIA drivers for linux"
-depends=('linux>=4.9' 'linux<4.10' "nvidia-utils=${pkgver}" 'libgl')
+depends=('linux>=4.10' 'linux<4.11' "nvidia-utils=${pkgver}" 'libgl')
 install=nvidia.install
 
 install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \

Added: kernel_4.10.patch
===
--- kernel_4.10.patch   (rev 0)
+++ kernel_4.10.patch   2017-02-26 22:16:25 UTC (rev 289580)
@@ -0,0 +1,382 @@
+From ca8b106738521823707f3567cedb41ca158792a3 Mon Sep 17 00:00:00 2001
+From: Alberto Milone 
+Date: Wed, 15 Feb 2017 10:53:42 +0100
+Subject: [PATCH 1/1] Add support for Linux 4.10
+
+---
+ common/inc/nv-mm.h|  9 --
+ nvidia-drm/nvidia-drm-fence.c | 72 +++
+ nvidia-drm/nvidia-drm-gem.h   |  6 
+ nvidia-drm/nvidia-drm-priv.h  |  7 +
+ nvidia/nv-pat.c   | 40 
+ 5 files changed, 132 insertions(+), 2 deletions(-)
+
+diff --git a/kernel/common/inc/nv-mm.h b/kernel/common/inc/nv-mm.h
+index 06d7da4..e5cc56a 100644
+--- a/kernel/common/inc/nv-mm.h
 b/kernel/common/inc/nv-mm.h
+@@ -46,6 +46,8 @@
+  *   2016 Dec 14:5b56d49fc31dbb0487e14ead790fc81ca9fb2c99
+  */
+ 
++#include 
++
+ #if defined(NV_GET_USER_PAGES_REMOTE_PRESENT)
+ #if defined(NV_GET_USER_PAGES_HAS_WRITE_AND_FORCE_ARGS)
+ #define NV_GET_USER_PAGES   get_user_pages
+@@ -92,10 +94,13 @@
+ pages, vmas, NULL);
+ 
+ #else
+-
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+return get_user_pages_remote(tsk, mm, start, nr_pages, flags,
+ pages, vmas);
+-
++#else
++   return get_user_pages_remote(tsk, mm, start, nr_pages, flags,
++pages, vmas, NULL);
++#endif
+ #endif
+ 
+ }
+diff --git a/kernel/nvidia-drm/nvidia-drm-fence.c 
b/kernel/nvidia-drm/nvidia-drm-fence.c
+index 5e98c5f..fa2c508 100644
+--- a/kernel/nvidia-drm/nvidia-drm-fence.c
 b/kernel/nvidia-drm/nvidia-drm-fence.c
+@@ -31,7 +31,11 @@
+ 
+ #if defined(NV_DRM_DRIVER_HAS_GEM_PRIME_RES_OBJ)
+ struct nv_fence {
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+ struct fence base;
++#else
++struct dma_fence base;
++#endif
+ spinlock_t lock;
+ 
+ struct nvidia_drm_device *nv_dev;
+@@ -51,7 +55,11 @@ nv_fence_ready_to_signal(struct nv_fence *nv_fence)
+ 
+ static const char *nvidia_drm_gem_prime_fence_op_get_driver_name
+ (
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+ struct fence *fence
++#else
++struct dma_fence *fence
++#endif
+ )
+ {
+ return "NVIDIA";
+@@ -59,7 +67,11 @@ static const char 
*nvidia_drm_gem_prime_fence_op_get_driver_name
+ 
+ static const char *nvidia_drm_gem_prime_fence_op_get_timeline_name
+ (
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+ struct fence *fence
++#else
++struct dma_fence *fence
++#endif
+ )
+ {
+ return "nvidia.prime";
+@@ -67,7 +79,11 @@ static const char 

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

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 22:05:49
  Author: heftig
Revision: 213890

0.8-64

Modified:
  bbswitch/trunk/PKGBUILD
  bbswitch/trunk/bbswitch.install

--+
 PKGBUILD |8 
 bbswitch.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 22:04:55 UTC (rev 213889)
+++ PKGBUILD2017-02-26 22:05:49 UTC (rev 213890)
@@ -6,13 +6,13 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-_extramodules=extramodules-4.9-ARCH # Don't forget to update bbswitch.install
-pkgrel=63
+_extramodules=extramodules-4.10-ARCH # Don't forget to update bbswitch.install
+pkgrel=64
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;
 license=('GPL')
-makedepends=('linux-headers>=4.9' 'linux-headers<4.10' 'linux>=4.9' 
'linux<4.10')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11' 'linux>=4.10' 
'linux<4.11')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
 
@@ -25,7 +25,7 @@
 }
 
 package_bbswitch() {
-  depends=('linux>=4.9' 'linux<4.10')
+  depends=('linux>=4.10' 'linux<4.11')
   install=bbswitch.install
 
   cd ${srcdir}/${pkgbase}-${pkgver}

Modified: bbswitch.install
===
--- bbswitch.install2017-02-26 22:04:55 UTC (rev 213889)
+++ bbswitch.install2017-02-26 22:05:49 UTC (rev 213890)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-4.9-ARCH'
+EXTRAMODULES='extramodules-4.10-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


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

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 22:04:55
  Author: heftig
Revision: 213889

1.1.0-59

Modified:
  acpi_call/trunk/PKGBUILD
  acpi_call/trunk/acpi_call.install

---+
 PKGBUILD  |8 
 acpi_call.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 21:14:26 UTC (rev 213888)
+++ PKGBUILD2017-02-26 22:04:55 UTC (rev 213889)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=58
-_extramodules=extramodules-4.9-ARCH
+pkgrel=59
+_extramodules=extramodules-4.10-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')
 url='https://github.com/mkottman/acpi_call'
 license=('GPL')
-depends=('linux>=4.9' 'linux<4.10')
-makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
+depends=('linux>=4.10' 'linux<4.11')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
 install='acpi_call.install'
 
source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
 sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')

Modified: acpi_call.install
===
--- acpi_call.install   2017-02-26 21:14:26 UTC (rev 213888)
+++ acpi_call.install   2017-02-26 22:04:55 UTC (rev 213889)
@@ -1,5 +1,5 @@
 post_install() {
-  _extramodules=extramodules-4.9-ARCH
+  _extramodules=extramodules-4.10-ARCH
   depmod $(cat /usr/lib/modules/${_extramodules}/version)
 }
 


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

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 22:00:32
  Author: heftig
Revision: 289579

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/99-linux.hook
(from rev 289578, linux/trunk/99-linux.hook)
  linux/repos/testing-i686/PKGBUILD
(from rev 289578, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/config.i686
(from rev 289578, linux/trunk/config.i686)
  linux/repos/testing-i686/config.x86_64
(from rev 289578, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 289578, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 289578, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/99-linux.hook
(from rev 289578, linux/trunk/99-linux.hook)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 289578, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config.i686
(from rev 289578, linux/trunk/config.i686)
  linux/repos/testing-x86_64/config.x86_64
(from rev 289578, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 289578, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 289578, linux/trunk/linux.preset)

--+
 testing-i686/99-linux.hook   |   11 
 testing-i686/PKGBUILD|  290 +
 testing-i686/config.i686 | 8331 +
 testing-i686/config.x86_64   | 8084 +++
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/99-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  290 +
 testing-x86_64/config.i686   | 8331 +
 testing-x86_64/config.x86_64 | 8084 +++
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 33514 insertions(+)

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


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

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 21:59:52
  Author: heftig
Revision: 289578

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

Added:
  linux-zen/repos/testing-i686/99-linux.hook
(from rev 289577, linux-zen/trunk/99-linux.hook)
  linux-zen/repos/testing-i686/PKGBUILD
(from rev 289577, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-i686/config.i686
(from rev 289577, linux-zen/trunk/config.i686)
  linux-zen/repos/testing-i686/config.x86_64
(from rev 289577, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-i686/linux.install
(from rev 289577, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-i686/linux.preset
(from rev 289577, linux-zen/trunk/linux.preset)
  linux-zen/repos/testing-x86_64/99-linux.hook
(from rev 289577, linux-zen/trunk/99-linux.hook)
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 289577, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config.i686
(from rev 289577, linux-zen/trunk/config.i686)
  linux-zen/repos/testing-x86_64/config.x86_64
(from rev 289577, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 289577, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 289577, linux-zen/trunk/linux.preset)
Deleted:
  linux-zen/repos/testing-i686/99-linux.hook
  linux-zen/repos/testing-i686/PKGBUILD
  linux-zen/repos/testing-i686/config.i686
  linux-zen/repos/testing-i686/config.x86_64
  linux-zen/repos/testing-i686/linux.install
  linux-zen/repos/testing-i686/linux.preset
  linux-zen/repos/testing-x86_64/99-linux.hook
  linux-zen/repos/testing-x86_64/PKGBUILD
  linux-zen/repos/testing-x86_64/config.i686
  linux-zen/repos/testing-x86_64/config.x86_64
  linux-zen/repos/testing-x86_64/linux.install
  linux-zen/repos/testing-x86_64/linux.preset

--+
 /99-linux.hook   |   22 
 /PKGBUILD|  600 +
 /config.i686 |16730 +
 /config.x86_64   |16236 +++
 /linux.install   |   54 
 /linux.preset|   28 
 testing-i686/99-linux.hook   |   11 
 testing-i686/PKGBUILD|  298 
 testing-i686/config.i686 | 8365 
 testing-i686/config.x86_64   | 8118 ---
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/99-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  298 
 testing-x86_64/config.i686   | 8365 
 testing-x86_64/config.x86_64 | 8118 ---
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 33670 insertions(+), 33666 deletions(-)

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


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

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 21:46:53
  Author: heftig
Revision: 289576

4.10.1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 21:44:55 UTC (rev 289575)
+++ PKGBUILD2017-02-26 21:46:53 UTC (rev 289576)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.10
-pkgver=4.10
+pkgver=4.10.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/;
@@ -14,8 +14,8 @@
 options=('!strip')
 source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz;
 "https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign;
-#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz;
-#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign;
+"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz;
+"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign;
 # the main kernel config files
 'config.i686' 'config.x86_64'
 # pacman hook for initramfs regeneration
@@ -26,6 +26,8 @@
 
 sha256sums=('3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b'
 'SKIP'
+'da560125aa350f76f0e4a5b9373a0d0a1c27ccefe3b7bd9231724f3a3c4ebb9e'
+'SKIP'
 '386051f19482672c871e7865fc62f5e2c8010d857729134ba13044734962e42c'
 '12a87284e2935cd17e2846a207cc76f1728531416523735d66ef8a0ae690884c'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
@@ -41,7 +43,7 @@
   cd "${srcdir}/${_srcname}"
 
   # add upstream patch
-  #patch -p1 -i "${srcdir}/patch-${pkgver}"
+  patch -p1 -i "${srcdir}/patch-${pkgver}"
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git


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

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 21:47:03
  Author: heftig
Revision: 289577

4.10.1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 21:46:53 UTC (rev 289576)
+++ PKGBUILD2017-02-26 21:47:03 UTC (rev 289577)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.10
-_zenpatch=zen-4.10-04b5f2a53b56c432c8c851f87c1a1dd9cdb949a8.diff
-pkgver=4.10
+_zenpatch=zen-4.10.1-f707e00a5d3e8f7accb2483d541b24f006a69fde.diff
+pkgver=4.10.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -16,8 +16,8 @@
 options=('!strip')
 source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz;
 "https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign;
-#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz;
-#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign;
+"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz;
+"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign;
 "https://pkgbuild.com/~heftig/zen-patches/${_zenpatch}.xz;
 "https://pkgbuild.com/~heftig/zen-patches/${_zenpatch}.sign;
 # the main kernel config files
@@ -30,8 +30,10 @@
 
 sha256sums=('3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b'
 'SKIP'
-'fa4cad1fc8a27d904a8544d6b2e9918d292088a40aad27464d126cec58b75505'
+'da560125aa350f76f0e4a5b9373a0d0a1c27ccefe3b7bd9231724f3a3c4ebb9e'
 'SKIP'
+'525a7a3096e44de45613bffdc39b8ac9bc309289833fa64ed055d7b37529e646'
+'SKIP'
 'fd7f5a3f4c1fe8f481bebacfccca7fdfc9e677e8bc730ba1101cfb628f3dadd4'
 '6f1a6d768d6730172f3e7e88ad018e060dd4449f6aff83cf3a340ab2a7f29b46'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
@@ -48,7 +50,7 @@
   cd "${srcdir}/${_srcname}"
 
   # add upstream patch
-  #patch -p1 -i "${srcdir}/patch-${pkgver}"
+  patch -p1 -i "${srcdir}/patch-${pkgver}"
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git


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

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 21:42:50
  Author: heftig
Revision: 289574

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-26 21:42:14 UTC (rev 289573)
+++ extra-i686/PKGBUILD 2017-02-26 21:42:50 UTC (rev 289574)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
-arch=(i686 x86_64)
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc 
ragel git
- python2)
-_commit=6af6c1114a3495584ac4197c62592741c407b5a2  # tags/1.4.2^0
-source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd $pkgbase
-  sed -i '1s/python$/&2/' test/shaping/hb-unicode-encode
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-  CFLAGS+=' -DNDEBUG'
-  CXXFLAGS+=' -DNDEBUG'
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject --enable-gtk-doc
-  make
-}
-
-check() {
-  cd $pkgbase
-  PATH="$srcdir/path:$PATH" make check
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu() {
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dm644 $pkgbase/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 289573, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-26 21:42:50 UTC (rev 289574)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
+arch=(i686 x86_64)
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc 
ragel git
+ python2)
+_commit=6685d281d6f50bf046bbfef4a5263e15d15f2f02  # tags/1.4.3^0
+source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd $pkgbase
+  sed -i '1s/python$/&2/' test/shaping/hb-unicode-encode
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  CFLAGS+=' -DNDEBUG'
+  CXXFLAGS+=' -DNDEBUG'
+  ./configure --prefix=/usr \
+--with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+--with-gobject --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgbase
+  PATH="$srcdir/path:$PATH" make check
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu() {
+  pkgdesc="$pkgdesc (ICU integration)"
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  install -Dm644 $pkgbase/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-26 21:42:14 UTC (rev 

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

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 21:42:14
  Author: heftig
Revision: 289573

1.4.3-1

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 21:25:17 UTC (rev 289572)
+++ PKGBUILD2017-02-26 21:42:14 UTC (rev 289573)
@@ -3,7 +3,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc="OpenType text shaping engine"
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc 
ragel git
  python2)
-_commit=6af6c1114a3495584ac4197c62592741c407b5a2  # tags/1.4.2^0
+_commit=6685d281d6f50bf046bbfef4a5263e15d15f2f02  # tags/1.4.3^0
 source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-02-26 Thread Andreas Radke
Date: Sunday, February 26, 2017 @ 21:25:17
  Author: andyrtr
Revision: 289572

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/0001-sdhci-revert.patch
(from rev 289571, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-i686/99-linux.hook
(from rev 289571, linux-lts/trunk/99-linux.hook)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 289571, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 289571, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 289571, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 289571, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 289571, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 289571, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/0001-sdhci-revert.patch
(from rev 289571, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-x86_64/99-linux.hook
(from rev 289571, linux-lts/trunk/99-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 289571, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 289571, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 289571, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 289571, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 289571, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 289571, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/0001-sdhci-revert.patch |   25 
 testing-i686/99-linux.hook   |   11 
 testing-i686/PKGBUILD|  300 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7903 +
 testing-i686/config.x86_64   | 7662 
 testing-i686/linux-lts.install   |   33 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/0001-sdhci-revert.patch   |   25 
 testing-x86_64/99-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  300 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7903 +
 testing-x86_64/config.x86_64 | 7662 
 testing-x86_64/linux-lts.install |   33 
 testing-x86_64/linux-lts.preset  |   14 
 16 files changed, 31918 insertions(+)

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


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

2017-02-26 Thread Andreas Radke
Date: Sunday, February 26, 2017 @ 21:24:48
  Author: andyrtr
Revision: 289571

upgpkg: linux-lts 4.4.52-1

upstream update 4.4.52

Modified:
  linux-lts/trunk/PKGBUILD
Deleted:
  linux-lts/trunk/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch

+
 0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch |   47 
--
 PKGBUILD   |   13 --
 2 files changed, 4 insertions(+), 56 deletions(-)

Deleted: 0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch
===
--- 0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch  
2017-02-26 21:10:33 UTC (rev 289570)
+++ 0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch  
2017-02-26 21:24:48 UTC (rev 289571)
@@ -1,47 +0,0 @@
-From 5edabca9d4cff7f1f2b68f0bac55ef99d9798ba4 Mon Sep 17 00:00:00 2001
-From: Andrey Konovalov 
-Date: Thu, 16 Feb 2017 17:22:46 +0100
-Subject: [PATCH] dccp: fix freeing skb too early for IPV6_RECVPKTINFO
-
-In the current DCCP implementation an skb for a DCCP_PKT_REQUEST packet
-is forcibly freed via __kfree_skb in dccp_rcv_state_process if
-dccp_v6_conn_request successfully returns.
-
-However, if IPV6_RECVPKTINFO is set on a socket, the address of the skb
-is saved to ireq->pktopts and the ref count for skb is incremented in
-dccp_v6_conn_request, so skb is still in use. Nevertheless, it gets freed
-in dccp_rcv_state_process.
-
-Fix by calling consume_skb instead of doing goto discard and therefore
-calling __kfree_skb.
-
-Similar fixes for TCP:
-
-fb7e2399ec17f1004c0e0ccfd17439f8759ede01 [TCP]: skb is unexpectedly freed.
-0aea76d35c9651d55bbaf746e7914e5f9ae5a25d tcp: SYN packets are now
-simply consumed
-
-Signed-off-by: Andrey Konovalov 
-Acked-by: Eric Dumazet 
-Signed-off-by: David S. Miller 

- net/dccp/input.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/net/dccp/input.c b/net/dccp/input.c
-index ba347184bda9b3fe..8fedc2d497709b3d 100644
 a/net/dccp/input.c
-+++ b/net/dccp/input.c
-@@ -606,7 +606,8 @@ int dccp_rcv_state_process(struct sock *sk, struct sk_buff 
*skb,
-   if (inet_csk(sk)->icsk_af_ops->conn_request(sk,
-   skb) < 0)
-   return 1;
--  goto discard;
-+  consume_skb(skb);
-+  return 0;
-   }
-   if (dh->dccph_type == DCCP_PKT_RESET)
-   goto discard;
--- 
-2.11.1
-

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 21:10:33 UTC (rev 289570)
+++ PKGBUILD2017-02-26 21:24:48 UTC (rev 289571)
@@ -4,7 +4,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.4
-pkgver=4.4.51
+pkgver=4.4.52
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/;
@@ -20,12 +20,11 @@
 # standard config files for mkinitcpio ramdisk
 linux-lts.preset
 change-default-console-loglevel.patch
-0001-sdhci-revert.patch
-0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch)
+0001-sdhci-revert.patch)
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
 'SKIP'
-'dded5f71d8533a38e8aafad224e0fe5f7d3a4eed1cfc1a79c321581e148821e8'
+'96dfdcb3144509275bba3b3f8ad925b18f31a22dcab5abfd5a4b816977a4e8c3'
 'SKIP'
 'b11702727b1503e5a613946790978481d34d8ecc6870337fadd3ce1ef084a8e2'
 '68c7296ff2f5f55d69e83aa4d20f925df740b1eb1e6bdb0f13e8a170360ed09f'
@@ -32,8 +31,7 @@
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 '1f036f7464da54ae510630f0edb69faa115287f86d9f17641197ffda8cfd49e0'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99'
-'5313df7cb5b4d005422bd4cd0dae956b2dadba8f3db904275aaf99ac53894375'
-'85954ac18da9dc1bec5df28e2f097d13016e39fa9631074f85b6364af340fcd9')
+'5313df7cb5b4d005422bd4cd0dae956b2dadba8f3db904275aaf99ac53894375')
 validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds 

   '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman 
(Linux kernel stable release signing key) 
  )
@@ -45,9 +43,6 @@
   # add upstream patch
   patch -p1 -i "${srcdir}/patch-${pkgver}"
 
-  # https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-6074
-  patch -p1 -i 
"${srcdir}/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch"
-
   # add latest fixes from stable queue, if needed
   # 

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

2017-02-26 Thread Jelle van der Waa
Date: Sunday, February 26, 2017 @ 21:14:26
  Author: jelle
Revision: 213888

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

Added:
  mosquitto/repos/community-i686/PKGBUILD
(from rev 213887, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-i686/mosquitto.install
(from rev 213887, mosquitto/trunk/mosquitto.install)
  mosquitto/repos/community-i686/mosquitto.service
(from rev 213887, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-i686/sysusers_mosquitto.conf
(from rev 213887, mosquitto/trunk/sysusers_mosquitto.conf)
  mosquitto/repos/community-x86_64/PKGBUILD
(from rev 213887, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-x86_64/mosquitto.install
(from rev 213887, mosquitto/trunk/mosquitto.install)
  mosquitto/repos/community-x86_64/mosquitto.service
(from rev 213887, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-x86_64/sysusers_mosquitto.conf
(from rev 213887, mosquitto/trunk/sysusers_mosquitto.conf)
Deleted:
  mosquitto/repos/community-i686/PKGBUILD
  mosquitto/repos/community-i686/mosquitto.install
  mosquitto/repos/community-i686/mosquitto.service
  mosquitto/repos/community-x86_64/PKGBUILD
  mosquitto/repos/community-x86_64/mosquitto.install
  mosquitto/repos/community-x86_64/mosquitto.service

--+
 /PKGBUILD|   86 +
 /mosquitto.install   |   14 
 /mosquitto.service   |   24 
 community-i686/PKGBUILD  |   40 -
 community-i686/mosquitto.install |4 -
 community-i686/mosquitto.service |   12 
 community-i686/sysusers_mosquitto.conf   |1 
 community-x86_64/PKGBUILD|   40 -
 community-x86_64/mosquitto.install   |4 -
 community-x86_64/mosquitto.service   |   12 
 community-x86_64/sysusers_mosquitto.conf |1 
 11 files changed, 126 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-26 21:14:12 UTC (rev 213887)
+++ community-i686/PKGBUILD 2017-02-26 21:14:26 UTC (rev 213888)
@@ -1,40 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Radek Podgorny 
-# Contributor: Dan Anderson 
-
-pkgname=mosquitto
-pkgver=1.4.11
-pkgrel=1
-pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
-arch=('i686' 'x86_64')
-url="http://mosquitto.org/;
-depends=('openssl' 'c-ares' 'libwebsockets')
-makedepends=('docbook-xsl' 'c-ares')
-license=('BSD')
-source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "$pkgname.install")
-install=$pkgname.install
-backup=("etc/$pkgname/$pkgname.conf")
-sha256sums=('ca47533bbc1b7c5e15d6e5d96d3efc59677f2515b6692263c34b7c48f33280c5'
-'SKIP'
-'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
-'43e65aef96a8cab33b62e66bdaa18c071ad20d9654f9e6a4af5716e4f4daabe6')
-validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
-
-build() {
-  cd "$pkgname-$pkgver"
-  # FIX upstream by making SBINDIR=foo or use CMAKE
-  sed -i 's|/sbin|/bin|g' src/Makefile
-  make WITH_WEBSOCKETS=yes
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make prefix=/usr DESTDIR="$pkgdir/" install
-
-  # Shipped in git.
-  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
-}

Copied: mosquitto/repos/community-i686/PKGBUILD (from rev 213887, 
mosquitto/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-26 21:14:26 UTC (rev 213888)
@@ -0,0 +1,43 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Radek Podgorny 
+# Contributor: Dan Anderson 
+
+pkgname=mosquitto
+pkgver=1.4.11
+pkgrel=2
+pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
+arch=('i686' 'x86_64')
+url="http://mosquitto.org/;
+depends=('openssl' 'c-ares' 'libwebsockets')
+makedepends=('docbook-xsl' 'c-ares')
+license=('BSD')
+source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "$pkgname.install" "sysusers_mosquitto.conf")
+install=$pkgname.install
+backup=("etc/$pkgname/$pkgname.conf")
+sha256sums=('ca47533bbc1b7c5e15d6e5d96d3efc59677f2515b6692263c34b7c48f33280c5'
+'SKIP'
+'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
+'7aa6edfc36c5a1d5bd89be4c28721b3f802a1eb67c042f5cfd74366cc4a4cae6'
+'e648d0ce5428c0199ac75c623c8a27e40495a98aa1bf4a22179ed582492f748f')

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

2017-02-26 Thread Jelle van der Waa
Date: Sunday, February 26, 2017 @ 21:14:12
  Author: jelle
Revision: 213887

upgpkg: mosquitto 1.4.11-2

switch to sysusers for creationg of users

Added:
  mosquitto/trunk/sysusers_mosquitto.conf
Modified:
  mosquitto/trunk/PKGBUILD
  mosquitto/trunk/mosquitto.install

-+
 PKGBUILD|9 ++---
 mosquitto.install   |7 +--
 sysusers_mosquitto.conf |1 +
 3 files changed, 12 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 20:39:55 UTC (rev 213886)
+++ PKGBUILD2017-02-26 21:14:12 UTC (rev 213887)
@@ -4,7 +4,7 @@
 
 pkgname=mosquitto
 pkgver=1.4.11
-pkgrel=1
+pkgrel=2
 pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
 arch=('i686' 'x86_64')
 url="http://mosquitto.org/;
@@ -11,13 +11,14 @@
 depends=('openssl' 'c-ares' 'libwebsockets')
 makedepends=('docbook-xsl' 'c-ares')
 license=('BSD')
-source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "$pkgname.install")
+source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "$pkgname.install" "sysusers_mosquitto.conf")
 install=$pkgname.install
 backup=("etc/$pkgname/$pkgname.conf")
 sha256sums=('ca47533bbc1b7c5e15d6e5d96d3efc59677f2515b6692263c34b7c48f33280c5'
 'SKIP'
 '3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
-'43e65aef96a8cab33b62e66bdaa18c071ad20d9654f9e6a4af5716e4f4daabe6')
+'7aa6edfc36c5a1d5bd89be4c28721b3f802a1eb67c042f5cfd74366cc4a4cae6'
+'e648d0ce5428c0199ac75c623c8a27e40495a98aa1bf4a22179ed582492f748f')
 validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
 
 build() {
@@ -37,4 +38,6 @@
   install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
   mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
+
+  install -D -m644 "${srcdir}"/sysusers_mosquitto.conf 
"${pkgdir}"/usr/lib/sysusers.d/mosquitto.conf
 }

Modified: mosquitto.install
===
--- mosquitto.install   2017-02-26 20:39:55 UTC (rev 213886)
+++ mosquitto.install   2017-02-26 21:14:12 UTC (rev 213887)
@@ -1,4 +1,7 @@
 post_install() {
-  getent group mosquitto &> /dev/null || groupadd -g 567 mosquitto > /dev/null
-  getent passwd mosquitto &> /dev/null || useradd -u 567 -c 'Mosquitto MQTT 
Broker daemon' -d /etc/mosquitto -s /bin/false -g mosquitto mosquitto > 
/dev/null
+  systemd-sysusers sysusers_mosquitto.conf
 }
+
+post_upgrade() {
+  systemd-sysusers sysusers_mosquitto.conf
+}

Added: sysusers_mosquitto.conf
===
--- sysusers_mosquitto.conf (rev 0)
+++ sysusers_mosquitto.conf 2017-02-26 21:14:12 UTC (rev 213887)
@@ -0,0 +1 @@
+u mosquitto 567 "Mosquitto MQTT Broker" /var/empty


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

2017-02-26 Thread Gaëtan Bisson
Date: Sunday, February 26, 2017 @ 21:10:33
  Author: bisson
Revision: 289570

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

Added:
  screen/repos/testing-i686/
  screen/repos/testing-i686/PKGBUILD
(from rev 289569, screen/trunk/PKGBUILD)
  screen/repos/testing-i686/pam.d
(from rev 289569, screen/trunk/pam.d)
  screen/repos/testing-i686/tmpfiles.d
(from rev 289569, screen/trunk/tmpfiles.d)
  screen/repos/testing-x86_64/
  screen/repos/testing-x86_64/PKGBUILD
(from rev 289569, screen/trunk/PKGBUILD)
  screen/repos/testing-x86_64/pam.d
(from rev 289569, screen/trunk/pam.d)
  screen/repos/testing-x86_64/tmpfiles.d
(from rev 289569, screen/trunk/tmpfiles.d)

---+
 testing-i686/PKGBUILD |   56 
 testing-i686/pam.d|1 
 testing-i686/tmpfiles.d   |1 
 testing-x86_64/PKGBUILD   |   56 
 testing-x86_64/pam.d  |1 
 testing-x86_64/tmpfiles.d |1 
 6 files changed, 116 insertions(+)

Copied: screen/repos/testing-i686/PKGBUILD (from rev 289569, 
screen/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-26 21:10:33 UTC (rev 289570)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Allan McRae 
+# Committer: dorphell 
+
+pkgname=screen
+pkgver=4.5.1
+pkgrel=1
+pkgdesc='Full-screen window manager that multiplexes a physical terminal'
+url='https://www.gnu.org/software/screen/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ncurses' 'pam')
+validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4'
+  '71AA09D9E8870FDB0AA7B61E21F968DEF747ABD7')
+source=("https://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
+'tmpfiles.d'
+'pam.d')
+sha1sums=('d096ea40c7a349ec46f3bd4fcc02fd6a873318e6' 'SKIP'
+  '76b9c70b77940eb1214fe65739f9f932dc57fb66'
+  '1ab4b512d2ac840d16db6986d7c98d7ce2f6383f')
+
+backup=('etc/screenrc' 'etc/pam.d/screen')
+options=('!makeflags')
+
+_ptygroup=5 #the UID of our PTY/TTY group
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --infodir=/usr/share/info \
+   --enable-colors256 \
+   --enable-pam \
+   --enable-rxvt_osc \
+   --enable-telnet \
+   --with-pty-group=$_ptygroup \
+   --with-socket-dir=/run/screens \
+   --with-sys-screenrc=/etc/screenrc \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 ../pam.d "${pkgdir}"/etc/pam.d/screen
+   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/screen.conf
+
+   install -Dm644 etc/completer.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_screen
+   install -Dm644 etc/etcscreenrc "${pkgdir}"/etc/screenrc
+   install -Dm644 etc/screenrc "${pkgdir}"/etc/skel/.screenrc
+}

Copied: screen/repos/testing-i686/pam.d (from rev 289569, screen/trunk/pam.d)
===
--- testing-i686/pam.d  (rev 0)
+++ testing-i686/pam.d  2017-02-26 21:10:33 UTC (rev 289570)
@@ -0,0 +1 @@
+auth   requiredpam_unix.so

Copied: screen/repos/testing-i686/tmpfiles.d (from rev 289569, 
screen/trunk/tmpfiles.d)
===
--- testing-i686/tmpfiles.d (rev 0)
+++ testing-i686/tmpfiles.d 2017-02-26 21:10:33 UTC (rev 289570)
@@ -0,0 +1 @@
+d /run/screens 0755 root root -

Copied: screen/repos/testing-x86_64/PKGBUILD (from rev 289569, 
screen/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-02-26 21:10:33 UTC (rev 289570)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Allan McRae 
+# Committer: dorphell 
+
+pkgname=screen
+pkgver=4.5.1
+pkgrel=1
+pkgdesc='Full-screen window manager that multiplexes a physical terminal'
+url='https://www.gnu.org/software/screen/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ncurses' 'pam')
+validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4'
+  '71AA09D9E8870FDB0AA7B61E21F968DEF747ABD7')
+source=("https://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
+'tmpfiles.d'
+'pam.d')
+sha1sums=('d096ea40c7a349ec46f3bd4fcc02fd6a873318e6' 'SKIP'
+  '76b9c70b77940eb1214fe65739f9f932dc57fb66'
+  '1ab4b512d2ac840d16db6986d7c98d7ce2f6383f')
+

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

2017-02-26 Thread Gaëtan Bisson
Date: Sunday, February 26, 2017 @ 21:09:14
  Author: bisson
Revision: 289569

upstream update

Modified:
  screen/trunk/PKGBUILD
Deleted:
  screen/trunk/reverse-cherry-pick-5460f5d2-to-fix-privilege-escalation.patch

+
 PKGBUILD   |   13 +
 reverse-cherry-pick-5460f5d2-to-fix-privilege-escalation.patch |   22 
--
 2 files changed, 3 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 19:32:08 UTC (rev 289568)
+++ PKGBUILD2017-02-26 21:09:14 UTC (rev 289569)
@@ -4,8 +4,8 @@
 # Committer: dorphell 
 
 pkgname=screen
-pkgver=4.5.0
-pkgrel=2
+pkgver=4.5.1
+pkgrel=1
 pkgdesc='Full-screen window manager that multiplexes a physical terminal'
 url='https://www.gnu.org/software/screen/'
 arch=('i686' 'x86_64')
@@ -14,11 +14,9 @@
 validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4'
   '71AA09D9E8870FDB0AA7B61E21F968DEF747ABD7')
 source=("https://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
-'reverse-cherry-pick-5460f5d2-to-fix-privilege-escalation.patch'
 'tmpfiles.d'
 'pam.d')
-sha1sums=('b329f538e7265405a5c14e13520e95ced9d2cb17' 'SKIP'
-  '641bf674b8d279475f474e9fb1fe41c7b635b9e3'
+sha1sums=('d096ea40c7a349ec46f3bd4fcc02fd6a873318e6' 'SKIP'
   '76b9c70b77940eb1214fe65739f9f932dc57fb66'
   '1ab4b512d2ac840d16db6986d7c98d7ce2f6383f')
 
@@ -27,11 +25,6 @@
 
 _ptygroup=5 #the UID of our PTY/TTY group
 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i 
../reverse-cherry-pick-5460f5d2-to-fix-privilege-escalation.patch
-}
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
 

Deleted: reverse-cherry-pick-5460f5d2-to-fix-privilege-escalation.patch
===
--- reverse-cherry-pick-5460f5d2-to-fix-privilege-escalation.patch  
2017-02-26 19:32:08 UTC (rev 289568)
+++ reverse-cherry-pick-5460f5d2-to-fix-privilege-escalation.patch  
2017-02-26 21:09:14 UTC (rev 289569)
@@ -1,22 +0,0 @@
-Description: Fix privilege escalation by reverting upstream commit 5460f5d2
-Author: Axel Beckert 
-Bug-Debian: https://bugs.debian.org/852484
-Bug-CVE: http://www.openwall.com/lists/oss-security/2017/01/24/10
-Bug: https://savannah.gnu.org/bugs/?50142
- https://lists.gnu.org/archive/html/screen-devel/2017-01/msg00025.html
-
 a/screen.c
-+++ b/screen.c
-@@ -673,12 +673,6 @@
- Panic(0, "-L: logfile name can not start with \"-\" symbol");
-   if (strlen(screenlogfile) > PATH_MAX)
- Panic(0, "-L: logfile name too long. (max. %d char)", 
PATH_MAX);
--
--  FILE *w_check;
--  if ((w_check = fopen(screenlogfile, "w")) == NULL)
--Panic(0, "-L: logfile name access problem");
--  else
--fclose(w_check);
- }
- nwin_options.Lflag = 1;
- break;


[arch-commits] Commit in scratch-text-editor/repos (8 files)

2017-02-26 Thread Maxime Gauduin
Date: Sunday, February 26, 2017 @ 20:39:55
  Author: alucryd
Revision: 213886

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

Added:
  scratch-text-editor/repos/community-i686/PKGBUILD
(from rev 213885, scratch-text-editor/trunk/PKGBUILD)
  scratch-text-editor/repos/community-i686/scratch-optional-webkitgtk.patch
(from rev 213885, 
scratch-text-editor/trunk/scratch-optional-webkitgtk.patch)
  scratch-text-editor/repos/community-x86_64/PKGBUILD
(from rev 213885, scratch-text-editor/trunk/PKGBUILD)
  scratch-text-editor/repos/community-x86_64/scratch-optional-webkitgtk.patch
(from rev 213885, 
scratch-text-editor/trunk/scratch-optional-webkitgtk.patch)
Deleted:
  scratch-text-editor/repos/community-i686/PKGBUILD
  scratch-text-editor/repos/community-i686/scratch-optional-webkitgtk.patch
  scratch-text-editor/repos/community-x86_64/PKGBUILD
  scratch-text-editor/repos/community-x86_64/scratch-optional-webkitgtk.patch

---+
 /PKGBUILD |  102 
 /scratch-optional-webkitgtk.patch |   18 +++
 community-i686/PKGBUILD   |   51 --
 community-i686/scratch-optional-webkitgtk.patch   |9 -
 community-x86_64/PKGBUILD |   51 --
 community-x86_64/scratch-optional-webkitgtk.patch |9 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-26 20:39:45 UTC (rev 213885)
+++ community-i686/PKGBUILD 2017-02-26 20:39:55 UTC (rev 213886)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-
-pkgname=scratch-text-editor
-pkgver=2.4
-pkgrel=1
-pkgdesc='The Pantheon Text Editor'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/scratch'
-license=('GPL3')
-depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'gtksourceview3' 'libgee'
- 'libpeas' 'pango' 'zeitgeist'
- 'libgranite.so')
-makedepends=('cmake' 'gobject-introspection' 'gtkspell3' 'intltool' 'libsoup'
- 'vala' 'vte3' 'webkit2gtk')
-optdepends=('gtkspell3: Spell Check plugin'
-'libsoup: Pastebin plugin'
-'vala: Outline plugin'
-'vte3: Terminal plugin'
-'webkit2gtk: Browser Preview plugin')
-source=("https://launchpad.net/scratch/2.x/${pkgver}/+download/scratch-text-editor-${pkgver}.tar.xz;)
-sha256sums=('2cb08e83c95176d0ce2f2d66845039499aa19eb3aab049e03242328419ae8687')
-
-prepare() {
-  cd scratch-text-editor-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd scratch-text-editor-${pkgver}/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_LIBDIR='/usr/lib' \
--DGSETTINGS_COMPILE='FALSE'
-  make
-}
-
-package() {
-  cd scratch-text-editor-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: scratch-text-editor/repos/community-i686/PKGBUILD (from rev 213885, 
scratch-text-editor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-26 20:39:55 UTC (rev 213886)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=scratch-text-editor
+pkgver=2.4.1
+pkgrel=1
+pkgdesc='The Pantheon Text Editor'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/scratch'
+license=('GPL3')
+depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'gtksourceview3' 'libgee'
+ 'libpeas' 'pango' 'zeitgeist'
+ 'libgranite.so')
+makedepends=('cmake' 'gobject-introspection' 'gtkspell3' 'intltool' 'libsoup'
+ 'vala' 'vte3' 'webkit2gtk')
+optdepends=('gtkspell3: Spell Check plugin'
+'libsoup: Pastebin plugin'
+'vala: Outline plugin'
+'vte3: Terminal plugin'
+'webkit2gtk: Browser Preview plugin')
+source=("https://launchpad.net/scratch/2.x/${pkgver}/+download/scratch-text-editor-${pkgver}.tar.xz;)
+sha256sums=('74076d3fefc79a8261cfbd4eacc4e614d0a35e44c9e4c1f32ed23e81da704836')
+
+prepare() {
+  cd scratch-text-editor-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd scratch-text-editor-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd scratch-text-editor-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/scratch-optional-webkitgtk.patch

[arch-commits] Commit in scratch-text-editor/trunk (PKGBUILD)

2017-02-26 Thread Maxime Gauduin
Date: Sunday, February 26, 2017 @ 20:39:45
  Author: alucryd
Revision: 213885

upgpkg: scratch-text-editor 2.4.1-1

Modified:
  scratch-text-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 20:32:48 UTC (rev 213884)
+++ PKGBUILD2017-02-26 20:39:45 UTC (rev 213885)
@@ -3,7 +3,7 @@
 # Contributor: Ner0 
 
 pkgname=scratch-text-editor
-pkgver=2.4
+pkgver=2.4.1
 pkgrel=1
 pkgdesc='The Pantheon Text Editor'
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 'vte3: Terminal plugin'
 'webkit2gtk: Browser Preview plugin')
 
source=("https://launchpad.net/scratch/2.x/${pkgver}/+download/scratch-text-editor-${pkgver}.tar.xz;)
-sha256sums=('2cb08e83c95176d0ce2f2d66845039499aa19eb3aab049e03242328419ae8687')
+sha256sums=('74076d3fefc79a8261cfbd4eacc4e614d0a35e44c9e4c1f32ed23e81da704836')
 
 prepare() {
   cd scratch-text-editor-${pkgver}


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

2017-02-26 Thread Maxime Gauduin
Date: Sunday, February 26, 2017 @ 20:32:48
  Author: alucryd
Revision: 213884

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

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

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

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

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

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

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

2017-02-26 Thread Maxime Gauduin
Date: Sunday, February 26, 2017 @ 20:32:37
  Author: alucryd
Revision: 213883

upgpkg: pantheon-files 0.3.2-1

Modified:
  pantheon-files/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 20:22:31 UTC (rev 213882)
+++ PKGBUILD2017-02-26 20:32:37 UTC (rev 213883)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-files
-pkgver=0.3.1.1
+pkgver=0.3.2
 pkgrel=1
 pkgdesc='The Pantheon File Manager'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('contractor: Various context menu entries'
 'tumbler: Thumbnails generation')
 
source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz;)
-sha256sums=('24f718f01f6abce9d10398bab254ba08955d701a9c2a67c7cefcbf36de8a3337')
+sha256sums=('d2553be0819ba8240aa0888bfc984054e4f8a8e4dbcbf07a935f6eb06b1b4263')
 
 prepare() {
   cd pantheon-files-${pkgver}


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

2017-02-26 Thread Daniel Micay
Date: Sunday, February 26, 2017 @ 20:22:31
  Author: thestinger
Revision: 213882

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

Added:
  linux-grsec/repos/community-i686/99-linux.hook
(from rev 213881, linux-grsec/trunk/99-linux.hook)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 213881, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 213881, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 213881, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 213881, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 213881, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 213881, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/99-linux.hook
(from rev 213881, linux-grsec/trunk/99-linux.hook)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 213881, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 213881, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 213881, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 213881, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 213881, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 213881, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/99-linux.hook
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/99-linux.hook
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /99-linux.hook |   22 
 /PKGBUILD  |  638 
 /change-default-console-loglevel.patch |   22 
 /config|16540 +++
 /config.x86_64 |15964 ++
 /linux-grsec.install   |   54 
 /linux.preset  |   28 
 community-i686/99-linux.hook   |   11 
 community-i686/PKGBUILD|  319 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8270 ---
 community-i686/config.x86_64   | 7982 ---
 community-i686/linux-grsec.install |   27 
 community-i686/linux.preset|   14 
 community-x86_64/99-linux.hook |   11 
 community-x86_64/PKGBUILD  |  319 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8270 ---
 community-x86_64/config.x86_64 | 7982 ---
 community-x86_64/linux-grsec.install   |   27 
 community-x86_64/linux.preset  |   14 
 21 files changed, 33268 insertions(+), 33268 deletions(-)

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


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

2017-02-26 Thread Daniel Micay
Date: Sunday, February 26, 2017 @ 20:21:23
  Author: thestinger
Revision: 213881

upgpkg: linux-grsec 1:4.9.13.r201702261126-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 20:20:27 UTC (rev 213880)
+++ PKGBUILD2017-02-26 20:21:23 UTC (rev 213881)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-4.9
-_pkgver=4.9.12
+_pkgver=4.9.13
 _grsecver=3.1
-_timestamp=201702231830
+_timestamp=201702261126
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 epoch=1
 pkgver=$_pkgver.r$_timestamp
@@ -36,9 +36,9 @@
 
 sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
 'SKIP'
-'afd1995f7415cd85f55d7118c1a994973a77a83ae84ac1810fed774b3c126373'
+'87a0f07dd393e2d08850f0536417d091684535ff0c8ab8f8d9aeab1db38589bf'
 'SKIP'
-'096a71db063610c9d06120fc57166a2ff14cdb5f3b2e31def9b2176f6b906626'
+'f7c347cdf8b9d7e97f98583a7e97cec65b318ba07fecc3f35560a0486d492e44'
 'SKIP'
 '569cc42785315fa0ae96fd566dccb0640044e4b149f55d07277900f63c846d91'
 '9be4a343b99e3afc2873151601c052cd1d1ecff7122c8c38f2bf37cc7344ac15'


[arch-commits] Commit in libretro-beetle-psx/repos (4 files)

2017-02-26 Thread Maxime Gauduin
Date: Sunday, February 26, 2017 @ 20:20:27
  Author: alucryd
Revision: 213880

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

Added:
  libretro-beetle-psx/repos/community-i686/PKGBUILD
(from rev 213879, libretro-beetle-psx/trunk/PKGBUILD)
  libretro-beetle-psx/repos/community-x86_64/PKGBUILD
(from rev 213879, libretro-beetle-psx/trunk/PKGBUILD)
Deleted:
  libretro-beetle-psx/repos/community-i686/PKGBUILD
  libretro-beetle-psx/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-26 20:20:07 UTC (rev 213879)
+++ community-i686/PKGBUILD 2017-02-26 20:20:27 UTC (rev 213880)
@@ -1,54 +0,0 @@
-# $Id: PKGBUILD 209996 2017-02-05 14:39:04Z alucryd $
-# Maintainer: Maxime Gauduin 
-
-pkgbase=libretro-mednafen-psx
-pkgname=('libretro-mednafen-psx' 'libretro-mednafen-psx-hw')
-pkgver=1430
-pkgrel=1
-pkgdesc='Sony PlayStation core'
-arch=('i686' 'x86_64')
-url='https://github.com/libretro/mednafen-psx-libretro'
-license=('GPL2')
-groups=('libretro')
-depends=('gcc-libs' 'glibc')
-makedepends=('git' 'libgl' 'mesa' 'vulkan-icd-loader')
-_commit='e3aae3d47a830cb7ce3f6ee604d1dd75d4ac1be9'
-source=("libretro-mednafen-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit};
-
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mednafen_psx_libretro.info'
-
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mednafen_psx_hw_libretro.info')
-sha256sums=('SKIP'
-'62a5cc23016b0de899e3a5014540d39d912f08c34b20ed6e10ddae8c11f1ba5d'
-'0eacb7ea75df0bb6f458754290ed7ab21e197e170fe3e80579b8161782963df1')
-
-pkgver() {
-  cd libretro-mednafen-psx
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-mednafen-psx
-
-  make
-  make HAVE_HW=1
-}
-
-package_libretro-mednafen-psx() {
-  cd libretro-mednafen-psx
-
-  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
-  install -m 644 mednafen_psx_libretro.so "${pkgdir}"/usr/lib/libretro/
-  install -m 644 ../mednafen_psx_libretro.info 
"${pkgdir}"/usr/share/libretro/info/
-}
-
-package_libretro-mednafen-psx-hw() {
-  depends+=('libgl')
-
-  cd libretro-mednafen-psx
-
-  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
-  install -m 644 mednafen_psx_hw_libretro.so "${pkgdir}"/usr/lib/libretro/
-  install -m 644 ../mednafen_psx_hw_libretro.info 
"${pkgdir}"/usr/share/libretro/info/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-beetle-psx/repos/community-i686/PKGBUILD (from rev 213879, 
libretro-beetle-psx/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-26 20:20:27 UTC (rev 213880)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgbase=libretro-beetle-psx
+pkgname=('libretro-beetle-psx' 'libretro-beetle-psx-hw')
+pkgver=1436
+pkgrel=1
+pkgdesc='Sony PlayStation core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/beetle-psx-libretro'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc')
+makedepends=('git' 'libgl' 'mesa' 'vulkan-icd-loader')
+_commit='99747d42833809038b7a5c137a06b1b8d0bcdc4e'
+source=("libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit};
+
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mednafen_psx_libretro.info'
+
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mednafen_psx_hw_libretro.info')
+sha256sums=('SKIP'
+'4abaddc3adeecc9695ae0284fd8ead30d855186398392a57f137cfe689de866f'
+'bd911ad07b003b526c10e9dfbfd712bd1bbf427fb0e3bc51ae7196001e7d2a12')
+
+pkgver() {
+  cd libretro-beetle-psx
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-beetle-psx
+
+  make
+  make HAVE_HW=1
+}
+
+package_libretro-beetle-psx() {
+  replaces=('libretro-mednafen-psx')
+
+  cd libretro-beetle-psx
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 mednafen_psx_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../mednafen_psx_libretro.info 
"${pkgdir}"/usr/share/libretro/info/
+}
+
+package_libretro-beetle-psx-hw() {
+  depends+=('libgl')
+  replaces=('libretro-mednafen-psx-hw')
+
+  cd libretro-beetle-psx
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 mednafen_psx_hw_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../mednafen_psx_hw_libretro.info 

[arch-commits] Commit in (9 files)

2017-02-26 Thread Maxime Gauduin
Date: Sunday, February 26, 2017 @ 20:20:07
  Author: alucryd
Revision: 213879

Replace libre-tro-mednafen-psx with libretro-beetle-psx

Added:
  libretro-beetle-psx/
  libretro-beetle-psx/repos/
  libretro-beetle-psx/repos/community-i686/
  libretro-beetle-psx/repos/community-i686/PKGBUILD
  libretro-beetle-psx/repos/community-x86_64/
  libretro-beetle-psx/repos/community-x86_64/PKGBUILD
  libretro-beetle-psx/trunk/
  libretro-beetle-psx/trunk/PKGBUILD
Deleted:
  libretro-mednafen-psx/

-+
 repos/community-i686/PKGBUILD   |   54 
 repos/community-x86_64/PKGBUILD |   54 
 trunk/PKGBUILD  |   57 ++
 3 files changed, 165 insertions(+)

Added: libretro-beetle-psx/repos/community-i686/PKGBUILD
===
--- libretro-beetle-psx/repos/community-i686/PKGBUILD   
(rev 0)
+++ libretro-beetle-psx/repos/community-i686/PKGBUILD   2017-02-26 20:20:07 UTC 
(rev 213879)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD 209996 2017-02-05 14:39:04Z alucryd $
+# Maintainer: Maxime Gauduin 
+
+pkgbase=libretro-mednafen-psx
+pkgname=('libretro-mednafen-psx' 'libretro-mednafen-psx-hw')
+pkgver=1430
+pkgrel=1
+pkgdesc='Sony PlayStation core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/mednafen-psx-libretro'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc')
+makedepends=('git' 'libgl' 'mesa' 'vulkan-icd-loader')
+_commit='e3aae3d47a830cb7ce3f6ee604d1dd75d4ac1be9'
+source=("libretro-mednafen-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit};
+
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mednafen_psx_libretro.info'
+
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mednafen_psx_hw_libretro.info')
+sha256sums=('SKIP'
+'62a5cc23016b0de899e3a5014540d39d912f08c34b20ed6e10ddae8c11f1ba5d'
+'0eacb7ea75df0bb6f458754290ed7ab21e197e170fe3e80579b8161782963df1')
+
+pkgver() {
+  cd libretro-mednafen-psx
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-mednafen-psx
+
+  make
+  make HAVE_HW=1
+}
+
+package_libretro-mednafen-psx() {
+  cd libretro-mednafen-psx
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 mednafen_psx_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../mednafen_psx_libretro.info 
"${pkgdir}"/usr/share/libretro/info/
+}
+
+package_libretro-mednafen-psx-hw() {
+  depends+=('libgl')
+
+  cd libretro-mednafen-psx
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 mednafen_psx_hw_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../mednafen_psx_hw_libretro.info 
"${pkgdir}"/usr/share/libretro/info/
+}
+
+# vim: ts=2 sw=2 et:

Added: libretro-beetle-psx/repos/community-x86_64/PKGBUILD
===
--- libretro-beetle-psx/repos/community-x86_64/PKGBUILD 
(rev 0)
+++ libretro-beetle-psx/repos/community-x86_64/PKGBUILD 2017-02-26 20:20:07 UTC 
(rev 213879)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD 209996 2017-02-05 14:39:04Z alucryd $
+# Maintainer: Maxime Gauduin 
+
+pkgbase=libretro-mednafen-psx
+pkgname=('libretro-mednafen-psx' 'libretro-mednafen-psx-hw')
+pkgver=1430
+pkgrel=1
+pkgdesc='Sony PlayStation core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/mednafen-psx-libretro'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc')
+makedepends=('git' 'libgl' 'mesa' 'vulkan-icd-loader')
+_commit='e3aae3d47a830cb7ce3f6ee604d1dd75d4ac1be9'
+source=("libretro-mednafen-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit};
+
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mednafen_psx_libretro.info'
+
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mednafen_psx_hw_libretro.info')
+sha256sums=('SKIP'
+'62a5cc23016b0de899e3a5014540d39d912f08c34b20ed6e10ddae8c11f1ba5d'
+'0eacb7ea75df0bb6f458754290ed7ab21e197e170fe3e80579b8161782963df1')
+
+pkgver() {
+  cd libretro-mednafen-psx
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-mednafen-psx
+
+  make
+  make HAVE_HW=1
+}
+
+package_libretro-mednafen-psx() {
+  cd libretro-mednafen-psx
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 mednafen_psx_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../mednafen_psx_libretro.info 
"${pkgdir}"/usr/share/libretro/info/
+}
+
+package_libretro-mednafen-psx-hw() {
+  depends+=('libgl')
+
+  cd libretro-mednafen-psx
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 mednafen_psx_hw_libretro.so 

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

2017-02-26 Thread Jonathan Steel
Date: Sunday, February 26, 2017 @ 20:17:47
  Author: jsteel
Revision: 213878

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

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

---+
 /PKGBUILD |  116 
 /nrpe.install |   42 ++
 community-i686/PKGBUILD   |   55 --
 community-i686/nrpe.install   |   21 ---
 community-x86_64/PKGBUILD |   55 --
 community-x86_64/nrpe.install |   21 ---
 6 files changed, 158 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-26 20:17:29 UTC (rev 213877)
+++ community-i686/PKGBUILD 2017-02-26 20:17:47 UTC (rev 213878)
@@ -1,55 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Phillip Smith 
-# Contributor: Dale Blount 
-
-pkgname=nrpe
-pkgver=3.0.1
-pkgrel=2
-pkgdesc="Nagios Remote Plugin Executor"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('openssl')
-optdepends=("monitoring-plugins: common tools for monitoring using $pkgname")
-install=$pkgname.install
-backup=('etc/nrpe/nrpe.cfg' 'etc/xinetd.d/nrpe')
-url="https://github.com/NagiosEnterprises/nrpe;
-source=(https://github.com/NagiosEnterprises/nrpe/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('8c81f251d9ee0903e5ff0191e99f7981')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/nrpe \
---libexecdir=/usr/lib/monitoring-plugins \
---enable-command-args \
---with-nrpe-user=31 --with-nrpe-group=31 \
---with-nagios-user=31 --with-nagios-group=31 \
---with-piddir=/run/nrpe
-  
-  make all
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 sample-config/nrpe.cfg "$pkgdir"/etc/nrpe/nrpe.cfg
-  install -Dm644 startup/default-service 
"$pkgdir"/usr/lib/systemd/system/nrpe.service
-  install -Dm644 startup/default-socket 
"$pkgdir"/usr/lib/systemd/system/nrpe.socket
-  install -Dm644 startup/default-xinetd "$pkgdir"/etc/xinetd.d/nrpe
-  install -Dm644 startup/tmpfile.conf "$pkgdir"/usr/lib/tmpfiles.d/nrpe.conf
-
-  install -Dm644 README.md "$pkgdir"/usr/share/doc/$pkgname/README.md
-  install -Dm644 README.SSL.md "$pkgdir"/usr/share/doc/$pkgname/README.SSL.md
-  install -Dm644 SECURITY.md "$pkgdir"/usr/share/doc/$pkgname/SECURITY.md
-  install -Dm644 LEGAL "$pkgdir"/usr/share/licenses/$pkgname/LEGAL
-
-  # Tidy up
-  chmod 755 "$pkgdir"/usr/lib/monitoring-plugins
-  chown -R root:root "$pkgdir"/usr/lib/monitoring-plugins
-  rm -f "$pkgdir"/usr/bin/nrpe-uninstall
-  rm -rf "$pkgdir"/run
-}

Copied: nrpe/repos/community-i686/PKGBUILD (from rev 213877, 
nrpe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-26 20:17:47 UTC (rev 213878)
@@ -0,0 +1,58 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Phillip Smith 
+# Contributor: Dale Blount 
+
+pkgname=nrpe
+pkgver=3.0.1
+pkgrel=3
+pkgdesc="Nagios Remote Plugin Executor"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('openssl')
+optdepends=("monitoring-plugins: common tools for monitoring using $pkgname")
+install=$pkgname.install
+backup=('etc/nrpe/nrpe.cfg' 'etc/xinetd.d/nrpe')
+url="https://github.com/NagiosEnterprises/nrpe;
+source=(https://github.com/NagiosEnterprises/nrpe/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('8c81f251d9ee0903e5ff0191e99f7981')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/nrpe \
+--libexecdir=/usr/lib/monitoring-plugins \
+--enable-command-args \
+--with-nrpe-user=31 --with-nrpe-group=31 \
+--with-nagios-user=31 --with-nagios-group=31 \
+--with-piddir=/run/nrpe
+  
+  make all
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 sample-config/nrpe.cfg "$pkgdir"/etc/nrpe/nrpe.cfg
+  install -Dm644 startup/default-service 
"$pkgdir"/usr/lib/systemd/system/nrpe.service
+  install -Dm644 startup/default-socket 
"$pkgdir"/usr/lib/systemd/system/nrpe.socket
+  install -Dm644 startup/default-xinetd "$pkgdir"/etc/xinetd.d/nrpe
+  install -Dm644 startup/tmpfile.conf "$pkgdir"/usr/lib/tmpfiles.d/nrpe.conf
+

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

2017-02-26 Thread Jonathan Steel
Date: Sunday, February 26, 2017 @ 20:17:29
  Author: jsteel
Revision: 213877

upgpkg: nrpe 3.0.1-3

FS#52873

Modified:
  nrpe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 20:01:10 UTC (rev 213876)
+++ PKGBUILD2017-02-26 20:17:29 UTC (rev 213877)
@@ -4,7 +4,7 @@
 
 pkgname=nrpe
 pkgver=3.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Nagios Remote Plugin Executor"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -47,6 +47,9 @@
   install -Dm644 SECURITY.md "$pkgdir"/usr/share/doc/$pkgname/SECURITY.md
   install -Dm644 LEGAL "$pkgdir"/usr/share/licenses/$pkgname/LEGAL
 
+  # FS#52873
+  sed -i 's/=31$/=nrpe/g' "$pkgdir"/etc/nrpe/nrpe.cfg
+
   # Tidy up
   chmod 755 "$pkgdir"/usr/lib/monitoring-plugins
   chown -R root:root "$pkgdir"/usr/lib/monitoring-plugins


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

2017-02-26 Thread Jelle van der Waa
Date: Sunday, February 26, 2017 @ 20:01:10
  Author: jelle
Revision: 213876

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-26 20:00:57 UTC (rev 213875)
+++ community-i686/PKGBUILD 2017-02-26 20:01:10 UTC (rev 213876)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=2.79.1
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-pygments' 'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('257425f19d620afb9e7fa8c22d3dea1e7c9631f6da4ccdf9440a9448231b936a'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  # FIXME: remove html5lib too, but the latest html5lib breaks calibre. And 
calibre
-  # really needs to get the latest changes into html5lib, cause forking is bad 
m'okay.
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/chardet
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 213875, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-26 20:01:10 UTC (rev 213876)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.80.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
+ 'python2-pyqt5' 'python2-psutil' 

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

2017-02-26 Thread Jelle van der Waa
Date: Sunday, February 26, 2017 @ 20:00:57
  Author: jelle
Revision: 213875

upgpkg: calibre 2.80.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 19:52:27 UTC (rev 213874)
+++ PKGBUILD2017-02-26 20:00:57 UTC (rev 213875)
@@ -8,8 +8,8 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=2.79.1
-pkgrel=2
+pkgver=2.80.0
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="https://calibre-ebook.com/;
@@ -28,7 +28,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('257425f19d620afb9e7fa8c22d3dea1e7c9631f6da4ccdf9440a9448231b936a'
+sha256sums=('33a6dbc578c7a2f3d1c97253769506a1afc10f688c062f027d64d7081618f2b1'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


  1   2   >